01JEF6VFH24EKMK7EC9JZTGGMC: 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: 01JEF6VXQJ0KTRF81GEJ8XTJP2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-07T00:05:35.222Zjob assigned to worker 01JEF6YFD1S05046Z9NC1DSHZF [factory gimlet-EVT22200007-propolis, EVT22200007/20059] (queued for 1 m 48 s)
 
22024-12-07T00:05:43.434Zstarting task 0: "setup"
32024-12-07T00:05:43.463Z++ uname -s
42024-12-07T00:05:43.463Z+ kern=SunOS
52024-12-07T00:05:43.463Z+ case "$kern" in
62024-12-07T00:05:43.463Z+ groupadd -g 12345 build
72024-12-07T00:05:43.463Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-07T00:05:45.457Z+ zfs create -o mountpoint=/work rpool/work
92024-12-07T00:05:45.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-07T00:05:45.517Z+ home_fs=zfs
112024-12-07T00:05:45.517Z+ [[ zfs == autofs ]]
122024-12-07T00:05:45.517Z+ mkdir -p /home/build
132024-12-07T00:05:45.517Z+ chown build:build /home/build /work
142024-12-07T00:05:47.501Z+ chmod 0700 /home/build /work
152024-12-07T00:05:47.525Zprocess exited: duration 4073 ms, exit code 0
 
162024-12-07T00:05:47.575Zstarting task 1: "rust-toolchain"
172024-12-07T00:05:47.600Z+ printf ' * toolchain channel = "%s"
182024-12-07T00:05:47.600Z' 1.81.0
192024-12-07T00:05:47.600Z * toolchain channel = "1.81.0"
202024-12-07T00:05:47.600Z+ printf ' * toolchain profile = "%s"
212024-12-07T00:05:47.600Z' default
222024-12-07T00:05:47.600Z * toolchain profile = "default"
232024-12-07T00:05:47.600Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-07T00:05:47.600Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-07T00:05:47.722Zinfo: downloading installer
262024-12-07T00:05:48.130Zinfo: profile set to 'default'
272024-12-07T00:05:48.131Zinfo: default host triple is x86_64-unknown-illumos
282024-12-07T00:05:48.155Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-07T00:05:48.237Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-07T00:05:48.237Zinfo: downloading component 'cargo'
312024-12-07T00:05:48.349Zinfo: downloading component 'clippy'
322024-12-07T00:05:48.396Zinfo: downloading component 'rust-docs'
332024-12-07T00:05:48.564Zinfo: downloading component 'rust-std'
342024-12-07T00:05:48.791Zinfo: downloading component 'rustc'
352024-12-07T00:05:49.644Zinfo: downloading component 'rustfmt'
362024-12-07T00:05:49.683Zinfo: installing component 'cargo'
372024-12-07T00:05:50.756Zinfo: installing component 'clippy'
382024-12-07T00:05:51.178Zinfo: installing component 'rust-docs'
392024-12-07T00:05:53.799Zinfo: installing component 'rust-std'
402024-12-07T00:05:55.791Zinfo: installing component 'rustc'
412024-12-07T00:06:02.462Zinfo: installing component 'rustfmt'
422024-12-07T00:06:02.827Z
432024-12-07T00:06:02.827Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-12-07T00:06:02.986Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-07T00:06:02.986Z
462024-12-07T00:06:02.986Z
472024-12-07T00:06:02.986ZRust is installed now. Great!
482024-12-07T00:06:02.986Z
492024-12-07T00:06:02.986ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-07T00:06:02.986Zenvironment variable. This has not been done automatically.
512024-12-07T00:06:02.987Z
522024-12-07T00:06:02.987ZTo configure your current shell, you need to source
532024-12-07T00:06:02.987Zthe corresponding env file under $HOME/.cargo.
542024-12-07T00:06:02.987Z
552024-12-07T00:06:02.987ZThis is usually done by running one of the following (note the leading DOT):
562024-12-07T00:06:02.987Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-07T00:06:02.987Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-07T00:06:03.073Z+ rustc --version
592024-12-07T00:06:03.194Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-07T00:06:03.218Zprocess exited: duration 15623 ms, exit code 0
 
612024-12-07T00:06:03.267Zstarting task 2: "authentication"
622024-12-07T00:06:03.328Zprocess exited: duration 61 ms, exit code 0
 
632024-12-07T00:06:03.379Zstarting task 3: "clone repository"
642024-12-07T00:06:03.403Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-07T00:06:03.403Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-07T00:06:03.427ZCloning into '/work/oxidecomputer/omicron'...
672024-12-07T00:06:09.482Z+ cd /work/oxidecomputer/omicron
682024-12-07T00:06:09.482Z+ git fetch origin 2c1412657e781815e3c7ffb86f5845227148ae48
692024-12-07T00:06:09.923ZFrom https://github.com/oxidecomputer/omicron
702024-12-07T00:06:09.923Z * branch 2c1412657e781815e3c7ffb86f5845227148ae48 -> FETCH_HEAD
712024-12-07T00:06:09.946Z+ [[ -n oxql-query-planner ]]
722024-12-07T00:06:09.947Z++ git branch --show-current
732024-12-07T00:06:09.947Z+ current=main
742024-12-07T00:06:09.947Z+ [[ main != oxql-query-planner ]]
752024-12-07T00:06:09.947Z+ git branch -f oxql-query-planner 2c1412657e781815e3c7ffb86f5845227148ae48
762024-12-07T00:06:09.970Z+ git checkout -f oxql-query-planner
772024-12-07T00:06:10.054ZSwitched to branch 'oxql-query-planner'
782024-12-07T00:06:10.077Z+ git reset --hard 2c1412657e781815e3c7ffb86f5845227148ae48
792024-12-07T00:06:10.151ZHEAD is now at 2c1412657 Fixup test for incomparable fields
802024-12-07T00:06:10.175Zprocess exited: duration 6773 ms, exit code 0
 
812024-12-07T00:06:10.223Zstarting task 4: "build"
822024-12-07T00:06:10.246Z+ source .github/buildomat/ci-env.sh
832024-12-07T00:06:10.246Z++ export CARGO_TERM_COLOR=always
842024-12-07T00:06:10.246Z++ CARGO_TERM_COLOR=always
852024-12-07T00:06:10.246Z+ cargo --version
862024-12-07T00:06:10.332Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-07T00:06:10.355Z+ rustc --version
882024-12-07T00:06:10.438Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-07T00:06:10.461Z+ cargo tree --locked
902024-12-07T00:06:10.886Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-07T00:06:11.259Z Updating crates.io index
922024-12-07T00:06:11.283Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-07T00:06:11.954Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-07T00:06:12.303Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-07T00:06:12.618Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-07T00:06:12.978Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-07T00:06:14.028Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-07T00:06:16.886Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-07T00:06:18.056Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-07T00:06:18.904Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-07T00:06:19.250Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-07T00:06:19.682Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-07T00:06:20.374Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-07T00:06:20.847Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-07T00:06:21.253Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-07T00:06:21.636Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-07T00:06:21.989Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-07T00:06:22.347Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-07T00:06:22.789Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-07T00:06:23.170Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-07T00:06:23.543Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-07T00:06:23.917Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-07T00:06:24.700Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-07T00:06:25.097Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-07T00:06:25.710Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-07T00:06:26.320Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-07T00:06:26.724Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-07T00:06:27.045Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-07T00:06:27.432Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-07T00:06:29.472Z Downloading crates ...
1212024-12-07T00:06:29.629Z Downloaded atty v0.2.14
1222024-12-07T00:06:29.652Z Downloaded cfg-if v1.0.0
1232024-12-07T00:06:29.652Z Downloaded cc v1.1.30
1242024-12-07T00:06:29.652Z Downloaded bzip2 v0.4.4
1252024-12-07T00:06:29.652Z Downloaded nu-ansi-term v0.50.1
1262024-12-07T00:06:29.653Z Downloaded bytes v1.8.0
1272024-12-07T00:06:29.653Z Downloaded ascii-canvas v3.0.0
1282024-12-07T00:06:29.653Z Downloaded allocator-api2 v0.2.18
1292024-12-07T00:06:29.676Z Downloaded aes-gcm v0.10.3
1302024-12-07T00:06:29.676Z Downloaded async-executor v1.13.1
1312024-12-07T00:06:29.676Z Downloaded anstyle-query v1.1.1
1322024-12-07T00:06:29.676Z Downloaded pin-project-lite v0.2.14
1332024-12-07T00:06:29.676Z Downloaded async-channel v2.3.1
1342024-12-07T00:06:29.676Z Downloaded async-bb8-diesel v0.2.1
1352024-12-07T00:06:29.701Z Downloaded autocfg v1.4.0
1362024-12-07T00:06:29.701Z Downloaded backoff v0.4.0
1372024-12-07T00:06:29.701Z Downloaded blocking v1.6.1
1382024-12-07T00:06:29.701Z Downloaded camino v1.1.9
1392024-12-07T00:06:29.702Z Downloaded byteorder v1.5.0
1402024-12-07T00:06:29.702Z Downloaded cexpr v0.6.0
1412024-12-07T00:06:29.702Z Downloaded chrono-tz-build v0.4.0
1422024-12-07T00:06:29.725Z Downloaded shlex v1.3.0
1432024-12-07T00:06:29.725Z Downloaded regex v1.11.1
1442024-12-07T00:06:29.749Z Downloaded fnv v1.0.7
1452024-12-07T00:06:29.749Z Downloaded olpc-cjson v0.1.4
1462024-12-07T00:06:29.749Z Downloaded supports-color v3.0.1
1472024-12-07T00:06:29.750Z Downloaded futures-io v0.3.31
1482024-12-07T00:06:29.750Z Downloaded peg-runtime v0.8.3
1492024-12-07T00:06:29.750Z Downloaded subprocess v0.2.9
1502024-12-07T00:06:29.750Z Downloaded blake3 v1.5.4
1512024-12-07T00:06:29.774Z Downloaded omicron-zone-package v0.11.1
1522024-12-07T00:06:29.774Z Downloaded serde-big-array v0.5.1
1532024-12-07T00:06:29.799Z Downloaded vte_generate_state_changes v0.1.2
1542024-12-07T00:06:29.799Z Downloaded colored v2.1.0
1552024-12-07T00:06:29.799Z Downloaded subtle v2.6.1
1562024-12-07T00:06:29.799Z Downloaded tower-service v0.3.3
1572024-12-07T00:06:29.799Z Downloaded indoc v2.0.5
1582024-12-07T00:06:29.822Z Downloaded waitgroup v0.1.2
1592024-12-07T00:06:29.823Z Downloaded termtree v0.5.1
1602024-12-07T00:06:29.823Z Downloaded untrusted v0.9.0
1612024-12-07T00:06:29.823Z Downloaded openapiv3 v2.0.0
1622024-12-07T00:06:29.846Z Downloaded num-derive v0.4.2
1632024-12-07T00:06:29.846Z Downloaded similar-asserts v1.6.0
1642024-12-07T00:06:29.846Z Downloaded compact_str v0.8.0
1652024-12-07T00:06:29.846Z Downloaded url v2.5.3
1662024-12-07T00:06:29.870Z Downloaded ciborium-io v0.2.2
1672024-12-07T00:06:29.870Z Downloaded utf8_iter v1.0.4
1682024-12-07T00:06:29.870Z Downloaded downcast v0.11.0
1692024-12-07T00:06:29.870Z Downloaded instant v0.1.13
1702024-12-07T00:06:29.870Z Downloaded data-encoding v2.6.0
1712024-12-07T00:06:29.870Z Downloaded either v1.13.0
1722024-12-07T00:06:29.895Z Downloaded internet-checksum v0.2.1
1732024-12-07T00:06:29.895Z Downloaded plain v0.2.3
1742024-12-07T00:06:29.895Z Downloaded mime v0.3.17
1752024-12-07T00:06:29.895Z Downloaded memoffset v0.9.1
1762024-12-07T00:06:29.895Z Downloaded rustc_version v0.1.7
1772024-12-07T00:06:29.895Z Downloaded phf_shared v0.10.0
1782024-12-07T00:06:29.895Z Downloaded pkcs5 v0.7.1
1792024-12-07T00:06:29.919Z Downloaded piper v0.2.4
1802024-12-07T00:06:29.919Z Downloaded rustc_version v0.4.1
1812024-12-07T00:06:29.919Z Downloaded sync_wrapper v1.0.1
1822024-12-07T00:06:29.919Z Downloaded rustversion v1.0.17
1832024-12-07T00:06:29.944Z Downloaded rustls-pemfile v1.0.4
1842024-12-07T00:06:29.944Z Downloaded radium v0.7.0
1852024-12-07T00:06:29.944Z Downloaded tungstenite v0.21.0
1862024-12-07T00:06:29.945Z Downloaded darling_macro v0.20.10
1872024-12-07T00:06:29.945Z Downloaded path-slash v0.1.5
1882024-12-07T00:06:29.970Z Downloaded pathdiff v0.2.2
1892024-12-07T00:06:29.970Z Downloaded dhcproto-macros v0.1.0
1902024-12-07T00:06:29.970Z Downloaded ipnetwork v0.20.0
1912024-12-07T00:06:29.970Z Downloaded lock_api v0.4.12
1922024-12-07T00:06:29.970Z Downloaded crunchy v0.2.2
1932024-12-07T00:06:29.970Z Downloaded crucible-workspace-hack v0.1.0
1942024-12-07T00:06:29.970Z Downloaded zerocopy v0.6.6
1952024-12-07T00:06:29.970Z Downloaded yansi v1.0.1
1962024-12-07T00:06:29.970Z Downloaded xattr v1.3.1
1972024-12-07T00:06:29.970Z Downloaded r2d2 v0.8.10
1982024-12-07T00:06:29.994Z Downloaded take_mut v0.2.2
1992024-12-07T00:06:29.994Z Downloaded litemap v0.7.3
2002024-12-07T00:06:29.994Z Downloaded signal-hook-tokio v0.3.1
2012024-12-07T00:06:29.994Z Downloaded rand_distr v0.4.3
2022024-12-07T00:06:29.994Z Downloaded tap v1.0.1
2032024-12-07T00:06:29.994Z Downloaded scroll_derive v0.12.0
2042024-12-07T00:06:29.994Z Downloaded scrypt v0.11.0
2052024-12-07T00:06:30.019Z Downloaded universal-hash v0.5.1
2062024-12-07T00:06:30.019Z Downloaded unicode-truncate v1.1.0
2072024-12-07T00:06:30.019Z Downloaded zone_cfg_derive v0.3.0
2082024-12-07T00:06:30.019Z Downloaded native-tls v0.2.12
2092024-12-07T00:06:30.044Z Downloaded strip-ansi-escapes v0.2.0
2102024-12-07T00:06:30.044Z Downloaded zeroize_derive v1.4.2
2112024-12-07T00:06:30.044Z Downloaded sync-ptr v0.1.1
2122024-12-07T00:06:30.069Z Downloaded predicates-core v1.0.8
2132024-12-07T00:06:30.069Z Downloaded zone v0.3.0
2142024-12-07T00:06:30.069Z Downloaded is_ci v1.2.0
2152024-12-07T00:06:30.069Z Downloaded ppv-lite86 v0.2.20
2162024-12-07T00:06:30.069Z Downloaded is_terminal_polyfill v1.70.1
2172024-12-07T00:06:30.069Z Downloaded write16 v1.0.0
2182024-12-07T00:06:30.093Z Downloaded postgres-types v0.2.8
2192024-12-07T00:06:30.094Z Downloaded equivalent v1.0.1
2202024-12-07T00:06:30.094Z Downloaded string_cache v0.8.7
2212024-12-07T00:06:30.094Z Downloaded enum-as-inner v0.6.1
2222024-12-07T00:06:30.094Z Downloaded ron v0.7.1
2232024-12-07T00:06:30.119Z Downloaded hyper-tls v0.6.0
2242024-12-07T00:06:30.119Z Downloaded tinyvec v1.8.0
2252024-12-07T00:06:30.120Z Downloaded icu_provider_macros v1.5.0
2262024-12-07T00:06:30.120Z Downloaded ident_case v1.0.1
2272024-12-07T00:06:30.120Z Downloaded itertools v0.13.0
2282024-12-07T00:06:30.145Z Downloaded idna_adapter v1.2.0
2292024-12-07T00:06:30.145Z Downloaded progenitor-impl v0.8.0
2302024-12-07T00:06:30.145Z Downloaded icu_normalizer v1.5.0
2312024-12-07T00:06:30.145Z Downloaded hyper-util v0.1.10
2322024-12-07T00:06:30.146Z Downloaded crossbeam-channel v0.5.13
2332024-12-07T00:06:30.169Z Downloaded reqwest v0.12.9
2342024-12-07T00:06:30.169Z Downloaded criterion v0.5.1
2352024-12-07T00:06:30.192Z Downloaded serde_with v3.11.0
2362024-12-07T00:06:30.192Z Downloaded idna v1.0.3
2372024-12-07T00:06:30.192Z Downloaded proptest v1.5.0
2382024-12-07T00:06:30.215Z Downloaded zerocopy v0.8.10
2392024-12-07T00:06:30.239Z Downloaded regress v0.9.1
2402024-12-07T00:06:30.239Z Downloaded curve25519-dalek v4.1.3
2412024-12-07T00:06:30.263Z Downloaded regress v0.10.1
2422024-12-07T00:06:30.263Z Downloaded idna v0.5.0
2432024-12-07T00:06:30.286Z Downloaded syn v2.0.87
2442024-12-07T00:06:30.286Z Downloaded idna v0.2.3
2452024-12-07T00:06:30.286Z Downloaded syn v1.0.109
2462024-12-07T00:06:30.310Z Downloaded sled v0.34.7
2472024-12-07T00:06:30.310Z Downloaded regex-automata v0.4.8
2482024-12-07T00:06:30.333Z Downloaded libc v0.2.162
2492024-12-07T00:06:30.356Z Downloaded regex-syntax v0.8.5
2502024-12-07T00:06:30.379Z Downloaded unicode-width v0.2.0
2512024-12-07T00:06:30.379Z Downloaded ratatui v0.28.1
2522024-12-07T00:06:30.403Z Downloaded rustix v0.38.37
2532024-12-07T00:06:30.426Z Downloaded typify-impl v0.2.0
2542024-12-07T00:06:30.449Z Downloaded unicode-width v0.1.14
2552024-12-07T00:06:30.449Z Downloaded tokio v1.40.0
2562024-12-07T00:06:30.484Z Downloaded zerocopy-derive v0.6.6
2572024-12-07T00:06:30.507Z Downloaded petgraph v0.6.5
2582024-12-07T00:06:30.530Z Downloaded rustls v0.23.14
2592024-12-07T00:06:30.530Z Downloaded rustls v0.22.4
2602024-12-07T00:06:30.553Z Downloaded zerocopy v0.7.35
2612024-12-07T00:06:30.577Z Downloaded zerovec v0.10.4
2622024-12-07T00:06:30.577Z Downloaded radix_trie v0.2.1
2632024-12-07T00:06:30.577Z Downloaded trust-dns-proto v0.22.0
2642024-12-07T00:06:30.600Z Downloaded encoding_rs v0.8.34
2652024-12-07T00:06:30.624Z Downloaded zerocopy-derive v0.8.10
2662024-12-07T00:06:30.624Z Downloaded libz-sys v1.1.20
2672024-12-07T00:06:30.647Z Downloaded ssh-key v0.6.6
2682024-12-07T00:06:30.647Z Downloaded idna v0.3.0
2692024-12-07T00:06:30.670Z Downloaded csv v1.3.0
2702024-12-07T00:06:30.693Z Downloaded sha3 v0.10.8
2712024-12-07T00:06:30.693Z Downloaded rayon v1.10.0
2722024-12-07T00:06:30.693Z Downloaded rustls v0.21.12
2732024-12-07T00:06:30.717Z Downloaded unicode-segmentation v1.12.0
2742024-12-07T00:06:30.718Z Downloaded russh v0.45.0
2752024-12-07T00:06:30.718Z Downloaded time v0.3.36
2762024-12-07T00:06:30.718Z Downloaded icu_locid_transform_data v1.5.0
2772024-12-07T00:06:30.742Z Downloaded icu_locid v1.5.0
2782024-12-07T00:06:30.742Z Downloaded steno v0.4.1
2792024-12-07T00:06:30.743Z Downloaded publicsuffix v2.2.3
2802024-12-07T00:06:30.743Z Downloaded prettyplease v0.2.25
2812024-12-07T00:06:30.743Z Downloaded serde_yaml v0.9.34+deprecated
2822024-12-07T00:06:30.743Z Downloaded unicode-normalization v0.1.24
2832024-12-07T00:06:30.766Z Downloaded regex-syntax v0.6.29
2842024-12-07T00:06:30.766Z Downloaded icu_locid_transform v1.5.0
2852024-12-07T00:06:30.766Z Downloaded enum-as-inner v0.5.1
2862024-12-07T00:06:30.766Z Downloaded criterion-plot v0.5.0
2872024-12-07T00:06:30.766Z Downloaded zerocopy-derive v0.7.35
2882024-12-07T00:06:30.766Z Downloaded proc-macro2 v1.0.89
2892024-12-07T00:06:30.766Z Downloaded idna v0.4.0
2902024-12-07T00:06:30.790Z Downloaded endian-type v0.1.2
2912024-12-07T00:06:30.790Z Downloaded dyn-clone v1.0.17
2922024-12-07T00:06:30.790Z Downloaded crossbeam-deque v0.8.5
2932024-12-07T00:06:30.790Z Downloaded zerofrom v0.1.4
2942024-12-07T00:06:30.790Z Downloaded progenitor-macro v0.8.0
2952024-12-07T00:06:30.790Z Downloaded proc-macro-error v1.0.4
2962024-12-07T00:06:30.790Z Downloaded zip v2.1.3
2972024-12-07T00:06:30.790Z Downloaded itertools v0.10.5
2982024-12-07T00:06:30.813Z Downloaded proc-macro-error-attr v1.0.4
2992024-12-07T00:06:30.814Z Downloaded pretty_assertions v1.4.1
3002024-12-07T00:06:30.814Z Downloaded sha1 v0.10.6
3012024-12-07T00:06:30.814Z Downloaded serde_with_macros v3.11.0
3022024-12-07T00:06:30.814Z Downloaded serde_urlencoded v0.7.1
3032024-12-07T00:06:30.814Z Downloaded polar-core v0.27.3
3042024-12-07T00:06:30.814Z Downloaded tokio-util v0.7.12
3052024-12-07T00:06:30.837Z Downloaded tabled v0.15.0
3062024-12-07T00:06:30.837Z Downloaded hyper-staticfile v0.10.1
3072024-12-07T00:06:30.860Z Downloaded env_logger v0.11.5
3082024-12-07T00:06:30.860Z Downloaded env_logger v0.10.2
3092024-12-07T00:06:30.860Z Downloaded env_filter v0.1.2
3102024-12-07T00:06:30.860Z Downloaded time-macros v0.2.18
3112024-12-07T00:06:30.860Z Downloaded psl-types v2.0.11
3122024-12-07T00:06:30.860Z Downloaded progenitor-client v0.8.0
3132024-12-07T00:06:30.860Z Downloaded progenitor v0.8.0
3142024-12-07T00:06:30.860Z Downloaded predicates v3.1.2
3152024-12-07T00:06:30.860Z Downloaded libgit2-sys v0.17.0+1.8.1
3162024-12-07T00:06:30.918Z Downloaded ron v0.8.1
3172024-12-07T00:06:30.942Z Downloaded rand_xorshift v0.3.0
3182024-12-07T00:06:30.942Z Downloaded zip v0.6.6
3192024-12-07T00:06:30.942Z Downloaded typed-path v0.9.3
3202024-12-07T00:06:30.942Z Downloaded itertools v0.12.1
3212024-12-07T00:06:30.966Z Downloaded sqlparser v0.45.0
3222024-12-07T00:06:30.966Z Downloaded writeable v0.5.5
3232024-12-07T00:06:30.966Z Downloaded rand_seeder v0.3.0
3242024-12-07T00:06:30.966Z Downloaded precomputed-hash v0.1.1
3252024-12-07T00:06:30.966Z Downloaded threadpool v1.8.1
3262024-12-07T00:06:30.966Z Downloaded thread_local v1.1.8
3272024-12-07T00:06:30.966Z Downloaded thread-id v4.2.2
3282024-12-07T00:06:30.966Z Downloaded tabled_derive v0.7.0
3292024-12-07T00:06:30.966Z Downloaded signature v2.2.0
3302024-12-07T00:06:30.966Z Downloaded impl-trait-for-tuples v0.2.2
3312024-12-07T00:06:30.966Z Downloaded time-core v0.1.2
3322024-12-07T00:06:30.966Z Downloaded rfc6979 v0.4.0
3332024-12-07T00:06:30.990Z Downloaded relative-path v1.9.3
3342024-12-07T00:06:30.990Z Downloaded predicates-tree v1.0.11
3352024-12-07T00:06:30.990Z Downloaded crc32fast v1.4.2
3362024-12-07T00:06:30.990Z Downloaded zone_cfg_derive v0.1.2
3372024-12-07T00:06:30.990Z Downloaded petname v2.0.2
3382024-12-07T00:06:30.990Z Downloaded pretty-hex v0.4.1
3392024-12-07T00:06:30.990Z Downloaded icu_collections v1.5.0
3402024-12-07T00:06:30.990Z Downloaded nix v0.28.0
3412024-12-07T00:06:31.014Z Downloaded pretty-hex v0.2.1
3422024-12-07T00:06:31.014Z Downloaded reedline v0.35.0
3432024-12-07T00:06:31.014Z Downloaded indent_write v2.2.0
3442024-12-07T00:06:31.014Z Downloaded tinytemplate v1.2.1
3452024-12-07T00:06:31.037Z Downloaded postgres-protocol v0.6.7
3462024-12-07T00:06:31.037Z Downloaded crypto-bigint v0.5.5
3472024-12-07T00:06:31.037Z Downloaded rustls-webpki v0.102.8
3482024-12-07T00:06:31.060Z Downloaded serde_tokenstream v0.2.2
3492024-12-07T00:06:31.060Z Downloaded rpassword v7.3.1
3502024-12-07T00:06:31.060Z Downloaded zeroize v1.8.1
3512024-12-07T00:06:31.060Z Downloaded serde_spanned v0.6.8
3522024-12-07T00:06:31.060Z Downloaded unicode-bidi v0.3.17
3532024-12-07T00:06:31.060Z Downloaded unicode_categories v0.1.1
3542024-12-07T00:06:31.083Z Downloaded powerfmt v0.2.0
3552024-12-07T00:06:31.084Z Downloaded stringmetrics v2.2.2
3562024-12-07T00:06:31.084Z Downloaded serde_repr v0.1.19
3572024-12-07T00:06:31.084Z Downloaded clap_lex v0.7.2
3582024-12-07T00:06:31.084Z Downloaded x509-cert v0.2.5
3592024-12-07T00:06:31.084Z Downloaded structmeta-derive v0.3.0
3602024-12-07T00:06:31.084Z Downloaded postcard v1.0.10
3612024-12-07T00:06:31.084Z Downloaded mockall_derive v0.13.0
3622024-12-07T00:06:31.107Z Downloaded cmake v0.1.51
3632024-12-07T00:06:31.107Z Downloaded rayon-core v1.12.1
3642024-12-07T00:06:31.107Z Downloaded crossbeam-epoch v0.9.18
3652024-12-07T00:06:31.107Z Downloaded serde_json v1.0.132
3662024-12-07T00:06:31.107Z Downloaded secrecy v0.8.0
3672024-12-07T00:06:31.107Z Downloaded zone v0.1.8
3682024-12-07T00:06:31.107Z Downloaded stringprep v0.1.5
3692024-12-07T00:06:31.107Z Downloaded multer v3.1.0
3702024-12-07T00:06:31.131Z Downloaded crc-any v2.5.0
3712024-12-07T00:06:31.131Z Downloaded rcgen v0.12.1
3722024-12-07T00:06:31.131Z Downloaded nix v0.29.0
3732024-12-07T00:06:31.131Z Downloaded zerovec-derive v0.10.3
3742024-12-07T00:06:31.131Z Downloaded zerofrom-derive v0.1.4
3752024-12-07T00:06:31.131Z Downloaded unicode-properties v0.1.3
3762024-12-07T00:06:31.154Z Downloaded unicode-ident v1.0.13
3772024-12-07T00:06:31.154Z Downloaded dropshot_endpoint v0.12.0
3782024-12-07T00:06:31.154Z Downloaded ucd-trie v0.1.7
3792024-12-07T00:06:31.154Z Downloaded sec1 v0.7.3
3802024-12-07T00:06:31.154Z Downloaded rustls-webpki v0.101.7
3812024-12-07T00:06:31.178Z Downloaded swrite v0.1.0
3822024-12-07T00:06:31.178Z Downloaded strum v0.26.3
3832024-12-07T00:06:31.178Z Downloaded tinystr v0.7.6
3842024-12-07T00:06:31.178Z Downloaded tiny-keccak v2.0.2
3852024-12-07T00:06:31.178Z Downloaded structmeta v0.2.0
3862024-12-07T00:06:31.178Z Downloaded strsim v0.11.1
3872024-12-07T00:06:31.178Z Downloaded memmap2 v0.9.5
3882024-12-07T00:06:31.178Z Downloaded crc-catalog v2.4.0
3892024-12-07T00:06:31.178Z Downloaded ssh-encoding v0.2.0
3902024-12-07T00:06:31.178Z Downloaded sqlparser_derive v0.2.2
3912024-12-07T00:06:31.202Z Downloaded sqlformat v0.2.6
3922024-12-07T00:06:31.202Z Downloaded dsl_auto_type v0.1.2
3932024-12-07T00:06:31.202Z Downloaded dropshot_endpoint v0.13.0
3942024-12-07T00:06:31.202Z Downloaded crossbeam-utils v0.8.20
3952024-12-07T00:06:31.202Z Downloaded unarray v0.1.4
3962024-12-07T00:06:31.202Z Downloaded typify v0.2.0
3972024-12-07T00:06:31.202Z Downloaded serde_regex v1.1.0
3982024-12-07T00:06:31.202Z Downloaded serde_plain v1.0.2
3992024-12-07T00:06:31.202Z Downloaded russh-keys v0.45.0
4002024-12-07T00:06:31.202Z Downloaded diesel_derives v2.2.3
4012024-12-07T00:06:31.226Z Downloaded darling_core v0.20.10
4022024-12-07T00:06:31.226Z Downloaded resolv-conf v0.7.0
4032024-12-07T00:06:31.226Z Downloaded mockall v0.13.0
4042024-12-07T00:06:31.226Z Downloaded iana-time-zone v0.1.61
4052024-12-07T00:06:31.226Z Downloaded ssh-cipher v0.2.0
4062024-12-07T00:06:31.226Z Downloaded spki v0.7.3
4072024-12-07T00:06:31.226Z Downloaded plotters-svg v0.3.7
4082024-12-07T00:06:31.226Z Downloaded pem-rfc7468 v0.7.0
4092024-12-07T00:06:31.227Z Downloaded peg-macros v0.8.4
4102024-12-07T00:06:31.227Z Downloaded dunce v1.0.5
4112024-12-07T00:06:31.227Z Downloaded dtrace-parser v0.2.0
4122024-12-07T00:06:31.251Z Downloaded cstr-argument v0.1.2
4132024-12-07T00:06:31.251Z Downloaded typenum v1.17.0
4142024-12-07T00:06:31.251Z Downloaded serde_derive_internals v0.29.1
4152024-12-07T00:06:31.251Z Downloaded schemars_derive v0.8.21
4162024-12-07T00:06:31.251Z Downloaded schemars v0.8.21
4172024-12-07T00:06:31.251Z Downloaded same-file v1.0.6
4182024-12-07T00:06:31.251Z Downloaded rust-argon2 v2.1.0
4192024-12-07T00:06:31.251Z Downloaded memchr v2.7.4
4202024-12-07T00:06:31.274Z Downloaded maybe-uninit v2.0.0
4212024-12-07T00:06:31.274Z Downloaded log v0.4.22
4222024-12-07T00:06:31.274Z Downloaded diesel-dtrace v0.3.0
4232024-12-07T00:06:31.274Z Downloaded darling v0.20.10
4242024-12-07T00:06:31.274Z Downloaded russh-cryptovec v0.7.3
4252024-12-07T00:06:31.274Z Downloaded mirai-annotations v1.12.0
4262024-12-07T00:06:31.274Z Downloaded unicode-linebreak v0.1.5
4272024-12-07T00:06:31.274Z Downloaded simd-adler32 v0.3.7
4282024-12-07T00:06:31.275Z Downloaded pem v3.0.4
4292024-12-07T00:06:31.275Z Downloaded nanorand v0.7.0
4302024-12-07T00:06:31.298Z Downloaded multimap v0.10.0
4312024-12-07T00:06:31.299Z Downloaded unicase v2.7.0
4322024-12-07T00:06:31.299Z Downloaded typify-macro v0.2.0
4332024-12-07T00:06:31.299Z Downloaded serde_path_to_error v0.1.16
4342024-12-07T00:06:31.299Z Downloaded serde_derive v1.0.215
4352024-12-07T00:06:31.299Z Downloaded scheduled-thread-pool v0.2.7
4362024-12-07T00:06:31.299Z Downloaded memmap v0.7.0
4372024-12-07T00:06:31.299Z Downloaded libsw v3.3.1
4382024-12-07T00:06:31.299Z Downloaded lazycell v1.3.0
4392024-12-07T00:06:31.299Z Downloaded jobserver v0.1.32
4402024-12-07T00:06:31.299Z Downloaded diff v0.1.13
4412024-12-07T00:06:31.299Z Downloaded curve25519-dalek-derive v0.1.1
4422024-12-07T00:06:31.299Z Downloaded csv-core v0.1.11
4432024-12-07T00:06:31.323Z Downloaded term v0.7.0
4442024-12-07T00:06:31.323Z Downloaded libxml v0.3.3
4452024-12-07T00:06:31.323Z Downloaded indexmap v2.6.0
4462024-12-07T00:06:31.323Z Downloaded crypto-common v0.1.6
4472024-12-07T00:06:31.323Z Downloaded twox-hash v1.6.3
4482024-12-07T00:06:31.323Z Downloaded tokio-tungstenite v0.24.0
4492024-12-07T00:06:31.323Z Downloaded md5 v0.7.0
4502024-12-07T00:06:31.323Z Downloaded md-5 v0.10.6
4512024-12-07T00:06:31.348Z Downloaded lockfree-object-pool v0.1.6
4522024-12-07T00:06:31.348Z Downloaded libtest-mimic v0.7.3
4532024-12-07T00:06:31.348Z Downloaded difflib v0.4.0
4542024-12-07T00:06:31.348Z Downloaded usdt-macro v0.5.0
4552024-12-07T00:06:31.348Z Downloaded usdt-impl v0.5.0
4562024-12-07T00:06:31.348Z Downloaded usdt-attr-macro v0.5.0
4572024-12-07T00:06:31.348Z Downloaded unsafe-libyaml v0.2.11
4582024-12-07T00:06:31.348Z Downloaded target-triple v0.1.3
4592024-12-07T00:06:31.348Z Downloaded ring v0.17.8
4602024-12-07T00:06:31.420Z Downloaded tar v0.4.42
4612024-12-07T00:06:31.444Z Downloaded smoltcp v0.11.0
4622024-12-07T00:06:31.444Z Downloaded tinyvec_macros v0.1.1
4632024-12-07T00:06:31.444Z Downloaded sigpipe v0.1.3
4642024-12-07T00:06:31.444Z Downloaded matches v0.1.10
4652024-12-07T00:06:31.444Z Downloaded libsqlite3-sys v0.30.1
4662024-12-07T00:06:31.525Z Downloaded lazy_static v1.5.0
4672024-12-07T00:06:31.548Z Downloaded keccak v0.1.5
4682024-12-07T00:06:31.548Z Downloaded itoa v1.0.11
4692024-12-07T00:06:31.548Z Downloaded diesel_table_macro_syntax v0.2.0
4702024-12-07T00:06:31.548Z Downloaded ctr v0.9.2
4712024-12-07T00:06:31.548Z Downloaded untrusted v0.7.1
4722024-12-07T00:06:31.548Z Downloaded target-spec v3.2.2
4732024-12-07T00:06:31.548Z Downloaded target-lexicon v0.12.16
4742024-12-07T00:06:31.548Z Downloaded indexmap v1.9.3
4752024-12-07T00:06:31.548Z Downloaded tempfile v3.13.0
4762024-12-07T00:06:31.548Z Downloaded derive_builder_core v0.20.2
4772024-12-07T00:06:31.571Z Downloaded nix v0.27.1
4782024-12-07T00:06:31.572Z Downloaded unicode-xid v0.2.6
4792024-12-07T00:06:31.572Z Downloaded sha2 v0.10.8
4802024-12-07T00:06:31.572Z Downloaded sct v0.7.1
4812024-12-07T00:06:31.572Z Downloaded scroll v0.12.0
4822024-12-07T00:06:31.572Z Downloaded rand_core v0.6.4
4832024-12-07T00:06:31.595Z Downloaded rand v0.8.5
4842024-12-07T00:06:31.595Z Downloaded diesel v2.2.4
4852024-12-07T00:06:31.619Z Downloaded dhcproto v0.12.0
4862024-12-07T00:06:31.619Z Downloaded derive_more v0.99.18
4872024-12-07T00:06:31.619Z Downloaded tungstenite v0.23.0
4882024-12-07T00:06:31.619Z Downloaded plotters v0.3.7
4892024-12-07T00:06:31.643Z Downloaded pest v2.7.14
4902024-12-07T00:06:31.643Z Downloaded rand_chacha v0.3.1
4912024-12-07T00:06:31.643Z Downloaded peg v0.8.4
4922024-12-07T00:06:31.643Z Downloaded pbkdf2 v0.12.2
4932024-12-07T00:06:31.643Z Downloaded is-terminal v0.4.13
4942024-12-07T00:06:31.643Z Downloaded linear-map v1.2.0
4952024-12-07T00:06:31.643Z Downloaded derive_builder_macro v0.20.2
4962024-12-07T00:06:31.643Z Downloaded derive-where v1.2.7
4972024-12-07T00:06:31.643Z Downloaded tabwriter v1.4.0
4982024-12-07T00:06:31.666Z Downloaded structmeta-derive v0.2.0
4992024-12-07T00:06:31.666Z Downloaded structmeta v0.3.0
5002024-12-07T00:06:31.666Z Downloaded static_assertions v1.1.0
5012024-12-07T00:06:31.666Z Downloaded stable_deref_trait v1.2.0
5022024-12-07T00:06:31.666Z Downloaded quote v1.0.37
5032024-12-07T00:06:31.666Z Downloaded paste v1.0.15
5042024-12-07T00:06:31.666Z Downloaded crossterm v0.28.1
5052024-12-07T00:06:31.666Z Downloaded yoke v0.7.4
5062024-12-07T00:06:31.667Z Downloaded tracing-core v0.1.32
5072024-12-07T00:06:31.691Z Downloaded quinn-udp v0.5.5
5082024-12-07T00:06:31.691Z Downloaded path-tree v0.8.1
5092024-12-07T00:06:31.691Z Downloaded scopeguard v1.2.0
5102024-12-07T00:06:31.691Z Downloaded derive_builder v0.20.2
5112024-12-07T00:06:31.692Z Downloaded ring v0.16.20
5122024-12-07T00:06:31.775Z Downloaded der_derive v0.7.3
5132024-12-07T00:06:31.798Z Downloaded tungstenite v0.24.0
5142024-12-07T00:06:31.798Z Downloaded pbkdf2 v0.11.0
5152024-12-07T00:06:31.798Z Downloaded trybuild v1.0.101
5162024-12-07T00:06:31.798Z Downloaded toml v0.7.8
5172024-12-07T00:06:31.798Z Downloaded samael v0.0.17
5182024-12-07T00:06:31.822Z Downloaded xz2 v0.1.7
5192024-12-07T00:06:31.822Z Downloaded des v0.8.1
5202024-12-07T00:06:31.822Z Downloaded yasna v0.5.2
5212024-12-07T00:06:31.822Z Downloaded salty v0.3.0
5222024-12-07T00:06:31.822Z Downloaded libm v0.2.8
5232024-12-07T00:06:31.845Z Downloaded new_debug_unreachable v1.0.6
5242024-12-07T00:06:31.845Z Downloaded nested v0.1.1
5252024-12-07T00:06:31.845Z Downloaded deranged v0.3.11
5262024-12-07T00:06:31.845Z Downloaded wyz v0.5.1
5272024-12-07T00:06:31.845Z Downloaded tui-tree-widget v0.22.0
5282024-12-07T00:06:31.845Z Downloaded yoke-derive v0.7.4
5292024-12-07T00:06:31.845Z Downloaded thiserror-impl-no-std v2.0.2
5302024-12-07T00:06:31.845Z Downloaded mio v1.0.2
5312024-12-07T00:06:31.845Z Downloaded miniz_oxide v0.8.0
5322024-12-07T00:06:31.845Z Downloaded ena v0.14.3
5332024-12-07T00:06:31.869Z Downloaded clap_builder v4.5.21
5342024-12-07T00:06:31.869Z Downloaded smoltcp v0.9.1
5352024-12-07T00:06:31.869Z Downloaded der v0.7.9
5362024-12-07T00:06:31.893Z Downloaded winnow v0.6.20
5372024-12-07T00:06:31.893Z Downloaded winnow v0.5.40
5382024-12-07T00:06:31.893Z Downloaded tokio-tungstenite v0.23.1
5392024-12-07T00:06:31.916Z Downloaded snafu v0.8.5
5402024-12-07T00:06:31.916Z Downloaded vcpkg v0.2.15
5412024-12-07T00:06:31.946Z Downloaded try-lock v0.2.5
5422024-12-07T00:06:31.970Z Downloaded thiserror-no-std v2.0.2
5432024-12-07T00:06:31.970Z Downloaded terminal_size v0.4.0
5442024-12-07T00:06:31.970Z Downloaded rustls-pki-types v1.9.0
5452024-12-07T00:06:31.970Z Downloaded ipnet v2.10.1
5462024-12-07T00:06:31.970Z Downloaded clap v4.5.21
5472024-12-07T00:06:31.970Z Downloaded value-bag v1.9.0
5482024-12-07T00:06:31.994Z Downloaded termcolor v1.4.1
5492024-12-07T00:06:31.994Z Downloaded synstructure v0.13.1
5502024-12-07T00:06:31.994Z Downloaded minimal-lexical v0.2.1
5512024-12-07T00:06:31.994Z Downloaded defmt-parser v0.3.4
5522024-12-07T00:06:31.994Z Downloaded clang-sys v1.8.1
5532024-12-07T00:06:31.994Z Downloaded ciborium-ll v0.2.2
5542024-12-07T00:06:31.994Z Downloaded uzers v0.12.1
5552024-12-07T00:06:31.994Z Downloaded tokio-tungstenite v0.21.0
5562024-12-07T00:06:31.994Z Downloaded tokio-stream v0.1.16
5572024-12-07T00:06:31.994Z Downloaded socket2 v0.5.7
5582024-12-07T00:06:32.018Z Downloaded rustls-native-certs v0.7.3
5592024-12-07T00:06:32.018Z Downloaded rustc-demangle v0.1.24
5602024-12-07T00:06:32.018Z Downloaded pkcs1 v0.7.5
5612024-12-07T00:06:32.018Z Downloaded clap_derive v4.5.18
5622024-12-07T00:06:32.018Z Downloaded cipher v0.4.4
5632024-12-07T00:06:32.018Z Downloaded tokio-rustls v0.26.0
5642024-12-07T00:06:32.018Z Downloaded spin v0.9.8
5652024-12-07T00:06:32.018Z Downloaded slog-scope v4.4.0
5662024-12-07T00:06:32.018Z Downloaded parse-display-derive v0.10.0
5672024-12-07T00:06:32.018Z Downloaded parking_lot_core v0.8.6
5682024-12-07T00:06:32.041Z Downloaded pest_derive v2.7.14
5692024-12-07T00:06:32.041Z Downloaded tokio-rustls v0.25.0
5702024-12-07T00:06:32.041Z Downloaded snafu-derive v0.8.5
5712024-12-07T00:06:32.041Z Downloaded slog-json v2.6.1
5722024-12-07T00:06:32.041Z Downloaded slog-bunyan v2.5.0
5732024-12-07T00:06:32.041Z Downloaded password-hash v0.5.0
5742024-12-07T00:06:32.041Z Downloaded parse-zoneinfo v0.3.1
5752024-12-07T00:06:32.041Z Downloaded parse-display v0.10.0
5762024-12-07T00:06:32.041Z Downloaded parking_lot v0.11.2
5772024-12-07T00:06:32.041Z Downloaded parking v2.2.1
5782024-12-07T00:06:32.041Z Downloaded p521 v0.13.3
5792024-12-07T00:06:32.064Z Downloaded oso-derive v0.27.3
5802024-12-07T00:06:32.065Z Downloaded lalrpop-util v0.19.12
5812024-12-07T00:06:32.065Z Downloaded rustfmt-wrapper v0.2.1
5822024-12-07T00:06:32.065Z Downloaded rustc-hash v2.0.0
5832024-12-07T00:06:32.065Z Downloaded pkg-config v0.3.31
5842024-12-07T00:06:32.065Z Downloaded pkcs8 v0.10.2
5852024-12-07T00:06:32.065Z Downloaded indicatif v0.17.9
5862024-12-07T00:06:32.065Z Downloaded ed25519-dalek v2.1.1
5872024-12-07T00:06:32.065Z Downloaded tokio-rustls v0.24.1
5882024-12-07T00:06:32.065Z Downloaded spin v0.5.2
5892024-12-07T00:06:32.088Z Downloaded slog-envlogger v2.2.0
5902024-12-07T00:06:32.088Z Downloaded slog-async v2.8.0
5912024-12-07T00:06:32.088Z Downloaded password-hash v0.4.2
5922024-12-07T00:06:32.088Z Downloaded partial-io v0.5.4
5932024-12-07T00:06:32.089Z Downloaded parse-size v1.1.0
5942024-12-07T00:06:32.089Z Downloaded parking_lot v0.12.3
5952024-12-07T00:06:32.089Z Downloaded papergrid v0.11.0
5962024-12-07T00:06:32.089Z Downloaded packed_struct_codegen v0.10.1
5972024-12-07T00:06:32.089Z Downloaded owo-colors v4.1.0
5982024-12-07T00:06:32.089Z Downloaded oorandom v11.1.4
5992024-12-07T00:06:32.089Z Downloaded rustc-hash v1.1.0
6002024-12-07T00:06:32.089Z Downloaded plotters-backend v0.3.7
6012024-12-07T00:06:32.113Z Downloaded slog-dtrace v0.3.0
6022024-12-07T00:06:32.113Z Downloaded parking_lot_core v0.9.10
6032024-12-07T00:06:32.113Z Downloaded packed_struct v0.10.1
6042024-12-07T00:06:32.113Z Downloaded p384 v0.13.0
6052024-12-07T00:06:32.113Z Downloaded p256 v0.13.2
6062024-12-07T00:06:32.113Z Downloaded oso v0.27.3
6072024-12-07T00:06:32.113Z Downloaded opaque-debug v0.3.1
6082024-12-07T00:06:32.113Z Downloaded num-rational v0.4.2
6092024-12-07T00:06:32.113Z Downloaded pin-utils v0.1.0
6102024-12-07T00:06:32.137Z Downloaded phf_shared v0.11.2
6112024-12-07T00:06:32.137Z Downloaded phf_generator v0.11.2
6122024-12-07T00:06:32.137Z Downloaded phf_codegen v0.11.2
6132024-12-07T00:06:32.137Z Downloaded phf v0.11.2
6142024-12-07T00:06:32.137Z Downloaded percent-encoding v2.3.1
6152024-12-07T00:06:32.138Z Downloaded openssl-sys v0.9.103
6162024-12-07T00:06:32.138Z Downloaded openssl-macros v0.1.1
6172024-12-07T00:06:32.138Z Downloaded openssl v0.10.66
6182024-12-07T00:06:32.138Z Downloaded num-iter v0.1.45
6192024-12-07T00:06:32.161Z Downloaded mime_guess v2.0.5
6202024-12-07T00:06:32.161Z Downloaded elliptic-curve v0.13.8
6212024-12-07T00:06:32.161Z Downloaded openssl-probe v0.1.5
6222024-12-07T00:06:32.161Z Downloaded match_cfg v0.1.0
6232024-12-07T00:06:32.161Z Downloaded maplit v1.0.2
6242024-12-07T00:06:32.161Z Downloaded managed v0.8.0
6252024-12-07T00:06:32.161Z Downloaded macaddr v1.0.1
6262024-12-07T00:06:32.161Z Downloaded lzma-sys v0.1.20
6272024-12-07T00:06:32.185Z Downloaded libloading v0.8.5
6282024-12-07T00:06:32.209Z Downloaded num-bigint-dig v0.8.4
6292024-12-07T00:06:32.209Z Downloaded tokio-postgres v0.7.12
6302024-12-07T00:06:32.209Z Downloaded object v0.36.5
6312024-12-07T00:06:32.232Z Downloaded zopfli v0.8.1
6322024-12-07T00:06:32.232Z Downloaded lru-cache v0.1.2
6332024-12-07T00:06:32.232Z Downloaded lalrpop v0.19.12
6342024-12-07T00:06:32.232Z Downloaded icu_properties_data v1.5.0
6352024-12-07T00:06:32.255Z Downloaded aws-lc-sys v0.22.0
6362024-12-07T00:06:32.491Z Downloaded libefi-sys v0.1.0
6372024-12-07T00:06:32.515Z Downloaded ecdsa v0.16.9
6382024-12-07T00:06:32.515Z Downloaded uuid v1.11.0
6392024-12-07T00:06:32.515Z Downloaded num-bigint v0.4.6
6402024-12-07T00:06:32.515Z Downloaded instability v0.3.2
6412024-12-07T00:06:32.515Z Downloaded inout v0.1.3
6422024-12-07T00:06:32.515Z Downloaded dropshot v0.13.0
6432024-12-07T00:06:32.538Z Downloaded doc-comment v0.3.3
6442024-12-07T00:06:32.538Z Downloaded embedded-io v0.4.0
6452024-12-07T00:06:32.538Z Downloaded ed25519 v2.2.3
6462024-12-07T00:06:32.538Z Downloaded defmt v0.3.8
6472024-12-07T00:06:32.562Z Downloaded datatest-stable v0.2.9
6482024-12-07T00:06:32.562Z Downloaded dof v0.3.0
6492024-12-07T00:06:32.562Z Downloaded webpki-roots v0.26.6
6502024-12-07T00:06:32.562Z Downloaded tough v0.19.0
6512024-12-07T00:06:32.562Z Downloaded bzip2-sys v0.1.11+1.0.8
6522024-12-07T00:06:32.589Z Downloaded icu_normalizer_data v1.5.0
6532024-12-07T00:06:32.589Z Downloaded convert_case v0.4.0
6542024-12-07T00:06:32.589Z Downloaded const_format v0.2.33
6552024-12-07T00:06:32.589Z Downloaded quinn-proto v0.11.8
6562024-12-07T00:06:32.589Z Downloaded slog v2.7.0
6572024-12-07T00:06:32.589Z Downloaded icu_properties v1.5.1
6582024-12-07T00:06:32.612Z Downloaded quick-xml v0.33.0
6592024-12-07T00:06:32.612Z Downloaded embedded-io v0.6.1
6602024-12-07T00:06:32.612Z Downloaded defmt-macros v0.3.9
6612024-12-07T00:06:32.612Z Downloaded debug-ignore v1.0.5
6622024-12-07T00:06:32.612Z Downloaded utf8parse v0.2.2
6632024-12-07T00:06:32.612Z Downloaded similar v2.6.0
6642024-12-07T00:06:32.613Z Downloaded icu_provider v1.5.0
6652024-12-07T00:06:32.636Z Downloaded dropshot v0.12.0
6662024-12-07T00:06:32.659Z Downloaded cpufeatures v0.2.14
6672024-12-07T00:06:32.659Z Downloaded cookie_store v0.21.0
6682024-12-07T00:06:32.659Z Downloaded const_format_proc_macros v0.2.33
6692024-12-07T00:06:32.659Z Downloaded which v4.4.2
6702024-12-07T00:06:32.659Z Downloaded crc v3.2.1
6712024-12-07T00:06:32.659Z Downloaded want v0.3.1
6722024-12-07T00:06:32.659Z Downloaded utf-8 v0.7.6
6732024-12-07T00:06:32.659Z Downloaded tokio-macros v2.4.0
6742024-12-07T00:06:32.659Z Downloaded tls_codec_derive v0.4.1
6752024-12-07T00:06:32.659Z Downloaded cookie v0.18.1
6762024-12-07T00:06:32.659Z Downloaded constant_time_eq v0.3.1
6772024-12-07T00:06:32.659Z Downloaded const-oid v0.9.6
6782024-12-07T00:06:32.659Z Downloaded whoami v1.5.2
6792024-12-07T00:06:32.684Z Downloaded walkdir v2.5.0
6802024-12-07T00:06:32.684Z Downloaded utf16_iter v1.0.5
6812024-12-07T00:06:32.684Z Downloaded tokio-native-tls v0.3.1
6822024-12-07T00:06:32.684Z Downloaded tls_codec v0.4.1
6832024-12-07T00:06:32.684Z Downloaded slab v0.4.9
6842024-12-07T00:06:32.684Z Downloaded siphasher v0.3.11
6852024-12-07T00:06:32.684Z Downloaded displaydoc v0.2.5
6862024-12-07T00:06:32.684Z Downloaded tracing v0.1.40
6872024-12-07T00:06:32.684Z Downloaded portable-atomic v1.9.0
6882024-12-07T00:06:32.707Z Downloaded rustyline v14.0.0
6892024-12-07T00:06:32.707Z Downloaded rusqlite v0.32.1
6902024-12-07T00:06:32.707Z Downloaded chrono-tz v0.10.0
6912024-12-07T00:06:32.731Z Downloaded vergen v8.3.2
6922024-12-07T00:06:32.731Z Downloaded toml_edit v0.19.15
6932024-12-07T00:06:32.754Z Downloaded num-integer v0.1.46
6942024-12-07T00:06:32.754Z Downloaded num-complex v0.4.6
6952024-12-07T00:06:32.754Z Downloaded num v0.4.3
6962024-12-07T00:06:32.754Z Downloaded nodrop v0.1.14
6972024-12-07T00:06:32.754Z Downloaded nibble_vec v0.1.0
6982024-12-07T00:06:32.754Z Downloaded newtype-uuid v1.1.3
6992024-12-07T00:06:32.754Z Downloaded dirs-next v2.0.0
7002024-12-07T00:06:32.754Z Downloaded digest v0.10.7
7012024-12-07T00:06:32.754Z Downloaded console v0.15.8
7022024-12-07T00:06:32.754Z Downloaded vte v0.11.1
7032024-12-07T00:06:32.778Z Downloaded vsss-rs v3.3.4
7042024-12-07T00:06:32.779Z Downloaded usdt v0.5.0
7052024-12-07T00:06:32.779Z Downloaded textwrap v0.16.1
7062024-12-07T00:06:32.779Z Downloaded test-strategy v0.3.1
7072024-12-07T00:06:32.779Z Downloaded serde v1.0.215
7082024-12-07T00:06:32.779Z Downloaded rsa v0.9.6
7092024-12-07T00:06:32.803Z Downloaded httpmock v0.8.0-alpha.1
7102024-12-07T00:06:32.803Z Downloaded num-conv v0.1.0
7112024-12-07T00:06:32.827Z Downloaded newtype_derive v0.1.6
7122024-12-07T00:06:32.827Z Downloaded newline-converter v0.3.0
7132024-12-07T00:06:32.827Z Downloaded lru v0.12.5
7142024-12-07T00:06:32.827Z Downloaded linked-hash-map v0.5.6
7152024-12-07T00:06:32.827Z Downloaded kv-log-macro v1.0.7
7162024-12-07T00:06:32.827Z Downloaded kstat-rs v0.2.4
7172024-12-07T00:06:32.827Z Downloaded indoc v1.0.9
7182024-12-07T00:06:32.827Z Downloaded display-error-chain v0.2.2
7192024-12-07T00:06:32.827Z Downloaded dirs-sys-next v0.1.2
7202024-12-07T00:06:32.827Z Downloaded concurrent-queue v2.5.0
7212024-12-07T00:06:32.827Z Downloaded colorchoice v1.0.2
7222024-12-07T00:06:32.827Z Downloaded cobs v0.2.3
7232024-12-07T00:06:32.827Z Downloaded wait-timeout v0.2.0
7242024-12-07T00:06:32.827Z Downloaded version_check v0.9.5
7252024-12-07T00:06:32.827Z Downloaded tracing-attributes v0.1.27
7262024-12-07T00:06:32.850Z Downloaded ryu v1.0.18
7272024-12-07T00:06:32.850Z Downloaded object v0.30.4
7282024-12-07T00:06:32.850Z Downloaded thiserror v2.0.3
7292024-12-07T00:06:32.873Z Downloaded smallvec v1.13.2
7302024-12-07T00:06:32.873Z Downloaded slog-term v2.9.1
7312024-12-07T00:06:32.873Z Downloaded quinn v0.11.5
7322024-12-07T00:06:32.873Z Downloaded hickory-proto v0.24.1
7332024-12-07T00:06:32.897Z Downloaded topological-sort v0.2.2
7342024-12-07T00:06:32.897Z Downloaded toml_edit v0.22.22
7352024-12-07T00:06:32.920Z Downloaded thiserror v1.0.69
7362024-12-07T00:06:32.944Z Downloaded gimli v0.31.1
7372024-12-07T00:06:32.944Z Downloaded termios v0.3.3
7382024-12-07T00:06:32.944Z Downloaded signal-hook v0.3.17
7392024-12-07T00:06:32.968Z Downloaded git2 v0.19.0
7402024-12-07T00:06:32.968Z Downloaded toml_datetime v0.6.8
7412024-12-07T00:06:32.968Z Downloaded thiserror-impl v1.0.69
7422024-12-07T00:06:32.968Z Downloaded strum_macros v0.26.4
7432024-12-07T00:06:32.992Z Downloaded strum_macros v0.24.3
7442024-12-07T00:06:32.992Z Downloaded smallvec v0.6.14
7452024-12-07T00:06:32.992Z Downloaded qorb v0.2.1
7462024-12-07T00:06:32.992Z Downloaded hickory-server v0.24.1
7472024-12-07T00:06:33.016Z Downloaded h2 v0.4.6
7482024-12-07T00:06:33.016Z Downloaded thiserror-impl v2.0.3
7492024-12-07T00:06:33.016Z Downloaded strum_macros v0.25.3
7502024-12-07T00:06:33.016Z Downloaded smf v0.2.3
7512024-12-07T00:06:33.016Z Downloaded slog-stdlog v4.1.1
7522024-12-07T00:06:33.041Z Downloaded heapless v0.8.0
7532024-12-07T00:06:33.041Z Downloaded guppy v0.17.8
7542024-12-07T00:06:33.041Z Downloaded toolchain_find v0.4.0
7552024-12-07T00:06:33.041Z Downloaded http v1.1.0
7562024-12-07T00:06:33.067Z Downloaded hex-literal v0.4.1
7572024-12-07T00:06:33.067Z Downloaded glob v0.3.1
7582024-12-07T00:06:33.067Z Downloaded ghash v0.5.1
7592024-12-07T00:06:33.067Z Downloaded getrandom v0.2.15
7602024-12-07T00:06:33.067Z Downloaded gethostname v0.5.0
7612024-12-07T00:06:33.067Z Downloaded signal-hook-mio v0.2.4
7622024-12-07T00:06:33.067Z Downloaded semver v0.1.20
7632024-12-07T00:06:33.067Z Downloaded salsa20 v0.10.2
7642024-12-07T00:06:33.067Z Downloaded rustls-pemfile v2.2.0
7652024-12-07T00:06:33.067Z Downloaded hubpack_derive v0.1.1
7662024-12-07T00:06:33.067Z Downloaded httparse v1.9.5
7672024-12-07T00:06:33.090Z Downloaded highway v1.2.0
7682024-12-07T00:06:33.090Z Downloaded headers-core v0.3.0
7692024-12-07T00:06:33.090Z Downloaded toml v0.8.19
7702024-12-07T00:06:33.090Z Downloaded termtree v0.4.1
7712024-12-07T00:06:33.090Z Downloaded signal-hook-registry v1.4.2
7722024-12-07T00:06:33.090Z Downloaded rstest_macros v0.23.0
7732024-12-07T00:06:33.090Z Downloaded polling v3.7.3
7742024-12-07T00:06:33.114Z Downloaded humantime v2.1.0
7752024-12-07T00:06:33.114Z Downloaded http-body v1.0.1
7762024-12-07T00:06:33.114Z Downloaded hkdf v0.12.4
7772024-12-07T00:06:33.115Z Downloaded hickory-resolver v0.24.1
7782024-12-07T00:06:33.115Z Downloaded heck v0.3.3
7792024-12-07T00:06:33.115Z Downloaded futures-util v0.3.31
7802024-12-07T00:06:33.139Z Downloaded smawk v0.3.2
7812024-12-07T00:06:33.139Z Downloaded shell-words v1.1.0
7822024-12-07T00:06:33.139Z Downloaded semver v1.0.23
7832024-12-07T00:06:33.139Z Downloaded rstest v0.23.0
7842024-12-07T00:06:33.163Z Downloaded pest_meta v2.7.14
7852024-12-07T00:06:33.163Z Downloaded hyper-rustls v0.26.0
7862024-12-07T00:06:33.163Z Downloaded hubpack v0.1.2
7872024-12-07T00:06:33.163Z Downloaded httptest v0.16.1
7882024-12-07T00:06:33.163Z Downloaded http-range v0.1.5
7892024-12-07T00:06:33.163Z Downloaded http-body-util v0.1.2
7902024-12-07T00:06:33.163Z Downloaded home v0.5.9
7912024-12-07T00:06:33.163Z Downloaded hickory-client v0.24.1
7922024-12-07T00:06:33.186Z Downloaded heck v0.4.1
7932024-12-07T00:06:33.186Z Downloaded goblin v0.8.2
7942024-12-07T00:06:33.187Z Downloaded globset v0.4.15
7952024-12-07T00:06:33.187Z Downloaded fxhash v0.2.1
7962024-12-07T00:06:33.187Z Downloaded rusty-fork v0.3.0
7972024-12-07T00:06:33.210Z Downloaded rtoolbox v0.0.2
7982024-12-07T00:06:33.210Z Downloaded ref-cast-impl v1.0.23
7992024-12-07T00:06:33.210Z Downloaded ref-cast v1.0.23
8002024-12-07T00:06:33.211Z Downloaded quick-error v1.2.3
8012024-12-07T00:06:33.211Z Downloaded proc-macro-crate v3.2.0
8022024-12-07T00:06:33.211Z Downloaded proc-macro-crate v1.3.1
8032024-12-07T00:06:33.211Z Downloaded primeorder v0.13.6
8042024-12-07T00:06:33.211Z Downloaded polyval v0.6.2
8052024-12-07T00:06:33.211Z Downloaded poly1305 v0.8.0
8062024-12-07T00:06:33.211Z Downloaded pin-project-internal v1.1.6
8072024-12-07T00:06:33.211Z Downloaded pin-project v1.1.6
8082024-12-07T00:06:33.235Z Downloaded pest_generator v2.7.14
8092024-12-07T00:06:33.235Z Downloaded hyper v1.5.0
8102024-12-07T00:06:33.258Z Downloaded httpdate v1.0.3
8112024-12-07T00:06:33.259Z Downloaded hostname v0.4.0
8122024-12-07T00:06:33.259Z Downloaded hostname v0.3.1
8132024-12-07T00:06:33.259Z Downloaded hmac v0.12.1
8142024-12-07T00:06:33.259Z Downloaded hex v0.4.3
8152024-12-07T00:06:33.259Z Downloaded heck v0.5.0
8162024-12-07T00:06:33.259Z Downloaded heapless v0.7.17
8172024-12-07T00:06:33.283Z Downloaded hashlink v0.9.1
8182024-12-07T00:06:33.283Z Downloaded hashbrown v0.14.5
8192024-12-07T00:06:33.283Z Downloaded hash32 v0.3.1
8202024-12-07T00:06:33.283Z Downloaded hash32 v0.2.1
8212024-12-07T00:06:33.283Z Downloaded half v2.4.1
8222024-12-07T00:06:33.307Z Downloaded guppy-workspace-hack v0.1.0
8232024-12-07T00:06:33.307Z Downloaded generic-array v0.14.7
8242024-12-07T00:06:33.307Z Downloaded futures-timer v3.0.3
8252024-12-07T00:06:33.307Z Downloaded futures-task v0.3.31
8262024-12-07T00:06:33.308Z Downloaded futures-sink v0.3.31
8272024-12-07T00:06:33.308Z Downloaded futures-macro v0.3.31
8282024-12-07T00:06:33.308Z Downloaded futures-lite v2.3.0
8292024-12-07T00:06:33.332Z Downloaded futures-executor v0.3.31
8302024-12-07T00:06:33.332Z Downloaded futures-core v0.3.31
8312024-12-07T00:06:33.357Z Downloaded futures-channel v0.3.31
8322024-12-07T00:06:33.357Z Downloaded funty v2.0.0
8332024-12-07T00:06:33.357Z Downloaded fs_extra v1.3.0
8342024-12-07T00:06:33.357Z Downloaded fragile v2.0.0
8352024-12-07T00:06:33.380Z Downloaded form_urlencoded v1.2.1
8362024-12-07T00:06:33.380Z Downloaded flume v0.11.1
8372024-12-07T00:06:33.380Z Downloaded flate2 v1.0.34
8382024-12-07T00:06:33.405Z Downloaded ff v0.13.0
8392024-12-07T00:06:33.405Z Downloaded bstr v1.10.0
8402024-12-07T00:06:33.429Z Downloaded hyper-rustls v0.27.3
8412024-12-07T00:06:33.429Z Downloaded headers v0.4.0
8422024-12-07T00:06:33.457Z Downloaded hashbrown v0.15.0
8432024-12-07T00:06:33.457Z Downloaded hashbrown v0.13.2
8442024-12-07T00:06:33.481Z Downloaded hashbrown v0.12.3
8452024-12-07T00:06:33.481Z Downloaded group v0.13.0
8462024-12-07T00:06:33.481Z Downloaded num-traits v0.2.19
8472024-12-07T00:06:33.505Z Downloaded futures v0.3.31
8482024-12-07T00:06:33.505Z Downloaded float-ord v0.3.2
8492024-12-07T00:06:33.505Z Downloaded once_cell v1.20.2
8502024-12-07T00:06:33.505Z Downloaded fs-err v2.11.0
8512024-12-07T00:06:33.505Z Downloaded foreign-types-shared v0.1.1
8522024-12-07T00:06:33.506Z Downloaded foreign-types-macros v0.2.3
8532024-12-07T00:06:33.506Z Downloaded foreign-types v0.3.2
8542024-12-07T00:06:33.506Z Downloaded event-listener v5.3.1
8552024-12-07T00:06:33.506Z Downloaded number_prefix v0.4.0
8562024-12-07T00:06:33.506Z Downloaded num_threads v0.1.7
8572024-12-07T00:06:33.506Z Downloaded foreign-types-shared v0.3.1
8582024-12-07T00:06:33.506Z Downloaded foreign-types v0.5.0
8592024-12-07T00:06:33.507Z Downloaded foldhash v0.1.3
8602024-12-07T00:06:33.507Z Downloaded flagset v0.4.6
8612024-12-07T00:06:33.507Z Downloaded fixedbitset v0.4.2
8622024-12-07T00:06:33.531Z Downloaded fatfs v0.3.6
8632024-12-07T00:06:33.531Z Downloaded chacha20poly1305 v0.10.1
8642024-12-07T00:06:33.531Z Downloaded num_enum_derive v0.5.11
8652024-12-07T00:06:33.531Z Downloaded num_enum v0.5.11
8662024-12-07T00:06:33.531Z Downloaded num_cpus v1.16.0
8672024-12-07T00:06:33.531Z Downloaded normalize-line-endings v0.3.0
8682024-12-07T00:06:33.532Z Downloaded nom v7.1.3
8692024-12-07T00:06:33.532Z Downloaded float-cmp v0.9.0
8702024-12-07T00:06:33.532Z Downloaded fd-lock v4.0.2
8712024-12-07T00:06:33.532Z Downloaded fallible-iterator v0.3.0
8722024-12-07T00:06:33.556Z Downloaded fallible-iterator v0.2.0
8732024-12-07T00:06:33.556Z Downloaded expectorate v1.1.0
8742024-12-07T00:06:33.556Z Downloaded event-listener-strategy v0.5.2
8752024-12-07T00:06:33.556Z Downloaded event-listener v2.5.3
8762024-12-07T00:06:33.556Z Downloaded escape8259 v0.5.3
8772024-12-07T00:06:33.556Z Downloaded ciborium v0.2.2
8782024-12-07T00:06:33.556Z Downloaded filetime v0.2.25
8792024-12-07T00:06:33.556Z Downloaded fastrand v2.1.1
8802024-12-07T00:06:33.556Z Downloaded fancy-regex v0.13.0
8812024-12-07T00:06:33.556Z Downloaded fallible-streaming-iterator v0.1.9
8822024-12-07T00:06:33.556Z Downloaded chrono v0.4.38
8832024-12-07T00:06:33.580Z Downloaded cfg_aliases v0.2.1
8842024-12-07T00:06:33.580Z Downloaded cfg-expr v0.17.0
8852024-12-07T00:06:33.580Z Downloaded cbc v0.1.2
8862024-12-07T00:06:33.581Z Downloaded camino-tempfile v1.1.1
8872024-12-07T00:06:33.581Z Downloaded bitvec v1.0.1
8882024-12-07T00:06:33.605Z Downloaded bindgen v0.69.5
8892024-12-07T00:06:33.605Z Downloaded base64 v0.13.1
8902024-12-07T00:06:33.605Z Downloaded errno v0.3.9
8912024-12-07T00:06:33.605Z Downloaded cargo_metadata v0.18.1
8922024-12-07T00:06:33.605Z Downloaded serde-hex v0.1.0
8932024-12-07T00:06:33.605Z Downloaded chacha20 v0.9.1
8942024-12-07T00:06:33.605Z Downloaded castaway v0.2.3
8952024-12-07T00:06:33.605Z Downloaded cast v0.3.0
8962024-12-07T00:06:33.605Z Downloaded cargo-platform v0.1.8
8972024-12-07T00:06:33.630Z Downloaded cancel-safe-futures v0.1.5
8982024-12-07T00:06:33.630Z Downloaded bcs v0.1.6
8992024-12-07T00:06:33.630Z Downloaded bb8 v0.8.5
9002024-12-07T00:06:33.630Z Downloaded base16ct v0.2.0
9012024-12-07T00:06:33.630Z Downloaded cfg_aliases v0.1.1
9022024-12-07T00:06:33.630Z Downloaded cassowary v0.3.0
9032024-12-07T00:06:33.630Z Downloaded blowfish v0.9.1
9042024-12-07T00:06:33.630Z Downloaded blake2b_simd v1.0.2
9052024-12-07T00:06:33.630Z Downloaded bcrypt-pbkdf v0.10.0
9062024-12-07T00:06:33.630Z Downloaded base64ct v1.6.0
9072024-12-07T00:06:33.630Z Downloaded backtrace v0.3.74
9082024-12-07T00:06:33.630Z Downloaded aws-lc-rs v1.10.0
9092024-12-07T00:06:33.670Z Downloaded block-buffer v0.10.4
9102024-12-07T00:06:33.670Z Downloaded blake2 v0.10.6
9112024-12-07T00:06:33.670Z Downloaded bit-set v0.5.3
9122024-12-07T00:06:33.670Z Downloaded base64 v0.21.7
9132024-12-07T00:06:33.670Z Downloaded async-std v1.13.0
9142024-12-07T00:06:33.695Z Downloaded bytecount v0.6.8
9152024-12-07T00:06:33.695Z Downloaded bumpalo v3.16.0
9162024-12-07T00:06:33.695Z Downloaded buf-list v1.0.3
9172024-12-07T00:06:33.695Z Downloaded bitflags v1.3.2
9182024-12-07T00:06:33.695Z Downloaded bitfield-struct v0.6.2
9192024-12-07T00:06:33.695Z Downloaded bit-vec v0.6.3
9202024-12-07T00:06:33.695Z Downloaded async-io v2.3.4
9212024-12-07T00:06:33.695Z Downloaded bitflags v2.6.0
9222024-12-07T00:06:33.695Z Downloaded async-stream v0.3.6
9232024-12-07T00:06:33.720Z Downloaded async-recursion v1.1.1
9242024-12-07T00:06:33.720Z Downloaded async-lock v3.4.0
9252024-12-07T00:06:33.720Z Downloaded atomic-waker v1.1.2
9262024-12-07T00:06:33.720Z Downloaded async-trait v0.1.83
9272024-12-07T00:06:33.720Z Downloaded async-task v4.7.1
9282024-12-07T00:06:33.720Z Downloaded async-stream-impl v0.3.6
9292024-12-07T00:06:33.720Z Downloaded atomicwrites v0.4.4
9302024-12-07T00:06:33.720Z Downloaded async-process v2.3.0
9312024-12-07T00:06:33.720Z Downloaded arc-swap v1.7.1
9322024-12-07T00:06:33.744Z Downloaded arrayvec v0.7.6
9332024-12-07T00:06:33.744Z Downloaded argon2 v0.5.3
9342024-12-07T00:06:33.744Z Downloaded approx v0.5.1
9352024-12-07T00:06:33.744Z Downloaded anstream v0.6.15
9362024-12-07T00:06:33.744Z Downloaded assert_matches v1.5.0
9372024-12-07T00:06:33.744Z Downloaded array-init v0.0.4
9382024-12-07T00:06:33.744Z Downloaded anstyle-parse v0.2.5
9392024-12-07T00:06:33.744Z Downloaded async-channel v1.9.0
9402024-12-07T00:06:33.744Z Downloaded async-attributes v1.1.2
9412024-12-07T00:06:33.744Z Downloaded assert_cmd v2.0.16
9422024-12-07T00:06:33.744Z Downloaded assert-json-diff v2.0.2
9432024-12-07T00:06:33.744Z Downloaded anstyle v1.0.10
9442024-12-07T00:06:33.744Z Downloaded anes v0.1.6
9452024-12-07T00:06:33.768Z Downloaded anyhow v1.0.93
9462024-12-07T00:06:33.769Z Downloaded ahash v0.8.11
9472024-12-07T00:06:33.769Z Downloaded adler2 v2.0.0
9482024-12-07T00:06:33.769Z Downloaded aead v0.5.2
9492024-12-07T00:06:33.769Z Downloaded aho-corasick v1.1.3
9502024-12-07T00:06:33.769Z Downloaded block-padding v0.3.3
9512024-12-07T00:06:33.769Z Downloaded bitfield v0.14.0
9522024-12-07T00:06:33.769Z Downloaded base64 v0.22.1
9532024-12-07T00:06:33.793Z Downloaded async-object-pool v0.1.5
9542024-12-07T00:06:33.793Z Downloaded async-global-executor v2.4.1
9552024-12-07T00:06:33.793Z Downloaded aes v0.8.4
9562024-12-07T00:06:33.793Z Downloaded addr2line v0.24.2
9572024-12-07T00:06:33.793Z Downloaded async-signal v0.2.10
9582024-12-07T00:06:33.793Z Downloaded arrayref v0.3.9
9592024-12-07T00:06:34.096Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9602024-12-07T00:06:43.582Z Startup: Refreshing catalog 'helios-dev' ... Done
9612024-12-07T00:06:48.212Z Startup: Caching catalogs ... Done
9622024-12-07T00:07:01.224ZPlanning: Solver setup ... Done (11.863s)
9632024-12-07T00:07:01.379ZPlanning: Running solver ... Done (0.155s)
9642024-12-07T00:07:01.480ZPlanning: Finding local manifests ... Done (0.003s)
9652024-12-07T00:07:01.563ZPlanning: Fetching manifests: 0/5 0% complete
9662024-12-07T00:07:02.016ZPlanning: Fetching manifests: 5/5 100% complete
9672024-12-07T00:07:02.146ZPlanning: Package planning ... Done (0.130s)
9682024-12-07T00:07:02.215ZPlanning: Merging actions ... Done (0.069s)
9692024-12-07T00:07:02.442ZPlanning: Checking for conflicting actions ... Done (0.226s)
9702024-12-07T00:07:03.574ZPlanning: Consolidating action changes ... Done (1.131s)
9712024-12-07T00:07:03.993ZPlanning: Evaluating mediators ... Done (0.420s)
9722024-12-07T00:07:04.107ZPlanning: Planning completed in 15.81 seconds
9732024-12-07T00:07:04.131Z Packages to install: 4
9742024-12-07T00:07:04.131Z Packages to update: 1
9752024-12-07T00:07:04.131Z Mediators to change: 2
9762024-12-07T00:07:04.131Z Services to change: 1
9772024-12-07T00:07:04.131Z Estimated space available: 154.81 GB
9782024-12-07T00:07:04.131ZEstimated space to be consumed: 1.61 GB
9792024-12-07T00:07:04.131Z Create boot environment: No
9802024-12-07T00:07:04.131ZCreate backup boot environment: Yes
9812024-12-07T00:07:04.131Z Rebuild boot archive: No
9822024-12-07T00:07:04.132Z
9832024-12-07T00:07:04.132ZChanged mediators:
9842024-12-07T00:07:04.132Z mediator clang:
9852024-12-07T00:07:04.132Z version: None -> 15 (system default)
9862024-12-07T00:07:04.132Z
9872024-12-07T00:07:04.132Z mediator llvm:
9882024-12-07T00:07:04.132Z version: 14 (system default) -> 15 (system default)
9892024-12-07T00:07:04.132Z
9902024-12-07T00:07:04.132ZChanged packages:
9912024-12-07T00:07:04.132Zhelios-dev
9922024-12-07T00:07:04.132Z developer/build-essential
9932024-12-07T00:07:04.132Z None -> 11-2.0
9942024-12-07T00:07:04.132Z library/libxmlsec1
9952024-12-07T00:07:04.132Z None -> 1.2.35-2.0
9962024-12-07T00:07:04.132Z ooce/developer/clang-15
9972024-12-07T00:07:04.132Z None -> 15.0.7-2.0
9982024-12-07T00:07:04.132Z ooce/developer/llvm-15
9992024-12-07T00:07:04.132Z None -> 15.0.7-2.0
10002024-12-07T00:07:04.132Z package/pkg
10012024-12-07T00:07:04.132Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10022024-12-07T00:07:04.132Z
10032024-12-07T00:07:04.132ZServices:
10042024-12-07T00:07:04.132Z restart_fmri:
10052024-12-07T00:07:04.132Z svc:/system/update-man-index:default
10062024-12-07T00:07:04.132Z
10072024-12-07T00:07:04.132ZEditable files to change:
10082024-12-07T00:07:04.132Z Update:
10092024-12-07T00:07:04.132Z usr/share/lib/pkg/web/config.shtml
10102024-12-07T00:07:04.201Z
10112024-12-07T00:07:04.201ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10122024-12-07T00:07:09.202ZDownload: 1242/4281 items 91.5/220.6MB 41% complete (18.2M/s)
10132024-12-07T00:07:14.203ZDownload: 3141/4281 items 136.8/220.6MB 62% complete (13.5M/s)
10142024-12-07T00:07:19.202ZDownload: 3973/4281 items 218.2/220.6MB 98% complete (12.9M/s)
10152024-12-07T00:07:20.113ZDownload: Completed 220.60 MB in 15.91 seconds (13.9M/s)
10162024-12-07T00:07:21.739Z Actions: 1/5063 actions (Removing old actions)
10172024-12-07T00:07:21.763Z Actions: 194/5063 actions (Installing new actions)
10182024-12-07T00:07:26.771Z Actions: 3838/5063 actions (Installing new actions)
10192024-12-07T00:07:27.607Z Actions: 4226/5063 actions (Updating modified actions)
10202024-12-07T00:07:27.992Z Actions: Completed 5063 actions in 6.25 seconds.
10212024-12-07T00:07:28.346Z Done (0.343s)
10222024-12-07T00:07:28.371Z Done (0.000s)
10232024-12-07T00:07:29.039Z Done (0.692s)
10242024-12-07T00:07:34.243Z Done (5.020s)
10252024-12-07T00:07:34.345Z Done (0.021s)
10262024-12-07T00:07:34.369Z Done (0.000s)
10272024-12-07T00:07:34.518Z Done (0.000s)
10282024-12-07T00:07:35.311ZPlanning: Evaluating mediator changes ... Done
10292024-12-07T00:07:35.532ZPlanning: Checking for conflicting actions ... Done
10302024-12-07T00:07:35.557ZPlanning: Consolidating action changes ... Done
10312024-12-07T00:07:35.894ZPlanning: Evaluating mediators ... Done
10322024-12-07T00:07:35.918ZPlanning: Planning completed in 0.58 seconds
10332024-12-07T00:07:35.943Z Mediators to change: 2
10342024-12-07T00:07:35.943Z Create boot environment: No
10352024-12-07T00:07:35.943ZCreate backup boot environment: No
10362024-12-07T00:07:36.010Z Done
10372024-12-07T00:07:36.010Z Done
10382024-12-07T00:07:36.480Z Done
10392024-12-07T00:07:41.375Z Done
10402024-12-07T00:07:41.483Z Done
10412024-12-07T00:07:41.483Z Done
10422024-12-07T00:07:41.543Z Done
10432024-12-07T00:07:42.353ZPlanning: Evaluating mediator changes ... Done
10442024-12-07T00:07:42.379ZPlanning: Merging actions ... Done
10452024-12-07T00:07:42.601ZPlanning: Checking for conflicting actions ... Done
10462024-12-07T00:07:42.634ZPlanning: Consolidating action changes ... Done
10472024-12-07T00:07:42.954ZPlanning: Evaluating mediators ... Done
10482024-12-07T00:07:43.032ZPlanning: Planning completed in 0.99 seconds
10492024-12-07T00:07:43.081Z Packages to change: 1
10502024-12-07T00:07:43.082Z Mediators to change: 1
10512024-12-07T00:07:43.082Z Services to change: 1
10522024-12-07T00:07:43.082Z Create boot environment: No
10532024-12-07T00:07:43.082ZCreate backup boot environment: Yes
10542024-12-07T00:07:44.770Z Actions: 1/6 actions (Updating modified actions)
10552024-12-07T00:07:44.794Z Actions: Completed 6 actions in 0.00 seconds.
10562024-12-07T00:07:44.794Z Done
10572024-12-07T00:07:44.794Z Done
10582024-12-07T00:07:44.909Z Done
10592024-12-07T00:07:49.841Z Done
10602024-12-07T00:07:49.938Z Done
10612024-12-07T00:07:49.963Z Done
10622024-12-07T00:07:49.988Z Done
10632024-12-07T00:07:50.610ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10642024-12-07T00:07:50.610Zclang system 15 system
10652024-12-07T00:07:50.610Zcsh system system illumos
10662024-12-07T00:07:50.610Zctags system system illumos
10672024-12-07T00:07:50.610Zgcc vendor 12 vendor
10682024-12-07T00:07:50.610Zgcc system 10 system
10692024-12-07T00:07:50.610Zgcc system 7 system
10702024-12-07T00:07:50.610Zgo system 1.20 system
10712024-12-07T00:07:50.610Zgo system 1.19 system
10722024-12-07T00:07:50.610Zllvm system 15 system
10732024-12-07T00:07:50.610Zllvm system 14 system
10742024-12-07T00:07:50.610Zmariadb system 10.6 system
10752024-12-07T00:07:50.610Zmta vendor vendor dma
10762024-12-07T00:07:50.610Zopenjdk system 17 system
10772024-12-07T00:07:50.610Zopenjdk system 11 system
10782024-12-07T00:07:50.610Zopenjdk system 1.8 system
10792024-12-07T00:07:50.610Zopenssl vendor 3 vendor
10802024-12-07T00:07:50.610Zperl system 5.36 system
10812024-12-07T00:07:50.610Zpostgresql system 15 system
10822024-12-07T00:07:50.610Zpostgresql system 13 system
10832024-12-07T00:07:50.611Zpython vendor 3 vendor
10842024-12-07T00:07:50.611Zpython system 2 system
10852024-12-07T00:07:50.611Zpython3 system 3.11 system
10862024-12-07T00:07:50.611Zruby system 3.0 system
10872024-12-07T00:07:50.611Zwords vendor vendor american-english
10882024-12-07T00:07:50.611Zwords system system australian-english
10892024-12-07T00:07:50.611Zwords system system british-english
10902024-12-07T00:07:50.611Zwords system system canadian-english
10912024-12-07T00:07:50.611Zwords system system french
10922024-12-07T00:07:50.611Zwords system system italian
10932024-12-07T00:07:50.611Zwords system system ngerman
10942024-12-07T00:07:50.611Zwords system system ogerman
10952024-12-07T00:07:50.611Zwords system system spanish
10962024-12-07T00:07:51.106ZPUBLISHER TYPE STATUS P LOCATION
10972024-12-07T00:07:51.106Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10982024-12-07T00:07:54.574ZFMRI IFO
10992024-12-07T00:07:54.574Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11002024-12-07T00:07:54.574Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11012024-12-07T00:07:54.574Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11022024-12-07T00:07:54.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11032024-12-07T00:07:54.574Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11042024-12-07T00:07:54.574Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11052024-12-07T00:07:54.574Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11062024-12-07T00:07:54.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11072024-12-07T00:07:54.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11082024-12-07T00:07:54.574Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11092024-12-07T00:07:54.574Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11102024-12-07T00:07:54.574Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11112024-12-07T00:07:54.574Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11122024-12-07T00:07:54.574Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11132024-12-07T00:07:54.574Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11142024-12-07T00:07:55.953Z Downloading crates ...
11152024-12-07T00:07:56.054Z Downloaded cargo_toml v0.20.5
11162024-12-07T00:07:56.168Z Compiling proc-macro2 v1.0.89
11172024-12-07T00:07:56.168Z Compiling unicode-ident v1.0.13
11182024-12-07T00:07:56.194Z Compiling version_check v0.9.5
11192024-12-07T00:07:56.194Z Compiling serde v1.0.215
11202024-12-07T00:07:56.194Z Compiling memchr v2.7.4
11212024-12-07T00:07:56.194Z Compiling thiserror v1.0.69
11222024-12-07T00:07:56.194Z Compiling libc v0.2.162
11232024-12-07T00:07:56.194Z Compiling ucd-trie v0.1.7
11242024-12-07T00:07:56.811Z Compiling itoa v1.0.11
11252024-12-07T00:07:56.858Z Compiling ryu v1.0.18
11262024-12-07T00:07:56.882Z Compiling once_cell v1.20.2
11272024-12-07T00:07:57.023Z Compiling byteorder v1.5.0
11282024-12-07T00:07:57.165Z Compiling rustix v0.38.37
11292024-12-07T00:07:57.275Z Compiling serde_json v1.0.132
11302024-12-07T00:07:57.421Z Compiling bitflags v2.6.0
11312024-12-07T00:07:57.570Z Compiling proc-macro-error-attr v1.0.4
11322024-12-07T00:07:57.763Z Compiling usdt-impl v0.5.0
11332024-12-07T00:07:57.841Z Compiling quote v1.0.37
11342024-12-07T00:07:57.870Z Compiling syn v1.0.109
11352024-12-07T00:07:57.979Z Compiling proc-macro-error v1.0.4
11362024-12-07T00:07:58.004Z Compiling utf8parse v0.2.2
11372024-12-07T00:07:58.151Z Compiling errno v0.3.9
11382024-12-07T00:07:58.200Z Compiling syn v2.0.87
11392024-12-07T00:07:58.228Z Compiling equivalent v1.0.1
11402024-12-07T00:07:58.359Z Compiling hashbrown v0.15.0
11412024-12-07T00:07:58.383Z Compiling log v0.4.22
11422024-12-07T00:07:58.487Z Compiling plain v0.2.3
11432024-12-07T00:07:58.512Z Compiling thread-id v4.2.2
11442024-12-07T00:07:58.590Z Compiling camino v1.1.9
11452024-12-07T00:07:58.737Z Compiling anstyle-parse v0.2.5
11462024-12-07T00:07:59.037Z Compiling anstyle-query v1.1.1
11472024-12-07T00:07:59.062Z Compiling anstyle v1.0.10
11482024-12-07T00:07:59.168Z Compiling colorchoice v1.0.2
11492024-12-07T00:07:59.268Z Compiling winnow v0.6.20
11502024-12-07T00:07:59.316Z Compiling pretty-hex v0.4.1
11512024-12-07T00:07:59.455Z Compiling indexmap v2.6.0
11522024-12-07T00:07:59.479Z Compiling is_terminal_polyfill v1.70.1
11532024-12-07T00:07:59.479Z Compiling unicode-width v0.1.14
11542024-12-07T00:07:59.518Z Compiling semver v1.0.23
11552024-12-07T00:07:59.582Z Compiling autocfg v1.4.0
11562024-12-07T00:07:59.924Z Compiling anstream v0.6.15
11572024-12-07T00:08:00.232Z Compiling terminal_size v0.4.0
11582024-12-07T00:08:00.553Z Compiling anyhow v1.0.93
11592024-12-07T00:08:00.700Z Compiling fs-err v2.11.0
11602024-12-07T00:08:00.734Z Compiling bytecount v0.6.8
11612024-12-07T00:08:00.940Z Compiling heck v0.4.1
11622024-12-07T00:08:00.964Z Compiling fastrand v2.1.1
11632024-12-07T00:08:00.989Z Compiling clap_lex v0.7.2
11642024-12-07T00:08:01.126Z Compiling strsim v0.11.1
11652024-12-07T00:08:01.150Z Compiling cfg-if v1.0.0
11662024-12-07T00:08:01.402Z Compiling heck v0.5.0
11672024-12-07T00:08:01.435Z Compiling fnv v1.0.7
11682024-12-07T00:08:01.478Z Compiling clap_builder v4.5.21
11692024-12-07T00:08:01.556Z Compiling papergrid v0.11.0
11702024-12-07T00:08:01.862Z Compiling tempfile v3.13.0
11712024-12-07T00:08:02.115Z Compiling memmap v0.7.0
11722024-12-07T00:08:02.192Z Compiling unicode-linebreak v0.1.5
11732024-12-07T00:08:02.439Z Compiling smawk v0.3.2
11742024-12-07T00:08:02.635Z Compiling textwrap v0.16.1
11752024-12-07T00:08:02.678Z Compiling swrite v0.1.0
11762024-12-07T00:08:03.781Z Compiling tabled_derive v0.7.0
11772024-12-07T00:08:05.444Z Compiling tabled v0.15.0
11782024-12-07T00:08:07.187Z Compiling serde_derive v1.0.215
11792024-12-07T00:08:07.211Z Compiling thiserror-impl v1.0.69
11802024-12-07T00:08:07.211Z Compiling zerocopy-derive v0.7.35
11812024-12-07T00:08:07.211Z Compiling scroll_derive v0.12.0
11822024-12-07T00:08:07.361Z Compiling clap_derive v4.5.18
11832024-12-07T00:08:08.457Z Compiling scroll v0.12.0
11842024-12-07T00:08:08.918Z Compiling goblin v0.8.2
11852024-12-07T00:08:09.089Z Compiling zerocopy v0.7.35
11862024-12-07T00:08:09.861Z Compiling pest v2.7.14
11872024-12-07T00:08:10.929Z Compiling clap v4.5.21
11882024-12-07T00:08:12.330Z Compiling pest_meta v2.7.14
11892024-12-07T00:08:13.398Z Compiling pest_generator v2.7.14
11902024-12-07T00:08:15.487Z Compiling pest_derive v2.7.14
11912024-12-07T00:08:16.161Z Compiling dtrace-parser v0.2.0
11922024-12-07T00:08:17.475Z Compiling serde_tokenstream v0.2.2
11932024-12-07T00:08:17.696Z Compiling toml_datetime v0.6.8
11942024-12-07T00:08:17.696Z Compiling serde_spanned v0.6.8
11952024-12-07T00:08:17.802Z Compiling cargo-platform v0.1.8
11962024-12-07T00:08:18.059Z Compiling toml_edit v0.22.22
11972024-12-07T00:08:18.083Z Compiling macaddr v1.0.1
11982024-12-07T00:08:18.250Z Compiling camino-tempfile v1.1.1
11992024-12-07T00:08:18.989Z Compiling dof v0.3.0
12002024-12-07T00:08:19.224Z Compiling cargo_metadata v0.18.1
12012024-12-07T00:08:20.782Z Compiling usdt-attr-macro v0.5.0
12022024-12-07T00:08:20.782Z Compiling usdt-macro v0.5.0
12032024-12-07T00:08:20.807Z Compiling toml v0.8.19
12042024-12-07T00:08:21.610Z Compiling cargo_toml v0.20.5
12052024-12-07T00:08:21.956Z Compiling usdt v0.5.0
12062024-12-07T00:08:25.956Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12072024-12-07T00:08:31.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.27s
12082024-12-07T00:08:31.504Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12092024-12-07T00:08:32.748Z Compiling serde v1.0.215
12102024-12-07T00:08:32.748Z Compiling lock_api v0.4.12
12112024-12-07T00:08:32.748Z Compiling scopeguard v1.2.0
12122024-12-07T00:08:32.773Z Compiling value-bag v1.9.0
12132024-12-07T00:08:32.773Z Compiling typenum v1.17.0
12142024-12-07T00:08:32.773Z Compiling generic-array v0.14.7
12152024-12-07T00:08:32.773Z Compiling syn v2.0.87
12162024-12-07T00:08:32.773Z Compiling getrandom v0.2.15
12172024-12-07T00:08:32.953Z Compiling subtle v2.6.1
12182024-12-07T00:08:33.119Z Compiling rand_core v0.6.4
12192024-12-07T00:08:33.292Z Compiling log v0.4.22
12202024-12-07T00:08:33.349Z Compiling shlex v1.3.0
12212024-12-07T00:08:33.382Z Compiling jobserver v0.1.32
12222024-12-07T00:08:33.407Z Compiling const-oid v0.9.6
12232024-12-07T00:08:33.624Z Compiling smallvec v1.13.2
12242024-12-07T00:08:33.697Z Compiling spin v0.9.8
12252024-12-07T00:08:33.727Z Compiling cc v1.1.30
12262024-12-07T00:08:34.017Z Compiling pin-project-lite v0.2.14
12272024-12-07T00:08:34.101Z Compiling rustix v0.38.37
12282024-12-07T00:08:34.143Z Compiling parking_lot_core v0.9.10
12292024-12-07T00:08:34.167Z Compiling futures-core v0.3.31
12302024-12-07T00:08:34.267Z Compiling signal-hook-registry v1.4.2
12312024-12-07T00:08:34.413Z Compiling mio v1.0.2
12322024-12-07T00:08:35.008Z Compiling parking_lot v0.12.3
12332024-12-07T00:08:35.093Z Compiling aho-corasick v1.1.3
12342024-12-07T00:08:35.155Z Compiling cpufeatures v0.2.14
12352024-12-07T00:08:35.277Z Compiling regex-syntax v0.8.5
12362024-12-07T00:08:35.336Z Compiling either v1.13.0
12372024-12-07T00:08:35.361Z Compiling lazy_static v1.5.0
12382024-12-07T00:08:35.491Z Compiling glob v0.3.1
12392024-12-07T00:08:35.707Z Compiling futures-sink v0.3.31
12402024-12-07T00:08:35.766Z Compiling stable_deref_trait v1.2.0
12412024-12-07T00:08:35.872Z Compiling socket2 v0.5.7
12422024-12-07T00:08:35.896Z Compiling slab v0.4.9
12432024-12-07T00:08:35.969Z Compiling prettyplease v0.2.25
12442024-12-07T00:08:36.382Z Compiling minimal-lexical v0.2.1
12452024-12-07T00:08:36.574Z Compiling clang-sys v1.8.1
12462024-12-07T00:08:36.756Z Compiling libloading v0.8.5
12472024-12-07T00:08:36.897Z Compiling nom v7.1.3
12482024-12-07T00:08:36.921Z Compiling bindgen v0.69.5
12492024-12-07T00:08:37.167Z Compiling serde_json v1.0.132
12502024-12-07T00:08:37.268Z Compiling home v0.5.9
12512024-12-07T00:08:37.517Z Compiling futures-channel v0.3.31
12522024-12-07T00:08:37.651Z Compiling itertools v0.12.1
12532024-12-07T00:08:37.825Z Compiling pin-utils v0.1.0
12542024-12-07T00:08:37.903Z Compiling lazycell v1.3.0
12552024-12-07T00:08:37.927Z Compiling futures-task v0.3.31
12562024-12-07T00:08:38.063Z Compiling futures-io v0.3.31
12572024-12-07T00:08:38.206Z Compiling foldhash v0.1.3
12582024-12-07T00:08:38.358Z Compiling allocator-api2 v0.2.18
12592024-12-07T00:08:38.478Z Compiling rustc-hash v1.1.0
12602024-12-07T00:08:38.608Z Compiling regex-automata v0.4.8
12612024-12-07T00:08:39.062Z Compiling hashbrown v0.15.0
12622024-12-07T00:08:40.032Z Compiling synstructure v0.13.1
12632024-12-07T00:08:40.140Z Compiling cexpr v0.6.0
12642024-12-07T00:08:40.410Z Compiling cmake v0.1.51
12652024-12-07T00:08:41.295Z Compiling dunce v1.0.5
12662024-12-07T00:08:41.347Z Compiling libm v0.2.8
12672024-12-07T00:08:41.421Z Compiling fs_extra v1.3.0
12682024-12-07T00:08:41.492Z Compiling pkg-config v0.3.31
12692024-12-07T00:08:41.632Z Compiling tinyvec_macros v0.1.1
12702024-12-07T00:08:41.675Z Compiling num-traits v0.2.19
12712024-12-07T00:08:41.723Z Compiling tinyvec v1.8.0
12722024-12-07T00:08:42.152Z Compiling ring v0.17.8
12732024-12-07T00:08:42.858Z Compiling unicode-bidi v0.3.17
12742024-12-07T00:08:42.887Z Compiling writeable v0.5.5
12752024-12-07T00:08:43.053Z Compiling unicode-normalization v0.1.24
12762024-12-07T00:08:43.112Z Compiling base64ct v1.6.0
12772024-12-07T00:08:43.137Z Compiling litemap v0.7.3
12782024-12-07T00:08:43.417Z Compiling regex v1.11.1
12792024-12-07T00:08:43.477Z Compiling paste v1.0.15
12802024-12-07T00:08:43.646Z Compiling pem-rfc7468 v0.7.0
12812024-12-07T00:08:44.121Z Compiling httparse v1.9.5
12822024-12-07T00:08:44.307Z Compiling flagset v0.4.6
12832024-12-07T00:08:44.385Z Compiling aws-lc-rs v1.10.0
12842024-12-07T00:08:44.775Z Compiling tracing-core v0.1.32
12852024-12-07T00:08:44.860Z Compiling icu_locid_transform_data v1.5.0
12862024-12-07T00:08:44.962Z Compiling percent-encoding v2.3.1
12872024-12-07T00:08:45.327Z Compiling crossbeam-utils v0.8.20
12882024-12-07T00:08:45.572Z Compiling rustls-pki-types v1.9.0
12892024-12-07T00:08:45.843Z Compiling serde_derive v1.0.215
12902024-12-07T00:08:45.867Z Compiling zeroize_derive v1.4.2
12912024-12-07T00:08:46.043Z Compiling zerocopy-derive v0.7.35
12922024-12-07T00:08:46.387Z Compiling tokio-macros v2.4.0
12932024-12-07T00:08:46.563Z Compiling zerofrom-derive v0.1.4
12942024-12-07T00:08:47.293Z Compiling zeroize v1.8.1
12952024-12-07T00:08:47.804Z Compiling yoke-derive v0.7.4
12962024-12-07T00:08:48.019Z Compiling thiserror-impl v1.0.69
12972024-12-07T00:08:48.092Z Compiling zerocopy v0.7.35
12982024-12-07T00:08:48.976Z Compiling crypto-common v0.1.6
12992024-12-07T00:08:49.103Z Compiling block-buffer v0.10.4
13002024-12-07T00:08:49.203Z Compiling futures-macro v0.3.31
13012024-12-07T00:08:49.340Z Compiling digest v0.10.7
13022024-12-07T00:08:49.498Z Compiling zerovec-derive v0.10.3
13032024-12-07T00:08:49.721Z Compiling hmac v0.12.1
13042024-12-07T00:08:49.779Z Compiling block-padding v0.3.3
13052024-12-07T00:08:49.940Z Compiling displaydoc v0.2.5
13062024-12-07T00:08:50.062Z Compiling inout v0.1.3
13072024-12-07T00:08:50.241Z Compiling zerofrom v0.1.4
13082024-12-07T00:08:50.320Z Compiling cipher v0.4.4
13092024-12-07T00:08:50.451Z Compiling sha2 v0.10.8
13102024-12-07T00:08:50.495Z Compiling yoke v0.7.4
13112024-12-07T00:08:50.778Z Compiling ppv-lite86 v0.2.20
13122024-12-07T00:08:50.812Z Compiling icu_provider_macros v1.5.0
13132024-12-07T00:08:50.965Z Compiling futures-util v0.3.31
13142024-12-07T00:08:50.989Z Compiling thiserror v1.0.69
13152024-12-07T00:08:51.127Z Compiling der_derive v0.7.3
13162024-12-07T00:08:51.462Z Compiling rand_chacha v0.3.1
13172024-12-07T00:08:51.519Z Compiling tracing-attributes v0.1.27
13182024-12-07T00:08:51.824Z Compiling rand v0.8.5
13192024-12-07T00:08:51.848Z Compiling zerovec v0.10.4
13202024-12-07T00:08:53.091Z Compiling pest v2.7.14
13212024-12-07T00:08:53.211Z Compiling der v0.7.9
13222024-12-07T00:08:53.349Z Compiling salsa20 v0.10.2
13232024-12-07T00:08:53.557Z Compiling tinystr v0.7.6
13242024-12-07T00:08:53.706Z Compiling icu_collections v1.5.0
13252024-12-07T00:08:53.783Z Compiling pbkdf2 v0.12.2
13262024-12-07T00:08:53.930Z Compiling icu_locid v1.5.0
13272024-12-07T00:08:53.979Z Compiling mirai-annotations v1.12.0
13282024-12-07T00:08:54.164Z Compiling icu_properties_data v1.5.0
13292024-12-07T00:08:54.409Z Compiling powerfmt v0.2.0
13302024-12-07T00:08:54.798Z Compiling tracing v0.1.40
13312024-12-07T00:08:54.822Z Compiling time-core v0.1.2
13322024-12-07T00:08:55.036Z Compiling untrusted v0.9.0
13332024-12-07T00:08:55.069Z Compiling icu_provider v1.5.0
13342024-12-07T00:08:55.231Z Compiling spki v0.7.3
13352024-12-07T00:08:55.360Z Compiling vcpkg v0.2.15
13362024-12-07T00:08:55.591Z Compiling num-conv v0.1.0
13372024-12-07T00:08:55.803Z Compiling icu_locid_transform v1.5.0
13382024-12-07T00:08:55.881Z Compiling untrusted v0.7.1
13392024-12-07T00:08:56.079Z Compiling time-macros v0.2.18
13402024-12-07T00:08:56.110Z Compiling pest_meta v2.7.14
13412024-12-07T00:08:56.336Z Compiling deranged v0.3.11
13422024-12-07T00:08:57.391Z Compiling openssl-sys v0.9.103
13432024-12-07T00:08:57.640Z Compiling icu_properties v1.5.1
13442024-12-07T00:08:57.973Z Compiling bitflags v2.6.0
13452024-12-07T00:08:58.149Z Compiling bytes v1.8.0
13462024-12-07T00:08:58.371Z Compiling indexmap v2.6.0
13472024-12-07T00:08:58.742Z Compiling semver v1.0.23
13482024-12-07T00:08:59.276Z Compiling tokio v1.40.0
13492024-12-07T00:08:59.416Z Compiling http v1.1.0
13502024-12-07T00:08:59.444Z Compiling rustc_version v0.4.1
13512024-12-07T00:08:59.655Z Compiling scrypt v0.11.0
13522024-12-07T00:09:00.171Z Compiling aes v0.8.4
13532024-12-07T00:09:00.195Z Compiling cbc v0.1.2
13542024-12-07T00:09:00.407Z Compiling scroll_derive v0.12.0
13552024-12-07T00:09:00.473Z Compiling write16 v1.0.0
13562024-12-07T00:09:00.599Z Compiling num_threads v0.1.7
13572024-12-07T00:09:00.724Z Compiling utf16_iter v1.0.5
13582024-12-07T00:09:00.901Z Compiling atomic-waker v1.1.2
13592024-12-07T00:09:00.925Z Compiling utf8_iter v1.0.4
13602024-12-07T00:09:01.072Z Compiling icu_normalizer_data v1.5.0
13612024-12-07T00:09:01.143Z Compiling pkcs5 v0.7.1
13622024-12-07T00:09:01.172Z Compiling icu_normalizer v1.5.0
13632024-12-07T00:09:01.577Z Compiling which v4.4.2
13642024-12-07T00:09:01.600Z Compiling scroll v0.12.0
13652024-12-07T00:09:01.720Z Compiling http-body v1.0.1
13662024-12-07T00:09:02.065Z Compiling time v0.3.36
13672024-12-07T00:09:02.143Z Compiling pest_generator v2.7.14
13682024-12-07T00:09:02.196Z Compiling form_urlencoded v1.2.1
13692024-12-07T00:09:02.239Z Compiling slog v2.7.0
13702024-12-07T00:09:02.468Z Compiling try-lock v0.2.5
13712024-12-07T00:09:02.607Z Compiling want v0.3.1
13722024-12-07T00:09:02.703Z Compiling goblin v0.8.2
13732024-12-07T00:09:02.746Z Compiling idna_adapter v1.2.0
13742024-12-07T00:09:02.844Z Compiling pkcs8 v0.10.2
13752024-12-07T00:09:02.890Z Compiling httpdate v1.0.3
13762024-12-07T00:09:02.952Z Compiling idna v1.0.3
13772024-12-07T00:09:03.463Z Compiling serde_tokenstream v0.2.2
13782024-12-07T00:09:03.739Z Compiling pest_derive v2.7.14
13792024-12-07T00:09:03.990Z Compiling uuid v1.11.0
13802024-12-07T00:09:04.023Z Compiling serde_spanned v0.6.8
13812024-12-07T00:09:04.234Z Compiling toml_datetime v0.6.8
13822024-12-07T00:09:04.385Z Compiling dtrace-parser v0.2.0
13832024-12-07T00:09:04.512Z Compiling match_cfg v0.1.0
13842024-12-07T00:09:04.608Z Compiling iana-time-zone v0.1.61
13852024-12-07T00:09:04.691Z Compiling base64 v0.22.1
13862024-12-07T00:09:05.067Z Compiling rustversion v1.0.17
13872024-12-07T00:09:05.212Z Compiling openssl v0.10.66
13882024-12-07T00:09:05.362Z Compiling tower-service v0.3.3
13892024-12-07T00:09:05.485Z Compiling adler2 v2.0.0
13902024-12-07T00:09:05.563Z Compiling foreign-types-shared v0.1.1
13912024-12-07T00:09:05.676Z Compiling foreign-types v0.3.2
13922024-12-07T00:09:05.700Z Compiling miniz_oxide v0.8.0
13932024-12-07T00:09:05.794Z Compiling chrono v0.4.38
13942024-12-07T00:09:05.818Z Compiling hostname v0.3.1
13952024-12-07T00:09:06.041Z Compiling url v2.5.3
13962024-12-07T00:09:06.294Z Compiling tokio-util v0.7.12
13972024-12-07T00:09:07.027Z Compiling async-trait v0.1.83
13982024-12-07T00:09:07.533Z Compiling h2 v0.4.6
13992024-12-07T00:09:07.734Z Compiling dof v0.3.0
14002024-12-07T00:09:07.768Z Compiling openssl-macros v0.1.1
14012024-12-07T00:09:08.403Z Compiling usdt-impl v0.5.0
14022024-12-07T00:09:09.009Z Compiling dirs-sys-next v0.1.2
14032024-12-07T00:09:09.275Z Compiling rustls v0.23.14
14042024-12-07T00:09:09.501Z Compiling syn v1.0.109
14052024-12-07T00:09:09.605Z Compiling rustls v0.22.4
14062024-12-07T00:09:09.628Z Compiling siphasher v0.3.11
14072024-12-07T00:09:09.751Z Compiling data-encoding v2.6.0
14082024-12-07T00:09:09.851Z Compiling native-tls v0.2.12
14092024-12-07T00:09:10.033Z Compiling dirs-next v2.0.0
14102024-12-07T00:09:10.229Z Compiling http-body-util v0.1.2
14112024-12-07T00:09:10.663Z Compiling heapless v0.7.17
14122024-12-07T00:09:11.020Z Compiling crossbeam-epoch v0.9.18
14132024-12-07T00:09:11.372Z Compiling sha1 v0.10.6
14142024-12-07T00:09:11.672Z Compiling signature v2.2.0
14152024-12-07T00:09:11.696Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-07T00:09:11.763Z Compiling serde_derive_internals v0.29.1
14172024-12-07T00:09:11.790Z Compiling thread_local v1.1.8
14182024-12-07T00:09:11.951Z Compiling encoding_rs v0.8.34
14192024-12-07T00:09:12.139Z Compiling multer v3.1.0
14202024-12-07T00:09:12.299Z Compiling cookie v0.18.1
14212024-12-07T00:09:12.373Z Compiling mime v0.3.17
14222024-12-07T00:09:12.557Z Compiling openssl-probe v0.1.5
14232024-12-07T00:09:12.581Z Compiling signal-hook v0.3.17
14242024-12-07T00:09:12.795Z Compiling schemars v0.8.21
14252024-12-07T00:09:12.880Z Compiling gimli v0.31.1
14262024-12-07T00:09:12.907Z Compiling ipnet v2.10.1
14272024-12-07T00:09:13.090Z Compiling unicode-properties v0.1.3
14282024-12-07T00:09:13.424Z Compiling rayon-core v1.12.1
14292024-12-07T00:09:13.645Z Compiling hyper v1.5.0
14302024-12-07T00:09:14.015Z Compiling slog-async v2.8.0
14312024-12-07T00:09:14.122Z Compiling schemars_derive v0.8.21
14322024-12-07T00:09:14.556Z Compiling stringprep v0.1.5
14332024-12-07T00:09:15.715Z Compiling hyper-util v0.1.10
14342024-12-07T00:09:16.056Z Compiling toml_edit v0.22.22
14352024-12-07T00:09:16.677Z Compiling addr2line v0.24.2
14362024-12-07T00:09:17.225Z Compiling usdt-macro v0.5.0
14372024-12-07T00:09:17.304Z Compiling usdt-attr-macro v0.5.0
14382024-12-07T00:09:17.350Z Compiling crossbeam-deque v0.8.5
14392024-12-07T00:09:17.664Z Compiling term v0.7.0
14402024-12-07T00:09:18.355Z Compiling slog-json v2.6.1
14412024-12-07T00:09:18.517Z Compiling serde_urlencoded v0.7.1
14422024-12-07T00:09:18.572Z Compiling curve25519-dalek v4.1.3
14432024-12-07T00:09:18.711Z Compiling crossbeam-channel v0.5.13
14442024-12-07T00:09:18.802Z Compiling futures-executor v0.3.31
14452024-12-07T00:09:18.980Z Compiling enum-as-inner v0.6.1
14462024-12-07T00:09:19.050Z Compiling md-5 v0.10.6
14472024-12-07T00:09:19.105Z Compiling rustls-pemfile v2.2.0
14482024-12-07T00:09:19.307Z Compiling async-stream-impl v0.3.6
14492024-12-07T00:09:19.331Z Compiling num-integer v0.1.46
14502024-12-07T00:09:19.425Z Compiling idna v0.3.0
14512024-12-07T00:09:19.651Z Compiling idna v0.4.0
14522024-12-07T00:09:19.890Z Compiling hash32 v0.2.1
14532024-12-07T00:09:20.025Z Compiling ff v0.13.0
14542024-12-07T00:09:20.245Z Compiling is-terminal v0.4.13
14552024-12-07T00:09:20.294Z Compiling object v0.36.5
14562024-12-07T00:09:20.364Z Compiling dropshot v0.12.0
14572024-12-07T00:09:20.504Z Compiling quick-error v1.2.3
14582024-12-07T00:09:20.607Z Compiling dyn-clone v1.0.17
14592024-12-07T00:09:20.643Z Compiling anyhow v1.0.93
14602024-12-07T00:09:20.800Z Compiling rustc-demangle v0.1.24
14612024-12-07T00:09:20.858Z Compiling num-bigint-dig v0.8.4
14622024-12-07T00:09:21.066Z Compiling utf-8 v0.7.6
14632024-12-07T00:09:21.101Z Compiling smoltcp v0.9.1
14642024-12-07T00:09:21.181Z Compiling take_mut v0.2.2
14652024-12-07T00:09:21.331Z Compiling linked-hash-map v0.5.6
14662024-12-07T00:09:21.389Z Compiling base16ct v0.2.0
14672024-12-07T00:09:21.659Z Compiling portable-atomic v1.9.0
14682024-12-07T00:09:21.684Z Compiling psl-types v2.0.11
14692024-12-07T00:09:21.684Z Compiling fallible-iterator v0.2.0
14702024-12-07T00:09:21.755Z Compiling lru-cache v0.1.2
14712024-12-07T00:09:21.871Z Compiling publicsuffix v2.2.3
14722024-12-07T00:09:21.927Z Compiling sec1 v0.7.3
14732024-12-07T00:09:22.324Z Compiling postgres-protocol v0.6.7
14742024-12-07T00:09:22.441Z Compiling tungstenite v0.24.0
14752024-12-07T00:09:23.129Z Compiling resolv-conf v0.7.0
14762024-12-07T00:09:23.301Z Compiling async-stream v0.3.6
14772024-12-07T00:09:23.493Z Compiling hickory-proto v0.24.1
14782024-12-07T00:09:23.583Z Compiling slog-term v2.9.1
14792024-12-07T00:09:23.825Z Compiling usdt v0.5.0
14802024-12-07T00:09:24.405Z Compiling group v0.13.0
14812024-12-07T00:09:24.626Z Compiling num-iter v0.1.45
14822024-12-07T00:09:24.791Z Compiling futures v0.3.31
14832024-12-07T00:09:24.815Z Compiling toml v0.8.19
14842024-12-07T00:09:24.900Z Compiling slog-bunyan v2.5.0
14852024-12-07T00:09:26.293Z Compiling backtrace v0.3.74
14862024-12-07T00:09:26.407Z Compiling camino v1.1.9
14872024-12-07T00:09:26.919Z Compiling tokio-native-tls v0.3.1
14882024-12-07T00:09:27.185Z Compiling phf_shared v0.11.2
14892024-12-07T00:09:27.209Z Compiling dropshot_endpoint v0.12.0
14902024-12-07T00:09:27.341Z Compiling terminal_size v0.4.0
14912024-12-07T00:09:27.559Z Compiling waitgroup v0.1.2
14922024-12-07T00:09:27.583Z Compiling openapiv3 v2.0.0
14932024-12-07T00:09:27.776Z Compiling serde_path_to_error v0.1.16
14942024-12-07T00:09:27.823Z Compiling hkdf v0.12.4
14952024-12-07T00:09:28.065Z Compiling crypto-bigint v0.5.5
14962024-12-07T00:09:28.515Z Compiling webpki-roots v0.26.6
14972024-12-07T00:09:28.708Z Compiling curve25519-dalek-derive v0.1.1
14982024-12-07T00:09:29.447Z Compiling zerocopy-derive v0.6.6
14992024-12-07T00:09:29.669Z Compiling hubpack_derive v0.1.1
15002024-12-07T00:09:29.974Z Compiling idna v0.5.0
15012024-12-07T00:09:30.427Z Compiling hostname v0.4.0
15022024-12-07T00:09:30.663Z Compiling ahash v0.8.11
15032024-12-07T00:09:30.947Z Compiling crc32fast v1.4.2
15042024-12-07T00:09:31.052Z Compiling fs-err v2.11.0
15052024-12-07T00:09:31.140Z Compiling debug-ignore v1.0.5
15062024-12-07T00:09:31.247Z Compiling bitflags v1.3.2
15072024-12-07T00:09:31.277Z Compiling managed v0.8.0
15082024-12-07T00:09:31.309Z Compiling winnow v0.5.40
15092024-12-07T00:09:31.335Z Compiling console v0.15.8
15102024-12-07T00:09:31.359Z Compiling zerocopy v0.6.6
15112024-12-07T00:09:31.501Z Compiling clap_builder v4.5.21
15122024-12-07T00:09:32.062Z Compiling flate2 v1.0.34
15132024-12-07T00:09:32.270Z Compiling strum_macros v0.25.3
15142024-12-07T00:09:32.724Z Compiling cookie_store v0.21.0
15152024-12-07T00:09:32.918Z Compiling elliptic-curve v0.13.8
15162024-12-07T00:09:33.071Z Compiling hubpack v0.1.2
15172024-12-07T00:09:33.467Z Compiling hickory-resolver v0.24.1
15182024-12-07T00:09:33.642Z Compiling phf v0.11.2
15192024-12-07T00:09:33.892Z Compiling signal-hook-mio v0.2.4
15202024-12-07T00:09:34.047Z Compiling hyper-tls v0.6.0
15212024-12-07T00:09:34.436Z Compiling toml_edit v0.19.15
15222024-12-07T00:09:34.553Z Compiling rayon v1.10.0
15232024-12-07T00:09:34.914Z Compiling bzip2 v0.4.4
15242024-12-07T00:09:35.668Z Compiling tokio-tungstenite v0.24.0
15252024-12-07T00:09:36.153Z Compiling postgres-types v0.2.8
15262024-12-07T00:09:38.604Z Compiling ed25519 v2.2.3
15272024-12-07T00:09:38.689Z Compiling phf_shared v0.10.0
15282024-12-07T00:09:39.057Z Compiling tokio-stream v0.1.16
15292024-12-07T00:09:39.293Z Compiling pkcs1 v0.7.5
15302024-12-07T00:09:39.533Z Compiling serde-big-array v0.5.1
15312024-12-07T00:09:39.747Z Compiling clap_derive v4.5.18
15322024-12-07T00:09:39.797Z Compiling rfc6979 v0.4.0
15332024-12-07T00:09:39.950Z Compiling serde_repr v0.1.19
15342024-12-07T00:09:39.974Z Compiling derive-where v1.2.7
15352024-12-07T00:09:40.202Z Compiling float-cmp v0.9.0
15362024-12-07T00:09:40.226Z Compiling bstr v1.10.0
15372024-12-07T00:09:40.404Z Compiling sync_wrapper v1.0.1
15382024-12-07T00:09:40.550Z Compiling unicode-width v0.2.0
15392024-12-07T00:09:40.955Z Compiling new_debug_unreachable v1.0.6
15402024-12-07T00:09:40.989Z Compiling number_prefix v0.4.0
15412024-12-07T00:09:41.053Z Compiling fixedbitset v0.4.2
15422024-12-07T00:09:41.205Z Compiling precomputed-hash v0.1.1
15432024-12-07T00:09:41.320Z Compiling static_assertions v1.1.0
15442024-12-07T00:09:41.362Z Compiling difflib v0.4.0
15452024-12-07T00:09:41.426Z Compiling bit-vec v0.6.3
15462024-12-07T00:09:41.474Z Compiling whoami v1.5.2
15472024-12-07T00:09:41.766Z Compiling unicode-segmentation v1.12.0
15482024-12-07T00:09:41.854Z Compiling predicates-core v1.0.8
15492024-12-07T00:09:42.043Z Compiling normalize-line-endings v0.3.0
15502024-12-07T00:09:42.165Z Compiling predicates v3.1.2
15512024-12-07T00:09:42.190Z Compiling tokio-postgres v0.7.12
15522024-12-07T00:09:42.525Z Compiling similar v2.6.0
15532024-12-07T00:09:42.784Z Compiling bit-set v0.5.3
15542024-12-07T00:09:43.040Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15552024-12-07T00:09:43.085Z Compiling petgraph v0.6.5
15562024-12-07T00:09:43.720Z Compiling string_cache v0.8.7
15572024-12-07T00:09:43.833Z Compiling clap v4.5.21
15582024-12-07T00:09:43.942Z Compiling indicatif v0.17.9
15592024-12-07T00:09:44.143Z Compiling ecdsa v0.16.9
15602024-12-07T00:09:44.619Z Compiling rsa v0.9.6
15612024-12-07T00:09:44.848Z Compiling ed25519-dalek v2.1.1
15622024-12-07T00:09:45.869Z Compiling toml v0.7.8
15632024-12-07T00:09:45.956Z Compiling zip v0.6.6
15642024-12-07T00:09:46.527Z Compiling crossterm v0.28.1
15652024-12-07T00:09:47.157Z Compiling hex v0.4.3
15662024-12-07T00:09:47.320Z Compiling x509-cert v0.2.5
15672024-12-07T00:09:47.553Z Compiling itertools v0.10.5
15682024-12-07T00:09:47.690Z Compiling unicode-xid v0.2.6
15692024-12-07T00:09:47.855Z Compiling peg-runtime v0.8.3
15702024-12-07T00:09:47.879Z Compiling lalrpop-util v0.19.12
15712024-12-07T00:09:48.185Z Compiling strum_macros v0.26.4
15722024-12-07T00:09:48.471Z Compiling xattr v1.3.1
15732024-12-07T00:09:48.670Z Compiling filetime v0.2.25
15742024-12-07T00:09:48.925Z Compiling tar v0.4.42
15752024-12-07T00:09:52.010Z Compiling strum v0.26.3
15762024-12-07T00:09:54.812Z Compiling aws-lc-sys v0.22.0
15772024-12-07T00:10:25.483Z Compiling rustls-webpki v0.102.8
15782024-12-07T00:10:29.699Z Compiling tokio-rustls v0.25.0
15792024-12-07T00:10:31.507Z Compiling tokio-rustls v0.26.0
15802024-12-07T00:10:31.832Z Compiling hyper-rustls v0.27.3
15812024-12-07T00:10:32.330Z Compiling reqwest v0.12.9
15822024-12-07T00:10:33.566Z Compiling qorb v0.2.1
15832024-12-07T00:10:39.012Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15842024-12-07T00:10:39.355Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15852024-12-07T00:10:47.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15862024-12-07T00:10:47.317Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15872024-12-07T00:10:47.379ZDec 07 00:10:47.026 INFO Starting download, target: Console
15882024-12-07T00:10:47.379ZDec 07 00:10:47.026 INFO Starting download, target: Clickhouse
15892024-12-07T00:10:47.379ZDec 07 00:10:47.026 INFO Starting download, target: Cockroach
15902024-12-07T00:10:47.379ZDec 07 00:10:47.026 INFO Starting download, target: DendriteOpenapi
15912024-12-07T00:10:47.404ZDec 07 00:10:47.027 INFO Starting download, target: DendriteStub
15922024-12-07T00:10:47.404ZDec 07 00:10:47.027 INFO Starting download, target: MaghemiteMgd
15932024-12-07T00:10:47.404ZDec 07 00:10:47.027 INFO Starting download, target: TransceiverControl
15942024-12-07T00:10:47.404ZDec 07 00:10:47.028 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15952024-12-07T00:10:47.404ZDec 07 00:10:47.029 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962024-12-07T00:10:47.404ZDec 07 00:10:47.029 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15972024-12-07T00:10:47.404ZDec 07 00:10:47.029 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982024-12-07T00:10:47.404ZDec 07 00:10:47.029 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15992024-12-07T00:10:47.404ZDec 07 00:10:47.029 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16002024-12-07T00:10:47.404ZDec 07 00:10:47.030 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16012024-12-07T00:10:47.642ZDec 07 00:10:47.290 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16022024-12-07T00:10:47.920ZDec 07 00:10:47.555 INFO Download complete, target: DendriteOpenapi
16032024-12-07T00:10:47.987ZDec 07 00:10:47.581 INFO Download complete, target: Console
16042024-12-07T00:10:48.258ZDec 07 00:10:47.898 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16052024-12-07T00:10:48.880ZDec 07 00:10:48.528 INFO Download complete, target: TransceiverControl
16062024-12-07T00:10:49.705ZDec 07 00:10:49.353 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16072024-12-07T00:10:49.730ZDec 07 00:10:49.357 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16082024-12-07T00:10:52.011ZDec 07 00:10:51.659 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16092024-12-07T00:10:52.012ZDec 07 00:10:51.659 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16102024-12-07T00:10:52.887ZDec 07 00:10:52.534 INFO Download complete, target: MaghemiteMgd
16112024-12-07T00:10:52.966ZDec 07 00:10:52.613 INFO Download complete, target: DendriteStub
16122024-12-07T00:11:00.278ZDec 07 00:10:59.925 INFO Checking that binary works, target: Cockroach
16132024-12-07T00:11:00.607ZDec 07 00:11:00.254 INFO Download complete, target: Cockroach
16142024-12-07T00:11:05.609ZDec 07 00:11:05.257 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16152024-12-07T00:11:18.830ZDec 07 00:11:18.477 INFO Checking that binary works, target: Clickhouse
16162024-12-07T00:11:19.043ZDec 07 00:11:18.690 INFO Download complete, target: Clickhouse
16172024-12-07T00:11:19.072ZAll prerequisites installed successfully
16182024-12-07T00:11:19.072Z
16192024-12-07T00:11:19.072Zreal 4:44.952741164
16202024-12-07T00:11:19.072Zuser 14:56.257730376
16212024-12-07T00:11:19.072Zsys 3:11.309030828
16222024-12-07T00:11:19.072Ztrap 0.490249077
16232024-12-07T00:11:19.072Ztflt 0.801502518
16242024-12-07T00:11:19.072Zdflt 2.484999519
16252024-12-07T00:11:19.072Zkflt 0.009033458
16262024-12-07T00:11:19.072Zlock 34:56.830875880
16272024-12-07T00:11:19.072Zslp 55:01.841966064
16282024-12-07T00:11:19.072Zlat 58.349207613
16292024-12-07T00:11:19.072Zstop 2:01.733668843
16302024-12-07T00:11:19.072Z+ source ./tools/include/force-git-over-https.sh
16312024-12-07T00:11:19.072Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16322024-12-07T00:11:19.072Z++ (( i = 0 ))
16332024-12-07T00:11:19.072Z++ (( i < 5 ))
16342024-12-07T00:11:19.072Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16352024-12-07T00:11:19.072Z++ (( i++ ))
16362024-12-07T00:11:19.072Z++ (( i < 5 ))
16372024-12-07T00:11:19.072Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16382024-12-07T00:11:19.072Z++ (( i++ ))
16392024-12-07T00:11:19.072Z++ (( i < 5 ))
16402024-12-07T00:11:19.073Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16412024-12-07T00:11:19.073Z++ (( i++ ))
16422024-12-07T00:11:19.073Z++ (( i < 5 ))
16432024-12-07T00:11:19.073Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16442024-12-07T00:11:19.098Z++ (( i++ ))
16452024-12-07T00:11:19.098Z++ (( i < 5 ))
16462024-12-07T00:11:19.098Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16472024-12-07T00:11:19.098Z++ (( i++ ))
16482024-12-07T00:11:19.098Z++ (( i < 5 ))
16492024-12-07T00:11:19.099Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-07T00:11:19.099Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16512024-12-07T00:11:19.099Z+ rc=0
16522024-12-07T00:11:19.099Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16532024-12-07T00:11:56.711Z+ case $rc in
16542024-12-07T00:11:56.711Z+ pfexec zfs create -p rpool/images/build/host
16552024-12-07T00:11:56.789Z+ pfexec zfs create -p rpool/images/build/recovery
16562024-12-07T00:11:56.825Z+ cargo xtask releng --output-dir /work
16572024-12-07T00:11:57.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
16582024-12-07T00:11:57.526Z Running `target/debug/xtask releng --output-dir /work`
16592024-12-07T00:11:58.767Z Compiling proc-macro2 v1.0.89
16602024-12-07T00:11:58.767Z Compiling unicode-ident v1.0.13
16612024-12-07T00:11:58.767Z Compiling libc v0.2.162
16622024-12-07T00:11:58.767Z Compiling serde v1.0.215
16632024-12-07T00:11:58.791Z Compiling autocfg v1.4.0
16642024-12-07T00:11:58.791Z Compiling version_check v0.9.5
16652024-12-07T00:11:58.791Z Compiling cfg-if v1.0.0
16662024-12-07T00:11:58.946Z Compiling memchr v2.7.4
16672024-12-07T00:11:58.983Z Compiling typenum v1.17.0
16682024-12-07T00:11:59.008Z Compiling shlex v1.3.0
16692024-12-07T00:11:59.381Z Compiling value-bag v1.9.0
16702024-12-07T00:11:59.416Z Compiling scopeguard v1.2.0
16712024-12-07T00:11:59.472Z Compiling generic-array v0.14.7
16722024-12-07T00:11:59.734Z Compiling rustix v0.38.37
16732024-12-07T00:11:59.783Z Compiling lock_api v0.4.12
16742024-12-07T00:11:59.916Z Compiling log v0.4.22
16752024-12-07T00:11:59.978Z Compiling parking_lot_core v0.9.10
16762024-12-07T00:12:00.316Z Compiling quote v1.0.37
16772024-12-07T00:12:00.451Z Compiling serde_json v1.0.132
16782024-12-07T00:12:00.751Z Compiling syn v2.0.87
16792024-12-07T00:12:00.872Z Compiling jobserver v0.1.32
16802024-12-07T00:12:00.899Z Compiling getrandom v0.2.15
16812024-12-07T00:12:00.967Z Compiling libm v0.2.8
16822024-12-07T00:12:01.008Z Compiling num-traits v0.2.19
16832024-12-07T00:12:01.253Z Compiling once_cell v1.20.2
16842024-12-07T00:12:01.290Z Compiling cc v1.1.30
16852024-12-07T00:12:01.327Z Compiling thiserror v1.0.69
16862024-12-07T00:12:01.359Z Compiling spin v0.9.8
16872024-12-07T00:12:01.388Z Compiling itoa v1.0.11
16882024-12-07T00:12:01.627Z Compiling aho-corasick v1.1.3
16892024-12-07T00:12:01.690Z Compiling regex-syntax v0.8.5
16902024-12-07T00:12:01.757Z Compiling slab v0.4.9
16912024-12-07T00:12:01.910Z Compiling errno v0.3.9
16922024-12-07T00:12:02.395Z Compiling byteorder v1.5.0
16932024-12-07T00:12:02.808Z Compiling either v1.13.0
16942024-12-07T00:12:02.890Z Compiling lazy_static v1.5.0
16952024-12-07T00:12:03.070Z Compiling rand_core v0.6.4
16962024-12-07T00:12:03.328Z Compiling glob v0.3.1
16972024-12-07T00:12:03.534Z Compiling prettyplease v0.2.25
16982024-12-07T00:12:03.658Z Compiling subtle v2.6.1
16992024-12-07T00:12:03.969Z Compiling minimal-lexical v0.2.1
17002024-12-07T00:12:04.115Z Compiling libloading v0.8.5
17012024-12-07T00:12:04.189Z Compiling clang-sys v1.8.1
17022024-12-07T00:12:04.476Z Compiling nom v7.1.3
17032024-12-07T00:12:04.906Z Compiling bindgen v0.69.5
17042024-12-07T00:12:04.944Z Compiling home v0.5.9
17052024-12-07T00:12:05.255Z Compiling itertools v0.12.1
17062024-12-07T00:12:05.379Z Compiling regex-automata v0.4.8
17072024-12-07T00:12:05.803Z Compiling rustc-hash v1.1.0
17082024-12-07T00:12:05.986Z Compiling lazycell v1.3.0
17092024-12-07T00:12:06.743Z Compiling cmake v0.1.51
17102024-12-07T00:12:07.670Z Compiling cexpr v0.6.0
17112024-12-07T00:12:07.895Z Compiling semver v1.0.23
17122024-12-07T00:12:07.919Z Compiling fs_extra v1.3.0
17132024-12-07T00:12:07.919Z Compiling pkg-config v0.3.31
17142024-12-07T00:12:08.270Z Compiling synstructure v0.13.1
17152024-12-07T00:12:08.465Z Compiling smallvec v1.13.2
17162024-12-07T00:12:08.975Z Compiling dunce v1.0.5
17172024-12-07T00:12:09.172Z Compiling ring v0.17.8
17182024-12-07T00:12:09.217Z Compiling heck v0.5.0
17192024-12-07T00:12:09.514Z Compiling ryu v1.0.18
17202024-12-07T00:12:09.570Z Compiling paste v1.0.15
17212024-12-07T00:12:09.734Z Compiling aws-lc-rs v1.10.0
17222024-12-07T00:12:10.153Z Compiling const-oid v0.9.6
17232024-12-07T00:12:10.188Z Compiling httparse v1.9.5
17242024-12-07T00:12:10.494Z Compiling pin-project-lite v0.2.14
17252024-12-07T00:12:10.861Z Compiling regex v1.11.1
17262024-12-07T00:12:11.047Z Compiling allocator-api2 v0.2.18
17272024-12-07T00:12:11.425Z Compiling futures-core v0.3.31
17282024-12-07T00:12:11.840Z Compiling signal-hook-registry v1.4.2
17292024-12-07T00:12:11.977Z Compiling time-core v0.1.2
17302024-12-07T00:12:12.196Z Compiling num-conv v0.1.0
17312024-12-07T00:12:12.510Z Compiling crossbeam-utils v0.8.20
17322024-12-07T00:12:12.564Z Compiling time-macros v0.2.18
17332024-12-07T00:12:12.620Z Compiling parking_lot v0.12.3
17342024-12-07T00:12:13.046Z Compiling mio v1.0.2
17352024-12-07T00:12:13.458Z Compiling vcpkg v0.2.15
17362024-12-07T00:12:13.541Z Compiling serde_derive v1.0.215
17372024-12-07T00:12:13.590Z Compiling zeroize_derive v1.4.2
17382024-12-07T00:12:14.608Z Compiling zerocopy-derive v0.7.35
17392024-12-07T00:12:14.685Z Compiling tokio-macros v2.4.0
17402024-12-07T00:12:14.865Z Compiling thiserror-impl v1.0.69
17412024-12-07T00:12:15.104Z Compiling zeroize v1.8.1
17422024-12-07T00:12:15.303Z Compiling zerofrom-derive v0.1.4
17432024-12-07T00:12:15.511Z Compiling yoke-derive v0.7.4
17442024-12-07T00:12:15.607Z Compiling futures-macro v0.3.31
17452024-12-07T00:12:15.676Z Compiling zerovec-derive v0.10.3
17462024-12-07T00:12:16.634Z Compiling displaydoc v0.2.5
17472024-12-07T00:12:17.222Z Compiling zerocopy v0.7.35
17482024-12-07T00:12:17.846Z Compiling crypto-common v0.1.6
17492024-12-07T00:12:18.106Z Compiling icu_provider_macros v1.5.0
17502024-12-07T00:12:18.132Z Compiling tracing-attributes v0.1.27
17512024-12-07T00:12:18.157Z Compiling block-buffer v0.10.4
17522024-12-07T00:12:18.465Z Compiling digest v0.10.7
17532024-12-07T00:12:18.544Z Compiling der_derive v0.7.3
17542024-12-07T00:12:18.925Z Compiling openssl-sys v0.9.103
17552024-12-07T00:12:19.241Z Compiling schemars v0.8.21
17562024-12-07T00:12:19.443Z Compiling fnv v1.0.7
17572024-12-07T00:12:19.927Z Compiling serde_derive_internals v0.29.1
17582024-12-07T00:12:20.487Z Compiling socket2 v0.5.7
17592024-12-07T00:12:20.790Z Compiling ahash v0.8.11
17602024-12-07T00:12:22.199Z Compiling schemars_derive v0.8.21
17612024-12-07T00:12:22.227Z Compiling foldhash v0.1.3
17622024-12-07T00:12:22.251Z Compiling cpufeatures v0.2.14
17632024-12-07T00:12:22.398Z Compiling equivalent v1.0.1
17642024-12-07T00:12:22.510Z Compiling futures-sink v0.3.31
17652024-12-07T00:12:22.587Z Compiling hashbrown v0.15.0
17662024-12-07T00:12:22.757Z Compiling slog v2.7.0
17672024-12-07T00:12:23.076Z Compiling stable_deref_trait v1.2.0
17682024-12-07T00:12:24.092Z Compiling futures-channel v0.3.31
17692024-12-07T00:12:24.305Z Compiling zerofrom v0.1.4
17702024-12-07T00:12:24.439Z Compiling scroll_derive v0.12.0
17712024-12-07T00:12:24.585Z Compiling openssl v0.10.66
17722024-12-07T00:12:24.617Z Compiling futures-task v0.3.31
17732024-12-07T00:12:24.719Z Compiling futures-io v0.3.31
17742024-12-07T00:12:24.945Z Compiling pin-utils v0.1.0
17752024-12-07T00:12:24.982Z Compiling ucd-trie v0.1.7
17762024-12-07T00:12:25.027Z Compiling futures-util v0.3.31
17772024-12-07T00:12:25.054Z Compiling yoke v0.7.4
17782024-12-07T00:12:25.445Z Compiling pest v2.7.14
17792024-12-07T00:12:25.497Z Compiling hmac v0.12.1
17802024-12-07T00:12:25.758Z Compiling tinyvec_macros v0.1.1
17812024-12-07T00:12:25.847Z Compiling zerovec v0.10.4
17822024-12-07T00:12:25.915Z Compiling bitflags v2.6.0
17832024-12-07T00:12:26.053Z Compiling bytes v1.8.0
17842024-12-07T00:12:27.474Z Compiling tokio v1.40.0
17852024-12-07T00:12:28.122Z Compiling indexmap v2.6.0
17862024-12-07T00:12:28.330Z Compiling serde_tokenstream v0.2.2
17872024-12-07T00:12:29.045Z Compiling http v1.1.0
17882024-12-07T00:12:29.589Z Compiling rustc_version v0.4.1
17892024-12-07T00:12:30.344Z Compiling which v4.4.2
17902024-12-07T00:12:30.940Z Compiling pest_meta v2.7.14
17912024-12-07T00:12:31.691Z Compiling tinyvec v1.8.0
17922024-12-07T00:12:33.388Z Compiling uuid v1.11.0
17932024-12-07T00:12:34.109Z Compiling block-padding v0.3.3
17942024-12-07T00:12:34.372Z Compiling openssl-macros v0.1.1
17952024-12-07T00:12:34.858Z Compiling native-tls v0.2.12
17962024-12-07T00:12:35.069Z Compiling iana-time-zone v0.1.61
17972024-12-07T00:12:35.164Z Compiling rustls v0.23.14
17982024-12-07T00:12:35.528Z Compiling chrono v0.4.38
17992024-12-07T00:12:35.553Z Compiling inout v0.1.3
18002024-12-07T00:12:35.914Z Compiling unicode-normalization v0.1.24
18012024-12-07T00:12:36.530Z Compiling pest_generator v2.7.14
18022024-12-07T00:12:37.280Z Compiling cipher v0.4.4
18032024-12-07T00:12:37.411Z Compiling tinystr v0.7.6
18042024-12-07T00:12:37.900Z Compiling sha2 v0.10.8
18052024-12-07T00:12:38.077Z Compiling pest_derive v2.7.14
18062024-12-07T00:12:38.300Z Compiling async-trait v0.1.83
18072024-12-07T00:12:38.685Z Compiling cookie v0.18.1
18082024-12-07T00:12:38.736Z Compiling usdt-impl v0.5.0
18092024-12-07T00:12:38.852Z Compiling writeable v0.5.5
18102024-12-07T00:12:39.062Z Compiling unicode-bidi v0.3.17
18112024-12-07T00:12:39.569Z Compiling litemap v0.7.3
18122024-12-07T00:12:40.234Z Compiling base64ct v1.6.0
18132024-12-07T00:12:40.318Z Compiling icu_locid v1.5.0
18142024-12-07T00:12:40.812Z Compiling pem-rfc7468 v0.7.0
18152024-12-07T00:12:41.478Z Compiling scroll v0.12.0
18162024-12-07T00:12:42.328Z Compiling ppv-lite86 v0.2.20
18172024-12-07T00:12:43.061Z Compiling tracing-core v0.1.32
18182024-12-07T00:12:43.242Z Compiling flagset v0.4.6
18192024-12-07T00:12:43.486Z Compiling plain v0.2.3
18202024-12-07T00:12:43.615Z Compiling aws-lc-sys v0.22.0
18212024-12-07T00:12:43.689Z Compiling percent-encoding v2.3.1
18222024-12-07T00:12:44.101Z Compiling untrusted v0.7.1
18232024-12-07T00:12:44.284Z Compiling syn v1.0.109
18242024-12-07T00:12:44.763Z Compiling dyn-clone v1.0.17
18252024-12-07T00:12:44.941Z Compiling rustls-pki-types v1.9.0
18262024-12-07T00:12:45.004Z Compiling camino v1.1.9
18272024-12-07T00:12:46.734Z Compiling tracing v0.1.40
18282024-12-07T00:12:47.454Z Compiling goblin v0.8.2
18292024-12-07T00:12:48.046Z Compiling der v0.7.9
18302024-12-07T00:12:48.425Z Compiling rand_chacha v0.3.1
18312024-12-07T00:12:49.304Z Compiling icu_provider v1.5.0
18322024-12-07T00:12:50.307Z Compiling tokio-util v0.7.12
18332024-12-07T00:12:51.517Z Compiling mirai-annotations v1.12.0
18342024-12-07T00:12:52.075Z Compiling rustls v0.22.4
18352024-12-07T00:12:52.355Z Compiling rayon-core v1.12.1
18362024-12-07T00:12:52.387Z Compiling powerfmt v0.2.0
18372024-12-07T00:12:52.441Z Compiling pretty-hex v0.4.1
18382024-12-07T00:12:52.526Z Compiling icu_locid_transform_data v1.5.0
18392024-12-07T00:12:52.642Z Compiling untrusted v0.9.0
18402024-12-07T00:12:52.723Z Compiling deranged v0.3.11
18412024-12-07T00:12:52.814Z Compiling icu_locid_transform v1.5.0
18422024-12-07T00:12:52.930Z Compiling dof v0.3.0
18432024-12-07T00:12:54.998Z Compiling spki v0.7.3
18442024-12-07T00:12:55.375Z Compiling rand v0.8.5
18452024-12-07T00:12:55.740Z Compiling dtrace-parser v0.2.0
18462024-12-07T00:12:55.781Z Compiling salsa20 v0.10.2
18472024-12-07T00:12:56.954Z Compiling icu_collections v1.5.0
18482024-12-07T00:12:57.725Z Compiling pbkdf2 v0.12.2
18492024-12-07T00:12:58.853Z Compiling bzip2-sys v0.1.11+1.0.8
18502024-12-07T00:12:58.895Z Compiling thread-id v4.2.2
18512024-12-07T00:12:59.222Z Compiling icu_properties_data v1.5.0
18522024-12-07T00:12:59.288Z Compiling num_threads v0.1.7
18532024-12-07T00:12:59.458Z Compiling atomic-waker v1.1.2
18542024-12-07T00:13:00.016Z Compiling icu_properties v1.5.1
18552024-12-07T00:13:00.069Z Compiling time v0.3.36
18562024-12-07T00:13:04.282Z Compiling scrypt v0.11.0
18572024-12-07T00:13:04.730Z Compiling form_urlencoded v1.2.1
18582024-12-07T00:13:04.894Z Compiling aes v0.8.4
18592024-12-07T00:13:05.187Z Compiling cbc v0.1.2
18602024-12-07T00:13:05.330Z Compiling http-body v1.0.1
18612024-12-07T00:13:05.630Z Compiling multer v3.1.0
18622024-12-07T00:13:05.695Z Compiling try-lock v0.2.5
18632024-12-07T00:13:05.721Z Compiling slog-async v2.8.0
18642024-12-07T00:13:05.859Z Compiling write16 v1.0.0
18652024-12-07T00:13:05.927Z Compiling utf16_iter v1.0.5
18662024-12-07T00:13:06.003Z Compiling icu_normalizer_data v1.5.0
18672024-12-07T00:13:06.088Z Compiling utf8_iter v1.0.4
18682024-12-07T00:13:06.434Z Compiling icu_normalizer v1.5.0
18692024-12-07T00:13:06.763Z Compiling want v0.3.1
18702024-12-07T00:13:08.020Z Compiling pkcs5 v0.7.1
18712024-12-07T00:13:10.405Z Compiling h2 v0.4.6
18722024-12-07T00:13:10.884Z Compiling heapless v0.7.17
18732024-12-07T00:13:11.161Z Compiling zerocopy-derive v0.6.6
18742024-12-07T00:13:11.606Z Compiling base64 v0.22.1
18752024-12-07T00:13:11.651Z Compiling signal-hook v0.3.17
18762024-12-07T00:13:12.104Z Compiling num-bigint-dig v0.8.4
18772024-12-07T00:13:12.454Z Compiling httpdate v1.0.3
18782024-12-07T00:13:12.762Z Compiling anyhow v1.0.93
18792024-12-07T00:13:13.936Z Compiling pkcs8 v0.10.2
18802024-12-07T00:13:14.139Z Compiling idna_adapter v1.2.0
18812024-12-07T00:13:14.648Z Compiling usdt-attr-macro v0.5.0
18822024-12-07T00:13:14.695Z Compiling usdt-macro v0.5.0
18832024-12-07T00:13:16.359Z Compiling async-stream-impl v0.3.6
18842024-12-07T00:13:16.401Z Compiling tower-service v0.3.3
18852024-12-07T00:13:17.002Z Compiling rustversion v1.0.17
18862024-12-07T00:13:17.296Z Compiling strsim v0.11.1
18872024-12-07T00:13:17.896Z Compiling hyper v1.5.0
18882024-12-07T00:13:18.820Z Compiling idna v1.0.3
18892024-12-07T00:13:20.629Z Compiling hyper-util v0.1.10
18902024-12-07T00:13:26.030Z Compiling curve25519-dalek v4.1.3
18912024-12-07T00:13:26.306Z Compiling openapiv3 v2.0.0
18922024-12-07T00:13:26.479Z Compiling toml_datetime v0.6.8
18932024-12-07T00:13:26.518Z Compiling serde_spanned v0.6.8
18942024-12-07T00:13:26.875Z Compiling enum-as-inner v0.6.1
18952024-12-07T00:13:26.995Z Compiling dropshot v0.12.0
18962024-12-07T00:13:27.365Z Compiling adler2 v2.0.0
18972024-12-07T00:13:27.404Z Compiling smoltcp v0.9.1
18982024-12-07T00:13:28.025Z Compiling match_cfg v0.1.0
18992024-12-07T00:13:28.148Z Compiling foreign-types-shared v0.1.1
19002024-12-07T00:13:28.302Z Compiling portable-atomic v1.9.0
19012024-12-07T00:13:28.516Z Compiling foreign-types v0.3.2
19022024-12-07T00:13:29.313Z Compiling hostname v0.3.1
19032024-12-07T00:13:29.389Z Compiling miniz_oxide v0.8.0
19042024-12-07T00:13:30.522Z Compiling url v2.5.3
19052024-12-07T00:13:36.042Z Compiling http-body-util v0.1.2
19062024-12-07T00:13:36.587Z Compiling clap_derive v4.5.18
19072024-12-07T00:13:36.753Z Compiling dirs-sys-next v0.1.2
19082024-12-07T00:13:37.241Z Compiling encoding_rs v0.8.34
19092024-12-07T00:13:38.760Z Compiling mime v0.3.17
19102024-12-07T00:13:39.650Z Compiling data-encoding v2.6.0
19112024-12-07T00:13:40.178Z Compiling siphasher v0.3.11
19122024-12-07T00:13:41.044Z Compiling dirs-next v2.0.0
19132024-12-07T00:13:45.590Z Compiling hubpack_derive v0.1.1
19142024-12-07T00:13:45.667Z Compiling serde_urlencoded v0.7.1
19152024-12-07T00:13:46.189Z Compiling crossbeam-epoch v0.9.18
19162024-12-07T00:13:46.341Z Compiling hashbrown v0.14.5
19172024-12-07T00:13:46.791Z Compiling rustls-pemfile v2.2.0
19182024-12-07T00:13:47.249Z Compiling dropshot_endpoint v0.12.0
19192024-12-07T00:13:48.010Z Compiling rustls-webpki v0.102.8
19202024-12-07T00:13:48.369Z Compiling sha1 v0.10.6
19212024-12-07T00:13:48.724Z Compiling signature v2.2.0
19222024-12-07T00:13:48.758Z Compiling curve25519-dalek-derive v0.1.1
19232024-12-07T00:13:49.008Z Compiling thread_local v1.1.8
19242024-12-07T00:13:49.439Z Compiling fs-err v2.11.0
19252024-12-07T00:13:49.711Z Compiling unicode-properties v0.1.3
19262024-12-07T00:13:49.952Z Compiling gimli v0.31.1
19272024-12-07T00:13:50.036Z Compiling ipnet v2.10.1
19282024-12-07T00:13:50.734Z Compiling utf8parse v0.2.2
19292024-12-07T00:13:51.782Z Compiling openssl-probe v0.1.5
19302024-12-07T00:13:52.382Z Compiling anstyle v1.0.10
19312024-12-07T00:13:52.469Z Compiling winnow v0.6.20
19322024-12-07T00:13:53.432Z Compiling anstyle-parse v0.2.5
19332024-12-07T00:13:53.681Z Compiling addr2line v0.24.2
19342024-12-07T00:13:53.724Z Compiling stringprep v0.1.5
19352024-12-07T00:13:54.855Z Compiling regress v0.10.1
19362024-12-07T00:13:55.371Z Compiling toml_edit v0.22.22
19372024-12-07T00:13:55.516Z Compiling crossbeam-deque v0.8.5
19382024-12-07T00:13:55.813Z Compiling term v0.7.0
19392024-12-07T00:13:56.888Z Compiling slog-json v2.6.1
19402024-12-07T00:13:57.903Z Compiling crossbeam-channel v0.5.13
19412024-12-07T00:13:59.130Z Compiling idna v0.3.0
19422024-12-07T00:13:59.977Z Compiling idna v0.4.0
19432024-12-07T00:14:01.377Z Compiling futures-executor v0.3.31
19442024-12-07T00:14:01.483Z Compiling num-integer v0.1.46
19452024-12-07T00:14:01.788Z Compiling md-5 v0.10.6
19462024-12-07T00:14:02.036Z Compiling ff v0.13.0
19472024-12-07T00:14:02.118Z Compiling hash32 v0.2.1
19482024-12-07T00:14:02.195Z Compiling memmap v0.7.0
19492024-12-07T00:14:02.253Z Compiling is-terminal v0.4.13
19502024-12-07T00:14:02.278Z Compiling object v0.36.5
19512024-12-07T00:14:02.384Z Compiling anstyle-query v1.1.1
19522024-12-07T00:14:02.456Z Compiling utf-8 v0.7.6
19532024-12-07T00:14:02.491Z Compiling heck v0.4.1
19542024-12-07T00:14:02.536Z Compiling rustc-demangle v0.1.24
19552024-12-07T00:14:02.727Z Compiling psl-types v2.0.11
19562024-12-07T00:14:02.927Z Compiling linked-hash-map v0.5.6
19572024-12-07T00:14:03.040Z Compiling fallible-iterator v0.2.0
19582024-12-07T00:14:03.261Z Compiling base16ct v0.2.0
19592024-12-07T00:14:03.291Z Compiling colorchoice v1.0.2
19602024-12-07T00:14:03.458Z Compiling is_terminal_polyfill v1.70.1
19612024-12-07T00:14:03.535Z Compiling take_mut v0.2.2
19622024-12-07T00:14:03.570Z Compiling quick-error v1.2.3
19632024-12-07T00:14:03.694Z Compiling postgres-protocol v0.6.7
19642024-12-07T00:14:03.721Z Compiling resolv-conf v0.7.0
19652024-12-07T00:14:04.288Z Compiling anstream v0.6.15
19662024-12-07T00:14:04.545Z Compiling sec1 v0.7.3
19672024-12-07T00:14:04.712Z Compiling lru-cache v0.1.2
19682024-12-07T00:14:04.863Z Compiling publicsuffix v2.2.3
19692024-12-07T00:14:05.035Z Compiling strum_macros v0.25.3
19702024-12-07T00:14:05.103Z Compiling tungstenite v0.24.0
19712024-12-07T00:14:05.538Z Compiling usdt v0.5.0
19722024-12-07T00:14:05.658Z Compiling slog-term v2.9.1
19732024-12-07T00:14:05.954Z Compiling group v0.13.0
19742024-12-07T00:14:06.205Z Compiling num-iter v0.1.45
19752024-12-07T00:14:06.238Z Compiling futures v0.3.31
19762024-12-07T00:14:06.579Z Compiling hickory-proto v0.24.1
19772024-12-07T00:14:06.791Z Compiling tokio-rustls v0.26.0
19782024-12-07T00:14:07.914Z Compiling toml v0.8.19
19792024-12-07T00:14:08.462Z Compiling backtrace v0.3.74
19802024-12-07T00:14:08.639Z Compiling tokio-rustls v0.25.0
19812024-12-07T00:14:08.700Z Compiling typify-impl v0.2.0
19822024-12-07T00:14:09.006Z Compiling slog-bunyan v2.5.0
19832024-12-07T00:14:09.194Z Compiling tokio-native-tls v0.3.1
19842024-12-07T00:14:09.463Z Compiling phf_shared v0.11.2
19852024-12-07T00:14:09.630Z Compiling async-stream v0.3.6
19862024-12-07T00:14:09.829Z Compiling waitgroup v0.1.2
19872024-12-07T00:14:09.895Z Compiling webpki-roots v0.26.6
19882024-12-07T00:14:10.095Z Compiling idna v0.5.0
19892024-12-07T00:14:10.227Z Compiling terminal_size v0.4.0
19902024-12-07T00:14:10.425Z Compiling serde_path_to_error v0.1.16
19912024-12-07T00:14:11.140Z Compiling hkdf v0.12.4
19922024-12-07T00:14:11.245Z Compiling crypto-bigint v0.5.5
19932024-12-07T00:14:11.354Z Compiling derive-where v1.2.7
19942024-12-07T00:14:11.401Z Compiling serde_repr v0.1.19
19952024-12-07T00:14:12.474Z Compiling hostname v0.4.0
19962024-12-07T00:14:12.672Z Compiling crc32fast v1.4.2
19972024-12-07T00:14:13.146Z Compiling managed v0.8.0
19982024-12-07T00:14:13.400Z Compiling winnow v0.5.40
19992024-12-07T00:14:14.318Z Compiling debug-ignore v1.0.5
20002024-12-07T00:14:14.448Z Compiling clap_lex v0.7.2
20012024-12-07T00:14:14.473Z Compiling bitflags v1.3.2
20022024-12-07T00:14:14.520Z Compiling unicode-width v0.1.14
20032024-12-07T00:14:14.857Z Compiling clap_builder v4.5.21
20042024-12-07T00:14:14.942Z Compiling console v0.15.8
20052024-12-07T00:14:16.258Z Compiling toml_edit v0.19.15
20062024-12-07T00:14:18.458Z Compiling typify-macro v0.2.0
20072024-12-07T00:14:19.734Z Compiling elliptic-curve v0.13.8
20082024-12-07T00:14:19.816Z Compiling flate2 v1.0.34
20092024-12-07T00:14:20.350Z Compiling hickory-resolver v0.24.1
20102024-12-07T00:14:20.607Z Compiling cookie_store v0.21.0
20112024-12-07T00:14:21.691Z Compiling hyper-rustls v0.27.3
20122024-12-07T00:14:22.223Z Compiling phf v0.11.2
20132024-12-07T00:14:22.594Z Compiling hyper-tls v0.6.0
20142024-12-07T00:14:23.282Z Compiling signal-hook-mio v0.2.4
20152024-12-07T00:14:23.432Z Compiling rayon v1.10.0
20162024-12-07T00:14:23.586Z Compiling bzip2 v0.4.4
20172024-12-07T00:14:23.915Z Compiling tokio-tungstenite v0.24.0
20182024-12-07T00:14:24.287Z Compiling postgres-types v0.2.8
20192024-12-07T00:14:24.606Z Compiling ed25519 v2.2.3
20202024-12-07T00:14:24.727Z Compiling hubpack v0.1.2
20212024-12-07T00:14:24.844Z Compiling phf_shared v0.10.0
20222024-12-07T00:14:25.106Z Compiling pkcs1 v0.7.5
20232024-12-07T00:14:25.417Z Compiling zerocopy v0.6.6
20242024-12-07T00:14:25.863Z Compiling tokio-stream v0.1.16
20252024-12-07T00:14:26.139Z Compiling serde-big-array v0.5.1
20262024-12-07T00:14:26.348Z Compiling rfc6979 v0.4.0
20272024-12-07T00:14:26.394Z Compiling float-cmp v0.9.0
20282024-12-07T00:14:26.664Z Compiling sync_wrapper v1.0.1
20292024-12-07T00:14:26.834Z Compiling bstr v1.10.0
20302024-12-07T00:14:26.930Z Compiling bit-vec v0.6.3
20312024-12-07T00:14:27.046Z Compiling fixedbitset v0.4.2
20322024-12-07T00:14:27.326Z Compiling unicode-segmentation v1.12.0
20332024-12-07T00:14:27.562Z Compiling static_assertions v1.1.0
20342024-12-07T00:14:27.670Z Compiling whoami v1.5.2
20352024-12-07T00:14:27.778Z Compiling unicode-width v0.2.0
20362024-12-07T00:14:28.027Z Compiling normalize-line-endings v0.3.0
20372024-12-07T00:14:28.151Z Compiling number_prefix v0.4.0
20382024-12-07T00:14:28.175Z Compiling new_debug_unreachable v1.0.6
20392024-12-07T00:14:28.235Z Compiling precomputed-hash v0.1.1
20402024-12-07T00:14:28.283Z Compiling predicates-core v1.0.8
20412024-12-07T00:14:28.361Z Compiling difflib v0.4.0
20422024-12-07T00:14:28.386Z Compiling string_cache v0.8.7
20432024-12-07T00:14:28.614Z Compiling indicatif v0.17.9
20442024-12-07T00:14:28.793Z Compiling predicates v3.1.2
20452024-12-07T00:14:30.055Z Compiling tokio-postgres v0.7.12
20462024-12-07T00:14:30.182Z Compiling similar v2.6.0
20472024-12-07T00:14:30.339Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20482024-12-07T00:14:30.982Z Compiling petgraph v0.6.5
20492024-12-07T00:14:32.669Z Compiling bit-set v0.5.3
20502024-12-07T00:14:33.103Z Compiling reqwest v0.12.9
20512024-12-07T00:14:33.614Z Compiling qorb v0.2.1
20522024-12-07T00:14:34.317Z Compiling ecdsa v0.16.9
20532024-12-07T00:14:34.496Z Compiling rsa v0.9.6
20542024-12-07T00:14:34.812Z Compiling ed25519-dalek v2.1.1
20552024-12-07T00:14:35.303Z Compiling zip v0.6.6
20562024-12-07T00:14:35.726Z Compiling crossterm v0.28.1
20572024-12-07T00:14:35.854Z Compiling toml v0.7.8
20582024-12-07T00:14:36.316Z Compiling clap v4.5.21
20592024-12-07T00:14:38.223Z Compiling x509-cert v0.2.5
20602024-12-07T00:14:38.665Z Compiling hex v0.4.3
20612024-12-07T00:14:40.232Z Compiling itertools v0.10.5
20622024-12-07T00:14:41.608Z Compiling radium v0.7.0
20632024-12-07T00:14:42.535Z Compiling peg-runtime v0.8.3
20642024-12-07T00:14:42.806Z Compiling lalrpop-util v0.19.12
20652024-12-07T00:14:43.111Z Compiling unicode-xid v0.2.6
20662024-12-07T00:14:43.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20672024-12-07T00:14:55.618Z Compiling tap v1.0.1
20682024-12-07T00:14:56.274Z Compiling maybe-uninit v2.0.0
20692024-12-07T00:14:56.351Z Compiling ident_case v1.0.1
20702024-12-07T00:14:56.708Z Compiling darling_core v0.20.10
20712024-12-07T00:15:01.279Z Compiling wyz v0.5.1
20722024-12-07T00:15:05.601Z Compiling typify v0.2.0
20732024-12-07T00:15:09.323Z Compiling funty v2.0.0
20742024-12-07T00:15:09.471Z Compiling unsafe-libyaml v0.2.11
20752024-12-07T00:15:10.147Z Compiling packed_struct v0.10.1
20762024-12-07T00:15:11.298Z Compiling serde_yaml v0.9.34+deprecated
20772024-12-07T00:15:11.587Z Compiling bitvec v1.0.1
20782024-12-07T00:15:14.367Z Compiling progenitor-impl v0.8.0
20792024-12-07T00:15:15.527Z Compiling darling_macro v0.20.10
20802024-12-07T00:15:16.465Z Compiling packed_struct_codegen v0.10.1
20812024-12-07T00:15:18.118Z Compiling structmeta-derive v0.3.0
20822024-12-07T00:15:18.461Z Compiling indexmap v1.9.3
20832024-12-07T00:15:18.723Z Compiling newtype-uuid v1.1.3
20842024-12-07T00:15:18.949Z Compiling fastrand v2.1.1
20852024-12-07T00:15:19.548Z Compiling nodrop v0.1.14
20862024-12-07T00:15:19.785Z Compiling crc-catalog v2.4.0
20872024-12-07T00:15:19.928Z Compiling crc v3.2.1
20882024-12-07T00:15:20.186Z Compiling structmeta v0.3.0
20892024-12-07T00:15:21.217Z Compiling array-init v0.0.4
20902024-12-07T00:15:21.438Z Compiling progenitor-macro v0.8.0
20912024-12-07T00:15:22.205Z Compiling tempfile v3.13.0
20922024-12-07T00:15:25.765Z Compiling darling v0.20.10
20932024-12-07T00:15:26.199Z Compiling smallvec v0.6.14
20942024-12-07T00:15:31.362Z Compiling progenitor-client v0.8.0
20952024-12-07T00:15:33.225Z Compiling pin-project-internal v1.1.6
20962024-12-07T00:15:33.250Z Compiling dropshot v0.13.0
20972024-12-07T00:15:34.422Z Compiling hashbrown v0.12.3
20982024-12-07T00:15:35.569Z Compiling base64 v0.21.7
20992024-12-07T00:15:36.328Z Compiling bitfield v0.14.0
21002024-12-07T00:15:36.364Z Compiling same-file v1.0.6
21012024-12-07T00:15:36.479Z Compiling termcolor v1.4.1
21022024-12-07T00:15:36.583Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21032024-12-07T00:15:36.617Z Compiling walkdir v2.5.0
21042024-12-07T00:15:37.385Z Compiling env_logger v0.10.2
21052024-12-07T00:15:40.271Z Compiling ron v0.8.1
21062024-12-07T00:15:45.891Z Compiling pin-project v1.1.6
21072024-12-07T00:15:49.676Z Compiling progenitor v0.8.0
21082024-12-07T00:15:50.042Z Compiling serde-hex v0.1.0
21092024-12-07T00:15:50.251Z Compiling serde_with_macros v3.11.0
21102024-12-07T00:15:52.266Z Compiling parse-display-derive v0.10.0
21112024-12-07T00:15:52.306Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21122024-12-07T00:15:55.364Z Compiling strum_macros v0.26.4
21132024-12-07T00:15:55.698Z Compiling hashbrown v0.13.2
21142024-12-07T00:15:56.692Z Compiling ipnetwork v0.20.0
21152024-12-07T00:15:56.894Z Compiling xattr v1.3.1
21162024-12-07T00:15:56.998Z Compiling dropshot_endpoint v0.13.0
21172024-12-07T00:15:57.065Z Compiling snafu-derive v0.8.5
21182024-12-07T00:15:57.186Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21192024-12-07T00:15:57.423Z Compiling blake3 v1.5.4
21202024-12-07T00:15:57.781Z Compiling ring v0.16.20
21212024-12-07T00:15:57.912Z Compiling filetime v0.2.25
21222024-12-07T00:15:58.276Z Compiling instant v0.1.13
21232024-12-07T00:15:58.385Z Compiling crc-any v2.5.0
21242024-12-07T00:15:58.618Z Compiling zip v2.1.3
21252024-12-07T00:15:58.878Z Compiling bumpalo v3.16.0
21262024-12-07T00:15:59.140Z Compiling simd-adler32 v0.3.7
21272024-12-07T00:15:59.363Z Compiling lockfree-object-pool v0.1.6
21282024-12-07T00:15:59.626Z Compiling buf-list v1.0.3
21292024-12-07T00:15:59.977Z Compiling zopfli v0.8.1
21302024-12-07T00:16:00.140Z Compiling strum v0.26.3
21312024-12-07T00:16:00.165Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21322024-12-07T00:16:00.481Z Compiling backoff v0.4.0
21332024-12-07T00:16:00.813Z Compiling tar v0.4.42
21342024-12-07T00:16:00.879Z Compiling snafu v0.8.5
21352024-12-07T00:16:01.940Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21362024-12-07T00:16:02.073Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21372024-12-07T00:16:02.151Z Compiling object v0.30.4
21382024-12-07T00:16:03.413Z Compiling parse-display v0.10.0
21392024-12-07T00:16:04.932Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21402024-12-07T00:16:05.001Z Compiling serde_with v3.11.0
21412024-12-07T00:16:05.027Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21422024-12-07T00:16:05.517Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21432024-12-07T00:16:05.554Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21442024-12-07T00:16:06.093Z Compiling camino-tempfile v1.1.1
21452024-12-07T00:16:06.247Z Compiling globset v0.4.15
21462024-12-07T00:16:06.735Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21472024-12-07T00:16:06.917Z Compiling regress v0.9.1
21482024-12-07T00:16:08.666Z Compiling pem v3.0.4
21492024-12-07T00:16:09.840Z Compiling olpc-cjson v0.1.4
21502024-12-07T00:16:10.139Z Compiling macaddr v1.0.1
21512024-12-07T00:16:10.655Z Compiling serde_plain v1.0.2
21522024-12-07T00:16:11.104Z Compiling async-recursion v1.1.1
21532024-12-07T00:16:11.779Z Compiling memmap2 v0.9.5
21542024-12-07T00:16:12.232Z Compiling constant_time_eq v0.3.1
21552024-12-07T00:16:12.287Z Compiling arrayref v0.3.9
21562024-12-07T00:16:12.343Z Compiling arrayvec v0.7.6
21572024-12-07T00:16:12.401Z Compiling typed-path v0.9.3
21582024-12-07T00:16:12.425Z Compiling path-slash v0.1.5
21592024-12-07T00:16:12.532Z Compiling spin v0.5.2
21602024-12-07T00:16:12.652Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21612024-12-07T00:16:13.576Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21622024-12-07T00:16:14.962Z Compiling tough v0.19.0
21632024-12-07T00:16:17.662Z Compiling itertools v0.13.0
21642024-12-07T00:16:18.386Z Compiling cargo-platform v0.1.8
21652024-12-07T00:16:18.690Z Compiling topological-sort v0.2.2
21662024-12-07T00:16:18.927Z Compiling parse-size v1.1.0
21672024-12-07T00:16:19.191Z Compiling omicron-zone-package v0.11.1
21682024-12-07T00:16:19.272Z Compiling cargo_metadata v0.18.1
21692024-12-07T00:16:20.129Z Compiling shell-words v1.1.0
21702024-12-07T00:16:24.076Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21712024-12-07T00:16:35.660Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21722024-12-07T00:16:51.912Z Finished `release` profile [optimized] target(s) in 4m 54s
21732024-12-07T00:16:52.064Z Running `target/release/omicron-releng --output-dir /work`
21742024-12-07T00:16:52.132ZDec 07 00:16:51.776 DEBG changing working directory to /work/oxidecomputer/omicron
21752024-12-07T00:16:52.272ZDec 07 00:16:51.919 DEBG running: git rev-parse HEAD
21762024-12-07T00:16:52.297ZDec 07 00:16:51.926 DEBG process exited with exit status: 0 (7.211419ms)
21772024-12-07T00:16:52.297ZDec 07 00:16:51.926 INFO version: 12.0.0-0.ci+git2c1412657e7
21782024-12-07T00:16:52.327ZDec 07 00:16:51.974 INFO cloning helios to /work/oxidecomputer/helios
21792024-12-07T00:16:52.327ZDec 07 00:16:51.974 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21802024-12-07T00:16:52.351ZCloning into '/work/oxidecomputer/helios'...
21812024-12-07T00:16:52.997ZDec 07 00:16:52.644 DEBG process exited with exit status: 0 (669.803247ms)
21822024-12-07T00:16:52.997ZDec 07 00:16:52.644 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21832024-12-07T00:16:53.022Z# branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7
21842024-12-07T00:16:53.022Z# branch.head master
21852024-12-07T00:16:53.022Z# branch.upstream origin/master
21862024-12-07T00:16:53.022Z# branch.ab +0 -0
21872024-12-07T00:16:53.022ZDec 07 00:16:52.657 DEBG process exited with exit status: 0 (13.131748ms)
21882024-12-07T00:16:53.022ZDec 07 00:16:52.657 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21892024-12-07T00:16:54.088ZDec 07 00:16:53.735 DEBG process exited with exit status: 0 (1.077476555s)
21902024-12-07T00:16:54.088ZDec 07 00:16:53.735 DEBG running: zfs list rpool/images/build/host
21912024-12-07T00:16:54.113ZNAME USED AVAIL REFER MOUNTPOINT
21922024-12-07T00:16:54.113Zrpool/images/build/host 96K 151G 96K /rpool/images/build/host
21932024-12-07T00:16:54.113ZDec 07 00:16:53.746 DEBG process exited with exit status: 0 (10.799109ms)
21942024-12-07T00:16:54.113ZDec 07 00:16:53.746 DEBG running: zfs list rpool/images/build/recovery
21952024-12-07T00:16:54.113ZNAME USED AVAIL REFER MOUNTPOINT
21962024-12-07T00:16:54.113Zrpool/images/build/recovery 96K 151G 96K /rpool/images/build/recovery
21972024-12-07T00:16:54.113ZDec 07 00:16:53.755 DEBG process exited with exit status: 0 (9.074516ms)
21982024-12-07T00:16:54.113ZDec 07 00:16:53.756 INFO [hubris-staging] running task
21992024-12-07T00:16:54.113ZDec 07 00:16:53.756 INFO [hubris-production] running task
22002024-12-07T00:16:54.113ZDec 07 00:16:53.757 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22012024-12-07T00:16:54.137ZDec 07 00:16:53.763 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
22022024-12-07T00:16:54.208Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22032024-12-07T00:16:54.729Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-07T00:16:55.460Z[ omicron-package] Blocking waiting for file lock on package cache
22052024-12-07T00:16:55.815Z[ omicron-package] Blocking waiting for file lock on package cache
22062024-12-07T00:16:56.504Z[ omicron-package] Compiling zerocopy v0.8.10
22072024-12-07T00:16:56.528Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22082024-12-07T00:16:56.528Z[ omicron-package] Compiling itertools v0.13.0
22092024-12-07T00:16:56.528Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22102024-12-07T00:16:56.528Z[ omicron-package] Compiling heapless v0.8.0
22112024-12-07T00:16:56.528Z[ omicron-package] Compiling hash32 v0.3.1
22122024-12-07T00:16:56.529Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132024-12-07T00:16:56.529Z[ omicron-package] Compiling smoltcp v0.11.0
22142024-12-07T00:16:57.233Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22152024-12-07T00:16:57.943Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-07T00:16:58.315Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22172024-12-07T00:16:58.421ZDec 07 00:16:58.067 INFO [hubris-production] task succeeded (4.311232959s)
22182024-12-07T00:16:58.566Z[ omicron-package] Compiling num_enum_derive v0.5.11
22192024-12-07T00:16:58.566Z[ omicron-package] Compiling postcard v1.0.10
22202024-12-07T00:16:58.786Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-07T00:16:58.932Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22222024-12-07T00:16:59.426Z[ omicron-package] Compiling proc-macro-error v1.0.4
22232024-12-07T00:17:00.032Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22242024-12-07T00:17:00.191Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22252024-12-07T00:17:01.079Z[ omicron-package] Compiling tabwriter v1.4.0
22262024-12-07T00:17:01.144Z[ omicron-package] Compiling foreign-types v0.5.0
22272024-12-07T00:17:01.671Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22282024-12-07T00:17:01.883Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22292024-12-07T00:17:02.199Z[ omicron-package] Compiling num_enum v0.5.11
22302024-12-07T00:17:02.371Z[ omicron-package] Compiling cstr-argument v0.1.2
22312024-12-07T00:17:02.694Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22322024-12-07T00:17:02.993Z[ omicron-package] Compiling pretty-hex v0.2.1
22332024-12-07T00:17:03.095Z[ omicron-package] Compiling thiserror v2.0.3
22342024-12-07T00:17:03.199Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22352024-12-07T00:17:03.350Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22362024-12-07T00:17:03.825Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22372024-12-07T00:17:03.957Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22382024-12-07T00:17:04.255Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392024-12-07T00:17:04.486Z[ omicron-package] Compiling colored v2.1.0
22402024-12-07T00:17:04.988Z[ omicron-package] Compiling thiserror-impl v2.0.3
22412024-12-07T00:17:05.273Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22422024-12-07T00:17:05.489Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22432024-12-07T00:17:06.585Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22442024-12-07T00:17:06.785Z[ omicron-package] Compiling num-derive v0.4.2
22452024-12-07T00:17:07.740Z[ omicron-package] Compiling sigpipe v0.1.3
22462024-12-07T00:17:08.049Z[ omicron-package] Compiling libefi-sys v0.1.0
22472024-12-07T00:17:08.173Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22482024-12-07T00:17:08.354Z[ omicron-package] Compiling zone v0.3.0
22492024-12-07T00:17:08.721Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-07T00:17:08.875Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22512024-12-07T00:17:09.818Z[ omicron-package] Compiling smf v0.2.3
22522024-12-07T00:17:09.913Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22532024-12-07T00:17:10.402Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22542024-12-07T00:17:11.136Z[ omicron-package] Compiling bitfield-struct v0.6.2
22552024-12-07T00:17:12.260Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22562024-12-07T00:17:12.680Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22572024-12-07T00:17:12.747Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-07T00:17:12.817Z[ omicron-package] Compiling gethostname v0.5.0
22592024-12-07T00:17:13.052Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602024-12-07T00:17:13.189Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-07T00:17:13.266Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22622024-12-07T00:17:14.015Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22632024-12-07T00:17:15.668Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-07T00:17:16.145ZDec 07 00:17:15.792 INFO [hubris-staging] task succeeded (22.035503056s)
22652024-12-07T00:17:17.016Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22662024-12-07T00:17:18.773Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22672024-12-07T00:17:21.703Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22682024-12-07T00:17:22.347Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22692024-12-07T00:17:23.796Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22702024-12-07T00:17:35.088Z[ helios-setup] Dec 07 00:17:34.735 INFO helios repository root is: /work/oxidecomputer/helios
22712024-12-07T00:17:35.113Z[ helios-setup] Dec 07 00:17:34.737 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
22722024-12-07T00:17:35.113Z[ helios-setup] Dec 07 00:17:34.737 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
22732024-12-07T00:17:35.113Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22742024-12-07T00:17:36.210Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22752024-12-07T00:17:36.234Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22762024-12-07T00:17:41.749Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
22772024-12-07T00:17:41.773Z[ helios-setup] Dec 07 00:17:41.413 INFO clone ok!, project: amd-host-image-builder
22782024-12-07T00:17:41.773Z[ helios-setup] Dec 07 00:17:41.413 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
22792024-12-07T00:17:41.773Z[ helios-setup] Dec 07 00:17:41.413 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22802024-12-07T00:17:41.797Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22812024-12-07T00:17:42.408Z[ helios-setup] Dec 07 00:17:42.054 INFO clone ok!, project: pinprick
22822024-12-07T00:17:42.433Z[ helios-setup] Dec 07 00:17:42.055 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
22832024-12-07T00:17:42.433Z[ helios-setup] Dec 07 00:17:42.055 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22842024-12-07T00:17:42.433Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22852024-12-07T00:17:43.417Z[ helios-setup] Dec 07 00:17:43.063 INFO clone ok!, project: chelsio-t6-roms
22862024-12-07T00:17:43.417Z[ helios-setup] Dec 07 00:17:43.064 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22872024-12-07T00:17:43.442Z[ helios-setup] Dec 07 00:17:43.064 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
22882024-12-07T00:17:43.442Z[ helios-setup] Dec 07 00:17:43.064 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22892024-12-07T00:17:43.442Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22902024-12-07T00:17:43.469Z[ omicron-package] Finished `release` profile [optimized] target(s) in 49.34s
22912024-12-07T00:17:43.722Z[ omicron-package]
22922024-12-07T00:17:43.722Z[ omicron-package] real 49.544218508
22932024-12-07T00:17:43.746Z[ omicron-package] user 2:40.518966506
22942024-12-07T00:17:43.746Z[ omicron-package] sys 26.430774794
22952024-12-07T00:17:43.746Z[ omicron-package] trap 0.298832529
22962024-12-07T00:17:43.746Z[ omicron-package] tflt 0.309615769
22972024-12-07T00:17:43.746Z[ omicron-package] dflt 1.043956657
22982024-12-07T00:17:43.746ZDec 07 00:17:43.369 INFO [omicron-package] process exited with exit status: 0 (49.605303872s)
22992024-12-07T00:17:43.746Z[ omicron-package] kflt 0.002444668
23002024-12-07T00:17:43.746Z[ omicron-package] lock 5:42.173538505
23012024-12-07T00:17:43.746Z[ omicron-package] slp 9:00.395916558
23022024-12-07T00:17:43.746Z[ omicron-package] lat 1:30.998280549
23032024-12-07T00:17:43.746Z[ omicron-package] stop 1:03.863914380
23042024-12-07T00:17:43.746ZDec 07 00:17:43.370 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
23052024-12-07T00:17:43.770ZDec 07 00:17:43.396 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23062024-12-07T00:17:43.770Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23072024-12-07T00:17:43.770Z[ host-target] Created new build target 'host' and set it as active
23082024-12-07T00:17:43.795ZDec 07 00:17:43.417 INFO [host-target] process exited with exit status: 0 (46.761791ms)
23092024-12-07T00:17:43.795ZDec 07 00:17:43.417 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23102024-12-07T00:17:43.795Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23112024-12-07T00:17:43.795Z[ recovery-target] Created new build target 'recovery' and set it as active
23122024-12-07T00:17:43.795ZDec 07 00:17:43.435 INFO [recovery-target] process exited with exit status: 0 (38.184183ms)
23132024-12-07T00:17:43.820Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23142024-12-07T00:17:44.408Z[ helios-setup] Dec 07 00:17:44.054 INFO clone ok!, project: pilot
23152024-12-07T00:17:44.432Z[ helios-setup] Dec 07 00:17:44.054 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23162024-12-07T00:17:44.432Z[ helios-setup] Dec 07 00:17:44.054 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23172024-12-07T00:17:44.432Z[ helios-setup] Dec 07 00:17:44.054 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
23182024-12-07T00:17:44.432Z[ helios-setup] Dec 07 00:17:44.055 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23192024-12-07T00:17:44.433Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23202024-12-07T00:17:45.538Z[ host-package] Compiling convert_case v0.4.0
23212024-12-07T00:17:45.538Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23222024-12-07T00:17:45.538Z[ host-package] Compiling newline-converter v0.3.0
23232024-12-07T00:17:45.562Z[ host-package] Compiling password-hash v0.5.0
23242024-12-07T00:17:45.562Z[ host-package] Compiling progenitor-client v0.8.0
23252024-12-07T00:17:45.562Z[ host-package] Compiling blake2 v0.10.6
23262024-12-07T00:17:45.562Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23272024-12-07T00:17:45.562Z[ host-package] Compiling owo-colors v4.1.0
23282024-12-07T00:17:45.820Z[ host-package] Compiling expectorate v1.1.0
23292024-12-07T00:17:45.989Z[ host-package] Compiling progenitor v0.8.0
23302024-12-07T00:17:46.018Z[ host-package] Compiling cancel-safe-futures v0.1.5
23312024-12-07T00:17:46.073Z[ host-package] Compiling num-rational v0.4.2
23322024-12-07T00:17:46.101Z[ host-package] Compiling num-complex v0.4.6
23332024-12-07T00:17:46.333Z[ host-package] Compiling argon2 v0.5.3
23342024-12-07T00:17:46.378Z[ host-package] Compiling derive_more v0.99.18
23352024-12-07T00:17:46.718Z[ host-package] Compiling atomicwrites v0.4.4
23362024-12-07T00:17:47.174Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23372024-12-07T00:17:47.258Z[ host-package] Compiling num v0.4.3
23382024-12-07T00:17:47.340Z[ host-package] Compiling libsw v3.3.1
23392024-12-07T00:17:47.401Z[ host-package] Compiling indent_write v2.2.0
23402024-12-07T00:17:47.606Z[ host-package] Compiling float-ord v0.3.2
23412024-12-07T00:17:47.641Z[ host-package] Compiling swrite v0.1.0
23422024-12-07T00:17:47.666Z[ host-package] Compiling linear-map v1.2.0
23432024-12-07T00:17:47.734Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23442024-12-07T00:17:47.781Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23452024-12-07T00:17:47.814Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23462024-12-07T00:17:48.086Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23472024-12-07T00:17:48.235Z[ host-package] Compiling highway v1.2.0
23482024-12-07T00:17:48.466Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23492024-12-07T00:17:48.878Z[ host-package] Compiling semver v0.1.20
23502024-12-07T00:17:49.461Z[ host-package] Compiling rustc_version v0.1.7
23512024-12-07T00:17:49.493Z[ host-package] Compiling newtype-uuid v1.1.3
23522024-12-07T00:17:49.918Z[ host-package] Compiling dropshot v0.13.0
23532024-12-07T00:17:49.943Z[ helios-setup] Dec 07 00:17:49.583 INFO clone ok!, project: amd-firmware
23542024-12-07T00:17:49.943Z[ helios-setup] Dec 07 00:17:49.584 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
23552024-12-07T00:17:49.943Z[ helios-setup] Dec 07 00:17:49.584 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23562024-12-07T00:17:49.943Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23572024-12-07T00:17:49.968Z[ host-package] Compiling newtype_derive v0.1.6
23582024-12-07T00:17:50.005Z[ host-package] Compiling ipnetwork v0.20.0
23592024-12-07T00:17:50.321Z[ host-package] Compiling instant v0.1.13
23602024-12-07T00:17:50.493Z[ host-package] Compiling humantime v2.1.0
23612024-12-07T00:17:50.683Z[ helios-setup] Dec 07 00:17:50.330 INFO clone ok!, project: image-builder
23622024-12-07T00:17:50.708Z[ helios-setup] Dec 07 00:17:50.330 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
23632024-12-07T00:17:50.708Z[ helios-setup] Dec 07 00:17:50.330 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23642024-12-07T00:17:50.708Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23652024-12-07T00:17:50.768Z[ host-package] Compiling backoff v0.4.0
23662024-12-07T00:17:51.097Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23672024-12-07T00:17:51.434Z[ helios-setup] Dec 07 00:17:51.080 INFO clone ok!, project: bootserver
23682024-12-07T00:17:51.434Z[ helios-setup] Dec 07 00:17:51.081 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
23692024-12-07T00:17:51.459Z[ helios-setup] Dec 07 00:17:51.081 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23702024-12-07T00:17:51.459Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23712024-12-07T00:17:51.711Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23722024-12-07T00:17:52.287Z[ helios-setup] Dec 07 00:17:51.933 INFO clone ok!, project: phbl
23732024-12-07T00:17:52.311Z[ helios-setup] Dec 07 00:17:51.934 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23742024-12-07T00:17:52.312Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23752024-12-07T00:17:53.143Z[ helios-setup] Dec 07 00:17:52.789 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23762024-12-07T00:17:53.584Z[ helios-setup] Dec 07 00:17:53.230 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23772024-12-07T00:17:53.584Z[ helios-setup] Dec 07 00:17:53.230 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23782024-12-07T00:17:54.040Z[ helios-setup] Dec 07 00:17:53.686 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23792024-12-07T00:17:54.545Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23802024-12-07T00:17:54.570Z[ helios-setup] Dec 07 00:17:54.211 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23812024-12-07T00:17:54.570Z[ helios-setup] Dec 07 00:17:54.211 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23822024-12-07T00:17:55.003Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23832024-12-07T00:17:55.245Z[ helios-setup] Dec 07 00:17:54.891 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23842024-12-07T00:17:55.619Z[ host-package] Compiling parse-display v0.10.0
23852024-12-07T00:17:55.751Z[ helios-setup] Dec 07 00:17:55.397 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23862024-12-07T00:17:55.751Z[ helios-setup] Dec 07 00:17:55.397 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23872024-12-07T00:17:55.751Z[ helios-setup] Dec 07 00:17:55.397 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23882024-12-07T00:17:55.775Z[ helios-setup] Dec 07 00:17:55.397 INFO ok!
23892024-12-07T00:17:55.775Z[ helios-setup] Dec 07 00:17:55.397 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23902024-12-07T00:17:55.775Z[ helios-setup] Dec 07 00:17:55.397 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23912024-12-07T00:17:55.775Z[ helios-setup] Dec 07 00:17:55.398 INFO ok!
23922024-12-07T00:17:55.776Z[ helios-setup] Dec 07 00:17:55.398 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23932024-12-07T00:17:55.776Z[ helios-setup] Dec 07 00:17:55.398 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23942024-12-07T00:17:55.776Z[ helios-setup] Dec 07 00:17:55.398 INFO ok!
23952024-12-07T00:17:55.776Z[ helios-setup] Dec 07 00:17:55.398 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23962024-12-07T00:17:55.776Z[ helios-setup] Dec 07 00:17:55.398 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23972024-12-07T00:17:55.776Z[ helios-setup] Dec 07 00:17:55.414 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23982024-12-07T00:17:56.054Z[ helios-setup] Dec 07 00:17:55.700 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23992024-12-07T00:17:56.054Z[ helios-setup] Dec 07 00:17:55.700 INFO E| info: downloading component 'cargo'
24002024-12-07T00:17:56.118Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24012024-12-07T00:17:56.244Z[ host-package] Compiling serde_with v3.11.0
24022024-12-07T00:17:56.331Z[ host-package] Compiling strum v0.26.3
24032024-12-07T00:17:56.534Z[ host-package] Compiling regress v0.9.1
24042024-12-07T00:17:57.100Z[ helios-setup] Dec 07 00:17:56.747 INFO E| info: downloading component 'clippy'
24052024-12-07T00:17:57.320Z[ helios-setup] Dec 07 00:17:56.966 INFO E| info: downloading component 'rust-docs'
24062024-12-07T00:17:58.328Z[ helios-setup] Dec 07 00:17:57.975 INFO E| info: downloading component 'rust-src'
24072024-12-07T00:17:59.021Z[ helios-setup] Dec 07 00:17:58.667 INFO E| info: downloading component 'rust-std'
24082024-12-07T00:17:59.299Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24092024-12-07T00:18:00.255Z[ host-package] Compiling macaddr v1.0.1
24102024-12-07T00:18:00.461Z[ helios-setup] Dec 07 00:18:00.107 INFO E| info: downloading component 'rustc'
24112024-12-07T00:18:00.650Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24122024-12-07T00:18:00.721Z[ host-package] Compiling steno v0.4.1
24132024-12-07T00:18:01.181Z[ host-package] Compiling prettyplease v0.2.25
24142024-12-07T00:18:01.220Z[ host-package] Compiling slog-dtrace v0.3.0
24152024-12-07T00:18:01.601Z[ host-package] Compiling tungstenite v0.21.0
24162024-12-07T00:18:02.078Z[ host-package] Compiling display-error-chain v0.2.2
24172024-12-07T00:18:03.589Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24182024-12-07T00:18:03.614Z[ helios-setup] Dec 07 00:18:03.237 INFO E| info: downloading component 'rustfmt'
24192024-12-07T00:18:03.897Z[ helios-setup] Dec 07 00:18:03.543 INFO E| info: installing component 'cargo'
24202024-12-07T00:18:04.842Z[ host-package] Compiling tokio-tungstenite v0.21.0
24212024-12-07T00:18:05.227Z[ helios-setup] Dec 07 00:18:04.873 INFO E| info: installing component 'clippy'
24222024-12-07T00:18:05.473Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24232024-12-07T00:18:05.555Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24242024-12-07T00:18:05.675Z[ helios-setup] Dec 07 00:18:05.321 INFO E| info: installing component 'rust-docs'
24252024-12-07T00:18:06.203Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24262024-12-07T00:18:06.448Z[ host-package] Compiling arc-swap v1.7.1
24272024-12-07T00:18:07.268Z[ host-package] Compiling slog-scope v4.4.0
24282024-12-07T00:18:07.984Z[ host-package] Compiling half v2.4.1
24292024-12-07T00:18:08.702Z[ host-package] Compiling ciborium-io v0.2.2
24302024-12-07T00:18:08.852Z[ host-package] Compiling ciborium-ll v0.2.2
24312024-12-07T00:18:08.924Z[ host-package] Compiling slog-stdlog v4.1.1
24322024-12-07T00:18:09.350Z[ host-package] Compiling ciborium v0.2.2
24332024-12-07T00:18:09.727Z[ host-package] Compiling slog-envlogger v2.2.0
24342024-12-07T00:18:11.497Z[ host-package] Compiling nibble_vec v0.1.0
24352024-12-07T00:18:11.763Z[ host-package] Compiling endian-type v0.1.2
24362024-12-07T00:18:12.464Z[ host-package] Compiling radix_trie v0.2.1
24372024-12-07T00:18:13.466Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24382024-12-07T00:18:13.536Z[ helios-setup] Dec 07 00:18:13.182 INFO E| info: installing component 'rust-src'
24392024-12-07T00:18:14.469Z[ helios-setup] Dec 07 00:18:14.116 INFO E| info: installing component 'rust-std'
24402024-12-07T00:18:16.718Z[ helios-setup] Dec 07 00:18:16.364 INFO E| info: installing component 'rustc'
24412024-12-07T00:18:19.316Z[ host-package] Compiling same-file v1.0.6
24422024-12-07T00:18:19.495Z[ host-package] Compiling fastrand v2.1.1
24432024-12-07T00:18:19.649Z[ host-package] Compiling walkdir v2.5.0
24442024-12-07T00:18:19.848Z[ host-package] Compiling ring v0.16.20
24452024-12-07T00:18:19.979Z[ host-package] Compiling tempfile v3.13.0
24462024-12-07T00:18:20.325Z[ host-package] Compiling blake3 v1.5.4
24472024-12-07T00:18:20.739Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24482024-12-07T00:18:21.037Z[ host-package] Compiling xattr v1.3.1
24492024-12-07T00:18:21.253Z[ host-package] Compiling memmap2 v0.9.5
24502024-12-07T00:18:21.341Z[ host-package] Compiling filetime v0.2.25
24512024-12-07T00:18:21.533Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24522024-12-07T00:18:21.656Z[ host-package] Compiling arrayvec v0.7.6
24532024-12-07T00:18:21.801Z[ host-package] Compiling arrayref v0.3.9
24542024-12-07T00:18:22.140Z[ host-package] Compiling keccak v0.1.5
24552024-12-07T00:18:22.236Z[ host-package] Compiling constant_time_eq v0.3.1
24562024-12-07T00:18:22.260Z[ host-package] Compiling spin v0.5.2
24572024-12-07T00:18:22.367Z[ helios-setup] Dec 07 00:18:22.013 INFO E| info: installing component 'rustfmt'
24582024-12-07T00:18:22.439Z[ host-package] Compiling sha3 v0.10.8
24592024-12-07T00:18:22.915Z[ host-package] Compiling tar v0.4.42
24602024-12-07T00:18:23.167Z[ helios-setup] Dec 07 00:18:22.813 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24612024-12-07T00:18:23.191Z[ host-package] Compiling camino-tempfile v1.1.1
24622024-12-07T00:18:23.215Z[ host-package] Compiling toolchain_find v0.4.0
24632024-12-07T00:18:23.480Z[ host-package] Compiling const_format_proc_macros v0.2.33
24642024-12-07T00:18:23.650Z[ host-package] Compiling maplit v1.0.2
24652024-12-07T00:18:23.725Z[ host-package] Compiling crunchy v0.2.2
24662024-12-07T00:18:23.788Z[ host-package] Compiling topological-sort v0.2.2
24672024-12-07T00:18:23.999Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24682024-12-07T00:18:24.142Z[ helios-setup] Dec 07 00:18:23.788 INFO E| From https://github.com/oxidecomputer/amd-apcb
24692024-12-07T00:18:24.142Z[ helios-setup] Dec 07 00:18:23.788 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
24702024-12-07T00:18:24.167Z[ helios-setup] Dec 07 00:18:23.788 INFO E| * [new tag] v0.4.3 -> v0.4.3
24712024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.818 INFO E| * [new tag] v0.1.3 -> v0.1.3
24722024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.818 INFO E| * [new tag] v0.1.4 -> v0.1.4
24732024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.818 INFO E| * [new tag] v0.1.5 -> v0.1.5
24742024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.818 INFO E| * [new tag] v0.2.0 -> v0.2.0
24752024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.819 INFO E| * [new tag] v0.3.0 -> v0.3.0
24762024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.819 INFO E| * [new tag] v0.3.1 -> v0.3.1
24772024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.819 INFO E| * [new tag] v0.3.2 -> v0.3.2
24782024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.819 INFO E| * [new tag] v0.3.3 -> v0.3.3
24792024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.819 INFO E| * [new tag] v0.4.0 -> v0.4.0
24802024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.819 INFO E| * [new tag] v0.4.1 -> v0.4.1
24812024-12-07T00:18:24.191Z[ helios-setup] Dec 07 00:18:23.819 INFO E| * [new tag] v0.4.2 -> v0.4.2
24822024-12-07T00:18:24.216Z[ host-package] Compiling tiny-keccak v2.0.2
24832024-12-07T00:18:24.240Z[ helios-setup] Dec 07 00:18:23.867 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24842024-12-07T00:18:24.553Z[ host-package] Compiling dsl_auto_type v0.1.2
24852024-12-07T00:18:24.647Z[ host-package] Compiling omicron-zone-package v0.11.1
24862024-12-07T00:18:24.688Z[ host-package] Compiling phf_generator v0.11.2
24872024-12-07T00:18:24.871Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24882024-12-07T00:18:25.133Z[ host-package] Compiling const_format v0.2.33
24892024-12-07T00:18:25.241Z[ helios-setup] Dec 07 00:18:24.887 INFO E| From https://github.com/oxidecomputer/amd-efs
24902024-12-07T00:18:25.242Z[ helios-setup] Dec 07 00:18:24.888 INFO E| * [new branch] empty -> origin/empty
24912024-12-07T00:18:25.243Z[ helios-setup] Dec 07 00:18:24.888 INFO E| * [new branch] issue-99 -> origin/issue-99
24922024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.888 INFO E| * [new branch] main -> origin/main
24932024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.888 INFO E| * [new branch] review -> origin/review
24942024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.888 INFO E| * [new ref] -> origin/HEAD
24952024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.888 INFO E| * [new tag] v0.2.0 -> v0.2.0
24962024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.888 INFO E| * [new tag] v0.2.1 -> v0.2.1
24972024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.2.2 -> v0.2.2
24982024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.2.3 -> v0.2.3
24992024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.2.4 -> v0.2.4
25002024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.2.5 -> v0.2.5
25012024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.2.6 -> v0.2.6
25022024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.2.7 -> v0.2.7
25032024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.3.0 -> v0.3.0
25042024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.3.1 -> v0.3.1
25052024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.4.0 -> v0.4.0
25062024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.889 INFO E| * [new tag] v0.4.1 -> v0.4.1
25072024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.890 INFO E| * [new tag] v0.4.2 -> v0.4.2
25082024-12-07T00:18:25.267Z[ helios-setup] Dec 07 00:18:24.890 INFO E| * [new tag] v0.4.3 -> v0.4.3
25092024-12-07T00:18:25.292Z[ helios-setup] Dec 07 00:18:24.914 INFO E| Updating crates.io index
25102024-12-07T00:18:25.640Z[ helios-setup] Dec 07 00:18:25.286 INFO E| Downloading crates ...
25112024-12-07T00:18:25.765Z[ helios-setup] Dec 07 00:18:25.411 INFO E| Downloaded four-cc v0.3.0
25122024-12-07T00:18:25.790Z[ helios-setup] Dec 07 00:18:25.414 INFO E| Downloaded clap v2.34.0
25132024-12-07T00:18:25.790Z[ host-package] Compiling secrecy v0.8.0
25142024-12-07T00:18:25.790Z[ helios-setup] Dec 07 00:18:25.430 INFO E| Downloaded strum v0.23.0
25152024-12-07T00:18:25.790Z[ helios-setup] Dec 07 00:18:25.433 INFO E| Downloaded unic-ucd-version v0.9.0
25162024-12-07T00:18:25.790Z[ helios-setup] Dec 07 00:18:25.435 INFO E| Downloaded unic-ucd-ident v0.9.0
25172024-12-07T00:18:25.815Z[ helios-setup] Dec 07 00:18:25.439 INFO E| Downloaded structopt-derive v0.4.18
25182024-12-07T00:18:25.815Z[ helios-setup] Dec 07 00:18:25.442 INFO E| Downloaded vec_map v0.8.2
25192024-12-07T00:18:25.815Z[ helios-setup] Dec 07 00:18:25.444 INFO E| Downloaded serde v1.0.210
25202024-12-07T00:18:25.815Z[ helios-setup] Dec 07 00:18:25.452 INFO E| Downloaded syn v2.0.79
25212024-12-07T00:18:25.839Z[ helios-setup] Dec 07 00:18:25.469 INFO E| Downloaded pre-proc-macro v0.2.1
25222024-12-07T00:18:25.839Z[ helios-setup] Dec 07 00:18:25.471 INFO E| Downloaded libc v0.2.159
25232024-12-07T00:18:25.869Z[ helios-setup] Dec 07 00:18:25.515 INFO E| Downloaded serde_json v1.0.128
25242024-12-07T00:18:25.897Z[ helios-setup] Dec 07 00:18:25.539 INFO E| Downloaded pest v2.7.13
25252024-12-07T00:18:25.898Z[ helios-setup] Dec 07 00:18:25.539 INFO E| Downloaded toml v0.5.11
25262024-12-07T00:18:25.898Z[ helios-setup] Dec 07 00:18:25.539 INFO E| Downloaded structopt v0.3.26
25272024-12-07T00:18:25.898Z[ helios-setup] Dec 07 00:18:25.540 INFO E| Downloaded pest_meta v2.7.13
25282024-12-07T00:18:25.898Z[ helios-setup] Dec 07 00:18:25.542 INFO E| Downloaded serde_derive v1.0.210
25292024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.545 INFO E| Downloaded proc-macro-crate v0.1.5
25302024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.547 INFO E| Downloaded pest_derive v2.7.13
25312024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.549 INFO E| Downloaded unic-char-range v0.9.0
25322024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.551 INFO E| Downloaded thiserror-impl v1.0.64
25332024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.552 INFO E| Downloaded thiserror v1.0.64
25342024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.558 INFO E| Downloaded textwrap v0.11.0
25352024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.559 INFO E| Downloaded semver-parser v0.7.0
25362024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.561 INFO E| Downloaded rustc_version v0.2.3
25372024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.562 INFO E| Downloaded unic-common v0.9.0
25382024-12-07T00:18:25.922Z[ helios-setup] Dec 07 00:18:25.562 INFO E| Downloaded unic-char-property v0.9.0
25392024-12-07T00:18:25.923Z[ helios-setup] Dec 07 00:18:25.564 INFO E| Downloaded strum_macros v0.23.1
25402024-12-07T00:18:25.923Z[ helios-setup] Dec 07 00:18:25.566 INFO E| Downloaded strsim v0.8.0
25412024-12-07T00:18:25.923Z[ helios-setup] Dec 07 00:18:25.567 INFO E| Downloaded semver v0.9.0
25422024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.569 INFO E| Downloaded proc-macro2 v1.0.86
25432024-12-07T00:18:25.947Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25442024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.572 INFO E| Downloaded modular-bitfield v0.11.2
25452024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.584 INFO E| Downloaded scroll_derive v0.10.5
25462024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.585 INFO E| Downloaded scroll v0.10.2
25472024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.588 INFO E| Downloaded pre v0.2.1
25482024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.589 INFO E| Downloaded pest_generator v2.7.13
25492024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.590 INFO E| Downloaded parse_int v0.6.0
25502024-12-07T00:18:25.947Z[ helios-setup] Dec 07 00:18:25.591 INFO E| Downloaded once_cell v1.20.1
25512024-12-07T00:18:25.971Z[ helios-setup] Dec 07 00:18:25.594 INFO E| Downloaded modular-bitfield-impl v0.11.2
25522024-12-07T00:18:25.971Z[ helios-setup] Dec 07 00:18:25.596 INFO E| Downloaded memoffset v0.5.6
25532024-12-07T00:18:25.971Z[ helios-setup] Dec 07 00:18:25.597 INFO E| Downloaded goblin v0.4.3
25542024-12-07T00:18:25.971Z[ helios-setup] Dec 07 00:18:25.603 INFO E| Downloaded fletcher v0.1.0
25552024-12-07T00:18:25.971Z[ helios-setup] Dec 07 00:18:25.604 INFO E| Downloaded cfg-if v0.1.10
25562024-12-07T00:18:25.972Z[ helios-setup] Dec 07 00:18:25.606 INFO E| Downloaded bytesize v1.3.0
25572024-12-07T00:18:25.972Z[ helios-setup] Dec 07 00:18:25.607 INFO E| Downloaded ansi_term v0.12.1
25582024-12-07T00:18:26.033Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25592024-12-07T00:18:26.058Z[ helios-setup] Dec 07 00:18:25.694 INFO E| Compiling proc-macro2 v1.0.86
25602024-12-07T00:18:26.082Z[ helios-setup] Dec 07 00:18:25.708 INFO E| Compiling unicode-ident v1.0.13
25612024-12-07T00:18:26.083Z[ helios-setup] Dec 07 00:18:25.709 INFO E| Compiling syn v1.0.109
25622024-12-07T00:18:26.083Z[ helios-setup] Dec 07 00:18:25.709 INFO E| Compiling version_check v0.9.5
25632024-12-07T00:18:26.083Z[ helios-setup] Dec 07 00:18:25.709 INFO E| Compiling memchr v2.7.4
25642024-12-07T00:18:26.083Z[ helios-setup] Dec 07 00:18:25.710 INFO E| Compiling autocfg v1.4.0
25652024-12-07T00:18:26.083Z[ helios-setup] Dec 07 00:18:25.710 INFO E| Compiling semver-parser v0.7.0
25662024-12-07T00:18:26.083Z[ helios-setup] Dec 07 00:18:25.710 INFO E| Compiling thiserror v1.0.64
25672024-12-07T00:18:26.280Z[ host-package] Compiling r2d2 v0.8.10
25682024-12-07T00:18:26.452Z[ host-package] Compiling phf_codegen v0.11.2
25692024-12-07T00:18:26.688Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702024-12-07T00:18:26.788Z[ helios-setup] Dec 07 00:18:26.434 INFO E| Compiling semver v0.9.0
25712024-12-07T00:18:26.969Z[ host-package] Compiling diesel_derives v2.2.3
25722024-12-07T00:18:27.179Z[ helios-setup] Dec 07 00:18:26.825 INFO E| Compiling serde v1.0.210
25732024-12-07T00:18:27.291Z[ helios-setup] Dec 07 00:18:26.937 INFO E| Compiling proc-macro-error-attr v1.0.4
25742024-12-07T00:18:27.394Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25752024-12-07T00:18:27.554Z[ helios-setup] Dec 07 00:18:27.199 INFO E| Compiling rustc_version v0.2.3
25762024-12-07T00:18:27.578Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25772024-12-07T00:18:27.673Z[ helios-setup] Dec 07 00:18:27.319 INFO E| Compiling proc-macro-error v1.0.4
25782024-12-07T00:18:28.028Z[ host-package] Compiling ascii-canvas v3.0.0
25792024-12-07T00:18:28.052Z[ helios-setup] Dec 07 00:18:27.697 INFO E| Compiling serde_json v1.0.128
25802024-12-07T00:18:28.090Z[ helios-setup] Dec 07 00:18:27.736 INFO E| Compiling num-traits v0.2.19
25812024-12-07T00:18:28.142Z[ helios-setup] Dec 07 00:18:27.788 INFO E| Compiling ryu v1.0.18
25822024-12-07T00:18:28.184Z[ helios-setup] Dec 07 00:18:27.830 INFO E| Compiling unicode-segmentation v1.12.0
25832024-12-07T00:18:28.208Z[ host-package] Compiling universal-hash v0.5.1
25842024-12-07T00:18:28.513Z[ helios-setup] Dec 07 00:18:28.159 INFO E| Compiling schemars v0.8.21
25852024-12-07T00:18:28.710Z[ helios-setup] Dec 07 00:18:28.356 INFO E| Compiling itoa v1.0.11
25862024-12-07T00:18:28.734Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25872024-12-07T00:18:29.021Z[ helios-setup] Dec 07 00:18:28.667 INFO E| Compiling quote v1.0.37
25882024-12-07T00:18:29.046Z[ host-package] Compiling parse-zoneinfo v0.3.1
25892024-12-07T00:18:29.081Z[ helios-setup] Dec 07 00:18:28.727 INFO E| Compiling pre-proc-macro v0.2.1
25902024-12-07T00:18:29.129Z[ helios-setup] Dec 07 00:18:28.775 INFO E| Compiling memoffset v0.5.6
25912024-12-07T00:18:29.279Z[ helios-setup] Dec 07 00:18:28.925 INFO E| Compiling heck v0.3.3
25922024-12-07T00:18:29.322Z[ helios-setup] Dec 07 00:18:28.968 INFO E| Compiling paste v1.0.15
25932024-12-07T00:18:29.362Z[ helios-setup] Dec 07 00:18:29.008 INFO E| Compiling ucd-trie v0.1.7
25942024-12-07T00:18:30.012Z[ helios-setup] Dec 07 00:18:29.658 INFO E| Compiling syn v2.0.79
25952024-12-07T00:18:30.089Z[ helios-setup] Dec 07 00:18:29.735 INFO E| Compiling dyn-clone v1.0.17
25962024-12-07T00:18:30.123Z[ helios-setup] Dec 07 00:18:29.769 INFO E| Compiling rustversion v1.0.17
25972024-12-07T00:18:30.254Z[ helios-setup] Dec 07 00:18:29.900 INFO E| Compiling libc v0.2.159
25982024-12-07T00:18:30.566Z[ helios-setup] Dec 07 00:18:30.212 INFO E| Compiling lazy_static v1.5.0
25992024-12-07T00:18:31.034Z[ helios-setup] Dec 07 00:18:30.679 INFO E| Compiling pre v0.2.1
26002024-12-07T00:18:31.409Z[ helios-setup] Dec 07 00:18:31.055 INFO E| Compiling once_cell v1.20.1
26012024-12-07T00:18:31.707Z[ helios-setup] Dec 07 00:18:31.353 INFO E| Compiling byteorder v1.5.0
26022024-12-07T00:18:31.742Z[ helios-setup] Dec 07 00:18:31.388 INFO E| Compiling static_assertions v1.1.0
26032024-12-07T00:18:31.841Z[ helios-setup] Dec 07 00:18:31.488 INFO E| Compiling cfg-if v0.1.10
26042024-12-07T00:18:32.201Z[ host-package] Compiling lzma-sys v0.1.20
26052024-12-07T00:18:32.265Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26062024-12-07T00:18:32.466Z[ helios-setup] Dec 07 00:18:32.112 INFO E| Compiling unicode-width v0.1.14
26072024-12-07T00:18:33.221Z[ helios-setup] Dec 07 00:18:32.867 INFO E| Compiling textwrap v0.11.0
26082024-12-07T00:18:33.259Z[ helios-setup] Dec 07 00:18:32.905 INFO E| Compiling atty v0.2.14
26092024-12-07T00:18:33.483Z[ helios-setup] Dec 07 00:18:33.129 INFO E| Compiling unic-char-range v0.9.0
26102024-12-07T00:18:33.581Z[ host-package] Compiling ena v0.14.3
26112024-12-07T00:18:33.746Z[ host-package] Compiling regex-syntax v0.6.29
26122024-12-07T00:18:33.891Z[ helios-setup] Dec 07 00:18:33.537 INFO E| Compiling fletcher v0.1.0
26132024-12-07T00:18:34.090Z[ helios-setup] Dec 07 00:18:33.736 INFO E| Compiling ansi_term v0.12.1
26142024-12-07T00:18:34.115Z[ helios-setup] Dec 07 00:18:33.755 INFO E| Compiling vec_map v0.8.2
26152024-12-07T00:18:34.198Z[ helios-setup] Dec 07 00:18:33.844 INFO E| Compiling strum v0.23.0
26162024-12-07T00:18:34.382Z[ host-package] Compiling opaque-debug v0.3.1
26172024-12-07T00:18:34.435Z[ helios-setup] Dec 07 00:18:34.081 INFO E| Compiling bitflags v1.3.2
26182024-12-07T00:18:34.459Z[ helios-setup] Dec 07 00:18:34.088 INFO E| Compiling strsim v0.8.0
26192024-12-07T00:18:34.484Z[ helios-setup] Dec 07 00:18:34.110 INFO E| Compiling unic-common v0.9.0
26202024-12-07T00:18:34.534Z[ helios-setup] Dec 07 00:18:34.180 INFO E| Compiling unic-char-property v0.9.0
26212024-12-07T00:18:34.732Z[ helios-setup] Dec 07 00:18:34.378 INFO E| Compiling parse_int v0.6.0
26222024-12-07T00:18:34.793Z[ host-package] Compiling cfg_aliases v0.1.1
26232024-12-07T00:18:34.823Z[ helios-setup] Dec 07 00:18:34.469 INFO E| Compiling clap v2.34.0
26242024-12-07T00:18:35.087Z[ helios-setup] Dec 07 00:18:34.733 INFO E| Compiling unic-ucd-version v0.9.0
26252024-12-07T00:18:35.156Z[ helios-setup] Dec 07 00:18:34.802 INFO E| Compiling plain v0.2.3
26262024-12-07T00:18:35.268Z[ host-package] Compiling diff v0.1.13
26272024-12-07T00:18:35.303Z[ helios-setup] Dec 07 00:18:34.949 INFO E| Compiling log v0.4.22
26282024-12-07T00:18:35.384Z[ helios-setup] Dec 07 00:18:35.030 INFO E| Compiling unic-ucd-ident v0.9.0
26292024-12-07T00:18:35.468Z[ helios-setup] Dec 07 00:18:35.114 INFO E| Compiling bytesize v1.3.0
26302024-12-07T00:18:36.366Z[ host-package] Compiling nix v0.28.0
26312024-12-07T00:18:37.307Z[ helios-setup] Dec 07 00:18:36.953 INFO E| Compiling serde_derive_internals v0.29.1
26322024-12-07T00:18:37.432Z[ host-package] Compiling poly1305 v0.8.0
26332024-12-07T00:18:38.566Z[ helios-setup] Dec 07 00:18:38.212 INFO E| Compiling toml v0.5.11
26342024-12-07T00:18:39.538Z[ host-package] Compiling lalrpop v0.19.12
26352024-12-07T00:18:41.390Z[ helios-setup] Dec 07 00:18:41.036 INFO E| Compiling proc-macro-crate v0.1.5
26362024-12-07T00:18:42.430Z[ host-package] Compiling thiserror-no-std v2.0.2
26372024-12-07T00:18:42.602Z[ helios-setup] Dec 07 00:18:42.248 INFO E| Compiling thiserror-impl v1.0.64
26382024-12-07T00:18:42.602Z[ helios-setup] Dec 07 00:18:42.248 INFO E| Compiling serde_derive v1.0.210
26392024-12-07T00:18:42.660Z[ helios-setup] Dec 07 00:18:42.306 INFO E| Compiling schemars_derive v0.8.21
26402024-12-07T00:18:42.897Z[ host-package] Compiling chrono-tz-build v0.4.0
26412024-12-07T00:18:43.319Z[ helios-setup] Dec 07 00:18:42.965 INFO E| Compiling zerocopy-derive v0.6.6
26422024-12-07T00:18:44.010Z[ helios-setup] Dec 07 00:18:43.656 INFO E| Compiling num-derive v0.4.2
26432024-12-07T00:18:44.610Z[ host-package] Compiling diesel v2.2.4
26442024-12-07T00:18:46.317Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26452024-12-07T00:18:46.341Z[ helios-setup] Dec 07 00:18:45.979 INFO E| Compiling zerocopy v0.6.6
26462024-12-07T00:18:47.670Z[ helios-setup] Dec 07 00:18:47.316 INFO E| Compiling pest v2.7.13
26472024-12-07T00:18:48.459Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26482024-12-07T00:18:49.105Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492024-12-07T00:18:49.338Z[ helios-setup] Dec 07 00:18:48.984 INFO E| Compiling modular-bitfield-impl v0.11.2
26502024-12-07T00:18:49.338Z[ helios-setup] Dec 07 00:18:48.984 INFO E| Compiling strum_macros v0.23.1
26512024-12-07T00:18:49.363Z[ helios-setup] Dec 07 00:18:48.984 INFO E| Compiling scroll_derive v0.10.5
26522024-12-07T00:18:49.529Z[ host-package] Compiling chacha20 v0.9.1
26532024-12-07T00:18:49.828Z[ helios-setup] Dec 07 00:18:49.474 INFO E| Compiling structopt-derive v0.4.18
26542024-12-07T00:18:50.391Z[ host-package] Compiling heck v0.3.3
26552024-12-07T00:18:51.219Z[ host-package] Compiling aead v0.5.2
26562024-12-07T00:18:51.453Z[ helios-setup] Dec 07 00:18:51.099 INFO E| Compiling pest_meta v2.7.13
26572024-12-07T00:18:52.114Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26582024-12-07T00:18:52.267Z[ helios-setup] Dec 07 00:18:51.913 INFO E| Compiling scroll v0.10.2
26592024-12-07T00:18:53.133Z[ helios-setup] Dec 07 00:18:52.779 INFO E| Compiling goblin v0.4.3
26602024-12-07T00:18:53.459Z[ host-package] Compiling ref-cast v1.0.23
26612024-12-07T00:18:53.862Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26622024-12-07T00:18:53.983Z[ helios-setup] Dec 07 00:18:53.629 INFO E| Compiling pest_generator v2.7.13
26632024-12-07T00:18:54.465Z[ host-package] Compiling vte v0.11.1
26642024-12-07T00:18:54.496Z[ helios-setup] Dec 07 00:18:54.127 INFO E| Compiling modular-bitfield v0.11.2
26652024-12-07T00:18:54.704Z[ helios-setup] Dec 07 00:18:54.350 INFO E| Compiling structopt v0.3.26
26662024-12-07T00:18:55.113Z[ host-package] Compiling chacha20poly1305 v0.10.1
26672024-12-07T00:18:55.617Z[ host-package] Compiling zone_cfg_derive v0.1.2
26682024-12-07T00:18:56.741Z[ host-package] Compiling chrono-tz v0.10.0
26692024-12-07T00:18:57.640Z[ helios-setup] Dec 07 00:18:57.286 INFO E| Compiling pest_derive v2.7.13
26702024-12-07T00:18:57.758Z[ host-package] Compiling vsss-rs v3.3.4
26712024-12-07T00:18:58.126Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722024-12-07T00:18:58.566Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26732024-12-07T00:18:59.263Z[ host-package] Compiling derive_builder_core v0.20.2
26742024-12-07T00:19:01.670Z[ host-package] Compiling fd-lock v4.0.2
26752024-12-07T00:19:01.981Z[ host-package] Compiling headers-core v0.3.0
26762024-12-07T00:19:02.264Z[ host-package] Compiling fxhash v0.2.1
26772024-12-07T00:19:02.446Z[ helios-setup] Dec 07 00:19:02.092 INFO E| Compiling json5 v0.4.1
26782024-12-07T00:19:02.680Z[ host-package] Compiling libxml v0.3.3
26792024-12-07T00:19:02.784Z[ host-package] Compiling ref-cast-impl v1.0.23
26802024-12-07T00:19:03.255Z[ host-package] Compiling bytecount v0.6.8
26812024-12-07T00:19:03.703Z[ host-package] Compiling base64 v0.13.1
26822024-12-07T00:19:04.525Z[ host-package] Compiling ron v0.7.1
26832024-12-07T00:19:04.609Z[ host-package] Compiling papergrid v0.11.0
26842024-12-07T00:19:06.912Z[ helios-setup] Dec 07 00:19:06.559 INFO E| Compiling four-cc v0.3.0
26852024-12-07T00:19:06.913Z[ helios-setup] Dec 07 00:19:06.559 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
26862024-12-07T00:19:07.185Z[ helios-setup] Dec 07 00:19:06.831 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
26872024-12-07T00:19:14.457Z[ host-package] Compiling polar-core v0.27.3
26882024-12-07T00:19:14.656Z[ host-package] Compiling headers v0.4.0
26892024-12-07T00:19:18.251Z[ host-package] Compiling derive_builder_macro v0.20.2
26902024-12-07T00:19:18.923Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26912024-12-07T00:19:19.630Z[ host-package] Compiling xz2 v0.1.7
26922024-12-07T00:19:20.239Z[ host-package] Compiling zone v0.1.8
26932024-12-07T00:19:24.413Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26942024-12-07T00:19:25.149Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26952024-12-07T00:19:25.249Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26962024-12-07T00:19:25.752Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972024-12-07T00:19:26.127Z[ host-package] Compiling tabled_derive v0.7.0
26982024-12-07T00:19:28.133Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992024-12-07T00:19:28.273Z[ host-package] Compiling yasna v0.5.2
27002024-12-07T00:19:28.966Z[ host-package] Compiling peg-macros v0.8.4
27012024-12-07T00:19:31.478Z[ host-package] Compiling strum_macros v0.24.3
27022024-12-07T00:19:32.137Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-12-07T00:19:32.302Z[ host-package] Compiling kstat-rs v0.2.4
27042024-12-07T00:19:33.265Z[ host-package] Compiling samael v0.0.17
27052024-12-07T00:19:33.310Z[ host-package] Compiling sqlparser_derive v0.2.2
27062024-12-07T00:19:33.667Z[ host-package] Compiling unicase v2.7.0
27072024-12-07T00:19:33.825Z[ host-package] Compiling home v0.5.9
27082024-12-07T00:19:34.020Z[ host-package] Compiling nu-ansi-term v0.50.1
27092024-12-07T00:19:34.130Z[ host-package] Compiling indoc v1.0.9
27102024-12-07T00:19:34.356Z[ host-package] Compiling unicode_categories v0.1.1
27112024-12-07T00:19:34.569Z[ host-package] Compiling reedline v0.35.0
27122024-12-07T00:19:34.833Z[ host-package] Compiling sqlformat v0.2.6
27132024-12-07T00:19:35.157Z[ host-package] Compiling sqlparser v0.45.0
27142024-12-07T00:19:42.133Z[ host-package] Compiling rustyline v14.0.0
27152024-12-07T00:19:42.453Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162024-12-07T00:19:42.721Z[ helios-setup] Dec 07 00:19:42.367 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27172024-12-07T00:19:45.182Z[ host-package] Compiling peg v0.8.4
27182024-12-07T00:19:45.207Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27192024-12-07T00:19:45.376Z[ host-package] Compiling rcgen v0.12.1
27202024-12-07T00:19:54.279Z[ host-package] Compiling tabled v0.15.0
27212024-12-07T00:19:56.795Z[ host-package] Compiling derive_builder v0.20.2
27222024-12-07T00:19:57.178Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27232024-12-07T00:19:57.353Z[ helios-setup] Dec 07 00:19:56.998 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27242024-12-07T00:20:04.829Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252024-12-07T00:20:05.421Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27262024-12-07T00:20:06.280Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27272024-12-07T00:20:06.572Z[ host-package] Compiling bcs v0.1.6
27282024-12-07T00:20:07.505Z[ host-package] Compiling oso-derive v0.27.3
27292024-12-07T00:20:08.377Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27302024-12-07T00:20:12.776Z[ host-package] Compiling libz-sys v1.1.20
27312024-12-07T00:20:13.407Z[ host-package] Compiling quick-xml v0.33.0
27322024-12-07T00:20:14.497Z[ host-package] Compiling subprocess v0.2.9
27332024-12-07T00:20:15.678Z[ host-package] Compiling diesel-dtrace v0.3.0
27342024-12-07T00:20:15.992Z[ host-package] Compiling parking_lot_core v0.8.6
27352024-12-07T00:20:16.851Z[ host-package] Compiling termtree v0.5.1
27362024-12-07T00:20:19.333Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27372024-12-07T00:20:27.406Z[ host-package] Compiling oso v0.27.3
27382024-12-07T00:20:42.316Z[ helios-setup] Dec 07 00:20:41.961 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 19s
27392024-12-07T00:20:42.351Z[ helios-setup] Dec 07 00:20:41.996 INFO building project "amd-host-image-builder" ok (166 seconds)
27402024-12-07T00:20:42.375Z[ helios-setup] Dec 07 00:20:41.996 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27412024-12-07T00:20:42.375Z[ helios-setup] Dec 07 00:20:41.997 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27422024-12-07T00:20:42.702Z[ helios-setup] Dec 07 00:20:42.347 INFO E| Downloading crates ...
27432024-12-07T00:20:42.838Z[ helios-setup] Dec 07 00:20:42.484 INFO E| Downloaded miniz_oxide v0.7.2
27442024-12-07T00:20:42.894Z[ helios-setup] Dec 07 00:20:42.540 INFO E| Compiling adler v1.0.2
27452024-12-07T00:20:43.031Z[ helios-setup] Dec 07 00:20:42.677 INFO E| Compiling miniz_oxide v0.7.2
27462024-12-07T00:20:44.368Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27472024-12-07T00:20:45.135Z[ helios-setup] Dec 07 00:20:44.780 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27482024-12-07T00:20:45.890Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27492024-12-07T00:20:46.085Z[ helios-setup] Dec 07 00:20:45.731 INFO E| Finished `release` profile [optimized] target(s) in 3.62s
27502024-12-07T00:20:46.110Z[ helios-setup] Dec 07 00:20:45.743 INFO building project "pinprick" ok (3 seconds)
27512024-12-07T00:20:46.110Z[ helios-setup] Dec 07 00:20:45.743 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27522024-12-07T00:20:46.110Z[ helios-setup] Dec 07 00:20:45.743 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27532024-12-07T00:20:46.443Z[ helios-setup] Dec 07 00:20:46.089 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27542024-12-07T00:20:47.447Z[ helios-setup] Dec 07 00:20:47.093 INFO E| From https://github.com/oxidecomputer/progenitor
27552024-12-07T00:20:47.447Z[ helios-setup] Dec 07 00:20:47.093 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27562024-12-07T00:20:47.484Z[ helios-setup] Dec 07 00:20:47.130 INFO E| * [new tag] v0.1.1 -> v0.1.1
27572024-12-07T00:20:47.484Z[ helios-setup] Dec 07 00:20:47.130 INFO E| * [new tag] v0.2.0 -> v0.2.0
27582024-12-07T00:20:47.582Z[ helios-setup] Dec 07 00:20:47.228 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27592024-12-07T00:20:48.046Z[ helios-setup] Dec 07 00:20:47.692 INFO E| From https://github.com/jclulow/hiercmd
27602024-12-07T00:20:48.047Z[ helios-setup] Dec 07 00:20:47.692 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27612024-12-07T00:20:48.071Z[ helios-setup] Dec 07 00:20:47.712 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27622024-12-07T00:20:48.601Z[ helios-setup] Dec 07 00:20:48.246 INFO E| From https://github.com/jclulow/network-interface
27632024-12-07T00:20:48.601Z[ helios-setup] Dec 07 00:20:48.246 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27642024-12-07T00:20:48.625Z[ helios-setup] Dec 07 00:20:48.268 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27652024-12-07T00:20:49.238Z[ helios-setup] Dec 07 00:20:48.883 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27662024-12-07T00:20:49.238Z[ helios-setup] Dec 07 00:20:48.883 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27672024-12-07T00:20:49.269Z[ helios-setup] Dec 07 00:20:48.914 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27682024-12-07T00:20:50.305Z[ helios-setup] Dec 07 00:20:49.951 INFO E| From https://github.com/oxidecomputer/facade
27692024-12-07T00:20:50.306Z[ helios-setup] Dec 07 00:20:49.951 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27702024-12-07T00:20:50.344Z[ helios-setup] Dec 07 00:20:49.990 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27712024-12-07T00:20:50.654Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27722024-12-07T00:20:50.713Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27732024-12-07T00:20:50.975Z[ host-package] Compiling bb8 v0.8.5
27742024-12-07T00:20:51.101Z[ helios-setup] Dec 07 00:20:50.746 INFO E| From https://github.com/oxidecomputer/dropshot
27752024-12-07T00:20:51.101Z[ helios-setup] Dec 07 00:20:50.746 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27762024-12-07T00:20:51.136Z[ helios-setup] Dec 07 00:20:50.782 INFO E| * [new tag] v0.3.0 -> v0.3.0
27772024-12-07T00:20:51.137Z[ helios-setup] Dec 07 00:20:50.782 INFO E| * [new tag] v0.4.0 -> v0.4.0
27782024-12-07T00:20:51.161Z[ helios-setup] Dec 07 00:20:50.782 INFO E| * [new tag] v0.5.0 -> v0.5.0
27792024-12-07T00:20:51.161Z[ helios-setup] Dec 07 00:20:50.783 INFO E| * [new tag] v0.5.1 -> v0.5.1
27802024-12-07T00:20:51.161Z[ helios-setup] Dec 07 00:20:50.783 INFO E| * [new tag] v0.6.0 -> v0.6.0
27812024-12-07T00:20:51.161Z[ helios-setup] Dec 07 00:20:50.783 INFO E| * [new tag] v0.7.0 -> v0.7.0
27822024-12-07T00:20:51.161Z[ helios-setup] Dec 07 00:20:50.783 INFO E| * [new tag] v0.8.0 -> v0.8.0
27832024-12-07T00:20:51.161Z[ helios-setup] Dec 07 00:20:50.783 INFO E| * [new tag] v0.9.0 -> v0.9.0
27842024-12-07T00:20:51.186Z[ helios-setup] Dec 07 00:20:50.826 INFO E| Updating crates.io index
27852024-12-07T00:20:51.214Z[ helios-setup] Dec 07 00:20:50.860 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27862024-12-07T00:20:51.659Z[ host-package] Compiling async-bb8-diesel v0.2.1
27872024-12-07T00:20:52.072Z[ helios-setup] Dec 07 00:20:51.718 INFO E| From https://github.com/oxidecomputer/typify
27882024-12-07T00:20:52.072Z[ helios-setup] Dec 07 00:20:51.718 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27892024-12-07T00:20:52.125Z[ helios-setup] Dec 07 00:20:51.771 INFO E| * [new tag] v0.0.10 -> v0.0.10
27902024-12-07T00:20:52.125Z[ helios-setup] Dec 07 00:20:51.771 INFO E| * [new tag] v0.0.11 -> v0.0.11
27912024-12-07T00:20:52.125Z[ helios-setup] Dec 07 00:20:51.771 INFO E| * [new tag] v0.0.4 -> v0.0.4
27922024-12-07T00:20:52.149Z[ helios-setup] Dec 07 00:20:51.771 INFO E| * [new tag] v0.0.5 -> v0.0.5
27932024-12-07T00:20:52.149Z[ helios-setup] Dec 07 00:20:51.771 INFO E| * [new tag] v0.0.7 -> v0.0.7
27942024-12-07T00:20:52.150Z[ helios-setup] Dec 07 00:20:51.771 INFO E| * [new tag] v0.0.8 -> v0.0.8
27952024-12-07T00:20:52.150Z[ helios-setup] Dec 07 00:20:51.771 INFO E| * [new tag] v0.0.9 -> v0.0.9
27962024-12-07T00:20:52.666Z[ helios-setup] Dec 07 00:20:52.311 INFO E| Downloading crates ...
27972024-12-07T00:20:52.827Z[ helios-setup] Dec 07 00:20:52.473 INFO E| Downloaded getrandom v0.2.8
27982024-12-07T00:20:52.852Z[ helios-setup] Dec 07 00:20:52.483 INFO E| Downloaded rayon-core v1.10.2
27992024-12-07T00:20:52.852Z[ helios-setup] Dec 07 00:20:52.493 INFO E| Downloaded clap v4.2.1
28002024-12-07T00:20:52.877Z[ helios-setup] Dec 07 00:20:52.509 INFO E| Downloaded thiserror-impl v1.0.38
28012024-12-07T00:20:52.877Z[ helios-setup] Dec 07 00:20:52.513 INFO E| Downloaded tokio-rustls v0.24.0
28022024-12-07T00:20:52.877Z[ helios-setup] Dec 07 00:20:52.518 INFO E| Downloaded ppv-lite86 v0.2.17
28032024-12-07T00:20:52.877Z[ helios-setup] Dec 07 00:20:52.522 INFO E| Downloaded pin-project-lite v0.2.9
28042024-12-07T00:20:52.902Z[ helios-setup] Dec 07 00:20:52.531 INFO E| Downloaded toolchain_find v0.2.0
28052024-12-07T00:20:52.902Z[ helios-setup] Dec 07 00:20:52.536 INFO E| Downloaded unicode-width v0.1.10
28062024-12-07T00:20:52.902Z[ helios-setup] Dec 07 00:20:52.541 INFO E| Downloaded want v0.3.0
28072024-12-07T00:20:52.902Z[ helios-setup] Dec 07 00:20:52.543 INFO E| Downloaded time v0.1.45
28082024-12-07T00:20:52.903Z[ helios-setup] Dec 07 00:20:52.546 INFO E| Downloaded toml_datetime v0.6.1
28092024-12-07T00:20:52.927Z[ helios-setup] Dec 07 00:20:52.549 INFO E| Downloaded git2 v0.16.1
28102024-12-07T00:20:52.927Z[ helios-setup] Dec 07 00:20:52.559 INFO E| Downloaded sha1 v0.10.5
28112024-12-07T00:20:52.927Z[ helios-setup] Dec 07 00:20:52.568 INFO E| Downloaded serde_path_to_error v0.1.11
28122024-12-07T00:20:52.927Z[ helios-setup] Dec 07 00:20:52.572 INFO E| Downloaded serde_spanned v0.6.1
28132024-12-07T00:20:52.952Z[ helios-setup] Dec 07 00:20:52.574 INFO E| Downloaded serde_derive_internals v0.26.0
28142024-12-07T00:20:52.952Z[ helios-setup] Dec 07 00:20:52.577 INFO E| Downloaded schemars v0.8.12
28152024-12-07T00:20:52.952Z[ helios-setup] Dec 07 00:20:52.590 INFO E| Downloaded serde_yaml v0.9.21
28162024-12-07T00:20:52.952Z[ helios-setup] Dec 07 00:20:52.596 INFO E| Downloaded serde_derive v1.0.204
28172024-12-07T00:20:52.977Z[ helios-setup] Dec 07 00:20:52.599 INFO E| Downloaded serde v1.0.204
28182024-12-07T00:20:52.977Z[ helios-setup] Dec 07 00:20:52.603 INFO E| Downloaded unicode-normalization v0.1.22
28192024-12-07T00:20:52.977Z[ helios-setup] Dec 07 00:20:52.608 INFO E| Downloaded winnow v0.4.1
28202024-12-07T00:20:52.977Z[ helios-setup] Dec 07 00:20:52.618 INFO E| Downloaded syn v1.0.107
28212024-12-07T00:20:53.002Z[ helios-setup] Dec 07 00:20:52.634 INFO E| Downloaded rustls-webpki v0.100.1
28222024-12-07T00:20:53.002Z[ helios-setup] Dec 07 00:20:52.641 INFO E| Downloaded serde_json v1.0.95
28232024-12-07T00:20:53.026Z[ helios-setup] Dec 07 00:20:52.657 INFO E| Downloaded unicode-linebreak v0.1.4
28242024-12-07T00:20:53.026Z[ helios-setup] Dec 07 00:20:52.657 INFO E| Downloaded toml_edit v0.19.8
28252024-12-07T00:20:53.051Z[ helios-setup] Dec 07 00:20:52.672 INFO E| Downloaded url v2.3.1
28262024-12-07T00:20:53.051Z[ helios-setup] Dec 07 00:20:52.677 INFO E| Downloaded tracing-core v0.1.30
28272024-12-07T00:20:53.051Z[ helios-setup] Dec 07 00:20:52.680 INFO E| Downloaded openapiv3 v1.0.2
28282024-12-07T00:20:53.051Z[ helios-setup] Dec 07 00:20:52.696 INFO E| Downloaded tokio-util v0.7.7
28292024-12-07T00:20:53.075Z[ helios-setup] Dec 07 00:20:52.704 INFO E| Downloaded unsafe-libyaml v0.2.8
28302024-12-07T00:20:53.075Z[ helios-setup] Dec 07 00:20:52.709 INFO E| Downloaded rhai_codegen v1.5.0
28312024-12-07T00:20:53.075Z[ helios-setup] Dec 07 00:20:52.719 INFO E| Downloaded ryu v1.0.13
28322024-12-07T00:20:53.100Z[ helios-setup] Dec 07 00:20:52.723 INFO E| Downloaded uuid v1.3.0
28332024-12-07T00:20:53.100Z[ helios-setup] Dec 07 00:20:52.730 INFO E| Downloaded tracing v0.1.37
28342024-12-07T00:20:53.100Z[ helios-setup] Dec 07 00:20:52.736 INFO E| Downloaded typenum v1.16.0
28352024-12-07T00:20:53.100Z[ helios-setup] Dec 07 00:20:52.740 INFO E| Downloaded libc v0.2.139
28362024-12-07T00:20:53.127Z[ helios-setup] Dec 07 00:20:52.772 INFO E| Downloaded tungstenite v0.18.0
28372024-12-07T00:20:53.151Z[ helios-setup] Dec 07 00:20:52.777 INFO E| Downloaded semver v1.0.17
28382024-12-07T00:20:53.151Z[ helios-setup] Dec 07 00:20:52.780 INFO E| Downloaded sct v0.7.0
28392024-12-07T00:20:53.151Z[ helios-setup] Dec 07 00:20:52.784 INFO E| Downloaded walkdir v2.3.3
28402024-12-07T00:20:53.151Z[ helios-setup] Dec 07 00:20:52.788 INFO E| Downloaded rhai v1.14.0
28412024-12-07T00:20:53.175Z[ helios-setup] Dec 07 00:20:52.804 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28422024-12-07T00:20:53.253Z[ helios-setup] Dec 07 00:20:52.899 INFO E| Downloaded utf8parse v0.2.1
28432024-12-07T00:20:53.278Z[ helios-setup] Dec 07 00:20:52.901 INFO E| Downloaded unicode-ident v1.0.8
28442024-12-07T00:20:53.278Z[ helios-setup] Dec 07 00:20:52.904 INFO E| Downloaded tokio v1.27.0
28452024-12-07T00:20:53.302Z[ helios-setup] Dec 07 00:20:52.947 INFO E| Downloaded toml v0.7.3
28462024-12-07T00:20:53.327Z[ helios-setup] Dec 07 00:20:52.951 INFO E| Downloaded semver v0.11.0
28472024-12-07T00:20:53.327Z[ helios-setup] Dec 07 00:20:52.954 INFO E| Downloaded scopeguard v1.1.0
28482024-12-07T00:20:53.327Z[ helios-setup] Dec 07 00:20:52.956 INFO E| Downloaded schemars_derive v0.8.12
28492024-12-07T00:20:53.327Z[ helios-setup] Dec 07 00:20:52.958 INFO E| Downloaded unicode-bidi v0.3.13
28502024-12-07T00:20:53.327Z[ helios-setup] Dec 07 00:20:52.961 INFO E| Downloaded rustls v0.21.0
28512024-12-07T00:20:53.351Z[ helios-setup] Dec 07 00:20:52.978 INFO E| Downloaded ucd-trie v0.1.5
28522024-12-07T00:20:53.351Z[ helios-setup] Dec 07 00:20:52.980 INFO E| Downloaded tinyvec v1.6.0
28532024-12-07T00:20:53.351Z[ helios-setup] Dec 07 00:20:52.984 INFO E| Downloaded regress v0.5.0
28542024-12-07T00:20:53.352Z[ helios-setup] Dec 07 00:20:52.993 INFO E| Downloaded serde_tokenstream v0.2.0
28552024-12-07T00:20:53.352Z[ helios-setup] Dec 07 00:20:52.997 INFO E| Downloaded semver-parser v0.10.2
28562024-12-07T00:20:53.376Z[ helios-setup] Dec 07 00:20:53.000 INFO E| Downloaded syn v2.0.72
28572024-12-07T00:20:53.376Z[ helios-setup] Dec 07 00:20:53.019 INFO E| Downloaded regex v1.7.3
28582024-12-07T00:20:53.400Z[ helios-setup] Dec 07 00:20:53.030 INFO E| Downloaded textwrap v0.16.0
28592024-12-07T00:20:53.400Z[ helios-setup] Dec 07 00:20:53.033 INFO E| Downloaded socket2 v0.4.9
28602024-12-07T00:20:53.400Z[ helios-setup] Dec 07 00:20:53.035 INFO E| Downloaded rustix v0.37.3
28612024-12-07T00:20:53.425Z[ helios-setup] Dec 07 00:20:53.059 INFO E| Downloaded chrono v0.4.24
28622024-12-07T00:20:53.425Z[ helios-setup] Dec 07 00:20:53.068 INFO E| Downloaded tempfile v3.5.0
28632024-12-07T00:20:53.474Z[ helios-setup] Dec 07 00:20:53.071 INFO E| Downloaded smartstring v1.0.1
28642024-12-07T00:20:53.474Z[ helios-setup] Dec 07 00:20:53.074 INFO E| Downloaded smallvec v1.10.0
28652024-12-07T00:20:53.474Z[ helios-setup] Dec 07 00:20:53.077 INFO E| Downloaded slog-bunyan v2.4.0
28662024-12-07T00:20:53.474Z[ helios-setup] Dec 07 00:20:53.078 INFO E| Downloaded slog-async v2.7.0
28672024-12-07T00:20:53.498Z[ helios-setup] Dec 07 00:20:53.080 INFO E| Downloaded signal-hook-registry v1.4.0
28682024-12-07T00:20:53.500Z[ helios-setup] Dec 07 00:20:53.082 INFO E| Downloaded rayon v1.6.1
28692024-12-07T00:20:53.500Z[ helios-setup] Dec 07 00:20:53.119 INFO E| Downloaded h2 v0.3.16
28702024-12-07T00:20:53.500Z[ helios-setup] Dec 07 00:20:53.128 INFO E| Downloaded try-lock v0.2.4
28712024-12-07T00:20:53.524Z[ helios-setup] Dec 07 00:20:53.146 INFO E| Downloaded tokio-tungstenite v0.18.0
28722024-12-07T00:20:53.524Z[ helios-setup] Dec 07 00:20:53.149 INFO E| Downloaded thiserror v1.0.38
28732024-12-07T00:20:53.524Z[ helios-setup] Dec 07 00:20:53.153 INFO E| Downloaded encoding_rs v0.8.32
28742024-12-07T00:20:53.548Z[ helios-setup] Dec 07 00:20:53.181 INFO E| Downloaded strsim v0.10.0
28752024-12-07T00:20:53.549Z[ helios-setup] Dec 07 00:20:53.183 INFO E| Downloaded smawk v0.3.1
28762024-12-07T00:20:53.549Z[ helios-setup] Dec 07 00:20:53.185 INFO E| Downloaded rustls-pemfile v1.0.2
28772024-12-07T00:20:53.549Z[ helios-setup] Dec 07 00:20:53.187 INFO E| Downloaded rustfmt-wrapper v0.2.0
28782024-12-07T00:20:53.549Z[ helios-setup] Dec 07 00:20:53.189 INFO E| Downloaded pest v2.5.7
28792024-12-07T00:20:53.573Z[ helios-setup] Dec 07 00:20:53.195 INFO E| Downloaded mio v0.8.5
28802024-12-07T00:20:53.573Z[ helios-setup] Dec 07 00:20:53.202 INFO E| Downloaded http v0.2.9
28812024-12-07T00:20:53.573Z[ helios-setup] Dec 07 00:20:53.207 INFO E| Downloaded tower-service v0.3.2
28822024-12-07T00:20:53.573Z[ helios-setup] Dec 07 00:20:53.208 INFO E| Downloaded tokio-macros v2.0.0
28832024-12-07T00:20:53.573Z[ helios-setup] Dec 07 00:20:53.209 INFO E| Downloaded reqwest v0.11.16
28842024-12-07T00:20:53.598Z[ helios-setup] Dec 07 00:20:53.219 INFO E| Downloaded parking_lot v0.12.1
28852024-12-07T00:20:53.598Z[ helios-setup] Dec 07 00:20:53.222 INFO E| Downloaded futures-util v0.3.28
28862024-12-07T00:20:53.598Z[ helios-setup] Dec 07 00:20:53.237 INFO E| Downloaded once_cell v1.17.0
28872024-12-07T00:20:53.598Z[ helios-setup] Dec 07 00:20:53.240 INFO E| Downloaded num-traits v0.2.15
28882024-12-07T00:20:53.625Z[ helios-setup] Dec 07 00:20:53.245 INFO E| Downloaded memchr v2.5.0
28892024-12-07T00:20:53.625Z[ helios-setup] Dec 07 00:20:53.250 INFO E| Downloaded log v0.4.17
28902024-12-07T00:20:53.625Z[ helios-setup] Dec 07 00:20:53.253 INFO E| Downloaded num-integer v0.1.45
28912024-12-07T00:20:53.625Z[ helios-setup] Dec 07 00:20:53.255 INFO E| Downloaded memoffset v0.7.1
28922024-12-07T00:20:53.625Z[ helios-setup] Dec 07 00:20:53.257 INFO E| Downloaded lock_api v0.4.9
28932024-12-07T00:20:53.625Z[ helios-setup] Dec 07 00:20:53.259 INFO E| Downloaded is-terminal v0.4.7
28942024-12-07T00:20:53.625Z[ helios-setup] Dec 07 00:20:53.260 INFO E| Downloaded iana-time-zone v0.1.56
28952024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.263 INFO E| Downloaded httpdate v1.0.2
28962024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.264 INFO E| Downloaded clap_builder v4.2.1
28972024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.279 INFO E| Downloaded project-root v0.2.2
28982024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.280 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28992024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.283 INFO E| Downloaded proc-macro-crate v1.2.1
29002024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.284 INFO E| Downloaded pkg-config v0.3.26
29012024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.286 INFO E| Downloaded percent-encoding v2.2.0
29022024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.287 INFO E| Downloaded parking_lot_core v0.9.6
29032024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.290 INFO E| Downloaded num_enum_derive v0.5.7
29042024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.291 INFO E| Downloaded num_cpus v1.15.0
29052024-12-07T00:20:53.649Z[ helios-setup] Dec 07 00:20:53.295 INFO E| Downloaded lazy_static v1.4.0
29062024-12-07T00:20:53.673Z[ helios-setup] Dec 07 00:20:53.296 INFO E| Downloaded itoa v1.0.6
29072024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.298 INFO E| Downloaded io-lifetimes v1.0.10
29082024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.301 INFO E| Downloaded httparse v1.8.0
29092024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.306 INFO E| Downloaded futures-sink v0.3.28
29102024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.308 INFO E| Downloaded futures-macro v0.3.28
29112024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.309 INFO E| Downloaded futures-executor v0.3.28
29122024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.311 INFO E| Downloaded futures-core v0.3.28
29132024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.312 INFO E| Downloaded futures v0.3.28
29142024-12-07T00:20:53.674Z[ helios-setup] Dec 07 00:20:53.318 INFO E| Downloaded digest v0.10.6
29152024-12-07T00:20:53.698Z[ helios-setup] Dec 07 00:20:53.321 INFO E| Downloaded crossbeam-utils v0.8.14
29162024-12-07T00:20:53.698Z[ helios-setup] Dec 07 00:20:53.324 INFO E| Downloaded crossbeam-deque v0.8.2
29172024-12-07T00:20:53.698Z[ helios-setup] Dec 07 00:20:53.326 INFO E| Downloaded const-random-macro v0.1.15
29182024-12-07T00:20:53.698Z[ helios-setup] Dec 07 00:20:53.327 INFO E| Downloaded concolor-query v0.3.3
29192024-12-07T00:20:53.699Z[ helios-setup] Dec 07 00:20:53.329 INFO E| Downloaded concolor-override v1.0.0
29202024-12-07T00:20:53.699Z[ helios-setup] Dec 07 00:20:53.330 INFO E| Downloaded clap_derive v4.2.0
29212024-12-07T00:20:53.699Z[ helios-setup] Dec 07 00:20:53.332 INFO E| Downloaded cc v1.0.78
29222024-12-07T00:20:53.699Z[ helios-setup] Dec 07 00:20:53.336 INFO E| Downloaded cargo-lock v8.0.3
29232024-12-07T00:20:53.699Z[ helios-setup] Dec 07 00:20:53.339 INFO E| Downloaded bytes v1.4.0
29242024-12-07T00:20:53.699Z[ helios-setup] Dec 07 00:20:53.343 INFO E| Downloaded byteorder v1.4.3
29252024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.346 INFO E| Downloaded base64 v0.21.0
29262024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.350 INFO E| Downloaded ahash v0.7.6
29272024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.353 INFO E| Downloaded terminal_size v0.2.6
29282024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.355 INFO E| Downloaded slab v0.4.7
29292024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.356 INFO E| Downloaded sha2 v0.10.6
29302024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.359 INFO E| Downloaded generic-array v0.14.6
29312024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.360 INFO E| Downloaded form_urlencoded v1.1.0
29322024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.361 INFO E| Downloaded fastrand v1.9.0
29332024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.363 INFO E| Downloaded either v1.8.0
29342024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.364 INFO E| Downloaded cpufeatures v0.2.5
29352024-12-07T00:20:53.723Z[ helios-setup] Dec 07 00:20:53.366 INFO E| Downloaded autocfg v1.1.0
29362024-12-07T00:20:53.724Z[ helios-setup] Dec 07 00:20:53.368 INFO E| Downloaded async-trait v0.1.68
29372024-12-07T00:20:53.748Z[ helios-setup] Dec 07 00:20:53.372 INFO E| Downloaded anstyle-parse v0.1.1
29382024-12-07T00:20:53.748Z[ helios-setup] Dec 07 00:20:53.374 INFO E| Downloaded anstyle v0.3.5
29392024-12-07T00:20:53.748Z[ helios-setup] Dec 07 00:20:53.375 INFO E| Downloaded anstream v0.2.6
29402024-12-07T00:20:53.748Z[ helios-setup] Dec 07 00:20:53.378 INFO E| Downloaded ahash v0.8.3
29412024-12-07T00:20:53.748Z[ helios-setup] Dec 07 00:20:53.381 INFO E| Downloaded libz-sys v1.1.8
29422024-12-07T00:20:53.803Z[ helios-setup] Dec 07 00:20:53.448 INFO E| Downloaded block-buffer v0.10.3
29432024-12-07T00:20:53.827Z[ helios-setup] Dec 07 00:20:53.450 INFO E| Downloaded bincode v1.3.3
29442024-12-07T00:20:53.827Z[ helios-setup] Dec 07 00:20:53.452 INFO E| Downloaded async-stream-impl v0.3.5
29452024-12-07T00:20:53.827Z[ helios-setup] Dec 07 00:20:53.453 INFO E| Downloaded async-stream v0.3.5
29462024-12-07T00:20:53.827Z[ helios-setup] Dec 07 00:20:53.456 INFO E| Downloaded aho-corasick v0.7.20
29472024-12-07T00:20:53.827Z[ helios-setup] Dec 07 00:20:53.460 INFO E| Downloaded quote v1.0.36
29482024-12-07T00:20:53.827Z[ helios-setup] Dec 07 00:20:53.463 INFO E| Downloaded paste v1.0.12
29492024-12-07T00:20:53.827Z[ helios-setup] Dec 07 00:20:53.466 INFO E| Downloaded num_enum v0.5.7
29502024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.475 INFO E| Downloaded miniz_oxide v0.6.2
29512024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.475 INFO E| Downloaded jobserver v0.1.26
29522024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.476 INFO E| Downloaded ipnet v2.7.2
29532024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.478 INFO E| Downloaded hyper v0.14.25
29542024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.489 INFO E| Downloaded http-body v0.4.5
29552024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.491 INFO E| Downloaded home v0.5.4
29562024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.492 INFO E| Downloaded futures-task v0.3.28
29572024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.494 INFO E| Downloaded futures-channel v0.3.28
29582024-12-07T00:20:53.852Z[ helios-setup] Dec 07 00:20:53.496 INFO E| Downloaded flate2 v1.0.25
29592024-12-07T00:20:53.877Z[ helios-setup] Dec 07 00:20:53.501 INFO E| Downloaded dyn-clone v1.0.11
29602024-12-07T00:20:53.877Z[ helios-setup] Dec 07 00:20:53.503 INFO E| Downloaded crossbeam-epoch v0.9.13
29612024-12-07T00:20:53.877Z[ helios-setup] Dec 07 00:20:53.507 INFO E| Downloaded crossbeam-channel v0.5.6
29622024-12-07T00:20:53.877Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
29632024-12-07T00:20:53.877Z[ helios-setup] Dec 07 00:20:53.514 INFO E| Downloaded clap_lex v0.4.1
29642024-12-07T00:20:53.877Z[ helios-setup] Dec 07 00:20:53.515 INFO E| Downloaded camino v1.1.4
29652024-12-07T00:20:53.878Z[ helios-setup] Dec 07 00:20:53.518 INFO E| Downloaded futures-io v0.3.28
29662024-12-07T00:20:53.878Z[ helios-setup] Dec 07 00:20:53.519 INFO E| Downloaded errno v0.3.1
29672024-12-07T00:20:53.878Z[ helios-setup] Dec 07 00:20:53.521 INFO E| Downloaded const-random v0.1.15
29682024-12-07T00:20:53.878Z[ helios-setup] Dec 07 00:20:53.522 INFO E| Downloaded built v0.6.0
29692024-12-07T00:20:53.902Z[ helios-setup] Dec 07 00:20:53.524 INFO E| Downloaded anyhow v1.0.68
29702024-12-07T00:20:54.008Z[ host-package] Compiling atty v0.2.14
29712024-12-07T00:20:54.039Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling proc-macro2 v1.0.86
29722024-12-07T00:20:54.039Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling libc v0.2.139
29732024-12-07T00:20:54.064Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling unicode-ident v1.0.8
29742024-12-07T00:20:54.064Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling autocfg v1.1.0
29752024-12-07T00:20:54.064Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling cfg-if v1.0.0
29762024-12-07T00:20:54.064Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling version_check v0.9.4
29772024-12-07T00:20:54.064Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling serde v1.0.204
29782024-12-07T00:20:54.064Z[ helios-setup] Dec 07 00:20:53.685 INFO E| Compiling syn v1.0.107
29792024-12-07T00:20:54.327Z[ helios-setup] Dec 07 00:20:53.972 INFO E| Compiling memchr v2.5.0
29802024-12-07T00:20:54.375Z[ host-package] Compiling salty v0.3.0
29812024-12-07T00:20:54.743Z[ helios-setup] Dec 07 00:20:54.387 INFO E| Compiling once_cell v1.17.0
29822024-12-07T00:20:55.286Z[ helios-setup] Dec 07 00:20:54.927 INFO E| Compiling log v0.4.17
29832024-12-07T00:20:55.410Z[ host-package] Compiling parking_lot v0.11.2
29842024-12-07T00:20:55.584Z[ helios-setup] Dec 07 00:20:55.230 INFO E| Compiling thiserror v1.0.38
29852024-12-07T00:20:55.908Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29862024-12-07T00:20:55.988Z[ helios-setup] Dec 07 00:20:55.634 INFO E| Compiling serde_json v1.0.95
29872024-12-07T00:20:56.064Z[ host-package] Compiling sled v0.34.7
29882024-12-07T00:20:56.153Z[ helios-setup] Dec 07 00:20:55.798 INFO E| Compiling itoa v1.0.6
29892024-12-07T00:20:57.247Z[ helios-setup] Dec 07 00:20:56.892 INFO E| Compiling indexmap v1.9.3
29902024-12-07T00:20:57.315Z[ helios-setup] Dec 07 00:20:56.961 INFO E| Compiling getrandom v0.2.8
29912024-12-07T00:20:57.637Z[ helios-setup] Dec 07 00:20:57.283 INFO E| Compiling jobserver v0.1.26
29922024-12-07T00:20:58.068Z[ helios-setup] Dec 07 00:20:57.713 INFO E| Compiling quote v1.0.36
29932024-12-07T00:20:58.268Z[ helios-setup] Dec 07 00:20:57.914 INFO E| Compiling pin-project-lite v0.2.9
29942024-12-07T00:20:58.293Z[ helios-setup] Dec 07 00:20:57.914 INFO E| Compiling scopeguard v1.1.0
29952024-12-07T00:20:58.318Z[ host-package] Compiling mime_guess v2.0.5
29962024-12-07T00:20:58.392Z[ helios-setup] Dec 07 00:20:58.037 INFO E| Compiling cc v1.0.78
29972024-12-07T00:20:58.739Z[ helios-setup] Dec 07 00:20:58.384 INFO E| Compiling num-integer v0.1.45
29982024-12-07T00:20:58.823Z[ helios-setup] Dec 07 00:20:58.468 INFO E| Compiling bytes v1.4.0
29992024-12-07T00:20:58.930Z[ helios-setup] Dec 07 00:20:58.575 INFO E| Compiling futures-core v0.3.28
30002024-12-07T00:20:59.069Z[ helios-setup] Dec 07 00:20:58.715 INFO E| Compiling syn v2.0.72
30012024-12-07T00:20:59.507Z[ helios-setup] Dec 07 00:20:59.152 INFO E| Compiling ryu v1.0.13
30022024-12-07T00:21:00.641Z[ helios-setup] Dec 07 00:21:00.287 INFO E| Compiling lock_api v0.4.9
30032024-12-07T00:21:00.703Z[ helios-setup] Dec 07 00:21:00.349 INFO E| Compiling typenum v1.16.0
30042024-12-07T00:21:00.907Z[ helios-setup] Dec 07 00:21:00.553 INFO E| Compiling parking_lot_core v0.9.6
30052024-12-07T00:21:01.141Z[ helios-setup] Dec 07 00:21:00.787 INFO E| Compiling bitflags v1.3.2
30062024-12-07T00:21:01.536Z[ helios-setup] Dec 07 00:21:01.181 INFO E| Compiling num_cpus v1.15.0
30072024-12-07T00:21:01.855Z[ helios-setup] Dec 07 00:21:01.501 INFO E| Compiling slab v0.4.7
30082024-12-07T00:21:01.895Z[ helios-setup] Dec 07 00:21:01.540 INFO E| Compiling generic-array v0.14.6
30092024-12-07T00:21:01.982Z[ helios-setup] Dec 07 00:21:01.628 INFO E| Compiling futures-task v0.3.28
30102024-12-07T00:21:02.092Z[ helios-setup] Dec 07 00:21:01.737 INFO E| Compiling futures-channel v0.3.28
30112024-12-07T00:21:02.141Z[ helios-setup] Dec 07 00:21:01.784 INFO E| Compiling futures-sink v0.3.28
30122024-12-07T00:21:02.763Z[ helios-setup] Dec 07 00:21:02.408 INFO E| Compiling tokio v1.27.0
30132024-12-07T00:21:03.107Z[ helios-setup] Dec 07 00:21:02.753 INFO E| Compiling futures-util v0.3.28
30142024-12-07T00:21:03.237Z[ helios-setup] Dec 07 00:21:02.883 INFO E| Compiling schemars v0.8.12
30152024-12-07T00:21:03.514Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30162024-12-07T00:21:03.872Z[ host-package] Compiling hickory-client v0.24.1
30172024-12-07T00:21:04.193Z[ helios-setup] Dec 07 00:21:03.838 INFO E| Compiling mio v0.8.5
30182024-12-07T00:21:04.320Z[ helios-setup] Dec 07 00:21:03.966 INFO E| Compiling socket2 v0.4.9
30192024-12-07T00:21:04.345Z[ helios-setup] Dec 07 00:21:03.966 INFO E| Compiling signal-hook-registry v1.4.0
30202024-12-07T00:21:04.624Z[ helios-setup] Dec 07 00:21:04.270 INFO E| Compiling num-traits v0.2.15
30212024-12-07T00:21:04.706Z[ helios-setup] Dec 07 00:21:04.351 INFO E| Compiling ahash v0.7.6
30222024-12-07T00:21:05.370Z[ helios-setup] Dec 07 00:21:05.015 INFO E| Compiling crunchy v0.2.2
30232024-12-07T00:21:05.594Z[ helios-setup] Dec 07 00:21:05.240 INFO E| Compiling futures-io v0.3.28
30242024-12-07T00:21:06.274Z[ helios-setup] Dec 07 00:21:05.919 INFO E| Compiling io-lifetimes v1.0.10
30252024-12-07T00:21:06.455Z[ helios-setup] Dec 07 00:21:06.100 INFO E| Compiling pin-utils v0.1.0
30262024-12-07T00:21:07.262Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30272024-12-07T00:21:07.318Z[ helios-setup] Dec 07 00:21:06.962 INFO E| Compiling ahash v0.8.3
30282024-12-07T00:21:07.440Z[ helios-setup] Dec 07 00:21:07.086 INFO E| Compiling rustix v0.37.3
30292024-12-07T00:21:08.161Z[ helios-setup] Dec 07 00:21:07.807 INFO E| Compiling hashbrown v0.12.3
30302024-12-07T00:21:08.202Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30312024-12-07T00:21:08.529Z[ helios-setup] Dec 07 00:21:08.175 INFO E| Compiling tiny-keccak v2.0.2
30322024-12-07T00:21:08.713Z[ helios-setup] Dec 07 00:21:08.358 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30332024-12-07T00:21:08.852Z[ helios-setup] Dec 07 00:21:08.497 INFO E| Compiling serde_derive_internals v0.26.0
30342024-12-07T00:21:09.536Z[ helios-setup] Dec 07 00:21:09.182 INFO E| Compiling block-buffer v0.10.3
30352024-12-07T00:21:09.719Z[ helios-setup] Dec 07 00:21:09.365 INFO E| Compiling crypto-common v0.1.6
30362024-12-07T00:21:10.539Z[ helios-setup] Dec 07 00:21:10.185 INFO E| Compiling errno v0.3.1
30372024-12-07T00:21:11.030Z[ helios-setup] Dec 07 00:21:10.676 INFO E| Compiling pkg-config v0.3.26
30382024-12-07T00:21:11.067Z[ helios-setup] Dec 07 00:21:10.713 INFO E| Compiling fnv v1.0.7
30392024-12-07T00:21:11.384Z[ helios-setup] Dec 07 00:21:11.030 INFO E| Compiling crossbeam-utils v0.8.14
30402024-12-07T00:21:11.548Z[ helios-setup] Dec 07 00:21:11.187 INFO E| Compiling slog v2.7.0
30412024-12-07T00:21:12.419Z[ helios-setup] Dec 07 00:21:12.064 INFO E| Compiling http v0.2.9
30422024-12-07T00:21:13.468Z[ helios-setup] Dec 07 00:21:13.114 INFO E| Compiling digest v0.10.6
30432024-12-07T00:21:14.312Z[ helios-setup] Dec 07 00:21:13.957 INFO E| Compiling aho-corasick v0.7.20
30442024-12-07T00:21:14.510Z[ helios-setup] Dec 07 00:21:14.156 INFO E| Compiling tinyvec_macros v0.1.1
30452024-12-07T00:21:14.705Z[ helios-setup] Dec 07 00:21:14.350 INFO E| Compiling anyhow v1.0.68
30462024-12-07T00:21:14.730Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30472024-12-07T00:21:14.987Z[ helios-setup] Dec 07 00:21:14.632 INFO E| Compiling httparse v1.8.0
30482024-12-07T00:21:15.838Z[ helios-setup] Dec 07 00:21:15.483 INFO E| Compiling regex-syntax v0.6.29
30492024-12-07T00:21:16.225Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30502024-12-07T00:21:16.284Z[ helios-setup] Dec 07 00:21:15.930 INFO E| Compiling unicode-width v0.1.10
30512024-12-07T00:21:16.682Z[ helios-setup] Dec 07 00:21:16.327 INFO E| Compiling percent-encoding v2.2.0
30522024-12-07T00:21:16.803Z[ helios-setup] Dec 07 00:21:16.449 INFO E| Compiling thiserror-impl v1.0.38
30532024-12-07T00:21:17.039Z[ helios-setup] Dec 07 00:21:16.684 INFO E| Compiling schemars_derive v0.8.12
30542024-12-07T00:21:17.574Z[ helios-setup] Dec 07 00:21:17.219 INFO E| Compiling serde_derive v1.0.204
30552024-12-07T00:21:17.690Z[ helios-setup] Dec 07 00:21:17.336 INFO E| Compiling tokio-macros v2.0.0
30562024-12-07T00:21:17.878Z[ helios-setup] Dec 07 00:21:17.523 INFO E| Compiling futures-macro v0.3.28
30572024-12-07T00:21:17.878Z[ helios-setup] Dec 07 00:21:17.524 INFO E| Compiling cpufeatures v0.2.5
30582024-12-07T00:21:18.134Z[ helios-setup] Dec 07 00:21:17.780 INFO E| Compiling heck v0.4.1
30592024-12-07T00:21:19.058Z[ host-package] Compiling hickory-server v0.24.1
30602024-12-07T00:21:19.082Z[ helios-setup] Dec 07 00:21:18.727 INFO E| Compiling form_urlencoded v1.1.0
30612024-12-07T00:21:19.730Z[ helios-setup] Dec 07 00:21:19.376 INFO E| Compiling const-random-macro v0.1.15
30622024-12-07T00:21:20.159Z[ helios-setup] Dec 07 00:21:19.804 INFO E| Compiling tinyvec v1.6.0
30632024-12-07T00:21:21.785Z[ helios-setup] Dec 07 00:21:21.430 INFO E| Compiling regex v1.7.3
30642024-12-07T00:21:21.903Z[ helios-setup] Dec 07 00:21:21.549 INFO E| Compiling hashbrown v0.13.2
30652024-12-07T00:21:23.200Z[ helios-setup] Dec 07 00:21:22.845 INFO E| Compiling chrono v0.4.24
30662024-12-07T00:21:24.099Z[ helios-setup] Dec 07 00:21:23.745 INFO E| Compiling libz-sys v1.1.8
30672024-12-07T00:21:26.461Z[ helios-setup] Dec 07 00:21:26.107 INFO E| Compiling uuid v1.3.0
30682024-12-07T00:21:26.584Z[ helios-setup] Dec 07 00:21:26.230 INFO E| Compiling dyn-clone v1.0.11
30692024-12-07T00:21:26.818Z[ helios-setup] Dec 07 00:21:26.464 INFO E| Compiling regress v0.5.0
30702024-12-07T00:21:27.006Z[ helios-setup] Dec 07 00:21:26.651 INFO E| Compiling unicode-normalization v0.1.22
30712024-12-07T00:21:27.081Z[ helios-setup] Dec 07 00:21:26.727 INFO E| Compiling const-random v0.1.15
30722024-12-07T00:21:29.085Z[ helios-setup] Dec 07 00:21:28.730 INFO E| Compiling getopts v0.2.21
30732024-12-07T00:21:29.419Z[ helios-setup] Dec 07 00:21:29.065 INFO E| Compiling tracing-core v0.1.30
30742024-12-07T00:21:30.093Z[ helios-setup] Dec 07 00:21:29.739 INFO E| Compiling memoffset v0.7.1
30752024-12-07T00:21:31.262Z[ helios-setup] Dec 07 00:21:30.908 INFO E| Compiling time-core v0.1.2
30762024-12-07T00:21:32.116Z[ helios-setup] Dec 07 00:21:31.762 INFO E| Compiling unicode-bidi v0.3.13
30772024-12-07T00:21:32.409Z[ helios-setup] Dec 07 00:21:32.027 INFO E| Compiling num-conv v0.1.0
30782024-12-07T00:21:32.456Z[ helios-setup] Dec 07 00:21:32.101 INFO E| Compiling ucd-trie v0.1.5
30792024-12-07T00:21:33.107Z[ helios-setup] Dec 07 00:21:32.753 INFO E| Compiling powerfmt v0.2.0
30802024-12-07T00:21:33.276Z[ helios-setup] Dec 07 00:21:32.922 INFO E| Compiling idna v0.3.0
30812024-12-07T00:21:34.058Z[ helios-setup] Dec 07 00:21:33.704 INFO E| Compiling deranged v0.3.11
30822024-12-07T00:21:34.112Z[ helios-setup] Dec 07 00:21:33.758 INFO E| Compiling time-macros v0.2.18
30832024-12-07T00:21:35.472Z[ helios-setup] Dec 07 00:21:35.117 INFO E| Compiling pest v2.5.7
30842024-12-07T00:21:38.669Z[ host-package] Compiling primeorder v0.13.6
30852024-12-07T00:21:38.700Z[ helios-setup] Dec 07 00:21:38.227 INFO E| Compiling tracing v0.1.37
30862024-12-07T00:21:39.962Z[ helios-setup] Dec 07 00:21:39.607 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30872024-12-07T00:21:39.987Z[ host-package] Compiling vergen v8.3.2
30882024-12-07T00:21:40.043Z[ helios-setup] Dec 07 00:21:39.689 INFO E| Compiling time v0.1.45
30892024-12-07T00:21:40.390Z[ helios-setup] Dec 07 00:21:40.036 INFO E| Compiling crossbeam-epoch v0.9.13
30902024-12-07T00:21:40.772Z[ helios-setup] Dec 07 00:21:40.417 INFO E| Compiling toml v0.5.11
30912024-12-07T00:21:41.075Z[ host-package] Compiling env_filter v0.1.2
30922024-12-07T00:21:41.370Z[ helios-setup] Dec 07 00:21:41.016 INFO E| Compiling serde_tokenstream v0.2.0
30932024-12-07T00:21:41.496Z[ helios-setup] Dec 07 00:21:41.142 INFO E| Compiling smallvec v1.10.0
30942024-12-07T00:21:42.590Z[ host-package] Compiling cargo-platform v0.1.8
30952024-12-07T00:21:43.075Z[ helios-setup] Dec 07 00:21:42.721 INFO E| Compiling parking_lot v0.12.1
30962024-12-07T00:21:43.509Z[ host-package] Compiling nanorand v0.7.0
30972024-12-07T00:21:43.634Z[ host-package] Compiling memoffset v0.9.1
30982024-12-07T00:21:44.863Z[ host-package] Compiling flume v0.11.1
30992024-12-07T00:21:45.134Z[ host-package] Compiling cargo_metadata v0.18.1
31002024-12-07T00:21:45.400Z[ helios-setup] Dec 07 00:21:45.045 INFO E| Compiling iana-time-zone v0.1.56
31012024-12-07T00:21:45.734Z[ helios-setup] Dec 07 00:21:45.378 INFO E| Compiling num_threads v0.1.6
31022024-12-07T00:21:46.103Z[ helios-setup] Dec 07 00:21:45.748 INFO E| Compiling semver v1.0.17
31032024-12-07T00:21:46.492Z[ helios-setup] Dec 07 00:21:46.137 INFO E| Compiling time v0.3.36
31042024-12-07T00:21:47.059Z[ host-package] Compiling env_logger v0.11.5
31052024-12-07T00:21:47.438Z[ helios-setup] Dec 07 00:21:47.083 INFO E| Compiling semver-parser v0.10.2
31062024-12-07T00:21:49.173Z[ host-package] Compiling p384 v0.13.0
31072024-12-07T00:21:49.466Z[ helios-setup] Dec 07 00:21:49.111 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31082024-12-07T00:21:50.054Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31092024-12-07T00:21:50.097Z[ helios-setup] Dec 07 00:21:49.743 INFO E| Compiling url v2.3.1
31102024-12-07T00:21:53.136Z[ helios-setup] Dec 07 00:21:52.782 INFO E| Compiling crossbeam-channel v0.5.6
31112024-12-07T00:21:53.645Z[ helios-setup] Dec 07 00:21:53.291 INFO E| Compiling dirs-sys-next v0.1.2
31122024-12-07T00:21:54.049Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31132024-12-07T00:21:55.277Z[ helios-setup] Dec 07 00:21:54.922 INFO E| Compiling same-file v1.0.6
31142024-12-07T00:21:55.772Z[ helios-setup] Dec 07 00:21:55.417 INFO E| Compiling try-lock v0.2.4
31152024-12-07T00:21:56.013Z[ helios-setup] Dec 07 00:21:55.659 INFO E| Compiling crc32fast v1.3.2
31162024-12-07T00:21:57.207Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31172024-12-07T00:21:57.261Z[ helios-setup] Dec 07 00:21:56.906 INFO E| Compiling want v0.3.0
31182024-12-07T00:21:57.497Z[ helios-setup] Dec 07 00:21:57.143 INFO E| Compiling walkdir v2.3.3
31192024-12-07T00:21:57.999Z[ helios-setup] Dec 07 00:21:57.644 INFO E| Compiling dirs-next v2.0.0
31202024-12-07T00:21:59.056Z[ host-package] Compiling git2 v0.19.0
31212024-12-07T00:21:59.183Z[ helios-setup] Dec 07 00:21:58.829 INFO E| Compiling tokio-util v0.7.7
31222024-12-07T00:22:01.432Z[ helios-setup] Dec 07 00:22:01.077 INFO E| Compiling h2 v0.3.16
31232024-12-07T00:22:02.706Z[ helios-setup] Dec 07 00:22:02.351 INFO E| Compiling semver v0.11.0
31242024-12-07T00:22:02.941Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31252024-12-07T00:22:03.915Z[ helios-setup] Dec 07 00:22:03.560 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31262024-12-07T00:22:03.993Z[ helios-setup] Dec 07 00:22:03.639 INFO E| Compiling proc-macro-crate v1.2.1
31272024-12-07T00:22:05.217Z[ helios-setup] Dec 07 00:22:04.862 INFO E| Compiling futures-executor v0.3.28
31282024-12-07T00:22:05.479Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31292024-12-07T00:22:07.030Z[ helios-setup] Dec 07 00:22:06.675 INFO E| Compiling http-body v0.4.5
31302024-12-07T00:22:07.208Z[ helios-setup] Dec 07 00:22:06.853 INFO E| Compiling ring v0.16.20
31312024-12-07T00:22:08.747Z[ helios-setup] Dec 07 00:22:08.392 INFO E| Compiling rand_core v0.6.4
31322024-12-07T00:22:09.411Z[ helios-setup] Dec 07 00:22:09.056 INFO E| Compiling thread_local v1.1.7
31332024-12-07T00:22:09.741Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342024-12-07T00:22:10.557Z[ helios-setup] Dec 07 00:22:10.202 INFO E| Compiling httpdate v1.0.2
31352024-12-07T00:22:10.608Z[ helios-setup] Dec 07 00:22:10.253 INFO E| Compiling ppv-lite86 v0.2.17
31362024-12-07T00:22:11.244Z[ helios-setup] Dec 07 00:22:10.890 INFO E| Compiling home v0.5.4
31372024-12-07T00:22:12.031Z[ helios-setup] Dec 07 00:22:11.675 INFO E| Compiling rayon-core v1.10.2
31382024-12-07T00:22:12.181Z[ helios-setup] Dec 07 00:22:11.827 INFO E| Compiling adler v1.0.2
31392024-12-07T00:22:12.290Z[ helios-setup] Dec 07 00:22:11.936 INFO E| Compiling tower-service v0.3.2
31402024-12-07T00:22:12.740Z[ helios-setup] Dec 07 00:22:12.385 INFO E| Compiling fastrand v1.9.0
31412024-12-07T00:22:12.844Z[ helios-setup] Dec 07 00:22:12.490 INFO E| Compiling lazy_static v1.4.0
31422024-12-07T00:22:13.091Z[ helios-setup] Dec 07 00:22:12.737 INFO E| Compiling utf8parse v0.2.1
31432024-12-07T00:22:13.192Z[ helios-setup] Dec 07 00:22:12.837 INFO E| Compiling base64 v0.21.0
31442024-12-07T00:22:13.433Z[ helios-setup] Dec 07 00:22:13.079 INFO E| Compiling anstyle-parse v0.1.1
31452024-12-07T00:22:13.603Z[ helios-setup] Dec 07 00:22:13.248 INFO E| Compiling tempfile v3.5.0
31462024-12-07T00:22:14.030Z[ helios-setup] Dec 07 00:22:13.675 INFO E| Compiling toolchain_find v0.2.0
31472024-12-07T00:22:15.050Z[ helios-setup] Dec 07 00:22:14.695 INFO E| Compiling hyper v0.14.25
31482024-12-07T00:22:15.109Z[ helios-setup] Dec 07 00:22:14.754 INFO E| Compiling miniz_oxide v0.6.2
31492024-12-07T00:22:15.158Z[ helios-setup] Dec 07 00:22:14.803 INFO E| Compiling rand_chacha v0.3.1
31502024-12-07T00:22:15.501Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31512024-12-07T00:22:15.873Z[ host-package] Compiling rand_seeder v0.3.0
31522024-12-07T00:22:16.681Z[ host-package] Compiling libsqlite3-sys v0.30.1
31532024-12-07T00:22:16.731Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31542024-12-07T00:22:17.543Z[ host-package] Compiling cfg_aliases v0.2.1
31552024-12-07T00:22:17.955Z[ host-package] Compiling http-range v0.1.5
31562024-12-07T00:22:18.410Z[ host-package] Compiling rustls v0.21.12
31572024-12-07T00:22:19.281Z[ host-package] Compiling nix v0.29.0
31582024-12-07T00:22:19.562Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31592024-12-07T00:22:20.766Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31602024-12-07T00:22:21.242Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612024-12-07T00:22:22.866Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31622024-12-07T00:22:23.155Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31632024-12-07T00:22:24.210Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31642024-12-07T00:22:24.625Z[ host-package] Compiling rustls-webpki v0.101.7
31652024-12-07T00:22:27.046Z[ helios-setup] Dec 07 00:22:26.692 INFO E| Compiling futures v0.3.28
31662024-12-07T00:22:27.566Z[ helios-setup] Dec 07 00:22:27.212 INFO E| Compiling num_enum_derive v0.5.7
31672024-12-07T00:22:28.584Z[ helios-setup] Dec 07 00:22:28.230 INFO E| Compiling cargo-lock v8.0.3
31682024-12-07T00:22:29.573Z[ host-package] Compiling sct v0.7.1
31692024-12-07T00:22:30.653Z[ host-package] Compiling castaway v0.2.3
31702024-12-07T00:22:30.732Z[ host-package] Compiling csv-core v0.1.11
31712024-12-07T00:22:30.880Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31722024-12-07T00:22:30.966Z[ host-package] Compiling glob v0.3.1
31732024-12-07T00:22:31.101Z[ host-package] Compiling compact_str v0.8.0
31742024-12-07T00:22:32.096Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31752024-12-07T00:22:32.177Z[ host-package] Compiling csv v1.3.0
31762024-12-07T00:22:33.020Z[ helios-setup] Dec 07 00:22:32.666 INFO E| Compiling crossbeam-deque v0.8.2
31772024-12-07T00:22:33.417Z[ helios-setup] Dec 07 00:22:33.063 INFO E| Compiling term v0.7.0
31782024-12-07T00:22:34.028Z[ helios-setup] Dec 07 00:22:33.673 INFO E| Compiling serde_urlencoded v0.7.1
31792024-12-07T00:22:34.320Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31802024-12-07T00:22:34.638Z[ helios-setup] Dec 07 00:22:34.283 INFO E| Compiling sha2 v0.10.6
31812024-12-07T00:22:35.165Z[ helios-setup] Dec 07 00:22:34.810 INFO E| Compiling sha1 v0.10.5
31822024-12-07T00:22:35.225Z[ helios-setup] Dec 07 00:22:34.871 INFO E| Compiling is-terminal v0.4.7
31832024-12-07T00:22:35.693Z[ helios-setup] Dec 07 00:22:35.338 INFO E| Compiling atty v0.2.14
31842024-12-07T00:22:35.759Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31852024-12-07T00:22:36.602Z[ helios-setup] Dec 07 00:22:36.248 INFO E| Compiling concolor-query v0.3.3
31862024-12-07T00:22:37.095Z[ helios-setup] Dec 07 00:22:36.741 INFO E| Compiling concolor-override v1.0.0
31872024-12-07T00:22:37.201Z[ helios-setup] Dec 07 00:22:36.846 INFO E| Compiling anstyle v0.3.5
31882024-12-07T00:22:37.337Z[ helios-setup] Dec 07 00:22:36.982 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31892024-12-07T00:22:38.312Z[ helios-setup] Dec 07 00:22:37.958 INFO E| Compiling anstream v0.2.6
31902024-12-07T00:22:38.375Z[ host-package] Compiling hyper-staticfile v0.10.1
31912024-12-07T00:22:40.433Z[ helios-setup] Dec 07 00:22:40.078 INFO E| Compiling slog-term v2.9.0
31922024-12-07T00:22:42.228Z[ helios-setup] Dec 07 00:22:41.874 INFO E| Compiling flate2 v1.0.25
31932024-12-07T00:22:42.595Z[ host-package] Compiling nix v0.27.1
31942024-12-07T00:22:43.384Z[ helios-setup] Dec 07 00:22:43.030 INFO E| Compiling num_enum v0.5.7
31952024-12-07T00:22:43.643Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31962024-12-07T00:22:43.786Z[ helios-setup] Dec 07 00:22:43.431 INFO E| Compiling rand v0.8.5
31972024-12-07T00:22:44.432Z[ helios-setup] Dec 07 00:22:44.077 INFO E| Compiling rustfmt-wrapper v0.2.0
31982024-12-07T00:22:45.335Z[ helios-setup] Dec 07 00:22:44.980 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31992024-12-07T00:22:45.423Z[ helios-setup] Dec 07 00:22:45.068 INFO E| Compiling openapiv3 v1.0.2
32002024-12-07T00:22:46.029Z[ helios-setup] Dec 07 00:22:45.674 INFO E| Compiling encoding_rs v0.8.32
32012024-12-07T00:22:47.383Z[ helios-setup] Dec 07 00:22:47.028 INFO E| Compiling untrusted v0.7.1
32022024-12-07T00:22:47.797Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32032024-12-07T00:22:48.006Z[ helios-setup] Dec 07 00:22:47.651 INFO E| Compiling spin v0.5.2
32042024-12-07T00:22:48.595Z[ helios-setup] Dec 07 00:22:48.240 INFO E| Compiling project-root v0.2.2
32052024-12-07T00:22:49.049Z[ helios-setup] Dec 07 00:22:48.694 INFO E| Compiling strsim v0.10.0
32062024-12-07T00:22:50.334Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32072024-12-07T00:22:51.167Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32082024-12-07T00:22:51.982Z[ helios-setup] Dec 07 00:22:51.627 INFO E| Compiling utf-8 v0.7.6
32092024-12-07T00:22:52.213Z[ helios-setup] Dec 07 00:22:51.858 INFO E| Compiling base64 v0.13.1
32102024-12-07T00:22:52.523Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32112024-12-07T00:22:52.839Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32122024-12-07T00:22:52.994Z[ helios-setup] Dec 07 00:22:52.639 INFO E| Compiling clap_lex v0.4.1
32132024-12-07T00:22:53.217Z[ helios-setup] Dec 07 00:22:52.862 INFO E| Compiling either v1.8.0
32142024-12-07T00:22:53.723Z[ helios-setup] Dec 07 00:22:53.368 INFO E| Compiling ipnet v2.7.2
32152024-12-07T00:22:53.912Z[ helios-setup] Dec 07 00:22:53.557 INFO E| Compiling byteorder v1.4.3
32162024-12-07T00:22:54.249Z[ helios-setup] Dec 07 00:22:53.894 INFO E| Compiling mime v0.3.17
32172024-12-07T00:22:55.072Z[ helios-setup] Dec 07 00:22:54.716 INFO E| Compiling unsafe-libyaml v0.2.8
32182024-12-07T00:22:56.272Z[ helios-setup] Dec 07 00:22:55.918 INFO E| Compiling tungstenite v0.18.0
32192024-12-07T00:22:57.072Z[ helios-setup] Dec 07 00:22:56.717 INFO E| Compiling reqwest v0.11.16
32202024-12-07T00:22:57.808Z[ helios-setup] Dec 07 00:22:57.453 INFO E| Compiling serde_yaml v0.9.21
32212024-12-07T00:22:58.140Z[ helios-setup] Dec 07 00:22:57.785 INFO E| Compiling rayon v1.6.1
32222024-12-07T00:22:58.341Z[ helios-setup] Dec 07 00:22:57.986 INFO E| Compiling clap_builder v4.2.1
32232024-12-07T00:22:58.550Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32242024-12-07T00:22:59.853Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32252024-12-07T00:23:00.043Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32262024-12-07T00:23:00.505Z[ host-package] Compiling unicode-truncate v1.1.0
32272024-12-07T00:23:01.255Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32282024-12-07T00:23:01.496Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32292024-12-07T00:23:02.276Z[ helios-setup] Dec 07 00:23:01.921 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32302024-12-07T00:23:04.004Z[ host-package] Compiling hashlink v0.9.1
32312024-12-07T00:23:04.362Z[ helios-setup] Dec 07 00:23:04.008 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32322024-12-07T00:23:05.155Z[ helios-setup] Dec 07 00:23:04.800 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32332024-12-07T00:23:05.412Z[ host-package] Compiling tungstenite v0.23.0
32342024-12-07T00:23:05.631Z[ host-package] Compiling lru v0.12.5
32352024-12-07T00:23:06.516Z[ host-package] Compiling instability v0.3.2
32362024-12-07T00:23:07.860Z[ helios-setup] Dec 07 00:23:07.505 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32372024-12-07T00:23:08.528Z[ host-package] Compiling fallible-iterator v0.3.0
32382024-12-07T00:23:08.552Z[ helios-setup] Dec 07 00:23:08.190 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32392024-12-07T00:23:09.673Z[ helios-setup] Dec 07 00:23:09.318 INFO E| Compiling clap_derive v4.2.0
32402024-12-07T00:23:10.287Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32412024-12-07T00:23:10.853Z[ host-package] Compiling cassowary v0.3.0
32422024-12-07T00:23:11.339Z[ helios-setup] Dec 07 00:23:10.985 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32432024-12-07T00:23:12.183Z[ host-package] Compiling ratatui v0.28.1
32442024-12-07T00:23:12.776Z[ host-package] Compiling rusqlite v0.32.1
32452024-12-07T00:23:14.059Z[ host-package] Compiling tokio-tungstenite v0.23.1
32462024-12-07T00:23:15.119Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32472024-12-07T00:23:16.511Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32482024-12-07T00:23:17.978Z[ helios-setup] Dec 07 00:23:17.623 INFO E| Compiling clap v4.2.1
32492024-12-07T00:23:18.429Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32502024-12-07T00:23:18.507Z[ helios-setup] Dec 07 00:23:18.153 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32512024-12-07T00:23:24.448Z[ host-package] Compiling tokio-rustls v0.24.1
32522024-12-07T00:23:25.790Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32532024-12-07T00:23:27.282Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32542024-12-07T00:23:27.519Z[ helios-setup] Dec 07 00:23:27.165 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32552024-12-07T00:23:30.168Z[ helios-setup] Dec 07 00:23:29.814 INFO E| Compiling tokio-tungstenite v0.18.0
32562024-12-07T00:23:31.172Z[ helios-setup] Dec 07 00:23:30.817 INFO E| Compiling smartstring v1.0.1
32572024-12-07T00:23:32.122Z[ helios-setup] Dec 07 00:23:31.767 INFO E| Compiling rustls v0.21.0
32582024-12-07T00:23:34.018Z[ helios-setup] Dec 07 00:23:33.663 INFO E| Compiling toml_datetime v0.6.1
32592024-12-07T00:23:35.341Z[ helios-setup] Dec 07 00:23:34.986 INFO E| Compiling serde_spanned v0.6.1
32602024-12-07T00:23:35.948Z[ helios-setup] Dec 07 00:23:35.593 INFO E| Compiling match_cfg v0.1.0
32612024-12-07T00:23:36.115Z[ helios-setup] Dec 07 00:23:35.760 INFO E| Compiling paste v1.0.12
32622024-12-07T00:23:37.330Z[ helios-setup] Dec 07 00:23:36.976 INFO E| Compiling winnow v0.4.1
32632024-12-07T00:23:39.397Z[ helios-setup] Dec 07 00:23:39.042 INFO E| Compiling camino v1.1.4
32642024-12-07T00:23:40.769Z[ helios-setup] Dec 07 00:23:40.415 INFO E| Compiling async-trait v0.1.68
32652024-12-07T00:23:41.608Z[ helios-setup] Dec 07 00:23:41.253 INFO E| Compiling slog-async v2.7.0
32662024-12-07T00:23:42.929Z[ helios-setup] Dec 07 00:23:42.575 INFO E| Compiling static_assertions v1.1.0
32672024-12-07T00:23:43.273Z[ helios-setup] Dec 07 00:23:42.918 INFO E| Compiling toml_edit v0.19.8
32682024-12-07T00:23:44.227Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32692024-12-07T00:23:44.398Z[ helios-setup] Dec 07 00:23:44.043 INFO E| Compiling hostname v0.3.1
32702024-12-07T00:23:44.486Z[ helios-setup] Dec 07 00:23:44.131 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32712024-12-07T00:23:45.030Z[ helios-setup] Dec 07 00:23:44.675 INFO E| Compiling slog-json v2.6.1
32722024-12-07T00:23:46.080Z[ helios-setup] Dec 07 00:23:45.726 INFO E| Compiling unicode-linebreak v0.1.4
32732024-12-07T00:23:48.753Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32742024-12-07T00:23:48.837Z[ host-package] Compiling rustls-pemfile v1.0.4
32752024-12-07T00:23:50.458Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32762024-12-07T00:23:50.517Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32772024-12-07T00:23:50.736Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32782024-12-07T00:23:50.911Z[ helios-setup] Dec 07 00:23:50.556 INFO E| Compiling async-stream-impl v0.3.5
32792024-12-07T00:23:51.137Z[ host-package] Compiling signal-hook-tokio v0.3.1
32802024-12-07T00:23:51.308Z[ host-package] Compiling twox-hash v1.6.3
32812024-12-07T00:23:52.046Z[ host-package] Compiling unicode-linebreak v0.1.5
32822024-12-07T00:23:53.083Z[ host-package] Compiling is_ci v1.2.0
32832024-12-07T00:23:53.298Z[ host-package] Compiling smawk v0.3.2
32842024-12-07T00:23:53.600Z[ helios-setup] Dec 07 00:23:53.245 INFO E| Compiling rhai_codegen v1.5.0
32852024-12-07T00:23:53.877Z[ host-package] Compiling textwrap v0.16.1
32862024-12-07T00:23:53.996Z[ host-package] Compiling supports-color v3.0.1
32872024-12-07T00:23:56.062Z[ helios-setup] Dec 07 00:23:55.708 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32882024-12-07T00:23:57.111Z[ helios-setup] Dec 07 00:23:56.756 INFO E| Compiling take_mut v0.2.2
32892024-12-07T00:23:57.783Z[ helios-setup] Dec 07 00:23:57.428 INFO E| Compiling async-stream v0.3.5
32902024-12-07T00:23:58.142Z[ helios-setup] Dec 07 00:23:57.787 INFO E| Compiling rhai v1.14.0
32912024-12-07T00:23:58.661Z[ helios-setup] Dec 07 00:23:58.307 INFO E| Compiling toml v0.7.3
32922024-12-07T00:23:58.759Z[ helios-setup] Dec 07 00:23:58.404 INFO E| Compiling slog-bunyan v2.4.0
32932024-12-07T00:23:58.947Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32942024-12-07T00:24:02.940Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32952024-12-07T00:24:03.253Z[ helios-setup] Dec 07 00:24:02.899 INFO E| Compiling rustls-pemfile v1.0.2
32962024-12-07T00:24:04.545Z[ helios-setup] Dec 07 00:24:04.191 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32972024-12-07T00:24:04.852Z[ helios-setup] Dec 07 00:24:04.497 INFO E| Compiling serde_path_to_error v0.1.11
32982024-12-07T00:24:06.105Z[ helios-setup] Dec 07 00:24:05.750 INFO E| Compiling bincode v1.3.3
32992024-12-07T00:24:07.509Z[ helios-setup] Dec 07 00:24:07.155 INFO E| Compiling terminal_size v0.2.6
33002024-12-07T00:24:07.879Z[ helios-setup] Dec 07 00:24:07.524 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33012024-12-07T00:24:08.030Z[ helios-setup] Dec 07 00:24:07.676 INFO E| Compiling smawk v0.3.1
33022024-12-07T00:24:08.896Z[ helios-setup] Dec 07 00:24:08.541 INFO E| Compiling textwrap v0.16.0
33032024-12-07T00:24:15.052Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33042024-12-07T00:24:19.278Z[ helios-setup] Dec 07 00:24:18.923 INFO E| Compiling rustls-webpki v0.100.1
33052024-12-07T00:24:19.357Z[ helios-setup] Dec 07 00:24:19.002 INFO E| Compiling sct v0.7.0
33062024-12-07T00:24:22.534Z[ helios-setup] Dec 07 00:24:22.180 INFO E| Compiling git2 v0.16.1
33072024-12-07T00:24:25.830Z[ helios-setup] Dec 07 00:24:25.475 INFO E| Compiling tokio-rustls v0.24.0
33082024-12-07T00:24:27.218Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33092024-12-07T00:24:27.784Z[ helios-setup] Dec 07 00:24:27.430 INFO E| Compiling built v0.6.0
33102024-12-07T00:24:30.886Z[ helios-setup] Dec 07 00:24:30.531 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33112024-12-07T00:24:34.042Z[ helios-setup] Dec 07 00:24:33.688 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33122024-12-07T00:24:37.117Z[ helios-setup] Dec 07 00:24:36.763 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33132024-12-07T00:24:42.029Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33142024-12-07T00:24:42.408Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33152024-12-07T00:24:45.802Z[ helios-setup] Dec 07 00:24:45.447 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33162024-12-07T00:24:49.100Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33172024-12-07T00:24:50.742Z[ helios-setup] Dec 07 00:24:50.387 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33182024-12-07T00:25:03.768Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33192024-12-07T00:25:04.769Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33202024-12-07T00:25:05.276Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33212024-12-07T00:25:10.913Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33222024-12-07T00:25:15.126Z[ host-package] Compiling fatfs v0.3.6
33232024-12-07T00:25:17.476Z[ host-package] Compiling rtoolbox v0.0.2
33242024-12-07T00:25:17.955Z[ host-package] Compiling assert_matches v1.5.0
33252024-12-07T00:25:18.547Z[ host-package] Compiling rpassword v7.3.1
33262024-12-07T00:25:19.120Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33272024-12-07T00:25:22.781Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33282024-12-07T00:25:27.324Z[ host-package] Compiling tui-tree-widget v0.22.0
33292024-12-07T00:25:28.294Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33302024-12-07T00:25:31.869Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33312024-12-07T00:25:32.122Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33322024-12-07T00:25:32.575Z[ host-package] Compiling uzers v0.12.1
33332024-12-07T00:25:35.064Z[ helios-setup] Dec 07 00:25:34.709 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33342024-12-07T00:25:35.461Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33352024-12-07T00:25:44.035Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33362024-12-07T00:25:45.932Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33372024-12-07T00:26:26.713Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33382024-12-07T00:26:26.950Z[ host-package] Compiling multimap v0.10.0
33392024-12-07T00:26:33.558Z[ helios-setup] Dec 07 00:26:33.203 INFO E| Finished `release` profile [optimized] target(s) in 5m 47s
33402024-12-07T00:26:33.645Z[ helios-setup] Dec 07 00:26:33.290 INFO building project "pilot" ok (347 seconds)
33412024-12-07T00:26:33.669Z[ helios-setup] Dec 07 00:26:33.290 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33422024-12-07T00:26:33.669Z[ helios-setup] Dec 07 00:26:33.290 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33432024-12-07T00:26:33.944Z[ helios-setup] Dec 07 00:26:33.589 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33442024-12-07T00:26:34.489Z[ helios-setup] Dec 07 00:26:34.134 INFO E| From https://github.com/jclulow/rust-jmclib
33452024-12-07T00:26:34.489Z[ helios-setup] Dec 07 00:26:34.134 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33462024-12-07T00:26:34.513Z[ helios-setup] Dec 07 00:26:34.154 INFO E| Updating crates.io index
33472024-12-07T00:26:34.667Z[ helios-setup] Dec 07 00:26:34.312 INFO E| Downloading crates ...
33482024-12-07T00:26:34.779Z[ helios-setup] Dec 07 00:26:34.424 INFO E| Downloaded serde_derive v1.0.193
33492024-12-07T00:26:34.802Z[ helios-setup] Dec 07 00:26:34.430 INFO E| Downloaded sha-1 v0.9.8
33502024-12-07T00:26:34.803Z[ helios-setup] Dec 07 00:26:34.435 INFO E| Downloaded tempfile v3.7.0
33512024-12-07T00:26:34.803Z[ helios-setup] Dec 07 00:26:34.439 INFO E| Downloaded uuid v0.8.2
33522024-12-07T00:26:34.803Z[ helios-setup] Dec 07 00:26:34.445 INFO E| Downloaded unicode-ident v1.0.11
33532024-12-07T00:26:34.827Z[ helios-setup] Dec 07 00:26:34.450 INFO E| Downloaded proc-macro2 v1.0.66
33542024-12-07T00:26:34.827Z[ helios-setup] Dec 07 00:26:34.455 INFO E| Downloaded serde v1.0.193
33552024-12-07T00:26:34.827Z[ helios-setup] Dec 07 00:26:34.461 INFO E| Downloaded serde_json v1.0.103
33562024-12-07T00:26:34.827Z[ helios-setup] Dec 07 00:26:34.470 INFO E| Downloaded anyhow v1.0.72
33572024-12-07T00:26:34.851Z[ helios-setup] Dec 07 00:26:34.474 INFO E| Downloaded syn v2.0.32
33582024-12-07T00:26:34.851Z[ helios-setup] Dec 07 00:26:34.485 INFO E| Downloaded quote v1.0.31
33592024-12-07T00:26:34.851Z[ helios-setup] Dec 07 00:26:34.488 INFO E| Downloaded getrandom v0.2.10
33602024-12-07T00:26:34.851Z[ helios-setup] Dec 07 00:26:34.492 INFO E| Downloaded once_cell v1.18.0
33612024-12-07T00:26:34.851Z[ helios-setup] Dec 07 00:26:34.495 INFO E| Downloaded digest v0.9.0
33622024-12-07T00:26:34.851Z[ helios-setup] Dec 07 00:26:34.496 INFO E| Downloaded rustix v0.38.4
33632024-12-07T00:26:34.875Z[ helios-setup] Dec 07 00:26:34.520 INFO E| Downloaded cpufeatures v0.2.9
33642024-12-07T00:26:34.898Z[ helios-setup] Dec 07 00:26:34.522 INFO E| Downloaded md-5 v0.9.1
33652024-12-07T00:26:34.898Z[ helios-setup] Dec 07 00:26:34.523 INFO E| Downloaded libdevinfo-sys v1.0.0
33662024-12-07T00:26:34.898Z[ helios-setup] Dec 07 00:26:34.524 INFO E| Downloaded fastrand v2.0.0
33672024-12-07T00:26:34.898Z[ helios-setup] Dec 07 00:26:34.526 INFO E| Downloaded block-buffer v0.9.0
33682024-12-07T00:26:34.898Z[ helios-setup] Dec 07 00:26:34.526 INFO E| Downloaded bitflags v2.3.3
33692024-12-07T00:26:34.898Z[ helios-setup] Dec 07 00:26:34.530 INFO E| Downloaded libc v0.2.147
33702024-12-07T00:26:35.013Z[ helios-setup] Dec 07 00:26:34.658 INFO E| Compiling libc v0.2.147
33712024-12-07T00:26:35.013Z[ helios-setup] Dec 07 00:26:34.658 INFO E| Compiling proc-macro2 v1.0.66
33722024-12-07T00:26:35.037Z[ helios-setup] Dec 07 00:26:34.658 INFO E| Compiling cfg-if v1.0.0
33732024-12-07T00:26:35.037Z[ helios-setup] Dec 07 00:26:34.658 INFO E| Compiling unicode-ident v1.0.11
33742024-12-07T00:26:35.037Z[ helios-setup] Dec 07 00:26:34.658 INFO E| Compiling version_check v0.9.4
33752024-12-07T00:26:35.037Z[ helios-setup] Dec 07 00:26:34.658 INFO E| Compiling typenum v1.16.0
33762024-12-07T00:26:35.037Z[ helios-setup] Dec 07 00:26:34.659 INFO E| Compiling serde v1.0.193
33772024-12-07T00:26:35.037Z[ helios-setup] Dec 07 00:26:34.659 INFO E| Compiling num-conv v0.1.0
33782024-12-07T00:26:35.185Z[ helios-setup] Dec 07 00:26:34.830 INFO E| Compiling time-core v0.1.2
33792024-12-07T00:26:35.549Z[ helios-setup] Dec 07 00:26:35.194 INFO E| Compiling powerfmt v0.2.0
33802024-12-07T00:26:35.598Z[ helios-setup] Dec 07 00:26:35.243 INFO E| Compiling slog v2.7.0
33812024-12-07T00:26:35.651Z[ helios-setup] Dec 07 00:26:35.297 INFO E| Compiling itoa v1.0.9
33822024-12-07T00:26:35.973Z[ helios-setup] Dec 07 00:26:35.618 INFO E| Compiling rustix v0.38.4
33832024-12-07T00:26:36.159Z[ helios-setup] Dec 07 00:26:35.804 INFO E| Compiling generic-array v0.14.7
33842024-12-07T00:26:36.197Z[ helios-setup] Dec 07 00:26:35.842 INFO E| Compiling deranged v0.3.11
33852024-12-07T00:26:36.329Z[ helios-setup] Dec 07 00:26:35.974 INFO E| Compiling time-macros v0.2.18
33862024-12-07T00:26:36.661Z[ helios-setup] Dec 07 00:26:36.306 INFO E| Compiling once_cell v1.18.0
33872024-12-07T00:26:37.157Z[ helios-setup] Dec 07 00:26:36.803 INFO E| Compiling num_threads v0.1.6
33882024-12-07T00:26:37.320Z[ helios-setup] Dec 07 00:26:36.965 INFO E| Compiling bitflags v2.3.3
33892024-12-07T00:26:37.641Z[ helios-setup] Dec 07 00:26:37.286 INFO E| Compiling thread_local v1.1.7
33902024-12-07T00:26:38.180Z[ helios-setup] Dec 07 00:26:37.825 INFO E| Compiling quote v1.0.31
33912024-12-07T00:26:38.852Z[ helios-setup] Dec 07 00:26:38.497 INFO E| Compiling syn v2.0.32
33922024-12-07T00:26:38.876Z[ helios-setup] Dec 07 00:26:38.504 INFO E| Compiling dirs-sys-next v0.1.2
33932024-12-07T00:26:39.273Z[ helios-setup] Dec 07 00:26:38.918 INFO E| Compiling dirs-next v2.0.0
33942024-12-07T00:26:39.304Z[ helios-setup] Dec 07 00:26:38.949 INFO E| Compiling errno v0.3.1
33952024-12-07T00:26:39.338Z[ helios-setup] Dec 07 00:26:38.983 INFO E| Compiling atty v0.2.14
33962024-12-07T00:26:39.453Z[ helios-setup] Dec 07 00:26:39.098 INFO E| Compiling term v0.7.0
33972024-12-07T00:26:39.693Z[ helios-setup] Dec 07 00:26:39.338 INFO E| Compiling anyhow v1.0.72
33982024-12-07T00:26:39.792Z[ helios-setup] Dec 07 00:26:39.437 INFO E| Compiling opaque-debug v0.3.0
33992024-12-07T00:26:39.885Z[ helios-setup] Dec 07 00:26:39.530 INFO E| Compiling fastrand v2.0.0
34002024-12-07T00:26:40.286Z[ helios-setup] Dec 07 00:26:39.931 INFO E| Compiling serde_json v1.0.103
34012024-12-07T00:26:40.560Z[ helios-setup] Dec 07 00:26:40.205 INFO E| Compiling digest v0.9.0
34022024-12-07T00:26:40.625Z[ helios-setup] Dec 07 00:26:40.270 INFO E| Compiling block-buffer v0.9.0
34032024-12-07T00:26:40.827Z[ helios-setup] Dec 07 00:26:40.472 INFO E| Compiling time v0.3.36
34042024-12-07T00:26:40.990Z[ helios-setup] Dec 07 00:26:40.636 INFO E| Compiling getrandom v0.2.10
34052024-12-07T00:26:41.037Z[ helios-setup] Dec 07 00:26:40.682 INFO E| Compiling unicode-width v0.1.10
34062024-12-07T00:26:41.207Z[ helios-setup] Dec 07 00:26:40.852 INFO E| Compiling same-file v1.0.6
34072024-12-07T00:26:41.375Z[ helios-setup] Dec 07 00:26:41.020 INFO E| Compiling cpufeatures v0.2.9
34082024-12-07T00:26:41.532Z[ helios-setup] Dec 07 00:26:41.177 INFO E| Compiling ryu v1.0.15
34092024-12-07T00:26:41.555Z[ helios-setup] Dec 07 00:26:41.189 INFO E| Compiling walkdir v2.3.3
34102024-12-07T00:26:41.894Z[ helios-setup] Dec 07 00:26:41.539 INFO E| Compiling sha-1 v0.9.8
34112024-12-07T00:26:42.213Z[ helios-setup] Dec 07 00:26:41.858 INFO E| Compiling getopts v0.2.21
34122024-12-07T00:26:43.022Z[ helios-setup] Dec 07 00:26:42.667 INFO E| Compiling tempfile v3.7.0
34132024-12-07T00:26:43.054Z[ helios-setup] Dec 07 00:26:42.700 INFO E| Compiling md-5 v0.9.1
34142024-12-07T00:26:43.223Z[ helios-setup] Dec 07 00:26:42.868 INFO E| Compiling libdevinfo-sys v1.0.0
34152024-12-07T00:26:43.463Z[ helios-setup] Dec 07 00:26:43.108 INFO E| Compiling glob v0.3.1
34162024-12-07T00:26:44.018Z[ helios-setup] Dec 07 00:26:43.663 INFO E| Compiling slog-term v2.9.0
34172024-12-07T00:26:47.451Z[ helios-setup] Dec 07 00:26:47.096 INFO E| Compiling serde_derive v1.0.193
34182024-12-07T00:27:00.095Z[ helios-setup] Dec 07 00:26:59.740 INFO E| Compiling toml v0.5.11
34192024-12-07T00:27:00.119Z[ helios-setup] Dec 07 00:26:59.741 INFO E| Compiling uuid v0.8.2
34202024-12-07T00:27:02.192Z[ helios-setup] Dec 07 00:27:01.837 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34212024-12-07T00:27:05.109Z[ helios-setup] Dec 07 00:27:04.753 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34222024-12-07T00:27:19.622Z[ helios-setup] Dec 07 00:27:19.267 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.90s
34232024-12-07T00:27:19.651Z[ helios-setup] Dec 07 00:27:19.297 INFO building project "image-builder" ok (46 seconds)
34242024-12-07T00:27:19.651Z[ helios-setup] Dec 07 00:27:19.297 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34252024-12-07T00:27:19.676Z[ helios-setup] Dec 07 00:27:19.297 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34262024-12-07T00:27:19.921Z[ helios-setup] Dec 07 00:27:19.567 INFO E| Downloading crates ...
34272024-12-07T00:27:20.027Z[ helios-setup] Dec 07 00:27:19.672 INFO E| Downloaded typenum v1.15.0
34282024-12-07T00:27:20.051Z[ helios-setup] Dec 07 00:27:19.676 INFO E| Downloaded digest v0.10.3
34292024-12-07T00:27:20.051Z[ helios-setup] Dec 07 00:27:19.678 INFO E| Downloaded bytes v1.2.1
34302024-12-07T00:27:20.051Z[ helios-setup] Dec 07 00:27:19.683 INFO E| Downloaded anyhow v1.0.62
34312024-12-07T00:27:20.075Z[ helios-setup] Dec 07 00:27:19.698 INFO E| Downloaded sha2 v0.10.5
34322024-12-07T00:27:20.128Z[ helios-setup] Dec 07 00:27:19.773 INFO E| Compiling typenum v1.15.0
34332024-12-07T00:27:20.128Z[ helios-setup] Dec 07 00:27:19.773 INFO E| Compiling version_check v0.9.4
34342024-12-07T00:27:20.152Z[ helios-setup] Dec 07 00:27:19.773 INFO E| Compiling cfg-if v1.0.0
34352024-12-07T00:27:20.152Z[ helios-setup] Dec 07 00:27:19.773 INFO E| Compiling crc32fast v1.3.2
34362024-12-07T00:27:20.152Z[ helios-setup] Dec 07 00:27:19.773 INFO E| Compiling adler v1.0.2
34372024-12-07T00:27:20.152Z[ helios-setup] Dec 07 00:27:19.773 INFO E| Compiling anyhow v1.0.62
34382024-12-07T00:27:20.152Z[ helios-setup] Dec 07 00:27:19.773 INFO E| Compiling unicode-width v0.1.10
34392024-12-07T00:27:20.184Z[ helios-setup] Dec 07 00:27:19.829 INFO E| Compiling cpufeatures v0.2.5
34402024-12-07T00:27:20.768Z[ helios-setup] Dec 07 00:27:20.413 INFO E| Compiling miniz_oxide v0.6.2
34412024-12-07T00:27:20.957Z[ helios-setup] Dec 07 00:27:20.585 INFO E| Compiling getopts v0.2.21
34422024-12-07T00:27:21.001Z[ helios-setup] Dec 07 00:27:20.646 INFO E| Compiling bytes v1.2.1
34432024-12-07T00:27:21.001Z[ helios-setup] Dec 07 00:27:20.646 INFO E| Compiling bitflags v1.3.2
34442024-12-07T00:27:21.247Z[ helios-setup] Dec 07 00:27:20.892 INFO E| Compiling generic-array v0.14.6
34452024-12-07T00:27:22.570Z[ helios-setup] Dec 07 00:27:22.214 INFO E| Compiling flate2 v1.0.25
34462024-12-07T00:27:25.211Z[ helios-setup] Dec 07 00:27:24.856 INFO E| Compiling crypto-common v0.1.6
34472024-12-07T00:27:25.211Z[ helios-setup] Dec 07 00:27:24.856 INFO E| Compiling block-buffer v0.10.3
34482024-12-07T00:27:25.423Z[ helios-setup] Dec 07 00:27:25.068 INFO E| Compiling digest v0.10.3
34492024-12-07T00:27:25.798Z[ helios-setup] Dec 07 00:27:25.443 INFO E| Compiling sha2 v0.10.5
34502024-12-07T00:27:26.303Z[ helios-setup] Dec 07 00:27:25.948 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34512024-12-07T00:27:30.962Z[ helios-setup] Dec 07 00:27:30.608 INFO E| Finished `release` profile [optimized] target(s) in 11.22s
34522024-12-07T00:27:30.986Z[ helios-setup] Dec 07 00:27:30.622 INFO building project "bootserver" ok (11 seconds)
34532024-12-07T00:27:30.986Z[ helios-setup] rm -f helios-build
34542024-12-07T00:27:30.986Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34552024-12-07T00:27:30.986Z[ helios-setup]
34562024-12-07T00:27:31.010Z[ helios-setup] Setup complete! ./helios-build is now available.
34572024-12-07T00:27:31.010Z[ helios-setup]
34582024-12-07T00:27:31.010Z[ helios-setup]
34592024-12-07T00:27:31.010ZDec 07 00:27:30.637 INFO [ helios-setup] real 10:36.870273751
34602024-12-07T00:27:31.010Z[helios-setup] process exited with exit status: 0 (636.880321893s)
34612024-12-07T00:27:31.010Z[ helios-setup] user 24:22.892853288
34622024-12-07T00:27:31.010Z[ helios-setup] sys 3:23.107782771
34632024-12-07T00:27:31.010Z[ helios-setup] trap 1.512684916
34642024-12-07T00:27:31.010Z[ helios-setup] tflt 5.051873829
34652024-12-07T00:27:31.010Z[ helios-setup] dflt 33.386470839
34662024-12-07T00:27:31.010Z[ helios-setup] kflt 0.040789862
34672024-12-07T00:27:31.010Z[ helios-setup] lock 1:42:31.855818425
34682024-12-07T00:27:31.010Z[ helios-setup] slp 3:12:22.775987376
34692024-12-07T00:27:31.010Z[ helios-setup] lat 28:46.371885057
34702024-12-07T00:27:31.010Z[ helios-setup] stop 4:23.847499593
34712024-12-07T00:27:31.010ZDec 07 00:27:30.639 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34722024-12-07T00:27:31.036Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34732024-12-07T00:27:31.209Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34742024-12-07T00:27:31.209Z[ phbl-toolchain] info: downloading component 'cargo'
34752024-12-07T00:27:31.639Z[ phbl-toolchain] info: downloading component 'clippy'
34762024-12-07T00:27:31.797Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34772024-12-07T00:27:34.264Z[ phbl-toolchain] info: downloading component 'miri'
34782024-12-07T00:27:34.581Z[ phbl-toolchain] info: downloading component 'rust-docs'
34792024-12-07T00:27:36.045Z[ phbl-toolchain] info: downloading component 'rust-src'
34802024-12-07T00:27:36.080Z[ phbl-toolchain] info: downloading component 'rust-std'
34812024-12-07T00:27:37.040Z[ phbl-toolchain] info: downloading component 'rustc'
34822024-12-07T00:27:41.056Z[ phbl-toolchain] info: downloading component 'rustfmt'
34832024-12-07T00:27:41.093Z[ phbl-toolchain] info: installing component 'cargo'
34842024-12-07T00:27:42.491Z[ phbl-toolchain] info: installing component 'clippy'
34852024-12-07T00:27:43.035Z[ phbl-toolchain] info: installing component 'llvm-tools'
34862024-12-07T00:27:48.325Z[ phbl-toolchain] info: installing component 'miri'
34872024-12-07T00:27:48.662Z[ phbl-toolchain] info: installing component 'rust-docs'
34882024-12-07T00:27:59.574Z[ phbl-toolchain] info: installing component 'rust-src'
34892024-12-07T00:28:00.118Z[ phbl-toolchain] info: installing component 'rust-std'
34902024-12-07T00:28:02.400Z[ phbl-toolchain] info: installing component 'rustc'
34912024-12-07T00:28:10.413Z[ phbl-toolchain] info: installing component 'rustfmt'
34922024-12-07T00:28:11.087Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34932024-12-07T00:28:11.112ZDec 07 00:28:10.736 INFO [phbl-toolchain] process exited with exit status: 0 (40.097250171s)
34942024-12-07T00:28:40.511Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34952024-12-07T00:28:41.268Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34962024-12-07T00:35:18.189Z[ host-package] Finished `release` profile [optimized] target(s) in 17m 34s
34972024-12-07T00:36:46.264ZDec 07 00:36:45.908 INFO [host-package] process exited with exit status: 0 (1142.490015271s)
34982024-12-07T00:36:46.264ZDec 07 00:36:45.908 INFO [host-stamp] running task
34992024-12-07T00:36:46.288ZDec 07 00:36:45.908 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35002024-12-07T00:36:46.288ZDec 07 00:36:45.921 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+git2c1412657e7
35012024-12-07T00:36:46.312Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35022024-12-07T00:36:46.312ZDec 07 00:36:45.944 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+git2c1412657e7
35032024-12-07T00:36:46.336Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-07T00:36:46.336ZDec 07 00:36:45.963 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+git2c1412657e7
35052024-12-07T00:36:46.337Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-07T00:36:46.337Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35072024-12-07T00:36:46.337ZDec 07 00:36:45.980 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+git2c1412657e7
35082024-12-07T00:36:46.360Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-07T00:36:46.360ZDec 07 00:36:45.999 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git2c1412657e7
35102024-12-07T00:36:46.384ZDec 07 00:36:46.021 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+git2c1412657e7
35112024-12-07T00:36:46.385Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-07T00:36:46.408Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35132024-12-07T00:36:46.408Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-07T00:36:46.408ZDec 07 00:36:46.039 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+git2c1412657e7
35152024-12-07T00:36:46.433ZDec 07 00:36:46.057 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+git2c1412657e7
35162024-12-07T00:36:46.433Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35172024-12-07T00:36:46.433Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35182024-12-07T00:36:46.433Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35192024-12-07T00:36:46.433ZDec 07 00:36:46.075 INFO [stamp-overlay] process exited with exit status: 0 (130.646407ms)
35202024-12-07T00:36:46.433ZDec 07 00:36:46.075 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (95.318894ms)
35212024-12-07T00:36:46.457ZDec 07 00:36:46.077 INFO [stamp-oxlog] process exited with exit status: 0 (56.326952ms)
35222024-12-07T00:36:46.457Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35232024-12-07T00:36:46.594Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35242024-12-07T00:36:46.628ZDec 07 00:36:46.271 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (213.172248ms)
35252024-12-07T00:36:46.693Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35262024-12-07T00:36:46.717ZDec 07 00:36:46.343 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (379.795223ms)
35272024-12-07T00:36:46.953Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35282024-12-07T00:36:46.978ZDec 07 00:36:46.603 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (681.756958ms)
35292024-12-07T00:36:47.900Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35302024-12-07T00:36:47.924ZDec 07 00:36:47.549 INFO [stamp-propolis-server] process exited with exit status: 0 (1.549460794s)
35312024-12-07T00:36:48.247Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35322024-12-07T00:36:51.147Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35332024-12-07T00:36:58.279Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35342024-12-07T00:36:58.303ZDec 07 00:36:57.927 INFO [stamp-switch-asic] process exited with exit status: 0 (11.888304582s)
35352024-12-07T00:36:58.303ZDec 07 00:36:57.928 INFO [host-stamp] task succeeded (12.020038378s)
35362024-12-07T00:36:58.303ZDec 07 00:36:57.928 INFO [host-proto] running task
35372024-12-07T00:36:59.010ZDec 07 00:36:58.654 INFO [host-proto] task succeeded (725.741985ms)
35382024-12-07T00:36:59.010ZDec 07 00:36:58.654 INFO [host-profile] running task
35392024-12-07T00:36:59.034ZDec 07 00:36:58.654 INFO [host-profile] task succeeded (665.038µs)
35402024-12-07T00:36:59.034ZDec 07 00:36:58.655 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/.tmpG7JHZK/proto/host/root -N 'ci 2c14126/${os_short_commit} 2024-12-07 00:16' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35412024-12-07T00:36:59.058Z[ host-image] Dec 07 00:36:58.685 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35422024-12-07T00:36:59.058Z[ host-image] Dec 07 00:36:58.685 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35432024-12-07T00:36:59.082Z[ host-image] Dec 07 00:36:58.708 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpG7JHZK/proto/host/root"
35442024-12-07T00:36:59.082Z[ host-image] Dec 07 00:36:58.708 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35452024-12-07T00:36:59.082Z[ host-image] Dec 07 00:36:58.708 INFO image builder template: ramdisk-01-os...
35462024-12-07T00:36:59.082Z[ host-image] Dec 07 00:36:58.708 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/.tmpG7JHZK/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
35472024-12-07T00:36:59.107Z[ host-image] Dec 07 00:36:58.737 INFO O| Dec 07 00:36:58.737 INFO CREATE DATASET: rpool/images/build/host/output
35482024-12-07T00:36:59.158Z[ host-image] Dec 07 00:36:58.801 INFO O| Dec 07 00:36:58.801 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35492024-12-07T00:36:59.181Z[ host-image] Dec 07 00:36:58.807 INFO O| Dec 07 00:36:58.807 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35502024-12-07T00:36:59.255Z[ host-image] Dec 07 00:36:58.898 INFO O| Dec 07 00:36:58.898 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35512024-12-07T00:36:59.285Z[ host-image] Dec 07 00:36:58.928 INFO O| Dec 07 00:36:58.928 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35522024-12-07T00:36:59.309Z[ host-image] Dec 07 00:36:58.928 INFO O| Dec 07 00:36:58.928 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-07T00:36:59.309Z[ host-image] Dec 07 00:36:58.929 INFO O| Dec 07 00:36:58.929 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-07T00:36:59.309Z[ host-image] Dec 07 00:36:58.929 INFO O| Dec 07 00:36:58.929 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35552024-12-07T00:36:59.309Z[ host-image] Dec 07 00:36:58.942 INFO O| Dec 07 00:36:58.942 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35562024-12-07T00:36:59.372Z[ host-image] Dec 07 00:36:59.015 INFO O| Dec 07 00:36:59.015 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-07T00:36:59.395Z[ host-image] Dec 07 00:36:59.034 INFO O| Dec 07 00:36:59.034 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35582024-12-07T00:36:59.837Z[ host-image] Dec 07 00:36:59.480 INFO O| Dec 07 00:36:59.480 INFO O| Caching catalogs ... Done
35592024-12-07T00:36:59.923Z[ host-image] Dec 07 00:36:59.566 INFO O| Dec 07 00:36:59.566 INFO STEP 0 (pkg_image_create) COMPLETE
35602024-12-07T00:36:59.923Z[ host-image] Dec 07 00:36:59.566 INFO O| Dec 07 00:36:59.566 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-07T00:36:59.947Z[ host-image] Dec 07 00:36:59.566 INFO O| Dec 07 00:36:59.566 INFO skip step because feature "repo_redist" is not enabled
35622024-12-07T00:36:59.947Z[ host-image] Dec 07 00:36:59.566 INFO O| Dec 07 00:36:59.566 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-07T00:36:59.947Z[ host-image] Dec 07 00:36:59.583 INFO O| Dec 07 00:36:59.583 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"]
35642024-12-07T00:37:00.353Z[ host-image] Dec 07 00:36:59.997 INFO O| Dec 07 00:36:59.996 INFO STEP 2 (pkg_set_publisher) COMPLETE
35652024-12-07T00:37:00.353Z[ host-image] Dec 07 00:36:59.997 INFO O| Dec 07 00:36:59.997 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35662024-12-07T00:37:00.377Z[ host-image] Dec 07 00:37:00.011 INFO O| Dec 07 00:37:00.011 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"]
35672024-12-07T00:37:00.783Z[ host-image] Dec 07 00:37:00.426 INFO O| Dec 07 00:37:00.426 INFO STEP 3 (pkg_set_publisher) COMPLETE
35682024-12-07T00:37:00.807Z[ host-image] Dec 07 00:37:00.426 INFO O| Dec 07 00:37:00.426 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35692024-12-07T00:37:00.807Z[ host-image] Dec 07 00:37:00.426 INFO O| Dec 07 00:37:00.426 INFO skip step because feature "repo_redist" is not enabled
35702024-12-07T00:37:00.807Z[ host-image] Dec 07 00:37:00.426 INFO O| Dec 07 00:37:00.426 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-12-07T00:37:01.228Z[ host-image] Dec 07 00:37:00.872 INFO O| Dec 07 00:37:00.872 INFO variant opensolaris.zone is already global
35722024-12-07T00:37:01.228Z[ host-image] Dec 07 00:37:00.872 INFO O| Dec 07 00:37:00.872 INFO STEP 5 (pkg_change_variant) COMPLETE
35732024-12-07T00:37:01.253Z[ host-image] Dec 07 00:37:00.872 INFO O| Dec 07 00:37:00.872 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35742024-12-07T00:37:01.665Z[ host-image] Dec 07 00:37:01.308 INFO O| Dec 07 00:37:01.308 INFO variant opensolaris.imagetype is full; changing to partial
35752024-12-07T00:37:01.665Z[ host-image] Dec 07 00:37:01.308 INFO O| Dec 07 00:37:01.308 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35762024-12-07T00:37:10.022Z[ host-image] Dec 07 00:37:09.665 INFO O| Dec 07 00:37:09.665 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35772024-12-07T00:37:11.535Z[recovery-package] Finished `release` profile [optimized] target(s) in 24.93s
35782024-12-07T00:37:15.143ZDec 07 00:37:14.786 INFO [recovery-package] process exited with exit status: 0 (28.877968232s)
35792024-12-07T00:37:15.143ZDec 07 00:37:14.787 INFO [recovery-stamp] running task
35802024-12-07T00:37:15.167ZDec 07 00:37:14.787 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35812024-12-07T00:37:15.167ZDec 07 00:37:14.787 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git2c1412657e7
35822024-12-07T00:37:15.191Z[ host-image] Dec 07 00:37:14.815 INFO O| Dec 07 00:37:14.815 INFO O| Startup: Caching catalogs ... Done
35832024-12-07T00:37:15.191ZDec 07 00:37:14.821 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+git2c1412657e7
35842024-12-07T00:37:15.215Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35852024-12-07T00:37:15.215Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35862024-12-07T00:37:15.242Z[ host-image] Dec 07 00:37:14.885 INFO O| Dec 07 00:37:14.885 INFO O| Planning: Planning completed in 0.00 seconds
35872024-12-07T00:37:15.266Z[ host-image] Dec 07 00:37:14.886 INFO O| Dec 07 00:37:14.886 INFO O| Planning: Consolidating action changes ... Done
35882024-12-07T00:37:15.266Z[ host-image] Dec 07 00:37:14.886 INFO O| Dec 07 00:37:14.886 INFO O| Planning: Evaluating mediators ... Done
35892024-12-07T00:37:15.266Z[ host-image] Dec 07 00:37:14.886 INFO O| Dec 07 00:37:14.886 INFO O| Planning: Planning completed in 0.00 seconds
35902024-12-07T00:37:15.266Z[ host-image] Dec 07 00:37:14.887 INFO O| Dec 07 00:37:14.887 INFO O| Variants/Facets to change: 1
35912024-12-07T00:37:15.266Z[ host-image] Dec 07 00:37:14.907 INFO O| Dec 07 00:37:14.907 INFO O| Done
35922024-12-07T00:37:15.266Z[ host-image] Dec 07 00:37:14.908 INFO O| Dec 07 00:37:14.907 INFO O| Done
35932024-12-07T00:37:15.362Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35942024-12-07T00:37:15.386ZDec 07 00:37:15.011 INFO [stamp-installinator] process exited with exit status: 0 (223.274856ms)
35952024-12-07T00:37:15.428Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35962024-12-07T00:37:15.451ZDec 07 00:37:15.076 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (254.971073ms)
35972024-12-07T00:37:15.451ZDec 07 00:37:15.077 INFO [recovery-stamp] task succeeded (289.849752ms)
35982024-12-07T00:37:15.451ZDec 07 00:37:15.077 INFO [recovery-proto] running task
35992024-12-07T00:37:15.451ZDec 07 00:37:15.077 INFO [tuf-stamp] running task
36002024-12-07T00:37:15.451ZDec 07 00:37:15.078 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+git2c1412657e7
36012024-12-07T00:37:15.475ZDec 07 00:37:15.098 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+git2c1412657e7
36022024-12-07T00:37:15.475Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-07T00:37:15.499ZDec 07 00:37:15.119 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+git2c1412657e7
36042024-12-07T00:37:15.499Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-07T00:37:15.499ZDec 07 00:37:15.139 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+git2c1412657e7
36062024-12-07T00:37:15.523ZDec 07 00:37:15.163 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+git2c1412657e7
36072024-12-07T00:37:15.523Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-07T00:37:15.547Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-07T00:37:15.571ZDec 07 00:37:15.193 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+git2c1412657e7
36102024-12-07T00:37:15.594Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-07T00:37:15.594ZDec 07 00:37:15.221 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+git2c1412657e7
36122024-12-07T00:37:15.818Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36132024-12-07T00:37:15.841Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36142024-12-07T00:37:15.842ZDec 07 00:37:15.479 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+git2c1412657e7
36152024-12-07T00:37:15.993Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36162024-12-07T00:37:16.017Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36172024-12-07T00:37:16.017Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-07T00:37:16.018Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36192024-12-07T00:37:16.018ZDec 07 00:37:15.637 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+git2c1412657e7
36202024-12-07T00:37:16.018Z[ host-image] Dec 07 00:37:15.640 INFO O| Dec 07 00:37:15.640 INFO O| Done
36212024-12-07T00:37:16.018ZDec 07 00:37:15.652 INFO [recovery-proto] task succeeded (574.768603ms)
36222024-12-07T00:37:16.018ZDec 07 00:37:15.652 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/.tmpG7JHZK/proto/recovery/root -N 'recovery 2c14126/${os_short_commit} 2024-12-07 00:16' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36232024-12-07T00:37:16.042Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36242024-12-07T00:37:16.042ZDec 07 00:37:15.670 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+git2c1412657e7
36252024-12-07T00:37:16.043Z[ recovery-image] Dec 07 00:37:15.677 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36262024-12-07T00:37:16.043Z[ recovery-image] Dec 07 00:37:15.677 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36272024-12-07T00:37:16.066ZDec 07 00:37:15.692 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+git2c1412657e7
36282024-12-07T00:37:16.091Z[ recovery-image] Dec 07 00:37:15.701 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpG7JHZK/proto/recovery/root"
36292024-12-07T00:37:16.091Z[ host-image] Dec 07 00:37:15.704 INFO O| Dec 07 00:37:15.704 INFO O| Done
36302024-12-07T00:37:16.091Z[ recovery-image] Dec 07 00:37:15.701 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36312024-12-07T00:37:16.092Z[ host-image] Dec 07 00:37:15.705 INFO O| Dec 07 00:37:15.705 INFO O| Done
36322024-12-07T00:37:16.092Z[ host-image] Dec 07 00:37:15.705 INFO O| Dec 07 00:37:15.705 INFO O| Done
36332024-12-07T00:37:16.092Z[ host-image] Dec 07 00:37:15.706 INFO O| Dec 07 00:37:15.706 INFO O| Done
36342024-12-07T00:37:16.092Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36352024-12-07T00:37:16.092ZDec 07 00:37:15.728 INFO [stamp-ntp] process exited with exit status: 0 (650.251086ms)
36362024-12-07T00:37:16.092Z[ recovery-image] Dec 07 00:37:15.701 INFO image builder template: ramdisk-01-os...
36372024-12-07T00:37:16.092Z[ recovery-image] Dec 07 00:37:15.701 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/.tmpG7JHZK/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
36382024-12-07T00:37:16.092ZDec 07 00:37:15.729 INFO [stamp-probe] process exited with exit status: 0 (507.835772ms)
36392024-12-07T00:37:16.092Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36402024-12-07T00:37:16.116Z[ recovery-image] Dec 07 00:37:15.747 INFO O| Dec 07 00:37:15.746 INFO CREATE DATASET: rpool/images/build/recovery/output
36412024-12-07T00:37:16.116Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36422024-12-07T00:37:16.392Z[ recovery-image] Dec 07 00:37:16.036 INFO O| Dec 07 00:37:16.034 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36432024-12-07T00:37:16.444Z[ recovery-image] Dec 07 00:37:16.087 INFO O| Dec 07 00:37:16.077 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36442024-12-07T00:37:16.599Z[ recovery-image] Dec 07 00:37:16.243 INFO O| Dec 07 00:37:16.232 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36452024-12-07T00:37:16.651Z[ recovery-image] Dec 07 00:37:16.295 INFO O| Dec 07 00:37:16.286 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36462024-12-07T00:37:16.651Z[ recovery-image] Dec 07 00:37:16.295 INFO O| Dec 07 00:37:16.286 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36472024-12-07T00:37:16.651Z[ recovery-image] Dec 07 00:37:16.295 INFO O| Dec 07 00:37:16.286 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36482024-12-07T00:37:16.676Z[ recovery-image] Dec 07 00:37:16.295 INFO O| Dec 07 00:37:16.286 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36492024-12-07T00:37:16.676Z[ recovery-image] Dec 07 00:37:16.316 INFO O| Dec 07 00:37:16.304 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36502024-12-07T00:37:16.766Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36512024-12-07T00:37:16.842Z[ host-image] Dec 07 00:37:16.485 INFO O| Dec 07 00:37:16.485 INFO STEP 6 (pkg_change_variant) COMPLETE
36522024-12-07T00:37:16.842Z[ host-image] Dec 07 00:37:16.485 INFO O| Dec 07 00:37:16.485 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-07T00:37:16.867Z[ host-image] Dec 07 00:37:16.485 INFO O| Dec 07 00:37:16.485 INFO skip step because feature "debug_variant" is not enabled
36542024-12-07T00:37:16.867Z[ host-image] Dec 07 00:37:16.485 INFO O| Dec 07 00:37:16.485 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-07T00:37:16.867ZDec 07 00:37:16.490 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.350995203s)
36562024-12-07T00:37:16.933Z[ recovery-image] Dec 07 00:37:16.577 INFO O| Dec 07 00:37:16.569 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572024-12-07T00:37:16.989Z[ recovery-image] Dec 07 00:37:16.618 INFO O| Dec 07 00:37:16.604 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36582024-12-07T00:37:17.033Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36592024-12-07T00:37:17.057ZDec 07 00:37:16.689 INFO [stamp-internal-dns] process exited with exit status: 0 (1.59101589s)
36602024-12-07T00:37:17.080Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36612024-12-07T00:37:17.113ZDec 07 00:37:16.757 INFO [stamp-external-dns] process exited with exit status: 0 (1.593636606s)
36622024-12-07T00:37:17.463Z[ host-image] Dec 07 00:37:17.107 INFO O| Dec 07 00:37:17.107 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36632024-12-07T00:37:17.689Z[ recovery-image] Dec 07 00:37:17.305 INFO O| Dec 07 00:37:17.305 INFO O| Caching catalogs ... Done
36642024-12-07T00:37:17.713Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36652024-12-07T00:37:17.713ZDec 07 00:37:17.345 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.674935934s)
36662024-12-07T00:37:17.737Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36672024-12-07T00:37:17.737ZDec 07 00:37:17.364 INFO [stamp-oximeter] process exited with exit status: 0 (2.245311173s)
36682024-12-07T00:37:17.765Z[ recovery-image] Dec 07 00:37:17.408 INFO O| Dec 07 00:37:17.408 INFO STEP 0 (pkg_image_create) COMPLETE
36692024-12-07T00:37:17.765Z[ recovery-image] Dec 07 00:37:17.408 INFO O| Dec 07 00:37:17.408 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702024-12-07T00:37:17.789Z[ recovery-image] Dec 07 00:37:17.408 INFO O| Dec 07 00:37:17.408 INFO skip step because feature "repo_redist" is not enabled
36712024-12-07T00:37:17.789Z[ recovery-image] Dec 07 00:37:17.408 INFO O| Dec 07 00:37:17.408 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-12-07T00:37:17.812Z[ recovery-image] Dec 07 00:37:17.434 INFO O| Dec 07 00:37:17.434 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"]
36732024-12-07T00:37:18.223Z[ host-image] Dec 07 00:37:17.866 INFO O| Dec 07 00:37:17.866 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36742024-12-07T00:37:18.246Z[ host-image] Dec 07 00:37:17.867 INFO O| Dec 07 00:37:17.867 INFO O| Planning: Planning completed in 0.00 seconds
36752024-12-07T00:37:18.246Z[ host-image] Dec 07 00:37:17.868 INFO O| Dec 07 00:37:17.868 INFO O| Planning: Consolidating action changes ... Done
36762024-12-07T00:37:18.247Z[ host-image] Dec 07 00:37:17.868 INFO O| Dec 07 00:37:17.868 INFO O| Planning: Evaluating mediators ... Done
36772024-12-07T00:37:18.247Z[ host-image] Dec 07 00:37:17.869 INFO O| Dec 07 00:37:17.869 INFO O| Planning: Planning completed in 0.00 seconds
36782024-12-07T00:37:18.247Z[ host-image] Dec 07 00:37:17.869 INFO O| Dec 07 00:37:17.869 INFO O| Variants/Facets to change: 1
36792024-12-07T00:37:18.270Z[ host-image] Dec 07 00:37:17.891 INFO O| Dec 07 00:37:17.891 INFO O| Done
36802024-12-07T00:37:18.270Z[ host-image] Dec 07 00:37:17.891 INFO O| Dec 07 00:37:17.891 INFO O| Done
36812024-12-07T00:37:18.270Z[ recovery-image] Dec 07 00:37:17.908 INFO O| Dec 07 00:37:17.908 INFO STEP 2 (pkg_set_publisher) COMPLETE
36822024-12-07T00:37:18.270Z[ recovery-image] Dec 07 00:37:17.908 INFO O| Dec 07 00:37:17.908 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36832024-12-07T00:37:18.295Z[ recovery-image] Dec 07 00:37:17.926 INFO O| Dec 07 00:37:17.925 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"]
36842024-12-07T00:37:18.732Z[ recovery-image] Dec 07 00:37:18.376 INFO O| Dec 07 00:37:18.376 INFO STEP 3 (pkg_set_publisher) COMPLETE
36852024-12-07T00:37:18.757Z[ recovery-image] Dec 07 00:37:18.376 INFO O| Dec 07 00:37:18.376 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36862024-12-07T00:37:18.757Z[ recovery-image] Dec 07 00:37:18.376 INFO O| Dec 07 00:37:18.376 INFO skip step because feature "repo_redist" is not enabled
36872024-12-07T00:37:18.757Z[ recovery-image] Dec 07 00:37:18.376 INFO O| Dec 07 00:37:18.376 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36882024-12-07T00:37:18.836Z[ host-image] Dec 07 00:37:18.480 INFO O| Dec 07 00:37:18.480 INFO O| Done
36892024-12-07T00:37:18.886Z[ host-image] Dec 07 00:37:18.530 INFO O| Dec 07 00:37:18.530 INFO O| Done
36902024-12-07T00:37:18.910Z[ host-image] Dec 07 00:37:18.531 INFO O| Dec 07 00:37:18.531 INFO O| Done
36912024-12-07T00:37:18.910Z[ host-image] Dec 07 00:37:18.531 INFO O| Dec 07 00:37:18.531 INFO O| Done
36922024-12-07T00:37:18.910Z[ host-image] Dec 07 00:37:18.533 INFO O| Dec 07 00:37:18.533 INFO O| Done
36932024-12-07T00:37:18.961Z[ host-image] Dec 07 00:37:18.605 INFO O| Dec 07 00:37:18.605 INFO STEP 8 (pkg_change_facet) COMPLETE
36942024-12-07T00:37:18.961Z[ host-image] Dec 07 00:37:18.605 INFO O| Dec 07 00:37:18.605 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36952024-12-07T00:37:18.985Z[ host-image] Dec 07 00:37:18.605 INFO O| Dec 07 00:37:18.605 INFO skip step because feature "recovery" is not enabled
36962024-12-07T00:37:18.985Z[ host-image] Dec 07 00:37:18.605 INFO O| Dec 07 00:37:18.605 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-12-07T00:37:18.985Z[ host-image] Dec 07 00:37:18.605 INFO O| Dec 07 00:37:18.605 INFO skip step because feature "recovery" is not enabled
36982024-12-07T00:37:18.986Z[ host-image] Dec 07 00:37:18.605 INFO O| Dec 07 00:37:18.605 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992024-12-07T00:37:18.986Z[ host-image] Dec 07 00:37:18.622 INFO O| Dec 07 00:37:18.622 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"]
37002024-12-07T00:37:19.246Z[ recovery-image] Dec 07 00:37:18.890 INFO O| Dec 07 00:37:18.890 INFO variant opensolaris.zone is already global
37012024-12-07T00:37:19.270Z[ recovery-image] Dec 07 00:37:18.890 INFO O| Dec 07 00:37:18.890 INFO STEP 5 (pkg_change_variant) COMPLETE
37022024-12-07T00:37:19.270Z[ recovery-image] Dec 07 00:37:18.890 INFO O| Dec 07 00:37:18.890 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37032024-12-07T00:37:19.729Z[ recovery-image] Dec 07 00:37:19.372 INFO O| Dec 07 00:37:19.372 INFO variant opensolaris.imagetype is full; changing to partial
37042024-12-07T00:37:19.729Z[ recovery-image] Dec 07 00:37:19.372 INFO O| Dec 07 00:37:19.372 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37052024-12-07T00:37:19.753Z[ host-image] Dec 07 00:37:19.379 INFO O| Dec 07 00:37:19.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37062024-12-07T00:37:19.990Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37072024-12-07T00:37:20.013ZDec 07 00:37:19.639 INFO [stamp-nexus] process exited with exit status: 0 (4.159999956s)
37082024-12-07T00:37:20.258Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092024-12-07T00:37:20.282Z[verify-libraries] Compiling polyval v0.6.2
37102024-12-07T00:37:20.313Z[verify-libraries] Compiling ctr v0.9.2
37112024-12-07T00:37:20.338Z[verify-libraries] Compiling ssh-encoding v0.2.0
37122024-12-07T00:37:20.338Z[verify-libraries] Compiling blowfish v0.9.1
37132024-12-07T00:37:20.495Z[verify-libraries] Compiling password-hash v0.4.2
37142024-12-07T00:37:20.495Z[verify-libraries] Compiling matches v0.1.10
37152024-12-07T00:37:20.519Z[verify-libraries] Compiling p256 v0.13.2
37162024-12-07T00:37:20.847Z[verify-libraries] Compiling ghash v0.5.1
37172024-12-07T00:37:20.871Z[verify-libraries] Compiling p521 v0.13.3
37182024-12-07T00:37:20.996Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37192024-12-07T00:37:21.154Z[verify-libraries] Compiling idna v0.2.3
37202024-12-07T00:37:21.549Z[verify-libraries] Compiling aes-gcm v0.10.3
37212024-12-07T00:37:21.713Z[verify-libraries] Compiling pbkdf2 v0.11.0
37222024-12-07T00:37:22.071Z[verify-libraries] Compiling enum-as-inner v0.5.1
37232024-12-07T00:37:22.281Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37242024-12-07T00:37:22.328Z[verify-libraries] Compiling ssh-cipher v0.2.0
37252024-12-07T00:37:22.363ZDec 07 00:37:22.007 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.369076792s)
37262024-12-07T00:37:22.578Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37272024-12-07T00:37:23.172Z[verify-libraries] Compiling ssh-key v0.6.6
37282024-12-07T00:37:23.208Z[verify-libraries] Compiling md5 v0.7.0
37292024-12-07T00:37:23.552Z[verify-libraries] Compiling num-bigint v0.4.6
37302024-12-07T00:37:23.629Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37312024-12-07T00:37:23.925Z[verify-libraries] Compiling des v0.8.1
37322024-12-07T00:37:24.874Z[verify-libraries] Compiling hex-literal v0.4.1
37332024-12-07T00:37:25.105Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37342024-12-07T00:37:25.768Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37352024-12-07T00:37:26.084Z[verify-libraries] Compiling petname v2.0.2
37362024-12-07T00:37:26.585Z[verify-libraries] Compiling russh-keys v0.45.0
37372024-12-07T00:37:27.657Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37382024-12-07T00:37:28.348Z[verify-libraries] Compiling internet-checksum v0.2.1
37392024-12-07T00:37:28.699Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37402024-12-07T00:37:28.729ZDec 07 00:37:28.372 INFO [stamp-clickhouse] process exited with exit status: 0 (13.178918986s)
37412024-12-07T00:37:29.323Z[verify-libraries] Compiling russh v0.45.0
37422024-12-07T00:37:29.896Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37432024-12-07T00:37:29.961ZDec 07 00:37:29.605 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.912854593s)
37442024-12-07T00:37:29.961ZDec 07 00:37:29.605 INFO [tuf-stamp] task succeeded (14.527824828s)
37452024-12-07T00:37:30.789Z[verify-libraries] Compiling dhcproto v0.12.0
37462024-12-07T00:37:32.004Z[ recovery-image] Dec 07 00:37:31.647 INFO O| Dec 07 00:37:31.647 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37472024-12-07T00:37:32.821Z[verify-libraries] Compiling heck v0.4.1
37482024-12-07T00:37:34.030Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37492024-12-07T00:37:38.213Z[ recovery-image] Dec 07 00:37:37.857 INFO O| Dec 07 00:37:37.856 INFO O| Startup: Caching catalogs ... Done
37502024-12-07T00:37:38.293Z[ recovery-image] Dec 07 00:37:37.936 INFO O| Dec 07 00:37:37.936 INFO O| Planning: Planning completed in 0.00 seconds
37512024-12-07T00:37:38.321Z[ recovery-image] Dec 07 00:37:37.937 INFO O| Dec 07 00:37:37.937 INFO O| Planning: Consolidating action changes ... Done
37522024-12-07T00:37:38.321Z[ recovery-image] Dec 07 00:37:37.938 INFO O| Dec 07 00:37:37.938 INFO O| Planning: Evaluating mediators ... Done
37532024-12-07T00:37:38.322Z[ recovery-image] Dec 07 00:37:37.938 INFO O| Dec 07 00:37:37.938 INFO O| Planning: Planning completed in 0.00 seconds
37542024-12-07T00:37:38.322Z[ recovery-image] Dec 07 00:37:37.939 INFO O| Dec 07 00:37:37.939 INFO O| Variants/Facets to change: 1
37552024-12-07T00:37:38.379Z[ recovery-image] Dec 07 00:37:38.022 INFO O| Dec 07 00:37:38.022 INFO O| Done
37562024-12-07T00:37:38.379Z[ recovery-image] Dec 07 00:37:38.022 INFO O| Dec 07 00:37:38.022 INFO O| Done
37572024-12-07T00:37:39.226Z[ recovery-image] Dec 07 00:37:38.870 INFO O| Dec 07 00:37:38.869 INFO O| Done
37582024-12-07T00:37:39.268Z[ recovery-image] Dec 07 00:37:38.911 INFO O| Dec 07 00:37:38.911 INFO O| Done
37592024-12-07T00:37:39.292Z[ recovery-image] Dec 07 00:37:38.913 INFO O| Dec 07 00:37:38.913 INFO O| Done
37602024-12-07T00:37:39.292Z[ recovery-image] Dec 07 00:37:38.913 INFO O| Dec 07 00:37:38.913 INFO O| Done
37612024-12-07T00:37:39.292Z[ recovery-image] Dec 07 00:37:38.915 INFO O| Dec 07 00:37:38.915 INFO O| Done
37622024-12-07T00:37:39.911Z[ recovery-image] Dec 07 00:37:39.554 INFO O| Dec 07 00:37:39.554 INFO STEP 6 (pkg_change_variant) COMPLETE
37632024-12-07T00:37:39.911Z[ recovery-image] Dec 07 00:37:39.554 INFO O| Dec 07 00:37:39.554 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37642024-12-07T00:37:39.911Z[ recovery-image] Dec 07 00:37:39.554 INFO O| Dec 07 00:37:39.554 INFO skip step because feature "debug_variant" is not enabled
37652024-12-07T00:37:39.935Z[ recovery-image] Dec 07 00:37:39.554 INFO O| Dec 07 00:37:39.554 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37662024-12-07T00:37:40.503Z[ recovery-image] Dec 07 00:37:40.147 INFO O| Dec 07 00:37:40.147 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37672024-12-07T00:37:40.904Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37682024-12-07T00:37:41.343Z[ recovery-image] Dec 07 00:37:40.987 INFO O| Dec 07 00:37:40.986 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37692024-12-07T00:37:41.367Z[ recovery-image] Dec 07 00:37:40.989 INFO O| Dec 07 00:37:40.989 INFO O| Planning: Planning completed in 0.00 seconds
37702024-12-07T00:37:41.367Z[ recovery-image] Dec 07 00:37:40.990 INFO O| Dec 07 00:37:40.990 INFO O| Planning: Consolidating action changes ... Done
37712024-12-07T00:37:41.368Z[ recovery-image] Dec 07 00:37:40.990 INFO O| Dec 07 00:37:40.990 INFO O| Planning: Evaluating mediators ... Done
37722024-12-07T00:37:41.368Z[ recovery-image] Dec 07 00:37:40.991 INFO O| Dec 07 00:37:40.991 INFO O| Planning: Planning completed in 0.00 seconds
37732024-12-07T00:37:41.368Z[ recovery-image] Dec 07 00:37:40.991 INFO O| Dec 07 00:37:40.991 INFO O| Variants/Facets to change: 1
37742024-12-07T00:37:41.415Z[ recovery-image] Dec 07 00:37:41.059 INFO O| Dec 07 00:37:41.058 INFO O| Done
37752024-12-07T00:37:41.415Z[ recovery-image] Dec 07 00:37:41.059 INFO O| Dec 07 00:37:41.059 INFO O| Done
37762024-12-07T00:37:42.016Z[ recovery-image] Dec 07 00:37:41.659 INFO O| Dec 07 00:37:41.659 INFO O| Done
37772024-12-07T00:37:42.063Z[ recovery-image] Dec 07 00:37:41.706 INFO O| Dec 07 00:37:41.706 INFO O| Done
37782024-12-07T00:37:42.087Z[ recovery-image] Dec 07 00:37:41.707 INFO O| Dec 07 00:37:41.707 INFO O| Done
37792024-12-07T00:37:42.087Z[ recovery-image] Dec 07 00:37:41.707 INFO O| Dec 07 00:37:41.707 INFO O| Done
37802024-12-07T00:37:42.087Z[ recovery-image] Dec 07 00:37:41.709 INFO O| Dec 07 00:37:41.709 INFO O| Done
37812024-12-07T00:37:42.138Z[ recovery-image] Dec 07 00:37:41.781 INFO O| Dec 07 00:37:41.780 INFO STEP 8 (pkg_change_facet) COMPLETE
37822024-12-07T00:37:42.138Z[ recovery-image] Dec 07 00:37:41.781 INFO O| Dec 07 00:37:41.780 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37832024-12-07T00:37:42.496Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37842024-12-07T00:37:42.681Z[ recovery-image] Dec 07 00:37:42.324 INFO O| Dec 07 00:37:42.324 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37852024-12-07T00:37:43.049Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37862024-12-07T00:37:43.361Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37872024-12-07T00:37:43.609Z[ recovery-image] Dec 07 00:37:43.252 INFO O| Dec 07 00:37:43.252 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37882024-12-07T00:37:43.633Z[ recovery-image] Dec 07 00:37:43.255 INFO O| Dec 07 00:37:43.255 INFO O| Planning: Planning completed in 0.00 seconds
37892024-12-07T00:37:43.633Z[ recovery-image] Dec 07 00:37:43.255 INFO O| Dec 07 00:37:43.255 INFO O| Planning: Consolidating action changes ... Done
37902024-12-07T00:37:43.633Z[ recovery-image] Dec 07 00:37:43.255 INFO O| Dec 07 00:37:43.255 INFO O| Planning: Evaluating mediators ... Done
37912024-12-07T00:37:43.633Z[ recovery-image] Dec 07 00:37:43.255 INFO O| Dec 07 00:37:43.255 INFO O| Planning: Planning completed in 0.00 seconds
37922024-12-07T00:37:43.633Z[ recovery-image] Dec 07 00:37:43.256 INFO O| Dec 07 00:37:43.256 INFO O| Variants/Facets to change: 1
37932024-12-07T00:37:43.708Z[ recovery-image] Dec 07 00:37:43.351 INFO O| Dec 07 00:37:43.351 INFO O| Done
37942024-12-07T00:37:43.708Z[ recovery-image] Dec 07 00:37:43.351 INFO O| Dec 07 00:37:43.351 INFO O| Done
37952024-12-07T00:37:43.912Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37962024-12-07T00:37:44.108Z[verify-libraries] Compiling sync-ptr v0.1.1
37972024-12-07T00:37:44.313Z[ recovery-image] Dec 07 00:37:43.956 INFO O| Dec 07 00:37:43.956 INFO O| Done
37982024-12-07T00:37:44.362Z[ recovery-image] Dec 07 00:37:44.004 INFO O| Dec 07 00:37:44.004 INFO O| Done
37992024-12-07T00:37:44.386Z[ recovery-image] Dec 07 00:37:44.005 INFO O| Dec 07 00:37:44.005 INFO O| Done
38002024-12-07T00:37:44.386Z[ recovery-image] Dec 07 00:37:44.005 INFO O| Dec 07 00:37:44.005 INFO O| Done
38012024-12-07T00:37:44.386Z[ recovery-image] Dec 07 00:37:44.006 INFO O| Dec 07 00:37:44.006 INFO O| Done
38022024-12-07T00:37:44.436Z[ recovery-image] Dec 07 00:37:44.079 INFO O| Dec 07 00:37:44.079 INFO STEP 9 (pkg_change_facet) COMPLETE
38032024-12-07T00:37:44.436Z[ recovery-image] Dec 07 00:37:44.080 INFO O| Dec 07 00:37:44.079 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-12-07T00:37:44.498Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38052024-12-07T00:37:44.675Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38062024-12-07T00:37:44.946Z[ recovery-image] Dec 07 00:37:44.589 INFO O| Dec 07 00:37:44.589 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38072024-12-07T00:37:45.822Z[ recovery-image] Dec 07 00:37:45.465 INFO O| Dec 07 00:37:45.465 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38082024-12-07T00:37:45.846Z[ recovery-image] Dec 07 00:37:45.466 INFO O| Dec 07 00:37:45.466 INFO O| Planning: Planning completed in 0.00 seconds
38092024-12-07T00:37:45.846Z[ recovery-image] Dec 07 00:37:45.467 INFO O| Dec 07 00:37:45.467 INFO O| Planning: Consolidating action changes ... Done
38102024-12-07T00:37:45.846Z[ recovery-image] Dec 07 00:37:45.467 INFO O| Dec 07 00:37:45.467 INFO O| Planning: Evaluating mediators ... Done
38112024-12-07T00:37:45.846Z[ recovery-image] Dec 07 00:37:45.468 INFO O| Dec 07 00:37:45.468 INFO O| Planning: Planning completed in 0.00 seconds
38122024-12-07T00:37:45.846Z[ recovery-image] Dec 07 00:37:45.468 INFO O| Dec 07 00:37:45.468 INFO O| Variants/Facets to change: 1
38132024-12-07T00:37:45.911Z[ recovery-image] Dec 07 00:37:45.554 INFO O| Dec 07 00:37:45.554 INFO O| Done
38142024-12-07T00:37:45.911Z[ recovery-image] Dec 07 00:37:45.554 INFO O| Dec 07 00:37:45.554 INFO O| Done
38152024-12-07T00:37:46.619Z[ recovery-image] Dec 07 00:37:46.262 INFO O| Dec 07 00:37:46.262 INFO O| Done
38162024-12-07T00:37:46.690Z[ recovery-image] Dec 07 00:37:46.333 INFO O| Dec 07 00:37:46.333 INFO O| Done
38172024-12-07T00:37:46.714Z[ recovery-image] Dec 07 00:37:46.334 INFO O| Dec 07 00:37:46.334 INFO O| Done
38182024-12-07T00:37:46.714Z[ recovery-image] Dec 07 00:37:46.334 INFO O| Dec 07 00:37:46.334 INFO O| Done
38192024-12-07T00:37:46.714Z[ recovery-image] Dec 07 00:37:46.336 INFO O| Dec 07 00:37:46.336 INFO O| Done
38202024-12-07T00:37:46.796Z[ recovery-image] Dec 07 00:37:46.439 INFO O| Dec 07 00:37:46.439 INFO STEP 10 (pkg_change_facet) COMPLETE
38212024-12-07T00:37:46.796Z[ recovery-image] Dec 07 00:37:46.439 INFO O| Dec 07 00:37:46.439 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38222024-12-07T00:37:46.819Z[ recovery-image] Dec 07 00:37:46.462 INFO O| Dec 07 00:37:46.462 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
38232024-12-07T00:37:47.452Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38242024-12-07T00:37:47.827Z[ recovery-image] Dec 07 00:37:47.470 INFO O| Dec 07 00:37:47.470 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38252024-12-07T00:37:47.910Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38262024-12-07T00:37:50.192Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38272024-12-07T00:37:52.946Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38282024-12-07T00:37:59.647Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38292024-12-07T00:38:00.076Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38302024-12-07T00:38:00.724Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38312024-12-07T00:38:04.137Z[verify-libraries] Compiling termios v0.3.3
38322024-12-07T00:38:04.446Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38332024-12-07T00:38:07.926Z[ host-image] Dec 07 00:38:07.569 INFO O| Dec 07 00:38:07.569 INFO O| Planning: Solver setup ... Done
38342024-12-07T00:38:16.599Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38352024-12-07T00:38:25.470Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38362024-12-07T00:38:36.014Z[ recovery-image] Dec 07 00:38:34.655 INFO O| Dec 07 00:38:34.654 INFO O| Planning: Solver setup ... Done
38372024-12-07T00:38:48.463Z[ host-image] Dec 07 00:38:48.083 INFO O| Dec 07 00:38:48.083 INFO O| Planning: Running solver ... Done
38382024-12-07T00:38:48.965Z[ host-image] Dec 07 00:38:48.607 INFO O| Dec 07 00:38:48.607 INFO O| Planning: Finding local manifests ... Done
38392024-12-07T00:38:48.989Z[ host-image] Dec 07 00:38:48.619 INFO O| Dec 07 00:38:48.619 INFO O| Planning: Fetching manifests: 0/124 0% complete
38402024-12-07T00:38:52.740Z[ host-image] Dec 07 00:38:52.382 INFO O| Dec 07 00:38:52.382 INFO O| Planning: Fetching manifests: 124/124 100% complete
38412024-12-07T00:38:53.786Z[ host-image] Dec 07 00:38:53.429 INFO O| Dec 07 00:38:53.429 INFO O| Planning: Package planning ... Done
38422024-12-07T00:38:54.783Z[ host-image] Dec 07 00:38:54.425 INFO O| Dec 07 00:38:54.425 INFO O| Planning: Merging actions ... Done
38432024-12-07T00:38:55.077Z[ host-image] Dec 07 00:38:54.720 INFO O| Dec 07 00:38:54.719 INFO O| Planning: Checking for conflicting actions ... Done
38442024-12-07T00:38:55.336Z[ host-image] Dec 07 00:38:54.979 INFO O| Dec 07 00:38:54.979 INFO O| Planning: Consolidating action changes ... Done
38452024-12-07T00:38:55.978Z[ host-image] Dec 07 00:38:55.620 INFO O| Dec 07 00:38:55.620 INFO O| Planning: Evaluating mediators ... Done
38462024-12-07T00:38:59.769Z[ host-image] Dec 07 00:38:59.412 INFO O| Dec 07 00:38:59.412 INFO O| Planning: Planning completed in 100.03 seconds
38472024-12-07T00:38:59.793Z[ host-image] Dec 07 00:38:59.418 INFO O| Dec 07 00:38:59.417 INFO O| Packages to install: 124
38482024-12-07T00:38:59.793Z[ host-image] Dec 07 00:38:59.418 INFO O| Dec 07 00:38:59.417 INFO O| Mediators to change: 4
38492024-12-07T00:38:59.793Z[ host-image] Dec 07 00:38:59.418 INFO O| Dec 07 00:38:59.417 INFO O| Services to change: 6
38502024-12-07T00:38:59.859Z[ host-image] Dec 07 00:38:59.502 INFO O| Dec 07 00:38:59.502 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38512024-12-07T00:39:01.855Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38522024-12-07T00:39:03.572Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38532024-12-07T00:39:04.871Z[ host-image] Dec 07 00:39:04.514 INFO O| Dec 07 00:39:04.514 INFO O| Download: 1065/22774 items 5.9/199.6MB 2% complete (1.2M/s)
38542024-12-07T00:39:08.644Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38552024-12-07T00:39:10.222Z[ host-image] Dec 07 00:39:09.865 INFO O| Dec 07 00:39:09.865 INFO O| Download: 1791/22774 items 12.8/199.6MB 6% complete (1.2M/s)
38562024-12-07T00:39:15.224Z[ host-image] Dec 07 00:39:14.867 INFO O| Dec 07 00:39:14.867 INFO O| Download: 2451/22774 items 28.2/199.6MB 14% complete (2.2M/s)
38572024-12-07T00:39:15.793Z[ recovery-image] Dec 07 00:39:15.436 INFO O| Dec 07 00:39:15.436 INFO O| Planning: Running solver ... Done
38582024-12-07T00:39:16.195Z[ recovery-image] Dec 07 00:39:15.838 INFO O| Dec 07 00:39:15.838 INFO O| Planning: Finding local manifests ... Done
38592024-12-07T00:39:16.219Z[ recovery-image] Dec 07 00:39:15.849 INFO O| Dec 07 00:39:15.849 INFO O| Planning: Fetching manifests: 0/124 0% complete
38602024-12-07T00:39:19.005Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38612024-12-07T00:39:19.658Z[ recovery-image] Dec 07 00:39:19.301 INFO O| Dec 07 00:39:19.301 INFO O| Planning: Fetching manifests: 124/124 100% complete
38622024-12-07T00:39:20.224Z[ host-image] Dec 07 00:39:19.867 INFO O| Dec 07 00:39:19.867 INFO O| Download: 3513/22774 items 35.7/199.6MB 17% complete (2.3M/s)
38632024-12-07T00:39:20.386Z[ recovery-image] Dec 07 00:39:20.029 INFO O| Dec 07 00:39:20.029 INFO O| Planning: Package planning ... Done
38642024-12-07T00:39:20.800Z[ recovery-image] Dec 07 00:39:20.443 INFO O| Dec 07 00:39:20.443 INFO O| Planning: Merging actions ... Done
38652024-12-07T00:39:20.904Z[ recovery-image] Dec 07 00:39:20.547 INFO O| Dec 07 00:39:20.546 INFO O| Planning: Checking for conflicting actions ... Done
38662024-12-07T00:39:20.989Z[ recovery-image] Dec 07 00:39:20.632 INFO O| Dec 07 00:39:20.632 INFO O| Planning: Consolidating action changes ... Done
38672024-12-07T00:39:21.250Z[ recovery-image] Dec 07 00:39:20.893 INFO O| Dec 07 00:39:20.893 INFO O| Planning: Evaluating mediators ... Done
38682024-12-07T00:39:24.696Z[ recovery-image] Dec 07 00:39:24.339 INFO O| Dec 07 00:39:24.339 INFO O| Planning: Planning completed in 96.87 seconds
38692024-12-07T00:39:24.721Z[ recovery-image] Dec 07 00:39:24.344 INFO O| Dec 07 00:39:24.344 INFO O| Packages to install: 124
38702024-12-07T00:39:24.721Z[ recovery-image] Dec 07 00:39:24.345 INFO O| Dec 07 00:39:24.344 INFO O| Mediators to change: 4
38712024-12-07T00:39:24.721Z[ recovery-image] Dec 07 00:39:24.345 INFO O| Dec 07 00:39:24.344 INFO O| Services to change: 5
38722024-12-07T00:39:24.771Z[ recovery-image] Dec 07 00:39:24.414 INFO O| Dec 07 00:39:24.414 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38732024-12-07T00:39:25.551Z[ host-image] Dec 07 00:39:25.194 INFO O| Dec 07 00:39:25.194 INFO O| Download: 4553/22774 items 42.5/199.6MB 21% complete (1.4M/s)
38742024-12-07T00:39:29.828Z[ recovery-image] Dec 07 00:39:29.471 INFO O| Dec 07 00:39:29.471 INFO O| Download: 1001/15848 items 7.7/176.3MB 4% complete (1.6M/s)
38752024-12-07T00:39:30.561Z[ host-image] Dec 07 00:39:30.204 INFO O| Dec 07 00:39:30.204 INFO O| Download: 5356/22774 items 46.1/199.6MB 23% complete (1.0M/s)
38762024-12-07T00:39:34.940Z[ recovery-image] Dec 07 00:39:34.583 INFO O| Dec 07 00:39:34.583 INFO O| Download: 1321/15848 items 20.0/176.3MB 11% complete (2.0M/s)
38772024-12-07T00:39:35.618Z[ host-image] Dec 07 00:39:35.261 INFO O| Dec 07 00:39:35.260 INFO O| Download: 6364/22774 items 46.6/199.6MB 23% complete (426k/s)
38782024-12-07T00:39:36.454Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38792024-12-07T00:39:39.776Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38802024-12-07T00:39:39.957Z[ recovery-image] Dec 07 00:39:39.600 INFO O| Dec 07 00:39:39.600 INFO O| Download: 1710/15848 items 27.9/176.3MB 15% complete (2.0M/s)
38812024-12-07T00:39:40.634Z[ host-image] Dec 07 00:39:40.277 INFO O| Dec 07 00:39:40.277 INFO O| Download: 7053/22774 items 53.8/199.6MB 26% complete (702k/s)
38822024-12-07T00:39:44.381Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38832024-12-07T00:39:44.995Z[ recovery-image] Dec 07 00:39:44.638 INFO O| Dec 07 00:39:44.638 INFO O| Download: 2659/15848 items 33.0/176.3MB 18% complete (1.3M/s)
38842024-12-07T00:39:45.634Z[ host-image] Dec 07 00:39:45.277 INFO O| Dec 07 00:39:45.277 INFO O| Download: 7961/22774 items 59.6/199.6MB 29% complete (1.3M/s)
38852024-12-07T00:39:49.995Z[ recovery-image] Dec 07 00:39:49.638 INFO O| Dec 07 00:39:49.638 INFO O| Download: 3526/15848 items 38.4/176.3MB 21% complete (1.1M/s)
38862024-12-07T00:39:50.634Z[ host-image] Dec 07 00:39:50.277 INFO O| Dec 07 00:39:50.277 INFO O| Download: 8392/22774 items 69.2/199.6MB 34% complete (1.6M/s)
38872024-12-07T00:39:54.997Z[ recovery-image] Dec 07 00:39:54.640 INFO O| Dec 07 00:39:54.639 INFO O| Download: 4072/15848 items 42.6/176.3MB 24% complete (991k/s)
38882024-12-07T00:39:55.642Z[ host-image] Dec 07 00:39:55.285 INFO O| Dec 07 00:39:55.285 INFO O| Download: 9358/22774 items 81.0/199.6MB 40% complete (2.1M/s)
38892024-12-07T00:40:00.007Z[ recovery-image] Dec 07 00:39:59.650 INFO O| Dec 07 00:39:59.650 INFO O| Download: 4787/15848 items 43.0/176.3MB 24% complete (476k/s)
38902024-12-07T00:40:00.668Z[ host-image] Dec 07 00:40:00.311 INFO O| Dec 07 00:40:00.311 INFO O| Download: 10310/22774 items 87.4/199.6MB 43% complete (1.8M/s)
38912024-12-07T00:40:05.084Z[ recovery-image] Dec 07 00:40:04.727 INFO O| Dec 07 00:40:04.727 INFO O| Download: 5706/15848 items 45.4/176.3MB 25% complete (257k/s)
38922024-12-07T00:40:05.690Z[ host-image] Dec 07 00:40:05.333 INFO O| Dec 07 00:40:05.333 INFO O| Download: 11087/22774 items 92.0/199.6MB 46% complete (1.1M/s)
38932024-12-07T00:40:10.217Z[ recovery-image] Dec 07 00:40:09.859 INFO O| Dec 07 00:40:09.859 INFO O| Download: 6113/15848 items 57.6/176.3MB 32% complete (1.4M/s)
38942024-12-07T00:40:10.691Z[ host-image] Dec 07 00:40:10.334 INFO O| Dec 07 00:40:10.333 INFO O| Download: 11867/22774 items 96.5/199.6MB 48% complete (927k/s)
38952024-12-07T00:40:15.217Z[ recovery-image] Dec 07 00:40:14.860 INFO O| Dec 07 00:40:14.859 INFO O| Download: 7102/15848 items 72.8/176.3MB 41% complete (2.7M/s)
38962024-12-07T00:40:15.691Z[ host-image] Dec 07 00:40:15.334 INFO O| Dec 07 00:40:15.333 INFO O| Download: 12321/22774 items 109.5/199.6MB 54% complete (1.8M/s)
38972024-12-07T00:40:20.218Z[ recovery-image] Dec 07 00:40:19.861 INFO O| Dec 07 00:40:19.860 INFO O| Download: 7838/15848 items 75.5/176.3MB 42% complete (1.8M/s)
38982024-12-07T00:40:20.692Z[ host-image] Dec 07 00:40:20.335 INFO O| Dec 07 00:40:20.335 INFO O| Download: 13669/22774 items 110.1/199.6MB 55% complete (1.4M/s)
38992024-12-07T00:40:25.218Z[ recovery-image] Dec 07 00:40:24.861 INFO O| Dec 07 00:40:24.861 INFO O| Download: 8217/15848 items 79.7/176.3MB 45% complete (711k/s)
39002024-12-07T00:40:25.700Z[ host-image] Dec 07 00:40:25.343 INFO O| Dec 07 00:40:25.343 INFO O| Download: 14577/22774 items 116.8/199.6MB 58% complete (749k/s)
39012024-12-07T00:40:30.224Z[ recovery-image] Dec 07 00:40:29.867 INFO O| Dec 07 00:40:29.867 INFO O| Download: 8800/15848 items 90.7/176.3MB 51% complete (1.5M/s)
39022024-12-07T00:40:30.718Z[ host-image] Dec 07 00:40:30.361 INFO O| Dec 07 00:40:30.361 INFO O| Download: 15624/22774 items 124.1/199.6MB 62% complete (1.4M/s)
39032024-12-07T00:40:35.239Z[ recovery-image] Dec 07 00:40:34.882 INFO O| Dec 07 00:40:34.881 INFO O| Download: 9736/15848 items 93.0/176.3MB 52% complete (1.3M/s)
39042024-12-07T00:40:35.721Z[ host-image] Dec 07 00:40:35.363 INFO O| Dec 07 00:40:35.363 INFO O| Download: 16450/22774 items 136.9/199.6MB 68% complete (2.0M/s)
39052024-12-07T00:40:40.241Z[ recovery-image] Dec 07 00:40:39.884 INFO O| Dec 07 00:40:39.883 INFO O| Download: 10647/15848 items 93.5/176.3MB 53% complete (337k/s)
39062024-12-07T00:40:40.743Z[ host-image] Dec 07 00:40:40.385 INFO O| Dec 07 00:40:40.385 INFO O| Download: 17230/22774 items 142.3/199.6MB 71% complete (1.8M/s)
39072024-12-07T00:40:45.247Z[ recovery-image] Dec 07 00:40:44.889 INFO O| Dec 07 00:40:44.889 INFO O| Download: 11096/15848 items 99.6/176.3MB 56% complete (641k/s)
39082024-12-07T00:40:45.743Z[ host-image] Dec 07 00:40:45.386 INFO O| Dec 07 00:40:45.386 INFO O| Download: 18052/22774 items 162.1/199.6MB 81% complete (2.5M/s)
39092024-12-07T00:40:50.577Z[ recovery-image] Dec 07 00:40:50.220 INFO O| Dec 07 00:40:50.220 INFO O| Download: 11934/15848 items 128.4/176.3MB 72% complete (3.5M/s)
39102024-12-07T00:40:50.749Z[ host-image] Dec 07 00:40:50.392 INFO O| Dec 07 00:40:50.392 INFO O| Download: 19414/22774 items 167.4/199.6MB 83% complete (2.5M/s)
39112024-12-07T00:40:55.577Z[ recovery-image] Dec 07 00:40:55.220 INFO O| Dec 07 00:40:55.220 INFO O| Download: 12848/15848 items 143.2/176.3MB 81% complete (4.3M/s)
39122024-12-07T00:40:55.773Z[ host-image] Dec 07 00:40:55.416 INFO O| Dec 07 00:40:55.416 INFO O| Download: 20456/22774 items 171.8/199.6MB 86% complete (999k/s)
39132024-12-07T00:41:00.610Z[ recovery-image] Dec 07 00:41:00.253 INFO O| Dec 07 00:41:00.252 INFO O| Download: 13598/15848 items 146.6/176.3MB 83% complete (1.8M/s)
39142024-12-07T00:41:00.778Z[ host-image] Dec 07 00:41:00.421 INFO O| Dec 07 00:41:00.421 INFO O| Download: 20809/22774 items 174.0/199.6MB 87% complete (860k/s)
39152024-12-07T00:41:05.627Z[ recovery-image] Dec 07 00:41:05.269 INFO O| Dec 07 00:41:05.269 INFO O| Download: 14377/15848 items 149.6/176.3MB 84% complete (659k/s)
39162024-12-07T00:41:05.797Z[ host-image] Dec 07 00:41:05.440 INFO O| Dec 07 00:41:05.440 INFO O| Download: 21474/22774 items 180.4/199.6MB 90% complete (885k/s)
39172024-12-07T00:41:10.946Z[ host-image] Dec 07 00:41:10.588 INFO O| Dec 07 00:41:10.588 INFO O| Download: 22027/22774 items 192.4/199.6MB 96% complete (1.9M/s)
39182024-12-07T00:41:11.348Z[ recovery-image] Dec 07 00:41:10.990 INFO O| Dec 07 00:41:10.990 INFO O| Download: 14767/15848 items 156.4/176.3MB 88% complete (1.0M/s)
39192024-12-07T00:41:15.953Z[ host-image] Dec 07 00:41:15.595 INFO O| Dec 07 00:41:15.595 INFO O| Download: 22680/22774 items 199.4/199.6MB 99% complete (1.9M/s)
39202024-12-07T00:41:16.494Z[ host-image] Dec 07 00:41:16.137 INFO O| Dec 07 00:41:16.136 INFO O| Download: Completed 199.56 MB in 136.63 seconds (1.5M/s)
39212024-12-07T00:41:16.600Z[ recovery-image] Dec 07 00:41:16.243 INFO O| Dec 07 00:41:16.243 INFO O| Download: 15548/15848 items 169.0/176.3MB 95% complete (1.9M/s)
39222024-12-07T00:41:17.515Z[ host-image] Dec 07 00:41:17.158 INFO O| Dec 07 00:41:17.158 INFO O| Actions: 1/49471 actions (Installing new actions)
39232024-12-07T00:41:19.958Z[ recovery-image] Dec 07 00:41:19.600 INFO O| Dec 07 00:41:19.600 INFO O| Download: Completed 176.29 MB in 115.19 seconds (1.5M/s)
39242024-12-07T00:41:20.655Z[ recovery-image] Dec 07 00:41:20.297 INFO O| Dec 07 00:41:20.297 INFO O| Actions: 1/25014 actions (Installing new actions)
39252024-12-07T00:41:22.537Z[ host-image] Dec 07 00:41:22.179 INFO O| Dec 07 00:41:22.179 INFO O| Actions: 10189/49471 actions (Installing new actions)
39262024-12-07T00:41:25.655Z[ recovery-image] Dec 07 00:41:25.298 INFO O| Dec 07 00:41:25.297 INFO O| Actions: 8772/25014 actions (Installing new actions)
39272024-12-07T00:41:27.582Z[ host-image] Dec 07 00:41:27.225 INFO O| Dec 07 00:41:27.224 INFO O| Actions: 16771/49471 actions (Installing new actions)
39282024-12-07T00:41:30.655Z[ recovery-image] Dec 07 00:41:30.298 INFO O| Dec 07 00:41:30.298 INFO O| Actions: 15102/25014 actions (Installing new actions)
39292024-12-07T00:41:32.582Z[ host-image] Dec 07 00:41:32.225 INFO O| Dec 07 00:41:32.224 INFO O| Actions: 23739/49471 actions (Installing new actions)
39302024-12-07T00:41:35.659Z[ recovery-image] Dec 07 00:41:35.302 INFO O| Dec 07 00:41:35.302 INFO O| Actions: 24918/25014 actions (Installing new actions)
39312024-12-07T00:41:35.719Z[ recovery-image] Dec 07 00:41:35.362 INFO O| Dec 07 00:41:35.362 INFO O| Actions: Completed 25014 actions in 15.06 seconds.
39322024-12-07T00:41:36.321Z[ recovery-image] Dec 07 00:41:35.964 INFO O| Dec 07 00:41:35.963 INFO O| Done
39332024-12-07T00:41:36.321Z[ recovery-image] Dec 07 00:41:35.964 INFO O| Dec 07 00:41:35.964 INFO O| Done
39342024-12-07T00:41:37.271Z[ host-image] Dec 07 00:41:36.913 INFO O| Dec 07 00:41:36.913 INFO O| Actions: Completed 49471 actions in 19.75 seconds.
39352024-12-07T00:41:37.588Z[ recovery-image] Dec 07 00:41:37.231 INFO O| Dec 07 00:41:37.231 INFO O| Done
39362024-12-07T00:41:37.873Z[ host-image] Dec 07 00:41:37.515 INFO O| Dec 07 00:41:37.515 INFO O| Done
39372024-12-07T00:41:37.873Z[ host-image] Dec 07 00:41:37.515 INFO O| Dec 07 00:41:37.515 INFO O| Done
39382024-12-07T00:41:38.898Z[ host-image] Dec 07 00:41:38.541 INFO O| Dec 07 00:41:38.541 INFO O| Done
39392024-12-07T00:41:38.961Z[ recovery-image] Dec 07 00:41:38.604 INFO O| Dec 07 00:41:38.604 INFO O| Done
39402024-12-07T00:41:38.985Z[ recovery-image] Dec 07 00:41:38.622 INFO O| Dec 07 00:41:38.622 INFO O| Done
39412024-12-07T00:41:40.693Z[ host-image] Dec 07 00:41:40.336 INFO O| Dec 07 00:41:40.336 INFO O| Done
39422024-12-07T00:41:40.717Z[ host-image] Dec 07 00:41:40.348 INFO O| Dec 07 00:41:40.348 INFO O| Done
39432024-12-07T00:41:42.023Z[ recovery-image] Dec 07 00:41:41.665 INFO O| Dec 07 00:41:41.665 INFO O| Done
39442024-12-07T00:41:42.537Z[ recovery-image] Dec 07 00:41:42.179 INFO O| Dec 07 00:41:42.179 INFO O| Done
39452024-12-07T00:41:43.001Z[ recovery-image] Dec 07 00:41:42.643 INFO O| Dec 07 00:41:42.643 INFO STEP 11 (pkg_install) COMPLETE
39462024-12-07T00:41:43.001Z[ recovery-image] Dec 07 00:41:42.643 INFO O| Dec 07 00:41:42.643 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39472024-12-07T00:41:43.025Z[ recovery-image] Dec 07 00:41:42.643 INFO O| Dec 07 00:41:42.643 INFO skip step because feature "recovery" is enabled
39482024-12-07T00:41:43.025Z[ recovery-image] Dec 07 00:41:42.643 INFO O| Dec 07 00:41:42.643 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39492024-12-07T00:41:43.025Z[ recovery-image] Dec 07 00:41:42.643 INFO O| Dec 07 00:41:42.643 INFO skip step because feature "omicron1" is not enabled
39502024-12-07T00:41:43.025Z[ recovery-image] Dec 07 00:41:42.643 INFO O| Dec 07 00:41:42.643 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39512024-12-07T00:41:43.025Z[ recovery-image] Dec 07 00:41:42.667 INFO O| Dec 07 00:41:42.666 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39522024-12-07T00:41:44.018Z[ recovery-image] Dec 07 00:41:43.661 INFO O| Dec 07 00:41:43.661 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39532024-12-07T00:41:45.389Z[ host-image] Dec 07 00:41:45.032 INFO O| Dec 07 00:41:45.032 INFO O| Done
39542024-12-07T00:41:46.105Z[ host-image] Dec 07 00:41:45.747 INFO O| Dec 07 00:41:45.747 INFO O| Done
39552024-12-07T00:41:46.582Z[ host-image] Dec 07 00:41:46.225 INFO O| Dec 07 00:41:46.225 INFO STEP 11 (pkg_install) COMPLETE
39562024-12-07T00:41:46.582Z[ host-image] Dec 07 00:41:46.225 INFO O| Dec 07 00:41:46.225 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39572024-12-07T00:41:46.606Z[ host-image] Dec 07 00:41:46.245 INFO O| Dec 07 00:41:46.245 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"]
39582024-12-07T00:41:47.439Z[ recovery-image] Dec 07 00:41:47.082 INFO O| Dec 07 00:41:47.081 INFO O| Planning: Solver setup ... Done
39592024-12-07T00:41:47.463Z[ recovery-image] Dec 07 00:41:47.087 INFO O| Dec 07 00:41:47.087 INFO O| Planning: Running solver ... Done
39602024-12-07T00:41:47.509Z[ recovery-image] Dec 07 00:41:47.152 INFO O| Dec 07 00:41:47.152 INFO O| Planning: Finding local manifests ... Done
39612024-12-07T00:41:47.533Z[ recovery-image] Dec 07 00:41:47.153 INFO O| Dec 07 00:41:47.153 INFO O| Planning: Fetching manifests: 0/1 0% complete
39622024-12-07T00:41:47.669Z[ recovery-image] Dec 07 00:41:47.312 INFO O| Dec 07 00:41:47.311 INFO O| Planning: Fetching manifests: 1/1 100% complete
39632024-12-07T00:41:47.698Z[ recovery-image] Dec 07 00:41:47.341 INFO O| Dec 07 00:41:47.341 INFO O| Planning: Package planning ... Done
39642024-12-07T00:41:47.722Z[ recovery-image] Dec 07 00:41:47.342 INFO O| Dec 07 00:41:47.342 INFO O| Planning: Merging actions ... Done
39652024-12-07T00:41:47.747Z[ recovery-image] Dec 07 00:41:47.390 INFO O| Dec 07 00:41:47.389 INFO O| Planning: Checking for conflicting actions ... Done
39662024-12-07T00:41:47.771Z[ recovery-image] Dec 07 00:41:47.390 INFO O| Dec 07 00:41:47.390 INFO O| Planning: Consolidating action changes ... Done
39672024-12-07T00:41:47.882Z[ host-image] Dec 07 00:41:47.525 INFO O| Dec 07 00:41:47.525 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39682024-12-07T00:41:47.938Z[ recovery-image] Dec 07 00:41:47.580 INFO O| Dec 07 00:41:47.580 INFO O| Planning: Evaluating mediators ... Done
39692024-12-07T00:41:47.962Z[ recovery-image] Dec 07 00:41:47.581 INFO O| Dec 07 00:41:47.581 INFO O| Planning: Planning completed in 3.92 seconds
39702024-12-07T00:41:47.962Z[ recovery-image] Dec 07 00:41:47.584 INFO O| Dec 07 00:41:47.584 INFO O| Packages to install: 1
39712024-12-07T00:41:47.962Z[ recovery-image] Dec 07 00:41:47.601 INFO O| Dec 07 00:41:47.601 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39722024-12-07T00:41:48.488Z[ recovery-image] Dec 07 00:41:48.131 INFO O| Dec 07 00:41:48.130 INFO O| Download: Completed 9.99 MB in 0.53 seconds (18.9M/s)
39732024-12-07T00:41:48.578Z[ recovery-image] Dec 07 00:41:48.220 INFO O| Dec 07 00:41:48.220 INFO O| Actions: 1/22 actions (Installing new actions)
39742024-12-07T00:41:48.977Z[ recovery-image] Dec 07 00:41:48.619 INFO O| Dec 07 00:41:48.619 INFO O| Actions: Completed 22 actions in 0.40 seconds.
39752024-12-07T00:41:49.537Z[ recovery-image] Dec 07 00:41:49.179 INFO O| Dec 07 00:41:49.179 INFO O| Done
39762024-12-07T00:41:49.537Z[ recovery-image] Dec 07 00:41:49.179 INFO O| Dec 07 00:41:49.179 INFO O| Done
39772024-12-07T00:41:50.814Z[ recovery-image] Dec 07 00:41:50.456 INFO O| Dec 07 00:41:50.456 INFO O| Done
39782024-12-07T00:41:52.256Z[ recovery-image] Dec 07 00:41:51.898 INFO O| Dec 07 00:41:51.898 INFO O| Done
39792024-12-07T00:41:52.283Z[ recovery-image] Dec 07 00:41:51.926 INFO O| Dec 07 00:41:51.926 INFO O| Done
39802024-12-07T00:41:52.307Z[ recovery-image] Dec 07 00:41:51.926 INFO O| Dec 07 00:41:51.926 INFO O| Done
39812024-12-07T00:41:52.307Z[ recovery-image] Dec 07 00:41:51.938 INFO O| Dec 07 00:41:51.938 INFO O| Done
39822024-12-07T00:41:52.495Z[ recovery-image] Dec 07 00:41:52.137 INFO O| Dec 07 00:41:52.137 INFO STEP 14 (pkg_install) COMPLETE
39832024-12-07T00:41:52.495Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.137 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39842024-12-07T00:41:52.519Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.137 INFO skip step because feature "mfg" is not enabled
39852024-12-07T00:41:52.519Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.137 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39862024-12-07T00:41:52.519Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.137 INFO skip step because feature "compliance" is not enabled
39872024-12-07T00:41:52.519Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.137 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39882024-12-07T00:41:52.519Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.137 INFO skip step because feature "stress" is not enabled
39892024-12-07T00:41:52.519Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.137 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39902024-12-07T00:41:52.520Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.138 INFO skip step because feature "nfs" is not enabled
39912024-12-07T00:41:52.520Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.138 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39922024-12-07T00:41:52.520Z[ recovery-image] Dec 07 00:41:52.138 INFO O| Dec 07 00:41:52.138 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39932024-12-07T00:41:52.545Z[ recovery-image] Dec 07 00:41:52.167 INFO O| Dec 07 00:41:52.167 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
39942024-12-07T00:41:52.607Z[ recovery-image] Dec 07 00:41:52.250 INFO O| Dec 07 00:41:52.250 INFO completed processing gimlet/ramdisk-01-os
39952024-12-07T00:41:52.632Z[ recovery-image] Dec 07 00:41:52.254 INFO image builder template: ramdisk-02-trim...
39962024-12-07T00:41:52.632Z[ recovery-image] Dec 07 00:41:52.254 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/.tmpG7JHZK/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
39972024-12-07T00:41:52.656Z[ recovery-image] Dec 07 00:41:52.287 INFO O| Dec 07 00:41:52.287 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39982024-12-07T00:41:52.656Z[ recovery-image] Dec 07 00:41:52.298 INFO O| Dec 07 00:41:52.298 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39992024-12-07T00:41:52.721Z[ recovery-image] Dec 07 00:41:52.364 INFO O| Dec 07 00:41:52.364 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40002024-12-07T00:41:52.778Z[ recovery-image] Dec 07 00:41:52.421 INFO O| Dec 07 00:41:52.421 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40012024-12-07T00:41:52.778Z[ recovery-image] Dec 07 00:41:52.421 INFO O| Dec 07 00:41:52.421 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40022024-12-07T00:41:52.802Z[ recovery-image] Dec 07 00:41:52.430 INFO O| Dec 07 00:41:52.429 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40032024-12-07T00:41:52.802Z[ recovery-image] Dec 07 00:41:52.436 INFO O| Dec 07 00:41:52.436 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40042024-12-07T00:41:52.802Z[ recovery-image] Dec 07 00:41:52.443 INFO O| Dec 07 00:41:52.443 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40052024-12-07T00:41:53.002Z[ recovery-image] Dec 07 00:41:52.645 INFO O| Dec 07 00:41:52.645 INFO rolled back to input snapshot; work may begin
40062024-12-07T00:41:53.003Z[ recovery-image] Dec 07 00:41:52.645 INFO O| Dec 07 00:41:52.645 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40072024-12-07T00:41:53.029Z[ recovery-image] Dec 07 00:41:52.653 INFO O| Dec 07 00:41:52.653 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-12-07T00:41:53.029Z[ recovery-image] Dec 07 00:41:52.669 INFO O| Dec 07 00:41:52.669 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40092024-12-07T00:41:53.072Z[ host-image] Dec 07 00:41:52.715 INFO O| Dec 07 00:41:52.715 INFO O| Planning: Solver setup ... Done
40102024-12-07T00:41:53.096Z[ host-image] Dec 07 00:41:52.721 INFO O| Dec 07 00:41:52.721 INFO O| Planning: Running solver ... Done
40112024-12-07T00:41:53.119Z[ recovery-image] Dec 07 00:41:52.751 INFO O| Dec 07 00:41:52.751 INFO STEP 0 (remove_files) COMPLETE
40122024-12-07T00:41:53.119Z[ recovery-image] Dec 07 00:41:52.751 INFO O| Dec 07 00:41:52.751 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-12-07T00:41:53.144Z[ recovery-image] Dec 07 00:41:52.774 INFO O| Dec 07 00:41:52.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40142024-12-07T00:41:53.144Z[ recovery-image] Dec 07 00:41:52.777 INFO O| Dec 07 00:41:52.777 INFO STEP 1 (remove_files) COMPLETE
40152024-12-07T00:41:53.144Z[ recovery-image] Dec 07 00:41:52.777 INFO O| Dec 07 00:41:52.777 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-12-07T00:41:53.167Z[ recovery-image] Dec 07 00:41:52.809 INFO O| Dec 07 00:41:52.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40172024-12-07T00:41:53.191Z[ host-image] Dec 07 00:41:52.815 INFO O| Dec 07 00:41:52.814 INFO O| Planning: Finding local manifests ... Done
40182024-12-07T00:41:53.191Z[ host-image] Dec 07 00:41:52.816 INFO O| Dec 07 00:41:52.816 INFO O| Planning: Fetching manifests: 0/5 0% complete
40192024-12-07T00:41:53.191Z[ recovery-image] Dec 07 00:41:52.828 INFO O| Dec 07 00:41:52.828 INFO STEP 2 (remove_files) COMPLETE
40202024-12-07T00:41:53.191Z[ recovery-image] Dec 07 00:41:52.828 INFO O| Dec 07 00:41:52.828 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-12-07T00:41:53.221Z[ recovery-image] Dec 07 00:41:52.864 INFO O| Dec 07 00:41:52.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40222024-12-07T00:41:53.245Z[ recovery-image] Dec 07 00:41:52.866 INFO O| Dec 07 00:41:52.866 INFO STEP 3 (remove_files) COMPLETE
40232024-12-07T00:41:53.246Z[ recovery-image] Dec 07 00:41:52.866 INFO O| Dec 07 00:41:52.866 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-12-07T00:41:53.246Z[ recovery-image] Dec 07 00:41:52.881 INFO O| Dec 07 00:41:52.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40252024-12-07T00:41:53.246Z[ recovery-image] Dec 07 00:41:52.887 INFO O| Dec 07 00:41:52.887 INFO STEP 4 (remove_files) COMPLETE
40262024-12-07T00:41:53.246Z[ recovery-image] Dec 07 00:41:52.887 INFO O| Dec 07 00:41:52.887 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-12-07T00:41:53.270Z[ recovery-image] Dec 07 00:41:52.900 INFO O| Dec 07 00:41:52.900 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40282024-12-07T00:41:53.270Z[ recovery-image] Dec 07 00:41:52.900 INFO O| Dec 07 00:41:52.900 INFO STEP 5 (remove_files) COMPLETE
40292024-12-07T00:41:53.271Z[ recovery-image] Dec 07 00:41:52.900 INFO O| Dec 07 00:41:52.900 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.913 INFO O| Dec 07 00:41:52.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40312024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO STEP 6 (remove_files) COMPLETE
40322024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO skip step because feature "recovery" is enabled
40342024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO skip step because feature "recovery" is enabled
40362024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO skip step because feature "recovery" is enabled
40382024-12-07T00:41:53.294Z[ recovery-image] Dec 07 00:41:52.929 INFO O| Dec 07 00:41:52.929 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-12-07T00:41:53.344Z[ recovery-image] Dec 07 00:41:52.986 INFO O| Dec 07 00:41:52.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40402024-12-07T00:41:53.368Z[ recovery-image] Dec 07 00:41:52.991 INFO O| Dec 07 00:41:52.991 INFO STEP 10 (remove_files) COMPLETE
40412024-12-07T00:41:53.368Z[ recovery-image] Dec 07 00:41:52.991 INFO O| Dec 07 00:41:52.991 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-12-07T00:41:53.368Z[ recovery-image] Dec 07 00:41:53.006 INFO O| Dec 07 00:41:53.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40432024-12-07T00:41:53.368Z[ recovery-image] Dec 07 00:41:53.007 INFO O| Dec 07 00:41:53.007 INFO STEP 11 (remove_files) COMPLETE
40442024-12-07T00:41:53.368Z[ recovery-image] Dec 07 00:41:53.007 INFO O| Dec 07 00:41:53.007 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-12-07T00:41:53.392Z[ recovery-image] Dec 07 00:41:53.020 INFO O| Dec 07 00:41:53.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40462024-12-07T00:41:53.392Z[ recovery-image] Dec 07 00:41:53.022 INFO O| Dec 07 00:41:53.022 INFO STEP 12 (remove_files) COMPLETE
40472024-12-07T00:41:53.392Z[ recovery-image] Dec 07 00:41:53.022 INFO O| Dec 07 00:41:53.022 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-12-07T00:41:53.416Z[ recovery-image] Dec 07 00:41:53.040 INFO O| Dec 07 00:41:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40492024-12-07T00:41:53.502Z[ host-image] Dec 07 00:41:53.145 INFO O| Dec 07 00:41:53.144 INFO O| Planning: Fetching manifests: 5/5 100% complete
40502024-12-07T00:41:53.526Z[ recovery-image] Dec 07 00:41:53.158 INFO O| Dec 07 00:41:53.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40512024-12-07T00:41:53.526Z[ recovery-image] Dec 07 00:41:53.162 INFO O| Dec 07 00:41:53.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40522024-12-07T00:41:53.550Z[ host-image] Dec 07 00:41:53.177 INFO O| Dec 07 00:41:53.177 INFO O| Planning: Package planning ... Done
40532024-12-07T00:41:53.550Z[ recovery-image] Dec 07 00:41:53.181 INFO O| Dec 07 00:41:53.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40542024-12-07T00:41:53.552Z[ host-image] Dec 07 00:41:53.181 INFO O| Dec 07 00:41:53.181 INFO O| Planning: Merging actions ... Done
40552024-12-07T00:41:53.552Z[ recovery-image] Dec 07 00:41:53.185 INFO O| Dec 07 00:41:53.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40562024-12-07T00:41:53.704Z[ host-image] Dec 07 00:41:53.346 INFO O| Dec 07 00:41:53.346 INFO O| Planning: Checking for conflicting actions ... Done
40572024-12-07T00:41:53.727Z[ host-image] Dec 07 00:41:53.348 INFO O| Dec 07 00:41:53.348 INFO O| Planning: Consolidating action changes ... Done
40582024-12-07T00:41:53.792Z[ recovery-image] Dec 07 00:41:53.435 INFO O| Dec 07 00:41:53.435 INFO STEP 13 (remove_files) COMPLETE
40592024-12-07T00:41:53.792Z[ recovery-image] Dec 07 00:41:53.435 INFO O| Dec 07 00:41:53.435 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-12-07T00:41:53.816Z[ recovery-image] Dec 07 00:41:53.452 INFO O| Dec 07 00:41:53.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40612024-12-07T00:41:53.816Z[ recovery-image] Dec 07 00:41:53.453 INFO O| Dec 07 00:41:53.453 INFO STEP 14 (remove_files) COMPLETE
40622024-12-07T00:41:53.816Z[ recovery-image] Dec 07 00:41:53.454 INFO O| Dec 07 00:41:53.453 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-07T00:41:53.839Z[ recovery-image] Dec 07 00:41:53.467 INFO O| Dec 07 00:41:53.467 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40642024-12-07T00:41:53.840Z[ recovery-image] Dec 07 00:41:53.475 INFO O| Dec 07 00:41:53.475 INFO STEP 15 (remove_files) COMPLETE
40652024-12-07T00:41:53.840Z[ recovery-image] Dec 07 00:41:53.475 INFO O| Dec 07 00:41:53.475 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-07T00:41:53.863Z[ recovery-image] Dec 07 00:41:53.489 INFO O| Dec 07 00:41:53.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40672024-12-07T00:41:53.863Z[ recovery-image] Dec 07 00:41:53.489 INFO O| Dec 07 00:41:53.489 INFO STEP 16 (remove_files) COMPLETE
40682024-12-07T00:41:53.863Z[ recovery-image] Dec 07 00:41:53.489 INFO O| Dec 07 00:41:53.489 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-07T00:41:53.863Z[ recovery-image] Dec 07 00:41:53.502 INFO O| Dec 07 00:41:53.502 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40702024-12-07T00:41:53.865Z[ recovery-image] Dec 07 00:41:53.504 INFO O| Dec 07 00:41:53.504 INFO STEP 17 (remove_files) COMPLETE
40712024-12-07T00:41:53.865Z[ recovery-image] Dec 07 00:41:53.504 INFO O| Dec 07 00:41:53.504 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-07T00:41:53.896Z[ recovery-image] Dec 07 00:41:53.538 INFO O| Dec 07 00:41:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40732024-12-07T00:41:53.896Z[ recovery-image] Dec 07 00:41:53.539 INFO O| Dec 07 00:41:53.539 INFO STEP 18 (remove_files) COMPLETE
40742024-12-07T00:41:53.919Z[ recovery-image] Dec 07 00:41:53.539 INFO O| Dec 07 00:41:53.539 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-07T00:41:53.943Z[ recovery-image] Dec 07 00:41:53.577 INFO O| Dec 07 00:41:53.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40762024-12-07T00:41:53.943Z[ recovery-image] Dec 07 00:41:53.577 INFO O| Dec 07 00:41:53.577 INFO STEP 19 (remove_files) COMPLETE
40772024-12-07T00:41:53.943Z[ recovery-image] Dec 07 00:41:53.577 INFO O| Dec 07 00:41:53.577 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-07T00:41:53.967Z[ host-image] Dec 07 00:41:53.606 INFO O| Dec 07 00:41:53.606 INFO O| Planning: Evaluating mediators ... Done
40792024-12-07T00:41:53.967Z[ host-image] Dec 07 00:41:53.608 INFO O| Dec 07 00:41:53.608 INFO O| Planning: Planning completed in 6.08 seconds
40802024-12-07T00:41:53.967Z[ recovery-image] Dec 07 00:41:53.608 INFO O| Dec 07 00:41:53.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40812024-12-07T00:41:53.967Z[ recovery-image] Dec 07 00:41:53.608 INFO O| Dec 07 00:41:53.608 INFO STEP 20 (remove_files) COMPLETE
40822024-12-07T00:41:53.967Z[ recovery-image] Dec 07 00:41:53.608 INFO O| Dec 07 00:41:53.608 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-07T00:41:53.995Z[ host-image] Dec 07 00:41:53.610 INFO O| Dec 07 00:41:53.610 INFO O| Packages to install: 5
40842024-12-07T00:41:53.995Z[ host-image] Dec 07 00:41:53.610 INFO O| Dec 07 00:41:53.610 INFO O| Services to change: 2
40852024-12-07T00:41:53.995Z[ recovery-image] Dec 07 00:41:53.623 INFO O| Dec 07 00:41:53.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40862024-12-07T00:41:53.995Z[ recovery-image] Dec 07 00:41:53.624 INFO O| Dec 07 00:41:53.623 INFO STEP 21 (remove_files) COMPLETE
40872024-12-07T00:41:53.995Z[ recovery-image] Dec 07 00:41:53.624 INFO O| Dec 07 00:41:53.624 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-07T00:41:53.995Z[ host-image] Dec 07 00:41:53.635 INFO O| Dec 07 00:41:53.635 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40892024-12-07T00:41:53.995Z[ recovery-image] Dec 07 00:41:53.637 INFO O| Dec 07 00:41:53.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40902024-12-07T00:41:53.995Z[ recovery-image] Dec 07 00:41:53.638 INFO O| Dec 07 00:41:53.638 INFO STEP 22 (remove_files) COMPLETE
40912024-12-07T00:41:53.995Z[ recovery-image] Dec 07 00:41:53.638 INFO O| Dec 07 00:41:53.638 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-07T00:41:54.021Z[ recovery-image] Dec 07 00:41:53.663 INFO O| Dec 07 00:41:53.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40932024-12-07T00:41:54.044Z[ recovery-image] Dec 07 00:41:53.664 INFO O| Dec 07 00:41:53.664 INFO STEP 23 (remove_files) COMPLETE
40942024-12-07T00:41:54.044Z[ recovery-image] Dec 07 00:41:53.664 INFO O| Dec 07 00:41:53.664 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-12-07T00:41:54.068Z[ recovery-image] Dec 07 00:41:53.709 INFO O| Dec 07 00:41:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40962024-12-07T00:41:54.068Z[ recovery-image] Dec 07 00:41:53.709 INFO O| Dec 07 00:41:53.709 INFO STEP 24 (remove_files) COMPLETE
40972024-12-07T00:41:54.068Z[ recovery-image] Dec 07 00:41:53.709 INFO O| Dec 07 00:41:53.709 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-12-07T00:41:54.112Z[ recovery-image] Dec 07 00:41:53.755 INFO O| Dec 07 00:41:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40992024-12-07T00:41:54.113Z[ recovery-image] Dec 07 00:41:53.755 INFO O| Dec 07 00:41:53.755 INFO STEP 25 (remove_files) COMPLETE
41002024-12-07T00:41:54.136Z[ recovery-image] Dec 07 00:41:53.756 INFO O| Dec 07 00:41:53.755 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-12-07T00:41:54.139Z[ recovery-image] Dec 07 00:41:53.773 INFO O| Dec 07 00:41:53.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41022024-12-07T00:41:54.139Z[ recovery-image] Dec 07 00:41:53.773 INFO O| Dec 07 00:41:53.773 INFO STEP 26 (remove_files) COMPLETE
41032024-12-07T00:41:54.139Z[ recovery-image] Dec 07 00:41:53.773 INFO O| Dec 07 00:41:53.773 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-07T00:41:54.162Z[ recovery-image] Dec 07 00:41:53.789 INFO O| Dec 07 00:41:53.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41052024-12-07T00:41:54.162Z[ recovery-image] Dec 07 00:41:53.789 INFO O| Dec 07 00:41:53.789 INFO STEP 27 (remove_files) COMPLETE
41062024-12-07T00:41:54.162Z[ recovery-image] Dec 07 00:41:53.789 INFO O| Dec 07 00:41:53.789 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-07T00:41:54.163Z[ recovery-image] Dec 07 00:41:53.805 INFO O| Dec 07 00:41:53.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41082024-12-07T00:41:54.163Z[ recovery-image] Dec 07 00:41:53.805 INFO O| Dec 07 00:41:53.805 INFO STEP 28 (remove_files) COMPLETE
41092024-12-07T00:41:54.186Z[ recovery-image] Dec 07 00:41:53.805 INFO O| Dec 07 00:41:53.805 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-07T00:41:54.186Z[ recovery-image] Dec 07 00:41:53.822 INFO O| Dec 07 00:41:53.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41112024-12-07T00:41:54.186Z[ recovery-image] Dec 07 00:41:53.822 INFO O| Dec 07 00:41:53.822 INFO STEP 29 (remove_files) COMPLETE
41122024-12-07T00:41:54.186Z[ recovery-image] Dec 07 00:41:53.822 INFO O| Dec 07 00:41:53.822 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-07T00:41:54.209Z[ recovery-image] Dec 07 00:41:53.836 INFO O| Dec 07 00:41:53.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41142024-12-07T00:41:54.209Z[ recovery-image] Dec 07 00:41:53.836 INFO O| Dec 07 00:41:53.836 INFO STEP 30 (remove_files) COMPLETE
41152024-12-07T00:41:54.209Z[ recovery-image] Dec 07 00:41:53.836 INFO O| Dec 07 00:41:53.836 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-07T00:41:54.233Z[ recovery-image] Dec 07 00:41:53.852 INFO O| Dec 07 00:41:53.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41172024-12-07T00:41:54.233Z[ recovery-image] Dec 07 00:41:53.864 INFO O| Dec 07 00:41:53.864 INFO STEP 31 (remove_files) COMPLETE
41182024-12-07T00:41:54.233Z[ recovery-image] Dec 07 00:41:53.864 INFO O| Dec 07 00:41:53.864 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-12-07T00:41:54.288Z[ recovery-image] Dec 07 00:41:53.930 INFO O| Dec 07 00:41:53.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41202024-12-07T00:41:54.288Z[ recovery-image] Dec 07 00:41:53.930 INFO O| Dec 07 00:41:53.930 INFO STEP 32 (remove_files) COMPLETE
41212024-12-07T00:41:54.288Z[ recovery-image] Dec 07 00:41:53.930 INFO O| Dec 07 00:41:53.930 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-07T00:41:54.346Z[ recovery-image] Dec 07 00:41:53.988 INFO O| Dec 07 00:41:53.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41232024-12-07T00:41:54.346Z[ recovery-image] Dec 07 00:41:53.988 INFO O| Dec 07 00:41:53.988 INFO STEP 33 (remove_files) COMPLETE
41242024-12-07T00:41:54.369Z[ recovery-image] Dec 07 00:41:53.988 INFO O| Dec 07 00:41:53.988 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-07T00:41:54.369Z[ recovery-image] Dec 07 00:41:54.004 INFO O| Dec 07 00:41:54.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41262024-12-07T00:41:54.369Z[ recovery-image] Dec 07 00:41:54.004 INFO O| Dec 07 00:41:54.004 INFO STEP 34 (remove_files) COMPLETE
41272024-12-07T00:41:54.369Z[ recovery-image] Dec 07 00:41:54.004 INFO O| Dec 07 00:41:54.004 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-07T00:41:54.393Z[ recovery-image] Dec 07 00:41:54.018 INFO O| Dec 07 00:41:54.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41292024-12-07T00:41:54.393Z[ recovery-image] Dec 07 00:41:54.018 INFO O| Dec 07 00:41:54.018 INFO STEP 35 (remove_files) COMPLETE
41302024-12-07T00:41:54.393Z[ recovery-image] Dec 07 00:41:54.018 INFO O| Dec 07 00:41:54.018 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-07T00:41:54.395Z[ recovery-image] Dec 07 00:41:54.030 INFO O| Dec 07 00:41:54.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41322024-12-07T00:41:54.395Z[ recovery-image] Dec 07 00:41:54.031 INFO O| Dec 07 00:41:54.031 INFO STEP 36 (remove_files) COMPLETE
41332024-12-07T00:41:54.395Z[ recovery-image] Dec 07 00:41:54.031 INFO O| Dec 07 00:41:54.031 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-07T00:41:54.418Z[ recovery-image] Dec 07 00:41:54.043 INFO O| Dec 07 00:41:54.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41352024-12-07T00:41:54.418Z[ recovery-image] Dec 07 00:41:54.043 INFO O| Dec 07 00:41:54.043 INFO STEP 37 (remove_files) COMPLETE
41362024-12-07T00:41:54.418Z[ recovery-image] Dec 07 00:41:54.043 INFO O| Dec 07 00:41:54.043 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-07T00:41:54.418Z[ recovery-image] Dec 07 00:41:54.055 INFO O| Dec 07 00:41:54.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41382024-12-07T00:41:54.418Z[ recovery-image] Dec 07 00:41:54.055 INFO O| Dec 07 00:41:54.055 INFO STEP 38 (remove_files) COMPLETE
41392024-12-07T00:41:54.418Z[ recovery-image] Dec 07 00:41:54.055 INFO O| Dec 07 00:41:54.055 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-07T00:41:54.442Z[ recovery-image] Dec 07 00:41:54.071 INFO O| Dec 07 00:41:54.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41412024-12-07T00:41:54.442Z[ recovery-image] Dec 07 00:41:54.072 INFO O| Dec 07 00:41:54.072 INFO STEP 39 (remove_files) COMPLETE
41422024-12-07T00:41:54.442Z[ recovery-image] Dec 07 00:41:54.072 INFO O| Dec 07 00:41:54.072 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-07T00:41:54.466Z[ recovery-image] Dec 07 00:41:54.087 INFO O| Dec 07 00:41:54.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41442024-12-07T00:41:54.466Z[ recovery-image] Dec 07 00:41:54.087 INFO O| Dec 07 00:41:54.087 INFO STEP 40 (remove_files) COMPLETE
41452024-12-07T00:41:54.466Z[ recovery-image] Dec 07 00:41:54.087 INFO O| Dec 07 00:41:54.087 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462024-12-07T00:41:54.468Z[ recovery-image] Dec 07 00:41:54.100 INFO O| Dec 07 00:41:54.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41472024-12-07T00:41:54.468Z[ recovery-image] Dec 07 00:41:54.101 INFO O| Dec 07 00:41:54.100 INFO STEP 41 (remove_files) COMPLETE
41482024-12-07T00:41:54.468Z[ recovery-image] Dec 07 00:41:54.101 INFO O| Dec 07 00:41:54.101 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-07T00:41:54.492Z[ recovery-image] Dec 07 00:41:54.115 INFO O| Dec 07 00:41:54.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41502024-12-07T00:41:54.492Z[ recovery-image] Dec 07 00:41:54.115 INFO O| Dec 07 00:41:54.115 INFO STEP 42 (remove_files) COMPLETE
41512024-12-07T00:41:54.492Z[ recovery-image] Dec 07 00:41:54.115 INFO O| Dec 07 00:41:54.115 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522024-12-07T00:41:54.492Z[ recovery-image] Dec 07 00:41:54.132 INFO O| Dec 07 00:41:54.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41532024-12-07T00:41:54.492Z[ recovery-image] Dec 07 00:41:54.133 INFO O| Dec 07 00:41:54.132 INFO STEP 43 (remove_files) COMPLETE
41542024-12-07T00:41:54.492Z[ recovery-image] Dec 07 00:41:54.133 INFO O| Dec 07 00:41:54.133 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552024-12-07T00:41:54.515Z[ recovery-image] Dec 07 00:41:54.146 INFO O| Dec 07 00:41:54.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41562024-12-07T00:41:54.516Z[ recovery-image] Dec 07 00:41:54.146 INFO O| Dec 07 00:41:54.146 INFO STEP 44 (remove_files) COMPLETE
41572024-12-07T00:41:54.516Z[ recovery-image] Dec 07 00:41:54.146 INFO O| Dec 07 00:41:54.146 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582024-12-07T00:41:54.539Z[ recovery-image] Dec 07 00:41:54.159 INFO O| Dec 07 00:41:54.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41592024-12-07T00:41:54.539Z[ recovery-image] Dec 07 00:41:54.159 INFO O| Dec 07 00:41:54.159 INFO STEP 45 (remove_files) COMPLETE
41602024-12-07T00:41:54.539Z[ recovery-image] Dec 07 00:41:54.159 INFO O| Dec 07 00:41:54.159 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612024-12-07T00:41:54.539Z[ recovery-image] Dec 07 00:41:54.172 INFO O| Dec 07 00:41:54.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41622024-12-07T00:41:54.539Z[ recovery-image] Dec 07 00:41:54.172 INFO O| Dec 07 00:41:54.172 INFO STEP 46 (remove_files) COMPLETE
41632024-12-07T00:41:54.539Z[ recovery-image] Dec 07 00:41:54.172 INFO O| Dec 07 00:41:54.172 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642024-12-07T00:41:54.563Z[ recovery-image] Dec 07 00:41:54.185 INFO O| Dec 07 00:41:54.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41652024-12-07T00:41:54.563Z[ recovery-image] Dec 07 00:41:54.185 INFO O| Dec 07 00:41:54.185 INFO STEP 47 (remove_files) COMPLETE
41662024-12-07T00:41:54.563Z[ recovery-image] Dec 07 00:41:54.185 INFO O| Dec 07 00:41:54.185 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672024-12-07T00:41:54.563Z[ recovery-image] Dec 07 00:41:54.203 INFO O| Dec 07 00:41:54.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41682024-12-07T00:41:54.563Z[ recovery-image] Dec 07 00:41:54.203 INFO O| Dec 07 00:41:54.203 INFO STEP 48 (remove_files) COMPLETE
41692024-12-07T00:41:54.563Z[ recovery-image] Dec 07 00:41:54.203 INFO O| Dec 07 00:41:54.203 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-07T00:41:54.587Z[ recovery-image] Dec 07 00:41:54.225 INFO O| Dec 07 00:41:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41712024-12-07T00:41:54.587Z[ recovery-image] Dec 07 00:41:54.225 INFO O| Dec 07 00:41:54.225 INFO STEP 49 (remove_files) COMPLETE
41722024-12-07T00:41:54.587Z[ recovery-image] Dec 07 00:41:54.226 INFO O| Dec 07 00:41:54.225 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732024-12-07T00:41:54.644Z[ recovery-image] Dec 07 00:41:54.287 INFO O| Dec 07 00:41:54.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41742024-12-07T00:41:54.644Z[ recovery-image] Dec 07 00:41:54.287 INFO O| Dec 07 00:41:54.287 INFO STEP 50 (remove_files) COMPLETE
41752024-12-07T00:41:54.644Z[ recovery-image] Dec 07 00:41:54.287 INFO O| Dec 07 00:41:54.287 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762024-12-07T00:41:54.669Z[ recovery-image] Dec 07 00:41:54.301 INFO O| Dec 07 00:41:54.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41772024-12-07T00:41:54.669Z[ recovery-image] Dec 07 00:41:54.301 INFO O| Dec 07 00:41:54.301 INFO STEP 51 (remove_files) COMPLETE
41782024-12-07T00:41:54.669Z[ recovery-image] Dec 07 00:41:54.301 INFO O| Dec 07 00:41:54.301 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792024-12-07T00:41:54.693Z[ recovery-image] Dec 07 00:41:54.314 INFO O| Dec 07 00:41:54.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41802024-12-07T00:41:54.693Z[ recovery-image] Dec 07 00:41:54.314 INFO O| Dec 07 00:41:54.314 INFO STEP 52 (remove_files) COMPLETE
41812024-12-07T00:41:54.693Z[ recovery-image] Dec 07 00:41:54.314 INFO O| Dec 07 00:41:54.314 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822024-12-07T00:41:54.693Z[ recovery-image] Dec 07 00:41:54.327 INFO O| Dec 07 00:41:54.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41832024-12-07T00:41:54.693Z[ recovery-image] Dec 07 00:41:54.327 INFO O| Dec 07 00:41:54.327 INFO STEP 53 (remove_files) COMPLETE
41842024-12-07T00:41:54.693Z[ recovery-image] Dec 07 00:41:54.327 INFO O| Dec 07 00:41:54.327 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852024-12-07T00:41:54.716Z[ recovery-image] Dec 07 00:41:54.339 INFO O| Dec 07 00:41:54.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41862024-12-07T00:41:54.716Z[ recovery-image] Dec 07 00:41:54.340 INFO O| Dec 07 00:41:54.339 INFO STEP 54 (remove_files) COMPLETE
41872024-12-07T00:41:54.716Z[ recovery-image] Dec 07 00:41:54.340 INFO O| Dec 07 00:41:54.339 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882024-12-07T00:41:54.740Z[ recovery-image] Dec 07 00:41:54.371 INFO O| Dec 07 00:41:54.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41892024-12-07T00:41:54.740Z[ recovery-image] Dec 07 00:41:54.371 INFO O| Dec 07 00:41:54.371 INFO STEP 55 (remove_files) COMPLETE
41902024-12-07T00:41:54.740Z[ recovery-image] Dec 07 00:41:54.371 INFO O| Dec 07 00:41:54.371 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912024-12-07T00:41:54.763Z[ recovery-image] Dec 07 00:41:54.404 INFO O| Dec 07 00:41:54.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41922024-12-07T00:41:54.763Z[ recovery-image] Dec 07 00:41:54.404 INFO O| Dec 07 00:41:54.404 INFO STEP 56 (remove_files) COMPLETE
41932024-12-07T00:41:54.763Z[ recovery-image] Dec 07 00:41:54.404 INFO O| Dec 07 00:41:54.404 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942024-12-07T00:41:54.787Z[ recovery-image] Dec 07 00:41:54.417 INFO O| Dec 07 00:41:54.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41952024-12-07T00:41:54.787Z[ recovery-image] Dec 07 00:41:54.418 INFO O| Dec 07 00:41:54.417 INFO STEP 57 (remove_files) COMPLETE
41962024-12-07T00:41:54.787Z[ recovery-image] Dec 07 00:41:54.418 INFO O| Dec 07 00:41:54.418 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.431 INFO O| Dec 07 00:41:54.431 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41982024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.431 INFO O| Dec 07 00:41:54.431 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41992024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.431 INFO O| Dec 07 00:41:54.431 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42002024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.432 INFO O| Dec 07 00:41:54.432 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42012024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.432 INFO O| Dec 07 00:41:54.432 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42022024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.432 INFO O| Dec 07 00:41:54.432 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42032024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.432 INFO O| Dec 07 00:41:54.432 INFO ok!
42042024-12-07T00:41:54.810Z[ recovery-image] Dec 07 00:41:54.432 INFO O| Dec 07 00:41:54.432 INFO STEP 58 (ensure_file) COMPLETE
42052024-12-07T00:41:54.811Z[ recovery-image] Dec 07 00:41:54.432 INFO O| Dec 07 00:41:54.432 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.464 INFO O| Dec 07 00:41:54.464 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42072024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.464 INFO O| Dec 07 00:41:54.464 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42082024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.465 INFO O| Dec 07 00:41:54.464 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42092024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.465 INFO O| Dec 07 00:41:54.464 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42102024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.465 INFO O| Dec 07 00:41:54.465 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42112024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.465 INFO O| Dec 07 00:41:54.465 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42122024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.465 INFO O| Dec 07 00:41:54.465 INFO ok!
42132024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.465 INFO O| Dec 07 00:41:54.465 INFO STEP 59 (ensure_file) COMPLETE
42142024-12-07T00:41:54.835Z[ recovery-image] Dec 07 00:41:54.465 INFO O| Dec 07 00:41:54.465 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152024-12-07T00:41:54.858Z[ recovery-image] Dec 07 00:41:54.478 INFO O| Dec 07 00:41:54.478 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42162024-12-07T00:41:54.858Z[ recovery-image] Dec 07 00:41:54.478 INFO O| Dec 07 00:41:54.478 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42172024-12-07T00:41:54.858Z[ recovery-image] Dec 07 00:41:54.478 INFO O| Dec 07 00:41:54.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42182024-12-07T00:41:54.858Z[ recovery-image] Dec 07 00:41:54.478 INFO O| Dec 07 00:41:54.478 INFO ok!
42192024-12-07T00:41:54.858Z[ recovery-image] Dec 07 00:41:54.478 INFO O| Dec 07 00:41:54.478 INFO STEP 60 (ensure_file) COMPLETE
42202024-12-07T00:41:54.858Z[ recovery-image] Dec 07 00:41:54.478 INFO O| Dec 07 00:41:54.478 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212024-12-07T00:41:54.860Z[ recovery-image] Dec 07 00:41:54.490 INFO O| Dec 07 00:41:54.490 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42222024-12-07T00:41:54.860Z[ recovery-image] Dec 07 00:41:54.490 INFO O| Dec 07 00:41:54.490 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42232024-12-07T00:41:54.860Z[ recovery-image] Dec 07 00:41:54.490 INFO O| Dec 07 00:41:54.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42242024-12-07T00:41:54.860Z[ recovery-image] Dec 07 00:41:54.490 INFO O| Dec 07 00:41:54.490 INFO ok!
42252024-12-07T00:41:54.860Z[ recovery-image] Dec 07 00:41:54.490 INFO O| Dec 07 00:41:54.490 INFO STEP 61 (ensure_file) COMPLETE
42262024-12-07T00:41:54.860Z[ recovery-image] Dec 07 00:41:54.490 INFO O| Dec 07 00:41:54.490 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272024-12-07T00:41:54.884Z[ recovery-image] Dec 07 00:41:54.512 INFO O| Dec 07 00:41:54.511 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42282024-12-07T00:41:54.884Z[ recovery-image] Dec 07 00:41:54.512 INFO O| Dec 07 00:41:54.512 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42292024-12-07T00:41:54.884Z[ recovery-image] Dec 07 00:41:54.512 INFO O| Dec 07 00:41:54.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42302024-12-07T00:41:54.884Z[ recovery-image] Dec 07 00:41:54.512 INFO O| Dec 07 00:41:54.512 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42312024-12-07T00:41:54.884Z[ recovery-image] Dec 07 00:41:54.512 INFO O| Dec 07 00:41:54.512 INFO ok!
42322024-12-07T00:41:54.884Z[ recovery-image] Dec 07 00:41:54.512 INFO O| Dec 07 00:41:54.512 INFO STEP 62 (ensure_file) COMPLETE
42332024-12-07T00:41:54.884Z[ recovery-image] Dec 07 00:41:54.512 INFO O| Dec 07 00:41:54.512 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342024-12-07T00:41:54.908Z[ recovery-image] Dec 07 00:41:54.527 INFO O| Dec 07 00:41:54.527 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42352024-12-07T00:41:54.908Z[ recovery-image] Dec 07 00:41:54.527 INFO O| Dec 07 00:41:54.527 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42362024-12-07T00:41:54.908Z[ recovery-image] Dec 07 00:41:54.528 INFO O| Dec 07 00:41:54.527 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42372024-12-07T00:41:54.908Z[ recovery-image] Dec 07 00:41:54.528 INFO O| Dec 07 00:41:54.527 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42382024-12-07T00:41:54.908Z[ recovery-image] Dec 07 00:41:54.528 INFO O| Dec 07 00:41:54.528 INFO ok!
42392024-12-07T00:41:54.908Z[ recovery-image] Dec 07 00:41:54.528 INFO O| Dec 07 00:41:54.528 INFO STEP 63 (ensure_file) COMPLETE
42402024-12-07T00:41:54.908Z[ recovery-image] Dec 07 00:41:54.528 INFO O| Dec 07 00:41:54.528 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-07T00:41:54.932Z[ recovery-image] Dec 07 00:41:54.559 INFO O| Dec 07 00:41:54.558 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42422024-12-07T00:41:54.932Z[ recovery-image] Dec 07 00:41:54.559 INFO O| Dec 07 00:41:54.559 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42432024-12-07T00:41:54.932Z[ recovery-image] Dec 07 00:41:54.559 INFO O| Dec 07 00:41:54.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42442024-12-07T00:41:54.932Z[ recovery-image] Dec 07 00:41:54.559 INFO O| Dec 07 00:41:54.559 INFO ok!
42452024-12-07T00:41:54.932Z[ recovery-image] Dec 07 00:41:54.559 INFO O| Dec 07 00:41:54.559 INFO STEP 64 (assemble_files) COMPLETE
42462024-12-07T00:41:54.932Z[ recovery-image] Dec 07 00:41:54.559 INFO O| Dec 07 00:41:54.559 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-07T00:41:54.972Z[ recovery-image] Dec 07 00:41:54.614 INFO O| Dec 07 00:41:54.614 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42482024-12-07T00:41:54.972Z[ recovery-image] Dec 07 00:41:54.614 INFO O| Dec 07 00:41:54.614 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42492024-12-07T00:41:54.995Z[ recovery-image] Dec 07 00:41:54.614 INFO O| Dec 07 00:41:54.614 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42502024-12-07T00:41:54.995Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42512024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO ok!
42522024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO STEP 65 (ensure_file) COMPLETE
42532024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42542024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO skip step because feature "omicron1" is not enabled
42552024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO skip step because feature "omicron1" is not enabled
42572024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO skip step because feature "omicron1" is not enabled
42592024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.615 INFO O| Dec 07 00:41:54.615 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.636 INFO O| Dec 07 00:41:54.636 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42612024-12-07T00:41:54.997Z[ recovery-image] Dec 07 00:41:54.636 INFO O| Dec 07 00:41:54.636 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42622024-12-07T00:41:55.622Z[ host-image] Dec 07 00:41:55.264 INFO O| Dec 07 00:41:55.264 INFO O| Download: Completed 1.44 MB in 1.63 seconds (905k/s)
42632024-12-07T00:41:55.658Z[ host-image] Dec 07 00:41:55.300 INFO O| Dec 07 00:41:55.300 INFO O| Actions: 1/305 actions (Installing new actions)
42642024-12-07T00:41:55.842Z[ host-image] Dec 07 00:41:55.485 INFO O| Dec 07 00:41:55.485 INFO O| Actions: Completed 305 actions in 0.18 seconds.
42652024-12-07T00:41:56.224Z[ host-image] Dec 07 00:41:55.867 INFO O| Dec 07 00:41:55.867 INFO O| Done
42662024-12-07T00:41:56.224Z[ host-image] Dec 07 00:41:55.867 INFO O| Dec 07 00:41:55.867 INFO O| Done
42672024-12-07T00:41:57.105Z[ host-image] Dec 07 00:41:56.744 INFO O| Dec 07 00:41:56.743 INFO O| Done
42682024-12-07T00:41:57.315Z[ recovery-image] Dec 07 00:41:56.955 INFO O| Dec 07 00:41:56.954 INFO STEP 69 (pack_tar) COMPLETE
42692024-12-07T00:41:57.316Z[ recovery-image] Dec 07 00:41:56.955 INFO O| Dec 07 00:41:56.954 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42702024-12-07T00:41:57.316Z[ recovery-image] Dec 07 00:41:56.955 INFO O| Dec 07 00:41:56.955 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42712024-12-07T00:41:57.468Z[ recovery-image] Dec 07 00:41:57.111 INFO O| Dec 07 00:41:57.111 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42722024-12-07T00:41:57.546Z[ recovery-image] Dec 07 00:41:57.189 INFO O| Dec 07 00:41:57.188 INFO completed processing gimlet/ramdisk-02-trim
42732024-12-07T00:41:57.569Z[ recovery-image] Dec 07 00:41:57.192 INFO image builder template: ramdisk-03-recovery-trim...
42742024-12-07T00:41:57.570Z[ recovery-image] Dec 07 00:41:57.192 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/.tmpG7JHZK/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42752024-12-07T00:41:57.703Z[ recovery-image] Dec 07 00:41:57.346 INFO O| Dec 07 00:41:57.345 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42762024-12-07T00:41:57.727Z[ recovery-image] Dec 07 00:41:57.352 INFO O| Dec 07 00:41:57.351 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42772024-12-07T00:41:57.774Z[ recovery-image] Dec 07 00:41:57.416 INFO O| Dec 07 00:41:57.416 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42782024-12-07T00:41:57.834Z[ recovery-image] Dec 07 00:41:57.472 INFO O| Dec 07 00:41:57.472 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42792024-12-07T00:41:57.857Z[ recovery-image] Dec 07 00:41:57.472 INFO O| Dec 07 00:41:57.472 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42802024-12-07T00:41:57.887Z[ recovery-image] Dec 07 00:41:57.529 INFO O| Dec 07 00:41:57.529 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42812024-12-07T00:41:57.910Z[ recovery-image] Dec 07 00:41:57.550 INFO O| Dec 07 00:41:57.550 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42822024-12-07T00:41:57.944Z[ recovery-image] Dec 07 00:41:57.586 INFO O| Dec 07 00:41:57.586 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42832024-12-07T00:41:58.333Z[ recovery-image] Dec 07 00:41:57.976 INFO O| Dec 07 00:41:57.975 INFO rolled back to input snapshot; work may begin
42842024-12-07T00:41:58.333Z[ recovery-image] Dec 07 00:41:57.976 INFO O| Dec 07 00:41:57.975 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42852024-12-07T00:41:58.356Z[ recovery-image] Dec 07 00:41:57.985 INFO O| Dec 07 00:41:57.985 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-12-07T00:41:58.380Z[ recovery-image] Dec 07 00:41:58.001 INFO O| Dec 07 00:41:58.001 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42872024-12-07T00:41:58.380Z[ recovery-image] Dec 07 00:41:58.009 INFO O| Dec 07 00:41:58.009 INFO STEP 0 (remove_files) COMPLETE
42882024-12-07T00:41:58.380Z[ recovery-image] Dec 07 00:41:58.009 INFO O| Dec 07 00:41:58.009 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-12-07T00:41:58.403Z[ recovery-image] Dec 07 00:41:58.040 INFO O| Dec 07 00:41:58.040 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42902024-12-07T00:41:58.651Z[ recovery-image] Dec 07 00:41:58.294 INFO O| Dec 07 00:41:58.294 INFO STEP 1 (remove_files) COMPLETE
42912024-12-07T00:41:58.651Z[ recovery-image] Dec 07 00:41:58.294 INFO O| Dec 07 00:41:58.294 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-12-07T00:41:58.689Z[ recovery-image] Dec 07 00:41:58.331 INFO O| Dec 07 00:41:58.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42932024-12-07T00:41:58.739Z[ recovery-image] Dec 07 00:41:58.382 INFO O| Dec 07 00:41:58.381 INFO STEP 2 (remove_files) COMPLETE
42942024-12-07T00:41:58.739Z[ recovery-image] Dec 07 00:41:58.382 INFO O| Dec 07 00:41:58.382 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-12-07T00:41:58.800Z[ recovery-image] Dec 07 00:41:58.443 INFO O| Dec 07 00:41:58.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42962024-12-07T00:41:58.917Z[ host-image] Dec 07 00:41:58.560 INFO O| Dec 07 00:41:58.560 INFO O| Done
42972024-12-07T00:41:58.951Z[ host-image] Dec 07 00:41:58.594 INFO O| Dec 07 00:41:58.594 INFO O| Done
42982024-12-07T00:41:58.974Z[ host-image] Dec 07 00:41:58.594 INFO O| Dec 07 00:41:58.594 INFO O| Done
42992024-12-07T00:41:58.975Z[ recovery-image] Dec 07 00:41:58.611 INFO O| Dec 07 00:41:58.611 INFO STEP 3 (remove_files) COMPLETE
43002024-12-07T00:41:58.975Z[ recovery-image] Dec 07 00:41:58.611 INFO O| Dec 07 00:41:58.611 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-12-07T00:41:58.975Z[ host-image] Dec 07 00:41:58.617 INFO O| Dec 07 00:41:58.617 INFO O| Done
43022024-12-07T00:41:59.018Z[ recovery-image] Dec 07 00:41:58.660 INFO O| Dec 07 00:41:58.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43032024-12-07T00:41:59.042Z[ recovery-image] Dec 07 00:41:58.672 INFO O| Dec 07 00:41:58.671 INFO STEP 4 (remove_files) COMPLETE
43042024-12-07T00:41:59.042Z[ recovery-image] Dec 07 00:41:58.672 INFO O| Dec 07 00:41:58.671 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-12-07T00:41:59.065Z[ recovery-image] Dec 07 00:41:58.704 INFO O| Dec 07 00:41:58.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43062024-12-07T00:41:59.065Z[ recovery-image] Dec 07 00:41:58.708 INFO O| Dec 07 00:41:58.708 INFO STEP 5 (remove_files) COMPLETE
43072024-12-07T00:41:59.065Z[ recovery-image] Dec 07 00:41:58.708 INFO O| Dec 07 00:41:58.708 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-12-07T00:41:59.094Z[ recovery-image] Dec 07 00:41:58.737 INFO O| Dec 07 00:41:58.736 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43092024-12-07T00:41:59.117Z[ recovery-image] Dec 07 00:41:58.738 INFO O| Dec 07 00:41:58.738 INFO STEP 6 (remove_files) COMPLETE
43102024-12-07T00:41:59.117Z[ recovery-image] Dec 07 00:41:58.738 INFO O| Dec 07 00:41:58.738 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-12-07T00:41:59.155Z[ recovery-image] Dec 07 00:41:58.784 INFO O| Dec 07 00:41:58.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43122024-12-07T00:41:59.155Z[ recovery-image] Dec 07 00:41:58.786 INFO O| Dec 07 00:41:58.786 INFO STEP 7 (remove_files) COMPLETE
43132024-12-07T00:41:59.156Z[ recovery-image] Dec 07 00:41:58.786 INFO O| Dec 07 00:41:58.786 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-07T00:41:59.180Z[ host-image] Dec 07 00:41:58.798 INFO O| Dec 07 00:41:58.798 INFO STEP 12 (pkg_install) COMPLETE
43152024-12-07T00:41:59.180Z[ host-image] Dec 07 00:41:58.798 INFO O| Dec 07 00:41:58.798 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43162024-12-07T00:41:59.180Z[ recovery-image] Dec 07 00:41:58.804 INFO O| Dec 07 00:41:58.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43172024-12-07T00:41:59.180Z[ host-image] Dec 07 00:41:58.816 INFO O| Dec 07 00:41:58.816 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43182024-12-07T00:41:59.236Z[ recovery-image] Dec 07 00:41:58.879 INFO O| Dec 07 00:41:58.879 INFO STEP 8 (remove_files) COMPLETE
43192024-12-07T00:41:59.236Z[ recovery-image] Dec 07 00:41:58.879 INFO O| Dec 07 00:41:58.879 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-12-07T00:41:59.259Z[ recovery-image] Dec 07 00:41:58.896 INFO O| Dec 07 00:41:58.896 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43212024-12-07T00:41:59.282Z[ recovery-image] Dec 07 00:41:58.920 INFO O| Dec 07 00:41:58.920 INFO STEP 9 (remove_files) COMPLETE
43222024-12-07T00:41:59.282Z[ recovery-image] Dec 07 00:41:58.920 INFO O| Dec 07 00:41:58.920 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-07T00:41:59.306Z[ recovery-image] Dec 07 00:41:58.935 INFO O| Dec 07 00:41:58.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43242024-12-07T00:41:59.306Z[ recovery-image] Dec 07 00:41:58.936 INFO O| Dec 07 00:41:58.936 INFO STEP 10 (remove_files) COMPLETE
43252024-12-07T00:41:59.306Z[ recovery-image] Dec 07 00:41:58.936 INFO O| Dec 07 00:41:58.936 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-12-07T00:41:59.329Z[ recovery-image] Dec 07 00:41:58.950 INFO O| Dec 07 00:41:58.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43272024-12-07T00:41:59.684Z[ recovery-image] Dec 07 00:41:59.326 INFO O| Dec 07 00:41:59.326 INFO STEP 11 (remove_files) COMPLETE
43282024-12-07T00:41:59.684Z[ recovery-image] Dec 07 00:41:59.326 INFO O| Dec 07 00:41:59.326 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-12-07T00:41:59.740Z[ recovery-image] Dec 07 00:41:59.383 INFO O| Dec 07 00:41:59.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43302024-12-07T00:41:59.799Z[ recovery-image] Dec 07 00:41:59.441 INFO O| Dec 07 00:41:59.441 INFO STEP 12 (remove_files) COMPLETE
43312024-12-07T00:41:59.799Z[ recovery-image] Dec 07 00:41:59.441 INFO O| Dec 07 00:41:59.441 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-12-07T00:41:59.822Z[ recovery-image] Dec 07 00:41:59.460 INFO O| Dec 07 00:41:59.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43332024-12-07T00:41:59.846Z[ recovery-image] Dec 07 00:41:59.483 INFO O| Dec 07 00:41:59.483 INFO STEP 13 (remove_files) COMPLETE
43342024-12-07T00:41:59.846Z[ recovery-image] Dec 07 00:41:59.483 INFO O| Dec 07 00:41:59.483 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-12-07T00:41:59.872Z[ recovery-image] Dec 07 00:41:59.515 INFO O| Dec 07 00:41:59.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43362024-12-07T00:41:59.896Z[ recovery-image] Dec 07 00:41:59.515 INFO O| Dec 07 00:41:59.515 INFO STEP 14 (remove_files) COMPLETE
43372024-12-07T00:41:59.896Z[ recovery-image] Dec 07 00:41:59.515 INFO O| Dec 07 00:41:59.515 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-12-07T00:41:59.959Z[ recovery-image] Dec 07 00:41:59.602 INFO O| Dec 07 00:41:59.602 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43392024-12-07T00:41:59.983Z[ recovery-image] Dec 07 00:41:59.623 INFO O| Dec 07 00:41:59.623 INFO STEP 15 (remove_files) COMPLETE
43402024-12-07T00:41:59.983Z[ recovery-image] Dec 07 00:41:59.623 INFO O| Dec 07 00:41:59.623 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-12-07T00:42:00.013Z[ recovery-image] Dec 07 00:41:59.656 INFO O| Dec 07 00:41:59.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43422024-12-07T00:42:00.036Z[ recovery-image] Dec 07 00:41:59.663 INFO O| Dec 07 00:41:59.662 INFO STEP 16 (remove_files) COMPLETE
43432024-12-07T00:42:00.036Z[ recovery-image] Dec 07 00:41:59.663 INFO O| Dec 07 00:41:59.663 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-07T00:42:00.062Z[ recovery-image] Dec 07 00:41:59.682 INFO O| Dec 07 00:41:59.682 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43452024-12-07T00:42:00.062Z[ recovery-image] Dec 07 00:41:59.682 INFO O| Dec 07 00:41:59.682 INFO STEP 17 (remove_files) COMPLETE
43462024-12-07T00:42:00.062Z[ recovery-image] Dec 07 00:41:59.682 INFO O| Dec 07 00:41:59.682 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-07T00:42:00.086Z[ recovery-image] Dec 07 00:41:59.708 INFO O| Dec 07 00:41:59.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43482024-12-07T00:42:00.086Z[ recovery-image] Dec 07 00:41:59.708 INFO O| Dec 07 00:41:59.708 INFO STEP 18 (remove_files) COMPLETE
43492024-12-07T00:42:00.086Z[ recovery-image] Dec 07 00:41:59.708 INFO O| Dec 07 00:41:59.708 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-07T00:42:00.116Z[ host-image] Dec 07 00:41:59.759 INFO O| Dec 07 00:41:59.759 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43512024-12-07T00:42:00.156Z[ recovery-image] Dec 07 00:41:59.798 INFO O| Dec 07 00:41:59.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43522024-12-07T00:42:00.206Z[ recovery-image] Dec 07 00:41:59.848 INFO O| Dec 07 00:41:59.848 INFO STEP 19 (remove_files) COMPLETE
43532024-12-07T00:42:00.206Z[ recovery-image] Dec 07 00:41:59.848 INFO O| Dec 07 00:41:59.848 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-12-07T00:42:00.230Z[ recovery-image] Dec 07 00:41:59.865 INFO O| Dec 07 00:41:59.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43552024-12-07T00:42:00.230Z[ recovery-image] Dec 07 00:41:59.866 INFO O| Dec 07 00:41:59.866 INFO STEP 20 (remove_files) COMPLETE
43562024-12-07T00:42:00.230Z[ recovery-image] Dec 07 00:41:59.866 INFO O| Dec 07 00:41:59.866 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-12-07T00:42:00.278Z[ recovery-image] Dec 07 00:41:59.921 INFO O| Dec 07 00:41:59.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43582024-12-07T00:42:00.303Z[ recovery-image] Dec 07 00:41:59.946 INFO O| Dec 07 00:41:59.946 INFO STEP 21 (remove_files) COMPLETE
43592024-12-07T00:42:00.304Z[ recovery-image] Dec 07 00:41:59.946 INFO O| Dec 07 00:41:59.946 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-12-07T00:42:00.340Z[ recovery-image] Dec 07 00:41:59.983 INFO O| Dec 07 00:41:59.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43612024-12-07T00:42:00.364Z[ recovery-image] Dec 07 00:41:59.983 INFO O| Dec 07 00:41:59.983 INFO STEP 22 (remove_files) COMPLETE
43622024-12-07T00:42:00.364Z[ recovery-image] Dec 07 00:41:59.983 INFO O| Dec 07 00:41:59.983 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-12-07T00:42:00.399Z[ recovery-image] Dec 07 00:42:00.042 INFO O| Dec 07 00:42:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43642024-12-07T00:42:00.423Z[ recovery-image] Dec 07 00:42:00.043 INFO O| Dec 07 00:42:00.042 INFO STEP 23 (remove_files) COMPLETE
43652024-12-07T00:42:00.423Z[ recovery-image] Dec 07 00:42:00.043 INFO O| Dec 07 00:42:00.042 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-12-07T00:42:00.449Z[ recovery-image] Dec 07 00:42:00.092 INFO O| Dec 07 00:42:00.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43672024-12-07T00:42:00.473Z[ recovery-image] Dec 07 00:42:00.093 INFO O| Dec 07 00:42:00.093 INFO STEP 24 (remove_files) COMPLETE
43682024-12-07T00:42:00.473Z[ recovery-image] Dec 07 00:42:00.093 INFO O| Dec 07 00:42:00.093 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-07T00:42:00.506Z[ recovery-image] Dec 07 00:42:00.149 INFO O| Dec 07 00:42:00.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43702024-12-07T00:42:00.506Z[ recovery-image] Dec 07 00:42:00.149 INFO O| Dec 07 00:42:00.149 INFO STEP 25 (remove_files) COMPLETE
43712024-12-07T00:42:00.530Z[ recovery-image] Dec 07 00:42:00.149 INFO O| Dec 07 00:42:00.149 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-12-07T00:42:00.553Z[ recovery-image] Dec 07 00:42:00.187 INFO O| Dec 07 00:42:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43732024-12-07T00:42:00.553Z[ recovery-image] Dec 07 00:42:00.187 INFO O| Dec 07 00:42:00.187 INFO STEP 26 (remove_files) COMPLETE
43742024-12-07T00:42:00.553Z[ recovery-image] Dec 07 00:42:00.187 INFO O| Dec 07 00:42:00.187 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-07T00:42:00.576Z[ recovery-image] Dec 07 00:42:00.218 INFO O| Dec 07 00:42:00.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43762024-12-07T00:42:00.576Z[ recovery-image] Dec 07 00:42:00.218 INFO O| Dec 07 00:42:00.218 INFO STEP 27 (remove_files) COMPLETE
43772024-12-07T00:42:00.577Z[ recovery-image] Dec 07 00:42:00.218 INFO O| Dec 07 00:42:00.218 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-12-07T00:42:00.600Z[ recovery-image] Dec 07 00:42:00.240 INFO O| Dec 07 00:42:00.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43792024-12-07T00:42:00.600Z[ recovery-image] Dec 07 00:42:00.241 INFO O| Dec 07 00:42:00.241 INFO STEP 28 (remove_files) COMPLETE
43802024-12-07T00:42:00.600Z[ recovery-image] Dec 07 00:42:00.241 INFO O| Dec 07 00:42:00.241 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-12-07T00:42:00.623Z[ recovery-image] Dec 07 00:42:00.260 INFO O| Dec 07 00:42:00.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43822024-12-07T00:42:00.623Z[ recovery-image] Dec 07 00:42:00.260 INFO O| Dec 07 00:42:00.260 INFO STEP 29 (remove_files) COMPLETE
43832024-12-07T00:42:00.623Z[ recovery-image] Dec 07 00:42:00.261 INFO O| Dec 07 00:42:00.261 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-07T00:42:00.649Z[ recovery-image] Dec 07 00:42:00.292 INFO O| Dec 07 00:42:00.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43852024-12-07T00:42:00.649Z[ recovery-image] Dec 07 00:42:00.292 INFO O| Dec 07 00:42:00.292 INFO STEP 30 (remove_files) COMPLETE
43862024-12-07T00:42:00.673Z[ recovery-image] Dec 07 00:42:00.293 INFO O| Dec 07 00:42:00.293 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-07T00:42:00.673Z[ recovery-image] Dec 07 00:42:00.306 INFO O| Dec 07 00:42:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43882024-12-07T00:42:00.673Z[ recovery-image] Dec 07 00:42:00.306 INFO O| Dec 07 00:42:00.306 INFO STEP 31 (remove_files) COMPLETE
43892024-12-07T00:42:00.673Z[ recovery-image] Dec 07 00:42:00.306 INFO O| Dec 07 00:42:00.306 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-07T00:42:00.697Z[ recovery-image] Dec 07 00:42:00.328 INFO O| Dec 07 00:42:00.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43912024-12-07T00:42:00.697Z[ recovery-image] Dec 07 00:42:00.328 INFO O| Dec 07 00:42:00.328 INFO STEP 32 (remove_files) COMPLETE
43922024-12-07T00:42:00.697Z[ recovery-image] Dec 07 00:42:00.328 INFO O| Dec 07 00:42:00.328 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-07T00:42:00.720Z[ recovery-image] Dec 07 00:42:00.345 INFO O| Dec 07 00:42:00.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43942024-12-07T00:42:00.743Z[ recovery-image] Dec 07 00:42:00.365 INFO O| Dec 07 00:42:00.365 INFO STEP 33 (remove_files) COMPLETE
43952024-12-07T00:42:00.743Z[ recovery-image] Dec 07 00:42:00.365 INFO O| Dec 07 00:42:00.365 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-07T00:42:00.766Z[ recovery-image] Dec 07 00:42:00.402 INFO O| Dec 07 00:42:00.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43972024-12-07T00:42:00.766Z[ recovery-image] Dec 07 00:42:00.402 INFO O| Dec 07 00:42:00.402 INFO STEP 34 (remove_files) COMPLETE
43982024-12-07T00:42:00.766Z[ recovery-image] Dec 07 00:42:00.402 INFO O| Dec 07 00:42:00.402 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-07T00:42:00.813Z[ recovery-image] Dec 07 00:42:00.456 INFO O| Dec 07 00:42:00.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44002024-12-07T00:42:00.836Z[ recovery-image] Dec 07 00:42:00.456 INFO O| Dec 07 00:42:00.456 INFO STEP 35 (remove_files) COMPLETE
44012024-12-07T00:42:00.836Z[ recovery-image] Dec 07 00:42:00.456 INFO O| Dec 07 00:42:00.456 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-07T00:42:00.836Z[ recovery-image] Dec 07 00:42:00.472 INFO O| Dec 07 00:42:00.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44032024-12-07T00:42:00.836Z[ recovery-image] Dec 07 00:42:00.472 INFO O| Dec 07 00:42:00.472 INFO STEP 36 (remove_files) COMPLETE
44042024-12-07T00:42:00.836Z[ recovery-image] Dec 07 00:42:00.472 INFO O| Dec 07 00:42:00.472 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-07T00:42:00.863Z[ recovery-image] Dec 07 00:42:00.506 INFO O| Dec 07 00:42:00.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44062024-12-07T00:42:00.887Z[ recovery-image] Dec 07 00:42:00.506 INFO O| Dec 07 00:42:00.506 INFO STEP 37 (remove_files) COMPLETE
44072024-12-07T00:42:00.887Z[ recovery-image] Dec 07 00:42:00.506 INFO O| Dec 07 00:42:00.506 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-07T00:42:00.911Z[ recovery-image] Dec 07 00:42:00.540 INFO O| Dec 07 00:42:00.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44092024-12-07T00:42:00.911Z[ recovery-image] Dec 07 00:42:00.540 INFO O| Dec 07 00:42:00.540 INFO STEP 38 (remove_files) COMPLETE
44102024-12-07T00:42:00.911Z[ recovery-image] Dec 07 00:42:00.540 INFO O| Dec 07 00:42:00.540 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-07T00:42:00.934Z[ recovery-image] Dec 07 00:42:00.575 INFO O| Dec 07 00:42:00.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44122024-12-07T00:42:00.934Z[ recovery-image] Dec 07 00:42:00.575 INFO O| Dec 07 00:42:00.575 INFO STEP 39 (remove_files) COMPLETE
44132024-12-07T00:42:00.934Z[ recovery-image] Dec 07 00:42:00.575 INFO O| Dec 07 00:42:00.575 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-07T00:42:00.958Z[ recovery-image] Dec 07 00:42:00.590 INFO O| Dec 07 00:42:00.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44152024-12-07T00:42:00.958Z[ recovery-image] Dec 07 00:42:00.590 INFO O| Dec 07 00:42:00.590 INFO STEP 40 (remove_files) COMPLETE
44162024-12-07T00:42:00.958Z[ recovery-image] Dec 07 00:42:00.590 INFO O| Dec 07 00:42:00.590 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-07T00:42:00.982Z[ recovery-image] Dec 07 00:42:00.604 INFO O| Dec 07 00:42:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44182024-12-07T00:42:00.982Z[ recovery-image] Dec 07 00:42:00.604 INFO O| Dec 07 00:42:00.604 INFO STEP 41 (remove_files) COMPLETE
44192024-12-07T00:42:00.982Z[ recovery-image] Dec 07 00:42:00.604 INFO O| Dec 07 00:42:00.604 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-07T00:42:00.982Z[ recovery-image] Dec 07 00:42:00.617 INFO O| Dec 07 00:42:00.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44212024-12-07T00:42:00.982Z[ recovery-image] Dec 07 00:42:00.617 INFO O| Dec 07 00:42:00.617 INFO STEP 42 (remove_files) COMPLETE
44222024-12-07T00:42:00.982Z[ recovery-image] Dec 07 00:42:00.617 INFO O| Dec 07 00:42:00.617 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-07T00:42:01.016Z[ recovery-image] Dec 07 00:42:00.658 INFO O| Dec 07 00:42:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44242024-12-07T00:42:01.016Z[ recovery-image] Dec 07 00:42:00.658 INFO O| Dec 07 00:42:00.658 INFO STEP 43 (remove_files) COMPLETE
44252024-12-07T00:42:01.040Z[ recovery-image] Dec 07 00:42:00.658 INFO O| Dec 07 00:42:00.658 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-07T00:42:01.040Z[ recovery-image] Dec 07 00:42:00.680 INFO O| Dec 07 00:42:00.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44272024-12-07T00:42:01.040Z[ recovery-image] Dec 07 00:42:00.680 INFO O| Dec 07 00:42:00.680 INFO STEP 44 (remove_files) COMPLETE
44282024-12-07T00:42:01.040Z[ recovery-image] Dec 07 00:42:00.680 INFO O| Dec 07 00:42:00.680 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-07T00:42:01.089Z[ recovery-image] Dec 07 00:42:00.732 INFO O| Dec 07 00:42:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44302024-12-07T00:42:01.089Z[ recovery-image] Dec 07 00:42:00.732 INFO O| Dec 07 00:42:00.732 INFO STEP 45 (remove_files) COMPLETE
44312024-12-07T00:42:01.113Z[ recovery-image] Dec 07 00:42:00.732 INFO O| Dec 07 00:42:00.732 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-07T00:42:01.141Z[ recovery-image] Dec 07 00:42:00.784 INFO O| Dec 07 00:42:00.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44332024-12-07T00:42:01.141Z[ recovery-image] Dec 07 00:42:00.784 INFO O| Dec 07 00:42:00.784 INFO STEP 46 (remove_files) COMPLETE
44342024-12-07T00:42:01.165Z[ recovery-image] Dec 07 00:42:00.784 INFO O| Dec 07 00:42:00.784 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-07T00:42:01.190Z[ recovery-image] Dec 07 00:42:00.830 INFO O| Dec 07 00:42:00.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44362024-12-07T00:42:01.190Z[ recovery-image] Dec 07 00:42:00.830 INFO O| Dec 07 00:42:00.830 INFO STEP 47 (remove_files) COMPLETE
44372024-12-07T00:42:01.191Z[ recovery-image] Dec 07 00:42:00.830 INFO O| Dec 07 00:42:00.830 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-07T00:42:01.230Z[ recovery-image] Dec 07 00:42:00.873 INFO O| Dec 07 00:42:00.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44392024-12-07T00:42:01.254Z[ recovery-image] Dec 07 00:42:00.873 INFO O| Dec 07 00:42:00.873 INFO STEP 48 (remove_files) COMPLETE
44402024-12-07T00:42:01.254Z[ recovery-image] Dec 07 00:42:00.874 INFO O| Dec 07 00:42:00.874 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-07T00:42:01.279Z[ recovery-image] Dec 07 00:42:00.903 INFO O| Dec 07 00:42:00.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44422024-12-07T00:42:01.279Z[ recovery-image] Dec 07 00:42:00.903 INFO O| Dec 07 00:42:00.903 INFO STEP 49 (remove_files) COMPLETE
44432024-12-07T00:42:01.279Z[ recovery-image] Dec 07 00:42:00.903 INFO O| Dec 07 00:42:00.903 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-07T00:42:01.302Z[ recovery-image] Dec 07 00:42:00.940 INFO O| Dec 07 00:42:00.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44452024-12-07T00:42:01.302Z[ recovery-image] Dec 07 00:42:00.940 INFO O| Dec 07 00:42:00.940 INFO STEP 50 (remove_files) COMPLETE
44462024-12-07T00:42:01.302Z[ recovery-image] Dec 07 00:42:00.940 INFO O| Dec 07 00:42:00.940 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-07T00:42:01.325Z[ recovery-image] Dec 07 00:42:00.955 INFO O| Dec 07 00:42:00.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44482024-12-07T00:42:01.350Z[ recovery-image] Dec 07 00:42:00.980 INFO O| Dec 07 00:42:00.980 INFO STEP 51 (remove_files) COMPLETE
44492024-12-07T00:42:01.350Z[ recovery-image] Dec 07 00:42:00.980 INFO O| Dec 07 00:42:00.980 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-07T00:42:01.373Z[ recovery-image] Dec 07 00:42:00.995 INFO O| Dec 07 00:42:00.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44512024-12-07T00:42:01.373Z[ recovery-image] Dec 07 00:42:00.995 INFO O| Dec 07 00:42:00.995 INFO STEP 52 (remove_files) COMPLETE
44522024-12-07T00:42:01.373Z[ recovery-image] Dec 07 00:42:00.995 INFO O| Dec 07 00:42:00.995 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-07T00:42:01.373Z[ recovery-image] Dec 07 00:42:01.009 INFO O| Dec 07 00:42:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44542024-12-07T00:42:01.373Z[ recovery-image] Dec 07 00:42:01.009 INFO O| Dec 07 00:42:01.009 INFO STEP 53 (remove_files) COMPLETE
44552024-12-07T00:42:01.373Z[ recovery-image] Dec 07 00:42:01.009 INFO O| Dec 07 00:42:01.009 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-07T00:42:01.397Z[ recovery-image] Dec 07 00:42:01.030 INFO O| Dec 07 00:42:01.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44572024-12-07T00:42:01.397Z[ recovery-image] Dec 07 00:42:01.030 INFO O| Dec 07 00:42:01.030 INFO STEP 54 (remove_files) COMPLETE
44582024-12-07T00:42:01.397Z[ recovery-image] Dec 07 00:42:01.030 INFO O| Dec 07 00:42:01.030 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-07T00:42:01.423Z[ recovery-image] Dec 07 00:42:01.066 INFO O| Dec 07 00:42:01.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44602024-12-07T00:42:01.448Z[ recovery-image] Dec 07 00:42:01.091 INFO O| Dec 07 00:42:01.091 INFO STEP 55 (remove_files) COMPLETE
44612024-12-07T00:42:01.448Z[ recovery-image] Dec 07 00:42:01.091 INFO O| Dec 07 00:42:01.091 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-07T00:42:01.471Z[ recovery-image] Dec 07 00:42:01.107 INFO O| Dec 07 00:42:01.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44632024-12-07T00:42:01.471Z[ recovery-image] Dec 07 00:42:01.107 INFO O| Dec 07 00:42:01.107 INFO STEP 56 (remove_files) COMPLETE
44642024-12-07T00:42:01.472Z[ recovery-image] Dec 07 00:42:01.107 INFO O| Dec 07 00:42:01.107 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-07T00:42:01.497Z[ recovery-image] Dec 07 00:42:01.121 INFO O| Dec 07 00:42:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44662024-12-07T00:42:01.520Z[ recovery-image] Dec 07 00:42:01.143 INFO O| Dec 07 00:42:01.143 INFO STEP 57 (remove_files) COMPLETE
44672024-12-07T00:42:01.520Z[ recovery-image] Dec 07 00:42:01.143 INFO O| Dec 07 00:42:01.143 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-07T00:42:01.544Z[ recovery-image] Dec 07 00:42:01.178 INFO O| Dec 07 00:42:01.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44692024-12-07T00:42:01.544Z[ recovery-image] Dec 07 00:42:01.178 INFO O| Dec 07 00:42:01.178 INFO STEP 58 (remove_files) COMPLETE
44702024-12-07T00:42:01.544Z[ recovery-image] Dec 07 00:42:01.178 INFO O| Dec 07 00:42:01.178 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-07T00:42:01.568Z[ recovery-image] Dec 07 00:42:01.201 INFO O| Dec 07 00:42:01.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44722024-12-07T00:42:01.568Z[ recovery-image] Dec 07 00:42:01.201 INFO O| Dec 07 00:42:01.201 INFO STEP 59 (remove_files) COMPLETE
44732024-12-07T00:42:01.568Z[ recovery-image] Dec 07 00:42:01.201 INFO O| Dec 07 00:42:01.201 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-07T00:42:01.595Z[ recovery-image] Dec 07 00:42:01.238 INFO O| Dec 07 00:42:01.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44752024-12-07T00:42:01.595Z[ recovery-image] Dec 07 00:42:01.238 INFO O| Dec 07 00:42:01.238 INFO STEP 60 (remove_files) COMPLETE
44762024-12-07T00:42:01.618Z[ recovery-image] Dec 07 00:42:01.238 INFO O| Dec 07 00:42:01.238 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-07T00:42:01.642Z[ recovery-image] Dec 07 00:42:01.272 INFO O| Dec 07 00:42:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44782024-12-07T00:42:01.642Z[ recovery-image] Dec 07 00:42:01.272 INFO O| Dec 07 00:42:01.272 INFO STEP 61 (remove_files) COMPLETE
44792024-12-07T00:42:01.642Z[ recovery-image] Dec 07 00:42:01.272 INFO O| Dec 07 00:42:01.272 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-07T00:42:01.644Z[ recovery-image] Dec 07 00:42:01.285 INFO O| Dec 07 00:42:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44812024-12-07T00:42:01.644Z[ recovery-image] Dec 07 00:42:01.285 INFO O| Dec 07 00:42:01.285 INFO STEP 62 (remove_files) COMPLETE
44822024-12-07T00:42:01.668Z[ recovery-image] Dec 07 00:42:01.285 INFO O| Dec 07 00:42:01.285 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-07T00:42:01.668Z[ recovery-image] Dec 07 00:42:01.310 INFO O| Dec 07 00:42:01.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44842024-12-07T00:42:01.668Z[ recovery-image] Dec 07 00:42:01.310 INFO O| Dec 07 00:42:01.310 INFO STEP 63 (remove_files) COMPLETE
44852024-12-07T00:42:01.668Z[ recovery-image] Dec 07 00:42:01.310 INFO O| Dec 07 00:42:01.310 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-07T00:42:01.691Z[ recovery-image] Dec 07 00:42:01.328 INFO O| Dec 07 00:42:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44872024-12-07T00:42:01.691Z[ recovery-image] Dec 07 00:42:01.328 INFO O| Dec 07 00:42:01.328 INFO STEP 64 (remove_files) COMPLETE
44882024-12-07T00:42:01.691Z[ recovery-image] Dec 07 00:42:01.328 INFO O| Dec 07 00:42:01.328 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-07T00:42:01.715Z[ recovery-image] Dec 07 00:42:01.345 INFO O| Dec 07 00:42:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44902024-12-07T00:42:01.738Z[ recovery-image] Dec 07 00:42:01.369 INFO O| Dec 07 00:42:01.369 INFO STEP 65 (remove_files) COMPLETE
44912024-12-07T00:42:01.738Z[ recovery-image] Dec 07 00:42:01.369 INFO O| Dec 07 00:42:01.369 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-07T00:42:01.782Z[ recovery-image] Dec 07 00:42:01.424 INFO O| Dec 07 00:42:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44932024-12-07T00:42:01.782Z[ recovery-image] Dec 07 00:42:01.424 INFO O| Dec 07 00:42:01.424 INFO STEP 66 (remove_files) COMPLETE
44942024-12-07T00:42:01.805Z[ recovery-image] Dec 07 00:42:01.424 INFO O| Dec 07 00:42:01.424 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-07T00:42:01.829Z[ recovery-image] Dec 07 00:42:01.456 INFO O| Dec 07 00:42:01.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44962024-12-07T00:42:01.829Z[ recovery-image] Dec 07 00:42:01.456 INFO O| Dec 07 00:42:01.456 INFO STEP 67 (remove_files) COMPLETE
44972024-12-07T00:42:01.829Z[ recovery-image] Dec 07 00:42:01.456 INFO O| Dec 07 00:42:01.456 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-07T00:42:01.829Z[ recovery-image] Dec 07 00:42:01.469 INFO O| Dec 07 00:42:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44992024-12-07T00:42:01.829Z[ recovery-image] Dec 07 00:42:01.469 INFO O| Dec 07 00:42:01.469 INFO STEP 68 (remove_files) COMPLETE
45002024-12-07T00:42:01.829Z[ recovery-image] Dec 07 00:42:01.469 INFO O| Dec 07 00:42:01.469 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-07T00:42:01.853Z[ recovery-image] Dec 07 00:42:01.482 INFO O| Dec 07 00:42:01.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45022024-12-07T00:42:01.853Z[ recovery-image] Dec 07 00:42:01.482 INFO O| Dec 07 00:42:01.482 INFO STEP 69 (remove_files) COMPLETE
45032024-12-07T00:42:01.853Z[ recovery-image] Dec 07 00:42:01.482 INFO O| Dec 07 00:42:01.482 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-07T00:42:01.853Z[ recovery-image] Dec 07 00:42:01.496 INFO O| Dec 07 00:42:01.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45052024-12-07T00:42:01.853Z[ recovery-image] Dec 07 00:42:01.496 INFO O| Dec 07 00:42:01.496 INFO STEP 70 (remove_files) COMPLETE
45062024-12-07T00:42:01.853Z[ recovery-image] Dec 07 00:42:01.496 INFO O| Dec 07 00:42:01.496 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-07T00:42:01.877Z[ recovery-image] Dec 07 00:42:01.509 INFO O| Dec 07 00:42:01.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45082024-12-07T00:42:01.877Z[ recovery-image] Dec 07 00:42:01.509 INFO O| Dec 07 00:42:01.509 INFO STEP 71 (remove_files) COMPLETE
45092024-12-07T00:42:01.877Z[ recovery-image] Dec 07 00:42:01.509 INFO O| Dec 07 00:42:01.509 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-07T00:42:01.901Z[ recovery-image] Dec 07 00:42:01.521 INFO O| Dec 07 00:42:01.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45112024-12-07T00:42:01.901Z[ recovery-image] Dec 07 00:42:01.521 INFO O| Dec 07 00:42:01.521 INFO STEP 72 (remove_files) COMPLETE
45122024-12-07T00:42:01.901Z[ recovery-image] Dec 07 00:42:01.521 INFO O| Dec 07 00:42:01.521 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-07T00:42:01.901Z[ recovery-image] Dec 07 00:42:01.534 INFO O| Dec 07 00:42:01.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45142024-12-07T00:42:01.901Z[ recovery-image] Dec 07 00:42:01.534 INFO O| Dec 07 00:42:01.534 INFO STEP 73 (remove_files) COMPLETE
45152024-12-07T00:42:01.901Z[ recovery-image] Dec 07 00:42:01.534 INFO O| Dec 07 00:42:01.534 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-07T00:42:01.924Z[ recovery-image] Dec 07 00:42:01.546 INFO O| Dec 07 00:42:01.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45172024-12-07T00:42:01.924Z[ recovery-image] Dec 07 00:42:01.546 INFO O| Dec 07 00:42:01.546 INFO STEP 74 (remove_files) COMPLETE
45182024-12-07T00:42:01.924Z[ recovery-image] Dec 07 00:42:01.546 INFO O| Dec 07 00:42:01.546 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-07T00:42:01.948Z[ recovery-image] Dec 07 00:42:01.585 INFO O| Dec 07 00:42:01.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45202024-12-07T00:42:01.948Z[ recovery-image] Dec 07 00:42:01.585 INFO O| Dec 07 00:42:01.585 INFO STEP 75 (remove_files) COMPLETE
45212024-12-07T00:42:01.948Z[ recovery-image] Dec 07 00:42:01.586 INFO O| Dec 07 00:42:01.585 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-07T00:42:01.997Z[ recovery-image] Dec 07 00:42:01.640 INFO O| Dec 07 00:42:01.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45232024-12-07T00:42:01.997Z[ recovery-image] Dec 07 00:42:01.640 INFO O| Dec 07 00:42:01.640 INFO STEP 76 (remove_files) COMPLETE
45242024-12-07T00:42:02.021Z[ recovery-image] Dec 07 00:42:01.640 INFO O| Dec 07 00:42:01.640 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-07T00:42:02.021Z[ recovery-image] Dec 07 00:42:01.663 INFO O| Dec 07 00:42:01.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45262024-12-07T00:42:02.021Z[ recovery-image] Dec 07 00:42:01.663 INFO O| Dec 07 00:42:01.663 INFO STEP 77 (remove_files) COMPLETE
45272024-12-07T00:42:02.021Z[ recovery-image] Dec 07 00:42:01.663 INFO O| Dec 07 00:42:01.663 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-07T00:42:02.045Z[ recovery-image] Dec 07 00:42:01.683 INFO O| Dec 07 00:42:01.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45292024-12-07T00:42:02.045Z[ recovery-image] Dec 07 00:42:01.683 INFO O| Dec 07 00:42:01.683 INFO STEP 78 (remove_files) COMPLETE
45302024-12-07T00:42:02.045Z[ recovery-image] Dec 07 00:42:01.683 INFO O| Dec 07 00:42:01.683 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-07T00:42:02.070Z[ recovery-image] Dec 07 00:42:01.713 INFO O| Dec 07 00:42:01.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45322024-12-07T00:42:02.094Z[ recovery-image] Dec 07 00:42:01.713 INFO O| Dec 07 00:42:01.713 INFO STEP 79 (remove_files) COMPLETE
45332024-12-07T00:42:02.094Z[ recovery-image] Dec 07 00:42:01.713 INFO O| Dec 07 00:42:01.713 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-07T00:42:02.177Z[ recovery-image] Dec 07 00:42:01.819 INFO O| Dec 07 00:42:01.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45352024-12-07T00:42:02.177Z[ recovery-image] Dec 07 00:42:01.819 INFO O| Dec 07 00:42:01.819 INFO STEP 80 (remove_files) COMPLETE
45362024-12-07T00:42:02.177Z[ recovery-image] Dec 07 00:42:01.819 INFO O| Dec 07 00:42:01.819 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-07T00:42:02.223Z[ recovery-image] Dec 07 00:42:01.865 INFO O| Dec 07 00:42:01.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45382024-12-07T00:42:02.223Z[ recovery-image] Dec 07 00:42:01.865 INFO O| Dec 07 00:42:01.865 INFO STEP 81 (remove_files) COMPLETE
45392024-12-07T00:42:02.223Z[ recovery-image] Dec 07 00:42:01.865 INFO O| Dec 07 00:42:01.865 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-07T00:42:02.248Z[ recovery-image] Dec 07 00:42:01.891 INFO O| Dec 07 00:42:01.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45412024-12-07T00:42:02.248Z[ recovery-image] Dec 07 00:42:01.891 INFO O| Dec 07 00:42:01.891 INFO STEP 82 (remove_files) COMPLETE
45422024-12-07T00:42:02.272Z[ recovery-image] Dec 07 00:42:01.891 INFO O| Dec 07 00:42:01.891 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-07T00:42:02.295Z[ recovery-image] Dec 07 00:42:01.917 INFO O| Dec 07 00:42:01.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45442024-12-07T00:42:02.296Z[ recovery-image] Dec 07 00:42:01.917 INFO O| Dec 07 00:42:01.917 INFO STEP 83 (remove_files) COMPLETE
45452024-12-07T00:42:02.296Z[ recovery-image] Dec 07 00:42:01.917 INFO O| Dec 07 00:42:01.917 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-07T00:42:02.319Z[ recovery-image] Dec 07 00:42:01.940 INFO O| Dec 07 00:42:01.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45472024-12-07T00:42:02.319Z[ recovery-image] Dec 07 00:42:01.940 INFO O| Dec 07 00:42:01.940 INFO STEP 84 (remove_files) COMPLETE
45482024-12-07T00:42:02.319Z[ recovery-image] Dec 07 00:42:01.940 INFO O| Dec 07 00:42:01.940 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-07T00:42:02.343Z[ recovery-image] Dec 07 00:42:01.974 INFO O| Dec 07 00:42:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45502024-12-07T00:42:02.343Z[ recovery-image] Dec 07 00:42:01.974 INFO O| Dec 07 00:42:01.974 INFO STEP 85 (remove_files) COMPLETE
45512024-12-07T00:42:02.343Z[ recovery-image] Dec 07 00:42:01.974 INFO O| Dec 07 00:42:01.974 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-07T00:42:02.366Z[ recovery-image] Dec 07 00:42:01.994 INFO O| Dec 07 00:42:01.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45532024-12-07T00:42:02.366Z[ recovery-image] Dec 07 00:42:01.994 INFO O| Dec 07 00:42:01.994 INFO STEP 86 (remove_files) COMPLETE
45542024-12-07T00:42:02.366Z[ recovery-image] Dec 07 00:42:01.994 INFO O| Dec 07 00:42:01.994 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-07T00:42:02.391Z[ recovery-image] Dec 07 00:42:02.021 INFO O| Dec 07 00:42:02.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45562024-12-07T00:42:02.391Z[ recovery-image] Dec 07 00:42:02.022 INFO O| Dec 07 00:42:02.021 INFO STEP 87 (remove_files) COMPLETE
45572024-12-07T00:42:02.391Z[ recovery-image] Dec 07 00:42:02.022 INFO O| Dec 07 00:42:02.021 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-12-07T00:42:02.414Z[ recovery-image] Dec 07 00:42:02.047 INFO O| Dec 07 00:42:02.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45592024-12-07T00:42:02.414Z[ recovery-image] Dec 07 00:42:02.047 INFO O| Dec 07 00:42:02.047 INFO STEP 88 (remove_files) COMPLETE
45602024-12-07T00:42:02.414Z[ recovery-image] Dec 07 00:42:02.047 INFO O| Dec 07 00:42:02.047 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-12-07T00:42:02.453Z[ recovery-image] Dec 07 00:42:02.096 INFO O| Dec 07 00:42:02.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45622024-12-07T00:42:02.453Z[ recovery-image] Dec 07 00:42:02.096 INFO O| Dec 07 00:42:02.096 INFO STEP 89 (remove_files) COMPLETE
45632024-12-07T00:42:02.477Z[ recovery-image] Dec 07 00:42:02.096 INFO O| Dec 07 00:42:02.096 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-12-07T00:42:02.477Z[ recovery-image] Dec 07 00:42:02.113 INFO O| Dec 07 00:42:02.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45652024-12-07T00:42:02.477Z[ recovery-image] Dec 07 00:42:02.113 INFO O| Dec 07 00:42:02.113 INFO STEP 90 (remove_files) COMPLETE
45662024-12-07T00:42:02.477Z[ recovery-image] Dec 07 00:42:02.113 INFO O| Dec 07 00:42:02.113 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-12-07T00:42:02.502Z[ recovery-image] Dec 07 00:42:02.144 INFO O| Dec 07 00:42:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45682024-12-07T00:42:02.502Z[ recovery-image] Dec 07 00:42:02.144 INFO O| Dec 07 00:42:02.144 INFO STEP 91 (remove_files) COMPLETE
45692024-12-07T00:42:02.502Z[ recovery-image] Dec 07 00:42:02.144 INFO O| Dec 07 00:42:02.144 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-12-07T00:42:02.579Z[ recovery-image] Dec 07 00:42:02.222 INFO O| Dec 07 00:42:02.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45712024-12-07T00:42:02.603Z[ recovery-image] Dec 07 00:42:02.223 INFO O| Dec 07 00:42:02.222 INFO STEP 92 (remove_files) COMPLETE
45722024-12-07T00:42:02.603Z[ recovery-image] Dec 07 00:42:02.223 INFO O| Dec 07 00:42:02.223 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-12-07T00:42:02.626Z[ recovery-image] Dec 07 00:42:02.263 INFO O| Dec 07 00:42:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45742024-12-07T00:42:02.626Z[ recovery-image] Dec 07 00:42:02.263 INFO O| Dec 07 00:42:02.263 INFO STEP 93 (remove_files) COMPLETE
45752024-12-07T00:42:02.626Z[ recovery-image] Dec 07 00:42:02.263 INFO O| Dec 07 00:42:02.263 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-12-07T00:42:02.649Z[ recovery-image] Dec 07 00:42:02.281 INFO O| Dec 07 00:42:02.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45772024-12-07T00:42:02.649Z[ recovery-image] Dec 07 00:42:02.281 INFO O| Dec 07 00:42:02.281 INFO STEP 94 (remove_files) COMPLETE
45782024-12-07T00:42:02.649Z[ recovery-image] Dec 07 00:42:02.281 INFO O| Dec 07 00:42:02.281 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-12-07T00:42:02.673Z[ recovery-image] Dec 07 00:42:02.297 INFO O| Dec 07 00:42:02.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45802024-12-07T00:42:02.673Z[ recovery-image] Dec 07 00:42:02.297 INFO O| Dec 07 00:42:02.297 INFO STEP 95 (remove_files) COMPLETE
45812024-12-07T00:42:02.673Z[ recovery-image] Dec 07 00:42:02.297 INFO O| Dec 07 00:42:02.297 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-12-07T00:42:02.673Z[ recovery-image] Dec 07 00:42:02.315 INFO O| Dec 07 00:42:02.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45832024-12-07T00:42:02.673Z[ recovery-image] Dec 07 00:42:02.315 INFO O| Dec 07 00:42:02.315 INFO STEP 96 (remove_files) COMPLETE
45842024-12-07T00:42:02.673Z[ recovery-image] Dec 07 00:42:02.315 INFO O| Dec 07 00:42:02.315 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-12-07T00:42:02.696Z[ recovery-image] Dec 07 00:42:02.332 INFO O| Dec 07 00:42:02.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45862024-12-07T00:42:02.696Z[ recovery-image] Dec 07 00:42:02.332 INFO O| Dec 07 00:42:02.332 INFO STEP 97 (remove_files) COMPLETE
45872024-12-07T00:42:02.696Z[ recovery-image] Dec 07 00:42:02.332 INFO O| Dec 07 00:42:02.332 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-12-07T00:42:02.720Z[ recovery-image] Dec 07 00:42:02.352 INFO O| Dec 07 00:42:02.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45892024-12-07T00:42:02.720Z[ recovery-image] Dec 07 00:42:02.352 INFO O| Dec 07 00:42:02.352 INFO STEP 98 (remove_files) COMPLETE
45902024-12-07T00:42:02.720Z[ recovery-image] Dec 07 00:42:02.352 INFO O| Dec 07 00:42:02.352 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-12-07T00:42:02.743Z[ recovery-image] Dec 07 00:42:02.368 INFO O| Dec 07 00:42:02.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45922024-12-07T00:42:02.743Z[ recovery-image] Dec 07 00:42:02.370 INFO O| Dec 07 00:42:02.370 INFO STEP 99 (remove_files) COMPLETE
45932024-12-07T00:42:02.743Z[ recovery-image] Dec 07 00:42:02.370 INFO O| Dec 07 00:42:02.370 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-12-07T00:42:02.767Z[ recovery-image] Dec 07 00:42:02.388 INFO O| Dec 07 00:42:02.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45952024-12-07T00:42:02.767Z[ recovery-image] Dec 07 00:42:02.388 INFO O| Dec 07 00:42:02.388 INFO STEP 100 (remove_files) COMPLETE
45962024-12-07T00:42:02.767Z[ recovery-image] Dec 07 00:42:02.388 INFO O| Dec 07 00:42:02.388 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-12-07T00:42:02.790Z[ recovery-image] Dec 07 00:42:02.414 INFO O| Dec 07 00:42:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45982024-12-07T00:42:02.790Z[ recovery-image] Dec 07 00:42:02.414 INFO O| Dec 07 00:42:02.414 INFO STEP 101 (remove_files) COMPLETE
45992024-12-07T00:42:02.790Z[ recovery-image] Dec 07 00:42:02.414 INFO O| Dec 07 00:42:02.414 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-12-07T00:42:02.813Z[ recovery-image] Dec 07 00:42:02.445 INFO O| Dec 07 00:42:02.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46012024-12-07T00:42:02.813Z[ recovery-image] Dec 07 00:42:02.445 INFO O| Dec 07 00:42:02.445 INFO STEP 102 (remove_files) COMPLETE
46022024-12-07T00:42:02.813Z[ recovery-image] Dec 07 00:42:02.445 INFO O| Dec 07 00:42:02.445 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-12-07T00:42:02.836Z[ recovery-image] Dec 07 00:42:02.464 INFO O| Dec 07 00:42:02.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46042024-12-07T00:42:02.836Z[ recovery-image] Dec 07 00:42:02.464 INFO O| Dec 07 00:42:02.464 INFO STEP 103 (remove_files) COMPLETE
46052024-12-07T00:42:02.837Z[ recovery-image] Dec 07 00:42:02.464 INFO O| Dec 07 00:42:02.464 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-12-07T00:42:02.860Z[ recovery-image] Dec 07 00:42:02.483 INFO O| Dec 07 00:42:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46072024-12-07T00:42:02.860Z[ recovery-image] Dec 07 00:42:02.483 INFO O| Dec 07 00:42:02.483 INFO STEP 104 (remove_files) COMPLETE
46082024-12-07T00:42:02.860Z[ recovery-image] Dec 07 00:42:02.483 INFO O| Dec 07 00:42:02.483 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-12-07T00:42:02.884Z[ recovery-image] Dec 07 00:42:02.506 INFO O| Dec 07 00:42:02.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46102024-12-07T00:42:02.884Z[ recovery-image] Dec 07 00:42:02.506 INFO O| Dec 07 00:42:02.506 INFO STEP 105 (remove_files) COMPLETE
46112024-12-07T00:42:02.884Z[ recovery-image] Dec 07 00:42:02.506 INFO O| Dec 07 00:42:02.506 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-12-07T00:42:02.884Z[ recovery-image] Dec 07 00:42:02.523 INFO O| Dec 07 00:42:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46132024-12-07T00:42:02.884Z[ recovery-image] Dec 07 00:42:02.523 INFO O| Dec 07 00:42:02.523 INFO STEP 106 (remove_files) COMPLETE
46142024-12-07T00:42:02.884Z[ recovery-image] Dec 07 00:42:02.523 INFO O| Dec 07 00:42:02.523 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-12-07T00:42:02.907Z[ recovery-image] Dec 07 00:42:02.543 INFO O| Dec 07 00:42:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46162024-12-07T00:42:02.907Z[ recovery-image] Dec 07 00:42:02.543 INFO O| Dec 07 00:42:02.543 INFO STEP 107 (remove_files) COMPLETE
46172024-12-07T00:42:02.907Z[ recovery-image] Dec 07 00:42:02.543 INFO O| Dec 07 00:42:02.543 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-12-07T00:42:02.931Z[ recovery-image] Dec 07 00:42:02.566 INFO O| Dec 07 00:42:02.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46192024-12-07T00:42:02.931Z[ recovery-image] Dec 07 00:42:02.566 INFO O| Dec 07 00:42:02.566 INFO STEP 108 (remove_files) COMPLETE
46202024-12-07T00:42:02.931Z[ recovery-image] Dec 07 00:42:02.566 INFO O| Dec 07 00:42:02.566 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-12-07T00:42:02.954Z[ recovery-image] Dec 07 00:42:02.592 INFO O| Dec 07 00:42:02.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46222024-12-07T00:42:02.954Z[ recovery-image] Dec 07 00:42:02.592 INFO O| Dec 07 00:42:02.592 INFO STEP 109 (remove_files) COMPLETE
46232024-12-07T00:42:02.954Z[ recovery-image] Dec 07 00:42:02.592 INFO O| Dec 07 00:42:02.592 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-12-07T00:42:02.978Z[ recovery-image] Dec 07 00:42:02.608 INFO O| Dec 07 00:42:02.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46252024-12-07T00:42:02.978Z[ recovery-image] Dec 07 00:42:02.608 INFO O| Dec 07 00:42:02.608 INFO STEP 110 (remove_files) COMPLETE
46262024-12-07T00:42:02.978Z[ recovery-image] Dec 07 00:42:02.608 INFO O| Dec 07 00:42:02.608 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-12-07T00:42:03.011Z[ recovery-image] Dec 07 00:42:02.641 INFO O| Dec 07 00:42:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46282024-12-07T00:42:03.011Z[ recovery-image] Dec 07 00:42:02.641 INFO O| Dec 07 00:42:02.641 INFO STEP 111 (remove_files) COMPLETE
46292024-12-07T00:42:03.011Z[ recovery-image] Dec 07 00:42:02.641 INFO O| Dec 07 00:42:02.641 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-12-07T00:42:03.035Z[ recovery-image] Dec 07 00:42:02.669 INFO O| Dec 07 00:42:02.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46312024-12-07T00:42:03.035Z[ recovery-image] Dec 07 00:42:02.669 INFO O| Dec 07 00:42:02.669 INFO STEP 112 (remove_files) COMPLETE
46322024-12-07T00:42:03.035Z[ recovery-image] Dec 07 00:42:02.669 INFO O| Dec 07 00:42:02.669 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-12-07T00:42:03.061Z[ recovery-image] Dec 07 00:42:02.693 INFO O| Dec 07 00:42:02.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46342024-12-07T00:42:03.061Z[ recovery-image] Dec 07 00:42:02.693 INFO O| Dec 07 00:42:02.693 INFO STEP 113 (remove_files) COMPLETE
46352024-12-07T00:42:03.061Z[ recovery-image] Dec 07 00:42:02.693 INFO O| Dec 07 00:42:02.693 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-12-07T00:42:03.097Z[ recovery-image] Dec 07 00:42:02.740 INFO O| Dec 07 00:42:02.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46372024-12-07T00:42:03.097Z[ recovery-image] Dec 07 00:42:02.740 INFO O| Dec 07 00:42:02.740 INFO STEP 114 (remove_files) COMPLETE
46382024-12-07T00:42:03.122Z[ recovery-image] Dec 07 00:42:02.740 INFO O| Dec 07 00:42:02.740 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-12-07T00:42:03.200Z[ recovery-image] Dec 07 00:42:02.843 INFO O| Dec 07 00:42:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46402024-12-07T00:42:03.200Z[ recovery-image] Dec 07 00:42:02.843 INFO O| Dec 07 00:42:02.843 INFO STEP 115 (remove_files) COMPLETE
46412024-12-07T00:42:03.224Z[ recovery-image] Dec 07 00:42:02.843 INFO O| Dec 07 00:42:02.843 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-12-07T00:42:03.248Z[ recovery-image] Dec 07 00:42:02.889 INFO O| Dec 07 00:42:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46432024-12-07T00:42:03.249Z[ recovery-image] Dec 07 00:42:02.889 INFO O| Dec 07 00:42:02.889 INFO STEP 116 (remove_files) COMPLETE
46442024-12-07T00:42:03.249Z[ recovery-image] Dec 07 00:42:02.889 INFO O| Dec 07 00:42:02.889 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-12-07T00:42:03.272Z[ host-image] Dec 07 00:42:02.907 INFO O| Dec 07 00:42:02.907 INFO O| Planning: Solver setup ... Done
46462024-12-07T00:42:03.272Z[ recovery-image] Dec 07 00:42:02.913 INFO O| Dec 07 00:42:02.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46472024-12-07T00:42:03.272Z[ recovery-image] Dec 07 00:42:02.913 INFO O| Dec 07 00:42:02.913 INFO STEP 117 (remove_files) COMPLETE
46482024-12-07T00:42:03.272Z[ host-image] Dec 07 00:42:02.913 INFO O| Dec 07 00:42:02.913 INFO O| Planning: Running solver ... Done
46492024-12-07T00:42:03.273Z[ recovery-image] Dec 07 00:42:02.913 INFO O| Dec 07 00:42:02.913 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-07T00:42:03.296Z[ recovery-image] Dec 07 00:42:02.930 INFO O| Dec 07 00:42:02.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46512024-12-07T00:42:03.296Z[ recovery-image] Dec 07 00:42:02.930 INFO O| Dec 07 00:42:02.930 INFO STEP 118 (remove_files) COMPLETE
46522024-12-07T00:42:03.296Z[ recovery-image] Dec 07 00:42:02.930 INFO O| Dec 07 00:42:02.930 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-07T00:42:03.321Z[ recovery-image] Dec 07 00:42:02.946 INFO O| Dec 07 00:42:02.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46542024-12-07T00:42:03.321Z[ recovery-image] Dec 07 00:42:02.946 INFO O| Dec 07 00:42:02.946 INFO STEP 119 (remove_files) COMPLETE
46552024-12-07T00:42:03.321Z[ recovery-image] Dec 07 00:42:02.946 INFO O| Dec 07 00:42:02.946 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-07T00:42:03.321Z[ recovery-image] Dec 07 00:42:02.961 INFO O| Dec 07 00:42:02.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46572024-12-07T00:42:03.321Z[ recovery-image] Dec 07 00:42:02.961 INFO O| Dec 07 00:42:02.961 INFO STEP 120 (remove_files) COMPLETE
46582024-12-07T00:42:03.321Z[ recovery-image] Dec 07 00:42:02.961 INFO O| Dec 07 00:42:02.961 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-07T00:42:03.345Z[ recovery-image] Dec 07 00:42:02.977 INFO O| Dec 07 00:42:02.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46602024-12-07T00:42:03.345Z[ recovery-image] Dec 07 00:42:02.977 INFO O| Dec 07 00:42:02.977 INFO STEP 121 (remove_files) COMPLETE
46612024-12-07T00:42:03.345Z[ recovery-image] Dec 07 00:42:02.977 INFO O| Dec 07 00:42:02.977 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-07T00:42:03.345Z[ host-image] Dec 07 00:42:02.980 INFO O| Dec 07 00:42:02.980 INFO O| Planning: Finding local manifests ... Done
46632024-12-07T00:42:03.345Z[ host-image] Dec 07 00:42:02.982 INFO O| Dec 07 00:42:02.982 INFO O| Planning: Fetching manifests: 0/6 0% complete
46642024-12-07T00:42:03.369Z[ recovery-image] Dec 07 00:42:02.992 INFO O| Dec 07 00:42:02.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46652024-12-07T00:42:03.370Z[ recovery-image] Dec 07 00:42:02.992 INFO O| Dec 07 00:42:02.992 INFO STEP 122 (remove_files) COMPLETE
46662024-12-07T00:42:03.370Z[ recovery-image] Dec 07 00:42:02.992 INFO O| Dec 07 00:42:02.992 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-07T00:42:03.370Z[ recovery-image] Dec 07 00:42:03.008 INFO O| Dec 07 00:42:03.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46682024-12-07T00:42:03.370Z[ recovery-image] Dec 07 00:42:03.008 INFO O| Dec 07 00:42:03.008 INFO STEP 123 (remove_files) COMPLETE
46692024-12-07T00:42:03.370Z[ recovery-image] Dec 07 00:42:03.008 INFO O| Dec 07 00:42:03.008 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-07T00:42:03.431Z[ recovery-image] Dec 07 00:42:03.074 INFO O| Dec 07 00:42:03.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46712024-12-07T00:42:03.431Z[ recovery-image] Dec 07 00:42:03.074 INFO O| Dec 07 00:42:03.074 INFO STEP 124 (remove_files) COMPLETE
46722024-12-07T00:42:03.431Z[ recovery-image] Dec 07 00:42:03.074 INFO O| Dec 07 00:42:03.074 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-07T00:42:03.462Z[ recovery-image] Dec 07 00:42:03.088 INFO O| Dec 07 00:42:03.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46742024-12-07T00:42:03.462Z[ recovery-image] Dec 07 00:42:03.088 INFO O| Dec 07 00:42:03.088 INFO STEP 125 (remove_files) COMPLETE
46752024-12-07T00:42:03.462Z[ recovery-image] Dec 07 00:42:03.088 INFO O| Dec 07 00:42:03.088 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-07T00:42:03.462Z[ recovery-image] Dec 07 00:42:03.103 INFO O| Dec 07 00:42:03.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46772024-12-07T00:42:03.462Z[ recovery-image] Dec 07 00:42:03.103 INFO O| Dec 07 00:42:03.103 INFO STEP 126 (remove_files) COMPLETE
46782024-12-07T00:42:03.462Z[ recovery-image] Dec 07 00:42:03.103 INFO O| Dec 07 00:42:03.103 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-07T00:42:03.486Z[ recovery-image] Dec 07 00:42:03.116 INFO O| Dec 07 00:42:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46802024-12-07T00:42:03.486Z[ recovery-image] Dec 07 00:42:03.116 INFO O| Dec 07 00:42:03.116 INFO STEP 127 (remove_files) COMPLETE
46812024-12-07T00:42:03.486Z[ recovery-image] Dec 07 00:42:03.116 INFO O| Dec 07 00:42:03.116 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-07T00:42:03.613Z[ recovery-image] Dec 07 00:42:03.256 INFO O| Dec 07 00:42:03.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46832024-12-07T00:42:03.637Z[ recovery-image] Dec 07 00:42:03.256 INFO O| Dec 07 00:42:03.256 INFO STEP 128 (remove_files) COMPLETE
46842024-12-07T00:42:03.637Z[ recovery-image] Dec 07 00:42:03.256 INFO O| Dec 07 00:42:03.256 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-07T00:42:03.661Z[ recovery-image] Dec 07 00:42:03.298 INFO O| Dec 07 00:42:03.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46862024-12-07T00:42:03.661Z[ recovery-image] Dec 07 00:42:03.299 INFO O| Dec 07 00:42:03.299 INFO STEP 129 (remove_files) COMPLETE
46872024-12-07T00:42:03.661Z[ recovery-image] Dec 07 00:42:03.299 INFO O| Dec 07 00:42:03.299 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-07T00:42:03.686Z[ recovery-image] Dec 07 00:42:03.313 INFO O| Dec 07 00:42:03.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46892024-12-07T00:42:03.686Z[ recovery-image] Dec 07 00:42:03.313 INFO O| Dec 07 00:42:03.313 INFO STEP 130 (remove_files) COMPLETE
46902024-12-07T00:42:03.686Z[ recovery-image] Dec 07 00:42:03.313 INFO O| Dec 07 00:42:03.313 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-07T00:42:03.686Z[ recovery-image] Dec 07 00:42:03.326 INFO O| Dec 07 00:42:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46922024-12-07T00:42:03.686Z[ recovery-image] Dec 07 00:42:03.326 INFO O| Dec 07 00:42:03.326 INFO STEP 131 (remove_files) COMPLETE
46932024-12-07T00:42:03.686Z[ recovery-image] Dec 07 00:42:03.326 INFO O| Dec 07 00:42:03.326 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-07T00:42:03.710Z[ recovery-image] Dec 07 00:42:03.339 INFO O| Dec 07 00:42:03.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46952024-12-07T00:42:03.710Z[ recovery-image] Dec 07 00:42:03.340 INFO O| Dec 07 00:42:03.339 INFO STEP 132 (remove_files) COMPLETE
46962024-12-07T00:42:03.710Z[ recovery-image] Dec 07 00:42:03.340 INFO O| Dec 07 00:42:03.339 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-07T00:42:03.735Z[ recovery-image] Dec 07 00:42:03.366 INFO O| Dec 07 00:42:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46982024-12-07T00:42:03.735Z[ recovery-image] Dec 07 00:42:03.366 INFO O| Dec 07 00:42:03.366 INFO STEP 133 (remove_files) COMPLETE
46992024-12-07T00:42:03.735Z[ recovery-image] Dec 07 00:42:03.367 INFO O| Dec 07 00:42:03.366 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-07T00:42:03.759Z[ recovery-image] Dec 07 00:42:03.388 INFO O| Dec 07 00:42:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47012024-12-07T00:42:03.759Z[ recovery-image] Dec 07 00:42:03.388 INFO O| Dec 07 00:42:03.388 INFO STEP 134 (remove_files) COMPLETE
47022024-12-07T00:42:03.759Z[ recovery-image] Dec 07 00:42:03.388 INFO O| Dec 07 00:42:03.388 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-07T00:42:03.783Z[ recovery-image] Dec 07 00:42:03.404 INFO O| Dec 07 00:42:03.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47042024-12-07T00:42:03.783Z[ recovery-image] Dec 07 00:42:03.404 INFO O| Dec 07 00:42:03.404 INFO STEP 135 (remove_files) COMPLETE
47052024-12-07T00:42:03.783Z[ recovery-image] Dec 07 00:42:03.404 INFO O| Dec 07 00:42:03.404 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-07T00:42:03.807Z[ recovery-image] Dec 07 00:42:03.427 INFO O| Dec 07 00:42:03.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47072024-12-07T00:42:03.807Z[ recovery-image] Dec 07 00:42:03.428 INFO O| Dec 07 00:42:03.427 INFO STEP 136 (remove_files) COMPLETE
47082024-12-07T00:42:03.807Z[ recovery-image] Dec 07 00:42:03.428 INFO O| Dec 07 00:42:03.428 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-07T00:42:03.831Z[ host-image] Dec 07 00:42:03.464 INFO O| Dec 07 00:42:03.464 INFO O| Planning: Fetching manifests: 6/6 100% complete
47102024-12-07T00:42:03.855Z[ recovery-image] Dec 07 00:42:03.487 INFO O| Dec 07 00:42:03.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47112024-12-07T00:42:03.855Z[ recovery-image] Dec 07 00:42:03.487 INFO O| Dec 07 00:42:03.487 INFO STEP 137 (remove_files) COMPLETE
47122024-12-07T00:42:03.855Z[ recovery-image] Dec 07 00:42:03.487 INFO O| Dec 07 00:42:03.487 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-07T00:42:03.886Z[ recovery-image] Dec 07 00:42:03.528 INFO O| Dec 07 00:42:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47142024-12-07T00:42:03.886Z[ recovery-image] Dec 07 00:42:03.529 INFO O| Dec 07 00:42:03.529 INFO STEP 138 (remove_files) COMPLETE
47152024-12-07T00:42:03.886Z[ recovery-image] Dec 07 00:42:03.529 INFO O| Dec 07 00:42:03.529 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-07T00:42:03.910Z[ host-image] Dec 07 00:42:03.533 INFO O| Dec 07 00:42:03.533 INFO O| Planning: Package planning ... Done
47172024-12-07T00:42:03.910Z[ recovery-image] Dec 07 00:42:03.543 INFO O| Dec 07 00:42:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47182024-12-07T00:42:03.910Z[ recovery-image] Dec 07 00:42:03.543 INFO O| Dec 07 00:42:03.543 INFO STEP 139 (remove_files) COMPLETE
47192024-12-07T00:42:03.910Z[ recovery-image] Dec 07 00:42:03.543 INFO O| Dec 07 00:42:03.543 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-12-07T00:42:03.934Z[ host-image] Dec 07 00:42:03.556 INFO O| Dec 07 00:42:03.556 INFO O| Planning: Merging actions ... Done
47212024-12-07T00:42:03.973Z[ recovery-image] Dec 07 00:42:03.616 INFO O| Dec 07 00:42:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47222024-12-07T00:42:03.973Z[ recovery-image] Dec 07 00:42:03.616 INFO O| Dec 07 00:42:03.616 INFO STEP 140 (remove_files) COMPLETE
47232024-12-07T00:42:03.973Z[ recovery-image] Dec 07 00:42:03.616 INFO O| Dec 07 00:42:03.616 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-07T00:42:04.002Z[ host-image] Dec 07 00:42:03.644 INFO O| Dec 07 00:42:03.644 INFO O| Planning: Checking for conflicting actions ... Done
47252024-12-07T00:42:04.026Z[ host-image] Dec 07 00:42:03.649 INFO O| Dec 07 00:42:03.649 INFO O| Planning: Consolidating action changes ... Done
47262024-12-07T00:42:04.026Z[ recovery-image] Dec 07 00:42:03.660 INFO O| Dec 07 00:42:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47272024-12-07T00:42:04.026Z[ recovery-image] Dec 07 00:42:03.660 INFO O| Dec 07 00:42:03.660 INFO STEP 141 (remove_files) COMPLETE
47282024-12-07T00:42:04.026Z[ recovery-image] Dec 07 00:42:03.660 INFO O| Dec 07 00:42:03.660 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-07T00:42:04.050Z[ recovery-image] Dec 07 00:42:03.677 INFO O| Dec 07 00:42:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47302024-12-07T00:42:04.050Z[ recovery-image] Dec 07 00:42:03.677 INFO O| Dec 07 00:42:03.677 INFO STEP 142 (remove_files) COMPLETE
47312024-12-07T00:42:04.050Z[ recovery-image] Dec 07 00:42:03.677 INFO O| Dec 07 00:42:03.677 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-07T00:42:04.074Z[ recovery-image] Dec 07 00:42:03.698 INFO O| Dec 07 00:42:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47332024-12-07T00:42:04.074Z[ recovery-image] Dec 07 00:42:03.698 INFO O| Dec 07 00:42:03.698 INFO STEP 143 (remove_files) COMPLETE
47342024-12-07T00:42:04.074Z[ recovery-image] Dec 07 00:42:03.698 INFO O| Dec 07 00:42:03.698 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-12-07T00:42:04.098Z[ recovery-image] Dec 07 00:42:03.732 INFO O| Dec 07 00:42:03.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47362024-12-07T00:42:04.099Z[ recovery-image] Dec 07 00:42:03.733 INFO O| Dec 07 00:42:03.733 INFO STEP 144 (remove_files) COMPLETE
47372024-12-07T00:42:04.099Z[ recovery-image] Dec 07 00:42:03.733 INFO O| Dec 07 00:42:03.733 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-12-07T00:42:04.123Z[ recovery-image] Dec 07 00:42:03.759 INFO O| Dec 07 00:42:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47392024-12-07T00:42:04.123Z[ recovery-image] Dec 07 00:42:03.759 INFO O| Dec 07 00:42:03.759 INFO STEP 145 (remove_files) COMPLETE
47402024-12-07T00:42:04.123Z[ recovery-image] Dec 07 00:42:03.759 INFO O| Dec 07 00:42:03.759 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-12-07T00:42:04.177Z[ recovery-image] Dec 07 00:42:03.820 INFO O| Dec 07 00:42:03.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47422024-12-07T00:42:04.177Z[ recovery-image] Dec 07 00:42:03.820 INFO O| Dec 07 00:42:03.820 INFO STEP 146 (remove_files) COMPLETE
47432024-12-07T00:42:04.177Z[ recovery-image] Dec 07 00:42:03.820 INFO O| Dec 07 00:42:03.820 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-12-07T00:42:04.234Z[ recovery-image] Dec 07 00:42:03.876 INFO O| Dec 07 00:42:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47452024-12-07T00:42:04.234Z[ recovery-image] Dec 07 00:42:03.876 INFO O| Dec 07 00:42:03.876 INFO STEP 147 (remove_files) COMPLETE
47462024-12-07T00:42:04.258Z[ recovery-image] Dec 07 00:42:03.876 INFO O| Dec 07 00:42:03.876 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-12-07T00:42:04.281Z[ recovery-image] Dec 07 00:42:03.902 INFO O| Dec 07 00:42:03.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47482024-12-07T00:42:04.281Z[ recovery-image] Dec 07 00:42:03.902 INFO O| Dec 07 00:42:03.902 INFO STEP 148 (remove_files) COMPLETE
47492024-12-07T00:42:04.281Z[ recovery-image] Dec 07 00:42:03.902 INFO O| Dec 07 00:42:03.902 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-12-07T00:42:04.318Z[ recovery-image] Dec 07 00:42:03.960 INFO O| Dec 07 00:42:03.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47512024-12-07T00:42:04.318Z[ recovery-image] Dec 07 00:42:03.960 INFO O| Dec 07 00:42:03.960 INFO STEP 149 (remove_files) COMPLETE
47522024-12-07T00:42:04.318Z[ recovery-image] Dec 07 00:42:03.960 INFO O| Dec 07 00:42:03.960 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-12-07T00:42:04.373Z[ recovery-image] Dec 07 00:42:04.016 INFO O| Dec 07 00:42:04.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47542024-12-07T00:42:04.374Z[ recovery-image] Dec 07 00:42:04.016 INFO O| Dec 07 00:42:04.016 INFO STEP 150 (remove_files) COMPLETE
47552024-12-07T00:42:04.398Z[ recovery-image] Dec 07 00:42:04.017 INFO O| Dec 07 00:42:04.016 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-12-07T00:42:04.398Z[ recovery-image] Dec 07 00:42:04.033 INFO O| Dec 07 00:42:04.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47572024-12-07T00:42:04.398Z[ recovery-image] Dec 07 00:42:04.033 INFO O| Dec 07 00:42:04.033 INFO STEP 151 (remove_files) COMPLETE
47582024-12-07T00:42:04.398Z[ recovery-image] Dec 07 00:42:04.033 INFO O| Dec 07 00:42:04.033 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-12-07T00:42:04.423Z[ recovery-image] Dec 07 00:42:04.048 INFO O| Dec 07 00:42:04.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47602024-12-07T00:42:04.423Z[ recovery-image] Dec 07 00:42:04.048 INFO O| Dec 07 00:42:04.048 INFO STEP 152 (remove_files) COMPLETE
47612024-12-07T00:42:04.423Z[ recovery-image] Dec 07 00:42:04.048 INFO O| Dec 07 00:42:04.048 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-12-07T00:42:04.423Z[ recovery-image] Dec 07 00:42:04.061 INFO O| Dec 07 00:42:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47632024-12-07T00:42:04.423Z[ recovery-image] Dec 07 00:42:04.061 INFO O| Dec 07 00:42:04.061 INFO STEP 153 (remove_files) COMPLETE
47642024-12-07T00:42:04.423Z[ recovery-image] Dec 07 00:42:04.062 INFO O| Dec 07 00:42:04.061 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-12-07T00:42:04.447Z[ host-image] Dec 07 00:42:04.068 INFO O| Dec 07 00:42:04.068 INFO O| Planning: Evaluating mediators ... Done
47662024-12-07T00:42:04.447Z[ host-image] Dec 07 00:42:04.072 INFO O| Dec 07 00:42:04.072 INFO O| Planning: Planning completed in 4.31 seconds
47672024-12-07T00:42:04.447Z[ recovery-image] Dec 07 00:42:04.075 INFO O| Dec 07 00:42:04.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47682024-12-07T00:42:04.447Z[ host-image] Dec 07 00:42:04.075 INFO O| Dec 07 00:42:04.075 INFO O| Packages to install: 6
47692024-12-07T00:42:04.447Z[ host-image] Dec 07 00:42:04.075 INFO O| Dec 07 00:42:04.075 INFO O| Mediators to change: 1
47702024-12-07T00:42:04.447Z[ recovery-image] Dec 07 00:42:04.075 INFO O| Dec 07 00:42:04.075 INFO STEP 154 (remove_files) COMPLETE
47712024-12-07T00:42:04.447Z[ recovery-image] Dec 07 00:42:04.075 INFO O| Dec 07 00:42:04.075 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-07T00:42:04.447Z[ host-image] Dec 07 00:42:04.075 INFO O| Dec 07 00:42:04.075 INFO O| Services to change: 1
47732024-12-07T00:42:04.447Z[ recovery-image] Dec 07 00:42:04.089 INFO O| Dec 07 00:42:04.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47742024-12-07T00:42:04.447Z[ recovery-image] Dec 07 00:42:04.089 INFO O| Dec 07 00:42:04.089 INFO STEP 155 (remove_files) COMPLETE
47752024-12-07T00:42:04.447Z[ recovery-image] Dec 07 00:42:04.089 INFO O| Dec 07 00:42:04.089 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-07T00:42:04.471Z[ recovery-image] Dec 07 00:42:04.103 INFO O| Dec 07 00:42:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47772024-12-07T00:42:04.471Z[ recovery-image] Dec 07 00:42:04.103 INFO O| Dec 07 00:42:04.103 INFO STEP 156 (remove_files) COMPLETE
47782024-12-07T00:42:04.471Z[ recovery-image] Dec 07 00:42:04.103 INFO O| Dec 07 00:42:04.103 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-07T00:42:04.495Z[ recovery-image] Dec 07 00:42:04.117 INFO O| Dec 07 00:42:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47802024-12-07T00:42:04.495Z[ recovery-image] Dec 07 00:42:04.117 INFO O| Dec 07 00:42:04.117 INFO STEP 157 (remove_files) COMPLETE
47812024-12-07T00:42:04.495Z[ recovery-image] Dec 07 00:42:04.117 INFO O| Dec 07 00:42:04.117 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-07T00:42:04.495Z[ host-image] Dec 07 00:42:04.120 INFO O| Dec 07 00:42:04.120 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
47832024-12-07T00:42:04.495Z[ recovery-image] Dec 07 00:42:04.131 INFO O| Dec 07 00:42:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47842024-12-07T00:42:04.495Z[ recovery-image] Dec 07 00:42:04.132 INFO O| Dec 07 00:42:04.132 INFO STEP 158 (remove_files) COMPLETE
47852024-12-07T00:42:04.495Z[ recovery-image] Dec 07 00:42:04.132 INFO O| Dec 07 00:42:04.132 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-12-07T00:42:04.519Z[ recovery-image] Dec 07 00:42:04.146 INFO O| Dec 07 00:42:04.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47872024-12-07T00:42:04.519Z[ recovery-image] Dec 07 00:42:04.146 INFO O| Dec 07 00:42:04.146 INFO STEP 159 (remove_files) COMPLETE
47882024-12-07T00:42:04.519Z[ recovery-image] Dec 07 00:42:04.146 INFO O| Dec 07 00:42:04.146 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-07T00:42:04.543Z[ recovery-image] Dec 07 00:42:04.170 INFO O| Dec 07 00:42:04.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47902024-12-07T00:42:04.543Z[ recovery-image] Dec 07 00:42:04.170 INFO O| Dec 07 00:42:04.170 INFO STEP 160 (remove_files) COMPLETE
47912024-12-07T00:42:04.543Z[ recovery-image] Dec 07 00:42:04.170 INFO O| Dec 07 00:42:04.170 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-07T00:42:04.543Z[ recovery-image] Dec 07 00:42:04.186 INFO O| Dec 07 00:42:04.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47932024-12-07T00:42:04.543Z[ recovery-image] Dec 07 00:42:04.186 INFO O| Dec 07 00:42:04.186 INFO STEP 161 (remove_files) COMPLETE
47942024-12-07T00:42:04.543Z[ recovery-image] Dec 07 00:42:04.186 INFO O| Dec 07 00:42:04.186 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-07T00:42:04.572Z[ recovery-image] Dec 07 00:42:04.200 INFO O| Dec 07 00:42:04.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47962024-12-07T00:42:04.572Z[ recovery-image] Dec 07 00:42:04.200 INFO O| Dec 07 00:42:04.200 INFO STEP 162 (remove_files) COMPLETE
47972024-12-07T00:42:04.572Z[ recovery-image] Dec 07 00:42:04.200 INFO O| Dec 07 00:42:04.200 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-07T00:42:04.597Z[ recovery-image] Dec 07 00:42:04.214 INFO O| Dec 07 00:42:04.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47992024-12-07T00:42:04.597Z[ recovery-image] Dec 07 00:42:04.214 INFO O| Dec 07 00:42:04.214 INFO STEP 163 (remove_files) COMPLETE
48002024-12-07T00:42:04.597Z[ recovery-image] Dec 07 00:42:04.214 INFO O| Dec 07 00:42:04.214 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-07T00:42:04.597Z[ recovery-image] Dec 07 00:42:04.229 INFO O| Dec 07 00:42:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48022024-12-07T00:42:04.597Z[ recovery-image] Dec 07 00:42:04.229 INFO O| Dec 07 00:42:04.229 INFO STEP 164 (remove_files) COMPLETE
48032024-12-07T00:42:04.597Z[ recovery-image] Dec 07 00:42:04.229 INFO O| Dec 07 00:42:04.229 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-07T00:42:04.620Z[ recovery-image] Dec 07 00:42:04.243 INFO O| Dec 07 00:42:04.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48052024-12-07T00:42:04.620Z[ recovery-image] Dec 07 00:42:04.243 INFO O| Dec 07 00:42:04.243 INFO STEP 165 (remove_files) COMPLETE
48062024-12-07T00:42:04.620Z[ recovery-image] Dec 07 00:42:04.243 INFO O| Dec 07 00:42:04.243 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-07T00:42:04.645Z[ recovery-image] Dec 07 00:42:04.270 INFO O| Dec 07 00:42:04.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48082024-12-07T00:42:04.669Z[ recovery-image] Dec 07 00:42:04.293 INFO O| Dec 07 00:42:04.293 INFO STEP 166 (remove_files) COMPLETE
48092024-12-07T00:42:04.669Z[ recovery-image] Dec 07 00:42:04.293 INFO O| Dec 07 00:42:04.293 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-07T00:42:04.704Z[ recovery-image] Dec 07 00:42:04.347 INFO O| Dec 07 00:42:04.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48112024-12-07T00:42:04.704Z[ recovery-image] Dec 07 00:42:04.347 INFO O| Dec 07 00:42:04.347 INFO STEP 167 (remove_files) COMPLETE
48122024-12-07T00:42:04.729Z[ recovery-image] Dec 07 00:42:04.347 INFO O| Dec 07 00:42:04.347 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-07T00:42:04.755Z[ recovery-image] Dec 07 00:42:04.381 INFO O| Dec 07 00:42:04.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48142024-12-07T00:42:04.755Z[ recovery-image] Dec 07 00:42:04.381 INFO O| Dec 07 00:42:04.381 INFO STEP 168 (remove_files) COMPLETE
48152024-12-07T00:42:04.755Z[ recovery-image] Dec 07 00:42:04.381 INFO O| Dec 07 00:42:04.381 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-07T00:42:04.755Z[ recovery-image] Dec 07 00:42:04.397 INFO O| Dec 07 00:42:04.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48172024-12-07T00:42:04.755Z[ recovery-image] Dec 07 00:42:04.397 INFO O| Dec 07 00:42:04.397 INFO STEP 169 (remove_files) COMPLETE
48182024-12-07T00:42:04.755Z[ recovery-image] Dec 07 00:42:04.397 INFO O| Dec 07 00:42:04.397 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-07T00:42:04.779Z[ recovery-image] Dec 07 00:42:04.411 INFO O| Dec 07 00:42:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48202024-12-07T00:42:04.779Z[ recovery-image] Dec 07 00:42:04.412 INFO O| Dec 07 00:42:04.412 INFO STEP 170 (remove_files) COMPLETE
48212024-12-07T00:42:04.779Z[ recovery-image] Dec 07 00:42:04.412 INFO O| Dec 07 00:42:04.412 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-07T00:42:04.803Z[ recovery-image] Dec 07 00:42:04.426 INFO O| Dec 07 00:42:04.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48232024-12-07T00:42:04.803Z[ recovery-image] Dec 07 00:42:04.426 INFO O| Dec 07 00:42:04.426 INFO STEP 171 (remove_files) COMPLETE
48242024-12-07T00:42:04.803Z[ recovery-image] Dec 07 00:42:04.426 INFO O| Dec 07 00:42:04.426 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-07T00:42:04.803Z[ recovery-image] Dec 07 00:42:04.440 INFO O| Dec 07 00:42:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48262024-12-07T00:42:04.803Z[ recovery-image] Dec 07 00:42:04.440 INFO O| Dec 07 00:42:04.440 INFO STEP 172 (remove_files) COMPLETE
48272024-12-07T00:42:04.803Z[ recovery-image] Dec 07 00:42:04.440 INFO O| Dec 07 00:42:04.440 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-07T00:42:04.827Z[ recovery-image] Dec 07 00:42:04.454 INFO O| Dec 07 00:42:04.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48292024-12-07T00:42:04.827Z[ recovery-image] Dec 07 00:42:04.454 INFO O| Dec 07 00:42:04.454 INFO STEP 173 (remove_files) COMPLETE
48302024-12-07T00:42:04.827Z[ recovery-image] Dec 07 00:42:04.454 INFO O| Dec 07 00:42:04.454 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-07T00:42:04.852Z[ recovery-image] Dec 07 00:42:04.478 INFO O| Dec 07 00:42:04.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48322024-12-07T00:42:04.852Z[ recovery-image] Dec 07 00:42:04.478 INFO O| Dec 07 00:42:04.478 INFO STEP 174 (remove_files) COMPLETE
48332024-12-07T00:42:04.852Z[ recovery-image] Dec 07 00:42:04.478 INFO O| Dec 07 00:42:04.478 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-07T00:42:04.876Z[ recovery-image] Dec 07 00:42:04.495 INFO O| Dec 07 00:42:04.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48352024-12-07T00:42:04.876Z[ recovery-image] Dec 07 00:42:04.495 INFO O| Dec 07 00:42:04.495 INFO STEP 175 (remove_files) COMPLETE
48362024-12-07T00:42:04.876Z[ recovery-image] Dec 07 00:42:04.495 INFO O| Dec 07 00:42:04.495 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-07T00:42:04.876Z[ recovery-image] Dec 07 00:42:04.510 INFO O| Dec 07 00:42:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48382024-12-07T00:42:04.876Z[ recovery-image] Dec 07 00:42:04.511 INFO O| Dec 07 00:42:04.511 INFO STEP 176 (remove_files) COMPLETE
48392024-12-07T00:42:04.876Z[ recovery-image] Dec 07 00:42:04.511 INFO O| Dec 07 00:42:04.511 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-07T00:42:04.900Z[ recovery-image] Dec 07 00:42:04.527 INFO O| Dec 07 00:42:04.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48412024-12-07T00:42:04.900Z[ recovery-image] Dec 07 00:42:04.527 INFO O| Dec 07 00:42:04.527 INFO STEP 177 (remove_files) COMPLETE
48422024-12-07T00:42:04.900Z[ recovery-image] Dec 07 00:42:04.527 INFO O| Dec 07 00:42:04.527 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-07T00:42:04.900Z[ recovery-image] Dec 07 00:42:04.542 INFO O| Dec 07 00:42:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48442024-12-07T00:42:04.900Z[ recovery-image] Dec 07 00:42:04.542 INFO O| Dec 07 00:42:04.542 INFO STEP 178 (remove_files) COMPLETE
48452024-12-07T00:42:04.900Z[ recovery-image] Dec 07 00:42:04.542 INFO O| Dec 07 00:42:04.542 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-07T00:42:04.924Z[ recovery-image] Dec 07 00:42:04.557 INFO O| Dec 07 00:42:04.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48472024-12-07T00:42:04.924Z[ recovery-image] Dec 07 00:42:04.557 INFO O| Dec 07 00:42:04.557 INFO STEP 179 (remove_files) COMPLETE
48482024-12-07T00:42:04.924Z[ recovery-image] Dec 07 00:42:04.557 INFO O| Dec 07 00:42:04.557 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-07T00:42:04.948Z[ recovery-image] Dec 07 00:42:04.572 INFO O| Dec 07 00:42:04.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48502024-12-07T00:42:04.948Z[ recovery-image] Dec 07 00:42:04.572 INFO O| Dec 07 00:42:04.572 INFO STEP 180 (remove_files) COMPLETE
48512024-12-07T00:42:04.948Z[ recovery-image] Dec 07 00:42:04.572 INFO O| Dec 07 00:42:04.572 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-07T00:42:04.948Z[ recovery-image] Dec 07 00:42:04.587 INFO O| Dec 07 00:42:04.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48532024-12-07T00:42:04.972Z[ recovery-image] Dec 07 00:42:04.610 INFO O| Dec 07 00:42:04.610 INFO STEP 181 (remove_files) COMPLETE
48542024-12-07T00:42:04.972Z[ recovery-image] Dec 07 00:42:04.610 INFO O| Dec 07 00:42:04.610 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-07T00:42:05.013Z[ recovery-image] Dec 07 00:42:04.656 INFO O| Dec 07 00:42:04.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48562024-12-07T00:42:05.013Z[ recovery-image] Dec 07 00:42:04.656 INFO O| Dec 07 00:42:04.656 INFO STEP 182 (remove_files) COMPLETE
48572024-12-07T00:42:05.038Z[ recovery-image] Dec 07 00:42:04.656 INFO O| Dec 07 00:42:04.656 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-07T00:42:05.038Z[ recovery-image] Dec 07 00:42:04.678 INFO O| Dec 07 00:42:04.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48592024-12-07T00:42:05.038Z[ recovery-image] Dec 07 00:42:04.678 INFO O| Dec 07 00:42:04.678 INFO STEP 183 (remove_files) COMPLETE
48602024-12-07T00:42:05.038Z[ recovery-image] Dec 07 00:42:04.678 INFO O| Dec 07 00:42:04.678 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-07T00:42:05.068Z[ recovery-image] Dec 07 00:42:04.711 INFO O| Dec 07 00:42:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48622024-12-07T00:42:05.068Z[ recovery-image] Dec 07 00:42:04.711 INFO O| Dec 07 00:42:04.711 INFO STEP 184 (remove_files) COMPLETE
48632024-12-07T00:42:05.092Z[ recovery-image] Dec 07 00:42:04.711 INFO O| Dec 07 00:42:04.711 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-07T00:42:05.092Z[ recovery-image] Dec 07 00:42:04.729 INFO O| Dec 07 00:42:04.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48652024-12-07T00:42:05.092Z[ recovery-image] Dec 07 00:42:04.729 INFO O| Dec 07 00:42:04.729 INFO STEP 185 (remove_files) COMPLETE
48662024-12-07T00:42:05.092Z[ recovery-image] Dec 07 00:42:04.729 INFO O| Dec 07 00:42:04.729 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-07T00:42:05.135Z[ recovery-image] Dec 07 00:42:04.777 INFO O| Dec 07 00:42:04.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48682024-12-07T00:42:05.135Z[ recovery-image] Dec 07 00:42:04.777 INFO O| Dec 07 00:42:04.777 INFO STEP 186 (remove_files) COMPLETE
48692024-12-07T00:42:05.158Z[ recovery-image] Dec 07 00:42:04.778 INFO O| Dec 07 00:42:04.778 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-07T00:42:05.159Z[ recovery-image] Dec 07 00:42:04.801 INFO O| Dec 07 00:42:04.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48712024-12-07T00:42:05.159Z[ recovery-image] Dec 07 00:42:04.801 INFO O| Dec 07 00:42:04.801 INFO STEP 187 (remove_files) COMPLETE
48722024-12-07T00:42:05.183Z[ recovery-image] Dec 07 00:42:04.801 INFO O| Dec 07 00:42:04.801 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-07T00:42:05.183Z[ recovery-image] Dec 07 00:42:04.818 INFO O| Dec 07 00:42:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48742024-12-07T00:42:05.183Z[ recovery-image] Dec 07 00:42:04.818 INFO O| Dec 07 00:42:04.818 INFO STEP 188 (remove_files) COMPLETE
48752024-12-07T00:42:05.183Z[ recovery-image] Dec 07 00:42:04.818 INFO O| Dec 07 00:42:04.818 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-07T00:42:05.207Z[ recovery-image] Dec 07 00:42:04.831 INFO O| Dec 07 00:42:04.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48772024-12-07T00:42:05.207Z[ recovery-image] Dec 07 00:42:04.831 INFO O| Dec 07 00:42:04.831 INFO STEP 189 (remove_files) COMPLETE
48782024-12-07T00:42:05.207Z[ recovery-image] Dec 07 00:42:04.831 INFO O| Dec 07 00:42:04.831 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-07T00:42:05.230Z[ recovery-image] Dec 07 00:42:04.870 INFO O| Dec 07 00:42:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48802024-12-07T00:42:05.230Z[ recovery-image] Dec 07 00:42:04.870 INFO O| Dec 07 00:42:04.870 INFO STEP 190 (remove_files) COMPLETE
48812024-12-07T00:42:05.230Z[ recovery-image] Dec 07 00:42:04.870 INFO O| Dec 07 00:42:04.870 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-07T00:42:05.256Z[ recovery-image] Dec 07 00:42:04.884 INFO O| Dec 07 00:42:04.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48832024-12-07T00:42:05.256Z[ recovery-image] Dec 07 00:42:04.884 INFO O| Dec 07 00:42:04.884 INFO STEP 191 (remove_files) COMPLETE
48842024-12-07T00:42:05.256Z[ recovery-image] Dec 07 00:42:04.884 INFO O| Dec 07 00:42:04.884 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-07T00:42:05.256Z[ recovery-image] Dec 07 00:42:04.898 INFO O| Dec 07 00:42:04.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48862024-12-07T00:42:05.256Z[ recovery-image] Dec 07 00:42:04.898 INFO O| Dec 07 00:42:04.898 INFO STEP 192 (remove_files) COMPLETE
48872024-12-07T00:42:05.256Z[ recovery-image] Dec 07 00:42:04.898 INFO O| Dec 07 00:42:04.898 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-07T00:42:05.298Z[ recovery-image] Dec 07 00:42:04.940 INFO O| Dec 07 00:42:04.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48892024-12-07T00:42:05.298Z[ recovery-image] Dec 07 00:42:04.940 INFO O| Dec 07 00:42:04.940 INFO STEP 193 (remove_files) COMPLETE
48902024-12-07T00:42:05.298Z[ recovery-image] Dec 07 00:42:04.941 INFO O| Dec 07 00:42:04.940 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-07T00:42:05.367Z[ recovery-image] Dec 07 00:42:05.009 INFO O| Dec 07 00:42:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48922024-12-07T00:42:05.367Z[ recovery-image] Dec 07 00:42:05.009 INFO O| Dec 07 00:42:05.009 INFO STEP 194 (remove_files) COMPLETE
48932024-12-07T00:42:05.367Z[ recovery-image] Dec 07 00:42:05.009 INFO O| Dec 07 00:42:05.009 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-07T00:42:05.391Z[ recovery-image] Dec 07 00:42:05.026 INFO O| Dec 07 00:42:05.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48952024-12-07T00:42:05.391Z[ recovery-image] Dec 07 00:42:05.026 INFO O| Dec 07 00:42:05.026 INFO STEP 195 (remove_files) COMPLETE
48962024-12-07T00:42:05.391Z[ recovery-image] Dec 07 00:42:05.026 INFO O| Dec 07 00:42:05.026 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-07T00:42:05.415Z[ recovery-image] Dec 07 00:42:05.039 INFO O| Dec 07 00:42:05.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48982024-12-07T00:42:05.415Z[ recovery-image] Dec 07 00:42:05.039 INFO O| Dec 07 00:42:05.039 INFO STEP 196 (remove_files) COMPLETE
48992024-12-07T00:42:05.415Z[ recovery-image] Dec 07 00:42:05.039 INFO O| Dec 07 00:42:05.039 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-07T00:42:05.415Z[ recovery-image] Dec 07 00:42:05.052 INFO O| Dec 07 00:42:05.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49012024-12-07T00:42:05.415Z[ recovery-image] Dec 07 00:42:05.052 INFO O| Dec 07 00:42:05.052 INFO STEP 197 (remove_files) COMPLETE
49022024-12-07T00:42:05.415Z[ recovery-image] Dec 07 00:42:05.053 INFO O| Dec 07 00:42:05.053 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-07T00:42:05.439Z[ recovery-image] Dec 07 00:42:05.065 INFO O| Dec 07 00:42:05.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49042024-12-07T00:42:05.439Z[ recovery-image] Dec 07 00:42:05.066 INFO O| Dec 07 00:42:05.065 INFO STEP 198 (remove_files) COMPLETE
49052024-12-07T00:42:05.439Z[ recovery-image] Dec 07 00:42:05.066 INFO O| Dec 07 00:42:05.066 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-07T00:42:05.441Z[ recovery-image] Dec 07 00:42:05.078 INFO O| Dec 07 00:42:05.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49072024-12-07T00:42:05.441Z[ recovery-image] Dec 07 00:42:05.078 INFO O| Dec 07 00:42:05.078 INFO STEP 199 (remove_files) COMPLETE
49082024-12-07T00:42:05.441Z[ recovery-image] Dec 07 00:42:05.078 INFO O| Dec 07 00:42:05.078 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-07T00:42:05.465Z[ recovery-image] Dec 07 00:42:05.091 INFO O| Dec 07 00:42:05.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49102024-12-07T00:42:05.465Z[ recovery-image] Dec 07 00:42:05.091 INFO O| Dec 07 00:42:05.091 INFO STEP 200 (remove_files) COMPLETE
49112024-12-07T00:42:05.465Z[ recovery-image] Dec 07 00:42:05.091 INFO O| Dec 07 00:42:05.091 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-07T00:42:05.465Z[ recovery-image] Dec 07 00:42:05.105 INFO O| Dec 07 00:42:05.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49132024-12-07T00:42:05.465Z[ recovery-image] Dec 07 00:42:05.105 INFO O| Dec 07 00:42:05.105 INFO STEP 201 (remove_files) COMPLETE
49142024-12-07T00:42:05.465Z[ recovery-image] Dec 07 00:42:05.105 INFO O| Dec 07 00:42:05.105 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-07T00:42:05.489Z[ recovery-image] Dec 07 00:42:05.118 INFO O| Dec 07 00:42:05.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49162024-12-07T00:42:05.513Z[ recovery-image] Dec 07 00:42:05.134 INFO O| Dec 07 00:42:05.134 INFO STEP 202 (remove_files) COMPLETE
49172024-12-07T00:42:05.513Z[ recovery-image] Dec 07 00:42:05.134 INFO O| Dec 07 00:42:05.134 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-07T00:42:05.536Z[ recovery-image] Dec 07 00:42:05.170 INFO O| Dec 07 00:42:05.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49192024-12-07T00:42:05.536Z[ recovery-image] Dec 07 00:42:05.170 INFO O| Dec 07 00:42:05.170 INFO STEP 203 (remove_files) COMPLETE
49202024-12-07T00:42:05.537Z[ recovery-image] Dec 07 00:42:05.170 INFO O| Dec 07 00:42:05.170 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-07T00:42:05.560Z[ recovery-image] Dec 07 00:42:05.202 INFO O| Dec 07 00:42:05.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49222024-12-07T00:42:05.560Z[ recovery-image] Dec 07 00:42:05.202 INFO O| Dec 07 00:42:05.202 INFO STEP 204 (remove_files) COMPLETE
49232024-12-07T00:42:05.560Z[ recovery-image] Dec 07 00:42:05.202 INFO O| Dec 07 00:42:05.202 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-07T00:42:05.592Z[ recovery-image] Dec 07 00:42:05.234 INFO O| Dec 07 00:42:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49252024-12-07T00:42:05.592Z[ recovery-image] Dec 07 00:42:05.234 INFO O| Dec 07 00:42:05.234 INFO STEP 205 (remove_files) COMPLETE
49262024-12-07T00:42:05.592Z[ recovery-image] Dec 07 00:42:05.234 INFO O| Dec 07 00:42:05.234 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-07T00:42:05.615Z[ recovery-image] Dec 07 00:42:05.249 INFO O| Dec 07 00:42:05.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49282024-12-07T00:42:05.615Z[ recovery-image] Dec 07 00:42:05.249 INFO O| Dec 07 00:42:05.249 INFO STEP 206 (remove_files) COMPLETE
49292024-12-07T00:42:05.615Z[ recovery-image] Dec 07 00:42:05.249 INFO O| Dec 07 00:42:05.249 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-07T00:42:05.639Z[ recovery-image] Dec 07 00:42:05.264 INFO O| Dec 07 00:42:05.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49312024-12-07T00:42:05.639Z[ recovery-image] Dec 07 00:42:05.264 INFO O| Dec 07 00:42:05.264 INFO STEP 207 (remove_files) COMPLETE
49322024-12-07T00:42:05.639Z[ recovery-image] Dec 07 00:42:05.264 INFO O| Dec 07 00:42:05.264 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-07T00:42:05.639Z[ recovery-image] Dec 07 00:42:05.278 INFO O| Dec 07 00:42:05.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49342024-12-07T00:42:05.639Z[ recovery-image] Dec 07 00:42:05.278 INFO O| Dec 07 00:42:05.278 INFO STEP 208 (remove_files) COMPLETE
49352024-12-07T00:42:05.639Z[ recovery-image] Dec 07 00:42:05.278 INFO O| Dec 07 00:42:05.278 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-07T00:42:05.663Z[ recovery-image] Dec 07 00:42:05.291 INFO O| Dec 07 00:42:05.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49372024-12-07T00:42:05.663Z[ recovery-image] Dec 07 00:42:05.291 INFO O| Dec 07 00:42:05.291 INFO STEP 209 (remove_files) COMPLETE
49382024-12-07T00:42:05.663Z[ recovery-image] Dec 07 00:42:05.291 INFO O| Dec 07 00:42:05.291 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-07T00:42:05.663Z[ recovery-image] Dec 07 00:42:05.304 INFO O| Dec 07 00:42:05.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49402024-12-07T00:42:05.663Z[ recovery-image] Dec 07 00:42:05.305 INFO O| Dec 07 00:42:05.304 INFO STEP 210 (remove_files) COMPLETE
49412024-12-07T00:42:05.663Z[ recovery-image] Dec 07 00:42:05.305 INFO O| Dec 07 00:42:05.304 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-07T00:42:05.687Z[ recovery-image] Dec 07 00:42:05.318 INFO O| Dec 07 00:42:05.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49432024-12-07T00:42:05.687Z[ recovery-image] Dec 07 00:42:05.318 INFO O| Dec 07 00:42:05.318 INFO STEP 211 (remove_files) COMPLETE
49442024-12-07T00:42:05.687Z[ recovery-image] Dec 07 00:42:05.319 INFO O| Dec 07 00:42:05.318 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-07T00:42:05.711Z[ recovery-image] Dec 07 00:42:05.348 INFO O| Dec 07 00:42:05.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49462024-12-07T00:42:05.711Z[ recovery-image] Dec 07 00:42:05.348 INFO O| Dec 07 00:42:05.348 INFO STEP 212 (remove_files) COMPLETE
49472024-12-07T00:42:05.711Z[ recovery-image] Dec 07 00:42:05.348 INFO O| Dec 07 00:42:05.348 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-07T00:42:05.738Z[ recovery-image] Dec 07 00:42:05.381 INFO O| Dec 07 00:42:05.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49492024-12-07T00:42:05.762Z[ recovery-image] Dec 07 00:42:05.381 INFO O| Dec 07 00:42:05.381 INFO STEP 213 (remove_files) COMPLETE
49502024-12-07T00:42:05.762Z[ recovery-image] Dec 07 00:42:05.381 INFO O| Dec 07 00:42:05.381 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-07T00:42:05.823Z[ recovery-image] Dec 07 00:42:05.466 INFO O| Dec 07 00:42:05.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49522024-12-07T00:42:05.823Z[ recovery-image] Dec 07 00:42:05.466 INFO O| Dec 07 00:42:05.466 INFO STEP 214 (remove_files) COMPLETE
49532024-12-07T00:42:05.823Z[ recovery-image] Dec 07 00:42:05.466 INFO O| Dec 07 00:42:05.466 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-07T00:42:05.879Z[ recovery-image] Dec 07 00:42:05.521 INFO O| Dec 07 00:42:05.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49552024-12-07T00:42:05.879Z[ recovery-image] Dec 07 00:42:05.521 INFO O| Dec 07 00:42:05.521 INFO STEP 215 (remove_files) COMPLETE
49562024-12-07T00:42:05.902Z[ recovery-image] Dec 07 00:42:05.521 INFO O| Dec 07 00:42:05.521 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-07T00:42:05.942Z[ recovery-image] Dec 07 00:42:05.585 INFO O| Dec 07 00:42:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49582024-12-07T00:42:05.942Z[ recovery-image] Dec 07 00:42:05.585 INFO O| Dec 07 00:42:05.585 INFO STEP 216 (remove_files) COMPLETE
49592024-12-07T00:42:05.966Z[ recovery-image] Dec 07 00:42:05.585 INFO O| Dec 07 00:42:05.585 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-07T00:42:05.966Z[ recovery-image] Dec 07 00:42:05.600 INFO O| Dec 07 00:42:05.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49612024-12-07T00:42:05.966Z[ recovery-image] Dec 07 00:42:05.601 INFO O| Dec 07 00:42:05.601 INFO STEP 217 (remove_files) COMPLETE
49622024-12-07T00:42:05.966Z[ recovery-image] Dec 07 00:42:05.601 INFO O| Dec 07 00:42:05.601 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-07T00:42:05.989Z[ recovery-image] Dec 07 00:42:05.618 INFO O| Dec 07 00:42:05.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49642024-12-07T00:42:05.989Z[ recovery-image] Dec 07 00:42:05.619 INFO O| Dec 07 00:42:05.619 INFO STEP 218 (remove_files) COMPLETE
49652024-12-07T00:42:05.989Z[ recovery-image] Dec 07 00:42:05.619 INFO O| Dec 07 00:42:05.619 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-07T00:42:06.013Z[ recovery-image] Dec 07 00:42:05.635 INFO O| Dec 07 00:42:05.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49672024-12-07T00:42:06.014Z[ recovery-image] Dec 07 00:42:05.635 INFO O| Dec 07 00:42:05.635 INFO STEP 219 (remove_files) COMPLETE
49682024-12-07T00:42:06.014Z[ recovery-image] Dec 07 00:42:05.635 INFO O| Dec 07 00:42:05.635 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-07T00:42:06.014Z[ recovery-image] Dec 07 00:42:05.651 INFO O| Dec 07 00:42:05.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49702024-12-07T00:42:06.014Z[ recovery-image] Dec 07 00:42:05.651 INFO O| Dec 07 00:42:05.651 INFO STEP 220 (remove_files) COMPLETE
49712024-12-07T00:42:06.014Z[ recovery-image] Dec 07 00:42:05.651 INFO O| Dec 07 00:42:05.651 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-07T00:42:06.039Z[ recovery-image] Dec 07 00:42:05.666 INFO O| Dec 07 00:42:05.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49732024-12-07T00:42:06.039Z[ recovery-image] Dec 07 00:42:05.666 INFO O| Dec 07 00:42:05.666 INFO STEP 221 (remove_files) COMPLETE
49742024-12-07T00:42:06.039Z[ recovery-image] Dec 07 00:42:05.666 INFO O| Dec 07 00:42:05.666 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-07T00:42:06.039Z[ recovery-image] Dec 07 00:42:05.680 INFO O| Dec 07 00:42:05.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49762024-12-07T00:42:06.039Z[ recovery-image] Dec 07 00:42:05.681 INFO O| Dec 07 00:42:05.681 INFO STEP 222 (remove_files) COMPLETE
49772024-12-07T00:42:06.039Z[ recovery-image] Dec 07 00:42:05.681 INFO O| Dec 07 00:42:05.681 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-07T00:42:06.062Z[ recovery-image] Dec 07 00:42:05.695 INFO O| Dec 07 00:42:05.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49792024-12-07T00:42:06.063Z[ recovery-image] Dec 07 00:42:05.695 INFO O| Dec 07 00:42:05.695 INFO STEP 223 (remove_files) COMPLETE
49802024-12-07T00:42:06.063Z[ recovery-image] Dec 07 00:42:05.695 INFO O| Dec 07 00:42:05.695 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-07T00:42:06.086Z[ recovery-image] Dec 07 00:42:05.709 INFO O| Dec 07 00:42:05.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49822024-12-07T00:42:06.086Z[ recovery-image] Dec 07 00:42:05.710 INFO O| Dec 07 00:42:05.710 INFO STEP 224 (remove_files) COMPLETE
49832024-12-07T00:42:06.086Z[ recovery-image] Dec 07 00:42:05.710 INFO O| Dec 07 00:42:05.710 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-07T00:42:06.086Z[ recovery-image] Dec 07 00:42:05.723 INFO O| Dec 07 00:42:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49852024-12-07T00:42:06.086Z[ recovery-image] Dec 07 00:42:05.724 INFO O| Dec 07 00:42:05.724 INFO STEP 225 (remove_files) COMPLETE
49862024-12-07T00:42:06.086Z[ recovery-image] Dec 07 00:42:05.724 INFO O| Dec 07 00:42:05.724 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-07T00:42:06.111Z[ recovery-image] Dec 07 00:42:05.737 INFO O| Dec 07 00:42:05.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49882024-12-07T00:42:06.111Z[ recovery-image] Dec 07 00:42:05.738 INFO O| Dec 07 00:42:05.738 INFO STEP 226 (remove_files) COMPLETE
49892024-12-07T00:42:06.111Z[ recovery-image] Dec 07 00:42:05.738 INFO O| Dec 07 00:42:05.738 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-07T00:42:06.111Z[ recovery-image] Dec 07 00:42:05.751 INFO O| Dec 07 00:42:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49912024-12-07T00:42:06.111Z[ recovery-image] Dec 07 00:42:05.752 INFO O| Dec 07 00:42:05.752 INFO STEP 227 (remove_files) COMPLETE
49922024-12-07T00:42:06.111Z[ recovery-image] Dec 07 00:42:05.752 INFO O| Dec 07 00:42:05.752 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-07T00:42:06.136Z[ recovery-image] Dec 07 00:42:05.765 INFO O| Dec 07 00:42:05.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49942024-12-07T00:42:06.136Z[ recovery-image] Dec 07 00:42:05.765 INFO O| Dec 07 00:42:05.765 INFO STEP 228 (remove_files) COMPLETE
49952024-12-07T00:42:06.136Z[ recovery-image] Dec 07 00:42:05.765 INFO O| Dec 07 00:42:05.765 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-07T00:42:06.136Z[ recovery-image] Dec 07 00:42:05.778 INFO O| Dec 07 00:42:05.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49972024-12-07T00:42:06.136Z[ recovery-image] Dec 07 00:42:05.778 INFO O| Dec 07 00:42:05.778 INFO STEP 229 (remove_files) COMPLETE
49982024-12-07T00:42:06.136Z[ recovery-image] Dec 07 00:42:05.778 INFO O| Dec 07 00:42:05.778 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-07T00:42:06.161Z[ recovery-image] Dec 07 00:42:05.792 INFO O| Dec 07 00:42:05.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50002024-12-07T00:42:06.161Z[ recovery-image] Dec 07 00:42:05.792 INFO O| Dec 07 00:42:05.792 INFO STEP 230 (remove_files) COMPLETE
50012024-12-07T00:42:06.161Z[ recovery-image] Dec 07 00:42:05.792 INFO O| Dec 07 00:42:05.792 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-07T00:42:06.238Z[ recovery-image] Dec 07 00:42:05.881 INFO O| Dec 07 00:42:05.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50032024-12-07T00:42:06.262Z[ recovery-image] Dec 07 00:42:05.881 INFO O| Dec 07 00:42:05.881 INFO STEP 231 (remove_files) COMPLETE
50042024-12-07T00:42:06.262Z[ recovery-image] Dec 07 00:42:05.881 INFO O| Dec 07 00:42:05.881 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-07T00:42:06.262Z[ recovery-image] Dec 07 00:42:05.895 INFO O| Dec 07 00:42:05.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50062024-12-07T00:42:06.262Z[ recovery-image] Dec 07 00:42:05.896 INFO O| Dec 07 00:42:05.896 INFO STEP 232 (remove_files) COMPLETE
50072024-12-07T00:42:06.262Z[ recovery-image] Dec 07 00:42:05.896 INFO O| Dec 07 00:42:05.896 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-07T00:42:06.285Z[ recovery-image] Dec 07 00:42:05.911 INFO O| Dec 07 00:42:05.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50092024-12-07T00:42:06.285Z[ recovery-image] Dec 07 00:42:05.911 INFO O| Dec 07 00:42:05.911 INFO STEP 233 (remove_files) COMPLETE
50102024-12-07T00:42:06.285Z[ recovery-image] Dec 07 00:42:05.912 INFO O| Dec 07 00:42:05.912 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-07T00:42:06.286Z[ recovery-image] Dec 07 00:42:05.925 INFO O| Dec 07 00:42:05.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50122024-12-07T00:42:06.286Z[ recovery-image] Dec 07 00:42:05.925 INFO O| Dec 07 00:42:05.925 INFO STEP 234 (remove_files) COMPLETE
50132024-12-07T00:42:06.286Z[ recovery-image] Dec 07 00:42:05.925 INFO O| Dec 07 00:42:05.925 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-07T00:42:06.309Z[ recovery-image] Dec 07 00:42:05.938 INFO O| Dec 07 00:42:05.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50152024-12-07T00:42:06.309Z[ recovery-image] Dec 07 00:42:05.938 INFO O| Dec 07 00:42:05.938 INFO STEP 235 (remove_files) COMPLETE
50162024-12-07T00:42:06.309Z[ recovery-image] Dec 07 00:42:05.938 INFO O| Dec 07 00:42:05.938 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-07T00:42:06.310Z[ recovery-image] Dec 07 00:42:05.952 INFO O| Dec 07 00:42:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50182024-12-07T00:42:06.310Z[ recovery-image] Dec 07 00:42:05.952 INFO O| Dec 07 00:42:05.952 INFO STEP 236 (remove_files) COMPLETE
50192024-12-07T00:42:06.310Z[ recovery-image] Dec 07 00:42:05.952 INFO O| Dec 07 00:42:05.952 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-07T00:42:06.374Z[ recovery-image] Dec 07 00:42:06.017 INFO O| Dec 07 00:42:06.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50212024-12-07T00:42:06.398Z[ recovery-image] Dec 07 00:42:06.017 INFO O| Dec 07 00:42:06.017 INFO STEP 237 (remove_files) COMPLETE
50222024-12-07T00:42:06.398Z[ recovery-image] Dec 07 00:42:06.017 INFO O| Dec 07 00:42:06.017 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-07T00:42:06.398Z[ recovery-image] Dec 07 00:42:06.036 INFO O| Dec 07 00:42:06.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50242024-12-07T00:42:06.398Z[ recovery-image] Dec 07 00:42:06.036 INFO O| Dec 07 00:42:06.036 INFO STEP 238 (remove_files) COMPLETE
50252024-12-07T00:42:06.398Z[ recovery-image] Dec 07 00:42:06.036 INFO O| Dec 07 00:42:06.036 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-07T00:42:06.421Z[ recovery-image] Dec 07 00:42:06.051 INFO O| Dec 07 00:42:06.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50272024-12-07T00:42:06.421Z[ recovery-image] Dec 07 00:42:06.051 INFO O| Dec 07 00:42:06.051 INFO STEP 239 (remove_files) COMPLETE
50282024-12-07T00:42:06.421Z[ recovery-image] Dec 07 00:42:06.051 INFO O| Dec 07 00:42:06.051 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-07T00:42:06.445Z[ recovery-image] Dec 07 00:42:06.071 INFO O| Dec 07 00:42:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50302024-12-07T00:42:06.445Z[ recovery-image] Dec 07 00:42:06.071 INFO O| Dec 07 00:42:06.071 INFO STEP 240 (remove_files) COMPLETE
50312024-12-07T00:42:06.445Z[ recovery-image] Dec 07 00:42:06.071 INFO O| Dec 07 00:42:06.071 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-07T00:42:06.446Z[ recovery-image] Dec 07 00:42:06.087 INFO O| Dec 07 00:42:06.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50332024-12-07T00:42:06.446Z[ recovery-image] Dec 07 00:42:06.087 INFO O| Dec 07 00:42:06.087 INFO STEP 241 (remove_files) COMPLETE
50342024-12-07T00:42:06.446Z[ recovery-image] Dec 07 00:42:06.087 INFO O| Dec 07 00:42:06.087 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-07T00:42:06.470Z[ recovery-image] Dec 07 00:42:06.102 INFO O| Dec 07 00:42:06.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50362024-12-07T00:42:06.470Z[ recovery-image] Dec 07 00:42:06.102 INFO O| Dec 07 00:42:06.102 INFO STEP 242 (remove_files) COMPLETE
50372024-12-07T00:42:06.470Z[ recovery-image] Dec 07 00:42:06.102 INFO O| Dec 07 00:42:06.102 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-07T00:42:06.494Z[ recovery-image] Dec 07 00:42:06.125 INFO O| Dec 07 00:42:06.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50392024-12-07T00:42:06.494Z[ recovery-image] Dec 07 00:42:06.125 INFO O| Dec 07 00:42:06.125 INFO STEP 243 (remove_files) COMPLETE
50402024-12-07T00:42:06.494Z[ recovery-image] Dec 07 00:42:06.125 INFO O| Dec 07 00:42:06.125 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-07T00:42:06.527Z[ recovery-image] Dec 07 00:42:06.169 INFO O| Dec 07 00:42:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50422024-12-07T00:42:06.527Z[ recovery-image] Dec 07 00:42:06.169 INFO O| Dec 07 00:42:06.169 INFO STEP 244 (remove_files) COMPLETE
50432024-12-07T00:42:06.527Z[ recovery-image] Dec 07 00:42:06.169 INFO O| Dec 07 00:42:06.169 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-07T00:42:06.556Z[ recovery-image] Dec 07 00:42:06.199 INFO O| Dec 07 00:42:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50452024-12-07T00:42:06.556Z[ recovery-image] Dec 07 00:42:06.199 INFO O| Dec 07 00:42:06.199 INFO STEP 245 (remove_files) COMPLETE
50462024-12-07T00:42:06.556Z[ recovery-image] Dec 07 00:42:06.199 INFO O| Dec 07 00:42:06.199 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-07T00:42:06.580Z[ recovery-image] Dec 07 00:42:06.216 INFO O| Dec 07 00:42:06.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50482024-12-07T00:42:06.580Z[ recovery-image] Dec 07 00:42:06.216 INFO O| Dec 07 00:42:06.216 INFO STEP 246 (remove_files) COMPLETE
50492024-12-07T00:42:06.580Z[ recovery-image] Dec 07 00:42:06.216 INFO O| Dec 07 00:42:06.216 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-07T00:42:06.604Z[ recovery-image] Dec 07 00:42:06.232 INFO O| Dec 07 00:42:06.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50512024-12-07T00:42:06.604Z[ recovery-image] Dec 07 00:42:06.232 INFO O| Dec 07 00:42:06.232 INFO STEP 247 (remove_files) COMPLETE
50522024-12-07T00:42:06.604Z[ recovery-image] Dec 07 00:42:06.233 INFO O| Dec 07 00:42:06.232 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-07T00:42:06.627Z[ recovery-image] Dec 07 00:42:06.269 INFO O| Dec 07 00:42:06.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50542024-12-07T00:42:06.627Z[ recovery-image] Dec 07 00:42:06.269 INFO O| Dec 07 00:42:06.269 INFO STEP 248 (remove_files) COMPLETE
50552024-12-07T00:42:06.627Z[ recovery-image] Dec 07 00:42:06.269 INFO O| Dec 07 00:42:06.269 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-07T00:42:06.657Z[ recovery-image] Dec 07 00:42:06.300 INFO O| Dec 07 00:42:06.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50572024-12-07T00:42:06.658Z[ recovery-image] Dec 07 00:42:06.300 INFO O| Dec 07 00:42:06.300 INFO STEP 249 (remove_files) COMPLETE
50582024-12-07T00:42:06.658Z[ recovery-image] Dec 07 00:42:06.300 INFO O| Dec 07 00:42:06.300 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-07T00:42:06.681Z[ recovery-image] Dec 07 00:42:06.321 INFO O| Dec 07 00:42:06.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50602024-12-07T00:42:06.681Z[ recovery-image] Dec 07 00:42:06.321 INFO O| Dec 07 00:42:06.321 INFO STEP 250 (remove_files) COMPLETE
50612024-12-07T00:42:06.681Z[ recovery-image] Dec 07 00:42:06.321 INFO O| Dec 07 00:42:06.321 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-07T00:42:06.739Z[ recovery-image] Dec 07 00:42:06.382 INFO O| Dec 07 00:42:06.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50632024-12-07T00:42:06.739Z[ recovery-image] Dec 07 00:42:06.382 INFO O| Dec 07 00:42:06.382 INFO STEP 251 (remove_files) COMPLETE
50642024-12-07T00:42:06.763Z[ recovery-image] Dec 07 00:42:06.382 INFO O| Dec 07 00:42:06.382 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-07T00:42:06.763Z[ recovery-image] Dec 07 00:42:06.398 INFO O| Dec 07 00:42:06.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50662024-12-07T00:42:06.763Z[ recovery-image] Dec 07 00:42:06.398 INFO O| Dec 07 00:42:06.398 INFO STEP 252 (remove_files) COMPLETE
50672024-12-07T00:42:06.763Z[ recovery-image] Dec 07 00:42:06.398 INFO O| Dec 07 00:42:06.398 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-07T00:42:06.787Z[ recovery-image] Dec 07 00:42:06.412 INFO O| Dec 07 00:42:06.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50692024-12-07T00:42:06.787Z[ recovery-image] Dec 07 00:42:06.412 INFO O| Dec 07 00:42:06.412 INFO STEP 253 (remove_files) COMPLETE
50702024-12-07T00:42:06.788Z[ recovery-image] Dec 07 00:42:06.412 INFO O| Dec 07 00:42:06.412 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-07T00:42:06.788Z[ recovery-image] Dec 07 00:42:06.427 INFO O| Dec 07 00:42:06.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50722024-12-07T00:42:06.788Z[ recovery-image] Dec 07 00:42:06.427 INFO O| Dec 07 00:42:06.427 INFO STEP 254 (remove_files) COMPLETE
50732024-12-07T00:42:06.788Z[ recovery-image] Dec 07 00:42:06.427 INFO O| Dec 07 00:42:06.427 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-07T00:42:06.811Z[ recovery-image] Dec 07 00:42:06.452 INFO O| Dec 07 00:42:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50752024-12-07T00:42:06.835Z[ recovery-image] Dec 07 00:42:06.461 INFO O| Dec 07 00:42:06.460 INFO STEP 255 (remove_files) COMPLETE
50762024-12-07T00:42:06.835Z[ recovery-image] Dec 07 00:42:06.461 INFO O| Dec 07 00:42:06.460 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-07T00:42:06.859Z[ recovery-image] Dec 07 00:42:06.495 INFO O| Dec 07 00:42:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50782024-12-07T00:42:06.859Z[ recovery-image] Dec 07 00:42:06.495 INFO O| Dec 07 00:42:06.495 INFO STEP 256 (remove_files) COMPLETE
50792024-12-07T00:42:06.859Z[ recovery-image] Dec 07 00:42:06.495 INFO O| Dec 07 00:42:06.495 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-07T00:42:06.883Z[ recovery-image] Dec 07 00:42:06.511 INFO O| Dec 07 00:42:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50812024-12-07T00:42:06.883Z[ recovery-image] Dec 07 00:42:06.511 INFO O| Dec 07 00:42:06.511 INFO STEP 257 (remove_files) COMPLETE
50822024-12-07T00:42:06.883Z[ recovery-image] Dec 07 00:42:06.511 INFO O| Dec 07 00:42:06.511 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-07T00:42:06.907Z[ recovery-image] Dec 07 00:42:06.527 INFO O| Dec 07 00:42:06.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50842024-12-07T00:42:06.907Z[ recovery-image] Dec 07 00:42:06.527 INFO O| Dec 07 00:42:06.527 INFO STEP 258 (remove_files) COMPLETE
50852024-12-07T00:42:06.907Z[ recovery-image] Dec 07 00:42:06.527 INFO O| Dec 07 00:42:06.527 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-07T00:42:06.907Z[ recovery-image] Dec 07 00:42:06.543 INFO O| Dec 07 00:42:06.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50872024-12-07T00:42:06.907Z[ recovery-image] Dec 07 00:42:06.543 INFO O| Dec 07 00:42:06.543 INFO STEP 259 (remove_files) COMPLETE
50882024-12-07T00:42:06.907Z[ recovery-image] Dec 07 00:42:06.543 INFO O| Dec 07 00:42:06.543 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-07T00:42:06.931Z[ recovery-image] Dec 07 00:42:06.558 INFO O| Dec 07 00:42:06.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50902024-12-07T00:42:06.931Z[ recovery-image] Dec 07 00:42:06.558 INFO O| Dec 07 00:42:06.558 INFO STEP 260 (remove_files) COMPLETE
50912024-12-07T00:42:06.931Z[ recovery-image] Dec 07 00:42:06.558 INFO O| Dec 07 00:42:06.558 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-07T00:42:06.955Z[ recovery-image] Dec 07 00:42:06.578 INFO O| Dec 07 00:42:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50932024-12-07T00:42:06.955Z[ recovery-image] Dec 07 00:42:06.579 INFO O| Dec 07 00:42:06.578 INFO STEP 261 (remove_files) COMPLETE
50942024-12-07T00:42:06.955Z[ recovery-image] Dec 07 00:42:06.579 INFO O| Dec 07 00:42:06.579 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-07T00:42:06.979Z[ recovery-image] Dec 07 00:42:06.599 INFO O| Dec 07 00:42:06.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50962024-12-07T00:42:06.979Z[ recovery-image] Dec 07 00:42:06.599 INFO O| Dec 07 00:42:06.599 INFO STEP 262 (remove_files) COMPLETE
50972024-12-07T00:42:06.979Z[ recovery-image] Dec 07 00:42:06.599 INFO O| Dec 07 00:42:06.599 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-07T00:42:07.003Z[ recovery-image] Dec 07 00:42:06.630 INFO O| Dec 07 00:42:06.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50992024-12-07T00:42:07.003Z[ recovery-image] Dec 07 00:42:06.630 INFO O| Dec 07 00:42:06.630 INFO STEP 263 (remove_files) COMPLETE
51002024-12-07T00:42:07.003Z[ recovery-image] Dec 07 00:42:06.630 INFO O| Dec 07 00:42:06.630 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-07T00:42:07.027Z[ recovery-image] Dec 07 00:42:06.659 INFO O| Dec 07 00:42:06.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51022024-12-07T00:42:07.027Z[ recovery-image] Dec 07 00:42:06.659 INFO O| Dec 07 00:42:06.659 INFO STEP 264 (remove_files) COMPLETE
51032024-12-07T00:42:07.027Z[ recovery-image] Dec 07 00:42:06.659 INFO O| Dec 07 00:42:06.659 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-07T00:42:07.051Z[ recovery-image] Dec 07 00:42:06.678 INFO O| Dec 07 00:42:06.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51052024-12-07T00:42:07.051Z[ recovery-image] Dec 07 00:42:06.678 INFO O| Dec 07 00:42:06.678 INFO STEP 265 (remove_files) COMPLETE
51062024-12-07T00:42:07.051Z[ recovery-image] Dec 07 00:42:06.678 INFO O| Dec 07 00:42:06.678 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-07T00:42:07.075Z[ recovery-image] Dec 07 00:42:06.696 INFO O| Dec 07 00:42:06.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51082024-12-07T00:42:07.075Z[ recovery-image] Dec 07 00:42:06.696 INFO O| Dec 07 00:42:06.696 INFO STEP 266 (remove_files) COMPLETE
51092024-12-07T00:42:07.075Z[ recovery-image] Dec 07 00:42:06.696 INFO O| Dec 07 00:42:06.696 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-07T00:42:07.075Z[ recovery-image] Dec 07 00:42:06.713 INFO O| Dec 07 00:42:06.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51112024-12-07T00:42:07.075Z[ recovery-image] Dec 07 00:42:06.714 INFO O| Dec 07 00:42:06.714 INFO STEP 267 (remove_files) COMPLETE
51122024-12-07T00:42:07.075Z[ recovery-image] Dec 07 00:42:06.714 INFO O| Dec 07 00:42:06.714 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-07T00:42:07.099Z[ recovery-image] Dec 07 00:42:06.733 INFO O| Dec 07 00:42:06.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51142024-12-07T00:42:07.099Z[ recovery-image] Dec 07 00:42:06.733 INFO O| Dec 07 00:42:06.733 INFO STEP 268 (remove_files) COMPLETE
51152024-12-07T00:42:07.099Z[ recovery-image] Dec 07 00:42:06.733 INFO O| Dec 07 00:42:06.733 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-07T00:42:07.122Z[ recovery-image] Dec 07 00:42:06.751 INFO O| Dec 07 00:42:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51172024-12-07T00:42:07.123Z[ recovery-image] Dec 07 00:42:06.751 INFO O| Dec 07 00:42:06.751 INFO STEP 269 (remove_files) COMPLETE
51182024-12-07T00:42:07.123Z[ recovery-image] Dec 07 00:42:06.751 INFO O| Dec 07 00:42:06.751 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-07T00:42:07.146Z[ recovery-image] Dec 07 00:42:06.771 INFO O| Dec 07 00:42:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51202024-12-07T00:42:07.146Z[ recovery-image] Dec 07 00:42:06.771 INFO O| Dec 07 00:42:06.771 INFO STEP 270 (remove_files) COMPLETE
51212024-12-07T00:42:07.146Z[ recovery-image] Dec 07 00:42:06.771 INFO O| Dec 07 00:42:06.771 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-07T00:42:07.148Z[ recovery-image] Dec 07 00:42:06.789 INFO O| Dec 07 00:42:06.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51232024-12-07T00:42:07.148Z[ recovery-image] Dec 07 00:42:06.789 INFO O| Dec 07 00:42:06.789 INFO STEP 271 (remove_files) COMPLETE
51242024-12-07T00:42:07.148Z[ recovery-image] Dec 07 00:42:06.789 INFO O| Dec 07 00:42:06.789 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-07T00:42:07.172Z[ recovery-image] Dec 07 00:42:06.809 INFO O| Dec 07 00:42:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51262024-12-07T00:42:07.195Z[ recovery-image] Dec 07 00:42:06.821 INFO O| Dec 07 00:42:06.821 INFO STEP 272 (remove_files) COMPLETE
51272024-12-07T00:42:07.195Z[ recovery-image] Dec 07 00:42:06.821 INFO O| Dec 07 00:42:06.821 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-07T00:42:07.220Z[ recovery-image] Dec 07 00:42:06.862 INFO O| Dec 07 00:42:06.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51292024-12-07T00:42:07.243Z[ recovery-image] Dec 07 00:42:06.863 INFO O| Dec 07 00:42:06.863 INFO STEP 273 (remove_files) COMPLETE
51302024-12-07T00:42:07.243Z[ recovery-image] Dec 07 00:42:06.863 INFO O| Dec 07 00:42:06.863 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-07T00:42:07.243Z[ recovery-image] Dec 07 00:42:06.879 INFO O| Dec 07 00:42:06.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51322024-12-07T00:42:07.243Z[ recovery-image] Dec 07 00:42:06.879 INFO O| Dec 07 00:42:06.879 INFO STEP 274 (remove_files) COMPLETE
51332024-12-07T00:42:07.243Z[ recovery-image] Dec 07 00:42:06.879 INFO O| Dec 07 00:42:06.879 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-07T00:42:07.267Z[ recovery-image] Dec 07 00:42:06.893 INFO O| Dec 07 00:42:06.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51352024-12-07T00:42:07.267Z[ recovery-image] Dec 07 00:42:06.893 INFO O| Dec 07 00:42:06.893 INFO STEP 275 (remove_files) COMPLETE
51362024-12-07T00:42:07.267Z[ recovery-image] Dec 07 00:42:06.894 INFO O| Dec 07 00:42:06.894 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-07T00:42:07.267Z[ recovery-image] Dec 07 00:42:06.907 INFO O| Dec 07 00:42:06.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51382024-12-07T00:42:07.267Z[ recovery-image] Dec 07 00:42:06.907 INFO O| Dec 07 00:42:06.907 INFO STEP 276 (remove_files) COMPLETE
51392024-12-07T00:42:07.267Z[ recovery-image] Dec 07 00:42:06.908 INFO O| Dec 07 00:42:06.907 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-07T00:42:07.291Z[ recovery-image] Dec 07 00:42:06.921 INFO O| Dec 07 00:42:06.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51412024-12-07T00:42:07.291Z[ recovery-image] Dec 07 00:42:06.921 INFO O| Dec 07 00:42:06.921 INFO STEP 277 (remove_files) COMPLETE
51422024-12-07T00:42:07.291Z[ recovery-image] Dec 07 00:42:06.921 INFO O| Dec 07 00:42:06.921 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-07T00:42:07.291Z[ recovery-image] Dec 07 00:42:06.934 INFO O| Dec 07 00:42:06.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51442024-12-07T00:42:07.291Z[ recovery-image] Dec 07 00:42:06.934 INFO O| Dec 07 00:42:06.934 INFO STEP 278 (remove_files) COMPLETE
51452024-12-07T00:42:07.315Z[ recovery-image] Dec 07 00:42:06.934 INFO O| Dec 07 00:42:06.934 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-07T00:42:07.315Z[ recovery-image] Dec 07 00:42:06.954 INFO O| Dec 07 00:42:06.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51472024-12-07T00:42:07.315Z[ recovery-image] Dec 07 00:42:06.954 INFO O| Dec 07 00:42:06.954 INFO STEP 279 (remove_files) COMPLETE
51482024-12-07T00:42:07.315Z[ recovery-image] Dec 07 00:42:06.954 INFO O| Dec 07 00:42:06.954 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-07T00:42:07.339Z[ recovery-image] Dec 07 00:42:06.968 INFO O| Dec 07 00:42:06.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51502024-12-07T00:42:07.339Z[ recovery-image] Dec 07 00:42:06.969 INFO O| Dec 07 00:42:06.969 INFO STEP 280 (remove_files) COMPLETE
51512024-12-07T00:42:07.339Z[ recovery-image] Dec 07 00:42:06.969 INFO O| Dec 07 00:42:06.969 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-07T00:42:07.365Z[ recovery-image] Dec 07 00:42:07.008 INFO O| Dec 07 00:42:07.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51532024-12-07T00:42:07.365Z[ recovery-image] Dec 07 00:42:07.008 INFO O| Dec 07 00:42:07.008 INFO STEP 281 (remove_files) COMPLETE
51542024-12-07T00:42:07.389Z[ recovery-image] Dec 07 00:42:07.008 INFO O| Dec 07 00:42:07.008 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-07T00:42:07.389Z[ recovery-image] Dec 07 00:42:07.023 INFO O| Dec 07 00:42:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51562024-12-07T00:42:07.389Z[ recovery-image] Dec 07 00:42:07.024 INFO O| Dec 07 00:42:07.024 INFO STEP 282 (remove_files) COMPLETE
51572024-12-07T00:42:07.390Z[ recovery-image] Dec 07 00:42:07.024 INFO O| Dec 07 00:42:07.024 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-07T00:42:07.446Z[ recovery-image] Dec 07 00:42:07.088 INFO O| Dec 07 00:42:07.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51592024-12-07T00:42:07.446Z[ recovery-image] Dec 07 00:42:07.088 INFO O| Dec 07 00:42:07.088 INFO STEP 283 (remove_files) COMPLETE
51602024-12-07T00:42:07.446Z[ recovery-image] Dec 07 00:42:07.088 INFO O| Dec 07 00:42:07.088 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-07T00:42:07.522Z[ recovery-image] Dec 07 00:42:07.164 INFO O| Dec 07 00:42:07.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51622024-12-07T00:42:07.522Z[ recovery-image] Dec 07 00:42:07.164 INFO O| Dec 07 00:42:07.164 INFO STEP 284 (remove_files) COMPLETE
51632024-12-07T00:42:07.522Z[ recovery-image] Dec 07 00:42:07.164 INFO O| Dec 07 00:42:07.164 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-07T00:42:07.577Z[ recovery-image] Dec 07 00:42:07.219 INFO O| Dec 07 00:42:07.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51652024-12-07T00:42:07.607Z[ recovery-image] Dec 07 00:42:07.219 INFO O| Dec 07 00:42:07.219 INFO STEP 285 (remove_files) COMPLETE
51662024-12-07T00:42:07.607Z[ recovery-image] Dec 07 00:42:07.219 INFO O| Dec 07 00:42:07.219 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-07T00:42:07.638Z[ recovery-image] Dec 07 00:42:07.280 INFO O| Dec 07 00:42:07.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51682024-12-07T00:42:07.638Z[ recovery-image] Dec 07 00:42:07.280 INFO O| Dec 07 00:42:07.280 INFO STEP 286 (remove_files) COMPLETE
51692024-12-07T00:42:07.638Z[ recovery-image] Dec 07 00:42:07.280 INFO O| Dec 07 00:42:07.280 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-07T00:42:07.672Z[ recovery-image] Dec 07 00:42:07.315 INFO O| Dec 07 00:42:07.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51712024-12-07T00:42:07.696Z[ recovery-image] Dec 07 00:42:07.315 INFO O| Dec 07 00:42:07.315 INFO STEP 287 (remove_files) COMPLETE
51722024-12-07T00:42:07.696Z[ recovery-image] Dec 07 00:42:07.315 INFO O| Dec 07 00:42:07.315 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-07T00:42:07.696Z[ recovery-image] Dec 07 00:42:07.331 INFO O| Dec 07 00:42:07.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51742024-12-07T00:42:07.696Z[ recovery-image] Dec 07 00:42:07.331 INFO O| Dec 07 00:42:07.331 INFO STEP 288 (remove_files) COMPLETE
51752024-12-07T00:42:07.696Z[ recovery-image] Dec 07 00:42:07.331 INFO O| Dec 07 00:42:07.331 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-07T00:42:07.720Z[ recovery-image] Dec 07 00:42:07.346 INFO O| Dec 07 00:42:07.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51772024-12-07T00:42:07.720Z[ recovery-image] Dec 07 00:42:07.346 INFO O| Dec 07 00:42:07.346 INFO STEP 289 (remove_files) COMPLETE
51782024-12-07T00:42:07.720Z[ recovery-image] Dec 07 00:42:07.346 INFO O| Dec 07 00:42:07.346 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-07T00:42:07.720Z[ recovery-image] Dec 07 00:42:07.360 INFO O| Dec 07 00:42:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51802024-12-07T00:42:07.720Z[ recovery-image] Dec 07 00:42:07.360 INFO O| Dec 07 00:42:07.360 INFO STEP 290 (remove_files) COMPLETE
51812024-12-07T00:42:07.720Z[ recovery-image] Dec 07 00:42:07.360 INFO O| Dec 07 00:42:07.360 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-07T00:42:07.744Z[ recovery-image] Dec 07 00:42:07.375 INFO O| Dec 07 00:42:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51832024-12-07T00:42:07.744Z[ recovery-image] Dec 07 00:42:07.375 INFO O| Dec 07 00:42:07.375 INFO STEP 291 (remove_files) COMPLETE
51842024-12-07T00:42:07.744Z[ recovery-image] Dec 07 00:42:07.375 INFO O| Dec 07 00:42:07.375 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-07T00:42:07.768Z[ recovery-image] Dec 07 00:42:07.390 INFO O| Dec 07 00:42:07.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51862024-12-07T00:42:07.768Z[ recovery-image] Dec 07 00:42:07.390 INFO O| Dec 07 00:42:07.390 INFO STEP 292 (remove_files) COMPLETE
51872024-12-07T00:42:07.768Z[ recovery-image] Dec 07 00:42:07.390 INFO O| Dec 07 00:42:07.390 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-07T00:42:07.768Z[ recovery-image] Dec 07 00:42:07.403 INFO O| Dec 07 00:42:07.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51892024-12-07T00:42:07.768Z[ recovery-image] Dec 07 00:42:07.403 INFO O| Dec 07 00:42:07.403 INFO STEP 293 (remove_files) COMPLETE
51902024-12-07T00:42:07.768Z[ recovery-image] Dec 07 00:42:07.403 INFO O| Dec 07 00:42:07.403 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-07T00:42:07.792Z[ recovery-image] Dec 07 00:42:07.418 INFO O| Dec 07 00:42:07.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51922024-12-07T00:42:07.792Z[ recovery-image] Dec 07 00:42:07.418 INFO O| Dec 07 00:42:07.418 INFO STEP 294 (remove_files) COMPLETE
51932024-12-07T00:42:07.792Z[ recovery-image] Dec 07 00:42:07.418 INFO O| Dec 07 00:42:07.418 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-07T00:42:07.792Z[ recovery-image] Dec 07 00:42:07.433 INFO O| Dec 07 00:42:07.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51952024-12-07T00:42:07.792Z[ recovery-image] Dec 07 00:42:07.433 INFO O| Dec 07 00:42:07.433 INFO STEP 295 (remove_files) COMPLETE
51962024-12-07T00:42:07.792Z[ recovery-image] Dec 07 00:42:07.433 INFO O| Dec 07 00:42:07.433 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-07T00:42:07.817Z[ recovery-image] Dec 07 00:42:07.446 INFO O| Dec 07 00:42:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51982024-12-07T00:42:07.817Z[ recovery-image] Dec 07 00:42:07.446 INFO O| Dec 07 00:42:07.446 INFO STEP 296 (remove_files) COMPLETE
51992024-12-07T00:42:07.817Z[ recovery-image] Dec 07 00:42:07.446 INFO O| Dec 07 00:42:07.446 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-07T00:42:07.817Z[ recovery-image] Dec 07 00:42:07.459 INFO O| Dec 07 00:42:07.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52012024-12-07T00:42:07.817Z[ recovery-image] Dec 07 00:42:07.460 INFO O| Dec 07 00:42:07.459 INFO STEP 297 (remove_files) COMPLETE
52022024-12-07T00:42:07.817Z[ recovery-image] Dec 07 00:42:07.460 INFO O| Dec 07 00:42:07.460 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-07T00:42:07.841Z[ recovery-image] Dec 07 00:42:07.473 INFO O| Dec 07 00:42:07.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52042024-12-07T00:42:07.841Z[ recovery-image] Dec 07 00:42:07.473 INFO O| Dec 07 00:42:07.473 INFO STEP 298 (remove_files) COMPLETE
52052024-12-07T00:42:07.841Z[ recovery-image] Dec 07 00:42:07.473 INFO O| Dec 07 00:42:07.473 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-07T00:42:07.865Z[ recovery-image] Dec 07 00:42:07.488 INFO O| Dec 07 00:42:07.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52072024-12-07T00:42:07.865Z[ recovery-image] Dec 07 00:42:07.488 INFO O| Dec 07 00:42:07.488 INFO STEP 299 (remove_files) COMPLETE
52082024-12-07T00:42:07.865Z[ recovery-image] Dec 07 00:42:07.488 INFO O| Dec 07 00:42:07.488 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-07T00:42:07.865Z[ recovery-image] Dec 07 00:42:07.503 INFO O| Dec 07 00:42:07.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52102024-12-07T00:42:07.865Z[ recovery-image] Dec 07 00:42:07.503 INFO O| Dec 07 00:42:07.503 INFO STEP 300 (remove_files) COMPLETE
52112024-12-07T00:42:07.865Z[ recovery-image] Dec 07 00:42:07.503 INFO O| Dec 07 00:42:07.503 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-07T00:42:07.890Z[ recovery-image] Dec 07 00:42:07.522 INFO O| Dec 07 00:42:07.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52132024-12-07T00:42:07.890Z[ recovery-image] Dec 07 00:42:07.522 INFO O| Dec 07 00:42:07.522 INFO STEP 301 (remove_files) COMPLETE
52142024-12-07T00:42:07.890Z[ recovery-image] Dec 07 00:42:07.522 INFO O| Dec 07 00:42:07.522 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-07T00:42:07.914Z[ recovery-image] Dec 07 00:42:07.539 INFO O| Dec 07 00:42:07.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52162024-12-07T00:42:07.914Z[ recovery-image] Dec 07 00:42:07.539 INFO O| Dec 07 00:42:07.539 INFO STEP 302 (remove_files) COMPLETE
52172024-12-07T00:42:07.914Z[ recovery-image] Dec 07 00:42:07.539 INFO O| Dec 07 00:42:07.539 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-07T00:42:07.938Z[ recovery-image] Dec 07 00:42:07.560 INFO O| Dec 07 00:42:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52192024-12-07T00:42:07.938Z[ recovery-image] Dec 07 00:42:07.561 INFO O| Dec 07 00:42:07.561 INFO STEP 303 (remove_files) COMPLETE
52202024-12-07T00:42:07.938Z[ recovery-image] Dec 07 00:42:07.561 INFO O| Dec 07 00:42:07.561 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-07T00:42:07.938Z[ recovery-image] Dec 07 00:42:07.578 INFO O| Dec 07 00:42:07.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52222024-12-07T00:42:07.938Z[ recovery-image] Dec 07 00:42:07.578 INFO O| Dec 07 00:42:07.578 INFO STEP 304 (remove_files) COMPLETE
52232024-12-07T00:42:07.938Z[ recovery-image] Dec 07 00:42:07.578 INFO O| Dec 07 00:42:07.578 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-07T00:42:07.962Z[ recovery-image] Dec 07 00:42:07.594 INFO O| Dec 07 00:42:07.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52252024-12-07T00:42:07.962Z[ recovery-image] Dec 07 00:42:07.594 INFO O| Dec 07 00:42:07.594 INFO STEP 305 (remove_files) COMPLETE
52262024-12-07T00:42:07.962Z[ recovery-image] Dec 07 00:42:07.594 INFO O| Dec 07 00:42:07.594 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-07T00:42:07.986Z[ recovery-image] Dec 07 00:42:07.609 INFO O| Dec 07 00:42:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52282024-12-07T00:42:07.986Z[ recovery-image] Dec 07 00:42:07.610 INFO O| Dec 07 00:42:07.609 INFO STEP 306 (remove_files) COMPLETE
52292024-12-07T00:42:07.986Z[ recovery-image] Dec 07 00:42:07.610 INFO O| Dec 07 00:42:07.610 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-07T00:42:07.986Z[ recovery-image] Dec 07 00:42:07.625 INFO O| Dec 07 00:42:07.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52312024-12-07T00:42:07.986Z[ recovery-image] Dec 07 00:42:07.625 INFO O| Dec 07 00:42:07.625 INFO STEP 307 (remove_files) COMPLETE
52322024-12-07T00:42:07.986Z[ recovery-image] Dec 07 00:42:07.625 INFO O| Dec 07 00:42:07.625 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-07T00:42:08.010Z[ recovery-image] Dec 07 00:42:07.640 INFO O| Dec 07 00:42:07.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52342024-12-07T00:42:08.010Z[ recovery-image] Dec 07 00:42:07.640 INFO O| Dec 07 00:42:07.640 INFO STEP 308 (remove_files) COMPLETE
52352024-12-07T00:42:08.010Z[ recovery-image] Dec 07 00:42:07.640 INFO O| Dec 07 00:42:07.640 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-07T00:42:08.034Z[ recovery-image] Dec 07 00:42:07.668 INFO O| Dec 07 00:42:07.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52372024-12-07T00:42:08.034Z[ recovery-image] Dec 07 00:42:07.668 INFO O| Dec 07 00:42:07.668 INFO STEP 309 (remove_files) COMPLETE
52382024-12-07T00:42:08.034Z[ recovery-image] Dec 07 00:42:07.668 INFO O| Dec 07 00:42:07.668 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-07T00:42:08.064Z[ recovery-image] Dec 07 00:42:07.707 INFO O| Dec 07 00:42:07.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52402024-12-07T00:42:08.064Z[ recovery-image] Dec 07 00:42:07.707 INFO O| Dec 07 00:42:07.707 INFO STEP 310 (remove_files) COMPLETE
52412024-12-07T00:42:08.088Z[ recovery-image] Dec 07 00:42:07.707 INFO O| Dec 07 00:42:07.707 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-07T00:42:08.113Z[ recovery-image] Dec 07 00:42:07.755 INFO O| Dec 07 00:42:07.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52432024-12-07T00:42:08.138Z[ recovery-image] Dec 07 00:42:07.755 INFO O| Dec 07 00:42:07.755 INFO STEP 311 (remove_files) COMPLETE
52442024-12-07T00:42:08.138Z[ recovery-image] Dec 07 00:42:07.755 INFO O| Dec 07 00:42:07.755 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-07T00:42:08.201Z[ recovery-image] Dec 07 00:42:07.844 INFO O| Dec 07 00:42:07.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52462024-12-07T00:42:08.201Z[ recovery-image] Dec 07 00:42:07.844 INFO O| Dec 07 00:42:07.844 INFO STEP 312 (remove_files) COMPLETE
52472024-12-07T00:42:08.201Z[ recovery-image] Dec 07 00:42:07.844 INFO O| Dec 07 00:42:07.844 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-07T00:42:08.226Z[ recovery-image] Dec 07 00:42:07.860 INFO O| Dec 07 00:42:07.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52492024-12-07T00:42:08.226Z[ recovery-image] Dec 07 00:42:07.860 INFO O| Dec 07 00:42:07.860 INFO STEP 313 (remove_files) COMPLETE
52502024-12-07T00:42:08.226Z[ recovery-image] Dec 07 00:42:07.860 INFO O| Dec 07 00:42:07.860 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-07T00:42:08.250Z[ recovery-image] Dec 07 00:42:07.875 INFO O| Dec 07 00:42:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52522024-12-07T00:42:08.250Z[ recovery-image] Dec 07 00:42:07.875 INFO O| Dec 07 00:42:07.875 INFO STEP 314 (remove_files) COMPLETE
52532024-12-07T00:42:08.250Z[ recovery-image] Dec 07 00:42:07.875 INFO O| Dec 07 00:42:07.875 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-07T00:42:08.250Z[ recovery-image] Dec 07 00:42:07.888 INFO O| Dec 07 00:42:07.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52552024-12-07T00:42:08.250Z[ recovery-image] Dec 07 00:42:07.888 INFO O| Dec 07 00:42:07.888 INFO STEP 315 (remove_files) COMPLETE
52562024-12-07T00:42:08.250Z[ recovery-image] Dec 07 00:42:07.888 INFO O| Dec 07 00:42:07.888 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-07T00:42:08.275Z[ recovery-image] Dec 07 00:42:07.901 INFO O| Dec 07 00:42:07.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52582024-12-07T00:42:08.275Z[ recovery-image] Dec 07 00:42:07.901 INFO O| Dec 07 00:42:07.901 INFO STEP 316 (remove_files) COMPLETE
52592024-12-07T00:42:08.275Z[ recovery-image] Dec 07 00:42:07.901 INFO O| Dec 07 00:42:07.901 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-07T00:42:08.275Z[ recovery-image] Dec 07 00:42:07.915 INFO O| Dec 07 00:42:07.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52612024-12-07T00:42:08.275Z[ recovery-image] Dec 07 00:42:07.915 INFO O| Dec 07 00:42:07.915 INFO STEP 317 (remove_files) COMPLETE
52622024-12-07T00:42:08.275Z[ recovery-image] Dec 07 00:42:07.915 INFO O| Dec 07 00:42:07.915 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-07T00:42:08.299Z[ recovery-image] Dec 07 00:42:07.931 INFO O| Dec 07 00:42:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52642024-12-07T00:42:08.299Z[ recovery-image] Dec 07 00:42:07.931 INFO O| Dec 07 00:42:07.931 INFO STEP 318 (remove_files) COMPLETE
52652024-12-07T00:42:08.299Z[ recovery-image] Dec 07 00:42:07.931 INFO O| Dec 07 00:42:07.931 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-07T00:42:08.324Z[ recovery-image] Dec 07 00:42:07.956 INFO O| Dec 07 00:42:07.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52672024-12-07T00:42:08.324Z[ recovery-image] Dec 07 00:42:07.956 INFO O| Dec 07 00:42:07.956 INFO STEP 319 (remove_files) COMPLETE
52682024-12-07T00:42:08.324Z[ recovery-image] Dec 07 00:42:07.956 INFO O| Dec 07 00:42:07.956 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-07T00:42:08.348Z[ recovery-image] Dec 07 00:42:07.975 INFO O| Dec 07 00:42:07.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52702024-12-07T00:42:08.348Z[ recovery-image] Dec 07 00:42:07.975 INFO O| Dec 07 00:42:07.975 INFO STEP 320 (remove_files) COMPLETE
52712024-12-07T00:42:08.348Z[ recovery-image] Dec 07 00:42:07.975 INFO O| Dec 07 00:42:07.975 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-07T00:42:08.384Z[ recovery-image] Dec 07 00:42:08.026 INFO O| Dec 07 00:42:08.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52732024-12-07T00:42:08.384Z[ recovery-image] Dec 07 00:42:08.026 INFO O| Dec 07 00:42:08.026 INFO STEP 321 (remove_files) COMPLETE
52742024-12-07T00:42:08.384Z[ recovery-image] Dec 07 00:42:08.027 INFO O| Dec 07 00:42:08.026 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-07T00:42:08.408Z[ recovery-image] Dec 07 00:42:08.041 INFO O| Dec 07 00:42:08.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52762024-12-07T00:42:08.408Z[ recovery-image] Dec 07 00:42:08.041 INFO O| Dec 07 00:42:08.041 INFO STEP 322 (remove_files) COMPLETE
52772024-12-07T00:42:08.408Z[ recovery-image] Dec 07 00:42:08.041 INFO O| Dec 07 00:42:08.041 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-07T00:42:08.432Z[ recovery-image] Dec 07 00:42:08.055 INFO O| Dec 07 00:42:08.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52792024-12-07T00:42:08.432Z[ recovery-image] Dec 07 00:42:08.055 INFO O| Dec 07 00:42:08.055 INFO STEP 323 (remove_files) COMPLETE
52802024-12-07T00:42:08.432Z[ recovery-image] Dec 07 00:42:08.055 INFO O| Dec 07 00:42:08.055 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-07T00:42:08.432Z[ recovery-image] Dec 07 00:42:08.069 INFO O| Dec 07 00:42:08.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52822024-12-07T00:42:08.432Z[ recovery-image] Dec 07 00:42:08.069 INFO O| Dec 07 00:42:08.069 INFO STEP 324 (remove_files) COMPLETE
52832024-12-07T00:42:08.432Z[ recovery-image] Dec 07 00:42:08.069 INFO O| Dec 07 00:42:08.069 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-07T00:42:08.461Z[ recovery-image] Dec 07 00:42:08.082 INFO O| Dec 07 00:42:08.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52852024-12-07T00:42:08.461Z[ recovery-image] Dec 07 00:42:08.082 INFO O| Dec 07 00:42:08.082 INFO STEP 325 (remove_files) COMPLETE
52862024-12-07T00:42:08.461Z[ recovery-image] Dec 07 00:42:08.082 INFO O| Dec 07 00:42:08.082 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-07T00:42:08.462Z[ recovery-image] Dec 07 00:42:08.096 INFO O| Dec 07 00:42:08.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52882024-12-07T00:42:08.462Z[ recovery-image] Dec 07 00:42:08.096 INFO O| Dec 07 00:42:08.096 INFO STEP 326 (remove_files) COMPLETE
52892024-12-07T00:42:08.462Z[ recovery-image] Dec 07 00:42:08.096 INFO O| Dec 07 00:42:08.096 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-12-07T00:42:08.485Z[ recovery-image] Dec 07 00:42:08.109 INFO O| Dec 07 00:42:08.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52912024-12-07T00:42:08.485Z[ recovery-image] Dec 07 00:42:08.109 INFO O| Dec 07 00:42:08.109 INFO STEP 327 (remove_files) COMPLETE
52922024-12-07T00:42:08.485Z[ recovery-image] Dec 07 00:42:08.109 INFO O| Dec 07 00:42:08.109 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-12-07T00:42:08.485Z[ recovery-image] Dec 07 00:42:08.122 INFO O| Dec 07 00:42:08.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52942024-12-07T00:42:08.485Z[ recovery-image] Dec 07 00:42:08.122 INFO O| Dec 07 00:42:08.122 INFO STEP 328 (remove_files) COMPLETE
52952024-12-07T00:42:08.485Z[ recovery-image] Dec 07 00:42:08.122 INFO O| Dec 07 00:42:08.122 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-07T00:42:08.509Z[ recovery-image] Dec 07 00:42:08.135 INFO O| Dec 07 00:42:08.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52972024-12-07T00:42:08.509Z[ recovery-image] Dec 07 00:42:08.135 INFO O| Dec 07 00:42:08.135 INFO STEP 329 (remove_files) COMPLETE
52982024-12-07T00:42:08.509Z[ recovery-image] Dec 07 00:42:08.135 INFO O| Dec 07 00:42:08.135 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-07T00:42:08.509Z[ recovery-image] Dec 07 00:42:08.147 INFO O| Dec 07 00:42:08.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53002024-12-07T00:42:08.509Z[ recovery-image] Dec 07 00:42:08.148 INFO O| Dec 07 00:42:08.148 INFO STEP 330 (remove_files) COMPLETE
53012024-12-07T00:42:08.509Z[ recovery-image] Dec 07 00:42:08.148 INFO O| Dec 07 00:42:08.148 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-12-07T00:42:08.533Z[ recovery-image] Dec 07 00:42:08.160 INFO O| Dec 07 00:42:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53032024-12-07T00:42:08.533Z[ recovery-image] Dec 07 00:42:08.161 INFO O| Dec 07 00:42:08.160 INFO STEP 331 (remove_files) COMPLETE
53042024-12-07T00:42:08.533Z[ recovery-image] Dec 07 00:42:08.161 INFO O| Dec 07 00:42:08.161 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-12-07T00:42:08.533Z[ recovery-image] Dec 07 00:42:08.174 INFO O| Dec 07 00:42:08.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53062024-12-07T00:42:08.533Z[ recovery-image] Dec 07 00:42:08.174 INFO O| Dec 07 00:42:08.174 INFO STEP 332 (remove_files) COMPLETE
53072024-12-07T00:42:08.533Z[ recovery-image] Dec 07 00:42:08.174 INFO O| Dec 07 00:42:08.174 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-12-07T00:42:08.556Z[ recovery-image] Dec 07 00:42:08.187 INFO O| Dec 07 00:42:08.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53092024-12-07T00:42:08.556Z[ recovery-image] Dec 07 00:42:08.187 INFO O| Dec 07 00:42:08.187 INFO STEP 333 (remove_files) COMPLETE
53102024-12-07T00:42:08.556Z[ recovery-image] Dec 07 00:42:08.187 INFO O| Dec 07 00:42:08.187 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-12-07T00:42:08.580Z[ recovery-image] Dec 07 00:42:08.201 INFO O| Dec 07 00:42:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53122024-12-07T00:42:08.580Z[ recovery-image] Dec 07 00:42:08.201 INFO O| Dec 07 00:42:08.201 INFO STEP 334 (remove_files) COMPLETE
53132024-12-07T00:42:08.580Z[ recovery-image] Dec 07 00:42:08.201 INFO O| Dec 07 00:42:08.201 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-12-07T00:42:08.580Z[ recovery-image] Dec 07 00:42:08.214 INFO O| Dec 07 00:42:08.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53152024-12-07T00:42:08.580Z[ recovery-image] Dec 07 00:42:08.214 INFO O| Dec 07 00:42:08.214 INFO STEP 335 (remove_files) COMPLETE
53162024-12-07T00:42:08.580Z[ recovery-image] Dec 07 00:42:08.215 INFO O| Dec 07 00:42:08.214 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-12-07T00:42:08.604Z[ recovery-image] Dec 07 00:42:08.230 INFO O| Dec 07 00:42:08.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53182024-12-07T00:42:08.604Z[ recovery-image] Dec 07 00:42:08.230 INFO O| Dec 07 00:42:08.230 INFO STEP 336 (remove_files) COMPLETE
53192024-12-07T00:42:08.604Z[ recovery-image] Dec 07 00:42:08.230 INFO O| Dec 07 00:42:08.230 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-07T00:42:08.627Z[ recovery-image] Dec 07 00:42:08.251 INFO O| Dec 07 00:42:08.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53212024-12-07T00:42:08.627Z[ recovery-image] Dec 07 00:42:08.252 INFO O| Dec 07 00:42:08.251 INFO STEP 337 (remove_files) COMPLETE
53222024-12-07T00:42:08.627Z[ recovery-image] Dec 07 00:42:08.252 INFO O| Dec 07 00:42:08.251 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-07T00:42:08.627Z[ recovery-image] Dec 07 00:42:08.269 INFO O| Dec 07 00:42:08.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53242024-12-07T00:42:08.627Z[ recovery-image] Dec 07 00:42:08.269 INFO O| Dec 07 00:42:08.269 INFO STEP 338 (remove_files) COMPLETE
53252024-12-07T00:42:08.627Z[ recovery-image] Dec 07 00:42:08.269 INFO O| Dec 07 00:42:08.269 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-07T00:42:08.651Z[ recovery-image] Dec 07 00:42:08.287 INFO O| Dec 07 00:42:08.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53272024-12-07T00:42:08.651Z[ recovery-image] Dec 07 00:42:08.287 INFO O| Dec 07 00:42:08.287 INFO STEP 339 (remove_files) COMPLETE
53282024-12-07T00:42:08.651Z[ recovery-image] Dec 07 00:42:08.287 INFO O| Dec 07 00:42:08.287 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-07T00:42:08.674Z[ recovery-image] Dec 07 00:42:08.301 INFO O| Dec 07 00:42:08.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53302024-12-07T00:42:08.674Z[ recovery-image] Dec 07 00:42:08.301 INFO O| Dec 07 00:42:08.301 INFO STEP 340 (remove_files) COMPLETE
53312024-12-07T00:42:08.674Z[ recovery-image] Dec 07 00:42:08.301 INFO O| Dec 07 00:42:08.301 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-07T00:42:08.675Z[ recovery-image] Dec 07 00:42:08.314 INFO O| Dec 07 00:42:08.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53332024-12-07T00:42:08.675Z[ recovery-image] Dec 07 00:42:08.314 INFO O| Dec 07 00:42:08.314 INFO STEP 341 (remove_files) COMPLETE
53342024-12-07T00:42:08.675Z[ recovery-image] Dec 07 00:42:08.314 INFO O| Dec 07 00:42:08.314 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-07T00:42:08.702Z[ recovery-image] Dec 07 00:42:08.344 INFO O| Dec 07 00:42:08.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53362024-12-07T00:42:08.702Z[ recovery-image] Dec 07 00:42:08.345 INFO O| Dec 07 00:42:08.345 INFO STEP 342 (remove_files) COMPLETE
53372024-12-07T00:42:08.726Z[ recovery-image] Dec 07 00:42:08.345 INFO O| Dec 07 00:42:08.345 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-07T00:42:08.726Z[ recovery-image] Dec 07 00:42:08.365 INFO O| Dec 07 00:42:08.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53392024-12-07T00:42:08.726Z[ recovery-image] Dec 07 00:42:08.365 INFO O| Dec 07 00:42:08.365 INFO STEP 343 (remove_files) COMPLETE
53402024-12-07T00:42:08.726Z[ recovery-image] Dec 07 00:42:08.365 INFO O| Dec 07 00:42:08.365 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-07T00:42:08.749Z[ recovery-image] Dec 07 00:42:08.379 INFO O| Dec 07 00:42:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53422024-12-07T00:42:08.749Z[ recovery-image] Dec 07 00:42:08.380 INFO O| Dec 07 00:42:08.379 INFO STEP 344 (remove_files) COMPLETE
53432024-12-07T00:42:08.749Z[ recovery-image] Dec 07 00:42:08.380 INFO O| Dec 07 00:42:08.380 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-07T00:42:08.773Z[ recovery-image] Dec 07 00:42:08.397 INFO O| Dec 07 00:42:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53452024-12-07T00:42:08.773Z[ recovery-image] Dec 07 00:42:08.397 INFO O| Dec 07 00:42:08.397 INFO STEP 345 (remove_files) COMPLETE
53462024-12-07T00:42:08.773Z[ recovery-image] Dec 07 00:42:08.397 INFO O| Dec 07 00:42:08.397 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-07T00:42:08.775Z[ recovery-image] Dec 07 00:42:08.413 INFO O| Dec 07 00:42:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53482024-12-07T00:42:08.775Z[ recovery-image] Dec 07 00:42:08.413 INFO O| Dec 07 00:42:08.413 INFO STEP 346 (remove_files) COMPLETE
53492024-12-07T00:42:08.775Z[ recovery-image] Dec 07 00:42:08.413 INFO O| Dec 07 00:42:08.413 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-07T00:42:08.798Z[ recovery-image] Dec 07 00:42:08.428 INFO O| Dec 07 00:42:08.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53512024-12-07T00:42:08.798Z[ recovery-image] Dec 07 00:42:08.428 INFO O| Dec 07 00:42:08.428 INFO STEP 347 (remove_files) COMPLETE
53522024-12-07T00:42:08.799Z[ recovery-image] Dec 07 00:42:08.428 INFO O| Dec 07 00:42:08.428 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-07T00:42:08.822Z[ recovery-image] Dec 07 00:42:08.442 INFO O| Dec 07 00:42:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53542024-12-07T00:42:08.822Z[ recovery-image] Dec 07 00:42:08.442 INFO O| Dec 07 00:42:08.442 INFO STEP 348 (remove_files) COMPLETE
53552024-12-07T00:42:08.822Z[ recovery-image] Dec 07 00:42:08.442 INFO O| Dec 07 00:42:08.442 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-07T00:42:08.870Z[ recovery-image] Dec 07 00:42:08.513 INFO O| Dec 07 00:42:08.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53572024-12-07T00:42:08.870Z[ recovery-image] Dec 07 00:42:08.513 INFO O| Dec 07 00:42:08.513 INFO STEP 349 (remove_files) COMPLETE
53582024-12-07T00:42:08.894Z[ recovery-image] Dec 07 00:42:08.513 INFO O| Dec 07 00:42:08.513 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-07T00:42:08.894Z[ recovery-image] Dec 07 00:42:08.534 INFO O| Dec 07 00:42:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53602024-12-07T00:42:08.894Z[ recovery-image] Dec 07 00:42:08.534 INFO O| Dec 07 00:42:08.534 INFO STEP 350 (remove_files) COMPLETE
53612024-12-07T00:42:08.894Z[ recovery-image] Dec 07 00:42:08.534 INFO O| Dec 07 00:42:08.534 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-07T00:42:08.917Z[ recovery-image] Dec 07 00:42:08.550 INFO O| Dec 07 00:42:08.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53632024-12-07T00:42:08.917Z[ recovery-image] Dec 07 00:42:08.550 INFO O| Dec 07 00:42:08.550 INFO STEP 351 (remove_files) COMPLETE
53642024-12-07T00:42:08.917Z[ recovery-image] Dec 07 00:42:08.550 INFO O| Dec 07 00:42:08.550 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-07T00:42:08.941Z[ recovery-image] Dec 07 00:42:08.565 INFO O| Dec 07 00:42:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53662024-12-07T00:42:08.941Z[ recovery-image] Dec 07 00:42:08.565 INFO O| Dec 07 00:42:08.565 INFO STEP 352 (remove_files) COMPLETE
53672024-12-07T00:42:08.941Z[ recovery-image] Dec 07 00:42:08.565 INFO O| Dec 07 00:42:08.565 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-07T00:42:08.941Z[ recovery-image] Dec 07 00:42:08.579 INFO O| Dec 07 00:42:08.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53692024-12-07T00:42:08.941Z[ recovery-image] Dec 07 00:42:08.579 INFO O| Dec 07 00:42:08.579 INFO STEP 353 (remove_files) COMPLETE
53702024-12-07T00:42:08.941Z[ recovery-image] Dec 07 00:42:08.579 INFO O| Dec 07 00:42:08.579 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-07T00:42:08.965Z[ recovery-image] Dec 07 00:42:08.593 INFO O| Dec 07 00:42:08.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53722024-12-07T00:42:08.965Z[ recovery-image] Dec 07 00:42:08.593 INFO O| Dec 07 00:42:08.593 INFO STEP 354 (remove_files) COMPLETE
53732024-12-07T00:42:08.965Z[ recovery-image] Dec 07 00:42:08.593 INFO O| Dec 07 00:42:08.593 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-07T00:42:08.965Z[ recovery-image] Dec 07 00:42:08.607 INFO O| Dec 07 00:42:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53752024-12-07T00:42:08.965Z[ recovery-image] Dec 07 00:42:08.607 INFO O| Dec 07 00:42:08.607 INFO STEP 355 (remove_files) COMPLETE
53762024-12-07T00:42:08.965Z[ recovery-image] Dec 07 00:42:08.607 INFO O| Dec 07 00:42:08.607 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-07T00:42:08.988Z[ recovery-image] Dec 07 00:42:08.626 INFO O| Dec 07 00:42:08.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53782024-12-07T00:42:08.988Z[ recovery-image] Dec 07 00:42:08.626 INFO O| Dec 07 00:42:08.626 INFO STEP 356 (remove_files) COMPLETE
53792024-12-07T00:42:08.988Z[ recovery-image] Dec 07 00:42:08.626 INFO O| Dec 07 00:42:08.626 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-07T00:42:09.012Z[ recovery-image] Dec 07 00:42:08.655 INFO O| Dec 07 00:42:08.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53812024-12-07T00:42:09.012Z[ recovery-image] Dec 07 00:42:08.655 INFO O| Dec 07 00:42:08.655 INFO STEP 357 (remove_files) COMPLETE
53822024-12-07T00:42:09.035Z[ recovery-image] Dec 07 00:42:08.655 INFO O| Dec 07 00:42:08.655 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-07T00:42:09.059Z[ recovery-image] Dec 07 00:42:08.683 INFO O| Dec 07 00:42:08.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53842024-12-07T00:42:09.059Z[ recovery-image] Dec 07 00:42:08.683 INFO O| Dec 07 00:42:08.683 INFO STEP 358 (remove_files) COMPLETE
53852024-12-07T00:42:09.059Z[ recovery-image] Dec 07 00:42:08.683 INFO O| Dec 07 00:42:08.683 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-07T00:42:09.091Z[ recovery-image] Dec 07 00:42:08.734 INFO O| Dec 07 00:42:08.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53872024-12-07T00:42:09.115Z[ recovery-image] Dec 07 00:42:08.734 INFO O| Dec 07 00:42:08.734 INFO STEP 359 (remove_files) COMPLETE
53882024-12-07T00:42:09.115Z[ recovery-image] Dec 07 00:42:08.734 INFO O| Dec 07 00:42:08.734 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-07T00:42:09.115Z[ recovery-image] Dec 07 00:42:08.751 INFO O| Dec 07 00:42:08.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53902024-12-07T00:42:09.115Z[ recovery-image] Dec 07 00:42:08.751 INFO O| Dec 07 00:42:08.751 INFO STEP 360 (remove_files) COMPLETE
53912024-12-07T00:42:09.115Z[ recovery-image] Dec 07 00:42:08.751 INFO O| Dec 07 00:42:08.751 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-07T00:42:09.140Z[ recovery-image] Dec 07 00:42:08.765 INFO O| Dec 07 00:42:08.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53932024-12-07T00:42:09.140Z[ recovery-image] Dec 07 00:42:08.765 INFO O| Dec 07 00:42:08.765 INFO STEP 361 (remove_files) COMPLETE
53942024-12-07T00:42:09.140Z[ recovery-image] Dec 07 00:42:08.765 INFO O| Dec 07 00:42:08.765 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-07T00:42:09.140Z[ recovery-image] Dec 07 00:42:08.778 INFO O| Dec 07 00:42:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53962024-12-07T00:42:09.140Z[ recovery-image] Dec 07 00:42:08.779 INFO O| Dec 07 00:42:08.778 INFO STEP 362 (remove_files) COMPLETE
53972024-12-07T00:42:09.140Z[ recovery-image] Dec 07 00:42:08.779 INFO O| Dec 07 00:42:08.779 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-07T00:42:09.163Z[ recovery-image] Dec 07 00:42:08.792 INFO O| Dec 07 00:42:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53992024-12-07T00:42:09.163Z[ recovery-image] Dec 07 00:42:08.792 INFO O| Dec 07 00:42:08.792 INFO STEP 363 (remove_files) COMPLETE
54002024-12-07T00:42:09.163Z[ recovery-image] Dec 07 00:42:08.792 INFO O| Dec 07 00:42:08.792 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-07T00:42:09.163Z[ recovery-image] Dec 07 00:42:08.805 INFO O| Dec 07 00:42:08.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54022024-12-07T00:42:09.163Z[ recovery-image] Dec 07 00:42:08.805 INFO O| Dec 07 00:42:08.805 INFO STEP 364 (remove_files) COMPLETE
54032024-12-07T00:42:09.163Z[ recovery-image] Dec 07 00:42:08.805 INFO O| Dec 07 00:42:08.805 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-07T00:42:09.187Z[ recovery-image] Dec 07 00:42:08.819 INFO O| Dec 07 00:42:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54052024-12-07T00:42:09.187Z[ recovery-image] Dec 07 00:42:08.819 INFO O| Dec 07 00:42:08.819 INFO STEP 365 (remove_files) COMPLETE
54062024-12-07T00:42:09.187Z[ recovery-image] Dec 07 00:42:08.819 INFO O| Dec 07 00:42:08.819 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-07T00:42:09.212Z[ recovery-image] Dec 07 00:42:08.834 INFO O| Dec 07 00:42:08.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54082024-12-07T00:42:09.212Z[ recovery-image] Dec 07 00:42:08.834 INFO O| Dec 07 00:42:08.834 INFO STEP 366 (remove_files) COMPLETE
54092024-12-07T00:42:09.212Z[ recovery-image] Dec 07 00:42:08.834 INFO O| Dec 07 00:42:08.834 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-07T00:42:09.212Z[ recovery-image] Dec 07 00:42:08.853 INFO O| Dec 07 00:42:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54112024-12-07T00:42:09.212Z[ recovery-image] Dec 07 00:42:08.853 INFO O| Dec 07 00:42:08.853 INFO STEP 367 (remove_files) COMPLETE
54122024-12-07T00:42:09.212Z[ recovery-image] Dec 07 00:42:08.853 INFO O| Dec 07 00:42:08.853 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-07T00:42:09.235Z[ recovery-image] Dec 07 00:42:08.867 INFO O| Dec 07 00:42:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54142024-12-07T00:42:09.235Z[ recovery-image] Dec 07 00:42:08.868 INFO O| Dec 07 00:42:08.868 INFO STEP 368 (remove_files) COMPLETE
54152024-12-07T00:42:09.235Z[ recovery-image] Dec 07 00:42:08.868 INFO O| Dec 07 00:42:08.868 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-07T00:42:09.259Z[ recovery-image] Dec 07 00:42:08.881 INFO O| Dec 07 00:42:08.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54172024-12-07T00:42:09.259Z[ recovery-image] Dec 07 00:42:08.881 INFO O| Dec 07 00:42:08.881 INFO STEP 369 (remove_files) COMPLETE
54182024-12-07T00:42:09.259Z[ recovery-image] Dec 07 00:42:08.881 INFO O| Dec 07 00:42:08.881 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-07T00:42:09.259Z[ recovery-image] Dec 07 00:42:08.893 INFO O| Dec 07 00:42:08.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54202024-12-07T00:42:09.259Z[ recovery-image] Dec 07 00:42:08.894 INFO O| Dec 07 00:42:08.893 INFO STEP 370 (remove_files) COMPLETE
54212024-12-07T00:42:09.259Z[ recovery-image] Dec 07 00:42:08.894 INFO O| Dec 07 00:42:08.894 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-07T00:42:09.282Z[ recovery-image] Dec 07 00:42:08.906 INFO O| Dec 07 00:42:08.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54232024-12-07T00:42:09.282Z[ recovery-image] Dec 07 00:42:08.906 INFO O| Dec 07 00:42:08.906 INFO STEP 371 (remove_files) COMPLETE
54242024-12-07T00:42:09.282Z[ recovery-image] Dec 07 00:42:08.906 INFO O| Dec 07 00:42:08.906 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-07T00:42:09.282Z[ recovery-image] Dec 07 00:42:08.919 INFO O| Dec 07 00:42:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54262024-12-07T00:42:09.282Z[ recovery-image] Dec 07 00:42:08.919 INFO O| Dec 07 00:42:08.919 INFO STEP 372 (remove_files) COMPLETE
54272024-12-07T00:42:09.282Z[ recovery-image] Dec 07 00:42:08.919 INFO O| Dec 07 00:42:08.919 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-07T00:42:09.306Z[ recovery-image] Dec 07 00:42:08.931 INFO O| Dec 07 00:42:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54292024-12-07T00:42:09.306Z[ recovery-image] Dec 07 00:42:08.932 INFO O| Dec 07 00:42:08.931 INFO STEP 373 (remove_files) COMPLETE
54302024-12-07T00:42:09.306Z[ recovery-image] Dec 07 00:42:08.932 INFO O| Dec 07 00:42:08.931 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-07T00:42:09.306Z[ recovery-image] Dec 07 00:42:08.944 INFO O| Dec 07 00:42:08.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54322024-12-07T00:42:09.306Z[ recovery-image] Dec 07 00:42:08.944 INFO O| Dec 07 00:42:08.944 INFO STEP 374 (remove_files) COMPLETE
54332024-12-07T00:42:09.306Z[ recovery-image] Dec 07 00:42:08.944 INFO O| Dec 07 00:42:08.944 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-07T00:42:09.330Z[ recovery-image] Dec 07 00:42:08.957 INFO O| Dec 07 00:42:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54352024-12-07T00:42:09.330Z[ recovery-image] Dec 07 00:42:08.957 INFO O| Dec 07 00:42:08.957 INFO STEP 375 (remove_files) COMPLETE
54362024-12-07T00:42:09.330Z[ recovery-image] Dec 07 00:42:08.957 INFO O| Dec 07 00:42:08.957 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-07T00:42:09.331Z[ recovery-image] Dec 07 00:42:08.969 INFO O| Dec 07 00:42:08.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54382024-12-07T00:42:09.331Z[ recovery-image] Dec 07 00:42:08.969 INFO O| Dec 07 00:42:08.969 INFO STEP 376 (remove_files) COMPLETE
54392024-12-07T00:42:09.331Z[ recovery-image] Dec 07 00:42:08.970 INFO O| Dec 07 00:42:08.969 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-07T00:42:09.354Z[ recovery-image] Dec 07 00:42:08.982 INFO O| Dec 07 00:42:08.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54412024-12-07T00:42:09.354Z[ recovery-image] Dec 07 00:42:08.982 INFO O| Dec 07 00:42:08.982 INFO STEP 377 (remove_files) COMPLETE
54422024-12-07T00:42:09.354Z[ recovery-image] Dec 07 00:42:08.983 INFO O| Dec 07 00:42:08.982 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-07T00:42:09.354Z[ recovery-image] Dec 07 00:42:08.995 INFO O| Dec 07 00:42:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54442024-12-07T00:42:09.354Z[ recovery-image] Dec 07 00:42:08.995 INFO O| Dec 07 00:42:08.995 INFO STEP 378 (remove_files) COMPLETE
54452024-12-07T00:42:09.354Z[ recovery-image] Dec 07 00:42:08.995 INFO O| Dec 07 00:42:08.995 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-07T00:42:09.378Z[ recovery-image] Dec 07 00:42:09.008 INFO O| Dec 07 00:42:09.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54472024-12-07T00:42:09.378Z[ recovery-image] Dec 07 00:42:09.008 INFO O| Dec 07 00:42:09.008 INFO STEP 379 (remove_files) COMPLETE
54482024-12-07T00:42:09.378Z[ recovery-image] Dec 07 00:42:09.008 INFO O| Dec 07 00:42:09.008 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-07T00:42:09.378Z[ recovery-image] Dec 07 00:42:09.020 INFO O| Dec 07 00:42:09.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54502024-12-07T00:42:09.378Z[ recovery-image] Dec 07 00:42:09.020 INFO O| Dec 07 00:42:09.020 INFO STEP 380 (remove_files) COMPLETE
54512024-12-07T00:42:09.378Z[ recovery-image] Dec 07 00:42:09.020 INFO O| Dec 07 00:42:09.020 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-07T00:42:09.401Z[ recovery-image] Dec 07 00:42:09.032 INFO O| Dec 07 00:42:09.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54532024-12-07T00:42:09.401Z[ recovery-image] Dec 07 00:42:09.033 INFO O| Dec 07 00:42:09.033 INFO STEP 381 (remove_files) COMPLETE
54542024-12-07T00:42:09.401Z[ recovery-image] Dec 07 00:42:09.033 INFO O| Dec 07 00:42:09.033 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-07T00:42:09.425Z[ recovery-image] Dec 07 00:42:09.045 INFO O| Dec 07 00:42:09.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54562024-12-07T00:42:09.425Z[ recovery-image] Dec 07 00:42:09.045 INFO O| Dec 07 00:42:09.045 INFO STEP 382 (remove_files) COMPLETE
54572024-12-07T00:42:09.425Z[ recovery-image] Dec 07 00:42:09.045 INFO O| Dec 07 00:42:09.045 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-07T00:42:09.425Z[ recovery-image] Dec 07 00:42:09.058 INFO O| Dec 07 00:42:09.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54592024-12-07T00:42:09.425Z[ recovery-image] Dec 07 00:42:09.058 INFO O| Dec 07 00:42:09.058 INFO STEP 383 (remove_files) COMPLETE
54602024-12-07T00:42:09.425Z[ recovery-image] Dec 07 00:42:09.058 INFO O| Dec 07 00:42:09.058 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-07T00:42:09.448Z[ recovery-image] Dec 07 00:42:09.070 INFO O| Dec 07 00:42:09.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54622024-12-07T00:42:09.448Z[ recovery-image] Dec 07 00:42:09.070 INFO O| Dec 07 00:42:09.070 INFO STEP 384 (remove_files) COMPLETE
54632024-12-07T00:42:09.448Z[ recovery-image] Dec 07 00:42:09.070 INFO O| Dec 07 00:42:09.070 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-07T00:42:09.473Z[ recovery-image] Dec 07 00:42:09.095 INFO O| Dec 07 00:42:09.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54652024-12-07T00:42:09.473Z[ recovery-image] Dec 07 00:42:09.095 INFO O| Dec 07 00:42:09.095 INFO STEP 385 (remove_files) COMPLETE
54662024-12-07T00:42:09.473Z[ recovery-image] Dec 07 00:42:09.095 INFO O| Dec 07 00:42:09.095 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-07T00:42:09.533Z[ host-image] Dec 07 00:42:09.176 INFO O| Dec 07 00:42:09.176 INFO O| Download: 1113/1140 items 6.6/8.4MB 78% complete (1.2M/s)
54682024-12-07T00:42:09.650Z[ recovery-image] Dec 07 00:42:09.293 INFO O| Dec 07 00:42:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54692024-12-07T00:42:09.650Z[ recovery-image] Dec 07 00:42:09.293 INFO O| Dec 07 00:42:09.293 INFO STEP 386 (remove_files) COMPLETE
54702024-12-07T00:42:09.674Z[ recovery-image] Dec 07 00:42:09.293 INFO O| Dec 07 00:42:09.293 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-07T00:42:09.704Z[ recovery-image] Dec 07 00:42:09.346 INFO O| Dec 07 00:42:09.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54722024-12-07T00:42:09.704Z[ recovery-image] Dec 07 00:42:09.346 INFO O| Dec 07 00:42:09.346 INFO STEP 387 (remove_files) COMPLETE
54732024-12-07T00:42:09.704Z[ recovery-image] Dec 07 00:42:09.346 INFO O| Dec 07 00:42:09.346 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-07T00:42:09.779Z[ recovery-image] Dec 07 00:42:09.421 INFO O| Dec 07 00:42:09.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54752024-12-07T00:42:09.779Z[ recovery-image] Dec 07 00:42:09.421 INFO O| Dec 07 00:42:09.421 INFO STEP 388 (remove_files) COMPLETE
54762024-12-07T00:42:09.779Z[ recovery-image] Dec 07 00:42:09.421 INFO O| Dec 07 00:42:09.421 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-07T00:42:09.864Z[ recovery-image] Dec 07 00:42:09.506 INFO O| Dec 07 00:42:09.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54782024-12-07T00:42:09.864Z[ recovery-image] Dec 07 00:42:09.507 INFO O| Dec 07 00:42:09.507 INFO STEP 389 (remove_files) COMPLETE
54792024-12-07T00:42:09.864Z[ recovery-image] Dec 07 00:42:09.507 INFO O| Dec 07 00:42:09.507 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-07T00:42:09.888Z[ recovery-image] Dec 07 00:42:09.522 INFO O| Dec 07 00:42:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54812024-12-07T00:42:09.888Z[ recovery-image] Dec 07 00:42:09.522 INFO O| Dec 07 00:42:09.522 INFO STEP 390 (remove_files) COMPLETE
54822024-12-07T00:42:09.888Z[ recovery-image] Dec 07 00:42:09.522 INFO O| Dec 07 00:42:09.522 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-07T00:42:09.913Z[ recovery-image] Dec 07 00:42:09.537 INFO O| Dec 07 00:42:09.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54842024-12-07T00:42:09.913Z[ recovery-image] Dec 07 00:42:09.537 INFO O| Dec 07 00:42:09.537 INFO STEP 391 (remove_files) COMPLETE
54852024-12-07T00:42:09.913Z[ recovery-image] Dec 07 00:42:09.537 INFO O| Dec 07 00:42:09.537 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-07T00:42:09.913Z[ recovery-image] Dec 07 00:42:09.552 INFO O| Dec 07 00:42:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54872024-12-07T00:42:09.913Z[ recovery-image] Dec 07 00:42:09.552 INFO O| Dec 07 00:42:09.552 INFO STEP 392 (remove_files) COMPLETE
54882024-12-07T00:42:09.913Z[ recovery-image] Dec 07 00:42:09.552 INFO O| Dec 07 00:42:09.552 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-07T00:42:09.936Z[ recovery-image] Dec 07 00:42:09.565 INFO O| Dec 07 00:42:09.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54902024-12-07T00:42:09.936Z[ recovery-image] Dec 07 00:42:09.565 INFO O| Dec 07 00:42:09.565 INFO STEP 393 (remove_files) COMPLETE
54912024-12-07T00:42:09.936Z[ recovery-image] Dec 07 00:42:09.565 INFO O| Dec 07 00:42:09.565 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-07T00:42:09.936Z[ recovery-image] Dec 07 00:42:09.578 INFO O| Dec 07 00:42:09.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54932024-12-07T00:42:09.936Z[ recovery-image] Dec 07 00:42:09.578 INFO O| Dec 07 00:42:09.578 INFO STEP 394 (remove_files) COMPLETE
54942024-12-07T00:42:09.936Z[ recovery-image] Dec 07 00:42:09.578 INFO O| Dec 07 00:42:09.578 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-07T00:42:09.959Z[ host-image] Dec 07 00:42:09.580 INFO O| Dec 07 00:42:09.580 INFO O| Download: Completed 8.42 MB in 5.46 seconds (1.5M/s)
54962024-12-07T00:42:09.959Z[ recovery-image] Dec 07 00:42:09.592 INFO O| Dec 07 00:42:09.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54972024-12-07T00:42:09.959Z[ recovery-image] Dec 07 00:42:09.592 INFO O| Dec 07 00:42:09.592 INFO STEP 395 (remove_files) COMPLETE
54982024-12-07T00:42:09.959Z[ recovery-image] Dec 07 00:42:09.592 INFO O| Dec 07 00:42:09.592 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-07T00:42:09.983Z[ recovery-image] Dec 07 00:42:09.626 INFO O| Dec 07 00:42:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55002024-12-07T00:42:10.007Z[ recovery-image] Dec 07 00:42:09.626 INFO O| Dec 07 00:42:09.626 INFO STEP 396 (remove_files) COMPLETE
55012024-12-07T00:42:10.007Z[ recovery-image] Dec 07 00:42:09.626 INFO O| Dec 07 00:42:09.626 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-07T00:42:10.007Z[ recovery-image] Dec 07 00:42:09.646 INFO O| Dec 07 00:42:09.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55032024-12-07T00:42:10.007Z[ recovery-image] Dec 07 00:42:09.646 INFO O| Dec 07 00:42:09.646 INFO STEP 397 (remove_files) COMPLETE
55042024-12-07T00:42:10.007Z[ recovery-image] Dec 07 00:42:09.647 INFO O| Dec 07 00:42:09.646 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-07T00:42:10.030Z[ host-image] Dec 07 00:42:09.661 INFO O| Dec 07 00:42:09.661 INFO O| Actions: 1/1361 actions (Installing new actions)
55062024-12-07T00:42:10.053Z[ recovery-image] Dec 07 00:42:09.686 INFO O| Dec 07 00:42:09.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55072024-12-07T00:42:10.053Z[ recovery-image] Dec 07 00:42:09.687 INFO O| Dec 07 00:42:09.687 INFO STEP 398 (remove_files) COMPLETE
55082024-12-07T00:42:10.054Z[ recovery-image] Dec 07 00:42:09.687 INFO O| Dec 07 00:42:09.687 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-07T00:42:10.077Z[ recovery-image] Dec 07 00:42:09.717 INFO O| Dec 07 00:42:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55102024-12-07T00:42:10.077Z[ recovery-image] Dec 07 00:42:09.717 INFO O| Dec 07 00:42:09.717 INFO STEP 399 (remove_files) COMPLETE
55112024-12-07T00:42:10.077Z[ recovery-image] Dec 07 00:42:09.717 INFO O| Dec 07 00:42:09.717 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-07T00:42:10.100Z[ recovery-image] Dec 07 00:42:09.736 INFO O| Dec 07 00:42:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55132024-12-07T00:42:10.101Z[ recovery-image] Dec 07 00:42:09.737 INFO O| Dec 07 00:42:09.736 INFO STEP 400 (remove_files) COMPLETE
55142024-12-07T00:42:10.101Z[ recovery-image] Dec 07 00:42:09.737 INFO O| Dec 07 00:42:09.736 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-07T00:42:10.125Z[ recovery-image] Dec 07 00:42:09.752 INFO O| Dec 07 00:42:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55162024-12-07T00:42:10.125Z[ recovery-image] Dec 07 00:42:09.753 INFO O| Dec 07 00:42:09.752 INFO STEP 401 (remove_files) COMPLETE
55172024-12-07T00:42:10.125Z[ recovery-image] Dec 07 00:42:09.753 INFO O| Dec 07 00:42:09.753 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-07T00:42:10.149Z[ recovery-image] Dec 07 00:42:09.768 INFO O| Dec 07 00:42:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55192024-12-07T00:42:10.149Z[ recovery-image] Dec 07 00:42:09.768 INFO O| Dec 07 00:42:09.768 INFO STEP 402 (remove_files) COMPLETE
55202024-12-07T00:42:10.149Z[ recovery-image] Dec 07 00:42:09.768 INFO O| Dec 07 00:42:09.768 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-07T00:42:10.149Z[ recovery-image] Dec 07 00:42:09.783 INFO O| Dec 07 00:42:09.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55222024-12-07T00:42:10.149Z[ recovery-image] Dec 07 00:42:09.783 INFO O| Dec 07 00:42:09.783 INFO STEP 403 (remove_files) COMPLETE
55232024-12-07T00:42:10.149Z[ recovery-image] Dec 07 00:42:09.783 INFO O| Dec 07 00:42:09.783 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-07T00:42:10.172Z[ recovery-image] Dec 07 00:42:09.798 INFO O| Dec 07 00:42:09.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55252024-12-07T00:42:10.172Z[ recovery-image] Dec 07 00:42:09.798 INFO O| Dec 07 00:42:09.798 INFO STEP 404 (remove_files) COMPLETE
55262024-12-07T00:42:10.172Z[ recovery-image] Dec 07 00:42:09.798 INFO O| Dec 07 00:42:09.798 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-07T00:42:10.172Z[ recovery-image] Dec 07 00:42:09.813 INFO O| Dec 07 00:42:09.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55282024-12-07T00:42:10.172Z[ recovery-image] Dec 07 00:42:09.814 INFO O| Dec 07 00:42:09.813 INFO STEP 405 (remove_files) COMPLETE
55292024-12-07T00:42:10.172Z[ recovery-image] Dec 07 00:42:09.814 INFO O| Dec 07 00:42:09.814 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-07T00:42:10.198Z[ recovery-image] Dec 07 00:42:09.828 INFO O| Dec 07 00:42:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55312024-12-07T00:42:10.198Z[ recovery-image] Dec 07 00:42:09.829 INFO O| Dec 07 00:42:09.828 INFO STEP 406 (remove_files) COMPLETE
55322024-12-07T00:42:10.198Z[ recovery-image] Dec 07 00:42:09.829 INFO O| Dec 07 00:42:09.829 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-07T00:42:10.222Z[ recovery-image] Dec 07 00:42:09.844 INFO O| Dec 07 00:42:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55342024-12-07T00:42:10.222Z[ recovery-image] Dec 07 00:42:09.844 INFO O| Dec 07 00:42:09.844 INFO STEP 407 (remove_files) COMPLETE
55352024-12-07T00:42:10.222Z[ recovery-image] Dec 07 00:42:09.844 INFO O| Dec 07 00:42:09.844 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-07T00:42:10.222Z[ recovery-image] Dec 07 00:42:09.859 INFO O| Dec 07 00:42:09.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55372024-12-07T00:42:10.222Z[ recovery-image] Dec 07 00:42:09.859 INFO O| Dec 07 00:42:09.859 INFO STEP 408 (remove_files) COMPLETE
55382024-12-07T00:42:10.222Z[ recovery-image] Dec 07 00:42:09.859 INFO O| Dec 07 00:42:09.859 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-07T00:42:10.246Z[ recovery-image] Dec 07 00:42:09.875 INFO O| Dec 07 00:42:09.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55402024-12-07T00:42:10.246Z[ recovery-image] Dec 07 00:42:09.875 INFO O| Dec 07 00:42:09.875 INFO STEP 409 (remove_files) COMPLETE
55412024-12-07T00:42:10.246Z[ recovery-image] Dec 07 00:42:09.875 INFO O| Dec 07 00:42:09.875 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-07T00:42:10.270Z[ recovery-image] Dec 07 00:42:09.890 INFO O| Dec 07 00:42:09.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55432024-12-07T00:42:10.270Z[ recovery-image] Dec 07 00:42:09.890 INFO O| Dec 07 00:42:09.890 INFO STEP 410 (remove_files) COMPLETE
55442024-12-07T00:42:10.270Z[ recovery-image] Dec 07 00:42:09.891 INFO O| Dec 07 00:42:09.890 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-07T00:42:10.271Z[ recovery-image] Dec 07 00:42:09.904 INFO O| Dec 07 00:42:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55462024-12-07T00:42:10.271Z[ recovery-image] Dec 07 00:42:09.904 INFO O| Dec 07 00:42:09.904 INFO STEP 411 (remove_files) COMPLETE
55472024-12-07T00:42:10.271Z[ recovery-image] Dec 07 00:42:09.904 INFO O| Dec 07 00:42:09.904 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-07T00:42:10.294Z[ recovery-image] Dec 07 00:42:09.917 INFO O| Dec 07 00:42:09.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55492024-12-07T00:42:10.294Z[ recovery-image] Dec 07 00:42:09.917 INFO O| Dec 07 00:42:09.917 INFO STEP 412 (remove_files) COMPLETE
55502024-12-07T00:42:10.294Z[ recovery-image] Dec 07 00:42:09.917 INFO O| Dec 07 00:42:09.917 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-07T00:42:10.294Z[ recovery-image] Dec 07 00:42:09.929 INFO O| Dec 07 00:42:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55522024-12-07T00:42:10.294Z[ recovery-image] Dec 07 00:42:09.929 INFO O| Dec 07 00:42:09.929 INFO STEP 413 (remove_files) COMPLETE
55532024-12-07T00:42:10.295Z[ recovery-image] Dec 07 00:42:09.929 INFO O| Dec 07 00:42:09.929 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-07T00:42:10.318Z[ recovery-image] Dec 07 00:42:09.942 INFO O| Dec 07 00:42:09.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55552024-12-07T00:42:10.318Z[ recovery-image] Dec 07 00:42:09.942 INFO O| Dec 07 00:42:09.942 INFO STEP 414 (remove_files) COMPLETE
55562024-12-07T00:42:10.318Z[ recovery-image] Dec 07 00:42:09.942 INFO O| Dec 07 00:42:09.942 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-07T00:42:10.319Z[ recovery-image] Dec 07 00:42:09.954 INFO O| Dec 07 00:42:09.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55582024-12-07T00:42:10.319Z[ recovery-image] Dec 07 00:42:09.955 INFO O| Dec 07 00:42:09.954 INFO STEP 415 (remove_files) COMPLETE
55592024-12-07T00:42:10.319Z[ recovery-image] Dec 07 00:42:09.955 INFO O| Dec 07 00:42:09.955 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-07T00:42:10.343Z[ recovery-image] Dec 07 00:42:09.967 INFO O| Dec 07 00:42:09.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55612024-12-07T00:42:10.343Z[ recovery-image] Dec 07 00:42:09.967 INFO O| Dec 07 00:42:09.967 INFO STEP 416 (remove_files) COMPLETE
55622024-12-07T00:42:10.343Z[ recovery-image] Dec 07 00:42:09.967 INFO O| Dec 07 00:42:09.967 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-07T00:42:10.343Z[ recovery-image] Dec 07 00:42:09.980 INFO O| Dec 07 00:42:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55642024-12-07T00:42:10.343Z[ recovery-image] Dec 07 00:42:09.981 INFO O| Dec 07 00:42:09.981 INFO STEP 417 (remove_files) COMPLETE
55652024-12-07T00:42:10.343Z[ recovery-image] Dec 07 00:42:09.981 INFO O| Dec 07 00:42:09.981 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-07T00:42:10.456Z[ recovery-image] Dec 07 00:42:10.098 INFO O| Dec 07 00:42:10.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55672024-12-07T00:42:10.456Z[ recovery-image] Dec 07 00:42:10.098 INFO O| Dec 07 00:42:10.098 INFO STEP 418 (remove_files) COMPLETE
55682024-12-07T00:42:10.479Z[ recovery-image] Dec 07 00:42:10.099 INFO O| Dec 07 00:42:10.098 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-07T00:42:10.508Z[ recovery-image] Dec 07 00:42:10.150 INFO O| Dec 07 00:42:10.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55702024-12-07T00:42:10.531Z[ recovery-image] Dec 07 00:42:10.151 INFO O| Dec 07 00:42:10.151 INFO STEP 419 (remove_files) COMPLETE
55712024-12-07T00:42:10.531Z[ recovery-image] Dec 07 00:42:10.151 INFO O| Dec 07 00:42:10.151 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-07T00:42:10.576Z[ recovery-image] Dec 07 00:42:10.219 INFO O| Dec 07 00:42:10.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55732024-12-07T00:42:10.600Z[ recovery-image] Dec 07 00:42:10.219 INFO O| Dec 07 00:42:10.219 INFO STEP 420 (remove_files) COMPLETE
55742024-12-07T00:42:10.600Z[ recovery-image] Dec 07 00:42:10.219 INFO O| Dec 07 00:42:10.219 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-07T00:42:10.601Z[ recovery-image] Dec 07 00:42:10.239 INFO O| Dec 07 00:42:10.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55762024-12-07T00:42:10.601Z[ recovery-image] Dec 07 00:42:10.239 INFO O| Dec 07 00:42:10.239 INFO STEP 421 (remove_files) COMPLETE
55772024-12-07T00:42:10.601Z[ recovery-image] Dec 07 00:42:10.239 INFO O| Dec 07 00:42:10.239 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-07T00:42:10.624Z[ recovery-image] Dec 07 00:42:10.267 INFO O| Dec 07 00:42:10.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55792024-12-07T00:42:10.648Z[ recovery-image] Dec 07 00:42:10.267 INFO O| Dec 07 00:42:10.267 INFO STEP 422 (remove_files) COMPLETE
55802024-12-07T00:42:10.648Z[ recovery-image] Dec 07 00:42:10.267 INFO O| Dec 07 00:42:10.267 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-07T00:42:10.695Z[ recovery-image] Dec 07 00:42:10.338 INFO O| Dec 07 00:42:10.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55822024-12-07T00:42:10.695Z[ recovery-image] Dec 07 00:42:10.338 INFO O| Dec 07 00:42:10.338 INFO STEP 423 (remove_files) COMPLETE
55832024-12-07T00:42:10.695Z[ recovery-image] Dec 07 00:42:10.338 INFO O| Dec 07 00:42:10.338 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-07T00:42:10.753Z[ recovery-image] Dec 07 00:42:10.396 INFO O| Dec 07 00:42:10.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55852024-12-07T00:42:10.753Z[ recovery-image] Dec 07 00:42:10.396 INFO O| Dec 07 00:42:10.396 INFO STEP 424 (remove_files) COMPLETE
55862024-12-07T00:42:10.776Z[ recovery-image] Dec 07 00:42:10.396 INFO O| Dec 07 00:42:10.396 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-07T00:42:10.777Z[ recovery-image] Dec 07 00:42:10.410 INFO O| Dec 07 00:42:10.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55882024-12-07T00:42:10.777Z[ recovery-image] Dec 07 00:42:10.410 INFO O| Dec 07 00:42:10.410 INFO STEP 425 (remove_files) COMPLETE
55892024-12-07T00:42:10.777Z[ recovery-image] Dec 07 00:42:10.410 INFO O| Dec 07 00:42:10.410 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-07T00:42:10.800Z[ recovery-image] Dec 07 00:42:10.428 INFO O| Dec 07 00:42:10.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55912024-12-07T00:42:10.800Z[ recovery-image] Dec 07 00:42:10.429 INFO O| Dec 07 00:42:10.428 INFO STEP 426 (remove_files) COMPLETE
55922024-12-07T00:42:10.800Z[ recovery-image] Dec 07 00:42:10.429 INFO O| Dec 07 00:42:10.429 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-07T00:42:10.800Z[ host-image] Dec 07 00:42:10.442 INFO O| Dec 07 00:42:10.442 INFO O| Actions: Completed 1361 actions in 0.78 seconds.
55942024-12-07T00:42:10.851Z[ recovery-image] Dec 07 00:42:10.494 INFO O| Dec 07 00:42:10.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55952024-12-07T00:42:10.851Z[ recovery-image] Dec 07 00:42:10.494 INFO O| Dec 07 00:42:10.494 INFO STEP 427 (remove_files) COMPLETE
55962024-12-07T00:42:10.875Z[ recovery-image] Dec 07 00:42:10.494 INFO O| Dec 07 00:42:10.494 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-07T00:42:10.916Z[ recovery-image] Dec 07 00:42:10.559 INFO O| Dec 07 00:42:10.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55982024-12-07T00:42:10.916Z[ recovery-image] Dec 07 00:42:10.559 INFO O| Dec 07 00:42:10.559 INFO STEP 428 (remove_files) COMPLETE
55992024-12-07T00:42:10.939Z[ recovery-image] Dec 07 00:42:10.559 INFO O| Dec 07 00:42:10.559 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-07T00:42:10.994Z[ recovery-image] Dec 07 00:42:10.637 INFO O| Dec 07 00:42:10.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56012024-12-07T00:42:10.994Z[ recovery-image] Dec 07 00:42:10.637 INFO O| Dec 07 00:42:10.636 INFO STEP 429 (remove_files) COMPLETE
56022024-12-07T00:42:11.018Z[ recovery-image] Dec 07 00:42:10.637 INFO O| Dec 07 00:42:10.636 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-07T00:42:11.042Z[ recovery-image] Dec 07 00:42:10.676 INFO O| Dec 07 00:42:10.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56042024-12-07T00:42:11.042Z[ recovery-image] Dec 07 00:42:10.676 INFO O| Dec 07 00:42:10.676 INFO STEP 430 (remove_files) COMPLETE
56052024-12-07T00:42:11.042Z[ recovery-image] Dec 07 00:42:10.676 INFO O| Dec 07 00:42:10.676 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-07T00:42:11.256Z[ host-image] Dec 07 00:42:10.898 INFO O| Dec 07 00:42:10.898 INFO O| Done
56072024-12-07T00:42:11.256Z[ host-image] Dec 07 00:42:10.898 INFO O| Dec 07 00:42:10.898 INFO O| Done
56082024-12-07T00:42:11.279Z[ recovery-image] Dec 07 00:42:10.911 INFO O| Dec 07 00:42:10.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56092024-12-07T00:42:11.279Z[ recovery-image] Dec 07 00:42:10.911 INFO O| Dec 07 00:42:10.911 INFO STEP 431 (remove_files) COMPLETE
56102024-12-07T00:42:11.279Z[ recovery-image] Dec 07 00:42:10.911 INFO O| Dec 07 00:42:10.911 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-07T00:42:11.313Z[ recovery-image] Dec 07 00:42:10.955 INFO O| Dec 07 00:42:10.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56122024-12-07T00:42:11.313Z[ recovery-image] Dec 07 00:42:10.955 INFO O| Dec 07 00:42:10.955 INFO STEP 432 (remove_files) COMPLETE
56132024-12-07T00:42:11.313Z[ recovery-image] Dec 07 00:42:10.956 INFO O| Dec 07 00:42:10.955 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-07T00:42:11.345Z[ recovery-image] Dec 07 00:42:10.987 INFO O| Dec 07 00:42:10.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56152024-12-07T00:42:11.345Z[ recovery-image] Dec 07 00:42:10.987 INFO O| Dec 07 00:42:10.987 INFO STEP 433 (remove_files) COMPLETE
56162024-12-07T00:42:11.345Z[ recovery-image] Dec 07 00:42:10.987 INFO O| Dec 07 00:42:10.987 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-07T00:42:11.438Z[ recovery-image] Dec 07 00:42:11.044 INFO O| Dec 07 00:42:11.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56182024-12-07T00:42:11.438Z[ recovery-image] Dec 07 00:42:11.044 INFO O| Dec 07 00:42:11.044 INFO STEP 434 (remove_files) COMPLETE
56192024-12-07T00:42:11.462Z[ recovery-image] Dec 07 00:42:11.044 INFO O| Dec 07 00:42:11.044 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-07T00:42:11.462Z[ recovery-image] Dec 07 00:42:11.073 INFO O| Dec 07 00:42:11.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56212024-12-07T00:42:11.462Z[ recovery-image] Dec 07 00:42:11.073 INFO O| Dec 07 00:42:11.073 INFO STEP 435 (remove_files) COMPLETE
56222024-12-07T00:42:11.462Z[ recovery-image] Dec 07 00:42:11.073 INFO O| Dec 07 00:42:11.073 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-07T00:42:11.486Z[ recovery-image] Dec 07 00:42:11.115 INFO O| Dec 07 00:42:11.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56242024-12-07T00:42:11.511Z[ recovery-image] Dec 07 00:42:11.138 INFO O| Dec 07 00:42:11.138 INFO STEP 436 (remove_files) COMPLETE
56252024-12-07T00:42:11.511Z[ recovery-image] Dec 07 00:42:11.138 INFO O| Dec 07 00:42:11.138 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-07T00:42:11.534Z[ recovery-image] Dec 07 00:42:11.154 INFO O| Dec 07 00:42:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56272024-12-07T00:42:11.534Z[ recovery-image] Dec 07 00:42:11.154 INFO O| Dec 07 00:42:11.154 INFO STEP 437 (remove_files) COMPLETE
56282024-12-07T00:42:11.534Z[ recovery-image] Dec 07 00:42:11.154 INFO O| Dec 07 00:42:11.154 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-07T00:42:11.534Z[ recovery-image] Dec 07 00:42:11.175 INFO O| Dec 07 00:42:11.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56302024-12-07T00:42:11.534Z[ recovery-image] Dec 07 00:42:11.176 INFO O| Dec 07 00:42:11.175 INFO STEP 438 (remove_files) COMPLETE
56312024-12-07T00:42:11.534Z[ recovery-image] Dec 07 00:42:11.176 INFO O| Dec 07 00:42:11.175 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-07T00:42:11.558Z[ recovery-image] Dec 07 00:42:11.191 INFO O| Dec 07 00:42:11.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56332024-12-07T00:42:11.558Z[ recovery-image] Dec 07 00:42:11.191 INFO O| Dec 07 00:42:11.191 INFO STEP 439 (remove_files) COMPLETE
56342024-12-07T00:42:11.558Z[ recovery-image] Dec 07 00:42:11.192 INFO O| Dec 07 00:42:11.191 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-07T00:42:11.582Z[ recovery-image] Dec 07 00:42:11.224 INFO O| Dec 07 00:42:11.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56362024-12-07T00:42:11.582Z[ recovery-image] Dec 07 00:42:11.224 INFO O| Dec 07 00:42:11.224 INFO STEP 440 (remove_files) COMPLETE
56372024-12-07T00:42:11.582Z[ recovery-image] Dec 07 00:42:11.225 INFO O| Dec 07 00:42:11.224 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-07T00:42:11.606Z[ recovery-image] Dec 07 00:42:11.243 INFO O| Dec 07 00:42:11.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56392024-12-07T00:42:11.606Z[ recovery-image] Dec 07 00:42:11.243 INFO O| Dec 07 00:42:11.243 INFO STEP 441 (remove_files) COMPLETE
56402024-12-07T00:42:11.606Z[ recovery-image] Dec 07 00:42:11.243 INFO O| Dec 07 00:42:11.243 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-07T00:42:11.634Z[ recovery-image] Dec 07 00:42:11.277 INFO O| Dec 07 00:42:11.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56422024-12-07T00:42:11.634Z[ recovery-image] Dec 07 00:42:11.277 INFO O| Dec 07 00:42:11.277 INFO STEP 442 (remove_files) COMPLETE
56432024-12-07T00:42:11.634Z[ recovery-image] Dec 07 00:42:11.277 INFO O| Dec 07 00:42:11.277 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-07T00:42:11.658Z[ recovery-image] Dec 07 00:42:11.296 INFO O| Dec 07 00:42:11.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56452024-12-07T00:42:11.658Z[ recovery-image] Dec 07 00:42:11.296 INFO O| Dec 07 00:42:11.296 INFO STEP 443 (remove_files) COMPLETE
56462024-12-07T00:42:11.658Z[ recovery-image] Dec 07 00:42:11.296 INFO O| Dec 07 00:42:11.296 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-07T00:42:11.681Z[ recovery-image] Dec 07 00:42:11.310 INFO O| Dec 07 00:42:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56482024-12-07T00:42:11.681Z[ recovery-image] Dec 07 00:42:11.310 INFO O| Dec 07 00:42:11.310 INFO STEP 444 (remove_files) COMPLETE
56492024-12-07T00:42:11.681Z[ recovery-image] Dec 07 00:42:11.311 INFO O| Dec 07 00:42:11.310 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-07T00:42:11.705Z[ recovery-image] Dec 07 00:42:11.324 INFO O| Dec 07 00:42:11.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56512024-12-07T00:42:11.705Z[ recovery-image] Dec 07 00:42:11.324 INFO O| Dec 07 00:42:11.324 INFO STEP 445 (remove_files) COMPLETE
56522024-12-07T00:42:11.705Z[ recovery-image] Dec 07 00:42:11.324 INFO O| Dec 07 00:42:11.324 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-07T00:42:11.705Z[ recovery-image] Dec 07 00:42:11.337 INFO O| Dec 07 00:42:11.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56542024-12-07T00:42:11.705Z[ recovery-image] Dec 07 00:42:11.338 INFO O| Dec 07 00:42:11.337 INFO STEP 446 (remove_files) COMPLETE
56552024-12-07T00:42:11.705Z[ recovery-image] Dec 07 00:42:11.338 INFO O| Dec 07 00:42:11.338 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-07T00:42:11.729Z[ recovery-image] Dec 07 00:42:11.354 INFO O| Dec 07 00:42:11.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56572024-12-07T00:42:11.729Z[ recovery-image] Dec 07 00:42:11.354 INFO O| Dec 07 00:42:11.354 INFO STEP 447 (remove_files) COMPLETE
56582024-12-07T00:42:11.729Z[ recovery-image] Dec 07 00:42:11.354 INFO O| Dec 07 00:42:11.354 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-07T00:42:11.752Z[ recovery-image] Dec 07 00:42:11.382 INFO O| Dec 07 00:42:11.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56602024-12-07T00:42:11.752Z[ recovery-image] Dec 07 00:42:11.382 INFO O| Dec 07 00:42:11.382 INFO STEP 448 (remove_files) COMPLETE
56612024-12-07T00:42:11.752Z[ recovery-image] Dec 07 00:42:11.382 INFO O| Dec 07 00:42:11.382 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-07T00:42:11.776Z[ recovery-image] Dec 07 00:42:11.411 INFO O| Dec 07 00:42:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56632024-12-07T00:42:11.776Z[ recovery-image] Dec 07 00:42:11.411 INFO O| Dec 07 00:42:11.411 INFO STEP 449 (remove_files) COMPLETE
56642024-12-07T00:42:11.776Z[ recovery-image] Dec 07 00:42:11.411 INFO O| Dec 07 00:42:11.411 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-07T00:42:11.828Z[ recovery-image] Dec 07 00:42:11.471 INFO O| Dec 07 00:42:11.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56662024-12-07T00:42:11.828Z[ recovery-image] Dec 07 00:42:11.471 INFO O| Dec 07 00:42:11.471 INFO STEP 450 (remove_files) COMPLETE
56672024-12-07T00:42:11.828Z[ recovery-image] Dec 07 00:42:11.471 INFO O| Dec 07 00:42:11.471 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-07T00:42:11.851Z[ recovery-image] Dec 07 00:42:11.493 INFO O| Dec 07 00:42:11.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56692024-12-07T00:42:11.851Z[ recovery-image] Dec 07 00:42:11.493 INFO O| Dec 07 00:42:11.493 INFO STEP 451 (remove_files) COMPLETE
56702024-12-07T00:42:11.851Z[ recovery-image] Dec 07 00:42:11.493 INFO O| Dec 07 00:42:11.493 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-07T00:42:11.875Z[ recovery-image] Dec 07 00:42:11.512 INFO O| Dec 07 00:42:11.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56722024-12-07T00:42:11.875Z[ recovery-image] Dec 07 00:42:11.512 INFO O| Dec 07 00:42:11.512 INFO STEP 452 (remove_files) COMPLETE
56732024-12-07T00:42:11.875Z[ recovery-image] Dec 07 00:42:11.512 INFO O| Dec 07 00:42:11.512 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-07T00:42:11.898Z[ recovery-image] Dec 07 00:42:11.532 INFO O| Dec 07 00:42:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56752024-12-07T00:42:11.898Z[ recovery-image] Dec 07 00:42:11.532 INFO O| Dec 07 00:42:11.532 INFO STEP 453 (remove_files) COMPLETE
56762024-12-07T00:42:11.898Z[ recovery-image] Dec 07 00:42:11.532 INFO O| Dec 07 00:42:11.532 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-07T00:42:11.922Z[ recovery-image] Dec 07 00:42:11.547 INFO O| Dec 07 00:42:11.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56782024-12-07T00:42:11.922Z[ recovery-image] Dec 07 00:42:11.547 INFO O| Dec 07 00:42:11.547 INFO STEP 454 (remove_files) COMPLETE
56792024-12-07T00:42:11.922Z[ recovery-image] Dec 07 00:42:11.548 INFO O| Dec 07 00:42:11.547 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-07T00:42:11.946Z[ recovery-image] Dec 07 00:42:11.575 INFO O| Dec 07 00:42:11.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56812024-12-07T00:42:11.946Z[ recovery-image] Dec 07 00:42:11.575 INFO O| Dec 07 00:42:11.575 INFO STEP 455 (remove_files) COMPLETE
56822024-12-07T00:42:11.946Z[ recovery-image] Dec 07 00:42:11.575 INFO O| Dec 07 00:42:11.575 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-07T00:42:11.971Z[ recovery-image] Dec 07 00:42:11.613 INFO O| Dec 07 00:42:11.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56842024-12-07T00:42:11.971Z[ recovery-image] Dec 07 00:42:11.614 INFO O| Dec 07 00:42:11.614 INFO STEP 456 (remove_files) COMPLETE
56852024-12-07T00:42:11.994Z[ recovery-image] Dec 07 00:42:11.614 INFO O| Dec 07 00:42:11.614 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-07T00:42:12.018Z[ recovery-image] Dec 07 00:42:11.658 INFO O| Dec 07 00:42:11.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56872024-12-07T00:42:12.018Z[ recovery-image] Dec 07 00:42:11.658 INFO O| Dec 07 00:42:11.658 INFO STEP 457 (remove_files) COMPLETE
56882024-12-07T00:42:12.018Z[ recovery-image] Dec 07 00:42:11.658 INFO O| Dec 07 00:42:11.658 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-07T00:42:12.041Z[ host-image] Dec 07 00:42:11.665 INFO O| Dec 07 00:42:11.664 INFO O| Done
56902024-12-07T00:42:12.041Z[ recovery-image] Dec 07 00:42:11.678 INFO O| Dec 07 00:42:11.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56912024-12-07T00:42:12.041Z[ recovery-image] Dec 07 00:42:11.678 INFO O| Dec 07 00:42:11.678 INFO STEP 458 (remove_files) COMPLETE
56922024-12-07T00:42:12.041Z[ recovery-image] Dec 07 00:42:11.678 INFO O| Dec 07 00:42:11.678 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-07T00:42:12.074Z[ recovery-image] Dec 07 00:42:11.717 INFO O| Dec 07 00:42:11.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56942024-12-07T00:42:12.074Z[ recovery-image] Dec 07 00:42:11.717 INFO O| Dec 07 00:42:11.717 INFO STEP 459 (remove_files) COMPLETE
56952024-12-07T00:42:12.074Z[ recovery-image] Dec 07 00:42:11.717 INFO O| Dec 07 00:42:11.717 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-07T00:42:12.106Z[ recovery-image] Dec 07 00:42:11.749 INFO O| Dec 07 00:42:11.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56972024-12-07T00:42:12.106Z[ recovery-image] Dec 07 00:42:11.749 INFO O| Dec 07 00:42:11.749 INFO STEP 460 (remove_files) COMPLETE
56982024-12-07T00:42:12.106Z[ recovery-image] Dec 07 00:42:11.749 INFO O| Dec 07 00:42:11.749 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-07T00:42:12.130Z[ recovery-image] Dec 07 00:42:11.765 INFO O| Dec 07 00:42:11.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57002024-12-07T00:42:12.130Z[ recovery-image] Dec 07 00:42:11.765 INFO O| Dec 07 00:42:11.765 INFO STEP 461 (remove_files) COMPLETE
57012024-12-07T00:42:12.130Z[ recovery-image] Dec 07 00:42:11.765 INFO O| Dec 07 00:42:11.765 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-07T00:42:12.153Z[ recovery-image] Dec 07 00:42:11.780 INFO O| Dec 07 00:42:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57032024-12-07T00:42:12.153Z[ recovery-image] Dec 07 00:42:11.780 INFO O| Dec 07 00:42:11.780 INFO STEP 462 (remove_files) COMPLETE
57042024-12-07T00:42:12.153Z[ recovery-image] Dec 07 00:42:11.781 INFO O| Dec 07 00:42:11.780 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-07T00:42:12.153Z[ recovery-image] Dec 07 00:42:11.794 INFO O| Dec 07 00:42:11.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57062024-12-07T00:42:12.153Z[ recovery-image] Dec 07 00:42:11.794 INFO O| Dec 07 00:42:11.794 INFO STEP 463 (remove_files) COMPLETE
57072024-12-07T00:42:12.153Z[ recovery-image] Dec 07 00:42:11.794 INFO O| Dec 07 00:42:11.794 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-07T00:42:12.177Z[ recovery-image] Dec 07 00:42:11.806 INFO O| Dec 07 00:42:11.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57092024-12-07T00:42:12.177Z[ recovery-image] Dec 07 00:42:11.806 INFO O| Dec 07 00:42:11.806 INFO STEP 464 (remove_files) COMPLETE
57102024-12-07T00:42:12.177Z[ recovery-image] Dec 07 00:42:11.806 INFO O| Dec 07 00:42:11.806 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-07T00:42:12.200Z[ recovery-image] Dec 07 00:42:11.841 INFO O| Dec 07 00:42:11.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57122024-12-07T00:42:12.200Z[ recovery-image] Dec 07 00:42:11.841 INFO O| Dec 07 00:42:11.841 INFO STEP 465 (remove_files) COMPLETE
57132024-12-07T00:42:12.200Z[ recovery-image] Dec 07 00:42:11.841 INFO O| Dec 07 00:42:11.841 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-07T00:42:12.238Z[ recovery-image] Dec 07 00:42:11.881 INFO O| Dec 07 00:42:11.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57152024-12-07T00:42:12.238Z[ recovery-image] Dec 07 00:42:11.881 INFO O| Dec 07 00:42:11.881 INFO STEP 466 (remove_files) COMPLETE
57162024-12-07T00:42:12.238Z[ recovery-image] Dec 07 00:42:11.881 INFO O| Dec 07 00:42:11.881 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-07T00:42:12.266Z[ recovery-image] Dec 07 00:42:11.909 INFO O| Dec 07 00:42:11.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57182024-12-07T00:42:12.290Z[ recovery-image] Dec 07 00:42:11.909 INFO O| Dec 07 00:42:11.909 INFO STEP 467 (remove_files) COMPLETE
57192024-12-07T00:42:12.290Z[ recovery-image] Dec 07 00:42:11.909 INFO O| Dec 07 00:42:11.909 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-07T00:42:12.290Z[ recovery-image] Dec 07 00:42:11.927 INFO O| Dec 07 00:42:11.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57212024-12-07T00:42:12.290Z[ recovery-image] Dec 07 00:42:11.927 INFO O| Dec 07 00:42:11.927 INFO STEP 468 (remove_files) COMPLETE
57222024-12-07T00:42:12.290Z[ recovery-image] Dec 07 00:42:11.927 INFO O| Dec 07 00:42:11.927 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-07T00:42:12.313Z[ recovery-image] Dec 07 00:42:11.940 INFO O| Dec 07 00:42:11.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57242024-12-07T00:42:12.313Z[ recovery-image] Dec 07 00:42:11.940 INFO O| Dec 07 00:42:11.940 INFO STEP 469 (remove_files) COMPLETE
57252024-12-07T00:42:12.313Z[ recovery-image] Dec 07 00:42:11.940 INFO O| Dec 07 00:42:11.940 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-07T00:42:12.337Z[ recovery-image] Dec 07 00:42:11.959 INFO O| Dec 07 00:42:11.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57272024-12-07T00:42:12.337Z[ recovery-image] Dec 07 00:42:11.959 INFO O| Dec 07 00:42:11.959 INFO STEP 470 (remove_files) COMPLETE
57282024-12-07T00:42:12.337Z[ recovery-image] Dec 07 00:42:11.959 INFO O| Dec 07 00:42:11.959 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-07T00:42:12.337Z[ recovery-image] Dec 07 00:42:11.973 INFO O| Dec 07 00:42:11.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57302024-12-07T00:42:12.337Z[ recovery-image] Dec 07 00:42:11.973 INFO O| Dec 07 00:42:11.973 INFO STEP 471 (remove_files) COMPLETE
57312024-12-07T00:42:12.337Z[ recovery-image] Dec 07 00:42:11.973 INFO O| Dec 07 00:42:11.973 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-07T00:42:12.361Z[ recovery-image] Dec 07 00:42:11.986 INFO O| Dec 07 00:42:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57332024-12-07T00:42:12.361Z[ recovery-image] Dec 07 00:42:11.986 INFO O| Dec 07 00:42:11.986 INFO STEP 472 (remove_files) COMPLETE
57342024-12-07T00:42:12.361Z[ recovery-image] Dec 07 00:42:11.986 INFO O| Dec 07 00:42:11.986 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-07T00:42:12.400Z[ recovery-image] Dec 07 00:42:12.042 INFO O| Dec 07 00:42:12.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57362024-12-07T00:42:12.400Z[ recovery-image] Dec 07 00:42:12.042 INFO O| Dec 07 00:42:12.042 INFO STEP 473 (remove_files) COMPLETE
57372024-12-07T00:42:12.400Z[ recovery-image] Dec 07 00:42:12.042 INFO O| Dec 07 00:42:12.042 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-07T00:42:12.423Z[ recovery-image] Dec 07 00:42:12.055 INFO O| Dec 07 00:42:12.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57392024-12-07T00:42:12.423Z[ recovery-image] Dec 07 00:42:12.055 INFO O| Dec 07 00:42:12.055 INFO STEP 474 (remove_files) COMPLETE
57402024-12-07T00:42:12.423Z[ recovery-image] Dec 07 00:42:12.055 INFO O| Dec 07 00:42:12.055 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-07T00:42:12.447Z[ recovery-image] Dec 07 00:42:12.068 INFO O| Dec 07 00:42:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57422024-12-07T00:42:12.447Z[ recovery-image] Dec 07 00:42:12.068 INFO O| Dec 07 00:42:12.068 INFO STEP 475 (remove_files) COMPLETE
57432024-12-07T00:42:12.447Z[ recovery-image] Dec 07 00:42:12.068 INFO O| Dec 07 00:42:12.068 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-07T00:42:12.471Z[ recovery-image] Dec 07 00:42:12.098 INFO O| Dec 07 00:42:12.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57452024-12-07T00:42:12.471Z[ recovery-image] Dec 07 00:42:12.098 INFO O| Dec 07 00:42:12.098 INFO STEP 476 (remove_files) COMPLETE
57462024-12-07T00:42:12.471Z[ recovery-image] Dec 07 00:42:12.098 INFO O| Dec 07 00:42:12.098 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-07T00:42:12.496Z[ recovery-image] Dec 07 00:42:12.139 INFO O| Dec 07 00:42:12.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57482024-12-07T00:42:12.496Z[ recovery-image] Dec 07 00:42:12.139 INFO O| Dec 07 00:42:12.139 INFO STEP 477 (remove_files) COMPLETE
57492024-12-07T00:42:12.496Z[ recovery-image] Dec 07 00:42:12.139 INFO O| Dec 07 00:42:12.139 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-07T00:42:12.548Z[ recovery-image] Dec 07 00:42:12.191 INFO O| Dec 07 00:42:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57512024-12-07T00:42:12.548Z[ recovery-image] Dec 07 00:42:12.191 INFO O| Dec 07 00:42:12.191 INFO STEP 478 (remove_files) COMPLETE
57522024-12-07T00:42:12.549Z[ recovery-image] Dec 07 00:42:12.191 INFO O| Dec 07 00:42:12.191 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-07T00:42:12.572Z[ recovery-image] Dec 07 00:42:12.207 INFO O| Dec 07 00:42:12.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57542024-12-07T00:42:12.572Z[ recovery-image] Dec 07 00:42:12.207 INFO O| Dec 07 00:42:12.207 INFO STEP 479 (remove_files) COMPLETE
57552024-12-07T00:42:12.572Z[ recovery-image] Dec 07 00:42:12.207 INFO O| Dec 07 00:42:12.207 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-07T00:42:12.598Z[ recovery-image] Dec 07 00:42:12.240 INFO O| Dec 07 00:42:12.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57572024-12-07T00:42:12.598Z[ recovery-image] Dec 07 00:42:12.240 INFO O| Dec 07 00:42:12.240 INFO STEP 480 (remove_files) COMPLETE
57582024-12-07T00:42:12.621Z[ recovery-image] Dec 07 00:42:12.240 INFO O| Dec 07 00:42:12.240 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-07T00:42:12.653Z[ recovery-image] Dec 07 00:42:12.295 INFO O| Dec 07 00:42:12.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57602024-12-07T00:42:12.653Z[ recovery-image] Dec 07 00:42:12.295 INFO O| Dec 07 00:42:12.295 INFO STEP 481 (remove_files) COMPLETE
57612024-12-07T00:42:12.653Z[ recovery-image] Dec 07 00:42:12.295 INFO O| Dec 07 00:42:12.295 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-07T00:42:12.676Z[ recovery-image] Dec 07 00:42:12.310 INFO O| Dec 07 00:42:12.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57632024-12-07T00:42:12.676Z[ recovery-image] Dec 07 00:42:12.310 INFO O| Dec 07 00:42:12.310 INFO STEP 482 (remove_files) COMPLETE
57642024-12-07T00:42:12.676Z[ recovery-image] Dec 07 00:42:12.310 INFO O| Dec 07 00:42:12.310 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-07T00:42:12.700Z[ recovery-image] Dec 07 00:42:12.323 INFO O| Dec 07 00:42:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57662024-12-07T00:42:12.700Z[ recovery-image] Dec 07 00:42:12.323 INFO O| Dec 07 00:42:12.323 INFO STEP 483 (remove_files) COMPLETE
57672024-12-07T00:42:12.700Z[ recovery-image] Dec 07 00:42:12.323 INFO O| Dec 07 00:42:12.323 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-07T00:42:12.700Z[ recovery-image] Dec 07 00:42:12.336 INFO O| Dec 07 00:42:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57692024-12-07T00:42:12.700Z[ recovery-image] Dec 07 00:42:12.336 INFO O| Dec 07 00:42:12.336 INFO STEP 484 (remove_files) COMPLETE
57702024-12-07T00:42:12.700Z[ recovery-image] Dec 07 00:42:12.336 INFO O| Dec 07 00:42:12.336 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-07T00:42:12.724Z[ recovery-image] Dec 07 00:42:12.348 INFO O| Dec 07 00:42:12.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57722024-12-07T00:42:12.724Z[ recovery-image] Dec 07 00:42:12.348 INFO O| Dec 07 00:42:12.348 INFO STEP 485 (remove_files) COMPLETE
57732024-12-07T00:42:12.724Z[ recovery-image] Dec 07 00:42:12.348 INFO O| Dec 07 00:42:12.348 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-07T00:42:12.724Z[ recovery-image] Dec 07 00:42:12.360 INFO O| Dec 07 00:42:12.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57752024-12-07T00:42:12.724Z[ recovery-image] Dec 07 00:42:12.360 INFO O| Dec 07 00:42:12.360 INFO STEP 486 (remove_files) COMPLETE
57762024-12-07T00:42:12.724Z[ recovery-image] Dec 07 00:42:12.360 INFO O| Dec 07 00:42:12.360 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-07T00:42:12.747Z[ recovery-image] Dec 07 00:42:12.375 INFO O| Dec 07 00:42:12.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57782024-12-07T00:42:12.747Z[ recovery-image] Dec 07 00:42:12.375 INFO O| Dec 07 00:42:12.375 INFO STEP 487 (remove_files) COMPLETE
57792024-12-07T00:42:12.747Z[ recovery-image] Dec 07 00:42:12.375 INFO O| Dec 07 00:42:12.375 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-07T00:42:12.771Z[ recovery-image] Dec 07 00:42:12.397 INFO O| Dec 07 00:42:12.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57812024-12-07T00:42:12.771Z[ recovery-image] Dec 07 00:42:12.397 INFO O| Dec 07 00:42:12.397 INFO STEP 488 (remove_files) COMPLETE
57822024-12-07T00:42:12.771Z[ recovery-image] Dec 07 00:42:12.397 INFO O| Dec 07 00:42:12.397 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-07T00:42:12.771Z[ recovery-image] Dec 07 00:42:12.411 INFO O| Dec 07 00:42:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57842024-12-07T00:42:12.771Z[ recovery-image] Dec 07 00:42:12.411 INFO O| Dec 07 00:42:12.411 INFO STEP 489 (remove_files) COMPLETE
57852024-12-07T00:42:12.771Z[ recovery-image] Dec 07 00:42:12.412 INFO O| Dec 07 00:42:12.411 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-07T00:42:12.795Z[ recovery-image] Dec 07 00:42:12.424 INFO O| Dec 07 00:42:12.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57872024-12-07T00:42:12.795Z[ recovery-image] Dec 07 00:42:12.424 INFO O| Dec 07 00:42:12.424 INFO STEP 490 (remove_files) COMPLETE
57882024-12-07T00:42:12.795Z[ recovery-image] Dec 07 00:42:12.424 INFO O| Dec 07 00:42:12.424 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-07T00:42:12.795Z[ recovery-image] Dec 07 00:42:12.437 INFO O| Dec 07 00:42:12.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57902024-12-07T00:42:12.795Z[ recovery-image] Dec 07 00:42:12.437 INFO O| Dec 07 00:42:12.437 INFO STEP 491 (remove_files) COMPLETE
57912024-12-07T00:42:12.795Z[ recovery-image] Dec 07 00:42:12.437 INFO O| Dec 07 00:42:12.437 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-07T00:42:12.819Z[ recovery-image] Dec 07 00:42:12.450 INFO O| Dec 07 00:42:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57932024-12-07T00:42:12.819Z[ recovery-image] Dec 07 00:42:12.450 INFO O| Dec 07 00:42:12.450 INFO STEP 492 (remove_files) COMPLETE
57942024-12-07T00:42:12.819Z[ recovery-image] Dec 07 00:42:12.450 INFO O| Dec 07 00:42:12.450 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-07T00:42:12.842Z[ recovery-image] Dec 07 00:42:12.462 INFO O| Dec 07 00:42:12.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57962024-12-07T00:42:12.842Z[ recovery-image] Dec 07 00:42:12.462 INFO O| Dec 07 00:42:12.462 INFO STEP 493 (remove_files) COMPLETE
57972024-12-07T00:42:12.842Z[ recovery-image] Dec 07 00:42:12.462 INFO O| Dec 07 00:42:12.462 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-07T00:42:12.842Z[ recovery-image] Dec 07 00:42:12.475 INFO O| Dec 07 00:42:12.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57992024-12-07T00:42:12.842Z[ recovery-image] Dec 07 00:42:12.475 INFO O| Dec 07 00:42:12.475 INFO STEP 494 (remove_files) COMPLETE
58002024-12-07T00:42:12.842Z[ recovery-image] Dec 07 00:42:12.475 INFO O| Dec 07 00:42:12.475 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-07T00:42:12.867Z[ recovery-image] Dec 07 00:42:12.487 INFO O| Dec 07 00:42:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58022024-12-07T00:42:12.867Z[ recovery-image] Dec 07 00:42:12.487 INFO O| Dec 07 00:42:12.487 INFO STEP 495 (remove_files) COMPLETE
58032024-12-07T00:42:12.867Z[ recovery-image] Dec 07 00:42:12.487 INFO O| Dec 07 00:42:12.487 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-07T00:42:12.867Z[ recovery-image] Dec 07 00:42:12.499 INFO O| Dec 07 00:42:12.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58052024-12-07T00:42:12.867Z[ recovery-image] Dec 07 00:42:12.500 INFO O| Dec 07 00:42:12.500 INFO STEP 496 (remove_files) COMPLETE
58062024-12-07T00:42:12.867Z[ recovery-image] Dec 07 00:42:12.500 INFO O| Dec 07 00:42:12.500 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-07T00:42:12.890Z[ recovery-image] Dec 07 00:42:12.522 INFO O| Dec 07 00:42:12.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58082024-12-07T00:42:12.890Z[ recovery-image] Dec 07 00:42:12.522 INFO O| Dec 07 00:42:12.522 INFO STEP 497 (remove_files) COMPLETE
58092024-12-07T00:42:12.890Z[ recovery-image] Dec 07 00:42:12.522 INFO O| Dec 07 00:42:12.522 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-07T00:42:12.927Z[ recovery-image] Dec 07 00:42:12.570 INFO O| Dec 07 00:42:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58112024-12-07T00:42:12.951Z[ recovery-image] Dec 07 00:42:12.570 INFO O| Dec 07 00:42:12.570 INFO STEP 498 (remove_files) COMPLETE
58122024-12-07T00:42:12.951Z[ recovery-image] Dec 07 00:42:12.570 INFO O| Dec 07 00:42:12.570 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-07T00:42:12.951Z[ recovery-image] Dec 07 00:42:12.584 INFO O| Dec 07 00:42:12.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58142024-12-07T00:42:12.951Z[ recovery-image] Dec 07 00:42:12.584 INFO O| Dec 07 00:42:12.584 INFO STEP 499 (remove_files) COMPLETE
58152024-12-07T00:42:12.951Z[ recovery-image] Dec 07 00:42:12.584 INFO O| Dec 07 00:42:12.584 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-07T00:42:12.975Z[ recovery-image] Dec 07 00:42:12.597 INFO O| Dec 07 00:42:12.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58172024-12-07T00:42:12.975Z[ recovery-image] Dec 07 00:42:12.597 INFO O| Dec 07 00:42:12.597 INFO STEP 500 (remove_files) COMPLETE
58182024-12-07T00:42:12.976Z[ recovery-image] Dec 07 00:42:12.597 INFO O| Dec 07 00:42:12.597 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-07T00:42:12.976Z[ recovery-image] Dec 07 00:42:12.609 INFO O| Dec 07 00:42:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58202024-12-07T00:42:12.976Z[ recovery-image] Dec 07 00:42:12.609 INFO O| Dec 07 00:42:12.609 INFO STEP 501 (remove_files) COMPLETE
58212024-12-07T00:42:12.976Z[ recovery-image] Dec 07 00:42:12.609 INFO O| Dec 07 00:42:12.609 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-07T00:42:12.999Z[ recovery-image] Dec 07 00:42:12.622 INFO O| Dec 07 00:42:12.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58232024-12-07T00:42:12.999Z[ recovery-image] Dec 07 00:42:12.622 INFO O| Dec 07 00:42:12.622 INFO STEP 502 (remove_files) COMPLETE
58242024-12-07T00:42:12.999Z[ recovery-image] Dec 07 00:42:12.622 INFO O| Dec 07 00:42:12.622 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-07T00:42:12.999Z[ recovery-image] Dec 07 00:42:12.634 INFO O| Dec 07 00:42:12.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58262024-12-07T00:42:12.999Z[ recovery-image] Dec 07 00:42:12.634 INFO O| Dec 07 00:42:12.634 INFO STEP 503 (remove_files) COMPLETE
58272024-12-07T00:42:12.999Z[ recovery-image] Dec 07 00:42:12.635 INFO O| Dec 07 00:42:12.634 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-07T00:42:13.023Z[ recovery-image] Dec 07 00:42:12.647 INFO O| Dec 07 00:42:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58292024-12-07T00:42:13.023Z[ recovery-image] Dec 07 00:42:12.647 INFO O| Dec 07 00:42:12.647 INFO STEP 504 (remove_files) COMPLETE
58302024-12-07T00:42:13.024Z[ recovery-image] Dec 07 00:42:12.647 INFO O| Dec 07 00:42:12.647 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-07T00:42:13.024Z[ recovery-image] Dec 07 00:42:12.660 INFO O| Dec 07 00:42:12.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58322024-12-07T00:42:13.024Z[ recovery-image] Dec 07 00:42:12.661 INFO O| Dec 07 00:42:12.661 INFO STEP 505 (remove_files) COMPLETE
58332024-12-07T00:42:13.024Z[ recovery-image] Dec 07 00:42:12.661 INFO O| Dec 07 00:42:12.661 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-07T00:42:13.054Z[ recovery-image] Dec 07 00:42:12.692 INFO O| Dec 07 00:42:12.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58352024-12-07T00:42:13.079Z[ recovery-image] Dec 07 00:42:12.708 INFO O| Dec 07 00:42:12.708 INFO STEP 506 (remove_files) COMPLETE
58362024-12-07T00:42:13.079Z[ recovery-image] Dec 07 00:42:12.708 INFO O| Dec 07 00:42:12.708 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-07T00:42:13.128Z[ recovery-image] Dec 07 00:42:12.771 INFO O| Dec 07 00:42:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58382024-12-07T00:42:13.152Z[ recovery-image] Dec 07 00:42:12.771 INFO O| Dec 07 00:42:12.771 INFO STEP 507 (remove_files) COMPLETE
58392024-12-07T00:42:13.152Z[ recovery-image] Dec 07 00:42:12.771 INFO O| Dec 07 00:42:12.771 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-07T00:42:13.176Z[ recovery-image] Dec 07 00:42:12.810 INFO O| Dec 07 00:42:12.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58412024-12-07T00:42:13.176Z[ recovery-image] Dec 07 00:42:12.810 INFO O| Dec 07 00:42:12.810 INFO STEP 508 (remove_files) COMPLETE
58422024-12-07T00:42:13.176Z[ recovery-image] Dec 07 00:42:12.811 INFO O| Dec 07 00:42:12.811 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-07T00:42:13.370Z[ recovery-image] Dec 07 00:42:13.013 INFO O| Dec 07 00:42:13.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58442024-12-07T00:42:13.371Z[ recovery-image] Dec 07 00:42:13.013 INFO O| Dec 07 00:42:13.013 INFO STEP 509 (remove_files) COMPLETE
58452024-12-07T00:42:13.371Z[ recovery-image] Dec 07 00:42:13.013 INFO O| Dec 07 00:42:13.013 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-07T00:42:13.404Z[ recovery-image] Dec 07 00:42:13.047 INFO O| Dec 07 00:42:13.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58472024-12-07T00:42:13.428Z[ recovery-image] Dec 07 00:42:13.070 INFO O| Dec 07 00:42:13.070 INFO STEP 510 (remove_files) COMPLETE
58482024-12-07T00:42:13.428Z[ recovery-image] Dec 07 00:42:13.070 INFO O| Dec 07 00:42:13.070 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-07T00:42:13.462Z[ recovery-image] Dec 07 00:42:13.099 INFO O| Dec 07 00:42:13.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58502024-12-07T00:42:13.462Z[ recovery-image] Dec 07 00:42:13.099 INFO O| Dec 07 00:42:13.099 INFO STEP 511 (remove_files) COMPLETE
58512024-12-07T00:42:13.462Z[ recovery-image] Dec 07 00:42:13.100 INFO O| Dec 07 00:42:13.099 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-07T00:42:13.498Z[ recovery-image] Dec 07 00:42:13.141 INFO O| Dec 07 00:42:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58532024-12-07T00:42:13.498Z[ recovery-image] Dec 07 00:42:13.141 INFO O| Dec 07 00:42:13.141 INFO STEP 512 (remove_files) COMPLETE
58542024-12-07T00:42:13.522Z[ recovery-image] Dec 07 00:42:13.141 INFO O| Dec 07 00:42:13.141 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-07T00:42:13.546Z[ recovery-image] Dec 07 00:42:13.183 INFO O| Dec 07 00:42:13.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58562024-12-07T00:42:13.546Z[ recovery-image] Dec 07 00:42:13.184 INFO O| Dec 07 00:42:13.183 INFO STEP 513 (remove_files) COMPLETE
58572024-12-07T00:42:13.546Z[ recovery-image] Dec 07 00:42:13.184 INFO O| Dec 07 00:42:13.184 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-07T00:42:13.579Z[ recovery-image] Dec 07 00:42:13.222 INFO O| Dec 07 00:42:13.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58592024-12-07T00:42:13.579Z[ recovery-image] Dec 07 00:42:13.222 INFO O| Dec 07 00:42:13.222 INFO STEP 514 (remove_files) COMPLETE
58602024-12-07T00:42:13.579Z[ recovery-image] Dec 07 00:42:13.222 INFO O| Dec 07 00:42:13.222 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-07T00:42:13.604Z[ recovery-image] Dec 07 00:42:13.236 INFO O| Dec 07 00:42:13.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58622024-12-07T00:42:13.604Z[ recovery-image] Dec 07 00:42:13.236 INFO O| Dec 07 00:42:13.236 INFO STEP 515 (remove_files) COMPLETE
58632024-12-07T00:42:13.604Z[ recovery-image] Dec 07 00:42:13.236 INFO O| Dec 07 00:42:13.236 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-07T00:42:13.628Z[ recovery-image] Dec 07 00:42:13.250 INFO O| Dec 07 00:42:13.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58652024-12-07T00:42:13.628Z[ recovery-image] Dec 07 00:42:13.250 INFO O| Dec 07 00:42:13.250 INFO STEP 516 (remove_files) COMPLETE
58662024-12-07T00:42:13.628Z[ recovery-image] Dec 07 00:42:13.250 INFO O| Dec 07 00:42:13.250 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-07T00:42:13.628Z[ recovery-image] Dec 07 00:42:13.263 INFO O| Dec 07 00:42:13.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58682024-12-07T00:42:13.628Z[ recovery-image] Dec 07 00:42:13.263 INFO O| Dec 07 00:42:13.263 INFO STEP 517 (remove_files) COMPLETE
58692024-12-07T00:42:13.628Z[ recovery-image] Dec 07 00:42:13.263 INFO O| Dec 07 00:42:13.263 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-07T00:42:13.652Z[ recovery-image] Dec 07 00:42:13.276 INFO O| Dec 07 00:42:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58712024-12-07T00:42:13.652Z[ recovery-image] Dec 07 00:42:13.276 INFO O| Dec 07 00:42:13.276 INFO STEP 518 (remove_files) COMPLETE
58722024-12-07T00:42:13.652Z[ recovery-image] Dec 07 00:42:13.276 INFO O| Dec 07 00:42:13.276 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-07T00:42:13.652Z[ recovery-image] Dec 07 00:42:13.288 INFO O| Dec 07 00:42:13.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58742024-12-07T00:42:13.653Z[ recovery-image] Dec 07 00:42:13.288 INFO O| Dec 07 00:42:13.288 INFO STEP 519 (remove_files) COMPLETE
58752024-12-07T00:42:13.653Z[ recovery-image] Dec 07 00:42:13.288 INFO O| Dec 07 00:42:13.288 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-07T00:42:13.678Z[ recovery-image] Dec 07 00:42:13.321 INFO O| Dec 07 00:42:13.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58772024-12-07T00:42:13.678Z[ recovery-image] Dec 07 00:42:13.321 INFO O| Dec 07 00:42:13.321 INFO STEP 520 (remove_files) COMPLETE
58782024-12-07T00:42:13.702Z[ recovery-image] Dec 07 00:42:13.321 INFO O| Dec 07 00:42:13.321 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-07T00:42:13.727Z[ recovery-image] Dec 07 00:42:13.370 INFO O| Dec 07 00:42:13.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58802024-12-07T00:42:13.727Z[ recovery-image] Dec 07 00:42:13.370 INFO O| Dec 07 00:42:13.370 INFO STEP 521 (remove_files) COMPLETE
58812024-12-07T00:42:13.727Z[ recovery-image] Dec 07 00:42:13.370 INFO O| Dec 07 00:42:13.370 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-07T00:42:13.752Z[ recovery-image] Dec 07 00:42:13.386 INFO O| Dec 07 00:42:13.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58832024-12-07T00:42:13.752Z[ recovery-image] Dec 07 00:42:13.386 INFO O| Dec 07 00:42:13.386 INFO STEP 522 (remove_files) COMPLETE
58842024-12-07T00:42:13.752Z[ recovery-image] Dec 07 00:42:13.386 INFO O| Dec 07 00:42:13.386 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-07T00:42:13.776Z[ recovery-image] Dec 07 00:42:13.418 INFO O| Dec 07 00:42:13.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58862024-12-07T00:42:13.776Z[ recovery-image] Dec 07 00:42:13.418 INFO O| Dec 07 00:42:13.418 INFO STEP 523 (remove_files) COMPLETE
58872024-12-07T00:42:13.776Z[ recovery-image] Dec 07 00:42:13.418 INFO O| Dec 07 00:42:13.418 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-07T00:42:13.800Z[ recovery-image] Dec 07 00:42:13.437 INFO O| Dec 07 00:42:13.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58892024-12-07T00:42:13.800Z[ recovery-image] Dec 07 00:42:13.437 INFO O| Dec 07 00:42:13.437 INFO STEP 524 (remove_files) COMPLETE
58902024-12-07T00:42:13.800Z[ recovery-image] Dec 07 00:42:13.437 INFO O| Dec 07 00:42:13.437 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-07T00:42:13.831Z[ recovery-image] Dec 07 00:42:13.474 INFO O| Dec 07 00:42:13.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58922024-12-07T00:42:13.855Z[ recovery-image] Dec 07 00:42:13.474 INFO O| Dec 07 00:42:13.474 INFO STEP 525 (remove_files) COMPLETE
58932024-12-07T00:42:13.855Z[ recovery-image] Dec 07 00:42:13.474 INFO O| Dec 07 00:42:13.474 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-07T00:42:13.855Z[ recovery-image] Dec 07 00:42:13.490 INFO O| Dec 07 00:42:13.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58952024-12-07T00:42:13.855Z[ recovery-image] Dec 07 00:42:13.490 INFO O| Dec 07 00:42:13.490 INFO STEP 526 (remove_files) COMPLETE
58962024-12-07T00:42:13.855Z[ recovery-image] Dec 07 00:42:13.490 INFO O| Dec 07 00:42:13.490 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-07T00:42:13.879Z[ recovery-image] Dec 07 00:42:13.504 INFO O| Dec 07 00:42:13.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58982024-12-07T00:42:13.879Z[ recovery-image] Dec 07 00:42:13.505 INFO O| Dec 07 00:42:13.505 INFO STEP 527 (remove_files) COMPLETE
58992024-12-07T00:42:13.879Z[ recovery-image] Dec 07 00:42:13.505 INFO O| Dec 07 00:42:13.505 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-07T00:42:13.879Z[ recovery-image] Dec 07 00:42:13.518 INFO O| Dec 07 00:42:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59012024-12-07T00:42:13.879Z[ recovery-image] Dec 07 00:42:13.518 INFO O| Dec 07 00:42:13.518 INFO STEP 528 (remove_files) COMPLETE
59022024-12-07T00:42:13.879Z[ recovery-image] Dec 07 00:42:13.518 INFO O| Dec 07 00:42:13.518 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-07T00:42:13.903Z[ recovery-image] Dec 07 00:42:13.531 INFO O| Dec 07 00:42:13.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59042024-12-07T00:42:13.903Z[ recovery-image] Dec 07 00:42:13.531 INFO O| Dec 07 00:42:13.531 INFO STEP 529 (remove_files) COMPLETE
59052024-12-07T00:42:13.903Z[ recovery-image] Dec 07 00:42:13.531 INFO O| Dec 07 00:42:13.531 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-07T00:42:13.903Z[ recovery-image] Dec 07 00:42:13.544 INFO O| Dec 07 00:42:13.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59072024-12-07T00:42:13.903Z[ recovery-image] Dec 07 00:42:13.544 INFO O| Dec 07 00:42:13.544 INFO STEP 530 (remove_files) COMPLETE
59082024-12-07T00:42:13.903Z[ recovery-image] Dec 07 00:42:13.544 INFO O| Dec 07 00:42:13.544 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-07T00:42:13.927Z[ recovery-image] Dec 07 00:42:13.563 INFO O| Dec 07 00:42:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59102024-12-07T00:42:13.927Z[ recovery-image] Dec 07 00:42:13.563 INFO O| Dec 07 00:42:13.563 INFO STEP 531 (remove_files) COMPLETE
59112024-12-07T00:42:13.927Z[ recovery-image] Dec 07 00:42:13.564 INFO O| Dec 07 00:42:13.563 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-07T00:42:13.951Z[ recovery-image] Dec 07 00:42:13.594 INFO O| Dec 07 00:42:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59132024-12-07T00:42:13.951Z[ recovery-image] Dec 07 00:42:13.594 INFO O| Dec 07 00:42:13.594 INFO STEP 532 (remove_files) COMPLETE
59142024-12-07T00:42:13.976Z[ recovery-image] Dec 07 00:42:13.594 INFO O| Dec 07 00:42:13.594 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-07T00:42:13.976Z[ host-image] Dec 07 00:42:13.606 INFO O| Dec 07 00:42:13.606 INFO O| Done
59162024-12-07T00:42:13.976Z[ recovery-image] Dec 07 00:42:13.613 INFO O| Dec 07 00:42:13.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59172024-12-07T00:42:13.976Z[ recovery-image] Dec 07 00:42:13.613 INFO O| Dec 07 00:42:13.613 INFO STEP 533 (remove_files) COMPLETE
59182024-12-07T00:42:13.976Z[ recovery-image] Dec 07 00:42:13.613 INFO O| Dec 07 00:42:13.613 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-07T00:42:14.002Z[ host-image] Dec 07 00:42:13.645 INFO O| Dec 07 00:42:13.645 INFO O| Done
59202024-12-07T00:42:14.026Z[ host-image] Dec 07 00:42:13.646 INFO O| Dec 07 00:42:13.645 INFO O| Done
59212024-12-07T00:42:14.026Z[ recovery-image] Dec 07 00:42:13.647 INFO O| Dec 07 00:42:13.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59222024-12-07T00:42:14.026Z[ recovery-image] Dec 07 00:42:13.648 INFO O| Dec 07 00:42:13.647 INFO STEP 534 (remove_files) COMPLETE
59232024-12-07T00:42:14.026Z[ recovery-image] Dec 07 00:42:13.648 INFO O| Dec 07 00:42:13.647 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-07T00:42:14.050Z[ recovery-image] Dec 07 00:42:13.675 INFO O| Dec 07 00:42:13.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59252024-12-07T00:42:14.051Z[ recovery-image] Dec 07 00:42:13.675 INFO O| Dec 07 00:42:13.675 INFO STEP 535 (remove_files) COMPLETE
59262024-12-07T00:42:14.051Z[ recovery-image] Dec 07 00:42:13.675 INFO O| Dec 07 00:42:13.675 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-07T00:42:14.074Z[ host-image] Dec 07 00:42:13.704 INFO O| Dec 07 00:42:13.704 INFO O| Done
59282024-12-07T00:42:14.074Z[ recovery-image] Dec 07 00:42:13.711 INFO O| Dec 07 00:42:13.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59292024-12-07T00:42:14.075Z[ recovery-image] Dec 07 00:42:13.711 INFO O| Dec 07 00:42:13.711 INFO STEP 536 (remove_files) COMPLETE
59302024-12-07T00:42:14.075Z[ recovery-image] Dec 07 00:42:13.711 INFO O| Dec 07 00:42:13.711 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-07T00:42:14.098Z[ recovery-image] Dec 07 00:42:13.729 INFO O| Dec 07 00:42:13.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59322024-12-07T00:42:14.098Z[ recovery-image] Dec 07 00:42:13.729 INFO O| Dec 07 00:42:13.729 INFO STEP 537 (remove_files) COMPLETE
59332024-12-07T00:42:14.098Z[ recovery-image] Dec 07 00:42:13.729 INFO O| Dec 07 00:42:13.729 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-07T00:42:14.122Z[ recovery-image] Dec 07 00:42:13.757 INFO O| Dec 07 00:42:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59352024-12-07T00:42:14.122Z[ recovery-image] Dec 07 00:42:13.757 INFO O| Dec 07 00:42:13.757 INFO STEP 538 (remove_files) COMPLETE
59362024-12-07T00:42:14.122Z[ recovery-image] Dec 07 00:42:13.757 INFO O| Dec 07 00:42:13.757 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-07T00:42:14.146Z[ recovery-image] Dec 07 00:42:13.771 INFO O| Dec 07 00:42:13.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59382024-12-07T00:42:14.146Z[ recovery-image] Dec 07 00:42:13.771 INFO O| Dec 07 00:42:13.771 INFO STEP 539 (remove_files) COMPLETE
59392024-12-07T00:42:14.146Z[ recovery-image] Dec 07 00:42:13.771 INFO O| Dec 07 00:42:13.771 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-07T00:42:14.146Z[ recovery-image] Dec 07 00:42:13.784 INFO O| Dec 07 00:42:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59412024-12-07T00:42:14.146Z[ recovery-image] Dec 07 00:42:13.784 INFO O| Dec 07 00:42:13.784 INFO STEP 540 (remove_files) COMPLETE
59422024-12-07T00:42:14.146Z[ recovery-image] Dec 07 00:42:13.784 INFO O| Dec 07 00:42:13.784 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-07T00:42:14.169Z[ recovery-image] Dec 07 00:42:13.806 INFO O| Dec 07 00:42:13.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59442024-12-07T00:42:14.169Z[ recovery-image] Dec 07 00:42:13.806 INFO O| Dec 07 00:42:13.806 INFO STEP 541 (remove_files) COMPLETE
59452024-12-07T00:42:14.169Z[ recovery-image] Dec 07 00:42:13.806 INFO O| Dec 07 00:42:13.806 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-07T00:42:14.193Z[ recovery-image] Dec 07 00:42:13.824 INFO O| Dec 07 00:42:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59472024-12-07T00:42:14.193Z[ recovery-image] Dec 07 00:42:13.824 INFO O| Dec 07 00:42:13.824 INFO STEP 542 (remove_files) COMPLETE
59482024-12-07T00:42:14.193Z[ recovery-image] Dec 07 00:42:13.824 INFO O| Dec 07 00:42:13.824 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-07T00:42:14.193Z[ host-image] Dec 07 00:42:13.834 INFO O| Dec 07 00:42:13.833 INFO STEP 13 (pkg_install) COMPLETE
59502024-12-07T00:42:14.193Z[ host-image] Dec 07 00:42:13.834 INFO O| Dec 07 00:42:13.834 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59512024-12-07T00:42:14.216Z[ recovery-image] Dec 07 00:42:13.839 INFO O| Dec 07 00:42:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59522024-12-07T00:42:14.218Z[ recovery-image] Dec 07 00:42:13.839 INFO O| Dec 07 00:42:13.839 INFO STEP 543 (remove_files) COMPLETE
59532024-12-07T00:42:14.218Z[ recovery-image] Dec 07 00:42:13.839 INFO O| Dec 07 00:42:13.839 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-07T00:42:14.218Z[ host-image] Dec 07 00:42:13.850 INFO O| Dec 07 00:42:13.850 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
59552024-12-07T00:42:14.218Z[ recovery-image] Dec 07 00:42:13.854 INFO O| Dec 07 00:42:13.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59562024-12-07T00:42:14.218Z[ recovery-image] Dec 07 00:42:13.854 INFO O| Dec 07 00:42:13.854 INFO STEP 544 (remove_files) COMPLETE
59572024-12-07T00:42:14.218Z[ recovery-image] Dec 07 00:42:13.854 INFO O| Dec 07 00:42:13.854 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-07T00:42:14.241Z[ recovery-image] Dec 07 00:42:13.867 INFO O| Dec 07 00:42:13.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59592024-12-07T00:42:14.241Z[ recovery-image] Dec 07 00:42:13.867 INFO O| Dec 07 00:42:13.867 INFO STEP 545 (remove_files) COMPLETE
59602024-12-07T00:42:14.241Z[ recovery-image] Dec 07 00:42:13.867 INFO O| Dec 07 00:42:13.867 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-07T00:42:14.241Z[ recovery-image] Dec 07 00:42:13.883 INFO O| Dec 07 00:42:13.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59622024-12-07T00:42:14.241Z[ recovery-image] Dec 07 00:42:13.884 INFO O| Dec 07 00:42:13.883 INFO STEP 546 (remove_files) COMPLETE
59632024-12-07T00:42:14.265Z[ recovery-image] Dec 07 00:42:13.884 INFO O| Dec 07 00:42:13.883 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-07T00:42:14.265Z[ recovery-image] Dec 07 00:42:13.901 INFO O| Dec 07 00:42:13.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59652024-12-07T00:42:14.265Z[ recovery-image] Dec 07 00:42:13.901 INFO O| Dec 07 00:42:13.901 INFO STEP 547 (remove_files) COMPLETE
59662024-12-07T00:42:14.265Z[ recovery-image] Dec 07 00:42:13.901 INFO O| Dec 07 00:42:13.901 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-07T00:42:14.288Z[ recovery-image] Dec 07 00:42:13.915 INFO O| Dec 07 00:42:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59682024-12-07T00:42:14.288Z[ recovery-image] Dec 07 00:42:13.915 INFO O| Dec 07 00:42:13.915 INFO STEP 548 (remove_files) COMPLETE
59692024-12-07T00:42:14.288Z[ recovery-image] Dec 07 00:42:13.915 INFO O| Dec 07 00:42:13.915 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-07T00:42:14.288Z[ recovery-image] Dec 07 00:42:13.927 INFO O| Dec 07 00:42:13.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59712024-12-07T00:42:14.288Z[ recovery-image] Dec 07 00:42:13.927 INFO O| Dec 07 00:42:13.927 INFO STEP 549 (remove_files) COMPLETE
59722024-12-07T00:42:14.288Z[ recovery-image] Dec 07 00:42:13.927 INFO O| Dec 07 00:42:13.927 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-07T00:42:14.311Z[ recovery-image] Dec 07 00:42:13.939 INFO O| Dec 07 00:42:13.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59742024-12-07T00:42:14.311Z[ recovery-image] Dec 07 00:42:13.939 INFO O| Dec 07 00:42:13.939 INFO STEP 550 (remove_files) COMPLETE
59752024-12-07T00:42:14.311Z[ recovery-image] Dec 07 00:42:13.939 INFO O| Dec 07 00:42:13.939 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-07T00:42:14.311Z[ recovery-image] Dec 07 00:42:13.951 INFO O| Dec 07 00:42:13.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59772024-12-07T00:42:14.311Z[ recovery-image] Dec 07 00:42:13.951 INFO O| Dec 07 00:42:13.951 INFO STEP 551 (remove_files) COMPLETE
59782024-12-07T00:42:14.311Z[ recovery-image] Dec 07 00:42:13.951 INFO O| Dec 07 00:42:13.951 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-07T00:42:14.335Z[ recovery-image] Dec 07 00:42:13.964 INFO O| Dec 07 00:42:13.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59802024-12-07T00:42:14.335Z[ recovery-image] Dec 07 00:42:13.964 INFO O| Dec 07 00:42:13.964 INFO STEP 552 (remove_files) COMPLETE
59812024-12-07T00:42:14.335Z[ recovery-image] Dec 07 00:42:13.964 INFO O| Dec 07 00:42:13.964 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-07T00:42:14.359Z[ recovery-image] Dec 07 00:42:13.977 INFO O| Dec 07 00:42:13.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59832024-12-07T00:42:14.359Z[ recovery-image] Dec 07 00:42:13.978 INFO O| Dec 07 00:42:13.978 INFO STEP 553 (remove_files) COMPLETE
59842024-12-07T00:42:14.359Z[ recovery-image] Dec 07 00:42:13.978 INFO O| Dec 07 00:42:13.978 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-07T00:42:14.359Z[ recovery-image] Dec 07 00:42:13.990 INFO O| Dec 07 00:42:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59862024-12-07T00:42:14.359Z[ recovery-image] Dec 07 00:42:13.990 INFO O| Dec 07 00:42:13.990 INFO STEP 554 (remove_files) COMPLETE
59872024-12-07T00:42:14.359Z[ recovery-image] Dec 07 00:42:13.990 INFO O| Dec 07 00:42:13.990 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-07T00:42:14.382Z[ recovery-image] Dec 07 00:42:14.003 INFO O| Dec 07 00:42:14.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59892024-12-07T00:42:14.382Z[ recovery-image] Dec 07 00:42:14.003 INFO O| Dec 07 00:42:14.003 INFO STEP 555 (remove_files) COMPLETE
59902024-12-07T00:42:14.382Z[ recovery-image] Dec 07 00:42:14.003 INFO O| Dec 07 00:42:14.003 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-07T00:42:14.382Z[ recovery-image] Dec 07 00:42:14.016 INFO O| Dec 07 00:42:14.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59922024-12-07T00:42:14.382Z[ recovery-image] Dec 07 00:42:14.016 INFO O| Dec 07 00:42:14.016 INFO STEP 556 (remove_files) COMPLETE
59932024-12-07T00:42:14.382Z[ recovery-image] Dec 07 00:42:14.016 INFO O| Dec 07 00:42:14.016 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-07T00:42:14.405Z[ recovery-image] Dec 07 00:42:14.029 INFO O| Dec 07 00:42:14.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59952024-12-07T00:42:14.405Z[ recovery-image] Dec 07 00:42:14.029 INFO O| Dec 07 00:42:14.029 INFO STEP 557 (remove_files) COMPLETE
59962024-12-07T00:42:14.405Z[ recovery-image] Dec 07 00:42:14.029 INFO O| Dec 07 00:42:14.029 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-07T00:42:14.406Z[ recovery-image] Dec 07 00:42:14.041 INFO O| Dec 07 00:42:14.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59982024-12-07T00:42:14.406Z[ recovery-image] Dec 07 00:42:14.041 INFO O| Dec 07 00:42:14.041 INFO STEP 558 (remove_files) COMPLETE
59992024-12-07T00:42:14.406Z[ recovery-image] Dec 07 00:42:14.041 INFO O| Dec 07 00:42:14.041 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-07T00:42:14.429Z[ recovery-image] Dec 07 00:42:14.054 INFO O| Dec 07 00:42:14.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60012024-12-07T00:42:14.429Z[ recovery-image] Dec 07 00:42:14.054 INFO O| Dec 07 00:42:14.054 INFO STEP 559 (remove_files) COMPLETE
60022024-12-07T00:42:14.429Z[ recovery-image] Dec 07 00:42:14.054 INFO O| Dec 07 00:42:14.054 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-07T00:42:14.429Z[ recovery-image] Dec 07 00:42:14.066 INFO O| Dec 07 00:42:14.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60042024-12-07T00:42:14.429Z[ recovery-image] Dec 07 00:42:14.066 INFO O| Dec 07 00:42:14.066 INFO STEP 560 (remove_files) COMPLETE
60052024-12-07T00:42:14.429Z[ recovery-image] Dec 07 00:42:14.066 INFO O| Dec 07 00:42:14.066 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-07T00:42:14.452Z[ recovery-image] Dec 07 00:42:14.080 INFO O| Dec 07 00:42:14.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60072024-12-07T00:42:14.452Z[ recovery-image] Dec 07 00:42:14.080 INFO O| Dec 07 00:42:14.080 INFO STEP 561 (remove_files) COMPLETE
60082024-12-07T00:42:14.452Z[ recovery-image] Dec 07 00:42:14.080 INFO O| Dec 07 00:42:14.080 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-07T00:42:14.452Z[ recovery-image] Dec 07 00:42:14.092 INFO O| Dec 07 00:42:14.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60102024-12-07T00:42:14.452Z[ recovery-image] Dec 07 00:42:14.092 INFO O| Dec 07 00:42:14.092 INFO STEP 562 (remove_files) COMPLETE
60112024-12-07T00:42:14.453Z[ recovery-image] Dec 07 00:42:14.093 INFO O| Dec 07 00:42:14.092 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-07T00:42:14.476Z[ recovery-image] Dec 07 00:42:14.105 INFO O| Dec 07 00:42:14.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60132024-12-07T00:42:14.476Z[ recovery-image] Dec 07 00:42:14.105 INFO O| Dec 07 00:42:14.105 INFO STEP 563 (remove_files) COMPLETE
60142024-12-07T00:42:14.476Z[ recovery-image] Dec 07 00:42:14.105 INFO O| Dec 07 00:42:14.105 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-07T00:42:14.476Z[ recovery-image] Dec 07 00:42:14.118 INFO O| Dec 07 00:42:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60162024-12-07T00:42:14.476Z[ recovery-image] Dec 07 00:42:14.118 INFO O| Dec 07 00:42:14.118 INFO STEP 564 (remove_files) COMPLETE
60172024-12-07T00:42:14.476Z[ recovery-image] Dec 07 00:42:14.118 INFO O| Dec 07 00:42:14.118 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-07T00:42:14.500Z[ recovery-image] Dec 07 00:42:14.131 INFO O| Dec 07 00:42:14.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60192024-12-07T00:42:14.500Z[ recovery-image] Dec 07 00:42:14.131 INFO O| Dec 07 00:42:14.131 INFO STEP 565 (remove_files) COMPLETE
60202024-12-07T00:42:14.500Z[ recovery-image] Dec 07 00:42:14.131 INFO O| Dec 07 00:42:14.131 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-07T00:42:14.523Z[ recovery-image] Dec 07 00:42:14.144 INFO O| Dec 07 00:42:14.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60222024-12-07T00:42:14.523Z[ recovery-image] Dec 07 00:42:14.144 INFO O| Dec 07 00:42:14.144 INFO STEP 566 (remove_files) COMPLETE
60232024-12-07T00:42:14.523Z[ recovery-image] Dec 07 00:42:14.144 INFO O| Dec 07 00:42:14.144 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-07T00:42:14.523Z[ recovery-image] Dec 07 00:42:14.158 INFO O| Dec 07 00:42:14.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60252024-12-07T00:42:14.523Z[ recovery-image] Dec 07 00:42:14.158 INFO O| Dec 07 00:42:14.158 INFO STEP 567 (remove_files) COMPLETE
60262024-12-07T00:42:14.523Z[ recovery-image] Dec 07 00:42:14.158 INFO O| Dec 07 00:42:14.158 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-07T00:42:14.547Z[ recovery-image] Dec 07 00:42:14.170 INFO O| Dec 07 00:42:14.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60282024-12-07T00:42:14.547Z[ recovery-image] Dec 07 00:42:14.170 INFO O| Dec 07 00:42:14.170 INFO STEP 568 (remove_files) COMPLETE
60292024-12-07T00:42:14.547Z[ recovery-image] Dec 07 00:42:14.170 INFO O| Dec 07 00:42:14.170 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-07T00:42:14.547Z[ recovery-image] Dec 07 00:42:14.183 INFO O| Dec 07 00:42:14.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60312024-12-07T00:42:14.547Z[ recovery-image] Dec 07 00:42:14.183 INFO O| Dec 07 00:42:14.183 INFO STEP 569 (remove_files) COMPLETE
60322024-12-07T00:42:14.547Z[ recovery-image] Dec 07 00:42:14.183 INFO O| Dec 07 00:42:14.183 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-07T00:42:14.571Z[ recovery-image] Dec 07 00:42:14.196 INFO O| Dec 07 00:42:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60342024-12-07T00:42:14.571Z[ recovery-image] Dec 07 00:42:14.196 INFO O| Dec 07 00:42:14.196 INFO STEP 570 (remove_files) COMPLETE
60352024-12-07T00:42:14.571Z[ recovery-image] Dec 07 00:42:14.196 INFO O| Dec 07 00:42:14.196 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-07T00:42:14.571Z[ recovery-image] Dec 07 00:42:14.209 INFO O| Dec 07 00:42:14.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60372024-12-07T00:42:14.571Z[ recovery-image] Dec 07 00:42:14.209 INFO O| Dec 07 00:42:14.209 INFO STEP 571 (remove_files) COMPLETE
60382024-12-07T00:42:14.571Z[ recovery-image] Dec 07 00:42:14.209 INFO O| Dec 07 00:42:14.209 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-07T00:42:14.594Z[ recovery-image] Dec 07 00:42:14.224 INFO O| Dec 07 00:42:14.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60402024-12-07T00:42:14.594Z[ recovery-image] Dec 07 00:42:14.224 INFO O| Dec 07 00:42:14.224 INFO STEP 572 (remove_files) COMPLETE
60412024-12-07T00:42:14.594Z[ recovery-image] Dec 07 00:42:14.224 INFO O| Dec 07 00:42:14.224 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-07T00:42:14.619Z[ recovery-image] Dec 07 00:42:14.242 INFO O| Dec 07 00:42:14.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60432024-12-07T00:42:14.619Z[ recovery-image] Dec 07 00:42:14.242 INFO O| Dec 07 00:42:14.242 INFO STEP 573 (remove_files) COMPLETE
60442024-12-07T00:42:14.619Z[ recovery-image] Dec 07 00:42:14.242 INFO O| Dec 07 00:42:14.242 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-07T00:42:14.619Z[ recovery-image] Dec 07 00:42:14.257 INFO O| Dec 07 00:42:14.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60462024-12-07T00:42:14.619Z[ recovery-image] Dec 07 00:42:14.257 INFO O| Dec 07 00:42:14.257 INFO STEP 574 (remove_files) COMPLETE
60472024-12-07T00:42:14.619Z[ recovery-image] Dec 07 00:42:14.257 INFO O| Dec 07 00:42:14.257 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-07T00:42:14.642Z[ recovery-image] Dec 07 00:42:14.275 INFO O| Dec 07 00:42:14.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60492024-12-07T00:42:14.642Z[ recovery-image] Dec 07 00:42:14.276 INFO O| Dec 07 00:42:14.276 INFO STEP 575 (remove_files) COMPLETE
60502024-12-07T00:42:14.642Z[ recovery-image] Dec 07 00:42:14.276 INFO O| Dec 07 00:42:14.276 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-07T00:42:14.666Z[ recovery-image] Dec 07 00:42:14.290 INFO O| Dec 07 00:42:14.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60522024-12-07T00:42:14.666Z[ recovery-image] Dec 07 00:42:14.290 INFO O| Dec 07 00:42:14.290 INFO STEP 576 (remove_files) COMPLETE
60532024-12-07T00:42:14.666Z[ recovery-image] Dec 07 00:42:14.290 INFO O| Dec 07 00:42:14.290 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-07T00:42:14.666Z[ recovery-image] Dec 07 00:42:14.305 INFO O| Dec 07 00:42:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60552024-12-07T00:42:14.666Z[ recovery-image] Dec 07 00:42:14.305 INFO O| Dec 07 00:42:14.305 INFO STEP 577 (remove_files) COMPLETE
60562024-12-07T00:42:14.666Z[ recovery-image] Dec 07 00:42:14.305 INFO O| Dec 07 00:42:14.305 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-07T00:42:14.689Z[ recovery-image] Dec 07 00:42:14.319 INFO O| Dec 07 00:42:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60582024-12-07T00:42:14.689Z[ recovery-image] Dec 07 00:42:14.319 INFO O| Dec 07 00:42:14.319 INFO STEP 578 (remove_files) COMPLETE
60592024-12-07T00:42:14.689Z[ recovery-image] Dec 07 00:42:14.319 INFO O| Dec 07 00:42:14.319 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-07T00:42:14.712Z[ recovery-image] Dec 07 00:42:14.332 INFO O| Dec 07 00:42:14.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60612024-12-07T00:42:14.712Z[ recovery-image] Dec 07 00:42:14.332 INFO O| Dec 07 00:42:14.332 INFO STEP 579 (remove_files) COMPLETE
60622024-12-07T00:42:14.712Z[ recovery-image] Dec 07 00:42:14.333 INFO O| Dec 07 00:42:14.332 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-07T00:42:14.712Z[ recovery-image] Dec 07 00:42:14.346 INFO O| Dec 07 00:42:14.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60642024-12-07T00:42:14.713Z[ recovery-image] Dec 07 00:42:14.346 INFO O| Dec 07 00:42:14.346 INFO STEP 580 (remove_files) COMPLETE
60652024-12-07T00:42:14.713Z[ recovery-image] Dec 07 00:42:14.347 INFO O| Dec 07 00:42:14.346 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-07T00:42:14.736Z[ recovery-image] Dec 07 00:42:14.364 INFO O| Dec 07 00:42:14.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60672024-12-07T00:42:14.736Z[ recovery-image] Dec 07 00:42:14.364 INFO O| Dec 07 00:42:14.364 INFO STEP 581 (remove_files) COMPLETE
60682024-12-07T00:42:14.736Z[ recovery-image] Dec 07 00:42:14.364 INFO O| Dec 07 00:42:14.364 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-07T00:42:14.761Z[ recovery-image] Dec 07 00:42:14.382 INFO O| Dec 07 00:42:14.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60702024-12-07T00:42:14.761Z[ recovery-image] Dec 07 00:42:14.382 INFO O| Dec 07 00:42:14.382 INFO STEP 582 (remove_files) COMPLETE
60712024-12-07T00:42:14.761Z[ recovery-image] Dec 07 00:42:14.382 INFO O| Dec 07 00:42:14.382 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-07T00:42:14.761Z[ recovery-image] Dec 07 00:42:14.397 INFO O| Dec 07 00:42:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60732024-12-07T00:42:14.761Z[ recovery-image] Dec 07 00:42:14.397 INFO O| Dec 07 00:42:14.397 INFO STEP 583 (remove_files) COMPLETE
60742024-12-07T00:42:14.761Z[ recovery-image] Dec 07 00:42:14.397 INFO O| Dec 07 00:42:14.397 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-07T00:42:14.785Z[ recovery-image] Dec 07 00:42:14.411 INFO O| Dec 07 00:42:14.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60762024-12-07T00:42:14.785Z[ recovery-image] Dec 07 00:42:14.411 INFO O| Dec 07 00:42:14.411 INFO STEP 584 (remove_files) COMPLETE
60772024-12-07T00:42:14.785Z[ recovery-image] Dec 07 00:42:14.411 INFO O| Dec 07 00:42:14.411 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-07T00:42:14.785Z[ recovery-image] Dec 07 00:42:14.425 INFO O| Dec 07 00:42:14.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60792024-12-07T00:42:14.785Z[ recovery-image] Dec 07 00:42:14.425 INFO O| Dec 07 00:42:14.425 INFO STEP 585 (remove_files) COMPLETE
60802024-12-07T00:42:14.785Z[ recovery-image] Dec 07 00:42:14.425 INFO O| Dec 07 00:42:14.425 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-07T00:42:14.809Z[ recovery-image] Dec 07 00:42:14.444 INFO O| Dec 07 00:42:14.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60822024-12-07T00:42:14.809Z[ recovery-image] Dec 07 00:42:14.444 INFO O| Dec 07 00:42:14.444 INFO STEP 586 (remove_files) COMPLETE
60832024-12-07T00:42:14.809Z[ recovery-image] Dec 07 00:42:14.444 INFO O| Dec 07 00:42:14.444 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-07T00:42:14.832Z[ recovery-image] Dec 07 00:42:14.458 INFO O| Dec 07 00:42:14.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60852024-12-07T00:42:14.832Z[ recovery-image] Dec 07 00:42:14.458 INFO O| Dec 07 00:42:14.458 INFO STEP 587 (remove_files) COMPLETE
60862024-12-07T00:42:14.832Z[ recovery-image] Dec 07 00:42:14.458 INFO O| Dec 07 00:42:14.458 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-07T00:42:14.832Z[ recovery-image] Dec 07 00:42:14.473 INFO O| Dec 07 00:42:14.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60882024-12-07T00:42:14.832Z[ recovery-image] Dec 07 00:42:14.473 INFO O| Dec 07 00:42:14.473 INFO STEP 588 (remove_files) COMPLETE
60892024-12-07T00:42:14.832Z[ recovery-image] Dec 07 00:42:14.473 INFO O| Dec 07 00:42:14.473 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-07T00:42:14.856Z[ recovery-image] Dec 07 00:42:14.486 INFO O| Dec 07 00:42:14.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60912024-12-07T00:42:14.856Z[ recovery-image] Dec 07 00:42:14.486 INFO O| Dec 07 00:42:14.486 INFO STEP 589 (remove_files) COMPLETE
60922024-12-07T00:42:14.856Z[ recovery-image] Dec 07 00:42:14.486 INFO O| Dec 07 00:42:14.486 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-07T00:42:14.879Z[ recovery-image] Dec 07 00:42:14.500 INFO O| Dec 07 00:42:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60942024-12-07T00:42:14.879Z[ recovery-image] Dec 07 00:42:14.500 INFO O| Dec 07 00:42:14.500 INFO STEP 590 (remove_files) COMPLETE
60952024-12-07T00:42:14.879Z[ recovery-image] Dec 07 00:42:14.500 INFO O| Dec 07 00:42:14.500 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-07T00:42:14.879Z[ recovery-image] Dec 07 00:42:14.514 INFO O| Dec 07 00:42:14.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60972024-12-07T00:42:14.880Z[ recovery-image] Dec 07 00:42:14.514 INFO O| Dec 07 00:42:14.514 INFO STEP 591 (remove_files) COMPLETE
60982024-12-07T00:42:14.880Z[ recovery-image] Dec 07 00:42:14.514 INFO O| Dec 07 00:42:14.514 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-07T00:42:14.903Z[ recovery-image] Dec 07 00:42:14.528 INFO O| Dec 07 00:42:14.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61002024-12-07T00:42:14.903Z[ recovery-image] Dec 07 00:42:14.528 INFO O| Dec 07 00:42:14.528 INFO STEP 592 (remove_files) COMPLETE
61012024-12-07T00:42:14.903Z[ recovery-image] Dec 07 00:42:14.528 INFO O| Dec 07 00:42:14.528 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-07T00:42:14.903Z[ host-image] Dec 07 00:42:14.537 INFO O| Dec 07 00:42:14.537 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
61032024-12-07T00:42:14.904Z[ recovery-image] Dec 07 00:42:14.541 INFO O| Dec 07 00:42:14.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61042024-12-07T00:42:14.904Z[ recovery-image] Dec 07 00:42:14.541 INFO O| Dec 07 00:42:14.541 INFO STEP 593 (remove_files) COMPLETE
61052024-12-07T00:42:14.904Z[ recovery-image] Dec 07 00:42:14.541 INFO O| Dec 07 00:42:14.541 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-12-07T00:42:14.928Z[ recovery-image] Dec 07 00:42:14.560 INFO O| Dec 07 00:42:14.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61072024-12-07T00:42:14.928Z[ recovery-image] Dec 07 00:42:14.560 INFO O| Dec 07 00:42:14.560 INFO STEP 594 (remove_files) COMPLETE
61082024-12-07T00:42:14.928Z[ recovery-image] Dec 07 00:42:14.560 INFO O| Dec 07 00:42:14.560 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-12-07T00:42:14.952Z[ recovery-image] Dec 07 00:42:14.577 INFO O| Dec 07 00:42:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61102024-12-07T00:42:14.952Z[ recovery-image] Dec 07 00:42:14.578 INFO O| Dec 07 00:42:14.577 INFO STEP 595 (remove_files) COMPLETE
61112024-12-07T00:42:14.952Z[ recovery-image] Dec 07 00:42:14.578 INFO O| Dec 07 00:42:14.578 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-12-07T00:42:14.952Z[ recovery-image] Dec 07 00:42:14.594 INFO O| Dec 07 00:42:14.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61132024-12-07T00:42:14.952Z[ recovery-image] Dec 07 00:42:14.594 INFO O| Dec 07 00:42:14.594 INFO STEP 596 (remove_files) COMPLETE
61142024-12-07T00:42:14.952Z[ recovery-image] Dec 07 00:42:14.594 INFO O| Dec 07 00:42:14.594 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-07T00:42:14.976Z[ recovery-image] Dec 07 00:42:14.610 INFO O| Dec 07 00:42:14.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61162024-12-07T00:42:14.976Z[ recovery-image] Dec 07 00:42:14.610 INFO O| Dec 07 00:42:14.610 INFO STEP 597 (remove_files) COMPLETE
61172024-12-07T00:42:14.977Z[ recovery-image] Dec 07 00:42:14.610 INFO O| Dec 07 00:42:14.610 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-07T00:42:15.000Z[ recovery-image] Dec 07 00:42:14.626 INFO O| Dec 07 00:42:14.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61192024-12-07T00:42:15.000Z[ recovery-image] Dec 07 00:42:14.626 INFO O| Dec 07 00:42:14.626 INFO STEP 598 (remove_files) COMPLETE
61202024-12-07T00:42:15.000Z[ recovery-image] Dec 07 00:42:14.626 INFO O| Dec 07 00:42:14.626 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-07T00:42:15.000Z[ recovery-image] Dec 07 00:42:14.640 INFO O| Dec 07 00:42:14.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61222024-12-07T00:42:15.000Z[ recovery-image] Dec 07 00:42:14.641 INFO O| Dec 07 00:42:14.641 INFO STEP 599 (remove_files) COMPLETE
61232024-12-07T00:42:15.000Z[ recovery-image] Dec 07 00:42:14.641 INFO O| Dec 07 00:42:14.641 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-07T00:42:15.024Z[ recovery-image] Dec 07 00:42:14.655 INFO O| Dec 07 00:42:14.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61252024-12-07T00:42:15.024Z[ recovery-image] Dec 07 00:42:14.655 INFO O| Dec 07 00:42:14.655 INFO STEP 600 (remove_files) COMPLETE
61262024-12-07T00:42:15.024Z[ recovery-image] Dec 07 00:42:14.655 INFO O| Dec 07 00:42:14.655 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-07T00:42:15.047Z[ recovery-image] Dec 07 00:42:14.673 INFO O| Dec 07 00:42:14.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61282024-12-07T00:42:15.047Z[ recovery-image] Dec 07 00:42:14.674 INFO O| Dec 07 00:42:14.674 INFO STEP 601 (remove_files) COMPLETE
61292024-12-07T00:42:15.047Z[ recovery-image] Dec 07 00:42:14.674 INFO O| Dec 07 00:42:14.674 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-07T00:42:15.047Z[ recovery-image] Dec 07 00:42:14.690 INFO O| Dec 07 00:42:14.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61312024-12-07T00:42:15.047Z[ recovery-image] Dec 07 00:42:14.690 INFO O| Dec 07 00:42:14.690 INFO STEP 602 (remove_files) COMPLETE
61322024-12-07T00:42:15.048Z[ recovery-image] Dec 07 00:42:14.690 INFO O| Dec 07 00:42:14.690 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-07T00:42:15.072Z[ recovery-image] Dec 07 00:42:14.708 INFO O| Dec 07 00:42:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61342024-12-07T00:42:15.072Z[ recovery-image] Dec 07 00:42:14.708 INFO O| Dec 07 00:42:14.708 INFO STEP 603 (remove_files) COMPLETE
61352024-12-07T00:42:15.072Z[ recovery-image] Dec 07 00:42:14.708 INFO O| Dec 07 00:42:14.708 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-07T00:42:15.095Z[ recovery-image] Dec 07 00:42:14.724 INFO O| Dec 07 00:42:14.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61372024-12-07T00:42:15.095Z[ recovery-image] Dec 07 00:42:14.724 INFO O| Dec 07 00:42:14.724 INFO STEP 604 (remove_files) COMPLETE
61382024-12-07T00:42:15.095Z[ recovery-image] Dec 07 00:42:14.724 INFO O| Dec 07 00:42:14.724 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-07T00:42:15.119Z[ recovery-image] Dec 07 00:42:14.739 INFO O| Dec 07 00:42:14.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61402024-12-07T00:42:15.119Z[ recovery-image] Dec 07 00:42:14.739 INFO O| Dec 07 00:42:14.739 INFO STEP 605 (remove_files) COMPLETE
61412024-12-07T00:42:15.119Z[ recovery-image] Dec 07 00:42:14.739 INFO O| Dec 07 00:42:14.739 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-07T00:42:15.119Z[ recovery-image] Dec 07 00:42:14.753 INFO O| Dec 07 00:42:14.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61432024-12-07T00:42:15.119Z[ recovery-image] Dec 07 00:42:14.753 INFO O| Dec 07 00:42:14.753 INFO STEP 606 (remove_files) COMPLETE
61442024-12-07T00:42:15.119Z[ recovery-image] Dec 07 00:42:14.753 INFO O| Dec 07 00:42:14.753 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-07T00:42:15.143Z[ recovery-image] Dec 07 00:42:14.767 INFO O| Dec 07 00:42:14.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61462024-12-07T00:42:15.143Z[ recovery-image] Dec 07 00:42:14.767 INFO O| Dec 07 00:42:14.767 INFO STEP 607 (remove_files) COMPLETE
61472024-12-07T00:42:15.143Z[ recovery-image] Dec 07 00:42:14.767 INFO O| Dec 07 00:42:14.767 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-07T00:42:15.143Z[ recovery-image] Dec 07 00:42:14.781 INFO O| Dec 07 00:42:14.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61492024-12-07T00:42:15.143Z[ recovery-image] Dec 07 00:42:14.782 INFO O| Dec 07 00:42:14.781 INFO STEP 608 (remove_files) COMPLETE
61502024-12-07T00:42:15.144Z[ recovery-image] Dec 07 00:42:14.782 INFO O| Dec 07 00:42:14.782 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-07T00:42:15.167Z[ recovery-image] Dec 07 00:42:14.796 INFO O| Dec 07 00:42:14.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61522024-12-07T00:42:15.167Z[ recovery-image] Dec 07 00:42:14.797 INFO O| Dec 07 00:42:14.796 INFO STEP 609 (remove_files) COMPLETE
61532024-12-07T00:42:15.167Z[ recovery-image] Dec 07 00:42:14.797 INFO O| Dec 07 00:42:14.796 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-07T00:42:15.190Z[ recovery-image] Dec 07 00:42:14.811 INFO O| Dec 07 00:42:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61552024-12-07T00:42:15.190Z[ recovery-image] Dec 07 00:42:14.811 INFO O| Dec 07 00:42:14.811 INFO STEP 610 (remove_files) COMPLETE
61562024-12-07T00:42:15.191Z[ recovery-image] Dec 07 00:42:14.811 INFO O| Dec 07 00:42:14.811 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-07T00:42:15.191Z[ recovery-image] Dec 07 00:42:14.828 INFO O| Dec 07 00:42:14.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61582024-12-07T00:42:15.191Z[ recovery-image] Dec 07 00:42:14.828 INFO O| Dec 07 00:42:14.828 INFO STEP 611 (remove_files) COMPLETE
61592024-12-07T00:42:15.191Z[ recovery-image] Dec 07 00:42:14.828 INFO O| Dec 07 00:42:14.828 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-07T00:42:15.214Z[ recovery-image] Dec 07 00:42:14.844 INFO O| Dec 07 00:42:14.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61612024-12-07T00:42:15.214Z[ recovery-image] Dec 07 00:42:14.844 INFO O| Dec 07 00:42:14.844 INFO STEP 612 (remove_files) COMPLETE
61622024-12-07T00:42:15.215Z[ recovery-image] Dec 07 00:42:14.844 INFO O| Dec 07 00:42:14.844 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-07T00:42:15.238Z[ recovery-image] Dec 07 00:42:14.858 INFO O| Dec 07 00:42:14.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61642024-12-07T00:42:15.238Z[ recovery-image] Dec 07 00:42:14.858 INFO O| Dec 07 00:42:14.858 INFO STEP 613 (remove_files) COMPLETE
61652024-12-07T00:42:15.239Z[ recovery-image] Dec 07 00:42:14.858 INFO O| Dec 07 00:42:14.858 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-07T00:42:15.239Z[ recovery-image] Dec 07 00:42:14.872 INFO O| Dec 07 00:42:14.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61672024-12-07T00:42:15.239Z[ recovery-image] Dec 07 00:42:14.872 INFO O| Dec 07 00:42:14.872 INFO STEP 614 (remove_files) COMPLETE
61682024-12-07T00:42:15.239Z[ recovery-image] Dec 07 00:42:14.872 INFO O| Dec 07 00:42:14.872 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-07T00:42:15.262Z[ recovery-image] Dec 07 00:42:14.885 INFO O| Dec 07 00:42:14.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61702024-12-07T00:42:15.262Z[ recovery-image] Dec 07 00:42:14.885 INFO O| Dec 07 00:42:14.885 INFO STEP 615 (remove_files) COMPLETE
61712024-12-07T00:42:15.262Z[ recovery-image] Dec 07 00:42:14.885 INFO O| Dec 07 00:42:14.885 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-07T00:42:15.262Z[ recovery-image] Dec 07 00:42:14.899 INFO O| Dec 07 00:42:14.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61732024-12-07T00:42:15.262Z[ recovery-image] Dec 07 00:42:14.900 INFO O| Dec 07 00:42:14.900 INFO STEP 616 (remove_files) COMPLETE
61742024-12-07T00:42:15.262Z[ recovery-image] Dec 07 00:42:14.900 INFO O| Dec 07 00:42:14.900 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-07T00:42:15.286Z[ recovery-image] Dec 07 00:42:14.915 INFO O| Dec 07 00:42:14.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61762024-12-07T00:42:15.286Z[ recovery-image] Dec 07 00:42:14.916 INFO O| Dec 07 00:42:14.916 INFO STEP 617 (remove_files) COMPLETE
61772024-12-07T00:42:15.286Z[ recovery-image] Dec 07 00:42:14.916 INFO O| Dec 07 00:42:14.916 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-07T00:42:15.309Z[ recovery-image] Dec 07 00:42:14.930 INFO O| Dec 07 00:42:14.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61792024-12-07T00:42:15.309Z[ recovery-image] Dec 07 00:42:14.930 INFO O| Dec 07 00:42:14.930 INFO STEP 618 (remove_files) COMPLETE
61802024-12-07T00:42:15.309Z[ recovery-image] Dec 07 00:42:14.930 INFO O| Dec 07 00:42:14.930 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-07T00:42:15.309Z[ recovery-image] Dec 07 00:42:14.944 INFO O| Dec 07 00:42:14.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61822024-12-07T00:42:15.309Z[ recovery-image] Dec 07 00:42:14.945 INFO O| Dec 07 00:42:14.944 INFO STEP 619 (remove_files) COMPLETE
61832024-12-07T00:42:15.309Z[ recovery-image] Dec 07 00:42:14.945 INFO O| Dec 07 00:42:14.945 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-07T00:42:15.333Z[ recovery-image] Dec 07 00:42:14.962 INFO O| Dec 07 00:42:14.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61852024-12-07T00:42:15.333Z[ recovery-image] Dec 07 00:42:14.962 INFO O| Dec 07 00:42:14.962 INFO STEP 620 (remove_files) COMPLETE
61862024-12-07T00:42:15.333Z[ recovery-image] Dec 07 00:42:14.963 INFO O| Dec 07 00:42:14.962 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-07T00:42:15.356Z[ recovery-image] Dec 07 00:42:14.979 INFO O| Dec 07 00:42:14.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61882024-12-07T00:42:15.356Z[ recovery-image] Dec 07 00:42:14.979 INFO O| Dec 07 00:42:14.979 INFO STEP 621 (remove_files) COMPLETE
61892024-12-07T00:42:15.357Z[ recovery-image] Dec 07 00:42:14.979 INFO O| Dec 07 00:42:14.979 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-07T00:42:15.357Z[ recovery-image] Dec 07 00:42:14.994 INFO O| Dec 07 00:42:14.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61912024-12-07T00:42:15.357Z[ recovery-image] Dec 07 00:42:14.994 INFO O| Dec 07 00:42:14.994 INFO STEP 622 (remove_files) COMPLETE
61922024-12-07T00:42:15.357Z[ recovery-image] Dec 07 00:42:14.994 INFO O| Dec 07 00:42:14.994 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-07T00:42:15.381Z[ recovery-image] Dec 07 00:42:15.012 INFO O| Dec 07 00:42:15.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61942024-12-07T00:42:15.381Z[ recovery-image] Dec 07 00:42:15.012 INFO O| Dec 07 00:42:15.012 INFO STEP 623 (remove_files) COMPLETE
61952024-12-07T00:42:15.381Z[ recovery-image] Dec 07 00:42:15.012 INFO O| Dec 07 00:42:15.012 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-07T00:42:15.404Z[ recovery-image] Dec 07 00:42:15.027 INFO O| Dec 07 00:42:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61972024-12-07T00:42:15.404Z[ recovery-image] Dec 07 00:42:15.028 INFO O| Dec 07 00:42:15.028 INFO STEP 624 (remove_files) COMPLETE
61982024-12-07T00:42:15.404Z[ recovery-image] Dec 07 00:42:15.028 INFO O| Dec 07 00:42:15.028 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-07T00:42:15.405Z[ recovery-image] Dec 07 00:42:15.042 INFO O| Dec 07 00:42:15.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62002024-12-07T00:42:15.405Z[ recovery-image] Dec 07 00:42:15.043 INFO O| Dec 07 00:42:15.042 INFO STEP 625 (remove_files) COMPLETE
62012024-12-07T00:42:15.405Z[ recovery-image] Dec 07 00:42:15.043 INFO O| Dec 07 00:42:15.043 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-07T00:42:15.428Z[ recovery-image] Dec 07 00:42:15.058 INFO O| Dec 07 00:42:15.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62032024-12-07T00:42:15.428Z[ recovery-image] Dec 07 00:42:15.058 INFO O| Dec 07 00:42:15.058 INFO STEP 626 (remove_files) COMPLETE
62042024-12-07T00:42:15.428Z[ recovery-image] Dec 07 00:42:15.058 INFO O| Dec 07 00:42:15.058 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-07T00:42:15.453Z[ recovery-image] Dec 07 00:42:15.072 INFO O| Dec 07 00:42:15.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62062024-12-07T00:42:15.453Z[ recovery-image] Dec 07 00:42:15.073 INFO O| Dec 07 00:42:15.073 INFO STEP 627 (remove_files) COMPLETE
62072024-12-07T00:42:15.453Z[ recovery-image] Dec 07 00:42:15.073 INFO O| Dec 07 00:42:15.073 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-07T00:42:15.455Z[ recovery-image] Dec 07 00:42:15.086 INFO O| Dec 07 00:42:15.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62092024-12-07T00:42:15.455Z[ recovery-image] Dec 07 00:42:15.087 INFO O| Dec 07 00:42:15.086 INFO STEP 628 (remove_files) COMPLETE
62102024-12-07T00:42:15.455Z[ recovery-image] Dec 07 00:42:15.087 INFO O| Dec 07 00:42:15.087 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-07T00:42:15.479Z[ recovery-image] Dec 07 00:42:15.100 INFO O| Dec 07 00:42:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62122024-12-07T00:42:15.479Z[ recovery-image] Dec 07 00:42:15.100 INFO O| Dec 07 00:42:15.100 INFO STEP 629 (remove_files) COMPLETE
62132024-12-07T00:42:15.479Z[ recovery-image] Dec 07 00:42:15.100 INFO O| Dec 07 00:42:15.100 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-07T00:42:15.479Z[ recovery-image] Dec 07 00:42:15.114 INFO O| Dec 07 00:42:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62152024-12-07T00:42:15.479Z[ recovery-image] Dec 07 00:42:15.114 INFO O| Dec 07 00:42:15.114 INFO STEP 630 (remove_files) COMPLETE
62162024-12-07T00:42:15.479Z[ recovery-image] Dec 07 00:42:15.114 INFO O| Dec 07 00:42:15.114 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-07T00:42:15.502Z[ recovery-image] Dec 07 00:42:15.128 INFO O| Dec 07 00:42:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62182024-12-07T00:42:15.502Z[ recovery-image] Dec 07 00:42:15.129 INFO O| Dec 07 00:42:15.129 INFO STEP 631 (remove_files) COMPLETE
62192024-12-07T00:42:15.502Z[ recovery-image] Dec 07 00:42:15.129 INFO O| Dec 07 00:42:15.129 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-07T00:42:15.502Z[ recovery-image] Dec 07 00:42:15.142 INFO O| Dec 07 00:42:15.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62212024-12-07T00:42:15.502Z[ recovery-image] Dec 07 00:42:15.142 INFO O| Dec 07 00:42:15.142 INFO STEP 632 (remove_files) COMPLETE
62222024-12-07T00:42:15.504Z[ recovery-image] Dec 07 00:42:15.142 INFO O| Dec 07 00:42:15.142 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-07T00:42:15.528Z[ recovery-image] Dec 07 00:42:15.156 INFO O| Dec 07 00:42:15.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62242024-12-07T00:42:15.528Z[ recovery-image] Dec 07 00:42:15.157 INFO O| Dec 07 00:42:15.157 INFO STEP 633 (remove_files) COMPLETE
62252024-12-07T00:42:15.528Z[ recovery-image] Dec 07 00:42:15.157 INFO O| Dec 07 00:42:15.157 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-07T00:42:15.528Z[ recovery-image] Dec 07 00:42:15.170 INFO O| Dec 07 00:42:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62272024-12-07T00:42:15.528Z[ recovery-image] Dec 07 00:42:15.170 INFO O| Dec 07 00:42:15.170 INFO STEP 634 (remove_files) COMPLETE
62282024-12-07T00:42:15.528Z[ recovery-image] Dec 07 00:42:15.170 INFO O| Dec 07 00:42:15.170 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-07T00:42:15.551Z[ recovery-image] Dec 07 00:42:15.184 INFO O| Dec 07 00:42:15.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62302024-12-07T00:42:15.551Z[ recovery-image] Dec 07 00:42:15.184 INFO O| Dec 07 00:42:15.184 INFO STEP 635 (remove_files) COMPLETE
62312024-12-07T00:42:15.552Z[ recovery-image] Dec 07 00:42:15.184 INFO O| Dec 07 00:42:15.184 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-07T00:42:15.575Z[ recovery-image] Dec 07 00:42:15.203 INFO O| Dec 07 00:42:15.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62332024-12-07T00:42:15.575Z[ recovery-image] Dec 07 00:42:15.203 INFO O| Dec 07 00:42:15.203 INFO STEP 636 (remove_files) COMPLETE
62342024-12-07T00:42:15.575Z[ recovery-image] Dec 07 00:42:15.203 INFO O| Dec 07 00:42:15.203 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-07T00:42:15.575Z[ recovery-image] Dec 07 00:42:15.218 INFO O| Dec 07 00:42:15.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62362024-12-07T00:42:15.575Z[ recovery-image] Dec 07 00:42:15.218 INFO O| Dec 07 00:42:15.218 INFO STEP 637 (remove_files) COMPLETE
62372024-12-07T00:42:15.577Z[ recovery-image] Dec 07 00:42:15.218 INFO O| Dec 07 00:42:15.218 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-07T00:42:15.601Z[ recovery-image] Dec 07 00:42:15.233 INFO O| Dec 07 00:42:15.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62392024-12-07T00:42:15.601Z[ recovery-image] Dec 07 00:42:15.233 INFO O| Dec 07 00:42:15.233 INFO STEP 638 (remove_files) COMPLETE
62402024-12-07T00:42:15.601Z[ recovery-image] Dec 07 00:42:15.233 INFO O| Dec 07 00:42:15.233 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-07T00:42:15.625Z[ recovery-image] Dec 07 00:42:15.249 INFO O| Dec 07 00:42:15.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62422024-12-07T00:42:15.625Z[ recovery-image] Dec 07 00:42:15.249 INFO O| Dec 07 00:42:15.249 INFO STEP 639 (remove_files) COMPLETE
62432024-12-07T00:42:15.625Z[ recovery-image] Dec 07 00:42:15.249 INFO O| Dec 07 00:42:15.249 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-07T00:42:15.625Z[ recovery-image] Dec 07 00:42:15.264 INFO O| Dec 07 00:42:15.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62452024-12-07T00:42:15.625Z[ recovery-image] Dec 07 00:42:15.264 INFO O| Dec 07 00:42:15.264 INFO STEP 640 (remove_files) COMPLETE
62462024-12-07T00:42:15.625Z[ recovery-image] Dec 07 00:42:15.264 INFO O| Dec 07 00:42:15.264 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-07T00:42:15.648Z[ recovery-image] Dec 07 00:42:15.279 INFO O| Dec 07 00:42:15.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62482024-12-07T00:42:15.648Z[ recovery-image] Dec 07 00:42:15.279 INFO O| Dec 07 00:42:15.279 INFO STEP 641 (remove_files) COMPLETE
62492024-12-07T00:42:15.648Z[ recovery-image] Dec 07 00:42:15.279 INFO O| Dec 07 00:42:15.279 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-07T00:42:15.672Z[ recovery-image] Dec 07 00:42:15.294 INFO O| Dec 07 00:42:15.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62512024-12-07T00:42:15.672Z[ recovery-image] Dec 07 00:42:15.294 INFO O| Dec 07 00:42:15.294 INFO STEP 642 (remove_files) COMPLETE
62522024-12-07T00:42:15.672Z[ recovery-image] Dec 07 00:42:15.294 INFO O| Dec 07 00:42:15.294 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-07T00:42:15.672Z[ recovery-image] Dec 07 00:42:15.309 INFO O| Dec 07 00:42:15.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62542024-12-07T00:42:15.672Z[ recovery-image] Dec 07 00:42:15.309 INFO O| Dec 07 00:42:15.309 INFO STEP 643 (remove_files) COMPLETE
62552024-12-07T00:42:15.672Z[ recovery-image] Dec 07 00:42:15.309 INFO O| Dec 07 00:42:15.309 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-07T00:42:15.696Z[ recovery-image] Dec 07 00:42:15.329 INFO O| Dec 07 00:42:15.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62572024-12-07T00:42:15.696Z[ recovery-image] Dec 07 00:42:15.329 INFO O| Dec 07 00:42:15.329 INFO STEP 644 (remove_files) COMPLETE
62582024-12-07T00:42:15.696Z[ recovery-image] Dec 07 00:42:15.329 INFO O| Dec 07 00:42:15.329 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-07T00:42:15.720Z[ recovery-image] Dec 07 00:42:15.347 INFO O| Dec 07 00:42:15.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62602024-12-07T00:42:15.720Z[ recovery-image] Dec 07 00:42:15.347 INFO O| Dec 07 00:42:15.347 INFO STEP 645 (remove_files) COMPLETE
62612024-12-07T00:42:15.720Z[ recovery-image] Dec 07 00:42:15.347 INFO O| Dec 07 00:42:15.347 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-07T00:42:15.743Z[ recovery-image] Dec 07 00:42:15.363 INFO O| Dec 07 00:42:15.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62632024-12-07T00:42:15.743Z[ recovery-image] Dec 07 00:42:15.363 INFO O| Dec 07 00:42:15.363 INFO STEP 646 (remove_files) COMPLETE
62642024-12-07T00:42:15.743Z[ recovery-image] Dec 07 00:42:15.363 INFO O| Dec 07 00:42:15.363 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-07T00:42:15.744Z[ recovery-image] Dec 07 00:42:15.381 INFO O| Dec 07 00:42:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62662024-12-07T00:42:15.744Z[ recovery-image] Dec 07 00:42:15.381 INFO O| Dec 07 00:42:15.381 INFO STEP 647 (remove_files) COMPLETE
62672024-12-07T00:42:15.745Z[ recovery-image] Dec 07 00:42:15.381 INFO O| Dec 07 00:42:15.381 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-07T00:42:15.769Z[ recovery-image] Dec 07 00:42:15.397 INFO O| Dec 07 00:42:15.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62692024-12-07T00:42:15.769Z[ recovery-image] Dec 07 00:42:15.397 INFO O| Dec 07 00:42:15.397 INFO STEP 648 (remove_files) COMPLETE
62702024-12-07T00:42:15.769Z[ recovery-image] Dec 07 00:42:15.397 INFO O| Dec 07 00:42:15.397 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-07T00:42:15.769Z[ recovery-image] Dec 07 00:42:15.411 INFO O| Dec 07 00:42:15.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62722024-12-07T00:42:15.769Z[ recovery-image] Dec 07 00:42:15.411 INFO O| Dec 07 00:42:15.411 INFO STEP 649 (remove_files) COMPLETE
62732024-12-07T00:42:15.769Z[ recovery-image] Dec 07 00:42:15.411 INFO O| Dec 07 00:42:15.411 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-07T00:42:15.792Z[ recovery-image] Dec 07 00:42:15.425 INFO O| Dec 07 00:42:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62752024-12-07T00:42:15.792Z[ recovery-image] Dec 07 00:42:15.425 INFO O| Dec 07 00:42:15.425 INFO STEP 650 (remove_files) COMPLETE
62762024-12-07T00:42:15.792Z[ recovery-image] Dec 07 00:42:15.425 INFO O| Dec 07 00:42:15.425 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-07T00:42:15.816Z[ recovery-image] Dec 07 00:42:15.439 INFO O| Dec 07 00:42:15.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62782024-12-07T00:42:15.816Z[ recovery-image] Dec 07 00:42:15.439 INFO O| Dec 07 00:42:15.439 INFO STEP 651 (remove_files) COMPLETE
62792024-12-07T00:42:15.816Z[ recovery-image] Dec 07 00:42:15.439 INFO O| Dec 07 00:42:15.439 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-07T00:42:15.816Z[ recovery-image] Dec 07 00:42:15.453 INFO O| Dec 07 00:42:15.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62812024-12-07T00:42:15.816Z[ recovery-image] Dec 07 00:42:15.453 INFO O| Dec 07 00:42:15.453 INFO STEP 652 (remove_files) COMPLETE
62822024-12-07T00:42:15.816Z[ recovery-image] Dec 07 00:42:15.453 INFO O| Dec 07 00:42:15.453 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-07T00:42:15.839Z[ recovery-image] Dec 07 00:42:15.466 INFO O| Dec 07 00:42:15.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62842024-12-07T00:42:15.839Z[ recovery-image] Dec 07 00:42:15.466 INFO O| Dec 07 00:42:15.466 INFO STEP 653 (remove_files) COMPLETE
62852024-12-07T00:42:15.839Z[ recovery-image] Dec 07 00:42:15.466 INFO O| Dec 07 00:42:15.466 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-07T00:42:15.863Z[ recovery-image] Dec 07 00:42:15.484 INFO O| Dec 07 00:42:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62872024-12-07T00:42:15.863Z[ recovery-image] Dec 07 00:42:15.484 INFO O| Dec 07 00:42:15.484 INFO STEP 654 (remove_files) COMPLETE
62882024-12-07T00:42:15.863Z[ recovery-image] Dec 07 00:42:15.484 INFO O| Dec 07 00:42:15.484 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-07T00:42:15.863Z[ recovery-image] Dec 07 00:42:15.500 INFO O| Dec 07 00:42:15.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62902024-12-07T00:42:15.863Z[ recovery-image] Dec 07 00:42:15.500 INFO O| Dec 07 00:42:15.500 INFO STEP 655 (remove_files) COMPLETE
62912024-12-07T00:42:15.863Z[ recovery-image] Dec 07 00:42:15.500 INFO O| Dec 07 00:42:15.500 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-07T00:42:15.887Z[ recovery-image] Dec 07 00:42:15.516 INFO O| Dec 07 00:42:15.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62932024-12-07T00:42:15.887Z[ recovery-image] Dec 07 00:42:15.516 INFO O| Dec 07 00:42:15.516 INFO STEP 656 (remove_files) COMPLETE
62942024-12-07T00:42:15.887Z[ recovery-image] Dec 07 00:42:15.516 INFO O| Dec 07 00:42:15.516 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-07T00:42:15.910Z[ recovery-image] Dec 07 00:42:15.530 INFO O| Dec 07 00:42:15.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62962024-12-07T00:42:15.910Z[ recovery-image] Dec 07 00:42:15.530 INFO O| Dec 07 00:42:15.530 INFO STEP 657 (remove_files) COMPLETE
62972024-12-07T00:42:15.910Z[ recovery-image] Dec 07 00:42:15.530 INFO O| Dec 07 00:42:15.530 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-07T00:42:15.910Z[ recovery-image] Dec 07 00:42:15.544 INFO O| Dec 07 00:42:15.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62992024-12-07T00:42:15.910Z[ recovery-image] Dec 07 00:42:15.544 INFO O| Dec 07 00:42:15.544 INFO STEP 658 (remove_files) COMPLETE
63002024-12-07T00:42:15.910Z[ recovery-image] Dec 07 00:42:15.544 INFO O| Dec 07 00:42:15.544 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-07T00:42:15.934Z[ recovery-image] Dec 07 00:42:15.558 INFO O| Dec 07 00:42:15.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63022024-12-07T00:42:15.935Z[ recovery-image] Dec 07 00:42:15.558 INFO O| Dec 07 00:42:15.558 INFO STEP 659 (remove_files) COMPLETE
63032024-12-07T00:42:15.935Z[ recovery-image] Dec 07 00:42:15.558 INFO O| Dec 07 00:42:15.558 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-07T00:42:15.935Z[ recovery-image] Dec 07 00:42:15.571 INFO O| Dec 07 00:42:15.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63052024-12-07T00:42:15.935Z[ recovery-image] Dec 07 00:42:15.571 INFO O| Dec 07 00:42:15.571 INFO STEP 660 (remove_files) COMPLETE
63062024-12-07T00:42:15.935Z[ recovery-image] Dec 07 00:42:15.571 INFO O| Dec 07 00:42:15.571 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-07T00:42:15.958Z[ recovery-image] Dec 07 00:42:15.591 INFO O| Dec 07 00:42:15.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63082024-12-07T00:42:15.958Z[ recovery-image] Dec 07 00:42:15.591 INFO O| Dec 07 00:42:15.591 INFO STEP 661 (remove_files) COMPLETE
63092024-12-07T00:42:15.958Z[ recovery-image] Dec 07 00:42:15.591 INFO O| Dec 07 00:42:15.591 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-07T00:42:15.982Z[ recovery-image] Dec 07 00:42:15.609 INFO O| Dec 07 00:42:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63112024-12-07T00:42:15.982Z[ recovery-image] Dec 07 00:42:15.609 INFO O| Dec 07 00:42:15.609 INFO STEP 662 (remove_files) COMPLETE
63122024-12-07T00:42:15.982Z[ recovery-image] Dec 07 00:42:15.609 INFO O| Dec 07 00:42:15.609 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-07T00:42:16.006Z[ recovery-image] Dec 07 00:42:15.627 INFO O| Dec 07 00:42:15.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63142024-12-07T00:42:16.006Z[ recovery-image] Dec 07 00:42:15.628 INFO O| Dec 07 00:42:15.628 INFO STEP 663 (remove_files) COMPLETE
63152024-12-07T00:42:16.006Z[ recovery-image] Dec 07 00:42:15.628 INFO O| Dec 07 00:42:15.628 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-07T00:42:16.006Z[ recovery-image] Dec 07 00:42:15.643 INFO O| Dec 07 00:42:15.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63172024-12-07T00:42:16.006Z[ recovery-image] Dec 07 00:42:15.643 INFO O| Dec 07 00:42:15.643 INFO STEP 664 (remove_files) COMPLETE
63182024-12-07T00:42:16.006Z[ recovery-image] Dec 07 00:42:15.643 INFO O| Dec 07 00:42:15.643 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-07T00:42:16.029Z[ recovery-image] Dec 07 00:42:15.658 INFO O| Dec 07 00:42:15.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63202024-12-07T00:42:16.029Z[ recovery-image] Dec 07 00:42:15.658 INFO O| Dec 07 00:42:15.658 INFO STEP 665 (remove_files) COMPLETE
63212024-12-07T00:42:16.029Z[ recovery-image] Dec 07 00:42:15.658 INFO O| Dec 07 00:42:15.658 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-07T00:42:16.053Z[ recovery-image] Dec 07 00:42:15.674 INFO O| Dec 07 00:42:15.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63232024-12-07T00:42:16.053Z[ recovery-image] Dec 07 00:42:15.674 INFO O| Dec 07 00:42:15.674 INFO STEP 666 (remove_files) COMPLETE
63242024-12-07T00:42:16.053Z[ recovery-image] Dec 07 00:42:15.675 INFO O| Dec 07 00:42:15.674 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-07T00:42:16.053Z[ recovery-image] Dec 07 00:42:15.690 INFO O| Dec 07 00:42:15.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63262024-12-07T00:42:16.053Z[ recovery-image] Dec 07 00:42:15.690 INFO O| Dec 07 00:42:15.690 INFO STEP 667 (remove_files) COMPLETE
63272024-12-07T00:42:16.055Z[ recovery-image] Dec 07 00:42:15.690 INFO O| Dec 07 00:42:15.690 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-07T00:42:16.080Z[ recovery-image] Dec 07 00:42:15.704 INFO O| Dec 07 00:42:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63292024-12-07T00:42:16.080Z[ recovery-image] Dec 07 00:42:15.704 INFO O| Dec 07 00:42:15.704 INFO STEP 668 (remove_files) COMPLETE
63302024-12-07T00:42:16.080Z[ recovery-image] Dec 07 00:42:15.704 INFO O| Dec 07 00:42:15.704 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-07T00:42:16.104Z[ recovery-image] Dec 07 00:42:15.722 INFO O| Dec 07 00:42:15.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63322024-12-07T00:42:16.104Z[ recovery-image] Dec 07 00:42:15.723 INFO O| Dec 07 00:42:15.723 INFO STEP 669 (remove_files) COMPLETE
63332024-12-07T00:42:16.104Z[ recovery-image] Dec 07 00:42:15.723 INFO O| Dec 07 00:42:15.723 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-07T00:42:16.104Z[ recovery-image] Dec 07 00:42:15.737 INFO O| Dec 07 00:42:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63352024-12-07T00:42:16.104Z[ recovery-image] Dec 07 00:42:15.737 INFO O| Dec 07 00:42:15.737 INFO STEP 670 (remove_files) COMPLETE
63362024-12-07T00:42:16.104Z[ recovery-image] Dec 07 00:42:15.737 INFO O| Dec 07 00:42:15.737 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-07T00:42:16.128Z[ recovery-image] Dec 07 00:42:15.752 INFO O| Dec 07 00:42:15.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63382024-12-07T00:42:16.128Z[ recovery-image] Dec 07 00:42:15.752 INFO O| Dec 07 00:42:15.752 INFO STEP 671 (remove_files) COMPLETE
63392024-12-07T00:42:16.128Z[ recovery-image] Dec 07 00:42:15.752 INFO O| Dec 07 00:42:15.752 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-07T00:42:16.128Z[ recovery-image] Dec 07 00:42:15.766 INFO O| Dec 07 00:42:15.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63412024-12-07T00:42:16.128Z[ recovery-image] Dec 07 00:42:15.766 INFO O| Dec 07 00:42:15.766 INFO STEP 672 (remove_files) COMPLETE
63422024-12-07T00:42:16.128Z[ recovery-image] Dec 07 00:42:15.766 INFO O| Dec 07 00:42:15.766 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-07T00:42:16.151Z[ recovery-image] Dec 07 00:42:15.780 INFO O| Dec 07 00:42:15.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63442024-12-07T00:42:16.151Z[ recovery-image] Dec 07 00:42:15.780 INFO O| Dec 07 00:42:15.780 INFO STEP 673 (remove_files) COMPLETE
63452024-12-07T00:42:16.151Z[ recovery-image] Dec 07 00:42:15.780 INFO O| Dec 07 00:42:15.780 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-07T00:42:16.151Z[ recovery-image] Dec 07 00:42:15.794 INFO O| Dec 07 00:42:15.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63472024-12-07T00:42:16.151Z[ recovery-image] Dec 07 00:42:15.794 INFO O| Dec 07 00:42:15.794 INFO STEP 674 (remove_files) COMPLETE
63482024-12-07T00:42:16.151Z[ recovery-image] Dec 07 00:42:15.794 INFO O| Dec 07 00:42:15.794 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-07T00:42:16.175Z[ recovery-image] Dec 07 00:42:15.807 INFO O| Dec 07 00:42:15.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63502024-12-07T00:42:16.175Z[ recovery-image] Dec 07 00:42:15.807 INFO O| Dec 07 00:42:15.807 INFO STEP 675 (remove_files) COMPLETE
63512024-12-07T00:42:16.175Z[ recovery-image] Dec 07 00:42:15.807 INFO O| Dec 07 00:42:15.807 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-07T00:42:16.199Z[ recovery-image] Dec 07 00:42:15.820 INFO O| Dec 07 00:42:15.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63532024-12-07T00:42:16.199Z[ recovery-image] Dec 07 00:42:15.820 INFO O| Dec 07 00:42:15.820 INFO STEP 676 (remove_files) COMPLETE
63542024-12-07T00:42:16.199Z[ recovery-image] Dec 07 00:42:15.820 INFO O| Dec 07 00:42:15.820 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-07T00:42:16.199Z[ recovery-image] Dec 07 00:42:15.832 INFO O| Dec 07 00:42:15.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63562024-12-07T00:42:16.199Z[ recovery-image] Dec 07 00:42:15.833 INFO O| Dec 07 00:42:15.833 INFO STEP 677 (remove_files) COMPLETE
63572024-12-07T00:42:16.199Z[ recovery-image] Dec 07 00:42:15.833 INFO O| Dec 07 00:42:15.833 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-07T00:42:16.223Z[ recovery-image] Dec 07 00:42:15.846 INFO O| Dec 07 00:42:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63592024-12-07T00:42:16.223Z[ recovery-image] Dec 07 00:42:15.846 INFO O| Dec 07 00:42:15.846 INFO STEP 678 (remove_files) COMPLETE
63602024-12-07T00:42:16.223Z[ recovery-image] Dec 07 00:42:15.846 INFO O| Dec 07 00:42:15.846 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-07T00:42:16.223Z[ recovery-image] Dec 07 00:42:15.859 INFO O| Dec 07 00:42:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63622024-12-07T00:42:16.223Z[ recovery-image] Dec 07 00:42:15.859 INFO O| Dec 07 00:42:15.859 INFO STEP 679 (remove_files) COMPLETE
63632024-12-07T00:42:16.223Z[ recovery-image] Dec 07 00:42:15.859 INFO O| Dec 07 00:42:15.859 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-07T00:42:16.246Z[ recovery-image] Dec 07 00:42:15.871 INFO O| Dec 07 00:42:15.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63652024-12-07T00:42:16.246Z[ recovery-image] Dec 07 00:42:15.871 INFO O| Dec 07 00:42:15.871 INFO STEP 680 (remove_files) COMPLETE
63662024-12-07T00:42:16.246Z[ recovery-image] Dec 07 00:42:15.871 INFO O| Dec 07 00:42:15.871 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-07T00:42:16.246Z[ recovery-image] Dec 07 00:42:15.884 INFO O| Dec 07 00:42:15.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63682024-12-07T00:42:16.246Z[ recovery-image] Dec 07 00:42:15.884 INFO O| Dec 07 00:42:15.884 INFO STEP 681 (remove_files) COMPLETE
63692024-12-07T00:42:16.246Z[ recovery-image] Dec 07 00:42:15.884 INFO O| Dec 07 00:42:15.884 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-07T00:42:16.269Z[ recovery-image] Dec 07 00:42:15.897 INFO O| Dec 07 00:42:15.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63712024-12-07T00:42:16.269Z[ recovery-image] Dec 07 00:42:15.897 INFO O| Dec 07 00:42:15.897 INFO STEP 682 (remove_files) COMPLETE
63722024-12-07T00:42:16.270Z[ recovery-image] Dec 07 00:42:15.897 INFO O| Dec 07 00:42:15.897 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-07T00:42:16.271Z[ recovery-image] Dec 07 00:42:15.909 INFO O| Dec 07 00:42:15.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63742024-12-07T00:42:16.271Z[ recovery-image] Dec 07 00:42:15.909 INFO O| Dec 07 00:42:15.909 INFO STEP 683 (remove_files) COMPLETE
63752024-12-07T00:42:16.271Z[ recovery-image] Dec 07 00:42:15.909 INFO O| Dec 07 00:42:15.909 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-07T00:42:16.294Z[ recovery-image] Dec 07 00:42:15.927 INFO O| Dec 07 00:42:15.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63772024-12-07T00:42:16.294Z[ recovery-image] Dec 07 00:42:15.928 INFO O| Dec 07 00:42:15.928 INFO STEP 684 (remove_files) COMPLETE
63782024-12-07T00:42:16.294Z[ recovery-image] Dec 07 00:42:15.928 INFO O| Dec 07 00:42:15.928 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-07T00:42:16.317Z[ recovery-image] Dec 07 00:42:15.943 INFO O| Dec 07 00:42:15.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63802024-12-07T00:42:16.318Z[ recovery-image] Dec 07 00:42:15.943 INFO O| Dec 07 00:42:15.943 INFO STEP 685 (remove_files) COMPLETE
63812024-12-07T00:42:16.318Z[ recovery-image] Dec 07 00:42:15.943 INFO O| Dec 07 00:42:15.943 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-07T00:42:16.318Z[ recovery-image] Dec 07 00:42:15.957 INFO O| Dec 07 00:42:15.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63832024-12-07T00:42:16.318Z[ recovery-image] Dec 07 00:42:15.957 INFO O| Dec 07 00:42:15.957 INFO STEP 686 (remove_files) COMPLETE
63842024-12-07T00:42:16.318Z[ recovery-image] Dec 07 00:42:15.957 INFO O| Dec 07 00:42:15.957 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-07T00:42:16.341Z[ recovery-image] Dec 07 00:42:15.971 INFO O| Dec 07 00:42:15.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63862024-12-07T00:42:16.341Z[ recovery-image] Dec 07 00:42:15.972 INFO O| Dec 07 00:42:15.971 INFO STEP 687 (remove_files) COMPLETE
63872024-12-07T00:42:16.341Z[ recovery-image] Dec 07 00:42:15.972 INFO O| Dec 07 00:42:15.971 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-07T00:42:16.365Z[ recovery-image] Dec 07 00:42:15.985 INFO O| Dec 07 00:42:15.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63892024-12-07T00:42:16.365Z[ recovery-image] Dec 07 00:42:15.986 INFO O| Dec 07 00:42:15.985 INFO STEP 688 (remove_files) COMPLETE
63902024-12-07T00:42:16.365Z[ recovery-image] Dec 07 00:42:15.986 INFO O| Dec 07 00:42:15.986 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-07T00:42:16.365Z[ recovery-image] Dec 07 00:42:16.000 INFO O| Dec 07 00:42:15.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63922024-12-07T00:42:16.365Z[ recovery-image] Dec 07 00:42:16.000 INFO O| Dec 07 00:42:16.000 INFO STEP 689 (remove_files) COMPLETE
63932024-12-07T00:42:16.365Z[ recovery-image] Dec 07 00:42:16.000 INFO O| Dec 07 00:42:16.000 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-07T00:42:16.390Z[ recovery-image] Dec 07 00:42:16.021 INFO O| Dec 07 00:42:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63952024-12-07T00:42:16.390Z[ recovery-image] Dec 07 00:42:16.021 INFO O| Dec 07 00:42:16.021 INFO STEP 690 (remove_files) COMPLETE
63962024-12-07T00:42:16.390Z[ recovery-image] Dec 07 00:42:16.021 INFO O| Dec 07 00:42:16.021 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-07T00:42:16.413Z[ recovery-image] Dec 07 00:42:16.038 INFO O| Dec 07 00:42:16.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63982024-12-07T00:42:16.413Z[ recovery-image] Dec 07 00:42:16.038 INFO O| Dec 07 00:42:16.038 INFO STEP 691 (remove_files) COMPLETE
63992024-12-07T00:42:16.413Z[ recovery-image] Dec 07 00:42:16.038 INFO O| Dec 07 00:42:16.038 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-07T00:42:16.437Z[ recovery-image] Dec 07 00:42:16.057 INFO O| Dec 07 00:42:16.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64012024-12-07T00:42:16.437Z[ recovery-image] Dec 07 00:42:16.057 INFO O| Dec 07 00:42:16.057 INFO STEP 692 (remove_files) COMPLETE
64022024-12-07T00:42:16.437Z[ recovery-image] Dec 07 00:42:16.057 INFO O| Dec 07 00:42:16.057 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-07T00:42:16.437Z[ recovery-image] Dec 07 00:42:16.071 INFO O| Dec 07 00:42:16.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64042024-12-07T00:42:16.437Z[ recovery-image] Dec 07 00:42:16.071 INFO O| Dec 07 00:42:16.071 INFO STEP 693 (remove_files) COMPLETE
64052024-12-07T00:42:16.437Z[ recovery-image] Dec 07 00:42:16.071 INFO O| Dec 07 00:42:16.071 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-07T00:42:16.461Z[ recovery-image] Dec 07 00:42:16.084 INFO O| Dec 07 00:42:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64072024-12-07T00:42:16.461Z[ recovery-image] Dec 07 00:42:16.084 INFO O| Dec 07 00:42:16.084 INFO STEP 694 (remove_files) COMPLETE
64082024-12-07T00:42:16.461Z[ recovery-image] Dec 07 00:42:16.084 INFO O| Dec 07 00:42:16.084 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-07T00:42:16.461Z[ recovery-image] Dec 07 00:42:16.101 INFO O| Dec 07 00:42:16.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64102024-12-07T00:42:16.461Z[ recovery-image] Dec 07 00:42:16.101 INFO O| Dec 07 00:42:16.101 INFO STEP 695 (remove_files) COMPLETE
64112024-12-07T00:42:16.461Z[ recovery-image] Dec 07 00:42:16.101 INFO O| Dec 07 00:42:16.101 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-07T00:42:16.484Z[ recovery-image] Dec 07 00:42:16.115 INFO O| Dec 07 00:42:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64132024-12-07T00:42:16.484Z[ recovery-image] Dec 07 00:42:16.115 INFO O| Dec 07 00:42:16.115 INFO STEP 696 (remove_files) COMPLETE
64142024-12-07T00:42:16.484Z[ recovery-image] Dec 07 00:42:16.115 INFO O| Dec 07 00:42:16.115 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-07T00:42:16.508Z[ recovery-image] Dec 07 00:42:16.132 INFO O| Dec 07 00:42:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64162024-12-07T00:42:16.508Z[ recovery-image] Dec 07 00:42:16.132 INFO O| Dec 07 00:42:16.132 INFO STEP 697 (remove_files) COMPLETE
64172024-12-07T00:42:16.510Z[ recovery-image] Dec 07 00:42:16.132 INFO O| Dec 07 00:42:16.132 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-07T00:42:16.510Z[ recovery-image] Dec 07 00:42:16.148 INFO O| Dec 07 00:42:16.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64192024-12-07T00:42:16.510Z[ recovery-image] Dec 07 00:42:16.149 INFO O| Dec 07 00:42:16.149 INFO STEP 698 (remove_files) COMPLETE
64202024-12-07T00:42:16.510Z[ recovery-image] Dec 07 00:42:16.149 INFO O| Dec 07 00:42:16.149 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-07T00:42:16.534Z[ recovery-image] Dec 07 00:42:16.164 INFO O| Dec 07 00:42:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64222024-12-07T00:42:16.534Z[ recovery-image] Dec 07 00:42:16.164 INFO O| Dec 07 00:42:16.164 INFO STEP 699 (remove_files) COMPLETE
64232024-12-07T00:42:16.534Z[ recovery-image] Dec 07 00:42:16.164 INFO O| Dec 07 00:42:16.164 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-07T00:42:16.558Z[ recovery-image] Dec 07 00:42:16.178 INFO O| Dec 07 00:42:16.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64252024-12-07T00:42:16.558Z[ recovery-image] Dec 07 00:42:16.178 INFO O| Dec 07 00:42:16.178 INFO STEP 700 (remove_files) COMPLETE
64262024-12-07T00:42:16.558Z[ recovery-image] Dec 07 00:42:16.178 INFO O| Dec 07 00:42:16.178 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-07T00:42:16.558Z[ recovery-image] Dec 07 00:42:16.191 INFO O| Dec 07 00:42:16.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64282024-12-07T00:42:16.558Z[ recovery-image] Dec 07 00:42:16.191 INFO O| Dec 07 00:42:16.191 INFO STEP 701 (remove_files) COMPLETE
64292024-12-07T00:42:16.558Z[ recovery-image] Dec 07 00:42:16.191 INFO O| Dec 07 00:42:16.191 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-07T00:42:16.581Z[ recovery-image] Dec 07 00:42:16.205 INFO O| Dec 07 00:42:16.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64312024-12-07T00:42:16.581Z[ recovery-image] Dec 07 00:42:16.205 INFO O| Dec 07 00:42:16.205 INFO STEP 702 (remove_files) COMPLETE
64322024-12-07T00:42:16.581Z[ recovery-image] Dec 07 00:42:16.205 INFO O| Dec 07 00:42:16.205 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-07T00:42:16.581Z[ recovery-image] Dec 07 00:42:16.219 INFO O| Dec 07 00:42:16.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64342024-12-07T00:42:16.581Z[ recovery-image] Dec 07 00:42:16.219 INFO O| Dec 07 00:42:16.219 INFO STEP 703 (remove_files) COMPLETE
64352024-12-07T00:42:16.581Z[ recovery-image] Dec 07 00:42:16.219 INFO O| Dec 07 00:42:16.219 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-07T00:42:16.605Z[ recovery-image] Dec 07 00:42:16.233 INFO O| Dec 07 00:42:16.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64372024-12-07T00:42:16.605Z[ recovery-image] Dec 07 00:42:16.233 INFO O| Dec 07 00:42:16.233 INFO STEP 704 (remove_files) COMPLETE
64382024-12-07T00:42:16.605Z[ recovery-image] Dec 07 00:42:16.233 INFO O| Dec 07 00:42:16.233 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-07T00:42:16.628Z[ recovery-image] Dec 07 00:42:16.248 INFO O| Dec 07 00:42:16.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64402024-12-07T00:42:16.628Z[ recovery-image] Dec 07 00:42:16.248 INFO O| Dec 07 00:42:16.248 INFO STEP 705 (remove_files) COMPLETE
64412024-12-07T00:42:16.628Z[ recovery-image] Dec 07 00:42:16.248 INFO O| Dec 07 00:42:16.248 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-07T00:42:16.628Z[ recovery-image] Dec 07 00:42:16.264 INFO O| Dec 07 00:42:16.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64432024-12-07T00:42:16.628Z[ recovery-image] Dec 07 00:42:16.264 INFO O| Dec 07 00:42:16.264 INFO STEP 706 (remove_files) COMPLETE
64442024-12-07T00:42:16.628Z[ recovery-image] Dec 07 00:42:16.264 INFO O| Dec 07 00:42:16.264 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-07T00:42:16.652Z[ recovery-image] Dec 07 00:42:16.278 INFO O| Dec 07 00:42:16.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64462024-12-07T00:42:16.652Z[ recovery-image] Dec 07 00:42:16.278 INFO O| Dec 07 00:42:16.278 INFO STEP 707 (remove_files) COMPLETE
64472024-12-07T00:42:16.652Z[ recovery-image] Dec 07 00:42:16.279 INFO O| Dec 07 00:42:16.278 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-07T00:42:16.652Z[ recovery-image] Dec 07 00:42:16.293 INFO O| Dec 07 00:42:16.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64492024-12-07T00:42:16.652Z[ recovery-image] Dec 07 00:42:16.293 INFO O| Dec 07 00:42:16.293 INFO STEP 708 (remove_files) COMPLETE
64502024-12-07T00:42:16.652Z[ recovery-image] Dec 07 00:42:16.293 INFO O| Dec 07 00:42:16.293 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-07T00:42:16.675Z[ recovery-image] Dec 07 00:42:16.309 INFO O| Dec 07 00:42:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64522024-12-07T00:42:16.676Z[ recovery-image] Dec 07 00:42:16.309 INFO O| Dec 07 00:42:16.309 INFO STEP 709 (remove_files) COMPLETE
64532024-12-07T00:42:16.676Z[ recovery-image] Dec 07 00:42:16.309 INFO O| Dec 07 00:42:16.309 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-07T00:42:16.699Z[ recovery-image] Dec 07 00:42:16.324 INFO O| Dec 07 00:42:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64552024-12-07T00:42:16.699Z[ recovery-image] Dec 07 00:42:16.324 INFO O| Dec 07 00:42:16.324 INFO STEP 710 (remove_files) COMPLETE
64562024-12-07T00:42:16.699Z[ recovery-image] Dec 07 00:42:16.324 INFO O| Dec 07 00:42:16.324 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-07T00:42:16.699Z[ recovery-image] Dec 07 00:42:16.338 INFO O| Dec 07 00:42:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64582024-12-07T00:42:16.699Z[ recovery-image] Dec 07 00:42:16.338 INFO O| Dec 07 00:42:16.338 INFO STEP 711 (remove_files) COMPLETE
64592024-12-07T00:42:16.699Z[ recovery-image] Dec 07 00:42:16.338 INFO O| Dec 07 00:42:16.338 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-07T00:42:16.722Z[ recovery-image] Dec 07 00:42:16.352 INFO O| Dec 07 00:42:16.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64612024-12-07T00:42:16.723Z[ recovery-image] Dec 07 00:42:16.353 INFO O| Dec 07 00:42:16.352 INFO STEP 712 (remove_files) COMPLETE
64622024-12-07T00:42:16.723Z[ recovery-image] Dec 07 00:42:16.353 INFO O| Dec 07 00:42:16.352 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-07T00:42:16.746Z[ recovery-image] Dec 07 00:42:16.367 INFO O| Dec 07 00:42:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64642024-12-07T00:42:16.746Z[ recovery-image] Dec 07 00:42:16.367 INFO O| Dec 07 00:42:16.367 INFO STEP 713 (remove_files) COMPLETE
64652024-12-07T00:42:16.746Z[ recovery-image] Dec 07 00:42:16.367 INFO O| Dec 07 00:42:16.367 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-07T00:42:16.746Z[ recovery-image] Dec 07 00:42:16.381 INFO O| Dec 07 00:42:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64672024-12-07T00:42:16.746Z[ recovery-image] Dec 07 00:42:16.381 INFO O| Dec 07 00:42:16.381 INFO STEP 714 (remove_files) COMPLETE
64682024-12-07T00:42:16.746Z[ recovery-image] Dec 07 00:42:16.381 INFO O| Dec 07 00:42:16.381 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-07T00:42:16.770Z[ recovery-image] Dec 07 00:42:16.395 INFO O| Dec 07 00:42:16.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64702024-12-07T00:42:16.770Z[ recovery-image] Dec 07 00:42:16.395 INFO O| Dec 07 00:42:16.395 INFO STEP 715 (remove_files) COMPLETE
64712024-12-07T00:42:16.770Z[ recovery-image] Dec 07 00:42:16.395 INFO O| Dec 07 00:42:16.395 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-07T00:42:16.793Z[ recovery-image] Dec 07 00:42:16.415 INFO O| Dec 07 00:42:16.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64732024-12-07T00:42:16.793Z[ recovery-image] Dec 07 00:42:16.415 INFO O| Dec 07 00:42:16.415 INFO STEP 716 (remove_files) COMPLETE
64742024-12-07T00:42:16.793Z[ recovery-image] Dec 07 00:42:16.415 INFO O| Dec 07 00:42:16.415 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-07T00:42:16.793Z[ recovery-image] Dec 07 00:42:16.434 INFO O| Dec 07 00:42:16.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64762024-12-07T00:42:16.793Z[ recovery-image] Dec 07 00:42:16.434 INFO O| Dec 07 00:42:16.434 INFO STEP 717 (remove_files) COMPLETE
64772024-12-07T00:42:16.793Z[ recovery-image] Dec 07 00:42:16.434 INFO O| Dec 07 00:42:16.434 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-07T00:42:16.817Z[ recovery-image] Dec 07 00:42:16.451 INFO O| Dec 07 00:42:16.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64792024-12-07T00:42:16.817Z[ recovery-image] Dec 07 00:42:16.452 INFO O| Dec 07 00:42:16.452 INFO STEP 718 (remove_files) COMPLETE
64802024-12-07T00:42:16.817Z[ recovery-image] Dec 07 00:42:16.452 INFO O| Dec 07 00:42:16.452 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-07T00:42:16.840Z[ recovery-image] Dec 07 00:42:16.471 INFO O| Dec 07 00:42:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64822024-12-07T00:42:16.840Z[ recovery-image] Dec 07 00:42:16.471 INFO O| Dec 07 00:42:16.471 INFO STEP 719 (remove_files) COMPLETE
64832024-12-07T00:42:16.840Z[ recovery-image] Dec 07 00:42:16.471 INFO O| Dec 07 00:42:16.471 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-07T00:42:16.864Z[ recovery-image] Dec 07 00:42:16.488 INFO O| Dec 07 00:42:16.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64852024-12-07T00:42:16.864Z[ recovery-image] Dec 07 00:42:16.488 INFO O| Dec 07 00:42:16.488 INFO STEP 720 (remove_files) COMPLETE
64862024-12-07T00:42:16.864Z[ recovery-image] Dec 07 00:42:16.488 INFO O| Dec 07 00:42:16.488 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-07T00:42:16.866Z[ recovery-image] Dec 07 00:42:16.504 INFO O| Dec 07 00:42:16.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64882024-12-07T00:42:16.866Z[ recovery-image] Dec 07 00:42:16.505 INFO O| Dec 07 00:42:16.505 INFO STEP 721 (remove_files) COMPLETE
64892024-12-07T00:42:16.866Z[ recovery-image] Dec 07 00:42:16.505 INFO O| Dec 07 00:42:16.505 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-07T00:42:16.890Z[ recovery-image] Dec 07 00:42:16.521 INFO O| Dec 07 00:42:16.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64912024-12-07T00:42:16.890Z[ recovery-image] Dec 07 00:42:16.521 INFO O| Dec 07 00:42:16.521 INFO STEP 722 (remove_files) COMPLETE
64922024-12-07T00:42:16.890Z[ recovery-image] Dec 07 00:42:16.521 INFO O| Dec 07 00:42:16.521 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-07T00:42:16.914Z[ recovery-image] Dec 07 00:42:16.537 INFO O| Dec 07 00:42:16.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64942024-12-07T00:42:16.914Z[ recovery-image] Dec 07 00:42:16.537 INFO O| Dec 07 00:42:16.537 INFO STEP 723 (remove_files) COMPLETE
64952024-12-07T00:42:16.914Z[ recovery-image] Dec 07 00:42:16.537 INFO O| Dec 07 00:42:16.537 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-07T00:42:16.914Z[ recovery-image] Dec 07 00:42:16.553 INFO O| Dec 07 00:42:16.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64972024-12-07T00:42:16.914Z[ recovery-image] Dec 07 00:42:16.553 INFO O| Dec 07 00:42:16.553 INFO STEP 724 (remove_files) COMPLETE
64982024-12-07T00:42:16.914Z[ recovery-image] Dec 07 00:42:16.553 INFO O| Dec 07 00:42:16.553 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-07T00:42:16.938Z[ recovery-image] Dec 07 00:42:16.572 INFO O| Dec 07 00:42:16.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65002024-12-07T00:42:16.938Z[ recovery-image] Dec 07 00:42:16.572 INFO O| Dec 07 00:42:16.572 INFO STEP 725 (remove_files) COMPLETE
65012024-12-07T00:42:16.938Z[ recovery-image] Dec 07 00:42:16.572 INFO O| Dec 07 00:42:16.572 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-07T00:42:16.961Z[ recovery-image] Dec 07 00:42:16.588 INFO O| Dec 07 00:42:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65032024-12-07T00:42:16.961Z[ recovery-image] Dec 07 00:42:16.588 INFO O| Dec 07 00:42:16.588 INFO STEP 726 (remove_files) COMPLETE
65042024-12-07T00:42:16.961Z[ recovery-image] Dec 07 00:42:16.588 INFO O| Dec 07 00:42:16.588 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-07T00:42:16.985Z[ recovery-image] Dec 07 00:42:16.605 INFO O| Dec 07 00:42:16.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65062024-12-07T00:42:16.985Z[ recovery-image] Dec 07 00:42:16.605 INFO O| Dec 07 00:42:16.605 INFO STEP 727 (remove_files) COMPLETE
65072024-12-07T00:42:16.985Z[ recovery-image] Dec 07 00:42:16.605 INFO O| Dec 07 00:42:16.605 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-07T00:42:16.985Z[ recovery-image] Dec 07 00:42:16.621 INFO O| Dec 07 00:42:16.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65092024-12-07T00:42:16.985Z[ recovery-image] Dec 07 00:42:16.621 INFO O| Dec 07 00:42:16.621 INFO STEP 728 (remove_files) COMPLETE
65102024-12-07T00:42:16.986Z[ recovery-image] Dec 07 00:42:16.621 INFO O| Dec 07 00:42:16.621 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-07T00:42:17.009Z[ recovery-image] Dec 07 00:42:16.637 INFO O| Dec 07 00:42:16.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65122024-12-07T00:42:17.009Z[ recovery-image] Dec 07 00:42:16.637 INFO O| Dec 07 00:42:16.637 INFO STEP 729 (remove_files) COMPLETE
65132024-12-07T00:42:17.009Z[ recovery-image] Dec 07 00:42:16.637 INFO O| Dec 07 00:42:16.637 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-07T00:42:17.033Z[ recovery-image] Dec 07 00:42:16.652 INFO O| Dec 07 00:42:16.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65152024-12-07T00:42:17.033Z[ recovery-image] Dec 07 00:42:16.653 INFO O| Dec 07 00:42:16.653 INFO STEP 730 (remove_files) COMPLETE
65162024-12-07T00:42:17.033Z[ recovery-image] Dec 07 00:42:16.653 INFO O| Dec 07 00:42:16.653 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-07T00:42:17.033Z[ recovery-image] Dec 07 00:42:16.672 INFO O| Dec 07 00:42:16.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65182024-12-07T00:42:17.033Z[ recovery-image] Dec 07 00:42:16.672 INFO O| Dec 07 00:42:16.672 INFO STEP 731 (remove_files) COMPLETE
65192024-12-07T00:42:17.033Z[ recovery-image] Dec 07 00:42:16.672 INFO O| Dec 07 00:42:16.672 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-07T00:42:17.056Z[ recovery-image] Dec 07 00:42:16.695 INFO O| Dec 07 00:42:16.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65212024-12-07T00:42:17.056Z[ recovery-image] Dec 07 00:42:16.695 INFO O| Dec 07 00:42:16.695 INFO STEP 732 (remove_files) COMPLETE
65222024-12-07T00:42:17.056Z[ recovery-image] Dec 07 00:42:16.695 INFO O| Dec 07 00:42:16.695 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-07T00:42:17.081Z[ recovery-image] Dec 07 00:42:16.712 INFO O| Dec 07 00:42:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65242024-12-07T00:42:17.081Z[ recovery-image] Dec 07 00:42:16.712 INFO O| Dec 07 00:42:16.712 INFO STEP 733 (remove_files) COMPLETE
65252024-12-07T00:42:17.081Z[ recovery-image] Dec 07 00:42:16.712 INFO O| Dec 07 00:42:16.712 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-07T00:42:17.104Z[ recovery-image] Dec 07 00:42:16.732 INFO O| Dec 07 00:42:16.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65272024-12-07T00:42:17.104Z[ recovery-image] Dec 07 00:42:16.732 INFO O| Dec 07 00:42:16.732 INFO STEP 734 (remove_files) COMPLETE
65282024-12-07T00:42:17.104Z[ recovery-image] Dec 07 00:42:16.732 INFO O| Dec 07 00:42:16.732 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-07T00:42:17.127Z[ recovery-image] Dec 07 00:42:16.748 INFO O| Dec 07 00:42:16.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65302024-12-07T00:42:17.127Z[ recovery-image] Dec 07 00:42:16.748 INFO O| Dec 07 00:42:16.748 INFO STEP 735 (remove_files) COMPLETE
65312024-12-07T00:42:17.127Z[ recovery-image] Dec 07 00:42:16.748 INFO O| Dec 07 00:42:16.748 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-07T00:42:17.128Z[ recovery-image] Dec 07 00:42:16.770 INFO O| Dec 07 00:42:16.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65332024-12-07T00:42:17.128Z[ recovery-image] Dec 07 00:42:16.770 INFO O| Dec 07 00:42:16.770 INFO STEP 736 (remove_files) COMPLETE
65342024-12-07T00:42:17.128Z[ recovery-image] Dec 07 00:42:16.770 INFO O| Dec 07 00:42:16.770 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-07T00:42:17.151Z[ recovery-image] Dec 07 00:42:16.789 INFO O| Dec 07 00:42:16.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65362024-12-07T00:42:17.151Z[ recovery-image] Dec 07 00:42:16.789 INFO O| Dec 07 00:42:16.789 INFO STEP 737 (remove_files) COMPLETE
65372024-12-07T00:42:17.151Z[ recovery-image] Dec 07 00:42:16.789 INFO O| Dec 07 00:42:16.789 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-07T00:42:17.174Z[ recovery-image] Dec 07 00:42:16.807 INFO O| Dec 07 00:42:16.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65392024-12-07T00:42:17.174Z[ recovery-image] Dec 07 00:42:16.807 INFO O| Dec 07 00:42:16.807 INFO STEP 738 (remove_files) COMPLETE
65402024-12-07T00:42:17.174Z[ recovery-image] Dec 07 00:42:16.807 INFO O| Dec 07 00:42:16.807 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-07T00:42:17.198Z[ recovery-image] Dec 07 00:42:16.823 INFO O| Dec 07 00:42:16.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65422024-12-07T00:42:17.198Z[ recovery-image] Dec 07 00:42:16.823 INFO O| Dec 07 00:42:16.823 INFO STEP 739 (remove_files) COMPLETE
65432024-12-07T00:42:17.198Z[ recovery-image] Dec 07 00:42:16.823 INFO O| Dec 07 00:42:16.823 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-07T00:42:17.198Z[ recovery-image] Dec 07 00:42:16.839 INFO O| Dec 07 00:42:16.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65452024-12-07T00:42:17.198Z[ recovery-image] Dec 07 00:42:16.839 INFO O| Dec 07 00:42:16.839 INFO STEP 740 (remove_files) COMPLETE
65462024-12-07T00:42:17.198Z[ recovery-image] Dec 07 00:42:16.839 INFO O| Dec 07 00:42:16.839 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-07T00:42:17.221Z[ recovery-image] Dec 07 00:42:16.854 INFO O| Dec 07 00:42:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65482024-12-07T00:42:17.221Z[ recovery-image] Dec 07 00:42:16.854 INFO O| Dec 07 00:42:16.854 INFO STEP 741 (remove_files) COMPLETE
65492024-12-07T00:42:17.221Z[ recovery-image] Dec 07 00:42:16.854 INFO O| Dec 07 00:42:16.854 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-07T00:42:17.245Z[ recovery-image] Dec 07 00:42:16.872 INFO O| Dec 07 00:42:16.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65512024-12-07T00:42:17.245Z[ recovery-image] Dec 07 00:42:16.872 INFO O| Dec 07 00:42:16.872 INFO STEP 742 (remove_files) COMPLETE
65522024-12-07T00:42:17.245Z[ recovery-image] Dec 07 00:42:16.872 INFO O| Dec 07 00:42:16.872 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-07T00:42:17.269Z[ recovery-image] Dec 07 00:42:16.891 INFO O| Dec 07 00:42:16.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65542024-12-07T00:42:17.269Z[ recovery-image] Dec 07 00:42:16.891 INFO O| Dec 07 00:42:16.891 INFO STEP 743 (remove_files) COMPLETE
65552024-12-07T00:42:17.269Z[ recovery-image] Dec 07 00:42:16.891 INFO O| Dec 07 00:42:16.891 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-07T00:42:17.269Z[ recovery-image] Dec 07 00:42:16.909 INFO O| Dec 07 00:42:16.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65572024-12-07T00:42:17.269Z[ recovery-image] Dec 07 00:42:16.909 INFO O| Dec 07 00:42:16.909 INFO STEP 744 (remove_files) COMPLETE
65582024-12-07T00:42:17.269Z[ recovery-image] Dec 07 00:42:16.909 INFO O| Dec 07 00:42:16.909 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-07T00:42:17.292Z[ recovery-image] Dec 07 00:42:16.927 INFO O| Dec 07 00:42:16.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65602024-12-07T00:42:17.292Z[ recovery-image] Dec 07 00:42:16.928 INFO O| Dec 07 00:42:16.927 INFO STEP 745 (remove_files) COMPLETE
65612024-12-07T00:42:17.292Z[ recovery-image] Dec 07 00:42:16.928 INFO O| Dec 07 00:42:16.928 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-07T00:42:17.316Z[ recovery-image] Dec 07 00:42:16.945 INFO O| Dec 07 00:42:16.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65632024-12-07T00:42:17.316Z[ recovery-image] Dec 07 00:42:16.945 INFO O| Dec 07 00:42:16.945 INFO STEP 746 (remove_files) COMPLETE
65642024-12-07T00:42:17.316Z[ recovery-image] Dec 07 00:42:16.946 INFO O| Dec 07 00:42:16.945 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-07T00:42:17.339Z[ recovery-image] Dec 07 00:42:16.964 INFO O| Dec 07 00:42:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65662024-12-07T00:42:17.339Z[ recovery-image] Dec 07 00:42:16.964 INFO O| Dec 07 00:42:16.964 INFO STEP 747 (remove_files) COMPLETE
65672024-12-07T00:42:17.339Z[ recovery-image] Dec 07 00:42:16.964 INFO O| Dec 07 00:42:16.964 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-07T00:42:17.339Z[ recovery-image] Dec 07 00:42:16.980 INFO O| Dec 07 00:42:16.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65692024-12-07T00:42:17.339Z[ recovery-image] Dec 07 00:42:16.980 INFO O| Dec 07 00:42:16.980 INFO STEP 748 (remove_files) COMPLETE
65702024-12-07T00:42:17.339Z[ recovery-image] Dec 07 00:42:16.980 INFO O| Dec 07 00:42:16.980 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-07T00:42:17.363Z[ recovery-image] Dec 07 00:42:16.996 INFO O| Dec 07 00:42:16.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65722024-12-07T00:42:17.363Z[ recovery-image] Dec 07 00:42:16.996 INFO O| Dec 07 00:42:16.996 INFO STEP 749 (remove_files) COMPLETE
65732024-12-07T00:42:17.363Z[ recovery-image] Dec 07 00:42:16.996 INFO O| Dec 07 00:42:16.996 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-07T00:42:17.387Z[ recovery-image] Dec 07 00:42:17.010 INFO O| Dec 07 00:42:17.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65752024-12-07T00:42:17.387Z[ recovery-image] Dec 07 00:42:17.011 INFO O| Dec 07 00:42:17.010 INFO STEP 750 (remove_files) COMPLETE
65762024-12-07T00:42:17.387Z[ recovery-image] Dec 07 00:42:17.011 INFO O| Dec 07 00:42:17.010 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-07T00:42:17.387Z[ recovery-image] Dec 07 00:42:17.024 INFO O| Dec 07 00:42:17.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65782024-12-07T00:42:17.387Z[ recovery-image] Dec 07 00:42:17.025 INFO O| Dec 07 00:42:17.024 INFO STEP 751 (remove_files) COMPLETE
65792024-12-07T00:42:17.387Z[ recovery-image] Dec 07 00:42:17.025 INFO O| Dec 07 00:42:17.025 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-07T00:42:17.411Z[ recovery-image] Dec 07 00:42:17.044 INFO O| Dec 07 00:42:17.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65812024-12-07T00:42:17.411Z[ recovery-image] Dec 07 00:42:17.044 INFO O| Dec 07 00:42:17.044 INFO STEP 752 (remove_files) COMPLETE
65822024-12-07T00:42:17.411Z[ recovery-image] Dec 07 00:42:17.044 INFO O| Dec 07 00:42:17.044 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-07T00:42:17.434Z[ recovery-image] Dec 07 00:42:17.060 INFO O| Dec 07 00:42:17.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65842024-12-07T00:42:17.435Z[ recovery-image] Dec 07 00:42:17.060 INFO O| Dec 07 00:42:17.060 INFO STEP 753 (remove_files) COMPLETE
65852024-12-07T00:42:17.435Z[ recovery-image] Dec 07 00:42:17.060 INFO O| Dec 07 00:42:17.060 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-07T00:42:17.435Z[ recovery-image] Dec 07 00:42:17.075 INFO O| Dec 07 00:42:17.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65872024-12-07T00:42:17.435Z[ recovery-image] Dec 07 00:42:17.075 INFO O| Dec 07 00:42:17.075 INFO STEP 754 (remove_files) COMPLETE
65882024-12-07T00:42:17.435Z[ recovery-image] Dec 07 00:42:17.075 INFO O| Dec 07 00:42:17.075 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-07T00:42:17.458Z[ recovery-image] Dec 07 00:42:17.091 INFO O| Dec 07 00:42:17.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65902024-12-07T00:42:17.458Z[ recovery-image] Dec 07 00:42:17.091 INFO O| Dec 07 00:42:17.091 INFO STEP 755 (remove_files) COMPLETE
65912024-12-07T00:42:17.458Z[ recovery-image] Dec 07 00:42:17.091 INFO O| Dec 07 00:42:17.091 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-07T00:42:17.482Z[ recovery-image] Dec 07 00:42:17.107 INFO O| Dec 07 00:42:17.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65932024-12-07T00:42:17.482Z[ recovery-image] Dec 07 00:42:17.107 INFO O| Dec 07 00:42:17.107 INFO STEP 756 (remove_files) COMPLETE
65942024-12-07T00:42:17.482Z[ recovery-image] Dec 07 00:42:17.107 INFO O| Dec 07 00:42:17.107 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-07T00:42:17.505Z[ recovery-image] Dec 07 00:42:17.129 INFO O| Dec 07 00:42:17.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65962024-12-07T00:42:17.505Z[ recovery-image] Dec 07 00:42:17.129 INFO O| Dec 07 00:42:17.129 INFO STEP 757 (remove_files) COMPLETE
65972024-12-07T00:42:17.505Z[ recovery-image] Dec 07 00:42:17.129 INFO O| Dec 07 00:42:17.129 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-07T00:42:17.530Z[ recovery-image] Dec 07 00:42:17.149 INFO O| Dec 07 00:42:17.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65992024-12-07T00:42:17.530Z[ recovery-image] Dec 07 00:42:17.149 INFO O| Dec 07 00:42:17.149 INFO STEP 758 (remove_files) COMPLETE
66002024-12-07T00:42:17.530Z[ recovery-image] Dec 07 00:42:17.149 INFO O| Dec 07 00:42:17.149 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-07T00:42:17.530Z[ recovery-image] Dec 07 00:42:17.167 INFO O| Dec 07 00:42:17.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66022024-12-07T00:42:17.530Z[ recovery-image] Dec 07 00:42:17.168 INFO O| Dec 07 00:42:17.168 INFO STEP 759 (remove_files) COMPLETE
66032024-12-07T00:42:17.530Z[ recovery-image] Dec 07 00:42:17.168 INFO O| Dec 07 00:42:17.168 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-07T00:42:17.554Z[ recovery-image] Dec 07 00:42:17.188 INFO O| Dec 07 00:42:17.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66052024-12-07T00:42:17.554Z[ recovery-image] Dec 07 00:42:17.188 INFO O| Dec 07 00:42:17.188 INFO STEP 760 (remove_files) COMPLETE
66062024-12-07T00:42:17.554Z[ recovery-image] Dec 07 00:42:17.188 INFO O| Dec 07 00:42:17.188 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-07T00:42:17.577Z[ recovery-image] Dec 07 00:42:17.205 INFO O| Dec 07 00:42:17.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66082024-12-07T00:42:17.577Z[ recovery-image] Dec 07 00:42:17.205 INFO O| Dec 07 00:42:17.205 INFO STEP 761 (remove_files) COMPLETE
66092024-12-07T00:42:17.577Z[ recovery-image] Dec 07 00:42:17.205 INFO O| Dec 07 00:42:17.205 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-07T00:42:17.600Z[ recovery-image] Dec 07 00:42:17.222 INFO O| Dec 07 00:42:17.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66112024-12-07T00:42:17.600Z[ recovery-image] Dec 07 00:42:17.222 INFO O| Dec 07 00:42:17.222 INFO STEP 762 (remove_files) COMPLETE
66122024-12-07T00:42:17.600Z[ recovery-image] Dec 07 00:42:17.222 INFO O| Dec 07 00:42:17.222 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-07T00:42:17.602Z[ recovery-image] Dec 07 00:42:17.239 INFO O| Dec 07 00:42:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66142024-12-07T00:42:17.602Z[ recovery-image] Dec 07 00:42:17.239 INFO O| Dec 07 00:42:17.239 INFO STEP 763 (remove_files) COMPLETE
66152024-12-07T00:42:17.602Z[ recovery-image] Dec 07 00:42:17.239 INFO O| Dec 07 00:42:17.239 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-07T00:42:17.626Z[ recovery-image] Dec 07 00:42:17.254 INFO O| Dec 07 00:42:17.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66172024-12-07T00:42:17.626Z[ recovery-image] Dec 07 00:42:17.254 INFO O| Dec 07 00:42:17.254 INFO STEP 764 (remove_files) COMPLETE
66182024-12-07T00:42:17.626Z[ recovery-image] Dec 07 00:42:17.254 INFO O| Dec 07 00:42:17.254 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-07T00:42:17.626Z[ recovery-image] Dec 07 00:42:17.268 INFO O| Dec 07 00:42:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66202024-12-07T00:42:17.626Z[ recovery-image] Dec 07 00:42:17.268 INFO O| Dec 07 00:42:17.268 INFO STEP 765 (remove_files) COMPLETE
66212024-12-07T00:42:17.626Z[ recovery-image] Dec 07 00:42:17.268 INFO O| Dec 07 00:42:17.268 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-07T00:42:17.649Z[ host-image] Dec 07 00:42:17.282 INFO O| Dec 07 00:42:17.282 INFO O| Planning: Solver setup ... Done
66232024-12-07T00:42:17.649Z[ recovery-image] Dec 07 00:42:17.283 INFO O| Dec 07 00:42:17.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66242024-12-07T00:42:17.649Z[ recovery-image] Dec 07 00:42:17.283 INFO O| Dec 07 00:42:17.283 INFO STEP 766 (remove_files) COMPLETE
66252024-12-07T00:42:17.649Z[ recovery-image] Dec 07 00:42:17.283 INFO O| Dec 07 00:42:17.283 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-07T00:42:17.649Z[ host-image] Dec 07 00:42:17.287 INFO O| Dec 07 00:42:17.287 INFO O| Planning: Running solver ... Done
66272024-12-07T00:42:17.673Z[ recovery-image] Dec 07 00:42:17.296 INFO O| Dec 07 00:42:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66282024-12-07T00:42:17.673Z[ recovery-image] Dec 07 00:42:17.297 INFO O| Dec 07 00:42:17.297 INFO STEP 767 (remove_files) COMPLETE
66292024-12-07T00:42:17.673Z[ recovery-image] Dec 07 00:42:17.297 INFO O| Dec 07 00:42:17.297 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-07T00:42:17.673Z[ recovery-image] Dec 07 00:42:17.311 INFO O| Dec 07 00:42:17.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66312024-12-07T00:42:17.673Z[ recovery-image] Dec 07 00:42:17.311 INFO O| Dec 07 00:42:17.311 INFO STEP 768 (remove_files) COMPLETE
66322024-12-07T00:42:17.673Z[ recovery-image] Dec 07 00:42:17.311 INFO O| Dec 07 00:42:17.311 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-07T00:42:17.697Z[ recovery-image] Dec 07 00:42:17.330 INFO O| Dec 07 00:42:17.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66342024-12-07T00:42:17.697Z[ recovery-image] Dec 07 00:42:17.330 INFO O| Dec 07 00:42:17.330 INFO STEP 769 (remove_files) COMPLETE
66352024-12-07T00:42:17.697Z[ recovery-image] Dec 07 00:42:17.330 INFO O| Dec 07 00:42:17.330 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-07T00:42:17.721Z[ host-image] Dec 07 00:42:17.343 INFO O| Dec 07 00:42:17.343 INFO O| Planning: Finding local manifests ... Done
66372024-12-07T00:42:17.721Z[ host-image] Dec 07 00:42:17.344 INFO O| Dec 07 00:42:17.344 INFO O| Planning: Fetching manifests: 0/1 0% complete
66382024-12-07T00:42:17.721Z[ recovery-image] Dec 07 00:42:17.350 INFO O| Dec 07 00:42:17.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66392024-12-07T00:42:17.721Z[ recovery-image] Dec 07 00:42:17.350 INFO O| Dec 07 00:42:17.350 INFO STEP 770 (remove_files) COMPLETE
66402024-12-07T00:42:17.721Z[ recovery-image] Dec 07 00:42:17.350 INFO O| Dec 07 00:42:17.350 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-07T00:42:17.744Z[ recovery-image] Dec 07 00:42:17.366 INFO O| Dec 07 00:42:17.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66422024-12-07T00:42:17.744Z[ recovery-image] Dec 07 00:42:17.366 INFO O| Dec 07 00:42:17.366 INFO STEP 771 (remove_files) COMPLETE
66432024-12-07T00:42:17.744Z[ recovery-image] Dec 07 00:42:17.366 INFO O| Dec 07 00:42:17.366 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-07T00:42:17.744Z[ recovery-image] Dec 07 00:42:17.382 INFO O| Dec 07 00:42:17.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66452024-12-07T00:42:17.744Z[ recovery-image] Dec 07 00:42:17.382 INFO O| Dec 07 00:42:17.382 INFO STEP 772 (remove_files) COMPLETE
66462024-12-07T00:42:17.744Z[ recovery-image] Dec 07 00:42:17.382 INFO O| Dec 07 00:42:17.382 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-07T00:42:17.768Z[ recovery-image] Dec 07 00:42:17.397 INFO O| Dec 07 00:42:17.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66482024-12-07T00:42:17.768Z[ recovery-image] Dec 07 00:42:17.397 INFO O| Dec 07 00:42:17.397 INFO STEP 773 (remove_files) COMPLETE
66492024-12-07T00:42:17.768Z[ recovery-image] Dec 07 00:42:17.397 INFO O| Dec 07 00:42:17.397 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-07T00:42:17.792Z[ recovery-image] Dec 07 00:42:17.412 INFO O| Dec 07 00:42:17.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66512024-12-07T00:42:17.792Z[ recovery-image] Dec 07 00:42:17.412 INFO O| Dec 07 00:42:17.412 INFO STEP 774 (remove_files) COMPLETE
66522024-12-07T00:42:17.792Z[ recovery-image] Dec 07 00:42:17.412 INFO O| Dec 07 00:42:17.412 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-07T00:42:17.792Z[ recovery-image] Dec 07 00:42:17.427 INFO O| Dec 07 00:42:17.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66542024-12-07T00:42:17.792Z[ recovery-image] Dec 07 00:42:17.427 INFO O| Dec 07 00:42:17.427 INFO STEP 775 (remove_files) COMPLETE
66552024-12-07T00:42:17.792Z[ recovery-image] Dec 07 00:42:17.427 INFO O| Dec 07 00:42:17.427 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-07T00:42:17.815Z[ recovery-image] Dec 07 00:42:17.447 INFO O| Dec 07 00:42:17.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66572024-12-07T00:42:17.816Z[ recovery-image] Dec 07 00:42:17.447 INFO O| Dec 07 00:42:17.447 INFO STEP 776 (remove_files) COMPLETE
66582024-12-07T00:42:17.816Z[ recovery-image] Dec 07 00:42:17.447 INFO O| Dec 07 00:42:17.447 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-07T00:42:17.839Z[ recovery-image] Dec 07 00:42:17.463 INFO O| Dec 07 00:42:17.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66602024-12-07T00:42:17.839Z[ recovery-image] Dec 07 00:42:17.464 INFO O| Dec 07 00:42:17.463 INFO STEP 777 (remove_files) COMPLETE
66612024-12-07T00:42:17.839Z[ recovery-image] Dec 07 00:42:17.464 INFO O| Dec 07 00:42:17.464 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-07T00:42:17.839Z[ recovery-image] Dec 07 00:42:17.478 INFO O| Dec 07 00:42:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66632024-12-07T00:42:17.839Z[ recovery-image] Dec 07 00:42:17.478 INFO O| Dec 07 00:42:17.478 INFO STEP 778 (remove_files) COMPLETE
66642024-12-07T00:42:17.839Z[ recovery-image] Dec 07 00:42:17.478 INFO O| Dec 07 00:42:17.478 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-07T00:42:17.863Z[ host-image] Dec 07 00:42:17.487 INFO O| Dec 07 00:42:17.486 INFO O| Planning: Fetching manifests: 1/1 100% complete
66662024-12-07T00:42:17.863Z[ recovery-image] Dec 07 00:42:17.493 INFO O| Dec 07 00:42:17.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66672024-12-07T00:42:17.863Z[ recovery-image] Dec 07 00:42:17.493 INFO O| Dec 07 00:42:17.493 INFO STEP 779 (remove_files) COMPLETE
66682024-12-07T00:42:17.863Z[ recovery-image] Dec 07 00:42:17.493 INFO O| Dec 07 00:42:17.493 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-07T00:42:17.886Z[ recovery-image] Dec 07 00:42:17.512 INFO O| Dec 07 00:42:17.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66702024-12-07T00:42:17.886Z[ recovery-image] Dec 07 00:42:17.512 INFO O| Dec 07 00:42:17.512 INFO STEP 780 (remove_files) COMPLETE
66712024-12-07T00:42:17.886Z[ recovery-image] Dec 07 00:42:17.512 INFO O| Dec 07 00:42:17.512 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-07T00:42:17.886Z[ host-image] Dec 07 00:42:17.512 INFO O| Dec 07 00:42:17.512 INFO O| Planning: Package planning ... Done
66732024-12-07T00:42:17.886Z[ host-image] Dec 07 00:42:17.513 INFO O| Dec 07 00:42:17.513 INFO O| Planning: Merging actions ... Done
66742024-12-07T00:42:17.911Z[ recovery-image] Dec 07 00:42:17.531 INFO O| Dec 07 00:42:17.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66752024-12-07T00:42:17.911Z[ recovery-image] Dec 07 00:42:17.531 INFO O| Dec 07 00:42:17.531 INFO STEP 781 (remove_files) COMPLETE
66762024-12-07T00:42:17.911Z[ recovery-image] Dec 07 00:42:17.531 INFO O| Dec 07 00:42:17.531 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-07T00:42:17.911Z[ recovery-image] Dec 07 00:42:17.546 INFO O| Dec 07 00:42:17.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66782024-12-07T00:42:17.911Z[ recovery-image] Dec 07 00:42:17.546 INFO O| Dec 07 00:42:17.546 INFO STEP 782 (remove_files) COMPLETE
66792024-12-07T00:42:17.911Z[ recovery-image] Dec 07 00:42:17.546 INFO O| Dec 07 00:42:17.546 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-07T00:42:17.935Z[ recovery-image] Dec 07 00:42:17.563 INFO O| Dec 07 00:42:17.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66812024-12-07T00:42:17.935Z[ recovery-image] Dec 07 00:42:17.563 INFO O| Dec 07 00:42:17.563 INFO STEP 783 (remove_files) COMPLETE
66822024-12-07T00:42:17.935Z[ recovery-image] Dec 07 00:42:17.563 INFO O| Dec 07 00:42:17.563 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-07T00:42:17.958Z[ recovery-image] Dec 07 00:42:17.580 INFO O| Dec 07 00:42:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66842024-12-07T00:42:17.958Z[ recovery-image] Dec 07 00:42:17.580 INFO O| Dec 07 00:42:17.580 INFO STEP 784 (remove_files) COMPLETE
66852024-12-07T00:42:17.959Z[ recovery-image] Dec 07 00:42:17.580 INFO O| Dec 07 00:42:17.580 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-07T00:42:17.959Z[ host-image] Dec 07 00:42:17.594 INFO O| Dec 07 00:42:17.594 INFO O| Planning: Checking for conflicting actions ... Done
66872024-12-07T00:42:17.959Z[ host-image] Dec 07 00:42:17.594 INFO O| Dec 07 00:42:17.594 INFO O| Planning: Consolidating action changes ... Done
66882024-12-07T00:42:17.959Z[ recovery-image] Dec 07 00:42:17.598 INFO O| Dec 07 00:42:17.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66892024-12-07T00:42:17.959Z[ recovery-image] Dec 07 00:42:17.598 INFO O| Dec 07 00:42:17.598 INFO STEP 785 (remove_files) COMPLETE
66902024-12-07T00:42:17.959Z[ recovery-image] Dec 07 00:42:17.598 INFO O| Dec 07 00:42:17.598 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-07T00:42:17.982Z[ recovery-image] Dec 07 00:42:17.613 INFO O| Dec 07 00:42:17.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66922024-12-07T00:42:17.982Z[ recovery-image] Dec 07 00:42:17.613 INFO O| Dec 07 00:42:17.613 INFO STEP 786 (remove_files) COMPLETE
66932024-12-07T00:42:17.982Z[ recovery-image] Dec 07 00:42:17.613 INFO O| Dec 07 00:42:17.613 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-07T00:42:18.006Z[ recovery-image] Dec 07 00:42:17.627 INFO O| Dec 07 00:42:17.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66952024-12-07T00:42:18.006Z[ recovery-image] Dec 07 00:42:17.627 INFO O| Dec 07 00:42:17.627 INFO STEP 787 (remove_files) COMPLETE
66962024-12-07T00:42:18.006Z[ recovery-image] Dec 07 00:42:17.627 INFO O| Dec 07 00:42:17.627 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-07T00:42:18.006Z[ recovery-image] Dec 07 00:42:17.641 INFO O| Dec 07 00:42:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66982024-12-07T00:42:18.006Z[ recovery-image] Dec 07 00:42:17.641 INFO O| Dec 07 00:42:17.641 INFO STEP 788 (remove_files) COMPLETE
66992024-12-07T00:42:18.006Z[ recovery-image] Dec 07 00:42:17.641 INFO O| Dec 07 00:42:17.641 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-07T00:42:18.030Z[ recovery-image] Dec 07 00:42:17.655 INFO O| Dec 07 00:42:17.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67012024-12-07T00:42:18.030Z[ recovery-image] Dec 07 00:42:17.655 INFO O| Dec 07 00:42:17.655 INFO STEP 789 (remove_files) COMPLETE
67022024-12-07T00:42:18.030Z[ recovery-image] Dec 07 00:42:17.655 INFO O| Dec 07 00:42:17.655 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-07T00:42:18.030Z[ recovery-image] Dec 07 00:42:17.668 INFO O| Dec 07 00:42:17.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67042024-12-07T00:42:18.030Z[ recovery-image] Dec 07 00:42:17.669 INFO O| Dec 07 00:42:17.669 INFO STEP 790 (remove_files) COMPLETE
67052024-12-07T00:42:18.030Z[ recovery-image] Dec 07 00:42:17.669 INFO O| Dec 07 00:42:17.669 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-07T00:42:18.053Z[ recovery-image] Dec 07 00:42:17.684 INFO O| Dec 07 00:42:17.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67072024-12-07T00:42:18.053Z[ recovery-image] Dec 07 00:42:17.684 INFO O| Dec 07 00:42:17.684 INFO STEP 791 (remove_files) COMPLETE
67082024-12-07T00:42:18.053Z[ recovery-image] Dec 07 00:42:17.684 INFO O| Dec 07 00:42:17.684 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-07T00:42:18.077Z[ recovery-image] Dec 07 00:42:17.699 INFO O| Dec 07 00:42:17.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67102024-12-07T00:42:18.077Z[ recovery-image] Dec 07 00:42:17.699 INFO O| Dec 07 00:42:17.699 INFO STEP 792 (remove_files) COMPLETE
67112024-12-07T00:42:18.077Z[ recovery-image] Dec 07 00:42:17.699 INFO O| Dec 07 00:42:17.699 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-07T00:42:18.077Z[ recovery-image] Dec 07 00:42:17.713 INFO O| Dec 07 00:42:17.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67132024-12-07T00:42:18.077Z[ recovery-image] Dec 07 00:42:17.714 INFO O| Dec 07 00:42:17.714 INFO STEP 793 (remove_files) COMPLETE
67142024-12-07T00:42:18.077Z[ recovery-image] Dec 07 00:42:17.714 INFO O| Dec 07 00:42:17.714 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-07T00:42:18.101Z[ recovery-image] Dec 07 00:42:17.729 INFO O| Dec 07 00:42:17.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67162024-12-07T00:42:18.101Z[ recovery-image] Dec 07 00:42:17.729 INFO O| Dec 07 00:42:17.729 INFO STEP 794 (remove_files) COMPLETE
67172024-12-07T00:42:18.101Z[ recovery-image] Dec 07 00:42:17.729 INFO O| Dec 07 00:42:17.729 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-07T00:42:18.124Z[ recovery-image] Dec 07 00:42:17.747 INFO O| Dec 07 00:42:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67192024-12-07T00:42:18.126Z[ recovery-image] Dec 07 00:42:17.747 INFO O| Dec 07 00:42:17.747 INFO STEP 795 (remove_files) COMPLETE
67202024-12-07T00:42:18.126Z[ recovery-image] Dec 07 00:42:17.747 INFO O| Dec 07 00:42:17.747 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-07T00:42:18.126Z[ recovery-image] Dec 07 00:42:17.762 INFO O| Dec 07 00:42:17.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67222024-12-07T00:42:18.126Z[ recovery-image] Dec 07 00:42:17.762 INFO O| Dec 07 00:42:17.762 INFO STEP 796 (remove_files) COMPLETE
67232024-12-07T00:42:18.126Z[ recovery-image] Dec 07 00:42:17.762 INFO O| Dec 07 00:42:17.762 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-07T00:42:18.150Z[ recovery-image] Dec 07 00:42:17.779 INFO O| Dec 07 00:42:17.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67252024-12-07T00:42:18.150Z[ recovery-image] Dec 07 00:42:17.779 INFO O| Dec 07 00:42:17.779 INFO STEP 797 (remove_files) COMPLETE
67262024-12-07T00:42:18.150Z[ recovery-image] Dec 07 00:42:17.779 INFO O| Dec 07 00:42:17.779 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-07T00:42:18.174Z[ recovery-image] Dec 07 00:42:17.802 INFO O| Dec 07 00:42:17.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67282024-12-07T00:42:18.174Z[ recovery-image] Dec 07 00:42:17.802 INFO O| Dec 07 00:42:17.802 INFO STEP 798 (remove_files) COMPLETE
67292024-12-07T00:42:18.174Z[ recovery-image] Dec 07 00:42:17.802 INFO O| Dec 07 00:42:17.802 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-07T00:42:18.197Z[ recovery-image] Dec 07 00:42:17.816 INFO O| Dec 07 00:42:17.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67312024-12-07T00:42:18.197Z[ recovery-image] Dec 07 00:42:17.816 INFO O| Dec 07 00:42:17.816 INFO STEP 799 (remove_files) COMPLETE
67322024-12-07T00:42:18.197Z[ recovery-image] Dec 07 00:42:17.816 INFO O| Dec 07 00:42:17.816 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-07T00:42:18.197Z[ recovery-image] Dec 07 00:42:17.829 INFO O| Dec 07 00:42:17.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67342024-12-07T00:42:18.198Z[ recovery-image] Dec 07 00:42:17.829 INFO O| Dec 07 00:42:17.829 INFO STEP 800 (remove_files) COMPLETE
67352024-12-07T00:42:18.198Z[ recovery-image] Dec 07 00:42:17.829 INFO O| Dec 07 00:42:17.829 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-07T00:42:18.198Z[ host-image] Dec 07 00:42:17.831 INFO O| Dec 07 00:42:17.831 INFO O| Planning: Evaluating mediators ... Done
67372024-12-07T00:42:18.198Z[ host-image] Dec 07 00:42:17.832 INFO O| Dec 07 00:42:17.831 INFO O| Planning: Planning completed in 3.29 seconds
67382024-12-07T00:42:18.198Z[ host-image] Dec 07 00:42:17.833 INFO O| Dec 07 00:42:17.833 INFO O| Packages to install: 1
67392024-12-07T00:42:18.222Z[ host-image] Dec 07 00:42:17.847 INFO O| Dec 07 00:42:17.847 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
67402024-12-07T00:42:18.222Z[ recovery-image] Dec 07 00:42:17.850 INFO O| Dec 07 00:42:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67412024-12-07T00:42:18.222Z[ recovery-image] Dec 07 00:42:17.850 INFO O| Dec 07 00:42:17.850 INFO STEP 801 (remove_files) COMPLETE
67422024-12-07T00:42:18.222Z[ recovery-image] Dec 07 00:42:17.850 INFO O| Dec 07 00:42:17.850 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-07T00:42:18.246Z[ recovery-image] Dec 07 00:42:17.865 INFO O| Dec 07 00:42:17.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67442024-12-07T00:42:18.246Z[ recovery-image] Dec 07 00:42:17.865 INFO O| Dec 07 00:42:17.865 INFO STEP 802 (remove_files) COMPLETE
67452024-12-07T00:42:18.246Z[ recovery-image] Dec 07 00:42:17.865 INFO O| Dec 07 00:42:17.865 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-07T00:42:18.246Z[ recovery-image] Dec 07 00:42:17.879 INFO O| Dec 07 00:42:17.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67472024-12-07T00:42:18.246Z[ recovery-image] Dec 07 00:42:17.879 INFO O| Dec 07 00:42:17.879 INFO STEP 803 (remove_files) COMPLETE
67482024-12-07T00:42:18.247Z[ recovery-image] Dec 07 00:42:17.879 INFO O| Dec 07 00:42:17.879 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-07T00:42:18.270Z[ recovery-image] Dec 07 00:42:17.892 INFO O| Dec 07 00:42:17.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67502024-12-07T00:42:18.271Z[ recovery-image] Dec 07 00:42:17.892 INFO O| Dec 07 00:42:17.892 INFO STEP 804 (remove_files) COMPLETE
67512024-12-07T00:42:18.271Z[ recovery-image] Dec 07 00:42:17.893 INFO O| Dec 07 00:42:17.892 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-07T00:42:18.271Z[ recovery-image] Dec 07 00:42:17.906 INFO O| Dec 07 00:42:17.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67532024-12-07T00:42:18.271Z[ recovery-image] Dec 07 00:42:17.906 INFO O| Dec 07 00:42:17.906 INFO STEP 805 (remove_files) COMPLETE
67542024-12-07T00:42:18.271Z[ recovery-image] Dec 07 00:42:17.906 INFO O| Dec 07 00:42:17.906 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-07T00:42:18.294Z[ recovery-image] Dec 07 00:42:17.920 INFO O| Dec 07 00:42:17.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67562024-12-07T00:42:18.294Z[ recovery-image] Dec 07 00:42:17.920 INFO O| Dec 07 00:42:17.920 INFO STEP 806 (remove_files) COMPLETE
67572024-12-07T00:42:18.294Z[ recovery-image] Dec 07 00:42:17.920 INFO O| Dec 07 00:42:17.920 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-07T00:42:18.294Z[ recovery-image] Dec 07 00:42:17.933 INFO O| Dec 07 00:42:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67592024-12-07T00:42:18.294Z[ recovery-image] Dec 07 00:42:17.933 INFO O| Dec 07 00:42:17.933 INFO STEP 807 (remove_files) COMPLETE
67602024-12-07T00:42:18.294Z[ recovery-image] Dec 07 00:42:17.933 INFO O| Dec 07 00:42:17.933 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-07T00:42:18.318Z[ recovery-image] Dec 07 00:42:17.948 INFO O| Dec 07 00:42:17.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67622024-12-07T00:42:18.318Z[ recovery-image] Dec 07 00:42:17.948 INFO O| Dec 07 00:42:17.948 INFO STEP 808 (remove_files) COMPLETE
67632024-12-07T00:42:18.318Z[ recovery-image] Dec 07 00:42:17.948 INFO O| Dec 07 00:42:17.948 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-07T00:42:18.343Z[ recovery-image] Dec 07 00:42:17.962 INFO O| Dec 07 00:42:17.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67652024-12-07T00:42:18.344Z[ recovery-image] Dec 07 00:42:17.962 INFO O| Dec 07 00:42:17.962 INFO STEP 809 (remove_files) COMPLETE
67662024-12-07T00:42:18.344Z[ recovery-image] Dec 07 00:42:17.962 INFO O| Dec 07 00:42:17.962 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-07T00:42:18.344Z[ recovery-image] Dec 07 00:42:17.977 INFO O| Dec 07 00:42:17.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67682024-12-07T00:42:18.344Z[ recovery-image] Dec 07 00:42:17.977 INFO O| Dec 07 00:42:17.977 INFO STEP 810 (remove_files) COMPLETE
67692024-12-07T00:42:18.344Z[ recovery-image] Dec 07 00:42:17.977 INFO O| Dec 07 00:42:17.977 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-12-07T00:42:18.368Z[ recovery-image] Dec 07 00:42:17.990 INFO O| Dec 07 00:42:17.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67712024-12-07T00:42:18.368Z[ recovery-image] Dec 07 00:42:17.990 INFO O| Dec 07 00:42:17.990 INFO STEP 811 (remove_files) COMPLETE
67722024-12-07T00:42:18.368Z[ recovery-image] Dec 07 00:42:17.990 INFO O| Dec 07 00:42:17.990 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-12-07T00:42:18.368Z[ recovery-image] Dec 07 00:42:18.003 INFO O| Dec 07 00:42:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67742024-12-07T00:42:18.368Z[ recovery-image] Dec 07 00:42:18.003 INFO O| Dec 07 00:42:18.003 INFO STEP 812 (remove_files) COMPLETE
67752024-12-07T00:42:18.368Z[ recovery-image] Dec 07 00:42:18.003 INFO O| Dec 07 00:42:18.003 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-12-07T00:42:18.391Z[ recovery-image] Dec 07 00:42:18.016 INFO O| Dec 07 00:42:18.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67772024-12-07T00:42:18.391Z[ recovery-image] Dec 07 00:42:18.017 INFO O| Dec 07 00:42:18.016 INFO STEP 813 (remove_files) COMPLETE
67782024-12-07T00:42:18.391Z[ recovery-image] Dec 07 00:42:18.017 INFO O| Dec 07 00:42:18.016 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-07T00:42:18.391Z[ recovery-image] Dec 07 00:42:18.030 INFO O| Dec 07 00:42:18.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67802024-12-07T00:42:18.391Z[ recovery-image] Dec 07 00:42:18.030 INFO O| Dec 07 00:42:18.030 INFO STEP 814 (remove_files) COMPLETE
67812024-12-07T00:42:18.391Z[ recovery-image] Dec 07 00:42:18.030 INFO O| Dec 07 00:42:18.030 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-12-07T00:42:18.416Z[ recovery-image] Dec 07 00:42:18.046 INFO O| Dec 07 00:42:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67832024-12-07T00:42:18.416Z[ recovery-image] Dec 07 00:42:18.046 INFO O| Dec 07 00:42:18.046 INFO STEP 815 (remove_files) COMPLETE
67842024-12-07T00:42:18.416Z[ recovery-image] Dec 07 00:42:18.046 INFO O| Dec 07 00:42:18.046 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-12-07T00:42:18.464Z[ recovery-image] Dec 07 00:42:18.063 INFO O| Dec 07 00:42:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67862024-12-07T00:42:18.464Z[ recovery-image] Dec 07 00:42:18.063 INFO O| Dec 07 00:42:18.063 INFO STEP 816 (remove_files) COMPLETE
67872024-12-07T00:42:18.464Z[ recovery-image] Dec 07 00:42:18.063 INFO O| Dec 07 00:42:18.063 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-12-07T00:42:18.464Z[ recovery-image] Dec 07 00:42:18.076 INFO O| Dec 07 00:42:18.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67892024-12-07T00:42:18.464Z[ recovery-image] Dec 07 00:42:18.076 INFO O| Dec 07 00:42:18.076 INFO STEP 817 (remove_files) COMPLETE
67902024-12-07T00:42:18.464Z[ recovery-image] Dec 07 00:42:18.076 INFO O| Dec 07 00:42:18.076 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.095 INFO O| Dec 07 00:42:18.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67922024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.095 INFO O| Dec 07 00:42:18.095 INFO STEP 818 (remove_files) COMPLETE
67932024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.095 INFO O| Dec 07 00:42:18.095 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.111 INFO O| Dec 07 00:42:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67952024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.111 INFO O| Dec 07 00:42:18.111 INFO STEP 819 (remove_files) COMPLETE
67962024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.111 INFO O| Dec 07 00:42:18.111 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.125 INFO O| Dec 07 00:42:18.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67982024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.125 INFO O| Dec 07 00:42:18.125 INFO STEP 820 (remove_files) COMPLETE
67992024-12-07T00:42:18.489Z[ recovery-image] Dec 07 00:42:18.125 INFO O| Dec 07 00:42:18.125 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-07T00:42:18.513Z[ recovery-image] Dec 07 00:42:18.138 INFO O| Dec 07 00:42:18.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68012024-12-07T00:42:18.513Z[ recovery-image] Dec 07 00:42:18.138 INFO O| Dec 07 00:42:18.138 INFO STEP 821 (remove_files) COMPLETE
68022024-12-07T00:42:18.513Z[ recovery-image] Dec 07 00:42:18.139 INFO O| Dec 07 00:42:18.138 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-07T00:42:18.513Z[ recovery-image] Dec 07 00:42:18.155 INFO O| Dec 07 00:42:18.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68042024-12-07T00:42:18.513Z[ recovery-image] Dec 07 00:42:18.155 INFO O| Dec 07 00:42:18.155 INFO STEP 822 (remove_files) COMPLETE
68052024-12-07T00:42:18.513Z[ recovery-image] Dec 07 00:42:18.155 INFO O| Dec 07 00:42:18.155 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-07T00:42:18.536Z[ recovery-image] Dec 07 00:42:18.170 INFO O| Dec 07 00:42:18.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68072024-12-07T00:42:18.536Z[ recovery-image] Dec 07 00:42:18.171 INFO O| Dec 07 00:42:18.170 INFO STEP 823 (remove_files) COMPLETE
68082024-12-07T00:42:18.537Z[ recovery-image] Dec 07 00:42:18.171 INFO O| Dec 07 00:42:18.170 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-07T00:42:18.561Z[ recovery-image] Dec 07 00:42:18.189 INFO O| Dec 07 00:42:18.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68102024-12-07T00:42:18.563Z[ recovery-image] Dec 07 00:42:18.189 INFO O| Dec 07 00:42:18.189 INFO STEP 824 (remove_files) COMPLETE
68112024-12-07T00:42:18.563Z[ recovery-image] Dec 07 00:42:18.190 INFO O| Dec 07 00:42:18.189 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-07T00:42:18.586Z[ recovery-image] Dec 07 00:42:18.208 INFO O| Dec 07 00:42:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68132024-12-07T00:42:18.586Z[ recovery-image] Dec 07 00:42:18.208 INFO O| Dec 07 00:42:18.208 INFO STEP 825 (remove_files) COMPLETE
68142024-12-07T00:42:18.586Z[ recovery-image] Dec 07 00:42:18.208 INFO O| Dec 07 00:42:18.208 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-07T00:42:18.586Z[ recovery-image] Dec 07 00:42:18.225 INFO O| Dec 07 00:42:18.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68162024-12-07T00:42:18.586Z[ recovery-image] Dec 07 00:42:18.225 INFO O| Dec 07 00:42:18.225 INFO STEP 826 (remove_files) COMPLETE
68172024-12-07T00:42:18.586Z[ recovery-image] Dec 07 00:42:18.225 INFO O| Dec 07 00:42:18.225 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-07T00:42:18.610Z[ recovery-image] Dec 07 00:42:18.241 INFO O| Dec 07 00:42:18.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68192024-12-07T00:42:18.610Z[ recovery-image] Dec 07 00:42:18.241 INFO O| Dec 07 00:42:18.241 INFO STEP 827 (remove_files) COMPLETE
68202024-12-07T00:42:18.610Z[ recovery-image] Dec 07 00:42:18.241 INFO O| Dec 07 00:42:18.241 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-07T00:42:18.634Z[ recovery-image] Dec 07 00:42:18.256 INFO O| Dec 07 00:42:18.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68222024-12-07T00:42:18.634Z[ recovery-image] Dec 07 00:42:18.256 INFO O| Dec 07 00:42:18.256 INFO STEP 828 (remove_files) COMPLETE
68232024-12-07T00:42:18.634Z[ recovery-image] Dec 07 00:42:18.256 INFO O| Dec 07 00:42:18.256 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-07T00:42:18.634Z[ recovery-image] Dec 07 00:42:18.273 INFO O| Dec 07 00:42:18.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68252024-12-07T00:42:18.635Z[ recovery-image] Dec 07 00:42:18.273 INFO O| Dec 07 00:42:18.273 INFO STEP 829 (remove_files) COMPLETE
68262024-12-07T00:42:18.635Z[ recovery-image] Dec 07 00:42:18.273 INFO O| Dec 07 00:42:18.273 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-07T00:42:18.658Z[ recovery-image] Dec 07 00:42:18.288 INFO O| Dec 07 00:42:18.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68282024-12-07T00:42:18.658Z[ recovery-image] Dec 07 00:42:18.288 INFO O| Dec 07 00:42:18.288 INFO STEP 830 (remove_files) COMPLETE
68292024-12-07T00:42:18.658Z[ recovery-image] Dec 07 00:42:18.288 INFO O| Dec 07 00:42:18.288 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-07T00:42:18.682Z[ recovery-image] Dec 07 00:42:18.302 INFO O| Dec 07 00:42:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68312024-12-07T00:42:18.682Z[ recovery-image] Dec 07 00:42:18.302 INFO O| Dec 07 00:42:18.302 INFO STEP 831 (remove_files) COMPLETE
68322024-12-07T00:42:18.682Z[ recovery-image] Dec 07 00:42:18.302 INFO O| Dec 07 00:42:18.302 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-07T00:42:18.682Z[ recovery-image] Dec 07 00:42:18.317 INFO O| Dec 07 00:42:18.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68342024-12-07T00:42:18.682Z[ recovery-image] Dec 07 00:42:18.317 INFO O| Dec 07 00:42:18.317 INFO STEP 832 (remove_files) COMPLETE
68352024-12-07T00:42:18.682Z[ recovery-image] Dec 07 00:42:18.317 INFO O| Dec 07 00:42:18.317 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-07T00:42:18.706Z[ recovery-image] Dec 07 00:42:18.332 INFO O| Dec 07 00:42:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68372024-12-07T00:42:18.706Z[ recovery-image] Dec 07 00:42:18.332 INFO O| Dec 07 00:42:18.332 INFO STEP 833 (remove_files) COMPLETE
68382024-12-07T00:42:18.706Z[ recovery-image] Dec 07 00:42:18.332 INFO O| Dec 07 00:42:18.332 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-07T00:42:18.706Z[ host-image] Dec 07 00:42:18.345 INFO O| Dec 07 00:42:18.345 INFO O| Download: Completed 9.99 MB in 0.50 seconds (20.1M/s)
68402024-12-07T00:42:18.706Z[ recovery-image] Dec 07 00:42:18.347 INFO O| Dec 07 00:42:18.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68412024-12-07T00:42:18.706Z[ recovery-image] Dec 07 00:42:18.348 INFO O| Dec 07 00:42:18.348 INFO STEP 834 (remove_files) COMPLETE
68422024-12-07T00:42:18.706Z[ recovery-image] Dec 07 00:42:18.348 INFO O| Dec 07 00:42:18.348 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-07T00:42:18.730Z[ recovery-image] Dec 07 00:42:18.364 INFO O| Dec 07 00:42:18.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68442024-12-07T00:42:18.730Z[ recovery-image] Dec 07 00:42:18.364 INFO O| Dec 07 00:42:18.364 INFO STEP 835 (remove_files) COMPLETE
68452024-12-07T00:42:18.730Z[ recovery-image] Dec 07 00:42:18.364 INFO O| Dec 07 00:42:18.364 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-07T00:42:18.754Z[ host-image] Dec 07 00:42:18.376 INFO O| Dec 07 00:42:18.375 INFO O| Actions: 1/22 actions (Installing new actions)
68472024-12-07T00:42:18.754Z[ recovery-image] Dec 07 00:42:18.383 INFO O| Dec 07 00:42:18.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68482024-12-07T00:42:18.754Z[ recovery-image] Dec 07 00:42:18.383 INFO O| Dec 07 00:42:18.383 INFO STEP 836 (remove_files) COMPLETE
68492024-12-07T00:42:18.754Z[ recovery-image] Dec 07 00:42:18.383 INFO O| Dec 07 00:42:18.383 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-07T00:42:18.777Z[ recovery-image] Dec 07 00:42:18.397 INFO O| Dec 07 00:42:18.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68512024-12-07T00:42:18.777Z[ recovery-image] Dec 07 00:42:18.397 INFO O| Dec 07 00:42:18.397 INFO STEP 837 (remove_files) COMPLETE
68522024-12-07T00:42:18.777Z[ recovery-image] Dec 07 00:42:18.397 INFO O| Dec 07 00:42:18.397 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-07T00:42:18.777Z[ recovery-image] Dec 07 00:42:18.413 INFO O| Dec 07 00:42:18.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68542024-12-07T00:42:18.777Z[ recovery-image] Dec 07 00:42:18.413 INFO O| Dec 07 00:42:18.413 INFO STEP 838 (remove_files) COMPLETE
68552024-12-07T00:42:18.777Z[ recovery-image] Dec 07 00:42:18.413 INFO O| Dec 07 00:42:18.413 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-07T00:42:18.801Z[ recovery-image] Dec 07 00:42:18.428 INFO O| Dec 07 00:42:18.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68572024-12-07T00:42:18.801Z[ recovery-image] Dec 07 00:42:18.428 INFO O| Dec 07 00:42:18.428 INFO STEP 839 (remove_files) COMPLETE
68582024-12-07T00:42:18.801Z[ recovery-image] Dec 07 00:42:18.428 INFO O| Dec 07 00:42:18.428 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-07T00:42:18.826Z[ recovery-image] Dec 07 00:42:18.447 INFO O| Dec 07 00:42:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68602024-12-07T00:42:18.826Z[ recovery-image] Dec 07 00:42:18.447 INFO O| Dec 07 00:42:18.447 INFO STEP 840 (remove_files) COMPLETE
68612024-12-07T00:42:18.826Z[ recovery-image] Dec 07 00:42:18.447 INFO O| Dec 07 00:42:18.447 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-07T00:42:18.826Z[ recovery-image] Dec 07 00:42:18.462 INFO O| Dec 07 00:42:18.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68632024-12-07T00:42:18.826Z[ recovery-image] Dec 07 00:42:18.462 INFO O| Dec 07 00:42:18.462 INFO STEP 841 (remove_files) COMPLETE
68642024-12-07T00:42:18.826Z[ recovery-image] Dec 07 00:42:18.462 INFO O| Dec 07 00:42:18.462 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-07T00:42:18.849Z[ recovery-image] Dec 07 00:42:18.477 INFO O| Dec 07 00:42:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68662024-12-07T00:42:18.849Z[ recovery-image] Dec 07 00:42:18.477 INFO O| Dec 07 00:42:18.477 INFO STEP 842 (remove_files) COMPLETE
68672024-12-07T00:42:18.849Z[ recovery-image] Dec 07 00:42:18.477 INFO O| Dec 07 00:42:18.477 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-07T00:42:18.849Z[ recovery-image] Dec 07 00:42:18.491 INFO O| Dec 07 00:42:18.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68692024-12-07T00:42:18.849Z[ recovery-image] Dec 07 00:42:18.491 INFO O| Dec 07 00:42:18.491 INFO STEP 843 (remove_files) COMPLETE
68702024-12-07T00:42:18.849Z[ recovery-image] Dec 07 00:42:18.491 INFO O| Dec 07 00:42:18.491 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-07T00:42:18.872Z[ recovery-image] Dec 07 00:42:18.504 INFO O| Dec 07 00:42:18.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68722024-12-07T00:42:18.872Z[ recovery-image] Dec 07 00:42:18.505 INFO O| Dec 07 00:42:18.505 INFO STEP 844 (remove_files) COMPLETE
68732024-12-07T00:42:18.873Z[ recovery-image] Dec 07 00:42:18.505 INFO O| Dec 07 00:42:18.505 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-07T00:42:18.896Z[ recovery-image] Dec 07 00:42:18.518 INFO O| Dec 07 00:42:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68752024-12-07T00:42:18.896Z[ recovery-image] Dec 07 00:42:18.518 INFO O| Dec 07 00:42:18.518 INFO STEP 845 (remove_files) COMPLETE
68762024-12-07T00:42:18.896Z[ recovery-image] Dec 07 00:42:18.518 INFO O| Dec 07 00:42:18.518 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-07T00:42:18.896Z[ recovery-image] Dec 07 00:42:18.531 INFO O| Dec 07 00:42:18.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68782024-12-07T00:42:18.896Z[ recovery-image] Dec 07 00:42:18.532 INFO O| Dec 07 00:42:18.531 INFO STEP 846 (remove_files) COMPLETE
68792024-12-07T00:42:18.896Z[ recovery-image] Dec 07 00:42:18.532 INFO O| Dec 07 00:42:18.531 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-07T00:42:18.919Z[ recovery-image] Dec 07 00:42:18.545 INFO O| Dec 07 00:42:18.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68812024-12-07T00:42:18.919Z[ recovery-image] Dec 07 00:42:18.545 INFO O| Dec 07 00:42:18.545 INFO STEP 847 (remove_files) COMPLETE
68822024-12-07T00:42:18.919Z[ recovery-image] Dec 07 00:42:18.545 INFO O| Dec 07 00:42:18.545 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-07T00:42:18.919Z[ recovery-image] Dec 07 00:42:18.558 INFO O| Dec 07 00:42:18.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68842024-12-07T00:42:18.919Z[ recovery-image] Dec 07 00:42:18.558 INFO O| Dec 07 00:42:18.558 INFO STEP 848 (remove_files) COMPLETE
68852024-12-07T00:42:18.920Z[ recovery-image] Dec 07 00:42:18.558 INFO O| Dec 07 00:42:18.558 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-07T00:42:18.943Z[ recovery-image] Dec 07 00:42:18.571 INFO O| Dec 07 00:42:18.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68872024-12-07T00:42:18.943Z[ recovery-image] Dec 07 00:42:18.571 INFO O| Dec 07 00:42:18.571 INFO STEP 849 (remove_files) COMPLETE
68882024-12-07T00:42:18.943Z[ recovery-image] Dec 07 00:42:18.571 INFO O| Dec 07 00:42:18.571 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-07T00:42:18.944Z[ recovery-image] Dec 07 00:42:18.583 INFO O| Dec 07 00:42:18.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68902024-12-07T00:42:18.944Z[ recovery-image] Dec 07 00:42:18.584 INFO O| Dec 07 00:42:18.584 INFO STEP 850 (remove_files) COMPLETE
68912024-12-07T00:42:18.944Z[ recovery-image] Dec 07 00:42:18.584 INFO O| Dec 07 00:42:18.584 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-07T00:42:18.967Z[ recovery-image] Dec 07 00:42:18.596 INFO O| Dec 07 00:42:18.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68932024-12-07T00:42:18.967Z[ recovery-image] Dec 07 00:42:18.596 INFO O| Dec 07 00:42:18.596 INFO STEP 851 (remove_files) COMPLETE
68942024-12-07T00:42:18.967Z[ recovery-image] Dec 07 00:42:18.596 INFO O| Dec 07 00:42:18.596 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-07T00:42:18.967Z[ recovery-image] Dec 07 00:42:18.609 INFO O| Dec 07 00:42:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68962024-12-07T00:42:18.967Z[ recovery-image] Dec 07 00:42:18.610 INFO O| Dec 07 00:42:18.610 INFO STEP 852 (remove_files) COMPLETE
68972024-12-07T00:42:18.990Z[ recovery-image] Dec 07 00:42:18.610 INFO O| Dec 07 00:42:18.610 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-07T00:42:18.990Z[ recovery-image] Dec 07 00:42:18.628 INFO O| Dec 07 00:42:18.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68992024-12-07T00:42:18.990Z[ recovery-image] Dec 07 00:42:18.628 INFO O| Dec 07 00:42:18.628 INFO STEP 853 (remove_files) COMPLETE
69002024-12-07T00:42:18.990Z[ recovery-image] Dec 07 00:42:18.628 INFO O| Dec 07 00:42:18.628 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-07T00:42:19.013Z[ recovery-image] Dec 07 00:42:18.643 INFO O| Dec 07 00:42:18.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69022024-12-07T00:42:19.013Z[ recovery-image] Dec 07 00:42:18.643 INFO O| Dec 07 00:42:18.643 INFO STEP 854 (remove_files) COMPLETE
69032024-12-07T00:42:19.013Z[ recovery-image] Dec 07 00:42:18.643 INFO O| Dec 07 00:42:18.643 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-07T00:42:19.013Z[ host-image] Dec 07 00:42:18.646 INFO O| Dec 07 00:42:18.646 INFO O| Actions: Completed 22 actions in 0.27 seconds.
69052024-12-07T00:42:19.037Z[ recovery-image] Dec 07 00:42:18.663 INFO O| Dec 07 00:42:18.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69062024-12-07T00:42:19.037Z[ recovery-image] Dec 07 00:42:18.663 INFO O| Dec 07 00:42:18.663 INFO STEP 855 (remove_files) COMPLETE
69072024-12-07T00:42:19.037Z[ recovery-image] Dec 07 00:42:18.663 INFO O| Dec 07 00:42:18.663 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-07T00:42:19.060Z[ recovery-image] Dec 07 00:42:18.681 INFO O| Dec 07 00:42:18.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69092024-12-07T00:42:19.060Z[ recovery-image] Dec 07 00:42:18.681 INFO O| Dec 07 00:42:18.681 INFO STEP 856 (remove_files) COMPLETE
69102024-12-07T00:42:19.060Z[ recovery-image] Dec 07 00:42:18.681 INFO O| Dec 07 00:42:18.681 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-07T00:42:19.061Z[ recovery-image] Dec 07 00:42:18.697 INFO O| Dec 07 00:42:18.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69122024-12-07T00:42:19.061Z[ recovery-image] Dec 07 00:42:18.697 INFO O| Dec 07 00:42:18.697 INFO STEP 857 (remove_files) COMPLETE
69132024-12-07T00:42:19.061Z[ recovery-image] Dec 07 00:42:18.697 INFO O| Dec 07 00:42:18.697 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-07T00:42:19.084Z[ recovery-image] Dec 07 00:42:18.714 INFO O| Dec 07 00:42:18.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69152024-12-07T00:42:19.084Z[ recovery-image] Dec 07 00:42:18.714 INFO O| Dec 07 00:42:18.714 INFO STEP 858 (remove_files) COMPLETE
69162024-12-07T00:42:19.085Z[ recovery-image] Dec 07 00:42:18.714 INFO O| Dec 07 00:42:18.714 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-07T00:42:19.108Z[ recovery-image] Dec 07 00:42:18.729 INFO O| Dec 07 00:42:18.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69182024-12-07T00:42:19.108Z[ recovery-image] Dec 07 00:42:18.729 INFO O| Dec 07 00:42:18.729 INFO STEP 859 (remove_files) COMPLETE
69192024-12-07T00:42:19.108Z[ recovery-image] Dec 07 00:42:18.729 INFO O| Dec 07 00:42:18.729 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-07T00:42:19.108Z[ recovery-image] Dec 07 00:42:18.744 INFO O| Dec 07 00:42:18.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69212024-12-07T00:42:19.108Z[ recovery-image] Dec 07 00:42:18.744 INFO O| Dec 07 00:42:18.744 INFO STEP 860 (remove_files) COMPLETE
69222024-12-07T00:42:19.108Z[ recovery-image] Dec 07 00:42:18.744 INFO O| Dec 07 00:42:18.744 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-07T00:42:19.131Z[ recovery-image] Dec 07 00:42:18.759 INFO O| Dec 07 00:42:18.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69242024-12-07T00:42:19.131Z[ recovery-image] Dec 07 00:42:18.759 INFO O| Dec 07 00:42:18.759 INFO STEP 861 (remove_files) COMPLETE
69252024-12-07T00:42:19.131Z[ recovery-image] Dec 07 00:42:18.759 INFO O| Dec 07 00:42:18.759 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-07T00:42:19.131Z[ recovery-image] Dec 07 00:42:18.774 INFO O| Dec 07 00:42:18.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69272024-12-07T00:42:19.131Z[ recovery-image] Dec 07 00:42:18.774 INFO O| Dec 07 00:42:18.774 INFO STEP 862 (remove_files) COMPLETE
69282024-12-07T00:42:19.131Z[ recovery-image] Dec 07 00:42:18.774 INFO O| Dec 07 00:42:18.774 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-07T00:42:19.155Z[ recovery-image] Dec 07 00:42:18.789 INFO O| Dec 07 00:42:18.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69302024-12-07T00:42:19.155Z[ recovery-image] Dec 07 00:42:18.789 INFO O| Dec 07 00:42:18.789 INFO STEP 863 (remove_files) COMPLETE
69312024-12-07T00:42:19.156Z[ recovery-image] Dec 07 00:42:18.789 INFO O| Dec 07 00:42:18.789 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-07T00:42:19.179Z[ recovery-image] Dec 07 00:42:18.808 INFO O| Dec 07 00:42:18.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69332024-12-07T00:42:19.179Z[ recovery-image] Dec 07 00:42:18.808 INFO O| Dec 07 00:42:18.808 INFO STEP 864 (remove_files) COMPLETE
69342024-12-07T00:42:19.179Z[ recovery-image] Dec 07 00:42:18.808 INFO O| Dec 07 00:42:18.808 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-07T00:42:19.203Z[ recovery-image] Dec 07 00:42:18.825 INFO O| Dec 07 00:42:18.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69362024-12-07T00:42:19.203Z[ recovery-image] Dec 07 00:42:18.825 INFO O| Dec 07 00:42:18.825 INFO STEP 865 (remove_files) COMPLETE
69372024-12-07T00:42:19.203Z[ recovery-image] Dec 07 00:42:18.825 INFO O| Dec 07 00:42:18.825 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-07T00:42:19.203Z[ recovery-image] Dec 07 00:42:18.841 INFO O| Dec 07 00:42:18.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69392024-12-07T00:42:19.203Z[ recovery-image] Dec 07 00:42:18.841 INFO O| Dec 07 00:42:18.841 INFO STEP 866 (remove_files) COMPLETE
69402024-12-07T00:42:19.203Z[ recovery-image] Dec 07 00:42:18.841 INFO O| Dec 07 00:42:18.841 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-07T00:42:19.227Z[ recovery-image] Dec 07 00:42:18.857 INFO O| Dec 07 00:42:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69422024-12-07T00:42:19.227Z[ recovery-image] Dec 07 00:42:18.857 INFO O| Dec 07 00:42:18.857 INFO STEP 867 (remove_files) COMPLETE
69432024-12-07T00:42:19.227Z[ recovery-image] Dec 07 00:42:18.857 INFO O| Dec 07 00:42:18.857 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-07T00:42:19.251Z[ recovery-image] Dec 07 00:42:18.873 INFO O| Dec 07 00:42:18.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69452024-12-07T00:42:19.251Z[ recovery-image] Dec 07 00:42:18.873 INFO O| Dec 07 00:42:18.873 INFO STEP 868 (remove_files) COMPLETE
69462024-12-07T00:42:19.251Z[ recovery-image] Dec 07 00:42:18.873 INFO O| Dec 07 00:42:18.873 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-07T00:42:19.251Z[ recovery-image] Dec 07 00:42:18.892 INFO O| Dec 07 00:42:18.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69482024-12-07T00:42:19.251Z[ recovery-image] Dec 07 00:42:18.892 INFO O| Dec 07 00:42:18.892 INFO STEP 869 (remove_files) COMPLETE
69492024-12-07T00:42:19.251Z[ recovery-image] Dec 07 00:42:18.892 INFO O| Dec 07 00:42:18.892 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-07T00:42:19.275Z[ recovery-image] Dec 07 00:42:18.910 INFO O| Dec 07 00:42:18.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69512024-12-07T00:42:19.275Z[ recovery-image] Dec 07 00:42:18.910 INFO O| Dec 07 00:42:18.910 INFO STEP 870 (remove_files) COMPLETE
69522024-12-07T00:42:19.275Z[ recovery-image] Dec 07 00:42:18.910 INFO O| Dec 07 00:42:18.910 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-07T00:42:19.299Z[ recovery-image] Dec 07 00:42:18.927 INFO O| Dec 07 00:42:18.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69542024-12-07T00:42:19.299Z[ recovery-image] Dec 07 00:42:18.927 INFO O| Dec 07 00:42:18.927 INFO STEP 871 (remove_files) COMPLETE
69552024-12-07T00:42:19.299Z[ recovery-image] Dec 07 00:42:18.927 INFO O| Dec 07 00:42:18.927 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-07T00:42:19.322Z[ recovery-image] Dec 07 00:42:18.945 INFO O| Dec 07 00:42:18.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69572024-12-07T00:42:19.322Z[ recovery-image] Dec 07 00:42:18.945 INFO O| Dec 07 00:42:18.945 INFO STEP 872 (remove_files) COMPLETE
69582024-12-07T00:42:19.322Z[ recovery-image] Dec 07 00:42:18.945 INFO O| Dec 07 00:42:18.945 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-07T00:42:19.322Z[ host-image] Dec 07 00:42:18.951 INFO O| Dec 07 00:42:18.951 INFO O| Done
69602024-12-07T00:42:19.322Z[ host-image] Dec 07 00:42:18.952 INFO O| Dec 07 00:42:18.951 INFO O| Done
69612024-12-07T00:42:19.322Z[ recovery-image] Dec 07 00:42:18.962 INFO O| Dec 07 00:42:18.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69622024-12-07T00:42:19.322Z[ recovery-image] Dec 07 00:42:18.962 INFO O| Dec 07 00:42:18.962 INFO STEP 873 (remove_files) COMPLETE
69632024-12-07T00:42:19.323Z[ recovery-image] Dec 07 00:42:18.962 INFO O| Dec 07 00:42:18.962 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-07T00:42:19.346Z[ recovery-image] Dec 07 00:42:18.977 INFO O| Dec 07 00:42:18.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69652024-12-07T00:42:19.346Z[ recovery-image] Dec 07 00:42:18.977 INFO O| Dec 07 00:42:18.977 INFO STEP 874 (remove_files) COMPLETE
69662024-12-07T00:42:19.346Z[ recovery-image] Dec 07 00:42:18.977 INFO O| Dec 07 00:42:18.977 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-07T00:42:19.370Z[ recovery-image] Dec 07 00:42:18.992 INFO O| Dec 07 00:42:18.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69682024-12-07T00:42:19.370Z[ recovery-image] Dec 07 00:42:18.992 INFO O| Dec 07 00:42:18.992 INFO STEP 875 (remove_files) COMPLETE
69692024-12-07T00:42:19.370Z[ recovery-image] Dec 07 00:42:18.992 INFO O| Dec 07 00:42:18.992 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-07T00:42:19.370Z[ recovery-image] Dec 07 00:42:19.008 INFO O| Dec 07 00:42:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69712024-12-07T00:42:19.370Z[ recovery-image] Dec 07 00:42:19.008 INFO O| Dec 07 00:42:19.008 INFO STEP 876 (remove_files) COMPLETE
69722024-12-07T00:42:19.370Z[ recovery-image] Dec 07 00:42:19.008 INFO O| Dec 07 00:42:19.008 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-07T00:42:19.394Z[ recovery-image] Dec 07 00:42:19.025 INFO O| Dec 07 00:42:19.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69742024-12-07T00:42:19.394Z[ recovery-image] Dec 07 00:42:19.025 INFO O| Dec 07 00:42:19.025 INFO STEP 877 (remove_files) COMPLETE
69752024-12-07T00:42:19.394Z[ recovery-image] Dec 07 00:42:19.025 INFO O| Dec 07 00:42:19.025 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-07T00:42:19.417Z[ recovery-image] Dec 07 00:42:19.041 INFO O| Dec 07 00:42:19.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69772024-12-07T00:42:19.417Z[ recovery-image] Dec 07 00:42:19.041 INFO O| Dec 07 00:42:19.041 INFO STEP 878 (remove_files) COMPLETE
69782024-12-07T00:42:19.418Z[ recovery-image] Dec 07 00:42:19.041 INFO O| Dec 07 00:42:19.041 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-07T00:42:19.418Z[ recovery-image] Dec 07 00:42:19.059 INFO O| Dec 07 00:42:19.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69802024-12-07T00:42:19.418Z[ recovery-image] Dec 07 00:42:19.059 INFO O| Dec 07 00:42:19.059 INFO STEP 879 (remove_files) COMPLETE
69812024-12-07T00:42:19.418Z[ recovery-image] Dec 07 00:42:19.059 INFO O| Dec 07 00:42:19.059 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-07T00:42:19.442Z[ recovery-image] Dec 07 00:42:19.075 INFO O| Dec 07 00:42:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69832024-12-07T00:42:19.442Z[ recovery-image] Dec 07 00:42:19.075 INFO O| Dec 07 00:42:19.075 INFO STEP 880 (remove_files) COMPLETE
69842024-12-07T00:42:19.442Z[ recovery-image] Dec 07 00:42:19.076 INFO O| Dec 07 00:42:19.075 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-07T00:42:19.466Z[ recovery-image] Dec 07 00:42:19.091 INFO O| Dec 07 00:42:19.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69862024-12-07T00:42:19.466Z[ recovery-image] Dec 07 00:42:19.091 INFO O| Dec 07 00:42:19.091 INFO STEP 881 (remove_files) COMPLETE
69872024-12-07T00:42:19.466Z[ recovery-image] Dec 07 00:42:19.091 INFO O| Dec 07 00:42:19.091 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-07T00:42:19.466Z[ recovery-image] Dec 07 00:42:19.106 INFO O| Dec 07 00:42:19.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69892024-12-07T00:42:19.466Z[ recovery-image] Dec 07 00:42:19.106 INFO O| Dec 07 00:42:19.106 INFO STEP 882 (remove_files) COMPLETE
69902024-12-07T00:42:19.466Z[ recovery-image] Dec 07 00:42:19.106 INFO O| Dec 07 00:42:19.106 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-07T00:42:19.489Z[ recovery-image] Dec 07 00:42:19.119 INFO O| Dec 07 00:42:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69922024-12-07T00:42:19.489Z[ recovery-image] Dec 07 00:42:19.119 INFO O| Dec 07 00:42:19.119 INFO STEP 883 (remove_files) COMPLETE
69932024-12-07T00:42:19.489Z[ recovery-image] Dec 07 00:42:19.119 INFO O| Dec 07 00:42:19.119 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-07T00:42:19.513Z[ recovery-image] Dec 07 00:42:19.135 INFO O| Dec 07 00:42:19.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69952024-12-07T00:42:19.513Z[ recovery-image] Dec 07 00:42:19.135 INFO O| Dec 07 00:42:19.135 INFO STEP 884 (remove_files) COMPLETE
69962024-12-07T00:42:19.513Z[ recovery-image] Dec 07 00:42:19.135 INFO O| Dec 07 00:42:19.135 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-07T00:42:19.513Z[ recovery-image] Dec 07 00:42:19.153 INFO O| Dec 07 00:42:19.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69982024-12-07T00:42:19.513Z[ recovery-image] Dec 07 00:42:19.153 INFO O| Dec 07 00:42:19.153 INFO STEP 885 (remove_files) COMPLETE
69992024-12-07T00:42:19.513Z[ recovery-image] Dec 07 00:42:19.153 INFO O| Dec 07 00:42:19.153 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-07T00:42:19.536Z[ recovery-image] Dec 07 00:42:19.168 INFO O| Dec 07 00:42:19.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70012024-12-07T00:42:19.536Z[ recovery-image] Dec 07 00:42:19.168 INFO O| Dec 07 00:42:19.168 INFO STEP 886 (remove_files) COMPLETE
70022024-12-07T00:42:19.537Z[ recovery-image] Dec 07 00:42:19.168 INFO O| Dec 07 00:42:19.168 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-07T00:42:19.560Z[ recovery-image] Dec 07 00:42:19.185 INFO O| Dec 07 00:42:19.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70042024-12-07T00:42:19.560Z[ recovery-image] Dec 07 00:42:19.185 INFO O| Dec 07 00:42:19.185 INFO STEP 887 (remove_files) COMPLETE
70052024-12-07T00:42:19.560Z[ recovery-image] Dec 07 00:42:19.185 INFO O| Dec 07 00:42:19.185 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-07T00:42:19.560Z[ recovery-image] Dec 07 00:42:19.200 INFO O| Dec 07 00:42:19.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70072024-12-07T00:42:19.560Z[ recovery-image] Dec 07 00:42:19.201 INFO O| Dec 07 00:42:19.201 INFO STEP 888 (remove_files) COMPLETE
70082024-12-07T00:42:19.561Z[ recovery-image] Dec 07 00:42:19.201 INFO O| Dec 07 00:42:19.201 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-07T00:42:19.584Z[ recovery-image] Dec 07 00:42:19.217 INFO O| Dec 07 00:42:19.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70102024-12-07T00:42:19.584Z[ recovery-image] Dec 07 00:42:19.217 INFO O| Dec 07 00:42:19.217 INFO STEP 889 (remove_files) COMPLETE
70112024-12-07T00:42:19.584Z[ recovery-image] Dec 07 00:42:19.217 INFO O| Dec 07 00:42:19.217 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-07T00:42:19.607Z[ recovery-image] Dec 07 00:42:19.231 INFO O| Dec 07 00:42:19.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70132024-12-07T00:42:19.607Z[ recovery-image] Dec 07 00:42:19.231 INFO O| Dec 07 00:42:19.231 INFO STEP 890 (remove_files) COMPLETE
70142024-12-07T00:42:19.607Z[ recovery-image] Dec 07 00:42:19.231 INFO O| Dec 07 00:42:19.231 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-07T00:42:19.607Z[ recovery-image] Dec 07 00:42:19.244 INFO O| Dec 07 00:42:19.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70162024-12-07T00:42:19.607Z[ recovery-image] Dec 07 00:42:19.245 INFO O| Dec 07 00:42:19.245 INFO STEP 891 (remove_files) COMPLETE
70172024-12-07T00:42:19.607Z[ recovery-image] Dec 07 00:42:19.245 INFO O| Dec 07 00:42:19.245 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-07T00:42:19.631Z[ recovery-image] Dec 07 00:42:19.258 INFO O| Dec 07 00:42:19.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70192024-12-07T00:42:19.631Z[ recovery-image] Dec 07 00:42:19.258 INFO O| Dec 07 00:42:19.258 INFO STEP 892 (remove_files) COMPLETE
70202024-12-07T00:42:19.632Z[ recovery-image] Dec 07 00:42:19.258 INFO O| Dec 07 00:42:19.258 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-07T00:42:19.632Z[ recovery-image] Dec 07 00:42:19.272 INFO O| Dec 07 00:42:19.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70222024-12-07T00:42:19.632Z[ recovery-image] Dec 07 00:42:19.272 INFO O| Dec 07 00:42:19.272 INFO STEP 893 (remove_files) COMPLETE
70232024-12-07T00:42:19.632Z[ recovery-image] Dec 07 00:42:19.272 INFO O| Dec 07 00:42:19.272 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-07T00:42:19.655Z[ recovery-image] Dec 07 00:42:19.288 INFO O| Dec 07 00:42:19.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70252024-12-07T00:42:19.655Z[ recovery-image] Dec 07 00:42:19.288 INFO O| Dec 07 00:42:19.288 INFO STEP 894 (remove_files) COMPLETE
70262024-12-07T00:42:19.655Z[ recovery-image] Dec 07 00:42:19.288 INFO O| Dec 07 00:42:19.288 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-07T00:42:19.679Z[ recovery-image] Dec 07 00:42:19.305 INFO O| Dec 07 00:42:19.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70282024-12-07T00:42:19.679Z[ recovery-image] Dec 07 00:42:19.305 INFO O| Dec 07 00:42:19.305 INFO STEP 895 (remove_files) COMPLETE
70292024-12-07T00:42:19.679Z[ recovery-image] Dec 07 00:42:19.305 INFO O| Dec 07 00:42:19.305 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-07T00:42:19.679Z[ recovery-image] Dec 07 00:42:19.320 INFO O| Dec 07 00:42:19.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70312024-12-07T00:42:19.679Z[ recovery-image] Dec 07 00:42:19.320 INFO O| Dec 07 00:42:19.320 INFO STEP 896 (remove_files) COMPLETE
70322024-12-07T00:42:19.679Z[ recovery-image] Dec 07 00:42:19.320 INFO O| Dec 07 00:42:19.320 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-07T00:42:19.703Z[ recovery-image] Dec 07 00:42:19.338 INFO O| Dec 07 00:42:19.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70342024-12-07T00:42:19.703Z[ recovery-image] Dec 07 00:42:19.338 INFO O| Dec 07 00:42:19.338 INFO STEP 897 (remove_files) COMPLETE
70352024-12-07T00:42:19.703Z[ recovery-image] Dec 07 00:42:19.338 INFO O| Dec 07 00:42:19.338 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-07T00:42:19.726Z[ recovery-image] Dec 07 00:42:19.354 INFO O| Dec 07 00:42:19.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70372024-12-07T00:42:19.726Z[ recovery-image] Dec 07 00:42:19.354 INFO O| Dec 07 00:42:19.354 INFO STEP 898 (remove_files) COMPLETE
70382024-12-07T00:42:19.727Z[ recovery-image] Dec 07 00:42:19.354 INFO O| Dec 07 00:42:19.354 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-07T00:42:19.751Z[ recovery-image] Dec 07 00:42:19.370 INFO O| Dec 07 00:42:19.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70402024-12-07T00:42:19.751Z[ recovery-image] Dec 07 00:42:19.370 INFO O| Dec 07 00:42:19.370 INFO STEP 899 (remove_files) COMPLETE
70412024-12-07T00:42:19.751Z[ recovery-image] Dec 07 00:42:19.371 INFO O| Dec 07 00:42:19.370 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-07T00:42:19.751Z[ recovery-image] Dec 07 00:42:19.385 INFO O| Dec 07 00:42:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70432024-12-07T00:42:19.751Z[ recovery-image] Dec 07 00:42:19.385 INFO O| Dec 07 00:42:19.385 INFO STEP 900 (remove_files) COMPLETE
70442024-12-07T00:42:19.751Z[ recovery-image] Dec 07 00:42:19.385 INFO O| Dec 07 00:42:19.385 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-07T00:42:19.775Z[ recovery-image] Dec 07 00:42:19.405 INFO O| Dec 07 00:42:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70462024-12-07T00:42:19.775Z[ recovery-image] Dec 07 00:42:19.405 INFO O| Dec 07 00:42:19.405 INFO STEP 901 (remove_files) COMPLETE
70472024-12-07T00:42:19.775Z[ recovery-image] Dec 07 00:42:19.405 INFO O| Dec 07 00:42:19.405 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-07T00:42:19.799Z[ recovery-image] Dec 07 00:42:19.421 INFO O| Dec 07 00:42:19.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70492024-12-07T00:42:19.799Z[ recovery-image] Dec 07 00:42:19.422 INFO O| Dec 07 00:42:19.422 INFO STEP 902 (remove_files) COMPLETE
70502024-12-07T00:42:19.799Z[ recovery-image] Dec 07 00:42:19.422 INFO O| Dec 07 00:42:19.422 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-07T00:42:19.799Z[ recovery-image] Dec 07 00:42:19.438 INFO O| Dec 07 00:42:19.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70522024-12-07T00:42:19.799Z[ recovery-image] Dec 07 00:42:19.438 INFO O| Dec 07 00:42:19.438 INFO STEP 903 (remove_files) COMPLETE
70532024-12-07T00:42:19.799Z[ recovery-image] Dec 07 00:42:19.438 INFO O| Dec 07 00:42:19.438 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-07T00:42:19.829Z[ recovery-image] Dec 07 00:42:19.452 INFO O| Dec 07 00:42:19.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70552024-12-07T00:42:19.829Z[ recovery-image] Dec 07 00:42:19.452 INFO O| Dec 07 00:42:19.452 INFO STEP 904 (remove_files) COMPLETE
70562024-12-07T00:42:19.829Z[ recovery-image] Dec 07 00:42:19.452 INFO O| Dec 07 00:42:19.452 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-07T00:42:19.829Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 01s
70582024-12-07T00:42:19.829Z[ recovery-image] Dec 07 00:42:19.467 INFO O| Dec 07 00:42:19.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70592024-12-07T00:42:19.829Z[ recovery-image] Dec 07 00:42:19.467 INFO O| Dec 07 00:42:19.467 INFO STEP 905 (remove_files) COMPLETE
70602024-12-07T00:42:19.829Z[ recovery-image] Dec 07 00:42:19.467 INFO O| Dec 07 00:42:19.467 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-07T00:42:19.854Z[ recovery-image] Dec 07 00:42:19.482 INFO O| Dec 07 00:42:19.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70622024-12-07T00:42:19.854Z[ recovery-image] Dec 07 00:42:19.482 INFO O| Dec 07 00:42:19.482 INFO STEP 906 (remove_files) COMPLETE
70632024-12-07T00:42:19.854Z[ recovery-image] Dec 07 00:42:19.482 INFO O| Dec 07 00:42:19.482 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-07T00:42:19.878Z[ recovery-image] Dec 07 00:42:19.498 INFO O| Dec 07 00:42:19.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70652024-12-07T00:42:19.878Z[ recovery-image] Dec 07 00:42:19.498 INFO O| Dec 07 00:42:19.498 INFO STEP 907 (remove_files) COMPLETE
70662024-12-07T00:42:19.878Z[ recovery-image] Dec 07 00:42:19.498 INFO O| Dec 07 00:42:19.498 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-07T00:42:19.878Z[ recovery-image] Dec 07 00:42:19.514 INFO O| Dec 07 00:42:19.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70682024-12-07T00:42:19.878Z[ recovery-image] Dec 07 00:42:19.514 INFO O| Dec 07 00:42:19.514 INFO STEP 908 (remove_files) COMPLETE
70692024-12-07T00:42:19.878Z[ recovery-image] Dec 07 00:42:19.514 INFO O| Dec 07 00:42:19.514 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-07T00:42:19.901Z[ recovery-image] Dec 07 00:42:19.531 INFO O| Dec 07 00:42:19.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70712024-12-07T00:42:19.901Z[ recovery-image] Dec 07 00:42:19.531 INFO O| Dec 07 00:42:19.531 INFO STEP 909 (remove_files) COMPLETE
70722024-12-07T00:42:19.901Z[ recovery-image] Dec 07 00:42:19.531 INFO O| Dec 07 00:42:19.531 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-07T00:42:19.925Z[ recovery-image] Dec 07 00:42:19.546 INFO O| Dec 07 00:42:19.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70742024-12-07T00:42:19.925Z[ recovery-image] Dec 07 00:42:19.547 INFO O| Dec 07 00:42:19.546 INFO STEP 910 (remove_files) COMPLETE
70752024-12-07T00:42:19.925Z[ recovery-image] Dec 07 00:42:19.547 INFO O| Dec 07 00:42:19.547 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-07T00:42:19.925Z[ recovery-image] Dec 07 00:42:19.563 INFO O| Dec 07 00:42:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70772024-12-07T00:42:19.925Z[ recovery-image] Dec 07 00:42:19.563 INFO O| Dec 07 00:42:19.563 INFO STEP 911 (remove_files) COMPLETE
70782024-12-07T00:42:19.925Z[ recovery-image] Dec 07 00:42:19.563 INFO O| Dec 07 00:42:19.563 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-07T00:42:19.949Z[ recovery-image] Dec 07 00:42:19.579 INFO O| Dec 07 00:42:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70802024-12-07T00:42:19.949Z[ recovery-image] Dec 07 00:42:19.579 INFO O| Dec 07 00:42:19.579 INFO STEP 912 (remove_files) COMPLETE
70812024-12-07T00:42:19.949Z[ recovery-image] Dec 07 00:42:19.579 INFO O| Dec 07 00:42:19.579 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-07T00:42:19.949Z[ host-image] Dec 07 00:42:19.580 INFO O| Dec 07 00:42:19.580 INFO O| Done
70832024-12-07T00:42:19.972Z[ recovery-image] Dec 07 00:42:19.594 INFO O| Dec 07 00:42:19.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70842024-12-07T00:42:19.972Z[ recovery-image] Dec 07 00:42:19.594 INFO O| Dec 07 00:42:19.594 INFO STEP 913 (remove_files) COMPLETE
70852024-12-07T00:42:19.972Z[ recovery-image] Dec 07 00:42:19.594 INFO O| Dec 07 00:42:19.594 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-07T00:42:19.972Z[ recovery-image] Dec 07 00:42:19.612 INFO O| Dec 07 00:42:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70872024-12-07T00:42:19.972Z[ recovery-image] Dec 07 00:42:19.612 INFO O| Dec 07 00:42:19.612 INFO STEP 914 (remove_files) COMPLETE
70882024-12-07T00:42:19.973Z[ recovery-image] Dec 07 00:42:19.612 INFO O| Dec 07 00:42:19.612 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-07T00:42:19.996Z[ recovery-image] Dec 07 00:42:19.630 INFO O| Dec 07 00:42:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70902024-12-07T00:42:19.996Z[ recovery-image] Dec 07 00:42:19.630 INFO O| Dec 07 00:42:19.630 INFO STEP 915 (remove_files) COMPLETE
70912024-12-07T00:42:19.996Z[ recovery-image] Dec 07 00:42:19.630 INFO O| Dec 07 00:42:19.630 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-07T00:42:20.020Z[ recovery-image] Dec 07 00:42:19.645 INFO O| Dec 07 00:42:19.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70932024-12-07T00:42:20.020Z[ recovery-image] Dec 07 00:42:19.645 INFO O| Dec 07 00:42:19.645 INFO STEP 916 (remove_files) COMPLETE
70942024-12-07T00:42:20.020Z[ recovery-image] Dec 07 00:42:19.645 INFO O| Dec 07 00:42:19.645 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-07T00:42:20.020Z[ recovery-image] Dec 07 00:42:19.660 INFO O| Dec 07 00:42:19.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70962024-12-07T00:42:20.020Z[ recovery-image] Dec 07 00:42:19.660 INFO O| Dec 07 00:42:19.660 INFO STEP 917 (remove_files) COMPLETE
70972024-12-07T00:42:20.020Z[ recovery-image] Dec 07 00:42:19.660 INFO O| Dec 07 00:42:19.660 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-07T00:42:20.044Z[ recovery-image] Dec 07 00:42:19.674 INFO O| Dec 07 00:42:19.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70992024-12-07T00:42:20.044Z[ recovery-image] Dec 07 00:42:19.674 INFO O| Dec 07 00:42:19.674 INFO STEP 918 (remove_files) COMPLETE
71002024-12-07T00:42:20.044Z[ recovery-image] Dec 07 00:42:19.674 INFO O| Dec 07 00:42:19.674 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-07T00:42:20.067Z[ recovery-image] Dec 07 00:42:19.689 INFO O| Dec 07 00:42:19.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71022024-12-07T00:42:20.067Z[ recovery-image] Dec 07 00:42:19.689 INFO O| Dec 07 00:42:19.689 INFO STEP 919 (remove_files) COMPLETE
71032024-12-07T00:42:20.067Z[ recovery-image] Dec 07 00:42:19.689 INFO O| Dec 07 00:42:19.689 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-07T00:42:20.068Z[ recovery-image] Dec 07 00:42:19.704 INFO O| Dec 07 00:42:19.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71052024-12-07T00:42:20.068Z[ recovery-image] Dec 07 00:42:19.704 INFO O| Dec 07 00:42:19.704 INFO STEP 920 (remove_files) COMPLETE
71062024-12-07T00:42:20.068Z[ recovery-image] Dec 07 00:42:19.704 INFO O| Dec 07 00:42:19.704 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-07T00:42:20.091Z[ recovery-image] Dec 07 00:42:19.721 INFO O| Dec 07 00:42:19.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71082024-12-07T00:42:20.091Z[ recovery-image] Dec 07 00:42:19.721 INFO O| Dec 07 00:42:19.721 INFO STEP 921 (remove_files) COMPLETE
71092024-12-07T00:42:20.091Z[ recovery-image] Dec 07 00:42:19.721 INFO O| Dec 07 00:42:19.721 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-07T00:42:20.115Z[ recovery-image] Dec 07 00:42:19.739 INFO O| Dec 07 00:42:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71112024-12-07T00:42:20.115Z[ recovery-image] Dec 07 00:42:19.739 INFO O| Dec 07 00:42:19.739 INFO STEP 922 (remove_files) COMPLETE
71122024-12-07T00:42:20.115Z[ recovery-image] Dec 07 00:42:19.739 INFO O| Dec 07 00:42:19.739 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-07T00:42:20.115Z[ recovery-image] Dec 07 00:42:19.756 INFO O| Dec 07 00:42:19.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71142024-12-07T00:42:20.115Z[ recovery-image] Dec 07 00:42:19.757 INFO O| Dec 07 00:42:19.757 INFO STEP 923 (remove_files) COMPLETE
71152024-12-07T00:42:20.115Z[ recovery-image] Dec 07 00:42:19.757 INFO O| Dec 07 00:42:19.757 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-07T00:42:20.138ZDec 07 00:42:19.769 INFO [verify-libraries] process exited with exit status: 0 (304.982099824s)
71172024-12-07T00:42:20.139Z[ recovery-image] Dec 07 00:42:19.772 INFO O| Dec 07 00:42:19.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71182024-12-07T00:42:20.139Z[ recovery-image] Dec 07 00:42:19.772 INFO O| Dec 07 00:42:19.772 INFO STEP 924 (remove_files) COMPLETE
71192024-12-07T00:42:20.139Z[ recovery-image] Dec 07 00:42:19.772 INFO O| Dec 07 00:42:19.772 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-07T00:42:20.166Z[ recovery-image] Dec 07 00:42:19.788 INFO O| Dec 07 00:42:19.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71212024-12-07T00:42:20.166Z[ recovery-image] Dec 07 00:42:19.788 INFO O| Dec 07 00:42:19.788 INFO STEP 925 (remove_files) COMPLETE
71222024-12-07T00:42:20.166Z[ recovery-image] Dec 07 00:42:19.788 INFO O| Dec 07 00:42:19.788 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-07T00:42:20.166Z[ recovery-image] Dec 07 00:42:19.802 INFO O| Dec 07 00:42:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71242024-12-07T00:42:20.166Z[ recovery-image] Dec 07 00:42:19.802 INFO O| Dec 07 00:42:19.802 INFO STEP 926 (remove_files) COMPLETE
71252024-12-07T00:42:20.166Z[ recovery-image] Dec 07 00:42:19.802 INFO O| Dec 07 00:42:19.802 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-07T00:42:20.196Z[ recovery-image] Dec 07 00:42:19.815 INFO O| Dec 07 00:42:19.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71272024-12-07T00:42:20.196Z[ recovery-image] Dec 07 00:42:19.815 INFO O| Dec 07 00:42:19.815 INFO STEP 927 (remove_files) COMPLETE
71282024-12-07T00:42:20.197Z[ recovery-image] Dec 07 00:42:19.815 INFO O| Dec 07 00:42:19.815 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-07T00:42:20.197Z[ recovery-image] Dec 07 00:42:19.827 INFO O| Dec 07 00:42:19.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71302024-12-07T00:42:20.197Z[ recovery-image] Dec 07 00:42:19.828 INFO O| Dec 07 00:42:19.827 INFO STEP 928 (remove_files) COMPLETE
71312024-12-07T00:42:20.197Z[ recovery-image] Dec 07 00:42:19.828 INFO O| Dec 07 00:42:19.828 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.840 INFO O| Dec 07 00:42:19.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71332024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.840 INFO O| Dec 07 00:42:19.840 INFO STEP 929 (remove_files) COMPLETE
71342024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.840 INFO O| Dec 07 00:42:19.840 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.852 INFO O| Dec 07 00:42:19.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71362024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.852 INFO O| Dec 07 00:42:19.852 INFO STEP 930 (remove_files) COMPLETE
71372024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.852 INFO O| Dec 07 00:42:19.852 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.865 INFO O| Dec 07 00:42:19.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71392024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.865 INFO O| Dec 07 00:42:19.865 INFO STEP 931 (remove_files) COMPLETE
71402024-12-07T00:42:20.227Z[ recovery-image] Dec 07 00:42:19.865 INFO O| Dec 07 00:42:19.865 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-07T00:42:20.251Z[ recovery-image] Dec 07 00:42:19.882 INFO O| Dec 07 00:42:19.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71422024-12-07T00:42:20.251Z[ recovery-image] Dec 07 00:42:19.882 INFO O| Dec 07 00:42:19.882 INFO STEP 932 (remove_files) COMPLETE
71432024-12-07T00:42:20.252Z[ recovery-image] Dec 07 00:42:19.882 INFO O| Dec 07 00:42:19.882 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-12-07T00:42:20.276Z[ recovery-image] Dec 07 00:42:19.895 INFO O| Dec 07 00:42:19.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71452024-12-07T00:42:20.276Z[ recovery-image] Dec 07 00:42:19.895 INFO O| Dec 07 00:42:19.895 INFO STEP 933 (remove_files) COMPLETE
71462024-12-07T00:42:20.276Z[ recovery-image] Dec 07 00:42:19.895 INFO O| Dec 07 00:42:19.895 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-12-07T00:42:20.277Z[ recovery-image] Dec 07 00:42:19.908 INFO O| Dec 07 00:42:19.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71482024-12-07T00:42:20.277Z[ recovery-image] Dec 07 00:42:19.908 INFO O| Dec 07 00:42:19.908 INFO STEP 934 (remove_files) COMPLETE
71492024-12-07T00:42:20.277Z[ recovery-image] Dec 07 00:42:19.908 INFO O| Dec 07 00:42:19.908 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-12-07T00:42:20.301Z[ recovery-image] Dec 07 00:42:19.921 INFO O| Dec 07 00:42:19.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71512024-12-07T00:42:20.301Z[ recovery-image] Dec 07 00:42:19.921 INFO O| Dec 07 00:42:19.921 INFO STEP 935 (remove_files) COMPLETE
71522024-12-07T00:42:20.301Z[ recovery-image] Dec 07 00:42:19.921 INFO O| Dec 07 00:42:19.921 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-12-07T00:42:20.301Z[ recovery-image] Dec 07 00:42:19.933 INFO O| Dec 07 00:42:19.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71542024-12-07T00:42:20.301Z[ recovery-image] Dec 07 00:42:19.934 INFO O| Dec 07 00:42:19.934 INFO STEP 936 (remove_files) COMPLETE
71552024-12-07T00:42:20.301Z[ recovery-image] Dec 07 00:42:19.934 INFO O| Dec 07 00:42:19.934 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-12-07T00:42:20.325Z[ recovery-image] Dec 07 00:42:19.950 INFO O| Dec 07 00:42:19.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71572024-12-07T00:42:20.325Z[ recovery-image] Dec 07 00:42:19.950 INFO O| Dec 07 00:42:19.950 INFO STEP 937 (remove_files) COMPLETE
71582024-12-07T00:42:20.326Z[ recovery-image] Dec 07 00:42:19.950 INFO O| Dec 07 00:42:19.950 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-12-07T00:42:20.326Z[ recovery-image] Dec 07 00:42:19.965 INFO O| Dec 07 00:42:19.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71602024-12-07T00:42:20.326Z[ recovery-image] Dec 07 00:42:19.965 INFO O| Dec 07 00:42:19.965 INFO STEP 938 (remove_files) COMPLETE
71612024-12-07T00:42:20.326Z[ recovery-image] Dec 07 00:42:19.965 INFO O| Dec 07 00:42:19.965 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-12-07T00:42:20.349Z[ recovery-image] Dec 07 00:42:19.980 INFO O| Dec 07 00:42:19.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71632024-12-07T00:42:20.349Z[ recovery-image] Dec 07 00:42:19.980 INFO O| Dec 07 00:42:19.980 INFO STEP 939 (remove_files) COMPLETE
71642024-12-07T00:42:20.349Z[ recovery-image] Dec 07 00:42:19.980 INFO O| Dec 07 00:42:19.980 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-12-07T00:42:20.374Z[ recovery-image] Dec 07 00:42:19.995 INFO O| Dec 07 00:42:19.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71662024-12-07T00:42:20.374Z[ recovery-image] Dec 07 00:42:19.995 INFO O| Dec 07 00:42:19.995 INFO STEP 940 (remove_files) COMPLETE
71672024-12-07T00:42:20.374Z[ recovery-image] Dec 07 00:42:19.995 INFO O| Dec 07 00:42:19.995 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-07T00:42:20.374Z[ recovery-image] Dec 07 00:42:20.012 INFO O| Dec 07 00:42:20.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71692024-12-07T00:42:20.374Z[ recovery-image] Dec 07 00:42:20.012 INFO O| Dec 07 00:42:20.012 INFO STEP 941 (remove_files) COMPLETE
71702024-12-07T00:42:20.374Z[ recovery-image] Dec 07 00:42:20.012 INFO O| Dec 07 00:42:20.012 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-07T00:42:20.397Z[ recovery-image] Dec 07 00:42:20.026 INFO O| Dec 07 00:42:20.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71722024-12-07T00:42:20.397Z[ recovery-image] Dec 07 00:42:20.026 INFO O| Dec 07 00:42:20.026 INFO STEP 942 (remove_files) COMPLETE
71732024-12-07T00:42:20.397Z[ recovery-image] Dec 07 00:42:20.026 INFO O| Dec 07 00:42:20.026 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-07T00:42:20.397Z[ recovery-image] Dec 07 00:42:20.039 INFO O| Dec 07 00:42:20.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71752024-12-07T00:42:20.398Z[ recovery-image] Dec 07 00:42:20.039 INFO O| Dec 07 00:42:20.039 INFO STEP 943 (remove_files) COMPLETE
71762024-12-07T00:42:20.398Z[ recovery-image] Dec 07 00:42:20.039 INFO O| Dec 07 00:42:20.039 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-07T00:42:20.421Z[ recovery-image] Dec 07 00:42:20.051 INFO O| Dec 07 00:42:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71782024-12-07T00:42:20.421Z[ recovery-image] Dec 07 00:42:20.051 INFO O| Dec 07 00:42:20.051 INFO STEP 944 (remove_files) COMPLETE
71792024-12-07T00:42:20.421Z[ recovery-image] Dec 07 00:42:20.051 INFO O| Dec 07 00:42:20.051 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-07T00:42:20.445Z[ recovery-image] Dec 07 00:42:20.065 INFO O| Dec 07 00:42:20.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71812024-12-07T00:42:20.445Z[ recovery-image] Dec 07 00:42:20.065 INFO O| Dec 07 00:42:20.065 INFO STEP 945 (remove_files) COMPLETE
71822024-12-07T00:42:20.445Z[ recovery-image] Dec 07 00:42:20.065 INFO O| Dec 07 00:42:20.065 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-07T00:42:20.445Z[ recovery-image] Dec 07 00:42:20.078 INFO O| Dec 07 00:42:20.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71842024-12-07T00:42:20.445Z[ recovery-image] Dec 07 00:42:20.078 INFO O| Dec 07 00:42:20.078 INFO STEP 946 (remove_files) COMPLETE
71852024-12-07T00:42:20.445Z[ recovery-image] Dec 07 00:42:20.078 INFO O| Dec 07 00:42:20.078 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-07T00:42:20.468Z[ recovery-image] Dec 07 00:42:20.091 INFO O| Dec 07 00:42:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71872024-12-07T00:42:20.468Z[ recovery-image] Dec 07 00:42:20.091 INFO O| Dec 07 00:42:20.091 INFO STEP 947 (remove_files) COMPLETE
71882024-12-07T00:42:20.468Z[ recovery-image] Dec 07 00:42:20.091 INFO O| Dec 07 00:42:20.091 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-07T00:42:20.468Z[ recovery-image] Dec 07 00:42:20.103 INFO O| Dec 07 00:42:20.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71902024-12-07T00:42:20.468Z[ recovery-image] Dec 07 00:42:20.104 INFO O| Dec 07 00:42:20.104 INFO STEP 948 (remove_files) COMPLETE
71912024-12-07T00:42:20.469Z[ recovery-image] Dec 07 00:42:20.104 INFO O| Dec 07 00:42:20.104 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-07T00:42:20.492Z[ recovery-image] Dec 07 00:42:20.117 INFO O| Dec 07 00:42:20.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71932024-12-07T00:42:20.492Z[ recovery-image] Dec 07 00:42:20.117 INFO O| Dec 07 00:42:20.117 INFO STEP 949 (remove_files) COMPLETE
71942024-12-07T00:42:20.492Z[ recovery-image] Dec 07 00:42:20.117 INFO O| Dec 07 00:42:20.117 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-07T00:42:20.492Z[ recovery-image] Dec 07 00:42:20.130 INFO O| Dec 07 00:42:20.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71962024-12-07T00:42:20.492Z[ recovery-image] Dec 07 00:42:20.131 INFO O| Dec 07 00:42:20.131 INFO STEP 950 (remove_files) COMPLETE
71972024-12-07T00:42:20.492Z[ recovery-image] Dec 07 00:42:20.131 INFO O| Dec 07 00:42:20.131 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-07T00:42:20.516Z[ recovery-image] Dec 07 00:42:20.144 INFO O| Dec 07 00:42:20.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71992024-12-07T00:42:20.516Z[ recovery-image] Dec 07 00:42:20.144 INFO O| Dec 07 00:42:20.144 INFO STEP 951 (remove_files) COMPLETE
72002024-12-07T00:42:20.516Z[ recovery-image] Dec 07 00:42:20.144 INFO O| Dec 07 00:42:20.144 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-07T00:42:20.539Z[ recovery-image] Dec 07 00:42:20.159 INFO O| Dec 07 00:42:20.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72022024-12-07T00:42:20.539Z[ recovery-image] Dec 07 00:42:20.159 INFO O| Dec 07 00:42:20.159 INFO STEP 952 (remove_files) COMPLETE
72032024-12-07T00:42:20.540Z[ recovery-image] Dec 07 00:42:20.159 INFO O| Dec 07 00:42:20.159 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-07T00:42:20.540Z[ recovery-image] Dec 07 00:42:20.176 INFO O| Dec 07 00:42:20.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72052024-12-07T00:42:20.540Z[ recovery-image] Dec 07 00:42:20.176 INFO O| Dec 07 00:42:20.176 INFO STEP 953 (remove_files) COMPLETE
72062024-12-07T00:42:20.540Z[ recovery-image] Dec 07 00:42:20.176 INFO O| Dec 07 00:42:20.176 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-07T00:42:20.563Z[ recovery-image] Dec 07 00:42:20.190 INFO O| Dec 07 00:42:20.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72082024-12-07T00:42:20.563Z[ recovery-image] Dec 07 00:42:20.190 INFO O| Dec 07 00:42:20.190 INFO STEP 954 (remove_files) COMPLETE
72092024-12-07T00:42:20.563Z[ recovery-image] Dec 07 00:42:20.190 INFO O| Dec 07 00:42:20.190 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-07T00:42:20.563Z[ recovery-image] Dec 07 00:42:20.204 INFO O| Dec 07 00:42:20.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72112024-12-07T00:42:20.563Z[ recovery-image] Dec 07 00:42:20.204 INFO O| Dec 07 00:42:20.204 INFO STEP 955 (remove_files) COMPLETE
72122024-12-07T00:42:20.563Z[ recovery-image] Dec 07 00:42:20.204 INFO O| Dec 07 00:42:20.204 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-07T00:42:20.587Z[ recovery-image] Dec 07 00:42:20.217 INFO O| Dec 07 00:42:20.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72142024-12-07T00:42:20.587Z[ recovery-image] Dec 07 00:42:20.217 INFO O| Dec 07 00:42:20.217 INFO STEP 956 (remove_files) COMPLETE
72152024-12-07T00:42:20.587Z[ recovery-image] Dec 07 00:42:20.217 INFO O| Dec 07 00:42:20.217 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-07T00:42:20.611Z[ recovery-image] Dec 07 00:42:20.230 INFO O| Dec 07 00:42:20.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72172024-12-07T00:42:20.611Z[ recovery-image] Dec 07 00:42:20.230 INFO O| Dec 07 00:42:20.230 INFO STEP 957 (remove_files) COMPLETE
72182024-12-07T00:42:20.611Z[ recovery-image] Dec 07 00:42:20.230 INFO O| Dec 07 00:42:20.230 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-07T00:42:20.611Z[ recovery-image] Dec 07 00:42:20.242 INFO O| Dec 07 00:42:20.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72202024-12-07T00:42:20.611Z[ recovery-image] Dec 07 00:42:20.243 INFO O| Dec 07 00:42:20.242 INFO STEP 958 (remove_files) COMPLETE
72212024-12-07T00:42:20.612Z[ recovery-image] Dec 07 00:42:20.243 INFO O| Dec 07 00:42:20.243 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-07T00:42:20.636Z[ recovery-image] Dec 07 00:42:20.255 INFO O| Dec 07 00:42:20.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72232024-12-07T00:42:20.636Z[ recovery-image] Dec 07 00:42:20.256 INFO O| Dec 07 00:42:20.255 INFO STEP 959 (remove_files) COMPLETE
72242024-12-07T00:42:20.636Z[ recovery-image] Dec 07 00:42:20.256 INFO O| Dec 07 00:42:20.256 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-07T00:42:20.636Z[ recovery-image] Dec 07 00:42:20.269 INFO O| Dec 07 00:42:20.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72262024-12-07T00:42:20.636Z[ recovery-image] Dec 07 00:42:20.269 INFO O| Dec 07 00:42:20.269 INFO STEP 960 (remove_files) COMPLETE
72272024-12-07T00:42:20.636Z[ recovery-image] Dec 07 00:42:20.269 INFO O| Dec 07 00:42:20.269 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-07T00:42:20.659Z[ recovery-image] Dec 07 00:42:20.285 INFO O| Dec 07 00:42:20.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72292024-12-07T00:42:20.659Z[ recovery-image] Dec 07 00:42:20.285 INFO O| Dec 07 00:42:20.285 INFO STEP 961 (remove_files) COMPLETE
72302024-12-07T00:42:20.659Z[ recovery-image] Dec 07 00:42:20.285 INFO O| Dec 07 00:42:20.285 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-07T00:42:20.661Z[ recovery-image] Dec 07 00:42:20.299 INFO O| Dec 07 00:42:20.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72322024-12-07T00:42:20.661Z[ recovery-image] Dec 07 00:42:20.299 INFO O| Dec 07 00:42:20.299 INFO STEP 962 (remove_files) COMPLETE
72332024-12-07T00:42:20.661Z[ recovery-image] Dec 07 00:42:20.299 INFO O| Dec 07 00:42:20.299 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-07T00:42:20.685Z[ recovery-image] Dec 07 00:42:20.312 INFO O| Dec 07 00:42:20.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72352024-12-07T00:42:20.685Z[ recovery-image] Dec 07 00:42:20.312 INFO O| Dec 07 00:42:20.312 INFO STEP 963 (remove_files) COMPLETE
72362024-12-07T00:42:20.685Z[ recovery-image] Dec 07 00:42:20.313 INFO O| Dec 07 00:42:20.312 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-07T00:42:20.685Z[ recovery-image] Dec 07 00:42:20.325 INFO O| Dec 07 00:42:20.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72382024-12-07T00:42:20.685Z[ recovery-image] Dec 07 00:42:20.325 INFO O| Dec 07 00:42:20.325 INFO STEP 964 (remove_files) COMPLETE
72392024-12-07T00:42:20.685Z[ recovery-image] Dec 07 00:42:20.325 INFO O| Dec 07 00:42:20.325 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-07T00:42:20.708Z[ recovery-image] Dec 07 00:42:20.338 INFO O| Dec 07 00:42:20.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72412024-12-07T00:42:20.708Z[ recovery-image] Dec 07 00:42:20.338 INFO O| Dec 07 00:42:20.338 INFO STEP 965 (remove_files) COMPLETE
72422024-12-07T00:42:20.708Z[ recovery-image] Dec 07 00:42:20.338 INFO O| Dec 07 00:42:20.338 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-07T00:42:20.732Z[ recovery-image] Dec 07 00:42:20.353 INFO O| Dec 07 00:42:20.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72442024-12-07T00:42:20.732Z[ recovery-image] Dec 07 00:42:20.353 INFO O| Dec 07 00:42:20.353 INFO STEP 966 (remove_files) COMPLETE
72452024-12-07T00:42:20.732Z[ recovery-image] Dec 07 00:42:20.353 INFO O| Dec 07 00:42:20.353 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-07T00:42:20.732Z[ recovery-image] Dec 07 00:42:20.367 INFO O| Dec 07 00:42:20.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72472024-12-07T00:42:20.732Z[ recovery-image] Dec 07 00:42:20.367 INFO O| Dec 07 00:42:20.367 INFO STEP 967 (remove_files) COMPLETE
72482024-12-07T00:42:20.732Z[ recovery-image] Dec 07 00:42:20.367 INFO O| Dec 07 00:42:20.367 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-07T00:42:20.756Z[ recovery-image] Dec 07 00:42:20.384 INFO O| Dec 07 00:42:20.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72502024-12-07T00:42:20.756Z[ recovery-image] Dec 07 00:42:20.384 INFO O| Dec 07 00:42:20.384 INFO STEP 968 (remove_files) COMPLETE
72512024-12-07T00:42:20.756Z[ recovery-image] Dec 07 00:42:20.384 INFO O| Dec 07 00:42:20.384 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-07T00:42:20.756Z[ recovery-image] Dec 07 00:42:20.397 INFO O| Dec 07 00:42:20.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72532024-12-07T00:42:20.756Z[ recovery-image] Dec 07 00:42:20.397 INFO O| Dec 07 00:42:20.397 INFO STEP 969 (remove_files) COMPLETE
72542024-12-07T00:42:20.756Z[ recovery-image] Dec 07 00:42:20.397 INFO O| Dec 07 00:42:20.397 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-07T00:42:20.780Z[ recovery-image] Dec 07 00:42:20.410 INFO O| Dec 07 00:42:20.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72562024-12-07T00:42:20.780Z[ recovery-image] Dec 07 00:42:20.410 INFO O| Dec 07 00:42:20.410 INFO STEP 970 (remove_files) COMPLETE
72572024-12-07T00:42:20.780Z[ recovery-image] Dec 07 00:42:20.410 INFO O| Dec 07 00:42:20.410 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-07T00:42:20.780Z[ recovery-image] Dec 07 00:42:20.423 INFO O| Dec 07 00:42:20.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72592024-12-07T00:42:20.780Z[ recovery-image] Dec 07 00:42:20.423 INFO O| Dec 07 00:42:20.423 INFO STEP 971 (remove_files) COMPLETE
72602024-12-07T00:42:20.781Z[ recovery-image] Dec 07 00:42:20.423 INFO O| Dec 07 00:42:20.423 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-07T00:42:20.805Z[ recovery-image] Dec 07 00:42:20.438 INFO O| Dec 07 00:42:20.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72622024-12-07T00:42:20.805Z[ recovery-image] Dec 07 00:42:20.438 INFO O| Dec 07 00:42:20.438 INFO STEP 972 (remove_files) COMPLETE
72632024-12-07T00:42:20.805Z[ recovery-image] Dec 07 00:42:20.438 INFO O| Dec 07 00:42:20.438 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-07T00:42:20.831Z[ recovery-image] Dec 07 00:42:20.454 INFO O| Dec 07 00:42:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72652024-12-07T00:42:20.831Z[ recovery-image] Dec 07 00:42:20.454 INFO O| Dec 07 00:42:20.454 INFO STEP 973 (remove_files) COMPLETE
72662024-12-07T00:42:20.831Z[ recovery-image] Dec 07 00:42:20.454 INFO O| Dec 07 00:42:20.454 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-07T00:42:20.831Z[ recovery-image] Dec 07 00:42:20.467 INFO O| Dec 07 00:42:20.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72682024-12-07T00:42:20.831Z[ recovery-image] Dec 07 00:42:20.467 INFO O| Dec 07 00:42:20.467 INFO STEP 974 (remove_files) COMPLETE
72692024-12-07T00:42:20.831Z[ recovery-image] Dec 07 00:42:20.467 INFO O| Dec 07 00:42:20.467 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-07T00:42:20.855Z[ recovery-image] Dec 07 00:42:20.480 INFO O| Dec 07 00:42:20.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72712024-12-07T00:42:20.855Z[ recovery-image] Dec 07 00:42:20.480 INFO O| Dec 07 00:42:20.480 INFO STEP 975 (remove_files) COMPLETE
72722024-12-07T00:42:20.855Z[ recovery-image] Dec 07 00:42:20.480 INFO O| Dec 07 00:42:20.480 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-07T00:42:20.855Z[ recovery-image] Dec 07 00:42:20.492 INFO O| Dec 07 00:42:20.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72742024-12-07T00:42:20.855Z[ recovery-image] Dec 07 00:42:20.492 INFO O| Dec 07 00:42:20.492 INFO STEP 976 (remove_files) COMPLETE
72752024-12-07T00:42:20.855Z[ recovery-image] Dec 07 00:42:20.492 INFO O| Dec 07 00:42:20.492 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-07T00:42:20.878Z[ recovery-image] Dec 07 00:42:20.505 INFO O| Dec 07 00:42:20.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72772024-12-07T00:42:20.878Z[ recovery-image] Dec 07 00:42:20.505 INFO O| Dec 07 00:42:20.505 INFO STEP 977 (remove_files) COMPLETE
72782024-12-07T00:42:20.878Z[ recovery-image] Dec 07 00:42:20.505 INFO O| Dec 07 00:42:20.505 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-07T00:42:20.878Z[ recovery-image] Dec 07 00:42:20.517 INFO O| Dec 07 00:42:20.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72802024-12-07T00:42:20.878Z[ recovery-image] Dec 07 00:42:20.518 INFO O| Dec 07 00:42:20.517 INFO STEP 978 (remove_files) COMPLETE
72812024-12-07T00:42:20.878Z[ recovery-image] Dec 07 00:42:20.518 INFO O| Dec 07 00:42:20.517 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-07T00:42:20.902Z[ recovery-image] Dec 07 00:42:20.533 INFO O| Dec 07 00:42:20.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72832024-12-07T00:42:20.902Z[ recovery-image] Dec 07 00:42:20.534 INFO O| Dec 07 00:42:20.533 INFO STEP 979 (remove_files) COMPLETE
72842024-12-07T00:42:20.902Z[ recovery-image] Dec 07 00:42:20.534 INFO O| Dec 07 00:42:20.533 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-07T00:42:20.926Z[ recovery-image] Dec 07 00:42:20.547 INFO O| Dec 07 00:42:20.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72862024-12-07T00:42:20.926Z[ recovery-image] Dec 07 00:42:20.548 INFO O| Dec 07 00:42:20.548 INFO STEP 980 (remove_files) COMPLETE
72872024-12-07T00:42:20.926Z[ recovery-image] Dec 07 00:42:20.548 INFO O| Dec 07 00:42:20.548 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-07T00:42:20.926Z[ recovery-image] Dec 07 00:42:20.561 INFO O| Dec 07 00:42:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72892024-12-07T00:42:20.926Z[ recovery-image] Dec 07 00:42:20.561 INFO O| Dec 07 00:42:20.561 INFO STEP 981 (remove_files) COMPLETE
72902024-12-07T00:42:20.926Z[ recovery-image] Dec 07 00:42:20.561 INFO O| Dec 07 00:42:20.561 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-07T00:42:20.950Z[ recovery-image] Dec 07 00:42:20.574 INFO O| Dec 07 00:42:20.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72922024-12-07T00:42:20.950Z[ recovery-image] Dec 07 00:42:20.574 INFO O| Dec 07 00:42:20.574 INFO STEP 982 (remove_files) COMPLETE
72932024-12-07T00:42:20.950Z[ recovery-image] Dec 07 00:42:20.575 INFO O| Dec 07 00:42:20.574 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-07T00:42:20.950Z[ recovery-image] Dec 07 00:42:20.587 INFO O| Dec 07 00:42:20.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72952024-12-07T00:42:20.950Z[ recovery-image] Dec 07 00:42:20.587 INFO O| Dec 07 00:42:20.587 INFO STEP 983 (remove_files) COMPLETE
72962024-12-07T00:42:20.950Z[ recovery-image] Dec 07 00:42:20.587 INFO O| Dec 07 00:42:20.587 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-07T00:42:20.973Z[ recovery-image] Dec 07 00:42:20.602 INFO O| Dec 07 00:42:20.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72982024-12-07T00:42:20.973Z[ recovery-image] Dec 07 00:42:20.602 INFO O| Dec 07 00:42:20.602 INFO STEP 984 (remove_files) COMPLETE
72992024-12-07T00:42:20.973Z[ recovery-image] Dec 07 00:42:20.602 INFO O| Dec 07 00:42:20.602 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-07T00:42:20.973Z[ recovery-image] Dec 07 00:42:20.615 INFO O| Dec 07 00:42:20.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73012024-12-07T00:42:20.973Z[ recovery-image] Dec 07 00:42:20.615 INFO O| Dec 07 00:42:20.615 INFO STEP 985 (remove_files) COMPLETE
73022024-12-07T00:42:20.973Z[ recovery-image] Dec 07 00:42:20.615 INFO O| Dec 07 00:42:20.615 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-07T00:42:20.998Z[ recovery-image] Dec 07 00:42:20.628 INFO O| Dec 07 00:42:20.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73042024-12-07T00:42:20.998Z[ recovery-image] Dec 07 00:42:20.628 INFO O| Dec 07 00:42:20.628 INFO STEP 986 (remove_files) COMPLETE
73052024-12-07T00:42:20.998Z[ recovery-image] Dec 07 00:42:20.628 INFO O| Dec 07 00:42:20.628 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-07T00:42:21.022Z[ recovery-image] Dec 07 00:42:20.642 INFO O| Dec 07 00:42:20.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73072024-12-07T00:42:21.022Z[ recovery-image] Dec 07 00:42:20.642 INFO O| Dec 07 00:42:20.642 INFO STEP 987 (remove_files) COMPLETE
73082024-12-07T00:42:21.022Z[ recovery-image] Dec 07 00:42:20.642 INFO O| Dec 07 00:42:20.642 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-07T00:42:21.023Z[ recovery-image] Dec 07 00:42:20.656 INFO O| Dec 07 00:42:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73102024-12-07T00:42:21.023Z[ recovery-image] Dec 07 00:42:20.656 INFO O| Dec 07 00:42:20.656 INFO STEP 988 (remove_files) COMPLETE
73112024-12-07T00:42:21.023Z[ recovery-image] Dec 07 00:42:20.656 INFO O| Dec 07 00:42:20.656 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-07T00:42:21.046Z[ recovery-image] Dec 07 00:42:20.669 INFO O| Dec 07 00:42:20.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73132024-12-07T00:42:21.046Z[ recovery-image] Dec 07 00:42:20.669 INFO O| Dec 07 00:42:20.669 INFO STEP 989 (remove_files) COMPLETE
73142024-12-07T00:42:21.046Z[ recovery-image] Dec 07 00:42:20.670 INFO O| Dec 07 00:42:20.669 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-07T00:42:21.046Z[ recovery-image] Dec 07 00:42:20.682 INFO O| Dec 07 00:42:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73162024-12-07T00:42:21.046Z[ recovery-image] Dec 07 00:42:20.682 INFO O| Dec 07 00:42:20.682 INFO STEP 990 (remove_files) COMPLETE
73172024-12-07T00:42:21.046Z[ recovery-image] Dec 07 00:42:20.682 INFO O| Dec 07 00:42:20.682 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-07T00:42:21.070Z[ recovery-image] Dec 07 00:42:20.696 INFO O| Dec 07 00:42:20.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73192024-12-07T00:42:21.070Z[ recovery-image] Dec 07 00:42:20.696 INFO O| Dec 07 00:42:20.696 INFO STEP 991 (remove_files) COMPLETE
73202024-12-07T00:42:21.070Z[ recovery-image] Dec 07 00:42:20.696 INFO O| Dec 07 00:42:20.696 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-07T00:42:21.070Z[ recovery-image] Dec 07 00:42:20.709 INFO O| Dec 07 00:42:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73222024-12-07T00:42:21.070Z[ recovery-image] Dec 07 00:42:20.709 INFO O| Dec 07 00:42:20.709 INFO STEP 992 (remove_files) COMPLETE
73232024-12-07T00:42:21.070Z[ recovery-image] Dec 07 00:42:20.709 INFO O| Dec 07 00:42:20.709 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-07T00:42:21.094Z[ recovery-image] Dec 07 00:42:20.721 INFO O| Dec 07 00:42:20.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73252024-12-07T00:42:21.094Z[ recovery-image] Dec 07 00:42:20.721 INFO O| Dec 07 00:42:20.721 INFO STEP 993 (remove_files) COMPLETE
73262024-12-07T00:42:21.094Z[ recovery-image] Dec 07 00:42:20.721 INFO O| Dec 07 00:42:20.721 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-07T00:42:21.094Z[ recovery-image] Dec 07 00:42:20.734 INFO O| Dec 07 00:42:20.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73282024-12-07T00:42:21.094Z[ recovery-image] Dec 07 00:42:20.735 INFO O| Dec 07 00:42:20.735 INFO STEP 994 (remove_files) COMPLETE
73292024-12-07T00:42:21.094Z[ recovery-image] Dec 07 00:42:20.735 INFO O| Dec 07 00:42:20.735 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-07T00:42:21.118Z[ recovery-image] Dec 07 00:42:20.747 INFO O| Dec 07 00:42:20.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73312024-12-07T00:42:21.118Z[ recovery-image] Dec 07 00:42:20.747 INFO O| Dec 07 00:42:20.747 INFO STEP 995 (remove_files) COMPLETE
73322024-12-07T00:42:21.118Z[ recovery-image] Dec 07 00:42:20.747 INFO O| Dec 07 00:42:20.747 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-07T00:42:21.118Z[ recovery-image] Dec 07 00:42:20.760 INFO O| Dec 07 00:42:20.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73342024-12-07T00:42:21.118Z[ recovery-image] Dec 07 00:42:20.760 INFO O| Dec 07 00:42:20.760 INFO STEP 996 (remove_files) COMPLETE
73352024-12-07T00:42:21.118Z[ recovery-image] Dec 07 00:42:20.760 INFO O| Dec 07 00:42:20.760 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-07T00:42:21.141Z[ recovery-image] Dec 07 00:42:20.773 INFO O| Dec 07 00:42:20.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73372024-12-07T00:42:21.141Z[ recovery-image] Dec 07 00:42:20.773 INFO O| Dec 07 00:42:20.773 INFO STEP 997 (remove_files) COMPLETE
73382024-12-07T00:42:21.141Z[ recovery-image] Dec 07 00:42:20.773 INFO O| Dec 07 00:42:20.773 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-07T00:42:21.165Z[ recovery-image] Dec 07 00:42:20.789 INFO O| Dec 07 00:42:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73402024-12-07T00:42:21.165Z[ recovery-image] Dec 07 00:42:20.790 INFO O| Dec 07 00:42:20.789 INFO STEP 998 (remove_files) COMPLETE
73412024-12-07T00:42:21.165Z[ recovery-image] Dec 07 00:42:20.790 INFO O| Dec 07 00:42:20.789 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-07T00:42:21.165Z[ recovery-image] Dec 07 00:42:20.806 INFO O| Dec 07 00:42:20.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73432024-12-07T00:42:21.165Z[ recovery-image] Dec 07 00:42:20.806 INFO O| Dec 07 00:42:20.806 INFO STEP 999 (remove_files) COMPLETE
73442024-12-07T00:42:21.165Z[ recovery-image] Dec 07 00:42:20.806 INFO O| Dec 07 00:42:20.806 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-07T00:42:21.189Z[ recovery-image] Dec 07 00:42:20.819 INFO O| Dec 07 00:42:20.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73462024-12-07T00:42:21.189Z[ recovery-image] Dec 07 00:42:20.819 INFO O| Dec 07 00:42:20.819 INFO STEP 1000 (remove_files) COMPLETE
73472024-12-07T00:42:21.189Z[ recovery-image] Dec 07 00:42:20.819 INFO O| Dec 07 00:42:20.819 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-07T00:42:21.212Z[ recovery-image] Dec 07 00:42:20.832 INFO O| Dec 07 00:42:20.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73492024-12-07T00:42:21.212Z[ recovery-image] Dec 07 00:42:20.832 INFO O| Dec 07 00:42:20.832 INFO STEP 1001 (remove_files) COMPLETE
73502024-12-07T00:42:21.212Z[ recovery-image] Dec 07 00:42:20.833 INFO O| Dec 07 00:42:20.832 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-07T00:42:21.212Z[ recovery-image] Dec 07 00:42:20.845 INFO O| Dec 07 00:42:20.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73522024-12-07T00:42:21.212Z[ recovery-image] Dec 07 00:42:20.846 INFO O| Dec 07 00:42:20.845 INFO STEP 1002 (remove_files) COMPLETE
73532024-12-07T00:42:21.212Z[ recovery-image] Dec 07 00:42:20.846 INFO O| Dec 07 00:42:20.845 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-07T00:42:21.236Z[ recovery-image] Dec 07 00:42:20.862 INFO O| Dec 07 00:42:20.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73552024-12-07T00:42:21.236Z[ recovery-image] Dec 07 00:42:20.862 INFO O| Dec 07 00:42:20.862 INFO STEP 1003 (remove_files) COMPLETE
73562024-12-07T00:42:21.236Z[ recovery-image] Dec 07 00:42:20.862 INFO O| Dec 07 00:42:20.862 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-07T00:42:21.236Z[ recovery-image] Dec 07 00:42:20.877 INFO O| Dec 07 00:42:20.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73582024-12-07T00:42:21.236Z[ recovery-image] Dec 07 00:42:20.877 INFO O| Dec 07 00:42:20.877 INFO STEP 1004 (remove_files) COMPLETE
73592024-12-07T00:42:21.236Z[ recovery-image] Dec 07 00:42:20.877 INFO O| Dec 07 00:42:20.877 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-07T00:42:21.260Z[ recovery-image] Dec 07 00:42:20.891 INFO O| Dec 07 00:42:20.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73612024-12-07T00:42:21.260Z[ recovery-image] Dec 07 00:42:20.891 INFO O| Dec 07 00:42:20.891 INFO STEP 1005 (remove_files) COMPLETE
73622024-12-07T00:42:21.260Z[ recovery-image] Dec 07 00:42:20.891 INFO O| Dec 07 00:42:20.891 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-07T00:42:21.283Z[ recovery-image] Dec 07 00:42:20.904 INFO O| Dec 07 00:42:20.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73642024-12-07T00:42:21.283Z[ recovery-image] Dec 07 00:42:20.904 INFO O| Dec 07 00:42:20.904 INFO STEP 1006 (remove_files) COMPLETE
73652024-12-07T00:42:21.283Z[ recovery-image] Dec 07 00:42:20.904 INFO O| Dec 07 00:42:20.904 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-07T00:42:21.283Z[ recovery-image] Dec 07 00:42:20.917 INFO O| Dec 07 00:42:20.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73672024-12-07T00:42:21.283Z[ recovery-image] Dec 07 00:42:20.917 INFO O| Dec 07 00:42:20.917 INFO STEP 1007 (remove_files) COMPLETE
73682024-12-07T00:42:21.283Z[ recovery-image] Dec 07 00:42:20.917 INFO O| Dec 07 00:42:20.917 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-07T00:42:21.307Z[ recovery-image] Dec 07 00:42:20.930 INFO O| Dec 07 00:42:20.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73702024-12-07T00:42:21.307Z[ recovery-image] Dec 07 00:42:20.930 INFO O| Dec 07 00:42:20.930 INFO STEP 1008 (remove_files) COMPLETE
73712024-12-07T00:42:21.307Z[ recovery-image] Dec 07 00:42:20.930 INFO O| Dec 07 00:42:20.930 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-07T00:42:21.307Z[ recovery-image] Dec 07 00:42:20.943 INFO O| Dec 07 00:42:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73732024-12-07T00:42:21.307Z[ recovery-image] Dec 07 00:42:20.943 INFO O| Dec 07 00:42:20.943 INFO STEP 1009 (remove_files) COMPLETE
73742024-12-07T00:42:21.307Z[ recovery-image] Dec 07 00:42:20.943 INFO O| Dec 07 00:42:20.943 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-07T00:42:21.331Z[ recovery-image] Dec 07 00:42:20.956 INFO O| Dec 07 00:42:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73762024-12-07T00:42:21.331Z[ recovery-image] Dec 07 00:42:20.956 INFO O| Dec 07 00:42:20.956 INFO STEP 1010 (remove_files) COMPLETE
73772024-12-07T00:42:21.331Z[ recovery-image] Dec 07 00:42:20.956 INFO O| Dec 07 00:42:20.956 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-07T00:42:21.331Z[ recovery-image] Dec 07 00:42:20.971 INFO O| Dec 07 00:42:20.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73792024-12-07T00:42:21.331Z[ recovery-image] Dec 07 00:42:20.971 INFO O| Dec 07 00:42:20.971 INFO STEP 1011 (remove_files) COMPLETE
73802024-12-07T00:42:21.331Z[ recovery-image] Dec 07 00:42:20.971 INFO O| Dec 07 00:42:20.971 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-07T00:42:21.354Z[ recovery-image] Dec 07 00:42:20.986 INFO O| Dec 07 00:42:20.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73822024-12-07T00:42:21.354Z[ recovery-image] Dec 07 00:42:20.987 INFO O| Dec 07 00:42:20.987 INFO STEP 1012 (remove_files) COMPLETE
73832024-12-07T00:42:21.354Z[ recovery-image] Dec 07 00:42:20.987 INFO O| Dec 07 00:42:20.987 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-07T00:42:21.378Z[ recovery-image] Dec 07 00:42:21.000 INFO O| Dec 07 00:42:21.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73852024-12-07T00:42:21.378Z[ recovery-image] Dec 07 00:42:21.000 INFO O| Dec 07 00:42:21.000 INFO STEP 1013 (remove_files) COMPLETE
73862024-12-07T00:42:21.378Z[ recovery-image] Dec 07 00:42:21.001 INFO O| Dec 07 00:42:21.000 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-07T00:42:21.378Z[ recovery-image] Dec 07 00:42:21.016 INFO O| Dec 07 00:42:21.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73882024-12-07T00:42:21.378Z[ recovery-image] Dec 07 00:42:21.016 INFO O| Dec 07 00:42:21.016 INFO STEP 1014 (remove_files) COMPLETE
73892024-12-07T00:42:21.378Z[ recovery-image] Dec 07 00:42:21.016 INFO O| Dec 07 00:42:21.016 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-07T00:42:21.402Z[ host-image] Dec 07 00:42:21.026 INFO O| Dec 07 00:42:21.026 INFO O| Done
73912024-12-07T00:42:21.402Z[ recovery-image] Dec 07 00:42:21.032 INFO O| Dec 07 00:42:21.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73922024-12-07T00:42:21.402Z[ recovery-image] Dec 07 00:42:21.032 INFO O| Dec 07 00:42:21.032 INFO STEP 1015 (remove_files) COMPLETE
73932024-12-07T00:42:21.402Z[ recovery-image] Dec 07 00:42:21.032 INFO O| Dec 07 00:42:21.032 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-07T00:42:21.425Z[ recovery-image] Dec 07 00:42:21.046 INFO O| Dec 07 00:42:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73952024-12-07T00:42:21.425Z[ recovery-image] Dec 07 00:42:21.046 INFO O| Dec 07 00:42:21.046 INFO STEP 1016 (remove_files) COMPLETE
73962024-12-07T00:42:21.425Z[ recovery-image] Dec 07 00:42:21.046 INFO O| Dec 07 00:42:21.046 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-07T00:42:21.425Z[ host-image] Dec 07 00:42:21.055 INFO O| Dec 07 00:42:21.055 INFO O| Done
73982024-12-07T00:42:21.425Z[ host-image] Dec 07 00:42:21.055 INFO O| Dec 07 00:42:21.055 INFO O| Done
73992024-12-07T00:42:21.425Z[ recovery-image] Dec 07 00:42:21.060 INFO O| Dec 07 00:42:21.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74002024-12-07T00:42:21.426Z[ recovery-image] Dec 07 00:42:21.060 INFO O| Dec 07 00:42:21.060 INFO STEP 1017 (remove_files) COMPLETE
74012024-12-07T00:42:21.426Z[ recovery-image] Dec 07 00:42:21.060 INFO O| Dec 07 00:42:21.060 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-07T00:42:21.426Z[ host-image] Dec 07 00:42:21.067 INFO O| Dec 07 00:42:21.067 INFO O| Done
74032024-12-07T00:42:21.450Z[ recovery-image] Dec 07 00:42:21.073 INFO O| Dec 07 00:42:21.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74042024-12-07T00:42:21.450Z[ recovery-image] Dec 07 00:42:21.073 INFO O| Dec 07 00:42:21.073 INFO STEP 1018 (remove_files) COMPLETE
74052024-12-07T00:42:21.450Z[ recovery-image] Dec 07 00:42:21.073 INFO O| Dec 07 00:42:21.073 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-07T00:42:21.450Z[ recovery-image] Dec 07 00:42:21.086 INFO O| Dec 07 00:42:21.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74072024-12-07T00:42:21.450Z[ recovery-image] Dec 07 00:42:21.086 INFO O| Dec 07 00:42:21.086 INFO STEP 1019 (remove_files) COMPLETE
74082024-12-07T00:42:21.450Z[ recovery-image] Dec 07 00:42:21.086 INFO O| Dec 07 00:42:21.086 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-07T00:42:21.474Z[ recovery-image] Dec 07 00:42:21.099 INFO O| Dec 07 00:42:21.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74102024-12-07T00:42:21.474Z[ recovery-image] Dec 07 00:42:21.100 INFO O| Dec 07 00:42:21.100 INFO STEP 1020 (remove_files) COMPLETE
74112024-12-07T00:42:21.474Z[ recovery-image] Dec 07 00:42:21.100 INFO O| Dec 07 00:42:21.100 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-07T00:42:21.497Z[ recovery-image] Dec 07 00:42:21.118 INFO O| Dec 07 00:42:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74132024-12-07T00:42:21.497Z[ recovery-image] Dec 07 00:42:21.118 INFO O| Dec 07 00:42:21.118 INFO STEP 1021 (remove_files) COMPLETE
74142024-12-07T00:42:21.497Z[ recovery-image] Dec 07 00:42:21.118 INFO O| Dec 07 00:42:21.118 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-07T00:42:21.497Z[ recovery-image] Dec 07 00:42:21.134 INFO O| Dec 07 00:42:21.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74162024-12-07T00:42:21.497Z[ recovery-image] Dec 07 00:42:21.134 INFO O| Dec 07 00:42:21.134 INFO STEP 1022 (remove_files) COMPLETE
74172024-12-07T00:42:21.497Z[ recovery-image] Dec 07 00:42:21.134 INFO O| Dec 07 00:42:21.134 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-07T00:42:21.521Z[ recovery-image] Dec 07 00:42:21.148 INFO O| Dec 07 00:42:21.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74192024-12-07T00:42:21.521Z[ recovery-image] Dec 07 00:42:21.148 INFO O| Dec 07 00:42:21.148 INFO STEP 1023 (remove_files) COMPLETE
74202024-12-07T00:42:21.521Z[ recovery-image] Dec 07 00:42:21.148 INFO O| Dec 07 00:42:21.148 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-07T00:42:21.521Z[ recovery-image] Dec 07 00:42:21.164 INFO O| Dec 07 00:42:21.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74222024-12-07T00:42:21.521Z[ recovery-image] Dec 07 00:42:21.164 INFO O| Dec 07 00:42:21.164 INFO STEP 1024 (remove_files) COMPLETE
74232024-12-07T00:42:21.521Z[ recovery-image] Dec 07 00:42:21.164 INFO O| Dec 07 00:42:21.164 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-07T00:42:21.545Z[ recovery-image] Dec 07 00:42:21.181 INFO O| Dec 07 00:42:21.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74252024-12-07T00:42:21.545Z[ recovery-image] Dec 07 00:42:21.181 INFO O| Dec 07 00:42:21.181 INFO STEP 1025 (remove_files) COMPLETE
74262024-12-07T00:42:21.545Z[ recovery-image] Dec 07 00:42:21.181 INFO O| Dec 07 00:42:21.181 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-07T00:42:21.545Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO STEP 14 (pkg_install) COMPLETE
74282024-12-07T00:42:21.545Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74292024-12-07T00:42:21.545Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO skip step because feature "mfg" is not enabled
74302024-12-07T00:42:21.545Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74312024-12-07T00:42:21.568Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO skip step because feature "compliance" is not enabled
74322024-12-07T00:42:21.568Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74332024-12-07T00:42:21.568Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO skip step because feature "stress" is not enabled
74342024-12-07T00:42:21.568Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74352024-12-07T00:42:21.568Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO skip step because feature "nfs" is not enabled
74362024-12-07T00:42:21.568Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
74372024-12-07T00:42:21.568Z[ host-image] Dec 07 00:42:21.187 INFO O| Dec 07 00:42:21.187 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
74382024-12-07T00:42:21.568Z[ recovery-image] Dec 07 00:42:21.205 INFO O| Dec 07 00:42:21.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74392024-12-07T00:42:21.568Z[ recovery-image] Dec 07 00:42:21.205 INFO O| Dec 07 00:42:21.205 INFO STEP 1026 (remove_files) COMPLETE
74402024-12-07T00:42:21.568Z[ recovery-image] Dec 07 00:42:21.206 INFO O| Dec 07 00:42:21.205 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-07T00:42:21.592Z[ recovery-image] Dec 07 00:42:21.223 INFO O| Dec 07 00:42:21.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74422024-12-07T00:42:21.592Z[ recovery-image] Dec 07 00:42:21.223 INFO O| Dec 07 00:42:21.223 INFO STEP 1027 (remove_files) COMPLETE
74432024-12-07T00:42:21.592Z[ recovery-image] Dec 07 00:42:21.223 INFO O| Dec 07 00:42:21.223 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-07T00:42:21.617Z[ recovery-image] Dec 07 00:42:21.259 INFO O| Dec 07 00:42:21.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74452024-12-07T00:42:21.617Z[ recovery-image] Dec 07 00:42:21.259 INFO O| Dec 07 00:42:21.259 INFO STEP 1028 (remove_files) COMPLETE
74462024-12-07T00:42:21.640Z[ recovery-image] Dec 07 00:42:21.260 INFO O| Dec 07 00:42:21.259 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-07T00:42:21.664Z[ recovery-image] Dec 07 00:42:21.284 INFO O| Dec 07 00:42:21.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74482024-12-07T00:42:21.664Z[ recovery-image] Dec 07 00:42:21.284 INFO O| Dec 07 00:42:21.284 INFO STEP 1029 (remove_files) COMPLETE
74492024-12-07T00:42:21.664Z[ recovery-image] Dec 07 00:42:21.284 INFO O| Dec 07 00:42:21.284 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-07T00:42:21.664Z[ recovery-image] Dec 07 00:42:21.300 INFO O| Dec 07 00:42:21.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74512024-12-07T00:42:21.664Z[ recovery-image] Dec 07 00:42:21.300 INFO O| Dec 07 00:42:21.300 INFO STEP 1030 (remove_files) COMPLETE
74522024-12-07T00:42:21.664Z[ recovery-image] Dec 07 00:42:21.300 INFO O| Dec 07 00:42:21.300 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-07T00:42:21.687Z[ recovery-image] Dec 07 00:42:21.314 INFO O| Dec 07 00:42:21.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74542024-12-07T00:42:21.687Z[ recovery-image] Dec 07 00:42:21.314 INFO O| Dec 07 00:42:21.314 INFO STEP 1031 (remove_files) COMPLETE
74552024-12-07T00:42:21.687Z[ recovery-image] Dec 07 00:42:21.315 INFO O| Dec 07 00:42:21.314 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-07T00:42:21.687Z[ host-image] Dec 07 00:42:21.326 INFO O| Dec 07 00:42:21.326 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
74572024-12-07T00:42:21.687Z[ recovery-image] Dec 07 00:42:21.330 INFO O| Dec 07 00:42:21.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74582024-12-07T00:42:21.687Z[ recovery-image] Dec 07 00:42:21.330 INFO O| Dec 07 00:42:21.330 INFO STEP 1032 (remove_files) COMPLETE
74592024-12-07T00:42:21.687Z[ recovery-image] Dec 07 00:42:21.330 INFO O| Dec 07 00:42:21.330 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-07T00:42:21.711Z[ recovery-image] Dec 07 00:42:21.348 INFO O| Dec 07 00:42:21.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74612024-12-07T00:42:21.711Z[ recovery-image] Dec 07 00:42:21.348 INFO O| Dec 07 00:42:21.348 INFO STEP 1033 (remove_files) COMPLETE
74622024-12-07T00:42:21.711Z[ recovery-image] Dec 07 00:42:21.348 INFO O| Dec 07 00:42:21.348 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-07T00:42:21.734Z[ recovery-image] Dec 07 00:42:21.366 INFO O| Dec 07 00:42:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74642024-12-07T00:42:21.735Z[ recovery-image] Dec 07 00:42:21.366 INFO O| Dec 07 00:42:21.366 INFO STEP 1034 (remove_files) COMPLETE
74652024-12-07T00:42:21.735Z[ recovery-image] Dec 07 00:42:21.366 INFO O| Dec 07 00:42:21.366 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-07T00:42:21.735Z[ host-image] Dec 07 00:42:21.372 INFO O| Dec 07 00:42:21.372 INFO completed processing gimlet/ramdisk-01-os
74672024-12-07T00:42:21.735Z[ host-image] Dec 07 00:42:21.375 INFO omicron1 baseline generation...
74682024-12-07T00:42:21.735Z[ host-image] Dec 07 00:42:21.375 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
74692024-12-07T00:42:21.758Z[ recovery-image] Dec 07 00:42:21.385 INFO O| Dec 07 00:42:21.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74702024-12-07T00:42:21.758Z[ recovery-image] Dec 07 00:42:21.386 INFO O| Dec 07 00:42:21.385 INFO STEP 1035 (remove_files) COMPLETE
74712024-12-07T00:42:21.758Z[ recovery-image] Dec 07 00:42:21.386 INFO O| Dec 07 00:42:21.385 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-07T00:42:21.781Z[ recovery-image] Dec 07 00:42:21.403 INFO O| Dec 07 00:42:21.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74732024-12-07T00:42:21.781Z[ recovery-image] Dec 07 00:42:21.403 INFO O| Dec 07 00:42:21.403 INFO STEP 1036 (remove_files) COMPLETE
74742024-12-07T00:42:21.781Z[ recovery-image] Dec 07 00:42:21.403 INFO O| Dec 07 00:42:21.403 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-07T00:42:21.781Z[ recovery-image] Dec 07 00:42:21.419 INFO O| Dec 07 00:42:21.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74762024-12-07T00:42:21.781Z[ recovery-image] Dec 07 00:42:21.419 INFO O| Dec 07 00:42:21.419 INFO STEP 1037 (remove_files) COMPLETE
74772024-12-07T00:42:21.782Z[ recovery-image] Dec 07 00:42:21.419 INFO O| Dec 07 00:42:21.419 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-07T00:42:21.805Z[ recovery-image] Dec 07 00:42:21.434 INFO O| Dec 07 00:42:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74792024-12-07T00:42:21.805Z[ recovery-image] Dec 07 00:42:21.434 INFO O| Dec 07 00:42:21.434 INFO STEP 1038 (remove_files) COMPLETE
74802024-12-07T00:42:21.805Z[ recovery-image] Dec 07 00:42:21.434 INFO O| Dec 07 00:42:21.434 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-07T00:42:21.828Z[ recovery-image] Dec 07 00:42:21.452 INFO O| Dec 07 00:42:21.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74822024-12-07T00:42:21.829Z[ recovery-image] Dec 07 00:42:21.452 INFO O| Dec 07 00:42:21.452 INFO STEP 1039 (remove_files) COMPLETE
74832024-12-07T00:42:21.829Z[ recovery-image] Dec 07 00:42:21.453 INFO O| Dec 07 00:42:21.452 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-07T00:42:21.829Z[ recovery-image] Dec 07 00:42:21.468 INFO O| Dec 07 00:42:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74852024-12-07T00:42:21.829Z[ recovery-image] Dec 07 00:42:21.468 INFO O| Dec 07 00:42:21.468 INFO STEP 1040 (remove_files) COMPLETE
74862024-12-07T00:42:21.829Z[ recovery-image] Dec 07 00:42:21.468 INFO O| Dec 07 00:42:21.468 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-07T00:42:21.852Z[ recovery-image] Dec 07 00:42:21.483 INFO O| Dec 07 00:42:21.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74882024-12-07T00:42:21.852Z[ recovery-image] Dec 07 00:42:21.483 INFO O| Dec 07 00:42:21.483 INFO STEP 1041 (remove_files) COMPLETE
74892024-12-07T00:42:21.852Z[ recovery-image] Dec 07 00:42:21.483 INFO O| Dec 07 00:42:21.483 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-07T00:42:21.875Z[ recovery-image] Dec 07 00:42:21.500 INFO O| Dec 07 00:42:21.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74912024-12-07T00:42:21.875Z[ recovery-image] Dec 07 00:42:21.500 INFO O| Dec 07 00:42:21.500 INFO STEP 1042 (remove_files) COMPLETE
74922024-12-07T00:42:21.875Z[ recovery-image] Dec 07 00:42:21.500 INFO O| Dec 07 00:42:21.500 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-07T00:42:21.875Z[ recovery-image] Dec 07 00:42:21.516 INFO O| Dec 07 00:42:21.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74942024-12-07T00:42:21.875Z[ recovery-image] Dec 07 00:42:21.516 INFO O| Dec 07 00:42:21.516 INFO STEP 1043 (remove_files) COMPLETE
74952024-12-07T00:42:21.875Z[ recovery-image] Dec 07 00:42:21.516 INFO O| Dec 07 00:42:21.516 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-07T00:42:21.899Z[ recovery-image] Dec 07 00:42:21.531 INFO O| Dec 07 00:42:21.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74972024-12-07T00:42:21.899Z[ recovery-image] Dec 07 00:42:21.531 INFO O| Dec 07 00:42:21.531 INFO STEP 1044 (remove_files) COMPLETE
74982024-12-07T00:42:21.899Z[ recovery-image] Dec 07 00:42:21.531 INFO O| Dec 07 00:42:21.531 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-07T00:42:21.922Z[ recovery-image] Dec 07 00:42:21.547 INFO O| Dec 07 00:42:21.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75002024-12-07T00:42:21.922Z[ recovery-image] Dec 07 00:42:21.548 INFO O| Dec 07 00:42:21.547 INFO STEP 1045 (remove_files) COMPLETE
75012024-12-07T00:42:21.922Z[ recovery-image] Dec 07 00:42:21.548 INFO O| Dec 07 00:42:21.548 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-07T00:42:21.946Z[ recovery-image] Dec 07 00:42:21.566 INFO O| Dec 07 00:42:21.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75032024-12-07T00:42:21.946Z[ recovery-image] Dec 07 00:42:21.566 INFO O| Dec 07 00:42:21.566 INFO STEP 1046 (remove_files) COMPLETE
75042024-12-07T00:42:21.946Z[ recovery-image] Dec 07 00:42:21.566 INFO O| Dec 07 00:42:21.566 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-07T00:42:21.946Z[ recovery-image] Dec 07 00:42:21.583 INFO O| Dec 07 00:42:21.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75062024-12-07T00:42:21.946Z[ recovery-image] Dec 07 00:42:21.584 INFO O| Dec 07 00:42:21.583 INFO STEP 1047 (remove_files) COMPLETE
75072024-12-07T00:42:21.946Z[ recovery-image] Dec 07 00:42:21.584 INFO O| Dec 07 00:42:21.584 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-07T00:42:21.970Z[ recovery-image] Dec 07 00:42:21.599 INFO O| Dec 07 00:42:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75092024-12-07T00:42:21.970Z[ recovery-image] Dec 07 00:42:21.599 INFO O| Dec 07 00:42:21.599 INFO STEP 1048 (remove_files) COMPLETE
75102024-12-07T00:42:21.971Z[ recovery-image] Dec 07 00:42:21.599 INFO O| Dec 07 00:42:21.599 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-07T00:42:21.994Z[ recovery-image] Dec 07 00:42:21.617 INFO O| Dec 07 00:42:21.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75122024-12-07T00:42:21.994Z[ recovery-image] Dec 07 00:42:21.618 INFO O| Dec 07 00:42:21.618 INFO STEP 1049 (remove_files) COMPLETE
75132024-12-07T00:42:21.994Z[ recovery-image] Dec 07 00:42:21.618 INFO O| Dec 07 00:42:21.618 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-07T00:42:21.994Z[ recovery-image] Dec 07 00:42:21.633 INFO O| Dec 07 00:42:21.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75152024-12-07T00:42:21.995Z[ recovery-image] Dec 07 00:42:21.633 INFO O| Dec 07 00:42:21.633 INFO STEP 1050 (remove_files) COMPLETE
75162024-12-07T00:42:21.995Z[ recovery-image] Dec 07 00:42:21.633 INFO O| Dec 07 00:42:21.633 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-07T00:42:22.018Z[ recovery-image] Dec 07 00:42:21.648 INFO O| Dec 07 00:42:21.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75182024-12-07T00:42:22.018Z[ recovery-image] Dec 07 00:42:21.648 INFO O| Dec 07 00:42:21.648 INFO STEP 1051 (remove_files) COMPLETE
75192024-12-07T00:42:22.018Z[ recovery-image] Dec 07 00:42:21.648 INFO O| Dec 07 00:42:21.648 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-07T00:42:22.042Z[ recovery-image] Dec 07 00:42:21.663 INFO O| Dec 07 00:42:21.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75212024-12-07T00:42:22.042Z[ recovery-image] Dec 07 00:42:21.663 INFO O| Dec 07 00:42:21.663 INFO STEP 1052 (remove_files) COMPLETE
75222024-12-07T00:42:22.042Z[ recovery-image] Dec 07 00:42:21.663 INFO O| Dec 07 00:42:21.663 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-07T00:42:22.042Z[ recovery-image] Dec 07 00:42:21.679 INFO O| Dec 07 00:42:21.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75242024-12-07T00:42:22.042Z[ recovery-image] Dec 07 00:42:21.679 INFO O| Dec 07 00:42:21.679 INFO STEP 1053 (remove_files) COMPLETE
75252024-12-07T00:42:22.042Z[ recovery-image] Dec 07 00:42:21.680 INFO O| Dec 07 00:42:21.679 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-07T00:42:22.065Z[ recovery-image] Dec 07 00:42:21.696 INFO O| Dec 07 00:42:21.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75272024-12-07T00:42:22.065Z[ recovery-image] Dec 07 00:42:21.696 INFO O| Dec 07 00:42:21.696 INFO STEP 1054 (remove_files) COMPLETE
75282024-12-07T00:42:22.065Z[ recovery-image] Dec 07 00:42:21.696 INFO O| Dec 07 00:42:21.696 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-07T00:42:22.089Z[ recovery-image] Dec 07 00:42:21.710 INFO O| Dec 07 00:42:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75302024-12-07T00:42:22.089Z[ recovery-image] Dec 07 00:42:21.710 INFO O| Dec 07 00:42:21.710 INFO STEP 1055 (remove_files) COMPLETE
75312024-12-07T00:42:22.089Z[ recovery-image] Dec 07 00:42:21.710 INFO O| Dec 07 00:42:21.710 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-07T00:42:22.089Z[ recovery-image] Dec 07 00:42:21.724 INFO O| Dec 07 00:42:21.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75332024-12-07T00:42:22.089Z[ recovery-image] Dec 07 00:42:21.725 INFO O| Dec 07 00:42:21.725 INFO STEP 1056 (remove_files) COMPLETE
75342024-12-07T00:42:22.089Z[ recovery-image] Dec 07 00:42:21.725 INFO O| Dec 07 00:42:21.725 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-07T00:42:22.112Z[ recovery-image] Dec 07 00:42:21.740 INFO O| Dec 07 00:42:21.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75362024-12-07T00:42:22.112Z[ recovery-image] Dec 07 00:42:21.740 INFO O| Dec 07 00:42:21.740 INFO STEP 1057 (remove_files) COMPLETE
75372024-12-07T00:42:22.112Z[ recovery-image] Dec 07 00:42:21.740 INFO O| Dec 07 00:42:21.740 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-07T00:42:22.136Z[ recovery-image] Dec 07 00:42:21.757 INFO O| Dec 07 00:42:21.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75392024-12-07T00:42:22.137Z[ recovery-image] Dec 07 00:42:21.757 INFO O| Dec 07 00:42:21.757 INFO STEP 1058 (remove_files) COMPLETE
75402024-12-07T00:42:22.137Z[ recovery-image] Dec 07 00:42:21.757 INFO O| Dec 07 00:42:21.757 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-07T00:42:22.137Z[ recovery-image] Dec 07 00:42:21.771 INFO O| Dec 07 00:42:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75422024-12-07T00:42:22.137Z[ recovery-image] Dec 07 00:42:21.771 INFO O| Dec 07 00:42:21.771 INFO STEP 1059 (remove_files) COMPLETE
75432024-12-07T00:42:22.137Z[ recovery-image] Dec 07 00:42:21.771 INFO O| Dec 07 00:42:21.771 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-07T00:42:22.160Z[ recovery-image] Dec 07 00:42:21.787 INFO O| Dec 07 00:42:21.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75452024-12-07T00:42:22.160Z[ recovery-image] Dec 07 00:42:21.787 INFO O| Dec 07 00:42:21.787 INFO STEP 1060 (remove_files) COMPLETE
75462024-12-07T00:42:22.160Z[ recovery-image] Dec 07 00:42:21.787 INFO O| Dec 07 00:42:21.787 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-07T00:42:22.183Z[ recovery-image] Dec 07 00:42:21.803 INFO O| Dec 07 00:42:21.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75482024-12-07T00:42:22.184Z[ recovery-image] Dec 07 00:42:21.803 INFO O| Dec 07 00:42:21.803 INFO STEP 1061 (remove_files) COMPLETE
75492024-12-07T00:42:22.184Z[ recovery-image] Dec 07 00:42:21.803 INFO O| Dec 07 00:42:21.803 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-07T00:42:22.184Z[ recovery-image] Dec 07 00:42:21.817 INFO O| Dec 07 00:42:21.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75512024-12-07T00:42:22.184Z[ recovery-image] Dec 07 00:42:21.817 INFO O| Dec 07 00:42:21.817 INFO STEP 1062 (remove_files) COMPLETE
75522024-12-07T00:42:22.184Z[ recovery-image] Dec 07 00:42:21.817 INFO O| Dec 07 00:42:21.817 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-07T00:42:22.207Z[ recovery-image] Dec 07 00:42:21.830 INFO O| Dec 07 00:42:21.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75542024-12-07T00:42:22.208Z[ recovery-image] Dec 07 00:42:21.830 INFO O| Dec 07 00:42:21.830 INFO STEP 1063 (remove_files) COMPLETE
75552024-12-07T00:42:22.208Z[ recovery-image] Dec 07 00:42:21.830 INFO O| Dec 07 00:42:21.830 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-07T00:42:22.208Z[ recovery-image] Dec 07 00:42:21.842 INFO O| Dec 07 00:42:21.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75572024-12-07T00:42:22.208Z[ recovery-image] Dec 07 00:42:21.842 INFO O| Dec 07 00:42:21.842 INFO STEP 1064 (remove_files) COMPLETE
75582024-12-07T00:42:22.208Z[ recovery-image] Dec 07 00:42:21.842 INFO O| Dec 07 00:42:21.842 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-07T00:42:22.231Z[ recovery-image] Dec 07 00:42:21.867 INFO O| Dec 07 00:42:21.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75602024-12-07T00:42:22.231Z[ recovery-image] Dec 07 00:42:21.867 INFO O| Dec 07 00:42:21.867 INFO STEP 1065 (remove_files) COMPLETE
75612024-12-07T00:42:22.231Z[ recovery-image] Dec 07 00:42:21.867 INFO O| Dec 07 00:42:21.867 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-07T00:42:22.255Z[ recovery-image] Dec 07 00:42:21.881 INFO O| Dec 07 00:42:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75632024-12-07T00:42:22.255Z[ recovery-image] Dec 07 00:42:21.881 INFO O| Dec 07 00:42:21.881 INFO STEP 1066 (remove_files) COMPLETE
75642024-12-07T00:42:22.255Z[ recovery-image] Dec 07 00:42:21.881 INFO O| Dec 07 00:42:21.881 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-07T00:42:22.255Z[ recovery-image] Dec 07 00:42:21.894 INFO O| Dec 07 00:42:21.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75662024-12-07T00:42:22.255Z[ recovery-image] Dec 07 00:42:21.894 INFO O| Dec 07 00:42:21.894 INFO STEP 1067 (remove_files) COMPLETE
75672024-12-07T00:42:22.255Z[ recovery-image] Dec 07 00:42:21.894 INFO O| Dec 07 00:42:21.894 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-07T00:42:22.279Z[ recovery-image] Dec 07 00:42:21.912 INFO O| Dec 07 00:42:21.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75692024-12-07T00:42:22.279Z[ recovery-image] Dec 07 00:42:21.912 INFO O| Dec 07 00:42:21.912 INFO STEP 1068 (remove_files) COMPLETE
75702024-12-07T00:42:22.279Z[ recovery-image] Dec 07 00:42:21.912 INFO O| Dec 07 00:42:21.912 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-07T00:42:22.279Z[ host-image] Dec 07 00:42:21.915 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
75722024-12-07T00:42:22.302Z[ recovery-image] Dec 07 00:42:21.928 INFO O| Dec 07 00:42:21.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75732024-12-07T00:42:22.302Z[ recovery-image] Dec 07 00:42:21.929 INFO O| Dec 07 00:42:21.928 INFO STEP 1069 (remove_files) COMPLETE
75742024-12-07T00:42:22.302Z[ recovery-image] Dec 07 00:42:21.929 INFO O| Dec 07 00:42:21.928 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-07T00:42:22.303Z[ recovery-image] Dec 07 00:42:21.943 INFO O| Dec 07 00:42:21.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75762024-12-07T00:42:22.303Z[ recovery-image] Dec 07 00:42:21.943 INFO O| Dec 07 00:42:21.943 INFO STEP 1070 (remove_files) COMPLETE
75772024-12-07T00:42:22.303Z[ recovery-image] Dec 07 00:42:21.943 INFO O| Dec 07 00:42:21.943 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-07T00:42:22.326Z[ recovery-image] Dec 07 00:42:21.957 INFO O| Dec 07 00:42:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75792024-12-07T00:42:22.326Z[ recovery-image] Dec 07 00:42:21.957 INFO O| Dec 07 00:42:21.957 INFO STEP 1071 (remove_files) COMPLETE
75802024-12-07T00:42:22.326Z[ recovery-image] Dec 07 00:42:21.957 INFO O| Dec 07 00:42:21.957 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-07T00:42:22.349Z[ recovery-image] Dec 07 00:42:21.972 INFO O| Dec 07 00:42:21.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75822024-12-07T00:42:22.349Z[ recovery-image] Dec 07 00:42:21.972 INFO O| Dec 07 00:42:21.972 INFO STEP 1072 (remove_files) COMPLETE
75832024-12-07T00:42:22.350Z[ recovery-image] Dec 07 00:42:21.972 INFO O| Dec 07 00:42:21.972 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-07T00:42:22.350Z[ recovery-image] Dec 07 00:42:21.985 INFO O| Dec 07 00:42:21.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75852024-12-07T00:42:22.350Z[ recovery-image] Dec 07 00:42:21.985 INFO O| Dec 07 00:42:21.985 INFO STEP 1073 (remove_files) COMPLETE
75862024-12-07T00:42:22.350Z[ recovery-image] Dec 07 00:42:21.985 INFO O| Dec 07 00:42:21.985 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-07T00:42:22.373Z[ recovery-image] Dec 07 00:42:21.998 INFO O| Dec 07 00:42:21.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75882024-12-07T00:42:22.373Z[ recovery-image] Dec 07 00:42:21.998 INFO O| Dec 07 00:42:21.998 INFO STEP 1074 (remove_files) COMPLETE
75892024-12-07T00:42:22.373Z[ recovery-image] Dec 07 00:42:21.998 INFO O| Dec 07 00:42:21.998 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-07T00:42:22.373Z[ recovery-image] Dec 07 00:42:22.014 INFO O| Dec 07 00:42:22.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75912024-12-07T00:42:22.373Z[ recovery-image] Dec 07 00:42:22.014 INFO O| Dec 07 00:42:22.014 INFO STEP 1075 (remove_files) COMPLETE
75922024-12-07T00:42:22.374Z[ recovery-image] Dec 07 00:42:22.014 INFO O| Dec 07 00:42:22.014 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-07T00:42:22.397Z[ recovery-image] Dec 07 00:42:22.030 INFO O| Dec 07 00:42:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75942024-12-07T00:42:22.397Z[ recovery-image] Dec 07 00:42:22.030 INFO O| Dec 07 00:42:22.030 INFO STEP 1076 (remove_files) COMPLETE
75952024-12-07T00:42:22.397Z[ recovery-image] Dec 07 00:42:22.030 INFO O| Dec 07 00:42:22.030 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-07T00:42:22.421Z[ recovery-image] Dec 07 00:42:22.045 INFO O| Dec 07 00:42:22.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75972024-12-07T00:42:22.421Z[ recovery-image] Dec 07 00:42:22.045 INFO O| Dec 07 00:42:22.045 INFO STEP 1077 (remove_files) COMPLETE
75982024-12-07T00:42:22.421Z[ recovery-image] Dec 07 00:42:22.045 INFO O| Dec 07 00:42:22.045 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-07T00:42:22.422Z[ recovery-image] Dec 07 00:42:22.059 INFO O| Dec 07 00:42:22.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76002024-12-07T00:42:22.422Z[ recovery-image] Dec 07 00:42:22.059 INFO O| Dec 07 00:42:22.059 INFO STEP 1078 (remove_files) COMPLETE
76012024-12-07T00:42:22.422Z[ recovery-image] Dec 07 00:42:22.059 INFO O| Dec 07 00:42:22.059 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-07T00:42:22.445Z[ recovery-image] Dec 07 00:42:22.073 INFO O| Dec 07 00:42:22.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76032024-12-07T00:42:22.446Z[ recovery-image] Dec 07 00:42:22.073 INFO O| Dec 07 00:42:22.073 INFO STEP 1079 (remove_files) COMPLETE
76042024-12-07T00:42:22.446Z[ recovery-image] Dec 07 00:42:22.074 INFO O| Dec 07 00:42:22.073 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-07T00:42:22.446Z[ recovery-image] Dec 07 00:42:22.087 INFO O| Dec 07 00:42:22.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76062024-12-07T00:42:22.446Z[ recovery-image] Dec 07 00:42:22.087 INFO O| Dec 07 00:42:22.087 INFO STEP 1080 (remove_files) COMPLETE
76072024-12-07T00:42:22.446Z[ recovery-image] Dec 07 00:42:22.087 INFO O| Dec 07 00:42:22.087 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-07T00:42:22.472Z[ recovery-image] Dec 07 00:42:22.100 INFO O| Dec 07 00:42:22.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76092024-12-07T00:42:22.472Z[ recovery-image] Dec 07 00:42:22.100 INFO O| Dec 07 00:42:22.100 INFO STEP 1081 (remove_files) COMPLETE
76102024-12-07T00:42:22.472Z[ recovery-image] Dec 07 00:42:22.100 INFO O| Dec 07 00:42:22.100 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-07T00:42:22.496Z[ recovery-image] Dec 07 00:42:22.115 INFO O| Dec 07 00:42:22.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76122024-12-07T00:42:22.496Z[ recovery-image] Dec 07 00:42:22.116 INFO O| Dec 07 00:42:22.116 INFO STEP 1082 (remove_files) COMPLETE
76132024-12-07T00:42:22.496Z[ recovery-image] Dec 07 00:42:22.116 INFO O| Dec 07 00:42:22.116 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-07T00:42:22.496Z[ recovery-image] Dec 07 00:42:22.132 INFO O| Dec 07 00:42:22.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76152024-12-07T00:42:22.496Z[ recovery-image] Dec 07 00:42:22.132 INFO O| Dec 07 00:42:22.132 INFO STEP 1083 (remove_files) COMPLETE
76162024-12-07T00:42:22.496Z[ recovery-image] Dec 07 00:42:22.132 INFO O| Dec 07 00:42:22.132 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-07T00:42:22.520Z[ recovery-image] Dec 07 00:42:22.151 INFO O| Dec 07 00:42:22.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76182024-12-07T00:42:22.520Z[ recovery-image] Dec 07 00:42:22.151 INFO O| Dec 07 00:42:22.151 INFO STEP 1084 (remove_files) COMPLETE
76192024-12-07T00:42:22.520Z[ recovery-image] Dec 07 00:42:22.151 INFO O| Dec 07 00:42:22.151 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-07T00:42:22.543Z[ recovery-image] Dec 07 00:42:22.166 INFO O| Dec 07 00:42:22.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76212024-12-07T00:42:22.543Z[ recovery-image] Dec 07 00:42:22.166 INFO O| Dec 07 00:42:22.166 INFO STEP 1085 (remove_files) COMPLETE
76222024-12-07T00:42:22.543Z[ recovery-image] Dec 07 00:42:22.166 INFO O| Dec 07 00:42:22.166 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-07T00:42:22.543Z[ recovery-image] Dec 07 00:42:22.181 INFO O| Dec 07 00:42:22.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76242024-12-07T00:42:22.543Z[ recovery-image] Dec 07 00:42:22.182 INFO O| Dec 07 00:42:22.182 INFO STEP 1086 (remove_files) COMPLETE
76252024-12-07T00:42:22.543Z[ recovery-image] Dec 07 00:42:22.182 INFO O| Dec 07 00:42:22.182 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-07T00:42:22.567Z[ recovery-image] Dec 07 00:42:22.195 INFO O| Dec 07 00:42:22.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76272024-12-07T00:42:22.567Z[ recovery-image] Dec 07 00:42:22.195 INFO O| Dec 07 00:42:22.195 INFO STEP 1087 (remove_files) COMPLETE
76282024-12-07T00:42:22.567Z[ recovery-image] Dec 07 00:42:22.195 INFO O| Dec 07 00:42:22.195 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-07T00:42:22.591Z[ recovery-image] Dec 07 00:42:22.210 INFO O| Dec 07 00:42:22.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76302024-12-07T00:42:22.591Z[ recovery-image] Dec 07 00:42:22.211 INFO O| Dec 07 00:42:22.211 INFO STEP 1088 (remove_files) COMPLETE
76312024-12-07T00:42:22.591Z[ recovery-image] Dec 07 00:42:22.211 INFO O| Dec 07 00:42:22.211 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-07T00:42:22.591Z[ recovery-image] Dec 07 00:42:22.226 INFO O| Dec 07 00:42:22.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76332024-12-07T00:42:22.591Z[ recovery-image] Dec 07 00:42:22.226 INFO O| Dec 07 00:42:22.226 INFO STEP 1089 (remove_files) COMPLETE
76342024-12-07T00:42:22.591Z[ recovery-image] Dec 07 00:42:22.226 INFO O| Dec 07 00:42:22.226 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-07T00:42:22.614Z[ recovery-image] Dec 07 00:42:22.240 INFO O| Dec 07 00:42:22.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76362024-12-07T00:42:22.614Z[ recovery-image] Dec 07 00:42:22.240 INFO O| Dec 07 00:42:22.240 INFO STEP 1090 (remove_files) COMPLETE
76372024-12-07T00:42:22.614Z[ recovery-image] Dec 07 00:42:22.240 INFO O| Dec 07 00:42:22.240 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-07T00:42:22.614Z[ recovery-image] Dec 07 00:42:22.254 INFO O| Dec 07 00:42:22.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76392024-12-07T00:42:22.614Z[ recovery-image] Dec 07 00:42:22.255 INFO O| Dec 07 00:42:22.255 INFO STEP 1091 (remove_files) COMPLETE
76402024-12-07T00:42:22.614Z[ recovery-image] Dec 07 00:42:22.255 INFO O| Dec 07 00:42:22.255 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-07T00:42:22.638Z[ recovery-image] Dec 07 00:42:22.271 INFO O| Dec 07 00:42:22.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76422024-12-07T00:42:22.638Z[ recovery-image] Dec 07 00:42:22.271 INFO O| Dec 07 00:42:22.271 INFO STEP 1092 (remove_files) COMPLETE
76432024-12-07T00:42:22.638Z[ recovery-image] Dec 07 00:42:22.271 INFO O| Dec 07 00:42:22.271 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-07T00:42:22.662Z[ recovery-image] Dec 07 00:42:22.286 INFO O| Dec 07 00:42:22.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76452024-12-07T00:42:22.662Z[ recovery-image] Dec 07 00:42:22.286 INFO O| Dec 07 00:42:22.286 INFO STEP 1093 (remove_files) COMPLETE
76462024-12-07T00:42:22.662Z[ recovery-image] Dec 07 00:42:22.286 INFO O| Dec 07 00:42:22.286 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-07T00:42:22.662Z[ recovery-image] Dec 07 00:42:22.299 INFO O| Dec 07 00:42:22.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76482024-12-07T00:42:22.662Z[ recovery-image] Dec 07 00:42:22.299 INFO O| Dec 07 00:42:22.299 INFO STEP 1094 (remove_files) COMPLETE
76492024-12-07T00:42:22.662Z[ recovery-image] Dec 07 00:42:22.299 INFO O| Dec 07 00:42:22.299 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-07T00:42:22.686Z[ recovery-image] Dec 07 00:42:22.312 INFO O| Dec 07 00:42:22.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76512024-12-07T00:42:22.686Z[ recovery-image] Dec 07 00:42:22.313 INFO O| Dec 07 00:42:22.313 INFO STEP 1095 (remove_files) COMPLETE
76522024-12-07T00:42:22.686Z[ recovery-image] Dec 07 00:42:22.313 INFO O| Dec 07 00:42:22.313 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-07T00:42:22.686Z[ recovery-image] Dec 07 00:42:22.326 INFO O| Dec 07 00:42:22.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76542024-12-07T00:42:22.686Z[ recovery-image] Dec 07 00:42:22.326 INFO O| Dec 07 00:42:22.326 INFO STEP 1096 (remove_files) COMPLETE
76552024-12-07T00:42:22.686Z[ recovery-image] Dec 07 00:42:22.326 INFO O| Dec 07 00:42:22.326 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-07T00:42:22.710Z[ recovery-image] Dec 07 00:42:22.340 INFO O| Dec 07 00:42:22.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76572024-12-07T00:42:22.710Z[ recovery-image] Dec 07 00:42:22.340 INFO O| Dec 07 00:42:22.340 INFO STEP 1097 (remove_files) COMPLETE
76582024-12-07T00:42:22.710Z[ recovery-image] Dec 07 00:42:22.340 INFO O| Dec 07 00:42:22.340 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-07T00:42:22.734Z[ recovery-image] Dec 07 00:42:22.356 INFO O| Dec 07 00:42:22.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76602024-12-07T00:42:22.734Z[ recovery-image] Dec 07 00:42:22.356 INFO O| Dec 07 00:42:22.356 INFO STEP 1098 (remove_files) COMPLETE
76612024-12-07T00:42:22.734Z[ recovery-image] Dec 07 00:42:22.356 INFO O| Dec 07 00:42:22.356 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-07T00:42:22.734Z[ recovery-image] Dec 07 00:42:22.372 INFO O| Dec 07 00:42:22.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76632024-12-07T00:42:22.734Z[ recovery-image] Dec 07 00:42:22.372 INFO O| Dec 07 00:42:22.372 INFO STEP 1099 (remove_files) COMPLETE
76642024-12-07T00:42:22.734Z[ recovery-image] Dec 07 00:42:22.372 INFO O| Dec 07 00:42:22.372 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-07T00:42:22.758Z[ recovery-image] Dec 07 00:42:22.386 INFO O| Dec 07 00:42:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76662024-12-07T00:42:22.758Z[ recovery-image] Dec 07 00:42:22.386 INFO O| Dec 07 00:42:22.386 INFO STEP 1100 (remove_files) COMPLETE
76672024-12-07T00:42:22.758Z[ recovery-image] Dec 07 00:42:22.386 INFO O| Dec 07 00:42:22.386 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-07T00:42:22.758Z[ recovery-image] Dec 07 00:42:22.398 INFO O| Dec 07 00:42:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76692024-12-07T00:42:22.758Z[ recovery-image] Dec 07 00:42:22.399 INFO O| Dec 07 00:42:22.398 INFO STEP 1101 (remove_files) COMPLETE
76702024-12-07T00:42:22.758Z[ recovery-image] Dec 07 00:42:22.399 INFO O| Dec 07 00:42:22.398 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-07T00:42:22.782Z[ recovery-image] Dec 07 00:42:22.413 INFO O| Dec 07 00:42:22.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76722024-12-07T00:42:22.782Z[ recovery-image] Dec 07 00:42:22.413 INFO O| Dec 07 00:42:22.413 INFO STEP 1102 (remove_files) COMPLETE
76732024-12-07T00:42:22.782Z[ recovery-image] Dec 07 00:42:22.413 INFO O| Dec 07 00:42:22.413 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-07T00:42:22.807Z[ recovery-image] Dec 07 00:42:22.426 INFO O| Dec 07 00:42:22.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76752024-12-07T00:42:22.807Z[ recovery-image] Dec 07 00:42:22.426 INFO O| Dec 07 00:42:22.426 INFO STEP 1103 (remove_files) COMPLETE
76762024-12-07T00:42:22.807Z[ recovery-image] Dec 07 00:42:22.426 INFO O| Dec 07 00:42:22.426 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-07T00:42:22.807Z[ recovery-image] Dec 07 00:42:22.439 INFO O| Dec 07 00:42:22.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76782024-12-07T00:42:22.807Z[ recovery-image] Dec 07 00:42:22.439 INFO O| Dec 07 00:42:22.439 INFO STEP 1104 (remove_files) COMPLETE
76792024-12-07T00:42:22.807Z[ recovery-image] Dec 07 00:42:22.439 INFO O| Dec 07 00:42:22.439 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-07T00:42:22.830Z[ recovery-image] Dec 07 00:42:22.452 INFO O| Dec 07 00:42:22.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76812024-12-07T00:42:22.830Z[ recovery-image] Dec 07 00:42:22.452 INFO O| Dec 07 00:42:22.452 INFO STEP 1105 (remove_files) COMPLETE
76822024-12-07T00:42:22.830Z[ recovery-image] Dec 07 00:42:22.452 INFO O| Dec 07 00:42:22.452 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-07T00:42:22.831Z[ recovery-image] Dec 07 00:42:22.464 INFO O| Dec 07 00:42:22.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76842024-12-07T00:42:22.831Z[ recovery-image] Dec 07 00:42:22.464 INFO O| Dec 07 00:42:22.464 INFO STEP 1106 (remove_files) COMPLETE
76852024-12-07T00:42:22.831Z[ recovery-image] Dec 07 00:42:22.464 INFO O| Dec 07 00:42:22.464 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-07T00:42:22.854Z[ recovery-image] Dec 07 00:42:22.478 INFO O| Dec 07 00:42:22.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76872024-12-07T00:42:22.854Z[ recovery-image] Dec 07 00:42:22.478 INFO O| Dec 07 00:42:22.478 INFO STEP 1107 (remove_files) COMPLETE
76882024-12-07T00:42:22.854Z[ recovery-image] Dec 07 00:42:22.478 INFO O| Dec 07 00:42:22.478 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-07T00:42:22.854Z[ recovery-image] Dec 07 00:42:22.493 INFO O| Dec 07 00:42:22.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76902024-12-07T00:42:22.854Z[ recovery-image] Dec 07 00:42:22.493 INFO O| Dec 07 00:42:22.493 INFO STEP 1108 (remove_files) COMPLETE
76912024-12-07T00:42:22.854Z[ recovery-image] Dec 07 00:42:22.493 INFO O| Dec 07 00:42:22.493 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-07T00:42:22.878Z[ recovery-image] Dec 07 00:42:22.506 INFO O| Dec 07 00:42:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76932024-12-07T00:42:22.878Z[ recovery-image] Dec 07 00:42:22.506 INFO O| Dec 07 00:42:22.506 INFO STEP 1109 (remove_files) COMPLETE
76942024-12-07T00:42:22.878Z[ recovery-image] Dec 07 00:42:22.506 INFO O| Dec 07 00:42:22.506 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-07T00:42:22.878Z[ recovery-image] Dec 07 00:42:22.520 INFO O| Dec 07 00:42:22.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76962024-12-07T00:42:22.879Z[ recovery-image] Dec 07 00:42:22.520 INFO O| Dec 07 00:42:22.520 INFO STEP 1110 (remove_files) COMPLETE
76972024-12-07T00:42:22.879Z[ recovery-image] Dec 07 00:42:22.520 INFO O| Dec 07 00:42:22.520 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-07T00:42:22.903Z[ recovery-image] Dec 07 00:42:22.533 INFO O| Dec 07 00:42:22.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76992024-12-07T00:42:22.903Z[ recovery-image] Dec 07 00:42:22.533 INFO O| Dec 07 00:42:22.533 INFO STEP 1111 (remove_files) COMPLETE
77002024-12-07T00:42:22.903Z[ recovery-image] Dec 07 00:42:22.533 INFO O| Dec 07 00:42:22.533 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-07T00:42:22.927Z[ recovery-image] Dec 07 00:42:22.546 INFO O| Dec 07 00:42:22.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77022024-12-07T00:42:22.927Z[ recovery-image] Dec 07 00:42:22.546 INFO O| Dec 07 00:42:22.546 INFO STEP 1112 (remove_files) COMPLETE
77032024-12-07T00:42:22.927Z[ recovery-image] Dec 07 00:42:22.546 INFO O| Dec 07 00:42:22.546 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-07T00:42:22.928Z[ recovery-image] Dec 07 00:42:22.559 INFO O| Dec 07 00:42:22.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77052024-12-07T00:42:22.928Z[ recovery-image] Dec 07 00:42:22.559 INFO O| Dec 07 00:42:22.559 INFO STEP 1113 (remove_files) COMPLETE
77062024-12-07T00:42:22.928Z[ recovery-image] Dec 07 00:42:22.559 INFO O| Dec 07 00:42:22.559 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-07T00:42:22.952Z[ recovery-image] Dec 07 00:42:22.573 INFO O| Dec 07 00:42:22.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77082024-12-07T00:42:22.952Z[ recovery-image] Dec 07 00:42:22.573 INFO O| Dec 07 00:42:22.573 INFO STEP 1114 (remove_files) COMPLETE
77092024-12-07T00:42:22.952Z[ recovery-image] Dec 07 00:42:22.573 INFO O| Dec 07 00:42:22.573 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-07T00:42:22.952Z[ recovery-image] Dec 07 00:42:22.587 INFO O| Dec 07 00:42:22.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77112024-12-07T00:42:22.952Z[ recovery-image] Dec 07 00:42:22.587 INFO O| Dec 07 00:42:22.587 INFO STEP 1115 (remove_files) COMPLETE
77122024-12-07T00:42:22.952Z[ recovery-image] Dec 07 00:42:22.587 INFO O| Dec 07 00:42:22.587 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-07T00:42:22.975Z[ recovery-image] Dec 07 00:42:22.601 INFO O| Dec 07 00:42:22.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77142024-12-07T00:42:22.975Z[ recovery-image] Dec 07 00:42:22.601 INFO O| Dec 07 00:42:22.601 INFO STEP 1116 (remove_files) COMPLETE
77152024-12-07T00:42:22.975Z[ recovery-image] Dec 07 00:42:22.601 INFO O| Dec 07 00:42:22.601 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-07T00:42:22.975Z[ recovery-image] Dec 07 00:42:22.615 INFO O| Dec 07 00:42:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77172024-12-07T00:42:22.975Z[ recovery-image] Dec 07 00:42:22.615 INFO O| Dec 07 00:42:22.615 INFO STEP 1117 (remove_files) COMPLETE
77182024-12-07T00:42:22.975Z[ recovery-image] Dec 07 00:42:22.615 INFO O| Dec 07 00:42:22.615 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-07T00:42:23.000Z[ recovery-image] Dec 07 00:42:22.629 INFO O| Dec 07 00:42:22.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77202024-12-07T00:42:23.000Z[ recovery-image] Dec 07 00:42:22.629 INFO O| Dec 07 00:42:22.629 INFO STEP 1118 (remove_files) COMPLETE
77212024-12-07T00:42:23.000Z[ recovery-image] Dec 07 00:42:22.629 INFO O| Dec 07 00:42:22.629 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-07T00:42:23.024Z[ recovery-image] Dec 07 00:42:22.646 INFO O| Dec 07 00:42:22.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77232024-12-07T00:42:23.024Z[ recovery-image] Dec 07 00:42:22.646 INFO O| Dec 07 00:42:22.646 INFO STEP 1119 (remove_files) COMPLETE
77242024-12-07T00:42:23.024Z[ recovery-image] Dec 07 00:42:22.646 INFO O| Dec 07 00:42:22.646 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-07T00:42:23.024Z[ recovery-image] Dec 07 00:42:22.662 INFO O| Dec 07 00:42:22.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77262024-12-07T00:42:23.024Z[ recovery-image] Dec 07 00:42:22.662 INFO O| Dec 07 00:42:22.662 INFO STEP 1120 (remove_files) COMPLETE
77272024-12-07T00:42:23.024Z[ recovery-image] Dec 07 00:42:22.662 INFO O| Dec 07 00:42:22.662 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-07T00:42:23.048Z[ recovery-image] Dec 07 00:42:22.677 INFO O| Dec 07 00:42:22.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77292024-12-07T00:42:23.048Z[ recovery-image] Dec 07 00:42:22.677 INFO O| Dec 07 00:42:22.677 INFO STEP 1121 (remove_files) COMPLETE
77302024-12-07T00:42:23.048Z[ recovery-image] Dec 07 00:42:22.677 INFO O| Dec 07 00:42:22.677 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-07T00:42:23.071Z[ recovery-image] Dec 07 00:42:22.691 INFO O| Dec 07 00:42:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77322024-12-07T00:42:23.071Z[ recovery-image] Dec 07 00:42:22.691 INFO O| Dec 07 00:42:22.691 INFO STEP 1122 (remove_files) COMPLETE
77332024-12-07T00:42:23.071Z[ recovery-image] Dec 07 00:42:22.691 INFO O| Dec 07 00:42:22.691 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-07T00:42:23.072Z[ recovery-image] Dec 07 00:42:22.707 INFO O| Dec 07 00:42:22.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77352024-12-07T00:42:23.072Z[ recovery-image] Dec 07 00:42:22.707 INFO O| Dec 07 00:42:22.707 INFO STEP 1123 (remove_files) COMPLETE
77362024-12-07T00:42:23.072Z[ recovery-image] Dec 07 00:42:22.707 INFO O| Dec 07 00:42:22.707 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-07T00:42:23.095Z[ recovery-image] Dec 07 00:42:22.720 INFO O| Dec 07 00:42:22.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77382024-12-07T00:42:23.095Z[ recovery-image] Dec 07 00:42:22.720 INFO O| Dec 07 00:42:22.720 INFO STEP 1124 (remove_files) COMPLETE
77392024-12-07T00:42:23.095Z[ recovery-image] Dec 07 00:42:22.720 INFO O| Dec 07 00:42:22.720 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-07T00:42:23.096Z[ recovery-image] Dec 07 00:42:22.733 INFO O| Dec 07 00:42:22.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77412024-12-07T00:42:23.096Z[ recovery-image] Dec 07 00:42:22.733 INFO O| Dec 07 00:42:22.733 INFO STEP 1125 (remove_files) COMPLETE
77422024-12-07T00:42:23.096Z[ recovery-image] Dec 07 00:42:22.733 INFO O| Dec 07 00:42:22.733 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-07T00:42:23.119Z[ recovery-image] Dec 07 00:42:22.749 INFO O| Dec 07 00:42:22.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77442024-12-07T00:42:23.119Z[ recovery-image] Dec 07 00:42:22.749 INFO O| Dec 07 00:42:22.749 INFO STEP 1126 (remove_files) COMPLETE
77452024-12-07T00:42:23.119Z[ recovery-image] Dec 07 00:42:22.750 INFO O| Dec 07 00:42:22.749 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-07T00:42:23.142Z[ recovery-image] Dec 07 00:42:22.766 INFO O| Dec 07 00:42:22.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77472024-12-07T00:42:23.142Z[ recovery-image] Dec 07 00:42:22.767 INFO O| Dec 07 00:42:22.767 INFO STEP 1127 (remove_files) COMPLETE
77482024-12-07T00:42:23.143Z[ recovery-image] Dec 07 00:42:22.767 INFO O| Dec 07 00:42:22.767 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-07T00:42:23.143Z[ recovery-image] Dec 07 00:42:22.782 INFO O| Dec 07 00:42:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77502024-12-07T00:42:23.143Z[ recovery-image] Dec 07 00:42:22.782 INFO O| Dec 07 00:42:22.782 INFO STEP 1128 (remove_files) COMPLETE
77512024-12-07T00:42:23.143Z[ recovery-image] Dec 07 00:42:22.782 INFO O| Dec 07 00:42:22.782 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-07T00:42:23.167Z[ recovery-image] Dec 07 00:42:22.796 INFO O| Dec 07 00:42:22.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77532024-12-07T00:42:23.167Z[ recovery-image] Dec 07 00:42:22.796 INFO O| Dec 07 00:42:22.796 INFO STEP 1129 (remove_files) COMPLETE
77542024-12-07T00:42:23.167Z[ recovery-image] Dec 07 00:42:22.796 INFO O| Dec 07 00:42:22.796 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-07T00:42:23.191Z[ recovery-image] Dec 07 00:42:22.810 INFO O| Dec 07 00:42:22.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77562024-12-07T00:42:23.191Z[ recovery-image] Dec 07 00:42:22.811 INFO O| Dec 07 00:42:22.811 INFO STEP 1130 (remove_files) COMPLETE
77572024-12-07T00:42:23.191Z[ recovery-image] Dec 07 00:42:22.811 INFO O| Dec 07 00:42:22.811 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-07T00:42:23.191Z[ recovery-image] Dec 07 00:42:22.824 INFO O| Dec 07 00:42:22.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77592024-12-07T00:42:23.191Z[ recovery-image] Dec 07 00:42:22.824 INFO O| Dec 07 00:42:22.824 INFO STEP 1131 (remove_files) COMPLETE
77602024-12-07T00:42:23.191Z[ recovery-image] Dec 07 00:42:22.824 INFO O| Dec 07 00:42:22.824 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-07T00:42:23.215Z[ recovery-image] Dec 07 00:42:22.837 INFO O| Dec 07 00:42:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77622024-12-07T00:42:23.215Z[ recovery-image] Dec 07 00:42:22.837 INFO O| Dec 07 00:42:22.837 INFO STEP 1132 (remove_files) COMPLETE
77632024-12-07T00:42:23.215Z[ recovery-image] Dec 07 00:42:22.837 INFO O| Dec 07 00:42:22.837 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-07T00:42:23.215Z[ recovery-image] Dec 07 00:42:22.850 INFO O| Dec 07 00:42:22.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77652024-12-07T00:42:23.215Z[ recovery-image] Dec 07 00:42:22.850 INFO O| Dec 07 00:42:22.850 INFO STEP 1133 (remove_files) COMPLETE
77662024-12-07T00:42:23.215Z[ recovery-image] Dec 07 00:42:22.850 INFO O| Dec 07 00:42:22.850 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-07T00:42:23.238Z[ recovery-image] Dec 07 00:42:22.865 INFO O| Dec 07 00:42:22.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77682024-12-07T00:42:23.239Z[ recovery-image] Dec 07 00:42:22.865 INFO O| Dec 07 00:42:22.865 INFO STEP 1134 (remove_files) COMPLETE
77692024-12-07T00:42:23.239Z[ recovery-image] Dec 07 00:42:22.865 INFO O| Dec 07 00:42:22.865 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-07T00:42:23.239Z[ recovery-image] Dec 07 00:42:22.880 INFO O| Dec 07 00:42:22.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77712024-12-07T00:42:23.239Z[ recovery-image] Dec 07 00:42:22.880 INFO O| Dec 07 00:42:22.880 INFO STEP 1135 (remove_files) COMPLETE
77722024-12-07T00:42:23.239Z[ recovery-image] Dec 07 00:42:22.880 INFO O| Dec 07 00:42:22.880 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-07T00:42:23.262Z[ recovery-image] Dec 07 00:42:22.894 INFO O| Dec 07 00:42:22.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77742024-12-07T00:42:23.262Z[ recovery-image] Dec 07 00:42:22.894 INFO O| Dec 07 00:42:22.894 INFO STEP 1136 (remove_files) COMPLETE
77752024-12-07T00:42:23.262Z[ recovery-image] Dec 07 00:42:22.894 INFO O| Dec 07 00:42:22.894 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-07T00:42:23.286Z[ recovery-image] Dec 07 00:42:22.907 INFO O| Dec 07 00:42:22.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77772024-12-07T00:42:23.286Z[ recovery-image] Dec 07 00:42:22.907 INFO O| Dec 07 00:42:22.907 INFO STEP 1137 (remove_files) COMPLETE
77782024-12-07T00:42:23.286Z[ recovery-image] Dec 07 00:42:22.907 INFO O| Dec 07 00:42:22.907 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-07T00:42:23.286Z[ recovery-image] Dec 07 00:42:22.920 INFO O| Dec 07 00:42:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77802024-12-07T00:42:23.286Z[ recovery-image] Dec 07 00:42:22.920 INFO O| Dec 07 00:42:22.920 INFO STEP 1138 (remove_files) COMPLETE
77812024-12-07T00:42:23.286Z[ recovery-image] Dec 07 00:42:22.920 INFO O| Dec 07 00:42:22.920 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-07T00:42:23.310Z[ recovery-image] Dec 07 00:42:22.932 INFO O| Dec 07 00:42:22.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77832024-12-07T00:42:23.310Z[ recovery-image] Dec 07 00:42:22.932 INFO O| Dec 07 00:42:22.932 INFO STEP 1139 (remove_files) COMPLETE
77842024-12-07T00:42:23.310Z[ recovery-image] Dec 07 00:42:22.932 INFO O| Dec 07 00:42:22.932 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-07T00:42:23.310Z[ recovery-image] Dec 07 00:42:22.947 INFO O| Dec 07 00:42:22.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77862024-12-07T00:42:23.310Z[ recovery-image] Dec 07 00:42:22.947 INFO O| Dec 07 00:42:22.947 INFO STEP 1140 (remove_files) COMPLETE
77872024-12-07T00:42:23.310Z[ recovery-image] Dec 07 00:42:22.947 INFO O| Dec 07 00:42:22.947 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-07T00:42:23.334Z[ recovery-image] Dec 07 00:42:22.961 INFO O| Dec 07 00:42:22.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77892024-12-07T00:42:23.335Z[ recovery-image] Dec 07 00:42:22.961 INFO O| Dec 07 00:42:22.961 INFO STEP 1141 (remove_files) COMPLETE
77902024-12-07T00:42:23.335Z[ recovery-image] Dec 07 00:42:22.961 INFO O| Dec 07 00:42:22.961 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-07T00:42:23.335Z[ recovery-image] Dec 07 00:42:22.975 INFO O| Dec 07 00:42:22.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77922024-12-07T00:42:23.335Z[ recovery-image] Dec 07 00:42:22.975 INFO O| Dec 07 00:42:22.975 INFO STEP 1142 (remove_files) COMPLETE
77932024-12-07T00:42:23.335Z[ recovery-image] Dec 07 00:42:22.975 INFO O| Dec 07 00:42:22.975 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-07T00:42:23.361Z[ recovery-image] Dec 07 00:42:22.989 INFO O| Dec 07 00:42:22.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77952024-12-07T00:42:23.361Z[ recovery-image] Dec 07 00:42:22.989 INFO O| Dec 07 00:42:22.989 INFO STEP 1143 (remove_files) COMPLETE
77962024-12-07T00:42:23.361Z[ recovery-image] Dec 07 00:42:22.989 INFO O| Dec 07 00:42:22.989 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-07T00:42:23.361Z[ recovery-image] Dec 07 00:42:23.003 INFO O| Dec 07 00:42:23.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77982024-12-07T00:42:23.361Z[ recovery-image] Dec 07 00:42:23.003 INFO O| Dec 07 00:42:23.003 INFO STEP 1144 (remove_files) COMPLETE
77992024-12-07T00:42:23.361Z[ recovery-image] Dec 07 00:42:23.003 INFO O| Dec 07 00:42:23.003 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-07T00:42:23.385Z[ recovery-image] Dec 07 00:42:23.016 INFO O| Dec 07 00:42:23.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78012024-12-07T00:42:23.385Z[ recovery-image] Dec 07 00:42:23.016 INFO O| Dec 07 00:42:23.016 INFO STEP 1145 (remove_files) COMPLETE
78022024-12-07T00:42:23.385Z[ recovery-image] Dec 07 00:42:23.016 INFO O| Dec 07 00:42:23.016 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-07T00:42:23.409Z[ recovery-image] Dec 07 00:42:23.029 INFO O| Dec 07 00:42:23.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78042024-12-07T00:42:23.409Z[ recovery-image] Dec 07 00:42:23.029 INFO O| Dec 07 00:42:23.029 INFO STEP 1146 (remove_files) COMPLETE
78052024-12-07T00:42:23.409Z[ recovery-image] Dec 07 00:42:23.029 INFO O| Dec 07 00:42:23.029 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-07T00:42:23.409Z[ recovery-image] Dec 07 00:42:23.044 INFO O| Dec 07 00:42:23.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78072024-12-07T00:42:23.409Z[ recovery-image] Dec 07 00:42:23.044 INFO O| Dec 07 00:42:23.044 INFO STEP 1147 (remove_files) COMPLETE
78082024-12-07T00:42:23.409Z[ recovery-image] Dec 07 00:42:23.044 INFO O| Dec 07 00:42:23.044 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-07T00:42:23.433Z[ recovery-image] Dec 07 00:42:23.058 INFO O| Dec 07 00:42:23.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78102024-12-07T00:42:23.433Z[ recovery-image] Dec 07 00:42:23.059 INFO O| Dec 07 00:42:23.058 INFO STEP 1148 (remove_files) COMPLETE
78112024-12-07T00:42:23.433Z[ recovery-image] Dec 07 00:42:23.059 INFO O| Dec 07 00:42:23.059 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-07T00:42:23.433Z[ recovery-image] Dec 07 00:42:23.072 INFO O| Dec 07 00:42:23.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78132024-12-07T00:42:23.433Z[ recovery-image] Dec 07 00:42:23.072 INFO O| Dec 07 00:42:23.072 INFO STEP 1149 (remove_files) COMPLETE
78142024-12-07T00:42:23.433Z[ recovery-image] Dec 07 00:42:23.072 INFO O| Dec 07 00:42:23.072 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.089 INFO O| Dec 07 00:42:23.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78162024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.089 INFO O| Dec 07 00:42:23.089 INFO STEP 1150 (remove_files) COMPLETE
78172024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.089 INFO O| Dec 07 00:42:23.089 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.104 INFO O| Dec 07 00:42:23.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78192024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.104 INFO O| Dec 07 00:42:23.104 INFO STEP 1151 (remove_files) COMPLETE
78202024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.104 INFO O| Dec 07 00:42:23.104 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.118 INFO O| Dec 07 00:42:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78222024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.119 INFO O| Dec 07 00:42:23.119 INFO STEP 1152 (remove_files) COMPLETE
78232024-12-07T00:42:23.484Z[ recovery-image] Dec 07 00:42:23.119 INFO O| Dec 07 00:42:23.119 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-07T00:42:23.508Z[ recovery-image] Dec 07 00:42:23.132 INFO O| Dec 07 00:42:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78252024-12-07T00:42:23.508Z[ recovery-image] Dec 07 00:42:23.132 INFO O| Dec 07 00:42:23.132 INFO STEP 1153 (remove_files) COMPLETE
78262024-12-07T00:42:23.508Z[ recovery-image] Dec 07 00:42:23.132 INFO O| Dec 07 00:42:23.132 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-07T00:42:23.508Z[ recovery-image] Dec 07 00:42:23.145 INFO O| Dec 07 00:42:23.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78282024-12-07T00:42:23.508Z[ recovery-image] Dec 07 00:42:23.146 INFO O| Dec 07 00:42:23.145 INFO STEP 1154 (remove_files) COMPLETE
78292024-12-07T00:42:23.508Z[ recovery-image] Dec 07 00:42:23.146 INFO O| Dec 07 00:42:23.146 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-07T00:42:23.532Z[ recovery-image] Dec 07 00:42:23.160 INFO O| Dec 07 00:42:23.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78312024-12-07T00:42:23.532Z[ recovery-image] Dec 07 00:42:23.160 INFO O| Dec 07 00:42:23.160 INFO STEP 1155 (remove_files) COMPLETE
78322024-12-07T00:42:23.532Z[ recovery-image] Dec 07 00:42:23.160 INFO O| Dec 07 00:42:23.160 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-07T00:42:23.532Z[ recovery-image] Dec 07 00:42:23.173 INFO O| Dec 07 00:42:23.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78342024-12-07T00:42:23.532Z[ recovery-image] Dec 07 00:42:23.173 INFO O| Dec 07 00:42:23.173 INFO STEP 1156 (remove_files) COMPLETE
78352024-12-07T00:42:23.532Z[ recovery-image] Dec 07 00:42:23.173 INFO O| Dec 07 00:42:23.173 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-07T00:42:23.557Z[ recovery-image] Dec 07 00:42:23.186 INFO O| Dec 07 00:42:23.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78372024-12-07T00:42:23.557Z[ recovery-image] Dec 07 00:42:23.186 INFO O| Dec 07 00:42:23.186 INFO STEP 1157 (remove_files) COMPLETE
78382024-12-07T00:42:23.558Z[ recovery-image] Dec 07 00:42:23.186 INFO O| Dec 07 00:42:23.186 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-07T00:42:23.583Z[ recovery-image] Dec 07 00:42:23.199 INFO O| Dec 07 00:42:23.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78402024-12-07T00:42:23.583Z[ recovery-image] Dec 07 00:42:23.199 INFO O| Dec 07 00:42:23.199 INFO STEP 1158 (remove_files) COMPLETE
78412024-12-07T00:42:23.583Z[ recovery-image] Dec 07 00:42:23.199 INFO O| Dec 07 00:42:23.199 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-07T00:42:23.583Z[ recovery-image] Dec 07 00:42:23.212 INFO O| Dec 07 00:42:23.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78432024-12-07T00:42:23.583Z[ recovery-image] Dec 07 00:42:23.212 INFO O| Dec 07 00:42:23.212 INFO STEP 1159 (remove_files) COMPLETE
78442024-12-07T00:42:23.583Z[ recovery-image] Dec 07 00:42:23.212 INFO O| Dec 07 00:42:23.212 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-07T00:42:23.607Z[ recovery-image] Dec 07 00:42:23.226 INFO O| Dec 07 00:42:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78462024-12-07T00:42:23.607Z[ recovery-image] Dec 07 00:42:23.226 INFO O| Dec 07 00:42:23.226 INFO STEP 1160 (remove_files) COMPLETE
78472024-12-07T00:42:23.607Z[ recovery-image] Dec 07 00:42:23.226 INFO O| Dec 07 00:42:23.226 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-07T00:42:23.607Z[ recovery-image] Dec 07 00:42:23.240 INFO O| Dec 07 00:42:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78492024-12-07T00:42:23.607Z[ recovery-image] Dec 07 00:42:23.240 INFO O| Dec 07 00:42:23.240 INFO STEP 1161 (remove_files) COMPLETE
78502024-12-07T00:42:23.607Z[ recovery-image] Dec 07 00:42:23.240 INFO O| Dec 07 00:42:23.240 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-07T00:42:23.631Z[ recovery-image] Dec 07 00:42:23.253 INFO O| Dec 07 00:42:23.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78522024-12-07T00:42:23.631Z[ recovery-image] Dec 07 00:42:23.253 INFO O| Dec 07 00:42:23.253 INFO STEP 1162 (remove_files) COMPLETE
78532024-12-07T00:42:23.631Z[ recovery-image] Dec 07 00:42:23.253 INFO O| Dec 07 00:42:23.253 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-07T00:42:23.631Z[ recovery-image] Dec 07 00:42:23.266 INFO O| Dec 07 00:42:23.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78552024-12-07T00:42:23.632Z[ recovery-image] Dec 07 00:42:23.266 INFO O| Dec 07 00:42:23.266 INFO STEP 1163 (remove_files) COMPLETE
78562024-12-07T00:42:23.632Z[ recovery-image] Dec 07 00:42:23.266 INFO O| Dec 07 00:42:23.266 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-07T00:42:23.656Z[ recovery-image] Dec 07 00:42:23.280 INFO O| Dec 07 00:42:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78582024-12-07T00:42:23.656Z[ recovery-image] Dec 07 00:42:23.280 INFO O| Dec 07 00:42:23.280 INFO STEP 1164 (remove_files) COMPLETE
78592024-12-07T00:42:23.656Z[ recovery-image] Dec 07 00:42:23.280 INFO O| Dec 07 00:42:23.280 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-07T00:42:23.656Z[ recovery-image] Dec 07 00:42:23.293 INFO O| Dec 07 00:42:23.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78612024-12-07T00:42:23.656Z[ recovery-image] Dec 07 00:42:23.293 INFO O| Dec 07 00:42:23.293 INFO STEP 1165 (remove_files) COMPLETE
78622024-12-07T00:42:23.656Z[ recovery-image] Dec 07 00:42:23.293 INFO O| Dec 07 00:42:23.293 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-07T00:42:23.680Z[ recovery-image] Dec 07 00:42:23.310 INFO O| Dec 07 00:42:23.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78642024-12-07T00:42:23.680Z[ recovery-image] Dec 07 00:42:23.310 INFO O| Dec 07 00:42:23.310 INFO STEP 1166 (remove_files) COMPLETE
78652024-12-07T00:42:23.680Z[ recovery-image] Dec 07 00:42:23.310 INFO O| Dec 07 00:42:23.310 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-07T00:42:23.704Z[ recovery-image] Dec 07 00:42:23.325 INFO O| Dec 07 00:42:23.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78672024-12-07T00:42:23.704Z[ recovery-image] Dec 07 00:42:23.326 INFO O| Dec 07 00:42:23.326 INFO STEP 1167 (remove_files) COMPLETE
78682024-12-07T00:42:23.704Z[ recovery-image] Dec 07 00:42:23.326 INFO O| Dec 07 00:42:23.326 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-07T00:42:23.704Z[ recovery-image] Dec 07 00:42:23.340 INFO O| Dec 07 00:42:23.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78702024-12-07T00:42:23.704Z[ recovery-image] Dec 07 00:42:23.340 INFO O| Dec 07 00:42:23.340 INFO STEP 1168 (remove_files) COMPLETE
78712024-12-07T00:42:23.704Z[ recovery-image] Dec 07 00:42:23.340 INFO O| Dec 07 00:42:23.340 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-07T00:42:23.728Z[ recovery-image] Dec 07 00:42:23.357 INFO O| Dec 07 00:42:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78732024-12-07T00:42:23.728Z[ recovery-image] Dec 07 00:42:23.358 INFO O| Dec 07 00:42:23.357 INFO STEP 1169 (remove_files) COMPLETE
78742024-12-07T00:42:23.728Z[ recovery-image] Dec 07 00:42:23.358 INFO O| Dec 07 00:42:23.357 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-07T00:42:23.752Z[ recovery-image] Dec 07 00:42:23.372 INFO O| Dec 07 00:42:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78762024-12-07T00:42:23.752Z[ recovery-image] Dec 07 00:42:23.373 INFO O| Dec 07 00:42:23.372 INFO STEP 1170 (remove_files) COMPLETE
78772024-12-07T00:42:23.752Z[ recovery-image] Dec 07 00:42:23.373 INFO O| Dec 07 00:42:23.372 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-07T00:42:23.752Z[ recovery-image] Dec 07 00:42:23.389 INFO O| Dec 07 00:42:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78792024-12-07T00:42:23.752Z[ recovery-image] Dec 07 00:42:23.389 INFO O| Dec 07 00:42:23.389 INFO STEP 1171 (remove_files) COMPLETE
78802024-12-07T00:42:23.752Z[ recovery-image] Dec 07 00:42:23.389 INFO O| Dec 07 00:42:23.389 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-07T00:42:23.776Z[ recovery-image] Dec 07 00:42:23.407 INFO O| Dec 07 00:42:23.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78822024-12-07T00:42:23.777Z[ recovery-image] Dec 07 00:42:23.407 INFO O| Dec 07 00:42:23.407 INFO STEP 1172 (remove_files) COMPLETE
78832024-12-07T00:42:23.777Z[ recovery-image] Dec 07 00:42:23.407 INFO O| Dec 07 00:42:23.407 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-07T00:42:23.801Z[ recovery-image] Dec 07 00:42:23.422 INFO O| Dec 07 00:42:23.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78852024-12-07T00:42:23.801Z[ recovery-image] Dec 07 00:42:23.422 INFO O| Dec 07 00:42:23.422 INFO STEP 1173 (remove_files) COMPLETE
78862024-12-07T00:42:23.801Z[ recovery-image] Dec 07 00:42:23.422 INFO O| Dec 07 00:42:23.422 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-07T00:42:23.801Z[ recovery-image] Dec 07 00:42:23.437 INFO O| Dec 07 00:42:23.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78882024-12-07T00:42:23.801Z[ recovery-image] Dec 07 00:42:23.437 INFO O| Dec 07 00:42:23.437 INFO STEP 1174 (remove_files) COMPLETE
78892024-12-07T00:42:23.801Z[ recovery-image] Dec 07 00:42:23.437 INFO O| Dec 07 00:42:23.437 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-07T00:42:23.825Z[ recovery-image] Dec 07 00:42:23.453 INFO O| Dec 07 00:42:23.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78912024-12-07T00:42:23.825Z[ recovery-image] Dec 07 00:42:23.453 INFO O| Dec 07 00:42:23.453 INFO STEP 1175 (remove_files) COMPLETE
78922024-12-07T00:42:23.825Z[ recovery-image] Dec 07 00:42:23.453 INFO O| Dec 07 00:42:23.453 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-07T00:42:23.825Z[ recovery-image] Dec 07 00:42:23.466 INFO O| Dec 07 00:42:23.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78942024-12-07T00:42:23.825Z[ recovery-image] Dec 07 00:42:23.466 INFO O| Dec 07 00:42:23.466 INFO STEP 1176 (remove_files) COMPLETE
78952024-12-07T00:42:23.825Z[ recovery-image] Dec 07 00:42:23.466 INFO O| Dec 07 00:42:23.466 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-07T00:42:23.849Z[ recovery-image] Dec 07 00:42:23.479 INFO O| Dec 07 00:42:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78972024-12-07T00:42:23.849Z[ recovery-image] Dec 07 00:42:23.479 INFO O| Dec 07 00:42:23.479 INFO STEP 1177 (remove_files) COMPLETE
78982024-12-07T00:42:23.849Z[ recovery-image] Dec 07 00:42:23.479 INFO O| Dec 07 00:42:23.479 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-07T00:42:23.873Z[ recovery-image] Dec 07 00:42:23.492 INFO O| Dec 07 00:42:23.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79002024-12-07T00:42:23.873Z[ recovery-image] Dec 07 00:42:23.492 INFO O| Dec 07 00:42:23.492 INFO STEP 1178 (remove_files) COMPLETE
79012024-12-07T00:42:23.873Z[ recovery-image] Dec 07 00:42:23.492 INFO O| Dec 07 00:42:23.492 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-07T00:42:23.873Z[ recovery-image] Dec 07 00:42:23.504 INFO O| Dec 07 00:42:23.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79032024-12-07T00:42:23.873Z[ recovery-image] Dec 07 00:42:23.504 INFO O| Dec 07 00:42:23.504 INFO STEP 1179 (remove_files) COMPLETE
79042024-12-07T00:42:23.873Z[ recovery-image] Dec 07 00:42:23.504 INFO O| Dec 07 00:42:23.504 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-07T00:42:23.897Z[ recovery-image] Dec 07 00:42:23.516 INFO O| Dec 07 00:42:23.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79062024-12-07T00:42:23.897Z[ recovery-image] Dec 07 00:42:23.516 INFO O| Dec 07 00:42:23.516 INFO STEP 1180 (remove_files) COMPLETE
79072024-12-07T00:42:23.897Z[ recovery-image] Dec 07 00:42:23.516 INFO O| Dec 07 00:42:23.516 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-07T00:42:23.897Z[ recovery-image] Dec 07 00:42:23.529 INFO O| Dec 07 00:42:23.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79092024-12-07T00:42:23.897Z[ recovery-image] Dec 07 00:42:23.529 INFO O| Dec 07 00:42:23.529 INFO STEP 1181 (remove_files) COMPLETE
79102024-12-07T00:42:23.897Z[ recovery-image] Dec 07 00:42:23.529 INFO O| Dec 07 00:42:23.529 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-07T00:42:23.921Z[ recovery-image] Dec 07 00:42:23.546 INFO O| Dec 07 00:42:23.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79122024-12-07T00:42:23.921Z[ recovery-image] Dec 07 00:42:23.546 INFO O| Dec 07 00:42:23.546 INFO STEP 1182 (remove_files) COMPLETE
79132024-12-07T00:42:23.921Z[ recovery-image] Dec 07 00:42:23.546 INFO O| Dec 07 00:42:23.546 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-07T00:42:23.922Z[ recovery-image] Dec 07 00:42:23.561 INFO O| Dec 07 00:42:23.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79152024-12-07T00:42:23.922Z[ recovery-image] Dec 07 00:42:23.561 INFO O| Dec 07 00:42:23.561 INFO STEP 1183 (remove_files) COMPLETE
79162024-12-07T00:42:23.922Z[ recovery-image] Dec 07 00:42:23.561 INFO O| Dec 07 00:42:23.561 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-07T00:42:23.946Z[ recovery-image] Dec 07 00:42:23.574 INFO O| Dec 07 00:42:23.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79182024-12-07T00:42:23.946Z[ recovery-image] Dec 07 00:42:23.575 INFO O| Dec 07 00:42:23.575 INFO STEP 1184 (remove_files) COMPLETE
79192024-12-07T00:42:23.946Z[ recovery-image] Dec 07 00:42:23.575 INFO O| Dec 07 00:42:23.575 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-07T00:42:23.946Z[ recovery-image] Dec 07 00:42:23.588 INFO O| Dec 07 00:42:23.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79212024-12-07T00:42:23.946Z[ recovery-image] Dec 07 00:42:23.588 INFO O| Dec 07 00:42:23.588 INFO STEP 1185 (remove_files) COMPLETE
79222024-12-07T00:42:23.946Z[ recovery-image] Dec 07 00:42:23.588 INFO O| Dec 07 00:42:23.588 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-07T00:42:23.971Z[ recovery-image] Dec 07 00:42:23.601 INFO O| Dec 07 00:42:23.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79242024-12-07T00:42:23.971Z[ recovery-image] Dec 07 00:42:23.601 INFO O| Dec 07 00:42:23.601 INFO STEP 1186 (remove_files) COMPLETE
79252024-12-07T00:42:23.971Z[ recovery-image] Dec 07 00:42:23.601 INFO O| Dec 07 00:42:23.601 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-07T00:42:23.994Z[ recovery-image] Dec 07 00:42:23.618 INFO O| Dec 07 00:42:23.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79272024-12-07T00:42:23.994Z[ recovery-image] Dec 07 00:42:23.618 INFO O| Dec 07 00:42:23.618 INFO STEP 1187 (remove_files) COMPLETE
79282024-12-07T00:42:23.994Z[ recovery-image] Dec 07 00:42:23.618 INFO O| Dec 07 00:42:23.618 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-07T00:42:23.995Z[ recovery-image] Dec 07 00:42:23.631 INFO O| Dec 07 00:42:23.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79302024-12-07T00:42:23.995Z[ recovery-image] Dec 07 00:42:23.632 INFO O| Dec 07 00:42:23.632 INFO STEP 1188 (remove_files) COMPLETE
79312024-12-07T00:42:23.995Z[ recovery-image] Dec 07 00:42:23.632 INFO O| Dec 07 00:42:23.632 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-07T00:42:24.019Z[ recovery-image] Dec 07 00:42:23.646 INFO O| Dec 07 00:42:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79332024-12-07T00:42:24.019Z[ recovery-image] Dec 07 00:42:23.646 INFO O| Dec 07 00:42:23.646 INFO STEP 1189 (remove_files) COMPLETE
79342024-12-07T00:42:24.019Z[ recovery-image] Dec 07 00:42:23.646 INFO O| Dec 07 00:42:23.646 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-07T00:42:24.019Z[ recovery-image] Dec 07 00:42:23.659 INFO O| Dec 07 00:42:23.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79362024-12-07T00:42:24.019Z[ recovery-image] Dec 07 00:42:23.659 INFO O| Dec 07 00:42:23.659 INFO STEP 1190 (remove_files) COMPLETE
79372024-12-07T00:42:24.019Z[ recovery-image] Dec 07 00:42:23.659 INFO O| Dec 07 00:42:23.659 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-07T00:42:24.043Z[ recovery-image] Dec 07 00:42:23.673 INFO O| Dec 07 00:42:23.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79392024-12-07T00:42:24.043Z[ recovery-image] Dec 07 00:42:23.673 INFO O| Dec 07 00:42:23.673 INFO STEP 1191 (remove_files) COMPLETE
79402024-12-07T00:42:24.043Z[ recovery-image] Dec 07 00:42:23.673 INFO O| Dec 07 00:42:23.673 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-07T00:42:24.067Z[ recovery-image] Dec 07 00:42:23.687 INFO O| Dec 07 00:42:23.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79422024-12-07T00:42:24.067Z[ recovery-image] Dec 07 00:42:23.688 INFO O| Dec 07 00:42:23.688 INFO STEP 1192 (remove_files) COMPLETE
79432024-12-07T00:42:24.067Z[ recovery-image] Dec 07 00:42:23.688 INFO O| Dec 07 00:42:23.688 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-07T00:42:24.067Z[ recovery-image] Dec 07 00:42:23.701 INFO O| Dec 07 00:42:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79452024-12-07T00:42:24.068Z[ recovery-image] Dec 07 00:42:23.701 INFO O| Dec 07 00:42:23.701 INFO STEP 1193 (remove_files) COMPLETE
79462024-12-07T00:42:24.068Z[ recovery-image] Dec 07 00:42:23.701 INFO O| Dec 07 00:42:23.701 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-07T00:42:24.091Z[ recovery-image] Dec 07 00:42:23.714 INFO O| Dec 07 00:42:23.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79482024-12-07T00:42:24.091Z[ recovery-image] Dec 07 00:42:23.714 INFO O| Dec 07 00:42:23.714 INFO STEP 1194 (remove_files) COMPLETE
79492024-12-07T00:42:24.091Z[ recovery-image] Dec 07 00:42:23.714 INFO O| Dec 07 00:42:23.714 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-07T00:42:24.091Z[ recovery-image] Dec 07 00:42:23.729 INFO O| Dec 07 00:42:23.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79512024-12-07T00:42:24.092Z[ recovery-image] Dec 07 00:42:23.729 INFO O| Dec 07 00:42:23.729 INFO STEP 1195 (remove_files) COMPLETE
79522024-12-07T00:42:24.092Z[ recovery-image] Dec 07 00:42:23.729 INFO O| Dec 07 00:42:23.729 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-07T00:42:24.115Z[ recovery-image] Dec 07 00:42:23.743 INFO O| Dec 07 00:42:23.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79542024-12-07T00:42:24.115Z[ recovery-image] Dec 07 00:42:23.743 INFO O| Dec 07 00:42:23.743 INFO STEP 1196 (remove_files) COMPLETE
79552024-12-07T00:42:24.115Z[ recovery-image] Dec 07 00:42:23.743 INFO O| Dec 07 00:42:23.743 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-07T00:42:24.115Z[ recovery-image] Dec 07 00:42:23.756 INFO O| Dec 07 00:42:23.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79572024-12-07T00:42:24.116Z[ recovery-image] Dec 07 00:42:23.756 INFO O| Dec 07 00:42:23.756 INFO STEP 1197 (remove_files) COMPLETE
79582024-12-07T00:42:24.116Z[ recovery-image] Dec 07 00:42:23.756 INFO O| Dec 07 00:42:23.756 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-07T00:42:24.139Z[ recovery-image] Dec 07 00:42:23.770 INFO O| Dec 07 00:42:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79602024-12-07T00:42:24.139Z[ recovery-image] Dec 07 00:42:23.771 INFO O| Dec 07 00:42:23.771 INFO STEP 1198 (remove_files) COMPLETE
79612024-12-07T00:42:24.139Z[ recovery-image] Dec 07 00:42:23.771 INFO O| Dec 07 00:42:23.771 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-07T00:42:24.163Z[ recovery-image] Dec 07 00:42:23.784 INFO O| Dec 07 00:42:23.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79632024-12-07T00:42:24.163Z[ recovery-image] Dec 07 00:42:23.784 INFO O| Dec 07 00:42:23.784 INFO STEP 1199 (remove_files) COMPLETE
79642024-12-07T00:42:24.163Z[ recovery-image] Dec 07 00:42:23.784 INFO O| Dec 07 00:42:23.784 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-07T00:42:24.163Z[ recovery-image] Dec 07 00:42:23.797 INFO O| Dec 07 00:42:23.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79662024-12-07T00:42:24.163Z[ recovery-image] Dec 07 00:42:23.797 INFO O| Dec 07 00:42:23.797 INFO STEP 1200 (remove_files) COMPLETE
79672024-12-07T00:42:24.163Z[ recovery-image] Dec 07 00:42:23.797 INFO O| Dec 07 00:42:23.797 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-07T00:42:24.191Z[ recovery-image] Dec 07 00:42:23.810 INFO O| Dec 07 00:42:23.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79692024-12-07T00:42:24.191Z[ recovery-image] Dec 07 00:42:23.810 INFO O| Dec 07 00:42:23.810 INFO STEP 1201 (remove_files) COMPLETE
79702024-12-07T00:42:24.191Z[ recovery-image] Dec 07 00:42:23.810 INFO O| Dec 07 00:42:23.810 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-07T00:42:24.191Z[ recovery-image] Dec 07 00:42:23.825 INFO O| Dec 07 00:42:23.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79722024-12-07T00:42:24.191Z[ recovery-image] Dec 07 00:42:23.825 INFO O| Dec 07 00:42:23.825 INFO STEP 1202 (remove_files) COMPLETE
79732024-12-07T00:42:24.191Z[ recovery-image] Dec 07 00:42:23.825 INFO O| Dec 07 00:42:23.825 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-07T00:42:24.216Z[ recovery-image] Dec 07 00:42:23.841 INFO O| Dec 07 00:42:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79752024-12-07T00:42:24.216Z[ recovery-image] Dec 07 00:42:23.842 INFO O| Dec 07 00:42:23.841 INFO STEP 1203 (remove_files) COMPLETE
79762024-12-07T00:42:24.216Z[ recovery-image] Dec 07 00:42:23.842 INFO O| Dec 07 00:42:23.842 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-07T00:42:24.216Z[ recovery-image] Dec 07 00:42:23.856 INFO O| Dec 07 00:42:23.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79782024-12-07T00:42:24.216Z[ recovery-image] Dec 07 00:42:23.856 INFO O| Dec 07 00:42:23.856 INFO STEP 1204 (remove_files) COMPLETE
79792024-12-07T00:42:24.216Z[ recovery-image] Dec 07 00:42:23.856 INFO O| Dec 07 00:42:23.856 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-07T00:42:24.241Z[ recovery-image] Dec 07 00:42:23.874 INFO O| Dec 07 00:42:23.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79812024-12-07T00:42:24.241Z[ recovery-image] Dec 07 00:42:23.874 INFO O| Dec 07 00:42:23.874 INFO STEP 1205 (remove_files) COMPLETE
79822024-12-07T00:42:24.241Z[ recovery-image] Dec 07 00:42:23.874 INFO O| Dec 07 00:42:23.874 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79832024-12-07T00:42:24.265Z[ recovery-image] Dec 07 00:42:23.895 INFO O| Dec 07 00:42:23.895 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79842024-12-07T00:42:24.265Z[ recovery-image] Dec 07 00:42:23.895 INFO O| Dec 07 00:42:23.895 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79852024-12-07T00:42:25.031Z[ recovery-image] Dec 07 00:42:24.674 INFO O| Dec 07 00:42:24.674 INFO STEP 1206 (pack_tar) COMPLETE
79862024-12-07T00:42:25.031Z[ recovery-image] Dec 07 00:42:24.674 INFO O| Dec 07 00:42:24.674 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79872024-12-07T00:42:25.056Z[ recovery-image] Dec 07 00:42:24.674 INFO O| Dec 07 00:42:24.674 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79882024-12-07T00:42:25.203Z[ recovery-image] Dec 07 00:42:24.845 INFO O| Dec 07 00:42:24.845 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79892024-12-07T00:42:25.249Z[ recovery-image] Dec 07 00:42:24.892 INFO O| Dec 07 00:42:24.891 INFO completed processing gimlet/ramdisk-03-recovery-trim
79902024-12-07T00:42:25.273Z[ recovery-image] Dec 07 00:42:24.899 INFO image builder template: zfs-recovery...
79912024-12-07T00:42:25.273Z[ recovery-image] Dec 07 00:42:24.899 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/.tmpG7JHZK/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
79922024-12-07T00:42:25.302Z[ recovery-image] Dec 07 00:42:24.945 INFO O| Dec 07 00:42:24.945 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79932024-12-07T00:42:26.350Z[ recovery-image] Dec 07 00:42:24.952 INFO O| Dec 07 00:42:24.952 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79942024-12-07T00:42:26.374Z[ recovery-image] Dec 07 00:42:24.981 INFO O| Dec 07 00:42:24.981 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79952024-12-07T00:42:26.374Z[ recovery-image] Dec 07 00:42:25.009 INFO O| Dec 07 00:42:25.009 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79962024-12-07T00:42:26.374Z[ recovery-image] Dec 07 00:42:25.009 INFO O| Dec 07 00:42:25.009 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79972024-12-07T00:42:26.374Z[ recovery-image] Dec 07 00:42:25.015 INFO O| Dec 07 00:42:25.015 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79982024-12-07T00:42:26.374Z[ recovery-image] Dec 07 00:42:25.049 INFO O| Dec 07 00:42:25.049 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79992024-12-07T00:42:26.374Z[ recovery-image] Dec 07 00:42:25.071 INFO O| Dec 07 00:42:25.071 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80002024-12-07T00:42:26.374Z[ recovery-image] Dec 07 00:42:25.085 INFO O| Dec 07 00:42:25.085 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80012024-12-07T00:42:26.375Z[ recovery-image] Dec 07 00:42:25.092 INFO O| Dec 07 00:42:25.092 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80022024-12-07T00:42:26.375Z[ recovery-image] Dec 07 00:42:25.094 INFO O| Dec 07 00:42:25.094 INFO no lofi found
80032024-12-07T00:42:26.375Z[ recovery-image] Dec 07 00:42:25.094 INFO O| Dec 07 00:42:25.094 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80042024-12-07T00:42:26.375Z[ recovery-image] Dec 07 00:42:25.094 INFO O| Dec 07 00:42:25.094 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80052024-12-07T00:42:27.370Z[ recovery-image] Dec 07 00:42:27.012 INFO O| Dec 07 00:42:27.012 INFO lofi device = /dev/dsk/c3t1d0p0
80062024-12-07T00:42:27.370Z[ recovery-image] Dec 07 00:42:27.013 INFO O| Dec 07 00:42:27.012 INFO pool device = /dev/dsk/c3t1d0p0
80072024-12-07T00:42:27.394Z[ recovery-image] Dec 07 00:42:27.013 INFO O| Dec 07 00:42:27.013 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/c3t1d0p0"]
80082024-12-07T00:42:27.480Z[ recovery-image] Dec 07 00:42:27.123 INFO O| Dec 07 00:42:27.123 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80092024-12-07T00:42:27.480Z[ recovery-image] Dec 07 00:42:27.123 INFO O| Dec 07 00:42:27.123 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80102024-12-07T00:42:27.509Z[ recovery-image] Dec 07 00:42:27.152 INFO O| Dec 07 00:42:27.151 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80112024-12-07T00:42:27.585Z[ recovery-image] Dec 07 00:42:27.227 INFO O| Dec 07 00:42:27.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80122024-12-07T00:42:27.633Z[ recovery-image] Dec 07 00:42:27.276 INFO O| Dec 07 00:42:27.276 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80132024-12-07T00:42:27.658Z[ recovery-image] Dec 07 00:42:27.301 INFO O| Dec 07 00:42:27.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80142024-12-07T00:42:27.682Z[ recovery-image] Dec 07 00:42:27.320 INFO O| Dec 07 00:42:27.319 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80152024-12-07T00:42:27.738Z[ recovery-image] Dec 07 00:42:27.381 INFO O| Dec 07 00:42:27.381 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80162024-12-07T00:42:27.738Z[ recovery-image] Dec 07 00:42:27.381 INFO O| Dec 07 00:42:27.381 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80172024-12-07T00:42:27.763Z[ recovery-image] Dec 07 00:42:27.381 INFO O| Dec 07 00:42:27.381 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80182024-12-07T00:42:27.763Z[ recovery-image] Dec 07 00:42:27.399 INFO O| Dec 07 00:42:27.399 INFO boot environment UUID: f20d673b-6a4c-4a63-9dc5-09d570714575
80192024-12-07T00:42:27.763Z[ recovery-image] Dec 07 00:42:27.399 INFO O| Dec 07 00:42:27.399 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = f20d673b-6a4c-4a63-9dc5-09d570714575
80202024-12-07T00:42:27.787Z[ recovery-image] Dec 07 00:42:27.417 INFO O| Dec 07 00:42:27.417 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80212024-12-07T00:42:27.819Z[ recovery-image] Dec 07 00:42:27.461 INFO O| Dec 07 00:42:27.461 INFO STEP 0 (create_be) COMPLETE
80222024-12-07T00:42:27.842Z[ recovery-image] Dec 07 00:42:27.461 INFO O| Dec 07 00:42:27.461 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80232024-12-07T00:42:27.843Z[ recovery-image] Dec 07 00:42:27.484 INFO O| Dec 07 00:42:27.484 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"]
80242024-12-07T00:42:31.011Z[ recovery-image] Dec 07 00:42:30.653 INFO O| Dec 07 00:42:30.651 INFO STEP 1 (unpack_tar) COMPLETE
80252024-12-07T00:42:31.011Z[ recovery-image] Dec 07 00:42:30.653 INFO O| Dec 07 00:42:30.651 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80262024-12-07T00:42:31.040Z[ recovery-image] Dec 07 00:42:30.682 INFO O| Dec 07 00:42:30.682 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80272024-12-07T00:42:31.280Z[ recovery-image] Dec 07 00:42:30.922 INFO O| Dec 07 00:42:30.922 INFO STEP 2 (devfsadm) COMPLETE
80282024-12-07T00:42:31.280Z[ recovery-image] Dec 07 00:42:30.922 INFO O| Dec 07 00:42:30.922 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80292024-12-07T00:42:31.304Z[ recovery-image] Dec 07 00:42:30.940 INFO O| Dec 07 00:42:30.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80302024-12-07T00:42:31.304Z[ recovery-image] Dec 07 00:42:30.940 INFO O| Dec 07 00:42:30.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80312024-12-07T00:42:31.304Z[ recovery-image] Dec 07 00:42:30.940 INFO O| Dec 07 00:42:30.940 INFO STEP 3 (ensure_dir) COMPLETE
80322024-12-07T00:42:31.304Z[ recovery-image] Dec 07 00:42:30.940 INFO O| Dec 07 00:42:30.940 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80332024-12-07T00:42:31.328Z[ recovery-image] Dec 07 00:42:30.955 INFO O| Dec 07 00:42:30.954 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80342024-12-07T00:42:31.329Z[ recovery-image] Dec 07 00:42:30.955 INFO O| Dec 07 00:42:30.955 INFO STEP 4 (ensure_dir) COMPLETE
80352024-12-07T00:42:31.329Z[ recovery-image] Dec 07 00:42:30.955 INFO O| Dec 07 00:42:30.955 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362024-12-07T00:42:31.329Z[ recovery-image] Dec 07 00:42:30.969 INFO O| Dec 07 00:42:30.968 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80372024-12-07T00:42:31.329Z[ recovery-image] Dec 07 00:42:30.969 INFO O| Dec 07 00:42:30.969 INFO STEP 5 (ensure_dir) COMPLETE
80382024-12-07T00:42:31.329Z[ recovery-image] Dec 07 00:42:30.969 INFO O| Dec 07 00:42:30.969 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80392024-12-07T00:42:31.353Z[ recovery-image] Dec 07 00:42:30.982 INFO O| Dec 07 00:42:30.982 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80402024-12-07T00:42:31.353Z[ recovery-image] Dec 07 00:42:30.983 INFO O| Dec 07 00:42:30.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80412024-12-07T00:42:31.353Z[ recovery-image] Dec 07 00:42:30.983 INFO O| Dec 07 00:42:30.982 INFO STEP 6 (ensure_dir) COMPLETE
80422024-12-07T00:42:31.353Z[ recovery-image] Dec 07 00:42:30.983 INFO O| Dec 07 00:42:30.982 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80432024-12-07T00:42:31.378Z[ recovery-image] Dec 07 00:42:30.996 INFO O| Dec 07 00:42:30.996 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80442024-12-07T00:42:31.378Z[ recovery-image] Dec 07 00:42:30.996 INFO O| Dec 07 00:42:30.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80452024-12-07T00:42:31.378Z[ recovery-image] Dec 07 00:42:30.996 INFO O| Dec 07 00:42:30.996 INFO STEP 7 (ensure_dir) COMPLETE
80462024-12-07T00:42:31.378Z[ recovery-image] Dec 07 00:42:30.996 INFO O| Dec 07 00:42:30.996 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-07T00:42:31.378Z[ recovery-image] Dec 07 00:42:31.009 INFO O| Dec 07 00:42:31.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80482024-12-07T00:42:31.378Z[ recovery-image] Dec 07 00:42:31.010 INFO O| Dec 07 00:42:31.010 INFO STEP 8 (remove_files) COMPLETE
80492024-12-07T00:42:31.378Z[ recovery-image] Dec 07 00:42:31.010 INFO O| Dec 07 00:42:31.010 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-07T00:42:31.401Z[ recovery-image] Dec 07 00:42:31.023 INFO O| Dec 07 00:42:31.023 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80512024-12-07T00:42:31.401Z[ recovery-image] Dec 07 00:42:31.025 INFO O| Dec 07 00:42:31.025 INFO STEP 9 (remove_files) COMPLETE
80522024-12-07T00:42:31.401Z[ recovery-image] Dec 07 00:42:31.025 INFO O| Dec 07 00:42:31.025 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80532024-12-07T00:42:31.401Z[ recovery-image] Dec 07 00:42:31.042 INFO O| Dec 07 00:42:31.042 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80542024-12-07T00:42:31.402Z[ recovery-image] Dec 07 00:42:31.043 INFO O| Dec 07 00:42:31.043 INFO STEP 10 (remove_files) COMPLETE
80552024-12-07T00:42:31.402Z[ recovery-image] Dec 07 00:42:31.043 INFO O| Dec 07 00:42:31.043 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562024-12-07T00:42:31.425Z[ recovery-image] Dec 07 00:42:31.057 INFO O| Dec 07 00:42:31.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80572024-12-07T00:42:31.425Z[ recovery-image] Dec 07 00:42:31.057 INFO O| Dec 07 00:42:31.057 INFO STEP 11 (remove_files) COMPLETE
80582024-12-07T00:42:31.425Z[ recovery-image] Dec 07 00:42:31.057 INFO O| Dec 07 00:42:31.057 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592024-12-07T00:42:31.449Z[ recovery-image] Dec 07 00:42:31.075 INFO O| Dec 07 00:42:31.075 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80602024-12-07T00:42:31.449Z[ recovery-image] Dec 07 00:42:31.075 INFO O| Dec 07 00:42:31.075 INFO STEP 12 (remove_files) COMPLETE
80612024-12-07T00:42:31.449Z[ recovery-image] Dec 07 00:42:31.075 INFO O| Dec 07 00:42:31.075 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80622024-12-07T00:42:31.449Z[ recovery-image] Dec 07 00:42:31.090 INFO O| Dec 07 00:42:31.090 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80632024-12-07T00:42:31.449Z[ recovery-image] Dec 07 00:42:31.090 INFO O| Dec 07 00:42:31.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80642024-12-07T00:42:31.449Z[ recovery-image] Dec 07 00:42:31.090 INFO O| Dec 07 00:42:31.090 INFO STEP 13 (ensure_dir) COMPLETE
80652024-12-07T00:42:31.449Z[ recovery-image] Dec 07 00:42:31.090 INFO O| Dec 07 00:42:31.090 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80662024-12-07T00:42:31.474Z[ recovery-image] Dec 07 00:42:31.103 INFO O| Dec 07 00:42:31.103 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80672024-12-07T00:42:31.474Z[ recovery-image] Dec 07 00:42:31.103 INFO O| Dec 07 00:42:31.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80682024-12-07T00:42:31.474Z[ recovery-image] Dec 07 00:42:31.104 INFO O| Dec 07 00:42:31.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80692024-12-07T00:42:31.474Z[ recovery-image] Dec 07 00:42:31.104 INFO O| Dec 07 00:42:31.104 INFO STEP 14 (ensure_dir) COMPLETE
80702024-12-07T00:42:31.474Z[ recovery-image] Dec 07 00:42:31.104 INFO O| Dec 07 00:42:31.104 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.121 INFO O| Dec 07 00:42:31.121 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80722024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.121 INFO O| Dec 07 00:42:31.121 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80732024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.121 INFO O| Dec 07 00:42:31.121 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80742024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.121 INFO O| Dec 07 00:42:31.121 INFO STEP 15 (ensure_dir) COMPLETE
80752024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.121 INFO O| Dec 07 00:42:31.121 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80762024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.138 INFO O| Dec 07 00:42:31.138 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80772024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.138 INFO O| Dec 07 00:42:31.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80782024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.138 INFO O| Dec 07 00:42:31.138 INFO STEP 16 (ensure_dir) COMPLETE
80792024-12-07T00:42:31.498Z[ recovery-image] Dec 07 00:42:31.138 INFO O| Dec 07 00:42:31.138 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802024-12-07T00:42:31.523Z[ recovery-image] Dec 07 00:42:31.155 INFO O| Dec 07 00:42:31.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80812024-12-07T00:42:31.523Z[ recovery-image] Dec 07 00:42:31.155 INFO O| Dec 07 00:42:31.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80822024-12-07T00:42:31.523Z[ recovery-image] Dec 07 00:42:31.155 INFO O| Dec 07 00:42:31.155 INFO STEP 17 (ensure_dir) COMPLETE
80832024-12-07T00:42:31.523Z[ recovery-image] Dec 07 00:42:31.155 INFO O| Dec 07 00:42:31.155 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80842024-12-07T00:42:31.546Z[ recovery-image] Dec 07 00:42:31.169 INFO O| Dec 07 00:42:31.169 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80852024-12-07T00:42:31.546Z[ recovery-image] Dec 07 00:42:31.169 INFO O| Dec 07 00:42:31.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80862024-12-07T00:42:31.546Z[ recovery-image] Dec 07 00:42:31.169 INFO O| Dec 07 00:42:31.169 INFO ok!
80872024-12-07T00:42:31.546Z[ recovery-image] Dec 07 00:42:31.169 INFO O| Dec 07 00:42:31.169 INFO STEP 18 (ensure_symlink) COMPLETE
80882024-12-07T00:42:31.546Z[ recovery-image] Dec 07 00:42:31.169 INFO O| Dec 07 00:42:31.169 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80892024-12-07T00:42:31.549Z[ recovery-image] Dec 07 00:42:31.183 INFO O| Dec 07 00:42:31.183 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80902024-12-07T00:42:31.549Z[ recovery-image] Dec 07 00:42:31.183 INFO O| Dec 07 00:42:31.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80912024-12-07T00:42:31.549Z[ recovery-image] Dec 07 00:42:31.183 INFO O| Dec 07 00:42:31.183 INFO ok!
80922024-12-07T00:42:31.549Z[ recovery-image] Dec 07 00:42:31.183 INFO O| Dec 07 00:42:31.183 INFO STEP 19 (ensure_file) COMPLETE
80932024-12-07T00:42:31.549Z[ recovery-image] Dec 07 00:42:31.183 INFO O| Dec 07 00:42:31.183 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80942024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.196 INFO O| Dec 07 00:42:31.196 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80952024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.196 INFO O| Dec 07 00:42:31.196 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80962024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.197 INFO O| Dec 07 00:42:31.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80972024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.197 INFO O| Dec 07 00:42:31.197 INFO ok!
80982024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.197 INFO O| Dec 07 00:42:31.197 INFO STEP 20 (ensure_symlink) COMPLETE
80992024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.197 INFO O| Dec 07 00:42:31.197 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81002024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.215 INFO O| Dec 07 00:42:31.214 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81012024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.215 INFO O| Dec 07 00:42:31.215 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81022024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.215 INFO O| Dec 07 00:42:31.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81032024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.215 INFO O| Dec 07 00:42:31.215 INFO ok!
81042024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.215 INFO O| Dec 07 00:42:31.215 INFO STEP 21 (ensure_symlink) COMPLETE
81052024-12-07T00:42:31.573Z[ recovery-image] Dec 07 00:42:31.215 INFO O| Dec 07 00:42:31.215 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81062024-12-07T00:42:31.597Z[ recovery-image] Dec 07 00:42:31.234 INFO O| Dec 07 00:42:31.233 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81072024-12-07T00:42:31.597Z[ recovery-image] Dec 07 00:42:31.234 INFO O| Dec 07 00:42:31.234 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81082024-12-07T00:42:31.597Z[ recovery-image] Dec 07 00:42:31.234 INFO O| Dec 07 00:42:31.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81092024-12-07T00:42:31.597Z[ recovery-image] Dec 07 00:42:31.234 INFO O| Dec 07 00:42:31.234 INFO ok!
81102024-12-07T00:42:31.597Z[ recovery-image] Dec 07 00:42:31.234 INFO O| Dec 07 00:42:31.234 INFO STEP 22 (ensure_symlink) COMPLETE
81112024-12-07T00:42:31.597Z[ recovery-image] Dec 07 00:42:31.234 INFO O| Dec 07 00:42:31.234 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81122024-12-07T00:42:31.621Z[ recovery-image] Dec 07 00:42:31.250 INFO O| Dec 07 00:42:31.250 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81132024-12-07T00:42:31.621Z[ recovery-image] Dec 07 00:42:31.250 INFO O| Dec 07 00:42:31.250 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81142024-12-07T00:42:31.621Z[ recovery-image] Dec 07 00:42:31.250 INFO O| Dec 07 00:42:31.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81152024-12-07T00:42:31.621Z[ recovery-image] Dec 07 00:42:31.250 INFO O| Dec 07 00:42:31.250 INFO ok!
81162024-12-07T00:42:31.622Z[ recovery-image] Dec 07 00:42:31.250 INFO O| Dec 07 00:42:31.250 INFO STEP 23 (ensure_symlink) COMPLETE
81172024-12-07T00:42:31.622Z[ recovery-image] Dec 07 00:42:31.250 INFO O| Dec 07 00:42:31.250 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81182024-12-07T00:42:31.645Z[ recovery-image] Dec 07 00:42:31.266 INFO O| Dec 07 00:42:31.266 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81192024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.266 INFO O| Dec 07 00:42:31.266 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 ...
81202024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.266 INFO O| Dec 07 00:42:31.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81212024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.266 INFO O| Dec 07 00:42:31.266 INFO ok!
81222024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.266 INFO O| Dec 07 00:42:31.266 INFO STEP 24 (ensure_file) COMPLETE
81232024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.266 INFO O| Dec 07 00:42:31.266 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81242024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.283 INFO O| Dec 07 00:42:31.283 INFO updating shadow file
81252024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.284 INFO O| Dec 07 00:42:31.283 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81262024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.284 INFO O| Dec 07 00:42:31.284 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81272024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.284 INFO O| Dec 07 00:42:31.284 INFO STEP 25 (shadow) COMPLETE
81282024-12-07T00:42:31.646Z[ recovery-image] Dec 07 00:42:31.284 INFO O| Dec 07 00:42:31.284 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81292024-12-07T00:42:31.670Z[ recovery-image] Dec 07 00:42:31.300 INFO O| Dec 07 00:42:31.300 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81302024-12-07T00:42:31.670Z[ recovery-image] Dec 07 00:42:31.300 INFO O| Dec 07 00:42:31.300 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81312024-12-07T00:42:31.670Z[ recovery-image] Dec 07 00:42:31.300 INFO O| Dec 07 00:42:31.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81322024-12-07T00:42:31.670Z[ recovery-image] Dec 07 00:42:31.300 INFO O| Dec 07 00:42:31.300 INFO ok!
81332024-12-07T00:42:31.670Z[ recovery-image] Dec 07 00:42:31.300 INFO O| Dec 07 00:42:31.300 INFO STEP 26 (ensure_file) COMPLETE
81342024-12-07T00:42:31.670Z[ recovery-image] Dec 07 00:42:31.300 INFO O| Dec 07 00:42:31.300 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81352024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.318 INFO O| Dec 07 00:42:31.317 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81362024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.318 INFO O| Dec 07 00:42:31.318 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81372024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.318 INFO O| Dec 07 00:42:31.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81382024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.318 INFO O| Dec 07 00:42:31.318 INFO ok!
81392024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.318 INFO O| Dec 07 00:42:31.318 INFO STEP 27 (ensure_file) COMPLETE
81402024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.318 INFO O| Dec 07 00:42:31.318 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81412024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.332 INFO O| Dec 07 00:42:31.332 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81422024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.332 INFO O| Dec 07 00:42:31.332 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81432024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.332 INFO O| Dec 07 00:42:31.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81442024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.332 INFO O| Dec 07 00:42:31.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81452024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.332 INFO O| Dec 07 00:42:31.332 INFO ok!
81462024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.332 INFO O| Dec 07 00:42:31.332 INFO STEP 28 (ensure_file) COMPLETE
81472024-12-07T00:42:31.694Z[ recovery-image] Dec 07 00:42:31.332 INFO O| Dec 07 00:42:31.332 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81482024-12-07T00:42:31.718Z[ recovery-image] Dec 07 00:42:31.349 INFO O| Dec 07 00:42:31.349 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81492024-12-07T00:42:31.719Z[ recovery-image] Dec 07 00:42:31.349 INFO O| Dec 07 00:42:31.349 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81502024-12-07T00:42:31.719Z[ recovery-image] Dec 07 00:42:31.349 INFO O| Dec 07 00:42:31.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81512024-12-07T00:42:31.719Z[ recovery-image] Dec 07 00:42:31.349 INFO O| Dec 07 00:42:31.349 INFO ok!
81522024-12-07T00:42:31.719Z[ recovery-image] Dec 07 00:42:31.349 INFO O| Dec 07 00:42:31.349 INFO STEP 29 (ensure_file) COMPLETE
81532024-12-07T00:42:31.719Z[ recovery-image] Dec 07 00:42:31.349 INFO O| Dec 07 00:42:31.349 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81542024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.367 INFO O| Dec 07 00:42:31.366 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81552024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.367 INFO O| Dec 07 00:42:31.366 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81562024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.367 INFO O| Dec 07 00:42:31.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81572024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.367 INFO O| Dec 07 00:42:31.367 INFO ok!
81582024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.367 INFO O| Dec 07 00:42:31.367 INFO STEP 30 (ensure_file) COMPLETE
81592024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.367 INFO O| Dec 07 00:42:31.367 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81602024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.382 INFO O| Dec 07 00:42:31.382 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81612024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.382 INFO O| Dec 07 00:42:31.382 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81622024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.382 INFO O| Dec 07 00:42:31.382 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81632024-12-07T00:42:31.743Z[ recovery-image] Dec 07 00:42:31.382 INFO O| Dec 07 00:42:31.382 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81642024-12-07T00:42:31.745Z[ recovery-image] Dec 07 00:42:31.382 INFO O| Dec 07 00:42:31.382 INFO ok!
81652024-12-07T00:42:31.745Z[ recovery-image] Dec 07 00:42:31.382 INFO O| Dec 07 00:42:31.382 INFO STEP 31 (ensure_file) COMPLETE
81662024-12-07T00:42:31.745Z[ recovery-image] Dec 07 00:42:31.382 INFO O| Dec 07 00:42:31.382 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81672024-12-07T00:42:31.769Z[ recovery-image] Dec 07 00:42:31.397 INFO O| Dec 07 00:42:31.397 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81682024-12-07T00:42:31.769Z[ recovery-image] Dec 07 00:42:31.397 INFO O| Dec 07 00:42:31.397 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81692024-12-07T00:42:31.769Z[ recovery-image] Dec 07 00:42:31.398 INFO O| Dec 07 00:42:31.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81702024-12-07T00:42:31.769Z[ recovery-image] Dec 07 00:42:31.398 INFO O| Dec 07 00:42:31.398 INFO ok!
81712024-12-07T00:42:31.769Z[ recovery-image] Dec 07 00:42:31.398 INFO O| Dec 07 00:42:31.398 INFO STEP 32 (ensure_file) COMPLETE
81722024-12-07T00:42:31.769Z[ recovery-image] Dec 07 00:42:31.398 INFO O| Dec 07 00:42:31.398 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81732024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.414 INFO O| Dec 07 00:42:31.414 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81742024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.414 INFO O| Dec 07 00:42:31.414 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81752024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.414 INFO O| Dec 07 00:42:31.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81762024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.414 INFO O| Dec 07 00:42:31.414 INFO ok!
81772024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.414 INFO O| Dec 07 00:42:31.414 INFO STEP 33 (ensure_file) COMPLETE
81782024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.414 INFO O| Dec 07 00:42:31.414 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81792024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81802024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81812024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81822024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81832024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81842024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81852024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO ok!
81862024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.433 INFO O| Dec 07 00:42:31.433 INFO STEP 34 (ensure_file) COMPLETE
81872024-12-07T00:42:31.793Z[ recovery-image] Dec 07 00:42:31.434 INFO O| Dec 07 00:42:31.433 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81882024-12-07T00:42:31.817Z[ recovery-image] Dec 07 00:42:31.450 INFO O| Dec 07 00:42:31.450 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81892024-12-07T00:42:31.817Z[ recovery-image] Dec 07 00:42:31.450 INFO O| Dec 07 00:42:31.450 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81902024-12-07T00:42:31.817Z[ recovery-image] Dec 07 00:42:31.450 INFO O| Dec 07 00:42:31.450 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81912024-12-07T00:42:31.817Z[ recovery-image] Dec 07 00:42:31.450 INFO O| Dec 07 00:42:31.450 INFO STEP 35 (ensure_dir) COMPLETE
81922024-12-07T00:42:31.817Z[ recovery-image] Dec 07 00:42:31.450 INFO O| Dec 07 00:42:31.450 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81932024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.467 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
81942024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.467 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 ...
81952024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.468 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
81962024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.468 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
81972024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.468 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
81982024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.468 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
81992024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.468 INFO ok!
82002024-12-07T00:42:31.841Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.468 INFO STEP 36 (ensure_file) COMPLETE
82012024-12-07T00:42:31.842Z[ recovery-image] Dec 07 00:42:31.468 INFO O| Dec 07 00:42:31.468 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82022024-12-07T00:42:31.865Z[ recovery-image] Dec 07 00:42:31.485 INFO O| Dec 07 00:42:31.485 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82032024-12-07T00:42:31.865Z[ recovery-image] Dec 07 00:42:31.485 INFO O| Dec 07 00:42:31.485 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 ...
82042024-12-07T00:42:31.865Z[ recovery-image] Dec 07 00:42:31.485 INFO O| Dec 07 00:42:31.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82052024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.485 INFO O| Dec 07 00:42:31.485 INFO ok!
82062024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.485 INFO O| Dec 07 00:42:31.485 INFO STEP 37 (ensure_symlink) COMPLETE
82072024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.485 INFO O| Dec 07 00:42:31.485 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82082024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82092024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82102024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82112024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82122024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82132024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82142024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO ok!
82152024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO STEP 38 (ensure_file) COMPLETE
82162024-12-07T00:42:31.866Z[ recovery-image] Dec 07 00:42:31.501 INFO O| Dec 07 00:42:31.501 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82172024-12-07T00:42:31.890Z[ recovery-image] Dec 07 00:42:31.517 INFO O| Dec 07 00:42:31.517 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82182024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.517 INFO O| Dec 07 00:42:31.517 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 ...
82192024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.517 INFO O| Dec 07 00:42:31.517 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
82202024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.517 INFO O| Dec 07 00:42:31.517 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82212024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.517 INFO O| Dec 07 00:42:31.517 INFO ok!
82222024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.517 INFO O| Dec 07 00:42:31.517 INFO STEP 39 (ensure_file) COMPLETE
82232024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.517 INFO O| Dec 07 00:42:31.517 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82242024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.532 INFO O| Dec 07 00:42:31.532 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82252024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.532 INFO O| Dec 07 00:42:31.532 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82262024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.533 INFO O| Dec 07 00:42:31.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82272024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.533 INFO O| Dec 07 00:42:31.533 INFO ok!
82282024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.533 INFO O| Dec 07 00:42:31.533 INFO STEP 40 (ensure_file) COMPLETE
82292024-12-07T00:42:31.891Z[ recovery-image] Dec 07 00:42:31.533 INFO O| Dec 07 00:42:31.533 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82302024-12-07T00:42:31.915Z[ recovery-image] Dec 07 00:42:31.549 INFO O| Dec 07 00:42:31.549 INFO updating shadow file
82312024-12-07T00:42:31.915Z[ recovery-image] Dec 07 00:42:31.549 INFO O| Dec 07 00:42:31.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82322024-12-07T00:42:31.915Z[ recovery-image] Dec 07 00:42:31.549 INFO O| Dec 07 00:42:31.549 INFO STEP 41 (shadow) COMPLETE
82332024-12-07T00:42:31.915Z[ recovery-image] Dec 07 00:42:31.549 INFO O| Dec 07 00:42:31.549 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82342024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.563 INFO O| Dec 07 00:42:31.563 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82352024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.563 INFO O| Dec 07 00:42:31.563 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82362024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.564 INFO O| Dec 07 00:42:31.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82372024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.564 INFO O| Dec 07 00:42:31.564 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82382024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.564 INFO O| Dec 07 00:42:31.564 INFO ok!
82392024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.564 INFO O| Dec 07 00:42:31.564 INFO STEP 42 (ensure_file) COMPLETE
82402024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.564 INFO O| Dec 07 00:42:31.564 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82412024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.578 INFO O| Dec 07 00:42:31.578 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82422024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.579 INFO O| Dec 07 00:42:31.578 INFO STEP 43 (ensure_dir) COMPLETE
82432024-12-07T00:42:31.939Z[ recovery-image] Dec 07 00:42:31.579 INFO O| Dec 07 00:42:31.578 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82442024-12-07T00:42:31.963Z[ recovery-image] Dec 07 00:42:31.592 INFO O| Dec 07 00:42:31.592 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82452024-12-07T00:42:31.963Z[ recovery-image] Dec 07 00:42:31.592 INFO O| Dec 07 00:42:31.592 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82462024-12-07T00:42:31.963Z[ recovery-image] Dec 07 00:42:31.592 INFO O| Dec 07 00:42:31.592 INFO STEP 44 (ensure_dir) COMPLETE
82472024-12-07T00:42:31.963Z[ recovery-image] Dec 07 00:42:31.592 INFO O| Dec 07 00:42:31.592 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82482024-12-07T00:42:31.987Z[ recovery-image] Dec 07 00:42:31.611 INFO O| Dec 07 00:42:31.611 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82492024-12-07T00:42:31.987Z[ recovery-image] Dec 07 00:42:31.611 INFO O| Dec 07 00:42:31.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82502024-12-07T00:42:31.987Z[ recovery-image] Dec 07 00:42:31.611 INFO O| Dec 07 00:42:31.611 INFO STEP 45 (ensure_dir) COMPLETE
82512024-12-07T00:42:31.987Z[ recovery-image] Dec 07 00:42:31.611 INFO O| Dec 07 00:42:31.611 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82522024-12-07T00:42:31.987Z[ recovery-image] Dec 07 00:42:31.627 INFO O| Dec 07 00:42:31.627 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82532024-12-07T00:42:31.987Z[ recovery-image] Dec 07 00:42:31.627 INFO O| Dec 07 00:42:31.627 INFO copying /tmp/.tmpG7JHZK/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82542024-12-07T00:42:32.023Z[ recovery-image] Dec 07 00:42:31.666 INFO O| Dec 07 00:42:31.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82552024-12-07T00:42:32.023Z[ recovery-image] Dec 07 00:42:31.666 INFO O| Dec 07 00:42:31.665 INFO ok!
82562024-12-07T00:42:32.047Z[ recovery-image] Dec 07 00:42:31.666 INFO O| Dec 07 00:42:31.665 INFO STEP 46 (ensure_file) COMPLETE
82572024-12-07T00:42:32.047Z[ recovery-image] Dec 07 00:42:31.666 INFO O| Dec 07 00:42:31.665 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82582024-12-07T00:42:32.047Z[ recovery-image] Dec 07 00:42:31.680 INFO O| Dec 07 00:42:31.680 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82592024-12-07T00:42:32.047Z[ recovery-image] Dec 07 00:42:31.681 INFO O| Dec 07 00:42:31.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82602024-12-07T00:42:32.047Z[ recovery-image] Dec 07 00:42:31.681 INFO O| Dec 07 00:42:31.680 INFO STEP 47 (ensure_dir) COMPLETE
82612024-12-07T00:42:32.047Z[ recovery-image] Dec 07 00:42:31.681 INFO O| Dec 07 00:42:31.681 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.695 INFO O| Dec 07 00:42:31.695 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82632024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.696 INFO O| Dec 07 00:42:31.695 INFO copying /tmp/.tmpG7JHZK/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82642024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.696 INFO O| Dec 07 00:42:31.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82652024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.696 INFO O| Dec 07 00:42:31.696 INFO ok!
82662024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.696 INFO O| Dec 07 00:42:31.696 INFO STEP 48 (ensure_file) COMPLETE
82672024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.696 INFO O| Dec 07 00:42:31.696 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.713 INFO O| Dec 07 00:42:31.712 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82692024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.713 INFO O| Dec 07 00:42:31.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82702024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.713 INFO O| Dec 07 00:42:31.713 INFO STEP 49 (ensure_dir) COMPLETE
82712024-12-07T00:42:32.071Z[ recovery-image] Dec 07 00:42:31.713 INFO O| Dec 07 00:42:31.713 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722024-12-07T00:42:32.095Z[ recovery-image] Dec 07 00:42:31.727 INFO O| Dec 07 00:42:31.727 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82732024-12-07T00:42:32.095Z[ recovery-image] Dec 07 00:42:31.727 INFO O| Dec 07 00:42:31.727 INFO copying /tmp/.tmpG7JHZK/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82742024-12-07T00:42:32.118Z[ recovery-image] Dec 07 00:42:31.747 INFO O| Dec 07 00:42:31.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82752024-12-07T00:42:32.118Z[ recovery-image] Dec 07 00:42:31.747 INFO O| Dec 07 00:42:31.747 INFO ok!
82762024-12-07T00:42:32.118Z[ recovery-image] Dec 07 00:42:31.747 INFO O| Dec 07 00:42:31.747 INFO STEP 50 (ensure_file) COMPLETE
82772024-12-07T00:42:32.118Z[ recovery-image] Dec 07 00:42:31.747 INFO O| Dec 07 00:42:31.747 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782024-12-07T00:42:32.142Z[ recovery-image] Dec 07 00:42:31.766 INFO O| Dec 07 00:42:31.766 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82792024-12-07T00:42:32.142Z[ recovery-image] Dec 07 00:42:31.766 INFO O| Dec 07 00:42:31.766 INFO copying /tmp/.tmpG7JHZK/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82802024-12-07T00:42:32.912Z[ recovery-image] Dec 07 00:42:32.555 INFO O| Dec 07 00:42:32.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82812024-12-07T00:42:32.913Z[ recovery-image] Dec 07 00:42:32.555 INFO O| Dec 07 00:42:32.555 INFO ok!
82822024-12-07T00:42:32.936Z[ recovery-image] Dec 07 00:42:32.555 INFO O| Dec 07 00:42:32.555 INFO STEP 51 (ensure_file) COMPLETE
82832024-12-07T00:42:32.936Z[ recovery-image] Dec 07 00:42:32.555 INFO O| Dec 07 00:42:32.555 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842024-12-07T00:42:32.937Z[ recovery-image] Dec 07 00:42:32.574 INFO O| Dec 07 00:42:32.574 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82852024-12-07T00:42:32.937Z[ recovery-image] Dec 07 00:42:32.574 INFO O| Dec 07 00:42:32.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82862024-12-07T00:42:32.937Z[ recovery-image] Dec 07 00:42:32.574 INFO O| Dec 07 00:42:32.574 INFO STEP 52 (ensure_dir) COMPLETE
82872024-12-07T00:42:32.937Z[ recovery-image] Dec 07 00:42:32.574 INFO O| Dec 07 00:42:32.574 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882024-12-07T00:42:32.960Z[ recovery-image] Dec 07 00:42:32.590 INFO O| Dec 07 00:42:32.590 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82892024-12-07T00:42:32.960Z[ recovery-image] Dec 07 00:42:32.590 INFO O| Dec 07 00:42:32.590 INFO copying /tmp/.tmpG7JHZK/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 ...
82902024-12-07T00:42:32.961Z[ recovery-image] Dec 07 00:42:32.590 INFO O| Dec 07 00:42:32.590 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
82912024-12-07T00:42:32.961Z[ recovery-image] Dec 07 00:42:32.590 INFO O| Dec 07 00:42:32.590 INFO ok!
82922024-12-07T00:42:32.961Z[ recovery-image] Dec 07 00:42:32.590 INFO O| Dec 07 00:42:32.590 INFO STEP 53 (ensure_file) COMPLETE
82932024-12-07T00:42:32.961Z[ recovery-image] Dec 07 00:42:32.590 INFO O| Dec 07 00:42:32.590 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.609 INFO O| Dec 07 00:42:32.609 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82952024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.609 INFO O| Dec 07 00:42:32.609 INFO copying /tmp/.tmpG7JHZK/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 ...
82962024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.609 INFO O| Dec 07 00:42:32.609 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
82972024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.609 INFO O| Dec 07 00:42:32.609 INFO ok!
82982024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.609 INFO O| Dec 07 00:42:32.609 INFO STEP 54 (ensure_file) COMPLETE
82992024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.609 INFO O| Dec 07 00:42:32.609 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.625 INFO O| Dec 07 00:42:32.625 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83012024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.625 INFO O| Dec 07 00:42:32.625 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83022024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.625 INFO O| Dec 07 00:42:32.625 INFO STEP 55 (ensure_dir) COMPLETE
83032024-12-07T00:42:32.985Z[ recovery-image] Dec 07 00:42:32.625 INFO O| Dec 07 00:42:32.625 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-07T00:42:33.009Z[ recovery-image] Dec 07 00:42:32.643 INFO O| Dec 07 00:42:32.643 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83052024-12-07T00:42:33.009Z[ recovery-image] Dec 07 00:42:32.643 INFO O| Dec 07 00:42:32.643 INFO copying /tmp/.tmpG7JHZK/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 ...
83062024-12-07T00:42:33.009Z[ recovery-image] Dec 07 00:42:32.643 INFO O| Dec 07 00:42:32.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83072024-12-07T00:42:33.009Z[ recovery-image] Dec 07 00:42:32.643 INFO O| Dec 07 00:42:32.643 INFO ok!
83082024-12-07T00:42:33.011Z[ recovery-image] Dec 07 00:42:32.643 INFO O| Dec 07 00:42:32.643 INFO STEP 56 (ensure_file) COMPLETE
83092024-12-07T00:42:33.011Z[ recovery-image] Dec 07 00:42:32.643 INFO O| Dec 07 00:42:32.643 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102024-12-07T00:42:33.035Z[ recovery-image] Dec 07 00:42:32.663 INFO O| Dec 07 00:42:32.663 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83112024-12-07T00:42:33.036Z[ recovery-image] Dec 07 00:42:32.664 INFO O| Dec 07 00:42:32.663 INFO copying /tmp/.tmpG7JHZK/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 ...
83122024-12-07T00:42:33.036Z[ recovery-image] Dec 07 00:42:32.664 INFO O| Dec 07 00:42:32.664 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
83132024-12-07T00:42:33.036Z[ recovery-image] Dec 07 00:42:32.664 INFO O| Dec 07 00:42:32.664 INFO ok!
83142024-12-07T00:42:33.036Z[ recovery-image] Dec 07 00:42:32.664 INFO O| Dec 07 00:42:32.664 INFO STEP 57 (ensure_file) COMPLETE
83152024-12-07T00:42:33.036Z[ recovery-image] Dec 07 00:42:32.664 INFO O| Dec 07 00:42:32.664 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162024-12-07T00:42:33.036Z[ recovery-image] Dec 07 00:42:32.678 INFO O| Dec 07 00:42:32.678 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83172024-12-07T00:42:33.036Z[ recovery-image] Dec 07 00:42:32.678 INFO O| Dec 07 00:42:32.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83182024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.678 INFO O| Dec 07 00:42:32.678 INFO STEP 58 (ensure_dir) COMPLETE
83192024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.678 INFO O| Dec 07 00:42:32.678 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.692 INFO O| Dec 07 00:42:32.692 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83212024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.692 INFO O| Dec 07 00:42:32.692 INFO copying /tmp/.tmpG7JHZK/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 ...
83222024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.692 INFO O| Dec 07 00:42:32.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83232024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.692 INFO O| Dec 07 00:42:32.692 INFO ok!
83242024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.692 INFO O| Dec 07 00:42:32.692 INFO STEP 59 (ensure_file) COMPLETE
83252024-12-07T00:42:33.060Z[ recovery-image] Dec 07 00:42:32.692 INFO O| Dec 07 00:42:32.692 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.706 INFO O| Dec 07 00:42:32.706 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83272024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.706 INFO O| Dec 07 00:42:32.706 INFO copying /tmp/.tmpG7JHZK/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83282024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.706 INFO O| Dec 07 00:42:32.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83292024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.706 INFO O| Dec 07 00:42:32.706 INFO ok!
83302024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.706 INFO O| Dec 07 00:42:32.706 INFO STEP 60 (ensure_file) COMPLETE
83312024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.706 INFO O| Dec 07 00:42:32.706 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.723 INFO O| Dec 07 00:42:32.723 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83332024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.723 INFO O| Dec 07 00:42:32.723 INFO STEP 61 (ensure_dir) COMPLETE
83342024-12-07T00:42:33.084Z[ recovery-image] Dec 07 00:42:32.723 INFO O| Dec 07 00:42:32.723 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83352024-12-07T00:42:33.115Z[ recovery-image] Dec 07 00:42:32.737 INFO O| Dec 07 00:42:32.737 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83362024-12-07T00:42:33.115Z[ recovery-image] Dec 07 00:42:32.737 INFO O| Dec 07 00:42:32.737 INFO STEP 62 (ensure_dir) COMPLETE
83372024-12-07T00:42:33.116Z[ recovery-image] Dec 07 00:42:32.737 INFO O| Dec 07 00:42:32.737 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83382024-12-07T00:42:33.116Z[ recovery-image] Dec 07 00:42:32.752 INFO O| Dec 07 00:42:32.752 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83392024-12-07T00:42:33.116Z[ recovery-image] Dec 07 00:42:32.752 INFO O| Dec 07 00:42:32.752 INFO STEP 63 (ensure_dir) COMPLETE
83402024-12-07T00:42:33.116Z[ recovery-image] Dec 07 00:42:32.752 INFO O| Dec 07 00:42:32.752 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83412024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.768 INFO O| Dec 07 00:42:32.768 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83422024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.768 INFO O| Dec 07 00:42:32.768 INFO STEP 64 (ensure_dir) COMPLETE
83432024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.768 INFO O| Dec 07 00:42:32.768 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.782 INFO O| Dec 07 00:42:32.782 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83452024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.782 INFO O| Dec 07 00:42:32.782 INFO copying /tmp/.tmpG7JHZK/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83462024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.783 INFO O| Dec 07 00:42:32.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83472024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.783 INFO O| Dec 07 00:42:32.783 INFO ok!
83482024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.783 INFO O| Dec 07 00:42:32.783 INFO STEP 65 (ensure_file) COMPLETE
83492024-12-07T00:42:33.141Z[ recovery-image] Dec 07 00:42:32.783 INFO O| Dec 07 00:42:32.783 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83502024-12-07T00:42:33.166Z[ recovery-image] Dec 07 00:42:32.796 INFO O| Dec 07 00:42:32.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83512024-12-07T00:42:33.166Z[ recovery-image] Dec 07 00:42:32.797 INFO O| Dec 07 00:42:32.797 INFO STEP 66 (remove_files) COMPLETE
83522024-12-07T00:42:33.166Z[ recovery-image] Dec 07 00:42:32.797 INFO O| Dec 07 00:42:32.797 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83532024-12-07T00:42:33.189Z[ recovery-image] Dec 07 00:42:32.811 INFO O| Dec 07 00:42:32.811 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83542024-12-07T00:42:33.189Z[ recovery-image] Dec 07 00:42:32.811 INFO O| Dec 07 00:42:32.811 INFO STEP 67 (remove_files) COMPLETE
83552024-12-07T00:42:33.189Z[ recovery-image] Dec 07 00:42:32.811 INFO O| Dec 07 00:42:32.811 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83562024-12-07T00:42:33.189Z[ recovery-image] Dec 07 00:42:32.825 INFO O| Dec 07 00:42:32.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83572024-12-07T00:42:33.189Z[ recovery-image] Dec 07 00:42:32.825 INFO O| Dec 07 00:42:32.825 INFO STEP 68 (remove_files) COMPLETE
83582024-12-07T00:42:33.189Z[ recovery-image] Dec 07 00:42:32.825 INFO O| Dec 07 00:42:32.825 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592024-12-07T00:42:33.214Z[ recovery-image] Dec 07 00:42:32.839 INFO O| Dec 07 00:42:32.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83602024-12-07T00:42:33.214Z[ recovery-image] Dec 07 00:42:32.839 INFO O| Dec 07 00:42:32.839 INFO STEP 69 (remove_files) COMPLETE
83612024-12-07T00:42:33.214Z[ recovery-image] Dec 07 00:42:32.839 INFO O| Dec 07 00:42:32.839 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622024-12-07T00:42:33.214Z[ recovery-image] Dec 07 00:42:32.853 INFO O| Dec 07 00:42:32.853 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83632024-12-07T00:42:33.214Z[ recovery-image] Dec 07 00:42:32.853 INFO O| Dec 07 00:42:32.853 INFO STEP 70 (remove_files) COMPLETE
83642024-12-07T00:42:33.214Z[ recovery-image] Dec 07 00:42:32.853 INFO O| Dec 07 00:42:32.853 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652024-12-07T00:42:33.238Z[ recovery-image] Dec 07 00:42:32.870 INFO O| Dec 07 00:42:32.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83662024-12-07T00:42:33.238Z[ recovery-image] Dec 07 00:42:32.870 INFO O| Dec 07 00:42:32.870 INFO STEP 71 (remove_files) COMPLETE
83672024-12-07T00:42:33.238Z[ recovery-image] Dec 07 00:42:32.870 INFO O| Dec 07 00:42:32.870 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-07T00:42:33.262Z[ recovery-image] Dec 07 00:42:32.886 INFO O| Dec 07 00:42:32.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83692024-12-07T00:42:33.262Z[ recovery-image] Dec 07 00:42:32.887 INFO O| Dec 07 00:42:32.887 INFO STEP 72 (remove_files) COMPLETE
83702024-12-07T00:42:33.262Z[ recovery-image] Dec 07 00:42:32.887 INFO O| Dec 07 00:42:32.887 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-07T00:42:33.262Z[ recovery-image] Dec 07 00:42:32.901 INFO O| Dec 07 00:42:32.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83722024-12-07T00:42:33.262Z[ recovery-image] Dec 07 00:42:32.901 INFO O| Dec 07 00:42:32.901 INFO STEP 73 (remove_files) COMPLETE
83732024-12-07T00:42:33.262Z[ recovery-image] Dec 07 00:42:32.901 INFO O| Dec 07 00:42:32.901 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-07T00:42:33.286Z[ recovery-image] Dec 07 00:42:32.916 INFO O| Dec 07 00:42:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83752024-12-07T00:42:33.286Z[ recovery-image] Dec 07 00:42:32.916 INFO O| Dec 07 00:42:32.916 INFO STEP 74 (remove_files) COMPLETE
83762024-12-07T00:42:33.286Z[ recovery-image] Dec 07 00:42:32.916 INFO O| Dec 07 00:42:32.916 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-07T00:42:33.310Z[ recovery-image] Dec 07 00:42:32.933 INFO O| Dec 07 00:42:32.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83782024-12-07T00:42:33.310Z[ recovery-image] Dec 07 00:42:32.933 INFO O| Dec 07 00:42:32.933 INFO STEP 75 (remove_files) COMPLETE
83792024-12-07T00:42:33.310Z[ recovery-image] Dec 07 00:42:32.933 INFO O| Dec 07 00:42:32.933 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-07T00:42:33.310Z[ recovery-image] Dec 07 00:42:32.947 INFO O| Dec 07 00:42:32.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83812024-12-07T00:42:33.310Z[ recovery-image] Dec 07 00:42:32.947 INFO O| Dec 07 00:42:32.947 INFO STEP 76 (remove_files) COMPLETE
83822024-12-07T00:42:33.310Z[ recovery-image] Dec 07 00:42:32.947 INFO O| Dec 07 00:42:32.947 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-07T00:42:33.335Z[ recovery-image] Dec 07 00:42:32.961 INFO O| Dec 07 00:42:32.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83842024-12-07T00:42:33.335Z[ recovery-image] Dec 07 00:42:32.961 INFO O| Dec 07 00:42:32.961 INFO STEP 77 (remove_files) COMPLETE
83852024-12-07T00:42:33.335Z[ recovery-image] Dec 07 00:42:32.961 INFO O| Dec 07 00:42:32.961 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-07T00:42:33.335Z[ recovery-image] Dec 07 00:42:32.974 INFO O| Dec 07 00:42:32.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83872024-12-07T00:42:33.335Z[ recovery-image] Dec 07 00:42:32.974 INFO O| Dec 07 00:42:32.974 INFO STEP 78 (remove_files) COMPLETE
83882024-12-07T00:42:33.335Z[ recovery-image] Dec 07 00:42:32.974 INFO O| Dec 07 00:42:32.974 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-07T00:42:33.359Z[ recovery-image] Dec 07 00:42:32.986 INFO O| Dec 07 00:42:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83902024-12-07T00:42:33.359Z[ recovery-image] Dec 07 00:42:32.986 INFO O| Dec 07 00:42:32.986 INFO STEP 79 (remove_files) COMPLETE
83912024-12-07T00:42:33.359Z[ recovery-image] Dec 07 00:42:32.986 INFO O| Dec 07 00:42:32.986 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-07T00:42:33.359Z[ recovery-image] Dec 07 00:42:33.000 INFO O| Dec 07 00:42:33.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83932024-12-07T00:42:33.359Z[ recovery-image] Dec 07 00:42:33.000 INFO O| Dec 07 00:42:33.000 INFO STEP 80 (remove_files) COMPLETE
83942024-12-07T00:42:33.359Z[ recovery-image] Dec 07 00:42:33.000 INFO O| Dec 07 00:42:33.000 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-07T00:42:33.382Z[ recovery-image] Dec 07 00:42:33.018 INFO O| Dec 07 00:42:33.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83962024-12-07T00:42:33.382Z[ recovery-image] Dec 07 00:42:33.018 INFO O| Dec 07 00:42:33.018 INFO STEP 81 (remove_files) COMPLETE
83972024-12-07T00:42:33.382Z[ recovery-image] Dec 07 00:42:33.018 INFO O| Dec 07 00:42:33.018 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-07T00:42:33.408Z[ recovery-image] Dec 07 00:42:33.034 INFO O| Dec 07 00:42:33.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83992024-12-07T00:42:33.408Z[ recovery-image] Dec 07 00:42:33.034 INFO O| Dec 07 00:42:33.034 INFO STEP 82 (remove_files) COMPLETE
84002024-12-07T00:42:33.408Z[ recovery-image] Dec 07 00:42:33.034 INFO O| Dec 07 00:42:33.034 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-07T00:42:33.408Z[ recovery-image] Dec 07 00:42:33.048 INFO O| Dec 07 00:42:33.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84022024-12-07T00:42:33.408Z[ recovery-image] Dec 07 00:42:33.048 INFO O| Dec 07 00:42:33.048 INFO STEP 83 (remove_files) COMPLETE
84032024-12-07T00:42:33.408Z[ recovery-image] Dec 07 00:42:33.048 INFO O| Dec 07 00:42:33.048 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-07T00:42:33.432Z[ recovery-image] Dec 07 00:42:33.062 INFO O| Dec 07 00:42:33.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84052024-12-07T00:42:33.432Z[ recovery-image] Dec 07 00:42:33.062 INFO O| Dec 07 00:42:33.062 INFO STEP 84 (remove_files) COMPLETE
84062024-12-07T00:42:33.432Z[ recovery-image] Dec 07 00:42:33.062 INFO O| Dec 07 00:42:33.062 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072024-12-07T00:42:33.456Z[ recovery-image] Dec 07 00:42:33.078 INFO O| Dec 07 00:42:33.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84082024-12-07T00:42:33.456Z[ recovery-image] Dec 07 00:42:33.079 INFO O| Dec 07 00:42:33.079 INFO STEP 85 (remove_files) COMPLETE
84092024-12-07T00:42:33.456Z[ recovery-image] Dec 07 00:42:33.079 INFO O| Dec 07 00:42:33.079 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102024-12-07T00:42:33.480Z[ recovery-image] Dec 07 00:42:33.095 INFO O| Dec 07 00:42:33.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84112024-12-07T00:42:33.480Z[ recovery-image] Dec 07 00:42:33.095 INFO O| Dec 07 00:42:33.095 INFO STEP 86 (remove_files) COMPLETE
84122024-12-07T00:42:33.480Z[ recovery-image] Dec 07 00:42:33.095 INFO O| Dec 07 00:42:33.095 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132024-12-07T00:42:33.480Z[ recovery-image] Dec 07 00:42:33.109 INFO O| Dec 07 00:42:33.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84142024-12-07T00:42:33.480Z[ recovery-image] Dec 07 00:42:33.109 INFO O| Dec 07 00:42:33.109 INFO STEP 87 (remove_files) COMPLETE
84152024-12-07T00:42:33.480Z[ recovery-image] Dec 07 00:42:33.109 INFO O| Dec 07 00:42:33.109 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162024-12-07T00:42:33.504Z[ recovery-image] Dec 07 00:42:33.125 INFO O| Dec 07 00:42:33.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84172024-12-07T00:42:33.504Z[ recovery-image] Dec 07 00:42:33.125 INFO O| Dec 07 00:42:33.125 INFO STEP 88 (remove_files) COMPLETE
84182024-12-07T00:42:33.504Z[ recovery-image] Dec 07 00:42:33.125 INFO O| Dec 07 00:42:33.125 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192024-12-07T00:42:33.504Z[ recovery-image] Dec 07 00:42:33.139 INFO O| Dec 07 00:42:33.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84202024-12-07T00:42:33.504Z[ recovery-image] Dec 07 00:42:33.139 INFO O| Dec 07 00:42:33.139 INFO STEP 89 (remove_files) COMPLETE
84212024-12-07T00:42:33.504Z[ recovery-image] Dec 07 00:42:33.139 INFO O| Dec 07 00:42:33.139 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222024-12-07T00:42:33.529Z[ recovery-image] Dec 07 00:42:33.153 INFO O| Dec 07 00:42:33.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84232024-12-07T00:42:33.529Z[ recovery-image] Dec 07 00:42:33.153 INFO O| Dec 07 00:42:33.153 INFO STEP 90 (remove_files) COMPLETE
84242024-12-07T00:42:33.529Z[ recovery-image] Dec 07 00:42:33.153 INFO O| Dec 07 00:42:33.153 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252024-12-07T00:42:33.529Z[ recovery-image] Dec 07 00:42:33.167 INFO O| Dec 07 00:42:33.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84262024-12-07T00:42:33.529Z[ recovery-image] Dec 07 00:42:33.167 INFO O| Dec 07 00:42:33.167 INFO STEP 91 (remove_files) COMPLETE
84272024-12-07T00:42:33.529Z[ recovery-image] Dec 07 00:42:33.167 INFO O| Dec 07 00:42:33.167 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282024-12-07T00:42:33.554Z[ recovery-image] Dec 07 00:42:33.184 INFO O| Dec 07 00:42:33.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84292024-12-07T00:42:33.554Z[ recovery-image] Dec 07 00:42:33.184 INFO O| Dec 07 00:42:33.184 INFO STEP 92 (remove_files) COMPLETE
84302024-12-07T00:42:33.554Z[ recovery-image] Dec 07 00:42:33.184 INFO O| Dec 07 00:42:33.184 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312024-12-07T00:42:33.578Z[ recovery-image] Dec 07 00:42:33.199 INFO O| Dec 07 00:42:33.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84322024-12-07T00:42:33.578Z[ recovery-image] Dec 07 00:42:33.199 INFO O| Dec 07 00:42:33.199 INFO STEP 93 (remove_files) COMPLETE
84332024-12-07T00:42:33.578Z[ recovery-image] Dec 07 00:42:33.199 INFO O| Dec 07 00:42:33.199 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342024-12-07T00:42:33.578Z[ recovery-image] Dec 07 00:42:33.215 INFO O| Dec 07 00:42:33.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84352024-12-07T00:42:33.578Z[ recovery-image] Dec 07 00:42:33.215 INFO O| Dec 07 00:42:33.215 INFO STEP 94 (remove_files) COMPLETE
84362024-12-07T00:42:33.578Z[ recovery-image] Dec 07 00:42:33.215 INFO O| Dec 07 00:42:33.215 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84372024-12-07T00:42:33.602Z[ recovery-image] Dec 07 00:42:33.239 INFO O| Dec 07 00:42:33.239 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84382024-12-07T00:42:33.602Z[ recovery-image] Dec 07 00:42:33.239 INFO O| Dec 07 00:42:33.239 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84392024-12-07T00:42:40.248Z[ recovery-image] Dec 07 00:42:39.890 INFO O| Dec 07 00:42:39.890 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
84402024-12-07T00:42:40.250Z[ recovery-image] Dec 07 00:42:39.890 INFO O| Dec 07 00:42:39.890 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84412024-12-07T00:42:40.274Z[ recovery-image] Dec 07 00:42:39.906 INFO O| Dec 07 00:42:39.906 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
84422024-12-07T00:42:40.358Z[ recovery-image] Dec 07 00:42:40.001 INFO O| Dec 07 00:42:40.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84432024-12-07T00:42:40.359Z[ recovery-image] Dec 07 00:42:40.001 INFO O| Dec 07 00:42:40.001 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 ...
84442024-12-07T00:42:40.383Z[ recovery-image] Dec 07 00:42:40.003 INFO O| Dec 07 00:42:40.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84452024-12-07T00:42:40.383Z[ recovery-image] Dec 07 00:42:40.004 INFO O| Dec 07 00:42:40.003 INFO ok!
84462024-12-07T00:42:40.383Z[ recovery-image] Dec 07 00:42:40.004 INFO O| Dec 07 00:42:40.003 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84472024-12-07T00:42:40.383Z[ recovery-image] Dec 07 00:42:40.004 INFO O| Dec 07 00:42:40.004 INFO STEP 95 (seed_smf) COMPLETE
84482024-12-07T00:42:40.383Z[ recovery-image] Dec 07 00:42:40.004 INFO O| Dec 07 00:42:40.004 INFO steps complete; finalising image!
84492024-12-07T00:42:40.383Z[ recovery-image] Dec 07 00:42:40.004 INFO O| Dec 07 00:42:40.004 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84502024-12-07T00:42:40.453Z[ recovery-image] Dec 07 00:42:40.096 INFO O| Dec 07 00:42:40.096 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Sat Dec 7 00:42:40 2024)
84512024-12-07T00:42:40.667Z[ recovery-image] Dec 07 00:42:40.309 INFO O| Dec 07 00:42:40.309 INFO trim TEMPORARY-gimlet-zfs-recovery: (37% trimmed, started at Sat Dec 7 00:42:40 2024)
84522024-12-07T00:42:40.880Z[ recovery-image] Dec 07 00:42:40.522 INFO O| Dec 07 00:42:40.522 INFO trim TEMPORARY-gimlet-zfs-recovery: (90% trimmed, started at Sat Dec 7 00:42:40 2024)
84532024-12-07T00:42:41.112Z[ recovery-image] Dec 07 00:42:40.755 INFO O| Dec 07 00:42:40.755 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio
84542024-12-07T00:42:41.112Z[ recovery-image] Dec 07 00:42:40.755 INFO O| Dec 07 00:42:40.755 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84552024-12-07T00:42:41.442Z[ recovery-image] Dec 07 00:42:41.085 INFO O| Dec 07 00:42:41.084 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
84562024-12-07T00:42:41.442Z[ recovery-image] Dec 07 00:42:41.085 INFO O| Dec 07 00:42:41.085 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84572024-12-07T00:42:45.015Z[ recovery-image] Dec 07 00:42:44.657 INFO O| Dec 07 00:42:44.657 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84582024-12-07T00:42:45.015Z[ recovery-image] Dec 07 00:42:44.658 INFO O| Dec 07 00:42:44.657 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84592024-12-07T00:42:45.015Z[ recovery-image] Dec 07 00:42:44.658 INFO O| Dec 07 00:42:44.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84602024-12-07T00:42:45.039Z[ recovery-image] Dec 07 00:42:44.658 INFO O| Dec 07 00:42:44.657 INFO completed processing gimlet/zfs-recovery
84612024-12-07T00:42:45.039Z[ recovery-image] Dec 07 00:42:44.658 INFO O| Dec 07 00:42:44.657 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84622024-12-07T00:42:45.125Z[ recovery-image] Dec 07 00:42:44.768 INFO O| Dec 07 00:42:44.767 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84632024-12-07T00:42:45.176Z[ recovery-image] Dec 07 00:42:44.819 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84642024-12-07T00:42:45.200Z[ recovery-image] Dec 07 00:42:44.820 INFO expanded image name: "recovery 2c14126/${os_short_commit} 2024-12-07 00:16" -> "recovery 2c14126/92ea229 2024-12-07 00:16"
84652024-12-07T00:42:45.200Z[ recovery-image] Dec 07 00:42:44.820 INFO output artefacts stored in: "/work/os-recovery"
84662024-12-07T00:42:45.200Z[ recovery-image] Dec 07 00:42:44.820 INFO collecting git info from project "phbl"...
84672024-12-07T00:42:45.200Z[ recovery-image] Dec 07 00:42:44.835 INFO collecting git info from project "bootserver"...
84682024-12-07T00:42:45.225Z[ recovery-image] Dec 07 00:42:44.844 INFO collecting git info from project "pilot"...
84692024-12-07T00:42:45.225Z[ recovery-image] Dec 07 00:42:44.858 INFO collecting git info from project "image-builder"...
84702024-12-07T00:42:45.225Z[ recovery-image] Dec 07 00:42:44.866 INFO collecting git info from project "chelsio-t6-roms"...
84712024-12-07T00:42:45.250Z[ recovery-image] Dec 07 00:42:44.892 INFO collecting git info from project "pinprick"...
84722024-12-07T00:42:45.274Z[ recovery-image] Dec 07 00:42:44.900 INFO collecting git info from project "amd-host-image-builder"...
84732024-12-07T00:42:45.604Z[ recovery-image] Dec 07 00:42:45.247 INFO collecting git info from project "amd-firmware"...
84742024-12-07T00:42:45.963Z[ recovery-image] Dec 07 00:42:45.605 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84752024-12-07T00:42:46.411Z[ recovery-image] Dec 07 00:42:46.054 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84762024-12-07T00:42:46.859Z[ recovery-image] Dec 07 00:42:46.502 INFO creating Oxide boot image...
84772024-12-07T00:42:46.859Z[ recovery-image] Dec 07 00:42:46.502 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 2c14126/92ea229 2024-12-07 00:16", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84782024-12-07T00:43:27.446Z[ host-image] Dec 07 00:43:27.088 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
84792024-12-07T00:43:27.492Z[ host-image] Dec 07 00:43:27.088 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
84802024-12-07T00:43:27.492Z[ host-image] Dec 07 00:43:27.088 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84812024-12-07T00:43:27.492Z[ host-image] Dec 07 00:43:27.088 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84822024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.088 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84832024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.089 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84842024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.089 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84852024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.089 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84862024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.089 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84872024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.089 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84882024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.090 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
84892024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.091 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
84902024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.092 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
84912024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.092 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
84922024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.092 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84932024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.093 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
84942024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.093 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
84952024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
84962024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
84972024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
84982024-12-07T00:43:27.493Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
84992024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85002024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85012024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85022024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.094 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85032024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85042024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85052024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85062024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85072024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85082024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85092024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85102024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85112024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.095 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85122024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.096 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85132024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.096 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85142024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.104 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85152024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.104 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85162024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.105 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85172024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.105 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85182024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.105 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85192024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.106 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85202024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.106 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85212024-12-07T00:43:27.494Z[ host-image] Dec 07 00:43:27.106 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85222024-12-07T00:43:27.495Z[ host-image] Dec 07 00:43:27.107 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85232024-12-07T00:43:27.495Z[ host-image] Dec 07 00:43:27.107 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85242024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.117 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85252024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.117 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85262024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.117 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85272024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.118 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85282024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.119 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85292024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.119 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85302024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.149 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85312024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.149 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85322024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.149 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85332024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.150 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85342024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.150 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85352024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.150 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85362024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.150 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85372024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.150 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85382024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.150 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85392024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.150 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85402024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.151 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85412024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.151 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85422024-12-07T00:43:27.519Z[ host-image] Dec 07 00:43:27.154 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85432024-12-07T00:43:27.520Z[ host-image] Dec 07 00:43:27.154 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85442024-12-07T00:43:27.520Z[ host-image] Dec 07 00:43:27.154 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85452024-12-07T00:43:27.520Z[ host-image] Dec 07 00:43:27.155 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85462024-12-07T00:43:27.520Z[ host-image] Dec 07 00:43:27.155 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85472024-12-07T00:43:27.550Z[ host-image] Dec 07 00:43:27.166 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85482024-12-07T00:43:27.550Z[ host-image] Dec 07 00:43:27.167 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85492024-12-07T00:43:27.550Z[ host-image] Dec 07 00:43:27.168 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85502024-12-07T00:43:27.551Z[ host-image] Dec 07 00:43:27.169 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85512024-12-07T00:43:27.551Z[ host-image] Dec 07 00:43:27.169 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85522024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.169 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85532024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.169 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85542024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.170 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85552024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.170 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85562024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.173 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85572024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.173 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85582024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.174 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85592024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.174 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85602024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.174 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85612024-12-07T00:43:27.552Z[ host-image] Dec 07 00:43:27.174 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85622024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.174 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85632024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.175 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85642024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.181 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85652024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.181 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85662024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.183 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85672024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.184 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85682024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.185 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85692024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.185 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85702024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.186 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85712024-12-07T00:43:27.553Z[ host-image] Dec 07 00:43:27.186 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85722024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.195 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85732024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.195 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85742024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.195 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85752024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.196 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85762024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.196 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
85772024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.214 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
85782024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.214 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
85792024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.215 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
85802024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.215 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85812024-12-07T00:43:27.578Z[ host-image] Dec 07 00:43:27.215 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85822024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.239 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
85832024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.239 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85842024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.239 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
85852024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.239 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
85862024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.240 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
85872024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.241 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85882024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.241 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85892024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.241 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
85902024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.242 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
85912024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.242 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
85922024-12-07T00:43:27.602Z[ host-image] Dec 07 00:43:27.242 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
85932024-12-07T00:43:27.603Z[ host-image] Dec 07 00:43:27.242 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
85942024-12-07T00:43:27.603Z[ host-image] Dec 07 00:43:27.242 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
85952024-12-07T00:43:27.603Z[ host-image] Dec 07 00:43:27.245 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85962024-12-07T00:43:27.603Z[ host-image] Dec 07 00:43:27.245 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
85972024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.246 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
85982024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.246 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
85992024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.246 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86002024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.247 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86012024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.247 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86022024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.247 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86032024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.247 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86042024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.247 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86052024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.248 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86062024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.248 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86072024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.248 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86082024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.248 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86092024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.248 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86102024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.248 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86112024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.249 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86122024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.250 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z
86132024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.250 INFO O| tempdir @ "/tmp/.tmpP2vMlN/tmp"
86142024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.250 INFO O| image root @ "/tmp/.tmpP2vMlN/tmp/root"
86152024-12-07T00:43:27.627Z[ host-image] Dec 07 00:43:27.250 INFO O| creating image...
86162024-12-07T00:43:28.116Z[ host-image] Dec 07 00:43:27.759 INFO O| copying publishers...
86172024-12-07T00:43:40.939Z[ host-image] Dec 07 00:43:40.581 INFO O| adding properties...
86182024-12-07T00:43:42.211Z[ recovery-image] Dec 07 00:43:41.853 INFO O| ok, image written!
86192024-12-07T00:43:42.211Z[ recovery-image] Dec 07 00:43:41.853 INFO O| ok, boot_image_csum file written!
86202024-12-07T00:43:42.235Z[ recovery-image] Dec 07 00:43:41.860 INFO creating boot archive (CPIO)...
86212024-12-07T00:43:42.235Z[ recovery-image] Dec 07 00:43:41.860 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
86222024-12-07T00:43:42.235Z[ recovery-image] Dec 07 00:43:41.872 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86232024-12-07T00:43:42.235Z[ recovery-image] Dec 07 00:43:41.872 INFO E| + outfile=/work/os-recovery/cpio
86242024-12-07T00:43:42.235Z[ recovery-image] Dec 07 00:43:41.872 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86252024-12-07T00:43:42.235Z[ recovery-image] Dec 07 00:43:41.875 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86262024-12-07T00:43:42.236Z[ recovery-image] Dec 07 00:43:41.875 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86272024-12-07T00:43:42.260Z[ host-image] Dec 07 00:43:41.894 INFO O| installing packages...
86282024-12-07T00:43:42.283Z[ recovery-image] Dec 07 00:43:41.918 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86292024-12-07T00:43:42.283Z[ recovery-image] Dec 07 00:43:41.918 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86302024-12-07T00:43:42.307Z[ recovery-image] Dec 07 00:43:41.931 INFO creating compressed cpio/unix for nanobl-rs...
86312024-12-07T00:43:42.307Z[ recovery-image] Dec 07 00:43:41.931 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-07T00:43:42.625Z[ recovery-image] Dec 07 00:43:42.267 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-07T00:43:47.750Z[ recovery-image] Dec 07 00:43:47.392 INFO creating reset image...
86342024-12-07T00:43:47.750Z[ recovery-image] Dec 07 00:43:47.392 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86352024-12-07T00:43:48.057Z[ recovery-image] Dec 07 00:43:47.699 INFO E| Updating crates.io index
86362024-12-07T00:43:48.151Z[ recovery-image] Dec 07 00:43:47.793 INFO E| Downloading crates ...
86372024-12-07T00:43:48.224Z[ recovery-image] Dec 07 00:43:47.866 INFO E| Downloaded os_pipe v1.2.1
86382024-12-07T00:43:48.275Z[ recovery-image] Dec 07 00:43:47.918 INFO E| Downloaded shared_child v1.0.1
86392024-12-07T00:43:48.299Z[ recovery-image] Dec 07 00:43:47.923 INFO E| Downloaded clap v4.5.17
86402024-12-07T00:43:48.299Z[ recovery-image] Dec 07 00:43:47.935 INFO E| Downloaded duct v0.13.7
86412024-12-07T00:43:48.299Z[ recovery-image] Dec 07 00:43:47.940 INFO E| Downloaded clap_derive v4.5.13
86422024-12-07T00:43:48.323Z[ recovery-image] Dec 07 00:43:47.943 INFO E| Downloaded clap_builder v4.5.17
86432024-12-07T00:43:48.323Z[ recovery-image] Dec 07 00:43:47.951 INFO E| Downloaded syn v2.0.77
86442024-12-07T00:43:48.323Z[ recovery-image] Dec 07 00:43:47.965 INFO E| Downloaded libc v0.2.158
86452024-12-07T00:43:48.410Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling proc-macro2 v1.0.86
86462024-12-07T00:43:48.410Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling libc v0.2.158
86472024-12-07T00:43:48.433Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling unicode-ident v1.0.13
86482024-12-07T00:43:48.433Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling utf8parse v0.2.2
86492024-12-07T00:43:48.434Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling colorchoice v1.0.2
86502024-12-07T00:43:48.434Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling anstyle v1.0.8
86512024-12-07T00:43:48.434Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling anstyle-query v1.1.1
86522024-12-07T00:43:48.434Z[ recovery-image] Dec 07 00:43:48.052 INFO E| Compiling is_terminal_polyfill v1.70.1
86532024-12-07T00:43:48.625Z[ recovery-image] Dec 07 00:43:48.268 INFO E| Compiling anstyle-parse v0.2.5
86542024-12-07T00:43:48.671Z[ recovery-image] Dec 07 00:43:48.313 INFO E| Compiling strsim v0.11.1
86552024-12-07T00:43:48.671Z[ recovery-image] Dec 07 00:43:48.313 INFO E| Compiling heck v0.5.0
86562024-12-07T00:43:48.694Z[ recovery-image] Dec 07 00:43:48.313 INFO E| Compiling clap_lex v0.7.2
86572024-12-07T00:43:48.717Z[ recovery-image] Dec 07 00:43:48.344 INFO E| Compiling once_cell v1.19.0
86582024-12-07T00:43:48.963Z[ recovery-image] Dec 07 00:43:48.602 INFO E| Compiling anstream v0.6.15
86592024-12-07T00:43:49.305Z[ recovery-image] Dec 07 00:43:48.947 INFO E| Compiling clap_builder v4.5.17
86602024-12-07T00:43:49.589Z[ recovery-image] Dec 07 00:43:49.231 INFO E| Compiling shared_child v1.0.1
86612024-12-07T00:43:49.589Z[ recovery-image] Dec 07 00:43:49.231 INFO E| Compiling os_pipe v1.2.1
86622024-12-07T00:43:49.746Z[ recovery-image] Dec 07 00:43:49.389 INFO E| Compiling duct v0.13.7
86632024-12-07T00:43:49.818Z[ recovery-image] Dec 07 00:43:49.460 INFO E| Compiling quote v1.0.37
86642024-12-07T00:43:50.099Z[ recovery-image] Dec 07 00:43:49.742 INFO E| Compiling syn v2.0.77
86652024-12-07T00:43:54.254Z[ recovery-image] Dec 07 00:43:53.896 INFO E| Compiling clap_derive v4.5.13
86662024-12-07T00:43:56.493Z[ recovery-image] Dec 07 00:43:56.135 INFO E| Compiling clap v4.5.17
86672024-12-07T00:43:56.578Z[ recovery-image] Dec 07 00:43:56.220 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86682024-12-07T00:43:57.773Z[ recovery-image] Dec 07 00:43:57.415 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s
86692024-12-07T00:43:57.797Z[ recovery-image] Dec 07 00:43:57.424 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86702024-12-07T00:43:57.975Z[ recovery-image] Dec 07 00:43:57.618 INFO E| Updating crates.io index
86712024-12-07T00:43:58.265Z[ recovery-image] Dec 07 00:43:57.907 INFO E| Downloading crates ...
86722024-12-07T00:43:58.301Z[ recovery-image] Dec 07 00:43:57.944 INFO E| Downloaded bitstruct v0.1.1
86732024-12-07T00:43:58.325Z[ recovery-image] Dec 07 00:43:57.950 INFO E| Downloaded seq-macro v0.3.5
86742024-12-07T00:43:58.325Z[ recovery-image] Dec 07 00:43:57.952 INFO E| Downloaded raw-cpuid v10.7.0
86752024-12-07T00:43:58.325Z[ recovery-image] Dec 07 00:43:57.957 INFO E| Downloaded bit_field v0.10.2
86762024-12-07T00:43:58.325Z[ recovery-image] Dec 07 00:43:57.958 INFO E| Downloaded bitstruct_derive v0.1.0
86772024-12-07T00:43:58.325Z[ recovery-image] Dec 07 00:43:57.961 INFO E| Downloaded syn v2.0.85
86782024-12-07T00:43:58.349Z[ recovery-image] Dec 07 00:43:57.989 INFO E| Downloaded x86 v0.52.0
86792024-12-07T00:43:58.403Z[ recovery-image] Dec 07 00:43:58.046 INFO E| Downloaded cpio_reader v0.1.1
86802024-12-07T00:43:58.427Z[ recovery-image] Dec 07 00:43:58.058 INFO E| Updating crates.io index
86812024-12-07T00:43:58.462Z[ recovery-image] Dec 07 00:43:58.098 INFO E| Downloading crates ...
86822024-12-07T00:43:58.500Z[ recovery-image] Dec 07 00:43:58.143 INFO E| Downloaded compiler_builtins v0.1.134
86832024-12-07T00:43:58.586Z[ recovery-image] Dec 07 00:43:58.229 INFO E| Compiling compiler_builtins v0.1.134
86842024-12-07T00:43:58.586Z[ recovery-image] Dec 07 00:43:58.229 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)
86852024-12-07T00:43:58.586Z[ recovery-image] Dec 07 00:43:58.229 INFO E| Compiling proc-macro2 v1.0.89
86862024-12-07T00:43:58.610Z[ recovery-image] Dec 07 00:43:58.229 INFO E| Compiling unicode-ident v1.0.13
86872024-12-07T00:43:58.610Z[ recovery-image] Dec 07 00:43:58.229 INFO E| Compiling syn v1.0.109
86882024-12-07T00:43:58.610Z[ recovery-image] Dec 07 00:43:58.229 INFO E| Compiling x86 v0.52.0
86892024-12-07T00:43:58.610Z[ recovery-image] Dec 07 00:43:58.235 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86902024-12-07T00:43:58.610Z[ recovery-image] Dec 07 00:43:58.235 INFO E| Compiling seq-macro v0.3.5
86912024-12-07T00:43:59.865Z[ recovery-image] Dec 07 00:43:59.507 INFO E| Compiling quote v1.0.37
86922024-12-07T00:44:00.148Z[ recovery-image] Dec 07 00:43:59.790 INFO E| Compiling syn v2.0.85
86932024-12-07T00:44:02.176Z[ host-image] Dec 07 00:44:01.818 INFO O| seeding SMF database...
86942024-12-07T00:44:02.983Z[ recovery-image] Dec 07 00:44:02.625 INFO E| Compiling scroll_derive v0.12.0
86952024-12-07T00:44:05.480Z[ recovery-image] Dec 07 00:44:05.122 INFO E| Compiling bitstruct_derive v0.1.0
86962024-12-07T00:44:10.489Z[ host-image] Dec 07 00:44:10.131 INFO O| configuring SMF profile...
86972024-12-07T00:44:10.514Z[ host-image] Dec 07 00:44:10.132 INFO O| modifying shadow(5)...
86982024-12-07T00:44:10.514Z[ host-image] Dec 07 00:44:10.132 INFO O| loading user and group database...
86992024-12-07T00:44:10.514Z[ host-image] Dec 07 00:44:10.132 INFO O| assessing packaged files...
87002024-12-07T00:44:13.122Z[ host-image] Dec 07 00:44:12.764 INFO O| creating archive...
87012024-12-07T00:44:13.165Z[ host-image] Dec 07 00:44:12.807 INFO O| missing from packaging:
87022024-12-07T00:44:13.165Z[ host-image] Dec 07 00:44:12.807 INFO O| "etc/.pwd.lock"
87032024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.807 INFO O| "etc/bash"
87042024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.813 INFO O| "etc/svc/profile/generic.xml"
87052024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.813 INFO O| "etc/svc/profile/inetd_services.xml"
87062024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.813 INFO O| "etc/svc/profile/name_service.xml"
87072024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.813 INFO O| "etc/svc/profile/platform.xml"
87082024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.813 INFO O| "etc/svc/profile/platform_omicron1.xml"
87092024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.813 INFO O| "etc/svc/repository.db"
87102024-12-07T00:44:13.189Z[ host-image] Dec 07 00:44:12.824 INFO O| "opt/ooce/share"
87112024-12-07T00:44:13.191Z[ host-image] Dec 07 00:44:12.824 INFO O| "opt/ooce/share/man"
87122024-12-07T00:44:13.191Z[ host-image] Dec 07 00:44:12.824 INFO O| "opt/ooce/share/man/man1"
87132024-12-07T00:44:13.214Z[ host-image] Dec 07 00:44:12.835 INFO O| finishing archive...
87142024-12-07T00:44:16.476Z[ host-image] Dec 07 00:44:16.118 INFO O| creating gzonly manifest...
87152024-12-07T00:44:16.500Z[ host-image] Dec 07 00:44:16.125 INFO O| ok
87162024-12-07T00:44:16.629Z[ host-image] Dec 07 00:44:16.271 INFO image builder template: ramdisk-02-trim...
87172024-12-07T00:44:16.629Z[ host-image] Dec 07 00:44:16.271 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/.tmpG7JHZK/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
87182024-12-07T00:44:16.661Z[ host-image] Dec 07 00:44:16.304 INFO O| Dec 07 00:44:16.303 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87192024-12-07T00:44:16.685Z[ host-image] Dec 07 00:44:16.309 INFO O| Dec 07 00:44:16.309 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87202024-12-07T00:44:16.709Z[ host-image] Dec 07 00:44:16.347 INFO O| Dec 07 00:44:16.347 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87212024-12-07T00:44:16.735Z[ host-image] Dec 07 00:44:16.378 INFO O| Dec 07 00:44:16.378 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87222024-12-07T00:44:16.759Z[ host-image] Dec 07 00:44:16.378 INFO O| Dec 07 00:44:16.378 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87232024-12-07T00:44:16.759Z[ host-image] Dec 07 00:44:16.387 INFO O| Dec 07 00:44:16.387 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87242024-12-07T00:44:16.759Z[ host-image] Dec 07 00:44:16.393 INFO O| Dec 07 00:44:16.393 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87252024-12-07T00:44:16.759Z[ host-image] Dec 07 00:44:16.399 INFO O| Dec 07 00:44:16.399 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87262024-12-07T00:44:16.904Z[ host-image] Dec 07 00:44:16.546 INFO O| Dec 07 00:44:16.546 INFO rolled back to input snapshot; work may begin
87272024-12-07T00:44:16.904Z[ host-image] Dec 07 00:44:16.547 INFO O| Dec 07 00:44:16.546 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87282024-12-07T00:44:16.928Z[ host-image] Dec 07 00:44:16.554 INFO O| Dec 07 00:44:16.554 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-12-07T00:44:16.928Z[ host-image] Dec 07 00:44:16.568 INFO O| Dec 07 00:44:16.568 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87302024-12-07T00:44:16.988Z[ host-image] Dec 07 00:44:16.630 INFO O| Dec 07 00:44:16.630 INFO STEP 0 (remove_files) COMPLETE
87312024-12-07T00:44:16.988Z[ host-image] Dec 07 00:44:16.630 INFO O| Dec 07 00:44:16.630 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-12-07T00:44:17.012Z[ host-image] Dec 07 00:44:16.649 INFO O| Dec 07 00:44:16.649 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87332024-12-07T00:44:17.012Z[ host-image] Dec 07 00:44:16.652 INFO O| Dec 07 00:44:16.652 INFO STEP 1 (remove_files) COMPLETE
87342024-12-07T00:44:17.012Z[ host-image] Dec 07 00:44:16.652 INFO O| Dec 07 00:44:16.652 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-12-07T00:44:17.037Z[ host-image] Dec 07 00:44:16.666 INFO O| Dec 07 00:44:16.666 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87362024-12-07T00:44:17.061Z[ host-image] Dec 07 00:44:16.685 INFO O| Dec 07 00:44:16.685 INFO STEP 2 (remove_files) COMPLETE
87372024-12-07T00:44:17.061Z[ host-image] Dec 07 00:44:16.685 INFO O| Dec 07 00:44:16.685 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-12-07T00:44:17.061Z[ host-image] Dec 07 00:44:16.699 INFO O| Dec 07 00:44:16.699 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87392024-12-07T00:44:17.061Z[ host-image] Dec 07 00:44:16.702 INFO O| Dec 07 00:44:16.702 INFO STEP 3 (remove_files) COMPLETE
87402024-12-07T00:44:17.061Z[ host-image] Dec 07 00:44:16.702 INFO O| Dec 07 00:44:16.702 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-12-07T00:44:17.085Z[ host-image] Dec 07 00:44:16.715 INFO O| Dec 07 00:44:16.715 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87422024-12-07T00:44:17.086Z[ host-image] Dec 07 00:44:16.721 INFO O| Dec 07 00:44:16.721 INFO STEP 4 (remove_files) COMPLETE
87432024-12-07T00:44:17.086Z[ host-image] Dec 07 00:44:16.721 INFO O| Dec 07 00:44:16.721 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-12-07T00:44:17.110Z[ host-image] Dec 07 00:44:16.733 INFO O| Dec 07 00:44:16.733 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87452024-12-07T00:44:17.110Z[ host-image] Dec 07 00:44:16.737 INFO O| Dec 07 00:44:16.737 INFO STEP 5 (remove_files) COMPLETE
87462024-12-07T00:44:17.110Z[ host-image] Dec 07 00:44:16.737 INFO O| Dec 07 00:44:16.737 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-12-07T00:44:17.111Z[ host-image] Dec 07 00:44:16.750 INFO O| Dec 07 00:44:16.750 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87482024-12-07T00:44:17.134Z[ host-image] Dec 07 00:44:16.765 INFO O| Dec 07 00:44:16.765 INFO STEP 6 (remove_files) COMPLETE
87492024-12-07T00:44:17.134Z[ host-image] Dec 07 00:44:16.765 INFO O| Dec 07 00:44:16.765 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-12-07T00:44:17.158Z[ host-image] Dec 07 00:44:16.779 INFO O| Dec 07 00:44:16.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87512024-12-07T00:44:17.158Z[ host-image] Dec 07 00:44:16.797 INFO O| Dec 07 00:44:16.796 INFO STEP 7 (remove_files) COMPLETE
87522024-12-07T00:44:17.158Z[ host-image] Dec 07 00:44:16.797 INFO O| Dec 07 00:44:16.796 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-12-07T00:44:17.181Z[ host-image] Dec 07 00:44:16.811 INFO O| Dec 07 00:44:16.811 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87542024-12-07T00:44:17.275Z[ host-image] Dec 07 00:44:16.918 INFO O| Dec 07 00:44:16.918 INFO STEP 8 (remove_files) COMPLETE
87552024-12-07T00:44:17.275Z[ host-image] Dec 07 00:44:16.918 INFO O| Dec 07 00:44:16.918 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-12-07T00:44:17.299Z[ host-image] Dec 07 00:44:16.931 INFO O| Dec 07 00:44:16.931 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87572024-12-07T00:44:17.397Z[ host-image] Dec 07 00:44:17.040 INFO O| Dec 07 00:44:17.040 INFO STEP 9 (remove_files) COMPLETE
87582024-12-07T00:44:17.421Z[ host-image] Dec 07 00:44:17.040 INFO O| Dec 07 00:44:17.040 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-12-07T00:44:17.421Z[ host-image] Dec 07 00:44:17.057 INFO O| Dec 07 00:44:17.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87602024-12-07T00:44:17.421Z[ host-image] Dec 07 00:44:17.062 INFO O| Dec 07 00:44:17.062 INFO STEP 10 (remove_files) COMPLETE
87612024-12-07T00:44:17.421Z[ host-image] Dec 07 00:44:17.062 INFO O| Dec 07 00:44:17.062 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-12-07T00:44:17.445Z[ host-image] Dec 07 00:44:17.079 INFO O| Dec 07 00:44:17.078 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87632024-12-07T00:44:17.445Z[ host-image] Dec 07 00:44:17.080 INFO O| Dec 07 00:44:17.080 INFO STEP 11 (remove_files) COMPLETE
87642024-12-07T00:44:17.445Z[ host-image] Dec 07 00:44:17.080 INFO O| Dec 07 00:44:17.080 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-12-07T00:44:17.469Z[ host-image] Dec 07 00:44:17.093 INFO O| Dec 07 00:44:17.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87662024-12-07T00:44:17.469Z[ host-image] Dec 07 00:44:17.095 INFO O| Dec 07 00:44:17.095 INFO STEP 12 (remove_files) COMPLETE
87672024-12-07T00:44:17.469Z[ host-image] Dec 07 00:44:17.095 INFO O| Dec 07 00:44:17.095 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-12-07T00:44:17.900Z[ host-image] Dec 07 00:44:17.542 INFO O| Dec 07 00:44:17.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87692024-12-07T00:44:17.924Z[ host-image] Dec 07 00:44:17.549 INFO O| Dec 07 00:44:17.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87702024-12-07T00:44:17.924Z[ host-image] Dec 07 00:44:17.549 INFO O| Dec 07 00:44:17.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87712024-12-07T00:44:17.924Z[ host-image] Dec 07 00:44:17.551 INFO O| Dec 07 00:44:17.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87722024-12-07T00:44:17.948Z[ host-image] Dec 07 00:44:17.579 INFO O| Dec 07 00:44:17.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87732024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.596 INFO O| Dec 07 00:44:17.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87742024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.596 INFO O| Dec 07 00:44:17.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87752024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.596 INFO O| Dec 07 00:44:17.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87762024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.596 INFO O| Dec 07 00:44:17.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87772024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.596 INFO O| Dec 07 00:44:17.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87782024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.597 INFO O| Dec 07 00:44:17.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87792024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.597 INFO O| Dec 07 00:44:17.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87802024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.597 INFO O| Dec 07 00:44:17.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87812024-12-07T00:44:17.972Z[ host-image] Dec 07 00:44:17.597 INFO O| Dec 07 00:44:17.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87822024-12-07T00:44:17.973Z[ host-image] Dec 07 00:44:17.598 INFO O| Dec 07 00:44:17.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87832024-12-07T00:44:17.973Z[ host-image] Dec 07 00:44:17.598 INFO O| Dec 07 00:44:17.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87842024-12-07T00:44:17.973Z[ host-image] Dec 07 00:44:17.598 INFO O| Dec 07 00:44:17.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87852024-12-07T00:44:17.973Z[ host-image] Dec 07 00:44:17.598 INFO O| Dec 07 00:44:17.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87862024-12-07T00:44:17.973Z[ host-image] Dec 07 00:44:17.598 INFO O| Dec 07 00:44:17.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87872024-12-07T00:44:17.973Z[ host-image] Dec 07 00:44:17.598 INFO O| Dec 07 00:44:17.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87882024-12-07T00:44:17.973Z[ host-image] Dec 07 00:44:17.598 INFO O| Dec 07 00:44:17.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87892024-12-07T00:44:17.974Z[ host-image] Dec 07 00:44:17.613 INFO O| Dec 07 00:44:17.613 INFO STEP 13 (remove_files) COMPLETE
87902024-12-07T00:44:17.974Z[ host-image] Dec 07 00:44:17.613 INFO O| Dec 07 00:44:17.613 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-12-07T00:44:17.997Z[ host-image] Dec 07 00:44:17.628 INFO O| Dec 07 00:44:17.628 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87922024-12-07T00:44:17.997Z[ host-image] Dec 07 00:44:17.630 INFO O| Dec 07 00:44:17.630 INFO STEP 14 (remove_files) COMPLETE
87932024-12-07T00:44:17.997Z[ host-image] Dec 07 00:44:17.630 INFO O| Dec 07 00:44:17.630 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-12-07T00:44:18.021Z[ host-image] Dec 07 00:44:17.643 INFO O| Dec 07 00:44:17.643 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87952024-12-07T00:44:18.021Z[ host-image] Dec 07 00:44:17.652 INFO O| Dec 07 00:44:17.652 INFO STEP 15 (remove_files) COMPLETE
87962024-12-07T00:44:18.021Z[ host-image] Dec 07 00:44:17.652 INFO O| Dec 07 00:44:17.652 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-12-07T00:44:18.045Z[ host-image] Dec 07 00:44:17.665 INFO O| Dec 07 00:44:17.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87982024-12-07T00:44:18.045Z[ host-image] Dec 07 00:44:17.665 INFO O| Dec 07 00:44:17.665 INFO STEP 16 (remove_files) COMPLETE
87992024-12-07T00:44:18.045Z[ host-image] Dec 07 00:44:17.665 INFO O| Dec 07 00:44:17.665 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-12-07T00:44:18.045Z[ host-image] Dec 07 00:44:17.677 INFO O| Dec 07 00:44:17.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88012024-12-07T00:44:18.045Z[ host-image] Dec 07 00:44:17.679 INFO O| Dec 07 00:44:17.679 INFO STEP 17 (remove_files) COMPLETE
88022024-12-07T00:44:18.045Z[ host-image] Dec 07 00:44:17.679 INFO O| Dec 07 00:44:17.679 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-12-07T00:44:18.069Z[ host-image] Dec 07 00:44:17.691 INFO O| Dec 07 00:44:17.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88042024-12-07T00:44:18.069Z[ host-image] Dec 07 00:44:17.691 INFO O| Dec 07 00:44:17.691 INFO STEP 18 (remove_files) COMPLETE
88052024-12-07T00:44:18.069Z[ host-image] Dec 07 00:44:17.691 INFO O| Dec 07 00:44:17.691 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-12-07T00:44:18.069Z[ host-image] Dec 07 00:44:17.703 INFO O| Dec 07 00:44:17.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88072024-12-07T00:44:18.069Z[ host-image] Dec 07 00:44:17.703 INFO O| Dec 07 00:44:17.703 INFO STEP 19 (remove_files) COMPLETE
88082024-12-07T00:44:18.070Z[ host-image] Dec 07 00:44:17.703 INFO O| Dec 07 00:44:17.703 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-12-07T00:44:18.094Z[ host-image] Dec 07 00:44:17.718 INFO O| Dec 07 00:44:17.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88102024-12-07T00:44:18.094Z[ host-image] Dec 07 00:44:17.718 INFO O| Dec 07 00:44:17.718 INFO STEP 20 (remove_files) COMPLETE
88112024-12-07T00:44:18.094Z[ host-image] Dec 07 00:44:17.718 INFO O| Dec 07 00:44:17.718 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-12-07T00:44:18.094Z[ host-image] Dec 07 00:44:17.731 INFO O| Dec 07 00:44:17.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88132024-12-07T00:44:18.094Z[ host-image] Dec 07 00:44:17.731 INFO O| Dec 07 00:44:17.731 INFO STEP 21 (remove_files) COMPLETE
88142024-12-07T00:44:18.094Z[ host-image] Dec 07 00:44:17.731 INFO O| Dec 07 00:44:17.731 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-12-07T00:44:18.118Z[ host-image] Dec 07 00:44:17.743 INFO O| Dec 07 00:44:17.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88162024-12-07T00:44:18.118Z[ host-image] Dec 07 00:44:17.743 INFO O| Dec 07 00:44:17.743 INFO STEP 22 (remove_files) COMPLETE
88172024-12-07T00:44:18.118Z[ host-image] Dec 07 00:44:17.743 INFO O| Dec 07 00:44:17.743 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-12-07T00:44:18.118Z[ host-image] Dec 07 00:44:17.755 INFO O| Dec 07 00:44:17.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88192024-12-07T00:44:18.118Z[ host-image] Dec 07 00:44:17.755 INFO O| Dec 07 00:44:17.755 INFO STEP 23 (remove_files) COMPLETE
88202024-12-07T00:44:18.118Z[ host-image] Dec 07 00:44:17.755 INFO O| Dec 07 00:44:17.755 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-07T00:44:18.142Z[ host-image] Dec 07 00:44:17.767 INFO O| Dec 07 00:44:17.767 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88222024-12-07T00:44:18.142Z[ host-image] Dec 07 00:44:17.767 INFO O| Dec 07 00:44:17.767 INFO STEP 24 (remove_files) COMPLETE
88232024-12-07T00:44:18.142Z[ host-image] Dec 07 00:44:17.767 INFO O| Dec 07 00:44:17.767 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-07T00:44:18.142Z[ host-image] Dec 07 00:44:17.779 INFO O| Dec 07 00:44:17.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88252024-12-07T00:44:18.142Z[ host-image] Dec 07 00:44:17.779 INFO O| Dec 07 00:44:17.779 INFO STEP 25 (remove_files) COMPLETE
88262024-12-07T00:44:18.142Z[ host-image] Dec 07 00:44:17.779 INFO O| Dec 07 00:44:17.779 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-07T00:44:18.166Z[ host-image] Dec 07 00:44:17.794 INFO O| Dec 07 00:44:17.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88282024-12-07T00:44:18.166Z[ host-image] Dec 07 00:44:17.794 INFO O| Dec 07 00:44:17.794 INFO STEP 26 (remove_files) COMPLETE
88292024-12-07T00:44:18.166Z[ host-image] Dec 07 00:44:17.794 INFO O| Dec 07 00:44:17.794 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-07T00:44:18.166Z[ host-image] Dec 07 00:44:17.807 INFO O| Dec 07 00:44:17.807 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88312024-12-07T00:44:18.166Z[ host-image] Dec 07 00:44:17.807 INFO O| Dec 07 00:44:17.807 INFO STEP 27 (remove_files) COMPLETE
88322024-12-07T00:44:18.166Z[ host-image] Dec 07 00:44:17.807 INFO O| Dec 07 00:44:17.807 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-07T00:44:18.190Z[ host-image] Dec 07 00:44:17.819 INFO O| Dec 07 00:44:17.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88342024-12-07T00:44:18.190Z[ host-image] Dec 07 00:44:17.819 INFO O| Dec 07 00:44:17.819 INFO STEP 28 (remove_files) COMPLETE
88352024-12-07T00:44:18.190Z[ host-image] Dec 07 00:44:17.819 INFO O| Dec 07 00:44:17.819 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-07T00:44:18.190Z[ host-image] Dec 07 00:44:17.831 INFO O| Dec 07 00:44:17.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88372024-12-07T00:44:18.191Z[ host-image] Dec 07 00:44:17.831 INFO O| Dec 07 00:44:17.831 INFO STEP 29 (remove_files) COMPLETE
88382024-12-07T00:44:18.191Z[ host-image] Dec 07 00:44:17.831 INFO O| Dec 07 00:44:17.831 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-07T00:44:18.214Z[ host-image] Dec 07 00:44:17.848 INFO O| Dec 07 00:44:17.848 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88402024-12-07T00:44:18.214Z[ host-image] Dec 07 00:44:17.848 INFO O| Dec 07 00:44:17.848 INFO STEP 30 (remove_files) COMPLETE
88412024-12-07T00:44:18.214Z[ host-image] Dec 07 00:44:17.848 INFO O| Dec 07 00:44:17.848 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-07T00:44:18.240Z[ host-image] Dec 07 00:44:17.862 INFO O| Dec 07 00:44:17.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88432024-12-07T00:44:18.240Z[ host-image] Dec 07 00:44:17.862 INFO O| Dec 07 00:44:17.862 INFO STEP 31 (remove_files) COMPLETE
88442024-12-07T00:44:18.240Z[ host-image] Dec 07 00:44:17.862 INFO O| Dec 07 00:44:17.862 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-07T00:44:18.240Z[ host-image] Dec 07 00:44:17.874 INFO O| Dec 07 00:44:17.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88462024-12-07T00:44:18.241Z[ host-image] Dec 07 00:44:17.875 INFO O| Dec 07 00:44:17.875 INFO STEP 32 (remove_files) COMPLETE
88472024-12-07T00:44:18.241Z[ host-image] Dec 07 00:44:17.875 INFO O| Dec 07 00:44:17.875 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-07T00:44:18.264Z[ host-image] Dec 07 00:44:17.888 INFO O| Dec 07 00:44:17.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88492024-12-07T00:44:18.264Z[ host-image] Dec 07 00:44:17.888 INFO O| Dec 07 00:44:17.888 INFO STEP 33 (remove_files) COMPLETE
88502024-12-07T00:44:18.264Z[ host-image] Dec 07 00:44:17.888 INFO O| Dec 07 00:44:17.888 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-07T00:44:18.265Z[ host-image] Dec 07 00:44:17.902 INFO O| Dec 07 00:44:17.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88522024-12-07T00:44:18.265Z[ host-image] Dec 07 00:44:17.902 INFO O| Dec 07 00:44:17.902 INFO STEP 34 (remove_files) COMPLETE
88532024-12-07T00:44:18.265Z[ host-image] Dec 07 00:44:17.902 INFO O| Dec 07 00:44:17.902 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-07T00:44:18.288Z[ host-image] Dec 07 00:44:17.915 INFO O| Dec 07 00:44:17.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88552024-12-07T00:44:18.288Z[ host-image] Dec 07 00:44:17.915 INFO O| Dec 07 00:44:17.915 INFO STEP 35 (remove_files) COMPLETE
88562024-12-07T00:44:18.288Z[ host-image] Dec 07 00:44:17.915 INFO O| Dec 07 00:44:17.915 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-07T00:44:18.312Z[ host-image] Dec 07 00:44:17.931 INFO O| Dec 07 00:44:17.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88582024-12-07T00:44:18.312Z[ host-image] Dec 07 00:44:17.931 INFO O| Dec 07 00:44:17.931 INFO STEP 36 (remove_files) COMPLETE
88592024-12-07T00:44:18.312Z[ host-image] Dec 07 00:44:17.931 INFO O| Dec 07 00:44:17.931 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-07T00:44:18.312Z[ host-image] Dec 07 00:44:17.943 INFO O| Dec 07 00:44:17.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88612024-12-07T00:44:18.312Z[ host-image] Dec 07 00:44:17.943 INFO O| Dec 07 00:44:17.943 INFO STEP 37 (remove_files) COMPLETE
88622024-12-07T00:44:18.312Z[ host-image] Dec 07 00:44:17.943 INFO O| Dec 07 00:44:17.943 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-07T00:44:18.336Z[ host-image] Dec 07 00:44:17.958 INFO O| Dec 07 00:44:17.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88642024-12-07T00:44:18.336Z[ host-image] Dec 07 00:44:17.958 INFO O| Dec 07 00:44:17.958 INFO STEP 38 (remove_files) COMPLETE
88652024-12-07T00:44:18.336Z[ host-image] Dec 07 00:44:17.958 INFO O| Dec 07 00:44:17.958 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-07T00:44:18.336Z[ host-image] Dec 07 00:44:17.971 INFO O| Dec 07 00:44:17.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88672024-12-07T00:44:18.336Z[ host-image] Dec 07 00:44:17.971 INFO O| Dec 07 00:44:17.971 INFO STEP 39 (remove_files) COMPLETE
88682024-12-07T00:44:18.336Z[ host-image] Dec 07 00:44:17.971 INFO O| Dec 07 00:44:17.971 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-07T00:44:18.360Z[ host-image] Dec 07 00:44:17.983 INFO O| Dec 07 00:44:17.983 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88702024-12-07T00:44:18.360Z[ host-image] Dec 07 00:44:17.983 INFO O| Dec 07 00:44:17.983 INFO STEP 40 (remove_files) COMPLETE
88712024-12-07T00:44:18.360Z[ host-image] Dec 07 00:44:17.983 INFO O| Dec 07 00:44:17.983 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-07T00:44:18.360Z[ host-image] Dec 07 00:44:17.995 INFO O| Dec 07 00:44:17.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88732024-12-07T00:44:18.360Z[ host-image] Dec 07 00:44:17.995 INFO O| Dec 07 00:44:17.995 INFO STEP 41 (remove_files) COMPLETE
88742024-12-07T00:44:18.360Z[ host-image] Dec 07 00:44:17.995 INFO O| Dec 07 00:44:17.995 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-07T00:44:18.384Z[ host-image] Dec 07 00:44:18.007 INFO O| Dec 07 00:44:18.007 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88762024-12-07T00:44:18.384Z[ host-image] Dec 07 00:44:18.007 INFO O| Dec 07 00:44:18.007 INFO STEP 42 (remove_files) COMPLETE
88772024-12-07T00:44:18.384Z[ host-image] Dec 07 00:44:18.007 INFO O| Dec 07 00:44:18.007 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-07T00:44:18.384Z[ host-image] Dec 07 00:44:18.019 INFO O| Dec 07 00:44:18.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88792024-12-07T00:44:18.384Z[ host-image] Dec 07 00:44:18.019 INFO O| Dec 07 00:44:18.019 INFO STEP 43 (remove_files) COMPLETE
88802024-12-07T00:44:18.384Z[ host-image] Dec 07 00:44:18.019 INFO O| Dec 07 00:44:18.019 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-07T00:44:18.408Z[ host-image] Dec 07 00:44:18.031 INFO O| Dec 07 00:44:18.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88822024-12-07T00:44:18.408Z[ host-image] Dec 07 00:44:18.031 INFO O| Dec 07 00:44:18.031 INFO STEP 44 (remove_files) COMPLETE
88832024-12-07T00:44:18.408Z[ host-image] Dec 07 00:44:18.031 INFO O| Dec 07 00:44:18.031 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-07T00:44:18.408Z[ host-image] Dec 07 00:44:18.044 INFO O| Dec 07 00:44:18.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88852024-12-07T00:44:18.408Z[ host-image] Dec 07 00:44:18.044 INFO O| Dec 07 00:44:18.044 INFO STEP 45 (remove_files) COMPLETE
88862024-12-07T00:44:18.408Z[ host-image] Dec 07 00:44:18.044 INFO O| Dec 07 00:44:18.044 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-07T00:44:18.432Z[ host-image] Dec 07 00:44:18.056 INFO O| Dec 07 00:44:18.056 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88882024-12-07T00:44:18.432Z[ host-image] Dec 07 00:44:18.056 INFO O| Dec 07 00:44:18.056 INFO STEP 46 (remove_files) COMPLETE
88892024-12-07T00:44:18.432Z[ host-image] Dec 07 00:44:18.056 INFO O| Dec 07 00:44:18.056 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-07T00:44:18.432Z[ host-image] Dec 07 00:44:18.068 INFO O| Dec 07 00:44:18.068 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88912024-12-07T00:44:18.432Z[ host-image] Dec 07 00:44:18.068 INFO O| Dec 07 00:44:18.068 INFO STEP 47 (remove_files) COMPLETE
88922024-12-07T00:44:18.432Z[ host-image] Dec 07 00:44:18.068 INFO O| Dec 07 00:44:18.068 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-07T00:44:18.463Z[ host-image] Dec 07 00:44:18.081 INFO O| Dec 07 00:44:18.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88942024-12-07T00:44:18.463Z[ host-image] Dec 07 00:44:18.081 INFO O| Dec 07 00:44:18.081 INFO STEP 48 (remove_files) COMPLETE
88952024-12-07T00:44:18.463Z[ host-image] Dec 07 00:44:18.081 INFO O| Dec 07 00:44:18.081 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-07T00:44:18.463Z[ host-image] Dec 07 00:44:18.094 INFO O| Dec 07 00:44:18.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88972024-12-07T00:44:18.463Z[ host-image] Dec 07 00:44:18.094 INFO O| Dec 07 00:44:18.094 INFO STEP 49 (remove_files) COMPLETE
88982024-12-07T00:44:18.463Z[ host-image] Dec 07 00:44:18.094 INFO O| Dec 07 00:44:18.094 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-07T00:44:18.487Z[ host-image] Dec 07 00:44:18.106 INFO O| Dec 07 00:44:18.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89002024-12-07T00:44:18.487Z[ host-image] Dec 07 00:44:18.106 INFO O| Dec 07 00:44:18.106 INFO STEP 50 (remove_files) COMPLETE
89012024-12-07T00:44:18.487Z[ host-image] Dec 07 00:44:18.106 INFO O| Dec 07 00:44:18.106 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-07T00:44:18.487Z[ host-image] Dec 07 00:44:18.117 INFO O| Dec 07 00:44:18.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89032024-12-07T00:44:18.487Z[ host-image] Dec 07 00:44:18.118 INFO O| Dec 07 00:44:18.118 INFO STEP 51 (remove_files) COMPLETE
89042024-12-07T00:44:18.487Z[ host-image] Dec 07 00:44:18.118 INFO O| Dec 07 00:44:18.118 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-07T00:44:18.511Z[ host-image] Dec 07 00:44:18.134 INFO O| Dec 07 00:44:18.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89062024-12-07T00:44:18.511Z[ host-image] Dec 07 00:44:18.134 INFO O| Dec 07 00:44:18.134 INFO STEP 52 (remove_files) COMPLETE
89072024-12-07T00:44:18.511Z[ host-image] Dec 07 00:44:18.134 INFO O| Dec 07 00:44:18.134 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-07T00:44:18.511Z[ host-image] Dec 07 00:44:18.147 INFO O| Dec 07 00:44:18.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89092024-12-07T00:44:18.511Z[ host-image] Dec 07 00:44:18.148 INFO O| Dec 07 00:44:18.147 INFO STEP 53 (remove_files) COMPLETE
89102024-12-07T00:44:18.512Z[ host-image] Dec 07 00:44:18.148 INFO O| Dec 07 00:44:18.147 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-07T00:44:18.535Z[ host-image] Dec 07 00:44:18.161 INFO O| Dec 07 00:44:18.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89122024-12-07T00:44:18.535Z[ host-image] Dec 07 00:44:18.162 INFO O| Dec 07 00:44:18.161 INFO STEP 54 (remove_files) COMPLETE
89132024-12-07T00:44:18.535Z[ host-image] Dec 07 00:44:18.162 INFO O| Dec 07 00:44:18.162 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-07T00:44:18.535Z[ host-image] Dec 07 00:44:18.175 INFO O| Dec 07 00:44:18.175 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89152024-12-07T00:44:18.535Z[ host-image] Dec 07 00:44:18.175 INFO O| Dec 07 00:44:18.175 INFO STEP 55 (remove_files) COMPLETE
89162024-12-07T00:44:18.535Z[ host-image] Dec 07 00:44:18.175 INFO O| Dec 07 00:44:18.175 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-07T00:44:18.559Z[ host-image] Dec 07 00:44:18.187 INFO O| Dec 07 00:44:18.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89182024-12-07T00:44:18.559Z[ host-image] Dec 07 00:44:18.187 INFO O| Dec 07 00:44:18.187 INFO STEP 56 (remove_files) COMPLETE
89192024-12-07T00:44:18.559Z[ host-image] Dec 07 00:44:18.187 INFO O| Dec 07 00:44:18.187 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-07T00:44:18.559Z[ host-image] Dec 07 00:44:18.201 INFO O| Dec 07 00:44:18.201 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89212024-12-07T00:44:18.559Z[ host-image] Dec 07 00:44:18.201 INFO O| Dec 07 00:44:18.201 INFO STEP 57 (remove_files) COMPLETE
89222024-12-07T00:44:18.559Z[ host-image] Dec 07 00:44:18.201 INFO O| Dec 07 00:44:18.201 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.213 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89242024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89252024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89262024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89272024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89282024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89292024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO ok!
89302024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO STEP 58 (ensure_file) COMPLETE
89312024-12-07T00:44:18.583Z[ host-image] Dec 07 00:44:18.214 INFO O| Dec 07 00:44:18.214 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-07T00:44:18.606Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89332024-12-07T00:44:18.606Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89342024-12-07T00:44:18.606Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89352024-12-07T00:44:18.606Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89362024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89372024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89382024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO ok!
89392024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO STEP 59 (ensure_file) COMPLETE
89402024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.227 INFO O| Dec 07 00:44:18.227 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.240 INFO O| Dec 07 00:44:18.240 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89422024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.240 INFO O| Dec 07 00:44:18.240 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89432024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.240 INFO O| Dec 07 00:44:18.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89442024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.240 INFO O| Dec 07 00:44:18.240 INFO ok!
89452024-12-07T00:44:18.607Z[ host-image] Dec 07 00:44:18.240 INFO O| Dec 07 00:44:18.240 INFO STEP 60 (ensure_file) COMPLETE
89462024-12-07T00:44:18.608Z[ host-image] Dec 07 00:44:18.240 INFO O| Dec 07 00:44:18.240 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-07T00:44:18.631Z[ host-image] Dec 07 00:44:18.254 INFO O| Dec 07 00:44:18.253 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89482024-12-07T00:44:18.631Z[ host-image] Dec 07 00:44:18.254 INFO O| Dec 07 00:44:18.254 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89492024-12-07T00:44:18.631Z[ host-image] Dec 07 00:44:18.254 INFO O| Dec 07 00:44:18.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89502024-12-07T00:44:18.631Z[ host-image] Dec 07 00:44:18.254 INFO O| Dec 07 00:44:18.254 INFO ok!
89512024-12-07T00:44:18.631Z[ host-image] Dec 07 00:44:18.254 INFO O| Dec 07 00:44:18.254 INFO STEP 61 (ensure_file) COMPLETE
89522024-12-07T00:44:18.631Z[ host-image] Dec 07 00:44:18.254 INFO O| Dec 07 00:44:18.254 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-07T00:44:18.631Z[ host-image] Dec 07 00:44:18.270 INFO O| Dec 07 00:44:18.270 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89542024-12-07T00:44:18.632Z[ host-image] Dec 07 00:44:18.270 INFO O| Dec 07 00:44:18.270 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89552024-12-07T00:44:18.632Z[ host-image] Dec 07 00:44:18.270 INFO O| Dec 07 00:44:18.270 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89562024-12-07T00:44:18.632Z[ host-image] Dec 07 00:44:18.270 INFO O| Dec 07 00:44:18.270 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89572024-12-07T00:44:18.632Z[ host-image] Dec 07 00:44:18.270 INFO O| Dec 07 00:44:18.270 INFO ok!
89582024-12-07T00:44:18.632Z[ host-image] Dec 07 00:44:18.271 INFO O| Dec 07 00:44:18.270 INFO STEP 62 (ensure_file) COMPLETE
89592024-12-07T00:44:18.632Z[ host-image] Dec 07 00:44:18.271 INFO O| Dec 07 00:44:18.270 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-07T00:44:18.656Z[ host-image] Dec 07 00:44:18.284 INFO O| Dec 07 00:44:18.283 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89612024-12-07T00:44:18.656Z[ host-image] Dec 07 00:44:18.284 INFO O| Dec 07 00:44:18.284 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89622024-12-07T00:44:18.656Z[ host-image] Dec 07 00:44:18.284 INFO O| Dec 07 00:44:18.284 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89632024-12-07T00:44:18.656Z[ host-image] Dec 07 00:44:18.284 INFO O| Dec 07 00:44:18.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89642024-12-07T00:44:18.656Z[ host-image] Dec 07 00:44:18.284 INFO O| Dec 07 00:44:18.284 INFO ok!
89652024-12-07T00:44:18.656Z[ host-image] Dec 07 00:44:18.284 INFO O| Dec 07 00:44:18.284 INFO STEP 63 (ensure_file) COMPLETE
89662024-12-07T00:44:18.656Z[ host-image] Dec 07 00:44:18.284 INFO O| Dec 07 00:44:18.284 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.301 INFO O| Dec 07 00:44:18.301 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89682024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.301 INFO O| Dec 07 00:44:18.301 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89692024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.301 INFO O| Dec 07 00:44:18.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89702024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.301 INFO O| Dec 07 00:44:18.301 INFO ok!
89712024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.301 INFO O| Dec 07 00:44:18.301 INFO STEP 64 (assemble_files) COMPLETE
89722024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.301 INFO O| Dec 07 00:44:18.301 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.315 INFO O| Dec 07 00:44:18.315 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89742024-12-07T00:44:18.679Z[ host-image] Dec 07 00:44:18.316 INFO O| Dec 07 00:44:18.315 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89752024-12-07T00:44:18.680Z[ host-image] Dec 07 00:44:18.316 INFO O| Dec 07 00:44:18.316 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89762024-12-07T00:44:18.680Z[ host-image] Dec 07 00:44:18.316 INFO O| Dec 07 00:44:18.316 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89772024-12-07T00:44:18.680Z[ host-image] Dec 07 00:44:18.316 INFO O| Dec 07 00:44:18.316 INFO ok!
89782024-12-07T00:44:18.680Z[ host-image] Dec 07 00:44:18.316 INFO O| Dec 07 00:44:18.316 INFO STEP 65 (ensure_file) COMPLETE
89792024-12-07T00:44:18.680Z[ host-image] Dec 07 00:44:18.316 INFO O| Dec 07 00:44:18.316 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802024-12-07T00:44:18.703Z[ host-image] Dec 07 00:44:18.329 INFO O| Dec 07 00:44:18.329 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89812024-12-07T00:44:18.703Z[ host-image] Dec 07 00:44:18.329 INFO O| Dec 07 00:44:18.329 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89822024-12-07T00:44:18.703Z[ host-image] Dec 07 00:44:18.329 INFO O| Dec 07 00:44:18.329 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89832024-12-07T00:44:18.703Z[ host-image] Dec 07 00:44:18.329 INFO O| Dec 07 00:44:18.329 INFO STEP 66 (ensure_dir) COMPLETE
89842024-12-07T00:44:18.704Z[ host-image] Dec 07 00:44:18.329 INFO O| Dec 07 00:44:18.329 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89852024-12-07T00:44:18.704Z[ host-image] Dec 07 00:44:18.345 INFO O| Dec 07 00:44:18.345 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89862024-12-07T00:44:18.704Z[ host-image] Dec 07 00:44:18.345 INFO O| Dec 07 00:44:18.345 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 ...
89872024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.353 INFO O| Dec 07 00:44:18.353 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
89882024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.353 INFO O| Dec 07 00:44:18.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89892024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.353 INFO O| Dec 07 00:44:18.353 INFO ok!
89902024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.353 INFO O| Dec 07 00:44:18.353 INFO STEP 67 (ensure_file) COMPLETE
89912024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.354 INFO O| Dec 07 00:44:18.353 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.367 INFO O| Dec 07 00:44:18.367 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89932024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.367 INFO O| Dec 07 00:44:18.367 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 ...
89942024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.367 INFO O| Dec 07 00:44:18.367 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
89952024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.367 INFO O| Dec 07 00:44:18.367 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89962024-12-07T00:44:18.727Z[ host-image] Dec 07 00:44:18.367 INFO O| Dec 07 00:44:18.367 INFO ok!
89972024-12-07T00:44:18.728Z[ host-image] Dec 07 00:44:18.367 INFO O| Dec 07 00:44:18.367 INFO STEP 68 (ensure_file) COMPLETE
89982024-12-07T00:44:18.728Z[ host-image] Dec 07 00:44:18.367 INFO O| Dec 07 00:44:18.367 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-07T00:44:18.752Z[ host-image] Dec 07 00:44:18.386 INFO O| Dec 07 00:44:18.386 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90002024-12-07T00:44:18.752Z[ host-image] Dec 07 00:44:18.386 INFO O| Dec 07 00:44:18.386 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90012024-12-07T00:44:21.112Z[ recovery-image] Dec 07 00:44:20.753 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)
90022024-12-07T00:44:21.174Z[ host-image] Dec 07 00:44:20.813 INFO O| Dec 07 00:44:20.811 INFO STEP 69 (pack_tar) COMPLETE
90032024-12-07T00:44:21.174Z[ host-image] Dec 07 00:44:20.813 INFO O| Dec 07 00:44:20.811 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90042024-12-07T00:44:21.198Z[ host-image] Dec 07 00:44:20.813 INFO O| Dec 07 00:44:20.811 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90052024-12-07T00:44:21.473Z[ host-image] Dec 07 00:44:21.115 INFO O| Dec 07 00:44:21.115 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90062024-12-07T00:44:21.536Z[ host-image] Dec 07 00:44:21.179 INFO O| Dec 07 00:44:21.179 INFO completed processing gimlet/ramdisk-02-trim
90072024-12-07T00:44:21.560Z[ host-image] Dec 07 00:44:21.182 INFO image builder template: zfs...
90082024-12-07T00:44:21.560Z[ host-image] Dec 07 00:44:21.182 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/.tmpG7JHZK/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
90092024-12-07T00:44:21.560Z[ host-image] Dec 07 00:44:21.201 INFO O| Dec 07 00:44:21.201 INFO skip include "stress" because feature "stress" is not enabled
90102024-12-07T00:44:21.600Z[ host-image] Dec 07 00:44:21.243 INFO O| Dec 07 00:44:21.243 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90112024-12-07T00:44:21.625Z[ host-image] Dec 07 00:44:21.249 INFO O| Dec 07 00:44:21.249 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90122024-12-07T00:44:21.648Z[ host-image] Dec 07 00:44:21.283 INFO O| Dec 07 00:44:21.283 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90132024-12-07T00:44:21.671Z[ host-image] Dec 07 00:44:21.307 INFO O| Dec 07 00:44:21.307 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90142024-12-07T00:44:21.671Z[ host-image] Dec 07 00:44:21.307 INFO O| Dec 07 00:44:21.307 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90152024-12-07T00:44:21.672Z[ host-image] Dec 07 00:44:21.313 INFO O| Dec 07 00:44:21.313 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90162024-12-07T00:44:21.701Z[ host-image] Dec 07 00:44:21.342 INFO O| Dec 07 00:44:21.342 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90172024-12-07T00:44:21.754Z[ host-image] Dec 07 00:44:21.397 INFO O| Dec 07 00:44:21.397 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90182024-12-07T00:44:21.778Z[ host-image] Dec 07 00:44:21.411 INFO O| Dec 07 00:44:21.411 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90192024-12-07T00:44:21.778Z[ host-image] Dec 07 00:44:21.418 INFO O| Dec 07 00:44:21.418 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90202024-12-07T00:44:21.778Z[ host-image] Dec 07 00:44:21.418 INFO O| Dec 07 00:44:21.418 INFO no lofi found
90212024-12-07T00:44:21.778Z[ host-image] Dec 07 00:44:21.418 INFO O| Dec 07 00:44:21.418 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90222024-12-07T00:44:21.778Z[ host-image] Dec 07 00:44:21.418 INFO O| Dec 07 00:44:21.418 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90232024-12-07T00:44:22.793Z[ recovery-image] Dec 07 00:44:22.435 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)
90242024-12-07T00:44:23.369Z[ host-image] Dec 07 00:44:23.011 INFO O| Dec 07 00:44:23.010 INFO lofi device = /dev/dsk/c3t1d0p0
90252024-12-07T00:44:23.369Z[ host-image] Dec 07 00:44:23.011 INFO O| Dec 07 00:44:23.011 INFO pool device = /dev/dsk/c3t1d0p0
90262024-12-07T00:44:23.369Z[ host-image] Dec 07 00:44:23.011 INFO O| Dec 07 00:44:23.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
90272024-12-07T00:44:23.542Z[ host-image] Dec 07 00:44:23.184 INFO O| Dec 07 00:44:23.184 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90282024-12-07T00:44:23.542Z[ host-image] Dec 07 00:44:23.184 INFO O| Dec 07 00:44:23.184 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90292024-12-07T00:44:23.632Z[ host-image] Dec 07 00:44:23.274 INFO O| Dec 07 00:44:23.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90302024-12-07T00:44:23.703Z[ host-image] Dec 07 00:44:23.346 INFO O| Dec 07 00:44:23.345 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90312024-12-07T00:44:23.747Z[ host-image] Dec 07 00:44:23.389 INFO O| Dec 07 00:44:23.389 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90322024-12-07T00:44:23.770Z[ host-image] Dec 07 00:44:23.412 INFO O| Dec 07 00:44:23.412 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90332024-12-07T00:44:23.794Z[ host-image] Dec 07 00:44:23.427 INFO O| Dec 07 00:44:23.427 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90342024-12-07T00:44:23.839Z[ host-image] Dec 07 00:44:23.482 INFO O| Dec 07 00:44:23.482 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90352024-12-07T00:44:23.839Z[ host-image] Dec 07 00:44:23.482 INFO O| Dec 07 00:44:23.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90362024-12-07T00:44:23.863Z[ host-image] Dec 07 00:44:23.482 INFO O| Dec 07 00:44:23.482 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90372024-12-07T00:44:23.863Z[ host-image] Dec 07 00:44:23.492 INFO O| Dec 07 00:44:23.492 INFO boot environment UUID: fa4c5716-6b4d-4bdd-9056-0a4491ad789d
90382024-12-07T00:44:23.863Z[ host-image] Dec 07 00:44:23.492 INFO O| Dec 07 00:44:23.492 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = fa4c5716-6b4d-4bdd-9056-0a4491ad789d
90392024-12-07T00:44:23.887Z[ host-image] Dec 07 00:44:23.509 INFO O| Dec 07 00:44:23.509 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90402024-12-07T00:44:23.887Z[ host-image] Dec 07 00:44:23.527 INFO O| Dec 07 00:44:23.527 INFO STEP 0 (create_be) COMPLETE
90412024-12-07T00:44:23.887Z[ host-image] Dec 07 00:44:23.527 INFO O| Dec 07 00:44:23.527 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90422024-12-07T00:44:23.910Z[ host-image] Dec 07 00:44:23.548 INFO O| Dec 07 00:44:23.548 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90432024-12-07T00:44:27.332Z[ recovery-image] Dec 07 00:44:26.968 INFO E| Compiling bitflags v1.3.2
90442024-12-07T00:44:27.356Z[ recovery-image] Dec 07 00:44:26.968 INFO E| Compiling bit_field v0.10.2
90452024-12-07T00:44:27.356Z[ recovery-image] Dec 07 00:44:26.968 INFO E| Compiling log v0.4.22
90462024-12-07T00:44:27.356Z[ recovery-image] Dec 07 00:44:26.968 INFO E| Compiling plain v0.2.3
90472024-12-07T00:44:27.356Z[ recovery-image] Dec 07 00:44:26.968 INFO E| Compiling scroll v0.12.0
90482024-12-07T00:44:27.356Z[ recovery-image] Dec 07 00:44:26.968 INFO E| Compiling adler2 v2.0.0
90492024-12-07T00:44:27.356Z[ recovery-image] Dec 07 00:44:26.968 INFO E| Compiling static_assertions v1.1.0
90502024-12-07T00:44:27.513Z[ recovery-image] Dec 07 00:44:27.153 INFO E| Compiling raw-cpuid v10.7.0
90512024-12-07T00:44:27.537Z[ recovery-image] Dec 07 00:44:27.170 INFO E| Compiling cpio_reader v0.1.1
90522024-12-07T00:44:27.625Z[ recovery-image] Dec 07 00:44:27.265 INFO E| Compiling miniz_oxide v0.8.0
90532024-12-07T00:44:27.841Z[ recovery-image] Dec 07 00:44:27.483 INFO E| Compiling bitstruct v0.1.1
90542024-12-07T00:44:28.576Z[ recovery-image] Dec 07 00:44:28.218 INFO E| Compiling goblin v0.8.2
90552024-12-07T00:44:36.900Z[ recovery-image] Dec 07 00:44:36.541 INFO E| Finished `release` profile [optimized] target(s) in 39.09s
90562024-12-07T00:44:36.928Z[ recovery-image] Dec 07 00:44:36.568 INFO building host image...
90572024-12-07T00:44:36.928Z[ recovery-image] Dec 07 00:44:36.569 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")
90582024-12-07T00:44:37.608Z[ recovery-image] Dec 07 00:44:37.249 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90592024-12-07T00:44:39.406Z[ recovery-image] Dec 07 00:44:39.048 INFO image complete! materials are in "/work/os-recovery"
90602024-12-07T00:44:39.430Z[ recovery-image]
90612024-12-07T00:44:39.430Z[ recovery-image] real 7:23.384923984
90622024-12-07T00:44:39.430Z[ recovery-image] user 4:57.063869541
90632024-12-07T00:44:39.430Z[ recovery-image] sys 56.855657392
90642024-12-07T00:44:39.430Z[ recovery-image] trap 0.217026137
90652024-12-07T00:44:39.430Z[ recovery-image] tflt 0.244599700
90662024-12-07T00:44:39.430Z[ recovery-image] dflt 0.764397560
90672024-12-07T00:44:39.430Z[ recovery-image] kflt 0.000064723
90682024-12-07T00:44:39.430Z[ recovery-image] lock 15:56.258111553
90692024-12-07T00:44:39.430Z[ recovery-image] slp 44:03.052269678
90702024-12-07T00:44:39.430Z[ recovery-image] lat 1:46.268452471
90712024-12-07T00:44:39.430Z[ recovery-image] stop 5.145800775
90722024-12-07T00:44:39.430ZDec 07 00:44:39.055 INFO [recovery-image] process exited with exit status: 0 (443.403110959s)
90732024-12-07T00:44:44.479Z[ host-image] Dec 07 00:44:44.121 INFO O| Dec 07 00:44:44.121 INFO STEP 1 (unpack_tar) COMPLETE
90742024-12-07T00:44:44.479Z[ host-image] Dec 07 00:44:44.121 INFO O| Dec 07 00:44:44.121 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90752024-12-07T00:44:44.503Z[ host-image] Dec 07 00:44:44.138 INFO O| Dec 07 00:44:44.138 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90762024-12-07T00:44:45.728Z[ host-image] Dec 07 00:44:45.370 INFO O| Dec 07 00:44:45.370 INFO STEP 2 (devfsadm) COMPLETE
90772024-12-07T00:44:45.728Z[ host-image] Dec 07 00:44:45.370 INFO O| Dec 07 00:44:45.370 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90782024-12-07T00:44:45.752Z[ host-image] Dec 07 00:44:45.385 INFO O| Dec 07 00:44:45.385 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90792024-12-07T00:44:45.752Z[ host-image] Dec 07 00:44:45.385 INFO O| Dec 07 00:44:45.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90802024-12-07T00:44:45.752Z[ host-image] Dec 07 00:44:45.385 INFO O| Dec 07 00:44:45.385 INFO STEP 3 (ensure_dir) COMPLETE
90812024-12-07T00:44:45.752Z[ host-image] Dec 07 00:44:45.385 INFO O| Dec 07 00:44:45.385 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90822024-12-07T00:44:45.776Z[ host-image] Dec 07 00:44:45.398 INFO O| Dec 07 00:44:45.398 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90832024-12-07T00:44:45.776Z[ host-image] Dec 07 00:44:45.398 INFO O| Dec 07 00:44:45.398 INFO STEP 4 (ensure_dir) COMPLETE
90842024-12-07T00:44:45.776Z[ host-image] Dec 07 00:44:45.398 INFO O| Dec 07 00:44:45.398 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90852024-12-07T00:44:45.776Z[ host-image] Dec 07 00:44:45.411 INFO O| Dec 07 00:44:45.411 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90862024-12-07T00:44:45.776Z[ host-image] Dec 07 00:44:45.411 INFO O| Dec 07 00:44:45.411 INFO STEP 5 (ensure_dir) COMPLETE
90872024-12-07T00:44:45.776Z[ host-image] Dec 07 00:44:45.411 INFO O| Dec 07 00:44:45.411 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90882024-12-07T00:44:45.799Z[ host-image] Dec 07 00:44:45.424 INFO O| Dec 07 00:44:45.424 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90892024-12-07T00:44:45.799Z[ host-image] Dec 07 00:44:45.424 INFO O| Dec 07 00:44:45.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90902024-12-07T00:44:45.799Z[ host-image] Dec 07 00:44:45.424 INFO O| Dec 07 00:44:45.424 INFO STEP 6 (ensure_dir) COMPLETE
90912024-12-07T00:44:45.800Z[ host-image] Dec 07 00:44:45.424 INFO O| Dec 07 00:44:45.424 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90922024-12-07T00:44:45.800Z[ host-image] Dec 07 00:44:45.437 INFO O| Dec 07 00:44:45.437 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90932024-12-07T00:44:45.800Z[ host-image] Dec 07 00:44:45.437 INFO O| Dec 07 00:44:45.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90942024-12-07T00:44:45.800Z[ host-image] Dec 07 00:44:45.437 INFO O| Dec 07 00:44:45.437 INFO STEP 7 (ensure_dir) COMPLETE
90952024-12-07T00:44:45.800Z[ host-image] Dec 07 00:44:45.437 INFO O| Dec 07 00:44:45.437 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90962024-12-07T00:44:45.824Z[ host-image] Dec 07 00:44:45.450 INFO O| Dec 07 00:44:45.450 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90972024-12-07T00:44:45.824Z[ host-image] Dec 07 00:44:45.450 INFO O| Dec 07 00:44:45.450 INFO STEP 8 (remove_files) COMPLETE
90982024-12-07T00:44:45.824Z[ host-image] Dec 07 00:44:45.450 INFO O| Dec 07 00:44:45.450 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-07T00:44:45.847Z[ host-image] Dec 07 00:44:45.468 INFO O| Dec 07 00:44:45.467 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91002024-12-07T00:44:45.847Z[ host-image] Dec 07 00:44:45.469 INFO O| Dec 07 00:44:45.469 INFO STEP 9 (remove_files) COMPLETE
91012024-12-07T00:44:45.847Z[ host-image] Dec 07 00:44:45.469 INFO O| Dec 07 00:44:45.469 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91022024-12-07T00:44:45.847Z[ host-image] Dec 07 00:44:45.483 INFO O| Dec 07 00:44:45.482 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91032024-12-07T00:44:45.847Z[ host-image] Dec 07 00:44:45.484 INFO O| Dec 07 00:44:45.484 INFO STEP 10 (remove_files) COMPLETE
91042024-12-07T00:44:45.848Z[ host-image] Dec 07 00:44:45.484 INFO O| Dec 07 00:44:45.484 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91052024-12-07T00:44:45.872Z[ host-image] Dec 07 00:44:45.497 INFO O| Dec 07 00:44:45.497 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91062024-12-07T00:44:45.872Z[ host-image] Dec 07 00:44:45.497 INFO O| Dec 07 00:44:45.497 INFO STEP 11 (remove_files) COMPLETE
91072024-12-07T00:44:45.872Z[ host-image] Dec 07 00:44:45.497 INFO O| Dec 07 00:44:45.497 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91082024-12-07T00:44:45.872Z[ host-image] Dec 07 00:44:45.510 INFO O| Dec 07 00:44:45.510 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91092024-12-07T00:44:45.872Z[ host-image] Dec 07 00:44:45.510 INFO O| Dec 07 00:44:45.510 INFO STEP 12 (remove_files) COMPLETE
91102024-12-07T00:44:45.872Z[ host-image] Dec 07 00:44:45.510 INFO O| Dec 07 00:44:45.510 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91112024-12-07T00:44:45.895Z[ host-image] Dec 07 00:44:45.523 INFO O| Dec 07 00:44:45.523 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91122024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.523 INFO O| Dec 07 00:44:45.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91132024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.523 INFO O| Dec 07 00:44:45.523 INFO STEP 13 (ensure_dir) COMPLETE
91142024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.523 INFO O| Dec 07 00:44:45.523 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.536 INFO O| Dec 07 00:44:45.536 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91162024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.536 INFO O| Dec 07 00:44:45.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91172024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.536 INFO O| Dec 07 00:44:45.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91182024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.536 INFO O| Dec 07 00:44:45.536 INFO STEP 14 (ensure_dir) COMPLETE
91192024-12-07T00:44:45.896Z[ host-image] Dec 07 00:44:45.536 INFO O| Dec 07 00:44:45.536 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202024-12-07T00:44:45.924Z[ host-image] Dec 07 00:44:45.552 INFO O| Dec 07 00:44:45.552 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91212024-12-07T00:44:45.924Z[ host-image] Dec 07 00:44:45.552 INFO O| Dec 07 00:44:45.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91222024-12-07T00:44:45.924Z[ host-image] Dec 07 00:44:45.552 INFO O| Dec 07 00:44:45.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91232024-12-07T00:44:45.924Z[ host-image] Dec 07 00:44:45.553 INFO O| Dec 07 00:44:45.552 INFO STEP 15 (ensure_dir) COMPLETE
91242024-12-07T00:44:45.924Z[ host-image] Dec 07 00:44:45.553 INFO O| Dec 07 00:44:45.553 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91252024-12-07T00:44:45.924Z[ host-image] Dec 07 00:44:45.565 INFO O| Dec 07 00:44:45.565 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91262024-12-07T00:44:45.924Z[ host-image] Dec 07 00:44:45.565 INFO O| Dec 07 00:44:45.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91272024-12-07T00:44:45.926Z[ host-image] Dec 07 00:44:45.565 INFO O| Dec 07 00:44:45.565 INFO STEP 16 (ensure_dir) COMPLETE
91282024-12-07T00:44:45.926Z[ host-image] Dec 07 00:44:45.565 INFO O| Dec 07 00:44:45.565 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91292024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.578 INFO O| Dec 07 00:44:45.578 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91302024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.578 INFO O| Dec 07 00:44:45.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91312024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.578 INFO O| Dec 07 00:44:45.578 INFO STEP 17 (ensure_dir) COMPLETE
91322024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.578 INFO O| Dec 07 00:44:45.578 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91332024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.591 INFO O| Dec 07 00:44:45.590 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91342024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.591 INFO O| Dec 07 00:44:45.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91352024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.591 INFO O| Dec 07 00:44:45.591 INFO ok!
91362024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.591 INFO O| Dec 07 00:44:45.591 INFO STEP 18 (ensure_symlink) COMPLETE
91372024-12-07T00:44:45.949Z[ host-image] Dec 07 00:44:45.591 INFO O| Dec 07 00:44:45.591 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91382024-12-07T00:44:45.973Z[ host-image] Dec 07 00:44:45.607 INFO O| Dec 07 00:44:45.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91392024-12-07T00:44:45.973Z[ host-image] Dec 07 00:44:45.607 INFO O| Dec 07 00:44:45.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91402024-12-07T00:44:45.973Z[ host-image] Dec 07 00:44:45.607 INFO O| Dec 07 00:44:45.607 INFO ok!
91412024-12-07T00:44:45.973Z[ host-image] Dec 07 00:44:45.607 INFO O| Dec 07 00:44:45.607 INFO STEP 19 (ensure_file) COMPLETE
91422024-12-07T00:44:45.973Z[ host-image] Dec 07 00:44:45.607 INFO O| Dec 07 00:44:45.607 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91432024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.625 INFO O| Dec 07 00:44:45.625 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91442024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.625 INFO O| Dec 07 00:44:45.625 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91452024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.625 INFO O| Dec 07 00:44:45.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91462024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.625 INFO O| Dec 07 00:44:45.625 INFO ok!
91472024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.625 INFO O| Dec 07 00:44:45.625 INFO STEP 20 (ensure_symlink) COMPLETE
91482024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.625 INFO O| Dec 07 00:44:45.625 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91492024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.638 INFO O| Dec 07 00:44:45.638 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91502024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.638 INFO O| Dec 07 00:44:45.638 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91512024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.638 INFO O| Dec 07 00:44:45.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91522024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.638 INFO O| Dec 07 00:44:45.638 INFO ok!
91532024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.638 INFO O| Dec 07 00:44:45.638 INFO STEP 21 (ensure_symlink) COMPLETE
91542024-12-07T00:44:45.998Z[ host-image] Dec 07 00:44:45.638 INFO O| Dec 07 00:44:45.638 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91552024-12-07T00:44:46.022Z[ host-image] Dec 07 00:44:45.653 INFO O| Dec 07 00:44:45.653 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91562024-12-07T00:44:46.022Z[ host-image] Dec 07 00:44:45.653 INFO O| Dec 07 00:44:45.653 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91572024-12-07T00:44:46.022Z[ host-image] Dec 07 00:44:45.653 INFO O| Dec 07 00:44:45.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91582024-12-07T00:44:46.022Z[ host-image] Dec 07 00:44:45.653 INFO O| Dec 07 00:44:45.653 INFO ok!
91592024-12-07T00:44:46.022Z[ host-image] Dec 07 00:44:45.653 INFO O| Dec 07 00:44:45.653 INFO STEP 22 (ensure_symlink) COMPLETE
91602024-12-07T00:44:46.022Z[ host-image] Dec 07 00:44:45.653 INFO O| Dec 07 00:44:45.653 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91612024-12-07T00:44:46.045Z[ host-image] Dec 07 00:44:45.674 INFO O| Dec 07 00:44:45.674 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91622024-12-07T00:44:46.045Z[ host-image] Dec 07 00:44:45.675 INFO O| Dec 07 00:44:45.674 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91632024-12-07T00:44:46.045Z[ host-image] Dec 07 00:44:45.675 INFO O| Dec 07 00:44:45.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91642024-12-07T00:44:46.045Z[ host-image] Dec 07 00:44:45.675 INFO O| Dec 07 00:44:45.675 INFO ok!
91652024-12-07T00:44:46.045Z[ host-image] Dec 07 00:44:45.675 INFO O| Dec 07 00:44:45.675 INFO STEP 23 (ensure_symlink) COMPLETE
91662024-12-07T00:44:46.045Z[ host-image] Dec 07 00:44:45.675 INFO O| Dec 07 00:44:45.675 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91672024-12-07T00:44:46.069Z[ host-image] Dec 07 00:44:45.694 INFO O| Dec 07 00:44:45.693 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91682024-12-07T00:44:46.069Z[ host-image] Dec 07 00:44:45.694 INFO O| Dec 07 00:44:45.694 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91692024-12-07T00:44:46.069Z[ host-image] Dec 07 00:44:45.694 INFO O| Dec 07 00:44:45.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91702024-12-07T00:44:46.069Z[ host-image] Dec 07 00:44:45.694 INFO O| Dec 07 00:44:45.694 INFO ok!
91712024-12-07T00:44:46.069Z[ host-image] Dec 07 00:44:45.694 INFO O| Dec 07 00:44:45.694 INFO STEP 24 (ensure_file) COMPLETE
91722024-12-07T00:44:46.069Z[ host-image] Dec 07 00:44:45.694 INFO O| Dec 07 00:44:45.694 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91732024-12-07T00:44:46.069Z[ host-image] Dec 07 00:44:45.709 INFO O| Dec 07 00:44:45.709 INFO updating shadow file
91742024-12-07T00:44:46.071Z[ host-image] Dec 07 00:44:45.709 INFO O| Dec 07 00:44:45.709 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91752024-12-07T00:44:46.071Z[ host-image] Dec 07 00:44:45.709 INFO O| Dec 07 00:44:45.709 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91762024-12-07T00:44:46.071Z[ host-image] Dec 07 00:44:45.709 INFO O| Dec 07 00:44:45.709 INFO STEP 25 (shadow) COMPLETE
91772024-12-07T00:44:46.071Z[ host-image] Dec 07 00:44:45.709 INFO O| Dec 07 00:44:45.709 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91782024-12-07T00:44:46.094Z[ host-image] Dec 07 00:44:45.722 INFO O| Dec 07 00:44:45.722 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91792024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.722 INFO O| Dec 07 00:44:45.722 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91802024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.722 INFO O| Dec 07 00:44:45.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91812024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.722 INFO O| Dec 07 00:44:45.722 INFO ok!
91822024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.722 INFO O| Dec 07 00:44:45.722 INFO STEP 26 (ensure_file) COMPLETE
91832024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.722 INFO O| Dec 07 00:44:45.722 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91842024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.735 INFO O| Dec 07 00:44:45.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91852024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.735 INFO O| Dec 07 00:44:45.735 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91862024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.735 INFO O| Dec 07 00:44:45.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91872024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.735 INFO O| Dec 07 00:44:45.735 INFO ok!
91882024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.735 INFO O| Dec 07 00:44:45.735 INFO STEP 27 (ensure_file) COMPLETE
91892024-12-07T00:44:46.095Z[ host-image] Dec 07 00:44:45.735 INFO O| Dec 07 00:44:45.735 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91902024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.748 INFO O| Dec 07 00:44:45.748 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91912024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.748 INFO O| Dec 07 00:44:45.748 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91922024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.748 INFO O| Dec 07 00:44:45.748 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91932024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.748 INFO O| Dec 07 00:44:45.748 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91942024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.748 INFO O| Dec 07 00:44:45.748 INFO ok!
91952024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.748 INFO O| Dec 07 00:44:45.748 INFO STEP 28 (ensure_file) COMPLETE
91962024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.748 INFO O| Dec 07 00:44:45.748 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91972024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.761 INFO O| Dec 07 00:44:45.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91982024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.761 INFO O| Dec 07 00:44:45.761 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91992024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.761 INFO O| Dec 07 00:44:45.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92002024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.761 INFO O| Dec 07 00:44:45.761 INFO ok!
92012024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.761 INFO O| Dec 07 00:44:45.761 INFO STEP 29 (ensure_file) COMPLETE
92022024-12-07T00:44:46.120Z[ host-image] Dec 07 00:44:45.761 INFO O| Dec 07 00:44:45.761 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92032024-12-07T00:44:46.144Z[ host-image] Dec 07 00:44:45.776 INFO O| Dec 07 00:44:45.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92042024-12-07T00:44:46.144Z[ host-image] Dec 07 00:44:45.776 INFO O| Dec 07 00:44:45.776 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92052024-12-07T00:44:46.144Z[ host-image] Dec 07 00:44:45.776 INFO O| Dec 07 00:44:45.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92062024-12-07T00:44:46.144Z[ host-image] Dec 07 00:44:45.776 INFO O| Dec 07 00:44:45.776 INFO ok!
92072024-12-07T00:44:46.144Z[ host-image] Dec 07 00:44:45.776 INFO O| Dec 07 00:44:45.776 INFO STEP 30 (ensure_file) COMPLETE
92082024-12-07T00:44:46.144Z[ host-image] Dec 07 00:44:45.776 INFO O| Dec 07 00:44:45.776 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92092024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.791 INFO O| Dec 07 00:44:45.791 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92102024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.791 INFO O| Dec 07 00:44:45.791 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92112024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.791 INFO O| Dec 07 00:44:45.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92122024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.791 INFO O| Dec 07 00:44:45.791 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92132024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.791 INFO O| Dec 07 00:44:45.791 INFO ok!
92142024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.791 INFO O| Dec 07 00:44:45.791 INFO STEP 31 (ensure_file) COMPLETE
92152024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.791 INFO O| Dec 07 00:44:45.791 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92162024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.804 INFO O| Dec 07 00:44:45.804 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92172024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.804 INFO O| Dec 07 00:44:45.804 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92182024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.804 INFO O| Dec 07 00:44:45.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92192024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.804 INFO O| Dec 07 00:44:45.804 INFO ok!
92202024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.804 INFO O| Dec 07 00:44:45.804 INFO STEP 32 (ensure_file) COMPLETE
92212024-12-07T00:44:46.168Z[ host-image] Dec 07 00:44:45.804 INFO O| Dec 07 00:44:45.804 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92222024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.816 INFO O| Dec 07 00:44:45.816 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92232024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.817 INFO O| Dec 07 00:44:45.817 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92242024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.817 INFO O| Dec 07 00:44:45.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92252024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.817 INFO O| Dec 07 00:44:45.817 INFO ok!
92262024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.817 INFO O| Dec 07 00:44:45.817 INFO STEP 33 (ensure_file) COMPLETE
92272024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.817 INFO O| Dec 07 00:44:45.817 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92282024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92292024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92302024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92312024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92322024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92332024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92342024-12-07T00:44:46.192Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO ok!
92352024-12-07T00:44:46.193Z[ host-image] Dec 07 00:44:45.829 INFO O| Dec 07 00:44:45.829 INFO STEP 34 (ensure_file) COMPLETE
92362024-12-07T00:44:46.193Z[ host-image] Dec 07 00:44:45.830 INFO O| Dec 07 00:44:45.829 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92372024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.842 INFO O| Dec 07 00:44:45.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92382024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.842 INFO O| Dec 07 00:44:45.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92392024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.842 INFO O| Dec 07 00:44:45.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92402024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.842 INFO O| Dec 07 00:44:45.842 INFO STEP 35 (ensure_dir) COMPLETE
92412024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.842 INFO O| Dec 07 00:44:45.842 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92422024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 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
92432024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 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 ...
92442024-12-07T00:44:46.217Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 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
92452024-12-07T00:44:46.218Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 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
92462024-12-07T00:44:46.218Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 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
92472024-12-07T00:44:46.218Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 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
92482024-12-07T00:44:46.220Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 INFO ok!
92492024-12-07T00:44:46.220Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 INFO STEP 36 (ensure_file) COMPLETE
92502024-12-07T00:44:46.220Z[ host-image] Dec 07 00:44:45.855 INFO O| Dec 07 00:44:45.855 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92512024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.867 INFO O| Dec 07 00:44:45.867 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92522024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.867 INFO O| Dec 07 00:44:45.867 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 ...
92532024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.867 INFO O| Dec 07 00:44:45.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92542024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.867 INFO O| Dec 07 00:44:45.867 INFO ok!
92552024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.867 INFO O| Dec 07 00:44:45.867 INFO STEP 37 (ensure_symlink) COMPLETE
92562024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.867 INFO O| Dec 07 00:44:45.867 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92572024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92582024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92592024-12-07T00:44:46.244Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92602024-12-07T00:44:46.245Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92612024-12-07T00:44:46.245Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92622024-12-07T00:44:46.245Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92632024-12-07T00:44:46.245Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO ok!
92642024-12-07T00:44:46.245Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO STEP 38 (ensure_file) COMPLETE
92652024-12-07T00:44:46.246Z[ host-image] Dec 07 00:44:45.880 INFO O| Dec 07 00:44:45.880 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92662024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.892 INFO O| Dec 07 00:44:45.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92672024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.893 INFO O| Dec 07 00:44:45.892 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 ...
92682024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.893 INFO O| Dec 07 00:44:45.893 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
92692024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.893 INFO O| Dec 07 00:44:45.893 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92702024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.893 INFO O| Dec 07 00:44:45.893 INFO ok!
92712024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.893 INFO O| Dec 07 00:44:45.893 INFO STEP 39 (ensure_file) COMPLETE
92722024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.893 INFO O| Dec 07 00:44:45.893 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92732024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.905 INFO O| Dec 07 00:44:45.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92742024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.905 INFO O| Dec 07 00:44:45.905 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92752024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.905 INFO O| Dec 07 00:44:45.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92762024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.905 INFO O| Dec 07 00:44:45.905 INFO ok!
92772024-12-07T00:44:46.269Z[ host-image] Dec 07 00:44:45.905 INFO O| Dec 07 00:44:45.905 INFO STEP 40 (ensure_file) COMPLETE
92782024-12-07T00:44:46.270Z[ host-image] Dec 07 00:44:45.905 INFO O| Dec 07 00:44:45.905 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92792024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.921 INFO O| Dec 07 00:44:45.920 INFO updating shadow file
92802024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.921 INFO O| Dec 07 00:44:45.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92812024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.921 INFO O| Dec 07 00:44:45.921 INFO STEP 41 (shadow) COMPLETE
92822024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.921 INFO O| Dec 07 00:44:45.921 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92832024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92842024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92852024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92862024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92872024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO ok!
92882024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO STEP 42 (ensure_file) COMPLETE
92892024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO skip step because feature "mfg" is not enabled
92912024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92922024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO skip step because feature "mfg" is not enabled
92932024-12-07T00:44:46.294Z[ host-image] Dec 07 00:44:45.934 INFO O| Dec 07 00:44:45.934 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92942024-12-07T00:44:46.318Z[ host-image] Dec 07 00:44:45.947 INFO O| Dec 07 00:44:45.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92952024-12-07T00:44:46.318Z[ host-image] Dec 07 00:44:45.947 INFO O| Dec 07 00:44:45.947 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92962024-12-07T00:44:47.017Z[ host-image] Dec 07 00:44:46.658 INFO O| Dec 07 00:44:46.658 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92972024-12-07T00:44:47.017Z[ host-image] Dec 07 00:44:46.658 INFO O| Dec 07 00:44:46.658 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92982024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.658 INFO O| Dec 07 00:44:46.658 INFO ok!
92992024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.659 INFO O| Dec 07 00:44:46.658 INFO STEP 45 (ensure_file) COMPLETE
93002024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.659 INFO O| Dec 07 00:44:46.658 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93012024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.673 INFO O| Dec 07 00:44:46.673 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93022024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.673 INFO O| Dec 07 00:44:46.673 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93032024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.674 INFO O| Dec 07 00:44:46.674 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93042024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.674 INFO O| Dec 07 00:44:46.674 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93052024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.674 INFO O| Dec 07 00:44:46.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93062024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.674 INFO O| Dec 07 00:44:46.674 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93072024-12-07T00:44:47.041Z[ host-image] Dec 07 00:44:46.674 INFO O| Dec 07 00:44:46.674 INFO ok!
93082024-12-07T00:44:47.042Z[ host-image] Dec 07 00:44:46.674 INFO O| Dec 07 00:44:46.674 INFO STEP 46 (ensure_file) COMPLETE
93092024-12-07T00:44:47.043Z[ host-image] Dec 07 00:44:46.674 INFO O| Dec 07 00:44:46.674 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93102024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.689 INFO O| Dec 07 00:44:46.689 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93112024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.689 INFO O| Dec 07 00:44:46.689 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 ...
93122024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.689 INFO O| Dec 07 00:44:46.689 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
93132024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.689 INFO O| Dec 07 00:44:46.689 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93142024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.689 INFO O| Dec 07 00:44:46.689 INFO ok!
93152024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.689 INFO O| Dec 07 00:44:46.689 INFO STEP 47 (ensure_file) COMPLETE
93162024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.689 INFO O| Dec 07 00:44:46.689 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93172024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.703 INFO O| Dec 07 00:44:46.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93182024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.703 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93192024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.704 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93202024-12-07T00:44:47.066Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.704 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93212024-12-07T00:44:47.067Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.704 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93222024-12-07T00:44:47.068Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93232024-12-07T00:44:47.068Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.704 INFO ok!
93242024-12-07T00:44:47.068Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.704 INFO STEP 48 (ensure_file) COMPLETE
93252024-12-07T00:44:47.068Z[ host-image] Dec 07 00:44:46.704 INFO O| Dec 07 00:44:46.704 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93262024-12-07T00:44:47.092Z[ host-image] Dec 07 00:44:46.720 INFO O| Dec 07 00:44:46.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93272024-12-07T00:44:47.092Z[ host-image] Dec 07 00:44:46.720 INFO O| Dec 07 00:44:46.720 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 ...
93282024-12-07T00:44:47.092Z[ host-image] Dec 07 00:44:46.720 INFO O| Dec 07 00:44:46.720 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
93292024-12-07T00:44:47.092Z[ host-image] Dec 07 00:44:46.720 INFO O| Dec 07 00:44:46.720 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93302024-12-07T00:44:47.092Z[ host-image] Dec 07 00:44:46.720 INFO O| Dec 07 00:44:46.720 INFO ok!
93312024-12-07T00:44:47.092Z[ host-image] Dec 07 00:44:46.720 INFO O| Dec 07 00:44:46.720 INFO STEP 49 (ensure_file) COMPLETE
93322024-12-07T00:44:47.092Z[ host-image] Dec 07 00:44:46.721 INFO O| Dec 07 00:44:46.720 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93332024-12-07T00:44:47.115Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93342024-12-07T00:44:47.115Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93352024-12-07T00:44:47.115Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93362024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93372024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93382024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93392024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO ok!
93402024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO STEP 50 (ensure_file) COMPLETE
93412024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.736 INFO O| Dec 07 00:44:46.736 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93422024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.750 INFO O| Dec 07 00:44:46.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93432024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.750 INFO O| Dec 07 00:44:46.750 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 ...
93442024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.750 INFO O| Dec 07 00:44:46.750 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
93452024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.750 INFO O| Dec 07 00:44:46.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93462024-12-07T00:44:47.116Z[ host-image] Dec 07 00:44:46.750 INFO O| Dec 07 00:44:46.750 INFO ok!
93472024-12-07T00:44:47.117Z[ host-image] Dec 07 00:44:46.750 INFO O| Dec 07 00:44:46.750 INFO STEP 51 (ensure_file) COMPLETE
93482024-12-07T00:44:47.117Z[ host-image] Dec 07 00:44:46.750 INFO O| Dec 07 00:44:46.750 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93492024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.768 INFO O| Dec 07 00:44:46.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93502024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.768 INFO O| Dec 07 00:44:46.768 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 ...
93512024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.768 INFO O| Dec 07 00:44:46.768 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
93522024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.768 INFO O| Dec 07 00:44:46.768 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93532024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.768 INFO O| Dec 07 00:44:46.768 INFO ok!
93542024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.768 INFO O| Dec 07 00:44:46.768 INFO STEP 52 (ensure_file) COMPLETE
93552024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.768 INFO O| Dec 07 00:44:46.768 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93562024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.781 INFO O| Dec 07 00:44:46.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93572024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.781 INFO O| Dec 07 00:44:46.781 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 ...
93582024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.781 INFO O| Dec 07 00:44:46.781 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
93592024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.781 INFO O| Dec 07 00:44:46.781 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93602024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.781 INFO O| Dec 07 00:44:46.781 INFO ok!
93612024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.781 INFO O| Dec 07 00:44:46.781 INFO STEP 53 (ensure_file) COMPLETE
93622024-12-07T00:44:47.140Z[ host-image] Dec 07 00:44:46.781 INFO O| Dec 07 00:44:46.781 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-12-07T00:44:47.164Z[ host-image] Dec 07 00:44:46.793 INFO O| Dec 07 00:44:46.793 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93642024-12-07T00:44:47.164Z[ host-image] Dec 07 00:44:46.793 INFO O| Dec 07 00:44:46.793 INFO STEP 54 (ensure_dir) COMPLETE
93652024-12-07T00:44:47.164Z[ host-image] Dec 07 00:44:46.793 INFO O| Dec 07 00:44:46.793 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-12-07T00:44:47.164Z[ host-image] Dec 07 00:44:46.805 INFO O| Dec 07 00:44:46.805 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93672024-12-07T00:44:47.164Z[ host-image] Dec 07 00:44:46.805 INFO O| Dec 07 00:44:46.805 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93682024-12-07T00:44:47.164Z[ host-image] Dec 07 00:44:46.805 INFO O| Dec 07 00:44:46.805 INFO STEP 55 (ensure_dir) COMPLETE
93692024-12-07T00:44:47.164Z[ host-image] Dec 07 00:44:46.805 INFO O| Dec 07 00:44:46.805 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-12-07T00:44:47.188Z[ host-image] Dec 07 00:44:46.818 INFO O| Dec 07 00:44:46.817 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93712024-12-07T00:44:47.188Z[ host-image] Dec 07 00:44:46.818 INFO O| Dec 07 00:44:46.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93722024-12-07T00:44:47.188Z[ host-image] Dec 07 00:44:46.818 INFO O| Dec 07 00:44:46.818 INFO STEP 56 (ensure_dir) COMPLETE
93732024-12-07T00:44:47.188Z[ host-image] Dec 07 00:44:46.818 INFO O| Dec 07 00:44:46.818 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-12-07T00:44:47.188Z[ host-image] Dec 07 00:44:46.830 INFO O| Dec 07 00:44:46.830 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93752024-12-07T00:44:47.188Z[ host-image] Dec 07 00:44:46.830 INFO O| Dec 07 00:44:46.830 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93762024-12-07T00:44:47.211Z[ host-image] Dec 07 00:44:46.851 INFO O| Dec 07 00:44:46.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93772024-12-07T00:44:47.211Z[ host-image] Dec 07 00:44:46.851 INFO O| Dec 07 00:44:46.851 INFO ok!
93782024-12-07T00:44:47.211Z[ host-image] Dec 07 00:44:46.851 INFO O| Dec 07 00:44:46.851 INFO STEP 57 (ensure_file) COMPLETE
93792024-12-07T00:44:47.211Z[ host-image] Dec 07 00:44:46.851 INFO O| Dec 07 00:44:46.851 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-12-07T00:44:47.235Z[ host-image] Dec 07 00:44:46.864 INFO O| Dec 07 00:44:46.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93812024-12-07T00:44:47.235Z[ host-image] Dec 07 00:44:46.864 INFO O| Dec 07 00:44:46.864 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93822024-12-07T00:44:48.424Z[ host-image] Dec 07 00:44:48.067 INFO O| Dec 07 00:44:48.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93832024-12-07T00:44:48.424Z[ host-image] Dec 07 00:44:48.067 INFO O| Dec 07 00:44:48.067 INFO ok!
93842024-12-07T00:44:48.448Z[ host-image] Dec 07 00:44:48.067 INFO O| Dec 07 00:44:48.067 INFO STEP 58 (ensure_file) COMPLETE
93852024-12-07T00:44:48.448Z[ host-image] Dec 07 00:44:48.067 INFO O| Dec 07 00:44:48.067 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.083 INFO O| Dec 07 00:44:48.082 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93872024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.083 INFO O| Dec 07 00:44:48.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93882024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.083 INFO O| Dec 07 00:44:48.083 INFO STEP 59 (ensure_dir) COMPLETE
93892024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.083 INFO O| Dec 07 00:44:48.083 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.095 INFO O| Dec 07 00:44:48.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93912024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.095 INFO O| Dec 07 00:44:48.095 INFO copying /tmp/.tmpG7JHZK/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 ...
93922024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.095 INFO O| Dec 07 00:44:48.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93932024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.095 INFO O| Dec 07 00:44:48.095 INFO ok!
93942024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.095 INFO O| Dec 07 00:44:48.095 INFO STEP 60 (ensure_file) COMPLETE
93952024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.095 INFO O| Dec 07 00:44:48.095 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.108 INFO O| Dec 07 00:44:48.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93972024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.108 INFO O| Dec 07 00:44:48.108 INFO copying /tmp/.tmpG7JHZK/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 ...
93982024-12-07T00:44:48.471Z[ host-image] Dec 07 00:44:48.108 INFO O| Dec 07 00:44:48.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93992024-12-07T00:44:48.472Z[ host-image] Dec 07 00:44:48.108 INFO O| Dec 07 00:44:48.108 INFO ok!
94002024-12-07T00:44:48.472Z[ host-image] Dec 07 00:44:48.108 INFO O| Dec 07 00:44:48.108 INFO STEP 61 (ensure_file) COMPLETE
94012024-12-07T00:44:48.472Z[ host-image] Dec 07 00:44:48.108 INFO O| Dec 07 00:44:48.108 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-12-07T00:44:48.495Z[ host-image] Dec 07 00:44:48.124 INFO O| Dec 07 00:44:48.124 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94032024-12-07T00:44:48.495Z[ host-image] Dec 07 00:44:48.124 INFO O| Dec 07 00:44:48.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94042024-12-07T00:44:48.495Z[ host-image] Dec 07 00:44:48.124 INFO O| Dec 07 00:44:48.124 INFO STEP 62 (ensure_dir) COMPLETE
94052024-12-07T00:44:48.495Z[ host-image] Dec 07 00:44:48.124 INFO O| Dec 07 00:44:48.124 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.140 INFO O| Dec 07 00:44:48.139 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94072024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.140 INFO O| Dec 07 00:44:48.139 INFO copying /tmp/.tmpG7JHZK/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 ...
94082024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.140 INFO O| Dec 07 00:44:48.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94092024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.140 INFO O| Dec 07 00:44:48.140 INFO ok!
94102024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.140 INFO O| Dec 07 00:44:48.140 INFO STEP 63 (ensure_file) COMPLETE
94112024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.140 INFO O| Dec 07 00:44:48.140 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.154 INFO O| Dec 07 00:44:48.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94132024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.154 INFO O| Dec 07 00:44:48.154 INFO copying /tmp/.tmpG7JHZK/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 ...
94142024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.154 INFO O| Dec 07 00:44:48.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94152024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.154 INFO O| Dec 07 00:44:48.154 INFO ok!
94162024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.154 INFO O| Dec 07 00:44:48.154 INFO STEP 64 (ensure_file) COMPLETE
94172024-12-07T00:44:48.519Z[ host-image] Dec 07 00:44:48.154 INFO O| Dec 07 00:44:48.154 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-12-07T00:44:48.542Z[ host-image] Dec 07 00:44:48.171 INFO O| Dec 07 00:44:48.171 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94192024-12-07T00:44:48.542Z[ host-image] Dec 07 00:44:48.171 INFO O| Dec 07 00:44:48.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94202024-12-07T00:44:48.542Z[ host-image] Dec 07 00:44:48.171 INFO O| Dec 07 00:44:48.171 INFO STEP 65 (ensure_dir) COMPLETE
94212024-12-07T00:44:48.542Z[ host-image] Dec 07 00:44:48.171 INFO O| Dec 07 00:44:48.171 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.185 INFO O| Dec 07 00:44:48.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94232024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.185 INFO O| Dec 07 00:44:48.185 INFO copying /tmp/.tmpG7JHZK/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 ...
94242024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.185 INFO O| Dec 07 00:44:48.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94252024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.185 INFO O| Dec 07 00:44:48.185 INFO ok!
94262024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.185 INFO O| Dec 07 00:44:48.185 INFO STEP 66 (ensure_file) COMPLETE
94272024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.185 INFO O| Dec 07 00:44:48.185 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.199 INFO O| Dec 07 00:44:48.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94292024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.199 INFO O| Dec 07 00:44:48.199 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94302024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.199 INFO O| Dec 07 00:44:48.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94312024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.199 INFO O| Dec 07 00:44:48.199 INFO ok!
94322024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.199 INFO O| Dec 07 00:44:48.199 INFO STEP 67 (ensure_file) COMPLETE
94332024-12-07T00:44:48.566Z[ host-image] Dec 07 00:44:48.199 INFO O| Dec 07 00:44:48.199 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-07T00:44:48.590Z[ host-image] Dec 07 00:44:48.211 INFO O| Dec 07 00:44:48.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94352024-12-07T00:44:48.590Z[ host-image] Dec 07 00:44:48.211 INFO O| Dec 07 00:44:48.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94362024-12-07T00:44:48.590Z[ host-image] Dec 07 00:44:48.211 INFO O| Dec 07 00:44:48.211 INFO STEP 68 (ensure_dir) COMPLETE
94372024-12-07T00:44:48.590Z[ host-image] Dec 07 00:44:48.211 INFO O| Dec 07 00:44:48.211 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-07T00:44:48.590Z[ host-image] Dec 07 00:44:48.224 INFO O| Dec 07 00:44:48.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94392024-12-07T00:44:48.590Z[ host-image] Dec 07 00:44:48.224 INFO O| Dec 07 00:44:48.224 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94402024-12-07T00:44:49.774Z[ host-image] Dec 07 00:44:49.416 INFO O| Dec 07 00:44:49.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94412024-12-07T00:44:49.775Z[ host-image] Dec 07 00:44:49.416 INFO O| Dec 07 00:44:49.416 INFO ok!
94422024-12-07T00:44:49.775Z[ host-image] Dec 07 00:44:49.416 INFO O| Dec 07 00:44:49.416 INFO STEP 69 (ensure_file) COMPLETE
94432024-12-07T00:44:49.798Z[ host-image] Dec 07 00:44:49.416 INFO O| Dec 07 00:44:49.416 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-12-07T00:44:49.798Z[ host-image] Dec 07 00:44:49.436 INFO O| Dec 07 00:44:49.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94452024-12-07T00:44:49.798Z[ host-image] Dec 07 00:44:49.436 INFO O| Dec 07 00:44:49.436 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94462024-12-07T00:44:51.505Z[ host-image] Dec 07 00:44:51.147 INFO O| Dec 07 00:44:51.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94472024-12-07T00:44:51.505Z[ host-image] Dec 07 00:44:51.148 INFO O| Dec 07 00:44:51.147 INFO ok!
94482024-12-07T00:44:51.529Z[ host-image] Dec 07 00:44:51.148 INFO O| Dec 07 00:44:51.147 INFO STEP 70 (ensure_file) COMPLETE
94492024-12-07T00:44:51.529Z[ host-image] Dec 07 00:44:51.148 INFO O| Dec 07 00:44:51.147 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-12-07T00:44:51.529Z[ host-image] Dec 07 00:44:51.167 INFO O| Dec 07 00:44:51.167 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94512024-12-07T00:44:51.529Z[ host-image] Dec 07 00:44:51.167 INFO O| Dec 07 00:44:51.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94522024-12-07T00:44:51.529Z[ host-image] Dec 07 00:44:51.167 INFO O| Dec 07 00:44:51.167 INFO STEP 71 (ensure_dir) COMPLETE
94532024-12-07T00:44:51.529Z[ host-image] Dec 07 00:44:51.167 INFO O| Dec 07 00:44:51.167 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-07T00:44:51.553Z[ host-image] Dec 07 00:44:51.187 INFO O| Dec 07 00:44:51.187 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94552024-12-07T00:44:51.553Z[ host-image] Dec 07 00:44:51.187 INFO O| Dec 07 00:44:51.187 INFO copying /tmp/.tmpG7JHZK/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 ...
94562024-12-07T00:44:51.553Z[ host-image] Dec 07 00:44:51.187 INFO O| Dec 07 00:44:51.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94572024-12-07T00:44:51.553Z[ host-image] Dec 07 00:44:51.187 INFO O| Dec 07 00:44:51.187 INFO ok!
94582024-12-07T00:44:51.553Z[ host-image] Dec 07 00:44:51.187 INFO O| Dec 07 00:44:51.187 INFO STEP 72 (ensure_file) COMPLETE
94592024-12-07T00:44:51.553Z[ host-image] Dec 07 00:44:51.187 INFO O| Dec 07 00:44:51.187 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-12-07T00:44:51.576Z[ host-image] Dec 07 00:44:51.206 INFO O| Dec 07 00:44:51.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94612024-12-07T00:44:51.576Z[ host-image] Dec 07 00:44:51.206 INFO O| Dec 07 00:44:51.206 INFO copying /tmp/.tmpG7JHZK/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 ...
94622024-12-07T00:44:51.576Z[ host-image] Dec 07 00:44:51.206 INFO O| Dec 07 00:44:51.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94632024-12-07T00:44:51.579Z[ host-image] Dec 07 00:44:51.206 INFO O| Dec 07 00:44:51.206 INFO ok!
94642024-12-07T00:44:51.579Z[ host-image] Dec 07 00:44:51.206 INFO O| Dec 07 00:44:51.206 INFO STEP 73 (ensure_file) COMPLETE
94652024-12-07T00:44:51.579Z[ host-image] Dec 07 00:44:51.206 INFO O| Dec 07 00:44:51.206 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.220 INFO O| Dec 07 00:44:51.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94672024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.220 INFO O| Dec 07 00:44:51.220 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94682024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.221 INFO O| Dec 07 00:44:51.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94692024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.221 INFO O| Dec 07 00:44:51.221 INFO ok!
94702024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.221 INFO O| Dec 07 00:44:51.221 INFO STEP 74 (ensure_file) COMPLETE
94712024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.221 INFO O| Dec 07 00:44:51.221 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.237 INFO O| Dec 07 00:44:51.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94732024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.237 INFO O| Dec 07 00:44:51.237 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94742024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.237 INFO O| Dec 07 00:44:51.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94752024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.237 INFO O| Dec 07 00:44:51.237 INFO ok!
94762024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.237 INFO O| Dec 07 00:44:51.237 INFO STEP 75 (ensure_file) COMPLETE
94772024-12-07T00:44:51.603Z[ host-image] Dec 07 00:44:51.237 INFO O| Dec 07 00:44:51.237 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-12-07T00:44:51.626Z[ host-image] Dec 07 00:44:51.251 INFO O| Dec 07 00:44:51.251 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94792024-12-07T00:44:51.626Z[ host-image] Dec 07 00:44:51.251 INFO O| Dec 07 00:44:51.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94802024-12-07T00:44:51.626Z[ host-image] Dec 07 00:44:51.251 INFO O| Dec 07 00:44:51.251 INFO STEP 76 (ensure_dir) COMPLETE
94812024-12-07T00:44:51.626Z[ host-image] Dec 07 00:44:51.251 INFO O| Dec 07 00:44:51.251 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-07T00:44:51.626Z[ host-image] Dec 07 00:44:51.266 INFO O| Dec 07 00:44:51.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94832024-12-07T00:44:51.626Z[ host-image] Dec 07 00:44:51.266 INFO O| Dec 07 00:44:51.266 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94842024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.270 INFO O| Dec 07 00:44:51.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94852024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.270 INFO O| Dec 07 00:44:51.269 INFO ok!
94862024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.270 INFO O| Dec 07 00:44:51.270 INFO STEP 77 (ensure_file) COMPLETE
94872024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.270 INFO O| Dec 07 00:44:51.270 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.283 INFO O| Dec 07 00:44:51.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94892024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.283 INFO O| Dec 07 00:44:51.282 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94902024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.283 INFO O| Dec 07 00:44:51.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94912024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.283 INFO O| Dec 07 00:44:51.283 INFO ok!
94922024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.283 INFO O| Dec 07 00:44:51.283 INFO STEP 78 (ensure_file) COMPLETE
94932024-12-07T00:44:51.650Z[ host-image] Dec 07 00:44:51.283 INFO O| Dec 07 00:44:51.283 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-12-07T00:44:51.674Z[ host-image] Dec 07 00:44:51.297 INFO O| Dec 07 00:44:51.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94952024-12-07T00:44:51.674Z[ host-image] Dec 07 00:44:51.297 INFO O| Dec 07 00:44:51.297 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94962024-12-07T00:44:52.414Z[ host-image] Dec 07 00:44:52.056 INFO O| Dec 07 00:44:52.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94972024-12-07T00:44:52.414Z[ host-image] Dec 07 00:44:52.056 INFO O| Dec 07 00:44:52.056 INFO ok!
94982024-12-07T00:44:52.438Z[ host-image] Dec 07 00:44:52.056 INFO O| Dec 07 00:44:52.056 INFO STEP 79 (ensure_file) COMPLETE
94992024-12-07T00:44:52.438Z[ host-image] Dec 07 00:44:52.056 INFO O| Dec 07 00:44:52.056 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-12-07T00:44:52.438Z[ host-image] Dec 07 00:44:52.075 INFO O| Dec 07 00:44:52.075 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95012024-12-07T00:44:52.438Z[ host-image] Dec 07 00:44:52.076 INFO O| Dec 07 00:44:52.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95022024-12-07T00:44:52.438Z[ host-image] Dec 07 00:44:52.076 INFO O| Dec 07 00:44:52.076 INFO STEP 80 (ensure_dir) COMPLETE
95032024-12-07T00:44:52.438Z[ host-image] Dec 07 00:44:52.076 INFO O| Dec 07 00:44:52.076 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-07T00:44:52.462Z[ host-image] Dec 07 00:44:52.091 INFO O| Dec 07 00:44:52.091 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95052024-12-07T00:44:52.462Z[ host-image] Dec 07 00:44:52.092 INFO O| Dec 07 00:44:52.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95062024-12-07T00:44:52.462Z[ host-image] Dec 07 00:44:52.092 INFO O| Dec 07 00:44:52.092 INFO STEP 81 (ensure_dir) COMPLETE
95072024-12-07T00:44:52.462Z[ host-image] Dec 07 00:44:52.092 INFO O| Dec 07 00:44:52.092 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.105 INFO O| Dec 07 00:44:52.105 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95092024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.106 INFO O| Dec 07 00:44:52.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95102024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.106 INFO O| Dec 07 00:44:52.106 INFO STEP 82 (ensure_dir) COMPLETE
95112024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.106 INFO O| Dec 07 00:44:52.106 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.120 INFO O| Dec 07 00:44:52.120 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95132024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.120 INFO O| Dec 07 00:44:52.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95142024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.120 INFO O| Dec 07 00:44:52.120 INFO STEP 83 (ensure_dir) COMPLETE
95152024-12-07T00:44:52.485Z[ host-image] Dec 07 00:44:52.120 INFO O| Dec 07 00:44:52.120 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.134 INFO O| Dec 07 00:44:52.134 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95172024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.135 INFO O| Dec 07 00:44:52.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95182024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.135 INFO O| Dec 07 00:44:52.135 INFO STEP 84 (ensure_dir) COMPLETE
95192024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.135 INFO O| Dec 07 00:44:52.135 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.147 INFO O| Dec 07 00:44:52.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95212024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.147 INFO O| Dec 07 00:44:52.147 INFO copying /tmp/.tmpG7JHZK/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 ...
95222024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.148 INFO O| Dec 07 00:44:52.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95232024-12-07T00:44:52.509Z[ host-image] Dec 07 00:44:52.148 INFO O| Dec 07 00:44:52.148 INFO ok!
95242024-12-07T00:44:52.510Z[ host-image] Dec 07 00:44:52.148 INFO O| Dec 07 00:44:52.148 INFO STEP 85 (ensure_file) COMPLETE
95252024-12-07T00:44:52.510Z[ host-image] Dec 07 00:44:52.148 INFO O| Dec 07 00:44:52.148 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-12-07T00:44:52.533Z[ host-image] Dec 07 00:44:52.165 INFO O| Dec 07 00:44:52.165 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95272024-12-07T00:44:52.533Z[ host-image] Dec 07 00:44:52.165 INFO O| Dec 07 00:44:52.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95282024-12-07T00:44:52.533Z[ host-image] Dec 07 00:44:52.165 INFO O| Dec 07 00:44:52.165 INFO STEP 86 (ensure_dir) COMPLETE
95292024-12-07T00:44:52.533Z[ host-image] Dec 07 00:44:52.165 INFO O| Dec 07 00:44:52.165 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.180 INFO O| Dec 07 00:44:52.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95312024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.180 INFO O| Dec 07 00:44:52.180 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95322024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.180 INFO O| Dec 07 00:44:52.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95332024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.180 INFO O| Dec 07 00:44:52.180 INFO ok!
95342024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.180 INFO O| Dec 07 00:44:52.180 INFO STEP 87 (ensure_file) COMPLETE
95352024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.180 INFO O| Dec 07 00:44:52.180 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.194 INFO O| Dec 07 00:44:52.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95372024-12-07T00:44:52.557Z[ host-image] Dec 07 00:44:52.194 INFO O| Dec 07 00:44:52.194 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95382024-12-07T00:44:52.820Z[ host-image] Dec 07 00:44:52.462 INFO O| Dec 07 00:44:52.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95392024-12-07T00:44:52.820Z[ host-image] Dec 07 00:44:52.462 INFO O| Dec 07 00:44:52.462 INFO ok!
95402024-12-07T00:44:52.844Z[ host-image] Dec 07 00:44:52.462 INFO O| Dec 07 00:44:52.462 INFO STEP 88 (ensure_file) COMPLETE
95412024-12-07T00:44:52.844Z[ host-image] Dec 07 00:44:52.462 INFO O| Dec 07 00:44:52.462 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-07T00:44:52.844Z[ host-image] Dec 07 00:44:52.480 INFO O| Dec 07 00:44:52.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95432024-12-07T00:44:52.844Z[ host-image] Dec 07 00:44:52.480 INFO O| Dec 07 00:44:52.480 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95442024-12-07T00:44:53.462Z[ host-image] Dec 07 00:44:53.081 INFO O| Dec 07 00:44:53.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95452024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.081 INFO O| Dec 07 00:44:53.081 INFO ok!
95462024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.081 INFO O| Dec 07 00:44:53.081 INFO STEP 89 (ensure_file) COMPLETE
95472024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.081 INFO O| Dec 07 00:44:53.081 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.098 INFO O| Dec 07 00:44:53.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95492024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.099 INFO O| Dec 07 00:44:53.098 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95502024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.099 INFO O| Dec 07 00:44:53.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95512024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.099 INFO O| Dec 07 00:44:53.099 INFO ok!
95522024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.099 INFO O| Dec 07 00:44:53.099 INFO STEP 90 (ensure_file) COMPLETE
95532024-12-07T00:44:53.463Z[ host-image] Dec 07 00:44:53.099 INFO O| Dec 07 00:44:53.099 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-07T00:44:53.486Z[ host-image] Dec 07 00:44:53.116 INFO O| Dec 07 00:44:53.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95552024-12-07T00:44:53.486Z[ host-image] Dec 07 00:44:53.116 INFO O| Dec 07 00:44:53.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95562024-12-07T00:44:53.486Z[ host-image] Dec 07 00:44:53.116 INFO O| Dec 07 00:44:53.116 INFO STEP 91 (ensure_dir) COMPLETE
95572024-12-07T00:44:53.486Z[ host-image] Dec 07 00:44:53.116 INFO O| Dec 07 00:44:53.116 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.133 INFO O| Dec 07 00:44:53.133 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95592024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.133 INFO O| Dec 07 00:44:53.133 INFO copying /tmp/.tmpG7JHZK/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 ...
95602024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.133 INFO O| Dec 07 00:44:53.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95612024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.133 INFO O| Dec 07 00:44:53.133 INFO ok!
95622024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.133 INFO O| Dec 07 00:44:53.133 INFO STEP 92 (ensure_file) COMPLETE
95632024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.133 INFO O| Dec 07 00:44:53.133 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.149 INFO O| Dec 07 00:44:53.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95652024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.149 INFO O| Dec 07 00:44:53.149 INFO copying /tmp/.tmpG7JHZK/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 ...
95662024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.149 INFO O| Dec 07 00:44:53.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95672024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.149 INFO O| Dec 07 00:44:53.149 INFO ok!
95682024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.149 INFO O| Dec 07 00:44:53.149 INFO STEP 93 (ensure_file) COMPLETE
95692024-12-07T00:44:53.510Z[ host-image] Dec 07 00:44:53.149 INFO O| Dec 07 00:44:53.149 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.162 INFO O| Dec 07 00:44:53.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95712024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.162 INFO O| Dec 07 00:44:53.162 INFO copying /tmp/.tmpG7JHZK/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 ...
95722024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.162 INFO O| Dec 07 00:44:53.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95732024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.162 INFO O| Dec 07 00:44:53.162 INFO ok!
95742024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.162 INFO O| Dec 07 00:44:53.162 INFO STEP 94 (ensure_file) COMPLETE
95752024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.162 INFO O| Dec 07 00:44:53.162 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.176 INFO O| Dec 07 00:44:53.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95772024-12-07T00:44:53.534Z[ host-image] Dec 07 00:44:53.176 INFO O| Dec 07 00:44:53.176 INFO copying /tmp/.tmpG7JHZK/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 ...
95782024-12-07T00:44:53.557Z[ host-image] Dec 07 00:44:53.176 INFO O| Dec 07 00:44:53.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95792024-12-07T00:44:53.557Z[ host-image] Dec 07 00:44:53.176 INFO O| Dec 07 00:44:53.176 INFO ok!
95802024-12-07T00:44:53.557Z[ host-image] Dec 07 00:44:53.176 INFO O| Dec 07 00:44:53.176 INFO STEP 95 (ensure_file) COMPLETE
95812024-12-07T00:44:53.557Z[ host-image] Dec 07 00:44:53.176 INFO O| Dec 07 00:44:53.176 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-07T00:44:53.557Z[ host-image] Dec 07 00:44:53.189 INFO O| Dec 07 00:44:53.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95832024-12-07T00:44:53.557Z[ host-image] Dec 07 00:44:53.189 INFO O| Dec 07 00:44:53.189 INFO copying /tmp/.tmpG7JHZK/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 ...
95842024-12-07T00:44:53.557Z[ host-image] Dec 07 00:44:53.189 INFO O| Dec 07 00:44:53.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95852024-12-07T00:44:53.558Z[ host-image] Dec 07 00:44:53.189 INFO O| Dec 07 00:44:53.189 INFO ok!
95862024-12-07T00:44:53.558Z[ host-image] Dec 07 00:44:53.189 INFO O| Dec 07 00:44:53.189 INFO STEP 96 (ensure_file) COMPLETE
95872024-12-07T00:44:53.558Z[ host-image] Dec 07 00:44:53.189 INFO O| Dec 07 00:44:53.189 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.205 INFO O| Dec 07 00:44:53.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95892024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.205 INFO O| Dec 07 00:44:53.205 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95902024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.205 INFO O| Dec 07 00:44:53.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95912024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.205 INFO O| Dec 07 00:44:53.205 INFO ok!
95922024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.205 INFO O| Dec 07 00:44:53.205 INFO STEP 97 (ensure_file) COMPLETE
95932024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.205 INFO O| Dec 07 00:44:53.205 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.219 INFO O| Dec 07 00:44:53.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95952024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.219 INFO O| Dec 07 00:44:53.219 INFO copying /tmp/.tmpG7JHZK/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 ...
95962024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.219 INFO O| Dec 07 00:44:53.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95972024-12-07T00:44:53.583Z[ host-image] Dec 07 00:44:53.219 INFO O| Dec 07 00:44:53.219 INFO ok!
95982024-12-07T00:44:53.584Z[ host-image] Dec 07 00:44:53.219 INFO O| Dec 07 00:44:53.219 INFO STEP 98 (ensure_file) COMPLETE
95992024-12-07T00:44:53.584Z[ host-image] Dec 07 00:44:53.219 INFO O| Dec 07 00:44:53.219 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-12-07T00:44:53.607Z[ host-image] Dec 07 00:44:53.231 INFO O| Dec 07 00:44:53.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96012024-12-07T00:44:53.607Z[ host-image] Dec 07 00:44:53.231 INFO O| Dec 07 00:44:53.231 INFO copying /tmp/.tmpG7JHZK/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 ...
96022024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.232 INFO O| Dec 07 00:44:53.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96032024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.232 INFO O| Dec 07 00:44:53.232 INFO ok!
96042024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.232 INFO O| Dec 07 00:44:53.232 INFO STEP 99 (ensure_file) COMPLETE
96052024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.232 INFO O| Dec 07 00:44:53.232 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.244 INFO O| Dec 07 00:44:53.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96072024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.244 INFO O| Dec 07 00:44:53.244 INFO copying /tmp/.tmpG7JHZK/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 ...
96082024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.244 INFO O| Dec 07 00:44:53.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96092024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.244 INFO O| Dec 07 00:44:53.244 INFO ok!
96102024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.244 INFO O| Dec 07 00:44:53.244 INFO STEP 100 (ensure_file) COMPLETE
96112024-12-07T00:44:53.608Z[ host-image] Dec 07 00:44:53.244 INFO O| Dec 07 00:44:53.244 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122024-12-07T00:44:53.632Z[ host-image] Dec 07 00:44:53.257 INFO O| Dec 07 00:44:53.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96132024-12-07T00:44:53.632Z[ host-image] Dec 07 00:44:53.257 INFO O| Dec 07 00:44:53.257 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96142024-12-07T00:44:53.632Z[ host-image] Dec 07 00:44:53.257 INFO O| Dec 07 00:44:53.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96152024-12-07T00:44:53.632Z[ host-image] Dec 07 00:44:53.257 INFO O| Dec 07 00:44:53.257 INFO ok!
96162024-12-07T00:44:53.632Z[ host-image] Dec 07 00:44:53.257 INFO O| Dec 07 00:44:53.257 INFO STEP 101 (ensure_file) COMPLETE
96172024-12-07T00:44:53.633Z[ host-image] Dec 07 00:44:53.257 INFO O| Dec 07 00:44:53.257 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-07T00:44:53.633Z[ host-image] Dec 07 00:44:53.272 INFO O| Dec 07 00:44:53.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96192024-12-07T00:44:53.633Z[ host-image] Dec 07 00:44:53.272 INFO O| Dec 07 00:44:53.272 INFO copying /tmp/.tmpG7JHZK/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 ...
96202024-12-07T00:44:53.633Z[ host-image] Dec 07 00:44:53.272 INFO O| Dec 07 00:44:53.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96212024-12-07T00:44:53.633Z[ host-image] Dec 07 00:44:53.273 INFO O| Dec 07 00:44:53.272 INFO ok!
96222024-12-07T00:44:53.633Z[ host-image] Dec 07 00:44:53.273 INFO O| Dec 07 00:44:53.272 INFO STEP 102 (ensure_file) COMPLETE
96232024-12-07T00:44:53.633Z[ host-image] Dec 07 00:44:53.273 INFO O| Dec 07 00:44:53.273 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242024-12-07T00:44:53.656Z[ host-image] Dec 07 00:44:53.285 INFO O| Dec 07 00:44:53.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96252024-12-07T00:44:53.656Z[ host-image] Dec 07 00:44:53.285 INFO O| Dec 07 00:44:53.285 INFO copying /tmp/.tmpG7JHZK/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 ...
96262024-12-07T00:44:53.656Z[ host-image] Dec 07 00:44:53.285 INFO O| Dec 07 00:44:53.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96272024-12-07T00:44:53.656Z[ host-image] Dec 07 00:44:53.285 INFO O| Dec 07 00:44:53.285 INFO ok!
96282024-12-07T00:44:53.656Z[ host-image] Dec 07 00:44:53.285 INFO O| Dec 07 00:44:53.285 INFO STEP 103 (ensure_file) COMPLETE
96292024-12-07T00:44:53.656Z[ host-image] Dec 07 00:44:53.285 INFO O| Dec 07 00:44:53.285 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.302 INFO O| Dec 07 00:44:53.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96312024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.302 INFO O| Dec 07 00:44:53.302 INFO copying /tmp/.tmpG7JHZK/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 ...
96322024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.302 INFO O| Dec 07 00:44:53.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96332024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.302 INFO O| Dec 07 00:44:53.302 INFO ok!
96342024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.302 INFO O| Dec 07 00:44:53.302 INFO STEP 104 (ensure_file) COMPLETE
96352024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.302 INFO O| Dec 07 00:44:53.302 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.314 INFO O| Dec 07 00:44:53.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96372024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.314 INFO O| Dec 07 00:44:53.314 INFO copying /tmp/.tmpG7JHZK/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 ...
96382024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.314 INFO O| Dec 07 00:44:53.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96392024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.314 INFO O| Dec 07 00:44:53.314 INFO ok!
96402024-12-07T00:44:53.680Z[ host-image] Dec 07 00:44:53.314 INFO O| Dec 07 00:44:53.314 INFO STEP 105 (ensure_file) COMPLETE
96412024-12-07T00:44:53.681Z[ host-image] Dec 07 00:44:53.314 INFO O| Dec 07 00:44:53.314 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-07T00:44:53.705Z[ host-image] Dec 07 00:44:53.330 INFO O| Dec 07 00:44:53.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96432024-12-07T00:44:53.705Z[ host-image] Dec 07 00:44:53.330 INFO O| Dec 07 00:44:53.330 INFO copying /tmp/.tmpG7JHZK/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 ...
96442024-12-07T00:44:53.705Z[ host-image] Dec 07 00:44:53.330 INFO O| Dec 07 00:44:53.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96452024-12-07T00:44:53.705Z[ host-image] Dec 07 00:44:53.330 INFO O| Dec 07 00:44:53.330 INFO ok!
96462024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.330 INFO O| Dec 07 00:44:53.330 INFO STEP 106 (ensure_file) COMPLETE
96472024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.330 INFO O| Dec 07 00:44:53.330 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.343 INFO O| Dec 07 00:44:53.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96492024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.343 INFO O| Dec 07 00:44:53.343 INFO copying /tmp/.tmpG7JHZK/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 ...
96502024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.343 INFO O| Dec 07 00:44:53.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96512024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.343 INFO O| Dec 07 00:44:53.343 INFO ok!
96522024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.343 INFO O| Dec 07 00:44:53.343 INFO STEP 107 (ensure_file) COMPLETE
96532024-12-07T00:44:53.706Z[ host-image] Dec 07 00:44:53.343 INFO O| Dec 07 00:44:53.343 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542024-12-07T00:44:53.730Z[ host-image] Dec 07 00:44:53.356 INFO O| Dec 07 00:44:53.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96552024-12-07T00:44:53.730Z[ host-image] Dec 07 00:44:53.356 INFO O| Dec 07 00:44:53.356 INFO copying /tmp/.tmpG7JHZK/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 ...
96562024-12-07T00:44:53.730Z[ host-image] Dec 07 00:44:53.356 INFO O| Dec 07 00:44:53.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96572024-12-07T00:44:53.730Z[ host-image] Dec 07 00:44:53.356 INFO O| Dec 07 00:44:53.356 INFO ok!
96582024-12-07T00:44:53.730Z[ host-image] Dec 07 00:44:53.356 INFO O| Dec 07 00:44:53.356 INFO STEP 108 (ensure_file) COMPLETE
96592024-12-07T00:44:53.730Z[ host-image] Dec 07 00:44:53.356 INFO O| Dec 07 00:44:53.356 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602024-12-07T00:44:53.730Z[ host-image] Dec 07 00:44:53.372 INFO O| Dec 07 00:44:53.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96612024-12-07T00:44:53.731Z[ host-image] Dec 07 00:44:53.372 INFO O| Dec 07 00:44:53.372 INFO copying /tmp/.tmpG7JHZK/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 ...
96622024-12-07T00:44:53.731Z[ host-image] Dec 07 00:44:53.372 INFO O| Dec 07 00:44:53.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96632024-12-07T00:44:53.731Z[ host-image] Dec 07 00:44:53.372 INFO O| Dec 07 00:44:53.372 INFO ok!
96642024-12-07T00:44:53.731Z[ host-image] Dec 07 00:44:53.372 INFO O| Dec 07 00:44:53.372 INFO STEP 109 (ensure_file) COMPLETE
96652024-12-07T00:44:53.731Z[ host-image] Dec 07 00:44:53.372 INFO O| Dec 07 00:44:53.372 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662024-12-07T00:44:53.755Z[ host-image] Dec 07 00:44:53.384 INFO O| Dec 07 00:44:53.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96672024-12-07T00:44:53.755Z[ host-image] Dec 07 00:44:53.384 INFO O| Dec 07 00:44:53.384 INFO copying /tmp/.tmpG7JHZK/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 ...
96682024-12-07T00:44:53.755Z[ host-image] Dec 07 00:44:53.385 INFO O| Dec 07 00:44:53.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96692024-12-07T00:44:53.755Z[ host-image] Dec 07 00:44:53.385 INFO O| Dec 07 00:44:53.385 INFO ok!
96702024-12-07T00:44:53.755Z[ host-image] Dec 07 00:44:53.385 INFO O| Dec 07 00:44:53.385 INFO STEP 110 (ensure_file) COMPLETE
96712024-12-07T00:44:53.755Z[ host-image] Dec 07 00:44:53.385 INFO O| Dec 07 00:44:53.385 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722024-12-07T00:44:53.778Z[ host-image] Dec 07 00:44:53.397 INFO O| Dec 07 00:44:53.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96732024-12-07T00:44:53.778Z[ host-image] Dec 07 00:44:53.397 INFO O| Dec 07 00:44:53.397 INFO copying /tmp/.tmpG7JHZK/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 ...
96742024-12-07T00:44:53.778Z[ host-image] Dec 07 00:44:53.397 INFO O| Dec 07 00:44:53.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96752024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.397 INFO O| Dec 07 00:44:53.397 INFO ok!
96762024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.397 INFO O| Dec 07 00:44:53.397 INFO STEP 111 (ensure_file) COMPLETE
96772024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.397 INFO O| Dec 07 00:44:53.397 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.414 INFO O| Dec 07 00:44:53.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96792024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.414 INFO O| Dec 07 00:44:53.414 INFO copying /tmp/.tmpG7JHZK/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 ...
96802024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.414 INFO O| Dec 07 00:44:53.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96812024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.414 INFO O| Dec 07 00:44:53.414 INFO ok!
96822024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.414 INFO O| Dec 07 00:44:53.414 INFO STEP 112 (ensure_file) COMPLETE
96832024-12-07T00:44:53.779Z[ host-image] Dec 07 00:44:53.414 INFO O| Dec 07 00:44:53.414 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842024-12-07T00:44:53.803Z[ host-image] Dec 07 00:44:53.427 INFO O| Dec 07 00:44:53.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96852024-12-07T00:44:53.803Z[ host-image] Dec 07 00:44:53.427 INFO O| Dec 07 00:44:53.427 INFO copying /tmp/.tmpG7JHZK/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 ...
96862024-12-07T00:44:53.803Z[ host-image] Dec 07 00:44:53.427 INFO O| Dec 07 00:44:53.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96872024-12-07T00:44:53.803Z[ host-image] Dec 07 00:44:53.427 INFO O| Dec 07 00:44:53.427 INFO ok!
96882024-12-07T00:44:53.803Z[ host-image] Dec 07 00:44:53.427 INFO O| Dec 07 00:44:53.427 INFO STEP 113 (ensure_file) COMPLETE
96892024-12-07T00:44:53.803Z[ host-image] Dec 07 00:44:53.427 INFO O| Dec 07 00:44:53.427 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902024-12-07T00:44:53.804Z[ host-image] Dec 07 00:44:53.439 INFO O| Dec 07 00:44:53.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96912024-12-07T00:44:53.804Z[ host-image] Dec 07 00:44:53.439 INFO O| Dec 07 00:44:53.439 INFO copying /tmp/.tmpG7JHZK/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 ...
96922024-12-07T00:44:53.804Z[ host-image] Dec 07 00:44:53.440 INFO O| Dec 07 00:44:53.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96932024-12-07T00:44:53.804Z[ host-image] Dec 07 00:44:53.440 INFO O| Dec 07 00:44:53.439 INFO ok!
96942024-12-07T00:44:53.804Z[ host-image] Dec 07 00:44:53.440 INFO O| Dec 07 00:44:53.440 INFO STEP 114 (ensure_file) COMPLETE
96952024-12-07T00:44:53.804Z[ host-image] Dec 07 00:44:53.440 INFO O| Dec 07 00:44:53.440 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.454 INFO O| Dec 07 00:44:53.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96972024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.454 INFO O| Dec 07 00:44:53.454 INFO copying /tmp/.tmpG7JHZK/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 ...
96982024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.454 INFO O| Dec 07 00:44:53.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96992024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.455 INFO O| Dec 07 00:44:53.454 INFO ok!
97002024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.455 INFO O| Dec 07 00:44:53.454 INFO STEP 115 (ensure_file) COMPLETE
97012024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.455 INFO O| Dec 07 00:44:53.454 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.469 INFO O| Dec 07 00:44:53.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97032024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.469 INFO O| Dec 07 00:44:53.469 INFO copying /tmp/.tmpG7JHZK/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 ...
97042024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.470 INFO O| Dec 07 00:44:53.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97052024-12-07T00:44:53.828Z[ host-image] Dec 07 00:44:53.470 INFO O| Dec 07 00:44:53.470 INFO ok!
97062024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.470 INFO O| Dec 07 00:44:53.470 INFO STEP 116 (ensure_file) COMPLETE
97072024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.470 INFO O| Dec 07 00:44:53.470 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.483 INFO O| Dec 07 00:44:53.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97092024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.483 INFO O| Dec 07 00:44:53.483 INFO copying /tmp/.tmpG7JHZK/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 ...
97102024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.483 INFO O| Dec 07 00:44:53.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97112024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.483 INFO O| Dec 07 00:44:53.483 INFO ok!
97122024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.483 INFO O| Dec 07 00:44:53.483 INFO STEP 117 (ensure_file) COMPLETE
97132024-12-07T00:44:53.852Z[ host-image] Dec 07 00:44:53.483 INFO O| Dec 07 00:44:53.483 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.495 INFO O| Dec 07 00:44:53.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97152024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.496 INFO O| Dec 07 00:44:53.495 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97162024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.496 INFO O| Dec 07 00:44:53.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97172024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.496 INFO O| Dec 07 00:44:53.496 INFO ok!
97182024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.496 INFO O| Dec 07 00:44:53.496 INFO STEP 118 (ensure_file) COMPLETE
97192024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.496 INFO O| Dec 07 00:44:53.496 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.508 INFO O| Dec 07 00:44:53.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97212024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.508 INFO O| Dec 07 00:44:53.508 INFO copying /tmp/.tmpG7JHZK/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 ...
97222024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.509 INFO O| Dec 07 00:44:53.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97232024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.509 INFO O| Dec 07 00:44:53.509 INFO ok!
97242024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.509 INFO O| Dec 07 00:44:53.509 INFO STEP 119 (ensure_file) COMPLETE
97252024-12-07T00:44:53.876Z[ host-image] Dec 07 00:44:53.509 INFO O| Dec 07 00:44:53.509 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262024-12-07T00:44:53.899Z[ host-image] Dec 07 00:44:53.521 INFO O| Dec 07 00:44:53.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97272024-12-07T00:44:53.899Z[ host-image] Dec 07 00:44:53.521 INFO O| Dec 07 00:44:53.521 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97282024-12-07T00:44:53.899Z[ host-image] Dec 07 00:44:53.521 INFO O| Dec 07 00:44:53.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97292024-12-07T00:44:53.900Z[ host-image] Dec 07 00:44:53.522 INFO O| Dec 07 00:44:53.521 INFO ok!
97302024-12-07T00:44:53.900Z[ host-image] Dec 07 00:44:53.522 INFO O| Dec 07 00:44:53.522 INFO STEP 120 (ensure_file) COMPLETE
97312024-12-07T00:44:53.900Z[ host-image] Dec 07 00:44:53.522 INFO O| Dec 07 00:44:53.522 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-07T00:44:53.900Z[ host-image] Dec 07 00:44:53.540 INFO O| Dec 07 00:44:53.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97332024-12-07T00:44:53.900Z[ host-image] Dec 07 00:44:53.540 INFO O| Dec 07 00:44:53.540 INFO copying /tmp/.tmpG7JHZK/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97342024-12-07T00:44:57.666Z[ host-image] Dec 07 00:44:57.307 INFO O| Dec 07 00:44:57.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97352024-12-07T00:44:57.666Z[ host-image] Dec 07 00:44:57.308 INFO O| Dec 07 00:44:57.307 INFO ok!
97362024-12-07T00:44:57.689Z[ host-image] Dec 07 00:44:57.308 INFO O| Dec 07 00:44:57.307 INFO STEP 121 (ensure_file) COMPLETE
97372024-12-07T00:44:57.689Z[ host-image] Dec 07 00:44:57.308 INFO O| Dec 07 00:44:57.307 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-07T00:44:57.689Z[ host-image] Dec 07 00:44:57.326 INFO O| Dec 07 00:44:57.326 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97392024-12-07T00:44:57.689Z[ host-image] Dec 07 00:44:57.326 INFO O| Dec 07 00:44:57.326 INFO STEP 122 (ensure_dir) COMPLETE
97402024-12-07T00:44:57.690Z[ host-image] Dec 07 00:44:57.326 INFO O| Dec 07 00:44:57.326 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412024-12-07T00:44:57.713Z[ host-image] Dec 07 00:44:57.344 INFO O| Dec 07 00:44:57.344 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97422024-12-07T00:44:57.713Z[ host-image] Dec 07 00:44:57.344 INFO O| Dec 07 00:44:57.344 INFO STEP 123 (ensure_dir) COMPLETE
97432024-12-07T00:44:57.713Z[ host-image] Dec 07 00:44:57.344 INFO O| Dec 07 00:44:57.344 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442024-12-07T00:44:57.737Z[ host-image] Dec 07 00:44:57.358 INFO O| Dec 07 00:44:57.358 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97452024-12-07T00:44:57.737Z[ host-image] Dec 07 00:44:57.358 INFO O| Dec 07 00:44:57.358 INFO STEP 124 (ensure_dir) COMPLETE
97462024-12-07T00:44:57.737Z[ host-image] Dec 07 00:44:57.358 INFO O| Dec 07 00:44:57.358 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472024-12-07T00:44:57.737Z[ host-image] Dec 07 00:44:57.372 INFO O| Dec 07 00:44:57.372 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97482024-12-07T00:44:57.737Z[ host-image] Dec 07 00:44:57.372 INFO O| Dec 07 00:44:57.372 INFO STEP 125 (ensure_dir) COMPLETE
97492024-12-07T00:44:57.737Z[ host-image] Dec 07 00:44:57.372 INFO O| Dec 07 00:44:57.372 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.386 INFO O| Dec 07 00:44:57.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97512024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.386 INFO O| Dec 07 00:44:57.386 INFO copying /tmp/.tmpG7JHZK/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 ...
97522024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.386 INFO O| Dec 07 00:44:57.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97532024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.386 INFO O| Dec 07 00:44:57.386 INFO ok!
97542024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.386 INFO O| Dec 07 00:44:57.386 INFO STEP 126 (ensure_file) COMPLETE
97552024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.386 INFO O| Dec 07 00:44:57.386 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.399 INFO O| Dec 07 00:44:57.399 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97572024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.399 INFO O| Dec 07 00:44:57.399 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97582024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.399 INFO O| Dec 07 00:44:57.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97592024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.399 INFO O| Dec 07 00:44:57.399 INFO STEP 127 (ensure_dir) COMPLETE
97602024-12-07T00:44:57.761Z[ host-image] Dec 07 00:44:57.399 INFO O| Dec 07 00:44:57.399 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.412 INFO O| Dec 07 00:44:57.412 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97622024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.412 INFO O| Dec 07 00:44:57.412 INFO copying /tmp/.tmpG7JHZK/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97632024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.413 INFO O| Dec 07 00:44:57.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97642024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.413 INFO O| Dec 07 00:44:57.413 INFO ok!
97652024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.413 INFO O| Dec 07 00:44:57.413 INFO STEP 128 (ensure_file) COMPLETE
97662024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.413 INFO O| Dec 07 00:44:57.413 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.428 INFO O| Dec 07 00:44:57.428 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97682024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.428 INFO O| Dec 07 00:44:57.428 INFO STEP 129 (remove_files) COMPLETE
97692024-12-07T00:44:57.786Z[ host-image] Dec 07 00:44:57.428 INFO O| Dec 07 00:44:57.428 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702024-12-07T00:44:57.810Z[ host-image] Dec 07 00:44:57.440 INFO O| Dec 07 00:44:57.440 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97712024-12-07T00:44:57.810Z[ host-image] Dec 07 00:44:57.441 INFO O| Dec 07 00:44:57.440 INFO STEP 130 (remove_files) COMPLETE
97722024-12-07T00:44:57.810Z[ host-image] Dec 07 00:44:57.441 INFO O| Dec 07 00:44:57.440 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732024-12-07T00:44:57.833Z[ host-image] Dec 07 00:44:57.455 INFO O| Dec 07 00:44:57.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97742024-12-07T00:44:57.833Z[ host-image] Dec 07 00:44:57.455 INFO O| Dec 07 00:44:57.455 INFO STEP 131 (remove_files) COMPLETE
97752024-12-07T00:44:57.833Z[ host-image] Dec 07 00:44:57.455 INFO O| Dec 07 00:44:57.455 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762024-12-07T00:44:57.834Z[ host-image] Dec 07 00:44:57.468 INFO O| Dec 07 00:44:57.467 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97772024-12-07T00:44:57.834Z[ host-image] Dec 07 00:44:57.468 INFO O| Dec 07 00:44:57.468 INFO STEP 132 (remove_files) COMPLETE
97782024-12-07T00:44:57.834Z[ host-image] Dec 07 00:44:57.468 INFO O| Dec 07 00:44:57.468 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792024-12-07T00:44:57.858Z[ host-image] Dec 07 00:44:57.480 INFO O| Dec 07 00:44:57.480 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97802024-12-07T00:44:57.858Z[ host-image] Dec 07 00:44:57.481 INFO O| Dec 07 00:44:57.480 INFO STEP 133 (remove_files) COMPLETE
97812024-12-07T00:44:57.858Z[ host-image] Dec 07 00:44:57.481 INFO O| Dec 07 00:44:57.481 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822024-12-07T00:44:57.858Z[ host-image] Dec 07 00:44:57.493 INFO O| Dec 07 00:44:57.493 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97832024-12-07T00:44:57.858Z[ host-image] Dec 07 00:44:57.493 INFO O| Dec 07 00:44:57.493 INFO STEP 134 (remove_files) COMPLETE
97842024-12-07T00:44:57.858Z[ host-image] Dec 07 00:44:57.493 INFO O| Dec 07 00:44:57.493 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852024-12-07T00:44:57.881Z[ host-image] Dec 07 00:44:57.506 INFO O| Dec 07 00:44:57.506 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97862024-12-07T00:44:57.881Z[ host-image] Dec 07 00:44:57.506 INFO O| Dec 07 00:44:57.506 INFO STEP 135 (remove_files) COMPLETE
97872024-12-07T00:44:57.882Z[ host-image] Dec 07 00:44:57.506 INFO O| Dec 07 00:44:57.506 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882024-12-07T00:44:57.882Z[ host-image] Dec 07 00:44:57.519 INFO O| Dec 07 00:44:57.519 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97892024-12-07T00:44:57.882Z[ host-image] Dec 07 00:44:57.519 INFO O| Dec 07 00:44:57.519 INFO STEP 136 (remove_files) COMPLETE
97902024-12-07T00:44:57.882Z[ host-image] Dec 07 00:44:57.519 INFO O| Dec 07 00:44:57.519 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912024-12-07T00:44:57.907Z[ host-image] Dec 07 00:44:57.532 INFO O| Dec 07 00:44:57.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97922024-12-07T00:44:57.907Z[ host-image] Dec 07 00:44:57.532 INFO O| Dec 07 00:44:57.532 INFO STEP 137 (remove_files) COMPLETE
97932024-12-07T00:44:57.907Z[ host-image] Dec 07 00:44:57.532 INFO O| Dec 07 00:44:57.532 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942024-12-07T00:44:57.907Z[ host-image] Dec 07 00:44:57.545 INFO O| Dec 07 00:44:57.544 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97952024-12-07T00:44:57.907Z[ host-image] Dec 07 00:44:57.545 INFO O| Dec 07 00:44:57.545 INFO STEP 138 (remove_files) COMPLETE
97962024-12-07T00:44:57.907Z[ host-image] Dec 07 00:44:57.545 INFO O| Dec 07 00:44:57.545 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972024-12-07T00:44:57.930Z[ host-image] Dec 07 00:44:57.557 INFO O| Dec 07 00:44:57.557 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97982024-12-07T00:44:57.930Z[ host-image] Dec 07 00:44:57.557 INFO O| Dec 07 00:44:57.557 INFO STEP 139 (remove_files) COMPLETE
97992024-12-07T00:44:57.930Z[ host-image] Dec 07 00:44:57.557 INFO O| Dec 07 00:44:57.557 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002024-12-07T00:44:57.930Z[ host-image] Dec 07 00:44:57.570 INFO O| Dec 07 00:44:57.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98012024-12-07T00:44:57.930Z[ host-image] Dec 07 00:44:57.570 INFO O| Dec 07 00:44:57.570 INFO STEP 140 (remove_files) COMPLETE
98022024-12-07T00:44:57.930Z[ host-image] Dec 07 00:44:57.570 INFO O| Dec 07 00:44:57.570 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032024-12-07T00:44:57.954Z[ host-image] Dec 07 00:44:57.582 INFO O| Dec 07 00:44:57.582 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98042024-12-07T00:44:57.954Z[ host-image] Dec 07 00:44:57.583 INFO O| Dec 07 00:44:57.583 INFO STEP 141 (remove_files) COMPLETE
98052024-12-07T00:44:57.954Z[ host-image] Dec 07 00:44:57.583 INFO O| Dec 07 00:44:57.583 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062024-12-07T00:44:57.977Z[ host-image] Dec 07 00:44:57.597 INFO O| Dec 07 00:44:57.597 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98072024-12-07T00:44:57.977Z[ host-image] Dec 07 00:44:57.598 INFO O| Dec 07 00:44:57.598 INFO STEP 142 (remove_files) COMPLETE
98082024-12-07T00:44:57.977Z[ host-image] Dec 07 00:44:57.598 INFO O| Dec 07 00:44:57.598 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092024-12-07T00:44:57.977Z[ host-image] Dec 07 00:44:57.610 INFO O| Dec 07 00:44:57.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98102024-12-07T00:44:57.977Z[ host-image] Dec 07 00:44:57.611 INFO O| Dec 07 00:44:57.610 INFO STEP 143 (remove_files) COMPLETE
98112024-12-07T00:44:57.977Z[ host-image] Dec 07 00:44:57.611 INFO O| Dec 07 00:44:57.611 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122024-12-07T00:44:58.001Z[ host-image] Dec 07 00:44:57.623 INFO O| Dec 07 00:44:57.623 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98132024-12-07T00:44:58.001Z[ host-image] Dec 07 00:44:57.623 INFO O| Dec 07 00:44:57.623 INFO STEP 144 (remove_files) COMPLETE
98142024-12-07T00:44:58.001Z[ host-image] Dec 07 00:44:57.623 INFO O| Dec 07 00:44:57.623 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152024-12-07T00:44:58.001Z[ host-image] Dec 07 00:44:57.636 INFO O| Dec 07 00:44:57.636 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98162024-12-07T00:44:58.001Z[ host-image] Dec 07 00:44:57.636 INFO O| Dec 07 00:44:57.636 INFO STEP 145 (remove_files) COMPLETE
98172024-12-07T00:44:58.001Z[ host-image] Dec 07 00:44:57.636 INFO O| Dec 07 00:44:57.636 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182024-12-07T00:44:58.025Z[ host-image] Dec 07 00:44:57.649 INFO O| Dec 07 00:44:57.649 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98192024-12-07T00:44:58.025Z[ host-image] Dec 07 00:44:57.649 INFO O| Dec 07 00:44:57.649 INFO STEP 146 (remove_files) COMPLETE
98202024-12-07T00:44:58.025Z[ host-image] Dec 07 00:44:57.649 INFO O| Dec 07 00:44:57.649 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212024-12-07T00:44:58.025Z[ host-image] Dec 07 00:44:57.661 INFO O| Dec 07 00:44:57.661 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98222024-12-07T00:44:58.025Z[ host-image] Dec 07 00:44:57.662 INFO O| Dec 07 00:44:57.662 INFO STEP 147 (remove_files) COMPLETE
98232024-12-07T00:44:58.025Z[ host-image] Dec 07 00:44:57.662 INFO O| Dec 07 00:44:57.662 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242024-12-07T00:44:58.049Z[ host-image] Dec 07 00:44:57.674 INFO O| Dec 07 00:44:57.674 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98252024-12-07T00:44:58.049Z[ host-image] Dec 07 00:44:57.674 INFO O| Dec 07 00:44:57.674 INFO STEP 148 (remove_files) COMPLETE
98262024-12-07T00:44:58.049Z[ host-image] Dec 07 00:44:57.674 INFO O| Dec 07 00:44:57.674 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272024-12-07T00:44:58.049Z[ host-image] Dec 07 00:44:57.689 INFO O| Dec 07 00:44:57.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98282024-12-07T00:44:58.049Z[ host-image] Dec 07 00:44:57.689 INFO O| Dec 07 00:44:57.689 INFO STEP 149 (remove_files) COMPLETE
98292024-12-07T00:44:58.049Z[ host-image] Dec 07 00:44:57.689 INFO O| Dec 07 00:44:57.689 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302024-12-07T00:44:58.073Z[ host-image] Dec 07 00:44:57.701 INFO O| Dec 07 00:44:57.701 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98312024-12-07T00:44:58.073Z[ host-image] Dec 07 00:44:57.702 INFO O| Dec 07 00:44:57.702 INFO STEP 150 (remove_files) COMPLETE
98322024-12-07T00:44:58.073Z[ host-image] Dec 07 00:44:57.702 INFO O| Dec 07 00:44:57.702 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332024-12-07T00:44:58.073Z[ host-image] Dec 07 00:44:57.714 INFO O| Dec 07 00:44:57.714 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98342024-12-07T00:44:58.073Z[ host-image] Dec 07 00:44:57.714 INFO O| Dec 07 00:44:57.714 INFO STEP 151 (remove_files) COMPLETE
98352024-12-07T00:44:58.073Z[ host-image] Dec 07 00:44:57.714 INFO O| Dec 07 00:44:57.714 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362024-12-07T00:44:58.096Z[ host-image] Dec 07 00:44:57.726 INFO O| Dec 07 00:44:57.726 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98372024-12-07T00:44:58.096Z[ host-image] Dec 07 00:44:57.727 INFO O| Dec 07 00:44:57.726 INFO STEP 152 (remove_files) COMPLETE
98382024-12-07T00:44:58.096Z[ host-image] Dec 07 00:44:57.727 INFO O| Dec 07 00:44:57.727 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-07T00:44:58.120Z[ host-image] Dec 07 00:44:57.739 INFO O| Dec 07 00:44:57.739 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98402024-12-07T00:44:58.120Z[ host-image] Dec 07 00:44:57.739 INFO O| Dec 07 00:44:57.739 INFO STEP 153 (remove_files) COMPLETE
98412024-12-07T00:44:58.120Z[ host-image] Dec 07 00:44:57.739 INFO O| Dec 07 00:44:57.739 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-07T00:44:58.120Z[ host-image] Dec 07 00:44:57.754 INFO O| Dec 07 00:44:57.754 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98432024-12-07T00:44:58.120Z[ host-image] Dec 07 00:44:57.754 INFO O| Dec 07 00:44:57.754 INFO STEP 154 (remove_files) COMPLETE
98442024-12-07T00:44:58.120Z[ host-image] Dec 07 00:44:57.754 INFO O| Dec 07 00:44:57.754 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-07T00:44:58.143Z[ host-image] Dec 07 00:44:57.767 INFO O| Dec 07 00:44:57.767 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98462024-12-07T00:44:58.143Z[ host-image] Dec 07 00:44:57.767 INFO O| Dec 07 00:44:57.767 INFO STEP 155 (remove_files) COMPLETE
98472024-12-07T00:44:58.143Z[ host-image] Dec 07 00:44:57.767 INFO O| Dec 07 00:44:57.767 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98482024-12-07T00:44:58.143Z[ host-image] Dec 07 00:44:57.780 INFO O| Dec 07 00:44:57.780 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98492024-12-07T00:44:58.143Z[ host-image] Dec 07 00:44:57.780 INFO O| Dec 07 00:44:57.780 INFO STEP 156 (remove_files) COMPLETE
98502024-12-07T00:44:58.143Z[ host-image] Dec 07 00:44:57.780 INFO O| Dec 07 00:44:57.780 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98512024-12-07T00:44:58.167Z[ host-image] Dec 07 00:44:57.793 INFO O| Dec 07 00:44:57.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98522024-12-07T00:44:58.167Z[ host-image] Dec 07 00:44:57.793 INFO O| Dec 07 00:44:57.793 INFO STEP 157 (remove_files) COMPLETE
98532024-12-07T00:44:58.167Z[ host-image] Dec 07 00:44:57.793 INFO O| Dec 07 00:44:57.793 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98542024-12-07T00:44:58.190Z[ host-image] Dec 07 00:44:57.812 INFO O| Dec 07 00:44:57.812 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98552024-12-07T00:44:58.190Z[ host-image] Dec 07 00:44:57.812 INFO O| Dec 07 00:44:57.812 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
98562024-12-07T00:45:04.499Z[ host-image] Dec 07 00:45:04.140 INFO O| Dec 07 00:45:04.140 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
98572024-12-07T00:45:04.499Z[ host-image] Dec 07 00:45:04.140 INFO O| Dec 07 00:45:04.140 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98582024-12-07T00:45:04.523Z[ host-image] Dec 07 00:45:04.158 INFO O| Dec 07 00:45:04.158 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98592024-12-07T00:45:04.619Z[ host-image] Dec 07 00:45:04.261 INFO O| Dec 07 00:45:04.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98602024-12-07T00:45:04.619Z[ host-image] Dec 07 00:45:04.261 INFO O| Dec 07 00:45:04.261 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98612024-12-07T00:45:04.643Z[ host-image] Dec 07 00:45:04.264 INFO O| Dec 07 00:45:04.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98622024-12-07T00:45:04.643Z[ host-image] Dec 07 00:45:04.265 INFO O| Dec 07 00:45:04.264 INFO ok!
98632024-12-07T00:45:04.643Z[ host-image] Dec 07 00:45:04.265 INFO O| Dec 07 00:45:04.264 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98642024-12-07T00:45:04.643Z[ host-image] Dec 07 00:45:04.265 INFO O| Dec 07 00:45:04.265 INFO STEP 158 (seed_smf) COMPLETE
98652024-12-07T00:45:04.643Z[ host-image] Dec 07 00:45:04.265 INFO O| Dec 07 00:45:04.265 INFO steps complete; finalising image!
98662024-12-07T00:45:04.643Z[ host-image] Dec 07 00:45:04.265 INFO O| Dec 07 00:45:04.265 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98672024-12-07T00:45:04.797Z[ host-image] Dec 07 00:45:04.439 INFO O| Dec 07 00:45:04.439 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 7 00:45:04 2024)
98682024-12-07T00:45:05.010Z[ host-image] Dec 07 00:45:04.652 INFO O| Dec 07 00:45:04.651 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 7 00:45:04 2024)
98692024-12-07T00:45:05.241Z[ host-image] Dec 07 00:45:04.883 INFO O| Dec 07 00:45:04.883 INFO temporary pool has 692M used, 140M avail, 1.81x compressratio
98702024-12-07T00:45:05.241Z[ host-image] Dec 07 00:45:04.883 INFO O| Dec 07 00:45:04.883 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98712024-12-07T00:45:05.639Z[ host-image] Dec 07 00:45:05.281 INFO O| Dec 07 00:45:05.281 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98722024-12-07T00:45:05.639Z[ host-image] Dec 07 00:45:05.281 INFO O| Dec 07 00:45:05.281 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98732024-12-07T00:45:06.966Z[ host-image] Dec 07 00:45:06.608 INFO O| Dec 07 00:45:06.608 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98742024-12-07T00:45:06.966Z[ host-image] Dec 07 00:45:06.608 INFO O| Dec 07 00:45:06.608 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98752024-12-07T00:45:06.990Z[ host-image] Dec 07 00:45:06.608 INFO O| Dec 07 00:45:06.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98762024-12-07T00:45:06.990Z[ host-image] Dec 07 00:45:06.608 INFO O| Dec 07 00:45:06.608 INFO completed processing gimlet/zfs
98772024-12-07T00:45:06.991Z[ host-image] Dec 07 00:45:06.608 INFO O| Dec 07 00:45:06.608 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98782024-12-07T00:45:07.563Z[ host-image] Dec 07 00:45:07.205 INFO O| Dec 07 00:45:07.205 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98792024-12-07T00:45:07.609Z[ host-image] Dec 07 00:45:07.251 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
98802024-12-07T00:45:07.609Z[ host-image] Dec 07 00:45:07.251 INFO expanded image name: "ci 2c14126/${os_short_commit} 2024-12-07 00:16" -> "ci 2c14126/92ea229 2024-12-07 00:16"
98812024-12-07T00:45:07.632Z[ host-image] Dec 07 00:45:07.251 INFO output artefacts stored in: "/work/os-host"
98822024-12-07T00:45:07.632Z[ host-image] Dec 07 00:45:07.251 INFO collecting git info from project "phbl"...
98832024-12-07T00:45:07.632Z[ host-image] Dec 07 00:45:07.259 INFO collecting git info from project "bootserver"...
98842024-12-07T00:45:07.632Z[ host-image] Dec 07 00:45:07.264 INFO collecting git info from project "pilot"...
98852024-12-07T00:45:07.632Z[ host-image] Dec 07 00:45:07.271 INFO collecting git info from project "image-builder"...
98862024-12-07T00:45:07.656Z[ host-image] Dec 07 00:45:07.279 INFO collecting git info from project "chelsio-t6-roms"...
98872024-12-07T00:45:07.656Z[ host-image] Dec 07 00:45:07.287 INFO collecting git info from project "pinprick"...
98882024-12-07T00:45:07.656Z[ host-image] Dec 07 00:45:07.293 INFO collecting git info from project "amd-host-image-builder"...
98892024-12-07T00:45:07.679Z[ host-image] Dec 07 00:45:07.315 INFO collecting git info from project "amd-firmware"...
98902024-12-07T00:45:07.702Z[ host-image] Dec 07 00:45:07.329 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98912024-12-07T00:45:08.136Z[ host-image] Dec 07 00:45:07.778 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98922024-12-07T00:45:08.579Z[ host-image] Dec 07 00:45:08.221 INFO creating Oxide boot image...
98932024-12-07T00:45:08.602Z[ host-image] Dec 07 00:45:08.221 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 2c14126/92ea229 2024-12-07 00:16", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98942024-12-07T00:45:09.820Z[ host-image] Dec 07 00:45:09.462 INFO O| ok, image written!
98952024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.462 INFO O| ok, boot_image_csum file written!
98962024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.467 INFO creating boot archive (CPIO)...
98972024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.467 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
98982024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.477 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98992024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.477 INFO E| + outfile=/work/os-host/cpio
99002024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.477 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99012024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.480 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99022024-12-07T00:45:09.844Z[ host-image] Dec 07 00:45:09.480 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99032024-12-07T00:45:09.888Z[ host-image] Dec 07 00:45:09.530 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99042024-12-07T00:45:09.888Z[ host-image] Dec 07 00:45:09.530 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99052024-12-07T00:45:09.912Z[ host-image] Dec 07 00:45:09.540 INFO creating compressed cpio/unix for nanobl-rs...
99062024-12-07T00:45:09.912Z[ host-image] Dec 07 00:45:09.540 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
99072024-12-07T00:45:10.233Z[ host-image] Dec 07 00:45:09.875 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99082024-12-07T00:45:15.323Z[ host-image] Dec 07 00:45:14.966 INFO creating reset image...
99092024-12-07T00:45:15.324Z[ host-image] Dec 07 00:45:14.966 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99102024-12-07T00:45:15.445Z[ host-image] Dec 07 00:45:15.087 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
99112024-12-07T00:45:15.469Z[ host-image] Dec 07 00:45:15.089 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99122024-12-07T00:45:15.515Z[ host-image] Dec 07 00:45:15.157 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99132024-12-07T00:45:17.506Z[ host-image] Dec 07 00:45:17.147 INFO E| Finished `release` profile [optimized] target(s) in 2.04s
99142024-12-07T00:45:17.530Z[ host-image] Dec 07 00:45:17.163 INFO building host image...
99152024-12-07T00:45:17.530Z[ host-image] Dec 07 00:45:17.164 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")
99162024-12-07T00:45:18.072Z[ host-image] Dec 07 00:45:17.714 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99172024-12-07T00:46:14.506Z[ host-image] Dec 07 00:46:14.148 INFO image complete! materials are in "/work/os-host"
99182024-12-07T00:46:14.531Z[ host-image]
99192024-12-07T00:46:14.531Z[ host-image] real 9:15.470241633
99202024-12-07T00:46:14.531Z[ host-image] user 4:53.434563904
99212024-12-07T00:46:14.531Z[ host-image] sys 1:00.763476364
99222024-12-07T00:46:14.531Z[ host-image] trap 0.155027061
99232024-12-07T00:46:14.531Z[ host-image] tflt 0.001545514
99242024-12-07T00:46:14.531Z[ host-image] dflt 0.059007068
99252024-12-07T00:46:14.531Z[ host-image] kflt 0.000003697
99262024-12-07T00:46:14.531Z[ host-image] lock 9:37.372648570
99272024-12-07T00:46:14.531Z[ host-image] slp 48:44.169510298
99282024-12-07T00:46:14.531Z[ host-image] lat 1:17.898031414
99292024-12-07T00:46:14.531ZDec 07 00:46:14.153 INFO [host-image] process exited with exit status: 0 (555.498244233s)
99302024-12-07T00:46:14.531Z[ host-image] stop 0.189652656
99312024-12-07T00:46:14.531ZDec 07 00:46:14.153 INFO [tuf-repo] running task
99322024-12-07T00:46:24.546ZDec 07 00:46:24.188 INFO assembling repository in `/tmp/tufaceous38gaLM`, component: OmicronRepoAssembler
99332024-12-07T00:46:31.149ZDec 07 00:46:30.791 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99342024-12-07T00:46:31.384ZDec 07 00:46:31.026 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99352024-12-07T00:46:54.717ZDec 07 00:46:54.359 INFO [tuf-repo] task succeeded (40.205524881s)
99362024-12-07T00:46:54.717ZDec 07 00:46:54.359 INFO all jobs completed in 1800.602975103s
99372024-12-07T00:46:55.531Zprocess exited: duration 2445300 ms, exit code 0
 
99382024-12-07T00:46:55.611Zfound 33 output files
99392024-12-07T00:46:55.611Zuploading: /work/manifest.toml (8404 bytes)
99402024-12-07T00:46:56.732Zuploaded: /work/manifest.toml
99412024-12-07T00:46:56.733Zuploading: /work/repo.zip (1965580435 bytes)
99422024-12-07T00:53:26.098Zuploaded: /work/repo.zip
99432024-12-07T00:53:26.098Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99442024-12-07T00:53:27.195Zuploaded: /work/repo.zip.sha256.txt
99452024-12-07T00:53:27.219Zuploading: /work/helios-setup.log (66031 bytes)
99462024-12-07T00:53:28.378Zuploaded: /work/helios-setup.log
99472024-12-07T00:53:28.402Zuploading: /work/host-image.log (196140 bytes)
99482024-12-07T00:53:29.583Zuploaded: /work/host-image.log
99492024-12-07T00:53:29.608Zuploading: /work/host-package.log (22604 bytes)
99502024-12-07T00:53:30.744Zuploaded: /work/host-package.log
99512024-12-07T00:53:30.768Zuploading: /work/host-target.log (101 bytes)
99522024-12-07T00:53:31.837Zuploaded: /work/host-target.log
99532024-12-07T00:53:31.860Zuploading: /work/omicron-package.log (5666 bytes)
99542024-12-07T00:53:32.952Zuploaded: /work/omicron-package.log
99552024-12-07T00:53:32.953Zuploading: /work/phbl-toolchain.log (881 bytes)
99562024-12-07T00:53:34.046Zuploaded: /work/phbl-toolchain.log
99572024-12-07T00:53:34.046Zuploading: /work/recovery-image.log (591732 bytes)
99582024-12-07T00:53:35.298Zuploaded: /work/recovery-image.log
99592024-12-07T00:53:35.322Zuploading: /work/recovery-package.log (321 bytes)
99602024-12-07T00:53:36.393Zuploaded: /work/recovery-package.log
99612024-12-07T00:53:36.393Zuploading: /work/recovery-target.log (98 bytes)
99622024-12-07T00:53:37.486Zuploaded: /work/recovery-target.log
99632024-12-07T00:53:37.509Zuploading: /work/stamp-clickhouse.log (117 bytes)
99642024-12-07T00:53:38.584Zuploaded: /work/stamp-clickhouse.log
99652024-12-07T00:53:38.584Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99662024-12-07T00:53:39.677Zuploaded: /work/stamp-clickhouse_keeper.log
99672024-12-07T00:53:39.677Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99682024-12-07T00:53:40.771Zuploaded: /work/stamp-cockroachdb.log
99692024-12-07T00:53:40.772Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99702024-12-07T00:53:41.865Zuploaded: /work/stamp-crucible-dtrace.log
99712024-12-07T00:53:41.866Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99722024-12-07T00:53:42.960Zuploaded: /work/stamp-crucible-pantry-zone.log
99732024-12-07T00:53:42.960Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99742024-12-07T00:53:44.053Zuploaded: /work/stamp-crucible-zone.log
99752024-12-07T00:53:44.053Zuploading: /work/stamp-external-dns.log (119 bytes)
99762024-12-07T00:53:45.146Zuploaded: /work/stamp-external-dns.log
99772024-12-07T00:53:45.170Zuploading: /work/stamp-installinator.log (103 bytes)
99782024-12-07T00:53:46.240Zuploaded: /work/stamp-installinator.log
99792024-12-07T00:53:46.263Zuploading: /work/stamp-internal-dns.log (119 bytes)
99802024-12-07T00:53:47.335Zuploaded: /work/stamp-internal-dns.log
99812024-12-07T00:53:47.335Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99822024-12-07T00:53:48.428Zuploaded: /work/stamp-mg-ddm-gz.log
99832024-12-07T00:53:48.428Zuploading: /work/stamp-nexus.log (112 bytes)
99842024-12-07T00:53:49.520Zuploaded: /work/stamp-nexus.log
99852024-12-07T00:53:49.543Zuploading: /work/stamp-ntp.log (110 bytes)
99862024-12-07T00:53:50.614Zuploaded: /work/stamp-ntp.log
99872024-12-07T00:53:50.638Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99882024-12-07T00:53:51.708Zuploaded: /work/stamp-omicron-sled-agent.log
99892024-12-07T00:53:51.708Zuploading: /work/stamp-overlay.log (114 bytes)
99902024-12-07T00:53:52.802Zuploaded: /work/stamp-overlay.log
99912024-12-07T00:53:52.825Zuploading: /work/stamp-oximeter.log (115 bytes)
99922024-12-07T00:53:53.899Zuploaded: /work/stamp-oximeter.log
99932024-12-07T00:53:53.899Zuploading: /work/stamp-oxlog.log (109 bytes)
99942024-12-07T00:53:54.992Zuploaded: /work/stamp-oxlog.log
99952024-12-07T00:53:54.992Zuploading: /work/stamp-probe.log (64 bytes)
99962024-12-07T00:53:56.086Zuploaded: /work/stamp-probe.log
99972024-12-07T00:53:56.086Zuploading: /work/stamp-propolis-server.log (122 bytes)
99982024-12-07T00:53:57.180Zuploaded: /work/stamp-propolis-server.log
99992024-12-07T00:53:57.203Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100002024-12-07T00:53:58.272Zuploaded: /work/stamp-pumpkind-gz.log
100012024-12-07T00:53:58.295Zuploading: /work/stamp-switch-asic.log (118 bytes)
100022024-12-07T00:53:59.366Zuploaded: /work/stamp-switch-asic.log
100032024-12-07T00:53:59.389Zuploading: /work/verify-libraries.log (4271 bytes)
100042024-12-07T00:54:00.460Zuploaded: /work/verify-libraries.log