01JEETBBXXTBRCEZK9811TTV90: 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: 01JEETBWJ7VC7K800XN5N9AJH4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-06T20:26:18.050Zjob assigned to worker 01JEETBYBM3NJWJCS9SWG18HCR [factory aws, i-00a8da116ba6df7e9] (queued for 59 s)
 
22024-12-06T20:26:25.827Zstarting task 0: "setup"
32024-12-06T20:26:25.838Z++ uname -s
42024-12-06T20:26:25.840Z+ kern=SunOS
52024-12-06T20:26:25.840Z+ case "$kern" in
62024-12-06T20:26:25.840Z+ groupadd -g 12345 build
72024-12-06T20:26:25.843Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-06T20:26:27.849Z+ zfs create -o mountpoint=/work rpool/work
92024-12-06T20:26:27.960Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-06T20:26:27.963Z+ home_fs=zfs
112024-12-06T20:26:27.963Z+ [[ zfs == autofs ]]
122024-12-06T20:26:27.963Z+ mkdir -p /home/build
132024-12-06T20:26:27.966Z+ chown build:build /home/build /work
142024-12-06T20:26:29.967Z+ chmod 0700 /home/build /work
152024-12-06T20:26:29.970Zprocess exited: duration 4142 ms, exit code 0
 
162024-12-06T20:26:29.974Zstarting task 1: "rust-toolchain"
172024-12-06T20:26:29.979Z+ printf ' * toolchain channel = "%s"
182024-12-06T20:26:29.979Z' 1.81.0
192024-12-06T20:26:29.979Z+ printf ' * toolchain profile = "%s"
202024-12-06T20:26:29.979Z' default
212024-12-06T20:26:29.979Z * toolchain channel = "1.81.0"
222024-12-06T20:26:29.979Z * toolchain profile = "default"
232024-12-06T20:26:29.982Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-06T20:26:29.982Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-06T20:26:30.104Zinfo: downloading installer
262024-12-06T20:26:31.416Zinfo: profile set to 'default'
272024-12-06T20:26:31.416Zinfo: default host triple is x86_64-unknown-illumos
282024-12-06T20:26:31.419Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-06T20:26:31.575Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-06T20:26:31.575Zinfo: downloading component 'cargo'
312024-12-06T20:26:32.445Zinfo: downloading component 'clippy'
322024-12-06T20:26:32.784Zinfo: downloading component 'rust-docs'
332024-12-06T20:26:33.945Zinfo: downloading component 'rust-std'
342024-12-06T20:26:35.745Zinfo: downloading component 'rustc'
352024-12-06T20:26:42.180Zinfo: downloading component 'rustfmt'
362024-12-06T20:26:42.421Zinfo: installing component 'cargo'
372024-12-06T20:26:43.216Zinfo: installing component 'clippy'
382024-12-06T20:26:43.577Zinfo: installing component 'rust-docs'
392024-12-06T20:26:45.182Zinfo: installing component 'rust-std'
402024-12-06T20:26:46.897Zinfo: installing component 'rustc'
412024-12-06T20:26:52.626Zinfo: installing component 'rustfmt'
422024-12-06T20:26:52.948Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-06T20:26:52.948Z
442024-12-06T20:26:53.314Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-06T20:26:53.314Z
462024-12-06T20:26:53.317Z
472024-12-06T20:26:53.317ZRust is installed now. Great!
482024-12-06T20:26:53.317Z
492024-12-06T20:26:53.317ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-06T20:26:53.317Zenvironment variable. This has not been done automatically.
512024-12-06T20:26:53.317Z
522024-12-06T20:26:53.317ZTo configure your current shell, you need to source
532024-12-06T20:26:53.317Zthe corresponding env file under $HOME/.cargo.
542024-12-06T20:26:53.317Z
552024-12-06T20:26:53.317ZThis is usually done by running one of the following (note the leading DOT):
562024-12-06T20:26:53.317Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-06T20:26:53.317Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-06T20:26:53.394Z+ rustc --version
592024-12-06T20:26:53.469Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-06T20:26:53.474Zprocess exited: duration 23496 ms, exit code 0
 
612024-12-06T20:26:53.479Zstarting task 2: "authentication"
622024-12-06T20:26:53.501Zprocess exited: duration 21 ms, exit code 0
 
632024-12-06T20:26:53.506Zstarting task 3: "clone repository"
642024-12-06T20:26:53.511Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-06T20:26:53.513Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-06T20:26:54.207ZCloning into '/work/oxidecomputer/omicron'...
672024-12-06T20:27:00.583Z+ cd /work/oxidecomputer/omicron
682024-12-06T20:27:00.583Z+ git fetch origin 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7
692024-12-06T20:27:00.845ZFrom https://github.com/oxidecomputer/omicron
702024-12-06T20:27:00.845Z * branch 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 -> FETCH_HEAD
712024-12-06T20:27:00.856Z+ [[ -n bump-console-927c8b63 ]]
722024-12-06T20:27:00.858Z++ git branch --show-current
732024-12-06T20:27:00.860Z+ current=main
742024-12-06T20:27:00.860Z+ [[ main != bump-console-927c8b63 ]]
752024-12-06T20:27:00.860Z+ git branch -f bump-console-927c8b63 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7
762024-12-06T20:27:00.863Z+ git checkout -f bump-console-927c8b63
772024-12-06T20:27:01.041ZSwitched to branch 'bump-console-927c8b63'
782024-12-06T20:27:01.043Z+ git reset --hard 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7
792024-12-06T20:27:01.055ZHEAD is now at 4ce33292e Bump web console (minor)
802024-12-06T20:27:01.058Zprocess exited: duration 7549 ms, exit code 0
 
812024-12-06T20:27:01.063Zstarting task 4: "build"
822024-12-06T20:27:01.068Z+ source .github/buildomat/ci-env.sh
832024-12-06T20:27:01.071Z++ export CARGO_TERM_COLOR=always
842024-12-06T20:27:01.071Z++ CARGO_TERM_COLOR=always
852024-12-06T20:27:01.071Z+ cargo --version
862024-12-06T20:27:01.124Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-06T20:27:01.127Z+ rustc --version
882024-12-06T20:27:01.187Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-06T20:27:01.189Z+ cargo tree --locked
902024-12-06T20:27:01.437Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-06T20:27:01.736Z Updating crates.io index
922024-12-06T20:27:01.771Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-06T20:27:02.229Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-06T20:27:02.457Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-06T20:27:02.720Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-06T20:27:02.945Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-06T20:27:03.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-06T20:27:06.584Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-06T20:27:07.722Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-06T20:27:08.412Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-06T20:27:08.696Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-06T20:27:09.010Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-06T20:27:09.602Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-06T20:27:09.921Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-06T20:27:10.276Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-06T20:27:10.562Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-06T20:27:10.827Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-06T20:27:11.144Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-06T20:27:11.447Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-06T20:27:11.761Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-06T20:27:12.080Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-06T20:27:12.391Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-06T20:27:12.823Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-06T20:27:13.141Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-06T20:27:13.564Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-06T20:27:13.991Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-06T20:27:14.263Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-06T20:27:14.541Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-06T20:27:14.823Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-06T20:27:16.288Z Downloading crates ...
1212024-12-06T20:27:16.409Z Downloaded addr2line v0.24.2
1222024-12-06T20:27:16.411Z Downloaded adler2 v2.0.0
1232024-12-06T20:27:16.468Z Downloaded errno v0.3.9
1242024-12-06T20:27:16.480Z Downloaded ciborium v0.2.2
1252024-12-06T20:27:16.498Z Downloaded fixedbitset v0.4.2
1262024-12-06T20:27:16.500Z Downloaded fragile v2.0.0
1272024-12-06T20:27:16.502Z Downloaded atomicwrites v0.4.4
1282024-12-06T20:27:16.505Z Downloaded async-object-pool v0.1.5
1292024-12-06T20:27:16.505Z Downloaded assert_matches v1.5.0
1302024-12-06T20:27:16.508Z Downloaded anes v0.1.6
1312024-12-06T20:27:16.510Z Downloaded ascii-canvas v3.0.0
1322024-12-06T20:27:16.510Z Downloaded approx v0.5.1
1332024-12-06T20:27:16.513Z Downloaded expectorate v1.1.0
1342024-12-06T20:27:16.515Z Downloaded foreign-types-shared v0.1.1
1352024-12-06T20:27:16.515Z Downloaded async-stream-impl v0.3.6
1362024-12-06T20:27:16.518Z Downloaded anstyle-query v1.1.1
1372024-12-06T20:27:16.518Z Downloaded anstyle-parse v0.2.5
1382024-12-06T20:27:16.520Z Downloaded foreign-types-macros v0.2.3
1392024-12-06T20:27:16.520Z Downloaded foreign-types v0.5.0
1402024-12-06T20:27:16.523Z Downloaded arrayref v0.3.9
1412024-12-06T20:27:16.525Z Downloaded funty v2.0.0
1422024-12-06T20:27:16.525Z Downloaded foreign-types v0.3.2
1432024-12-06T20:27:16.525Z Downloaded async-global-executor v2.4.1
1442024-12-06T20:27:16.528Z Downloaded async-channel v2.3.1
1452024-12-06T20:27:16.528Z Downloaded async-attributes v1.1.2
1462024-12-06T20:27:16.530Z Downloaded async-signal v0.2.10
1472024-12-06T20:27:16.532Z Downloaded async-executor v1.13.1
1482024-12-06T20:27:16.534Z Downloaded array-init v0.0.4
1492024-12-06T20:27:16.534Z Downloaded fnv v1.0.7
1502024-12-06T20:27:16.537Z Downloaded form_urlencoded v1.2.1
1512024-12-06T20:27:16.537Z Downloaded atty v0.2.14
1522024-12-06T20:27:16.539Z Downloaded assert-json-diff v2.0.2
1532024-12-06T20:27:16.541Z Downloaded fallible-streaming-iterator v0.1.9
1542024-12-06T20:27:16.541Z Downloaded event-listener-strategy v0.5.2
1552024-12-06T20:27:16.544Z Downloaded foreign-types-shared v0.3.1
1562024-12-06T20:27:16.544Z Downloaded foldhash v0.1.3
1572024-12-06T20:27:16.546Z Downloaded async-recursion v1.1.1
1582024-12-06T20:27:16.549Z Downloaded fs_extra v1.3.0
1592024-12-06T20:27:16.552Z Downloaded futures-macro v0.3.31
1602024-12-06T20:27:16.552Z Downloaded float-cmp v0.9.0
1612024-12-06T20:27:16.555Z Downloaded futures-executor v0.3.31
1622024-12-06T20:27:16.555Z Downloaded anyhow v1.0.93
1632024-12-06T20:27:16.559Z Downloaded futures-channel v0.3.31
1642024-12-06T20:27:16.561Z Downloaded block-padding v0.3.3
1652024-12-06T20:27:16.561Z Downloaded ahash v0.8.11
1662024-12-06T20:27:16.564Z Downloaded fxhash v0.2.1
1672024-12-06T20:27:16.567Z Downloaded futures-sink v0.3.31
1682024-12-06T20:27:16.567Z Downloaded fd-lock v4.0.2
1692024-12-06T20:27:16.570Z Downloaded base16ct v0.2.0
1702024-12-06T20:27:16.572Z Downloaded futures-task v0.3.31
1712024-12-06T20:27:16.572Z Downloaded futures-io v0.3.31
1722024-12-06T20:27:16.575Z Downloaded fs-err v2.11.0
1732024-12-06T20:27:16.575Z Downloaded event-listener v2.5.3
1742024-12-06T20:27:16.577Z Downloaded cfg_aliases v0.2.1
1752024-12-06T20:27:16.577Z Downloaded cfg_aliases v0.1.1
1762024-12-06T20:27:16.579Z Downloaded futures-lite v2.3.0
1772024-12-06T20:27:16.581Z Downloaded fatfs v0.3.6
1782024-12-06T20:27:16.584Z Downloaded guppy-workspace-hack v0.1.0
1792024-12-06T20:27:16.586Z Downloaded base64ct v1.6.0
1802024-12-06T20:27:16.589Z Downloaded async-trait v0.1.83
1812024-12-06T20:27:16.591Z Downloaded blocking v1.6.1
1822024-12-06T20:27:16.591Z Downloaded allocator-api2 v0.2.18
1832024-12-06T20:27:16.595Z Downloaded headers-core v0.3.0
1842024-12-06T20:27:16.597Z Downloaded path-slash v0.1.5
1852024-12-06T20:27:16.597Z Downloaded opaque-debug v0.3.1
1862024-12-06T20:27:16.599Z Downloaded bitfield-struct v0.6.2
1872024-12-06T20:27:16.600Z Downloaded block-buffer v0.10.4
1882024-12-06T20:27:16.602Z Downloaded hubpack_derive v0.1.1
1892024-12-06T20:27:16.602Z Downloaded bitfield v0.14.0
1902024-12-06T20:27:16.604Z Downloaded bit-vec v0.6.3
1912024-12-06T20:27:16.604Z Downloaded hash32 v0.2.1
1922024-12-06T20:27:16.607Z Downloaded buf-list v1.0.3
1932024-12-06T20:27:16.609Z Downloaded bcrypt-pbkdf v0.10.0
1942024-12-06T20:27:16.609Z Downloaded glob v0.3.1
1952024-12-06T20:27:16.612Z Downloaded cexpr v0.6.0
1962024-12-06T20:27:16.614Z Downloaded backoff v0.4.0
1972024-12-06T20:27:16.616Z Downloaded http-range v0.1.5
1982024-12-06T20:27:16.618Z Downloaded http-body v1.0.1
1992024-12-06T20:27:16.618Z Downloaded blowfish v0.9.1
2002024-12-06T20:27:16.621Z Downloaded openssl-macros v0.1.1
2012024-12-06T20:27:16.621Z Downloaded cfg-if v1.0.0
2022024-12-06T20:27:16.623Z Downloaded phf_shared v0.10.0
2032024-12-06T20:27:16.623Z Downloaded chrono-tz-build v0.4.0
2042024-12-06T20:27:16.623Z Downloaded chacha20 v0.9.1
2052024-12-06T20:27:16.625Z Downloaded hash32 v0.3.1
2062024-12-06T20:27:16.627Z Downloaded castaway v0.2.3
2072024-12-06T20:27:16.629Z Downloaded futures-timer v3.0.3
2082024-12-06T20:27:16.632Z Downloaded cassowary v0.3.0
2092024-12-06T20:27:16.632Z Downloaded group v0.13.0
2102024-12-06T20:27:16.634Z Downloaded generic-array v0.14.7
2112024-12-06T20:27:16.637Z Downloaded hex-literal v0.4.1
2122024-12-06T20:27:16.637Z Downloaded heck v0.3.3
2132024-12-06T20:27:16.640Z Downloaded bitflags v1.3.2
2142024-12-06T20:27:16.640Z Downloaded heck v0.4.1
2152024-12-06T20:27:16.643Z Downloaded async-process v2.3.0
2162024-12-06T20:27:16.645Z Downloaded cast v0.3.0
2172024-12-06T20:27:16.645Z Downloaded parse-display-derive v0.10.0
2182024-12-06T20:27:16.648Z Downloaded hostname v0.3.1
2192024-12-06T20:27:16.651Z Downloaded paste v1.0.15
2202024-12-06T20:27:16.651Z Downloaded sigpipe v0.1.3
2212024-12-06T20:27:16.654Z Downloaded humantime v2.1.0
2222024-12-06T20:27:16.654Z Downloaded http-body-util v0.1.2
2232024-12-06T20:27:16.657Z Downloaded hostname v0.4.0
2242024-12-06T20:27:16.659Z Downloaded pin-utils v0.1.0
2252024-12-06T20:27:16.659Z Downloaded bzip2 v0.4.4
2262024-12-06T20:27:16.661Z Downloaded bytecount v0.6.8
2272024-12-06T20:27:16.663Z Downloaded bcs v0.1.6
2282024-12-06T20:27:16.665Z Downloaded proc-macro-crate v1.3.1
2292024-12-06T20:27:16.668Z Downloaded hubpack v0.1.2
2302024-12-06T20:27:16.668Z Downloaded cbc v0.1.2
2312024-12-06T20:27:16.671Z Downloaded httpdate v1.0.3
2322024-12-06T20:27:16.671Z Downloaded hex v0.4.3
2332024-12-06T20:27:16.673Z Downloaded toolchain_find v0.4.0
2342024-12-06T20:27:16.673Z Downloaded strum v0.26.3
2352024-12-06T20:27:16.675Z Downloaded rand_xorshift v0.3.0
2362024-12-06T20:27:16.675Z Downloaded take_mut v0.2.2
2372024-12-06T20:27:16.678Z Downloaded cargo_metadata v0.18.1
2382024-12-06T20:27:16.680Z Downloaded rustc-hash v1.1.0
2392024-12-06T20:27:16.680Z Downloaded camino-tempfile v1.1.1
2402024-12-06T20:27:16.683Z Downloaded cancel-safe-futures v0.1.5
2412024-12-06T20:27:16.685Z Downloaded base64 v0.13.1
2422024-12-06T20:27:16.688Z Downloaded unicode-truncate v1.1.0
2432024-12-06T20:27:16.690Z Downloaded proc-macro-crate v3.2.0
2442024-12-06T20:27:16.692Z Downloaded plotters-backend v0.3.7
2452024-12-06T20:27:16.692Z Downloaded secrecy v0.8.0
2462024-12-06T20:27:16.694Z Downloaded sec1 v0.7.3
2472024-12-06T20:27:16.697Z Downloaded olpc-cjson v0.1.4
2482024-12-06T20:27:16.697Z Downloaded vte_generate_state_changes v0.1.2
2492024-12-06T20:27:16.699Z Downloaded hashlink v0.9.1
2502024-12-06T20:27:16.701Z Downloaded string_cache v0.8.7
2512024-12-06T20:27:16.703Z Downloaded supports-color v3.0.1
2522024-12-06T20:27:16.703Z Downloaded subtle v2.6.1
2532024-12-06T20:27:16.706Z Downloaded stringmetrics v2.2.2
2542024-12-06T20:27:16.708Z Downloaded simd-adler32 v0.3.7
2552024-12-06T20:27:16.708Z Downloaded password-hash v0.5.0
2562024-12-06T20:27:16.710Z Downloaded zone_cfg_derive v0.3.0
2572024-12-06T20:27:16.712Z Downloaded postgres-types v0.2.8
2582024-12-06T20:27:16.715Z Downloaded zone_cfg_derive v0.1.2
2592024-12-06T20:27:16.715Z Downloaded zerofrom v0.1.4
2602024-12-06T20:27:16.717Z Downloaded waitgroup v0.1.2
2612024-12-06T20:27:16.717Z Downloaded tiny-keccak v2.0.2
2622024-12-06T20:27:16.720Z Downloaded darling_macro v0.20.10
2632024-12-06T20:27:16.720Z Downloaded rustls-pemfile v1.0.4
2642024-12-06T20:27:16.722Z Downloaded dtrace-parser v0.2.0
2652024-12-06T20:27:16.724Z Downloaded globset v0.4.15
2662024-12-06T20:27:16.726Z Downloaded hyper-rustls v0.27.3
2672024-12-06T20:27:16.729Z Downloaded highway v1.2.0
2682024-12-06T20:27:16.731Z Downloaded unicode-linebreak v0.1.5
2692024-12-06T20:27:16.731Z Downloaded getrandom v0.2.15
2702024-12-06T20:27:16.734Z Downloaded cfg-expr v0.17.0
2712024-12-06T20:27:16.737Z Downloaded hyper-rustls v0.26.0
2722024-12-06T20:27:16.740Z Downloaded matches v0.1.10
2732024-12-06T20:27:16.742Z Downloaded semver v0.1.20
2742024-12-06T20:27:16.742Z Downloaded flate2 v1.0.34
2752024-12-06T20:27:16.748Z Downloaded newtype_derive v0.1.6
2762024-12-06T20:27:16.751Z Downloaded version_check v0.9.5
2772024-12-06T20:27:16.754Z Downloaded target-spec v3.2.2
2782024-12-06T20:27:16.756Z Downloaded tap v1.0.1
2792024-12-06T20:27:16.756Z Downloaded tabwriter v1.4.0
2802024-12-06T20:27:16.759Z Downloaded tls_codec_derive v0.4.1
2812024-12-06T20:27:16.761Z Downloaded openssl-probe v0.1.5
2822024-12-06T20:27:16.761Z Downloaded md5 v0.7.0
2832024-12-06T20:27:16.763Z Downloaded backtrace v0.3.74
2842024-12-06T20:27:16.767Z Downloaded clap_lex v0.7.2
2852024-12-06T20:27:16.769Z Downloaded dunce v1.0.5
2862024-12-06T20:27:16.773Z Downloaded poly1305 v0.8.0
2872024-12-06T20:27:16.776Z Downloaded dsl_auto_type v0.1.2
2882024-12-06T20:27:16.776Z Downloaded hyper-tls v0.6.0
2892024-12-06T20:27:16.779Z Downloaded diesel-dtrace v0.3.0
2902024-12-06T20:27:16.779Z Downloaded bytes v1.8.0
2912024-12-06T20:27:16.783Z Downloaded hickory-client v0.24.1
2922024-12-06T20:27:16.787Z Downloaded ipnetwork v0.20.0
2932024-12-06T20:27:16.790Z Downloaded topological-sort v0.2.2
2942024-12-06T20:27:16.792Z Downloaded base64 v0.21.7
2952024-12-06T20:27:16.797Z Downloaded tokio-tungstenite v0.21.0
2962024-12-06T20:27:16.800Z Downloaded scroll_derive v0.12.0
2972024-12-06T20:27:16.800Z Downloaded aes v0.8.4
2982024-12-06T20:27:16.803Z Downloaded newtype-uuid v1.1.3
2992024-12-06T20:27:16.805Z Downloaded vte v0.11.1
3002024-12-06T20:27:16.808Z Downloaded cpufeatures v0.2.14
3012024-12-06T20:27:16.811Z Downloaded concurrent-queue v2.5.0
3022024-12-06T20:27:16.814Z Downloaded sync-ptr v0.1.1
3032024-12-06T20:27:16.814Z Downloaded stable_deref_trait v1.2.0
3042024-12-06T20:27:16.814Z Downloaded serde_spanned v0.6.8
3052024-12-06T20:27:16.816Z Downloaded oorandom v11.1.4
3062024-12-06T20:27:16.816Z Downloaded russh-cryptovec v0.7.3
3072024-12-06T20:27:16.819Z Downloaded crc-catalog v2.4.0
3082024-12-06T20:27:16.821Z Downloaded pem v3.0.4
3092024-12-06T20:27:16.821Z Downloaded semver v1.0.23
3102024-12-06T20:27:16.825Z Downloaded polyval v0.6.2
3112024-12-06T20:27:16.827Z Downloaded dyn-clone v1.0.17
3122024-12-06T20:27:16.830Z Downloaded digest v0.10.7
3132024-12-06T20:27:16.832Z Downloaded iana-time-zone v0.1.61
3142024-12-06T20:27:16.837Z Downloaded derive_builder v0.20.2
3152024-12-06T20:27:16.840Z Downloaded maybe-uninit v2.0.0
3162024-12-06T20:27:16.843Z Downloaded lru v0.12.5
3172024-12-06T20:27:16.843Z Downloaded rpassword v7.3.1
3182024-12-06T20:27:16.845Z Downloaded num v0.4.3
3192024-12-06T20:27:16.846Z Downloaded cc v1.1.30
3202024-12-06T20:27:16.849Z Downloaded md-5 v0.10.6
3212024-12-06T20:27:16.852Z Downloaded libefi-sys v0.1.0
3222024-12-06T20:27:16.855Z Downloaded want v0.3.1
3232024-12-06T20:27:16.855Z Downloaded headers v0.4.0
3242024-12-06T20:27:16.860Z Downloaded static_assertions v1.1.0
3252024-12-06T20:27:16.862Z Downloaded smf v0.2.3
3262024-12-06T20:27:16.865Z Downloaded smawk v0.3.2
3272024-12-06T20:27:16.865Z Downloaded serde_urlencoded v0.7.1
3282024-12-06T20:27:16.868Z Downloaded serde_tokenstream v0.2.2
3292024-12-06T20:27:16.871Z Downloaded pretty_assertions v1.4.1
3302024-12-06T20:27:16.871Z Downloaded serde_repr v0.1.19
3312024-12-06T20:27:16.873Z Downloaded termcolor v1.4.1
3322024-12-06T20:27:16.876Z Downloaded stringprep v0.1.5
3332024-12-06T20:27:16.879Z Downloaded scrypt v0.11.0
3342024-12-06T20:27:16.879Z Downloaded once_cell v1.20.2
3352024-12-06T20:27:16.882Z Downloaded postcard v1.0.10
3362024-12-06T20:27:16.885Z Downloaded write16 v1.0.0
3372024-12-06T20:27:16.887Z Downloaded progenitor-macro v0.8.0
3382024-12-06T20:27:16.890Z Downloaded dropshot_endpoint v0.13.0
3392024-12-06T20:27:16.892Z Downloaded dhcproto-macros v0.1.0
3402024-12-06T20:27:16.892Z Downloaded cstr-argument v0.1.2
3412024-12-06T20:27:16.895Z Downloaded dirs-next v2.0.0
3422024-12-06T20:27:16.897Z Downloaded untrusted v0.9.0
3432024-12-06T20:27:16.897Z Downloaded rtoolbox v0.0.2
3442024-12-06T20:27:16.900Z Downloaded derive-where v1.2.7
3452024-12-06T20:27:16.902Z Downloaded newline-converter v0.3.0
3462024-12-06T20:27:16.905Z Downloaded tls_codec v0.4.1
3472024-12-06T20:27:16.907Z Downloaded nanorand v0.7.0
3482024-12-06T20:27:16.910Z Downloaded target-lexicon v0.12.16
3492024-12-06T20:27:16.913Z Downloaded jobserver v0.1.32
3502024-12-06T20:27:16.915Z Downloaded curve25519-dalek-derive v0.1.1
3512024-12-06T20:27:16.917Z Downloaded colored v2.1.0
3522024-12-06T20:27:16.921Z Downloaded smallvec v1.13.2
3532024-12-06T20:27:16.924Z Downloaded psl-types v2.0.11
3542024-12-06T20:27:16.924Z Downloaded thiserror v1.0.69
3552024-12-06T20:27:16.928Z Downloaded slog-envlogger v2.2.0
3562024-12-06T20:27:16.930Z Downloaded slog v2.7.0
3572024-12-06T20:27:16.933Z Downloaded internet-checksum v0.2.1
3582024-12-06T20:27:16.935Z Downloaded enum-as-inner v0.6.1
3592024-12-06T20:27:16.938Z Downloaded typify v0.2.0
3602024-12-06T20:27:16.940Z Downloaded pkcs5 v0.7.1
3612024-12-06T20:27:16.944Z Downloaded match_cfg v0.1.0
3622024-12-06T20:27:16.947Z Downloaded tokio-rustls v0.25.0
3632024-12-06T20:27:16.949Z Downloaded hyper-util v0.1.10
3642024-12-06T20:27:16.952Z Downloaded serde_plain v1.0.2
3652024-12-06T20:27:16.955Z Downloaded lazycell v1.3.0
3662024-12-06T20:27:16.957Z Downloaded rstest v0.23.0
3672024-12-06T20:27:16.962Z Downloaded managed v0.8.0
3682024-12-06T20:27:16.965Z Downloaded nibble_vec v0.1.0
3692024-12-06T20:27:16.967Z Downloaded pem-rfc7468 v0.7.0
3702024-12-06T20:27:16.970Z Downloaded uzers v0.12.1
3712024-12-06T20:27:16.972Z Downloaded swrite v0.1.0
3722024-12-06T20:27:16.975Z Downloaded crc-any v2.5.0
3732024-12-06T20:27:16.977Z Downloaded deranged v0.3.11
3742024-12-06T20:27:16.977Z Downloaded pkg-config v0.3.31
3752024-12-06T20:27:16.980Z Downloaded phf_shared v0.11.2
3762024-12-06T20:27:16.980Z Downloaded heapless v0.8.0
3772024-12-06T20:27:16.984Z Downloaded rustc-hash v2.0.0
3782024-12-06T20:27:16.987Z Downloaded crunchy v0.2.2
3792024-12-06T20:27:16.989Z Downloaded crucible-workspace-hack v0.1.0
3802024-12-06T20:27:16.989Z Downloaded zerofrom-derive v0.1.4
3812024-12-06T20:27:16.992Z Downloaded usdt-macro v0.5.0
3822024-12-06T20:27:16.992Z Downloaded hickory-resolver v0.24.1
3832024-12-06T20:27:16.996Z Downloaded hyper-staticfile v0.10.1
3842024-12-06T20:27:16.998Z Downloaded polling v3.7.3
3852024-12-06T20:27:17.002Z Downloaded flume v0.11.1
3862024-12-06T20:27:17.007Z Downloaded is-terminal v0.4.13
3872024-12-06T20:27:17.010Z Downloaded tokio-rustls v0.24.1
3882024-12-06T20:27:17.012Z Downloaded thiserror v2.0.3
3892024-12-06T20:27:17.017Z Downloaded maplit v1.0.2
3902024-12-06T20:27:17.020Z Downloaded structmeta-derive v0.2.0
3912024-12-06T20:27:17.022Z Downloaded structmeta-derive v0.3.0
3922024-12-06T20:27:17.023Z Downloaded hashbrown v0.13.2
3932024-12-06T20:27:17.027Z Downloaded strum_macros v0.25.3
3942024-12-06T20:27:17.030Z Downloaded strum_macros v0.24.3
3952024-12-06T20:27:17.032Z Downloaded utf8_iter v1.0.4
3962024-12-06T20:27:17.034Z Downloaded packed_struct_codegen v0.10.1
3972024-12-06T20:27:17.036Z Downloaded packed_struct v0.10.1
3982024-12-06T20:27:17.039Z Downloaded num_enum v0.5.11
3992024-12-06T20:27:17.043Z Downloaded serde_path_to_error v0.1.16
4002024-12-06T20:27:17.045Z Downloaded normalize-line-endings v0.3.0
4012024-12-06T20:27:17.047Z Downloaded unarray v0.1.4
4022024-12-06T20:27:17.050Z Downloaded openssl-sys v0.9.103
4032024-12-06T20:27:17.053Z Downloaded const_format_proc_macros v0.2.33
4042024-12-06T20:27:17.056Z Downloaded tungstenite v0.21.0
4052024-12-06T20:27:17.060Z Downloaded rustversion v1.0.17
4062024-12-06T20:27:17.063Z Downloaded pathdiff v0.2.2
4072024-12-06T20:27:17.066Z Downloaded quinn v0.11.5
4082024-12-06T20:27:17.069Z Downloaded serde_regex v1.1.0
4092024-12-06T20:27:17.071Z Downloaded darling v0.20.10
4102024-12-06T20:27:17.075Z Downloaded sqlformat v0.2.6
4112024-12-06T20:27:17.077Z Downloaded russh-keys v0.45.0
4122024-12-06T20:27:17.081Z Downloaded console v0.15.8
4132024-12-06T20:27:17.083Z Downloaded num-conv v0.1.0
4142024-12-06T20:27:17.085Z Downloaded impl-trait-for-tuples v0.2.2
4152024-12-06T20:27:17.089Z Downloaded pretty-hex v0.2.1
4162024-12-06T20:27:17.091Z Downloaded is_ci v1.2.0
4172024-12-06T20:27:17.091Z Downloaded utf16_iter v1.0.5
4182024-12-06T20:27:17.093Z Downloaded ipnet v2.10.1
4192024-12-06T20:27:17.096Z Downloaded indicatif v0.17.9
4202024-12-06T20:27:17.099Z Downloaded tokio-stream v0.1.16
4212024-12-06T20:27:17.104Z Downloaded lazy_static v1.5.0
4222024-12-06T20:27:17.106Z Downloaded is_terminal_polyfill v1.70.1
4232024-12-06T20:27:17.109Z Downloaded lock_api v0.4.12
4242024-12-06T20:27:17.111Z Downloaded rustls-pki-types v1.9.0
4252024-12-06T20:27:17.113Z Downloaded structmeta v0.3.0
4262024-12-06T20:27:17.116Z Downloaded icu_properties v1.5.1
4272024-12-06T20:27:17.119Z Downloaded debug-ignore v1.0.5
4282024-12-06T20:27:17.121Z Downloaded parse-zoneinfo v0.3.1
4292024-12-06T20:27:17.124Z Downloaded usdt-attr-macro v0.5.0
4302024-12-06T20:27:17.126Z Downloaded datatest-stable v0.2.9
4312024-12-06T20:27:17.128Z Downloaded phf_generator v0.11.2
4322024-12-06T20:27:17.130Z Downloaded phf_codegen v0.11.2
4332024-12-06T20:27:17.132Z Downloaded unicode-segmentation v1.12.0
4342024-12-06T20:27:17.135Z Downloaded russh v0.45.0
4352024-12-06T20:27:17.140Z Downloaded time-core v0.1.2
4362024-12-06T20:27:17.143Z Downloaded phf v0.11.2
4372024-12-06T20:27:17.145Z Downloaded embedded-io v0.4.0
4382024-12-06T20:27:17.148Z Downloaded subprocess v0.2.9
4392024-12-06T20:27:17.151Z Downloaded equivalent v1.0.1
4402024-12-06T20:27:17.151Z Downloaded const-oid v0.9.6
4412024-12-06T20:27:17.153Z Downloaded typenum v1.17.0
4422024-12-06T20:27:17.156Z Downloaded signal-hook-registry v1.4.2
4432024-12-06T20:27:17.158Z Downloaded structmeta v0.2.0
4442024-12-06T20:27:17.160Z Downloaded memoffset v0.9.1
4452024-12-06T20:27:17.162Z Downloaded signal-hook-tokio v0.3.1
4462024-12-06T20:27:17.164Z Downloaded signal-hook-mio v0.2.4
4472024-12-06T20:27:17.164Z Downloaded same-file v1.0.6
4482024-12-06T20:27:17.166Z Downloaded icu_collections v1.5.0
4492024-12-06T20:27:17.172Z Downloaded mirai-annotations v1.12.0
4502024-12-06T20:27:17.175Z Downloaded predicates-tree v1.0.11
4512024-12-06T20:27:17.177Z Downloaded pbkdf2 v0.11.0
4522024-12-06T20:27:17.179Z Downloaded nu-ansi-term v0.50.1
4532024-12-06T20:27:17.182Z Downloaded hickory-server v0.24.1
4542024-12-06T20:27:17.187Z Downloaded num_threads v0.1.7
4552024-12-06T20:27:17.189Z Downloaded quote v1.0.37
4562024-12-06T20:27:17.191Z Downloaded signature v2.2.0
4572024-12-06T20:27:17.194Z Downloaded scheduled-thread-pool v0.2.7
4582024-12-06T20:27:17.196Z Downloaded serde-big-array v0.5.1
4592024-12-06T20:27:17.198Z Downloaded rand_chacha v0.3.1
4602024-12-06T20:27:17.205Z Downloaded defmt v0.3.8
4612024-12-06T20:27:17.205Z Downloaded clap_derive v4.5.18
4622024-12-06T20:27:17.207Z Downloaded diff v0.1.13
4632024-12-06T20:27:17.210Z Downloaded rstest_macros v0.23.0
4642024-12-06T20:27:17.212Z Downloaded target-triple v0.1.3
4652024-12-06T20:27:17.215Z Downloaded progenitor-client v0.8.0
4662024-12-06T20:27:17.217Z Downloaded aho-corasick v1.1.3
4672024-12-06T20:27:17.222Z Downloaded kstat-rs v0.2.4
4682024-12-06T20:27:17.224Z Downloaded idna_adapter v1.2.0
4692024-12-06T20:27:17.226Z Downloaded tokio-native-tls v0.3.1
4702024-12-06T20:27:17.230Z Downloaded utf8parse v0.2.2
4712024-12-06T20:27:17.230Z Downloaded compact_str v0.8.0
4722024-12-06T20:27:17.233Z Downloaded steno v0.4.1
4732024-12-06T20:27:17.237Z Downloaded try-lock v0.2.5
4742024-12-06T20:27:17.239Z Downloaded parking v2.2.1
4752024-12-06T20:27:17.241Z Downloaded idna v1.0.3
4762024-12-06T20:27:17.244Z Downloaded aws-lc-rs v1.10.0
4772024-12-06T20:27:17.254Z Downloaded endian-type v0.1.2
4782024-12-06T20:27:17.257Z Downloaded guppy v0.17.8
4792024-12-06T20:27:17.262Z Downloaded oso-derive v0.27.3
4802024-12-06T20:27:17.265Z Downloaded des v0.8.1
4812024-12-06T20:27:17.267Z Downloaded papergrid v0.11.0
4822024-12-06T20:27:17.271Z Downloaded radium v0.7.0
4832024-12-06T20:27:17.274Z Downloaded libsw v3.3.1
4842024-12-06T20:27:17.276Z Downloaded indent_write v2.2.0
4852024-12-06T20:27:17.276Z Downloaded icu_provider v1.5.0
4862024-12-06T20:27:17.279Z Downloaded pretty-hex v0.4.1
4872024-12-06T20:27:17.281Z Downloaded url v2.5.3
4882024-12-06T20:27:17.285Z Downloaded spin v0.5.2
4892024-12-06T20:27:17.287Z Downloaded instant v0.1.13
4902024-12-06T20:27:17.289Z Downloaded test-strategy v0.3.1
4912024-12-06T20:27:17.292Z Downloaded diesel_table_macro_syntax v0.2.0
4922024-12-06T20:27:17.294Z Downloaded signal-hook v0.3.17
4932024-12-06T20:27:17.297Z Downloaded pest_generator v2.7.14
4942024-12-06T20:27:17.299Z Downloaded cobs v0.2.3
4952024-12-06T20:27:17.302Z Downloaded sqlparser_derive v0.2.2
4962024-12-06T20:27:17.302Z Downloaded xz2 v0.1.7
4972024-12-06T20:27:17.304Z Downloaded crossbeam-deque v0.8.5
4982024-12-06T20:27:17.307Z Downloaded zone v0.3.0
4992024-12-06T20:27:17.307Z Downloaded cmake v0.1.51
5002024-12-06T20:27:17.310Z Downloaded zerocopy-derive v0.7.35
5012024-12-06T20:27:17.313Z Downloaded yasna v0.5.2
5022024-12-06T20:27:17.315Z Downloaded unicode-ident v1.0.13
5032024-12-06T20:27:17.319Z Downloaded predicates v3.1.2
5042024-12-06T20:27:17.322Z Downloaded mime v0.3.17
5052024-12-06T20:27:17.324Z Downloaded tokio-rustls v0.26.0
5062024-12-06T20:27:17.326Z Downloaded unicode-normalization v0.1.24
5072024-12-06T20:27:17.330Z Downloaded kv-log-macro v1.0.7
5082024-12-06T20:27:17.333Z Downloaded shell-words v1.1.0
5092024-12-06T20:27:17.335Z Downloaded async-std v1.13.0
5102024-12-06T20:27:17.356Z Downloaded derive_builder_macro v0.20.2
5112024-12-06T20:27:17.358Z Downloaded tinyvec_macros v0.1.1
5122024-12-06T20:27:17.358Z Downloaded predicates-core v1.0.8
5132024-12-06T20:27:17.360Z Downloaded mockall v0.13.0
5142024-12-06T20:27:17.360Z Downloaded tui-tree-widget v0.22.0
5152024-12-06T20:27:17.363Z Downloaded terminal_size v0.4.0
5162024-12-06T20:27:17.365Z Downloaded tokio-tungstenite v0.24.0
5172024-12-06T20:27:17.368Z Downloaded difflib v0.4.0
5182024-12-06T20:27:17.368Z Downloaded futures-util v0.3.31
5192024-12-06T20:27:17.381Z Downloaded lru-cache v0.1.2
5202024-12-06T20:27:17.383Z Downloaded spki v0.7.3
5212024-12-06T20:27:17.385Z Downloaded rustfmt-wrapper v0.2.1
5222024-12-06T20:27:17.388Z Downloaded lalrpop-util v0.19.12
5232024-12-06T20:27:17.388Z Downloaded precomputed-hash v0.1.1
5242024-12-06T20:27:17.390Z Downloaded parking_lot_core v0.8.6
5252024-12-06T20:27:17.393Z Downloaded pest_meta v2.7.14
5262024-12-06T20:27:17.395Z Downloaded unicode-bidi v0.3.17
5272024-12-06T20:27:17.397Z Downloaded elliptic-curve v0.13.8
5282024-12-06T20:27:17.401Z Downloaded progenitor v0.8.0
5292024-12-06T20:27:17.403Z Downloaded clap v4.5.21
5302024-12-06T20:27:17.413Z Downloaded zeroize_derive v1.4.2
5312024-12-06T20:27:17.415Z Downloaded instability v0.3.2
5322024-12-06T20:27:17.417Z Downloaded data-encoding v2.6.0
5332024-12-06T20:27:17.419Z Downloaded rustc_version v0.4.1
5342024-12-06T20:27:17.419Z Downloaded parking_lot v0.11.2
5352024-12-06T20:27:17.422Z Downloaded samael v0.0.17
5362024-12-06T20:27:17.430Z Downloaded ssh-encoding v0.2.0
5372024-12-06T20:27:17.433Z Downloaded bitvec v1.0.1
5382024-12-06T20:27:17.449Z Downloaded threadpool v1.8.1
5392024-12-06T20:27:17.453Z Downloaded unicode-xid v0.2.6
5402024-12-06T20:27:17.453Z Downloaded portable-atomic v1.9.0
5412024-12-06T20:27:17.459Z Downloaded number_prefix v0.4.0
5422024-12-06T20:27:17.462Z Downloaded crossbeam-epoch v0.9.18
5432024-12-06T20:27:17.464Z Downloaded ppv-lite86 v0.2.20
5442024-12-06T20:27:17.466Z Downloaded parse-size v1.1.0
5452024-12-06T20:27:17.466Z Downloaded libxml v0.3.3
5462024-12-06T20:27:17.473Z Downloaded thread-id v4.2.2
5472024-12-06T20:27:17.476Z Downloaded chrono v0.4.38
5482024-12-06T20:27:17.483Z Downloaded display-error-chain v0.2.2
5492024-12-06T20:27:17.485Z Downloaded oso v0.27.3
5502024-12-06T20:27:17.489Z Downloaded xattr v1.3.1
5512024-12-06T20:27:17.491Z Downloaded pin-project-lite v0.2.14
5522024-12-06T20:27:17.496Z Downloaded colorchoice v1.0.2
5532024-12-06T20:27:17.499Z Downloaded socket2 v0.5.7
5542024-12-06T20:27:17.501Z Downloaded peg-runtime v0.8.3
5552024-12-06T20:27:17.503Z Downloaded uuid v1.11.0
5562024-12-06T20:27:17.506Z Downloaded zopfli v0.8.1
5572024-12-06T20:27:17.508Z Downloaded zip v0.6.6
5582024-12-06T20:27:17.514Z Downloaded new_debug_unreachable v1.0.6
5592024-12-06T20:27:17.516Z Downloaded thread_local v1.1.8
5602024-12-06T20:27:17.519Z Downloaded strsim v0.11.1
5612024-12-06T20:27:17.519Z Downloaded quick-xml v0.33.0
5622024-12-06T20:27:17.526Z Downloaded doc-comment v0.3.3
5632024-12-06T20:27:17.528Z Downloaded h2 v0.4.6
5642024-12-06T20:27:17.535Z Downloaded nested v0.1.1
5652024-12-06T20:27:17.538Z Downloaded toml_datetime v0.6.8
5662024-12-06T20:27:17.540Z Downloaded peg v0.8.4
5672024-12-06T20:27:17.543Z Downloaded crc32fast v1.4.2
5682024-12-06T20:27:17.546Z Downloaded zip v2.1.3
5692024-12-06T20:27:17.550Z Downloaded termtree v0.4.1
5702024-12-06T20:27:17.553Z Downloaded pin-project v1.1.6
5712024-12-06T20:27:17.566Z Downloaded ident_case v1.0.1
5722024-12-06T20:27:17.568Z Downloaded r2d2 v0.8.10
5732024-12-06T20:27:17.568Z Downloaded defmt-macros v0.3.9
5742024-12-06T20:27:17.571Z Downloaded ctr v0.9.2
5752024-12-06T20:27:17.574Z Downloaded env_logger v0.10.2
5762024-12-06T20:27:17.577Z Downloaded log v0.4.22
5772024-12-06T20:27:17.580Z Downloaded serde_derive v1.0.215
5782024-12-06T20:27:17.584Z Downloaded mio v1.0.2
5792024-12-06T20:27:17.591Z Downloaded universal-hash v0.5.1
5802024-12-06T20:27:17.593Z Downloaded synstructure v0.13.1
5812024-12-06T20:27:17.595Z Downloaded untrusted v0.7.1
5822024-12-06T20:27:17.595Z Downloaded usdt v0.5.0
5832024-12-06T20:27:17.597Z Downloaded plotters-svg v0.3.7
5842024-12-06T20:27:17.599Z Downloaded nodrop v0.1.14
5852024-12-06T20:27:17.599Z Downloaded tabled_derive v0.7.0
5862024-12-06T20:27:17.601Z Downloaded slog-dtrace v0.3.0
5872024-12-06T20:27:17.604Z Downloaded rcgen v0.12.1
5882024-12-06T20:27:17.606Z Downloaded crypto-common v0.1.6
5892024-12-06T20:27:17.608Z Downloaded goblin v0.8.2
5902024-12-06T20:27:17.613Z Downloaded clang-sys v1.8.1
5912024-12-06T20:27:17.616Z Downloaded derive_more v0.99.18
5922024-12-06T20:27:17.622Z Downloaded piper v0.2.4
5932024-12-06T20:27:17.625Z Downloaded slog-json v2.6.1
5942024-12-06T20:27:17.628Z Downloaded keccak v0.1.5
5952024-12-06T20:27:17.631Z Downloaded native-tls v0.2.12
5962024-12-06T20:27:17.631Z Downloaded multimap v0.10.0
5972024-12-06T20:27:17.633Z Downloaded multer v3.1.0
5982024-12-06T20:27:17.636Z Downloaded convert_case v0.4.0
5992024-12-06T20:27:17.639Z Downloaded der_derive v0.7.3
6002024-12-06T20:27:17.639Z Downloaded cipher v0.4.4
6012024-12-06T20:27:17.641Z Downloaded ciborium-ll v0.2.2
6022024-12-06T20:27:17.641Z Downloaded displaydoc v0.2.5
6032024-12-06T20:27:17.645Z Downloaded ciborium-io v0.2.2
6042024-12-06T20:27:17.647Z Downloaded yoke-derive v0.7.4
6052024-12-06T20:27:17.649Z Downloaded rand_distr v0.4.3
6062024-12-06T20:27:17.652Z Downloaded mockall_derive v0.13.0
6072024-12-06T20:27:17.654Z Downloaded pest v2.7.14
6082024-12-06T20:27:17.659Z Downloaded slog-bunyan v2.5.0
6092024-12-06T20:27:17.661Z Downloaded pkcs8 v0.10.2
6102024-12-06T20:27:17.663Z Downloaded pin-project-internal v1.1.6
6112024-12-06T20:27:17.666Z Downloaded thiserror-no-std v2.0.2
6122024-12-06T20:27:17.670Z Downloaded derive_builder_core v0.20.2
6132024-12-06T20:27:17.672Z Downloaded toml v0.8.19
6142024-12-06T20:27:17.676Z Downloaded thiserror-impl v2.0.3
6152024-12-06T20:27:17.679Z Downloaded relative-path v1.9.3
6162024-12-06T20:27:17.681Z Downloaded rand_core v0.6.4
6172024-12-06T20:27:17.682Z Downloaded downcast v0.11.0
6182024-12-06T20:27:17.684Z Downloaded quick-error v1.2.3
6192024-12-06T20:27:17.684Z Downloaded quinn-udp v0.5.5
6202024-12-06T20:27:17.687Z Downloaded zerocopy-derive v0.8.10
6212024-12-06T20:27:17.693Z Downloaded serde-hex v0.1.0
6222024-12-06T20:27:17.696Z Downloaded indoc v1.0.9
6232024-12-06T20:27:17.698Z Downloaded salsa20 v0.10.2
6242024-12-06T20:27:17.701Z Downloaded omicron-zone-package v0.11.1
6252024-12-06T20:27:17.703Z Downloaded yansi v1.0.1
6262024-12-06T20:27:17.706Z Downloaded tinystr v0.7.6
6272024-12-06T20:27:17.708Z Downloaded inout v0.1.3
6282024-12-06T20:27:17.710Z Downloaded indoc v2.0.5
6292024-12-06T20:27:17.712Z Downloaded shlex v1.3.0
6302024-12-06T20:27:17.715Z Downloaded tower-service v0.3.3
6312024-12-06T20:27:17.715Z Downloaded scroll v0.12.0
6322024-12-06T20:27:17.717Z Downloaded winnow v0.5.40
6332024-12-06T20:27:17.726Z Downloaded enum-as-inner v0.5.1
6342024-12-06T20:27:17.728Z Downloaded linked-hash-map v0.5.6
6352024-12-06T20:27:17.730Z Downloaded criterion-plot v0.5.0
6362024-12-06T20:27:17.733Z Downloaded env_filter v0.1.2
6372024-12-06T20:27:17.733Z Downloaded ed25519 v2.2.3
6382024-12-06T20:27:17.735Z Downloaded lockfree-object-pool v0.1.6
6392024-12-06T20:27:17.737Z Downloaded scopeguard v1.2.0
6402024-12-06T20:27:17.739Z Downloaded zeroize v1.8.1
6412024-12-06T20:27:17.742Z Downloaded strip-ansi-escapes v0.2.0
6422024-12-06T20:27:17.744Z Downloaded snafu-derive v0.8.5
6432024-12-06T20:27:17.744Z Downloaded icu_locid v1.5.0
6442024-12-06T20:27:17.748Z Downloaded smallvec v0.6.14
6452024-12-06T20:27:17.751Z Downloaded tokio-util v0.7.12
6462024-12-06T20:27:17.757Z Downloaded proptest v1.5.0
6472024-12-06T20:27:17.767Z Downloaded time-macros v0.2.18
6482024-12-06T20:27:17.770Z Downloaded ryu v1.0.18
6492024-12-06T20:27:17.774Z Downloaded unicode_categories v0.1.1
6502024-12-06T20:27:17.776Z Downloaded slog-stdlog v4.1.1
6512024-12-06T20:27:17.778Z Downloaded winnow v0.6.20
6522024-12-06T20:27:17.787Z Downloaded ena v0.14.3
6532024-12-06T20:27:17.789Z Downloaded resolv-conf v0.7.0
6542024-12-06T20:27:17.792Z Downloaded rfc6979 v0.4.0
6552024-12-06T20:27:17.795Z Downloaded num-integer v0.1.46
6562024-12-06T20:27:17.795Z Downloaded linear-map v1.2.0
6572024-12-06T20:27:17.797Z Downloaded wyz v0.5.1
6582024-12-06T20:27:17.798Z Downloaded vcpkg v0.2.15
6592024-12-06T20:27:17.838Z Downloaded slog-term v2.9.1
6602024-12-06T20:27:17.840Z Downloaded postgres-protocol v0.6.7
6612024-12-06T20:27:17.843Z Downloaded yoke v0.7.4
6622024-12-06T20:27:17.846Z Downloaded icu_locid_transform_data v1.5.0
6632024-12-06T20:27:17.846Z Downloaded toml v0.7.8
6642024-12-06T20:27:17.850Z Downloaded rusqlite v0.32.1
6652024-12-06T20:27:17.856Z Downloaded tracing-core v0.1.32
6662024-12-06T20:27:17.860Z Downloaded unsafe-libyaml v0.2.11
6672024-12-06T20:27:17.863Z Downloaded snafu v0.8.5
6682024-12-06T20:27:17.870Z Downloaded crypto-bigint v0.5.5
6692024-12-06T20:27:17.876Z Downloaded crossbeam-utils v0.8.20
6702024-12-06T20:27:17.880Z Downloaded parking_lot_core v0.9.10
6712024-12-06T20:27:17.883Z Downloaded num-rational v0.4.2
6722024-12-06T20:27:17.885Z Downloaded litemap v0.7.3
6732024-12-06T20:27:17.887Z Downloaded zerocopy v0.6.6
6742024-12-06T20:27:17.890Z Downloaded indexmap v1.9.3
6752024-12-06T20:27:17.893Z Downloaded schemars v0.8.21
6762024-12-06T20:27:17.905Z Downloaded progenitor-impl v0.8.0
6772024-12-06T20:27:17.907Z Downloaded salty v0.3.0
6782024-12-06T20:27:17.914Z Downloaded tungstenite v0.24.0
6792024-12-06T20:27:17.918Z Downloaded const_format v0.2.33
6802024-12-06T20:27:17.923Z Downloaded webpki-roots v0.26.6
6812024-12-06T20:27:17.926Z Downloaded git2 v0.19.0
6822024-12-06T20:27:17.936Z Downloaded rustls-webpki v0.101.7
6832024-12-06T20:27:17.951Z Downloaded syn v1.0.109
6842024-12-06T20:27:17.962Z Downloaded ron v0.8.1
6852024-12-06T20:27:17.968Z Downloaded gimli v0.31.1
6862024-12-06T20:27:17.976Z Downloaded serde v1.0.215
6872024-12-06T20:27:17.979Z Downloaded criterion v0.5.1
6882024-12-06T20:27:17.987Z Downloaded petname v2.0.2
6892024-12-06T20:27:17.995Z Downloaded quinn-proto v0.11.8
6902024-12-06T20:27:18.000Z Downloaded rand v0.8.5
6912024-12-06T20:27:18.005Z Downloaded sqlparser v0.45.0
6922024-12-06T20:27:18.010Z Downloaded itertools v0.13.0
6932024-12-06T20:27:18.018Z Downloaded time v0.3.36
6942024-12-06T20:27:18.027Z Downloaded x509-cert v0.2.5
6952024-12-06T20:27:18.031Z Downloaded crossbeam-channel v0.5.13
6962024-12-06T20:27:18.038Z Downloaded tough v0.19.0
6972024-12-06T20:27:18.046Z Downloaded rustyline v14.0.0
6982024-12-06T20:27:18.060Z Downloaded ssh-key v0.6.6
6992024-12-06T20:27:18.064Z Downloaded regress v0.10.1
7002024-12-06T20:27:18.069Z Downloaded libm v0.2.8
7012024-12-06T20:27:18.077Z Downloaded zerocopy v0.7.35
7022024-12-06T20:27:18.095Z Downloaded dropshot v0.13.0
7032024-12-06T20:27:18.117Z Downloaded rayon v1.10.0
7042024-12-06T20:27:18.127Z Downloaded smoltcp v0.11.0
7052024-12-06T20:27:18.140Z Downloaded itertools v0.12.1
7062024-12-06T20:27:18.147Z Downloaded zerocopy v0.8.10
7072024-12-06T20:27:18.171Z Downloaded regex-syntax v0.6.29
7082024-12-06T20:27:18.178Z Downloaded regress v0.9.1
7092024-12-06T20:27:18.187Z Downloaded tabled v0.15.0
7102024-12-06T20:27:18.203Z Downloaded smoltcp v0.9.1
7112024-12-06T20:27:18.215Z Downloaded reqwest v0.12.9
7122024-12-06T20:27:18.223Z Downloaded radix_trie v0.2.1
7132024-12-06T20:27:18.229Z Downloaded syn v2.0.87
7142024-12-06T20:27:18.241Z Downloaded curve25519-dalek v4.1.3
7152024-12-06T20:27:18.251Z Downloaded hickory-proto v0.24.1
7162024-12-06T20:27:18.267Z Downloaded icu_properties_data v1.5.0
7172024-12-06T20:27:18.278Z Downloaded nix v0.28.0
7182024-12-06T20:27:18.289Z Downloaded rustls v0.21.12
7192024-12-06T20:27:18.301Z Downloaded trust-dns-proto v0.22.0
7202024-12-06T20:27:18.314Z Downloaded diesel v2.2.4
7212024-12-06T20:27:18.333Z Downloaded polar-core v0.27.3
7222024-12-06T20:27:18.340Z Downloaded nix v0.29.0
7232024-12-06T20:27:18.353Z Downloaded idna v0.3.0
7242024-12-06T20:27:18.359Z Downloaded regex-syntax v0.8.5
7252024-12-06T20:27:18.369Z Downloaded bzip2-sys v0.1.11+1.0.8
7262024-12-06T20:27:18.382Z Downloaded rustls v0.23.14
7272024-12-06T20:27:18.394Z Downloaded rustix v0.38.37
7282024-12-06T20:27:18.417Z Downloaded object v0.36.5
7292024-12-06T20:27:18.428Z Downloaded typify-impl v0.2.0
7302024-12-06T20:27:18.441Z Downloaded zerocopy-derive v0.6.6
7312024-12-06T20:27:18.450Z Downloaded regex-automata v0.4.8
7322024-12-06T20:27:18.468Z Downloaded sled v0.34.7
7332024-12-06T20:27:18.478Z Downloaded object v0.30.4
7342024-12-06T20:27:18.488Z Downloaded unicode-width v0.2.0
7352024-12-06T20:27:18.495Z Downloaded regex v1.11.1
7362024-12-06T20:27:18.509Z Downloaded idna v0.4.0
7372024-12-06T20:27:18.516Z Downloaded ratatui v0.28.1
7382024-12-06T20:27:18.537Z Downloaded bstr v1.10.0
7392024-12-06T20:27:18.547Z Downloaded dropshot v0.12.0
7402024-12-06T20:27:18.567Z Downloaded idna v0.5.0
7412024-12-06T20:27:18.574Z Downloaded libc v0.2.162
7422024-12-06T20:27:18.602Z Downloaded chrono-tz v0.10.0
7432024-12-06T20:27:18.610Z Downloaded lalrpop v0.19.12
7442024-12-06T20:27:18.621Z Downloaded tokio v1.40.0
7452024-12-06T20:27:18.658Z Downloaded petgraph v0.6.5
7462024-12-06T20:27:18.676Z Downloaded unicode-width v0.1.14
7472024-12-06T20:27:18.682Z Downloaded libz-sys v1.1.20
7482024-12-06T20:27:18.704Z Downloaded lzma-sys v0.1.20
7492024-12-06T20:27:18.733Z Downloaded nix v0.27.1
7502024-12-06T20:27:18.743Z Downloaded sha3 v0.10.8
7512024-12-06T20:27:18.748Z Downloaded openapiv3 v2.0.0
7522024-12-06T20:27:18.761Z Downloaded serde_json v1.0.132
7532024-12-06T20:27:18.768Z Downloaded idna v0.2.3
7542024-12-06T20:27:18.775Z Downloaded rustls-webpki v0.102.8
7552024-12-06T20:27:18.793Z Downloaded zerovec v0.10.4
7562024-12-06T20:27:18.799Z Downloaded clap_builder v4.5.21
7572024-12-06T20:27:18.806Z Downloaded crossterm v0.28.1
7582024-12-06T20:27:18.812Z Downloaded rustls v0.22.4
7592024-12-06T20:27:18.826Z Downloaded csv v1.3.0
7602024-12-06T20:27:18.846Z Downloaded p384 v0.13.0
7612024-12-06T20:27:18.852Z Downloaded icu_normalizer v1.5.0
7622024-12-06T20:27:18.855Z Downloaded plotters v0.3.7
7632024-12-06T20:27:18.864Z Downloaded der v0.7.9
7642024-12-06T20:27:18.869Z Downloaded minimal-lexical v0.2.1
7652024-12-06T20:27:18.874Z Downloaded itertools v0.10.5
7662024-12-06T20:27:18.880Z Downloaded serde_with v3.11.0
7672024-12-06T20:27:18.888Z Downloaded openssl v0.10.66
7682024-12-06T20:27:18.898Z Downloaded thiserror-impl-no-std v2.0.2
7692024-12-06T20:27:18.900Z Downloaded icu_locid_transform v1.5.0
7702024-12-06T20:27:18.903Z Downloaded tracing-attributes v0.1.27
7712024-12-06T20:27:18.905Z Downloaded writeable v0.5.5
7722024-12-06T20:27:18.908Z Downloaded tungstenite v0.23.0
7732024-12-06T20:27:18.910Z Downloaded reedline v0.35.0
7742024-12-06T20:27:18.917Z Downloaded slog-scope v4.4.0
7752024-12-06T20:27:18.920Z Downloaded num-derive v0.4.2
7762024-12-06T20:27:18.922Z Downloaded icu_provider_macros v1.5.0
7772024-12-06T20:27:18.922Z Downloaded peg-macros v0.8.4
7782024-12-06T20:27:18.925Z Downloaded pest_derive v2.7.14
7792024-12-06T20:27:18.928Z Downloaded pkcs1 v0.7.5
7802024-12-06T20:27:18.930Z Downloaded proc-macro2 v1.0.89
7812024-12-06T20:27:18.933Z Downloaded num-bigint-dig v0.8.4
7822024-12-06T20:27:18.936Z Downloaded pbkdf2 v0.12.2
7832024-12-06T20:27:18.939Z Downloaded path-tree v0.8.1
7842024-12-06T20:27:18.941Z Downloaded parse-display v0.10.0
7852024-12-06T20:27:18.942Z Downloaded sync_wrapper v1.0.1
7862024-12-06T20:27:18.942Z Downloaded rustc-demangle v0.1.24
7872024-12-06T20:27:18.944Z Downloaded rust-argon2 v2.1.0
7882024-12-06T20:27:18.947Z Downloaded tinyvec v1.8.0
7892024-12-06T20:27:18.949Z Downloaded rustc_version v0.1.7
7902024-12-06T20:27:18.949Z Downloaded mime_guess v2.0.5
7912024-12-06T20:27:18.951Z Downloaded serde_derive_internals v0.29.1
7922024-12-06T20:27:18.953Z Downloaded p521 v0.13.3
7932024-12-06T20:27:18.956Z Downloaded serde_yaml v0.9.34+deprecated
7942024-12-06T20:27:18.960Z Downloaded encoding_rs v0.8.34
7952024-12-06T20:27:18.986Z Downloaded miniz_oxide v0.8.0
7962024-12-06T20:27:18.988Z Downloaded icu_normalizer_data v1.5.0
7972024-12-06T20:27:18.990Z Downloaded httpmock v0.8.0-alpha.1
7982024-12-06T20:27:19.008Z Downloaded termios v0.3.3
7992024-12-06T20:27:19.010Z Downloaded dirs-sys-next v0.1.2
8002024-12-06T20:27:19.012Z Downloaded twox-hash v1.6.3
8012024-12-06T20:27:19.013Z Downloaded qorb v0.2.1
8022024-12-06T20:27:19.016Z Downloaded hyper v1.5.0
8032024-12-06T20:27:19.024Z Downloaded hkdf v0.12.4
8042024-12-06T20:27:19.027Z Downloaded defmt-parser v0.3.4
8052024-12-06T20:27:19.030Z Downloaded num-traits v0.2.19
8062024-12-06T20:27:19.032Z Downloaded ron v0.7.1
8072024-12-06T20:27:19.036Z Downloaded memchr v2.7.4
8082024-12-06T20:27:19.041Z Downloaded ssh-cipher v0.2.0
8092024-12-06T20:27:19.043Z Downloaded rusty-fork v0.3.0
8102024-12-06T20:27:19.046Z Downloaded spin v0.9.8
8112024-12-06T20:27:19.048Z Downloaded toml_edit v0.19.15
8122024-12-06T20:27:19.070Z Downloaded diesel_derives v2.2.3
8132024-12-06T20:27:19.074Z Downloaded ed25519-dalek v2.1.1
8142024-12-06T20:27:19.077Z Downloaded publicsuffix v2.2.3
8152024-12-06T20:27:19.080Z Downloaded term v0.7.0
8162024-12-06T20:27:19.083Z Downloaded parking_lot v0.12.3
8172024-12-06T20:27:19.085Z Downloaded bindgen v0.69.5
8182024-12-06T20:27:19.093Z Downloaded libtest-mimic v0.7.3
8192024-12-06T20:27:19.095Z Downloaded hashbrown v0.14.5
8202024-12-06T20:27:19.100Z Downloaded tempfile v3.13.0
8212024-12-06T20:27:19.103Z Downloaded env_logger v0.11.5
8222024-12-06T20:27:19.106Z Downloaded ecdsa v0.16.9
8232024-12-06T20:27:19.108Z Downloaded dropshot_endpoint v0.12.0
8242024-12-06T20:27:19.111Z Downloaded csv-core v0.1.11
8252024-12-06T20:27:19.113Z Downloaded toml_edit v0.22.22
8262024-12-06T20:27:19.135Z Downloaded typed-path v0.9.3
8272024-12-06T20:27:19.141Z Downloaded hashbrown v0.15.0
8282024-12-06T20:27:19.147Z Downloaded libgit2-sys v0.17.0+1.8.1
8292024-12-06T20:27:19.206Z Downloaded tokio-postgres v0.7.12
8302024-12-06T20:27:19.211Z Downloaded owo-colors v4.1.0
8312024-12-06T20:27:19.214Z Downloaded memmap2 v0.9.5
8322024-12-06T20:27:19.217Z Downloaded indexmap v2.6.0
8332024-12-06T20:27:19.220Z Downloaded blake3 v1.5.4
8342024-12-06T20:27:19.227Z Downloaded tokio-macros v2.4.0
8352024-12-06T20:27:19.230Z Downloaded thiserror-impl v1.0.69
8362024-12-06T20:27:19.230Z Downloaded serde_with_macros v3.11.0
8372024-12-06T20:27:19.232Z Downloaded p256 v0.13.2
8382024-12-06T20:27:19.236Z Downloaded dof v0.3.0
8392024-12-06T20:27:19.239Z Downloaded constant_time_eq v0.3.1
8402024-12-06T20:27:19.239Z Downloaded zone v0.1.8
8412024-12-06T20:27:19.239Z Downloaded tracing v0.1.40
8422024-12-06T20:27:19.242Z Downloaded memmap v0.7.0
8432024-12-06T20:27:19.245Z Downloaded usdt-impl v0.5.0
8442024-12-06T20:27:19.247Z Downloaded plain v0.2.3
8452024-12-06T20:27:19.247Z Downloaded http v1.1.0
8462024-12-06T20:27:19.250Z Downloaded hashbrown v0.12.3
8472024-12-06T20:27:19.255Z Downloaded utf-8 v0.7.6
8482024-12-06T20:27:19.257Z Downloaded unicase v2.7.0
8492024-12-06T20:27:19.260Z Downloaded either v1.13.0
8502024-12-06T20:27:19.260Z Downloaded strum_macros v0.26.4
8512024-12-06T20:27:19.262Z Downloaded proc-macro-error-attr v1.0.4
8522024-12-06T20:27:19.264Z Downloaded which v4.4.2
8532024-12-06T20:27:19.264Z Downloaded dhcproto v0.12.0
8542024-12-06T20:27:19.267Z Downloaded rsa v0.9.6
8552024-12-06T20:27:19.272Z Downloaded whoami v1.5.2
8562024-12-06T20:27:19.274Z Downloaded rustls-pemfile v2.2.0
8572024-12-06T20:27:19.277Z Downloaded num_cpus v1.16.0
8582024-12-06T20:27:19.279Z Downloaded vergen v8.3.2
8592024-12-06T20:27:19.282Z Downloaded ucd-trie v0.1.7
8602024-12-06T20:27:19.284Z Downloaded nom v7.1.3
8612024-12-06T20:27:19.289Z Downloaded rayon-core v1.12.1
8622024-12-06T20:27:19.292Z Downloaded libloading v0.8.5
8632024-12-06T20:27:19.295Z Downloaded textwrap v0.16.1
8642024-12-06T20:27:19.297Z Downloaded tar v0.4.42
8652024-12-06T20:27:19.300Z Downloaded ref-cast-impl v1.0.23
8662024-12-06T20:27:19.302Z Downloaded ref-cast v1.0.23
8672024-12-06T20:27:19.322Z Downloaded embedded-io v0.6.1
8682024-12-06T20:27:19.322Z Downloaded macaddr v1.0.1
8692024-12-06T20:27:19.350Z Downloaded value-bag v1.9.0
8702024-12-06T20:27:19.352Z Downloaded aes-gcm v0.10.3
8712024-12-06T20:27:19.355Z Downloaded heapless v0.7.17
8722024-12-06T20:27:19.359Z Downloaded num-complex v0.4.6
8732024-12-06T20:27:19.361Z Downloaded typify-macro v0.2.0
8742024-12-06T20:27:19.364Z Downloaded darling_core v0.20.10
8752024-12-06T20:27:19.373Z Downloaded tinytemplate v1.2.1
8762024-12-06T20:27:19.379Z Downloaded num-bigint v0.4.6
8772024-12-06T20:27:19.379Z Downloaded cookie_store v0.21.0
8782024-12-06T20:27:19.384Z Downloaded cookie v0.18.1
8792024-12-06T20:27:19.387Z Downloaded percent-encoding v2.3.1
8802024-12-06T20:27:19.387Z Downloaded partial-io v0.5.4
8812024-12-06T20:27:19.389Z Downloaded tokio-tungstenite v0.23.1
8822024-12-06T20:27:19.392Z Downloaded itoa v1.0.11
8832024-12-06T20:27:19.394Z Downloaded unicode-properties v0.1.3
8842024-12-06T20:27:19.396Z Downloaded trybuild v1.0.101
8852024-12-06T20:27:19.400Z Downloaded prettyplease v0.2.25
8862024-12-06T20:27:19.405Z Downloaded sha2 v0.10.8
8872024-12-06T20:27:19.409Z Downloaded base64 v0.22.1
8882024-12-06T20:27:19.414Z Downloaded rustls-native-certs v0.7.3
8892024-12-06T20:27:19.420Z Downloaded httparse v1.9.5
8902024-12-06T20:27:19.423Z Downloaded crc v3.2.1
8912024-12-06T20:27:19.425Z Downloaded similar v2.6.0
8922024-12-06T20:27:19.430Z Downloaded bumpalo v3.16.0
8932024-12-06T20:27:19.433Z Downloaded zerovec-derive v0.10.3
8942024-12-06T20:27:19.435Z Downloaded vsss-rs v3.3.4
8952024-12-06T20:27:19.437Z Downloaded hmac v0.12.1
8962024-12-06T20:27:19.439Z Downloaded bitflags v2.6.0
8972024-12-06T20:27:19.442Z Downloaded half v2.4.1
8982024-12-06T20:27:19.444Z Downloaded chacha20poly1305 v0.10.1
8992024-12-06T20:27:19.447Z Downloaded proc-macro-error v1.0.4
9002024-12-06T20:27:19.449Z Downloaded httptest v0.16.1
9012024-12-06T20:27:19.452Z Downloaded walkdir v2.5.0
9022024-12-06T20:27:19.454Z Downloaded wait-timeout v0.2.0
9032024-12-06T20:27:19.454Z Downloaded slog-async v2.8.0
9042024-12-06T20:27:19.457Z Downloaded slab v0.4.9
9052024-12-06T20:27:19.457Z Downloaded siphasher v0.3.11
9062024-12-06T20:27:19.460Z Downloaded similar-asserts v1.6.0
9072024-12-06T20:27:19.460Z Downloaded sha1 v0.10.6
9082024-12-06T20:27:19.463Z Downloaded sct v0.7.1
9092024-12-06T20:27:19.466Z Downloaded schemars_derive v0.8.21
9102024-12-06T20:27:19.468Z Downloaded password-hash v0.4.2
9112024-12-06T20:27:19.471Z Downloaded arc-swap v1.7.1
9122024-12-06T20:27:19.474Z Downloaded num_enum_derive v0.5.11
9132024-12-06T20:27:19.474Z Downloaded num-iter v0.1.45
9142024-12-06T20:27:19.476Z Downloaded camino v1.1.9
9152024-12-06T20:27:19.478Z Downloaded rand_seeder v0.3.0
9162024-12-06T20:27:19.478Z Downloaded primeorder v0.13.6
9172024-12-06T20:27:19.481Z Downloaded blake2 v0.10.6
9182024-12-06T20:27:19.483Z Downloaded powerfmt v0.2.0
9192024-12-06T20:27:19.483Z Downloaded blake2b_simd v1.0.2
9202024-12-06T20:27:19.485Z Downloaded home v0.5.9
9212024-12-06T20:27:19.487Z Downloaded heck v0.5.0
9222024-12-06T20:27:19.487Z Downloaded cargo-platform v0.1.8
9232024-12-06T20:27:19.489Z Downloaded byteorder v1.5.0
9242024-12-06T20:27:19.491Z Downloaded ghash v0.5.1
9252024-12-06T20:27:19.491Z Downloaded gethostname v0.5.0
9262024-12-06T20:27:19.494Z Downloaded futures v0.3.31
9272024-12-06T20:27:19.497Z Downloaded bb8 v0.8.5
9282024-12-06T20:27:19.499Z Downloaded bit-set v0.5.3
9292024-12-06T20:27:19.501Z Downloaded async-task v4.7.1
9302024-12-06T20:27:19.503Z Downloaded async-io v2.3.4
9312024-12-06T20:27:19.505Z Downloaded async-lock v3.4.0
9322024-12-06T20:27:19.508Z Downloaded assert_cmd v2.0.16
9332024-12-06T20:27:19.510Z Downloaded arrayvec v0.7.6
9342024-12-06T20:27:19.513Z Downloaded fallible-iterator v0.2.0
9352024-12-06T20:27:19.515Z Downloaded fastrand v2.1.1
9362024-12-06T20:27:19.515Z Downloaded event-listener v5.3.1
9372024-12-06T20:27:19.518Z Downloaded escape8259 v0.5.3
9382024-12-06T20:27:19.518Z Downloaded aead v0.5.2
9392024-12-06T20:27:19.518Z Downloaded futures-core v0.3.31
9402024-12-06T20:27:19.521Z Downloaded float-ord v0.3.2
9412024-12-06T20:27:19.521Z Downloaded flagset v0.4.6
9422024-12-06T20:27:19.523Z Downloaded filetime v0.2.25
9432024-12-06T20:27:19.525Z Downloaded fallible-iterator v0.3.0
9442024-12-06T20:27:19.525Z Downloaded async-bb8-diesel v0.2.1
9452024-12-06T20:27:19.528Z Downloaded argon2 v0.5.3
9462024-12-06T20:27:19.530Z Downloaded anstream v0.6.15
9472024-12-06T20:27:19.533Z Downloaded fancy-regex v0.13.0
9482024-12-06T20:27:19.535Z Downloaded autocfg v1.4.0
9492024-12-06T20:27:19.538Z Downloaded async-stream v0.3.6
9502024-12-06T20:27:19.540Z Downloaded async-channel v1.9.0
9512024-12-06T20:27:19.542Z Downloaded ff v0.13.0
9522024-12-06T20:27:19.542Z Downloaded atomic-waker v1.1.2
9532024-12-06T20:27:19.544Z Downloaded anstyle v1.0.10
9542024-12-06T20:27:19.655Z Downloaded libsqlite3-sys v0.30.1
9552024-12-06T20:27:19.730Z Downloaded ring v0.17.8
9562024-12-06T20:27:19.898Z Downloaded ring v0.16.20
9572024-12-06T20:27:20.140Z Downloaded aws-lc-sys v0.22.0
9582024-12-06T20:27:20.683Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-06T20:27:29.139Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-06T20:27:33.005Z Startup: Caching catalogs ... Done
9612024-12-06T20:27:43.251ZPlanning: Solver setup ... Done (9.327s)
9622024-12-06T20:27:43.380ZPlanning: Running solver ... Done (0.129s)
9632024-12-06T20:27:43.521ZPlanning: Finding local manifests ... Done (0.042s)
9642024-12-06T20:27:43.534ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-06T20:27:43.746ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-06T20:27:43.936ZPlanning: Package planning ... Done (0.190s)
9672024-12-06T20:27:43.995ZPlanning: Merging actions ... Done (0.059s)
9682024-12-06T20:27:44.475ZPlanning: Checking for conflicting actions ... Done (0.480s)
9692024-12-06T20:27:48.414ZPlanning: Consolidating action changes ... Done (3.938s)
9702024-12-06T20:27:48.802ZPlanning: Evaluating mediators ... Done (0.388s)
9712024-12-06T20:27:48.959ZPlanning: Planning completed in 15.86 seconds
9722024-12-06T20:27:48.975Z Packages to install: 4
9732024-12-06T20:27:48.975Z Packages to update: 1
9742024-12-06T20:27:48.978Z Mediators to change: 2
9752024-12-06T20:27:48.978Z Services to change: 1
9762024-12-06T20:27:48.978Z Estimated space available: 155.38 GB
9772024-12-06T20:27:48.978ZEstimated space to be consumed: 1.61 GB
9782024-12-06T20:27:48.978Z Create boot environment: No
9792024-12-06T20:27:48.978ZCreate backup boot environment: Yes
9802024-12-06T20:27:48.978Z Rebuild boot archive: No
9812024-12-06T20:27:48.978Z
9822024-12-06T20:27:48.978ZChanged mediators:
9832024-12-06T20:27:48.978Z mediator clang:
9842024-12-06T20:27:48.978Z version: None -> 15 (system default)
9852024-12-06T20:27:48.978Z
9862024-12-06T20:27:48.978Z mediator llvm:
9872024-12-06T20:27:48.978Z version: 14 (system default) -> 15 (system default)
9882024-12-06T20:27:48.978Z
9892024-12-06T20:27:48.978ZChanged packages:
9902024-12-06T20:27:48.978Zhelios-dev
9912024-12-06T20:27:48.978Z developer/build-essential
9922024-12-06T20:27:48.978Z None -> 11-2.0
9932024-12-06T20:27:48.979Z library/libxmlsec1
9942024-12-06T20:27:48.979Z None -> 1.2.35-2.0
9952024-12-06T20:27:48.979Z ooce/developer/clang-15
9962024-12-06T20:27:48.979Z None -> 15.0.7-2.0
9972024-12-06T20:27:48.979Z ooce/developer/llvm-15
9982024-12-06T20:27:48.979Z None -> 15.0.7-2.0
9992024-12-06T20:27:48.979Z package/pkg
10002024-12-06T20:27:48.979Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-06T20:27:48.979Z
10022024-12-06T20:27:48.979ZServices:
10032024-12-06T20:27:48.979Z restart_fmri:
10042024-12-06T20:27:48.979Z svc:/system/update-man-index:default
10052024-12-06T20:27:48.979Z
10062024-12-06T20:27:48.979ZEditable files to change:
10072024-12-06T20:27:48.979Z Update:
10082024-12-06T20:27:48.979Z usr/share/lib/pkg/web/config.shtml
10092024-12-06T20:27:49.272Z
10102024-12-06T20:27:49.272ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-06T20:27:54.275ZDownload: 1505/4281 items 117.4/220.6MB 53% complete (23.8M/s)
10122024-12-06T20:27:59.302ZDownload: 3202/4281 items 171.2/220.6MB 77% complete (17.1M/s)
10132024-12-06T20:28:04.662ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (10.3M/s)
10142024-12-06T20:28:08.434ZDownload: Completed 220.60 MB in 19.12 seconds (11.5M/s)
10152024-12-06T20:28:10.482Z Actions: 1/5063 actions (Removing old actions)
10162024-12-06T20:28:10.489Z Actions: 194/5063 actions (Installing new actions)
10172024-12-06T20:28:15.551Z Actions: 4127/5063 actions (Installing new actions)
10182024-12-06T20:28:16.113Z Actions: 4226/5063 actions (Updating modified actions)
10192024-12-06T20:28:16.541Z Actions: Completed 5063 actions in 6.07 seconds.
10202024-12-06T20:28:16.773Z Done (0.223s)
10212024-12-06T20:28:16.780Z Done (0.000s)
10222024-12-06T20:28:17.337Z Done (0.562s)
10232024-12-06T20:28:23.227Z Done (5.670s)
10242024-12-06T20:28:23.488Z Done (0.193s)
10252024-12-06T20:28:23.490Z Done (0.000s)
10262024-12-06T20:28:23.667Z Done (0.000s)
10272024-12-06T20:28:24.359ZPlanning: Evaluating mediator changes ... Done
10282024-12-06T20:28:24.541ZPlanning: Checking for conflicting actions ... Done
10292024-12-06T20:28:24.563ZPlanning: Consolidating action changes ... Done
10302024-12-06T20:28:24.845ZPlanning: Evaluating mediators ... Done
10312024-12-06T20:28:24.864ZPlanning: Planning completed in 0.44 seconds
10322024-12-06T20:28:24.864Z Mediators to change: 2
10332024-12-06T20:28:24.864Z Create boot environment: No
10342024-12-06T20:28:24.864ZCreate backup boot environment: No
10352024-12-06T20:28:24.942Z Done
10362024-12-06T20:28:24.942Z Done
10372024-12-06T20:28:25.344Z Done
10382024-12-06T20:28:29.328Z Done
10392024-12-06T20:28:29.434Z Done
10402024-12-06T20:28:29.437Z Done
10412024-12-06T20:28:29.566Z Done
10422024-12-06T20:28:30.199ZPlanning: Evaluating mediator changes ... Done
10432024-12-06T20:28:30.201ZPlanning: Merging actions ... Done
10442024-12-06T20:28:30.395ZPlanning: Checking for conflicting actions ... Done
10452024-12-06T20:28:30.397ZPlanning: Consolidating action changes ... Done
10462024-12-06T20:28:30.680ZPlanning: Evaluating mediators ... Done
10472024-12-06T20:28:30.739ZPlanning: Planning completed in 0.79 seconds
10482024-12-06T20:28:30.780Z Packages to change: 1
10492024-12-06T20:28:30.780Z Mediators to change: 1
10502024-12-06T20:28:30.780Z Services to change: 1
10512024-12-06T20:28:30.784Z Create boot environment: No
10522024-12-06T20:28:30.784ZCreate backup boot environment: Yes
10532024-12-06T20:28:32.906Z Actions: 1/6 actions (Updating modified actions)
10542024-12-06T20:28:33.029Z Actions: Completed 6 actions in 0.12 seconds.
10552024-12-06T20:28:33.032Z Done
10562024-12-06T20:28:33.032Z Done
10572024-12-06T20:28:33.142Z Done
10582024-12-06T20:28:37.101Z Done
10592024-12-06T20:28:37.194Z Done
10602024-12-06T20:28:37.196Z Done
10612024-12-06T20:28:37.332Z Done
10622024-12-06T20:28:37.795ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10632024-12-06T20:28:37.795Zclang system 15 system
10642024-12-06T20:28:37.795Zcsh system system illumos
10652024-12-06T20:28:37.795Zctags system system illumos
10662024-12-06T20:28:37.795Zgcc vendor 12 vendor
10672024-12-06T20:28:37.795Zgcc system 10 system
10682024-12-06T20:28:37.795Zgcc system 7 system
10692024-12-06T20:28:37.795Zgo system 1.20 system
10702024-12-06T20:28:37.795Zgo system 1.19 system
10712024-12-06T20:28:37.798Zllvm system 15 system
10722024-12-06T20:28:37.798Zllvm system 14 system
10732024-12-06T20:28:37.798Zmariadb system 10.6 system
10742024-12-06T20:28:37.798Zmta vendor vendor dma
10752024-12-06T20:28:37.798Zopenjdk system 17 system
10762024-12-06T20:28:37.798Zopenjdk system 11 system
10772024-12-06T20:28:37.798Zopenjdk system 1.8 system
10782024-12-06T20:28:37.798Zopenssl vendor 3 vendor
10792024-12-06T20:28:37.798Zperl system 5.36 system
10802024-12-06T20:28:37.798Zpostgresql system 15 system
10812024-12-06T20:28:37.798Zpostgresql system 13 system
10822024-12-06T20:28:37.798Zpython vendor 3 vendor
10832024-12-06T20:28:37.798Zpython system 2 system
10842024-12-06T20:28:37.799Zpython3 system 3.11 system
10852024-12-06T20:28:37.799Zruby system 3.0 system
10862024-12-06T20:28:37.799Zwords vendor vendor american-english
10872024-12-06T20:28:37.799Zwords system system australian-english
10882024-12-06T20:28:37.799Zwords system system british-english
10892024-12-06T20:28:37.799Zwords system system canadian-english
10902024-12-06T20:28:37.799Zwords system system french
10912024-12-06T20:28:37.799Zwords system system italian
10922024-12-06T20:28:37.799Zwords system system ngerman
10932024-12-06T20:28:37.799Zwords system system ogerman
10942024-12-06T20:28:37.799Zwords system system spanish
10952024-12-06T20:28:38.164ZPUBLISHER TYPE STATUS P LOCATION
10962024-12-06T20:28:38.164Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10972024-12-06T20:28:40.916ZFMRI IFO
10982024-12-06T20:28:40.916Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10992024-12-06T20:28:40.916Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11002024-12-06T20:28:40.916Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11012024-12-06T20:28:40.916Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11022024-12-06T20:28:40.916Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11032024-12-06T20:28:40.916Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11042024-12-06T20:28:40.916Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11052024-12-06T20:28:40.916Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11062024-12-06T20:28:40.916Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11072024-12-06T20:28:40.916Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11082024-12-06T20:28:40.916Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11092024-12-06T20:28:40.916Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11102024-12-06T20:28:40.916Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11112024-12-06T20:28:40.916Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11122024-12-06T20:28:40.916Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11132024-12-06T20:28:42.089Z Downloading crates ...
11142024-12-06T20:28:42.173Z Downloaded cargo_toml v0.20.5
11152024-12-06T20:28:42.312Z Compiling proc-macro2 v1.0.89
11162024-12-06T20:28:42.312Z Compiling unicode-ident v1.0.13
11172024-12-06T20:28:42.314Z Compiling serde v1.0.215
11182024-12-06T20:28:42.314Z Compiling version_check v0.9.5
11192024-12-06T20:28:42.314Z Compiling memchr v2.7.4
11202024-12-06T20:28:42.314Z Compiling thiserror v1.0.69
11212024-12-06T20:28:42.314Z Compiling libc v0.2.162
11222024-12-06T20:28:42.315Z Compiling ryu v1.0.18
11232024-12-06T20:28:42.576Z Compiling itoa v1.0.11
11242024-12-06T20:28:42.713Z Compiling ucd-trie v0.1.7
11252024-12-06T20:28:42.796Z Compiling once_cell v1.20.2
11262024-12-06T20:28:43.213Z Compiling byteorder v1.5.0
11272024-12-06T20:28:43.316Z Compiling serde_json v1.0.132
11282024-12-06T20:28:43.584Z Compiling rustix v0.38.37
11292024-12-06T20:28:43.657Z Compiling bitflags v2.6.0
11302024-12-06T20:28:43.695Z Compiling proc-macro-error-attr v1.0.4
11312024-12-06T20:28:43.913Z Compiling usdt-impl v0.5.0
11322024-12-06T20:28:43.960Z Compiling syn v1.0.109
11332024-12-06T20:28:44.054Z Compiling proc-macro-error v1.0.4
11342024-12-06T20:28:44.110Z Compiling camino v1.1.9
11352024-12-06T20:28:44.351Z Compiling equivalent v1.0.1
11362024-12-06T20:28:44.403Z Compiling quote v1.0.37
11372024-12-06T20:28:44.449Z Compiling utf8parse v0.2.2
11382024-12-06T20:28:44.484Z Compiling log v0.4.22
11392024-12-06T20:28:44.591Z Compiling errno v0.3.9
11402024-12-06T20:28:44.654Z Compiling hashbrown v0.15.0
11412024-12-06T20:28:44.814Z Compiling syn v2.0.87
11422024-12-06T20:28:44.859Z Compiling thread-id v4.2.2
11432024-12-06T20:28:44.872Z Compiling plain v0.2.3
11442024-12-06T20:28:45.015Z Compiling anstyle-parse v0.2.5
11452024-12-06T20:28:45.164Z Compiling is_terminal_polyfill v1.70.1
11462024-12-06T20:28:45.296Z Compiling anstyle-query v1.1.1
11472024-12-06T20:28:45.363Z Compiling winnow v0.6.20
11482024-12-06T20:28:45.442Z Compiling semver v1.0.23
11492024-12-06T20:28:45.458Z Compiling unicode-width v0.1.14
11502024-12-06T20:28:46.010Z Compiling indexmap v2.6.0
11512024-12-06T20:28:46.027Z Compiling pretty-hex v0.4.1
11522024-12-06T20:28:46.060Z Compiling colorchoice v1.0.2
11532024-12-06T20:28:46.227Z Compiling autocfg v1.4.0
11542024-12-06T20:28:46.256Z Compiling anstyle v1.0.10
11552024-12-06T20:28:46.606Z Compiling heck v0.5.0
11562024-12-06T20:28:46.732Z Compiling anstream v0.6.15
11572024-12-06T20:28:47.146Z Compiling terminal_size v0.4.0
11582024-12-06T20:28:47.408Z Compiling cfg-if v1.0.0
11592024-12-06T20:28:47.443Z Compiling fs-err v2.11.0
11602024-12-06T20:28:47.497Z Compiling heck v0.4.1
11612024-12-06T20:28:47.564Z Compiling fastrand v2.1.1
11622024-12-06T20:28:47.749Z Compiling anyhow v1.0.93
11632024-12-06T20:28:47.844Z Compiling strsim v0.11.1
11642024-12-06T20:28:47.889Z Compiling fnv v1.0.7
11652024-12-06T20:28:48.050Z Compiling clap_lex v0.7.2
11662024-12-06T20:28:48.148Z Compiling bytecount v0.6.8
11672024-12-06T20:28:48.369Z Compiling clap_builder v4.5.21
11682024-12-06T20:28:48.563Z Compiling papergrid v0.11.0
11692024-12-06T20:28:48.765Z Compiling tempfile v3.13.0
11702024-12-06T20:28:48.802Z Compiling memmap v0.7.0
11712024-12-06T20:28:48.932Z Compiling unicode-linebreak v0.1.5
11722024-12-06T20:28:49.197Z Compiling smawk v0.3.2
11732024-12-06T20:28:49.417Z Compiling textwrap v0.16.1
11742024-12-06T20:28:49.726Z Compiling swrite v0.1.0
11752024-12-06T20:28:50.953Z Compiling tabled_derive v0.7.0
11762024-12-06T20:28:52.683Z Compiling tabled v0.15.0
11772024-12-06T20:28:54.433Z Compiling serde_derive v1.0.215
11782024-12-06T20:28:54.433Z Compiling thiserror-impl v1.0.69
11792024-12-06T20:28:54.435Z Compiling zerocopy-derive v0.7.35
11802024-12-06T20:28:54.435Z Compiling scroll_derive v0.12.0
11812024-12-06T20:28:54.435Z Compiling clap_derive v4.5.18
11822024-12-06T20:28:55.828Z Compiling scroll v0.12.0
11832024-12-06T20:28:56.123Z Compiling zerocopy v0.7.35
11842024-12-06T20:28:56.409Z Compiling goblin v0.8.2
11852024-12-06T20:28:57.133Z Compiling pest v2.7.14
11862024-12-06T20:28:58.502Z Compiling clap v4.5.21
11872024-12-06T20:28:59.499Z Compiling pest_meta v2.7.14
11882024-12-06T20:29:00.335Z Compiling pest_generator v2.7.14
11892024-12-06T20:29:02.193Z Compiling pest_derive v2.7.14
11902024-12-06T20:29:02.893Z Compiling dtrace-parser v0.2.0
11912024-12-06T20:29:04.897Z Compiling serde_tokenstream v0.2.2
11922024-12-06T20:29:04.914Z Compiling toml_datetime v0.6.8
11932024-12-06T20:29:04.914Z Compiling serde_spanned v0.6.8
11942024-12-06T20:29:05.390Z Compiling toml_edit v0.22.22
11952024-12-06T20:29:05.461Z Compiling cargo-platform v0.1.8
11962024-12-06T20:29:05.530Z Compiling macaddr v1.0.1
11972024-12-06T20:29:05.605Z Compiling camino-tempfile v1.1.1
11982024-12-06T20:29:06.479Z Compiling dof v0.3.0
11992024-12-06T20:29:06.541Z Compiling cargo_metadata v0.18.1
12002024-12-06T20:29:08.244Z Compiling toml v0.8.19
12012024-12-06T20:29:08.336Z Compiling usdt-attr-macro v0.5.0
12022024-12-06T20:29:08.336Z Compiling usdt-macro v0.5.0
12032024-12-06T20:29:09.071Z Compiling cargo_toml v0.20.5
12042024-12-06T20:29:09.736Z Compiling usdt v0.5.0
12052024-12-06T20:29:12.818Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12062024-12-06T20:29:17.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.46s
12072024-12-06T20:29:17.059Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12082024-12-06T20:29:17.970Z Compiling serde v1.0.215
12092024-12-06T20:29:17.972Z Compiling lock_api v0.4.12
12102024-12-06T20:29:17.972Z Compiling scopeguard v1.2.0
12112024-12-06T20:29:17.972Z Compiling value-bag v1.9.0
12122024-12-06T20:29:17.972Z Compiling typenum v1.17.0
12132024-12-06T20:29:17.972Z Compiling generic-array v0.14.7
12142024-12-06T20:29:17.972Z Compiling syn v2.0.87
12152024-12-06T20:29:17.972Z Compiling getrandom v0.2.15
12162024-12-06T20:29:18.299Z Compiling shlex v1.3.0
12172024-12-06T20:29:18.431Z Compiling rand_core v0.6.4
12182024-12-06T20:29:18.623Z Compiling log v0.4.22
12192024-12-06T20:29:18.747Z Compiling subtle v2.6.1
12202024-12-06T20:29:18.772Z Compiling jobserver v0.1.32
12212024-12-06T20:29:18.886Z Compiling smallvec v1.13.2
12222024-12-06T20:29:18.959Z Compiling const-oid v0.9.6
12232024-12-06T20:29:19.064Z Compiling spin v0.9.8
12242024-12-06T20:29:19.245Z Compiling cc v1.1.30
12252024-12-06T20:29:19.422Z Compiling pin-project-lite v0.2.14
12262024-12-06T20:29:19.479Z Compiling rustix v0.38.37
12272024-12-06T20:29:19.548Z Compiling parking_lot_core v0.9.10
12282024-12-06T20:29:19.714Z Compiling futures-core v0.3.31
12292024-12-06T20:29:19.941Z Compiling signal-hook-registry v1.4.2
12302024-12-06T20:29:20.390Z Compiling parking_lot v0.12.3
12312024-12-06T20:29:20.545Z Compiling mio v1.0.2
12322024-12-06T20:29:20.604Z Compiling aho-corasick v1.1.3
12332024-12-06T20:29:20.664Z Compiling cpufeatures v0.2.14
12342024-12-06T20:29:20.761Z Compiling regex-syntax v0.8.5
12352024-12-06T20:29:20.778Z Compiling either v1.13.0
12362024-12-06T20:29:21.166Z Compiling lazy_static v1.5.0
12372024-12-06T20:29:21.289Z Compiling glob v0.3.1
12382024-12-06T20:29:21.345Z Compiling futures-sink v0.3.31
12392024-12-06T20:29:21.466Z Compiling stable_deref_trait v1.2.0
12402024-12-06T20:29:21.576Z Compiling socket2 v0.5.7
12412024-12-06T20:29:21.675Z Compiling slab v0.4.9
12422024-12-06T20:29:21.961Z Compiling prettyplease v0.2.25
12432024-12-06T20:29:22.265Z Compiling clang-sys v1.8.1
12442024-12-06T20:29:22.445Z Compiling minimal-lexical v0.2.1
12452024-12-06T20:29:22.763Z Compiling libloading v0.8.5
12462024-12-06T20:29:22.938Z Compiling nom v7.1.3
12472024-12-06T20:29:22.954Z Compiling serde_json v1.0.132
12482024-12-06T20:29:23.138Z Compiling home v0.5.9
12492024-12-06T20:29:23.234Z Compiling bindgen v0.69.5
12502024-12-06T20:29:23.346Z Compiling futures-channel v0.3.31
12512024-12-06T20:29:23.757Z Compiling itertools v0.12.1
12522024-12-06T20:29:24.015Z Compiling lazycell v1.3.0
12532024-12-06T20:29:24.193Z Compiling pin-utils v0.1.0
12542024-12-06T20:29:24.271Z Compiling regex-automata v0.4.8
12552024-12-06T20:29:25.868Z Compiling synstructure v0.13.1
12562024-12-06T20:29:26.387Z Compiling cexpr v0.6.0
12572024-12-06T20:29:27.507Z Compiling futures-task v0.3.31
12582024-12-06T20:29:27.612Z Compiling foldhash v0.1.3
12592024-12-06T20:29:27.797Z Compiling futures-io v0.3.31
12602024-12-06T20:29:27.864Z Compiling rustc-hash v1.1.0
12612024-12-06T20:29:27.994Z Compiling allocator-api2 v0.2.18
12622024-12-06T20:29:28.106Z Compiling cmake v0.1.51
12632024-12-06T20:29:28.153Z Compiling pkg-config v0.3.31
12642024-12-06T20:29:28.784Z Compiling hashbrown v0.15.0
12652024-12-06T20:29:28.982Z Compiling tinyvec_macros v0.1.1
12662024-12-06T20:29:29.080Z Compiling fs_extra v1.3.0
12672024-12-06T20:29:29.638Z Compiling regex v1.11.1
12682024-12-06T20:29:29.673Z Compiling libm v0.2.8
12692024-12-06T20:29:29.866Z Compiling dunce v1.0.5
12702024-12-06T20:29:29.989Z Compiling tinyvec v1.8.0
12712024-12-06T20:29:30.007Z Compiling num-traits v0.2.19
12722024-12-06T20:29:30.516Z Compiling ring v0.17.8
12732024-12-06T20:29:30.701Z Compiling litemap v0.7.3
12742024-12-06T20:29:31.070Z Compiling paste v1.0.15
12752024-12-06T20:29:31.359Z Compiling base64ct v1.6.0
12762024-12-06T20:29:31.479Z Compiling unicode-normalization v0.1.24
12772024-12-06T20:29:31.579Z Compiling unicode-bidi v0.3.17
12782024-12-06T20:29:31.606Z Compiling writeable v0.5.5
12792024-12-06T20:29:31.926Z Compiling pem-rfc7468 v0.7.0
12802024-12-06T20:29:32.046Z Compiling serde_derive v1.0.215
12812024-12-06T20:29:32.162Z Compiling zeroize_derive v1.4.2
12822024-12-06T20:29:32.571Z Compiling zerocopy-derive v0.7.35
12832024-12-06T20:29:32.634Z Compiling tokio-macros v2.4.0
12842024-12-06T20:29:32.963Z Compiling zerofrom-derive v0.1.4
12852024-12-06T20:29:33.732Z Compiling zeroize v1.8.1
12862024-12-06T20:29:34.167Z Compiling yoke-derive v0.7.4
12872024-12-06T20:29:34.777Z Compiling zerocopy v0.7.35
12882024-12-06T20:29:34.973Z Compiling thiserror-impl v1.0.69
12892024-12-06T20:29:35.465Z Compiling crypto-common v0.1.6
12902024-12-06T20:29:35.717Z Compiling block-buffer v0.10.4
12912024-12-06T20:29:35.977Z Compiling digest v0.10.7
12922024-12-06T20:29:36.334Z Compiling futures-macro v0.3.31
12932024-12-06T20:29:36.475Z Compiling hmac v0.12.1
12942024-12-06T20:29:36.709Z Compiling zerovec-derive v0.10.3
12952024-12-06T20:29:36.850Z Compiling block-padding v0.3.3
12962024-12-06T20:29:36.999Z Compiling zerofrom v0.1.4
12972024-12-06T20:29:37.095Z Compiling displaydoc v0.2.5
12982024-12-06T20:29:37.250Z Compiling inout v0.1.3
12992024-12-06T20:29:37.289Z Compiling yoke v0.7.4
13002024-12-06T20:29:37.536Z Compiling cipher v0.4.4
13012024-12-06T20:29:37.664Z Compiling sha2 v0.10.8
13022024-12-06T20:29:38.076Z Compiling ppv-lite86 v0.2.20
13032024-12-06T20:29:38.251Z Compiling futures-util v0.3.31
13042024-12-06T20:29:38.432Z Compiling thiserror v1.0.69
13052024-12-06T20:29:38.572Z Compiling icu_provider_macros v1.5.0
13062024-12-06T20:29:38.855Z Compiling der_derive v0.7.3
13072024-12-06T20:29:39.409Z Compiling zerovec v0.10.4
13082024-12-06T20:29:39.704Z Compiling flagset v0.4.6
13092024-12-06T20:29:39.906Z Compiling httparse v1.9.5
13102024-12-06T20:29:40.649Z Compiling aws-lc-rs v1.10.0
13112024-12-06T20:29:41.075Z Compiling rand_chacha v0.3.1
13122024-12-06T20:29:41.155Z Compiling tracing-attributes v0.1.27
13132024-12-06T20:29:41.435Z Compiling tinystr v0.7.6
13142024-12-06T20:29:41.588Z Compiling der v0.7.9
13152024-12-06T20:29:41.873Z Compiling icu_locid v1.5.0
13162024-12-06T20:29:42.236Z Compiling tracing-core v0.1.32
13172024-12-06T20:29:42.555Z Compiling rustls-pki-types v1.9.0
13182024-12-06T20:29:43.453Z Compiling icu_provider v1.5.0
13192024-12-06T20:29:43.695Z Compiling crossbeam-utils v0.8.20
13202024-12-06T20:29:43.716Z Compiling icu_locid_transform_data v1.5.0
13212024-12-06T20:29:43.822Z Compiling percent-encoding v2.3.1
13222024-12-06T20:29:44.210Z Compiling icu_locid_transform v1.5.0
13232024-12-06T20:29:44.337Z Compiling pest v2.7.14
13242024-12-06T20:29:44.357Z Compiling spki v0.7.3
13252024-12-06T20:29:44.453Z Compiling rand v0.8.5
13262024-12-06T20:29:44.584Z Compiling icu_collections v1.5.0
13272024-12-06T20:29:45.012Z Compiling tracing v0.1.40
13282024-12-06T20:29:45.110Z Compiling salsa20 v0.10.2
13292024-12-06T20:29:45.339Z Compiling pbkdf2 v0.12.2
13302024-12-06T20:29:45.415Z Compiling icu_properties_data v1.5.0
13312024-12-06T20:29:45.517Z Compiling time-core v0.1.2
13322024-12-06T20:29:45.540Z Compiling mirai-annotations v1.12.0
13332024-12-06T20:29:45.676Z Compiling untrusted v0.7.1
13342024-12-06T20:29:45.702Z Compiling powerfmt v0.2.0
13352024-12-06T20:29:45.723Z Compiling num-conv v0.1.0
13362024-12-06T20:29:45.869Z Compiling untrusted v0.9.0
13372024-12-06T20:29:46.022Z Compiling vcpkg v0.2.15
13382024-12-06T20:29:46.063Z Compiling time-macros v0.2.18
13392024-12-06T20:29:46.115Z Compiling deranged v0.3.11
13402024-12-06T20:29:46.623Z Compiling bitflags v2.6.0
13412024-12-06T20:29:46.700Z Compiling bytes v1.8.0
13422024-12-06T20:29:47.415Z Compiling indexmap v2.6.0
13432024-12-06T20:29:48.070Z Compiling tokio v1.40.0
13442024-12-06T20:29:48.095Z Compiling http v1.1.0
13452024-12-06T20:29:48.399Z Compiling semver v1.0.23
13462024-12-06T20:29:48.974Z Compiling rustc_version v0.4.1
13472024-12-06T20:29:49.175Z Compiling openssl-sys v0.9.103
13482024-12-06T20:29:49.560Z Compiling pest_meta v2.7.14
13492024-12-06T20:29:49.753Z Compiling icu_properties v1.5.1
13502024-12-06T20:29:50.022Z Compiling scrypt v0.11.0
13512024-12-06T20:29:50.360Z Compiling aes v0.8.4
13522024-12-06T20:29:50.615Z Compiling cbc v0.1.2
13532024-12-06T20:29:50.686Z Compiling scroll_derive v0.12.0
13542024-12-06T20:29:50.867Z Compiling utf8_iter v1.0.4
13552024-12-06T20:29:51.130Z Compiling icu_normalizer_data v1.5.0
13562024-12-06T20:29:51.239Z Compiling num_threads v0.1.7
13572024-12-06T20:29:51.373Z Compiling which v4.4.2
13582024-12-06T20:29:51.631Z Compiling write16 v1.0.0
13592024-12-06T20:29:52.027Z Compiling utf16_iter v1.0.5
13602024-12-06T20:29:52.249Z Compiling atomic-waker v1.1.2
13612024-12-06T20:29:52.249Z Compiling scroll v0.12.0
13622024-12-06T20:29:52.457Z Compiling time v0.3.36
13632024-12-06T20:29:52.861Z Compiling pkcs5 v0.7.1
13642024-12-06T20:29:52.883Z Compiling pest_generator v2.7.14
13652024-12-06T20:29:53.582Z Compiling icu_normalizer v1.5.0
13662024-12-06T20:29:54.108Z Compiling http-body v1.0.1
13672024-12-06T20:29:54.358Z Compiling form_urlencoded v1.2.1
13682024-12-06T20:29:54.691Z Compiling try-lock v0.2.5
13692024-12-06T20:29:54.837Z Compiling slog v2.7.0
13702024-12-06T20:29:54.856Z Compiling goblin v0.8.2
13712024-12-06T20:29:54.918Z Compiling want v0.3.1
13722024-12-06T20:29:54.955Z Compiling pest_derive v2.7.14
13732024-12-06T20:29:55.203Z Compiling idna_adapter v1.2.0
13742024-12-06T20:29:55.427Z Compiling pkcs8 v0.10.2
13752024-12-06T20:29:55.447Z Compiling httpdate v1.0.3
13762024-12-06T20:29:55.779Z Compiling dtrace-parser v0.2.0
13772024-12-06T20:29:55.945Z Compiling idna v1.0.3
13782024-12-06T20:29:56.114Z Compiling toml_datetime v0.6.8
13792024-12-06T20:29:56.510Z Compiling serde_tokenstream v0.2.2
13802024-12-06T20:29:56.629Z Compiling serde_spanned v0.6.8
13812024-12-06T20:29:56.876Z Compiling tokio-util v0.7.12
13822024-12-06T20:29:57.133Z Compiling uuid v1.11.0
13832024-12-06T20:29:57.808Z Compiling iana-time-zone v0.1.61
13842024-12-06T20:29:57.846Z Compiling base64 v0.22.1
13852024-12-06T20:29:58.152Z Compiling h2 v0.4.6
13862024-12-06T20:29:58.289Z Compiling match_cfg v0.1.0
13872024-12-06T20:29:58.385Z Compiling adler2 v2.0.0
13882024-12-06T20:29:58.413Z Compiling openssl v0.10.66
13892024-12-06T20:29:58.597Z Compiling foreign-types-shared v0.1.1
13902024-12-06T20:29:58.640Z Compiling rustversion v1.0.17
13912024-12-06T20:29:58.643Z Compiling tower-service v0.3.3
13922024-12-06T20:29:58.704Z Compiling foreign-types v0.3.2
13932024-12-06T20:29:58.772Z Compiling miniz_oxide v0.8.0
13942024-12-06T20:29:58.796Z Compiling hostname v0.3.1
13952024-12-06T20:29:58.853Z Compiling chrono v0.4.38
13962024-12-06T20:29:59.059Z Compiling url v2.5.3
13972024-12-06T20:30:00.336Z Compiling openssl-macros v0.1.1
13982024-12-06T20:30:00.926Z Compiling dof v0.3.0
13992024-12-06T20:30:01.125Z Compiling async-trait v0.1.83
14002024-12-06T20:30:01.174Z Compiling dirs-sys-next v0.1.2
14012024-12-06T20:30:01.851Z Compiling usdt-impl v0.5.0
14022024-12-06T20:30:02.741Z Compiling data-encoding v2.6.0
14032024-12-06T20:30:03.219Z Compiling rustls v0.22.4
14042024-12-06T20:30:03.494Z Compiling syn v1.0.109
14052024-12-06T20:30:03.587Z Compiling rustls v0.23.14
14062024-12-06T20:30:03.873Z Compiling siphasher v0.3.11
14072024-12-06T20:30:04.092Z Compiling native-tls v0.2.12
14082024-12-06T20:30:04.255Z Compiling dirs-next v2.0.0
14092024-12-06T20:30:04.462Z Compiling http-body-util v0.1.2
14102024-12-06T20:30:04.480Z Compiling crossbeam-epoch v0.9.18
14112024-12-06T20:30:05.033Z Compiling heapless v0.7.17
14122024-12-06T20:30:05.159Z Compiling sha1 v0.10.6
14132024-12-06T20:30:05.248Z Compiling signature v2.2.0
14142024-12-06T20:30:05.472Z Compiling hyper v1.5.0
14152024-12-06T20:30:05.530Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-06T20:30:05.630Z Compiling serde_derive_internals v0.29.1
14172024-12-06T20:30:05.709Z Compiling thread_local v1.1.8
14182024-12-06T20:30:05.729Z Compiling multer v3.1.0
14192024-12-06T20:30:06.012Z Compiling encoding_rs v0.8.34
14202024-12-06T20:30:06.034Z Compiling cookie v0.18.1
14212024-12-06T20:30:06.255Z Compiling unicode-properties v0.1.3
14222024-12-06T20:30:06.325Z Compiling schemars v0.8.21
14232024-12-06T20:30:06.647Z Compiling openssl-probe v0.1.5
14242024-12-06T20:30:06.683Z Compiling rayon-core v1.12.1
14252024-12-06T20:30:06.944Z Compiling mime v0.3.17
14262024-12-06T20:30:07.033Z Compiling gimli v0.31.1
14272024-12-06T20:30:07.602Z Compiling slog-async v2.8.0
14282024-12-06T20:30:08.142Z Compiling hyper-util v0.1.10
14292024-12-06T20:30:08.558Z Compiling signal-hook v0.3.17
14302024-12-06T20:30:08.820Z Compiling ipnet v2.10.1
14312024-12-06T20:30:09.335Z Compiling toml_edit v0.22.22
14322024-12-06T20:30:09.893Z Compiling schemars_derive v0.8.21
14332024-12-06T20:30:10.315Z Compiling stringprep v0.1.5
14342024-12-06T20:30:11.590Z Compiling usdt-macro v0.5.0
14352024-12-06T20:30:11.610Z Compiling usdt-attr-macro v0.5.0
14362024-12-06T20:30:12.511Z Compiling addr2line v0.24.2
14372024-12-06T20:30:13.014Z Compiling crossbeam-deque v0.8.5
14382024-12-06T20:30:13.129Z Compiling term v0.7.0
14392024-12-06T20:30:13.353Z Compiling slog-json v2.6.1
14402024-12-06T20:30:13.377Z Compiling serde_urlencoded v0.7.1
14412024-12-06T20:30:13.379Z Compiling crossbeam-channel v0.5.13
14422024-12-06T20:30:13.418Z Compiling curve25519-dalek v4.1.3
14432024-12-06T20:30:13.783Z Compiling enum-as-inner v0.6.1
14442024-12-06T20:30:13.927Z Compiling futures-executor v0.3.31
14452024-12-06T20:30:14.082Z Compiling rustls-pemfile v2.2.0
14462024-12-06T20:30:14.444Z Compiling num-integer v0.1.46
14472024-12-06T20:30:14.526Z Compiling md-5 v0.10.6
14482024-12-06T20:30:14.558Z Compiling idna v0.3.0
14492024-12-06T20:30:14.734Z Compiling idna v0.4.0
14502024-12-06T20:30:14.817Z Compiling async-stream-impl v0.3.6
14512024-12-06T20:30:14.920Z Compiling hash32 v0.2.1
14522024-12-06T20:30:15.240Z Compiling ff v0.13.0
14532024-12-06T20:30:15.303Z Compiling is-terminal v0.4.13
14542024-12-06T20:30:15.469Z Compiling object v0.36.5
14552024-12-06T20:30:15.489Z Compiling dropshot v0.12.0
14562024-12-06T20:30:15.794Z Compiling linked-hash-map v0.5.6
14572024-12-06T20:30:16.181Z Compiling num-bigint-dig v0.8.4
14582024-12-06T20:30:16.281Z Compiling quick-error v1.2.3
14592024-12-06T20:30:16.299Z Compiling utf-8 v0.7.6
14602024-12-06T20:30:16.446Z Compiling base16ct v0.2.0
14612024-12-06T20:30:16.499Z Compiling psl-types v2.0.11
14622024-12-06T20:30:16.575Z Compiling anyhow v1.0.93
14632024-12-06T20:30:16.676Z Compiling portable-atomic v1.9.0
14642024-12-06T20:30:16.720Z Compiling dyn-clone v1.0.17
14652024-12-06T20:30:16.808Z Compiling rustc-demangle v0.1.24
14662024-12-06T20:30:16.949Z Compiling smoltcp v0.9.1
14672024-12-06T20:30:17.288Z Compiling fallible-iterator v0.2.0
14682024-12-06T20:30:17.815Z Compiling take_mut v0.2.2
14692024-12-06T20:30:18.089Z Compiling postgres-protocol v0.6.7
14702024-12-06T20:30:18.200Z Compiling publicsuffix v2.2.3
14712024-12-06T20:30:18.368Z Compiling sec1 v0.7.3
14722024-12-06T20:30:18.462Z Compiling tungstenite v0.24.0
14732024-12-06T20:30:19.037Z Compiling resolv-conf v0.7.0
14742024-12-06T20:30:19.255Z Compiling async-stream v0.3.6
14752024-12-06T20:30:19.427Z Compiling lru-cache v0.1.2
14762024-12-06T20:30:19.633Z Compiling hickory-proto v0.24.1
14772024-12-06T20:30:19.652Z Compiling usdt v0.5.0
14782024-12-06T20:30:19.845Z Compiling group v0.13.0
14792024-12-06T20:30:20.189Z Compiling slog-term v2.9.1
14802024-12-06T20:30:20.904Z Compiling num-iter v0.1.45
14812024-12-06T20:30:21.120Z Compiling futures v0.3.31
14822024-12-06T20:30:21.387Z Compiling slog-bunyan v2.5.0
14832024-12-06T20:30:21.616Z Compiling toml v0.8.19
14842024-12-06T20:30:22.898Z Compiling tokio-native-tls v0.3.1
14852024-12-06T20:30:23.124Z Compiling camino v1.1.9
14862024-12-06T20:30:23.266Z Compiling backtrace v0.3.74
14872024-12-06T20:30:23.452Z Compiling phf_shared v0.11.2
14882024-12-06T20:30:23.845Z Compiling dropshot_endpoint v0.12.0
14892024-12-06T20:30:24.030Z Compiling waitgroup v0.1.2
14902024-12-06T20:30:24.092Z Compiling terminal_size v0.4.0
14912024-12-06T20:30:24.221Z Compiling openapiv3 v2.0.0
14922024-12-06T20:30:24.258Z Compiling serde_path_to_error v0.1.16
14932024-12-06T20:30:24.311Z Compiling webpki-roots v0.26.6
14942024-12-06T20:30:24.533Z Compiling hkdf v0.12.4
14952024-12-06T20:30:24.803Z Compiling crypto-bigint v0.5.5
14962024-12-06T20:30:25.143Z Compiling idna v0.5.0
14972024-12-06T20:30:26.918Z Compiling zerocopy-derive v0.6.6
14982024-12-06T20:30:27.087Z Compiling curve25519-dalek-derive v0.1.1
14992024-12-06T20:30:28.241Z Compiling hubpack_derive v0.1.1
15002024-12-06T20:30:28.666Z Compiling hostname v0.4.0
15012024-12-06T20:30:28.821Z Compiling ahash v0.8.11
15022024-12-06T20:30:28.924Z Compiling crc32fast v1.4.2
15032024-12-06T20:30:28.943Z Compiling fs-err v2.11.0
15042024-12-06T20:30:29.157Z Compiling winnow v0.5.40
15052024-12-06T20:30:29.167Z Compiling managed v0.8.0
15062024-12-06T20:30:29.223Z Compiling bitflags v1.3.2
15072024-12-06T20:30:29.258Z Compiling debug-ignore v1.0.5
15082024-12-06T20:30:29.278Z Compiling zerocopy v0.6.6
15092024-12-06T20:30:29.331Z Compiling clap_builder v4.5.21
15102024-12-06T20:30:29.601Z Compiling strum_macros v0.25.3
15112024-12-06T20:30:30.198Z Compiling console v0.15.8
15122024-12-06T20:30:30.550Z Compiling flate2 v1.0.34
15132024-12-06T20:30:31.167Z Compiling hubpack v0.1.2
15142024-12-06T20:30:31.653Z Compiling elliptic-curve v0.13.8
15152024-12-06T20:30:31.748Z Compiling cookie_store v0.21.0
15162024-12-06T20:30:31.813Z Compiling hickory-resolver v0.24.1
15172024-12-06T20:30:33.283Z Compiling toml_edit v0.19.15
15182024-12-06T20:30:33.503Z Compiling phf v0.11.2
15192024-12-06T20:30:33.551Z Compiling signal-hook-mio v0.2.4
15202024-12-06T20:30:33.720Z Compiling hyper-tls v0.6.0
15212024-12-06T20:30:33.807Z Compiling rayon v1.10.0
15222024-12-06T20:30:33.981Z Compiling bzip2 v0.4.4
15232024-12-06T20:30:34.382Z Compiling tokio-tungstenite v0.24.0
15242024-12-06T20:30:34.971Z Compiling postgres-types v0.2.8
15252024-12-06T20:30:38.006Z Compiling ed25519 v2.2.3
15262024-12-06T20:30:38.820Z Compiling phf_shared v0.10.0
15272024-12-06T20:30:38.882Z Compiling tokio-stream v0.1.16
15282024-12-06T20:30:39.161Z Compiling pkcs1 v0.7.5
15292024-12-06T20:30:39.237Z Compiling serde-big-array v0.5.1
15302024-12-06T20:30:39.495Z Compiling clap_derive v4.5.18
15312024-12-06T20:30:40.008Z Compiling float-cmp v0.9.0
15322024-12-06T20:30:40.039Z Compiling rfc6979 v0.4.0
15332024-12-06T20:30:41.062Z Compiling serde_repr v0.1.19
15342024-12-06T20:30:41.065Z Compiling derive-where v1.2.7
15352024-12-06T20:30:41.065Z Compiling bstr v1.10.0
15362024-12-06T20:30:41.065Z Compiling sync_wrapper v1.0.1
15372024-12-06T20:30:41.065Z Compiling static_assertions v1.1.0
15382024-12-06T20:30:41.065Z Compiling whoami v1.5.2
15392024-12-06T20:30:41.226Z Compiling difflib v0.4.0
15402024-12-06T20:30:41.313Z Compiling number_prefix v0.4.0
15412024-12-06T20:30:41.554Z Compiling fixedbitset v0.4.2
15422024-12-06T20:30:41.763Z Compiling new_debug_unreachable v1.0.6
15432024-12-06T20:30:41.857Z Compiling predicates-core v1.0.8
15442024-12-06T20:30:42.047Z Compiling bit-vec v0.6.3
15452024-12-06T20:30:42.157Z Compiling precomputed-hash v0.1.1
15462024-12-06T20:30:42.221Z Compiling unicode-width v0.2.0
15472024-12-06T20:30:42.306Z Compiling normalize-line-endings v0.3.0
15482024-12-06T20:30:42.439Z Compiling unicode-segmentation v1.12.0
15492024-12-06T20:30:42.543Z Compiling predicates v3.1.2
15502024-12-06T20:30:42.788Z Compiling indicatif v0.17.9
15512024-12-06T20:30:42.918Z Compiling bit-set v0.5.3
15522024-12-06T20:30:43.229Z Compiling similar v2.6.0
15532024-12-06T20:30:43.374Z Compiling string_cache v0.8.7
15542024-12-06T20:30:43.879Z Compiling petgraph v0.6.5
15552024-12-06T20:30:43.960Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15562024-12-06T20:30:44.347Z Compiling tokio-postgres v0.7.12
15572024-12-06T20:30:44.898Z Compiling clap v4.5.21
15582024-12-06T20:30:45.024Z Compiling ecdsa v0.16.9
15592024-12-06T20:30:45.162Z Compiling rsa v0.9.6
15602024-12-06T20:30:45.795Z Compiling ed25519-dalek v2.1.1
15612024-12-06T20:30:45.962Z Compiling toml v0.7.8
15622024-12-06T20:30:47.166Z Compiling zip v0.6.6
15632024-12-06T20:30:47.831Z Compiling crossterm v0.28.1
15642024-12-06T20:30:48.976Z Compiling hex v0.4.3
15652024-12-06T20:30:49.532Z Compiling x509-cert v0.2.5
15662024-12-06T20:30:49.578Z Compiling itertools v0.10.5
15672024-12-06T20:30:49.603Z Compiling peg-runtime v0.8.3
15682024-12-06T20:30:50.288Z Compiling lalrpop-util v0.19.12
15692024-12-06T20:30:50.291Z Compiling unicode-xid v0.2.6
15702024-12-06T20:30:50.504Z Compiling strum_macros v0.26.4
15712024-12-06T20:30:50.676Z Compiling xattr v1.3.1
15722024-12-06T20:30:50.982Z Compiling filetime v0.2.25
15732024-12-06T20:30:51.353Z Compiling tar v0.4.42
15742024-12-06T20:30:56.098Z Compiling strum v0.26.3
15752024-12-06T20:30:58.673Z Compiling aws-lc-sys v0.22.0
15762024-12-06T20:31:32.132Z Compiling rustls-webpki v0.102.8
15772024-12-06T20:31:35.848Z Compiling tokio-rustls v0.25.0
15782024-12-06T20:31:37.462Z Compiling tokio-rustls v0.26.0
15792024-12-06T20:31:37.888Z Compiling hyper-rustls v0.27.3
15802024-12-06T20:31:38.277Z Compiling reqwest v0.12.9
15812024-12-06T20:31:39.772Z Compiling qorb v0.2.1
15822024-12-06T20:31:44.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832024-12-06T20:31:44.753Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842024-12-06T20:31:50.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15852024-12-06T20:31:51.036Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862024-12-06T20:31:51.082ZDec 06 20:31:50.064 INFO Starting download, target: Cockroach
15872024-12-06T20:31:51.082ZDec 06 20:31:50.064 INFO Starting download, target: Clickhouse
15882024-12-06T20:31:51.082ZDec 06 20:31:50.064 INFO Starting download, target: Console
15892024-12-06T20:31:51.082ZDec 06 20:31:50.064 INFO Starting download, target: DendriteOpenapi
15902024-12-06T20:31:51.084ZDec 06 20:31:50.064 INFO Starting download, target: DendriteStub
15912024-12-06T20:31:51.084ZDec 06 20:31:50.064 INFO Starting download, target: MaghemiteMgd
15922024-12-06T20:31:51.084ZDec 06 20:31:50.064 INFO Starting download, target: TransceiverControl
15932024-12-06T20:31:51.084ZDec 06 20:31:50.065 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15942024-12-06T20:31:51.084ZDec 06 20:31:50.065 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15952024-12-06T20:31:51.084ZDec 06 20:31:50.065 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962024-12-06T20:31:51.084ZDec 06 20:31:50.065 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15972024-12-06T20:31:51.084ZDec 06 20:31:50.065 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982024-12-06T20:31:51.084ZDec 06 20:31:50.065 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15992024-12-06T20:31:51.084ZDec 06 20:31:50.065 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16002024-12-06T20:31:51.294ZDec 06 20:31:50.262 INFO Download complete, target: DendriteOpenapi
16012024-12-06T20:31:51.491ZDec 06 20:31:50.469 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022024-12-06T20:31:51.608ZDec 06 20:31:50.590 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16032024-12-06T20:31:51.950ZDec 06 20:31:50.911 INFO Download complete, target: Console
16042024-12-06T20:31:52.004ZDec 06 20:31:50.986 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16052024-12-06T20:31:52.136ZDec 06 20:31:51.108 INFO Download complete, target: TransceiverControl
16062024-12-06T20:31:52.344ZDec 06 20:31:51.324 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16072024-12-06T20:31:52.872ZDec 06 20:31:51.855 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16082024-12-06T20:31:52.872ZDec 06 20:31:51.855 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16092024-12-06T20:31:53.046ZDec 06 20:31:52.029 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16102024-12-06T20:31:54.920ZDec 06 20:31:53.902 INFO Download complete, target: MaghemiteMgd
16112024-12-06T20:31:55.153ZDec 06 20:31:54.135 INFO Download complete, target: DendriteStub
16122024-12-06T20:32:00.113ZDec 06 20:31:59.094 INFO Checking that binary works, target: Cockroach
16132024-12-06T20:32:00.289ZDec 06 20:31:59.271 INFO Download complete, target: Cockroach
16142024-12-06T20:32:05.152ZDec 06 20:32:04.124 INFO Checking that binary works, target: Clickhouse
16152024-12-06T20:32:05.771ZDec 06 20:32:04.751 INFO Download complete, target: Clickhouse
16162024-12-06T20:32:05.778ZAll prerequisites installed successfully
16172024-12-06T20:32:05.782Z
16182024-12-06T20:32:05.782Zreal 4:45.099725476
16192024-12-06T20:32:05.782Zuser 16:56.750643790
16202024-12-06T20:32:05.782Zsys 3:13.119460378
16212024-12-06T20:32:05.782Ztrap 0.537018836
16222024-12-06T20:32:05.782Ztflt 6.202723713
16232024-12-06T20:32:05.782Zdflt 4.379036382
16242024-12-06T20:32:05.782Zkflt 0.031138630
16252024-12-06T20:32:05.782Zlock 32:58.155626214
16262024-12-06T20:32:05.782Zslp 1:03:59.175824176
16272024-12-06T20:32:05.782Zlat 48.115102745
16282024-12-06T20:32:05.783Zstop 2:07.748627478
16292024-12-06T20:32:05.783Z+ source ./tools/include/force-git-over-https.sh
16302024-12-06T20:32:05.783Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16312024-12-06T20:32:05.783Z++ (( i = 0 ))
16322024-12-06T20:32:05.783Z++ (( i < 5 ))
16332024-12-06T20:32:05.783Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16342024-12-06T20:32:05.786Z++ (( i++ ))
16352024-12-06T20:32:05.786Z++ (( i < 5 ))
16362024-12-06T20:32:05.786Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16372024-12-06T20:32:05.789Z++ (( i++ ))
16382024-12-06T20:32:05.789Z++ (( i < 5 ))
16392024-12-06T20:32:05.789Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16402024-12-06T20:32:05.792Z++ (( i++ ))
16412024-12-06T20:32:05.792Z++ (( i < 5 ))
16422024-12-06T20:32:05.792Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16432024-12-06T20:32:05.796Z++ (( i++ ))
16442024-12-06T20:32:05.796Z++ (( i < 5 ))
16452024-12-06T20:32:05.796Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16462024-12-06T20:32:05.796Z++ (( i++ ))
16472024-12-06T20:32:05.796Z++ (( i < 5 ))
16482024-12-06T20:32:05.796Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-06T20:32:05.796Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-06T20:32:05.797Z+ rc=0
16512024-12-06T20:32:05.797Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16522024-12-06T20:32:35.849Z+ case $rc in
16532024-12-06T20:32:35.849Z+ pfexec zfs create -p rpool/images/build/host
16542024-12-06T20:32:36.144Z+ pfexec zfs create -p rpool/images/build/recovery
16552024-12-06T20:32:36.225Z+ cargo xtask releng --output-dir /work
16562024-12-06T20:32:36.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16572024-12-06T20:32:36.795Z Running `target/debug/xtask releng --output-dir /work`
16582024-12-06T20:32:37.779Z Compiling proc-macro2 v1.0.89
16592024-12-06T20:32:37.780Z Compiling unicode-ident v1.0.13
16602024-12-06T20:32:37.780Z Compiling libc v0.2.162
16612024-12-06T20:32:37.782Z Compiling serde v1.0.215
16622024-12-06T20:32:37.782Z Compiling autocfg v1.4.0
16632024-12-06T20:32:37.782Z Compiling version_check v0.9.5
16642024-12-06T20:32:37.782Z Compiling cfg-if v1.0.0
16652024-12-06T20:32:37.994Z Compiling memchr v2.7.4
16662024-12-06T20:32:38.111Z Compiling typenum v1.17.0
16672024-12-06T20:32:38.132Z Compiling shlex v1.3.0
16682024-12-06T20:32:38.580Z Compiling value-bag v1.9.0
16692024-12-06T20:32:38.733Z Compiling generic-array v0.14.7
16702024-12-06T20:32:38.852Z Compiling lock_api v0.4.12
16712024-12-06T20:32:39.024Z Compiling scopeguard v1.2.0
16722024-12-06T20:32:39.071Z Compiling log v0.4.22
16732024-12-06T20:32:39.217Z Compiling rustix v0.38.37
16742024-12-06T20:32:39.497Z Compiling parking_lot_core v0.9.10
16752024-12-06T20:32:39.866Z Compiling quote v1.0.37
16762024-12-06T20:32:39.900Z Compiling serde_json v1.0.132
16772024-12-06T20:32:39.924Z Compiling libm v0.2.8
16782024-12-06T20:32:39.943Z Compiling num-traits v0.2.19
16792024-12-06T20:32:40.251Z Compiling jobserver v0.1.32
16802024-12-06T20:32:40.266Z Compiling syn v2.0.87
16812024-12-06T20:32:40.271Z Compiling getrandom v0.2.15
16822024-12-06T20:32:40.332Z Compiling once_cell v1.20.2
16832024-12-06T20:32:40.607Z Compiling thiserror v1.0.69
16842024-12-06T20:32:40.610Z Compiling spin v0.9.8
16852024-12-06T20:32:40.666Z Compiling itoa v1.0.11
16862024-12-06T20:32:40.696Z Compiling cc v1.1.30
16872024-12-06T20:32:40.895Z Compiling aho-corasick v1.1.3
16882024-12-06T20:32:40.926Z Compiling regex-syntax v0.8.5
16892024-12-06T20:32:41.138Z Compiling slab v0.4.9
16902024-12-06T20:32:41.242Z Compiling errno v0.3.9
16912024-12-06T20:32:41.888Z Compiling byteorder v1.5.0
16922024-12-06T20:32:42.366Z Compiling either v1.13.0
16932024-12-06T20:32:42.585Z Compiling lazy_static v1.5.0
16942024-12-06T20:32:42.701Z Compiling rand_core v0.6.4
16952024-12-06T20:32:42.857Z Compiling glob v0.3.1
16962024-12-06T20:32:43.018Z Compiling prettyplease v0.2.25
16972024-12-06T20:32:43.160Z Compiling subtle v2.6.1
16982024-12-06T20:32:43.549Z Compiling minimal-lexical v0.2.1
16992024-12-06T20:32:43.669Z Compiling libloading v0.8.5
17002024-12-06T20:32:43.778Z Compiling clang-sys v1.8.1
17012024-12-06T20:32:44.058Z Compiling nom v7.1.3
17022024-12-06T20:32:44.089Z Compiling home v0.5.9
17032024-12-06T20:32:44.563Z Compiling bindgen v0.69.5
17042024-12-06T20:32:44.975Z Compiling regex-automata v0.4.8
17052024-12-06T20:32:45.081Z Compiling itertools v0.12.1
17062024-12-06T20:32:45.471Z Compiling lazycell v1.3.0
17072024-12-06T20:32:46.105Z Compiling rustc-hash v1.1.0
17082024-12-06T20:32:46.632Z Compiling cmake v0.1.51
17092024-12-06T20:32:47.688Z Compiling dunce v1.0.5
17102024-12-06T20:32:47.731Z Compiling fs_extra v1.3.0
17112024-12-06T20:32:47.909Z Compiling cexpr v0.6.0
17122024-12-06T20:32:48.134Z Compiling semver v1.0.23
17132024-12-06T20:32:48.253Z Compiling pkg-config v0.3.31
17142024-12-06T20:32:48.523Z Compiling smallvec v1.13.2
17152024-12-06T20:32:48.691Z Compiling synstructure v0.13.1
17162024-12-06T20:32:49.143Z Compiling ring v0.17.8
17172024-12-06T20:32:49.667Z Compiling heck v0.5.0
17182024-12-06T20:32:50.017Z Compiling paste v1.0.15
17192024-12-06T20:32:50.160Z Compiling ryu v1.0.18
17202024-12-06T20:32:50.322Z Compiling httparse v1.9.5
17212024-12-06T20:32:50.383Z Compiling const-oid v0.9.6
17222024-12-06T20:32:50.659Z Compiling aws-lc-rs v1.10.0
17232024-12-06T20:32:51.271Z Compiling pin-project-lite v0.2.14
17242024-12-06T20:32:51.329Z Compiling regex v1.11.1
17252024-12-06T20:32:51.935Z Compiling allocator-api2 v0.2.18
17262024-12-06T20:32:52.287Z Compiling futures-core v0.3.31
17272024-12-06T20:32:52.670Z Compiling signal-hook-registry v1.4.2
17282024-12-06T20:32:52.846Z Compiling crossbeam-utils v0.8.20
17292024-12-06T20:32:53.574Z Compiling time-core v0.1.2
17302024-12-06T20:32:53.829Z Compiling num-conv v0.1.0
17312024-12-06T20:32:53.832Z Compiling parking_lot v0.12.3
17322024-12-06T20:32:53.975Z Compiling mio v1.0.2
17332024-12-06T20:32:54.166Z Compiling time-macros v0.2.18
17342024-12-06T20:32:54.246Z Compiling vcpkg v0.2.15
17352024-12-06T20:32:54.465Z Compiling schemars v0.8.21
17362024-12-06T20:32:54.706Z Compiling serde_derive v1.0.215
17372024-12-06T20:32:55.032Z Compiling zeroize_derive v1.4.2
17382024-12-06T20:32:55.881Z Compiling zerocopy-derive v0.7.35
17392024-12-06T20:32:56.029Z Compiling tokio-macros v2.4.0
17402024-12-06T20:32:56.074Z Compiling thiserror-impl v1.0.69
17412024-12-06T20:32:56.175Z Compiling zerofrom-derive v0.1.4
17422024-12-06T20:32:56.712Z Compiling zeroize v1.8.1
17432024-12-06T20:32:57.659Z Compiling yoke-derive v0.7.4
17442024-12-06T20:32:57.662Z Compiling futures-macro v0.3.31
17452024-12-06T20:32:57.731Z Compiling zerovec-derive v0.10.3
17462024-12-06T20:32:58.250Z Compiling displaydoc v0.2.5
17472024-12-06T20:32:59.181Z Compiling zerocopy v0.7.35
17482024-12-06T20:32:59.780Z Compiling crypto-common v0.1.6
17492024-12-06T20:33:00.068Z Compiling icu_provider_macros v1.5.0
17502024-12-06T20:33:00.119Z Compiling tracing-attributes v0.1.27
17512024-12-06T20:33:00.137Z Compiling block-buffer v0.10.4
17522024-12-06T20:33:00.476Z Compiling digest v0.10.7
17532024-12-06T20:33:00.809Z Compiling der_derive v0.7.3
17542024-12-06T20:33:00.964Z Compiling openssl-sys v0.9.103
17552024-12-06T20:33:01.478Z Compiling fnv v1.0.7
17562024-12-06T20:33:02.224Z Compiling serde_derive_internals v0.29.1
17572024-12-06T20:33:02.922Z Compiling socket2 v0.5.7
17582024-12-06T20:33:03.418Z Compiling ahash v0.8.11
17592024-12-06T20:33:04.692Z Compiling schemars_derive v0.8.21
17602024-12-06T20:33:04.956Z Compiling foldhash v0.1.3
17612024-12-06T20:33:05.203Z Compiling futures-sink v0.3.31
17622024-12-06T20:33:05.360Z Compiling cpufeatures v0.2.14
17632024-12-06T20:33:05.395Z Compiling equivalent v1.0.1
17642024-12-06T20:33:05.505Z Compiling stable_deref_trait v1.2.0
17652024-12-06T20:33:05.545Z Compiling hashbrown v0.15.0
17662024-12-06T20:33:05.976Z Compiling slog v2.7.0
17672024-12-06T20:33:07.234Z Compiling futures-channel v0.3.31
17682024-12-06T20:33:07.519Z Compiling zerofrom v0.1.4
17692024-12-06T20:33:07.576Z Compiling scroll_derive v0.12.0
17702024-12-06T20:33:07.793Z Compiling ucd-trie v0.1.7
17712024-12-06T20:33:07.845Z Compiling pin-utils v0.1.0
17722024-12-06T20:33:07.899Z Compiling futures-io v0.3.31
17732024-12-06T20:33:07.965Z Compiling futures-task v0.3.31
17742024-12-06T20:33:08.133Z Compiling openssl v0.10.66
17752024-12-06T20:33:08.340Z Compiling futures-util v0.3.31
17762024-12-06T20:33:08.378Z Compiling pest v2.7.14
17772024-12-06T20:33:08.409Z Compiling yoke v0.7.4
17782024-12-06T20:33:08.917Z Compiling hmac v0.12.1
17792024-12-06T20:33:09.179Z Compiling tinyvec_macros v0.1.1
17802024-12-06T20:33:09.355Z Compiling tinyvec v1.8.0
17812024-12-06T20:33:09.402Z Compiling zerovec v0.10.4
17822024-12-06T20:33:09.950Z Compiling bitflags v2.6.0
17832024-12-06T20:33:11.214Z Compiling bytes v1.8.0
17842024-12-06T20:33:12.764Z Compiling tokio v1.40.0
17852024-12-06T20:33:13.685Z Compiling indexmap v2.6.0
17862024-12-06T20:33:13.852Z Compiling serde_tokenstream v0.2.2
17872024-12-06T20:33:14.986Z Compiling which v4.4.2
17882024-12-06T20:33:16.361Z Compiling http v1.1.0
17892024-12-06T20:33:16.473Z Compiling rustc_version v0.4.1
17902024-12-06T20:33:17.164Z Compiling pest_meta v2.7.14
17912024-12-06T20:33:17.509Z Compiling uuid v1.11.0
17922024-12-06T20:33:18.468Z Compiling block-padding v0.3.3
17932024-12-06T20:33:18.807Z Compiling openssl-macros v0.1.1
17942024-12-06T20:33:19.260Z Compiling native-tls v0.2.12
17952024-12-06T20:33:19.835Z Compiling rustls v0.23.14
17962024-12-06T20:33:19.882Z Compiling iana-time-zone v0.1.61
17972024-12-06T20:33:20.208Z Compiling chrono v0.4.38
17982024-12-06T20:33:20.577Z Compiling pest_generator v2.7.14
17992024-12-06T20:33:21.931Z Compiling inout v0.1.3
18002024-12-06T20:33:21.985Z Compiling unicode-normalization v0.1.24
18012024-12-06T20:33:22.251Z Compiling cipher v0.4.4
18022024-12-06T20:33:22.790Z Compiling tinystr v0.7.6
18032024-12-06T20:33:22.865Z Compiling pest_derive v2.7.14
18042024-12-06T20:33:23.384Z Compiling sha2 v0.10.8
18052024-12-06T20:33:23.760Z Compiling async-trait v0.1.83
18062024-12-06T20:33:24.153Z Compiling usdt-impl v0.5.0
18072024-12-06T20:33:24.188Z Compiling cookie v0.18.1
18082024-12-06T20:33:24.540Z Compiling unicode-bidi v0.3.17
18092024-12-06T20:33:24.619Z Compiling base64ct v1.6.0
18102024-12-06T20:33:25.133Z Compiling writeable v0.5.5
18112024-12-06T20:33:25.298Z Compiling litemap v0.7.3
18122024-12-06T20:33:26.431Z Compiling icu_locid v1.5.0
18132024-12-06T20:33:27.642Z Compiling pem-rfc7468 v0.7.0
18142024-12-06T20:33:28.333Z Compiling scroll v0.12.0
18152024-12-06T20:33:29.121Z Compiling ppv-lite86 v0.2.20
18162024-12-06T20:33:29.595Z Compiling tracing-core v0.1.32
18172024-12-06T20:33:30.141Z Compiling syn v1.0.109
18182024-12-06T20:33:30.739Z Compiling untrusted v0.7.1
18192024-12-06T20:33:31.060Z Compiling dyn-clone v1.0.17
18202024-12-06T20:33:31.308Z Compiling plain v0.2.3
18212024-12-06T20:33:31.372Z Compiling aws-lc-sys v0.22.0
18222024-12-06T20:33:31.471Z Compiling percent-encoding v2.3.1
18232024-12-06T20:33:32.007Z Compiling camino v1.1.9
18242024-12-06T20:33:32.035Z Compiling rustls-pki-types v1.9.0
18252024-12-06T20:33:32.599Z Compiling flagset v0.4.6
18262024-12-06T20:33:32.845Z Compiling der v0.7.9
18272024-12-06T20:33:33.830Z Compiling goblin v0.8.2
18282024-12-06T20:33:36.360Z Compiling tracing v0.1.40
18292024-12-06T20:33:36.895Z Compiling rand_chacha v0.3.1
18302024-12-06T20:33:38.320Z Compiling icu_provider v1.5.0
18312024-12-06T20:33:38.955Z Compiling tokio-util v0.7.12
18322024-12-06T20:33:40.712Z Compiling powerfmt v0.2.0
18332024-12-06T20:33:41.180Z Compiling untrusted v0.9.0
18342024-12-06T20:33:41.275Z Compiling rustls v0.22.4
18352024-12-06T20:33:41.365Z Compiling icu_locid_transform_data v1.5.0
18362024-12-06T20:33:41.524Z Compiling rayon-core v1.12.1
18372024-12-06T20:33:41.586Z Compiling mirai-annotations v1.12.0
18382024-12-06T20:33:41.623Z Compiling pretty-hex v0.4.1
18392024-12-06T20:33:41.796Z Compiling icu_locid_transform v1.5.0
18402024-12-06T20:33:41.913Z Compiling dof v0.3.0
18412024-12-06T20:33:42.614Z Compiling deranged v0.3.11
18422024-12-06T20:33:44.644Z Compiling rand v0.8.5
18432024-12-06T20:33:45.169Z Compiling spki v0.7.3
18442024-12-06T20:33:45.616Z Compiling dtrace-parser v0.2.0
18452024-12-06T20:33:46.592Z Compiling salsa20 v0.10.2
18462024-12-06T20:33:46.883Z Compiling icu_collections v1.5.0
18472024-12-06T20:33:47.695Z Compiling pbkdf2 v0.12.2
18482024-12-06T20:33:48.448Z Compiling bzip2-sys v0.1.11+1.0.8
18492024-12-06T20:33:49.142Z Compiling thread-id v4.2.2
18502024-12-06T20:33:49.299Z Compiling num_threads v0.1.7
18512024-12-06T20:33:49.341Z Compiling icu_properties_data v1.5.0
18522024-12-06T20:33:49.772Z Compiling atomic-waker v1.1.2
18532024-12-06T20:33:50.723Z Compiling time v0.3.36
18542024-12-06T20:33:51.131Z Compiling icu_properties v1.5.1
18552024-12-06T20:33:56.187Z Compiling scrypt v0.11.0
18562024-12-06T20:33:56.635Z Compiling form_urlencoded v1.2.1
18572024-12-06T20:33:56.703Z Compiling aes v0.8.4
18582024-12-06T20:33:56.746Z Compiling cbc v0.1.2
18592024-12-06T20:33:56.978Z Compiling http-body v1.0.1
18602024-12-06T20:33:57.432Z Compiling multer v3.1.0
18612024-12-06T20:33:57.455Z Compiling write16 v1.0.0
18622024-12-06T20:33:57.743Z Compiling utf8_iter v1.0.4
18632024-12-06T20:33:57.764Z Compiling utf16_iter v1.0.5
18642024-12-06T20:33:57.933Z Compiling icu_normalizer_data v1.5.0
18652024-12-06T20:33:58.058Z Compiling try-lock v0.2.5
18662024-12-06T20:33:58.511Z Compiling slog-async v2.8.0
18672024-12-06T20:33:58.573Z Compiling icu_normalizer v1.5.0
18682024-12-06T20:33:59.033Z Compiling want v0.3.1
18692024-12-06T20:33:59.359Z Compiling pkcs5 v0.7.1
18702024-12-06T20:34:02.643Z Compiling h2 v0.4.6
18712024-12-06T20:34:04.558Z Compiling heapless v0.7.17
18722024-12-06T20:34:04.823Z Compiling zerocopy-derive v0.6.6
18732024-12-06T20:34:05.346Z Compiling signal-hook v0.3.17
18742024-12-06T20:34:05.374Z Compiling httpdate v1.0.3
18752024-12-06T20:34:05.915Z Compiling anyhow v1.0.93
18762024-12-06T20:34:06.287Z Compiling base64 v0.22.1
18772024-12-06T20:34:06.701Z Compiling num-bigint-dig v0.8.4
18782024-12-06T20:34:08.273Z Compiling pkcs8 v0.10.2
18792024-12-06T20:34:09.015Z Compiling idna_adapter v1.2.0
18802024-12-06T20:34:09.316Z Compiling usdt-attr-macro v0.5.0
18812024-12-06T20:34:09.412Z Compiling usdt-macro v0.5.0
18822024-12-06T20:34:11.525Z Compiling async-stream-impl v0.3.6
18832024-12-06T20:34:11.551Z Compiling strsim v0.11.1
18842024-12-06T20:34:12.324Z Compiling hyper v1.5.0
18852024-12-06T20:34:12.874Z Compiling tower-service v0.3.3
18862024-12-06T20:34:12.962Z Compiling rustversion v1.0.17
18872024-12-06T20:34:14.582Z Compiling idna v1.0.3
18882024-12-06T20:34:16.045Z Compiling hyper-util v0.1.10
18892024-12-06T20:34:22.485Z Compiling curve25519-dalek v4.1.3
18902024-12-06T20:34:22.549Z Compiling openapiv3 v2.0.0
18912024-12-06T20:34:22.624Z Compiling toml_datetime v0.6.8
18922024-12-06T20:34:22.898Z Compiling serde_spanned v0.6.8
18932024-12-06T20:34:23.138Z Compiling enum-as-inner v0.6.1
18942024-12-06T20:34:23.190Z Compiling dropshot v0.12.0
18952024-12-06T20:34:23.498Z Compiling smoltcp v0.9.1
18962024-12-06T20:34:24.155Z Compiling match_cfg v0.1.0
18972024-12-06T20:34:24.268Z Compiling portable-atomic v1.9.0
18982024-12-06T20:34:24.864Z Compiling adler2 v2.0.0
18992024-12-06T20:34:25.026Z Compiling foreign-types-shared v0.1.1
19002024-12-06T20:34:25.136Z Compiling foreign-types v0.3.2
19012024-12-06T20:34:25.157Z Compiling miniz_oxide v0.8.0
19022024-12-06T20:34:25.304Z Compiling hostname v0.3.1
19032024-12-06T20:34:27.086Z Compiling url v2.5.3
19042024-12-06T20:34:34.509Z Compiling http-body-util v0.1.2
19052024-12-06T20:34:34.606Z Compiling clap_derive v4.5.18
19062024-12-06T20:34:35.550Z Compiling dirs-sys-next v0.1.2
19072024-12-06T20:34:36.241Z Compiling encoding_rs v0.8.34
19082024-12-06T20:34:38.173Z Compiling mime v0.3.17
19092024-12-06T20:34:39.557Z Compiling siphasher v0.3.11
19102024-12-06T20:34:40.071Z Compiling data-encoding v2.6.0
19112024-12-06T20:34:41.219Z Compiling dirs-next v2.0.0
19122024-12-06T20:34:47.913Z Compiling hubpack_derive v0.1.1
19132024-12-06T20:34:48.780Z Compiling serde_urlencoded v0.7.1
19142024-12-06T20:34:48.897Z Compiling crossbeam-epoch v0.9.18
19152024-12-06T20:34:49.542Z Compiling hashbrown v0.14.5
19162024-12-06T20:34:49.699Z Compiling rustls-pemfile v2.2.0
19172024-12-06T20:34:50.533Z Compiling dropshot_endpoint v0.12.0
19182024-12-06T20:34:51.812Z Compiling sha1 v0.10.6
19192024-12-06T20:34:52.331Z Compiling signature v2.2.0
19202024-12-06T20:34:52.482Z Compiling curve25519-dalek-derive v0.1.1
19212024-12-06T20:34:52.795Z Compiling thread_local v1.1.8
19222024-12-06T20:34:53.346Z Compiling rustls-webpki v0.102.8
19232024-12-06T20:34:54.028Z Compiling fs-err v2.11.0
19242024-12-06T20:34:54.394Z Compiling anstyle v1.0.10
19252024-12-06T20:34:54.902Z Compiling gimli v0.31.1
19262024-12-06T20:34:55.570Z Compiling ipnet v2.10.1
19272024-12-06T20:34:55.938Z Compiling openssl-probe v0.1.5
19282024-12-06T20:34:56.350Z Compiling winnow v0.6.20
19292024-12-06T20:34:56.901Z Compiling unicode-properties v0.1.3
19302024-12-06T20:34:59.104Z Compiling utf8parse v0.2.2
19312024-12-06T20:34:59.327Z Compiling anstyle-parse v0.2.5
19322024-12-06T20:34:59.724Z Compiling stringprep v0.1.5
19332024-12-06T20:35:00.685Z Compiling toml_edit v0.22.22
19342024-12-06T20:35:00.727Z Compiling addr2line v0.24.2
19352024-12-06T20:35:01.509Z Compiling regress v0.10.1
19362024-12-06T20:35:03.077Z Compiling crossbeam-deque v0.8.5
19372024-12-06T20:35:03.475Z Compiling term v0.7.0
19382024-12-06T20:35:04.802Z Compiling slog-json v2.6.1
19392024-12-06T20:35:06.089Z Compiling crossbeam-channel v0.5.13
19402024-12-06T20:35:07.583Z Compiling idna v0.4.0
19412024-12-06T20:35:08.053Z Compiling idna v0.3.0
19422024-12-06T20:35:09.278Z Compiling futures-executor v0.3.31
19432024-12-06T20:35:09.602Z Compiling num-integer v0.1.46
19442024-12-06T20:35:09.786Z Compiling md-5 v0.10.6
19452024-12-06T20:35:10.073Z Compiling ff v0.13.0
19462024-12-06T20:35:10.321Z Compiling hash32 v0.2.1
19472024-12-06T20:35:10.344Z Compiling is-terminal v0.4.13
19482024-12-06T20:35:10.363Z Compiling memmap v0.7.0
19492024-12-06T20:35:10.488Z Compiling object v0.36.5
19502024-12-06T20:35:10.698Z Compiling psl-types v2.0.11
19512024-12-06T20:35:10.923Z Compiling quick-error v1.2.3
19522024-12-06T20:35:10.944Z Compiling colorchoice v1.0.2
19532024-12-06T20:35:11.090Z Compiling utf-8 v0.7.6
19542024-12-06T20:35:11.124Z Compiling anstyle-query v1.1.1
19552024-12-06T20:35:11.339Z Compiling fallible-iterator v0.2.0
19562024-12-06T20:35:11.451Z Compiling take_mut v0.2.2
19572024-12-06T20:35:11.638Z Compiling heck v0.4.1
19582024-12-06T20:35:12.086Z Compiling rustc-demangle v0.1.24
19592024-12-06T20:35:12.146Z Compiling linked-hash-map v0.5.6
19602024-12-06T20:35:12.321Z Compiling is_terminal_polyfill v1.70.1
19612024-12-06T20:35:12.462Z Compiling base16ct v0.2.0
19622024-12-06T20:35:12.552Z Compiling lru-cache v0.1.2
19632024-12-06T20:35:12.793Z Compiling sec1 v0.7.3
19642024-12-06T20:35:12.818Z Compiling anstream v0.6.15
19652024-12-06T20:35:12.967Z Compiling postgres-protocol v0.6.7
19662024-12-06T20:35:13.357Z Compiling strum_macros v0.25.3
19672024-12-06T20:35:14.273Z Compiling tungstenite v0.24.0
19682024-12-06T20:35:14.504Z Compiling resolv-conf v0.7.0
19692024-12-06T20:35:14.927Z Compiling publicsuffix v2.2.3
19702024-12-06T20:35:15.260Z Compiling usdt v0.5.0
19712024-12-06T20:35:15.469Z Compiling slog-term v2.9.1
19722024-12-06T20:35:15.751Z Compiling group v0.13.0
19732024-12-06T20:35:16.071Z Compiling num-iter v0.1.45
19742024-12-06T20:35:16.290Z Compiling futures v0.3.31
19752024-12-06T20:35:16.503Z Compiling hickory-proto v0.24.1
19762024-12-06T20:35:16.636Z Compiling tokio-rustls v0.26.0
19772024-12-06T20:35:18.041Z Compiling tokio-rustls v0.25.0
19782024-12-06T20:35:18.363Z Compiling backtrace v0.3.74
19792024-12-06T20:35:18.503Z Compiling typify-impl v0.2.0
19802024-12-06T20:35:18.810Z Compiling slog-bunyan v2.5.0
19812024-12-06T20:35:18.993Z Compiling toml v0.8.19
19822024-12-06T20:35:19.022Z Compiling tokio-native-tls v0.3.1
19832024-12-06T20:35:19.637Z Compiling phf_shared v0.11.2
19842024-12-06T20:35:20.049Z Compiling async-stream v0.3.6
19852024-12-06T20:35:20.333Z Compiling waitgroup v0.1.2
19862024-12-06T20:35:20.490Z Compiling webpki-roots v0.26.6
19872024-12-06T20:35:20.719Z Compiling idna v0.5.0
19882024-12-06T20:35:20.782Z Compiling terminal_size v0.4.0
19892024-12-06T20:35:21.031Z Compiling serde_path_to_error v0.1.16
19902024-12-06T20:35:21.873Z Compiling hkdf v0.12.4
19912024-12-06T20:35:21.954Z Compiling crypto-bigint v0.5.5
19922024-12-06T20:35:22.141Z Compiling serde_repr v0.1.19
19932024-12-06T20:35:22.257Z Compiling derive-where v1.2.7
19942024-12-06T20:35:23.446Z Compiling hostname v0.4.0
19952024-12-06T20:35:23.711Z Compiling crc32fast v1.4.2
19962024-12-06T20:35:24.885Z Compiling debug-ignore v1.0.5
19972024-12-06T20:35:25.045Z Compiling clap_lex v0.7.2
19982024-12-06T20:35:25.433Z Compiling managed v0.8.0
19992024-12-06T20:35:25.513Z Compiling unicode-width v0.1.14
20002024-12-06T20:35:26.001Z Compiling winnow v0.5.40
20012024-12-06T20:35:26.068Z Compiling bitflags v1.3.2
20022024-12-06T20:35:26.091Z Compiling console v0.15.8
20032024-12-06T20:35:26.299Z Compiling clap_builder v4.5.21
20042024-12-06T20:35:27.487Z Compiling elliptic-curve v0.13.8
20052024-12-06T20:35:29.087Z Compiling flate2 v1.0.34
20062024-12-06T20:35:29.846Z Compiling toml_edit v0.19.15
20072024-12-06T20:35:29.950Z Compiling hickory-resolver v0.24.1
20082024-12-06T20:35:30.621Z Compiling typify-macro v0.2.0
20092024-12-06T20:35:34.453Z Compiling cookie_store v0.21.0
20102024-12-06T20:35:35.607Z Compiling hyper-rustls v0.27.3
20112024-12-06T20:35:36.851Z Compiling phf v0.11.2
20122024-12-06T20:35:37.116Z Compiling hyper-tls v0.6.0
20132024-12-06T20:35:37.586Z Compiling signal-hook-mio v0.2.4
20142024-12-06T20:35:37.617Z Compiling rayon v1.10.0
20152024-12-06T20:35:37.766Z Compiling bzip2 v0.4.4
20162024-12-06T20:35:38.178Z Compiling tokio-tungstenite v0.24.0
20172024-12-06T20:35:38.226Z Compiling postgres-types v0.2.8
20182024-12-06T20:35:38.800Z Compiling ed25519 v2.2.3
20192024-12-06T20:35:38.894Z Compiling hubpack v0.1.2
20202024-12-06T20:35:38.979Z Compiling phf_shared v0.10.0
20212024-12-06T20:35:39.357Z Compiling pkcs1 v0.7.5
20222024-12-06T20:35:39.419Z Compiling zerocopy v0.6.6
20232024-12-06T20:35:39.617Z Compiling tokio-stream v0.1.16
20242024-12-06T20:35:40.505Z Compiling serde-big-array v0.5.1
20252024-12-06T20:35:40.721Z Compiling rfc6979 v0.4.0
20262024-12-06T20:35:40.767Z Compiling float-cmp v0.9.0
20272024-12-06T20:35:41.006Z Compiling sync_wrapper v1.0.1
20282024-12-06T20:35:41.181Z Compiling bstr v1.10.0
20292024-12-06T20:35:41.326Z Compiling fixedbitset v0.4.2
20302024-12-06T20:35:41.781Z Compiling unicode-segmentation v1.12.0
20312024-12-06T20:35:42.288Z Compiling number_prefix v0.4.0
20322024-12-06T20:35:42.485Z Compiling whoami v1.5.2
20332024-12-06T20:35:42.533Z Compiling difflib v0.4.0
20342024-12-06T20:35:42.857Z Compiling bit-vec v0.6.3
20352024-12-06T20:35:42.867Z Compiling new_debug_unreachable v1.0.6
20362024-12-06T20:35:42.999Z Compiling predicates-core v1.0.8
20372024-12-06T20:35:43.155Z Compiling static_assertions v1.1.0
20382024-12-06T20:35:43.273Z Compiling precomputed-hash v0.1.1
20392024-12-06T20:35:43.340Z Compiling unicode-width v0.2.0
20402024-12-06T20:35:43.398Z Compiling normalize-line-endings v0.3.0
20412024-12-06T20:35:43.539Z Compiling predicates v3.1.2
20422024-12-06T20:35:43.796Z Compiling indicatif v0.17.9
20432024-12-06T20:35:44.959Z Compiling string_cache v0.8.7
20442024-12-06T20:35:45.097Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20452024-12-06T20:35:45.386Z Compiling bit-set v0.5.3
20462024-12-06T20:35:45.672Z Compiling tokio-postgres v0.7.12
20472024-12-06T20:35:45.691Z Compiling similar v2.6.0
20482024-12-06T20:35:46.319Z Compiling reqwest v0.12.9
20492024-12-06T20:35:47.761Z Compiling petgraph v0.6.5
20502024-12-06T20:35:50.918Z Compiling ecdsa v0.16.9
20512024-12-06T20:35:51.253Z Compiling qorb v0.2.1
20522024-12-06T20:35:51.687Z Compiling rsa v0.9.6
20532024-12-06T20:35:51.752Z Compiling ed25519-dalek v2.1.1
20542024-12-06T20:35:52.194Z Compiling zip v0.6.6
20552024-12-06T20:35:52.262Z Compiling crossterm v0.28.1
20562024-12-06T20:35:52.883Z Compiling toml v0.7.8
20572024-12-06T20:35:53.463Z Compiling clap v4.5.21
20582024-12-06T20:35:55.750Z Compiling x509-cert v0.2.5
20592024-12-06T20:35:56.713Z Compiling hex v0.4.3
20602024-12-06T20:35:58.665Z Compiling itertools v0.10.5
20612024-12-06T20:35:59.582Z Compiling peg-runtime v0.8.3
20622024-12-06T20:36:00.119Z Compiling unicode-xid v0.2.6
20632024-12-06T20:36:00.154Z Compiling lalrpop-util v0.19.12
20642024-12-06T20:36:01.535Z Compiling radium v0.7.0
20652024-12-06T20:36:03.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20662024-12-06T20:36:20.205Z Compiling ident_case v1.0.1
20672024-12-06T20:36:20.262Z Compiling maybe-uninit v2.0.0
20682024-12-06T20:36:20.402Z Compiling tap v1.0.1
20692024-12-06T20:36:22.214Z Compiling wyz v0.5.1
20702024-12-06T20:36:22.762Z Compiling darling_core v0.20.10
20712024-12-06T20:36:32.871Z Compiling typify v0.2.0
20722024-12-06T20:36:36.935Z Compiling packed_struct v0.10.1
20732024-12-06T20:36:37.490Z Compiling unsafe-libyaml v0.2.11
20742024-12-06T20:36:37.677Z Compiling funty v2.0.0
20752024-12-06T20:36:39.328Z Compiling serde_yaml v0.9.34+deprecated
20762024-12-06T20:36:40.050Z Compiling bitvec v1.0.1
20772024-12-06T20:36:43.284Z Compiling progenitor-impl v0.8.0
20782024-12-06T20:36:44.108Z Compiling darling_macro v0.20.10
20792024-12-06T20:36:45.582Z Compiling packed_struct_codegen v0.10.1
20802024-12-06T20:36:48.201Z Compiling structmeta-derive v0.3.0
20812024-12-06T20:36:48.373Z Compiling indexmap v1.9.3
20822024-12-06T20:36:48.821Z Compiling crc-catalog v2.4.0
20832024-12-06T20:36:48.999Z Compiling newtype-uuid v1.1.3
20842024-12-06T20:36:49.865Z Compiling nodrop v0.1.14
20852024-12-06T20:36:50.041Z Compiling fastrand v2.1.1
20862024-12-06T20:36:50.228Z Compiling progenitor-macro v0.8.0
20872024-12-06T20:36:50.522Z Compiling tempfile v3.13.0
20882024-12-06T20:36:50.845Z Compiling structmeta v0.3.0
20892024-12-06T20:36:51.284Z Compiling array-init v0.0.4
20902024-12-06T20:36:53.299Z Compiling crc v3.2.1
20912024-12-06T20:36:58.273Z Compiling smallvec v0.6.14
20922024-12-06T20:36:58.815Z Compiling darling v0.20.10
20932024-12-06T20:37:05.362Z Compiling progenitor-client v0.8.0
20942024-12-06T20:37:07.594Z Compiling pin-project-internal v1.1.6
20952024-12-06T20:37:07.805Z Compiling dropshot v0.13.0
20962024-12-06T20:37:09.089Z Compiling same-file v1.0.6
20972024-12-06T20:37:09.915Z Compiling base64 v0.21.7
20982024-12-06T20:37:10.365Z Compiling termcolor v1.4.1
20992024-12-06T20:37:11.143Z Compiling hashbrown v0.12.3
21002024-12-06T20:37:12.039Z Compiling bitfield v0.14.0
21012024-12-06T20:37:12.378Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21022024-12-06T20:37:15.155Z Compiling env_logger v0.10.2
21032024-12-06T20:37:18.414Z Compiling pin-project v1.1.6
21042024-12-06T20:37:18.580Z Compiling ron v0.8.1
21052024-12-06T20:37:24.680Z Compiling walkdir v2.5.0
21062024-12-06T20:37:28.653Z Compiling progenitor v0.8.0
21072024-12-06T20:37:29.224Z Compiling serde_with_macros v3.11.0
21082024-12-06T20:37:29.748Z Compiling serde-hex v0.1.0
21092024-12-06T20:37:30.127Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21102024-12-06T20:37:30.846Z Compiling parse-display-derive v0.10.0
21112024-12-06T20:37:35.077Z Compiling strum_macros v0.26.4
21122024-12-06T20:37:35.723Z Compiling hashbrown v0.13.2
21132024-12-06T20:37:37.131Z Compiling ipnetwork v0.20.0
21142024-12-06T20:37:37.471Z Compiling xattr v1.3.1
21152024-12-06T20:37:37.628Z Compiling dropshot_endpoint v0.13.0
21162024-12-06T20:37:37.803Z Compiling snafu-derive v0.8.5
21172024-12-06T20:37:37.919Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21182024-12-06T20:37:38.249Z Compiling blake3 v1.5.4
21192024-12-06T20:37:38.681Z Compiling ring v0.16.20
21202024-12-06T20:37:38.893Z Compiling filetime v0.2.25
21212024-12-06T20:37:39.261Z Compiling instant v0.1.13
21222024-12-06T20:37:39.634Z Compiling zip v2.1.3
21232024-12-06T20:37:39.687Z Compiling lockfree-object-pool v0.1.6
21242024-12-06T20:37:39.996Z Compiling buf-list v1.0.3
21252024-12-06T20:37:40.434Z Compiling bumpalo v3.16.0
21262024-12-06T20:37:40.575Z Compiling crc-any v2.5.0
21272024-12-06T20:37:40.769Z Compiling simd-adler32 v0.3.7
21282024-12-06T20:37:41.036Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21292024-12-06T20:37:41.160Z Compiling zopfli v0.8.1
21302024-12-06T20:37:42.028Z Compiling strum v0.26.3
21312024-12-06T20:37:42.248Z Compiling backoff v0.4.0
21322024-12-06T20:37:42.566Z Compiling snafu v0.8.5
21332024-12-06T20:37:42.635Z Compiling tar v0.4.42
21342024-12-06T20:37:44.585Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21352024-12-06T20:37:44.811Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-06T20:37:45.462Z Compiling object v0.30.4
21372024-12-06T20:37:47.334Z Compiling parse-display v0.10.0
21382024-12-06T20:37:47.882Z Compiling serde_with v3.11.0
21392024-12-06T20:37:48.515Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21402024-12-06T20:37:48.605Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21412024-12-06T20:37:49.170Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21422024-12-06T20:37:49.410Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21432024-12-06T20:37:49.972Z Compiling camino-tempfile v1.1.1
21442024-12-06T20:37:50.278Z Compiling globset v0.4.15
21452024-12-06T20:37:50.797Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21462024-12-06T20:37:51.006Z Compiling regress v0.9.1
21472024-12-06T20:37:52.533Z Compiling pem v3.0.4
21482024-12-06T20:37:54.066Z Compiling olpc-cjson v0.1.4
21492024-12-06T20:37:54.445Z Compiling macaddr v1.0.1
21502024-12-06T20:37:55.145Z Compiling serde_plain v1.0.2
21512024-12-06T20:37:55.711Z Compiling async-recursion v1.1.1
21522024-12-06T20:37:56.524Z Compiling memmap2 v0.9.5
21532024-12-06T20:37:57.165Z Compiling constant_time_eq v0.3.1
21542024-12-06T20:37:57.291Z Compiling arrayvec v0.7.6
21552024-12-06T20:37:57.356Z Compiling typed-path v0.9.3
21562024-12-06T20:37:57.796Z Compiling path-slash v0.1.5
21572024-12-06T20:37:58.067Z Compiling spin v0.5.2
21582024-12-06T20:37:58.288Z Compiling arrayref v0.3.9
21592024-12-06T20:37:59.133Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21602024-12-06T20:38:00.054Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21612024-12-06T20:38:00.633Z Compiling tough v0.19.0
21622024-12-06T20:38:05.647Z Compiling itertools v0.13.0
21632024-12-06T20:38:06.187Z Compiling cargo-platform v0.1.8
21642024-12-06T20:38:06.293Z Compiling topological-sort v0.2.2
21652024-12-06T20:38:06.598Z Compiling parse-size v1.1.0
21662024-12-06T20:38:06.954Z Compiling cargo_metadata v0.18.1
21672024-12-06T20:38:07.325Z Compiling omicron-zone-package v0.11.1
21682024-12-06T20:38:09.465Z Compiling shell-words v1.1.0
21692024-12-06T20:38:16.337Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21702024-12-06T20:38:28.866Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21712024-12-06T20:38:44.665Z Finished `release` profile [optimized] target(s) in 6m 07s
21722024-12-06T20:38:44.838Z Running `target/release/omicron-releng --output-dir /work`
21732024-12-06T20:38:44.891ZDec 06 20:38:43.821 DEBG changing working directory to /work/oxidecomputer/omicron
21742024-12-06T20:38:45.001ZDec 06 20:38:43.931 DEBG running: git rev-parse HEAD
21752024-12-06T20:38:45.008ZDec 06 20:38:43.938 DEBG process exited with exit status: 0 (7.125314ms)
21762024-12-06T20:38:45.008ZDec 06 20:38:43.938 INFO version: 12.0.0-0.ci+git4ce33292e43
21772024-12-06T20:38:45.049ZDec 06 20:38:43.979 INFO cloning helios to /work/oxidecomputer/helios
21782024-12-06T20:38:45.049ZDec 06 20:38:43.979 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21792024-12-06T20:38:45.056ZCloning into '/work/oxidecomputer/helios'...
21802024-12-06T20:38:45.564ZDec 06 20:38:44.494 DEBG process exited with exit status: 0 (514.745304ms)
21812024-12-06T20:38:45.565ZDec 06 20:38:44.494 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21822024-12-06T20:38:45.573Z# branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7
21832024-12-06T20:38:45.573Z# branch.head master
21842024-12-06T20:38:45.573Z# branch.upstream origin/master
21852024-12-06T20:38:45.573Z# branch.ab +0 -0
21862024-12-06T20:38:45.575ZDec 06 20:38:44.504 DEBG process exited with exit status: 0 (9.334057ms)
21872024-12-06T20:38:45.575ZDec 06 20:38:44.504 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21882024-12-06T20:38:46.531ZDec 06 20:38:45.461 DEBG process exited with exit status: 0 (956.943762ms)
21892024-12-06T20:38:46.531ZDec 06 20:38:45.461 DEBG running: zfs list rpool/images/build/host
21902024-12-06T20:38:46.539ZNAME USED AVAIL REFER MOUNTPOINT
21912024-12-06T20:38:46.539Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21922024-12-06T20:38:46.541ZDec 06 20:38:45.469 DEBG process exited with exit status: 0 (8.060564ms)
21932024-12-06T20:38:46.541ZDec 06 20:38:45.469 DEBG running: zfs list rpool/images/build/recovery
21942024-12-06T20:38:46.547ZNAME USED AVAIL REFER MOUNTPOINT
21952024-12-06T20:38:46.547Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21962024-12-06T20:38:46.549ZDec 06 20:38:45.477 DEBG process exited with exit status: 0 (7.637219ms)
21972024-12-06T20:38:46.549ZDec 06 20:38:45.478 INFO [hubris-production] running task
21982024-12-06T20:38:46.549ZDec 06 20:38:45.478 INFO [hubris-staging] running task
21992024-12-06T20:38:46.549ZDec 06 20:38:45.478 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22002024-12-06T20:38:46.552ZDec 06 20:38:45.482 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
22012024-12-06T20:38:46.625Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22022024-12-06T20:38:47.096Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-06T20:38:47.723Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-06T20:38:48.015Z[ omicron-package] Blocking waiting for file lock on package cache
22052024-12-06T20:38:48.220ZDec 06 20:38:47.149 INFO [hubris-production] task succeeded (1.671433494s)
22062024-12-06T20:38:48.956Z[ omicron-package] Compiling zerocopy v0.8.10
22072024-12-06T20:38:48.959Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22082024-12-06T20:38:48.959Z[ omicron-package] Compiling itertools v0.13.0
22092024-12-06T20:38:48.959Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22102024-12-06T20:38:48.969Z[ omicron-package] Compiling heapless v0.8.0
22112024-12-06T20:38:48.969Z[ omicron-package] Compiling hash32 v0.3.1
22122024-12-06T20:38:48.969Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132024-12-06T20:38:48.969Z[ omicron-package] Compiling smoltcp v0.11.0
22142024-12-06T20:38:50.216Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22152024-12-06T20:38:50.464Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22162024-12-06T20:38:50.780Z[ omicron-package] Compiling num_enum_derive v0.5.11
22172024-12-06T20:38:51.127Z[ omicron-package] Compiling cobs v0.2.3
22182024-12-06T20:38:51.452Z[ omicron-package] Compiling proc-macro-error v1.0.4
22192024-12-06T20:38:51.755Z[ omicron-package] Compiling postcard v1.0.10
22202024-12-06T20:38:51.758Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22212024-12-06T20:38:52.210Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22222024-12-06T20:38:52.367Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22232024-12-06T20:38:52.858Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22242024-12-06T20:38:54.001Z[ omicron-package] Compiling tabwriter v1.4.0
22252024-12-06T20:38:54.259Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22262024-12-06T20:38:55.192Z[ omicron-package] Compiling num_enum v0.5.11
22272024-12-06T20:38:55.362Z[ omicron-package] Compiling foreign-types v0.5.0
22282024-12-06T20:38:55.594Z[ omicron-package] Compiling cstr-argument v0.1.2
22292024-12-06T20:38:55.711Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22302024-12-06T20:38:55.904Z[ omicron-package] Compiling thiserror v2.0.3
22312024-12-06T20:38:56.035Z[ omicron-package] Compiling pretty-hex v0.2.1
22322024-12-06T20:38:56.134Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22332024-12-06T20:38:56.367Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22342024-12-06T20:38:56.880Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-06T20:38:56.955Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22362024-12-06T20:38:57.063Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-06T20:38:57.403Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22382024-12-06T20:38:57.850Z[ omicron-package] Compiling colored v2.1.0
22392024-12-06T20:38:58.112Z[ omicron-package] Compiling thiserror-impl v2.0.3
22402024-12-06T20:38:58.205Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22412024-12-06T20:38:58.476ZDec 06 20:38:57.405 INFO [hubris-staging] task succeeded (11.926707304s)
22422024-12-06T20:38:59.083Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22432024-12-06T20:39:00.023Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22442024-12-06T20:39:00.088Z[ omicron-package] Compiling sigpipe v0.1.3
22452024-12-06T20:39:00.399Z[ omicron-package] Compiling num-derive v0.4.2
22462024-12-06T20:39:01.006Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22472024-12-06T20:39:01.518Z[ omicron-package] Compiling libefi-sys v0.1.0
22482024-12-06T20:39:02.101Z[ omicron-package] Compiling zone v0.3.0
22492024-12-06T20:39:02.991Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22502024-12-06T20:39:03.282Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22512024-12-06T20:39:04.019Z[ omicron-package] Compiling smf v0.2.3
22522024-12-06T20:39:04.277Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22532024-12-06T20:39:04.709Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22542024-12-06T20:39:05.134Z[ omicron-package] Compiling bitfield-struct v0.6.2
22552024-12-06T20:39:07.534Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-06T20:39:07.648Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22572024-12-06T20:39:07.928Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-06T20:39:08.140Z[ omicron-package] Compiling gethostname v0.5.0
22592024-12-06T20:39:08.150Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602024-12-06T20:39:08.741Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22612024-12-06T20:39:09.111Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-06T20:39:10.053Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22632024-12-06T20:39:12.265Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-06T20:39:13.532Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-06T20:39:14.951Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22662024-12-06T20:39:18.095Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22672024-12-06T20:39:18.650Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22682024-12-06T20:39:20.531Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22692024-12-06T20:39:29.959Z[ helios-setup] Dec 06 20:39:28.883 INFO helios repository root is: /work/oxidecomputer/helios
22702024-12-06T20:39:29.961Z[ helios-setup] Dec 06 20:39:28.885 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
22712024-12-06T20:39:29.961Z[ helios-setup] Dec 06 20:39:28.885 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22722024-12-06T20:39:29.965Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22732024-12-06T20:39:34.990Z[ helios-setup] Dec 06 20:39:33.913 INFO clone ok!, project: amd-firmware
22742024-12-06T20:39:34.993Z[ helios-setup] Dec 06 20:39:33.914 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22752024-12-06T20:39:34.993Z[ helios-setup] Dec 06 20:39:33.914 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
22762024-12-06T20:39:34.993Z[ helios-setup] Dec 06 20:39:33.914 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22772024-12-06T20:39:34.996Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22782024-12-06T20:39:35.718Z[ helios-setup] Dec 06 20:39:34.641 INFO clone ok!, project: bootserver
22792024-12-06T20:39:35.720Z[ helios-setup] Dec 06 20:39:34.641 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22802024-12-06T20:39:35.720Z[ helios-setup] Dec 06 20:39:34.642 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
22812024-12-06T20:39:35.721Z[ helios-setup] Dec 06 20:39:34.642 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
22822024-12-06T20:39:35.724Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22832024-12-06T20:39:36.955Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22842024-12-06T20:39:36.975Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22852024-12-06T20:39:40.221Z[ omicron-package] Finished `release` profile [optimized] target(s) in 53.65s
22862024-12-06T20:39:40.478Z[ omicron-package]
22872024-12-06T20:39:40.478Z[ omicron-package] real 53.867898438
22882024-12-06T20:39:40.480Z[ omicron-package] user 3:04.082944890
22892024-12-06T20:39:40.480Z[ omicron-package] sys 26.976753436
22902024-12-06T20:39:40.480Z[ omicron-package] trap 0.230916004
22912024-12-06T20:39:40.480Z[ omicron-package] tflt 0.467833630
22922024-12-06T20:39:40.480Z[ omicron-package] dflt 0.800257557
22932024-12-06T20:39:40.480Z[ omicron-package] kflt 0.028962527
22942024-12-06T20:39:40.480Z[ omicron-package] lock 5:59.924906449
22952024-12-06T20:39:40.480Z[ omicron-package] slp 10:35.464773119
22962024-12-06T20:39:40.480Z[ omicron-package] lat 1:40.879462643
22972024-12-06T20:39:40.480Z[ omicron-package] stop 1:03.967289789
22982024-12-06T20:39:40.480ZDec 06 20:39:39.401 INFO [omicron-package] process exited with exit status: 0 (53.919273177s)
22992024-12-06T20:39:40.480ZDec 06 20:39:39.402 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23002024-12-06T20:39:40.553ZDec 06 20:39:39.476 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
23012024-12-06T20:39:40.565Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23022024-12-06T20:39:40.567Z[ recovery-target] Created new build target 'recovery' and set it as active
23032024-12-06T20:39:40.569ZDec 06 20:39:39.491 INFO [recovery-target] process exited with exit status: 0 (89.381127ms)
23042024-12-06T20:39:40.573Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23052024-12-06T20:39:40.575Z[ host-target] Created new build target 'host' and set it as active
23062024-12-06T20:39:40.575ZDec 06 20:39:39.498 INFO [host-target] process exited with exit status: 0 (21.931763ms)
23072024-12-06T20:39:40.577ZDec 06 20:39:39.498 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23082024-12-06T20:39:40.594Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23092024-12-06T20:39:41.957Z[ host-package] Compiling convert_case v0.4.0
23102024-12-06T20:39:41.959Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23112024-12-06T20:39:41.959Z[ host-package] Compiling newline-converter v0.3.0
23122024-12-06T20:39:41.959Z[ host-package] Compiling password-hash v0.5.0
23132024-12-06T20:39:41.960Z[ host-package] Compiling progenitor-client v0.8.0
23142024-12-06T20:39:41.960Z[ host-package] Compiling blake2 v0.10.6
23152024-12-06T20:39:42.097Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23162024-12-06T20:39:42.171Z[ host-package] Compiling cancel-safe-futures v0.1.5
23172024-12-06T20:39:42.280Z[ host-package] Compiling expectorate v1.1.0
23182024-12-06T20:39:42.396Z[ host-package] Compiling owo-colors v4.1.0
23192024-12-06T20:39:42.511Z[ host-package] Compiling num-rational v0.4.2
23202024-12-06T20:39:42.600Z[ host-package] Compiling progenitor v0.8.0
23212024-12-06T20:39:42.745Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23222024-12-06T20:39:42.759Z[ helios-setup] Dec 06 20:39:41.681 INFO clone ok!, project: amd-host-image-builder
23232024-12-06T20:39:42.759Z[ helios-setup] Dec 06 20:39:41.681 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
23242024-12-06T20:39:42.759Z[ helios-setup] Dec 06 20:39:41.681 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23252024-12-06T20:39:42.764Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23262024-12-06T20:39:42.787Z[ host-package] Compiling argon2 v0.5.3
23272024-12-06T20:39:42.883Z[ host-package] Compiling num-complex v0.4.6
23282024-12-06T20:39:42.903Z[ host-package] Compiling derive_more v0.99.18
23292024-12-06T20:39:43.452Z[ host-package] Compiling atomicwrites v0.4.4
23302024-12-06T20:39:43.889Z[ helios-setup] Dec 06 20:39:42.812 INFO clone ok!, project: chelsio-t6-roms
23312024-12-06T20:39:43.892Z[ helios-setup] Dec 06 20:39:42.812 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
23322024-12-06T20:39:43.892Z[ helios-setup] Dec 06 20:39:42.812 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23332024-12-06T20:39:43.895Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23342024-12-06T20:39:44.130Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23352024-12-06T20:39:44.193Z[ host-package] Compiling num v0.4.3
23362024-12-06T20:39:44.256Z[ host-package] Compiling libsw v3.3.1
23372024-12-06T20:39:44.343Z[ host-package] Compiling indent_write v2.2.0
23382024-12-06T20:39:44.379Z[ host-package] Compiling float-ord v0.3.2
23392024-12-06T20:39:44.616Z[ host-package] Compiling linear-map v1.2.0
23402024-12-06T20:39:44.660Z[ host-package] Compiling swrite v0.1.0
23412024-12-06T20:39:44.664Z[ helios-setup] Dec 06 20:39:43.586 INFO clone ok!, project: image-builder
23422024-12-06T20:39:44.666Z[ helios-setup] Dec 06 20:39:43.586 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
23432024-12-06T20:39:44.666Z[ helios-setup] Dec 06 20:39:43.586 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23442024-12-06T20:39:44.669Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23452024-12-06T20:39:44.690Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23462024-12-06T20:39:44.745Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23472024-12-06T20:39:44.811Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23482024-12-06T20:39:45.062Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23492024-12-06T20:39:45.125Z[ host-package] Compiling highway v1.2.0
23502024-12-06T20:39:45.313Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23512024-12-06T20:39:45.731Z[ helios-setup] Dec 06 20:39:44.653 INFO clone ok!, project: pilot
23522024-12-06T20:39:45.733Z[ helios-setup] Dec 06 20:39:44.653 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23532024-12-06T20:39:45.733Z[ helios-setup] Dec 06 20:39:44.653 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
23542024-12-06T20:39:45.733Z[ helios-setup] Dec 06 20:39:44.654 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23552024-12-06T20:39:45.737Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23562024-12-06T20:39:45.922Z[ host-package] Compiling semver v0.1.20
23572024-12-06T20:39:46.547Z[ host-package] Compiling rustc_version v0.1.7
23582024-12-06T20:39:46.574Z[ helios-setup] Dec 06 20:39:45.478 INFO clone ok!, project: pinprick
23592024-12-06T20:39:46.593Z[ helios-setup] Dec 06 20:39:45.478 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
23602024-12-06T20:39:46.593Z[ helios-setup] Dec 06 20:39:45.478 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23612024-12-06T20:39:46.593Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23622024-12-06T20:39:46.792Z[ host-package] Compiling newtype-uuid v1.1.3
23632024-12-06T20:39:46.998Z[ host-package] Compiling newtype_derive v0.1.6
23642024-12-06T20:39:47.162Z[ host-package] Compiling dropshot v0.13.0
23652024-12-06T20:39:47.274Z[ host-package] Compiling ipnetwork v0.20.0
23662024-12-06T20:39:47.463Z[ host-package] Compiling instant v0.1.13
23672024-12-06T20:39:47.555Z[ helios-setup] Dec 06 20:39:46.476 INFO clone ok!, project: phbl
23682024-12-06T20:39:47.558Z[ helios-setup] Dec 06 20:39:46.476 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23692024-12-06T20:39:47.797Z[ host-package] Compiling humantime v2.1.0
23702024-12-06T20:39:48.216Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23712024-12-06T20:39:48.483Z[ helios-setup] Dec 06 20:39:47.405 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23722024-12-06T20:39:48.717Z[ host-package] Compiling backoff v0.4.0
23732024-12-06T20:39:49.133Z[ helios-setup] Dec 06 20:39:48.055 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23742024-12-06T20:39:49.133Z[ helios-setup] Dec 06 20:39:48.055 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23752024-12-06T20:39:49.286Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23762024-12-06T20:39:49.715Z[ helios-setup] Dec 06 20:39:48.636 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23772024-12-06T20:39:49.830Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23782024-12-06T20:39:50.206Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23792024-12-06T20:39:50.361Z[ helios-setup] Dec 06 20:39:49.282 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23802024-12-06T20:39:50.361Z[ helios-setup] Dec 06 20:39:49.282 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23812024-12-06T20:39:50.933Z[ helios-setup] Dec 06 20:39:49.854 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23822024-12-06T20:39:51.513Z[ helios-setup] Dec 06 20:39:50.435 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23832024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.435 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23842024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.435 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23852024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.435 INFO ok!
23862024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.435 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23872024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.435 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23882024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.435 INFO ok!
23892024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.435 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23902024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.436 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23912024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.436 INFO ok!
23922024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.436 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23932024-12-06T20:39:51.523Z[ helios-setup] Dec 06 20:39:50.436 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23942024-12-06T20:39:51.861Z[ helios-setup] Dec 06 20:39:50.783 INFO E| Downloading crates ...
23952024-12-06T20:39:51.996Z[ helios-setup] Dec 06 20:39:50.917 INFO E| Downloaded unicode-width v0.1.10
23962024-12-06T20:39:51.998Z[ helios-setup] Dec 06 20:39:50.920 INFO E| Downloaded sha2 v0.10.5
23972024-12-06T20:39:52.002Z[ helios-setup] Dec 06 20:39:50.923 INFO E| Downloaded generic-array v0.14.6
23982024-12-06T20:39:52.005Z[ helios-setup] Dec 06 20:39:50.926 INFO E| Downloaded cpufeatures v0.2.5
23992024-12-06T20:39:52.008Z[ helios-setup] Dec 06 20:39:50.928 INFO E| Downloaded digest v0.10.3
24002024-12-06T20:39:52.011Z[ helios-setup] Dec 06 20:39:50.931 INFO E| Downloaded typenum v1.15.0
24012024-12-06T20:39:52.013Z[ helios-setup] Dec 06 20:39:50.935 INFO E| Downloaded anyhow v1.0.62
24022024-12-06T20:39:52.018Z[ helios-setup] Dec 06 20:39:50.939 INFO E| Downloaded miniz_oxide v0.6.2
24032024-12-06T20:39:52.021Z[ helios-setup] Dec 06 20:39:50.942 INFO E| Downloaded bytes v1.2.1
24042024-12-06T20:39:52.026Z[ helios-setup] Dec 06 20:39:50.947 INFO E| Downloaded block-buffer v0.10.3
24052024-12-06T20:39:52.028Z[ helios-setup] Dec 06 20:39:50.949 INFO E| Downloaded flate2 v1.0.25
24062024-12-06T20:39:52.103Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling typenum v1.15.0
24072024-12-06T20:39:52.103Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling version_check v0.9.4
24082024-12-06T20:39:52.104Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling crc32fast v1.3.2
24092024-12-06T20:39:52.104Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling cfg-if v1.0.0
24102024-12-06T20:39:52.107Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling adler v1.0.2
24112024-12-06T20:39:52.107Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling anyhow v1.0.62
24122024-12-06T20:39:52.107Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling cpufeatures v0.2.5
24132024-12-06T20:39:52.107Z[ helios-setup] Dec 06 20:39:51.025 INFO E| Compiling unicode-width v0.1.10
24142024-12-06T20:39:52.396Z[ helios-setup] Dec 06 20:39:51.317 INFO E| Compiling bytes v1.2.1
24152024-12-06T20:39:52.447Z[ helios-setup] Dec 06 20:39:51.367 INFO E| Compiling getopts v0.2.21
24162024-12-06T20:39:52.484Z[ helios-setup] Dec 06 20:39:51.405 INFO E| Compiling miniz_oxide v0.6.2
24172024-12-06T20:39:52.875Z[ helios-setup] Dec 06 20:39:51.797 INFO E| Compiling bitflags v1.3.2
24182024-12-06T20:39:53.473Z[ helios-setup] Dec 06 20:39:52.392 INFO E| Compiling generic-array v0.14.6
24192024-12-06T20:39:54.175Z[ helios-setup] Dec 06 20:39:53.096 INFO E| Compiling flate2 v1.0.25
24202024-12-06T20:39:54.219Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24212024-12-06T20:39:55.838Z[ host-package] Compiling parse-display v0.10.0
24222024-12-06T20:39:56.675Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24232024-12-06T20:39:56.894Z[ host-package] Compiling strum v0.26.3
24242024-12-06T20:39:57.226Z[ host-package] Compiling serde_with v3.11.0
24252024-12-06T20:39:57.537Z[ host-package] Compiling regress v0.9.1
24262024-12-06T20:39:58.814Z[ helios-setup] Dec 06 20:39:57.735 INFO E| Compiling crypto-common v0.1.6
24272024-12-06T20:39:58.814Z[ helios-setup] Dec 06 20:39:57.735 INFO E| Compiling block-buffer v0.10.3
24282024-12-06T20:39:59.041Z[ helios-setup] Dec 06 20:39:57.961 INFO E| Compiling digest v0.10.3
24292024-12-06T20:39:59.456Z[ helios-setup] Dec 06 20:39:58.376 INFO E| Compiling sha2 v0.10.5
24302024-12-06T20:40:00.024Z[ helios-setup] Dec 06 20:39:58.944 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24312024-12-06T20:40:00.724Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24322024-12-06T20:40:03.447Z[ host-package] Compiling macaddr v1.0.1
24332024-12-06T20:40:03.616Z[ host-package] Compiling steno v0.4.1
24342024-12-06T20:40:04.110Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24352024-12-06T20:40:05.087Z[ host-package] Compiling prettyplease v0.2.25
24362024-12-06T20:40:05.152Z[ host-package] Compiling slog-dtrace v0.3.0
24372024-12-06T20:40:05.335Z[ helios-setup] Dec 06 20:40:04.255 INFO E| Finished `release` profile [optimized] target(s) in 13.71s
24382024-12-06T20:40:05.352Z[ helios-setup] Dec 06 20:40:04.272 INFO building project "bootserver" ok (13 seconds)
24392024-12-06T20:40:05.352Z[ helios-setup] Dec 06 20:40:04.272 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24402024-12-06T20:40:05.352Z[ helios-setup] Dec 06 20:40:04.272 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24412024-12-06T20:40:05.364Z[ helios-setup] Dec 06 20:40:04.283 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24422024-12-06T20:40:05.580Z[ helios-setup] Dec 06 20:40:04.499 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24432024-12-06T20:40:05.583Z[ helios-setup] Dec 06 20:40:04.500 INFO E| info: downloading component 'cargo'
24442024-12-06T20:40:05.703Z[ host-package] Compiling tungstenite v0.21.0
24452024-12-06T20:40:06.138Z[ host-package] Compiling display-error-chain v0.2.2
24462024-12-06T20:40:07.310Z[ helios-setup] Dec 06 20:40:06.229 INFO E| info: downloading component 'clippy'
24472024-12-06T20:40:07.567Z[ helios-setup] Dec 06 20:40:06.486 INFO E| info: downloading component 'rust-docs'
24482024-12-06T20:40:08.094Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24492024-12-06T20:40:09.318Z[ helios-setup] Dec 06 20:40:08.237 INFO E| info: downloading component 'rust-src'
24502024-12-06T20:40:09.506Z[ helios-setup] Dec 06 20:40:08.424 INFO E| info: downloading component 'rust-std'
24512024-12-06T20:40:10.482Z[ host-package] Compiling tokio-tungstenite v0.21.0
24522024-12-06T20:40:11.247Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24532024-12-06T20:40:11.299Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542024-12-06T20:40:11.343Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24552024-12-06T20:40:11.698Z[ helios-setup] Dec 06 20:40:10.617 INFO E| info: downloading component 'rustc'
24562024-12-06T20:40:12.526Z[ host-package] Compiling arc-swap v1.7.1
24572024-12-06T20:40:13.314Z[ host-package] Compiling slog-scope v4.4.0
24582024-12-06T20:40:14.261Z[ host-package] Compiling half v2.4.1
24592024-12-06T20:40:15.039Z[ host-package] Compiling ciborium-io v0.2.2
24602024-12-06T20:40:15.222Z[ host-package] Compiling ciborium-ll v0.2.2
24612024-12-06T20:40:15.814Z[ host-package] Compiling slog-stdlog v4.1.1
24622024-12-06T20:40:16.248Z[ host-package] Compiling slog-envlogger v2.2.0
24632024-12-06T20:40:16.727Z[ host-package] Compiling ciborium v0.2.2
24642024-12-06T20:40:16.758Z[ helios-setup] Dec 06 20:40:15.676 INFO E| info: downloading component 'rustfmt'
24652024-12-06T20:40:16.990Z[ helios-setup] Dec 06 20:40:15.908 INFO E| info: installing component 'cargo'
24662024-12-06T20:40:18.247Z[ helios-setup] Dec 06 20:40:17.164 INFO E| info: installing component 'clippy'
24672024-12-06T20:40:18.676Z[ helios-setup] Dec 06 20:40:17.594 INFO E| info: installing component 'rust-docs'
24682024-12-06T20:40:19.374Z[ host-package] Compiling nibble_vec v0.1.0
24692024-12-06T20:40:19.683Z[ host-package] Compiling endian-type v0.1.2
24702024-12-06T20:40:19.999Z[ host-package] Compiling radix_trie v0.2.1
24712024-12-06T20:40:21.060Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24722024-12-06T20:40:24.867Z[ helios-setup] Dec 06 20:40:23.783 INFO E| info: installing component 'rust-src'
24732024-12-06T20:40:25.597Z[ helios-setup] Dec 06 20:40:24.514 INFO E| info: installing component 'rust-std'
24742024-12-06T20:40:28.061Z[ helios-setup] Dec 06 20:40:26.978 INFO E| info: installing component 'rustc'
24752024-12-06T20:40:28.586Z[ host-package] Compiling fastrand v2.1.1
24762024-12-06T20:40:28.709Z[ host-package] Compiling same-file v1.0.6
24772024-12-06T20:40:28.734Z[ host-package] Compiling blake3 v1.5.4
24782024-12-06T20:40:29.001Z[ host-package] Compiling tempfile v3.13.0
24792024-12-06T20:40:29.166Z[ host-package] Compiling walkdir v2.5.0
24802024-12-06T20:40:29.456Z[ host-package] Compiling ring v0.16.20
24812024-12-06T20:40:29.490Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24822024-12-06T20:40:29.976Z[ host-package] Compiling xattr v1.3.1
24832024-12-06T20:40:30.006Z[ host-package] Compiling filetime v0.2.25
24842024-12-06T20:40:30.291Z[ host-package] Compiling memmap2 v0.9.5
24852024-12-06T20:40:30.376Z[ host-package] Compiling arrayvec v0.7.6
24862024-12-06T20:40:30.792Z[ host-package] Compiling keccak v0.1.5
24872024-12-06T20:40:30.827Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24882024-12-06T20:40:30.954Z[ host-package] Compiling arrayref v0.3.9
24892024-12-06T20:40:31.165Z[ host-package] Compiling constant_time_eq v0.3.1
24902024-12-06T20:40:31.423Z[ host-package] Compiling spin v0.5.2
24912024-12-06T20:40:32.025Z[ host-package] Compiling sha3 v0.10.8
24922024-12-06T20:40:32.439Z[ host-package] Compiling tar v0.4.42
24932024-12-06T20:40:32.469Z[ host-package] Compiling toolchain_find v0.4.0
24942024-12-06T20:40:32.994Z[ host-package] Compiling camino-tempfile v1.1.1
24952024-12-06T20:40:33.034Z[ host-package] Compiling const_format_proc_macros v0.2.33
24962024-12-06T20:40:33.133Z[ host-package] Compiling maplit v1.0.2
24972024-12-06T20:40:33.369Z[ host-package] Compiling crunchy v0.2.2
24982024-12-06T20:40:33.619Z[ host-package] Compiling topological-sort v0.2.2
24992024-12-06T20:40:33.932Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25002024-12-06T20:40:33.995Z[ host-package] Compiling tiny-keccak v2.0.2
25012024-12-06T20:40:34.012Z[ helios-setup] Dec 06 20:40:32.928 INFO E| info: installing component 'rustfmt'
25022024-12-06T20:40:34.580Z[ host-package] Compiling dsl_auto_type v0.1.2
25032024-12-06T20:40:34.687Z[ host-package] Compiling phf_generator v0.11.2
25042024-12-06T20:40:34.845Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25052024-12-06T20:40:34.853Z[ helios-setup] Dec 06 20:40:33.769 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25062024-12-06T20:40:34.962Z[ host-package] Compiling secrecy v0.8.0
25072024-12-06T20:40:35.175Z[ host-package] Compiling const_format v0.2.33
25082024-12-06T20:40:35.275Z[ host-package] Compiling omicron-zone-package v0.11.1
25092024-12-06T20:40:35.632Z[ helios-setup] Dec 06 20:40:34.545 INFO E| From https://github.com/oxidecomputer/amd-apcb
25102024-12-06T20:40:35.632Z[ helios-setup] Dec 06 20:40:34.545 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
25112024-12-06T20:40:35.635Z[ helios-setup] Dec 06 20:40:34.545 INFO E| * [new tag] v0.4.3 -> v0.4.3
25122024-12-06T20:40:35.662Z[ helios-setup] Dec 06 20:40:34.578 INFO E| * [new tag] v0.1.3 -> v0.1.3
25132024-12-06T20:40:35.662Z[ helios-setup] Dec 06 20:40:34.578 INFO E| * [new tag] v0.1.4 -> v0.1.4
25142024-12-06T20:40:35.662Z[ helios-setup] Dec 06 20:40:34.578 INFO E| * [new tag] v0.1.5 -> v0.1.5
25152024-12-06T20:40:35.666Z[ helios-setup] Dec 06 20:40:34.578 INFO E| * [new tag] v0.2.0 -> v0.2.0
25162024-12-06T20:40:35.666Z[ helios-setup] Dec 06 20:40:34.578 INFO E| * [new tag] v0.3.0 -> v0.3.0
25172024-12-06T20:40:35.666Z[ helios-setup] Dec 06 20:40:34.579 INFO E| * [new tag] v0.3.1 -> v0.3.1
25182024-12-06T20:40:35.666Z[ helios-setup] Dec 06 20:40:34.579 INFO E| * [new tag] v0.3.2 -> v0.3.2
25192024-12-06T20:40:35.667Z[ helios-setup] Dec 06 20:40:34.579 INFO E| * [new tag] v0.3.3 -> v0.3.3
25202024-12-06T20:40:35.667Z[ helios-setup] Dec 06 20:40:34.579 INFO E| * [new tag] v0.4.0 -> v0.4.0
25212024-12-06T20:40:35.667Z[ helios-setup] Dec 06 20:40:34.579 INFO E| * [new tag] v0.4.1 -> v0.4.1
25222024-12-06T20:40:35.667Z[ helios-setup] Dec 06 20:40:34.579 INFO E| * [new tag] v0.4.2 -> v0.4.2
25232024-12-06T20:40:35.715Z[ helios-setup] Dec 06 20:40:34.629 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25242024-12-06T20:40:36.133Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25252024-12-06T20:40:36.326Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25262024-12-06T20:40:36.379Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25272024-12-06T20:40:36.551Z[ host-package] Compiling r2d2 v0.8.10
25282024-12-06T20:40:36.593Z[ host-package] Compiling diesel_derives v2.2.3
25292024-12-06T20:40:36.618Z[ host-package] Compiling phf_codegen v0.11.2
25302024-12-06T20:40:36.736Z[ helios-setup] Dec 06 20:40:35.651 INFO E| From https://github.com/oxidecomputer/amd-efs
25312024-12-06T20:40:36.736Z[ helios-setup] Dec 06 20:40:35.651 INFO E| * [new branch] empty -> origin/empty
25322024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.652 INFO E| * [new branch] issue-99 -> origin/issue-99
25332024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.652 INFO E| * [new branch] main -> origin/main
25342024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.652 INFO E| * [new branch] review -> origin/review
25352024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.652 INFO E| * [new ref] -> origin/HEAD
25362024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.652 INFO E| * [new tag] v0.2.0 -> v0.2.0
25372024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.652 INFO E| * [new tag] v0.2.1 -> v0.2.1
25382024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.652 INFO E| * [new tag] v0.2.2 -> v0.2.2
25392024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.653 INFO E| * [new tag] v0.2.3 -> v0.2.3
25402024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.653 INFO E| * [new tag] v0.2.4 -> v0.2.4
25412024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.653 INFO E| * [new tag] v0.2.5 -> v0.2.5
25422024-12-06T20:40:36.738Z[ helios-setup] Dec 06 20:40:35.653 INFO E| * [new tag] v0.2.6 -> v0.2.6
25432024-12-06T20:40:36.739Z[ helios-setup] Dec 06 20:40:35.653 INFO E| * [new tag] v0.2.7 -> v0.2.7
25442024-12-06T20:40:36.739Z[ helios-setup] Dec 06 20:40:35.653 INFO E| * [new tag] v0.3.0 -> v0.3.0
25452024-12-06T20:40:36.739Z[ helios-setup] Dec 06 20:40:35.654 INFO E| * [new tag] v0.3.1 -> v0.3.1
25462024-12-06T20:40:36.739Z[ helios-setup] Dec 06 20:40:35.654 INFO E| * [new tag] v0.4.0 -> v0.4.0
25472024-12-06T20:40:36.739Z[ helios-setup] Dec 06 20:40:35.654 INFO E| * [new tag] v0.4.1 -> v0.4.1
25482024-12-06T20:40:36.739Z[ helios-setup] Dec 06 20:40:35.654 INFO E| * [new tag] v0.4.2 -> v0.4.2
25492024-12-06T20:40:36.739Z[ helios-setup] Dec 06 20:40:35.654 INFO E| * [new tag] v0.4.3 -> v0.4.3
25502024-12-06T20:40:36.786Z[ helios-setup] Dec 06 20:40:35.701 INFO E| Updating crates.io index
25512024-12-06T20:40:36.873Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25522024-12-06T20:40:36.944Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25532024-12-06T20:40:37.052Z[ helios-setup] Dec 06 20:40:35.967 INFO E| Downloading crates ...
25542024-12-06T20:40:37.113Z[ host-package] Compiling ascii-canvas v3.0.0
25552024-12-06T20:40:37.190Z[ helios-setup] Dec 06 20:40:36.105 INFO E| Downloaded once_cell v1.20.1
25562024-12-06T20:40:37.201Z[ helios-setup] Dec 06 20:40:36.116 INFO E| Downloaded syn v2.0.79
25572024-12-06T20:40:37.222Z[ helios-setup] Dec 06 20:40:36.137 INFO E| Downloaded unic-common v0.9.0
25582024-12-06T20:40:37.224Z[ helios-setup] Dec 06 20:40:36.139 INFO E| Downloaded unic-char-property v0.9.0
25592024-12-06T20:40:37.227Z[ helios-setup] Dec 06 20:40:36.141 INFO E| Downloaded memoffset v0.5.6
25602024-12-06T20:40:37.227Z[ helios-setup] Dec 06 20:40:36.142 INFO E| Downloaded fletcher v0.1.0
25612024-12-06T20:40:37.229Z[ helios-setup] Dec 06 20:40:36.144 INFO E| Downloaded unic-ucd-version v0.9.0
25622024-12-06T20:40:37.231Z[ helios-setup] Dec 06 20:40:36.146 INFO E| Downloaded unic-char-range v0.9.0
25632024-12-06T20:40:37.234Z[ helios-setup] Dec 06 20:40:36.148 INFO E| Downloaded strum v0.23.0
25642024-12-06T20:40:37.234Z[ helios-setup] Dec 06 20:40:36.149 INFO E| Downloaded scroll_derive v0.10.5
25652024-12-06T20:40:37.236Z[ helios-setup] Dec 06 20:40:36.151 INFO E| Downloaded parse_int v0.6.0
25662024-12-06T20:40:37.236Z[ helios-setup] Dec 06 20:40:36.152 INFO E| Downloaded cfg-if v0.1.10
25672024-12-06T20:40:37.239Z[ helios-setup] Dec 06 20:40:36.154 INFO E| Downloaded pest_meta v2.7.13
25682024-12-06T20:40:37.241Z[ helios-setup] Dec 06 20:40:36.157 INFO E| Downloaded modular-bitfield-impl v0.11.2
25692024-12-06T20:40:37.244Z[ helios-setup] Dec 06 20:40:36.159 INFO E| Downloaded four-cc v0.3.0
25702024-12-06T20:40:37.247Z[ helios-setup] Dec 06 20:40:36.161 INFO E| Downloaded pest_generator v2.7.13
25712024-12-06T20:40:37.249Z[ helios-setup] Dec 06 20:40:36.163 INFO E| Downloaded vec_map v0.8.2
25722024-12-06T20:40:37.251Z[ helios-setup] Dec 06 20:40:36.165 INFO E| Downloaded unic-ucd-ident v0.9.0
25732024-12-06T20:40:37.253Z[ helios-setup] Dec 06 20:40:36.168 INFO E| Downloaded thiserror-impl v1.0.64
25742024-12-06T20:40:37.256Z[ helios-setup] Dec 06 20:40:36.170 INFO E| Downloaded thiserror v1.0.64
25752024-12-06T20:40:37.294Z[ host-package] Compiling universal-hash v0.5.1
25762024-12-06T20:40:37.296Z[ helios-setup] Dec 06 20:40:36.211 INFO E| Downloaded strum_macros v0.23.1
25772024-12-06T20:40:37.298Z[ helios-setup] Dec 06 20:40:36.214 INFO E| Downloaded strsim v0.8.0
25782024-12-06T20:40:37.301Z[ helios-setup] Dec 06 20:40:36.216 INFO E| Downloaded serde v1.0.210
25792024-12-06T20:40:37.306Z[ helios-setup] Dec 06 20:40:36.222 INFO E| Downloaded structopt v0.3.26
25802024-12-06T20:40:37.319Z[ helios-setup] Dec 06 20:40:36.234 INFO E| Downloaded toml v0.5.11
25812024-12-06T20:40:37.324Z[ helios-setup] Dec 06 20:40:36.239 INFO E| Downloaded serde_derive v1.0.210
25822024-12-06T20:40:37.329Z[ helios-setup] Dec 06 20:40:36.244 INFO E| Downloaded scroll v0.10.2
25832024-12-06T20:40:37.331Z[ helios-setup] Dec 06 20:40:36.247 INFO E| Downloaded pest v2.7.13
25842024-12-06T20:40:37.339Z[ helios-setup] Dec 06 20:40:36.255 INFO E| Downloaded goblin v0.4.3
25852024-12-06T20:40:37.348Z[ helios-setup] Dec 06 20:40:36.263 INFO E| Downloaded proc-macro2 v1.0.86
25862024-12-06T20:40:37.353Z[ helios-setup] Dec 06 20:40:36.268 INFO E| Downloaded serde_json v1.0.128
25872024-12-06T20:40:37.371Z[ helios-setup] Dec 06 20:40:36.286 INFO E| Downloaded clap v2.34.0
25882024-12-06T20:40:37.408Z[ helios-setup] Dec 06 20:40:36.324 INFO E| Downloaded libc v0.2.159
25892024-12-06T20:40:37.450Z[ helios-setup] Dec 06 20:40:36.365 INFO E| Downloaded modular-bitfield v0.11.2
25902024-12-06T20:40:37.465Z[ helios-setup] Dec 06 20:40:36.381 INFO E| Downloaded rustc_version v0.2.3
25912024-12-06T20:40:37.468Z[ helios-setup] Dec 06 20:40:36.382 INFO E| Downloaded proc-macro-crate v0.1.5
25922024-12-06T20:40:37.468Z[ helios-setup] Dec 06 20:40:36.384 INFO E| Downloaded pre-proc-macro v0.2.1
25932024-12-06T20:40:37.471Z[ helios-setup] Dec 06 20:40:36.386 INFO E| Downloaded pre v0.2.1
25942024-12-06T20:40:37.473Z[ helios-setup] Dec 06 20:40:36.387 INFO E| Downloaded pest_derive v2.7.13
25952024-12-06T20:40:37.475Z[ helios-setup] Dec 06 20:40:36.391 INFO E| Downloaded ansi_term v0.12.1
25962024-12-06T20:40:37.478Z[ helios-setup] Dec 06 20:40:36.393 INFO E| Downloaded textwrap v0.11.0
25972024-12-06T20:40:37.480Z[ helios-setup] Dec 06 20:40:36.396 INFO E| Downloaded structopt-derive v0.4.18
25982024-12-06T20:40:37.483Z[ helios-setup] Dec 06 20:40:36.397 INFO E| Downloaded semver-parser v0.7.0
25992024-12-06T20:40:37.485Z[ helios-setup] Dec 06 20:40:36.399 INFO E| Downloaded semver v0.9.0
26002024-12-06T20:40:37.485Z[ helios-setup] Dec 06 20:40:36.400 INFO E| Downloaded bytesize v1.3.0
26012024-12-06T20:40:37.588Z[ helios-setup] Dec 06 20:40:36.503 INFO E| Compiling proc-macro2 v1.0.86
26022024-12-06T20:40:37.591Z[ helios-setup] Dec 06 20:40:36.503 INFO E| Compiling unicode-ident v1.0.13
26032024-12-06T20:40:37.591Z[ helios-setup] Dec 06 20:40:36.503 INFO E| Compiling syn v1.0.109
26042024-12-06T20:40:37.591Z[ helios-setup] Dec 06 20:40:36.504 INFO E| Compiling version_check v0.9.5
26052024-12-06T20:40:37.591Z[ helios-setup] Dec 06 20:40:36.504 INFO E| Compiling memchr v2.7.4
26062024-12-06T20:40:37.591Z[ helios-setup] Dec 06 20:40:36.504 INFO E| Compiling autocfg v1.4.0
26072024-12-06T20:40:37.591Z[ helios-setup] Dec 06 20:40:36.504 INFO E| Compiling thiserror v1.0.64
26082024-12-06T20:40:37.591Z[ helios-setup] Dec 06 20:40:36.504 INFO E| Compiling semver-parser v0.7.0
26092024-12-06T20:40:37.621Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26102024-12-06T20:40:37.738Z[ host-package] Compiling parse-zoneinfo v0.3.1
26112024-12-06T20:40:38.576Z[ helios-setup] Dec 06 20:40:37.491 INFO E| Compiling semver v0.9.0
26122024-12-06T20:40:38.636Z[ helios-setup] Dec 06 20:40:37.552 INFO E| Compiling serde v1.0.210
26132024-12-06T20:40:39.360Z[ helios-setup] Dec 06 20:40:38.275 INFO E| Compiling rustc_version v0.2.3
26142024-12-06T20:40:39.556Z[ helios-setup] Dec 06 20:40:38.471 INFO E| Compiling proc-macro-error-attr v1.0.4
26152024-12-06T20:40:39.866Z[ helios-setup] Dec 06 20:40:38.781 INFO E| Compiling proc-macro-error v1.0.4
26162024-12-06T20:40:40.178Z[ helios-setup] Dec 06 20:40:39.094 INFO E| Compiling serde_json v1.0.128
26172024-12-06T20:40:40.255Z[ helios-setup] Dec 06 20:40:39.169 INFO E| Compiling num-traits v0.2.19
26182024-12-06T20:40:40.307Z[ helios-setup] Dec 06 20:40:39.223 INFO E| Compiling schemars v0.8.21
26192024-12-06T20:40:40.450Z[ helios-setup] Dec 06 20:40:39.365 INFO E| Compiling itoa v1.0.11
26202024-12-06T20:40:40.685Z[ host-package] Compiling lzma-sys v0.1.20
26212024-12-06T20:40:40.799Z[ helios-setup] Dec 06 20:40:39.713 INFO E| Compiling unicode-segmentation v1.12.0
26222024-12-06T20:40:40.925Z[ helios-setup] Dec 06 20:40:39.839 INFO E| Compiling ryu v1.0.18
26232024-12-06T20:40:41.012Z[ helios-setup] Dec 06 20:40:39.927 INFO E| Compiling pre-proc-macro v0.2.1
26242024-12-06T20:40:41.151Z[ helios-setup] Dec 06 20:40:40.066 INFO E| Compiling memoffset v0.5.6
26252024-12-06T20:40:41.343Z[ helios-setup] Dec 06 20:40:40.258 INFO E| Compiling rustversion v1.0.17
26262024-12-06T20:40:41.572Z[ helios-setup] Dec 06 20:40:40.487 INFO E| Compiling quote v1.0.37
26272024-12-06T20:40:41.806Z[ helios-setup] Dec 06 20:40:40.721 INFO E| Compiling paste v1.0.15
26282024-12-06T20:40:41.861Z[ helios-setup] Dec 06 20:40:40.776 INFO E| Compiling ucd-trie v0.1.7
26292024-12-06T20:40:42.015Z[ helios-setup] Dec 06 20:40:40.929 INFO E| Compiling libc v0.2.159
26302024-12-06T20:40:42.236Z[ host-package] Compiling ena v0.14.3
26312024-12-06T20:40:42.552Z[ host-package] Compiling regex-syntax v0.6.29
26322024-12-06T20:40:42.679Z[ helios-setup] Dec 06 20:40:41.594 INFO E| Compiling syn v2.0.79
26332024-12-06T20:40:43.107Z[ helios-setup] Dec 06 20:40:42.022 INFO E| Compiling heck v0.3.3
26342024-12-06T20:40:43.132Z[ helios-setup] Dec 06 20:40:42.047 INFO E| Compiling lazy_static v1.5.0
26352024-12-06T20:40:43.159Z[ helios-setup] Dec 06 20:40:42.074 INFO E| Compiling dyn-clone v1.0.17
26362024-12-06T20:40:43.225Z[ host-package] Compiling opaque-debug v0.3.1
26372024-12-06T20:40:43.442Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26382024-12-06T20:40:43.595Z[ host-package] Compiling cfg_aliases v0.1.1
26392024-12-06T20:40:43.775Z[ helios-setup] Dec 06 20:40:42.690 INFO E| Compiling pre v0.2.1
26402024-12-06T20:40:43.958Z[ helios-setup] Dec 06 20:40:42.872 INFO E| Compiling once_cell v1.20.1
26412024-12-06T20:40:44.073Z[ helios-setup] Dec 06 20:40:42.988 INFO E| Compiling static_assertions v1.1.0
26422024-12-06T20:40:44.158Z[ host-package] Compiling diff v0.1.13
26432024-12-06T20:40:44.166Z[ helios-setup] Dec 06 20:40:43.080 INFO E| Compiling byteorder v1.5.0
26442024-12-06T20:40:44.744Z[ helios-setup] Dec 06 20:40:43.658 INFO E| Compiling cfg-if v0.1.10
26452024-12-06T20:40:45.213Z[ helios-setup] Dec 06 20:40:44.127 INFO E| Compiling unicode-width v0.1.14
26462024-12-06T20:40:45.516Z[ host-package] Compiling nix v0.28.0
26472024-12-06T20:40:46.301Z[ helios-setup] Dec 06 20:40:45.216 INFO E| Compiling textwrap v0.11.0
26482024-12-06T20:40:46.935Z[ helios-setup] Dec 06 20:40:45.849 INFO E| Compiling atty v0.2.14
26492024-12-06T20:40:47.157Z[ helios-setup] Dec 06 20:40:46.071 INFO E| Compiling bitflags v1.3.2
26502024-12-06T20:40:47.174Z[ host-package] Compiling poly1305 v0.8.0
26512024-12-06T20:40:47.296Z[ helios-setup] Dec 06 20:40:46.210 INFO E| Compiling strum v0.23.0
26522024-12-06T20:40:47.559Z[ helios-setup] Dec 06 20:40:46.473 INFO E| Compiling unic-char-range v0.9.0
26532024-12-06T20:40:47.725Z[ helios-setup] Dec 06 20:40:46.640 INFO E| Compiling vec_map v0.8.2
26542024-12-06T20:40:47.867Z[ helios-setup] Dec 06 20:40:46.781 INFO E| Compiling parse_int v0.6.0
26552024-12-06T20:40:48.027Z[ helios-setup] Dec 06 20:40:46.941 INFO E| Compiling unic-common v0.9.0
26562024-12-06T20:40:48.078Z[ helios-setup] Dec 06 20:40:46.993 INFO E| Compiling ansi_term v0.12.1
26572024-12-06T20:40:48.234Z[ helios-setup] Dec 06 20:40:47.149 INFO E| Compiling fletcher v0.1.0
26582024-12-06T20:40:48.248Z[ helios-setup] Dec 06 20:40:47.162 INFO E| Compiling strsim v0.8.0
26592024-12-06T20:40:48.369Z[ helios-setup] Dec 06 20:40:47.283 INFO E| Compiling unic-ucd-version v0.9.0
26602024-12-06T20:40:48.378Z[ helios-setup] Dec 06 20:40:47.293 INFO E| Compiling unic-char-property v0.9.0
26612024-12-06T20:40:48.414Z[ helios-setup] Dec 06 20:40:47.328 INFO E| Compiling plain v0.2.3
26622024-12-06T20:40:48.635Z[ helios-setup] Dec 06 20:40:47.549 INFO E| Compiling log v0.4.22
26632024-12-06T20:40:48.643Z[ helios-setup] Dec 06 20:40:47.557 INFO E| Compiling unic-ucd-ident v0.9.0
26642024-12-06T20:40:48.771Z[ helios-setup] Dec 06 20:40:47.683 INFO E| Compiling bytesize v1.3.0
26652024-12-06T20:40:49.266Z[ helios-setup] Dec 06 20:40:48.179 INFO E| Compiling clap v2.34.0
26662024-12-06T20:40:50.293Z[ host-package] Compiling lalrpop v0.19.12
26672024-12-06T20:40:51.379Z[ helios-setup] Dec 06 20:40:50.293 INFO E| Compiling serde_derive_internals v0.29.1
26682024-12-06T20:40:52.413Z[ host-package] Compiling thiserror-no-std v2.0.2
26692024-12-06T20:40:53.020Z[ host-package] Compiling chrono-tz-build v0.4.0
26702024-12-06T20:40:53.698Z[ helios-setup] Dec 06 20:40:52.611 INFO E| Compiling toml v0.5.11
26712024-12-06T20:40:56.254Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722024-12-06T20:40:56.890Z[ helios-setup] Dec 06 20:40:55.803 INFO E| Compiling thiserror-impl v1.0.64
26732024-12-06T20:40:56.890Z[ helios-setup] Dec 06 20:40:55.803 INFO E| Compiling serde_derive v1.0.210
26742024-12-06T20:40:56.965Z[ helios-setup] Dec 06 20:40:55.878 INFO E| Compiling schemars_derive v0.8.21
26752024-12-06T20:40:57.320Z[ helios-setup] Dec 06 20:40:56.233 INFO E| Compiling proc-macro-crate v0.1.5
26762024-12-06T20:40:58.004Z[ host-package] Compiling diesel v2.2.4
26772024-12-06T20:40:58.639Z[ helios-setup] Dec 06 20:40:57.552 INFO E| Compiling zerocopy-derive v0.6.6
26782024-12-06T20:40:58.723Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26792024-12-06T20:40:59.899Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26802024-12-06T20:40:59.943Z[ helios-setup] Dec 06 20:40:58.855 INFO E| Compiling num-derive v0.4.2
26812024-12-06T20:41:00.402Z[ host-package] Compiling chacha20 v0.9.1
26822024-12-06T20:41:01.495Z[ host-package] Compiling heck v0.3.3
26832024-12-06T20:41:02.475Z[ host-package] Compiling aead v0.5.2
26842024-12-06T20:41:02.724Z[ helios-setup] Dec 06 20:41:01.636 INFO E| Compiling zerocopy v0.6.6
26852024-12-06T20:41:02.962Z[ helios-setup] Dec 06 20:41:01.873 INFO E| Compiling pest v2.7.13
26862024-12-06T20:41:03.398Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26872024-12-06T20:41:04.969Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26882024-12-06T20:41:05.583Z[ host-package] Compiling ref-cast v1.0.23
26892024-12-06T20:41:05.646Z[ helios-setup] Dec 06 20:41:04.558 INFO E| Compiling modular-bitfield-impl v0.11.2
26902024-12-06T20:41:06.538Z[ helios-setup] Dec 06 20:41:05.448 INFO E| Compiling strum_macros v0.23.1
26912024-12-06T20:41:06.709Z[ helios-setup] Dec 06 20:41:05.621 INFO E| Compiling scroll_derive v0.10.5
26922024-12-06T20:41:07.280Z[ helios-setup] Dec 06 20:41:06.192 INFO E| Compiling structopt-derive v0.4.18
26932024-12-06T20:41:07.356Z[ host-package] Compiling vte v0.11.1
26942024-12-06T20:41:08.224Z[ helios-setup] Dec 06 20:41:07.136 INFO E| Compiling pest_meta v2.7.13
26952024-12-06T20:41:08.634Z[ host-package] Compiling chacha20poly1305 v0.10.1
26962024-12-06T20:41:09.256Z[ host-package] Compiling zone_cfg_derive v0.1.2
26972024-12-06T20:41:10.484Z[ helios-setup] Dec 06 20:41:09.395 INFO E| Compiling scroll v0.10.2
26982024-12-06T20:41:10.497Z[ host-package] Compiling chrono-tz v0.10.0
26992024-12-06T20:41:11.063Z[ helios-setup] Dec 06 20:41:09.974 INFO E| Compiling modular-bitfield v0.11.2
27002024-12-06T20:41:11.305Z[ helios-setup] Dec 06 20:41:10.216 INFO E| Compiling pest_generator v2.7.13
27012024-12-06T20:41:11.733Z[ helios-setup] Dec 06 20:41:10.644 INFO E| Compiling goblin v0.4.3
27022024-12-06T20:41:12.300Z[ host-package] Compiling vsss-rs v3.3.4
27032024-12-06T20:41:12.667Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27042024-12-06T20:41:12.947Z[ helios-setup] Dec 06 20:41:11.858 INFO E| Compiling structopt v0.3.26
27052024-12-06T20:41:13.392Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27062024-12-06T20:41:15.076Z[ host-package] Compiling derive_builder_core v0.20.2
27072024-12-06T20:41:16.234Z[ helios-setup] Dec 06 20:41:15.143 INFO E| Compiling pest_derive v2.7.13
27082024-12-06T20:41:18.193Z[ host-package] Compiling fd-lock v4.0.2
27092024-12-06T20:41:18.600Z[ host-package] Compiling headers-core v0.3.0
27102024-12-06T20:41:19.253Z[ host-package] Compiling fxhash v0.2.1
27112024-12-06T20:41:19.543Z[ host-package] Compiling libxml v0.3.3
27122024-12-06T20:41:19.625Z[ host-package] Compiling ref-cast-impl v1.0.23
27132024-12-06T20:41:20.201Z[ host-package] Compiling bytecount v0.6.8
27142024-12-06T20:41:20.340Z[ helios-setup] Dec 06 20:41:19.249 INFO E| Compiling json5 v0.4.1
27152024-12-06T20:41:20.766Z[ host-package] Compiling base64 v0.13.1
27162024-12-06T20:41:21.612Z[ host-package] Compiling papergrid v0.11.0
27172024-12-06T20:41:22.039Z[ host-package] Compiling ron v0.7.1
27182024-12-06T20:41:26.168Z[ helios-setup] Dec 06 20:41:25.077 INFO E| Compiling four-cc v0.3.0
27192024-12-06T20:41:26.168Z[ helios-setup] Dec 06 20:41:25.077 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27202024-12-06T20:41:26.545Z[ helios-setup] Dec 06 20:41:25.454 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
27212024-12-06T20:41:30.854Z[ host-package] Compiling headers v0.4.0
27222024-12-06T20:41:33.079Z[ host-package] Compiling polar-core v0.27.3
27232024-12-06T20:41:43.687Z[ host-package] Compiling derive_builder_macro v0.20.2
27242024-12-06T20:41:43.750Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27252024-12-06T20:41:43.764Z[ host-package] Compiling xz2 v0.1.7
27262024-12-06T20:41:43.764Z[ host-package] Compiling zone v0.1.8
27272024-12-06T20:41:47.149Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27282024-12-06T20:41:48.173Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27292024-12-06T20:41:48.262Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27302024-12-06T20:41:52.113Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27312024-12-06T20:41:52.453Z[ host-package] Compiling tabled_derive v0.7.0
27322024-12-06T20:41:54.279Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27332024-12-06T20:41:54.543Z[ host-package] Compiling yasna v0.5.2
27342024-12-06T20:41:55.166Z[ host-package] Compiling peg-macros v0.8.4
27352024-12-06T20:41:58.861Z[ host-package] Compiling strum_macros v0.24.3
27362024-12-06T20:41:59.062Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372024-12-06T20:41:59.328Z[ host-package] Compiling kstat-rs v0.2.4
27382024-12-06T20:41:59.671Z[ host-package] Compiling samael v0.0.17
27392024-12-06T20:42:00.423Z[ host-package] Compiling sqlparser_derive v0.2.2
27402024-12-06T20:42:00.453Z[ host-package] Compiling unicase v2.7.0
27412024-12-06T20:42:00.940Z[ host-package] Compiling nu-ansi-term v0.50.1
27422024-12-06T20:42:01.260Z[ host-package] Compiling indoc v1.0.9
27432024-12-06T20:42:01.747Z[ host-package] Compiling unicode_categories v0.1.1
27442024-12-06T20:42:01.788Z[ host-package] Compiling home v0.5.9
27452024-12-06T20:42:02.179Z[ host-package] Compiling sqlformat v0.2.6
27462024-12-06T20:42:02.209Z[ host-package] Compiling rustyline v14.0.0
27472024-12-06T20:42:02.389Z[ host-package] Compiling sqlparser v0.45.0
27482024-12-06T20:42:07.265Z[ host-package] Compiling reedline v0.35.0
27492024-12-06T20:42:11.580Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27502024-12-06T20:42:13.126Z[ helios-setup] Dec 06 20:42:12.030 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27512024-12-06T20:42:16.044Z[ host-package] Compiling peg v0.8.4
27522024-12-06T20:42:16.245Z[ host-package] Compiling rcgen v0.12.1
27532024-12-06T20:42:17.337Z[ host-package] Compiling tabled v0.15.0
27542024-12-06T20:42:17.425Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27552024-12-06T20:42:29.993Z[ helios-setup] Dec 06 20:42:28.893 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27562024-12-06T20:42:36.163Z[ host-package] Compiling derive_builder v0.20.2
27572024-12-06T20:42:36.386Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27582024-12-06T20:42:41.306Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592024-12-06T20:42:41.704Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27602024-12-06T20:42:42.216Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27612024-12-06T20:42:42.548Z[ host-package] Compiling bcs v0.1.6
27622024-12-06T20:42:43.583Z[ host-package] Compiling oso-derive v0.27.3
27632024-12-06T20:42:44.041Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27642024-12-06T20:42:44.820Z[ host-package] Compiling libz-sys v1.1.20
27652024-12-06T20:42:45.693Z[ host-package] Compiling quick-xml v0.33.0
27662024-12-06T20:42:51.760Z[ host-package] Compiling subprocess v0.2.9
27672024-12-06T20:42:53.117Z[ host-package] Compiling diesel-dtrace v0.3.0
27682024-12-06T20:42:53.635Z[ host-package] Compiling parking_lot_core v0.8.6
27692024-12-06T20:42:54.650Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27702024-12-06T20:42:57.712Z[ host-package] Compiling oso v0.27.3
27712024-12-06T20:43:19.783Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27722024-12-06T20:43:21.597Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27732024-12-06T20:43:21.729Z[ helios-setup] Dec 06 20:43:20.624 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
27742024-12-06T20:43:21.764Z[ helios-setup] Dec 06 20:43:20.659 INFO building project "amd-host-image-builder" ok (196 seconds)
27752024-12-06T20:43:21.764Z[ helios-setup] Dec 06 20:43:20.659 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27762024-12-06T20:43:21.767Z[ helios-setup] Dec 06 20:43:20.659 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27772024-12-06T20:43:22.091Z[ helios-setup] Dec 06 20:43:20.985 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27782024-12-06T20:43:22.577Z[ helios-setup] Dec 06 20:43:21.470 INFO E| From https://github.com/jclulow/rust-jmclib
27792024-12-06T20:43:22.577Z[ helios-setup] Dec 06 20:43:21.470 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27802024-12-06T20:43:22.597Z[ helios-setup] Dec 06 20:43:21.492 INFO E| Updating crates.io index
27812024-12-06T20:43:22.692Z[ helios-setup] Dec 06 20:43:21.586 INFO E| Downloading crates ...
27822024-12-06T20:43:22.873Z[ helios-setup] Dec 06 20:43:21.767 INFO E| Downloaded opaque-debug v0.3.0
27832024-12-06T20:43:22.875Z[ helios-setup] Dec 06 20:43:21.769 INFO E| Downloaded block-buffer v0.9.0
27842024-12-06T20:43:22.878Z[ helios-setup] Dec 06 20:43:21.771 INFO E| Downloaded once_cell v1.18.0
27852024-12-06T20:43:22.881Z[ helios-setup] Dec 06 20:43:21.775 INFO E| Downloaded md-5 v0.9.1
27862024-12-06T20:43:22.883Z[ helios-setup] Dec 06 20:43:21.778 INFO E| Downloaded fastrand v2.0.0
27872024-12-06T20:43:22.886Z[ helios-setup] Dec 06 20:43:21.780 INFO E| Downloaded errno v0.3.1
27882024-12-06T20:43:22.889Z[ helios-setup] Dec 06 20:43:21.782 INFO E| Downloaded digest v0.9.0
27892024-12-06T20:43:22.891Z[ helios-setup] Dec 06 20:43:21.785 INFO E| Downloaded quote v1.0.31
27902024-12-06T20:43:22.894Z[ helios-setup] Dec 06 20:43:21.789 INFO E| Downloaded libdevinfo-sys v1.0.0
27912024-12-06T20:43:22.897Z[ helios-setup] Dec 06 20:43:21.790 INFO E| Downloaded sha-1 v0.9.8
27922024-12-06T20:43:22.899Z[ helios-setup] Dec 06 20:43:21.794 INFO E| Downloaded uuid v0.8.2
27932024-12-06T20:43:22.905Z[ helios-setup] Dec 06 20:43:21.800 INFO E| Downloaded tempfile v3.7.0
27942024-12-06T20:43:22.911Z[ helios-setup] Dec 06 20:43:21.803 INFO E| Downloaded proc-macro2 v1.0.66
27952024-12-06T20:43:22.914Z[ helios-setup] Dec 06 20:43:21.808 INFO E| Downloaded walkdir v2.3.3
27962024-12-06T20:43:22.917Z[ helios-setup] Dec 06 20:43:21.811 INFO E| Downloaded serde_derive v1.0.193
27972024-12-06T20:43:22.921Z[ helios-setup] Dec 06 20:43:21.816 INFO E| Downloaded ryu v1.0.15
27982024-12-06T20:43:22.927Z[ helios-setup] Dec 06 20:43:21.821 INFO E| Downloaded serde v1.0.193
27992024-12-06T20:43:22.933Z[ helios-setup] Dec 06 20:43:21.827 INFO E| Downloaded anyhow v1.0.72
28002024-12-06T20:43:22.938Z[ helios-setup] Dec 06 20:43:21.833 INFO E| Downloaded unicode-ident v1.0.11
28012024-12-06T20:43:22.944Z[ helios-setup] Dec 06 20:43:21.838 INFO E| Downloaded typenum v1.16.0
28022024-12-06T20:43:22.949Z[ helios-setup] Dec 06 20:43:21.842 INFO E| Downloaded serde_json v1.0.103
28032024-12-06T20:43:22.980Z[ helios-setup] Dec 06 20:43:21.874 INFO E| Downloaded getrandom v0.2.10
28042024-12-06T20:43:22.984Z[ helios-setup] Dec 06 20:43:21.878 INFO E| Downloaded bitflags v2.3.3
28052024-12-06T20:43:22.988Z[ helios-setup] Dec 06 20:43:21.882 INFO E| Downloaded itoa v1.0.9
28062024-12-06T20:43:22.991Z[ helios-setup] Dec 06 20:43:21.883 INFO E| Downloaded cpufeatures v0.2.9
28072024-12-06T20:43:22.991Z[ helios-setup] Dec 06 20:43:21.885 INFO E| Downloaded syn v2.0.32
28082024-12-06T20:43:23.007Z[ helios-setup] Dec 06 20:43:21.900 INFO E| Downloaded rustix v0.38.4
28092024-12-06T20:43:23.068Z[ helios-setup] Dec 06 20:43:21.962 INFO E| Downloaded libc v0.2.147
28102024-12-06T20:43:23.206Z[ helios-setup] Dec 06 20:43:22.100 INFO E| Compiling libc v0.2.147
28112024-12-06T20:43:23.206Z[ helios-setup] Dec 06 20:43:22.100 INFO E| Compiling proc-macro2 v1.0.66
28122024-12-06T20:43:23.206Z[ helios-setup] Dec 06 20:43:22.100 INFO E| Compiling cfg-if v1.0.0
28132024-12-06T20:43:23.213Z[ helios-setup] Dec 06 20:43:22.100 INFO E| Compiling unicode-ident v1.0.11
28142024-12-06T20:43:23.213Z[ helios-setup] Dec 06 20:43:22.100 INFO E| Compiling version_check v0.9.4
28152024-12-06T20:43:23.213Z[ helios-setup] Dec 06 20:43:22.100 INFO E| Compiling typenum v1.16.0
28162024-12-06T20:43:23.213Z[ helios-setup] Dec 06 20:43:22.101 INFO E| Compiling serde v1.0.193
28172024-12-06T20:43:23.213Z[ helios-setup] Dec 06 20:43:22.101 INFO E| Compiling slog v2.7.0
28182024-12-06T20:43:23.383Z[ helios-setup] Dec 06 20:43:22.274 INFO E| Compiling rustix v0.38.4
28192024-12-06T20:43:23.551Z[ helios-setup] Dec 06 20:43:22.445 INFO E| Compiling powerfmt v0.2.0
28202024-12-06T20:43:24.483Z[ helios-setup] Dec 06 20:43:23.377 INFO E| Compiling generic-array v0.14.7
28212024-12-06T20:43:24.485Z[ helios-setup] Dec 06 20:43:23.378 INFO E| Compiling time-core v0.1.2
28222024-12-06T20:43:24.515Z[ helios-setup] Dec 06 20:43:23.409 INFO E| Compiling itoa v1.0.9
28232024-12-06T20:43:24.756Z[ helios-setup] Dec 06 20:43:23.650 INFO E| Compiling num-conv v0.1.0
28242024-12-06T20:43:24.915Z[ helios-setup] Dec 06 20:43:23.809 INFO E| Compiling deranged v0.3.11
28252024-12-06T20:43:24.923Z[ helios-setup] Dec 06 20:43:23.817 INFO E| Compiling num_threads v0.1.6
28262024-12-06T20:43:25.111Z[ helios-setup] Dec 06 20:43:24.005 INFO E| Compiling once_cell v1.18.0
28272024-12-06T20:43:25.390Z[ helios-setup] Dec 06 20:43:24.284 INFO E| Compiling time-macros v0.2.18
28282024-12-06T20:43:25.450Z[ helios-setup] Dec 06 20:43:24.344 INFO E| Compiling bitflags v2.3.3
28292024-12-06T20:43:26.186Z[ helios-setup] Dec 06 20:43:25.080 INFO E| Compiling thread_local v1.1.7
28302024-12-06T20:43:26.374Z[ helios-setup] Dec 06 20:43:25.268 INFO E| Compiling serde_json v1.0.103
28312024-12-06T20:43:27.265Z[ helios-setup] Dec 06 20:43:26.159 INFO E| Compiling quote v1.0.31
28322024-12-06T20:43:27.432Z[ helios-setup] Dec 06 20:43:26.325 INFO E| Compiling opaque-debug v0.3.0
28332024-12-06T20:43:27.549Z[ helios-setup] Dec 06 20:43:26.443 INFO E| Compiling fastrand v2.0.0
28342024-12-06T20:43:27.610Z[ helios-setup] Dec 06 20:43:26.504 INFO E| Compiling anyhow v1.0.72
28352024-12-06T20:43:28.200Z[ helios-setup] Dec 06 20:43:27.093 INFO E| Compiling syn v2.0.32
28362024-12-06T20:43:28.871Z[ helios-setup] Dec 06 20:43:27.765 INFO E| Compiling dirs-sys-next v0.1.2
28372024-12-06T20:43:28.878Z[ helios-setup] Dec 06 20:43:27.771 INFO E| Compiling errno v0.3.1
28382024-12-06T20:43:28.892Z[ helios-setup] Dec 06 20:43:27.785 INFO E| Compiling atty v0.2.14
28392024-12-06T20:43:28.963Z[ helios-setup] Dec 06 20:43:27.856 INFO E| Compiling getrandom v0.2.10
28402024-12-06T20:43:29.185Z[ helios-setup] Dec 06 20:43:28.078 INFO E| Compiling unicode-width v0.1.10
28412024-12-06T20:43:29.527Z[ helios-setup] Dec 06 20:43:28.421 INFO E| Compiling dirs-next v2.0.0
28422024-12-06T20:43:29.652Z[ helios-setup] Dec 06 20:43:28.545 INFO E| Compiling same-file v1.0.6
28432024-12-06T20:43:29.771Z[ helios-setup] Dec 06 20:43:28.663 INFO E| Compiling term v0.7.0
28442024-12-06T20:43:30.251Z[ helios-setup] Dec 06 20:43:29.144 INFO E| Compiling ryu v1.0.15
28452024-12-06T20:43:30.251Z[ helios-setup] Dec 06 20:43:29.144 INFO E| Compiling cpufeatures v0.2.9
28462024-12-06T20:43:30.466Z[ helios-setup] Dec 06 20:43:29.359 INFO E| Compiling digest v0.9.0
28472024-12-06T20:43:30.532Z[ helios-setup] Dec 06 20:43:29.425 INFO E| Compiling block-buffer v0.9.0
28482024-12-06T20:43:30.738Z[ helios-setup] Dec 06 20:43:29.631 INFO E| Compiling walkdir v2.3.3
28492024-12-06T20:43:30.775Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28502024-12-06T20:43:30.854Z[ helios-setup] Dec 06 20:43:29.747 INFO E| Compiling md-5 v0.9.1
28512024-12-06T20:43:31.180Z[ helios-setup] Dec 06 20:43:30.073 INFO E| Compiling sha-1 v0.9.8
28522024-12-06T20:43:31.243Z[ helios-setup] Dec 06 20:43:30.136 INFO E| Compiling time v0.3.36
28532024-12-06T20:43:31.724Z[ helios-setup] Dec 06 20:43:30.617 INFO E| Compiling getopts v0.2.21
28542024-12-06T20:43:32.421Z[ helios-setup] Dec 06 20:43:31.314 INFO E| Compiling tempfile v3.7.0
28552024-12-06T20:43:32.567Z[ helios-setup] Dec 06 20:43:31.459 INFO E| Compiling glob v0.3.1
28562024-12-06T20:43:33.248Z[ helios-setup] Dec 06 20:43:32.140 INFO E| Compiling libdevinfo-sys v1.0.0
28572024-12-06T20:43:35.084Z[ helios-setup] Dec 06 20:43:33.977 INFO E| Compiling slog-term v2.9.0
28582024-12-06T20:43:36.284Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28592024-12-06T20:43:36.891Z[ host-package] Compiling bb8 v0.8.5
28602024-12-06T20:43:37.976Z[ helios-setup] Dec 06 20:43:36.867 INFO E| Compiling serde_derive v1.0.193
28612024-12-06T20:43:38.074Z[ host-package] Compiling async-bb8-diesel v0.2.1
28622024-12-06T20:43:41.468Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28632024-12-06T20:43:42.400Z[ host-package] Compiling atty v0.2.14
28642024-12-06T20:43:42.612Z[ host-package] Compiling salty v0.3.0
28652024-12-06T20:43:44.851Z[ host-package] Compiling parking_lot v0.11.2
28662024-12-06T20:43:47.282Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28672024-12-06T20:43:52.311Z[ helios-setup] Dec 06 20:43:51.201 INFO E| Compiling toml v0.5.11
28682024-12-06T20:43:52.311Z[ helios-setup] Dec 06 20:43:51.202 INFO E| Compiling uuid v0.8.2
28692024-12-06T20:43:52.700Z[ host-package] Compiling sled v0.34.7
28702024-12-06T20:43:52.914Z[ host-package] Compiling mime_guess v2.0.5
28712024-12-06T20:43:54.698Z[ helios-setup] Dec 06 20:43:53.588 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28722024-12-06T20:43:57.127Z[ helios-setup] Dec 06 20:43:56.017 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28732024-12-06T20:43:57.541Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742024-12-06T20:43:57.581Z[ host-package] Compiling hickory-client v0.24.1
28752024-12-06T20:44:00.061Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28762024-12-06T20:44:01.094Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28772024-12-06T20:44:01.308Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28782024-12-06T20:44:07.049Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28792024-12-06T20:44:08.950Z[ host-package] Compiling hickory-server v0.24.1
28802024-12-06T20:44:09.025Z[ helios-setup] Dec 06 20:44:07.889 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.12s
28812024-12-06T20:44:09.037Z[ helios-setup] Dec 06 20:44:07.925 INFO building project "image-builder" ok (47 seconds)
28822024-12-06T20:44:09.037Z[ helios-setup] Dec 06 20:44:07.925 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28832024-12-06T20:44:09.041Z[ helios-setup] Dec 06 20:44:07.925 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28842024-12-06T20:44:09.339Z[ helios-setup] Dec 06 20:44:08.227 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28852024-12-06T20:44:10.464Z[ helios-setup] Dec 06 20:44:09.352 INFO E| From https://github.com/oxidecomputer/progenitor
28862024-12-06T20:44:10.464Z[ helios-setup] Dec 06 20:44:09.352 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28872024-12-06T20:44:10.505Z[ helios-setup] Dec 06 20:44:09.390 INFO E| * [new tag] v0.1.1 -> v0.1.1
28882024-12-06T20:44:10.505Z[ helios-setup] Dec 06 20:44:09.390 INFO E| * [new tag] v0.2.0 -> v0.2.0
28892024-12-06T20:44:10.611Z[ helios-setup] Dec 06 20:44:09.499 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28902024-12-06T20:44:11.229Z[ helios-setup] Dec 06 20:44:10.117 INFO E| From https://github.com/jclulow/hiercmd
28912024-12-06T20:44:11.229Z[ helios-setup] Dec 06 20:44:10.117 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28922024-12-06T20:44:11.251Z[ helios-setup] Dec 06 20:44:10.139 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28932024-12-06T20:44:11.665Z[ host-package] Compiling primeorder v0.13.6
28942024-12-06T20:44:11.746Z[ helios-setup] Dec 06 20:44:10.634 INFO E| From https://github.com/jclulow/network-interface
28952024-12-06T20:44:11.746Z[ helios-setup] Dec 06 20:44:10.634 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28962024-12-06T20:44:11.784Z[ helios-setup] Dec 06 20:44:10.672 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28972024-12-06T20:44:12.287Z[ helios-setup] Dec 06 20:44:11.174 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28982024-12-06T20:44:12.287Z[ helios-setup] Dec 06 20:44:11.174 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28992024-12-06T20:44:12.325Z[ helios-setup] Dec 06 20:44:11.209 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29002024-12-06T20:44:13.180Z[ helios-setup] Dec 06 20:44:12.039 INFO E| From https://github.com/oxidecomputer/facade
29012024-12-06T20:44:13.180Z[ helios-setup] Dec 06 20:44:12.039 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29022024-12-06T20:44:13.214Z[ helios-setup] Dec 06 20:44:12.097 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29032024-12-06T20:44:14.095Z[ helios-setup] Dec 06 20:44:12.966 INFO E| From https://github.com/oxidecomputer/dropshot
29042024-12-06T20:44:14.095Z[ helios-setup] Dec 06 20:44:12.966 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29052024-12-06T20:44:14.135Z[ helios-setup] Dec 06 20:44:13.016 INFO E| * [new tag] v0.3.0 -> v0.3.0
29062024-12-06T20:44:14.153Z[ helios-setup] Dec 06 20:44:13.016 INFO E| * [new tag] v0.4.0 -> v0.4.0
29072024-12-06T20:44:14.153Z[ helios-setup] Dec 06 20:44:13.017 INFO E| * [new tag] v0.5.0 -> v0.5.0
29082024-12-06T20:44:14.153Z[ helios-setup] Dec 06 20:44:13.017 INFO E| * [new tag] v0.5.1 -> v0.5.1
29092024-12-06T20:44:14.153Z[ helios-setup] Dec 06 20:44:13.017 INFO E| * [new tag] v0.6.0 -> v0.6.0
29102024-12-06T20:44:14.153Z[ helios-setup] Dec 06 20:44:13.017 INFO E| * [new tag] v0.7.0 -> v0.7.0
29112024-12-06T20:44:14.153Z[ helios-setup] Dec 06 20:44:13.018 INFO E| * [new tag] v0.8.0 -> v0.8.0
29122024-12-06T20:44:14.154Z[ helios-setup] Dec 06 20:44:13.018 INFO E| * [new tag] v0.9.0 -> v0.9.0
29132024-12-06T20:44:14.221Z[ helios-setup] Dec 06 20:44:13.108 INFO E| Updating crates.io index
29142024-12-06T20:44:14.351Z[ helios-setup] Dec 06 20:44:13.226 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29152024-12-06T20:44:15.259Z[ helios-setup] Dec 06 20:44:14.117 INFO E| From https://github.com/oxidecomputer/typify
29162024-12-06T20:44:15.259Z[ helios-setup] Dec 06 20:44:14.117 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29172024-12-06T20:44:15.301Z[ helios-setup] Dec 06 20:44:14.152 INFO E| * [new tag] v0.0.10 -> v0.0.10
29182024-12-06T20:44:15.301Z[ helios-setup] Dec 06 20:44:14.153 INFO E| * [new tag] v0.0.11 -> v0.0.11
29192024-12-06T20:44:15.301Z[ helios-setup] Dec 06 20:44:14.153 INFO E| * [new tag] v0.0.4 -> v0.0.4
29202024-12-06T20:44:15.301Z[ helios-setup] Dec 06 20:44:14.153 INFO E| * [new tag] v0.0.5 -> v0.0.5
29212024-12-06T20:44:15.301Z[ helios-setup] Dec 06 20:44:14.153 INFO E| * [new tag] v0.0.7 -> v0.0.7
29222024-12-06T20:44:15.301Z[ helios-setup] Dec 06 20:44:14.153 INFO E| * [new tag] v0.0.8 -> v0.0.8
29232024-12-06T20:44:15.301Z[ helios-setup] Dec 06 20:44:14.153 INFO E| * [new tag] v0.0.9 -> v0.0.9
29242024-12-06T20:44:15.556Z[ helios-setup] Dec 06 20:44:14.436 INFO E| Downloading crates ...
29252024-12-06T20:44:15.703Z[ helios-setup] Dec 06 20:44:14.556 INFO E| Downloaded ahash v0.7.6
29262024-12-06T20:44:15.790Z[ helios-setup] Dec 06 20:44:14.652 INFO E| Downloaded serde_path_to_error v0.1.11
29272024-12-06T20:44:15.793Z[ helios-setup] Dec 06 20:44:14.655 INFO E| Downloaded semver v0.11.0
29282024-12-06T20:44:15.793Z[ helios-setup] Dec 06 20:44:14.658 INFO E| Downloaded sct v0.7.0
29292024-12-06T20:44:15.811Z[ helios-setup] Dec 06 20:44:14.695 INFO E| Downloaded try-lock v0.2.4
29302024-12-06T20:44:15.820Z[ helios-setup] Dec 06 20:44:14.697 INFO E| Downloaded serde_spanned v0.6.1
29312024-12-06T20:44:15.820Z[ helios-setup] Dec 06 20:44:14.698 INFO E| Downloaded scopeguard v1.1.0
29322024-12-06T20:44:15.820Z[ helios-setup] Dec 06 20:44:14.700 INFO E| Downloaded rustls-pemfile v1.0.2
29332024-12-06T20:44:15.825Z[ helios-setup] Dec 06 20:44:14.704 INFO E| Downloaded bytes v1.4.0
29342024-12-06T20:44:15.825Z[ helios-setup] Dec 06 20:44:14.709 INFO E| Downloaded want v0.3.0
29352024-12-06T20:44:15.825Z[ helios-setup] Dec 06 20:44:14.711 INFO E| Downloaded toolchain_find v0.2.0
29362024-12-06T20:44:15.829Z[ helios-setup] Dec 06 20:44:14.713 INFO E| Downloaded byteorder v1.4.3
29372024-12-06T20:44:15.830Z[ helios-setup] Dec 06 20:44:14.716 INFO E| Downloaded slab v0.4.7
29382024-12-06T20:44:15.833Z[ helios-setup] Dec 06 20:44:14.718 INFO E| Downloaded thiserror v1.0.38
29392024-12-06T20:44:15.837Z[ helios-setup] Dec 06 20:44:14.725 INFO E| Downloaded lock_api v0.4.9
29402024-12-06T20:44:15.846Z[ helios-setup] Dec 06 20:44:14.727 INFO E| Downloaded tower-service v0.3.2
29412024-12-06T20:44:15.846Z[ helios-setup] Dec 06 20:44:14.729 INFO E| Downloaded ahash v0.8.3
29422024-12-06T20:44:15.852Z[ helios-setup] Dec 06 20:44:14.733 INFO E| Downloaded futures-core v0.3.28
29432024-12-06T20:44:15.852Z[ helios-setup] Dec 06 20:44:14.735 INFO E| Downloaded const-random-macro v0.1.15
29442024-12-06T20:44:15.852Z[ helios-setup] Dec 06 20:44:14.737 INFO E| Downloaded semver-parser v0.10.2
29452024-12-06T20:44:15.857Z[ helios-setup] Dec 06 20:44:14.742 INFO E| Downloaded toml_datetime v0.6.1
29462024-12-06T20:44:15.857Z[ helios-setup] Dec 06 20:44:14.744 INFO E| Downloaded semver v1.0.17
29472024-12-06T20:44:15.861Z[ helios-setup] Dec 06 20:44:14.748 INFO E| Downloaded utf8parse v0.2.1
29482024-12-06T20:44:15.864Z[ helios-setup] Dec 06 20:44:14.752 INFO E| Downloaded smartstring v1.0.1
29492024-12-06T20:44:15.869Z[ helios-setup] Dec 06 20:44:14.756 INFO E| Downloaded tokio-macros v2.0.0
29502024-12-06T20:44:15.872Z[ helios-setup] Dec 06 20:44:14.759 INFO E| Downloaded tempfile v3.5.0
29512024-12-06T20:44:15.878Z[ helios-setup] Dec 06 20:44:14.764 INFO E| Downloaded crossbeam-deque v0.8.2
29522024-12-06T20:44:15.881Z[ helios-setup] Dec 06 20:44:14.767 INFO E| Downloaded clap_lex v0.4.1
29532024-12-06T20:44:15.885Z[ helios-setup] Dec 06 20:44:14.770 INFO E| Downloaded project-root v0.2.2
29542024-12-06T20:44:15.885Z[ helios-setup] Dec 06 20:44:14.771 INFO E| Downloaded serde_derive v1.0.204
29552024-12-06T20:44:15.890Z[ helios-setup] Dec 06 20:44:14.777 INFO E| Downloaded thiserror-impl v1.0.38
29562024-12-06T20:44:15.894Z[ helios-setup] Dec 06 20:44:14.780 INFO E| Downloaded schemars_derive v0.8.12
29572024-12-06T20:44:15.897Z[ helios-setup] Dec 06 20:44:14.783 INFO E| Downloaded tokio-rustls v0.24.0
29582024-12-06T20:44:15.903Z[ helios-setup] Dec 06 20:44:14.787 INFO E| Downloaded itoa v1.0.6
29592024-12-06T20:44:15.907Z[ helios-setup] Dec 06 20:44:14.790 INFO E| Downloaded ucd-trie v0.1.5
29602024-12-06T20:44:15.907Z[ helios-setup] Dec 06 20:44:14.793 INFO E| Downloaded toml v0.7.3
29612024-12-06T20:44:15.924Z[ helios-setup] Dec 06 20:44:14.800 INFO E| Downloaded futures-task v0.3.28
29622024-12-06T20:44:15.928Z[ helios-setup] Dec 06 20:44:14.804 INFO E| Downloaded smallvec v1.10.0
29632024-12-06T20:44:15.928Z[ helios-setup] Dec 06 20:44:14.808 INFO E| Downloaded serde_yaml v0.9.21
29642024-12-06T20:44:15.932Z[ helios-setup] Dec 06 20:44:14.815 INFO E| Downloaded unicode-ident v1.0.8
29652024-12-06T20:44:15.936Z[ helios-setup] Dec 06 20:44:14.823 INFO E| Downloaded schemars v0.8.12
29662024-12-06T20:44:15.958Z[ helios-setup] Dec 06 20:44:14.846 INFO E| Downloaded uuid v1.3.0
29672024-12-06T20:44:15.971Z[ helios-setup] Dec 06 20:44:14.856 INFO E| Downloaded url v2.3.1
29682024-12-06T20:44:15.974Z[ helios-setup] Dec 06 20:44:14.861 INFO E| Downloaded ryu v1.0.13
29692024-12-06T20:44:15.979Z[ helios-setup] Dec 06 20:44:14.865 INFO E| Downloaded ipnet v2.7.2
29702024-12-06T20:44:15.982Z[ helios-setup] Dec 06 20:44:14.867 INFO E| Downloaded built v0.6.0
29712024-12-06T20:44:15.985Z[ helios-setup] Dec 06 20:44:14.870 INFO E| Downloaded toml_edit v0.19.8
29722024-12-06T20:44:16.005Z[ helios-setup] Dec 06 20:44:14.893 INFO E| Downloaded tokio-util v0.7.7
29732024-12-06T20:44:16.014Z[ helios-setup] Dec 06 20:44:14.901 INFO E| Downloaded winnow v0.4.1
29742024-12-06T20:44:16.025Z[ helios-setup] Dec 06 20:44:14.912 INFO E| Downloaded num_enum v0.5.7
29752024-12-06T20:44:16.032Z[ helios-setup] Dec 06 20:44:14.918 INFO E| Downloaded crossbeam-utils v0.8.14
29762024-12-06T20:44:16.035Z[ helios-setup] Dec 06 20:44:14.921 INFO E| Downloaded crossbeam-epoch v0.9.13
29772024-12-06T20:44:16.041Z[ helios-setup] Dec 06 20:44:14.925 INFO E| Downloaded parking_lot v0.12.1
29782024-12-06T20:44:16.043Z[ helios-setup] Dec 06 20:44:14.928 INFO E| Downloaded num-traits v0.2.15
29792024-12-06T20:44:16.046Z[ helios-setup] Dec 06 20:44:14.932 INFO E| Downloaded clap v4.2.1
29802024-12-06T20:44:16.058Z[ helios-setup] Dec 06 20:44:14.945 INFO E| Downloaded cc v1.0.78
29812024-12-06T20:44:16.063Z[ helios-setup] Dec 06 20:44:14.951 INFO E| Downloaded syn v1.0.107
29822024-12-06T20:44:16.083Z[ helios-setup] Dec 06 20:44:14.969 INFO E| Downloaded rustls-webpki v0.100.1
29832024-12-06T20:44:16.094Z[ helios-setup] Dec 06 20:44:14.979 INFO E| Downloaded syn v2.0.72
29842024-12-06T20:44:16.111Z[ helios-setup] Dec 06 20:44:14.999 INFO E| Downloaded rayon-core v1.10.2
29852024-12-06T20:44:16.118Z[ helios-setup] Dec 06 20:44:15.005 INFO E| Downloaded crossbeam-channel v0.5.6
29862024-12-06T20:44:16.125Z[ helios-setup] Dec 06 20:44:15.013 INFO E| Downloaded mio v0.8.5
29872024-12-06T20:44:16.136Z[ helios-setup] Dec 06 20:44:15.024 INFO E| Downloaded memchr v2.5.0
29882024-12-06T20:44:16.145Z[ helios-setup] Dec 06 20:44:15.033 INFO E| Downloaded pest v2.5.7
29892024-12-06T20:44:16.158Z[ helios-setup] Dec 06 20:44:15.043 INFO E| Downloaded http v0.2.9
29902024-12-06T20:44:16.163Z[ helios-setup] Dec 06 20:44:15.051 INFO E| Downloaded futures v0.3.28
29912024-12-06T20:44:16.173Z[ helios-setup] Dec 06 20:44:15.061 INFO E| Downloaded num-integer v0.1.45
29922024-12-06T20:44:16.178Z[ helios-setup] Dec 06 20:44:15.065 INFO E| Downloaded futures-util v0.3.28
29932024-12-06T20:44:16.202Z[ helios-setup] Dec 06 20:44:15.089 INFO E| Downloaded unicode-normalization v0.1.22
29942024-12-06T20:44:16.216Z[ helios-setup] Dec 06 20:44:15.095 INFO E| Downloaded clap_builder v4.2.1
29952024-12-06T20:44:16.226Z[ helios-setup] Dec 06 20:44:15.108 INFO E| Downloaded reqwest v0.11.16
29962024-12-06T20:44:16.233Z[ helios-setup] Dec 06 20:44:15.121 INFO E| Downloaded rayon v1.6.1
29972024-12-06T20:44:16.248Z[ helios-setup] Dec 06 20:44:15.135 INFO E| Downloaded h2 v0.3.16
29982024-12-06T20:44:16.260Z[ helios-setup] Dec 06 20:44:15.146 INFO E| Downloaded chrono v0.4.24
29992024-12-06T20:44:16.271Z[ helios-setup] Dec 06 20:44:15.158 INFO E| Downloaded serde_json v1.0.95
30002024-12-06T20:44:16.283Z[ helios-setup] Dec 06 20:44:15.169 INFO E| Downloaded rustfmt-wrapper v0.2.0
30012024-12-06T20:44:16.286Z[ helios-setup] Dec 06 20:44:15.171 INFO E| Downloaded hyper v0.14.25
30022024-12-06T20:44:16.296Z[ helios-setup] Dec 06 20:44:15.184 INFO E| Downloaded git2 v0.16.1
30032024-12-06T20:44:16.314Z[ helios-setup] Dec 06 20:44:15.202 INFO E| Downloaded regress v0.5.0
30042024-12-06T20:44:16.330Z[ helios-setup] Dec 06 20:44:15.215 INFO E| Downloaded rustls v0.21.0
30052024-12-06T20:44:16.347Z[ helios-setup] Dec 06 20:44:15.234 INFO E| Downloaded tokio v1.27.0
30062024-12-06T20:44:16.403Z[ helios-setup] Dec 06 20:44:15.291 INFO E| Downloaded rustix v0.37.3
30072024-12-06T20:44:16.439Z[ helios-setup] Dec 06 20:44:15.325 INFO E| Downloaded rhai v1.14.0
30082024-12-06T20:44:16.464Z[ helios-setup] Dec 06 20:44:15.347 INFO E| Downloaded regex v1.7.3
30092024-12-06T20:44:16.473Z[ helios-setup] Dec 06 20:44:15.361 INFO E| Downloaded rhai_codegen v1.5.0
30102024-12-06T20:44:16.487Z[ helios-setup] Dec 06 20:44:15.374 INFO E| Downloaded openapiv3 v1.0.2
30112024-12-06T20:44:16.511Z[ helios-setup] Dec 06 20:44:15.396 INFO E| Downloaded quote v1.0.36
30122024-12-06T20:44:16.514Z[ helios-setup] Dec 06 20:44:15.400 INFO E| Downloaded ppv-lite86 v0.2.17
30132024-12-06T20:44:16.517Z[ helios-setup] Dec 06 20:44:15.403 INFO E| Downloaded pin-project-lite v0.2.9
30142024-12-06T20:44:16.523Z[ helios-setup] Dec 06 20:44:15.410 INFO E| Downloaded percent-encoding v2.2.0
30152024-12-06T20:44:16.527Z[ helios-setup] Dec 06 20:44:15.411 INFO E| Downloaded parking_lot_core v0.9.6
30162024-12-06T20:44:16.529Z[ helios-setup] Dec 06 20:44:15.415 INFO E| Downloaded once_cell v1.17.0
30172024-12-06T20:44:16.532Z[ helios-setup] Dec 06 20:44:15.419 INFO E| Downloaded log v0.4.17
30182024-12-06T20:44:16.535Z[ helios-setup] Dec 06 20:44:15.423 INFO E| Downloaded io-lifetimes v1.0.10
30192024-12-06T20:44:16.539Z[ helios-setup] Dec 06 20:44:15.427 INFO E| Downloaded httparse v1.8.0
30202024-12-06T20:44:16.544Z[ helios-setup] Dec 06 20:44:15.431 INFO E| Downloaded getrandom v0.2.8
30212024-12-06T20:44:16.551Z[ helios-setup] Dec 06 20:44:15.436 INFO E| Downloaded cargo-lock v8.0.3
30222024-12-06T20:44:16.554Z[ helios-setup] Dec 06 20:44:15.440 INFO E| Downloaded unicode-linebreak v0.1.4
30232024-12-06T20:44:16.557Z[ helios-setup] Dec 06 20:44:15.444 INFO E| Downloaded tracing v0.1.37
30242024-12-06T20:44:16.564Z[ helios-setup] Dec 06 20:44:15.451 INFO E| Downloaded camino v1.1.4
30252024-12-06T20:44:16.570Z[ helios-setup] Dec 06 20:44:15.454 INFO E| Downloaded futures-channel v0.3.28
30262024-12-06T20:44:16.573Z[ helios-setup] Dec 06 20:44:15.459 INFO E| Downloaded unsafe-libyaml v0.2.8
30272024-12-06T20:44:16.577Z[ helios-setup] Dec 06 20:44:15.465 INFO E| Downloaded textwrap v0.16.0
30282024-12-06T20:44:16.583Z[ helios-setup] Dec 06 20:44:15.469 INFO E| Downloaded libc v0.2.139
30292024-12-06T20:44:16.627Z[ helios-setup] Dec 06 20:44:15.514 INFO E| Downloaded serde v1.0.204
30302024-12-06T20:44:16.631Z[ helios-setup] Dec 06 20:44:15.519 INFO E| Downloaded proc-macro-crate v1.2.1
30312024-12-06T20:44:16.634Z[ helios-setup] Dec 06 20:44:15.520 INFO E| Downloaded pkg-config v0.3.26
30322024-12-06T20:44:16.637Z[ helios-setup] Dec 06 20:44:15.522 INFO E| Downloaded num_cpus v1.15.0
30332024-12-06T20:44:16.640Z[ helios-setup] Dec 06 20:44:15.526 INFO E| Downloaded home v0.5.4
30342024-12-06T20:44:16.644Z[ helios-setup] Dec 06 20:44:15.528 INFO E| Downloaded tungstenite v0.18.0
30352024-12-06T20:44:16.647Z[ helios-setup] Dec 06 20:44:15.532 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30362024-12-06T20:44:16.647Z[ helios-setup] Dec 06 20:44:15.534 INFO E| Downloaded paste v1.0.12
30372024-12-06T20:44:16.651Z[ helios-setup] Dec 06 20:44:15.538 INFO E| Downloaded jobserver v0.1.26
30382024-12-06T20:44:16.653Z[ helios-setup] Dec 06 20:44:15.540 INFO E| Downloaded httpdate v1.0.2
30392024-12-06T20:44:16.656Z[ helios-setup] Dec 06 20:44:15.542 INFO E| Downloaded unicode-bidi v0.3.13
30402024-12-06T20:44:16.659Z[ helios-setup] Dec 06 20:44:15.546 INFO E| Downloaded tracing-core v0.1.30
30412024-12-06T20:44:16.662Z[ helios-setup] Dec 06 20:44:15.550 INFO E| Downloaded num_enum_derive v0.5.7
30422024-12-06T20:44:16.666Z[ helios-setup] Dec 06 20:44:15.552 INFO E| Downloaded memoffset v0.7.1
30432024-12-06T20:44:16.673Z[ helios-setup] Dec 06 20:44:15.554 INFO E| Downloaded is-terminal v0.4.7
30442024-12-06T20:44:16.673Z[ helios-setup] Dec 06 20:44:15.555 INFO E| Downloaded http-body v0.4.5
30452024-12-06T20:44:16.673Z[ helios-setup] Dec 06 20:44:15.558 INFO E| Downloaded futures-macro v0.3.28
30462024-12-06T20:44:16.673Z[ helios-setup] Dec 06 20:44:15.559 INFO E| Downloaded lazy_static v1.4.0
30472024-12-06T20:44:16.676Z[ helios-setup] Dec 06 20:44:15.561 INFO E| Downloaded iana-time-zone v0.1.56
30482024-12-06T20:44:16.679Z[ helios-setup] Dec 06 20:44:15.564 INFO E| Downloaded futures-io v0.3.28
30492024-12-06T20:44:16.679Z[ helios-setup] Dec 06 20:44:15.566 INFO E| Downloaded form_urlencoded v1.1.0
30502024-12-06T20:44:16.682Z[ helios-setup] Dec 06 20:44:15.567 INFO E| Downloaded clap_derive v4.2.0
30512024-12-06T20:44:16.687Z[ helios-setup] Dec 06 20:44:15.570 INFO E| Downloaded dyn-clone v1.0.11
30522024-12-06T20:44:16.690Z[ helios-setup] Dec 06 20:44:15.573 INFO E| Downloaded digest v0.10.6
30532024-12-06T20:44:16.690Z[ helios-setup] Dec 06 20:44:15.576 INFO E| Downloaded tokio-tungstenite v0.18.0
30542024-12-06T20:44:16.693Z[ helios-setup] Dec 06 20:44:15.580 INFO E| Downloaded tinyvec v1.6.0
30552024-12-06T20:44:16.697Z[ helios-setup] Dec 06 20:44:15.585 INFO E| Downloaded terminal_size v0.2.6
30562024-12-06T20:44:16.700Z[ helios-setup] Dec 06 20:44:15.587 INFO E| Downloaded futures-executor v0.3.28
30572024-12-06T20:44:16.702Z[ helios-setup] Dec 06 20:44:15.589 INFO E| Downloaded fastrand v1.9.0
30582024-12-06T20:44:16.705Z[ helios-setup] Dec 06 20:44:15.591 INFO E| Downloaded either v1.8.0
30592024-12-06T20:44:16.708Z[ helios-setup] Dec 06 20:44:15.593 INFO E| Downloaded concolor-query v0.3.3
30602024-12-06T20:44:16.708Z[ helios-setup] Dec 06 20:44:15.595 INFO E| Downloaded time v0.1.45
30612024-12-06T20:44:16.711Z[ helios-setup] Dec 06 20:44:15.598 INFO E| Downloaded futures-sink v0.3.28
30622024-12-06T20:44:16.714Z[ helios-setup] Dec 06 20:44:15.599 INFO E| Downloaded const-random v0.1.15
30632024-12-06T20:44:16.714Z[ helios-setup] Dec 06 20:44:15.601 INFO E| Downloaded concolor-override v1.0.0
30642024-12-06T20:44:16.717Z[ helios-setup] Dec 06 20:44:15.602 INFO E| Downloaded async-trait v0.1.68
30652024-12-06T20:44:16.722Z[ helios-setup] Dec 06 20:44:15.607 INFO E| Downloaded anstream v0.2.6
30662024-12-06T20:44:16.724Z[ helios-setup] Dec 06 20:44:15.610 INFO E| Downloaded autocfg v1.1.0
30672024-12-06T20:44:16.727Z[ helios-setup] Dec 06 20:44:15.613 INFO E| Downloaded anstyle-parse v0.1.1
30682024-12-06T20:44:16.730Z[ helios-setup] Dec 06 20:44:15.615 INFO E| Downloaded slog-bunyan v2.4.0
30692024-12-06T20:44:16.730Z[ helios-setup] Dec 06 20:44:15.617 INFO E| Downloaded slog-async v2.7.0
30702024-12-06T20:44:16.732Z[ helios-setup] Dec 06 20:44:15.619 INFO E| Downloaded serde_tokenstream v0.2.0
30712024-12-06T20:44:16.747Z[ helios-setup] Dec 06 20:44:15.633 INFO E| Downloaded serde_derive_internals v0.26.0
30722024-12-06T20:44:16.749Z[ helios-setup] Dec 06 20:44:15.636 INFO E| Downloaded anyhow v1.0.68
30732024-12-06T20:44:16.815Z[ helios-setup] Dec 06 20:44:15.703 INFO E| Downloaded async-stream-impl v0.3.5
30742024-12-06T20:44:16.819Z[ helios-setup] Dec 06 20:44:15.706 INFO E| Downloaded aho-corasick v0.7.20
30752024-12-06T20:44:16.827Z[ helios-setup] Dec 06 20:44:15.714 INFO E| Downloaded async-stream v0.3.5
30762024-12-06T20:44:16.830Z[ helios-setup] Dec 06 20:44:15.717 INFO E| Downloaded strsim v0.10.0
30772024-12-06T20:44:16.833Z[ helios-setup] Dec 06 20:44:15.719 INFO E| Downloaded socket2 v0.4.9
30782024-12-06T20:44:16.836Z[ helios-setup] Dec 06 20:44:15.722 INFO E| Downloaded smawk v0.3.1
30792024-12-06T20:44:16.836Z[ helios-setup] Dec 06 20:44:15.724 INFO E| Downloaded signal-hook-registry v1.4.0
30802024-12-06T20:44:16.839Z[ helios-setup] Dec 06 20:44:15.725 INFO E| Downloaded sha2 v0.10.6
30812024-12-06T20:44:16.843Z[ helios-setup] Dec 06 20:44:15.729 INFO E| Downloaded sha1 v0.10.5
30822024-12-06T20:44:16.857Z[ helios-setup] Dec 06 20:44:15.731 INFO E| Downloaded encoding_rs v0.8.32
30832024-12-06T20:44:16.876Z[ helios-setup] Dec 06 20:44:15.764 INFO E| Downloaded bincode v1.3.3
30842024-12-06T20:44:16.881Z[ helios-setup] Dec 06 20:44:15.767 INFO E| Downloaded base64 v0.21.0
30852024-12-06T20:44:16.893Z[ helios-setup] Dec 06 20:44:15.780 INFO E| Downloaded anstyle v0.3.5
30862024-12-06T20:44:16.914Z[ helios-setup] Dec 06 20:44:15.802 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30872024-12-06T20:44:17.039Z[ helios-setup] Dec 06 20:44:15.925 INFO E| Downloaded libz-sys v1.1.8
30882024-12-06T20:44:17.369Z[ helios-setup] Dec 06 20:44:16.255 INFO E| Compiling proc-macro2 v1.0.86
30892024-12-06T20:44:17.369Z[ helios-setup] Dec 06 20:44:16.255 INFO E| Compiling libc v0.2.139
30902024-12-06T20:44:17.369Z[ helios-setup] Dec 06 20:44:16.255 INFO E| Compiling unicode-ident v1.0.8
30912024-12-06T20:44:17.369Z[ helios-setup] Dec 06 20:44:16.255 INFO E| Compiling autocfg v1.1.0
30922024-12-06T20:44:17.373Z[ helios-setup] Dec 06 20:44:16.255 INFO E| Compiling cfg-if v1.0.0
30932024-12-06T20:44:17.373Z[ helios-setup] Dec 06 20:44:16.255 INFO E| Compiling version_check v0.9.4
30942024-12-06T20:44:17.373Z[ helios-setup] Dec 06 20:44:16.255 INFO E| Compiling serde v1.0.204
30952024-12-06T20:44:17.373Z[ helios-setup] Dec 06 20:44:16.256 INFO E| Compiling syn v1.0.107
30962024-12-06T20:44:18.146Z[ helios-setup] Dec 06 20:44:17.032 INFO E| Compiling memchr v2.5.0
30972024-12-06T20:44:18.506Z[ helios-setup] Dec 06 20:44:17.394 INFO E| Compiling once_cell v1.17.0
30982024-12-06T20:44:18.700Z[ helios-setup] Dec 06 20:44:17.588 INFO E| Compiling thiserror v1.0.38
30992024-12-06T20:44:19.386Z[ helios-setup] Dec 06 20:44:18.273 INFO E| Compiling log v0.4.17
31002024-12-06T20:44:20.170Z[ helios-setup] Dec 06 20:44:19.056 INFO E| Compiling itoa v1.0.6
31012024-12-06T20:44:20.258Z[ helios-setup] Dec 06 20:44:19.144 INFO E| Compiling serde_json v1.0.95
31022024-12-06T20:44:20.762Z[ helios-setup] Dec 06 20:44:19.649 INFO E| Compiling quote v1.0.36
31032024-12-06T20:44:22.032Z[ helios-setup] Dec 06 20:44:20.918 INFO E| Compiling syn v2.0.72
31042024-12-06T20:44:22.158Z[ helios-setup] Dec 06 20:44:21.045 INFO E| Compiling jobserver v0.1.26
31052024-12-06T20:44:22.288Z[ helios-setup] Dec 06 20:44:21.174 INFO E| Compiling getrandom v0.2.8
31062024-12-06T20:44:22.606Z[ helios-setup] Dec 06 20:44:21.493 INFO E| Compiling indexmap v1.9.3
31072024-12-06T20:44:23.019Z[ helios-setup] Dec 06 20:44:21.905 INFO E| Compiling cc v1.0.78
31082024-12-06T20:44:23.135Z[ helios-setup] Dec 06 20:44:22.022 INFO E| Compiling pin-project-lite v0.2.9
31092024-12-06T20:44:23.385Z[ helios-setup] Dec 06 20:44:22.271 INFO E| Compiling scopeguard v1.1.0
31102024-12-06T20:44:23.466Z[ helios-setup] Dec 06 20:44:22.352 INFO E| Compiling num-integer v0.1.45
31112024-12-06T20:44:23.645Z[ helios-setup] Dec 06 20:44:22.528 INFO E| Compiling futures-core v0.3.28
31122024-12-06T20:44:23.813Z[ helios-setup] Dec 06 20:44:22.700 INFO E| Compiling bytes v1.4.0
31132024-12-06T20:44:24.110Z[ helios-setup] Dec 06 20:44:22.997 INFO E| Compiling ryu v1.0.13
31142024-12-06T20:44:24.541Z[ host-package] Compiling vergen v8.3.2
31152024-12-06T20:44:25.293Z[ helios-setup] Dec 06 20:44:24.179 INFO E| Compiling lock_api v0.4.9
31162024-12-06T20:44:25.328Z[ host-package] Compiling env_filter v0.1.2
31172024-12-06T20:44:25.389Z[ helios-setup] Dec 06 20:44:24.275 INFO E| Compiling bitflags v1.3.2
31182024-12-06T20:44:25.589Z[ helios-setup] Dec 06 20:44:24.473 INFO E| Compiling parking_lot_core v0.9.6
31192024-12-06T20:44:25.906Z[ helios-setup] Dec 06 20:44:24.792 INFO E| Compiling typenum v1.16.0
31202024-12-06T20:44:26.259Z[ helios-setup] Dec 06 20:44:25.145 INFO E| Compiling num_cpus v1.15.0
31212024-12-06T20:44:26.593Z[ helios-setup] Dec 06 20:44:25.479 INFO E| Compiling slab v0.4.7
31222024-12-06T20:44:26.747Z[ helios-setup] Dec 06 20:44:25.633 INFO E| Compiling generic-array v0.14.6
31232024-12-06T20:44:26.875Z[ helios-setup] Dec 06 20:44:25.761 INFO E| Compiling futures-channel v0.3.28
31242024-12-06T20:44:26.971Z[ helios-setup] Dec 06 20:44:25.858 INFO E| Compiling futures-task v0.3.28
31252024-12-06T20:44:27.263Z[ helios-setup] Dec 06 20:44:26.150 INFO E| Compiling futures-sink v0.3.28
31262024-12-06T20:44:27.850Z[ helios-setup] Dec 06 20:44:26.736 INFO E| Compiling tokio v1.27.0
31272024-12-06T20:44:27.912Z[ helios-setup] Dec 06 20:44:26.798 INFO E| Compiling futures-util v0.3.28
31282024-12-06T20:44:28.027Z[ helios-setup] Dec 06 20:44:26.913 INFO E| Compiling schemars v0.8.12
31292024-12-06T20:44:28.103Z[ host-package] Compiling cargo-platform v0.1.8
31302024-12-06T20:44:29.022Z[ helios-setup] Dec 06 20:44:27.908 INFO E| Compiling mio v0.8.5
31312024-12-06T20:44:29.119Z[ helios-setup] Dec 06 20:44:28.005 INFO E| Compiling signal-hook-registry v1.4.0
31322024-12-06T20:44:29.232Z[ helios-setup] Dec 06 20:44:28.118 INFO E| Compiling socket2 v0.4.9
31332024-12-06T20:44:29.289Z[ host-package] Compiling nanorand v0.7.0
31342024-12-06T20:44:29.375Z[ helios-setup] Dec 06 20:44:28.261 INFO E| Compiling num-traits v0.2.15
31352024-12-06T20:44:29.921Z[ helios-setup] Dec 06 20:44:28.807 INFO E| Compiling ahash v0.7.6
31362024-12-06T20:44:30.279Z[ helios-setup] Dec 06 20:44:29.164 INFO E| Compiling io-lifetimes v1.0.10
31372024-12-06T20:44:30.588Z[ host-package] Compiling memoffset v0.9.1
31382024-12-06T20:44:30.773Z[ host-package] Compiling flume v0.11.1
31392024-12-06T20:44:30.842Z[ helios-setup] Dec 06 20:44:29.728 INFO E| Compiling pin-utils v0.1.0
31402024-12-06T20:44:31.061Z[ helios-setup] Dec 06 20:44:29.939 INFO E| Compiling crunchy v0.2.2
31412024-12-06T20:44:31.550Z[ helios-setup] Dec 06 20:44:30.435 INFO E| Compiling futures-io v0.3.28
31422024-12-06T20:44:32.049Z[ host-package] Compiling cargo_metadata v0.18.1
31432024-12-06T20:44:32.356Z[ host-package] Compiling env_logger v0.11.5
31442024-12-06T20:44:32.921Z[ helios-setup] Dec 06 20:44:31.807 INFO E| Compiling ahash v0.8.3
31452024-12-06T20:44:33.012Z[ helios-setup] Dec 06 20:44:31.897 INFO E| Compiling hashbrown v0.12.3
31462024-12-06T20:44:33.200Z[ helios-setup] Dec 06 20:44:32.086 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31472024-12-06T20:44:33.529Z[ helios-setup] Dec 06 20:44:32.414 INFO E| Compiling rustix v0.37.3
31482024-12-06T20:44:34.274Z[ helios-setup] Dec 06 20:44:33.159 INFO E| Compiling tiny-keccak v2.0.2
31492024-12-06T20:44:34.981Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31502024-12-06T20:44:34.996Z[ helios-setup] Dec 06 20:44:33.881 INFO E| Compiling serde_derive_internals v0.26.0
31512024-12-06T20:44:35.288Z[ helios-setup] Dec 06 20:44:34.173 INFO E| Compiling crypto-common v0.1.6
31522024-12-06T20:44:35.415Z[ helios-setup] Dec 06 20:44:34.300 INFO E| Compiling block-buffer v0.10.3
31532024-12-06T20:44:36.269Z[ helios-setup] Dec 06 20:44:35.154 INFO E| Compiling errno v0.3.1
31542024-12-06T20:44:36.846Z[ helios-setup] Dec 06 20:44:35.730 INFO E| Compiling crossbeam-utils v0.8.14
31552024-12-06T20:44:37.012Z[ helios-setup] Dec 06 20:44:35.886 INFO E| Compiling slog v2.7.0
31562024-12-06T20:44:37.065Z[ helios-setup] Dec 06 20:44:35.942 INFO E| Compiling pkg-config v0.3.26
31572024-12-06T20:44:37.285Z[ helios-setup] Dec 06 20:44:36.166 INFO E| Compiling fnv v1.0.7
31582024-12-06T20:44:38.204Z[ helios-setup] Dec 06 20:44:37.088 INFO E| Compiling http v0.2.9
31592024-12-06T20:44:38.541Z[ host-package] Compiling p384 v0.13.0
31602024-12-06T20:44:40.276Z[ helios-setup] Dec 06 20:44:39.160 INFO E| Compiling digest v0.10.6
31612024-12-06T20:44:40.537Z[ helios-setup] Dec 06 20:44:39.419 INFO E| Compiling aho-corasick v0.7.20
31622024-12-06T20:44:41.296Z[ helios-setup] Dec 06 20:44:40.180 INFO E| Compiling anyhow v1.0.68
31632024-12-06T20:44:42.252Z[ helios-setup] Dec 06 20:44:41.136 INFO E| Compiling tinyvec_macros v0.1.1
31642024-12-06T20:44:42.600Z[ helios-setup] Dec 06 20:44:41.485 INFO E| Compiling cpufeatures v0.2.5
31652024-12-06T20:44:43.198Z[ helios-setup] Dec 06 20:44:42.082 INFO E| Compiling heck v0.4.1
31662024-12-06T20:44:43.308Z[ helios-setup] Dec 06 20:44:42.192 INFO E| Compiling regex-syntax v0.6.29
31672024-12-06T20:44:43.749Z[ helios-setup] Dec 06 20:44:42.633 INFO E| Compiling percent-encoding v2.2.0
31682024-12-06T20:44:44.005Z[ helios-setup] Dec 06 20:44:42.889 INFO E| Compiling unicode-width v0.1.10
31692024-12-06T20:44:44.079Z[ host-package] Compiling git2 v0.19.0
31702024-12-06T20:44:44.287Z[ helios-setup] Dec 06 20:44:43.171 INFO E| Compiling httparse v1.8.0
31712024-12-06T20:44:44.653Z[ helios-setup] Dec 06 20:44:43.536 INFO E| Compiling form_urlencoded v1.1.0
31722024-12-06T20:44:44.821Z[ helios-setup] Dec 06 20:44:43.705 INFO E| Compiling const-random-macro v0.1.15
31732024-12-06T20:44:45.326Z[ helios-setup] Dec 06 20:44:44.210 INFO E| Compiling thiserror-impl v1.0.38
31742024-12-06T20:44:45.388Z[ helios-setup] Dec 06 20:44:44.272 INFO E| Compiling schemars_derive v0.8.12
31752024-12-06T20:44:45.576Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31762024-12-06T20:44:45.709Z[ helios-setup] Dec 06 20:44:44.593 INFO E| Compiling tinyvec v1.6.0
31772024-12-06T20:44:46.749Z[ helios-setup] Dec 06 20:44:45.633 INFO E| Compiling hashbrown v0.13.2
31782024-12-06T20:44:46.951Z[ helios-setup] Dec 06 20:44:45.834 INFO E| Compiling serde_derive v1.0.204
31792024-12-06T20:44:49.125Z[ helios-setup] Dec 06 20:44:48.009 INFO E| Compiling tokio-macros v2.0.0
31802024-12-06T20:44:49.318Z[ helios-setup] Dec 06 20:44:48.201 INFO E| Compiling futures-macro v0.3.28
31812024-12-06T20:44:50.664Z[ helios-setup] Dec 06 20:44:49.546 INFO E| Compiling regex v1.7.3
31822024-12-06T20:44:50.955Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31832024-12-06T20:44:51.963Z[ helios-setup] Dec 06 20:44:50.846 INFO E| Compiling chrono v0.4.24
31842024-12-06T20:44:52.102Z[ helios-setup] Dec 06 20:44:50.985 INFO E| Compiling libz-sys v1.1.8
31852024-12-06T20:44:54.126Z[ helios-setup] Dec 06 20:44:53.009 INFO E| Compiling dyn-clone v1.0.11
31862024-12-06T20:44:54.500Z[ helios-setup] Dec 06 20:44:53.383 INFO E| Compiling uuid v1.3.0
31872024-12-06T20:44:54.835Z[ helios-setup] Dec 06 20:44:53.718 INFO E| Compiling unicode-normalization v0.1.22
31882024-12-06T20:44:54.934Z[ helios-setup] Dec 06 20:44:53.817 INFO E| Compiling regress v0.5.0
31892024-12-06T20:44:55.240Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31902024-12-06T20:44:55.771Z[ helios-setup] Dec 06 20:44:54.654 INFO E| Compiling const-random v0.1.15
31912024-12-06T20:44:57.528Z[ helios-setup] Dec 06 20:44:56.410 INFO E| Compiling getopts v0.2.21
31922024-12-06T20:44:57.944Z[ helios-setup] Dec 06 20:44:56.826 INFO E| Compiling tracing-core v0.1.30
31932024-12-06T20:44:57.955Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31942024-12-06T20:44:58.223Z[ helios-setup] Dec 06 20:44:57.105 INFO E| Compiling memoffset v0.7.1
31952024-12-06T20:44:59.051Z[ helios-setup] Dec 06 20:44:57.933 INFO E| Compiling ucd-trie v0.1.5
31962024-12-06T20:44:59.149Z[ helios-setup] Dec 06 20:44:58.032 INFO E| Compiling unicode-bidi v0.3.13
31972024-12-06T20:45:00.358Z[ helios-setup] Dec 06 20:44:59.240 INFO E| Compiling powerfmt v0.2.0
31982024-12-06T20:45:02.054Z[ helios-setup] Dec 06 20:45:00.935 INFO E| Compiling num-conv v0.1.0
31992024-12-06T20:45:02.315Z[ helios-setup] Dec 06 20:45:01.197 INFO E| Compiling time-core v0.1.2
32002024-12-06T20:45:02.494Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32012024-12-06T20:45:02.680Z[ helios-setup] Dec 06 20:45:01.562 INFO E| Compiling time-macros v0.2.18
32022024-12-06T20:45:02.846Z[ helios-setup] Dec 06 20:45:01.728 INFO E| Compiling idna v0.3.0
32032024-12-06T20:45:04.877Z[ helios-setup] Dec 06 20:45:03.758 INFO E| Compiling deranged v0.3.11
32042024-12-06T20:45:05.886Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32052024-12-06T20:45:09.244Z[ helios-setup] Dec 06 20:45:08.125 INFO E| Compiling tracing v0.1.37
32062024-12-06T20:45:10.037Z[ helios-setup] Dec 06 20:45:08.918 INFO E| Compiling pest v2.5.7
32072024-12-06T20:45:11.258Z[ host-package] Compiling rand_seeder v0.3.0
32082024-12-06T20:45:11.315Z[ helios-setup] Dec 06 20:45:10.195 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32092024-12-06T20:45:11.370Z[ helios-setup] Dec 06 20:45:10.251 INFO E| Compiling time v0.1.45
32102024-12-06T20:45:11.589Z[ host-package] Compiling libsqlite3-sys v0.30.1
32112024-12-06T20:45:12.315Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32122024-12-06T20:45:12.398Z[ helios-setup] Dec 06 20:45:11.279 INFO E| Compiling crossbeam-epoch v0.9.13
32132024-12-06T20:45:12.676Z[ host-package] Compiling http-range v0.1.5
32142024-12-06T20:45:13.243Z[ helios-setup] Dec 06 20:45:12.123 INFO E| Compiling semver v1.0.17
32152024-12-06T20:45:13.295Z[ host-package] Compiling rustls v0.21.12
32162024-12-06T20:45:13.383Z[ helios-setup] Dec 06 20:45:12.263 INFO E| Compiling iana-time-zone v0.1.56
32172024-12-06T20:45:13.761Z[ host-package] Compiling cfg_aliases v0.2.1
32182024-12-06T20:45:14.042Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32192024-12-06T20:45:14.161Z[ host-package] Compiling nix v0.29.0
32202024-12-06T20:45:14.810Z[ helios-setup] Dec 06 20:45:13.690 INFO E| Compiling num_threads v0.1.6
32212024-12-06T20:45:14.849Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32222024-12-06T20:45:15.231Z[ helios-setup] Dec 06 20:45:14.111 INFO E| Compiling time v0.3.36
32232024-12-06T20:45:15.563Z[ helios-setup] Dec 06 20:45:14.444 INFO E| Compiling semver-parser v0.10.2
32242024-12-06T20:45:15.615Z[ helios-setup] Dec 06 20:45:14.495 INFO E| Compiling toml v0.5.11
32252024-12-06T20:45:16.235Z[ helios-setup] Dec 06 20:45:15.115 INFO E| Compiling serde_tokenstream v0.2.0
32262024-12-06T20:45:16.313Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32272024-12-06T20:45:17.246Z[ helios-setup] Dec 06 20:45:16.126 INFO E| Compiling smallvec v1.10.0
32282024-12-06T20:45:17.550Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32292024-12-06T20:45:19.100Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32302024-12-06T20:45:19.382Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32312024-12-06T20:45:19.824Z[ host-package] Compiling sct v0.7.1
32322024-12-06T20:45:20.390Z[ helios-setup] Dec 06 20:45:19.269 INFO E| Compiling parking_lot v0.12.1
32332024-12-06T20:45:20.694Z[ host-package] Compiling rustls-webpki v0.101.7
32342024-12-06T20:45:22.763Z[ host-package] Compiling castaway v0.2.3
32352024-12-06T20:45:23.306Z[ host-package] Compiling csv-core v0.1.11
32362024-12-06T20:45:24.091Z[ helios-setup] Dec 06 20:45:22.970 INFO E| Compiling url v2.3.1
32372024-12-06T20:45:25.266Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32382024-12-06T20:45:26.370Z[ host-package] Compiling glob v0.3.1
32392024-12-06T20:45:26.493Z[ host-package] Compiling csv v1.3.0
32402024-12-06T20:45:27.054Z[ host-package] Compiling compact_str v0.8.0
32412024-12-06T20:45:27.061Z[ helios-setup] Dec 06 20:45:25.940 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32422024-12-06T20:45:27.589Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32432024-12-06T20:45:30.154Z[ helios-setup] Dec 06 20:45:29.032 INFO E| Compiling crossbeam-channel v0.5.6
32442024-12-06T20:45:30.253Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32452024-12-06T20:45:31.235Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32462024-12-06T20:45:31.813Z[ host-package] Compiling nix v0.27.1
32472024-12-06T20:45:32.269Z[ helios-setup] Dec 06 20:45:31.147 INFO E| Compiling dirs-sys-next v0.1.2
32482024-12-06T20:45:33.593Z[ helios-setup] Dec 06 20:45:32.471 INFO E| Compiling try-lock v0.2.4
32492024-12-06T20:45:33.683Z[ helios-setup] Dec 06 20:45:32.560 INFO E| Compiling same-file v1.0.6
32502024-12-06T20:45:34.157Z[ helios-setup] Dec 06 20:45:33.034 INFO E| Compiling crc32fast v1.3.2
32512024-12-06T20:45:34.231Z[ helios-setup] Dec 06 20:45:33.108 INFO E| Compiling want v0.3.0
32522024-12-06T20:45:34.762Z[ helios-setup] Dec 06 20:45:33.640 INFO E| Compiling walkdir v2.3.3
32532024-12-06T20:45:35.081Z[ helios-setup] Dec 06 20:45:33.959 INFO E| Compiling dirs-next v2.0.0
32542024-12-06T20:45:37.517Z[ host-package] Compiling hyper-staticfile v0.10.1
32552024-12-06T20:45:38.061Z[ helios-setup] Dec 06 20:45:36.936 INFO E| Compiling proc-macro-crate v1.2.1
32562024-12-06T20:45:39.147Z[ helios-setup] Dec 06 20:45:38.024 INFO E| Compiling semver v0.11.0
32572024-12-06T20:45:40.152Z[ helios-setup] Dec 06 20:45:39.029 INFO E| Compiling tokio-util v0.7.7
32582024-12-06T20:45:40.856Z[ helios-setup] Dec 06 20:45:39.733 INFO E| Compiling futures-executor v0.3.28
32592024-12-06T20:45:41.995Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32602024-12-06T20:45:43.158Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32612024-12-06T20:45:43.615Z[ helios-setup] Dec 06 20:45:42.492 INFO E| Compiling h2 v0.3.16
32622024-12-06T20:45:43.829Z[ helios-setup] Dec 06 20:45:42.702 INFO E| Compiling http-body v0.4.5
32632024-12-06T20:45:43.950Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32642024-12-06T20:45:44.186Z[ helios-setup] Dec 06 20:45:43.063 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32652024-12-06T20:45:44.845Z[ helios-setup] Dec 06 20:45:43.721 INFO E| Compiling ring v0.16.20
32662024-12-06T20:45:45.708Z[ helios-setup] Dec 06 20:45:44.584 INFO E| Compiling rand_core v0.6.4
32672024-12-06T20:45:46.809Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32682024-12-06T20:45:47.055Z[ helios-setup] Dec 06 20:45:45.930 INFO E| Compiling thread_local v1.1.7
32692024-12-06T20:45:47.320Z[ helios-setup] Dec 06 20:45:46.197 INFO E| Compiling httpdate v1.0.2
32702024-12-06T20:45:48.797Z[ helios-setup] Dec 06 20:45:47.672 INFO E| Compiling fastrand v1.9.0
32712024-12-06T20:45:48.941Z[ helios-setup] Dec 06 20:45:47.816 INFO E| Compiling lazy_static v1.4.0
32722024-12-06T20:45:49.196Z[ helios-setup] Dec 06 20:45:48.072 INFO E| Compiling base64 v0.21.0
32732024-12-06T20:45:49.566Z[ helios-setup] Dec 06 20:45:48.442 INFO E| Compiling rayon-core v1.10.2
32742024-12-06T20:45:49.756Z[ helios-setup] Dec 06 20:45:48.631 INFO E| Compiling adler v1.0.2
32752024-12-06T20:45:50.564Z[ helios-setup] Dec 06 20:45:49.440 INFO E| Compiling tower-service v0.3.2
32762024-12-06T20:45:50.899Z[ helios-setup] Dec 06 20:45:49.775 INFO E| Compiling ppv-lite86 v0.2.17
32772024-12-06T20:45:52.182Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32782024-12-06T20:45:52.394Z[ helios-setup] Dec 06 20:45:51.270 INFO E| Compiling home v0.5.4
32792024-12-06T20:45:52.869Z[ helios-setup] Dec 06 20:45:51.745 INFO E| Compiling utf8parse v0.2.1
32802024-12-06T20:45:52.952Z[ helios-setup] Dec 06 20:45:51.827 INFO E| Compiling toolchain_find v0.2.0
32812024-12-06T20:45:53.232Z[ helios-setup] Dec 06 20:45:52.107 INFO E| Compiling anstyle-parse v0.1.1
32822024-12-06T20:45:53.612Z[ helios-setup] Dec 06 20:45:52.487 INFO E| Compiling rand_chacha v0.3.1
32832024-12-06T20:45:54.472Z[ helios-setup] Dec 06 20:45:53.346 INFO E| Compiling miniz_oxide v0.6.2
32842024-12-06T20:45:56.152Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32852024-12-06T20:45:57.085Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32862024-12-06T20:45:57.430Z[ helios-setup] Dec 06 20:45:56.304 INFO E| Compiling hyper v0.14.25
32872024-12-06T20:45:57.737Z[ helios-setup] Dec 06 20:45:56.612 INFO E| Compiling tempfile v3.5.0
32882024-12-06T20:45:58.035Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32892024-12-06T20:45:59.313Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32902024-12-06T20:46:00.196Z[ host-package] Compiling unicode-truncate v1.1.0
32912024-12-06T20:46:01.153Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32922024-12-06T20:46:05.808Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32932024-12-06T20:46:11.313Z[ host-package] Compiling hashlink v0.9.1
32942024-12-06T20:46:12.181Z[ host-package] Compiling tungstenite v0.23.0
32952024-12-06T20:46:12.557Z[ helios-setup] Dec 06 20:46:11.430 INFO E| Compiling futures v0.3.28
32962024-12-06T20:46:12.701Z[ helios-setup] Dec 06 20:46:11.574 INFO E| Compiling cargo-lock v8.0.3
32972024-12-06T20:46:13.294Z[ helios-setup] Dec 06 20:46:12.167 INFO E| Compiling num_enum_derive v0.5.7
32982024-12-06T20:46:13.556Z[ host-package] Compiling lru v0.12.5
32992024-12-06T20:46:14.314Z[ host-package] Compiling instability v0.3.2
33002024-12-06T20:46:14.912Z[ host-package] Compiling fallible-iterator v0.3.0
33012024-12-06T20:46:16.480Z[ host-package] Compiling cassowary v0.3.0
33022024-12-06T20:46:16.867Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
33032024-12-06T20:46:17.426Z[ host-package] Compiling rusqlite v0.32.1
33042024-12-06T20:46:17.471Z[ host-package] Compiling tokio-tungstenite v0.23.1
33052024-12-06T20:46:19.332Z[ host-package] Compiling ratatui v0.28.1
33062024-12-06T20:46:19.641Z[ helios-setup] Dec 06 20:46:18.513 INFO E| Compiling crossbeam-deque v0.8.2
33072024-12-06T20:46:20.468Z[ helios-setup] Dec 06 20:46:19.339 INFO E| Compiling term v0.7.0
33082024-12-06T20:46:20.906Z[ helios-setup] Dec 06 20:46:19.777 INFO E| Compiling serde_urlencoded v0.7.1
33092024-12-06T20:46:21.467Z[ helios-setup] Dec 06 20:46:20.339 INFO E| Compiling sha1 v0.10.5
33102024-12-06T20:46:21.618Z[ helios-setup] Dec 06 20:46:20.489 INFO E| Compiling sha2 v0.10.6
33112024-12-06T20:46:22.365Z[ helios-setup] Dec 06 20:46:21.236 INFO E| Compiling is-terminal v0.4.7
33122024-12-06T20:46:23.052Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33132024-12-06T20:46:23.109Z[ helios-setup] Dec 06 20:46:21.981 INFO E| Compiling atty v0.2.14
33142024-12-06T20:46:23.377Z[ helios-setup] Dec 06 20:46:22.248 INFO E| Compiling concolor-query v0.3.3
33152024-12-06T20:46:23.645Z[ helios-setup] Dec 06 20:46:22.516 INFO E| Compiling concolor-override v1.0.0
33162024-12-06T20:46:24.905Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33172024-12-06T20:46:25.388Z[ helios-setup] Dec 06 20:46:24.259 INFO E| Compiling anstyle v0.3.5
33182024-12-06T20:46:25.677Z[ helios-setup] Dec 06 20:46:24.548 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33192024-12-06T20:46:26.399Z[ helios-setup] Dec 06 20:46:25.271 INFO E| Compiling anstream v0.2.6
33202024-12-06T20:46:27.002Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33212024-12-06T20:46:28.749Z[ helios-setup] Dec 06 20:46:27.620 INFO E| Compiling slog-term v2.9.0
33222024-12-06T20:46:29.266Z[ helios-setup] Dec 06 20:46:28.137 INFO E| Compiling flate2 v1.0.25
33232024-12-06T20:46:31.910Z[ helios-setup] Dec 06 20:46:30.780 INFO E| Compiling num_enum v0.5.7
33242024-12-06T20:46:32.300Z[ helios-setup] Dec 06 20:46:31.170 INFO E| Compiling rustfmt-wrapper v0.2.0
33252024-12-06T20:46:32.472Z[ helios-setup] Dec 06 20:46:31.342 INFO E| Compiling rand v0.8.5
33262024-12-06T20:46:33.769Z[ helios-setup] Dec 06 20:46:32.639 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33272024-12-06T20:46:34.268Z[ helios-setup] Dec 06 20:46:33.138 INFO E| Compiling openapiv3 v1.0.2
33282024-12-06T20:46:34.336Z[ host-package] Compiling tokio-rustls v0.24.1
33292024-12-06T20:46:35.581Z[ helios-setup] Dec 06 20:46:34.451 INFO E| Compiling encoding_rs v0.8.32
33302024-12-06T20:46:36.860Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33312024-12-06T20:46:36.904Z[ helios-setup] Dec 06 20:46:35.772 INFO E| Compiling strsim v0.10.0
33322024-12-06T20:46:40.434Z[ helios-setup] Dec 06 20:46:39.303 INFO E| Compiling mime v0.3.17
33332024-12-06T20:46:41.395Z[ helios-setup] Dec 06 20:46:40.264 INFO E| Compiling byteorder v1.4.3
33342024-12-06T20:46:41.635Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33352024-12-06T20:46:42.399Z[ helios-setup] Dec 06 20:46:41.268 INFO E| Compiling base64 v0.13.1
33362024-12-06T20:46:42.627Z[ helios-setup] Dec 06 20:46:41.497 INFO E| Compiling ipnet v2.7.2
33372024-12-06T20:46:43.880Z[ helios-setup] Dec 06 20:46:42.749 INFO E| Compiling either v1.8.0
33382024-12-06T20:46:44.584Z[ helios-setup] Dec 06 20:46:43.453 INFO E| Compiling utf-8 v0.7.6
33392024-12-06T20:46:44.710Z[ helios-setup] Dec 06 20:46:43.578 INFO E| Compiling unsafe-libyaml v0.2.8
33402024-12-06T20:46:45.433Z[ helios-setup] Dec 06 20:46:44.302 INFO E| Compiling project-root v0.2.2
33412024-12-06T20:46:46.272Z[ helios-setup] Dec 06 20:46:45.141 INFO E| Compiling untrusted v0.7.1
33422024-12-06T20:46:46.928Z[ helios-setup] Dec 06 20:46:45.796 INFO E| Compiling spin v0.5.2
33432024-12-06T20:46:47.866Z[ helios-setup] Dec 06 20:46:46.734 INFO E| Compiling clap_lex v0.4.1
33442024-12-06T20:46:48.102Z[ helios-setup] Dec 06 20:46:46.970 INFO E| Compiling serde_yaml v0.9.21
33452024-12-06T20:46:48.659Z[ helios-setup] Dec 06 20:46:47.527 INFO E| Compiling clap_builder v4.2.1
33462024-12-06T20:46:48.832Z[ helios-setup] Dec 06 20:46:47.700 INFO E| Compiling tungstenite v0.18.0
33472024-12-06T20:46:49.016Z[ helios-setup] Dec 06 20:46:47.884 INFO E| Compiling rayon v1.6.1
33482024-12-06T20:46:49.745Z[ helios-setup] Dec 06 20:46:48.613 INFO E| Compiling reqwest v0.11.16
33492024-12-06T20:46:55.753Z[ helios-setup] Dec 06 20:46:54.621 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33502024-12-06T20:46:58.909Z[ helios-setup] Dec 06 20:46:57.776 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33512024-12-06T20:46:59.603Z[ helios-setup] Dec 06 20:46:58.470 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33522024-12-06T20:47:00.204Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33532024-12-06T20:47:01.712Z[ helios-setup] Dec 06 20:47:00.578 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33542024-12-06T20:47:03.013Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33552024-12-06T20:47:03.581Z[ helios-setup] Dec 06 20:47:02.447 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33562024-12-06T20:47:03.889Z[ helios-setup] Dec 06 20:47:02.755 INFO E| Compiling clap_derive v4.2.0
33572024-12-06T20:47:06.891Z[ host-package] Compiling rustls-pemfile v1.0.4
33582024-12-06T20:47:07.212Z[ helios-setup] Dec 06 20:47:06.078 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33592024-12-06T20:47:07.977Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33602024-12-06T20:47:08.733Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33612024-12-06T20:47:08.957Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33622024-12-06T20:47:09.348Z[ host-package] Compiling signal-hook-tokio v0.3.1
33632024-12-06T20:47:09.406Z[ host-package] Compiling twox-hash v1.6.3
33642024-12-06T20:47:10.056Z[ host-package] Compiling unicode-linebreak v0.1.5
33652024-12-06T20:47:11.275Z[ host-package] Compiling smawk v0.3.2
33662024-12-06T20:47:11.860Z[ host-package] Compiling is_ci v1.2.0
33672024-12-06T20:47:11.965Z[ host-package] Compiling textwrap v0.16.1
33682024-12-06T20:47:13.285Z[ host-package] Compiling supports-color v3.0.1
33692024-12-06T20:47:14.230Z[ helios-setup] Dec 06 20:47:13.095 INFO E| Compiling clap v4.2.1
33702024-12-06T20:47:15.122Z[ helios-setup] Dec 06 20:47:13.987 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33712024-12-06T20:47:18.717Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722024-12-06T20:47:21.878Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33732024-12-06T20:47:27.916Z[ helios-setup] Dec 06 20:47:26.779 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33742024-12-06T20:47:31.462Z[ helios-setup] Dec 06 20:47:30.325 INFO E| Compiling tokio-tungstenite v0.18.0
33752024-12-06T20:47:33.316Z[ helios-setup] Dec 06 20:47:32.178 INFO E| Compiling smartstring v1.0.1
33762024-12-06T20:47:34.403Z[ helios-setup] Dec 06 20:47:33.265 INFO E| Compiling rustls v0.21.0
33772024-12-06T20:47:36.541Z[ helios-setup] Dec 06 20:47:35.401 INFO E| Compiling serde_spanned v0.6.1
33782024-12-06T20:47:37.278Z[ helios-setup] Dec 06 20:47:36.140 INFO E| Compiling toml_datetime v0.6.1
33792024-12-06T20:47:38.712Z[ helios-setup] Dec 06 20:47:37.553 INFO E| Compiling winnow v0.4.1
33802024-12-06T20:47:39.513Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33812024-12-06T20:47:42.192Z[ helios-setup] Dec 06 20:47:41.053 INFO E| Compiling camino v1.1.4
33822024-12-06T20:47:44.063Z[ helios-setup] Dec 06 20:47:42.924 INFO E| Compiling paste v1.0.12
33832024-12-06T20:47:44.909Z[ helios-setup] Dec 06 20:47:43.770 INFO E| Compiling static_assertions v1.1.0
33842024-12-06T20:47:45.289Z[ helios-setup] Dec 06 20:47:44.150 INFO E| Compiling match_cfg v0.1.0
33852024-12-06T20:47:45.549Z[ helios-setup] Dec 06 20:47:44.410 INFO E| Compiling async-trait v0.1.68
33862024-12-06T20:47:45.999Z[ helios-setup] Dec 06 20:47:44.858 INFO E| Compiling slog-async v2.7.0
33872024-12-06T20:47:46.472Z[ helios-setup] Dec 06 20:47:45.333 INFO E| Compiling toml_edit v0.19.8
33882024-12-06T20:47:46.996Z[ helios-setup] Dec 06 20:47:45.857 INFO E| Compiling hostname v0.3.1
33892024-12-06T20:47:47.832Z[ helios-setup] Dec 06 20:47:46.693 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33902024-12-06T20:47:49.086Z[ helios-setup] Dec 06 20:47:47.947 INFO E| Compiling slog-json v2.6.1
33912024-12-06T20:47:50.368Z[ helios-setup] Dec 06 20:47:49.228 INFO E| Compiling unicode-linebreak v0.1.4
33922024-12-06T20:47:55.827Z[ helios-setup] Dec 06 20:47:54.687 INFO E| Compiling async-stream-impl v0.3.5
33932024-12-06T20:47:56.522Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33942024-12-06T20:47:58.703Z[ helios-setup] Dec 06 20:47:57.563 INFO E| Compiling rhai_codegen v1.5.0
33952024-12-06T20:48:00.782Z[ helios-setup] Dec 06 20:47:59.641 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33962024-12-06T20:48:01.262Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33972024-12-06T20:48:01.556Z[ helios-setup] Dec 06 20:48:00.415 INFO E| Compiling take_mut v0.2.2
33982024-12-06T20:48:03.455Z[ helios-setup] Dec 06 20:48:02.314 INFO E| Compiling async-stream v0.3.5
33992024-12-06T20:48:04.652Z[ helios-setup] Dec 06 20:48:03.511 INFO E| Compiling rhai v1.14.0
34002024-12-06T20:48:04.769Z[ helios-setup] Dec 06 20:48:03.627 INFO E| Compiling toml v0.7.3
34012024-12-06T20:48:04.980Z[ helios-setup] Dec 06 20:48:03.839 INFO E| Compiling slog-bunyan v2.4.0
34022024-12-06T20:48:10.607Z[ helios-setup] Dec 06 20:48:09.465 INFO E| Compiling rustls-pemfile v1.0.2
34032024-12-06T20:48:10.893Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34042024-12-06T20:48:11.610Z[ helios-setup] Dec 06 20:48:10.468 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34052024-12-06T20:48:11.973Z[ helios-setup] Dec 06 20:48:10.831 INFO E| Compiling bincode v1.3.3
34062024-12-06T20:48:12.276Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34072024-12-06T20:48:14.555Z[ helios-setup] Dec 06 20:48:13.412 INFO E| Compiling serde_path_to_error v0.1.11
34082024-12-06T20:48:15.448Z[ helios-setup] Dec 06 20:48:14.303 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34092024-12-06T20:48:16.093Z[ helios-setup] Dec 06 20:48:14.950 INFO E| Compiling terminal_size v0.2.6
34102024-12-06T20:48:16.831Z[ helios-setup] Dec 06 20:48:15.688 INFO E| Compiling smawk v0.3.1
34112024-12-06T20:48:17.790Z[ helios-setup] Dec 06 20:48:16.647 INFO E| Compiling textwrap v0.16.0
34122024-12-06T20:48:26.507Z[ helios-setup] Dec 06 20:48:25.362 INFO E| Compiling rustls-webpki v0.100.1
34132024-12-06T20:48:26.656Z[ helios-setup] Dec 06 20:48:25.512 INFO E| Compiling sct v0.7.0
34142024-12-06T20:48:36.250Z[ helios-setup] Dec 06 20:48:35.105 INFO E| Compiling tokio-rustls v0.24.0
34152024-12-06T20:48:36.310Z[ helios-setup] Dec 06 20:48:35.165 INFO E| Compiling git2 v0.16.1
34162024-12-06T20:48:39.218Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34172024-12-06T20:48:41.501Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34182024-12-06T20:48:42.319Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34192024-12-06T20:48:48.829Z[ helios-setup] Dec 06 20:48:47.682 INFO E| Compiling built v0.6.0
34202024-12-06T20:48:50.097Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34212024-12-06T20:48:50.518Z[ helios-setup] Dec 06 20:48:49.371 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34222024-12-06T20:48:52.074Z[ host-package] Compiling fatfs v0.3.6
34232024-12-06T20:48:52.400Z[ helios-setup] Dec 06 20:48:51.253 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34242024-12-06T20:48:53.521Z[ helios-setup] Dec 06 20:48:52.373 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34252024-12-06T20:48:54.496Z[ host-package] Compiling rtoolbox v0.0.2
34262024-12-06T20:48:55.698Z[ host-package] Compiling assert_matches v1.5.0
34272024-12-06T20:48:57.478Z[ host-package] Compiling rpassword v7.3.1
34282024-12-06T20:48:58.427Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34292024-12-06T20:49:05.539Z[ helios-setup] Dec 06 20:49:04.390 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34302024-12-06T20:49:07.316Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34312024-12-06T20:49:08.816Z[ helios-setup] Dec 06 20:49:07.666 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34322024-12-06T20:49:17.090Z[ host-package] Compiling tui-tree-widget v0.22.0
34332024-12-06T20:49:18.238Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34342024-12-06T20:49:20.263Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34352024-12-06T20:49:22.850Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34362024-12-06T20:49:23.733Z[ host-package] Compiling uzers v0.12.1
34372024-12-06T20:49:29.376Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34382024-12-06T20:49:45.532Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34392024-12-06T20:49:50.428Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34402024-12-06T20:50:00.744Z[ helios-setup] Dec 06 20:49:59.588 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34412024-12-06T20:50:33.416Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34422024-12-06T20:50:34.088Z[ host-package] Compiling multimap v0.10.0
34432024-12-06T20:51:08.269Z[ helios-setup] Dec 06 20:51:07.105 INFO E| Finished `release` profile [optimized] target(s) in 6m 59s
34442024-12-06T20:51:08.460Z[ helios-setup] Dec 06 20:51:07.295 INFO building project "pilot" ok (419 seconds)
34452024-12-06T20:51:08.460Z[ helios-setup] Dec 06 20:51:07.295 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34462024-12-06T20:51:08.463Z[ helios-setup] Dec 06 20:51:07.295 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34472024-12-06T20:51:08.850Z[ helios-setup] Dec 06 20:51:07.685 INFO E| Downloading crates ...
34482024-12-06T20:51:09.036Z[ helios-setup] Dec 06 20:51:07.871 INFO E| Downloaded miniz_oxide v0.7.2
34492024-12-06T20:51:09.104Z[ helios-setup] Dec 06 20:51:07.939 INFO E| Compiling adler v1.0.2
34502024-12-06T20:51:09.318Z[ helios-setup] Dec 06 20:51:08.153 INFO E| Compiling miniz_oxide v0.7.2
34512024-12-06T20:51:12.224Z[ helios-setup] Dec 06 20:51:11.058 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34522024-12-06T20:51:13.966Z[ helios-setup] Dec 06 20:51:12.800 INFO E| Finished `release` profile [optimized] target(s) in 5.39s
34532024-12-06T20:51:13.978Z[ helios-setup] Dec 06 20:51:12.812 INFO building project "pinprick" ok (5 seconds)
34542024-12-06T20:51:13.980Z[ helios-setup] rm -f helios-build
34552024-12-06T20:51:13.983Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34562024-12-06T20:51:13.986Z[ helios-setup]
34572024-12-06T20:51:13.989Z[ helios-setup] Setup complete! ./helios-build is now available.
34582024-12-06T20:51:13.992Z[ helios-setup]
34592024-12-06T20:51:13.992Z[ helios-setup]
34602024-12-06T20:51:13.992Z[ helios-setup] real 12:27.341260065
34612024-12-06T20:51:13.992Z[ helios-setup] user 30:05.455761090
34622024-12-06T20:51:13.992Z[ helios-setup] sys 3:42.856285108
34632024-12-06T20:51:13.992Z[ helios-setup] trap 1.971508961
34642024-12-06T20:51:13.992Z[ helios-setup] tflt 6.705511230
34652024-12-06T20:51:13.992Z[ helios-setup] dflt 31.531473433
34662024-12-06T20:51:13.992Z[ helios-setup] kflt 0.129188873
34672024-12-06T20:51:13.992Z[ helios-setup] lock 2:09:03.185333331
34682024-12-06T20:51:13.992Z[ helios-setup] slp 3:54:38.621142144
34692024-12-06T20:51:13.994Z[ helios-setup] lat 34:09.097455015
34702024-12-06T20:51:13.994Z[ helios-setup] stop 4:33.484197699
34712024-12-06T20:51:13.994ZDec 06 20:51:12.827 INFO [helios-setup] process exited with exit status: 0 (747.348432505s)
34722024-12-06T20:51:13.994ZDec 06 20:51:12.827 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34732024-12-06T20:51:14.020Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34742024-12-06T20:51:14.361Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34752024-12-06T20:51:14.361Z[ phbl-toolchain] info: downloading component 'cargo'
34762024-12-06T20:51:15.942Z[ phbl-toolchain] info: downloading component 'clippy'
34772024-12-06T20:51:16.407Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34782024-12-06T20:51:21.692Z[ phbl-toolchain] info: downloading component 'miri'
34792024-12-06T20:51:22.323Z[ phbl-toolchain] info: downloading component 'rust-docs'
34802024-12-06T20:51:24.326Z[ phbl-toolchain] info: downloading component 'rust-src'
34812024-12-06T20:51:24.504Z[ phbl-toolchain] info: downloading component 'rust-std'
34822024-12-06T20:51:26.723Z[ phbl-toolchain] info: downloading component 'rustc'
34832024-12-06T20:51:34.287Z[ phbl-toolchain] info: downloading component 'rustfmt'
34842024-12-06T20:51:34.507Z[ phbl-toolchain] info: installing component 'cargo'
34852024-12-06T20:51:35.795Z[ phbl-toolchain] info: installing component 'clippy'
34862024-12-06T20:51:36.313Z[ phbl-toolchain] info: installing component 'llvm-tools'
34872024-12-06T20:51:42.266Z[ phbl-toolchain] info: installing component 'miri'
34882024-12-06T20:51:42.623Z[ phbl-toolchain] info: installing component 'rust-docs'
34892024-12-06T20:51:51.113Z[ phbl-toolchain] info: installing component 'rust-src'
34902024-12-06T20:51:51.798Z[ phbl-toolchain] info: installing component 'rust-std'
34912024-12-06T20:51:54.234Z[ phbl-toolchain] info: installing component 'rustc'
34922024-12-06T20:52:03.188Z[ phbl-toolchain] info: installing component 'rustfmt'
34932024-12-06T20:52:03.917Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34942024-12-06T20:52:03.919ZDec 06 20:52:02.747 INFO [phbl-toolchain] process exited with exit status: 0 (49.920311747s)
34952024-12-06T20:53:15.310Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34962024-12-06T20:53:17.346Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34972024-12-06T21:00:11.320Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 30s
34982024-12-06T21:01:19.988ZDec 06 21:01:18.746 INFO [host-package] process exited with exit status: 0 (1299.247411667s)
34992024-12-06T21:01:19.989ZDec 06 21:01:18.746 INFO [host-stamp] running task
35002024-12-06T21:01:19.991ZDec 06 21:01:18.746 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35012024-12-06T21:01:19.998ZDec 06 21:01:18.756 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+git4ce33292e43
35022024-12-06T21:01:20.009ZDec 06 21:01:18.766 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+git4ce33292e43
35032024-12-06T21:01:20.016Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35042024-12-06T21:01:20.018Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-06T21:01:20.021ZDec 06 21:01:18.777 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+git4ce33292e43
35062024-12-06T21:01:20.031Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35072024-12-06T21:01:20.033Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35082024-12-06T21:01:20.036Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-06T21:01:20.036ZDec 06 21:01:18.794 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git4ce33292e43
35102024-12-06T21:01:20.047Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-06T21:01:20.050ZDec 06 21:01:18.805 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+git4ce33292e43
35122024-12-06T21:01:20.056Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35132024-12-06T21:01:20.061Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-06T21:01:20.063ZDec 06 21:01:18.818 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+git4ce33292e43
35152024-12-06T21:01:20.076Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-06T21:01:20.076ZDec 06 21:01:18.833 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+git4ce33292e43
35172024-12-06T21:01:20.092Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-06T21:01:20.092ZDec 06 21:01:18.849 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+git4ce33292e43
35192024-12-06T21:01:20.109Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35202024-12-06T21:01:20.112ZDec 06 21:01:18.866 INFO [stamp-oxlog] process exited with exit status: 0 (110.343683ms)
35212024-12-06T21:01:20.113ZDec 06 21:01:18.866 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (100.372114ms)
35222024-12-06T21:01:20.113ZDec 06 21:01:18.866 INFO [stamp-overlay] process exited with exit status: 0 (89.421952ms)
35232024-12-06T21:01:20.122Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35242024-12-06T21:01:20.188Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35252024-12-06T21:01:20.193ZDec 06 21:01:18.950 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.528988ms)
35262024-12-06T21:01:20.263Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35272024-12-06T21:01:20.267ZDec 06 21:01:19.025 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (230.991342ms)
35282024-12-06T21:01:20.439Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35292024-12-06T21:01:20.443ZDec 06 21:01:19.200 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (395.286679ms)
35302024-12-06T21:01:21.236Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35312024-12-06T21:01:21.240ZDec 06 21:01:19.997 INFO [stamp-propolis-server] process exited with exit status: 0 (1.164098634s)
35322024-12-06T21:01:21.432Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35332024-12-06T21:01:23.954Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35342024-12-06T21:01:30.862Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35352024-12-06T21:01:30.865ZDec 06 21:01:29.621 INFO [stamp-switch-asic] process exited with exit status: 0 (10.771386606s)
35362024-12-06T21:01:30.865ZDec 06 21:01:29.621 INFO [host-stamp] task succeeded (10.87475509s)
35372024-12-06T21:01:30.865ZDec 06 21:01:29.621 INFO [host-proto] running task
35382024-12-06T21:01:31.284ZDec 06 21:01:30.039 INFO [host-proto] task succeeded (417.669974ms)
35392024-12-06T21:01:31.284ZDec 06 21:01:30.039 INFO [host-profile] running task
35402024-12-06T21:01:31.291ZDec 06 21:01:30.039 INFO [host-profile] task succeeded (649.341µs)
35412024-12-06T21:01:31.291ZDec 06 21:01:30.040 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/.tmp0o7x0a/proto/host/root -N 'ci 4ce3329/${os_short_commit} 2024-12-06 20:38' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35422024-12-06T21:01:31.309Z[ host-image] Dec 06 21:01:30.063 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35432024-12-06T21:01:31.309Z[ host-image] Dec 06 21:01:30.063 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35442024-12-06T21:01:31.323Z[ host-image] Dec 06 21:01:30.078 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp0o7x0a/proto/host/root"
35452024-12-06T21:01:31.323Z[ host-image] Dec 06 21:01:30.078 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35462024-12-06T21:01:31.323Z[ host-image] Dec 06 21:01:30.078 INFO image builder template: ramdisk-01-os...
35472024-12-06T21:01:31.324Z[ host-image] Dec 06 21:01:30.079 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/.tmp0o7x0a/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
35482024-12-06T21:01:31.350Z[ host-image] Dec 06 21:01:30.106 INFO O| Dec 06 21:01:30.106 INFO CREATE DATASET: rpool/images/build/host/output
35492024-12-06T21:01:31.703Z[ host-image] Dec 06 21:01:30.458 INFO O| Dec 06 21:01:30.458 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35502024-12-06T21:01:31.708Z[ host-image] Dec 06 21:01:30.463 INFO O| Dec 06 21:01:30.463 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35512024-12-06T21:01:31.949Z[ host-image] Dec 06 21:01:30.705 INFO O| Dec 06 21:01:30.705 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35522024-12-06T21:01:32.027Z[ host-image] Dec 06 21:01:30.783 INFO O| Dec 06 21:01:30.783 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35532024-12-06T21:01:32.028Z[ host-image] Dec 06 21:01:30.783 INFO O| Dec 06 21:01:30.783 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-06T21:01:32.031Z[ host-image] Dec 06 21:01:30.783 INFO O| Dec 06 21:01:30.783 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35552024-12-06T21:01:32.031Z[ host-image] Dec 06 21:01:30.783 INFO O| Dec 06 21:01:30.783 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35562024-12-06T21:01:32.036Z[ host-image] Dec 06 21:01:30.792 INFO O| Dec 06 21:01:30.792 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35572024-12-06T21:01:32.269Z[ host-image] Dec 06 21:01:31.025 INFO O| Dec 06 21:01:31.024 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-12-06T21:01:32.286Z[ host-image] Dec 06 21:01:31.041 INFO O| Dec 06 21:01:31.041 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35592024-12-06T21:01:32.862Z[ host-image] Dec 06 21:01:31.617 INFO O| Dec 06 21:01:31.617 INFO O| Caching catalogs ... Done
35602024-12-06T21:01:33.002Z[ host-image] Dec 06 21:01:31.757 INFO O| Dec 06 21:01:31.757 INFO STEP 0 (pkg_image_create) COMPLETE
35612024-12-06T21:01:33.002Z[ host-image] Dec 06 21:01:31.757 INFO O| Dec 06 21:01:31.757 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-06T21:01:33.002Z[ host-image] Dec 06 21:01:31.757 INFO O| Dec 06 21:01:31.757 INFO skip step because feature "repo_redist" is not enabled
35632024-12-06T21:01:33.005Z[ host-image] Dec 06 21:01:31.757 INFO O| Dec 06 21:01:31.757 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-06T21:01:33.021Z[ host-image] Dec 06 21:01:31.777 INFO O| Dec 06 21:01:31.776 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"]
35652024-12-06T21:01:33.674Z[ host-image] Dec 06 21:01:32.429 INFO O| Dec 06 21:01:32.429 INFO STEP 2 (pkg_set_publisher) COMPLETE
35662024-12-06T21:01:33.674Z[ host-image] Dec 06 21:01:32.429 INFO O| Dec 06 21:01:32.429 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-06T21:01:33.691Z[ host-image] Dec 06 21:01:32.447 INFO O| Dec 06 21:01:32.446 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"]
35682024-12-06T21:01:34.340Z[ host-image] Dec 06 21:01:33.095 INFO O| Dec 06 21:01:33.095 INFO STEP 3 (pkg_set_publisher) COMPLETE
35692024-12-06T21:01:34.340Z[ host-image] Dec 06 21:01:33.095 INFO O| Dec 06 21:01:33.095 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-06T21:01:34.343Z[ host-image] Dec 06 21:01:33.095 INFO O| Dec 06 21:01:33.095 INFO skip step because feature "repo_redist" is not enabled
35712024-12-06T21:01:34.343Z[ host-image] Dec 06 21:01:33.095 INFO O| Dec 06 21:01:33.095 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35722024-12-06T21:01:34.870Z[ host-image] Dec 06 21:01:33.625 INFO O| Dec 06 21:01:33.624 INFO variant opensolaris.zone is already global
35732024-12-06T21:01:34.870Z[ host-image] Dec 06 21:01:33.625 INFO O| Dec 06 21:01:33.625 INFO STEP 5 (pkg_change_variant) COMPLETE
35742024-12-06T21:01:34.873Z[ host-image] Dec 06 21:01:33.625 INFO O| Dec 06 21:01:33.625 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35752024-12-06T21:01:35.419Z[ host-image] Dec 06 21:01:34.174 INFO O| Dec 06 21:01:34.174 INFO variant opensolaris.imagetype is full; changing to partial
35762024-12-06T21:01:35.419Z[ host-image] Dec 06 21:01:34.174 INFO O| Dec 06 21:01:34.174 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35772024-12-06T21:01:43.346Z[ host-image] Dec 06 21:01:42.100 INFO O| Dec 06 21:01:42.100 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35782024-12-06T21:01:43.903Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.62s
35792024-12-06T21:01:45.655ZDec 06 21:01:44.409 INFO [recovery-package] process exited with exit status: 0 (25.662705062s)
35802024-12-06T21:01:45.655ZDec 06 21:01:44.409 INFO [recovery-stamp] running task
35812024-12-06T21:01:45.658ZDec 06 21:01:44.410 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35822024-12-06T21:01:45.658ZDec 06 21:01:44.410 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git4ce33292e43
35832024-12-06T21:01:45.672ZDec 06 21:01:44.426 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+git4ce33292e43
35842024-12-06T21:01:45.681Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35852024-12-06T21:01:45.692Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35862024-12-06T21:01:45.765Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35872024-12-06T21:01:45.769ZDec 06 21:01:44.522 INFO [stamp-installinator] process exited with exit status: 0 (112.551937ms)
35882024-12-06T21:01:45.812Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35892024-12-06T21:01:45.816ZDec 06 21:01:44.570 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (143.994769ms)
35902024-12-06T21:01:45.816ZDec 06 21:01:44.570 INFO [recovery-stamp] task succeeded (160.590346ms)
35912024-12-06T21:01:45.818ZDec 06 21:01:44.570 INFO [recovery-proto] running task
35922024-12-06T21:01:45.818ZDec 06 21:01:44.570 INFO [tuf-stamp] running task
35932024-12-06T21:01:45.818ZDec 06 21:01:44.571 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+git4ce33292e43
35942024-12-06T21:01:45.833ZDec 06 21:01:44.587 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+git4ce33292e43
35952024-12-06T21:01:45.847Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-06T21:01:45.850ZDec 06 21:01:44.602 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+git4ce33292e43
35972024-12-06T21:01:45.867Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35982024-12-06T21:01:45.869ZDec 06 21:01:44.621 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+git4ce33292e43
35992024-12-06T21:01:45.888Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36002024-12-06T21:01:45.890ZDec 06 21:01:44.642 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+git4ce33292e43
36012024-12-06T21:01:45.919Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-06T21:01:45.921ZDec 06 21:01:44.673 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+git4ce33292e43
36032024-12-06T21:01:45.965Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-06T21:01:45.968ZDec 06 21:01:44.720 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+git4ce33292e43
36052024-12-06T21:01:46.015Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-06T21:01:46.018ZDec 06 21:01:44.770 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+git4ce33292e43
36072024-12-06T21:01:46.055Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-06T21:01:46.066ZDec 06 21:01:44.810 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+git4ce33292e43
36092024-12-06T21:01:46.100ZDec 06 21:01:44.847 INFO [recovery-proto] task succeeded (276.743585ms)
36102024-12-06T21:01:46.100ZDec 06 21:01:44.847 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/.tmp0o7x0a/proto/recovery/root -N 'recovery 4ce3329/${os_short_commit} 2024-12-06 20:38' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36112024-12-06T21:01:46.194Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36122024-12-06T21:01:46.197Z[ recovery-image] Dec 06 21:01:44.927 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36132024-12-06T21:01:46.197Z[ recovery-image] Dec 06 21:01:44.927 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36142024-12-06T21:01:46.218Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-06T21:01:46.220Z[ recovery-image] Dec 06 21:01:44.973 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp0o7x0a/proto/recovery/root"
36162024-12-06T21:01:46.220Z[ recovery-image] Dec 06 21:01:44.973 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36172024-12-06T21:01:46.220Z[ recovery-image] Dec 06 21:01:44.973 INFO image builder template: ramdisk-01-os...
36182024-12-06T21:01:46.220Z[ recovery-image] Dec 06 21:01:44.973 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/.tmp0o7x0a/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
36192024-12-06T21:01:46.240ZDec 06 21:01:44.994 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+git4ce33292e43
36202024-12-06T21:01:46.514Z[ recovery-image] Dec 06 21:01:45.009 INFO O| Dec 06 21:01:45.008 INFO CREATE DATASET: rpool/images/build/recovery/output
36212024-12-06T21:01:46.516Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36222024-12-06T21:01:46.516ZDec 06 21:01:45.268 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+git4ce33292e43
36232024-12-06T21:01:46.588Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36242024-12-06T21:01:46.591ZDec 06 21:01:45.342 INFO [stamp-probe] process exited with exit status: 0 (572.560182ms)
36252024-12-06T21:01:46.617Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
36262024-12-06T21:01:46.620Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36272024-12-06T21:01:46.661Z[ recovery-image] Dec 06 21:01:45.414 INFO O| Dec 06 21:01:45.414 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36282024-12-06T21:01:46.668Z[ recovery-image] Dec 06 21:01:45.422 INFO O| Dec 06 21:01:45.422 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36292024-12-06T21:01:46.699Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36302024-12-06T21:01:46.705Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36312024-12-06T21:01:46.760ZDec 06 21:01:45.514 INFO [stamp-ntp] process exited with exit status: 0 (704.228005ms)
36322024-12-06T21:01:47.045Z[ recovery-image] Dec 06 21:01:45.799 INFO O| Dec 06 21:01:45.799 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36332024-12-06T21:01:47.118Z[ recovery-image] Dec 06 21:01:45.872 INFO O| Dec 06 21:01:45.871 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36342024-12-06T21:01:47.118Z[ recovery-image] Dec 06 21:01:45.872 INFO O| Dec 06 21:01:45.872 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36352024-12-06T21:01:47.120Z[ recovery-image] Dec 06 21:01:45.872 INFO O| Dec 06 21:01:45.872 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36362024-12-06T21:01:47.149Z[ recovery-image] Dec 06 21:01:45.872 INFO O| Dec 06 21:01:45.872 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36372024-12-06T21:01:47.214Z[ recovery-image] Dec 06 21:01:45.968 INFO O| Dec 06 21:01:45.968 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36382024-12-06T21:01:47.438Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36392024-12-06T21:01:47.510ZDec 06 21:01:46.264 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.621925994s)
36402024-12-06T21:01:47.558Z[ recovery-image] Dec 06 21:01:46.312 INFO O| Dec 06 21:01:46.312 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-12-06T21:01:47.573Z[ recovery-image] Dec 06 21:01:46.327 INFO O| Dec 06 21:01:46.327 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36422024-12-06T21:01:47.652Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36432024-12-06T21:01:47.676ZDec 06 21:01:46.430 INFO [stamp-external-dns] process exited with exit status: 0 (1.859540894s)
36442024-12-06T21:01:47.776Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36452024-12-06T21:01:47.809ZDec 06 21:01:46.563 INFO [stamp-internal-dns] process exited with exit status: 0 (1.941497498s)
36462024-12-06T21:01:48.169Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36472024-12-06T21:01:48.186ZDec 06 21:01:46.940 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.939077607s)
36482024-12-06T21:01:48.216Z[ recovery-image] Dec 06 21:01:46.970 INFO O| Dec 06 21:01:46.970 INFO O| Caching catalogs ... Done
36492024-12-06T21:01:48.336Z[ recovery-image] Dec 06 21:01:47.090 INFO O| Dec 06 21:01:47.090 INFO STEP 0 (pkg_image_create) COMPLETE
36502024-12-06T21:01:48.336Z[ recovery-image] Dec 06 21:01:47.090 INFO O| Dec 06 21:01:47.090 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-06T21:01:48.336Z[ recovery-image] Dec 06 21:01:47.090 INFO O| Dec 06 21:01:47.090 INFO skip step because feature "repo_redist" is not enabled
36522024-12-06T21:01:48.336Z[ recovery-image] Dec 06 21:01:47.090 INFO O| Dec 06 21:01:47.090 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-06T21:01:48.352Z[ recovery-image] Dec 06 21:01:47.105 INFO O| Dec 06 21:01:47.105 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"]
36542024-12-06T21:01:48.485Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36552024-12-06T21:01:48.488ZDec 06 21:01:47.242 INFO [stamp-oximeter] process exited with exit status: 0 (2.522536838s)
36562024-12-06T21:01:48.836Z[ host-image] Dec 06 21:01:47.590 INFO O| Dec 06 21:01:47.590 INFO O| Startup: Caching catalogs ... Done
36572024-12-06T21:01:48.851Z[ recovery-image] Dec 06 21:01:47.604 INFO O| Dec 06 21:01:47.604 INFO STEP 2 (pkg_set_publisher) COMPLETE
36582024-12-06T21:01:48.851Z[ recovery-image] Dec 06 21:01:47.604 INFO O| Dec 06 21:01:47.604 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592024-12-06T21:01:48.863Z[ recovery-image] Dec 06 21:01:47.617 INFO O| Dec 06 21:01:47.617 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"]
36602024-12-06T21:01:48.941Z[ host-image] Dec 06 21:01:47.694 INFO O| Dec 06 21:01:47.694 INFO O| Planning: Planning completed in 0.00 seconds
36612024-12-06T21:01:48.943Z[ host-image] Dec 06 21:01:47.695 INFO O| Dec 06 21:01:47.695 INFO O| Planning: Consolidating action changes ... Done
36622024-12-06T21:01:48.943Z[ host-image] Dec 06 21:01:47.695 INFO O| Dec 06 21:01:47.695 INFO O| Planning: Evaluating mediators ... Done
36632024-12-06T21:01:48.943Z[ host-image] Dec 06 21:01:47.695 INFO O| Dec 06 21:01:47.695 INFO O| Planning: Planning completed in 0.00 seconds
36642024-12-06T21:01:48.943Z[ host-image] Dec 06 21:01:47.696 INFO O| Dec 06 21:01:47.696 INFO O| Variants/Facets to change: 1
36652024-12-06T21:01:48.966Z[ host-image] Dec 06 21:01:47.720 INFO O| Dec 06 21:01:47.720 INFO O| Done
36662024-12-06T21:01:48.966Z[ host-image] Dec 06 21:01:47.720 INFO O| Dec 06 21:01:47.720 INFO O| Done
36672024-12-06T21:01:49.306Z[ recovery-image] Dec 06 21:01:48.059 INFO O| Dec 06 21:01:48.059 INFO STEP 3 (pkg_set_publisher) COMPLETE
36682024-12-06T21:01:49.306Z[ recovery-image] Dec 06 21:01:48.059 INFO O| Dec 06 21:01:48.059 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-12-06T21:01:49.308Z[ recovery-image] Dec 06 21:01:48.059 INFO O| Dec 06 21:01:48.059 INFO skip step because feature "repo_redist" is not enabled
36702024-12-06T21:01:49.308Z[ recovery-image] Dec 06 21:01:48.059 INFO O| Dec 06 21:01:48.059 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712024-12-06T21:01:49.810Z[ host-image] Dec 06 21:01:48.563 INFO O| Dec 06 21:01:48.563 INFO O| Done
36722024-12-06T21:01:49.817Z[ recovery-image] Dec 06 21:01:48.570 INFO O| Dec 06 21:01:48.570 INFO variant opensolaris.zone is already global
36732024-12-06T21:01:49.817Z[ recovery-image] Dec 06 21:01:48.570 INFO O| Dec 06 21:01:48.570 INFO STEP 5 (pkg_change_variant) COMPLETE
36742024-12-06T21:01:49.817Z[ recovery-image] Dec 06 21:01:48.570 INFO O| Dec 06 21:01:48.570 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36752024-12-06T21:01:49.878Z[ host-image] Dec 06 21:01:48.631 INFO O| Dec 06 21:01:48.631 INFO O| Done
36762024-12-06T21:01:49.880Z[ host-image] Dec 06 21:01:48.632 INFO O| Dec 06 21:01:48.632 INFO O| Done
36772024-12-06T21:01:49.880Z[ host-image] Dec 06 21:01:48.633 INFO O| Dec 06 21:01:48.632 INFO O| Done
36782024-12-06T21:01:49.882Z[ host-image] Dec 06 21:01:48.634 INFO O| Dec 06 21:01:48.634 INFO O| Done
36792024-12-06T21:01:50.332Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36802024-12-06T21:01:50.337ZDec 06 21:01:49.091 INFO [stamp-nexus] process exited with exit status: 0 (4.416978182s)
36812024-12-06T21:01:50.359Z[ recovery-image] Dec 06 21:01:49.112 INFO O| Dec 06 21:01:49.112 INFO variant opensolaris.imagetype is full; changing to partial
36822024-12-06T21:01:50.359Z[ recovery-image] Dec 06 21:01:49.112 INFO O| Dec 06 21:01:49.112 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36832024-12-06T21:01:50.481Z[ host-image] Dec 06 21:01:49.234 INFO O| Dec 06 21:01:49.234 INFO STEP 6 (pkg_change_variant) COMPLETE
36842024-12-06T21:01:50.481Z[ host-image] Dec 06 21:01:49.234 INFO O| Dec 06 21:01:49.234 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852024-12-06T21:01:50.483Z[ host-image] Dec 06 21:01:49.234 INFO O| Dec 06 21:01:49.234 INFO skip step because feature "debug_variant" is not enabled
36862024-12-06T21:01:50.483Z[ host-image] Dec 06 21:01:49.234 INFO O| Dec 06 21:01:49.234 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36872024-12-06T21:01:51.015Z[ host-image] Dec 06 21:01:49.768 INFO O| Dec 06 21:01:49.768 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36882024-12-06T21:01:51.153Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36892024-12-06T21:01:51.156Z[verify-libraries] Compiling polyval v0.6.2
36902024-12-06T21:01:51.349Z[verify-libraries] Compiling ctr v0.9.2
36912024-12-06T21:01:51.391Z[verify-libraries] Compiling ssh-encoding v0.2.0
36922024-12-06T21:01:51.394Z[verify-libraries] Compiling blowfish v0.9.1
36932024-12-06T21:01:51.422Z[verify-libraries] Compiling password-hash v0.4.2
36942024-12-06T21:01:51.430Z[verify-libraries] Compiling matches v0.1.10
36952024-12-06T21:01:51.430Z[verify-libraries] Compiling p256 v0.13.2
36962024-12-06T21:01:51.647Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36972024-12-06T21:01:51.706ZDec 06 21:01:50.459 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.872055142s)
36982024-12-06T21:01:51.744Z[verify-libraries] Compiling ghash v0.5.1
36992024-12-06T21:01:51.867Z[ host-image] Dec 06 21:01:50.620 INFO O| Dec 06 21:01:50.620 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37002024-12-06T21:01:51.870Z[ host-image] Dec 06 21:01:50.622 INFO O| Dec 06 21:01:50.622 INFO O| Planning: Planning completed in 0.00 seconds
37012024-12-06T21:01:51.870Z[ host-image] Dec 06 21:01:50.623 INFO O| Dec 06 21:01:50.623 INFO O| Planning: Consolidating action changes ... Done
37022024-12-06T21:01:51.870Z[ host-image] Dec 06 21:01:50.623 INFO O| Dec 06 21:01:50.623 INFO O| Planning: Evaluating mediators ... Done
37032024-12-06T21:01:51.873Z[ host-image] Dec 06 21:01:50.624 INFO O| Dec 06 21:01:50.624 INFO O| Planning: Planning completed in 0.00 seconds
37042024-12-06T21:01:51.873Z[ host-image] Dec 06 21:01:50.624 INFO O| Dec 06 21:01:50.624 INFO O| Variants/Facets to change: 1
37052024-12-06T21:01:51.939Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37062024-12-06T21:01:52.183Z[verify-libraries] Compiling aes-gcm v0.10.3
37072024-12-06T21:01:52.236Z[verify-libraries] Compiling idna v0.2.3
37082024-12-06T21:01:52.325Z[verify-libraries] Compiling p521 v0.13.3
37092024-12-06T21:01:52.547Z[verify-libraries] Compiling pbkdf2 v0.11.0
37102024-12-06T21:01:52.619Z[ host-image] Dec 06 21:01:51.372 INFO O| Dec 06 21:01:51.365 INFO O| Done
37112024-12-06T21:01:52.619Z[ host-image] Dec 06 21:01:51.372 INFO O| Dec 06 21:01:51.365 INFO O| Done
37122024-12-06T21:01:52.666Z[verify-libraries] Compiling ssh-cipher v0.2.0
37132024-12-06T21:01:52.920Z[verify-libraries] Compiling enum-as-inner v0.5.1
37142024-12-06T21:01:53.459Z[verify-libraries] Compiling ssh-key v0.6.6
37152024-12-06T21:01:53.856Z[ host-image] Dec 06 21:01:52.609 INFO O| Dec 06 21:01:52.609 INFO O| Done
37162024-12-06T21:01:54.042Z[ host-image] Dec 06 21:01:52.795 INFO O| Dec 06 21:01:52.794 INFO O| Done
37172024-12-06T21:01:54.044Z[ host-image] Dec 06 21:01:52.796 INFO O| Dec 06 21:01:52.796 INFO O| Done
37182024-12-06T21:01:54.044Z[ host-image] Dec 06 21:01:52.796 INFO O| Dec 06 21:01:52.796 INFO O| Done
37192024-12-06T21:01:54.046Z[ host-image] Dec 06 21:01:52.798 INFO O| Dec 06 21:01:52.798 INFO O| Done
37202024-12-06T21:01:54.180Z[ host-image] Dec 06 21:01:52.933 INFO O| Dec 06 21:01:52.932 INFO STEP 8 (pkg_change_facet) COMPLETE
37212024-12-06T21:01:54.181Z[ host-image] Dec 06 21:01:52.933 INFO O| Dec 06 21:01:52.933 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-12-06T21:01:54.181Z[ host-image] Dec 06 21:01:52.933 INFO O| Dec 06 21:01:52.933 INFO skip step because feature "recovery" is not enabled
37232024-12-06T21:01:54.181Z[ host-image] Dec 06 21:01:52.933 INFO O| Dec 06 21:01:52.933 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-06T21:01:54.181Z[ host-image] Dec 06 21:01:52.933 INFO O| Dec 06 21:01:52.933 INFO skip step because feature "recovery" is not enabled
37252024-12-06T21:01:54.181Z[ host-image] Dec 06 21:01:52.933 INFO O| Dec 06 21:01:52.933 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-06T21:01:54.201Z[ host-image] Dec 06 21:01:52.953 INFO O| Dec 06 21:01:52.953 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"]
37272024-12-06T21:01:54.249Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37282024-12-06T21:01:54.579Z[verify-libraries] Compiling md5 v0.7.0
37292024-12-06T21:01:54.694Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37302024-12-06T21:01:54.872Z[verify-libraries] Compiling num-bigint v0.4.6
37312024-12-06T21:01:55.256Z[verify-libraries] Compiling des v0.8.1
37322024-12-06T21:01:55.427Z[ host-image] Dec 06 21:01:54.180 INFO O| Dec 06 21:01:54.180 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37332024-12-06T21:01:56.267Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37342024-12-06T21:01:57.795Z[verify-libraries] Compiling russh-keys v0.45.0
37352024-12-06T21:01:57.914Z[verify-libraries] Compiling hex-literal v0.4.1
37362024-12-06T21:01:58.400Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37372024-12-06T21:01:58.436Z[verify-libraries] Compiling petname v2.0.2
37382024-12-06T21:01:59.543Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37392024-12-06T21:01:59.548ZDec 06 21:01:58.301 INFO [stamp-clickhouse] process exited with exit status: 0 (13.6993005s)
37402024-12-06T21:01:59.993Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37412024-12-06T21:02:00.399Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37422024-12-06T21:02:00.404ZDec 06 21:01:59.157 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.888952523s)
37432024-12-06T21:02:00.404ZDec 06 21:01:59.157 INFO [tuf-stamp] task succeeded (14.586750779s)
37442024-12-06T21:02:00.721Z[verify-libraries] Compiling russh v0.45.0
37452024-12-06T21:02:02.409Z[ recovery-image] Dec 06 21:02:01.161 INFO O| Dec 06 21:02:01.161 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37462024-12-06T21:02:06.318Z[verify-libraries] Compiling dhcproto v0.12.0
37472024-12-06T21:02:06.535Z[verify-libraries] Compiling internet-checksum v0.2.1
37482024-12-06T21:02:07.244Z[verify-libraries] Compiling heck v0.4.1
37492024-12-06T21:02:08.743Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37502024-12-06T21:02:11.998Z[ recovery-image] Dec 06 21:02:10.749 INFO O| Dec 06 21:02:10.749 INFO O| Startup: Caching catalogs ... Done
37512024-12-06T21:02:12.115Z[ recovery-image] Dec 06 21:02:10.866 INFO O| Dec 06 21:02:10.866 INFO O| Planning: Planning completed in 0.00 seconds
37522024-12-06T21:02:12.118Z[ recovery-image] Dec 06 21:02:10.867 INFO O| Dec 06 21:02:10.867 INFO O| Planning: Consolidating action changes ... Done
37532024-12-06T21:02:12.118Z[ recovery-image] Dec 06 21:02:10.867 INFO O| Dec 06 21:02:10.867 INFO O| Planning: Evaluating mediators ... Done
37542024-12-06T21:02:12.118Z[ recovery-image] Dec 06 21:02:10.867 INFO O| Dec 06 21:02:10.867 INFO O| Planning: Planning completed in 0.00 seconds
37552024-12-06T21:02:12.118Z[ recovery-image] Dec 06 21:02:10.868 INFO O| Dec 06 21:02:10.868 INFO O| Variants/Facets to change: 1
37562024-12-06T21:02:12.266Z[ recovery-image] Dec 06 21:02:11.016 INFO O| Dec 06 21:02:11.016 INFO O| Done
37572024-12-06T21:02:12.266Z[ recovery-image] Dec 06 21:02:11.016 INFO O| Dec 06 21:02:11.016 INFO O| Done
37582024-12-06T21:02:13.486Z[ recovery-image] Dec 06 21:02:12.237 INFO O| Dec 06 21:02:12.236 INFO O| Done
37592024-12-06T21:02:13.563Z[ recovery-image] Dec 06 21:02:12.311 INFO O| Dec 06 21:02:12.311 INFO O| Done
37602024-12-06T21:02:13.568Z[ recovery-image] Dec 06 21:02:12.313 INFO O| Dec 06 21:02:12.313 INFO O| Done
37612024-12-06T21:02:13.568Z[ recovery-image] Dec 06 21:02:12.313 INFO O| Dec 06 21:02:12.313 INFO O| Done
37622024-12-06T21:02:13.569Z[ recovery-image] Dec 06 21:02:12.315 INFO O| Dec 06 21:02:12.315 INFO O| Done
37632024-12-06T21:02:14.396Z[ recovery-image] Dec 06 21:02:13.136 INFO O| Dec 06 21:02:13.136 INFO STEP 6 (pkg_change_variant) COMPLETE
37642024-12-06T21:02:14.396Z[ recovery-image] Dec 06 21:02:13.136 INFO O| Dec 06 21:02:13.136 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37652024-12-06T21:02:14.419Z[ recovery-image] Dec 06 21:02:13.136 INFO O| Dec 06 21:02:13.136 INFO skip step because feature "debug_variant" is not enabled
37662024-12-06T21:02:14.419Z[ recovery-image] Dec 06 21:02:13.136 INFO O| Dec 06 21:02:13.136 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37672024-12-06T21:02:15.139Z[ recovery-image] Dec 06 21:02:13.889 INFO O| Dec 06 21:02:13.889 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37682024-12-06T21:02:16.403Z[ recovery-image] Dec 06 21:02:15.152 INFO O| Dec 06 21:02:15.152 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37692024-12-06T21:02:16.405Z[ recovery-image] Dec 06 21:02:15.154 INFO O| Dec 06 21:02:15.154 INFO O| Planning: Planning completed in 0.00 seconds
37702024-12-06T21:02:16.408Z[ recovery-image] Dec 06 21:02:15.156 INFO O| Dec 06 21:02:15.156 INFO O| Planning: Consolidating action changes ... Done
37712024-12-06T21:02:16.408Z[ recovery-image] Dec 06 21:02:15.156 INFO O| Dec 06 21:02:15.156 INFO O| Planning: Evaluating mediators ... Done
37722024-12-06T21:02:16.408Z[ recovery-image] Dec 06 21:02:15.157 INFO O| Dec 06 21:02:15.157 INFO O| Planning: Planning completed in 0.00 seconds
37732024-12-06T21:02:16.408Z[ recovery-image] Dec 06 21:02:15.157 INFO O| Dec 06 21:02:15.157 INFO O| Variants/Facets to change: 1
37742024-12-06T21:02:16.509Z[ recovery-image] Dec 06 21:02:15.259 INFO O| Dec 06 21:02:15.259 INFO O| Done
37752024-12-06T21:02:16.509Z[ recovery-image] Dec 06 21:02:15.259 INFO O| Dec 06 21:02:15.259 INFO O| Done
37762024-12-06T21:02:17.391Z[ recovery-image] Dec 06 21:02:16.141 INFO O| Dec 06 21:02:16.141 INFO O| Done
37772024-12-06T21:02:17.549Z[ recovery-image] Dec 06 21:02:16.297 INFO O| Dec 06 21:02:16.297 INFO O| Done
37782024-12-06T21:02:17.551Z[ recovery-image] Dec 06 21:02:16.298 INFO O| Dec 06 21:02:16.298 INFO O| Done
37792024-12-06T21:02:17.551Z[ recovery-image] Dec 06 21:02:16.298 INFO O| Dec 06 21:02:16.298 INFO O| Done
37802024-12-06T21:02:17.551Z[ recovery-image] Dec 06 21:02:16.300 INFO O| Dec 06 21:02:16.300 INFO O| Done
37812024-12-06T21:02:17.668Z[ recovery-image] Dec 06 21:02:16.417 INFO O| Dec 06 21:02:16.417 INFO STEP 8 (pkg_change_facet) COMPLETE
37822024-12-06T21:02:17.668Z[ recovery-image] Dec 06 21:02:16.417 INFO O| Dec 06 21:02:16.417 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37832024-12-06T21:02:18.044Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37842024-12-06T21:02:18.164Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37852024-12-06T21:02:18.576Z[ recovery-image] Dec 06 21:02:17.326 INFO O| Dec 06 21:02:17.326 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37862024-12-06T21:02:18.630Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37872024-12-06T21:02:19.168Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37882024-12-06T21:02:19.594Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37892024-12-06T21:02:19.607Z[ recovery-image] Dec 06 21:02:18.356 INFO O| Dec 06 21:02:18.356 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37902024-12-06T21:02:19.609Z[ recovery-image] Dec 06 21:02:18.358 INFO O| Dec 06 21:02:18.358 INFO O| Planning: Planning completed in 0.00 seconds
37912024-12-06T21:02:19.612Z[ recovery-image] Dec 06 21:02:18.359 INFO O| Dec 06 21:02:18.359 INFO O| Planning: Consolidating action changes ... Done
37922024-12-06T21:02:19.612Z[ recovery-image] Dec 06 21:02:18.360 INFO O| Dec 06 21:02:18.360 INFO O| Planning: Evaluating mediators ... Done
37932024-12-06T21:02:19.612Z[ recovery-image] Dec 06 21:02:18.360 INFO O| Dec 06 21:02:18.360 INFO O| Planning: Planning completed in 0.00 seconds
37942024-12-06T21:02:19.612Z[ recovery-image] Dec 06 21:02:18.361 INFO O| Dec 06 21:02:18.361 INFO O| Variants/Facets to change: 1
37952024-12-06T21:02:19.709Z[ recovery-image] Dec 06 21:02:18.458 INFO O| Dec 06 21:02:18.458 INFO O| Done
37962024-12-06T21:02:19.709Z[ recovery-image] Dec 06 21:02:18.459 INFO O| Dec 06 21:02:18.458 INFO O| Done
37972024-12-06T21:02:20.097Z[verify-libraries] Compiling sync-ptr v0.1.1
37982024-12-06T21:02:20.410Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37992024-12-06T21:02:20.506Z[ recovery-image] Dec 06 21:02:19.254 INFO O| Dec 06 21:02:19.254 INFO O| Done
38002024-12-06T21:02:20.579Z[ recovery-image] Dec 06 21:02:19.328 INFO O| Dec 06 21:02:19.328 INFO O| Done
38012024-12-06T21:02:20.582Z[ recovery-image] Dec 06 21:02:19.329 INFO O| Dec 06 21:02:19.329 INFO O| Done
38022024-12-06T21:02:20.582Z[ recovery-image] Dec 06 21:02:19.329 INFO O| Dec 06 21:02:19.329 INFO O| Done
38032024-12-06T21:02:20.582Z[ recovery-image] Dec 06 21:02:19.331 INFO O| Dec 06 21:02:19.331 INFO O| Done
38042024-12-06T21:02:20.622Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38052024-12-06T21:02:20.707Z[ recovery-image] Dec 06 21:02:19.457 INFO O| Dec 06 21:02:19.456 INFO STEP 9 (pkg_change_facet) COMPLETE
38062024-12-06T21:02:20.707Z[ recovery-image] Dec 06 21:02:19.457 INFO O| Dec 06 21:02:19.457 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38072024-12-06T21:02:21.642Z[ recovery-image] Dec 06 21:02:20.391 INFO O| Dec 06 21:02:20.391 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38082024-12-06T21:02:22.731Z[ recovery-image] Dec 06 21:02:21.480 INFO O| Dec 06 21:02:21.480 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092024-12-06T21:02:22.733Z[ recovery-image] Dec 06 21:02:21.482 INFO O| Dec 06 21:02:21.482 INFO O| Planning: Planning completed in 0.00 seconds
38102024-12-06T21:02:22.736Z[ recovery-image] Dec 06 21:02:21.483 INFO O| Dec 06 21:02:21.483 INFO O| Planning: Consolidating action changes ... Done
38112024-12-06T21:02:22.736Z[ recovery-image] Dec 06 21:02:21.483 INFO O| Dec 06 21:02:21.483 INFO O| Planning: Evaluating mediators ... Done
38122024-12-06T21:02:22.736Z[ recovery-image] Dec 06 21:02:21.483 INFO O| Dec 06 21:02:21.483 INFO O| Planning: Planning completed in 0.00 seconds
38132024-12-06T21:02:22.736Z[ recovery-image] Dec 06 21:02:21.484 INFO O| Dec 06 21:02:21.484 INFO O| Variants/Facets to change: 1
38142024-12-06T21:02:22.835Z[ recovery-image] Dec 06 21:02:21.581 INFO O| Dec 06 21:02:21.581 INFO O| Done
38152024-12-06T21:02:22.840Z[ recovery-image] Dec 06 21:02:21.581 INFO O| Dec 06 21:02:21.581 INFO O| Done
38162024-12-06T21:02:23.696Z[ recovery-image] Dec 06 21:02:22.445 INFO O| Dec 06 21:02:22.445 INFO O| Done
38172024-12-06T21:02:23.793Z[ recovery-image] Dec 06 21:02:22.533 INFO O| Dec 06 21:02:22.533 INFO O| Done
38182024-12-06T21:02:23.797Z[ recovery-image] Dec 06 21:02:22.534 INFO O| Dec 06 21:02:22.534 INFO O| Done
38192024-12-06T21:02:23.798Z[ recovery-image] Dec 06 21:02:22.534 INFO O| Dec 06 21:02:22.534 INFO O| Done
38202024-12-06T21:02:23.798Z[ recovery-image] Dec 06 21:02:22.536 INFO O| Dec 06 21:02:22.536 INFO O| Done
38212024-12-06T21:02:23.939Z[ recovery-image] Dec 06 21:02:22.684 INFO O| Dec 06 21:02:22.684 INFO STEP 10 (pkg_change_facet) COMPLETE
38222024-12-06T21:02:23.940Z[ recovery-image] Dec 06 21:02:22.684 INFO O| Dec 06 21:02:22.684 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38232024-12-06T21:02:23.961Z[ recovery-image] Dec 06 21:02:22.707 INFO O| Dec 06 21:02:22.707 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"]
38242024-12-06T21:02:25.068Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38252024-12-06T21:02:25.204Z[ recovery-image] Dec 06 21:02:23.953 INFO O| Dec 06 21:02:23.953 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38262024-12-06T21:02:27.854Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38272024-12-06T21:02:30.693Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38282024-12-06T21:02:33.488Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38292024-12-06T21:02:41.952Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38302024-12-06T21:02:41.974Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38312024-12-06T21:02:43.053Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38322024-12-06T21:02:46.134Z[verify-libraries] Compiling termios v0.3.3
38332024-12-06T21:02:46.369Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38342024-12-06T21:02:57.398Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38352024-12-06T21:03:01.723Z[ host-image] Dec 06 21:03:00.467 INFO O| Dec 06 21:03:00.466 INFO O| Planning: Solver setup ... Done
38362024-12-06T21:03:15.632Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38372024-12-06T21:03:29.327Z[ recovery-image] Dec 06 21:03:28.067 INFO O| Dec 06 21:03:28.067 INFO O| Planning: Solver setup ... Done
38382024-12-06T21:03:56.269Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38392024-12-06T21:03:58.165Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38402024-12-06T21:04:04.272Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38412024-12-06T21:04:06.111Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38422024-12-06T21:04:19.490Z[ host-image] Dec 06 21:04:18.225 INFO O| Dec 06 21:04:18.224 INFO O| Planning: Running solver ... Done
38432024-12-06T21:04:20.170Z[ host-image] Dec 06 21:04:18.904 INFO O| Dec 06 21:04:18.904 INFO O| Planning: Finding local manifests ... Done
38442024-12-06T21:04:20.198Z[ host-image] Dec 06 21:04:18.932 INFO O| Dec 06 21:04:18.932 INFO O| Planning: Fetching manifests: 0/124 0% complete
38452024-12-06T21:04:25.537Z[ host-image] Dec 06 21:04:24.270 INFO O| Dec 06 21:04:24.270 INFO O| Planning: Fetching manifests: 124/124 100% complete
38462024-12-06T21:04:26.867Z[ host-image] Dec 06 21:04:25.600 INFO O| Dec 06 21:04:25.600 INFO O| Planning: Package planning ... Done
38472024-12-06T21:04:28.508Z[ host-image] Dec 06 21:04:27.241 INFO O| Dec 06 21:04:27.241 INFO O| Planning: Merging actions ... Done
38482024-12-06T21:04:29.157Z[ host-image] Dec 06 21:04:27.891 INFO O| Dec 06 21:04:27.890 INFO O| Planning: Checking for conflicting actions ... Done
38492024-12-06T21:04:29.491Z[ host-image] Dec 06 21:04:28.224 INFO O| Dec 06 21:04:28.224 INFO O| Planning: Consolidating action changes ... Done
38502024-12-06T21:04:30.049Z[ host-image] Dec 06 21:04:28.782 INFO O| Dec 06 21:04:28.782 INFO O| Planning: Evaluating mediators ... Done
38512024-12-06T21:04:32.866Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38522024-12-06T21:04:36.651Z[ host-image] Dec 06 21:04:35.383 INFO O| Dec 06 21:04:35.383 INFO O| Planning: Planning completed in 161.20 seconds
38532024-12-06T21:04:36.660Z[ host-image] Dec 06 21:04:35.392 INFO O| Dec 06 21:04:35.392 INFO O| Packages to install: 124
38542024-12-06T21:04:36.663Z[ host-image] Dec 06 21:04:35.392 INFO O| Dec 06 21:04:35.392 INFO O| Mediators to change: 4
38552024-12-06T21:04:36.663Z[ host-image] Dec 06 21:04:35.392 INFO O| Dec 06 21:04:35.392 INFO O| Services to change: 6
38562024-12-06T21:04:36.813Z[ host-image] Dec 06 21:04:35.545 INFO O| Dec 06 21:04:35.545 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38572024-12-06T21:04:41.833Z[ host-image] Dec 06 21:04:40.565 INFO O| Dec 06 21:04:40.565 INFO O| Download: 1186/22774 items 6.6/199.6MB 3% complete (1.3M/s)
38582024-12-06T21:04:45.135Z[ recovery-image] Dec 06 21:04:43.825 INFO O| Dec 06 21:04:43.825 INFO O| Planning: Running solver ... Done
38592024-12-06T21:04:45.737Z[ recovery-image] Dec 06 21:04:44.468 INFO O| Dec 06 21:04:44.468 INFO O| Planning: Finding local manifests ... Done
38602024-12-06T21:04:45.755Z[ recovery-image] Dec 06 21:04:44.486 INFO O| Dec 06 21:04:44.486 INFO O| Planning: Fetching manifests: 0/124 0% complete
38612024-12-06T21:04:47.278Z[ host-image] Dec 06 21:04:46.009 INFO O| Dec 06 21:04:46.009 INFO O| Download: 1775/22774 items 11.8/199.6MB 5% complete (1.3M/s)
38622024-12-06T21:04:52.338Z[ host-image] Dec 06 21:04:51.069 INFO O| Dec 06 21:04:51.068 INFO O| Download: 2184/22774 items 24.1/199.6MB 12% complete (1.7M/s)
38632024-12-06T21:04:52.403Z[ recovery-image] Dec 06 21:04:51.133 INFO O| Dec 06 21:04:51.133 INFO O| Planning: Fetching manifests: 124/124 100% complete
38642024-12-06T21:04:53.465Z[ recovery-image] Dec 06 21:04:52.195 INFO O| Dec 06 21:04:52.195 INFO O| Planning: Package planning ... Done
38652024-12-06T21:04:54.094Z[ recovery-image] Dec 06 21:04:52.824 INFO O| Dec 06 21:04:52.824 INFO O| Planning: Merging actions ... Done
38662024-12-06T21:04:54.277Z[ recovery-image] Dec 06 21:04:53.007 INFO O| Dec 06 21:04:53.007 INFO O| Planning: Checking for conflicting actions ... Done
38672024-12-06T21:04:54.413Z[ recovery-image] Dec 06 21:04:53.143 INFO O| Dec 06 21:04:53.143 INFO O| Planning: Consolidating action changes ... Done
38682024-12-06T21:04:54.776Z[ recovery-image] Dec 06 21:04:53.506 INFO O| Dec 06 21:04:53.506 INFO O| Planning: Evaluating mediators ... Done
38692024-12-06T21:04:57.361Z[ host-image] Dec 06 21:04:56.090 INFO O| Dec 06 21:04:56.090 INFO O| Download: 2861/22774 items 32.5/199.6MB 16% complete (2.2M/s)
38702024-12-06T21:04:57.989Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38712024-12-06T21:05:00.798Z[ recovery-image] Dec 06 21:04:59.525 INFO O| Dec 06 21:04:59.525 INFO O| Planning: Planning completed in 155.57 seconds
38722024-12-06T21:05:00.803Z[ recovery-image] Dec 06 21:04:59.532 INFO O| Dec 06 21:04:59.532 INFO O| Packages to install: 124
38732024-12-06T21:05:00.803Z[ recovery-image] Dec 06 21:04:59.532 INFO O| Dec 06 21:04:59.532 INFO O| Mediators to change: 4
38742024-12-06T21:05:00.805Z[ recovery-image] Dec 06 21:04:59.532 INFO O| Dec 06 21:04:59.532 INFO O| Services to change: 5
38752024-12-06T21:05:00.875Z[ recovery-image] Dec 06 21:04:59.604 INFO O| Dec 06 21:04:59.604 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38762024-12-06T21:05:02.362Z[ host-image] Dec 06 21:05:01.091 INFO O| Dec 06 21:05:01.090 INFO O| Download: 4045/22774 items 40.2/199.6MB 20% complete (1.6M/s)
38772024-12-06T21:05:04.035Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38782024-12-06T21:05:05.905Z[ recovery-image] Dec 06 21:05:04.617 INFO O| Dec 06 21:05:04.615 INFO O| Download: 929/15848 items 7.1/176.3MB 4% complete (1.4M/s)
38792024-12-06T21:05:07.367Z[ host-image] Dec 06 21:05:06.095 INFO O| Dec 06 21:05:06.095 INFO O| Download: 4709/22774 items 44.8/199.6MB 22% complete (1.2M/s)
38802024-12-06T21:05:11.056Z[ recovery-image] Dec 06 21:05:09.783 INFO O| Dec 06 21:05:09.783 INFO O| Download: 1320/15848 items 20.0/176.3MB 11% complete (2.0M/s)
38812024-12-06T21:05:12.581Z[ host-image] Dec 06 21:05:11.292 INFO O| Dec 06 21:05:11.292 INFO O| Download: 5747/22774 items 46.3/199.6MB 23% complete (639k/s)
38822024-12-06T21:05:16.103Z[ recovery-image] Dec 06 21:05:14.830 INFO O| Dec 06 21:05:14.830 INFO O| Download: 1618/15848 items 25.1/176.3MB 14% complete (1.8M/s)
38832024-12-06T21:05:17.570Z[ host-image] Dec 06 21:05:16.297 INFO O| Dec 06 21:05:16.297 INFO O| Download: 6797/22774 items 48.6/199.6MB 24% complete (360k/s)
38842024-12-06T21:05:21.160Z[ recovery-image] Dec 06 21:05:19.886 INFO O| Dec 06 21:05:19.886 INFO O| Download: 2678/15848 items 33.1/176.3MB 18% complete (1.3M/s)
38852024-12-06T21:05:22.571Z[ host-image] Dec 06 21:05:21.297 INFO O| Dec 06 21:05:21.297 INFO O| Download: 7362/22774 items 57.6/199.6MB 28% complete (1.1M/s)
38862024-12-06T21:05:26.192Z[ recovery-image] Dec 06 21:05:24.918 INFO O| Dec 06 21:05:24.918 INFO O| Download: 3610/15848 items 39.1/176.3MB 22% complete (1.4M/s)
38872024-12-06T21:05:27.572Z[ host-image] Dec 06 21:05:26.297 INFO O| Dec 06 21:05:26.297 INFO O| Download: 8217/22774 items 61.2/199.6MB 30% complete (1.2M/s)
38882024-12-06T21:05:31.193Z[ recovery-image] Dec 06 21:05:29.919 INFO O| Dec 06 21:05:29.918 INFO O| Download: 5083/15848 items 43.2/176.3MB 24% complete (1.0M/s)
38892024-12-06T21:05:33.299Z[ host-image] Dec 06 21:05:32.024 INFO O| Dec 06 21:05:32.024 INFO O| Download: 8268/22774 items 65.7/199.6MB 32% complete (1.2M/s)
38902024-12-06T21:05:36.554Z[ recovery-image] Dec 06 21:05:35.279 INFO O| Dec 06 21:05:35.279 INFO O| Download: 5732/15848 items 46.3/176.3MB 26% complete (844k/s)
38912024-12-06T21:05:38.301Z[ host-image] Dec 06 21:05:37.025 INFO O| Dec 06 21:05:37.025 INFO O| Download: 9730/22774 items 83.4/199.6MB 41% complete (2.1M/s)
38922024-12-06T21:05:41.843Z[ recovery-image] Dec 06 21:05:40.567 INFO O| Dec 06 21:05:40.567 INFO O| Download: 6106/15848 items 56.7/176.3MB 32% complete (1.2M/s)
38932024-12-06T21:05:43.394Z[ host-image] Dec 06 21:05:42.117 INFO O| Dec 06 21:05:42.117 INFO O| Download: 10863/22774 items 90.0/199.6MB 45% complete (2.5M/s)
38942024-12-06T21:05:46.855Z[ recovery-image] Dec 06 21:05:45.579 INFO O| Dec 06 21:05:45.579 INFO O| Download: 6860/15848 items 67.4/176.3MB 38% complete (2.0M/s)
38952024-12-06T21:05:48.726Z[ host-image] Dec 06 21:05:47.448 INFO O| Dec 06 21:05:47.448 INFO O| Download: 11277/22774 items 95.3/199.6MB 47% complete (1.1M/s)
38962024-12-06T21:05:52.123Z[ recovery-image] Dec 06 21:05:50.845 INFO O| Dec 06 21:05:50.845 INFO O| Download: 7638/15848 items 73.7/176.3MB 41% complete (1.7M/s)
38972024-12-06T21:05:53.727Z[ host-image] Dec 06 21:05:52.449 INFO O| Dec 06 21:05:52.449 INFO O| Download: 12054/22774 items 100.4/199.6MB 50% complete (996k/s)
38982024-12-06T21:05:57.136Z[ recovery-image] Dec 06 21:05:55.858 INFO O| Dec 06 21:05:55.858 INFO O| Download: 8414/15848 items 79.8/176.3MB 45% complete (1.2M/s)
38992024-12-06T21:05:58.728Z[ host-image] Dec 06 21:05:57.449 INFO O| Dec 06 21:05:57.449 INFO O| Download: 12528/22774 items 109.6/199.6MB 54% complete (1.4M/s)
39002024-12-06T21:06:02.154Z[ recovery-image] Dec 06 21:06:00.873 INFO O| Dec 06 21:06:00.873 INFO O| Download: 8822/15848 items 91.8/176.3MB 52% complete (1.8M/s)
39012024-12-06T21:06:03.738Z[ host-image] Dec 06 21:06:02.459 INFO O| Dec 06 21:06:02.459 INFO O| Download: 13697/22774 items 110.2/199.6MB 55% complete (1001k/s)
39022024-12-06T21:06:07.156Z[ recovery-image] Dec 06 21:06:05.876 INFO O| Dec 06 21:06:05.876 INFO O| Download: 9693/15848 items 93.0/176.3MB 52% complete (1.3M/s)
39032024-12-06T21:06:08.821Z[ host-image] Dec 06 21:06:07.541 INFO O| Dec 06 21:06:07.541 INFO O| Download: 14264/22774 items 110.7/199.6MB 55% complete (110k/s)
39042024-12-06T21:06:12.284Z[ recovery-image] Dec 06 21:06:11.004 INFO O| Dec 06 21:06:11.003 INFO O| Download: 10547/15848 items 93.5/176.3MB 53% complete (769k/s)
39052024-12-06T21:06:13.993Z[ host-image] Dec 06 21:06:12.712 INFO O| Dec 06 21:06:12.712 INFO O| Download: 14498/22774 items 115.4/199.6MB 57% complete (452k/s)
39062024-12-06T21:06:17.285Z[ recovery-image] Dec 06 21:06:16.004 INFO O| Dec 06 21:06:16.004 INFO O| Download: 11126/15848 items 100.7/176.3MB 57% complete (699k/s)
39072024-12-06T21:06:18.994Z[ host-image] Dec 06 21:06:17.713 INFO O| Dec 06 21:06:17.712 INFO O| Download: 15521/22774 items 123.7/199.6MB 61% complete (1.3M/s)
39082024-12-06T21:06:22.352Z[ recovery-image] Dec 06 21:06:21.070 INFO O| Dec 06 21:06:21.070 INFO O| Download: 11549/15848 items 111.8/176.3MB 63% complete (1.9M/s)
39092024-12-06T21:06:24.005Z[ host-image] Dec 06 21:06:22.724 INFO O| Dec 06 21:06:22.723 INFO O| Download: 16092/22774 items 132.9/199.6MB 66% complete (1.8M/s)
39102024-12-06T21:06:27.372Z[ recovery-image] Dec 06 21:06:26.089 INFO O| Dec 06 21:06:26.089 INFO O| Download: 12024/15848 items 140.1/176.3MB 79% complete (4.1M/s)
39112024-12-06T21:06:29.339Z[ host-image] Dec 06 21:06:28.057 INFO O| Dec 06 21:06:28.057 INFO O| Download: 16902/22774 items 139.6/199.6MB 69% complete (1.6M/s)
39122024-12-06T21:06:33.122Z[ recovery-image] Dec 06 21:06:31.839 INFO O| Dec 06 21:06:31.839 INFO O| Download: 13020/15848 items 143.8/176.3MB 81% complete (3.3M/s)
39132024-12-06T21:06:34.368Z[ host-image] Dec 06 21:06:33.085 INFO O| Dec 06 21:06:33.085 INFO O| Download: 17892/22774 items 150.2/199.6MB 75% complete (1.7M/s)
39142024-12-06T21:06:38.269Z[ recovery-image] Dec 06 21:06:36.986 INFO O| Dec 06 21:06:36.986 INFO O| Download: 14039/15848 items 148.6/176.3MB 84% complete (871k/s)
39152024-12-06T21:06:39.378Z[ host-image] Dec 06 21:06:38.095 INFO O| Dec 06 21:06:38.095 INFO O| Download: 18514/22774 items 163.7/199.6MB 82% complete (2.4M/s)
39162024-12-06T21:06:43.424Z[ recovery-image] Dec 06 21:06:42.117 INFO O| Dec 06 21:06:42.117 INFO O| Download: 14716/15848 items 151.8/176.3MB 86% complete (767k/s)
39172024-12-06T21:06:45.221Z[ host-image] Dec 06 21:06:43.936 INFO O| Dec 06 21:06:43.936 INFO O| Download: 18987/22774 items 165.7/199.6MB 83% complete (1.9M/s)
39182024-12-06T21:06:48.405Z[ recovery-image] Dec 06 21:06:47.119 INFO O| Dec 06 21:06:47.119 INFO O| Download: 15251/15848 items 160.5/176.3MB 91% complete (1.0M/s)
39192024-12-06T21:06:52.603Z[ host-image] Dec 06 21:06:51.318 INFO O| Dec 06 21:06:51.318 INFO O| Download: 20011/22774 items 170.5/199.6MB 85% complete (660k/s)
39202024-12-06T21:06:53.642Z[ recovery-image] Dec 06 21:06:52.357 INFO O| Dec 06 21:06:52.357 INFO O| Download: 15316/15848 items 161.5/176.3MB 91% complete (1000k/s)
39212024-12-06T21:06:57.603Z[ host-image] Dec 06 21:06:56.318 INFO O| Dec 06 21:06:56.318 INFO O| Download: 20805/22774 items 174.0/199.6MB 87% complete (702k/s)
39222024-12-06T21:06:58.643Z[ recovery-image] Dec 06 21:06:57.357 INFO O| Dec 06 21:06:57.357 INFO O| Download: 15753/15848 items 174.5/176.3MB 99% complete (1.4M/s)
39232024-12-06T21:07:00.978Z[ recovery-image] Dec 06 21:06:59.692 INFO O| Dec 06 21:06:59.692 INFO O| Download: Completed 176.29 MB in 120.09 seconds (1.5M/s)
39242024-12-06T21:07:02.160Z[ recovery-image] Dec 06 21:07:00.874 INFO O| Dec 06 21:07:00.874 INFO O| Actions: 1/25014 actions (Installing new actions)
39252024-12-06T21:07:02.607Z[ host-image] Dec 06 21:07:01.320 INFO O| Dec 06 21:07:01.320 INFO O| Download: 21162/22774 items 179.6/199.6MB 89% complete (935k/s)
39262024-12-06T21:07:07.161Z[ recovery-image] Dec 06 21:07:05.874 INFO O| Dec 06 21:07:05.874 INFO O| Actions: 9749/25014 actions (Installing new actions)
39272024-12-06T21:07:07.881Z[ host-image] Dec 06 21:07:06.594 INFO O| Dec 06 21:07:06.593 INFO O| Download: 21962/22774 items 191.6/199.6MB 96% complete (1.8M/s)
39282024-12-06T21:07:11.908Z[ host-image] Dec 06 21:07:10.620 INFO O| Dec 06 21:07:10.620 INFO O| Download: Completed 199.56 MB in 155.07 seconds (1.3M/s)
39292024-12-06T21:07:12.162Z[ recovery-image] Dec 06 21:07:10.874 INFO O| Dec 06 21:07:10.874 INFO O| Actions: 16900/25014 actions (Installing new actions)
39302024-12-06T21:07:15.658Z[ host-image] Dec 06 21:07:14.370 INFO O| Dec 06 21:07:14.370 INFO O| Actions: 1/49471 actions (Installing new actions)
39312024-12-06T21:07:16.220Z[ recovery-image] Dec 06 21:07:14.932 INFO O| Dec 06 21:07:14.932 INFO O| Actions: Completed 25014 actions in 14.05 seconds.
39322024-12-06T21:07:17.094Z[ recovery-image] Dec 06 21:07:15.805 INFO O| Dec 06 21:07:15.805 INFO O| Done
39332024-12-06T21:07:17.094Z[ recovery-image] Dec 06 21:07:15.805 INFO O| Dec 06 21:07:15.805 INFO O| Done
39342024-12-06T21:07:18.902Z[ recovery-image] Dec 06 21:07:17.614 INFO O| Dec 06 21:07:17.613 INFO O| Done
39352024-12-06T21:07:20.659Z[ host-image] Dec 06 21:07:19.371 INFO O| Dec 06 21:07:19.371 INFO O| Actions: 9580/49471 actions (Installing new actions)
39362024-12-06T21:07:21.001Z[ recovery-image] Dec 06 21:07:19.712 INFO O| Dec 06 21:07:19.712 INFO O| Done
39372024-12-06T21:07:21.023Z[ recovery-image] Dec 06 21:07:19.734 INFO O| Dec 06 21:07:19.734 INFO O| Done
39382024-12-06T21:07:25.660Z[ host-image] Dec 06 21:07:24.371 INFO O| Dec 06 21:07:24.371 INFO O| Actions: 17530/49471 actions (Installing new actions)
39392024-12-06T21:07:26.300Z[ recovery-image] Dec 06 21:07:25.011 INFO O| Dec 06 21:07:25.011 INFO O| Done
39402024-12-06T21:07:27.144Z[ recovery-image] Dec 06 21:07:25.854 INFO O| Dec 06 21:07:25.854 INFO O| Done
39412024-12-06T21:07:27.683Z[ recovery-image] Dec 06 21:07:26.393 INFO O| Dec 06 21:07:26.393 INFO STEP 11 (pkg_install) COMPLETE
39422024-12-06T21:07:27.683Z[ recovery-image] Dec 06 21:07:26.393 INFO O| Dec 06 21:07:26.393 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39432024-12-06T21:07:27.683Z[ recovery-image] Dec 06 21:07:26.393 INFO O| Dec 06 21:07:26.393 INFO skip step because feature "recovery" is enabled
39442024-12-06T21:07:27.684Z[ recovery-image] Dec 06 21:07:26.393 INFO O| Dec 06 21:07:26.393 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39452024-12-06T21:07:27.686Z[ recovery-image] Dec 06 21:07:26.393 INFO O| Dec 06 21:07:26.393 INFO skip step because feature "omicron1" is not enabled
39462024-12-06T21:07:27.687Z[ recovery-image] Dec 06 21:07:26.393 INFO O| Dec 06 21:07:26.393 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39472024-12-06T21:07:27.705Z[ recovery-image] Dec 06 21:07:26.415 INFO O| Dec 06 21:07:26.415 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39482024-12-06T21:07:28.841Z[ recovery-image] Dec 06 21:07:27.551 INFO O| Dec 06 21:07:27.551 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39492024-12-06T21:07:30.661Z[ host-image] Dec 06 21:07:29.371 INFO O| Dec 06 21:07:29.371 INFO O| Actions: 24445/49471 actions (Installing new actions)
39502024-12-06T21:07:33.431Z[ recovery-image] Dec 06 21:07:32.141 INFO O| Dec 06 21:07:32.141 INFO O| Planning: Solver setup ... Done
39512024-12-06T21:07:33.438Z[ recovery-image] Dec 06 21:07:32.147 INFO O| Dec 06 21:07:32.147 INFO O| Planning: Running solver ... Done
39522024-12-06T21:07:33.524Z[ recovery-image] Dec 06 21:07:32.233 INFO O| Dec 06 21:07:32.233 INFO O| Planning: Finding local manifests ... Done
39532024-12-06T21:07:33.528Z[ recovery-image] Dec 06 21:07:32.234 INFO O| Dec 06 21:07:32.234 INFO O| Planning: Fetching manifests: 0/1 0% complete
39542024-12-06T21:07:33.750Z[ recovery-image] Dec 06 21:07:32.459 INFO O| Dec 06 21:07:32.459 INFO O| Planning: Fetching manifests: 1/1 100% complete
39552024-12-06T21:07:33.779Z[ recovery-image] Dec 06 21:07:32.488 INFO O| Dec 06 21:07:32.488 INFO O| Planning: Package planning ... Done
39562024-12-06T21:07:33.782Z[ recovery-image] Dec 06 21:07:32.489 INFO O| Dec 06 21:07:32.489 INFO O| Planning: Merging actions ... Done
39572024-12-06T21:07:33.835Z[ recovery-image] Dec 06 21:07:32.545 INFO O| Dec 06 21:07:32.545 INFO O| Planning: Checking for conflicting actions ... Done
39582024-12-06T21:07:33.838Z[ recovery-image] Dec 06 21:07:32.545 INFO O| Dec 06 21:07:32.545 INFO O| Planning: Consolidating action changes ... Done
39592024-12-06T21:07:34.090Z[ recovery-image] Dec 06 21:07:32.799 INFO O| Dec 06 21:07:32.799 INFO O| Planning: Evaluating mediators ... Done
39602024-12-06T21:07:34.094Z[ recovery-image] Dec 06 21:07:32.800 INFO O| Dec 06 21:07:32.800 INFO O| Planning: Planning completed in 5.25 seconds
39612024-12-06T21:07:34.097Z[ recovery-image] Dec 06 21:07:32.804 INFO O| Dec 06 21:07:32.803 INFO O| Packages to install: 1
39622024-12-06T21:07:34.116Z[ recovery-image] Dec 06 21:07:32.826 INFO O| Dec 06 21:07:32.825 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39632024-12-06T21:07:34.737Z[ recovery-image] Dec 06 21:07:33.447 INFO O| Dec 06 21:07:33.447 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.1M/s)
39642024-12-06T21:07:34.802Z[ recovery-image] Dec 06 21:07:33.511 INFO O| Dec 06 21:07:33.511 INFO O| Actions: 1/22 actions (Installing new actions)
39652024-12-06T21:07:35.168Z[ recovery-image] Dec 06 21:07:33.877 INFO O| Dec 06 21:07:33.877 INFO O| Actions: Completed 22 actions in 0.37 seconds.
39662024-12-06T21:07:35.611Z[ recovery-image] Dec 06 21:07:34.321 INFO O| Dec 06 21:07:34.321 INFO O| Done
39672024-12-06T21:07:35.612Z[ recovery-image] Dec 06 21:07:34.321 INFO O| Dec 06 21:07:34.321 INFO O| Done
39682024-12-06T21:07:35.672Z[ host-image] Dec 06 21:07:34.381 INFO O| Dec 06 21:07:34.381 INFO O| Actions: 49081/49471 actions (Installing new actions)
39692024-12-06T21:07:35.878Z[ host-image] Dec 06 21:07:34.587 INFO O| Dec 06 21:07:34.587 INFO O| Actions: Completed 49471 actions in 20.21 seconds.
39702024-12-06T21:07:36.598Z[ host-image] Dec 06 21:07:35.307 INFO O| Dec 06 21:07:35.307 INFO O| Done
39712024-12-06T21:07:36.598Z[ host-image] Dec 06 21:07:35.307 INFO O| Dec 06 21:07:35.307 INFO O| Done
39722024-12-06T21:07:36.892Z[ recovery-image] Dec 06 21:07:35.601 INFO O| Dec 06 21:07:35.601 INFO O| Done
39732024-12-06T21:07:38.146Z[ host-image] Dec 06 21:07:36.855 INFO O| Dec 06 21:07:36.855 INFO O| Done
39742024-12-06T21:07:38.879Z[ recovery-image] Dec 06 21:07:37.588 INFO O| Dec 06 21:07:37.588 INFO O| Done
39752024-12-06T21:07:38.911Z[ recovery-image] Dec 06 21:07:37.619 INFO O| Dec 06 21:07:37.619 INFO O| Done
39762024-12-06T21:07:38.911Z[ recovery-image] Dec 06 21:07:37.620 INFO O| Dec 06 21:07:37.619 INFO O| Done
39772024-12-06T21:07:38.929Z[ recovery-image] Dec 06 21:07:37.638 INFO O| Dec 06 21:07:37.638 INFO O| Done
39782024-12-06T21:07:39.186Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO STEP 14 (pkg_install) COMPLETE
39792024-12-06T21:07:39.187Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39802024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO skip step because feature "mfg" is not enabled
39812024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39822024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO skip step because feature "compliance" is not enabled
39832024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39842024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO skip step because feature "stress" is not enabled
39852024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39862024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO skip step because feature "nfs" is not enabled
39872024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.895 INFO O| Dec 06 21:07:37.895 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39882024-12-06T21:07:39.189Z[ recovery-image] Dec 06 21:07:37.896 INFO O| Dec 06 21:07:37.896 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39892024-12-06T21:07:39.331Z[ recovery-image] Dec 06 21:07:38.039 INFO O| Dec 06 21:07:38.039 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
39902024-12-06T21:07:39.462Z[ recovery-image] Dec 06 21:07:38.171 INFO O| Dec 06 21:07:38.171 INFO completed processing gimlet/ramdisk-01-os
39912024-12-06T21:07:39.466Z[ recovery-image] Dec 06 21:07:38.175 INFO image builder template: ramdisk-02-trim...
39922024-12-06T21:07:39.466Z[ recovery-image] Dec 06 21:07:38.175 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/.tmp0o7x0a/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
39932024-12-06T21:07:39.510Z[ recovery-image] Dec 06 21:07:38.219 INFO O| Dec 06 21:07:38.218 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39942024-12-06T21:07:39.519Z[ recovery-image] Dec 06 21:07:38.228 INFO O| Dec 06 21:07:38.227 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39952024-12-06T21:07:39.629Z[ recovery-image] Dec 06 21:07:38.337 INFO O| Dec 06 21:07:38.337 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
39962024-12-06T21:07:39.723Z[ recovery-image] Dec 06 21:07:38.432 INFO O| Dec 06 21:07:38.431 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39972024-12-06T21:07:39.726Z[ recovery-image] Dec 06 21:07:38.432 INFO O| Dec 06 21:07:38.432 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39982024-12-06T21:07:39.734Z[ recovery-image] Dec 06 21:07:38.443 INFO O| Dec 06 21:07:38.443 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39992024-12-06T21:07:39.744Z[ recovery-image] Dec 06 21:07:38.453 INFO O| Dec 06 21:07:38.453 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40002024-12-06T21:07:39.755Z[ recovery-image] Dec 06 21:07:38.464 INFO O| Dec 06 21:07:38.464 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40012024-12-06T21:07:40.169Z[ recovery-image] Dec 06 21:07:38.878 INFO O| Dec 06 21:07:38.877 INFO rolled back to input snapshot; work may begin
40022024-12-06T21:07:40.169Z[ recovery-image] Dec 06 21:07:38.878 INFO O| Dec 06 21:07:38.878 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40032024-12-06T21:07:40.187Z[ recovery-image] Dec 06 21:07:38.895 INFO O| Dec 06 21:07:38.895 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-12-06T21:07:40.209Z[ recovery-image] Dec 06 21:07:38.918 INFO O| Dec 06 21:07:38.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40052024-12-06T21:07:40.397Z[ recovery-image] Dec 06 21:07:39.105 INFO O| Dec 06 21:07:39.105 INFO STEP 0 (remove_files) COMPLETE
40062024-12-06T21:07:40.397Z[ recovery-image] Dec 06 21:07:39.105 INFO O| Dec 06 21:07:39.105 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-12-06T21:07:40.453Z[ recovery-image] Dec 06 21:07:39.156 INFO O| Dec 06 21:07:39.156 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40082024-12-06T21:07:40.453Z[ recovery-image] Dec 06 21:07:39.159 INFO O| Dec 06 21:07:39.159 INFO STEP 1 (remove_files) COMPLETE
40092024-12-06T21:07:40.453Z[ recovery-image] Dec 06 21:07:39.159 INFO O| Dec 06 21:07:39.159 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-12-06T21:07:40.470Z[ recovery-image] Dec 06 21:07:39.179 INFO O| Dec 06 21:07:39.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40112024-12-06T21:07:40.500Z[ recovery-image] Dec 06 21:07:39.204 INFO O| Dec 06 21:07:39.204 INFO STEP 2 (remove_files) COMPLETE
40122024-12-06T21:07:40.500Z[ recovery-image] Dec 06 21:07:39.204 INFO O| Dec 06 21:07:39.204 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-12-06T21:07:40.521Z[ recovery-image] Dec 06 21:07:39.228 INFO O| Dec 06 21:07:39.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40142024-12-06T21:07:40.525Z[ recovery-image] Dec 06 21:07:39.232 INFO O| Dec 06 21:07:39.232 INFO STEP 3 (remove_files) COMPLETE
40152024-12-06T21:07:40.525Z[ recovery-image] Dec 06 21:07:39.232 INFO O| Dec 06 21:07:39.232 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-12-06T21:07:40.583Z[ recovery-image] Dec 06 21:07:39.292 INFO O| Dec 06 21:07:39.292 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40172024-12-06T21:07:40.591Z[ recovery-image] Dec 06 21:07:39.300 INFO O| Dec 06 21:07:39.300 INFO STEP 4 (remove_files) COMPLETE
40182024-12-06T21:07:40.591Z[ recovery-image] Dec 06 21:07:39.300 INFO O| Dec 06 21:07:39.300 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-12-06T21:07:40.629Z[ recovery-image] Dec 06 21:07:39.338 INFO O| Dec 06 21:07:39.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40202024-12-06T21:07:40.632Z[ recovery-image] Dec 06 21:07:39.339 INFO O| Dec 06 21:07:39.339 INFO STEP 5 (remove_files) COMPLETE
40212024-12-06T21:07:40.632Z[ recovery-image] Dec 06 21:07:39.339 INFO O| Dec 06 21:07:39.339 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-12-06T21:07:40.652Z[ recovery-image] Dec 06 21:07:39.360 INFO O| Dec 06 21:07:39.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40232024-12-06T21:07:40.672Z[ recovery-image] Dec 06 21:07:39.381 INFO O| Dec 06 21:07:39.380 INFO STEP 6 (remove_files) COMPLETE
40242024-12-06T21:07:40.675Z[ recovery-image] Dec 06 21:07:39.381 INFO O| Dec 06 21:07:39.381 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-12-06T21:07:40.675Z[ recovery-image] Dec 06 21:07:39.381 INFO O| Dec 06 21:07:39.381 INFO skip step because feature "recovery" is enabled
40262024-12-06T21:07:40.675Z[ recovery-image] Dec 06 21:07:39.381 INFO O| Dec 06 21:07:39.381 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-12-06T21:07:40.675Z[ recovery-image] Dec 06 21:07:39.381 INFO O| Dec 06 21:07:39.381 INFO skip step because feature "recovery" is enabled
40282024-12-06T21:07:40.675Z[ recovery-image] Dec 06 21:07:39.381 INFO O| Dec 06 21:07:39.381 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-12-06T21:07:40.675Z[ recovery-image] Dec 06 21:07:39.381 INFO O| Dec 06 21:07:39.381 INFO skip step because feature "recovery" is enabled
40302024-12-06T21:07:40.675Z[ recovery-image] Dec 06 21:07:39.382 INFO O| Dec 06 21:07:39.381 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-12-06T21:07:40.694Z[ recovery-image] Dec 06 21:07:39.403 INFO O| Dec 06 21:07:39.403 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40322024-12-06T21:07:40.722Z[ recovery-image] Dec 06 21:07:39.409 INFO O| Dec 06 21:07:39.409 INFO STEP 10 (remove_files) COMPLETE
40332024-12-06T21:07:40.722Z[ recovery-image] Dec 06 21:07:39.409 INFO O| Dec 06 21:07:39.409 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-12-06T21:07:40.725Z[ recovery-image] Dec 06 21:07:39.432 INFO O| Dec 06 21:07:39.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40352024-12-06T21:07:40.725Z[ recovery-image] Dec 06 21:07:39.434 INFO O| Dec 06 21:07:39.433 INFO STEP 11 (remove_files) COMPLETE
40362024-12-06T21:07:40.735Z[ recovery-image] Dec 06 21:07:39.434 INFO O| Dec 06 21:07:39.434 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-06T21:07:40.746Z[ recovery-image] Dec 06 21:07:39.454 INFO O| Dec 06 21:07:39.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40382024-12-06T21:07:40.749Z[ recovery-image] Dec 06 21:07:39.457 INFO O| Dec 06 21:07:39.457 INFO STEP 12 (remove_files) COMPLETE
40392024-12-06T21:07:40.749Z[ recovery-image] Dec 06 21:07:39.457 INFO O| Dec 06 21:07:39.457 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-12-06T21:07:40.787Z[ recovery-image] Dec 06 21:07:39.496 INFO O| Dec 06 21:07:39.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40412024-12-06T21:07:41.129Z[ recovery-image] Dec 06 21:07:39.814 INFO O| Dec 06 21:07:39.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40422024-12-06T21:07:41.129Z[ recovery-image] Dec 06 21:07:39.822 INFO O| Dec 06 21:07:39.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40432024-12-06T21:07:41.129Z[ recovery-image] Dec 06 21:07:39.822 INFO O| Dec 06 21:07:39.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40442024-12-06T21:07:41.185Z[ recovery-image] Dec 06 21:07:39.893 INFO O| Dec 06 21:07:39.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40452024-12-06T21:07:41.221Z[ recovery-image] Dec 06 21:07:39.929 INFO O| Dec 06 21:07:39.929 INFO STEP 13 (remove_files) COMPLETE
40462024-12-06T21:07:41.221Z[ recovery-image] Dec 06 21:07:39.929 INFO O| Dec 06 21:07:39.929 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-06T21:07:41.244Z[ recovery-image] Dec 06 21:07:39.952 INFO O| Dec 06 21:07:39.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40482024-12-06T21:07:41.246Z[ recovery-image] Dec 06 21:07:39.955 INFO O| Dec 06 21:07:39.955 INFO STEP 14 (remove_files) COMPLETE
40492024-12-06T21:07:41.246Z[ recovery-image] Dec 06 21:07:39.955 INFO O| Dec 06 21:07:39.955 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-06T21:07:41.263Z[ recovery-image] Dec 06 21:07:39.972 INFO O| Dec 06 21:07:39.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40512024-12-06T21:07:41.266Z[ host-image] Dec 06 21:07:39.974 INFO O| Dec 06 21:07:39.974 INFO O| Done
40522024-12-06T21:07:41.272Z[ recovery-image] Dec 06 21:07:39.981 INFO O| Dec 06 21:07:39.981 INFO STEP 15 (remove_files) COMPLETE
40532024-12-06T21:07:41.272Z[ recovery-image] Dec 06 21:07:39.981 INFO O| Dec 06 21:07:39.981 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-12-06T21:07:41.336Z[ host-image] Dec 06 21:07:40.045 INFO O| Dec 06 21:07:40.045 INFO O| Done
40552024-12-06T21:07:41.415Z[ recovery-image] Dec 06 21:07:40.124 INFO O| Dec 06 21:07:40.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40562024-12-06T21:07:41.418Z[ recovery-image] Dec 06 21:07:40.125 INFO O| Dec 06 21:07:40.125 INFO STEP 16 (remove_files) COMPLETE
40572024-12-06T21:07:41.418Z[ recovery-image] Dec 06 21:07:40.125 INFO O| Dec 06 21:07:40.125 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40582024-12-06T21:07:41.440Z[ recovery-image] Dec 06 21:07:40.148 INFO O| Dec 06 21:07:40.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40592024-12-06T21:07:41.442Z[ recovery-image] Dec 06 21:07:40.150 INFO O| Dec 06 21:07:40.150 INFO STEP 17 (remove_files) COMPLETE
40602024-12-06T21:07:41.442Z[ recovery-image] Dec 06 21:07:40.150 INFO O| Dec 06 21:07:40.150 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-12-06T21:07:41.475Z[ recovery-image] Dec 06 21:07:40.184 INFO O| Dec 06 21:07:40.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40622024-12-06T21:07:41.475Z[ recovery-image] Dec 06 21:07:40.184 INFO O| Dec 06 21:07:40.184 INFO STEP 18 (remove_files) COMPLETE
40632024-12-06T21:07:41.478Z[ recovery-image] Dec 06 21:07:40.184 INFO O| Dec 06 21:07:40.184 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40642024-12-06T21:07:41.639Z[ recovery-image] Dec 06 21:07:40.348 INFO O| Dec 06 21:07:40.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40652024-12-06T21:07:41.639Z[ recovery-image] Dec 06 21:07:40.348 INFO O| Dec 06 21:07:40.326 INFO STEP 19 (remove_files) COMPLETE
40662024-12-06T21:07:41.639Z[ recovery-image] Dec 06 21:07:40.348 INFO O| Dec 06 21:07:40.326 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-12-06T21:07:41.642Z[ recovery-image] Dec 06 21:07:40.348 INFO O| Dec 06 21:07:40.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40682024-12-06T21:07:41.642Z[ recovery-image] Dec 06 21:07:40.348 INFO O| Dec 06 21:07:40.346 INFO STEP 20 (remove_files) COMPLETE
40692024-12-06T21:07:41.642Z[ recovery-image] Dec 06 21:07:40.348 INFO O| Dec 06 21:07:40.346 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-12-06T21:07:41.657Z[ recovery-image] Dec 06 21:07:40.365 INFO O| Dec 06 21:07:40.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40712024-12-06T21:07:41.657Z[ recovery-image] Dec 06 21:07:40.366 INFO O| Dec 06 21:07:40.365 INFO STEP 21 (remove_files) COMPLETE
40722024-12-06T21:07:41.660Z[ recovery-image] Dec 06 21:07:40.366 INFO O| Dec 06 21:07:40.366 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40732024-12-06T21:07:41.677Z[ recovery-image] Dec 06 21:07:40.386 INFO O| Dec 06 21:07:40.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40742024-12-06T21:07:41.678Z[ recovery-image] Dec 06 21:07:40.386 INFO O| Dec 06 21:07:40.386 INFO STEP 22 (remove_files) COMPLETE
40752024-12-06T21:07:41.680Z[ recovery-image] Dec 06 21:07:40.386 INFO O| Dec 06 21:07:40.386 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-12-06T21:07:41.712Z[ recovery-image] Dec 06 21:07:40.421 INFO O| Dec 06 21:07:40.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40772024-12-06T21:07:41.712Z[ recovery-image] Dec 06 21:07:40.421 INFO O| Dec 06 21:07:40.421 INFO STEP 23 (remove_files) COMPLETE
40782024-12-06T21:07:41.715Z[ recovery-image] Dec 06 21:07:40.421 INFO O| Dec 06 21:07:40.421 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792024-12-06T21:07:41.735Z[ recovery-image] Dec 06 21:07:40.443 INFO O| Dec 06 21:07:40.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40802024-12-06T21:07:41.735Z[ recovery-image] Dec 06 21:07:40.444 INFO O| Dec 06 21:07:40.443 INFO STEP 24 (remove_files) COMPLETE
40812024-12-06T21:07:41.735Z[ recovery-image] Dec 06 21:07:40.444 INFO O| Dec 06 21:07:40.444 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-12-06T21:07:41.766Z[ recovery-image] Dec 06 21:07:40.474 INFO O| Dec 06 21:07:40.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40832024-12-06T21:07:41.768Z[ recovery-image] Dec 06 21:07:40.475 INFO O| Dec 06 21:07:40.474 INFO STEP 25 (remove_files) COMPLETE
40842024-12-06T21:07:41.768Z[ recovery-image] Dec 06 21:07:40.475 INFO O| Dec 06 21:07:40.475 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-06T21:07:41.787Z[ recovery-image] Dec 06 21:07:40.496 INFO O| Dec 06 21:07:40.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40862024-12-06T21:07:41.790Z[ recovery-image] Dec 06 21:07:40.496 INFO O| Dec 06 21:07:40.496 INFO STEP 26 (remove_files) COMPLETE
40872024-12-06T21:07:41.790Z[ recovery-image] Dec 06 21:07:40.496 INFO O| Dec 06 21:07:40.496 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-06T21:07:41.817Z[ recovery-image] Dec 06 21:07:40.525 INFO O| Dec 06 21:07:40.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
40892024-12-06T21:07:41.817Z[ recovery-image] Dec 06 21:07:40.525 INFO O| Dec 06 21:07:40.525 INFO STEP 27 (remove_files) COMPLETE
40902024-12-06T21:07:41.820Z[ recovery-image] Dec 06 21:07:40.525 INFO O| Dec 06 21:07:40.525 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-12-06T21:07:41.874Z[ recovery-image] Dec 06 21:07:40.582 INFO O| Dec 06 21:07:40.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
40922024-12-06T21:07:41.874Z[ recovery-image] Dec 06 21:07:40.582 INFO O| Dec 06 21:07:40.582 INFO STEP 28 (remove_files) COMPLETE
40932024-12-06T21:07:41.874Z[ recovery-image] Dec 06 21:07:40.582 INFO O| Dec 06 21:07:40.582 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-12-06T21:07:41.891Z[ recovery-image] Dec 06 21:07:40.599 INFO O| Dec 06 21:07:40.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
40952024-12-06T21:07:41.891Z[ recovery-image] Dec 06 21:07:40.599 INFO O| Dec 06 21:07:40.599 INFO STEP 29 (remove_files) COMPLETE
40962024-12-06T21:07:41.891Z[ recovery-image] Dec 06 21:07:40.599 INFO O| Dec 06 21:07:40.599 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-06T21:07:41.956Z[ recovery-image] Dec 06 21:07:40.664 INFO O| Dec 06 21:07:40.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
40982024-12-06T21:07:41.956Z[ recovery-image] Dec 06 21:07:40.664 INFO O| Dec 06 21:07:40.664 INFO STEP 30 (remove_files) COMPLETE
40992024-12-06T21:07:41.956Z[ recovery-image] Dec 06 21:07:40.664 INFO O| Dec 06 21:07:40.664 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-06T21:07:41.977Z[ recovery-image] Dec 06 21:07:40.685 INFO O| Dec 06 21:07:40.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41012024-12-06T21:07:41.977Z[ recovery-image] Dec 06 21:07:40.685 INFO O| Dec 06 21:07:40.685 INFO STEP 31 (remove_files) COMPLETE
41022024-12-06T21:07:41.977Z[ recovery-image] Dec 06 21:07:40.685 INFO O| Dec 06 21:07:40.685 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-06T21:07:42.015Z[ recovery-image] Dec 06 21:07:40.724 INFO O| Dec 06 21:07:40.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41042024-12-06T21:07:42.015Z[ recovery-image] Dec 06 21:07:40.724 INFO O| Dec 06 21:07:40.724 INFO STEP 32 (remove_files) COMPLETE
41052024-12-06T21:07:42.015Z[ recovery-image] Dec 06 21:07:40.724 INFO O| Dec 06 21:07:40.724 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-06T21:07:42.038Z[ recovery-image] Dec 06 21:07:40.746 INFO O| Dec 06 21:07:40.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41072024-12-06T21:07:42.038Z[ recovery-image] Dec 06 21:07:40.746 INFO O| Dec 06 21:07:40.746 INFO STEP 33 (remove_files) COMPLETE
41082024-12-06T21:07:42.041Z[ recovery-image] Dec 06 21:07:40.746 INFO O| Dec 06 21:07:40.746 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-06T21:07:42.060Z[ recovery-image] Dec 06 21:07:40.768 INFO O| Dec 06 21:07:40.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41102024-12-06T21:07:42.060Z[ recovery-image] Dec 06 21:07:40.768 INFO O| Dec 06 21:07:40.768 INFO STEP 34 (remove_files) COMPLETE
41112024-12-06T21:07:42.060Z[ recovery-image] Dec 06 21:07:40.768 INFO O| Dec 06 21:07:40.768 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-06T21:07:42.097Z[ recovery-image] Dec 06 21:07:40.806 INFO O| Dec 06 21:07:40.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41132024-12-06T21:07:42.097Z[ recovery-image] Dec 06 21:07:40.806 INFO O| Dec 06 21:07:40.806 INFO STEP 35 (remove_files) COMPLETE
41142024-12-06T21:07:42.097Z[ recovery-image] Dec 06 21:07:40.806 INFO O| Dec 06 21:07:40.806 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-06T21:07:42.138Z[ recovery-image] Dec 06 21:07:40.847 INFO O| Dec 06 21:07:40.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41162024-12-06T21:07:42.139Z[ recovery-image] Dec 06 21:07:40.847 INFO O| Dec 06 21:07:40.847 INFO STEP 36 (remove_files) COMPLETE
41172024-12-06T21:07:42.139Z[ recovery-image] Dec 06 21:07:40.847 INFO O| Dec 06 21:07:40.847 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-06T21:07:42.161Z[ recovery-image] Dec 06 21:07:40.870 INFO O| Dec 06 21:07:40.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41192024-12-06T21:07:42.161Z[ recovery-image] Dec 06 21:07:40.870 INFO O| Dec 06 21:07:40.870 INFO STEP 37 (remove_files) COMPLETE
41202024-12-06T21:07:42.164Z[ recovery-image] Dec 06 21:07:40.870 INFO O| Dec 06 21:07:40.870 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-06T21:07:42.184Z[ recovery-image] Dec 06 21:07:40.892 INFO O| Dec 06 21:07:40.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41222024-12-06T21:07:42.184Z[ recovery-image] Dec 06 21:07:40.892 INFO O| Dec 06 21:07:40.892 INFO STEP 38 (remove_files) COMPLETE
41232024-12-06T21:07:42.184Z[ recovery-image] Dec 06 21:07:40.892 INFO O| Dec 06 21:07:40.892 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-06T21:07:42.204Z[ recovery-image] Dec 06 21:07:40.912 INFO O| Dec 06 21:07:40.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41252024-12-06T21:07:42.204Z[ recovery-image] Dec 06 21:07:40.913 INFO O| Dec 06 21:07:40.912 INFO STEP 39 (remove_files) COMPLETE
41262024-12-06T21:07:42.205Z[ recovery-image] Dec 06 21:07:40.913 INFO O| Dec 06 21:07:40.913 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-06T21:07:42.225Z[ recovery-image] Dec 06 21:07:40.933 INFO O| Dec 06 21:07:40.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41282024-12-06T21:07:42.228Z[ recovery-image] Dec 06 21:07:40.933 INFO O| Dec 06 21:07:40.933 INFO STEP 40 (remove_files) COMPLETE
41292024-12-06T21:07:42.228Z[ recovery-image] Dec 06 21:07:40.934 INFO O| Dec 06 21:07:40.933 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-06T21:07:42.247Z[ recovery-image] Dec 06 21:07:40.956 INFO O| Dec 06 21:07:40.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41312024-12-06T21:07:42.247Z[ recovery-image] Dec 06 21:07:40.956 INFO O| Dec 06 21:07:40.956 INFO STEP 41 (remove_files) COMPLETE
41322024-12-06T21:07:42.250Z[ recovery-image] Dec 06 21:07:40.956 INFO O| Dec 06 21:07:40.956 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-06T21:07:42.275Z[ recovery-image] Dec 06 21:07:40.983 INFO O| Dec 06 21:07:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41342024-12-06T21:07:42.275Z[ recovery-image] Dec 06 21:07:40.984 INFO O| Dec 06 21:07:40.983 INFO STEP 42 (remove_files) COMPLETE
41352024-12-06T21:07:42.278Z[ recovery-image] Dec 06 21:07:40.984 INFO O| Dec 06 21:07:40.984 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-06T21:07:42.299Z[ recovery-image] Dec 06 21:07:41.007 INFO O| Dec 06 21:07:41.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41372024-12-06T21:07:42.299Z[ recovery-image] Dec 06 21:07:41.008 INFO O| Dec 06 21:07:41.008 INFO STEP 43 (remove_files) COMPLETE
41382024-12-06T21:07:42.302Z[ recovery-image] Dec 06 21:07:41.008 INFO O| Dec 06 21:07:41.008 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-06T21:07:42.323Z[ recovery-image] Dec 06 21:07:41.032 INFO O| Dec 06 21:07:41.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41402024-12-06T21:07:42.323Z[ recovery-image] Dec 06 21:07:41.032 INFO O| Dec 06 21:07:41.032 INFO STEP 44 (remove_files) COMPLETE
41412024-12-06T21:07:42.326Z[ recovery-image] Dec 06 21:07:41.032 INFO O| Dec 06 21:07:41.032 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-06T21:07:42.357Z[ recovery-image] Dec 06 21:07:41.065 INFO O| Dec 06 21:07:41.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41432024-12-06T21:07:42.357Z[ recovery-image] Dec 06 21:07:41.066 INFO O| Dec 06 21:07:41.065 INFO STEP 45 (remove_files) COMPLETE
41442024-12-06T21:07:42.360Z[ recovery-image] Dec 06 21:07:41.066 INFO O| Dec 06 21:07:41.066 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-06T21:07:42.392Z[ recovery-image] Dec 06 21:07:41.101 INFO O| Dec 06 21:07:41.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41462024-12-06T21:07:42.392Z[ recovery-image] Dec 06 21:07:41.101 INFO O| Dec 06 21:07:41.101 INFO STEP 46 (remove_files) COMPLETE
41472024-12-06T21:07:42.392Z[ recovery-image] Dec 06 21:07:41.101 INFO O| Dec 06 21:07:41.101 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-06T21:07:42.438Z[ recovery-image] Dec 06 21:07:41.147 INFO O| Dec 06 21:07:41.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41492024-12-06T21:07:42.438Z[ recovery-image] Dec 06 21:07:41.147 INFO O| Dec 06 21:07:41.147 INFO STEP 47 (remove_files) COMPLETE
41502024-12-06T21:07:42.438Z[ recovery-image] Dec 06 21:07:41.147 INFO O| Dec 06 21:07:41.147 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-06T21:07:42.459Z[ recovery-image] Dec 06 21:07:41.167 INFO O| Dec 06 21:07:41.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41522024-12-06T21:07:42.459Z[ recovery-image] Dec 06 21:07:41.167 INFO O| Dec 06 21:07:41.167 INFO STEP 48 (remove_files) COMPLETE
41532024-12-06T21:07:42.459Z[ recovery-image] Dec 06 21:07:41.168 INFO O| Dec 06 21:07:41.167 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-06T21:07:42.485Z[ recovery-image] Dec 06 21:07:41.193 INFO O| Dec 06 21:07:41.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41552024-12-06T21:07:42.486Z[ recovery-image] Dec 06 21:07:41.194 INFO O| Dec 06 21:07:41.193 INFO STEP 49 (remove_files) COMPLETE
41562024-12-06T21:07:42.489Z[ recovery-image] Dec 06 21:07:41.194 INFO O| Dec 06 21:07:41.194 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-06T21:07:42.534Z[ recovery-image] Dec 06 21:07:41.242 INFO O| Dec 06 21:07:41.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41582024-12-06T21:07:42.534Z[ recovery-image] Dec 06 21:07:41.242 INFO O| Dec 06 21:07:41.242 INFO STEP 50 (remove_files) COMPLETE
41592024-12-06T21:07:42.534Z[ recovery-image] Dec 06 21:07:41.242 INFO O| Dec 06 21:07:41.242 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-06T21:07:42.597Z[ recovery-image] Dec 06 21:07:41.305 INFO O| Dec 06 21:07:41.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41612024-12-06T21:07:42.597Z[ recovery-image] Dec 06 21:07:41.305 INFO O| Dec 06 21:07:41.305 INFO STEP 51 (remove_files) COMPLETE
41622024-12-06T21:07:42.597Z[ recovery-image] Dec 06 21:07:41.305 INFO O| Dec 06 21:07:41.305 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-06T21:07:42.619Z[ recovery-image] Dec 06 21:07:41.327 INFO O| Dec 06 21:07:41.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41642024-12-06T21:07:42.619Z[ recovery-image] Dec 06 21:07:41.327 INFO O| Dec 06 21:07:41.327 INFO STEP 52 (remove_files) COMPLETE
41652024-12-06T21:07:42.619Z[ recovery-image] Dec 06 21:07:41.327 INFO O| Dec 06 21:07:41.327 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-06T21:07:42.640Z[ recovery-image] Dec 06 21:07:41.348 INFO O| Dec 06 21:07:41.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41672024-12-06T21:07:42.640Z[ recovery-image] Dec 06 21:07:41.348 INFO O| Dec 06 21:07:41.348 INFO STEP 53 (remove_files) COMPLETE
41682024-12-06T21:07:42.641Z[ recovery-image] Dec 06 21:07:41.348 INFO O| Dec 06 21:07:41.348 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-06T21:07:42.661Z[ recovery-image] Dec 06 21:07:41.370 INFO O| Dec 06 21:07:41.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41702024-12-06T21:07:42.661Z[ recovery-image] Dec 06 21:07:41.370 INFO O| Dec 06 21:07:41.370 INFO STEP 54 (remove_files) COMPLETE
41712024-12-06T21:07:42.661Z[ recovery-image] Dec 06 21:07:41.370 INFO O| Dec 06 21:07:41.370 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-06T21:07:42.699Z[ recovery-image] Dec 06 21:07:41.408 INFO O| Dec 06 21:07:41.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41732024-12-06T21:07:42.702Z[ recovery-image] Dec 06 21:07:41.408 INFO O| Dec 06 21:07:41.408 INFO STEP 55 (remove_files) COMPLETE
41742024-12-06T21:07:42.702Z[ recovery-image] Dec 06 21:07:41.408 INFO O| Dec 06 21:07:41.408 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-06T21:07:42.722Z[ recovery-image] Dec 06 21:07:41.430 INFO O| Dec 06 21:07:41.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41762024-12-06T21:07:42.725Z[ recovery-image] Dec 06 21:07:41.431 INFO O| Dec 06 21:07:41.431 INFO STEP 56 (remove_files) COMPLETE
41772024-12-06T21:07:42.725Z[ recovery-image] Dec 06 21:07:41.431 INFO O| Dec 06 21:07:41.431 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-06T21:07:42.751Z[ recovery-image] Dec 06 21:07:41.459 INFO O| Dec 06 21:07:41.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41792024-12-06T21:07:42.751Z[ recovery-image] Dec 06 21:07:41.459 INFO O| Dec 06 21:07:41.459 INFO STEP 57 (remove_files) COMPLETE
41802024-12-06T21:07:42.751Z[ recovery-image] Dec 06 21:07:41.459 INFO O| Dec 06 21:07:41.459 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-06T21:07:42.784Z[ recovery-image] Dec 06 21:07:41.493 INFO O| Dec 06 21:07:41.493 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41822024-12-06T21:07:42.785Z[ recovery-image] Dec 06 21:07:41.493 INFO O| Dec 06 21:07:41.493 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41832024-12-06T21:07:42.785Z[ recovery-image] Dec 06 21:07:41.493 INFO O| Dec 06 21:07:41.493 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41842024-12-06T21:07:42.788Z[ recovery-image] Dec 06 21:07:41.493 INFO O| Dec 06 21:07:41.493 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41852024-12-06T21:07:42.788Z[ recovery-image] Dec 06 21:07:41.493 INFO O| Dec 06 21:07:41.493 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41862024-12-06T21:07:42.788Z[ recovery-image] Dec 06 21:07:41.494 INFO O| Dec 06 21:07:41.494 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41872024-12-06T21:07:42.788Z[ recovery-image] Dec 06 21:07:41.494 INFO O| Dec 06 21:07:41.494 INFO ok!
41882024-12-06T21:07:42.788Z[ recovery-image] Dec 06 21:07:41.494 INFO O| Dec 06 21:07:41.494 INFO STEP 58 (ensure_file) COMPLETE
41892024-12-06T21:07:42.788Z[ recovery-image] Dec 06 21:07:41.494 INFO O| Dec 06 21:07:41.494 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-06T21:07:42.807Z[ recovery-image] Dec 06 21:07:41.515 INFO O| Dec 06 21:07:41.515 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
41912024-12-06T21:07:42.807Z[ recovery-image] Dec 06 21:07:41.515 INFO O| Dec 06 21:07:41.515 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
41922024-12-06T21:07:42.810Z[ recovery-image] Dec 06 21:07:41.516 INFO O| Dec 06 21:07:41.516 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41932024-12-06T21:07:42.810Z[ recovery-image] Dec 06 21:07:41.516 INFO O| Dec 06 21:07:41.516 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41942024-12-06T21:07:42.810Z[ recovery-image] Dec 06 21:07:41.516 INFO O| Dec 06 21:07:41.516 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41952024-12-06T21:07:42.810Z[ recovery-image] Dec 06 21:07:41.516 INFO O| Dec 06 21:07:41.516 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41962024-12-06T21:07:42.810Z[ recovery-image] Dec 06 21:07:41.516 INFO O| Dec 06 21:07:41.516 INFO ok!
41972024-12-06T21:07:42.810Z[ recovery-image] Dec 06 21:07:41.516 INFO O| Dec 06 21:07:41.516 INFO STEP 59 (ensure_file) COMPLETE
41982024-12-06T21:07:42.810Z[ recovery-image] Dec 06 21:07:41.516 INFO O| Dec 06 21:07:41.516 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-06T21:07:42.838Z[ recovery-image] Dec 06 21:07:41.546 INFO O| Dec 06 21:07:41.546 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42002024-12-06T21:07:42.838Z[ recovery-image] Dec 06 21:07:41.547 INFO O| Dec 06 21:07:41.546 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42012024-12-06T21:07:42.841Z[ recovery-image] Dec 06 21:07:41.547 INFO O| Dec 06 21:07:41.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42022024-12-06T21:07:42.841Z[ recovery-image] Dec 06 21:07:41.547 INFO O| Dec 06 21:07:41.547 INFO ok!
42032024-12-06T21:07:42.841Z[ recovery-image] Dec 06 21:07:41.547 INFO O| Dec 06 21:07:41.547 INFO STEP 60 (ensure_file) COMPLETE
42042024-12-06T21:07:42.841Z[ recovery-image] Dec 06 21:07:41.547 INFO O| Dec 06 21:07:41.547 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-06T21:07:42.865Z[ recovery-image] Dec 06 21:07:41.574 INFO O| Dec 06 21:07:41.573 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42062024-12-06T21:07:42.865Z[ recovery-image] Dec 06 21:07:41.574 INFO O| Dec 06 21:07:41.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42072024-12-06T21:07:42.868Z[ recovery-image] Dec 06 21:07:41.574 INFO O| Dec 06 21:07:41.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42082024-12-06T21:07:42.868Z[ recovery-image] Dec 06 21:07:41.574 INFO O| Dec 06 21:07:41.574 INFO ok!
42092024-12-06T21:07:42.868Z[ recovery-image] Dec 06 21:07:41.574 INFO O| Dec 06 21:07:41.574 INFO STEP 61 (ensure_file) COMPLETE
42102024-12-06T21:07:42.868Z[ recovery-image] Dec 06 21:07:41.574 INFO O| Dec 06 21:07:41.574 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-06T21:07:42.900Z[ recovery-image] Dec 06 21:07:41.608 INFO O| Dec 06 21:07:41.608 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42122024-12-06T21:07:42.900Z[ recovery-image] Dec 06 21:07:41.608 INFO O| Dec 06 21:07:41.608 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42132024-12-06T21:07:42.900Z[ recovery-image] Dec 06 21:07:41.608 INFO O| Dec 06 21:07:41.608 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42142024-12-06T21:07:42.900Z[ recovery-image] Dec 06 21:07:41.608 INFO O| Dec 06 21:07:41.608 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42152024-12-06T21:07:42.902Z[ recovery-image] Dec 06 21:07:41.608 INFO O| Dec 06 21:07:41.608 INFO ok!
42162024-12-06T21:07:42.902Z[ recovery-image] Dec 06 21:07:41.608 INFO O| Dec 06 21:07:41.608 INFO STEP 62 (ensure_file) COMPLETE
42172024-12-06T21:07:42.902Z[ recovery-image] Dec 06 21:07:41.608 INFO O| Dec 06 21:07:41.608 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182024-12-06T21:07:42.932Z[ recovery-image] Dec 06 21:07:41.640 INFO O| Dec 06 21:07:41.640 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42192024-12-06T21:07:42.932Z[ recovery-image] Dec 06 21:07:41.640 INFO O| Dec 06 21:07:41.640 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42202024-12-06T21:07:42.932Z[ recovery-image] Dec 06 21:07:41.640 INFO O| Dec 06 21:07:41.640 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42212024-12-06T21:07:42.934Z[ recovery-image] Dec 06 21:07:41.640 INFO O| Dec 06 21:07:41.640 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42222024-12-06T21:07:42.934Z[ recovery-image] Dec 06 21:07:41.640 INFO O| Dec 06 21:07:41.640 INFO ok!
42232024-12-06T21:07:42.934Z[ recovery-image] Dec 06 21:07:41.640 INFO O| Dec 06 21:07:41.640 INFO STEP 63 (ensure_file) COMPLETE
42242024-12-06T21:07:42.934Z[ recovery-image] Dec 06 21:07:41.640 INFO O| Dec 06 21:07:41.640 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252024-12-06T21:07:42.983Z[ recovery-image] Dec 06 21:07:41.691 INFO O| Dec 06 21:07:41.691 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42262024-12-06T21:07:42.983Z[ recovery-image] Dec 06 21:07:41.691 INFO O| Dec 06 21:07:41.691 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42272024-12-06T21:07:42.986Z[ recovery-image] Dec 06 21:07:41.691 INFO O| Dec 06 21:07:41.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42282024-12-06T21:07:42.986Z[ recovery-image] Dec 06 21:07:41.691 INFO O| Dec 06 21:07:41.691 INFO ok!
42292024-12-06T21:07:42.986Z[ recovery-image] Dec 06 21:07:41.691 INFO O| Dec 06 21:07:41.691 INFO STEP 64 (assemble_files) COMPLETE
42302024-12-06T21:07:42.986Z[ recovery-image] Dec 06 21:07:41.691 INFO O| Dec 06 21:07:41.691 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-06T21:07:43.004Z[ recovery-image] Dec 06 21:07:41.712 INFO O| Dec 06 21:07:41.712 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42322024-12-06T21:07:43.004Z[ recovery-image] Dec 06 21:07:41.712 INFO O| Dec 06 21:07:41.712 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42332024-12-06T21:07:43.006Z[ recovery-image] Dec 06 21:07:41.712 INFO O| Dec 06 21:07:41.712 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42342024-12-06T21:07:43.006Z[ recovery-image] Dec 06 21:07:41.712 INFO O| Dec 06 21:07:41.712 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42352024-12-06T21:07:43.006Z[ recovery-image] Dec 06 21:07:41.712 INFO O| Dec 06 21:07:41.712 INFO ok!
42362024-12-06T21:07:43.006Z[ recovery-image] Dec 06 21:07:41.712 INFO O| Dec 06 21:07:41.712 INFO STEP 65 (ensure_file) COMPLETE
42372024-12-06T21:07:43.006Z[ recovery-image] Dec 06 21:07:41.712 INFO O| Dec 06 21:07:41.712 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-06T21:07:43.006Z[ recovery-image] Dec 06 21:07:41.713 INFO O| Dec 06 21:07:41.713 INFO skip step because feature "omicron1" is not enabled
42392024-12-06T21:07:43.006Z[ recovery-image] Dec 06 21:07:41.713 INFO O| Dec 06 21:07:41.713 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402024-12-06T21:07:43.007Z[ recovery-image] Dec 06 21:07:41.713 INFO O| Dec 06 21:07:41.713 INFO skip step because feature "omicron1" is not enabled
42412024-12-06T21:07:43.007Z[ recovery-image] Dec 06 21:07:41.713 INFO O| Dec 06 21:07:41.713 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-06T21:07:43.007Z[ recovery-image] Dec 06 21:07:41.713 INFO O| Dec 06 21:07:41.713 INFO skip step because feature "omicron1" is not enabled
42432024-12-06T21:07:43.007Z[ recovery-image] Dec 06 21:07:41.713 INFO O| Dec 06 21:07:41.713 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-06T21:07:43.051Z[ recovery-image] Dec 06 21:07:41.759 INFO O| Dec 06 21:07:41.759 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42452024-12-06T21:07:43.051Z[ recovery-image] Dec 06 21:07:41.759 INFO O| Dec 06 21:07:41.759 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42462024-12-06T21:07:46.286Z[ recovery-image] Dec 06 21:07:44.994 INFO O| Dec 06 21:07:44.994 INFO STEP 69 (pack_tar) COMPLETE
42472024-12-06T21:07:46.286Z[ recovery-image] Dec 06 21:07:44.994 INFO O| Dec 06 21:07:44.994 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42482024-12-06T21:07:46.289Z[ recovery-image] Dec 06 21:07:44.994 INFO O| Dec 06 21:07:44.994 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42492024-12-06T21:07:46.555Z[ recovery-image] Dec 06 21:07:45.263 INFO O| Dec 06 21:07:45.263 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42502024-12-06T21:07:46.693Z[ recovery-image] Dec 06 21:07:45.401 INFO O| Dec 06 21:07:45.401 INFO completed processing gimlet/ramdisk-02-trim
42512024-12-06T21:07:46.697Z[ recovery-image] Dec 06 21:07:45.405 INFO image builder template: ramdisk-03-recovery-trim...
42522024-12-06T21:07:46.697Z[ recovery-image] Dec 06 21:07:45.405 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/.tmp0o7x0a/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
42532024-12-06T21:07:46.923Z[ recovery-image] Dec 06 21:07:45.630 INFO O| Dec 06 21:07:45.630 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42542024-12-06T21:07:46.959Z[ recovery-image] Dec 06 21:07:45.667 INFO O| Dec 06 21:07:45.667 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42552024-12-06T21:07:47.109Z[ recovery-image] Dec 06 21:07:45.816 INFO O| Dec 06 21:07:45.816 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42562024-12-06T21:07:47.237Z[ recovery-image] Dec 06 21:07:45.945 INFO O| Dec 06 21:07:45.945 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42572024-12-06T21:07:47.237Z[ recovery-image] Dec 06 21:07:45.945 INFO O| Dec 06 21:07:45.945 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42582024-12-06T21:07:47.253Z[ recovery-image] Dec 06 21:07:45.961 INFO O| Dec 06 21:07:45.961 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42592024-12-06T21:07:47.262Z[ recovery-image] Dec 06 21:07:45.969 INFO O| Dec 06 21:07:45.969 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42602024-12-06T21:07:47.271Z[ recovery-image] Dec 06 21:07:45.979 INFO O| Dec 06 21:07:45.979 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42612024-12-06T21:07:47.922Z[ recovery-image] Dec 06 21:07:46.630 INFO O| Dec 06 21:07:46.630 INFO rolled back to input snapshot; work may begin
42622024-12-06T21:07:47.922Z[ recovery-image] Dec 06 21:07:46.630 INFO O| Dec 06 21:07:46.630 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42632024-12-06T21:07:47.930Z[ recovery-image] Dec 06 21:07:46.638 INFO O| Dec 06 21:07:46.638 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-12-06T21:07:47.947Z[ recovery-image] Dec 06 21:07:46.655 INFO O| Dec 06 21:07:46.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42652024-12-06T21:07:47.951Z[ recovery-image] Dec 06 21:07:46.659 INFO O| Dec 06 21:07:46.659 INFO STEP 0 (remove_files) COMPLETE
42662024-12-06T21:07:47.952Z[ recovery-image] Dec 06 21:07:46.660 INFO O| Dec 06 21:07:46.659 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-12-06T21:07:47.969Z[ recovery-image] Dec 06 21:07:46.677 INFO O| Dec 06 21:07:46.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42682024-12-06T21:07:48.049Z[ recovery-image] Dec 06 21:07:46.756 INFO O| Dec 06 21:07:46.756 INFO STEP 1 (remove_files) COMPLETE
42692024-12-06T21:07:48.049Z[ recovery-image] Dec 06 21:07:46.756 INFO O| Dec 06 21:07:46.756 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-12-06T21:07:48.066Z[ recovery-image] Dec 06 21:07:46.774 INFO O| Dec 06 21:07:46.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42712024-12-06T21:07:48.069Z[ recovery-image] Dec 06 21:07:46.777 INFO O| Dec 06 21:07:46.777 INFO STEP 2 (remove_files) COMPLETE
42722024-12-06T21:07:48.069Z[ recovery-image] Dec 06 21:07:46.777 INFO O| Dec 06 21:07:46.777 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-12-06T21:07:48.086Z[ recovery-image] Dec 06 21:07:46.794 INFO O| Dec 06 21:07:46.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42742024-12-06T21:07:48.156Z[ recovery-image] Dec 06 21:07:46.863 INFO O| Dec 06 21:07:46.863 INFO STEP 3 (remove_files) COMPLETE
42752024-12-06T21:07:48.156Z[ recovery-image] Dec 06 21:07:46.863 INFO O| Dec 06 21:07:46.863 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-12-06T21:07:48.181Z[ recovery-image] Dec 06 21:07:46.889 INFO O| Dec 06 21:07:46.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
42772024-12-06T21:07:48.201Z[ recovery-image] Dec 06 21:07:46.909 INFO O| Dec 06 21:07:46.909 INFO STEP 4 (remove_files) COMPLETE
42782024-12-06T21:07:48.201Z[ recovery-image] Dec 06 21:07:46.909 INFO O| Dec 06 21:07:46.909 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-12-06T21:07:48.224Z[ recovery-image] Dec 06 21:07:46.931 INFO O| Dec 06 21:07:46.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
42802024-12-06T21:07:48.229Z[ recovery-image] Dec 06 21:07:46.936 INFO O| Dec 06 21:07:46.936 INFO STEP 5 (remove_files) COMPLETE
42812024-12-06T21:07:48.229Z[ recovery-image] Dec 06 21:07:46.936 INFO O| Dec 06 21:07:46.936 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-12-06T21:07:48.251Z[ recovery-image] Dec 06 21:07:46.959 INFO O| Dec 06 21:07:46.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
42832024-12-06T21:07:48.254Z[ recovery-image] Dec 06 21:07:46.961 INFO O| Dec 06 21:07:46.961 INFO STEP 6 (remove_files) COMPLETE
42842024-12-06T21:07:48.254Z[ recovery-image] Dec 06 21:07:46.961 INFO O| Dec 06 21:07:46.961 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-12-06T21:07:48.275Z[ recovery-image] Dec 06 21:07:46.983 INFO O| Dec 06 21:07:46.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
42862024-12-06T21:07:48.278Z[ recovery-image] Dec 06 21:07:46.985 INFO O| Dec 06 21:07:46.985 INFO STEP 7 (remove_files) COMPLETE
42872024-12-06T21:07:48.278Z[ recovery-image] Dec 06 21:07:46.985 INFO O| Dec 06 21:07:46.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-12-06T21:07:48.305Z[ recovery-image] Dec 06 21:07:47.013 INFO O| Dec 06 21:07:47.013 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
42892024-12-06T21:07:48.310Z[ recovery-image] Dec 06 21:07:47.017 INFO O| Dec 06 21:07:47.017 INFO STEP 8 (remove_files) COMPLETE
42902024-12-06T21:07:48.310Z[ recovery-image] Dec 06 21:07:47.017 INFO O| Dec 06 21:07:47.017 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-12-06T21:07:48.330Z[ recovery-image] Dec 06 21:07:47.038 INFO O| Dec 06 21:07:47.037 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
42922024-12-06T21:07:48.332Z[ recovery-image] Dec 06 21:07:47.038 INFO O| Dec 06 21:07:47.038 INFO STEP 9 (remove_files) COMPLETE
42932024-12-06T21:07:48.332Z[ recovery-image] Dec 06 21:07:47.038 INFO O| Dec 06 21:07:47.038 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-12-06T21:07:48.352Z[ recovery-image] Dec 06 21:07:47.060 INFO O| Dec 06 21:07:47.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
42952024-12-06T21:07:48.355Z[ recovery-image] Dec 06 21:07:47.063 INFO O| Dec 06 21:07:47.063 INFO STEP 10 (remove_files) COMPLETE
42962024-12-06T21:07:48.358Z[ recovery-image] Dec 06 21:07:47.063 INFO O| Dec 06 21:07:47.063 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-12-06T21:07:48.376Z[ recovery-image] Dec 06 21:07:47.084 INFO O| Dec 06 21:07:47.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
42982024-12-06T21:07:48.453Z[ recovery-image] Dec 06 21:07:47.161 INFO O| Dec 06 21:07:47.161 INFO STEP 11 (remove_files) COMPLETE
42992024-12-06T21:07:48.453Z[ recovery-image] Dec 06 21:07:47.161 INFO O| Dec 06 21:07:47.161 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-12-06T21:07:48.476Z[ recovery-image] Dec 06 21:07:47.184 INFO O| Dec 06 21:07:47.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43012024-12-06T21:07:48.479Z[ recovery-image] Dec 06 21:07:47.187 INFO O| Dec 06 21:07:47.187 INFO STEP 12 (remove_files) COMPLETE
43022024-12-06T21:07:48.481Z[ recovery-image] Dec 06 21:07:47.187 INFO O| Dec 06 21:07:47.187 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-12-06T21:07:48.501Z[ recovery-image] Dec 06 21:07:47.209 INFO O| Dec 06 21:07:47.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43042024-12-06T21:07:48.506Z[ recovery-image] Dec 06 21:07:47.213 INFO O| Dec 06 21:07:47.213 INFO STEP 13 (remove_files) COMPLETE
43052024-12-06T21:07:48.506Z[ recovery-image] Dec 06 21:07:47.213 INFO O| Dec 06 21:07:47.213 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-12-06T21:07:48.527Z[ recovery-image] Dec 06 21:07:47.235 INFO O| Dec 06 21:07:47.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43072024-12-06T21:07:48.530Z[ recovery-image] Dec 06 21:07:47.235 INFO O| Dec 06 21:07:47.235 INFO STEP 14 (remove_files) COMPLETE
43082024-12-06T21:07:48.530Z[ recovery-image] Dec 06 21:07:47.235 INFO O| Dec 06 21:07:47.235 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-12-06T21:07:48.550Z[ recovery-image] Dec 06 21:07:47.257 INFO O| Dec 06 21:07:47.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43102024-12-06T21:07:48.554Z[ recovery-image] Dec 06 21:07:47.261 INFO O| Dec 06 21:07:47.261 INFO STEP 15 (remove_files) COMPLETE
43112024-12-06T21:07:48.554Z[ recovery-image] Dec 06 21:07:47.261 INFO O| Dec 06 21:07:47.261 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-12-06T21:07:48.574Z[ recovery-image] Dec 06 21:07:47.282 INFO O| Dec 06 21:07:47.282 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43132024-12-06T21:07:48.586Z[ recovery-image] Dec 06 21:07:47.294 INFO O| Dec 06 21:07:47.294 INFO STEP 16 (remove_files) COMPLETE
43142024-12-06T21:07:48.586Z[ recovery-image] Dec 06 21:07:47.294 INFO O| Dec 06 21:07:47.294 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-12-06T21:07:48.607Z[ recovery-image] Dec 06 21:07:47.315 INFO O| Dec 06 21:07:47.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43162024-12-06T21:07:48.610Z[ recovery-image] Dec 06 21:07:47.315 INFO O| Dec 06 21:07:47.315 INFO STEP 17 (remove_files) COMPLETE
43172024-12-06T21:07:48.610Z[ recovery-image] Dec 06 21:07:47.315 INFO O| Dec 06 21:07:47.315 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-12-06T21:07:48.630Z[ recovery-image] Dec 06 21:07:47.337 INFO O| Dec 06 21:07:47.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43192024-12-06T21:07:48.632Z[ recovery-image] Dec 06 21:07:47.338 INFO O| Dec 06 21:07:47.338 INFO STEP 18 (remove_files) COMPLETE
43202024-12-06T21:07:48.632Z[ recovery-image] Dec 06 21:07:47.338 INFO O| Dec 06 21:07:47.338 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-12-06T21:07:48.656Z[ recovery-image] Dec 06 21:07:47.363 INFO O| Dec 06 21:07:47.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43222024-12-06T21:07:48.728Z[ recovery-image] Dec 06 21:07:47.436 INFO O| Dec 06 21:07:47.436 INFO STEP 19 (remove_files) COMPLETE
43232024-12-06T21:07:48.728Z[ recovery-image] Dec 06 21:07:47.436 INFO O| Dec 06 21:07:47.436 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-12-06T21:07:48.749Z[ recovery-image] Dec 06 21:07:47.457 INFO O| Dec 06 21:07:47.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43252024-12-06T21:07:48.751Z[ recovery-image] Dec 06 21:07:47.458 INFO O| Dec 06 21:07:47.458 INFO STEP 20 (remove_files) COMPLETE
43262024-12-06T21:07:48.752Z[ recovery-image] Dec 06 21:07:47.458 INFO O| Dec 06 21:07:47.458 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-12-06T21:07:48.771Z[ recovery-image] Dec 06 21:07:47.478 INFO O| Dec 06 21:07:47.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43282024-12-06T21:07:48.773Z[ recovery-image] Dec 06 21:07:47.479 INFO O| Dec 06 21:07:47.479 INFO STEP 21 (remove_files) COMPLETE
43292024-12-06T21:07:48.773Z[ recovery-image] Dec 06 21:07:47.479 INFO O| Dec 06 21:07:47.479 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-12-06T21:07:48.793Z[ recovery-image] Dec 06 21:07:47.500 INFO O| Dec 06 21:07:47.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43312024-12-06T21:07:48.796Z[ recovery-image] Dec 06 21:07:47.501 INFO O| Dec 06 21:07:47.501 INFO STEP 22 (remove_files) COMPLETE
43322024-12-06T21:07:48.796Z[ recovery-image] Dec 06 21:07:47.501 INFO O| Dec 06 21:07:47.501 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-12-06T21:07:48.814Z[ recovery-image] Dec 06 21:07:47.522 INFO O| Dec 06 21:07:47.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43342024-12-06T21:07:48.817Z[ recovery-image] Dec 06 21:07:47.523 INFO O| Dec 06 21:07:47.523 INFO STEP 23 (remove_files) COMPLETE
43352024-12-06T21:07:48.817Z[ recovery-image] Dec 06 21:07:47.523 INFO O| Dec 06 21:07:47.523 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-12-06T21:07:48.834Z[ recovery-image] Dec 06 21:07:47.542 INFO O| Dec 06 21:07:47.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43372024-12-06T21:07:48.835Z[ recovery-image] Dec 06 21:07:47.542 INFO O| Dec 06 21:07:47.542 INFO STEP 24 (remove_files) COMPLETE
43382024-12-06T21:07:48.835Z[ recovery-image] Dec 06 21:07:47.542 INFO O| Dec 06 21:07:47.542 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-12-06T21:07:48.855Z[ recovery-image] Dec 06 21:07:47.563 INFO O| Dec 06 21:07:47.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43402024-12-06T21:07:48.855Z[ recovery-image] Dec 06 21:07:47.563 INFO O| Dec 06 21:07:47.563 INFO STEP 25 (remove_files) COMPLETE
43412024-12-06T21:07:48.855Z[ recovery-image] Dec 06 21:07:47.563 INFO O| Dec 06 21:07:47.563 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-12-06T21:07:48.876Z[ recovery-image] Dec 06 21:07:47.584 INFO O| Dec 06 21:07:47.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43432024-12-06T21:07:48.876Z[ recovery-image] Dec 06 21:07:47.584 INFO O| Dec 06 21:07:47.584 INFO STEP 26 (remove_files) COMPLETE
43442024-12-06T21:07:48.879Z[ recovery-image] Dec 06 21:07:47.584 INFO O| Dec 06 21:07:47.584 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-12-06T21:07:48.898Z[ recovery-image] Dec 06 21:07:47.606 INFO O| Dec 06 21:07:47.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43462024-12-06T21:07:48.898Z[ recovery-image] Dec 06 21:07:47.606 INFO O| Dec 06 21:07:47.606 INFO STEP 27 (remove_files) COMPLETE
43472024-12-06T21:07:48.898Z[ recovery-image] Dec 06 21:07:47.606 INFO O| Dec 06 21:07:47.606 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-12-06T21:07:48.920Z[ recovery-image] Dec 06 21:07:47.627 INFO O| Dec 06 21:07:47.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43492024-12-06T21:07:48.921Z[ recovery-image] Dec 06 21:07:47.627 INFO O| Dec 06 21:07:47.627 INFO STEP 28 (remove_files) COMPLETE
43502024-12-06T21:07:48.921Z[ recovery-image] Dec 06 21:07:47.627 INFO O| Dec 06 21:07:47.627 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-12-06T21:07:48.940Z[ recovery-image] Dec 06 21:07:47.648 INFO O| Dec 06 21:07:47.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43522024-12-06T21:07:48.944Z[ recovery-image] Dec 06 21:07:47.648 INFO O| Dec 06 21:07:47.648 INFO STEP 29 (remove_files) COMPLETE
43532024-12-06T21:07:48.944Z[ recovery-image] Dec 06 21:07:47.648 INFO O| Dec 06 21:07:47.648 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-12-06T21:07:48.962Z[ recovery-image] Dec 06 21:07:47.669 INFO O| Dec 06 21:07:47.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43552024-12-06T21:07:48.964Z[ recovery-image] Dec 06 21:07:47.670 INFO O| Dec 06 21:07:47.670 INFO STEP 30 (remove_files) COMPLETE
43562024-12-06T21:07:48.964Z[ recovery-image] Dec 06 21:07:47.670 INFO O| Dec 06 21:07:47.670 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-12-06T21:07:48.983Z[ recovery-image] Dec 06 21:07:47.691 INFO O| Dec 06 21:07:47.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43582024-12-06T21:07:48.983Z[ recovery-image] Dec 06 21:07:47.691 INFO O| Dec 06 21:07:47.691 INFO STEP 31 (remove_files) COMPLETE
43592024-12-06T21:07:48.983Z[ recovery-image] Dec 06 21:07:47.691 INFO O| Dec 06 21:07:47.691 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-12-06T21:07:49.005Z[ recovery-image] Dec 06 21:07:47.712 INFO O| Dec 06 21:07:47.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43612024-12-06T21:07:49.007Z[ recovery-image] Dec 06 21:07:47.713 INFO O| Dec 06 21:07:47.713 INFO STEP 32 (remove_files) COMPLETE
43622024-12-06T21:07:49.007Z[ recovery-image] Dec 06 21:07:47.713 INFO O| Dec 06 21:07:47.713 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-12-06T21:07:49.024Z[ recovery-image] Dec 06 21:07:47.731 INFO O| Dec 06 21:07:47.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43642024-12-06T21:07:49.025Z[ recovery-image] Dec 06 21:07:47.731 INFO O| Dec 06 21:07:47.731 INFO STEP 33 (remove_files) COMPLETE
43652024-12-06T21:07:49.028Z[ recovery-image] Dec 06 21:07:47.731 INFO O| Dec 06 21:07:47.731 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-12-06T21:07:49.042Z[ recovery-image] Dec 06 21:07:47.749 INFO O| Dec 06 21:07:47.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43672024-12-06T21:07:49.042Z[ recovery-image] Dec 06 21:07:47.749 INFO O| Dec 06 21:07:47.749 INFO STEP 34 (remove_files) COMPLETE
43682024-12-06T21:07:49.044Z[ recovery-image] Dec 06 21:07:47.749 INFO O| Dec 06 21:07:47.749 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-06T21:07:49.061Z[ recovery-image] Dec 06 21:07:47.769 INFO O| Dec 06 21:07:47.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43702024-12-06T21:07:49.064Z[ recovery-image] Dec 06 21:07:47.769 INFO O| Dec 06 21:07:47.769 INFO STEP 35 (remove_files) COMPLETE
43712024-12-06T21:07:49.064Z[ recovery-image] Dec 06 21:07:47.769 INFO O| Dec 06 21:07:47.769 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-12-06T21:07:49.080Z[ recovery-image] Dec 06 21:07:47.788 INFO O| Dec 06 21:07:47.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
43732024-12-06T21:07:49.083Z[ recovery-image] Dec 06 21:07:47.789 INFO O| Dec 06 21:07:47.789 INFO STEP 36 (remove_files) COMPLETE
43742024-12-06T21:07:49.083Z[ recovery-image] Dec 06 21:07:47.789 INFO O| Dec 06 21:07:47.789 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-06T21:07:49.103Z[ recovery-image] Dec 06 21:07:47.809 INFO O| Dec 06 21:07:47.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
43762024-12-06T21:07:49.106Z[ recovery-image] Dec 06 21:07:47.810 INFO O| Dec 06 21:07:47.810 INFO STEP 37 (remove_files) COMPLETE
43772024-12-06T21:07:49.106Z[ recovery-image] Dec 06 21:07:47.810 INFO O| Dec 06 21:07:47.810 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-12-06T21:07:49.124Z[ recovery-image] Dec 06 21:07:47.831 INFO O| Dec 06 21:07:47.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
43792024-12-06T21:07:49.124Z[ recovery-image] Dec 06 21:07:47.832 INFO O| Dec 06 21:07:47.832 INFO STEP 38 (remove_files) COMPLETE
43802024-12-06T21:07:49.135Z[ recovery-image] Dec 06 21:07:47.832 INFO O| Dec 06 21:07:47.832 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-12-06T21:07:49.144Z[ recovery-image] Dec 06 21:07:47.852 INFO O| Dec 06 21:07:47.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
43822024-12-06T21:07:49.147Z[ recovery-image] Dec 06 21:07:47.852 INFO O| Dec 06 21:07:47.852 INFO STEP 39 (remove_files) COMPLETE
43832024-12-06T21:07:49.147Z[ recovery-image] Dec 06 21:07:47.852 INFO O| Dec 06 21:07:47.852 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-06T21:07:49.164Z[ recovery-image] Dec 06 21:07:47.872 INFO O| Dec 06 21:07:47.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
43852024-12-06T21:07:49.167Z[ recovery-image] Dec 06 21:07:47.872 INFO O| Dec 06 21:07:47.872 INFO STEP 40 (remove_files) COMPLETE
43862024-12-06T21:07:49.167Z[ recovery-image] Dec 06 21:07:47.872 INFO O| Dec 06 21:07:47.872 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-06T21:07:49.185Z[ recovery-image] Dec 06 21:07:47.893 INFO O| Dec 06 21:07:47.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
43882024-12-06T21:07:49.185Z[ recovery-image] Dec 06 21:07:47.893 INFO O| Dec 06 21:07:47.893 INFO STEP 41 (remove_files) COMPLETE
43892024-12-06T21:07:49.188Z[ recovery-image] Dec 06 21:07:47.893 INFO O| Dec 06 21:07:47.893 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-06T21:07:49.206Z[ recovery-image] Dec 06 21:07:47.914 INFO O| Dec 06 21:07:47.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
43912024-12-06T21:07:49.206Z[ recovery-image] Dec 06 21:07:47.914 INFO O| Dec 06 21:07:47.914 INFO STEP 42 (remove_files) COMPLETE
43922024-12-06T21:07:49.206Z[ recovery-image] Dec 06 21:07:47.914 INFO O| Dec 06 21:07:47.914 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-06T21:07:49.221Z[ recovery-image] Dec 06 21:07:47.929 INFO O| Dec 06 21:07:47.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
43942024-12-06T21:07:49.221Z[ recovery-image] Dec 06 21:07:47.929 INFO O| Dec 06 21:07:47.929 INFO STEP 43 (remove_files) COMPLETE
43952024-12-06T21:07:49.221Z[ recovery-image] Dec 06 21:07:47.929 INFO O| Dec 06 21:07:47.929 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-06T21:07:49.240Z[ recovery-image] Dec 06 21:07:47.947 INFO O| Dec 06 21:07:47.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
43972024-12-06T21:07:49.240Z[ recovery-image] Dec 06 21:07:47.948 INFO O| Dec 06 21:07:47.948 INFO STEP 44 (remove_files) COMPLETE
43982024-12-06T21:07:49.240Z[ recovery-image] Dec 06 21:07:47.948 INFO O| Dec 06 21:07:47.948 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-06T21:07:49.259Z[ recovery-image] Dec 06 21:07:47.966 INFO O| Dec 06 21:07:47.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44002024-12-06T21:07:49.259Z[ recovery-image] Dec 06 21:07:47.967 INFO O| Dec 06 21:07:47.967 INFO STEP 45 (remove_files) COMPLETE
44012024-12-06T21:07:49.262Z[ recovery-image] Dec 06 21:07:47.967 INFO O| Dec 06 21:07:47.967 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-06T21:07:49.277Z[ recovery-image] Dec 06 21:07:47.985 INFO O| Dec 06 21:07:47.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44032024-12-06T21:07:49.277Z[ recovery-image] Dec 06 21:07:47.985 INFO O| Dec 06 21:07:47.985 INFO STEP 46 (remove_files) COMPLETE
44042024-12-06T21:07:49.280Z[ recovery-image] Dec 06 21:07:47.985 INFO O| Dec 06 21:07:47.985 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-06T21:07:49.295Z[ recovery-image] Dec 06 21:07:48.002 INFO O| Dec 06 21:07:48.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44062024-12-06T21:07:49.298Z[ recovery-image] Dec 06 21:07:48.003 INFO O| Dec 06 21:07:48.003 INFO STEP 47 (remove_files) COMPLETE
44072024-12-06T21:07:49.298Z[ recovery-image] Dec 06 21:07:48.003 INFO O| Dec 06 21:07:48.003 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-06T21:07:49.306Z[ host-image] Dec 06 21:07:48.014 INFO O| Dec 06 21:07:48.014 INFO O| Done
44092024-12-06T21:07:49.316Z[ recovery-image] Dec 06 21:07:48.024 INFO O| Dec 06 21:07:48.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44102024-12-06T21:07:49.316Z[ recovery-image] Dec 06 21:07:48.024 INFO O| Dec 06 21:07:48.024 INFO STEP 48 (remove_files) COMPLETE
44112024-12-06T21:07:49.316Z[ recovery-image] Dec 06 21:07:48.024 INFO O| Dec 06 21:07:48.024 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-06T21:07:49.336Z[ recovery-image] Dec 06 21:07:48.043 INFO O| Dec 06 21:07:48.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44132024-12-06T21:07:49.336Z[ recovery-image] Dec 06 21:07:48.043 INFO O| Dec 06 21:07:48.043 INFO STEP 49 (remove_files) COMPLETE
44142024-12-06T21:07:49.336Z[ recovery-image] Dec 06 21:07:48.043 INFO O| Dec 06 21:07:48.043 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-06T21:07:49.354Z[ recovery-image] Dec 06 21:07:48.062 INFO O| Dec 06 21:07:48.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44162024-12-06T21:07:49.354Z[ recovery-image] Dec 06 21:07:48.062 INFO O| Dec 06 21:07:48.062 INFO STEP 50 (remove_files) COMPLETE
44172024-12-06T21:07:49.354Z[ recovery-image] Dec 06 21:07:48.062 INFO O| Dec 06 21:07:48.062 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-06T21:07:49.373Z[ recovery-image] Dec 06 21:07:48.080 INFO O| Dec 06 21:07:48.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44192024-12-06T21:07:49.376Z[ recovery-image] Dec 06 21:07:48.081 INFO O| Dec 06 21:07:48.081 INFO STEP 51 (remove_files) COMPLETE
44202024-12-06T21:07:49.376Z[ recovery-image] Dec 06 21:07:48.081 INFO O| Dec 06 21:07:48.081 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-06T21:07:49.392Z[ recovery-image] Dec 06 21:07:48.100 INFO O| Dec 06 21:07:48.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44222024-12-06T21:07:49.396Z[ recovery-image] Dec 06 21:07:48.101 INFO O| Dec 06 21:07:48.101 INFO STEP 52 (remove_files) COMPLETE
44232024-12-06T21:07:49.396Z[ recovery-image] Dec 06 21:07:48.101 INFO O| Dec 06 21:07:48.101 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-06T21:07:49.410Z[ recovery-image] Dec 06 21:07:48.118 INFO O| Dec 06 21:07:48.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44252024-12-06T21:07:49.412Z[ recovery-image] Dec 06 21:07:48.118 INFO O| Dec 06 21:07:48.118 INFO STEP 53 (remove_files) COMPLETE
44262024-12-06T21:07:49.412Z[ recovery-image] Dec 06 21:07:48.118 INFO O| Dec 06 21:07:48.118 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-06T21:07:49.426Z[ recovery-image] Dec 06 21:07:48.134 INFO O| Dec 06 21:07:48.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44282024-12-06T21:07:49.426Z[ recovery-image] Dec 06 21:07:48.134 INFO O| Dec 06 21:07:48.134 INFO STEP 54 (remove_files) COMPLETE
44292024-12-06T21:07:49.429Z[ recovery-image] Dec 06 21:07:48.134 INFO O| Dec 06 21:07:48.134 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-06T21:07:49.440Z[ recovery-image] Dec 06 21:07:48.147 INFO O| Dec 06 21:07:48.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44312024-12-06T21:07:49.440Z[ recovery-image] Dec 06 21:07:48.147 INFO O| Dec 06 21:07:48.147 INFO STEP 55 (remove_files) COMPLETE
44322024-12-06T21:07:49.440Z[ recovery-image] Dec 06 21:07:48.147 INFO O| Dec 06 21:07:48.147 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-06T21:07:49.458Z[ recovery-image] Dec 06 21:07:48.166 INFO O| Dec 06 21:07:48.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44342024-12-06T21:07:49.458Z[ recovery-image] Dec 06 21:07:48.166 INFO O| Dec 06 21:07:48.166 INFO STEP 56 (remove_files) COMPLETE
44352024-12-06T21:07:49.461Z[ recovery-image] Dec 06 21:07:48.166 INFO O| Dec 06 21:07:48.166 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-06T21:07:49.476Z[ recovery-image] Dec 06 21:07:48.184 INFO O| Dec 06 21:07:48.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44372024-12-06T21:07:49.476Z[ recovery-image] Dec 06 21:07:48.184 INFO O| Dec 06 21:07:48.184 INFO STEP 57 (remove_files) COMPLETE
44382024-12-06T21:07:49.476Z[ recovery-image] Dec 06 21:07:48.184 INFO O| Dec 06 21:07:48.184 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-06T21:07:49.494Z[ recovery-image] Dec 06 21:07:48.202 INFO O| Dec 06 21:07:48.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44402024-12-06T21:07:49.494Z[ recovery-image] Dec 06 21:07:48.202 INFO O| Dec 06 21:07:48.202 INFO STEP 58 (remove_files) COMPLETE
44412024-12-06T21:07:49.494Z[ recovery-image] Dec 06 21:07:48.202 INFO O| Dec 06 21:07:48.202 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-06T21:07:49.507Z[ recovery-image] Dec 06 21:07:48.215 INFO O| Dec 06 21:07:48.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44432024-12-06T21:07:49.507Z[ recovery-image] Dec 06 21:07:48.215 INFO O| Dec 06 21:07:48.215 INFO STEP 59 (remove_files) COMPLETE
44442024-12-06T21:07:49.510Z[ recovery-image] Dec 06 21:07:48.215 INFO O| Dec 06 21:07:48.215 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-06T21:07:49.525Z[ recovery-image] Dec 06 21:07:48.232 INFO O| Dec 06 21:07:48.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44462024-12-06T21:07:49.525Z[ recovery-image] Dec 06 21:07:48.232 INFO O| Dec 06 21:07:48.232 INFO STEP 60 (remove_files) COMPLETE
44472024-12-06T21:07:49.525Z[ recovery-image] Dec 06 21:07:48.232 INFO O| Dec 06 21:07:48.232 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-06T21:07:49.542Z[ recovery-image] Dec 06 21:07:48.249 INFO O| Dec 06 21:07:48.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44492024-12-06T21:07:49.542Z[ recovery-image] Dec 06 21:07:48.249 INFO O| Dec 06 21:07:48.249 INFO STEP 61 (remove_files) COMPLETE
44502024-12-06T21:07:49.545Z[ recovery-image] Dec 06 21:07:48.249 INFO O| Dec 06 21:07:48.249 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-06T21:07:49.554Z[ recovery-image] Dec 06 21:07:48.262 INFO O| Dec 06 21:07:48.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44522024-12-06T21:07:49.554Z[ recovery-image] Dec 06 21:07:48.262 INFO O| Dec 06 21:07:48.262 INFO STEP 62 (remove_files) COMPLETE
44532024-12-06T21:07:49.554Z[ recovery-image] Dec 06 21:07:48.262 INFO O| Dec 06 21:07:48.262 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-06T21:07:49.570Z[ recovery-image] Dec 06 21:07:48.278 INFO O| Dec 06 21:07:48.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44552024-12-06T21:07:49.573Z[ recovery-image] Dec 06 21:07:48.279 INFO O| Dec 06 21:07:48.279 INFO STEP 63 (remove_files) COMPLETE
44562024-12-06T21:07:49.573Z[ recovery-image] Dec 06 21:07:48.279 INFO O| Dec 06 21:07:48.279 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-06T21:07:49.589Z[ recovery-image] Dec 06 21:07:48.296 INFO O| Dec 06 21:07:48.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44582024-12-06T21:07:49.591Z[ recovery-image] Dec 06 21:07:48.297 INFO O| Dec 06 21:07:48.297 INFO STEP 64 (remove_files) COMPLETE
44592024-12-06T21:07:49.591Z[ recovery-image] Dec 06 21:07:48.297 INFO O| Dec 06 21:07:48.297 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-06T21:07:49.609Z[ recovery-image] Dec 06 21:07:48.316 INFO O| Dec 06 21:07:48.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44612024-12-06T21:07:49.609Z[ recovery-image] Dec 06 21:07:48.316 INFO O| Dec 06 21:07:48.316 INFO STEP 65 (remove_files) COMPLETE
44622024-12-06T21:07:49.609Z[ recovery-image] Dec 06 21:07:48.316 INFO O| Dec 06 21:07:48.316 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-06T21:07:49.622Z[ recovery-image] Dec 06 21:07:48.330 INFO O| Dec 06 21:07:48.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44642024-12-06T21:07:49.622Z[ recovery-image] Dec 06 21:07:48.330 INFO O| Dec 06 21:07:48.330 INFO STEP 66 (remove_files) COMPLETE
44652024-12-06T21:07:49.625Z[ recovery-image] Dec 06 21:07:48.330 INFO O| Dec 06 21:07:48.330 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-06T21:07:49.635Z[ recovery-image] Dec 06 21:07:48.342 INFO O| Dec 06 21:07:48.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44672024-12-06T21:07:49.635Z[ recovery-image] Dec 06 21:07:48.342 INFO O| Dec 06 21:07:48.342 INFO STEP 67 (remove_files) COMPLETE
44682024-12-06T21:07:49.638Z[ recovery-image] Dec 06 21:07:48.342 INFO O| Dec 06 21:07:48.342 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-06T21:07:49.647Z[ recovery-image] Dec 06 21:07:48.355 INFO O| Dec 06 21:07:48.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44702024-12-06T21:07:49.647Z[ recovery-image] Dec 06 21:07:48.355 INFO O| Dec 06 21:07:48.355 INFO STEP 68 (remove_files) COMPLETE
44712024-12-06T21:07:49.647Z[ recovery-image] Dec 06 21:07:48.355 INFO O| Dec 06 21:07:48.355 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-06T21:07:49.660Z[ recovery-image] Dec 06 21:07:48.367 INFO O| Dec 06 21:07:48.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
44732024-12-06T21:07:49.660Z[ recovery-image] Dec 06 21:07:48.367 INFO O| Dec 06 21:07:48.367 INFO STEP 69 (remove_files) COMPLETE
44742024-12-06T21:07:49.662Z[ recovery-image] Dec 06 21:07:48.367 INFO O| Dec 06 21:07:48.367 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-06T21:07:49.672Z[ recovery-image] Dec 06 21:07:48.380 INFO O| Dec 06 21:07:48.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
44762024-12-06T21:07:49.672Z[ recovery-image] Dec 06 21:07:48.380 INFO O| Dec 06 21:07:48.380 INFO STEP 70 (remove_files) COMPLETE
44772024-12-06T21:07:49.672Z[ recovery-image] Dec 06 21:07:48.380 INFO O| Dec 06 21:07:48.380 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-06T21:07:49.685Z[ recovery-image] Dec 06 21:07:48.393 INFO O| Dec 06 21:07:48.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
44792024-12-06T21:07:49.685Z[ recovery-image] Dec 06 21:07:48.393 INFO O| Dec 06 21:07:48.393 INFO STEP 71 (remove_files) COMPLETE
44802024-12-06T21:07:49.688Z[ recovery-image] Dec 06 21:07:48.393 INFO O| Dec 06 21:07:48.393 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-06T21:07:49.697Z[ recovery-image] Dec 06 21:07:48.405 INFO O| Dec 06 21:07:48.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
44822024-12-06T21:07:49.698Z[ recovery-image] Dec 06 21:07:48.405 INFO O| Dec 06 21:07:48.405 INFO STEP 72 (remove_files) COMPLETE
44832024-12-06T21:07:49.698Z[ recovery-image] Dec 06 21:07:48.405 INFO O| Dec 06 21:07:48.405 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-06T21:07:49.709Z[ recovery-image] Dec 06 21:07:48.417 INFO O| Dec 06 21:07:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
44852024-12-06T21:07:49.709Z[ recovery-image] Dec 06 21:07:48.417 INFO O| Dec 06 21:07:48.417 INFO STEP 73 (remove_files) COMPLETE
44862024-12-06T21:07:49.709Z[ recovery-image] Dec 06 21:07:48.417 INFO O| Dec 06 21:07:48.417 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-06T21:07:49.721Z[ recovery-image] Dec 06 21:07:48.428 INFO O| Dec 06 21:07:48.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
44882024-12-06T21:07:49.721Z[ recovery-image] Dec 06 21:07:48.428 INFO O| Dec 06 21:07:48.428 INFO STEP 74 (remove_files) COMPLETE
44892024-12-06T21:07:49.721Z[ recovery-image] Dec 06 21:07:48.428 INFO O| Dec 06 21:07:48.428 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-06T21:07:49.732Z[ recovery-image] Dec 06 21:07:48.440 INFO O| Dec 06 21:07:48.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
44912024-12-06T21:07:49.732Z[ recovery-image] Dec 06 21:07:48.440 INFO O| Dec 06 21:07:48.440 INFO STEP 75 (remove_files) COMPLETE
44922024-12-06T21:07:49.735Z[ recovery-image] Dec 06 21:07:48.440 INFO O| Dec 06 21:07:48.440 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-06T21:07:49.743Z[ recovery-image] Dec 06 21:07:48.451 INFO O| Dec 06 21:07:48.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
44942024-12-06T21:07:49.743Z[ recovery-image] Dec 06 21:07:48.451 INFO O| Dec 06 21:07:48.451 INFO STEP 76 (remove_files) COMPLETE
44952024-12-06T21:07:49.745Z[ recovery-image] Dec 06 21:07:48.451 INFO O| Dec 06 21:07:48.451 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-06T21:07:49.754Z[ recovery-image] Dec 06 21:07:48.461 INFO O| Dec 06 21:07:48.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
44972024-12-06T21:07:49.754Z[ recovery-image] Dec 06 21:07:48.461 INFO O| Dec 06 21:07:48.461 INFO STEP 77 (remove_files) COMPLETE
44982024-12-06T21:07:49.754Z[ recovery-image] Dec 06 21:07:48.461 INFO O| Dec 06 21:07:48.461 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-06T21:07:49.764Z[ recovery-image] Dec 06 21:07:48.472 INFO O| Dec 06 21:07:48.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45002024-12-06T21:07:49.764Z[ recovery-image] Dec 06 21:07:48.472 INFO O| Dec 06 21:07:48.472 INFO STEP 78 (remove_files) COMPLETE
45012024-12-06T21:07:49.765Z[ recovery-image] Dec 06 21:07:48.472 INFO O| Dec 06 21:07:48.472 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-06T21:07:49.775Z[ recovery-image] Dec 06 21:07:48.482 INFO O| Dec 06 21:07:48.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45032024-12-06T21:07:49.775Z[ recovery-image] Dec 06 21:07:48.483 INFO O| Dec 06 21:07:48.483 INFO STEP 79 (remove_files) COMPLETE
45042024-12-06T21:07:49.777Z[ recovery-image] Dec 06 21:07:48.483 INFO O| Dec 06 21:07:48.483 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-06T21:07:49.785Z[ recovery-image] Dec 06 21:07:48.493 INFO O| Dec 06 21:07:48.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45062024-12-06T21:07:49.785Z[ recovery-image] Dec 06 21:07:48.493 INFO O| Dec 06 21:07:48.493 INFO STEP 80 (remove_files) COMPLETE
45072024-12-06T21:07:49.788Z[ recovery-image] Dec 06 21:07:48.493 INFO O| Dec 06 21:07:48.493 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-06T21:07:49.796Z[ recovery-image] Dec 06 21:07:48.503 INFO O| Dec 06 21:07:48.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45092024-12-06T21:07:49.796Z[ recovery-image] Dec 06 21:07:48.504 INFO O| Dec 06 21:07:48.503 INFO STEP 81 (remove_files) COMPLETE
45102024-12-06T21:07:49.798Z[ recovery-image] Dec 06 21:07:48.504 INFO O| Dec 06 21:07:48.504 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-06T21:07:49.806Z[ recovery-image] Dec 06 21:07:48.514 INFO O| Dec 06 21:07:48.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45122024-12-06T21:07:49.809Z[ recovery-image] Dec 06 21:07:48.515 INFO O| Dec 06 21:07:48.515 INFO STEP 82 (remove_files) COMPLETE
45132024-12-06T21:07:49.809Z[ recovery-image] Dec 06 21:07:48.515 INFO O| Dec 06 21:07:48.515 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-06T21:07:49.818Z[ recovery-image] Dec 06 21:07:48.526 INFO O| Dec 06 21:07:48.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45152024-12-06T21:07:49.818Z[ recovery-image] Dec 06 21:07:48.526 INFO O| Dec 06 21:07:48.526 INFO STEP 83 (remove_files) COMPLETE
45162024-12-06T21:07:49.820Z[ recovery-image] Dec 06 21:07:48.526 INFO O| Dec 06 21:07:48.526 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-06T21:07:49.830Z[ recovery-image] Dec 06 21:07:48.538 INFO O| Dec 06 21:07:48.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45182024-12-06T21:07:49.830Z[ recovery-image] Dec 06 21:07:48.538 INFO O| Dec 06 21:07:48.538 INFO STEP 84 (remove_files) COMPLETE
45192024-12-06T21:07:49.831Z[ recovery-image] Dec 06 21:07:48.538 INFO O| Dec 06 21:07:48.538 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-06T21:07:49.841Z[ recovery-image] Dec 06 21:07:48.549 INFO O| Dec 06 21:07:48.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45212024-12-06T21:07:49.842Z[ recovery-image] Dec 06 21:07:48.549 INFO O| Dec 06 21:07:48.549 INFO STEP 85 (remove_files) COMPLETE
45222024-12-06T21:07:49.842Z[ recovery-image] Dec 06 21:07:48.549 INFO O| Dec 06 21:07:48.549 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-06T21:07:49.854Z[ recovery-image] Dec 06 21:07:48.561 INFO O| Dec 06 21:07:48.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45242024-12-06T21:07:49.856Z[ recovery-image] Dec 06 21:07:48.562 INFO O| Dec 06 21:07:48.562 INFO STEP 86 (remove_files) COMPLETE
45252024-12-06T21:07:49.856Z[ recovery-image] Dec 06 21:07:48.562 INFO O| Dec 06 21:07:48.562 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-06T21:07:49.865Z[ recovery-image] Dec 06 21:07:48.573 INFO O| Dec 06 21:07:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45272024-12-06T21:07:49.868Z[ recovery-image] Dec 06 21:07:48.573 INFO O| Dec 06 21:07:48.573 INFO STEP 87 (remove_files) COMPLETE
45282024-12-06T21:07:49.868Z[ recovery-image] Dec 06 21:07:48.573 INFO O| Dec 06 21:07:48.573 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-06T21:07:49.876Z[ recovery-image] Dec 06 21:07:48.584 INFO O| Dec 06 21:07:48.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45302024-12-06T21:07:49.876Z[ recovery-image] Dec 06 21:07:48.584 INFO O| Dec 06 21:07:48.584 INFO STEP 88 (remove_files) COMPLETE
45312024-12-06T21:07:49.876Z[ recovery-image] Dec 06 21:07:48.584 INFO O| Dec 06 21:07:48.584 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-06T21:07:49.887Z[ host-image] Dec 06 21:07:48.595 INFO O| Dec 06 21:07:48.595 INFO O| Done
45332024-12-06T21:07:49.890Z[ recovery-image] Dec 06 21:07:48.597 INFO O| Dec 06 21:07:48.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45342024-12-06T21:07:49.890Z[ recovery-image] Dec 06 21:07:48.597 INFO O| Dec 06 21:07:48.597 INFO STEP 89 (remove_files) COMPLETE
45352024-12-06T21:07:49.890Z[ recovery-image] Dec 06 21:07:48.597 INFO O| Dec 06 21:07:48.597 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-06T21:07:49.902Z[ recovery-image] Dec 06 21:07:48.610 INFO O| Dec 06 21:07:48.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45372024-12-06T21:07:49.902Z[ recovery-image] Dec 06 21:07:48.610 INFO O| Dec 06 21:07:48.610 INFO STEP 90 (remove_files) COMPLETE
45382024-12-06T21:07:49.905Z[ recovery-image] Dec 06 21:07:48.610 INFO O| Dec 06 21:07:48.610 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-06T21:07:49.915Z[ recovery-image] Dec 06 21:07:48.623 INFO O| Dec 06 21:07:48.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45402024-12-06T21:07:49.915Z[ recovery-image] Dec 06 21:07:48.623 INFO O| Dec 06 21:07:48.623 INFO STEP 91 (remove_files) COMPLETE
45412024-12-06T21:07:49.915Z[ recovery-image] Dec 06 21:07:48.623 INFO O| Dec 06 21:07:48.623 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-06T21:07:49.928Z[ recovery-image] Dec 06 21:07:48.636 INFO O| Dec 06 21:07:48.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45432024-12-06T21:07:49.928Z[ recovery-image] Dec 06 21:07:48.636 INFO O| Dec 06 21:07:48.636 INFO STEP 92 (remove_files) COMPLETE
45442024-12-06T21:07:49.931Z[ recovery-image] Dec 06 21:07:48.636 INFO O| Dec 06 21:07:48.636 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-06T21:07:49.941Z[ recovery-image] Dec 06 21:07:48.648 INFO O| Dec 06 21:07:48.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45462024-12-06T21:07:49.941Z[ recovery-image] Dec 06 21:07:48.648 INFO O| Dec 06 21:07:48.648 INFO STEP 93 (remove_files) COMPLETE
45472024-12-06T21:07:49.941Z[ recovery-image] Dec 06 21:07:48.648 INFO O| Dec 06 21:07:48.648 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-06T21:07:49.952Z[ recovery-image] Dec 06 21:07:48.660 INFO O| Dec 06 21:07:48.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45492024-12-06T21:07:49.953Z[ recovery-image] Dec 06 21:07:48.660 INFO O| Dec 06 21:07:48.660 INFO STEP 94 (remove_files) COMPLETE
45502024-12-06T21:07:49.955Z[ recovery-image] Dec 06 21:07:48.660 INFO O| Dec 06 21:07:48.660 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-06T21:07:49.964Z[ recovery-image] Dec 06 21:07:48.672 INFO O| Dec 06 21:07:48.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45522024-12-06T21:07:49.964Z[ recovery-image] Dec 06 21:07:48.672 INFO O| Dec 06 21:07:48.672 INFO STEP 95 (remove_files) COMPLETE
45532024-12-06T21:07:49.964Z[ recovery-image] Dec 06 21:07:48.672 INFO O| Dec 06 21:07:48.672 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-06T21:07:49.975Z[ recovery-image] Dec 06 21:07:48.683 INFO O| Dec 06 21:07:48.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45552024-12-06T21:07:49.975Z[ recovery-image] Dec 06 21:07:48.683 INFO O| Dec 06 21:07:48.683 INFO STEP 96 (remove_files) COMPLETE
45562024-12-06T21:07:49.975Z[ recovery-image] Dec 06 21:07:48.683 INFO O| Dec 06 21:07:48.683 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-06T21:07:49.986Z[ recovery-image] Dec 06 21:07:48.693 INFO O| Dec 06 21:07:48.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45582024-12-06T21:07:49.988Z[ recovery-image] Dec 06 21:07:48.694 INFO O| Dec 06 21:07:48.694 INFO STEP 97 (remove_files) COMPLETE
45592024-12-06T21:07:49.988Z[ recovery-image] Dec 06 21:07:48.694 INFO O| Dec 06 21:07:48.694 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-06T21:07:49.997Z[ recovery-image] Dec 06 21:07:48.704 INFO O| Dec 06 21:07:48.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45612024-12-06T21:07:49.997Z[ recovery-image] Dec 06 21:07:48.704 INFO O| Dec 06 21:07:48.704 INFO STEP 98 (remove_files) COMPLETE
45622024-12-06T21:07:49.999Z[ recovery-image] Dec 06 21:07:48.704 INFO O| Dec 06 21:07:48.704 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-12-06T21:07:50.008Z[ recovery-image] Dec 06 21:07:48.716 INFO O| Dec 06 21:07:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45642024-12-06T21:07:50.008Z[ recovery-image] Dec 06 21:07:48.716 INFO O| Dec 06 21:07:48.716 INFO STEP 99 (remove_files) COMPLETE
45652024-12-06T21:07:50.011Z[ recovery-image] Dec 06 21:07:48.716 INFO O| Dec 06 21:07:48.716 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-12-06T21:07:50.019Z[ recovery-image] Dec 06 21:07:48.727 INFO O| Dec 06 21:07:48.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45672024-12-06T21:07:50.019Z[ recovery-image] Dec 06 21:07:48.727 INFO O| Dec 06 21:07:48.727 INFO STEP 100 (remove_files) COMPLETE
45682024-12-06T21:07:50.022Z[ recovery-image] Dec 06 21:07:48.727 INFO O| Dec 06 21:07:48.727 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-12-06T21:07:50.029Z[ recovery-image] Dec 06 21:07:48.737 INFO O| Dec 06 21:07:48.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45702024-12-06T21:07:50.032Z[ recovery-image] Dec 06 21:07:48.737 INFO O| Dec 06 21:07:48.737 INFO STEP 101 (remove_files) COMPLETE
45712024-12-06T21:07:50.032Z[ recovery-image] Dec 06 21:07:48.737 INFO O| Dec 06 21:07:48.737 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-06T21:07:50.040Z[ recovery-image] Dec 06 21:07:48.748 INFO O| Dec 06 21:07:48.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
45732024-12-06T21:07:50.043Z[ recovery-image] Dec 06 21:07:48.748 INFO O| Dec 06 21:07:48.748 INFO STEP 102 (remove_files) COMPLETE
45742024-12-06T21:07:50.043Z[ recovery-image] Dec 06 21:07:48.748 INFO O| Dec 06 21:07:48.748 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-06T21:07:50.051Z[ recovery-image] Dec 06 21:07:48.759 INFO O| Dec 06 21:07:48.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
45762024-12-06T21:07:50.051Z[ recovery-image] Dec 06 21:07:48.759 INFO O| Dec 06 21:07:48.759 INFO STEP 103 (remove_files) COMPLETE
45772024-12-06T21:07:50.051Z[ recovery-image] Dec 06 21:07:48.759 INFO O| Dec 06 21:07:48.759 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-06T21:07:50.063Z[ recovery-image] Dec 06 21:07:48.770 INFO O| Dec 06 21:07:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
45792024-12-06T21:07:50.063Z[ recovery-image] Dec 06 21:07:48.770 INFO O| Dec 06 21:07:48.770 INFO STEP 104 (remove_files) COMPLETE
45802024-12-06T21:07:50.065Z[ recovery-image] Dec 06 21:07:48.770 INFO O| Dec 06 21:07:48.770 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-06T21:07:50.073Z[ recovery-image] Dec 06 21:07:48.781 INFO O| Dec 06 21:07:48.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
45822024-12-06T21:07:50.073Z[ recovery-image] Dec 06 21:07:48.781 INFO O| Dec 06 21:07:48.781 INFO STEP 105 (remove_files) COMPLETE
45832024-12-06T21:07:50.073Z[ recovery-image] Dec 06 21:07:48.781 INFO O| Dec 06 21:07:48.781 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-06T21:07:50.084Z[ recovery-image] Dec 06 21:07:48.792 INFO O| Dec 06 21:07:48.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
45852024-12-06T21:07:50.084Z[ recovery-image] Dec 06 21:07:48.792 INFO O| Dec 06 21:07:48.792 INFO STEP 106 (remove_files) COMPLETE
45862024-12-06T21:07:50.084Z[ recovery-image] Dec 06 21:07:48.792 INFO O| Dec 06 21:07:48.792 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-06T21:07:50.095Z[ recovery-image] Dec 06 21:07:48.802 INFO O| Dec 06 21:07:48.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
45882024-12-06T21:07:50.095Z[ recovery-image] Dec 06 21:07:48.802 INFO O| Dec 06 21:07:48.802 INFO STEP 107 (remove_files) COMPLETE
45892024-12-06T21:07:50.098Z[ recovery-image] Dec 06 21:07:48.802 INFO O| Dec 06 21:07:48.802 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-06T21:07:50.105Z[ recovery-image] Dec 06 21:07:48.813 INFO O| Dec 06 21:07:48.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
45912024-12-06T21:07:50.105Z[ recovery-image] Dec 06 21:07:48.813 INFO O| Dec 06 21:07:48.813 INFO STEP 108 (remove_files) COMPLETE
45922024-12-06T21:07:50.108Z[ recovery-image] Dec 06 21:07:48.813 INFO O| Dec 06 21:07:48.813 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-12-06T21:07:50.116Z[ recovery-image] Dec 06 21:07:48.824 INFO O| Dec 06 21:07:48.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
45942024-12-06T21:07:50.116Z[ recovery-image] Dec 06 21:07:48.824 INFO O| Dec 06 21:07:48.824 INFO STEP 109 (remove_files) COMPLETE
45952024-12-06T21:07:50.116Z[ recovery-image] Dec 06 21:07:48.824 INFO O| Dec 06 21:07:48.824 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-12-06T21:07:50.126Z[ recovery-image] Dec 06 21:07:48.834 INFO O| Dec 06 21:07:48.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
45972024-12-06T21:07:50.126Z[ recovery-image] Dec 06 21:07:48.834 INFO O| Dec 06 21:07:48.834 INFO STEP 110 (remove_files) COMPLETE
45982024-12-06T21:07:50.130Z[ recovery-image] Dec 06 21:07:48.834 INFO O| Dec 06 21:07:48.834 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-12-06T21:07:50.137Z[ recovery-image] Dec 06 21:07:48.845 INFO O| Dec 06 21:07:48.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46002024-12-06T21:07:50.137Z[ recovery-image] Dec 06 21:07:48.845 INFO O| Dec 06 21:07:48.845 INFO STEP 111 (remove_files) COMPLETE
46012024-12-06T21:07:50.137Z[ recovery-image] Dec 06 21:07:48.845 INFO O| Dec 06 21:07:48.845 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-12-06T21:07:50.147Z[ recovery-image] Dec 06 21:07:48.855 INFO O| Dec 06 21:07:48.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46032024-12-06T21:07:50.147Z[ recovery-image] Dec 06 21:07:48.855 INFO O| Dec 06 21:07:48.855 INFO STEP 112 (remove_files) COMPLETE
46042024-12-06T21:07:50.151Z[ recovery-image] Dec 06 21:07:48.855 INFO O| Dec 06 21:07:48.855 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-12-06T21:07:50.158Z[ recovery-image] Dec 06 21:07:48.866 INFO O| Dec 06 21:07:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46062024-12-06T21:07:50.158Z[ recovery-image] Dec 06 21:07:48.866 INFO O| Dec 06 21:07:48.866 INFO STEP 113 (remove_files) COMPLETE
46072024-12-06T21:07:50.158Z[ recovery-image] Dec 06 21:07:48.866 INFO O| Dec 06 21:07:48.866 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-06T21:07:50.169Z[ recovery-image] Dec 06 21:07:48.876 INFO O| Dec 06 21:07:48.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46092024-12-06T21:07:50.169Z[ recovery-image] Dec 06 21:07:48.877 INFO O| Dec 06 21:07:48.877 INFO STEP 114 (remove_files) COMPLETE
46102024-12-06T21:07:50.172Z[ recovery-image] Dec 06 21:07:48.877 INFO O| Dec 06 21:07:48.877 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-12-06T21:07:50.180Z[ recovery-image] Dec 06 21:07:48.888 INFO O| Dec 06 21:07:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46122024-12-06T21:07:50.180Z[ recovery-image] Dec 06 21:07:48.888 INFO O| Dec 06 21:07:48.888 INFO STEP 115 (remove_files) COMPLETE
46132024-12-06T21:07:50.183Z[ recovery-image] Dec 06 21:07:48.888 INFO O| Dec 06 21:07:48.888 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-06T21:07:50.191Z[ recovery-image] Dec 06 21:07:48.899 INFO O| Dec 06 21:07:48.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46152024-12-06T21:07:50.191Z[ recovery-image] Dec 06 21:07:48.899 INFO O| Dec 06 21:07:48.899 INFO STEP 116 (remove_files) COMPLETE
46162024-12-06T21:07:50.191Z[ recovery-image] Dec 06 21:07:48.899 INFO O| Dec 06 21:07:48.899 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-06T21:07:50.203Z[ recovery-image] Dec 06 21:07:48.910 INFO O| Dec 06 21:07:48.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46182024-12-06T21:07:50.206Z[ recovery-image] Dec 06 21:07:48.911 INFO O| Dec 06 21:07:48.911 INFO STEP 117 (remove_files) COMPLETE
46192024-12-06T21:07:50.206Z[ recovery-image] Dec 06 21:07:48.911 INFO O| Dec 06 21:07:48.911 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-06T21:07:50.215Z[ recovery-image] Dec 06 21:07:48.922 INFO O| Dec 06 21:07:48.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46212024-12-06T21:07:50.215Z[ recovery-image] Dec 06 21:07:48.922 INFO O| Dec 06 21:07:48.922 INFO STEP 118 (remove_files) COMPLETE
46222024-12-06T21:07:50.215Z[ recovery-image] Dec 06 21:07:48.922 INFO O| Dec 06 21:07:48.922 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-06T21:07:50.226Z[ recovery-image] Dec 06 21:07:48.934 INFO O| Dec 06 21:07:48.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46242024-12-06T21:07:50.227Z[ recovery-image] Dec 06 21:07:48.934 INFO O| Dec 06 21:07:48.934 INFO STEP 119 (remove_files) COMPLETE
46252024-12-06T21:07:50.229Z[ recovery-image] Dec 06 21:07:48.934 INFO O| Dec 06 21:07:48.934 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-06T21:07:50.239Z[ recovery-image] Dec 06 21:07:48.946 INFO O| Dec 06 21:07:48.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46272024-12-06T21:07:50.239Z[ recovery-image] Dec 06 21:07:48.946 INFO O| Dec 06 21:07:48.946 INFO STEP 120 (remove_files) COMPLETE
46282024-12-06T21:07:50.241Z[ recovery-image] Dec 06 21:07:48.946 INFO O| Dec 06 21:07:48.946 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-06T21:07:50.252Z[ recovery-image] Dec 06 21:07:48.959 INFO O| Dec 06 21:07:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46302024-12-06T21:07:50.254Z[ recovery-image] Dec 06 21:07:48.960 INFO O| Dec 06 21:07:48.960 INFO STEP 121 (remove_files) COMPLETE
46312024-12-06T21:07:50.254Z[ recovery-image] Dec 06 21:07:48.960 INFO O| Dec 06 21:07:48.960 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-06T21:07:50.265Z[ recovery-image] Dec 06 21:07:48.972 INFO O| Dec 06 21:07:48.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46332024-12-06T21:07:50.265Z[ recovery-image] Dec 06 21:07:48.973 INFO O| Dec 06 21:07:48.973 INFO STEP 122 (remove_files) COMPLETE
46342024-12-06T21:07:50.267Z[ recovery-image] Dec 06 21:07:48.973 INFO O| Dec 06 21:07:48.973 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-06T21:07:50.277Z[ recovery-image] Dec 06 21:07:48.985 INFO O| Dec 06 21:07:48.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46362024-12-06T21:07:50.280Z[ recovery-image] Dec 06 21:07:48.986 INFO O| Dec 06 21:07:48.986 INFO STEP 123 (remove_files) COMPLETE
46372024-12-06T21:07:50.280Z[ recovery-image] Dec 06 21:07:48.986 INFO O| Dec 06 21:07:48.986 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-06T21:07:50.282Z[ host-image] Dec 06 21:07:48.989 INFO O| Dec 06 21:07:48.989 INFO STEP 11 (pkg_install) COMPLETE
46392024-12-06T21:07:50.282Z[ host-image] Dec 06 21:07:48.989 INFO O| Dec 06 21:07:48.989 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
46402024-12-06T21:07:50.289Z[ recovery-image] Dec 06 21:07:48.997 INFO O| Dec 06 21:07:48.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46412024-12-06T21:07:50.289Z[ recovery-image] Dec 06 21:07:48.997 INFO O| Dec 06 21:07:48.997 INFO STEP 124 (remove_files) COMPLETE
46422024-12-06T21:07:50.289Z[ recovery-image] Dec 06 21:07:48.997 INFO O| Dec 06 21:07:48.997 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-06T21:07:50.293Z[ host-image] Dec 06 21:07:49.001 INFO O| Dec 06 21:07:49.001 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"]
46442024-12-06T21:07:50.302Z[ recovery-image] Dec 06 21:07:49.009 INFO O| Dec 06 21:07:49.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46452024-12-06T21:07:50.304Z[ recovery-image] Dec 06 21:07:49.010 INFO O| Dec 06 21:07:49.010 INFO STEP 125 (remove_files) COMPLETE
46462024-12-06T21:07:50.304Z[ recovery-image] Dec 06 21:07:49.010 INFO O| Dec 06 21:07:49.010 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-06T21:07:50.314Z[ recovery-image] Dec 06 21:07:49.022 INFO O| Dec 06 21:07:49.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46482024-12-06T21:07:50.314Z[ recovery-image] Dec 06 21:07:49.022 INFO O| Dec 06 21:07:49.022 INFO STEP 126 (remove_files) COMPLETE
46492024-12-06T21:07:50.317Z[ recovery-image] Dec 06 21:07:49.022 INFO O| Dec 06 21:07:49.022 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-06T21:07:50.328Z[ recovery-image] Dec 06 21:07:49.035 INFO O| Dec 06 21:07:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46512024-12-06T21:07:50.328Z[ recovery-image] Dec 06 21:07:49.035 INFO O| Dec 06 21:07:49.035 INFO STEP 127 (remove_files) COMPLETE
46522024-12-06T21:07:50.330Z[ recovery-image] Dec 06 21:07:49.035 INFO O| Dec 06 21:07:49.035 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-06T21:07:50.339Z[ recovery-image] Dec 06 21:07:49.047 INFO O| Dec 06 21:07:49.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46542024-12-06T21:07:50.339Z[ recovery-image] Dec 06 21:07:49.047 INFO O| Dec 06 21:07:49.047 INFO STEP 128 (remove_files) COMPLETE
46552024-12-06T21:07:50.339Z[ recovery-image] Dec 06 21:07:49.047 INFO O| Dec 06 21:07:49.047 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-06T21:07:50.352Z[ recovery-image] Dec 06 21:07:49.060 INFO O| Dec 06 21:07:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46572024-12-06T21:07:50.352Z[ recovery-image] Dec 06 21:07:49.060 INFO O| Dec 06 21:07:49.060 INFO STEP 129 (remove_files) COMPLETE
46582024-12-06T21:07:50.355Z[ recovery-image] Dec 06 21:07:49.060 INFO O| Dec 06 21:07:49.060 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-06T21:07:50.364Z[ recovery-image] Dec 06 21:07:49.071 INFO O| Dec 06 21:07:49.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46602024-12-06T21:07:50.364Z[ recovery-image] Dec 06 21:07:49.072 INFO O| Dec 06 21:07:49.072 INFO STEP 130 (remove_files) COMPLETE
46612024-12-06T21:07:50.367Z[ recovery-image] Dec 06 21:07:49.072 INFO O| Dec 06 21:07:49.072 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-06T21:07:50.376Z[ recovery-image] Dec 06 21:07:49.083 INFO O| Dec 06 21:07:49.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46632024-12-06T21:07:50.378Z[ recovery-image] Dec 06 21:07:49.083 INFO O| Dec 06 21:07:49.083 INFO STEP 131 (remove_files) COMPLETE
46642024-12-06T21:07:50.378Z[ recovery-image] Dec 06 21:07:49.083 INFO O| Dec 06 21:07:49.083 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-06T21:07:50.388Z[ recovery-image] Dec 06 21:07:49.094 INFO O| Dec 06 21:07:49.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46662024-12-06T21:07:50.388Z[ recovery-image] Dec 06 21:07:49.094 INFO O| Dec 06 21:07:49.094 INFO STEP 132 (remove_files) COMPLETE
46672024-12-06T21:07:50.388Z[ recovery-image] Dec 06 21:07:49.095 INFO O| Dec 06 21:07:49.094 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-06T21:07:50.398Z[ recovery-image] Dec 06 21:07:49.106 INFO O| Dec 06 21:07:49.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46692024-12-06T21:07:50.398Z[ recovery-image] Dec 06 21:07:49.106 INFO O| Dec 06 21:07:49.106 INFO STEP 133 (remove_files) COMPLETE
46702024-12-06T21:07:50.401Z[ recovery-image] Dec 06 21:07:49.106 INFO O| Dec 06 21:07:49.106 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-06T21:07:50.410Z[ recovery-image] Dec 06 21:07:49.117 INFO O| Dec 06 21:07:49.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
46722024-12-06T21:07:50.410Z[ recovery-image] Dec 06 21:07:49.117 INFO O| Dec 06 21:07:49.117 INFO STEP 134 (remove_files) COMPLETE
46732024-12-06T21:07:50.410Z[ recovery-image] Dec 06 21:07:49.117 INFO O| Dec 06 21:07:49.117 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-06T21:07:50.421Z[ recovery-image] Dec 06 21:07:49.129 INFO O| Dec 06 21:07:49.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
46752024-12-06T21:07:50.422Z[ recovery-image] Dec 06 21:07:49.129 INFO O| Dec 06 21:07:49.129 INFO STEP 135 (remove_files) COMPLETE
46762024-12-06T21:07:50.424Z[ recovery-image] Dec 06 21:07:49.129 INFO O| Dec 06 21:07:49.129 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-06T21:07:50.433Z[ recovery-image] Dec 06 21:07:49.141 INFO O| Dec 06 21:07:49.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
46782024-12-06T21:07:50.433Z[ recovery-image] Dec 06 21:07:49.141 INFO O| Dec 06 21:07:49.141 INFO STEP 136 (remove_files) COMPLETE
46792024-12-06T21:07:50.433Z[ recovery-image] Dec 06 21:07:49.141 INFO O| Dec 06 21:07:49.141 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-06T21:07:50.445Z[ recovery-image] Dec 06 21:07:49.152 INFO O| Dec 06 21:07:49.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
46812024-12-06T21:07:50.445Z[ recovery-image] Dec 06 21:07:49.152 INFO O| Dec 06 21:07:49.152 INFO STEP 137 (remove_files) COMPLETE
46822024-12-06T21:07:50.447Z[ recovery-image] Dec 06 21:07:49.152 INFO O| Dec 06 21:07:49.152 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-06T21:07:50.456Z[ recovery-image] Dec 06 21:07:49.164 INFO O| Dec 06 21:07:49.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
46842024-12-06T21:07:50.456Z[ recovery-image] Dec 06 21:07:49.164 INFO O| Dec 06 21:07:49.164 INFO STEP 138 (remove_files) COMPLETE
46852024-12-06T21:07:50.459Z[ recovery-image] Dec 06 21:07:49.164 INFO O| Dec 06 21:07:49.164 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-06T21:07:50.469Z[ recovery-image] Dec 06 21:07:49.176 INFO O| Dec 06 21:07:49.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
46872024-12-06T21:07:50.469Z[ recovery-image] Dec 06 21:07:49.176 INFO O| Dec 06 21:07:49.176 INFO STEP 139 (remove_files) COMPLETE
46882024-12-06T21:07:50.477Z[ recovery-image] Dec 06 21:07:49.176 INFO O| Dec 06 21:07:49.176 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-06T21:07:50.486Z[ recovery-image] Dec 06 21:07:49.188 INFO O| Dec 06 21:07:49.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
46902024-12-06T21:07:50.486Z[ recovery-image] Dec 06 21:07:49.188 INFO O| Dec 06 21:07:49.188 INFO STEP 140 (remove_files) COMPLETE
46912024-12-06T21:07:50.486Z[ recovery-image] Dec 06 21:07:49.188 INFO O| Dec 06 21:07:49.188 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-06T21:07:50.493Z[ recovery-image] Dec 06 21:07:49.201 INFO O| Dec 06 21:07:49.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
46932024-12-06T21:07:50.493Z[ recovery-image] Dec 06 21:07:49.201 INFO O| Dec 06 21:07:49.201 INFO STEP 141 (remove_files) COMPLETE
46942024-12-06T21:07:50.495Z[ recovery-image] Dec 06 21:07:49.201 INFO O| Dec 06 21:07:49.201 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-06T21:07:50.505Z[ recovery-image] Dec 06 21:07:49.212 INFO O| Dec 06 21:07:49.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
46962024-12-06T21:07:50.505Z[ recovery-image] Dec 06 21:07:49.212 INFO O| Dec 06 21:07:49.212 INFO STEP 142 (remove_files) COMPLETE
46972024-12-06T21:07:50.507Z[ recovery-image] Dec 06 21:07:49.212 INFO O| Dec 06 21:07:49.212 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-06T21:07:50.516Z[ recovery-image] Dec 06 21:07:49.224 INFO O| Dec 06 21:07:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
46992024-12-06T21:07:50.516Z[ recovery-image] Dec 06 21:07:49.224 INFO O| Dec 06 21:07:49.224 INFO STEP 143 (remove_files) COMPLETE
47002024-12-06T21:07:50.519Z[ recovery-image] Dec 06 21:07:49.224 INFO O| Dec 06 21:07:49.224 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-06T21:07:50.527Z[ recovery-image] Dec 06 21:07:49.235 INFO O| Dec 06 21:07:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47022024-12-06T21:07:50.527Z[ recovery-image] Dec 06 21:07:49.235 INFO O| Dec 06 21:07:49.235 INFO STEP 144 (remove_files) COMPLETE
47032024-12-06T21:07:50.527Z[ recovery-image] Dec 06 21:07:49.235 INFO O| Dec 06 21:07:49.235 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-06T21:07:50.539Z[ recovery-image] Dec 06 21:07:49.246 INFO O| Dec 06 21:07:49.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47052024-12-06T21:07:50.541Z[ recovery-image] Dec 06 21:07:49.247 INFO O| Dec 06 21:07:49.247 INFO STEP 145 (remove_files) COMPLETE
47062024-12-06T21:07:50.541Z[ recovery-image] Dec 06 21:07:49.247 INFO O| Dec 06 21:07:49.247 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-06T21:07:50.551Z[ recovery-image] Dec 06 21:07:49.258 INFO O| Dec 06 21:07:49.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47082024-12-06T21:07:50.551Z[ recovery-image] Dec 06 21:07:49.258 INFO O| Dec 06 21:07:49.258 INFO STEP 146 (remove_files) COMPLETE
47092024-12-06T21:07:50.551Z[ recovery-image] Dec 06 21:07:49.258 INFO O| Dec 06 21:07:49.258 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-06T21:07:50.562Z[ recovery-image] Dec 06 21:07:49.270 INFO O| Dec 06 21:07:49.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47112024-12-06T21:07:50.562Z[ recovery-image] Dec 06 21:07:49.270 INFO O| Dec 06 21:07:49.270 INFO STEP 147 (remove_files) COMPLETE
47122024-12-06T21:07:50.563Z[ recovery-image] Dec 06 21:07:49.270 INFO O| Dec 06 21:07:49.270 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-06T21:07:50.573Z[ recovery-image] Dec 06 21:07:49.281 INFO O| Dec 06 21:07:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47142024-12-06T21:07:50.574Z[ recovery-image] Dec 06 21:07:49.281 INFO O| Dec 06 21:07:49.281 INFO STEP 148 (remove_files) COMPLETE
47152024-12-06T21:07:50.576Z[ recovery-image] Dec 06 21:07:49.281 INFO O| Dec 06 21:07:49.281 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-06T21:07:50.585Z[ recovery-image] Dec 06 21:07:49.293 INFO O| Dec 06 21:07:49.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47172024-12-06T21:07:50.586Z[ recovery-image] Dec 06 21:07:49.293 INFO O| Dec 06 21:07:49.293 INFO STEP 149 (remove_files) COMPLETE
47182024-12-06T21:07:50.588Z[ recovery-image] Dec 06 21:07:49.293 INFO O| Dec 06 21:07:49.293 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-06T21:07:50.597Z[ recovery-image] Dec 06 21:07:49.305 INFO O| Dec 06 21:07:49.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47202024-12-06T21:07:50.597Z[ recovery-image] Dec 06 21:07:49.305 INFO O| Dec 06 21:07:49.305 INFO STEP 150 (remove_files) COMPLETE
47212024-12-06T21:07:50.600Z[ recovery-image] Dec 06 21:07:49.305 INFO O| Dec 06 21:07:49.305 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-06T21:07:50.609Z[ recovery-image] Dec 06 21:07:49.316 INFO O| Dec 06 21:07:49.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47232024-12-06T21:07:50.609Z[ recovery-image] Dec 06 21:07:49.316 INFO O| Dec 06 21:07:49.316 INFO STEP 151 (remove_files) COMPLETE
47242024-12-06T21:07:50.609Z[ recovery-image] Dec 06 21:07:49.316 INFO O| Dec 06 21:07:49.316 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-06T21:07:50.621Z[ recovery-image] Dec 06 21:07:49.328 INFO O| Dec 06 21:07:49.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47262024-12-06T21:07:50.621Z[ recovery-image] Dec 06 21:07:49.328 INFO O| Dec 06 21:07:49.328 INFO STEP 152 (remove_files) COMPLETE
47272024-12-06T21:07:50.623Z[ recovery-image] Dec 06 21:07:49.328 INFO O| Dec 06 21:07:49.328 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-06T21:07:50.633Z[ recovery-image] Dec 06 21:07:49.341 INFO O| Dec 06 21:07:49.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47292024-12-06T21:07:50.633Z[ recovery-image] Dec 06 21:07:49.341 INFO O| Dec 06 21:07:49.341 INFO STEP 153 (remove_files) COMPLETE
47302024-12-06T21:07:50.636Z[ recovery-image] Dec 06 21:07:49.341 INFO O| Dec 06 21:07:49.341 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-06T21:07:50.648Z[ recovery-image] Dec 06 21:07:49.355 INFO O| Dec 06 21:07:49.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47322024-12-06T21:07:50.648Z[ recovery-image] Dec 06 21:07:49.355 INFO O| Dec 06 21:07:49.355 INFO STEP 154 (remove_files) COMPLETE
47332024-12-06T21:07:50.648Z[ recovery-image] Dec 06 21:07:49.355 INFO O| Dec 06 21:07:49.355 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-06T21:07:50.662Z[ recovery-image] Dec 06 21:07:49.369 INFO O| Dec 06 21:07:49.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47352024-12-06T21:07:50.662Z[ recovery-image] Dec 06 21:07:49.369 INFO O| Dec 06 21:07:49.369 INFO STEP 155 (remove_files) COMPLETE
47362024-12-06T21:07:50.664Z[ recovery-image] Dec 06 21:07:49.369 INFO O| Dec 06 21:07:49.369 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-06T21:07:50.674Z[ recovery-image] Dec 06 21:07:49.382 INFO O| Dec 06 21:07:49.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47382024-12-06T21:07:50.677Z[ recovery-image] Dec 06 21:07:49.382 INFO O| Dec 06 21:07:49.382 INFO STEP 156 (remove_files) COMPLETE
47392024-12-06T21:07:50.677Z[ recovery-image] Dec 06 21:07:49.382 INFO O| Dec 06 21:07:49.382 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-06T21:07:50.685Z[ recovery-image] Dec 06 21:07:49.393 INFO O| Dec 06 21:07:49.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47412024-12-06T21:07:50.685Z[ recovery-image] Dec 06 21:07:49.393 INFO O| Dec 06 21:07:49.393 INFO STEP 157 (remove_files) COMPLETE
47422024-12-06T21:07:50.685Z[ recovery-image] Dec 06 21:07:49.393 INFO O| Dec 06 21:07:49.393 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-06T21:07:50.697Z[ recovery-image] Dec 06 21:07:49.405 INFO O| Dec 06 21:07:49.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47442024-12-06T21:07:50.697Z[ recovery-image] Dec 06 21:07:49.405 INFO O| Dec 06 21:07:49.405 INFO STEP 158 (remove_files) COMPLETE
47452024-12-06T21:07:50.697Z[ recovery-image] Dec 06 21:07:49.405 INFO O| Dec 06 21:07:49.405 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-06T21:07:50.709Z[ recovery-image] Dec 06 21:07:49.417 INFO O| Dec 06 21:07:49.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47472024-12-06T21:07:50.709Z[ recovery-image] Dec 06 21:07:49.417 INFO O| Dec 06 21:07:49.417 INFO STEP 159 (remove_files) COMPLETE
47482024-12-06T21:07:50.712Z[ recovery-image] Dec 06 21:07:49.417 INFO O| Dec 06 21:07:49.417 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-06T21:07:50.721Z[ recovery-image] Dec 06 21:07:49.428 INFO O| Dec 06 21:07:49.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47502024-12-06T21:07:50.721Z[ recovery-image] Dec 06 21:07:49.428 INFO O| Dec 06 21:07:49.428 INFO STEP 160 (remove_files) COMPLETE
47512024-12-06T21:07:50.723Z[ recovery-image] Dec 06 21:07:49.428 INFO O| Dec 06 21:07:49.428 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-06T21:07:50.732Z[ recovery-image] Dec 06 21:07:49.439 INFO O| Dec 06 21:07:49.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47532024-12-06T21:07:50.732Z[ recovery-image] Dec 06 21:07:49.439 INFO O| Dec 06 21:07:49.439 INFO STEP 161 (remove_files) COMPLETE
47542024-12-06T21:07:50.732Z[ recovery-image] Dec 06 21:07:49.440 INFO O| Dec 06 21:07:49.439 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-06T21:07:50.744Z[ recovery-image] Dec 06 21:07:49.451 INFO O| Dec 06 21:07:49.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47562024-12-06T21:07:50.744Z[ recovery-image] Dec 06 21:07:49.452 INFO O| Dec 06 21:07:49.452 INFO STEP 162 (remove_files) COMPLETE
47572024-12-06T21:07:50.747Z[ recovery-image] Dec 06 21:07:49.452 INFO O| Dec 06 21:07:49.452 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-06T21:07:50.755Z[ recovery-image] Dec 06 21:07:49.463 INFO O| Dec 06 21:07:49.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47592024-12-06T21:07:50.755Z[ recovery-image] Dec 06 21:07:49.463 INFO O| Dec 06 21:07:49.463 INFO STEP 163 (remove_files) COMPLETE
47602024-12-06T21:07:50.758Z[ recovery-image] Dec 06 21:07:49.463 INFO O| Dec 06 21:07:49.463 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-06T21:07:50.766Z[ recovery-image] Dec 06 21:07:49.474 INFO O| Dec 06 21:07:49.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47622024-12-06T21:07:50.766Z[ recovery-image] Dec 06 21:07:49.474 INFO O| Dec 06 21:07:49.474 INFO STEP 164 (remove_files) COMPLETE
47632024-12-06T21:07:50.766Z[ recovery-image] Dec 06 21:07:49.474 INFO O| Dec 06 21:07:49.474 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-06T21:07:50.778Z[ recovery-image] Dec 06 21:07:49.485 INFO O| Dec 06 21:07:49.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47652024-12-06T21:07:50.780Z[ recovery-image] Dec 06 21:07:49.486 INFO O| Dec 06 21:07:49.486 INFO STEP 165 (remove_files) COMPLETE
47662024-12-06T21:07:50.780Z[ recovery-image] Dec 06 21:07:49.486 INFO O| Dec 06 21:07:49.486 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-06T21:07:50.791Z[ recovery-image] Dec 06 21:07:49.498 INFO O| Dec 06 21:07:49.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47682024-12-06T21:07:50.794Z[ recovery-image] Dec 06 21:07:49.499 INFO O| Dec 06 21:07:49.499 INFO STEP 166 (remove_files) COMPLETE
47692024-12-06T21:07:50.794Z[ recovery-image] Dec 06 21:07:49.499 INFO O| Dec 06 21:07:49.499 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-06T21:07:50.807Z[ recovery-image] Dec 06 21:07:49.515 INFO O| Dec 06 21:07:49.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
47712024-12-06T21:07:50.810Z[ recovery-image] Dec 06 21:07:49.515 INFO O| Dec 06 21:07:49.515 INFO STEP 167 (remove_files) COMPLETE
47722024-12-06T21:07:50.810Z[ recovery-image] Dec 06 21:07:49.515 INFO O| Dec 06 21:07:49.515 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-06T21:07:50.823Z[ recovery-image] Dec 06 21:07:49.530 INFO O| Dec 06 21:07:49.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
47742024-12-06T21:07:50.829Z[ recovery-image] Dec 06 21:07:49.531 INFO O| Dec 06 21:07:49.531 INFO STEP 168 (remove_files) COMPLETE
47752024-12-06T21:07:50.829Z[ recovery-image] Dec 06 21:07:49.531 INFO O| Dec 06 21:07:49.531 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-06T21:07:50.832Z[ host-image] Dec 06 21:07:49.540 INFO O| Dec 06 21:07:49.540 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
47772024-12-06T21:07:50.835Z[ recovery-image] Dec 06 21:07:49.543 INFO O| Dec 06 21:07:49.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
47782024-12-06T21:07:50.839Z[ recovery-image] Dec 06 21:07:49.543 INFO O| Dec 06 21:07:49.543 INFO STEP 169 (remove_files) COMPLETE
47792024-12-06T21:07:50.839Z[ recovery-image] Dec 06 21:07:49.543 INFO O| Dec 06 21:07:49.543 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-12-06T21:07:50.847Z[ recovery-image] Dec 06 21:07:49.555 INFO O| Dec 06 21:07:49.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
47812024-12-06T21:07:50.847Z[ recovery-image] Dec 06 21:07:49.555 INFO O| Dec 06 21:07:49.555 INFO STEP 170 (remove_files) COMPLETE
47822024-12-06T21:07:50.850Z[ recovery-image] Dec 06 21:07:49.555 INFO O| Dec 06 21:07:49.555 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-12-06T21:07:50.860Z[ recovery-image] Dec 06 21:07:49.568 INFO O| Dec 06 21:07:49.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
47842024-12-06T21:07:50.860Z[ recovery-image] Dec 06 21:07:49.568 INFO O| Dec 06 21:07:49.568 INFO STEP 171 (remove_files) COMPLETE
47852024-12-06T21:07:50.860Z[ recovery-image] Dec 06 21:07:49.568 INFO O| Dec 06 21:07:49.568 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-12-06T21:07:50.872Z[ recovery-image] Dec 06 21:07:49.579 INFO O| Dec 06 21:07:49.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
47872024-12-06T21:07:50.872Z[ recovery-image] Dec 06 21:07:49.580 INFO O| Dec 06 21:07:49.580 INFO STEP 172 (remove_files) COMPLETE
47882024-12-06T21:07:50.875Z[ recovery-image] Dec 06 21:07:49.580 INFO O| Dec 06 21:07:49.580 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-06T21:07:50.884Z[ recovery-image] Dec 06 21:07:49.591 INFO O| Dec 06 21:07:49.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
47902024-12-06T21:07:50.884Z[ recovery-image] Dec 06 21:07:49.591 INFO O| Dec 06 21:07:49.591 INFO STEP 173 (remove_files) COMPLETE
47912024-12-06T21:07:50.886Z[ recovery-image] Dec 06 21:07:49.591 INFO O| Dec 06 21:07:49.591 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-06T21:07:50.896Z[ recovery-image] Dec 06 21:07:49.603 INFO O| Dec 06 21:07:49.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
47932024-12-06T21:07:50.896Z[ recovery-image] Dec 06 21:07:49.603 INFO O| Dec 06 21:07:49.603 INFO STEP 174 (remove_files) COMPLETE
47942024-12-06T21:07:50.898Z[ recovery-image] Dec 06 21:07:49.603 INFO O| Dec 06 21:07:49.603 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-06T21:07:50.908Z[ recovery-image] Dec 06 21:07:49.615 INFO O| Dec 06 21:07:49.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
47962024-12-06T21:07:50.908Z[ recovery-image] Dec 06 21:07:49.615 INFO O| Dec 06 21:07:49.615 INFO STEP 175 (remove_files) COMPLETE
47972024-12-06T21:07:50.910Z[ recovery-image] Dec 06 21:07:49.615 INFO O| Dec 06 21:07:49.615 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-06T21:07:50.919Z[ recovery-image] Dec 06 21:07:49.627 INFO O| Dec 06 21:07:49.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
47992024-12-06T21:07:50.919Z[ recovery-image] Dec 06 21:07:49.627 INFO O| Dec 06 21:07:49.627 INFO STEP 176 (remove_files) COMPLETE
48002024-12-06T21:07:50.922Z[ recovery-image] Dec 06 21:07:49.627 INFO O| Dec 06 21:07:49.627 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-06T21:07:50.932Z[ recovery-image] Dec 06 21:07:49.639 INFO O| Dec 06 21:07:49.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48022024-12-06T21:07:50.932Z[ recovery-image] Dec 06 21:07:49.640 INFO O| Dec 06 21:07:49.640 INFO STEP 177 (remove_files) COMPLETE
48032024-12-06T21:07:50.932Z[ recovery-image] Dec 06 21:07:49.640 INFO O| Dec 06 21:07:49.640 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-06T21:07:50.944Z[ recovery-image] Dec 06 21:07:49.652 INFO O| Dec 06 21:07:49.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48052024-12-06T21:07:50.945Z[ recovery-image] Dec 06 21:07:49.652 INFO O| Dec 06 21:07:49.652 INFO STEP 178 (remove_files) COMPLETE
48062024-12-06T21:07:50.945Z[ recovery-image] Dec 06 21:07:49.652 INFO O| Dec 06 21:07:49.652 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-06T21:07:50.956Z[ recovery-image] Dec 06 21:07:49.663 INFO O| Dec 06 21:07:49.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48082024-12-06T21:07:50.956Z[ recovery-image] Dec 06 21:07:49.663 INFO O| Dec 06 21:07:49.663 INFO STEP 179 (remove_files) COMPLETE
48092024-12-06T21:07:50.956Z[ recovery-image] Dec 06 21:07:49.663 INFO O| Dec 06 21:07:49.663 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-06T21:07:50.967Z[ recovery-image] Dec 06 21:07:49.675 INFO O| Dec 06 21:07:49.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48112024-12-06T21:07:50.967Z[ recovery-image] Dec 06 21:07:49.675 INFO O| Dec 06 21:07:49.675 INFO STEP 180 (remove_files) COMPLETE
48122024-12-06T21:07:50.967Z[ recovery-image] Dec 06 21:07:49.675 INFO O| Dec 06 21:07:49.675 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-06T21:07:50.978Z[ recovery-image] Dec 06 21:07:49.686 INFO O| Dec 06 21:07:49.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48142024-12-06T21:07:50.978Z[ recovery-image] Dec 06 21:07:49.686 INFO O| Dec 06 21:07:49.686 INFO STEP 181 (remove_files) COMPLETE
48152024-12-06T21:07:50.981Z[ recovery-image] Dec 06 21:07:49.686 INFO O| Dec 06 21:07:49.686 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-06T21:07:50.990Z[ recovery-image] Dec 06 21:07:49.697 INFO O| Dec 06 21:07:49.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48172024-12-06T21:07:50.990Z[ recovery-image] Dec 06 21:07:49.697 INFO O| Dec 06 21:07:49.697 INFO STEP 182 (remove_files) COMPLETE
48182024-12-06T21:07:50.992Z[ recovery-image] Dec 06 21:07:49.697 INFO O| Dec 06 21:07:49.697 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-06T21:07:51.001Z[ recovery-image] Dec 06 21:07:49.709 INFO O| Dec 06 21:07:49.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48202024-12-06T21:07:51.001Z[ recovery-image] Dec 06 21:07:49.709 INFO O| Dec 06 21:07:49.709 INFO STEP 183 (remove_files) COMPLETE
48212024-12-06T21:07:51.004Z[ recovery-image] Dec 06 21:07:49.709 INFO O| Dec 06 21:07:49.709 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-06T21:07:51.014Z[ recovery-image] Dec 06 21:07:49.721 INFO O| Dec 06 21:07:49.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48232024-12-06T21:07:51.014Z[ recovery-image] Dec 06 21:07:49.721 INFO O| Dec 06 21:07:49.721 INFO STEP 184 (remove_files) COMPLETE
48242024-12-06T21:07:51.014Z[ recovery-image] Dec 06 21:07:49.721 INFO O| Dec 06 21:07:49.721 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-06T21:07:51.027Z[ recovery-image] Dec 06 21:07:49.734 INFO O| Dec 06 21:07:49.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48262024-12-06T21:07:51.027Z[ recovery-image] Dec 06 21:07:49.734 INFO O| Dec 06 21:07:49.734 INFO STEP 185 (remove_files) COMPLETE
48272024-12-06T21:07:51.029Z[ recovery-image] Dec 06 21:07:49.734 INFO O| Dec 06 21:07:49.734 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-06T21:07:51.039Z[ recovery-image] Dec 06 21:07:49.746 INFO O| Dec 06 21:07:49.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48292024-12-06T21:07:51.039Z[ recovery-image] Dec 06 21:07:49.746 INFO O| Dec 06 21:07:49.746 INFO STEP 186 (remove_files) COMPLETE
48302024-12-06T21:07:51.039Z[ recovery-image] Dec 06 21:07:49.746 INFO O| Dec 06 21:07:49.746 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-06T21:07:51.050Z[ recovery-image] Dec 06 21:07:49.758 INFO O| Dec 06 21:07:49.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48322024-12-06T21:07:51.050Z[ recovery-image] Dec 06 21:07:49.758 INFO O| Dec 06 21:07:49.758 INFO STEP 187 (remove_files) COMPLETE
48332024-12-06T21:07:51.050Z[ recovery-image] Dec 06 21:07:49.758 INFO O| Dec 06 21:07:49.758 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-06T21:07:51.062Z[ recovery-image] Dec 06 21:07:49.769 INFO O| Dec 06 21:07:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48352024-12-06T21:07:51.062Z[ recovery-image] Dec 06 21:07:49.770 INFO O| Dec 06 21:07:49.769 INFO STEP 188 (remove_files) COMPLETE
48362024-12-06T21:07:51.065Z[ recovery-image] Dec 06 21:07:49.770 INFO O| Dec 06 21:07:49.770 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-06T21:07:51.073Z[ recovery-image] Dec 06 21:07:49.781 INFO O| Dec 06 21:07:49.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48382024-12-06T21:07:51.073Z[ recovery-image] Dec 06 21:07:49.781 INFO O| Dec 06 21:07:49.781 INFO STEP 189 (remove_files) COMPLETE
48392024-12-06T21:07:51.073Z[ recovery-image] Dec 06 21:07:49.781 INFO O| Dec 06 21:07:49.781 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-06T21:07:51.085Z[ recovery-image] Dec 06 21:07:49.792 INFO O| Dec 06 21:07:49.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48412024-12-06T21:07:51.085Z[ recovery-image] Dec 06 21:07:49.792 INFO O| Dec 06 21:07:49.792 INFO STEP 190 (remove_files) COMPLETE
48422024-12-06T21:07:51.085Z[ recovery-image] Dec 06 21:07:49.792 INFO O| Dec 06 21:07:49.792 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-06T21:07:51.099Z[ recovery-image] Dec 06 21:07:49.806 INFO O| Dec 06 21:07:49.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48442024-12-06T21:07:51.099Z[ recovery-image] Dec 06 21:07:49.806 INFO O| Dec 06 21:07:49.806 INFO STEP 191 (remove_files) COMPLETE
48452024-12-06T21:07:51.099Z[ recovery-image] Dec 06 21:07:49.806 INFO O| Dec 06 21:07:49.806 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-06T21:07:51.114Z[ recovery-image] Dec 06 21:07:49.821 INFO O| Dec 06 21:07:49.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48472024-12-06T21:07:51.114Z[ recovery-image] Dec 06 21:07:49.821 INFO O| Dec 06 21:07:49.821 INFO STEP 192 (remove_files) COMPLETE
48482024-12-06T21:07:51.116Z[ recovery-image] Dec 06 21:07:49.821 INFO O| Dec 06 21:07:49.821 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-06T21:07:51.130Z[ recovery-image] Dec 06 21:07:49.837 INFO O| Dec 06 21:07:49.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48502024-12-06T21:07:51.130Z[ recovery-image] Dec 06 21:07:49.837 INFO O| Dec 06 21:07:49.837 INFO STEP 193 (remove_files) COMPLETE
48512024-12-06T21:07:51.130Z[ recovery-image] Dec 06 21:07:49.837 INFO O| Dec 06 21:07:49.837 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-06T21:07:51.147Z[ recovery-image] Dec 06 21:07:49.852 INFO O| Dec 06 21:07:49.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48532024-12-06T21:07:51.147Z[ recovery-image] Dec 06 21:07:49.852 INFO O| Dec 06 21:07:49.852 INFO STEP 194 (remove_files) COMPLETE
48542024-12-06T21:07:51.147Z[ recovery-image] Dec 06 21:07:49.852 INFO O| Dec 06 21:07:49.852 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-06T21:07:51.160Z[ recovery-image] Dec 06 21:07:49.867 INFO O| Dec 06 21:07:49.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48562024-12-06T21:07:51.160Z[ recovery-image] Dec 06 21:07:49.867 INFO O| Dec 06 21:07:49.867 INFO STEP 195 (remove_files) COMPLETE
48572024-12-06T21:07:51.163Z[ recovery-image] Dec 06 21:07:49.867 INFO O| Dec 06 21:07:49.867 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-06T21:07:51.173Z[ recovery-image] Dec 06 21:07:49.880 INFO O| Dec 06 21:07:49.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48592024-12-06T21:07:51.173Z[ recovery-image] Dec 06 21:07:49.880 INFO O| Dec 06 21:07:49.880 INFO STEP 196 (remove_files) COMPLETE
48602024-12-06T21:07:51.175Z[ recovery-image] Dec 06 21:07:49.880 INFO O| Dec 06 21:07:49.880 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-06T21:07:51.186Z[ recovery-image] Dec 06 21:07:49.893 INFO O| Dec 06 21:07:49.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48622024-12-06T21:07:51.186Z[ recovery-image] Dec 06 21:07:49.893 INFO O| Dec 06 21:07:49.893 INFO STEP 197 (remove_files) COMPLETE
48632024-12-06T21:07:51.186Z[ recovery-image] Dec 06 21:07:49.893 INFO O| Dec 06 21:07:49.893 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-06T21:07:51.199Z[ recovery-image] Dec 06 21:07:49.906 INFO O| Dec 06 21:07:49.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48652024-12-06T21:07:51.199Z[ recovery-image] Dec 06 21:07:49.906 INFO O| Dec 06 21:07:49.906 INFO STEP 198 (remove_files) COMPLETE
48662024-12-06T21:07:51.199Z[ recovery-image] Dec 06 21:07:49.906 INFO O| Dec 06 21:07:49.906 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-06T21:07:51.216Z[ recovery-image] Dec 06 21:07:49.923 INFO O| Dec 06 21:07:49.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48682024-12-06T21:07:51.216Z[ recovery-image] Dec 06 21:07:49.923 INFO O| Dec 06 21:07:49.923 INFO STEP 199 (remove_files) COMPLETE
48692024-12-06T21:07:51.216Z[ recovery-image] Dec 06 21:07:49.924 INFO O| Dec 06 21:07:49.923 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-06T21:07:51.231Z[ recovery-image] Dec 06 21:07:49.939 INFO O| Dec 06 21:07:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
48712024-12-06T21:07:51.231Z[ recovery-image] Dec 06 21:07:49.939 INFO O| Dec 06 21:07:49.939 INFO STEP 200 (remove_files) COMPLETE
48722024-12-06T21:07:51.231Z[ recovery-image] Dec 06 21:07:49.939 INFO O| Dec 06 21:07:49.939 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-06T21:07:51.247Z[ recovery-image] Dec 06 21:07:49.954 INFO O| Dec 06 21:07:49.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
48742024-12-06T21:07:51.247Z[ recovery-image] Dec 06 21:07:49.954 INFO O| Dec 06 21:07:49.954 INFO STEP 201 (remove_files) COMPLETE
48752024-12-06T21:07:51.247Z[ recovery-image] Dec 06 21:07:49.954 INFO O| Dec 06 21:07:49.954 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-06T21:07:51.260Z[ recovery-image] Dec 06 21:07:49.968 INFO O| Dec 06 21:07:49.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
48772024-12-06T21:07:51.260Z[ recovery-image] Dec 06 21:07:49.968 INFO O| Dec 06 21:07:49.968 INFO STEP 202 (remove_files) COMPLETE
48782024-12-06T21:07:51.261Z[ recovery-image] Dec 06 21:07:49.968 INFO O| Dec 06 21:07:49.968 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-06T21:07:51.276Z[ recovery-image] Dec 06 21:07:49.983 INFO O| Dec 06 21:07:49.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
48802024-12-06T21:07:51.276Z[ recovery-image] Dec 06 21:07:49.983 INFO O| Dec 06 21:07:49.983 INFO STEP 203 (remove_files) COMPLETE
48812024-12-06T21:07:51.278Z[ recovery-image] Dec 06 21:07:49.983 INFO O| Dec 06 21:07:49.983 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-06T21:07:51.291Z[ recovery-image] Dec 06 21:07:49.998 INFO O| Dec 06 21:07:49.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
48832024-12-06T21:07:51.291Z[ recovery-image] Dec 06 21:07:49.998 INFO O| Dec 06 21:07:49.998 INFO STEP 204 (remove_files) COMPLETE
48842024-12-06T21:07:51.291Z[ recovery-image] Dec 06 21:07:49.998 INFO O| Dec 06 21:07:49.998 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-06T21:07:51.305Z[ recovery-image] Dec 06 21:07:50.012 INFO O| Dec 06 21:07:50.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
48862024-12-06T21:07:51.305Z[ recovery-image] Dec 06 21:07:50.012 INFO O| Dec 06 21:07:50.012 INFO STEP 205 (remove_files) COMPLETE
48872024-12-06T21:07:51.305Z[ recovery-image] Dec 06 21:07:50.012 INFO O| Dec 06 21:07:50.012 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-06T21:07:51.318Z[ recovery-image] Dec 06 21:07:50.025 INFO O| Dec 06 21:07:50.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
48892024-12-06T21:07:51.318Z[ recovery-image] Dec 06 21:07:50.025 INFO O| Dec 06 21:07:50.025 INFO STEP 206 (remove_files) COMPLETE
48902024-12-06T21:07:51.318Z[ recovery-image] Dec 06 21:07:50.025 INFO O| Dec 06 21:07:50.025 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-06T21:07:51.331Z[ recovery-image] Dec 06 21:07:50.039 INFO O| Dec 06 21:07:50.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
48922024-12-06T21:07:51.331Z[ recovery-image] Dec 06 21:07:50.039 INFO O| Dec 06 21:07:50.039 INFO STEP 207 (remove_files) COMPLETE
48932024-12-06T21:07:51.331Z[ recovery-image] Dec 06 21:07:50.039 INFO O| Dec 06 21:07:50.039 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-06T21:07:51.345Z[ recovery-image] Dec 06 21:07:50.052 INFO O| Dec 06 21:07:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
48952024-12-06T21:07:51.345Z[ recovery-image] Dec 06 21:07:50.052 INFO O| Dec 06 21:07:50.052 INFO STEP 208 (remove_files) COMPLETE
48962024-12-06T21:07:51.345Z[ recovery-image] Dec 06 21:07:50.052 INFO O| Dec 06 21:07:50.052 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-06T21:07:51.356Z[ recovery-image] Dec 06 21:07:50.063 INFO O| Dec 06 21:07:50.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
48982024-12-06T21:07:51.356Z[ recovery-image] Dec 06 21:07:50.064 INFO O| Dec 06 21:07:50.064 INFO STEP 209 (remove_files) COMPLETE
48992024-12-06T21:07:51.356Z[ recovery-image] Dec 06 21:07:50.064 INFO O| Dec 06 21:07:50.064 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-06T21:07:51.370Z[ recovery-image] Dec 06 21:07:50.077 INFO O| Dec 06 21:07:50.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49012024-12-06T21:07:51.370Z[ recovery-image] Dec 06 21:07:50.077 INFO O| Dec 06 21:07:50.077 INFO STEP 210 (remove_files) COMPLETE
49022024-12-06T21:07:51.370Z[ recovery-image] Dec 06 21:07:50.077 INFO O| Dec 06 21:07:50.077 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-06T21:07:51.382Z[ recovery-image] Dec 06 21:07:50.089 INFO O| Dec 06 21:07:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49042024-12-06T21:07:51.382Z[ recovery-image] Dec 06 21:07:50.089 INFO O| Dec 06 21:07:50.089 INFO STEP 211 (remove_files) COMPLETE
49052024-12-06T21:07:51.382Z[ recovery-image] Dec 06 21:07:50.089 INFO O| Dec 06 21:07:50.089 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-06T21:07:51.394Z[ recovery-image] Dec 06 21:07:50.101 INFO O| Dec 06 21:07:50.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49072024-12-06T21:07:51.394Z[ recovery-image] Dec 06 21:07:50.101 INFO O| Dec 06 21:07:50.101 INFO STEP 212 (remove_files) COMPLETE
49082024-12-06T21:07:51.397Z[ recovery-image] Dec 06 21:07:50.101 INFO O| Dec 06 21:07:50.101 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-06T21:07:51.406Z[ recovery-image] Dec 06 21:07:50.113 INFO O| Dec 06 21:07:50.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49102024-12-06T21:07:51.406Z[ recovery-image] Dec 06 21:07:50.114 INFO O| Dec 06 21:07:50.114 INFO STEP 213 (remove_files) COMPLETE
49112024-12-06T21:07:51.406Z[ recovery-image] Dec 06 21:07:50.114 INFO O| Dec 06 21:07:50.114 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-06T21:07:51.419Z[ recovery-image] Dec 06 21:07:50.126 INFO O| Dec 06 21:07:50.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49132024-12-06T21:07:51.421Z[ recovery-image] Dec 06 21:07:50.127 INFO O| Dec 06 21:07:50.127 INFO STEP 214 (remove_files) COMPLETE
49142024-12-06T21:07:51.421Z[ recovery-image] Dec 06 21:07:50.127 INFO O| Dec 06 21:07:50.127 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-06T21:07:51.432Z[ recovery-image] Dec 06 21:07:50.139 INFO O| Dec 06 21:07:50.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49162024-12-06T21:07:51.432Z[ recovery-image] Dec 06 21:07:50.139 INFO O| Dec 06 21:07:50.139 INFO STEP 215 (remove_files) COMPLETE
49172024-12-06T21:07:51.434Z[ recovery-image] Dec 06 21:07:50.139 INFO O| Dec 06 21:07:50.139 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-06T21:07:51.444Z[ recovery-image] Dec 06 21:07:50.151 INFO O| Dec 06 21:07:50.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49192024-12-06T21:07:51.444Z[ recovery-image] Dec 06 21:07:50.151 INFO O| Dec 06 21:07:50.151 INFO STEP 216 (remove_files) COMPLETE
49202024-12-06T21:07:51.444Z[ recovery-image] Dec 06 21:07:50.151 INFO O| Dec 06 21:07:50.151 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-06T21:07:51.455Z[ recovery-image] Dec 06 21:07:50.163 INFO O| Dec 06 21:07:50.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49222024-12-06T21:07:51.455Z[ recovery-image] Dec 06 21:07:50.163 INFO O| Dec 06 21:07:50.163 INFO STEP 217 (remove_files) COMPLETE
49232024-12-06T21:07:51.458Z[ recovery-image] Dec 06 21:07:50.163 INFO O| Dec 06 21:07:50.163 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-06T21:07:51.467Z[ recovery-image] Dec 06 21:07:50.174 INFO O| Dec 06 21:07:50.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49252024-12-06T21:07:51.470Z[ recovery-image] Dec 06 21:07:50.175 INFO O| Dec 06 21:07:50.174 INFO STEP 218 (remove_files) COMPLETE
49262024-12-06T21:07:51.470Z[ recovery-image] Dec 06 21:07:50.175 INFO O| Dec 06 21:07:50.175 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-06T21:07:51.481Z[ recovery-image] Dec 06 21:07:50.188 INFO O| Dec 06 21:07:50.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49282024-12-06T21:07:51.481Z[ recovery-image] Dec 06 21:07:50.188 INFO O| Dec 06 21:07:50.188 INFO STEP 219 (remove_files) COMPLETE
49292024-12-06T21:07:51.483Z[ recovery-image] Dec 06 21:07:50.188 INFO O| Dec 06 21:07:50.188 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-06T21:07:51.494Z[ recovery-image] Dec 06 21:07:50.202 INFO O| Dec 06 21:07:50.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49312024-12-06T21:07:51.494Z[ recovery-image] Dec 06 21:07:50.202 INFO O| Dec 06 21:07:50.202 INFO STEP 220 (remove_files) COMPLETE
49322024-12-06T21:07:51.497Z[ recovery-image] Dec 06 21:07:50.202 INFO O| Dec 06 21:07:50.202 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-06T21:07:51.507Z[ recovery-image] Dec 06 21:07:50.214 INFO O| Dec 06 21:07:50.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49342024-12-06T21:07:51.507Z[ recovery-image] Dec 06 21:07:50.214 INFO O| Dec 06 21:07:50.214 INFO STEP 221 (remove_files) COMPLETE
49352024-12-06T21:07:51.509Z[ recovery-image] Dec 06 21:07:50.214 INFO O| Dec 06 21:07:50.214 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-06T21:07:51.518Z[ recovery-image] Dec 06 21:07:50.226 INFO O| Dec 06 21:07:50.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49372024-12-06T21:07:51.518Z[ recovery-image] Dec 06 21:07:50.226 INFO O| Dec 06 21:07:50.226 INFO STEP 222 (remove_files) COMPLETE
49382024-12-06T21:07:51.521Z[ recovery-image] Dec 06 21:07:50.226 INFO O| Dec 06 21:07:50.226 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-06T21:07:51.530Z[ recovery-image] Dec 06 21:07:50.238 INFO O| Dec 06 21:07:50.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49402024-12-06T21:07:51.530Z[ recovery-image] Dec 06 21:07:50.238 INFO O| Dec 06 21:07:50.238 INFO STEP 223 (remove_files) COMPLETE
49412024-12-06T21:07:51.530Z[ recovery-image] Dec 06 21:07:50.238 INFO O| Dec 06 21:07:50.238 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-06T21:07:51.544Z[ recovery-image] Dec 06 21:07:50.252 INFO O| Dec 06 21:07:50.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49432024-12-06T21:07:51.544Z[ recovery-image] Dec 06 21:07:50.252 INFO O| Dec 06 21:07:50.252 INFO STEP 224 (remove_files) COMPLETE
49442024-12-06T21:07:51.546Z[ recovery-image] Dec 06 21:07:50.252 INFO O| Dec 06 21:07:50.252 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-06T21:07:51.558Z[ recovery-image] Dec 06 21:07:50.265 INFO O| Dec 06 21:07:50.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49462024-12-06T21:07:51.560Z[ recovery-image] Dec 06 21:07:50.266 INFO O| Dec 06 21:07:50.266 INFO STEP 225 (remove_files) COMPLETE
49472024-12-06T21:07:51.560Z[ recovery-image] Dec 06 21:07:50.266 INFO O| Dec 06 21:07:50.266 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-06T21:07:51.571Z[ recovery-image] Dec 06 21:07:50.278 INFO O| Dec 06 21:07:50.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49492024-12-06T21:07:51.571Z[ recovery-image] Dec 06 21:07:50.278 INFO O| Dec 06 21:07:50.278 INFO STEP 226 (remove_files) COMPLETE
49502024-12-06T21:07:51.573Z[ recovery-image] Dec 06 21:07:50.278 INFO O| Dec 06 21:07:50.278 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-06T21:07:51.585Z[ recovery-image] Dec 06 21:07:50.292 INFO O| Dec 06 21:07:50.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49522024-12-06T21:07:51.585Z[ recovery-image] Dec 06 21:07:50.292 INFO O| Dec 06 21:07:50.292 INFO STEP 227 (remove_files) COMPLETE
49532024-12-06T21:07:51.588Z[ recovery-image] Dec 06 21:07:50.292 INFO O| Dec 06 21:07:50.292 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-06T21:07:51.602Z[ recovery-image] Dec 06 21:07:50.309 INFO O| Dec 06 21:07:50.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49552024-12-06T21:07:51.602Z[ recovery-image] Dec 06 21:07:50.309 INFO O| Dec 06 21:07:50.309 INFO STEP 228 (remove_files) COMPLETE
49562024-12-06T21:07:51.602Z[ recovery-image] Dec 06 21:07:50.309 INFO O| Dec 06 21:07:50.309 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-06T21:07:51.618Z[ recovery-image] Dec 06 21:07:50.325 INFO O| Dec 06 21:07:50.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49582024-12-06T21:07:51.618Z[ recovery-image] Dec 06 21:07:50.325 INFO O| Dec 06 21:07:50.325 INFO STEP 229 (remove_files) COMPLETE
49592024-12-06T21:07:51.618Z[ recovery-image] Dec 06 21:07:50.325 INFO O| Dec 06 21:07:50.325 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-06T21:07:51.633Z[ recovery-image] Dec 06 21:07:50.340 INFO O| Dec 06 21:07:50.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49612024-12-06T21:07:51.633Z[ recovery-image] Dec 06 21:07:50.340 INFO O| Dec 06 21:07:50.340 INFO STEP 230 (remove_files) COMPLETE
49622024-12-06T21:07:51.635Z[ recovery-image] Dec 06 21:07:50.340 INFO O| Dec 06 21:07:50.340 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-06T21:07:51.647Z[ recovery-image] Dec 06 21:07:50.355 INFO O| Dec 06 21:07:50.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
49642024-12-06T21:07:51.647Z[ recovery-image] Dec 06 21:07:50.355 INFO O| Dec 06 21:07:50.355 INFO STEP 231 (remove_files) COMPLETE
49652024-12-06T21:07:51.651Z[ recovery-image] Dec 06 21:07:50.355 INFO O| Dec 06 21:07:50.355 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-06T21:07:51.660Z[ recovery-image] Dec 06 21:07:50.367 INFO O| Dec 06 21:07:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
49672024-12-06T21:07:51.662Z[ recovery-image] Dec 06 21:07:50.368 INFO O| Dec 06 21:07:50.368 INFO STEP 232 (remove_files) COMPLETE
49682024-12-06T21:07:51.663Z[ recovery-image] Dec 06 21:07:50.368 INFO O| Dec 06 21:07:50.368 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-06T21:07:51.675Z[ recovery-image] Dec 06 21:07:50.382 INFO O| Dec 06 21:07:50.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
49702024-12-06T21:07:51.678Z[ recovery-image] Dec 06 21:07:50.383 INFO O| Dec 06 21:07:50.383 INFO STEP 233 (remove_files) COMPLETE
49712024-12-06T21:07:51.678Z[ recovery-image] Dec 06 21:07:50.383 INFO O| Dec 06 21:07:50.383 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-06T21:07:51.689Z[ recovery-image] Dec 06 21:07:50.397 INFO O| Dec 06 21:07:50.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
49732024-12-06T21:07:51.690Z[ recovery-image] Dec 06 21:07:50.397 INFO O| Dec 06 21:07:50.397 INFO STEP 234 (remove_files) COMPLETE
49742024-12-06T21:07:51.692Z[ recovery-image] Dec 06 21:07:50.397 INFO O| Dec 06 21:07:50.397 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-06T21:07:51.704Z[ recovery-image] Dec 06 21:07:50.411 INFO O| Dec 06 21:07:50.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
49762024-12-06T21:07:51.704Z[ recovery-image] Dec 06 21:07:50.411 INFO O| Dec 06 21:07:50.411 INFO STEP 235 (remove_files) COMPLETE
49772024-12-06T21:07:51.704Z[ recovery-image] Dec 06 21:07:50.411 INFO O| Dec 06 21:07:50.411 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-06T21:07:51.717Z[ recovery-image] Dec 06 21:07:50.424 INFO O| Dec 06 21:07:50.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
49792024-12-06T21:07:51.717Z[ recovery-image] Dec 06 21:07:50.425 INFO O| Dec 06 21:07:50.424 INFO STEP 236 (remove_files) COMPLETE
49802024-12-06T21:07:51.720Z[ recovery-image] Dec 06 21:07:50.425 INFO O| Dec 06 21:07:50.424 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-06T21:07:51.730Z[ recovery-image] Dec 06 21:07:50.437 INFO O| Dec 06 21:07:50.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
49822024-12-06T21:07:51.730Z[ recovery-image] Dec 06 21:07:50.437 INFO O| Dec 06 21:07:50.437 INFO STEP 237 (remove_files) COMPLETE
49832024-12-06T21:07:51.730Z[ recovery-image] Dec 06 21:07:50.437 INFO O| Dec 06 21:07:50.437 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-06T21:07:51.741Z[ recovery-image] Dec 06 21:07:50.448 INFO O| Dec 06 21:07:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
49852024-12-06T21:07:51.741Z[ recovery-image] Dec 06 21:07:50.448 INFO O| Dec 06 21:07:50.448 INFO STEP 238 (remove_files) COMPLETE
49862024-12-06T21:07:51.744Z[ recovery-image] Dec 06 21:07:50.448 INFO O| Dec 06 21:07:50.448 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-06T21:07:51.752Z[ recovery-image] Dec 06 21:07:50.460 INFO O| Dec 06 21:07:50.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
49882024-12-06T21:07:51.752Z[ recovery-image] Dec 06 21:07:50.460 INFO O| Dec 06 21:07:50.460 INFO STEP 239 (remove_files) COMPLETE
49892024-12-06T21:07:51.754Z[ recovery-image] Dec 06 21:07:50.460 INFO O| Dec 06 21:07:50.460 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-06T21:07:51.763Z[ recovery-image] Dec 06 21:07:50.471 INFO O| Dec 06 21:07:50.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
49912024-12-06T21:07:51.763Z[ recovery-image] Dec 06 21:07:50.471 INFO O| Dec 06 21:07:50.471 INFO STEP 240 (remove_files) COMPLETE
49922024-12-06T21:07:51.766Z[ recovery-image] Dec 06 21:07:50.471 INFO O| Dec 06 21:07:50.471 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-06T21:07:51.775Z[ recovery-image] Dec 06 21:07:50.482 INFO O| Dec 06 21:07:50.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
49942024-12-06T21:07:51.777Z[ recovery-image] Dec 06 21:07:50.482 INFO O| Dec 06 21:07:50.482 INFO STEP 241 (remove_files) COMPLETE
49952024-12-06T21:07:51.777Z[ recovery-image] Dec 06 21:07:50.482 INFO O| Dec 06 21:07:50.482 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-06T21:07:51.787Z[ recovery-image] Dec 06 21:07:50.494 INFO O| Dec 06 21:07:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
49972024-12-06T21:07:51.787Z[ recovery-image] Dec 06 21:07:50.494 INFO O| Dec 06 21:07:50.494 INFO STEP 242 (remove_files) COMPLETE
49982024-12-06T21:07:51.787Z[ recovery-image] Dec 06 21:07:50.494 INFO O| Dec 06 21:07:50.494 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-06T21:07:51.798Z[ recovery-image] Dec 06 21:07:50.506 INFO O| Dec 06 21:07:50.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50002024-12-06T21:07:51.799Z[ recovery-image] Dec 06 21:07:50.506 INFO O| Dec 06 21:07:50.506 INFO STEP 243 (remove_files) COMPLETE
50012024-12-06T21:07:51.801Z[ recovery-image] Dec 06 21:07:50.506 INFO O| Dec 06 21:07:50.506 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-06T21:07:51.810Z[ recovery-image] Dec 06 21:07:50.517 INFO O| Dec 06 21:07:50.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50032024-12-06T21:07:51.810Z[ recovery-image] Dec 06 21:07:50.517 INFO O| Dec 06 21:07:50.517 INFO STEP 244 (remove_files) COMPLETE
50042024-12-06T21:07:51.813Z[ recovery-image] Dec 06 21:07:50.517 INFO O| Dec 06 21:07:50.517 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-06T21:07:51.821Z[ recovery-image] Dec 06 21:07:50.528 INFO O| Dec 06 21:07:50.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50062024-12-06T21:07:51.821Z[ recovery-image] Dec 06 21:07:50.528 INFO O| Dec 06 21:07:50.528 INFO STEP 245 (remove_files) COMPLETE
50072024-12-06T21:07:51.824Z[ recovery-image] Dec 06 21:07:50.528 INFO O| Dec 06 21:07:50.528 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-06T21:07:51.832Z[ recovery-image] Dec 06 21:07:50.540 INFO O| Dec 06 21:07:50.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50092024-12-06T21:07:51.832Z[ recovery-image] Dec 06 21:07:50.540 INFO O| Dec 06 21:07:50.540 INFO STEP 246 (remove_files) COMPLETE
50102024-12-06T21:07:51.835Z[ recovery-image] Dec 06 21:07:50.540 INFO O| Dec 06 21:07:50.540 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-06T21:07:51.844Z[ recovery-image] Dec 06 21:07:50.551 INFO O| Dec 06 21:07:50.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50122024-12-06T21:07:51.846Z[ recovery-image] Dec 06 21:07:50.552 INFO O| Dec 06 21:07:50.552 INFO STEP 247 (remove_files) COMPLETE
50132024-12-06T21:07:51.846Z[ recovery-image] Dec 06 21:07:50.552 INFO O| Dec 06 21:07:50.552 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-06T21:07:51.855Z[ recovery-image] Dec 06 21:07:50.563 INFO O| Dec 06 21:07:50.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50152024-12-06T21:07:51.858Z[ recovery-image] Dec 06 21:07:50.564 INFO O| Dec 06 21:07:50.563 INFO STEP 248 (remove_files) COMPLETE
50162024-12-06T21:07:51.858Z[ recovery-image] Dec 06 21:07:50.564 INFO O| Dec 06 21:07:50.564 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-06T21:07:51.868Z[ recovery-image] Dec 06 21:07:50.575 INFO O| Dec 06 21:07:50.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50182024-12-06T21:07:51.868Z[ recovery-image] Dec 06 21:07:50.575 INFO O| Dec 06 21:07:50.575 INFO STEP 249 (remove_files) COMPLETE
50192024-12-06T21:07:51.868Z[ recovery-image] Dec 06 21:07:50.575 INFO O| Dec 06 21:07:50.575 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-06T21:07:51.879Z[ recovery-image] Dec 06 21:07:50.586 INFO O| Dec 06 21:07:50.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50212024-12-06T21:07:51.879Z[ recovery-image] Dec 06 21:07:50.587 INFO O| Dec 06 21:07:50.586 INFO STEP 250 (remove_files) COMPLETE
50222024-12-06T21:07:51.879Z[ recovery-image] Dec 06 21:07:50.587 INFO O| Dec 06 21:07:50.587 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-06T21:07:51.890Z[ recovery-image] Dec 06 21:07:50.598 INFO O| Dec 06 21:07:50.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50242024-12-06T21:07:51.890Z[ recovery-image] Dec 06 21:07:50.598 INFO O| Dec 06 21:07:50.598 INFO STEP 251 (remove_files) COMPLETE
50252024-12-06T21:07:51.893Z[ recovery-image] Dec 06 21:07:50.598 INFO O| Dec 06 21:07:50.598 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-06T21:07:51.902Z[ recovery-image] Dec 06 21:07:50.609 INFO O| Dec 06 21:07:50.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50272024-12-06T21:07:51.902Z[ recovery-image] Dec 06 21:07:50.610 INFO O| Dec 06 21:07:50.610 INFO STEP 252 (remove_files) COMPLETE
50282024-12-06T21:07:51.905Z[ recovery-image] Dec 06 21:07:50.610 INFO O| Dec 06 21:07:50.610 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-06T21:07:51.914Z[ recovery-image] Dec 06 21:07:50.621 INFO O| Dec 06 21:07:50.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50302024-12-06T21:07:51.914Z[ recovery-image] Dec 06 21:07:50.621 INFO O| Dec 06 21:07:50.621 INFO STEP 253 (remove_files) COMPLETE
50312024-12-06T21:07:51.914Z[ recovery-image] Dec 06 21:07:50.621 INFO O| Dec 06 21:07:50.621 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-06T21:07:51.926Z[ recovery-image] Dec 06 21:07:50.633 INFO O| Dec 06 21:07:50.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50332024-12-06T21:07:51.926Z[ recovery-image] Dec 06 21:07:50.633 INFO O| Dec 06 21:07:50.633 INFO STEP 254 (remove_files) COMPLETE
50342024-12-06T21:07:51.929Z[ recovery-image] Dec 06 21:07:50.633 INFO O| Dec 06 21:07:50.633 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-06T21:07:51.938Z[ recovery-image] Dec 06 21:07:50.645 INFO O| Dec 06 21:07:50.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50362024-12-06T21:07:51.938Z[ recovery-image] Dec 06 21:07:50.646 INFO O| Dec 06 21:07:50.645 INFO STEP 255 (remove_files) COMPLETE
50372024-12-06T21:07:51.940Z[ recovery-image] Dec 06 21:07:50.646 INFO O| Dec 06 21:07:50.646 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-06T21:07:51.950Z[ recovery-image] Dec 06 21:07:50.657 INFO O| Dec 06 21:07:50.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50392024-12-06T21:07:51.950Z[ recovery-image] Dec 06 21:07:50.657 INFO O| Dec 06 21:07:50.657 INFO STEP 256 (remove_files) COMPLETE
50402024-12-06T21:07:51.950Z[ recovery-image] Dec 06 21:07:50.657 INFO O| Dec 06 21:07:50.657 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-06T21:07:51.961Z[ recovery-image] Dec 06 21:07:50.668 INFO O| Dec 06 21:07:50.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50422024-12-06T21:07:51.961Z[ recovery-image] Dec 06 21:07:50.668 INFO O| Dec 06 21:07:50.668 INFO STEP 257 (remove_files) COMPLETE
50432024-12-06T21:07:51.961Z[ recovery-image] Dec 06 21:07:50.669 INFO O| Dec 06 21:07:50.668 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-06T21:07:51.972Z[ recovery-image] Dec 06 21:07:50.679 INFO O| Dec 06 21:07:50.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50452024-12-06T21:07:51.972Z[ recovery-image] Dec 06 21:07:50.680 INFO O| Dec 06 21:07:50.680 INFO STEP 258 (remove_files) COMPLETE
50462024-12-06T21:07:51.975Z[ recovery-image] Dec 06 21:07:50.680 INFO O| Dec 06 21:07:50.680 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-06T21:07:51.984Z[ recovery-image] Dec 06 21:07:50.692 INFO O| Dec 06 21:07:50.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50482024-12-06T21:07:51.984Z[ recovery-image] Dec 06 21:07:50.692 INFO O| Dec 06 21:07:50.692 INFO STEP 259 (remove_files) COMPLETE
50492024-12-06T21:07:51.987Z[ recovery-image] Dec 06 21:07:50.692 INFO O| Dec 06 21:07:50.692 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-06T21:07:51.995Z[ recovery-image] Dec 06 21:07:50.703 INFO O| Dec 06 21:07:50.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50512024-12-06T21:07:51.995Z[ recovery-image] Dec 06 21:07:50.703 INFO O| Dec 06 21:07:50.703 INFO STEP 260 (remove_files) COMPLETE
50522024-12-06T21:07:51.995Z[ recovery-image] Dec 06 21:07:50.703 INFO O| Dec 06 21:07:50.703 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-06T21:07:52.009Z[ recovery-image] Dec 06 21:07:50.716 INFO O| Dec 06 21:07:50.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50542024-12-06T21:07:52.009Z[ recovery-image] Dec 06 21:07:50.716 INFO O| Dec 06 21:07:50.716 INFO STEP 261 (remove_files) COMPLETE
50552024-12-06T21:07:52.011Z[ recovery-image] Dec 06 21:07:50.716 INFO O| Dec 06 21:07:50.716 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-06T21:07:52.021Z[ recovery-image] Dec 06 21:07:50.729 INFO O| Dec 06 21:07:50.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50572024-12-06T21:07:52.021Z[ recovery-image] Dec 06 21:07:50.729 INFO O| Dec 06 21:07:50.729 INFO STEP 262 (remove_files) COMPLETE
50582024-12-06T21:07:52.023Z[ recovery-image] Dec 06 21:07:50.729 INFO O| Dec 06 21:07:50.729 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-06T21:07:52.035Z[ recovery-image] Dec 06 21:07:50.743 INFO O| Dec 06 21:07:50.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50602024-12-06T21:07:52.035Z[ recovery-image] Dec 06 21:07:50.743 INFO O| Dec 06 21:07:50.743 INFO STEP 263 (remove_files) COMPLETE
50612024-12-06T21:07:52.035Z[ recovery-image] Dec 06 21:07:50.743 INFO O| Dec 06 21:07:50.743 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-06T21:07:52.050Z[ recovery-image] Dec 06 21:07:50.757 INFO O| Dec 06 21:07:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
50632024-12-06T21:07:52.050Z[ recovery-image] Dec 06 21:07:50.757 INFO O| Dec 06 21:07:50.757 INFO STEP 264 (remove_files) COMPLETE
50642024-12-06T21:07:52.050Z[ recovery-image] Dec 06 21:07:50.757 INFO O| Dec 06 21:07:50.757 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-06T21:07:52.064Z[ recovery-image] Dec 06 21:07:50.771 INFO O| Dec 06 21:07:50.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
50662024-12-06T21:07:52.064Z[ recovery-image] Dec 06 21:07:50.771 INFO O| Dec 06 21:07:50.771 INFO STEP 265 (remove_files) COMPLETE
50672024-12-06T21:07:52.064Z[ recovery-image] Dec 06 21:07:50.771 INFO O| Dec 06 21:07:50.771 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-06T21:07:52.079Z[ recovery-image] Dec 06 21:07:50.787 INFO O| Dec 06 21:07:50.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
50692024-12-06T21:07:52.079Z[ recovery-image] Dec 06 21:07:50.787 INFO O| Dec 06 21:07:50.787 INFO STEP 266 (remove_files) COMPLETE
50702024-12-06T21:07:52.079Z[ recovery-image] Dec 06 21:07:50.787 INFO O| Dec 06 21:07:50.787 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-06T21:07:52.096Z[ recovery-image] Dec 06 21:07:50.803 INFO O| Dec 06 21:07:50.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
50722024-12-06T21:07:52.096Z[ recovery-image] Dec 06 21:07:50.803 INFO O| Dec 06 21:07:50.803 INFO STEP 267 (remove_files) COMPLETE
50732024-12-06T21:07:52.096Z[ recovery-image] Dec 06 21:07:50.803 INFO O| Dec 06 21:07:50.803 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-06T21:07:52.112Z[ recovery-image] Dec 06 21:07:50.819 INFO O| Dec 06 21:07:50.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
50752024-12-06T21:07:52.112Z[ recovery-image] Dec 06 21:07:50.819 INFO O| Dec 06 21:07:50.819 INFO STEP 268 (remove_files) COMPLETE
50762024-12-06T21:07:52.114Z[ recovery-image] Dec 06 21:07:50.819 INFO O| Dec 06 21:07:50.819 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-06T21:07:52.127Z[ recovery-image] Dec 06 21:07:50.834 INFO O| Dec 06 21:07:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
50782024-12-06T21:07:52.127Z[ recovery-image] Dec 06 21:07:50.834 INFO O| Dec 06 21:07:50.834 INFO STEP 269 (remove_files) COMPLETE
50792024-12-06T21:07:52.129Z[ recovery-image] Dec 06 21:07:50.834 INFO O| Dec 06 21:07:50.834 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-06T21:07:52.142Z[ recovery-image] Dec 06 21:07:50.849 INFO O| Dec 06 21:07:50.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
50812024-12-06T21:07:52.142Z[ recovery-image] Dec 06 21:07:50.849 INFO O| Dec 06 21:07:50.849 INFO STEP 270 (remove_files) COMPLETE
50822024-12-06T21:07:52.145Z[ recovery-image] Dec 06 21:07:50.849 INFO O| Dec 06 21:07:50.849 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-06T21:07:52.158Z[ recovery-image] Dec 06 21:07:50.864 INFO O| Dec 06 21:07:50.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
50842024-12-06T21:07:52.158Z[ recovery-image] Dec 06 21:07:50.864 INFO O| Dec 06 21:07:50.864 INFO STEP 271 (remove_files) COMPLETE
50852024-12-06T21:07:52.158Z[ recovery-image] Dec 06 21:07:50.864 INFO O| Dec 06 21:07:50.864 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-06T21:07:52.171Z[ recovery-image] Dec 06 21:07:50.878 INFO O| Dec 06 21:07:50.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
50872024-12-06T21:07:52.171Z[ recovery-image] Dec 06 21:07:50.878 INFO O| Dec 06 21:07:50.878 INFO STEP 272 (remove_files) COMPLETE
50882024-12-06T21:07:52.171Z[ recovery-image] Dec 06 21:07:50.878 INFO O| Dec 06 21:07:50.878 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-06T21:07:52.184Z[ recovery-image] Dec 06 21:07:50.892 INFO O| Dec 06 21:07:50.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
50902024-12-06T21:07:52.184Z[ recovery-image] Dec 06 21:07:50.892 INFO O| Dec 06 21:07:50.892 INFO STEP 273 (remove_files) COMPLETE
50912024-12-06T21:07:52.184Z[ recovery-image] Dec 06 21:07:50.892 INFO O| Dec 06 21:07:50.892 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-06T21:07:52.198Z[ recovery-image] Dec 06 21:07:50.905 INFO O| Dec 06 21:07:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
50932024-12-06T21:07:52.198Z[ recovery-image] Dec 06 21:07:50.905 INFO O| Dec 06 21:07:50.905 INFO STEP 274 (remove_files) COMPLETE
50942024-12-06T21:07:52.201Z[ recovery-image] Dec 06 21:07:50.905 INFO O| Dec 06 21:07:50.905 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-06T21:07:52.212Z[ recovery-image] Dec 06 21:07:50.919 INFO O| Dec 06 21:07:50.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
50962024-12-06T21:07:52.212Z[ recovery-image] Dec 06 21:07:50.919 INFO O| Dec 06 21:07:50.919 INFO STEP 275 (remove_files) COMPLETE
50972024-12-06T21:07:52.214Z[ recovery-image] Dec 06 21:07:50.919 INFO O| Dec 06 21:07:50.919 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-06T21:07:52.226Z[ recovery-image] Dec 06 21:07:50.933 INFO O| Dec 06 21:07:50.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
50992024-12-06T21:07:52.226Z[ recovery-image] Dec 06 21:07:50.933 INFO O| Dec 06 21:07:50.933 INFO STEP 276 (remove_files) COMPLETE
51002024-12-06T21:07:52.229Z[ recovery-image] Dec 06 21:07:50.933 INFO O| Dec 06 21:07:50.933 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-06T21:07:52.240Z[ recovery-image] Dec 06 21:07:50.947 INFO O| Dec 06 21:07:50.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51022024-12-06T21:07:52.240Z[ recovery-image] Dec 06 21:07:50.947 INFO O| Dec 06 21:07:50.947 INFO STEP 277 (remove_files) COMPLETE
51032024-12-06T21:07:52.240Z[ recovery-image] Dec 06 21:07:50.947 INFO O| Dec 06 21:07:50.947 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-06T21:07:52.254Z[ recovery-image] Dec 06 21:07:50.961 INFO O| Dec 06 21:07:50.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51052024-12-06T21:07:52.254Z[ recovery-image] Dec 06 21:07:50.961 INFO O| Dec 06 21:07:50.961 INFO STEP 278 (remove_files) COMPLETE
51062024-12-06T21:07:52.256Z[ recovery-image] Dec 06 21:07:50.961 INFO O| Dec 06 21:07:50.961 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-06T21:07:52.268Z[ recovery-image] Dec 06 21:07:50.975 INFO O| Dec 06 21:07:50.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51082024-12-06T21:07:52.268Z[ recovery-image] Dec 06 21:07:50.975 INFO O| Dec 06 21:07:50.975 INFO STEP 279 (remove_files) COMPLETE
51092024-12-06T21:07:52.268Z[ recovery-image] Dec 06 21:07:50.975 INFO O| Dec 06 21:07:50.975 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-06T21:07:52.282Z[ recovery-image] Dec 06 21:07:50.989 INFO O| Dec 06 21:07:50.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51112024-12-06T21:07:52.282Z[ recovery-image] Dec 06 21:07:50.989 INFO O| Dec 06 21:07:50.989 INFO STEP 280 (remove_files) COMPLETE
51122024-12-06T21:07:52.282Z[ recovery-image] Dec 06 21:07:50.989 INFO O| Dec 06 21:07:50.989 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-06T21:07:52.296Z[ recovery-image] Dec 06 21:07:51.003 INFO O| Dec 06 21:07:51.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51142024-12-06T21:07:52.296Z[ recovery-image] Dec 06 21:07:51.003 INFO O| Dec 06 21:07:51.003 INFO STEP 281 (remove_files) COMPLETE
51152024-12-06T21:07:52.299Z[ recovery-image] Dec 06 21:07:51.003 INFO O| Dec 06 21:07:51.003 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-06T21:07:52.311Z[ recovery-image] Dec 06 21:07:51.018 INFO O| Dec 06 21:07:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51172024-12-06T21:07:52.311Z[ recovery-image] Dec 06 21:07:51.018 INFO O| Dec 06 21:07:51.018 INFO STEP 282 (remove_files) COMPLETE
51182024-12-06T21:07:52.313Z[ recovery-image] Dec 06 21:07:51.018 INFO O| Dec 06 21:07:51.018 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-06T21:07:52.325Z[ recovery-image] Dec 06 21:07:51.032 INFO O| Dec 06 21:07:51.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51202024-12-06T21:07:52.325Z[ recovery-image] Dec 06 21:07:51.033 INFO O| Dec 06 21:07:51.033 INFO STEP 283 (remove_files) COMPLETE
51212024-12-06T21:07:52.328Z[ recovery-image] Dec 06 21:07:51.033 INFO O| Dec 06 21:07:51.033 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-06T21:07:52.339Z[ recovery-image] Dec 06 21:07:51.046 INFO O| Dec 06 21:07:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51232024-12-06T21:07:52.339Z[ recovery-image] Dec 06 21:07:51.047 INFO O| Dec 06 21:07:51.047 INFO STEP 284 (remove_files) COMPLETE
51242024-12-06T21:07:52.342Z[ recovery-image] Dec 06 21:07:51.047 INFO O| Dec 06 21:07:51.047 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-06T21:07:52.353Z[ recovery-image] Dec 06 21:07:51.060 INFO O| Dec 06 21:07:51.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51262024-12-06T21:07:52.353Z[ recovery-image] Dec 06 21:07:51.060 INFO O| Dec 06 21:07:51.060 INFO STEP 285 (remove_files) COMPLETE
51272024-12-06T21:07:52.353Z[ recovery-image] Dec 06 21:07:51.060 INFO O| Dec 06 21:07:51.060 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-06T21:07:52.365Z[ recovery-image] Dec 06 21:07:51.072 INFO O| Dec 06 21:07:51.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51292024-12-06T21:07:52.365Z[ recovery-image] Dec 06 21:07:51.072 INFO O| Dec 06 21:07:51.072 INFO STEP 286 (remove_files) COMPLETE
51302024-12-06T21:07:52.365Z[ recovery-image] Dec 06 21:07:51.072 INFO O| Dec 06 21:07:51.072 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-06T21:07:52.378Z[ recovery-image] Dec 06 21:07:51.085 INFO O| Dec 06 21:07:51.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51322024-12-06T21:07:52.378Z[ recovery-image] Dec 06 21:07:51.085 INFO O| Dec 06 21:07:51.085 INFO STEP 287 (remove_files) COMPLETE
51332024-12-06T21:07:52.380Z[ recovery-image] Dec 06 21:07:51.085 INFO O| Dec 06 21:07:51.085 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-06T21:07:52.390Z[ recovery-image] Dec 06 21:07:51.098 INFO O| Dec 06 21:07:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51352024-12-06T21:07:52.390Z[ recovery-image] Dec 06 21:07:51.098 INFO O| Dec 06 21:07:51.098 INFO STEP 288 (remove_files) COMPLETE
51362024-12-06T21:07:52.390Z[ recovery-image] Dec 06 21:07:51.098 INFO O| Dec 06 21:07:51.098 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-06T21:07:52.403Z[ recovery-image] Dec 06 21:07:51.110 INFO O| Dec 06 21:07:51.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51382024-12-06T21:07:52.403Z[ recovery-image] Dec 06 21:07:51.110 INFO O| Dec 06 21:07:51.110 INFO STEP 289 (remove_files) COMPLETE
51392024-12-06T21:07:52.405Z[ recovery-image] Dec 06 21:07:51.110 INFO O| Dec 06 21:07:51.110 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-06T21:07:52.414Z[ recovery-image] Dec 06 21:07:51.122 INFO O| Dec 06 21:07:51.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51412024-12-06T21:07:52.414Z[ recovery-image] Dec 06 21:07:51.122 INFO O| Dec 06 21:07:51.122 INFO STEP 290 (remove_files) COMPLETE
51422024-12-06T21:07:52.414Z[ recovery-image] Dec 06 21:07:51.122 INFO O| Dec 06 21:07:51.122 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-06T21:07:52.426Z[ recovery-image] Dec 06 21:07:51.133 INFO O| Dec 06 21:07:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51442024-12-06T21:07:52.426Z[ recovery-image] Dec 06 21:07:51.133 INFO O| Dec 06 21:07:51.133 INFO STEP 291 (remove_files) COMPLETE
51452024-12-06T21:07:52.428Z[ recovery-image] Dec 06 21:07:51.133 INFO O| Dec 06 21:07:51.133 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-06T21:07:52.437Z[ recovery-image] Dec 06 21:07:51.144 INFO O| Dec 06 21:07:51.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51472024-12-06T21:07:52.437Z[ recovery-image] Dec 06 21:07:51.144 INFO O| Dec 06 21:07:51.144 INFO STEP 292 (remove_files) COMPLETE
51482024-12-06T21:07:52.440Z[ recovery-image] Dec 06 21:07:51.144 INFO O| Dec 06 21:07:51.144 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-06T21:07:52.451Z[ recovery-image] Dec 06 21:07:51.158 INFO O| Dec 06 21:07:51.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51502024-12-06T21:07:52.453Z[ recovery-image] Dec 06 21:07:51.158 INFO O| Dec 06 21:07:51.158 INFO STEP 293 (remove_files) COMPLETE
51512024-12-06T21:07:52.453Z[ recovery-image] Dec 06 21:07:51.158 INFO O| Dec 06 21:07:51.158 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-06T21:07:52.464Z[ recovery-image] Dec 06 21:07:51.171 INFO O| Dec 06 21:07:51.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51532024-12-06T21:07:52.464Z[ recovery-image] Dec 06 21:07:51.171 INFO O| Dec 06 21:07:51.171 INFO STEP 294 (remove_files) COMPLETE
51542024-12-06T21:07:52.464Z[ recovery-image] Dec 06 21:07:51.171 INFO O| Dec 06 21:07:51.171 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-06T21:07:52.477Z[ recovery-image] Dec 06 21:07:51.184 INFO O| Dec 06 21:07:51.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51562024-12-06T21:07:52.477Z[ recovery-image] Dec 06 21:07:51.184 INFO O| Dec 06 21:07:51.184 INFO STEP 295 (remove_files) COMPLETE
51572024-12-06T21:07:52.479Z[ recovery-image] Dec 06 21:07:51.184 INFO O| Dec 06 21:07:51.184 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-06T21:07:52.491Z[ recovery-image] Dec 06 21:07:51.198 INFO O| Dec 06 21:07:51.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51592024-12-06T21:07:52.491Z[ recovery-image] Dec 06 21:07:51.198 INFO O| Dec 06 21:07:51.198 INFO STEP 296 (remove_files) COMPLETE
51602024-12-06T21:07:52.493Z[ recovery-image] Dec 06 21:07:51.198 INFO O| Dec 06 21:07:51.198 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-06T21:07:52.504Z[ recovery-image] Dec 06 21:07:51.212 INFO O| Dec 06 21:07:51.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
51622024-12-06T21:07:52.504Z[ recovery-image] Dec 06 21:07:51.212 INFO O| Dec 06 21:07:51.212 INFO STEP 297 (remove_files) COMPLETE
51632024-12-06T21:07:52.504Z[ recovery-image] Dec 06 21:07:51.212 INFO O| Dec 06 21:07:51.212 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-06T21:07:52.518Z[ recovery-image] Dec 06 21:07:51.225 INFO O| Dec 06 21:07:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
51652024-12-06T21:07:52.518Z[ recovery-image] Dec 06 21:07:51.225 INFO O| Dec 06 21:07:51.225 INFO STEP 298 (remove_files) COMPLETE
51662024-12-06T21:07:52.518Z[ recovery-image] Dec 06 21:07:51.225 INFO O| Dec 06 21:07:51.225 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-06T21:07:52.532Z[ recovery-image] Dec 06 21:07:51.239 INFO O| Dec 06 21:07:51.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
51682024-12-06T21:07:52.532Z[ recovery-image] Dec 06 21:07:51.239 INFO O| Dec 06 21:07:51.239 INFO STEP 299 (remove_files) COMPLETE
51692024-12-06T21:07:52.532Z[ recovery-image] Dec 06 21:07:51.239 INFO O| Dec 06 21:07:51.239 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-06T21:07:52.548Z[ recovery-image] Dec 06 21:07:51.255 INFO O| Dec 06 21:07:51.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
51712024-12-06T21:07:52.548Z[ recovery-image] Dec 06 21:07:51.256 INFO O| Dec 06 21:07:51.256 INFO STEP 300 (remove_files) COMPLETE
51722024-12-06T21:07:52.548Z[ recovery-image] Dec 06 21:07:51.256 INFO O| Dec 06 21:07:51.256 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-06T21:07:52.564Z[ recovery-image] Dec 06 21:07:51.271 INFO O| Dec 06 21:07:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
51742024-12-06T21:07:52.564Z[ recovery-image] Dec 06 21:07:51.271 INFO O| Dec 06 21:07:51.271 INFO STEP 301 (remove_files) COMPLETE
51752024-12-06T21:07:52.567Z[ recovery-image] Dec 06 21:07:51.271 INFO O| Dec 06 21:07:51.271 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-06T21:07:52.578Z[ recovery-image] Dec 06 21:07:51.285 INFO O| Dec 06 21:07:51.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
51772024-12-06T21:07:52.578Z[ recovery-image] Dec 06 21:07:51.285 INFO O| Dec 06 21:07:51.285 INFO STEP 302 (remove_files) COMPLETE
51782024-12-06T21:07:52.580Z[ recovery-image] Dec 06 21:07:51.285 INFO O| Dec 06 21:07:51.285 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-06T21:07:52.590Z[ recovery-image] Dec 06 21:07:51.297 INFO O| Dec 06 21:07:51.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
51802024-12-06T21:07:52.590Z[ recovery-image] Dec 06 21:07:51.298 INFO O| Dec 06 21:07:51.298 INFO STEP 303 (remove_files) COMPLETE
51812024-12-06T21:07:52.590Z[ recovery-image] Dec 06 21:07:51.298 INFO O| Dec 06 21:07:51.298 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-06T21:07:52.602Z[ recovery-image] Dec 06 21:07:51.310 INFO O| Dec 06 21:07:51.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
51832024-12-06T21:07:52.602Z[ recovery-image] Dec 06 21:07:51.310 INFO O| Dec 06 21:07:51.310 INFO STEP 304 (remove_files) COMPLETE
51842024-12-06T21:07:52.602Z[ recovery-image] Dec 06 21:07:51.310 INFO O| Dec 06 21:07:51.310 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-06T21:07:52.615Z[ recovery-image] Dec 06 21:07:51.322 INFO O| Dec 06 21:07:51.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
51862024-12-06T21:07:52.615Z[ recovery-image] Dec 06 21:07:51.322 INFO O| Dec 06 21:07:51.322 INFO STEP 305 (remove_files) COMPLETE
51872024-12-06T21:07:52.615Z[ recovery-image] Dec 06 21:07:51.322 INFO O| Dec 06 21:07:51.322 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-06T21:07:52.627Z[ recovery-image] Dec 06 21:07:51.334 INFO O| Dec 06 21:07:51.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
51892024-12-06T21:07:52.627Z[ recovery-image] Dec 06 21:07:51.335 INFO O| Dec 06 21:07:51.335 INFO STEP 306 (remove_files) COMPLETE
51902024-12-06T21:07:52.630Z[ recovery-image] Dec 06 21:07:51.335 INFO O| Dec 06 21:07:51.335 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-06T21:07:52.639Z[ recovery-image] Dec 06 21:07:51.346 INFO O| Dec 06 21:07:51.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
51922024-12-06T21:07:52.639Z[ recovery-image] Dec 06 21:07:51.346 INFO O| Dec 06 21:07:51.346 INFO STEP 307 (remove_files) COMPLETE
51932024-12-06T21:07:52.639Z[ recovery-image] Dec 06 21:07:51.346 INFO O| Dec 06 21:07:51.346 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-06T21:07:52.651Z[ recovery-image] Dec 06 21:07:51.357 INFO O| Dec 06 21:07:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
51952024-12-06T21:07:52.651Z[ recovery-image] Dec 06 21:07:51.358 INFO O| Dec 06 21:07:51.358 INFO STEP 308 (remove_files) COMPLETE
51962024-12-06T21:07:52.651Z[ recovery-image] Dec 06 21:07:51.358 INFO O| Dec 06 21:07:51.358 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-06T21:07:52.662Z[ recovery-image] Dec 06 21:07:51.369 INFO O| Dec 06 21:07:51.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
51982024-12-06T21:07:52.664Z[ recovery-image] Dec 06 21:07:51.370 INFO O| Dec 06 21:07:51.370 INFO STEP 309 (remove_files) COMPLETE
51992024-12-06T21:07:52.664Z[ recovery-image] Dec 06 21:07:51.370 INFO O| Dec 06 21:07:51.370 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-06T21:07:52.674Z[ recovery-image] Dec 06 21:07:51.381 INFO O| Dec 06 21:07:51.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52012024-12-06T21:07:52.674Z[ recovery-image] Dec 06 21:07:51.381 INFO O| Dec 06 21:07:51.381 INFO STEP 310 (remove_files) COMPLETE
52022024-12-06T21:07:52.677Z[ recovery-image] Dec 06 21:07:51.381 INFO O| Dec 06 21:07:51.381 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-06T21:07:52.685Z[ recovery-image] Dec 06 21:07:51.393 INFO O| Dec 06 21:07:51.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52042024-12-06T21:07:52.688Z[ recovery-image] Dec 06 21:07:51.393 INFO O| Dec 06 21:07:51.393 INFO STEP 311 (remove_files) COMPLETE
52052024-12-06T21:07:52.688Z[ recovery-image] Dec 06 21:07:51.393 INFO O| Dec 06 21:07:51.393 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-06T21:07:52.696Z[ recovery-image] Dec 06 21:07:51.404 INFO O| Dec 06 21:07:51.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52072024-12-06T21:07:52.696Z[ recovery-image] Dec 06 21:07:51.404 INFO O| Dec 06 21:07:51.404 INFO STEP 312 (remove_files) COMPLETE
52082024-12-06T21:07:52.696Z[ recovery-image] Dec 06 21:07:51.404 INFO O| Dec 06 21:07:51.404 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-06T21:07:52.721Z[ recovery-image] Dec 06 21:07:51.428 INFO O| Dec 06 21:07:51.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52102024-12-06T21:07:52.724Z[ recovery-image] Dec 06 21:07:51.428 INFO O| Dec 06 21:07:51.428 INFO STEP 313 (remove_files) COMPLETE
52112024-12-06T21:07:52.724Z[ recovery-image] Dec 06 21:07:51.429 INFO O| Dec 06 21:07:51.428 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-06T21:07:52.753Z[ recovery-image] Dec 06 21:07:51.460 INFO O| Dec 06 21:07:51.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52132024-12-06T21:07:52.753Z[ recovery-image] Dec 06 21:07:51.460 INFO O| Dec 06 21:07:51.460 INFO STEP 314 (remove_files) COMPLETE
52142024-12-06T21:07:52.753Z[ recovery-image] Dec 06 21:07:51.460 INFO O| Dec 06 21:07:51.460 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-06T21:07:52.767Z[ recovery-image] Dec 06 21:07:51.474 INFO O| Dec 06 21:07:51.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52162024-12-06T21:07:52.767Z[ recovery-image] Dec 06 21:07:51.474 INFO O| Dec 06 21:07:51.474 INFO STEP 315 (remove_files) COMPLETE
52172024-12-06T21:07:52.769Z[ recovery-image] Dec 06 21:07:51.474 INFO O| Dec 06 21:07:51.474 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-06T21:07:52.782Z[ recovery-image] Dec 06 21:07:51.489 INFO O| Dec 06 21:07:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52192024-12-06T21:07:52.782Z[ recovery-image] Dec 06 21:07:51.489 INFO O| Dec 06 21:07:51.489 INFO STEP 316 (remove_files) COMPLETE
52202024-12-06T21:07:52.782Z[ recovery-image] Dec 06 21:07:51.489 INFO O| Dec 06 21:07:51.489 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-06T21:07:52.794Z[ recovery-image] Dec 06 21:07:51.501 INFO O| Dec 06 21:07:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52222024-12-06T21:07:52.794Z[ recovery-image] Dec 06 21:07:51.502 INFO O| Dec 06 21:07:51.502 INFO STEP 317 (remove_files) COMPLETE
52232024-12-06T21:07:52.797Z[ recovery-image] Dec 06 21:07:51.502 INFO O| Dec 06 21:07:51.502 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-06T21:07:52.806Z[ recovery-image] Dec 06 21:07:51.514 INFO O| Dec 06 21:07:51.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52252024-12-06T21:07:52.806Z[ recovery-image] Dec 06 21:07:51.514 INFO O| Dec 06 21:07:51.514 INFO STEP 318 (remove_files) COMPLETE
52262024-12-06T21:07:52.806Z[ recovery-image] Dec 06 21:07:51.514 INFO O| Dec 06 21:07:51.514 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-06T21:07:52.817Z[ recovery-image] Dec 06 21:07:51.525 INFO O| Dec 06 21:07:51.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52282024-12-06T21:07:52.817Z[ recovery-image] Dec 06 21:07:51.525 INFO O| Dec 06 21:07:51.525 INFO STEP 319 (remove_files) COMPLETE
52292024-12-06T21:07:52.817Z[ recovery-image] Dec 06 21:07:51.525 INFO O| Dec 06 21:07:51.525 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-06T21:07:52.828Z[ recovery-image] Dec 06 21:07:51.536 INFO O| Dec 06 21:07:51.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52312024-12-06T21:07:52.828Z[ recovery-image] Dec 06 21:07:51.536 INFO O| Dec 06 21:07:51.536 INFO STEP 320 (remove_files) COMPLETE
52322024-12-06T21:07:52.831Z[ recovery-image] Dec 06 21:07:51.536 INFO O| Dec 06 21:07:51.536 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-06T21:07:52.840Z[ recovery-image] Dec 06 21:07:51.547 INFO O| Dec 06 21:07:51.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52342024-12-06T21:07:52.840Z[ recovery-image] Dec 06 21:07:51.547 INFO O| Dec 06 21:07:51.547 INFO STEP 321 (remove_files) COMPLETE
52352024-12-06T21:07:52.840Z[ recovery-image] Dec 06 21:07:51.547 INFO O| Dec 06 21:07:51.547 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-06T21:07:52.850Z[ recovery-image] Dec 06 21:07:51.558 INFO O| Dec 06 21:07:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52372024-12-06T21:07:52.853Z[ recovery-image] Dec 06 21:07:51.558 INFO O| Dec 06 21:07:51.558 INFO STEP 322 (remove_files) COMPLETE
52382024-12-06T21:07:52.853Z[ recovery-image] Dec 06 21:07:51.558 INFO O| Dec 06 21:07:51.558 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-06T21:07:52.861Z[ recovery-image] Dec 06 21:07:51.568 INFO O| Dec 06 21:07:51.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52402024-12-06T21:07:52.861Z[ recovery-image] Dec 06 21:07:51.569 INFO O| Dec 06 21:07:51.568 INFO STEP 323 (remove_files) COMPLETE
52412024-12-06T21:07:52.864Z[ recovery-image] Dec 06 21:07:51.569 INFO O| Dec 06 21:07:51.569 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-06T21:07:52.872Z[ recovery-image] Dec 06 21:07:51.579 INFO O| Dec 06 21:07:51.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52432024-12-06T21:07:52.872Z[ recovery-image] Dec 06 21:07:51.579 INFO O| Dec 06 21:07:51.579 INFO STEP 324 (remove_files) COMPLETE
52442024-12-06T21:07:52.872Z[ recovery-image] Dec 06 21:07:51.579 INFO O| Dec 06 21:07:51.579 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-06T21:07:52.883Z[ recovery-image] Dec 06 21:07:51.590 INFO O| Dec 06 21:07:51.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52462024-12-06T21:07:52.883Z[ recovery-image] Dec 06 21:07:51.590 INFO O| Dec 06 21:07:51.590 INFO STEP 325 (remove_files) COMPLETE
52472024-12-06T21:07:52.883Z[ recovery-image] Dec 06 21:07:51.590 INFO O| Dec 06 21:07:51.590 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-06T21:07:52.893Z[ recovery-image] Dec 06 21:07:51.600 INFO O| Dec 06 21:07:51.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52492024-12-06T21:07:52.893Z[ recovery-image] Dec 06 21:07:51.600 INFO O| Dec 06 21:07:51.600 INFO STEP 326 (remove_files) COMPLETE
52502024-12-06T21:07:52.895Z[ recovery-image] Dec 06 21:07:51.600 INFO O| Dec 06 21:07:51.600 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-06T21:07:52.904Z[ recovery-image] Dec 06 21:07:51.611 INFO O| Dec 06 21:07:51.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52522024-12-06T21:07:52.904Z[ recovery-image] Dec 06 21:07:51.611 INFO O| Dec 06 21:07:51.611 INFO STEP 327 (remove_files) COMPLETE
52532024-12-06T21:07:52.906Z[ recovery-image] Dec 06 21:07:51.611 INFO O| Dec 06 21:07:51.611 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-06T21:07:52.915Z[ recovery-image] Dec 06 21:07:51.622 INFO O| Dec 06 21:07:51.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52552024-12-06T21:07:52.915Z[ recovery-image] Dec 06 21:07:51.622 INFO O| Dec 06 21:07:51.622 INFO STEP 328 (remove_files) COMPLETE
52562024-12-06T21:07:52.915Z[ recovery-image] Dec 06 21:07:51.622 INFO O| Dec 06 21:07:51.622 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-06T21:07:52.925Z[ recovery-image] Dec 06 21:07:51.633 INFO O| Dec 06 21:07:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52582024-12-06T21:07:52.928Z[ recovery-image] Dec 06 21:07:51.633 INFO O| Dec 06 21:07:51.633 INFO STEP 329 (remove_files) COMPLETE
52592024-12-06T21:07:52.928Z[ recovery-image] Dec 06 21:07:51.633 INFO O| Dec 06 21:07:51.633 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-06T21:07:52.937Z[ recovery-image] Dec 06 21:07:51.644 INFO O| Dec 06 21:07:51.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52612024-12-06T21:07:52.940Z[ recovery-image] Dec 06 21:07:51.644 INFO O| Dec 06 21:07:51.644 INFO STEP 330 (remove_files) COMPLETE
52622024-12-06T21:07:52.940Z[ recovery-image] Dec 06 21:07:51.644 INFO O| Dec 06 21:07:51.644 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-06T21:07:52.948Z[ recovery-image] Dec 06 21:07:51.655 INFO O| Dec 06 21:07:51.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
52642024-12-06T21:07:52.948Z[ recovery-image] Dec 06 21:07:51.655 INFO O| Dec 06 21:07:51.655 INFO STEP 331 (remove_files) COMPLETE
52652024-12-06T21:07:52.950Z[ recovery-image] Dec 06 21:07:51.655 INFO O| Dec 06 21:07:51.655 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-06T21:07:52.959Z[ recovery-image] Dec 06 21:07:51.666 INFO O| Dec 06 21:07:51.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
52672024-12-06T21:07:52.959Z[ recovery-image] Dec 06 21:07:51.666 INFO O| Dec 06 21:07:51.666 INFO STEP 332 (remove_files) COMPLETE
52682024-12-06T21:07:52.962Z[ recovery-image] Dec 06 21:07:51.666 INFO O| Dec 06 21:07:51.666 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-06T21:07:52.970Z[ recovery-image] Dec 06 21:07:51.677 INFO O| Dec 06 21:07:51.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
52702024-12-06T21:07:52.970Z[ recovery-image] Dec 06 21:07:51.677 INFO O| Dec 06 21:07:51.677 INFO STEP 333 (remove_files) COMPLETE
52712024-12-06T21:07:52.973Z[ recovery-image] Dec 06 21:07:51.677 INFO O| Dec 06 21:07:51.677 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-06T21:07:52.980Z[ recovery-image] Dec 06 21:07:51.688 INFO O| Dec 06 21:07:51.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
52732024-12-06T21:07:52.980Z[ recovery-image] Dec 06 21:07:51.688 INFO O| Dec 06 21:07:51.688 INFO STEP 334 (remove_files) COMPLETE
52742024-12-06T21:07:52.980Z[ recovery-image] Dec 06 21:07:51.688 INFO O| Dec 06 21:07:51.688 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-06T21:07:52.991Z[ recovery-image] Dec 06 21:07:51.698 INFO O| Dec 06 21:07:51.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
52762024-12-06T21:07:52.991Z[ recovery-image] Dec 06 21:07:51.698 INFO O| Dec 06 21:07:51.698 INFO STEP 335 (remove_files) COMPLETE
52772024-12-06T21:07:52.991Z[ recovery-image] Dec 06 21:07:51.698 INFO O| Dec 06 21:07:51.698 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-06T21:07:53.002Z[ recovery-image] Dec 06 21:07:51.709 INFO O| Dec 06 21:07:51.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
52792024-12-06T21:07:53.002Z[ recovery-image] Dec 06 21:07:51.709 INFO O| Dec 06 21:07:51.709 INFO STEP 336 (remove_files) COMPLETE
52802024-12-06T21:07:53.005Z[ recovery-image] Dec 06 21:07:51.709 INFO O| Dec 06 21:07:51.709 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-06T21:07:53.012Z[ recovery-image] Dec 06 21:07:51.720 INFO O| Dec 06 21:07:51.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
52822024-12-06T21:07:53.012Z[ recovery-image] Dec 06 21:07:51.720 INFO O| Dec 06 21:07:51.720 INFO STEP 337 (remove_files) COMPLETE
52832024-12-06T21:07:53.012Z[ recovery-image] Dec 06 21:07:51.720 INFO O| Dec 06 21:07:51.720 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-06T21:07:53.023Z[ recovery-image] Dec 06 21:07:51.730 INFO O| Dec 06 21:07:51.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
52852024-12-06T21:07:53.023Z[ recovery-image] Dec 06 21:07:51.730 INFO O| Dec 06 21:07:51.730 INFO STEP 338 (remove_files) COMPLETE
52862024-12-06T21:07:53.023Z[ recovery-image] Dec 06 21:07:51.730 INFO O| Dec 06 21:07:51.730 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-06T21:07:53.034Z[ recovery-image] Dec 06 21:07:51.741 INFO O| Dec 06 21:07:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
52882024-12-06T21:07:53.034Z[ recovery-image] Dec 06 21:07:51.741 INFO O| Dec 06 21:07:51.741 INFO STEP 339 (remove_files) COMPLETE
52892024-12-06T21:07:53.036Z[ recovery-image] Dec 06 21:07:51.741 INFO O| Dec 06 21:07:51.741 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-12-06T21:07:53.044Z[ recovery-image] Dec 06 21:07:51.751 INFO O| Dec 06 21:07:51.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
52912024-12-06T21:07:53.047Z[ recovery-image] Dec 06 21:07:51.752 INFO O| Dec 06 21:07:51.752 INFO STEP 340 (remove_files) COMPLETE
52922024-12-06T21:07:53.047Z[ recovery-image] Dec 06 21:07:51.752 INFO O| Dec 06 21:07:51.752 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-12-06T21:07:53.055Z[ recovery-image] Dec 06 21:07:51.762 INFO O| Dec 06 21:07:51.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
52942024-12-06T21:07:53.055Z[ recovery-image] Dec 06 21:07:51.762 INFO O| Dec 06 21:07:51.762 INFO STEP 341 (remove_files) COMPLETE
52952024-12-06T21:07:53.055Z[ recovery-image] Dec 06 21:07:51.762 INFO O| Dec 06 21:07:51.762 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-06T21:07:53.066Z[ recovery-image] Dec 06 21:07:51.773 INFO O| Dec 06 21:07:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
52972024-12-06T21:07:53.068Z[ recovery-image] Dec 06 21:07:51.773 INFO O| Dec 06 21:07:51.773 INFO STEP 342 (remove_files) COMPLETE
52982024-12-06T21:07:53.068Z[ recovery-image] Dec 06 21:07:51.773 INFO O| Dec 06 21:07:51.773 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-06T21:07:53.077Z[ recovery-image] Dec 06 21:07:51.785 INFO O| Dec 06 21:07:51.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53002024-12-06T21:07:53.077Z[ recovery-image] Dec 06 21:07:51.785 INFO O| Dec 06 21:07:51.785 INFO STEP 343 (remove_files) COMPLETE
53012024-12-06T21:07:53.080Z[ recovery-image] Dec 06 21:07:51.785 INFO O| Dec 06 21:07:51.785 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-12-06T21:07:53.089Z[ recovery-image] Dec 06 21:07:51.796 INFO O| Dec 06 21:07:51.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53032024-12-06T21:07:53.089Z[ recovery-image] Dec 06 21:07:51.796 INFO O| Dec 06 21:07:51.796 INFO STEP 344 (remove_files) COMPLETE
53042024-12-06T21:07:53.089Z[ recovery-image] Dec 06 21:07:51.796 INFO O| Dec 06 21:07:51.796 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-12-06T21:07:53.100Z[ recovery-image] Dec 06 21:07:51.808 INFO O| Dec 06 21:07:51.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53062024-12-06T21:07:53.100Z[ recovery-image] Dec 06 21:07:51.808 INFO O| Dec 06 21:07:51.808 INFO STEP 345 (remove_files) COMPLETE
53072024-12-06T21:07:53.101Z[ recovery-image] Dec 06 21:07:51.808 INFO O| Dec 06 21:07:51.808 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-12-06T21:07:53.112Z[ recovery-image] Dec 06 21:07:51.819 INFO O| Dec 06 21:07:51.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53092024-12-06T21:07:53.112Z[ recovery-image] Dec 06 21:07:51.819 INFO O| Dec 06 21:07:51.819 INFO STEP 346 (remove_files) COMPLETE
53102024-12-06T21:07:53.115Z[ recovery-image] Dec 06 21:07:51.819 INFO O| Dec 06 21:07:51.819 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-12-06T21:07:53.123Z[ recovery-image] Dec 06 21:07:51.830 INFO O| Dec 06 21:07:51.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53122024-12-06T21:07:53.123Z[ recovery-image] Dec 06 21:07:51.830 INFO O| Dec 06 21:07:51.830 INFO STEP 347 (remove_files) COMPLETE
53132024-12-06T21:07:53.123Z[ recovery-image] Dec 06 21:07:51.830 INFO O| Dec 06 21:07:51.830 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-12-06T21:07:53.134Z[ recovery-image] Dec 06 21:07:51.842 INFO O| Dec 06 21:07:51.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53152024-12-06T21:07:53.134Z[ recovery-image] Dec 06 21:07:51.842 INFO O| Dec 06 21:07:51.842 INFO STEP 348 (remove_files) COMPLETE
53162024-12-06T21:07:53.134Z[ recovery-image] Dec 06 21:07:51.842 INFO O| Dec 06 21:07:51.842 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-12-06T21:07:53.147Z[ recovery-image] Dec 06 21:07:51.854 INFO O| Dec 06 21:07:51.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53182024-12-06T21:07:53.147Z[ recovery-image] Dec 06 21:07:51.854 INFO O| Dec 06 21:07:51.854 INFO STEP 349 (remove_files) COMPLETE
53192024-12-06T21:07:53.149Z[ recovery-image] Dec 06 21:07:51.854 INFO O| Dec 06 21:07:51.854 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-06T21:07:53.161Z[ recovery-image] Dec 06 21:07:51.868 INFO O| Dec 06 21:07:51.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53212024-12-06T21:07:53.161Z[ recovery-image] Dec 06 21:07:51.868 INFO O| Dec 06 21:07:51.868 INFO STEP 350 (remove_files) COMPLETE
53222024-12-06T21:07:53.161Z[ recovery-image] Dec 06 21:07:51.868 INFO O| Dec 06 21:07:51.868 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-06T21:07:53.173Z[ recovery-image] Dec 06 21:07:51.881 INFO O| Dec 06 21:07:51.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53242024-12-06T21:07:53.173Z[ recovery-image] Dec 06 21:07:51.881 INFO O| Dec 06 21:07:51.881 INFO STEP 351 (remove_files) COMPLETE
53252024-12-06T21:07:53.173Z[ recovery-image] Dec 06 21:07:51.881 INFO O| Dec 06 21:07:51.881 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-06T21:07:53.186Z[ recovery-image] Dec 06 21:07:51.893 INFO O| Dec 06 21:07:51.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53272024-12-06T21:07:53.186Z[ recovery-image] Dec 06 21:07:51.894 INFO O| Dec 06 21:07:51.894 INFO STEP 352 (remove_files) COMPLETE
53282024-12-06T21:07:53.189Z[ recovery-image] Dec 06 21:07:51.894 INFO O| Dec 06 21:07:51.894 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-06T21:07:53.201Z[ recovery-image] Dec 06 21:07:51.908 INFO O| Dec 06 21:07:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53302024-12-06T21:07:53.201Z[ recovery-image] Dec 06 21:07:51.908 INFO O| Dec 06 21:07:51.908 INFO STEP 353 (remove_files) COMPLETE
53312024-12-06T21:07:53.201Z[ recovery-image] Dec 06 21:07:51.908 INFO O| Dec 06 21:07:51.908 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-06T21:07:53.214Z[ recovery-image] Dec 06 21:07:51.922 INFO O| Dec 06 21:07:51.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53332024-12-06T21:07:53.215Z[ recovery-image] Dec 06 21:07:51.922 INFO O| Dec 06 21:07:51.922 INFO STEP 354 (remove_files) COMPLETE
53342024-12-06T21:07:53.217Z[ recovery-image] Dec 06 21:07:51.922 INFO O| Dec 06 21:07:51.922 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-06T21:07:53.228Z[ recovery-image] Dec 06 21:07:51.935 INFO O| Dec 06 21:07:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53362024-12-06T21:07:53.228Z[ recovery-image] Dec 06 21:07:51.935 INFO O| Dec 06 21:07:51.935 INFO STEP 355 (remove_files) COMPLETE
53372024-12-06T21:07:53.230Z[ recovery-image] Dec 06 21:07:51.935 INFO O| Dec 06 21:07:51.935 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-06T21:07:53.242Z[ recovery-image] Dec 06 21:07:51.949 INFO O| Dec 06 21:07:51.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53392024-12-06T21:07:53.242Z[ recovery-image] Dec 06 21:07:51.949 INFO O| Dec 06 21:07:51.949 INFO STEP 356 (remove_files) COMPLETE
53402024-12-06T21:07:53.244Z[ recovery-image] Dec 06 21:07:51.949 INFO O| Dec 06 21:07:51.949 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-06T21:07:53.256Z[ recovery-image] Dec 06 21:07:51.964 INFO O| Dec 06 21:07:51.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53422024-12-06T21:07:53.256Z[ recovery-image] Dec 06 21:07:51.964 INFO O| Dec 06 21:07:51.964 INFO STEP 357 (remove_files) COMPLETE
53432024-12-06T21:07:53.256Z[ recovery-image] Dec 06 21:07:51.964 INFO O| Dec 06 21:07:51.964 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-06T21:07:53.273Z[ recovery-image] Dec 06 21:07:51.980 INFO O| Dec 06 21:07:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53452024-12-06T21:07:53.275Z[ recovery-image] Dec 06 21:07:51.980 INFO O| Dec 06 21:07:51.980 INFO STEP 358 (remove_files) COMPLETE
53462024-12-06T21:07:53.277Z[ recovery-image] Dec 06 21:07:51.980 INFO O| Dec 06 21:07:51.980 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-06T21:07:53.287Z[ recovery-image] Dec 06 21:07:51.994 INFO O| Dec 06 21:07:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53482024-12-06T21:07:53.287Z[ recovery-image] Dec 06 21:07:51.994 INFO O| Dec 06 21:07:51.994 INFO STEP 359 (remove_files) COMPLETE
53492024-12-06T21:07:53.290Z[ recovery-image] Dec 06 21:07:51.994 INFO O| Dec 06 21:07:51.994 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-06T21:07:53.301Z[ recovery-image] Dec 06 21:07:52.008 INFO O| Dec 06 21:07:52.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53512024-12-06T21:07:53.301Z[ recovery-image] Dec 06 21:07:52.009 INFO O| Dec 06 21:07:52.009 INFO STEP 360 (remove_files) COMPLETE
53522024-12-06T21:07:53.301Z[ recovery-image] Dec 06 21:07:52.009 INFO O| Dec 06 21:07:52.009 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-06T21:07:53.315Z[ recovery-image] Dec 06 21:07:52.022 INFO O| Dec 06 21:07:52.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53542024-12-06T21:07:53.315Z[ recovery-image] Dec 06 21:07:52.022 INFO O| Dec 06 21:07:52.022 INFO STEP 361 (remove_files) COMPLETE
53552024-12-06T21:07:53.315Z[ recovery-image] Dec 06 21:07:52.022 INFO O| Dec 06 21:07:52.022 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-06T21:07:53.327Z[ recovery-image] Dec 06 21:07:52.034 INFO O| Dec 06 21:07:52.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53572024-12-06T21:07:53.327Z[ recovery-image] Dec 06 21:07:52.034 INFO O| Dec 06 21:07:52.034 INFO STEP 362 (remove_files) COMPLETE
53582024-12-06T21:07:53.327Z[ recovery-image] Dec 06 21:07:52.034 INFO O| Dec 06 21:07:52.034 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-06T21:07:53.339Z[ recovery-image] Dec 06 21:07:52.046 INFO O| Dec 06 21:07:52.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53602024-12-06T21:07:53.339Z[ recovery-image] Dec 06 21:07:52.046 INFO O| Dec 06 21:07:52.046 INFO STEP 363 (remove_files) COMPLETE
53612024-12-06T21:07:53.341Z[ recovery-image] Dec 06 21:07:52.046 INFO O| Dec 06 21:07:52.046 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-06T21:07:53.351Z[ recovery-image] Dec 06 21:07:52.058 INFO O| Dec 06 21:07:52.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
53632024-12-06T21:07:53.351Z[ recovery-image] Dec 06 21:07:52.058 INFO O| Dec 06 21:07:52.058 INFO STEP 364 (remove_files) COMPLETE
53642024-12-06T21:07:53.353Z[ recovery-image] Dec 06 21:07:52.058 INFO O| Dec 06 21:07:52.058 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-06T21:07:53.363Z[ recovery-image] Dec 06 21:07:52.070 INFO O| Dec 06 21:07:52.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53662024-12-06T21:07:53.365Z[ recovery-image] Dec 06 21:07:52.070 INFO O| Dec 06 21:07:52.070 INFO STEP 365 (remove_files) COMPLETE
53672024-12-06T21:07:53.366Z[ recovery-image] Dec 06 21:07:52.070 INFO O| Dec 06 21:07:52.070 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-06T21:07:53.374Z[ recovery-image] Dec 06 21:07:52.081 INFO O| Dec 06 21:07:52.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
53692024-12-06T21:07:53.374Z[ recovery-image] Dec 06 21:07:52.081 INFO O| Dec 06 21:07:52.081 INFO STEP 366 (remove_files) COMPLETE
53702024-12-06T21:07:53.377Z[ recovery-image] Dec 06 21:07:52.081 INFO O| Dec 06 21:07:52.081 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-06T21:07:53.386Z[ recovery-image] Dec 06 21:07:52.093 INFO O| Dec 06 21:07:52.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
53722024-12-06T21:07:53.386Z[ recovery-image] Dec 06 21:07:52.093 INFO O| Dec 06 21:07:52.093 INFO STEP 367 (remove_files) COMPLETE
53732024-12-06T21:07:53.388Z[ recovery-image] Dec 06 21:07:52.093 INFO O| Dec 06 21:07:52.093 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-06T21:07:53.398Z[ recovery-image] Dec 06 21:07:52.105 INFO O| Dec 06 21:07:52.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
53752024-12-06T21:07:53.401Z[ recovery-image] Dec 06 21:07:52.105 INFO O| Dec 06 21:07:52.105 INFO STEP 368 (remove_files) COMPLETE
53762024-12-06T21:07:53.401Z[ recovery-image] Dec 06 21:07:52.105 INFO O| Dec 06 21:07:52.105 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-06T21:07:53.409Z[ recovery-image] Dec 06 21:07:52.117 INFO O| Dec 06 21:07:52.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
53782024-12-06T21:07:53.409Z[ recovery-image] Dec 06 21:07:52.117 INFO O| Dec 06 21:07:52.117 INFO STEP 369 (remove_files) COMPLETE
53792024-12-06T21:07:53.410Z[ recovery-image] Dec 06 21:07:52.117 INFO O| Dec 06 21:07:52.117 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-06T21:07:53.421Z[ recovery-image] Dec 06 21:07:52.128 INFO O| Dec 06 21:07:52.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
53812024-12-06T21:07:53.421Z[ recovery-image] Dec 06 21:07:52.128 INFO O| Dec 06 21:07:52.128 INFO STEP 370 (remove_files) COMPLETE
53822024-12-06T21:07:53.421Z[ recovery-image] Dec 06 21:07:52.128 INFO O| Dec 06 21:07:52.128 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-06T21:07:53.431Z[ recovery-image] Dec 06 21:07:52.139 INFO O| Dec 06 21:07:52.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
53842024-12-06T21:07:53.432Z[ recovery-image] Dec 06 21:07:52.139 INFO O| Dec 06 21:07:52.139 INFO STEP 371 (remove_files) COMPLETE
53852024-12-06T21:07:53.434Z[ recovery-image] Dec 06 21:07:52.139 INFO O| Dec 06 21:07:52.139 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-06T21:07:53.442Z[ recovery-image] Dec 06 21:07:52.150 INFO O| Dec 06 21:07:52.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
53872024-12-06T21:07:53.442Z[ recovery-image] Dec 06 21:07:52.150 INFO O| Dec 06 21:07:52.150 INFO STEP 372 (remove_files) COMPLETE
53882024-12-06T21:07:53.442Z[ recovery-image] Dec 06 21:07:52.150 INFO O| Dec 06 21:07:52.150 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-06T21:07:53.453Z[ recovery-image] Dec 06 21:07:52.161 INFO O| Dec 06 21:07:52.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
53902024-12-06T21:07:53.453Z[ recovery-image] Dec 06 21:07:52.161 INFO O| Dec 06 21:07:52.161 INFO STEP 373 (remove_files) COMPLETE
53912024-12-06T21:07:53.456Z[ recovery-image] Dec 06 21:07:52.161 INFO O| Dec 06 21:07:52.161 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-06T21:07:53.465Z[ recovery-image] Dec 06 21:07:52.172 INFO O| Dec 06 21:07:52.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
53932024-12-06T21:07:53.465Z[ recovery-image] Dec 06 21:07:52.172 INFO O| Dec 06 21:07:52.172 INFO STEP 374 (remove_files) COMPLETE
53942024-12-06T21:07:53.467Z[ recovery-image] Dec 06 21:07:52.172 INFO O| Dec 06 21:07:52.172 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-06T21:07:53.476Z[ recovery-image] Dec 06 21:07:52.183 INFO O| Dec 06 21:07:52.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
53962024-12-06T21:07:53.478Z[ recovery-image] Dec 06 21:07:52.184 INFO O| Dec 06 21:07:52.184 INFO STEP 375 (remove_files) COMPLETE
53972024-12-06T21:07:53.478Z[ recovery-image] Dec 06 21:07:52.184 INFO O| Dec 06 21:07:52.184 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-06T21:07:53.491Z[ recovery-image] Dec 06 21:07:52.198 INFO O| Dec 06 21:07:52.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
53992024-12-06T21:07:53.491Z[ recovery-image] Dec 06 21:07:52.198 INFO O| Dec 06 21:07:52.198 INFO STEP 376 (remove_files) COMPLETE
54002024-12-06T21:07:53.491Z[ recovery-image] Dec 06 21:07:52.198 INFO O| Dec 06 21:07:52.198 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-06T21:07:53.504Z[ recovery-image] Dec 06 21:07:52.211 INFO O| Dec 06 21:07:52.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54022024-12-06T21:07:53.504Z[ recovery-image] Dec 06 21:07:52.211 INFO O| Dec 06 21:07:52.211 INFO STEP 377 (remove_files) COMPLETE
54032024-12-06T21:07:53.506Z[ recovery-image] Dec 06 21:07:52.211 INFO O| Dec 06 21:07:52.211 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-06T21:07:53.517Z[ recovery-image] Dec 06 21:07:52.224 INFO O| Dec 06 21:07:52.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54052024-12-06T21:07:53.517Z[ recovery-image] Dec 06 21:07:52.224 INFO O| Dec 06 21:07:52.224 INFO STEP 378 (remove_files) COMPLETE
54062024-12-06T21:07:53.517Z[ recovery-image] Dec 06 21:07:52.224 INFO O| Dec 06 21:07:52.224 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-06T21:07:53.527Z[ recovery-image] Dec 06 21:07:52.234 INFO O| Dec 06 21:07:52.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54082024-12-06T21:07:53.527Z[ recovery-image] Dec 06 21:07:52.234 INFO O| Dec 06 21:07:52.234 INFO STEP 379 (remove_files) COMPLETE
54092024-12-06T21:07:53.527Z[ recovery-image] Dec 06 21:07:52.234 INFO O| Dec 06 21:07:52.234 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-06T21:07:53.537Z[ recovery-image] Dec 06 21:07:52.244 INFO O| Dec 06 21:07:52.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54112024-12-06T21:07:53.537Z[ recovery-image] Dec 06 21:07:52.244 INFO O| Dec 06 21:07:52.244 INFO STEP 380 (remove_files) COMPLETE
54122024-12-06T21:07:53.537Z[ recovery-image] Dec 06 21:07:52.244 INFO O| Dec 06 21:07:52.244 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-06T21:07:53.548Z[ recovery-image] Dec 06 21:07:52.255 INFO O| Dec 06 21:07:52.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54142024-12-06T21:07:53.548Z[ recovery-image] Dec 06 21:07:52.256 INFO O| Dec 06 21:07:52.255 INFO STEP 381 (remove_files) COMPLETE
54152024-12-06T21:07:53.548Z[ recovery-image] Dec 06 21:07:52.256 INFO O| Dec 06 21:07:52.256 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-06T21:07:53.559Z[ recovery-image] Dec 06 21:07:52.266 INFO O| Dec 06 21:07:52.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54172024-12-06T21:07:53.559Z[ recovery-image] Dec 06 21:07:52.267 INFO O| Dec 06 21:07:52.267 INFO STEP 382 (remove_files) COMPLETE
54182024-12-06T21:07:53.562Z[ recovery-image] Dec 06 21:07:52.267 INFO O| Dec 06 21:07:52.267 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-06T21:07:53.571Z[ recovery-image] Dec 06 21:07:52.278 INFO O| Dec 06 21:07:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54202024-12-06T21:07:53.571Z[ recovery-image] Dec 06 21:07:52.278 INFO O| Dec 06 21:07:52.278 INFO STEP 383 (remove_files) COMPLETE
54212024-12-06T21:07:53.571Z[ recovery-image] Dec 06 21:07:52.278 INFO O| Dec 06 21:07:52.278 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-06T21:07:53.582Z[ recovery-image] Dec 06 21:07:52.289 INFO O| Dec 06 21:07:52.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54232024-12-06T21:07:53.585Z[ recovery-image] Dec 06 21:07:52.290 INFO O| Dec 06 21:07:52.290 INFO STEP 384 (remove_files) COMPLETE
54242024-12-06T21:07:53.585Z[ recovery-image] Dec 06 21:07:52.290 INFO O| Dec 06 21:07:52.290 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-06T21:07:53.596Z[ recovery-image] Dec 06 21:07:52.303 INFO O| Dec 06 21:07:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54262024-12-06T21:07:53.596Z[ recovery-image] Dec 06 21:07:52.303 INFO O| Dec 06 21:07:52.303 INFO STEP 385 (remove_files) COMPLETE
54272024-12-06T21:07:53.599Z[ recovery-image] Dec 06 21:07:52.303 INFO O| Dec 06 21:07:52.303 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-06T21:07:53.608Z[ recovery-image] Dec 06 21:07:52.315 INFO O| Dec 06 21:07:52.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54292024-12-06T21:07:53.608Z[ recovery-image] Dec 06 21:07:52.315 INFO O| Dec 06 21:07:52.315 INFO STEP 386 (remove_files) COMPLETE
54302024-12-06T21:07:53.610Z[ recovery-image] Dec 06 21:07:52.315 INFO O| Dec 06 21:07:52.315 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-06T21:07:53.619Z[ recovery-image] Dec 06 21:07:52.326 INFO O| Dec 06 21:07:52.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54322024-12-06T21:07:53.619Z[ recovery-image] Dec 06 21:07:52.326 INFO O| Dec 06 21:07:52.326 INFO STEP 387 (remove_files) COMPLETE
54332024-12-06T21:07:53.619Z[ recovery-image] Dec 06 21:07:52.326 INFO O| Dec 06 21:07:52.326 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-06T21:07:53.630Z[ recovery-image] Dec 06 21:07:52.337 INFO O| Dec 06 21:07:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54352024-12-06T21:07:53.630Z[ recovery-image] Dec 06 21:07:52.337 INFO O| Dec 06 21:07:52.337 INFO STEP 388 (remove_files) COMPLETE
54362024-12-06T21:07:53.630Z[ recovery-image] Dec 06 21:07:52.337 INFO O| Dec 06 21:07:52.337 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-06T21:07:53.641Z[ recovery-image] Dec 06 21:07:52.348 INFO O| Dec 06 21:07:52.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54382024-12-06T21:07:53.641Z[ recovery-image] Dec 06 21:07:52.348 INFO O| Dec 06 21:07:52.348 INFO STEP 389 (remove_files) COMPLETE
54392024-12-06T21:07:53.641Z[ recovery-image] Dec 06 21:07:52.348 INFO O| Dec 06 21:07:52.348 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-06T21:07:53.652Z[ recovery-image] Dec 06 21:07:52.359 INFO O| Dec 06 21:07:52.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54412024-12-06T21:07:53.655Z[ recovery-image] Dec 06 21:07:52.360 INFO O| Dec 06 21:07:52.360 INFO STEP 390 (remove_files) COMPLETE
54422024-12-06T21:07:53.655Z[ recovery-image] Dec 06 21:07:52.360 INFO O| Dec 06 21:07:52.360 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-06T21:07:53.663Z[ recovery-image] Dec 06 21:07:52.371 INFO O| Dec 06 21:07:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54442024-12-06T21:07:53.664Z[ recovery-image] Dec 06 21:07:52.371 INFO O| Dec 06 21:07:52.371 INFO STEP 391 (remove_files) COMPLETE
54452024-12-06T21:07:53.664Z[ recovery-image] Dec 06 21:07:52.371 INFO O| Dec 06 21:07:52.371 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-06T21:07:53.675Z[ recovery-image] Dec 06 21:07:52.382 INFO O| Dec 06 21:07:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54472024-12-06T21:07:53.675Z[ recovery-image] Dec 06 21:07:52.382 INFO O| Dec 06 21:07:52.382 INFO STEP 392 (remove_files) COMPLETE
54482024-12-06T21:07:53.675Z[ recovery-image] Dec 06 21:07:52.382 INFO O| Dec 06 21:07:52.382 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-06T21:07:53.687Z[ recovery-image] Dec 06 21:07:52.395 INFO O| Dec 06 21:07:52.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54502024-12-06T21:07:53.690Z[ recovery-image] Dec 06 21:07:52.395 INFO O| Dec 06 21:07:52.395 INFO STEP 393 (remove_files) COMPLETE
54512024-12-06T21:07:53.690Z[ recovery-image] Dec 06 21:07:52.395 INFO O| Dec 06 21:07:52.395 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-06T21:07:53.695Z[ host-image] Dec 06 21:07:52.402 INFO O| Dec 06 21:07:52.402 INFO O| Planning: Solver setup ... Done
54532024-12-06T21:07:53.699Z[ host-image] Dec 06 21:07:52.406 INFO O| Dec 06 21:07:52.406 INFO O| Planning: Running solver ... Done
54542024-12-06T21:07:53.702Z[ recovery-image] Dec 06 21:07:52.408 INFO O| Dec 06 21:07:52.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54552024-12-06T21:07:53.702Z[ recovery-image] Dec 06 21:07:52.409 INFO O| Dec 06 21:07:52.408 INFO STEP 394 (remove_files) COMPLETE
54562024-12-06T21:07:53.702Z[ recovery-image] Dec 06 21:07:52.409 INFO O| Dec 06 21:07:52.409 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-12-06T21:07:53.717Z[ recovery-image] Dec 06 21:07:52.424 INFO O| Dec 06 21:07:52.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54582024-12-06T21:07:53.717Z[ recovery-image] Dec 06 21:07:52.424 INFO O| Dec 06 21:07:52.424 INFO STEP 395 (remove_files) COMPLETE
54592024-12-06T21:07:53.719Z[ recovery-image] Dec 06 21:07:52.424 INFO O| Dec 06 21:07:52.424 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-12-06T21:07:53.731Z[ recovery-image] Dec 06 21:07:52.438 INFO O| Dec 06 21:07:52.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54612024-12-06T21:07:53.731Z[ recovery-image] Dec 06 21:07:52.438 INFO O| Dec 06 21:07:52.438 INFO STEP 396 (remove_files) COMPLETE
54622024-12-06T21:07:53.731Z[ recovery-image] Dec 06 21:07:52.438 INFO O| Dec 06 21:07:52.438 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-06T21:07:53.746Z[ recovery-image] Dec 06 21:07:52.453 INFO O| Dec 06 21:07:52.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54642024-12-06T21:07:53.746Z[ recovery-image] Dec 06 21:07:52.453 INFO O| Dec 06 21:07:52.453 INFO STEP 397 (remove_files) COMPLETE
54652024-12-06T21:07:53.748Z[ recovery-image] Dec 06 21:07:52.453 INFO O| Dec 06 21:07:52.453 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-06T21:07:53.760Z[ recovery-image] Dec 06 21:07:52.467 INFO O| Dec 06 21:07:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54672024-12-06T21:07:53.760Z[ recovery-image] Dec 06 21:07:52.467 INFO O| Dec 06 21:07:52.467 INFO STEP 398 (remove_files) COMPLETE
54682024-12-06T21:07:53.760Z[ recovery-image] Dec 06 21:07:52.467 INFO O| Dec 06 21:07:52.467 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-06T21:07:53.764Z[ host-image] Dec 06 21:07:52.471 INFO O| Dec 06 21:07:52.471 INFO O| Planning: Finding local manifests ... Done
54702024-12-06T21:07:53.766Z[ host-image] Dec 06 21:07:52.472 INFO O| Dec 06 21:07:52.472 INFO O| Planning: Fetching manifests: 0/5 0% complete
54712024-12-06T21:07:53.776Z[ recovery-image] Dec 06 21:07:52.483 INFO O| Dec 06 21:07:52.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
54722024-12-06T21:07:53.776Z[ recovery-image] Dec 06 21:07:52.483 INFO O| Dec 06 21:07:52.483 INFO STEP 399 (remove_files) COMPLETE
54732024-12-06T21:07:53.780Z[ recovery-image] Dec 06 21:07:52.483 INFO O| Dec 06 21:07:52.483 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-06T21:07:53.791Z[ recovery-image] Dec 06 21:07:52.498 INFO O| Dec 06 21:07:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
54752024-12-06T21:07:53.791Z[ recovery-image] Dec 06 21:07:52.498 INFO O| Dec 06 21:07:52.498 INFO STEP 400 (remove_files) COMPLETE
54762024-12-06T21:07:53.791Z[ recovery-image] Dec 06 21:07:52.498 INFO O| Dec 06 21:07:52.498 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-06T21:07:53.803Z[ recovery-image] Dec 06 21:07:52.510 INFO O| Dec 06 21:07:52.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
54782024-12-06T21:07:53.806Z[ recovery-image] Dec 06 21:07:52.511 INFO O| Dec 06 21:07:52.511 INFO STEP 401 (remove_files) COMPLETE
54792024-12-06T21:07:53.806Z[ recovery-image] Dec 06 21:07:52.511 INFO O| Dec 06 21:07:52.511 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-06T21:07:53.815Z[ recovery-image] Dec 06 21:07:52.523 INFO O| Dec 06 21:07:52.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
54812024-12-06T21:07:53.815Z[ recovery-image] Dec 06 21:07:52.523 INFO O| Dec 06 21:07:52.523 INFO STEP 402 (remove_files) COMPLETE
54822024-12-06T21:07:53.815Z[ recovery-image] Dec 06 21:07:52.523 INFO O| Dec 06 21:07:52.523 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-06T21:07:53.827Z[ recovery-image] Dec 06 21:07:52.534 INFO O| Dec 06 21:07:52.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
54842024-12-06T21:07:53.827Z[ recovery-image] Dec 06 21:07:52.534 INFO O| Dec 06 21:07:52.534 INFO STEP 403 (remove_files) COMPLETE
54852024-12-06T21:07:53.827Z[ recovery-image] Dec 06 21:07:52.534 INFO O| Dec 06 21:07:52.534 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-06T21:07:53.838Z[ recovery-image] Dec 06 21:07:52.545 INFO O| Dec 06 21:07:52.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
54872024-12-06T21:07:53.838Z[ recovery-image] Dec 06 21:07:52.545 INFO O| Dec 06 21:07:52.545 INFO STEP 404 (remove_files) COMPLETE
54882024-12-06T21:07:53.838Z[ recovery-image] Dec 06 21:07:52.545 INFO O| Dec 06 21:07:52.545 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-06T21:07:53.849Z[ recovery-image] Dec 06 21:07:52.556 INFO O| Dec 06 21:07:52.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
54902024-12-06T21:07:53.849Z[ recovery-image] Dec 06 21:07:52.556 INFO O| Dec 06 21:07:52.556 INFO STEP 405 (remove_files) COMPLETE
54912024-12-06T21:07:53.849Z[ recovery-image] Dec 06 21:07:52.556 INFO O| Dec 06 21:07:52.556 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-06T21:07:53.860Z[ recovery-image] Dec 06 21:07:52.567 INFO O| Dec 06 21:07:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
54932024-12-06T21:07:53.860Z[ recovery-image] Dec 06 21:07:52.567 INFO O| Dec 06 21:07:52.567 INFO STEP 406 (remove_files) COMPLETE
54942024-12-06T21:07:53.860Z[ recovery-image] Dec 06 21:07:52.567 INFO O| Dec 06 21:07:52.567 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-06T21:07:53.871Z[ recovery-image] Dec 06 21:07:52.578 INFO O| Dec 06 21:07:52.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
54962024-12-06T21:07:53.871Z[ recovery-image] Dec 06 21:07:52.579 INFO O| Dec 06 21:07:52.578 INFO STEP 407 (remove_files) COMPLETE
54972024-12-06T21:07:53.874Z[ recovery-image] Dec 06 21:07:52.579 INFO O| Dec 06 21:07:52.579 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-06T21:07:53.882Z[ recovery-image] Dec 06 21:07:52.590 INFO O| Dec 06 21:07:52.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
54992024-12-06T21:07:53.882Z[ recovery-image] Dec 06 21:07:52.590 INFO O| Dec 06 21:07:52.590 INFO STEP 408 (remove_files) COMPLETE
55002024-12-06T21:07:53.882Z[ recovery-image] Dec 06 21:07:52.590 INFO O| Dec 06 21:07:52.590 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-06T21:07:53.893Z[ recovery-image] Dec 06 21:07:52.600 INFO O| Dec 06 21:07:52.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55022024-12-06T21:07:53.896Z[ recovery-image] Dec 06 21:07:52.600 INFO O| Dec 06 21:07:52.600 INFO STEP 409 (remove_files) COMPLETE
55032024-12-06T21:07:53.896Z[ recovery-image] Dec 06 21:07:52.600 INFO O| Dec 06 21:07:52.600 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-06T21:07:53.905Z[ recovery-image] Dec 06 21:07:52.612 INFO O| Dec 06 21:07:52.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55052024-12-06T21:07:53.905Z[ recovery-image] Dec 06 21:07:52.612 INFO O| Dec 06 21:07:52.612 INFO STEP 410 (remove_files) COMPLETE
55062024-12-06T21:07:53.905Z[ recovery-image] Dec 06 21:07:52.612 INFO O| Dec 06 21:07:52.612 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-06T21:07:53.918Z[ recovery-image] Dec 06 21:07:52.625 INFO O| Dec 06 21:07:52.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55082024-12-06T21:07:53.918Z[ recovery-image] Dec 06 21:07:52.625 INFO O| Dec 06 21:07:52.625 INFO STEP 411 (remove_files) COMPLETE
55092024-12-06T21:07:53.934Z[ recovery-image] Dec 06 21:07:52.625 INFO O| Dec 06 21:07:52.625 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-06T21:07:53.937Z[ recovery-image] Dec 06 21:07:52.639 INFO O| Dec 06 21:07:52.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55112024-12-06T21:07:53.937Z[ recovery-image] Dec 06 21:07:52.639 INFO O| Dec 06 21:07:52.639 INFO STEP 412 (remove_files) COMPLETE
55122024-12-06T21:07:53.937Z[ recovery-image] Dec 06 21:07:52.639 INFO O| Dec 06 21:07:52.639 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-06T21:07:53.946Z[ recovery-image] Dec 06 21:07:52.653 INFO O| Dec 06 21:07:52.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55142024-12-06T21:07:53.946Z[ recovery-image] Dec 06 21:07:52.653 INFO O| Dec 06 21:07:52.653 INFO STEP 413 (remove_files) COMPLETE
55152024-12-06T21:07:53.946Z[ recovery-image] Dec 06 21:07:52.653 INFO O| Dec 06 21:07:52.653 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-06T21:07:53.960Z[ recovery-image] Dec 06 21:07:52.667 INFO O| Dec 06 21:07:52.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55172024-12-06T21:07:53.960Z[ recovery-image] Dec 06 21:07:52.667 INFO O| Dec 06 21:07:52.667 INFO STEP 414 (remove_files) COMPLETE
55182024-12-06T21:07:53.960Z[ recovery-image] Dec 06 21:07:52.667 INFO O| Dec 06 21:07:52.667 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-06T21:07:53.972Z[ recovery-image] Dec 06 21:07:52.680 INFO O| Dec 06 21:07:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55202024-12-06T21:07:53.972Z[ recovery-image] Dec 06 21:07:52.680 INFO O| Dec 06 21:07:52.680 INFO STEP 415 (remove_files) COMPLETE
55212024-12-06T21:07:53.972Z[ recovery-image] Dec 06 21:07:52.680 INFO O| Dec 06 21:07:52.680 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-06T21:07:53.984Z[ recovery-image] Dec 06 21:07:52.691 INFO O| Dec 06 21:07:52.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55232024-12-06T21:07:53.984Z[ recovery-image] Dec 06 21:07:52.692 INFO O| Dec 06 21:07:52.692 INFO STEP 416 (remove_files) COMPLETE
55242024-12-06T21:07:53.984Z[ recovery-image] Dec 06 21:07:52.692 INFO O| Dec 06 21:07:52.692 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-06T21:07:53.997Z[ recovery-image] Dec 06 21:07:52.704 INFO O| Dec 06 21:07:52.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55262024-12-06T21:07:53.997Z[ recovery-image] Dec 06 21:07:52.704 INFO O| Dec 06 21:07:52.704 INFO STEP 417 (remove_files) COMPLETE
55272024-12-06T21:07:53.999Z[ recovery-image] Dec 06 21:07:52.704 INFO O| Dec 06 21:07:52.704 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-06T21:07:54.010Z[ recovery-image] Dec 06 21:07:52.717 INFO O| Dec 06 21:07:52.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55292024-12-06T21:07:54.010Z[ recovery-image] Dec 06 21:07:52.717 INFO O| Dec 06 21:07:52.717 INFO STEP 418 (remove_files) COMPLETE
55302024-12-06T21:07:54.010Z[ recovery-image] Dec 06 21:07:52.717 INFO O| Dec 06 21:07:52.717 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-06T21:07:54.023Z[ recovery-image] Dec 06 21:07:52.730 INFO O| Dec 06 21:07:52.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55322024-12-06T21:07:54.023Z[ recovery-image] Dec 06 21:07:52.730 INFO O| Dec 06 21:07:52.730 INFO STEP 419 (remove_files) COMPLETE
55332024-12-06T21:07:54.025Z[ recovery-image] Dec 06 21:07:52.730 INFO O| Dec 06 21:07:52.730 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-06T21:07:54.035Z[ recovery-image] Dec 06 21:07:52.742 INFO O| Dec 06 21:07:52.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55352024-12-06T21:07:54.035Z[ recovery-image] Dec 06 21:07:52.743 INFO O| Dec 06 21:07:52.742 INFO STEP 420 (remove_files) COMPLETE
55362024-12-06T21:07:54.038Z[ recovery-image] Dec 06 21:07:52.743 INFO O| Dec 06 21:07:52.742 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-06T21:07:54.047Z[ recovery-image] Dec 06 21:07:52.754 INFO O| Dec 06 21:07:52.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55382024-12-06T21:07:54.047Z[ recovery-image] Dec 06 21:07:52.754 INFO O| Dec 06 21:07:52.754 INFO STEP 421 (remove_files) COMPLETE
55392024-12-06T21:07:54.049Z[ recovery-image] Dec 06 21:07:52.754 INFO O| Dec 06 21:07:52.754 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-06T21:07:54.059Z[ recovery-image] Dec 06 21:07:52.766 INFO O| Dec 06 21:07:52.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55412024-12-06T21:07:54.059Z[ recovery-image] Dec 06 21:07:52.766 INFO O| Dec 06 21:07:52.766 INFO STEP 422 (remove_files) COMPLETE
55422024-12-06T21:07:54.061Z[ recovery-image] Dec 06 21:07:52.766 INFO O| Dec 06 21:07:52.766 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-06T21:07:54.070Z[ recovery-image] Dec 06 21:07:52.778 INFO O| Dec 06 21:07:52.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55442024-12-06T21:07:54.070Z[ recovery-image] Dec 06 21:07:52.778 INFO O| Dec 06 21:07:52.778 INFO STEP 423 (remove_files) COMPLETE
55452024-12-06T21:07:54.070Z[ recovery-image] Dec 06 21:07:52.778 INFO O| Dec 06 21:07:52.778 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-06T21:07:54.081Z[ recovery-image] Dec 06 21:07:52.789 INFO O| Dec 06 21:07:52.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55472024-12-06T21:07:54.084Z[ recovery-image] Dec 06 21:07:52.789 INFO O| Dec 06 21:07:52.789 INFO STEP 424 (remove_files) COMPLETE
55482024-12-06T21:07:54.084Z[ recovery-image] Dec 06 21:07:52.789 INFO O| Dec 06 21:07:52.789 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-06T21:07:54.094Z[ recovery-image] Dec 06 21:07:52.801 INFO O| Dec 06 21:07:52.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55502024-12-06T21:07:54.094Z[ recovery-image] Dec 06 21:07:52.801 INFO O| Dec 06 21:07:52.801 INFO STEP 425 (remove_files) COMPLETE
55512024-12-06T21:07:54.094Z[ recovery-image] Dec 06 21:07:52.801 INFO O| Dec 06 21:07:52.801 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-06T21:07:54.105Z[ recovery-image] Dec 06 21:07:52.812 INFO O| Dec 06 21:07:52.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55532024-12-06T21:07:54.105Z[ recovery-image] Dec 06 21:07:52.812 INFO O| Dec 06 21:07:52.812 INFO STEP 426 (remove_files) COMPLETE
55542024-12-06T21:07:54.108Z[ recovery-image] Dec 06 21:07:52.812 INFO O| Dec 06 21:07:52.812 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-06T21:07:54.116Z[ recovery-image] Dec 06 21:07:52.823 INFO O| Dec 06 21:07:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55562024-12-06T21:07:54.116Z[ recovery-image] Dec 06 21:07:52.823 INFO O| Dec 06 21:07:52.823 INFO STEP 427 (remove_files) COMPLETE
55572024-12-06T21:07:54.119Z[ recovery-image] Dec 06 21:07:52.823 INFO O| Dec 06 21:07:52.823 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-06T21:07:54.127Z[ recovery-image] Dec 06 21:07:52.834 INFO O| Dec 06 21:07:52.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55592024-12-06T21:07:54.127Z[ recovery-image] Dec 06 21:07:52.834 INFO O| Dec 06 21:07:52.834 INFO STEP 428 (remove_files) COMPLETE
55602024-12-06T21:07:54.127Z[ recovery-image] Dec 06 21:07:52.834 INFO O| Dec 06 21:07:52.834 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-06T21:07:54.137Z[ recovery-image] Dec 06 21:07:52.845 INFO O| Dec 06 21:07:52.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55622024-12-06T21:07:54.137Z[ recovery-image] Dec 06 21:07:52.845 INFO O| Dec 06 21:07:52.845 INFO STEP 429 (remove_files) COMPLETE
55632024-12-06T21:07:54.140Z[ recovery-image] Dec 06 21:07:52.845 INFO O| Dec 06 21:07:52.845 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-06T21:07:54.149Z[ recovery-image] Dec 06 21:07:52.856 INFO O| Dec 06 21:07:52.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55652024-12-06T21:07:54.149Z[ recovery-image] Dec 06 21:07:52.856 INFO O| Dec 06 21:07:52.856 INFO STEP 430 (remove_files) COMPLETE
55662024-12-06T21:07:54.151Z[ recovery-image] Dec 06 21:07:52.856 INFO O| Dec 06 21:07:52.856 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-06T21:07:54.159Z[ recovery-image] Dec 06 21:07:52.867 INFO O| Dec 06 21:07:52.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55682024-12-06T21:07:54.159Z[ recovery-image] Dec 06 21:07:52.867 INFO O| Dec 06 21:07:52.867 INFO STEP 431 (remove_files) COMPLETE
55692024-12-06T21:07:54.159Z[ recovery-image] Dec 06 21:07:52.867 INFO O| Dec 06 21:07:52.867 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-06T21:07:54.170Z[ recovery-image] Dec 06 21:07:52.877 INFO O| Dec 06 21:07:52.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
55712024-12-06T21:07:54.170Z[ recovery-image] Dec 06 21:07:52.877 INFO O| Dec 06 21:07:52.877 INFO STEP 432 (remove_files) COMPLETE
55722024-12-06T21:07:54.172Z[ recovery-image] Dec 06 21:07:52.877 INFO O| Dec 06 21:07:52.877 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-06T21:07:54.181Z[ recovery-image] Dec 06 21:07:52.888 INFO O| Dec 06 21:07:52.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
55742024-12-06T21:07:54.181Z[ recovery-image] Dec 06 21:07:52.888 INFO O| Dec 06 21:07:52.888 INFO STEP 433 (remove_files) COMPLETE
55752024-12-06T21:07:54.184Z[ recovery-image] Dec 06 21:07:52.888 INFO O| Dec 06 21:07:52.888 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-06T21:07:54.193Z[ recovery-image] Dec 06 21:07:52.900 INFO O| Dec 06 21:07:52.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
55772024-12-06T21:07:54.193Z[ recovery-image] Dec 06 21:07:52.900 INFO O| Dec 06 21:07:52.900 INFO STEP 434 (remove_files) COMPLETE
55782024-12-06T21:07:54.193Z[ recovery-image] Dec 06 21:07:52.900 INFO O| Dec 06 21:07:52.900 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-06T21:07:54.205Z[ recovery-image] Dec 06 21:07:52.913 INFO O| Dec 06 21:07:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
55802024-12-06T21:07:54.206Z[ recovery-image] Dec 06 21:07:52.913 INFO O| Dec 06 21:07:52.913 INFO STEP 435 (remove_files) COMPLETE
55812024-12-06T21:07:54.208Z[ recovery-image] Dec 06 21:07:52.913 INFO O| Dec 06 21:07:52.913 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-06T21:07:54.218Z[ recovery-image] Dec 06 21:07:52.925 INFO O| Dec 06 21:07:52.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
55832024-12-06T21:07:54.220Z[ recovery-image] Dec 06 21:07:52.925 INFO O| Dec 06 21:07:52.925 INFO STEP 436 (remove_files) COMPLETE
55842024-12-06T21:07:54.221Z[ recovery-image] Dec 06 21:07:52.926 INFO O| Dec 06 21:07:52.925 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-06T21:07:54.230Z[ recovery-image] Dec 06 21:07:52.938 INFO O| Dec 06 21:07:52.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
55862024-12-06T21:07:54.230Z[ recovery-image] Dec 06 21:07:52.938 INFO O| Dec 06 21:07:52.938 INFO STEP 437 (remove_files) COMPLETE
55872024-12-06T21:07:54.230Z[ recovery-image] Dec 06 21:07:52.938 INFO O| Dec 06 21:07:52.938 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-06T21:07:54.244Z[ recovery-image] Dec 06 21:07:52.951 INFO O| Dec 06 21:07:52.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
55892024-12-06T21:07:54.244Z[ recovery-image] Dec 06 21:07:52.951 INFO O| Dec 06 21:07:52.951 INFO STEP 438 (remove_files) COMPLETE
55902024-12-06T21:07:54.246Z[ recovery-image] Dec 06 21:07:52.951 INFO O| Dec 06 21:07:52.951 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-06T21:07:54.256Z[ recovery-image] Dec 06 21:07:52.963 INFO O| Dec 06 21:07:52.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
55922024-12-06T21:07:54.256Z[ recovery-image] Dec 06 21:07:52.964 INFO O| Dec 06 21:07:52.963 INFO STEP 439 (remove_files) COMPLETE
55932024-12-06T21:07:54.259Z[ recovery-image] Dec 06 21:07:52.964 INFO O| Dec 06 21:07:52.964 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-06T21:07:54.270Z[ recovery-image] Dec 06 21:07:52.977 INFO O| Dec 06 21:07:52.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
55952024-12-06T21:07:54.270Z[ recovery-image] Dec 06 21:07:52.977 INFO O| Dec 06 21:07:52.977 INFO STEP 440 (remove_files) COMPLETE
55962024-12-06T21:07:54.272Z[ recovery-image] Dec 06 21:07:52.977 INFO O| Dec 06 21:07:52.977 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-06T21:07:54.283Z[ recovery-image] Dec 06 21:07:52.990 INFO O| Dec 06 21:07:52.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
55982024-12-06T21:07:54.283Z[ recovery-image] Dec 06 21:07:52.990 INFO O| Dec 06 21:07:52.990 INFO STEP 441 (remove_files) COMPLETE
55992024-12-06T21:07:54.283Z[ recovery-image] Dec 06 21:07:52.990 INFO O| Dec 06 21:07:52.990 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-06T21:07:54.296Z[ recovery-image] Dec 06 21:07:53.003 INFO O| Dec 06 21:07:53.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56012024-12-06T21:07:54.296Z[ recovery-image] Dec 06 21:07:53.003 INFO O| Dec 06 21:07:53.003 INFO STEP 442 (remove_files) COMPLETE
56022024-12-06T21:07:54.299Z[ recovery-image] Dec 06 21:07:53.003 INFO O| Dec 06 21:07:53.003 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-06T21:07:54.311Z[ recovery-image] Dec 06 21:07:53.018 INFO O| Dec 06 21:07:53.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56042024-12-06T21:07:54.311Z[ recovery-image] Dec 06 21:07:53.018 INFO O| Dec 06 21:07:53.018 INFO STEP 443 (remove_files) COMPLETE
56052024-12-06T21:07:54.311Z[ recovery-image] Dec 06 21:07:53.018 INFO O| Dec 06 21:07:53.018 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-06T21:07:54.324Z[ recovery-image] Dec 06 21:07:53.031 INFO O| Dec 06 21:07:53.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56072024-12-06T21:07:54.324Z[ recovery-image] Dec 06 21:07:53.031 INFO O| Dec 06 21:07:53.031 INFO STEP 444 (remove_files) COMPLETE
56082024-12-06T21:07:54.324Z[ recovery-image] Dec 06 21:07:53.031 INFO O| Dec 06 21:07:53.031 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-06T21:07:54.337Z[ recovery-image] Dec 06 21:07:53.044 INFO O| Dec 06 21:07:53.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56102024-12-06T21:07:54.337Z[ recovery-image] Dec 06 21:07:53.044 INFO O| Dec 06 21:07:53.044 INFO STEP 445 (remove_files) COMPLETE
56112024-12-06T21:07:54.337Z[ recovery-image] Dec 06 21:07:53.044 INFO O| Dec 06 21:07:53.044 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-06T21:07:54.349Z[ recovery-image] Dec 06 21:07:53.057 INFO O| Dec 06 21:07:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56132024-12-06T21:07:54.349Z[ recovery-image] Dec 06 21:07:53.057 INFO O| Dec 06 21:07:53.057 INFO STEP 446 (remove_files) COMPLETE
56142024-12-06T21:07:54.352Z[ recovery-image] Dec 06 21:07:53.057 INFO O| Dec 06 21:07:53.057 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-06T21:07:54.362Z[ recovery-image] Dec 06 21:07:53.069 INFO O| Dec 06 21:07:53.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56162024-12-06T21:07:54.362Z[ recovery-image] Dec 06 21:07:53.069 INFO O| Dec 06 21:07:53.069 INFO STEP 447 (remove_files) COMPLETE
56172024-12-06T21:07:54.364Z[ recovery-image] Dec 06 21:07:53.069 INFO O| Dec 06 21:07:53.069 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-06T21:07:54.375Z[ recovery-image] Dec 06 21:07:53.082 INFO O| Dec 06 21:07:53.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56192024-12-06T21:07:54.375Z[ recovery-image] Dec 06 21:07:53.083 INFO O| Dec 06 21:07:53.082 INFO STEP 448 (remove_files) COMPLETE
56202024-12-06T21:07:54.375Z[ recovery-image] Dec 06 21:07:53.083 INFO O| Dec 06 21:07:53.083 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-06T21:07:54.389Z[ recovery-image] Dec 06 21:07:53.097 INFO O| Dec 06 21:07:53.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56222024-12-06T21:07:54.389Z[ recovery-image] Dec 06 21:07:53.097 INFO O| Dec 06 21:07:53.097 INFO STEP 449 (remove_files) COMPLETE
56232024-12-06T21:07:54.389Z[ recovery-image] Dec 06 21:07:53.097 INFO O| Dec 06 21:07:53.097 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-06T21:07:54.403Z[ recovery-image] Dec 06 21:07:53.110 INFO O| Dec 06 21:07:53.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56252024-12-06T21:07:54.403Z[ recovery-image] Dec 06 21:07:53.110 INFO O| Dec 06 21:07:53.110 INFO STEP 450 (remove_files) COMPLETE
56262024-12-06T21:07:54.403Z[ recovery-image] Dec 06 21:07:53.110 INFO O| Dec 06 21:07:53.110 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-06T21:07:54.416Z[ recovery-image] Dec 06 21:07:53.123 INFO O| Dec 06 21:07:53.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56282024-12-06T21:07:54.416Z[ recovery-image] Dec 06 21:07:53.124 INFO O| Dec 06 21:07:53.123 INFO STEP 451 (remove_files) COMPLETE
56292024-12-06T21:07:54.416Z[ recovery-image] Dec 06 21:07:53.124 INFO O| Dec 06 21:07:53.124 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-06T21:07:54.422Z[ host-image] Dec 06 21:07:53.129 INFO O| Dec 06 21:07:53.129 INFO O| Planning: Fetching manifests: 5/5 100% complete
56312024-12-06T21:07:54.427Z[ recovery-image] Dec 06 21:07:53.134 INFO O| Dec 06 21:07:53.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56322024-12-06T21:07:54.430Z[ recovery-image] Dec 06 21:07:53.134 INFO O| Dec 06 21:07:53.134 INFO STEP 452 (remove_files) COMPLETE
56332024-12-06T21:07:54.430Z[ recovery-image] Dec 06 21:07:53.135 INFO O| Dec 06 21:07:53.134 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-12-06T21:07:54.439Z[ recovery-image] Dec 06 21:07:53.146 INFO O| Dec 06 21:07:53.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56352024-12-06T21:07:54.439Z[ recovery-image] Dec 06 21:07:53.146 INFO O| Dec 06 21:07:53.146 INFO STEP 453 (remove_files) COMPLETE
56362024-12-06T21:07:54.441Z[ recovery-image] Dec 06 21:07:53.146 INFO O| Dec 06 21:07:53.146 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-12-06T21:07:54.448Z[ host-image] Dec 06 21:07:53.155 INFO O| Dec 06 21:07:53.155 INFO O| Planning: Package planning ... Done
56382024-12-06T21:07:54.451Z[ host-image] Dec 06 21:07:53.158 INFO O| Dec 06 21:07:53.158 INFO O| Planning: Merging actions ... Done
56392024-12-06T21:07:54.453Z[ recovery-image] Dec 06 21:07:53.159 INFO O| Dec 06 21:07:53.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56402024-12-06T21:07:54.453Z[ recovery-image] Dec 06 21:07:53.159 INFO O| Dec 06 21:07:53.159 INFO STEP 454 (remove_files) COMPLETE
56412024-12-06T21:07:54.453Z[ recovery-image] Dec 06 21:07:53.159 INFO O| Dec 06 21:07:53.159 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-06T21:07:54.464Z[ recovery-image] Dec 06 21:07:53.171 INFO O| Dec 06 21:07:53.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56432024-12-06T21:07:54.464Z[ recovery-image] Dec 06 21:07:53.172 INFO O| Dec 06 21:07:53.172 INFO STEP 455 (remove_files) COMPLETE
56442024-12-06T21:07:54.467Z[ recovery-image] Dec 06 21:07:53.172 INFO O| Dec 06 21:07:53.172 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-06T21:07:54.477Z[ recovery-image] Dec 06 21:07:53.184 INFO O| Dec 06 21:07:53.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56462024-12-06T21:07:54.477Z[ recovery-image] Dec 06 21:07:53.184 INFO O| Dec 06 21:07:53.184 INFO STEP 456 (remove_files) COMPLETE
56472024-12-06T21:07:54.479Z[ recovery-image] Dec 06 21:07:53.184 INFO O| Dec 06 21:07:53.184 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-06T21:07:54.488Z[ recovery-image] Dec 06 21:07:53.195 INFO O| Dec 06 21:07:53.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56492024-12-06T21:07:54.488Z[ recovery-image] Dec 06 21:07:53.196 INFO O| Dec 06 21:07:53.195 INFO STEP 457 (remove_files) COMPLETE
56502024-12-06T21:07:54.491Z[ recovery-image] Dec 06 21:07:53.196 INFO O| Dec 06 21:07:53.195 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-06T21:07:54.499Z[ recovery-image] Dec 06 21:07:53.207 INFO O| Dec 06 21:07:53.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56522024-12-06T21:07:54.499Z[ recovery-image] Dec 06 21:07:53.207 INFO O| Dec 06 21:07:53.207 INFO STEP 458 (remove_files) COMPLETE
56532024-12-06T21:07:54.502Z[ recovery-image] Dec 06 21:07:53.207 INFO O| Dec 06 21:07:53.207 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-06T21:07:54.511Z[ recovery-image] Dec 06 21:07:53.218 INFO O| Dec 06 21:07:53.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56552024-12-06T21:07:54.513Z[ recovery-image] Dec 06 21:07:53.218 INFO O| Dec 06 21:07:53.218 INFO STEP 459 (remove_files) COMPLETE
56562024-12-06T21:07:54.513Z[ recovery-image] Dec 06 21:07:53.218 INFO O| Dec 06 21:07:53.218 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-06T21:07:54.521Z[ recovery-image] Dec 06 21:07:53.228 INFO O| Dec 06 21:07:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56582024-12-06T21:07:54.521Z[ recovery-image] Dec 06 21:07:53.228 INFO O| Dec 06 21:07:53.228 INFO STEP 460 (remove_files) COMPLETE
56592024-12-06T21:07:54.524Z[ recovery-image] Dec 06 21:07:53.228 INFO O| Dec 06 21:07:53.228 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-06T21:07:54.532Z[ recovery-image] Dec 06 21:07:53.239 INFO O| Dec 06 21:07:53.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56612024-12-06T21:07:54.532Z[ recovery-image] Dec 06 21:07:53.239 INFO O| Dec 06 21:07:53.239 INFO STEP 461 (remove_files) COMPLETE
56622024-12-06T21:07:54.534Z[ recovery-image] Dec 06 21:07:53.239 INFO O| Dec 06 21:07:53.239 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-06T21:07:54.534Z[ host-image] Dec 06 21:07:53.240 INFO O| Dec 06 21:07:53.240 INFO O| Planning: Checking for conflicting actions ... Done
56642024-12-06T21:07:54.536Z[ host-image] Dec 06 21:07:53.241 INFO O| Dec 06 21:07:53.241 INFO O| Planning: Consolidating action changes ... Done
56652024-12-06T21:07:54.543Z[ recovery-image] Dec 06 21:07:53.250 INFO O| Dec 06 21:07:53.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56662024-12-06T21:07:54.545Z[ recovery-image] Dec 06 21:07:53.250 INFO O| Dec 06 21:07:53.250 INFO STEP 462 (remove_files) COMPLETE
56672024-12-06T21:07:54.545Z[ recovery-image] Dec 06 21:07:53.250 INFO O| Dec 06 21:07:53.250 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-06T21:07:54.554Z[ recovery-image] Dec 06 21:07:53.261 INFO O| Dec 06 21:07:53.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56692024-12-06T21:07:54.554Z[ recovery-image] Dec 06 21:07:53.261 INFO O| Dec 06 21:07:53.261 INFO STEP 463 (remove_files) COMPLETE
56702024-12-06T21:07:54.554Z[ recovery-image] Dec 06 21:07:53.261 INFO O| Dec 06 21:07:53.261 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-06T21:07:54.565Z[ recovery-image] Dec 06 21:07:53.272 INFO O| Dec 06 21:07:53.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56722024-12-06T21:07:54.565Z[ recovery-image] Dec 06 21:07:53.272 INFO O| Dec 06 21:07:53.272 INFO STEP 464 (remove_files) COMPLETE
56732024-12-06T21:07:54.565Z[ recovery-image] Dec 06 21:07:53.272 INFO O| Dec 06 21:07:53.272 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-06T21:07:54.577Z[ recovery-image] Dec 06 21:07:53.283 INFO O| Dec 06 21:07:53.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
56752024-12-06T21:07:54.577Z[ recovery-image] Dec 06 21:07:53.283 INFO O| Dec 06 21:07:53.283 INFO STEP 465 (remove_files) COMPLETE
56762024-12-06T21:07:54.577Z[ recovery-image] Dec 06 21:07:53.283 INFO O| Dec 06 21:07:53.283 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-06T21:07:54.587Z[ recovery-image] Dec 06 21:07:53.294 INFO O| Dec 06 21:07:53.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
56782024-12-06T21:07:54.587Z[ recovery-image] Dec 06 21:07:53.294 INFO O| Dec 06 21:07:53.294 INFO STEP 466 (remove_files) COMPLETE
56792024-12-06T21:07:54.587Z[ recovery-image] Dec 06 21:07:53.294 INFO O| Dec 06 21:07:53.294 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-06T21:07:54.598Z[ recovery-image] Dec 06 21:07:53.305 INFO O| Dec 06 21:07:53.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
56812024-12-06T21:07:54.598Z[ recovery-image] Dec 06 21:07:53.305 INFO O| Dec 06 21:07:53.305 INFO STEP 467 (remove_files) COMPLETE
56822024-12-06T21:07:54.598Z[ recovery-image] Dec 06 21:07:53.305 INFO O| Dec 06 21:07:53.305 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-06T21:07:54.609Z[ recovery-image] Dec 06 21:07:53.316 INFO O| Dec 06 21:07:53.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
56842024-12-06T21:07:54.609Z[ recovery-image] Dec 06 21:07:53.316 INFO O| Dec 06 21:07:53.316 INFO STEP 468 (remove_files) COMPLETE
56852024-12-06T21:07:54.612Z[ recovery-image] Dec 06 21:07:53.316 INFO O| Dec 06 21:07:53.316 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-06T21:07:54.619Z[ recovery-image] Dec 06 21:07:53.326 INFO O| Dec 06 21:07:53.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
56872024-12-06T21:07:54.622Z[ recovery-image] Dec 06 21:07:53.326 INFO O| Dec 06 21:07:53.326 INFO STEP 469 (remove_files) COMPLETE
56882024-12-06T21:07:54.622Z[ recovery-image] Dec 06 21:07:53.326 INFO O| Dec 06 21:07:53.326 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-06T21:07:54.630Z[ recovery-image] Dec 06 21:07:53.337 INFO O| Dec 06 21:07:53.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
56902024-12-06T21:07:54.630Z[ recovery-image] Dec 06 21:07:53.337 INFO O| Dec 06 21:07:53.337 INFO STEP 470 (remove_files) COMPLETE
56912024-12-06T21:07:54.630Z[ recovery-image] Dec 06 21:07:53.337 INFO O| Dec 06 21:07:53.337 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-06T21:07:54.640Z[ recovery-image] Dec 06 21:07:53.347 INFO O| Dec 06 21:07:53.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
56932024-12-06T21:07:54.640Z[ recovery-image] Dec 06 21:07:53.347 INFO O| Dec 06 21:07:53.347 INFO STEP 471 (remove_files) COMPLETE
56942024-12-06T21:07:54.640Z[ recovery-image] Dec 06 21:07:53.347 INFO O| Dec 06 21:07:53.347 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-06T21:07:54.651Z[ recovery-image] Dec 06 21:07:53.358 INFO O| Dec 06 21:07:53.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
56962024-12-06T21:07:54.651Z[ recovery-image] Dec 06 21:07:53.358 INFO O| Dec 06 21:07:53.358 INFO STEP 472 (remove_files) COMPLETE
56972024-12-06T21:07:54.653Z[ recovery-image] Dec 06 21:07:53.358 INFO O| Dec 06 21:07:53.358 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-06T21:07:54.661Z[ recovery-image] Dec 06 21:07:53.369 INFO O| Dec 06 21:07:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
56992024-12-06T21:07:54.661Z[ recovery-image] Dec 06 21:07:53.369 INFO O| Dec 06 21:07:53.369 INFO STEP 473 (remove_files) COMPLETE
57002024-12-06T21:07:54.662Z[ recovery-image] Dec 06 21:07:53.369 INFO O| Dec 06 21:07:53.369 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-06T21:07:54.672Z[ recovery-image] Dec 06 21:07:53.379 INFO O| Dec 06 21:07:53.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57022024-12-06T21:07:54.672Z[ recovery-image] Dec 06 21:07:53.379 INFO O| Dec 06 21:07:53.379 INFO STEP 474 (remove_files) COMPLETE
57032024-12-06T21:07:54.672Z[ recovery-image] Dec 06 21:07:53.379 INFO O| Dec 06 21:07:53.379 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-06T21:07:54.683Z[ recovery-image] Dec 06 21:07:53.390 INFO O| Dec 06 21:07:53.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57052024-12-06T21:07:54.683Z[ recovery-image] Dec 06 21:07:53.390 INFO O| Dec 06 21:07:53.390 INFO STEP 475 (remove_files) COMPLETE
57062024-12-06T21:07:54.683Z[ recovery-image] Dec 06 21:07:53.390 INFO O| Dec 06 21:07:53.390 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-06T21:07:54.695Z[ recovery-image] Dec 06 21:07:53.402 INFO O| Dec 06 21:07:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57082024-12-06T21:07:54.695Z[ recovery-image] Dec 06 21:07:53.402 INFO O| Dec 06 21:07:53.402 INFO STEP 476 (remove_files) COMPLETE
57092024-12-06T21:07:54.695Z[ recovery-image] Dec 06 21:07:53.402 INFO O| Dec 06 21:07:53.402 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-06T21:07:54.705Z[ recovery-image] Dec 06 21:07:53.413 INFO O| Dec 06 21:07:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57112024-12-06T21:07:54.705Z[ recovery-image] Dec 06 21:07:53.413 INFO O| Dec 06 21:07:53.413 INFO STEP 477 (remove_files) COMPLETE
57122024-12-06T21:07:54.708Z[ recovery-image] Dec 06 21:07:53.413 INFO O| Dec 06 21:07:53.413 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-06T21:07:54.716Z[ recovery-image] Dec 06 21:07:53.423 INFO O| Dec 06 21:07:53.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57142024-12-06T21:07:54.720Z[ recovery-image] Dec 06 21:07:53.423 INFO O| Dec 06 21:07:53.423 INFO STEP 478 (remove_files) COMPLETE
57152024-12-06T21:07:54.720Z[ recovery-image] Dec 06 21:07:53.423 INFO O| Dec 06 21:07:53.423 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-06T21:07:54.723Z[ host-image] Dec 06 21:07:53.427 INFO O| Dec 06 21:07:53.427 INFO O| Planning: Evaluating mediators ... Done
57172024-12-06T21:07:54.723Z[ host-image] Dec 06 21:07:53.428 INFO O| Dec 06 21:07:53.428 INFO O| Planning: Planning completed in 3.89 seconds
57182024-12-06T21:07:54.723Z[ host-image] Dec 06 21:07:53.430 INFO O| Dec 06 21:07:53.430 INFO O| Packages to install: 5
57192024-12-06T21:07:54.723Z[ host-image] Dec 06 21:07:53.430 INFO O| Dec 06 21:07:53.430 INFO O| Services to change: 2
57202024-12-06T21:07:54.727Z[ recovery-image] Dec 06 21:07:53.435 INFO O| Dec 06 21:07:53.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57212024-12-06T21:07:54.728Z[ recovery-image] Dec 06 21:07:53.435 INFO O| Dec 06 21:07:53.435 INFO STEP 479 (remove_files) COMPLETE
57222024-12-06T21:07:54.730Z[ recovery-image] Dec 06 21:07:53.435 INFO O| Dec 06 21:07:53.435 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-06T21:07:54.735Z[ host-image] Dec 06 21:07:53.442 INFO O| Dec 06 21:07:53.442 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
57242024-12-06T21:07:54.740Z[ recovery-image] Dec 06 21:07:53.448 INFO O| Dec 06 21:07:53.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57252024-12-06T21:07:54.743Z[ recovery-image] Dec 06 21:07:53.448 INFO O| Dec 06 21:07:53.448 INFO STEP 480 (remove_files) COMPLETE
57262024-12-06T21:07:54.743Z[ recovery-image] Dec 06 21:07:53.448 INFO O| Dec 06 21:07:53.448 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-06T21:07:54.753Z[ recovery-image] Dec 06 21:07:53.460 INFO O| Dec 06 21:07:53.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57282024-12-06T21:07:54.753Z[ recovery-image] Dec 06 21:07:53.461 INFO O| Dec 06 21:07:53.461 INFO STEP 481 (remove_files) COMPLETE
57292024-12-06T21:07:54.753Z[ recovery-image] Dec 06 21:07:53.461 INFO O| Dec 06 21:07:53.461 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-06T21:07:54.767Z[ recovery-image] Dec 06 21:07:53.475 INFO O| Dec 06 21:07:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57312024-12-06T21:07:54.767Z[ recovery-image] Dec 06 21:07:53.475 INFO O| Dec 06 21:07:53.475 INFO STEP 482 (remove_files) COMPLETE
57322024-12-06T21:07:54.770Z[ recovery-image] Dec 06 21:07:53.475 INFO O| Dec 06 21:07:53.475 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-06T21:07:54.783Z[ recovery-image] Dec 06 21:07:53.490 INFO O| Dec 06 21:07:53.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57342024-12-06T21:07:54.785Z[ recovery-image] Dec 06 21:07:53.490 INFO O| Dec 06 21:07:53.490 INFO STEP 483 (remove_files) COMPLETE
57352024-12-06T21:07:54.785Z[ recovery-image] Dec 06 21:07:53.490 INFO O| Dec 06 21:07:53.490 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-06T21:07:54.797Z[ recovery-image] Dec 06 21:07:53.504 INFO O| Dec 06 21:07:53.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57372024-12-06T21:07:54.799Z[ recovery-image] Dec 06 21:07:53.504 INFO O| Dec 06 21:07:53.504 INFO STEP 484 (remove_files) COMPLETE
57382024-12-06T21:07:54.799Z[ recovery-image] Dec 06 21:07:53.504 INFO O| Dec 06 21:07:53.504 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-06T21:07:54.811Z[ recovery-image] Dec 06 21:07:53.518 INFO O| Dec 06 21:07:53.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57402024-12-06T21:07:54.811Z[ recovery-image] Dec 06 21:07:53.518 INFO O| Dec 06 21:07:53.518 INFO STEP 485 (remove_files) COMPLETE
57412024-12-06T21:07:54.811Z[ recovery-image] Dec 06 21:07:53.518 INFO O| Dec 06 21:07:53.518 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-06T21:07:54.823Z[ recovery-image] Dec 06 21:07:53.530 INFO O| Dec 06 21:07:53.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57432024-12-06T21:07:54.823Z[ recovery-image] Dec 06 21:07:53.530 INFO O| Dec 06 21:07:53.530 INFO STEP 486 (remove_files) COMPLETE
57442024-12-06T21:07:54.826Z[ recovery-image] Dec 06 21:07:53.530 INFO O| Dec 06 21:07:53.530 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-06T21:07:54.835Z[ recovery-image] Dec 06 21:07:53.542 INFO O| Dec 06 21:07:53.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57462024-12-06T21:07:54.835Z[ recovery-image] Dec 06 21:07:53.542 INFO O| Dec 06 21:07:53.542 INFO STEP 487 (remove_files) COMPLETE
57472024-12-06T21:07:54.835Z[ recovery-image] Dec 06 21:07:53.542 INFO O| Dec 06 21:07:53.542 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-06T21:07:54.846Z[ recovery-image] Dec 06 21:07:53.553 INFO O| Dec 06 21:07:53.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57492024-12-06T21:07:54.846Z[ recovery-image] Dec 06 21:07:53.553 INFO O| Dec 06 21:07:53.553 INFO STEP 488 (remove_files) COMPLETE
57502024-12-06T21:07:54.846Z[ recovery-image] Dec 06 21:07:53.553 INFO O| Dec 06 21:07:53.553 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-06T21:07:54.857Z[ recovery-image] Dec 06 21:07:53.565 INFO O| Dec 06 21:07:53.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57522024-12-06T21:07:54.857Z[ recovery-image] Dec 06 21:07:53.565 INFO O| Dec 06 21:07:53.565 INFO STEP 489 (remove_files) COMPLETE
57532024-12-06T21:07:54.860Z[ recovery-image] Dec 06 21:07:53.565 INFO O| Dec 06 21:07:53.565 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-06T21:07:54.868Z[ recovery-image] Dec 06 21:07:53.576 INFO O| Dec 06 21:07:53.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57552024-12-06T21:07:54.868Z[ recovery-image] Dec 06 21:07:53.576 INFO O| Dec 06 21:07:53.576 INFO STEP 490 (remove_files) COMPLETE
57562024-12-06T21:07:54.868Z[ recovery-image] Dec 06 21:07:53.576 INFO O| Dec 06 21:07:53.576 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-06T21:07:54.879Z[ recovery-image] Dec 06 21:07:53.587 INFO O| Dec 06 21:07:53.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57582024-12-06T21:07:54.879Z[ recovery-image] Dec 06 21:07:53.587 INFO O| Dec 06 21:07:53.587 INFO STEP 491 (remove_files) COMPLETE
57592024-12-06T21:07:54.880Z[ recovery-image] Dec 06 21:07:53.587 INFO O| Dec 06 21:07:53.587 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-06T21:07:54.890Z[ recovery-image] Dec 06 21:07:53.597 INFO O| Dec 06 21:07:53.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57612024-12-06T21:07:54.893Z[ recovery-image] Dec 06 21:07:53.597 INFO O| Dec 06 21:07:53.597 INFO STEP 492 (remove_files) COMPLETE
57622024-12-06T21:07:54.893Z[ recovery-image] Dec 06 21:07:53.597 INFO O| Dec 06 21:07:53.597 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-06T21:07:54.902Z[ recovery-image] Dec 06 21:07:53.609 INFO O| Dec 06 21:07:53.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57642024-12-06T21:07:54.902Z[ recovery-image] Dec 06 21:07:53.609 INFO O| Dec 06 21:07:53.609 INFO STEP 493 (remove_files) COMPLETE
57652024-12-06T21:07:54.904Z[ recovery-image] Dec 06 21:07:53.609 INFO O| Dec 06 21:07:53.609 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-06T21:07:54.913Z[ recovery-image] Dec 06 21:07:53.620 INFO O| Dec 06 21:07:53.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57672024-12-06T21:07:54.913Z[ recovery-image] Dec 06 21:07:53.620 INFO O| Dec 06 21:07:53.620 INFO STEP 494 (remove_files) COMPLETE
57682024-12-06T21:07:54.915Z[ recovery-image] Dec 06 21:07:53.620 INFO O| Dec 06 21:07:53.620 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-06T21:07:54.924Z[ recovery-image] Dec 06 21:07:53.631 INFO O| Dec 06 21:07:53.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57702024-12-06T21:07:54.927Z[ recovery-image] Dec 06 21:07:53.632 INFO O| Dec 06 21:07:53.632 INFO STEP 495 (remove_files) COMPLETE
57712024-12-06T21:07:54.927Z[ recovery-image] Dec 06 21:07:53.632 INFO O| Dec 06 21:07:53.632 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-06T21:07:54.935Z[ recovery-image] Dec 06 21:07:53.642 INFO O| Dec 06 21:07:53.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57732024-12-06T21:07:54.949Z[ recovery-image] Dec 06 21:07:53.642 INFO O| Dec 06 21:07:53.642 INFO STEP 496 (remove_files) COMPLETE
57742024-12-06T21:07:54.949Z[ recovery-image] Dec 06 21:07:53.642 INFO O| Dec 06 21:07:53.642 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-06T21:07:54.952Z[ recovery-image] Dec 06 21:07:53.652 INFO O| Dec 06 21:07:53.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57762024-12-06T21:07:54.952Z[ recovery-image] Dec 06 21:07:53.652 INFO O| Dec 06 21:07:53.652 INFO STEP 497 (remove_files) COMPLETE
57772024-12-06T21:07:54.952Z[ recovery-image] Dec 06 21:07:53.652 INFO O| Dec 06 21:07:53.652 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-06T21:07:54.955Z[ recovery-image] Dec 06 21:07:53.663 INFO O| Dec 06 21:07:53.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57792024-12-06T21:07:54.955Z[ recovery-image] Dec 06 21:07:53.663 INFO O| Dec 06 21:07:53.663 INFO STEP 498 (remove_files) COMPLETE
57802024-12-06T21:07:54.958Z[ recovery-image] Dec 06 21:07:53.663 INFO O| Dec 06 21:07:53.663 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-06T21:07:54.966Z[ recovery-image] Dec 06 21:07:53.673 INFO O| Dec 06 21:07:53.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
57822024-12-06T21:07:54.966Z[ recovery-image] Dec 06 21:07:53.673 INFO O| Dec 06 21:07:53.673 INFO STEP 499 (remove_files) COMPLETE
57832024-12-06T21:07:54.968Z[ recovery-image] Dec 06 21:07:53.673 INFO O| Dec 06 21:07:53.673 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-06T21:07:54.977Z[ recovery-image] Dec 06 21:07:53.684 INFO O| Dec 06 21:07:53.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
57852024-12-06T21:07:54.977Z[ recovery-image] Dec 06 21:07:53.684 INFO O| Dec 06 21:07:53.684 INFO STEP 500 (remove_files) COMPLETE
57862024-12-06T21:07:54.977Z[ recovery-image] Dec 06 21:07:53.684 INFO O| Dec 06 21:07:53.684 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-06T21:07:54.987Z[ recovery-image] Dec 06 21:07:53.694 INFO O| Dec 06 21:07:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
57882024-12-06T21:07:54.987Z[ recovery-image] Dec 06 21:07:53.695 INFO O| Dec 06 21:07:53.695 INFO STEP 501 (remove_files) COMPLETE
57892024-12-06T21:07:54.989Z[ recovery-image] Dec 06 21:07:53.695 INFO O| Dec 06 21:07:53.695 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-06T21:07:54.998Z[ recovery-image] Dec 06 21:07:53.705 INFO O| Dec 06 21:07:53.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
57912024-12-06T21:07:54.998Z[ recovery-image] Dec 06 21:07:53.705 INFO O| Dec 06 21:07:53.705 INFO STEP 502 (remove_files) COMPLETE
57922024-12-06T21:07:54.998Z[ recovery-image] Dec 06 21:07:53.705 INFO O| Dec 06 21:07:53.705 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-06T21:07:55.009Z[ recovery-image] Dec 06 21:07:53.716 INFO O| Dec 06 21:07:53.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
57942024-12-06T21:07:55.009Z[ recovery-image] Dec 06 21:07:53.716 INFO O| Dec 06 21:07:53.716 INFO STEP 503 (remove_files) COMPLETE
57952024-12-06T21:07:55.011Z[ recovery-image] Dec 06 21:07:53.716 INFO O| Dec 06 21:07:53.716 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-06T21:07:55.019Z[ recovery-image] Dec 06 21:07:53.726 INFO O| Dec 06 21:07:53.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
57972024-12-06T21:07:55.019Z[ recovery-image] Dec 06 21:07:53.726 INFO O| Dec 06 21:07:53.726 INFO STEP 504 (remove_files) COMPLETE
57982024-12-06T21:07:55.019Z[ recovery-image] Dec 06 21:07:53.726 INFO O| Dec 06 21:07:53.726 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-06T21:07:55.030Z[ recovery-image] Dec 06 21:07:53.737 INFO O| Dec 06 21:07:53.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58002024-12-06T21:07:55.030Z[ recovery-image] Dec 06 21:07:53.737 INFO O| Dec 06 21:07:53.737 INFO STEP 505 (remove_files) COMPLETE
58012024-12-06T21:07:55.030Z[ recovery-image] Dec 06 21:07:53.737 INFO O| Dec 06 21:07:53.737 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-06T21:07:55.040Z[ recovery-image] Dec 06 21:07:53.747 INFO O| Dec 06 21:07:53.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58032024-12-06T21:07:55.042Z[ recovery-image] Dec 06 21:07:53.747 INFO O| Dec 06 21:07:53.747 INFO STEP 506 (remove_files) COMPLETE
58042024-12-06T21:07:55.042Z[ recovery-image] Dec 06 21:07:53.747 INFO O| Dec 06 21:07:53.747 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-06T21:07:55.050Z[ recovery-image] Dec 06 21:07:53.757 INFO O| Dec 06 21:07:53.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58062024-12-06T21:07:55.050Z[ recovery-image] Dec 06 21:07:53.758 INFO O| Dec 06 21:07:53.757 INFO STEP 507 (remove_files) COMPLETE
58072024-12-06T21:07:55.052Z[ recovery-image] Dec 06 21:07:53.758 INFO O| Dec 06 21:07:53.757 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-06T21:07:55.062Z[ recovery-image] Dec 06 21:07:53.768 INFO O| Dec 06 21:07:53.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58092024-12-06T21:07:55.062Z[ recovery-image] Dec 06 21:07:53.768 INFO O| Dec 06 21:07:53.768 INFO STEP 508 (remove_files) COMPLETE
58102024-12-06T21:07:55.064Z[ recovery-image] Dec 06 21:07:53.768 INFO O| Dec 06 21:07:53.768 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-06T21:07:55.070Z[ recovery-image] Dec 06 21:07:53.778 INFO O| Dec 06 21:07:53.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58122024-12-06T21:07:55.072Z[ recovery-image] Dec 06 21:07:53.778 INFO O| Dec 06 21:07:53.778 INFO STEP 509 (remove_files) COMPLETE
58132024-12-06T21:07:55.072Z[ recovery-image] Dec 06 21:07:53.778 INFO O| Dec 06 21:07:53.778 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-06T21:07:55.080Z[ recovery-image] Dec 06 21:07:53.788 INFO O| Dec 06 21:07:53.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58152024-12-06T21:07:55.080Z[ recovery-image] Dec 06 21:07:53.788 INFO O| Dec 06 21:07:53.788 INFO STEP 510 (remove_files) COMPLETE
58162024-12-06T21:07:55.081Z[ recovery-image] Dec 06 21:07:53.788 INFO O| Dec 06 21:07:53.788 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-06T21:07:55.091Z[ recovery-image] Dec 06 21:07:53.798 INFO O| Dec 06 21:07:53.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58182024-12-06T21:07:55.093Z[ recovery-image] Dec 06 21:07:53.798 INFO O| Dec 06 21:07:53.798 INFO STEP 511 (remove_files) COMPLETE
58192024-12-06T21:07:55.093Z[ recovery-image] Dec 06 21:07:53.798 INFO O| Dec 06 21:07:53.798 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-06T21:07:55.101Z[ recovery-image] Dec 06 21:07:53.808 INFO O| Dec 06 21:07:53.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58212024-12-06T21:07:55.101Z[ recovery-image] Dec 06 21:07:53.808 INFO O| Dec 06 21:07:53.808 INFO STEP 512 (remove_files) COMPLETE
58222024-12-06T21:07:55.103Z[ recovery-image] Dec 06 21:07:53.808 INFO O| Dec 06 21:07:53.808 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-06T21:07:55.111Z[ recovery-image] Dec 06 21:07:53.818 INFO O| Dec 06 21:07:53.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58242024-12-06T21:07:55.111Z[ recovery-image] Dec 06 21:07:53.818 INFO O| Dec 06 21:07:53.818 INFO STEP 513 (remove_files) COMPLETE
58252024-12-06T21:07:55.113Z[ recovery-image] Dec 06 21:07:53.818 INFO O| Dec 06 21:07:53.818 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-06T21:07:55.121Z[ recovery-image] Dec 06 21:07:53.828 INFO O| Dec 06 21:07:53.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58272024-12-06T21:07:55.121Z[ recovery-image] Dec 06 21:07:53.828 INFO O| Dec 06 21:07:53.828 INFO STEP 514 (remove_files) COMPLETE
58282024-12-06T21:07:55.124Z[ recovery-image] Dec 06 21:07:53.828 INFO O| Dec 06 21:07:53.828 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-06T21:07:55.131Z[ recovery-image] Dec 06 21:07:53.838 INFO O| Dec 06 21:07:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58302024-12-06T21:07:55.131Z[ recovery-image] Dec 06 21:07:53.839 INFO O| Dec 06 21:07:53.838 INFO STEP 515 (remove_files) COMPLETE
58312024-12-06T21:07:55.134Z[ recovery-image] Dec 06 21:07:53.839 INFO O| Dec 06 21:07:53.839 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-06T21:07:55.143Z[ recovery-image] Dec 06 21:07:53.850 INFO O| Dec 06 21:07:53.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58332024-12-06T21:07:55.143Z[ recovery-image] Dec 06 21:07:53.850 INFO O| Dec 06 21:07:53.850 INFO STEP 516 (remove_files) COMPLETE
58342024-12-06T21:07:55.143Z[ recovery-image] Dec 06 21:07:53.850 INFO O| Dec 06 21:07:53.850 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-06T21:07:55.154Z[ recovery-image] Dec 06 21:07:53.862 INFO O| Dec 06 21:07:53.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58362024-12-06T21:07:55.154Z[ recovery-image] Dec 06 21:07:53.862 INFO O| Dec 06 21:07:53.862 INFO STEP 517 (remove_files) COMPLETE
58372024-12-06T21:07:55.155Z[ recovery-image] Dec 06 21:07:53.862 INFO O| Dec 06 21:07:53.862 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-06T21:07:55.165Z[ recovery-image] Dec 06 21:07:53.872 INFO O| Dec 06 21:07:53.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58392024-12-06T21:07:55.165Z[ recovery-image] Dec 06 21:07:53.872 INFO O| Dec 06 21:07:53.872 INFO STEP 518 (remove_files) COMPLETE
58402024-12-06T21:07:55.167Z[ recovery-image] Dec 06 21:07:53.872 INFO O| Dec 06 21:07:53.872 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-06T21:07:55.176Z[ recovery-image] Dec 06 21:07:53.883 INFO O| Dec 06 21:07:53.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58422024-12-06T21:07:55.176Z[ recovery-image] Dec 06 21:07:53.883 INFO O| Dec 06 21:07:53.883 INFO STEP 519 (remove_files) COMPLETE
58432024-12-06T21:07:55.178Z[ recovery-image] Dec 06 21:07:53.883 INFO O| Dec 06 21:07:53.883 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-06T21:07:55.186Z[ recovery-image] Dec 06 21:07:53.893 INFO O| Dec 06 21:07:53.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58452024-12-06T21:07:55.186Z[ recovery-image] Dec 06 21:07:53.893 INFO O| Dec 06 21:07:53.893 INFO STEP 520 (remove_files) COMPLETE
58462024-12-06T21:07:55.186Z[ recovery-image] Dec 06 21:07:53.893 INFO O| Dec 06 21:07:53.893 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-06T21:07:55.196Z[ recovery-image] Dec 06 21:07:53.903 INFO O| Dec 06 21:07:53.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58482024-12-06T21:07:55.196Z[ recovery-image] Dec 06 21:07:53.904 INFO O| Dec 06 21:07:53.903 INFO STEP 521 (remove_files) COMPLETE
58492024-12-06T21:07:55.196Z[ recovery-image] Dec 06 21:07:53.904 INFO O| Dec 06 21:07:53.903 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-06T21:07:55.207Z[ recovery-image] Dec 06 21:07:53.914 INFO O| Dec 06 21:07:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58512024-12-06T21:07:55.207Z[ recovery-image] Dec 06 21:07:53.914 INFO O| Dec 06 21:07:53.914 INFO STEP 522 (remove_files) COMPLETE
58522024-12-06T21:07:55.207Z[ recovery-image] Dec 06 21:07:53.914 INFO O| Dec 06 21:07:53.914 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-06T21:07:55.218Z[ recovery-image] Dec 06 21:07:53.925 INFO O| Dec 06 21:07:53.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58542024-12-06T21:07:55.218Z[ recovery-image] Dec 06 21:07:53.925 INFO O| Dec 06 21:07:53.925 INFO STEP 523 (remove_files) COMPLETE
58552024-12-06T21:07:55.223Z[ recovery-image] Dec 06 21:07:53.925 INFO O| Dec 06 21:07:53.925 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-06T21:07:55.229Z[ recovery-image] Dec 06 21:07:53.936 INFO O| Dec 06 21:07:53.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58572024-12-06T21:07:55.232Z[ recovery-image] Dec 06 21:07:53.936 INFO O| Dec 06 21:07:53.936 INFO STEP 524 (remove_files) COMPLETE
58582024-12-06T21:07:55.232Z[ recovery-image] Dec 06 21:07:53.936 INFO O| Dec 06 21:07:53.936 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-06T21:07:55.240Z[ recovery-image] Dec 06 21:07:53.947 INFO O| Dec 06 21:07:53.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58602024-12-06T21:07:55.240Z[ recovery-image] Dec 06 21:07:53.947 INFO O| Dec 06 21:07:53.947 INFO STEP 525 (remove_files) COMPLETE
58612024-12-06T21:07:55.240Z[ recovery-image] Dec 06 21:07:53.947 INFO O| Dec 06 21:07:53.947 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-06T21:07:55.251Z[ recovery-image] Dec 06 21:07:53.958 INFO O| Dec 06 21:07:53.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58632024-12-06T21:07:55.253Z[ recovery-image] Dec 06 21:07:53.958 INFO O| Dec 06 21:07:53.958 INFO STEP 526 (remove_files) COMPLETE
58642024-12-06T21:07:55.253Z[ recovery-image] Dec 06 21:07:53.958 INFO O| Dec 06 21:07:53.958 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-06T21:07:55.262Z[ recovery-image] Dec 06 21:07:53.969 INFO O| Dec 06 21:07:53.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58662024-12-06T21:07:55.265Z[ recovery-image] Dec 06 21:07:53.969 INFO O| Dec 06 21:07:53.969 INFO STEP 527 (remove_files) COMPLETE
58672024-12-06T21:07:55.265Z[ recovery-image] Dec 06 21:07:53.969 INFO O| Dec 06 21:07:53.969 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-06T21:07:55.273Z[ recovery-image] Dec 06 21:07:53.980 INFO O| Dec 06 21:07:53.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58692024-12-06T21:07:55.273Z[ recovery-image] Dec 06 21:07:53.980 INFO O| Dec 06 21:07:53.980 INFO STEP 528 (remove_files) COMPLETE
58702024-12-06T21:07:55.275Z[ recovery-image] Dec 06 21:07:53.980 INFO O| Dec 06 21:07:53.980 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-06T21:07:55.284Z[ recovery-image] Dec 06 21:07:53.991 INFO O| Dec 06 21:07:53.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58722024-12-06T21:07:55.284Z[ recovery-image] Dec 06 21:07:53.991 INFO O| Dec 06 21:07:53.991 INFO STEP 529 (remove_files) COMPLETE
58732024-12-06T21:07:55.284Z[ recovery-image] Dec 06 21:07:53.991 INFO O| Dec 06 21:07:53.991 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-06T21:07:55.295Z[ recovery-image] Dec 06 21:07:54.002 INFO O| Dec 06 21:07:54.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58752024-12-06T21:07:55.295Z[ recovery-image] Dec 06 21:07:54.002 INFO O| Dec 06 21:07:54.002 INFO STEP 530 (remove_files) COMPLETE
58762024-12-06T21:07:55.298Z[ recovery-image] Dec 06 21:07:54.002 INFO O| Dec 06 21:07:54.002 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-06T21:07:55.308Z[ recovery-image] Dec 06 21:07:54.015 INFO O| Dec 06 21:07:54.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58782024-12-06T21:07:55.308Z[ recovery-image] Dec 06 21:07:54.015 INFO O| Dec 06 21:07:54.015 INFO STEP 531 (remove_files) COMPLETE
58792024-12-06T21:07:55.308Z[ recovery-image] Dec 06 21:07:54.015 INFO O| Dec 06 21:07:54.015 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-06T21:07:55.319Z[ recovery-image] Dec 06 21:07:54.026 INFO O| Dec 06 21:07:54.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
58812024-12-06T21:07:55.319Z[ recovery-image] Dec 06 21:07:54.026 INFO O| Dec 06 21:07:54.026 INFO STEP 532 (remove_files) COMPLETE
58822024-12-06T21:07:55.321Z[ recovery-image] Dec 06 21:07:54.026 INFO O| Dec 06 21:07:54.026 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-06T21:07:55.329Z[ recovery-image] Dec 06 21:07:54.036 INFO O| Dec 06 21:07:54.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
58842024-12-06T21:07:55.329Z[ recovery-image] Dec 06 21:07:54.036 INFO O| Dec 06 21:07:54.036 INFO STEP 533 (remove_files) COMPLETE
58852024-12-06T21:07:55.329Z[ recovery-image] Dec 06 21:07:54.036 INFO O| Dec 06 21:07:54.036 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-06T21:07:55.340Z[ recovery-image] Dec 06 21:07:54.048 INFO O| Dec 06 21:07:54.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
58872024-12-06T21:07:55.340Z[ recovery-image] Dec 06 21:07:54.048 INFO O| Dec 06 21:07:54.048 INFO STEP 534 (remove_files) COMPLETE
58882024-12-06T21:07:55.340Z[ recovery-image] Dec 06 21:07:54.048 INFO O| Dec 06 21:07:54.048 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-06T21:07:55.351Z[ recovery-image] Dec 06 21:07:54.058 INFO O| Dec 06 21:07:54.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
58902024-12-06T21:07:55.351Z[ recovery-image] Dec 06 21:07:54.058 INFO O| Dec 06 21:07:54.058 INFO STEP 535 (remove_files) COMPLETE
58912024-12-06T21:07:55.353Z[ recovery-image] Dec 06 21:07:54.058 INFO O| Dec 06 21:07:54.058 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-06T21:07:55.361Z[ recovery-image] Dec 06 21:07:54.068 INFO O| Dec 06 21:07:54.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
58932024-12-06T21:07:55.363Z[ recovery-image] Dec 06 21:07:54.068 INFO O| Dec 06 21:07:54.068 INFO STEP 536 (remove_files) COMPLETE
58942024-12-06T21:07:55.364Z[ recovery-image] Dec 06 21:07:54.069 INFO O| Dec 06 21:07:54.068 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-06T21:07:55.371Z[ recovery-image] Dec 06 21:07:54.079 INFO O| Dec 06 21:07:54.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
58962024-12-06T21:07:55.371Z[ recovery-image] Dec 06 21:07:54.079 INFO O| Dec 06 21:07:54.079 INFO STEP 537 (remove_files) COMPLETE
58972024-12-06T21:07:55.371Z[ recovery-image] Dec 06 21:07:54.079 INFO O| Dec 06 21:07:54.079 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-06T21:07:55.382Z[ recovery-image] Dec 06 21:07:54.090 INFO O| Dec 06 21:07:54.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
58992024-12-06T21:07:55.383Z[ recovery-image] Dec 06 21:07:54.090 INFO O| Dec 06 21:07:54.090 INFO STEP 538 (remove_files) COMPLETE
59002024-12-06T21:07:55.383Z[ recovery-image] Dec 06 21:07:54.090 INFO O| Dec 06 21:07:54.090 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-06T21:07:55.393Z[ recovery-image] Dec 06 21:07:54.100 INFO O| Dec 06 21:07:54.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59022024-12-06T21:07:55.393Z[ recovery-image] Dec 06 21:07:54.100 INFO O| Dec 06 21:07:54.100 INFO STEP 539 (remove_files) COMPLETE
59032024-12-06T21:07:55.396Z[ recovery-image] Dec 06 21:07:54.100 INFO O| Dec 06 21:07:54.100 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-06T21:07:55.405Z[ recovery-image] Dec 06 21:07:54.112 INFO O| Dec 06 21:07:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59052024-12-06T21:07:55.405Z[ recovery-image] Dec 06 21:07:54.112 INFO O| Dec 06 21:07:54.112 INFO STEP 540 (remove_files) COMPLETE
59062024-12-06T21:07:55.408Z[ recovery-image] Dec 06 21:07:54.112 INFO O| Dec 06 21:07:54.112 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-06T21:07:55.416Z[ recovery-image] Dec 06 21:07:54.123 INFO O| Dec 06 21:07:54.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59082024-12-06T21:07:55.418Z[ recovery-image] Dec 06 21:07:54.123 INFO O| Dec 06 21:07:54.123 INFO STEP 541 (remove_files) COMPLETE
59092024-12-06T21:07:55.418Z[ recovery-image] Dec 06 21:07:54.123 INFO O| Dec 06 21:07:54.123 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-06T21:07:55.426Z[ recovery-image] Dec 06 21:07:54.134 INFO O| Dec 06 21:07:54.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59112024-12-06T21:07:55.429Z[ recovery-image] Dec 06 21:07:54.134 INFO O| Dec 06 21:07:54.134 INFO STEP 542 (remove_files) COMPLETE
59122024-12-06T21:07:55.429Z[ recovery-image] Dec 06 21:07:54.134 INFO O| Dec 06 21:07:54.134 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-06T21:07:55.437Z[ recovery-image] Dec 06 21:07:54.144 INFO O| Dec 06 21:07:54.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59142024-12-06T21:07:55.439Z[ recovery-image] Dec 06 21:07:54.144 INFO O| Dec 06 21:07:54.144 INFO STEP 543 (remove_files) COMPLETE
59152024-12-06T21:07:55.439Z[ recovery-image] Dec 06 21:07:54.144 INFO O| Dec 06 21:07:54.144 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-06T21:07:55.448Z[ recovery-image] Dec 06 21:07:54.155 INFO O| Dec 06 21:07:54.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59172024-12-06T21:07:55.448Z[ recovery-image] Dec 06 21:07:54.155 INFO O| Dec 06 21:07:54.155 INFO STEP 544 (remove_files) COMPLETE
59182024-12-06T21:07:55.448Z[ recovery-image] Dec 06 21:07:54.155 INFO O| Dec 06 21:07:54.155 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-06T21:07:55.459Z[ recovery-image] Dec 06 21:07:54.166 INFO O| Dec 06 21:07:54.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59202024-12-06T21:07:55.461Z[ recovery-image] Dec 06 21:07:54.166 INFO O| Dec 06 21:07:54.166 INFO STEP 545 (remove_files) COMPLETE
59212024-12-06T21:07:55.461Z[ recovery-image] Dec 06 21:07:54.166 INFO O| Dec 06 21:07:54.166 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-06T21:07:55.469Z[ recovery-image] Dec 06 21:07:54.176 INFO O| Dec 06 21:07:54.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59232024-12-06T21:07:55.469Z[ recovery-image] Dec 06 21:07:54.177 INFO O| Dec 06 21:07:54.176 INFO STEP 546 (remove_files) COMPLETE
59242024-12-06T21:07:55.472Z[ recovery-image] Dec 06 21:07:54.177 INFO O| Dec 06 21:07:54.177 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-06T21:07:55.480Z[ recovery-image] Dec 06 21:07:54.187 INFO O| Dec 06 21:07:54.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59262024-12-06T21:07:55.480Z[ recovery-image] Dec 06 21:07:54.187 INFO O| Dec 06 21:07:54.187 INFO STEP 547 (remove_files) COMPLETE
59272024-12-06T21:07:55.482Z[ recovery-image] Dec 06 21:07:54.187 INFO O| Dec 06 21:07:54.187 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-06T21:07:55.491Z[ recovery-image] Dec 06 21:07:54.198 INFO O| Dec 06 21:07:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59292024-12-06T21:07:55.491Z[ recovery-image] Dec 06 21:07:54.198 INFO O| Dec 06 21:07:54.198 INFO STEP 548 (remove_files) COMPLETE
59302024-12-06T21:07:55.491Z[ recovery-image] Dec 06 21:07:54.198 INFO O| Dec 06 21:07:54.198 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-06T21:07:55.501Z[ recovery-image] Dec 06 21:07:54.208 INFO O| Dec 06 21:07:54.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59322024-12-06T21:07:55.501Z[ recovery-image] Dec 06 21:07:54.209 INFO O| Dec 06 21:07:54.208 INFO STEP 549 (remove_files) COMPLETE
59332024-12-06T21:07:55.501Z[ recovery-image] Dec 06 21:07:54.209 INFO O| Dec 06 21:07:54.208 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-06T21:07:55.512Z[ recovery-image] Dec 06 21:07:54.219 INFO O| Dec 06 21:07:54.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59352024-12-06T21:07:55.514Z[ recovery-image] Dec 06 21:07:54.219 INFO O| Dec 06 21:07:54.219 INFO STEP 550 (remove_files) COMPLETE
59362024-12-06T21:07:55.514Z[ recovery-image] Dec 06 21:07:54.219 INFO O| Dec 06 21:07:54.219 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-06T21:07:55.522Z[ recovery-image] Dec 06 21:07:54.229 INFO O| Dec 06 21:07:54.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59382024-12-06T21:07:55.522Z[ recovery-image] Dec 06 21:07:54.229 INFO O| Dec 06 21:07:54.229 INFO STEP 551 (remove_files) COMPLETE
59392024-12-06T21:07:55.522Z[ recovery-image] Dec 06 21:07:54.229 INFO O| Dec 06 21:07:54.229 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-06T21:07:55.533Z[ recovery-image] Dec 06 21:07:54.240 INFO O| Dec 06 21:07:54.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59412024-12-06T21:07:55.533Z[ recovery-image] Dec 06 21:07:54.240 INFO O| Dec 06 21:07:54.240 INFO STEP 552 (remove_files) COMPLETE
59422024-12-06T21:07:55.533Z[ recovery-image] Dec 06 21:07:54.240 INFO O| Dec 06 21:07:54.240 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-06T21:07:55.543Z[ recovery-image] Dec 06 21:07:54.250 INFO O| Dec 06 21:07:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59442024-12-06T21:07:55.543Z[ recovery-image] Dec 06 21:07:54.250 INFO O| Dec 06 21:07:54.250 INFO STEP 553 (remove_files) COMPLETE
59452024-12-06T21:07:55.545Z[ recovery-image] Dec 06 21:07:54.250 INFO O| Dec 06 21:07:54.250 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-06T21:07:55.553Z[ recovery-image] Dec 06 21:07:54.260 INFO O| Dec 06 21:07:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59472024-12-06T21:07:55.555Z[ recovery-image] Dec 06 21:07:54.261 INFO O| Dec 06 21:07:54.261 INFO STEP 554 (remove_files) COMPLETE
59482024-12-06T21:07:55.555Z[ recovery-image] Dec 06 21:07:54.261 INFO O| Dec 06 21:07:54.261 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-06T21:07:55.565Z[ recovery-image] Dec 06 21:07:54.272 INFO O| Dec 06 21:07:54.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59502024-12-06T21:07:55.567Z[ recovery-image] Dec 06 21:07:54.272 INFO O| Dec 06 21:07:54.272 INFO STEP 555 (remove_files) COMPLETE
59512024-12-06T21:07:55.567Z[ recovery-image] Dec 06 21:07:54.272 INFO O| Dec 06 21:07:54.272 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-06T21:07:55.576Z[ recovery-image] Dec 06 21:07:54.283 INFO O| Dec 06 21:07:54.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59532024-12-06T21:07:55.576Z[ recovery-image] Dec 06 21:07:54.283 INFO O| Dec 06 21:07:54.283 INFO STEP 556 (remove_files) COMPLETE
59542024-12-06T21:07:55.578Z[ recovery-image] Dec 06 21:07:54.283 INFO O| Dec 06 21:07:54.283 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-06T21:07:55.588Z[ recovery-image] Dec 06 21:07:54.295 INFO O| Dec 06 21:07:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59562024-12-06T21:07:55.588Z[ recovery-image] Dec 06 21:07:54.295 INFO O| Dec 06 21:07:54.295 INFO STEP 557 (remove_files) COMPLETE
59572024-12-06T21:07:55.588Z[ recovery-image] Dec 06 21:07:54.295 INFO O| Dec 06 21:07:54.295 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-06T21:07:55.599Z[ recovery-image] Dec 06 21:07:54.306 INFO O| Dec 06 21:07:54.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59592024-12-06T21:07:55.599Z[ recovery-image] Dec 06 21:07:54.306 INFO O| Dec 06 21:07:54.306 INFO STEP 558 (remove_files) COMPLETE
59602024-12-06T21:07:55.599Z[ recovery-image] Dec 06 21:07:54.306 INFO O| Dec 06 21:07:54.306 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-06T21:07:55.610Z[ recovery-image] Dec 06 21:07:54.317 INFO O| Dec 06 21:07:54.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59622024-12-06T21:07:55.612Z[ recovery-image] Dec 06 21:07:54.317 INFO O| Dec 06 21:07:54.317 INFO STEP 559 (remove_files) COMPLETE
59632024-12-06T21:07:55.612Z[ recovery-image] Dec 06 21:07:54.317 INFO O| Dec 06 21:07:54.317 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-06T21:07:55.621Z[ recovery-image] Dec 06 21:07:54.328 INFO O| Dec 06 21:07:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59652024-12-06T21:07:55.623Z[ recovery-image] Dec 06 21:07:54.328 INFO O| Dec 06 21:07:54.328 INFO STEP 560 (remove_files) COMPLETE
59662024-12-06T21:07:55.623Z[ recovery-image] Dec 06 21:07:54.328 INFO O| Dec 06 21:07:54.328 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-06T21:07:55.631Z[ recovery-image] Dec 06 21:07:54.338 INFO O| Dec 06 21:07:54.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59682024-12-06T21:07:55.634Z[ recovery-image] Dec 06 21:07:54.338 INFO O| Dec 06 21:07:54.338 INFO STEP 561 (remove_files) COMPLETE
59692024-12-06T21:07:55.634Z[ recovery-image] Dec 06 21:07:54.338 INFO O| Dec 06 21:07:54.338 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-06T21:07:55.642Z[ recovery-image] Dec 06 21:07:54.349 INFO O| Dec 06 21:07:54.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59712024-12-06T21:07:55.642Z[ recovery-image] Dec 06 21:07:54.349 INFO O| Dec 06 21:07:54.349 INFO STEP 562 (remove_files) COMPLETE
59722024-12-06T21:07:55.644Z[ recovery-image] Dec 06 21:07:54.349 INFO O| Dec 06 21:07:54.349 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-06T21:07:55.652Z[ recovery-image] Dec 06 21:07:54.359 INFO O| Dec 06 21:07:54.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59742024-12-06T21:07:55.652Z[ recovery-image] Dec 06 21:07:54.359 INFO O| Dec 06 21:07:54.359 INFO STEP 563 (remove_files) COMPLETE
59752024-12-06T21:07:55.652Z[ recovery-image] Dec 06 21:07:54.359 INFO O| Dec 06 21:07:54.359 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-06T21:07:55.662Z[ recovery-image] Dec 06 21:07:54.369 INFO O| Dec 06 21:07:54.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59772024-12-06T21:07:55.662Z[ recovery-image] Dec 06 21:07:54.369 INFO O| Dec 06 21:07:54.369 INFO STEP 564 (remove_files) COMPLETE
59782024-12-06T21:07:55.662Z[ recovery-image] Dec 06 21:07:54.369 INFO O| Dec 06 21:07:54.369 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-06T21:07:55.671Z[ recovery-image] Dec 06 21:07:54.379 INFO O| Dec 06 21:07:54.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
59802024-12-06T21:07:55.673Z[ recovery-image] Dec 06 21:07:54.379 INFO O| Dec 06 21:07:54.379 INFO STEP 565 (remove_files) COMPLETE
59812024-12-06T21:07:55.674Z[ recovery-image] Dec 06 21:07:54.379 INFO O| Dec 06 21:07:54.379 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-06T21:07:55.682Z[ recovery-image] Dec 06 21:07:54.389 INFO O| Dec 06 21:07:54.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
59832024-12-06T21:07:55.683Z[ recovery-image] Dec 06 21:07:54.389 INFO O| Dec 06 21:07:54.389 INFO STEP 566 (remove_files) COMPLETE
59842024-12-06T21:07:55.685Z[ recovery-image] Dec 06 21:07:54.389 INFO O| Dec 06 21:07:54.389 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-06T21:07:55.694Z[ recovery-image] Dec 06 21:07:54.401 INFO O| Dec 06 21:07:54.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
59862024-12-06T21:07:55.694Z[ recovery-image] Dec 06 21:07:54.401 INFO O| Dec 06 21:07:54.401 INFO STEP 567 (remove_files) COMPLETE
59872024-12-06T21:07:55.694Z[ recovery-image] Dec 06 21:07:54.401 INFO O| Dec 06 21:07:54.401 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-06T21:07:55.706Z[ recovery-image] Dec 06 21:07:54.413 INFO O| Dec 06 21:07:54.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
59892024-12-06T21:07:55.706Z[ recovery-image] Dec 06 21:07:54.413 INFO O| Dec 06 21:07:54.413 INFO STEP 568 (remove_files) COMPLETE
59902024-12-06T21:07:55.708Z[ recovery-image] Dec 06 21:07:54.413 INFO O| Dec 06 21:07:54.413 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-06T21:07:55.718Z[ recovery-image] Dec 06 21:07:54.425 INFO O| Dec 06 21:07:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
59922024-12-06T21:07:55.718Z[ recovery-image] Dec 06 21:07:54.425 INFO O| Dec 06 21:07:54.425 INFO STEP 569 (remove_files) COMPLETE
59932024-12-06T21:07:55.718Z[ recovery-image] Dec 06 21:07:54.425 INFO O| Dec 06 21:07:54.425 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-06T21:07:55.732Z[ recovery-image] Dec 06 21:07:54.439 INFO O| Dec 06 21:07:54.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
59952024-12-06T21:07:55.732Z[ recovery-image] Dec 06 21:07:54.439 INFO O| Dec 06 21:07:54.439 INFO STEP 570 (remove_files) COMPLETE
59962024-12-06T21:07:55.735Z[ recovery-image] Dec 06 21:07:54.440 INFO O| Dec 06 21:07:54.439 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-06T21:07:55.746Z[ recovery-image] Dec 06 21:07:54.453 INFO O| Dec 06 21:07:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
59982024-12-06T21:07:55.746Z[ recovery-image] Dec 06 21:07:54.453 INFO O| Dec 06 21:07:54.453 INFO STEP 571 (remove_files) COMPLETE
59992024-12-06T21:07:55.748Z[ recovery-image] Dec 06 21:07:54.453 INFO O| Dec 06 21:07:54.453 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-06T21:07:55.753Z[ host-image] Dec 06 21:07:54.460 INFO O| Dec 06 21:07:54.460 INFO O| Download: Completed 1.44 MB in 1.02 seconds (1.4M/s)
60012024-12-06T21:07:55.760Z[ recovery-image] Dec 06 21:07:54.467 INFO O| Dec 06 21:07:54.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60022024-12-06T21:07:55.763Z[ recovery-image] Dec 06 21:07:54.467 INFO O| Dec 06 21:07:54.467 INFO STEP 572 (remove_files) COMPLETE
60032024-12-06T21:07:55.763Z[ recovery-image] Dec 06 21:07:54.467 INFO O| Dec 06 21:07:54.467 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-06T21:07:55.775Z[ recovery-image] Dec 06 21:07:54.482 INFO O| Dec 06 21:07:54.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60052024-12-06T21:07:55.775Z[ recovery-image] Dec 06 21:07:54.482 INFO O| Dec 06 21:07:54.482 INFO STEP 573 (remove_files) COMPLETE
60062024-12-06T21:07:55.778Z[ recovery-image] Dec 06 21:07:54.482 INFO O| Dec 06 21:07:54.482 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-06T21:07:55.787Z[ recovery-image] Dec 06 21:07:54.494 INFO O| Dec 06 21:07:54.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60082024-12-06T21:07:55.787Z[ recovery-image] Dec 06 21:07:54.494 INFO O| Dec 06 21:07:54.494 INFO STEP 574 (remove_files) COMPLETE
60092024-12-06T21:07:55.789Z[ recovery-image] Dec 06 21:07:54.494 INFO O| Dec 06 21:07:54.494 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-06T21:07:55.793Z[ host-image] Dec 06 21:07:54.501 INFO O| Dec 06 21:07:54.500 INFO O| Actions: 1/305 actions (Installing new actions)
60112024-12-06T21:07:55.799Z[ recovery-image] Dec 06 21:07:54.506 INFO O| Dec 06 21:07:54.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60122024-12-06T21:07:55.799Z[ recovery-image] Dec 06 21:07:54.506 INFO O| Dec 06 21:07:54.506 INFO STEP 575 (remove_files) COMPLETE
60132024-12-06T21:07:55.801Z[ recovery-image] Dec 06 21:07:54.506 INFO O| Dec 06 21:07:54.506 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-06T21:07:55.811Z[ recovery-image] Dec 06 21:07:54.518 INFO O| Dec 06 21:07:54.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60152024-12-06T21:07:55.811Z[ recovery-image] Dec 06 21:07:54.518 INFO O| Dec 06 21:07:54.518 INFO STEP 576 (remove_files) COMPLETE
60162024-12-06T21:07:55.811Z[ recovery-image] Dec 06 21:07:54.518 INFO O| Dec 06 21:07:54.518 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-06T21:07:55.825Z[ recovery-image] Dec 06 21:07:54.532 INFO O| Dec 06 21:07:54.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60182024-12-06T21:07:55.825Z[ recovery-image] Dec 06 21:07:54.532 INFO O| Dec 06 21:07:54.532 INFO STEP 577 (remove_files) COMPLETE
60192024-12-06T21:07:55.825Z[ recovery-image] Dec 06 21:07:54.532 INFO O| Dec 06 21:07:54.532 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-06T21:07:55.840Z[ recovery-image] Dec 06 21:07:54.547 INFO O| Dec 06 21:07:54.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60212024-12-06T21:07:55.840Z[ recovery-image] Dec 06 21:07:54.547 INFO O| Dec 06 21:07:54.547 INFO STEP 578 (remove_files) COMPLETE
60222024-12-06T21:07:55.842Z[ recovery-image] Dec 06 21:07:54.547 INFO O| Dec 06 21:07:54.547 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-06T21:07:55.854Z[ recovery-image] Dec 06 21:07:54.561 INFO O| Dec 06 21:07:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60242024-12-06T21:07:55.854Z[ recovery-image] Dec 06 21:07:54.561 INFO O| Dec 06 21:07:54.561 INFO STEP 579 (remove_files) COMPLETE
60252024-12-06T21:07:55.854Z[ recovery-image] Dec 06 21:07:54.561 INFO O| Dec 06 21:07:54.561 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-06T21:07:55.869Z[ recovery-image] Dec 06 21:07:54.576 INFO O| Dec 06 21:07:54.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60272024-12-06T21:07:55.869Z[ recovery-image] Dec 06 21:07:54.576 INFO O| Dec 06 21:07:54.576 INFO STEP 580 (remove_files) COMPLETE
60282024-12-06T21:07:55.869Z[ recovery-image] Dec 06 21:07:54.576 INFO O| Dec 06 21:07:54.576 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-06T21:07:55.883Z[ recovery-image] Dec 06 21:07:54.590 INFO O| Dec 06 21:07:54.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60302024-12-06T21:07:55.883Z[ recovery-image] Dec 06 21:07:54.590 INFO O| Dec 06 21:07:54.590 INFO STEP 581 (remove_files) COMPLETE
60312024-12-06T21:07:55.883Z[ recovery-image] Dec 06 21:07:54.590 INFO O| Dec 06 21:07:54.590 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-06T21:07:55.895Z[ recovery-image] Dec 06 21:07:54.602 INFO O| Dec 06 21:07:54.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60332024-12-06T21:07:55.895Z[ recovery-image] Dec 06 21:07:54.602 INFO O| Dec 06 21:07:54.602 INFO STEP 582 (remove_files) COMPLETE
60342024-12-06T21:07:55.895Z[ recovery-image] Dec 06 21:07:54.602 INFO O| Dec 06 21:07:54.602 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-06T21:07:55.906Z[ recovery-image] Dec 06 21:07:54.613 INFO O| Dec 06 21:07:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60362024-12-06T21:07:55.906Z[ recovery-image] Dec 06 21:07:54.613 INFO O| Dec 06 21:07:54.613 INFO STEP 583 (remove_files) COMPLETE
60372024-12-06T21:07:55.906Z[ recovery-image] Dec 06 21:07:54.613 INFO O| Dec 06 21:07:54.613 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-06T21:07:55.910Z[ host-image] Dec 06 21:07:54.617 INFO O| Dec 06 21:07:54.617 INFO O| Actions: Completed 305 actions in 0.12 seconds.
60392024-12-06T21:07:55.917Z[ recovery-image] Dec 06 21:07:54.624 INFO O| Dec 06 21:07:54.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60402024-12-06T21:07:55.917Z[ recovery-image] Dec 06 21:07:54.624 INFO O| Dec 06 21:07:54.624 INFO STEP 584 (remove_files) COMPLETE
60412024-12-06T21:07:55.920Z[ recovery-image] Dec 06 21:07:54.625 INFO O| Dec 06 21:07:54.624 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-06T21:07:55.928Z[ recovery-image] Dec 06 21:07:54.635 INFO O| Dec 06 21:07:54.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60432024-12-06T21:07:55.928Z[ recovery-image] Dec 06 21:07:54.635 INFO O| Dec 06 21:07:54.635 INFO STEP 585 (remove_files) COMPLETE
60442024-12-06T21:07:55.932Z[ recovery-image] Dec 06 21:07:54.635 INFO O| Dec 06 21:07:54.635 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-06T21:07:55.938Z[ recovery-image] Dec 06 21:07:54.645 INFO O| Dec 06 21:07:54.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60462024-12-06T21:07:55.938Z[ recovery-image] Dec 06 21:07:54.645 INFO O| Dec 06 21:07:54.645 INFO STEP 586 (remove_files) COMPLETE
60472024-12-06T21:07:55.938Z[ recovery-image] Dec 06 21:07:54.645 INFO O| Dec 06 21:07:54.645 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-06T21:07:55.950Z[ recovery-image] Dec 06 21:07:54.657 INFO O| Dec 06 21:07:54.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60492024-12-06T21:07:55.952Z[ recovery-image] Dec 06 21:07:54.657 INFO O| Dec 06 21:07:54.657 INFO STEP 587 (remove_files) COMPLETE
60502024-12-06T21:07:55.952Z[ recovery-image] Dec 06 21:07:54.657 INFO O| Dec 06 21:07:54.657 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-06T21:07:55.964Z[ recovery-image] Dec 06 21:07:54.671 INFO O| Dec 06 21:07:54.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60522024-12-06T21:07:55.964Z[ recovery-image] Dec 06 21:07:54.671 INFO O| Dec 06 21:07:54.671 INFO STEP 588 (remove_files) COMPLETE
60532024-12-06T21:07:55.966Z[ recovery-image] Dec 06 21:07:54.671 INFO O| Dec 06 21:07:54.671 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-06T21:07:55.975Z[ recovery-image] Dec 06 21:07:54.682 INFO O| Dec 06 21:07:54.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60552024-12-06T21:07:55.977Z[ recovery-image] Dec 06 21:07:54.682 INFO O| Dec 06 21:07:54.682 INFO STEP 589 (remove_files) COMPLETE
60562024-12-06T21:07:55.977Z[ recovery-image] Dec 06 21:07:54.682 INFO O| Dec 06 21:07:54.682 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-06T21:07:55.987Z[ recovery-image] Dec 06 21:07:54.694 INFO O| Dec 06 21:07:54.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60582024-12-06T21:07:55.987Z[ recovery-image] Dec 06 21:07:54.694 INFO O| Dec 06 21:07:54.694 INFO STEP 590 (remove_files) COMPLETE
60592024-12-06T21:07:55.989Z[ recovery-image] Dec 06 21:07:54.694 INFO O| Dec 06 21:07:54.694 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-06T21:07:55.998Z[ recovery-image] Dec 06 21:07:54.705 INFO O| Dec 06 21:07:54.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60612024-12-06T21:07:55.999Z[ recovery-image] Dec 06 21:07:54.706 INFO O| Dec 06 21:07:54.706 INFO STEP 591 (remove_files) COMPLETE
60622024-12-06T21:07:56.001Z[ recovery-image] Dec 06 21:07:54.706 INFO O| Dec 06 21:07:54.706 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-06T21:07:56.010Z[ recovery-image] Dec 06 21:07:54.717 INFO O| Dec 06 21:07:54.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60642024-12-06T21:07:56.010Z[ recovery-image] Dec 06 21:07:54.717 INFO O| Dec 06 21:07:54.717 INFO STEP 592 (remove_files) COMPLETE
60652024-12-06T21:07:56.010Z[ recovery-image] Dec 06 21:07:54.717 INFO O| Dec 06 21:07:54.717 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-06T21:07:56.022Z[ recovery-image] Dec 06 21:07:54.728 INFO O| Dec 06 21:07:54.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60672024-12-06T21:07:56.022Z[ recovery-image] Dec 06 21:07:54.728 INFO O| Dec 06 21:07:54.728 INFO STEP 593 (remove_files) COMPLETE
60682024-12-06T21:07:56.024Z[ recovery-image] Dec 06 21:07:54.728 INFO O| Dec 06 21:07:54.728 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-06T21:07:56.034Z[ recovery-image] Dec 06 21:07:54.741 INFO O| Dec 06 21:07:54.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60702024-12-06T21:07:56.034Z[ recovery-image] Dec 06 21:07:54.741 INFO O| Dec 06 21:07:54.741 INFO STEP 594 (remove_files) COMPLETE
60712024-12-06T21:07:56.037Z[ recovery-image] Dec 06 21:07:54.741 INFO O| Dec 06 21:07:54.741 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-06T21:07:56.045Z[ recovery-image] Dec 06 21:07:54.752 INFO O| Dec 06 21:07:54.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60732024-12-06T21:07:56.045Z[ recovery-image] Dec 06 21:07:54.752 INFO O| Dec 06 21:07:54.752 INFO STEP 595 (remove_files) COMPLETE
60742024-12-06T21:07:56.046Z[ recovery-image] Dec 06 21:07:54.752 INFO O| Dec 06 21:07:54.752 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-06T21:07:56.057Z[ recovery-image] Dec 06 21:07:54.764 INFO O| Dec 06 21:07:54.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60762024-12-06T21:07:56.059Z[ recovery-image] Dec 06 21:07:54.765 INFO O| Dec 06 21:07:54.765 INFO STEP 596 (remove_files) COMPLETE
60772024-12-06T21:07:56.059Z[ recovery-image] Dec 06 21:07:54.765 INFO O| Dec 06 21:07:54.765 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-06T21:07:56.072Z[ recovery-image] Dec 06 21:07:54.778 INFO O| Dec 06 21:07:54.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60792024-12-06T21:07:56.072Z[ recovery-image] Dec 06 21:07:54.779 INFO O| Dec 06 21:07:54.779 INFO STEP 597 (remove_files) COMPLETE
60802024-12-06T21:07:56.072Z[ recovery-image] Dec 06 21:07:54.779 INFO O| Dec 06 21:07:54.779 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-06T21:07:56.085Z[ recovery-image] Dec 06 21:07:54.792 INFO O| Dec 06 21:07:54.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
60822024-12-06T21:07:56.085Z[ recovery-image] Dec 06 21:07:54.792 INFO O| Dec 06 21:07:54.792 INFO STEP 598 (remove_files) COMPLETE
60832024-12-06T21:07:56.085Z[ recovery-image] Dec 06 21:07:54.792 INFO O| Dec 06 21:07:54.792 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-06T21:07:56.098Z[ recovery-image] Dec 06 21:07:54.805 INFO O| Dec 06 21:07:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
60852024-12-06T21:07:56.101Z[ recovery-image] Dec 06 21:07:54.805 INFO O| Dec 06 21:07:54.805 INFO STEP 599 (remove_files) COMPLETE
60862024-12-06T21:07:56.101Z[ recovery-image] Dec 06 21:07:54.805 INFO O| Dec 06 21:07:54.805 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-06T21:07:56.112Z[ recovery-image] Dec 06 21:07:54.819 INFO O| Dec 06 21:07:54.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
60882024-12-06T21:07:56.113Z[ recovery-image] Dec 06 21:07:54.819 INFO O| Dec 06 21:07:54.819 INFO STEP 600 (remove_files) COMPLETE
60892024-12-06T21:07:56.116Z[ recovery-image] Dec 06 21:07:54.819 INFO O| Dec 06 21:07:54.819 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-06T21:07:56.126Z[ recovery-image] Dec 06 21:07:54.833 INFO O| Dec 06 21:07:54.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
60912024-12-06T21:07:56.126Z[ recovery-image] Dec 06 21:07:54.833 INFO O| Dec 06 21:07:54.833 INFO STEP 601 (remove_files) COMPLETE
60922024-12-06T21:07:56.128Z[ recovery-image] Dec 06 21:07:54.833 INFO O| Dec 06 21:07:54.833 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-06T21:07:56.140Z[ recovery-image] Dec 06 21:07:54.847 INFO O| Dec 06 21:07:54.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
60942024-12-06T21:07:56.140Z[ recovery-image] Dec 06 21:07:54.847 INFO O| Dec 06 21:07:54.847 INFO STEP 602 (remove_files) COMPLETE
60952024-12-06T21:07:56.140Z[ recovery-image] Dec 06 21:07:54.847 INFO O| Dec 06 21:07:54.847 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-06T21:07:56.154Z[ recovery-image] Dec 06 21:07:54.861 INFO O| Dec 06 21:07:54.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
60972024-12-06T21:07:56.154Z[ recovery-image] Dec 06 21:07:54.861 INFO O| Dec 06 21:07:54.861 INFO STEP 603 (remove_files) COMPLETE
60982024-12-06T21:07:56.154Z[ recovery-image] Dec 06 21:07:54.861 INFO O| Dec 06 21:07:54.861 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-06T21:07:56.167Z[ host-image] Dec 06 21:07:54.874 INFO O| Dec 06 21:07:54.874 INFO O| Done
61002024-12-06T21:07:56.167Z[ host-image] Dec 06 21:07:54.874 INFO O| Dec 06 21:07:54.874 INFO O| Done
61012024-12-06T21:07:56.169Z[ recovery-image] Dec 06 21:07:54.875 INFO O| Dec 06 21:07:54.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61022024-12-06T21:07:56.169Z[ recovery-image] Dec 06 21:07:54.875 INFO O| Dec 06 21:07:54.875 INFO STEP 604 (remove_files) COMPLETE
61032024-12-06T21:07:56.169Z[ recovery-image] Dec 06 21:07:54.875 INFO O| Dec 06 21:07:54.875 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-06T21:07:56.183Z[ recovery-image] Dec 06 21:07:54.890 INFO O| Dec 06 21:07:54.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61052024-12-06T21:07:56.183Z[ recovery-image] Dec 06 21:07:54.890 INFO O| Dec 06 21:07:54.890 INFO STEP 605 (remove_files) COMPLETE
61062024-12-06T21:07:56.183Z[ recovery-image] Dec 06 21:07:54.890 INFO O| Dec 06 21:07:54.890 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-06T21:07:56.194Z[ recovery-image] Dec 06 21:07:54.901 INFO O| Dec 06 21:07:54.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61082024-12-06T21:07:56.194Z[ recovery-image] Dec 06 21:07:54.901 INFO O| Dec 06 21:07:54.901 INFO STEP 606 (remove_files) COMPLETE
61092024-12-06T21:07:56.194Z[ recovery-image] Dec 06 21:07:54.901 INFO O| Dec 06 21:07:54.901 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-06T21:07:56.205Z[ recovery-image] Dec 06 21:07:54.912 INFO O| Dec 06 21:07:54.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61112024-12-06T21:07:56.205Z[ recovery-image] Dec 06 21:07:54.912 INFO O| Dec 06 21:07:54.912 INFO STEP 607 (remove_files) COMPLETE
61122024-12-06T21:07:56.205Z[ recovery-image] Dec 06 21:07:54.912 INFO O| Dec 06 21:07:54.912 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-06T21:07:56.215Z[ recovery-image] Dec 06 21:07:54.922 INFO O| Dec 06 21:07:54.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61142024-12-06T21:07:56.215Z[ recovery-image] Dec 06 21:07:54.922 INFO O| Dec 06 21:07:54.922 INFO STEP 608 (remove_files) COMPLETE
61152024-12-06T21:07:56.217Z[ recovery-image] Dec 06 21:07:54.922 INFO O| Dec 06 21:07:54.922 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-06T21:07:56.227Z[ recovery-image] Dec 06 21:07:54.934 INFO O| Dec 06 21:07:54.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61172024-12-06T21:07:56.227Z[ recovery-image] Dec 06 21:07:54.934 INFO O| Dec 06 21:07:54.934 INFO STEP 609 (remove_files) COMPLETE
61182024-12-06T21:07:56.227Z[ recovery-image] Dec 06 21:07:54.934 INFO O| Dec 06 21:07:54.934 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-06T21:07:56.239Z[ recovery-image] Dec 06 21:07:54.946 INFO O| Dec 06 21:07:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61202024-12-06T21:07:56.239Z[ recovery-image] Dec 06 21:07:54.946 INFO O| Dec 06 21:07:54.946 INFO STEP 610 (remove_files) COMPLETE
61212024-12-06T21:07:56.239Z[ recovery-image] Dec 06 21:07:54.946 INFO O| Dec 06 21:07:54.946 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-06T21:07:56.249Z[verify-libraries] Finished `release` profile [optimized] target(s) in 6m 06s
61232024-12-06T21:07:56.252Z[ recovery-image] Dec 06 21:07:54.956 INFO O| Dec 06 21:07:54.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61242024-12-06T21:07:56.252Z[ recovery-image] Dec 06 21:07:54.957 INFO O| Dec 06 21:07:54.957 INFO STEP 611 (remove_files) COMPLETE
61252024-12-06T21:07:56.252Z[ recovery-image] Dec 06 21:07:54.957 INFO O| Dec 06 21:07:54.957 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-06T21:07:56.263Z[ recovery-image] Dec 06 21:07:54.970 INFO O| Dec 06 21:07:54.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61272024-12-06T21:07:56.263Z[ recovery-image] Dec 06 21:07:54.970 INFO O| Dec 06 21:07:54.970 INFO STEP 612 (remove_files) COMPLETE
61282024-12-06T21:07:56.265Z[ recovery-image] Dec 06 21:07:54.970 INFO O| Dec 06 21:07:54.970 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-06T21:07:56.276Z[ recovery-image] Dec 06 21:07:54.983 INFO O| Dec 06 21:07:54.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61302024-12-06T21:07:56.276Z[ recovery-image] Dec 06 21:07:54.983 INFO O| Dec 06 21:07:54.983 INFO STEP 613 (remove_files) COMPLETE
61312024-12-06T21:07:56.278Z[ recovery-image] Dec 06 21:07:54.983 INFO O| Dec 06 21:07:54.983 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-06T21:07:56.289Z[ recovery-image] Dec 06 21:07:54.996 INFO O| Dec 06 21:07:54.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61332024-12-06T21:07:56.289Z[ recovery-image] Dec 06 21:07:54.996 INFO O| Dec 06 21:07:54.996 INFO STEP 614 (remove_files) COMPLETE
61342024-12-06T21:07:56.289Z[ recovery-image] Dec 06 21:07:54.996 INFO O| Dec 06 21:07:54.996 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-06T21:07:56.304Z[ recovery-image] Dec 06 21:07:55.011 INFO O| Dec 06 21:07:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61362024-12-06T21:07:56.306Z[ recovery-image] Dec 06 21:07:55.012 INFO O| Dec 06 21:07:55.012 INFO STEP 615 (remove_files) COMPLETE
61372024-12-06T21:07:56.307Z[ recovery-image] Dec 06 21:07:55.012 INFO O| Dec 06 21:07:55.012 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-06T21:07:56.318Z[ recovery-image] Dec 06 21:07:55.025 INFO O| Dec 06 21:07:55.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61392024-12-06T21:07:56.318Z[ recovery-image] Dec 06 21:07:55.025 INFO O| Dec 06 21:07:55.025 INFO STEP 616 (remove_files) COMPLETE
61402024-12-06T21:07:56.318Z[ recovery-image] Dec 06 21:07:55.025 INFO O| Dec 06 21:07:55.025 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-06T21:07:56.331Z[ recovery-image] Dec 06 21:07:55.038 INFO O| Dec 06 21:07:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61422024-12-06T21:07:56.331Z[ recovery-image] Dec 06 21:07:55.038 INFO O| Dec 06 21:07:55.038 INFO STEP 617 (remove_files) COMPLETE
61432024-12-06T21:07:56.331Z[ recovery-image] Dec 06 21:07:55.038 INFO O| Dec 06 21:07:55.038 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-06T21:07:56.344Z[ recovery-image] Dec 06 21:07:55.051 INFO O| Dec 06 21:07:55.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61452024-12-06T21:07:56.344Z[ recovery-image] Dec 06 21:07:55.051 INFO O| Dec 06 21:07:55.051 INFO STEP 618 (remove_files) COMPLETE
61462024-12-06T21:07:56.347Z[ recovery-image] Dec 06 21:07:55.051 INFO O| Dec 06 21:07:55.051 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-06T21:07:56.357Z[ recovery-image] Dec 06 21:07:55.064 INFO O| Dec 06 21:07:55.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61482024-12-06T21:07:56.357Z[ recovery-image] Dec 06 21:07:55.064 INFO O| Dec 06 21:07:55.064 INFO STEP 619 (remove_files) COMPLETE
61492024-12-06T21:07:56.358Z[ recovery-image] Dec 06 21:07:55.064 INFO O| Dec 06 21:07:55.064 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-06T21:07:56.370Z[ recovery-image] Dec 06 21:07:55.077 INFO O| Dec 06 21:07:55.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61512024-12-06T21:07:56.370Z[ recovery-image] Dec 06 21:07:55.077 INFO O| Dec 06 21:07:55.077 INFO STEP 620 (remove_files) COMPLETE
61522024-12-06T21:07:56.370Z[ recovery-image] Dec 06 21:07:55.077 INFO O| Dec 06 21:07:55.077 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-06T21:07:56.383Z[ recovery-image] Dec 06 21:07:55.090 INFO O| Dec 06 21:07:55.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61542024-12-06T21:07:56.383Z[ recovery-image] Dec 06 21:07:55.090 INFO O| Dec 06 21:07:55.090 INFO STEP 621 (remove_files) COMPLETE
61552024-12-06T21:07:56.386Z[ recovery-image] Dec 06 21:07:55.090 INFO O| Dec 06 21:07:55.090 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-06T21:07:56.395Z[ recovery-image] Dec 06 21:07:55.102 INFO O| Dec 06 21:07:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61572024-12-06T21:07:56.395Z[ recovery-image] Dec 06 21:07:55.102 INFO O| Dec 06 21:07:55.102 INFO STEP 622 (remove_files) COMPLETE
61582024-12-06T21:07:56.395Z[ recovery-image] Dec 06 21:07:55.102 INFO O| Dec 06 21:07:55.102 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-06T21:07:56.408Z[ recovery-image] Dec 06 21:07:55.114 INFO O| Dec 06 21:07:55.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61602024-12-06T21:07:56.408Z[ recovery-image] Dec 06 21:07:55.115 INFO O| Dec 06 21:07:55.115 INFO STEP 623 (remove_files) COMPLETE
61612024-12-06T21:07:56.408Z[ recovery-image] Dec 06 21:07:55.115 INFO O| Dec 06 21:07:55.115 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-06T21:07:56.420Z[ recovery-image] Dec 06 21:07:55.127 INFO O| Dec 06 21:07:55.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61632024-12-06T21:07:56.423Z[ recovery-image] Dec 06 21:07:55.128 INFO O| Dec 06 21:07:55.127 INFO STEP 624 (remove_files) COMPLETE
61642024-12-06T21:07:56.423Z[ recovery-image] Dec 06 21:07:55.128 INFO O| Dec 06 21:07:55.128 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-06T21:07:56.433Z[ recovery-image] Dec 06 21:07:55.140 INFO O| Dec 06 21:07:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61662024-12-06T21:07:56.433Z[ recovery-image] Dec 06 21:07:55.140 INFO O| Dec 06 21:07:55.140 INFO STEP 625 (remove_files) COMPLETE
61672024-12-06T21:07:56.433Z[ recovery-image] Dec 06 21:07:55.140 INFO O| Dec 06 21:07:55.140 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-06T21:07:56.447Z[ recovery-image] Dec 06 21:07:55.154 INFO O| Dec 06 21:07:55.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61692024-12-06T21:07:56.447Z[ recovery-image] Dec 06 21:07:55.154 INFO O| Dec 06 21:07:55.154 INFO STEP 626 (remove_files) COMPLETE
61702024-12-06T21:07:56.447Z[ recovery-image] Dec 06 21:07:55.154 INFO O| Dec 06 21:07:55.154 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-06T21:07:56.461Z[ recovery-image] Dec 06 21:07:55.168 INFO O| Dec 06 21:07:55.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61722024-12-06T21:07:56.461Z[ recovery-image] Dec 06 21:07:55.168 INFO O| Dec 06 21:07:55.168 INFO STEP 627 (remove_files) COMPLETE
61732024-12-06T21:07:56.461Z[ recovery-image] Dec 06 21:07:55.168 INFO O| Dec 06 21:07:55.168 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-06T21:07:56.474Z[ recovery-image] Dec 06 21:07:55.181 INFO O| Dec 06 21:07:55.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61752024-12-06T21:07:56.474Z[ recovery-image] Dec 06 21:07:55.181 INFO O| Dec 06 21:07:55.181 INFO STEP 628 (remove_files) COMPLETE
61762024-12-06T21:07:56.477Z[ recovery-image] Dec 06 21:07:55.181 INFO O| Dec 06 21:07:55.181 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-06T21:07:56.487Z[ recovery-image] Dec 06 21:07:55.194 INFO O| Dec 06 21:07:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61782024-12-06T21:07:56.487Z[ recovery-image] Dec 06 21:07:55.194 INFO O| Dec 06 21:07:55.194 INFO STEP 629 (remove_files) COMPLETE
61792024-12-06T21:07:56.489Z[ recovery-image] Dec 06 21:07:55.194 INFO O| Dec 06 21:07:55.194 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-06T21:07:56.498Z[ recovery-image] Dec 06 21:07:55.205 INFO O| Dec 06 21:07:55.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61812024-12-06T21:07:56.498Z[ recovery-image] Dec 06 21:07:55.205 INFO O| Dec 06 21:07:55.205 INFO STEP 630 (remove_files) COMPLETE
61822024-12-06T21:07:56.501Z[ recovery-image] Dec 06 21:07:55.205 INFO O| Dec 06 21:07:55.205 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-06T21:07:56.510Z[ recovery-image] Dec 06 21:07:55.217 INFO O| Dec 06 21:07:55.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
61842024-12-06T21:07:56.510Z[ recovery-image] Dec 06 21:07:55.217 INFO O| Dec 06 21:07:55.217 INFO STEP 631 (remove_files) COMPLETE
61852024-12-06T21:07:56.512Z[ recovery-image] Dec 06 21:07:55.217 INFO O| Dec 06 21:07:55.217 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-06T21:07:56.521Z[ recovery-image] Dec 06 21:07:55.228 INFO O| Dec 06 21:07:55.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
61872024-12-06T21:07:56.521Z[ recovery-image] Dec 06 21:07:55.228 INFO O| Dec 06 21:07:55.228 INFO STEP 632 (remove_files) COMPLETE
61882024-12-06T21:07:56.521Z[ recovery-image] Dec 06 21:07:55.228 INFO O| Dec 06 21:07:55.228 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-06T21:07:56.533Z[ recovery-image] Dec 06 21:07:55.240 INFO O| Dec 06 21:07:55.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
61902024-12-06T21:07:56.533Z[ recovery-image] Dec 06 21:07:55.240 INFO O| Dec 06 21:07:55.240 INFO STEP 633 (remove_files) COMPLETE
61912024-12-06T21:07:56.533Z[ recovery-image] Dec 06 21:07:55.240 INFO O| Dec 06 21:07:55.240 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-06T21:07:56.546Z[ recovery-image] Dec 06 21:07:55.252 INFO O| Dec 06 21:07:55.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
61932024-12-06T21:07:56.546Z[ recovery-image] Dec 06 21:07:55.253 INFO O| Dec 06 21:07:55.253 INFO STEP 634 (remove_files) COMPLETE
61942024-12-06T21:07:56.548Z[ recovery-image] Dec 06 21:07:55.253 INFO O| Dec 06 21:07:55.253 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-06T21:07:56.557Z[ recovery-image] Dec 06 21:07:55.264 INFO O| Dec 06 21:07:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
61962024-12-06T21:07:56.560Z[ recovery-image] Dec 06 21:07:55.265 INFO O| Dec 06 21:07:55.265 INFO STEP 635 (remove_files) COMPLETE
61972024-12-06T21:07:56.560Z[ recovery-image] Dec 06 21:07:55.265 INFO O| Dec 06 21:07:55.265 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-06T21:07:56.570Z[ recovery-image] Dec 06 21:07:55.277 INFO O| Dec 06 21:07:55.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
61992024-12-06T21:07:56.570Z[ recovery-image] Dec 06 21:07:55.277 INFO O| Dec 06 21:07:55.277 INFO STEP 636 (remove_files) COMPLETE
62002024-12-06T21:07:56.570Z[ recovery-image] Dec 06 21:07:55.277 INFO O| Dec 06 21:07:55.277 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-06T21:07:56.581Z[ recovery-image] Dec 06 21:07:55.288 INFO O| Dec 06 21:07:55.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62022024-12-06T21:07:56.581Z[ recovery-image] Dec 06 21:07:55.288 INFO O| Dec 06 21:07:55.288 INFO STEP 637 (remove_files) COMPLETE
62032024-12-06T21:07:56.581Z[ recovery-image] Dec 06 21:07:55.288 INFO O| Dec 06 21:07:55.288 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-06T21:07:56.592Z[ recovery-image] Dec 06 21:07:55.299 INFO O| Dec 06 21:07:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62052024-12-06T21:07:56.592Z[ recovery-image] Dec 06 21:07:55.299 INFO O| Dec 06 21:07:55.299 INFO STEP 638 (remove_files) COMPLETE
62062024-12-06T21:07:56.592Z[ recovery-image] Dec 06 21:07:55.299 INFO O| Dec 06 21:07:55.299 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-06T21:07:56.602ZDec 06 21:07:55.309 INFO [verify-libraries] process exited with exit status: 0 (370.8991534s)
62082024-12-06T21:07:56.604Z[ recovery-image] Dec 06 21:07:55.310 INFO O| Dec 06 21:07:55.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62092024-12-06T21:07:56.604Z[ recovery-image] Dec 06 21:07:55.310 INFO O| Dec 06 21:07:55.310 INFO STEP 639 (remove_files) COMPLETE
62102024-12-06T21:07:56.604Z[ recovery-image] Dec 06 21:07:55.310 INFO O| Dec 06 21:07:55.310 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-06T21:07:56.615Z[ recovery-image] Dec 06 21:07:55.321 INFO O| Dec 06 21:07:55.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62122024-12-06T21:07:56.615Z[ recovery-image] Dec 06 21:07:55.321 INFO O| Dec 06 21:07:55.321 INFO STEP 640 (remove_files) COMPLETE
62132024-12-06T21:07:56.615Z[ recovery-image] Dec 06 21:07:55.321 INFO O| Dec 06 21:07:55.321 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-06T21:07:56.624Z[ recovery-image] Dec 06 21:07:55.331 INFO O| Dec 06 21:07:55.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62152024-12-06T21:07:56.624Z[ recovery-image] Dec 06 21:07:55.331 INFO O| Dec 06 21:07:55.331 INFO STEP 641 (remove_files) COMPLETE
62162024-12-06T21:07:56.624Z[ recovery-image] Dec 06 21:07:55.331 INFO O| Dec 06 21:07:55.331 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-06T21:07:56.635Z[ recovery-image] Dec 06 21:07:55.342 INFO O| Dec 06 21:07:55.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62182024-12-06T21:07:56.635Z[ recovery-image] Dec 06 21:07:55.342 INFO O| Dec 06 21:07:55.342 INFO STEP 642 (remove_files) COMPLETE
62192024-12-06T21:07:56.637Z[ recovery-image] Dec 06 21:07:55.342 INFO O| Dec 06 21:07:55.342 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-06T21:07:56.645Z[ recovery-image] Dec 06 21:07:55.352 INFO O| Dec 06 21:07:55.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62212024-12-06T21:07:56.646Z[ recovery-image] Dec 06 21:07:55.352 INFO O| Dec 06 21:07:55.352 INFO STEP 643 (remove_files) COMPLETE
62222024-12-06T21:07:56.648Z[ recovery-image] Dec 06 21:07:55.353 INFO O| Dec 06 21:07:55.352 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-06T21:07:56.656Z[ recovery-image] Dec 06 21:07:55.363 INFO O| Dec 06 21:07:55.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62242024-12-06T21:07:56.656Z[ recovery-image] Dec 06 21:07:55.363 INFO O| Dec 06 21:07:55.363 INFO STEP 644 (remove_files) COMPLETE
62252024-12-06T21:07:56.656Z[ recovery-image] Dec 06 21:07:55.363 INFO O| Dec 06 21:07:55.363 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-06T21:07:56.666Z[ recovery-image] Dec 06 21:07:55.373 INFO O| Dec 06 21:07:55.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62272024-12-06T21:07:56.666Z[ recovery-image] Dec 06 21:07:55.373 INFO O| Dec 06 21:07:55.373 INFO STEP 645 (remove_files) COMPLETE
62282024-12-06T21:07:56.666Z[ recovery-image] Dec 06 21:07:55.373 INFO O| Dec 06 21:07:55.373 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-06T21:07:56.677Z[ recovery-image] Dec 06 21:07:55.383 INFO O| Dec 06 21:07:55.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62302024-12-06T21:07:56.677Z[ recovery-image] Dec 06 21:07:55.384 INFO O| Dec 06 21:07:55.384 INFO STEP 646 (remove_files) COMPLETE
62312024-12-06T21:07:56.679Z[ recovery-image] Dec 06 21:07:55.384 INFO O| Dec 06 21:07:55.384 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-06T21:07:56.687Z[ recovery-image] Dec 06 21:07:55.394 INFO O| Dec 06 21:07:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62332024-12-06T21:07:56.689Z[ recovery-image] Dec 06 21:07:55.394 INFO O| Dec 06 21:07:55.394 INFO STEP 647 (remove_files) COMPLETE
62342024-12-06T21:07:56.689Z[ recovery-image] Dec 06 21:07:55.394 INFO O| Dec 06 21:07:55.394 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-06T21:07:56.697Z[ recovery-image] Dec 06 21:07:55.404 INFO O| Dec 06 21:07:55.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62362024-12-06T21:07:56.698Z[ recovery-image] Dec 06 21:07:55.405 INFO O| Dec 06 21:07:55.405 INFO STEP 648 (remove_files) COMPLETE
62372024-12-06T21:07:56.701Z[ recovery-image] Dec 06 21:07:55.405 INFO O| Dec 06 21:07:55.405 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-06T21:07:56.707Z[ recovery-image] Dec 06 21:07:55.414 INFO O| Dec 06 21:07:55.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62392024-12-06T21:07:56.707Z[ recovery-image] Dec 06 21:07:55.414 INFO O| Dec 06 21:07:55.414 INFO STEP 649 (remove_files) COMPLETE
62402024-12-06T21:07:56.707Z[ recovery-image] Dec 06 21:07:55.414 INFO O| Dec 06 21:07:55.414 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-06T21:07:56.713Z[ host-image] Dec 06 21:07:55.420 INFO O| Dec 06 21:07:55.420 INFO O| Done
62422024-12-06T21:07:56.718Z[ recovery-image] Dec 06 21:07:55.425 INFO O| Dec 06 21:07:55.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62432024-12-06T21:07:56.718Z[ recovery-image] Dec 06 21:07:55.425 INFO O| Dec 06 21:07:55.425 INFO STEP 650 (remove_files) COMPLETE
62442024-12-06T21:07:56.720Z[ recovery-image] Dec 06 21:07:55.425 INFO O| Dec 06 21:07:55.425 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-06T21:07:56.728Z[ recovery-image] Dec 06 21:07:55.435 INFO O| Dec 06 21:07:55.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62462024-12-06T21:07:56.730Z[ recovery-image] Dec 06 21:07:55.436 INFO O| Dec 06 21:07:55.436 INFO STEP 651 (remove_files) COMPLETE
62472024-12-06T21:07:56.730Z[ recovery-image] Dec 06 21:07:55.436 INFO O| Dec 06 21:07:55.436 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-06T21:07:56.739Z[ recovery-image] Dec 06 21:07:55.446 INFO O| Dec 06 21:07:55.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62492024-12-06T21:07:56.742Z[ recovery-image] Dec 06 21:07:55.446 INFO O| Dec 06 21:07:55.446 INFO STEP 652 (remove_files) COMPLETE
62502024-12-06T21:07:56.742Z[ recovery-image] Dec 06 21:07:55.446 INFO O| Dec 06 21:07:55.446 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-06T21:07:56.750Z[ recovery-image] Dec 06 21:07:55.457 INFO O| Dec 06 21:07:55.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62522024-12-06T21:07:56.750Z[ recovery-image] Dec 06 21:07:55.457 INFO O| Dec 06 21:07:55.457 INFO STEP 653 (remove_files) COMPLETE
62532024-12-06T21:07:56.750Z[ recovery-image] Dec 06 21:07:55.457 INFO O| Dec 06 21:07:55.457 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-06T21:07:56.760Z[ recovery-image] Dec 06 21:07:55.467 INFO O| Dec 06 21:07:55.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62552024-12-06T21:07:56.760Z[ recovery-image] Dec 06 21:07:55.467 INFO O| Dec 06 21:07:55.467 INFO STEP 654 (remove_files) COMPLETE
62562024-12-06T21:07:56.762Z[ recovery-image] Dec 06 21:07:55.467 INFO O| Dec 06 21:07:55.467 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-06T21:07:56.770Z[ recovery-image] Dec 06 21:07:55.477 INFO O| Dec 06 21:07:55.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62582024-12-06T21:07:56.772Z[ recovery-image] Dec 06 21:07:55.477 INFO O| Dec 06 21:07:55.477 INFO STEP 655 (remove_files) COMPLETE
62592024-12-06T21:07:56.772Z[ recovery-image] Dec 06 21:07:55.477 INFO O| Dec 06 21:07:55.477 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-06T21:07:56.780Z[ recovery-image] Dec 06 21:07:55.487 INFO O| Dec 06 21:07:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62612024-12-06T21:07:56.780Z[ recovery-image] Dec 06 21:07:55.487 INFO O| Dec 06 21:07:55.487 INFO STEP 656 (remove_files) COMPLETE
62622024-12-06T21:07:56.782Z[ recovery-image] Dec 06 21:07:55.487 INFO O| Dec 06 21:07:55.487 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-06T21:07:56.790Z[ recovery-image] Dec 06 21:07:55.497 INFO O| Dec 06 21:07:55.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62642024-12-06T21:07:56.793Z[ recovery-image] Dec 06 21:07:55.497 INFO O| Dec 06 21:07:55.497 INFO STEP 657 (remove_files) COMPLETE
62652024-12-06T21:07:56.793Z[ recovery-image] Dec 06 21:07:55.497 INFO O| Dec 06 21:07:55.497 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-06T21:07:56.801Z[ recovery-image] Dec 06 21:07:55.508 INFO O| Dec 06 21:07:55.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62672024-12-06T21:07:56.801Z[ recovery-image] Dec 06 21:07:55.508 INFO O| Dec 06 21:07:55.508 INFO STEP 658 (remove_files) COMPLETE
62682024-12-06T21:07:56.801Z[ recovery-image] Dec 06 21:07:55.508 INFO O| Dec 06 21:07:55.508 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-06T21:07:56.811Z[ recovery-image] Dec 06 21:07:55.518 INFO O| Dec 06 21:07:55.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62702024-12-06T21:07:56.811Z[ recovery-image] Dec 06 21:07:55.518 INFO O| Dec 06 21:07:55.518 INFO STEP 659 (remove_files) COMPLETE
62712024-12-06T21:07:56.814Z[ recovery-image] Dec 06 21:07:55.518 INFO O| Dec 06 21:07:55.518 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-06T21:07:56.822Z[ recovery-image] Dec 06 21:07:55.528 INFO O| Dec 06 21:07:55.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62732024-12-06T21:07:56.824Z[ recovery-image] Dec 06 21:07:55.528 INFO O| Dec 06 21:07:55.528 INFO STEP 660 (remove_files) COMPLETE
62742024-12-06T21:07:56.824Z[ recovery-image] Dec 06 21:07:55.528 INFO O| Dec 06 21:07:55.528 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-06T21:07:56.832Z[ recovery-image] Dec 06 21:07:55.539 INFO O| Dec 06 21:07:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62762024-12-06T21:07:56.835Z[ recovery-image] Dec 06 21:07:55.539 INFO O| Dec 06 21:07:55.539 INFO STEP 661 (remove_files) COMPLETE
62772024-12-06T21:07:56.835Z[ recovery-image] Dec 06 21:07:55.539 INFO O| Dec 06 21:07:55.539 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-12-06T21:07:56.843Z[ recovery-image] Dec 06 21:07:55.550 INFO O| Dec 06 21:07:55.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62792024-12-06T21:07:56.843Z[ recovery-image] Dec 06 21:07:55.550 INFO O| Dec 06 21:07:55.550 INFO STEP 662 (remove_files) COMPLETE
62802024-12-06T21:07:56.843Z[ recovery-image] Dec 06 21:07:55.550 INFO O| Dec 06 21:07:55.550 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-12-06T21:07:56.854Z[ recovery-image] Dec 06 21:07:55.560 INFO O| Dec 06 21:07:55.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62822024-12-06T21:07:56.856Z[ recovery-image] Dec 06 21:07:55.560 INFO O| Dec 06 21:07:55.560 INFO STEP 663 (remove_files) COMPLETE
62832024-12-06T21:07:56.856Z[ recovery-image] Dec 06 21:07:55.561 INFO O| Dec 06 21:07:55.560 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-12-06T21:07:56.864Z[ recovery-image] Dec 06 21:07:55.571 INFO O| Dec 06 21:07:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
62852024-12-06T21:07:56.864Z[ recovery-image] Dec 06 21:07:55.571 INFO O| Dec 06 21:07:55.571 INFO STEP 664 (remove_files) COMPLETE
62862024-12-06T21:07:56.867Z[ recovery-image] Dec 06 21:07:55.571 INFO O| Dec 06 21:07:55.571 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-12-06T21:07:56.876Z[ recovery-image] Dec 06 21:07:55.582 INFO O| Dec 06 21:07:55.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
62882024-12-06T21:07:56.876Z[ recovery-image] Dec 06 21:07:55.582 INFO O| Dec 06 21:07:55.582 INFO STEP 665 (remove_files) COMPLETE
62892024-12-06T21:07:56.876Z[ recovery-image] Dec 06 21:07:55.582 INFO O| Dec 06 21:07:55.582 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-12-06T21:07:56.885Z[ recovery-image] Dec 06 21:07:55.592 INFO O| Dec 06 21:07:55.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
62912024-12-06T21:07:56.888Z[ recovery-image] Dec 06 21:07:55.592 INFO O| Dec 06 21:07:55.592 INFO STEP 666 (remove_files) COMPLETE
62922024-12-06T21:07:56.888Z[ recovery-image] Dec 06 21:07:55.592 INFO O| Dec 06 21:07:55.592 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-12-06T21:07:56.896Z[ recovery-image] Dec 06 21:07:55.603 INFO O| Dec 06 21:07:55.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
62942024-12-06T21:07:56.899Z[ recovery-image] Dec 06 21:07:55.603 INFO O| Dec 06 21:07:55.603 INFO STEP 667 (remove_files) COMPLETE
62952024-12-06T21:07:56.899Z[ recovery-image] Dec 06 21:07:55.603 INFO O| Dec 06 21:07:55.603 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-06T21:07:56.906Z[ recovery-image] Dec 06 21:07:55.613 INFO O| Dec 06 21:07:55.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
62972024-12-06T21:07:56.906Z[ recovery-image] Dec 06 21:07:55.613 INFO O| Dec 06 21:07:55.613 INFO STEP 668 (remove_files) COMPLETE
62982024-12-06T21:07:56.909Z[ recovery-image] Dec 06 21:07:55.613 INFO O| Dec 06 21:07:55.613 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-06T21:07:56.917Z[ recovery-image] Dec 06 21:07:55.624 INFO O| Dec 06 21:07:55.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63002024-12-06T21:07:56.919Z[ recovery-image] Dec 06 21:07:55.624 INFO O| Dec 06 21:07:55.624 INFO STEP 669 (remove_files) COMPLETE
63012024-12-06T21:07:56.919Z[ recovery-image] Dec 06 21:07:55.624 INFO O| Dec 06 21:07:55.624 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-06T21:07:56.928Z[ recovery-image] Dec 06 21:07:55.635 INFO O| Dec 06 21:07:55.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63032024-12-06T21:07:56.928Z[ recovery-image] Dec 06 21:07:55.635 INFO O| Dec 06 21:07:55.635 INFO STEP 670 (remove_files) COMPLETE
63042024-12-06T21:07:56.931Z[ recovery-image] Dec 06 21:07:55.635 INFO O| Dec 06 21:07:55.635 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-06T21:07:56.938Z[ recovery-image] Dec 06 21:07:55.645 INFO O| Dec 06 21:07:55.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63062024-12-06T21:07:56.939Z[ recovery-image] Dec 06 21:07:55.645 INFO O| Dec 06 21:07:55.645 INFO STEP 671 (remove_files) COMPLETE
63072024-12-06T21:07:56.941Z[ recovery-image] Dec 06 21:07:55.646 INFO O| Dec 06 21:07:55.645 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-06T21:07:56.949Z[ recovery-image] Dec 06 21:07:55.656 INFO O| Dec 06 21:07:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63092024-12-06T21:07:56.951Z[ recovery-image] Dec 06 21:07:55.656 INFO O| Dec 06 21:07:55.656 INFO STEP 672 (remove_files) COMPLETE
63102024-12-06T21:07:56.951Z[ recovery-image] Dec 06 21:07:55.656 INFO O| Dec 06 21:07:55.656 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-12-06T21:07:56.959Z[ recovery-image] Dec 06 21:07:55.666 INFO O| Dec 06 21:07:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63122024-12-06T21:07:56.959Z[ recovery-image] Dec 06 21:07:55.666 INFO O| Dec 06 21:07:55.666 INFO STEP 673 (remove_files) COMPLETE
63132024-12-06T21:07:56.962Z[ recovery-image] Dec 06 21:07:55.666 INFO O| Dec 06 21:07:55.666 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-06T21:07:56.970Z[ recovery-image] Dec 06 21:07:55.677 INFO O| Dec 06 21:07:55.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63152024-12-06T21:07:56.970Z[ recovery-image] Dec 06 21:07:55.677 INFO O| Dec 06 21:07:55.677 INFO STEP 674 (remove_files) COMPLETE
63162024-12-06T21:07:56.970Z[ recovery-image] Dec 06 21:07:55.677 INFO O| Dec 06 21:07:55.677 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-06T21:07:56.981Z[ recovery-image] Dec 06 21:07:55.688 INFO O| Dec 06 21:07:55.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63182024-12-06T21:07:56.981Z[ recovery-image] Dec 06 21:07:55.688 INFO O| Dec 06 21:07:55.688 INFO STEP 675 (remove_files) COMPLETE
63192024-12-06T21:07:56.981Z[ recovery-image] Dec 06 21:07:55.688 INFO O| Dec 06 21:07:55.688 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-06T21:07:56.992Z[ recovery-image] Dec 06 21:07:55.699 INFO O| Dec 06 21:07:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63212024-12-06T21:07:56.992Z[ recovery-image] Dec 06 21:07:55.699 INFO O| Dec 06 21:07:55.699 INFO STEP 676 (remove_files) COMPLETE
63222024-12-06T21:07:56.995Z[ recovery-image] Dec 06 21:07:55.699 INFO O| Dec 06 21:07:55.699 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-06T21:07:57.004Z[ recovery-image] Dec 06 21:07:55.710 INFO O| Dec 06 21:07:55.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63242024-12-06T21:07:57.004Z[ recovery-image] Dec 06 21:07:55.710 INFO O| Dec 06 21:07:55.710 INFO STEP 677 (remove_files) COMPLETE
63252024-12-06T21:07:57.004Z[ recovery-image] Dec 06 21:07:55.710 INFO O| Dec 06 21:07:55.710 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-06T21:07:57.014Z[ recovery-image] Dec 06 21:07:55.721 INFO O| Dec 06 21:07:55.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63272024-12-06T21:07:57.016Z[ recovery-image] Dec 06 21:07:55.721 INFO O| Dec 06 21:07:55.721 INFO STEP 678 (remove_files) COMPLETE
63282024-12-06T21:07:57.016Z[ recovery-image] Dec 06 21:07:55.721 INFO O| Dec 06 21:07:55.721 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-06T21:07:57.023Z[ recovery-image] Dec 06 21:07:55.730 INFO O| Dec 06 21:07:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63302024-12-06T21:07:57.025Z[ recovery-image] Dec 06 21:07:55.730 INFO O| Dec 06 21:07:55.730 INFO STEP 679 (remove_files) COMPLETE
63312024-12-06T21:07:57.026Z[ recovery-image] Dec 06 21:07:55.730 INFO O| Dec 06 21:07:55.730 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-06T21:07:57.033Z[ recovery-image] Dec 06 21:07:55.740 INFO O| Dec 06 21:07:55.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63332024-12-06T21:07:57.035Z[ recovery-image] Dec 06 21:07:55.740 INFO O| Dec 06 21:07:55.740 INFO STEP 680 (remove_files) COMPLETE
63342024-12-06T21:07:57.035Z[ recovery-image] Dec 06 21:07:55.740 INFO O| Dec 06 21:07:55.740 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-06T21:07:57.043Z[ recovery-image] Dec 06 21:07:55.750 INFO O| Dec 06 21:07:55.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63362024-12-06T21:07:57.043Z[ recovery-image] Dec 06 21:07:55.750 INFO O| Dec 06 21:07:55.750 INFO STEP 681 (remove_files) COMPLETE
63372024-12-06T21:07:57.043Z[ recovery-image] Dec 06 21:07:55.750 INFO O| Dec 06 21:07:55.750 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-06T21:07:57.054Z[ recovery-image] Dec 06 21:07:55.760 INFO O| Dec 06 21:07:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63392024-12-06T21:07:57.054Z[ recovery-image] Dec 06 21:07:55.761 INFO O| Dec 06 21:07:55.761 INFO STEP 682 (remove_files) COMPLETE
63402024-12-06T21:07:57.056Z[ recovery-image] Dec 06 21:07:55.761 INFO O| Dec 06 21:07:55.761 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-06T21:07:57.065Z[ recovery-image] Dec 06 21:07:55.771 INFO O| Dec 06 21:07:55.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63422024-12-06T21:07:57.065Z[ recovery-image] Dec 06 21:07:55.771 INFO O| Dec 06 21:07:55.771 INFO STEP 683 (remove_files) COMPLETE
63432024-12-06T21:07:57.069Z[ recovery-image] Dec 06 21:07:55.771 INFO O| Dec 06 21:07:55.771 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-06T21:07:57.076Z[ recovery-image] Dec 06 21:07:55.782 INFO O| Dec 06 21:07:55.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63452024-12-06T21:07:57.076Z[ recovery-image] Dec 06 21:07:55.782 INFO O| Dec 06 21:07:55.782 INFO STEP 684 (remove_files) COMPLETE
63462024-12-06T21:07:57.076Z[ recovery-image] Dec 06 21:07:55.783 INFO O| Dec 06 21:07:55.782 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-06T21:07:57.088Z[ recovery-image] Dec 06 21:07:55.795 INFO O| Dec 06 21:07:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63482024-12-06T21:07:57.089Z[ recovery-image] Dec 06 21:07:55.795 INFO O| Dec 06 21:07:55.795 INFO STEP 685 (remove_files) COMPLETE
63492024-12-06T21:07:57.089Z[ recovery-image] Dec 06 21:07:55.795 INFO O| Dec 06 21:07:55.795 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-06T21:07:57.102Z[ recovery-image] Dec 06 21:07:55.808 INFO O| Dec 06 21:07:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63512024-12-06T21:07:57.102Z[ recovery-image] Dec 06 21:07:55.808 INFO O| Dec 06 21:07:55.808 INFO STEP 686 (remove_files) COMPLETE
63522024-12-06T21:07:57.102Z[ recovery-image] Dec 06 21:07:55.808 INFO O| Dec 06 21:07:55.808 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-06T21:07:57.117Z[ recovery-image] Dec 06 21:07:55.823 INFO O| Dec 06 21:07:55.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63542024-12-06T21:07:57.117Z[ recovery-image] Dec 06 21:07:55.823 INFO O| Dec 06 21:07:55.823 INFO STEP 687 (remove_files) COMPLETE
63552024-12-06T21:07:57.117Z[ recovery-image] Dec 06 21:07:55.823 INFO O| Dec 06 21:07:55.823 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-06T21:07:57.132Z[ recovery-image] Dec 06 21:07:55.839 INFO O| Dec 06 21:07:55.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63572024-12-06T21:07:57.132Z[ recovery-image] Dec 06 21:07:55.839 INFO O| Dec 06 21:07:55.839 INFO STEP 688 (remove_files) COMPLETE
63582024-12-06T21:07:57.135Z[ recovery-image] Dec 06 21:07:55.839 INFO O| Dec 06 21:07:55.839 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-06T21:07:57.148Z[ recovery-image] Dec 06 21:07:55.855 INFO O| Dec 06 21:07:55.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63602024-12-06T21:07:57.148Z[ recovery-image] Dec 06 21:07:55.855 INFO O| Dec 06 21:07:55.855 INFO STEP 689 (remove_files) COMPLETE
63612024-12-06T21:07:57.148Z[ recovery-image] Dec 06 21:07:55.855 INFO O| Dec 06 21:07:55.855 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-06T21:07:57.162Z[ recovery-image] Dec 06 21:07:55.869 INFO O| Dec 06 21:07:55.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63632024-12-06T21:07:57.162Z[ recovery-image] Dec 06 21:07:55.869 INFO O| Dec 06 21:07:55.869 INFO STEP 690 (remove_files) COMPLETE
63642024-12-06T21:07:57.162Z[ recovery-image] Dec 06 21:07:55.869 INFO O| Dec 06 21:07:55.869 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-06T21:07:57.176Z[ recovery-image] Dec 06 21:07:55.883 INFO O| Dec 06 21:07:55.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63662024-12-06T21:07:57.176Z[ recovery-image] Dec 06 21:07:55.883 INFO O| Dec 06 21:07:55.883 INFO STEP 691 (remove_files) COMPLETE
63672024-12-06T21:07:57.178Z[ recovery-image] Dec 06 21:07:55.883 INFO O| Dec 06 21:07:55.883 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-06T21:07:57.188Z[ recovery-image] Dec 06 21:07:55.895 INFO O| Dec 06 21:07:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63692024-12-06T21:07:57.188Z[ recovery-image] Dec 06 21:07:55.895 INFO O| Dec 06 21:07:55.895 INFO STEP 692 (remove_files) COMPLETE
63702024-12-06T21:07:57.189Z[ recovery-image] Dec 06 21:07:55.895 INFO O| Dec 06 21:07:55.895 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-06T21:07:57.201Z[ recovery-image] Dec 06 21:07:55.908 INFO O| Dec 06 21:07:55.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63722024-12-06T21:07:57.202Z[ recovery-image] Dec 06 21:07:55.908 INFO O| Dec 06 21:07:55.908 INFO STEP 693 (remove_files) COMPLETE
63732024-12-06T21:07:57.204Z[ recovery-image] Dec 06 21:07:55.908 INFO O| Dec 06 21:07:55.908 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-06T21:07:57.223Z[ recovery-image] Dec 06 21:07:55.922 INFO O| Dec 06 21:07:55.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63752024-12-06T21:07:57.225Z[ recovery-image] Dec 06 21:07:55.922 INFO O| Dec 06 21:07:55.922 INFO STEP 694 (remove_files) COMPLETE
63762024-12-06T21:07:57.260Z[ recovery-image] Dec 06 21:07:55.922 INFO O| Dec 06 21:07:55.922 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-06T21:07:57.260Z[ recovery-image] Dec 06 21:07:55.936 INFO O| Dec 06 21:07:55.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63782024-12-06T21:07:57.260Z[ recovery-image] Dec 06 21:07:55.936 INFO O| Dec 06 21:07:55.936 INFO STEP 695 (remove_files) COMPLETE
63792024-12-06T21:07:57.260Z[ recovery-image] Dec 06 21:07:55.936 INFO O| Dec 06 21:07:55.936 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-06T21:07:57.260Z[ recovery-image] Dec 06 21:07:55.950 INFO O| Dec 06 21:07:55.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63812024-12-06T21:07:57.261Z[ recovery-image] Dec 06 21:07:55.950 INFO O| Dec 06 21:07:55.950 INFO STEP 696 (remove_files) COMPLETE
63822024-12-06T21:07:57.261Z[ recovery-image] Dec 06 21:07:55.951 INFO O| Dec 06 21:07:55.950 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-06T21:07:57.274Z[ recovery-image] Dec 06 21:07:55.966 INFO O| Dec 06 21:07:55.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
63842024-12-06T21:07:57.274Z[ recovery-image] Dec 06 21:07:55.966 INFO O| Dec 06 21:07:55.966 INFO STEP 697 (remove_files) COMPLETE
63852024-12-06T21:07:57.275Z[ recovery-image] Dec 06 21:07:55.966 INFO O| Dec 06 21:07:55.966 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-06T21:07:57.280Z[ recovery-image] Dec 06 21:07:55.981 INFO O| Dec 06 21:07:55.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
63872024-12-06T21:07:57.280Z[ recovery-image] Dec 06 21:07:55.981 INFO O| Dec 06 21:07:55.981 INFO STEP 698 (remove_files) COMPLETE
63882024-12-06T21:07:57.280Z[ recovery-image] Dec 06 21:07:55.982 INFO O| Dec 06 21:07:55.981 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-06T21:07:57.290Z[ recovery-image] Dec 06 21:07:55.997 INFO O| Dec 06 21:07:55.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
63902024-12-06T21:07:57.290Z[ recovery-image] Dec 06 21:07:55.997 INFO O| Dec 06 21:07:55.997 INFO STEP 699 (remove_files) COMPLETE
63912024-12-06T21:07:57.296Z[ recovery-image] Dec 06 21:07:55.997 INFO O| Dec 06 21:07:55.997 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-06T21:07:57.305Z[ recovery-image] Dec 06 21:07:56.011 INFO O| Dec 06 21:07:56.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
63932024-12-06T21:07:57.305Z[ recovery-image] Dec 06 21:07:56.011 INFO O| Dec 06 21:07:56.011 INFO STEP 700 (remove_files) COMPLETE
63942024-12-06T21:07:57.306Z[ recovery-image] Dec 06 21:07:56.011 INFO O| Dec 06 21:07:56.011 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-06T21:07:57.320Z[ recovery-image] Dec 06 21:07:56.026 INFO O| Dec 06 21:07:56.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
63962024-12-06T21:07:57.320Z[ recovery-image] Dec 06 21:07:56.026 INFO O| Dec 06 21:07:56.026 INFO STEP 701 (remove_files) COMPLETE
63972024-12-06T21:07:57.323Z[ recovery-image] Dec 06 21:07:56.026 INFO O| Dec 06 21:07:56.026 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-06T21:07:57.335Z[ recovery-image] Dec 06 21:07:56.041 INFO O| Dec 06 21:07:56.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
63992024-12-06T21:07:57.335Z[ recovery-image] Dec 06 21:07:56.041 INFO O| Dec 06 21:07:56.041 INFO STEP 702 (remove_files) COMPLETE
64002024-12-06T21:07:57.335Z[ recovery-image] Dec 06 21:07:56.041 INFO O| Dec 06 21:07:56.041 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-06T21:07:57.350Z[ recovery-image] Dec 06 21:07:56.056 INFO O| Dec 06 21:07:56.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64022024-12-06T21:07:57.350Z[ recovery-image] Dec 06 21:07:56.056 INFO O| Dec 06 21:07:56.056 INFO STEP 703 (remove_files) COMPLETE
64032024-12-06T21:07:57.350Z[ recovery-image] Dec 06 21:07:56.056 INFO O| Dec 06 21:07:56.056 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-06T21:07:57.365Z[ recovery-image] Dec 06 21:07:56.071 INFO O| Dec 06 21:07:56.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64052024-12-06T21:07:57.365Z[ recovery-image] Dec 06 21:07:56.071 INFO O| Dec 06 21:07:56.071 INFO STEP 704 (remove_files) COMPLETE
64062024-12-06T21:07:57.365Z[ recovery-image] Dec 06 21:07:56.071 INFO O| Dec 06 21:07:56.071 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-06T21:07:57.379Z[ recovery-image] Dec 06 21:07:56.086 INFO O| Dec 06 21:07:56.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64082024-12-06T21:07:57.380Z[ recovery-image] Dec 06 21:07:56.086 INFO O| Dec 06 21:07:56.086 INFO STEP 705 (remove_files) COMPLETE
64092024-12-06T21:07:57.384Z[ recovery-image] Dec 06 21:07:56.086 INFO O| Dec 06 21:07:56.086 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-06T21:07:57.396Z[ recovery-image] Dec 06 21:07:56.102 INFO O| Dec 06 21:07:56.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64112024-12-06T21:07:57.396Z[ recovery-image] Dec 06 21:07:56.103 INFO O| Dec 06 21:07:56.102 INFO STEP 706 (remove_files) COMPLETE
64122024-12-06T21:07:57.396Z[ recovery-image] Dec 06 21:07:56.103 INFO O| Dec 06 21:07:56.102 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-06T21:07:57.412Z[ recovery-image] Dec 06 21:07:56.117 INFO O| Dec 06 21:07:56.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64142024-12-06T21:07:57.412Z[ recovery-image] Dec 06 21:07:56.117 INFO O| Dec 06 21:07:56.117 INFO STEP 707 (remove_files) COMPLETE
64152024-12-06T21:07:57.413Z[ recovery-image] Dec 06 21:07:56.117 INFO O| Dec 06 21:07:56.117 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-06T21:07:57.427Z[ recovery-image] Dec 06 21:07:56.131 INFO O| Dec 06 21:07:56.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64172024-12-06T21:07:57.427Z[ recovery-image] Dec 06 21:07:56.131 INFO O| Dec 06 21:07:56.131 INFO STEP 708 (remove_files) COMPLETE
64182024-12-06T21:07:57.430Z[ recovery-image] Dec 06 21:07:56.131 INFO O| Dec 06 21:07:56.131 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-06T21:07:57.443Z[ recovery-image] Dec 06 21:07:56.147 INFO O| Dec 06 21:07:56.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64202024-12-06T21:07:57.447Z[ recovery-image] Dec 06 21:07:56.148 INFO O| Dec 06 21:07:56.148 INFO STEP 709 (remove_files) COMPLETE
64212024-12-06T21:07:57.447Z[ recovery-image] Dec 06 21:07:56.148 INFO O| Dec 06 21:07:56.148 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-06T21:07:57.454Z[ recovery-image] Dec 06 21:07:56.160 INFO O| Dec 06 21:07:56.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64232024-12-06T21:07:57.454Z[ recovery-image] Dec 06 21:07:56.160 INFO O| Dec 06 21:07:56.160 INFO STEP 710 (remove_files) COMPLETE
64242024-12-06T21:07:57.454Z[ recovery-image] Dec 06 21:07:56.160 INFO O| Dec 06 21:07:56.160 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-06T21:07:57.467Z[ recovery-image] Dec 06 21:07:56.173 INFO O| Dec 06 21:07:56.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64262024-12-06T21:07:57.467Z[ recovery-image] Dec 06 21:07:56.173 INFO O| Dec 06 21:07:56.173 INFO STEP 711 (remove_files) COMPLETE
64272024-12-06T21:07:57.467Z[ recovery-image] Dec 06 21:07:56.173 INFO O| Dec 06 21:07:56.173 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-06T21:07:57.486Z[ recovery-image] Dec 06 21:07:56.188 INFO O| Dec 06 21:07:56.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64292024-12-06T21:07:57.486Z[ recovery-image] Dec 06 21:07:56.188 INFO O| Dec 06 21:07:56.188 INFO STEP 712 (remove_files) COMPLETE
64302024-12-06T21:07:57.486Z[ recovery-image] Dec 06 21:07:56.188 INFO O| Dec 06 21:07:56.188 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-06T21:07:57.496Z[ recovery-image] Dec 06 21:07:56.202 INFO O| Dec 06 21:07:56.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64322024-12-06T21:07:57.496Z[ recovery-image] Dec 06 21:07:56.202 INFO O| Dec 06 21:07:56.202 INFO STEP 713 (remove_files) COMPLETE
64332024-12-06T21:07:57.497Z[ recovery-image] Dec 06 21:07:56.202 INFO O| Dec 06 21:07:56.202 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-06T21:07:57.509Z[ recovery-image] Dec 06 21:07:56.215 INFO O| Dec 06 21:07:56.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64352024-12-06T21:07:57.509Z[ recovery-image] Dec 06 21:07:56.215 INFO O| Dec 06 21:07:56.215 INFO STEP 714 (remove_files) COMPLETE
64362024-12-06T21:07:57.509Z[ recovery-image] Dec 06 21:07:56.215 INFO O| Dec 06 21:07:56.215 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-06T21:07:57.525Z[ recovery-image] Dec 06 21:07:56.228 INFO O| Dec 06 21:07:56.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64382024-12-06T21:07:57.529Z[ recovery-image] Dec 06 21:07:56.228 INFO O| Dec 06 21:07:56.228 INFO STEP 715 (remove_files) COMPLETE
64392024-12-06T21:07:57.529Z[ recovery-image] Dec 06 21:07:56.228 INFO O| Dec 06 21:07:56.228 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-06T21:07:57.534Z[ recovery-image] Dec 06 21:07:56.241 INFO O| Dec 06 21:07:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64412024-12-06T21:07:57.534Z[ recovery-image] Dec 06 21:07:56.241 INFO O| Dec 06 21:07:56.241 INFO STEP 716 (remove_files) COMPLETE
64422024-12-06T21:07:57.534Z[ recovery-image] Dec 06 21:07:56.241 INFO O| Dec 06 21:07:56.241 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-06T21:07:57.547Z[ recovery-image] Dec 06 21:07:56.254 INFO O| Dec 06 21:07:56.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64442024-12-06T21:07:57.547Z[ recovery-image] Dec 06 21:07:56.254 INFO O| Dec 06 21:07:56.254 INFO STEP 717 (remove_files) COMPLETE
64452024-12-06T21:07:57.547Z[ recovery-image] Dec 06 21:07:56.254 INFO O| Dec 06 21:07:56.254 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-06T21:07:57.560Z[ recovery-image] Dec 06 21:07:56.266 INFO O| Dec 06 21:07:56.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64472024-12-06T21:07:57.560Z[ recovery-image] Dec 06 21:07:56.266 INFO O| Dec 06 21:07:56.266 INFO STEP 718 (remove_files) COMPLETE
64482024-12-06T21:07:57.562Z[ recovery-image] Dec 06 21:07:56.266 INFO O| Dec 06 21:07:56.266 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-06T21:07:57.573Z[ recovery-image] Dec 06 21:07:56.279 INFO O| Dec 06 21:07:56.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64502024-12-06T21:07:57.573Z[ recovery-image] Dec 06 21:07:56.279 INFO O| Dec 06 21:07:56.279 INFO STEP 719 (remove_files) COMPLETE
64512024-12-06T21:07:57.573Z[ recovery-image] Dec 06 21:07:56.279 INFO O| Dec 06 21:07:56.279 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-06T21:07:57.586Z[ recovery-image] Dec 06 21:07:56.293 INFO O| Dec 06 21:07:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64532024-12-06T21:07:57.586Z[ recovery-image] Dec 06 21:07:56.293 INFO O| Dec 06 21:07:56.293 INFO STEP 720 (remove_files) COMPLETE
64542024-12-06T21:07:57.586Z[ recovery-image] Dec 06 21:07:56.293 INFO O| Dec 06 21:07:56.293 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-06T21:07:57.598Z[ recovery-image] Dec 06 21:07:56.305 INFO O| Dec 06 21:07:56.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64562024-12-06T21:07:57.599Z[ recovery-image] Dec 06 21:07:56.305 INFO O| Dec 06 21:07:56.305 INFO STEP 721 (remove_files) COMPLETE
64572024-12-06T21:07:57.601Z[ recovery-image] Dec 06 21:07:56.305 INFO O| Dec 06 21:07:56.305 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-06T21:07:57.610Z[ recovery-image] Dec 06 21:07:56.317 INFO O| Dec 06 21:07:56.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64592024-12-06T21:07:57.612Z[ recovery-image] Dec 06 21:07:56.317 INFO O| Dec 06 21:07:56.317 INFO STEP 722 (remove_files) COMPLETE
64602024-12-06T21:07:57.612Z[ recovery-image] Dec 06 21:07:56.317 INFO O| Dec 06 21:07:56.317 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-06T21:07:57.622Z[ recovery-image] Dec 06 21:07:56.328 INFO O| Dec 06 21:07:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64622024-12-06T21:07:57.622Z[ recovery-image] Dec 06 21:07:56.329 INFO O| Dec 06 21:07:56.329 INFO STEP 723 (remove_files) COMPLETE
64632024-12-06T21:07:57.624Z[ recovery-image] Dec 06 21:07:56.329 INFO O| Dec 06 21:07:56.329 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-06T21:07:57.633Z[ recovery-image] Dec 06 21:07:56.339 INFO O| Dec 06 21:07:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64652024-12-06T21:07:57.633Z[ recovery-image] Dec 06 21:07:56.339 INFO O| Dec 06 21:07:56.339 INFO STEP 724 (remove_files) COMPLETE
64662024-12-06T21:07:57.638Z[ recovery-image] Dec 06 21:07:56.339 INFO O| Dec 06 21:07:56.339 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-06T21:07:57.644Z[ recovery-image] Dec 06 21:07:56.349 INFO O| Dec 06 21:07:56.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64682024-12-06T21:07:57.644Z[ recovery-image] Dec 06 21:07:56.349 INFO O| Dec 06 21:07:56.349 INFO STEP 725 (remove_files) COMPLETE
64692024-12-06T21:07:57.644Z[ recovery-image] Dec 06 21:07:56.349 INFO O| Dec 06 21:07:56.349 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-06T21:07:57.656Z[ recovery-image] Dec 06 21:07:56.359 INFO O| Dec 06 21:07:56.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64712024-12-06T21:07:57.656Z[ recovery-image] Dec 06 21:07:56.359 INFO O| Dec 06 21:07:56.359 INFO STEP 726 (remove_files) COMPLETE
64722024-12-06T21:07:57.659Z[ recovery-image] Dec 06 21:07:56.359 INFO O| Dec 06 21:07:56.359 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-06T21:07:57.663Z[ recovery-image] Dec 06 21:07:56.369 INFO O| Dec 06 21:07:56.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64742024-12-06T21:07:57.663Z[ recovery-image] Dec 06 21:07:56.369 INFO O| Dec 06 21:07:56.369 INFO STEP 727 (remove_files) COMPLETE
64752024-12-06T21:07:57.663Z[ recovery-image] Dec 06 21:07:56.369 INFO O| Dec 06 21:07:56.369 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-06T21:07:57.672Z[ recovery-image] Dec 06 21:07:56.379 INFO O| Dec 06 21:07:56.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64772024-12-06T21:07:57.672Z[ recovery-image] Dec 06 21:07:56.379 INFO O| Dec 06 21:07:56.379 INFO STEP 728 (remove_files) COMPLETE
64782024-12-06T21:07:57.672Z[ recovery-image] Dec 06 21:07:56.379 INFO O| Dec 06 21:07:56.379 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-06T21:07:57.683Z[ recovery-image] Dec 06 21:07:56.390 INFO O| Dec 06 21:07:56.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64802024-12-06T21:07:57.686Z[ recovery-image] Dec 06 21:07:56.390 INFO O| Dec 06 21:07:56.390 INFO STEP 729 (remove_files) COMPLETE
64812024-12-06T21:07:57.686Z[ recovery-image] Dec 06 21:07:56.390 INFO O| Dec 06 21:07:56.390 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-06T21:07:57.693Z[ recovery-image] Dec 06 21:07:56.400 INFO O| Dec 06 21:07:56.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
64832024-12-06T21:07:57.695Z[ recovery-image] Dec 06 21:07:56.400 INFO O| Dec 06 21:07:56.400 INFO STEP 730 (remove_files) COMPLETE
64842024-12-06T21:07:57.695Z[ recovery-image] Dec 06 21:07:56.400 INFO O| Dec 06 21:07:56.400 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-06T21:07:57.722Z[ recovery-image] Dec 06 21:07:56.426 INFO O| Dec 06 21:07:56.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
64862024-12-06T21:07:57.725Z[ recovery-image] Dec 06 21:07:56.426 INFO O| Dec 06 21:07:56.426 INFO STEP 731 (remove_files) COMPLETE
64872024-12-06T21:07:57.725Z[ recovery-image] Dec 06 21:07:56.426 INFO O| Dec 06 21:07:56.426 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-06T21:07:57.751Z[ recovery-image] Dec 06 21:07:56.454 INFO O| Dec 06 21:07:56.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
64892024-12-06T21:07:57.751Z[ recovery-image] Dec 06 21:07:56.455 INFO O| Dec 06 21:07:56.455 INFO STEP 732 (remove_files) COMPLETE
64902024-12-06T21:07:57.751Z[ recovery-image] Dec 06 21:07:56.455 INFO O| Dec 06 21:07:56.455 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-06T21:07:57.777Z[ recovery-image] Dec 06 21:07:56.480 INFO O| Dec 06 21:07:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
64922024-12-06T21:07:57.780Z[ recovery-image] Dec 06 21:07:56.481 INFO O| Dec 06 21:07:56.481 INFO STEP 733 (remove_files) COMPLETE
64932024-12-06T21:07:57.780Z[ recovery-image] Dec 06 21:07:56.481 INFO O| Dec 06 21:07:56.481 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-06T21:07:57.797Z[ recovery-image] Dec 06 21:07:56.501 INFO O| Dec 06 21:07:56.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
64952024-12-06T21:07:57.797Z[ recovery-image] Dec 06 21:07:56.501 INFO O| Dec 06 21:07:56.501 INFO STEP 734 (remove_files) COMPLETE
64962024-12-06T21:07:57.802Z[ recovery-image] Dec 06 21:07:56.501 INFO O| Dec 06 21:07:56.501 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-06T21:07:57.814Z[ recovery-image] Dec 06 21:07:56.519 INFO O| Dec 06 21:07:56.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
64982024-12-06T21:07:57.819Z[ recovery-image] Dec 06 21:07:56.520 INFO O| Dec 06 21:07:56.519 INFO STEP 735 (remove_files) COMPLETE
64992024-12-06T21:07:57.819Z[ recovery-image] Dec 06 21:07:56.520 INFO O| Dec 06 21:07:56.520 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-06T21:07:57.827Z[ recovery-image] Dec 06 21:07:56.533 INFO O| Dec 06 21:07:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65012024-12-06T21:07:57.827Z[ recovery-image] Dec 06 21:07:56.534 INFO O| Dec 06 21:07:56.533 INFO STEP 736 (remove_files) COMPLETE
65022024-12-06T21:07:57.827Z[ recovery-image] Dec 06 21:07:56.534 INFO O| Dec 06 21:07:56.534 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-06T21:07:57.840Z[ recovery-image] Dec 06 21:07:56.547 INFO O| Dec 06 21:07:56.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65042024-12-06T21:07:57.841Z[ recovery-image] Dec 06 21:07:56.547 INFO O| Dec 06 21:07:56.547 INFO STEP 737 (remove_files) COMPLETE
65052024-12-06T21:07:57.844Z[ recovery-image] Dec 06 21:07:56.547 INFO O| Dec 06 21:07:56.547 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-06T21:07:57.854Z[ recovery-image] Dec 06 21:07:56.560 INFO O| Dec 06 21:07:56.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65072024-12-06T21:07:57.854Z[ recovery-image] Dec 06 21:07:56.560 INFO O| Dec 06 21:07:56.560 INFO STEP 738 (remove_files) COMPLETE
65082024-12-06T21:07:57.858Z[ recovery-image] Dec 06 21:07:56.560 INFO O| Dec 06 21:07:56.560 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-06T21:07:57.871Z[ recovery-image] Dec 06 21:07:56.573 INFO O| Dec 06 21:07:56.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65102024-12-06T21:07:57.872Z[ recovery-image] Dec 06 21:07:56.573 INFO O| Dec 06 21:07:56.573 INFO STEP 739 (remove_files) COMPLETE
65112024-12-06T21:07:57.872Z[ recovery-image] Dec 06 21:07:56.573 INFO O| Dec 06 21:07:56.573 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-06T21:07:57.883Z[ recovery-image] Dec 06 21:07:56.586 INFO O| Dec 06 21:07:56.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65132024-12-06T21:07:57.894Z[ recovery-image] Dec 06 21:07:56.586 INFO O| Dec 06 21:07:56.586 INFO STEP 740 (remove_files) COMPLETE
65142024-12-06T21:07:57.894Z[ recovery-image] Dec 06 21:07:56.587 INFO O| Dec 06 21:07:56.586 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-06T21:07:57.894Z[ recovery-image] Dec 06 21:07:56.598 INFO O| Dec 06 21:07:56.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65162024-12-06T21:07:57.895Z[ recovery-image] Dec 06 21:07:56.598 INFO O| Dec 06 21:07:56.598 INFO STEP 741 (remove_files) COMPLETE
65172024-12-06T21:07:57.895Z[ recovery-image] Dec 06 21:07:56.598 INFO O| Dec 06 21:07:56.598 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-06T21:07:57.902Z[ recovery-image] Dec 06 21:07:56.609 INFO O| Dec 06 21:07:56.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65192024-12-06T21:07:57.902Z[ recovery-image] Dec 06 21:07:56.609 INFO O| Dec 06 21:07:56.609 INFO STEP 742 (remove_files) COMPLETE
65202024-12-06T21:07:57.903Z[ recovery-image] Dec 06 21:07:56.609 INFO O| Dec 06 21:07:56.609 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-06T21:07:57.913Z[ recovery-image] Dec 06 21:07:56.619 INFO O| Dec 06 21:07:56.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65222024-12-06T21:07:57.914Z[ recovery-image] Dec 06 21:07:56.619 INFO O| Dec 06 21:07:56.619 INFO STEP 743 (remove_files) COMPLETE
65232024-12-06T21:07:57.923Z[ recovery-image] Dec 06 21:07:56.619 INFO O| Dec 06 21:07:56.619 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-06T21:07:57.926Z[ recovery-image] Dec 06 21:07:56.630 INFO O| Dec 06 21:07:56.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65252024-12-06T21:07:57.927Z[ recovery-image] Dec 06 21:07:56.630 INFO O| Dec 06 21:07:56.630 INFO STEP 744 (remove_files) COMPLETE
65262024-12-06T21:07:57.927Z[ recovery-image] Dec 06 21:07:56.630 INFO O| Dec 06 21:07:56.630 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-06T21:07:57.934Z[ recovery-image] Dec 06 21:07:56.641 INFO O| Dec 06 21:07:56.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65282024-12-06T21:07:57.935Z[ recovery-image] Dec 06 21:07:56.641 INFO O| Dec 06 21:07:56.641 INFO STEP 745 (remove_files) COMPLETE
65292024-12-06T21:07:57.935Z[ recovery-image] Dec 06 21:07:56.641 INFO O| Dec 06 21:07:56.641 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-06T21:07:57.945Z[ recovery-image] Dec 06 21:07:56.651 INFO O| Dec 06 21:07:56.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65312024-12-06T21:07:57.945Z[ recovery-image] Dec 06 21:07:56.651 INFO O| Dec 06 21:07:56.651 INFO STEP 746 (remove_files) COMPLETE
65322024-12-06T21:07:57.945Z[ recovery-image] Dec 06 21:07:56.651 INFO O| Dec 06 21:07:56.651 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-06T21:07:57.956Z[ recovery-image] Dec 06 21:07:56.662 INFO O| Dec 06 21:07:56.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65342024-12-06T21:07:57.956Z[ recovery-image] Dec 06 21:07:56.662 INFO O| Dec 06 21:07:56.662 INFO STEP 747 (remove_files) COMPLETE
65352024-12-06T21:07:57.956Z[ recovery-image] Dec 06 21:07:56.662 INFO O| Dec 06 21:07:56.662 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-06T21:07:57.967Z[ recovery-image] Dec 06 21:07:56.673 INFO O| Dec 06 21:07:56.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65372024-12-06T21:07:57.967Z[ recovery-image] Dec 06 21:07:56.673 INFO O| Dec 06 21:07:56.673 INFO STEP 748 (remove_files) COMPLETE
65382024-12-06T21:07:57.967Z[ recovery-image] Dec 06 21:07:56.673 INFO O| Dec 06 21:07:56.673 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-06T21:07:57.977Z[ recovery-image] Dec 06 21:07:56.683 INFO O| Dec 06 21:07:56.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65402024-12-06T21:07:57.977Z[ recovery-image] Dec 06 21:07:56.683 INFO O| Dec 06 21:07:56.683 INFO STEP 749 (remove_files) COMPLETE
65412024-12-06T21:07:57.979Z[ recovery-image] Dec 06 21:07:56.683 INFO O| Dec 06 21:07:56.683 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-06T21:07:57.987Z[ recovery-image] Dec 06 21:07:56.694 INFO O| Dec 06 21:07:56.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65432024-12-06T21:07:57.987Z[ recovery-image] Dec 06 21:07:56.694 INFO O| Dec 06 21:07:56.694 INFO STEP 750 (remove_files) COMPLETE
65442024-12-06T21:07:57.989Z[ recovery-image] Dec 06 21:07:56.694 INFO O| Dec 06 21:07:56.694 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-06T21:07:57.998Z[ recovery-image] Dec 06 21:07:56.704 INFO O| Dec 06 21:07:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65462024-12-06T21:07:57.998Z[ recovery-image] Dec 06 21:07:56.704 INFO O| Dec 06 21:07:56.704 INFO STEP 751 (remove_files) COMPLETE
65472024-12-06T21:07:57.998Z[ recovery-image] Dec 06 21:07:56.704 INFO O| Dec 06 21:07:56.704 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-06T21:07:58.008Z[ recovery-image] Dec 06 21:07:56.715 INFO O| Dec 06 21:07:56.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65492024-12-06T21:07:58.008Z[ recovery-image] Dec 06 21:07:56.715 INFO O| Dec 06 21:07:56.715 INFO STEP 752 (remove_files) COMPLETE
65502024-12-06T21:07:58.008Z[ recovery-image] Dec 06 21:07:56.715 INFO O| Dec 06 21:07:56.715 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-06T21:07:58.019Z[ recovery-image] Dec 06 21:07:56.725 INFO O| Dec 06 21:07:56.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65522024-12-06T21:07:58.019Z[ recovery-image] Dec 06 21:07:56.726 INFO O| Dec 06 21:07:56.726 INFO STEP 753 (remove_files) COMPLETE
65532024-12-06T21:07:58.022Z[ recovery-image] Dec 06 21:07:56.726 INFO O| Dec 06 21:07:56.726 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-06T21:07:58.029Z[ recovery-image] Dec 06 21:07:56.736 INFO O| Dec 06 21:07:56.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65552024-12-06T21:07:58.029Z[ recovery-image] Dec 06 21:07:56.736 INFO O| Dec 06 21:07:56.736 INFO STEP 754 (remove_files) COMPLETE
65562024-12-06T21:07:58.032Z[ recovery-image] Dec 06 21:07:56.736 INFO O| Dec 06 21:07:56.736 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-06T21:07:58.040Z[ recovery-image] Dec 06 21:07:56.747 INFO O| Dec 06 21:07:56.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65582024-12-06T21:07:58.040Z[ recovery-image] Dec 06 21:07:56.747 INFO O| Dec 06 21:07:56.747 INFO STEP 755 (remove_files) COMPLETE
65592024-12-06T21:07:58.043Z[ recovery-image] Dec 06 21:07:56.747 INFO O| Dec 06 21:07:56.747 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-06T21:07:58.051Z[ recovery-image] Dec 06 21:07:56.758 INFO O| Dec 06 21:07:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65612024-12-06T21:07:58.051Z[ recovery-image] Dec 06 21:07:56.758 INFO O| Dec 06 21:07:56.758 INFO STEP 756 (remove_files) COMPLETE
65622024-12-06T21:07:58.051Z[ recovery-image] Dec 06 21:07:56.758 INFO O| Dec 06 21:07:56.758 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-06T21:07:58.062Z[ recovery-image] Dec 06 21:07:56.768 INFO O| Dec 06 21:07:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65642024-12-06T21:07:58.062Z[ recovery-image] Dec 06 21:07:56.768 INFO O| Dec 06 21:07:56.768 INFO STEP 757 (remove_files) COMPLETE
65652024-12-06T21:07:58.064Z[ recovery-image] Dec 06 21:07:56.768 INFO O| Dec 06 21:07:56.768 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-06T21:07:58.072Z[ recovery-image] Dec 06 21:07:56.779 INFO O| Dec 06 21:07:56.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65672024-12-06T21:07:58.072Z[ recovery-image] Dec 06 21:07:56.779 INFO O| Dec 06 21:07:56.779 INFO STEP 758 (remove_files) COMPLETE
65682024-12-06T21:07:58.074Z[ recovery-image] Dec 06 21:07:56.779 INFO O| Dec 06 21:07:56.779 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-06T21:07:58.083Z[ recovery-image] Dec 06 21:07:56.789 INFO O| Dec 06 21:07:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65702024-12-06T21:07:58.085Z[ recovery-image] Dec 06 21:07:56.789 INFO O| Dec 06 21:07:56.789 INFO STEP 759 (remove_files) COMPLETE
65712024-12-06T21:07:58.085Z[ recovery-image] Dec 06 21:07:56.790 INFO O| Dec 06 21:07:56.789 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-06T21:07:58.096Z[ recovery-image] Dec 06 21:07:56.800 INFO O| Dec 06 21:07:56.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
65732024-12-06T21:07:58.097Z[ recovery-image] Dec 06 21:07:56.800 INFO O| Dec 06 21:07:56.800 INFO STEP 760 (remove_files) COMPLETE
65742024-12-06T21:07:58.104Z[ recovery-image] Dec 06 21:07:56.800 INFO O| Dec 06 21:07:56.800 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-06T21:07:58.114Z[ recovery-image] Dec 06 21:07:56.810 INFO O| Dec 06 21:07:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
65762024-12-06T21:07:58.114Z[ recovery-image] Dec 06 21:07:56.810 INFO O| Dec 06 21:07:56.810 INFO STEP 761 (remove_files) COMPLETE
65772024-12-06T21:07:58.114Z[ recovery-image] Dec 06 21:07:56.810 INFO O| Dec 06 21:07:56.810 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-06T21:07:58.128Z[ recovery-image] Dec 06 21:07:56.821 INFO O| Dec 06 21:07:56.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
65792024-12-06T21:07:58.128Z[ recovery-image] Dec 06 21:07:56.821 INFO O| Dec 06 21:07:56.821 INFO STEP 762 (remove_files) COMPLETE
65802024-12-06T21:07:58.128Z[ recovery-image] Dec 06 21:07:56.821 INFO O| Dec 06 21:07:56.821 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-06T21:07:58.138Z[ recovery-image] Dec 06 21:07:56.831 INFO O| Dec 06 21:07:56.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
65822024-12-06T21:07:58.138Z[ recovery-image] Dec 06 21:07:56.831 INFO O| Dec 06 21:07:56.831 INFO STEP 763 (remove_files) COMPLETE
65832024-12-06T21:07:58.138Z[ recovery-image] Dec 06 21:07:56.831 INFO O| Dec 06 21:07:56.831 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-06T21:07:58.139Z[ recovery-image] Dec 06 21:07:56.841 INFO O| Dec 06 21:07:56.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
65852024-12-06T21:07:58.139Z[ host-image] Dec 06 21:07:56.841 INFO O| Dec 06 21:07:56.841 INFO O| Done
65862024-12-06T21:07:58.139Z[ recovery-image] Dec 06 21:07:56.841 INFO O| Dec 06 21:07:56.841 INFO STEP 764 (remove_files) COMPLETE
65872024-12-06T21:07:58.139Z[ recovery-image] Dec 06 21:07:56.841 INFO O| Dec 06 21:07:56.841 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-06T21:07:58.148Z[ recovery-image] Dec 06 21:07:56.853 INFO O| Dec 06 21:07:56.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
65892024-12-06T21:07:58.148Z[ recovery-image] Dec 06 21:07:56.853 INFO O| Dec 06 21:07:56.853 INFO STEP 765 (remove_files) COMPLETE
65902024-12-06T21:07:58.155Z[ recovery-image] Dec 06 21:07:56.853 INFO O| Dec 06 21:07:56.853 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-06T21:07:58.159Z[ recovery-image] Dec 06 21:07:56.864 INFO O| Dec 06 21:07:56.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
65922024-12-06T21:07:58.159Z[ recovery-image] Dec 06 21:07:56.864 INFO O| Dec 06 21:07:56.864 INFO STEP 766 (remove_files) COMPLETE
65932024-12-06T21:07:58.159Z[ recovery-image] Dec 06 21:07:56.864 INFO O| Dec 06 21:07:56.864 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-06T21:07:58.165Z[ host-image] Dec 06 21:07:56.872 INFO O| Dec 06 21:07:56.872 INFO O| Done
65952024-12-06T21:07:58.169Z[ host-image] Dec 06 21:07:56.872 INFO O| Dec 06 21:07:56.872 INFO O| Done
65962024-12-06T21:07:58.186Z[ recovery-image] Dec 06 21:07:56.876 INFO O| Dec 06 21:07:56.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
65972024-12-06T21:07:58.186Z[ recovery-image] Dec 06 21:07:56.876 INFO O| Dec 06 21:07:56.876 INFO STEP 767 (remove_files) COMPLETE
65982024-12-06T21:07:58.186Z[ recovery-image] Dec 06 21:07:56.876 INFO O| Dec 06 21:07:56.876 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-06T21:07:58.189Z[ recovery-image] Dec 06 21:07:56.886 INFO O| Dec 06 21:07:56.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66002024-12-06T21:07:58.189Z[ recovery-image] Dec 06 21:07:56.886 INFO O| Dec 06 21:07:56.886 INFO STEP 768 (remove_files) COMPLETE
66012024-12-06T21:07:58.189Z[ recovery-image] Dec 06 21:07:56.886 INFO O| Dec 06 21:07:56.886 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-06T21:07:58.189Z[ host-image] Dec 06 21:07:56.889 INFO O| Dec 06 21:07:56.889 INFO O| Done
66032024-12-06T21:07:58.192Z[ recovery-image] Dec 06 21:07:56.896 INFO O| Dec 06 21:07:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66042024-12-06T21:07:58.192Z[ recovery-image] Dec 06 21:07:56.897 INFO O| Dec 06 21:07:56.897 INFO STEP 769 (remove_files) COMPLETE
66052024-12-06T21:07:58.192Z[ recovery-image] Dec 06 21:07:56.897 INFO O| Dec 06 21:07:56.897 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-06T21:07:58.201Z[ recovery-image] Dec 06 21:07:56.908 INFO O| Dec 06 21:07:56.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66072024-12-06T21:07:58.201Z[ recovery-image] Dec 06 21:07:56.908 INFO O| Dec 06 21:07:56.908 INFO STEP 770 (remove_files) COMPLETE
66082024-12-06T21:07:58.204Z[ recovery-image] Dec 06 21:07:56.908 INFO O| Dec 06 21:07:56.908 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-06T21:07:58.213Z[ recovery-image] Dec 06 21:07:56.920 INFO O| Dec 06 21:07:56.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66102024-12-06T21:07:58.213Z[ recovery-image] Dec 06 21:07:56.920 INFO O| Dec 06 21:07:56.920 INFO STEP 771 (remove_files) COMPLETE
66112024-12-06T21:07:58.213Z[ recovery-image] Dec 06 21:07:56.920 INFO O| Dec 06 21:07:56.920 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-06T21:07:58.223Z[ recovery-image] Dec 06 21:07:56.930 INFO O| Dec 06 21:07:56.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66132024-12-06T21:07:58.223Z[ recovery-image] Dec 06 21:07:56.930 INFO O| Dec 06 21:07:56.930 INFO STEP 772 (remove_files) COMPLETE
66142024-12-06T21:07:58.223Z[ recovery-image] Dec 06 21:07:56.930 INFO O| Dec 06 21:07:56.930 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-06T21:07:58.234Z[ recovery-image] Dec 06 21:07:56.940 INFO O| Dec 06 21:07:56.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66162024-12-06T21:07:58.234Z[ recovery-image] Dec 06 21:07:56.940 INFO O| Dec 06 21:07:56.940 INFO STEP 773 (remove_files) COMPLETE
66172024-12-06T21:07:58.234Z[ recovery-image] Dec 06 21:07:56.940 INFO O| Dec 06 21:07:56.940 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-06T21:07:58.244Z[ recovery-image] Dec 06 21:07:56.951 INFO O| Dec 06 21:07:56.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66192024-12-06T21:07:58.244Z[ recovery-image] Dec 06 21:07:56.951 INFO O| Dec 06 21:07:56.951 INFO STEP 774 (remove_files) COMPLETE
66202024-12-06T21:07:58.246Z[ recovery-image] Dec 06 21:07:56.951 INFO O| Dec 06 21:07:56.951 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-06T21:07:58.255Z[ recovery-image] Dec 06 21:07:56.961 INFO O| Dec 06 21:07:56.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66222024-12-06T21:07:58.255Z[ recovery-image] Dec 06 21:07:56.961 INFO O| Dec 06 21:07:56.961 INFO STEP 775 (remove_files) COMPLETE
66232024-12-06T21:07:58.255Z[ recovery-image] Dec 06 21:07:56.961 INFO O| Dec 06 21:07:56.961 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-06T21:07:58.265Z[ recovery-image] Dec 06 21:07:56.972 INFO O| Dec 06 21:07:56.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66252024-12-06T21:07:58.265Z[ recovery-image] Dec 06 21:07:56.972 INFO O| Dec 06 21:07:56.972 INFO STEP 776 (remove_files) COMPLETE
66262024-12-06T21:07:58.265Z[ recovery-image] Dec 06 21:07:56.972 INFO O| Dec 06 21:07:56.972 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-06T21:07:58.275Z[ recovery-image] Dec 06 21:07:56.982 INFO O| Dec 06 21:07:56.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66282024-12-06T21:07:58.275Z[ recovery-image] Dec 06 21:07:56.982 INFO O| Dec 06 21:07:56.982 INFO STEP 777 (remove_files) COMPLETE
66292024-12-06T21:07:58.277Z[ recovery-image] Dec 06 21:07:56.982 INFO O| Dec 06 21:07:56.982 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-06T21:07:58.286Z[ recovery-image] Dec 06 21:07:56.993 INFO O| Dec 06 21:07:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66312024-12-06T21:07:58.286Z[ recovery-image] Dec 06 21:07:56.993 INFO O| Dec 06 21:07:56.993 INFO STEP 778 (remove_files) COMPLETE
66322024-12-06T21:07:58.289Z[ recovery-image] Dec 06 21:07:56.993 INFO O| Dec 06 21:07:56.993 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-06T21:07:58.297Z[ host-image] Dec 06 21:07:57.004 INFO O| Dec 06 21:07:57.004 INFO STEP 12 (pkg_install) COMPLETE
66342024-12-06T21:07:58.297Z[ host-image] Dec 06 21:07:57.004 INFO O| Dec 06 21:07:57.004 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66352024-12-06T21:07:58.299Z[ recovery-image] Dec 06 21:07:57.004 INFO O| Dec 06 21:07:57.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66362024-12-06T21:07:58.300Z[ recovery-image] Dec 06 21:07:57.004 INFO O| Dec 06 21:07:57.004 INFO STEP 779 (remove_files) COMPLETE
66372024-12-06T21:07:58.300Z[ recovery-image] Dec 06 21:07:57.004 INFO O| Dec 06 21:07:57.004 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-06T21:07:58.308Z[ host-image] Dec 06 21:07:57.015 INFO O| Dec 06 21:07:57.015 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
66392024-12-06T21:07:58.310Z[ recovery-image] Dec 06 21:07:57.015 INFO O| Dec 06 21:07:57.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66402024-12-06T21:07:58.310Z[ recovery-image] Dec 06 21:07:57.015 INFO O| Dec 06 21:07:57.015 INFO STEP 780 (remove_files) COMPLETE
66412024-12-06T21:07:58.310Z[ recovery-image] Dec 06 21:07:57.015 INFO O| Dec 06 21:07:57.015 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-06T21:07:58.319Z[ recovery-image] Dec 06 21:07:57.025 INFO O| Dec 06 21:07:57.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66432024-12-06T21:07:58.319Z[ recovery-image] Dec 06 21:07:57.025 INFO O| Dec 06 21:07:57.025 INFO STEP 781 (remove_files) COMPLETE
66442024-12-06T21:07:58.319Z[ recovery-image] Dec 06 21:07:57.025 INFO O| Dec 06 21:07:57.025 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-06T21:07:58.329Z[ recovery-image] Dec 06 21:07:57.035 INFO O| Dec 06 21:07:57.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66462024-12-06T21:07:58.329Z[ recovery-image] Dec 06 21:07:57.035 INFO O| Dec 06 21:07:57.035 INFO STEP 782 (remove_files) COMPLETE
66472024-12-06T21:07:58.331Z[ recovery-image] Dec 06 21:07:57.035 INFO O| Dec 06 21:07:57.035 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-06T21:07:58.338Z[ recovery-image] Dec 06 21:07:57.045 INFO O| Dec 06 21:07:57.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66492024-12-06T21:07:58.339Z[ recovery-image] Dec 06 21:07:57.045 INFO O| Dec 06 21:07:57.045 INFO STEP 783 (remove_files) COMPLETE
66502024-12-06T21:07:58.339Z[ recovery-image] Dec 06 21:07:57.045 INFO O| Dec 06 21:07:57.045 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-06T21:07:58.349Z[ recovery-image] Dec 06 21:07:57.055 INFO O| Dec 06 21:07:57.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66522024-12-06T21:07:58.350Z[ recovery-image] Dec 06 21:07:57.055 INFO O| Dec 06 21:07:57.055 INFO STEP 784 (remove_files) COMPLETE
66532024-12-06T21:07:58.350Z[ recovery-image] Dec 06 21:07:57.055 INFO O| Dec 06 21:07:57.055 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-06T21:07:58.359Z[ recovery-image] Dec 06 21:07:57.065 INFO O| Dec 06 21:07:57.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66552024-12-06T21:07:58.359Z[ recovery-image] Dec 06 21:07:57.065 INFO O| Dec 06 21:07:57.065 INFO STEP 785 (remove_files) COMPLETE
66562024-12-06T21:07:58.362Z[ recovery-image] Dec 06 21:07:57.065 INFO O| Dec 06 21:07:57.065 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-06T21:07:58.369Z[ recovery-image] Dec 06 21:07:57.075 INFO O| Dec 06 21:07:57.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66582024-12-06T21:07:58.369Z[ recovery-image] Dec 06 21:07:57.075 INFO O| Dec 06 21:07:57.075 INFO STEP 786 (remove_files) COMPLETE
66592024-12-06T21:07:58.369Z[ recovery-image] Dec 06 21:07:57.075 INFO O| Dec 06 21:07:57.075 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-06T21:07:58.378Z[ recovery-image] Dec 06 21:07:57.085 INFO O| Dec 06 21:07:57.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66612024-12-06T21:07:58.378Z[ recovery-image] Dec 06 21:07:57.085 INFO O| Dec 06 21:07:57.085 INFO STEP 787 (remove_files) COMPLETE
66622024-12-06T21:07:58.379Z[ recovery-image] Dec 06 21:07:57.085 INFO O| Dec 06 21:07:57.085 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-06T21:07:58.389Z[ recovery-image] Dec 06 21:07:57.095 INFO O| Dec 06 21:07:57.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66642024-12-06T21:07:58.389Z[ recovery-image] Dec 06 21:07:57.095 INFO O| Dec 06 21:07:57.095 INFO STEP 788 (remove_files) COMPLETE
66652024-12-06T21:07:58.392Z[ recovery-image] Dec 06 21:07:57.095 INFO O| Dec 06 21:07:57.095 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-06T21:07:58.398Z[ recovery-image] Dec 06 21:07:57.105 INFO O| Dec 06 21:07:57.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66672024-12-06T21:07:58.398Z[ recovery-image] Dec 06 21:07:57.105 INFO O| Dec 06 21:07:57.105 INFO STEP 789 (remove_files) COMPLETE
66682024-12-06T21:07:58.398Z[ recovery-image] Dec 06 21:07:57.105 INFO O| Dec 06 21:07:57.105 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-06T21:07:58.408Z[ recovery-image] Dec 06 21:07:57.115 INFO O| Dec 06 21:07:57.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66702024-12-06T21:07:58.408Z[ recovery-image] Dec 06 21:07:57.115 INFO O| Dec 06 21:07:57.115 INFO STEP 790 (remove_files) COMPLETE
66712024-12-06T21:07:58.414Z[ recovery-image] Dec 06 21:07:57.115 INFO O| Dec 06 21:07:57.115 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-06T21:07:58.418Z[ recovery-image] Dec 06 21:07:57.125 INFO O| Dec 06 21:07:57.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66732024-12-06T21:07:58.418Z[ recovery-image] Dec 06 21:07:57.125 INFO O| Dec 06 21:07:57.125 INFO STEP 791 (remove_files) COMPLETE
66742024-12-06T21:07:58.419Z[ recovery-image] Dec 06 21:07:57.125 INFO O| Dec 06 21:07:57.125 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-06T21:07:58.428Z[ recovery-image] Dec 06 21:07:57.135 INFO O| Dec 06 21:07:57.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66762024-12-06T21:07:58.428Z[ recovery-image] Dec 06 21:07:57.135 INFO O| Dec 06 21:07:57.135 INFO STEP 792 (remove_files) COMPLETE
66772024-12-06T21:07:58.428Z[ recovery-image] Dec 06 21:07:57.135 INFO O| Dec 06 21:07:57.135 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-06T21:07:58.440Z[ recovery-image] Dec 06 21:07:57.145 INFO O| Dec 06 21:07:57.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
66792024-12-06T21:07:58.442Z[ recovery-image] Dec 06 21:07:57.145 INFO O| Dec 06 21:07:57.145 INFO STEP 793 (remove_files) COMPLETE
66802024-12-06T21:07:58.442Z[ recovery-image] Dec 06 21:07:57.145 INFO O| Dec 06 21:07:57.145 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-06T21:07:58.449Z[ recovery-image] Dec 06 21:07:57.155 INFO O| Dec 06 21:07:57.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
66822024-12-06T21:07:58.449Z[ recovery-image] Dec 06 21:07:57.155 INFO O| Dec 06 21:07:57.155 INFO STEP 794 (remove_files) COMPLETE
66832024-12-06T21:07:58.449Z[ recovery-image] Dec 06 21:07:57.155 INFO O| Dec 06 21:07:57.155 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-06T21:07:58.460Z[ recovery-image] Dec 06 21:07:57.165 INFO O| Dec 06 21:07:57.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
66852024-12-06T21:07:58.460Z[ recovery-image] Dec 06 21:07:57.165 INFO O| Dec 06 21:07:57.165 INFO STEP 795 (remove_files) COMPLETE
66862024-12-06T21:07:58.467Z[ recovery-image] Dec 06 21:07:57.165 INFO O| Dec 06 21:07:57.165 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-06T21:07:58.469Z[ recovery-image] Dec 06 21:07:57.175 INFO O| Dec 06 21:07:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
66882024-12-06T21:07:58.469Z[ recovery-image] Dec 06 21:07:57.175 INFO O| Dec 06 21:07:57.175 INFO STEP 796 (remove_files) COMPLETE
66892024-12-06T21:07:58.470Z[ recovery-image] Dec 06 21:07:57.175 INFO O| Dec 06 21:07:57.175 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-06T21:07:58.479Z[ recovery-image] Dec 06 21:07:57.185 INFO O| Dec 06 21:07:57.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
66912024-12-06T21:07:58.479Z[ recovery-image] Dec 06 21:07:57.185 INFO O| Dec 06 21:07:57.185 INFO STEP 797 (remove_files) COMPLETE
66922024-12-06T21:07:58.479Z[ recovery-image] Dec 06 21:07:57.185 INFO O| Dec 06 21:07:57.185 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-06T21:07:58.490Z[ recovery-image] Dec 06 21:07:57.195 INFO O| Dec 06 21:07:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
66942024-12-06T21:07:58.491Z[ recovery-image] Dec 06 21:07:57.196 INFO O| Dec 06 21:07:57.196 INFO STEP 798 (remove_files) COMPLETE
66952024-12-06T21:07:58.497Z[ recovery-image] Dec 06 21:07:57.196 INFO O| Dec 06 21:07:57.196 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-06T21:07:58.502Z[ recovery-image] Dec 06 21:07:57.205 INFO O| Dec 06 21:07:57.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
66972024-12-06T21:07:58.502Z[ recovery-image] Dec 06 21:07:57.205 INFO O| Dec 06 21:07:57.205 INFO STEP 799 (remove_files) COMPLETE
66982024-12-06T21:07:58.502Z[ recovery-image] Dec 06 21:07:57.206 INFO O| Dec 06 21:07:57.205 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-06T21:07:58.510Z[ recovery-image] Dec 06 21:07:57.216 INFO O| Dec 06 21:07:57.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67002024-12-06T21:07:58.510Z[ recovery-image] Dec 06 21:07:57.216 INFO O| Dec 06 21:07:57.216 INFO STEP 800 (remove_files) COMPLETE
67012024-12-06T21:07:58.524Z[ recovery-image] Dec 06 21:07:57.216 INFO O| Dec 06 21:07:57.216 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-06T21:07:58.532Z[ recovery-image] Dec 06 21:07:57.226 INFO O| Dec 06 21:07:57.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67032024-12-06T21:07:58.532Z[ recovery-image] Dec 06 21:07:57.226 INFO O| Dec 06 21:07:57.226 INFO STEP 801 (remove_files) COMPLETE
67042024-12-06T21:07:58.532Z[ recovery-image] Dec 06 21:07:57.226 INFO O| Dec 06 21:07:57.226 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-06T21:07:58.532Z[ recovery-image] Dec 06 21:07:57.235 INFO O| Dec 06 21:07:57.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67062024-12-06T21:07:58.532Z[ recovery-image] Dec 06 21:07:57.236 INFO O| Dec 06 21:07:57.235 INFO STEP 802 (remove_files) COMPLETE
67072024-12-06T21:07:58.532Z[ recovery-image] Dec 06 21:07:57.236 INFO O| Dec 06 21:07:57.235 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-06T21:07:58.548Z[ recovery-image] Dec 06 21:07:57.246 INFO O| Dec 06 21:07:57.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67092024-12-06T21:07:58.548Z[ recovery-image] Dec 06 21:07:57.246 INFO O| Dec 06 21:07:57.246 INFO STEP 803 (remove_files) COMPLETE
67102024-12-06T21:07:58.548Z[ recovery-image] Dec 06 21:07:57.246 INFO O| Dec 06 21:07:57.246 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-06T21:07:58.555Z[ recovery-image] Dec 06 21:07:57.256 INFO O| Dec 06 21:07:57.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67122024-12-06T21:07:58.555Z[ recovery-image] Dec 06 21:07:57.256 INFO O| Dec 06 21:07:57.256 INFO STEP 804 (remove_files) COMPLETE
67132024-12-06T21:07:58.555Z[ recovery-image] Dec 06 21:07:57.256 INFO O| Dec 06 21:07:57.256 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-06T21:07:58.559Z[ recovery-image] Dec 06 21:07:57.266 INFO O| Dec 06 21:07:57.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67152024-12-06T21:07:58.564Z[ recovery-image] Dec 06 21:07:57.266 INFO O| Dec 06 21:07:57.266 INFO STEP 805 (remove_files) COMPLETE
67162024-12-06T21:07:58.564Z[ recovery-image] Dec 06 21:07:57.266 INFO O| Dec 06 21:07:57.266 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-06T21:07:58.570Z[ recovery-image] Dec 06 21:07:57.277 INFO O| Dec 06 21:07:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67182024-12-06T21:07:58.572Z[ recovery-image] Dec 06 21:07:57.277 INFO O| Dec 06 21:07:57.277 INFO STEP 806 (remove_files) COMPLETE
67192024-12-06T21:07:58.572Z[ recovery-image] Dec 06 21:07:57.277 INFO O| Dec 06 21:07:57.277 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-06T21:07:58.580Z[ recovery-image] Dec 06 21:07:57.287 INFO O| Dec 06 21:07:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67212024-12-06T21:07:58.580Z[ recovery-image] Dec 06 21:07:57.287 INFO O| Dec 06 21:07:57.287 INFO STEP 807 (remove_files) COMPLETE
67222024-12-06T21:07:58.583Z[ recovery-image] Dec 06 21:07:57.287 INFO O| Dec 06 21:07:57.287 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-06T21:07:58.590Z[ recovery-image] Dec 06 21:07:57.297 INFO O| Dec 06 21:07:57.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67242024-12-06T21:07:58.591Z[ recovery-image] Dec 06 21:07:57.297 INFO O| Dec 06 21:07:57.297 INFO STEP 808 (remove_files) COMPLETE
67252024-12-06T21:07:58.593Z[ recovery-image] Dec 06 21:07:57.297 INFO O| Dec 06 21:07:57.297 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-06T21:07:58.601Z[ recovery-image] Dec 06 21:07:57.307 INFO O| Dec 06 21:07:57.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67272024-12-06T21:07:58.601Z[ recovery-image] Dec 06 21:07:57.307 INFO O| Dec 06 21:07:57.307 INFO STEP 809 (remove_files) COMPLETE
67282024-12-06T21:07:58.601Z[ recovery-image] Dec 06 21:07:57.308 INFO O| Dec 06 21:07:57.307 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-06T21:07:58.611Z[ recovery-image] Dec 06 21:07:57.318 INFO O| Dec 06 21:07:57.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67302024-12-06T21:07:58.611Z[ recovery-image] Dec 06 21:07:57.318 INFO O| Dec 06 21:07:57.318 INFO STEP 810 (remove_files) COMPLETE
67312024-12-06T21:07:58.613Z[ recovery-image] Dec 06 21:07:57.318 INFO O| Dec 06 21:07:57.318 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-06T21:07:58.622Z[ recovery-image] Dec 06 21:07:57.328 INFO O| Dec 06 21:07:57.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67332024-12-06T21:07:58.622Z[ recovery-image] Dec 06 21:07:57.328 INFO O| Dec 06 21:07:57.328 INFO STEP 811 (remove_files) COMPLETE
67342024-12-06T21:07:58.624Z[ recovery-image] Dec 06 21:07:57.328 INFO O| Dec 06 21:07:57.328 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-06T21:07:58.631Z[ recovery-image] Dec 06 21:07:57.338 INFO O| Dec 06 21:07:57.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67362024-12-06T21:07:58.634Z[ recovery-image] Dec 06 21:07:57.338 INFO O| Dec 06 21:07:57.338 INFO STEP 812 (remove_files) COMPLETE
67372024-12-06T21:07:58.634Z[ recovery-image] Dec 06 21:07:57.338 INFO O| Dec 06 21:07:57.338 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-06T21:07:58.641Z[ recovery-image] Dec 06 21:07:57.348 INFO O| Dec 06 21:07:57.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67392024-12-06T21:07:58.641Z[ recovery-image] Dec 06 21:07:57.348 INFO O| Dec 06 21:07:57.348 INFO STEP 813 (remove_files) COMPLETE
67402024-12-06T21:07:58.644Z[ recovery-image] Dec 06 21:07:57.348 INFO O| Dec 06 21:07:57.348 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-06T21:07:58.651Z[ recovery-image] Dec 06 21:07:57.358 INFO O| Dec 06 21:07:57.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67422024-12-06T21:07:58.652Z[ recovery-image] Dec 06 21:07:57.358 INFO O| Dec 06 21:07:57.358 INFO STEP 814 (remove_files) COMPLETE
67432024-12-06T21:07:58.652Z[ recovery-image] Dec 06 21:07:57.358 INFO O| Dec 06 21:07:57.358 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-06T21:07:58.662Z[ recovery-image] Dec 06 21:07:57.368 INFO O| Dec 06 21:07:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67452024-12-06T21:07:58.662Z[ recovery-image] Dec 06 21:07:57.368 INFO O| Dec 06 21:07:57.368 INFO STEP 815 (remove_files) COMPLETE
67462024-12-06T21:07:58.662Z[ recovery-image] Dec 06 21:07:57.368 INFO O| Dec 06 21:07:57.368 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-06T21:07:58.672Z[ recovery-image] Dec 06 21:07:57.379 INFO O| Dec 06 21:07:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67482024-12-06T21:07:58.674Z[ recovery-image] Dec 06 21:07:57.379 INFO O| Dec 06 21:07:57.379 INFO STEP 816 (remove_files) COMPLETE
67492024-12-06T21:07:58.674Z[ recovery-image] Dec 06 21:07:57.379 INFO O| Dec 06 21:07:57.379 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-06T21:07:58.683Z[ recovery-image] Dec 06 21:07:57.390 INFO O| Dec 06 21:07:57.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67512024-12-06T21:07:58.683Z[ recovery-image] Dec 06 21:07:57.390 INFO O| Dec 06 21:07:57.390 INFO STEP 817 (remove_files) COMPLETE
67522024-12-06T21:07:58.683Z[ recovery-image] Dec 06 21:07:57.390 INFO O| Dec 06 21:07:57.390 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-06T21:07:58.693Z[ recovery-image] Dec 06 21:07:57.400 INFO O| Dec 06 21:07:57.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67542024-12-06T21:07:58.693Z[ recovery-image] Dec 06 21:07:57.400 INFO O| Dec 06 21:07:57.400 INFO STEP 818 (remove_files) COMPLETE
67552024-12-06T21:07:58.696Z[ recovery-image] Dec 06 21:07:57.400 INFO O| Dec 06 21:07:57.400 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-06T21:07:58.703Z[ recovery-image] Dec 06 21:07:57.410 INFO O| Dec 06 21:07:57.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67572024-12-06T21:07:58.706Z[ recovery-image] Dec 06 21:07:57.410 INFO O| Dec 06 21:07:57.410 INFO STEP 819 (remove_files) COMPLETE
67582024-12-06T21:07:58.706Z[ recovery-image] Dec 06 21:07:57.410 INFO O| Dec 06 21:07:57.410 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-06T21:07:58.713Z[ recovery-image] Dec 06 21:07:57.420 INFO O| Dec 06 21:07:57.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67602024-12-06T21:07:58.716Z[ recovery-image] Dec 06 21:07:57.421 INFO O| Dec 06 21:07:57.421 INFO STEP 820 (remove_files) COMPLETE
67612024-12-06T21:07:58.716Z[ recovery-image] Dec 06 21:07:57.421 INFO O| Dec 06 21:07:57.421 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-06T21:07:58.724Z[ recovery-image] Dec 06 21:07:57.431 INFO O| Dec 06 21:07:57.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67632024-12-06T21:07:58.726Z[ recovery-image] Dec 06 21:07:57.431 INFO O| Dec 06 21:07:57.431 INFO STEP 821 (remove_files) COMPLETE
67642024-12-06T21:07:58.726Z[ recovery-image] Dec 06 21:07:57.431 INFO O| Dec 06 21:07:57.431 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-06T21:07:58.737Z[ recovery-image] Dec 06 21:07:57.441 INFO O| Dec 06 21:07:57.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67662024-12-06T21:07:58.737Z[ recovery-image] Dec 06 21:07:57.441 INFO O| Dec 06 21:07:57.441 INFO STEP 822 (remove_files) COMPLETE
67672024-12-06T21:07:58.739Z[ recovery-image] Dec 06 21:07:57.441 INFO O| Dec 06 21:07:57.441 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-06T21:07:58.744Z[ recovery-image] Dec 06 21:07:57.451 INFO O| Dec 06 21:07:57.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67692024-12-06T21:07:58.747Z[ recovery-image] Dec 06 21:07:57.451 INFO O| Dec 06 21:07:57.451 INFO STEP 823 (remove_files) COMPLETE
67702024-12-06T21:07:58.747Z[ recovery-image] Dec 06 21:07:57.451 INFO O| Dec 06 21:07:57.451 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-06T21:07:58.754Z[ recovery-image] Dec 06 21:07:57.461 INFO O| Dec 06 21:07:57.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67722024-12-06T21:07:58.756Z[ recovery-image] Dec 06 21:07:57.461 INFO O| Dec 06 21:07:57.461 INFO STEP 824 (remove_files) COMPLETE
67732024-12-06T21:07:58.756Z[ recovery-image] Dec 06 21:07:57.461 INFO O| Dec 06 21:07:57.461 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-06T21:07:58.764Z[ recovery-image] Dec 06 21:07:57.471 INFO O| Dec 06 21:07:57.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67752024-12-06T21:07:58.764Z[ recovery-image] Dec 06 21:07:57.471 INFO O| Dec 06 21:07:57.471 INFO STEP 825 (remove_files) COMPLETE
67762024-12-06T21:07:58.764Z[ recovery-image] Dec 06 21:07:57.471 INFO O| Dec 06 21:07:57.471 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-06T21:07:58.774Z[ recovery-image] Dec 06 21:07:57.481 INFO O| Dec 06 21:07:57.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
67782024-12-06T21:07:58.774Z[ recovery-image] Dec 06 21:07:57.481 INFO O| Dec 06 21:07:57.481 INFO STEP 826 (remove_files) COMPLETE
67792024-12-06T21:07:58.783Z[ recovery-image] Dec 06 21:07:57.481 INFO O| Dec 06 21:07:57.481 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-06T21:07:58.785Z[ recovery-image] Dec 06 21:07:57.491 INFO O| Dec 06 21:07:57.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
67812024-12-06T21:07:58.785Z[ recovery-image] Dec 06 21:07:57.491 INFO O| Dec 06 21:07:57.491 INFO STEP 827 (remove_files) COMPLETE
67822024-12-06T21:07:58.785Z[ recovery-image] Dec 06 21:07:57.491 INFO O| Dec 06 21:07:57.491 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-06T21:07:58.792Z[ host-image] Dec 06 21:07:57.499 INFO O| Dec 06 21:07:57.499 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
67842024-12-06T21:07:58.794Z[ recovery-image] Dec 06 21:07:57.501 INFO O| Dec 06 21:07:57.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
67852024-12-06T21:07:58.794Z[ recovery-image] Dec 06 21:07:57.501 INFO O| Dec 06 21:07:57.501 INFO STEP 828 (remove_files) COMPLETE
67862024-12-06T21:07:58.796Z[ recovery-image] Dec 06 21:07:57.501 INFO O| Dec 06 21:07:57.501 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-06T21:07:58.805Z[ recovery-image] Dec 06 21:07:57.511 INFO O| Dec 06 21:07:57.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
67882024-12-06T21:07:58.807Z[ recovery-image] Dec 06 21:07:57.512 INFO O| Dec 06 21:07:57.512 INFO STEP 829 (remove_files) COMPLETE
67892024-12-06T21:07:58.807Z[ recovery-image] Dec 06 21:07:57.512 INFO O| Dec 06 21:07:57.512 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-06T21:07:58.816Z[ recovery-image] Dec 06 21:07:57.522 INFO O| Dec 06 21:07:57.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
67912024-12-06T21:07:58.818Z[ recovery-image] Dec 06 21:07:57.523 INFO O| Dec 06 21:07:57.523 INFO STEP 830 (remove_files) COMPLETE
67922024-12-06T21:07:58.818Z[ recovery-image] Dec 06 21:07:57.523 INFO O| Dec 06 21:07:57.523 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-06T21:07:58.826Z[ recovery-image] Dec 06 21:07:57.533 INFO O| Dec 06 21:07:57.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
67942024-12-06T21:07:58.826Z[ recovery-image] Dec 06 21:07:57.533 INFO O| Dec 06 21:07:57.533 INFO STEP 831 (remove_files) COMPLETE
67952024-12-06T21:07:58.828Z[ recovery-image] Dec 06 21:07:57.533 INFO O| Dec 06 21:07:57.533 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-06T21:07:58.836Z[ recovery-image] Dec 06 21:07:57.543 INFO O| Dec 06 21:07:57.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
67972024-12-06T21:07:58.836Z[ recovery-image] Dec 06 21:07:57.543 INFO O| Dec 06 21:07:57.543 INFO STEP 832 (remove_files) COMPLETE
67982024-12-06T21:07:58.839Z[ recovery-image] Dec 06 21:07:57.543 INFO O| Dec 06 21:07:57.543 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-06T21:07:58.847Z[ recovery-image] Dec 06 21:07:57.553 INFO O| Dec 06 21:07:57.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68002024-12-06T21:07:58.847Z[ recovery-image] Dec 06 21:07:57.553 INFO O| Dec 06 21:07:57.553 INFO STEP 833 (remove_files) COMPLETE
68012024-12-06T21:07:58.849Z[ recovery-image] Dec 06 21:07:57.553 INFO O| Dec 06 21:07:57.553 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-06T21:07:58.857Z[ recovery-image] Dec 06 21:07:57.563 INFO O| Dec 06 21:07:57.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68032024-12-06T21:07:58.857Z[ recovery-image] Dec 06 21:07:57.563 INFO O| Dec 06 21:07:57.563 INFO STEP 834 (remove_files) COMPLETE
68042024-12-06T21:07:58.857Z[ recovery-image] Dec 06 21:07:57.564 INFO O| Dec 06 21:07:57.563 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-06T21:07:58.867Z[ recovery-image] Dec 06 21:07:57.573 INFO O| Dec 06 21:07:57.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68062024-12-06T21:07:58.867Z[ recovery-image] Dec 06 21:07:57.574 INFO O| Dec 06 21:07:57.574 INFO STEP 835 (remove_files) COMPLETE
68072024-12-06T21:07:58.867Z[ recovery-image] Dec 06 21:07:57.574 INFO O| Dec 06 21:07:57.574 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-06T21:07:58.878Z[ recovery-image] Dec 06 21:07:57.585 INFO O| Dec 06 21:07:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68092024-12-06T21:07:58.878Z[ recovery-image] Dec 06 21:07:57.585 INFO O| Dec 06 21:07:57.585 INFO STEP 836 (remove_files) COMPLETE
68102024-12-06T21:07:58.878Z[ recovery-image] Dec 06 21:07:57.585 INFO O| Dec 06 21:07:57.585 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-06T21:07:58.890Z[ recovery-image] Dec 06 21:07:57.596 INFO O| Dec 06 21:07:57.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68122024-12-06T21:07:58.890Z[ recovery-image] Dec 06 21:07:57.596 INFO O| Dec 06 21:07:57.596 INFO STEP 837 (remove_files) COMPLETE
68132024-12-06T21:07:58.890Z[ recovery-image] Dec 06 21:07:57.596 INFO O| Dec 06 21:07:57.596 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-06T21:07:58.900Z[ recovery-image] Dec 06 21:07:57.607 INFO O| Dec 06 21:07:57.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68152024-12-06T21:07:58.900Z[ recovery-image] Dec 06 21:07:57.607 INFO O| Dec 06 21:07:57.607 INFO STEP 838 (remove_files) COMPLETE
68162024-12-06T21:07:58.900Z[ recovery-image] Dec 06 21:07:57.607 INFO O| Dec 06 21:07:57.607 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-06T21:07:58.910Z[ recovery-image] Dec 06 21:07:57.617 INFO O| Dec 06 21:07:57.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68182024-12-06T21:07:58.910Z[ recovery-image] Dec 06 21:07:57.617 INFO O| Dec 06 21:07:57.617 INFO STEP 839 (remove_files) COMPLETE
68192024-12-06T21:07:58.911Z[ recovery-image] Dec 06 21:07:57.617 INFO O| Dec 06 21:07:57.617 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-06T21:07:58.921Z[ recovery-image] Dec 06 21:07:57.627 INFO O| Dec 06 21:07:57.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68212024-12-06T21:07:58.921Z[ recovery-image] Dec 06 21:07:57.627 INFO O| Dec 06 21:07:57.627 INFO STEP 840 (remove_files) COMPLETE
68222024-12-06T21:07:58.921Z[ recovery-image] Dec 06 21:07:57.627 INFO O| Dec 06 21:07:57.627 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-06T21:07:58.931Z[ recovery-image] Dec 06 21:07:57.637 INFO O| Dec 06 21:07:57.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68242024-12-06T21:07:58.931Z[ recovery-image] Dec 06 21:07:57.637 INFO O| Dec 06 21:07:57.637 INFO STEP 841 (remove_files) COMPLETE
68252024-12-06T21:07:58.931Z[ recovery-image] Dec 06 21:07:57.637 INFO O| Dec 06 21:07:57.637 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-06T21:07:58.941Z[ recovery-image] Dec 06 21:07:57.647 INFO O| Dec 06 21:07:57.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68272024-12-06T21:07:58.941Z[ recovery-image] Dec 06 21:07:57.647 INFO O| Dec 06 21:07:57.647 INFO STEP 842 (remove_files) COMPLETE
68282024-12-06T21:07:58.943Z[ recovery-image] Dec 06 21:07:57.647 INFO O| Dec 06 21:07:57.647 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-06T21:07:58.951Z[ recovery-image] Dec 06 21:07:57.658 INFO O| Dec 06 21:07:57.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68302024-12-06T21:07:58.951Z[ recovery-image] Dec 06 21:07:57.658 INFO O| Dec 06 21:07:57.658 INFO STEP 843 (remove_files) COMPLETE
68312024-12-06T21:07:58.957Z[ recovery-image] Dec 06 21:07:57.658 INFO O| Dec 06 21:07:57.658 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-06T21:07:58.963Z[ recovery-image] Dec 06 21:07:57.669 INFO O| Dec 06 21:07:57.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68332024-12-06T21:07:58.965Z[ recovery-image] Dec 06 21:07:57.669 INFO O| Dec 06 21:07:57.669 INFO STEP 844 (remove_files) COMPLETE
68342024-12-06T21:07:58.965Z[ recovery-image] Dec 06 21:07:57.670 INFO O| Dec 06 21:07:57.669 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-06T21:07:58.974Z[ recovery-image] Dec 06 21:07:57.681 INFO O| Dec 06 21:07:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68362024-12-06T21:07:58.976Z[ recovery-image] Dec 06 21:07:57.681 INFO O| Dec 06 21:07:57.681 INFO STEP 845 (remove_files) COMPLETE
68372024-12-06T21:07:58.976Z[ recovery-image] Dec 06 21:07:57.681 INFO O| Dec 06 21:07:57.681 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-06T21:07:58.984Z[ recovery-image] Dec 06 21:07:57.691 INFO O| Dec 06 21:07:57.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68392024-12-06T21:07:58.987Z[ recovery-image] Dec 06 21:07:57.691 INFO O| Dec 06 21:07:57.691 INFO STEP 846 (remove_files) COMPLETE
68402024-12-06T21:07:58.987Z[ recovery-image] Dec 06 21:07:57.691 INFO O| Dec 06 21:07:57.691 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-06T21:07:58.995Z[ recovery-image] Dec 06 21:07:57.701 INFO O| Dec 06 21:07:57.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68422024-12-06T21:07:58.997Z[ recovery-image] Dec 06 21:07:57.701 INFO O| Dec 06 21:07:57.701 INFO STEP 847 (remove_files) COMPLETE
68432024-12-06T21:07:58.997Z[ recovery-image] Dec 06 21:07:57.701 INFO O| Dec 06 21:07:57.701 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-06T21:07:59.005Z[ recovery-image] Dec 06 21:07:57.711 INFO O| Dec 06 21:07:57.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68452024-12-06T21:07:59.007Z[ recovery-image] Dec 06 21:07:57.711 INFO O| Dec 06 21:07:57.711 INFO STEP 848 (remove_files) COMPLETE
68462024-12-06T21:07:59.007Z[ recovery-image] Dec 06 21:07:57.711 INFO O| Dec 06 21:07:57.711 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-06T21:07:59.015Z[ recovery-image] Dec 06 21:07:57.721 INFO O| Dec 06 21:07:57.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68482024-12-06T21:07:59.015Z[ recovery-image] Dec 06 21:07:57.721 INFO O| Dec 06 21:07:57.721 INFO STEP 849 (remove_files) COMPLETE
68492024-12-06T21:07:59.017Z[ recovery-image] Dec 06 21:07:57.721 INFO O| Dec 06 21:07:57.721 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-06T21:07:59.025Z[ recovery-image] Dec 06 21:07:57.731 INFO O| Dec 06 21:07:57.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68512024-12-06T21:07:59.028Z[ recovery-image] Dec 06 21:07:57.731 INFO O| Dec 06 21:07:57.731 INFO STEP 850 (remove_files) COMPLETE
68522024-12-06T21:07:59.028Z[ recovery-image] Dec 06 21:07:57.731 INFO O| Dec 06 21:07:57.731 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-06T21:07:59.035Z[ recovery-image] Dec 06 21:07:57.741 INFO O| Dec 06 21:07:57.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68542024-12-06T21:07:59.035Z[ recovery-image] Dec 06 21:07:57.741 INFO O| Dec 06 21:07:57.741 INFO STEP 851 (remove_files) COMPLETE
68552024-12-06T21:07:59.037Z[ recovery-image] Dec 06 21:07:57.741 INFO O| Dec 06 21:07:57.741 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-06T21:07:59.046Z[ recovery-image] Dec 06 21:07:57.753 INFO O| Dec 06 21:07:57.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68572024-12-06T21:07:59.046Z[ recovery-image] Dec 06 21:07:57.753 INFO O| Dec 06 21:07:57.753 INFO STEP 852 (remove_files) COMPLETE
68582024-12-06T21:07:59.049Z[ recovery-image] Dec 06 21:07:57.753 INFO O| Dec 06 21:07:57.753 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-06T21:07:59.057Z[ recovery-image] Dec 06 21:07:57.764 INFO O| Dec 06 21:07:57.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68602024-12-06T21:07:59.057Z[ recovery-image] Dec 06 21:07:57.764 INFO O| Dec 06 21:07:57.764 INFO STEP 853 (remove_files) COMPLETE
68612024-12-06T21:07:59.060Z[ recovery-image] Dec 06 21:07:57.764 INFO O| Dec 06 21:07:57.764 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-06T21:07:59.068Z[ recovery-image] Dec 06 21:07:57.774 INFO O| Dec 06 21:07:57.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68632024-12-06T21:07:59.068Z[ recovery-image] Dec 06 21:07:57.774 INFO O| Dec 06 21:07:57.774 INFO STEP 854 (remove_files) COMPLETE
68642024-12-06T21:07:59.070Z[ recovery-image] Dec 06 21:07:57.774 INFO O| Dec 06 21:07:57.774 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-06T21:07:59.078Z[ recovery-image] Dec 06 21:07:57.784 INFO O| Dec 06 21:07:57.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68662024-12-06T21:07:59.080Z[ recovery-image] Dec 06 21:07:57.785 INFO O| Dec 06 21:07:57.785 INFO STEP 855 (remove_files) COMPLETE
68672024-12-06T21:07:59.080Z[ recovery-image] Dec 06 21:07:57.785 INFO O| Dec 06 21:07:57.785 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-06T21:07:59.088Z[ recovery-image] Dec 06 21:07:57.794 INFO O| Dec 06 21:07:57.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68692024-12-06T21:07:59.088Z[ recovery-image] Dec 06 21:07:57.794 INFO O| Dec 06 21:07:57.794 INFO STEP 856 (remove_files) COMPLETE
68702024-12-06T21:07:59.090Z[ recovery-image] Dec 06 21:07:57.794 INFO O| Dec 06 21:07:57.794 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-06T21:07:59.098Z[ recovery-image] Dec 06 21:07:57.804 INFO O| Dec 06 21:07:57.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68722024-12-06T21:07:59.100Z[ recovery-image] Dec 06 21:07:57.804 INFO O| Dec 06 21:07:57.804 INFO STEP 857 (remove_files) COMPLETE
68732024-12-06T21:07:59.100Z[ recovery-image] Dec 06 21:07:57.804 INFO O| Dec 06 21:07:57.804 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-06T21:07:59.108Z[ recovery-image] Dec 06 21:07:57.814 INFO O| Dec 06 21:07:57.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68752024-12-06T21:07:59.108Z[ recovery-image] Dec 06 21:07:57.814 INFO O| Dec 06 21:07:57.814 INFO STEP 858 (remove_files) COMPLETE
68762024-12-06T21:07:59.110Z[ recovery-image] Dec 06 21:07:57.814 INFO O| Dec 06 21:07:57.814 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-06T21:07:59.117Z[ recovery-image] Dec 06 21:07:57.824 INFO O| Dec 06 21:07:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
68782024-12-06T21:07:59.117Z[ recovery-image] Dec 06 21:07:57.824 INFO O| Dec 06 21:07:57.824 INFO STEP 859 (remove_files) COMPLETE
68792024-12-06T21:07:59.120Z[ recovery-image] Dec 06 21:07:57.824 INFO O| Dec 06 21:07:57.824 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-06T21:07:59.128Z[ recovery-image] Dec 06 21:07:57.834 INFO O| Dec 06 21:07:57.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
68812024-12-06T21:07:59.128Z[ recovery-image] Dec 06 21:07:57.834 INFO O| Dec 06 21:07:57.834 INFO STEP 860 (remove_files) COMPLETE
68822024-12-06T21:07:59.128Z[ recovery-image] Dec 06 21:07:57.834 INFO O| Dec 06 21:07:57.834 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-06T21:07:59.138Z[ recovery-image] Dec 06 21:07:57.844 INFO O| Dec 06 21:07:57.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
68842024-12-06T21:07:59.140Z[ recovery-image] Dec 06 21:07:57.845 INFO O| Dec 06 21:07:57.844 INFO STEP 861 (remove_files) COMPLETE
68852024-12-06T21:07:59.140Z[ recovery-image] Dec 06 21:07:57.845 INFO O| Dec 06 21:07:57.845 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-06T21:07:59.148Z[ recovery-image] Dec 06 21:07:57.854 INFO O| Dec 06 21:07:57.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
68872024-12-06T21:07:59.150Z[ recovery-image] Dec 06 21:07:57.855 INFO O| Dec 06 21:07:57.855 INFO STEP 862 (remove_files) COMPLETE
68882024-12-06T21:07:59.150Z[ recovery-image] Dec 06 21:07:57.855 INFO O| Dec 06 21:07:57.855 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-06T21:07:59.158Z[ recovery-image] Dec 06 21:07:57.865 INFO O| Dec 06 21:07:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
68902024-12-06T21:07:59.158Z[ recovery-image] Dec 06 21:07:57.865 INFO O| Dec 06 21:07:57.865 INFO STEP 863 (remove_files) COMPLETE
68912024-12-06T21:07:59.158Z[ recovery-image] Dec 06 21:07:57.865 INFO O| Dec 06 21:07:57.865 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-06T21:07:59.168Z[ recovery-image] Dec 06 21:07:57.875 INFO O| Dec 06 21:07:57.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
68932024-12-06T21:07:59.168Z[ recovery-image] Dec 06 21:07:57.875 INFO O| Dec 06 21:07:57.875 INFO STEP 864 (remove_files) COMPLETE
68942024-12-06T21:07:59.171Z[ recovery-image] Dec 06 21:07:57.875 INFO O| Dec 06 21:07:57.875 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-06T21:07:59.178Z[ recovery-image] Dec 06 21:07:57.885 INFO O| Dec 06 21:07:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
68962024-12-06T21:07:59.179Z[ recovery-image] Dec 06 21:07:57.885 INFO O| Dec 06 21:07:57.885 INFO STEP 865 (remove_files) COMPLETE
68972024-12-06T21:07:59.180Z[ recovery-image] Dec 06 21:07:57.885 INFO O| Dec 06 21:07:57.885 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-06T21:07:59.189Z[ recovery-image] Dec 06 21:07:57.895 INFO O| Dec 06 21:07:57.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
68992024-12-06T21:07:59.190Z[ recovery-image] Dec 06 21:07:57.895 INFO O| Dec 06 21:07:57.895 INFO STEP 866 (remove_files) COMPLETE
69002024-12-06T21:07:59.190Z[ recovery-image] Dec 06 21:07:57.895 INFO O| Dec 06 21:07:57.895 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-06T21:07:59.199Z[ recovery-image] Dec 06 21:07:57.905 INFO O| Dec 06 21:07:57.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69022024-12-06T21:07:59.199Z[ recovery-image] Dec 06 21:07:57.905 INFO O| Dec 06 21:07:57.905 INFO STEP 867 (remove_files) COMPLETE
69032024-12-06T21:07:59.201Z[ recovery-image] Dec 06 21:07:57.905 INFO O| Dec 06 21:07:57.905 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-06T21:07:59.209Z[ recovery-image] Dec 06 21:07:57.915 INFO O| Dec 06 21:07:57.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69052024-12-06T21:07:59.209Z[ recovery-image] Dec 06 21:07:57.916 INFO O| Dec 06 21:07:57.916 INFO STEP 868 (remove_files) COMPLETE
69062024-12-06T21:07:59.211Z[ recovery-image] Dec 06 21:07:57.916 INFO O| Dec 06 21:07:57.916 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-06T21:07:59.219Z[ recovery-image] Dec 06 21:07:57.925 INFO O| Dec 06 21:07:57.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69082024-12-06T21:07:59.219Z[ recovery-image] Dec 06 21:07:57.926 INFO O| Dec 06 21:07:57.926 INFO STEP 869 (remove_files) COMPLETE
69092024-12-06T21:07:59.219Z[ recovery-image] Dec 06 21:07:57.926 INFO O| Dec 06 21:07:57.926 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-06T21:07:59.229Z[ recovery-image] Dec 06 21:07:57.935 INFO O| Dec 06 21:07:57.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69112024-12-06T21:07:59.231Z[ recovery-image] Dec 06 21:07:57.936 INFO O| Dec 06 21:07:57.935 INFO STEP 870 (remove_files) COMPLETE
69122024-12-06T21:07:59.231Z[ recovery-image] Dec 06 21:07:57.936 INFO O| Dec 06 21:07:57.936 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-06T21:07:59.239Z[ recovery-image] Dec 06 21:07:57.946 INFO O| Dec 06 21:07:57.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69142024-12-06T21:07:59.239Z[ recovery-image] Dec 06 21:07:57.946 INFO O| Dec 06 21:07:57.946 INFO STEP 871 (remove_files) COMPLETE
69152024-12-06T21:07:59.239Z[ recovery-image] Dec 06 21:07:57.946 INFO O| Dec 06 21:07:57.946 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-06T21:07:59.249Z[ recovery-image] Dec 06 21:07:57.956 INFO O| Dec 06 21:07:57.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69172024-12-06T21:07:59.249Z[ recovery-image] Dec 06 21:07:57.956 INFO O| Dec 06 21:07:57.956 INFO STEP 872 (remove_files) COMPLETE
69182024-12-06T21:07:59.251Z[ recovery-image] Dec 06 21:07:57.956 INFO O| Dec 06 21:07:57.956 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-06T21:07:59.261Z[ recovery-image] Dec 06 21:07:57.967 INFO O| Dec 06 21:07:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69202024-12-06T21:07:59.261Z[ recovery-image] Dec 06 21:07:57.968 INFO O| Dec 06 21:07:57.967 INFO STEP 873 (remove_files) COMPLETE
69212024-12-06T21:07:59.261Z[ recovery-image] Dec 06 21:07:57.968 INFO O| Dec 06 21:07:57.968 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-06T21:07:59.272Z[ recovery-image] Dec 06 21:07:57.978 INFO O| Dec 06 21:07:57.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69232024-12-06T21:07:59.274Z[ recovery-image] Dec 06 21:07:57.979 INFO O| Dec 06 21:07:57.979 INFO STEP 874 (remove_files) COMPLETE
69242024-12-06T21:07:59.274Z[ recovery-image] Dec 06 21:07:57.979 INFO O| Dec 06 21:07:57.979 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-06T21:07:59.282Z[ recovery-image] Dec 06 21:07:57.989 INFO O| Dec 06 21:07:57.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69262024-12-06T21:07:59.282Z[ recovery-image] Dec 06 21:07:57.989 INFO O| Dec 06 21:07:57.989 INFO STEP 875 (remove_files) COMPLETE
69272024-12-06T21:07:59.284Z[ recovery-image] Dec 06 21:07:57.989 INFO O| Dec 06 21:07:57.989 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-06T21:07:59.292Z[ recovery-image] Dec 06 21:07:57.999 INFO O| Dec 06 21:07:57.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69292024-12-06T21:07:59.292Z[ recovery-image] Dec 06 21:07:57.999 INFO O| Dec 06 21:07:57.999 INFO STEP 876 (remove_files) COMPLETE
69302024-12-06T21:07:59.295Z[ recovery-image] Dec 06 21:07:57.999 INFO O| Dec 06 21:07:57.999 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-06T21:07:59.303Z[ recovery-image] Dec 06 21:07:58.009 INFO O| Dec 06 21:07:58.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69322024-12-06T21:07:59.303Z[ recovery-image] Dec 06 21:07:58.009 INFO O| Dec 06 21:07:58.009 INFO STEP 877 (remove_files) COMPLETE
69332024-12-06T21:07:59.303Z[ recovery-image] Dec 06 21:07:58.009 INFO O| Dec 06 21:07:58.009 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-06T21:07:59.314Z[ recovery-image] Dec 06 21:07:58.021 INFO O| Dec 06 21:07:58.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69352024-12-06T21:07:59.314Z[ recovery-image] Dec 06 21:07:58.021 INFO O| Dec 06 21:07:58.021 INFO STEP 878 (remove_files) COMPLETE
69362024-12-06T21:07:59.317Z[ recovery-image] Dec 06 21:07:58.021 INFO O| Dec 06 21:07:58.021 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-06T21:07:59.325Z[ recovery-image] Dec 06 21:07:58.031 INFO O| Dec 06 21:07:58.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69382024-12-06T21:07:59.325Z[ recovery-image] Dec 06 21:07:58.031 INFO O| Dec 06 21:07:58.031 INFO STEP 879 (remove_files) COMPLETE
69392024-12-06T21:07:59.325Z[ recovery-image] Dec 06 21:07:58.031 INFO O| Dec 06 21:07:58.031 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-06T21:07:59.335Z[ recovery-image] Dec 06 21:07:58.041 INFO O| Dec 06 21:07:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69412024-12-06T21:07:59.337Z[ recovery-image] Dec 06 21:07:58.042 INFO O| Dec 06 21:07:58.041 INFO STEP 880 (remove_files) COMPLETE
69422024-12-06T21:07:59.337Z[ recovery-image] Dec 06 21:07:58.042 INFO O| Dec 06 21:07:58.041 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-06T21:07:59.345Z[ recovery-image] Dec 06 21:07:58.051 INFO O| Dec 06 21:07:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69442024-12-06T21:07:59.347Z[ recovery-image] Dec 06 21:07:58.052 INFO O| Dec 06 21:07:58.052 INFO STEP 881 (remove_files) COMPLETE
69452024-12-06T21:07:59.347Z[ recovery-image] Dec 06 21:07:58.052 INFO O| Dec 06 21:07:58.052 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-06T21:07:59.356Z[ recovery-image] Dec 06 21:07:58.063 INFO O| Dec 06 21:07:58.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69472024-12-06T21:07:59.356Z[ recovery-image] Dec 06 21:07:58.063 INFO O| Dec 06 21:07:58.063 INFO STEP 882 (remove_files) COMPLETE
69482024-12-06T21:07:59.356Z[ recovery-image] Dec 06 21:07:58.063 INFO O| Dec 06 21:07:58.063 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-06T21:07:59.368Z[ recovery-image] Dec 06 21:07:58.074 INFO O| Dec 06 21:07:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69502024-12-06T21:07:59.368Z[ recovery-image] Dec 06 21:07:58.075 INFO O| Dec 06 21:07:58.075 INFO STEP 883 (remove_files) COMPLETE
69512024-12-06T21:07:59.370Z[ recovery-image] Dec 06 21:07:58.075 INFO O| Dec 06 21:07:58.075 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-06T21:07:59.379Z[ recovery-image] Dec 06 21:07:58.086 INFO O| Dec 06 21:07:58.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69532024-12-06T21:07:59.379Z[ recovery-image] Dec 06 21:07:58.086 INFO O| Dec 06 21:07:58.086 INFO STEP 884 (remove_files) COMPLETE
69542024-12-06T21:07:59.381Z[ recovery-image] Dec 06 21:07:58.086 INFO O| Dec 06 21:07:58.086 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-06T21:07:59.389Z[ recovery-image] Dec 06 21:07:58.095 INFO O| Dec 06 21:07:58.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69562024-12-06T21:07:59.389Z[ recovery-image] Dec 06 21:07:58.096 INFO O| Dec 06 21:07:58.096 INFO STEP 885 (remove_files) COMPLETE
69572024-12-06T21:07:59.389Z[ recovery-image] Dec 06 21:07:58.096 INFO O| Dec 06 21:07:58.096 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-06T21:07:59.399Z[ recovery-image] Dec 06 21:07:58.106 INFO O| Dec 06 21:07:58.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69592024-12-06T21:07:59.399Z[ recovery-image] Dec 06 21:07:58.106 INFO O| Dec 06 21:07:58.106 INFO STEP 886 (remove_files) COMPLETE
69602024-12-06T21:07:59.402Z[ recovery-image] Dec 06 21:07:58.106 INFO O| Dec 06 21:07:58.106 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-06T21:07:59.409Z[ recovery-image] Dec 06 21:07:58.116 INFO O| Dec 06 21:07:58.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69622024-12-06T21:07:59.409Z[ recovery-image] Dec 06 21:07:58.116 INFO O| Dec 06 21:07:58.116 INFO STEP 887 (remove_files) COMPLETE
69632024-12-06T21:07:59.411Z[ recovery-image] Dec 06 21:07:58.116 INFO O| Dec 06 21:07:58.116 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-06T21:07:59.419Z[ recovery-image] Dec 06 21:07:58.126 INFO O| Dec 06 21:07:58.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69652024-12-06T21:07:59.419Z[ recovery-image] Dec 06 21:07:58.126 INFO O| Dec 06 21:07:58.126 INFO STEP 888 (remove_files) COMPLETE
69662024-12-06T21:07:59.421Z[ recovery-image] Dec 06 21:07:58.126 INFO O| Dec 06 21:07:58.126 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-06T21:07:59.429Z[ recovery-image] Dec 06 21:07:58.136 INFO O| Dec 06 21:07:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69682024-12-06T21:07:59.431Z[ recovery-image] Dec 06 21:07:58.136 INFO O| Dec 06 21:07:58.136 INFO STEP 889 (remove_files) COMPLETE
69692024-12-06T21:07:59.431Z[ recovery-image] Dec 06 21:07:58.136 INFO O| Dec 06 21:07:58.136 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-06T21:07:59.439Z[ recovery-image] Dec 06 21:07:58.146 INFO O| Dec 06 21:07:58.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69712024-12-06T21:07:59.439Z[ recovery-image] Dec 06 21:07:58.146 INFO O| Dec 06 21:07:58.146 INFO STEP 890 (remove_files) COMPLETE
69722024-12-06T21:07:59.439Z[ recovery-image] Dec 06 21:07:58.146 INFO O| Dec 06 21:07:58.146 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-06T21:07:59.449Z[ recovery-image] Dec 06 21:07:58.156 INFO O| Dec 06 21:07:58.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69742024-12-06T21:07:59.449Z[ recovery-image] Dec 06 21:07:58.156 INFO O| Dec 06 21:07:58.156 INFO STEP 891 (remove_files) COMPLETE
69752024-12-06T21:07:59.452Z[ recovery-image] Dec 06 21:07:58.156 INFO O| Dec 06 21:07:58.156 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-06T21:07:59.460Z[ recovery-image] Dec 06 21:07:58.166 INFO O| Dec 06 21:07:58.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69772024-12-06T21:07:59.460Z[ recovery-image] Dec 06 21:07:58.166 INFO O| Dec 06 21:07:58.166 INFO STEP 892 (remove_files) COMPLETE
69782024-12-06T21:07:59.460Z[ recovery-image] Dec 06 21:07:58.166 INFO O| Dec 06 21:07:58.166 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-06T21:07:59.472Z[ recovery-image] Dec 06 21:07:58.178 INFO O| Dec 06 21:07:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
69802024-12-06T21:07:59.472Z[ recovery-image] Dec 06 21:07:58.178 INFO O| Dec 06 21:07:58.178 INFO STEP 893 (remove_files) COMPLETE
69812024-12-06T21:07:59.472Z[ recovery-image] Dec 06 21:07:58.178 INFO O| Dec 06 21:07:58.178 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-06T21:07:59.482Z[ recovery-image] Dec 06 21:07:58.189 INFO O| Dec 06 21:07:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
69832024-12-06T21:07:59.485Z[ recovery-image] Dec 06 21:07:58.189 INFO O| Dec 06 21:07:58.189 INFO STEP 894 (remove_files) COMPLETE
69842024-12-06T21:07:59.485Z[ recovery-image] Dec 06 21:07:58.189 INFO O| Dec 06 21:07:58.189 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-06T21:07:59.493Z[ recovery-image] Dec 06 21:07:58.200 INFO O| Dec 06 21:07:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
69862024-12-06T21:07:59.494Z[ recovery-image] Dec 06 21:07:58.200 INFO O| Dec 06 21:07:58.200 INFO STEP 895 (remove_files) COMPLETE
69872024-12-06T21:07:59.497Z[ recovery-image] Dec 06 21:07:58.200 INFO O| Dec 06 21:07:58.200 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-06T21:07:59.504Z[ recovery-image] Dec 06 21:07:58.210 INFO O| Dec 06 21:07:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
69892024-12-06T21:07:59.504Z[ recovery-image] Dec 06 21:07:58.210 INFO O| Dec 06 21:07:58.210 INFO STEP 896 (remove_files) COMPLETE
69902024-12-06T21:07:59.506Z[ recovery-image] Dec 06 21:07:58.210 INFO O| Dec 06 21:07:58.210 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-06T21:07:59.515Z[ recovery-image] Dec 06 21:07:58.221 INFO O| Dec 06 21:07:58.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
69922024-12-06T21:07:59.515Z[ recovery-image] Dec 06 21:07:58.221 INFO O| Dec 06 21:07:58.221 INFO STEP 897 (remove_files) COMPLETE
69932024-12-06T21:07:59.515Z[ recovery-image] Dec 06 21:07:58.221 INFO O| Dec 06 21:07:58.221 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-06T21:07:59.526Z[ recovery-image] Dec 06 21:07:58.233 INFO O| Dec 06 21:07:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
69952024-12-06T21:07:59.526Z[ recovery-image] Dec 06 21:07:58.233 INFO O| Dec 06 21:07:58.233 INFO STEP 898 (remove_files) COMPLETE
69962024-12-06T21:07:59.528Z[ recovery-image] Dec 06 21:07:58.233 INFO O| Dec 06 21:07:58.233 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-06T21:07:59.537Z[ recovery-image] Dec 06 21:07:58.244 INFO O| Dec 06 21:07:58.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
69982024-12-06T21:07:59.540Z[ recovery-image] Dec 06 21:07:58.244 INFO O| Dec 06 21:07:58.244 INFO STEP 899 (remove_files) COMPLETE
69992024-12-06T21:07:59.540Z[ recovery-image] Dec 06 21:07:58.244 INFO O| Dec 06 21:07:58.244 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-06T21:07:59.549Z[ recovery-image] Dec 06 21:07:58.256 INFO O| Dec 06 21:07:58.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70012024-12-06T21:07:59.549Z[ recovery-image] Dec 06 21:07:58.256 INFO O| Dec 06 21:07:58.256 INFO STEP 900 (remove_files) COMPLETE
70022024-12-06T21:07:59.552Z[ recovery-image] Dec 06 21:07:58.256 INFO O| Dec 06 21:07:58.256 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-06T21:07:59.561Z[ recovery-image] Dec 06 21:07:58.267 INFO O| Dec 06 21:07:58.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70042024-12-06T21:07:59.561Z[ recovery-image] Dec 06 21:07:58.267 INFO O| Dec 06 21:07:58.267 INFO STEP 901 (remove_files) COMPLETE
70052024-12-06T21:07:59.563Z[ recovery-image] Dec 06 21:07:58.267 INFO O| Dec 06 21:07:58.267 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-06T21:07:59.571Z[ recovery-image] Dec 06 21:07:58.278 INFO O| Dec 06 21:07:58.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70072024-12-06T21:07:59.571Z[ recovery-image] Dec 06 21:07:58.278 INFO O| Dec 06 21:07:58.278 INFO STEP 902 (remove_files) COMPLETE
70082024-12-06T21:07:59.573Z[ recovery-image] Dec 06 21:07:58.278 INFO O| Dec 06 21:07:58.278 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-06T21:07:59.582Z[ recovery-image] Dec 06 21:07:58.288 INFO O| Dec 06 21:07:58.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70102024-12-06T21:07:59.582Z[ recovery-image] Dec 06 21:07:58.288 INFO O| Dec 06 21:07:58.288 INFO STEP 903 (remove_files) COMPLETE
70112024-12-06T21:07:59.584Z[ recovery-image] Dec 06 21:07:58.288 INFO O| Dec 06 21:07:58.288 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-06T21:07:59.592Z[ recovery-image] Dec 06 21:07:58.299 INFO O| Dec 06 21:07:58.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70132024-12-06T21:07:59.592Z[ recovery-image] Dec 06 21:07:58.299 INFO O| Dec 06 21:07:58.299 INFO STEP 904 (remove_files) COMPLETE
70142024-12-06T21:07:59.592Z[ recovery-image] Dec 06 21:07:58.299 INFO O| Dec 06 21:07:58.299 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-06T21:07:59.602Z[ recovery-image] Dec 06 21:07:58.309 INFO O| Dec 06 21:07:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70162024-12-06T21:07:59.602Z[ recovery-image] Dec 06 21:07:58.309 INFO O| Dec 06 21:07:58.309 INFO STEP 905 (remove_files) COMPLETE
70172024-12-06T21:07:59.603Z[ recovery-image] Dec 06 21:07:58.309 INFO O| Dec 06 21:07:58.309 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-06T21:07:59.613Z[ recovery-image] Dec 06 21:07:58.319 INFO O| Dec 06 21:07:58.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70192024-12-06T21:07:59.613Z[ recovery-image] Dec 06 21:07:58.319 INFO O| Dec 06 21:07:58.319 INFO STEP 906 (remove_files) COMPLETE
70202024-12-06T21:07:59.613Z[ recovery-image] Dec 06 21:07:58.319 INFO O| Dec 06 21:07:58.319 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-06T21:07:59.622Z[ recovery-image] Dec 06 21:07:58.329 INFO O| Dec 06 21:07:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70222024-12-06T21:07:59.622Z[ recovery-image] Dec 06 21:07:58.329 INFO O| Dec 06 21:07:58.329 INFO STEP 907 (remove_files) COMPLETE
70232024-12-06T21:07:59.625Z[ recovery-image] Dec 06 21:07:58.329 INFO O| Dec 06 21:07:58.329 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-06T21:07:59.632Z[ recovery-image] Dec 06 21:07:58.339 INFO O| Dec 06 21:07:58.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70252024-12-06T21:07:59.632Z[ recovery-image] Dec 06 21:07:58.339 INFO O| Dec 06 21:07:58.339 INFO STEP 908 (remove_files) COMPLETE
70262024-12-06T21:07:59.635Z[ recovery-image] Dec 06 21:07:58.339 INFO O| Dec 06 21:07:58.339 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-06T21:07:59.642Z[ recovery-image] Dec 06 21:07:58.349 INFO O| Dec 06 21:07:58.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70282024-12-06T21:07:59.645Z[ recovery-image] Dec 06 21:07:58.349 INFO O| Dec 06 21:07:58.349 INFO STEP 909 (remove_files) COMPLETE
70292024-12-06T21:07:59.645Z[ recovery-image] Dec 06 21:07:58.349 INFO O| Dec 06 21:07:58.349 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-06T21:07:59.653Z[ recovery-image] Dec 06 21:07:58.359 INFO O| Dec 06 21:07:58.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70312024-12-06T21:07:59.653Z[ recovery-image] Dec 06 21:07:58.359 INFO O| Dec 06 21:07:58.359 INFO STEP 910 (remove_files) COMPLETE
70322024-12-06T21:07:59.655Z[ recovery-image] Dec 06 21:07:58.359 INFO O| Dec 06 21:07:58.359 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-06T21:07:59.662Z[ recovery-image] Dec 06 21:07:58.369 INFO O| Dec 06 21:07:58.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70342024-12-06T21:07:59.664Z[ recovery-image] Dec 06 21:07:58.369 INFO O| Dec 06 21:07:58.369 INFO STEP 911 (remove_files) COMPLETE
70352024-12-06T21:07:59.664Z[ recovery-image] Dec 06 21:07:58.369 INFO O| Dec 06 21:07:58.369 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-06T21:07:59.672Z[ recovery-image] Dec 06 21:07:58.379 INFO O| Dec 06 21:07:58.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70372024-12-06T21:07:59.672Z[ recovery-image] Dec 06 21:07:58.379 INFO O| Dec 06 21:07:58.379 INFO STEP 912 (remove_files) COMPLETE
70382024-12-06T21:07:59.674Z[ recovery-image] Dec 06 21:07:58.379 INFO O| Dec 06 21:07:58.379 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-06T21:07:59.682Z[ recovery-image] Dec 06 21:07:58.388 INFO O| Dec 06 21:07:58.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70402024-12-06T21:07:59.682Z[ recovery-image] Dec 06 21:07:58.388 INFO O| Dec 06 21:07:58.388 INFO STEP 913 (remove_files) COMPLETE
70412024-12-06T21:07:59.684Z[ recovery-image] Dec 06 21:07:58.388 INFO O| Dec 06 21:07:58.388 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-06T21:07:59.692Z[ recovery-image] Dec 06 21:07:58.398 INFO O| Dec 06 21:07:58.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70432024-12-06T21:07:59.696Z[ recovery-image] Dec 06 21:07:58.398 INFO O| Dec 06 21:07:58.398 INFO STEP 914 (remove_files) COMPLETE
70442024-12-06T21:07:59.696Z[ recovery-image] Dec 06 21:07:58.398 INFO O| Dec 06 21:07:58.398 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-06T21:07:59.701Z[ recovery-image] Dec 06 21:07:58.408 INFO O| Dec 06 21:07:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70462024-12-06T21:07:59.702Z[ recovery-image] Dec 06 21:07:58.408 INFO O| Dec 06 21:07:58.408 INFO STEP 915 (remove_files) COMPLETE
70472024-12-06T21:07:59.704Z[ recovery-image] Dec 06 21:07:58.408 INFO O| Dec 06 21:07:58.408 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-06T21:07:59.714Z[ recovery-image] Dec 06 21:07:58.418 INFO O| Dec 06 21:07:58.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70492024-12-06T21:07:59.714Z[ recovery-image] Dec 06 21:07:58.418 INFO O| Dec 06 21:07:58.418 INFO STEP 916 (remove_files) COMPLETE
70502024-12-06T21:07:59.714Z[ recovery-image] Dec 06 21:07:58.418 INFO O| Dec 06 21:07:58.418 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-06T21:07:59.722Z[ recovery-image] Dec 06 21:07:58.428 INFO O| Dec 06 21:07:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70522024-12-06T21:07:59.722Z[ recovery-image] Dec 06 21:07:58.428 INFO O| Dec 06 21:07:58.428 INFO STEP 917 (remove_files) COMPLETE
70532024-12-06T21:07:59.724Z[ recovery-image] Dec 06 21:07:58.428 INFO O| Dec 06 21:07:58.428 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-06T21:07:59.732Z[ recovery-image] Dec 06 21:07:58.438 INFO O| Dec 06 21:07:58.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70552024-12-06T21:07:59.735Z[ recovery-image] Dec 06 21:07:58.438 INFO O| Dec 06 21:07:58.438 INFO STEP 918 (remove_files) COMPLETE
70562024-12-06T21:07:59.735Z[ recovery-image] Dec 06 21:07:58.439 INFO O| Dec 06 21:07:58.438 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-06T21:07:59.742Z[ recovery-image] Dec 06 21:07:58.448 INFO O| Dec 06 21:07:58.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70582024-12-06T21:07:59.742Z[ recovery-image] Dec 06 21:07:58.448 INFO O| Dec 06 21:07:58.448 INFO STEP 919 (remove_files) COMPLETE
70592024-12-06T21:07:59.742Z[ recovery-image] Dec 06 21:07:58.448 INFO O| Dec 06 21:07:58.448 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-06T21:07:59.751Z[ recovery-image] Dec 06 21:07:58.458 INFO O| Dec 06 21:07:58.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70612024-12-06T21:07:59.751Z[ recovery-image] Dec 06 21:07:58.458 INFO O| Dec 06 21:07:58.458 INFO STEP 920 (remove_files) COMPLETE
70622024-12-06T21:07:59.754Z[ recovery-image] Dec 06 21:07:58.458 INFO O| Dec 06 21:07:58.458 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-06T21:07:59.761Z[ recovery-image] Dec 06 21:07:58.468 INFO O| Dec 06 21:07:58.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70642024-12-06T21:07:59.761Z[ recovery-image] Dec 06 21:07:58.468 INFO O| Dec 06 21:07:58.468 INFO STEP 921 (remove_files) COMPLETE
70652024-12-06T21:07:59.761Z[ recovery-image] Dec 06 21:07:58.468 INFO O| Dec 06 21:07:58.468 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-06T21:07:59.771Z[ recovery-image] Dec 06 21:07:58.478 INFO O| Dec 06 21:07:58.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70672024-12-06T21:07:59.771Z[ recovery-image] Dec 06 21:07:58.478 INFO O| Dec 06 21:07:58.478 INFO STEP 922 (remove_files) COMPLETE
70682024-12-06T21:07:59.771Z[ recovery-image] Dec 06 21:07:58.478 INFO O| Dec 06 21:07:58.478 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-06T21:07:59.782Z[ recovery-image] Dec 06 21:07:58.488 INFO O| Dec 06 21:07:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70702024-12-06T21:07:59.782Z[ recovery-image] Dec 06 21:07:58.488 INFO O| Dec 06 21:07:58.488 INFO STEP 923 (remove_files) COMPLETE
70712024-12-06T21:07:59.785Z[ recovery-image] Dec 06 21:07:58.488 INFO O| Dec 06 21:07:58.488 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-06T21:07:59.791Z[ recovery-image] Dec 06 21:07:58.497 INFO O| Dec 06 21:07:58.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70732024-12-06T21:07:59.794Z[ recovery-image] Dec 06 21:07:58.498 INFO O| Dec 06 21:07:58.498 INFO STEP 924 (remove_files) COMPLETE
70742024-12-06T21:07:59.794Z[ recovery-image] Dec 06 21:07:58.498 INFO O| Dec 06 21:07:58.498 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-06T21:07:59.801Z[ recovery-image] Dec 06 21:07:58.507 INFO O| Dec 06 21:07:58.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70762024-12-06T21:07:59.801Z[ recovery-image] Dec 06 21:07:58.507 INFO O| Dec 06 21:07:58.507 INFO STEP 925 (remove_files) COMPLETE
70772024-12-06T21:07:59.803Z[ recovery-image] Dec 06 21:07:58.507 INFO O| Dec 06 21:07:58.507 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-06T21:07:59.811Z[ recovery-image] Dec 06 21:07:58.518 INFO O| Dec 06 21:07:58.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
70792024-12-06T21:07:59.811Z[ recovery-image] Dec 06 21:07:58.518 INFO O| Dec 06 21:07:58.518 INFO STEP 926 (remove_files) COMPLETE
70802024-12-06T21:07:59.814Z[ recovery-image] Dec 06 21:07:58.518 INFO O| Dec 06 21:07:58.518 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-06T21:07:59.822Z[ recovery-image] Dec 06 21:07:58.528 INFO O| Dec 06 21:07:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
70822024-12-06T21:07:59.822Z[ recovery-image] Dec 06 21:07:58.528 INFO O| Dec 06 21:07:58.528 INFO STEP 927 (remove_files) COMPLETE
70832024-12-06T21:07:59.826Z[ recovery-image] Dec 06 21:07:58.528 INFO O| Dec 06 21:07:58.528 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-06T21:07:59.833Z[ recovery-image] Dec 06 21:07:58.539 INFO O| Dec 06 21:07:58.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
70852024-12-06T21:07:59.833Z[ recovery-image] Dec 06 21:07:58.539 INFO O| Dec 06 21:07:58.539 INFO STEP 928 (remove_files) COMPLETE
70862024-12-06T21:07:59.833Z[ recovery-image] Dec 06 21:07:58.539 INFO O| Dec 06 21:07:58.539 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-06T21:07:59.846Z[ recovery-image] Dec 06 21:07:58.552 INFO O| Dec 06 21:07:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
70882024-12-06T21:07:59.846Z[ recovery-image] Dec 06 21:07:58.552 INFO O| Dec 06 21:07:58.552 INFO STEP 929 (remove_files) COMPLETE
70892024-12-06T21:07:59.849Z[ recovery-image] Dec 06 21:07:58.552 INFO O| Dec 06 21:07:58.552 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-06T21:07:59.857Z[ recovery-image] Dec 06 21:07:58.564 INFO O| Dec 06 21:07:58.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
70912024-12-06T21:07:59.857Z[ recovery-image] Dec 06 21:07:58.564 INFO O| Dec 06 21:07:58.564 INFO STEP 930 (remove_files) COMPLETE
70922024-12-06T21:07:59.857Z[ recovery-image] Dec 06 21:07:58.564 INFO O| Dec 06 21:07:58.564 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-06T21:07:59.869Z[ recovery-image] Dec 06 21:07:58.576 INFO O| Dec 06 21:07:58.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
70942024-12-06T21:07:59.870Z[ recovery-image] Dec 06 21:07:58.576 INFO O| Dec 06 21:07:58.576 INFO STEP 931 (remove_files) COMPLETE
70952024-12-06T21:07:59.870Z[ recovery-image] Dec 06 21:07:58.576 INFO O| Dec 06 21:07:58.576 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-06T21:07:59.881Z[ recovery-image] Dec 06 21:07:58.587 INFO O| Dec 06 21:07:58.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
70972024-12-06T21:07:59.881Z[ recovery-image] Dec 06 21:07:58.587 INFO O| Dec 06 21:07:58.587 INFO STEP 932 (remove_files) COMPLETE
70982024-12-06T21:07:59.881Z[ recovery-image] Dec 06 21:07:58.587 INFO O| Dec 06 21:07:58.587 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-06T21:07:59.892Z[ recovery-image] Dec 06 21:07:58.599 INFO O| Dec 06 21:07:58.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71002024-12-06T21:07:59.892Z[ recovery-image] Dec 06 21:07:58.599 INFO O| Dec 06 21:07:58.599 INFO STEP 933 (remove_files) COMPLETE
71012024-12-06T21:07:59.892Z[ recovery-image] Dec 06 21:07:58.599 INFO O| Dec 06 21:07:58.599 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-06T21:07:59.904Z[ recovery-image] Dec 06 21:07:58.611 INFO O| Dec 06 21:07:58.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71032024-12-06T21:07:59.904Z[ recovery-image] Dec 06 21:07:58.611 INFO O| Dec 06 21:07:58.611 INFO STEP 934 (remove_files) COMPLETE
71042024-12-06T21:07:59.904Z[ recovery-image] Dec 06 21:07:58.611 INFO O| Dec 06 21:07:58.611 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-06T21:07:59.916Z[ recovery-image] Dec 06 21:07:58.622 INFO O| Dec 06 21:07:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71062024-12-06T21:07:59.916Z[ recovery-image] Dec 06 21:07:58.622 INFO O| Dec 06 21:07:58.622 INFO STEP 935 (remove_files) COMPLETE
71072024-12-06T21:07:59.916Z[ recovery-image] Dec 06 21:07:58.622 INFO O| Dec 06 21:07:58.622 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-06T21:07:59.928Z[ recovery-image] Dec 06 21:07:58.634 INFO O| Dec 06 21:07:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71092024-12-06T21:07:59.928Z[ recovery-image] Dec 06 21:07:58.634 INFO O| Dec 06 21:07:58.634 INFO STEP 936 (remove_files) COMPLETE
71102024-12-06T21:07:59.930Z[ recovery-image] Dec 06 21:07:58.634 INFO O| Dec 06 21:07:58.634 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-06T21:07:59.939Z[ recovery-image] Dec 06 21:07:58.646 INFO O| Dec 06 21:07:58.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71122024-12-06T21:07:59.939Z[ recovery-image] Dec 06 21:07:58.646 INFO O| Dec 06 21:07:58.646 INFO STEP 937 (remove_files) COMPLETE
71132024-12-06T21:07:59.939Z[ recovery-image] Dec 06 21:07:58.646 INFO O| Dec 06 21:07:58.646 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-06T21:07:59.950Z[ recovery-image] Dec 06 21:07:58.656 INFO O| Dec 06 21:07:58.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71152024-12-06T21:07:59.950Z[ recovery-image] Dec 06 21:07:58.657 INFO O| Dec 06 21:07:58.657 INFO STEP 938 (remove_files) COMPLETE
71162024-12-06T21:07:59.952Z[ recovery-image] Dec 06 21:07:58.657 INFO O| Dec 06 21:07:58.657 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-06T21:07:59.961Z[ recovery-image] Dec 06 21:07:58.667 INFO O| Dec 06 21:07:58.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71182024-12-06T21:07:59.963Z[ recovery-image] Dec 06 21:07:58.668 INFO O| Dec 06 21:07:58.667 INFO STEP 939 (remove_files) COMPLETE
71192024-12-06T21:07:59.963Z[ recovery-image] Dec 06 21:07:58.668 INFO O| Dec 06 21:07:58.668 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-06T21:07:59.972Z[ recovery-image] Dec 06 21:07:58.678 INFO O| Dec 06 21:07:58.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71212024-12-06T21:07:59.972Z[ recovery-image] Dec 06 21:07:58.678 INFO O| Dec 06 21:07:58.678 INFO STEP 940 (remove_files) COMPLETE
71222024-12-06T21:07:59.974Z[ recovery-image] Dec 06 21:07:58.678 INFO O| Dec 06 21:07:58.678 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-06T21:07:59.982Z[ recovery-image] Dec 06 21:07:58.689 INFO O| Dec 06 21:07:58.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71242024-12-06T21:07:59.984Z[ recovery-image] Dec 06 21:07:58.689 INFO O| Dec 06 21:07:58.689 INFO STEP 941 (remove_files) COMPLETE
71252024-12-06T21:07:59.985Z[ recovery-image] Dec 06 21:07:58.689 INFO O| Dec 06 21:07:58.689 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-06T21:07:59.993Z[ recovery-image] Dec 06 21:07:58.699 INFO O| Dec 06 21:07:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71272024-12-06T21:07:59.993Z[ recovery-image] Dec 06 21:07:58.700 INFO O| Dec 06 21:07:58.700 INFO STEP 942 (remove_files) COMPLETE
71282024-12-06T21:07:59.993Z[ recovery-image] Dec 06 21:07:58.700 INFO O| Dec 06 21:07:58.700 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-06T21:08:00.003Z[ recovery-image] Dec 06 21:07:58.710 INFO O| Dec 06 21:07:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71302024-12-06T21:08:00.005Z[ recovery-image] Dec 06 21:07:58.710 INFO O| Dec 06 21:07:58.710 INFO STEP 943 (remove_files) COMPLETE
71312024-12-06T21:08:00.005Z[ recovery-image] Dec 06 21:07:58.710 INFO O| Dec 06 21:07:58.710 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-06T21:08:00.013Z[ recovery-image] Dec 06 21:07:58.720 INFO O| Dec 06 21:07:58.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71332024-12-06T21:08:00.013Z[ recovery-image] Dec 06 21:07:58.720 INFO O| Dec 06 21:07:58.720 INFO STEP 944 (remove_files) COMPLETE
71342024-12-06T21:08:00.015Z[ recovery-image] Dec 06 21:07:58.720 INFO O| Dec 06 21:07:58.720 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-06T21:08:00.023Z[ recovery-image] Dec 06 21:07:58.730 INFO O| Dec 06 21:07:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71362024-12-06T21:08:00.026Z[ recovery-image] Dec 06 21:07:58.730 INFO O| Dec 06 21:07:58.730 INFO STEP 945 (remove_files) COMPLETE
71372024-12-06T21:08:00.026Z[ recovery-image] Dec 06 21:07:58.730 INFO O| Dec 06 21:07:58.730 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-06T21:08:00.033Z[ recovery-image] Dec 06 21:07:58.739 INFO O| Dec 06 21:07:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71392024-12-06T21:08:00.033Z[ recovery-image] Dec 06 21:07:58.739 INFO O| Dec 06 21:07:58.739 INFO STEP 946 (remove_files) COMPLETE
71402024-12-06T21:08:00.033Z[ recovery-image] Dec 06 21:07:58.739 INFO O| Dec 06 21:07:58.739 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-06T21:08:00.043Z[ recovery-image] Dec 06 21:07:58.749 INFO O| Dec 06 21:07:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71422024-12-06T21:08:00.043Z[ recovery-image] Dec 06 21:07:58.749 INFO O| Dec 06 21:07:58.749 INFO STEP 947 (remove_files) COMPLETE
71432024-12-06T21:08:00.045Z[ recovery-image] Dec 06 21:07:58.749 INFO O| Dec 06 21:07:58.749 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-12-06T21:08:00.053Z[ recovery-image] Dec 06 21:07:58.759 INFO O| Dec 06 21:07:58.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71452024-12-06T21:08:00.053Z[ recovery-image] Dec 06 21:07:58.759 INFO O| Dec 06 21:07:58.759 INFO STEP 948 (remove_files) COMPLETE
71462024-12-06T21:08:00.055Z[ recovery-image] Dec 06 21:07:58.759 INFO O| Dec 06 21:07:58.759 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-12-06T21:08:00.063Z[ recovery-image] Dec 06 21:07:58.769 INFO O| Dec 06 21:07:58.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71482024-12-06T21:08:00.063Z[ recovery-image] Dec 06 21:07:58.769 INFO O| Dec 06 21:07:58.769 INFO STEP 949 (remove_files) COMPLETE
71492024-12-06T21:08:00.067Z[ recovery-image] Dec 06 21:07:58.769 INFO O| Dec 06 21:07:58.769 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-12-06T21:08:00.074Z[ recovery-image] Dec 06 21:07:58.779 INFO O| Dec 06 21:07:58.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71512024-12-06T21:08:00.074Z[ recovery-image] Dec 06 21:07:58.779 INFO O| Dec 06 21:07:58.779 INFO STEP 950 (remove_files) COMPLETE
71522024-12-06T21:08:00.076Z[ recovery-image] Dec 06 21:07:58.779 INFO O| Dec 06 21:07:58.779 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-12-06T21:08:00.083Z[ recovery-image] Dec 06 21:07:58.789 INFO O| Dec 06 21:07:58.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71542024-12-06T21:08:00.083Z[ recovery-image] Dec 06 21:07:58.789 INFO O| Dec 06 21:07:58.789 INFO STEP 951 (remove_files) COMPLETE
71552024-12-06T21:08:00.086Z[ recovery-image] Dec 06 21:07:58.789 INFO O| Dec 06 21:07:58.789 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-12-06T21:08:00.093Z[ recovery-image] Dec 06 21:07:58.800 INFO O| Dec 06 21:07:58.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71572024-12-06T21:08:00.095Z[ recovery-image] Dec 06 21:07:58.800 INFO O| Dec 06 21:07:58.800 INFO STEP 952 (remove_files) COMPLETE
71582024-12-06T21:08:00.095Z[ recovery-image] Dec 06 21:07:58.800 INFO O| Dec 06 21:07:58.800 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-12-06T21:08:00.104Z[ recovery-image] Dec 06 21:07:58.811 INFO O| Dec 06 21:07:58.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71602024-12-06T21:08:00.104Z[ recovery-image] Dec 06 21:07:58.811 INFO O| Dec 06 21:07:58.811 INFO STEP 953 (remove_files) COMPLETE
71612024-12-06T21:08:00.106Z[ recovery-image] Dec 06 21:07:58.811 INFO O| Dec 06 21:07:58.811 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-12-06T21:08:00.115Z[ recovery-image] Dec 06 21:07:58.821 INFO O| Dec 06 21:07:58.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71632024-12-06T21:08:00.115Z[ recovery-image] Dec 06 21:07:58.822 INFO O| Dec 06 21:07:58.821 INFO STEP 954 (remove_files) COMPLETE
71642024-12-06T21:08:00.117Z[ recovery-image] Dec 06 21:07:58.822 INFO O| Dec 06 21:07:58.821 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-12-06T21:08:00.126Z[ recovery-image] Dec 06 21:07:58.832 INFO O| Dec 06 21:07:58.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71662024-12-06T21:08:00.126Z[ recovery-image] Dec 06 21:07:58.832 INFO O| Dec 06 21:07:58.832 INFO STEP 955 (remove_files) COMPLETE
71672024-12-06T21:08:00.126Z[ recovery-image] Dec 06 21:07:58.832 INFO O| Dec 06 21:07:58.832 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-06T21:08:00.136Z[ recovery-image] Dec 06 21:07:58.843 INFO O| Dec 06 21:07:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71692024-12-06T21:08:00.136Z[ recovery-image] Dec 06 21:07:58.843 INFO O| Dec 06 21:07:58.843 INFO STEP 956 (remove_files) COMPLETE
71702024-12-06T21:08:00.136Z[ recovery-image] Dec 06 21:07:58.843 INFO O| Dec 06 21:07:58.843 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-06T21:08:00.147Z[ recovery-image] Dec 06 21:07:58.853 INFO O| Dec 06 21:07:58.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71722024-12-06T21:08:00.147Z[ recovery-image] Dec 06 21:07:58.853 INFO O| Dec 06 21:07:58.853 INFO STEP 957 (remove_files) COMPLETE
71732024-12-06T21:08:00.147Z[ recovery-image] Dec 06 21:07:58.854 INFO O| Dec 06 21:07:58.853 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-06T21:08:00.157Z[ recovery-image] Dec 06 21:07:58.864 INFO O| Dec 06 21:07:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71752024-12-06T21:08:00.157Z[ recovery-image] Dec 06 21:07:58.864 INFO O| Dec 06 21:07:58.864 INFO STEP 958 (remove_files) COMPLETE
71762024-12-06T21:08:00.160Z[ recovery-image] Dec 06 21:07:58.864 INFO O| Dec 06 21:07:58.864 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-06T21:08:00.168Z[ recovery-image] Dec 06 21:07:58.874 INFO O| Dec 06 21:07:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
71782024-12-06T21:08:00.168Z[ recovery-image] Dec 06 21:07:58.874 INFO O| Dec 06 21:07:58.874 INFO STEP 959 (remove_files) COMPLETE
71792024-12-06T21:08:00.170Z[ recovery-image] Dec 06 21:07:58.874 INFO O| Dec 06 21:07:58.874 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-06T21:08:00.178Z[ recovery-image] Dec 06 21:07:58.884 INFO O| Dec 06 21:07:58.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
71812024-12-06T21:08:00.180Z[ recovery-image] Dec 06 21:07:58.885 INFO O| Dec 06 21:07:58.884 INFO STEP 960 (remove_files) COMPLETE
71822024-12-06T21:08:00.180Z[ recovery-image] Dec 06 21:07:58.885 INFO O| Dec 06 21:07:58.885 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-06T21:08:00.189Z[ recovery-image] Dec 06 21:07:58.895 INFO O| Dec 06 21:07:58.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
71842024-12-06T21:08:00.189Z[ recovery-image] Dec 06 21:07:58.895 INFO O| Dec 06 21:07:58.895 INFO STEP 961 (remove_files) COMPLETE
71852024-12-06T21:08:00.191Z[ recovery-image] Dec 06 21:07:58.895 INFO O| Dec 06 21:07:58.895 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-06T21:08:00.200Z[ recovery-image] Dec 06 21:07:58.905 INFO O| Dec 06 21:07:58.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
71872024-12-06T21:08:00.200Z[ recovery-image] Dec 06 21:07:58.906 INFO O| Dec 06 21:07:58.906 INFO STEP 962 (remove_files) COMPLETE
71882024-12-06T21:08:00.202Z[ recovery-image] Dec 06 21:07:58.906 INFO O| Dec 06 21:07:58.906 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-06T21:08:00.209Z[ recovery-image] Dec 06 21:07:58.916 INFO O| Dec 06 21:07:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
71902024-12-06T21:08:00.209Z[ recovery-image] Dec 06 21:07:58.916 INFO O| Dec 06 21:07:58.916 INFO STEP 963 (remove_files) COMPLETE
71912024-12-06T21:08:00.209Z[ recovery-image] Dec 06 21:07:58.916 INFO O| Dec 06 21:07:58.916 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-06T21:08:00.220Z[ recovery-image] Dec 06 21:07:58.926 INFO O| Dec 06 21:07:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
71932024-12-06T21:08:00.222Z[ recovery-image] Dec 06 21:07:58.927 INFO O| Dec 06 21:07:58.926 INFO STEP 964 (remove_files) COMPLETE
71942024-12-06T21:08:00.223Z[ recovery-image] Dec 06 21:07:58.927 INFO O| Dec 06 21:07:58.926 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-06T21:08:00.230Z[ recovery-image] Dec 06 21:07:58.937 INFO O| Dec 06 21:07:58.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
71962024-12-06T21:08:00.231Z[ recovery-image] Dec 06 21:07:58.937 INFO O| Dec 06 21:07:58.937 INFO STEP 965 (remove_files) COMPLETE
71972024-12-06T21:08:00.233Z[ recovery-image] Dec 06 21:07:58.937 INFO O| Dec 06 21:07:58.937 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-06T21:08:00.241Z[ recovery-image] Dec 06 21:07:58.947 INFO O| Dec 06 21:07:58.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
71992024-12-06T21:08:00.241Z[ recovery-image] Dec 06 21:07:58.947 INFO O| Dec 06 21:07:58.947 INFO STEP 966 (remove_files) COMPLETE
72002024-12-06T21:08:00.241Z[ recovery-image] Dec 06 21:07:58.947 INFO O| Dec 06 21:07:58.947 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-06T21:08:00.251Z[ recovery-image] Dec 06 21:07:58.958 INFO O| Dec 06 21:07:58.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72022024-12-06T21:08:00.254Z[ recovery-image] Dec 06 21:07:58.958 INFO O| Dec 06 21:07:58.958 INFO STEP 967 (remove_files) COMPLETE
72032024-12-06T21:08:00.254Z[ recovery-image] Dec 06 21:07:58.958 INFO O| Dec 06 21:07:58.958 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-06T21:08:00.263Z[ recovery-image] Dec 06 21:07:58.969 INFO O| Dec 06 21:07:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72052024-12-06T21:08:00.263Z[ recovery-image] Dec 06 21:07:58.969 INFO O| Dec 06 21:07:58.969 INFO STEP 968 (remove_files) COMPLETE
72062024-12-06T21:08:00.263Z[ recovery-image] Dec 06 21:07:58.969 INFO O| Dec 06 21:07:58.969 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-06T21:08:00.275Z[ recovery-image] Dec 06 21:07:58.981 INFO O| Dec 06 21:07:58.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72082024-12-06T21:08:00.275Z[ recovery-image] Dec 06 21:07:58.981 INFO O| Dec 06 21:07:58.981 INFO STEP 969 (remove_files) COMPLETE
72092024-12-06T21:08:00.275Z[ recovery-image] Dec 06 21:07:58.981 INFO O| Dec 06 21:07:58.981 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-06T21:08:00.286Z[ recovery-image] Dec 06 21:07:58.992 INFO O| Dec 06 21:07:58.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72112024-12-06T21:08:00.286Z[ recovery-image] Dec 06 21:07:58.992 INFO O| Dec 06 21:07:58.992 INFO STEP 970 (remove_files) COMPLETE
72122024-12-06T21:08:00.288Z[ recovery-image] Dec 06 21:07:58.992 INFO O| Dec 06 21:07:58.992 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-06T21:08:00.297Z[ recovery-image] Dec 06 21:07:59.003 INFO O| Dec 06 21:07:59.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72142024-12-06T21:08:00.297Z[ recovery-image] Dec 06 21:07:59.003 INFO O| Dec 06 21:07:59.003 INFO STEP 971 (remove_files) COMPLETE
72152024-12-06T21:08:00.297Z[ recovery-image] Dec 06 21:07:59.003 INFO O| Dec 06 21:07:59.003 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-06T21:08:00.309Z[ recovery-image] Dec 06 21:07:59.015 INFO O| Dec 06 21:07:59.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72172024-12-06T21:08:00.309Z[ recovery-image] Dec 06 21:07:59.015 INFO O| Dec 06 21:07:59.015 INFO STEP 972 (remove_files) COMPLETE
72182024-12-06T21:08:00.309Z[ recovery-image] Dec 06 21:07:59.015 INFO O| Dec 06 21:07:59.015 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-06T21:08:00.321Z[ recovery-image] Dec 06 21:07:59.026 INFO O| Dec 06 21:07:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72202024-12-06T21:08:00.323Z[ recovery-image] Dec 06 21:07:59.026 INFO O| Dec 06 21:07:59.026 INFO STEP 973 (remove_files) COMPLETE
72212024-12-06T21:08:00.323Z[ recovery-image] Dec 06 21:07:59.026 INFO O| Dec 06 21:07:59.026 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-06T21:08:00.330Z[ recovery-image] Dec 06 21:07:59.036 INFO O| Dec 06 21:07:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72232024-12-06T21:08:00.330Z[ recovery-image] Dec 06 21:07:59.037 INFO O| Dec 06 21:07:59.037 INFO STEP 974 (remove_files) COMPLETE
72242024-12-06T21:08:00.330Z[ recovery-image] Dec 06 21:07:59.037 INFO O| Dec 06 21:07:59.037 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-06T21:08:00.341Z[ recovery-image] Dec 06 21:07:59.047 INFO O| Dec 06 21:07:59.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72262024-12-06T21:08:00.341Z[ recovery-image] Dec 06 21:07:59.048 INFO O| Dec 06 21:07:59.048 INFO STEP 975 (remove_files) COMPLETE
72272024-12-06T21:08:00.341Z[ recovery-image] Dec 06 21:07:59.048 INFO O| Dec 06 21:07:59.048 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-06T21:08:00.353Z[ recovery-image] Dec 06 21:07:59.059 INFO O| Dec 06 21:07:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72292024-12-06T21:08:00.353Z[ recovery-image] Dec 06 21:07:59.059 INFO O| Dec 06 21:07:59.059 INFO STEP 976 (remove_files) COMPLETE
72302024-12-06T21:08:00.356Z[ recovery-image] Dec 06 21:07:59.059 INFO O| Dec 06 21:07:59.059 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-06T21:08:00.366Z[ recovery-image] Dec 06 21:07:59.072 INFO O| Dec 06 21:07:59.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72322024-12-06T21:08:00.366Z[ recovery-image] Dec 06 21:07:59.072 INFO O| Dec 06 21:07:59.072 INFO STEP 977 (remove_files) COMPLETE
72332024-12-06T21:08:00.366Z[ recovery-image] Dec 06 21:07:59.072 INFO O| Dec 06 21:07:59.072 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-06T21:08:00.377Z[ recovery-image] Dec 06 21:07:59.083 INFO O| Dec 06 21:07:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72352024-12-06T21:08:00.379Z[ recovery-image] Dec 06 21:07:59.083 INFO O| Dec 06 21:07:59.083 INFO STEP 978 (remove_files) COMPLETE
72362024-12-06T21:08:00.379Z[ recovery-image] Dec 06 21:07:59.083 INFO O| Dec 06 21:07:59.083 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-06T21:08:00.387Z[ recovery-image] Dec 06 21:07:59.093 INFO O| Dec 06 21:07:59.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72382024-12-06T21:08:00.389Z[ recovery-image] Dec 06 21:07:59.093 INFO O| Dec 06 21:07:59.093 INFO STEP 979 (remove_files) COMPLETE
72392024-12-06T21:08:00.389Z[ recovery-image] Dec 06 21:07:59.094 INFO O| Dec 06 21:07:59.093 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-06T21:08:00.397Z[ recovery-image] Dec 06 21:07:59.103 INFO O| Dec 06 21:07:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72412024-12-06T21:08:00.397Z[ recovery-image] Dec 06 21:07:59.103 INFO O| Dec 06 21:07:59.103 INFO STEP 980 (remove_files) COMPLETE
72422024-12-06T21:08:00.399Z[ recovery-image] Dec 06 21:07:59.103 INFO O| Dec 06 21:07:59.103 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-06T21:08:00.407Z[ recovery-image] Dec 06 21:07:59.113 INFO O| Dec 06 21:07:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72442024-12-06T21:08:00.409Z[ recovery-image] Dec 06 21:07:59.113 INFO O| Dec 06 21:07:59.113 INFO STEP 981 (remove_files) COMPLETE
72452024-12-06T21:08:00.409Z[ recovery-image] Dec 06 21:07:59.113 INFO O| Dec 06 21:07:59.113 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-06T21:08:00.417Z[ recovery-image] Dec 06 21:07:59.123 INFO O| Dec 06 21:07:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72472024-12-06T21:08:00.417Z[ recovery-image] Dec 06 21:07:59.123 INFO O| Dec 06 21:07:59.123 INFO STEP 982 (remove_files) COMPLETE
72482024-12-06T21:08:00.417Z[ recovery-image] Dec 06 21:07:59.123 INFO O| Dec 06 21:07:59.123 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-06T21:08:00.426Z[ recovery-image] Dec 06 21:07:59.133 INFO O| Dec 06 21:07:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72502024-12-06T21:08:00.426Z[ recovery-image] Dec 06 21:07:59.133 INFO O| Dec 06 21:07:59.133 INFO STEP 983 (remove_files) COMPLETE
72512024-12-06T21:08:00.427Z[ recovery-image] Dec 06 21:07:59.133 INFO O| Dec 06 21:07:59.133 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-06T21:08:00.436Z[ recovery-image] Dec 06 21:07:59.143 INFO O| Dec 06 21:07:59.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72532024-12-06T21:08:00.436Z[ recovery-image] Dec 06 21:07:59.143 INFO O| Dec 06 21:07:59.143 INFO STEP 984 (remove_files) COMPLETE
72542024-12-06T21:08:00.437Z[ recovery-image] Dec 06 21:07:59.143 INFO O| Dec 06 21:07:59.143 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-06T21:08:00.446Z[ recovery-image] Dec 06 21:07:59.153 INFO O| Dec 06 21:07:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72562024-12-06T21:08:00.446Z[ recovery-image] Dec 06 21:07:59.153 INFO O| Dec 06 21:07:59.153 INFO STEP 985 (remove_files) COMPLETE
72572024-12-06T21:08:00.448Z[ recovery-image] Dec 06 21:07:59.153 INFO O| Dec 06 21:07:59.153 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-06T21:08:00.456Z[ recovery-image] Dec 06 21:07:59.163 INFO O| Dec 06 21:07:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72592024-12-06T21:08:00.456Z[ recovery-image] Dec 06 21:07:59.163 INFO O| Dec 06 21:07:59.163 INFO STEP 986 (remove_files) COMPLETE
72602024-12-06T21:08:00.456Z[ recovery-image] Dec 06 21:07:59.163 INFO O| Dec 06 21:07:59.163 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-06T21:08:00.466Z[ recovery-image] Dec 06 21:07:59.173 INFO O| Dec 06 21:07:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72622024-12-06T21:08:00.466Z[ recovery-image] Dec 06 21:07:59.173 INFO O| Dec 06 21:07:59.173 INFO STEP 987 (remove_files) COMPLETE
72632024-12-06T21:08:00.466Z[ recovery-image] Dec 06 21:07:59.173 INFO O| Dec 06 21:07:59.173 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-06T21:08:00.476Z[ recovery-image] Dec 06 21:07:59.183 INFO O| Dec 06 21:07:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72652024-12-06T21:08:00.476Z[ recovery-image] Dec 06 21:07:59.183 INFO O| Dec 06 21:07:59.183 INFO STEP 988 (remove_files) COMPLETE
72662024-12-06T21:08:00.478Z[ recovery-image] Dec 06 21:07:59.183 INFO O| Dec 06 21:07:59.183 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-06T21:08:00.486Z[ recovery-image] Dec 06 21:07:59.193 INFO O| Dec 06 21:07:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72682024-12-06T21:08:00.486Z[ recovery-image] Dec 06 21:07:59.193 INFO O| Dec 06 21:07:59.193 INFO STEP 989 (remove_files) COMPLETE
72692024-12-06T21:08:00.488Z[ recovery-image] Dec 06 21:07:59.193 INFO O| Dec 06 21:07:59.193 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-06T21:08:00.496Z[ recovery-image] Dec 06 21:07:59.202 INFO O| Dec 06 21:07:59.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72712024-12-06T21:08:00.496Z[ recovery-image] Dec 06 21:07:59.202 INFO O| Dec 06 21:07:59.202 INFO STEP 990 (remove_files) COMPLETE
72722024-12-06T21:08:00.496Z[ recovery-image] Dec 06 21:07:59.202 INFO O| Dec 06 21:07:59.202 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-06T21:08:00.505Z[ recovery-image] Dec 06 21:07:59.212 INFO O| Dec 06 21:07:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72742024-12-06T21:08:00.505Z[ recovery-image] Dec 06 21:07:59.212 INFO O| Dec 06 21:07:59.212 INFO STEP 991 (remove_files) COMPLETE
72752024-12-06T21:08:00.505Z[ recovery-image] Dec 06 21:07:59.212 INFO O| Dec 06 21:07:59.212 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-06T21:08:00.515Z[ recovery-image] Dec 06 21:07:59.222 INFO O| Dec 06 21:07:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72772024-12-06T21:08:00.515Z[ recovery-image] Dec 06 21:07:59.222 INFO O| Dec 06 21:07:59.222 INFO STEP 992 (remove_files) COMPLETE
72782024-12-06T21:08:00.515Z[ recovery-image] Dec 06 21:07:59.222 INFO O| Dec 06 21:07:59.222 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-06T21:08:00.526Z[ recovery-image] Dec 06 21:07:59.232 INFO O| Dec 06 21:07:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72802024-12-06T21:08:00.526Z[ recovery-image] Dec 06 21:07:59.232 INFO O| Dec 06 21:07:59.232 INFO STEP 993 (remove_files) COMPLETE
72812024-12-06T21:08:00.526Z[ recovery-image] Dec 06 21:07:59.232 INFO O| Dec 06 21:07:59.232 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-06T21:08:00.536Z[ recovery-image] Dec 06 21:07:59.242 INFO O| Dec 06 21:07:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72832024-12-06T21:08:00.536Z[ recovery-image] Dec 06 21:07:59.242 INFO O| Dec 06 21:07:59.242 INFO STEP 994 (remove_files) COMPLETE
72842024-12-06T21:08:00.538Z[ recovery-image] Dec 06 21:07:59.242 INFO O| Dec 06 21:07:59.242 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-06T21:08:00.546Z[ recovery-image] Dec 06 21:07:59.253 INFO O| Dec 06 21:07:59.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
72862024-12-06T21:08:00.547Z[ recovery-image] Dec 06 21:07:59.253 INFO O| Dec 06 21:07:59.253 INFO STEP 995 (remove_files) COMPLETE
72872024-12-06T21:08:00.549Z[ recovery-image] Dec 06 21:07:59.253 INFO O| Dec 06 21:07:59.253 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-06T21:08:00.557Z[ recovery-image] Dec 06 21:07:59.263 INFO O| Dec 06 21:07:59.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
72892024-12-06T21:08:00.557Z[ recovery-image] Dec 06 21:07:59.263 INFO O| Dec 06 21:07:59.263 INFO STEP 996 (remove_files) COMPLETE
72902024-12-06T21:08:00.561Z[ recovery-image] Dec 06 21:07:59.263 INFO O| Dec 06 21:07:59.263 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-06T21:08:00.580Z[ recovery-image] Dec 06 21:07:59.274 INFO O| Dec 06 21:07:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
72922024-12-06T21:08:00.580Z[ recovery-image] Dec 06 21:07:59.274 INFO O| Dec 06 21:07:59.274 INFO STEP 997 (remove_files) COMPLETE
72932024-12-06T21:08:00.580Z[ recovery-image] Dec 06 21:07:59.274 INFO O| Dec 06 21:07:59.274 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-06T21:08:00.580Z[ recovery-image] Dec 06 21:07:59.284 INFO O| Dec 06 21:07:59.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
72952024-12-06T21:08:00.580Z[ recovery-image] Dec 06 21:07:59.284 INFO O| Dec 06 21:07:59.284 INFO STEP 998 (remove_files) COMPLETE
72962024-12-06T21:08:00.580Z[ recovery-image] Dec 06 21:07:59.284 INFO O| Dec 06 21:07:59.284 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-06T21:08:00.589Z[ recovery-image] Dec 06 21:07:59.295 INFO O| Dec 06 21:07:59.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
72982024-12-06T21:08:00.589Z[ recovery-image] Dec 06 21:07:59.295 INFO O| Dec 06 21:07:59.295 INFO STEP 999 (remove_files) COMPLETE
72992024-12-06T21:08:00.596Z[ recovery-image] Dec 06 21:07:59.295 INFO O| Dec 06 21:07:59.295 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-06T21:08:00.599Z[ recovery-image] Dec 06 21:07:59.306 INFO O| Dec 06 21:07:59.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73012024-12-06T21:08:00.599Z[ recovery-image] Dec 06 21:07:59.306 INFO O| Dec 06 21:07:59.306 INFO STEP 1000 (remove_files) COMPLETE
73022024-12-06T21:08:00.600Z[ recovery-image] Dec 06 21:07:59.306 INFO O| Dec 06 21:07:59.306 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-06T21:08:00.610Z[ recovery-image] Dec 06 21:07:59.316 INFO O| Dec 06 21:07:59.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73042024-12-06T21:08:00.610Z[ recovery-image] Dec 06 21:07:59.316 INFO O| Dec 06 21:07:59.316 INFO STEP 1001 (remove_files) COMPLETE
73052024-12-06T21:08:00.610Z[ recovery-image] Dec 06 21:07:59.316 INFO O| Dec 06 21:07:59.316 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-06T21:08:00.620Z[ recovery-image] Dec 06 21:07:59.327 INFO O| Dec 06 21:07:59.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73072024-12-06T21:08:00.620Z[ recovery-image] Dec 06 21:07:59.327 INFO O| Dec 06 21:07:59.327 INFO STEP 1002 (remove_files) COMPLETE
73082024-12-06T21:08:00.630Z[ recovery-image] Dec 06 21:07:59.327 INFO O| Dec 06 21:07:59.327 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-06T21:08:00.639Z[ recovery-image] Dec 06 21:07:59.337 INFO O| Dec 06 21:07:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73102024-12-06T21:08:00.639Z[ recovery-image] Dec 06 21:07:59.337 INFO O| Dec 06 21:07:59.337 INFO STEP 1003 (remove_files) COMPLETE
73112024-12-06T21:08:00.639Z[ recovery-image] Dec 06 21:07:59.337 INFO O| Dec 06 21:07:59.337 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-06T21:08:00.642Z[ recovery-image] Dec 06 21:07:59.347 INFO O| Dec 06 21:07:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73132024-12-06T21:08:00.642Z[ recovery-image] Dec 06 21:07:59.347 INFO O| Dec 06 21:07:59.347 INFO STEP 1004 (remove_files) COMPLETE
73142024-12-06T21:08:00.642Z[ recovery-image] Dec 06 21:07:59.347 INFO O| Dec 06 21:07:59.347 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-06T21:08:00.651Z[ recovery-image] Dec 06 21:07:59.357 INFO O| Dec 06 21:07:59.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73162024-12-06T21:08:00.651Z[ recovery-image] Dec 06 21:07:59.357 INFO O| Dec 06 21:07:59.357 INFO STEP 1005 (remove_files) COMPLETE
73172024-12-06T21:08:00.651Z[ recovery-image] Dec 06 21:07:59.358 INFO O| Dec 06 21:07:59.357 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-06T21:08:00.661Z[ recovery-image] Dec 06 21:07:59.368 INFO O| Dec 06 21:07:59.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73192024-12-06T21:08:00.661Z[ recovery-image] Dec 06 21:07:59.368 INFO O| Dec 06 21:07:59.368 INFO STEP 1006 (remove_files) COMPLETE
73202024-12-06T21:08:00.664Z[ recovery-image] Dec 06 21:07:59.368 INFO O| Dec 06 21:07:59.368 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-06T21:08:00.672Z[ recovery-image] Dec 06 21:07:59.378 INFO O| Dec 06 21:07:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73222024-12-06T21:08:00.674Z[ recovery-image] Dec 06 21:07:59.378 INFO O| Dec 06 21:07:59.378 INFO STEP 1007 (remove_files) COMPLETE
73232024-12-06T21:08:00.675Z[ recovery-image] Dec 06 21:07:59.378 INFO O| Dec 06 21:07:59.378 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-06T21:08:00.682Z[ recovery-image] Dec 06 21:07:59.388 INFO O| Dec 06 21:07:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73252024-12-06T21:08:00.682Z[ recovery-image] Dec 06 21:07:59.388 INFO O| Dec 06 21:07:59.388 INFO STEP 1008 (remove_files) COMPLETE
73262024-12-06T21:08:00.685Z[ recovery-image] Dec 06 21:07:59.388 INFO O| Dec 06 21:07:59.388 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-06T21:08:00.693Z[ recovery-image] Dec 06 21:07:59.399 INFO O| Dec 06 21:07:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73282024-12-06T21:08:00.693Z[ recovery-image] Dec 06 21:07:59.399 INFO O| Dec 06 21:07:59.399 INFO STEP 1009 (remove_files) COMPLETE
73292024-12-06T21:08:00.695Z[ recovery-image] Dec 06 21:07:59.399 INFO O| Dec 06 21:07:59.399 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-06T21:08:00.703Z[ recovery-image] Dec 06 21:07:59.409 INFO O| Dec 06 21:07:59.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73312024-12-06T21:08:00.703Z[ recovery-image] Dec 06 21:07:59.409 INFO O| Dec 06 21:07:59.409 INFO STEP 1010 (remove_files) COMPLETE
73322024-12-06T21:08:00.703Z[ recovery-image] Dec 06 21:07:59.409 INFO O| Dec 06 21:07:59.409 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-06T21:08:00.713Z[ recovery-image] Dec 06 21:07:59.419 INFO O| Dec 06 21:07:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73342024-12-06T21:08:00.713Z[ recovery-image] Dec 06 21:07:59.419 INFO O| Dec 06 21:07:59.419 INFO STEP 1011 (remove_files) COMPLETE
73352024-12-06T21:08:00.715Z[ recovery-image] Dec 06 21:07:59.419 INFO O| Dec 06 21:07:59.419 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-06T21:08:00.723Z[ recovery-image] Dec 06 21:07:59.429 INFO O| Dec 06 21:07:59.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73372024-12-06T21:08:00.723Z[ recovery-image] Dec 06 21:07:59.429 INFO O| Dec 06 21:07:59.429 INFO STEP 1012 (remove_files) COMPLETE
73382024-12-06T21:08:00.726Z[ recovery-image] Dec 06 21:07:59.429 INFO O| Dec 06 21:07:59.429 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-06T21:08:00.732Z[ recovery-image] Dec 06 21:07:59.439 INFO O| Dec 06 21:07:59.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73402024-12-06T21:08:00.735Z[ recovery-image] Dec 06 21:07:59.439 INFO O| Dec 06 21:07:59.439 INFO STEP 1013 (remove_files) COMPLETE
73412024-12-06T21:08:00.735Z[ recovery-image] Dec 06 21:07:59.439 INFO O| Dec 06 21:07:59.439 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-06T21:08:00.744Z[ recovery-image] Dec 06 21:07:59.448 INFO O| Dec 06 21:07:59.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73432024-12-06T21:08:00.744Z[ recovery-image] Dec 06 21:07:59.449 INFO O| Dec 06 21:07:59.449 INFO STEP 1014 (remove_files) COMPLETE
73442024-12-06T21:08:00.745Z[ recovery-image] Dec 06 21:07:59.449 INFO O| Dec 06 21:07:59.449 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-06T21:08:00.752Z[ recovery-image] Dec 06 21:07:59.458 INFO O| Dec 06 21:07:59.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73462024-12-06T21:08:00.752Z[ recovery-image] Dec 06 21:07:59.459 INFO O| Dec 06 21:07:59.458 INFO STEP 1015 (remove_files) COMPLETE
73472024-12-06T21:08:00.754Z[ recovery-image] Dec 06 21:07:59.459 INFO O| Dec 06 21:07:59.458 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-06T21:08:00.762Z[ recovery-image] Dec 06 21:07:59.468 INFO O| Dec 06 21:07:59.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73492024-12-06T21:08:00.762Z[ recovery-image] Dec 06 21:07:59.468 INFO O| Dec 06 21:07:59.468 INFO STEP 1016 (remove_files) COMPLETE
73502024-12-06T21:08:00.764Z[ recovery-image] Dec 06 21:07:59.468 INFO O| Dec 06 21:07:59.468 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-06T21:08:00.771Z[ recovery-image] Dec 06 21:07:59.478 INFO O| Dec 06 21:07:59.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73522024-12-06T21:08:00.774Z[ recovery-image] Dec 06 21:07:59.478 INFO O| Dec 06 21:07:59.478 INFO STEP 1017 (remove_files) COMPLETE
73532024-12-06T21:08:00.774Z[ recovery-image] Dec 06 21:07:59.478 INFO O| Dec 06 21:07:59.478 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-06T21:08:00.782Z[ recovery-image] Dec 06 21:07:59.488 INFO O| Dec 06 21:07:59.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73552024-12-06T21:08:00.782Z[ recovery-image] Dec 06 21:07:59.488 INFO O| Dec 06 21:07:59.488 INFO STEP 1018 (remove_files) COMPLETE
73562024-12-06T21:08:00.784Z[ recovery-image] Dec 06 21:07:59.488 INFO O| Dec 06 21:07:59.488 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-06T21:08:00.792Z[ recovery-image] Dec 06 21:07:59.498 INFO O| Dec 06 21:07:59.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73582024-12-06T21:08:00.792Z[ recovery-image] Dec 06 21:07:59.498 INFO O| Dec 06 21:07:59.498 INFO STEP 1019 (remove_files) COMPLETE
73592024-12-06T21:08:00.795Z[ recovery-image] Dec 06 21:07:59.498 INFO O| Dec 06 21:07:59.498 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-06T21:08:00.802Z[ recovery-image] Dec 06 21:07:59.508 INFO O| Dec 06 21:07:59.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73612024-12-06T21:08:00.805Z[ recovery-image] Dec 06 21:07:59.509 INFO O| Dec 06 21:07:59.509 INFO STEP 1020 (remove_files) COMPLETE
73622024-12-06T21:08:00.805Z[ recovery-image] Dec 06 21:07:59.509 INFO O| Dec 06 21:07:59.509 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-06T21:08:00.812Z[ recovery-image] Dec 06 21:07:59.519 INFO O| Dec 06 21:07:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73642024-12-06T21:08:00.812Z[ recovery-image] Dec 06 21:07:59.519 INFO O| Dec 06 21:07:59.519 INFO STEP 1021 (remove_files) COMPLETE
73652024-12-06T21:08:00.812Z[ recovery-image] Dec 06 21:07:59.519 INFO O| Dec 06 21:07:59.519 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-06T21:08:00.822Z[ recovery-image] Dec 06 21:07:59.528 INFO O| Dec 06 21:07:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73672024-12-06T21:08:00.822Z[ recovery-image] Dec 06 21:07:59.528 INFO O| Dec 06 21:07:59.528 INFO STEP 1022 (remove_files) COMPLETE
73682024-12-06T21:08:00.825Z[ recovery-image] Dec 06 21:07:59.528 INFO O| Dec 06 21:07:59.528 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-06T21:08:00.833Z[ recovery-image] Dec 06 21:07:59.538 INFO O| Dec 06 21:07:59.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73702024-12-06T21:08:00.833Z[ recovery-image] Dec 06 21:07:59.538 INFO O| Dec 06 21:07:59.538 INFO STEP 1023 (remove_files) COMPLETE
73712024-12-06T21:08:00.836Z[ recovery-image] Dec 06 21:07:59.538 INFO O| Dec 06 21:07:59.538 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-06T21:08:00.841Z[ recovery-image] Dec 06 21:07:59.548 INFO O| Dec 06 21:07:59.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73732024-12-06T21:08:00.841Z[ recovery-image] Dec 06 21:07:59.548 INFO O| Dec 06 21:07:59.548 INFO STEP 1024 (remove_files) COMPLETE
73742024-12-06T21:08:00.844Z[ recovery-image] Dec 06 21:07:59.548 INFO O| Dec 06 21:07:59.548 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-06T21:08:00.851Z[ recovery-image] Dec 06 21:07:59.558 INFO O| Dec 06 21:07:59.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73762024-12-06T21:08:00.851Z[ recovery-image] Dec 06 21:07:59.558 INFO O| Dec 06 21:07:59.558 INFO STEP 1025 (remove_files) COMPLETE
73772024-12-06T21:08:00.854Z[ recovery-image] Dec 06 21:07:59.558 INFO O| Dec 06 21:07:59.558 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-06T21:08:00.861Z[ recovery-image] Dec 06 21:07:59.567 INFO O| Dec 06 21:07:59.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73792024-12-06T21:08:00.861Z[ recovery-image] Dec 06 21:07:59.567 INFO O| Dec 06 21:07:59.567 INFO STEP 1026 (remove_files) COMPLETE
73802024-12-06T21:08:00.861Z[ recovery-image] Dec 06 21:07:59.567 INFO O| Dec 06 21:07:59.567 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-06T21:08:00.871Z[ recovery-image] Dec 06 21:07:59.577 INFO O| Dec 06 21:07:59.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73822024-12-06T21:08:00.873Z[ recovery-image] Dec 06 21:07:59.577 INFO O| Dec 06 21:07:59.577 INFO STEP 1027 (remove_files) COMPLETE
73832024-12-06T21:08:00.873Z[ recovery-image] Dec 06 21:07:59.577 INFO O| Dec 06 21:07:59.577 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-06T21:08:00.880Z[ recovery-image] Dec 06 21:07:59.587 INFO O| Dec 06 21:07:59.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
73852024-12-06T21:08:00.880Z[ recovery-image] Dec 06 21:07:59.587 INFO O| Dec 06 21:07:59.587 INFO STEP 1028 (remove_files) COMPLETE
73862024-12-06T21:08:00.880Z[ recovery-image] Dec 06 21:07:59.587 INFO O| Dec 06 21:07:59.587 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-06T21:08:00.890Z[ recovery-image] Dec 06 21:07:59.596 INFO O| Dec 06 21:07:59.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73882024-12-06T21:08:00.890Z[ recovery-image] Dec 06 21:07:59.596 INFO O| Dec 06 21:07:59.596 INFO STEP 1029 (remove_files) COMPLETE
73892024-12-06T21:08:00.890Z[ recovery-image] Dec 06 21:07:59.596 INFO O| Dec 06 21:07:59.596 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-06T21:08:00.902Z[ recovery-image] Dec 06 21:07:59.606 INFO O| Dec 06 21:07:59.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
73912024-12-06T21:08:00.902Z[ recovery-image] Dec 06 21:07:59.606 INFO O| Dec 06 21:07:59.606 INFO STEP 1030 (remove_files) COMPLETE
73922024-12-06T21:08:00.905Z[ recovery-image] Dec 06 21:07:59.606 INFO O| Dec 06 21:07:59.606 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-06T21:08:00.909Z[ recovery-image] Dec 06 21:07:59.616 INFO O| Dec 06 21:07:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
73942024-12-06T21:08:00.909Z[ recovery-image] Dec 06 21:07:59.616 INFO O| Dec 06 21:07:59.616 INFO STEP 1031 (remove_files) COMPLETE
73952024-12-06T21:08:00.912Z[ recovery-image] Dec 06 21:07:59.616 INFO O| Dec 06 21:07:59.616 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-06T21:08:00.914Z[ host-image] Dec 06 21:07:59.620 INFO O| Dec 06 21:07:59.620 INFO O| Planning: Solver setup ... Done
73972024-12-06T21:08:00.918Z[ host-image] Dec 06 21:07:59.624 INFO O| Dec 06 21:07:59.624 INFO O| Planning: Running solver ... Done
73982024-12-06T21:08:00.920Z[ recovery-image] Dec 06 21:07:59.626 INFO O| Dec 06 21:07:59.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
73992024-12-06T21:08:00.920Z[ recovery-image] Dec 06 21:07:59.626 INFO O| Dec 06 21:07:59.626 INFO STEP 1032 (remove_files) COMPLETE
74002024-12-06T21:08:00.920Z[ recovery-image] Dec 06 21:07:59.626 INFO O| Dec 06 21:07:59.626 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-06T21:08:00.931Z[ recovery-image] Dec 06 21:07:59.637 INFO O| Dec 06 21:07:59.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74022024-12-06T21:08:00.931Z[ recovery-image] Dec 06 21:07:59.637 INFO O| Dec 06 21:07:59.637 INFO STEP 1033 (remove_files) COMPLETE
74032024-12-06T21:08:00.931Z[ recovery-image] Dec 06 21:07:59.637 INFO O| Dec 06 21:07:59.637 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-06T21:08:00.941Z[ recovery-image] Dec 06 21:07:59.648 INFO O| Dec 06 21:07:59.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74052024-12-06T21:08:00.944Z[ recovery-image] Dec 06 21:07:59.648 INFO O| Dec 06 21:07:59.648 INFO STEP 1034 (remove_files) COMPLETE
74062024-12-06T21:08:00.944Z[ recovery-image] Dec 06 21:07:59.648 INFO O| Dec 06 21:07:59.648 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-06T21:08:00.951Z[ recovery-image] Dec 06 21:07:59.658 INFO O| Dec 06 21:07:59.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74082024-12-06T21:08:00.951Z[ recovery-image] Dec 06 21:07:59.658 INFO O| Dec 06 21:07:59.658 INFO STEP 1035 (remove_files) COMPLETE
74092024-12-06T21:08:00.954Z[ recovery-image] Dec 06 21:07:59.658 INFO O| Dec 06 21:07:59.658 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-06T21:08:00.961Z[ recovery-image] Dec 06 21:07:59.668 INFO O| Dec 06 21:07:59.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74112024-12-06T21:08:00.964Z[ recovery-image] Dec 06 21:07:59.668 INFO O| Dec 06 21:07:59.668 INFO STEP 1036 (remove_files) COMPLETE
74122024-12-06T21:08:00.964Z[ recovery-image] Dec 06 21:07:59.668 INFO O| Dec 06 21:07:59.668 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-06T21:08:00.972Z[ recovery-image] Dec 06 21:07:59.679 INFO O| Dec 06 21:07:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74142024-12-06T21:08:00.974Z[ recovery-image] Dec 06 21:07:59.679 INFO O| Dec 06 21:07:59.679 INFO STEP 1037 (remove_files) COMPLETE
74152024-12-06T21:08:00.974Z[ recovery-image] Dec 06 21:07:59.679 INFO O| Dec 06 21:07:59.679 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-06T21:08:00.983Z[ recovery-image] Dec 06 21:07:59.690 INFO O| Dec 06 21:07:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74172024-12-06T21:08:00.983Z[ recovery-image] Dec 06 21:07:59.690 INFO O| Dec 06 21:07:59.690 INFO STEP 1038 (remove_files) COMPLETE
74182024-12-06T21:08:00.993Z[ recovery-image] Dec 06 21:07:59.690 INFO O| Dec 06 21:07:59.690 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-06T21:08:00.993Z[ host-image] Dec 06 21:07:59.691 INFO O| Dec 06 21:07:59.690 INFO O| Planning: Finding local manifests ... Done
74202024-12-06T21:08:00.993Z[ host-image] Dec 06 21:07:59.692 INFO O| Dec 06 21:07:59.692 INFO O| Planning: Fetching manifests: 0/6 0% complete
74212024-12-06T21:08:00.996Z[ recovery-image] Dec 06 21:07:59.700 INFO O| Dec 06 21:07:59.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74222024-12-06T21:08:00.996Z[ recovery-image] Dec 06 21:07:59.700 INFO O| Dec 06 21:07:59.700 INFO STEP 1039 (remove_files) COMPLETE
74232024-12-06T21:08:00.996Z[ recovery-image] Dec 06 21:07:59.700 INFO O| Dec 06 21:07:59.700 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-06T21:08:01.004Z[ recovery-image] Dec 06 21:07:59.710 INFO O| Dec 06 21:07:59.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74252024-12-06T21:08:01.004Z[ recovery-image] Dec 06 21:07:59.710 INFO O| Dec 06 21:07:59.710 INFO STEP 1040 (remove_files) COMPLETE
74262024-12-06T21:08:01.007Z[ recovery-image] Dec 06 21:07:59.710 INFO O| Dec 06 21:07:59.710 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-06T21:08:01.013Z[ recovery-image] Dec 06 21:07:59.720 INFO O| Dec 06 21:07:59.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74282024-12-06T21:08:01.014Z[ recovery-image] Dec 06 21:07:59.720 INFO O| Dec 06 21:07:59.720 INFO STEP 1041 (remove_files) COMPLETE
74292024-12-06T21:08:01.014Z[ recovery-image] Dec 06 21:07:59.720 INFO O| Dec 06 21:07:59.720 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-06T21:08:01.024Z[ recovery-image] Dec 06 21:07:59.730 INFO O| Dec 06 21:07:59.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74312024-12-06T21:08:01.024Z[ recovery-image] Dec 06 21:07:59.730 INFO O| Dec 06 21:07:59.730 INFO STEP 1042 (remove_files) COMPLETE
74322024-12-06T21:08:01.024Z[ recovery-image] Dec 06 21:07:59.730 INFO O| Dec 06 21:07:59.730 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-06T21:08:01.034Z[ recovery-image] Dec 06 21:07:59.740 INFO O| Dec 06 21:07:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74342024-12-06T21:08:01.037Z[ recovery-image] Dec 06 21:07:59.741 INFO O| Dec 06 21:07:59.741 INFO STEP 1043 (remove_files) COMPLETE
74352024-12-06T21:08:01.037Z[ recovery-image] Dec 06 21:07:59.741 INFO O| Dec 06 21:07:59.741 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-06T21:08:01.044Z[ recovery-image] Dec 06 21:07:59.751 INFO O| Dec 06 21:07:59.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74372024-12-06T21:08:01.044Z[ recovery-image] Dec 06 21:07:59.751 INFO O| Dec 06 21:07:59.751 INFO STEP 1044 (remove_files) COMPLETE
74382024-12-06T21:08:01.044Z[ recovery-image] Dec 06 21:07:59.751 INFO O| Dec 06 21:07:59.751 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-06T21:08:01.054Z[ recovery-image] Dec 06 21:07:59.760 INFO O| Dec 06 21:07:59.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74402024-12-06T21:08:01.054Z[ recovery-image] Dec 06 21:07:59.760 INFO O| Dec 06 21:07:59.760 INFO STEP 1045 (remove_files) COMPLETE
74412024-12-06T21:08:01.054Z[ recovery-image] Dec 06 21:07:59.760 INFO O| Dec 06 21:07:59.760 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-06T21:08:01.065Z[ recovery-image] Dec 06 21:07:59.771 INFO O| Dec 06 21:07:59.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74432024-12-06T21:08:01.065Z[ recovery-image] Dec 06 21:07:59.771 INFO O| Dec 06 21:07:59.771 INFO STEP 1046 (remove_files) COMPLETE
74442024-12-06T21:08:01.068Z[ recovery-image] Dec 06 21:07:59.771 INFO O| Dec 06 21:07:59.771 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-06T21:08:01.075Z[ recovery-image] Dec 06 21:07:59.781 INFO O| Dec 06 21:07:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74462024-12-06T21:08:01.075Z[ recovery-image] Dec 06 21:07:59.781 INFO O| Dec 06 21:07:59.781 INFO STEP 1047 (remove_files) COMPLETE
74472024-12-06T21:08:01.075Z[ recovery-image] Dec 06 21:07:59.781 INFO O| Dec 06 21:07:59.781 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-06T21:08:01.085Z[ recovery-image] Dec 06 21:07:59.791 INFO O| Dec 06 21:07:59.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74492024-12-06T21:08:01.088Z[ recovery-image] Dec 06 21:07:59.791 INFO O| Dec 06 21:07:59.791 INFO STEP 1048 (remove_files) COMPLETE
74502024-12-06T21:08:01.088Z[ recovery-image] Dec 06 21:07:59.791 INFO O| Dec 06 21:07:59.791 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-06T21:08:01.094Z[ recovery-image] Dec 06 21:07:59.800 INFO O| Dec 06 21:07:59.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74522024-12-06T21:08:01.094Z[ recovery-image] Dec 06 21:07:59.801 INFO O| Dec 06 21:07:59.800 INFO STEP 1049 (remove_files) COMPLETE
74532024-12-06T21:08:01.097Z[ recovery-image] Dec 06 21:07:59.801 INFO O| Dec 06 21:07:59.800 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-06T21:08:01.104Z[ recovery-image] Dec 06 21:07:59.810 INFO O| Dec 06 21:07:59.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74552024-12-06T21:08:01.104Z[ recovery-image] Dec 06 21:07:59.810 INFO O| Dec 06 21:07:59.810 INFO STEP 1050 (remove_files) COMPLETE
74562024-12-06T21:08:01.107Z[ recovery-image] Dec 06 21:07:59.810 INFO O| Dec 06 21:07:59.810 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-06T21:08:02.116Z[ recovery-image] Dec 06 21:07:59.820 INFO O| Dec 06 21:07:59.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74582024-12-06T21:08:02.116Z[ recovery-image] Dec 06 21:07:59.820 INFO O| Dec 06 21:07:59.820 INFO STEP 1051 (remove_files) COMPLETE
74592024-12-06T21:08:02.116Z[ recovery-image] Dec 06 21:07:59.820 INFO O| Dec 06 21:07:59.820 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.829 INFO O| Dec 06 21:07:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74612024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.829 INFO O| Dec 06 21:07:59.829 INFO STEP 1052 (remove_files) COMPLETE
74622024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.830 INFO O| Dec 06 21:07:59.829 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.839 INFO O| Dec 06 21:07:59.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74642024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.839 INFO O| Dec 06 21:07:59.839 INFO STEP 1053 (remove_files) COMPLETE
74652024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.839 INFO O| Dec 06 21:07:59.839 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.849 INFO O| Dec 06 21:07:59.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74672024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.849 INFO O| Dec 06 21:07:59.849 INFO STEP 1054 (remove_files) COMPLETE
74682024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.849 INFO O| Dec 06 21:07:59.849 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.859 INFO O| Dec 06 21:07:59.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74702024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.859 INFO O| Dec 06 21:07:59.859 INFO STEP 1055 (remove_files) COMPLETE
74712024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.859 INFO O| Dec 06 21:07:59.859 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-06T21:08:02.121Z[ host-image] Dec 06 21:07:59.862 INFO O| Dec 06 21:07:59.862 INFO O| Planning: Fetching manifests: 6/6 100% complete
74732024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.869 INFO O| Dec 06 21:07:59.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74742024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.869 INFO O| Dec 06 21:07:59.869 INFO STEP 1056 (remove_files) COMPLETE
74752024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.869 INFO O| Dec 06 21:07:59.869 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.879 INFO O| Dec 06 21:07:59.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74772024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.879 INFO O| Dec 06 21:07:59.879 INFO STEP 1057 (remove_files) COMPLETE
74782024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.879 INFO O| Dec 06 21:07:59.879 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.889 INFO O| Dec 06 21:07:59.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
74802024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.889 INFO O| Dec 06 21:07:59.889 INFO STEP 1058 (remove_files) COMPLETE
74812024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.889 INFO O| Dec 06 21:07:59.889 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-06T21:08:02.121Z[ host-image] Dec 06 21:07:59.895 INFO O| Dec 06 21:07:59.895 INFO O| Planning: Package planning ... Done
74832024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.899 INFO O| Dec 06 21:07:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74842024-12-06T21:08:02.121Z[ recovery-image] Dec 06 21:07:59.899 INFO O| Dec 06 21:07:59.899 INFO STEP 1059 (remove_files) COMPLETE
74852024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.899 INFO O| Dec 06 21:07:59.899 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.909 INFO O| Dec 06 21:07:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74872024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.909 INFO O| Dec 06 21:07:59.909 INFO STEP 1060 (remove_files) COMPLETE
74882024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.909 INFO O| Dec 06 21:07:59.909 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-06T21:08:02.122Z[ host-image] Dec 06 21:07:59.915 INFO O| Dec 06 21:07:59.915 INFO O| Planning: Merging actions ... Done
74902024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.919 INFO O| Dec 06 21:07:59.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74912024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.919 INFO O| Dec 06 21:07:59.919 INFO STEP 1061 (remove_files) COMPLETE
74922024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.919 INFO O| Dec 06 21:07:59.919 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.929 INFO O| Dec 06 21:07:59.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74942024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.929 INFO O| Dec 06 21:07:59.929 INFO STEP 1062 (remove_files) COMPLETE
74952024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.929 INFO O| Dec 06 21:07:59.929 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.939 INFO O| Dec 06 21:07:59.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
74972024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.939 INFO O| Dec 06 21:07:59.939 INFO STEP 1063 (remove_files) COMPLETE
74982024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.939 INFO O| Dec 06 21:07:59.939 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.949 INFO O| Dec 06 21:07:59.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75002024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.949 INFO O| Dec 06 21:07:59.949 INFO STEP 1064 (remove_files) COMPLETE
75012024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.949 INFO O| Dec 06 21:07:59.949 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.959 INFO O| Dec 06 21:07:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75032024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.959 INFO O| Dec 06 21:07:59.959 INFO STEP 1065 (remove_files) COMPLETE
75042024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.959 INFO O| Dec 06 21:07:59.959 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.969 INFO O| Dec 06 21:07:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75062024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.969 INFO O| Dec 06 21:07:59.969 INFO STEP 1066 (remove_files) COMPLETE
75072024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.969 INFO O| Dec 06 21:07:59.969 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.979 INFO O| Dec 06 21:07:59.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75092024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.979 INFO O| Dec 06 21:07:59.979 INFO STEP 1067 (remove_files) COMPLETE
75102024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.979 INFO O| Dec 06 21:07:59.979 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-06T21:08:02.122Z[ host-image] Dec 06 21:07:59.986 INFO O| Dec 06 21:07:59.986 INFO O| Planning: Checking for conflicting actions ... Done
75122024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.989 INFO O| Dec 06 21:07:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75132024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.989 INFO O| Dec 06 21:07:59.989 INFO STEP 1068 (remove_files) COMPLETE
75142024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.989 INFO O| Dec 06 21:07:59.989 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-06T21:08:02.122Z[ host-image] Dec 06 21:07:59.990 INFO O| Dec 06 21:07:59.990 INFO O| Planning: Consolidating action changes ... Done
75162024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.999 INFO O| Dec 06 21:07:59.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75172024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.999 INFO O| Dec 06 21:07:59.999 INFO STEP 1069 (remove_files) COMPLETE
75182024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:07:59.999 INFO O| Dec 06 21:07:59.999 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:08:00.009 INFO O| Dec 06 21:08:00.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75202024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:08:00.009 INFO O| Dec 06 21:08:00.009 INFO STEP 1070 (remove_files) COMPLETE
75212024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:08:00.009 INFO O| Dec 06 21:08:00.009 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-06T21:08:02.122Z[ recovery-image] Dec 06 21:08:00.019 INFO O| Dec 06 21:08:00.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75232024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.019 INFO O| Dec 06 21:08:00.019 INFO STEP 1071 (remove_files) COMPLETE
75242024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.019 INFO O| Dec 06 21:08:00.019 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.030 INFO O| Dec 06 21:08:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75262024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.030 INFO O| Dec 06 21:08:00.030 INFO STEP 1072 (remove_files) COMPLETE
75272024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.030 INFO O| Dec 06 21:08:00.030 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.041 INFO O| Dec 06 21:08:00.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75292024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.041 INFO O| Dec 06 21:08:00.041 INFO STEP 1073 (remove_files) COMPLETE
75302024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.041 INFO O| Dec 06 21:08:00.041 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.051 INFO O| Dec 06 21:08:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75322024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.051 INFO O| Dec 06 21:08:00.051 INFO STEP 1074 (remove_files) COMPLETE
75332024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.051 INFO O| Dec 06 21:08:00.051 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.061 INFO O| Dec 06 21:08:00.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75352024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.061 INFO O| Dec 06 21:08:00.061 INFO STEP 1075 (remove_files) COMPLETE
75362024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.061 INFO O| Dec 06 21:08:00.061 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.071 INFO O| Dec 06 21:08:00.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75382024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.071 INFO O| Dec 06 21:08:00.071 INFO STEP 1076 (remove_files) COMPLETE
75392024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.071 INFO O| Dec 06 21:08:00.071 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.081 INFO O| Dec 06 21:08:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75412024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.081 INFO O| Dec 06 21:08:00.081 INFO STEP 1077 (remove_files) COMPLETE
75422024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.081 INFO O| Dec 06 21:08:00.081 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.092 INFO O| Dec 06 21:08:00.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75442024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.092 INFO O| Dec 06 21:08:00.092 INFO STEP 1078 (remove_files) COMPLETE
75452024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.092 INFO O| Dec 06 21:08:00.092 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.103 INFO O| Dec 06 21:08:00.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75472024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.103 INFO O| Dec 06 21:08:00.103 INFO STEP 1079 (remove_files) COMPLETE
75482024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.103 INFO O| Dec 06 21:08:00.103 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.116 INFO O| Dec 06 21:08:00.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75502024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.116 INFO O| Dec 06 21:08:00.116 INFO STEP 1080 (remove_files) COMPLETE
75512024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.116 INFO O| Dec 06 21:08:00.116 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.127 INFO O| Dec 06 21:08:00.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75532024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.127 INFO O| Dec 06 21:08:00.127 INFO STEP 1081 (remove_files) COMPLETE
75542024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.127 INFO O| Dec 06 21:08:00.127 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.137 INFO O| Dec 06 21:08:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75562024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.138 INFO O| Dec 06 21:08:00.137 INFO STEP 1082 (remove_files) COMPLETE
75572024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.138 INFO O| Dec 06 21:08:00.137 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.147 INFO O| Dec 06 21:08:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75592024-12-06T21:08:02.123Z[ recovery-image] Dec 06 21:08:00.148 INFO O| Dec 06 21:08:00.148 INFO STEP 1083 (remove_files) COMPLETE
75602024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.148 INFO O| Dec 06 21:08:00.148 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.158 INFO O| Dec 06 21:08:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75622024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.158 INFO O| Dec 06 21:08:00.158 INFO STEP 1084 (remove_files) COMPLETE
75632024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.158 INFO O| Dec 06 21:08:00.158 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.168 INFO O| Dec 06 21:08:00.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75652024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.168 INFO O| Dec 06 21:08:00.168 INFO STEP 1085 (remove_files) COMPLETE
75662024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.168 INFO O| Dec 06 21:08:00.168 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.177 INFO O| Dec 06 21:08:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75682024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.178 INFO O| Dec 06 21:08:00.178 INFO STEP 1086 (remove_files) COMPLETE
75692024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.178 INFO O| Dec 06 21:08:00.178 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.187 INFO O| Dec 06 21:08:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75712024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.187 INFO O| Dec 06 21:08:00.187 INFO STEP 1087 (remove_files) COMPLETE
75722024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.187 INFO O| Dec 06 21:08:00.187 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.197 INFO O| Dec 06 21:08:00.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75742024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.197 INFO O| Dec 06 21:08:00.197 INFO STEP 1088 (remove_files) COMPLETE
75752024-12-06T21:08:02.128Z[ recovery-image] Dec 06 21:08:00.197 INFO O| Dec 06 21:08:00.197 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.207 INFO O| Dec 06 21:08:00.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75772024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.207 INFO O| Dec 06 21:08:00.207 INFO STEP 1089 (remove_files) COMPLETE
75782024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.207 INFO O| Dec 06 21:08:00.207 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.216 INFO O| Dec 06 21:08:00.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75802024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.216 INFO O| Dec 06 21:08:00.216 INFO STEP 1090 (remove_files) COMPLETE
75812024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.216 INFO O| Dec 06 21:08:00.216 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.226 INFO O| Dec 06 21:08:00.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75832024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.226 INFO O| Dec 06 21:08:00.226 INFO STEP 1091 (remove_files) COMPLETE
75842024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.226 INFO O| Dec 06 21:08:00.226 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.236 INFO O| Dec 06 21:08:00.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75862024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.236 INFO O| Dec 06 21:08:00.236 INFO STEP 1092 (remove_files) COMPLETE
75872024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.236 INFO O| Dec 06 21:08:00.236 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.245 INFO O| Dec 06 21:08:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75892024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.245 INFO O| Dec 06 21:08:00.245 INFO STEP 1093 (remove_files) COMPLETE
75902024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.246 INFO O| Dec 06 21:08:00.245 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.255 INFO O| Dec 06 21:08:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75922024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.255 INFO O| Dec 06 21:08:00.255 INFO STEP 1094 (remove_files) COMPLETE
75932024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.255 INFO O| Dec 06 21:08:00.255 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.265 INFO O| Dec 06 21:08:00.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75952024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.265 INFO O| Dec 06 21:08:00.265 INFO STEP 1095 (remove_files) COMPLETE
75962024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.265 INFO O| Dec 06 21:08:00.265 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.275 INFO O| Dec 06 21:08:00.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75982024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.275 INFO O| Dec 06 21:08:00.275 INFO STEP 1096 (remove_files) COMPLETE
75992024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.275 INFO O| Dec 06 21:08:00.275 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-06T21:08:02.129Z[ host-image] Dec 06 21:08:00.276 INFO O| Dec 06 21:08:00.276 INFO O| Planning: Evaluating mediators ... Done
76012024-12-06T21:08:02.129Z[ host-image] Dec 06 21:08:00.279 INFO O| Dec 06 21:08:00.279 INFO O| Planning: Planning completed in 2.78 seconds
76022024-12-06T21:08:02.129Z[ host-image] Dec 06 21:08:00.280 INFO O| Dec 06 21:08:00.280 INFO O| Packages to install: 6
76032024-12-06T21:08:02.129Z[ host-image] Dec 06 21:08:00.280 INFO O| Dec 06 21:08:00.280 INFO O| Mediators to change: 1
76042024-12-06T21:08:02.129Z[ host-image] Dec 06 21:08:00.280 INFO O| Dec 06 21:08:00.280 INFO O| Services to change: 1
76052024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.284 INFO O| Dec 06 21:08:00.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76062024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.285 INFO O| Dec 06 21:08:00.285 INFO STEP 1097 (remove_files) COMPLETE
76072024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.285 INFO O| Dec 06 21:08:00.285 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-06T21:08:02.129Z[ host-image] Dec 06 21:08:00.294 INFO O| Dec 06 21:08:00.294 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
76092024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.295 INFO O| Dec 06 21:08:00.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76102024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.295 INFO O| Dec 06 21:08:00.295 INFO STEP 1098 (remove_files) COMPLETE
76112024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.295 INFO O| Dec 06 21:08:00.295 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-12-06T21:08:02.129Z[ recovery-image] Dec 06 21:08:00.306 INFO O| Dec 06 21:08:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76132024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.306 INFO O| Dec 06 21:08:00.306 INFO STEP 1099 (remove_files) COMPLETE
76142024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.306 INFO O| Dec 06 21:08:00.306 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.317 INFO O| Dec 06 21:08:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76162024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.317 INFO O| Dec 06 21:08:00.317 INFO STEP 1100 (remove_files) COMPLETE
76172024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.317 INFO O| Dec 06 21:08:00.317 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.327 INFO O| Dec 06 21:08:00.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76192024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.327 INFO O| Dec 06 21:08:00.327 INFO STEP 1101 (remove_files) COMPLETE
76202024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.327 INFO O| Dec 06 21:08:00.327 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.337 INFO O| Dec 06 21:08:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76222024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.337 INFO O| Dec 06 21:08:00.337 INFO STEP 1102 (remove_files) COMPLETE
76232024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.337 INFO O| Dec 06 21:08:00.337 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.348 INFO O| Dec 06 21:08:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76252024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.348 INFO O| Dec 06 21:08:00.348 INFO STEP 1103 (remove_files) COMPLETE
76262024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.348 INFO O| Dec 06 21:08:00.348 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.358 INFO O| Dec 06 21:08:00.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76282024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.358 INFO O| Dec 06 21:08:00.358 INFO STEP 1104 (remove_files) COMPLETE
76292024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.358 INFO O| Dec 06 21:08:00.358 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.368 INFO O| Dec 06 21:08:00.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76312024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.368 INFO O| Dec 06 21:08:00.368 INFO STEP 1105 (remove_files) COMPLETE
76322024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.368 INFO O| Dec 06 21:08:00.368 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.377 INFO O| Dec 06 21:08:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76342024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.377 INFO O| Dec 06 21:08:00.377 INFO STEP 1106 (remove_files) COMPLETE
76352024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.377 INFO O| Dec 06 21:08:00.377 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.387 INFO O| Dec 06 21:08:00.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76372024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.387 INFO O| Dec 06 21:08:00.387 INFO STEP 1107 (remove_files) COMPLETE
76382024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.387 INFO O| Dec 06 21:08:00.387 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.397 INFO O| Dec 06 21:08:00.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76402024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.397 INFO O| Dec 06 21:08:00.397 INFO STEP 1108 (remove_files) COMPLETE
76412024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.397 INFO O| Dec 06 21:08:00.397 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.406 INFO O| Dec 06 21:08:00.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76432024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.406 INFO O| Dec 06 21:08:00.406 INFO STEP 1109 (remove_files) COMPLETE
76442024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.406 INFO O| Dec 06 21:08:00.406 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.416 INFO O| Dec 06 21:08:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76462024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.416 INFO O| Dec 06 21:08:00.416 INFO STEP 1110 (remove_files) COMPLETE
76472024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.416 INFO O| Dec 06 21:08:00.416 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-06T21:08:02.131Z[ recovery-image] Dec 06 21:08:00.426 INFO O| Dec 06 21:08:00.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76492024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.426 INFO O| Dec 06 21:08:00.426 INFO STEP 1111 (remove_files) COMPLETE
76502024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.426 INFO O| Dec 06 21:08:00.426 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.436 INFO O| Dec 06 21:08:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76522024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.436 INFO O| Dec 06 21:08:00.436 INFO STEP 1112 (remove_files) COMPLETE
76532024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.437 INFO O| Dec 06 21:08:00.436 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.447 INFO O| Dec 06 21:08:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76552024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.447 INFO O| Dec 06 21:08:00.447 INFO STEP 1113 (remove_files) COMPLETE
76562024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.447 INFO O| Dec 06 21:08:00.447 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.457 INFO O| Dec 06 21:08:00.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76582024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.457 INFO O| Dec 06 21:08:00.457 INFO STEP 1114 (remove_files) COMPLETE
76592024-12-06T21:08:02.132Z[ recovery-image] Dec 06 21:08:00.457 INFO O| Dec 06 21:08:00.457 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.467 INFO O| Dec 06 21:08:00.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76612024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.467 INFO O| Dec 06 21:08:00.467 INFO STEP 1115 (remove_files) COMPLETE
76622024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.467 INFO O| Dec 06 21:08:00.467 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.478 INFO O| Dec 06 21:08:00.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76642024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.478 INFO O| Dec 06 21:08:00.478 INFO STEP 1116 (remove_files) COMPLETE
76652024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.478 INFO O| Dec 06 21:08:00.478 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.488 INFO O| Dec 06 21:08:00.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76672024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.488 INFO O| Dec 06 21:08:00.488 INFO STEP 1117 (remove_files) COMPLETE
76682024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.488 INFO O| Dec 06 21:08:00.488 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.499 INFO O| Dec 06 21:08:00.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76702024-12-06T21:08:02.136Z[ recovery-image] Dec 06 21:08:00.499 INFO O| Dec 06 21:08:00.499 INFO STEP 1118 (remove_files) COMPLETE
76712024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.499 INFO O| Dec 06 21:08:00.499 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.510 INFO O| Dec 06 21:08:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76732024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.510 INFO O| Dec 06 21:08:00.510 INFO STEP 1119 (remove_files) COMPLETE
76742024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.510 INFO O| Dec 06 21:08:00.510 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.521 INFO O| Dec 06 21:08:00.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76762024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.521 INFO O| Dec 06 21:08:00.521 INFO STEP 1120 (remove_files) COMPLETE
76772024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.521 INFO O| Dec 06 21:08:00.521 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.531 INFO O| Dec 06 21:08:00.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76792024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.532 INFO O| Dec 06 21:08:00.532 INFO STEP 1121 (remove_files) COMPLETE
76802024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.532 INFO O| Dec 06 21:08:00.532 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.542 INFO O| Dec 06 21:08:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76822024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.542 INFO O| Dec 06 21:08:00.542 INFO STEP 1122 (remove_files) COMPLETE
76832024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.542 INFO O| Dec 06 21:08:00.542 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.552 INFO O| Dec 06 21:08:00.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76852024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.553 INFO O| Dec 06 21:08:00.553 INFO STEP 1123 (remove_files) COMPLETE
76862024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.553 INFO O| Dec 06 21:08:00.553 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-12-06T21:08:02.137Z[ recovery-image] Dec 06 21:08:00.563 INFO O| Dec 06 21:08:00.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76882024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.563 INFO O| Dec 06 21:08:00.563 INFO STEP 1124 (remove_files) COMPLETE
76892024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.563 INFO O| Dec 06 21:08:00.563 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.573 INFO O| Dec 06 21:08:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76912024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.573 INFO O| Dec 06 21:08:00.573 INFO STEP 1125 (remove_files) COMPLETE
76922024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.573 INFO O| Dec 06 21:08:00.573 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.583 INFO O| Dec 06 21:08:00.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76942024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.583 INFO O| Dec 06 21:08:00.583 INFO STEP 1126 (remove_files) COMPLETE
76952024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.583 INFO O| Dec 06 21:08:00.583 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.594 INFO O| Dec 06 21:08:00.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76972024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.594 INFO O| Dec 06 21:08:00.594 INFO STEP 1127 (remove_files) COMPLETE
76982024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.594 INFO O| Dec 06 21:08:00.594 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.604 INFO O| Dec 06 21:08:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77002024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.604 INFO O| Dec 06 21:08:00.604 INFO STEP 1128 (remove_files) COMPLETE
77012024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.604 INFO O| Dec 06 21:08:00.604 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.615 INFO O| Dec 06 21:08:00.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77032024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.615 INFO O| Dec 06 21:08:00.615 INFO STEP 1129 (remove_files) COMPLETE
77042024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.615 INFO O| Dec 06 21:08:00.615 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.625 INFO O| Dec 06 21:08:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77062024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.625 INFO O| Dec 06 21:08:00.625 INFO STEP 1130 (remove_files) COMPLETE
77072024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.625 INFO O| Dec 06 21:08:00.625 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.636 INFO O| Dec 06 21:08:00.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77092024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.636 INFO O| Dec 06 21:08:00.636 INFO STEP 1131 (remove_files) COMPLETE
77102024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.636 INFO O| Dec 06 21:08:00.636 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.646 INFO O| Dec 06 21:08:00.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77122024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.646 INFO O| Dec 06 21:08:00.646 INFO STEP 1132 (remove_files) COMPLETE
77132024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.646 INFO O| Dec 06 21:08:00.646 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.657 INFO O| Dec 06 21:08:00.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77152024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.657 INFO O| Dec 06 21:08:00.657 INFO STEP 1133 (remove_files) COMPLETE
77162024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.657 INFO O| Dec 06 21:08:00.657 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.667 INFO O| Dec 06 21:08:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77182024-12-06T21:08:02.138Z[ recovery-image] Dec 06 21:08:00.667 INFO O| Dec 06 21:08:00.667 INFO STEP 1134 (remove_files) COMPLETE
77192024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.667 INFO O| Dec 06 21:08:00.667 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.677 INFO O| Dec 06 21:08:00.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77212024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.677 INFO O| Dec 06 21:08:00.677 INFO STEP 1135 (remove_files) COMPLETE
77222024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.677 INFO O| Dec 06 21:08:00.677 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.688 INFO O| Dec 06 21:08:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77242024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.688 INFO O| Dec 06 21:08:00.688 INFO STEP 1136 (remove_files) COMPLETE
77252024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.688 INFO O| Dec 06 21:08:00.688 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.698 INFO O| Dec 06 21:08:00.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77272024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.698 INFO O| Dec 06 21:08:00.698 INFO STEP 1137 (remove_files) COMPLETE
77282024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.698 INFO O| Dec 06 21:08:00.698 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.708 INFO O| Dec 06 21:08:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77302024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.708 INFO O| Dec 06 21:08:00.708 INFO STEP 1138 (remove_files) COMPLETE
77312024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.708 INFO O| Dec 06 21:08:00.708 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.719 INFO O| Dec 06 21:08:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77332024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.719 INFO O| Dec 06 21:08:00.719 INFO STEP 1139 (remove_files) COMPLETE
77342024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.719 INFO O| Dec 06 21:08:00.719 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.729 INFO O| Dec 06 21:08:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77362024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.729 INFO O| Dec 06 21:08:00.729 INFO STEP 1140 (remove_files) COMPLETE
77372024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.729 INFO O| Dec 06 21:08:00.729 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.739 INFO O| Dec 06 21:08:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77392024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.739 INFO O| Dec 06 21:08:00.739 INFO STEP 1141 (remove_files) COMPLETE
77402024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.739 INFO O| Dec 06 21:08:00.739 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.749 INFO O| Dec 06 21:08:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77422024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.749 INFO O| Dec 06 21:08:00.749 INFO STEP 1142 (remove_files) COMPLETE
77432024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.749 INFO O| Dec 06 21:08:00.749 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.759 INFO O| Dec 06 21:08:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77452024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.759 INFO O| Dec 06 21:08:00.759 INFO STEP 1143 (remove_files) COMPLETE
77462024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.759 INFO O| Dec 06 21:08:00.759 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.769 INFO O| Dec 06 21:08:00.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77482024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.769 INFO O| Dec 06 21:08:00.769 INFO STEP 1144 (remove_files) COMPLETE
77492024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.770 INFO O| Dec 06 21:08:00.769 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.779 INFO O| Dec 06 21:08:00.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77512024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.779 INFO O| Dec 06 21:08:00.779 INFO STEP 1145 (remove_files) COMPLETE
77522024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.779 INFO O| Dec 06 21:08:00.779 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.789 INFO O| Dec 06 21:08:00.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77542024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.789 INFO O| Dec 06 21:08:00.789 INFO STEP 1146 (remove_files) COMPLETE
77552024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.789 INFO O| Dec 06 21:08:00.789 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-12-06T21:08:02.139Z[ recovery-image] Dec 06 21:08:00.799 INFO O| Dec 06 21:08:00.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77572024-12-06T21:08:02.140Z[ recovery-image] Dec 06 21:08:00.799 INFO O| Dec 06 21:08:00.799 INFO STEP 1147 (remove_files) COMPLETE
77582024-12-06T21:08:02.140Z[ recovery-image] Dec 06 21:08:00.799 INFO O| Dec 06 21:08:00.799 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-12-06T21:08:02.140Z[ recovery-image] Dec 06 21:08:00.809 INFO O| Dec 06 21:08:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77602024-12-06T21:08:02.144Z[ recovery-image] Dec 06 21:08:00.809 INFO O| Dec 06 21:08:00.809 INFO STEP 1148 (remove_files) COMPLETE
77612024-12-06T21:08:02.144Z[ recovery-image] Dec 06 21:08:00.809 INFO O| Dec 06 21:08:00.809 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-12-06T21:08:02.144Z[ recovery-image] Dec 06 21:08:00.819 INFO O| Dec 06 21:08:00.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77632024-12-06T21:08:02.144Z[ recovery-image] Dec 06 21:08:00.819 INFO O| Dec 06 21:08:00.819 INFO STEP 1149 (remove_files) COMPLETE
77642024-12-06T21:08:02.145Z[ recovery-image] Dec 06 21:08:00.819 INFO O| Dec 06 21:08:00.819 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-12-06T21:08:02.145Z[ recovery-image] Dec 06 21:08:00.829 INFO O| Dec 06 21:08:00.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77662024-12-06T21:08:02.145Z[ recovery-image] Dec 06 21:08:00.829 INFO O| Dec 06 21:08:00.829 INFO STEP 1150 (remove_files) COMPLETE
77672024-12-06T21:08:02.145Z[ recovery-image] Dec 06 21:08:00.829 INFO O| Dec 06 21:08:00.829 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-12-06T21:08:02.145Z[ recovery-image] Dec 06 21:08:00.839 INFO O| Dec 06 21:08:00.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77692024-12-06T21:08:02.145Z[ recovery-image] Dec 06 21:08:00.839 INFO O| Dec 06 21:08:00.839 INFO STEP 1151 (remove_files) COMPLETE
77702024-12-06T21:08:02.145Z[ recovery-image] Dec 06 21:08:00.839 INFO O| Dec 06 21:08:00.839 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-12-06T21:08:02.148Z[ recovery-image] Dec 06 21:08:00.849 INFO O| Dec 06 21:08:00.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77722024-12-06T21:08:02.148Z[ recovery-image] Dec 06 21:08:00.849 INFO O| Dec 06 21:08:00.849 INFO STEP 1152 (remove_files) COMPLETE
77732024-12-06T21:08:02.149Z[ recovery-image] Dec 06 21:08:00.849 INFO O| Dec 06 21:08:00.849 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-12-06T21:08:02.155Z[ recovery-image] Dec 06 21:08:00.860 INFO O| Dec 06 21:08:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77752024-12-06T21:08:02.155Z[ recovery-image] Dec 06 21:08:00.860 INFO O| Dec 06 21:08:00.860 INFO STEP 1153 (remove_files) COMPLETE
77762024-12-06T21:08:02.157Z[ recovery-image] Dec 06 21:08:00.860 INFO O| Dec 06 21:08:00.860 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-12-06T21:08:02.164Z[ recovery-image] Dec 06 21:08:00.870 INFO O| Dec 06 21:08:00.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77782024-12-06T21:08:02.164Z[ recovery-image] Dec 06 21:08:00.870 INFO O| Dec 06 21:08:00.870 INFO STEP 1154 (remove_files) COMPLETE
77792024-12-06T21:08:02.169Z[ recovery-image] Dec 06 21:08:00.870 INFO O| Dec 06 21:08:00.870 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-12-06T21:08:02.174Z[ recovery-image] Dec 06 21:08:00.880 INFO O| Dec 06 21:08:00.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77812024-12-06T21:08:02.174Z[ recovery-image] Dec 06 21:08:00.880 INFO O| Dec 06 21:08:00.880 INFO STEP 1155 (remove_files) COMPLETE
77822024-12-06T21:08:02.174Z[ recovery-image] Dec 06 21:08:00.880 INFO O| Dec 06 21:08:00.880 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-12-06T21:08:02.184Z[ recovery-image] Dec 06 21:08:00.890 INFO O| Dec 06 21:08:00.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77842024-12-06T21:08:02.184Z[ recovery-image] Dec 06 21:08:00.890 INFO O| Dec 06 21:08:00.890 INFO STEP 1156 (remove_files) COMPLETE
77852024-12-06T21:08:02.184Z[ recovery-image] Dec 06 21:08:00.890 INFO O| Dec 06 21:08:00.890 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-12-06T21:08:02.194Z[ recovery-image] Dec 06 21:08:00.900 INFO O| Dec 06 21:08:00.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77872024-12-06T21:08:02.194Z[ recovery-image] Dec 06 21:08:00.900 INFO O| Dec 06 21:08:00.900 INFO STEP 1157 (remove_files) COMPLETE
77882024-12-06T21:08:02.194Z[ recovery-image] Dec 06 21:08:00.900 INFO O| Dec 06 21:08:00.900 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-12-06T21:08:02.204Z[ recovery-image] Dec 06 21:08:00.910 INFO O| Dec 06 21:08:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77902024-12-06T21:08:02.204Z[ recovery-image] Dec 06 21:08:00.910 INFO O| Dec 06 21:08:00.910 INFO STEP 1158 (remove_files) COMPLETE
77912024-12-06T21:08:02.206Z[ recovery-image] Dec 06 21:08:00.910 INFO O| Dec 06 21:08:00.910 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-12-06T21:08:02.215Z[ recovery-image] Dec 06 21:08:00.919 INFO O| Dec 06 21:08:00.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77932024-12-06T21:08:02.215Z[ recovery-image] Dec 06 21:08:00.920 INFO O| Dec 06 21:08:00.919 INFO STEP 1159 (remove_files) COMPLETE
77942024-12-06T21:08:02.215Z[ recovery-image] Dec 06 21:08:00.920 INFO O| Dec 06 21:08:00.920 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-12-06T21:08:02.223Z[ recovery-image] Dec 06 21:08:00.929 INFO O| Dec 06 21:08:00.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77962024-12-06T21:08:02.223Z[ recovery-image] Dec 06 21:08:00.929 INFO O| Dec 06 21:08:00.929 INFO STEP 1160 (remove_files) COMPLETE
77972024-12-06T21:08:02.226Z[ recovery-image] Dec 06 21:08:00.929 INFO O| Dec 06 21:08:00.929 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-12-06T21:08:02.233Z[ recovery-image] Dec 06 21:08:00.939 INFO O| Dec 06 21:08:00.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77992024-12-06T21:08:02.233Z[ recovery-image] Dec 06 21:08:00.939 INFO O| Dec 06 21:08:00.939 INFO STEP 1161 (remove_files) COMPLETE
78002024-12-06T21:08:02.233Z[ recovery-image] Dec 06 21:08:00.939 INFO O| Dec 06 21:08:00.939 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-12-06T21:08:02.243Z[ recovery-image] Dec 06 21:08:00.949 INFO O| Dec 06 21:08:00.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78022024-12-06T21:08:02.245Z[ recovery-image] Dec 06 21:08:00.949 INFO O| Dec 06 21:08:00.949 INFO STEP 1162 (remove_files) COMPLETE
78032024-12-06T21:08:02.245Z[ recovery-image] Dec 06 21:08:00.949 INFO O| Dec 06 21:08:00.949 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-12-06T21:08:02.253Z[ recovery-image] Dec 06 21:08:00.959 INFO O| Dec 06 21:08:00.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78052024-12-06T21:08:02.253Z[ recovery-image] Dec 06 21:08:00.960 INFO O| Dec 06 21:08:00.960 INFO STEP 1163 (remove_files) COMPLETE
78062024-12-06T21:08:02.253Z[ recovery-image] Dec 06 21:08:00.960 INFO O| Dec 06 21:08:00.960 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-06T21:08:02.263Z[ recovery-image] Dec 06 21:08:00.969 INFO O| Dec 06 21:08:00.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78082024-12-06T21:08:02.266Z[ recovery-image] Dec 06 21:08:00.969 INFO O| Dec 06 21:08:00.969 INFO STEP 1164 (remove_files) COMPLETE
78092024-12-06T21:08:02.266Z[ recovery-image] Dec 06 21:08:00.969 INFO O| Dec 06 21:08:00.969 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-06T21:08:02.273Z[ recovery-image] Dec 06 21:08:00.979 INFO O| Dec 06 21:08:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78112024-12-06T21:08:02.277Z[ recovery-image] Dec 06 21:08:00.979 INFO O| Dec 06 21:08:00.979 INFO STEP 1165 (remove_files) COMPLETE
78122024-12-06T21:08:02.277Z[ recovery-image] Dec 06 21:08:00.979 INFO O| Dec 06 21:08:00.979 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-06T21:08:02.284Z[ recovery-image] Dec 06 21:08:00.988 INFO O| Dec 06 21:08:00.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78142024-12-06T21:08:02.284Z[ recovery-image] Dec 06 21:08:00.988 INFO O| Dec 06 21:08:00.988 INFO STEP 1166 (remove_files) COMPLETE
78152024-12-06T21:08:02.284Z[ recovery-image] Dec 06 21:08:00.988 INFO O| Dec 06 21:08:00.988 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-06T21:08:02.292Z[ recovery-image] Dec 06 21:08:00.998 INFO O| Dec 06 21:08:00.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78172024-12-06T21:08:02.295Z[ recovery-image] Dec 06 21:08:00.998 INFO O| Dec 06 21:08:00.998 INFO STEP 1167 (remove_files) COMPLETE
78182024-12-06T21:08:02.295Z[ recovery-image] Dec 06 21:08:00.998 INFO O| Dec 06 21:08:00.998 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-06T21:08:02.301Z[ recovery-image] Dec 06 21:08:01.007 INFO O| Dec 06 21:08:01.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78202024-12-06T21:08:02.301Z[ recovery-image] Dec 06 21:08:01.008 INFO O| Dec 06 21:08:01.008 INFO STEP 1168 (remove_files) COMPLETE
78212024-12-06T21:08:02.304Z[ recovery-image] Dec 06 21:08:01.008 INFO O| Dec 06 21:08:01.008 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-06T21:08:02.311Z[ recovery-image] Dec 06 21:08:01.017 INFO O| Dec 06 21:08:01.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78232024-12-06T21:08:02.311Z[ recovery-image] Dec 06 21:08:01.017 INFO O| Dec 06 21:08:01.017 INFO STEP 1169 (remove_files) COMPLETE
78242024-12-06T21:08:02.313Z[ recovery-image] Dec 06 21:08:01.017 INFO O| Dec 06 21:08:01.017 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-06T21:08:02.323Z[ recovery-image] Dec 06 21:08:01.027 INFO O| Dec 06 21:08:01.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78262024-12-06T21:08:02.323Z[ recovery-image] Dec 06 21:08:01.027 INFO O| Dec 06 21:08:01.027 INFO STEP 1170 (remove_files) COMPLETE
78272024-12-06T21:08:02.326Z[ recovery-image] Dec 06 21:08:01.027 INFO O| Dec 06 21:08:01.027 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-06T21:08:02.330Z[ recovery-image] Dec 06 21:08:01.037 INFO O| Dec 06 21:08:01.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78292024-12-06T21:08:02.330Z[ recovery-image] Dec 06 21:08:01.037 INFO O| Dec 06 21:08:01.037 INFO STEP 1171 (remove_files) COMPLETE
78302024-12-06T21:08:02.330Z[ recovery-image] Dec 06 21:08:01.037 INFO O| Dec 06 21:08:01.037 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-06T21:08:02.341Z[ recovery-image] Dec 06 21:08:01.046 INFO O| Dec 06 21:08:01.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78322024-12-06T21:08:02.341Z[ recovery-image] Dec 06 21:08:01.046 INFO O| Dec 06 21:08:01.046 INFO STEP 1172 (remove_files) COMPLETE
78332024-12-06T21:08:02.344Z[ recovery-image] Dec 06 21:08:01.046 INFO O| Dec 06 21:08:01.046 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-06T21:08:02.351Z[ recovery-image] Dec 06 21:08:01.056 INFO O| Dec 06 21:08:01.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78352024-12-06T21:08:02.353Z[ recovery-image] Dec 06 21:08:01.056 INFO O| Dec 06 21:08:01.056 INFO STEP 1173 (remove_files) COMPLETE
78362024-12-06T21:08:02.353Z[ recovery-image] Dec 06 21:08:01.056 INFO O| Dec 06 21:08:01.056 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-06T21:08:02.359Z[ recovery-image] Dec 06 21:08:01.065 INFO O| Dec 06 21:08:01.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78382024-12-06T21:08:02.359Z[ recovery-image] Dec 06 21:08:01.065 INFO O| Dec 06 21:08:01.065 INFO STEP 1174 (remove_files) COMPLETE
78392024-12-06T21:08:02.364Z[ recovery-image] Dec 06 21:08:01.065 INFO O| Dec 06 21:08:01.065 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-06T21:08:02.369Z[ recovery-image] Dec 06 21:08:01.075 INFO O| Dec 06 21:08:01.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78412024-12-06T21:08:02.369Z[ recovery-image] Dec 06 21:08:01.075 INFO O| Dec 06 21:08:01.075 INFO STEP 1175 (remove_files) COMPLETE
78422024-12-06T21:08:02.371Z[ recovery-image] Dec 06 21:08:01.075 INFO O| Dec 06 21:08:01.075 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-06T21:08:02.378Z[ recovery-image] Dec 06 21:08:01.084 INFO O| Dec 06 21:08:01.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78442024-12-06T21:08:02.380Z[ recovery-image] Dec 06 21:08:01.084 INFO O| Dec 06 21:08:01.084 INFO STEP 1176 (remove_files) COMPLETE
78452024-12-06T21:08:02.380Z[ recovery-image] Dec 06 21:08:01.084 INFO O| Dec 06 21:08:01.084 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-06T21:08:02.388Z[ recovery-image] Dec 06 21:08:01.094 INFO O| Dec 06 21:08:01.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78472024-12-06T21:08:02.390Z[ recovery-image] Dec 06 21:08:01.094 INFO O| Dec 06 21:08:01.094 INFO STEP 1177 (remove_files) COMPLETE
78482024-12-06T21:08:02.390Z[ recovery-image] Dec 06 21:08:01.094 INFO O| Dec 06 21:08:01.094 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-06T21:08:02.397Z[ recovery-image] Dec 06 21:08:01.103 INFO O| Dec 06 21:08:01.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78502024-12-06T21:08:02.400Z[ recovery-image] Dec 06 21:08:01.103 INFO O| Dec 06 21:08:01.103 INFO STEP 1178 (remove_files) COMPLETE
78512024-12-06T21:08:02.400Z[ recovery-image] Dec 06 21:08:01.103 INFO O| Dec 06 21:08:01.103 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-06T21:08:02.409Z[ recovery-image] Dec 06 21:08:01.113 INFO O| Dec 06 21:08:01.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78532024-12-06T21:08:02.414Z[ recovery-image] Dec 06 21:08:01.113 INFO O| Dec 06 21:08:01.113 INFO STEP 1179 (remove_files) COMPLETE
78542024-12-06T21:08:02.414Z[ recovery-image] Dec 06 21:08:01.113 INFO O| Dec 06 21:08:01.113 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-06T21:08:02.418Z[ recovery-image] Dec 06 21:08:01.122 INFO O| Dec 06 21:08:01.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78562024-12-06T21:08:02.418Z[ recovery-image] Dec 06 21:08:01.122 INFO O| Dec 06 21:08:01.122 INFO STEP 1180 (remove_files) COMPLETE
78572024-12-06T21:08:02.418Z[ recovery-image] Dec 06 21:08:01.123 INFO O| Dec 06 21:08:01.122 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-06T21:08:02.426Z[ recovery-image] Dec 06 21:08:01.132 INFO O| Dec 06 21:08:01.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78592024-12-06T21:08:02.426Z[ recovery-image] Dec 06 21:08:01.132 INFO O| Dec 06 21:08:01.132 INFO STEP 1181 (remove_files) COMPLETE
78602024-12-06T21:08:02.430Z[ recovery-image] Dec 06 21:08:01.132 INFO O| Dec 06 21:08:01.132 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-06T21:08:02.435Z[ recovery-image] Dec 06 21:08:01.141 INFO O| Dec 06 21:08:01.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78622024-12-06T21:08:02.436Z[ recovery-image] Dec 06 21:08:01.142 INFO O| Dec 06 21:08:01.142 INFO STEP 1182 (remove_files) COMPLETE
78632024-12-06T21:08:02.436Z[ recovery-image] Dec 06 21:08:01.142 INFO O| Dec 06 21:08:01.142 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-06T21:08:02.445Z[ recovery-image] Dec 06 21:08:01.151 INFO O| Dec 06 21:08:01.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78652024-12-06T21:08:02.448Z[ recovery-image] Dec 06 21:08:01.151 INFO O| Dec 06 21:08:01.151 INFO STEP 1183 (remove_files) COMPLETE
78662024-12-06T21:08:02.448Z[ recovery-image] Dec 06 21:08:01.151 INFO O| Dec 06 21:08:01.151 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-06T21:08:02.454Z[ recovery-image] Dec 06 21:08:01.160 INFO O| Dec 06 21:08:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78682024-12-06T21:08:02.454Z[ recovery-image] Dec 06 21:08:01.160 INFO O| Dec 06 21:08:01.160 INFO STEP 1184 (remove_files) COMPLETE
78692024-12-06T21:08:02.458Z[ recovery-image] Dec 06 21:08:01.160 INFO O| Dec 06 21:08:01.160 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-06T21:08:02.464Z[ recovery-image] Dec 06 21:08:01.170 INFO O| Dec 06 21:08:01.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78712024-12-06T21:08:02.464Z[ recovery-image] Dec 06 21:08:01.170 INFO O| Dec 06 21:08:01.170 INFO STEP 1185 (remove_files) COMPLETE
78722024-12-06T21:08:02.464Z[ recovery-image] Dec 06 21:08:01.170 INFO O| Dec 06 21:08:01.170 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-06T21:08:02.475Z[ recovery-image] Dec 06 21:08:01.179 INFO O| Dec 06 21:08:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78742024-12-06T21:08:02.478Z[ recovery-image] Dec 06 21:08:01.180 INFO O| Dec 06 21:08:01.180 INFO STEP 1186 (remove_files) COMPLETE
78752024-12-06T21:08:02.478Z[ recovery-image] Dec 06 21:08:01.180 INFO O| Dec 06 21:08:01.180 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-06T21:08:02.485Z[ recovery-image] Dec 06 21:08:01.190 INFO O| Dec 06 21:08:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78772024-12-06T21:08:02.485Z[ recovery-image] Dec 06 21:08:01.190 INFO O| Dec 06 21:08:01.190 INFO STEP 1187 (remove_files) COMPLETE
78782024-12-06T21:08:02.485Z[ recovery-image] Dec 06 21:08:01.190 INFO O| Dec 06 21:08:01.190 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-06T21:08:02.494Z[ recovery-image] Dec 06 21:08:01.200 INFO O| Dec 06 21:08:01.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78802024-12-06T21:08:02.494Z[ recovery-image] Dec 06 21:08:01.200 INFO O| Dec 06 21:08:01.200 INFO STEP 1188 (remove_files) COMPLETE
78812024-12-06T21:08:02.497Z[ recovery-image] Dec 06 21:08:01.200 INFO O| Dec 06 21:08:01.200 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-06T21:08:02.503Z[ recovery-image] Dec 06 21:08:01.209 INFO O| Dec 06 21:08:01.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78832024-12-06T21:08:02.503Z[ recovery-image] Dec 06 21:08:01.209 INFO O| Dec 06 21:08:01.209 INFO STEP 1189 (remove_files) COMPLETE
78842024-12-06T21:08:02.506Z[ recovery-image] Dec 06 21:08:01.209 INFO O| Dec 06 21:08:01.209 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-06T21:08:02.513Z[ recovery-image] Dec 06 21:08:01.219 INFO O| Dec 06 21:08:01.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78862024-12-06T21:08:02.516Z[ recovery-image] Dec 06 21:08:01.219 INFO O| Dec 06 21:08:01.219 INFO STEP 1190 (remove_files) COMPLETE
78872024-12-06T21:08:02.516Z[ recovery-image] Dec 06 21:08:01.219 INFO O| Dec 06 21:08:01.219 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-06T21:08:02.522Z[ recovery-image] Dec 06 21:08:01.228 INFO O| Dec 06 21:08:01.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78892024-12-06T21:08:02.522Z[ recovery-image] Dec 06 21:08:01.228 INFO O| Dec 06 21:08:01.228 INFO STEP 1191 (remove_files) COMPLETE
78902024-12-06T21:08:02.526Z[ recovery-image] Dec 06 21:08:01.228 INFO O| Dec 06 21:08:01.228 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-06T21:08:02.533Z[ recovery-image] Dec 06 21:08:01.237 INFO O| Dec 06 21:08:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78922024-12-06T21:08:02.533Z[ recovery-image] Dec 06 21:08:01.237 INFO O| Dec 06 21:08:01.237 INFO STEP 1192 (remove_files) COMPLETE
78932024-12-06T21:08:02.536Z[ recovery-image] Dec 06 21:08:01.237 INFO O| Dec 06 21:08:01.237 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-06T21:08:02.541Z[ recovery-image] Dec 06 21:08:01.247 INFO O| Dec 06 21:08:01.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78952024-12-06T21:08:02.546Z[ recovery-image] Dec 06 21:08:01.247 INFO O| Dec 06 21:08:01.247 INFO STEP 1193 (remove_files) COMPLETE
78962024-12-06T21:08:02.546Z[ recovery-image] Dec 06 21:08:01.247 INFO O| Dec 06 21:08:01.247 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-06T21:08:02.550Z[ recovery-image] Dec 06 21:08:01.256 INFO O| Dec 06 21:08:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78982024-12-06T21:08:02.553Z[ recovery-image] Dec 06 21:08:01.256 INFO O| Dec 06 21:08:01.256 INFO STEP 1194 (remove_files) COMPLETE
78992024-12-06T21:08:02.553Z[ recovery-image] Dec 06 21:08:01.256 INFO O| Dec 06 21:08:01.256 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-06T21:08:02.560Z[ recovery-image] Dec 06 21:08:01.266 INFO O| Dec 06 21:08:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79012024-12-06T21:08:02.560Z[ recovery-image] Dec 06 21:08:01.266 INFO O| Dec 06 21:08:01.266 INFO STEP 1195 (remove_files) COMPLETE
79022024-12-06T21:08:02.563Z[ recovery-image] Dec 06 21:08:01.266 INFO O| Dec 06 21:08:01.266 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-06T21:08:02.570Z[ recovery-image] Dec 06 21:08:01.276 INFO O| Dec 06 21:08:01.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79042024-12-06T21:08:02.572Z[ recovery-image] Dec 06 21:08:01.276 INFO O| Dec 06 21:08:01.276 INFO STEP 1196 (remove_files) COMPLETE
79052024-12-06T21:08:02.572Z[ recovery-image] Dec 06 21:08:01.276 INFO O| Dec 06 21:08:01.276 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062024-12-06T21:08:02.581Z[ recovery-image] Dec 06 21:08:01.286 INFO O| Dec 06 21:08:01.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79072024-12-06T21:08:02.581Z[ recovery-image] Dec 06 21:08:01.287 INFO O| Dec 06 21:08:01.286 INFO STEP 1197 (remove_files) COMPLETE
79082024-12-06T21:08:02.582Z[ recovery-image] Dec 06 21:08:01.287 INFO O| Dec 06 21:08:01.287 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092024-12-06T21:08:02.591Z[ recovery-image] Dec 06 21:08:01.297 INFO O| Dec 06 21:08:01.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79102024-12-06T21:08:02.593Z[ recovery-image] Dec 06 21:08:01.297 INFO O| Dec 06 21:08:01.297 INFO STEP 1198 (remove_files) COMPLETE
79112024-12-06T21:08:02.593Z[ recovery-image] Dec 06 21:08:01.297 INFO O| Dec 06 21:08:01.297 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-06T21:08:02.601Z[ recovery-image] Dec 06 21:08:01.307 INFO O| Dec 06 21:08:01.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79132024-12-06T21:08:02.601Z[ recovery-image] Dec 06 21:08:01.307 INFO O| Dec 06 21:08:01.307 INFO STEP 1199 (remove_files) COMPLETE
79142024-12-06T21:08:02.602Z[ recovery-image] Dec 06 21:08:01.307 INFO O| Dec 06 21:08:01.307 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-06T21:08:02.612Z[ recovery-image] Dec 06 21:08:01.318 INFO O| Dec 06 21:08:01.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79162024-12-06T21:08:02.612Z[ recovery-image] Dec 06 21:08:01.318 INFO O| Dec 06 21:08:01.318 INFO STEP 1200 (remove_files) COMPLETE
79172024-12-06T21:08:02.612Z[ recovery-image] Dec 06 21:08:01.318 INFO O| Dec 06 21:08:01.318 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-06T21:08:02.625Z[ recovery-image] Dec 06 21:08:01.331 INFO O| Dec 06 21:08:01.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79192024-12-06T21:08:02.625Z[ recovery-image] Dec 06 21:08:01.331 INFO O| Dec 06 21:08:01.331 INFO STEP 1201 (remove_files) COMPLETE
79202024-12-06T21:08:02.628Z[ recovery-image] Dec 06 21:08:01.331 INFO O| Dec 06 21:08:01.331 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-06T21:08:02.637Z[ recovery-image] Dec 06 21:08:01.343 INFO O| Dec 06 21:08:01.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79222024-12-06T21:08:02.637Z[ recovery-image] Dec 06 21:08:01.343 INFO O| Dec 06 21:08:01.343 INFO STEP 1202 (remove_files) COMPLETE
79232024-12-06T21:08:02.637Z[ recovery-image] Dec 06 21:08:01.343 INFO O| Dec 06 21:08:01.343 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-06T21:08:02.648Z[ recovery-image] Dec 06 21:08:01.354 INFO O| Dec 06 21:08:01.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79252024-12-06T21:08:02.648Z[ recovery-image] Dec 06 21:08:01.354 INFO O| Dec 06 21:08:01.354 INFO STEP 1203 (remove_files) COMPLETE
79262024-12-06T21:08:02.648Z[ recovery-image] Dec 06 21:08:01.354 INFO O| Dec 06 21:08:01.354 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-06T21:08:02.662Z[ recovery-image] Dec 06 21:08:01.366 INFO O| Dec 06 21:08:01.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79282024-12-06T21:08:02.662Z[ recovery-image] Dec 06 21:08:01.366 INFO O| Dec 06 21:08:01.366 INFO STEP 1204 (remove_files) COMPLETE
79292024-12-06T21:08:02.662Z[ recovery-image] Dec 06 21:08:01.366 INFO O| Dec 06 21:08:01.366 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-06T21:08:02.672Z[ recovery-image] Dec 06 21:08:01.378 INFO O| Dec 06 21:08:01.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79312024-12-06T21:08:02.672Z[ recovery-image] Dec 06 21:08:01.378 INFO O| Dec 06 21:08:01.378 INFO STEP 1205 (remove_files) COMPLETE
79322024-12-06T21:08:02.675Z[ recovery-image] Dec 06 21:08:01.378 INFO O| Dec 06 21:08:01.378 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79332024-12-06T21:08:02.689Z[ recovery-image] Dec 06 21:08:01.395 INFO O| Dec 06 21:08:01.395 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79342024-12-06T21:08:02.689Z[ recovery-image] Dec 06 21:08:01.395 INFO O| Dec 06 21:08:01.395 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79352024-12-06T21:08:03.345Z[ recovery-image] Dec 06 21:08:02.051 INFO O| Dec 06 21:08:02.051 INFO STEP 1206 (pack_tar) COMPLETE
79362024-12-06T21:08:03.345Z[ recovery-image] Dec 06 21:08:02.051 INFO O| Dec 06 21:08:02.051 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79372024-12-06T21:08:03.348Z[ recovery-image] Dec 06 21:08:02.051 INFO O| Dec 06 21:08:02.051 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79382024-12-06T21:08:03.562Z[ recovery-image] Dec 06 21:08:02.268 INFO O| Dec 06 21:08:02.268 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79392024-12-06T21:08:03.649Z[ recovery-image] Dec 06 21:08:02.355 INFO O| Dec 06 21:08:02.354 INFO completed processing gimlet/ramdisk-03-recovery-trim
79402024-12-06T21:08:03.655Z[ recovery-image] Dec 06 21:08:02.361 INFO image builder template: zfs-recovery...
79412024-12-06T21:08:03.663Z[ recovery-image] Dec 06 21:08:02.361 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/.tmp0o7x0a/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
79422024-12-06T21:08:03.687Z[ recovery-image] Dec 06 21:08:02.393 INFO O| Dec 06 21:08:02.393 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79432024-12-06T21:08:03.691Z[ recovery-image] Dec 06 21:08:02.397 INFO O| Dec 06 21:08:02.397 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79442024-12-06T21:08:03.850Z[ recovery-image] Dec 06 21:08:02.555 INFO O| Dec 06 21:08:02.555 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79452024-12-06T21:08:03.990Z[ recovery-image] Dec 06 21:08:02.695 INFO O| Dec 06 21:08:02.694 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79462024-12-06T21:08:03.990Z[ recovery-image] Dec 06 21:08:02.695 INFO O| Dec 06 21:08:02.695 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79472024-12-06T21:08:03.993Z[ recovery-image] Dec 06 21:08:02.698 INFO O| Dec 06 21:08:02.698 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79482024-12-06T21:08:04.077Z[ recovery-image] Dec 06 21:08:02.783 INFO O| Dec 06 21:08:02.783 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79492024-12-06T21:08:04.131Z[ recovery-image] Dec 06 21:08:02.837 INFO O| Dec 06 21:08:02.837 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79502024-12-06T21:08:04.141Z[ recovery-image] Dec 06 21:08:02.847 INFO O| Dec 06 21:08:02.847 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79512024-12-06T21:08:04.146Z[ recovery-image] Dec 06 21:08:02.852 INFO O| Dec 06 21:08:02.852 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79522024-12-06T21:08:04.149Z[ recovery-image] Dec 06 21:08:02.853 INFO O| Dec 06 21:08:02.853 INFO no lofi found
79532024-12-06T21:08:04.150Z[ recovery-image] Dec 06 21:08:02.853 INFO O| Dec 06 21:08:02.853 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79542024-12-06T21:08:04.150Z[ recovery-image] Dec 06 21:08:02.853 INFO O| Dec 06 21:08:02.853 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79552024-12-06T21:08:05.714Z[ host-image] Dec 06 21:08:04.419 INFO O| Dec 06 21:08:04.419 INFO O| Download: Completed 8.42 MB in 4.13 seconds (2.0M/s)
79562024-12-06T21:08:05.769Z[ host-image] Dec 06 21:08:04.474 INFO O| Dec 06 21:08:04.474 INFO O| Actions: 1/1361 actions (Installing new actions)
79572024-12-06T21:08:06.185Z[ host-image] Dec 06 21:08:04.890 INFO O| Dec 06 21:08:04.890 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
79582024-12-06T21:08:06.304Z[ recovery-image] Dec 06 21:08:05.009 INFO O| Dec 06 21:08:05.009 INFO lofi device = /dev/dsk/c2t1d0p0
79592024-12-06T21:08:06.304Z[ recovery-image] Dec 06 21:08:05.009 INFO O| Dec 06 21:08:05.009 INFO pool device = /dev/dsk/c2t1d0p0
79602024-12-06T21:08:06.308Z[ recovery-image] Dec 06 21:08:05.010 INFO O| Dec 06 21:08:05.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
79612024-12-06T21:08:06.378Z[ recovery-image] Dec 06 21:08:05.083 INFO O| Dec 06 21:08:05.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79622024-12-06T21:08:06.378Z[ recovery-image] Dec 06 21:08:05.083 INFO O| Dec 06 21:08:05.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79632024-12-06T21:08:06.405Z[ recovery-image] Dec 06 21:08:05.108 INFO O| Dec 06 21:08:05.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79642024-12-06T21:08:06.468Z[ recovery-image] Dec 06 21:08:05.173 INFO O| Dec 06 21:08:05.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79652024-12-06T21:08:06.506Z[ recovery-image] Dec 06 21:08:05.211 INFO O| Dec 06 21:08:05.211 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79662024-12-06T21:08:06.519Z[ recovery-image] Dec 06 21:08:05.225 INFO O| Dec 06 21:08:05.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79672024-12-06T21:08:06.530Z[ recovery-image] Dec 06 21:08:05.235 INFO O| Dec 06 21:08:05.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79682024-12-06T21:08:06.556Z[ host-image] Dec 06 21:08:05.262 INFO O| Dec 06 21:08:05.262 INFO O| Done
79692024-12-06T21:08:06.556Z[ host-image] Dec 06 21:08:05.262 INFO O| Dec 06 21:08:05.262 INFO O| Done
79702024-12-06T21:08:06.580Z[ recovery-image] Dec 06 21:08:05.285 INFO O| Dec 06 21:08:05.285 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79712024-12-06T21:08:06.580Z[ recovery-image] Dec 06 21:08:05.285 INFO O| Dec 06 21:08:05.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79722024-12-06T21:08:06.580Z[ recovery-image] Dec 06 21:08:05.285 INFO O| Dec 06 21:08:05.285 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79732024-12-06T21:08:06.593Z[ recovery-image] Dec 06 21:08:05.299 INFO O| Dec 06 21:08:05.299 INFO boot environment UUID: e717dc9e-87a2-4265-aa53-dacd9b5c0f0b
79742024-12-06T21:08:06.593Z[ recovery-image] Dec 06 21:08:05.299 INFO O| Dec 06 21:08:05.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e717dc9e-87a2-4265-aa53-dacd9b5c0f0b
79752024-12-06T21:08:06.605Z[ recovery-image] Dec 06 21:08:05.310 INFO O| Dec 06 21:08:05.310 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79762024-12-06T21:08:06.617Z[ recovery-image] Dec 06 21:08:05.320 INFO O| Dec 06 21:08:05.320 INFO STEP 0 (create_be) COMPLETE
79772024-12-06T21:08:06.617Z[ recovery-image] Dec 06 21:08:05.320 INFO O| Dec 06 21:08:05.320 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79782024-12-06T21:08:06.630Z[ recovery-image] Dec 06 21:08:05.336 INFO O| Dec 06 21:08:05.336 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"]
79792024-12-06T21:08:07.406Z[ host-image] Dec 06 21:08:06.111 INFO O| Dec 06 21:08:06.111 INFO O| Done
79802024-12-06T21:08:08.668Z[ recovery-image] Dec 06 21:08:07.373 INFO O| Dec 06 21:08:07.373 INFO STEP 1 (unpack_tar) COMPLETE
79812024-12-06T21:08:08.668Z[ recovery-image] Dec 06 21:08:07.373 INFO O| Dec 06 21:08:07.373 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79822024-12-06T21:08:08.679Z[ recovery-image] Dec 06 21:08:07.384 INFO O| Dec 06 21:08:07.384 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79832024-12-06T21:08:08.801Z[ recovery-image] Dec 06 21:08:07.506 INFO O| Dec 06 21:08:07.506 INFO STEP 2 (devfsadm) COMPLETE
79842024-12-06T21:08:08.801Z[ recovery-image] Dec 06 21:08:07.506 INFO O| Dec 06 21:08:07.506 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79852024-12-06T21:08:08.814Z[ recovery-image] Dec 06 21:08:07.518 INFO O| Dec 06 21:08:07.518 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79862024-12-06T21:08:08.814Z[ recovery-image] Dec 06 21:08:07.518 INFO O| Dec 06 21:08:07.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79872024-12-06T21:08:08.814Z[ recovery-image] Dec 06 21:08:07.518 INFO O| Dec 06 21:08:07.518 INFO STEP 3 (ensure_dir) COMPLETE
79882024-12-06T21:08:08.817Z[ recovery-image] Dec 06 21:08:07.518 INFO O| Dec 06 21:08:07.518 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79892024-12-06T21:08:08.825Z[ recovery-image] Dec 06 21:08:07.530 INFO O| Dec 06 21:08:07.530 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79902024-12-06T21:08:08.825Z[ recovery-image] Dec 06 21:08:07.531 INFO O| Dec 06 21:08:07.530 INFO STEP 4 (ensure_dir) COMPLETE
79912024-12-06T21:08:08.829Z[ recovery-image] Dec 06 21:08:07.531 INFO O| Dec 06 21:08:07.530 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79922024-12-06T21:08:08.836Z[ recovery-image] Dec 06 21:08:07.541 INFO O| Dec 06 21:08:07.541 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79932024-12-06T21:08:08.837Z[ recovery-image] Dec 06 21:08:07.541 INFO O| Dec 06 21:08:07.541 INFO STEP 5 (ensure_dir) COMPLETE
79942024-12-06T21:08:08.840Z[ recovery-image] Dec 06 21:08:07.541 INFO O| Dec 06 21:08:07.541 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79952024-12-06T21:08:08.845Z[ recovery-image] Dec 06 21:08:07.550 INFO O| Dec 06 21:08:07.550 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79962024-12-06T21:08:08.849Z[ recovery-image] Dec 06 21:08:07.551 INFO O| Dec 06 21:08:07.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79972024-12-06T21:08:08.849Z[ recovery-image] Dec 06 21:08:07.551 INFO O| Dec 06 21:08:07.551 INFO STEP 6 (ensure_dir) COMPLETE
79982024-12-06T21:08:08.849Z[ recovery-image] Dec 06 21:08:07.551 INFO O| Dec 06 21:08:07.551 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79992024-12-06T21:08:08.855Z[ recovery-image] Dec 06 21:08:07.560 INFO O| Dec 06 21:08:07.560 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80002024-12-06T21:08:08.855Z[ recovery-image] Dec 06 21:08:07.561 INFO O| Dec 06 21:08:07.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80012024-12-06T21:08:08.859Z[ recovery-image] Dec 06 21:08:07.561 INFO O| Dec 06 21:08:07.561 INFO STEP 7 (ensure_dir) COMPLETE
80022024-12-06T21:08:08.859Z[ recovery-image] Dec 06 21:08:07.561 INFO O| Dec 06 21:08:07.561 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80032024-12-06T21:08:08.865Z[ recovery-image] Dec 06 21:08:07.570 INFO O| Dec 06 21:08:07.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80042024-12-06T21:08:08.870Z[ recovery-image] Dec 06 21:08:07.571 INFO O| Dec 06 21:08:07.571 INFO STEP 8 (remove_files) COMPLETE
80052024-12-06T21:08:08.870Z[ recovery-image] Dec 06 21:08:07.571 INFO O| Dec 06 21:08:07.571 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80062024-12-06T21:08:08.875Z[ recovery-image] Dec 06 21:08:07.580 INFO O| Dec 06 21:08:07.580 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80072024-12-06T21:08:08.880Z[ recovery-image] Dec 06 21:08:07.581 INFO O| Dec 06 21:08:07.581 INFO STEP 9 (remove_files) COMPLETE
80082024-12-06T21:08:08.880Z[ recovery-image] Dec 06 21:08:07.581 INFO O| Dec 06 21:08:07.581 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80092024-12-06T21:08:08.885Z[ recovery-image] Dec 06 21:08:07.591 INFO O| Dec 06 21:08:07.591 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80102024-12-06T21:08:08.889Z[ recovery-image] Dec 06 21:08:07.592 INFO O| Dec 06 21:08:07.591 INFO STEP 10 (remove_files) COMPLETE
80112024-12-06T21:08:08.889Z[ recovery-image] Dec 06 21:08:07.592 INFO O| Dec 06 21:08:07.591 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80122024-12-06T21:08:08.896Z[ recovery-image] Dec 06 21:08:07.601 INFO O| Dec 06 21:08:07.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80132024-12-06T21:08:08.902Z[ recovery-image] Dec 06 21:08:07.601 INFO O| Dec 06 21:08:07.601 INFO STEP 11 (remove_files) COMPLETE
80142024-12-06T21:08:08.902Z[ recovery-image] Dec 06 21:08:07.601 INFO O| Dec 06 21:08:07.601 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80152024-12-06T21:08:08.906Z[ recovery-image] Dec 06 21:08:07.611 INFO O| Dec 06 21:08:07.611 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80162024-12-06T21:08:08.906Z[ recovery-image] Dec 06 21:08:07.611 INFO O| Dec 06 21:08:07.611 INFO STEP 12 (remove_files) COMPLETE
80172024-12-06T21:08:08.908Z[ recovery-image] Dec 06 21:08:07.611 INFO O| Dec 06 21:08:07.611 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80182024-12-06T21:08:08.917Z[ recovery-image] Dec 06 21:08:07.622 INFO O| Dec 06 21:08:07.622 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80192024-12-06T21:08:08.917Z[ recovery-image] Dec 06 21:08:07.622 INFO O| Dec 06 21:08:07.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80202024-12-06T21:08:08.917Z[ recovery-image] Dec 06 21:08:07.622 INFO O| Dec 06 21:08:07.622 INFO STEP 13 (ensure_dir) COMPLETE
80212024-12-06T21:08:08.921Z[ recovery-image] Dec 06 21:08:07.622 INFO O| Dec 06 21:08:07.622 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80222024-12-06T21:08:08.928Z[ recovery-image] Dec 06 21:08:07.633 INFO O| Dec 06 21:08:07.633 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80232024-12-06T21:08:08.928Z[ recovery-image] Dec 06 21:08:07.633 INFO O| Dec 06 21:08:07.633 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80242024-12-06T21:08:08.933Z[ recovery-image] Dec 06 21:08:07.633 INFO O| Dec 06 21:08:07.633 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80252024-12-06T21:08:08.933Z[ recovery-image] Dec 06 21:08:07.634 INFO O| Dec 06 21:08:07.633 INFO STEP 14 (ensure_dir) COMPLETE
80262024-12-06T21:08:08.933Z[ recovery-image] Dec 06 21:08:07.634 INFO O| Dec 06 21:08:07.633 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272024-12-06T21:08:08.939Z[ recovery-image] Dec 06 21:08:07.643 INFO O| Dec 06 21:08:07.643 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80282024-12-06T21:08:08.942Z[ recovery-image] Dec 06 21:08:07.643 INFO O| Dec 06 21:08:07.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80292024-12-06T21:08:08.942Z[ recovery-image] Dec 06 21:08:07.643 INFO O| Dec 06 21:08:07.643 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80302024-12-06T21:08:08.942Z[ recovery-image] Dec 06 21:08:07.643 INFO O| Dec 06 21:08:07.643 INFO STEP 15 (ensure_dir) COMPLETE
80312024-12-06T21:08:08.942Z[ recovery-image] Dec 06 21:08:07.643 INFO O| Dec 06 21:08:07.643 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80322024-12-06T21:08:08.948Z[ recovery-image] Dec 06 21:08:07.653 INFO O| Dec 06 21:08:07.653 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80332024-12-06T21:08:08.952Z[ recovery-image] Dec 06 21:08:07.653 INFO O| Dec 06 21:08:07.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80342024-12-06T21:08:08.953Z[ recovery-image] Dec 06 21:08:07.653 INFO O| Dec 06 21:08:07.653 INFO STEP 16 (ensure_dir) COMPLETE
80352024-12-06T21:08:08.953Z[ recovery-image] Dec 06 21:08:07.653 INFO O| Dec 06 21:08:07.653 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362024-12-06T21:08:08.959Z[ recovery-image] Dec 06 21:08:07.664 INFO O| Dec 06 21:08:07.664 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80372024-12-06T21:08:08.962Z[ recovery-image] Dec 06 21:08:07.665 INFO O| Dec 06 21:08:07.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80382024-12-06T21:08:08.962Z[ recovery-image] Dec 06 21:08:07.665 INFO O| Dec 06 21:08:07.665 INFO STEP 17 (ensure_dir) COMPLETE
80392024-12-06T21:08:08.962Z[ recovery-image] Dec 06 21:08:07.665 INFO O| Dec 06 21:08:07.665 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80402024-12-06T21:08:08.970Z[ recovery-image] Dec 06 21:08:07.675 INFO O| Dec 06 21:08:07.675 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80412024-12-06T21:08:08.970Z[ recovery-image] Dec 06 21:08:07.675 INFO O| Dec 06 21:08:07.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80422024-12-06T21:08:08.972Z[ recovery-image] Dec 06 21:08:07.675 INFO O| Dec 06 21:08:07.675 INFO ok!
80432024-12-06T21:08:08.972Z[ recovery-image] Dec 06 21:08:07.675 INFO O| Dec 06 21:08:07.675 INFO STEP 18 (ensure_symlink) COMPLETE
80442024-12-06T21:08:08.972Z[ recovery-image] Dec 06 21:08:07.675 INFO O| Dec 06 21:08:07.675 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452024-12-06T21:08:08.980Z[ recovery-image] Dec 06 21:08:07.685 INFO O| Dec 06 21:08:07.685 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80462024-12-06T21:08:08.980Z[ recovery-image] Dec 06 21:08:07.686 INFO O| Dec 06 21:08:07.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80472024-12-06T21:08:08.983Z[ recovery-image] Dec 06 21:08:07.686 INFO O| Dec 06 21:08:07.685 INFO ok!
80482024-12-06T21:08:08.983Z[ recovery-image] Dec 06 21:08:07.686 INFO O| Dec 06 21:08:07.686 INFO STEP 19 (ensure_file) COMPLETE
80492024-12-06T21:08:08.983Z[ recovery-image] Dec 06 21:08:07.686 INFO O| Dec 06 21:08:07.686 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80502024-12-06T21:08:08.991Z[ recovery-image] Dec 06 21:08:07.696 INFO O| Dec 06 21:08:07.696 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80512024-12-06T21:08:08.991Z[ recovery-image] Dec 06 21:08:07.696 INFO O| Dec 06 21:08:07.696 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80522024-12-06T21:08:08.993Z[ recovery-image] Dec 06 21:08:07.696 INFO O| Dec 06 21:08:07.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80532024-12-06T21:08:08.993Z[ recovery-image] Dec 06 21:08:07.697 INFO O| Dec 06 21:08:07.696 INFO ok!
80542024-12-06T21:08:08.994Z[ recovery-image] Dec 06 21:08:07.697 INFO O| Dec 06 21:08:07.697 INFO STEP 20 (ensure_symlink) COMPLETE
80552024-12-06T21:08:08.994Z[ recovery-image] Dec 06 21:08:07.697 INFO O| Dec 06 21:08:07.697 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80562024-12-06T21:08:09.002Z[ recovery-image] Dec 06 21:08:07.707 INFO O| Dec 06 21:08:07.707 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80572024-12-06T21:08:09.002Z[ recovery-image] Dec 06 21:08:07.707 INFO O| Dec 06 21:08:07.707 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80582024-12-06T21:08:09.002Z[ recovery-image] Dec 06 21:08:07.707 INFO O| Dec 06 21:08:07.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80592024-12-06T21:08:09.004Z[ recovery-image] Dec 06 21:08:07.707 INFO O| Dec 06 21:08:07.707 INFO ok!
80602024-12-06T21:08:09.005Z[ recovery-image] Dec 06 21:08:07.707 INFO O| Dec 06 21:08:07.707 INFO STEP 21 (ensure_symlink) COMPLETE
80612024-12-06T21:08:09.005Z[ recovery-image] Dec 06 21:08:07.707 INFO O| Dec 06 21:08:07.707 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80622024-12-06T21:08:09.013Z[ recovery-image] Dec 06 21:08:07.718 INFO O| Dec 06 21:08:07.718 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80632024-12-06T21:08:09.016Z[ recovery-image] Dec 06 21:08:07.718 INFO O| Dec 06 21:08:07.718 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80642024-12-06T21:08:09.016Z[ recovery-image] Dec 06 21:08:07.718 INFO O| Dec 06 21:08:07.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80652024-12-06T21:08:09.016Z[ recovery-image] Dec 06 21:08:07.718 INFO O| Dec 06 21:08:07.718 INFO ok!
80662024-12-06T21:08:09.016Z[ recovery-image] Dec 06 21:08:07.718 INFO O| Dec 06 21:08:07.718 INFO STEP 22 (ensure_symlink) COMPLETE
80672024-12-06T21:08:09.016Z[ recovery-image] Dec 06 21:08:07.718 INFO O| Dec 06 21:08:07.718 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80682024-12-06T21:08:09.024Z[ recovery-image] Dec 06 21:08:07.729 INFO O| Dec 06 21:08:07.729 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80692024-12-06T21:08:09.024Z[ recovery-image] Dec 06 21:08:07.729 INFO O| Dec 06 21:08:07.729 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80702024-12-06T21:08:09.027Z[ recovery-image] Dec 06 21:08:07.729 INFO O| Dec 06 21:08:07.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80712024-12-06T21:08:09.027Z[ recovery-image] Dec 06 21:08:07.729 INFO O| Dec 06 21:08:07.729 INFO ok!
80722024-12-06T21:08:09.027Z[ recovery-image] Dec 06 21:08:07.729 INFO O| Dec 06 21:08:07.729 INFO STEP 23 (ensure_symlink) COMPLETE
80732024-12-06T21:08:09.027Z[ recovery-image] Dec 06 21:08:07.729 INFO O| Dec 06 21:08:07.729 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80742024-12-06T21:08:09.034Z[ recovery-image] Dec 06 21:08:07.739 INFO O| Dec 06 21:08:07.739 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80752024-12-06T21:08:09.034Z[ recovery-image] Dec 06 21:08:07.739 INFO O| Dec 06 21:08:07.739 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 ...
80762024-12-06T21:08:09.039Z[ recovery-image] Dec 06 21:08:07.740 INFO O| Dec 06 21:08:07.740 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80772024-12-06T21:08:09.039Z[ recovery-image] Dec 06 21:08:07.740 INFO O| Dec 06 21:08:07.740 INFO ok!
80782024-12-06T21:08:09.039Z[ recovery-image] Dec 06 21:08:07.740 INFO O| Dec 06 21:08:07.740 INFO STEP 24 (ensure_file) COMPLETE
80792024-12-06T21:08:09.039Z[ recovery-image] Dec 06 21:08:07.740 INFO O| Dec 06 21:08:07.740 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80802024-12-06T21:08:09.047Z[ recovery-image] Dec 06 21:08:07.752 INFO O| Dec 06 21:08:07.752 INFO updating shadow file
80812024-12-06T21:08:09.051Z[ recovery-image] Dec 06 21:08:07.752 INFO O| Dec 06 21:08:07.752 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80822024-12-06T21:08:09.051Z[ recovery-image] Dec 06 21:08:07.752 INFO O| Dec 06 21:08:07.752 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80832024-12-06T21:08:09.051Z[ recovery-image] Dec 06 21:08:07.753 INFO O| Dec 06 21:08:07.752 INFO STEP 25 (shadow) COMPLETE
80842024-12-06T21:08:09.052Z[ recovery-image] Dec 06 21:08:07.753 INFO O| Dec 06 21:08:07.753 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80852024-12-06T21:08:09.060Z[ recovery-image] Dec 06 21:08:07.765 INFO O| Dec 06 21:08:07.765 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80862024-12-06T21:08:09.060Z[ recovery-image] Dec 06 21:08:07.765 INFO O| Dec 06 21:08:07.765 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80872024-12-06T21:08:09.063Z[ recovery-image] Dec 06 21:08:07.765 INFO O| Dec 06 21:08:07.765 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80882024-12-06T21:08:09.063Z[ recovery-image] Dec 06 21:08:07.765 INFO O| Dec 06 21:08:07.765 INFO ok!
80892024-12-06T21:08:09.064Z[ recovery-image] Dec 06 21:08:07.765 INFO O| Dec 06 21:08:07.765 INFO STEP 26 (ensure_file) COMPLETE
80902024-12-06T21:08:09.064Z[ recovery-image] Dec 06 21:08:07.765 INFO O| Dec 06 21:08:07.765 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80912024-12-06T21:08:09.071Z[ recovery-image] Dec 06 21:08:07.776 INFO O| Dec 06 21:08:07.776 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
80922024-12-06T21:08:09.071Z[ recovery-image] Dec 06 21:08:07.776 INFO O| Dec 06 21:08:07.776 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
80932024-12-06T21:08:09.073Z[ recovery-image] Dec 06 21:08:07.776 INFO O| Dec 06 21:08:07.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
80942024-12-06T21:08:09.073Z[ recovery-image] Dec 06 21:08:07.776 INFO O| Dec 06 21:08:07.776 INFO ok!
80952024-12-06T21:08:09.073Z[ recovery-image] Dec 06 21:08:07.776 INFO O| Dec 06 21:08:07.776 INFO STEP 27 (ensure_file) COMPLETE
80962024-12-06T21:08:09.073Z[ recovery-image] Dec 06 21:08:07.776 INFO O| Dec 06 21:08:07.776 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80972024-12-06T21:08:09.081Z[ recovery-image] Dec 06 21:08:07.786 INFO O| Dec 06 21:08:07.786 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
80982024-12-06T21:08:09.081Z[ recovery-image] Dec 06 21:08:07.786 INFO O| Dec 06 21:08:07.786 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
80992024-12-06T21:08:09.084Z[ recovery-image] Dec 06 21:08:07.786 INFO O| Dec 06 21:08:07.786 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81002024-12-06T21:08:09.084Z[ recovery-image] Dec 06 21:08:07.786 INFO O| Dec 06 21:08:07.786 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81012024-12-06T21:08:09.084Z[ recovery-image] Dec 06 21:08:07.787 INFO O| Dec 06 21:08:07.787 INFO ok!
81022024-12-06T21:08:09.084Z[ recovery-image] Dec 06 21:08:07.787 INFO O| Dec 06 21:08:07.787 INFO STEP 28 (ensure_file) COMPLETE
81032024-12-06T21:08:09.084Z[ recovery-image] Dec 06 21:08:07.787 INFO O| Dec 06 21:08:07.787 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81042024-12-06T21:08:09.091Z[ recovery-image] Dec 06 21:08:07.796 INFO O| Dec 06 21:08:07.796 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81052024-12-06T21:08:09.091Z[ recovery-image] Dec 06 21:08:07.796 INFO O| Dec 06 21:08:07.796 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81062024-12-06T21:08:09.091Z[ recovery-image] Dec 06 21:08:07.796 INFO O| Dec 06 21:08:07.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81072024-12-06T21:08:09.094Z[ recovery-image] Dec 06 21:08:07.796 INFO O| Dec 06 21:08:07.796 INFO ok!
81082024-12-06T21:08:09.094Z[ recovery-image] Dec 06 21:08:07.796 INFO O| Dec 06 21:08:07.796 INFO STEP 29 (ensure_file) COMPLETE
81092024-12-06T21:08:09.094Z[ recovery-image] Dec 06 21:08:07.796 INFO O| Dec 06 21:08:07.796 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81102024-12-06T21:08:09.101Z[ recovery-image] Dec 06 21:08:07.806 INFO O| Dec 06 21:08:07.806 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81112024-12-06T21:08:09.101Z[ recovery-image] Dec 06 21:08:07.806 INFO O| Dec 06 21:08:07.806 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81122024-12-06T21:08:09.101Z[ recovery-image] Dec 06 21:08:07.806 INFO O| Dec 06 21:08:07.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81132024-12-06T21:08:09.101Z[ recovery-image] Dec 06 21:08:07.806 INFO O| Dec 06 21:08:07.806 INFO ok!
81142024-12-06T21:08:09.106Z[ recovery-image] Dec 06 21:08:07.806 INFO O| Dec 06 21:08:07.806 INFO STEP 30 (ensure_file) COMPLETE
81152024-12-06T21:08:09.106Z[ recovery-image] Dec 06 21:08:07.806 INFO O| Dec 06 21:08:07.806 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81162024-12-06T21:08:09.111Z[ recovery-image] Dec 06 21:08:07.817 INFO O| Dec 06 21:08:07.817 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81172024-12-06T21:08:09.116Z[ recovery-image] Dec 06 21:08:07.817 INFO O| Dec 06 21:08:07.817 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81182024-12-06T21:08:09.117Z[ recovery-image] Dec 06 21:08:07.817 INFO O| Dec 06 21:08:07.817 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81192024-12-06T21:08:09.117Z[ recovery-image] Dec 06 21:08:07.817 INFO O| Dec 06 21:08:07.817 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81202024-12-06T21:08:09.117Z[ recovery-image] Dec 06 21:08:07.817 INFO O| Dec 06 21:08:07.817 INFO ok!
81212024-12-06T21:08:09.117Z[ recovery-image] Dec 06 21:08:07.817 INFO O| Dec 06 21:08:07.817 INFO STEP 31 (ensure_file) COMPLETE
81222024-12-06T21:08:09.117Z[ recovery-image] Dec 06 21:08:07.817 INFO O| Dec 06 21:08:07.817 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81232024-12-06T21:08:09.122Z[ recovery-image] Dec 06 21:08:07.827 INFO O| Dec 06 21:08:07.827 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81242024-12-06T21:08:09.122Z[ recovery-image] Dec 06 21:08:07.827 INFO O| Dec 06 21:08:07.827 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81252024-12-06T21:08:09.124Z[ recovery-image] Dec 06 21:08:07.827 INFO O| Dec 06 21:08:07.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81262024-12-06T21:08:09.124Z[ recovery-image] Dec 06 21:08:07.827 INFO O| Dec 06 21:08:07.827 INFO ok!
81272024-12-06T21:08:09.124Z[ recovery-image] Dec 06 21:08:07.827 INFO O| Dec 06 21:08:07.827 INFO STEP 32 (ensure_file) COMPLETE
81282024-12-06T21:08:09.126Z[ recovery-image] Dec 06 21:08:07.827 INFO O| Dec 06 21:08:07.827 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81292024-12-06T21:08:09.132Z[ recovery-image] Dec 06 21:08:07.837 INFO O| Dec 06 21:08:07.837 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81302024-12-06T21:08:09.134Z[ recovery-image] Dec 06 21:08:07.837 INFO O| Dec 06 21:08:07.837 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81312024-12-06T21:08:09.134Z[ recovery-image] Dec 06 21:08:07.837 INFO O| Dec 06 21:08:07.837 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81322024-12-06T21:08:09.134Z[ recovery-image] Dec 06 21:08:07.837 INFO O| Dec 06 21:08:07.837 INFO ok!
81332024-12-06T21:08:09.134Z[ recovery-image] Dec 06 21:08:07.837 INFO O| Dec 06 21:08:07.837 INFO STEP 33 (ensure_file) COMPLETE
81342024-12-06T21:08:09.134Z[ recovery-image] Dec 06 21:08:07.837 INFO O| Dec 06 21:08:07.837 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81352024-12-06T21:08:09.143Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81362024-12-06T21:08:09.143Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81372024-12-06T21:08:09.143Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81382024-12-06T21:08:09.145Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81392024-12-06T21:08:09.145Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81402024-12-06T21:08:09.145Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81412024-12-06T21:08:09.145Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO ok!
81422024-12-06T21:08:09.145Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO STEP 34 (ensure_file) COMPLETE
81432024-12-06T21:08:09.146Z[ recovery-image] Dec 06 21:08:07.848 INFO O| Dec 06 21:08:07.848 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81442024-12-06T21:08:09.153Z[ recovery-image] Dec 06 21:08:07.858 INFO O| Dec 06 21:08:07.858 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81452024-12-06T21:08:09.156Z[ recovery-image] Dec 06 21:08:07.858 INFO O| Dec 06 21:08:07.858 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81462024-12-06T21:08:09.156Z[ recovery-image] Dec 06 21:08:07.858 INFO O| Dec 06 21:08:07.858 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81472024-12-06T21:08:09.156Z[ recovery-image] Dec 06 21:08:07.858 INFO O| Dec 06 21:08:07.858 INFO STEP 35 (ensure_dir) COMPLETE
81482024-12-06T21:08:09.156Z[ recovery-image] Dec 06 21:08:07.858 INFO O| Dec 06 21:08:07.858 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81492024-12-06T21:08:09.166Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.871 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
81502024-12-06T21:08:09.166Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.871 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 ...
81512024-12-06T21:08:09.171Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.872 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
81522024-12-06T21:08:09.172Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.872 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
81532024-12-06T21:08:09.172Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.872 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
81542024-12-06T21:08:09.172Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.872 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
81552024-12-06T21:08:09.172Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.872 INFO ok!
81562024-12-06T21:08:09.172Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.872 INFO STEP 36 (ensure_file) COMPLETE
81572024-12-06T21:08:09.172Z[ recovery-image] Dec 06 21:08:07.872 INFO O| Dec 06 21:08:07.872 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81582024-12-06T21:08:09.179Z[ recovery-image] Dec 06 21:08:07.882 INFO O| Dec 06 21:08:07.882 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81592024-12-06T21:08:09.182Z[ recovery-image] Dec 06 21:08:07.882 INFO O| Dec 06 21:08:07.882 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 ...
81602024-12-06T21:08:09.182Z[ recovery-image] Dec 06 21:08:07.883 INFO O| Dec 06 21:08:07.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81612024-12-06T21:08:09.182Z[ recovery-image] Dec 06 21:08:07.883 INFO O| Dec 06 21:08:07.883 INFO ok!
81622024-12-06T21:08:09.182Z[ recovery-image] Dec 06 21:08:07.883 INFO O| Dec 06 21:08:07.883 INFO STEP 37 (ensure_symlink) COMPLETE
81632024-12-06T21:08:09.182Z[ recovery-image] Dec 06 21:08:07.883 INFO O| Dec 06 21:08:07.883 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81642024-12-06T21:08:09.182Z[ host-image] Dec 06 21:08:07.887 INFO O| Dec 06 21:08:07.887 INFO O| Done
81652024-12-06T21:08:09.189Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81662024-12-06T21:08:09.189Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81672024-12-06T21:08:09.194Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81682024-12-06T21:08:09.194Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81692024-12-06T21:08:09.194Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81702024-12-06T21:08:09.194Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81712024-12-06T21:08:09.195Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO ok!
81722024-12-06T21:08:09.195Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO STEP 38 (ensure_file) COMPLETE
81732024-12-06T21:08:09.195Z[ recovery-image] Dec 06 21:08:07.894 INFO O| Dec 06 21:08:07.894 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81742024-12-06T21:08:09.201Z[ recovery-image] Dec 06 21:08:07.906 INFO O| Dec 06 21:08:07.906 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81752024-12-06T21:08:09.201Z[ recovery-image] Dec 06 21:08:07.906 INFO O| Dec 06 21:08:07.906 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
81762024-12-06T21:08:09.201Z[ recovery-image] Dec 06 21:08:07.906 INFO O| Dec 06 21:08:07.906 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81772024-12-06T21:08:09.204Z[ recovery-image] Dec 06 21:08:07.906 INFO O| Dec 06 21:08:07.906 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81782024-12-06T21:08:09.204Z[ recovery-image] Dec 06 21:08:07.906 INFO O| Dec 06 21:08:07.906 INFO ok!
81792024-12-06T21:08:09.204Z[ recovery-image] Dec 06 21:08:07.906 INFO O| Dec 06 21:08:07.906 INFO STEP 39 (ensure_file) COMPLETE
81802024-12-06T21:08:09.204Z[ recovery-image] Dec 06 21:08:07.906 INFO O| Dec 06 21:08:07.906 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81812024-12-06T21:08:09.210Z[ host-image] Dec 06 21:08:07.915 INFO O| Dec 06 21:08:07.915 INFO O| Done
81822024-12-06T21:08:09.214Z[ host-image] Dec 06 21:08:07.915 INFO O| Dec 06 21:08:07.915 INFO O| Done
81832024-12-06T21:08:09.214Z[ recovery-image] Dec 06 21:08:07.917 INFO O| Dec 06 21:08:07.917 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81842024-12-06T21:08:09.214Z[ recovery-image] Dec 06 21:08:07.917 INFO O| Dec 06 21:08:07.917 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81852024-12-06T21:08:09.214Z[ recovery-image] Dec 06 21:08:07.917 INFO O| Dec 06 21:08:07.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81862024-12-06T21:08:09.215Z[ recovery-image] Dec 06 21:08:07.917 INFO O| Dec 06 21:08:07.917 INFO ok!
81872024-12-06T21:08:09.215Z[ recovery-image] Dec 06 21:08:07.917 INFO O| Dec 06 21:08:07.917 INFO STEP 40 (ensure_file) COMPLETE
81882024-12-06T21:08:09.215Z[ recovery-image] Dec 06 21:08:07.917 INFO O| Dec 06 21:08:07.917 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81892024-12-06T21:08:09.223Z[ recovery-image] Dec 06 21:08:07.928 INFO O| Dec 06 21:08:07.928 INFO updating shadow file
81902024-12-06T21:08:09.226Z[ recovery-image] Dec 06 21:08:07.928 INFO O| Dec 06 21:08:07.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81912024-12-06T21:08:09.226Z[ recovery-image] Dec 06 21:08:07.928 INFO O| Dec 06 21:08:07.928 INFO STEP 41 (shadow) COMPLETE
81922024-12-06T21:08:09.226Z[ recovery-image] Dec 06 21:08:07.928 INFO O| Dec 06 21:08:07.928 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81932024-12-06T21:08:09.234Z[ recovery-image] Dec 06 21:08:07.939 INFO O| Dec 06 21:08:07.939 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
81942024-12-06T21:08:09.235Z[ recovery-image] Dec 06 21:08:07.939 INFO O| Dec 06 21:08:07.939 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
81952024-12-06T21:08:09.238Z[ recovery-image] Dec 06 21:08:07.939 INFO O| Dec 06 21:08:07.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81962024-12-06T21:08:09.238Z[ recovery-image] Dec 06 21:08:07.939 INFO O| Dec 06 21:08:07.939 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81972024-12-06T21:08:09.238Z[ recovery-image] Dec 06 21:08:07.939 INFO O| Dec 06 21:08:07.939 INFO ok!
81982024-12-06T21:08:09.238Z[ recovery-image] Dec 06 21:08:07.939 INFO O| Dec 06 21:08:07.939 INFO STEP 42 (ensure_file) COMPLETE
81992024-12-06T21:08:09.238Z[ recovery-image] Dec 06 21:08:07.939 INFO O| Dec 06 21:08:07.939 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82002024-12-06T21:08:09.248Z[ recovery-image] Dec 06 21:08:07.950 INFO O| Dec 06 21:08:07.950 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82012024-12-06T21:08:09.249Z[ recovery-image] Dec 06 21:08:07.950 INFO O| Dec 06 21:08:07.950 INFO STEP 43 (ensure_dir) COMPLETE
82022024-12-06T21:08:09.252Z[ recovery-image] Dec 06 21:08:07.950 INFO O| Dec 06 21:08:07.950 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82032024-12-06T21:08:09.253Z[ host-image] Dec 06 21:08:07.955 INFO O| Dec 06 21:08:07.955 INFO O| Done
82042024-12-06T21:08:09.257Z[ recovery-image] Dec 06 21:08:07.961 INFO O| Dec 06 21:08:07.960 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82052024-12-06T21:08:09.257Z[ recovery-image] Dec 06 21:08:07.961 INFO O| Dec 06 21:08:07.961 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82062024-12-06T21:08:09.257Z[ recovery-image] Dec 06 21:08:07.961 INFO O| Dec 06 21:08:07.961 INFO STEP 44 (ensure_dir) COMPLETE
82072024-12-06T21:08:09.257Z[ recovery-image] Dec 06 21:08:07.961 INFO O| Dec 06 21:08:07.961 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82082024-12-06T21:08:09.267Z[ recovery-image] Dec 06 21:08:07.972 INFO O| Dec 06 21:08:07.972 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82092024-12-06T21:08:09.267Z[ recovery-image] Dec 06 21:08:07.972 INFO O| Dec 06 21:08:07.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82102024-12-06T21:08:09.270Z[ recovery-image] Dec 06 21:08:07.972 INFO O| Dec 06 21:08:07.972 INFO STEP 45 (ensure_dir) COMPLETE
82112024-12-06T21:08:09.270Z[ recovery-image] Dec 06 21:08:07.972 INFO O| Dec 06 21:08:07.972 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82122024-12-06T21:08:09.279Z[ recovery-image] Dec 06 21:08:07.984 INFO O| Dec 06 21:08:07.984 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82132024-12-06T21:08:09.280Z[ recovery-image] Dec 06 21:08:07.985 INFO O| Dec 06 21:08:07.984 INFO copying /tmp/.tmp0o7x0a/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82142024-12-06T21:08:09.314Z[ recovery-image] Dec 06 21:08:08.019 INFO O| Dec 06 21:08:08.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82152024-12-06T21:08:09.314Z[ recovery-image] Dec 06 21:08:08.019 INFO O| Dec 06 21:08:08.019 INFO ok!
82162024-12-06T21:08:09.317Z[ recovery-image] Dec 06 21:08:08.019 INFO O| Dec 06 21:08:08.019 INFO STEP 46 (ensure_file) COMPLETE
82172024-12-06T21:08:09.317Z[ recovery-image] Dec 06 21:08:08.019 INFO O| Dec 06 21:08:08.019 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82182024-12-06T21:08:09.327Z[ recovery-image] Dec 06 21:08:08.032 INFO O| Dec 06 21:08:08.031 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82192024-12-06T21:08:09.327Z[ recovery-image] Dec 06 21:08:08.032 INFO O| Dec 06 21:08:08.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82202024-12-06T21:08:09.327Z[ recovery-image] Dec 06 21:08:08.032 INFO O| Dec 06 21:08:08.032 INFO STEP 47 (ensure_dir) COMPLETE
82212024-12-06T21:08:09.330Z[ recovery-image] Dec 06 21:08:08.032 INFO O| Dec 06 21:08:08.032 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82222024-12-06T21:08:09.343Z[ recovery-image] Dec 06 21:08:08.042 INFO O| Dec 06 21:08:08.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82232024-12-06T21:08:09.343Z[ recovery-image] Dec 06 21:08:08.043 INFO O| Dec 06 21:08:08.042 INFO copying /tmp/.tmp0o7x0a/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82242024-12-06T21:08:09.347Z[ recovery-image] Dec 06 21:08:08.043 INFO O| Dec 06 21:08:08.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82252024-12-06T21:08:09.347Z[ recovery-image] Dec 06 21:08:08.043 INFO O| Dec 06 21:08:08.043 INFO ok!
82262024-12-06T21:08:09.347Z[ recovery-image] Dec 06 21:08:08.043 INFO O| Dec 06 21:08:08.043 INFO STEP 48 (ensure_file) COMPLETE
82272024-12-06T21:08:09.347Z[ recovery-image] Dec 06 21:08:08.043 INFO O| Dec 06 21:08:08.043 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82282024-12-06T21:08:09.357Z[ recovery-image] Dec 06 21:08:08.053 INFO O| Dec 06 21:08:08.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82292024-12-06T21:08:09.357Z[ recovery-image] Dec 06 21:08:08.054 INFO O| Dec 06 21:08:08.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82302024-12-06T21:08:09.357Z[ recovery-image] Dec 06 21:08:08.054 INFO O| Dec 06 21:08:08.054 INFO STEP 49 (ensure_dir) COMPLETE
82312024-12-06T21:08:09.357Z[ recovery-image] Dec 06 21:08:08.054 INFO O| Dec 06 21:08:08.054 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82322024-12-06T21:08:09.365Z[ recovery-image] Dec 06 21:08:08.065 INFO O| Dec 06 21:08:08.065 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82332024-12-06T21:08:09.365Z[ recovery-image] Dec 06 21:08:08.065 INFO O| Dec 06 21:08:08.065 INFO copying /tmp/.tmp0o7x0a/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82342024-12-06T21:08:09.376Z[ host-image] Dec 06 21:08:08.077 INFO O| Dec 06 21:08:08.077 INFO STEP 13 (pkg_install) COMPLETE
82352024-12-06T21:08:09.376Z[ host-image] Dec 06 21:08:08.077 INFO O| Dec 06 21:08:08.077 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82362024-12-06T21:08:09.379Z[ recovery-image] Dec 06 21:08:08.080 INFO O| Dec 06 21:08:08.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82372024-12-06T21:08:09.379Z[ recovery-image] Dec 06 21:08:08.080 INFO O| Dec 06 21:08:08.080 INFO ok!
82382024-12-06T21:08:09.379Z[ recovery-image] Dec 06 21:08:08.080 INFO O| Dec 06 21:08:08.080 INFO STEP 50 (ensure_file) COMPLETE
82392024-12-06T21:08:09.379Z[ recovery-image] Dec 06 21:08:08.080 INFO O| Dec 06 21:08:08.080 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402024-12-06T21:08:09.383Z[ host-image] Dec 06 21:08:08.089 INFO O| Dec 06 21:08:08.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
82412024-12-06T21:08:09.386Z[ recovery-image] Dec 06 21:08:08.091 INFO O| Dec 06 21:08:08.091 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82422024-12-06T21:08:09.387Z[ recovery-image] Dec 06 21:08:08.091 INFO O| Dec 06 21:08:08.091 INFO copying /tmp/.tmp0o7x0a/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82432024-12-06T21:08:09.918Z[ recovery-image] Dec 06 21:08:08.623 INFO O| Dec 06 21:08:08.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82442024-12-06T21:08:09.918Z[ recovery-image] Dec 06 21:08:08.623 INFO O| Dec 06 21:08:08.623 INFO ok!
82452024-12-06T21:08:09.923Z[ recovery-image] Dec 06 21:08:08.623 INFO O| Dec 06 21:08:08.623 INFO STEP 51 (ensure_file) COMPLETE
82462024-12-06T21:08:09.923Z[ recovery-image] Dec 06 21:08:08.623 INFO O| Dec 06 21:08:08.623 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82472024-12-06T21:08:09.931Z[ recovery-image] Dec 06 21:08:08.636 INFO O| Dec 06 21:08:08.636 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82482024-12-06T21:08:09.931Z[ recovery-image] Dec 06 21:08:08.636 INFO O| Dec 06 21:08:08.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82492024-12-06T21:08:09.931Z[ recovery-image] Dec 06 21:08:08.636 INFO O| Dec 06 21:08:08.636 INFO STEP 52 (ensure_dir) COMPLETE
82502024-12-06T21:08:09.934Z[ recovery-image] Dec 06 21:08:08.636 INFO O| Dec 06 21:08:08.636 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82512024-12-06T21:08:09.943Z[ recovery-image] Dec 06 21:08:08.648 INFO O| Dec 06 21:08:08.648 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82522024-12-06T21:08:09.943Z[ recovery-image] Dec 06 21:08:08.648 INFO O| Dec 06 21:08:08.648 INFO copying /tmp/.tmp0o7x0a/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 ...
82532024-12-06T21:08:09.943Z[ recovery-image] Dec 06 21:08:08.648 INFO O| Dec 06 21:08:08.648 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
82542024-12-06T21:08:09.945Z[ recovery-image] Dec 06 21:08:08.648 INFO O| Dec 06 21:08:08.648 INFO ok!
82552024-12-06T21:08:09.945Z[ recovery-image] Dec 06 21:08:08.648 INFO O| Dec 06 21:08:08.648 INFO STEP 53 (ensure_file) COMPLETE
82562024-12-06T21:08:09.945Z[ recovery-image] Dec 06 21:08:08.648 INFO O| Dec 06 21:08:08.648 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572024-12-06T21:08:09.954Z[ recovery-image] Dec 06 21:08:08.659 INFO O| Dec 06 21:08:08.659 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82582024-12-06T21:08:09.954Z[ recovery-image] Dec 06 21:08:08.659 INFO O| Dec 06 21:08:08.659 INFO copying /tmp/.tmp0o7x0a/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 ...
82592024-12-06T21:08:09.959Z[ recovery-image] Dec 06 21:08:08.659 INFO O| Dec 06 21:08:08.659 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
82602024-12-06T21:08:09.959Z[ recovery-image] Dec 06 21:08:08.659 INFO O| Dec 06 21:08:08.659 INFO ok!
82612024-12-06T21:08:09.959Z[ recovery-image] Dec 06 21:08:08.659 INFO O| Dec 06 21:08:08.659 INFO STEP 54 (ensure_file) COMPLETE
82622024-12-06T21:08:09.959Z[ recovery-image] Dec 06 21:08:08.659 INFO O| Dec 06 21:08:08.659 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82632024-12-06T21:08:09.966Z[ recovery-image] Dec 06 21:08:08.671 INFO O| Dec 06 21:08:08.671 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82642024-12-06T21:08:09.966Z[ recovery-image] Dec 06 21:08:08.671 INFO O| Dec 06 21:08:08.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82652024-12-06T21:08:09.970Z[ recovery-image] Dec 06 21:08:08.671 INFO O| Dec 06 21:08:08.671 INFO STEP 55 (ensure_dir) COMPLETE
82662024-12-06T21:08:09.970Z[ recovery-image] Dec 06 21:08:08.671 INFO O| Dec 06 21:08:08.671 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-06T21:08:09.978Z[ recovery-image] Dec 06 21:08:08.683 INFO O| Dec 06 21:08:08.683 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82682024-12-06T21:08:09.978Z[ recovery-image] Dec 06 21:08:08.683 INFO O| Dec 06 21:08:08.683 INFO copying /tmp/.tmp0o7x0a/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 ...
82692024-12-06T21:08:09.982Z[ recovery-image] Dec 06 21:08:08.683 INFO O| Dec 06 21:08:08.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82702024-12-06T21:08:09.982Z[ recovery-image] Dec 06 21:08:08.683 INFO O| Dec 06 21:08:08.683 INFO ok!
82712024-12-06T21:08:09.982Z[ recovery-image] Dec 06 21:08:08.683 INFO O| Dec 06 21:08:08.683 INFO STEP 56 (ensure_file) COMPLETE
82722024-12-06T21:08:09.982Z[ recovery-image] Dec 06 21:08:08.683 INFO O| Dec 06 21:08:08.683 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-06T21:08:09.990Z[ recovery-image] Dec 06 21:08:08.695 INFO O| Dec 06 21:08:08.695 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82742024-12-06T21:08:09.990Z[ recovery-image] Dec 06 21:08:08.695 INFO O| Dec 06 21:08:08.695 INFO copying /tmp/.tmp0o7x0a/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 ...
82752024-12-06T21:08:09.993Z[ recovery-image] Dec 06 21:08:08.695 INFO O| Dec 06 21:08:08.695 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
82762024-12-06T21:08:09.994Z[ recovery-image] Dec 06 21:08:08.695 INFO O| Dec 06 21:08:08.695 INFO ok!
82772024-12-06T21:08:09.994Z[ recovery-image] Dec 06 21:08:08.695 INFO O| Dec 06 21:08:08.695 INFO STEP 57 (ensure_file) COMPLETE
82782024-12-06T21:08:09.994Z[ recovery-image] Dec 06 21:08:08.695 INFO O| Dec 06 21:08:08.695 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792024-12-06T21:08:10.003Z[ recovery-image] Dec 06 21:08:08.708 INFO O| Dec 06 21:08:08.708 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82802024-12-06T21:08:10.003Z[ recovery-image] Dec 06 21:08:08.708 INFO O| Dec 06 21:08:08.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82812024-12-06T21:08:10.006Z[ recovery-image] Dec 06 21:08:08.708 INFO O| Dec 06 21:08:08.708 INFO STEP 58 (ensure_dir) COMPLETE
82822024-12-06T21:08:10.006Z[ recovery-image] Dec 06 21:08:08.708 INFO O| Dec 06 21:08:08.708 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-06T21:08:10.015Z[ recovery-image] Dec 06 21:08:08.720 INFO O| Dec 06 21:08:08.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82842024-12-06T21:08:10.015Z[ recovery-image] Dec 06 21:08:08.720 INFO O| Dec 06 21:08:08.720 INFO copying /tmp/.tmp0o7x0a/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 ...
82852024-12-06T21:08:10.019Z[ recovery-image] Dec 06 21:08:08.720 INFO O| Dec 06 21:08:08.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82862024-12-06T21:08:10.019Z[ recovery-image] Dec 06 21:08:08.720 INFO O| Dec 06 21:08:08.720 INFO ok!
82872024-12-06T21:08:10.019Z[ recovery-image] Dec 06 21:08:08.720 INFO O| Dec 06 21:08:08.720 INFO STEP 59 (ensure_file) COMPLETE
82882024-12-06T21:08:10.019Z[ recovery-image] Dec 06 21:08:08.720 INFO O| Dec 06 21:08:08.720 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892024-12-06T21:08:10.027Z[ recovery-image] Dec 06 21:08:08.731 INFO O| Dec 06 21:08:08.731 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82902024-12-06T21:08:10.031Z[ recovery-image] Dec 06 21:08:08.732 INFO O| Dec 06 21:08:08.731 INFO copying /tmp/.tmp0o7x0a/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82912024-12-06T21:08:10.031Z[ recovery-image] Dec 06 21:08:08.732 INFO O| Dec 06 21:08:08.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82922024-12-06T21:08:10.031Z[ recovery-image] Dec 06 21:08:08.732 INFO O| Dec 06 21:08:08.732 INFO ok!
82932024-12-06T21:08:10.031Z[ recovery-image] Dec 06 21:08:08.732 INFO O| Dec 06 21:08:08.732 INFO STEP 60 (ensure_file) COMPLETE
82942024-12-06T21:08:10.031Z[ recovery-image] Dec 06 21:08:08.732 INFO O| Dec 06 21:08:08.732 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82952024-12-06T21:08:10.038Z[ recovery-image] Dec 06 21:08:08.744 INFO O| Dec 06 21:08:08.743 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82962024-12-06T21:08:10.039Z[ recovery-image] Dec 06 21:08:08.744 INFO O| Dec 06 21:08:08.743 INFO STEP 61 (ensure_dir) COMPLETE
82972024-12-06T21:08:10.041Z[ recovery-image] Dec 06 21:08:08.744 INFO O| Dec 06 21:08:08.744 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982024-12-06T21:08:10.050Z[ recovery-image] Dec 06 21:08:08.755 INFO O| Dec 06 21:08:08.755 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
82992024-12-06T21:08:10.050Z[ recovery-image] Dec 06 21:08:08.755 INFO O| Dec 06 21:08:08.755 INFO STEP 62 (ensure_dir) COMPLETE
83002024-12-06T21:08:10.050Z[ recovery-image] Dec 06 21:08:08.755 INFO O| Dec 06 21:08:08.755 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83012024-12-06T21:08:10.062Z[ recovery-image] Dec 06 21:08:08.766 INFO O| Dec 06 21:08:08.766 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83022024-12-06T21:08:10.062Z[ recovery-image] Dec 06 21:08:08.766 INFO O| Dec 06 21:08:08.766 INFO STEP 63 (ensure_dir) COMPLETE
83032024-12-06T21:08:10.062Z[ recovery-image] Dec 06 21:08:08.766 INFO O| Dec 06 21:08:08.766 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-06T21:08:10.071Z[ recovery-image] Dec 06 21:08:08.776 INFO O| Dec 06 21:08:08.776 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83052024-12-06T21:08:10.071Z[ recovery-image] Dec 06 21:08:08.776 INFO O| Dec 06 21:08:08.776 INFO STEP 64 (ensure_dir) COMPLETE
83062024-12-06T21:08:10.074Z[ recovery-image] Dec 06 21:08:08.776 INFO O| Dec 06 21:08:08.776 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83072024-12-06T21:08:10.082Z[ recovery-image] Dec 06 21:08:08.787 INFO O| Dec 06 21:08:08.787 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83082024-12-06T21:08:10.082Z[ recovery-image] Dec 06 21:08:08.787 INFO O| Dec 06 21:08:08.787 INFO copying /tmp/.tmp0o7x0a/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83092024-12-06T21:08:10.084Z[ recovery-image] Dec 06 21:08:08.787 INFO O| Dec 06 21:08:08.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83102024-12-06T21:08:10.084Z[ recovery-image] Dec 06 21:08:08.787 INFO O| Dec 06 21:08:08.787 INFO ok!
83112024-12-06T21:08:10.084Z[ recovery-image] Dec 06 21:08:08.787 INFO O| Dec 06 21:08:08.787 INFO STEP 65 (ensure_file) COMPLETE
83122024-12-06T21:08:10.085Z[ recovery-image] Dec 06 21:08:08.787 INFO O| Dec 06 21:08:08.787 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83132024-12-06T21:08:10.093Z[ recovery-image] Dec 06 21:08:08.798 INFO O| Dec 06 21:08:08.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83142024-12-06T21:08:10.098Z[ recovery-image] Dec 06 21:08:08.798 INFO O| Dec 06 21:08:08.798 INFO STEP 66 (remove_files) COMPLETE
83152024-12-06T21:08:10.099Z[ recovery-image] Dec 06 21:08:08.798 INFO O| Dec 06 21:08:08.798 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83162024-12-06T21:08:10.107Z[ recovery-image] Dec 06 21:08:08.809 INFO O| Dec 06 21:08:08.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83172024-12-06T21:08:10.110Z[ recovery-image] Dec 06 21:08:08.809 INFO O| Dec 06 21:08:08.809 INFO STEP 67 (remove_files) COMPLETE
83182024-12-06T21:08:10.110Z[ recovery-image] Dec 06 21:08:08.810 INFO O| Dec 06 21:08:08.809 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83192024-12-06T21:08:10.115Z[ recovery-image] Dec 06 21:08:08.820 INFO O| Dec 06 21:08:08.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83202024-12-06T21:08:10.119Z[ recovery-image] Dec 06 21:08:08.820 INFO O| Dec 06 21:08:08.820 INFO STEP 68 (remove_files) COMPLETE
83212024-12-06T21:08:10.119Z[ recovery-image] Dec 06 21:08:08.820 INFO O| Dec 06 21:08:08.820 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83222024-12-06T21:08:10.126Z[ host-image] Dec 06 21:08:08.831 INFO O| Dec 06 21:08:08.831 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
83232024-12-06T21:08:10.130Z[ recovery-image] Dec 06 21:08:08.832 INFO O| Dec 06 21:08:08.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83242024-12-06T21:08:10.130Z[ recovery-image] Dec 06 21:08:08.832 INFO O| Dec 06 21:08:08.832 INFO STEP 69 (remove_files) COMPLETE
83252024-12-06T21:08:10.130Z[ recovery-image] Dec 06 21:08:08.832 INFO O| Dec 06 21:08:08.832 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83262024-12-06T21:08:10.139Z[ recovery-image] Dec 06 21:08:08.844 INFO O| Dec 06 21:08:08.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83272024-12-06T21:08:10.142Z[ recovery-image] Dec 06 21:08:08.844 INFO O| Dec 06 21:08:08.844 INFO STEP 70 (remove_files) COMPLETE
83282024-12-06T21:08:10.142Z[ recovery-image] Dec 06 21:08:08.844 INFO O| Dec 06 21:08:08.844 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83292024-12-06T21:08:10.151Z[ recovery-image] Dec 06 21:08:08.856 INFO O| Dec 06 21:08:08.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83302024-12-06T21:08:10.154Z[ recovery-image] Dec 06 21:08:08.856 INFO O| Dec 06 21:08:08.856 INFO STEP 71 (remove_files) COMPLETE
83312024-12-06T21:08:10.154Z[ recovery-image] Dec 06 21:08:08.856 INFO O| Dec 06 21:08:08.856 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83322024-12-06T21:08:10.164Z[ recovery-image] Dec 06 21:08:08.867 INFO O| Dec 06 21:08:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83332024-12-06T21:08:10.164Z[ recovery-image] Dec 06 21:08:08.867 INFO O| Dec 06 21:08:08.867 INFO STEP 72 (remove_files) COMPLETE
83342024-12-06T21:08:10.164Z[ recovery-image] Dec 06 21:08:08.868 INFO O| Dec 06 21:08:08.867 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83352024-12-06T21:08:10.173Z[ recovery-image] Dec 06 21:08:08.878 INFO O| Dec 06 21:08:08.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83362024-12-06T21:08:10.173Z[ recovery-image] Dec 06 21:08:08.878 INFO O| Dec 06 21:08:08.878 INFO STEP 73 (remove_files) COMPLETE
83372024-12-06T21:08:10.174Z[ recovery-image] Dec 06 21:08:08.878 INFO O| Dec 06 21:08:08.878 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83382024-12-06T21:08:10.184Z[ recovery-image] Dec 06 21:08:08.889 INFO O| Dec 06 21:08:08.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83392024-12-06T21:08:10.187Z[ recovery-image] Dec 06 21:08:08.889 INFO O| Dec 06 21:08:08.889 INFO STEP 74 (remove_files) COMPLETE
83402024-12-06T21:08:10.187Z[ recovery-image] Dec 06 21:08:08.889 INFO O| Dec 06 21:08:08.889 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83412024-12-06T21:08:10.196Z[ recovery-image] Dec 06 21:08:08.901 INFO O| Dec 06 21:08:08.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83422024-12-06T21:08:10.196Z[ recovery-image] Dec 06 21:08:08.901 INFO O| Dec 06 21:08:08.901 INFO STEP 75 (remove_files) COMPLETE
83432024-12-06T21:08:10.198Z[ recovery-image] Dec 06 21:08:08.901 INFO O| Dec 06 21:08:08.901 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83442024-12-06T21:08:10.209Z[ recovery-image] Dec 06 21:08:08.913 INFO O| Dec 06 21:08:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83452024-12-06T21:08:10.209Z[ recovery-image] Dec 06 21:08:08.914 INFO O| Dec 06 21:08:08.913 INFO STEP 76 (remove_files) COMPLETE
83462024-12-06T21:08:10.211Z[ recovery-image] Dec 06 21:08:08.914 INFO O| Dec 06 21:08:08.914 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83472024-12-06T21:08:10.221Z[ recovery-image] Dec 06 21:08:08.926 INFO O| Dec 06 21:08:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83482024-12-06T21:08:10.221Z[ recovery-image] Dec 06 21:08:08.926 INFO O| Dec 06 21:08:08.926 INFO STEP 77 (remove_files) COMPLETE
83492024-12-06T21:08:10.221Z[ recovery-image] Dec 06 21:08:08.926 INFO O| Dec 06 21:08:08.926 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83502024-12-06T21:08:10.235Z[ recovery-image] Dec 06 21:08:08.938 INFO O| Dec 06 21:08:08.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83512024-12-06T21:08:10.239Z[ recovery-image] Dec 06 21:08:08.938 INFO O| Dec 06 21:08:08.938 INFO STEP 78 (remove_files) COMPLETE
83522024-12-06T21:08:10.239Z[ recovery-image] Dec 06 21:08:08.938 INFO O| Dec 06 21:08:08.938 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83532024-12-06T21:08:10.244Z[ recovery-image] Dec 06 21:08:08.949 INFO O| Dec 06 21:08:08.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83542024-12-06T21:08:10.244Z[ recovery-image] Dec 06 21:08:08.949 INFO O| Dec 06 21:08:08.949 INFO STEP 79 (remove_files) COMPLETE
83552024-12-06T21:08:10.247Z[ recovery-image] Dec 06 21:08:08.949 INFO O| Dec 06 21:08:08.949 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83562024-12-06T21:08:10.256Z[ recovery-image] Dec 06 21:08:08.960 INFO O| Dec 06 21:08:08.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83572024-12-06T21:08:10.256Z[ recovery-image] Dec 06 21:08:08.961 INFO O| Dec 06 21:08:08.961 INFO STEP 80 (remove_files) COMPLETE
83582024-12-06T21:08:10.259Z[ recovery-image] Dec 06 21:08:08.961 INFO O| Dec 06 21:08:08.961 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592024-12-06T21:08:10.266Z[ recovery-image] Dec 06 21:08:08.972 INFO O| Dec 06 21:08:08.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83602024-12-06T21:08:10.267Z[ recovery-image] Dec 06 21:08:08.972 INFO O| Dec 06 21:08:08.972 INFO STEP 81 (remove_files) COMPLETE
83612024-12-06T21:08:10.267Z[ recovery-image] Dec 06 21:08:08.972 INFO O| Dec 06 21:08:08.972 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622024-12-06T21:08:10.278Z[ recovery-image] Dec 06 21:08:08.982 INFO O| Dec 06 21:08:08.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83632024-12-06T21:08:10.278Z[ recovery-image] Dec 06 21:08:08.982 INFO O| Dec 06 21:08:08.982 INFO STEP 82 (remove_files) COMPLETE
83642024-12-06T21:08:10.281Z[ recovery-image] Dec 06 21:08:08.982 INFO O| Dec 06 21:08:08.982 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652024-12-06T21:08:10.290Z[ recovery-image] Dec 06 21:08:08.995 INFO O| Dec 06 21:08:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83662024-12-06T21:08:10.290Z[ recovery-image] Dec 06 21:08:08.995 INFO O| Dec 06 21:08:08.995 INFO STEP 83 (remove_files) COMPLETE
83672024-12-06T21:08:10.290Z[ recovery-image] Dec 06 21:08:08.995 INFO O| Dec 06 21:08:08.995 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-06T21:08:10.303Z[ recovery-image] Dec 06 21:08:09.008 INFO O| Dec 06 21:08:09.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83692024-12-06T21:08:10.303Z[ recovery-image] Dec 06 21:08:09.008 INFO O| Dec 06 21:08:09.008 INFO STEP 84 (remove_files) COMPLETE
83702024-12-06T21:08:10.308Z[ recovery-image] Dec 06 21:08:09.008 INFO O| Dec 06 21:08:09.008 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-06T21:08:10.316Z[ recovery-image] Dec 06 21:08:09.021 INFO O| Dec 06 21:08:09.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83722024-12-06T21:08:10.316Z[ recovery-image] Dec 06 21:08:09.021 INFO O| Dec 06 21:08:09.021 INFO STEP 85 (remove_files) COMPLETE
83732024-12-06T21:08:10.319Z[ recovery-image] Dec 06 21:08:09.021 INFO O| Dec 06 21:08:09.021 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-06T21:08:10.330Z[ recovery-image] Dec 06 21:08:09.035 INFO O| Dec 06 21:08:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83752024-12-06T21:08:10.330Z[ recovery-image] Dec 06 21:08:09.035 INFO O| Dec 06 21:08:09.035 INFO STEP 86 (remove_files) COMPLETE
83762024-12-06T21:08:10.332Z[ recovery-image] Dec 06 21:08:09.035 INFO O| Dec 06 21:08:09.035 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-06T21:08:10.342Z[ recovery-image] Dec 06 21:08:09.047 INFO O| Dec 06 21:08:09.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83782024-12-06T21:08:10.344Z[ recovery-image] Dec 06 21:08:09.047 INFO O| Dec 06 21:08:09.047 INFO STEP 87 (remove_files) COMPLETE
83792024-12-06T21:08:10.344Z[ recovery-image] Dec 06 21:08:09.047 INFO O| Dec 06 21:08:09.047 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-06T21:08:10.355Z[ recovery-image] Dec 06 21:08:09.059 INFO O| Dec 06 21:08:09.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83812024-12-06T21:08:10.359Z[ recovery-image] Dec 06 21:08:09.060 INFO O| Dec 06 21:08:09.060 INFO STEP 88 (remove_files) COMPLETE
83822024-12-06T21:08:10.359Z[ recovery-image] Dec 06 21:08:09.060 INFO O| Dec 06 21:08:09.060 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-06T21:08:10.366Z[ recovery-image] Dec 06 21:08:09.071 INFO O| Dec 06 21:08:09.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83842024-12-06T21:08:10.366Z[ recovery-image] Dec 06 21:08:09.071 INFO O| Dec 06 21:08:09.071 INFO STEP 89 (remove_files) COMPLETE
83852024-12-06T21:08:10.366Z[ recovery-image] Dec 06 21:08:09.071 INFO O| Dec 06 21:08:09.071 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-06T21:08:10.379Z[ recovery-image] Dec 06 21:08:09.083 INFO O| Dec 06 21:08:09.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83872024-12-06T21:08:10.379Z[ recovery-image] Dec 06 21:08:09.084 INFO O| Dec 06 21:08:09.084 INFO STEP 90 (remove_files) COMPLETE
83882024-12-06T21:08:10.381Z[ recovery-image] Dec 06 21:08:09.084 INFO O| Dec 06 21:08:09.084 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-06T21:08:10.391Z[ recovery-image] Dec 06 21:08:09.096 INFO O| Dec 06 21:08:09.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83902024-12-06T21:08:10.391Z[ recovery-image] Dec 06 21:08:09.096 INFO O| Dec 06 21:08:09.096 INFO STEP 91 (remove_files) COMPLETE
83912024-12-06T21:08:10.391Z[ recovery-image] Dec 06 21:08:09.096 INFO O| Dec 06 21:08:09.096 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-06T21:08:10.405Z[ recovery-image] Dec 06 21:08:09.107 INFO O| Dec 06 21:08:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83932024-12-06T21:08:10.405Z[ recovery-image] Dec 06 21:08:09.107 INFO O| Dec 06 21:08:09.107 INFO STEP 92 (remove_files) COMPLETE
83942024-12-06T21:08:10.408Z[ recovery-image] Dec 06 21:08:09.107 INFO O| Dec 06 21:08:09.107 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-06T21:08:10.416Z[ recovery-image] Dec 06 21:08:09.118 INFO O| Dec 06 21:08:09.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83962024-12-06T21:08:10.428Z[ recovery-image] Dec 06 21:08:09.118 INFO O| Dec 06 21:08:09.118 INFO STEP 93 (remove_files) COMPLETE
83972024-12-06T21:08:10.428Z[ recovery-image] Dec 06 21:08:09.118 INFO O| Dec 06 21:08:09.118 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-06T21:08:10.428Z[ recovery-image] Dec 06 21:08:09.128 INFO O| Dec 06 21:08:09.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
83992024-12-06T21:08:10.428Z[ recovery-image] Dec 06 21:08:09.128 INFO O| Dec 06 21:08:09.128 INFO STEP 94 (remove_files) COMPLETE
84002024-12-06T21:08:10.428Z[ recovery-image] Dec 06 21:08:09.128 INFO O| Dec 06 21:08:09.128 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84012024-12-06T21:08:10.438Z[ recovery-image] Dec 06 21:08:09.143 INFO O| Dec 06 21:08:09.143 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84022024-12-06T21:08:10.442Z[ recovery-image] Dec 06 21:08:09.143 INFO O| Dec 06 21:08:09.143 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
84032024-12-06T21:08:12.462Z[ host-image] Dec 06 21:08:11.167 INFO O| Dec 06 21:08:11.167 INFO O| Planning: Solver setup ... Done
84042024-12-06T21:08:12.466Z[ host-image] Dec 06 21:08:11.171 INFO O| Dec 06 21:08:11.171 INFO O| Planning: Running solver ... Done
84052024-12-06T21:08:12.531Z[ host-image] Dec 06 21:08:11.235 INFO O| Dec 06 21:08:11.235 INFO O| Planning: Finding local manifests ... Done
84062024-12-06T21:08:12.535Z[ host-image] Dec 06 21:08:11.236 INFO O| Dec 06 21:08:11.236 INFO O| Planning: Fetching manifests: 0/1 0% complete
84072024-12-06T21:08:12.626Z[ host-image] Dec 06 21:08:11.330 INFO O| Dec 06 21:08:11.330 INFO O| Planning: Fetching manifests: 1/1 100% complete
84082024-12-06T21:08:12.646Z[ host-image] Dec 06 21:08:11.350 INFO O| Dec 06 21:08:11.350 INFO O| Planning: Package planning ... Done
84092024-12-06T21:08:12.649Z[ host-image] Dec 06 21:08:11.350 INFO O| Dec 06 21:08:11.350 INFO O| Planning: Merging actions ... Done
84102024-12-06T21:08:12.706Z[ host-image] Dec 06 21:08:11.411 INFO O| Dec 06 21:08:11.411 INFO O| Planning: Checking for conflicting actions ... Done
84112024-12-06T21:08:12.709Z[ host-image] Dec 06 21:08:11.411 INFO O| Dec 06 21:08:11.411 INFO O| Planning: Consolidating action changes ... Done
84122024-12-06T21:08:12.886Z[ host-image] Dec 06 21:08:11.590 INFO O| Dec 06 21:08:11.590 INFO O| Planning: Evaluating mediators ... Done
84132024-12-06T21:08:12.889Z[ host-image] Dec 06 21:08:11.591 INFO O| Dec 06 21:08:11.591 INFO O| Planning: Planning completed in 2.76 seconds
84142024-12-06T21:08:12.889Z[ host-image] Dec 06 21:08:11.592 INFO O| Dec 06 21:08:11.592 INFO O| Packages to install: 1
84152024-12-06T21:08:12.899Z[ host-image] Dec 06 21:08:11.604 INFO O| Dec 06 21:08:11.604 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
84162024-12-06T21:08:13.065Z[ host-image] Dec 06 21:08:11.769 INFO O| Dec 06 21:08:11.769 INFO O| Download: Completed 9.99 MB in 0.17 seconds (60.4M/s)
84172024-12-06T21:08:13.096Z[ host-image] Dec 06 21:08:11.800 INFO O| Dec 06 21:08:11.800 INFO O| Actions: 1/22 actions (Installing new actions)
84182024-12-06T21:08:13.323Z[ host-image] Dec 06 21:08:12.028 INFO O| Dec 06 21:08:12.028 INFO O| Actions: Completed 22 actions in 0.23 seconds.
84192024-12-06T21:08:13.546Z[ host-image] Dec 06 21:08:12.250 INFO O| Dec 06 21:08:12.250 INFO O| Done
84202024-12-06T21:08:13.546Z[ host-image] Dec 06 21:08:12.250 INFO O| Dec 06 21:08:12.250 INFO O| Done
84212024-12-06T21:08:14.063Z[ host-image] Dec 06 21:08:12.767 INFO O| Dec 06 21:08:12.767 INFO O| Done
84222024-12-06T21:08:15.471Z[ host-image] Dec 06 21:08:14.175 INFO O| Dec 06 21:08:14.175 INFO O| Done
84232024-12-06T21:08:15.498Z[ host-image] Dec 06 21:08:14.202 INFO O| Dec 06 21:08:14.202 INFO O| Done
84242024-12-06T21:08:15.498Z[ host-image] Dec 06 21:08:14.202 INFO O| Dec 06 21:08:14.202 INFO O| Done
84252024-12-06T21:08:15.508Z[ host-image] Dec 06 21:08:14.213 INFO O| Dec 06 21:08:14.213 INFO O| Done
84262024-12-06T21:08:15.621Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.325 INFO STEP 14 (pkg_install) COMPLETE
84272024-12-06T21:08:15.621Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84282024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO skip step because feature "mfg" is not enabled
84292024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84302024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO skip step because feature "compliance" is not enabled
84312024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84322024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO skip step because feature "stress" is not enabled
84332024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84342024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO skip step because feature "nfs" is not enabled
84352024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84362024-12-06T21:08:15.625Z[ host-image] Dec 06 21:08:14.326 INFO O| Dec 06 21:08:14.326 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84372024-12-06T21:08:15.794Z[ host-image] Dec 06 21:08:14.497 INFO O| Dec 06 21:08:14.497 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
84382024-12-06T21:08:15.883Z[ host-image] Dec 06 21:08:14.587 INFO O| Dec 06 21:08:14.587 INFO completed processing gimlet/ramdisk-01-os
84392024-12-06T21:08:15.888Z[ host-image] Dec 06 21:08:14.589 INFO omicron1 baseline generation...
84402024-12-06T21:08:15.888Z[ host-image] Dec 06 21:08:14.589 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
84412024-12-06T21:08:16.245Z[ recovery-image] Dec 06 21:08:14.942 INFO O| Dec 06 21:08:14.942 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
84422024-12-06T21:08:16.245Z[ recovery-image] Dec 06 21:08:14.942 INFO O| Dec 06 21:08:14.942 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84432024-12-06T21:08:16.256Z[ recovery-image] Dec 06 21:08:14.959 INFO O| Dec 06 21:08:14.959 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"}
84442024-12-06T21:08:16.297Z[ host-image] Dec 06 21:08:15.001 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
84452024-12-06T21:08:16.338Z[ recovery-image] Dec 06 21:08:15.040 INFO O| Dec 06 21:08:15.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84462024-12-06T21:08:16.338Z[ recovery-image] Dec 06 21:08:15.040 INFO O| Dec 06 21:08:15.040 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 ...
84472024-12-06T21:08:16.340Z[ recovery-image] Dec 06 21:08:15.042 INFO O| Dec 06 21:08:15.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84482024-12-06T21:08:16.340Z[ recovery-image] Dec 06 21:08:15.042 INFO O| Dec 06 21:08:15.042 INFO ok!
84492024-12-06T21:08:16.340Z[ recovery-image] Dec 06 21:08:15.042 INFO O| Dec 06 21:08:15.042 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84502024-12-06T21:08:16.340Z[ recovery-image] Dec 06 21:08:15.042 INFO O| Dec 06 21:08:15.042 INFO STEP 95 (seed_smf) COMPLETE
84512024-12-06T21:08:16.340Z[ recovery-image] Dec 06 21:08:15.042 INFO O| Dec 06 21:08:15.042 INFO steps complete; finalising image!
84522024-12-06T21:08:16.340Z[ recovery-image] Dec 06 21:08:15.042 INFO O| Dec 06 21:08:15.042 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84532024-12-06T21:08:16.372Z[ recovery-image] Dec 06 21:08:15.076 INFO O| Dec 06 21:08:15.076 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Fri Dec 6 21:08:15 2024)
84542024-12-06T21:08:16.579Z[ recovery-image] Dec 06 21:08:15.284 INFO O| Dec 06 21:08:15.283 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Dec 6 21:08:15 2024)
84552024-12-06T21:08:16.905Z[ recovery-image] Dec 06 21:08:15.511 INFO O| Dec 06 21:08:15.511 INFO temporary pool has 366M used, 1.39G avail, 1.00x compressratio
84562024-12-06T21:08:16.905Z[ recovery-image] Dec 06 21:08:15.511 INFO O| Dec 06 21:08:15.511 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84572024-12-06T21:08:17.082Z[ recovery-image] Dec 06 21:08:15.786 INFO O| Dec 06 21:08:15.786 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
84582024-12-06T21:08:17.082Z[ recovery-image] Dec 06 21:08:15.786 INFO O| Dec 06 21:08:15.786 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84592024-12-06T21:08:20.129Z[ recovery-image] Dec 06 21:08:18.832 INFO O| Dec 06 21:08:18.832 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84602024-12-06T21:08:20.129Z[ recovery-image] Dec 06 21:08:18.832 INFO O| Dec 06 21:08:18.832 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84612024-12-06T21:08:20.132Z[ recovery-image] Dec 06 21:08:18.832 INFO O| Dec 06 21:08:18.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84622024-12-06T21:08:20.132Z[ recovery-image] Dec 06 21:08:18.832 INFO O| Dec 06 21:08:18.832 INFO completed processing gimlet/zfs-recovery
84632024-12-06T21:08:20.132Z[ recovery-image] Dec 06 21:08:18.832 INFO O| Dec 06 21:08:18.832 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84642024-12-06T21:08:20.640Z[ recovery-image] Dec 06 21:08:19.337 INFO O| Dec 06 21:08:19.337 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84652024-12-06T21:08:20.730Z[ recovery-image] Dec 06 21:08:19.433 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84662024-12-06T21:08:20.734Z[ recovery-image] Dec 06 21:08:19.434 INFO expanded image name: "recovery 4ce3329/${os_short_commit} 2024-12-06 20:38" -> "recovery 4ce3329/92ea229 2024-12-06 20:38"
84672024-12-06T21:08:20.734Z[ recovery-image] Dec 06 21:08:19.434 INFO output artefacts stored in: "/work/os-recovery"
84682024-12-06T21:08:20.734Z[ recovery-image] Dec 06 21:08:19.434 INFO collecting git info from project "amd-firmware"...
84692024-12-06T21:08:21.045Z[ recovery-image] Dec 06 21:08:19.748 INFO collecting git info from project "pinprick"...
84702024-12-06T21:08:21.058Z[ recovery-image] Dec 06 21:08:19.753 INFO collecting git info from project "pilot"...
84712024-12-06T21:08:21.069Z[ recovery-image] Dec 06 21:08:19.765 INFO collecting git info from project "bootserver"...
84722024-12-06T21:08:21.070Z[ recovery-image] Dec 06 21:08:19.770 INFO collecting git info from project "chelsio-t6-roms"...
84732024-12-06T21:08:21.088Z[ recovery-image] Dec 06 21:08:19.791 INFO collecting git info from project "phbl"...
84742024-12-06T21:08:21.112Z[ recovery-image] Dec 06 21:08:19.797 INFO collecting git info from project "image-builder"...
84752024-12-06T21:08:21.121Z[ recovery-image] Dec 06 21:08:19.805 INFO collecting git info from project "amd-host-image-builder"...
84762024-12-06T21:08:21.390Z[ recovery-image] Dec 06 21:08:20.092 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84772024-12-06T21:08:21.763Z[ recovery-image] Dec 06 21:08:20.460 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84782024-12-06T21:08:22.126Z[ recovery-image] Dec 06 21:08:20.828 INFO creating Oxide boot image...
84792024-12-06T21:08:22.130Z[ recovery-image] Dec 06 21:08:20.828 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4ce3329/92ea229 2024-12-06 20:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84802024-12-06T21:09:05.654Z[ host-image] Dec 06 21:09:04.348 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
84812024-12-06T21:09:05.654Z[ host-image] Dec 06 21:09:04.349 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
84822024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.349 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84832024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.349 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84842024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.349 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84852024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.349 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84862024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.350 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84872024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.350 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84882024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.350 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84892024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.350 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84902024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.350 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
84912024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.352 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
84922024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.353 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
84932024-12-06T21:09:05.668Z[ host-image] Dec 06 21:09:04.354 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
84942024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.354 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84952024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.354 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
84962024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.355 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
84972024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.355 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
84982024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.355 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
84992024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.355 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85002024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.356 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85012024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.356 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85022024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.356 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85032024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.356 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85042024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.356 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85052024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.356 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85062024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85072024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85082024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85092024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85102024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85112024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85122024-12-06T21:09:05.669Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85132024-12-06T21:09:05.670Z[ host-image] Dec 06 21:09:04.357 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85142024-12-06T21:09:05.670Z[ host-image] Dec 06 21:09:04.358 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85152024-12-06T21:09:05.670Z[ host-image] Dec 06 21:09:04.359 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85162024-12-06T21:09:05.678Z[ host-image] Dec 06 21:09:04.368 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85172024-12-06T21:09:05.678Z[ host-image] Dec 06 21:09:04.368 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85182024-12-06T21:09:05.678Z[ host-image] Dec 06 21:09:04.369 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85192024-12-06T21:09:05.678Z[ host-image] Dec 06 21:09:04.369 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85202024-12-06T21:09:05.678Z[ host-image] Dec 06 21:09:04.369 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85212024-12-06T21:09:05.678Z[ host-image] Dec 06 21:09:04.370 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85222024-12-06T21:09:05.679Z[ host-image] Dec 06 21:09:04.370 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85232024-12-06T21:09:05.679Z[ host-image] Dec 06 21:09:04.370 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85242024-12-06T21:09:05.679Z[ host-image] Dec 06 21:09:04.371 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85252024-12-06T21:09:05.679Z[ host-image] Dec 06 21:09:04.372 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85262024-12-06T21:09:05.687Z[ host-image] Dec 06 21:09:04.384 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85272024-12-06T21:09:05.691Z[ host-image] Dec 06 21:09:04.384 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85282024-12-06T21:09:05.691Z[ host-image] Dec 06 21:09:04.384 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85292024-12-06T21:09:05.691Z[ host-image] Dec 06 21:09:04.385 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85302024-12-06T21:09:05.691Z[ host-image] Dec 06 21:09:04.386 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85312024-12-06T21:09:05.691Z[ host-image] Dec 06 21:09:04.386 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85322024-12-06T21:09:05.726Z[ host-image] Dec 06 21:09:04.423 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85332024-12-06T21:09:05.730Z[ host-image] Dec 06 21:09:04.423 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85342024-12-06T21:09:05.730Z[ host-image] Dec 06 21:09:04.423 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85352024-12-06T21:09:05.730Z[ host-image] Dec 06 21:09:04.424 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85362024-12-06T21:09:05.730Z[ host-image] Dec 06 21:09:04.424 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85372024-12-06T21:09:05.731Z[ host-image] Dec 06 21:09:04.424 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85382024-12-06T21:09:05.731Z[ host-image] Dec 06 21:09:04.424 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85392024-12-06T21:09:05.731Z[ host-image] Dec 06 21:09:04.425 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85402024-12-06T21:09:05.731Z[ host-image] Dec 06 21:09:04.425 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85412024-12-06T21:09:05.732Z[ host-image] Dec 06 21:09:04.425 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85422024-12-06T21:09:05.732Z[ host-image] Dec 06 21:09:04.425 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85432024-12-06T21:09:05.732Z[ host-image] Dec 06 21:09:04.425 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85442024-12-06T21:09:05.735Z[ host-image] Dec 06 21:09:04.429 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85452024-12-06T21:09:05.735Z[ host-image] Dec 06 21:09:04.430 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85462024-12-06T21:09:05.735Z[ host-image] Dec 06 21:09:04.430 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85472024-12-06T21:09:05.735Z[ host-image] Dec 06 21:09:04.430 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85482024-12-06T21:09:05.735Z[ host-image] Dec 06 21:09:04.430 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85492024-12-06T21:09:05.751Z[ host-image] Dec 06 21:09:04.448 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85502024-12-06T21:09:05.755Z[ host-image] Dec 06 21:09:04.448 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85512024-12-06T21:09:05.755Z[ host-image] Dec 06 21:09:04.450 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85522024-12-06T21:09:05.755Z[ host-image] Dec 06 21:09:04.451 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85532024-12-06T21:09:05.755Z[ host-image] Dec 06 21:09:04.451 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85542024-12-06T21:09:05.756Z[ host-image] Dec 06 21:09:04.451 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85552024-12-06T21:09:05.756Z[ host-image] Dec 06 21:09:04.452 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85562024-12-06T21:09:05.756Z[ host-image] Dec 06 21:09:04.452 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85572024-12-06T21:09:05.756Z[ host-image] Dec 06 21:09:04.452 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85582024-12-06T21:09:05.759Z[ host-image] Dec 06 21:09:04.456 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85592024-12-06T21:09:05.759Z[ host-image] Dec 06 21:09:04.457 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85602024-12-06T21:09:05.762Z[ host-image] Dec 06 21:09:04.457 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85612024-12-06T21:09:05.762Z[ host-image] Dec 06 21:09:04.457 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85622024-12-06T21:09:05.762Z[ host-image] Dec 06 21:09:04.458 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85632024-12-06T21:09:05.762Z[ host-image] Dec 06 21:09:04.458 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85642024-12-06T21:09:05.762Z[ host-image] Dec 06 21:09:04.458 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85652024-12-06T21:09:05.762Z[ host-image] Dec 06 21:09:04.458 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85662024-12-06T21:09:05.772Z[ host-image] Dec 06 21:09:04.467 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85672024-12-06T21:09:05.772Z[ host-image] Dec 06 21:09:04.467 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85682024-12-06T21:09:05.776Z[ host-image] Dec 06 21:09:04.470 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85692024-12-06T21:09:05.776Z[ host-image] Dec 06 21:09:04.471 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85702024-12-06T21:09:05.776Z[ host-image] Dec 06 21:09:04.471 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85712024-12-06T21:09:05.776Z[ host-image] Dec 06 21:09:04.472 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85722024-12-06T21:09:05.776Z[ host-image] Dec 06 21:09:04.472 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85732024-12-06T21:09:05.776Z[ host-image] Dec 06 21:09:04.472 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85742024-12-06T21:09:05.792Z[ host-image] Dec 06 21:09:04.483 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85752024-12-06T21:09:05.792Z[ host-image] Dec 06 21:09:04.483 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85762024-12-06T21:09:05.792Z[ host-image] Dec 06 21:09:04.484 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85772024-12-06T21:09:05.792Z[ host-image] Dec 06 21:09:04.485 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85782024-12-06T21:09:05.792Z[ host-image] Dec 06 21:09:04.485 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
85792024-12-06T21:09:05.809Z[ host-image] Dec 06 21:09:04.507 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
85802024-12-06T21:09:05.820Z[ host-image] Dec 06 21:09:04.507 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
85812024-12-06T21:09:05.820Z[ host-image] Dec 06 21:09:04.508 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
85822024-12-06T21:09:05.820Z[ host-image] Dec 06 21:09:04.508 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85832024-12-06T21:09:05.820Z[ host-image] Dec 06 21:09:04.508 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85842024-12-06T21:09:05.840Z[ host-image] Dec 06 21:09:04.538 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
85852024-12-06T21:09:05.842Z[ host-image] Dec 06 21:09:04.538 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85862024-12-06T21:09:05.842Z[ host-image] Dec 06 21:09:04.538 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
85872024-12-06T21:09:05.843Z[ host-image] Dec 06 21:09:04.538 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
85882024-12-06T21:09:05.843Z[ host-image] Dec 06 21:09:04.540 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
85892024-12-06T21:09:05.843Z[ host-image] Dec 06 21:09:04.540 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85902024-12-06T21:09:05.845Z[ host-image] Dec 06 21:09:04.541 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85912024-12-06T21:09:05.845Z[ host-image] Dec 06 21:09:04.541 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
85922024-12-06T21:09:05.845Z[ host-image] Dec 06 21:09:04.541 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
85932024-12-06T21:09:05.845Z[ host-image] Dec 06 21:09:04.541 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
85942024-12-06T21:09:05.845Z[ host-image] Dec 06 21:09:04.542 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
85952024-12-06T21:09:05.845Z[ host-image] Dec 06 21:09:04.542 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
85962024-12-06T21:09:05.845Z[ host-image] Dec 06 21:09:04.542 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
85972024-12-06T21:09:05.848Z[ host-image] Dec 06 21:09:04.545 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85982024-12-06T21:09:05.848Z[ host-image] Dec 06 21:09:04.545 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
85992024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.547 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86002024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.547 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86012024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.547 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86022024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.547 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86032024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.548 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86042024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.548 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86052024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.548 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86062024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.548 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86072024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.549 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86082024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.549 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86092024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.549 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86102024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.549 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86112024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.549 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86122024-12-06T21:09:05.852Z[ host-image] Dec 06 21:09:04.549 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86132024-12-06T21:09:05.856Z[ host-image] Dec 06 21:09:04.550 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86142024-12-06T21:09:05.856Z[ host-image] Dec 06 21:09:04.551 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z
86152024-12-06T21:09:05.856Z[ host-image] Dec 06 21:09:04.552 INFO O| tempdir @ "/tmp/.tmpWowqKr/tmp"
86162024-12-06T21:09:05.856Z[ host-image] Dec 06 21:09:04.552 INFO O| image root @ "/tmp/.tmpWowqKr/tmp/root"
86172024-12-06T21:09:05.856Z[ host-image] Dec 06 21:09:04.552 INFO O| creating image...
86182024-12-06T21:09:06.362Z[ host-image] Dec 06 21:09:05.060 INFO O| copying publishers...
86192024-12-06T21:09:10.435Z[ recovery-image] Dec 06 21:09:09.132 INFO O| ok, image written!
86202024-12-06T21:09:10.435Z[ recovery-image] Dec 06 21:09:09.132 INFO O| ok, boot_image_csum file written!
86212024-12-06T21:09:10.439Z[ recovery-image] Dec 06 21:09:09.137 INFO creating boot archive (CPIO)...
86222024-12-06T21:09:10.439Z[ recovery-image] Dec 06 21:09:09.137 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
86232024-12-06T21:09:10.447Z[ recovery-image] Dec 06 21:09:09.144 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86242024-12-06T21:09:10.447Z[ recovery-image] Dec 06 21:09:09.144 INFO E| + outfile=/work/os-recovery/cpio
86252024-12-06T21:09:10.449Z[ recovery-image] Dec 06 21:09:09.144 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86262024-12-06T21:09:10.449Z[ recovery-image] Dec 06 21:09:09.146 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86272024-12-06T21:09:10.449Z[ recovery-image] Dec 06 21:09:09.146 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86282024-12-06T21:09:10.482Z[ recovery-image] Dec 06 21:09:09.180 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86292024-12-06T21:09:10.482Z[ recovery-image] Dec 06 21:09:09.180 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86302024-12-06T21:09:10.491Z[ recovery-image] Dec 06 21:09:09.188 INFO creating compressed cpio/unix for nanobl-rs...
86312024-12-06T21:09:10.491Z[ recovery-image] Dec 06 21:09:09.188 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
86322024-12-06T21:09:10.786Z[ recovery-image] Dec 06 21:09:09.484 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86332024-12-06T21:09:15.120Z[ recovery-image] Dec 06 21:09:13.816 INFO creating reset image...
86342024-12-06T21:09:15.122Z[ recovery-image] Dec 06 21:09:13.817 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86352024-12-06T21:09:15.363Z[ recovery-image] Dec 06 21:09:14.060 INFO E| Updating crates.io index
86362024-12-06T21:09:15.422Z[ recovery-image] Dec 06 21:09:14.119 INFO E| Downloading crates ...
86372024-12-06T21:09:15.555Z[ recovery-image] Dec 06 21:09:14.251 INFO E| Downloaded clap_derive v4.5.13
86382024-12-06T21:09:15.559Z[ recovery-image] Dec 06 21:09:14.255 INFO E| Downloaded shared_child v1.0.1
86392024-12-06T21:09:15.569Z[ recovery-image] Dec 06 21:09:14.266 INFO E| Downloaded os_pipe v1.2.1
86402024-12-06T21:09:15.573Z[ recovery-image] Dec 06 21:09:14.270 INFO E| Downloaded duct v0.13.7
86412024-12-06T21:09:15.577Z[ recovery-image] Dec 06 21:09:14.273 INFO E| Downloaded clap v4.5.17
86422024-12-06T21:09:15.598Z[ recovery-image] Dec 06 21:09:14.294 INFO E| Downloaded clap_builder v4.5.17
86432024-12-06T21:09:15.604Z[ recovery-image] Dec 06 21:09:14.301 INFO E| Downloaded syn v2.0.77
86442024-12-06T21:09:15.637Z[ recovery-image] Dec 06 21:09:14.334 INFO E| Downloaded libc v0.2.158
86452024-12-06T21:09:15.723Z[ recovery-image] Dec 06 21:09:14.419 INFO E| Compiling proc-macro2 v1.0.86
86462024-12-06T21:09:15.723Z[ recovery-image] Dec 06 21:09:14.419 INFO E| Compiling unicode-ident v1.0.13
86472024-12-06T21:09:15.723Z[ recovery-image] Dec 06 21:09:14.419 INFO E| Compiling libc v0.2.158
86482024-12-06T21:09:15.723Z[ recovery-image] Dec 06 21:09:14.419 INFO E| Compiling utf8parse v0.2.2
86492024-12-06T21:09:15.725Z[ recovery-image] Dec 06 21:09:14.420 INFO E| Compiling anstyle-query v1.1.1
86502024-12-06T21:09:15.725Z[ recovery-image] Dec 06 21:09:14.420 INFO E| Compiling anstyle v1.0.8
86512024-12-06T21:09:15.728Z[ recovery-image] Dec 06 21:09:14.423 INFO E| Compiling colorchoice v1.0.2
86522024-12-06T21:09:15.728Z[ recovery-image] Dec 06 21:09:14.424 INFO E| Compiling is_terminal_polyfill v1.70.1
86532024-12-06T21:09:15.949Z[ recovery-image] Dec 06 21:09:14.646 INFO E| Compiling anstyle-parse v0.2.5
86542024-12-06T21:09:15.982Z[ recovery-image] Dec 06 21:09:14.677 INFO E| Compiling heck v0.5.0
86552024-12-06T21:09:15.985Z[ recovery-image] Dec 06 21:09:14.682 INFO E| Compiling clap_lex v0.7.2
86562024-12-06T21:09:16.012Z[ recovery-image] Dec 06 21:09:14.709 INFO E| Compiling strsim v0.11.1
86572024-12-06T21:09:16.015Z[ recovery-image] Dec 06 21:09:14.709 INFO E| Compiling once_cell v1.19.0
86582024-12-06T21:09:16.308Z[ recovery-image] Dec 06 21:09:15.004 INFO E| Compiling anstream v0.6.15
86592024-12-06T21:09:16.419Z[ host-image] Dec 06 21:09:15.115 INFO O| adding properties...
86602024-12-06T21:09:16.727Z[ recovery-image] Dec 06 21:09:15.424 INFO E| Compiling clap_builder v4.5.17
86612024-12-06T21:09:17.025Z[ recovery-image] Dec 06 21:09:15.721 INFO E| Compiling os_pipe v1.2.1
86622024-12-06T21:09:17.025Z[ recovery-image] Dec 06 21:09:15.721 INFO E| Compiling shared_child v1.0.1
86632024-12-06T21:09:17.181Z[ recovery-image] Dec 06 21:09:15.877 INFO E| Compiling duct v0.13.7
86642024-12-06T21:09:17.187Z[ recovery-image] Dec 06 21:09:15.883 INFO E| Compiling quote v1.0.37
86652024-12-06T21:09:17.486Z[ recovery-image] Dec 06 21:09:16.182 INFO E| Compiling syn v2.0.77
86662024-12-06T21:09:18.025Z[ host-image] Dec 06 21:09:16.722 INFO O| installing packages...
86672024-12-06T21:09:21.545Z[ recovery-image] Dec 06 21:09:20.241 INFO E| Compiling clap_derive v4.5.13
86682024-12-06T21:09:23.569Z[ recovery-image] Dec 06 21:09:22.264 INFO E| Compiling clap v4.5.17
86692024-12-06T21:09:23.629Z[ recovery-image] Dec 06 21:09:22.324 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86702024-12-06T21:09:24.699Z[ recovery-image] Dec 06 21:09:23.395 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s
86712024-12-06T21:09:24.711Z[ recovery-image] Dec 06 21:09:23.406 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86722024-12-06T21:09:24.853Z[ recovery-image] Dec 06 21:09:23.549 INFO E| Updating crates.io index
86732024-12-06T21:09:25.119Z[ recovery-image] Dec 06 21:09:23.814 INFO E| Downloading crates ...
86742024-12-06T21:09:25.170Z[ recovery-image] Dec 06 21:09:23.866 INFO E| Downloaded bitstruct_derive v0.1.0
86752024-12-06T21:09:25.173Z[ recovery-image] Dec 06 21:09:23.867 INFO E| Downloaded bitstruct v0.1.1
86762024-12-06T21:09:25.173Z[ recovery-image] Dec 06 21:09:23.869 INFO E| Downloaded bit_field v0.10.2
86772024-12-06T21:09:25.179Z[ recovery-image] Dec 06 21:09:23.874 INFO E| Downloaded seq-macro v0.3.5
86782024-12-06T21:09:25.189Z[ recovery-image] Dec 06 21:09:23.884 INFO E| Downloaded raw-cpuid v10.7.0
86792024-12-06T21:09:25.193Z[ recovery-image] Dec 06 21:09:23.889 INFO E| Downloaded cpio_reader v0.1.1
86802024-12-06T21:09:25.225Z[ recovery-image] Dec 06 21:09:23.921 INFO E| Downloaded syn v2.0.85
86812024-12-06T21:09:25.352Z[ recovery-image] Dec 06 21:09:24.047 INFO E| Downloaded x86 v0.52.0
86822024-12-06T21:09:25.410Z[ recovery-image] Dec 06 21:09:24.105 INFO E| Updating crates.io index
86832024-12-06T21:09:25.599Z[ recovery-image] Dec 06 21:09:24.294 INFO E| Downloading crates ...
86842024-12-06T21:09:25.666Z[ recovery-image] Dec 06 21:09:24.362 INFO E| Downloaded compiler_builtins v0.1.134
86852024-12-06T21:09:25.752Z[ recovery-image] Dec 06 21:09:24.447 INFO E| Compiling compiler_builtins v0.1.134
86862024-12-06T21:09:25.752Z[ recovery-image] Dec 06 21:09:24.447 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)
86872024-12-06T21:09:25.754Z[ recovery-image] Dec 06 21:09:24.447 INFO E| Compiling proc-macro2 v1.0.89
86882024-12-06T21:09:25.754Z[ recovery-image] Dec 06 21:09:24.447 INFO E| Compiling unicode-ident v1.0.13
86892024-12-06T21:09:25.754Z[ recovery-image] Dec 06 21:09:24.447 INFO E| Compiling syn v1.0.109
86902024-12-06T21:09:25.754Z[ recovery-image] Dec 06 21:09:24.447 INFO E| Compiling x86 v0.52.0
86912024-12-06T21:09:25.754Z[ recovery-image] Dec 06 21:09:24.447 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86922024-12-06T21:09:25.754Z[ recovery-image] Dec 06 21:09:24.448 INFO E| Compiling seq-macro v0.3.5
86932024-12-06T21:09:26.990Z[ recovery-image] Dec 06 21:09:25.685 INFO E| Compiling quote v1.0.37
86942024-12-06T21:09:27.251Z[ recovery-image] Dec 06 21:09:25.946 INFO E| Compiling syn v2.0.85
86952024-12-06T21:09:29.727Z[ recovery-image] Dec 06 21:09:28.422 INFO E| Compiling scroll_derive v0.12.0
86962024-12-06T21:09:31.966Z[ recovery-image] Dec 06 21:09:30.661 INFO E| Compiling bitstruct_derive v0.1.0
86972024-12-06T21:09:35.683Z[ host-image] Dec 06 21:09:34.377 INFO O| seeding SMF database...
86982024-12-06T21:09:43.373Z[ host-image] Dec 06 21:09:42.066 INFO O| configuring SMF profile...
86992024-12-06T21:09:43.376Z[ host-image] Dec 06 21:09:42.066 INFO O| modifying shadow(5)...
87002024-12-06T21:09:43.376Z[ host-image] Dec 06 21:09:42.067 INFO O| loading user and group database...
87012024-12-06T21:09:43.376Z[ host-image] Dec 06 21:09:42.067 INFO O| assessing packaged files...
87022024-12-06T21:09:44.649Z[ recovery-image] Dec 06 21:09:43.342 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)
87032024-12-06T21:09:46.314Z[ host-image] Dec 06 21:09:45.007 INFO O| creating archive...
87042024-12-06T21:09:46.349Z[ host-image] Dec 06 21:09:45.042 INFO O| missing from packaging:
87052024-12-06T21:09:46.352Z[ host-image] Dec 06 21:09:45.042 INFO O| "etc/.pwd.lock"
87062024-12-06T21:09:46.352Z[ host-image] Dec 06 21:09:45.042 INFO O| "etc/bash"
87072024-12-06T21:09:46.355Z[ host-image] Dec 06 21:09:45.048 INFO O| "etc/svc/profile/generic.xml"
87082024-12-06T21:09:46.355Z[ host-image] Dec 06 21:09:45.048 INFO O| "etc/svc/profile/inetd_services.xml"
87092024-12-06T21:09:46.355Z[ host-image] Dec 06 21:09:45.048 INFO O| "etc/svc/profile/name_service.xml"
87102024-12-06T21:09:46.358Z[ host-image] Dec 06 21:09:45.048 INFO O| "etc/svc/profile/platform.xml"
87112024-12-06T21:09:46.358Z[ host-image] Dec 06 21:09:45.048 INFO O| "etc/svc/profile/platform_omicron1.xml"
87122024-12-06T21:09:46.358Z[ host-image] Dec 06 21:09:45.048 INFO O| "etc/svc/repository.db"
87132024-12-06T21:09:46.365Z[ host-image] Dec 06 21:09:45.058 INFO O| "opt/ooce/share"
87142024-12-06T21:09:46.365Z[ host-image] Dec 06 21:09:45.058 INFO O| "opt/ooce/share/man"
87152024-12-06T21:09:46.368Z[ host-image] Dec 06 21:09:45.058 INFO O| "opt/ooce/share/man/man1"
87162024-12-06T21:09:46.375Z[ host-image] Dec 06 21:09:45.068 INFO O| finishing archive...
87172024-12-06T21:09:46.472Z[ recovery-image] Dec 06 21:09:45.165 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)
87182024-12-06T21:09:49.385Z[ host-image] Dec 06 21:09:48.077 INFO O| creating gzonly manifest...
87192024-12-06T21:09:49.392Z[ host-image] Dec 06 21:09:48.084 INFO O| ok
87202024-12-06T21:09:49.499Z[ host-image] Dec 06 21:09:48.191 INFO image builder template: ramdisk-02-trim...
87212024-12-06T21:09:49.501Z[ host-image] Dec 06 21:09:48.191 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/.tmp0o7x0a/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
87222024-12-06T21:09:49.524Z[ host-image] Dec 06 21:09:48.215 INFO O| Dec 06 21:09:48.215 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87232024-12-06T21:09:49.527Z[ host-image] Dec 06 21:09:48.219 INFO O| Dec 06 21:09:48.219 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87242024-12-06T21:09:49.666Z[ host-image] Dec 06 21:09:48.358 INFO O| Dec 06 21:09:48.358 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87252024-12-06T21:09:49.744Z[ host-image] Dec 06 21:09:48.437 INFO O| Dec 06 21:09:48.436 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87262024-12-06T21:09:49.744Z[ host-image] Dec 06 21:09:48.437 INFO O| Dec 06 21:09:48.437 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87272024-12-06T21:09:49.750Z[ host-image] Dec 06 21:09:48.443 INFO O| Dec 06 21:09:48.443 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87282024-12-06T21:09:49.754Z[ host-image] Dec 06 21:09:48.447 INFO O| Dec 06 21:09:48.447 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87292024-12-06T21:09:49.759Z[ host-image] Dec 06 21:09:48.452 INFO O| Dec 06 21:09:48.452 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87302024-12-06T21:09:49.792Z[ recovery-image] Dec 06 21:09:48.484 INFO E| Compiling bitflags v1.3.2
87312024-12-06T21:09:49.792Z[ recovery-image] Dec 06 21:09:48.484 INFO E| Compiling plain v0.2.3
87322024-12-06T21:09:49.795Z[ recovery-image] Dec 06 21:09:48.484 INFO E| Compiling scroll v0.12.0
87332024-12-06T21:09:49.795Z[ recovery-image] Dec 06 21:09:48.484 INFO E| Compiling log v0.4.22
87342024-12-06T21:09:49.795Z[ recovery-image] Dec 06 21:09:48.484 INFO E| Compiling adler2 v2.0.0
87352024-12-06T21:09:49.795Z[ recovery-image] Dec 06 21:09:48.484 INFO E| Compiling bit_field v0.10.2
87362024-12-06T21:09:49.795Z[ recovery-image] Dec 06 21:09:48.484 INFO E| Compiling bitstruct v0.1.1
87372024-12-06T21:09:49.901Z[ recovery-image] Dec 06 21:09:48.593 INFO E| Compiling raw-cpuid v10.7.0
87382024-12-06T21:09:49.907Z[ recovery-image] Dec 06 21:09:48.599 INFO E| Compiling cpio_reader v0.1.1
87392024-12-06T21:09:49.955Z[ recovery-image] Dec 06 21:09:48.647 INFO E| Compiling miniz_oxide v0.8.0
87402024-12-06T21:09:50.051Z[ recovery-image] Dec 06 21:09:48.743 INFO E| Compiling static_assertions v1.1.0
87412024-12-06T21:09:50.219Z[ host-image] Dec 06 21:09:48.911 INFO O| Dec 06 21:09:48.911 INFO rolled back to input snapshot; work may begin
87422024-12-06T21:09:50.220Z[ host-image] Dec 06 21:09:48.911 INFO O| Dec 06 21:09:48.911 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87432024-12-06T21:09:50.229Z[ host-image] Dec 06 21:09:48.921 INFO O| Dec 06 21:09:48.921 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-12-06T21:09:50.247Z[ host-image] Dec 06 21:09:48.939 INFO O| Dec 06 21:09:48.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87452024-12-06T21:09:50.287Z[ recovery-image] Dec 06 21:09:48.979 INFO E| Compiling goblin v0.8.2
87462024-12-06T21:09:50.343Z[ host-image] Dec 06 21:09:49.035 INFO O| Dec 06 21:09:49.035 INFO STEP 0 (remove_files) COMPLETE
87472024-12-06T21:09:50.343Z[ host-image] Dec 06 21:09:49.035 INFO O| Dec 06 21:09:49.035 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-12-06T21:09:50.366Z[ host-image] Dec 06 21:09:49.058 INFO O| Dec 06 21:09:49.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87492024-12-06T21:09:50.369Z[ host-image] Dec 06 21:09:49.061 INFO O| Dec 06 21:09:49.061 INFO STEP 1 (remove_files) COMPLETE
87502024-12-06T21:09:50.369Z[ host-image] Dec 06 21:09:49.061 INFO O| Dec 06 21:09:49.061 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-12-06T21:09:50.389Z[ host-image] Dec 06 21:09:49.082 INFO O| Dec 06 21:09:49.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87522024-12-06T21:09:50.414Z[ host-image] Dec 06 21:09:49.106 INFO O| Dec 06 21:09:49.106 INFO STEP 2 (remove_files) COMPLETE
87532024-12-06T21:09:50.414Z[ host-image] Dec 06 21:09:49.106 INFO O| Dec 06 21:09:49.106 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-12-06T21:09:50.437Z[ host-image] Dec 06 21:09:49.129 INFO O| Dec 06 21:09:49.129 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87552024-12-06T21:09:50.440Z[ host-image] Dec 06 21:09:49.132 INFO O| Dec 06 21:09:49.132 INFO STEP 3 (remove_files) COMPLETE
87562024-12-06T21:09:50.440Z[ host-image] Dec 06 21:09:49.132 INFO O| Dec 06 21:09:49.132 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-12-06T21:09:50.467Z[ host-image] Dec 06 21:09:49.159 INFO O| Dec 06 21:09:49.159 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87582024-12-06T21:09:50.473Z[ host-image] Dec 06 21:09:49.166 INFO O| Dec 06 21:09:49.166 INFO STEP 4 (remove_files) COMPLETE
87592024-12-06T21:09:50.473Z[ host-image] Dec 06 21:09:49.166 INFO O| Dec 06 21:09:49.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-06T21:09:50.500Z[ host-image] Dec 06 21:09:49.191 INFO O| Dec 06 21:09:49.191 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87612024-12-06T21:09:50.504Z[ host-image] Dec 06 21:09:49.196 INFO O| Dec 06 21:09:49.196 INFO STEP 5 (remove_files) COMPLETE
87622024-12-06T21:09:50.504Z[ host-image] Dec 06 21:09:49.197 INFO O| Dec 06 21:09:49.196 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-06T21:09:50.527Z[ host-image] Dec 06 21:09:49.219 INFO O| Dec 06 21:09:49.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87642024-12-06T21:09:50.561Z[ host-image] Dec 06 21:09:49.253 INFO O| Dec 06 21:09:49.252 INFO STEP 6 (remove_files) COMPLETE
87652024-12-06T21:09:50.561Z[ host-image] Dec 06 21:09:49.253 INFO O| Dec 06 21:09:49.252 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-06T21:09:50.577Z[ host-image] Dec 06 21:09:49.269 INFO O| Dec 06 21:09:49.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87672024-12-06T21:09:50.590Z[ host-image] Dec 06 21:09:49.282 INFO O| Dec 06 21:09:49.282 INFO STEP 7 (remove_files) COMPLETE
87682024-12-06T21:09:50.590Z[ host-image] Dec 06 21:09:49.282 INFO O| Dec 06 21:09:49.282 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-12-06T21:09:50.603Z[ host-image] Dec 06 21:09:49.295 INFO O| Dec 06 21:09:49.295 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87702024-12-06T21:09:50.695Z[ host-image] Dec 06 21:09:49.387 INFO O| Dec 06 21:09:49.387 INFO STEP 8 (remove_files) COMPLETE
87712024-12-06T21:09:50.695Z[ host-image] Dec 06 21:09:49.387 INFO O| Dec 06 21:09:49.387 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-06T21:09:50.709Z[ host-image] Dec 06 21:09:49.401 INFO O| Dec 06 21:09:49.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87732024-12-06T21:09:50.803Z[ host-image] Dec 06 21:09:49.495 INFO O| Dec 06 21:09:49.495 INFO STEP 9 (remove_files) COMPLETE
87742024-12-06T21:09:50.803Z[ host-image] Dec 06 21:09:49.495 INFO O| Dec 06 21:09:49.495 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-06T21:09:50.816Z[ host-image] Dec 06 21:09:49.508 INFO O| Dec 06 21:09:49.508 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87762024-12-06T21:09:50.820Z[ host-image] Dec 06 21:09:49.513 INFO O| Dec 06 21:09:49.512 INFO STEP 10 (remove_files) COMPLETE
87772024-12-06T21:09:50.820Z[ host-image] Dec 06 21:09:49.513 INFO O| Dec 06 21:09:49.513 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-06T21:09:50.833Z[ host-image] Dec 06 21:09:49.525 INFO O| Dec 06 21:09:49.525 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87792024-12-06T21:09:50.835Z[ host-image] Dec 06 21:09:49.526 INFO O| Dec 06 21:09:49.526 INFO STEP 11 (remove_files) COMPLETE
87802024-12-06T21:09:50.835Z[ host-image] Dec 06 21:09:49.526 INFO O| Dec 06 21:09:49.526 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-06T21:09:50.846Z[ host-image] Dec 06 21:09:49.538 INFO O| Dec 06 21:09:49.538 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87822024-12-06T21:09:50.848Z[ host-image] Dec 06 21:09:49.541 INFO O| Dec 06 21:09:49.540 INFO STEP 12 (remove_files) COMPLETE
87832024-12-06T21:09:50.848Z[ host-image] Dec 06 21:09:49.541 INFO O| Dec 06 21:09:49.540 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-06T21:09:50.867Z[ host-image] Dec 06 21:09:49.560 INFO O| Dec 06 21:09:49.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87852024-12-06T21:09:50.870Z[ host-image] Dec 06 21:09:49.560 INFO O| Dec 06 21:09:49.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87862024-12-06T21:09:50.870Z[ host-image] Dec 06 21:09:49.560 INFO O| Dec 06 21:09:49.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87872024-12-06T21:09:50.870Z[ host-image] Dec 06 21:09:49.561 INFO O| Dec 06 21:09:49.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87882024-12-06T21:09:50.870Z[ host-image] Dec 06 21:09:49.561 INFO O| Dec 06 21:09:49.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87892024-12-06T21:09:50.870Z[ host-image] Dec 06 21:09:49.561 INFO O| Dec 06 21:09:49.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87902024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.561 INFO O| Dec 06 21:09:49.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87912024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.561 INFO O| Dec 06 21:09:49.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87922024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.561 INFO O| Dec 06 21:09:49.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87932024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.561 INFO O| Dec 06 21:09:49.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87942024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.562 INFO O| Dec 06 21:09:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87952024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.562 INFO O| Dec 06 21:09:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87962024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.562 INFO O| Dec 06 21:09:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87972024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.562 INFO O| Dec 06 21:09:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87982024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.562 INFO O| Dec 06 21:09:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87992024-12-06T21:09:50.871Z[ host-image] Dec 06 21:09:49.562 INFO O| Dec 06 21:09:49.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88002024-12-06T21:09:50.888Z[ host-image] Dec 06 21:09:49.580 INFO O| Dec 06 21:09:49.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88012024-12-06T21:09:51.141Z[ host-image] Dec 06 21:09:49.833 INFO O| Dec 06 21:09:49.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88022024-12-06T21:09:51.150Z[ host-image] Dec 06 21:09:49.842 INFO O| Dec 06 21:09:49.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88032024-12-06T21:09:51.156Z[ host-image] Dec 06 21:09:49.848 INFO O| Dec 06 21:09:49.848 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88042024-12-06T21:09:51.197Z[ host-image] Dec 06 21:09:49.888 INFO O| Dec 06 21:09:49.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88052024-12-06T21:09:51.328Z[ host-image] Dec 06 21:09:50.020 INFO O| Dec 06 21:09:50.020 INFO STEP 13 (remove_files) COMPLETE
88062024-12-06T21:09:51.328Z[ host-image] Dec 06 21:09:50.020 INFO O| Dec 06 21:09:50.020 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-12-06T21:09:51.352Z[ host-image] Dec 06 21:09:50.044 INFO O| Dec 06 21:09:50.044 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88082024-12-06T21:09:51.355Z[ host-image] Dec 06 21:09:50.046 INFO O| Dec 06 21:09:50.046 INFO STEP 14 (remove_files) COMPLETE
88092024-12-06T21:09:51.355Z[ host-image] Dec 06 21:09:50.046 INFO O| Dec 06 21:09:50.046 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-06T21:09:51.377Z[ host-image] Dec 06 21:09:50.069 INFO O| Dec 06 21:09:50.069 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88112024-12-06T21:09:51.385Z[ host-image] Dec 06 21:09:50.077 INFO O| Dec 06 21:09:50.077 INFO STEP 15 (remove_files) COMPLETE
88122024-12-06T21:09:51.385Z[ host-image] Dec 06 21:09:50.077 INFO O| Dec 06 21:09:50.077 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-06T21:09:51.675Z[ host-image] Dec 06 21:09:50.094 INFO O| Dec 06 21:09:50.094 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88142024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.095 INFO O| Dec 06 21:09:50.095 INFO STEP 16 (remove_files) COMPLETE
88152024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.095 INFO O| Dec 06 21:09:50.095 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.108 INFO O| Dec 06 21:09:50.108 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88172024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.109 INFO O| Dec 06 21:09:50.109 INFO STEP 17 (remove_files) COMPLETE
88182024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.109 INFO O| Dec 06 21:09:50.109 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.122 INFO O| Dec 06 21:09:50.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88202024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.122 INFO O| Dec 06 21:09:50.122 INFO STEP 18 (remove_files) COMPLETE
88212024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.122 INFO O| Dec 06 21:09:50.122 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.135 INFO O| Dec 06 21:09:50.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88232024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.135 INFO O| Dec 06 21:09:50.135 INFO STEP 19 (remove_files) COMPLETE
88242024-12-06T21:09:51.678Z[ host-image] Dec 06 21:09:50.135 INFO O| Dec 06 21:09:50.135 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.154 INFO O| Dec 06 21:09:50.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88262024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.154 INFO O| Dec 06 21:09:50.154 INFO STEP 20 (remove_files) COMPLETE
88272024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.154 INFO O| Dec 06 21:09:50.154 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.173 INFO O| Dec 06 21:09:50.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88292024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.173 INFO O| Dec 06 21:09:50.173 INFO STEP 21 (remove_files) COMPLETE
88302024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.173 INFO O| Dec 06 21:09:50.173 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.192 INFO O| Dec 06 21:09:50.192 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88322024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.192 INFO O| Dec 06 21:09:50.192 INFO STEP 22 (remove_files) COMPLETE
88332024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.192 INFO O| Dec 06 21:09:50.192 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.211 INFO O| Dec 06 21:09:50.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88352024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.212 INFO O| Dec 06 21:09:50.211 INFO STEP 23 (remove_files) COMPLETE
88362024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.212 INFO O| Dec 06 21:09:50.212 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.231 INFO O| Dec 06 21:09:50.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88382024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.231 INFO O| Dec 06 21:09:50.231 INFO STEP 24 (remove_files) COMPLETE
88392024-12-06T21:09:51.679Z[ host-image] Dec 06 21:09:50.231 INFO O| Dec 06 21:09:50.231 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.245 INFO O| Dec 06 21:09:50.245 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88412024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.245 INFO O| Dec 06 21:09:50.245 INFO STEP 25 (remove_files) COMPLETE
88422024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.245 INFO O| Dec 06 21:09:50.245 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.260 INFO O| Dec 06 21:09:50.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88442024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.260 INFO O| Dec 06 21:09:50.260 INFO STEP 26 (remove_files) COMPLETE
88452024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.260 INFO O| Dec 06 21:09:50.260 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.273 INFO O| Dec 06 21:09:50.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88472024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.273 INFO O| Dec 06 21:09:50.273 INFO STEP 27 (remove_files) COMPLETE
88482024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.273 INFO O| Dec 06 21:09:50.273 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.286 INFO O| Dec 06 21:09:50.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88502024-12-06T21:09:51.682Z[ host-image] Dec 06 21:09:50.286 INFO O| Dec 06 21:09:50.286 INFO STEP 28 (remove_files) COMPLETE
88512024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.286 INFO O| Dec 06 21:09:50.286 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.300 INFO O| Dec 06 21:09:50.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88532024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.300 INFO O| Dec 06 21:09:50.300 INFO STEP 29 (remove_files) COMPLETE
88542024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.300 INFO O| Dec 06 21:09:50.300 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.315 INFO O| Dec 06 21:09:50.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88562024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.315 INFO O| Dec 06 21:09:50.315 INFO STEP 30 (remove_files) COMPLETE
88572024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.315 INFO O| Dec 06 21:09:50.315 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.327 INFO O| Dec 06 21:09:50.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88592024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.327 INFO O| Dec 06 21:09:50.327 INFO STEP 31 (remove_files) COMPLETE
88602024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.327 INFO O| Dec 06 21:09:50.327 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.340 INFO O| Dec 06 21:09:50.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88622024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.340 INFO O| Dec 06 21:09:50.340 INFO STEP 32 (remove_files) COMPLETE
88632024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.340 INFO O| Dec 06 21:09:50.340 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.357 INFO O| Dec 06 21:09:50.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88652024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.357 INFO O| Dec 06 21:09:50.357 INFO STEP 33 (remove_files) COMPLETE
88662024-12-06T21:09:51.683Z[ host-image] Dec 06 21:09:50.357 INFO O| Dec 06 21:09:50.357 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-06T21:09:51.689Z[ host-image] Dec 06 21:09:50.374 INFO O| Dec 06 21:09:50.374 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88682024-12-06T21:09:51.689Z[ host-image] Dec 06 21:09:50.375 INFO O| Dec 06 21:09:50.374 INFO STEP 34 (remove_files) COMPLETE
88692024-12-06T21:09:51.689Z[ host-image] Dec 06 21:09:50.375 INFO O| Dec 06 21:09:50.374 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-06T21:09:51.701Z[ host-image] Dec 06 21:09:50.393 INFO O| Dec 06 21:09:50.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88712024-12-06T21:09:51.701Z[ host-image] Dec 06 21:09:50.393 INFO O| Dec 06 21:09:50.393 INFO STEP 35 (remove_files) COMPLETE
88722024-12-06T21:09:51.701Z[ host-image] Dec 06 21:09:50.393 INFO O| Dec 06 21:09:50.393 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-06T21:09:51.714Z[ host-image] Dec 06 21:09:50.406 INFO O| Dec 06 21:09:50.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88742024-12-06T21:09:51.715Z[ host-image] Dec 06 21:09:50.406 INFO O| Dec 06 21:09:50.406 INFO STEP 36 (remove_files) COMPLETE
88752024-12-06T21:09:51.717Z[ host-image] Dec 06 21:09:50.406 INFO O| Dec 06 21:09:50.406 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-06T21:09:51.728Z[ host-image] Dec 06 21:09:50.419 INFO O| Dec 06 21:09:50.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88772024-12-06T21:09:51.728Z[ host-image] Dec 06 21:09:50.419 INFO O| Dec 06 21:09:50.419 INFO STEP 37 (remove_files) COMPLETE
88782024-12-06T21:09:51.731Z[ host-image] Dec 06 21:09:50.419 INFO O| Dec 06 21:09:50.419 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-06T21:09:51.740Z[ host-image] Dec 06 21:09:50.432 INFO O| Dec 06 21:09:50.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88802024-12-06T21:09:51.741Z[ host-image] Dec 06 21:09:50.432 INFO O| Dec 06 21:09:50.432 INFO STEP 38 (remove_files) COMPLETE
88812024-12-06T21:09:51.744Z[ host-image] Dec 06 21:09:50.432 INFO O| Dec 06 21:09:50.432 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-06T21:09:51.760Z[ host-image] Dec 06 21:09:50.452 INFO O| Dec 06 21:09:50.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88832024-12-06T21:09:51.760Z[ host-image] Dec 06 21:09:50.452 INFO O| Dec 06 21:09:50.452 INFO STEP 39 (remove_files) COMPLETE
88842024-12-06T21:09:51.763Z[ host-image] Dec 06 21:09:50.452 INFO O| Dec 06 21:09:50.452 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-06T21:09:51.781Z[ host-image] Dec 06 21:09:50.473 INFO O| Dec 06 21:09:50.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88862024-12-06T21:09:51.781Z[ host-image] Dec 06 21:09:50.473 INFO O| Dec 06 21:09:50.473 INFO STEP 40 (remove_files) COMPLETE
88872024-12-06T21:09:51.784Z[ host-image] Dec 06 21:09:50.473 INFO O| Dec 06 21:09:50.473 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-06T21:09:51.800Z[ host-image] Dec 06 21:09:50.492 INFO O| Dec 06 21:09:50.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88892024-12-06T21:09:51.803Z[ host-image] Dec 06 21:09:50.492 INFO O| Dec 06 21:09:50.492 INFO STEP 41 (remove_files) COMPLETE
88902024-12-06T21:09:51.803Z[ host-image] Dec 06 21:09:50.492 INFO O| Dec 06 21:09:50.492 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-06T21:09:51.825Z[ host-image] Dec 06 21:09:50.517 INFO O| Dec 06 21:09:50.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88922024-12-06T21:09:51.831Z[ host-image] Dec 06 21:09:50.518 INFO O| Dec 06 21:09:50.518 INFO STEP 42 (remove_files) COMPLETE
88932024-12-06T21:09:51.831Z[ host-image] Dec 06 21:09:50.518 INFO O| Dec 06 21:09:50.518 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-06T21:09:51.846Z[ host-image] Dec 06 21:09:50.537 INFO O| Dec 06 21:09:50.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88952024-12-06T21:09:51.846Z[ host-image] Dec 06 21:09:50.537 INFO O| Dec 06 21:09:50.537 INFO STEP 43 (remove_files) COMPLETE
88962024-12-06T21:09:51.846Z[ host-image] Dec 06 21:09:50.537 INFO O| Dec 06 21:09:50.537 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-06T21:09:51.865Z[ host-image] Dec 06 21:09:50.557 INFO O| Dec 06 21:09:50.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88982024-12-06T21:09:51.868Z[ host-image] Dec 06 21:09:50.557 INFO O| Dec 06 21:09:50.557 INFO STEP 44 (remove_files) COMPLETE
88992024-12-06T21:09:51.868Z[ host-image] Dec 06 21:09:50.557 INFO O| Dec 06 21:09:50.557 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-06T21:09:51.907Z[ host-image] Dec 06 21:09:50.599 INFO O| Dec 06 21:09:50.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89012024-12-06T21:09:51.907Z[ host-image] Dec 06 21:09:50.599 INFO O| Dec 06 21:09:50.599 INFO STEP 45 (remove_files) COMPLETE
89022024-12-06T21:09:51.909Z[ host-image] Dec 06 21:09:50.599 INFO O| Dec 06 21:09:50.599 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-06T21:09:51.945Z[ host-image] Dec 06 21:09:50.637 INFO O| Dec 06 21:09:50.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89042024-12-06T21:09:51.945Z[ host-image] Dec 06 21:09:50.637 INFO O| Dec 06 21:09:50.637 INFO STEP 46 (remove_files) COMPLETE
89052024-12-06T21:09:51.947Z[ host-image] Dec 06 21:09:50.637 INFO O| Dec 06 21:09:50.637 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-06T21:09:51.965Z[ host-image] Dec 06 21:09:50.657 INFO O| Dec 06 21:09:50.657 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89072024-12-06T21:09:51.965Z[ host-image] Dec 06 21:09:50.657 INFO O| Dec 06 21:09:50.657 INFO STEP 47 (remove_files) COMPLETE
89082024-12-06T21:09:51.965Z[ host-image] Dec 06 21:09:50.657 INFO O| Dec 06 21:09:50.657 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-06T21:09:51.984Z[ host-image] Dec 06 21:09:50.676 INFO O| Dec 06 21:09:50.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89102024-12-06T21:09:51.984Z[ host-image] Dec 06 21:09:50.676 INFO O| Dec 06 21:09:50.676 INFO STEP 48 (remove_files) COMPLETE
89112024-12-06T21:09:51.984Z[ host-image] Dec 06 21:09:50.677 INFO O| Dec 06 21:09:50.676 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-06T21:09:52.009Z[ host-image] Dec 06 21:09:50.700 INFO O| Dec 06 21:09:50.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89132024-12-06T21:09:52.009Z[ host-image] Dec 06 21:09:50.701 INFO O| Dec 06 21:09:50.701 INFO STEP 49 (remove_files) COMPLETE
89142024-12-06T21:09:52.011Z[ host-image] Dec 06 21:09:50.701 INFO O| Dec 06 21:09:50.701 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-06T21:09:52.038Z[ host-image] Dec 06 21:09:50.730 INFO O| Dec 06 21:09:50.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89162024-12-06T21:09:52.041Z[ host-image] Dec 06 21:09:50.731 INFO O| Dec 06 21:09:50.731 INFO STEP 50 (remove_files) COMPLETE
89172024-12-06T21:09:52.041Z[ host-image] Dec 06 21:09:50.731 INFO O| Dec 06 21:09:50.731 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-06T21:09:52.062Z[ host-image] Dec 06 21:09:50.754 INFO O| Dec 06 21:09:50.754 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89192024-12-06T21:09:52.062Z[ host-image] Dec 06 21:09:50.754 INFO O| Dec 06 21:09:50.754 INFO STEP 51 (remove_files) COMPLETE
89202024-12-06T21:09:52.062Z[ host-image] Dec 06 21:09:50.754 INFO O| Dec 06 21:09:50.754 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-06T21:09:52.082Z[ host-image] Dec 06 21:09:50.773 INFO O| Dec 06 21:09:50.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89222024-12-06T21:09:52.082Z[ host-image] Dec 06 21:09:50.774 INFO O| Dec 06 21:09:50.774 INFO STEP 52 (remove_files) COMPLETE
89232024-12-06T21:09:52.085Z[ host-image] Dec 06 21:09:50.774 INFO O| Dec 06 21:09:50.774 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-06T21:09:52.101Z[ host-image] Dec 06 21:09:50.793 INFO O| Dec 06 21:09:50.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89252024-12-06T21:09:52.101Z[ host-image] Dec 06 21:09:50.793 INFO O| Dec 06 21:09:50.793 INFO STEP 53 (remove_files) COMPLETE
89262024-12-06T21:09:52.104Z[ host-image] Dec 06 21:09:50.793 INFO O| Dec 06 21:09:50.793 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-06T21:09:52.133Z[ host-image] Dec 06 21:09:50.823 INFO O| Dec 06 21:09:50.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89282024-12-06T21:09:52.136Z[ host-image] Dec 06 21:09:50.823 INFO O| Dec 06 21:09:50.823 INFO STEP 54 (remove_files) COMPLETE
89292024-12-06T21:09:52.136Z[ host-image] Dec 06 21:09:50.823 INFO O| Dec 06 21:09:50.823 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-06T21:09:52.155Z[ host-image] Dec 06 21:09:50.844 INFO O| Dec 06 21:09:50.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89312024-12-06T21:09:52.155Z[ host-image] Dec 06 21:09:50.845 INFO O| Dec 06 21:09:50.845 INFO STEP 55 (remove_files) COMPLETE
89322024-12-06T21:09:52.155Z[ host-image] Dec 06 21:09:50.845 INFO O| Dec 06 21:09:50.845 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-06T21:09:52.172Z[ host-image] Dec 06 21:09:50.864 INFO O| Dec 06 21:09:50.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89342024-12-06T21:09:52.175Z[ host-image] Dec 06 21:09:50.864 INFO O| Dec 06 21:09:50.864 INFO STEP 56 (remove_files) COMPLETE
89352024-12-06T21:09:52.175Z[ host-image] Dec 06 21:09:50.864 INFO O| Dec 06 21:09:50.864 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-06T21:09:52.191Z[ host-image] Dec 06 21:09:50.882 INFO O| Dec 06 21:09:50.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89372024-12-06T21:09:52.191Z[ host-image] Dec 06 21:09:50.883 INFO O| Dec 06 21:09:50.883 INFO STEP 57 (remove_files) COMPLETE
89382024-12-06T21:09:52.191Z[ host-image] Dec 06 21:09:50.883 INFO O| Dec 06 21:09:50.883 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-06T21:09:52.204Z[ host-image] Dec 06 21:09:50.896 INFO O| Dec 06 21:09:50.896 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89402024-12-06T21:09:52.204Z[ host-image] Dec 06 21:09:50.896 INFO O| Dec 06 21:09:50.896 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89412024-12-06T21:09:52.207Z[ host-image] Dec 06 21:09:50.897 INFO O| Dec 06 21:09:50.896 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89422024-12-06T21:09:52.207Z[ host-image] Dec 06 21:09:50.897 INFO O| Dec 06 21:09:50.897 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89432024-12-06T21:09:52.207Z[ host-image] Dec 06 21:09:50.897 INFO O| Dec 06 21:09:50.897 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89442024-12-06T21:09:52.207Z[ host-image] Dec 06 21:09:50.897 INFO O| Dec 06 21:09:50.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89452024-12-06T21:09:52.207Z[ host-image] Dec 06 21:09:50.897 INFO O| Dec 06 21:09:50.897 INFO ok!
89462024-12-06T21:09:52.207Z[ host-image] Dec 06 21:09:50.897 INFO O| Dec 06 21:09:50.897 INFO STEP 58 (ensure_file) COMPLETE
89472024-12-06T21:09:52.207Z[ host-image] Dec 06 21:09:50.897 INFO O| Dec 06 21:09:50.897 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-06T21:09:52.225Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89492024-12-06T21:09:52.225Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89502024-12-06T21:09:52.228Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89512024-12-06T21:09:52.228Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89522024-12-06T21:09:52.228Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89532024-12-06T21:09:52.228Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89542024-12-06T21:09:52.228Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO ok!
89552024-12-06T21:09:52.228Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO STEP 59 (ensure_file) COMPLETE
89562024-12-06T21:09:52.228Z[ host-image] Dec 06 21:09:50.917 INFO O| Dec 06 21:09:50.917 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-06T21:09:52.243Z[ host-image] Dec 06 21:09:50.935 INFO O| Dec 06 21:09:50.934 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89582024-12-06T21:09:52.243Z[ host-image] Dec 06 21:09:50.935 INFO O| Dec 06 21:09:50.934 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89592024-12-06T21:09:52.245Z[ host-image] Dec 06 21:09:50.935 INFO O| Dec 06 21:09:50.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89602024-12-06T21:09:52.245Z[ host-image] Dec 06 21:09:50.935 INFO O| Dec 06 21:09:50.935 INFO ok!
89612024-12-06T21:09:52.245Z[ host-image] Dec 06 21:09:50.935 INFO O| Dec 06 21:09:50.935 INFO STEP 60 (ensure_file) COMPLETE
89622024-12-06T21:09:52.245Z[ host-image] Dec 06 21:09:50.935 INFO O| Dec 06 21:09:50.935 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-06T21:09:52.263Z[ host-image] Dec 06 21:09:50.955 INFO O| Dec 06 21:09:50.955 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89642024-12-06T21:09:52.263Z[ host-image] Dec 06 21:09:50.955 INFO O| Dec 06 21:09:50.955 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89652024-12-06T21:09:52.265Z[ host-image] Dec 06 21:09:50.955 INFO O| Dec 06 21:09:50.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89662024-12-06T21:09:52.265Z[ host-image] Dec 06 21:09:50.955 INFO O| Dec 06 21:09:50.955 INFO ok!
89672024-12-06T21:09:52.265Z[ host-image] Dec 06 21:09:50.955 INFO O| Dec 06 21:09:50.955 INFO STEP 61 (ensure_file) COMPLETE
89682024-12-06T21:09:52.266Z[ host-image] Dec 06 21:09:50.955 INFO O| Dec 06 21:09:50.955 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-06T21:09:52.283Z[ host-image] Dec 06 21:09:50.975 INFO O| Dec 06 21:09:50.975 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89702024-12-06T21:09:52.283Z[ host-image] Dec 06 21:09:50.975 INFO O| Dec 06 21:09:50.975 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89712024-12-06T21:09:52.285Z[ host-image] Dec 06 21:09:50.975 INFO O| Dec 06 21:09:50.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89722024-12-06T21:09:52.285Z[ host-image] Dec 06 21:09:50.975 INFO O| Dec 06 21:09:50.975 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89732024-12-06T21:09:52.285Z[ host-image] Dec 06 21:09:50.975 INFO O| Dec 06 21:09:50.975 INFO ok!
89742024-12-06T21:09:52.285Z[ host-image] Dec 06 21:09:50.975 INFO O| Dec 06 21:09:50.975 INFO STEP 62 (ensure_file) COMPLETE
89752024-12-06T21:09:52.285Z[ host-image] Dec 06 21:09:50.975 INFO O| Dec 06 21:09:50.975 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762024-12-06T21:09:52.305Z[ host-image] Dec 06 21:09:50.996 INFO O| Dec 06 21:09:50.996 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89772024-12-06T21:09:52.305Z[ host-image] Dec 06 21:09:50.996 INFO O| Dec 06 21:09:50.996 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89782024-12-06T21:09:52.305Z[ host-image] Dec 06 21:09:50.997 INFO O| Dec 06 21:09:50.997 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89792024-12-06T21:09:52.305Z[ host-image] Dec 06 21:09:50.997 INFO O| Dec 06 21:09:50.997 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89802024-12-06T21:09:52.307Z[ host-image] Dec 06 21:09:50.997 INFO O| Dec 06 21:09:50.997 INFO ok!
89812024-12-06T21:09:52.307Z[ host-image] Dec 06 21:09:50.997 INFO O| Dec 06 21:09:50.997 INFO STEP 63 (ensure_file) COMPLETE
89822024-12-06T21:09:52.307Z[ host-image] Dec 06 21:09:50.997 INFO O| Dec 06 21:09:50.997 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-06T21:09:52.340Z[ host-image] Dec 06 21:09:51.032 INFO O| Dec 06 21:09:51.031 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89842024-12-06T21:09:52.340Z[ host-image] Dec 06 21:09:51.032 INFO O| Dec 06 21:09:51.032 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89852024-12-06T21:09:52.342Z[ host-image] Dec 06 21:09:51.032 INFO O| Dec 06 21:09:51.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89862024-12-06T21:09:52.342Z[ host-image] Dec 06 21:09:51.032 INFO O| Dec 06 21:09:51.032 INFO ok!
89872024-12-06T21:09:52.342Z[ host-image] Dec 06 21:09:51.032 INFO O| Dec 06 21:09:51.032 INFO STEP 64 (assemble_files) COMPLETE
89882024-12-06T21:09:52.342Z[ host-image] Dec 06 21:09:51.032 INFO O| Dec 06 21:09:51.032 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892024-12-06T21:09:52.373Z[ host-image] Dec 06 21:09:51.065 INFO O| Dec 06 21:09:51.065 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89902024-12-06T21:09:52.373Z[ host-image] Dec 06 21:09:51.065 INFO O| Dec 06 21:09:51.065 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89912024-12-06T21:09:52.373Z[ host-image] Dec 06 21:09:51.065 INFO O| Dec 06 21:09:51.065 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89922024-12-06T21:09:52.376Z[ host-image] Dec 06 21:09:51.065 INFO O| Dec 06 21:09:51.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89932024-12-06T21:09:52.376Z[ host-image] Dec 06 21:09:51.065 INFO O| Dec 06 21:09:51.065 INFO ok!
89942024-12-06T21:09:52.376Z[ host-image] Dec 06 21:09:51.065 INFO O| Dec 06 21:09:51.065 INFO STEP 65 (ensure_file) COMPLETE
89952024-12-06T21:09:52.376Z[ host-image] Dec 06 21:09:51.065 INFO O| Dec 06 21:09:51.065 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-06T21:09:52.396Z[ host-image] Dec 06 21:09:51.088 INFO O| Dec 06 21:09:51.088 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89972024-12-06T21:09:52.396Z[ host-image] Dec 06 21:09:51.088 INFO O| Dec 06 21:09:51.088 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89982024-12-06T21:09:52.396Z[ host-image] Dec 06 21:09:51.088 INFO O| Dec 06 21:09:51.088 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89992024-12-06T21:09:52.399Z[ host-image] Dec 06 21:09:51.088 INFO O| Dec 06 21:09:51.088 INFO STEP 66 (ensure_dir) COMPLETE
90002024-12-06T21:09:52.399Z[ host-image] Dec 06 21:09:51.088 INFO O| Dec 06 21:09:51.088 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-12-06T21:09:52.419Z[ host-image] Dec 06 21:09:51.111 INFO O| Dec 06 21:09:51.111 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90022024-12-06T21:09:52.422Z[ host-image] Dec 06 21:09:51.111 INFO O| Dec 06 21:09:51.111 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 ...
90032024-12-06T21:09:52.442Z[ host-image] Dec 06 21:09:51.134 INFO O| Dec 06 21:09:51.134 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
90042024-12-06T21:09:52.443Z[ host-image] Dec 06 21:09:51.134 INFO O| Dec 06 21:09:51.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90052024-12-06T21:09:52.446Z[ host-image] Dec 06 21:09:51.134 INFO O| Dec 06 21:09:51.134 INFO ok!
90062024-12-06T21:09:52.446Z[ host-image] Dec 06 21:09:51.134 INFO O| Dec 06 21:09:51.134 INFO STEP 67 (ensure_file) COMPLETE
90072024-12-06T21:09:52.446Z[ host-image] Dec 06 21:09:51.134 INFO O| Dec 06 21:09:51.134 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082024-12-06T21:09:52.478Z[ host-image] Dec 06 21:09:51.169 INFO O| Dec 06 21:09:51.169 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90092024-12-06T21:09:52.478Z[ host-image] Dec 06 21:09:51.170 INFO O| Dec 06 21:09:51.169 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 ...
90102024-12-06T21:09:52.482Z[ host-image] Dec 06 21:09:51.170 INFO O| Dec 06 21:09:51.170 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
90112024-12-06T21:09:52.482Z[ host-image] Dec 06 21:09:51.170 INFO O| Dec 06 21:09:51.170 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90122024-12-06T21:09:52.482Z[ host-image] Dec 06 21:09:51.170 INFO O| Dec 06 21:09:51.170 INFO ok!
90132024-12-06T21:09:52.482Z[ host-image] Dec 06 21:09:51.170 INFO O| Dec 06 21:09:51.170 INFO STEP 68 (ensure_file) COMPLETE
90142024-12-06T21:09:52.482Z[ host-image] Dec 06 21:09:51.170 INFO O| Dec 06 21:09:51.170 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152024-12-06T21:09:52.520Z[ host-image] Dec 06 21:09:51.211 INFO O| Dec 06 21:09:51.211 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90162024-12-06T21:09:52.520Z[ host-image] Dec 06 21:09:51.212 INFO O| Dec 06 21:09:51.212 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90172024-12-06T21:09:54.806Z[ host-image] Dec 06 21:09:53.497 INFO O| Dec 06 21:09:53.497 INFO STEP 69 (pack_tar) COMPLETE
90182024-12-06T21:09:54.806Z[ host-image] Dec 06 21:09:53.497 INFO O| Dec 06 21:09:53.497 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90192024-12-06T21:09:54.809Z[ host-image] Dec 06 21:09:53.497 INFO O| Dec 06 21:09:53.497 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90202024-12-06T21:09:55.198Z[ host-image] Dec 06 21:09:53.890 INFO O| Dec 06 21:09:53.890 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90212024-12-06T21:09:55.293Z[ host-image] Dec 06 21:09:53.984 INFO O| Dec 06 21:09:53.984 INFO completed processing gimlet/ramdisk-02-trim
90222024-12-06T21:09:55.299Z[ host-image] Dec 06 21:09:53.987 INFO image builder template: zfs...
90232024-12-06T21:09:55.299Z[ host-image] Dec 06 21:09:53.988 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/.tmp0o7x0a/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
90242024-12-06T21:09:55.316Z[ host-image] Dec 06 21:09:54.008 INFO O| Dec 06 21:09:54.008 INFO skip include "stress" because feature "stress" is not enabled
90252024-12-06T21:09:55.359Z[ host-image] Dec 06 21:09:54.051 INFO O| Dec 06 21:09:54.051 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90262024-12-06T21:09:55.366Z[ host-image] Dec 06 21:09:54.057 INFO O| Dec 06 21:09:54.057 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90272024-12-06T21:09:55.458Z[ host-image] Dec 06 21:09:54.149 INFO O| Dec 06 21:09:54.149 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90282024-12-06T21:09:55.554Z[ host-image] Dec 06 21:09:54.246 INFO O| Dec 06 21:09:54.246 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90292024-12-06T21:09:55.554Z[ host-image] Dec 06 21:09:54.246 INFO O| Dec 06 21:09:54.246 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90302024-12-06T21:09:55.559Z[ host-image] Dec 06 21:09:54.251 INFO O| Dec 06 21:09:54.251 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90312024-12-06T21:09:55.645Z[ host-image] Dec 06 21:09:54.337 INFO O| Dec 06 21:09:54.337 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90322024-12-06T21:09:55.783Z[ host-image] Dec 06 21:09:54.475 INFO O| Dec 06 21:09:54.474 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90332024-12-06T21:09:55.795Z[ host-image] Dec 06 21:09:54.486 INFO O| Dec 06 21:09:54.486 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90342024-12-06T21:09:55.800Z[ host-image] Dec 06 21:09:54.492 INFO O| Dec 06 21:09:54.492 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90352024-12-06T21:09:55.800Z[ host-image] Dec 06 21:09:54.492 INFO O| Dec 06 21:09:54.492 INFO no lofi found
90362024-12-06T21:09:55.803Z[ host-image] Dec 06 21:09:54.492 INFO O| Dec 06 21:09:54.492 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90372024-12-06T21:09:55.803Z[ host-image] Dec 06 21:09:54.492 INFO O| Dec 06 21:09:54.492 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90382024-12-06T21:09:56.152Z[ recovery-image] Dec 06 21:09:54.843 INFO E| Finished `release` profile [optimized] target(s) in 31.42s
90392024-12-06T21:09:56.174Z[ recovery-image] Dec 06 21:09:54.865 INFO building host image...
90402024-12-06T21:09:56.176Z[ recovery-image] Dec 06 21:09:54.866 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")
90412024-12-06T21:09:56.663Z[ recovery-image] Dec 06 21:09:55.354 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90422024-12-06T21:09:57.318Z[ host-image] Dec 06 21:09:56.009 INFO O| Dec 06 21:09:56.009 INFO lofi device = /dev/dsk/c2t1d0p0
90432024-12-06T21:09:57.318Z[ host-image] Dec 06 21:09:56.009 INFO O| Dec 06 21:09:56.009 INFO pool device = /dev/dsk/c2t1d0p0
90442024-12-06T21:09:57.320Z[ host-image] Dec 06 21:09:56.009 INFO O| Dec 06 21:09:56.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90452024-12-06T21:09:57.395Z[ host-image] Dec 06 21:09:56.087 INFO O| Dec 06 21:09:56.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90462024-12-06T21:09:57.395Z[ host-image] Dec 06 21:09:56.087 INFO O| Dec 06 21:09:56.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90472024-12-06T21:09:57.441Z[ host-image] Dec 06 21:09:56.132 INFO O| Dec 06 21:09:56.132 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90482024-12-06T21:09:57.504Z[ host-image] Dec 06 21:09:56.194 INFO O| Dec 06 21:09:56.194 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90492024-12-06T21:09:57.541Z[ host-image] Dec 06 21:09:56.232 INFO O| Dec 06 21:09:56.232 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90502024-12-06T21:09:57.555Z[ host-image] Dec 06 21:09:56.247 INFO O| Dec 06 21:09:56.247 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90512024-12-06T21:09:57.566Z[ host-image] Dec 06 21:09:56.257 INFO O| Dec 06 21:09:56.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90522024-12-06T21:09:57.613Z[ host-image] Dec 06 21:09:56.304 INFO O| Dec 06 21:09:56.304 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90532024-12-06T21:09:57.613Z[ host-image] Dec 06 21:09:56.304 INFO O| Dec 06 21:09:56.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90542024-12-06T21:09:57.613Z[ host-image] Dec 06 21:09:56.304 INFO O| Dec 06 21:09:56.304 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90552024-12-06T21:09:57.626Z[ host-image] Dec 06 21:09:56.317 INFO O| Dec 06 21:09:56.317 INFO boot environment UUID: 8957295d-5561-4e6f-9e73-a2318ba5fbae
90562024-12-06T21:09:57.626Z[ host-image] Dec 06 21:09:56.317 INFO O| Dec 06 21:09:56.317 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8957295d-5561-4e6f-9e73-a2318ba5fbae
90572024-12-06T21:09:57.636Z[ host-image] Dec 06 21:09:56.327 INFO O| Dec 06 21:09:56.327 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90582024-12-06T21:09:57.647Z[ host-image] Dec 06 21:09:56.338 INFO O| Dec 06 21:09:56.338 INFO STEP 0 (create_be) COMPLETE
90592024-12-06T21:09:57.647Z[ host-image] Dec 06 21:09:56.338 INFO O| Dec 06 21:09:56.338 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-12-06T21:09:57.662Z[ host-image] Dec 06 21:09:56.353 INFO O| Dec 06 21:09:56.353 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90612024-12-06T21:09:58.305Z[ recovery-image] Dec 06 21:09:56.997 INFO image complete! materials are in "/work/os-recovery"
90622024-12-06T21:09:58.309Z[ recovery-image]
90632024-12-06T21:09:58.309Z[ recovery-image] real 8:12.099798917
90642024-12-06T21:09:58.309Z[ recovery-image] user 5:45.366360830
90652024-12-06T21:09:58.312Z[ recovery-image] sys 51.352261774
90662024-12-06T21:09:58.312ZDec 06 21:09:57.002 INFO [recovery-image] process exited with exit status: 0 (492.154336667s)
90672024-12-06T21:09:58.312Z[ recovery-image] trap 0.233835521
90682024-12-06T21:09:58.312Z[ recovery-image] tflt 0.223773803
90692024-12-06T21:09:58.312Z[ recovery-image] dflt 0.788572975
90702024-12-06T21:09:58.312Z[ recovery-image] kflt 0.000057722
90712024-12-06T21:09:58.312Z[ recovery-image] lock 17:02.235377572
90722024-12-06T21:09:58.312Z[ recovery-image] slp 49:19.084918359
90732024-12-06T21:09:58.312Z[ recovery-image] lat 1:31.125637043
90742024-12-06T21:09:58.312Z[ recovery-image] stop 4.170844131
90752024-12-06T21:10:15.119Z[ host-image] Dec 06 21:10:13.808 INFO O| Dec 06 21:10:13.808 INFO STEP 1 (unpack_tar) COMPLETE
90762024-12-06T21:10:15.119Z[ host-image] Dec 06 21:10:13.808 INFO O| Dec 06 21:10:13.808 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90772024-12-06T21:10:15.129Z[ host-image] Dec 06 21:10:13.818 INFO O| Dec 06 21:10:13.818 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90782024-12-06T21:10:15.657Z[ host-image] Dec 06 21:10:14.345 INFO O| Dec 06 21:10:14.345 INFO STEP 2 (devfsadm) COMPLETE
90792024-12-06T21:10:15.657Z[ host-image] Dec 06 21:10:14.345 INFO O| Dec 06 21:10:14.345 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90802024-12-06T21:10:15.667Z[ host-image] Dec 06 21:10:14.356 INFO O| Dec 06 21:10:14.356 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90812024-12-06T21:10:15.667Z[ host-image] Dec 06 21:10:14.356 INFO O| Dec 06 21:10:14.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90822024-12-06T21:10:15.669Z[ host-image] Dec 06 21:10:14.356 INFO O| Dec 06 21:10:14.356 INFO STEP 3 (ensure_dir) COMPLETE
90832024-12-06T21:10:15.669Z[ host-image] Dec 06 21:10:14.356 INFO O| Dec 06 21:10:14.356 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90842024-12-06T21:10:15.676Z[ host-image] Dec 06 21:10:14.365 INFO O| Dec 06 21:10:14.365 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90852024-12-06T21:10:15.676Z[ host-image] Dec 06 21:10:14.365 INFO O| Dec 06 21:10:14.365 INFO STEP 4 (ensure_dir) COMPLETE
90862024-12-06T21:10:15.681Z[ host-image] Dec 06 21:10:14.365 INFO O| Dec 06 21:10:14.365 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90872024-12-06T21:10:15.685Z[ host-image] Dec 06 21:10:14.374 INFO O| Dec 06 21:10:14.374 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90882024-12-06T21:10:15.687Z[ host-image] Dec 06 21:10:14.374 INFO O| Dec 06 21:10:14.374 INFO STEP 5 (ensure_dir) COMPLETE
90892024-12-06T21:10:15.687Z[ host-image] Dec 06 21:10:14.374 INFO O| Dec 06 21:10:14.374 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90902024-12-06T21:10:15.694Z[ host-image] Dec 06 21:10:14.383 INFO O| Dec 06 21:10:14.383 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90912024-12-06T21:10:15.694Z[ host-image] Dec 06 21:10:14.383 INFO O| Dec 06 21:10:14.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90922024-12-06T21:10:15.694Z[ host-image] Dec 06 21:10:14.383 INFO O| Dec 06 21:10:14.383 INFO STEP 6 (ensure_dir) COMPLETE
90932024-12-06T21:10:15.699Z[ host-image] Dec 06 21:10:14.383 INFO O| Dec 06 21:10:14.383 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90942024-12-06T21:10:15.704Z[ host-image] Dec 06 21:10:14.392 INFO O| Dec 06 21:10:14.392 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90952024-12-06T21:10:15.707Z[ host-image] Dec 06 21:10:14.393 INFO O| Dec 06 21:10:14.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90962024-12-06T21:10:15.707Z[ host-image] Dec 06 21:10:14.393 INFO O| Dec 06 21:10:14.393 INFO STEP 7 (ensure_dir) COMPLETE
90972024-12-06T21:10:15.707Z[ host-image] Dec 06 21:10:14.393 INFO O| Dec 06 21:10:14.393 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90982024-12-06T21:10:15.713Z[ host-image] Dec 06 21:10:14.402 INFO O| Dec 06 21:10:14.402 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90992024-12-06T21:10:15.715Z[ host-image] Dec 06 21:10:14.402 INFO O| Dec 06 21:10:14.402 INFO STEP 8 (remove_files) COMPLETE
91002024-12-06T21:10:15.715Z[ host-image] Dec 06 21:10:14.402 INFO O| Dec 06 21:10:14.402 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012024-12-06T21:10:15.722Z[ host-image] Dec 06 21:10:14.411 INFO O| Dec 06 21:10:14.411 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91022024-12-06T21:10:15.726Z[ host-image] Dec 06 21:10:14.412 INFO O| Dec 06 21:10:14.412 INFO STEP 9 (remove_files) COMPLETE
91032024-12-06T21:10:15.726Z[ host-image] Dec 06 21:10:14.412 INFO O| Dec 06 21:10:14.412 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91042024-12-06T21:10:15.732Z[ host-image] Dec 06 21:10:14.421 INFO O| Dec 06 21:10:14.421 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91052024-12-06T21:10:15.734Z[ host-image] Dec 06 21:10:14.421 INFO O| Dec 06 21:10:14.421 INFO STEP 10 (remove_files) COMPLETE
91062024-12-06T21:10:15.734Z[ host-image] Dec 06 21:10:14.421 INFO O| Dec 06 21:10:14.421 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-06T21:10:15.741Z[ host-image] Dec 06 21:10:14.430 INFO O| Dec 06 21:10:14.430 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91082024-12-06T21:10:15.744Z[ host-image] Dec 06 21:10:14.430 INFO O| Dec 06 21:10:14.430 INFO STEP 11 (remove_files) COMPLETE
91092024-12-06T21:10:15.744Z[ host-image] Dec 06 21:10:14.430 INFO O| Dec 06 21:10:14.430 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91102024-12-06T21:10:15.751Z[ host-image] Dec 06 21:10:14.440 INFO O| Dec 06 21:10:14.439 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91112024-12-06T21:10:15.751Z[ host-image] Dec 06 21:10:14.440 INFO O| Dec 06 21:10:14.440 INFO STEP 12 (remove_files) COMPLETE
91122024-12-06T21:10:15.753Z[ host-image] Dec 06 21:10:14.440 INFO O| Dec 06 21:10:14.440 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-06T21:10:15.760Z[ host-image] Dec 06 21:10:14.449 INFO O| Dec 06 21:10:14.449 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91142024-12-06T21:10:15.765Z[ host-image] Dec 06 21:10:14.449 INFO O| Dec 06 21:10:14.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91152024-12-06T21:10:15.765Z[ host-image] Dec 06 21:10:14.449 INFO O| Dec 06 21:10:14.449 INFO STEP 13 (ensure_dir) COMPLETE
91162024-12-06T21:10:15.765Z[ host-image] Dec 06 21:10:14.449 INFO O| Dec 06 21:10:14.449 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91172024-12-06T21:10:15.769Z[ host-image] Dec 06 21:10:14.458 INFO O| Dec 06 21:10:14.458 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91182024-12-06T21:10:15.769Z[ host-image] Dec 06 21:10:14.458 INFO O| Dec 06 21:10:14.458 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91192024-12-06T21:10:15.772Z[ host-image] Dec 06 21:10:14.458 INFO O| Dec 06 21:10:14.458 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91202024-12-06T21:10:15.772Z[ host-image] Dec 06 21:10:14.458 INFO O| Dec 06 21:10:14.458 INFO STEP 14 (ensure_dir) COMPLETE
91212024-12-06T21:10:15.772Z[ host-image] Dec 06 21:10:14.458 INFO O| Dec 06 21:10:14.458 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91222024-12-06T21:10:15.779Z[ host-image] Dec 06 21:10:14.468 INFO O| Dec 06 21:10:14.468 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91232024-12-06T21:10:15.779Z[ host-image] Dec 06 21:10:14.468 INFO O| Dec 06 21:10:14.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91242024-12-06T21:10:15.781Z[ host-image] Dec 06 21:10:14.468 INFO O| Dec 06 21:10:14.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91252024-12-06T21:10:15.781Z[ host-image] Dec 06 21:10:14.468 INFO O| Dec 06 21:10:14.468 INFO STEP 15 (ensure_dir) COMPLETE
91262024-12-06T21:10:15.781Z[ host-image] Dec 06 21:10:14.468 INFO O| Dec 06 21:10:14.468 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272024-12-06T21:10:15.789Z[ host-image] Dec 06 21:10:14.478 INFO O| Dec 06 21:10:14.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91282024-12-06T21:10:15.791Z[ host-image] Dec 06 21:10:14.478 INFO O| Dec 06 21:10:14.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91292024-12-06T21:10:15.791Z[ host-image] Dec 06 21:10:14.478 INFO O| Dec 06 21:10:14.478 INFO STEP 16 (ensure_dir) COMPLETE
91302024-12-06T21:10:15.791Z[ host-image] Dec 06 21:10:14.478 INFO O| Dec 06 21:10:14.478 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312024-12-06T21:10:15.798Z[ host-image] Dec 06 21:10:14.487 INFO O| Dec 06 21:10:14.487 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91322024-12-06T21:10:15.798Z[ host-image] Dec 06 21:10:14.487 INFO O| Dec 06 21:10:14.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91332024-12-06T21:10:15.798Z[ host-image] Dec 06 21:10:14.487 INFO O| Dec 06 21:10:14.487 INFO STEP 17 (ensure_dir) COMPLETE
91342024-12-06T21:10:15.798Z[ host-image] Dec 06 21:10:14.487 INFO O| Dec 06 21:10:14.487 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91352024-12-06T21:10:15.807Z[ host-image] Dec 06 21:10:14.496 INFO O| Dec 06 21:10:14.496 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91362024-12-06T21:10:15.809Z[ host-image] Dec 06 21:10:14.497 INFO O| Dec 06 21:10:14.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91372024-12-06T21:10:15.809Z[ host-image] Dec 06 21:10:14.497 INFO O| Dec 06 21:10:14.497 INFO ok!
91382024-12-06T21:10:15.809Z[ host-image] Dec 06 21:10:14.497 INFO O| Dec 06 21:10:14.497 INFO STEP 18 (ensure_symlink) COMPLETE
91392024-12-06T21:10:15.809Z[ host-image] Dec 06 21:10:14.497 INFO O| Dec 06 21:10:14.497 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91402024-12-06T21:10:15.817Z[ host-image] Dec 06 21:10:14.506 INFO O| Dec 06 21:10:14.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91412024-12-06T21:10:15.817Z[ host-image] Dec 06 21:10:14.506 INFO O| Dec 06 21:10:14.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91422024-12-06T21:10:15.819Z[ host-image] Dec 06 21:10:14.506 INFO O| Dec 06 21:10:14.506 INFO ok!
91432024-12-06T21:10:15.819Z[ host-image] Dec 06 21:10:14.506 INFO O| Dec 06 21:10:14.506 INFO STEP 19 (ensure_file) COMPLETE
91442024-12-06T21:10:15.819Z[ host-image] Dec 06 21:10:14.506 INFO O| Dec 06 21:10:14.506 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91452024-12-06T21:10:15.827Z[ host-image] Dec 06 21:10:14.515 INFO O| Dec 06 21:10:14.515 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91462024-12-06T21:10:15.830Z[ host-image] Dec 06 21:10:14.515 INFO O| Dec 06 21:10:14.515 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91472024-12-06T21:10:15.830Z[ host-image] Dec 06 21:10:14.515 INFO O| Dec 06 21:10:14.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91482024-12-06T21:10:15.830Z[ host-image] Dec 06 21:10:14.515 INFO O| Dec 06 21:10:14.515 INFO ok!
91492024-12-06T21:10:15.830Z[ host-image] Dec 06 21:10:14.515 INFO O| Dec 06 21:10:14.515 INFO STEP 20 (ensure_symlink) COMPLETE
91502024-12-06T21:10:15.830Z[ host-image] Dec 06 21:10:14.515 INFO O| Dec 06 21:10:14.515 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91512024-12-06T21:10:15.836Z[ host-image] Dec 06 21:10:14.525 INFO O| Dec 06 21:10:14.525 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91522024-12-06T21:10:15.836Z[ host-image] Dec 06 21:10:14.525 INFO O| Dec 06 21:10:14.525 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91532024-12-06T21:10:15.839Z[ host-image] Dec 06 21:10:14.525 INFO O| Dec 06 21:10:14.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91542024-12-06T21:10:15.839Z[ host-image] Dec 06 21:10:14.525 INFO O| Dec 06 21:10:14.525 INFO ok!
91552024-12-06T21:10:15.839Z[ host-image] Dec 06 21:10:14.525 INFO O| Dec 06 21:10:14.525 INFO STEP 21 (ensure_symlink) COMPLETE
91562024-12-06T21:10:15.839Z[ host-image] Dec 06 21:10:14.525 INFO O| Dec 06 21:10:14.525 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91572024-12-06T21:10:15.845Z[ host-image] Dec 06 21:10:14.534 INFO O| Dec 06 21:10:14.534 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91582024-12-06T21:10:15.847Z[ host-image] Dec 06 21:10:14.534 INFO O| Dec 06 21:10:14.534 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91592024-12-06T21:10:15.847Z[ host-image] Dec 06 21:10:14.534 INFO O| Dec 06 21:10:14.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91602024-12-06T21:10:15.847Z[ host-image] Dec 06 21:10:14.534 INFO O| Dec 06 21:10:14.534 INFO ok!
91612024-12-06T21:10:15.847Z[ host-image] Dec 06 21:10:14.534 INFO O| Dec 06 21:10:14.534 INFO STEP 22 (ensure_symlink) COMPLETE
91622024-12-06T21:10:15.847Z[ host-image] Dec 06 21:10:14.534 INFO O| Dec 06 21:10:14.534 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91632024-12-06T21:10:15.854Z[ host-image] Dec 06 21:10:14.543 INFO O| Dec 06 21:10:14.543 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91642024-12-06T21:10:15.857Z[ host-image] Dec 06 21:10:14.543 INFO O| Dec 06 21:10:14.543 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91652024-12-06T21:10:15.857Z[ host-image] Dec 06 21:10:14.543 INFO O| Dec 06 21:10:14.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91662024-12-06T21:10:15.857Z[ host-image] Dec 06 21:10:14.543 INFO O| Dec 06 21:10:14.543 INFO ok!
91672024-12-06T21:10:15.857Z[ host-image] Dec 06 21:10:14.543 INFO O| Dec 06 21:10:14.543 INFO STEP 23 (ensure_symlink) COMPLETE
91682024-12-06T21:10:15.857Z[ host-image] Dec 06 21:10:14.543 INFO O| Dec 06 21:10:14.543 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91692024-12-06T21:10:15.863Z[ host-image] Dec 06 21:10:14.553 INFO O| Dec 06 21:10:14.553 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91702024-12-06T21:10:15.866Z[ host-image] Dec 06 21:10:14.553 INFO O| Dec 06 21:10:14.553 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91712024-12-06T21:10:15.866Z[ host-image] Dec 06 21:10:14.553 INFO O| Dec 06 21:10:14.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91722024-12-06T21:10:15.866Z[ host-image] Dec 06 21:10:14.553 INFO O| Dec 06 21:10:14.553 INFO ok!
91732024-12-06T21:10:15.866Z[ host-image] Dec 06 21:10:14.553 INFO O| Dec 06 21:10:14.553 INFO STEP 24 (ensure_file) COMPLETE
91742024-12-06T21:10:15.866Z[ host-image] Dec 06 21:10:14.553 INFO O| Dec 06 21:10:14.553 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91752024-12-06T21:10:15.873Z[ host-image] Dec 06 21:10:14.562 INFO O| Dec 06 21:10:14.562 INFO updating shadow file
91762024-12-06T21:10:15.876Z[ host-image] Dec 06 21:10:14.563 INFO O| Dec 06 21:10:14.563 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91772024-12-06T21:10:15.876Z[ host-image] Dec 06 21:10:14.563 INFO O| Dec 06 21:10:14.563 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91782024-12-06T21:10:15.876Z[ host-image] Dec 06 21:10:14.563 INFO O| Dec 06 21:10:14.563 INFO STEP 25 (shadow) COMPLETE
91792024-12-06T21:10:15.876Z[ host-image] Dec 06 21:10:14.563 INFO O| Dec 06 21:10:14.563 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91802024-12-06T21:10:15.883Z[ host-image] Dec 06 21:10:14.572 INFO O| Dec 06 21:10:14.572 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91812024-12-06T21:10:15.883Z[ host-image] Dec 06 21:10:14.572 INFO O| Dec 06 21:10:14.572 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91822024-12-06T21:10:15.888Z[ host-image] Dec 06 21:10:14.572 INFO O| Dec 06 21:10:14.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91832024-12-06T21:10:15.888Z[ host-image] Dec 06 21:10:14.572 INFO O| Dec 06 21:10:14.572 INFO ok!
91842024-12-06T21:10:15.888Z[ host-image] Dec 06 21:10:14.572 INFO O| Dec 06 21:10:14.572 INFO STEP 26 (ensure_file) COMPLETE
91852024-12-06T21:10:15.888Z[ host-image] Dec 06 21:10:14.572 INFO O| Dec 06 21:10:14.572 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91862024-12-06T21:10:15.893Z[ host-image] Dec 06 21:10:14.582 INFO O| Dec 06 21:10:14.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91872024-12-06T21:10:15.893Z[ host-image] Dec 06 21:10:14.582 INFO O| Dec 06 21:10:14.582 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91882024-12-06T21:10:15.896Z[ host-image] Dec 06 21:10:14.582 INFO O| Dec 06 21:10:14.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91892024-12-06T21:10:15.896Z[ host-image] Dec 06 21:10:14.582 INFO O| Dec 06 21:10:14.582 INFO ok!
91902024-12-06T21:10:15.896Z[ host-image] Dec 06 21:10:14.582 INFO O| Dec 06 21:10:14.582 INFO STEP 27 (ensure_file) COMPLETE
91912024-12-06T21:10:15.896Z[ host-image] Dec 06 21:10:14.582 INFO O| Dec 06 21:10:14.582 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91922024-12-06T21:10:15.903Z[ host-image] Dec 06 21:10:14.592 INFO O| Dec 06 21:10:14.592 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91932024-12-06T21:10:15.903Z[ host-image] Dec 06 21:10:14.592 INFO O| Dec 06 21:10:14.592 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91942024-12-06T21:10:15.906Z[ host-image] Dec 06 21:10:14.592 INFO O| Dec 06 21:10:14.592 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91952024-12-06T21:10:15.907Z[ host-image] Dec 06 21:10:14.592 INFO O| Dec 06 21:10:14.592 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91962024-12-06T21:10:15.907Z[ host-image] Dec 06 21:10:14.592 INFO O| Dec 06 21:10:14.592 INFO ok!
91972024-12-06T21:10:15.907Z[ host-image] Dec 06 21:10:14.592 INFO O| Dec 06 21:10:14.592 INFO STEP 28 (ensure_file) COMPLETE
91982024-12-06T21:10:15.907Z[ host-image] Dec 06 21:10:14.592 INFO O| Dec 06 21:10:14.592 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91992024-12-06T21:10:15.912Z[ host-image] Dec 06 21:10:14.602 INFO O| Dec 06 21:10:14.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92002024-12-06T21:10:15.912Z[ host-image] Dec 06 21:10:14.602 INFO O| Dec 06 21:10:14.602 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92012024-12-06T21:10:15.915Z[ host-image] Dec 06 21:10:14.602 INFO O| Dec 06 21:10:14.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92022024-12-06T21:10:15.915Z[ host-image] Dec 06 21:10:14.602 INFO O| Dec 06 21:10:14.602 INFO ok!
92032024-12-06T21:10:15.915Z[ host-image] Dec 06 21:10:14.602 INFO O| Dec 06 21:10:14.602 INFO STEP 29 (ensure_file) COMPLETE
92042024-12-06T21:10:15.915Z[ host-image] Dec 06 21:10:14.602 INFO O| Dec 06 21:10:14.602 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92052024-12-06T21:10:15.922Z[ host-image] Dec 06 21:10:14.611 INFO O| Dec 06 21:10:14.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92062024-12-06T21:10:15.924Z[ host-image] Dec 06 21:10:14.611 INFO O| Dec 06 21:10:14.611 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92072024-12-06T21:10:15.924Z[ host-image] Dec 06 21:10:14.611 INFO O| Dec 06 21:10:14.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92082024-12-06T21:10:15.924Z[ host-image] Dec 06 21:10:14.611 INFO O| Dec 06 21:10:14.611 INFO ok!
92092024-12-06T21:10:15.924Z[ host-image] Dec 06 21:10:14.611 INFO O| Dec 06 21:10:14.611 INFO STEP 30 (ensure_file) COMPLETE
92102024-12-06T21:10:15.924Z[ host-image] Dec 06 21:10:14.611 INFO O| Dec 06 21:10:14.611 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92112024-12-06T21:10:15.932Z[ host-image] Dec 06 21:10:14.621 INFO O| Dec 06 21:10:14.621 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92122024-12-06T21:10:15.932Z[ host-image] Dec 06 21:10:14.621 INFO O| Dec 06 21:10:14.621 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92132024-12-06T21:10:15.934Z[ host-image] Dec 06 21:10:14.621 INFO O| Dec 06 21:10:14.621 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92142024-12-06T21:10:15.934Z[ host-image] Dec 06 21:10:14.621 INFO O| Dec 06 21:10:14.621 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92152024-12-06T21:10:15.934Z[ host-image] Dec 06 21:10:14.621 INFO O| Dec 06 21:10:14.621 INFO ok!
92162024-12-06T21:10:15.934Z[ host-image] Dec 06 21:10:14.621 INFO O| Dec 06 21:10:14.621 INFO STEP 31 (ensure_file) COMPLETE
92172024-12-06T21:10:15.934Z[ host-image] Dec 06 21:10:14.621 INFO O| Dec 06 21:10:14.621 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92182024-12-06T21:10:15.941Z[ host-image] Dec 06 21:10:14.630 INFO O| Dec 06 21:10:14.630 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92192024-12-06T21:10:15.944Z[ host-image] Dec 06 21:10:14.630 INFO O| Dec 06 21:10:14.630 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92202024-12-06T21:10:15.944Z[ host-image] Dec 06 21:10:14.630 INFO O| Dec 06 21:10:14.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92212024-12-06T21:10:15.944Z[ host-image] Dec 06 21:10:14.631 INFO O| Dec 06 21:10:14.630 INFO ok!
92222024-12-06T21:10:15.944Z[ host-image] Dec 06 21:10:14.631 INFO O| Dec 06 21:10:14.631 INFO STEP 32 (ensure_file) COMPLETE
92232024-12-06T21:10:15.944Z[ host-image] Dec 06 21:10:14.631 INFO O| Dec 06 21:10:14.631 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92242024-12-06T21:10:15.953Z[ host-image] Dec 06 21:10:14.640 INFO O| Dec 06 21:10:14.640 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92252024-12-06T21:10:15.953Z[ host-image] Dec 06 21:10:14.640 INFO O| Dec 06 21:10:14.640 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92262024-12-06T21:10:15.953Z[ host-image] Dec 06 21:10:14.640 INFO O| Dec 06 21:10:14.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92272024-12-06T21:10:15.953Z[ host-image] Dec 06 21:10:14.640 INFO O| Dec 06 21:10:14.640 INFO ok!
92282024-12-06T21:10:15.953Z[ host-image] Dec 06 21:10:14.640 INFO O| Dec 06 21:10:14.640 INFO STEP 33 (ensure_file) COMPLETE
92292024-12-06T21:10:15.953Z[ host-image] Dec 06 21:10:14.640 INFO O| Dec 06 21:10:14.640 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92302024-12-06T21:10:15.961Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92312024-12-06T21:10:15.961Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92322024-12-06T21:10:15.963Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92332024-12-06T21:10:15.963Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92342024-12-06T21:10:15.963Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92352024-12-06T21:10:15.963Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92362024-12-06T21:10:15.963Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO ok!
92372024-12-06T21:10:15.963Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO STEP 34 (ensure_file) COMPLETE
92382024-12-06T21:10:15.963Z[ host-image] Dec 06 21:10:14.650 INFO O| Dec 06 21:10:14.650 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92392024-12-06T21:10:15.973Z[ host-image] Dec 06 21:10:14.662 INFO O| Dec 06 21:10:14.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92402024-12-06T21:10:15.976Z[ host-image] Dec 06 21:10:14.662 INFO O| Dec 06 21:10:14.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92412024-12-06T21:10:15.976Z[ host-image] Dec 06 21:10:14.662 INFO O| Dec 06 21:10:14.662 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92422024-12-06T21:10:15.976Z[ host-image] Dec 06 21:10:14.663 INFO O| Dec 06 21:10:14.663 INFO STEP 35 (ensure_dir) COMPLETE
92432024-12-06T21:10:15.976Z[ host-image] Dec 06 21:10:14.663 INFO O| Dec 06 21:10:14.663 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92442024-12-06T21:10:15.990Z[ host-image] Dec 06 21:10:14.676 INFO O| Dec 06 21:10:14.676 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
92452024-12-06T21:10:15.990Z[ host-image] Dec 06 21:10:14.676 INFO O| Dec 06 21:10:14.676 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 ...
92462024-12-06T21:10:15.993Z[ host-image] Dec 06 21:10:14.677 INFO O| Dec 06 21:10:14.677 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
92472024-12-06T21:10:15.993Z[ host-image] Dec 06 21:10:14.677 INFO O| Dec 06 21:10:14.677 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
92482024-12-06T21:10:15.993Z[ host-image] Dec 06 21:10:14.677 INFO O| Dec 06 21:10:14.677 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
92492024-12-06T21:10:15.993Z[ host-image] Dec 06 21:10:14.677 INFO O| Dec 06 21:10:14.677 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
92502024-12-06T21:10:15.993Z[ host-image] Dec 06 21:10:14.677 INFO O| Dec 06 21:10:14.677 INFO ok!
92512024-12-06T21:10:15.993Z[ host-image] Dec 06 21:10:14.677 INFO O| Dec 06 21:10:14.677 INFO STEP 36 (ensure_file) COMPLETE
92522024-12-06T21:10:15.993Z[ host-image] Dec 06 21:10:14.677 INFO O| Dec 06 21:10:14.677 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92532024-12-06T21:10:15.999Z[ host-image] Dec 06 21:10:14.688 INFO O| Dec 06 21:10:14.688 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92542024-12-06T21:10:16.002Z[ host-image] Dec 06 21:10:14.688 INFO O| Dec 06 21:10:14.688 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 ...
92552024-12-06T21:10:16.002Z[ host-image] Dec 06 21:10:14.688 INFO O| Dec 06 21:10:14.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92562024-12-06T21:10:16.002Z[ host-image] Dec 06 21:10:14.688 INFO O| Dec 06 21:10:14.688 INFO ok!
92572024-12-06T21:10:16.002Z[ host-image] Dec 06 21:10:14.688 INFO O| Dec 06 21:10:14.688 INFO STEP 37 (ensure_symlink) COMPLETE
92582024-12-06T21:10:16.002Z[ host-image] Dec 06 21:10:14.688 INFO O| Dec 06 21:10:14.688 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92592024-12-06T21:10:16.009Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92602024-12-06T21:10:16.009Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92612024-12-06T21:10:16.011Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92622024-12-06T21:10:16.011Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92632024-12-06T21:10:16.011Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92642024-12-06T21:10:16.011Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92652024-12-06T21:10:16.011Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO ok!
92662024-12-06T21:10:16.011Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO STEP 38 (ensure_file) COMPLETE
92672024-12-06T21:10:16.011Z[ host-image] Dec 06 21:10:14.698 INFO O| Dec 06 21:10:14.698 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92682024-12-06T21:10:16.019Z[ host-image] Dec 06 21:10:14.708 INFO O| Dec 06 21:10:14.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92692024-12-06T21:10:16.019Z[ host-image] Dec 06 21:10:14.708 INFO O| Dec 06 21:10:14.708 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 ...
92702024-12-06T21:10:16.022Z[ host-image] Dec 06 21:10:14.708 INFO O| Dec 06 21:10:14.708 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
92712024-12-06T21:10:16.022Z[ host-image] Dec 06 21:10:14.708 INFO O| Dec 06 21:10:14.708 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92722024-12-06T21:10:16.022Z[ host-image] Dec 06 21:10:14.708 INFO O| Dec 06 21:10:14.708 INFO ok!
92732024-12-06T21:10:16.022Z[ host-image] Dec 06 21:10:14.708 INFO O| Dec 06 21:10:14.708 INFO STEP 39 (ensure_file) COMPLETE
92742024-12-06T21:10:16.022Z[ host-image] Dec 06 21:10:14.708 INFO O| Dec 06 21:10:14.708 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92752024-12-06T21:10:16.028Z[ host-image] Dec 06 21:10:14.718 INFO O| Dec 06 21:10:14.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92762024-12-06T21:10:16.028Z[ host-image] Dec 06 21:10:14.718 INFO O| Dec 06 21:10:14.718 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92772024-12-06T21:10:16.031Z[ host-image] Dec 06 21:10:14.718 INFO O| Dec 06 21:10:14.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92782024-12-06T21:10:16.031Z[ host-image] Dec 06 21:10:14.718 INFO O| Dec 06 21:10:14.718 INFO ok!
92792024-12-06T21:10:16.031Z[ host-image] Dec 06 21:10:14.718 INFO O| Dec 06 21:10:14.718 INFO STEP 40 (ensure_file) COMPLETE
92802024-12-06T21:10:16.031Z[ host-image] Dec 06 21:10:14.718 INFO O| Dec 06 21:10:14.718 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92812024-12-06T21:10:16.038Z[ host-image] Dec 06 21:10:14.727 INFO O| Dec 06 21:10:14.727 INFO updating shadow file
92822024-12-06T21:10:16.041Z[ host-image] Dec 06 21:10:14.728 INFO O| Dec 06 21:10:14.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92832024-12-06T21:10:16.041Z[ host-image] Dec 06 21:10:14.728 INFO O| Dec 06 21:10:14.728 INFO STEP 41 (shadow) COMPLETE
92842024-12-06T21:10:16.041Z[ host-image] Dec 06 21:10:14.728 INFO O| Dec 06 21:10:14.728 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92852024-12-06T21:10:16.048Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92862024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92872024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92882024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92892024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO ok!
92902024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO STEP 42 (ensure_file) COMPLETE
92912024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92922024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO skip step because feature "mfg" is not enabled
92932024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92942024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO skip step because feature "mfg" is not enabled
92952024-12-06T21:10:16.050Z[ host-image] Dec 06 21:10:14.737 INFO O| Dec 06 21:10:14.737 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92962024-12-06T21:10:16.058Z[ host-image] Dec 06 21:10:14.747 INFO O| Dec 06 21:10:14.747 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92972024-12-06T21:10:16.058Z[ host-image] Dec 06 21:10:14.747 INFO O| Dec 06 21:10:14.747 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92982024-12-06T21:10:16.704Z[ host-image] Dec 06 21:10:15.390 INFO O| Dec 06 21:10:15.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92992024-12-06T21:10:16.704Z[ host-image] Dec 06 21:10:15.391 INFO O| Dec 06 21:10:15.390 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93002024-12-06T21:10:16.708Z[ host-image] Dec 06 21:10:15.391 INFO O| Dec 06 21:10:15.390 INFO ok!
93012024-12-06T21:10:16.708Z[ host-image] Dec 06 21:10:15.391 INFO O| Dec 06 21:10:15.390 INFO STEP 45 (ensure_file) COMPLETE
93022024-12-06T21:10:16.709Z[ host-image] Dec 06 21:10:15.391 INFO O| Dec 06 21:10:15.390 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93032024-12-06T21:10:16.715Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93042024-12-06T21:10:16.715Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93052024-12-06T21:10:16.718Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93062024-12-06T21:10:16.718Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93072024-12-06T21:10:16.718Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93082024-12-06T21:10:16.719Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93092024-12-06T21:10:16.719Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO ok!
93102024-12-06T21:10:16.719Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO STEP 46 (ensure_file) COMPLETE
93112024-12-06T21:10:16.719Z[ host-image] Dec 06 21:10:15.404 INFO O| Dec 06 21:10:15.404 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93122024-12-06T21:10:16.728Z[ host-image] Dec 06 21:10:15.415 INFO O| Dec 06 21:10:15.415 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93132024-12-06T21:10:16.728Z[ host-image] Dec 06 21:10:15.416 INFO O| Dec 06 21:10:15.416 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 ...
93142024-12-06T21:10:16.731Z[ host-image] Dec 06 21:10:15.416 INFO O| Dec 06 21:10:15.416 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
93152024-12-06T21:10:16.731Z[ host-image] Dec 06 21:10:15.416 INFO O| Dec 06 21:10:15.416 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93162024-12-06T21:10:16.731Z[ host-image] Dec 06 21:10:15.416 INFO O| Dec 06 21:10:15.416 INFO ok!
93172024-12-06T21:10:16.731Z[ host-image] Dec 06 21:10:15.416 INFO O| Dec 06 21:10:15.416 INFO STEP 47 (ensure_file) COMPLETE
93182024-12-06T21:10:16.731Z[ host-image] Dec 06 21:10:15.416 INFO O| Dec 06 21:10:15.416 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93192024-12-06T21:10:16.738Z[ host-image] Dec 06 21:10:15.426 INFO O| Dec 06 21:10:15.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93202024-12-06T21:10:16.738Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.426 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93212024-12-06T21:10:16.741Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.427 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93222024-12-06T21:10:16.741Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.427 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93232024-12-06T21:10:16.741Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.427 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93242024-12-06T21:10:16.741Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.427 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93252024-12-06T21:10:16.741Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.427 INFO ok!
93262024-12-06T21:10:16.741Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.427 INFO STEP 48 (ensure_file) COMPLETE
93272024-12-06T21:10:16.741Z[ host-image] Dec 06 21:10:15.427 INFO O| Dec 06 21:10:15.427 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93282024-12-06T21:10:16.749Z[ host-image] Dec 06 21:10:15.438 INFO O| Dec 06 21:10:15.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93292024-12-06T21:10:16.749Z[ host-image] Dec 06 21:10:15.438 INFO O| Dec 06 21:10:15.438 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 ...
93302024-12-06T21:10:16.753Z[ host-image] Dec 06 21:10:15.438 INFO O| Dec 06 21:10:15.438 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
93312024-12-06T21:10:16.753Z[ host-image] Dec 06 21:10:15.438 INFO O| Dec 06 21:10:15.438 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93322024-12-06T21:10:16.753Z[ host-image] Dec 06 21:10:15.438 INFO O| Dec 06 21:10:15.438 INFO ok!
93332024-12-06T21:10:16.753Z[ host-image] Dec 06 21:10:15.438 INFO O| Dec 06 21:10:15.438 INFO STEP 49 (ensure_file) COMPLETE
93342024-12-06T21:10:16.753Z[ host-image] Dec 06 21:10:15.438 INFO O| Dec 06 21:10:15.438 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93352024-12-06T21:10:16.761Z[ host-image] Dec 06 21:10:15.449 INFO O| Dec 06 21:10:15.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93362024-12-06T21:10:16.761Z[ host-image] Dec 06 21:10:15.449 INFO O| Dec 06 21:10:15.449 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93372024-12-06T21:10:16.761Z[ host-image] Dec 06 21:10:15.450 INFO O| Dec 06 21:10:15.450 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93382024-12-06T21:10:16.763Z[ host-image] Dec 06 21:10:15.450 INFO O| Dec 06 21:10:15.450 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93392024-12-06T21:10:16.763Z[ host-image] Dec 06 21:10:15.450 INFO O| Dec 06 21:10:15.450 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93402024-12-06T21:10:16.763Z[ host-image] Dec 06 21:10:15.450 INFO O| Dec 06 21:10:15.450 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93412024-12-06T21:10:16.763Z[ host-image] Dec 06 21:10:15.450 INFO O| Dec 06 21:10:15.450 INFO ok!
93422024-12-06T21:10:16.763Z[ host-image] Dec 06 21:10:15.450 INFO O| Dec 06 21:10:15.450 INFO STEP 50 (ensure_file) COMPLETE
93432024-12-06T21:10:16.763Z[ host-image] Dec 06 21:10:15.450 INFO O| Dec 06 21:10:15.450 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93442024-12-06T21:10:16.772Z[ host-image] Dec 06 21:10:15.461 INFO O| Dec 06 21:10:15.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93452024-12-06T21:10:16.772Z[ host-image] Dec 06 21:10:15.461 INFO O| Dec 06 21:10:15.461 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 ...
93462024-12-06T21:10:16.776Z[ host-image] Dec 06 21:10:15.461 INFO O| Dec 06 21:10:15.461 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
93472024-12-06T21:10:16.776Z[ host-image] Dec 06 21:10:15.461 INFO O| Dec 06 21:10:15.461 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93482024-12-06T21:10:16.776Z[ host-image] Dec 06 21:10:15.461 INFO O| Dec 06 21:10:15.461 INFO ok!
93492024-12-06T21:10:16.776Z[ host-image] Dec 06 21:10:15.461 INFO O| Dec 06 21:10:15.461 INFO STEP 51 (ensure_file) COMPLETE
93502024-12-06T21:10:16.776Z[ host-image] Dec 06 21:10:15.461 INFO O| Dec 06 21:10:15.461 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93512024-12-06T21:10:16.783Z[ host-image] Dec 06 21:10:15.472 INFO O| Dec 06 21:10:15.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93522024-12-06T21:10:16.783Z[ host-image] Dec 06 21:10:15.472 INFO O| Dec 06 21:10:15.472 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 ...
93532024-12-06T21:10:16.783Z[ host-image] Dec 06 21:10:15.472 INFO O| Dec 06 21:10:15.472 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
93542024-12-06T21:10:16.783Z[ host-image] Dec 06 21:10:15.472 INFO O| Dec 06 21:10:15.472 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93552024-12-06T21:10:16.786Z[ host-image] Dec 06 21:10:15.472 INFO O| Dec 06 21:10:15.472 INFO ok!
93562024-12-06T21:10:16.786Z[ host-image] Dec 06 21:10:15.472 INFO O| Dec 06 21:10:15.472 INFO STEP 52 (ensure_file) COMPLETE
93572024-12-06T21:10:16.786Z[ host-image] Dec 06 21:10:15.472 INFO O| Dec 06 21:10:15.472 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93582024-12-06T21:10:16.793Z[ host-image] Dec 06 21:10:15.482 INFO O| Dec 06 21:10:15.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93592024-12-06T21:10:16.793Z[ host-image] Dec 06 21:10:15.482 INFO O| Dec 06 21:10:15.482 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 ...
93602024-12-06T21:10:16.796Z[ host-image] Dec 06 21:10:15.482 INFO O| Dec 06 21:10:15.482 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
93612024-12-06T21:10:16.796Z[ host-image] Dec 06 21:10:15.482 INFO O| Dec 06 21:10:15.482 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93622024-12-06T21:10:16.796Z[ host-image] Dec 06 21:10:15.482 INFO O| Dec 06 21:10:15.482 INFO ok!
93632024-12-06T21:10:16.796Z[ host-image] Dec 06 21:10:15.482 INFO O| Dec 06 21:10:15.482 INFO STEP 53 (ensure_file) COMPLETE
93642024-12-06T21:10:16.796Z[ host-image] Dec 06 21:10:15.482 INFO O| Dec 06 21:10:15.482 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-12-06T21:10:16.804Z[ host-image] Dec 06 21:10:15.493 INFO O| Dec 06 21:10:15.493 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93662024-12-06T21:10:16.804Z[ host-image] Dec 06 21:10:15.493 INFO O| Dec 06 21:10:15.493 INFO STEP 54 (ensure_dir) COMPLETE
93672024-12-06T21:10:16.804Z[ host-image] Dec 06 21:10:15.493 INFO O| Dec 06 21:10:15.493 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-12-06T21:10:16.814Z[ host-image] Dec 06 21:10:15.503 INFO O| Dec 06 21:10:15.503 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93692024-12-06T21:10:16.814Z[ host-image] Dec 06 21:10:15.503 INFO O| Dec 06 21:10:15.503 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93702024-12-06T21:10:16.814Z[ host-image] Dec 06 21:10:15.503 INFO O| Dec 06 21:10:15.503 INFO STEP 55 (ensure_dir) COMPLETE
93712024-12-06T21:10:16.816Z[ host-image] Dec 06 21:10:15.503 INFO O| Dec 06 21:10:15.503 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-12-06T21:10:16.824Z[ host-image] Dec 06 21:10:15.513 INFO O| Dec 06 21:10:15.513 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93732024-12-06T21:10:16.826Z[ host-image] Dec 06 21:10:15.513 INFO O| Dec 06 21:10:15.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93742024-12-06T21:10:16.826Z[ host-image] Dec 06 21:10:15.513 INFO O| Dec 06 21:10:15.513 INFO STEP 56 (ensure_dir) COMPLETE
93752024-12-06T21:10:16.826Z[ host-image] Dec 06 21:10:15.513 INFO O| Dec 06 21:10:15.513 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-12-06T21:10:16.834Z[ host-image] Dec 06 21:10:15.523 INFO O| Dec 06 21:10:15.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93772024-12-06T21:10:16.834Z[ host-image] Dec 06 21:10:15.523 INFO O| Dec 06 21:10:15.523 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93782024-12-06T21:10:16.851Z[ host-image] Dec 06 21:10:15.539 INFO O| Dec 06 21:10:15.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93792024-12-06T21:10:16.851Z[ host-image] Dec 06 21:10:15.540 INFO O| Dec 06 21:10:15.539 INFO ok!
93802024-12-06T21:10:16.853Z[ host-image] Dec 06 21:10:15.540 INFO O| Dec 06 21:10:15.539 INFO STEP 57 (ensure_file) COMPLETE
93812024-12-06T21:10:16.853Z[ host-image] Dec 06 21:10:15.540 INFO O| Dec 06 21:10:15.539 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-12-06T21:10:16.862Z[ host-image] Dec 06 21:10:15.551 INFO O| Dec 06 21:10:15.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93832024-12-06T21:10:16.865Z[ host-image] Dec 06 21:10:15.551 INFO O| Dec 06 21:10:15.551 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93842024-12-06T21:10:17.932Z[ host-image] Dec 06 21:10:16.621 INFO O| Dec 06 21:10:16.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93852024-12-06T21:10:17.932Z[ host-image] Dec 06 21:10:16.621 INFO O| Dec 06 21:10:16.621 INFO ok!
93862024-12-06T21:10:17.934Z[ host-image] Dec 06 21:10:16.621 INFO O| Dec 06 21:10:16.621 INFO STEP 58 (ensure_file) COMPLETE
93872024-12-06T21:10:17.935Z[ host-image] Dec 06 21:10:16.621 INFO O| Dec 06 21:10:16.621 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-12-06T21:10:17.943Z[ host-image] Dec 06 21:10:16.632 INFO O| Dec 06 21:10:16.632 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93892024-12-06T21:10:17.943Z[ host-image] Dec 06 21:10:16.632 INFO O| Dec 06 21:10:16.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93902024-12-06T21:10:17.943Z[ host-image] Dec 06 21:10:16.632 INFO O| Dec 06 21:10:16.632 INFO STEP 59 (ensure_dir) COMPLETE
93912024-12-06T21:10:17.946Z[ host-image] Dec 06 21:10:16.632 INFO O| Dec 06 21:10:16.632 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-12-06T21:10:17.953Z[ host-image] Dec 06 21:10:16.642 INFO O| Dec 06 21:10:16.642 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93932024-12-06T21:10:17.953Z[ host-image] Dec 06 21:10:16.642 INFO O| Dec 06 21:10:16.642 INFO copying /tmp/.tmp0o7x0a/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 ...
93942024-12-06T21:10:17.956Z[ host-image] Dec 06 21:10:16.642 INFO O| Dec 06 21:10:16.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93952024-12-06T21:10:17.956Z[ host-image] Dec 06 21:10:16.642 INFO O| Dec 06 21:10:16.642 INFO ok!
93962024-12-06T21:10:17.957Z[ host-image] Dec 06 21:10:16.642 INFO O| Dec 06 21:10:16.642 INFO STEP 60 (ensure_file) COMPLETE
93972024-12-06T21:10:17.957Z[ host-image] Dec 06 21:10:16.642 INFO O| Dec 06 21:10:16.642 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-12-06T21:10:17.963Z[ host-image] Dec 06 21:10:16.652 INFO O| Dec 06 21:10:16.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93992024-12-06T21:10:17.963Z[ host-image] Dec 06 21:10:16.652 INFO O| Dec 06 21:10:16.652 INFO copying /tmp/.tmp0o7x0a/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 ...
94002024-12-06T21:10:17.965Z[ host-image] Dec 06 21:10:16.652 INFO O| Dec 06 21:10:16.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94012024-12-06T21:10:17.965Z[ host-image] Dec 06 21:10:16.652 INFO O| Dec 06 21:10:16.652 INFO ok!
94022024-12-06T21:10:17.965Z[ host-image] Dec 06 21:10:16.652 INFO O| Dec 06 21:10:16.652 INFO STEP 61 (ensure_file) COMPLETE
94032024-12-06T21:10:17.965Z[ host-image] Dec 06 21:10:16.652 INFO O| Dec 06 21:10:16.652 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-12-06T21:10:17.973Z[ host-image] Dec 06 21:10:16.662 INFO O| Dec 06 21:10:16.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94052024-12-06T21:10:17.973Z[ host-image] Dec 06 21:10:16.662 INFO O| Dec 06 21:10:16.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94062024-12-06T21:10:17.976Z[ host-image] Dec 06 21:10:16.662 INFO O| Dec 06 21:10:16.662 INFO STEP 62 (ensure_dir) COMPLETE
94072024-12-06T21:10:17.976Z[ host-image] Dec 06 21:10:16.662 INFO O| Dec 06 21:10:16.662 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-12-06T21:10:17.983Z[ host-image] Dec 06 21:10:16.672 INFO O| Dec 06 21:10:16.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94092024-12-06T21:10:17.983Z[ host-image] Dec 06 21:10:16.672 INFO O| Dec 06 21:10:16.672 INFO copying /tmp/.tmp0o7x0a/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 ...
94102024-12-06T21:10:17.985Z[ host-image] Dec 06 21:10:16.672 INFO O| Dec 06 21:10:16.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94112024-12-06T21:10:17.986Z[ host-image] Dec 06 21:10:16.672 INFO O| Dec 06 21:10:16.672 INFO ok!
94122024-12-06T21:10:17.986Z[ host-image] Dec 06 21:10:16.672 INFO O| Dec 06 21:10:16.672 INFO STEP 63 (ensure_file) COMPLETE
94132024-12-06T21:10:17.986Z[ host-image] Dec 06 21:10:16.672 INFO O| Dec 06 21:10:16.672 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-12-06T21:10:17.995Z[ host-image] Dec 06 21:10:16.682 INFO O| Dec 06 21:10:16.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94152024-12-06T21:10:17.998Z[ host-image] Dec 06 21:10:16.682 INFO O| Dec 06 21:10:16.682 INFO copying /tmp/.tmp0o7x0a/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 ...
94162024-12-06T21:10:17.998Z[ host-image] Dec 06 21:10:16.682 INFO O| Dec 06 21:10:16.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94172024-12-06T21:10:17.998Z[ host-image] Dec 06 21:10:16.682 INFO O| Dec 06 21:10:16.682 INFO ok!
94182024-12-06T21:10:17.998Z[ host-image] Dec 06 21:10:16.682 INFO O| Dec 06 21:10:16.682 INFO STEP 64 (ensure_file) COMPLETE
94192024-12-06T21:10:17.998Z[ host-image] Dec 06 21:10:16.682 INFO O| Dec 06 21:10:16.682 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-12-06T21:10:18.003Z[ host-image] Dec 06 21:10:16.692 INFO O| Dec 06 21:10:16.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94212024-12-06T21:10:18.003Z[ host-image] Dec 06 21:10:16.692 INFO O| Dec 06 21:10:16.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94222024-12-06T21:10:18.003Z[ host-image] Dec 06 21:10:16.692 INFO O| Dec 06 21:10:16.692 INFO STEP 65 (ensure_dir) COMPLETE
94232024-12-06T21:10:18.006Z[ host-image] Dec 06 21:10:16.692 INFO O| Dec 06 21:10:16.692 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-12-06T21:10:18.013Z[ host-image] Dec 06 21:10:16.701 INFO O| Dec 06 21:10:16.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94252024-12-06T21:10:18.013Z[ host-image] Dec 06 21:10:16.701 INFO O| Dec 06 21:10:16.701 INFO copying /tmp/.tmp0o7x0a/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 ...
94262024-12-06T21:10:18.016Z[ host-image] Dec 06 21:10:16.702 INFO O| Dec 06 21:10:16.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94272024-12-06T21:10:18.016Z[ host-image] Dec 06 21:10:16.702 INFO O| Dec 06 21:10:16.702 INFO ok!
94282024-12-06T21:10:18.016Z[ host-image] Dec 06 21:10:16.702 INFO O| Dec 06 21:10:16.702 INFO STEP 66 (ensure_file) COMPLETE
94292024-12-06T21:10:18.016Z[ host-image] Dec 06 21:10:16.702 INFO O| Dec 06 21:10:16.702 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-12-06T21:10:18.022Z[ host-image] Dec 06 21:10:16.711 INFO O| Dec 06 21:10:16.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94312024-12-06T21:10:18.023Z[ host-image] Dec 06 21:10:16.711 INFO O| Dec 06 21:10:16.711 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94322024-12-06T21:10:18.025Z[ host-image] Dec 06 21:10:16.711 INFO O| Dec 06 21:10:16.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94332024-12-06T21:10:18.025Z[ host-image] Dec 06 21:10:16.711 INFO O| Dec 06 21:10:16.711 INFO ok!
94342024-12-06T21:10:18.025Z[ host-image] Dec 06 21:10:16.711 INFO O| Dec 06 21:10:16.711 INFO STEP 67 (ensure_file) COMPLETE
94352024-12-06T21:10:18.025Z[ host-image] Dec 06 21:10:16.711 INFO O| Dec 06 21:10:16.711 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-12-06T21:10:18.033Z[ host-image] Dec 06 21:10:16.721 INFO O| Dec 06 21:10:16.721 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94372024-12-06T21:10:18.035Z[ host-image] Dec 06 21:10:16.721 INFO O| Dec 06 21:10:16.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94382024-12-06T21:10:18.035Z[ host-image] Dec 06 21:10:16.721 INFO O| Dec 06 21:10:16.721 INFO STEP 68 (ensure_dir) COMPLETE
94392024-12-06T21:10:18.035Z[ host-image] Dec 06 21:10:16.721 INFO O| Dec 06 21:10:16.721 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-12-06T21:10:18.042Z[ host-image] Dec 06 21:10:16.730 INFO O| Dec 06 21:10:16.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94412024-12-06T21:10:18.042Z[ host-image] Dec 06 21:10:16.730 INFO O| Dec 06 21:10:16.730 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94422024-12-06T21:10:19.108Z[ host-image] Dec 06 21:10:17.797 INFO O| Dec 06 21:10:17.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94432024-12-06T21:10:19.108Z[ host-image] Dec 06 21:10:17.797 INFO O| Dec 06 21:10:17.797 INFO ok!
94442024-12-06T21:10:19.108Z[ host-image] Dec 06 21:10:17.797 INFO O| Dec 06 21:10:17.797 INFO STEP 69 (ensure_file) COMPLETE
94452024-12-06T21:10:19.111Z[ host-image] Dec 06 21:10:17.797 INFO O| Dec 06 21:10:17.797 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-12-06T21:10:19.119Z[ host-image] Dec 06 21:10:17.808 INFO O| Dec 06 21:10:17.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94472024-12-06T21:10:19.119Z[ host-image] Dec 06 21:10:17.808 INFO O| Dec 06 21:10:17.808 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94482024-12-06T21:10:20.652Z[ host-image] Dec 06 21:10:19.340 INFO O| Dec 06 21:10:19.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94492024-12-06T21:10:20.652Z[ host-image] Dec 06 21:10:19.341 INFO O| Dec 06 21:10:19.340 INFO ok!
94502024-12-06T21:10:20.652Z[ host-image] Dec 06 21:10:19.341 INFO O| Dec 06 21:10:19.340 INFO STEP 70 (ensure_file) COMPLETE
94512024-12-06T21:10:20.652Z[ host-image] Dec 06 21:10:19.341 INFO O| Dec 06 21:10:19.340 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-12-06T21:10:20.663Z[ host-image] Dec 06 21:10:19.352 INFO O| Dec 06 21:10:19.352 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94532024-12-06T21:10:20.666Z[ host-image] Dec 06 21:10:19.352 INFO O| Dec 06 21:10:19.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94542024-12-06T21:10:20.666Z[ host-image] Dec 06 21:10:19.352 INFO O| Dec 06 21:10:19.352 INFO STEP 71 (ensure_dir) COMPLETE
94552024-12-06T21:10:20.666Z[ host-image] Dec 06 21:10:19.352 INFO O| Dec 06 21:10:19.352 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-12-06T21:10:20.674Z[ host-image] Dec 06 21:10:19.362 INFO O| Dec 06 21:10:19.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94572024-12-06T21:10:20.674Z[ host-image] Dec 06 21:10:19.362 INFO O| Dec 06 21:10:19.362 INFO copying /tmp/.tmp0o7x0a/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 ...
94582024-12-06T21:10:20.676Z[ host-image] Dec 06 21:10:19.362 INFO O| Dec 06 21:10:19.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94592024-12-06T21:10:20.676Z[ host-image] Dec 06 21:10:19.362 INFO O| Dec 06 21:10:19.362 INFO ok!
94602024-12-06T21:10:20.676Z[ host-image] Dec 06 21:10:19.362 INFO O| Dec 06 21:10:19.362 INFO STEP 72 (ensure_file) COMPLETE
94612024-12-06T21:10:20.676Z[ host-image] Dec 06 21:10:19.362 INFO O| Dec 06 21:10:19.362 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-12-06T21:10:20.682Z[ host-image] Dec 06 21:10:19.371 INFO O| Dec 06 21:10:19.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94632024-12-06T21:10:20.682Z[ host-image] Dec 06 21:10:19.371 INFO O| Dec 06 21:10:19.371 INFO copying /tmp/.tmp0o7x0a/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 ...
94642024-12-06T21:10:20.685Z[ host-image] Dec 06 21:10:19.371 INFO O| Dec 06 21:10:19.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94652024-12-06T21:10:20.685Z[ host-image] Dec 06 21:10:19.371 INFO O| Dec 06 21:10:19.371 INFO ok!
94662024-12-06T21:10:20.685Z[ host-image] Dec 06 21:10:19.371 INFO O| Dec 06 21:10:19.371 INFO STEP 73 (ensure_file) COMPLETE
94672024-12-06T21:10:20.685Z[ host-image] Dec 06 21:10:19.371 INFO O| Dec 06 21:10:19.371 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-12-06T21:10:20.692Z[ host-image] Dec 06 21:10:19.380 INFO O| Dec 06 21:10:19.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94692024-12-06T21:10:20.692Z[ host-image] Dec 06 21:10:19.380 INFO O| Dec 06 21:10:19.380 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94702024-12-06T21:10:20.695Z[ host-image] Dec 06 21:10:19.380 INFO O| Dec 06 21:10:19.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94712024-12-06T21:10:20.695Z[ host-image] Dec 06 21:10:19.381 INFO O| Dec 06 21:10:19.380 INFO ok!
94722024-12-06T21:10:20.695Z[ host-image] Dec 06 21:10:19.381 INFO O| Dec 06 21:10:19.380 INFO STEP 74 (ensure_file) COMPLETE
94732024-12-06T21:10:20.695Z[ host-image] Dec 06 21:10:19.381 INFO O| Dec 06 21:10:19.380 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-12-06T21:10:20.701Z[ host-image] Dec 06 21:10:19.390 INFO O| Dec 06 21:10:19.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94752024-12-06T21:10:20.704Z[ host-image] Dec 06 21:10:19.390 INFO O| Dec 06 21:10:19.390 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94762024-12-06T21:10:20.704Z[ host-image] Dec 06 21:10:19.390 INFO O| Dec 06 21:10:19.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94772024-12-06T21:10:20.704Z[ host-image] Dec 06 21:10:19.390 INFO O| Dec 06 21:10:19.390 INFO ok!
94782024-12-06T21:10:20.704Z[ host-image] Dec 06 21:10:19.390 INFO O| Dec 06 21:10:19.390 INFO STEP 75 (ensure_file) COMPLETE
94792024-12-06T21:10:20.704Z[ host-image] Dec 06 21:10:19.390 INFO O| Dec 06 21:10:19.390 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-12-06T21:10:20.711Z[ host-image] Dec 06 21:10:19.399 INFO O| Dec 06 21:10:19.399 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94812024-12-06T21:10:20.711Z[ host-image] Dec 06 21:10:19.399 INFO O| Dec 06 21:10:19.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94822024-12-06T21:10:20.711Z[ host-image] Dec 06 21:10:19.399 INFO O| Dec 06 21:10:19.399 INFO STEP 76 (ensure_dir) COMPLETE
94832024-12-06T21:10:20.711Z[ host-image] Dec 06 21:10:19.399 INFO O| Dec 06 21:10:19.399 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-12-06T21:10:20.720Z[ host-image] Dec 06 21:10:19.408 INFO O| Dec 06 21:10:19.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94852024-12-06T21:10:20.720Z[ host-image] Dec 06 21:10:19.408 INFO O| Dec 06 21:10:19.408 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94862024-12-06T21:10:20.722Z[ host-image] Dec 06 21:10:19.411 INFO O| Dec 06 21:10:19.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94872024-12-06T21:10:20.722Z[ host-image] Dec 06 21:10:19.411 INFO O| Dec 06 21:10:19.411 INFO ok!
94882024-12-06T21:10:20.725Z[ host-image] Dec 06 21:10:19.411 INFO O| Dec 06 21:10:19.411 INFO STEP 77 (ensure_file) COMPLETE
94892024-12-06T21:10:20.725Z[ host-image] Dec 06 21:10:19.411 INFO O| Dec 06 21:10:19.411 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-12-06T21:10:20.732Z[ host-image] Dec 06 21:10:19.420 INFO O| Dec 06 21:10:19.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94912024-12-06T21:10:20.732Z[ host-image] Dec 06 21:10:19.420 INFO O| Dec 06 21:10:19.420 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94922024-12-06T21:10:20.734Z[ host-image] Dec 06 21:10:19.420 INFO O| Dec 06 21:10:19.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94932024-12-06T21:10:20.735Z[ host-image] Dec 06 21:10:19.420 INFO O| Dec 06 21:10:19.420 INFO ok!
94942024-12-06T21:10:20.735Z[ host-image] Dec 06 21:10:19.420 INFO O| Dec 06 21:10:19.420 INFO STEP 78 (ensure_file) COMPLETE
94952024-12-06T21:10:20.735Z[ host-image] Dec 06 21:10:19.421 INFO O| Dec 06 21:10:19.420 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-06T21:10:20.741Z[ host-image] Dec 06 21:10:19.430 INFO O| Dec 06 21:10:19.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94972024-12-06T21:10:20.741Z[ host-image] Dec 06 21:10:19.430 INFO O| Dec 06 21:10:19.430 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94982024-12-06T21:10:21.364Z[ host-image] Dec 06 21:10:20.052 INFO O| Dec 06 21:10:20.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94992024-12-06T21:10:21.364Z[ host-image] Dec 06 21:10:20.052 INFO O| Dec 06 21:10:20.052 INFO ok!
95002024-12-06T21:10:21.367Z[ host-image] Dec 06 21:10:20.052 INFO O| Dec 06 21:10:20.052 INFO STEP 79 (ensure_file) COMPLETE
95012024-12-06T21:10:21.367Z[ host-image] Dec 06 21:10:20.052 INFO O| Dec 06 21:10:20.052 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-06T21:10:21.376Z[ host-image] Dec 06 21:10:20.064 INFO O| Dec 06 21:10:20.064 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95032024-12-06T21:10:21.376Z[ host-image] Dec 06 21:10:20.064 INFO O| Dec 06 21:10:20.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95042024-12-06T21:10:21.376Z[ host-image] Dec 06 21:10:20.064 INFO O| Dec 06 21:10:20.064 INFO STEP 80 (ensure_dir) COMPLETE
95052024-12-06T21:10:21.378Z[ host-image] Dec 06 21:10:20.064 INFO O| Dec 06 21:10:20.064 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-06T21:10:21.386Z[ host-image] Dec 06 21:10:20.074 INFO O| Dec 06 21:10:20.074 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95072024-12-06T21:10:21.386Z[ host-image] Dec 06 21:10:20.074 INFO O| Dec 06 21:10:20.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95082024-12-06T21:10:21.386Z[ host-image] Dec 06 21:10:20.074 INFO O| Dec 06 21:10:20.074 INFO STEP 81 (ensure_dir) COMPLETE
95092024-12-06T21:10:21.388Z[ host-image] Dec 06 21:10:20.074 INFO O| Dec 06 21:10:20.074 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-12-06T21:10:21.396Z[ host-image] Dec 06 21:10:20.084 INFO O| Dec 06 21:10:20.084 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95112024-12-06T21:10:21.396Z[ host-image] Dec 06 21:10:20.085 INFO O| Dec 06 21:10:20.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95122024-12-06T21:10:21.398Z[ host-image] Dec 06 21:10:20.085 INFO O| Dec 06 21:10:20.085 INFO STEP 82 (ensure_dir) COMPLETE
95132024-12-06T21:10:21.399Z[ host-image] Dec 06 21:10:20.085 INFO O| Dec 06 21:10:20.085 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-12-06T21:10:21.407Z[ host-image] Dec 06 21:10:20.095 INFO O| Dec 06 21:10:20.095 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95152024-12-06T21:10:21.409Z[ host-image] Dec 06 21:10:20.095 INFO O| Dec 06 21:10:20.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95162024-12-06T21:10:21.409Z[ host-image] Dec 06 21:10:20.095 INFO O| Dec 06 21:10:20.095 INFO STEP 83 (ensure_dir) COMPLETE
95172024-12-06T21:10:21.409Z[ host-image] Dec 06 21:10:20.095 INFO O| Dec 06 21:10:20.095 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-06T21:10:21.418Z[ host-image] Dec 06 21:10:20.106 INFO O| Dec 06 21:10:20.106 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95192024-12-06T21:10:21.418Z[ host-image] Dec 06 21:10:20.106 INFO O| Dec 06 21:10:20.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95202024-12-06T21:10:21.418Z[ host-image] Dec 06 21:10:20.106 INFO O| Dec 06 21:10:20.106 INFO STEP 84 (ensure_dir) COMPLETE
95212024-12-06T21:10:21.420Z[ host-image] Dec 06 21:10:20.106 INFO O| Dec 06 21:10:20.106 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-06T21:10:21.428Z[ host-image] Dec 06 21:10:20.116 INFO O| Dec 06 21:10:20.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95232024-12-06T21:10:21.428Z[ host-image] Dec 06 21:10:20.116 INFO O| Dec 06 21:10:20.116 INFO copying /tmp/.tmp0o7x0a/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 ...
95242024-12-06T21:10:21.430Z[ host-image] Dec 06 21:10:20.116 INFO O| Dec 06 21:10:20.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95252024-12-06T21:10:21.430Z[ host-image] Dec 06 21:10:20.116 INFO O| Dec 06 21:10:20.116 INFO ok!
95262024-12-06T21:10:21.430Z[ host-image] Dec 06 21:10:20.116 INFO O| Dec 06 21:10:20.116 INFO STEP 85 (ensure_file) COMPLETE
95272024-12-06T21:10:21.430Z[ host-image] Dec 06 21:10:20.116 INFO O| Dec 06 21:10:20.116 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-06T21:10:21.438Z[ host-image] Dec 06 21:10:20.127 INFO O| Dec 06 21:10:20.127 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95292024-12-06T21:10:21.439Z[ host-image] Dec 06 21:10:20.127 INFO O| Dec 06 21:10:20.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95302024-12-06T21:10:21.439Z[ host-image] Dec 06 21:10:20.127 INFO O| Dec 06 21:10:20.127 INFO STEP 86 (ensure_dir) COMPLETE
95312024-12-06T21:10:21.441Z[ host-image] Dec 06 21:10:20.127 INFO O| Dec 06 21:10:20.127 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-06T21:10:21.449Z[ host-image] Dec 06 21:10:20.138 INFO O| Dec 06 21:10:20.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95332024-12-06T21:10:21.449Z[ host-image] Dec 06 21:10:20.138 INFO O| Dec 06 21:10:20.138 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95342024-12-06T21:10:21.452Z[ host-image] Dec 06 21:10:20.138 INFO O| Dec 06 21:10:20.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95352024-12-06T21:10:21.452Z[ host-image] Dec 06 21:10:20.138 INFO O| Dec 06 21:10:20.138 INFO ok!
95362024-12-06T21:10:21.452Z[ host-image] Dec 06 21:10:20.138 INFO O| Dec 06 21:10:20.138 INFO STEP 87 (ensure_file) COMPLETE
95372024-12-06T21:10:21.452Z[ host-image] Dec 06 21:10:20.138 INFO O| Dec 06 21:10:20.138 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-12-06T21:10:21.460Z[ host-image] Dec 06 21:10:20.148 INFO O| Dec 06 21:10:20.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95392024-12-06T21:10:21.460Z[ host-image] Dec 06 21:10:20.148 INFO O| Dec 06 21:10:20.148 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95402024-12-06T21:10:21.702Z[ host-image] Dec 06 21:10:20.390 INFO O| Dec 06 21:10:20.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95412024-12-06T21:10:21.702Z[ host-image] Dec 06 21:10:20.390 INFO O| Dec 06 21:10:20.390 INFO ok!
95422024-12-06T21:10:21.704Z[ host-image] Dec 06 21:10:20.390 INFO O| Dec 06 21:10:20.390 INFO STEP 88 (ensure_file) COMPLETE
95432024-12-06T21:10:21.705Z[ host-image] Dec 06 21:10:20.390 INFO O| Dec 06 21:10:20.390 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-06T21:10:21.713Z[ host-image] Dec 06 21:10:20.402 INFO O| Dec 06 21:10:20.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95452024-12-06T21:10:21.713Z[ host-image] Dec 06 21:10:20.402 INFO O| Dec 06 21:10:20.402 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95462024-12-06T21:10:22.252Z[ host-image] Dec 06 21:10:20.939 INFO O| Dec 06 21:10:20.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95472024-12-06T21:10:22.252Z[ host-image] Dec 06 21:10:20.939 INFO O| Dec 06 21:10:20.939 INFO ok!
95482024-12-06T21:10:22.252Z[ host-image] Dec 06 21:10:20.939 INFO O| Dec 06 21:10:20.939 INFO STEP 89 (ensure_file) COMPLETE
95492024-12-06T21:10:22.252Z[ host-image] Dec 06 21:10:20.939 INFO O| Dec 06 21:10:20.939 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-06T21:10:22.263Z[ host-image] Dec 06 21:10:20.951 INFO O| Dec 06 21:10:20.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95512024-12-06T21:10:22.267Z[ host-image] Dec 06 21:10:20.951 INFO O| Dec 06 21:10:20.951 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95522024-12-06T21:10:22.267Z[ host-image] Dec 06 21:10:20.951 INFO O| Dec 06 21:10:20.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95532024-12-06T21:10:22.267Z[ host-image] Dec 06 21:10:20.951 INFO O| Dec 06 21:10:20.951 INFO ok!
95542024-12-06T21:10:22.268Z[ host-image] Dec 06 21:10:20.951 INFO O| Dec 06 21:10:20.951 INFO STEP 90 (ensure_file) COMPLETE
95552024-12-06T21:10:22.268Z[ host-image] Dec 06 21:10:20.951 INFO O| Dec 06 21:10:20.951 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-12-06T21:10:22.274Z[ host-image] Dec 06 21:10:20.961 INFO O| Dec 06 21:10:20.961 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95572024-12-06T21:10:22.274Z[ host-image] Dec 06 21:10:20.961 INFO O| Dec 06 21:10:20.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95582024-12-06T21:10:22.278Z[ host-image] Dec 06 21:10:20.961 INFO O| Dec 06 21:10:20.961 INFO STEP 91 (ensure_dir) COMPLETE
95592024-12-06T21:10:22.279Z[ host-image] Dec 06 21:10:20.961 INFO O| Dec 06 21:10:20.961 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-06T21:10:22.284Z[ host-image] Dec 06 21:10:20.972 INFO O| Dec 06 21:10:20.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95612024-12-06T21:10:22.285Z[ host-image] Dec 06 21:10:20.972 INFO O| Dec 06 21:10:20.972 INFO copying /tmp/.tmp0o7x0a/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 ...
95622024-12-06T21:10:22.289Z[ host-image] Dec 06 21:10:20.972 INFO O| Dec 06 21:10:20.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95632024-12-06T21:10:22.289Z[ host-image] Dec 06 21:10:20.972 INFO O| Dec 06 21:10:20.972 INFO ok!
95642024-12-06T21:10:22.289Z[ host-image] Dec 06 21:10:20.972 INFO O| Dec 06 21:10:20.972 INFO STEP 92 (ensure_file) COMPLETE
95652024-12-06T21:10:22.289Z[ host-image] Dec 06 21:10:20.972 INFO O| Dec 06 21:10:20.972 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-06T21:10:22.294Z[ host-image] Dec 06 21:10:20.982 INFO O| Dec 06 21:10:20.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95672024-12-06T21:10:22.295Z[ host-image] Dec 06 21:10:20.982 INFO O| Dec 06 21:10:20.982 INFO copying /tmp/.tmp0o7x0a/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 ...
95682024-12-06T21:10:22.295Z[ host-image] Dec 06 21:10:20.982 INFO O| Dec 06 21:10:20.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95692024-12-06T21:10:22.295Z[ host-image] Dec 06 21:10:20.982 INFO O| Dec 06 21:10:20.982 INFO ok!
95702024-12-06T21:10:22.295Z[ host-image] Dec 06 21:10:20.982 INFO O| Dec 06 21:10:20.982 INFO STEP 93 (ensure_file) COMPLETE
95712024-12-06T21:10:22.295Z[ host-image] Dec 06 21:10:20.982 INFO O| Dec 06 21:10:20.982 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-06T21:10:22.305Z[ host-image] Dec 06 21:10:20.992 INFO O| Dec 06 21:10:20.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95732024-12-06T21:10:22.305Z[ host-image] Dec 06 21:10:20.992 INFO O| Dec 06 21:10:20.992 INFO copying /tmp/.tmp0o7x0a/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 ...
95742024-12-06T21:10:22.308Z[ host-image] Dec 06 21:10:20.992 INFO O| Dec 06 21:10:20.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95752024-12-06T21:10:22.308Z[ host-image] Dec 06 21:10:20.992 INFO O| Dec 06 21:10:20.992 INFO ok!
95762024-12-06T21:10:22.309Z[ host-image] Dec 06 21:10:20.992 INFO O| Dec 06 21:10:20.992 INFO STEP 94 (ensure_file) COMPLETE
95772024-12-06T21:10:22.309Z[ host-image] Dec 06 21:10:20.992 INFO O| Dec 06 21:10:20.992 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-12-06T21:10:22.315Z[ host-image] Dec 06 21:10:21.002 INFO O| Dec 06 21:10:21.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95792024-12-06T21:10:22.315Z[ host-image] Dec 06 21:10:21.002 INFO O| Dec 06 21:10:21.002 INFO copying /tmp/.tmp0o7x0a/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 ...
95802024-12-06T21:10:22.317Z[ host-image] Dec 06 21:10:21.002 INFO O| Dec 06 21:10:21.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95812024-12-06T21:10:22.318Z[ host-image] Dec 06 21:10:21.002 INFO O| Dec 06 21:10:21.002 INFO ok!
95822024-12-06T21:10:22.318Z[ host-image] Dec 06 21:10:21.002 INFO O| Dec 06 21:10:21.002 INFO STEP 95 (ensure_file) COMPLETE
95832024-12-06T21:10:22.318Z[ host-image] Dec 06 21:10:21.002 INFO O| Dec 06 21:10:21.002 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-12-06T21:10:22.325Z[ host-image] Dec 06 21:10:21.013 INFO O| Dec 06 21:10:21.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95852024-12-06T21:10:22.325Z[ host-image] Dec 06 21:10:21.013 INFO O| Dec 06 21:10:21.013 INFO copying /tmp/.tmp0o7x0a/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 ...
95862024-12-06T21:10:22.325Z[ host-image] Dec 06 21:10:21.013 INFO O| Dec 06 21:10:21.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95872024-12-06T21:10:22.328Z[ host-image] Dec 06 21:10:21.013 INFO O| Dec 06 21:10:21.013 INFO ok!
95882024-12-06T21:10:22.328Z[ host-image] Dec 06 21:10:21.013 INFO O| Dec 06 21:10:21.013 INFO STEP 96 (ensure_file) COMPLETE
95892024-12-06T21:10:22.328Z[ host-image] Dec 06 21:10:21.013 INFO O| Dec 06 21:10:21.013 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-12-06T21:10:22.336Z[ host-image] Dec 06 21:10:21.022 INFO O| Dec 06 21:10:21.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95912024-12-06T21:10:22.336Z[ host-image] Dec 06 21:10:21.022 INFO O| Dec 06 21:10:21.022 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95922024-12-06T21:10:22.339Z[ host-image] Dec 06 21:10:21.023 INFO O| Dec 06 21:10:21.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95932024-12-06T21:10:22.339Z[ host-image] Dec 06 21:10:21.023 INFO O| Dec 06 21:10:21.023 INFO ok!
95942024-12-06T21:10:22.339Z[ host-image] Dec 06 21:10:21.023 INFO O| Dec 06 21:10:21.023 INFO STEP 97 (ensure_file) COMPLETE
95952024-12-06T21:10:22.339Z[ host-image] Dec 06 21:10:21.023 INFO O| Dec 06 21:10:21.023 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-12-06T21:10:22.344Z[ host-image] Dec 06 21:10:21.032 INFO O| Dec 06 21:10:21.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95972024-12-06T21:10:22.344Z[ host-image] Dec 06 21:10:21.032 INFO O| Dec 06 21:10:21.032 INFO copying /tmp/.tmp0o7x0a/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 ...
95982024-12-06T21:10:22.347Z[ host-image] Dec 06 21:10:21.032 INFO O| Dec 06 21:10:21.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95992024-12-06T21:10:22.347Z[ host-image] Dec 06 21:10:21.032 INFO O| Dec 06 21:10:21.032 INFO ok!
96002024-12-06T21:10:22.348Z[ host-image] Dec 06 21:10:21.032 INFO O| Dec 06 21:10:21.032 INFO STEP 98 (ensure_file) COMPLETE
96012024-12-06T21:10:22.348Z[ host-image] Dec 06 21:10:21.032 INFO O| Dec 06 21:10:21.032 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022024-12-06T21:10:22.354Z[ host-image] Dec 06 21:10:21.042 INFO O| Dec 06 21:10:21.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96032024-12-06T21:10:22.354Z[ host-image] Dec 06 21:10:21.042 INFO O| Dec 06 21:10:21.041 INFO copying /tmp/.tmp0o7x0a/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 ...
96042024-12-06T21:10:22.359Z[ host-image] Dec 06 21:10:21.042 INFO O| Dec 06 21:10:21.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96052024-12-06T21:10:22.359Z[ host-image] Dec 06 21:10:21.042 INFO O| Dec 06 21:10:21.042 INFO ok!
96062024-12-06T21:10:22.359Z[ host-image] Dec 06 21:10:21.042 INFO O| Dec 06 21:10:21.042 INFO STEP 99 (ensure_file) COMPLETE
96072024-12-06T21:10:22.359Z[ host-image] Dec 06 21:10:21.042 INFO O| Dec 06 21:10:21.042 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082024-12-06T21:10:22.365Z[ host-image] Dec 06 21:10:21.051 INFO O| Dec 06 21:10:21.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96092024-12-06T21:10:22.365Z[ host-image] Dec 06 21:10:21.051 INFO O| Dec 06 21:10:21.051 INFO copying /tmp/.tmp0o7x0a/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 ...
96102024-12-06T21:10:22.365Z[ host-image] Dec 06 21:10:21.051 INFO O| Dec 06 21:10:21.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96112024-12-06T21:10:22.368Z[ host-image] Dec 06 21:10:21.051 INFO O| Dec 06 21:10:21.051 INFO ok!
96122024-12-06T21:10:22.369Z[ host-image] Dec 06 21:10:21.051 INFO O| Dec 06 21:10:21.051 INFO STEP 100 (ensure_file) COMPLETE
96132024-12-06T21:10:22.369Z[ host-image] Dec 06 21:10:21.051 INFO O| Dec 06 21:10:21.051 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142024-12-06T21:10:22.373Z[ host-image] Dec 06 21:10:21.061 INFO O| Dec 06 21:10:21.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96152024-12-06T21:10:22.373Z[ host-image] Dec 06 21:10:21.061 INFO O| Dec 06 21:10:21.061 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96162024-12-06T21:10:22.376Z[ host-image] Dec 06 21:10:21.061 INFO O| Dec 06 21:10:21.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96172024-12-06T21:10:22.377Z[ host-image] Dec 06 21:10:21.061 INFO O| Dec 06 21:10:21.061 INFO ok!
96182024-12-06T21:10:22.377Z[ host-image] Dec 06 21:10:21.061 INFO O| Dec 06 21:10:21.061 INFO STEP 101 (ensure_file) COMPLETE
96192024-12-06T21:10:22.377Z[ host-image] Dec 06 21:10:21.061 INFO O| Dec 06 21:10:21.061 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202024-12-06T21:10:22.383Z[ host-image] Dec 06 21:10:21.070 INFO O| Dec 06 21:10:21.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96212024-12-06T21:10:22.383Z[ host-image] Dec 06 21:10:21.070 INFO O| Dec 06 21:10:21.070 INFO copying /tmp/.tmp0o7x0a/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 ...
96222024-12-06T21:10:22.387Z[ host-image] Dec 06 21:10:21.070 INFO O| Dec 06 21:10:21.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96232024-12-06T21:10:22.387Z[ host-image] Dec 06 21:10:21.070 INFO O| Dec 06 21:10:21.070 INFO ok!
96242024-12-06T21:10:22.387Z[ host-image] Dec 06 21:10:21.070 INFO O| Dec 06 21:10:21.070 INFO STEP 102 (ensure_file) COMPLETE
96252024-12-06T21:10:22.387Z[ host-image] Dec 06 21:10:21.070 INFO O| Dec 06 21:10:21.070 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-06T21:10:22.391Z[ host-image] Dec 06 21:10:21.079 INFO O| Dec 06 21:10:21.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96272024-12-06T21:10:22.391Z[ host-image] Dec 06 21:10:21.079 INFO O| Dec 06 21:10:21.079 INFO copying /tmp/.tmp0o7x0a/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 ...
96282024-12-06T21:10:22.397Z[ host-image] Dec 06 21:10:21.079 INFO O| Dec 06 21:10:21.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96292024-12-06T21:10:22.397Z[ host-image] Dec 06 21:10:21.079 INFO O| Dec 06 21:10:21.079 INFO ok!
96302024-12-06T21:10:22.397Z[ host-image] Dec 06 21:10:21.079 INFO O| Dec 06 21:10:21.079 INFO STEP 103 (ensure_file) COMPLETE
96312024-12-06T21:10:22.397Z[ host-image] Dec 06 21:10:21.079 INFO O| Dec 06 21:10:21.079 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322024-12-06T21:10:22.401Z[ host-image] Dec 06 21:10:21.089 INFO O| Dec 06 21:10:21.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96332024-12-06T21:10:22.406Z[ host-image] Dec 06 21:10:21.089 INFO O| Dec 06 21:10:21.089 INFO copying /tmp/.tmp0o7x0a/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 ...
96342024-12-06T21:10:22.406Z[ host-image] Dec 06 21:10:21.089 INFO O| Dec 06 21:10:21.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96352024-12-06T21:10:22.406Z[ host-image] Dec 06 21:10:21.089 INFO O| Dec 06 21:10:21.089 INFO ok!
96362024-12-06T21:10:22.407Z[ host-image] Dec 06 21:10:21.089 INFO O| Dec 06 21:10:21.089 INFO STEP 104 (ensure_file) COMPLETE
96372024-12-06T21:10:22.407Z[ host-image] Dec 06 21:10:21.089 INFO O| Dec 06 21:10:21.089 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382024-12-06T21:10:22.411Z[ host-image] Dec 06 21:10:21.098 INFO O| Dec 06 21:10:21.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96392024-12-06T21:10:22.416Z[ host-image] Dec 06 21:10:21.098 INFO O| Dec 06 21:10:21.098 INFO copying /tmp/.tmp0o7x0a/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 ...
96402024-12-06T21:10:22.416Z[ host-image] Dec 06 21:10:21.099 INFO O| Dec 06 21:10:21.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96412024-12-06T21:10:22.416Z[ host-image] Dec 06 21:10:21.099 INFO O| Dec 06 21:10:21.099 INFO ok!
96422024-12-06T21:10:22.417Z[ host-image] Dec 06 21:10:21.099 INFO O| Dec 06 21:10:21.099 INFO STEP 105 (ensure_file) COMPLETE
96432024-12-06T21:10:22.417Z[ host-image] Dec 06 21:10:21.099 INFO O| Dec 06 21:10:21.099 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442024-12-06T21:10:22.420Z[ host-image] Dec 06 21:10:21.108 INFO O| Dec 06 21:10:21.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96452024-12-06T21:10:22.420Z[ host-image] Dec 06 21:10:21.108 INFO O| Dec 06 21:10:21.108 INFO copying /tmp/.tmp0o7x0a/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 ...
96462024-12-06T21:10:22.425Z[ host-image] Dec 06 21:10:21.108 INFO O| Dec 06 21:10:21.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96472024-12-06T21:10:22.425Z[ host-image] Dec 06 21:10:21.108 INFO O| Dec 06 21:10:21.108 INFO ok!
96482024-12-06T21:10:22.425Z[ host-image] Dec 06 21:10:21.108 INFO O| Dec 06 21:10:21.108 INFO STEP 106 (ensure_file) COMPLETE
96492024-12-06T21:10:22.425Z[ host-image] Dec 06 21:10:21.108 INFO O| Dec 06 21:10:21.108 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502024-12-06T21:10:22.431Z[ host-image] Dec 06 21:10:21.118 INFO O| Dec 06 21:10:21.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96512024-12-06T21:10:22.431Z[ host-image] Dec 06 21:10:21.119 INFO O| Dec 06 21:10:21.118 INFO copying /tmp/.tmp0o7x0a/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 ...
96522024-12-06T21:10:22.436Z[ host-image] Dec 06 21:10:21.119 INFO O| Dec 06 21:10:21.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96532024-12-06T21:10:22.437Z[ host-image] Dec 06 21:10:21.119 INFO O| Dec 06 21:10:21.119 INFO ok!
96542024-12-06T21:10:22.437Z[ host-image] Dec 06 21:10:21.119 INFO O| Dec 06 21:10:21.119 INFO STEP 107 (ensure_file) COMPLETE
96552024-12-06T21:10:22.437Z[ host-image] Dec 06 21:10:21.119 INFO O| Dec 06 21:10:21.119 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562024-12-06T21:10:22.441Z[ host-image] Dec 06 21:10:21.129 INFO O| Dec 06 21:10:21.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96572024-12-06T21:10:22.441Z[ host-image] Dec 06 21:10:21.129 INFO O| Dec 06 21:10:21.129 INFO copying /tmp/.tmp0o7x0a/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 ...
96582024-12-06T21:10:22.445Z[ host-image] Dec 06 21:10:21.129 INFO O| Dec 06 21:10:21.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96592024-12-06T21:10:22.445Z[ host-image] Dec 06 21:10:21.129 INFO O| Dec 06 21:10:21.129 INFO ok!
96602024-12-06T21:10:22.446Z[ host-image] Dec 06 21:10:21.129 INFO O| Dec 06 21:10:21.129 INFO STEP 108 (ensure_file) COMPLETE
96612024-12-06T21:10:22.446Z[ host-image] Dec 06 21:10:21.129 INFO O| Dec 06 21:10:21.129 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622024-12-06T21:10:22.453Z[ host-image] Dec 06 21:10:21.139 INFO O| Dec 06 21:10:21.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96632024-12-06T21:10:22.457Z[ host-image] Dec 06 21:10:21.139 INFO O| Dec 06 21:10:21.139 INFO copying /tmp/.tmp0o7x0a/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 ...
96642024-12-06T21:10:22.457Z[ host-image] Dec 06 21:10:21.140 INFO O| Dec 06 21:10:21.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96652024-12-06T21:10:22.457Z[ host-image] Dec 06 21:10:21.140 INFO O| Dec 06 21:10:21.139 INFO ok!
96662024-12-06T21:10:22.457Z[ host-image] Dec 06 21:10:21.140 INFO O| Dec 06 21:10:21.140 INFO STEP 109 (ensure_file) COMPLETE
96672024-12-06T21:10:22.458Z[ host-image] Dec 06 21:10:21.140 INFO O| Dec 06 21:10:21.140 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682024-12-06T21:10:22.467Z[ host-image] Dec 06 21:10:21.150 INFO O| Dec 06 21:10:21.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96692024-12-06T21:10:22.469Z[ host-image] Dec 06 21:10:21.150 INFO O| Dec 06 21:10:21.150 INFO copying /tmp/.tmp0o7x0a/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 ...
96702024-12-06T21:10:22.470Z[ host-image] Dec 06 21:10:21.150 INFO O| Dec 06 21:10:21.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96712024-12-06T21:10:22.470Z[ host-image] Dec 06 21:10:21.150 INFO O| Dec 06 21:10:21.150 INFO ok!
96722024-12-06T21:10:22.470Z[ host-image] Dec 06 21:10:21.150 INFO O| Dec 06 21:10:21.150 INFO STEP 110 (ensure_file) COMPLETE
96732024-12-06T21:10:22.470Z[ host-image] Dec 06 21:10:21.150 INFO O| Dec 06 21:10:21.150 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742024-12-06T21:10:22.473Z[ host-image] Dec 06 21:10:21.160 INFO O| Dec 06 21:10:21.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96752024-12-06T21:10:22.473Z[ host-image] Dec 06 21:10:21.160 INFO O| Dec 06 21:10:21.160 INFO copying /tmp/.tmp0o7x0a/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 ...
96762024-12-06T21:10:22.473Z[ host-image] Dec 06 21:10:21.160 INFO O| Dec 06 21:10:21.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96772024-12-06T21:10:22.473Z[ host-image] Dec 06 21:10:21.160 INFO O| Dec 06 21:10:21.160 INFO ok!
96782024-12-06T21:10:22.473Z[ host-image] Dec 06 21:10:21.160 INFO O| Dec 06 21:10:21.160 INFO STEP 111 (ensure_file) COMPLETE
96792024-12-06T21:10:22.473Z[ host-image] Dec 06 21:10:21.160 INFO O| Dec 06 21:10:21.160 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-06T21:10:22.482Z[ host-image] Dec 06 21:10:21.170 INFO O| Dec 06 21:10:21.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96812024-12-06T21:10:22.482Z[ host-image] Dec 06 21:10:21.170 INFO O| Dec 06 21:10:21.170 INFO copying /tmp/.tmp0o7x0a/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 ...
96822024-12-06T21:10:22.484Z[ host-image] Dec 06 21:10:21.170 INFO O| Dec 06 21:10:21.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96832024-12-06T21:10:22.484Z[ host-image] Dec 06 21:10:21.170 INFO O| Dec 06 21:10:21.170 INFO ok!
96842024-12-06T21:10:22.484Z[ host-image] Dec 06 21:10:21.170 INFO O| Dec 06 21:10:21.170 INFO STEP 112 (ensure_file) COMPLETE
96852024-12-06T21:10:22.484Z[ host-image] Dec 06 21:10:21.170 INFO O| Dec 06 21:10:21.170 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-06T21:10:22.491Z[ host-image] Dec 06 21:10:21.180 INFO O| Dec 06 21:10:21.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96872024-12-06T21:10:22.493Z[ host-image] Dec 06 21:10:21.180 INFO O| Dec 06 21:10:21.180 INFO copying /tmp/.tmp0o7x0a/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 ...
96882024-12-06T21:10:22.495Z[ host-image] Dec 06 21:10:21.180 INFO O| Dec 06 21:10:21.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96892024-12-06T21:10:22.495Z[ host-image] Dec 06 21:10:21.180 INFO O| Dec 06 21:10:21.180 INFO ok!
96902024-12-06T21:10:22.495Z[ host-image] Dec 06 21:10:21.180 INFO O| Dec 06 21:10:21.180 INFO STEP 113 (ensure_file) COMPLETE
96912024-12-06T21:10:22.495Z[ host-image] Dec 06 21:10:21.180 INFO O| Dec 06 21:10:21.180 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-06T21:10:22.501Z[ host-image] Dec 06 21:10:21.189 INFO O| Dec 06 21:10:21.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96932024-12-06T21:10:22.504Z[ host-image] Dec 06 21:10:21.189 INFO O| Dec 06 21:10:21.189 INFO copying /tmp/.tmp0o7x0a/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 ...
96942024-12-06T21:10:22.504Z[ host-image] Dec 06 21:10:21.190 INFO O| Dec 06 21:10:21.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96952024-12-06T21:10:22.504Z[ host-image] Dec 06 21:10:21.190 INFO O| Dec 06 21:10:21.190 INFO ok!
96962024-12-06T21:10:22.504Z[ host-image] Dec 06 21:10:21.190 INFO O| Dec 06 21:10:21.190 INFO STEP 114 (ensure_file) COMPLETE
96972024-12-06T21:10:22.504Z[ host-image] Dec 06 21:10:21.190 INFO O| Dec 06 21:10:21.190 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-06T21:10:22.511Z[ host-image] Dec 06 21:10:21.199 INFO O| Dec 06 21:10:21.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96992024-12-06T21:10:22.511Z[ host-image] Dec 06 21:10:21.199 INFO O| Dec 06 21:10:21.199 INFO copying /tmp/.tmp0o7x0a/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 ...
97002024-12-06T21:10:22.514Z[ host-image] Dec 06 21:10:21.199 INFO O| Dec 06 21:10:21.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97012024-12-06T21:10:22.514Z[ host-image] Dec 06 21:10:21.199 INFO O| Dec 06 21:10:21.199 INFO ok!
97022024-12-06T21:10:22.514Z[ host-image] Dec 06 21:10:21.199 INFO O| Dec 06 21:10:21.199 INFO STEP 115 (ensure_file) COMPLETE
97032024-12-06T21:10:22.514Z[ host-image] Dec 06 21:10:21.199 INFO O| Dec 06 21:10:21.199 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-06T21:10:22.520Z[ host-image] Dec 06 21:10:21.209 INFO O| Dec 06 21:10:21.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97052024-12-06T21:10:22.520Z[ host-image] Dec 06 21:10:21.209 INFO O| Dec 06 21:10:21.209 INFO copying /tmp/.tmp0o7x0a/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 ...
97062024-12-06T21:10:22.523Z[ host-image] Dec 06 21:10:21.209 INFO O| Dec 06 21:10:21.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97072024-12-06T21:10:22.523Z[ host-image] Dec 06 21:10:21.209 INFO O| Dec 06 21:10:21.209 INFO ok!
97082024-12-06T21:10:22.523Z[ host-image] Dec 06 21:10:21.209 INFO O| Dec 06 21:10:21.209 INFO STEP 116 (ensure_file) COMPLETE
97092024-12-06T21:10:22.523Z[ host-image] Dec 06 21:10:21.209 INFO O| Dec 06 21:10:21.209 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-06T21:10:22.530Z[ host-image] Dec 06 21:10:21.218 INFO O| Dec 06 21:10:21.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97112024-12-06T21:10:22.530Z[ host-image] Dec 06 21:10:21.218 INFO O| Dec 06 21:10:21.218 INFO copying /tmp/.tmp0o7x0a/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 ...
97122024-12-06T21:10:22.533Z[ host-image] Dec 06 21:10:21.218 INFO O| Dec 06 21:10:21.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97132024-12-06T21:10:22.533Z[ host-image] Dec 06 21:10:21.218 INFO O| Dec 06 21:10:21.218 INFO ok!
97142024-12-06T21:10:22.533Z[ host-image] Dec 06 21:10:21.218 INFO O| Dec 06 21:10:21.218 INFO STEP 117 (ensure_file) COMPLETE
97152024-12-06T21:10:22.533Z[ host-image] Dec 06 21:10:21.218 INFO O| Dec 06 21:10:21.218 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-06T21:10:22.540Z[ host-image] Dec 06 21:10:21.228 INFO O| Dec 06 21:10:21.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97172024-12-06T21:10:22.540Z[ host-image] Dec 06 21:10:21.228 INFO O| Dec 06 21:10:21.228 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97182024-12-06T21:10:22.542Z[ host-image] Dec 06 21:10:21.228 INFO O| Dec 06 21:10:21.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97192024-12-06T21:10:22.542Z[ host-image] Dec 06 21:10:21.228 INFO O| Dec 06 21:10:21.228 INFO ok!
97202024-12-06T21:10:22.542Z[ host-image] Dec 06 21:10:21.228 INFO O| Dec 06 21:10:21.228 INFO STEP 118 (ensure_file) COMPLETE
97212024-12-06T21:10:22.542Z[ host-image] Dec 06 21:10:21.228 INFO O| Dec 06 21:10:21.228 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-06T21:10:22.549Z[ host-image] Dec 06 21:10:21.237 INFO O| Dec 06 21:10:21.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97232024-12-06T21:10:22.551Z[ host-image] Dec 06 21:10:21.237 INFO O| Dec 06 21:10:21.237 INFO copying /tmp/.tmp0o7x0a/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 ...
97242024-12-06T21:10:22.551Z[ host-image] Dec 06 21:10:21.237 INFO O| Dec 06 21:10:21.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97252024-12-06T21:10:22.551Z[ host-image] Dec 06 21:10:21.237 INFO O| Dec 06 21:10:21.237 INFO ok!
97262024-12-06T21:10:22.551Z[ host-image] Dec 06 21:10:21.237 INFO O| Dec 06 21:10:21.237 INFO STEP 119 (ensure_file) COMPLETE
97272024-12-06T21:10:22.551Z[ host-image] Dec 06 21:10:21.237 INFO O| Dec 06 21:10:21.237 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-06T21:10:22.558Z[ host-image] Dec 06 21:10:21.247 INFO O| Dec 06 21:10:21.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97292024-12-06T21:10:22.558Z[ host-image] Dec 06 21:10:21.247 INFO O| Dec 06 21:10:21.247 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97302024-12-06T21:10:22.561Z[ host-image] Dec 06 21:10:21.247 INFO O| Dec 06 21:10:21.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97312024-12-06T21:10:22.561Z[ host-image] Dec 06 21:10:21.247 INFO O| Dec 06 21:10:21.247 INFO ok!
97322024-12-06T21:10:22.561Z[ host-image] Dec 06 21:10:21.247 INFO O| Dec 06 21:10:21.247 INFO STEP 120 (ensure_file) COMPLETE
97332024-12-06T21:10:22.561Z[ host-image] Dec 06 21:10:21.247 INFO O| Dec 06 21:10:21.247 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-06T21:10:22.568Z[ host-image] Dec 06 21:10:21.256 INFO O| Dec 06 21:10:21.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97352024-12-06T21:10:22.568Z[ host-image] Dec 06 21:10:21.256 INFO O| Dec 06 21:10:21.256 INFO copying /tmp/.tmp0o7x0a/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97362024-12-06T21:10:25.842Z[ host-image] Dec 06 21:10:24.528 INFO O| Dec 06 21:10:24.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97372024-12-06T21:10:25.842Z[ host-image] Dec 06 21:10:24.528 INFO O| Dec 06 21:10:24.528 INFO ok!
97382024-12-06T21:10:25.849Z[ host-image] Dec 06 21:10:24.528 INFO O| Dec 06 21:10:24.528 INFO STEP 121 (ensure_file) COMPLETE
97392024-12-06T21:10:25.849Z[ host-image] Dec 06 21:10:24.528 INFO O| Dec 06 21:10:24.528 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-06T21:10:25.853Z[ host-image] Dec 06 21:10:24.540 INFO O| Dec 06 21:10:24.540 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97412024-12-06T21:10:25.853Z[ host-image] Dec 06 21:10:24.540 INFO O| Dec 06 21:10:24.540 INFO STEP 122 (ensure_dir) COMPLETE
97422024-12-06T21:10:25.856Z[ host-image] Dec 06 21:10:24.540 INFO O| Dec 06 21:10:24.540 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-06T21:10:25.865Z[ host-image] Dec 06 21:10:24.550 INFO O| Dec 06 21:10:24.550 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97442024-12-06T21:10:25.865Z[ host-image] Dec 06 21:10:24.550 INFO O| Dec 06 21:10:24.550 INFO STEP 123 (ensure_dir) COMPLETE
97452024-12-06T21:10:25.865Z[ host-image] Dec 06 21:10:24.550 INFO O| Dec 06 21:10:24.550 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-06T21:10:25.874Z[ host-image] Dec 06 21:10:24.560 INFO O| Dec 06 21:10:24.560 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97472024-12-06T21:10:25.874Z[ host-image] Dec 06 21:10:24.561 INFO O| Dec 06 21:10:24.560 INFO STEP 124 (ensure_dir) COMPLETE
97482024-12-06T21:10:25.878Z[ host-image] Dec 06 21:10:24.561 INFO O| Dec 06 21:10:24.560 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-06T21:10:25.884Z[ host-image] Dec 06 21:10:24.571 INFO O| Dec 06 21:10:24.571 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97502024-12-06T21:10:25.884Z[ host-image] Dec 06 21:10:24.571 INFO O| Dec 06 21:10:24.571 INFO STEP 125 (ensure_dir) COMPLETE
97512024-12-06T21:10:25.884Z[ host-image] Dec 06 21:10:24.571 INFO O| Dec 06 21:10:24.571 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-06T21:10:25.894Z[ host-image] Dec 06 21:10:24.581 INFO O| Dec 06 21:10:24.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97532024-12-06T21:10:25.894Z[ host-image] Dec 06 21:10:24.581 INFO O| Dec 06 21:10:24.581 INFO copying /tmp/.tmp0o7x0a/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 ...
97542024-12-06T21:10:25.894Z[ host-image] Dec 06 21:10:24.581 INFO O| Dec 06 21:10:24.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97552024-12-06T21:10:25.898Z[ host-image] Dec 06 21:10:24.581 INFO O| Dec 06 21:10:24.581 INFO ok!
97562024-12-06T21:10:25.898Z[ host-image] Dec 06 21:10:24.581 INFO O| Dec 06 21:10:24.581 INFO STEP 126 (ensure_file) COMPLETE
97572024-12-06T21:10:25.898Z[ host-image] Dec 06 21:10:24.581 INFO O| Dec 06 21:10:24.581 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-06T21:10:25.905Z[ host-image] Dec 06 21:10:24.592 INFO O| Dec 06 21:10:24.592 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97592024-12-06T21:10:25.905Z[ host-image] Dec 06 21:10:24.592 INFO O| Dec 06 21:10:24.592 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97602024-12-06T21:10:25.908Z[ host-image] Dec 06 21:10:24.592 INFO O| Dec 06 21:10:24.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97612024-12-06T21:10:25.908Z[ host-image] Dec 06 21:10:24.592 INFO O| Dec 06 21:10:24.592 INFO STEP 127 (ensure_dir) COMPLETE
97622024-12-06T21:10:25.908Z[ host-image] Dec 06 21:10:24.592 INFO O| Dec 06 21:10:24.592 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-06T21:10:25.914Z[ host-image] Dec 06 21:10:24.602 INFO O| Dec 06 21:10:24.602 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97642024-12-06T21:10:25.917Z[ host-image] Dec 06 21:10:24.602 INFO O| Dec 06 21:10:24.602 INFO copying /tmp/.tmp0o7x0a/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97652024-12-06T21:10:25.917Z[ host-image] Dec 06 21:10:24.602 INFO O| Dec 06 21:10:24.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97662024-12-06T21:10:25.917Z[ host-image] Dec 06 21:10:24.602 INFO O| Dec 06 21:10:24.602 INFO ok!
97672024-12-06T21:10:25.917Z[ host-image] Dec 06 21:10:24.602 INFO O| Dec 06 21:10:24.602 INFO STEP 128 (ensure_file) COMPLETE
97682024-12-06T21:10:25.917Z[ host-image] Dec 06 21:10:24.602 INFO O| Dec 06 21:10:24.602 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97692024-12-06T21:10:25.925Z[ host-image] Dec 06 21:10:24.612 INFO O| Dec 06 21:10:24.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97702024-12-06T21:10:25.928Z[ host-image] Dec 06 21:10:24.613 INFO O| Dec 06 21:10:24.612 INFO STEP 129 (remove_files) COMPLETE
97712024-12-06T21:10:25.928Z[ host-image] Dec 06 21:10:24.613 INFO O| Dec 06 21:10:24.612 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97722024-12-06T21:10:25.935Z[ host-image] Dec 06 21:10:24.623 INFO O| Dec 06 21:10:24.623 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97732024-12-06T21:10:25.940Z[ host-image] Dec 06 21:10:24.623 INFO O| Dec 06 21:10:24.623 INFO STEP 130 (remove_files) COMPLETE
97742024-12-06T21:10:25.940Z[ host-image] Dec 06 21:10:24.623 INFO O| Dec 06 21:10:24.623 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97752024-12-06T21:10:25.945Z[ host-image] Dec 06 21:10:24.633 INFO O| Dec 06 21:10:24.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97762024-12-06T21:10:25.950Z[ host-image] Dec 06 21:10:24.633 INFO O| Dec 06 21:10:24.633 INFO STEP 131 (remove_files) COMPLETE
97772024-12-06T21:10:25.950Z[ host-image] Dec 06 21:10:24.633 INFO O| Dec 06 21:10:24.633 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782024-12-06T21:10:25.955Z[ host-image] Dec 06 21:10:24.642 INFO O| Dec 06 21:10:24.642 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97792024-12-06T21:10:25.958Z[ host-image] Dec 06 21:10:24.643 INFO O| Dec 06 21:10:24.643 INFO STEP 132 (remove_files) COMPLETE
97802024-12-06T21:10:25.958Z[ host-image] Dec 06 21:10:24.643 INFO O| Dec 06 21:10:24.643 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-06T21:10:25.965Z[ host-image] Dec 06 21:10:24.652 INFO O| Dec 06 21:10:24.652 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97822024-12-06T21:10:25.968Z[ host-image] Dec 06 21:10:24.653 INFO O| Dec 06 21:10:24.652 INFO STEP 133 (remove_files) COMPLETE
97832024-12-06T21:10:25.968Z[ host-image] Dec 06 21:10:24.653 INFO O| Dec 06 21:10:24.652 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-06T21:10:25.982Z[ host-image] Dec 06 21:10:24.669 INFO O| Dec 06 21:10:24.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97852024-12-06T21:10:25.986Z[ host-image] Dec 06 21:10:24.670 INFO O| Dec 06 21:10:24.670 INFO STEP 134 (remove_files) COMPLETE
97862024-12-06T21:10:25.986Z[ host-image] Dec 06 21:10:24.670 INFO O| Dec 06 21:10:24.670 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-06T21:10:26.001Z[ host-image] Dec 06 21:10:24.688 INFO O| Dec 06 21:10:24.688 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97882024-12-06T21:10:26.001Z[ host-image] Dec 06 21:10:24.688 INFO O| Dec 06 21:10:24.688 INFO STEP 135 (remove_files) COMPLETE
97892024-12-06T21:10:26.001Z[ host-image] Dec 06 21:10:24.688 INFO O| Dec 06 21:10:24.688 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-06T21:10:26.011Z[ host-image] Dec 06 21:10:24.699 INFO O| Dec 06 21:10:24.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97912024-12-06T21:10:26.014Z[ host-image] Dec 06 21:10:24.699 INFO O| Dec 06 21:10:24.699 INFO STEP 136 (remove_files) COMPLETE
97922024-12-06T21:10:26.014Z[ host-image] Dec 06 21:10:24.699 INFO O| Dec 06 21:10:24.699 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-06T21:10:26.021Z[ host-image] Dec 06 21:10:24.709 INFO O| Dec 06 21:10:24.709 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97942024-12-06T21:10:26.023Z[ host-image] Dec 06 21:10:24.709 INFO O| Dec 06 21:10:24.709 INFO STEP 137 (remove_files) COMPLETE
97952024-12-06T21:10:26.023Z[ host-image] Dec 06 21:10:24.709 INFO O| Dec 06 21:10:24.709 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-06T21:10:26.031Z[ host-image] Dec 06 21:10:24.719 INFO O| Dec 06 21:10:24.719 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97972024-12-06T21:10:26.031Z[ host-image] Dec 06 21:10:24.719 INFO O| Dec 06 21:10:24.719 INFO STEP 138 (remove_files) COMPLETE
97982024-12-06T21:10:26.033Z[ host-image] Dec 06 21:10:24.719 INFO O| Dec 06 21:10:24.719 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-06T21:10:26.041Z[ host-image] Dec 06 21:10:24.728 INFO O| Dec 06 21:10:24.728 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98002024-12-06T21:10:26.041Z[ host-image] Dec 06 21:10:24.729 INFO O| Dec 06 21:10:24.728 INFO STEP 139 (remove_files) COMPLETE
98012024-12-06T21:10:26.043Z[ host-image] Dec 06 21:10:24.729 INFO O| Dec 06 21:10:24.729 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-06T21:10:26.050Z[ host-image] Dec 06 21:10:24.738 INFO O| Dec 06 21:10:24.738 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98032024-12-06T21:10:26.051Z[ host-image] Dec 06 21:10:24.738 INFO O| Dec 06 21:10:24.738 INFO STEP 140 (remove_files) COMPLETE
98042024-12-06T21:10:26.051Z[ host-image] Dec 06 21:10:24.738 INFO O| Dec 06 21:10:24.738 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-06T21:10:26.060Z[ host-image] Dec 06 21:10:24.748 INFO O| Dec 06 21:10:24.748 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98062024-12-06T21:10:26.060Z[ host-image] Dec 06 21:10:24.748 INFO O| Dec 06 21:10:24.748 INFO STEP 141 (remove_files) COMPLETE
98072024-12-06T21:10:26.060Z[ host-image] Dec 06 21:10:24.748 INFO O| Dec 06 21:10:24.748 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-06T21:10:26.070Z[ host-image] Dec 06 21:10:24.758 INFO O| Dec 06 21:10:24.758 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98092024-12-06T21:10:26.070Z[ host-image] Dec 06 21:10:24.758 INFO O| Dec 06 21:10:24.758 INFO STEP 142 (remove_files) COMPLETE
98102024-12-06T21:10:26.072Z[ host-image] Dec 06 21:10:24.758 INFO O| Dec 06 21:10:24.758 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-06T21:10:26.081Z[ host-image] Dec 06 21:10:24.769 INFO O| Dec 06 21:10:24.769 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98122024-12-06T21:10:26.083Z[ host-image] Dec 06 21:10:24.769 INFO O| Dec 06 21:10:24.769 INFO STEP 143 (remove_files) COMPLETE
98132024-12-06T21:10:26.083Z[ host-image] Dec 06 21:10:24.769 INFO O| Dec 06 21:10:24.769 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-06T21:10:26.091Z[ host-image] Dec 06 21:10:24.779 INFO O| Dec 06 21:10:24.779 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98152024-12-06T21:10:26.091Z[ host-image] Dec 06 21:10:24.779 INFO O| Dec 06 21:10:24.779 INFO STEP 144 (remove_files) COMPLETE
98162024-12-06T21:10:26.091Z[ host-image] Dec 06 21:10:24.779 INFO O| Dec 06 21:10:24.779 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-06T21:10:26.103Z[ host-image] Dec 06 21:10:24.790 INFO O| Dec 06 21:10:24.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98182024-12-06T21:10:26.103Z[ host-image] Dec 06 21:10:24.790 INFO O| Dec 06 21:10:24.790 INFO STEP 145 (remove_files) COMPLETE
98192024-12-06T21:10:26.103Z[ host-image] Dec 06 21:10:24.790 INFO O| Dec 06 21:10:24.790 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-06T21:10:26.112Z[ host-image] Dec 06 21:10:24.800 INFO O| Dec 06 21:10:24.800 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98212024-12-06T21:10:26.112Z[ host-image] Dec 06 21:10:24.800 INFO O| Dec 06 21:10:24.800 INFO STEP 146 (remove_files) COMPLETE
98222024-12-06T21:10:26.114Z[ host-image] Dec 06 21:10:24.800 INFO O| Dec 06 21:10:24.800 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-06T21:10:26.122Z[ host-image] Dec 06 21:10:24.810 INFO O| Dec 06 21:10:24.810 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98242024-12-06T21:10:26.122Z[ host-image] Dec 06 21:10:24.810 INFO O| Dec 06 21:10:24.810 INFO STEP 147 (remove_files) COMPLETE
98252024-12-06T21:10:26.125Z[ host-image] Dec 06 21:10:24.810 INFO O| Dec 06 21:10:24.810 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-06T21:10:26.132Z[ host-image] Dec 06 21:10:24.820 INFO O| Dec 06 21:10:24.820 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98272024-12-06T21:10:26.132Z[ host-image] Dec 06 21:10:24.820 INFO O| Dec 06 21:10:24.820 INFO STEP 148 (remove_files) COMPLETE
98282024-12-06T21:10:26.132Z[ host-image] Dec 06 21:10:24.820 INFO O| Dec 06 21:10:24.820 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-06T21:10:26.142Z[ host-image] Dec 06 21:10:24.830 INFO O| Dec 06 21:10:24.830 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98302024-12-06T21:10:26.142Z[ host-image] Dec 06 21:10:24.830 INFO O| Dec 06 21:10:24.830 INFO STEP 149 (remove_files) COMPLETE
98312024-12-06T21:10:26.145Z[ host-image] Dec 06 21:10:24.830 INFO O| Dec 06 21:10:24.830 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-06T21:10:26.152Z[ host-image] Dec 06 21:10:24.840 INFO O| Dec 06 21:10:24.840 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98332024-12-06T21:10:26.166Z[ host-image] Dec 06 21:10:24.840 INFO O| Dec 06 21:10:24.840 INFO STEP 150 (remove_files) COMPLETE
98342024-12-06T21:10:26.166Z[ host-image] Dec 06 21:10:24.840 INFO O| Dec 06 21:10:24.840 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-06T21:10:26.176Z[ host-image] Dec 06 21:10:24.851 INFO O| Dec 06 21:10:24.851 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98362024-12-06T21:10:26.176Z[ host-image] Dec 06 21:10:24.851 INFO O| Dec 06 21:10:24.851 INFO STEP 151 (remove_files) COMPLETE
98372024-12-06T21:10:26.176Z[ host-image] Dec 06 21:10:24.851 INFO O| Dec 06 21:10:24.851 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-06T21:10:26.181Z[ host-image] Dec 06 21:10:24.861 INFO O| Dec 06 21:10:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98392024-12-06T21:10:26.181Z[ host-image] Dec 06 21:10:24.861 INFO O| Dec 06 21:10:24.861 INFO STEP 152 (remove_files) COMPLETE
98402024-12-06T21:10:26.181Z[ host-image] Dec 06 21:10:24.861 INFO O| Dec 06 21:10:24.861 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-06T21:10:26.185Z[ host-image] Dec 06 21:10:24.871 INFO O| Dec 06 21:10:24.871 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98422024-12-06T21:10:26.185Z[ host-image] Dec 06 21:10:24.871 INFO O| Dec 06 21:10:24.871 INFO STEP 153 (remove_files) COMPLETE
98432024-12-06T21:10:26.185Z[ host-image] Dec 06 21:10:24.871 INFO O| Dec 06 21:10:24.871 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-06T21:10:26.194Z[ host-image] Dec 06 21:10:24.882 INFO O| Dec 06 21:10:24.882 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98452024-12-06T21:10:26.194Z[ host-image] Dec 06 21:10:24.882 INFO O| Dec 06 21:10:24.882 INFO STEP 154 (remove_files) COMPLETE
98462024-12-06T21:10:26.196Z[ host-image] Dec 06 21:10:24.882 INFO O| Dec 06 21:10:24.882 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-06T21:10:26.204Z[ host-image] Dec 06 21:10:24.892 INFO O| Dec 06 21:10:24.892 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98482024-12-06T21:10:26.204Z[ host-image] Dec 06 21:10:24.892 INFO O| Dec 06 21:10:24.892 INFO STEP 155 (remove_files) COMPLETE
98492024-12-06T21:10:26.204Z[ host-image] Dec 06 21:10:24.892 INFO O| Dec 06 21:10:24.892 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-06T21:10:26.214Z[ host-image] Dec 06 21:10:24.902 INFO O| Dec 06 21:10:24.901 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98512024-12-06T21:10:26.216Z[ host-image] Dec 06 21:10:24.902 INFO O| Dec 06 21:10:24.902 INFO STEP 156 (remove_files) COMPLETE
98522024-12-06T21:10:26.216Z[ host-image] Dec 06 21:10:24.902 INFO O| Dec 06 21:10:24.902 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-06T21:10:26.224Z[ host-image] Dec 06 21:10:24.911 INFO O| Dec 06 21:10:24.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98542024-12-06T21:10:26.225Z[ host-image] Dec 06 21:10:24.912 INFO O| Dec 06 21:10:24.912 INFO STEP 157 (remove_files) COMPLETE
98552024-12-06T21:10:26.228Z[ host-image] Dec 06 21:10:24.912 INFO O| Dec 06 21:10:24.912 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98562024-12-06T21:10:26.239Z[ host-image] Dec 06 21:10:24.926 INFO O| Dec 06 21:10:24.926 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98572024-12-06T21:10:26.239Z[ host-image] Dec 06 21:10:24.926 INFO O| Dec 06 21:10:24.926 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
98582024-12-06T21:10:35.684Z[ host-image] Dec 06 21:10:34.371 INFO O| Dec 06 21:10:34.370 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
98592024-12-06T21:10:35.684Z[ host-image] Dec 06 21:10:34.371 INFO O| Dec 06 21:10:34.371 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98602024-12-06T21:10:35.700Z[ host-image] Dec 06 21:10:34.387 INFO O| Dec 06 21:10:34.387 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98612024-12-06T21:10:35.785Z[ host-image] Dec 06 21:10:34.471 INFO O| Dec 06 21:10:34.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98622024-12-06T21:10:35.785Z[ host-image] Dec 06 21:10:34.471 INFO O| Dec 06 21:10:34.471 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98632024-12-06T21:10:35.789Z[ host-image] Dec 06 21:10:34.474 INFO O| Dec 06 21:10:34.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98642024-12-06T21:10:35.789Z[ host-image] Dec 06 21:10:34.474 INFO O| Dec 06 21:10:34.474 INFO ok!
98652024-12-06T21:10:35.789Z[ host-image] Dec 06 21:10:34.474 INFO O| Dec 06 21:10:34.474 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98662024-12-06T21:10:35.789Z[ host-image] Dec 06 21:10:34.474 INFO O| Dec 06 21:10:34.474 INFO STEP 158 (seed_smf) COMPLETE
98672024-12-06T21:10:35.789Z[ host-image] Dec 06 21:10:34.474 INFO O| Dec 06 21:10:34.474 INFO steps complete; finalising image!
98682024-12-06T21:10:35.789Z[ host-image] Dec 06 21:10:34.474 INFO O| Dec 06 21:10:34.474 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98692024-12-06T21:10:35.930Z[ host-image] Dec 06 21:10:34.616 INFO O| Dec 06 21:10:34.616 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Fri Dec 6 21:10:34 2024)
98702024-12-06T21:10:36.151Z[ host-image] Dec 06 21:10:34.837 INFO O| Dec 06 21:10:34.837 INFO temporary pool has 689M used, 143M avail, 1.81x compressratio
98712024-12-06T21:10:36.151Z[ host-image] Dec 06 21:10:34.838 INFO O| Dec 06 21:10:34.837 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98722024-12-06T21:10:36.458Z[ host-image] Dec 06 21:10:35.144 INFO O| Dec 06 21:10:35.144 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98732024-12-06T21:10:36.458Z[ host-image] Dec 06 21:10:35.144 INFO O| Dec 06 21:10:35.144 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98742024-12-06T21:10:37.532Z[ host-image] Dec 06 21:10:36.217 INFO O| Dec 06 21:10:36.217 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98752024-12-06T21:10:37.532Z[ host-image] Dec 06 21:10:36.217 INFO O| Dec 06 21:10:36.217 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98762024-12-06T21:10:37.534Z[ host-image] Dec 06 21:10:36.217 INFO O| Dec 06 21:10:36.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98772024-12-06T21:10:37.535Z[ host-image] Dec 06 21:10:36.217 INFO O| Dec 06 21:10:36.217 INFO completed processing gimlet/zfs
98782024-12-06T21:10:37.535Z[ host-image] Dec 06 21:10:36.217 INFO O| Dec 06 21:10:36.217 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98792024-12-06T21:10:46.130Z[ host-image] Dec 06 21:10:44.815 INFO O| Dec 06 21:10:44.815 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98802024-12-06T21:10:46.226Z[ host-image] Dec 06 21:10:44.911 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
98812024-12-06T21:10:46.226Z[ host-image] Dec 06 21:10:44.911 INFO expanded image name: "ci 4ce3329/${os_short_commit} 2024-12-06 20:38" -> "ci 4ce3329/92ea229 2024-12-06 20:38"
98822024-12-06T21:10:46.228Z[ host-image] Dec 06 21:10:44.911 INFO output artefacts stored in: "/work/os-host"
98832024-12-06T21:10:46.228Z[ host-image] Dec 06 21:10:44.911 INFO collecting git info from project "amd-firmware"...
98842024-12-06T21:10:46.235Z[ host-image] Dec 06 21:10:44.921 INFO collecting git info from project "pinprick"...
98852024-12-06T21:10:46.240Z[ host-image] Dec 06 21:10:44.925 INFO collecting git info from project "pilot"...
98862024-12-06T21:10:46.244Z[ host-image] Dec 06 21:10:44.930 INFO collecting git info from project "bootserver"...
98872024-12-06T21:10:46.248Z[ host-image] Dec 06 21:10:44.934 INFO collecting git info from project "chelsio-t6-roms"...
98882024-12-06T21:10:46.252Z[ host-image] Dec 06 21:10:44.938 INFO collecting git info from project "phbl"...
98892024-12-06T21:10:46.257Z[ host-image] Dec 06 21:10:44.942 INFO collecting git info from project "image-builder"...
98902024-12-06T21:10:46.262Z[ host-image] Dec 06 21:10:44.946 INFO collecting git info from project "amd-host-image-builder"...
98912024-12-06T21:10:46.275Z[ host-image] Dec 06 21:10:44.959 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98922024-12-06T21:10:46.651Z[ host-image] Dec 06 21:10:45.336 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98932024-12-06T21:10:47.007Z[ host-image] Dec 06 21:10:45.691 INFO creating Oxide boot image...
98942024-12-06T21:10:47.007Z[ host-image] Dec 06 21:10:45.691 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4ce3329/92ea229 2024-12-06 20:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98952024-12-06T21:10:47.959Z[ host-image] Dec 06 21:10:46.644 INFO O| ok, image written!
98962024-12-06T21:10:47.959Z[ host-image] Dec 06 21:10:46.644 INFO O| ok, boot_image_csum file written!
98972024-12-06T21:10:47.962Z[ host-image] Dec 06 21:10:46.647 INFO creating boot archive (CPIO)...
98982024-12-06T21:10:47.962Z[ host-image] Dec 06 21:10:46.647 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
98992024-12-06T21:10:47.974Z[ host-image] Dec 06 21:10:46.659 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99002024-12-06T21:10:47.974Z[ host-image] Dec 06 21:10:46.659 INFO E| + outfile=/work/os-host/cpio
99012024-12-06T21:10:47.977Z[ host-image] Dec 06 21:10:46.659 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99022024-12-06T21:10:47.977Z[ host-image] Dec 06 21:10:46.661 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99032024-12-06T21:10:47.977Z[ host-image] Dec 06 21:10:46.661 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99042024-12-06T21:10:48.011Z[ host-image] Dec 06 21:10:46.696 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99052024-12-06T21:10:48.011Z[ host-image] Dec 06 21:10:46.696 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99062024-12-06T21:10:48.020Z[ host-image] Dec 06 21:10:46.705 INFO creating compressed cpio/unix for nanobl-rs...
99072024-12-06T21:10:48.020Z[ host-image] Dec 06 21:10:46.705 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
99082024-12-06T21:10:48.312Z[ host-image] Dec 06 21:10:46.996 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99092024-12-06T21:10:52.683Z[ host-image] Dec 06 21:10:51.368 INFO creating reset image...
99102024-12-06T21:10:52.687Z[ host-image] Dec 06 21:10:51.368 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99112024-12-06T21:10:52.786Z[ host-image] Dec 06 21:10:51.470 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99122024-12-06T21:10:52.790Z[ host-image] Dec 06 21:10:51.471 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99132024-12-06T21:10:52.845Z[ host-image] Dec 06 21:10:51.530 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99142024-12-06T21:10:54.716Z[ host-image] Dec 06 21:10:53.400 INFO E| Finished `release` profile [optimized] target(s) in 1.91s
99152024-12-06T21:10:54.729Z[ host-image] Dec 06 21:10:53.413 INFO building host image...
99162024-12-06T21:10:54.732Z[ host-image] Dec 06 21:10:53.414 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")
99172024-12-06T21:10:55.222Z[ host-image] Dec 06 21:10:53.906 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99182024-12-06T21:11:43.118Z[ host-image] Dec 06 21:11:41.796 INFO image complete! materials are in "/work/os-host"
99192024-12-06T21:11:43.121Z[ host-image]
99202024-12-06T21:11:43.121Z[ host-image] real 10:11.738681500
99212024-12-06T21:11:43.121Z[ host-image] user 5:26.400700871
99222024-12-06T21:11:43.121Z[ host-image] sys 53.810347572
99232024-12-06T21:11:43.121Z[ host-image] trap 0.197898653
99242024-12-06T21:11:43.121Z[ host-image] tflt 0.017604454
99252024-12-06T21:11:43.124Z[ host-image] dflt 0.028267234
99262024-12-06T21:11:43.124Z[ host-image] kflt 0.000003429
99272024-12-06T21:11:43.124Z[ host-image] lock 6:59.675452785
99282024-12-06T21:11:43.124Z[ host-image] slp 55:58.658635146
99292024-12-06T21:11:43.124Z[ host-image] lat 1:36.790489991
99302024-12-06T21:11:43.125Z[ host-image] stop 0.406667402
99312024-12-06T21:11:43.125ZDec 06 21:11:41.800 INFO [host-image] process exited with exit status: 0 (611.760227524s)
99322024-12-06T21:11:43.125ZDec 06 21:11:41.800 INFO [tuf-repo] running task
99332024-12-06T21:11:51.402ZDec 06 21:11:50.079 INFO assembling repository in `/tmp/tufaceousa8Bpyb`, component: OmicronRepoAssembler
99342024-12-06T21:12:18.304ZDec 06 21:12:16.974 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99352024-12-06T21:12:18.514ZDec 06 21:12:17.188 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99362024-12-06T21:12:30.989ZDec 06 21:12:29.661 INFO [tuf-repo] task succeeded (47.860904051s)
99372024-12-06T21:12:30.989ZDec 06 21:12:29.661 INFO all jobs completed in 2024.183290942s
99382024-12-06T21:12:31.677Zprocess exited: duration 2730259 ms, exit code 0
 
99392024-12-06T21:12:31.694Zfound 33 output files
99402024-12-06T21:12:31.694Zuploading: /work/manifest.toml (8404 bytes)
99412024-12-06T21:12:32.727Zuploaded: /work/manifest.toml
99422024-12-06T21:12:32.736Zuploading: /work/repo.zip (1964226232 bytes)
99432024-12-06T21:13:02.675Zuploaded: /work/repo.zip
99442024-12-06T21:13:02.675Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99452024-12-06T21:13:03.688Zuploaded: /work/repo.zip.sha256.txt
99462024-12-06T21:13:03.691Zuploading: /work/helios-setup.log (66237 bytes)
99472024-12-06T21:13:04.700Zuploaded: /work/helios-setup.log
99482024-12-06T21:13:04.703Zuploading: /work/host-image.log (196248 bytes)
99492024-12-06T21:13:05.714Zuploaded: /work/host-image.log
99502024-12-06T21:13:05.716Zuploading: /work/host-package.log (22562 bytes)
99512024-12-06T21:13:06.724Zuploaded: /work/host-package.log
99522024-12-06T21:13:06.724Zuploading: /work/host-target.log (101 bytes)
99532024-12-06T21:13:07.731Zuploaded: /work/host-target.log
99542024-12-06T21:13:07.734Zuploading: /work/omicron-package.log (5666 bytes)
99552024-12-06T21:13:08.740Zuploaded: /work/omicron-package.log
99562024-12-06T21:13:08.741Zuploading: /work/phbl-toolchain.log (881 bytes)
99572024-12-06T21:13:09.748Zuploaded: /work/phbl-toolchain.log
99582024-12-06T21:13:09.751Zuploading: /work/recovery-image.log (591606 bytes)
99592024-12-06T21:13:10.768Zuploaded: /work/recovery-image.log
99602024-12-06T21:13:10.771Zuploading: /work/recovery-package.log (321 bytes)
99612024-12-06T21:13:11.776Zuploaded: /work/recovery-package.log
99622024-12-06T21:13:11.779Zuploading: /work/recovery-target.log (98 bytes)
99632024-12-06T21:13:12.784Zuploaded: /work/recovery-target.log
99642024-12-06T21:13:12.784Zuploading: /work/stamp-clickhouse.log (117 bytes)
99652024-12-06T21:13:13.791Zuploaded: /work/stamp-clickhouse.log
99662024-12-06T21:13:13.792Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99672024-12-06T21:13:14.799Zuploaded: /work/stamp-clickhouse_keeper.log
99682024-12-06T21:13:14.799Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99692024-12-06T21:13:15.806Zuploaded: /work/stamp-cockroachdb.log
99702024-12-06T21:13:15.806Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99712024-12-06T21:13:16.815Zuploaded: /work/stamp-crucible-dtrace.log
99722024-12-06T21:13:16.815Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99732024-12-06T21:13:17.823Zuploaded: /work/stamp-crucible-pantry-zone.log
99742024-12-06T21:13:17.826Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99752024-12-06T21:13:18.832Zuploaded: /work/stamp-crucible-zone.log
99762024-12-06T21:13:18.834Zuploading: /work/stamp-external-dns.log (119 bytes)
99772024-12-06T21:13:19.840Zuploaded: /work/stamp-external-dns.log
99782024-12-06T21:13:19.840Zuploading: /work/stamp-installinator.log (103 bytes)
99792024-12-06T21:13:20.847Zuploaded: /work/stamp-installinator.log
99802024-12-06T21:13:20.847Zuploading: /work/stamp-internal-dns.log (119 bytes)
99812024-12-06T21:13:21.855Zuploaded: /work/stamp-internal-dns.log
99822024-12-06T21:13:21.859Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99832024-12-06T21:13:22.864Zuploaded: /work/stamp-mg-ddm-gz.log
99842024-12-06T21:13:22.864Zuploading: /work/stamp-nexus.log (112 bytes)
99852024-12-06T21:13:23.873Zuploaded: /work/stamp-nexus.log
99862024-12-06T21:13:23.873Zuploading: /work/stamp-ntp.log (110 bytes)
99872024-12-06T21:13:24.880Zuploaded: /work/stamp-ntp.log
99882024-12-06T21:13:24.880Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99892024-12-06T21:13:25.888Zuploaded: /work/stamp-omicron-sled-agent.log
99902024-12-06T21:13:25.888Zuploading: /work/stamp-overlay.log (114 bytes)
99912024-12-06T21:13:26.895Zuploaded: /work/stamp-overlay.log
99922024-12-06T21:13:26.898Zuploading: /work/stamp-oximeter.log (115 bytes)
99932024-12-06T21:13:27.904Zuploaded: /work/stamp-oximeter.log
99942024-12-06T21:13:27.904Zuploading: /work/stamp-oxlog.log (109 bytes)
99952024-12-06T21:13:28.913Zuploaded: /work/stamp-oxlog.log
99962024-12-06T21:13:28.913Zuploading: /work/stamp-probe.log (112 bytes)
99972024-12-06T21:13:29.925Zuploaded: /work/stamp-probe.log
99982024-12-06T21:13:29.927Zuploading: /work/stamp-propolis-server.log (122 bytes)
99992024-12-06T21:13:30.933Zuploaded: /work/stamp-propolis-server.log
100002024-12-06T21:13:30.933Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100012024-12-06T21:13:31.942Zuploaded: /work/stamp-pumpkind-gz.log
100022024-12-06T21:13:31.944Zuploading: /work/stamp-switch-asic.log (118 bytes)
100032024-12-06T21:13:32.952Zuploaded: /work/stamp-switch-asic.log
100042024-12-06T21:13:32.952Zuploading: /work/verify-libraries.log (4271 bytes)
100052024-12-06T21:13:33.959Zuploaded: /work/verify-libraries.log