01JFKGDMQAZF65YDPVQQPERY5Z: 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: 01JFKGEN9SWA2EKGJP5DTYK0YY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T02:24:57.559Zjob assigned to worker 01JFKGEM0BTRA6Z3T7K43RVT21 [factory aws, i-079c2189178bdfb3b] (queued for 59 s)
 
22024-12-21T02:25:05.668Zstarting task 0: "setup"
32024-12-21T02:25:05.680Z++ uname -s
42024-12-21T02:25:05.682Z+ kern=SunOS
52024-12-21T02:25:05.682Z+ case "$kern" in
62024-12-21T02:25:05.682Z+ groupadd -g 12345 build
72024-12-21T02:25:05.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T02:25:07.692Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T02:25:07.798Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T02:25:07.800Z+ home_fs=zfs
112024-12-21T02:25:07.800Z+ [[ zfs == autofs ]]
122024-12-21T02:25:07.800Z+ mkdir -p /home/build
132024-12-21T02:25:07.803Z+ chown build:build /home/build /work
142024-12-21T02:25:09.805Z+ chmod 0700 /home/build /work
152024-12-21T02:25:09.808Zprocess exited: duration 4138 ms, exit code 0
 
162024-12-21T02:25:09.813Zstarting task 1: "rust-toolchain"
172024-12-21T02:25:09.821Z+ printf ' * toolchain channel = "%s"
182024-12-21T02:25:09.821Z' 1.81.0
192024-12-21T02:25:09.821Z * toolchain channel = "1.81.0"
202024-12-21T02:25:09.821Z+ printf ' * toolchain profile = "%s"
212024-12-21T02:25:09.821Z' default
222024-12-21T02:25:09.821Z * toolchain profile = "default"
232024-12-21T02:25:09.823Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T02:25:09.823Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T02:25:09.938Zinfo: downloading installer
262024-12-21T02:25:11.278Zinfo: profile set to 'default'
272024-12-21T02:25:11.278Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T02:25:11.281Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T02:25:11.415Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T02:25:11.415Zinfo: downloading component 'cargo'
312024-12-21T02:25:12.116Zinfo: downloading component 'clippy'
322024-12-21T02:25:12.378Zinfo: downloading component 'rust-docs'
332024-12-21T02:25:13.353Zinfo: downloading component 'rust-std'
342024-12-21T02:25:14.862Zinfo: downloading component 'rustc'
352024-12-21T02:25:20.289Zinfo: downloading component 'rustfmt'
362024-12-21T02:25:20.496Zinfo: installing component 'cargo'
372024-12-21T02:25:21.282Zinfo: installing component 'clippy'
382024-12-21T02:25:21.637Zinfo: installing component 'rust-docs'
392024-12-21T02:25:23.247Zinfo: installing component 'rust-std'
402024-12-21T02:25:24.957Zinfo: installing component 'rustc'
412024-12-21T02:25:30.625Zinfo: installing component 'rustfmt'
422024-12-21T02:25:30.946Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T02:25:30.946Z
442024-12-21T02:25:31.311Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T02:25:31.311Z
462024-12-21T02:25:31.314Z
472024-12-21T02:25:31.314ZRust is installed now. Great!
482024-12-21T02:25:31.314Z
492024-12-21T02:25:31.314ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T02:25:31.314Zenvironment variable. This has not been done automatically.
512024-12-21T02:25:31.314Z
522024-12-21T02:25:31.314ZTo configure your current shell, you need to source
532024-12-21T02:25:31.314Zthe corresponding env file under $HOME/.cargo.
542024-12-21T02:25:31.314Z
552024-12-21T02:25:31.314ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T02:25:31.314Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T02:25:31.314Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T02:25:31.385Z+ rustc --version
592024-12-21T02:25:31.452Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T02:25:31.454Zprocess exited: duration 21636 ms, exit code 0
 
612024-12-21T02:25:31.460Zstarting task 2: "authentication"
622024-12-21T02:25:31.482Zprocess exited: duration 21 ms, exit code 0
 
632024-12-21T02:25:31.487Zstarting task 3: "clone repository"
642024-12-21T02:25:31.492Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-21T02:25:31.495Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-21T02:25:31.535ZCloning into '/work/oxidecomputer/omicron'...
672024-12-21T02:25:38.936Z+ cd /work/oxidecomputer/omicron
682024-12-21T02:25:38.936Z+ git fetch origin ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
692024-12-21T02:25:39.308ZFrom https://github.com/oxidecomputer/omicron
702024-12-21T02:25:39.309Z * branch ec6f3678b6ba5612bd6cdbd10057ce73a688baa0 -> FETCH_HEAD
712024-12-21T02:25:39.319Z+ [[ -n sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]]
722024-12-21T02:25:39.322Z++ git branch --show-current
732024-12-21T02:25:39.325Z+ current=main
742024-12-21T02:25:39.325Z+ [[ main != sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ]]
752024-12-21T02:25:39.325Z+ git branch -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
762024-12-21T02:25:39.329Z+ git checkout -f sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets
772024-12-21T02:25:39.503ZSwitched to branch 'sunshowers/spr/3n-draft-omicron-package-add-and-use-target-presets'
782024-12-21T02:25:39.506Z+ git reset --hard ec6f3678b6ba5612bd6cdbd10057ce73a688baa0
792024-12-21T02:25:39.523ZHEAD is now at ec6f3678b rebase
802024-12-21T02:25:39.525Zprocess exited: duration 8035 ms, exit code 0
 
812024-12-21T02:25:39.531Zstarting task 4: "build"
822024-12-21T02:25:39.537Z+ source .github/buildomat/ci-env.sh
832024-12-21T02:25:39.540Z++ export CARGO_TERM_COLOR=always
842024-12-21T02:25:39.540Z++ CARGO_TERM_COLOR=always
852024-12-21T02:25:39.540Z+ cargo --version
862024-12-21T02:25:39.594Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-21T02:25:39.597Z+ rustc --version
882024-12-21T02:25:39.656Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-21T02:25:39.659Z+ cargo tree --locked
902024-12-21T02:25:39.910Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-21T02:25:40.167Z Updating crates.io index
922024-12-21T02:25:40.170Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-21T02:25:40.817Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-21T02:25:41.080Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-21T02:25:41.303Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-21T02:25:41.564Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-21T02:25:42.535Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-21T02:25:44.031Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-21T02:25:44.674Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-21T02:25:45.420Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-21T02:25:45.692Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-21T02:25:46.016Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-21T02:25:46.727Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-21T02:25:46.915Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-21T02:25:47.237Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-21T02:25:47.545Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-21T02:25:47.827Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-21T02:25:48.096Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-21T02:25:48.397Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-21T02:25:48.771Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-21T02:25:49.068Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-21T02:25:49.374Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-21T02:25:49.857Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-21T02:25:50.179Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-21T02:25:50.642Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-21T02:25:51.171Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-21T02:25:51.455Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-21T02:25:51.763Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-21T02:25:52.056Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-21T02:25:53.397Z Downloading crates ...
1212024-12-21T02:25:53.513Z Downloaded errno v0.3.9
1222024-12-21T02:25:53.515Z Downloaded futures-task v0.3.31
1232024-12-21T02:25:53.518Z Downloaded futures-sink v0.3.31
1242024-12-21T02:25:53.518Z Downloaded flagset v0.4.6
1252024-12-21T02:25:53.520Z Downloaded event-listener v2.5.3
1262024-12-21T02:25:53.522Z Downloaded ciborium v0.2.2
1272024-12-21T02:25:53.525Z Downloaded foreign-types-shared v0.3.1
1282024-12-21T02:25:53.525Z Downloaded cfg_aliases v0.2.1
1292024-12-21T02:25:53.528Z Downloaded atomicwrites v0.4.4
1302024-12-21T02:25:53.528Z Downloaded cfg_aliases v0.1.1
1312024-12-21T02:25:53.528Z Downloaded adler2 v2.0.0
1322024-12-21T02:25:53.531Z Downloaded foreign-types-shared v0.1.1
1332024-12-21T02:25:53.533Z Downloaded foreign-types v0.3.2
1342024-12-21T02:25:53.533Z Downloaded aead v0.5.2
1352024-12-21T02:25:53.535Z Downloaded anstyle-parse v0.2.5
1362024-12-21T02:25:53.538Z Downloaded http-range v0.1.5
1372024-12-21T02:25:53.541Z Downloaded headers-core v0.3.0
1382024-12-21T02:25:53.544Z Downloaded atty v0.2.14
1392024-12-21T02:25:53.547Z Downloaded hubpack_derive v0.1.1
1402024-12-21T02:25:53.547Z Downloaded guppy-workspace-hack v0.1.0
1412024-12-21T02:25:53.550Z Downloaded async-stream-impl v0.3.6
1422024-12-21T02:25:53.550Z Downloaded byteorder v1.5.0
1432024-12-21T02:25:53.553Z Downloaded http-body v1.0.1
1442024-12-21T02:25:53.553Z Downloaded escape8259 v0.5.3
1452024-12-21T02:25:53.556Z Downloaded anstyle-query v1.1.1
1462024-12-21T02:25:53.556Z Downloaded bb8 v0.8.5
1472024-12-21T02:25:53.558Z Downloaded cassowary v0.3.0
1482024-12-21T02:25:53.558Z Downloaded fxhash v0.2.1
1492024-12-21T02:25:53.561Z Downloaded cargo_metadata v0.18.1
1502024-12-21T02:25:53.561Z Downloaded block-buffer v0.10.4
1512024-12-21T02:25:53.564Z Downloaded async-global-executor v2.4.1
1522024-12-21T02:25:53.564Z Downloaded cargo-platform v0.1.8
1532024-12-21T02:25:53.568Z Downloaded float-ord v0.3.2
1542024-12-21T02:25:53.568Z Downloaded buf-list v1.0.3
1552024-12-21T02:25:53.570Z Downloaded futures-io v0.3.31
1562024-12-21T02:25:53.570Z Downloaded form_urlencoded v1.2.1
1572024-12-21T02:25:53.572Z Downloaded chacha20 v0.9.1
1582024-12-21T02:25:53.575Z Downloaded home v0.5.9
1592024-12-21T02:25:53.575Z Downloaded hash32 v0.2.1
1602024-12-21T02:25:53.575Z Downloaded num-conv v0.1.0
1612024-12-21T02:25:53.578Z Downloaded hubpack v0.1.2
1622024-12-21T02:25:53.578Z Downloaded autocfg v1.4.0
1632024-12-21T02:25:53.581Z Downloaded hostname v0.4.0
1642024-12-21T02:25:53.583Z Downloaded heck v0.5.0
1652024-12-21T02:25:53.583Z Downloaded http-body-util v0.1.2
1662024-12-21T02:25:53.587Z Downloaded hash32 v0.3.1
1672024-12-21T02:25:53.587Z Downloaded cfg-if v1.0.0
1682024-12-21T02:25:53.589Z Downloaded group v0.13.0
1692024-12-21T02:25:53.589Z Downloaded addr2line v0.24.2
1702024-12-21T02:25:53.592Z Downloaded humantime v2.1.0
1712024-12-21T02:25:53.594Z Downloaded block-padding v0.3.3
1722024-12-21T02:25:53.595Z Downloaded httpdate v1.0.3
1732024-12-21T02:25:53.597Z Downloaded assert-json-diff v2.0.2
1742024-12-21T02:25:53.597Z Downloaded fallible-iterator v0.3.0
1752024-12-21T02:25:53.599Z Downloaded bitflags v1.3.2
1762024-12-21T02:25:53.604Z Downloaded hostname v0.3.1
1772024-12-21T02:25:53.606Z Downloaded fragile v2.0.0
1782024-12-21T02:25:53.606Z Downloaded generic-array v0.14.7
1792024-12-21T02:25:53.610Z Downloaded futures-core v0.3.31
1802024-12-21T02:25:53.610Z Downloaded cexpr v0.6.0
1812024-12-21T02:25:53.612Z Downloaded ghash v0.5.1
1822024-12-21T02:25:53.612Z Downloaded heck v0.4.1
1832024-12-21T02:25:53.615Z Downloaded async-trait v0.1.83
1842024-12-21T02:25:53.618Z Downloaded highway v1.2.0
1852024-12-21T02:25:53.620Z Downloaded pathdiff v0.2.2
1862024-12-21T02:25:53.620Z Downloaded futures-lite v2.3.0
1872024-12-21T02:25:53.622Z Downloaded futures-channel v0.3.31
1882024-12-21T02:25:53.625Z Downloaded cancel-safe-futures v0.1.5
1892024-12-21T02:25:53.628Z Downloaded argon2 v0.5.3
1902024-12-21T02:25:53.631Z Downloaded async-bb8-diesel v0.2.1
1912024-12-21T02:25:53.633Z Downloaded ahash v0.8.11
1922024-12-21T02:25:53.635Z Downloaded hyper-rustls v0.27.3
1932024-12-21T02:25:53.638Z Downloaded progenitor-client v0.8.0
1942024-12-21T02:25:53.638Z Downloaded httparse v1.9.5
1952024-12-21T02:25:53.641Z Downloaded getrandom v0.2.15
1962024-12-21T02:25:53.643Z Downloaded async-task v4.7.1
1972024-12-21T02:25:53.646Z Downloaded httptest v0.16.1
1982024-12-21T02:25:53.649Z Downloaded hickory-client v0.24.1
1992024-12-21T02:25:53.652Z Downloaded termtree v0.4.1
2002024-12-21T02:25:53.654Z Downloaded target-triple v0.1.3
2012024-12-21T02:25:53.654Z Downloaded parse-display v0.10.0
2022024-12-21T02:25:53.657Z Downloaded async-io v2.3.4
2032024-12-21T02:25:53.660Z Downloaded blake2 v0.10.6
2042024-12-21T02:25:53.662Z Downloaded camino v1.1.9
2052024-12-21T02:25:53.665Z Downloaded hashlink v0.9.1
2062024-12-21T02:25:53.665Z Downloaded futures-timer v3.0.3
2072024-12-21T02:25:53.668Z Downloaded camino-tempfile v1.1.1
2082024-12-21T02:25:53.670Z Downloaded pbkdf2 v0.11.0
2092024-12-21T02:25:53.671Z Downloaded pin-project-internal v1.1.6
2102024-12-21T02:25:53.673Z Downloaded bitfield-struct v0.6.2
2112024-12-21T02:25:53.676Z Downloaded plotters-backend v0.3.7
2122024-12-21T02:25:53.676Z Downloaded zone_cfg_derive v0.1.2
2132024-12-21T02:25:53.676Z Downloaded vte_generate_state_changes v0.1.2
2142024-12-21T02:25:53.679Z Downloaded usdt-attr-macro v0.5.0
2152024-12-21T02:25:53.679Z Downloaded half v2.4.1
2162024-12-21T02:25:53.682Z Downloaded usdt-macro v0.5.0
2172024-12-21T02:25:53.682Z Downloaded allocator-api2 v0.2.18
2182024-12-21T02:25:53.685Z Downloaded rtoolbox v0.0.2
2192024-12-21T02:25:53.687Z Downloaded rand_core v0.6.4
2202024-12-21T02:25:53.689Z Downloaded doc-comment v0.3.3
2212024-12-21T02:25:53.689Z Downloaded darling_macro v0.20.10
2222024-12-21T02:25:53.692Z Downloaded once_cell v1.20.2
2232024-12-21T02:25:53.692Z Downloaded endian-type v0.1.2
2242024-12-21T02:25:53.695Z Downloaded globset v0.4.15
2252024-12-21T02:25:53.695Z Downloaded flume v0.11.1
2262024-12-21T02:25:53.698Z Downloaded rustc-hash v1.1.0
2272024-12-21T02:25:53.700Z Downloaded rustls-pemfile v1.0.4
2282024-12-21T02:25:53.703Z Downloaded fatfs v0.3.6
2292024-12-21T02:25:53.706Z Downloaded downcast v0.11.0
2302024-12-21T02:25:53.709Z Downloaded anyhow v1.0.93
2312024-12-21T02:25:53.712Z Downloaded serde_urlencoded v0.7.1
2322024-12-21T02:25:53.712Z Downloaded serde_spanned v0.6.8
2332024-12-21T02:25:53.715Z Downloaded serde_repr v0.1.19
2342024-12-21T02:25:53.715Z Downloaded serde_regex v1.1.0
2352024-12-21T02:25:53.717Z Downloaded serde_plain v1.0.2
2362024-12-21T02:25:53.718Z Downloaded bitflags v2.6.0
2372024-12-21T02:25:53.721Z Downloaded smawk v0.3.2
2382024-12-21T02:25:53.723Z Downloaded pin-project-lite v0.2.14
2392024-12-21T02:25:53.727Z Downloaded thiserror v1.0.69
2402024-12-21T02:25:53.732Z Downloaded match_cfg v0.1.0
2412024-12-21T02:25:53.738Z Downloaded writeable v0.5.5
2422024-12-21T02:25:53.738Z Downloaded usdt-impl v0.5.0
2432024-12-21T02:25:53.738Z Downloaded unicode-truncate v1.1.0
2442024-12-21T02:25:53.741Z Downloaded tokio-tungstenite v0.21.0
2452024-12-21T02:25:53.741Z Downloaded bytes v1.8.0
2462024-12-21T02:25:53.744Z Downloaded criterion-plot v0.5.0
2472024-12-21T02:25:53.746Z Downloaded newtype_derive v0.1.6
2482024-12-21T02:25:53.752Z Downloaded newline-converter v0.3.0
2492024-12-21T02:25:53.752Z Downloaded crc-catalog v2.4.0
2502024-12-21T02:25:53.752Z Downloaded path-slash v0.1.5
2512024-12-21T02:25:53.755Z Downloaded oso-derive v0.27.3
2522024-12-21T02:25:53.755Z Downloaded arc-swap v1.7.1
2532024-12-21T02:25:53.758Z Downloaded display-error-chain v0.2.2
2542024-12-21T02:25:53.758Z Downloaded hyper-tls v0.6.0
2552024-12-21T02:25:53.760Z Downloaded rustls-native-certs v0.7.3
2562024-12-21T02:25:53.763Z Downloaded pest_derive v2.7.14
2572024-12-21T02:25:53.764Z Downloaded rustc-demangle v0.1.24
2582024-12-21T02:25:53.766Z Downloaded dof v0.3.0
2592024-12-21T02:25:53.767Z Downloaded serde_tokenstream v0.2.2
2602024-12-21T02:25:53.770Z Downloaded chacha20poly1305 v0.10.1
2612024-12-21T02:25:53.773Z Downloaded hmac v0.12.1
2622024-12-21T02:25:53.773Z Downloaded backtrace v0.3.74
2632024-12-21T02:25:53.778Z Downloaded itoa v1.0.11
2642024-12-21T02:25:53.780Z Downloaded typify v0.2.0
2652024-12-21T02:25:53.783Z Downloaded indoc v1.0.9
2662024-12-21T02:25:53.786Z Downloaded tls_codec v0.4.1
2672024-12-21T02:25:53.786Z Downloaded vsss-rs v3.3.4
2682024-12-21T02:25:53.791Z Downloaded sync_wrapper v1.0.1
2692024-12-21T02:25:53.794Z Downloaded serde-big-array v0.5.1
2702024-12-21T02:25:53.794Z Downloaded libefi-sys v0.1.0
2712024-12-21T02:25:53.794Z Downloaded sync-ptr v0.1.1
2722024-12-21T02:25:53.794Z Downloaded swrite v0.1.0
2732024-12-21T02:25:53.797Z Downloaded smf v0.2.3
2742024-12-21T02:25:53.797Z Downloaded progenitor-impl v0.8.0
2752024-12-21T02:25:53.802Z Downloaded tokio-tungstenite v0.23.1
2762024-12-21T02:25:53.802Z Downloaded nibble_vec v0.1.0
2772024-12-21T02:25:53.802Z Downloaded postgres-types v0.2.8
2782024-12-21T02:25:53.805Z Downloaded newtype-uuid v1.1.3
2792024-12-21T02:25:53.807Z Downloaded heapless v0.8.0
2802024-12-21T02:25:53.810Z Downloaded displaydoc v0.2.5
2812024-12-21T02:25:53.814Z Downloaded pem v3.0.4
2822024-12-21T02:25:53.816Z Downloaded iana-time-zone v0.1.61
2832024-12-21T02:25:53.818Z Downloaded papergrid v0.11.0
2842024-12-21T02:25:53.821Z Downloaded heapless v0.7.17
2852024-12-21T02:25:53.828Z Downloaded fancy-regex v0.13.0
2862024-12-21T02:25:53.831Z Downloaded quick-error v1.2.3
2872024-12-21T02:25:53.832Z Downloaded relative-path v1.9.3
2882024-12-21T02:25:53.832Z Downloaded p256 v0.13.2
2892024-12-21T02:25:53.835Z Downloaded zone_cfg_derive v0.3.0
2902024-12-21T02:25:53.838Z Downloaded tower-service v0.3.3
2912024-12-21T02:25:53.838Z Downloaded rusty-fork v0.3.0
2922024-12-21T02:25:53.841Z Downloaded rand_chacha v0.3.1
2932024-12-21T02:25:53.841Z Downloaded libloading v0.8.5
2942024-12-21T02:25:53.844Z Downloaded icu_locid_transform v1.5.0
2952024-12-21T02:25:53.846Z Downloaded structmeta v0.3.0
2962024-12-21T02:25:53.846Z Downloaded diesel_table_macro_syntax v0.2.0
2972024-12-21T02:25:53.850Z Downloaded rfc6979 v0.4.0
2982024-12-21T02:25:53.850Z Downloaded smallvec v0.6.14
2992024-12-21T02:25:53.850Z Downloaded similar-asserts v1.6.0
3002024-12-21T02:25:53.852Z Downloaded siphasher v0.3.11
3012024-12-21T02:25:53.858Z Downloaded synstructure v0.13.1
3022024-12-21T02:25:53.859Z Downloaded strum_macros v0.25.3
3032024-12-21T02:25:53.859Z Downloaded serde-hex v0.1.0
3042024-12-21T02:25:53.859Z Downloaded dhcproto-macros v0.1.0
3052024-12-21T02:25:53.862Z Downloaded same-file v1.0.6
3062024-12-21T02:25:53.862Z Downloaded crc32fast v1.4.2
3072024-12-21T02:25:53.864Z Downloaded cookie v0.18.1
3082024-12-21T02:25:53.867Z Downloaded vte v0.11.1
3092024-12-21T02:25:53.867Z Downloaded textwrap v0.16.1
3102024-12-21T02:25:53.871Z Downloaded hashbrown v0.12.3
3112024-12-21T02:25:53.874Z Downloaded ident_case v1.0.1
3122024-12-21T02:25:53.877Z Downloaded icu_provider_macros v1.5.0
3132024-12-21T02:25:53.877Z Downloaded expectorate v1.1.0
3142024-12-21T02:25:53.882Z Downloaded md5 v0.7.0
3152024-12-21T02:25:53.882Z Downloaded typify-macro v0.2.0
3162024-12-21T02:25:53.882Z Downloaded tokio-native-tls v0.3.1
3172024-12-21T02:25:53.882Z Downloaded poly1305 v0.8.0
3182024-12-21T02:25:53.891Z Downloaded diesel-dtrace v0.4.2
3192024-12-21T02:25:53.894Z Downloaded normalize-line-endings v0.3.0
3202024-12-21T02:25:53.894Z Downloaded pkcs8 v0.10.2
3212024-12-21T02:25:53.894Z Downloaded hickory-resolver v0.24.1
3222024-12-21T02:25:53.897Z Downloaded openssl-macros v0.1.1
3232024-12-21T02:25:53.897Z Downloaded mirai-annotations v1.12.0
3242024-12-21T02:25:53.897Z Downloaded utf8parse v0.2.2
3252024-12-21T02:25:53.900Z Downloaded cobs v0.2.3
3262024-12-21T02:25:53.900Z Downloaded which v4.4.2
3272024-12-21T02:25:53.902Z Downloaded cstr-argument v0.1.2
3282024-12-21T02:25:53.902Z Downloaded colored v2.1.0
3292024-12-21T02:25:53.905Z Downloaded miniz_oxide v0.8.0
3302024-12-21T02:25:53.908Z Downloaded colorchoice v1.0.2
3312024-12-21T02:25:53.908Z Downloaded darling_core v0.20.10
3322024-12-21T02:25:53.911Z Downloaded plotters-svg v0.3.7
3332024-12-21T02:25:53.914Z Downloaded spin v0.9.8
3342024-12-21T02:25:53.917Z Downloaded smallvec v1.13.2
3352024-12-21T02:25:53.917Z Downloaded crossbeam-deque v0.8.5
3362024-12-21T02:25:53.920Z Downloaded slog-term v2.9.1
3372024-12-21T02:25:53.923Z Downloaded dyn-clone v1.0.17
3382024-12-21T02:25:53.923Z Downloaded hickory-server v0.24.1
3392024-12-21T02:25:53.928Z Downloaded hyper-util v0.1.10
3402024-12-21T02:25:53.932Z Downloaded scroll_derive v0.12.0
3412024-12-21T02:25:53.935Z Downloaded inout v0.1.3
3422024-12-21T02:25:53.935Z Downloaded indoc v2.0.5
3432024-12-21T02:25:53.938Z Downloaded indent_write v2.2.0
3442024-12-21T02:25:53.941Z Downloaded pin-project v1.1.6
3452024-12-21T02:25:53.949Z Downloaded tokio-postgres v0.7.12
3462024-12-21T02:25:53.954Z Downloaded icu_locid v1.5.0
3472024-12-21T02:25:53.959Z Downloaded parse-size v1.1.0
3482024-12-21T02:25:53.961Z Downloaded whoami v1.5.2
3492024-12-21T02:25:53.964Z Downloaded packed_struct_codegen v0.10.1
3502024-12-21T02:25:53.964Z Downloaded pest_generator v2.7.14
3512024-12-21T02:25:53.966Z Downloaded crunchy v0.2.2
3522024-12-21T02:25:53.966Z Downloaded csv-core v0.1.11
3532024-12-21T02:25:53.969Z Downloaded openssl-sys v0.9.103
3542024-12-21T02:25:53.972Z Downloaded rustversion v1.0.17
3552024-12-21T02:25:53.975Z Downloaded ref-cast v1.0.23
3562024-12-21T02:25:53.978Z Downloaded crucible-workspace-hack v0.1.0
3572024-12-21T02:25:53.980Z Downloaded ecdsa v0.16.9
3582024-12-21T02:25:53.982Z Downloaded tinyvec v1.8.0
3592024-12-21T02:25:53.985Z Downloaded oso v0.27.3
3602024-12-21T02:25:53.990Z Downloaded yansi v1.0.1
3612024-12-21T02:25:53.990Z Downloaded linear-map v1.2.0
3622024-12-21T02:25:53.992Z Downloaded ciborium-io v0.2.2
3632024-12-21T02:25:53.992Z Downloaded ref-cast-impl v1.0.23
3642024-12-21T02:25:53.993Z Downloaded simd-adler32 v0.3.7
3652024-12-21T02:25:53.996Z Downloaded stringprep v0.1.5
3662024-12-21T02:25:53.996Z Downloaded libtest-mimic v0.7.3
3672024-12-21T02:25:53.999Z Downloaded icu_collections v1.5.0
3682024-12-21T02:25:54.004Z Downloaded thiserror-no-std v2.0.2
3692024-12-21T02:25:54.008Z Downloaded unicase v2.7.0
3702024-12-21T02:25:54.010Z Downloaded tokio-macros v2.4.0
3712024-12-21T02:25:54.012Z Downloaded utf8_iter v1.0.4
3722024-12-21T02:25:54.012Z Downloaded stringmetrics v2.2.2
3732024-12-21T02:25:54.015Z Downloaded stable_deref_trait v1.2.0
3742024-12-21T02:25:54.015Z Downloaded untrusted v0.7.1
3752024-12-21T02:25:54.017Z Downloaded peg-macros v0.8.4
3762024-12-21T02:25:54.020Z Downloaded zopfli v0.8.1
3772024-12-21T02:25:54.023Z Downloaded static_assertions v1.1.0
3782024-12-21T02:25:54.023Z Downloaded nu-ansi-term v0.50.1
3792024-12-21T02:25:54.026Z Downloaded russh-cryptovec v0.7.3
3802024-12-21T02:25:54.026Z Downloaded zeroize_derive v1.4.2
3812024-12-21T02:25:54.029Z Downloaded zip v2.1.3
3822024-12-21T02:25:54.031Z Downloaded defmt-macros v0.3.9
3832024-12-21T02:25:54.034Z Downloaded quote v1.0.37
3842024-12-21T02:25:54.036Z Downloaded icu_normalizer v1.5.0
3852024-12-21T02:25:54.040Z Downloaded take_mut v0.2.2
3862024-12-21T02:25:54.043Z Downloaded nom v7.1.3
3872024-12-21T02:25:54.046Z Downloaded lockfree-object-pool v0.1.6
3882024-12-21T02:25:54.049Z Downloaded linked-hash-map v0.5.6
3892024-12-21T02:25:54.051Z Downloaded embedded-io v0.6.1
3902024-12-21T02:25:54.051Z Downloaded difflib v0.4.0
3912024-12-21T02:25:54.054Z Downloaded dsl_auto_type v0.1.2
3922024-12-21T02:25:54.054Z Downloaded serde_with_macros v3.11.0
3932024-12-21T02:25:54.056Z Downloaded env_logger v0.10.2
3942024-12-21T02:25:54.059Z Downloaded indexmap v1.9.3
3952024-12-21T02:25:54.063Z Downloaded time-core v0.1.2
3962024-12-21T02:25:54.066Z Downloaded env_filter v0.1.2
3972024-12-21T02:25:54.066Z Downloaded enum-as-inner v0.6.1
3982024-12-21T02:25:54.066Z Downloaded thread_local v1.1.8
3992024-12-21T02:25:54.069Z Downloaded num_enum v0.5.11
4002024-12-21T02:25:54.072Z Downloaded value-bag v1.9.0
4012024-12-21T02:25:54.076Z Downloaded num v0.4.3
4022024-12-21T02:25:54.079Z Downloaded tls_codec_derive v0.4.1
4032024-12-21T02:25:54.079Z Downloaded uzers v0.12.1
4042024-12-21T02:25:54.082Z Downloaded num_cpus v1.16.0
4052024-12-21T02:25:54.085Z Downloaded zerofrom v0.1.4
4062024-12-21T02:25:54.085Z Downloaded zerocopy-derive v0.7.35
4072024-12-21T02:25:54.088Z Downloaded piper v0.2.4
4082024-12-21T02:25:54.091Z Downloaded quinn-udp v0.5.5
4092024-12-21T02:25:54.094Z Downloaded proc-macro-error-attr v1.0.4
4102024-12-21T02:25:54.094Z Downloaded memchr v2.7.4
4112024-12-21T02:25:54.099Z Downloaded criterion v0.5.1
4122024-12-21T02:25:54.105Z Downloaded tap v1.0.1
4132024-12-21T02:25:54.108Z Downloaded shlex v1.3.0
4142024-12-21T02:25:54.108Z Downloaded shell-words v1.1.0
4152024-12-21T02:25:54.113Z Downloaded ena v0.14.3
4162024-12-21T02:25:54.113Z Downloaded native-tls v0.2.12
4172024-12-21T02:25:54.116Z Downloaded litemap v0.7.3
4182024-12-21T02:25:54.116Z Downloaded similar v2.6.0
4192024-12-21T02:25:54.120Z Downloaded instant v0.1.13
4202024-12-21T02:25:54.122Z Downloaded num_threads v0.1.7
4212024-12-21T02:25:54.124Z Downloaded signal-hook-mio v0.2.4
4222024-12-21T02:25:54.124Z Downloaded threadpool v1.8.1
4232024-12-21T02:25:54.127Z Downloaded aho-corasick v1.1.3
4242024-12-21T02:25:54.131Z Downloaded unicode-linebreak v0.1.5
4252024-12-21T02:25:54.137Z Downloaded lock_api v0.4.12
4262024-12-21T02:25:54.141Z Downloaded minimal-lexical v0.2.1
4272024-12-21T02:25:54.141Z Downloaded parking_lot v0.11.2
4282024-12-21T02:25:54.141Z Downloaded cmake v0.1.51
4292024-12-21T02:25:54.143Z Downloaded psl-types v2.0.11
4302024-12-21T02:25:54.144Z Downloaded wyz v0.5.1
4312024-12-21T02:25:54.148Z Downloaded toml v0.7.8
4322024-12-21T02:25:54.151Z Downloaded proc-macro-error v1.0.4
4332024-12-21T02:25:54.151Z Downloaded prettyplease v0.2.25
4342024-12-21T02:25:54.154Z Downloaded ron v0.8.1
4352024-12-21T02:25:54.159Z Downloaded write16 v1.0.0
4362024-12-21T02:25:54.162Z Downloaded derive_builder_core v0.20.2
4372024-12-21T02:25:54.164Z Downloaded memoffset v0.9.1
4382024-12-21T02:25:54.164Z Downloaded yoke-derive v0.7.4
4392024-12-21T02:25:54.166Z Downloaded semver v0.1.20
4402024-12-21T02:25:54.166Z Downloaded rustls-pemfile v2.2.0
4412024-12-21T02:25:54.169Z Downloaded log v0.4.22
4422024-12-21T02:25:54.172Z Downloaded serde_yaml v0.9.34+deprecated
4432024-12-21T02:25:54.175Z Downloaded internet-checksum v0.2.1
4442024-12-21T02:25:54.178Z Downloaded instability v0.3.2
4452024-12-21T02:25:54.178Z Downloaded derive_builder_macro v0.20.2
4462024-12-21T02:25:54.181Z Downloaded blake3 v1.5.4
4472024-12-21T02:25:54.185Z Downloaded is_ci v1.2.0
4482024-12-21T02:25:54.188Z Downloaded uuid v1.11.0
4492024-12-21T02:25:54.190Z Downloaded unicode-bidi v0.3.17
4502024-12-21T02:25:54.193Z Downloaded rand_xorshift v0.3.0
4512024-12-21T02:25:54.195Z Downloaded pkg-config v0.3.31
4522024-12-21T02:25:54.195Z Downloaded pin-utils v0.1.0
4532024-12-21T02:25:54.198Z Downloaded num-traits v0.2.19
4542024-12-21T02:25:54.200Z Downloaded peg-runtime v0.8.3
4552024-12-21T02:25:54.203Z Downloaded thiserror-impl v1.0.69
4562024-12-21T02:25:54.203Z Downloaded structmeta v0.2.0
4572024-12-21T02:25:54.206Z Downloaded structmeta-derive v0.2.0
4582024-12-21T02:25:54.206Z Downloaded new_debug_unreachable v1.0.6
4592024-12-21T02:25:54.206Z Downloaded der_derive v0.7.3
4602024-12-21T02:25:54.208Z Downloaded sec1 v0.7.3
4612024-12-21T02:25:54.212Z Downloaded scrypt v0.11.0
4622024-12-21T02:25:54.212Z Downloaded serde_json v1.0.132
4632024-12-21T02:25:54.218Z Downloaded strum v0.26.3
4642024-12-21T02:25:54.221Z Downloaded goblin v0.8.2
4652024-12-21T02:25:54.225Z Downloaded russh-keys v0.45.0
4662024-12-21T02:25:54.228Z Downloaded indexmap v2.6.0
4672024-12-21T02:25:54.232Z Downloaded toolchain_find v0.4.0
4682024-12-21T02:25:54.235Z Downloaded unicode-ident v1.0.13
4692024-12-21T02:25:54.238Z Downloaded unicode-xid v0.2.6
4702024-12-21T02:25:54.238Z Downloaded pem-rfc7468 v0.7.0
4712024-12-21T02:25:54.240Z Downloaded memmap2 v0.9.5
4722024-12-21T02:25:54.243Z Downloaded libm v0.2.8
4732024-12-21T02:25:54.249Z Downloaded libsw v3.3.1
4742024-12-21T02:25:54.251Z Downloaded cookie_store v0.21.0
4752024-12-21T02:25:54.254Z Downloaded equivalent v1.0.1
4762024-12-21T02:25:54.256Z Downloaded ipnetwork v0.20.0
4772024-12-21T02:25:54.256Z Downloaded crossbeam-channel v0.5.13
4782024-12-21T02:25:54.260Z Downloaded rustfmt-wrapper v0.2.1
4792024-12-21T02:25:54.262Z Downloaded tempfile v3.13.0
4802024-12-21T02:25:54.264Z Downloaded sct v0.7.1
4812024-12-21T02:25:54.267Z Downloaded pretty_assertions v1.4.1
4822024-12-21T02:25:54.270Z Downloaded rustc-hash v2.0.0
4832024-12-21T02:25:54.272Z Downloaded progenitor v0.8.0
4842024-12-21T02:25:54.272Z Downloaded percent-encoding v2.3.1
4852024-12-21T02:25:54.275Z Downloaded tracing-attributes v0.1.27
4862024-12-21T02:25:54.278Z Downloaded rustc_version v0.4.1
4872024-12-21T02:25:54.278Z Downloaded steno v0.4.1
4882024-12-21T02:25:54.281Z Downloaded slog-async v2.8.0
4892024-12-21T02:25:54.284Z Downloaded sigpipe v0.1.3
4902024-12-21T02:25:54.287Z Downloaded usdt v0.5.0
4912024-12-21T02:25:54.287Z Downloaded tui-tree-widget v0.22.0
4922024-12-21T02:25:54.287Z Downloaded tough v0.19.0
4932024-12-21T02:25:54.294Z Downloaded convert_case v0.4.0
4942024-12-21T02:25:54.296Z Downloaded target-spec v3.2.2
4952024-12-21T02:25:54.299Z Downloaded number_prefix v0.4.0
4962024-12-21T02:25:54.299Z Downloaded zeroize v1.8.1
4972024-12-21T02:25:54.302Z Downloaded ctr v0.9.2
4982024-12-21T02:25:54.302Z Downloaded openssl-probe v0.1.5
4992024-12-21T02:25:54.304Z Downloaded deranged v0.3.11
5002024-12-21T02:25:54.307Z Downloaded ipnet v2.10.1
5012024-12-21T02:25:54.307Z Downloaded powerfmt v0.2.0
5022024-12-21T02:25:54.309Z Downloaded keccak v0.1.5
5032024-12-21T02:25:54.312Z Downloaded kv-log-macro v1.0.7
5042024-12-21T02:25:54.312Z Downloaded nanorand v0.7.0
5052024-12-21T02:25:54.315Z Downloaded multimap v0.10.0
5062024-12-21T02:25:54.315Z Downloaded rsa v0.9.6
5072024-12-21T02:25:54.320Z Downloaded num-iter v0.1.45
5082024-12-21T02:25:54.322Z Downloaded toml v0.8.19
5092024-12-21T02:25:54.325Z Downloaded defmt-parser v0.3.4
5102024-12-21T02:25:54.328Z Downloaded either v1.13.0
5112024-12-21T02:25:54.328Z Downloaded scheduled-thread-pool v0.2.7
5122024-12-21T02:25:54.330Z Downloaded phf_shared v0.11.2
5132024-12-21T02:25:54.330Z Downloaded schemars_derive v0.8.21
5142024-12-21T02:25:54.332Z Downloaded mio v1.0.2
5152024-12-21T02:25:54.336Z Downloaded try-lock v0.2.5
5162024-12-21T02:25:54.339Z Downloaded rand_seeder v0.3.0
5172024-12-21T02:25:54.342Z Downloaded wait-timeout v0.2.0
5182024-12-21T02:25:54.342Z Downloaded slog-dtrace v0.3.0
5192024-12-21T02:25:54.345Z Downloaded derive_more v0.99.18
5202024-12-21T02:25:54.347Z Downloaded opaque-debug v0.3.1
5212024-12-21T02:25:54.350Z Downloaded slab v0.4.9
5222024-12-21T02:25:54.350Z Downloaded clap_derive v4.5.18
5232024-12-21T02:25:54.353Z Downloaded salty v0.3.0
5242024-12-21T02:25:54.358Z Downloaded lalrpop-util v0.19.12
5252024-12-21T02:25:54.361Z Downloaded datatest-stable v0.2.9
5262024-12-21T02:25:54.363Z Downloaded crypto-common v0.1.6
5272024-12-21T02:25:54.363Z Downloaded url v2.5.3
5282024-12-21T02:25:54.366Z Downloaded derive-where v1.2.7
5292024-12-21T02:25:54.369Z Downloaded crypto-bigint v0.5.5
5302024-12-21T02:25:54.375Z Downloaded strip-ansi-escapes v0.2.0
5312024-12-21T02:25:54.380Z Downloaded rstest_macros v0.23.0
5322024-12-21T02:25:54.383Z Downloaded clap_lex v0.7.2
5332024-12-21T02:25:54.383Z Downloaded dtrace-parser v0.2.0
5342024-12-21T02:25:54.383Z Downloaded partial-io v0.5.4
5352024-12-21T02:25:54.385Z Downloaded rpassword v7.3.1
5362024-12-21T02:25:54.387Z Downloaded jobserver v0.1.32
5372024-12-21T02:25:54.390Z Downloaded parking v2.2.1
5382024-12-21T02:25:54.390Z Downloaded zerocopy v0.6.6
5392024-12-21T02:25:54.392Z Downloaded want v0.3.1
5402024-12-21T02:25:54.394Z Downloaded tungstenite v0.24.0
5412024-12-21T02:25:54.397Z Downloaded tabwriter v1.4.0
5422024-12-21T02:25:54.400Z Downloaded portable-atomic v1.9.0
5432024-12-21T02:25:54.404Z Downloaded toml_datetime v0.6.8
5442024-12-21T02:25:54.406Z Downloaded slog v2.7.0
5452024-12-21T02:25:54.409Z Downloaded cipher v0.4.4
5462024-12-21T02:25:54.411Z Downloaded phf_shared v0.10.0
5472024-12-21T02:25:54.411Z Downloaded precomputed-hash v0.1.1
5482024-12-21T02:25:54.411Z Downloaded chrono v0.4.38
5492024-12-21T02:25:54.418Z Downloaded strum_macros v0.24.3
5502024-12-21T02:25:54.420Z Downloaded strsim v0.11.1
5512024-12-21T02:25:54.423Z Downloaded icu_locid_transform_data v1.5.0
5522024-12-21T02:25:54.423Z Downloaded ssh-encoding v0.2.0
5532024-12-21T02:25:54.426Z Downloaded oorandom v11.1.4
5542024-12-21T02:25:54.426Z Downloaded mime v0.3.17
5552024-12-21T02:25:54.428Z Downloaded digest v0.10.7
5562024-12-21T02:25:54.431Z Downloaded predicates-core v1.0.8
5572024-12-21T02:25:54.431Z Downloaded der v0.7.9
5582024-12-21T02:25:54.434Z Downloaded pbkdf2 v0.12.2
5592024-12-21T02:25:54.437Z Downloaded term v0.7.0
5602024-12-21T02:25:54.440Z Downloaded ppv-lite86 v0.2.20
5612024-12-21T02:25:54.442Z Downloaded lazy_static v1.5.0
5622024-12-21T02:25:54.443Z Downloaded num_enum_derive v0.5.11
5632024-12-21T02:25:54.446Z Downloaded rust-argon2 v2.1.0
5642024-12-21T02:25:54.446Z Downloaded dirs-next v2.0.0
5652024-12-21T02:25:54.448Z Downloaded ssh-cipher v0.2.0
5662024-12-21T02:25:54.448Z Downloaded sha1 v0.10.6
5672024-12-21T02:25:54.450Z Downloaded crc-any v2.5.0
5682024-12-21T02:25:54.453Z Downloaded proc-macro2 v1.0.89
5692024-12-21T02:25:54.456Z Downloaded thiserror-impl v2.0.3
5702024-12-21T02:25:54.456Z Downloaded git2 v0.19.0
5712024-12-21T02:25:54.463Z Downloaded waitgroup v0.1.2
5722024-12-21T02:25:54.466Z Downloaded tinyvec_macros v0.1.1
5732024-12-21T02:25:54.466Z Downloaded libxml v0.3.3
5742024-12-21T02:25:54.471Z Downloaded sqlparser_derive v0.2.2
5752024-12-21T02:25:54.473Z Downloaded macaddr v1.0.1
5762024-12-21T02:25:54.473Z Downloaded lru-cache v0.1.2
5772024-12-21T02:25:54.476Z Downloaded ed25519 v2.2.3
5782024-12-21T02:25:54.476Z Downloaded managed v0.8.0
5792024-12-21T02:25:54.478Z Downloaded universal-hash v0.5.1
5802024-12-21T02:25:54.478Z Downloaded quick-xml v0.33.0
5812024-12-21T02:25:54.483Z Downloaded phf_generator v0.11.2
5822024-12-21T02:25:54.486Z Downloaded tokio-util v0.7.12
5832024-12-21T02:25:54.491Z Downloaded predicates v3.1.2
5842024-12-21T02:25:54.493Z Downloaded path-tree v0.8.1
5852024-12-21T02:25:54.496Z Downloaded winnow v0.5.40
5862024-12-21T02:25:54.503Z Downloaded lazycell v1.3.0
5872024-12-21T02:25:54.505Z Downloaded num-rational v0.4.2
5882024-12-21T02:25:54.506Z Downloaded reedline v0.35.0
5892024-12-21T02:25:54.512Z Downloaded thiserror v2.0.3
5902024-12-21T02:25:54.517Z Downloaded tabled_derive v0.7.0
5912024-12-21T02:25:54.520Z Downloaded unsafe-libyaml v0.2.11
5922024-12-21T02:25:54.523Z Downloaded debug-ignore v1.0.5
5932024-12-21T02:25:54.525Z Downloaded console v0.15.8
5942024-12-21T02:25:54.528Z Downloaded clang-sys v1.8.1
5952024-12-21T02:25:54.530Z Downloaded termcolor v1.4.1
5962024-12-21T02:25:54.530Z Downloaded tracing-core v0.1.32
5972024-12-21T02:25:54.532Z Downloaded concurrent-queue v2.5.0
5982024-12-21T02:25:54.534Z Downloaded semver v1.0.23
5992024-12-21T02:25:54.537Z Downloaded is_terminal_polyfill v1.70.1
6002024-12-21T02:25:54.537Z Downloaded xattr v1.3.1
6012024-12-21T02:25:54.540Z Downloaded time v0.3.36
6022024-12-21T02:25:54.545Z Downloaded parking_lot_core v0.9.10
6032024-12-21T02:25:54.548Z Downloaded parking_lot_core v0.8.6
6042024-12-21T02:25:54.550Z Downloaded clap v4.5.21
6052024-12-21T02:25:54.558Z Downloaded sqlformat v0.2.6
6062024-12-21T02:25:54.561Z Downloaded sha2 v0.10.8
6072024-12-21T02:25:54.564Z Downloaded serde_derive_internals v0.29.1
6082024-12-21T02:25:54.564Z Downloaded dhcproto v0.12.0
6092024-12-21T02:25:54.567Z Downloaded yoke v0.7.4
6102024-12-21T02:25:54.569Z Downloaded des v0.8.1
6112024-12-21T02:25:54.570Z Downloaded hyper-staticfile v0.10.1
6122024-12-21T02:25:54.572Z Downloaded defmt v0.3.8
6132024-12-21T02:25:54.574Z Downloaded yasna v0.5.2
6142024-12-21T02:25:54.577Z Downloaded const-oid v0.9.6
6152024-12-21T02:25:54.579Z Downloaded qorb v0.2.1
6162024-12-21T02:25:54.582Z Downloaded postgres-protocol v0.6.7
6172024-12-21T02:25:54.584Z Downloaded icu_normalizer_data v1.5.0
6182024-12-21T02:25:54.587Z Downloaded mockall_derive v0.13.0
6192024-12-21T02:25:54.590Z Downloaded winnow v0.6.20
6202024-12-21T02:25:54.596Z Downloaded xz2 v0.1.7
6212024-12-21T02:25:54.601Z Downloaded gimli v0.31.1
6222024-12-21T02:25:54.605Z Downloaded rand_distr v0.4.3
6232024-12-21T02:25:54.608Z Downloaded trybuild v1.0.101
6242024-12-21T02:25:54.612Z Downloaded regex v1.11.1
6252024-12-21T02:25:54.624Z Downloaded icu_properties v1.5.1
6262024-12-21T02:25:54.626Z Downloaded postcard v1.0.10
6272024-12-21T02:25:54.629Z Downloaded tungstenite v0.23.0
6282024-12-21T02:25:54.631Z Downloaded tungstenite v0.21.0
6292024-12-21T02:25:54.635Z Downloaded schemars v0.8.21
6302024-12-21T02:25:54.645Z Downloaded rcgen v0.12.1
6312024-12-21T02:25:54.648Z Downloaded unicode-normalization v0.1.24
6322024-12-21T02:25:54.651Z Downloaded toml_edit v0.19.15
6332024-12-21T02:25:54.666Z Downloaded ed25519-dalek v2.1.1
6342024-12-21T02:25:54.669Z Downloaded toml_edit v0.22.22
6352024-12-21T02:25:54.689Z Downloaded rand v0.8.5
6362024-12-21T02:25:54.692Z Downloaded const_format v0.2.33
6372024-12-21T02:25:54.696Z Downloaded quinn v0.11.5
6382024-12-21T02:25:54.699Z Downloaded pest v2.7.14
6392024-12-21T02:25:54.704Z Downloaded lalrpop v0.19.12
6402024-12-21T02:25:54.714Z Downloaded parse-zoneinfo v0.3.1
6412024-12-21T02:25:54.716Z Downloaded regex-syntax v0.6.29
6422024-12-21T02:25:54.723Z Downloaded petname v2.0.2
6432024-12-21T02:25:54.728Z Downloaded rusqlite v0.32.1
6442024-12-21T02:25:54.734Z Downloaded quinn-proto v0.11.8
6452024-12-21T02:25:54.741Z Downloaded unicode_categories v0.1.1
6462024-12-21T02:25:54.743Z Downloaded itertools v0.13.0
6472024-12-21T02:25:54.749Z Downloaded proptest v1.5.0
6482024-12-21T02:25:54.757Z Downloaded syn v2.0.87
6492024-12-21T02:25:54.768Z Downloaded webpki-roots v0.26.6
6502024-12-21T02:25:54.771Z Downloaded itertools v0.12.1
6512024-12-21T02:25:54.777Z Downloaded nix v0.27.1
6522024-12-21T02:25:54.788Z Downloaded bstr v1.10.0
6532024-12-21T02:25:54.796Z Downloaded itertools v0.10.5
6542024-12-21T02:25:54.802Z Downloaded smoltcp v0.11.0
6552024-12-21T02:25:54.814Z Downloaded regex-syntax v0.8.5
6562024-12-21T02:25:54.821Z Downloaded regress v0.10.1
6572024-12-21T02:25:54.830Z Downloaded p384 v0.13.0
6582024-12-21T02:25:54.835Z Downloaded hickory-proto v0.24.1
6592024-12-21T02:25:54.850Z Downloaded idna v1.0.3
6602024-12-21T02:25:54.853Z Downloaded object v0.36.5
6612024-12-21T02:25:54.864Z Downloaded rustls-webpki v0.101.7
6622024-12-21T02:25:54.877Z Downloaded tabled v0.15.0
6632024-12-21T02:25:54.894Z Downloaded rustls v0.23.19
6642024-12-21T02:25:54.902Z Downloaded idna v0.2.3
6652024-12-21T02:25:54.908Z Downloaded icu_properties_data v1.5.0
6662024-12-21T02:25:54.919Z Downloaded radix_trie v0.2.1
6672024-12-21T02:25:54.923Z Downloaded dropshot v0.12.0
6682024-12-21T02:25:54.943Z Downloaded nix v0.29.0
6692024-12-21T02:25:54.953Z Downloaded polar-core v0.27.3
6702024-12-21T02:25:54.960Z Downloaded rustls v0.22.4
6712024-12-21T02:25:54.973Z Downloaded unicode-width v0.1.14
6722024-12-21T02:25:54.978Z Downloaded dropshot v0.13.0
6732024-12-21T02:25:54.998Z Downloaded rustls v0.21.12
6742024-12-21T02:25:55.008Z Downloaded idna v0.4.0
6752024-12-21T02:25:55.013Z Downloaded unicode-width v0.2.0
6762024-12-21T02:25:55.019Z Downloaded idna v0.3.0
6772024-12-21T02:25:55.025Z Downloaded openssl v0.10.66
6782024-12-21T02:25:55.034Z Downloaded typify-impl v0.2.0
6792024-12-21T02:25:55.047Z Downloaded curve25519-dalek v4.1.3
6802024-12-21T02:25:55.056Z Downloaded rustix v0.38.37
6812024-12-21T02:25:55.077Z Downloaded openapiv3 v2.0.0
6822024-12-21T02:25:55.087Z Downloaded bzip2-sys v0.1.11+1.0.8
6832024-12-21T02:25:55.098Z Downloaded regex-automata v0.4.8
6842024-12-21T02:25:55.114Z Downloaded trust-dns-proto v0.22.0
6852024-12-21T02:25:55.124Z Downloaded zerocopy-derive v0.6.6
6862024-12-21T02:25:55.133Z Downloaded regress v0.9.1
6872024-12-21T02:25:55.141Z Downloaded nix v0.28.0
6882024-12-21T02:25:55.151Z Downloaded sled v0.34.7
6892024-12-21T02:25:55.161Z Downloaded ratatui v0.28.1
6902024-12-21T02:25:55.180Z Downloaded idna v0.5.0
6912024-12-21T02:25:55.187Z Downloaded diesel v2.2.6
6922024-12-21T02:25:55.204Z Downloaded rustls-webpki v0.102.8
6932024-12-21T02:25:55.221Z Downloaded sqlparser v0.45.0
6942024-12-21T02:25:55.226Z Downloaded vcpkg v0.2.15
6952024-12-21T02:25:55.262Z Downloaded chrono-tz v0.10.0
6962024-12-21T02:25:55.270Z Downloaded petgraph v0.6.5
6972024-12-21T02:25:55.286Z Downloaded clap_builder v4.5.21
6982024-12-21T02:25:55.292Z Downloaded smoltcp v0.9.1
6992024-12-21T02:25:55.305Z Downloaded tokio v1.40.0
7002024-12-21T02:25:55.339Z Downloaded syn v1.0.109
7012024-12-21T02:25:55.348Z Downloaded lzma-sys v0.1.20
7022024-12-21T02:25:55.376Z Downloaded csv v1.3.0
7032024-12-21T02:25:55.395Z Downloaded libc v0.2.162
7042024-12-21T02:25:55.422Z Downloaded object v0.30.4
7052024-12-21T02:25:55.431Z Downloaded sha3 v0.10.8
7062024-12-21T02:25:55.435Z Downloaded libz-sys v1.1.20
7072024-12-21T02:25:55.455Z Downloaded russh v0.45.0
7082024-12-21T02:25:55.460Z Downloaded p521 v0.13.3
7092024-12-21T02:25:55.464Z Downloaded crossterm v0.28.1
7102024-12-21T02:25:55.470Z Downloaded thread-id v4.2.2
7112024-12-21T02:25:55.472Z Downloaded constant_time_eq v0.3.1
7122024-12-21T02:25:55.475Z Downloaded crossbeam-epoch v0.9.18
7132024-12-21T02:25:55.475Z Downloaded serde_with v3.11.0
7142024-12-21T02:25:55.482Z Downloaded zerocopy v0.8.10
7152024-12-21T02:25:55.504Z Downloaded tinystr v0.7.6
7162024-12-21T02:25:55.507Z Downloaded lru v0.12.5
7172024-12-21T02:25:55.510Z Downloaded icu_provider v1.5.0
7182024-12-21T02:25:55.512Z Downloaded publicsuffix v2.2.3
7192024-12-21T02:25:55.512Z Downloaded ssh-key v0.6.6
7202024-12-21T02:25:55.518Z Downloaded multer v3.1.0
7212024-12-21T02:25:55.521Z Downloaded rstest v0.23.0
7222024-12-21T02:25:55.526Z Downloaded reqwest v0.12.9
7232024-12-21T02:25:55.533Z Downloaded peg v0.8.4
7242024-12-21T02:25:55.539Z Downloaded terminal_size v0.4.0
7252024-12-21T02:25:55.542Z Downloaded walkdir v2.5.0
7262024-12-21T02:25:55.544Z Downloaded parking_lot v0.12.3
7272024-12-21T02:25:55.546Z Downloaded x509-cert v0.2.5
7282024-12-21T02:25:55.550Z Downloaded maybe-uninit v2.0.0
7292024-12-21T02:25:55.552Z Downloaded httpmock v0.8.0-alpha.1
7302024-12-21T02:25:55.568Z Downloaded encoding_rs v0.8.34
7312024-12-21T02:25:55.588Z Downloaded crossbeam-utils v0.8.20
7322024-12-21T02:25:55.590Z Downloaded plotters v0.3.7
7332024-12-21T02:25:55.599Z Downloaded bindgen v0.69.5
7342024-12-21T02:25:55.605Z Downloaded zerocopy-derive v0.8.10
7352024-12-21T02:25:55.610Z Downloaded num-integer v0.1.46
7362024-12-21T02:25:55.613Z Downloaded utf16_iter v1.0.5
7372024-12-21T02:25:55.613Z Downloaded untrusted v0.9.0
7382024-12-21T02:25:55.615Z Downloaded spki v0.7.3
7392024-12-21T02:25:55.617Z Downloaded slog-envlogger v2.2.0
7402024-12-21T02:25:55.617Z Downloaded signature v2.2.0
7412024-12-21T02:25:55.619Z Downloaded rustyline v14.0.0
7422024-12-21T02:25:55.623Z Downloaded tinytemplate v1.2.1
7432024-12-21T02:25:55.626Z Downloaded target-lexicon v0.12.16
7442024-12-21T02:25:55.634Z Downloaded dropshot_endpoint v0.13.0
7452024-12-21T02:25:55.634Z Downloaded bitvec v1.0.1
7462024-12-21T02:25:55.643Z Downloaded async-std v1.13.0
7472024-12-21T02:25:55.662Z Downloaded ciborium-ll v0.2.2
7482024-12-21T02:25:55.665Z Downloaded zerofrom-derive v0.1.4
7492024-12-21T02:25:55.665Z Downloaded utf-8 v0.7.6
7502024-12-21T02:25:55.665Z Downloaded rayon v1.10.0
7512024-12-21T02:25:55.671Z Downloaded md-5 v0.10.6
7522024-12-21T02:25:55.674Z Downloaded slog-bunyan v2.5.0
7532024-12-21T02:25:55.674Z Downloaded rustc_version v0.1.7
7542024-12-21T02:25:55.683Z Downloaded dropshot_endpoint v0.12.0
7552024-12-21T02:25:55.686Z Downloaded tar v0.4.42
7562024-12-21T02:25:55.686Z Downloaded nodrop v0.1.14
7572024-12-21T02:25:55.686Z Downloaded maplit v1.0.2
7582024-12-21T02:25:55.686Z Downloaded secrecy v0.8.0
7592024-12-21T02:25:55.686Z Downloaded vergen v8.3.2
7602024-12-21T02:25:55.686Z Downloaded zerovec v0.10.4
7612024-12-21T02:25:55.690Z Downloaded zerocopy v0.7.35
7622024-12-21T02:25:55.704Z Downloaded signal-hook v0.3.17
7632024-12-21T02:25:55.707Z Downloaded rustls-pki-types v1.10.0
7642024-12-21T02:25:55.709Z Downloaded libgit2-sys v0.17.0+1.8.1
7652024-12-21T02:25:55.765Z Downloaded typed-path v0.9.3
7662024-12-21T02:25:55.770Z Downloaded hkdf v0.12.4
7672024-12-21T02:25:55.778Z Downloaded aws-lc-rs v1.10.0
7682024-12-21T02:25:55.786Z Downloaded elliptic-curve v0.13.8
7692024-12-21T02:25:55.790Z Downloaded cpufeatures v0.2.14
7702024-12-21T02:25:55.792Z Downloaded twox-hash v1.6.3
7712024-12-21T02:25:55.794Z Downloaded topological-sort v0.2.2
7722024-12-21T02:25:55.794Z Downloaded scopeguard v1.2.0
7732024-12-21T02:25:55.797Z Downloaded h2 v0.4.6
7742024-12-21T02:25:55.801Z Downloaded nested v0.1.1
7752024-12-21T02:25:55.804Z Downloaded matches v0.1.10
7762024-12-21T02:25:55.804Z Downloaded pkcs5 v0.7.1
7772024-12-21T02:25:55.806Z Downloaded compact_str v0.8.0
7782024-12-21T02:25:55.808Z Downloaded plain v0.2.3
7792024-12-21T02:25:55.811Z Downloaded packed_struct v0.10.1
7802024-12-21T02:25:55.814Z Downloaded num-derive v0.4.2
7812024-12-21T02:25:55.814Z Downloaded memmap v0.7.0
7822024-12-21T02:25:55.816Z Downloaded tiny-keccak v2.0.2
7832024-12-21T02:25:55.816Z Downloaded time-macros v0.2.18
7842024-12-21T02:25:55.819Z Downloaded tracing v0.1.40
7852024-12-21T02:25:55.822Z Downloaded futures-util v0.3.31
7862024-12-21T02:25:55.833Z Downloaded impl-trait-for-tuples v0.2.2
7872024-12-21T02:25:55.835Z Downloaded idna_adapter v1.2.0
7882024-12-21T02:25:55.838Z Downloaded dirs-sys-next v0.1.2
7892024-12-21T02:25:55.838Z Downloaded hyper v1.5.0
7902024-12-21T02:25:55.843Z Downloaded diesel_derives v2.2.3
7912024-12-21T02:25:55.846Z Downloaded pkcs1 v0.7.5
7922024-12-21T02:25:55.849Z Downloaded password-hash v0.5.0
7932024-12-21T02:25:55.852Z Downloaded diff v0.1.13
7942024-12-21T02:25:55.854Z Downloaded structmeta-derive v0.3.0
7952024-12-21T02:25:55.854Z Downloaded signal-hook-registry v1.4.2
7962024-12-21T02:25:55.856Z Downloaded kstat-rs v0.2.4
7972024-12-21T02:25:55.856Z Downloaded env_logger v0.11.5
7982024-12-21T02:25:55.858Z Downloaded indicatif v0.17.9
7992024-12-21T02:25:55.862Z Downloaded guppy v0.17.8
8002024-12-21T02:25:55.867Z Downloaded num-bigint-dig v0.8.4
8012024-12-21T02:25:55.872Z Downloaded unicode-segmentation v1.12.0
8022024-12-21T02:25:55.875Z Downloaded phf v0.11.2
8032024-12-21T02:25:55.877Z Downloaded paste v1.0.15
8042024-12-21T02:25:55.879Z Downloaded const_format_proc_macros v0.2.33
8052024-12-21T02:25:55.882Z Downloaded enum-as-inner v0.5.1
8062024-12-21T02:25:55.882Z Downloaded string_cache v0.8.7
8072024-12-21T02:25:55.884Z Downloaded polling v3.7.3
8082024-12-21T02:25:55.886Z Downloaded embedded-io v0.4.0
8092024-12-21T02:25:55.888Z Downloaded scroll v0.12.0
8102024-12-21T02:25:55.890Z Downloaded hashbrown v0.14.5
8112024-12-21T02:25:55.893Z Downloaded hashbrown v0.15.1
8122024-12-21T02:25:55.902Z Downloaded derive_builder v0.20.2
8132024-12-21T02:25:55.905Z Downloaded crc v3.2.1
8142024-12-21T02:25:55.907Z Downloaded serde_derive v1.0.215
8152024-12-21T02:25:55.910Z Downloaded num-bigint v0.4.6
8162024-12-21T02:25:55.913Z Downloaded aes-gcm v0.10.3
8172024-12-21T02:25:55.916Z Downloaded thiserror-impl-no-std v2.0.2
8182024-12-21T02:25:55.918Z Downloaded ucd-trie v0.1.7
8192024-12-21T02:25:55.918Z Downloaded typenum v1.17.0
8202024-12-21T02:25:55.921Z Downloaded rayon-core v1.12.1
8212024-12-21T02:25:55.924Z Downloaded slog-json v2.6.1
8222024-12-21T02:25:55.926Z Downloaded radium v0.7.0
8232024-12-21T02:25:55.928Z Downloaded primeorder v0.13.6
8242024-12-21T02:25:55.928Z Downloaded parse-display-derive v0.10.0
8252024-12-21T02:25:55.930Z Downloaded owo-colors v4.1.0
8262024-12-21T02:25:55.933Z Downloaded olpc-cjson v0.1.4
8272024-12-21T02:25:55.933Z Downloaded mockall v0.13.0
8282024-12-21T02:25:55.933Z Downloaded ron v0.7.1
8292024-12-21T02:25:55.937Z Downloaded zip v0.6.6
8302024-12-21T02:25:55.941Z Downloaded snafu v0.8.5
8312024-12-21T02:25:55.946Z Downloaded hashbrown v0.13.2
8322024-12-21T02:25:55.949Z Downloaded pest_meta v2.7.14
8332024-12-21T02:25:55.952Z Downloaded tokio-tungstenite v0.24.0
8342024-12-21T02:25:55.954Z Downloaded serde v1.0.215
8352024-12-21T02:25:55.957Z Downloaded http v1.1.0
8362024-12-21T02:25:55.960Z Downloaded dunce v1.0.5
8372024-12-21T02:25:55.962Z Downloaded slog-stdlog v4.1.1
8382024-12-21T02:25:55.962Z Downloaded version_check v0.9.5
8392024-12-21T02:25:55.965Z Downloaded unarray v0.1.4
8402024-12-21T02:25:55.965Z Downloaded flate2 v1.0.34
8412024-12-21T02:25:55.969Z Downloaded aes v0.8.4
8422024-12-21T02:25:55.972Z Downloaded samael v0.0.17
8432024-12-21T02:25:55.977Z Downloaded mime_guess v2.0.5
8442024-12-21T02:25:55.979Z Downloaded darling v0.20.10
8452024-12-21T02:25:55.982Z Downloaded signal-hook-tokio v0.3.1
8462024-12-21T02:25:55.984Z Downloaded resolv-conf v0.7.0
8472024-12-21T02:25:55.987Z Downloaded test-strategy v0.3.1
8482024-12-21T02:25:55.991Z Downloaded subprocess v0.2.9
8492024-12-21T02:25:55.994Z Downloaded socket2 v0.5.7
8502024-12-21T02:25:55.994Z Downloaded unicode-properties v0.1.3
8512024-12-21T02:25:55.994Z Downloaded proc-macro-crate v3.2.0
8522024-12-21T02:25:55.996Z Downloaded proc-macro-crate v1.3.1
8532024-12-21T02:25:55.996Z Downloaded tokio-stream v0.1.16
8542024-12-21T02:25:55.999Z Downloaded headers v0.4.0
8552024-12-21T02:25:56.004Z Downloaded cc v1.1.30
8562024-12-21T02:25:56.007Z Downloaded bumpalo v3.16.0
8572024-12-21T02:25:56.009Z Downloaded ryu v1.0.18
8582024-12-21T02:25:56.012Z Downloaded omicron-zone-package v0.12.0
8592024-12-21T02:25:56.015Z Downloaded data-encoding v2.6.0
8602024-12-21T02:25:56.017Z Downloaded tokio-rustls v0.26.0
8612024-12-21T02:25:56.024Z Downloaded tokio-rustls v0.25.0
8622024-12-21T02:25:56.027Z Downloaded tokio-rustls v0.24.1
8632024-12-21T02:25:56.027Z Downloaded strum_macros v0.26.4
8642024-12-21T02:25:56.028Z Downloaded snafu-derive v0.8.5
8652024-12-21T02:25:56.028Z Downloaded is-terminal v0.4.13
8662024-12-21T02:25:56.028Z Downloaded base64 v0.22.1
8672024-12-21T02:25:56.031Z Downloaded base64 v0.21.7
8682024-12-21T02:25:56.033Z Downloaded base64 v0.13.1
8692024-12-21T02:25:56.036Z Downloaded curve25519-dalek-derive v0.1.1
8702024-12-21T02:25:56.036Z Downloaded zone v0.3.0
8712024-12-21T02:25:56.039Z Downloaded zone v0.1.8
8722024-12-21T02:25:56.039Z Downloaded zerovec-derive v0.10.3
8732024-12-21T02:25:56.041Z Downloaded predicates-tree v1.0.11
8742024-12-21T02:25:56.041Z Downloaded supports-color v3.0.1
8752024-12-21T02:25:56.041Z Downloaded subtle v2.6.1
8762024-12-21T02:25:56.044Z Downloaded serde_path_to_error v0.1.16
8772024-12-21T02:25:56.044Z Downloaded salsa20 v0.10.2
8782024-12-21T02:25:56.046Z Downloaded termios v0.3.3
8792024-12-21T02:25:56.047Z Downloaded slog-scope v4.4.0
8802024-12-21T02:25:56.053Z Downloaded password-hash v0.4.2
8812024-12-21T02:25:56.053Z Downloaded futures v0.3.31
8822024-12-21T02:25:56.056Z Downloaded r2d2 v0.8.10
8832024-12-21T02:25:56.056Z Downloaded progenitor-macro v0.8.0
8842024-12-21T02:25:56.056Z Downloaded polyval v0.6.2
8852024-12-21T02:25:56.059Z Downloaded num-complex v0.4.6
8862024-12-21T02:25:56.059Z Downloaded bzip2 v0.4.4
8872024-12-21T02:25:56.061Z Downloaded phf_codegen v0.11.2
8882024-12-21T02:25:56.061Z Downloaded cfg-expr v0.17.0
8892024-12-21T02:25:56.066Z Downloaded bcs v0.1.6
8902024-12-21T02:25:56.066Z Downloaded async-executor v1.13.1
8912024-12-21T02:25:56.068Z Downloaded async-lock v3.4.0
8922024-12-21T02:25:56.068Z Downloaded assert_cmd v2.0.16
8932024-12-21T02:25:56.071Z Downloaded pretty-hex v0.4.1
8942024-12-21T02:25:56.071Z Downloaded pretty-hex v0.2.1
8952024-12-21T02:25:56.076Z Downloaded hyper-rustls v0.26.0
8962024-12-21T02:25:56.080Z Downloaded async-recursion v1.1.1
8972024-12-21T02:25:56.080Z Downloaded arrayvec v0.7.6
8982024-12-21T02:25:56.082Z Downloaded async-signal v0.2.10
8992024-12-21T02:25:56.082Z Downloaded foldhash v0.1.3
9002024-12-21T02:25:56.085Z Downloaded blake2b_simd v1.0.2
9012024-12-21T02:25:56.085Z Downloaded base64ct v1.6.0
9022024-12-21T02:25:56.088Z Downloaded async-process v2.3.0
9032024-12-21T02:25:56.088Z Downloaded ff v0.13.0
9042024-12-21T02:25:56.090Z Downloaded castaway v0.2.3
9052024-12-21T02:25:56.090Z Downloaded cast v0.3.0
9062024-12-21T02:25:56.090Z Downloaded bytecount v0.6.8
9072024-12-21T02:25:56.093Z Downloaded async-attributes v1.1.2
9082024-12-21T02:25:56.093Z Downloaded fs_extra v1.3.0
9092024-12-21T02:25:56.095Z Downloaded backoff v0.4.0
9102024-12-21T02:25:56.098Z Downloaded heck v0.3.3
9112024-12-21T02:25:56.098Z Downloaded foreign-types v0.5.0
9122024-12-21T02:25:56.101Z Downloaded chrono-tz-build v0.4.0
9132024-12-21T02:25:56.101Z Downloaded bitfield v0.14.0
9142024-12-21T02:25:56.101Z Downloaded bcrypt-pbkdf v0.10.0
9152024-12-21T02:25:56.101Z Downloaded base16ct v0.2.0
9162024-12-21T02:25:56.106Z Downloaded ascii-canvas v3.0.0
9172024-12-21T02:25:56.106Z Downloaded hex-literal v0.4.1
9182024-12-21T02:25:56.106Z Downloaded cbc v0.1.2
9192024-12-21T02:25:56.109Z Downloaded bit-vec v0.6.3
9202024-12-21T02:25:56.109Z Downloaded async-stream v0.3.6
9212024-12-21T02:25:56.109Z Downloaded glob v0.3.1
9222024-12-21T02:25:56.109Z Downloaded anstream v0.6.15
9232024-12-21T02:25:56.111Z Downloaded blowfish v0.9.1
9242024-12-21T02:25:56.115Z Downloaded async-channel v1.9.0
9252024-12-21T02:25:56.117Z Downloaded approx v0.5.1
9262024-12-21T02:25:56.118Z Downloaded anes v0.1.6
9272024-12-21T02:25:56.120Z Downloaded hex v0.4.3
9282024-12-21T02:25:56.123Z Downloaded futures-macro v0.3.31
9292024-12-21T02:25:56.123Z Downloaded blocking v1.6.1
9302024-12-21T02:25:56.125Z Downloaded atomic-waker v1.1.2
9312024-12-21T02:25:56.125Z Downloaded funty v2.0.0
9322024-12-21T02:25:56.125Z Downloaded event-listener v5.3.1
9332024-12-21T02:25:56.128Z Downloaded gethostname v0.5.0
9342024-12-21T02:25:56.128Z Downloaded futures-executor v0.3.31
9352024-12-21T02:25:56.131Z Downloaded fs-err v2.11.0
9362024-12-21T02:25:56.131Z Downloaded foreign-types-macros v0.2.3
9372024-12-21T02:25:56.133Z Downloaded fnv v1.0.7
9382024-12-21T02:25:56.133Z Downloaded float-cmp v0.9.0
9392024-12-21T02:25:56.133Z Downloaded fixedbitset v0.4.2
9402024-12-21T02:25:56.136Z Downloaded fd-lock v4.0.2
9412024-12-21T02:25:56.138Z Downloaded fastrand v2.1.1
9422024-12-21T02:25:56.138Z Downloaded fallible-streaming-iterator v0.1.9
9432024-12-21T02:25:56.138Z Downloaded ring v0.17.8
9442024-12-21T02:25:56.206Z Downloaded assert_matches v1.5.0
9452024-12-21T02:25:56.209Z Downloaded filetime v0.2.25
9462024-12-21T02:25:56.209Z Downloaded fallible-iterator v0.2.0
9472024-12-21T02:25:56.209Z Downloaded event-listener-strategy v0.5.2
9482024-12-21T02:25:56.212Z Downloaded async-channel v2.3.1
9492024-12-21T02:25:56.212Z Downloaded bit-set v0.5.3
9502024-12-21T02:25:56.212Z Downloaded array-init v0.0.4
9512024-12-21T02:25:56.215Z Downloaded arrayref v0.3.9
9522024-12-21T02:25:56.215Z Downloaded async-object-pool v0.1.5
9532024-12-21T02:25:56.215Z Downloaded anstyle v1.0.10
9542024-12-21T02:25:56.258Z Downloaded libsqlite3-sys v0.30.1
9552024-12-21T02:25:56.491Z Downloaded aws-lc-sys v0.22.0
9562024-12-21T02:25:56.962Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9572024-12-21T02:26:07.880Z Startup: Refreshing catalog 'helios-dev' ... Done
9582024-12-21T02:26:11.758Z Startup: Caching catalogs ... Done
9592024-12-21T02:26:22.640ZPlanning: Solver setup ... Done (9.890s)
9602024-12-21T02:26:22.773ZPlanning: Running solver ... Done (0.133s)
9612024-12-21T02:26:22.877ZPlanning: Finding local manifests ... Done (0.004s)
9622024-12-21T02:26:22.940ZPlanning: Fetching manifests: 0/5 0% complete
9632024-12-21T02:26:23.638ZPlanning: Fetching manifests: 5/5 100% complete
9642024-12-21T02:26:23.737ZPlanning: Package planning ... Done (0.098s)
9652024-12-21T02:26:23.792ZPlanning: Merging actions ... Done (0.055s)
9662024-12-21T02:26:24.152ZPlanning: Checking for conflicting actions ... Done (0.360s)
9672024-12-21T02:26:26.321ZPlanning: Consolidating action changes ... Done (2.169s)
9682024-12-21T02:26:26.772ZPlanning: Evaluating mediators ... Done (0.450s)
9692024-12-21T02:26:26.852ZPlanning: Planning completed in 15.00 seconds
9702024-12-21T02:26:26.870Z Packages to install: 4
9712024-12-21T02:26:26.871Z Packages to update: 1
9722024-12-21T02:26:26.873Z Mediators to change: 2
9732024-12-21T02:26:26.873Z Services to change: 1
9742024-12-21T02:26:26.873Z Estimated space available: 155.39 GB
9752024-12-21T02:26:26.873ZEstimated space to be consumed: 1.62 GB
9762024-12-21T02:26:26.873Z Create boot environment: No
9772024-12-21T02:26:26.873ZCreate backup boot environment: Yes
9782024-12-21T02:26:26.873Z Rebuild boot archive: No
9792024-12-21T02:26:26.873Z
9802024-12-21T02:26:26.873ZChanged mediators:
9812024-12-21T02:26:26.873Z mediator clang:
9822024-12-21T02:26:26.874Z version: None -> 15 (system default)
9832024-12-21T02:26:26.874Z
9842024-12-21T02:26:26.874Z mediator llvm:
9852024-12-21T02:26:26.874Z version: 14 (system default) -> 15 (system default)
9862024-12-21T02:26:26.874Z
9872024-12-21T02:26:26.874ZChanged packages:
9882024-12-21T02:26:26.874Zhelios-dev
9892024-12-21T02:26:26.874Z developer/build-essential
9902024-12-21T02:26:26.874Z None -> 11-2.0
9912024-12-21T02:26:26.874Z library/libxmlsec1
9922024-12-21T02:26:26.874Z None -> 1.2.35-2.0
9932024-12-21T02:26:26.874Z ooce/developer/clang-15
9942024-12-21T02:26:26.874Z None -> 15.0.7-2.0
9952024-12-21T02:26:26.874Z ooce/developer/llvm-15
9962024-12-21T02:26:26.874Z None -> 15.0.7-2.0
9972024-12-21T02:26:26.874Z package/pkg
9982024-12-21T02:26:26.874Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9992024-12-21T02:26:26.874Z
10002024-12-21T02:26:26.874ZServices:
10012024-12-21T02:26:26.875Z restart_fmri:
10022024-12-21T02:26:26.875Z svc:/system/update-man-index:default
10032024-12-21T02:26:26.875Z
10042024-12-21T02:26:26.875ZEditable files to change:
10052024-12-21T02:26:26.875Z Update:
10062024-12-21T02:26:26.875Z usr/share/lib/pkg/web/config.shtml
10072024-12-21T02:26:26.953Z
10082024-12-21T02:26:26.953ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10092024-12-21T02:26:33.206ZDownload: 213/4281 items 1.3/220.6MB 0% complete (517k/s)
10102024-12-21T02:26:38.212ZDownload: 869/4281 items 18.5/220.6MB 8% complete (1.8M/s)
10112024-12-21T02:26:51.346ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
10122024-12-21T02:26:56.410ZDownload: 1303/4281 items 116.3/220.6MB 52% complete (8.2M/s)
10132024-12-21T02:27:01.508ZDownload: 1449/4281 items 116.9/220.6MB 52% complete (3.8M/s)
10142024-12-21T02:27:06.552ZDownload: 1570/4281 items 117.3/220.6MB 53% complete (258k/s)
10152024-12-21T02:27:11.556ZDownload: 1745/4281 items 117.9/220.6MB 53% complete (96.4k/s)
10162024-12-21T02:27:16.558ZDownload: 1996/4281 items 118.4/220.6MB 53% complete (112k/s)
10172024-12-21T02:27:21.904ZDownload: 2216/4281 items 118.9/220.6MB 53% complete (122k/s)
10182024-12-21T02:27:26.905ZDownload: 2546/4281 items 120.4/220.6MB 54% complete (197k/s)
10192024-12-21T02:27:31.906ZDownload: 3102/4281 items 144.0/220.6MB 65% complete (2.4M/s)
10202024-12-21T02:27:41.764ZDownload: 3244/4281 items 203.1/220.6MB 92% complete (8.2M/s)
10212024-12-21T02:27:49.062ZDownload: 3247/4281 items 203.1/220.6MB 92% complete
10222024-12-21T02:27:54.072ZDownload: 3821/4281 items 217.0/220.6MB 98% complete (2.9M/s)
10232024-12-21T02:27:57.794ZDownload: Completed 220.60 MB in 90.83 seconds (2.4M/s)
10242024-12-21T02:27:59.859Z Actions: 1/5063 actions (Removing old actions)
10252024-12-21T02:27:59.881Z Actions: 194/5063 actions (Installing new actions)
10262024-12-21T02:28:04.536Z Actions: 4226/5063 actions (Updating modified actions)
10272024-12-21T02:28:04.856Z Actions: Completed 5063 actions in 5.00 seconds.
10282024-12-21T02:28:05.279Z Done (0.416s)
10292024-12-21T02:28:05.282Z Done (0.000s)
10302024-12-21T02:28:05.850Z Done (0.569s)
10312024-12-21T02:28:10.202Z Done (4.114s)
10322024-12-21T02:28:10.296Z Done (0.018s)
10332024-12-21T02:28:10.298Z Done (0.000s)
10342024-12-21T02:28:10.463Z Done (0.000s)
10352024-12-21T02:28:11.157ZPlanning: Evaluating mediator changes ... Done
10362024-12-21T02:28:11.317ZPlanning: Checking for conflicting actions ... Done
10372024-12-21T02:28:11.320ZPlanning: Consolidating action changes ... Done
10382024-12-21T02:28:11.588ZPlanning: Evaluating mediators ... Done
10392024-12-21T02:28:11.590ZPlanning: Planning completed in 0.43 seconds
10402024-12-21T02:28:11.628Z Mediators to change: 2
10412024-12-21T02:28:11.628Z Create boot environment: No
10422024-12-21T02:28:11.631ZCreate backup boot environment: No
10432024-12-21T02:28:11.716Z Done
10442024-12-21T02:28:11.716Z Done
10452024-12-21T02:28:12.075Z Done
10462024-12-21T02:28:15.707Z Done
10472024-12-21T02:28:15.797Z Done
10482024-12-21T02:28:15.800Z Done
10492024-12-21T02:28:15.926Z Done
10502024-12-21T02:28:16.538ZPlanning: Evaluating mediator changes ... Done
10512024-12-21T02:28:16.541ZPlanning: Merging actions ... Done
10522024-12-21T02:28:16.725ZPlanning: Checking for conflicting actions ... Done
10532024-12-21T02:28:16.728ZPlanning: Consolidating action changes ... Done
10542024-12-21T02:28:16.990ZPlanning: Evaluating mediators ... Done
10552024-12-21T02:28:17.045ZPlanning: Planning completed in 0.75 seconds
10562024-12-21T02:28:17.087Z Packages to change: 1
10572024-12-21T02:28:17.088Z Mediators to change: 1
10582024-12-21T02:28:17.090Z Services to change: 1
10592024-12-21T02:28:17.090Z Create boot environment: No
10602024-12-21T02:28:17.090ZCreate backup boot environment: Yes
10612024-12-21T02:28:19.284Z Actions: 1/6 actions (Updating modified actions)
10622024-12-21T02:28:19.287Z Actions: Completed 6 actions in 0.00 seconds.
10632024-12-21T02:28:19.287Z Done
10642024-12-21T02:28:19.287Z Done
10652024-12-21T02:28:19.401Z Done
10662024-12-21T02:28:23.017Z Done
10672024-12-21T02:28:23.112Z Done
10682024-12-21T02:28:23.115Z Done
10692024-12-21T02:28:23.259Z Done
10702024-12-21T02:28:23.692ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10712024-12-21T02:28:23.692Zclang system 15 system
10722024-12-21T02:28:23.692Zcsh system system illumos
10732024-12-21T02:28:23.692Zctags system system illumos
10742024-12-21T02:28:23.692Zgcc vendor 12 vendor
10752024-12-21T02:28:23.692Zgcc system 10 system
10762024-12-21T02:28:23.692Zgcc system 7 system
10772024-12-21T02:28:23.692Zgo system 1.20 system
10782024-12-21T02:28:23.692Zgo system 1.19 system
10792024-12-21T02:28:23.693Zllvm system 15 system
10802024-12-21T02:28:23.694Zllvm system 14 system
10812024-12-21T02:28:23.694Zmariadb system 10.6 system
10822024-12-21T02:28:23.694Zmta vendor vendor dma
10832024-12-21T02:28:23.694Zopenjdk system 17 system
10842024-12-21T02:28:23.694Zopenjdk system 11 system
10852024-12-21T02:28:23.694Zopenjdk system 1.8 system
10862024-12-21T02:28:23.694Zopenssl vendor 3 vendor
10872024-12-21T02:28:23.694Zperl system 5.36 system
10882024-12-21T02:28:23.694Zpostgresql system 15 system
10892024-12-21T02:28:23.694Zpostgresql system 13 system
10902024-12-21T02:28:23.694Zpython vendor 3 vendor
10912024-12-21T02:28:23.694Zpython system 2 system
10922024-12-21T02:28:23.694Zpython3 system 3.11 system
10932024-12-21T02:28:23.694Zruby system 3.0 system
10942024-12-21T02:28:23.694Zwords vendor vendor american-english
10952024-12-21T02:28:23.695Zwords system system australian-english
10962024-12-21T02:28:23.695Zwords system system british-english
10972024-12-21T02:28:23.695Zwords system system canadian-english
10982024-12-21T02:28:23.695Zwords system system french
10992024-12-21T02:28:23.695Zwords system system italian
11002024-12-21T02:28:23.695Zwords system system ngerman
11012024-12-21T02:28:23.695Zwords system system ogerman
11022024-12-21T02:28:23.695Zwords system system spanish
11032024-12-21T02:28:24.022ZPUBLISHER TYPE STATUS P LOCATION
11042024-12-21T02:28:24.022Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11052024-12-21T02:28:26.759ZFMRI IFO
11062024-12-21T02:28:26.759Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11072024-12-21T02:28:26.759Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11082024-12-21T02:28:26.759Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11092024-12-21T02:28:26.759Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11102024-12-21T02:28:26.759Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11112024-12-21T02:28:26.759Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11122024-12-21T02:28:26.759Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11132024-12-21T02:28:26.759Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11142024-12-21T02:28:26.759Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11152024-12-21T02:28:26.759Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11162024-12-21T02:28:26.759Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11172024-12-21T02:28:26.759Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11182024-12-21T02:28:26.759Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11192024-12-21T02:28:26.759Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11202024-12-21T02:28:26.759Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11212024-12-21T02:28:27.804Z Downloading crates ...
11222024-12-21T02:28:27.909Z Downloaded cargo_toml v0.20.5
11232024-12-21T02:28:28.046Z Compiling proc-macro2 v1.0.89
11242024-12-21T02:28:28.046Z Compiling unicode-ident v1.0.13
11252024-12-21T02:28:28.046Z Compiling version_check v0.9.5
11262024-12-21T02:28:28.046Z Compiling serde v1.0.215
11272024-12-21T02:28:28.049Z Compiling memchr v2.7.4
11282024-12-21T02:28:28.049Z Compiling thiserror v1.0.69
11292024-12-21T02:28:28.067Z Compiling libc v0.2.162
11302024-12-21T02:28:28.069Z Compiling itoa v1.0.11
11312024-12-21T02:28:28.301Z Compiling ucd-trie v0.1.7
11322024-12-21T02:28:28.316Z Compiling ryu v1.0.18
11332024-12-21T02:28:28.658Z Compiling once_cell v1.20.2
11342024-12-21T02:28:28.924Z Compiling byteorder v1.5.0
11352024-12-21T02:28:28.936Z Compiling serde_json v1.0.132
11362024-12-21T02:28:29.015Z Compiling rustix v0.38.37
11372024-12-21T02:28:29.247Z Compiling bitflags v2.6.0
11382024-12-21T02:28:29.355Z Compiling proc-macro-error-attr v1.0.4
11392024-12-21T02:28:29.615Z Compiling usdt-impl v0.5.0
11402024-12-21T02:28:29.670Z Compiling syn v1.0.109
11412024-12-21T02:28:29.732Z Compiling proc-macro-error v1.0.4
11422024-12-21T02:28:29.754Z Compiling camino v1.1.9
11432024-12-21T02:28:29.827Z Compiling quote v1.0.37
11442024-12-21T02:28:29.996Z Compiling plain v0.2.3
11452024-12-21T02:28:30.050Z Compiling hashbrown v0.15.1
11462024-12-21T02:28:30.146Z Compiling errno v0.3.9
11472024-12-21T02:28:30.272Z Compiling syn v2.0.87
11482024-12-21T02:28:30.410Z Compiling utf8parse v0.2.2
11492024-12-21T02:28:30.440Z Compiling equivalent v1.0.1
11502024-12-21T02:28:30.548Z Compiling log v0.4.22
11512024-12-21T02:28:30.562Z Compiling anstyle-parse v0.2.5
11522024-12-21T02:28:30.724Z Compiling thread-id v4.2.2
11532024-12-21T02:28:30.935Z Compiling semver v1.0.23
11542024-12-21T02:28:31.016Z Compiling anstyle v1.0.10
11552024-12-21T02:28:31.227Z Compiling indexmap v2.6.0
11562024-12-21T02:28:31.284Z Compiling winnow v0.6.20
11572024-12-21T02:28:31.454Z Compiling anstyle-query v1.1.1
11582024-12-21T02:28:31.469Z Compiling unicode-width v0.1.14
11592024-12-21T02:28:31.574Z Compiling is_terminal_polyfill v1.70.1
11602024-12-21T02:28:31.600Z Compiling autocfg v1.4.0
11612024-12-21T02:28:31.689Z Compiling colorchoice v1.0.2
11622024-12-21T02:28:31.852Z Compiling pretty-hex v0.4.1
11632024-12-21T02:28:31.986Z Compiling anstream v0.6.15
11642024-12-21T02:28:32.357Z Compiling anyhow v1.0.93
11652024-12-21T02:28:32.627Z Compiling terminal_size v0.4.0
11662024-12-21T02:28:32.742Z Compiling fs-err v2.11.0
11672024-12-21T02:28:32.742Z Compiling bytecount v0.6.8
11682024-12-21T02:28:32.962Z Compiling fnv v1.0.7
11692024-12-21T02:28:32.974Z Compiling strsim v0.11.1
11702024-12-21T02:28:33.002Z Compiling clap_lex v0.7.2
11712024-12-21T02:28:33.094Z Compiling fastrand v2.1.1
11722024-12-21T02:28:33.276Z Compiling heck v0.5.0
11732024-12-21T02:28:33.323Z Compiling cfg-if v1.0.0
11742024-12-21T02:28:33.575Z Compiling heck v0.4.1
11752024-12-21T02:28:33.686Z Compiling tempfile v3.13.0
11762024-12-21T02:28:33.814Z Compiling clap_builder v4.5.21
11772024-12-21T02:28:33.948Z Compiling papergrid v0.11.0
11782024-12-21T02:28:34.203Z Compiling memmap v0.7.0
11792024-12-21T02:28:34.469Z Compiling unicode-linebreak v0.1.5
11802024-12-21T02:28:34.543Z Compiling smawk v0.3.2
11812024-12-21T02:28:34.954Z Compiling textwrap v0.16.1
11822024-12-21T02:28:35.276Z Compiling swrite v0.1.0
11832024-12-21T02:28:36.250Z Compiling tabled_derive v0.7.0
11842024-12-21T02:28:37.805Z Compiling tabled v0.15.0
11852024-12-21T02:28:39.472Z Compiling serde_derive v1.0.215
11862024-12-21T02:28:39.472Z Compiling thiserror-impl v1.0.69
11872024-12-21T02:28:39.474Z Compiling zerocopy-derive v0.7.35
11882024-12-21T02:28:39.475Z Compiling scroll_derive v0.12.0
11892024-12-21T02:28:39.518Z Compiling clap_derive v4.5.18
11902024-12-21T02:28:40.752Z Compiling scroll v0.12.0
11912024-12-21T02:28:41.302Z Compiling goblin v0.8.2
11922024-12-21T02:28:41.447Z Compiling zerocopy v0.7.35
11932024-12-21T02:28:42.196Z Compiling pest v2.7.14
11942024-12-21T02:28:43.260Z Compiling clap v4.5.21
11952024-12-21T02:28:44.379Z Compiling pest_meta v2.7.14
11962024-12-21T02:28:45.220Z Compiling pest_generator v2.7.14
11972024-12-21T02:28:47.164Z Compiling pest_derive v2.7.14
11982024-12-21T02:28:47.865Z Compiling dtrace-parser v0.2.0
11992024-12-21T02:28:49.575Z Compiling serde_spanned v0.6.8
12002024-12-21T02:28:49.575Z Compiling toml_datetime v0.6.8
12012024-12-21T02:28:49.577Z Compiling cargo-platform v0.1.8
12022024-12-21T02:28:49.979Z Compiling serde_tokenstream v0.2.2
12032024-12-21T02:28:50.039Z Compiling toml_edit v0.22.22
12042024-12-21T02:28:50.127Z Compiling macaddr v1.0.1
12052024-12-21T02:28:50.189Z Compiling camino-tempfile v1.1.1
12062024-12-21T02:28:51.047Z Compiling dof v0.3.0
12072024-12-21T02:28:51.047Z Compiling cargo_metadata v0.18.1
12082024-12-21T02:28:52.891Z Compiling toml v0.8.19
12092024-12-21T02:28:52.979Z Compiling usdt-macro v0.5.0
12102024-12-21T02:28:52.979Z Compiling usdt-attr-macro v0.5.0
12112024-12-21T02:28:53.722Z Compiling cargo_toml v0.20.5
12122024-12-21T02:28:54.330Z Compiling usdt v0.5.0
12132024-12-21T02:28:57.301Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12142024-12-21T02:29:01.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.18s
12152024-12-21T02:29:01.528Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12162024-12-21T02:29:02.363Z Compiling serde v1.0.215
12172024-12-21T02:29:02.365Z Compiling lock_api v0.4.12
12182024-12-21T02:29:02.365Z Compiling scopeguard v1.2.0
12192024-12-21T02:29:02.365Z Compiling value-bag v1.9.0
12202024-12-21T02:29:02.365Z Compiling typenum v1.17.0
12212024-12-21T02:29:02.365Z Compiling generic-array v0.14.7
12222024-12-21T02:29:02.484Z Compiling syn v2.0.87
12232024-12-21T02:29:02.496Z Compiling getrandom v0.2.15
12242024-12-21T02:29:02.626Z Compiling subtle v2.6.1
12252024-12-21T02:29:02.870Z Compiling rand_core v0.6.4
12262024-12-21T02:29:02.912Z Compiling log v0.4.22
12272024-12-21T02:29:03.026Z Compiling shlex v1.3.0
12282024-12-21T02:29:03.044Z Compiling jobserver v0.1.32
12292024-12-21T02:29:03.058Z Compiling smallvec v1.13.2
12302024-12-21T02:29:03.388Z Compiling const-oid v0.9.6
12312024-12-21T02:29:03.406Z Compiling spin v0.9.8
12322024-12-21T02:29:03.458Z Compiling cc v1.1.30
12332024-12-21T02:29:03.502Z Compiling pin-project-lite v0.2.14
12342024-12-21T02:29:03.629Z Compiling rustix v0.38.37
12352024-12-21T02:29:03.804Z Compiling parking_lot_core v0.9.10
12362024-12-21T02:29:03.820Z Compiling futures-core v0.3.31
12372024-12-21T02:29:03.996Z Compiling signal-hook-registry v1.4.2
12382024-12-21T02:29:04.071Z Compiling mio v1.0.2
12392024-12-21T02:29:04.533Z Compiling aho-corasick v1.1.3
12402024-12-21T02:29:04.839Z Compiling parking_lot v0.12.3
12412024-12-21T02:29:04.928Z Compiling regex-syntax v0.8.5
12422024-12-21T02:29:05.180Z Compiling cpufeatures v0.2.14
12432024-12-21T02:29:05.245Z Compiling either v1.13.0
12442024-12-21T02:29:05.303Z Compiling lazy_static v1.5.0
12452024-12-21T02:29:05.348Z Compiling stable_deref_trait v1.2.0
12462024-12-21T02:29:05.422Z Compiling futures-sink v0.3.31
12472024-12-21T02:29:05.460Z Compiling glob v0.3.1
12482024-12-21T02:29:05.572Z Compiling socket2 v0.5.7
12492024-12-21T02:29:05.713Z Compiling slab v0.4.9
12502024-12-21T02:29:05.763Z Compiling prettyplease v0.2.25
12512024-12-21T02:29:06.105Z Compiling minimal-lexical v0.2.1
12522024-12-21T02:29:06.445Z Compiling libloading v0.8.5
12532024-12-21T02:29:06.464Z Compiling clang-sys v1.8.1
12542024-12-21T02:29:06.558Z Compiling nom v7.1.3
12552024-12-21T02:29:06.592Z Compiling home v0.5.9
12562024-12-21T02:29:06.854Z Compiling serde_json v1.0.132
12572024-12-21T02:29:06.872Z Compiling bindgen v0.69.5
12582024-12-21T02:29:07.180Z Compiling itertools v0.12.1
12592024-12-21T02:29:07.681Z Compiling futures-channel v0.3.31
12602024-12-21T02:29:07.784Z Compiling futures-io v0.3.31
12612024-12-21T02:29:08.083Z Compiling allocator-api2 v0.2.18
12622024-12-21T02:29:08.131Z Compiling lazycell v1.3.0
12632024-12-21T02:29:08.340Z Compiling pin-utils v0.1.0
12642024-12-21T02:29:08.448Z Compiling regex-automata v0.4.8
12652024-12-21T02:29:08.958Z Compiling foldhash v0.1.3
12662024-12-21T02:29:09.268Z Compiling rustc-hash v1.1.0
12672024-12-21T02:29:09.419Z Compiling futures-task v0.3.31
12682024-12-21T02:29:09.735Z Compiling hashbrown v0.15.1
12692024-12-21T02:29:10.270Z Compiling synstructure v0.13.1
12702024-12-21T02:29:10.296Z Compiling cexpr v0.6.0
12712024-12-21T02:29:11.087Z Compiling cmake v0.1.51
12722024-12-21T02:29:11.696Z Compiling dunce v1.0.5
12732024-12-21T02:29:11.829Z Compiling tinyvec_macros v0.1.1
12742024-12-21T02:29:11.925Z Compiling libm v0.2.8
12752024-12-21T02:29:12.008Z Compiling pkg-config v0.3.31
12762024-12-21T02:29:12.080Z Compiling fs_extra v1.3.0
12772024-12-21T02:29:12.116Z Compiling tinyvec v1.8.0
12782024-12-21T02:29:12.284Z Compiling num-traits v0.2.19
12792024-12-21T02:29:12.776Z Compiling ring v0.17.8
12802024-12-21T02:29:13.495Z Compiling litemap v0.7.3
12812024-12-21T02:29:13.569Z Compiling unicode-bidi v0.3.17
12822024-12-21T02:29:13.666Z Compiling unicode-normalization v0.1.24
12832024-12-21T02:29:13.910Z Compiling paste v1.0.15
12842024-12-21T02:29:13.954Z Compiling regex v1.11.1
12852024-12-21T02:29:14.063Z Compiling writeable v0.5.5
12862024-12-21T02:29:14.431Z Compiling base64ct v1.6.0
12872024-12-21T02:29:15.030Z Compiling pem-rfc7468 v0.7.0
12882024-12-21T02:29:15.049Z Compiling aws-lc-rs v1.10.0
12892024-12-21T02:29:15.072Z Compiling httparse v1.9.5
12902024-12-21T02:29:15.506Z Compiling flagset v0.4.6
12912024-12-21T02:29:15.764Z Compiling tracing-core v0.1.32
12922024-12-21T02:29:15.868Z Compiling rustls-pki-types v1.10.0
12932024-12-21T02:29:16.787Z Compiling icu_locid_transform_data v1.5.0
12942024-12-21T02:29:16.867Z Compiling percent-encoding v2.3.1
12952024-12-21T02:29:16.889Z Compiling crossbeam-utils v0.8.20
12962024-12-21T02:29:16.979Z Compiling serde_derive v1.0.215
12972024-12-21T02:29:17.122Z Compiling zeroize_derive v1.4.2
12982024-12-21T02:29:17.227Z Compiling zerocopy-derive v0.7.35
12992024-12-21T02:29:17.455Z Compiling tokio-macros v2.4.0
13002024-12-21T02:29:17.676Z Compiling zerofrom-derive v0.1.4
13012024-12-21T02:29:18.741Z Compiling zeroize v1.8.1
13022024-12-21T02:29:19.133Z Compiling thiserror-impl v1.0.69
13032024-12-21T02:29:19.322Z Compiling yoke-derive v0.7.4
13042024-12-21T02:29:19.580Z Compiling zerocopy v0.7.35
13052024-12-21T02:29:20.471Z Compiling crypto-common v0.1.6
13062024-12-21T02:29:20.552Z Compiling block-buffer v0.10.4
13072024-12-21T02:29:20.719Z Compiling futures-macro v0.3.31
13082024-12-21T02:29:20.834Z Compiling digest v0.10.7
13092024-12-21T02:29:21.165Z Compiling zerovec-derive v0.10.3
13102024-12-21T02:29:21.317Z Compiling hmac v0.12.1
13112024-12-21T02:29:21.393Z Compiling block-padding v0.3.3
13122024-12-21T02:29:21.570Z Compiling displaydoc v0.2.5
13132024-12-21T02:29:21.648Z Compiling inout v0.1.3
13142024-12-21T02:29:21.878Z Compiling zerofrom v0.1.4
13152024-12-21T02:29:21.922Z Compiling cipher v0.4.4
13162024-12-21T02:29:22.101Z Compiling sha2 v0.10.8
13172024-12-21T02:29:22.406Z Compiling yoke v0.7.4
13182024-12-21T02:29:22.467Z Compiling ppv-lite86 v0.2.20
13192024-12-21T02:29:22.591Z Compiling thiserror v1.0.69
13202024-12-21T02:29:22.698Z Compiling futures-util v0.3.31
13212024-12-21T02:29:22.731Z Compiling der_derive v0.7.3
13222024-12-21T02:29:22.788Z Compiling icu_provider_macros v1.5.0
13232024-12-21T02:29:23.287Z Compiling rand_chacha v0.3.1
13242024-12-21T02:29:23.310Z Compiling tracing-attributes v0.1.27
13252024-12-21T02:29:23.977Z Compiling zerovec v0.10.4
13262024-12-21T02:29:24.000Z Compiling rand v0.8.5
13272024-12-21T02:29:25.262Z Compiling der v0.7.9
13282024-12-21T02:29:25.698Z Compiling pest v2.7.14
13292024-12-21T02:29:25.737Z Compiling salsa20 v0.10.2
13302024-12-21T02:29:25.960Z Compiling tinystr v0.7.6
13312024-12-21T02:29:26.140Z Compiling icu_collections v1.5.0
13322024-12-21T02:29:26.297Z Compiling pbkdf2 v0.12.2
13332024-12-21T02:29:26.416Z Compiling icu_locid v1.5.0
13342024-12-21T02:29:26.521Z Compiling icu_properties_data v1.5.0
13352024-12-21T02:29:26.768Z Compiling vcpkg v0.2.15
13362024-12-21T02:29:27.165Z Compiling tracing v0.1.40
13372024-12-21T02:29:27.724Z Compiling icu_provider v1.5.0
13382024-12-21T02:29:27.797Z Compiling spki v0.7.3
13392024-12-21T02:29:28.107Z Compiling powerfmt v0.2.0
13402024-12-21T02:29:28.513Z Compiling icu_locid_transform v1.5.0
13412024-12-21T02:29:28.651Z Compiling time-core v0.1.2
13422024-12-21T02:29:28.790Z Compiling mirai-annotations v1.12.0
13432024-12-21T02:29:28.822Z Compiling num-conv v0.1.0
13442024-12-21T02:29:28.845Z Compiling untrusted v0.9.0
13452024-12-21T02:29:28.878Z Compiling untrusted v0.7.1
13462024-12-21T02:29:29.098Z Compiling deranged v0.3.11
13472024-12-21T02:29:29.110Z Compiling openssl-sys v0.9.103
13482024-12-21T02:29:29.110Z Compiling pest_meta v2.7.14
13492024-12-21T02:29:29.110Z Compiling time-macros v0.2.18
13502024-12-21T02:29:30.141Z Compiling icu_properties v1.5.1
13512024-12-21T02:29:30.376Z Compiling scrypt v0.11.0
13522024-12-21T02:29:30.944Z Compiling cbc v0.1.2
13532024-12-21T02:29:30.948Z Compiling aes v0.8.4
13542024-12-21T02:29:31.187Z Compiling bitflags v2.6.0
13552024-12-21T02:29:31.309Z Compiling bytes v1.8.0
13562024-12-21T02:29:32.421Z Compiling tokio v1.40.0
13572024-12-21T02:29:32.634Z Compiling indexmap v2.6.0
13582024-12-21T02:29:32.781Z Compiling http v1.1.0
13592024-12-21T02:29:33.887Z Compiling semver v1.0.23
13602024-12-21T02:29:34.158Z Compiling scroll_derive v0.12.0
13612024-12-21T02:29:34.287Z Compiling atomic-waker v1.1.2
13622024-12-21T02:29:34.489Z Compiling rustc_version v0.4.1
13632024-12-21T02:29:34.645Z Compiling num_threads v0.1.7
13642024-12-21T02:29:34.785Z Compiling icu_normalizer_data v1.5.0
13652024-12-21T02:29:34.801Z Compiling utf8_iter v1.0.4
13662024-12-21T02:29:34.893Z Compiling write16 v1.0.0
13672024-12-21T02:29:35.031Z Compiling utf16_iter v1.0.5
13682024-12-21T02:29:35.050Z Compiling time v0.3.36
13692024-12-21T02:29:35.067Z Compiling http-body v1.0.1
13702024-12-21T02:29:35.239Z Compiling icu_normalizer v1.5.0
13712024-12-21T02:29:35.286Z Compiling pkcs5 v0.7.1
13722024-12-21T02:29:35.305Z Compiling pest_generator v2.7.14
13732024-12-21T02:29:35.441Z Compiling form_urlencoded v1.2.1
13742024-12-21T02:29:35.625Z Compiling which v4.4.2
13752024-12-21T02:29:35.777Z Compiling scroll v0.12.0
13762024-12-21T02:29:36.358Z Compiling slog v2.7.0
13772024-12-21T02:29:36.566Z Compiling try-lock v0.2.5
13782024-12-21T02:29:36.715Z Compiling want v0.3.1
13792024-12-21T02:29:36.996Z Compiling goblin v0.8.2
13802024-12-21T02:29:37.056Z Compiling idna_adapter v1.2.0
13812024-12-21T02:29:37.088Z Compiling pkcs8 v0.10.2
13822024-12-21T02:29:37.228Z Compiling httpdate v1.0.3
13832024-12-21T02:29:37.234Z Compiling idna v1.0.3
13842024-12-21T02:29:37.386Z Compiling pest_derive v2.7.14
13852024-12-21T02:29:37.788Z Compiling serde_spanned v0.6.8
13862024-12-21T02:29:38.011Z Compiling serde_tokenstream v0.2.2
13872024-12-21T02:29:38.165Z Compiling dtrace-parser v0.2.0
13882024-12-21T02:29:38.571Z Compiling uuid v1.11.0
13892024-12-21T02:29:38.691Z Compiling toml_datetime v0.6.8
13902024-12-21T02:29:39.063Z Compiling match_cfg v0.1.0
13912024-12-21T02:29:39.161Z Compiling tower-service v0.3.3
13922024-12-21T02:29:39.215Z Compiling rustversion v1.0.17
13932024-12-21T02:29:39.291Z Compiling adler2 v2.0.0
13942024-12-21T02:29:39.507Z Compiling openssl v0.10.66
13952024-12-21T02:29:39.920Z Compiling iana-time-zone v0.1.61
13962024-12-21T02:29:39.940Z Compiling foreign-types-shared v0.1.1
13972024-12-21T02:29:40.043Z Compiling base64 v0.22.1
13982024-12-21T02:29:40.060Z Compiling foreign-types v0.3.2
13992024-12-21T02:29:40.152Z Compiling chrono v0.4.38
14002024-12-21T02:29:40.417Z Compiling miniz_oxide v0.8.0
14012024-12-21T02:29:40.419Z Compiling hostname v0.3.1
14022024-12-21T02:29:40.450Z Compiling url v2.5.3
14032024-12-21T02:29:40.802Z Compiling tokio-util v0.7.12
14042024-12-21T02:29:41.957Z Compiling h2 v0.4.6
14052024-12-21T02:29:42.099Z Compiling async-trait v0.1.83
14062024-12-21T02:29:42.272Z Compiling openssl-macros v0.1.1
14072024-12-21T02:29:42.481Z Compiling dirs-sys-next v0.1.2
14082024-12-21T02:29:43.056Z Compiling dof v0.3.0
14092024-12-21T02:29:43.487Z Compiling syn v1.0.109
14102024-12-21T02:29:43.780Z Compiling rustls v0.23.19
14112024-12-21T02:29:43.929Z Compiling usdt-impl v0.5.0
14122024-12-21T02:29:44.037Z Compiling siphasher v0.3.11
14132024-12-21T02:29:44.446Z Compiling data-encoding v2.6.0
14142024-12-21T02:29:44.922Z Compiling native-tls v0.2.12
14152024-12-21T02:29:45.256Z Compiling rustls v0.22.4
14162024-12-21T02:29:45.517Z Compiling dirs-next v2.0.0
14172024-12-21T02:29:45.723Z Compiling heapless v0.7.17
14182024-12-21T02:29:46.168Z Compiling http-body-util v0.1.2
14192024-12-21T02:29:46.693Z Compiling crossbeam-epoch v0.9.18
14202024-12-21T02:29:46.835Z Compiling sha1 v0.10.6
14212024-12-21T02:29:47.019Z Compiling signature v2.2.0
14222024-12-21T02:29:47.283Z Compiling bzip2-sys v0.1.11+1.0.8
14232024-12-21T02:29:47.313Z Compiling serde_derive_internals v0.29.1
14242024-12-21T02:29:47.406Z Compiling thread_local v1.1.8
14252024-12-21T02:29:47.462Z Compiling encoding_rs v0.8.34
14262024-12-21T02:29:47.777Z Compiling cookie v0.18.1
14272024-12-21T02:29:47.933Z Compiling multer v3.1.0
14282024-12-21T02:29:48.056Z Compiling mime v0.3.17
14292024-12-21T02:29:48.136Z Compiling gimli v0.31.1
14302024-12-21T02:29:48.260Z Compiling rayon-core v1.12.1
14312024-12-21T02:29:48.546Z Compiling openssl-probe v0.1.5
14322024-12-21T02:29:48.652Z Compiling schemars v0.8.21
14332024-12-21T02:29:48.912Z Compiling hyper v1.5.0
14342024-12-21T02:29:48.988Z Compiling slog-async v2.8.0
14352024-12-21T02:29:49.535Z Compiling ipnet v2.10.1
14362024-12-21T02:29:50.092Z Compiling signal-hook v0.3.17
14372024-12-21T02:29:50.375Z Compiling unicode-properties v0.1.3
14382024-12-21T02:29:50.788Z Compiling stringprep v0.1.5
14392024-12-21T02:29:50.854Z Compiling schemars_derive v0.8.21
14402024-12-21T02:29:52.007Z Compiling hyper-util v0.1.10
14412024-12-21T02:29:52.738Z Compiling toml_edit v0.22.22
14422024-12-21T02:29:52.774Z Compiling addr2line v0.24.2
14432024-12-21T02:29:53.509Z Compiling usdt-macro v0.5.0
14442024-12-21T02:29:53.566Z Compiling usdt-attr-macro v0.5.0
14452024-12-21T02:29:54.199Z Compiling crossbeam-deque v0.8.5
14462024-12-21T02:29:54.368Z Compiling term v0.7.0
14472024-12-21T02:29:54.894Z Compiling slog-json v2.6.1
14482024-12-21T02:29:54.946Z Compiling serde_urlencoded v0.7.1
14492024-12-21T02:29:55.155Z Compiling curve25519-dalek v4.1.3
14502024-12-21T02:29:55.195Z Compiling crossbeam-channel v0.5.13
14512024-12-21T02:29:55.261Z Compiling enum-as-inner v0.6.1
14522024-12-21T02:29:55.473Z Compiling futures-executor v0.3.31
14532024-12-21T02:29:55.773Z Compiling md-5 v0.10.6
14542024-12-21T02:29:55.891Z Compiling async-stream-impl v0.3.6
14552024-12-21T02:29:56.024Z Compiling num-integer v0.1.46
14562024-12-21T02:29:56.071Z Compiling rustls-pemfile v2.2.0
14572024-12-21T02:29:56.282Z Compiling idna v0.3.0
14582024-12-21T02:29:56.374Z Compiling idna v0.4.0
14592024-12-21T02:29:56.413Z Compiling hash32 v0.2.1
14602024-12-21T02:29:56.800Z Compiling ff v0.13.0
14612024-12-21T02:29:56.819Z Compiling is-terminal v0.4.13
14622024-12-21T02:29:56.948Z Compiling dropshot v0.12.0
14632024-12-21T02:29:57.029Z Compiling object v0.36.5
14642024-12-21T02:29:57.237Z Compiling smoltcp v0.9.1
14652024-12-21T02:29:57.282Z Compiling base16ct v0.2.0
14662024-12-21T02:29:57.614Z Compiling fallible-iterator v0.2.0
14672024-12-21T02:29:57.975Z Compiling linked-hash-map v0.5.6
14682024-12-21T02:29:57.988Z Compiling num-bigint-dig v0.8.4
14692024-12-21T02:29:58.089Z Compiling take_mut v0.2.2
14702024-12-21T02:29:58.290Z Compiling psl-types v2.0.11
14712024-12-21T02:29:58.315Z Compiling rustc-demangle v0.1.24
14722024-12-21T02:29:58.355Z Compiling dyn-clone v1.0.17
14732024-12-21T02:29:58.384Z Compiling portable-atomic v1.9.0
14742024-12-21T02:29:58.489Z Compiling anyhow v1.0.93
14752024-12-21T02:29:58.599Z Compiling utf-8 v0.7.6
14762024-12-21T02:29:58.930Z Compiling quick-error v1.2.3
14772024-12-21T02:29:59.091Z Compiling resolv-conf v0.7.0
14782024-12-21T02:29:59.313Z Compiling tungstenite v0.24.0
14792024-12-21T02:29:59.515Z Compiling publicsuffix v2.2.3
14802024-12-21T02:29:59.795Z Compiling postgres-protocol v0.6.7
14812024-12-21T02:29:59.908Z Compiling lru-cache v0.1.2
14822024-12-21T02:30:01.166Z Compiling sec1 v0.7.3
14832024-12-21T02:30:01.400Z Compiling async-stream v0.3.6
14842024-12-21T02:30:01.443Z Compiling hickory-proto v0.24.1
14852024-12-21T02:30:01.519Z Compiling group v0.13.0
14862024-12-21T02:30:01.723Z Compiling usdt v0.5.0
14872024-12-21T02:30:01.787Z Compiling slog-term v2.9.1
14882024-12-21T02:30:02.250Z Compiling num-iter v0.1.45
14892024-12-21T02:30:02.453Z Compiling toml v0.8.19
14902024-12-21T02:30:03.027Z Compiling futures v0.3.31
14912024-12-21T02:30:03.151Z Compiling slog-bunyan v2.5.0
14922024-12-21T02:30:03.518Z Compiling camino v1.1.9
14932024-12-21T02:30:04.399Z Compiling tokio-native-tls v0.3.1
14942024-12-21T02:30:04.525Z Compiling backtrace v0.3.74
14952024-12-21T02:30:05.193Z Compiling phf_shared v0.11.2
14962024-12-21T02:30:05.270Z Compiling dropshot_endpoint v0.12.0
14972024-12-21T02:30:05.394Z Compiling terminal_size v0.4.0
14982024-12-21T02:30:05.674Z Compiling waitgroup v0.1.2
14992024-12-21T02:30:05.808Z Compiling openapiv3 v2.0.0
15002024-12-21T02:30:05.808Z Compiling serde_path_to_error v0.1.16
15012024-12-21T02:30:05.937Z Compiling hkdf v0.12.4
15022024-12-21T02:30:06.160Z Compiling crypto-bigint v0.5.5
15032024-12-21T02:30:06.597Z Compiling curve25519-dalek-derive v0.1.1
15042024-12-21T02:30:10.415Z Compiling zerocopy-derive v0.6.6
15052024-12-21T02:30:10.470Z Compiling webpki-roots v0.26.6
15062024-12-21T02:30:10.470Z Compiling idna v0.5.0
15072024-12-21T02:30:10.470Z Compiling hubpack_derive v0.1.1
15082024-12-21T02:30:10.470Z Compiling hostname v0.4.0
15092024-12-21T02:30:10.470Z Compiling ahash v0.8.11
15102024-12-21T02:30:10.470Z Compiling fs-err v2.11.0
15112024-12-21T02:30:10.470Z Compiling crc32fast v1.4.2
15122024-12-21T02:30:10.470Z Compiling managed v0.8.0
15132024-12-21T02:30:10.470Z Compiling debug-ignore v1.0.5
15142024-12-21T02:30:10.470Z Compiling winnow v0.5.40
15152024-12-21T02:30:10.523Z Compiling bitflags v1.3.2
15162024-12-21T02:30:10.529Z Compiling clap_builder v4.5.21
15172024-12-21T02:30:10.536Z Compiling console v0.15.8
15182024-12-21T02:30:10.553Z Compiling zerocopy v0.6.6
15192024-12-21T02:30:11.554Z Compiling strum_macros v0.25.3
15202024-12-21T02:30:12.131Z Compiling flate2 v1.0.34
15212024-12-21T02:30:12.170Z Compiling hubpack v0.1.2
15222024-12-21T02:30:12.257Z Compiling cookie_store v0.21.0
15232024-12-21T02:30:12.612Z Compiling elliptic-curve v0.13.8
15242024-12-21T02:30:13.124Z Compiling hickory-resolver v0.24.1
15252024-12-21T02:30:13.513Z Compiling phf v0.11.2
15262024-12-21T02:30:13.935Z Compiling toml_edit v0.19.15
15272024-12-21T02:30:14.288Z Compiling signal-hook-mio v0.2.4
15282024-12-21T02:30:14.462Z Compiling hyper-tls v0.6.0
15292024-12-21T02:30:14.690Z Compiling rayon v1.10.0
15302024-12-21T02:30:14.903Z Compiling bzip2 v0.4.4
15312024-12-21T02:30:15.845Z Compiling postgres-types v0.2.8
15322024-12-21T02:30:17.393Z Compiling tokio-tungstenite v0.24.0
15332024-12-21T02:30:19.380Z Compiling ed25519 v2.2.3
15342024-12-21T02:30:19.618Z Compiling phf_shared v0.10.0
15352024-12-21T02:30:20.047Z Compiling tokio-stream v0.1.16
15362024-12-21T02:30:20.084Z Compiling pkcs1 v0.7.5
15372024-12-21T02:30:20.137Z Compiling serde-big-array v0.5.1
15382024-12-21T02:30:20.378Z Compiling clap_derive v4.5.18
15392024-12-21T02:30:21.052Z Compiling rfc6979 v0.4.0
15402024-12-21T02:30:21.090Z Compiling serde_repr v0.1.19
15412024-12-21T02:30:21.144Z Compiling derive-where v1.2.7
15422024-12-21T02:30:21.242Z Compiling float-cmp v0.9.0
15432024-12-21T02:30:21.261Z Compiling bstr v1.10.0
15442024-12-21T02:30:21.467Z Compiling sync_wrapper v1.0.1
15452024-12-21T02:30:21.626Z Compiling bit-vec v0.6.3
15462024-12-21T02:30:22.133Z Compiling difflib v0.4.0
15472024-12-21T02:30:22.151Z Compiling unicode-segmentation v1.12.0
15482024-12-21T02:30:22.281Z Compiling predicates-core v1.0.8
15492024-12-21T02:30:22.650Z Compiling number_prefix v0.4.0
15502024-12-21T02:30:22.889Z Compiling fixedbitset v0.4.2
15512024-12-21T02:30:23.078Z Compiling static_assertions v1.1.0
15522024-12-21T02:30:23.091Z Compiling new_debug_unreachable v1.0.6
15532024-12-21T02:30:23.171Z Compiling whoami v1.5.2
15542024-12-21T02:30:23.187Z Compiling precomputed-hash v0.1.1
15552024-12-21T02:30:23.312Z Compiling unicode-width v0.2.0
15562024-12-21T02:30:23.373Z Compiling normalize-line-endings v0.3.0
15572024-12-21T02:30:23.508Z Compiling tokio-postgres v0.7.12
15582024-12-21T02:30:23.832Z Compiling indicatif v0.17.9
15592024-12-21T02:30:23.879Z Compiling predicates v3.1.2
15602024-12-21T02:30:23.889Z Compiling string_cache v0.8.7
15612024-12-21T02:30:24.343Z Compiling petgraph v0.6.5
15622024-12-21T02:30:24.772Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15632024-12-21T02:30:25.576Z Compiling clap v4.5.21
15642024-12-21T02:30:25.605Z Compiling similar v2.6.0
15652024-12-21T02:30:25.725Z Compiling bit-set v0.5.3
15662024-12-21T02:30:26.002Z Compiling ecdsa v0.16.9
15672024-12-21T02:30:26.071Z Compiling rsa v0.9.6
15682024-12-21T02:30:26.901Z Compiling ed25519-dalek v2.1.1
15692024-12-21T02:30:28.146Z Compiling toml v0.7.8
15702024-12-21T02:30:28.262Z Compiling zip v0.6.6
15712024-12-21T02:30:28.564Z Compiling crossterm v0.28.1
15722024-12-21T02:30:32.747Z Compiling hex v0.4.3
15732024-12-21T02:30:33.001Z Compiling x509-cert v0.2.5
15742024-12-21T02:30:33.001Z Compiling itertools v0.10.5
15752024-12-21T02:30:33.001Z Compiling unicode-xid v0.2.6
15762024-12-21T02:30:33.001Z Compiling lalrpop-util v0.19.12
15772024-12-21T02:30:33.001Z Compiling peg-runtime v0.8.3
15782024-12-21T02:30:33.066Z Compiling strum_macros v0.26.4
15792024-12-21T02:30:33.066Z Compiling xattr v1.3.1
15802024-12-21T02:30:33.066Z Compiling filetime v0.2.25
15812024-12-21T02:30:33.066Z Compiling tar v0.4.42
15822024-12-21T02:30:36.150Z Compiling strum v0.26.3
15832024-12-21T02:30:38.824Z Compiling aws-lc-sys v0.22.0
15842024-12-21T02:31:06.692Z Compiling rustls-webpki v0.102.8
15852024-12-21T02:31:10.130Z Compiling tokio-rustls v0.25.0
15862024-12-21T02:31:11.763Z Compiling tokio-rustls v0.26.0
15872024-12-21T02:31:12.238Z Compiling hyper-rustls v0.27.3
15882024-12-21T02:31:12.552Z Compiling reqwest v0.12.9
15892024-12-21T02:31:13.687Z Compiling qorb v0.2.1
15902024-12-21T02:31:18.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15912024-12-21T02:31:18.775Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15922024-12-21T02:31:24.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
15932024-12-21T02:31:24.731Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15942024-12-21T02:31:24.775ZDec 21 02:31:24.434 INFO Starting download, target: DendriteStub
15952024-12-21T02:31:24.775ZDec 21 02:31:24.434 INFO Starting download, target: Clickhouse
15962024-12-21T02:31:24.775ZDec 21 02:31:24.434 INFO Starting download, target: Cockroach
15972024-12-21T02:31:24.775ZDec 21 02:31:24.434 INFO Starting download, target: MaghemiteMgd
15982024-12-21T02:31:24.778ZDec 21 02:31:24.434 INFO Starting download, target: DendriteOpenapi
15992024-12-21T02:31:24.778ZDec 21 02:31:24.434 INFO Starting download, target: Console
16002024-12-21T02:31:24.778ZDec 21 02:31:24.434 INFO Starting download, target: TransceiverControl
16012024-12-21T02:31:24.778ZDec 21 02:31:24.435 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16022024-12-21T02:31:24.778ZDec 21 02:31:24.435 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16032024-12-21T02:31:24.779ZDec 21 02:31:24.435 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16042024-12-21T02:31:24.779ZDec 21 02:31:24.435 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16052024-12-21T02:31:24.779ZDec 21 02:31:24.435 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16062024-12-21T02:31:24.779ZDec 21 02:31:24.435 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16072024-12-21T02:31:24.779ZDec 21 02:31:24.435 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16082024-12-21T02:31:24.975ZDec 21 02:31:24.622 INFO Download complete, target: DendriteOpenapi
16092024-12-21T02:31:25.199ZDec 21 02:31:24.783 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16102024-12-21T02:31:25.350ZDec 21 02:31:24.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16112024-12-21T02:31:25.580ZDec 21 02:31:25.238 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16122024-12-21T02:31:25.651ZDec 21 02:31:25.307 INFO Download complete, target: Console
16132024-12-21T02:31:25.774ZDec 21 02:31:25.429 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16142024-12-21T02:31:25.833ZDec 21 02:31:25.490 INFO Download complete, target: TransceiverControl
16152024-12-21T02:31:26.313ZDec 21 02:31:25.972 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16162024-12-21T02:31:26.313ZDec 21 02:31:25.972 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16172024-12-21T02:31:26.675ZDec 21 02:31:26.334 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16182024-12-21T02:31:28.426ZDec 21 02:31:28.085 INFO Download complete, target: DendriteStub
16192024-12-21T02:31:28.671ZDec 21 02:31:28.329 INFO Download complete, target: MaghemiteMgd
16202024-12-21T02:31:33.955ZDec 21 02:31:33.612 INFO Checking that binary works, target: Cockroach
16212024-12-21T02:31:34.117ZDec 21 02:31:33.774 INFO Download complete, target: Cockroach
16222024-12-21T02:31:39.255ZDec 21 02:31:38.912 INFO Checking that binary works, target: Clickhouse
16232024-12-21T02:31:39.367ZDec 21 02:31:39.023 INFO Download complete, target: Clickhouse
16242024-12-21T02:31:39.373ZAll prerequisites installed successfully
16252024-12-21T02:31:39.376Z
16262024-12-21T02:31:39.376Zreal 5:42.359186351
16272024-12-21T02:31:39.376Zuser 16:32.493123435
16282024-12-21T02:31:39.376Zsys 3:11.420129378
16292024-12-21T02:31:39.376Ztrap 0.514297270
16302024-12-21T02:31:39.376Ztflt 1.632955200
16312024-12-21T02:31:39.376Zdflt 2.217077755
16322024-12-21T02:31:39.376Zkflt 0.026846389
16332024-12-21T02:31:39.376Zlock 32:18.231298889
16342024-12-21T02:31:39.376Zslp 1:03:52.142872748
16352024-12-21T02:31:39.376Zlat 54.280635915
16362024-12-21T02:31:39.376Zstop 2:05.432918729
16372024-12-21T02:31:39.377Z+ source ./tools/include/force-git-over-https.sh
16382024-12-21T02:31:39.377Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16392024-12-21T02:31:39.377Z++ (( i = 0 ))
16402024-12-21T02:31:39.377Z++ (( i < 5 ))
16412024-12-21T02:31:39.377Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16422024-12-21T02:31:39.380Z++ (( i++ ))
16432024-12-21T02:31:39.380Z++ (( i < 5 ))
16442024-12-21T02:31:39.380Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16452024-12-21T02:31:39.383Z++ (( i++ ))
16462024-12-21T02:31:39.383Z++ (( i < 5 ))
16472024-12-21T02:31:39.383Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16482024-12-21T02:31:39.385Z++ (( i++ ))
16492024-12-21T02:31:39.385Z++ (( i < 5 ))
16502024-12-21T02:31:39.386Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16512024-12-21T02:31:39.388Z++ (( i++ ))
16522024-12-21T02:31:39.388Z++ (( i < 5 ))
16532024-12-21T02:31:39.388Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16542024-12-21T02:31:39.391Z++ (( i++ ))
16552024-12-21T02:31:39.391Z++ (( i < 5 ))
16562024-12-21T02:31:39.391Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16572024-12-21T02:31:39.391Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16582024-12-21T02:31:39.391Z+ rc=0
16592024-12-21T02:31:39.391Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16602024-12-21T02:32:10.774Z+ case $rc in
16612024-12-21T02:32:10.774Z+ pfexec zfs create -p rpool/images/build/host
16622024-12-21T02:32:11.018Z+ pfexec zfs create -p rpool/images/build/recovery
16632024-12-21T02:32:11.097Z+ cargo xtask releng --output-dir /work
16642024-12-21T02:32:11.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16652024-12-21T02:32:11.633Z Running `target/debug/xtask releng --output-dir /work`
16662024-12-21T02:32:12.543Z Compiling proc-macro2 v1.0.89
16672024-12-21T02:32:12.543Z Compiling unicode-ident v1.0.13
16682024-12-21T02:32:12.546Z Compiling libc v0.2.162
16692024-12-21T02:32:12.546Z Compiling serde v1.0.215
16702024-12-21T02:32:12.546Z Compiling autocfg v1.4.0
16712024-12-21T02:32:12.547Z Compiling version_check v0.9.5
16722024-12-21T02:32:12.547Z Compiling cfg-if v1.0.0
16732024-12-21T02:32:12.784Z Compiling memchr v2.7.4
16742024-12-21T02:32:12.824Z Compiling typenum v1.17.0
16752024-12-21T02:32:12.828Z Compiling shlex v1.3.0
16762024-12-21T02:32:13.449Z Compiling value-bag v1.9.0
16772024-12-21T02:32:13.518Z Compiling generic-array v0.14.7
16782024-12-21T02:32:13.630Z Compiling lock_api v0.4.12
16792024-12-21T02:32:13.727Z Compiling scopeguard v1.2.0
16802024-12-21T02:32:13.795Z Compiling parking_lot_core v0.9.10
16812024-12-21T02:32:13.906Z Compiling log v0.4.22
16822024-12-21T02:32:14.186Z Compiling rustix v0.38.37
16832024-12-21T02:32:14.199Z Compiling serde_json v1.0.132
16842024-12-21T02:32:14.521Z Compiling quote v1.0.37
16852024-12-21T02:32:14.614Z Compiling libm v0.2.8
16862024-12-21T02:32:14.726Z Compiling num-traits v0.2.19
16872024-12-21T02:32:14.861Z Compiling jobserver v0.1.32
16882024-12-21T02:32:14.954Z Compiling syn v2.0.87
16892024-12-21T02:32:15.000Z Compiling getrandom v0.2.15
16902024-12-21T02:32:15.184Z Compiling once_cell v1.20.2
16912024-12-21T02:32:15.225Z Compiling cc v1.1.30
16922024-12-21T02:32:15.323Z Compiling thiserror v1.0.69
16932024-12-21T02:32:15.345Z Compiling spin v0.9.8
16942024-12-21T02:32:15.514Z Compiling itoa v1.0.11
16952024-12-21T02:32:15.593Z Compiling aho-corasick v1.1.3
16962024-12-21T02:32:15.801Z Compiling regex-syntax v0.8.5
16972024-12-21T02:32:15.802Z Compiling slab v0.4.9
16982024-12-21T02:32:16.018Z Compiling errno v0.3.9
16992024-12-21T02:32:16.530Z Compiling byteorder v1.5.0
17002024-12-21T02:32:16.797Z Compiling either v1.13.0
17012024-12-21T02:32:17.105Z Compiling lazy_static v1.5.0
17022024-12-21T02:32:17.253Z Compiling rand_core v0.6.4
17032024-12-21T02:32:17.413Z Compiling glob v0.3.1
17042024-12-21T02:32:17.652Z Compiling prettyplease v0.2.25
17052024-12-21T02:32:17.702Z Compiling subtle v2.6.1
17062024-12-21T02:32:18.028Z Compiling minimal-lexical v0.2.1
17072024-12-21T02:32:18.265Z Compiling clang-sys v1.8.1
17082024-12-21T02:32:18.319Z Compiling libloading v0.8.5
17092024-12-21T02:32:18.507Z Compiling nom v7.1.3
17102024-12-21T02:32:18.696Z Compiling home v0.5.9
17112024-12-21T02:32:18.857Z Compiling bindgen v0.69.5
17122024-12-21T02:32:19.383Z Compiling itertools v0.12.1
17132024-12-21T02:32:19.522Z Compiling regex-automata v0.4.8
17142024-12-21T02:32:20.622Z Compiling rustc-hash v1.1.0
17152024-12-21T02:32:20.870Z Compiling lazycell v1.3.0
17162024-12-21T02:32:21.173Z Compiling cmake v0.1.51
17172024-12-21T02:32:21.577Z Compiling dunce v1.0.5
17182024-12-21T02:32:21.776Z Compiling pkg-config v0.3.31
17192024-12-21T02:32:22.038Z Compiling cexpr v0.6.0
17202024-12-21T02:32:22.067Z Compiling fs_extra v1.3.0
17212024-12-21T02:32:22.365Z Compiling semver v1.0.23
17222024-12-21T02:32:22.650Z Compiling smallvec v1.13.2
17232024-12-21T02:32:22.692Z Compiling ring v0.17.8
17242024-12-21T02:32:22.906Z Compiling synstructure v0.13.1
17252024-12-21T02:32:23.580Z Compiling heck v0.5.0
17262024-12-21T02:32:23.712Z Compiling paste v1.0.15
17272024-12-21T02:32:23.851Z Compiling ryu v1.0.18
17282024-12-21T02:32:24.028Z Compiling aws-lc-rs v1.10.0
17292024-12-21T02:32:24.234Z Compiling httparse v1.9.5
17302024-12-21T02:32:24.424Z Compiling const-oid v0.9.6
17312024-12-21T02:32:24.982Z Compiling pin-project-lite v0.2.14
17322024-12-21T02:32:25.130Z Compiling allocator-api2 v0.2.18
17332024-12-21T02:32:25.776Z Compiling regex v1.11.1
17342024-12-21T02:32:26.109Z Compiling futures-core v0.3.31
17352024-12-21T02:32:26.511Z Compiling signal-hook-registry v1.4.2
17362024-12-21T02:32:27.128Z Compiling num-conv v0.1.0
17372024-12-21T02:32:27.276Z Compiling time-core v0.1.2
17382024-12-21T02:32:27.450Z Compiling crossbeam-utils v0.8.20
17392024-12-21T02:32:27.494Z Compiling parking_lot v0.12.3
17402024-12-21T02:32:27.525Z Compiling time-macros v0.2.18
17412024-12-21T02:32:28.051Z Compiling mio v1.0.2
17422024-12-21T02:32:28.191Z Compiling vcpkg v0.2.15
17432024-12-21T02:32:28.696Z Compiling serde_derive v1.0.215
17442024-12-21T02:32:28.806Z Compiling zeroize_derive v1.4.2
17452024-12-21T02:32:29.654Z Compiling zerocopy-derive v0.7.35
17462024-12-21T02:32:29.977Z Compiling tokio-macros v2.4.0
17472024-12-21T02:32:30.039Z Compiling thiserror-impl v1.0.69
17482024-12-21T02:32:30.042Z Compiling zerofrom-derive v0.1.4
17492024-12-21T02:32:30.438Z Compiling zeroize v1.8.1
17502024-12-21T02:32:31.058Z Compiling yoke-derive v0.7.4
17512024-12-21T02:32:31.217Z Compiling futures-macro v0.3.31
17522024-12-21T02:32:31.298Z Compiling zerovec-derive v0.10.3
17532024-12-21T02:32:31.859Z Compiling displaydoc v0.2.5
17542024-12-21T02:32:32.926Z Compiling zerocopy v0.7.35
17552024-12-21T02:32:33.607Z Compiling crypto-common v0.1.6
17562024-12-21T02:32:33.610Z Compiling icu_provider_macros v1.5.0
17572024-12-21T02:32:33.840Z Compiling tracing-attributes v0.1.27
17582024-12-21T02:32:33.970Z Compiling block-buffer v0.10.4
17592024-12-21T02:32:34.129Z Compiling der_derive v0.7.3
17602024-12-21T02:32:34.261Z Compiling digest v0.10.7
17612024-12-21T02:32:34.602Z Compiling openssl-sys v0.9.103
17622024-12-21T02:32:34.832Z Compiling schemars v0.8.21
17632024-12-21T02:32:35.167Z Compiling fnv v1.0.7
17642024-12-21T02:32:35.685Z Compiling serde_derive_internals v0.29.1
17652024-12-21T02:32:36.381Z Compiling socket2 v0.5.7
17662024-12-21T02:32:36.677Z Compiling ahash v0.8.11
17672024-12-21T02:32:38.210Z Compiling equivalent v1.0.1
17682024-12-21T02:32:38.272Z Compiling schemars_derive v0.8.21
17692024-12-21T02:32:38.376Z Compiling foldhash v0.1.3
17702024-12-21T02:32:38.474Z Compiling cpufeatures v0.2.14
17712024-12-21T02:32:38.629Z Compiling futures-sink v0.3.31
17722024-12-21T02:32:38.705Z Compiling hashbrown v0.15.1
17732024-12-21T02:32:39.053Z Compiling stable_deref_trait v1.2.0
17742024-12-21T02:32:39.462Z Compiling slog v2.7.0
17752024-12-21T02:32:40.174Z Compiling futures-channel v0.3.31
17762024-12-21T02:32:40.475Z Compiling zerofrom v0.1.4
17772024-12-21T02:32:40.726Z Compiling scroll_derive v0.12.0
17782024-12-21T02:32:40.758Z Compiling openssl v0.10.66
17792024-12-21T02:32:40.821Z Compiling futures-task v0.3.31
17802024-12-21T02:32:40.881Z Compiling futures-io v0.3.31
17812024-12-21T02:32:41.278Z Compiling ucd-trie v0.1.7
17822024-12-21T02:32:41.300Z Compiling pin-utils v0.1.0
17832024-12-21T02:32:41.327Z Compiling yoke v0.7.4
17842024-12-21T02:32:41.508Z Compiling futures-util v0.3.31
17852024-12-21T02:32:41.636Z Compiling pest v2.7.14
17862024-12-21T02:32:41.824Z Compiling hmac v0.12.1
17872024-12-21T02:32:42.267Z Compiling tinyvec_macros v0.1.1
17882024-12-21T02:32:42.270Z Compiling zerovec v0.10.4
17892024-12-21T02:32:42.397Z Compiling tinyvec v1.8.0
17902024-12-21T02:32:43.739Z Compiling bitflags v2.6.0
17912024-12-21T02:32:44.375Z Compiling bytes v1.8.0
17922024-12-21T02:32:45.646Z Compiling tokio v1.40.0
17932024-12-21T02:32:46.500Z Compiling indexmap v2.6.0
17942024-12-21T02:32:46.570Z Compiling serde_tokenstream v0.2.2
17952024-12-21T02:32:48.280Z Compiling http v1.1.0
17962024-12-21T02:32:49.178Z Compiling which v4.4.2
17972024-12-21T02:32:49.844Z Compiling rustc_version v0.4.1
17982024-12-21T02:32:50.176Z Compiling pest_meta v2.7.14
17992024-12-21T02:32:50.649Z Compiling uuid v1.11.0
18002024-12-21T02:32:50.827Z Compiling block-padding v0.3.3
18012024-12-21T02:32:51.158Z Compiling openssl-macros v0.1.1
18022024-12-21T02:32:51.682Z Compiling rustls v0.23.19
18032024-12-21T02:32:51.993Z Compiling native-tls v0.2.12
18042024-12-21T02:32:52.207Z Compiling iana-time-zone v0.1.61
18052024-12-21T02:32:52.357Z Compiling pest_generator v2.7.14
18062024-12-21T02:32:52.621Z Compiling chrono v0.4.38
18072024-12-21T02:32:54.260Z Compiling inout v0.1.3
18082024-12-21T02:32:54.620Z Compiling unicode-normalization v0.1.24
18092024-12-21T02:32:55.269Z Compiling pest_derive v2.7.14
18102024-12-21T02:32:55.275Z Compiling cipher v0.4.4
18112024-12-21T02:32:55.678Z Compiling tinystr v0.7.6
18122024-12-21T02:32:56.020Z Compiling sha2 v0.10.8
18132024-12-21T02:32:56.261Z Compiling async-trait v0.1.83
18142024-12-21T02:32:56.500Z Compiling cookie v0.18.1
18152024-12-21T02:32:56.506Z Compiling usdt-impl v0.5.0
18162024-12-21T02:32:56.907Z Compiling unicode-bidi v0.3.17
18172024-12-21T02:32:56.995Z Compiling litemap v0.7.3
18182024-12-21T02:32:57.544Z Compiling base64ct v1.6.0
18192024-12-21T02:32:58.228Z Compiling writeable v0.5.5
18202024-12-21T02:32:58.938Z Compiling icu_locid v1.5.0
18212024-12-21T02:33:00.011Z Compiling pem-rfc7468 v0.7.0
18222024-12-21T02:33:00.690Z Compiling scroll v0.12.0
18232024-12-21T02:33:01.560Z Compiling ppv-lite86 v0.2.20
18242024-12-21T02:33:01.962Z Compiling tracing-core v0.1.32
18252024-12-21T02:33:02.499Z Compiling syn v1.0.109
18262024-12-21T02:33:03.028Z Compiling camino v1.1.9
18272024-12-21T02:33:03.586Z Compiling dyn-clone v1.0.17
18282024-12-21T02:33:03.793Z Compiling percent-encoding v2.3.1
18292024-12-21T02:33:04.284Z Compiling aws-lc-sys v0.22.0
18302024-12-21T02:33:04.306Z Compiling rustls-pki-types v1.10.0
18312024-12-21T02:33:04.306Z Compiling flagset v0.4.6
18322024-12-21T02:33:04.511Z Compiling plain v0.2.3
18332024-12-21T02:33:04.687Z Compiling goblin v0.8.2
18342024-12-21T02:33:06.323Z Compiling der v0.7.9
18352024-12-21T02:33:09.079Z Compiling tracing v0.1.40
18362024-12-21T02:33:09.702Z Compiling rand_chacha v0.3.1
18372024-12-21T02:33:11.056Z Compiling icu_provider v1.5.0
18382024-12-21T02:33:11.663Z Compiling tokio-util v0.7.12
18392024-12-21T02:33:13.523Z Compiling rustls v0.22.4
18402024-12-21T02:33:13.937Z Compiling mirai-annotations v1.12.0
18412024-12-21T02:33:13.991Z Compiling pretty-hex v0.4.1
18422024-12-21T02:33:14.110Z Compiling untrusted v0.7.1
18432024-12-21T02:33:14.157Z Compiling icu_locid_transform_data v1.5.0
18442024-12-21T02:33:14.260Z Compiling rayon-core v1.12.1
18452024-12-21T02:33:14.442Z Compiling untrusted v0.9.0
18462024-12-21T02:33:14.492Z Compiling powerfmt v0.2.0
18472024-12-21T02:33:14.520Z Compiling icu_locid_transform v1.5.0
18482024-12-21T02:33:15.133Z Compiling deranged v0.3.11
18492024-12-21T02:33:15.460Z Compiling dof v0.3.0
18502024-12-21T02:33:17.446Z Compiling rand v0.8.5
18512024-12-21T02:33:17.695Z Compiling spki v0.7.3
18522024-12-21T02:33:18.119Z Compiling dtrace-parser v0.2.0
18532024-12-21T02:33:19.244Z Compiling salsa20 v0.10.2
18542024-12-21T02:33:19.540Z Compiling icu_collections v1.5.0
18552024-12-21T02:33:19.984Z Compiling pbkdf2 v0.12.2
18562024-12-21T02:33:20.541Z Compiling bzip2-sys v0.1.11+1.0.8
18572024-12-21T02:33:21.061Z Compiling thread-id v4.2.2
18582024-12-21T02:33:21.709Z Compiling atomic-waker v1.1.2
18592024-12-21T02:33:21.846Z Compiling num_threads v0.1.7
18602024-12-21T02:33:22.008Z Compiling icu_properties_data v1.5.0
18612024-12-21T02:33:22.312Z Compiling icu_properties v1.5.1
18622024-12-21T02:33:22.520Z Compiling time v0.3.36
18632024-12-21T02:33:28.226Z Compiling scrypt v0.11.0
18642024-12-21T02:33:28.306Z Compiling form_urlencoded v1.2.1
18652024-12-21T02:33:28.643Z Compiling cbc v0.1.2
18662024-12-21T02:33:28.794Z Compiling aes v0.8.4
18672024-12-21T02:33:28.981Z Compiling http-body v1.0.1
18682024-12-21T02:33:29.365Z Compiling multer v3.1.0
18692024-12-21T02:33:29.459Z Compiling utf8_iter v1.0.4
18702024-12-21T02:33:29.556Z Compiling try-lock v0.2.5
18712024-12-21T02:33:29.698Z Compiling utf16_iter v1.0.5
18722024-12-21T02:33:29.841Z Compiling slog-async v2.8.0
18732024-12-21T02:33:29.975Z Compiling write16 v1.0.0
18742024-12-21T02:33:30.047Z Compiling icu_normalizer_data v1.5.0
18752024-12-21T02:33:30.530Z Compiling icu_normalizer v1.5.0
18762024-12-21T02:33:30.653Z Compiling want v0.3.1
18772024-12-21T02:33:31.095Z Compiling pkcs5 v0.7.1
18782024-12-21T02:33:34.696Z Compiling h2 v0.4.6
18792024-12-21T02:33:36.096Z Compiling heapless v0.7.17
18802024-12-21T02:33:36.727Z Compiling zerocopy-derive v0.6.6
18812024-12-21T02:33:36.925Z Compiling httpdate v1.0.3
18822024-12-21T02:33:37.308Z Compiling num-bigint-dig v0.8.4
18832024-12-21T02:33:37.648Z Compiling anyhow v1.0.93
18842024-12-21T02:33:37.985Z Compiling signal-hook v0.3.17
18852024-12-21T02:33:38.281Z Compiling base64 v0.22.1
18862024-12-21T02:33:40.360Z Compiling pkcs8 v0.10.2
18872024-12-21T02:33:40.755Z Compiling idna_adapter v1.2.0
18882024-12-21T02:33:41.292Z Compiling usdt-attr-macro v0.5.0
18892024-12-21T02:33:41.355Z Compiling usdt-macro v0.5.0
18902024-12-21T02:33:43.246Z Compiling async-stream-impl v0.3.6
18912024-12-21T02:33:43.303Z Compiling rustversion v1.0.17
18922024-12-21T02:33:43.924Z Compiling hyper v1.5.0
18932024-12-21T02:33:44.094Z Compiling strsim v0.11.1
18942024-12-21T02:33:44.854Z Compiling tower-service v0.3.3
18952024-12-21T02:33:45.807Z Compiling idna v1.0.3
18962024-12-21T02:33:48.162Z Compiling hyper-util v0.1.10
18972024-12-21T02:33:53.915Z Compiling curve25519-dalek v4.1.3
18982024-12-21T02:33:54.070Z Compiling openapiv3 v2.0.0
18992024-12-21T02:33:54.603Z Compiling toml_datetime v0.6.8
19002024-12-21T02:33:54.865Z Compiling serde_spanned v0.6.8
19012024-12-21T02:33:54.935Z Compiling enum-as-inner v0.6.1
19022024-12-21T02:33:55.101Z Compiling dropshot v0.12.0
19032024-12-21T02:33:55.143Z Compiling foreign-types-shared v0.1.1
19042024-12-21T02:33:55.523Z Compiling smoltcp v0.9.1
19052024-12-21T02:33:55.996Z Compiling adler2 v2.0.0
19062024-12-21T02:33:56.204Z Compiling match_cfg v0.1.0
19072024-12-21T02:33:56.351Z Compiling portable-atomic v1.9.0
19082024-12-21T02:33:56.358Z Compiling hostname v0.3.1
19092024-12-21T02:33:56.547Z Compiling miniz_oxide v0.8.0
19102024-12-21T02:33:56.665Z Compiling foreign-types v0.3.2
19112024-12-21T02:33:59.004Z Compiling url v2.5.3
19122024-12-21T02:34:06.432Z Compiling http-body-util v0.1.2
19132024-12-21T02:34:06.466Z Compiling clap_derive v4.5.18
19142024-12-21T02:34:07.075Z Compiling dirs-sys-next v0.1.2
19152024-12-21T02:34:07.701Z Compiling encoding_rs v0.8.34
19162024-12-21T02:34:10.448Z Compiling mime v0.3.17
19172024-12-21T02:34:11.934Z Compiling data-encoding v2.6.0
19182024-12-21T02:34:12.131Z Compiling siphasher v0.3.11
19192024-12-21T02:34:13.983Z Compiling dirs-next v2.0.0
19202024-12-21T02:34:19.479Z Compiling hubpack_derive v0.1.1
19212024-12-21T02:34:19.526Z Compiling serde_urlencoded v0.7.1
19222024-12-21T02:34:20.103Z Compiling crossbeam-epoch v0.9.18
19232024-12-21T02:34:20.381Z Compiling hashbrown v0.14.5
19242024-12-21T02:34:20.968Z Compiling rustls-pemfile v2.2.0
19252024-12-21T02:34:21.479Z Compiling dropshot_endpoint v0.12.0
19262024-12-21T02:34:22.807Z Compiling sha1 v0.10.6
19272024-12-21T02:34:23.222Z Compiling rustls-webpki v0.102.8
19282024-12-21T02:34:23.847Z Compiling signature v2.2.0
19292024-12-21T02:34:23.982Z Compiling curve25519-dalek-derive v0.1.1
19302024-12-21T02:34:24.245Z Compiling thread_local v1.1.8
19312024-12-21T02:34:24.747Z Compiling fs-err v2.11.0
19322024-12-21T02:34:25.158Z Compiling ipnet v2.10.1
19332024-12-21T02:34:25.371Z Compiling gimli v0.31.1
19342024-12-21T02:34:25.653Z Compiling anstyle v1.0.10
19352024-12-21T02:34:26.149Z Compiling winnow v0.6.20
19362024-12-21T02:34:28.149Z Compiling utf8parse v0.2.2
19372024-12-21T02:34:28.617Z Compiling openssl-probe v0.1.5
19382024-12-21T02:34:29.384Z Compiling unicode-properties v0.1.3
19392024-12-21T02:34:29.982Z Compiling stringprep v0.1.5
19402024-12-21T02:34:29.998Z Compiling addr2line v0.24.2
19412024-12-21T02:34:29.998Z Compiling toml_edit v0.22.22
19422024-12-21T02:34:30.538Z Compiling anstyle-parse v0.2.5
19432024-12-21T02:34:31.416Z Compiling regress v0.10.1
19442024-12-21T02:34:32.292Z Compiling crossbeam-deque v0.8.5
19452024-12-21T02:34:32.653Z Compiling term v0.7.0
19462024-12-21T02:34:33.931Z Compiling slog-json v2.6.1
19472024-12-21T02:34:35.133Z Compiling crossbeam-channel v0.5.13
19482024-12-21T02:34:36.652Z Compiling idna v0.4.0
19492024-12-21T02:34:37.208Z Compiling idna v0.3.0
19502024-12-21T02:34:38.235Z Compiling futures-executor v0.3.31
19512024-12-21T02:34:38.697Z Compiling num-integer v0.1.46
19522024-12-21T02:34:38.718Z Compiling md-5 v0.10.6
19532024-12-21T02:34:38.974Z Compiling ff v0.13.0
19542024-12-21T02:34:39.230Z Compiling hash32 v0.2.1
19552024-12-21T02:34:39.453Z Compiling memmap v0.7.0
19562024-12-21T02:34:39.627Z Compiling is-terminal v0.4.13
19572024-12-21T02:34:39.766Z Compiling object v0.36.5
19582024-12-21T02:34:39.788Z Compiling take_mut v0.2.2
19592024-12-21T02:34:39.791Z Compiling quick-error v1.2.3
19602024-12-21T02:34:39.958Z Compiling linked-hash-map v0.5.6
19612024-12-21T02:34:39.979Z Compiling anstyle-query v1.1.1
19622024-12-21T02:34:40.150Z Compiling base16ct v0.2.0
19632024-12-21T02:34:40.355Z Compiling fallible-iterator v0.2.0
19642024-12-21T02:34:40.452Z Compiling utf-8 v0.7.6
19652024-12-21T02:34:40.763Z Compiling is_terminal_polyfill v1.70.1
19662024-12-21T02:34:40.906Z Compiling rustc-demangle v0.1.24
19672024-12-21T02:34:41.108Z Compiling psl-types v2.0.11
19682024-12-21T02:34:41.329Z Compiling heck v0.4.1
19692024-12-21T02:34:41.775Z Compiling colorchoice v1.0.2
19702024-12-21T02:34:41.809Z Compiling publicsuffix v2.2.3
19712024-12-21T02:34:41.829Z Compiling strum_macros v0.25.3
19722024-12-21T02:34:41.946Z Compiling anstream v0.6.15
19732024-12-21T02:34:42.425Z Compiling postgres-protocol v0.6.7
19742024-12-21T02:34:42.612Z Compiling tungstenite v0.24.0
19752024-12-21T02:34:43.688Z Compiling sec1 v0.7.3
19762024-12-21T02:34:44.274Z Compiling lru-cache v0.1.2
19772024-12-21T02:34:44.297Z Compiling resolv-conf v0.7.0
19782024-12-21T02:34:44.663Z Compiling slog-term v2.9.1
19792024-12-21T02:34:44.981Z Compiling usdt v0.5.0
19802024-12-21T02:34:45.477Z Compiling num-iter v0.1.45
19812024-12-21T02:34:45.517Z Compiling group v0.13.0
19822024-12-21T02:34:45.595Z Compiling futures v0.3.31
19832024-12-21T02:34:45.829Z Compiling hickory-proto v0.24.1
19842024-12-21T02:34:45.929Z Compiling tokio-rustls v0.26.0
19852024-12-21T02:34:46.697Z Compiling tokio-rustls v0.25.0
19862024-12-21T02:34:47.154Z Compiling backtrace v0.3.74
19872024-12-21T02:34:47.290Z Compiling typify-impl v0.2.0
19882024-12-21T02:34:48.327Z Compiling slog-bunyan v2.5.0
19892024-12-21T02:34:48.547Z Compiling toml v0.8.19
19902024-12-21T02:34:48.729Z Compiling tokio-native-tls v0.3.1
19912024-12-21T02:34:49.024Z Compiling phf_shared v0.11.2
19922024-12-21T02:34:49.476Z Compiling async-stream v0.3.6
19932024-12-21T02:34:49.809Z Compiling waitgroup v0.1.2
19942024-12-21T02:34:49.919Z Compiling webpki-roots v0.26.6
19952024-12-21T02:34:50.119Z Compiling idna v0.5.0
19962024-12-21T02:34:50.164Z Compiling terminal_size v0.4.0
19972024-12-21T02:34:50.256Z Compiling serde_path_to_error v0.1.16
19982024-12-21T02:34:51.029Z Compiling hkdf v0.12.4
19992024-12-21T02:34:51.084Z Compiling crypto-bigint v0.5.5
20002024-12-21T02:34:51.293Z Compiling serde_repr v0.1.19
20012024-12-21T02:34:51.585Z Compiling derive-where v1.2.7
20022024-12-21T02:34:52.601Z Compiling hostname v0.4.0
20032024-12-21T02:34:52.839Z Compiling crc32fast v1.4.2
20042024-12-21T02:34:54.024Z Compiling managed v0.8.0
20052024-12-21T02:34:54.419Z Compiling debug-ignore v1.0.5
20062024-12-21T02:34:54.579Z Compiling unicode-width v0.1.14
20072024-12-21T02:34:54.658Z Compiling clap_lex v0.7.2
20082024-12-21T02:34:54.679Z Compiling bitflags v1.3.2
20092024-12-21T02:34:54.902Z Compiling winnow v0.5.40
20102024-12-21T02:34:55.061Z Compiling console v0.15.8
20112024-12-21T02:34:55.083Z Compiling clap_builder v4.5.21
20122024-12-21T02:34:58.055Z Compiling elliptic-curve v0.13.8
20132024-12-21T02:34:58.686Z Compiling toml_edit v0.19.15
20142024-12-21T02:34:58.944Z Compiling flate2 v1.0.34
20152024-12-21T02:34:59.033Z Compiling typify-macro v0.2.0
20162024-12-21T02:34:59.201Z Compiling hickory-resolver v0.24.1
20172024-12-21T02:34:59.879Z Compiling cookie_store v0.21.0
20182024-12-21T02:35:04.234Z Compiling hyper-rustls v0.27.3
20192024-12-21T02:35:05.386Z Compiling phf v0.11.2
20202024-12-21T02:35:05.700Z Compiling hyper-tls v0.6.0
20212024-12-21T02:35:06.130Z Compiling signal-hook-mio v0.2.4
20222024-12-21T02:35:06.150Z Compiling rayon v1.10.0
20232024-12-21T02:35:06.312Z Compiling bzip2 v0.4.4
20242024-12-21T02:35:06.721Z Compiling tokio-tungstenite v0.24.0
20252024-12-21T02:35:06.798Z Compiling postgres-types v0.2.8
20262024-12-21T02:35:07.165Z Compiling ed25519 v2.2.3
20272024-12-21T02:35:07.266Z Compiling hubpack v0.1.2
20282024-12-21T02:35:07.513Z Compiling phf_shared v0.10.0
20292024-12-21T02:35:07.729Z Compiling pkcs1 v0.7.5
20302024-12-21T02:35:07.960Z Compiling zerocopy v0.6.6
20312024-12-21T02:35:08.219Z Compiling tokio-stream v0.1.16
20322024-12-21T02:35:09.032Z Compiling serde-big-array v0.5.1
20332024-12-21T02:35:09.201Z Compiling rfc6979 v0.4.0
20342024-12-21T02:35:09.274Z Compiling float-cmp v0.9.0
20352024-12-21T02:35:09.455Z Compiling sync_wrapper v1.0.1
20362024-12-21T02:35:09.624Z Compiling bstr v1.10.0
20372024-12-21T02:35:09.804Z Compiling whoami v1.5.2
20382024-12-21T02:35:09.883Z Compiling predicates-core v1.0.8
20392024-12-21T02:35:10.376Z Compiling unicode-segmentation v1.12.0
20402024-12-21T02:35:10.761Z Compiling difflib v0.4.0
20412024-12-21T02:35:10.821Z Compiling number_prefix v0.4.0
20422024-12-21T02:35:11.229Z Compiling normalize-line-endings v0.3.0
20432024-12-21T02:35:11.370Z Compiling unicode-width v0.2.0
20442024-12-21T02:35:11.528Z Compiling new_debug_unreachable v1.0.6
20452024-12-21T02:35:11.656Z Compiling bit-vec v0.6.3
20462024-12-21T02:35:11.933Z Compiling static_assertions v1.1.0
20472024-12-21T02:35:12.055Z Compiling precomputed-hash v0.1.1
20482024-12-21T02:35:12.099Z Compiling fixedbitset v0.4.2
20492024-12-21T02:35:12.228Z Compiling string_cache v0.8.7
20502024-12-21T02:35:12.511Z Compiling petgraph v0.6.5
20512024-12-21T02:35:12.661Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20522024-12-21T02:35:13.037Z Compiling bit-set v0.5.3
20532024-12-21T02:35:13.268Z Compiling reqwest v0.12.9
20542024-12-21T02:35:13.355Z Compiling indicatif v0.17.9
20552024-12-21T02:35:16.206Z Compiling predicates v3.1.2
20562024-12-21T02:35:16.629Z Compiling similar v2.6.0
20572024-12-21T02:35:17.353Z Compiling tokio-postgres v0.7.12
20582024-12-21T02:35:18.702Z Compiling ecdsa v0.16.9
20592024-12-21T02:35:19.588Z Compiling qorb v0.2.1
20602024-12-21T02:35:20.158Z Compiling rsa v0.9.6
20612024-12-21T02:35:20.299Z Compiling ed25519-dalek v2.1.1
20622024-12-21T02:35:20.859Z Compiling zip v0.6.6
20632024-12-21T02:35:21.697Z Compiling crossterm v0.28.1
20642024-12-21T02:35:21.828Z Compiling toml v0.7.8
20652024-12-21T02:35:22.137Z Compiling clap v4.5.21
20662024-12-21T02:35:25.107Z Compiling x509-cert v0.2.5
20672024-12-21T02:35:25.360Z Compiling hex v0.4.3
20682024-12-21T02:35:27.313Z Compiling itertools v0.10.5
20692024-12-21T02:35:28.309Z Compiling radium v0.7.0
20702024-12-21T02:35:29.397Z Compiling peg-runtime v0.8.3
20712024-12-21T02:35:30.084Z Compiling unicode-xid v0.2.6
20722024-12-21T02:35:31.108Z Compiling lalrpop-util v0.19.12
20732024-12-21T02:35:31.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20742024-12-21T02:35:48.508Z Compiling ident_case v1.0.1
20752024-12-21T02:35:49.161Z Compiling maybe-uninit v2.0.0
20762024-12-21T02:35:49.338Z Compiling tap v1.0.1
20772024-12-21T02:35:51.017Z Compiling wyz v0.5.1
20782024-12-21T02:35:54.233Z Compiling darling_core v0.20.10
20792024-12-21T02:36:00.063Z Compiling typify v0.2.0
20802024-12-21T02:36:03.879Z Compiling packed_struct v0.10.1
20812024-12-21T02:36:04.073Z Compiling unsafe-libyaml v0.2.11
20822024-12-21T02:36:05.078Z Compiling funty v2.0.0
20832024-12-21T02:36:05.478Z Compiling serde_yaml v0.9.34+deprecated
20842024-12-21T02:36:07.435Z Compiling bitvec v1.0.1
20852024-12-21T02:36:09.389Z Compiling darling_macro v0.20.10
20862024-12-21T02:36:10.321Z Compiling progenitor-impl v0.8.0
20872024-12-21T02:36:13.170Z Compiling packed_struct_codegen v0.10.1
20882024-12-21T02:36:15.151Z Compiling structmeta-derive v0.3.0
20892024-12-21T02:36:15.673Z Compiling indexmap v1.9.3
20902024-12-21T02:36:16.003Z Compiling fastrand v2.1.1
20912024-12-21T02:36:16.496Z Compiling crc-catalog v2.4.0
20922024-12-21T02:36:16.709Z Compiling nodrop v0.1.14
20932024-12-21T02:36:16.864Z Compiling newtype-uuid v1.1.3
20942024-12-21T02:36:17.178Z Compiling progenitor-macro v0.8.0
20952024-12-21T02:36:17.845Z Compiling structmeta v0.3.0
20962024-12-21T02:36:19.130Z Compiling array-init v0.0.4
20972024-12-21T02:36:20.108Z Compiling crc v3.2.1
20982024-12-21T02:36:20.242Z Compiling tempfile v3.13.0
20992024-12-21T02:36:25.301Z Compiling smallvec v0.6.14
21002024-12-21T02:36:26.193Z Compiling darling v0.20.10
21012024-12-21T02:36:32.107Z Compiling progenitor-client v0.8.0
21022024-12-21T02:36:34.167Z Compiling pin-project-internal v1.1.6
21032024-12-21T02:36:34.376Z Compiling dropshot v0.13.0
21042024-12-21T02:36:34.687Z Compiling termcolor v1.4.1
21052024-12-21T02:36:35.039Z Compiling hashbrown v0.12.3
21062024-12-21T02:36:36.068Z Compiling same-file v1.0.6
21072024-12-21T02:36:36.575Z Compiling base64 v0.21.7
21082024-12-21T02:36:38.006Z Compiling bitfield v0.14.0
21092024-12-21T02:36:38.338Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21102024-12-21T02:36:43.950Z Compiling ron v0.8.1
21112024-12-21T02:36:49.833Z Compiling pin-project v1.1.6
21122024-12-21T02:36:50.574Z Compiling walkdir v2.5.0
21132024-12-21T02:36:52.243Z Compiling env_logger v0.10.2
21142024-12-21T02:36:56.460Z Compiling progenitor v0.8.0
21152024-12-21T02:36:56.775Z Compiling serde_with_macros v3.11.0
21162024-12-21T02:36:56.796Z Compiling serde-hex v0.1.0
21172024-12-21T02:36:57.366Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21182024-12-21T02:36:57.717Z Compiling parse-display-derive v0.10.0
21192024-12-21T02:37:01.703Z Compiling strum_macros v0.26.4
21202024-12-21T02:37:02.039Z Compiling hashbrown v0.13.2
21212024-12-21T02:37:02.075Z Compiling ipnetwork v0.20.0
21222024-12-21T02:37:02.973Z Compiling xattr v1.3.1
21232024-12-21T02:37:03.324Z Compiling dropshot_endpoint v0.13.0
21242024-12-21T02:37:03.466Z Compiling snafu-derive v0.8.5
21252024-12-21T02:37:03.914Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21262024-12-21T02:37:04.677Z Compiling blake3 v1.5.4
21272024-12-21T02:37:05.299Z Compiling filetime v0.2.25
21282024-12-21T02:37:05.446Z Compiling instant v0.1.13
21292024-12-21T02:37:05.640Z Compiling bumpalo v3.16.0
21302024-12-21T02:37:05.659Z Compiling lockfree-object-pool v0.1.6
21312024-12-21T02:37:05.964Z Compiling zip v2.1.3
21322024-12-21T02:37:06.112Z Compiling crc-any v2.5.0
21332024-12-21T02:37:06.250Z Compiling simd-adler32 v0.3.7
21342024-12-21T02:37:06.282Z Compiling buf-list v1.0.3
21352024-12-21T02:37:06.922Z Compiling zopfli v0.8.1
21362024-12-21T02:37:07.200Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21372024-12-21T02:37:07.486Z Compiling strum v0.26.3
21382024-12-21T02:37:07.700Z Compiling backoff v0.4.0
21392024-12-21T02:37:08.034Z Compiling tar v0.4.42
21402024-12-21T02:37:08.124Z Compiling snafu v0.8.5
21412024-12-21T02:37:08.594Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21422024-12-21T02:37:08.835Z Compiling object v0.30.4
21432024-12-21T02:37:09.434Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21442024-12-21T02:37:11.093Z Compiling parse-display v0.10.0
21452024-12-21T02:37:12.377Z Compiling serde_with v3.11.0
21462024-12-21T02:37:13.077Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21472024-12-21T02:37:13.152Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21482024-12-21T02:37:13.718Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21492024-12-21T02:37:13.853Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21502024-12-21T02:37:14.450Z Compiling camino-tempfile v1.1.1
21512024-12-21T02:37:14.773Z Compiling globset v0.4.15
21522024-12-21T02:37:15.269Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21532024-12-21T02:37:15.481Z Compiling regress v0.9.1
21542024-12-21T02:37:16.865Z Compiling pem v3.0.4
21552024-12-21T02:37:18.320Z Compiling olpc-cjson v0.1.4
21562024-12-21T02:37:18.690Z Compiling serde_plain v1.0.2
21572024-12-21T02:37:19.257Z Compiling macaddr v1.0.1
21582024-12-21T02:37:19.921Z Compiling async-recursion v1.1.1
21592024-12-21T02:37:21.438Z Compiling memmap2 v0.9.5
21602024-12-21T02:37:22.023Z Compiling arrayvec v0.7.6
21612024-12-21T02:37:22.045Z Compiling constant_time_eq v0.3.1
21622024-12-21T02:37:22.233Z Compiling arrayref v0.3.9
21632024-12-21T02:37:22.357Z Compiling path-slash v0.1.5
21642024-12-21T02:37:22.436Z Compiling typed-path v0.9.3
21652024-12-21T02:37:22.496Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21662024-12-21T02:37:22.606Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21672024-12-21T02:37:25.270Z Compiling tough v0.19.0
21682024-12-21T02:37:25.684Z Compiling itertools v0.13.0
21692024-12-21T02:37:28.099Z Compiling cargo-platform v0.1.8
21702024-12-21T02:37:29.178Z Compiling topological-sort v0.2.2
21712024-12-21T02:37:29.501Z Compiling parse-size v1.1.0
21722024-12-21T02:37:29.591Z Compiling omicron-zone-package v0.12.0
21732024-12-21T02:37:29.826Z Compiling cargo_metadata v0.18.1
21742024-12-21T02:37:29.952Z Compiling shell-words v1.1.0
21752024-12-21T02:37:37.703Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21762024-12-21T02:37:50.397Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21772024-12-21T02:38:05.073Z Finished `release` profile [optimized] target(s) in 5m 53s
21782024-12-21T02:38:05.237Z Running `target/release/omicron-releng --output-dir /work`
21792024-12-21T02:38:05.279ZDec 21 02:38:04.881 DEBG changing working directory to /work/oxidecomputer/omicron
21802024-12-21T02:38:05.385ZDec 21 02:38:04.986 DEBG running: git rev-parse HEAD
21812024-12-21T02:38:05.392ZDec 21 02:38:04.993 DEBG process exited with exit status: 0 (6.711009ms)
21822024-12-21T02:38:05.392ZDec 21 02:38:04.993 INFO version: 12.0.0-0.ci+gitec6f3678b6b
21832024-12-21T02:38:05.436ZDec 21 02:38:05.038 INFO cloning helios to /work/oxidecomputer/helios
21842024-12-21T02:38:05.436ZDec 21 02:38:05.038 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21852024-12-21T02:38:05.443ZCloning into '/work/oxidecomputer/helios'...
21862024-12-21T02:38:05.971ZDec 21 02:38:05.573 DEBG process exited with exit status: 0 (535.174841ms)
21872024-12-21T02:38:05.971ZDec 21 02:38:05.573 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21882024-12-21T02:38:05.979Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
21892024-12-21T02:38:05.979Z# branch.head master
21902024-12-21T02:38:05.979Z# branch.upstream origin/master
21912024-12-21T02:38:05.979Z# branch.ab +0 -0
21922024-12-21T02:38:05.992ZDec 21 02:38:05.581 DEBG process exited with exit status: 0 (7.910067ms)
21932024-12-21T02:38:05.992ZDec 21 02:38:05.581 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21942024-12-21T02:38:07.054ZDec 21 02:38:06.655 DEBG process exited with exit status: 0 (1.07399082s)
21952024-12-21T02:38:07.054ZDec 21 02:38:06.655 DEBG running: zfs list rpool/images/build/host
21962024-12-21T02:38:07.061ZNAME USED AVAIL REFER MOUNTPOINT
21972024-12-21T02:38:07.061Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21982024-12-21T02:38:07.063ZDec 21 02:38:06.663 DEBG process exited with exit status: 0 (7.508178ms)
21992024-12-21T02:38:07.063ZDec 21 02:38:06.663 DEBG running: zfs list rpool/images/build/recovery
22002024-12-21T02:38:07.067ZNAME USED AVAIL REFER MOUNTPOINT
22012024-12-21T02:38:07.067Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22022024-12-21T02:38:07.070ZDec 21 02:38:06.669 DEBG process exited with exit status: 0 (6.457441ms)
22032024-12-21T02:38:07.070ZDec 21 02:38:06.670 INFO [hubris-production] running task
22042024-12-21T02:38:07.070ZDec 21 02:38:06.670 INFO [hubris-staging] running task
22052024-12-21T02:38:07.070ZDec 21 02:38:06.671 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
22062024-12-21T02:38:07.072ZDec 21 02:38:06.674 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22072024-12-21T02:38:07.146Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22082024-12-21T02:38:07.546Z[ omicron-package] Blocking waiting for file lock on package cache
22092024-12-21T02:38:08.201Z[ omicron-package] Blocking waiting for file lock on package cache
22102024-12-21T02:38:08.463Z[ omicron-package] Blocking waiting for file lock on package cache
22112024-12-21T02:38:08.630ZDec 21 02:38:08.231 INFO [hubris-production] task succeeded (1.561001468s)
22122024-12-21T02:38:09.337Z[ omicron-package] Compiling zerocopy v0.8.10
22132024-12-21T02:38:09.340Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22142024-12-21T02:38:09.340Z[ omicron-package] Compiling itertools v0.13.0
22152024-12-21T02:38:09.340Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22162024-12-21T02:38:09.340Z[ omicron-package] Compiling heapless v0.8.0
22172024-12-21T02:38:09.340Z[ omicron-package] Compiling hash32 v0.3.1
22182024-12-21T02:38:09.340Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192024-12-21T02:38:09.340Z[ omicron-package] Compiling smoltcp v0.11.0
22202024-12-21T02:38:10.521Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22212024-12-21T02:38:11.054Z[ omicron-package] Compiling num_enum_derive v0.5.11
22222024-12-21T02:38:11.354Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22232024-12-21T02:38:11.472Z[ omicron-package] Compiling cobs v0.2.3
22242024-12-21T02:38:12.207Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22252024-12-21T02:38:12.369Z[ omicron-package] Compiling postcard v1.0.10
22262024-12-21T02:38:12.509Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22272024-12-21T02:38:12.695Z[ omicron-package] Compiling proc-macro-error v1.0.4
22282024-12-21T02:38:13.548Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22292024-12-21T02:38:13.691Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22302024-12-21T02:38:14.867Z[ omicron-package] Compiling foreign-types v0.5.0
22312024-12-21T02:38:15.127Z[ omicron-package] Compiling tabwriter v1.4.0
22322024-12-21T02:38:15.278Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22332024-12-21T02:38:15.387Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22342024-12-21T02:38:15.390Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22352024-12-21T02:38:15.498Z[ omicron-package] Compiling num_enum v0.5.11
22362024-12-21T02:38:16.075Z[ omicron-package] Compiling cstr-argument v0.1.2
22372024-12-21T02:38:16.166Z[ omicron-package] Compiling pretty-hex v0.2.1
22382024-12-21T02:38:16.622Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22392024-12-21T02:38:16.781Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22402024-12-21T02:38:16.932Z[ omicron-package] Compiling thiserror v2.0.3
22412024-12-21T02:38:17.132Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22422024-12-21T02:38:17.525Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22432024-12-21T02:38:17.644Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22442024-12-21T02:38:18.513Z[ omicron-package] Compiling colored v2.1.0
22452024-12-21T02:38:18.632Z[ omicron-package] Compiling thiserror-impl v2.0.3
22462024-12-21T02:38:18.966Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22472024-12-21T02:38:19.576Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22482024-12-21T02:38:20.071Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22492024-12-21T02:38:20.445ZDec 21 02:38:20.045 INFO [hubris-staging] task succeeded (13.37436026s)
22502024-12-21T02:38:20.797Z[ omicron-package] Compiling num-derive v0.4.2
22512024-12-21T02:38:21.533Z[ omicron-package] Compiling sigpipe v0.1.3
22522024-12-21T02:38:22.191Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22532024-12-21T02:38:22.285Z[ omicron-package] Compiling libefi-sys v0.1.0
22542024-12-21T02:38:23.003Z[ omicron-package] Compiling zone v0.3.0
22552024-12-21T02:38:23.131Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22562024-12-21T02:38:23.244Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22572024-12-21T02:38:24.253Z[ omicron-package] Compiling smf v0.2.3
22582024-12-21T02:38:24.387Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22592024-12-21T02:38:24.998Z[ omicron-package] Compiling bitfield-struct v0.6.2
22602024-12-21T02:38:25.111Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22612024-12-21T02:38:26.888Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-21T02:38:27.176Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22632024-12-21T02:38:27.853Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22642024-12-21T02:38:27.877Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22652024-12-21T02:38:28.001Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22662024-12-21T02:38:28.085Z[ omicron-package] Compiling gethostname v0.5.0
22672024-12-21T02:38:28.193Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22682024-12-21T02:38:28.354Z[ omicron-package] Compiling indent_write v2.2.0
22692024-12-21T02:38:28.411Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22702024-12-21T02:38:30.753Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22712024-12-21T02:38:32.021Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22722024-12-21T02:38:33.693Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22732024-12-21T02:38:36.297Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22742024-12-21T02:38:36.993Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22752024-12-21T02:38:38.719Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22762024-12-21T02:38:51.246Z[ helios-setup] Dec 21 02:38:50.841 INFO helios repository root is: /work/oxidecomputer/helios
22772024-12-21T02:38:51.249Z[ helios-setup] Dec 21 02:38:50.844 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
22782024-12-21T02:38:51.249Z[ helios-setup] Dec 21 02:38:50.844 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22792024-12-21T02:38:51.254Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22802024-12-21T02:38:51.855Z[ helios-setup] Dec 21 02:38:51.449 INFO clone ok!, project: pinprick
22812024-12-21T02:38:51.857Z[ helios-setup] Dec 21 02:38:51.450 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22822024-12-21T02:38:51.857Z[ helios-setup] Dec 21 02:38:51.450 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22832024-12-21T02:38:51.858Z[ helios-setup] Dec 21 02:38:51.450 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
22842024-12-21T02:38:51.858Z[ helios-setup] Dec 21 02:38:51.450 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22852024-12-21T02:38:51.860Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22862024-12-21T02:38:52.460Z[ helios-setup] Dec 21 02:38:52.054 INFO clone ok!, project: phbl
22872024-12-21T02:38:52.462Z[ helios-setup] Dec 21 02:38:52.054 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
22882024-12-21T02:38:52.462Z[ helios-setup] Dec 21 02:38:52.054 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
22892024-12-21T02:38:52.465Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22902024-12-21T02:38:53.418Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22912024-12-21T02:38:53.426Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22922024-12-21T02:38:58.381Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.29s
22932024-12-21T02:38:58.620Z[ omicron-package]
22942024-12-21T02:38:58.621Z[ omicron-package] real 51.493419582
22952024-12-21T02:38:58.623Z[ omicron-package] user 3:06.003955851
22962024-12-21T02:38:58.624Z[ omicron-package] sys 26.348293180
22972024-12-21T02:38:58.624Z[ omicron-package] trap 0.295275443
22982024-12-21T02:38:58.624Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
22992024-12-21T02:38:58.624Z[ omicron-package] tflt 0.602282029
23002024-12-21T02:38:58.624Z[ omicron-package] dflt 0.907480651
23012024-12-21T02:38:58.624Z[ omicron-package] kflt 0.000030726
23022024-12-21T02:38:58.624Z[ omicron-package] lock 5:44.983124423
23032024-12-21T02:38:58.624Z[ omicron-package] slp 10:11.333247859
23042024-12-21T02:38:58.624Z[ omicron-package] lat 1:40.108705322
23052024-12-21T02:38:58.624Z[ omicron-package] stop 1:07.070169954
23062024-12-21T02:38:58.624ZDec 21 02:38:58.214 INFO [omicron-package] process exited with exit status: 0 (51.5437491s)
23072024-12-21T02:38:58.624ZDec 21 02:38:58.215 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23082024-12-21T02:38:58.686Z[ helios-setup] Dec 21 02:38:58.223 INFO clone ok!, project: amd-host-image-builder
23092024-12-21T02:38:58.686Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23102024-12-21T02:38:58.686Z[ helios-setup] Dec 21 02:38:58.223 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
23112024-12-21T02:38:58.689Z[ helios-setup] Dec 21 02:38:58.223 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23122024-12-21T02:38:58.690ZDec 21 02:38:58.282 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23132024-12-21T02:38:58.700Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23142024-12-21T02:38:58.703Z[ recovery-target] Created new build target 'recovery' and set it as active
23152024-12-21T02:38:58.703ZDec 21 02:38:58.296 INFO [recovery-target] process exited with exit status: 0 (81.62558ms)
23162024-12-21T02:38:58.706Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23172024-12-21T02:38:58.706Z[ host-target] Created new build target 'host' and set it as active
23182024-12-21T02:38:58.708ZDec 21 02:38:58.300 INFO [host-target] process exited with exit status: 0 (18.107864ms)
23192024-12-21T02:38:58.708ZDec 21 02:38:58.301 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23202024-12-21T02:38:58.721Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23212024-12-21T02:38:59.872Z[ host-package] Compiling convert_case v0.4.0
23222024-12-21T02:38:59.873Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23232024-12-21T02:38:59.875Z[ host-package] Compiling newline-converter v0.3.0
23242024-12-21T02:38:59.875Z[ host-package] Compiling password-hash v0.5.0
23252024-12-21T02:38:59.875Z[ host-package] Compiling blake2 v0.10.6
23262024-12-21T02:38:59.875Z[ host-package] Compiling atomicwrites v0.4.4
23272024-12-21T02:39:00.034Z[ host-package] Compiling progenitor-client v0.8.0
23282024-12-21T02:39:00.057Z[ host-package] Compiling cancel-safe-futures v0.1.5
23292024-12-21T02:39:00.212Z[ host-package] Compiling expectorate v1.1.0
23302024-12-21T02:39:00.258Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23312024-12-21T02:39:00.459Z[ host-package] Compiling owo-colors v4.1.0
23322024-12-21T02:39:00.519Z[ host-package] Compiling num-rational v0.4.2
23332024-12-21T02:39:00.625Z[ host-package] Compiling progenitor v0.8.0
23342024-12-21T02:39:00.660Z[ host-package] Compiling argon2 v0.5.3
23352024-12-21T02:39:00.731Z[ host-package] Compiling derive_more v0.99.18
23362024-12-21T02:39:00.819Z[ host-package] Compiling num-complex v0.4.6
23372024-12-21T02:39:01.524Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23382024-12-21T02:39:01.812Z[ host-package] Compiling libsw v3.3.1
23392024-12-21T02:39:02.172Z[ host-package] Compiling num v0.4.3
23402024-12-21T02:39:02.210Z[ host-package] Compiling swrite v0.1.0
23412024-12-21T02:39:02.210Z[ host-package] Compiling linear-map v1.2.0
23422024-12-21T02:39:02.254Z[ host-package] Compiling float-ord v0.3.2
23432024-12-21T02:39:02.312Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23442024-12-21T02:39:02.361Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23452024-12-21T02:39:02.439Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23462024-12-21T02:39:02.678Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23472024-12-21T02:39:03.176Z[ host-package] Compiling highway v1.2.0
23482024-12-21T02:39:03.287Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23492024-12-21T02:39:04.094Z[ host-package] Compiling semver v0.1.20
23502024-12-21T02:39:04.695Z[ host-package] Compiling rustc_version v0.1.7
23512024-12-21T02:39:04.721Z[ host-package] Compiling tungstenite v0.21.0
23522024-12-21T02:39:05.259Z[ host-package] Compiling newtype_derive v0.1.6
23532024-12-21T02:39:05.536Z[ helios-setup] Dec 21 02:39:05.128 INFO clone ok!, project: amd-firmware
23542024-12-21T02:39:05.541Z[ helios-setup] Dec 21 02:39:05.128 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
23552024-12-21T02:39:05.541Z[ helios-setup] Dec 21 02:39:05.129 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23562024-12-21T02:39:05.543Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23572024-12-21T02:39:05.753Z[ host-package] Compiling newtype-uuid v1.1.3
23582024-12-21T02:39:05.793Z[ host-package] Compiling humantime v2.1.0
23592024-12-21T02:39:06.718Z[ host-package] Compiling tokio-tungstenite v0.21.0
23602024-12-21T02:39:07.006Z[ helios-setup] Dec 21 02:39:06.599 INFO clone ok!, project: chelsio-t6-roms
23612024-12-21T02:39:07.009Z[ helios-setup] Dec 21 02:39:06.599 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
23622024-12-21T02:39:07.009Z[ helios-setup] Dec 21 02:39:06.599 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23632024-12-21T02:39:07.012Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23642024-12-21T02:39:07.387Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23652024-12-21T02:39:07.778Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23662024-12-21T02:39:08.168Z[ helios-setup] Dec 21 02:39:07.760 INFO clone ok!, project: pilot
23672024-12-21T02:39:08.171Z[ helios-setup] Dec 21 02:39:07.760 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23682024-12-21T02:39:08.171Z[ helios-setup] Dec 21 02:39:07.760 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
23692024-12-21T02:39:08.171Z[ helios-setup] Dec 21 02:39:07.760 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23702024-12-21T02:39:08.174Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23712024-12-21T02:39:08.904Z[ helios-setup] Dec 21 02:39:08.492 INFO clone ok!, project: bootserver
23722024-12-21T02:39:08.908Z[ helios-setup] Dec 21 02:39:08.492 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
23732024-12-21T02:39:08.908Z[ helios-setup] Dec 21 02:39:08.492 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23742024-12-21T02:39:08.909Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23752024-12-21T02:39:09.685Z[ helios-setup] Dec 21 02:39:09.277 INFO clone ok!, project: image-builder
23762024-12-21T02:39:09.689Z[ helios-setup] Dec 21 02:39:09.277 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23772024-12-21T02:39:10.737Z[ host-package] Compiling dropshot v0.13.0
23782024-12-21T02:39:10.797Z[ helios-setup] Dec 21 02:39:10.389 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23792024-12-21T02:39:10.830Z[ host-package] Compiling ipnetwork v0.20.0
23802024-12-21T02:39:10.945Z[ host-package] Compiling instant v0.1.13
23812024-12-21T02:39:11.253Z[ host-package] Compiling backoff v0.4.0
23822024-12-21T02:39:11.309Z[ helios-setup] Dec 21 02:39:10.901 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23832024-12-21T02:39:11.312Z[ helios-setup] Dec 21 02:39:10.901 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23842024-12-21T02:39:11.694Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23852024-12-21T02:39:11.880Z[ host-package] Compiling steno v0.4.1
23862024-12-21T02:39:11.928Z[ helios-setup] Dec 21 02:39:11.520 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23872024-12-21T02:39:12.482Z[ helios-setup] Dec 21 02:39:12.074 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23882024-12-21T02:39:12.486Z[ helios-setup] Dec 21 02:39:12.074 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23892024-12-21T02:39:12.530Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23902024-12-21T02:39:12.562Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23912024-12-21T02:39:13.030Z[ helios-setup] Dec 21 02:39:12.621 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23922024-12-21T02:39:13.090Z[ host-package] Compiling parse-display v0.10.0
23932024-12-21T02:39:13.635Z[ helios-setup] Dec 21 02:39:13.227 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23942024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23952024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23962024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO ok!
23972024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23982024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23992024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO ok!
24002024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24012024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.227 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24022024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.228 INFO ok!
24032024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.228 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24042024-12-21T02:39:13.638Z[ helios-setup] Dec 21 02:39:13.228 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24052024-12-21T02:39:13.861Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24062024-12-21T02:39:14.285Z[ helios-setup] Dec 21 02:39:13.534 INFO E| Downloading crates ...
24072024-12-21T02:39:14.302Z[ host-package] Compiling strum v0.26.3
24082024-12-21T02:39:14.302Z[ helios-setup] Dec 21 02:39:13.720 INFO E| Downloaded miniz_oxide v0.7.2
24092024-12-21T02:39:14.302Z[ helios-setup] Dec 21 02:39:13.819 INFO E| Compiling adler v1.0.2
24102024-12-21T02:39:14.303Z[ host-package] Compiling serde_with v3.11.0
24112024-12-21T02:39:14.466Z[ helios-setup] Dec 21 02:39:14.058 INFO E| Compiling miniz_oxide v0.7.2
24122024-12-21T02:39:17.183Z[ helios-setup] Dec 21 02:39:16.772 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24132024-12-21T02:39:18.157Z[ helios-setup] Dec 21 02:39:17.747 INFO E| Finished `release` profile [optimized] target(s) in 4.42s
24142024-12-21T02:39:18.166Z[ helios-setup] Dec 21 02:39:17.757 INFO building project "pinprick" ok (4 seconds)
24152024-12-21T02:39:18.168Z[ helios-setup] Dec 21 02:39:17.757 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24162024-12-21T02:39:18.168Z[ helios-setup] Dec 21 02:39:17.757 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24172024-12-21T02:39:18.176Z[ helios-setup] Dec 21 02:39:17.767 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24182024-12-21T02:39:18.225Z[ host-package] Compiling regress v0.9.1
24192024-12-21T02:39:18.574Z[ helios-setup] Dec 21 02:39:18.165 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24202024-12-21T02:39:18.574Z[ helios-setup] Dec 21 02:39:18.165 INFO E| info: downloading component 'cargo'
24212024-12-21T02:39:19.149Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24222024-12-21T02:39:20.181Z[ helios-setup] Dec 21 02:39:19.769 INFO E| info: downloading component 'clippy'
24232024-12-21T02:39:20.604Z[ helios-setup] Dec 21 02:39:20.194 INFO E| info: downloading component 'rust-docs'
24242024-12-21T02:39:21.181Z[ host-package] Compiling macaddr v1.0.1
24252024-12-21T02:39:21.536Z[ host-package] Compiling slog-dtrace v0.3.0
24262024-12-21T02:39:21.668Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24272024-12-21T02:39:21.908Z[ helios-setup] Dec 21 02:39:21.498 INFO E| info: downloading component 'rust-src'
24282024-12-21T02:39:22.130Z[ helios-setup] Dec 21 02:39:21.720 INFO E| info: downloading component 'rust-std'
24292024-12-21T02:39:22.269Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24302024-12-21T02:39:22.422Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24312024-12-21T02:39:24.025Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24322024-12-21T02:39:24.240Z[ helios-setup] Dec 21 02:39:23.830 INFO E| info: downloading component 'rustc'
24332024-12-21T02:39:24.416Z[ host-package] Compiling prettyplease v0.2.25
24342024-12-21T02:39:25.130Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24352024-12-21T02:39:25.238Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24362024-12-21T02:39:26.395Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24372024-12-21T02:39:28.541Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24382024-12-21T02:39:29.296Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24392024-12-21T02:39:30.030Z[ helios-setup] Dec 21 02:39:29.619 INFO E| info: downloading component 'rustfmt'
24402024-12-21T02:39:30.552Z[ helios-setup] Dec 21 02:39:30.141 INFO E| info: installing component 'cargo'
24412024-12-21T02:39:31.835Z[ helios-setup] Dec 21 02:39:31.424 INFO E| info: installing component 'clippy'
24422024-12-21T02:39:32.275Z[ helios-setup] Dec 21 02:39:31.864 INFO E| info: installing component 'rust-docs'
24432024-12-21T02:39:35.212Z[ host-package] Compiling half v2.4.1
24442024-12-21T02:39:38.740Z[ helios-setup] Dec 21 02:39:38.326 INFO E| info: installing component 'rust-src'
24452024-12-21T02:39:39.396Z[ helios-setup] Dec 21 02:39:38.983 INFO E| info: installing component 'rust-std'
24462024-12-21T02:39:42.218Z[ helios-setup] Dec 21 02:39:41.805 INFO E| info: installing component 'rustc'
24472024-12-21T02:39:43.058Z[ host-package] Compiling ciborium-io v0.2.2
24482024-12-21T02:39:43.255Z[ host-package] Compiling ciborium-ll v0.2.2
24492024-12-21T02:39:43.435Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24502024-12-21T02:39:43.812Z[ host-package] Compiling ciborium v0.2.2
24512024-12-21T02:39:45.092Z[ host-package] Compiling same-file v1.0.6
24522024-12-21T02:39:45.383Z[ host-package] Compiling fastrand v2.1.1
24532024-12-21T02:39:46.022Z[ host-package] Compiling display-error-chain v0.2.2
24542024-12-21T02:39:46.138Z[ host-package] Compiling tempfile v3.13.0
24552024-12-21T02:39:46.279Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24562024-12-21T02:39:46.301Z[ host-package] Compiling walkdir v2.5.0
24572024-12-21T02:39:46.303Z[ host-package] Compiling blake3 v1.5.4
24582024-12-21T02:39:46.987Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24592024-12-21T02:39:47.052Z[ host-package] Compiling xattr v1.3.1
24602024-12-21T02:39:47.099Z[ host-package] Compiling memmap2 v0.9.5
24612024-12-21T02:39:47.420Z[ host-package] Compiling filetime v0.2.25
24622024-12-21T02:39:47.664Z[ host-package] Compiling arrayvec v0.7.6
24632024-12-21T02:39:47.776Z[ host-package] Compiling keccak v0.1.5
24642024-12-21T02:39:48.136Z[ host-package] Compiling arrayref v0.3.9
24652024-12-21T02:39:48.139Z[ helios-setup] Dec 21 02:39:47.723 INFO E| info: installing component 'rustfmt'
24662024-12-21T02:39:48.304Z[ host-package] Compiling constant_time_eq v0.3.1
24672024-12-21T02:39:48.960Z[ helios-setup] Dec 21 02:39:48.547 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24682024-12-21T02:39:49.039Z[ host-package] Compiling sha3 v0.10.8
24692024-12-21T02:39:49.150Z[ host-package] Compiling tar v0.4.42
24702024-12-21T02:39:49.803Z[ helios-setup] Dec 21 02:39:49.390 INFO E| From https://github.com/oxidecomputer/amd-apcb
24712024-12-21T02:39:49.804Z[ helios-setup] Dec 21 02:39:49.390 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
24722024-12-21T02:39:49.804Z[ helios-setup] Dec 21 02:39:49.390 INFO E| * [new tag] v0.4.3 -> v0.4.3
24732024-12-21T02:39:49.835Z[ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.1.3 -> v0.1.3
24742024-12-21T02:39:49.835Z[ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.1.4 -> v0.1.4
24752024-12-21T02:39:49.838Z[ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.1.5 -> v0.1.5
24762024-12-21T02:39:49.838Z[ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.2.0 -> v0.2.0
24772024-12-21T02:39:49.838Z[ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.3.0 -> v0.3.0
24782024-12-21T02:39:49.838Z[ helios-setup] Dec 21 02:39:49.421 INFO E| * [new tag] v0.3.1 -> v0.3.1
24792024-12-21T02:39:49.838Z[ host-package] Compiling toolchain_find v0.4.0
24802024-12-21T02:39:49.838Z[ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.3.2 -> v0.3.2
24812024-12-21T02:39:49.838Z[ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.3.3 -> v0.3.3
24822024-12-21T02:39:49.839Z[ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.4.0 -> v0.4.0
24832024-12-21T02:39:49.839Z[ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.4.1 -> v0.4.1
24842024-12-21T02:39:49.839Z[ helios-setup] Dec 21 02:39:49.422 INFO E| * [new tag] v0.4.2 -> v0.4.2
24852024-12-21T02:39:49.881Z[ helios-setup] Dec 21 02:39:49.467 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24862024-12-21T02:39:49.923Z[ host-package] Compiling camino-tempfile v1.1.1
24872024-12-21T02:39:50.123Z[ host-package] Compiling const_format_proc_macros v0.2.33
24882024-12-21T02:39:50.448Z[ host-package] Compiling topological-sort v0.2.2
24892024-12-21T02:39:50.590Z[ host-package] Compiling maplit v1.0.2
24902024-12-21T02:39:50.703Z[ host-package] Compiling crunchy v0.2.2
24912024-12-21T02:39:50.746Z[ helios-setup] Dec 21 02:39:50.331 INFO E| From https://github.com/oxidecomputer/amd-efs
24922024-12-21T02:39:50.746Z[ helios-setup] Dec 21 02:39:50.331 INFO E| * [new branch] empty -> origin/empty
24932024-12-21T02:39:50.750Z[ helios-setup] Dec 21 02:39:50.331 INFO E| * [new branch] issue-99 -> origin/issue-99
24942024-12-21T02:39:50.750Z[ helios-setup] Dec 21 02:39:50.332 INFO E| * [new branch] main -> origin/main
24952024-12-21T02:39:50.750Z[ helios-setup] Dec 21 02:39:50.332 INFO E| * [new branch] review -> origin/review
24962024-12-21T02:39:50.750Z[ helios-setup] Dec 21 02:39:50.332 INFO E| * [new ref] -> origin/HEAD
24972024-12-21T02:39:50.750Z[ helios-setup] Dec 21 02:39:50.332 INFO E| * [new tag] v0.2.0 -> v0.2.0
24982024-12-21T02:39:50.750Z[ helios-setup] Dec 21 02:39:50.332 INFO E| * [new tag] v0.2.1 -> v0.2.1
24992024-12-21T02:39:50.750Z[ helios-setup] Dec 21 02:39:50.332 INFO E| * [new tag] v0.2.2 -> v0.2.2
25002024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.3 -> v0.2.3
25012024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.4 -> v0.2.4
25022024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.5 -> v0.2.5
25032024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.6 -> v0.2.6
25042024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.2.7 -> v0.2.7
25052024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.3.0 -> v0.3.0
25062024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.3.1 -> v0.3.1
25072024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.333 INFO E| * [new tag] v0.4.0 -> v0.4.0
25082024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.334 INFO E| * [new tag] v0.4.1 -> v0.4.1
25092024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.334 INFO E| * [new tag] v0.4.2 -> v0.4.2
25102024-12-21T02:39:50.751Z[ helios-setup] Dec 21 02:39:50.334 INFO E| * [new tag] v0.4.3 -> v0.4.3
25112024-12-21T02:39:50.756Z[ host-package] Compiling omicron-zone-package v0.12.0
25122024-12-21T02:39:50.783Z[ helios-setup] Dec 21 02:39:50.367 INFO E| Updating crates.io index
25132024-12-21T02:39:50.974Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25142024-12-21T02:39:51.135Z[ helios-setup] Dec 21 02:39:50.721 INFO E| Downloading crates ...
25152024-12-21T02:39:51.235Z[ helios-setup] Dec 21 02:39:50.820 INFO E| Downloaded bytesize v1.3.0
25162024-12-21T02:39:51.242Z[ helios-setup] Dec 21 02:39:50.825 INFO E| Downloaded scroll_derive v0.10.5
25172024-12-21T02:39:51.242Z[ helios-setup] Dec 21 02:39:50.826 INFO E| Downloaded memoffset v0.5.6
25182024-12-21T02:39:51.245Z[ helios-setup] Dec 21 02:39:50.829 INFO E| Downloaded unic-char-range v0.9.0
25192024-12-21T02:39:51.245Z[ helios-setup] Dec 21 02:39:50.830 INFO E| Downloaded unic-ucd-version v0.9.0
25202024-12-21T02:39:51.248Z[ helios-setup] Dec 21 02:39:50.832 INFO E| Downloaded unic-char-property v0.9.0
25212024-12-21T02:39:51.248Z[ helios-setup] Dec 21 02:39:50.834 INFO E| Downloaded fletcher v0.1.0
25222024-12-21T02:39:51.251Z[ helios-setup] Dec 21 02:39:50.836 INFO E| Downloaded strum v0.23.0
25232024-12-21T02:39:51.267Z[ helios-setup] Dec 21 02:39:50.840 INFO E| Downloaded unic-common v0.9.0
25242024-12-21T02:39:51.268Z[ helios-setup] Dec 21 02:39:50.841 INFO E| Downloaded semver-parser v0.7.0
25252024-12-21T02:39:51.272Z[ helios-setup] Dec 21 02:39:50.842 INFO E| Downloaded proc-macro-crate v0.1.5
25262024-12-21T02:39:51.272Z[ helios-setup] Dec 21 02:39:50.844 INFO E| Downloaded parse_int v0.6.0
25272024-12-21T02:39:51.272Z[ helios-setup] Dec 21 02:39:50.845 INFO E| Downloaded four-cc v0.3.0
25282024-12-21T02:39:51.272Z[ helios-setup] Dec 21 02:39:50.847 INFO E| Downloaded cfg-if v0.1.10
25292024-12-21T02:39:51.272Z[ helios-setup] Dec 21 02:39:50.848 INFO E| Downloaded textwrap v0.11.0
25302024-12-21T02:39:51.272Z[ helios-setup] Dec 21 02:39:50.851 INFO E| Downloaded strsim v0.8.0
25312024-12-21T02:39:51.272Z[ helios-setup] Dec 21 02:39:50.854 INFO E| Downloaded strum_macros v0.23.1
25322024-12-21T02:39:51.273Z[ host-package] Compiling tiny-keccak v2.0.2
25332024-12-21T02:39:51.276Z[ helios-setup] Dec 21 02:39:50.857 INFO E| Downloaded thiserror v1.0.64
25342024-12-21T02:39:51.300Z[ helios-setup] Dec 21 02:39:50.885 INFO E| Downloaded vec_map v0.8.2
25352024-12-21T02:39:51.303Z[ helios-setup] Dec 21 02:39:50.885 INFO E| Downloaded pre v0.2.1
25362024-12-21T02:39:51.303Z[ helios-setup] Dec 21 02:39:50.885 INFO E| Downloaded pest_generator v2.7.13
25372024-12-21T02:39:51.303Z[ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded rustc_version v0.2.3
25382024-12-21T02:39:51.303Z[ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded once_cell v1.20.1
25392024-12-21T02:39:51.303Z[ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded ansi_term v0.12.1
25402024-12-21T02:39:51.303Z[ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded unic-ucd-ident v0.9.0
25412024-12-21T02:39:51.304Z[ helios-setup] Dec 21 02:39:50.886 INFO E| Downloaded thiserror-impl v1.0.64
25422024-12-21T02:39:51.304Z[ helios-setup] Dec 21 02:39:50.888 INFO E| Downloaded structopt-derive v0.4.18
25432024-12-21T02:39:51.307Z[ helios-setup] Dec 21 02:39:50.891 INFO E| Downloaded scroll v0.10.2
25442024-12-21T02:39:51.311Z[ helios-setup] Dec 21 02:39:50.895 INFO E| Downloaded pre-proc-macro v0.2.1
25452024-12-21T02:39:51.313Z[ helios-setup] Dec 21 02:39:50.897 INFO E| Downloaded pest_derive v2.7.13
25462024-12-21T02:39:51.317Z[ helios-setup] Dec 21 02:39:50.902 INFO E| Downloaded toml v0.5.11
25472024-12-21T02:39:51.320Z[ helios-setup] Dec 21 02:39:50.905 INFO E| Downloaded structopt v0.3.26
25482024-12-21T02:39:51.336Z[ helios-setup] Dec 21 02:39:50.919 INFO E| Downloaded serde_derive v1.0.210
25492024-12-21T02:39:51.339Z[ helios-setup] Dec 21 02:39:50.924 INFO E| Downloaded serde v1.0.210
25502024-12-21T02:39:51.344Z[ helios-setup] Dec 21 02:39:50.929 INFO E| Downloaded clap v2.34.0
25512024-12-21T02:39:51.356Z[ helios-setup] Dec 21 02:39:50.942 INFO E| Downloaded pest v2.7.13
25522024-12-21T02:39:51.367Z[ helios-setup] Dec 21 02:39:50.950 INFO E| Downloaded serde_json v1.0.128
25532024-12-21T02:39:51.377Z[ helios-setup] Dec 21 02:39:50.962 INFO E| Downloaded goblin v0.4.3
25542024-12-21T02:39:51.384Z[ helios-setup] Dec 21 02:39:50.970 INFO E| Downloaded proc-macro2 v1.0.86
25552024-12-21T02:39:51.389Z[ helios-setup] Dec 21 02:39:50.975 INFO E| Downloaded syn v2.0.79
25562024-12-21T02:39:51.407Z[ helios-setup] Dec 21 02:39:50.993 INFO E| Downloaded pest_meta v2.7.13
25572024-12-21T02:39:51.414Z[ helios-setup] Dec 21 02:39:50.999 INFO E| Downloaded libc v0.2.159
25582024-12-21T02:39:51.454Z[ helios-setup] Dec 21 02:39:51.040 INFO E| Downloaded modular-bitfield v0.11.2
25592024-12-21T02:39:51.470Z[ helios-setup] Dec 21 02:39:51.056 INFO E| Downloaded modular-bitfield-impl v0.11.2
25602024-12-21T02:39:51.472Z[ helios-setup] Dec 21 02:39:51.058 INFO E| Downloaded semver v0.9.0
25612024-12-21T02:39:51.483Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622024-12-21T02:39:51.534Z[ host-package] Compiling dsl_auto_type v0.1.2
25632024-12-21T02:39:51.561Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling proc-macro2 v1.0.86
25642024-12-21T02:39:51.561Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling unicode-ident v1.0.13
25652024-12-21T02:39:51.561Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling syn v1.0.109
25662024-12-21T02:39:51.565Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling version_check v0.9.5
25672024-12-21T02:39:51.565Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling memchr v2.7.4
25682024-12-21T02:39:51.565Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling thiserror v1.0.64
25692024-12-21T02:39:51.565Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling semver-parser v0.7.0
25702024-12-21T02:39:51.565Z[ helios-setup] Dec 21 02:39:51.146 INFO E| Compiling autocfg v1.4.0
25712024-12-21T02:39:51.673Z[ host-package] Compiling phf_generator v0.11.2
25722024-12-21T02:39:51.855Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25732024-12-21T02:39:52.043Z[ helios-setup] Dec 21 02:39:51.629 INFO E| Compiling serde v1.0.210
25742024-12-21T02:39:52.077Z[ host-package] Compiling secrecy v0.8.0
25752024-12-21T02:39:52.303Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25762024-12-21T02:39:52.680Z[ host-package] Compiling const_format v0.2.33
25772024-12-21T02:39:52.687Z[ host-package] Compiling arc-swap v1.7.1
25782024-12-21T02:39:52.832Z[ helios-setup] Dec 21 02:39:52.417 INFO E| Compiling semver v0.9.0
25792024-12-21T02:39:52.968Z[ helios-setup] Dec 21 02:39:52.553 INFO E| Compiling proc-macro-error-attr v1.0.4
25802024-12-21T02:39:52.973Z[ helios-setup] Dec 21 02:39:52.559 INFO E| Compiling proc-macro-error v1.0.4
25812024-12-21T02:39:53.160Z[ helios-setup] Dec 21 02:39:52.738 INFO E| Compiling serde_json v1.0.128
25822024-12-21T02:39:53.160Z[ helios-setup] Dec 21 02:39:52.739 INFO E| Compiling num-traits v0.2.19
25832024-12-21T02:39:53.576Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25842024-12-21T02:39:53.628Z[ helios-setup] Dec 21 02:39:53.214 INFO E| Compiling rustc_version v0.2.3
25852024-12-21T02:39:53.869Z[ helios-setup] Dec 21 02:39:53.455 INFO E| Compiling itoa v1.0.11
25862024-12-21T02:39:53.925Z[ helios-setup] Dec 21 02:39:53.511 INFO E| Compiling schemars v0.8.21
25872024-12-21T02:39:53.986Z[ helios-setup] Dec 21 02:39:53.572 INFO E| Compiling ryu v1.0.18
25882024-12-21T02:39:54.089Z[ helios-setup] Dec 21 02:39:53.674 INFO E| Compiling unicode-segmentation v1.12.0
25892024-12-21T02:39:54.178Z[ host-package] Compiling diesel_derives v2.2.3
25902024-12-21T02:39:54.307Z[ host-package] Compiling slog-scope v4.4.0
25912024-12-21T02:39:54.578Z[ host-package] Compiling r2d2 v0.8.10
25922024-12-21T02:39:54.644Z[ helios-setup] Dec 21 02:39:54.230 INFO E| Compiling memoffset v0.5.6
25932024-12-21T02:39:54.744Z[ helios-setup] Dec 21 02:39:54.328 INFO E| Compiling pre-proc-macro v0.2.1
25942024-12-21T02:39:54.768Z[ helios-setup] Dec 21 02:39:54.354 INFO E| Compiling lazy_static v1.5.0
25952024-12-21T02:39:54.795Z[ helios-setup] Dec 21 02:39:54.380 INFO E| Compiling rustversion v1.0.17
25962024-12-21T02:39:54.890Z[ host-package] Compiling phf_codegen v0.11.2
25972024-12-21T02:39:54.997Z[ helios-setup] Dec 21 02:39:54.582 INFO E| Compiling ucd-trie v0.1.7
25982024-12-21T02:39:55.389Z[ helios-setup] Dec 21 02:39:54.975 INFO E| Compiling quote v1.0.37
25992024-12-21T02:39:55.557Z[ helios-setup] Dec 21 02:39:55.142 INFO E| Compiling heck v0.3.3
26002024-12-21T02:39:55.558Z[ helios-setup] Dec 21 02:39:55.142 INFO E| Compiling paste v1.0.15
26012024-12-21T02:39:55.685Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26022024-12-21T02:39:55.762Z[ host-package] Compiling ascii-canvas v3.0.0
26032024-12-21T02:39:55.877Z[ helios-setup] Dec 21 02:39:55.462 INFO E| Compiling libc v0.2.159
26042024-12-21T02:39:55.986Z[ host-package] Compiling universal-hash v0.5.1
26052024-12-21T02:39:56.178Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26062024-12-21T02:39:56.231Z[ helios-setup] Dec 21 02:39:55.817 INFO E| Compiling syn v2.0.79
26072024-12-21T02:39:56.336Z[ helios-setup] Dec 21 02:39:55.922 INFO E| Compiling dyn-clone v1.0.17
26082024-12-21T02:39:56.569Z[ host-package] Compiling parse-zoneinfo v0.3.1
26092024-12-21T02:39:56.672Z[ helios-setup] Dec 21 02:39:56.257 INFO E| Compiling pre v0.2.1
26102024-12-21T02:39:56.686Z[ host-package] Compiling ena v0.14.3
26112024-12-21T02:39:56.791Z[ helios-setup] Dec 21 02:39:56.376 INFO E| Compiling once_cell v1.20.1
26122024-12-21T02:39:57.393Z[ helios-setup] Dec 21 02:39:56.978 INFO E| Compiling cfg-if v0.1.10
26132024-12-21T02:39:57.478Z[ helios-setup] Dec 21 02:39:57.063 INFO E| Compiling static_assertions v1.1.0
26142024-12-21T02:39:57.511Z[ helios-setup] Dec 21 02:39:57.091 INFO E| Compiling byteorder v1.5.0
26152024-12-21T02:39:57.971Z[ host-package] Compiling diff v0.1.13
26162024-12-21T02:39:58.520Z[ helios-setup] Dec 21 02:39:58.105 INFO E| Compiling unicode-width v0.1.14
26172024-12-21T02:39:59.026Z[ host-package] Compiling opaque-debug v0.3.1
26182024-12-21T02:39:59.237Z[ host-package] Compiling regex-syntax v0.6.29
26192024-12-21T02:39:59.266Z[ helios-setup] Dec 21 02:39:58.851 INFO E| Compiling atty v0.2.14
26202024-12-21T02:39:59.506Z[ helios-setup] Dec 21 02:39:59.091 INFO E| Compiling textwrap v0.11.0
26212024-12-21T02:39:59.699Z[ host-package] Compiling poly1305 v0.8.0
26222024-12-21T02:39:59.744Z[ helios-setup] Dec 21 02:39:59.329 INFO E| Compiling vec_map v0.8.2
26232024-12-21T02:40:00.005Z[ helios-setup] Dec 21 02:39:59.590 INFO E| Compiling ansi_term v0.12.1
26242024-12-21T02:40:00.632Z[ helios-setup] Dec 21 02:40:00.205 INFO E| Compiling strsim v0.8.0
26252024-12-21T02:40:00.807Z[ helios-setup] Dec 21 02:40:00.392 INFO E| Compiling bitflags v1.3.2
26262024-12-21T02:40:00.829Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26272024-12-21T02:40:00.904Z[ helios-setup] Dec 21 02:40:00.488 INFO E| Compiling parse_int v0.6.0
26282024-12-21T02:40:00.994Z[ helios-setup] Dec 21 02:40:00.578 INFO E| Compiling strum v0.23.0
26292024-12-21T02:40:01.202Z[ helios-setup] Dec 21 02:40:00.787 INFO E| Compiling unic-common v0.9.0
26302024-12-21T02:40:01.241Z[ helios-setup] Dec 21 02:40:00.825 INFO E| Compiling unic-char-range v0.9.0
26312024-12-21T02:40:01.246Z[ helios-setup] Dec 21 02:40:00.831 INFO E| Compiling fletcher v0.1.0
26322024-12-21T02:40:01.701Z[ helios-setup] Dec 21 02:40:00.999 INFO E| Compiling unic-char-property v0.9.0
26332024-12-21T02:40:01.715Z[ helios-setup] Dec 21 02:40:01.043 INFO E| Compiling unic-ucd-version v0.9.0
26342024-12-21T02:40:01.715Z[ helios-setup] Dec 21 02:40:01.098 INFO E| Compiling clap v2.34.0
26352024-12-21T02:40:01.715Z[ helios-setup] Dec 21 02:40:01.153 INFO E| Compiling plain v0.2.3
26362024-12-21T02:40:01.715Z[ helios-setup] Dec 21 02:40:01.163 INFO E| Compiling log v0.4.22
26372024-12-21T02:40:01.715Z[ helios-setup] Dec 21 02:40:01.264 INFO E| Compiling unic-ucd-ident v0.9.0
26382024-12-21T02:40:01.741Z[ host-package] Compiling thiserror-no-std v2.0.2
26392024-12-21T02:40:01.836Z[ helios-setup] Dec 21 02:40:01.419 INFO E| Compiling bytesize v1.3.0
26402024-12-21T02:40:02.202Z[ host-package] Compiling chrono-tz-build v0.4.0
26412024-12-21T02:40:03.789Z[ host-package] Compiling slog-stdlog v4.1.1
26422024-12-21T02:40:04.280Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432024-12-21T02:40:04.361Z[ helios-setup] Dec 21 02:40:03.945 INFO E| Compiling serde_derive_internals v0.29.1
26442024-12-21T02:40:05.099Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26452024-12-21T02:40:05.669Z[ host-package] Compiling lalrpop v0.19.12
26462024-12-21T02:40:05.930Z[ helios-setup] Dec 21 02:40:05.514 INFO E| Compiling toml v0.5.11
26472024-12-21T02:40:06.623Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482024-12-21T02:40:07.139Z[ host-package] Compiling chacha20 v0.9.1
26492024-12-21T02:40:07.989Z[ host-package] Compiling aead v0.5.2
26502024-12-21T02:40:08.545Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26512024-12-21T02:40:08.685Z[ host-package] Compiling ref-cast v1.0.23
26522024-12-21T02:40:09.623Z[ helios-setup] Dec 21 02:40:09.206 INFO E| Compiling proc-macro-crate v0.1.5
26532024-12-21T02:40:09.772Z[ host-package] Compiling chacha20poly1305 v0.10.1
26542024-12-21T02:40:09.848Z[ host-package] Compiling vte v0.11.1
26552024-12-21T02:40:10.088Z[ helios-setup] Dec 21 02:40:09.671 INFO E| Compiling thiserror-impl v1.0.64
26562024-12-21T02:40:10.088Z[ helios-setup] Dec 21 02:40:09.671 INFO E| Compiling serde_derive v1.0.210
26572024-12-21T02:40:10.191Z[ helios-setup] Dec 21 02:40:09.775 INFO E| Compiling schemars_derive v0.8.21
26582024-12-21T02:40:10.504Z[ host-package] Compiling chrono-tz v0.10.0
26592024-12-21T02:40:10.925Z[ helios-setup] Dec 21 02:40:10.508 INFO E| Compiling zerocopy-derive v0.6.6
26602024-12-21T02:40:11.509Z[ helios-setup] Dec 21 02:40:11.092 INFO E| Compiling num-derive v0.4.2
26612024-12-21T02:40:11.925Z[ host-package] Compiling slog-envlogger v2.2.0
26622024-12-21T02:40:12.688Z[ host-package] Compiling vsss-rs v3.3.4
26632024-12-21T02:40:15.227Z[ helios-setup] Dec 21 02:40:14.810 INFO E| Compiling zerocopy v0.6.6
26642024-12-21T02:40:16.208Z[ helios-setup] Dec 21 02:40:15.791 INFO E| Compiling pest v2.7.13
26652024-12-21T02:40:16.777Z[ host-package] Compiling diesel v2.2.6
26662024-12-21T02:40:17.026Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672024-12-21T02:40:17.502Z[ helios-setup] Dec 21 02:40:17.084 INFO E| Compiling modular-bitfield-impl v0.11.2
26682024-12-21T02:40:17.723Z[ host-package] Compiling derive_builder_core v0.20.2
26692024-12-21T02:40:18.218Z[ helios-setup] Dec 21 02:40:17.800 INFO E| Compiling strum_macros v0.23.1
26702024-12-21T02:40:18.704Z[ helios-setup] Dec 21 02:40:18.286 INFO E| Compiling scroll_derive v0.10.5
26712024-12-21T02:40:18.843Z[ helios-setup] Dec 21 02:40:18.425 INFO E| Compiling structopt-derive v0.4.18
26722024-12-21T02:40:21.515Z[ helios-setup] Dec 21 02:40:21.097 INFO E| Compiling pest_meta v2.7.13
26732024-12-21T02:40:21.836Z[ host-package] Compiling headers-core v0.3.0
26742024-12-21T02:40:22.197Z[ helios-setup] Dec 21 02:40:21.778 INFO E| Compiling scroll v0.10.2
26752024-12-21T02:40:22.421Z[ host-package] Compiling fxhash v0.2.1
26762024-12-21T02:40:22.626Z[ host-package] Compiling libxml v0.3.3
26772024-12-21T02:40:22.678Z[ helios-setup] Dec 21 02:40:22.259 INFO E| Compiling modular-bitfield v0.11.2
26782024-12-21T02:40:23.076Z[ helios-setup] Dec 21 02:40:22.657 INFO E| Compiling goblin v0.4.3
26792024-12-21T02:40:23.246Z[ host-package] Compiling ref-cast-impl v1.0.23
26802024-12-21T02:40:23.547Z[ host-package] Compiling bytecount v0.6.8
26812024-12-21T02:40:24.233Z[ helios-setup] Dec 21 02:40:23.814 INFO E| Compiling structopt v0.3.26
26822024-12-21T02:40:24.245Z[ helios-setup] Dec 21 02:40:23.827 INFO E| Compiling pest_generator v2.7.13
26832024-12-21T02:40:24.441Z[ host-package] Compiling papergrid v0.11.0
26842024-12-21T02:40:25.789Z[ host-package] Compiling derive_builder_macro v0.20.2
26852024-12-21T02:40:27.429Z[ host-package] Compiling headers v0.4.0
26862024-12-21T02:40:27.764Z[ helios-setup] Dec 21 02:40:27.345 INFO E| Compiling pest_derive v2.7.13
26872024-12-21T02:40:32.378Z[ helios-setup] Dec 21 02:40:31.957 INFO E| Compiling json5 v0.4.1
26882024-12-21T02:40:37.826Z[ helios-setup] Dec 21 02:40:37.406 INFO E| Compiling four-cc v0.3.0
26892024-12-21T02:40:37.880Z[ helios-setup] Dec 21 02:40:37.460 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
26902024-12-21T02:40:38.315Z[ helios-setup] Dec 21 02:40:37.895 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
26912024-12-21T02:40:43.487Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26922024-12-21T02:40:45.865Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26932024-12-21T02:40:47.954Z[ host-package] Compiling polar-core v0.27.3
26942024-12-21T02:40:49.516Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26952024-12-21T02:40:50.129Z[ host-package] Compiling tabled_derive v0.7.0
26962024-12-21T02:40:51.159Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26972024-12-21T02:40:52.578Z[ host-package] Compiling fd-lock v4.0.2
26982024-12-21T02:40:52.832Z[ host-package] Compiling peg-macros v0.8.4
26992024-12-21T02:40:52.983Z[ host-package] Compiling strum_macros v0.24.3
27002024-12-21T02:40:56.477Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27012024-12-21T02:40:56.542Z[ host-package] Compiling kstat-rs v0.2.4
27022024-12-21T02:40:56.816Z[ host-package] Compiling samael v0.0.17
27032024-12-21T02:40:57.656Z[ host-package] Compiling unicase v2.7.0
27042024-12-21T02:40:57.690Z[ host-package] Compiling nu-ansi-term v0.50.1
27052024-12-21T02:40:58.145Z[ host-package] Compiling indoc v1.0.9
27062024-12-21T02:40:59.084Z[ host-package] Compiling reedline v0.35.0
27072024-12-21T02:40:59.278Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27082024-12-21T02:41:03.317Z[ host-package] Compiling peg v0.8.4
27092024-12-21T02:41:03.519Z[ host-package] Compiling tabled v0.15.0
27102024-12-21T02:41:18.846Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27112024-12-21T02:41:21.480Z[ helios-setup] Dec 21 02:41:21.053 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27122024-12-21T02:41:21.834Z[ host-package] Compiling derive_builder v0.20.2
27132024-12-21T02:41:23.998Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142024-12-21T02:41:24.879Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27152024-12-21T02:41:26.348Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27162024-12-21T02:41:26.573Z[ host-package] Compiling bcs v0.1.6
27172024-12-21T02:41:26.705Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27182024-12-21T02:41:27.688Z[ host-package] Compiling oso-derive v0.27.3
27192024-12-21T02:41:27.996Z[ host-package] Compiling libz-sys v1.1.20
27202024-12-21T02:41:28.805Z[ host-package] Compiling quick-xml v0.33.0
27212024-12-21T02:41:28.894Z[ host-package] Compiling diesel-dtrace v0.4.2
27222024-12-21T02:41:29.331Z[ host-package] Compiling parking_lot_core v0.8.6
27232024-12-21T02:41:35.141Z[ host-package] Compiling oso v0.27.3
27242024-12-21T02:41:37.315Z[ helios-setup] Dec 21 02:41:36.885 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27252024-12-21T02:41:38.017Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27262024-12-21T02:41:39.893Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27272024-12-21T02:41:46.019Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27282024-12-21T02:41:49.544Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27292024-12-21T02:41:50.122Z[ host-package] Compiling bb8 v0.8.5
27302024-12-21T02:41:50.830Z[ host-package] Compiling async-bb8-diesel v0.2.1
27312024-12-21T02:41:53.786Z[ host-package] Compiling nibble_vec v0.1.0
27322024-12-21T02:41:54.089Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27332024-12-21T02:41:54.568Z[ host-package] Compiling atty v0.2.14
27342024-12-21T02:41:54.786Z[ host-package] Compiling salty v0.3.0
27352024-12-21T02:41:54.938Z[ host-package] Compiling endian-type v0.1.2
27362024-12-21T02:41:55.296Z[ host-package] Compiling radix_trie v0.2.1
27372024-12-21T02:41:56.971Z[ host-package] Compiling parking_lot v0.11.2
27382024-12-21T02:41:59.499Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392024-12-21T02:42:07.363Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27402024-12-21T02:42:13.596Z[ host-package] Compiling sled v0.34.7
27412024-12-21T02:42:23.209Z[ helios-setup] Dec 21 02:42:22.773 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 34s
27422024-12-21T02:42:23.245Z[ helios-setup] Dec 21 02:42:22.809 INFO building project "amd-host-image-builder" ok (185 seconds)
27432024-12-21T02:42:23.247Z[ helios-setup] Dec 21 02:42:22.809 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27442024-12-21T02:42:23.247Z[ helios-setup] Dec 21 02:42:22.809 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27452024-12-21T02:42:23.948Z[ helios-setup] Dec 21 02:42:23.156 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27462024-12-21T02:42:24.792Z[ helios-setup] Dec 21 02:42:24.356 INFO E| From https://github.com/oxidecomputer/progenitor
27472024-12-21T02:42:24.795Z[ helios-setup] Dec 21 02:42:24.356 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27482024-12-21T02:42:24.828Z[ helios-setup] Dec 21 02:42:24.392 INFO E| * [new tag] v0.1.1 -> v0.1.1
27492024-12-21T02:42:24.828Z[ helios-setup] Dec 21 02:42:24.392 INFO E| * [new tag] v0.2.0 -> v0.2.0
27502024-12-21T02:42:24.980Z[ helios-setup] Dec 21 02:42:24.543 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27512024-12-21T02:42:25.520Z[ helios-setup] Dec 21 02:42:25.084 INFO E| From https://github.com/jclulow/hiercmd
27522024-12-21T02:42:25.520Z[ helios-setup] Dec 21 02:42:25.084 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27532024-12-21T02:42:25.547Z[ helios-setup] Dec 21 02:42:25.111 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27542024-12-21T02:42:26.025Z[ helios-setup] Dec 21 02:42:25.588 INFO E| From https://github.com/jclulow/network-interface
27552024-12-21T02:42:26.025Z[ helios-setup] Dec 21 02:42:25.588 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27562024-12-21T02:42:26.047Z[ helios-setup] Dec 21 02:42:25.610 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27572024-12-21T02:42:26.512Z[ helios-setup] Dec 21 02:42:26.075 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27582024-12-21T02:42:26.512Z[ helios-setup] Dec 21 02:42:26.075 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27592024-12-21T02:42:26.548Z[ helios-setup] Dec 21 02:42:26.112 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27602024-12-21T02:42:27.460Z[ helios-setup] Dec 21 02:42:27.024 INFO E| From https://github.com/oxidecomputer/facade
27612024-12-21T02:42:27.461Z[ helios-setup] Dec 21 02:42:27.024 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27622024-12-21T02:42:27.504Z[ helios-setup] Dec 21 02:42:27.067 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27632024-12-21T02:42:28.348Z[ helios-setup] Dec 21 02:42:27.912 INFO E| From https://github.com/oxidecomputer/dropshot
27642024-12-21T02:42:28.348Z[ helios-setup] Dec 21 02:42:27.912 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27652024-12-21T02:42:28.385Z[ helios-setup] Dec 21 02:42:27.948 INFO E| * [new tag] v0.3.0 -> v0.3.0
27662024-12-21T02:42:28.385Z[ helios-setup] Dec 21 02:42:27.948 INFO E| * [new tag] v0.4.0 -> v0.4.0
27672024-12-21T02:42:28.388Z[ helios-setup] Dec 21 02:42:27.948 INFO E| * [new tag] v0.5.0 -> v0.5.0
27682024-12-21T02:42:28.388Z[ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.5.1 -> v0.5.1
27692024-12-21T02:42:28.388Z[ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.6.0 -> v0.6.0
27702024-12-21T02:42:28.388Z[ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.7.0 -> v0.7.0
27712024-12-21T02:42:28.388Z[ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.8.0 -> v0.8.0
27722024-12-21T02:42:28.388Z[ helios-setup] Dec 21 02:42:27.949 INFO E| * [new tag] v0.9.0 -> v0.9.0
27732024-12-21T02:42:28.432Z[ helios-setup] Dec 21 02:42:27.995 INFO E| Updating crates.io index
27742024-12-21T02:42:28.467Z[ helios-setup] Dec 21 02:42:28.031 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27752024-12-21T02:42:29.307Z[ helios-setup] Dec 21 02:42:28.870 INFO E| From https://github.com/oxidecomputer/typify
27762024-12-21T02:42:29.307Z[ helios-setup] Dec 21 02:42:28.870 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27772024-12-21T02:42:29.341Z[ helios-setup] Dec 21 02:42:28.904 INFO E| * [new tag] v0.0.10 -> v0.0.10
27782024-12-21T02:42:29.341Z[ helios-setup] Dec 21 02:42:28.904 INFO E| * [new tag] v0.0.11 -> v0.0.11
27792024-12-21T02:42:29.344Z[ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.4 -> v0.0.4
27802024-12-21T02:42:29.344Z[ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.5 -> v0.0.5
27812024-12-21T02:42:29.344Z[ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.7 -> v0.0.7
27822024-12-21T02:42:29.344Z[ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.8 -> v0.0.8
27832024-12-21T02:42:29.344Z[ helios-setup] Dec 21 02:42:28.905 INFO E| * [new tag] v0.0.9 -> v0.0.9
27842024-12-21T02:42:29.750Z[ helios-setup] Dec 21 02:42:29.313 INFO E| Downloading crates ...
27852024-12-21T02:42:29.913Z[ helios-setup] Dec 21 02:42:29.476 INFO E| Downloaded autocfg v1.1.0
27862024-12-21T02:42:29.920Z[ helios-setup] Dec 21 02:42:29.483 INFO E| Downloaded const-random v0.1.15
27872024-12-21T02:42:29.925Z[ helios-setup] Dec 21 02:42:29.485 INFO E| Downloaded concolor-override v1.0.0
27882024-12-21T02:42:29.943Z[ helios-setup] Dec 21 02:42:29.506 INFO E| Downloaded async-stream-impl v0.3.5
27892024-12-21T02:42:29.962Z[ helios-setup] Dec 21 02:42:29.526 INFO E| Downloaded proc-macro-crate v1.2.1
27902024-12-21T02:42:29.965Z[ helios-setup] Dec 21 02:42:29.528 INFO E| Downloaded aho-corasick v0.7.20
27912024-12-21T02:42:29.971Z[ helios-setup] Dec 21 02:42:29.534 INFO E| Downloaded lazy_static v1.4.0
27922024-12-21T02:42:29.980Z[ helios-setup] Dec 21 02:42:29.537 INFO E| Downloaded project-root v0.2.2
27932024-12-21T02:42:29.987Z[ helios-setup] Dec 21 02:42:29.538 INFO E| Downloaded fastrand v1.9.0
27942024-12-21T02:42:29.987Z[ helios-setup] Dec 21 02:42:29.542 INFO E| Downloaded const-random-macro v0.1.15
27952024-12-21T02:42:30.014Z[ helios-setup] Dec 21 02:42:29.577 INFO E| Downloaded num_cpus v1.15.0
27962024-12-21T02:42:30.019Z[ helios-setup] Dec 21 02:42:29.582 INFO E| Downloaded built v0.6.0
27972024-12-21T02:42:30.022Z[ helios-setup] Dec 21 02:42:29.585 INFO E| Downloaded memoffset v0.7.1
27982024-12-21T02:42:30.025Z[ helios-setup] Dec 21 02:42:29.588 INFO E| Downloaded num_enum v0.5.7
27992024-12-21T02:42:30.033Z[ helios-setup] Dec 21 02:42:29.596 INFO E| Downloaded reqwest v0.11.16
28002024-12-21T02:42:30.051Z[ helios-setup] Dec 21 02:42:29.614 INFO E| Downloaded slab v0.4.7
28012024-12-21T02:42:30.055Z[ helios-setup] Dec 21 02:42:29.618 INFO E| Downloaded strsim v0.10.0
28022024-12-21T02:42:30.058Z[ helios-setup] Dec 21 02:42:29.621 INFO E| Downloaded slog-async v2.7.0
28032024-12-21T02:42:30.061Z[ helios-setup] Dec 21 02:42:29.624 INFO E| Downloaded spin v0.5.2
28042024-12-21T02:42:30.063Z[ helios-setup] Dec 21 02:42:29.626 INFO E| Downloaded slog-bunyan v2.4.0
28052024-12-21T02:42:30.066Z[ helios-setup] Dec 21 02:42:29.629 INFO E| Downloaded try-lock v0.2.4
28062024-12-21T02:42:30.071Z[ helios-setup] Dec 21 02:42:29.630 INFO E| Downloaded toolchain_find v0.2.0
28072024-12-21T02:42:30.074Z[ helios-setup] Dec 21 02:42:29.633 INFO E| Downloaded ppv-lite86 v0.2.17
28082024-12-21T02:42:30.074Z[ helios-setup] Dec 21 02:42:29.635 INFO E| Downloaded tower-service v0.3.2
28092024-12-21T02:42:30.074Z[ helios-setup] Dec 21 02:42:29.637 INFO E| Downloaded num-integer v0.1.45
28102024-12-21T02:42:30.077Z[ helios-setup] Dec 21 02:42:29.640 INFO E| Downloaded form_urlencoded v1.1.0
28112024-12-21T02:42:30.079Z[ helios-setup] Dec 21 02:42:29.642 INFO E| Downloaded signal-hook-registry v1.4.0
28122024-12-21T02:42:30.082Z[ helios-setup] Dec 21 02:42:29.644 INFO E| Downloaded pkg-config v0.3.26
28132024-12-21T02:42:30.085Z[ helios-setup] Dec 21 02:42:29.646 INFO E| Downloaded percent-encoding v2.2.0
28142024-12-21T02:42:30.085Z[ helios-setup] Dec 21 02:42:29.648 INFO E| Downloaded want v0.3.0
28152024-12-21T02:42:30.088Z[ helios-setup] Dec 21 02:42:29.650 INFO E| Downloaded httparse v1.8.0
28162024-12-21T02:42:30.091Z[ helios-setup] Dec 21 02:42:29.653 INFO E| Downloaded getrandom v0.2.8
28172024-12-21T02:42:30.095Z[ helios-setup] Dec 21 02:42:29.659 INFO E| Downloaded terminal_size v0.2.6
28182024-12-21T02:42:30.097Z[ helios-setup] Dec 21 02:42:29.661 INFO E| Downloaded thiserror v1.0.38
28192024-12-21T02:42:30.105Z[ helios-setup] Dec 21 02:42:29.669 INFO E| Downloaded tokio-macros v2.0.0
28202024-12-21T02:42:30.107Z[ helios-setup] Dec 21 02:42:29.670 INFO E| Downloaded thiserror-impl v1.0.38
28212024-12-21T02:42:30.110Z[ helios-setup] Dec 21 02:42:29.673 INFO E| Downloaded parking_lot_core v0.9.6
28222024-12-21T02:42:30.113Z[ helios-setup] Dec 21 02:42:29.677 INFO E| Downloaded toml_datetime v0.6.1
28232024-12-21T02:42:30.116Z[ helios-setup] Dec 21 02:42:29.678 INFO E| Downloaded walkdir v2.3.3
28242024-12-21T02:42:30.120Z[ helios-setup] Dec 21 02:42:29.684 INFO E| Downloaded quote v1.0.36
28252024-12-21T02:42:30.123Z[ helios-setup] Dec 21 02:42:29.686 INFO E| Downloaded semver v0.11.0
28262024-12-21T02:42:30.126Z[ helios-setup] Dec 21 02:42:29.689 INFO E| Downloaded crossbeam-utils v0.8.14
28272024-12-21T02:42:30.131Z[ helios-setup] Dec 21 02:42:29.694 INFO E| Downloaded clap_derive v4.2.0
28282024-12-21T02:42:30.134Z[ helios-setup] Dec 21 02:42:29.698 INFO E| Downloaded scopeguard v1.1.0
28292024-12-21T02:42:30.136Z[ helios-setup] Dec 21 02:42:29.700 INFO E| Downloaded smartstring v1.0.1
28302024-12-21T02:42:30.141Z[ helios-setup] Dec 21 02:42:29.704 INFO E| Downloaded time v0.1.45
28312024-12-21T02:42:30.143Z[ helios-setup] Dec 21 02:42:29.707 INFO E| Downloaded rustfmt-wrapper v0.2.0
28322024-12-21T02:42:30.146Z[ helios-setup] Dec 21 02:42:29.710 INFO E| Downloaded tokio-rustls v0.24.0
28332024-12-21T02:42:30.149Z[ helios-setup] Dec 21 02:42:29.712 INFO E| Downloaded semver-parser v0.10.2
28342024-12-21T02:42:30.153Z[ helios-setup] Dec 21 02:42:29.716 INFO E| Downloaded cargo-lock v8.0.3
28352024-12-21T02:42:30.159Z[ helios-setup] Dec 21 02:42:29.722 INFO E| Downloaded schemars_derive v0.8.12
28362024-12-21T02:42:30.163Z[ helios-setup] Dec 21 02:42:29.726 INFO E| Downloaded sct v0.7.0
28372024-12-21T02:42:30.168Z[ helios-setup] Dec 21 02:42:29.732 INFO E| Downloaded rustls-pemfile v1.0.2
28382024-12-21T02:42:30.172Z[ helios-setup] Dec 21 02:42:29.736 INFO E| Downloaded semver v1.0.17
28392024-12-21T02:42:30.177Z[ helios-setup] Dec 21 02:42:29.740 INFO E| Downloaded tinyvec v1.6.0
28402024-12-21T02:42:30.182Z[ helios-setup] Dec 21 02:42:29.746 INFO E| Downloaded unicode-ident v1.0.8
28412024-12-21T02:42:30.187Z[ helios-setup] Dec 21 02:42:29.751 INFO E| Downloaded uuid v1.3.0
28422024-12-21T02:42:30.196Z[ helios-setup] Dec 21 02:42:29.759 INFO E| Downloaded memchr v2.5.0
28432024-12-21T02:42:30.198Z[ host-package] Compiling mime_guess v2.0.5
28442024-12-21T02:42:30.203Z[ helios-setup] Dec 21 02:42:29.766 INFO E| Downloaded serde_derive v1.0.204
28452024-12-21T02:42:30.208Z[ helios-setup] Dec 21 02:42:29.771 INFO E| Downloaded tracing-core v0.1.30
28462024-12-21T02:42:30.212Z[ helios-setup] Dec 21 02:42:29.776 INFO E| Downloaded url v2.3.1
28472024-12-21T02:42:30.218Z[ helios-setup] Dec 21 02:42:29.781 INFO E| Downloaded ryu v1.0.13
28482024-12-21T02:42:30.226Z[ helios-setup] Dec 21 02:42:29.787 INFO E| Downloaded unsafe-libyaml v0.2.8
28492024-12-21T02:42:30.229Z[ helios-setup] Dec 21 02:42:29.793 INFO E| Downloaded serde v1.0.204
28502024-12-21T02:42:30.235Z[ helios-setup] Dec 21 02:42:29.799 INFO E| Downloaded pest v2.5.7
28512024-12-21T02:42:30.244Z[ helios-setup] Dec 21 02:42:29.807 INFO E| Downloaded toml_edit v0.19.8
28522024-12-21T02:42:30.275Z[ helios-setup] Dec 21 02:42:29.838 INFO E| Downloaded tokio-util v0.7.7
28532024-12-21T02:42:30.286Z[ helios-setup] Dec 21 02:42:29.849 INFO E| Downloaded unicode-normalization v0.1.22
28542024-12-21T02:42:30.292Z[ helios-setup] Dec 21 02:42:29.855 INFO E| Downloaded winnow v0.4.1
28552024-12-21T02:42:30.306Z[ helios-setup] Dec 21 02:42:29.869 INFO E| Downloaded futures-util v0.3.28
28562024-12-21T02:42:30.327Z[ helios-setup] Dec 21 02:42:29.890 INFO E| Downloaded rayon v1.6.1
28572024-12-21T02:42:30.342Z[ helios-setup] Dec 21 02:42:29.905 INFO E| Downloaded chrono v0.4.24
28582024-12-21T02:42:30.353Z[ helios-setup] Dec 21 02:42:29.916 INFO E| Downloaded h2 v0.3.16
28592024-12-21T02:42:30.363Z[ helios-setup] Dec 21 02:42:29.927 INFO E| Downloaded hyper v0.14.25
28602024-12-21T02:42:30.396Z[ helios-setup] Dec 21 02:42:29.959 INFO E| Downloaded git2 v0.16.1
28612024-12-21T02:42:30.409Z[ helios-setup] Dec 21 02:42:29.973 INFO E| Downloaded syn v1.0.107
28622024-12-21T02:42:30.426Z[ helios-setup] Dec 21 02:42:29.989 INFO E| Downloaded syn v2.0.72
28632024-12-21T02:42:30.443Z[ helios-setup] Dec 21 02:42:30.007 INFO E| Downloaded regex v1.7.3
28642024-12-21T02:42:30.456Z[ helios-setup] Dec 21 02:42:30.019 INFO E| Downloaded regress v0.5.0
28652024-12-21T02:42:30.467Z[ helios-setup] Dec 21 02:42:30.030 INFO E| Downloaded clap_builder v4.2.1
28662024-12-21T02:42:30.477Z[ helios-setup] Dec 21 02:42:30.040 INFO E| Downloaded rustix v0.37.3
28672024-12-21T02:42:30.504Z[ helios-setup] Dec 21 02:42:30.067 INFO E| Downloaded rhai v1.14.0
28682024-12-21T02:42:30.522Z[ helios-setup] Dec 21 02:42:30.085 INFO E| Downloaded rustls v0.21.0
28692024-12-21T02:42:30.541Z[ helios-setup] Dec 21 02:42:30.103 INFO E| Downloaded serde_json v1.0.95
28702024-12-21T02:42:30.552Z[ helios-setup] Dec 21 02:42:30.115 INFO E| Downloaded rustls-webpki v0.100.1
28712024-12-21T02:42:30.562Z[ helios-setup] Dec 21 02:42:30.125 INFO E| Downloaded openapiv3 v1.0.2
28722024-12-21T02:42:30.583Z[ helios-setup] Dec 21 02:42:30.146 INFO E| Downloaded unicode-linebreak v0.1.4
28732024-12-21T02:42:30.595Z[ helios-setup] Dec 21 02:42:30.149 INFO E| Downloaded tracing v0.1.37
28742024-12-21T02:42:30.595Z[ helios-setup] Dec 21 02:42:30.156 INFO E| Downloaded mio v0.8.5
28752024-12-21T02:42:30.602Z[ helios-setup] Dec 21 02:42:30.165 INFO E| Downloaded http v0.2.9
28762024-12-21T02:42:30.609Z[ helios-setup] Dec 21 02:42:30.171 INFO E| Downloaded crossbeam-channel v0.5.6
28772024-12-21T02:42:30.615Z[ helios-setup] Dec 21 02:42:30.179 INFO E| Downloaded textwrap v0.16.0
28782024-12-21T02:42:30.619Z[ helios-setup] Dec 21 02:42:30.183 INFO E| Downloaded flate2 v1.0.25
28792024-12-21T02:42:30.627Z[ helios-setup] Dec 21 02:42:30.190 INFO E| Downloaded base64 v0.21.0
28802024-12-21T02:42:30.633Z[ helios-setup] Dec 21 02:42:30.196 INFO E| Downloaded unicode-bidi v0.3.13
28812024-12-21T02:42:30.637Z[ helios-setup] Dec 21 02:42:30.200 INFO E| Downloaded schemars v0.8.12
28822024-12-21T02:42:30.651Z[ helios-setup] Dec 21 02:42:30.214 INFO E| Downloaded cc v1.0.78
28832024-12-21T02:42:30.655Z[ helios-setup] Dec 21 02:42:30.218 INFO E| Downloaded libc v0.2.139
28842024-12-21T02:42:30.695Z[ helios-setup] Dec 21 02:42:30.257 INFO E| Downloaded bytes v1.4.0
28852024-12-21T02:42:30.701Z[ helios-setup] Dec 21 02:42:30.264 INFO E| Downloaded ucd-trie v0.1.5
28862024-12-21T02:42:30.703Z[ helios-setup] Dec 21 02:42:30.267 INFO E| Downloaded typenum v1.16.0
28872024-12-21T02:42:30.707Z[ helios-setup] Dec 21 02:42:30.271 INFO E| Downloaded tungstenite v0.18.0
28882024-12-21T02:42:30.712Z[ helios-setup] Dec 21 02:42:30.275 INFO E| Downloaded tokio v1.27.0
28892024-12-21T02:42:30.767Z[ helios-setup] Dec 21 02:42:30.330 INFO E| Downloaded toml v0.7.3
28902024-12-21T02:42:30.844Z[ helios-setup] Dec 21 02:42:30.408 INFO E| Downloaded tokio-tungstenite v0.18.0
28912024-12-21T02:42:30.848Z[ helios-setup] Dec 21 02:42:30.411 INFO E| Downloaded serde_yaml v0.9.21
28922024-12-21T02:42:30.853Z[ helios-setup] Dec 21 02:42:30.417 INFO E| Downloaded rayon-core v1.10.2
28932024-12-21T02:42:30.859Z[ helios-setup] Dec 21 02:42:30.422 INFO E| Downloaded clap v4.2.1
28942024-12-21T02:42:30.872Z[ helios-setup] Dec 21 02:42:30.435 INFO E| Downloaded ahash v0.8.3
28952024-12-21T02:42:30.876Z[ helios-setup] Dec 21 02:42:30.439 INFO E| Downloaded miniz_oxide v0.6.2
28962024-12-21T02:42:30.880Z[ helios-setup] Dec 21 02:42:30.443 INFO E| Downloaded rhai_codegen v1.5.0
28972024-12-21T02:42:30.893Z[ helios-setup] Dec 21 02:42:30.456 INFO E| Downloaded utf8parse v0.2.1
28982024-12-21T02:42:30.896Z[ helios-setup] Dec 21 02:42:30.458 INFO E| Downloaded tempfile v3.5.0
28992024-12-21T02:42:30.898Z[ helios-setup] Dec 21 02:42:30.462 INFO E| Downloaded socket2 v0.4.9
29002024-12-21T02:42:30.902Z[ helios-setup] Dec 21 02:42:30.465 INFO E| Downloaded crossbeam-epoch v0.9.13
29012024-12-21T02:42:30.905Z[ helios-setup] Dec 21 02:42:30.469 INFO E| Downloaded smallvec v1.10.0
29022024-12-21T02:42:30.909Z[ helios-setup] Dec 21 02:42:30.472 INFO E| Downloaded parking_lot v0.12.1
29032024-12-21T02:42:30.912Z[ helios-setup] Dec 21 02:42:30.476 INFO E| Downloaded num-traits v0.2.15
29042024-12-21T02:42:30.916Z[ helios-setup] Dec 21 02:42:30.480 INFO E| Downloaded log v0.4.17
29052024-12-21T02:42:30.920Z[ helios-setup] Dec 21 02:42:30.483 INFO E| Downloaded futures v0.3.28
29062024-12-21T02:42:30.928Z[ helios-setup] Dec 21 02:42:30.491 INFO E| Downloaded anyhow v1.0.68
29072024-12-21T02:42:30.933Z[ helios-setup] Dec 21 02:42:30.497 INFO E| Downloaded home v0.5.4
29082024-12-21T02:42:30.936Z[ helios-setup] Dec 21 02:42:30.498 INFO E| Downloaded bincode v1.3.3
29092024-12-21T02:42:30.939Z[ helios-setup] Dec 21 02:42:30.502 INFO E| Downloaded unicode-width v0.1.10
29102024-12-21T02:42:30.941Z[ helios-setup] Dec 21 02:42:30.504 INFO E| Downloaded pin-project-lite v0.2.9
29112024-12-21T02:42:30.948Z[ helios-setup] Dec 21 02:42:30.511 INFO E| Downloaded once_cell v1.17.0
29122024-12-21T02:42:30.952Z[ helios-setup] Dec 21 02:42:30.514 INFO E| Downloaded lock_api v0.4.9
29132024-12-21T02:42:30.955Z[ helios-setup] Dec 21 02:42:30.516 INFO E| Downloaded ipnet v2.7.2
29142024-12-21T02:42:30.957Z[ helios-setup] Dec 21 02:42:30.519 INFO E| Downloaded futures-task v0.3.28
29152024-12-21T02:42:30.960Z[ helios-setup] Dec 21 02:42:30.521 INFO E| Downloaded futures-channel v0.3.28
29162024-12-21T02:42:30.964Z[ helios-setup] Dec 21 02:42:30.524 INFO E| Downloaded async-trait v0.1.68
29172024-12-21T02:42:30.967Z[ helios-setup] Dec 21 02:42:30.529 INFO E| Downloaded ahash v0.7.6
29182024-12-21T02:42:30.970Z[ helios-setup] Dec 21 02:42:30.533 INFO E| Downloaded smawk v0.3.1
29192024-12-21T02:42:30.973Z[ helios-setup] Dec 21 02:42:30.535 INFO E| Downloaded io-lifetimes v1.0.10
29202024-12-21T02:42:30.976Z[ helios-setup] Dec 21 02:42:30.539 INFO E| Downloaded camino v1.1.4
29212024-12-21T02:42:30.980Z[ helios-setup] Dec 21 02:42:30.542 INFO E| Downloaded paste v1.0.12
29222024-12-21T02:42:30.986Z[ helios-setup] Dec 21 02:42:30.546 INFO E| Downloaded is-terminal v0.4.7
29232024-12-21T02:42:30.990Z[ helios-setup] Dec 21 02:42:30.548 INFO E| Downloaded futures-sink v0.3.28
29242024-12-21T02:42:31.008Z[ helios-setup] Dec 21 02:42:30.571 INFO E| Downloaded sha2 v0.10.6
29252024-12-21T02:42:31.012Z[ helios-setup] Dec 21 02:42:30.574 INFO E| Downloaded sha1 v0.10.5
29262024-12-21T02:42:31.015Z[ helios-setup] Dec 21 02:42:30.577 INFO E| Downloaded serde_tokenstream v0.2.0
29272024-12-21T02:42:31.018Z[ helios-setup] Dec 21 02:42:30.581 INFO E| Downloaded serde_path_to_error v0.1.11
29282024-12-21T02:42:31.021Z[ helios-setup] Dec 21 02:42:30.584 INFO E| Downloaded serde_derive_internals v0.26.0
29292024-12-21T02:42:31.023Z[ helios-setup] Dec 21 02:42:30.586 INFO E| Downloaded serde_spanned v0.6.1
29302024-12-21T02:42:31.026Z[ helios-setup] Dec 21 02:42:30.588 INFO E| Downloaded num_enum_derive v0.5.7
29312024-12-21T02:42:31.029Z[ helios-setup] Dec 21 02:42:30.589 INFO E| Downloaded jobserver v0.1.26
29322024-12-21T02:42:31.029Z[ helios-setup] Dec 21 02:42:30.592 INFO E| Downloaded iana-time-zone v0.1.56
29332024-12-21T02:42:31.033Z[ helios-setup] Dec 21 02:42:30.595 INFO E| Downloaded httpdate v1.0.2
29342024-12-21T02:42:31.036Z[ helios-setup] Dec 21 02:42:30.597 INFO E| Downloaded http-body v0.4.5
29352024-12-21T02:42:31.036Z[ helios-setup] Dec 21 02:42:30.599 INFO E| Downloaded futures-io v0.3.28
29362024-12-21T02:42:31.039Z[ helios-setup] Dec 21 02:42:30.601 INFO E| Downloaded errno v0.3.1
29372024-12-21T02:42:31.042Z[ helios-setup] Dec 21 02:42:30.603 INFO E| Downloaded digest v0.10.6
29382024-12-21T02:42:31.045Z[ helios-setup] Dec 21 02:42:30.606 INFO E| Downloaded encoding_rs v0.8.32
29392024-12-21T02:42:31.076Z[ helios-setup] Dec 21 02:42:30.639 INFO E| Downloaded concolor-query v0.3.3
29402024-12-21T02:42:31.079Z[ helios-setup] Dec 21 02:42:30.641 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29412024-12-21T02:42:31.082Z[ helios-setup] Dec 21 02:42:30.644 INFO E| Downloaded futures-macro v0.3.28
29422024-12-21T02:42:31.085Z[ helios-setup] Dec 21 02:42:30.646 INFO E| Downloaded clap_lex v0.4.1
29432024-12-21T02:42:31.088Z[ helios-setup] Dec 21 02:42:30.647 INFO E| Downloaded generic-array v0.14.6
29442024-12-21T02:42:31.094Z[ helios-setup] Dec 21 02:42:30.650 INFO E| Downloaded crossbeam-deque v0.8.2
29452024-12-21T02:42:31.110Z[ helios-setup] Dec 21 02:42:30.652 INFO E| Downloaded cpufeatures v0.2.5
29462024-12-21T02:42:31.110Z[ helios-setup] Dec 21 02:42:30.654 INFO E| Downloaded anstyle-parse v0.1.1
29472024-12-21T02:42:31.113Z[ helios-setup] Dec 21 02:42:30.657 INFO E| Downloaded itoa v1.0.6
29482024-12-21T02:42:31.113Z[ helios-setup] Dec 21 02:42:30.659 INFO E| Downloaded futures-executor v0.3.28
29492024-12-21T02:42:31.113Z[ helios-setup] Dec 21 02:42:30.661 INFO E| Downloaded futures-core v0.3.28
29502024-12-21T02:42:31.113Z[ helios-setup] Dec 21 02:42:30.663 INFO E| Downloaded either v1.8.0
29512024-12-21T02:42:31.114Z[ helios-setup] Dec 21 02:42:30.665 INFO E| Downloaded dyn-clone v1.0.11
29522024-12-21T02:42:31.114Z[ helios-setup] Dec 21 02:42:30.667 INFO E| Downloaded byteorder v1.4.3
29532024-12-21T02:42:31.114Z[ helios-setup] Dec 21 02:42:30.671 INFO E| Downloaded block-buffer v0.10.3
29542024-12-21T02:42:31.114Z[ helios-setup] Dec 21 02:42:30.675 INFO E| Downloaded async-stream v0.3.5
29552024-12-21T02:42:31.117Z[ helios-setup] Dec 21 02:42:30.678 INFO E| Downloaded anstyle v0.3.5
29562024-12-21T02:42:31.117Z[ helios-setup] Dec 21 02:42:30.680 INFO E| Downloaded anstream v0.2.6
29572024-12-21T02:42:31.127Z[ helios-setup] Dec 21 02:42:30.689 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29582024-12-21T02:42:31.294Z[ helios-setup] Dec 21 02:42:30.857 INFO E| Downloaded libz-sys v1.1.8
29592024-12-21T02:42:31.452Z[ host-package] Compiling hickory-client v0.24.1
29602024-12-21T02:42:31.603Z[ helios-setup] Dec 21 02:42:31.166 INFO E| Downloaded ring v0.16.20
29612024-12-21T02:42:31.941Z[ helios-setup] Dec 21 02:42:31.504 INFO E| Compiling proc-macro2 v1.0.86
29622024-12-21T02:42:31.941Z[ helios-setup] Dec 21 02:42:31.504 INFO E| Compiling libc v0.2.139
29632024-12-21T02:42:31.941Z[ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling unicode-ident v1.0.8
29642024-12-21T02:42:31.945Z[ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling autocfg v1.1.0
29652024-12-21T02:42:31.945Z[ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling cfg-if v1.0.0
29662024-12-21T02:42:31.945Z[ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling version_check v0.9.4
29672024-12-21T02:42:31.945Z[ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling serde v1.0.204
29682024-12-21T02:42:31.945Z[ helios-setup] Dec 21 02:42:31.505 INFO E| Compiling syn v1.0.107
29692024-12-21T02:42:32.607Z[ helios-setup] Dec 21 02:42:32.170 INFO E| Compiling memchr v2.5.0
29702024-12-21T02:42:33.238Z[ helios-setup] Dec 21 02:42:32.801 INFO E| Compiling once_cell v1.17.0
29712024-12-21T02:42:33.621Z[ helios-setup] Dec 21 02:42:33.184 INFO E| Compiling log v0.4.17
29722024-12-21T02:42:33.901Z[ helios-setup] Dec 21 02:42:33.463 INFO E| Compiling thiserror v1.0.38
29732024-12-21T02:42:34.263Z[ helios-setup] Dec 21 02:42:33.825 INFO E| Compiling serde_json v1.0.95
29742024-12-21T02:42:34.611Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29752024-12-21T02:42:34.681Z[ helios-setup] Dec 21 02:42:34.243 INFO E| Compiling itoa v1.0.6
29762024-12-21T02:42:35.049Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29772024-12-21T02:42:35.631Z[ helios-setup] Dec 21 02:42:35.193 INFO E| Compiling jobserver v0.1.26
29782024-12-21T02:42:35.634Z[ helios-setup] Dec 21 02:42:35.194 INFO E| Compiling getrandom v0.2.8
29792024-12-21T02:42:36.035Z[ helios-setup] Dec 21 02:42:35.597 INFO E| Compiling indexmap v1.9.3
29802024-12-21T02:42:36.231Z[ helios-setup] Dec 21 02:42:35.791 INFO E| Compiling pin-project-lite v0.2.9
29812024-12-21T02:42:36.489Z[ helios-setup] Dec 21 02:42:36.051 INFO E| Compiling quote v1.0.36
29822024-12-21T02:42:36.837Z[ helios-setup] Dec 21 02:42:36.399 INFO E| Compiling cc v1.0.78
29832024-12-21T02:42:36.895Z[ helios-setup] Dec 21 02:42:36.457 INFO E| Compiling scopeguard v1.1.0
29842024-12-21T02:42:37.119Z[ helios-setup] Dec 21 02:42:36.681 INFO E| Compiling num-integer v0.1.45
29852024-12-21T02:42:37.119Z[ helios-setup] Dec 21 02:42:36.682 INFO E| Compiling futures-core v0.3.28
29862024-12-21T02:42:37.265Z[ helios-setup] Dec 21 02:42:36.828 INFO E| Compiling syn v2.0.72
29872024-12-21T02:42:37.582Z[ helios-setup] Dec 21 02:42:37.144 INFO E| Compiling bytes v1.4.0
29882024-12-21T02:42:37.628Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29892024-12-21T02:42:37.847Z[ helios-setup] Dec 21 02:42:37.409 INFO E| Compiling ryu v1.0.13
29902024-12-21T02:42:39.028Z[ helios-setup] Dec 21 02:42:38.585 INFO E| Compiling lock_api v0.4.9
29912024-12-21T02:42:39.157Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29922024-12-21T02:42:39.419Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29932024-12-21T02:42:39.563Z[ helios-setup] Dec 21 02:42:39.125 INFO E| Compiling parking_lot_core v0.9.6
29942024-12-21T02:42:39.752Z[ helios-setup] Dec 21 02:42:39.313 INFO E| Compiling typenum v1.16.0
29952024-12-21T02:42:40.095Z[ helios-setup] Dec 21 02:42:39.657 INFO E| Compiling bitflags v1.3.2
29962024-12-21T02:42:40.547Z[ helios-setup] Dec 21 02:42:40.108 INFO E| Compiling num_cpus v1.15.0
29972024-12-21T02:42:40.637Z[ helios-setup] Dec 21 02:42:40.198 INFO E| Compiling generic-array v0.14.6
29982024-12-21T02:42:40.664Z[ helios-setup] Dec 21 02:42:40.226 INFO E| Compiling slab v0.4.7
29992024-12-21T02:42:40.873Z[ helios-setup] Dec 21 02:42:40.434 INFO E| Compiling futures-sink v0.3.28
30002024-12-21T02:42:40.994Z[ helios-setup] Dec 21 02:42:40.556 INFO E| Compiling futures-task v0.3.28
30012024-12-21T02:42:41.242Z[ helios-setup] Dec 21 02:42:40.804 INFO E| Compiling futures-channel v0.3.28
30022024-12-21T02:42:41.810Z[ helios-setup] Dec 21 02:42:41.372 INFO E| Compiling tokio v1.27.0
30032024-12-21T02:42:41.833Z[ helios-setup] Dec 21 02:42:41.395 INFO E| Compiling schemars v0.8.12
30042024-12-21T02:42:41.992Z[ helios-setup] Dec 21 02:42:41.553 INFO E| Compiling futures-util v0.3.28
30052024-12-21T02:42:42.834Z[ host-package] Compiling hickory-server v0.24.1
30062024-12-21T02:42:43.212Z[ helios-setup] Dec 21 02:42:42.773 INFO E| Compiling mio v0.8.5
30072024-12-21T02:42:43.414Z[ helios-setup] Dec 21 02:42:42.955 INFO E| Compiling socket2 v0.4.9
30082024-12-21T02:42:43.501Z[ helios-setup] Dec 21 02:42:43.060 INFO E| Compiling signal-hook-registry v1.4.0
30092024-12-21T02:42:43.792Z[ helios-setup] Dec 21 02:42:43.353 INFO E| Compiling ahash v0.7.6
30102024-12-21T02:42:44.196Z[ helios-setup] Dec 21 02:42:43.757 INFO E| Compiling num-traits v0.2.15
30112024-12-21T02:42:45.162Z[ helios-setup] Dec 21 02:42:44.721 INFO E| Compiling pin-utils v0.1.0
30122024-12-21T02:42:45.314Z[ helios-setup] Dec 21 02:42:44.875 INFO E| Compiling io-lifetimes v1.0.10
30132024-12-21T02:42:45.397Z[ helios-setup] Dec 21 02:42:44.959 INFO E| Compiling futures-io v0.3.28
30142024-12-21T02:42:45.464Z[ host-package] Compiling primeorder v0.13.6
30152024-12-21T02:42:46.325Z[ helios-setup] Dec 21 02:42:45.886 INFO E| Compiling crunchy v0.2.2
30162024-12-21T02:42:46.751Z[ host-package] Compiling vergen v8.3.2
30172024-12-21T02:42:47.367Z[ helios-setup] Dec 21 02:42:46.927 INFO E| Compiling ahash v0.8.3
30182024-12-21T02:42:47.514Z[ host-package] Compiling castaway v0.2.3
30192024-12-21T02:42:47.554Z[ helios-setup] Dec 21 02:42:47.115 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30202024-12-21T02:42:47.618Z[ helios-setup] Dec 21 02:42:47.178 INFO E| Compiling tiny-keccak v2.0.2
30212024-12-21T02:42:47.785Z[ host-package] Compiling env_filter v0.1.2
30222024-12-21T02:42:48.182Z[ helios-setup] Dec 21 02:42:47.742 INFO E| Compiling rustix v0.37.3
30232024-12-21T02:42:48.539Z[ helios-setup] Dec 21 02:42:48.099 INFO E| Compiling hashbrown v0.12.3
30242024-12-21T02:42:48.804Z[ helios-setup] Dec 21 02:42:48.365 INFO E| Compiling crypto-common v0.1.6
30252024-12-21T02:42:49.028Z[ helios-setup] Dec 21 02:42:48.588 INFO E| Compiling block-buffer v0.10.3
30262024-12-21T02:42:49.509Z[ helios-setup] Dec 21 02:42:49.069 INFO E| Compiling serde_derive_internals v0.26.0
30272024-12-21T02:42:50.099Z[ host-package] Compiling cargo-platform v0.1.8
30282024-12-21T02:42:50.305Z[ helios-setup] Dec 21 02:42:49.865 INFO E| Compiling errno v0.3.1
30292024-12-21T02:42:50.710Z[ helios-setup] Dec 21 02:42:50.270 INFO E| Compiling fnv v1.0.7
30302024-12-21T02:42:50.939Z[ helios-setup] Dec 21 02:42:50.499 INFO E| Compiling pkg-config v0.3.26
30312024-12-21T02:42:51.032Z[ helios-setup] Dec 21 02:42:50.592 INFO E| Compiling slog v2.7.0
30322024-12-21T02:42:51.503Z[ host-package] Compiling nanorand v0.7.0
30332024-12-21T02:42:51.609Z[ helios-setup] Dec 21 02:42:51.169 INFO E| Compiling crossbeam-utils v0.8.14
30342024-12-21T02:42:52.579Z[ helios-setup] Dec 21 02:42:52.139 INFO E| Compiling http v0.2.9
30352024-12-21T02:42:52.743Z[ host-package] Compiling memoffset v0.9.1
30362024-12-21T02:42:53.962Z[ helios-setup] Dec 21 02:42:53.522 INFO E| Compiling digest v0.10.6
30372024-12-21T02:42:54.604Z[ host-package] Compiling flume v0.11.1
30382024-12-21T02:42:54.939Z[ host-package] Compiling git2 v0.19.0
30392024-12-21T02:42:55.212Z[ helios-setup] Dec 21 02:42:54.771 INFO E| Compiling aho-corasick v0.7.20
30402024-12-21T02:42:55.348Z[ host-package] Compiling cargo_metadata v0.18.1
30412024-12-21T02:42:55.525Z[ helios-setup] Dec 21 02:42:55.084 INFO E| Compiling httparse v1.8.0
30422024-12-21T02:42:56.271Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432024-12-21T02:42:56.349Z[ helios-setup] Dec 21 02:42:55.908 INFO E| Compiling regex-syntax v0.6.29
30442024-12-21T02:42:56.964Z[ helios-setup] Dec 21 02:42:56.523 INFO E| Compiling tinyvec_macros v0.1.1
30452024-12-21T02:42:57.306Z[ helios-setup] Dec 21 02:42:56.865 INFO E| Compiling cpufeatures v0.2.5
30462024-12-21T02:42:57.544Z[ helios-setup] Dec 21 02:42:57.103 INFO E| Compiling heck v0.4.1
30472024-12-21T02:42:57.946Z[ helios-setup] Dec 21 02:42:57.505 INFO E| Compiling anyhow v1.0.68
30482024-12-21T02:42:58.014Z[ helios-setup] Dec 21 02:42:57.573 INFO E| Compiling percent-encoding v2.2.0
30492024-12-21T02:42:59.127Z[ helios-setup] Dec 21 02:42:58.685 INFO E| Compiling unicode-width v0.1.10
30502024-12-21T02:42:59.382Z[ helios-setup] Dec 21 02:42:58.941 INFO E| Compiling tinyvec v1.6.0
30512024-12-21T02:42:59.460Z[ helios-setup] Dec 21 02:42:59.019 INFO E| Compiling form_urlencoded v1.1.0
30522024-12-21T02:42:59.707Z[ helios-setup] Dec 21 02:42:59.266 INFO E| Compiling const-random-macro v0.1.15
30532024-12-21T02:43:00.194Z[ helios-setup] Dec 21 02:42:59.753 INFO E| Compiling thiserror-impl v1.0.38
30542024-12-21T02:43:00.726Z[ helios-setup] Dec 21 02:43:00.284 INFO E| Compiling schemars_derive v0.8.12
30552024-12-21T02:43:01.056Z[ helios-setup] Dec 21 02:43:00.615 INFO E| Compiling hashbrown v0.13.2
30562024-12-21T02:43:01.923Z[ helios-setup] Dec 21 02:43:01.481 INFO E| Compiling serde_derive v1.0.204
30572024-12-21T02:43:02.042Z[ host-package] Compiling env_logger v0.11.5
30582024-12-21T02:43:02.867Z[ helios-setup] Dec 21 02:43:02.425 INFO E| Compiling tokio-macros v2.0.0
30592024-12-21T02:43:03.410Z[ helios-setup] Dec 21 02:43:02.968 INFO E| Compiling futures-macro v0.3.28
30602024-12-21T02:43:03.499Z[ helios-setup] Dec 21 02:43:03.057 INFO E| Compiling regex v1.7.3
30612024-12-21T02:43:04.903Z[ host-package] Compiling compact_str v0.8.0
30622024-12-21T02:43:06.287Z[ host-package] Compiling p384 v0.13.0
30632024-12-21T02:43:06.700Z[ helios-setup] Dec 21 02:43:06.257 INFO E| Compiling chrono v0.4.24
30642024-12-21T02:43:06.700Z[ helios-setup] Dec 21 02:43:06.257 INFO E| Compiling libz-sys v1.1.8
30652024-12-21T02:43:07.912Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30662024-12-21T02:43:07.983Z[ helios-setup] Dec 21 02:43:07.541 INFO E| Compiling dyn-clone v1.0.11
30672024-12-21T02:43:08.275Z[ helios-setup] Dec 21 02:43:07.833 INFO E| Compiling uuid v1.3.0
30682024-12-21T02:43:08.304Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692024-12-21T02:43:08.705Z[ helios-setup] Dec 21 02:43:08.262 INFO E| Compiling regress v0.5.0
30702024-12-21T02:43:08.764Z[ helios-setup] Dec 21 02:43:08.321 INFO E| Compiling unicode-normalization v0.1.22
30712024-12-21T02:43:09.341Z[ helios-setup] Dec 21 02:43:08.899 INFO E| Compiling const-random v0.1.15
30722024-12-21T02:43:09.697Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30732024-12-21T02:43:11.496Z[ helios-setup] Dec 21 02:43:11.053 INFO E| Compiling getopts v0.2.21
30742024-12-21T02:43:11.821Z[ helios-setup] Dec 21 02:43:11.379 INFO E| Compiling tracing-core v0.1.30
30752024-12-21T02:43:13.047Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30762024-12-21T02:43:13.065Z[ helios-setup] Dec 21 02:43:12.622 INFO E| Compiling memoffset v0.7.1
30772024-12-21T02:43:13.541Z[ host-package] Compiling unicode-truncate v1.1.0
30782024-12-21T02:43:13.680Z[ helios-setup] Dec 21 02:43:13.237 INFO E| Compiling num-conv v0.1.0
30792024-12-21T02:43:14.210Z[ helios-setup] Dec 21 02:43:13.767 INFO E| Compiling ucd-trie v0.1.5
30802024-12-21T02:43:14.568Z[ helios-setup] Dec 21 02:43:14.125 INFO E| Compiling time-core v0.1.2
30812024-12-21T02:43:14.598Z[ host-package] Compiling lru v0.12.5
30822024-12-21T02:43:15.095Z[ helios-setup] Dec 21 02:43:14.652 INFO E| Compiling unicode-bidi v0.3.13
30832024-12-21T02:43:15.263Z[ helios-setup] Dec 21 02:43:14.819 INFO E| Compiling powerfmt v0.2.0
30842024-12-21T02:43:15.291Z[ host-package] Compiling rand_seeder v0.3.0
30852024-12-21T02:43:16.340Z[ helios-setup] Dec 21 02:43:15.897 INFO E| Compiling idna v0.3.0
30862024-12-21T02:43:16.402Z[ host-package] Compiling libsqlite3-sys v0.30.1
30872024-12-21T02:43:16.544Z[ helios-setup] Dec 21 02:43:16.101 INFO E| Compiling deranged v0.3.11
30882024-12-21T02:43:17.217Z[ helios-setup] Dec 21 02:43:16.773 INFO E| Compiling time-macros v0.2.18
30892024-12-21T02:43:17.490Z[ host-package] Compiling lzma-sys v0.1.20
30902024-12-21T02:43:18.446Z[ host-package] Compiling instability v0.3.2
30912024-12-21T02:43:18.612Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30922024-12-21T02:43:19.492Z[ host-package] Compiling rustls v0.21.12
30932024-12-21T02:43:19.611Z[ host-package] Compiling http-range v0.1.5
30942024-12-21T02:43:20.426Z[ host-package] Compiling cfg_aliases v0.2.1
30952024-12-21T02:43:20.483Z[ helios-setup] Dec 21 02:43:20.038 INFO E| Compiling pest v2.5.7
30962024-12-21T02:43:20.698Z[ host-package] Compiling cassowary v0.3.0
30972024-12-21T02:43:21.068Z[ host-package] Compiling nix v0.29.0
30982024-12-21T02:43:21.135Z[ helios-setup] Dec 21 02:43:20.691 INFO E| Compiling tracing v0.1.37
30992024-12-21T02:43:21.715Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31002024-12-21T02:43:22.426Z[ host-package] Compiling ratatui v0.28.1
31012024-12-21T02:43:22.777Z[ helios-setup] Dec 21 02:43:22.333 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31022024-12-21T02:43:24.006Z[ helios-setup] Dec 21 02:43:23.561 INFO E| Compiling time v0.1.45
31032024-12-21T02:43:24.654Z[ helios-setup] Dec 21 02:43:24.210 INFO E| Compiling crossbeam-epoch v0.9.13
31042024-12-21T02:43:25.265Z[ helios-setup] Dec 21 02:43:24.820 INFO E| Compiling num_threads v0.1.6
31052024-12-21T02:43:25.790Z[ helios-setup] Dec 21 02:43:25.345 INFO E| Compiling semver v1.0.17
31062024-12-21T02:43:26.272Z[ helios-setup] Dec 21 02:43:25.827 INFO E| Compiling iana-time-zone v0.1.56
31072024-12-21T02:43:26.540Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31082024-12-21T02:43:27.588Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31092024-12-21T02:43:27.676Z[ helios-setup] Dec 21 02:43:27.231 INFO E| Compiling time v0.3.36
31102024-12-21T02:43:27.825Z[ helios-setup] Dec 21 02:43:27.380 INFO E| Compiling semver-parser v0.10.2
31112024-12-21T02:43:27.987Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122024-12-21T02:43:28.351Z[ helios-setup] Dec 21 02:43:27.905 INFO E| Compiling url v2.3.1
31132024-12-21T02:43:29.957Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31142024-12-21T02:43:30.793Z[ host-package] Compiling rustls-webpki v0.101.7
31152024-12-21T02:43:31.267Z[ host-package] Compiling sct v0.7.1
31162024-12-21T02:43:31.419Z[ helios-setup] Dec 21 02:43:30.973 INFO E| Compiling crossbeam-channel v0.5.6
31172024-12-21T02:43:31.758Z[ helios-setup] Dec 21 02:43:31.312 INFO E| Compiling dirs-sys-next v0.1.2
31182024-12-21T02:43:31.949Z[ helios-setup] Dec 21 02:43:31.503 INFO E| Compiling smallvec v1.10.0
31192024-12-21T02:43:32.605Z[ helios-setup] Dec 21 02:43:32.160 INFO E| Compiling toml v0.5.11
31202024-12-21T02:43:33.657Z[ host-package] Compiling heck v0.3.3
31212024-12-21T02:43:34.135Z[ helios-setup] Dec 21 02:43:33.689 INFO E| Compiling parking_lot v0.12.1
31222024-12-21T02:43:34.599Z[ host-package] Compiling csv-core v0.1.11
31232024-12-21T02:43:34.812Z[ helios-setup] Dec 21 02:43:34.366 INFO E| Compiling serde_tokenstream v0.2.0
31242024-12-21T02:43:36.411Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31252024-12-21T02:43:37.249Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31262024-12-21T02:43:37.430Z[ host-package] Compiling glob v0.3.1
31272024-12-21T02:43:38.076Z[ host-package] Compiling csv v1.3.0
31282024-12-21T02:43:38.160Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31292024-12-21T02:43:40.470Z[ helios-setup] Dec 21 02:43:40.023 INFO E| Compiling crc32fast v1.3.2
31302024-12-21T02:43:40.947Z[ host-package] Compiling zone_cfg_derive v0.1.2
31312024-12-21T02:43:41.515Z[ helios-setup] Dec 21 02:43:41.067 INFO E| Compiling same-file v1.0.6
31322024-12-21T02:43:41.641Z[ helios-setup] Dec 21 02:43:41.189 INFO E| Compiling try-lock v0.2.4
31332024-12-21T02:43:42.029Z[ helios-setup] Dec 21 02:43:41.582 INFO E| Compiling want v0.3.0
31342024-12-21T02:43:42.216Z[ helios-setup] Dec 21 02:43:41.769 INFO E| Compiling walkdir v2.3.3
31352024-12-21T02:43:44.069Z[ helios-setup] Dec 21 02:43:43.621 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31362024-12-21T02:43:45.409Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31372024-12-21T02:43:45.733Z[ helios-setup] Dec 21 02:43:45.285 INFO E| Compiling proc-macro-crate v1.2.1
31382024-12-21T02:43:47.595Z[ helios-setup] Dec 21 02:43:47.147 INFO E| Compiling dirs-next v2.0.0
31392024-12-21T02:43:47.961Z[ host-package] Compiling nix v0.27.1
31402024-12-21T02:43:49.953Z[ helios-setup] Dec 21 02:43:49.504 INFO E| Compiling semver v0.11.0
31412024-12-21T02:43:53.527Z[ helios-setup] Dec 21 02:43:53.078 INFO E| Compiling futures-executor v0.3.28
31422024-12-21T02:43:54.217Z[ host-package] Compiling hyper-staticfile v0.10.1
31432024-12-21T02:43:54.694Z[ helios-setup] Dec 21 02:43:54.245 INFO E| Compiling tokio-util v0.7.7
31442024-12-21T02:43:55.773Z[ helios-setup] Dec 21 02:43:55.324 INFO E| Compiling http-body v0.4.5
31452024-12-21T02:43:56.002Z[ helios-setup] Dec 21 02:43:55.552 INFO E| Compiling ring v0.16.20
31462024-12-21T02:43:57.635Z[ helios-setup] Dec 21 02:43:57.186 INFO E| Compiling h2 v0.3.16
31472024-12-21T02:43:58.824Z[ helios-setup] Dec 21 02:43:58.359 INFO E| Compiling rand_core v0.6.4
31482024-12-21T02:43:58.923Z[ helios-setup] Dec 21 02:43:58.473 INFO E| Compiling thread_local v1.1.7
31492024-12-21T02:43:59.908Z[ helios-setup] Dec 21 02:43:59.458 INFO E| Compiling httpdate v1.0.2
31502024-12-21T02:44:00.031Z[ helios-setup] Dec 21 02:43:59.581 INFO E| Compiling utf8parse v0.2.1
31512024-12-21T02:44:00.257Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31522024-12-21T02:44:00.346Z[ helios-setup] Dec 21 02:43:59.896 INFO E| Compiling rayon-core v1.10.2
31532024-12-21T02:44:00.838Z[ helios-setup] Dec 21 02:44:00.387 INFO E| Compiling home v0.5.4
31542024-12-21T02:44:01.544Z[ helios-setup] Dec 21 02:44:01.094 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31552024-12-21T02:44:01.700Z[ helios-setup] Dec 21 02:44:01.250 INFO E| Compiling base64 v0.21.0
31562024-12-21T02:44:01.703Z[ helios-setup] Dec 21 02:44:01.250 INFO E| Compiling adler v1.0.2
31572024-12-21T02:44:01.888Z[ helios-setup] Dec 21 02:44:01.438 INFO E| Compiling fastrand v1.9.0
31582024-12-21T02:44:02.303Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31592024-12-21T02:44:02.635Z[ helios-setup] Dec 21 02:44:02.185 INFO E| Compiling tower-service v0.3.2
31602024-12-21T02:44:02.904Z[ helios-setup] Dec 21 02:44:02.454 INFO E| Compiling ppv-lite86 v0.2.17
31612024-12-21T02:44:03.144Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31622024-12-21T02:44:04.206Z[ helios-setup] Dec 21 02:44:03.756 INFO E| Compiling lazy_static v1.4.0
31632024-12-21T02:44:04.438Z[ helios-setup] Dec 21 02:44:03.988 INFO E| Compiling toolchain_find v0.2.0
31642024-12-21T02:44:04.894Z[ helios-setup] Dec 21 02:44:04.444 INFO E| Compiling rand_chacha v0.3.1
31652024-12-21T02:44:05.700Z[ helios-setup] Dec 21 02:44:05.249 INFO E| Compiling tempfile v3.5.0
31662024-12-21T02:44:05.876Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
31672024-12-21T02:44:06.157Z[ helios-setup] Dec 21 02:44:05.704 INFO E| Compiling miniz_oxide v0.6.2
31682024-12-21T02:44:08.466Z[ helios-setup] Dec 21 02:44:08.015 INFO E| Compiling hyper v0.14.25
31692024-12-21T02:44:10.173Z[ helios-setup] Dec 21 02:44:09.722 INFO E| Compiling anstyle-parse v0.1.1
31702024-12-21T02:44:12.722Z[ helios-setup] Dec 21 02:44:12.270 INFO E| Compiling futures v0.3.28
31712024-12-21T02:44:13.837Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31722024-12-21T02:44:14.816Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31732024-12-21T02:44:28.393Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31742024-12-21T02:44:28.482Z[ helios-setup] Dec 21 02:44:28.028 INFO E| Compiling crossbeam-deque v0.8.2
31752024-12-21T02:44:30.449Z[ helios-setup] Dec 21 02:44:28.993 INFO E| Compiling cargo-lock v8.0.3
31762024-12-21T02:44:30.451Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31772024-12-21T02:44:30.451Z[ helios-setup] Dec 21 02:44:29.732 INFO E| Compiling term v0.7.0
31782024-12-21T02:44:30.606Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31792024-12-21T02:44:31.206Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31802024-12-21T02:44:32.918Z[ helios-setup] Dec 21 02:44:32.463 INFO E| Compiling num_enum_derive v0.5.7
31812024-12-21T02:44:34.627Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31822024-12-21T02:44:35.973Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31832024-12-21T02:44:36.117Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31842024-12-21T02:44:36.158Z[ helios-setup] Dec 21 02:44:35.702 INFO E| Compiling serde_urlencoded v0.7.1
31852024-12-21T02:44:36.243Z[ host-package] Compiling hashlink v0.9.1
31862024-12-21T02:44:36.586Z[ helios-setup] Dec 21 02:44:36.130 INFO E| Compiling sha1 v0.10.5
31872024-12-21T02:44:36.628Z[ helios-setup] Dec 21 02:44:36.173 INFO E| Compiling sha2 v0.10.6
31882024-12-21T02:44:36.970Z[ helios-setup] Dec 21 02:44:36.515 INFO E| Compiling is-terminal v0.4.7
31892024-12-21T02:44:37.333Z[ helios-setup] Dec 21 02:44:36.878 INFO E| Compiling atty v0.2.14
31902024-12-21T02:44:37.692Z[ helios-setup] Dec 21 02:44:37.237 INFO E| Compiling concolor-query v0.3.3
31912024-12-21T02:44:37.802Z[ host-package] Compiling tungstenite v0.23.0
31922024-12-21T02:44:37.861Z[ host-package] Compiling fallible-iterator v0.3.0
31932024-12-21T02:44:37.950Z[ helios-setup] Dec 21 02:44:37.495 INFO E| Compiling anstyle v0.3.5
31942024-12-21T02:44:38.090Z[ helios-setup] Dec 21 02:44:37.634 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31952024-12-21T02:44:39.299Z[ helios-setup] Dec 21 02:44:38.843 INFO E| Compiling concolor-override v1.0.0
31962024-12-21T02:44:39.671Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31972024-12-21T02:44:40.015Z[ helios-setup] Dec 21 02:44:39.559 INFO E| Compiling anstream v0.2.6
31982024-12-21T02:44:40.604Z[ host-package] Compiling base64 v0.13.1
31992024-12-21T02:44:41.088Z[ host-package] Compiling tokio-tungstenite v0.23.1
32002024-12-21T02:44:41.856Z[ helios-setup] Dec 21 02:44:41.400 INFO E| Compiling slog-term v2.9.0
32012024-12-21T02:44:42.046Z[ host-package] Compiling ron v0.7.1
32022024-12-21T02:44:42.711Z[ host-package] Compiling rusqlite v0.32.1
32032024-12-21T02:44:43.263Z[ helios-setup] Dec 21 02:44:42.807 INFO E| Compiling num_enum v0.5.7
32042024-12-21T02:44:43.673Z[ helios-setup] Dec 21 02:44:43.217 INFO E| Compiling flate2 v1.0.25
32052024-12-21T02:44:44.203Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32062024-12-21T02:44:45.661Z[ helios-setup] Dec 21 02:44:45.205 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32072024-12-21T02:44:46.446Z[ helios-setup] Dec 21 02:44:45.989 INFO E| Compiling rustfmt-wrapper v0.2.0
32082024-12-21T02:44:46.608Z[ helios-setup] Dec 21 02:44:46.151 INFO E| Compiling rand v0.8.5
32092024-12-21T02:44:47.721Z[ helios-setup] Dec 21 02:44:47.264 INFO E| Compiling openapiv3 v1.0.2
32102024-12-21T02:44:48.136Z[ helios-setup] Dec 21 02:44:47.679 INFO E| Compiling encoding_rs v0.8.32
32112024-12-21T02:44:48.197Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32122024-12-21T02:44:50.119Z[ helios-setup] Dec 21 02:44:49.662 INFO E| Compiling either v1.8.0
32132024-12-21T02:44:50.898Z[ helios-setup] Dec 21 02:44:50.441 INFO E| Compiling strsim v0.10.0
32142024-12-21T02:44:51.094Z[ helios-setup] Dec 21 02:44:50.637 INFO E| Compiling ipnet v2.7.2
32152024-12-21T02:44:52.449Z[ host-package] Compiling xz2 v0.1.7
32162024-12-21T02:44:54.096Z[ host-package] Compiling tokio-rustls v0.24.1
32172024-12-21T02:44:54.746Z[ helios-setup] Dec 21 02:44:54.288 INFO E| Compiling base64 v0.13.1
32182024-12-21T02:44:54.835Z[ helios-setup] Dec 21 02:44:54.377 INFO E| Compiling spin v0.5.2
32192024-12-21T02:44:54.960Z[ host-package] Compiling zone v0.1.8
32202024-12-21T02:44:55.620Z[ helios-setup] Dec 21 02:44:55.163 INFO E| Compiling untrusted v0.7.1
32212024-12-21T02:44:56.063Z[ helios-setup] Dec 21 02:44:55.605 INFO E| Compiling mime v0.3.17
32222024-12-21T02:44:56.161Z[ helios-setup] Dec 21 02:44:55.703 INFO E| Compiling project-root v0.2.2
32232024-12-21T02:44:56.358Z[ helios-setup] Dec 21 02:44:55.901 INFO E| Compiling utf-8 v0.7.6
32242024-12-21T02:44:56.775Z[ helios-setup] Dec 21 02:44:56.317 INFO E| Compiling unsafe-libyaml v0.2.8
32252024-12-21T02:44:56.881Z[ helios-setup] Dec 21 02:44:56.423 INFO E| Compiling clap_lex v0.4.1
32262024-12-21T02:44:57.604Z[ helios-setup] Dec 21 02:44:57.145 INFO E| Compiling byteorder v1.4.3
32272024-12-21T02:44:58.361Z[ helios-setup] Dec 21 02:44:57.903 INFO E| Compiling clap_builder v4.2.1
32282024-12-21T02:44:58.471Z[ helios-setup] Dec 21 02:44:58.012 INFO E| Compiling reqwest v0.11.16
32292024-12-21T02:44:59.283Z[ helios-setup] Dec 21 02:44:58.824 INFO E| Compiling tungstenite v0.18.0
32302024-12-21T02:45:00.006Z[ helios-setup] Dec 21 02:44:59.547 INFO E| Compiling serde_yaml v0.9.21
32312024-12-21T02:45:01.016Z[ helios-setup] Dec 21 02:45:00.558 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32322024-12-21T02:45:01.193Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32332024-12-21T02:45:09.693Z[ helios-setup] Dec 21 02:45:09.233 INFO E| Compiling rayon v1.6.1
32342024-12-21T02:45:10.461Z[ helios-setup] Dec 21 02:45:09.999 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32352024-12-21T02:45:11.552Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32362024-12-21T02:45:12.404Z[ helios-setup] Dec 21 02:45:11.944 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32372024-12-21T02:45:14.014Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382024-12-21T02:45:15.168Z[ helios-setup] Dec 21 02:45:14.707 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32392024-12-21T02:45:17.364Z[ helios-setup] Dec 21 02:45:16.903 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32402024-12-21T02:45:17.543Z[ helios-setup] Dec 21 02:45:17.081 INFO E| Compiling clap_derive v4.2.0
32412024-12-21T02:45:21.559Z[ helios-setup] Dec 21 02:45:21.097 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32422024-12-21T02:45:22.326Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32432024-12-21T02:45:27.184Z[ helios-setup] Dec 21 02:45:26.722 INFO E| Compiling clap v4.2.1
32442024-12-21T02:45:33.687Z[ helios-setup] Dec 21 02:45:32.825 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32452024-12-21T02:45:38.141Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32462024-12-21T02:45:39.349Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32472024-12-21T02:45:39.746Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32482024-12-21T02:45:41.008Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32492024-12-21T02:45:42.017Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32502024-12-21T02:45:43.058Z[ host-package] Compiling rustls-pemfile v1.0.4
32512024-12-21T02:45:44.785Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32522024-12-21T02:45:45.974Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32532024-12-21T02:45:46.020Z[ helios-setup] Dec 21 02:45:45.551 INFO E| Compiling tokio-tungstenite v0.18.0
32542024-12-21T02:45:46.554Z[ host-package] Compiling signal-hook-tokio v0.3.1
32552024-12-21T02:45:47.185Z[ helios-setup] Dec 21 02:45:46.720 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32562024-12-21T02:45:47.345Z[ host-package] Compiling twox-hash v1.6.3
32572024-12-21T02:45:47.821Z[ host-package] Compiling yasna v0.5.2
32582024-12-21T02:45:49.328Z[ host-package] Compiling smawk v0.3.2
32592024-12-21T02:45:50.036Z[ host-package] Compiling unicode-linebreak v0.1.5
32602024-12-21T02:45:50.561Z[ helios-setup] Dec 21 02:45:50.095 INFO E| Compiling smartstring v1.0.1
32612024-12-21T02:45:51.444Z[ host-package] Compiling is_ci v1.2.0
32622024-12-21T02:45:51.645Z[ helios-setup] Dec 21 02:45:51.179 INFO E| Compiling rustls v0.21.0
32632024-12-21T02:45:52.420Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32642024-12-21T02:45:53.285Z[ helios-setup] Dec 21 02:45:52.801 INFO E| Compiling sct v0.7.0
32652024-12-21T02:45:53.984Z[ helios-setup] Dec 21 02:45:53.518 INFO E| Compiling rustls-webpki v0.100.1
32662024-12-21T02:45:54.384Z[ host-package] Compiling supports-color v3.0.1
32672024-12-21T02:45:54.521Z[ helios-setup] Dec 21 02:45:54.055 INFO E| Compiling serde_spanned v0.6.1
32682024-12-21T02:45:54.781Z[ host-package] Compiling textwrap v0.16.1
32692024-12-21T02:45:55.334Z[ helios-setup] Dec 21 02:45:54.868 INFO E| Compiling toml_datetime v0.6.1
32702024-12-21T02:45:55.418Z[ host-package] Compiling rcgen v0.12.1
32712024-12-21T02:45:56.983Z[ helios-setup] Dec 21 02:45:56.516 INFO E| Compiling slog-async v2.7.0
32722024-12-21T02:45:58.017Z[ helios-setup] Dec 21 02:45:57.550 INFO E| Compiling match_cfg v0.1.0
32732024-12-21T02:45:58.290Z[ helios-setup] Dec 21 02:45:57.823 INFO E| Compiling winnow v0.4.1
32742024-12-21T02:45:58.611Z[ helios-setup] Dec 21 02:45:58.144 INFO E| Compiling static_assertions v1.1.0
32752024-12-21T02:45:59.243Z[ helios-setup] Dec 21 02:45:58.776 INFO E| Compiling paste v1.0.12
32762024-12-21T02:46:00.698Z[ helios-setup] Dec 21 02:46:00.231 INFO E| Compiling async-trait v0.1.68
32772024-12-21T02:46:01.970Z[ helios-setup] Dec 21 02:46:01.503 INFO E| Compiling camino v1.1.4
32782024-12-21T02:46:05.727Z[ helios-setup] Dec 21 02:46:05.259 INFO E| Compiling hostname v0.3.1
32792024-12-21T02:46:05.873Z[ helios-setup] Dec 21 02:46:05.404 INFO E| Compiling toml_edit v0.19.8
32802024-12-21T02:46:06.724Z[ helios-setup] Dec 21 02:46:06.256 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32812024-12-21T02:46:07.928Z[ helios-setup] Dec 21 02:46:07.460 INFO E| Compiling slog-json v2.6.1
32822024-12-21T02:46:09.034Z[ helios-setup] Dec 21 02:46:08.566 INFO E| Compiling unicode-linebreak v0.1.4
32832024-12-21T02:46:09.764Z[ helios-setup] Dec 21 02:46:09.295 INFO E| Compiling async-stream-impl v0.3.5
32842024-12-21T02:46:13.006Z[ helios-setup] Dec 21 02:46:12.537 INFO E| Compiling rhai_codegen v1.5.0
32852024-12-21T02:46:14.156Z[ helios-setup] Dec 21 02:46:13.687 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32862024-12-21T02:46:15.001Z[ helios-setup] Dec 21 02:46:14.531 INFO E| Compiling take_mut v0.2.2
32872024-12-21T02:46:15.405Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32882024-12-21T02:46:17.668Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32892024-12-21T02:46:18.137Z[ helios-setup] Dec 21 02:46:17.668 INFO E| Compiling rhai v1.14.0
32902024-12-21T02:46:19.368Z[ helios-setup] Dec 21 02:46:18.893 INFO E| Compiling tokio-rustls v0.24.0
32912024-12-21T02:46:21.095Z[ helios-setup] Dec 21 02:46:20.455 INFO E| Compiling toml v0.7.3
32922024-12-21T02:46:21.500Z[ helios-setup] Dec 21 02:46:21.030 INFO E| Compiling async-stream v0.3.5
32932024-12-21T02:46:22.341Z[ helios-setup] Dec 21 02:46:21.871 INFO E| Compiling slog-bunyan v2.4.0
32942024-12-21T02:46:24.995Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32952024-12-21T02:46:28.648Z[ helios-setup] Dec 21 02:46:28.177 INFO E| Compiling rustls-pemfile v1.0.2
32962024-12-21T02:46:28.730Z[ helios-setup] Dec 21 02:46:28.259 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32972024-12-21T02:46:30.197Z[ helios-setup] Dec 21 02:46:29.725 INFO E| Compiling serde_path_to_error v0.1.11
32982024-12-21T02:46:32.226Z[ helios-setup] Dec 21 02:46:31.754 INFO E| Compiling bincode v1.3.3
32992024-12-21T02:46:32.871Z[ helios-setup] Dec 21 02:46:32.399 INFO E| Compiling terminal_size v0.2.6
33002024-12-21T02:46:33.625Z[ helios-setup] Dec 21 02:46:33.153 INFO E| Compiling smawk v0.3.1
33012024-12-21T02:46:34.581Z[ helios-setup] Dec 21 02:46:34.108 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33022024-12-21T02:46:34.704Z[ helios-setup] Dec 21 02:46:34.229 INFO E| Compiling textwrap v0.16.0
33032024-12-21T02:46:34.860Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33042024-12-21T02:46:41.379Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33052024-12-21T02:46:50.527Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33062024-12-21T02:47:01.695Z[ helios-setup] Dec 21 02:47:01.219 INFO E| Compiling git2 v0.16.1
33072024-12-21T02:47:07.711Z[ helios-setup] Dec 21 02:47:07.234 INFO E| Compiling built v0.6.0
33082024-12-21T02:47:10.947Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33092024-12-21T02:47:11.570Z[ helios-setup] Dec 21 02:47:11.093 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33102024-12-21T02:47:13.342Z[ helios-setup] Dec 21 02:47:12.864 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33112024-12-21T02:47:14.203Z[ helios-setup] Dec 21 02:47:13.725 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33122024-12-21T02:47:14.205Z[ helios-setup] Dec 21 02:47:13.725 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33132024-12-21T02:47:17.671Z[ helios-setup] Dec 21 02:47:17.193 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33142024-12-21T02:47:18.334Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33152024-12-21T02:47:19.759Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33162024-12-21T02:47:20.612Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33172024-12-21T02:47:29.360Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33182024-12-21T02:47:33.839Z[ host-package] Compiling fatfs v0.3.6
33192024-12-21T02:47:39.186Z[ host-package] Compiling subprocess v0.2.9
33202024-12-21T02:47:46.439Z[ host-package] Compiling rtoolbox v0.0.2
33212024-12-21T02:47:47.273Z[ host-package] Compiling assert_matches v1.5.0
33222024-12-21T02:47:47.826Z[ host-package] Compiling rpassword v7.3.1
33232024-12-21T02:47:48.912Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33242024-12-21T02:47:49.447Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33252024-12-21T02:47:52.370Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33262024-12-21T02:48:01.935Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33272024-12-21T02:48:05.057Z[ host-package] Compiling tui-tree-widget v0.22.0
33282024-12-21T02:48:05.878Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33292024-12-21T02:48:07.843Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33302024-12-21T02:48:08.460Z[ host-package] Compiling uzers v0.12.1
33312024-12-21T02:48:09.587Z[ helios-setup] Dec 21 02:48:09.102 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33322024-12-21T02:48:11.840Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33332024-12-21T02:48:21.177Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33342024-12-21T02:48:23.695Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33352024-12-21T02:49:13.777Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33362024-12-21T02:49:14.218Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33372024-12-21T02:49:15.961Z[ helios-setup] Dec 21 02:49:15.465 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
33382024-12-21T02:49:16.097Z[ helios-setup] Dec 21 02:49:15.602 INFO building project "pilot" ok (412 seconds)
33392024-12-21T02:49:16.100Z[ helios-setup] Dec 21 02:49:15.602 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33402024-12-21T02:49:16.101Z[ helios-setup] Dec 21 02:49:15.602 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33412024-12-21T02:49:16.559Z[ helios-setup] Dec 21 02:49:16.064 INFO E| Downloading crates ...
33422024-12-21T02:49:16.677Z[ helios-setup] Dec 21 02:49:16.181 INFO E| Downloaded typenum v1.15.0
33432024-12-21T02:49:16.683Z[ helios-setup] Dec 21 02:49:16.188 INFO E| Downloaded digest v0.10.3
33442024-12-21T02:49:16.694Z[ helios-setup] Dec 21 02:49:16.191 INFO E| Downloaded sha2 v0.10.5
33452024-12-21T02:49:16.694Z[ helios-setup] Dec 21 02:49:16.194 INFO E| Downloaded anyhow v1.0.62
33462024-12-21T02:49:16.697Z[ helios-setup] Dec 21 02:49:16.200 INFO E| Downloaded bytes v1.2.1
33472024-12-21T02:49:16.800Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling version_check v0.9.4
33482024-12-21T02:49:16.803Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling typenum v1.15.0
33492024-12-21T02:49:16.803Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling crc32fast v1.3.2
33502024-12-21T02:49:16.803Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling cfg-if v1.0.0
33512024-12-21T02:49:16.803Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling anyhow v1.0.62
33522024-12-21T02:49:16.803Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling adler v1.0.2
33532024-12-21T02:49:16.804Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling cpufeatures v0.2.5
33542024-12-21T02:49:16.804Z[ helios-setup] Dec 21 02:49:16.305 INFO E| Compiling unicode-width v0.1.10
33552024-12-21T02:49:17.707Z[ helios-setup] Dec 21 02:49:17.211 INFO E| Compiling getopts v0.2.21
33562024-12-21T02:49:17.709Z[ helios-setup] Dec 21 02:49:17.212 INFO E| Compiling bytes v1.2.1
33572024-12-21T02:49:17.767Z[ helios-setup] Dec 21 02:49:17.271 INFO E| Compiling bitflags v1.3.2
33582024-12-21T02:49:18.035Z[ helios-setup] Dec 21 02:49:17.539 INFO E| Compiling miniz_oxide v0.6.2
33592024-12-21T02:49:19.166Z[ helios-setup] Dec 21 02:49:18.671 INFO E| Compiling generic-array v0.14.6
33602024-12-21T02:49:19.444Z[ helios-setup] Dec 21 02:49:18.948 INFO E| Compiling flate2 v1.0.25
33612024-12-21T02:49:20.659Z[ host-package] Compiling multimap v0.10.0
33622024-12-21T02:49:23.540Z[ helios-setup] Dec 21 02:49:23.044 INFO E| Compiling block-buffer v0.10.3
33632024-12-21T02:49:23.540Z[ helios-setup] Dec 21 02:49:23.044 INFO E| Compiling crypto-common v0.1.6
33642024-12-21T02:49:23.760Z[ helios-setup] Dec 21 02:49:23.263 INFO E| Compiling digest v0.10.3
33652024-12-21T02:49:24.123Z[ helios-setup] Dec 21 02:49:23.626 INFO E| Compiling sha2 v0.10.5
33662024-12-21T02:49:24.692Z[ helios-setup] Dec 21 02:49:24.196 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33672024-12-21T02:49:30.722Z[ helios-setup] Dec 21 02:49:30.200 INFO E| Finished `release` profile [optimized] target(s) in 14.50s
33682024-12-21T02:49:30.740Z[ helios-setup] Dec 21 02:49:30.217 INFO building project "bootserver" ok (14 seconds)
33692024-12-21T02:49:30.740Z[ helios-setup] Dec 21 02:49:30.217 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33702024-12-21T02:49:30.741Z[ helios-setup] Dec 21 02:49:30.217 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33712024-12-21T02:49:31.192Z[ helios-setup] Dec 21 02:49:30.694 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33722024-12-21T02:49:31.764Z[ helios-setup] Dec 21 02:49:31.267 INFO E| From https://github.com/jclulow/rust-jmclib
33732024-12-21T02:49:31.764Z[ helios-setup] Dec 21 02:49:31.267 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33742024-12-21T02:49:31.785Z[ helios-setup] Dec 21 02:49:31.287 INFO E| Updating crates.io index
33752024-12-21T02:49:31.911Z[ helios-setup] Dec 21 02:49:31.414 INFO E| Downloading crates ...
33762024-12-21T02:49:32.036Z[ helios-setup] Dec 21 02:49:31.538 INFO E| Downloaded sha-1 v0.9.8
33772024-12-21T02:49:32.039Z[ helios-setup] Dec 21 02:49:31.542 INFO E| Downloaded getrandom v0.2.10
33782024-12-21T02:49:32.044Z[ helios-setup] Dec 21 02:49:31.547 INFO E| Downloaded digest v0.9.0
33792024-12-21T02:49:32.046Z[ helios-setup] Dec 21 02:49:31.549 INFO E| Downloaded cpufeatures v0.2.9
33802024-12-21T02:49:32.049Z[ helios-setup] Dec 21 02:49:31.551 INFO E| Downloaded anyhow v1.0.72
33812024-12-21T02:49:32.056Z[ helios-setup] Dec 21 02:49:31.558 INFO E| Downloaded uuid v0.8.2
33822024-12-21T02:49:32.061Z[ helios-setup] Dec 21 02:49:31.563 INFO E| Downloaded once_cell v1.18.0
33832024-12-21T02:49:32.065Z[ helios-setup] Dec 21 02:49:31.568 INFO E| Downloaded quote v1.0.31
33842024-12-21T02:49:32.069Z[ helios-setup] Dec 21 02:49:31.572 INFO E| Downloaded bitflags v2.3.3
33852024-12-21T02:49:32.074Z[ helios-setup] Dec 21 02:49:31.577 INFO E| Downloaded unicode-ident v1.0.11
33862024-12-21T02:49:32.078Z[ helios-setup] Dec 21 02:49:31.581 INFO E| Downloaded serde v1.0.193
33872024-12-21T02:49:32.084Z[ helios-setup] Dec 21 02:49:31.587 INFO E| Downloaded serde_derive v1.0.193
33882024-12-21T02:49:32.089Z[ helios-setup] Dec 21 02:49:31.591 INFO E| Downloaded proc-macro2 v1.0.66
33892024-12-21T02:49:32.093Z[ helios-setup] Dec 21 02:49:31.596 INFO E| Downloaded fastrand v2.0.0
33902024-12-21T02:49:32.096Z[ helios-setup] Dec 21 02:49:31.598 INFO E| Downloaded tempfile v3.7.0
33912024-12-21T02:49:32.100Z[ helios-setup] Dec 21 02:49:31.602 INFO E| Downloaded md-5 v0.9.1
33922024-12-21T02:49:32.102Z[ helios-setup] Dec 21 02:49:31.605 INFO E| Downloaded libdevinfo-sys v1.0.0
33932024-12-21T02:49:32.106Z[ helios-setup] Dec 21 02:49:31.607 INFO E| Downloaded block-buffer v0.9.0
33942024-12-21T02:49:32.106Z[ helios-setup] Dec 21 02:49:31.608 INFO E| Downloaded serde_json v1.0.103
33952024-12-21T02:49:32.129Z[ helios-setup] Dec 21 02:49:31.632 INFO E| Downloaded syn v2.0.32
33962024-12-21T02:49:32.147Z[ helios-setup] Dec 21 02:49:31.649 INFO E| Downloaded rustix v0.38.4
33972024-12-21T02:49:32.225Z[ helios-setup] Dec 21 02:49:31.728 INFO E| Downloaded libc v0.2.147
33982024-12-21T02:49:32.364Z[ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling libc v0.2.147
33992024-12-21T02:49:32.367Z[ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling proc-macro2 v1.0.66
34002024-12-21T02:49:32.367Z[ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling cfg-if v1.0.0
34012024-12-21T02:49:32.368Z[ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling unicode-ident v1.0.11
34022024-12-21T02:49:32.368Z[ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling typenum v1.16.0
34032024-12-21T02:49:32.368Z[ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling version_check v0.9.4
34042024-12-21T02:49:32.368Z[ helios-setup] Dec 21 02:49:31.867 INFO E| Compiling serde v1.0.193
34052024-12-21T02:49:32.368Z[ helios-setup] Dec 21 02:49:31.868 INFO E| Compiling num-conv v0.1.0
34062024-12-21T02:49:32.665Z[ helios-setup] Dec 21 02:49:32.168 INFO E| Compiling slog v2.7.0
34072024-12-21T02:49:33.116Z[ helios-setup] Dec 21 02:49:32.618 INFO E| Compiling time-core v0.1.2
34082024-12-21T02:49:33.300Z[ helios-setup] Dec 21 02:49:32.802 INFO E| Compiling rustix v0.38.4
34092024-12-21T02:49:33.375Z[ helios-setup] Dec 21 02:49:32.877 INFO E| Compiling powerfmt v0.2.0
34102024-12-21T02:49:33.894Z[ helios-setup] Dec 21 02:49:33.396 INFO E| Compiling itoa v1.0.9
34112024-12-21T02:49:34.018Z[ helios-setup] Dec 21 02:49:33.520 INFO E| Compiling generic-array v0.14.7
34122024-12-21T02:49:34.246Z[ helios-setup] Dec 21 02:49:33.748 INFO E| Compiling deranged v0.3.11
34132024-12-21T02:49:34.378Z[ helios-setup] Dec 21 02:49:33.880 INFO E| Compiling time-macros v0.2.18
34142024-12-21T02:49:34.415Z[ helios-setup] Dec 21 02:49:33.917 INFO E| Compiling bitflags v2.3.3
34152024-12-21T02:49:35.044Z[ helios-setup] Dec 21 02:49:34.546 INFO E| Compiling num_threads v0.1.6
34162024-12-21T02:49:35.072Z[ helios-setup] Dec 21 02:49:34.574 INFO E| Compiling once_cell v1.18.0
34172024-12-21T02:49:35.663Z[ helios-setup] Dec 21 02:49:35.165 INFO E| Compiling quote v1.0.31
34182024-12-21T02:49:36.340Z[ helios-setup] Dec 21 02:49:35.842 INFO E| Compiling thread_local v1.1.7
34192024-12-21T02:49:36.628Z[ helios-setup] Dec 21 02:49:36.130 INFO E| Compiling syn v2.0.32
34202024-12-21T02:49:36.923Z[ helios-setup] Dec 21 02:49:36.425 INFO E| Compiling dirs-sys-next v0.1.2
34212024-12-21T02:49:37.188Z[ helios-setup] Dec 21 02:49:36.689 INFO E| Compiling errno v0.3.1
34222024-12-21T02:49:37.363Z[ helios-setup] Dec 21 02:49:36.865 INFO E| Compiling dirs-next v2.0.0
34232024-12-21T02:49:37.573Z[ helios-setup] Dec 21 02:49:37.075 INFO E| Compiling term v0.7.0
34242024-12-21T02:49:37.790Z[ helios-setup] Dec 21 02:49:37.292 INFO E| Compiling atty v0.2.14
34252024-12-21T02:49:38.317Z[ helios-setup] Dec 21 02:49:37.818 INFO E| Compiling serde_json v1.0.103
34262024-12-21T02:49:38.424Z[ helios-setup] Dec 21 02:49:37.926 INFO E| Compiling anyhow v1.0.72
34272024-12-21T02:49:38.507Z[ helios-setup] Dec 21 02:49:38.009 INFO E| Compiling opaque-debug v0.3.0
34282024-12-21T02:49:38.655Z[ helios-setup] Dec 21 02:49:38.156 INFO E| Compiling fastrand v2.0.0
34292024-12-21T02:49:39.389Z[ helios-setup] Dec 21 02:49:38.890 INFO E| Compiling digest v0.9.0
34302024-12-21T02:49:39.597Z[ helios-setup] Dec 21 02:49:39.098 INFO E| Compiling block-buffer v0.9.0
34312024-12-21T02:49:39.803Z[ helios-setup] Dec 21 02:49:39.304 INFO E| Compiling getrandom v0.2.10
34322024-12-21T02:49:39.901Z[ helios-setup] Dec 21 02:49:39.402 INFO E| Compiling cpufeatures v0.2.9
34332024-12-21T02:49:39.959Z[ helios-setup] Dec 21 02:49:39.460 INFO E| Compiling ryu v1.0.15
34342024-12-21T02:49:40.003Z[ helios-setup] Dec 21 02:49:39.504 INFO E| Compiling same-file v1.0.6
34352024-12-21T02:49:40.476Z[ helios-setup] Dec 21 02:49:39.977 INFO E| Compiling unicode-width v0.1.10
34362024-12-21T02:49:40.601Z[ helios-setup] Dec 21 02:49:40.102 INFO E| Compiling time v0.3.36
34372024-12-21T02:49:40.665Z[ helios-setup] Dec 21 02:49:40.166 INFO E| Compiling getopts v0.2.21
34382024-12-21T02:49:40.756Z[ helios-setup] Dec 21 02:49:40.257 INFO E| Compiling walkdir v2.3.3
34392024-12-21T02:49:40.768Z[ helios-setup] Dec 21 02:49:40.269 INFO E| Compiling sha-1 v0.9.8
34402024-12-21T02:49:41.229Z[ helios-setup] Dec 21 02:49:40.730 INFO E| Compiling tempfile v3.7.0
34412024-12-21T02:49:41.978Z[ helios-setup] Dec 21 02:49:41.479 INFO E| Compiling md-5 v0.9.1
34422024-12-21T02:49:42.272Z[ helios-setup] Dec 21 02:49:41.773 INFO E| Compiling libdevinfo-sys v1.0.0
34432024-12-21T02:49:42.479Z[ helios-setup] Dec 21 02:49:41.980 INFO E| Compiling glob v0.3.1
34442024-12-21T02:49:44.436Z[ helios-setup] Dec 21 02:49:43.936 INFO E| Compiling slog-term v2.9.0
34452024-12-21T02:49:47.116Z[ helios-setup] Dec 21 02:49:46.616 INFO E| Compiling serde_derive v1.0.193
34462024-12-21T02:50:03.692Z[ helios-setup] Dec 21 02:50:03.190 INFO E| Compiling toml v0.5.11
34472024-12-21T02:50:03.694Z[ helios-setup] Dec 21 02:50:03.190 INFO E| Compiling uuid v0.8.2
34482024-12-21T02:50:05.866Z[ helios-setup] Dec 21 02:50:05.363 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34492024-12-21T02:50:09.873Z[ helios-setup] Dec 21 02:50:09.370 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34502024-12-21T02:50:24.313Z[ helios-setup] Dec 21 02:50:23.808 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.47s
34512024-12-21T02:50:24.348Z[ helios-setup] Dec 21 02:50:23.843 INFO building project "image-builder" ok (53 seconds)
34522024-12-21T02:50:24.351Z[ helios-setup] rm -f helios-build
34532024-12-21T02:50:24.353Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34542024-12-21T02:50:24.356Z[ helios-setup]
34552024-12-21T02:50:24.359Z[ helios-setup] Setup complete! ./helios-build is now available.
34562024-12-21T02:50:24.362Z[ helios-setup]
34572024-12-21T02:50:24.362Z[ helios-setup]
34582024-12-21T02:50:24.362Z[ helios-setup] real 12:17.176428703
34592024-12-21T02:50:24.362Z[ helios-setup] user 29:11.092543120
34602024-12-21T02:50:24.362Z[ helios-setup] sys 3:39.354074614
34612024-12-21T02:50:24.362Z[ helios-setup] trap 1.791534011
34622024-12-21T02:50:24.362Z[ helios-setup] tflt 7.165196485
34632024-12-21T02:50:24.362Z[ helios-setup] dflt 35.761747199
34642024-12-21T02:50:24.363Z[ helios-setup] kflt 0.021502158
34652024-12-21T02:50:24.363Z[ helios-setup] lock 2:09:33.192160849
34662024-12-21T02:50:24.363Z[ helios-setup] slp 3:47:53.964801682
34672024-12-21T02:50:24.363Z[ helios-setup] lat 33:36.672443888
34682024-12-21T02:50:24.363Z[ helios-setup] stop 4:27.716906926
34692024-12-21T02:50:24.363ZDec 21 02:50:23.857 INFO [helios-setup] process exited with exit status: 0 (737.183034155s)
34702024-12-21T02:50:24.366ZDec 21 02:50:23.857 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34712024-12-21T02:50:24.389Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34722024-12-21T02:50:24.666Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34732024-12-21T02:50:24.666Z[ phbl-toolchain] info: downloading component 'cargo'
34742024-12-21T02:50:26.183Z[ phbl-toolchain] info: downloading component 'clippy'
34752024-12-21T02:50:26.521Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34762024-12-21T02:50:31.768Z[ phbl-toolchain] info: downloading component 'miri'
34772024-12-21T02:50:31.951Z[ phbl-toolchain] info: downloading component 'rust-docs'
34782024-12-21T02:50:33.299Z[ phbl-toolchain] info: downloading component 'rust-src'
34792024-12-21T02:50:33.512Z[ phbl-toolchain] info: downloading component 'rust-std'
34802024-12-21T02:50:35.688Z[ phbl-toolchain] info: downloading component 'rustc'
34812024-12-21T02:50:42.857Z[ phbl-toolchain] info: downloading component 'rustfmt'
34822024-12-21T02:50:43.112Z[ phbl-toolchain] info: installing component 'cargo'
34832024-12-21T02:50:44.362Z[ phbl-toolchain] info: installing component 'clippy'
34842024-12-21T02:50:44.941Z[ phbl-toolchain] info: installing component 'llvm-tools'
34852024-12-21T02:50:50.699Z[ phbl-toolchain] info: installing component 'miri'
34862024-12-21T02:50:51.012Z[ phbl-toolchain] info: installing component 'rust-docs'
34872024-12-21T02:50:59.158Z[ phbl-toolchain] info: installing component 'rust-src'
34882024-12-21T02:50:59.753Z[ phbl-toolchain] info: installing component 'rust-std'
34892024-12-21T02:51:02.168Z[ phbl-toolchain] info: installing component 'rustc'
34902024-12-21T02:51:11.288Z[ phbl-toolchain] info: installing component 'rustfmt'
34912024-12-21T02:51:12.049Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34922024-12-21T02:51:12.052ZDec 21 02:51:11.540 INFO [phbl-toolchain] process exited with exit status: 0 (47.682584475s)
34932024-12-21T02:51:57.843Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34942024-12-21T02:52:00.656Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34952024-12-21T02:58:41.892Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 42s
34962024-12-21T02:59:51.667ZDec 21 02:59:48.848 INFO [host-package] process exited with exit status: 0 (1250.547285166s)
34972024-12-21T02:59:51.717ZDec 21 02:59:48.848 INFO [host-stamp] running task
34982024-12-21T02:59:51.717ZDec 21 02:59:48.849 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34992024-12-21T02:59:51.717ZDec 21 02:59:48.857 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+gitec6f3678b6b
35002024-12-21T02:59:51.717ZDec 21 02:59:48.867 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+gitec6f3678b6b
35012024-12-21T02:59:51.717Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35022024-12-21T02:59:51.717ZDec 21 02:59:48.876 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+gitec6f3678b6b
35032024-12-21T02:59:51.717Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-21T02:59:51.717Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-21T02:59:51.717ZDec 21 02:59:48.884 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+gitec6f3678b6b
35062024-12-21T02:59:51.717Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35072024-12-21T02:59:51.717ZDec 21 02:59:48.893 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+gitec6f3678b6b
35082024-12-21T02:59:51.717Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-21T02:59:51.717Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-21T02:59:51.717ZDec 21 02:59:48.904 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+gitec6f3678b6b
35112024-12-21T02:59:51.718ZDec 21 02:59:48.915 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+gitec6f3678b6b
35122024-12-21T02:59:51.718Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-21T02:59:51.718Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35142024-12-21T02:59:51.718ZDec 21 02:59:48.926 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+gitec6f3678b6b
35152024-12-21T02:59:51.718Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-21T02:59:51.718ZDec 21 02:59:48.938 INFO [stamp-oxlog] process exited with exit status: 0 (81.093457ms)
35172024-12-21T02:59:51.718ZDec 21 02:59:48.939 INFO [stamp-overlay] process exited with exit status: 0 (45.569372ms)
35182024-12-21T02:59:51.718Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35192024-12-21T02:59:51.718Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35202024-12-21T02:59:51.718ZDec 21 02:59:48.944 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (29.071814ms)
35212024-12-21T02:59:51.718Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35222024-12-21T02:59:51.718Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35232024-12-21T02:59:51.719ZDec 21 02:59:48.997 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.943629ms)
35242024-12-21T02:59:51.719Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35252024-12-21T02:59:51.719ZDec 21 02:59:49.147 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (220.437589ms)
35262024-12-21T02:59:51.719Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35272024-12-21T02:59:51.719ZDec 21 02:59:49.273 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (369.694214ms)
35282024-12-21T02:59:51.719Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35292024-12-21T02:59:51.719ZDec 21 02:59:50.128 INFO [stamp-propolis-server] process exited with exit status: 0 (1.252370392s)
35302024-12-21T02:59:51.719Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35312024-12-21T02:59:53.095Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35322024-12-21T03:00:00.213Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35332024-12-21T03:00:00.216ZDec 21 02:59:59.628 INFO [stamp-switch-asic] process exited with exit status: 0 (10.76098197s)
35342024-12-21T03:00:00.219ZDec 21 02:59:59.628 INFO [host-stamp] task succeeded (10.780199762s)
35352024-12-21T03:00:00.219ZDec 21 02:59:59.628 INFO [host-proto] running task
35362024-12-21T03:00:00.670ZDec 21 03:00:00.081 INFO [host-proto] task succeeded (452.696809ms)
35372024-12-21T03:00:00.670ZDec 21 03:00:00.081 INFO [host-profile] running task
35382024-12-21T03:00:00.672ZDec 21 03:00:00.081 INFO [host-profile] task succeeded (281.664µs)
35392024-12-21T03:00:00.672ZDec 21 03:00:00.082 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/.tmpHfUgvJ/proto/host/root -N 'ci ec6f367/${os_short_commit} 2024-12-21 02:38' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35402024-12-21T03:00:00.687Z[ host-image] Dec 21 03:00:00.099 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35412024-12-21T03:00:00.687Z[ host-image] Dec 21 03:00:00.099 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35422024-12-21T03:00:00.702Z[ host-image] Dec 21 03:00:00.114 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHfUgvJ/proto/host/root"
35432024-12-21T03:00:00.702Z[ host-image] Dec 21 03:00:00.114 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35442024-12-21T03:00:00.705Z[ host-image] Dec 21 03:00:00.114 INFO image builder template: ramdisk-01-os...
35452024-12-21T03:00:00.705Z[ host-image] Dec 21 03:00:00.114 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/.tmpHfUgvJ/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35462024-12-21T03:00:00.723Z[ host-image] Dec 21 03:00:00.134 INFO O| Dec 21 03:00:00.134 INFO CREATE DATASET: rpool/images/build/host/output
35472024-12-21T03:00:01.021Z[ host-image] Dec 21 03:00:00.432 INFO O| Dec 21 03:00:00.432 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35482024-12-21T03:00:01.025Z[ host-image] Dec 21 03:00:00.437 INFO O| Dec 21 03:00:00.437 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35492024-12-21T03:00:01.275Z[ host-image] Dec 21 03:00:00.685 INFO O| Dec 21 03:00:00.685 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35502024-12-21T03:00:01.356Z[ host-image] Dec 21 03:00:00.767 INFO O| Dec 21 03:00:00.767 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35512024-12-21T03:00:01.356Z[ host-image] Dec 21 03:00:00.768 INFO O| Dec 21 03:00:00.768 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-21T03:00:01.359Z[ host-image] Dec 21 03:00:00.768 INFO O| Dec 21 03:00:00.768 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-21T03:00:01.359Z[ host-image] Dec 21 03:00:00.768 INFO O| Dec 21 03:00:00.768 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-21T03:00:01.366Z[ host-image] Dec 21 03:00:00.777 INFO O| Dec 21 03:00:00.777 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35552024-12-21T03:00:01.616Z[ host-image] Dec 21 03:00:01.026 INFO O| Dec 21 03:00:01.026 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-21T03:00:01.628Z[ host-image] Dec 21 03:00:01.039 INFO O| Dec 21 03:00:01.039 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35572024-12-21T03:00:02.045Z[ host-image] Dec 21 03:00:01.455 INFO O| Dec 21 03:00:01.455 INFO O| Caching catalogs ... Done
35582024-12-21T03:00:02.170Z[ host-image] Dec 21 03:00:01.581 INFO O| Dec 21 03:00:01.581 INFO STEP 0 (pkg_image_create) COMPLETE
35592024-12-21T03:00:02.170Z[ host-image] Dec 21 03:00:01.582 INFO O| Dec 21 03:00:01.581 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-21T03:00:02.173Z[ host-image] Dec 21 03:00:01.582 INFO O| Dec 21 03:00:01.581 INFO skip step because feature "repo_redist" is not enabled
35612024-12-21T03:00:02.173Z[ host-image] Dec 21 03:00:01.582 INFO O| Dec 21 03:00:01.581 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-21T03:00:02.188Z[ host-image] Dec 21 03:00:01.599 INFO O| Dec 21 03:00:01.599 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35632024-12-21T03:00:02.736Z[ host-image] Dec 21 03:00:02.147 INFO O| Dec 21 03:00:02.147 INFO STEP 2 (pkg_set_publisher) COMPLETE
35642024-12-21T03:00:02.736Z[ host-image] Dec 21 03:00:02.147 INFO O| Dec 21 03:00:02.147 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-21T03:00:02.753Z[ host-image] Dec 21 03:00:02.165 INFO O| Dec 21 03:00:02.165 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35662024-12-21T03:00:03.273Z[ host-image] Dec 21 03:00:02.684 INFO O| Dec 21 03:00:02.684 INFO STEP 3 (pkg_set_publisher) COMPLETE
35672024-12-21T03:00:03.273Z[ host-image] Dec 21 03:00:02.685 INFO O| Dec 21 03:00:02.684 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-21T03:00:03.276Z[ host-image] Dec 21 03:00:02.685 INFO O| Dec 21 03:00:02.684 INFO skip step because feature "repo_redist" is not enabled
35692024-12-21T03:00:03.276Z[ host-image] Dec 21 03:00:02.685 INFO O| Dec 21 03:00:02.684 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-21T03:00:03.886Z[ host-image] Dec 21 03:00:03.297 INFO O| Dec 21 03:00:03.297 INFO variant opensolaris.zone is already global
35712024-12-21T03:00:03.886Z[ host-image] Dec 21 03:00:03.297 INFO O| Dec 21 03:00:03.297 INFO STEP 5 (pkg_change_variant) COMPLETE
35722024-12-21T03:00:03.890Z[ host-image] Dec 21 03:00:03.297 INFO O| Dec 21 03:00:03.297 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35732024-12-21T03:00:04.434Z[ host-image] Dec 21 03:00:03.843 INFO O| Dec 21 03:00:03.843 INFO variant opensolaris.imagetype is full; changing to partial
35742024-12-21T03:00:04.434Z[ host-image] Dec 21 03:00:03.843 INFO O| Dec 21 03:00:03.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35752024-12-21T03:00:12.281Z[ host-image] Dec 21 03:00:11.691 INFO O| Dec 21 03:00:11.690 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35762024-12-21T03:00:12.655Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.92s
35772024-12-21T03:00:14.157ZDec 21 03:00:13.559 INFO [recovery-package] process exited with exit status: 0 (24.710290439s)
35782024-12-21T03:00:14.160ZDec 21 03:00:13.559 INFO [recovery-stamp] running task
35792024-12-21T03:00:14.160ZDec 21 03:00:13.559 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35802024-12-21T03:00:14.160ZDec 21 03:00:13.559 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitec6f3678b6b
35812024-12-21T03:00:14.166ZDec 21 03:00:13.576 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+gitec6f3678b6b
35822024-12-21T03:00:14.175Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35832024-12-21T03:00:14.188Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35842024-12-21T03:00:14.268Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35852024-12-21T03:00:14.272ZDec 21 03:00:13.681 INFO [stamp-installinator] process exited with exit status: 0 (121.961676ms)
35862024-12-21T03:00:14.321Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35872024-12-21T03:00:14.330ZDec 21 03:00:13.725 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (149.190483ms)
35882024-12-21T03:00:14.330ZDec 21 03:00:13.725 INFO [recovery-stamp] task succeeded (166.151013ms)
35892024-12-21T03:00:14.330ZDec 21 03:00:13.725 INFO [recovery-proto] running task
35902024-12-21T03:00:14.330ZDec 21 03:00:13.725 INFO [tuf-stamp] running task
35912024-12-21T03:00:14.330ZDec 21 03:00:13.726 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+gitec6f3678b6b
35922024-12-21T03:00:14.333ZDec 21 03:00:13.741 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+gitec6f3678b6b
35932024-12-21T03:00:14.342ZDec 21 03:00:13.752 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+gitec6f3678b6b
35942024-12-21T03:00:14.349Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-21T03:00:14.354ZDec 21 03:00:13.763 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+gitec6f3678b6b
35962024-12-21T03:00:14.363Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-21T03:00:14.366Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35982024-12-21T03:00:14.369ZDec 21 03:00:13.778 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+gitec6f3678b6b
35992024-12-21T03:00:14.382ZDec 21 03:00:13.792 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+gitec6f3678b6b
36002024-12-21T03:00:14.425Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-21T03:00:14.429Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-21T03:00:14.429ZDec 21 03:00:13.833 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+gitec6f3678b6b
36032024-12-21T03:00:14.560Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-21T03:00:14.566ZDec 21 03:00:13.968 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+gitec6f3678b6b
36052024-12-21T03:00:14.591Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-21T03:00:14.601ZDec 21 03:00:14.011 INFO [recovery-proto] task succeeded (273.819269ms)
36072024-12-21T03:00:14.601ZDec 21 03:00:14.011 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+gitec6f3678b6b
36082024-12-21T03:00:14.604ZDec 21 03:00:14.012 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/.tmpHfUgvJ/proto/recovery/root -N 'recovery ec6f367/${os_short_commit} 2024-12-21 02:38' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36092024-12-21T03:00:14.657ZDec 21 03:00:14.067 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+gitec6f3678b6b
36102024-12-21T03:00:14.790Z[ recovery-image] Dec 21 03:00:14.128 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36112024-12-21T03:00:14.796Z[ recovery-image] Dec 21 03:00:14.128 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36122024-12-21T03:00:14.796Z[ recovery-image] Dec 21 03:00:14.151 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHfUgvJ/proto/recovery/root"
36132024-12-21T03:00:14.796Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36142024-12-21T03:00:14.796Z[ recovery-image] Dec 21 03:00:14.151 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36152024-12-21T03:00:14.796Z[ recovery-image] Dec 21 03:00:14.151 INFO image builder template: ramdisk-01-os...
36162024-12-21T03:00:14.797Z[ recovery-image] Dec 21 03:00:14.151 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/.tmpHfUgvJ/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
36172024-12-21T03:00:14.797Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-21T03:00:14.797ZDec 21 03:00:14.200 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+gitec6f3678b6b
36192024-12-21T03:00:14.858Z[ recovery-image] Dec 21 03:00:14.217 INFO O| Dec 21 03:00:14.217 INFO CREATE DATASET: rpool/images/build/recovery/output
36202024-12-21T03:00:14.862Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-21T03:00:14.875Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36222024-12-21T03:00:15.127Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
36232024-12-21T03:00:15.189Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36242024-12-21T03:00:15.230Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36252024-12-21T03:00:15.235Z[ recovery-image] Dec 21 03:00:14.642 INFO O| Dec 21 03:00:14.642 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36262024-12-21T03:00:15.241Z[ recovery-image] Dec 21 03:00:14.650 INFO O| Dec 21 03:00:14.650 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36272024-12-21T03:00:15.339ZDec 21 03:00:14.748 INFO [stamp-probe] process exited with exit status: 0 (547.598336ms)
36282024-12-21T03:00:15.710Z[ recovery-image] Dec 21 03:00:15.120 INFO O| Dec 21 03:00:15.120 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36292024-12-21T03:00:15.748Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36302024-12-21T03:00:15.748Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36312024-12-21T03:00:15.752ZDec 21 03:00:15.157 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.416173942s)
36322024-12-21T03:00:15.752ZDec 21 03:00:15.157 INFO [stamp-ntp] process exited with exit status: 0 (1.090183008s)
36332024-12-21T03:00:15.854Z[ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36342024-12-21T03:00:15.858Z[ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36352024-12-21T03:00:15.858Z[ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36362024-12-21T03:00:15.858Z[ recovery-image] Dec 21 03:00:15.255 INFO O| Dec 21 03:00:15.255 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36372024-12-21T03:00:15.858Z[ recovery-image] Dec 21 03:00:15.267 INFO O| Dec 21 03:00:15.267 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36382024-12-21T03:00:16.177Z[ recovery-image] Dec 21 03:00:15.586 INFO O| Dec 21 03:00:15.586 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392024-12-21T03:00:16.242Z[ recovery-image] Dec 21 03:00:15.652 INFO O| Dec 21 03:00:15.652 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36402024-12-21T03:00:16.304Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36412024-12-21T03:00:16.340Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36422024-12-21T03:00:16.350ZDec 21 03:00:15.759 INFO [stamp-external-dns] process exited with exit status: 0 (2.029556567s)
36432024-12-21T03:00:16.354ZDec 21 03:00:15.759 INFO [stamp-internal-dns] process exited with exit status: 0 (1.926432743s)
36442024-12-21T03:00:16.431Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36452024-12-21T03:00:16.443ZDec 21 03:00:15.852 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.060102023s)
36462024-12-21T03:00:16.716ZDec 21 03:00:16.125 INFO [stamp-oximeter] process exited with exit status: 0 (2.362358658s)
36472024-12-21T03:00:16.716Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36482024-12-21T03:00:16.795Z[ recovery-image] Dec 21 03:00:16.204 INFO O| Dec 21 03:00:16.204 INFO O| Caching catalogs ... Done
36492024-12-21T03:00:16.907Z[ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO STEP 0 (pkg_image_create) COMPLETE
36502024-12-21T03:00:16.907Z[ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-21T03:00:16.907Z[ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO skip step because feature "repo_redist" is not enabled
36522024-12-21T03:00:16.911Z[ recovery-image] Dec 21 03:00:16.316 INFO O| Dec 21 03:00:16.316 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-21T03:00:16.921Z[ recovery-image] Dec 21 03:00:16.330 INFO O| Dec 21 03:00:16.330 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36542024-12-21T03:00:17.396Z[ recovery-image] Dec 21 03:00:16.805 INFO O| Dec 21 03:00:16.805 INFO STEP 2 (pkg_set_publisher) COMPLETE
36552024-12-21T03:00:17.396Z[ recovery-image] Dec 21 03:00:16.805 INFO O| Dec 21 03:00:16.805 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562024-12-21T03:00:17.411Z[ recovery-image] Dec 21 03:00:16.820 INFO O| Dec 21 03:00:16.820 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36572024-12-21T03:00:17.838Z[ host-image] Dec 21 03:00:17.243 INFO O| Dec 21 03:00:17.243 INFO O| Startup: Caching catalogs ... Done
36582024-12-21T03:00:17.896Z[ recovery-image] Dec 21 03:00:17.304 INFO O| Dec 21 03:00:17.304 INFO STEP 3 (pkg_set_publisher) COMPLETE
36592024-12-21T03:00:17.896Z[ recovery-image] Dec 21 03:00:17.304 INFO O| Dec 21 03:00:17.304 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-21T03:00:17.896Z[ recovery-image] Dec 21 03:00:17.305 INFO O| Dec 21 03:00:17.304 INFO skip step because feature "repo_redist" is not enabled
36612024-12-21T03:00:17.899Z[ recovery-image] Dec 21 03:00:17.305 INFO O| Dec 21 03:00:17.304 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622024-12-21T03:00:17.937Z[ host-image] Dec 21 03:00:17.346 INFO O| Dec 21 03:00:17.346 INFO O| Planning: Planning completed in 0.00 seconds
36632024-12-21T03:00:17.954Z[ host-image] Dec 21 03:00:17.347 INFO O| Dec 21 03:00:17.347 INFO O| Planning: Consolidating action changes ... Done
36642024-12-21T03:00:17.954Z[ host-image] Dec 21 03:00:17.347 INFO O| Dec 21 03:00:17.347 INFO O| Planning: Evaluating mediators ... Done
36652024-12-21T03:00:17.954Z[ host-image] Dec 21 03:00:17.348 INFO O| Dec 21 03:00:17.348 INFO O| Planning: Planning completed in 0.00 seconds
36662024-12-21T03:00:17.954Z[ host-image] Dec 21 03:00:17.348 INFO O| Dec 21 03:00:17.348 INFO O| Variants/Facets to change: 1
36672024-12-21T03:00:17.967Z[ host-image] Dec 21 03:00:17.373 INFO O| Dec 21 03:00:17.373 INFO O| Done
36682024-12-21T03:00:17.967Z[ host-image] Dec 21 03:00:17.373 INFO O| Dec 21 03:00:17.373 INFO O| Done
36692024-12-21T03:00:18.400Z[ recovery-image] Dec 21 03:00:17.808 INFO O| Dec 21 03:00:17.808 INFO variant opensolaris.zone is already global
36702024-12-21T03:00:18.400Z[ recovery-image] Dec 21 03:00:17.808 INFO O| Dec 21 03:00:17.808 INFO STEP 5 (pkg_change_variant) COMPLETE
36712024-12-21T03:00:18.400Z[ recovery-image] Dec 21 03:00:17.808 INFO O| Dec 21 03:00:17.808 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-12-21T03:00:18.665Z[ host-image] Dec 21 03:00:18.072 INFO O| Dec 21 03:00:18.072 INFO O| Done
36732024-12-21T03:00:18.737Z[ host-image] Dec 21 03:00:18.146 INFO O| Dec 21 03:00:18.145 INFO O| Done
36742024-12-21T03:00:18.741Z[ host-image] Dec 21 03:00:18.147 INFO O| Dec 21 03:00:18.147 INFO O| Done
36752024-12-21T03:00:18.741Z[ host-image] Dec 21 03:00:18.147 INFO O| Dec 21 03:00:18.147 INFO O| Done
36762024-12-21T03:00:18.741Z[ host-image] Dec 21 03:00:18.149 INFO O| Dec 21 03:00:18.149 INFO O| Done
36772024-12-21T03:00:18.788Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36782024-12-21T03:00:18.793ZDec 21 03:00:18.202 INFO [stamp-nexus] process exited with exit status: 0 (4.234277023s)
36792024-12-21T03:00:18.891Z[ recovery-image] Dec 21 03:00:18.298 INFO O| Dec 21 03:00:18.298 INFO variant opensolaris.imagetype is full; changing to partial
36802024-12-21T03:00:18.891Z[ recovery-image] Dec 21 03:00:18.299 INFO O| Dec 21 03:00:18.298 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36812024-12-21T03:00:19.310Z[ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO STEP 6 (pkg_change_variant) COMPLETE
36822024-12-21T03:00:19.310Z[ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36832024-12-21T03:00:19.310Z[ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO skip step because feature "debug_variant" is not enabled
36842024-12-21T03:00:19.310Z[ host-image] Dec 21 03:00:18.709 INFO O| Dec 21 03:00:18.709 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852024-12-21T03:00:19.431Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36862024-12-21T03:00:19.625Z[verify-libraries] Compiling home v0.5.9
36872024-12-21T03:00:19.644Z[verify-libraries] Compiling cfg_aliases v0.1.1
36882024-12-21T03:00:19.666Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36892024-12-21T03:00:19.666Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36902024-12-21T03:00:19.671Z[verify-libraries] Compiling unicode_categories v0.1.1
36912024-12-21T03:00:19.674Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36922024-12-21T03:00:19.674Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932024-12-21T03:00:19.763Z[verify-libraries] Compiling nix v0.28.0
36942024-12-21T03:00:19.791Z[ host-image] Dec 21 03:00:19.196 INFO O| Dec 21 03:00:19.196 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36952024-12-21T03:00:20.190Z[verify-libraries] Compiling polyval v0.6.2
36962024-12-21T03:00:20.276Z[verify-libraries] Compiling sqlformat v0.2.6
36972024-12-21T03:00:20.356Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36982024-12-21T03:00:20.367ZDec 21 03:00:19.743 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.990930593s)
36992024-12-21T03:00:20.415Z[verify-libraries] Compiling ctr v0.9.2
37002024-12-21T03:00:20.937Z[verify-libraries] Compiling ghash v0.5.1
37012024-12-21T03:00:21.003Z[ host-image] Dec 21 03:00:20.376 INFO O| Dec 21 03:00:20.375 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37022024-12-21T03:00:21.032Z[ host-image] Dec 21 03:00:20.377 INFO O| Dec 21 03:00:20.377 INFO O| Planning: Planning completed in 0.00 seconds
37032024-12-21T03:00:21.032Z[ host-image] Dec 21 03:00:20.378 INFO O| Dec 21 03:00:20.378 INFO O| Planning: Consolidating action changes ... Done
37042024-12-21T03:00:21.032Z[ host-image] Dec 21 03:00:20.379 INFO O| Dec 21 03:00:20.379 INFO O| Planning: Evaluating mediators ... Done
37052024-12-21T03:00:21.032Z[ host-image] Dec 21 03:00:20.379 INFO O| Dec 21 03:00:20.379 INFO O| Planning: Planning completed in 0.00 seconds
37062024-12-21T03:00:21.032Z[ host-image] Dec 21 03:00:20.380 INFO O| Dec 21 03:00:20.380 INFO O| Variants/Facets to change: 1
37072024-12-21T03:00:21.181Z[verify-libraries] Compiling ssh-encoding v0.2.0
37082024-12-21T03:00:21.466Z[verify-libraries] Compiling aes-gcm v0.10.3
37092024-12-21T03:00:21.512Z[verify-libraries] Compiling blowfish v0.9.1
37102024-12-21T03:00:21.571Z[verify-libraries] Compiling sqlparser v0.45.0
37112024-12-21T03:00:21.617Z[ host-image] Dec 21 03:00:21.025 INFO O| Dec 21 03:00:21.025 INFO O| Done
37122024-12-21T03:00:21.617Z[ host-image] Dec 21 03:00:21.025 INFO O| Dec 21 03:00:21.025 INFO O| Done
37132024-12-21T03:00:22.235Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37142024-12-21T03:00:22.659Z[ host-image] Dec 21 03:00:22.009 INFO O| Dec 21 03:00:22.009 INFO O| Done
37152024-12-21T03:00:22.680Z[verify-libraries] Compiling ssh-cipher v0.2.0
37162024-12-21T03:00:22.715Z[ host-image] Dec 21 03:00:22.096 INFO O| Dec 21 03:00:22.096 INFO O| Done
37172024-12-21T03:00:22.724Z[ host-image] Dec 21 03:00:22.097 INFO O| Dec 21 03:00:22.097 INFO O| Done
37182024-12-21T03:00:22.724Z[ host-image] Dec 21 03:00:22.097 INFO O| Dec 21 03:00:22.097 INFO O| Done
37192024-12-21T03:00:22.724Z[ host-image] Dec 21 03:00:22.099 INFO O| Dec 21 03:00:22.099 INFO O| Done
37202024-12-21T03:00:22.866Z[ host-image] Dec 21 03:00:22.247 INFO O| Dec 21 03:00:22.247 INFO STEP 8 (pkg_change_facet) COMPLETE
37212024-12-21T03:00:22.866Z[ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-12-21T03:00:22.866Z[ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO skip step because feature "recovery" is not enabled
37232024-12-21T03:00:22.936Z[ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-21T03:00:22.937Z[ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO skip step because feature "recovery" is not enabled
37252024-12-21T03:00:22.937Z[ host-image] Dec 21 03:00:22.248 INFO O| Dec 21 03:00:22.247 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-21T03:00:22.937Z[verify-libraries] Compiling password-hash v0.4.2
37272024-12-21T03:00:22.937Z[ host-image] Dec 21 03:00:22.268 INFO O| Dec 21 03:00:22.267 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"]
37282024-12-21T03:00:24.261Z[ host-image] Dec 21 03:00:23.649 INFO O| Dec 21 03:00:23.649 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37292024-12-21T03:00:25.470Z[verify-libraries] Compiling rustyline v14.0.0
37302024-12-21T03:00:30.146Z[verify-libraries] Compiling matches v0.1.10
37312024-12-21T03:00:30.189Z[verify-libraries] Compiling idna v0.2.3
37322024-12-21T03:00:30.189Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37332024-12-21T03:00:30.189ZDec 21 03:00:28.071 INFO [stamp-clickhouse] process exited with exit status: 0 (14.293650795s)
37342024-12-21T03:00:30.189Z[verify-libraries] Compiling pbkdf2 v0.11.0
37352024-12-21T03:00:30.189Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37362024-12-21T03:00:30.189ZDec 21 03:00:28.797 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.797324551s)
37372024-12-21T03:00:30.189ZDec 21 03:00:28.797 INFO [tuf-stamp] task succeeded (15.0716245s)
37382024-12-21T03:00:30.189Z[verify-libraries] Compiling ssh-key v0.6.6
37392024-12-21T03:00:30.189Z[verify-libraries] Compiling p256 v0.13.2
37402024-12-21T03:00:32.910Z[ recovery-image] Dec 21 03:00:32.317 INFO O| Dec 21 03:00:32.317 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37412024-12-21T03:00:32.931Z[verify-libraries] Compiling p521 v0.13.3
37422024-12-21T03:00:33.062Z[verify-libraries] Compiling enum-as-inner v0.5.1
37432024-12-21T03:00:34.377Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37442024-12-21T03:00:34.882Z[verify-libraries] Compiling md5 v0.7.0
37452024-12-21T03:00:35.757Z[verify-libraries] Compiling russh-keys v0.45.0
37462024-12-21T03:00:36.261Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37472024-12-21T03:00:41.679Z[ recovery-image] Dec 21 03:00:41.084 INFO O| Dec 21 03:00:41.084 INFO O| Startup: Caching catalogs ... Done
37482024-12-21T03:00:41.831Z[ recovery-image] Dec 21 03:00:41.235 INFO O| Dec 21 03:00:41.235 INFO O| Planning: Planning completed in 0.00 seconds
37492024-12-21T03:00:41.835Z[ recovery-image] Dec 21 03:00:41.236 INFO O| Dec 21 03:00:41.236 INFO O| Planning: Consolidating action changes ... Done
37502024-12-21T03:00:41.835Z[ recovery-image] Dec 21 03:00:41.236 INFO O| Dec 21 03:00:41.236 INFO O| Planning: Evaluating mediators ... Done
37512024-12-21T03:00:41.835Z[ recovery-image] Dec 21 03:00:41.236 INFO O| Dec 21 03:00:41.236 INFO O| Planning: Planning completed in 0.00 seconds
37522024-12-21T03:00:41.835Z[ recovery-image] Dec 21 03:00:41.237 INFO O| Dec 21 03:00:41.237 INFO O| Variants/Facets to change: 1
37532024-12-21T03:00:41.931Z[ recovery-image] Dec 21 03:00:41.336 INFO O| Dec 21 03:00:41.336 INFO O| Done
37542024-12-21T03:00:41.936Z[ recovery-image] Dec 21 03:00:41.337 INFO O| Dec 21 03:00:41.337 INFO O| Done
37552024-12-21T03:00:43.021Z[ recovery-image] Dec 21 03:00:42.426 INFO O| Dec 21 03:00:42.426 INFO O| Done
37562024-12-21T03:00:43.107Z[ recovery-image] Dec 21 03:00:42.512 INFO O| Dec 21 03:00:42.512 INFO O| Done
37572024-12-21T03:00:43.114Z[ recovery-image] Dec 21 03:00:42.514 INFO O| Dec 21 03:00:42.514 INFO O| Done
37582024-12-21T03:00:43.114Z[ recovery-image] Dec 21 03:00:42.514 INFO O| Dec 21 03:00:42.514 INFO O| Done
37592024-12-21T03:00:43.114Z[ recovery-image] Dec 21 03:00:42.516 INFO O| Dec 21 03:00:42.516 INFO O| Done
37602024-12-21T03:00:43.874Z[ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO STEP 6 (pkg_change_variant) COMPLETE
37612024-12-21T03:00:43.874Z[ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37622024-12-21T03:00:43.874Z[ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO skip step because feature "debug_variant" is not enabled
37632024-12-21T03:00:43.878Z[ recovery-image] Dec 21 03:00:43.270 INFO O| Dec 21 03:00:43.270 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37642024-12-21T03:00:44.546Z[ recovery-image] Dec 21 03:00:43.951 INFO O| Dec 21 03:00:43.951 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37652024-12-21T03:00:45.509Z[verify-libraries] Compiling num-bigint v0.4.6
37662024-12-21T03:00:45.678Z[ recovery-image] Dec 21 03:00:45.081 INFO O| Dec 21 03:00:45.081 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37672024-12-21T03:00:45.684Z[ recovery-image] Dec 21 03:00:45.083 INFO O| Dec 21 03:00:45.083 INFO O| Planning: Planning completed in 0.00 seconds
37682024-12-21T03:00:45.684Z[ recovery-image] Dec 21 03:00:45.084 INFO O| Dec 21 03:00:45.084 INFO O| Planning: Consolidating action changes ... Done
37692024-12-21T03:00:45.684Z[ recovery-image] Dec 21 03:00:45.084 INFO O| Dec 21 03:00:45.084 INFO O| Planning: Evaluating mediators ... Done
37702024-12-21T03:00:45.684Z[ recovery-image] Dec 21 03:00:45.085 INFO O| Dec 21 03:00:45.085 INFO O| Planning: Planning completed in 0.00 seconds
37712024-12-21T03:00:45.685Z[ recovery-image] Dec 21 03:00:45.085 INFO O| Dec 21 03:00:45.085 INFO O| Variants/Facets to change: 1
37722024-12-21T03:00:45.735Z[ recovery-image] Dec 21 03:00:45.140 INFO O| Dec 21 03:00:45.140 INFO O| Done
37732024-12-21T03:00:45.735Z[ recovery-image] Dec 21 03:00:45.140 INFO O| Dec 21 03:00:45.140 INFO O| Done
37742024-12-21T03:00:46.572Z[ recovery-image] Dec 21 03:00:45.977 INFO O| Dec 21 03:00:45.977 INFO O| Done
37752024-12-21T03:00:46.675Z[ recovery-image] Dec 21 03:00:46.079 INFO O| Dec 21 03:00:46.079 INFO O| Done
37762024-12-21T03:00:46.679Z[ recovery-image] Dec 21 03:00:46.080 INFO O| Dec 21 03:00:46.080 INFO O| Done
37772024-12-21T03:00:46.679Z[ recovery-image] Dec 21 03:00:46.080 INFO O| Dec 21 03:00:46.080 INFO O| Done
37782024-12-21T03:00:46.679Z[ recovery-image] Dec 21 03:00:46.082 INFO O| Dec 21 03:00:46.082 INFO O| Done
37792024-12-21T03:00:46.776Z[ recovery-image] Dec 21 03:00:46.180 INFO O| Dec 21 03:00:46.180 INFO STEP 8 (pkg_change_facet) COMPLETE
37802024-12-21T03:00:46.776Z[ recovery-image] Dec 21 03:00:46.180 INFO O| Dec 21 03:00:46.180 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37812024-12-21T03:00:47.420Z[ recovery-image] Dec 21 03:00:46.819 INFO O| Dec 21 03:00:46.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37822024-12-21T03:00:48.519Z[ recovery-image] Dec 21 03:00:47.923 INFO O| Dec 21 03:00:47.923 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37832024-12-21T03:00:48.522Z[ recovery-image] Dec 21 03:00:47.925 INFO O| Dec 21 03:00:47.925 INFO O| Planning: Planning completed in 0.00 seconds
37842024-12-21T03:00:48.522Z[ recovery-image] Dec 21 03:00:47.926 INFO O| Dec 21 03:00:47.926 INFO O| Planning: Consolidating action changes ... Done
37852024-12-21T03:00:48.522Z[ recovery-image] Dec 21 03:00:47.926 INFO O| Dec 21 03:00:47.926 INFO O| Planning: Evaluating mediators ... Done
37862024-12-21T03:00:48.522Z[ recovery-image] Dec 21 03:00:47.926 INFO O| Dec 21 03:00:47.926 INFO O| Planning: Planning completed in 0.00 seconds
37872024-12-21T03:00:48.525Z[ recovery-image] Dec 21 03:00:47.927 INFO O| Dec 21 03:00:47.927 INFO O| Variants/Facets to change: 1
37882024-12-21T03:00:48.663Z[ recovery-image] Dec 21 03:00:48.067 INFO O| Dec 21 03:00:48.066 INFO O| Done
37892024-12-21T03:00:48.663Z[ recovery-image] Dec 21 03:00:48.067 INFO O| Dec 21 03:00:48.066 INFO O| Done
37902024-12-21T03:00:49.628Z[ recovery-image] Dec 21 03:00:49.031 INFO O| Dec 21 03:00:49.031 INFO O| Done
37912024-12-21T03:00:49.722Z[ recovery-image] Dec 21 03:00:49.126 INFO O| Dec 21 03:00:49.126 INFO O| Done
37922024-12-21T03:00:49.727Z[ recovery-image] Dec 21 03:00:49.127 INFO O| Dec 21 03:00:49.127 INFO O| Done
37932024-12-21T03:00:49.727Z[ recovery-image] Dec 21 03:00:49.127 INFO O| Dec 21 03:00:49.127 INFO O| Done
37942024-12-21T03:00:49.727Z[ recovery-image] Dec 21 03:00:49.129 INFO O| Dec 21 03:00:49.129 INFO O| Done
37952024-12-21T03:00:49.836Z[ recovery-image] Dec 21 03:00:49.240 INFO O| Dec 21 03:00:49.240 INFO STEP 9 (pkg_change_facet) COMPLETE
37962024-12-21T03:00:49.836Z[ recovery-image] Dec 21 03:00:49.240 INFO O| Dec 21 03:00:49.240 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37972024-12-21T03:00:50.569Z[ recovery-image] Dec 21 03:00:49.973 INFO O| Dec 21 03:00:49.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37982024-12-21T03:00:51.633Z[ recovery-image] Dec 21 03:00:51.037 INFO O| Dec 21 03:00:51.037 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37992024-12-21T03:00:51.639Z[ recovery-image] Dec 21 03:00:51.039 INFO O| Dec 21 03:00:51.039 INFO O| Planning: Planning completed in 0.00 seconds
38002024-12-21T03:00:51.639Z[ recovery-image] Dec 21 03:00:51.040 INFO O| Dec 21 03:00:51.040 INFO O| Planning: Consolidating action changes ... Done
38012024-12-21T03:00:51.639Z[ recovery-image] Dec 21 03:00:51.040 INFO O| Dec 21 03:00:51.040 INFO O| Planning: Evaluating mediators ... Done
38022024-12-21T03:00:51.639Z[ recovery-image] Dec 21 03:00:51.040 INFO O| Dec 21 03:00:51.040 INFO O| Planning: Planning completed in 0.00 seconds
38032024-12-21T03:00:51.639Z[ recovery-image] Dec 21 03:00:51.041 INFO O| Dec 21 03:00:51.041 INFO O| Variants/Facets to change: 1
38042024-12-21T03:00:51.726Z[ recovery-image] Dec 21 03:00:51.129 INFO O| Dec 21 03:00:51.129 INFO O| Done
38052024-12-21T03:00:51.727Z[ recovery-image] Dec 21 03:00:51.129 INFO O| Dec 21 03:00:51.129 INFO O| Done
38062024-12-21T03:00:52.540Z[ recovery-image] Dec 21 03:00:51.944 INFO O| Dec 21 03:00:51.944 INFO O| Done
38072024-12-21T03:00:52.637Z[ recovery-image] Dec 21 03:00:52.041 INFO O| Dec 21 03:00:52.041 INFO O| Done
38082024-12-21T03:00:52.639Z[ recovery-image] Dec 21 03:00:52.042 INFO O| Dec 21 03:00:52.042 INFO O| Done
38092024-12-21T03:00:52.639Z[ recovery-image] Dec 21 03:00:52.042 INFO O| Dec 21 03:00:52.042 INFO O| Done
38102024-12-21T03:00:52.648Z[ recovery-image] Dec 21 03:00:52.053 INFO O| Dec 21 03:00:52.052 INFO O| Done
38112024-12-21T03:00:52.753Z[ recovery-image] Dec 21 03:00:52.157 INFO O| Dec 21 03:00:52.157 INFO STEP 10 (pkg_change_facet) COMPLETE
38122024-12-21T03:00:52.753Z[ recovery-image] Dec 21 03:00:52.157 INFO O| Dec 21 03:00:52.157 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38132024-12-21T03:00:52.775Z[ recovery-image] Dec 21 03:00:52.179 INFO O| Dec 21 03:00:52.179 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"]
38142024-12-21T03:00:52.894Z[verify-libraries] Compiling des v0.8.1
38152024-12-21T03:00:53.630Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38162024-12-21T03:00:53.789Z[ recovery-image] Dec 21 03:00:53.193 INFO O| Dec 21 03:00:53.193 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38172024-12-21T03:00:54.805Z[verify-libraries] Compiling hex-literal v0.4.1
38182024-12-21T03:00:55.130Z[verify-libraries] Compiling russh v0.45.0
38192024-12-21T03:00:56.048Z[verify-libraries] Compiling dhcproto v0.12.0
38202024-12-21T03:00:59.765Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38212024-12-21T03:01:02.396Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38222024-12-21T03:01:07.428Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38232024-12-21T03:01:15.816Z[verify-libraries] Compiling petname v2.0.2
38242024-12-21T03:01:17.246Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38252024-12-21T03:01:17.973Z[verify-libraries] Compiling internet-checksum v0.2.1
38262024-12-21T03:01:18.757Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38272024-12-21T03:01:23.710Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38282024-12-21T03:01:29.077Z[ host-image] Dec 21 03:01:28.475 INFO O| Dec 21 03:01:28.475 INFO O| Planning: Solver setup ... Done
38292024-12-21T03:01:29.264Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38302024-12-21T03:01:31.882Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38312024-12-21T03:01:39.321Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38322024-12-21T03:02:00.880Z[ recovery-image] Dec 21 03:02:00.274 INFO O| Dec 21 03:02:00.274 INFO O| Planning: Solver setup ... Done
38332024-12-21T03:02:05.911Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38342024-12-21T03:02:07.968Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38352024-12-21T03:02:14.962Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38362024-12-21T03:02:37.168Z[verify-libraries] Compiling heck v0.4.1
38372024-12-21T03:02:38.577Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38382024-12-21T03:02:47.203Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38392024-12-21T03:02:47.707Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38402024-12-21T03:02:48.291Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38412024-12-21T03:02:48.517Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38422024-12-21T03:02:48.760Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38432024-12-21T03:02:49.080Z[verify-libraries] Compiling sync-ptr v0.1.1
38442024-12-21T03:02:49.372Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38452024-12-21T03:02:49.449Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38462024-12-21T03:02:50.602Z[ host-image] Dec 21 03:02:49.989 INFO O| Dec 21 03:02:49.989 INFO O| Planning: Running solver ... Done
38472024-12-21T03:02:51.205Z[ host-image] Dec 21 03:02:50.590 INFO O| Dec 21 03:02:50.590 INFO O| Planning: Finding local manifests ... Done
38482024-12-21T03:02:51.225Z[ host-image] Dec 21 03:02:50.607 INFO O| Dec 21 03:02:50.607 INFO O| Planning: Fetching manifests: 0/124 0% complete
38492024-12-21T03:02:52.334Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38502024-12-21T03:02:56.449Z[ host-image] Dec 21 03:02:55.834 INFO O| Dec 21 03:02:55.834 INFO O| Planning: Fetching manifests: 124/124 100% complete
38512024-12-21T03:02:57.403Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38522024-12-21T03:02:58.246Z[ host-image] Dec 21 03:02:57.622 INFO O| Dec 21 03:02:57.622 INFO O| Planning: Package planning ... Done
38532024-12-21T03:02:59.915Z[ host-image] Dec 21 03:02:59.300 INFO O| Dec 21 03:02:59.300 INFO O| Planning: Merging actions ... Done
38542024-12-21T03:03:00.532Z[ host-image] Dec 21 03:02:59.918 INFO O| Dec 21 03:02:59.917 INFO O| Planning: Checking for conflicting actions ... Done
38552024-12-21T03:03:00.803Z[ host-image] Dec 21 03:03:00.189 INFO O| Dec 21 03:03:00.189 INFO O| Planning: Consolidating action changes ... Done
38562024-12-21T03:03:01.459Z[ host-image] Dec 21 03:03:00.845 INFO O| Dec 21 03:03:00.845 INFO O| Planning: Evaluating mediators ... Done
38572024-12-21T03:03:07.935Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38582024-12-21T03:03:08.154Z[ host-image] Dec 21 03:03:07.538 INFO O| Dec 21 03:03:07.538 INFO O| Planning: Planning completed in 163.89 seconds
38592024-12-21T03:03:08.159Z[ host-image] Dec 21 03:03:07.544 INFO O| Dec 21 03:03:07.544 INFO O| Packages to install: 124
38602024-12-21T03:03:08.162Z[ host-image] Dec 21 03:03:07.544 INFO O| Dec 21 03:03:07.544 INFO O| Mediators to change: 4
38612024-12-21T03:03:08.162Z[ host-image] Dec 21 03:03:07.544 INFO O| Dec 21 03:03:07.544 INFO O| Services to change: 6
38622024-12-21T03:03:08.289Z[ host-image] Dec 21 03:03:07.673 INFO O| Dec 21 03:03:07.673 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38632024-12-21T03:03:12.790Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38642024-12-21T03:03:13.290Z[ host-image] Dec 21 03:03:12.673 INFO O| Dec 21 03:03:12.673 INFO O| Download: 1049/22788 items 6.7/199.7MB 3% complete (1.4M/s)
38652024-12-21T03:03:18.338Z[ host-image] Dec 21 03:03:17.721 INFO O| Dec 21 03:03:17.721 INFO O| Download: 1772/22788 items 11.9/199.7MB 5% complete (1.2M/s)
38662024-12-21T03:03:21.261Z[ recovery-image] Dec 21 03:03:20.644 INFO O| Dec 21 03:03:20.644 INFO O| Planning: Running solver ... Done
38672024-12-21T03:03:21.838Z[ recovery-image] Dec 21 03:03:21.221 INFO O| Dec 21 03:03:21.221 INFO O| Planning: Finding local manifests ... Done
38682024-12-21T03:03:21.856Z[ recovery-image] Dec 21 03:03:21.239 INFO O| Dec 21 03:03:21.239 INFO O| Planning: Fetching manifests: 0/124 0% complete
38692024-12-21T03:03:23.576Z[ host-image] Dec 21 03:03:22.959 INFO O| Dec 21 03:03:22.958 INFO O| Download: 2143/22788 items 23.9/199.7MB 11% complete (1.7M/s)
38702024-12-21T03:03:26.943Z[ recovery-image] Dec 21 03:03:26.325 INFO O| Dec 21 03:03:26.325 INFO O| Planning: Fetching manifests: 124/124 100% complete
38712024-12-21T03:03:28.119Z[ recovery-image] Dec 21 03:03:27.501 INFO O| Dec 21 03:03:27.501 INFO O| Planning: Package planning ... Done
38722024-12-21T03:03:28.868Z[ recovery-image] Dec 21 03:03:28.249 INFO O| Dec 21 03:03:28.249 INFO O| Planning: Merging actions ... Done
38732024-12-21T03:03:29.045Z[ recovery-image] Dec 21 03:03:28.427 INFO O| Dec 21 03:03:28.426 INFO O| Planning: Checking for conflicting actions ... Done
38742024-12-21T03:03:29.179Z[ recovery-image] Dec 21 03:03:28.561 INFO O| Dec 21 03:03:28.561 INFO O| Planning: Consolidating action changes ... Done
38752024-12-21T03:03:29.197Z[ host-image] Dec 21 03:03:28.578 INFO O| Dec 21 03:03:28.578 INFO O| Download: 2288/22788 items 26.7/199.7MB 13% complete (1.4M/s)
38762024-12-21T03:03:29.532Z[ recovery-image] Dec 21 03:03:28.914 INFO O| Dec 21 03:03:28.914 INFO O| Planning: Evaluating mediators ... Done
38772024-12-21T03:03:32.492Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38782024-12-21T03:03:34.199Z[ host-image] Dec 21 03:03:33.579 INFO O| Dec 21 03:03:33.579 INFO O| Download: 2916/22788 items 33.7/199.7MB 16% complete (1.1M/s)
38792024-12-21T03:03:35.206Z[ recovery-image] Dec 21 03:03:34.586 INFO O| Dec 21 03:03:34.586 INFO O| Planning: Planning completed in 161.39 seconds
38802024-12-21T03:03:35.213Z[ recovery-image] Dec 21 03:03:34.594 INFO O| Dec 21 03:03:34.594 INFO O| Packages to install: 124
38812024-12-21T03:03:35.215Z[ recovery-image] Dec 21 03:03:34.594 INFO O| Dec 21 03:03:34.594 INFO O| Mediators to change: 4
38822024-12-21T03:03:35.215Z[ recovery-image] Dec 21 03:03:34.594 INFO O| Dec 21 03:03:34.594 INFO O| Services to change: 5
38832024-12-21T03:03:35.295Z[ recovery-image] Dec 21 03:03:34.675 INFO O| Dec 21 03:03:34.675 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38842024-12-21T03:03:39.199Z[ host-image] Dec 21 03:03:38.580 INFO O| Dec 21 03:03:38.579 INFO O| Download: 3513/22788 items 35.7/199.7MB 17% complete (922k/s)
38852024-12-21T03:03:39.626Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38862024-12-21T03:03:40.272Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38872024-12-21T03:03:40.317Z[ recovery-image] Dec 21 03:03:39.696 INFO O| Dec 21 03:03:39.696 INFO O| Download: 641/15862 items 5.6/176.4MB 3% complete (1.1M/s)
38882024-12-21T03:03:44.290Z[ host-image] Dec 21 03:03:43.670 INFO O| Dec 21 03:03:43.669 INFO O| Download: 4208/22788 items 40.7/199.7MB 20% complete (749k/s)
38892024-12-21T03:03:45.599Z[ recovery-image] Dec 21 03:03:44.751 INFO O| Dec 21 03:03:44.751 INFO O| Download: 1074/15862 items 9.0/176.4MB 5% complete (969k/s)
38902024-12-21T03:03:46.059Z[verify-libraries] Compiling termios v0.3.3
38912024-12-21T03:03:46.403Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38922024-12-21T03:03:49.773Z[ host-image] Dec 21 03:03:49.152 INFO O| Dec 21 03:03:49.152 INFO O| Download: 4641/22788 items 43.0/199.7MB 21% complete (789k/s)
38932024-12-21T03:03:50.420Z[ recovery-image] Dec 21 03:03:49.798 INFO O| Dec 21 03:03:49.798 INFO O| Download: 1185/15862 items 14.1/176.4MB 8% complete (746k/s)
38942024-12-21T03:03:54.654Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38952024-12-21T03:03:54.780Z[ host-image] Dec 21 03:03:54.158 INFO O| Dec 21 03:03:54.158 INFO O| Download: 5158/22788 items 46.0/199.7MB 23% complete (523k/s)
38962024-12-21T03:03:56.975Z[ recovery-image] Dec 21 03:03:56.340 INFO O| Dec 21 03:03:56.340 INFO O| Download: 1323/15862 items 20.3/176.4MB 11% complete (1.2M/s)
38972024-12-21T03:04:00.186Z[ host-image] Dec 21 03:03:59.563 INFO O| Dec 21 03:03:59.563 INFO O| Download: 5745/22788 items 46.3/199.7MB 23% complete (377k/s)
38982024-12-21T03:04:03.067Z[ recovery-image] Dec 21 03:04:02.444 INFO O| Dec 21 03:04:02.444 INFO O| Download: 1510/15862 items 21.9/176.4MB 12% complete (681k/s)
38992024-12-21T03:04:05.187Z[ host-image] Dec 21 03:04:04.564 INFO O| Dec 21 03:04:04.564 INFO O| Download: 5985/22788 items 46.4/199.7MB 23% complete (41.4k/s)
39002024-12-21T03:04:10.199Z[ host-image] Dec 21 03:04:09.574 INFO O| Dec 21 03:04:09.574 INFO O| Download: 6591/22788 items 46.8/199.7MB 23% complete (49.9k/s)
39012024-12-21T03:04:10.486Z[ recovery-image] Dec 21 03:04:09.862 INFO O| Dec 21 03:04:09.862 INFO O| Download: 1576/15862 items 24.4/176.4MB 13% complete (362k/s)
39022024-12-21T03:04:15.506Z[ recovery-image] Dec 21 03:04:14.881 INFO O| Dec 21 03:04:14.881 INFO O| Download: 2155/15862 items 31.1/176.4MB 17% complete (794k/s)
39032024-12-21T03:04:17.427Z[ host-image] Dec 21 03:04:16.802 INFO O| Dec 21 03:04:16.801 INFO O| Download: 6777/22788 items 48.1/199.7MB 24% complete (163k/s)
39042024-12-21T03:04:18.322Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39052024-12-21T03:04:20.508Z[ recovery-image] Dec 21 03:04:19.883 INFO O| Dec 21 03:04:19.883 INFO O| Download: 2823/15862 items 35.6/176.4MB 20% complete (1.1M/s)
39062024-12-21T03:04:23.196Z[ host-image] Dec 21 03:04:22.570 INFO O| Dec 21 03:04:22.570 INFO O| Download: 6978/22788 items 50.2/199.7MB 25% complete (296k/s)
39072024-12-21T03:04:25.996Z[ recovery-image] Dec 21 03:04:25.369 INFO O| Dec 21 03:04:25.369 INFO O| Download: 3608/15862 items 39.1/176.4MB 22% complete (807k/s)
39082024-12-21T03:04:28.222Z[ host-image] Dec 21 03:04:27.595 INFO O| Dec 21 03:04:27.595 INFO O| Download: 7328/22788 items 57.5/199.7MB 28% complete (872k/s)
39092024-12-21T03:04:31.015Z[ recovery-image] Dec 21 03:04:30.389 INFO O| Dec 21 03:04:30.388 INFO O| Download: 3841/15862 items 42.5/176.4MB 24% complete (659k/s)
39102024-12-21T03:04:33.246Z[ host-image] Dec 21 03:04:32.619 INFO O| Dec 21 03:04:32.619 INFO O| Download: 7950/22788 items 59.6/199.7MB 29% complete (1.0M/s)
39112024-12-21T03:04:36.030Z[ recovery-image] Dec 21 03:04:35.402 INFO O| Dec 21 03:04:35.402 INFO O| Download: 4623/15862 items 42.9/176.4MB 24% complete (392k/s)
39122024-12-21T03:04:38.257Z[ host-image] Dec 21 03:04:37.629 INFO O| Dec 21 03:04:37.628 INFO O| Download: 7985/22788 items 60.1/199.7MB 30% complete (237k/s)
39132024-12-21T03:04:41.629Z[ recovery-image] Dec 21 03:04:41.001 INFO O| Dec 21 03:04:41.000 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete (340k/s)
39142024-12-21T03:04:43.918Z[ host-image] Dec 21 03:04:43.289 INFO O| Dec 21 03:04:43.289 INFO O| Download: 8235/22788 items 63.4/199.7MB 31% complete (265k/s)
39152024-12-21T03:04:46.639Z[ recovery-image] Dec 21 03:04:46.010 INFO O| Dec 21 03:04:46.009 INFO O| Download: 5457/15862 items 43.4/176.4MB 24% complete (47.1k/s)
39162024-12-21T03:04:49.004Z[ host-image] Dec 21 03:04:48.375 INFO O| Dec 21 03:04:48.374 INFO O| Download: 8354/22788 items 68.8/199.7MB 34% complete (855k/s)
39172024-12-21T03:04:52.033Z[ recovery-image] Dec 21 03:04:51.403 INFO O| Dec 21 03:04:51.403 INFO O| Download: 5671/15862 items 44.7/176.4MB 25% complete (204k/s)
39182024-12-21T03:04:54.006Z[ host-image] Dec 21 03:04:53.375 INFO O| Dec 21 03:04:53.375 INFO O| Download: 8933/22788 items 71.9/199.7MB 36% complete (927k/s)
39192024-12-21T03:04:57.753Z[ recovery-image] Dec 21 03:04:57.121 INFO O| Dec 21 03:04:57.121 INFO O| Download: 5704/15862 items 45.4/176.4MB 25% complete (200k/s)
39202024-12-21T03:04:59.077Z[ host-image] Dec 21 03:04:58.446 INFO O| Dec 21 03:04:58.446 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.3M/s)
39212024-12-21T03:05:03.824Z[ recovery-image] Dec 21 03:05:03.192 INFO O| Dec 21 03:05:03.192 INFO O| Download: 5736/15862 items 46.6/176.4MB 26% complete (141k/s)
39222024-12-21T03:05:04.087Z[ host-image] Dec 21 03:05:03.455 INFO O| Dec 21 03:05:03.455 INFO O| Download: 10312/22788 items 87.5/199.7MB 43% complete (1.5M/s)
39232024-12-21T03:05:08.868Z[ recovery-image] Dec 21 03:05:08.235 INFO O| Dec 21 03:05:08.235 INFO O| Download: 5910/15862 items 53.0/176.4MB 30% complete (987k/s)
39242024-12-21T03:05:09.155Z[ host-image] Dec 21 03:05:08.523 INFO O| Dec 21 03:05:08.522 INFO O| Download: 10841/22788 items 90.0/199.7MB 45% complete (863k/s)
39252024-12-21T03:05:14.105Z[ recovery-image] Dec 21 03:05:13.470 INFO O| Dec 21 03:05:13.470 INFO O| Download: 6123/15862 items 58.9/176.4MB 33% complete (1.3M/s)
39262024-12-21T03:05:14.464Z[ host-image] Dec 21 03:05:13.830 INFO O| Dec 21 03:05:13.830 INFO O| Download: 11229/22788 items 94.1/199.7MB 47% complete (673k/s)
39272024-12-21T03:05:19.104Z[ recovery-image] Dec 21 03:05:18.470 INFO O| Dec 21 03:05:18.470 INFO O| Download: 6483/15862 items 63.7/176.4MB 36% complete (1.0M/s)
39282024-12-21T03:05:19.479Z[ host-image] Dec 21 03:05:18.845 INFO O| Dec 21 03:05:18.845 INFO O| Download: 11500/22788 items 96.2/199.7MB 48% complete (642k/s)
39292024-12-21T03:05:24.469Z[ recovery-image] Dec 21 03:05:23.834 INFO O| Dec 21 03:05:23.834 INFO O| Download: 7224/15862 items 73.3/176.4MB 41% complete (1.4M/s)
39302024-12-21T03:05:24.610Z[ host-image] Dec 21 03:05:23.975 INFO O| Dec 21 03:05:23.974 INFO O| Download: 11977/22788 items 98.2/199.7MB 49% complete (442k/s)
39312024-12-21T03:05:30.005Z[ host-image] Dec 21 03:05:29.369 INFO O| Dec 21 03:05:29.369 INFO O| Download: 11979/22788 items 98.2/199.7MB 49% complete (428k/s)
39322024-12-21T03:05:31.647Z[ recovery-image] Dec 21 03:05:30.009 INFO O| Dec 21 03:05:30.008 INFO O| Download: 7628/15862 items 73.7/176.4MB 41% complete (1.1M/s)
39332024-12-21T03:05:35.577Z[ host-image] Dec 21 03:05:34.941 INFO O| Dec 21 03:05:34.941 INFO O| Download: 12180/22788 items 108.6/199.7MB 54% complete (1.1M/s)
39342024-12-21T03:05:36.374Z[ recovery-image] Dec 21 03:05:35.737 INFO O| Dec 21 03:05:35.737 INFO O| Download: 7897/15862 items 76.6/176.4MB 43% complete (283k/s)
39352024-12-21T03:05:41.376Z[ recovery-image] Dec 21 03:05:40.739 INFO O| Dec 21 03:05:40.739 INFO O| Download: 8529/15862 items 79.9/176.4MB 45% complete (599k/s)
39362024-12-21T03:05:41.668Z[ host-image] Dec 21 03:05:41.031 INFO O| Dec 21 03:05:41.031 INFO O| Download: 12201/22788 items 108.8/199.7MB 54% complete (1.5M/s)
39372024-12-21T03:05:46.504Z[ recovery-image] Dec 21 03:05:45.866 INFO O| Dec 21 03:05:45.866 INFO O| Download: 8759/15862 items 84.3/176.4MB 47% complete (820k/s)
39382024-12-21T03:05:46.674Z[ host-image] Dec 21 03:05:46.036 INFO O| Dec 21 03:05:46.036 INFO O| Download: 12666/22788 items 109.6/199.7MB 54% complete (104k/s)
39392024-12-21T03:05:51.526Z[ recovery-image] Dec 21 03:05:50.887 INFO O| Dec 21 03:05:50.887 INFO O| Download: 8811/15862 items 91.5/176.4MB 51% complete (1.1M/s)
39402024-12-21T03:05:51.675Z[ host-image] Dec 21 03:05:51.036 INFO O| Dec 21 03:05:51.036 INFO O| Download: 13316/22788 items 110.0/199.7MB 55% complete (123k/s)
39412024-12-21T03:05:56.532Z[ recovery-image] Dec 21 03:05:55.893 INFO O| Dec 21 03:05:55.892 INFO O| Download: 9144/15862 items 92.8/176.4MB 52% complete (925k/s)
39422024-12-21T03:05:57.029Z[ host-image] Dec 21 03:05:56.388 INFO O| Dec 21 03:05:56.388 INFO O| Download: 13901/22788 items 110.3/199.7MB 55% complete (77.0k/s)
39432024-12-21T03:06:01.534Z[ recovery-image] Dec 21 03:06:00.893 INFO O| Dec 21 03:06:00.893 INFO O| Download: 9840/15862 items 93.1/176.4MB 52% complete (271k/s)
39442024-12-21T03:06:02.034Z[ host-image] Dec 21 03:06:01.393 INFO O| Dec 21 03:06:01.393 INFO O| Download: 14069/22788 items 110.4/199.7MB 55% complete (36.4k/s)
39452024-12-21T03:06:06.815Z[ recovery-image] Dec 21 03:06:06.174 INFO O| Dec 21 03:06:06.174 INFO O| Download: 9959/15862 items 93.1/176.4MB 52% complete (85.0k/s)
39462024-12-21T03:06:07.678Z[ host-image] Dec 21 03:06:06.689 INFO O| Dec 21 03:06:06.689 INFO O| Download: 14546/22788 items 116.8/199.7MB 58% complete (668k/s)
39472024-12-21T03:06:11.650Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39482024-12-21T03:06:12.002Z[ recovery-image] Dec 21 03:06:11.361 INFO O| Dec 21 03:06:11.360 INFO O| Download: 10540/15862 items 93.5/176.4MB 52% complete (41.1k/s)
39492024-12-21T03:06:12.355Z[ host-image] Dec 21 03:06:11.713 INFO O| Dec 21 03:06:11.713 INFO O| Download: 15393/22788 items 123.0/199.7MB 61% complete (1.3M/s)
39502024-12-21T03:06:17.363Z[ host-image] Dec 21 03:06:16.720 INFO O| Dec 21 03:06:16.720 INFO O| Download: 15846/22788 items 129.5/199.7MB 64% complete (1.2M/s)
39512024-12-21T03:06:22.385Z[ host-image] Dec 21 03:06:21.741 INFO O| Dec 21 03:06:21.741 INFO O| Download: 16529/22788 items 147.8/199.7MB 74% complete (2.5M/s)
39522024-12-21T03:06:23.266Z[ recovery-image] Dec 21 03:06:22.621 INFO O| Dec 21 03:06:22.621 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete
39532024-12-21T03:06:27.951Z[ host-image] Dec 21 03:06:27.308 INFO O| Dec 21 03:06:27.307 INFO O| Download: 16889/22788 items 148.4/199.7MB 74% complete (2.3M/s)
39542024-12-21T03:06:29.528Z[ recovery-image] Dec 21 03:06:28.884 INFO O| Dec 21 03:06:28.884 INFO O| Download: 10914/15862 items 93.9/176.4MB 53% complete (92.5k/s)
39552024-12-21T03:06:29.968Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39562024-12-21T03:06:32.955Z[ host-image] Dec 21 03:06:32.310 INFO O| Dec 21 03:06:32.310 INFO O| Download: 17550/22788 items 149.6/199.7MB 74% complete (171k/s)
39572024-12-21T03:06:35.258Z[ recovery-image] Dec 21 03:06:34.613 INFO O| Dec 21 03:06:34.613 INFO O| Download: 11079/15862 items 98.3/176.4MB 55% complete (426k/s)
39582024-12-21T03:06:37.961Z[ host-image] Dec 21 03:06:37.315 INFO O| Dec 21 03:06:37.315 INFO O| Download: 17994/22788 items 162.0/199.7MB 81% complete (1.4M/s)
39592024-12-21T03:06:37.964Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39602024-12-21T03:06:42.962Z[ host-image] Dec 21 03:06:42.316 INFO O| Dec 21 03:06:42.316 INFO O| Download: 18841/22788 items 165.3/199.7MB 82% complete (1.6M/s)
39612024-12-21T03:06:42.965Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39622024-12-21T03:06:44.864Z[ recovery-image] Dec 21 03:06:44.217 INFO O| Dec 21 03:06:44.217 INFO O| Download: 11082/15862 items 98.3/176.4MB 55% complete
39632024-12-21T03:06:47.966Z[ host-image] Dec 21 03:06:47.319 INFO O| Dec 21 03:06:47.319 INFO O| Download: 19672/22788 items 169.3/199.7MB 84% complete (745k/s)
39642024-12-21T03:06:48.397Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39652024-12-21T03:06:49.982Z[ recovery-image] Dec 21 03:06:49.335 INFO O| Dec 21 03:06:49.335 INFO O| Download: 11502/15862 items 110.4/176.4MB 62% complete (2.2M/s)
39662024-12-21T03:06:53.047Z[ host-image] Dec 21 03:06:52.400 INFO O| Dec 21 03:06:52.399 INFO O| Download: 20028/22788 items 170.4/199.7MB 85% complete (569k/s)
39672024-12-21T03:06:55.244Z[ recovery-image] Dec 21 03:06:54.596 INFO O| Dec 21 03:06:54.596 INFO O| Download: 11922/15862 items 128.1/176.4MB 72% complete (3.1M/s)
39682024-12-21T03:06:58.063Z[ host-image] Dec 21 03:06:57.415 INFO O| Dec 21 03:06:57.415 INFO O| Download: 20654/22788 items 172.7/199.7MB 86% complete (366k/s)
39692024-12-21T03:07:01.694Z[ recovery-image] Dec 21 03:07:01.045 INFO O| Dec 21 03:07:01.045 INFO O| Download: 11994/15862 items 139.9/176.4MB 79% complete (3.0M/s)
39702024-12-21T03:07:03.119Z[ host-image] Dec 21 03:07:02.470 INFO O| Dec 21 03:07:02.470 INFO O| Download: 20805/22788 items 174.0/199.7MB 87% complete (369k/s)
39712024-12-21T03:07:06.711Z[ recovery-image] Dec 21 03:07:06.061 INFO O| Dec 21 03:07:06.061 INFO O| Download: 12813/15862 items 143.1/176.4MB 81% complete (1.5M/s)
39722024-12-21T03:07:08.129Z[ host-image] Dec 21 03:07:07.479 INFO O| Dec 21 03:07:07.479 INFO O| Download: 20934/22788 items 178.7/199.7MB 89% complete (612k/s)
39732024-12-21T03:07:11.786Z[ recovery-image] Dec 21 03:07:11.136 INFO O| Dec 21 03:07:11.136 INFO O| Download: 13227/15862 items 144.8/176.4MB 82% complete (508k/s)
39742024-12-21T03:07:14.557Z[ host-image] Dec 21 03:07:13.906 INFO O| Dec 21 03:07:13.906 INFO O| Download: 21063/22788 items 179.4/199.7MB 89% complete (588k/s)
39752024-12-21T03:07:16.788Z[ recovery-image] Dec 21 03:07:16.137 INFO O| Dec 21 03:07:16.136 INFO O| Download: 13971/15862 items 148.3/176.4MB 84% complete (528k/s)
39762024-12-21T03:07:19.561Z[ host-image] Dec 21 03:07:18.909 INFO O| Dec 21 03:07:18.909 INFO O| Download: 21282/22788 items 180.2/199.7MB 90% complete (128k/s)
39772024-12-21T03:07:21.801Z[ recovery-image] Dec 21 03:07:21.149 INFO O| Dec 21 03:07:21.149 INFO O| Download: 14501/15862 items 150.1/176.4MB 85% complete (542k/s)
39782024-12-21T03:07:24.603Z[ host-image] Dec 21 03:07:23.951 INFO O| Dec 21 03:07:23.951 INFO O| Download: 21700/22788 items 183.6/199.7MB 91% complete (439k/s)
39792024-12-21T03:07:27.484Z[ recovery-image] Dec 21 03:07:26.831 INFO O| Dec 21 03:07:26.831 INFO O| Download: 14696/15862 items 151.0/176.4MB 85% complete (339k/s)
39802024-12-21T03:07:30.144Z[ host-image] Dec 21 03:07:29.491 INFO O| Dec 21 03:07:29.491 INFO O| Download: 21960/22788 items 191.5/199.7MB 95% complete (1.1M/s)
39812024-12-21T03:07:32.823Z[ recovery-image] Dec 21 03:07:32.170 INFO O| Dec 21 03:07:32.170 INFO O| Download: 14771/15862 items 156.4/176.4MB 88% complete (616k/s)
39822024-12-21T03:07:35.149Z[ host-image] Dec 21 03:07:34.495 INFO O| Dec 21 03:07:34.495 INFO O| Download: 22029/22788 items 192.3/199.7MB 96% complete (768k/s)
39832024-12-21T03:07:37.833Z[ recovery-image] Dec 21 03:07:37.178 INFO O| Dec 21 03:07:37.178 INFO O| Download: 15221/15862 items 158.0/176.4MB 89% complete (724k/s)
39842024-12-21T03:07:41.724Z[ host-image] Dec 21 03:07:41.069 INFO O| Dec 21 03:07:41.069 INFO O| Download: 22093/22788 items 193.2/199.7MB 96% complete (193k/s)
39852024-12-21T03:07:42.892Z[ recovery-image] Dec 21 03:07:42.237 INFO O| Dec 21 03:07:42.237 INFO O| Download: 15333/15862 items 163.0/176.4MB 92% complete (624k/s)
39862024-12-21T03:07:47.931Z[ host-image] Dec 21 03:07:47.275 INFO O| Dec 21 03:07:47.275 INFO O| Download: 22258/22788 items 197.8/199.7MB 99% complete (590k/s)
39872024-12-21T03:07:47.996Z[ recovery-image] Dec 21 03:07:47.341 INFO O| Dec 21 03:07:47.341 INFO O| Download: 15624/15862 items 169.8/176.4MB 96% complete (1.1M/s)
39882024-12-21T03:07:51.941Z[ recovery-image] Dec 21 03:07:51.285 INFO O| Dec 21 03:07:51.285 INFO O| Download: Completed 176.38 MB in 256.61 seconds (701k/s)
39892024-12-21T03:07:52.925Z[ recovery-image] Dec 21 03:07:52.269 INFO O| Dec 21 03:07:52.268 INFO O| Actions: 1/25028 actions (Installing new actions)
39902024-12-21T03:07:54.336Z[ host-image] Dec 21 03:07:53.679 INFO O| Dec 21 03:07:53.679 INFO O| Download: 22260/22788 items 197.8/199.7MB 99% complete (575k/s)
39912024-12-21T03:07:57.927Z[ recovery-image] Dec 21 03:07:57.270 INFO O| Dec 21 03:07:57.270 INFO O| Actions: 8728/25028 actions (Installing new actions)
39922024-12-21T03:07:59.697Z[ host-image] Dec 21 03:07:59.040 INFO O| Dec 21 03:07:59.040 INFO O| Download: 22786/22788 items 199.7/199.7MB 99% complete (429k/s)
39932024-12-21T03:08:00.290Z[ host-image] Dec 21 03:07:59.633 INFO O| Dec 21 03:07:59.633 INFO O| Download: Completed 199.66 MB in 291.96 seconds (698k/s)
39942024-12-21T03:08:02.098Z[ host-image] Dec 21 03:08:01.440 INFO O| Dec 21 03:08:01.440 INFO O| Actions: 1/49485 actions (Installing new actions)
39952024-12-21T03:08:02.927Z[ recovery-image] Dec 21 03:08:02.270 INFO O| Dec 21 03:08:02.270 INFO O| Actions: 14540/25028 actions (Installing new actions)
39962024-12-21T03:08:07.099Z[ host-image] Dec 21 03:08:06.440 INFO O| Dec 21 03:08:06.440 INFO O| Actions: 9788/49485 actions (Installing new actions)
39972024-12-21T03:08:07.949Z[ recovery-image] Dec 21 03:08:07.290 INFO O| Dec 21 03:08:07.290 INFO O| Actions: 24510/25028 actions (Installing new actions)
39982024-12-21T03:08:09.089Z[ recovery-image] Dec 21 03:08:08.430 INFO O| Dec 21 03:08:08.430 INFO O| Actions: Completed 25028 actions in 16.16 seconds.
39992024-12-21T03:08:09.947Z[ recovery-image] Dec 21 03:08:09.289 INFO O| Dec 21 03:08:09.289 INFO O| Done
40002024-12-21T03:08:09.948Z[ recovery-image] Dec 21 03:08:09.289 INFO O| Dec 21 03:08:09.289 INFO O| Done
40012024-12-21T03:08:11.823Z[ recovery-image] Dec 21 03:08:11.164 INFO O| Dec 21 03:08:11.164 INFO O| Done
40022024-12-21T03:08:12.100Z[ host-image] Dec 21 03:08:11.441 INFO O| Dec 21 03:08:11.440 INFO O| Actions: 15804/49485 actions (Installing new actions)
40032024-12-21T03:08:13.908Z[ recovery-image] Dec 21 03:08:13.249 INFO O| Dec 21 03:08:13.249 INFO O| Done
40042024-12-21T03:08:13.931Z[ recovery-image] Dec 21 03:08:13.272 INFO O| Dec 21 03:08:13.272 INFO O| Done
40052024-12-21T03:08:17.101Z[ host-image] Dec 21 03:08:16.441 INFO O| Dec 21 03:08:16.441 INFO O| Actions: 21677/49485 actions (Installing new actions)
40062024-12-21T03:08:19.115Z[ recovery-image] Dec 21 03:08:18.410 INFO O| Dec 21 03:08:18.410 INFO O| Done
40072024-12-21T03:08:19.791Z[ recovery-image] Dec 21 03:08:19.117 INFO O| Dec 21 03:08:19.117 INFO O| Done
40082024-12-21T03:08:20.301Z[ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 11 (pkg_install) COMPLETE
40092024-12-21T03:08:20.302Z[ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40102024-12-21T03:08:20.310Z[ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO skip step because feature "recovery" is enabled
40112024-12-21T03:08:20.310Z[ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40122024-12-21T03:08:20.310Z[ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO skip step because feature "omicron1" is not enabled
40132024-12-21T03:08:20.310Z[ recovery-image] Dec 21 03:08:19.639 INFO O| Dec 21 03:08:19.639 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40142024-12-21T03:08:20.320Z[ recovery-image] Dec 21 03:08:19.658 INFO O| Dec 21 03:08:19.658 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40152024-12-21T03:08:22.101Z[ host-image] Dec 21 03:08:21.441 INFO O| Dec 21 03:08:21.441 INFO O| Actions: 47705/49485 actions (Installing new actions)
40162024-12-21T03:08:23.439Z[ recovery-image] Dec 21 03:08:22.778 INFO O| Dec 21 03:08:22.778 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40172024-12-21T03:08:23.517Z[ host-image] Dec 21 03:08:22.856 INFO O| Dec 21 03:08:22.856 INFO O| Actions: Completed 49485 actions in 21.41 seconds.
40182024-12-21T03:08:24.231Z[ host-image] Dec 21 03:08:23.570 INFO O| Dec 21 03:08:23.569 INFO O| Done
40192024-12-21T03:08:24.231Z[ host-image] Dec 21 03:08:23.570 INFO O| Dec 21 03:08:23.569 INFO O| Done
40202024-12-21T03:08:25.795Z[ host-image] Dec 21 03:08:25.134 INFO O| Dec 21 03:08:25.134 INFO O| Done
40212024-12-21T03:08:27.692Z[ recovery-image] Dec 21 03:08:27.031 INFO O| Dec 21 03:08:27.030 INFO O| Planning: Solver setup ... Done
40222024-12-21T03:08:27.704Z[ recovery-image] Dec 21 03:08:27.042 INFO O| Dec 21 03:08:27.042 INFO O| Planning: Running solver ... Done
40232024-12-21T03:08:27.804Z[ recovery-image] Dec 21 03:08:27.143 INFO O| Dec 21 03:08:27.143 INFO O| Planning: Finding local manifests ... Done
40242024-12-21T03:08:27.807Z[ recovery-image] Dec 21 03:08:27.144 INFO O| Dec 21 03:08:27.144 INFO O| Planning: Fetching manifests: 0/1 0% complete
40252024-12-21T03:08:27.984Z[ recovery-image] Dec 21 03:08:27.322 INFO O| Dec 21 03:08:27.322 INFO O| Planning: Fetching manifests: 1/1 100% complete
40262024-12-21T03:08:28.053Z[ recovery-image] Dec 21 03:08:27.391 INFO O| Dec 21 03:08:27.391 INFO O| Planning: Package planning ... Done
40272024-12-21T03:08:28.055Z[ recovery-image] Dec 21 03:08:27.392 INFO O| Dec 21 03:08:27.392 INFO O| Planning: Merging actions ... Done
40282024-12-21T03:08:28.145Z[ recovery-image] Dec 21 03:08:27.483 INFO O| Dec 21 03:08:27.483 INFO O| Planning: Checking for conflicting actions ... Done
40292024-12-21T03:08:28.148Z[ recovery-image] Dec 21 03:08:27.484 INFO O| Dec 21 03:08:27.484 INFO O| Planning: Consolidating action changes ... Done
40302024-12-21T03:08:28.373Z[ host-image] Dec 21 03:08:27.712 INFO O| Dec 21 03:08:27.712 INFO O| Done
40312024-12-21T03:08:28.410Z[ host-image] Dec 21 03:08:27.749 INFO O| Dec 21 03:08:27.749 INFO O| Done
40322024-12-21T03:08:28.462Z[ recovery-image] Dec 21 03:08:27.801 INFO O| Dec 21 03:08:27.801 INFO O| Planning: Evaluating mediators ... Done
40332024-12-21T03:08:28.464Z[ recovery-image] Dec 21 03:08:27.802 INFO O| Dec 21 03:08:27.802 INFO O| Planning: Planning completed in 5.02 seconds
40342024-12-21T03:08:28.467Z[ recovery-image] Dec 21 03:08:27.804 INFO O| Dec 21 03:08:27.804 INFO O| Packages to install: 1
40352024-12-21T03:08:28.502Z[ recovery-image] Dec 21 03:08:27.841 INFO O| Dec 21 03:08:27.840 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40362024-12-21T03:08:28.944Z[ recovery-image] Dec 21 03:08:28.283 INFO O| Dec 21 03:08:28.282 INFO O| Download: Completed 9.99 MB in 0.44 seconds (22.6M/s)
40372024-12-21T03:08:29.053Z[ recovery-image] Dec 21 03:08:28.392 INFO O| Dec 21 03:08:28.392 INFO O| Actions: 1/22 actions (Installing new actions)
40382024-12-21T03:08:29.760Z[ recovery-image] Dec 21 03:08:28.832 INFO O| Dec 21 03:08:28.832 INFO O| Actions: Completed 22 actions in 0.44 seconds.
40392024-12-21T03:08:29.976Z[ recovery-image] Dec 21 03:08:29.314 INFO O| Dec 21 03:08:29.314 INFO O| Done
40402024-12-21T03:08:29.976Z[ recovery-image] Dec 21 03:08:29.314 INFO O| Dec 21 03:08:29.314 INFO O| Done
40412024-12-21T03:08:31.359Z[ recovery-image] Dec 21 03:08:30.697 INFO O| Dec 21 03:08:30.697 INFO O| Done
40422024-12-21T03:08:33.406Z[ recovery-image] Dec 21 03:08:32.744 INFO O| Dec 21 03:08:32.744 INFO O| Done
40432024-12-21T03:08:33.432Z[ recovery-image] Dec 21 03:08:32.769 INFO O| Dec 21 03:08:32.769 INFO O| Done
40442024-12-21T03:08:33.432Z[ recovery-image] Dec 21 03:08:32.770 INFO O| Dec 21 03:08:32.769 INFO O| Done
40452024-12-21T03:08:33.449Z[ recovery-image] Dec 21 03:08:32.786 INFO O| Dec 21 03:08:32.786 INFO O| Done
40462024-12-21T03:08:33.655Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.992 INFO STEP 14 (pkg_install) COMPLETE
40472024-12-21T03:08:33.655Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40482024-12-21T03:08:33.655Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "mfg" is not enabled
40492024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40502024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "compliance" is not enabled
40512024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40522024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "stress" is not enabled
40532024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40542024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO skip step because feature "nfs" is not enabled
40552024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40562024-12-21T03:08:33.658Z[ recovery-image] Dec 21 03:08:32.993 INFO O| Dec 21 03:08:32.993 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40572024-12-21T03:08:33.774Z[ recovery-image] Dec 21 03:08:33.112 INFO O| Dec 21 03:08:33.112 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40582024-12-21T03:08:34.029Z[ recovery-image] Dec 21 03:08:33.366 INFO O| Dec 21 03:08:33.366 INFO completed processing gimlet/ramdisk-01-os
40592024-12-21T03:08:34.032Z[ recovery-image] Dec 21 03:08:33.370 INFO image builder template: ramdisk-02-trim...
40602024-12-21T03:08:34.032Z[ recovery-image] Dec 21 03:08:33.370 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/.tmpHfUgvJ/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
40612024-12-21T03:08:34.073Z[ recovery-image] Dec 21 03:08:33.411 INFO O| Dec 21 03:08:33.411 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40622024-12-21T03:08:34.081Z[ recovery-image] Dec 21 03:08:33.419 INFO O| Dec 21 03:08:33.419 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40632024-12-21T03:08:34.195Z[ recovery-image] Dec 21 03:08:33.533 INFO O| Dec 21 03:08:33.533 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40642024-12-21T03:08:34.340Z[ recovery-image] Dec 21 03:08:33.678 INFO O| Dec 21 03:08:33.678 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40652024-12-21T03:08:34.343Z[ recovery-image] Dec 21 03:08:33.678 INFO O| Dec 21 03:08:33.678 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40662024-12-21T03:08:34.352Z[ recovery-image] Dec 21 03:08:33.690 INFO O| Dec 21 03:08:33.690 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40672024-12-21T03:08:34.360Z[ recovery-image] Dec 21 03:08:33.697 INFO O| Dec 21 03:08:33.697 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40682024-12-21T03:08:34.369Z[ recovery-image] Dec 21 03:08:33.706 INFO O| Dec 21 03:08:33.706 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40692024-12-21T03:08:34.891Z[ recovery-image] Dec 21 03:08:34.229 INFO O| Dec 21 03:08:34.229 INFO rolled back to input snapshot; work may begin
40702024-12-21T03:08:34.891Z[ recovery-image] Dec 21 03:08:34.229 INFO O| Dec 21 03:08:34.229 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40712024-12-21T03:08:34.899Z[ recovery-image] Dec 21 03:08:34.237 INFO O| Dec 21 03:08:34.237 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-21T03:08:34.917Z[ recovery-image] Dec 21 03:08:34.255 INFO O| Dec 21 03:08:34.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40732024-12-21T03:08:35.064Z[ recovery-image] Dec 21 03:08:34.401 INFO O| Dec 21 03:08:34.401 INFO STEP 0 (remove_files) COMPLETE
40742024-12-21T03:08:35.064Z[ recovery-image] Dec 21 03:08:34.401 INFO O| Dec 21 03:08:34.401 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-21T03:08:35.082Z[ recovery-image] Dec 21 03:08:34.420 INFO O| Dec 21 03:08:34.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40762024-12-21T03:08:35.085Z[ recovery-image] Dec 21 03:08:34.423 INFO O| Dec 21 03:08:34.423 INFO STEP 1 (remove_files) COMPLETE
40772024-12-21T03:08:35.085Z[ recovery-image] Dec 21 03:08:34.423 INFO O| Dec 21 03:08:34.423 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-21T03:08:35.104Z[ recovery-image] Dec 21 03:08:34.442 INFO O| Dec 21 03:08:34.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40792024-12-21T03:08:35.129Z[ recovery-image] Dec 21 03:08:34.466 INFO O| Dec 21 03:08:34.466 INFO STEP 2 (remove_files) COMPLETE
40802024-12-21T03:08:35.129Z[ recovery-image] Dec 21 03:08:34.467 INFO O| Dec 21 03:08:34.466 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-21T03:08:35.191Z[ recovery-image] Dec 21 03:08:34.529 INFO O| Dec 21 03:08:34.528 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40822024-12-21T03:08:35.194Z[ recovery-image] Dec 21 03:08:34.532 INFO O| Dec 21 03:08:34.532 INFO STEP 3 (remove_files) COMPLETE
40832024-12-21T03:08:35.194Z[ recovery-image] Dec 21 03:08:34.532 INFO O| Dec 21 03:08:34.532 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-21T03:08:35.215Z[ recovery-image] Dec 21 03:08:34.552 INFO O| Dec 21 03:08:34.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40852024-12-21T03:08:35.222Z[ recovery-image] Dec 21 03:08:34.560 INFO O| Dec 21 03:08:34.559 INFO STEP 4 (remove_files) COMPLETE
40862024-12-21T03:08:35.224Z[ recovery-image] Dec 21 03:08:34.560 INFO O| Dec 21 03:08:34.560 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-21T03:08:35.279Z[ recovery-image] Dec 21 03:08:34.617 INFO O| Dec 21 03:08:34.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40882024-12-21T03:08:35.282Z[ recovery-image] Dec 21 03:08:34.617 INFO O| Dec 21 03:08:34.617 INFO STEP 5 (remove_files) COMPLETE
40892024-12-21T03:08:35.282Z[ recovery-image] Dec 21 03:08:34.617 INFO O| Dec 21 03:08:34.617 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-21T03:08:35.303Z[ recovery-image] Dec 21 03:08:34.640 INFO O| Dec 21 03:08:34.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40912024-12-21T03:08:35.323Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 6 (remove_files) COMPLETE
40922024-12-21T03:08:35.323Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-21T03:08:35.326Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO skip step because feature "recovery" is enabled
40942024-12-21T03:08:35.326Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-12-21T03:08:35.326Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO skip step because feature "recovery" is enabled
40962024-12-21T03:08:35.326Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-21T03:08:35.326Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO skip step because feature "recovery" is enabled
40982024-12-21T03:08:35.326Z[ recovery-image] Dec 21 03:08:34.661 INFO O| Dec 21 03:08:34.661 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-21T03:08:35.343Z[ recovery-image] Dec 21 03:08:34.681 INFO O| Dec 21 03:08:34.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41002024-12-21T03:08:35.350Z[ recovery-image] Dec 21 03:08:34.687 INFO O| Dec 21 03:08:34.687 INFO STEP 10 (remove_files) COMPLETE
41012024-12-21T03:08:35.350Z[ recovery-image] Dec 21 03:08:34.687 INFO O| Dec 21 03:08:34.687 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-21T03:08:35.369Z[ recovery-image] Dec 21 03:08:34.706 INFO O| Dec 21 03:08:34.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41032024-12-21T03:08:35.372Z[ recovery-image] Dec 21 03:08:34.708 INFO O| Dec 21 03:08:34.708 INFO STEP 11 (remove_files) COMPLETE
41042024-12-21T03:08:35.372Z[ recovery-image] Dec 21 03:08:34.708 INFO O| Dec 21 03:08:34.708 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-21T03:08:35.387Z[ recovery-image] Dec 21 03:08:34.725 INFO O| Dec 21 03:08:34.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41062024-12-21T03:08:35.390Z[ recovery-image] Dec 21 03:08:34.728 INFO O| Dec 21 03:08:34.728 INFO STEP 12 (remove_files) COMPLETE
41072024-12-21T03:08:35.390Z[ recovery-image] Dec 21 03:08:34.728 INFO O| Dec 21 03:08:34.728 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-21T03:08:35.510Z[ recovery-image] Dec 21 03:08:34.848 INFO O| Dec 21 03:08:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41092024-12-21T03:08:35.513Z[ recovery-image] Dec 21 03:08:34.851 INFO O| Dec 21 03:08:34.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41102024-12-21T03:08:35.578Z[ recovery-image] Dec 21 03:08:34.916 INFO O| Dec 21 03:08:34.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41112024-12-21T03:08:35.581Z[ recovery-image] Dec 21 03:08:34.917 INFO O| Dec 21 03:08:34.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41122024-12-21T03:08:35.899Z[ recovery-image] Dec 21 03:08:35.237 INFO O| Dec 21 03:08:35.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41132024-12-21T03:08:35.920Z[ recovery-image] Dec 21 03:08:35.257 INFO O| Dec 21 03:08:35.257 INFO STEP 13 (remove_files) COMPLETE
41142024-12-21T03:08:35.920Z[ recovery-image] Dec 21 03:08:35.257 INFO O| Dec 21 03:08:35.257 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-21T03:08:35.954Z[ recovery-image] Dec 21 03:08:35.291 INFO O| Dec 21 03:08:35.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41162024-12-21T03:08:35.957Z[ recovery-image] Dec 21 03:08:35.293 INFO O| Dec 21 03:08:35.293 INFO STEP 14 (remove_files) COMPLETE
41172024-12-21T03:08:35.957Z[ recovery-image] Dec 21 03:08:35.294 INFO O| Dec 21 03:08:35.293 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-21T03:08:35.977Z[ recovery-image] Dec 21 03:08:35.315 INFO O| Dec 21 03:08:35.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41192024-12-21T03:08:35.987Z[ recovery-image] Dec 21 03:08:35.325 INFO O| Dec 21 03:08:35.325 INFO STEP 15 (remove_files) COMPLETE
41202024-12-21T03:08:35.990Z[ recovery-image] Dec 21 03:08:35.325 INFO O| Dec 21 03:08:35.325 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-21T03:08:35.996Z[ host-image] Dec 21 03:08:35.333 INFO O| Dec 21 03:08:35.333 INFO O| Done
41222024-12-21T03:08:36.023Z[ recovery-image] Dec 21 03:08:35.360 INFO O| Dec 21 03:08:35.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41232024-12-21T03:08:36.026Z[ recovery-image] Dec 21 03:08:35.361 INFO O| Dec 21 03:08:35.361 INFO STEP 16 (remove_files) COMPLETE
41242024-12-21T03:08:36.026Z[ recovery-image] Dec 21 03:08:35.361 INFO O| Dec 21 03:08:35.361 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-21T03:08:36.043Z[ recovery-image] Dec 21 03:08:35.381 INFO O| Dec 21 03:08:35.381 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41262024-12-21T03:08:36.052Z[ recovery-image] Dec 21 03:08:35.383 INFO O| Dec 21 03:08:35.383 INFO STEP 17 (remove_files) COMPLETE
41272024-12-21T03:08:36.054Z[ recovery-image] Dec 21 03:08:35.383 INFO O| Dec 21 03:08:35.383 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-21T03:08:36.071Z[ recovery-image] Dec 21 03:08:35.408 INFO O| Dec 21 03:08:35.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41292024-12-21T03:08:36.074Z[ recovery-image] Dec 21 03:08:35.408 INFO O| Dec 21 03:08:35.408 INFO STEP 18 (remove_files) COMPLETE
41302024-12-21T03:08:36.074Z[ recovery-image] Dec 21 03:08:35.409 INFO O| Dec 21 03:08:35.408 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-21T03:08:36.090Z[ recovery-image] Dec 21 03:08:35.427 INFO O| Dec 21 03:08:35.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41322024-12-21T03:08:36.090Z[ recovery-image] Dec 21 03:08:35.427 INFO O| Dec 21 03:08:35.427 INFO STEP 19 (remove_files) COMPLETE
41332024-12-21T03:08:36.092Z[ recovery-image] Dec 21 03:08:35.427 INFO O| Dec 21 03:08:35.427 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-21T03:08:36.107Z[ recovery-image] Dec 21 03:08:35.445 INFO O| Dec 21 03:08:35.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41352024-12-21T03:08:36.107Z[ recovery-image] Dec 21 03:08:35.445 INFO O| Dec 21 03:08:35.445 INFO STEP 20 (remove_files) COMPLETE
41362024-12-21T03:08:36.107Z[ recovery-image] Dec 21 03:08:35.445 INFO O| Dec 21 03:08:35.445 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-21T03:08:36.133Z[ recovery-image] Dec 21 03:08:35.470 INFO O| Dec 21 03:08:35.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41382024-12-21T03:08:36.133Z[ recovery-image] Dec 21 03:08:35.470 INFO O| Dec 21 03:08:35.470 INFO STEP 21 (remove_files) COMPLETE
41392024-12-21T03:08:36.135Z[ recovery-image] Dec 21 03:08:35.471 INFO O| Dec 21 03:08:35.470 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-21T03:08:36.152Z[ recovery-image] Dec 21 03:08:35.490 INFO O| Dec 21 03:08:35.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41412024-12-21T03:08:36.155Z[ recovery-image] Dec 21 03:08:35.490 INFO O| Dec 21 03:08:35.490 INFO STEP 22 (remove_files) COMPLETE
41422024-12-21T03:08:36.155Z[ recovery-image] Dec 21 03:08:35.490 INFO O| Dec 21 03:08:35.490 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-21T03:08:36.185Z[ recovery-image] Dec 21 03:08:35.523 INFO O| Dec 21 03:08:35.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41442024-12-21T03:08:36.185Z[ recovery-image] Dec 21 03:08:35.523 INFO O| Dec 21 03:08:35.523 INFO STEP 23 (remove_files) COMPLETE
41452024-12-21T03:08:36.188Z[ recovery-image] Dec 21 03:08:35.523 INFO O| Dec 21 03:08:35.523 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462024-12-21T03:08:36.235Z[ recovery-image] Dec 21 03:08:35.572 INFO O| Dec 21 03:08:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41472024-12-21T03:08:36.237Z[ recovery-image] Dec 21 03:08:35.572 INFO O| Dec 21 03:08:35.572 INFO STEP 24 (remove_files) COMPLETE
41482024-12-21T03:08:36.237Z[ recovery-image] Dec 21 03:08:35.573 INFO O| Dec 21 03:08:35.572 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-21T03:08:36.256Z[ recovery-image] Dec 21 03:08:35.593 INFO O| Dec 21 03:08:35.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41502024-12-21T03:08:36.256Z[ recovery-image] Dec 21 03:08:35.593 INFO O| Dec 21 03:08:35.593 INFO STEP 25 (remove_files) COMPLETE
41512024-12-21T03:08:36.258Z[ recovery-image] Dec 21 03:08:35.594 INFO O| Dec 21 03:08:35.593 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522024-12-21T03:08:36.305Z[ recovery-image] Dec 21 03:08:35.643 INFO O| Dec 21 03:08:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41532024-12-21T03:08:36.308Z[ recovery-image] Dec 21 03:08:35.643 INFO O| Dec 21 03:08:35.643 INFO STEP 26 (remove_files) COMPLETE
41542024-12-21T03:08:36.308Z[ recovery-image] Dec 21 03:08:35.643 INFO O| Dec 21 03:08:35.643 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552024-12-21T03:08:36.324Z[ recovery-image] Dec 21 03:08:35.661 INFO O| Dec 21 03:08:35.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41562024-12-21T03:08:36.326Z[ recovery-image] Dec 21 03:08:35.662 INFO O| Dec 21 03:08:35.662 INFO STEP 27 (remove_files) COMPLETE
41572024-12-21T03:08:36.326Z[ recovery-image] Dec 21 03:08:35.662 INFO O| Dec 21 03:08:35.662 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582024-12-21T03:08:36.342Z[ recovery-image] Dec 21 03:08:35.680 INFO O| Dec 21 03:08:35.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41592024-12-21T03:08:36.345Z[ recovery-image] Dec 21 03:08:35.680 INFO O| Dec 21 03:08:35.680 INFO STEP 28 (remove_files) COMPLETE
41602024-12-21T03:08:36.345Z[ recovery-image] Dec 21 03:08:35.680 INFO O| Dec 21 03:08:35.680 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612024-12-21T03:08:36.361Z[ recovery-image] Dec 21 03:08:35.699 INFO O| Dec 21 03:08:35.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41622024-12-21T03:08:36.364Z[ recovery-image] Dec 21 03:08:35.699 INFO O| Dec 21 03:08:35.699 INFO STEP 29 (remove_files) COMPLETE
41632024-12-21T03:08:36.364Z[ recovery-image] Dec 21 03:08:35.699 INFO O| Dec 21 03:08:35.699 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642024-12-21T03:08:36.408Z[ recovery-image] Dec 21 03:08:35.745 INFO O| Dec 21 03:08:35.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41652024-12-21T03:08:36.408Z[ recovery-image] Dec 21 03:08:35.745 INFO O| Dec 21 03:08:35.745 INFO STEP 30 (remove_files) COMPLETE
41662024-12-21T03:08:36.408Z[ recovery-image] Dec 21 03:08:35.745 INFO O| Dec 21 03:08:35.745 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672024-12-21T03:08:36.454Z[ recovery-image] Dec 21 03:08:35.791 INFO O| Dec 21 03:08:35.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41682024-12-21T03:08:36.456Z[ recovery-image] Dec 21 03:08:35.791 INFO O| Dec 21 03:08:35.791 INFO STEP 31 (remove_files) COMPLETE
41692024-12-21T03:08:36.457Z[ recovery-image] Dec 21 03:08:35.791 INFO O| Dec 21 03:08:35.791 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-21T03:08:36.473Z[ recovery-image] Dec 21 03:08:35.810 INFO O| Dec 21 03:08:35.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41712024-12-21T03:08:36.473Z[ recovery-image] Dec 21 03:08:35.811 INFO O| Dec 21 03:08:35.810 INFO STEP 32 (remove_files) COMPLETE
41722024-12-21T03:08:36.473Z[ recovery-image] Dec 21 03:08:35.811 INFO O| Dec 21 03:08:35.810 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732024-12-21T03:08:36.497Z[ recovery-image] Dec 21 03:08:35.835 INFO O| Dec 21 03:08:35.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41742024-12-21T03:08:36.497Z[ recovery-image] Dec 21 03:08:35.835 INFO O| Dec 21 03:08:35.835 INFO STEP 33 (remove_files) COMPLETE
41752024-12-21T03:08:36.497Z[ recovery-image] Dec 21 03:08:35.835 INFO O| Dec 21 03:08:35.835 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762024-12-21T03:08:36.517Z[ recovery-image] Dec 21 03:08:35.855 INFO O| Dec 21 03:08:35.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41772024-12-21T03:08:36.517Z[ recovery-image] Dec 21 03:08:35.855 INFO O| Dec 21 03:08:35.855 INFO STEP 34 (remove_files) COMPLETE
41782024-12-21T03:08:36.520Z[ recovery-image] Dec 21 03:08:35.855 INFO O| Dec 21 03:08:35.855 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792024-12-21T03:08:36.537Z[ recovery-image] Dec 21 03:08:35.875 INFO O| Dec 21 03:08:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41802024-12-21T03:08:36.537Z[ recovery-image] Dec 21 03:08:35.875 INFO O| Dec 21 03:08:35.875 INFO STEP 35 (remove_files) COMPLETE
41812024-12-21T03:08:36.540Z[ recovery-image] Dec 21 03:08:35.875 INFO O| Dec 21 03:08:35.875 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822024-12-21T03:08:36.557Z[ recovery-image] Dec 21 03:08:35.895 INFO O| Dec 21 03:08:35.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41832024-12-21T03:08:36.557Z[ recovery-image] Dec 21 03:08:35.895 INFO O| Dec 21 03:08:35.895 INFO STEP 36 (remove_files) COMPLETE
41842024-12-21T03:08:36.558Z[ recovery-image] Dec 21 03:08:35.895 INFO O| Dec 21 03:08:35.895 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852024-12-21T03:08:36.577Z[ recovery-image] Dec 21 03:08:35.914 INFO O| Dec 21 03:08:35.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41862024-12-21T03:08:36.577Z[ recovery-image] Dec 21 03:08:35.914 INFO O| Dec 21 03:08:35.914 INFO STEP 37 (remove_files) COMPLETE
41872024-12-21T03:08:36.579Z[ recovery-image] Dec 21 03:08:35.914 INFO O| Dec 21 03:08:35.914 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882024-12-21T03:08:36.595Z[ recovery-image] Dec 21 03:08:35.932 INFO O| Dec 21 03:08:35.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41892024-12-21T03:08:36.595Z[ recovery-image] Dec 21 03:08:35.933 INFO O| Dec 21 03:08:35.932 INFO STEP 38 (remove_files) COMPLETE
41902024-12-21T03:08:36.597Z[ recovery-image] Dec 21 03:08:35.933 INFO O| Dec 21 03:08:35.932 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912024-12-21T03:08:36.614Z[ recovery-image] Dec 21 03:08:35.951 INFO O| Dec 21 03:08:35.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41922024-12-21T03:08:36.614Z[ recovery-image] Dec 21 03:08:35.951 INFO O| Dec 21 03:08:35.951 INFO STEP 39 (remove_files) COMPLETE
41932024-12-21T03:08:36.617Z[ recovery-image] Dec 21 03:08:35.952 INFO O| Dec 21 03:08:35.951 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942024-12-21T03:08:36.633Z[ recovery-image] Dec 21 03:08:35.970 INFO O| Dec 21 03:08:35.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41952024-12-21T03:08:36.633Z[ recovery-image] Dec 21 03:08:35.970 INFO O| Dec 21 03:08:35.970 INFO STEP 40 (remove_files) COMPLETE
41962024-12-21T03:08:36.635Z[ recovery-image] Dec 21 03:08:35.970 INFO O| Dec 21 03:08:35.970 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972024-12-21T03:08:36.651Z[ recovery-image] Dec 21 03:08:35.989 INFO O| Dec 21 03:08:35.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41982024-12-21T03:08:36.651Z[ recovery-image] Dec 21 03:08:35.989 INFO O| Dec 21 03:08:35.989 INFO STEP 41 (remove_files) COMPLETE
41992024-12-21T03:08:36.654Z[ recovery-image] Dec 21 03:08:35.989 INFO O| Dec 21 03:08:35.989 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002024-12-21T03:08:36.672Z[ recovery-image] Dec 21 03:08:36.009 INFO O| Dec 21 03:08:36.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42012024-12-21T03:08:36.672Z[ recovery-image] Dec 21 03:08:36.010 INFO O| Dec 21 03:08:36.010 INFO STEP 42 (remove_files) COMPLETE
42022024-12-21T03:08:36.672Z[ recovery-image] Dec 21 03:08:36.010 INFO O| Dec 21 03:08:36.010 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032024-12-21T03:08:36.701Z[ recovery-image] Dec 21 03:08:36.038 INFO O| Dec 21 03:08:36.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42042024-12-21T03:08:36.701Z[ recovery-image] Dec 21 03:08:36.038 INFO O| Dec 21 03:08:36.038 INFO STEP 43 (remove_files) COMPLETE
42052024-12-21T03:08:36.701Z[ recovery-image] Dec 21 03:08:36.038 INFO O| Dec 21 03:08:36.038 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062024-12-21T03:08:36.751Z[ recovery-image] Dec 21 03:08:36.089 INFO O| Dec 21 03:08:36.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42072024-12-21T03:08:36.754Z[ recovery-image] Dec 21 03:08:36.089 INFO O| Dec 21 03:08:36.089 INFO STEP 44 (remove_files) COMPLETE
42082024-12-21T03:08:36.754Z[ recovery-image] Dec 21 03:08:36.089 INFO O| Dec 21 03:08:36.089 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092024-12-21T03:08:36.801Z[ recovery-image] Dec 21 03:08:36.138 INFO O| Dec 21 03:08:36.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42102024-12-21T03:08:36.801Z[ recovery-image] Dec 21 03:08:36.138 INFO O| Dec 21 03:08:36.138 INFO STEP 45 (remove_files) COMPLETE
42112024-12-21T03:08:36.801Z[ recovery-image] Dec 21 03:08:36.139 INFO O| Dec 21 03:08:36.138 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122024-12-21T03:08:36.825Z[ recovery-image] Dec 21 03:08:36.162 INFO O| Dec 21 03:08:36.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42132024-12-21T03:08:36.825Z[ recovery-image] Dec 21 03:08:36.162 INFO O| Dec 21 03:08:36.162 INFO STEP 46 (remove_files) COMPLETE
42142024-12-21T03:08:36.827Z[ recovery-image] Dec 21 03:08:36.162 INFO O| Dec 21 03:08:36.162 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152024-12-21T03:08:36.852Z[ recovery-image] Dec 21 03:08:36.189 INFO O| Dec 21 03:08:36.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42162024-12-21T03:08:36.852Z[ recovery-image] Dec 21 03:08:36.189 INFO O| Dec 21 03:08:36.189 INFO STEP 47 (remove_files) COMPLETE
42172024-12-21T03:08:36.854Z[ recovery-image] Dec 21 03:08:36.189 INFO O| Dec 21 03:08:36.189 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42182024-12-21T03:08:36.922Z[ recovery-image] Dec 21 03:08:36.259 INFO O| Dec 21 03:08:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42192024-12-21T03:08:36.924Z[ recovery-image] Dec 21 03:08:36.259 INFO O| Dec 21 03:08:36.259 INFO STEP 48 (remove_files) COMPLETE
42202024-12-21T03:08:36.924Z[ recovery-image] Dec 21 03:08:36.259 INFO O| Dec 21 03:08:36.259 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212024-12-21T03:08:36.964Z[ recovery-image] Dec 21 03:08:36.302 INFO O| Dec 21 03:08:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42222024-12-21T03:08:36.964Z[ recovery-image] Dec 21 03:08:36.302 INFO O| Dec 21 03:08:36.302 INFO STEP 49 (remove_files) COMPLETE
42232024-12-21T03:08:36.964Z[ recovery-image] Dec 21 03:08:36.302 INFO O| Dec 21 03:08:36.302 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242024-12-21T03:08:36.977Z[ host-image] Dec 21 03:08:36.315 INFO O| Dec 21 03:08:36.315 INFO O| Done
42252024-12-21T03:08:37.033Z[ recovery-image] Dec 21 03:08:36.370 INFO O| Dec 21 03:08:36.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42262024-12-21T03:08:37.033Z[ recovery-image] Dec 21 03:08:36.370 INFO O| Dec 21 03:08:36.370 INFO STEP 50 (remove_files) COMPLETE
42272024-12-21T03:08:37.033Z[ recovery-image] Dec 21 03:08:36.370 INFO O| Dec 21 03:08:36.370 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282024-12-21T03:08:37.068Z[ recovery-image] Dec 21 03:08:36.405 INFO O| Dec 21 03:08:36.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42292024-12-21T03:08:37.068Z[ recovery-image] Dec 21 03:08:36.405 INFO O| Dec 21 03:08:36.405 INFO STEP 51 (remove_files) COMPLETE
42302024-12-21T03:08:37.068Z[ recovery-image] Dec 21 03:08:36.405 INFO O| Dec 21 03:08:36.405 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-21T03:08:37.098Z[ recovery-image] Dec 21 03:08:36.436 INFO O| Dec 21 03:08:36.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42322024-12-21T03:08:37.098Z[ recovery-image] Dec 21 03:08:36.436 INFO O| Dec 21 03:08:36.436 INFO STEP 52 (remove_files) COMPLETE
42332024-12-21T03:08:37.098Z[ recovery-image] Dec 21 03:08:36.436 INFO O| Dec 21 03:08:36.436 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342024-12-21T03:08:37.127Z[ recovery-image] Dec 21 03:08:36.455 INFO O| Dec 21 03:08:36.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42352024-12-21T03:08:37.127Z[ recovery-image] Dec 21 03:08:36.455 INFO O| Dec 21 03:08:36.455 INFO STEP 53 (remove_files) COMPLETE
42362024-12-21T03:08:37.130Z[ recovery-image] Dec 21 03:08:36.455 INFO O| Dec 21 03:08:36.455 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372024-12-21T03:08:37.137Z[ recovery-image] Dec 21 03:08:36.475 INFO O| Dec 21 03:08:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42382024-12-21T03:08:37.137Z[ recovery-image] Dec 21 03:08:36.475 INFO O| Dec 21 03:08:36.475 INFO STEP 54 (remove_files) COMPLETE
42392024-12-21T03:08:37.137Z[ recovery-image] Dec 21 03:08:36.475 INFO O| Dec 21 03:08:36.475 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402024-12-21T03:08:37.177Z[ recovery-image] Dec 21 03:08:36.514 INFO O| Dec 21 03:08:36.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42412024-12-21T03:08:37.177Z[ recovery-image] Dec 21 03:08:36.515 INFO O| Dec 21 03:08:36.515 INFO STEP 55 (remove_files) COMPLETE
42422024-12-21T03:08:37.180Z[ recovery-image] Dec 21 03:08:36.515 INFO O| Dec 21 03:08:36.515 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432024-12-21T03:08:37.217Z[ recovery-image] Dec 21 03:08:36.554 INFO O| Dec 21 03:08:36.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42442024-12-21T03:08:37.217Z[ recovery-image] Dec 21 03:08:36.554 INFO O| Dec 21 03:08:36.554 INFO STEP 56 (remove_files) COMPLETE
42452024-12-21T03:08:37.220Z[ recovery-image] Dec 21 03:08:36.554 INFO O| Dec 21 03:08:36.554 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462024-12-21T03:08:37.233Z[ recovery-image] Dec 21 03:08:36.571 INFO O| Dec 21 03:08:36.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42472024-12-21T03:08:37.236Z[ recovery-image] Dec 21 03:08:36.571 INFO O| Dec 21 03:08:36.571 INFO STEP 57 (remove_files) COMPLETE
42482024-12-21T03:08:37.236Z[ recovery-image] Dec 21 03:08:36.571 INFO O| Dec 21 03:08:36.571 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492024-12-21T03:08:37.266Z[ recovery-image] Dec 21 03:08:36.603 INFO O| Dec 21 03:08:36.603 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42502024-12-21T03:08:37.266Z[ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.603 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42512024-12-21T03:08:37.269Z[ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42522024-12-21T03:08:37.269Z[ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42532024-12-21T03:08:37.269Z[ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42542024-12-21T03:08:37.269Z[ recovery-image] Dec 21 03:08:36.604 INFO O| Dec 21 03:08:36.604 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42552024-12-21T03:08:37.269Z[ recovery-image] Dec 21 03:08:36.605 INFO O| Dec 21 03:08:36.604 INFO ok!
42562024-12-21T03:08:37.269Z[ recovery-image] Dec 21 03:08:36.605 INFO O| Dec 21 03:08:36.605 INFO STEP 58 (ensure_file) COMPLETE
42572024-12-21T03:08:37.269Z[ recovery-image] Dec 21 03:08:36.605 INFO O| Dec 21 03:08:36.605 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582024-12-21T03:08:37.287Z[ recovery-image] Dec 21 03:08:36.624 INFO O| Dec 21 03:08:36.624 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42592024-12-21T03:08:37.289Z[ recovery-image] Dec 21 03:08:36.624 INFO O| Dec 21 03:08:36.624 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42602024-12-21T03:08:37.289Z[ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42612024-12-21T03:08:37.289Z[ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42622024-12-21T03:08:37.289Z[ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42632024-12-21T03:08:37.289Z[ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42642024-12-21T03:08:37.290Z[ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO ok!
42652024-12-21T03:08:37.290Z[ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO STEP 59 (ensure_file) COMPLETE
42662024-12-21T03:08:37.290Z[ recovery-image] Dec 21 03:08:36.625 INFO O| Dec 21 03:08:36.625 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672024-12-21T03:08:37.322Z[ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42682024-12-21T03:08:37.322Z[ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42692024-12-21T03:08:37.322Z[ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42702024-12-21T03:08:37.325Z[ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO ok!
42712024-12-21T03:08:37.325Z[ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO STEP 60 (ensure_file) COMPLETE
42722024-12-21T03:08:37.325Z[ recovery-image] Dec 21 03:08:36.659 INFO O| Dec 21 03:08:36.659 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732024-12-21T03:08:37.361Z[ recovery-image] Dec 21 03:08:36.697 INFO O| Dec 21 03:08:36.697 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42742024-12-21T03:08:37.361Z[ recovery-image] Dec 21 03:08:36.697 INFO O| Dec 21 03:08:36.697 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42752024-12-21T03:08:37.361Z[ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42762024-12-21T03:08:37.361Z[ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.698 INFO ok!
42772024-12-21T03:08:37.361Z[ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.698 INFO STEP 61 (ensure_file) COMPLETE
42782024-12-21T03:08:37.361Z[ recovery-image] Dec 21 03:08:36.698 INFO O| Dec 21 03:08:36.698 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792024-12-21T03:08:37.399Z[ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42802024-12-21T03:08:37.399Z[ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42812024-12-21T03:08:37.399Z[ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42822024-12-21T03:08:37.568Z[ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42832024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.736 INFO O| Dec 21 03:08:36.736 INFO ok!
42842024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.737 INFO O| Dec 21 03:08:36.736 INFO STEP 62 (ensure_file) COMPLETE
42852024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.737 INFO O| Dec 21 03:08:36.737 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-21T03:08:37.571Z[ host-image] Dec 21 03:08:36.906 INFO O| Dec 21 03:08:36.906 INFO STEP 11 (pkg_install) COMPLETE
42872024-12-21T03:08:37.571Z[ host-image] Dec 21 03:08:36.906 INFO O| Dec 21 03:08:36.906 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42882024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42892024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42902024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42912024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42922024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO ok!
42932024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO STEP 63 (ensure_file) COMPLETE
42942024-12-21T03:08:37.571Z[ recovery-image] Dec 21 03:08:36.754 INFO O| Dec 21 03:08:36.754 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42962024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42972024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42982024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO ok!
42992024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO STEP 64 (assemble_files) COMPLETE
43002024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.771 INFO O| Dec 21 03:08:36.771 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43012024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43022024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43032024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43042024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43052024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO ok!
43062024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 65 (ensure_file) COMPLETE
43072024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO skip step because feature "omicron1" is not enabled
43092024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43102024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO skip step because feature "omicron1" is not enabled
43112024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO skip step because feature "omicron1" is not enabled
43132024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.789 INFO O| Dec 21 03:08:36.789 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.815 INFO O| Dec 21 03:08:36.815 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43152024-12-21T03:08:37.572Z[ recovery-image] Dec 21 03:08:36.815 INFO O| Dec 21 03:08:36.815 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43162024-12-21T03:08:37.585Z[ host-image] Dec 21 03:08:36.922 INFO O| Dec 21 03:08:36.922 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"]
43172024-12-21T03:08:38.896Z[ host-image] Dec 21 03:08:38.233 INFO O| Dec 21 03:08:38.233 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43182024-12-21T03:08:40.940Z[ recovery-image] Dec 21 03:08:40.277 INFO O| Dec 21 03:08:40.277 INFO STEP 69 (pack_tar) COMPLETE
43192024-12-21T03:08:40.943Z[ recovery-image] Dec 21 03:08:40.277 INFO O| Dec 21 03:08:40.277 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43202024-12-21T03:08:40.943Z[ recovery-image] Dec 21 03:08:40.277 INFO O| Dec 21 03:08:40.277 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43212024-12-21T03:08:41.237Z[ recovery-image] Dec 21 03:08:40.574 INFO O| Dec 21 03:08:40.574 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43222024-12-21T03:08:41.865Z[ recovery-image] Dec 21 03:08:41.202 INFO O| Dec 21 03:08:41.202 INFO completed processing gimlet/ramdisk-02-trim
43232024-12-21T03:08:41.869Z[ recovery-image] Dec 21 03:08:41.206 INFO image builder template: ramdisk-03-recovery-trim...
43242024-12-21T03:08:41.872Z[ recovery-image] Dec 21 03:08:41.206 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/.tmpHfUgvJ/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
43252024-12-21T03:08:42.115Z[ recovery-image] Dec 21 03:08:41.451 INFO O| Dec 21 03:08:41.451 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43262024-12-21T03:08:42.125Z[ recovery-image] Dec 21 03:08:41.461 INFO O| Dec 21 03:08:41.461 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43272024-12-21T03:08:42.226Z[ recovery-image] Dec 21 03:08:41.563 INFO O| Dec 21 03:08:41.563 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43282024-12-21T03:08:42.321Z[ recovery-image] Dec 21 03:08:41.658 INFO O| Dec 21 03:08:41.658 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43292024-12-21T03:08:42.324Z[ recovery-image] Dec 21 03:08:41.658 INFO O| Dec 21 03:08:41.658 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43302024-12-21T03:08:42.336Z[ recovery-image] Dec 21 03:08:41.672 INFO O| Dec 21 03:08:41.672 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43312024-12-21T03:08:42.344Z[ recovery-image] Dec 21 03:08:41.680 INFO O| Dec 21 03:08:41.680 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43322024-12-21T03:08:42.352Z[ recovery-image] Dec 21 03:08:41.689 INFO O| Dec 21 03:08:41.689 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43332024-12-21T03:08:42.788Z[ recovery-image] Dec 21 03:08:42.125 INFO O| Dec 21 03:08:42.125 INFO rolled back to input snapshot; work may begin
43342024-12-21T03:08:42.788Z[ recovery-image] Dec 21 03:08:42.125 INFO O| Dec 21 03:08:42.125 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43352024-12-21T03:08:42.801Z[ recovery-image] Dec 21 03:08:42.137 INFO O| Dec 21 03:08:42.137 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-12-21T03:08:42.821Z[ recovery-image] Dec 21 03:08:42.157 INFO O| Dec 21 03:08:42.157 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43372024-12-21T03:08:42.841Z[ recovery-image] Dec 21 03:08:42.178 INFO O| Dec 21 03:08:42.177 INFO STEP 0 (remove_files) COMPLETE
43382024-12-21T03:08:42.841Z[ recovery-image] Dec 21 03:08:42.178 INFO O| Dec 21 03:08:42.177 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-12-21T03:08:42.876Z[ recovery-image] Dec 21 03:08:42.212 INFO O| Dec 21 03:08:42.212 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43402024-12-21T03:08:43.394Z[ recovery-image] Dec 21 03:08:42.731 INFO O| Dec 21 03:08:42.731 INFO STEP 1 (remove_files) COMPLETE
43412024-12-21T03:08:43.394Z[ recovery-image] Dec 21 03:08:42.731 INFO O| Dec 21 03:08:42.731 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-12-21T03:08:43.452Z[ recovery-image] Dec 21 03:08:42.788 INFO O| Dec 21 03:08:42.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43432024-12-21T03:08:43.516Z[ recovery-image] Dec 21 03:08:42.852 INFO O| Dec 21 03:08:42.852 INFO STEP 2 (remove_files) COMPLETE
43442024-12-21T03:08:43.516Z[ recovery-image] Dec 21 03:08:42.853 INFO O| Dec 21 03:08:42.852 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-12-21T03:08:43.553Z[ recovery-image] Dec 21 03:08:42.889 INFO O| Dec 21 03:08:42.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43462024-12-21T03:08:43.716Z[ recovery-image] Dec 21 03:08:43.053 INFO O| Dec 21 03:08:43.053 INFO STEP 3 (remove_files) COMPLETE
43472024-12-21T03:08:43.717Z[ recovery-image] Dec 21 03:08:43.053 INFO O| Dec 21 03:08:43.053 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-12-21T03:08:43.777Z[ recovery-image] Dec 21 03:08:43.113 INFO O| Dec 21 03:08:43.113 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43492024-12-21T03:08:43.819Z[ recovery-image] Dec 21 03:08:43.155 INFO O| Dec 21 03:08:43.155 INFO STEP 4 (remove_files) COMPLETE
43502024-12-21T03:08:43.819Z[ recovery-image] Dec 21 03:08:43.155 INFO O| Dec 21 03:08:43.155 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-12-21T03:08:43.859Z[ recovery-image] Dec 21 03:08:43.195 INFO O| Dec 21 03:08:43.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43522024-12-21T03:08:43.865Z[ recovery-image] Dec 21 03:08:43.201 INFO O| Dec 21 03:08:43.201 INFO STEP 5 (remove_files) COMPLETE
43532024-12-21T03:08:43.865Z[ recovery-image] Dec 21 03:08:43.201 INFO O| Dec 21 03:08:43.201 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-12-21T03:08:43.887Z[ recovery-image] Dec 21 03:08:43.223 INFO O| Dec 21 03:08:43.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43552024-12-21T03:08:43.926Z[ recovery-image] Dec 21 03:08:43.263 INFO O| Dec 21 03:08:43.263 INFO STEP 6 (remove_files) COMPLETE
43562024-12-21T03:08:43.926Z[ recovery-image] Dec 21 03:08:43.263 INFO O| Dec 21 03:08:43.263 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-12-21T03:08:44.016Z[ recovery-image] Dec 21 03:08:43.352 INFO O| Dec 21 03:08:43.352 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43582024-12-21T03:08:44.037Z[ recovery-image] Dec 21 03:08:43.373 INFO O| Dec 21 03:08:43.373 INFO STEP 7 (remove_files) COMPLETE
43592024-12-21T03:08:44.037Z[ recovery-image] Dec 21 03:08:43.373 INFO O| Dec 21 03:08:43.373 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-12-21T03:08:44.068Z[ recovery-image] Dec 21 03:08:43.404 INFO O| Dec 21 03:08:43.404 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43612024-12-21T03:08:44.184Z[ recovery-image] Dec 21 03:08:43.520 INFO O| Dec 21 03:08:43.520 INFO STEP 8 (remove_files) COMPLETE
43622024-12-21T03:08:44.184Z[ recovery-image] Dec 21 03:08:43.520 INFO O| Dec 21 03:08:43.520 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-12-21T03:08:44.218Z[ recovery-image] Dec 21 03:08:43.555 INFO O| Dec 21 03:08:43.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43642024-12-21T03:08:44.221Z[ recovery-image] Dec 21 03:08:43.555 INFO O| Dec 21 03:08:43.555 INFO STEP 9 (remove_files) COMPLETE
43652024-12-21T03:08:44.221Z[ recovery-image] Dec 21 03:08:43.555 INFO O| Dec 21 03:08:43.555 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-12-21T03:08:44.278Z[ recovery-image] Dec 21 03:08:43.614 INFO O| Dec 21 03:08:43.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43672024-12-21T03:08:44.281Z[ recovery-image] Dec 21 03:08:43.615 INFO O| Dec 21 03:08:43.615 INFO STEP 10 (remove_files) COMPLETE
43682024-12-21T03:08:44.281Z[ recovery-image] Dec 21 03:08:43.615 INFO O| Dec 21 03:08:43.615 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-21T03:08:44.307Z[ recovery-image] Dec 21 03:08:43.643 INFO O| Dec 21 03:08:43.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43702024-12-21T03:08:44.455Z[ host-image] Dec 21 03:08:43.791 INFO O| Dec 21 03:08:43.791 INFO O| Planning: Solver setup ... Done
43712024-12-21T03:08:44.460Z[ host-image] Dec 21 03:08:43.797 INFO O| Dec 21 03:08:43.797 INFO O| Planning: Running solver ... Done
43722024-12-21T03:08:44.565Z[ host-image] Dec 21 03:08:43.902 INFO O| Dec 21 03:08:43.902 INFO O| Planning: Finding local manifests ... Done
43732024-12-21T03:08:44.568Z[ host-image] Dec 21 03:08:43.904 INFO O| Dec 21 03:08:43.904 INFO O| Planning: Fetching manifests: 0/5 0% complete
43742024-12-21T03:08:44.828Z[ host-image] Dec 21 03:08:44.164 INFO O| Dec 21 03:08:44.164 INFO O| Planning: Fetching manifests: 5/5 100% complete
43752024-12-21T03:08:44.875Z[ recovery-image] Dec 21 03:08:44.212 INFO O| Dec 21 03:08:44.211 INFO STEP 11 (remove_files) COMPLETE
43762024-12-21T03:08:44.875Z[ recovery-image] Dec 21 03:08:44.212 INFO O| Dec 21 03:08:44.212 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-21T03:08:44.895Z[ host-image] Dec 21 03:08:44.231 INFO O| Dec 21 03:08:44.231 INFO O| Planning: Package planning ... Done
43782024-12-21T03:08:44.901Z[ host-image] Dec 21 03:08:44.238 INFO O| Dec 21 03:08:44.238 INFO O| Planning: Merging actions ... Done
43792024-12-21T03:08:44.914Z[ recovery-image] Dec 21 03:08:44.250 INFO O| Dec 21 03:08:44.250 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43802024-12-21T03:08:44.961Z[ recovery-image] Dec 21 03:08:44.298 INFO O| Dec 21 03:08:44.298 INFO STEP 12 (remove_files) COMPLETE
43812024-12-21T03:08:44.961Z[ recovery-image] Dec 21 03:08:44.298 INFO O| Dec 21 03:08:44.298 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-21T03:08:44.981Z[ recovery-image] Dec 21 03:08:44.318 INFO O| Dec 21 03:08:44.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43832024-12-21T03:08:45.007Z[ recovery-image] Dec 21 03:08:44.344 INFO O| Dec 21 03:08:44.344 INFO STEP 13 (remove_files) COMPLETE
43842024-12-21T03:08:45.007Z[ recovery-image] Dec 21 03:08:44.344 INFO O| Dec 21 03:08:44.344 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-21T03:08:45.058Z[ recovery-image] Dec 21 03:08:44.394 INFO O| Dec 21 03:08:44.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43862024-12-21T03:08:45.071Z[ host-image] Dec 21 03:08:44.407 INFO O| Dec 21 03:08:44.407 INFO O| Planning: Checking for conflicting actions ... Done
43872024-12-21T03:08:45.073Z[ host-image] Dec 21 03:08:44.410 INFO O| Dec 21 03:08:44.409 INFO O| Planning: Consolidating action changes ... Done
43882024-12-21T03:08:45.082Z[ recovery-image] Dec 21 03:08:44.419 INFO O| Dec 21 03:08:44.419 INFO STEP 14 (remove_files) COMPLETE
43892024-12-21T03:08:45.085Z[ recovery-image] Dec 21 03:08:44.419 INFO O| Dec 21 03:08:44.419 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-21T03:08:45.104Z[ recovery-image] Dec 21 03:08:44.440 INFO O| Dec 21 03:08:44.439 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43912024-12-21T03:08:45.148Z[ recovery-image] Dec 21 03:08:44.484 INFO O| Dec 21 03:08:44.484 INFO STEP 15 (remove_files) COMPLETE
43922024-12-21T03:08:45.148Z[ recovery-image] Dec 21 03:08:44.485 INFO O| Dec 21 03:08:44.484 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-21T03:08:45.180Z[ recovery-image] Dec 21 03:08:44.516 INFO O| Dec 21 03:08:44.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43942024-12-21T03:08:45.305Z[ recovery-image] Dec 21 03:08:44.641 INFO O| Dec 21 03:08:44.641 INFO STEP 16 (remove_files) COMPLETE
43952024-12-21T03:08:45.305Z[ recovery-image] Dec 21 03:08:44.641 INFO O| Dec 21 03:08:44.641 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-21T03:08:45.325Z[ recovery-image] Dec 21 03:08:44.661 INFO O| Dec 21 03:08:44.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43972024-12-21T03:08:45.328Z[ recovery-image] Dec 21 03:08:44.662 INFO O| Dec 21 03:08:44.662 INFO STEP 17 (remove_files) COMPLETE
43982024-12-21T03:08:45.328Z[ recovery-image] Dec 21 03:08:44.662 INFO O| Dec 21 03:08:44.662 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-21T03:08:45.359Z[ recovery-image] Dec 21 03:08:44.695 INFO O| Dec 21 03:08:44.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44002024-12-21T03:08:45.383Z[ recovery-image] Dec 21 03:08:44.719 INFO O| Dec 21 03:08:44.719 INFO STEP 18 (remove_files) COMPLETE
44012024-12-21T03:08:45.383Z[ recovery-image] Dec 21 03:08:44.719 INFO O| Dec 21 03:08:44.719 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-21T03:08:45.424Z[ recovery-image] Dec 21 03:08:44.761 INFO O| Dec 21 03:08:44.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44032024-12-21T03:08:45.494Z[ host-image] Dec 21 03:08:44.831 INFO O| Dec 21 03:08:44.831 INFO O| Planning: Evaluating mediators ... Done
44042024-12-21T03:08:45.498Z[ host-image] Dec 21 03:08:44.833 INFO O| Dec 21 03:08:44.833 INFO O| Planning: Planning completed in 6.60 seconds
44052024-12-21T03:08:45.500Z[ host-image] Dec 21 03:08:44.836 INFO O| Dec 21 03:08:44.835 INFO O| Packages to install: 5
44062024-12-21T03:08:45.500Z[ host-image] Dec 21 03:08:44.836 INFO O| Dec 21 03:08:44.835 INFO O| Services to change: 2
44072024-12-21T03:08:45.518Z[ host-image] Dec 21 03:08:44.854 INFO O| Dec 21 03:08:44.854 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
44082024-12-21T03:08:45.727Z[ recovery-image] Dec 21 03:08:45.063 INFO O| Dec 21 03:08:45.063 INFO STEP 19 (remove_files) COMPLETE
44092024-12-21T03:08:45.727Z[ recovery-image] Dec 21 03:08:45.063 INFO O| Dec 21 03:08:45.063 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-21T03:08:45.774Z[ recovery-image] Dec 21 03:08:45.110 INFO O| Dec 21 03:08:45.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44112024-12-21T03:08:45.783Z[ recovery-image] Dec 21 03:08:45.120 INFO O| Dec 21 03:08:45.120 INFO STEP 20 (remove_files) COMPLETE
44122024-12-21T03:08:45.784Z[ recovery-image] Dec 21 03:08:45.120 INFO O| Dec 21 03:08:45.120 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-21T03:08:45.816Z[ recovery-image] Dec 21 03:08:45.152 INFO O| Dec 21 03:08:45.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44142024-12-21T03:08:45.818Z[ recovery-image] Dec 21 03:08:45.153 INFO O| Dec 21 03:08:45.152 INFO STEP 21 (remove_files) COMPLETE
44152024-12-21T03:08:45.818Z[ recovery-image] Dec 21 03:08:45.153 INFO O| Dec 21 03:08:45.152 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-21T03:08:45.851Z[ recovery-image] Dec 21 03:08:45.187 INFO O| Dec 21 03:08:45.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44172024-12-21T03:08:45.853Z[ recovery-image] Dec 21 03:08:45.187 INFO O| Dec 21 03:08:45.187 INFO STEP 22 (remove_files) COMPLETE
44182024-12-21T03:08:45.853Z[ recovery-image] Dec 21 03:08:45.187 INFO O| Dec 21 03:08:45.187 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-21T03:08:45.889Z[ recovery-image] Dec 21 03:08:45.225 INFO O| Dec 21 03:08:45.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44202024-12-21T03:08:45.913Z[ recovery-image] Dec 21 03:08:45.249 INFO O| Dec 21 03:08:45.249 INFO STEP 23 (remove_files) COMPLETE
44212024-12-21T03:08:45.913Z[ recovery-image] Dec 21 03:08:45.249 INFO O| Dec 21 03:08:45.249 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-21T03:08:45.970Z[ recovery-image] Dec 21 03:08:45.306 INFO O| Dec 21 03:08:45.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44232024-12-21T03:08:45.994Z[ recovery-image] Dec 21 03:08:45.330 INFO O| Dec 21 03:08:45.330 INFO STEP 24 (remove_files) COMPLETE
44242024-12-21T03:08:45.994Z[ recovery-image] Dec 21 03:08:45.330 INFO O| Dec 21 03:08:45.330 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-21T03:08:46.050Z[ recovery-image] Dec 21 03:08:45.385 INFO O| Dec 21 03:08:45.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44262024-12-21T03:08:46.050Z[ recovery-image] Dec 21 03:08:45.385 INFO O| Dec 21 03:08:45.385 INFO STEP 25 (remove_files) COMPLETE
44272024-12-21T03:08:46.050Z[ recovery-image] Dec 21 03:08:45.385 INFO O| Dec 21 03:08:45.385 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-21T03:08:46.070Z[ recovery-image] Dec 21 03:08:45.406 INFO O| Dec 21 03:08:45.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44292024-12-21T03:08:46.070Z[ recovery-image] Dec 21 03:08:45.406 INFO O| Dec 21 03:08:45.406 INFO STEP 26 (remove_files) COMPLETE
44302024-12-21T03:08:46.070Z[ recovery-image] Dec 21 03:08:45.406 INFO O| Dec 21 03:08:45.406 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-21T03:08:46.088Z[ recovery-image] Dec 21 03:08:45.424 INFO O| Dec 21 03:08:45.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44322024-12-21T03:08:46.091Z[ recovery-image] Dec 21 03:08:45.425 INFO O| Dec 21 03:08:45.424 INFO STEP 27 (remove_files) COMPLETE
44332024-12-21T03:08:46.091Z[ recovery-image] Dec 21 03:08:45.425 INFO O| Dec 21 03:08:45.425 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-21T03:08:46.106Z[ recovery-image] Dec 21 03:08:45.442 INFO O| Dec 21 03:08:45.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44352024-12-21T03:08:46.134Z[ recovery-image] Dec 21 03:08:45.470 INFO O| Dec 21 03:08:45.470 INFO STEP 28 (remove_files) COMPLETE
44362024-12-21T03:08:46.134Z[ recovery-image] Dec 21 03:08:45.470 INFO O| Dec 21 03:08:45.470 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-21T03:08:46.200Z[ recovery-image] Dec 21 03:08:45.536 INFO O| Dec 21 03:08:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44382024-12-21T03:08:46.200Z[ recovery-image] Dec 21 03:08:45.536 INFO O| Dec 21 03:08:45.536 INFO STEP 29 (remove_files) COMPLETE
44392024-12-21T03:08:46.200Z[ recovery-image] Dec 21 03:08:45.536 INFO O| Dec 21 03:08:45.536 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-21T03:08:46.235Z[ recovery-image] Dec 21 03:08:45.571 INFO O| Dec 21 03:08:45.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44412024-12-21T03:08:46.239Z[ recovery-image] Dec 21 03:08:45.571 INFO O| Dec 21 03:08:45.571 INFO STEP 30 (remove_files) COMPLETE
44422024-12-21T03:08:46.239Z[ recovery-image] Dec 21 03:08:45.571 INFO O| Dec 21 03:08:45.571 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-21T03:08:46.291Z[ recovery-image] Dec 21 03:08:45.625 INFO O| Dec 21 03:08:45.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44442024-12-21T03:08:46.291Z[ recovery-image] Dec 21 03:08:45.625 INFO O| Dec 21 03:08:45.625 INFO STEP 31 (remove_files) COMPLETE
44452024-12-21T03:08:46.291Z[ recovery-image] Dec 21 03:08:45.625 INFO O| Dec 21 03:08:45.625 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-21T03:08:46.308Z[ recovery-image] Dec 21 03:08:45.643 INFO O| Dec 21 03:08:45.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44472024-12-21T03:08:46.308Z[ recovery-image] Dec 21 03:08:45.643 INFO O| Dec 21 03:08:45.643 INFO STEP 32 (remove_files) COMPLETE
44482024-12-21T03:08:46.308Z[ recovery-image] Dec 21 03:08:45.643 INFO O| Dec 21 03:08:45.643 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-21T03:08:46.324Z[ recovery-image] Dec 21 03:08:45.660 INFO O| Dec 21 03:08:45.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44502024-12-21T03:08:46.332Z[ recovery-image] Dec 21 03:08:45.668 INFO O| Dec 21 03:08:45.668 INFO STEP 33 (remove_files) COMPLETE
44512024-12-21T03:08:46.332Z[ recovery-image] Dec 21 03:08:45.668 INFO O| Dec 21 03:08:45.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-21T03:08:46.389Z[ recovery-image] Dec 21 03:08:45.726 INFO O| Dec 21 03:08:45.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44532024-12-21T03:08:46.390Z[ recovery-image] Dec 21 03:08:45.726 INFO O| Dec 21 03:08:45.726 INFO STEP 34 (remove_files) COMPLETE
44542024-12-21T03:08:46.390Z[ recovery-image] Dec 21 03:08:45.726 INFO O| Dec 21 03:08:45.726 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-21T03:08:46.411Z[ recovery-image] Dec 21 03:08:45.747 INFO O| Dec 21 03:08:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44562024-12-21T03:08:46.418Z[ recovery-image] Dec 21 03:08:45.754 INFO O| Dec 21 03:08:45.754 INFO STEP 35 (remove_files) COMPLETE
44572024-12-21T03:08:46.418Z[ recovery-image] Dec 21 03:08:45.754 INFO O| Dec 21 03:08:45.754 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-21T03:08:46.438Z[ recovery-image] Dec 21 03:08:45.773 INFO O| Dec 21 03:08:45.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44592024-12-21T03:08:46.438Z[ recovery-image] Dec 21 03:08:45.773 INFO O| Dec 21 03:08:45.773 INFO STEP 36 (remove_files) COMPLETE
44602024-12-21T03:08:46.439Z[ recovery-image] Dec 21 03:08:45.773 INFO O| Dec 21 03:08:45.773 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-21T03:08:46.456Z[ recovery-image] Dec 21 03:08:45.790 INFO O| Dec 21 03:08:45.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44622024-12-21T03:08:46.456Z[ recovery-image] Dec 21 03:08:45.790 INFO O| Dec 21 03:08:45.790 INFO STEP 37 (remove_files) COMPLETE
44632024-12-21T03:08:46.456Z[ recovery-image] Dec 21 03:08:45.790 INFO O| Dec 21 03:08:45.790 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-21T03:08:46.473Z[ recovery-image] Dec 21 03:08:45.809 INFO O| Dec 21 03:08:45.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44652024-12-21T03:08:46.476Z[ recovery-image] Dec 21 03:08:45.809 INFO O| Dec 21 03:08:45.809 INFO STEP 38 (remove_files) COMPLETE
44662024-12-21T03:08:46.476Z[ recovery-image] Dec 21 03:08:45.809 INFO O| Dec 21 03:08:45.809 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-21T03:08:46.491Z[ recovery-image] Dec 21 03:08:45.827 INFO O| Dec 21 03:08:45.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44682024-12-21T03:08:46.491Z[ recovery-image] Dec 21 03:08:45.827 INFO O| Dec 21 03:08:45.827 INFO STEP 39 (remove_files) COMPLETE
44692024-12-21T03:08:46.494Z[ recovery-image] Dec 21 03:08:45.827 INFO O| Dec 21 03:08:45.827 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-21T03:08:46.510Z[ recovery-image] Dec 21 03:08:45.846 INFO O| Dec 21 03:08:45.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44712024-12-21T03:08:46.510Z[ recovery-image] Dec 21 03:08:45.846 INFO O| Dec 21 03:08:45.846 INFO STEP 40 (remove_files) COMPLETE
44722024-12-21T03:08:46.513Z[ recovery-image] Dec 21 03:08:45.846 INFO O| Dec 21 03:08:45.846 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-21T03:08:46.530Z[ recovery-image] Dec 21 03:08:45.865 INFO O| Dec 21 03:08:45.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44742024-12-21T03:08:46.530Z[ recovery-image] Dec 21 03:08:45.865 INFO O| Dec 21 03:08:45.865 INFO STEP 41 (remove_files) COMPLETE
44752024-12-21T03:08:46.530Z[ recovery-image] Dec 21 03:08:45.865 INFO O| Dec 21 03:08:45.865 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-21T03:08:46.557Z[ recovery-image] Dec 21 03:08:45.893 INFO O| Dec 21 03:08:45.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44772024-12-21T03:08:46.557Z[ recovery-image] Dec 21 03:08:45.893 INFO O| Dec 21 03:08:45.893 INFO STEP 42 (remove_files) COMPLETE
44782024-12-21T03:08:46.560Z[ recovery-image] Dec 21 03:08:45.893 INFO O| Dec 21 03:08:45.893 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-21T03:08:46.576Z[ recovery-image] Dec 21 03:08:45.912 INFO O| Dec 21 03:08:45.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44802024-12-21T03:08:46.579Z[ recovery-image] Dec 21 03:08:45.912 INFO O| Dec 21 03:08:45.912 INFO STEP 43 (remove_files) COMPLETE
44812024-12-21T03:08:46.579Z[ recovery-image] Dec 21 03:08:45.912 INFO O| Dec 21 03:08:45.912 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-12-21T03:08:46.595Z[ recovery-image] Dec 21 03:08:45.930 INFO O| Dec 21 03:08:45.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44832024-12-21T03:08:46.598Z[ recovery-image] Dec 21 03:08:45.931 INFO O| Dec 21 03:08:45.931 INFO STEP 44 (remove_files) COMPLETE
44842024-12-21T03:08:46.598Z[ recovery-image] Dec 21 03:08:45.932 INFO O| Dec 21 03:08:45.931 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-12-21T03:08:46.639Z[ recovery-image] Dec 21 03:08:45.974 INFO O| Dec 21 03:08:45.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44862024-12-21T03:08:46.643Z[ recovery-image] Dec 21 03:08:45.974 INFO O| Dec 21 03:08:45.974 INFO STEP 45 (remove_files) COMPLETE
44872024-12-21T03:08:46.643Z[ recovery-image] Dec 21 03:08:45.974 INFO O| Dec 21 03:08:45.974 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-12-21T03:08:46.665Z[ host-image] Dec 21 03:08:46.001 INFO O| Dec 21 03:08:46.001 INFO O| Download: Completed 1.45 MB in 1.15 seconds (1.3M/s)
44892024-12-21T03:08:46.694Z[ recovery-image] Dec 21 03:08:46.028 INFO O| Dec 21 03:08:46.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44902024-12-21T03:08:46.697Z[ recovery-image] Dec 21 03:08:46.028 INFO O| Dec 21 03:08:46.028 INFO STEP 46 (remove_files) COMPLETE
44912024-12-21T03:08:46.697Z[ recovery-image] Dec 21 03:08:46.028 INFO O| Dec 21 03:08:46.028 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-21T03:08:46.733Z[ recovery-image] Dec 21 03:08:46.069 INFO O| Dec 21 03:08:46.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44932024-12-21T03:08:46.733Z[ recovery-image] Dec 21 03:08:46.069 INFO O| Dec 21 03:08:46.069 INFO STEP 47 (remove_files) COMPLETE
44942024-12-21T03:08:46.733Z[ recovery-image] Dec 21 03:08:46.069 INFO O| Dec 21 03:08:46.069 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-21T03:08:46.796Z[ recovery-image] Dec 21 03:08:46.132 INFO O| Dec 21 03:08:46.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44962024-12-21T03:08:46.796Z[ recovery-image] Dec 21 03:08:46.132 INFO O| Dec 21 03:08:46.132 INFO STEP 48 (remove_files) COMPLETE
44972024-12-21T03:08:46.800Z[ recovery-image] Dec 21 03:08:46.132 INFO O| Dec 21 03:08:46.132 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-21T03:08:46.803Z[ host-image] Dec 21 03:08:46.139 INFO O| Dec 21 03:08:46.139 INFO O| Actions: 1/305 actions (Installing new actions)
44992024-12-21T03:08:46.815Z[ recovery-image] Dec 21 03:08:46.151 INFO O| Dec 21 03:08:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45002024-12-21T03:08:46.815Z[ recovery-image] Dec 21 03:08:46.151 INFO O| Dec 21 03:08:46.151 INFO STEP 49 (remove_files) COMPLETE
45012024-12-21T03:08:46.815Z[ recovery-image] Dec 21 03:08:46.151 INFO O| Dec 21 03:08:46.151 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-21T03:08:46.843Z[ recovery-image] Dec 21 03:08:46.179 INFO O| Dec 21 03:08:46.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45032024-12-21T03:08:46.843Z[ recovery-image] Dec 21 03:08:46.179 INFO O| Dec 21 03:08:46.179 INFO STEP 50 (remove_files) COMPLETE
45042024-12-21T03:08:46.843Z[ recovery-image] Dec 21 03:08:46.179 INFO O| Dec 21 03:08:46.179 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-21T03:08:46.898Z[ recovery-image] Dec 21 03:08:46.228 INFO O| Dec 21 03:08:46.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45062024-12-21T03:08:46.900Z[ recovery-image] Dec 21 03:08:46.229 INFO O| Dec 21 03:08:46.229 INFO STEP 51 (remove_files) COMPLETE
45072024-12-21T03:08:46.900Z[ recovery-image] Dec 21 03:08:46.229 INFO O| Dec 21 03:08:46.229 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-21T03:08:46.911Z[ recovery-image] Dec 21 03:08:46.247 INFO O| Dec 21 03:08:46.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45092024-12-21T03:08:46.914Z[ recovery-image] Dec 21 03:08:46.247 INFO O| Dec 21 03:08:46.247 INFO STEP 52 (remove_files) COMPLETE
45102024-12-21T03:08:46.914Z[ recovery-image] Dec 21 03:08:46.247 INFO O| Dec 21 03:08:46.247 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-21T03:08:46.928Z[ recovery-image] Dec 21 03:08:46.264 INFO O| Dec 21 03:08:46.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45122024-12-21T03:08:46.930Z[ recovery-image] Dec 21 03:08:46.264 INFO O| Dec 21 03:08:46.264 INFO STEP 53 (remove_files) COMPLETE
45132024-12-21T03:08:46.931Z[ recovery-image] Dec 21 03:08:46.264 INFO O| Dec 21 03:08:46.264 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-21T03:08:46.946Z[ recovery-image] Dec 21 03:08:46.282 INFO O| Dec 21 03:08:46.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45152024-12-21T03:08:46.949Z[ recovery-image] Dec 21 03:08:46.282 INFO O| Dec 21 03:08:46.282 INFO STEP 54 (remove_files) COMPLETE
45162024-12-21T03:08:46.949Z[ recovery-image] Dec 21 03:08:46.282 INFO O| Dec 21 03:08:46.282 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-21T03:08:46.964Z[ recovery-image] Dec 21 03:08:46.300 INFO O| Dec 21 03:08:46.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45182024-12-21T03:08:46.971Z[ recovery-image] Dec 21 03:08:46.308 INFO O| Dec 21 03:08:46.308 INFO STEP 55 (remove_files) COMPLETE
45192024-12-21T03:08:46.974Z[ recovery-image] Dec 21 03:08:46.308 INFO O| Dec 21 03:08:46.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-21T03:08:46.991Z[ recovery-image] Dec 21 03:08:46.326 INFO O| Dec 21 03:08:46.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45212024-12-21T03:08:46.996Z[ recovery-image] Dec 21 03:08:46.327 INFO O| Dec 21 03:08:46.327 INFO STEP 56 (remove_files) COMPLETE
45222024-12-21T03:08:46.996Z[ recovery-image] Dec 21 03:08:46.327 INFO O| Dec 21 03:08:46.327 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-21T03:08:47.026Z[ host-image] Dec 21 03:08:46.362 INFO O| Dec 21 03:08:46.362 INFO O| Actions: Completed 305 actions in 0.22 seconds.
45242024-12-21T03:08:47.032Z[ recovery-image] Dec 21 03:08:46.368 INFO O| Dec 21 03:08:46.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45252024-12-21T03:08:47.054Z[ recovery-image] Dec 21 03:08:46.390 INFO O| Dec 21 03:08:46.390 INFO STEP 57 (remove_files) COMPLETE
45262024-12-21T03:08:47.054Z[ recovery-image] Dec 21 03:08:46.390 INFO O| Dec 21 03:08:46.390 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-12-21T03:08:47.090Z[ recovery-image] Dec 21 03:08:46.426 INFO O| Dec 21 03:08:46.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45282024-12-21T03:08:47.093Z[ recovery-image] Dec 21 03:08:46.426 INFO O| Dec 21 03:08:46.426 INFO STEP 58 (remove_files) COMPLETE
45292024-12-21T03:08:47.093Z[ recovery-image] Dec 21 03:08:46.426 INFO O| Dec 21 03:08:46.426 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-12-21T03:08:47.131Z[ recovery-image] Dec 21 03:08:46.465 INFO O| Dec 21 03:08:46.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45312024-12-21T03:08:47.134Z[ recovery-image] Dec 21 03:08:46.466 INFO O| Dec 21 03:08:46.466 INFO STEP 59 (remove_files) COMPLETE
45322024-12-21T03:08:47.134Z[ recovery-image] Dec 21 03:08:46.466 INFO O| Dec 21 03:08:46.466 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-12-21T03:08:47.156Z[ recovery-image] Dec 21 03:08:46.492 INFO O| Dec 21 03:08:46.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45342024-12-21T03:08:47.157Z[ recovery-image] Dec 21 03:08:46.492 INFO O| Dec 21 03:08:46.492 INFO STEP 60 (remove_files) COMPLETE
45352024-12-21T03:08:47.161Z[ recovery-image] Dec 21 03:08:46.492 INFO O| Dec 21 03:08:46.492 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-12-21T03:08:47.176Z[ recovery-image] Dec 21 03:08:46.512 INFO O| Dec 21 03:08:46.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45372024-12-21T03:08:47.178Z[ recovery-image] Dec 21 03:08:46.512 INFO O| Dec 21 03:08:46.512 INFO STEP 61 (remove_files) COMPLETE
45382024-12-21T03:08:47.178Z[ recovery-image] Dec 21 03:08:46.512 INFO O| Dec 21 03:08:46.512 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-12-21T03:08:47.196Z[ recovery-image] Dec 21 03:08:46.532 INFO O| Dec 21 03:08:46.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45402024-12-21T03:08:47.218Z[ recovery-image] Dec 21 03:08:46.553 INFO O| Dec 21 03:08:46.553 INFO STEP 62 (remove_files) COMPLETE
45412024-12-21T03:08:47.218Z[ recovery-image] Dec 21 03:08:46.553 INFO O| Dec 21 03:08:46.553 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-12-21T03:08:47.266Z[ recovery-image] Dec 21 03:08:46.601 INFO O| Dec 21 03:08:46.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45432024-12-21T03:08:47.266Z[ recovery-image] Dec 21 03:08:46.601 INFO O| Dec 21 03:08:46.601 INFO STEP 63 (remove_files) COMPLETE
45442024-12-21T03:08:47.267Z[ recovery-image] Dec 21 03:08:46.601 INFO O| Dec 21 03:08:46.601 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-21T03:08:47.288Z[ recovery-image] Dec 21 03:08:46.621 INFO O| Dec 21 03:08:46.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45462024-12-21T03:08:47.288Z[ recovery-image] Dec 21 03:08:46.621 INFO O| Dec 21 03:08:46.621 INFO STEP 64 (remove_files) COMPLETE
45472024-12-21T03:08:47.288Z[ recovery-image] Dec 21 03:08:46.621 INFO O| Dec 21 03:08:46.621 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-21T03:08:47.321Z[ recovery-image] Dec 21 03:08:46.657 INFO O| Dec 21 03:08:46.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45492024-12-21T03:08:47.321Z[ recovery-image] Dec 21 03:08:46.657 INFO O| Dec 21 03:08:46.657 INFO STEP 65 (remove_files) COMPLETE
45502024-12-21T03:08:47.323Z[ recovery-image] Dec 21 03:08:46.657 INFO O| Dec 21 03:08:46.657 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-21T03:08:47.341Z[ recovery-image] Dec 21 03:08:46.677 INFO O| Dec 21 03:08:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45522024-12-21T03:08:47.341Z[ recovery-image] Dec 21 03:08:46.677 INFO O| Dec 21 03:08:46.677 INFO STEP 66 (remove_files) COMPLETE
45532024-12-21T03:08:47.343Z[ recovery-image] Dec 21 03:08:46.677 INFO O| Dec 21 03:08:46.677 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-12-21T03:08:47.361Z[ recovery-image] Dec 21 03:08:46.697 INFO O| Dec 21 03:08:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45552024-12-21T03:08:47.361Z[ recovery-image] Dec 21 03:08:46.697 INFO O| Dec 21 03:08:46.697 INFO STEP 67 (remove_files) COMPLETE
45562024-12-21T03:08:47.363Z[ recovery-image] Dec 21 03:08:46.697 INFO O| Dec 21 03:08:46.697 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-12-21T03:08:47.383Z[ recovery-image] Dec 21 03:08:46.717 INFO O| Dec 21 03:08:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45582024-12-21T03:08:47.383Z[ recovery-image] Dec 21 03:08:46.717 INFO O| Dec 21 03:08:46.717 INFO STEP 68 (remove_files) COMPLETE
45592024-12-21T03:08:47.386Z[ recovery-image] Dec 21 03:08:46.717 INFO O| Dec 21 03:08:46.717 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-12-21T03:08:47.406Z[ recovery-image] Dec 21 03:08:46.742 INFO O| Dec 21 03:08:46.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45612024-12-21T03:08:47.406Z[ recovery-image] Dec 21 03:08:46.742 INFO O| Dec 21 03:08:46.742 INFO STEP 69 (remove_files) COMPLETE
45622024-12-21T03:08:47.410Z[ recovery-image] Dec 21 03:08:46.742 INFO O| Dec 21 03:08:46.742 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-12-21T03:08:47.470Z[ recovery-image] Dec 21 03:08:46.804 INFO O| Dec 21 03:08:46.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45642024-12-21T03:08:47.470Z[ recovery-image] Dec 21 03:08:46.804 INFO O| Dec 21 03:08:46.804 INFO STEP 70 (remove_files) COMPLETE
45652024-12-21T03:08:47.474Z[ recovery-image] Dec 21 03:08:46.804 INFO O| Dec 21 03:08:46.804 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-12-21T03:08:47.506Z[ recovery-image] Dec 21 03:08:46.838 INFO O| Dec 21 03:08:46.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45672024-12-21T03:08:47.506Z[ recovery-image] Dec 21 03:08:46.838 INFO O| Dec 21 03:08:46.838 INFO STEP 71 (remove_files) COMPLETE
45682024-12-21T03:08:47.506Z[ recovery-image] Dec 21 03:08:46.838 INFO O| Dec 21 03:08:46.838 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-12-21T03:08:47.521Z[ recovery-image] Dec 21 03:08:46.857 INFO O| Dec 21 03:08:46.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45702024-12-21T03:08:47.521Z[ recovery-image] Dec 21 03:08:46.857 INFO O| Dec 21 03:08:46.857 INFO STEP 72 (remove_files) COMPLETE
45712024-12-21T03:08:47.521Z[ recovery-image] Dec 21 03:08:46.857 INFO O| Dec 21 03:08:46.857 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-12-21T03:08:47.581Z[ recovery-image] Dec 21 03:08:46.917 INFO O| Dec 21 03:08:46.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45732024-12-21T03:08:47.585Z[ recovery-image] Dec 21 03:08:46.918 INFO O| Dec 21 03:08:46.917 INFO STEP 73 (remove_files) COMPLETE
45742024-12-21T03:08:47.585Z[ recovery-image] Dec 21 03:08:46.918 INFO O| Dec 21 03:08:46.918 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-12-21T03:08:47.647Z[ recovery-image] Dec 21 03:08:46.983 INFO O| Dec 21 03:08:46.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45762024-12-21T03:08:47.647Z[ recovery-image] Dec 21 03:08:46.983 INFO O| Dec 21 03:08:46.983 INFO STEP 74 (remove_files) COMPLETE
45772024-12-21T03:08:47.650Z[ recovery-image] Dec 21 03:08:46.983 INFO O| Dec 21 03:08:46.983 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-12-21T03:08:47.667Z[ recovery-image] Dec 21 03:08:47.003 INFO O| Dec 21 03:08:47.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45792024-12-21T03:08:47.667Z[ recovery-image] Dec 21 03:08:47.003 INFO O| Dec 21 03:08:47.003 INFO STEP 75 (remove_files) COMPLETE
45802024-12-21T03:08:47.667Z[ recovery-image] Dec 21 03:08:47.003 INFO O| Dec 21 03:08:47.003 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-12-21T03:08:47.684Z[ recovery-image] Dec 21 03:08:47.020 INFO O| Dec 21 03:08:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45822024-12-21T03:08:47.684Z[ recovery-image] Dec 21 03:08:47.020 INFO O| Dec 21 03:08:47.020 INFO STEP 76 (remove_files) COMPLETE
45832024-12-21T03:08:47.687Z[ recovery-image] Dec 21 03:08:47.020 INFO O| Dec 21 03:08:47.020 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-12-21T03:08:47.717Z[ recovery-image] Dec 21 03:08:47.052 INFO O| Dec 21 03:08:47.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45852024-12-21T03:08:47.717Z[ recovery-image] Dec 21 03:08:47.052 INFO O| Dec 21 03:08:47.052 INFO STEP 77 (remove_files) COMPLETE
45862024-12-21T03:08:47.717Z[ recovery-image] Dec 21 03:08:47.052 INFO O| Dec 21 03:08:47.052 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-12-21T03:08:47.730Z[ host-image] Dec 21 03:08:47.065 INFO O| Dec 21 03:08:47.065 INFO O| Done
45882024-12-21T03:08:47.730Z[ host-image] Dec 21 03:08:47.065 INFO O| Dec 21 03:08:47.065 INFO O| Done
45892024-12-21T03:08:47.758Z[ recovery-image] Dec 21 03:08:47.094 INFO O| Dec 21 03:08:47.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45902024-12-21T03:08:47.758Z[ recovery-image] Dec 21 03:08:47.094 INFO O| Dec 21 03:08:47.094 INFO STEP 78 (remove_files) COMPLETE
45912024-12-21T03:08:47.759Z[ recovery-image] Dec 21 03:08:47.094 INFO O| Dec 21 03:08:47.094 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-21T03:08:47.797Z[ recovery-image] Dec 21 03:08:47.133 INFO O| Dec 21 03:08:47.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45932024-12-21T03:08:47.798Z[ recovery-image] Dec 21 03:08:47.133 INFO O| Dec 21 03:08:47.133 INFO STEP 79 (remove_files) COMPLETE
45942024-12-21T03:08:47.798Z[ recovery-image] Dec 21 03:08:47.133 INFO O| Dec 21 03:08:47.133 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-21T03:08:47.817Z[ recovery-image] Dec 21 03:08:47.152 INFO O| Dec 21 03:08:47.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45962024-12-21T03:08:47.817Z[ recovery-image] Dec 21 03:08:47.152 INFO O| Dec 21 03:08:47.152 INFO STEP 80 (remove_files) COMPLETE
45972024-12-21T03:08:47.817Z[ recovery-image] Dec 21 03:08:47.152 INFO O| Dec 21 03:08:47.152 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-21T03:08:47.839Z[ recovery-image] Dec 21 03:08:47.175 INFO O| Dec 21 03:08:47.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45992024-12-21T03:08:47.839Z[ recovery-image] Dec 21 03:08:47.175 INFO O| Dec 21 03:08:47.175 INFO STEP 81 (remove_files) COMPLETE
46002024-12-21T03:08:47.843Z[ recovery-image] Dec 21 03:08:47.175 INFO O| Dec 21 03:08:47.175 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-21T03:08:47.860Z[ recovery-image] Dec 21 03:08:47.195 INFO O| Dec 21 03:08:47.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46022024-12-21T03:08:47.860Z[ recovery-image] Dec 21 03:08:47.196 INFO O| Dec 21 03:08:47.196 INFO STEP 82 (remove_files) COMPLETE
46032024-12-21T03:08:47.863Z[ recovery-image] Dec 21 03:08:47.196 INFO O| Dec 21 03:08:47.196 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-21T03:08:47.879Z[ recovery-image] Dec 21 03:08:47.215 INFO O| Dec 21 03:08:47.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46052024-12-21T03:08:47.879Z[ recovery-image] Dec 21 03:08:47.215 INFO O| Dec 21 03:08:47.215 INFO STEP 83 (remove_files) COMPLETE
46062024-12-21T03:08:47.879Z[ recovery-image] Dec 21 03:08:47.215 INFO O| Dec 21 03:08:47.215 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-21T03:08:47.897Z[ recovery-image] Dec 21 03:08:47.233 INFO O| Dec 21 03:08:47.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46082024-12-21T03:08:47.900Z[ recovery-image] Dec 21 03:08:47.233 INFO O| Dec 21 03:08:47.233 INFO STEP 84 (remove_files) COMPLETE
46092024-12-21T03:08:47.900Z[ recovery-image] Dec 21 03:08:47.233 INFO O| Dec 21 03:08:47.233 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-21T03:08:47.919Z[ recovery-image] Dec 21 03:08:47.254 INFO O| Dec 21 03:08:47.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46112024-12-21T03:08:47.919Z[ recovery-image] Dec 21 03:08:47.254 INFO O| Dec 21 03:08:47.254 INFO STEP 85 (remove_files) COMPLETE
46122024-12-21T03:08:47.919Z[ recovery-image] Dec 21 03:08:47.254 INFO O| Dec 21 03:08:47.254 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-21T03:08:47.937Z[ recovery-image] Dec 21 03:08:47.272 INFO O| Dec 21 03:08:47.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46142024-12-21T03:08:47.937Z[ recovery-image] Dec 21 03:08:47.272 INFO O| Dec 21 03:08:47.272 INFO STEP 86 (remove_files) COMPLETE
46152024-12-21T03:08:47.937Z[ recovery-image] Dec 21 03:08:47.272 INFO O| Dec 21 03:08:47.272 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-21T03:08:47.953Z[ recovery-image] Dec 21 03:08:47.289 INFO O| Dec 21 03:08:47.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46172024-12-21T03:08:47.953Z[ recovery-image] Dec 21 03:08:47.289 INFO O| Dec 21 03:08:47.289 INFO STEP 87 (remove_files) COMPLETE
46182024-12-21T03:08:47.956Z[ recovery-image] Dec 21 03:08:47.289 INFO O| Dec 21 03:08:47.289 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-21T03:08:47.970Z[ recovery-image] Dec 21 03:08:47.305 INFO O| Dec 21 03:08:47.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46202024-12-21T03:08:47.970Z[ recovery-image] Dec 21 03:08:47.306 INFO O| Dec 21 03:08:47.306 INFO STEP 88 (remove_files) COMPLETE
46212024-12-21T03:08:47.970Z[ recovery-image] Dec 21 03:08:47.306 INFO O| Dec 21 03:08:47.306 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-21T03:08:47.988Z[ recovery-image] Dec 21 03:08:47.322 INFO O| Dec 21 03:08:47.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46232024-12-21T03:08:47.988Z[ recovery-image] Dec 21 03:08:47.322 INFO O| Dec 21 03:08:47.322 INFO STEP 89 (remove_files) COMPLETE
46242024-12-21T03:08:47.988Z[ recovery-image] Dec 21 03:08:47.322 INFO O| Dec 21 03:08:47.322 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-21T03:08:48.017Z[ recovery-image] Dec 21 03:08:47.352 INFO O| Dec 21 03:08:47.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46262024-12-21T03:08:48.017Z[ recovery-image] Dec 21 03:08:47.352 INFO O| Dec 21 03:08:47.352 INFO STEP 90 (remove_files) COMPLETE
46272024-12-21T03:08:48.020Z[ recovery-image] Dec 21 03:08:47.352 INFO O| Dec 21 03:08:47.352 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-21T03:08:48.033Z[ recovery-image] Dec 21 03:08:47.369 INFO O| Dec 21 03:08:47.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46292024-12-21T03:08:48.033Z[ recovery-image] Dec 21 03:08:47.369 INFO O| Dec 21 03:08:47.369 INFO STEP 91 (remove_files) COMPLETE
46302024-12-21T03:08:48.036Z[ recovery-image] Dec 21 03:08:47.369 INFO O| Dec 21 03:08:47.369 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-21T03:08:48.070Z[ recovery-image] Dec 21 03:08:47.405 INFO O| Dec 21 03:08:47.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46322024-12-21T03:08:48.070Z[ recovery-image] Dec 21 03:08:47.405 INFO O| Dec 21 03:08:47.405 INFO STEP 92 (remove_files) COMPLETE
46332024-12-21T03:08:48.070Z[ recovery-image] Dec 21 03:08:47.405 INFO O| Dec 21 03:08:47.405 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-21T03:08:48.139Z[ recovery-image] Dec 21 03:08:47.475 INFO O| Dec 21 03:08:47.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46352024-12-21T03:08:48.143Z[ recovery-image] Dec 21 03:08:47.475 INFO O| Dec 21 03:08:47.475 INFO STEP 93 (remove_files) COMPLETE
46362024-12-21T03:08:48.143Z[ recovery-image] Dec 21 03:08:47.475 INFO O| Dec 21 03:08:47.475 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-21T03:08:48.160Z[ recovery-image] Dec 21 03:08:47.496 INFO O| Dec 21 03:08:47.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46382024-12-21T03:08:48.163Z[ recovery-image] Dec 21 03:08:47.496 INFO O| Dec 21 03:08:47.496 INFO STEP 94 (remove_files) COMPLETE
46392024-12-21T03:08:48.163Z[ recovery-image] Dec 21 03:08:47.496 INFO O| Dec 21 03:08:47.496 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-21T03:08:48.180Z[ recovery-image] Dec 21 03:08:47.516 INFO O| Dec 21 03:08:47.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46412024-12-21T03:08:48.183Z[ recovery-image] Dec 21 03:08:47.516 INFO O| Dec 21 03:08:47.516 INFO STEP 95 (remove_files) COMPLETE
46422024-12-21T03:08:48.183Z[ recovery-image] Dec 21 03:08:47.516 INFO O| Dec 21 03:08:47.516 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-21T03:08:48.214Z[ recovery-image] Dec 21 03:08:47.550 INFO O| Dec 21 03:08:47.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46442024-12-21T03:08:48.217Z[ recovery-image] Dec 21 03:08:47.550 INFO O| Dec 21 03:08:47.550 INFO STEP 96 (remove_files) COMPLETE
46452024-12-21T03:08:48.217Z[ recovery-image] Dec 21 03:08:47.551 INFO O| Dec 21 03:08:47.550 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-21T03:08:48.234Z[ recovery-image] Dec 21 03:08:47.569 INFO O| Dec 21 03:08:47.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46472024-12-21T03:08:48.234Z[ recovery-image] Dec 21 03:08:47.569 INFO O| Dec 21 03:08:47.569 INFO STEP 97 (remove_files) COMPLETE
46482024-12-21T03:08:48.234Z[ recovery-image] Dec 21 03:08:47.570 INFO O| Dec 21 03:08:47.569 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-21T03:08:48.252Z[ recovery-image] Dec 21 03:08:47.588 INFO O| Dec 21 03:08:47.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46502024-12-21T03:08:48.252Z[ recovery-image] Dec 21 03:08:47.588 INFO O| Dec 21 03:08:47.588 INFO STEP 98 (remove_files) COMPLETE
46512024-12-21T03:08:48.252Z[ recovery-image] Dec 21 03:08:47.588 INFO O| Dec 21 03:08:47.588 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-21T03:08:48.273Z[ recovery-image] Dec 21 03:08:47.607 INFO O| Dec 21 03:08:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46532024-12-21T03:08:48.273Z[ recovery-image] Dec 21 03:08:47.607 INFO O| Dec 21 03:08:47.607 INFO STEP 99 (remove_files) COMPLETE
46542024-12-21T03:08:48.273Z[ recovery-image] Dec 21 03:08:47.607 INFO O| Dec 21 03:08:47.607 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-21T03:08:48.310Z[ recovery-image] Dec 21 03:08:47.646 INFO O| Dec 21 03:08:47.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46562024-12-21T03:08:48.313Z[ recovery-image] Dec 21 03:08:47.646 INFO O| Dec 21 03:08:47.646 INFO STEP 100 (remove_files) COMPLETE
46572024-12-21T03:08:48.313Z[ recovery-image] Dec 21 03:08:47.646 INFO O| Dec 21 03:08:47.646 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-21T03:08:48.333Z[ recovery-image] Dec 21 03:08:47.668 INFO O| Dec 21 03:08:47.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46592024-12-21T03:08:48.336Z[ recovery-image] Dec 21 03:08:47.668 INFO O| Dec 21 03:08:47.668 INFO STEP 101 (remove_files) COMPLETE
46602024-12-21T03:08:48.336Z[ recovery-image] Dec 21 03:08:47.669 INFO O| Dec 21 03:08:47.668 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-21T03:08:48.354Z[ recovery-image] Dec 21 03:08:47.689 INFO O| Dec 21 03:08:47.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46622024-12-21T03:08:48.377Z[ recovery-image] Dec 21 03:08:47.713 INFO O| Dec 21 03:08:47.713 INFO STEP 102 (remove_files) COMPLETE
46632024-12-21T03:08:48.377Z[ recovery-image] Dec 21 03:08:47.713 INFO O| Dec 21 03:08:47.713 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-21T03:08:48.399Z[ recovery-image] Dec 21 03:08:47.734 INFO O| Dec 21 03:08:47.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46652024-12-21T03:08:48.402Z[ recovery-image] Dec 21 03:08:47.734 INFO O| Dec 21 03:08:47.734 INFO STEP 103 (remove_files) COMPLETE
46662024-12-21T03:08:48.402Z[ recovery-image] Dec 21 03:08:47.734 INFO O| Dec 21 03:08:47.734 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-21T03:08:48.419Z[ recovery-image] Dec 21 03:08:47.754 INFO O| Dec 21 03:08:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46682024-12-21T03:08:48.422Z[ recovery-image] Dec 21 03:08:47.754 INFO O| Dec 21 03:08:47.754 INFO STEP 104 (remove_files) COMPLETE
46692024-12-21T03:08:48.422Z[ recovery-image] Dec 21 03:08:47.754 INFO O| Dec 21 03:08:47.754 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-21T03:08:48.441Z[ recovery-image] Dec 21 03:08:47.776 INFO O| Dec 21 03:08:47.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46712024-12-21T03:08:48.441Z[ recovery-image] Dec 21 03:08:47.776 INFO O| Dec 21 03:08:47.776 INFO STEP 105 (remove_files) COMPLETE
46722024-12-21T03:08:48.441Z[ recovery-image] Dec 21 03:08:47.776 INFO O| Dec 21 03:08:47.776 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-21T03:08:48.460Z[ recovery-image] Dec 21 03:08:47.795 INFO O| Dec 21 03:08:47.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46742024-12-21T03:08:48.460Z[ recovery-image] Dec 21 03:08:47.795 INFO O| Dec 21 03:08:47.795 INFO STEP 106 (remove_files) COMPLETE
46752024-12-21T03:08:48.462Z[ recovery-image] Dec 21 03:08:47.795 INFO O| Dec 21 03:08:47.795 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-21T03:08:48.480Z[ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46772024-12-21T03:08:48.480Z[ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 107 (remove_files) COMPLETE
46782024-12-21T03:08:48.480Z[ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-21T03:08:48.500Z[ recovery-image] Dec 21 03:08:47.836 INFO O| Dec 21 03:08:47.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46802024-12-21T03:08:48.500Z[ recovery-image] Dec 21 03:08:47.836 INFO O| Dec 21 03:08:47.836 INFO STEP 108 (remove_files) COMPLETE
46812024-12-21T03:08:48.500Z[ recovery-image] Dec 21 03:08:47.836 INFO O| Dec 21 03:08:47.836 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-21T03:08:48.530Z[ recovery-image] Dec 21 03:08:47.866 INFO O| Dec 21 03:08:47.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46832024-12-21T03:08:48.530Z[ recovery-image] Dec 21 03:08:47.866 INFO O| Dec 21 03:08:47.866 INFO STEP 109 (remove_files) COMPLETE
46842024-12-21T03:08:48.533Z[ recovery-image] Dec 21 03:08:47.866 INFO O| Dec 21 03:08:47.866 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-21T03:08:48.582Z[ recovery-image] Dec 21 03:08:47.918 INFO O| Dec 21 03:08:47.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46862024-12-21T03:08:48.583Z[ recovery-image] Dec 21 03:08:47.918 INFO O| Dec 21 03:08:47.918 INFO STEP 110 (remove_files) COMPLETE
46872024-12-21T03:08:48.583Z[ recovery-image] Dec 21 03:08:47.919 INFO O| Dec 21 03:08:47.918 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-21T03:08:48.602Z[ recovery-image] Dec 21 03:08:47.937 INFO O| Dec 21 03:08:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46892024-12-21T03:08:48.602Z[ recovery-image] Dec 21 03:08:47.937 INFO O| Dec 21 03:08:47.937 INFO STEP 111 (remove_files) COMPLETE
46902024-12-21T03:08:48.605Z[ recovery-image] Dec 21 03:08:47.937 INFO O| Dec 21 03:08:47.937 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-21T03:08:48.621Z[ recovery-image] Dec 21 03:08:47.956 INFO O| Dec 21 03:08:47.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46922024-12-21T03:08:48.621Z[ recovery-image] Dec 21 03:08:47.956 INFO O| Dec 21 03:08:47.956 INFO STEP 112 (remove_files) COMPLETE
46932024-12-21T03:08:48.621Z[ recovery-image] Dec 21 03:08:47.956 INFO O| Dec 21 03:08:47.956 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-21T03:08:48.659Z[ recovery-image] Dec 21 03:08:47.995 INFO O| Dec 21 03:08:47.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46952024-12-21T03:08:48.662Z[ recovery-image] Dec 21 03:08:47.995 INFO O| Dec 21 03:08:47.995 INFO STEP 113 (remove_files) COMPLETE
46962024-12-21T03:08:48.662Z[ recovery-image] Dec 21 03:08:47.995 INFO O| Dec 21 03:08:47.995 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-21T03:08:48.706Z[ recovery-image] Dec 21 03:08:48.041 INFO O| Dec 21 03:08:48.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46982024-12-21T03:08:48.706Z[ recovery-image] Dec 21 03:08:48.041 INFO O| Dec 21 03:08:48.041 INFO STEP 114 (remove_files) COMPLETE
46992024-12-21T03:08:48.706Z[ recovery-image] Dec 21 03:08:48.042 INFO O| Dec 21 03:08:48.041 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-21T03:08:48.746Z[ recovery-image] Dec 21 03:08:48.082 INFO O| Dec 21 03:08:48.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47012024-12-21T03:08:48.746Z[ recovery-image] Dec 21 03:08:48.082 INFO O| Dec 21 03:08:48.082 INFO STEP 115 (remove_files) COMPLETE
47022024-12-21T03:08:48.746Z[ recovery-image] Dec 21 03:08:48.082 INFO O| Dec 21 03:08:48.082 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-21T03:08:48.764Z[ recovery-image] Dec 21 03:08:48.100 INFO O| Dec 21 03:08:48.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47042024-12-21T03:08:48.764Z[ recovery-image] Dec 21 03:08:48.100 INFO O| Dec 21 03:08:48.100 INFO STEP 116 (remove_files) COMPLETE
47052024-12-21T03:08:48.764Z[ recovery-image] Dec 21 03:08:48.100 INFO O| Dec 21 03:08:48.100 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-21T03:08:48.809Z[ recovery-image] Dec 21 03:08:48.145 INFO O| Dec 21 03:08:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47072024-12-21T03:08:48.810Z[ recovery-image] Dec 21 03:08:48.145 INFO O| Dec 21 03:08:48.145 INFO STEP 117 (remove_files) COMPLETE
47082024-12-21T03:08:48.810Z[ recovery-image] Dec 21 03:08:48.145 INFO O| Dec 21 03:08:48.145 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-21T03:08:48.830Z[ recovery-image] Dec 21 03:08:48.164 INFO O| Dec 21 03:08:48.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47102024-12-21T03:08:48.830Z[ recovery-image] Dec 21 03:08:48.164 INFO O| Dec 21 03:08:48.164 INFO STEP 118 (remove_files) COMPLETE
47112024-12-21T03:08:48.830Z[ recovery-image] Dec 21 03:08:48.164 INFO O| Dec 21 03:08:48.164 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-21T03:08:48.862Z[ recovery-image] Dec 21 03:08:48.192 INFO O| Dec 21 03:08:48.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47132024-12-21T03:08:48.876Z[ recovery-image] Dec 21 03:08:48.212 INFO O| Dec 21 03:08:48.212 INFO STEP 119 (remove_files) COMPLETE
47142024-12-21T03:08:48.876Z[ recovery-image] Dec 21 03:08:48.212 INFO O| Dec 21 03:08:48.212 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-21T03:08:48.914Z[ recovery-image] Dec 21 03:08:48.248 INFO O| Dec 21 03:08:48.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47162024-12-21T03:08:48.914Z[ recovery-image] Dec 21 03:08:48.248 INFO O| Dec 21 03:08:48.248 INFO STEP 120 (remove_files) COMPLETE
47172024-12-21T03:08:48.914Z[ recovery-image] Dec 21 03:08:48.248 INFO O| Dec 21 03:08:48.248 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-21T03:08:48.957Z[ recovery-image] Dec 21 03:08:48.291 INFO O| Dec 21 03:08:48.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47192024-12-21T03:08:48.962Z[ recovery-image] Dec 21 03:08:48.291 INFO O| Dec 21 03:08:48.291 INFO STEP 121 (remove_files) COMPLETE
47202024-12-21T03:08:48.962Z[ recovery-image] Dec 21 03:08:48.291 INFO O| Dec 21 03:08:48.291 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-21T03:08:48.989Z[ recovery-image] Dec 21 03:08:48.325 INFO O| Dec 21 03:08:48.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47222024-12-21T03:08:48.989Z[ recovery-image] Dec 21 03:08:48.325 INFO O| Dec 21 03:08:48.325 INFO STEP 122 (remove_files) COMPLETE
47232024-12-21T03:08:48.990Z[ recovery-image] Dec 21 03:08:48.325 INFO O| Dec 21 03:08:48.325 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-21T03:08:49.063Z[ recovery-image] Dec 21 03:08:48.399 INFO O| Dec 21 03:08:48.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47252024-12-21T03:08:49.064Z[ recovery-image] Dec 21 03:08:48.399 INFO O| Dec 21 03:08:48.399 INFO STEP 123 (remove_files) COMPLETE
47262024-12-21T03:08:49.064Z[ recovery-image] Dec 21 03:08:48.399 INFO O| Dec 21 03:08:48.399 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-21T03:08:49.081Z[ recovery-image] Dec 21 03:08:48.417 INFO O| Dec 21 03:08:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47282024-12-21T03:08:49.082Z[ recovery-image] Dec 21 03:08:48.417 INFO O| Dec 21 03:08:48.417 INFO STEP 124 (remove_files) COMPLETE
47292024-12-21T03:08:49.084Z[ recovery-image] Dec 21 03:08:48.417 INFO O| Dec 21 03:08:48.417 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-21T03:08:49.099Z[ recovery-image] Dec 21 03:08:48.435 INFO O| Dec 21 03:08:48.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47312024-12-21T03:08:49.099Z[ recovery-image] Dec 21 03:08:48.435 INFO O| Dec 21 03:08:48.435 INFO STEP 125 (remove_files) COMPLETE
47322024-12-21T03:08:49.099Z[ recovery-image] Dec 21 03:08:48.435 INFO O| Dec 21 03:08:48.435 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-21T03:08:49.117Z[ recovery-image] Dec 21 03:08:48.453 INFO O| Dec 21 03:08:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47342024-12-21T03:08:49.117Z[ recovery-image] Dec 21 03:08:48.453 INFO O| Dec 21 03:08:48.453 INFO STEP 126 (remove_files) COMPLETE
47352024-12-21T03:08:49.117Z[ recovery-image] Dec 21 03:08:48.453 INFO O| Dec 21 03:08:48.453 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-21T03:08:49.135Z[ recovery-image] Dec 21 03:08:48.470 INFO O| Dec 21 03:08:48.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47372024-12-21T03:08:49.135Z[ recovery-image] Dec 21 03:08:48.470 INFO O| Dec 21 03:08:48.470 INFO STEP 127 (remove_files) COMPLETE
47382024-12-21T03:08:49.135Z[ recovery-image] Dec 21 03:08:48.470 INFO O| Dec 21 03:08:48.470 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-21T03:08:49.165Z[ host-image] Dec 21 03:08:48.498 INFO O| Dec 21 03:08:48.498 INFO O| Done
47402024-12-21T03:08:49.185Z[ recovery-image] Dec 21 03:08:48.520 INFO O| Dec 21 03:08:48.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47412024-12-21T03:08:49.188Z[ recovery-image] Dec 21 03:08:48.520 INFO O| Dec 21 03:08:48.520 INFO STEP 128 (remove_files) COMPLETE
47422024-12-21T03:08:49.188Z[ recovery-image] Dec 21 03:08:48.520 INFO O| Dec 21 03:08:48.520 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-21T03:08:49.216Z[ recovery-image] Dec 21 03:08:48.552 INFO O| Dec 21 03:08:48.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47442024-12-21T03:08:49.217Z[ recovery-image] Dec 21 03:08:48.552 INFO O| Dec 21 03:08:48.552 INFO STEP 129 (remove_files) COMPLETE
47452024-12-21T03:08:49.219Z[ recovery-image] Dec 21 03:08:48.552 INFO O| Dec 21 03:08:48.552 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-21T03:08:49.237Z[ recovery-image] Dec 21 03:08:48.573 INFO O| Dec 21 03:08:48.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47472024-12-21T03:08:49.237Z[ recovery-image] Dec 21 03:08:48.573 INFO O| Dec 21 03:08:48.573 INFO STEP 130 (remove_files) COMPLETE
47482024-12-21T03:08:49.240Z[ recovery-image] Dec 21 03:08:48.573 INFO O| Dec 21 03:08:48.573 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-21T03:08:49.256Z[ recovery-image] Dec 21 03:08:48.592 INFO O| Dec 21 03:08:48.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47502024-12-21T03:08:49.256Z[ recovery-image] Dec 21 03:08:48.592 INFO O| Dec 21 03:08:48.592 INFO STEP 131 (remove_files) COMPLETE
47512024-12-21T03:08:49.263Z[ recovery-image] Dec 21 03:08:48.592 INFO O| Dec 21 03:08:48.592 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-21T03:08:49.275Z[ recovery-image] Dec 21 03:08:48.610 INFO O| Dec 21 03:08:48.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47532024-12-21T03:08:49.275Z[ recovery-image] Dec 21 03:08:48.610 INFO O| Dec 21 03:08:48.610 INFO STEP 132 (remove_files) COMPLETE
47542024-12-21T03:08:49.275Z[ recovery-image] Dec 21 03:08:48.610 INFO O| Dec 21 03:08:48.610 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-21T03:08:49.294Z[ recovery-image] Dec 21 03:08:48.628 INFO O| Dec 21 03:08:48.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47562024-12-21T03:08:49.294Z[ recovery-image] Dec 21 03:08:48.628 INFO O| Dec 21 03:08:48.628 INFO STEP 133 (remove_files) COMPLETE
47572024-12-21T03:08:49.294Z[ recovery-image] Dec 21 03:08:48.628 INFO O| Dec 21 03:08:48.628 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-21T03:08:49.328Z[ recovery-image] Dec 21 03:08:48.663 INFO O| Dec 21 03:08:48.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47592024-12-21T03:08:49.328Z[ recovery-image] Dec 21 03:08:48.663 INFO O| Dec 21 03:08:48.663 INFO STEP 134 (remove_files) COMPLETE
47602024-12-21T03:08:49.328Z[ recovery-image] Dec 21 03:08:48.663 INFO O| Dec 21 03:08:48.663 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-21T03:08:49.368Z[ recovery-image] Dec 21 03:08:48.704 INFO O| Dec 21 03:08:48.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47622024-12-21T03:08:49.368Z[ recovery-image] Dec 21 03:08:48.704 INFO O| Dec 21 03:08:48.704 INFO STEP 135 (remove_files) COMPLETE
47632024-12-21T03:08:49.371Z[ recovery-image] Dec 21 03:08:48.704 INFO O| Dec 21 03:08:48.704 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-21T03:08:49.390Z[ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47652024-12-21T03:08:49.390Z[ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 136 (remove_files) COMPLETE
47662024-12-21T03:08:49.390Z[ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-21T03:08:49.420Z[ recovery-image] Dec 21 03:08:48.744 INFO O| Dec 21 03:08:48.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47682024-12-21T03:08:49.423Z[ recovery-image] Dec 21 03:08:48.744 INFO O| Dec 21 03:08:48.744 INFO STEP 137 (remove_files) COMPLETE
47692024-12-21T03:08:49.423Z[ recovery-image] Dec 21 03:08:48.744 INFO O| Dec 21 03:08:48.744 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-21T03:08:49.435Z[ recovery-image] Dec 21 03:08:48.771 INFO O| Dec 21 03:08:48.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47712024-12-21T03:08:49.435Z[ recovery-image] Dec 21 03:08:48.771 INFO O| Dec 21 03:08:48.771 INFO STEP 138 (remove_files) COMPLETE
47722024-12-21T03:08:49.439Z[ recovery-image] Dec 21 03:08:48.771 INFO O| Dec 21 03:08:48.771 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-21T03:08:49.497Z[ recovery-image] Dec 21 03:08:48.832 INFO O| Dec 21 03:08:48.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47742024-12-21T03:08:49.497Z[ recovery-image] Dec 21 03:08:48.832 INFO O| Dec 21 03:08:48.832 INFO STEP 139 (remove_files) COMPLETE
47752024-12-21T03:08:49.497Z[ recovery-image] Dec 21 03:08:48.832 INFO O| Dec 21 03:08:48.832 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-21T03:08:49.513Z[ recovery-image] Dec 21 03:08:48.849 INFO O| Dec 21 03:08:48.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47772024-12-21T03:08:49.513Z[ recovery-image] Dec 21 03:08:48.849 INFO O| Dec 21 03:08:48.849 INFO STEP 140 (remove_files) COMPLETE
47782024-12-21T03:08:49.516Z[ recovery-image] Dec 21 03:08:48.849 INFO O| Dec 21 03:08:48.849 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-21T03:08:49.530Z[ recovery-image] Dec 21 03:08:48.866 INFO O| Dec 21 03:08:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47802024-12-21T03:08:49.556Z[ recovery-image] Dec 21 03:08:48.891 INFO O| Dec 21 03:08:48.891 INFO STEP 141 (remove_files) COMPLETE
47812024-12-21T03:08:49.556Z[ recovery-image] Dec 21 03:08:48.891 INFO O| Dec 21 03:08:48.891 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-21T03:08:49.583Z[ recovery-image] Dec 21 03:08:48.911 INFO O| Dec 21 03:08:48.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47832024-12-21T03:08:49.583Z[ recovery-image] Dec 21 03:08:48.911 INFO O| Dec 21 03:08:48.911 INFO STEP 142 (remove_files) COMPLETE
47842024-12-21T03:08:49.592Z[ recovery-image] Dec 21 03:08:48.911 INFO O| Dec 21 03:08:48.911 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-21T03:08:49.607Z[ recovery-image] Dec 21 03:08:48.943 INFO O| Dec 21 03:08:48.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47862024-12-21T03:08:49.607Z[ recovery-image] Dec 21 03:08:48.943 INFO O| Dec 21 03:08:48.943 INFO STEP 143 (remove_files) COMPLETE
47872024-12-21T03:08:49.615Z[ recovery-image] Dec 21 03:08:48.943 INFO O| Dec 21 03:08:48.943 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-21T03:08:49.624Z[ recovery-image] Dec 21 03:08:48.960 INFO O| Dec 21 03:08:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47892024-12-21T03:08:49.627Z[ recovery-image] Dec 21 03:08:48.960 INFO O| Dec 21 03:08:48.960 INFO STEP 144 (remove_files) COMPLETE
47902024-12-21T03:08:49.627Z[ recovery-image] Dec 21 03:08:48.960 INFO O| Dec 21 03:08:48.960 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-21T03:08:49.642Z[ recovery-image] Dec 21 03:08:48.978 INFO O| Dec 21 03:08:48.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47922024-12-21T03:08:49.646Z[ recovery-image] Dec 21 03:08:48.978 INFO O| Dec 21 03:08:48.978 INFO STEP 145 (remove_files) COMPLETE
47932024-12-21T03:08:49.646Z[ recovery-image] Dec 21 03:08:48.978 INFO O| Dec 21 03:08:48.978 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-21T03:08:49.676Z[ recovery-image] Dec 21 03:08:48.996 INFO O| Dec 21 03:08:48.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47952024-12-21T03:08:49.684Z[ recovery-image] Dec 21 03:08:48.996 INFO O| Dec 21 03:08:48.996 INFO STEP 146 (remove_files) COMPLETE
47962024-12-21T03:08:49.684Z[ recovery-image] Dec 21 03:08:48.996 INFO O| Dec 21 03:08:48.996 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-21T03:08:49.688Z[ recovery-image] Dec 21 03:08:49.022 INFO O| Dec 21 03:08:49.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47982024-12-21T03:08:49.688Z[ recovery-image] Dec 21 03:08:49.022 INFO O| Dec 21 03:08:49.022 INFO STEP 147 (remove_files) COMPLETE
47992024-12-21T03:08:49.688Z[ recovery-image] Dec 21 03:08:49.022 INFO O| Dec 21 03:08:49.022 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-21T03:08:49.734Z[ recovery-image] Dec 21 03:08:49.068 INFO O| Dec 21 03:08:49.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48012024-12-21T03:08:49.734Z[ recovery-image] Dec 21 03:08:49.068 INFO O| Dec 21 03:08:49.068 INFO STEP 148 (remove_files) COMPLETE
48022024-12-21T03:08:49.739Z[ recovery-image] Dec 21 03:08:49.068 INFO O| Dec 21 03:08:49.068 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-21T03:08:49.799Z[ recovery-image] Dec 21 03:08:49.133 INFO O| Dec 21 03:08:49.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48042024-12-21T03:08:49.799Z[ recovery-image] Dec 21 03:08:49.133 INFO O| Dec 21 03:08:49.133 INFO STEP 149 (remove_files) COMPLETE
48052024-12-21T03:08:49.799Z[ recovery-image] Dec 21 03:08:49.133 INFO O| Dec 21 03:08:49.133 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-21T03:08:49.817Z[ recovery-image] Dec 21 03:08:49.151 INFO O| Dec 21 03:08:49.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48072024-12-21T03:08:49.817Z[ recovery-image] Dec 21 03:08:49.151 INFO O| Dec 21 03:08:49.151 INFO STEP 150 (remove_files) COMPLETE
48082024-12-21T03:08:49.821Z[ recovery-image] Dec 21 03:08:49.151 INFO O| Dec 21 03:08:49.151 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-21T03:08:49.860Z[ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48102024-12-21T03:08:49.860Z[ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 151 (remove_files) COMPLETE
48112024-12-21T03:08:49.860Z[ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-21T03:08:49.919Z[ recovery-image] Dec 21 03:08:49.255 INFO O| Dec 21 03:08:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48132024-12-21T03:08:49.938Z[ recovery-image] Dec 21 03:08:49.274 INFO O| Dec 21 03:08:49.274 INFO STEP 152 (remove_files) COMPLETE
48142024-12-21T03:08:49.938Z[ recovery-image] Dec 21 03:08:49.274 INFO O| Dec 21 03:08:49.274 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-21T03:08:49.968Z[ recovery-image] Dec 21 03:08:49.303 INFO O| Dec 21 03:08:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48162024-12-21T03:08:49.968Z[ recovery-image] Dec 21 03:08:49.303 INFO O| Dec 21 03:08:49.303 INFO STEP 153 (remove_files) COMPLETE
48172024-12-21T03:08:49.970Z[ recovery-image] Dec 21 03:08:49.303 INFO O| Dec 21 03:08:49.303 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-21T03:08:49.987Z[ recovery-image] Dec 21 03:08:49.322 INFO O| Dec 21 03:08:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48192024-12-21T03:08:49.987Z[ recovery-image] Dec 21 03:08:49.322 INFO O| Dec 21 03:08:49.322 INFO STEP 154 (remove_files) COMPLETE
48202024-12-21T03:08:49.987Z[ recovery-image] Dec 21 03:08:49.323 INFO O| Dec 21 03:08:49.322 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-21T03:08:50.006Z[ recovery-image] Dec 21 03:08:49.341 INFO O| Dec 21 03:08:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48222024-12-21T03:08:50.006Z[ recovery-image] Dec 21 03:08:49.341 INFO O| Dec 21 03:08:49.341 INFO STEP 155 (remove_files) COMPLETE
48232024-12-21T03:08:50.008Z[ recovery-image] Dec 21 03:08:49.341 INFO O| Dec 21 03:08:49.341 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-21T03:08:50.025Z[ recovery-image] Dec 21 03:08:49.360 INFO O| Dec 21 03:08:49.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48252024-12-21T03:08:50.025Z[ recovery-image] Dec 21 03:08:49.360 INFO O| Dec 21 03:08:49.360 INFO STEP 156 (remove_files) COMPLETE
48262024-12-21T03:08:50.025Z[ recovery-image] Dec 21 03:08:49.360 INFO O| Dec 21 03:08:49.360 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-21T03:08:50.043Z[ recovery-image] Dec 21 03:08:49.379 INFO O| Dec 21 03:08:49.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48282024-12-21T03:08:50.043Z[ recovery-image] Dec 21 03:08:49.379 INFO O| Dec 21 03:08:49.379 INFO STEP 157 (remove_files) COMPLETE
48292024-12-21T03:08:50.045Z[ recovery-image] Dec 21 03:08:49.379 INFO O| Dec 21 03:08:49.379 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-21T03:08:50.074Z[ recovery-image] Dec 21 03:08:49.410 INFO O| Dec 21 03:08:49.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48312024-12-21T03:08:50.088Z[ recovery-image] Dec 21 03:08:49.423 INFO O| Dec 21 03:08:49.423 INFO STEP 158 (remove_files) COMPLETE
48322024-12-21T03:08:50.088Z[ recovery-image] Dec 21 03:08:49.423 INFO O| Dec 21 03:08:49.423 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-21T03:08:50.120Z[ recovery-image] Dec 21 03:08:49.456 INFO O| Dec 21 03:08:49.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48342024-12-21T03:08:50.120Z[ recovery-image] Dec 21 03:08:49.456 INFO O| Dec 21 03:08:49.456 INFO STEP 159 (remove_files) COMPLETE
48352024-12-21T03:08:50.121Z[ recovery-image] Dec 21 03:08:49.456 INFO O| Dec 21 03:08:49.456 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-21T03:08:50.185Z[ recovery-image] Dec 21 03:08:49.518 INFO O| Dec 21 03:08:49.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48372024-12-21T03:08:50.185Z[ recovery-image] Dec 21 03:08:49.518 INFO O| Dec 21 03:08:49.518 INFO STEP 160 (remove_files) COMPLETE
48382024-12-21T03:08:50.185Z[ recovery-image] Dec 21 03:08:49.518 INFO O| Dec 21 03:08:49.518 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-21T03:08:50.203Z[ recovery-image] Dec 21 03:08:49.537 INFO O| Dec 21 03:08:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48402024-12-21T03:08:50.203Z[ recovery-image] Dec 21 03:08:49.537 INFO O| Dec 21 03:08:49.537 INFO STEP 161 (remove_files) COMPLETE
48412024-12-21T03:08:50.203Z[ recovery-image] Dec 21 03:08:49.537 INFO O| Dec 21 03:08:49.537 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-21T03:08:50.230Z[ recovery-image] Dec 21 03:08:49.565 INFO O| Dec 21 03:08:49.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48432024-12-21T03:08:50.230Z[ recovery-image] Dec 21 03:08:49.565 INFO O| Dec 21 03:08:49.565 INFO STEP 162 (remove_files) COMPLETE
48442024-12-21T03:08:50.233Z[ recovery-image] Dec 21 03:08:49.566 INFO O| Dec 21 03:08:49.566 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-21T03:08:50.250Z[ recovery-image] Dec 21 03:08:49.586 INFO O| Dec 21 03:08:49.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48462024-12-21T03:08:50.253Z[ recovery-image] Dec 21 03:08:49.586 INFO O| Dec 21 03:08:49.586 INFO STEP 163 (remove_files) COMPLETE
48472024-12-21T03:08:50.253Z[ recovery-image] Dec 21 03:08:49.586 INFO O| Dec 21 03:08:49.586 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-21T03:08:50.269Z[ recovery-image] Dec 21 03:08:49.605 INFO O| Dec 21 03:08:49.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48492024-12-21T03:08:50.273Z[ recovery-image] Dec 21 03:08:49.605 INFO O| Dec 21 03:08:49.605 INFO STEP 164 (remove_files) COMPLETE
48502024-12-21T03:08:50.273Z[ recovery-image] Dec 21 03:08:49.605 INFO O| Dec 21 03:08:49.605 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-21T03:08:50.289Z[ recovery-image] Dec 21 03:08:49.625 INFO O| Dec 21 03:08:49.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48522024-12-21T03:08:50.292Z[ recovery-image] Dec 21 03:08:49.625 INFO O| Dec 21 03:08:49.625 INFO STEP 165 (remove_files) COMPLETE
48532024-12-21T03:08:50.292Z[ recovery-image] Dec 21 03:08:49.625 INFO O| Dec 21 03:08:49.625 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-21T03:08:50.321Z[ recovery-image] Dec 21 03:08:49.656 INFO O| Dec 21 03:08:49.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48552024-12-21T03:08:50.321Z[ recovery-image] Dec 21 03:08:49.656 INFO O| Dec 21 03:08:49.656 INFO STEP 166 (remove_files) COMPLETE
48562024-12-21T03:08:50.324Z[ recovery-image] Dec 21 03:08:49.656 INFO O| Dec 21 03:08:49.656 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-21T03:08:50.342Z[ recovery-image] Dec 21 03:08:49.678 INFO O| Dec 21 03:08:49.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48582024-12-21T03:08:50.343Z[ recovery-image] Dec 21 03:08:49.678 INFO O| Dec 21 03:08:49.678 INFO STEP 167 (remove_files) COMPLETE
48592024-12-21T03:08:50.343Z[ recovery-image] Dec 21 03:08:49.678 INFO O| Dec 21 03:08:49.678 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-21T03:08:50.366Z[ recovery-image] Dec 21 03:08:49.698 INFO O| Dec 21 03:08:49.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48612024-12-21T03:08:50.366Z[ recovery-image] Dec 21 03:08:49.698 INFO O| Dec 21 03:08:49.698 INFO STEP 168 (remove_files) COMPLETE
48622024-12-21T03:08:50.369Z[ recovery-image] Dec 21 03:08:49.698 INFO O| Dec 21 03:08:49.698 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-21T03:08:50.383Z[ recovery-image] Dec 21 03:08:49.718 INFO O| Dec 21 03:08:49.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48642024-12-21T03:08:50.383Z[ recovery-image] Dec 21 03:08:49.718 INFO O| Dec 21 03:08:49.718 INFO STEP 169 (remove_files) COMPLETE
48652024-12-21T03:08:50.383Z[ recovery-image] Dec 21 03:08:49.718 INFO O| Dec 21 03:08:49.718 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-21T03:08:50.413Z[ recovery-image] Dec 21 03:08:49.748 INFO O| Dec 21 03:08:49.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48672024-12-21T03:08:50.413Z[ recovery-image] Dec 21 03:08:49.748 INFO O| Dec 21 03:08:49.748 INFO STEP 170 (remove_files) COMPLETE
48682024-12-21T03:08:50.413Z[ recovery-image] Dec 21 03:08:49.748 INFO O| Dec 21 03:08:49.748 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-21T03:08:50.468Z[ recovery-image] Dec 21 03:08:49.804 INFO O| Dec 21 03:08:49.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48702024-12-21T03:08:50.468Z[ recovery-image] Dec 21 03:08:49.804 INFO O| Dec 21 03:08:49.804 INFO STEP 171 (remove_files) COMPLETE
48712024-12-21T03:08:50.471Z[ recovery-image] Dec 21 03:08:49.804 INFO O| Dec 21 03:08:49.804 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-21T03:08:50.508Z[ recovery-image] Dec 21 03:08:49.842 INFO O| Dec 21 03:08:49.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48732024-12-21T03:08:50.508Z[ recovery-image] Dec 21 03:08:49.842 INFO O| Dec 21 03:08:49.842 INFO STEP 172 (remove_files) COMPLETE
48742024-12-21T03:08:50.512Z[ recovery-image] Dec 21 03:08:49.842 INFO O| Dec 21 03:08:49.842 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-21T03:08:50.525Z[ recovery-image] Dec 21 03:08:49.861 INFO O| Dec 21 03:08:49.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48762024-12-21T03:08:50.530Z[ recovery-image] Dec 21 03:08:49.861 INFO O| Dec 21 03:08:49.861 INFO STEP 173 (remove_files) COMPLETE
48772024-12-21T03:08:50.530Z[ recovery-image] Dec 21 03:08:49.861 INFO O| Dec 21 03:08:49.861 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-21T03:08:50.559Z[ recovery-image] Dec 21 03:08:49.894 INFO O| Dec 21 03:08:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48792024-12-21T03:08:50.559Z[ recovery-image] Dec 21 03:08:49.894 INFO O| Dec 21 03:08:49.894 INFO STEP 174 (remove_files) COMPLETE
48802024-12-21T03:08:50.559Z[ recovery-image] Dec 21 03:08:49.894 INFO O| Dec 21 03:08:49.894 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-21T03:08:50.580Z[ recovery-image] Dec 21 03:08:49.914 INFO O| Dec 21 03:08:49.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48822024-12-21T03:08:50.580Z[ recovery-image] Dec 21 03:08:49.914 INFO O| Dec 21 03:08:49.914 INFO STEP 175 (remove_files) COMPLETE
48832024-12-21T03:08:50.583Z[ recovery-image] Dec 21 03:08:49.914 INFO O| Dec 21 03:08:49.914 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-21T03:08:50.599Z[ recovery-image] Dec 21 03:08:49.934 INFO O| Dec 21 03:08:49.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48852024-12-21T03:08:50.599Z[ recovery-image] Dec 21 03:08:49.934 INFO O| Dec 21 03:08:49.934 INFO STEP 176 (remove_files) COMPLETE
48862024-12-21T03:08:50.599Z[ recovery-image] Dec 21 03:08:49.934 INFO O| Dec 21 03:08:49.934 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-21T03:08:50.634Z[ recovery-image] Dec 21 03:08:49.969 INFO O| Dec 21 03:08:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48882024-12-21T03:08:50.634Z[ recovery-image] Dec 21 03:08:49.969 INFO O| Dec 21 03:08:49.969 INFO STEP 177 (remove_files) COMPLETE
48892024-12-21T03:08:50.634Z[ recovery-image] Dec 21 03:08:49.969 INFO O| Dec 21 03:08:49.969 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-21T03:08:50.655Z[ recovery-image] Dec 21 03:08:49.991 INFO O| Dec 21 03:08:49.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48912024-12-21T03:08:50.655Z[ recovery-image] Dec 21 03:08:49.991 INFO O| Dec 21 03:08:49.991 INFO STEP 178 (remove_files) COMPLETE
48922024-12-21T03:08:50.655Z[ recovery-image] Dec 21 03:08:49.991 INFO O| Dec 21 03:08:49.991 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-21T03:08:50.694Z[ recovery-image] Dec 21 03:08:50.030 INFO O| Dec 21 03:08:50.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48942024-12-21T03:08:50.694Z[ recovery-image] Dec 21 03:08:50.030 INFO O| Dec 21 03:08:50.030 INFO STEP 179 (remove_files) COMPLETE
48952024-12-21T03:08:50.698Z[ recovery-image] Dec 21 03:08:50.030 INFO O| Dec 21 03:08:50.030 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-21T03:08:50.746Z[ recovery-image] Dec 21 03:08:50.081 INFO O| Dec 21 03:08:50.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48972024-12-21T03:08:50.746Z[ recovery-image] Dec 21 03:08:50.081 INFO O| Dec 21 03:08:50.081 INFO STEP 180 (remove_files) COMPLETE
48982024-12-21T03:08:50.746Z[ recovery-image] Dec 21 03:08:50.082 INFO O| Dec 21 03:08:50.081 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-21T03:08:50.796Z[ recovery-image] Dec 21 03:08:50.131 INFO O| Dec 21 03:08:50.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49002024-12-21T03:08:50.796Z[ recovery-image] Dec 21 03:08:50.131 INFO O| Dec 21 03:08:50.131 INFO STEP 181 (remove_files) COMPLETE
49012024-12-21T03:08:50.796Z[ recovery-image] Dec 21 03:08:50.131 INFO O| Dec 21 03:08:50.131 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-21T03:08:50.814Z[ recovery-image] Dec 21 03:08:50.149 INFO O| Dec 21 03:08:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49032024-12-21T03:08:50.814Z[ recovery-image] Dec 21 03:08:50.149 INFO O| Dec 21 03:08:50.149 INFO STEP 182 (remove_files) COMPLETE
49042024-12-21T03:08:50.814Z[ recovery-image] Dec 21 03:08:50.149 INFO O| Dec 21 03:08:50.149 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-21T03:08:50.832Z[ recovery-image] Dec 21 03:08:50.167 INFO O| Dec 21 03:08:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49062024-12-21T03:08:50.832Z[ recovery-image] Dec 21 03:08:50.167 INFO O| Dec 21 03:08:50.167 INFO STEP 183 (remove_files) COMPLETE
49072024-12-21T03:08:50.833Z[ recovery-image] Dec 21 03:08:50.167 INFO O| Dec 21 03:08:50.167 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-21T03:08:50.909Z[ recovery-image] Dec 21 03:08:50.242 INFO O| Dec 21 03:08:50.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49092024-12-21T03:08:50.909Z[ recovery-image] Dec 21 03:08:50.242 INFO O| Dec 21 03:08:50.242 INFO STEP 184 (remove_files) COMPLETE
49102024-12-21T03:08:50.918Z[ recovery-image] Dec 21 03:08:50.242 INFO O| Dec 21 03:08:50.242 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-21T03:08:50.927Z[ recovery-image] Dec 21 03:08:50.263 INFO O| Dec 21 03:08:50.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49122024-12-21T03:08:50.927Z[ recovery-image] Dec 21 03:08:50.263 INFO O| Dec 21 03:08:50.263 INFO STEP 185 (remove_files) COMPLETE
49132024-12-21T03:08:50.930Z[ recovery-image] Dec 21 03:08:50.263 INFO O| Dec 21 03:08:50.263 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-21T03:08:50.973Z[ recovery-image] Dec 21 03:08:50.307 INFO O| Dec 21 03:08:50.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49152024-12-21T03:08:50.977Z[ recovery-image] Dec 21 03:08:50.307 INFO O| Dec 21 03:08:50.307 INFO STEP 186 (remove_files) COMPLETE
49162024-12-21T03:08:50.977Z[ recovery-image] Dec 21 03:08:50.307 INFO O| Dec 21 03:08:50.307 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-21T03:08:50.993Z[ recovery-image] Dec 21 03:08:50.328 INFO O| Dec 21 03:08:50.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49182024-12-21T03:08:50.996Z[ recovery-image] Dec 21 03:08:50.328 INFO O| Dec 21 03:08:50.328 INFO STEP 187 (remove_files) COMPLETE
49192024-12-21T03:08:50.996Z[ recovery-image] Dec 21 03:08:50.328 INFO O| Dec 21 03:08:50.328 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-21T03:08:51.021Z[ recovery-image] Dec 21 03:08:50.357 INFO O| Dec 21 03:08:50.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49212024-12-21T03:08:51.022Z[ recovery-image] Dec 21 03:08:50.357 INFO O| Dec 21 03:08:50.357 INFO STEP 188 (remove_files) COMPLETE
49222024-12-21T03:08:51.024Z[ recovery-image] Dec 21 03:08:50.357 INFO O| Dec 21 03:08:50.357 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-21T03:08:51.057Z[ recovery-image] Dec 21 03:08:50.389 INFO O| Dec 21 03:08:50.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49242024-12-21T03:08:51.057Z[ recovery-image] Dec 21 03:08:50.389 INFO O| Dec 21 03:08:50.389 INFO STEP 189 (remove_files) COMPLETE
49252024-12-21T03:08:51.057Z[ recovery-image] Dec 21 03:08:50.389 INFO O| Dec 21 03:08:50.389 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-21T03:08:51.073Z[ recovery-image] Dec 21 03:08:50.408 INFO O| Dec 21 03:08:50.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49272024-12-21T03:08:51.078Z[ recovery-image] Dec 21 03:08:50.408 INFO O| Dec 21 03:08:50.408 INFO STEP 190 (remove_files) COMPLETE
49282024-12-21T03:08:51.078Z[ recovery-image] Dec 21 03:08:50.408 INFO O| Dec 21 03:08:50.408 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-21T03:08:51.092Z[ recovery-image] Dec 21 03:08:50.427 INFO O| Dec 21 03:08:50.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49302024-12-21T03:08:51.095Z[ recovery-image] Dec 21 03:08:50.427 INFO O| Dec 21 03:08:50.427 INFO STEP 191 (remove_files) COMPLETE
49312024-12-21T03:08:51.095Z[ recovery-image] Dec 21 03:08:50.428 INFO O| Dec 21 03:08:50.427 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-21T03:08:51.112Z[ recovery-image] Dec 21 03:08:50.446 INFO O| Dec 21 03:08:50.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49332024-12-21T03:08:51.112Z[ recovery-image] Dec 21 03:08:50.447 INFO O| Dec 21 03:08:50.447 INFO STEP 192 (remove_files) COMPLETE
49342024-12-21T03:08:51.115Z[ recovery-image] Dec 21 03:08:50.447 INFO O| Dec 21 03:08:50.447 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-21T03:08:51.148Z[ recovery-image] Dec 21 03:08:50.484 INFO O| Dec 21 03:08:50.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49362024-12-21T03:08:51.148Z[ recovery-image] Dec 21 03:08:50.484 INFO O| Dec 21 03:08:50.484 INFO STEP 193 (remove_files) COMPLETE
49372024-12-21T03:08:51.149Z[ recovery-image] Dec 21 03:08:50.484 INFO O| Dec 21 03:08:50.484 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-21T03:08:51.183Z[ recovery-image] Dec 21 03:08:50.519 INFO O| Dec 21 03:08:50.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49392024-12-21T03:08:51.183Z[ recovery-image] Dec 21 03:08:50.519 INFO O| Dec 21 03:08:50.519 INFO STEP 194 (remove_files) COMPLETE
49402024-12-21T03:08:51.183Z[ recovery-image] Dec 21 03:08:50.519 INFO O| Dec 21 03:08:50.519 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-21T03:08:51.214Z[ recovery-image] Dec 21 03:08:50.549 INFO O| Dec 21 03:08:50.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49422024-12-21T03:08:51.220Z[ recovery-image] Dec 21 03:08:50.549 INFO O| Dec 21 03:08:50.549 INFO STEP 195 (remove_files) COMPLETE
49432024-12-21T03:08:51.220Z[ recovery-image] Dec 21 03:08:50.549 INFO O| Dec 21 03:08:50.549 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-21T03:08:51.302Z[ recovery-image] Dec 21 03:08:50.637 INFO O| Dec 21 03:08:50.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49452024-12-21T03:08:51.302Z[ recovery-image] Dec 21 03:08:50.637 INFO O| Dec 21 03:08:50.637 INFO STEP 196 (remove_files) COMPLETE
49462024-12-21T03:08:51.305Z[ recovery-image] Dec 21 03:08:50.637 INFO O| Dec 21 03:08:50.637 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-21T03:08:51.330Z[ recovery-image] Dec 21 03:08:50.665 INFO O| Dec 21 03:08:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49482024-12-21T03:08:51.330Z[ recovery-image] Dec 21 03:08:50.665 INFO O| Dec 21 03:08:50.665 INFO STEP 197 (remove_files) COMPLETE
49492024-12-21T03:08:51.330Z[ recovery-image] Dec 21 03:08:50.665 INFO O| Dec 21 03:08:50.665 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-21T03:08:51.350Z[ recovery-image] Dec 21 03:08:50.685 INFO O| Dec 21 03:08:50.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49512024-12-21T03:08:51.351Z[ recovery-image] Dec 21 03:08:50.686 INFO O| Dec 21 03:08:50.686 INFO STEP 198 (remove_files) COMPLETE
49522024-12-21T03:08:51.351Z[ recovery-image] Dec 21 03:08:50.686 INFO O| Dec 21 03:08:50.686 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-21T03:08:51.374Z[ recovery-image] Dec 21 03:08:50.705 INFO O| Dec 21 03:08:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49542024-12-21T03:08:51.374Z[ recovery-image] Dec 21 03:08:50.705 INFO O| Dec 21 03:08:50.705 INFO STEP 199 (remove_files) COMPLETE
49552024-12-21T03:08:51.374Z[ recovery-image] Dec 21 03:08:50.705 INFO O| Dec 21 03:08:50.705 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-21T03:08:51.388Z[ recovery-image] Dec 21 03:08:50.723 INFO O| Dec 21 03:08:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49572024-12-21T03:08:51.388Z[ recovery-image] Dec 21 03:08:50.723 INFO O| Dec 21 03:08:50.723 INFO STEP 200 (remove_files) COMPLETE
49582024-12-21T03:08:51.391Z[ recovery-image] Dec 21 03:08:50.723 INFO O| Dec 21 03:08:50.723 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-21T03:08:51.407Z[ recovery-image] Dec 21 03:08:50.742 INFO O| Dec 21 03:08:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49602024-12-21T03:08:51.407Z[ recovery-image] Dec 21 03:08:50.742 INFO O| Dec 21 03:08:50.742 INFO STEP 201 (remove_files) COMPLETE
49612024-12-21T03:08:51.411Z[ recovery-image] Dec 21 03:08:50.742 INFO O| Dec 21 03:08:50.742 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-21T03:08:51.442Z[ recovery-image] Dec 21 03:08:50.776 INFO O| Dec 21 03:08:50.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49632024-12-21T03:08:51.442Z[ recovery-image] Dec 21 03:08:50.776 INFO O| Dec 21 03:08:50.776 INFO STEP 202 (remove_files) COMPLETE
49642024-12-21T03:08:51.442Z[ recovery-image] Dec 21 03:08:50.777 INFO O| Dec 21 03:08:50.776 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-21T03:08:51.474Z[ recovery-image] Dec 21 03:08:50.805 INFO O| Dec 21 03:08:50.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49662024-12-21T03:08:51.474Z[ recovery-image] Dec 21 03:08:50.805 INFO O| Dec 21 03:08:50.805 INFO STEP 203 (remove_files) COMPLETE
49672024-12-21T03:08:51.482Z[ recovery-image] Dec 21 03:08:50.805 INFO O| Dec 21 03:08:50.805 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-21T03:08:51.493Z[ recovery-image] Dec 21 03:08:50.826 INFO O| Dec 21 03:08:50.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49692024-12-21T03:08:51.493Z[ recovery-image] Dec 21 03:08:50.826 INFO O| Dec 21 03:08:50.826 INFO STEP 204 (remove_files) COMPLETE
49702024-12-21T03:08:51.497Z[ recovery-image] Dec 21 03:08:50.826 INFO O| Dec 21 03:08:50.826 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-21T03:08:51.551Z[ recovery-image] Dec 21 03:08:50.886 INFO O| Dec 21 03:08:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49722024-12-21T03:08:51.552Z[ recovery-image] Dec 21 03:08:50.887 INFO O| Dec 21 03:08:50.886 INFO STEP 205 (remove_files) COMPLETE
49732024-12-21T03:08:51.552Z[ recovery-image] Dec 21 03:08:50.887 INFO O| Dec 21 03:08:50.887 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-21T03:08:51.590Z[ recovery-image] Dec 21 03:08:50.925 INFO O| Dec 21 03:08:50.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49752024-12-21T03:08:51.594Z[ recovery-image] Dec 21 03:08:50.929 INFO O| Dec 21 03:08:50.929 INFO STEP 206 (remove_files) COMPLETE
49762024-12-21T03:08:51.594Z[ recovery-image] Dec 21 03:08:50.929 INFO O| Dec 21 03:08:50.929 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-21T03:08:51.648Z[ recovery-image] Dec 21 03:08:50.981 INFO O| Dec 21 03:08:50.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49782024-12-21T03:08:51.653Z[ recovery-image] Dec 21 03:08:50.981 INFO O| Dec 21 03:08:50.981 INFO STEP 207 (remove_files) COMPLETE
49792024-12-21T03:08:51.653Z[ recovery-image] Dec 21 03:08:50.981 INFO O| Dec 21 03:08:50.981 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-21T03:08:51.669Z[ recovery-image] Dec 21 03:08:51.004 INFO O| Dec 21 03:08:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49812024-12-21T03:08:51.669Z[ recovery-image] Dec 21 03:08:51.004 INFO O| Dec 21 03:08:51.004 INFO STEP 208 (remove_files) COMPLETE
49822024-12-21T03:08:51.669Z[ recovery-image] Dec 21 03:08:51.004 INFO O| Dec 21 03:08:51.004 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-21T03:08:51.689Z[ recovery-image] Dec 21 03:08:51.024 INFO O| Dec 21 03:08:51.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49842024-12-21T03:08:51.709Z[ recovery-image] Dec 21 03:08:51.044 INFO O| Dec 21 03:08:51.044 INFO STEP 209 (remove_files) COMPLETE
49852024-12-21T03:08:51.709Z[ recovery-image] Dec 21 03:08:51.044 INFO O| Dec 21 03:08:51.044 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-21T03:08:51.745Z[ recovery-image] Dec 21 03:08:51.080 INFO O| Dec 21 03:08:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49872024-12-21T03:08:51.745Z[ recovery-image] Dec 21 03:08:51.080 INFO O| Dec 21 03:08:51.080 INFO STEP 210 (remove_files) COMPLETE
49882024-12-21T03:08:51.745Z[ recovery-image] Dec 21 03:08:51.080 INFO O| Dec 21 03:08:51.080 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-21T03:08:51.763Z[ recovery-image] Dec 21 03:08:51.098 INFO O| Dec 21 03:08:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49902024-12-21T03:08:51.763Z[ recovery-image] Dec 21 03:08:51.098 INFO O| Dec 21 03:08:51.098 INFO STEP 211 (remove_files) COMPLETE
49912024-12-21T03:08:51.768Z[ recovery-image] Dec 21 03:08:51.099 INFO O| Dec 21 03:08:51.098 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-21T03:08:51.780Z[ recovery-image] Dec 21 03:08:51.116 INFO O| Dec 21 03:08:51.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49932024-12-21T03:08:51.783Z[ recovery-image] Dec 21 03:08:51.116 INFO O| Dec 21 03:08:51.116 INFO STEP 212 (remove_files) COMPLETE
49942024-12-21T03:08:51.783Z[ recovery-image] Dec 21 03:08:51.116 INFO O| Dec 21 03:08:51.116 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-21T03:08:51.799Z[ recovery-image] Dec 21 03:08:51.134 INFO O| Dec 21 03:08:51.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49962024-12-21T03:08:51.799Z[ recovery-image] Dec 21 03:08:51.134 INFO O| Dec 21 03:08:51.134 INFO STEP 213 (remove_files) COMPLETE
49972024-12-21T03:08:51.799Z[ recovery-image] Dec 21 03:08:51.134 INFO O| Dec 21 03:08:51.134 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-21T03:08:51.817Z[ recovery-image] Dec 21 03:08:51.152 INFO O| Dec 21 03:08:51.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49992024-12-21T03:08:51.822Z[ recovery-image] Dec 21 03:08:51.152 INFO O| Dec 21 03:08:51.152 INFO STEP 214 (remove_files) COMPLETE
50002024-12-21T03:08:51.822Z[ recovery-image] Dec 21 03:08:51.152 INFO O| Dec 21 03:08:51.152 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-21T03:08:51.842Z[ recovery-image] Dec 21 03:08:51.176 INFO O| Dec 21 03:08:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50022024-12-21T03:08:51.845Z[ recovery-image] Dec 21 03:08:51.177 INFO O| Dec 21 03:08:51.176 INFO STEP 215 (remove_files) COMPLETE
50032024-12-21T03:08:51.845Z[ recovery-image] Dec 21 03:08:51.177 INFO O| Dec 21 03:08:51.177 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-21T03:08:51.860Z[ recovery-image] Dec 21 03:08:51.195 INFO O| Dec 21 03:08:51.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50052024-12-21T03:08:51.862Z[ recovery-image] Dec 21 03:08:51.195 INFO O| Dec 21 03:08:51.195 INFO STEP 216 (remove_files) COMPLETE
50062024-12-21T03:08:51.862Z[ recovery-image] Dec 21 03:08:51.196 INFO O| Dec 21 03:08:51.196 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-21T03:08:51.878Z[ recovery-image] Dec 21 03:08:51.213 INFO O| Dec 21 03:08:51.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50082024-12-21T03:08:51.881Z[ recovery-image] Dec 21 03:08:51.213 INFO O| Dec 21 03:08:51.213 INFO STEP 217 (remove_files) COMPLETE
50092024-12-21T03:08:51.881Z[ recovery-image] Dec 21 03:08:51.213 INFO O| Dec 21 03:08:51.213 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-21T03:08:51.895Z[ recovery-image] Dec 21 03:08:51.231 INFO O| Dec 21 03:08:51.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50112024-12-21T03:08:51.900Z[ recovery-image] Dec 21 03:08:51.231 INFO O| Dec 21 03:08:51.231 INFO STEP 218 (remove_files) COMPLETE
50122024-12-21T03:08:51.900Z[ recovery-image] Dec 21 03:08:51.231 INFO O| Dec 21 03:08:51.231 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-21T03:08:51.911Z[ host-image] Dec 21 03:08:51.246 INFO O| Dec 21 03:08:51.246 INFO O| Done
50142024-12-21T03:08:51.956Z[ recovery-image] Dec 21 03:08:51.291 INFO O| Dec 21 03:08:51.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50152024-12-21T03:08:51.958Z[ recovery-image] Dec 21 03:08:51.291 INFO O| Dec 21 03:08:51.291 INFO STEP 219 (remove_files) COMPLETE
50162024-12-21T03:08:51.958Z[ recovery-image] Dec 21 03:08:51.291 INFO O| Dec 21 03:08:51.291 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-21T03:08:51.978Z[ host-image] Dec 21 03:08:51.313 INFO O| Dec 21 03:08:51.313 INFO O| Done
50182024-12-21T03:08:51.979Z[ host-image] Dec 21 03:08:51.313 INFO O| Dec 21 03:08:51.313 INFO O| Done
50192024-12-21T03:08:51.998Z[ recovery-image] Dec 21 03:08:51.333 INFO O| Dec 21 03:08:51.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50202024-12-21T03:08:51.998Z[ recovery-image] Dec 21 03:08:51.333 INFO O| Dec 21 03:08:51.333 INFO STEP 220 (remove_files) COMPLETE
50212024-12-21T03:08:52.001Z[ recovery-image] Dec 21 03:08:51.333 INFO O| Dec 21 03:08:51.333 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-21T03:08:52.004Z[ host-image] Dec 21 03:08:51.340 INFO O| Dec 21 03:08:51.340 INFO O| Done
50232024-12-21T03:08:52.019Z[ recovery-image] Dec 21 03:08:51.354 INFO O| Dec 21 03:08:51.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50242024-12-21T03:08:52.019Z[ recovery-image] Dec 21 03:08:51.354 INFO O| Dec 21 03:08:51.354 INFO STEP 221 (remove_files) COMPLETE
50252024-12-21T03:08:52.019Z[ recovery-image] Dec 21 03:08:51.354 INFO O| Dec 21 03:08:51.354 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-21T03:08:52.044Z[ recovery-image] Dec 21 03:08:51.378 INFO O| Dec 21 03:08:51.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50272024-12-21T03:08:52.044Z[ recovery-image] Dec 21 03:08:51.378 INFO O| Dec 21 03:08:51.378 INFO STEP 222 (remove_files) COMPLETE
50282024-12-21T03:08:52.044Z[ recovery-image] Dec 21 03:08:51.378 INFO O| Dec 21 03:08:51.378 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-21T03:08:52.080Z[ recovery-image] Dec 21 03:08:51.415 INFO O| Dec 21 03:08:51.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50302024-12-21T03:08:52.080Z[ recovery-image] Dec 21 03:08:51.416 INFO O| Dec 21 03:08:51.416 INFO STEP 223 (remove_files) COMPLETE
50312024-12-21T03:08:52.080Z[ recovery-image] Dec 21 03:08:51.416 INFO O| Dec 21 03:08:51.416 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-21T03:08:52.135Z[ recovery-image] Dec 21 03:08:51.470 INFO O| Dec 21 03:08:51.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50332024-12-21T03:08:52.139Z[ recovery-image] Dec 21 03:08:51.470 INFO O| Dec 21 03:08:51.470 INFO STEP 224 (remove_files) COMPLETE
50342024-12-21T03:08:52.139Z[ recovery-image] Dec 21 03:08:51.470 INFO O| Dec 21 03:08:51.470 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-21T03:08:52.196Z[ recovery-image] Dec 21 03:08:51.531 INFO O| Dec 21 03:08:51.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50362024-12-21T03:08:52.196Z[ recovery-image] Dec 21 03:08:51.531 INFO O| Dec 21 03:08:51.531 INFO STEP 225 (remove_files) COMPLETE
50372024-12-21T03:08:52.196Z[ recovery-image] Dec 21 03:08:51.531 INFO O| Dec 21 03:08:51.531 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-21T03:08:52.211Z[ host-image] Dec 21 03:08:51.547 INFO O| Dec 21 03:08:51.546 INFO STEP 12 (pkg_install) COMPLETE
50392024-12-21T03:08:52.211Z[ host-image] Dec 21 03:08:51.547 INFO O| Dec 21 03:08:51.547 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
50402024-12-21T03:08:52.221Z[ recovery-image] Dec 21 03:08:51.556 INFO O| Dec 21 03:08:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50412024-12-21T03:08:52.221Z[ recovery-image] Dec 21 03:08:51.556 INFO O| Dec 21 03:08:51.556 INFO STEP 226 (remove_files) COMPLETE
50422024-12-21T03:08:52.229Z[ recovery-image] Dec 21 03:08:51.564 INFO O| Dec 21 03:08:51.564 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-21T03:08:52.232Z[ host-image] Dec 21 03:08:51.565 INFO O| Dec 21 03:08:51.564 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
50442024-12-21T03:08:52.263Z[ recovery-image] Dec 21 03:08:51.597 INFO O| Dec 21 03:08:51.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50452024-12-21T03:08:52.263Z[ recovery-image] Dec 21 03:08:51.597 INFO O| Dec 21 03:08:51.597 INFO STEP 227 (remove_files) COMPLETE
50462024-12-21T03:08:52.264Z[ recovery-image] Dec 21 03:08:51.597 INFO O| Dec 21 03:08:51.597 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-21T03:08:52.282Z[ recovery-image] Dec 21 03:08:51.616 INFO O| Dec 21 03:08:51.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50482024-12-21T03:08:52.282Z[ recovery-image] Dec 21 03:08:51.617 INFO O| Dec 21 03:08:51.617 INFO STEP 228 (remove_files) COMPLETE
50492024-12-21T03:08:52.286Z[ recovery-image] Dec 21 03:08:51.617 INFO O| Dec 21 03:08:51.617 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-21T03:08:52.342Z[ recovery-image] Dec 21 03:08:51.673 INFO O| Dec 21 03:08:51.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50512024-12-21T03:08:52.342Z[ recovery-image] Dec 21 03:08:51.673 INFO O| Dec 21 03:08:51.673 INFO STEP 229 (remove_files) COMPLETE
50522024-12-21T03:08:52.342Z[ recovery-image] Dec 21 03:08:51.673 INFO O| Dec 21 03:08:51.673 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-21T03:08:52.357Z[ recovery-image] Dec 21 03:08:51.692 INFO O| Dec 21 03:08:51.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50542024-12-21T03:08:52.357Z[ recovery-image] Dec 21 03:08:51.692 INFO O| Dec 21 03:08:51.692 INFO STEP 230 (remove_files) COMPLETE
50552024-12-21T03:08:52.357Z[ recovery-image] Dec 21 03:08:51.692 INFO O| Dec 21 03:08:51.692 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-21T03:08:52.387Z[ recovery-image] Dec 21 03:08:51.722 INFO O| Dec 21 03:08:51.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50572024-12-21T03:08:52.392Z[ recovery-image] Dec 21 03:08:51.722 INFO O| Dec 21 03:08:51.722 INFO STEP 231 (remove_files) COMPLETE
50582024-12-21T03:08:52.392Z[ recovery-image] Dec 21 03:08:51.722 INFO O| Dec 21 03:08:51.722 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-21T03:08:52.415Z[ recovery-image] Dec 21 03:08:51.741 INFO O| Dec 21 03:08:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50602024-12-21T03:08:52.415Z[ recovery-image] Dec 21 03:08:51.741 INFO O| Dec 21 03:08:51.741 INFO STEP 232 (remove_files) COMPLETE
50612024-12-21T03:08:52.415Z[ recovery-image] Dec 21 03:08:51.741 INFO O| Dec 21 03:08:51.741 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-21T03:08:52.424Z[ recovery-image] Dec 21 03:08:51.759 INFO O| Dec 21 03:08:51.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50632024-12-21T03:08:52.424Z[ recovery-image] Dec 21 03:08:51.759 INFO O| Dec 21 03:08:51.759 INFO STEP 233 (remove_files) COMPLETE
50642024-12-21T03:08:52.424Z[ recovery-image] Dec 21 03:08:51.759 INFO O| Dec 21 03:08:51.759 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-21T03:08:52.467Z[ recovery-image] Dec 21 03:08:51.801 INFO O| Dec 21 03:08:51.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50662024-12-21T03:08:52.467Z[ recovery-image] Dec 21 03:08:51.801 INFO O| Dec 21 03:08:51.801 INFO STEP 234 (remove_files) COMPLETE
50672024-12-21T03:08:52.467Z[ recovery-image] Dec 21 03:08:51.801 INFO O| Dec 21 03:08:51.801 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-21T03:08:52.509Z[ recovery-image] Dec 21 03:08:51.838 INFO O| Dec 21 03:08:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50692024-12-21T03:08:52.512Z[ recovery-image] Dec 21 03:08:51.839 INFO O| Dec 21 03:08:51.839 INFO STEP 235 (remove_files) COMPLETE
50702024-12-21T03:08:52.512Z[ recovery-image] Dec 21 03:08:51.839 INFO O| Dec 21 03:08:51.839 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-21T03:08:52.533Z[ recovery-image] Dec 21 03:08:51.868 INFO O| Dec 21 03:08:51.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50722024-12-21T03:08:52.554Z[ recovery-image] Dec 21 03:08:51.889 INFO O| Dec 21 03:08:51.889 INFO STEP 236 (remove_files) COMPLETE
50732024-12-21T03:08:52.554Z[ recovery-image] Dec 21 03:08:51.889 INFO O| Dec 21 03:08:51.889 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-21T03:08:52.573Z[ recovery-image] Dec 21 03:08:51.908 INFO O| Dec 21 03:08:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50752024-12-21T03:08:52.579Z[ recovery-image] Dec 21 03:08:51.909 INFO O| Dec 21 03:08:51.909 INFO STEP 237 (remove_files) COMPLETE
50762024-12-21T03:08:52.579Z[ recovery-image] Dec 21 03:08:51.909 INFO O| Dec 21 03:08:51.909 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-21T03:08:52.593Z[ recovery-image] Dec 21 03:08:51.928 INFO O| Dec 21 03:08:51.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50782024-12-21T03:08:52.603Z[ recovery-image] Dec 21 03:08:51.928 INFO O| Dec 21 03:08:51.928 INFO STEP 238 (remove_files) COMPLETE
50792024-12-21T03:08:52.603Z[ recovery-image] Dec 21 03:08:51.928 INFO O| Dec 21 03:08:51.928 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-21T03:08:52.627Z[ recovery-image] Dec 21 03:08:51.963 INFO O| Dec 21 03:08:51.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50812024-12-21T03:08:52.628Z[ recovery-image] Dec 21 03:08:51.963 INFO O| Dec 21 03:08:51.963 INFO STEP 239 (remove_files) COMPLETE
50822024-12-21T03:08:52.631Z[ recovery-image] Dec 21 03:08:51.963 INFO O| Dec 21 03:08:51.963 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-21T03:08:52.662Z[ recovery-image] Dec 21 03:08:51.997 INFO O| Dec 21 03:08:51.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50842024-12-21T03:08:52.662Z[ recovery-image] Dec 21 03:08:51.997 INFO O| Dec 21 03:08:51.997 INFO STEP 240 (remove_files) COMPLETE
50852024-12-21T03:08:52.665Z[ recovery-image] Dec 21 03:08:51.997 INFO O| Dec 21 03:08:51.997 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-21T03:08:52.699Z[ recovery-image] Dec 21 03:08:52.034 INFO O| Dec 21 03:08:52.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50872024-12-21T03:08:52.701Z[ recovery-image] Dec 21 03:08:52.034 INFO O| Dec 21 03:08:52.034 INFO STEP 241 (remove_files) COMPLETE
50882024-12-21T03:08:52.701Z[ recovery-image] Dec 21 03:08:52.034 INFO O| Dec 21 03:08:52.034 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-21T03:08:52.718Z[ recovery-image] Dec 21 03:08:52.053 INFO O| Dec 21 03:08:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50902024-12-21T03:08:52.718Z[ recovery-image] Dec 21 03:08:52.053 INFO O| Dec 21 03:08:52.053 INFO STEP 242 (remove_files) COMPLETE
50912024-12-21T03:08:52.718Z[ recovery-image] Dec 21 03:08:52.053 INFO O| Dec 21 03:08:52.053 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-21T03:08:52.754Z[ recovery-image] Dec 21 03:08:52.089 INFO O| Dec 21 03:08:52.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50932024-12-21T03:08:52.754Z[ recovery-image] Dec 21 03:08:52.089 INFO O| Dec 21 03:08:52.089 INFO STEP 243 (remove_files) COMPLETE
50942024-12-21T03:08:52.754Z[ recovery-image] Dec 21 03:08:52.089 INFO O| Dec 21 03:08:52.089 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-21T03:08:52.774Z[ recovery-image] Dec 21 03:08:52.108 INFO O| Dec 21 03:08:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50962024-12-21T03:08:52.774Z[ recovery-image] Dec 21 03:08:52.108 INFO O| Dec 21 03:08:52.108 INFO STEP 244 (remove_files) COMPLETE
50972024-12-21T03:08:52.774Z[ recovery-image] Dec 21 03:08:52.108 INFO O| Dec 21 03:08:52.108 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-21T03:08:52.803Z[ recovery-image] Dec 21 03:08:52.138 INFO O| Dec 21 03:08:52.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50992024-12-21T03:08:52.803Z[ recovery-image] Dec 21 03:08:52.138 INFO O| Dec 21 03:08:52.138 INFO STEP 245 (remove_files) COMPLETE
51002024-12-21T03:08:52.803Z[ recovery-image] Dec 21 03:08:52.138 INFO O| Dec 21 03:08:52.138 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-21T03:08:52.822Z[ recovery-image] Dec 21 03:08:52.157 INFO O| Dec 21 03:08:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51022024-12-21T03:08:52.823Z[ recovery-image] Dec 21 03:08:52.157 INFO O| Dec 21 03:08:52.157 INFO STEP 246 (remove_files) COMPLETE
51032024-12-21T03:08:52.827Z[ recovery-image] Dec 21 03:08:52.157 INFO O| Dec 21 03:08:52.157 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-21T03:08:52.845Z[ recovery-image] Dec 21 03:08:52.180 INFO O| Dec 21 03:08:52.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51052024-12-21T03:08:52.850Z[ recovery-image] Dec 21 03:08:52.181 INFO O| Dec 21 03:08:52.180 INFO STEP 247 (remove_files) COMPLETE
51062024-12-21T03:08:52.850Z[ recovery-image] Dec 21 03:08:52.181 INFO O| Dec 21 03:08:52.181 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-21T03:08:52.879Z[ recovery-image] Dec 21 03:08:52.214 INFO O| Dec 21 03:08:52.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51082024-12-21T03:08:52.881Z[ recovery-image] Dec 21 03:08:52.215 INFO O| Dec 21 03:08:52.214 INFO STEP 248 (remove_files) COMPLETE
51092024-12-21T03:08:52.881Z[ recovery-image] Dec 21 03:08:52.215 INFO O| Dec 21 03:08:52.215 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-21T03:08:53.077Z[ recovery-image] Dec 21 03:08:52.412 INFO O| Dec 21 03:08:52.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51112024-12-21T03:08:53.101Z[ recovery-image] Dec 21 03:08:52.436 INFO O| Dec 21 03:08:52.436 INFO STEP 249 (remove_files) COMPLETE
51122024-12-21T03:08:53.101Z[ recovery-image] Dec 21 03:08:52.436 INFO O| Dec 21 03:08:52.436 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-21T03:08:53.146Z[ recovery-image] Dec 21 03:08:52.481 INFO O| Dec 21 03:08:52.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51142024-12-21T03:08:53.150Z[ recovery-image] Dec 21 03:08:52.481 INFO O| Dec 21 03:08:52.481 INFO STEP 250 (remove_files) COMPLETE
51152024-12-21T03:08:53.151Z[ recovery-image] Dec 21 03:08:52.481 INFO O| Dec 21 03:08:52.481 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-21T03:08:53.187Z[ recovery-image] Dec 21 03:08:52.521 INFO O| Dec 21 03:08:52.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51172024-12-21T03:08:53.189Z[ recovery-image] Dec 21 03:08:52.522 INFO O| Dec 21 03:08:52.522 INFO STEP 251 (remove_files) COMPLETE
51182024-12-21T03:08:53.189Z[ recovery-image] Dec 21 03:08:52.522 INFO O| Dec 21 03:08:52.522 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-21T03:08:53.248Z[ recovery-image] Dec 21 03:08:52.583 INFO O| Dec 21 03:08:52.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51202024-12-21T03:08:53.251Z[ recovery-image] Dec 21 03:08:52.584 INFO O| Dec 21 03:08:52.584 INFO STEP 252 (remove_files) COMPLETE
51212024-12-21T03:08:53.251Z[ recovery-image] Dec 21 03:08:52.584 INFO O| Dec 21 03:08:52.584 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-21T03:08:53.267Z[ recovery-image] Dec 21 03:08:52.602 INFO O| Dec 21 03:08:52.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51232024-12-21T03:08:53.267Z[ recovery-image] Dec 21 03:08:52.602 INFO O| Dec 21 03:08:52.602 INFO STEP 253 (remove_files) COMPLETE
51242024-12-21T03:08:53.270Z[ recovery-image] Dec 21 03:08:52.602 INFO O| Dec 21 03:08:52.602 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-21T03:08:53.285Z[ recovery-image] Dec 21 03:08:52.620 INFO O| Dec 21 03:08:52.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51262024-12-21T03:08:53.285Z[ recovery-image] Dec 21 03:08:52.620 INFO O| Dec 21 03:08:52.620 INFO STEP 254 (remove_files) COMPLETE
51272024-12-21T03:08:53.288Z[ recovery-image] Dec 21 03:08:52.621 INFO O| Dec 21 03:08:52.620 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-21T03:08:53.305Z[ recovery-image] Dec 21 03:08:52.639 INFO O| Dec 21 03:08:52.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51292024-12-21T03:08:53.306Z[ recovery-image] Dec 21 03:08:52.639 INFO O| Dec 21 03:08:52.639 INFO STEP 255 (remove_files) COMPLETE
51302024-12-21T03:08:53.309Z[ recovery-image] Dec 21 03:08:52.639 INFO O| Dec 21 03:08:52.639 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-21T03:08:53.323Z[ recovery-image] Dec 21 03:08:52.658 INFO O| Dec 21 03:08:52.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51322024-12-21T03:08:53.344Z[ recovery-image] Dec 21 03:08:52.679 INFO O| Dec 21 03:08:52.679 INFO STEP 256 (remove_files) COMPLETE
51332024-12-21T03:08:53.344Z[ recovery-image] Dec 21 03:08:52.679 INFO O| Dec 21 03:08:52.679 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-21T03:08:53.379Z[ recovery-image] Dec 21 03:08:52.714 INFO O| Dec 21 03:08:52.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51352024-12-21T03:08:53.379Z[ recovery-image] Dec 21 03:08:52.714 INFO O| Dec 21 03:08:52.714 INFO STEP 257 (remove_files) COMPLETE
51362024-12-21T03:08:53.379Z[ recovery-image] Dec 21 03:08:52.714 INFO O| Dec 21 03:08:52.714 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-21T03:08:53.410Z[ recovery-image] Dec 21 03:08:52.745 INFO O| Dec 21 03:08:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51382024-12-21T03:08:53.430Z[ recovery-image] Dec 21 03:08:52.765 INFO O| Dec 21 03:08:52.765 INFO STEP 258 (remove_files) COMPLETE
51392024-12-21T03:08:53.430Z[ recovery-image] Dec 21 03:08:52.765 INFO O| Dec 21 03:08:52.765 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-21T03:08:53.474Z[ recovery-image] Dec 21 03:08:52.809 INFO O| Dec 21 03:08:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51412024-12-21T03:08:53.474Z[ recovery-image] Dec 21 03:08:52.809 INFO O| Dec 21 03:08:52.809 INFO STEP 259 (remove_files) COMPLETE
51422024-12-21T03:08:53.474Z[ recovery-image] Dec 21 03:08:52.809 INFO O| Dec 21 03:08:52.809 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-21T03:08:53.505Z[ recovery-image] Dec 21 03:08:52.840 INFO O| Dec 21 03:08:52.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51442024-12-21T03:08:53.505Z[ recovery-image] Dec 21 03:08:52.840 INFO O| Dec 21 03:08:52.840 INFO STEP 260 (remove_files) COMPLETE
51452024-12-21T03:08:53.505Z[ recovery-image] Dec 21 03:08:52.840 INFO O| Dec 21 03:08:52.840 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-21T03:08:53.550Z[ recovery-image] Dec 21 03:08:52.883 INFO O| Dec 21 03:08:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51472024-12-21T03:08:53.554Z[ recovery-image] Dec 21 03:08:52.884 INFO O| Dec 21 03:08:52.884 INFO STEP 261 (remove_files) COMPLETE
51482024-12-21T03:08:53.554Z[ recovery-image] Dec 21 03:08:52.884 INFO O| Dec 21 03:08:52.884 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-21T03:08:53.569Z[ host-image] Dec 21 03:08:52.904 INFO O| Dec 21 03:08:52.904 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
51502024-12-21T03:08:53.609Z[ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51512024-12-21T03:08:53.611Z[ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO STEP 262 (remove_files) COMPLETE
51522024-12-21T03:08:53.611Z[ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-21T03:08:53.662Z[ recovery-image] Dec 21 03:08:52.996 INFO O| Dec 21 03:08:52.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51542024-12-21T03:08:53.668Z[ recovery-image] Dec 21 03:08:52.997 INFO O| Dec 21 03:08:52.996 INFO STEP 263 (remove_files) COMPLETE
51552024-12-21T03:08:53.668Z[ recovery-image] Dec 21 03:08:52.997 INFO O| Dec 21 03:08:52.997 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-21T03:08:53.690Z[ recovery-image] Dec 21 03:08:53.025 INFO O| Dec 21 03:08:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51572024-12-21T03:08:53.693Z[ recovery-image] Dec 21 03:08:53.025 INFO O| Dec 21 03:08:53.025 INFO STEP 264 (remove_files) COMPLETE
51582024-12-21T03:08:53.693Z[ recovery-image] Dec 21 03:08:53.025 INFO O| Dec 21 03:08:53.025 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-21T03:08:53.748Z[ recovery-image] Dec 21 03:08:53.082 INFO O| Dec 21 03:08:53.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51602024-12-21T03:08:53.748Z[ recovery-image] Dec 21 03:08:53.082 INFO O| Dec 21 03:08:53.082 INFO STEP 265 (remove_files) COMPLETE
51612024-12-21T03:08:53.748Z[ recovery-image] Dec 21 03:08:53.082 INFO O| Dec 21 03:08:53.082 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-21T03:08:53.806Z[ recovery-image] Dec 21 03:08:53.140 INFO O| Dec 21 03:08:53.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51632024-12-21T03:08:53.806Z[ recovery-image] Dec 21 03:08:53.141 INFO O| Dec 21 03:08:53.140 INFO STEP 266 (remove_files) COMPLETE
51642024-12-21T03:08:53.810Z[ recovery-image] Dec 21 03:08:53.141 INFO O| Dec 21 03:08:53.141 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-21T03:08:53.824Z[ recovery-image] Dec 21 03:08:53.158 INFO O| Dec 21 03:08:53.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51662024-12-21T03:08:53.824Z[ recovery-image] Dec 21 03:08:53.158 INFO O| Dec 21 03:08:53.158 INFO STEP 267 (remove_files) COMPLETE
51672024-12-21T03:08:53.827Z[ recovery-image] Dec 21 03:08:53.159 INFO O| Dec 21 03:08:53.158 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-21T03:08:53.841Z[ recovery-image] Dec 21 03:08:53.176 INFO O| Dec 21 03:08:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51692024-12-21T03:08:53.842Z[ recovery-image] Dec 21 03:08:53.177 INFO O| Dec 21 03:08:53.177 INFO STEP 268 (remove_files) COMPLETE
51702024-12-21T03:08:53.842Z[ recovery-image] Dec 21 03:08:53.177 INFO O| Dec 21 03:08:53.177 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-21T03:08:53.872Z[ recovery-image] Dec 21 03:08:53.206 INFO O| Dec 21 03:08:53.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51722024-12-21T03:08:53.872Z[ recovery-image] Dec 21 03:08:53.206 INFO O| Dec 21 03:08:53.206 INFO STEP 269 (remove_files) COMPLETE
51732024-12-21T03:08:53.872Z[ recovery-image] Dec 21 03:08:53.206 INFO O| Dec 21 03:08:53.206 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-21T03:08:53.910Z[ recovery-image] Dec 21 03:08:53.245 INFO O| Dec 21 03:08:53.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51752024-12-21T03:08:53.910Z[ recovery-image] Dec 21 03:08:53.245 INFO O| Dec 21 03:08:53.245 INFO STEP 270 (remove_files) COMPLETE
51762024-12-21T03:08:53.915Z[ recovery-image] Dec 21 03:08:53.245 INFO O| Dec 21 03:08:53.245 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-21T03:08:53.933Z[ recovery-image] Dec 21 03:08:53.267 INFO O| Dec 21 03:08:53.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51782024-12-21T03:08:53.939Z[ recovery-image] Dec 21 03:08:53.272 INFO O| Dec 21 03:08:53.272 INFO STEP 271 (remove_files) COMPLETE
51792024-12-21T03:08:53.939Z[ recovery-image] Dec 21 03:08:53.272 INFO O| Dec 21 03:08:53.272 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-21T03:08:53.983Z[ recovery-image] Dec 21 03:08:53.316 INFO O| Dec 21 03:08:53.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51812024-12-21T03:08:53.992Z[ recovery-image] Dec 21 03:08:53.327 INFO O| Dec 21 03:08:53.327 INFO STEP 272 (remove_files) COMPLETE
51822024-12-21T03:08:53.993Z[ recovery-image] Dec 21 03:08:53.327 INFO O| Dec 21 03:08:53.327 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-21T03:08:54.051Z[ recovery-image] Dec 21 03:08:53.386 INFO O| Dec 21 03:08:53.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51842024-12-21T03:08:54.051Z[ recovery-image] Dec 21 03:08:53.386 INFO O| Dec 21 03:08:53.386 INFO STEP 273 (remove_files) COMPLETE
51852024-12-21T03:08:54.051Z[ recovery-image] Dec 21 03:08:53.386 INFO O| Dec 21 03:08:53.386 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-21T03:08:54.072Z[ recovery-image] Dec 21 03:08:53.405 INFO O| Dec 21 03:08:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51872024-12-21T03:08:54.072Z[ recovery-image] Dec 21 03:08:53.405 INFO O| Dec 21 03:08:53.405 INFO STEP 274 (remove_files) COMPLETE
51882024-12-21T03:08:54.073Z[ recovery-image] Dec 21 03:08:53.406 INFO O| Dec 21 03:08:53.405 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-21T03:08:54.129Z[ recovery-image] Dec 21 03:08:53.464 INFO O| Dec 21 03:08:53.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51902024-12-21T03:08:54.129Z[ recovery-image] Dec 21 03:08:53.464 INFO O| Dec 21 03:08:53.464 INFO STEP 275 (remove_files) COMPLETE
51912024-12-21T03:08:54.129Z[ recovery-image] Dec 21 03:08:53.464 INFO O| Dec 21 03:08:53.464 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-21T03:08:54.149Z[ recovery-image] Dec 21 03:08:53.483 INFO O| Dec 21 03:08:53.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51932024-12-21T03:08:54.149Z[ recovery-image] Dec 21 03:08:53.483 INFO O| Dec 21 03:08:53.483 INFO STEP 276 (remove_files) COMPLETE
51942024-12-21T03:08:54.152Z[ recovery-image] Dec 21 03:08:53.483 INFO O| Dec 21 03:08:53.483 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-21T03:08:54.169Z[ recovery-image] Dec 21 03:08:53.502 INFO O| Dec 21 03:08:53.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51962024-12-21T03:08:54.169Z[ recovery-image] Dec 21 03:08:53.502 INFO O| Dec 21 03:08:53.502 INFO STEP 277 (remove_files) COMPLETE
51972024-12-21T03:08:54.182Z[ recovery-image] Dec 21 03:08:53.502 INFO O| Dec 21 03:08:53.502 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-21T03:08:54.193Z[ recovery-image] Dec 21 03:08:53.520 INFO O| Dec 21 03:08:53.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51992024-12-21T03:08:54.193Z[ recovery-image] Dec 21 03:08:53.520 INFO O| Dec 21 03:08:53.520 INFO STEP 278 (remove_files) COMPLETE
52002024-12-21T03:08:54.193Z[ recovery-image] Dec 21 03:08:53.520 INFO O| Dec 21 03:08:53.520 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-21T03:08:54.204Z[ recovery-image] Dec 21 03:08:53.538 INFO O| Dec 21 03:08:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52022024-12-21T03:08:54.207Z[ recovery-image] Dec 21 03:08:53.538 INFO O| Dec 21 03:08:53.538 INFO STEP 279 (remove_files) COMPLETE
52032024-12-21T03:08:54.207Z[ recovery-image] Dec 21 03:08:53.539 INFO O| Dec 21 03:08:53.538 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-21T03:08:54.221Z[ recovery-image] Dec 21 03:08:53.555 INFO O| Dec 21 03:08:53.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52052024-12-21T03:08:54.224Z[ recovery-image] Dec 21 03:08:53.556 INFO O| Dec 21 03:08:53.556 INFO STEP 280 (remove_files) COMPLETE
52062024-12-21T03:08:54.224Z[ recovery-image] Dec 21 03:08:53.556 INFO O| Dec 21 03:08:53.556 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-21T03:08:54.237Z[ recovery-image] Dec 21 03:08:53.572 INFO O| Dec 21 03:08:53.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52082024-12-21T03:08:54.237Z[ recovery-image] Dec 21 03:08:53.572 INFO O| Dec 21 03:08:53.572 INFO STEP 281 (remove_files) COMPLETE
52092024-12-21T03:08:54.242Z[ recovery-image] Dec 21 03:08:53.572 INFO O| Dec 21 03:08:53.572 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-21T03:08:54.260Z[ recovery-image] Dec 21 03:08:53.590 INFO O| Dec 21 03:08:53.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52112024-12-21T03:08:54.260Z[ recovery-image] Dec 21 03:08:53.590 INFO O| Dec 21 03:08:53.590 INFO STEP 282 (remove_files) COMPLETE
52122024-12-21T03:08:54.263Z[ recovery-image] Dec 21 03:08:53.590 INFO O| Dec 21 03:08:53.590 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-21T03:08:54.272Z[ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52142024-12-21T03:08:54.272Z[ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.607 INFO STEP 283 (remove_files) COMPLETE
52152024-12-21T03:08:54.272Z[ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.607 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-21T03:08:54.310Z[ recovery-image] Dec 21 03:08:53.644 INFO O| Dec 21 03:08:53.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52172024-12-21T03:08:54.310Z[ recovery-image] Dec 21 03:08:53.644 INFO O| Dec 21 03:08:53.644 INFO STEP 284 (remove_files) COMPLETE
52182024-12-21T03:08:54.310Z[ recovery-image] Dec 21 03:08:53.644 INFO O| Dec 21 03:08:53.644 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-21T03:08:54.338Z[ recovery-image] Dec 21 03:08:53.673 INFO O| Dec 21 03:08:53.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52202024-12-21T03:08:54.343Z[ recovery-image] Dec 21 03:08:53.673 INFO O| Dec 21 03:08:53.673 INFO STEP 285 (remove_files) COMPLETE
52212024-12-21T03:08:54.343Z[ recovery-image] Dec 21 03:08:53.674 INFO O| Dec 21 03:08:53.673 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-21T03:08:54.357Z[ recovery-image] Dec 21 03:08:53.692 INFO O| Dec 21 03:08:53.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52232024-12-21T03:08:54.363Z[ recovery-image] Dec 21 03:08:53.693 INFO O| Dec 21 03:08:53.693 INFO STEP 286 (remove_files) COMPLETE
52242024-12-21T03:08:54.364Z[ recovery-image] Dec 21 03:08:53.693 INFO O| Dec 21 03:08:53.693 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-21T03:08:54.377Z[ recovery-image] Dec 21 03:08:53.712 INFO O| Dec 21 03:08:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52262024-12-21T03:08:54.379Z[ recovery-image] Dec 21 03:08:53.712 INFO O| Dec 21 03:08:53.712 INFO STEP 287 (remove_files) COMPLETE
52272024-12-21T03:08:54.380Z[ recovery-image] Dec 21 03:08:53.712 INFO O| Dec 21 03:08:53.712 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-21T03:08:54.396Z[ recovery-image] Dec 21 03:08:53.731 INFO O| Dec 21 03:08:53.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52292024-12-21T03:08:54.398Z[ recovery-image] Dec 21 03:08:53.731 INFO O| Dec 21 03:08:53.731 INFO STEP 288 (remove_files) COMPLETE
52302024-12-21T03:08:54.398Z[ recovery-image] Dec 21 03:08:53.731 INFO O| Dec 21 03:08:53.731 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-21T03:08:54.416Z[ recovery-image] Dec 21 03:08:53.751 INFO O| Dec 21 03:08:53.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52322024-12-21T03:08:54.419Z[ recovery-image] Dec 21 03:08:53.751 INFO O| Dec 21 03:08:53.751 INFO STEP 289 (remove_files) COMPLETE
52332024-12-21T03:08:54.419Z[ recovery-image] Dec 21 03:08:53.751 INFO O| Dec 21 03:08:53.751 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-21T03:08:54.434Z[ recovery-image] Dec 21 03:08:53.769 INFO O| Dec 21 03:08:53.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52352024-12-21T03:08:54.434Z[ recovery-image] Dec 21 03:08:53.769 INFO O| Dec 21 03:08:53.769 INFO STEP 290 (remove_files) COMPLETE
52362024-12-21T03:08:54.438Z[ recovery-image] Dec 21 03:08:53.769 INFO O| Dec 21 03:08:53.769 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-21T03:08:54.478Z[ recovery-image] Dec 21 03:08:53.813 INFO O| Dec 21 03:08:53.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52382024-12-21T03:08:54.478Z[ recovery-image] Dec 21 03:08:53.813 INFO O| Dec 21 03:08:53.813 INFO STEP 291 (remove_files) COMPLETE
52392024-12-21T03:08:54.478Z[ recovery-image] Dec 21 03:08:53.813 INFO O| Dec 21 03:08:53.813 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-21T03:08:54.525Z[ recovery-image] Dec 21 03:08:53.859 INFO O| Dec 21 03:08:53.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52412024-12-21T03:08:54.528Z[ recovery-image] Dec 21 03:08:53.860 INFO O| Dec 21 03:08:53.860 INFO STEP 292 (remove_files) COMPLETE
52422024-12-21T03:08:54.528Z[ recovery-image] Dec 21 03:08:53.860 INFO O| Dec 21 03:08:53.860 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-21T03:08:54.551Z[ recovery-image] Dec 21 03:08:53.885 INFO O| Dec 21 03:08:53.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52442024-12-21T03:08:54.551Z[ recovery-image] Dec 21 03:08:53.885 INFO O| Dec 21 03:08:53.885 INFO STEP 293 (remove_files) COMPLETE
52452024-12-21T03:08:54.554Z[ recovery-image] Dec 21 03:08:53.885 INFO O| Dec 21 03:08:53.885 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-21T03:08:54.610Z[ recovery-image] Dec 21 03:08:53.945 INFO O| Dec 21 03:08:53.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52472024-12-21T03:08:54.610Z[ recovery-image] Dec 21 03:08:53.945 INFO O| Dec 21 03:08:53.945 INFO STEP 294 (remove_files) COMPLETE
52482024-12-21T03:08:54.610Z[ recovery-image] Dec 21 03:08:53.945 INFO O| Dec 21 03:08:53.945 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-21T03:08:54.639Z[ recovery-image] Dec 21 03:08:53.974 INFO O| Dec 21 03:08:53.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52502024-12-21T03:08:54.640Z[ recovery-image] Dec 21 03:08:53.974 INFO O| Dec 21 03:08:53.974 INFO STEP 295 (remove_files) COMPLETE
52512024-12-21T03:08:54.640Z[ recovery-image] Dec 21 03:08:53.974 INFO O| Dec 21 03:08:53.974 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-21T03:08:54.692Z[ recovery-image] Dec 21 03:08:54.026 INFO O| Dec 21 03:08:54.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52532024-12-21T03:08:54.693Z[ recovery-image] Dec 21 03:08:54.026 INFO O| Dec 21 03:08:54.026 INFO STEP 296 (remove_files) COMPLETE
52542024-12-21T03:08:54.698Z[ recovery-image] Dec 21 03:08:54.026 INFO O| Dec 21 03:08:54.026 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-21T03:08:54.726Z[ recovery-image] Dec 21 03:08:54.061 INFO O| Dec 21 03:08:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52562024-12-21T03:08:54.726Z[ recovery-image] Dec 21 03:08:54.061 INFO O| Dec 21 03:08:54.061 INFO STEP 297 (remove_files) COMPLETE
52572024-12-21T03:08:54.726Z[ recovery-image] Dec 21 03:08:54.061 INFO O| Dec 21 03:08:54.061 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-21T03:08:54.745Z[ recovery-image] Dec 21 03:08:54.079 INFO O| Dec 21 03:08:54.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52592024-12-21T03:08:54.745Z[ recovery-image] Dec 21 03:08:54.079 INFO O| Dec 21 03:08:54.079 INFO STEP 298 (remove_files) COMPLETE
52602024-12-21T03:08:54.745Z[ recovery-image] Dec 21 03:08:54.079 INFO O| Dec 21 03:08:54.079 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-21T03:08:54.779Z[ recovery-image] Dec 21 03:08:54.114 INFO O| Dec 21 03:08:54.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52622024-12-21T03:08:54.779Z[ recovery-image] Dec 21 03:08:54.114 INFO O| Dec 21 03:08:54.114 INFO STEP 299 (remove_files) COMPLETE
52632024-12-21T03:08:54.779Z[ recovery-image] Dec 21 03:08:54.114 INFO O| Dec 21 03:08:54.114 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-21T03:08:54.801Z[ recovery-image] Dec 21 03:08:54.135 INFO O| Dec 21 03:08:54.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52652024-12-21T03:08:54.801Z[ recovery-image] Dec 21 03:08:54.135 INFO O| Dec 21 03:08:54.135 INFO STEP 300 (remove_files) COMPLETE
52662024-12-21T03:08:54.805Z[ recovery-image] Dec 21 03:08:54.135 INFO O| Dec 21 03:08:54.135 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-21T03:08:54.822Z[ recovery-image] Dec 21 03:08:54.156 INFO O| Dec 21 03:08:54.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52682024-12-21T03:08:54.822Z[ recovery-image] Dec 21 03:08:54.156 INFO O| Dec 21 03:08:54.156 INFO STEP 301 (remove_files) COMPLETE
52692024-12-21T03:08:54.825Z[ recovery-image] Dec 21 03:08:54.156 INFO O| Dec 21 03:08:54.156 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-21T03:08:54.845Z[ recovery-image] Dec 21 03:08:54.180 INFO O| Dec 21 03:08:54.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52712024-12-21T03:08:54.845Z[ recovery-image] Dec 21 03:08:54.180 INFO O| Dec 21 03:08:54.180 INFO STEP 302 (remove_files) COMPLETE
52722024-12-21T03:08:54.848Z[ recovery-image] Dec 21 03:08:54.180 INFO O| Dec 21 03:08:54.180 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-21T03:08:54.897Z[ recovery-image] Dec 21 03:08:54.231 INFO O| Dec 21 03:08:54.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52742024-12-21T03:08:54.897Z[ recovery-image] Dec 21 03:08:54.231 INFO O| Dec 21 03:08:54.231 INFO STEP 303 (remove_files) COMPLETE
52752024-12-21T03:08:54.902Z[ recovery-image] Dec 21 03:08:54.231 INFO O| Dec 21 03:08:54.231 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-21T03:08:54.933Z[ recovery-image] Dec 21 03:08:54.268 INFO O| Dec 21 03:08:54.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52772024-12-21T03:08:54.933Z[ recovery-image] Dec 21 03:08:54.268 INFO O| Dec 21 03:08:54.268 INFO STEP 304 (remove_files) COMPLETE
52782024-12-21T03:08:54.933Z[ recovery-image] Dec 21 03:08:54.268 INFO O| Dec 21 03:08:54.268 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-21T03:08:54.954Z[ recovery-image] Dec 21 03:08:54.288 INFO O| Dec 21 03:08:54.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52802024-12-21T03:08:54.954Z[ recovery-image] Dec 21 03:08:54.289 INFO O| Dec 21 03:08:54.288 INFO STEP 305 (remove_files) COMPLETE
52812024-12-21T03:08:54.956Z[ recovery-image] Dec 21 03:08:54.289 INFO O| Dec 21 03:08:54.289 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-21T03:08:54.972Z[ recovery-image] Dec 21 03:08:54.307 INFO O| Dec 21 03:08:54.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52832024-12-21T03:08:54.972Z[ recovery-image] Dec 21 03:08:54.307 INFO O| Dec 21 03:08:54.307 INFO STEP 306 (remove_files) COMPLETE
52842024-12-21T03:08:54.975Z[ recovery-image] Dec 21 03:08:54.307 INFO O| Dec 21 03:08:54.307 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-21T03:08:54.991Z[ recovery-image] Dec 21 03:08:54.325 INFO O| Dec 21 03:08:54.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52862024-12-21T03:08:54.991Z[ recovery-image] Dec 21 03:08:54.326 INFO O| Dec 21 03:08:54.326 INFO STEP 307 (remove_files) COMPLETE
52872024-12-21T03:08:54.991Z[ recovery-image] Dec 21 03:08:54.326 INFO O| Dec 21 03:08:54.326 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-21T03:08:55.030Z[ recovery-image] Dec 21 03:08:54.364 INFO O| Dec 21 03:08:54.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52892024-12-21T03:08:55.030Z[ recovery-image] Dec 21 03:08:54.365 INFO O| Dec 21 03:08:54.364 INFO STEP 308 (remove_files) COMPLETE
52902024-12-21T03:08:55.030Z[ recovery-image] Dec 21 03:08:54.365 INFO O| Dec 21 03:08:54.364 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-21T03:08:55.075Z[ recovery-image] Dec 21 03:08:54.410 INFO O| Dec 21 03:08:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52922024-12-21T03:08:55.075Z[ recovery-image] Dec 21 03:08:54.410 INFO O| Dec 21 03:08:54.410 INFO STEP 309 (remove_files) COMPLETE
52932024-12-21T03:08:55.075Z[ recovery-image] Dec 21 03:08:54.410 INFO O| Dec 21 03:08:54.410 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-21T03:08:55.115Z[ recovery-image] Dec 21 03:08:54.450 INFO O| Dec 21 03:08:54.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52952024-12-21T03:08:55.115Z[ recovery-image] Dec 21 03:08:54.450 INFO O| Dec 21 03:08:54.450 INFO STEP 310 (remove_files) COMPLETE
52962024-12-21T03:08:55.115Z[ recovery-image] Dec 21 03:08:54.450 INFO O| Dec 21 03:08:54.450 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-21T03:08:55.150Z[ recovery-image] Dec 21 03:08:54.484 INFO O| Dec 21 03:08:54.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52982024-12-21T03:08:55.150Z[ recovery-image] Dec 21 03:08:54.484 INFO O| Dec 21 03:08:54.484 INFO STEP 311 (remove_files) COMPLETE
52992024-12-21T03:08:55.154Z[ recovery-image] Dec 21 03:08:54.484 INFO O| Dec 21 03:08:54.484 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-21T03:08:55.168Z[ recovery-image] Dec 21 03:08:54.503 INFO O| Dec 21 03:08:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53012024-12-21T03:08:55.168Z[ recovery-image] Dec 21 03:08:54.503 INFO O| Dec 21 03:08:54.503 INFO STEP 312 (remove_files) COMPLETE
53022024-12-21T03:08:55.173Z[ recovery-image] Dec 21 03:08:54.503 INFO O| Dec 21 03:08:54.503 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-21T03:08:55.217Z[ recovery-image] Dec 21 03:08:54.551 INFO O| Dec 21 03:08:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53042024-12-21T03:08:55.220Z[ recovery-image] Dec 21 03:08:54.551 INFO O| Dec 21 03:08:54.551 INFO STEP 313 (remove_files) COMPLETE
53052024-12-21T03:08:55.220Z[ recovery-image] Dec 21 03:08:54.551 INFO O| Dec 21 03:08:54.551 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-21T03:08:55.238Z[ recovery-image] Dec 21 03:08:54.572 INFO O| Dec 21 03:08:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53072024-12-21T03:08:55.247Z[ recovery-image] Dec 21 03:08:54.573 INFO O| Dec 21 03:08:54.573 INFO STEP 314 (remove_files) COMPLETE
53082024-12-21T03:08:55.247Z[ recovery-image] Dec 21 03:08:54.573 INFO O| Dec 21 03:08:54.573 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-21T03:08:55.271Z[ recovery-image] Dec 21 03:08:54.606 INFO O| Dec 21 03:08:54.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53102024-12-21T03:08:55.271Z[ recovery-image] Dec 21 03:08:54.606 INFO O| Dec 21 03:08:54.606 INFO STEP 315 (remove_files) COMPLETE
53112024-12-21T03:08:55.274Z[ recovery-image] Dec 21 03:08:54.606 INFO O| Dec 21 03:08:54.606 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-21T03:08:55.290Z[ recovery-image] Dec 21 03:08:54.625 INFO O| Dec 21 03:08:54.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53132024-12-21T03:08:55.290Z[ recovery-image] Dec 21 03:08:54.625 INFO O| Dec 21 03:08:54.625 INFO STEP 316 (remove_files) COMPLETE
53142024-12-21T03:08:55.293Z[ recovery-image] Dec 21 03:08:54.625 INFO O| Dec 21 03:08:54.625 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-21T03:08:55.323Z[ recovery-image] Dec 21 03:08:54.658 INFO O| Dec 21 03:08:54.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53162024-12-21T03:08:55.323Z[ recovery-image] Dec 21 03:08:54.658 INFO O| Dec 21 03:08:54.658 INFO STEP 317 (remove_files) COMPLETE
53172024-12-21T03:08:55.323Z[ recovery-image] Dec 21 03:08:54.658 INFO O| Dec 21 03:08:54.658 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-21T03:08:55.368Z[ recovery-image] Dec 21 03:08:54.702 INFO O| Dec 21 03:08:54.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53192024-12-21T03:08:55.368Z[ recovery-image] Dec 21 03:08:54.702 INFO O| Dec 21 03:08:54.702 INFO STEP 318 (remove_files) COMPLETE
53202024-12-21T03:08:55.368Z[ recovery-image] Dec 21 03:08:54.703 INFO O| Dec 21 03:08:54.702 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-21T03:08:55.410Z[ recovery-image] Dec 21 03:08:54.744 INFO O| Dec 21 03:08:54.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53222024-12-21T03:08:55.410Z[ recovery-image] Dec 21 03:08:54.745 INFO O| Dec 21 03:08:54.744 INFO STEP 319 (remove_files) COMPLETE
53232024-12-21T03:08:55.416Z[ recovery-image] Dec 21 03:08:54.745 INFO O| Dec 21 03:08:54.745 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-21T03:08:55.471Z[ recovery-image] Dec 21 03:08:54.806 INFO O| Dec 21 03:08:54.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53252024-12-21T03:08:55.493Z[ recovery-image] Dec 21 03:08:54.826 INFO O| Dec 21 03:08:54.826 INFO STEP 320 (remove_files) COMPLETE
53262024-12-21T03:08:55.493Z[ recovery-image] Dec 21 03:08:54.826 INFO O| Dec 21 03:08:54.826 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-21T03:08:55.550Z[ recovery-image] Dec 21 03:08:54.884 INFO O| Dec 21 03:08:54.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53282024-12-21T03:08:55.550Z[ recovery-image] Dec 21 03:08:54.884 INFO O| Dec 21 03:08:54.884 INFO STEP 321 (remove_files) COMPLETE
53292024-12-21T03:08:55.550Z[ recovery-image] Dec 21 03:08:54.884 INFO O| Dec 21 03:08:54.884 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-21T03:08:55.567Z[ recovery-image] Dec 21 03:08:54.901 INFO O| Dec 21 03:08:54.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53312024-12-21T03:08:55.567Z[ recovery-image] Dec 21 03:08:54.901 INFO O| Dec 21 03:08:54.901 INFO STEP 322 (remove_files) COMPLETE
53322024-12-21T03:08:55.571Z[ recovery-image] Dec 21 03:08:54.902 INFO O| Dec 21 03:08:54.901 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-21T03:08:55.584Z[ recovery-image] Dec 21 03:08:54.919 INFO O| Dec 21 03:08:54.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53342024-12-21T03:08:55.584Z[ recovery-image] Dec 21 03:08:54.919 INFO O| Dec 21 03:08:54.919 INFO STEP 323 (remove_files) COMPLETE
53352024-12-21T03:08:55.587Z[ recovery-image] Dec 21 03:08:54.919 INFO O| Dec 21 03:08:54.919 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-21T03:08:55.603Z[ recovery-image] Dec 21 03:08:54.937 INFO O| Dec 21 03:08:54.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53372024-12-21T03:08:55.603Z[ recovery-image] Dec 21 03:08:54.937 INFO O| Dec 21 03:08:54.937 INFO STEP 324 (remove_files) COMPLETE
53382024-12-21T03:08:55.605Z[ recovery-image] Dec 21 03:08:54.937 INFO O| Dec 21 03:08:54.937 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-21T03:08:55.626Z[ recovery-image] Dec 21 03:08:54.960 INFO O| Dec 21 03:08:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53402024-12-21T03:08:55.626Z[ recovery-image] Dec 21 03:08:54.960 INFO O| Dec 21 03:08:54.960 INFO STEP 325 (remove_files) COMPLETE
53412024-12-21T03:08:55.628Z[ recovery-image] Dec 21 03:08:54.960 INFO O| Dec 21 03:08:54.960 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-21T03:08:55.699Z[ recovery-image] Dec 21 03:08:55.034 INFO O| Dec 21 03:08:55.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53432024-12-21T03:08:55.702Z[ recovery-image] Dec 21 03:08:55.034 INFO O| Dec 21 03:08:55.034 INFO STEP 326 (remove_files) COMPLETE
53442024-12-21T03:08:55.702Z[ recovery-image] Dec 21 03:08:55.034 INFO O| Dec 21 03:08:55.034 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-21T03:08:55.720Z[ recovery-image] Dec 21 03:08:55.053 INFO O| Dec 21 03:08:55.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53462024-12-21T03:08:55.722Z[ recovery-image] Dec 21 03:08:55.054 INFO O| Dec 21 03:08:55.053 INFO STEP 327 (remove_files) COMPLETE
53472024-12-21T03:08:55.722Z[ recovery-image] Dec 21 03:08:55.054 INFO O| Dec 21 03:08:55.053 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-21T03:08:55.737Z[ recovery-image] Dec 21 03:08:55.071 INFO O| Dec 21 03:08:55.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53492024-12-21T03:08:55.737Z[ recovery-image] Dec 21 03:08:55.071 INFO O| Dec 21 03:08:55.071 INFO STEP 328 (remove_files) COMPLETE
53502024-12-21T03:08:55.737Z[ recovery-image] Dec 21 03:08:55.071 INFO O| Dec 21 03:08:55.071 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-21T03:08:55.773Z[ recovery-image] Dec 21 03:08:55.108 INFO O| Dec 21 03:08:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53522024-12-21T03:08:55.773Z[ recovery-image] Dec 21 03:08:55.108 INFO O| Dec 21 03:08:55.108 INFO STEP 329 (remove_files) COMPLETE
53532024-12-21T03:08:55.773Z[ recovery-image] Dec 21 03:08:55.108 INFO O| Dec 21 03:08:55.108 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-21T03:08:55.816Z[ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53552024-12-21T03:08:55.816Z[ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO STEP 330 (remove_files) COMPLETE
53562024-12-21T03:08:55.820Z[ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-21T03:08:55.834Z[ recovery-image] Dec 21 03:08:55.169 INFO O| Dec 21 03:08:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53582024-12-21T03:08:55.837Z[ recovery-image] Dec 21 03:08:55.170 INFO O| Dec 21 03:08:55.169 INFO STEP 331 (remove_files) COMPLETE
53592024-12-21T03:08:55.837Z[ recovery-image] Dec 21 03:08:55.170 INFO O| Dec 21 03:08:55.170 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-21T03:08:55.856Z[ recovery-image] Dec 21 03:08:55.191 INFO O| Dec 21 03:08:55.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53612024-12-21T03:08:55.856Z[ recovery-image] Dec 21 03:08:55.191 INFO O| Dec 21 03:08:55.191 INFO STEP 332 (remove_files) COMPLETE
53622024-12-21T03:08:55.857Z[ recovery-image] Dec 21 03:08:55.191 INFO O| Dec 21 03:08:55.191 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-21T03:08:55.889Z[ recovery-image] Dec 21 03:08:55.223 INFO O| Dec 21 03:08:55.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53642024-12-21T03:08:55.889Z[ recovery-image] Dec 21 03:08:55.223 INFO O| Dec 21 03:08:55.223 INFO STEP 333 (remove_files) COMPLETE
53652024-12-21T03:08:55.889Z[ recovery-image] Dec 21 03:08:55.223 INFO O| Dec 21 03:08:55.223 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-21T03:08:55.930Z[ recovery-image] Dec 21 03:08:55.265 INFO O| Dec 21 03:08:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53672024-12-21T03:08:55.933Z[ recovery-image] Dec 21 03:08:55.265 INFO O| Dec 21 03:08:55.265 INFO STEP 334 (remove_files) COMPLETE
53682024-12-21T03:08:55.933Z[ recovery-image] Dec 21 03:08:55.265 INFO O| Dec 21 03:08:55.265 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-21T03:08:55.963Z[ recovery-image] Dec 21 03:08:55.298 INFO O| Dec 21 03:08:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53702024-12-21T03:08:55.966Z[ recovery-image] Dec 21 03:08:55.298 INFO O| Dec 21 03:08:55.298 INFO STEP 335 (remove_files) COMPLETE
53712024-12-21T03:08:55.967Z[ recovery-image] Dec 21 03:08:55.298 INFO O| Dec 21 03:08:55.298 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-21T03:08:55.981Z[ recovery-image] Dec 21 03:08:55.316 INFO O| Dec 21 03:08:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53732024-12-21T03:08:55.984Z[ recovery-image] Dec 21 03:08:55.316 INFO O| Dec 21 03:08:55.316 INFO STEP 336 (remove_files) COMPLETE
53742024-12-21T03:08:55.984Z[ recovery-image] Dec 21 03:08:55.316 INFO O| Dec 21 03:08:55.316 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-21T03:08:55.999Z[ recovery-image] Dec 21 03:08:55.334 INFO O| Dec 21 03:08:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53762024-12-21T03:08:55.999Z[ recovery-image] Dec 21 03:08:55.334 INFO O| Dec 21 03:08:55.334 INFO STEP 337 (remove_files) COMPLETE
53772024-12-21T03:08:56.003Z[ recovery-image] Dec 21 03:08:55.334 INFO O| Dec 21 03:08:55.334 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-21T03:08:56.016Z[ recovery-image] Dec 21 03:08:55.351 INFO O| Dec 21 03:08:55.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53792024-12-21T03:08:56.016Z[ recovery-image] Dec 21 03:08:55.351 INFO O| Dec 21 03:08:55.351 INFO STEP 338 (remove_files) COMPLETE
53802024-12-21T03:08:56.017Z[ recovery-image] Dec 21 03:08:55.351 INFO O| Dec 21 03:08:55.351 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-21T03:08:56.078Z[ recovery-image] Dec 21 03:08:55.411 INFO O| Dec 21 03:08:55.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53822024-12-21T03:08:56.078Z[ recovery-image] Dec 21 03:08:55.411 INFO O| Dec 21 03:08:55.411 INFO STEP 339 (remove_files) COMPLETE
53832024-12-21T03:08:56.080Z[ recovery-image] Dec 21 03:08:55.412 INFO O| Dec 21 03:08:55.411 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-21T03:08:56.117Z[ recovery-image] Dec 21 03:08:55.451 INFO O| Dec 21 03:08:55.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53852024-12-21T03:08:56.118Z[ recovery-image] Dec 21 03:08:55.451 INFO O| Dec 21 03:08:55.451 INFO STEP 340 (remove_files) COMPLETE
53862024-12-21T03:08:56.120Z[ recovery-image] Dec 21 03:08:55.451 INFO O| Dec 21 03:08:55.451 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-21T03:08:56.136Z[ recovery-image] Dec 21 03:08:55.470 INFO O| Dec 21 03:08:55.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53882024-12-21T03:08:56.136Z[ recovery-image] Dec 21 03:08:55.470 INFO O| Dec 21 03:08:55.470 INFO STEP 341 (remove_files) COMPLETE
53892024-12-21T03:08:56.136Z[ recovery-image] Dec 21 03:08:55.470 INFO O| Dec 21 03:08:55.470 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-21T03:08:56.153Z[ recovery-image] Dec 21 03:08:55.488 INFO O| Dec 21 03:08:55.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53912024-12-21T03:08:56.153Z[ recovery-image] Dec 21 03:08:55.488 INFO O| Dec 21 03:08:55.488 INFO STEP 342 (remove_files) COMPLETE
53922024-12-21T03:08:56.153Z[ recovery-image] Dec 21 03:08:55.488 INFO O| Dec 21 03:08:55.488 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-21T03:08:56.172Z[ recovery-image] Dec 21 03:08:55.506 INFO O| Dec 21 03:08:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53942024-12-21T03:08:56.172Z[ recovery-image] Dec 21 03:08:55.506 INFO O| Dec 21 03:08:55.506 INFO STEP 343 (remove_files) COMPLETE
53952024-12-21T03:08:56.172Z[ recovery-image] Dec 21 03:08:55.506 INFO O| Dec 21 03:08:55.506 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-21T03:08:56.208Z[ recovery-image] Dec 21 03:08:55.539 INFO O| Dec 21 03:08:55.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53972024-12-21T03:08:56.208Z[ recovery-image] Dec 21 03:08:55.539 INFO O| Dec 21 03:08:55.539 INFO STEP 344 (remove_files) COMPLETE
53982024-12-21T03:08:56.208Z[ recovery-image] Dec 21 03:08:55.539 INFO O| Dec 21 03:08:55.539 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-21T03:08:56.231Z[ recovery-image] Dec 21 03:08:55.565 INFO O| Dec 21 03:08:55.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54002024-12-21T03:08:56.231Z[ recovery-image] Dec 21 03:08:55.565 INFO O| Dec 21 03:08:55.565 INFO STEP 345 (remove_files) COMPLETE
54012024-12-21T03:08:56.231Z[ recovery-image] Dec 21 03:08:55.565 INFO O| Dec 21 03:08:55.565 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-21T03:08:56.253Z[ recovery-image] Dec 21 03:08:55.587 INFO O| Dec 21 03:08:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54032024-12-21T03:08:56.273Z[ recovery-image] Dec 21 03:08:55.607 INFO O| Dec 21 03:08:55.607 INFO STEP 346 (remove_files) COMPLETE
54042024-12-21T03:08:56.274Z[ recovery-image] Dec 21 03:08:55.607 INFO O| Dec 21 03:08:55.607 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-21T03:08:56.310Z[ recovery-image] Dec 21 03:08:55.643 INFO O| Dec 21 03:08:55.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54062024-12-21T03:08:56.310Z[ recovery-image] Dec 21 03:08:55.643 INFO O| Dec 21 03:08:55.643 INFO STEP 347 (remove_files) COMPLETE
54072024-12-21T03:08:56.313Z[ recovery-image] Dec 21 03:08:55.643 INFO O| Dec 21 03:08:55.643 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-21T03:08:56.368Z[ recovery-image] Dec 21 03:08:55.702 INFO O| Dec 21 03:08:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54092024-12-21T03:08:56.368Z[ recovery-image] Dec 21 03:08:55.703 INFO O| Dec 21 03:08:55.703 INFO STEP 348 (remove_files) COMPLETE
54102024-12-21T03:08:56.372Z[ recovery-image] Dec 21 03:08:55.703 INFO O| Dec 21 03:08:55.703 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-21T03:08:56.387Z[ recovery-image] Dec 21 03:08:55.722 INFO O| Dec 21 03:08:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54122024-12-21T03:08:56.387Z[ recovery-image] Dec 21 03:08:55.722 INFO O| Dec 21 03:08:55.722 INFO STEP 349 (remove_files) COMPLETE
54132024-12-21T03:08:56.390Z[ recovery-image] Dec 21 03:08:55.722 INFO O| Dec 21 03:08:55.722 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-21T03:08:56.421Z[ recovery-image] Dec 21 03:08:55.755 INFO O| Dec 21 03:08:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54152024-12-21T03:08:56.424Z[ recovery-image] Dec 21 03:08:55.756 INFO O| Dec 21 03:08:55.756 INFO STEP 350 (remove_files) COMPLETE
54162024-12-21T03:08:56.424Z[ recovery-image] Dec 21 03:08:55.756 INFO O| Dec 21 03:08:55.756 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-21T03:08:56.440Z[ recovery-image] Dec 21 03:08:55.775 INFO O| Dec 21 03:08:55.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54182024-12-21T03:08:56.440Z[ recovery-image] Dec 21 03:08:55.775 INFO O| Dec 21 03:08:55.775 INFO STEP 351 (remove_files) COMPLETE
54192024-12-21T03:08:56.444Z[ recovery-image] Dec 21 03:08:55.775 INFO O| Dec 21 03:08:55.775 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-21T03:08:56.459Z[ recovery-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54212024-12-21T03:08:56.459Z[ recovery-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.794 INFO STEP 352 (remove_files) COMPLETE
54222024-12-21T03:08:56.462Z[ recovery-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.794 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-21T03:08:56.491Z[ recovery-image] Dec 21 03:08:55.825 INFO O| Dec 21 03:08:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54242024-12-21T03:08:56.491Z[ recovery-image] Dec 21 03:08:55.825 INFO O| Dec 21 03:08:55.825 INFO STEP 353 (remove_files) COMPLETE
54252024-12-21T03:08:56.491Z[ recovery-image] Dec 21 03:08:55.825 INFO O| Dec 21 03:08:55.825 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-21T03:08:56.511Z[ recovery-image] Dec 21 03:08:55.845 INFO O| Dec 21 03:08:55.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54272024-12-21T03:08:56.511Z[ recovery-image] Dec 21 03:08:55.845 INFO O| Dec 21 03:08:55.845 INFO STEP 354 (remove_files) COMPLETE
54282024-12-21T03:08:56.511Z[ recovery-image] Dec 21 03:08:55.845 INFO O| Dec 21 03:08:55.845 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-21T03:08:56.530Z[ recovery-image] Dec 21 03:08:55.864 INFO O| Dec 21 03:08:55.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54302024-12-21T03:08:56.530Z[ recovery-image] Dec 21 03:08:55.864 INFO O| Dec 21 03:08:55.864 INFO STEP 355 (remove_files) COMPLETE
54312024-12-21T03:08:56.533Z[ recovery-image] Dec 21 03:08:55.864 INFO O| Dec 21 03:08:55.864 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-21T03:08:56.550Z[ recovery-image] Dec 21 03:08:55.882 INFO O| Dec 21 03:08:55.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54332024-12-21T03:08:56.554Z[ recovery-image] Dec 21 03:08:55.882 INFO O| Dec 21 03:08:55.882 INFO STEP 356 (remove_files) COMPLETE
54342024-12-21T03:08:56.554Z[ recovery-image] Dec 21 03:08:55.883 INFO O| Dec 21 03:08:55.882 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-21T03:08:56.566Z[ recovery-image] Dec 21 03:08:55.900 INFO O| Dec 21 03:08:55.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54362024-12-21T03:08:56.566Z[ recovery-image] Dec 21 03:08:55.900 INFO O| Dec 21 03:08:55.900 INFO STEP 357 (remove_files) COMPLETE
54372024-12-21T03:08:56.566Z[ recovery-image] Dec 21 03:08:55.900 INFO O| Dec 21 03:08:55.900 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-21T03:08:56.602Z[ recovery-image] Dec 21 03:08:55.937 INFO O| Dec 21 03:08:55.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54392024-12-21T03:08:56.605Z[ recovery-image] Dec 21 03:08:55.937 INFO O| Dec 21 03:08:55.937 INFO STEP 358 (remove_files) COMPLETE
54402024-12-21T03:08:56.605Z[ recovery-image] Dec 21 03:08:55.937 INFO O| Dec 21 03:08:55.937 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-21T03:08:56.623Z[ recovery-image] Dec 21 03:08:55.957 INFO O| Dec 21 03:08:55.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54422024-12-21T03:08:56.623Z[ recovery-image] Dec 21 03:08:55.957 INFO O| Dec 21 03:08:55.957 INFO STEP 359 (remove_files) COMPLETE
54432024-12-21T03:08:56.628Z[ recovery-image] Dec 21 03:08:55.957 INFO O| Dec 21 03:08:55.957 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-21T03:08:56.642Z[ recovery-image] Dec 21 03:08:55.975 INFO O| Dec 21 03:08:55.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54452024-12-21T03:08:56.645Z[ recovery-image] Dec 21 03:08:55.975 INFO O| Dec 21 03:08:55.975 INFO STEP 360 (remove_files) COMPLETE
54462024-12-21T03:08:56.645Z[ recovery-image] Dec 21 03:08:55.975 INFO O| Dec 21 03:08:55.975 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-21T03:08:56.659Z[ recovery-image] Dec 21 03:08:55.993 INFO O| Dec 21 03:08:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54482024-12-21T03:08:56.662Z[ recovery-image] Dec 21 03:08:55.993 INFO O| Dec 21 03:08:55.993 INFO STEP 361 (remove_files) COMPLETE
54492024-12-21T03:08:56.662Z[ recovery-image] Dec 21 03:08:55.993 INFO O| Dec 21 03:08:55.993 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-21T03:08:56.695Z[ recovery-image] Dec 21 03:08:56.027 INFO O| Dec 21 03:08:56.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54512024-12-21T03:08:56.695Z[ recovery-image] Dec 21 03:08:56.027 INFO O| Dec 21 03:08:56.027 INFO STEP 362 (remove_files) COMPLETE
54522024-12-21T03:08:56.696Z[ recovery-image] Dec 21 03:08:56.027 INFO O| Dec 21 03:08:56.027 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-21T03:08:56.711Z[ recovery-image] Dec 21 03:08:56.044 INFO O| Dec 21 03:08:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54542024-12-21T03:08:56.711Z[ recovery-image] Dec 21 03:08:56.045 INFO O| Dec 21 03:08:56.045 INFO STEP 363 (remove_files) COMPLETE
54552024-12-21T03:08:56.711Z[ recovery-image] Dec 21 03:08:56.045 INFO O| Dec 21 03:08:56.045 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-21T03:08:56.730Z[ recovery-image] Dec 21 03:08:56.063 INFO O| Dec 21 03:08:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54572024-12-21T03:08:56.730Z[ recovery-image] Dec 21 03:08:56.063 INFO O| Dec 21 03:08:56.063 INFO STEP 364 (remove_files) COMPLETE
54582024-12-21T03:08:56.730Z[ recovery-image] Dec 21 03:08:56.063 INFO O| Dec 21 03:08:56.063 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-21T03:08:56.749Z[ recovery-image] Dec 21 03:08:56.081 INFO O| Dec 21 03:08:56.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54602024-12-21T03:08:56.749Z[ recovery-image] Dec 21 03:08:56.081 INFO O| Dec 21 03:08:56.081 INFO STEP 365 (remove_files) COMPLETE
54612024-12-21T03:08:56.753Z[ recovery-image] Dec 21 03:08:56.081 INFO O| Dec 21 03:08:56.081 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-21T03:08:56.771Z[ recovery-image] Dec 21 03:08:56.105 INFO O| Dec 21 03:08:56.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54632024-12-21T03:08:56.772Z[ recovery-image] Dec 21 03:08:56.105 INFO O| Dec 21 03:08:56.105 INFO STEP 366 (remove_files) COMPLETE
54642024-12-21T03:08:56.772Z[ recovery-image] Dec 21 03:08:56.105 INFO O| Dec 21 03:08:56.105 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-21T03:08:56.802Z[ recovery-image] Dec 21 03:08:56.136 INFO O| Dec 21 03:08:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54662024-12-21T03:08:56.802Z[ recovery-image] Dec 21 03:08:56.136 INFO O| Dec 21 03:08:56.136 INFO STEP 367 (remove_files) COMPLETE
54672024-12-21T03:08:56.802Z[ recovery-image] Dec 21 03:08:56.136 INFO O| Dec 21 03:08:56.136 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-21T03:08:56.819Z[ recovery-image] Dec 21 03:08:56.154 INFO O| Dec 21 03:08:56.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54692024-12-21T03:08:56.819Z[ recovery-image] Dec 21 03:08:56.154 INFO O| Dec 21 03:08:56.154 INFO STEP 368 (remove_files) COMPLETE
54702024-12-21T03:08:56.819Z[ recovery-image] Dec 21 03:08:56.154 INFO O| Dec 21 03:08:56.154 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-21T03:08:56.865Z[ recovery-image] Dec 21 03:08:56.199 INFO O| Dec 21 03:08:56.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54722024-12-21T03:08:56.866Z[ recovery-image] Dec 21 03:08:56.199 INFO O| Dec 21 03:08:56.199 INFO STEP 369 (remove_files) COMPLETE
54732024-12-21T03:08:56.868Z[ recovery-image] Dec 21 03:08:56.199 INFO O| Dec 21 03:08:56.199 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-21T03:08:56.884Z[ recovery-image] Dec 21 03:08:56.219 INFO O| Dec 21 03:08:56.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54752024-12-21T03:08:56.885Z[ recovery-image] Dec 21 03:08:56.219 INFO O| Dec 21 03:08:56.219 INFO STEP 370 (remove_files) COMPLETE
54762024-12-21T03:08:56.885Z[ recovery-image] Dec 21 03:08:56.219 INFO O| Dec 21 03:08:56.219 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-21T03:08:56.923Z[ recovery-image] Dec 21 03:08:56.257 INFO O| Dec 21 03:08:56.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54782024-12-21T03:08:56.923Z[ recovery-image] Dec 21 03:08:56.257 INFO O| Dec 21 03:08:56.257 INFO STEP 371 (remove_files) COMPLETE
54792024-12-21T03:08:56.923Z[ recovery-image] Dec 21 03:08:56.257 INFO O| Dec 21 03:08:56.257 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-21T03:08:56.958Z[ recovery-image] Dec 21 03:08:56.291 INFO O| Dec 21 03:08:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54812024-12-21T03:08:56.958Z[ recovery-image] Dec 21 03:08:56.291 INFO O| Dec 21 03:08:56.291 INFO STEP 372 (remove_files) COMPLETE
54822024-12-21T03:08:56.958Z[ recovery-image] Dec 21 03:08:56.291 INFO O| Dec 21 03:08:56.291 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-21T03:08:56.976Z[ recovery-image] Dec 21 03:08:56.310 INFO O| Dec 21 03:08:56.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54842024-12-21T03:08:56.976Z[ recovery-image] Dec 21 03:08:56.310 INFO O| Dec 21 03:08:56.310 INFO STEP 373 (remove_files) COMPLETE
54852024-12-21T03:08:56.980Z[ recovery-image] Dec 21 03:08:56.310 INFO O| Dec 21 03:08:56.310 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-21T03:08:57.011Z[ recovery-image] Dec 21 03:08:56.346 INFO O| Dec 21 03:08:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54872024-12-21T03:08:57.011Z[ recovery-image] Dec 21 03:08:56.346 INFO O| Dec 21 03:08:56.346 INFO STEP 374 (remove_files) COMPLETE
54882024-12-21T03:08:57.011Z[ recovery-image] Dec 21 03:08:56.346 INFO O| Dec 21 03:08:56.346 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-21T03:08:57.031Z[ recovery-image] Dec 21 03:08:56.366 INFO O| Dec 21 03:08:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54902024-12-21T03:08:57.032Z[ recovery-image] Dec 21 03:08:56.366 INFO O| Dec 21 03:08:56.366 INFO STEP 375 (remove_files) COMPLETE
54912024-12-21T03:08:57.035Z[ recovery-image] Dec 21 03:08:56.366 INFO O| Dec 21 03:08:56.366 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-21T03:08:57.050Z[ recovery-image] Dec 21 03:08:56.384 INFO O| Dec 21 03:08:56.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54932024-12-21T03:08:57.055Z[ recovery-image] Dec 21 03:08:56.384 INFO O| Dec 21 03:08:56.384 INFO STEP 376 (remove_files) COMPLETE
54942024-12-21T03:08:57.056Z[ recovery-image] Dec 21 03:08:56.384 INFO O| Dec 21 03:08:56.384 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-21T03:08:57.068Z[ recovery-image] Dec 21 03:08:56.402 INFO O| Dec 21 03:08:56.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54962024-12-21T03:08:57.068Z[ recovery-image] Dec 21 03:08:56.402 INFO O| Dec 21 03:08:56.402 INFO STEP 377 (remove_files) COMPLETE
54972024-12-21T03:08:57.068Z[ recovery-image] Dec 21 03:08:56.402 INFO O| Dec 21 03:08:56.402 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-21T03:08:57.098Z[ recovery-image] Dec 21 03:08:56.432 INFO O| Dec 21 03:08:56.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54992024-12-21T03:08:57.098Z[ recovery-image] Dec 21 03:08:56.432 INFO O| Dec 21 03:08:56.432 INFO STEP 378 (remove_files) COMPLETE
55002024-12-21T03:08:57.101Z[ recovery-image] Dec 21 03:08:56.432 INFO O| Dec 21 03:08:56.432 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-21T03:08:57.129Z[ recovery-image] Dec 21 03:08:56.464 INFO O| Dec 21 03:08:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55022024-12-21T03:08:57.129Z[ recovery-image] Dec 21 03:08:56.464 INFO O| Dec 21 03:08:56.464 INFO STEP 379 (remove_files) COMPLETE
55032024-12-21T03:08:57.132Z[ recovery-image] Dec 21 03:08:56.464 INFO O| Dec 21 03:08:56.464 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-21T03:08:57.148Z[ recovery-image] Dec 21 03:08:56.483 INFO O| Dec 21 03:08:56.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55052024-12-21T03:08:57.148Z[ recovery-image] Dec 21 03:08:56.483 INFO O| Dec 21 03:08:56.483 INFO STEP 380 (remove_files) COMPLETE
55062024-12-21T03:08:57.148Z[ recovery-image] Dec 21 03:08:56.483 INFO O| Dec 21 03:08:56.483 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-21T03:08:57.198Z[ recovery-image] Dec 21 03:08:56.533 INFO O| Dec 21 03:08:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55082024-12-21T03:08:57.204Z[ recovery-image] Dec 21 03:08:56.533 INFO O| Dec 21 03:08:56.533 INFO STEP 381 (remove_files) COMPLETE
55092024-12-21T03:08:57.204Z[ recovery-image] Dec 21 03:08:56.533 INFO O| Dec 21 03:08:56.533 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-21T03:08:57.231Z[ recovery-image] Dec 21 03:08:56.565 INFO O| Dec 21 03:08:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55112024-12-21T03:08:57.231Z[ recovery-image] Dec 21 03:08:56.565 INFO O| Dec 21 03:08:56.565 INFO STEP 382 (remove_files) COMPLETE
55122024-12-21T03:08:57.231Z[ recovery-image] Dec 21 03:08:56.565 INFO O| Dec 21 03:08:56.565 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-21T03:08:57.249Z[ recovery-image] Dec 21 03:08:56.584 INFO O| Dec 21 03:08:56.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55142024-12-21T03:08:57.249Z[ recovery-image] Dec 21 03:08:56.584 INFO O| Dec 21 03:08:56.584 INFO STEP 383 (remove_files) COMPLETE
55152024-12-21T03:08:57.253Z[ recovery-image] Dec 21 03:08:56.584 INFO O| Dec 21 03:08:56.584 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-21T03:08:57.269Z[ recovery-image] Dec 21 03:08:56.603 INFO O| Dec 21 03:08:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55172024-12-21T03:08:57.269Z[ recovery-image] Dec 21 03:08:56.603 INFO O| Dec 21 03:08:56.603 INFO STEP 384 (remove_files) COMPLETE
55182024-12-21T03:08:57.269Z[ recovery-image] Dec 21 03:08:56.603 INFO O| Dec 21 03:08:56.603 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-21T03:08:57.288Z[ recovery-image] Dec 21 03:08:56.623 INFO O| Dec 21 03:08:56.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55202024-12-21T03:08:57.288Z[ recovery-image] Dec 21 03:08:56.623 INFO O| Dec 21 03:08:56.623 INFO STEP 385 (remove_files) COMPLETE
55212024-12-21T03:08:57.288Z[ recovery-image] Dec 21 03:08:56.623 INFO O| Dec 21 03:08:56.623 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-21T03:08:57.323Z[ recovery-image] Dec 21 03:08:56.658 INFO O| Dec 21 03:08:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55232024-12-21T03:08:57.323Z[ recovery-image] Dec 21 03:08:56.658 INFO O| Dec 21 03:08:56.658 INFO STEP 386 (remove_files) COMPLETE
55242024-12-21T03:08:57.324Z[ recovery-image] Dec 21 03:08:56.658 INFO O| Dec 21 03:08:56.658 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-21T03:08:57.345Z[ recovery-image] Dec 21 03:08:56.680 INFO O| Dec 21 03:08:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55262024-12-21T03:08:57.346Z[ recovery-image] Dec 21 03:08:56.680 INFO O| Dec 21 03:08:56.680 INFO STEP 387 (remove_files) COMPLETE
55272024-12-21T03:08:57.366Z[ recovery-image] Dec 21 03:08:56.680 INFO O| Dec 21 03:08:56.680 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-21T03:08:57.371Z[ recovery-image] Dec 21 03:08:56.703 INFO O| Dec 21 03:08:56.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55292024-12-21T03:08:57.374Z[ recovery-image] Dec 21 03:08:56.703 INFO O| Dec 21 03:08:56.703 INFO STEP 388 (remove_files) COMPLETE
55302024-12-21T03:08:57.374Z[ recovery-image] Dec 21 03:08:56.703 INFO O| Dec 21 03:08:56.703 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-21T03:08:57.428Z[ recovery-image] Dec 21 03:08:56.762 INFO O| Dec 21 03:08:56.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55322024-12-21T03:08:57.428Z[ recovery-image] Dec 21 03:08:56.762 INFO O| Dec 21 03:08:56.762 INFO STEP 389 (remove_files) COMPLETE
55332024-12-21T03:08:57.428Z[ recovery-image] Dec 21 03:08:56.762 INFO O| Dec 21 03:08:56.762 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-21T03:08:57.451Z[ recovery-image] Dec 21 03:08:56.785 INFO O| Dec 21 03:08:56.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55352024-12-21T03:08:57.451Z[ recovery-image] Dec 21 03:08:56.785 INFO O| Dec 21 03:08:56.785 INFO STEP 390 (remove_files) COMPLETE
55362024-12-21T03:08:57.454Z[ recovery-image] Dec 21 03:08:56.785 INFO O| Dec 21 03:08:56.785 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-21T03:08:57.479Z[ recovery-image] Dec 21 03:08:56.813 INFO O| Dec 21 03:08:56.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55382024-12-21T03:08:57.498Z[ recovery-image] Dec 21 03:08:56.832 INFO O| Dec 21 03:08:56.832 INFO STEP 391 (remove_files) COMPLETE
55392024-12-21T03:08:57.498Z[ recovery-image] Dec 21 03:08:56.832 INFO O| Dec 21 03:08:56.832 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-21T03:08:57.568Z[ recovery-image] Dec 21 03:08:56.903 INFO O| Dec 21 03:08:56.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55412024-12-21T03:08:57.588Z[ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.923 INFO STEP 392 (remove_files) COMPLETE
55422024-12-21T03:08:57.588Z[ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.923 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-21T03:08:57.626Z[ recovery-image] Dec 21 03:08:56.959 INFO O| Dec 21 03:08:56.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55442024-12-21T03:08:57.627Z[ recovery-image] Dec 21 03:08:56.959 INFO O| Dec 21 03:08:56.959 INFO STEP 393 (remove_files) COMPLETE
55452024-12-21T03:08:57.629Z[ recovery-image] Dec 21 03:08:56.959 INFO O| Dec 21 03:08:56.959 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-21T03:08:57.662Z[ recovery-image] Dec 21 03:08:56.996 INFO O| Dec 21 03:08:56.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55472024-12-21T03:08:57.662Z[ recovery-image] Dec 21 03:08:56.996 INFO O| Dec 21 03:08:56.996 INFO STEP 394 (remove_files) COMPLETE
55482024-12-21T03:08:57.662Z[ recovery-image] Dec 21 03:08:56.996 INFO O| Dec 21 03:08:56.996 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-21T03:08:57.703Z[ recovery-image] Dec 21 03:08:57.037 INFO O| Dec 21 03:08:57.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55502024-12-21T03:08:57.711Z[ recovery-image] Dec 21 03:08:57.044 INFO O| Dec 21 03:08:57.044 INFO STEP 395 (remove_files) COMPLETE
55512024-12-21T03:08:57.711Z[ recovery-image] Dec 21 03:08:57.044 INFO O| Dec 21 03:08:57.044 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-21T03:08:57.782Z[ recovery-image] Dec 21 03:08:57.115 INFO O| Dec 21 03:08:57.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55532024-12-21T03:08:57.782Z[ recovery-image] Dec 21 03:08:57.115 INFO O| Dec 21 03:08:57.115 INFO STEP 396 (remove_files) COMPLETE
55542024-12-21T03:08:57.785Z[ recovery-image] Dec 21 03:08:57.115 INFO O| Dec 21 03:08:57.115 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-21T03:08:57.817Z[ recovery-image] Dec 21 03:08:57.151 INFO O| Dec 21 03:08:57.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55562024-12-21T03:08:57.817Z[ recovery-image] Dec 21 03:08:57.151 INFO O| Dec 21 03:08:57.151 INFO STEP 397 (remove_files) COMPLETE
55572024-12-21T03:08:57.817Z[ recovery-image] Dec 21 03:08:57.151 INFO O| Dec 21 03:08:57.151 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-21T03:08:57.849Z[ recovery-image] Dec 21 03:08:57.183 INFO O| Dec 21 03:08:57.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55592024-12-21T03:08:57.849Z[ recovery-image] Dec 21 03:08:57.183 INFO O| Dec 21 03:08:57.183 INFO STEP 398 (remove_files) COMPLETE
55602024-12-21T03:08:57.849Z[ recovery-image] Dec 21 03:08:57.183 INFO O| Dec 21 03:08:57.183 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-21T03:08:57.869Z[ host-image] Dec 21 03:08:57.203 INFO O| Dec 21 03:08:57.203 INFO O| Planning: Solver setup ... Done
55622024-12-21T03:08:57.877Z[ host-image] Dec 21 03:08:57.211 INFO O| Dec 21 03:08:57.211 INFO O| Planning: Running solver ... Done
55632024-12-21T03:08:57.903Z[ recovery-image] Dec 21 03:08:57.237 INFO O| Dec 21 03:08:57.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55642024-12-21T03:08:57.903Z[ recovery-image] Dec 21 03:08:57.237 INFO O| Dec 21 03:08:57.237 INFO STEP 399 (remove_files) COMPLETE
55652024-12-21T03:08:57.903Z[ recovery-image] Dec 21 03:08:57.237 INFO O| Dec 21 03:08:57.237 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-21T03:08:57.922Z[ recovery-image] Dec 21 03:08:57.256 INFO O| Dec 21 03:08:57.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55672024-12-21T03:08:57.922Z[ recovery-image] Dec 21 03:08:57.256 INFO O| Dec 21 03:08:57.256 INFO STEP 400 (remove_files) COMPLETE
55682024-12-21T03:08:57.925Z[ recovery-image] Dec 21 03:08:57.256 INFO O| Dec 21 03:08:57.256 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-21T03:08:57.974Z[ host-image] Dec 21 03:08:57.308 INFO O| Dec 21 03:08:57.308 INFO O| Planning: Finding local manifests ... Done
55702024-12-21T03:08:57.979Z[ host-image] Dec 21 03:08:57.310 INFO O| Dec 21 03:08:57.310 INFO O| Planning: Fetching manifests: 0/6 0% complete
55712024-12-21T03:08:57.979Z[ recovery-image] Dec 21 03:08:57.314 INFO O| Dec 21 03:08:57.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55722024-12-21T03:08:58.002Z[ recovery-image] Dec 21 03:08:57.336 INFO O| Dec 21 03:08:57.336 INFO STEP 401 (remove_files) COMPLETE
55732024-12-21T03:08:58.002Z[ recovery-image] Dec 21 03:08:57.336 INFO O| Dec 21 03:08:57.336 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-12-21T03:08:58.022Z[ recovery-image] Dec 21 03:08:57.357 INFO O| Dec 21 03:08:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55752024-12-21T03:08:58.022Z[ recovery-image] Dec 21 03:08:57.357 INFO O| Dec 21 03:08:57.357 INFO STEP 402 (remove_files) COMPLETE
55762024-12-21T03:08:58.022Z[ recovery-image] Dec 21 03:08:57.357 INFO O| Dec 21 03:08:57.357 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-12-21T03:08:58.060Z[ recovery-image] Dec 21 03:08:57.394 INFO O| Dec 21 03:08:57.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55782024-12-21T03:08:58.063Z[ recovery-image] Dec 21 03:08:57.394 INFO O| Dec 21 03:08:57.394 INFO STEP 403 (remove_files) COMPLETE
55792024-12-21T03:08:58.063Z[ recovery-image] Dec 21 03:08:57.395 INFO O| Dec 21 03:08:57.395 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-12-21T03:08:58.080Z[ recovery-image] Dec 21 03:08:57.415 INFO O| Dec 21 03:08:57.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55812024-12-21T03:08:58.083Z[ recovery-image] Dec 21 03:08:57.415 INFO O| Dec 21 03:08:57.415 INFO STEP 404 (remove_files) COMPLETE
55822024-12-21T03:08:58.083Z[ recovery-image] Dec 21 03:08:57.415 INFO O| Dec 21 03:08:57.415 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-12-21T03:08:58.112Z[ recovery-image] Dec 21 03:08:57.446 INFO O| Dec 21 03:08:57.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55842024-12-21T03:08:58.115Z[ recovery-image] Dec 21 03:08:57.447 INFO O| Dec 21 03:08:57.446 INFO STEP 405 (remove_files) COMPLETE
55852024-12-21T03:08:58.115Z[ recovery-image] Dec 21 03:08:57.447 INFO O| Dec 21 03:08:57.447 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-12-21T03:08:58.174Z[ recovery-image] Dec 21 03:08:57.508 INFO O| Dec 21 03:08:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55872024-12-21T03:08:58.176Z[ recovery-image] Dec 21 03:08:57.509 INFO O| Dec 21 03:08:57.508 INFO STEP 406 (remove_files) COMPLETE
55882024-12-21T03:08:58.176Z[ recovery-image] Dec 21 03:08:57.509 INFO O| Dec 21 03:08:57.509 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-12-21T03:08:58.221Z[ recovery-image] Dec 21 03:08:57.552 INFO O| Dec 21 03:08:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55902024-12-21T03:08:58.221Z[ recovery-image] Dec 21 03:08:57.552 INFO O| Dec 21 03:08:57.552 INFO STEP 407 (remove_files) COMPLETE
55912024-12-21T03:08:58.221Z[ recovery-image] Dec 21 03:08:57.552 INFO O| Dec 21 03:08:57.552 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-12-21T03:08:58.240Z[ recovery-image] Dec 21 03:08:57.572 INFO O| Dec 21 03:08:57.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55932024-12-21T03:08:58.240Z[ recovery-image] Dec 21 03:08:57.572 INFO O| Dec 21 03:08:57.572 INFO STEP 408 (remove_files) COMPLETE
55942024-12-21T03:08:58.240Z[ recovery-image] Dec 21 03:08:57.572 INFO O| Dec 21 03:08:57.572 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-21T03:08:58.257Z[ recovery-image] Dec 21 03:08:57.591 INFO O| Dec 21 03:08:57.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55962024-12-21T03:08:58.257Z[ recovery-image] Dec 21 03:08:57.591 INFO O| Dec 21 03:08:57.591 INFO STEP 409 (remove_files) COMPLETE
55972024-12-21T03:08:58.257Z[ recovery-image] Dec 21 03:08:57.591 INFO O| Dec 21 03:08:57.591 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-21T03:08:58.280Z[ recovery-image] Dec 21 03:08:57.613 INFO O| Dec 21 03:08:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55992024-12-21T03:08:58.280Z[ recovery-image] Dec 21 03:08:57.613 INFO O| Dec 21 03:08:57.613 INFO STEP 410 (remove_files) COMPLETE
56002024-12-21T03:08:58.280Z[ recovery-image] Dec 21 03:08:57.613 INFO O| Dec 21 03:08:57.613 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-21T03:08:58.311Z[ recovery-image] Dec 21 03:08:57.646 INFO O| Dec 21 03:08:57.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56022024-12-21T03:08:58.311Z[ recovery-image] Dec 21 03:08:57.646 INFO O| Dec 21 03:08:57.646 INFO STEP 411 (remove_files) COMPLETE
56032024-12-21T03:08:58.312Z[ recovery-image] Dec 21 03:08:57.646 INFO O| Dec 21 03:08:57.646 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-21T03:08:58.336Z[ recovery-image] Dec 21 03:08:57.670 INFO O| Dec 21 03:08:57.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56052024-12-21T03:08:58.339Z[ recovery-image] Dec 21 03:08:57.670 INFO O| Dec 21 03:08:57.670 INFO STEP 412 (remove_files) COMPLETE
56062024-12-21T03:08:58.339Z[ recovery-image] Dec 21 03:08:57.671 INFO O| Dec 21 03:08:57.670 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-21T03:08:58.355Z[ recovery-image] Dec 21 03:08:57.690 INFO O| Dec 21 03:08:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56082024-12-21T03:08:58.358Z[ recovery-image] Dec 21 03:08:57.690 INFO O| Dec 21 03:08:57.690 INFO STEP 413 (remove_files) COMPLETE
56092024-12-21T03:08:58.358Z[ recovery-image] Dec 21 03:08:57.690 INFO O| Dec 21 03:08:57.690 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-12-21T03:08:58.374Z[ recovery-image] Dec 21 03:08:57.708 INFO O| Dec 21 03:08:57.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56112024-12-21T03:08:58.378Z[ recovery-image] Dec 21 03:08:57.709 INFO O| Dec 21 03:08:57.708 INFO STEP 414 (remove_files) COMPLETE
56122024-12-21T03:08:58.378Z[ recovery-image] Dec 21 03:08:57.709 INFO O| Dec 21 03:08:57.708 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-21T03:08:58.393Z[ recovery-image] Dec 21 03:08:57.727 INFO O| Dec 21 03:08:57.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56142024-12-21T03:08:58.393Z[ recovery-image] Dec 21 03:08:57.727 INFO O| Dec 21 03:08:57.727 INFO STEP 415 (remove_files) COMPLETE
56152024-12-21T03:08:58.397Z[ recovery-image] Dec 21 03:08:57.727 INFO O| Dec 21 03:08:57.727 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-21T03:08:58.413Z[ recovery-image] Dec 21 03:08:57.746 INFO O| Dec 21 03:08:57.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56172024-12-21T03:08:58.416Z[ recovery-image] Dec 21 03:08:57.746 INFO O| Dec 21 03:08:57.746 INFO STEP 416 (remove_files) COMPLETE
56182024-12-21T03:08:58.416Z[ recovery-image] Dec 21 03:08:57.746 INFO O| Dec 21 03:08:57.746 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-21T03:08:58.446Z[ recovery-image] Dec 21 03:08:57.781 INFO O| Dec 21 03:08:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56202024-12-21T03:08:58.449Z[ recovery-image] Dec 21 03:08:57.781 INFO O| Dec 21 03:08:57.781 INFO STEP 417 (remove_files) COMPLETE
56212024-12-21T03:08:58.449Z[ recovery-image] Dec 21 03:08:57.781 INFO O| Dec 21 03:08:57.781 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-21T03:08:58.464Z[ recovery-image] Dec 21 03:08:57.798 INFO O| Dec 21 03:08:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56232024-12-21T03:08:58.468Z[ recovery-image] Dec 21 03:08:57.798 INFO O| Dec 21 03:08:57.798 INFO STEP 418 (remove_files) COMPLETE
56242024-12-21T03:08:58.468Z[ recovery-image] Dec 21 03:08:57.798 INFO O| Dec 21 03:08:57.798 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-21T03:08:58.486Z[ host-image] Dec 21 03:08:57.820 INFO O| Dec 21 03:08:57.820 INFO O| Planning: Fetching manifests: 6/6 100% complete
56262024-12-21T03:08:58.495Z[ recovery-image] Dec 21 03:08:57.829 INFO O| Dec 21 03:08:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56272024-12-21T03:08:58.497Z[ recovery-image] Dec 21 03:08:57.829 INFO O| Dec 21 03:08:57.829 INFO STEP 419 (remove_files) COMPLETE
56282024-12-21T03:08:58.497Z[ recovery-image] Dec 21 03:08:57.829 INFO O| Dec 21 03:08:57.829 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-21T03:08:58.515Z[ recovery-image] Dec 21 03:08:57.850 INFO O| Dec 21 03:08:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56302024-12-21T03:08:58.518Z[ recovery-image] Dec 21 03:08:57.850 INFO O| Dec 21 03:08:57.850 INFO STEP 420 (remove_files) COMPLETE
56312024-12-21T03:08:58.518Z[ recovery-image] Dec 21 03:08:57.850 INFO O| Dec 21 03:08:57.850 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-21T03:08:58.534Z[ recovery-image] Dec 21 03:08:57.868 INFO O| Dec 21 03:08:57.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56332024-12-21T03:08:58.534Z[ recovery-image] Dec 21 03:08:57.868 INFO O| Dec 21 03:08:57.868 INFO STEP 421 (remove_files) COMPLETE
56342024-12-21T03:08:58.534Z[ recovery-image] Dec 21 03:08:57.868 INFO O| Dec 21 03:08:57.868 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-21T03:08:58.537Z[ host-image] Dec 21 03:08:57.872 INFO O| Dec 21 03:08:57.872 INFO O| Planning: Package planning ... Done
56362024-12-21T03:08:58.552Z[ recovery-image] Dec 21 03:08:57.885 INFO O| Dec 21 03:08:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56372024-12-21T03:08:58.555Z[ recovery-image] Dec 21 03:08:57.885 INFO O| Dec 21 03:08:57.885 INFO STEP 422 (remove_files) COMPLETE
56382024-12-21T03:08:58.555Z[ recovery-image] Dec 21 03:08:57.886 INFO O| Dec 21 03:08:57.885 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-21T03:08:58.567Z[ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56402024-12-21T03:08:58.567Z[ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 423 (remove_files) COMPLETE
56412024-12-21T03:08:58.574Z[ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-21T03:08:58.574Z[ host-image] Dec 21 03:08:57.908 INFO O| Dec 21 03:08:57.908 INFO O| Planning: Merging actions ... Done
56432024-12-21T03:08:58.594Z[ recovery-image] Dec 21 03:08:57.928 INFO O| Dec 21 03:08:57.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56442024-12-21T03:08:58.597Z[ recovery-image] Dec 21 03:08:57.928 INFO O| Dec 21 03:08:57.928 INFO STEP 424 (remove_files) COMPLETE
56452024-12-21T03:08:58.597Z[ recovery-image] Dec 21 03:08:57.928 INFO O| Dec 21 03:08:57.928 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-12-21T03:08:58.613Z[ recovery-image] Dec 21 03:08:57.946 INFO O| Dec 21 03:08:57.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56472024-12-21T03:08:58.631Z[ recovery-image] Dec 21 03:08:57.966 INFO O| Dec 21 03:08:57.966 INFO STEP 425 (remove_files) COMPLETE
56482024-12-21T03:08:58.632Z[ recovery-image] Dec 21 03:08:57.966 INFO O| Dec 21 03:08:57.966 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-21T03:08:58.651Z[ recovery-image] Dec 21 03:08:57.985 INFO O| Dec 21 03:08:57.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56502024-12-21T03:08:58.654Z[ recovery-image] Dec 21 03:08:57.985 INFO O| Dec 21 03:08:57.985 INFO STEP 426 (remove_files) COMPLETE
56512024-12-21T03:08:58.654Z[ recovery-image] Dec 21 03:08:57.986 INFO O| Dec 21 03:08:57.985 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-21T03:08:58.672Z[ recovery-image] Dec 21 03:08:58.006 INFO O| Dec 21 03:08:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56532024-12-21T03:08:58.672Z[ recovery-image] Dec 21 03:08:58.006 INFO O| Dec 21 03:08:58.006 INFO STEP 427 (remove_files) COMPLETE
56542024-12-21T03:08:58.675Z[ recovery-image] Dec 21 03:08:58.006 INFO O| Dec 21 03:08:58.006 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-21T03:08:58.691Z[ recovery-image] Dec 21 03:08:58.026 INFO O| Dec 21 03:08:58.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56562024-12-21T03:08:58.692Z[ recovery-image] Dec 21 03:08:58.026 INFO O| Dec 21 03:08:58.026 INFO STEP 428 (remove_files) COMPLETE
56572024-12-21T03:08:58.692Z[ recovery-image] Dec 21 03:08:58.026 INFO O| Dec 21 03:08:58.026 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-21T03:08:58.710Z[ recovery-image] Dec 21 03:08:58.044 INFO O| Dec 21 03:08:58.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56592024-12-21T03:08:58.710Z[ recovery-image] Dec 21 03:08:58.044 INFO O| Dec 21 03:08:58.044 INFO STEP 429 (remove_files) COMPLETE
56602024-12-21T03:08:58.717Z[ recovery-image] Dec 21 03:08:58.044 INFO O| Dec 21 03:08:58.044 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-21T03:08:58.741Z[ recovery-image] Dec 21 03:08:58.075 INFO O| Dec 21 03:08:58.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56622024-12-21T03:08:58.744Z[ recovery-image] Dec 21 03:08:58.075 INFO O| Dec 21 03:08:58.075 INFO STEP 430 (remove_files) COMPLETE
56632024-12-21T03:08:58.744Z[ recovery-image] Dec 21 03:08:58.076 INFO O| Dec 21 03:08:58.075 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-21T03:08:58.747Z[ host-image] Dec 21 03:08:58.081 INFO O| Dec 21 03:08:58.080 INFO O| Planning: Checking for conflicting actions ... Done
56652024-12-21T03:08:58.753Z[ host-image] Dec 21 03:08:58.088 INFO O| Dec 21 03:08:58.088 INFO O| Planning: Consolidating action changes ... Done
56662024-12-21T03:08:58.773Z[ recovery-image] Dec 21 03:08:58.107 INFO O| Dec 21 03:08:58.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56672024-12-21T03:08:58.773Z[ recovery-image] Dec 21 03:08:58.107 INFO O| Dec 21 03:08:58.107 INFO STEP 431 (remove_files) COMPLETE
56682024-12-21T03:08:58.778Z[ recovery-image] Dec 21 03:08:58.107 INFO O| Dec 21 03:08:58.107 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-21T03:08:58.823Z[ recovery-image] Dec 21 03:08:58.157 INFO O| Dec 21 03:08:58.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56702024-12-21T03:08:58.823Z[ recovery-image] Dec 21 03:08:58.157 INFO O| Dec 21 03:08:58.157 INFO STEP 432 (remove_files) COMPLETE
56712024-12-21T03:08:58.823Z[ recovery-image] Dec 21 03:08:58.157 INFO O| Dec 21 03:08:58.157 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-21T03:08:58.840Z[ recovery-image] Dec 21 03:08:58.175 INFO O| Dec 21 03:08:58.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56732024-12-21T03:08:58.840Z[ recovery-image] Dec 21 03:08:58.175 INFO O| Dec 21 03:08:58.175 INFO STEP 433 (remove_files) COMPLETE
56742024-12-21T03:08:58.840Z[ recovery-image] Dec 21 03:08:58.175 INFO O| Dec 21 03:08:58.175 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-21T03:08:58.878Z[ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56762024-12-21T03:08:58.878Z[ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO STEP 434 (remove_files) COMPLETE
56772024-12-21T03:08:58.881Z[ recovery-image] Dec 21 03:08:58.211 INFO O| Dec 21 03:08:58.211 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-21T03:08:58.896Z[ recovery-image] Dec 21 03:08:58.230 INFO O| Dec 21 03:08:58.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56792024-12-21T03:08:58.896Z[ recovery-image] Dec 21 03:08:58.230 INFO O| Dec 21 03:08:58.230 INFO STEP 435 (remove_files) COMPLETE
56802024-12-21T03:08:58.899Z[ recovery-image] Dec 21 03:08:58.230 INFO O| Dec 21 03:08:58.230 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-21T03:08:58.913Z[ recovery-image] Dec 21 03:08:58.248 INFO O| Dec 21 03:08:58.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56822024-12-21T03:08:58.913Z[ recovery-image] Dec 21 03:08:58.248 INFO O| Dec 21 03:08:58.248 INFO STEP 436 (remove_files) COMPLETE
56832024-12-21T03:08:58.918Z[ recovery-image] Dec 21 03:08:58.248 INFO O| Dec 21 03:08:58.248 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-21T03:08:58.932Z[ recovery-image] Dec 21 03:08:58.266 INFO O| Dec 21 03:08:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56852024-12-21T03:08:58.935Z[ recovery-image] Dec 21 03:08:58.267 INFO O| Dec 21 03:08:58.266 INFO STEP 437 (remove_files) COMPLETE
56862024-12-21T03:08:58.935Z[ recovery-image] Dec 21 03:08:58.267 INFO O| Dec 21 03:08:58.267 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-21T03:08:58.951Z[ recovery-image] Dec 21 03:08:58.285 INFO O| Dec 21 03:08:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56882024-12-21T03:08:58.951Z[ recovery-image] Dec 21 03:08:58.286 INFO O| Dec 21 03:08:58.286 INFO STEP 438 (remove_files) COMPLETE
56892024-12-21T03:08:58.953Z[ recovery-image] Dec 21 03:08:58.286 INFO O| Dec 21 03:08:58.286 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-21T03:08:58.974Z[ recovery-image] Dec 21 03:08:58.308 INFO O| Dec 21 03:08:58.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56912024-12-21T03:08:58.979Z[ recovery-image] Dec 21 03:08:58.308 INFO O| Dec 21 03:08:58.308 INFO STEP 439 (remove_files) COMPLETE
56922024-12-21T03:08:58.979Z[ recovery-image] Dec 21 03:08:58.308 INFO O| Dec 21 03:08:58.308 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-21T03:08:58.994Z[ recovery-image] Dec 21 03:08:58.328 INFO O| Dec 21 03:08:58.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56942024-12-21T03:08:58.998Z[ recovery-image] Dec 21 03:08:58.328 INFO O| Dec 21 03:08:58.328 INFO STEP 440 (remove_files) COMPLETE
56952024-12-21T03:08:58.998Z[ recovery-image] Dec 21 03:08:58.328 INFO O| Dec 21 03:08:58.328 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-21T03:08:59.038Z[ recovery-image] Dec 21 03:08:58.372 INFO O| Dec 21 03:08:58.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56972024-12-21T03:08:59.039Z[ recovery-image] Dec 21 03:08:58.372 INFO O| Dec 21 03:08:58.372 INFO STEP 441 (remove_files) COMPLETE
56982024-12-21T03:08:59.039Z[ recovery-image] Dec 21 03:08:58.372 INFO O| Dec 21 03:08:58.372 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-21T03:08:59.058Z[ recovery-image] Dec 21 03:08:58.391 INFO O| Dec 21 03:08:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57002024-12-21T03:08:59.058Z[ recovery-image] Dec 21 03:08:58.391 INFO O| Dec 21 03:08:58.391 INFO STEP 442 (remove_files) COMPLETE
57012024-12-21T03:08:59.058Z[ recovery-image] Dec 21 03:08:58.391 INFO O| Dec 21 03:08:58.391 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-21T03:08:59.118Z[ recovery-image] Dec 21 03:08:58.452 INFO O| Dec 21 03:08:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57032024-12-21T03:08:59.118Z[ recovery-image] Dec 21 03:08:58.453 INFO O| Dec 21 03:08:58.453 INFO STEP 443 (remove_files) COMPLETE
57042024-12-21T03:08:59.118Z[ recovery-image] Dec 21 03:08:58.453 INFO O| Dec 21 03:08:58.453 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-21T03:08:59.140Z[ recovery-image] Dec 21 03:08:58.472 INFO O| Dec 21 03:08:58.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57062024-12-21T03:08:59.140Z[ recovery-image] Dec 21 03:08:58.472 INFO O| Dec 21 03:08:58.472 INFO STEP 444 (remove_files) COMPLETE
57072024-12-21T03:08:59.143Z[ recovery-image] Dec 21 03:08:58.472 INFO O| Dec 21 03:08:58.472 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-21T03:08:59.171Z[ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57092024-12-21T03:08:59.171Z[ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO STEP 445 (remove_files) COMPLETE
57102024-12-21T03:08:59.174Z[ recovery-image] Dec 21 03:08:58.505 INFO O| Dec 21 03:08:58.504 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-21T03:08:59.201Z[ recovery-image] Dec 21 03:08:58.535 INFO O| Dec 21 03:08:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57122024-12-21T03:08:59.207Z[ recovery-image] Dec 21 03:08:58.535 INFO O| Dec 21 03:08:58.535 INFO STEP 446 (remove_files) COMPLETE
57132024-12-21T03:08:59.208Z[ recovery-image] Dec 21 03:08:58.536 INFO O| Dec 21 03:08:58.535 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-21T03:08:59.219Z[ recovery-image] Dec 21 03:08:58.553 INFO O| Dec 21 03:08:58.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57152024-12-21T03:08:59.223Z[ recovery-image] Dec 21 03:08:58.554 INFO O| Dec 21 03:08:58.554 INFO STEP 447 (remove_files) COMPLETE
57162024-12-21T03:08:59.223Z[ recovery-image] Dec 21 03:08:58.554 INFO O| Dec 21 03:08:58.554 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-21T03:08:59.251Z[ recovery-image] Dec 21 03:08:58.585 INFO O| Dec 21 03:08:58.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57182024-12-21T03:08:59.251Z[ recovery-image] Dec 21 03:08:58.585 INFO O| Dec 21 03:08:58.585 INFO STEP 448 (remove_files) COMPLETE
57192024-12-21T03:08:59.251Z[ recovery-image] Dec 21 03:08:58.585 INFO O| Dec 21 03:08:58.585 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-21T03:08:59.264Z[ host-image] Dec 21 03:08:58.598 INFO O| Dec 21 03:08:58.598 INFO O| Planning: Evaluating mediators ... Done
57212024-12-21T03:08:59.269Z[ host-image] Dec 21 03:08:58.603 INFO O| Dec 21 03:08:58.603 INFO O| Planning: Planning completed in 5.70 seconds
57222024-12-21T03:08:59.272Z[ host-image] Dec 21 03:08:58.606 INFO O| Dec 21 03:08:58.606 INFO O| Packages to install: 6
57232024-12-21T03:08:59.272Z[ host-image] Dec 21 03:08:58.606 INFO O| Dec 21 03:08:58.606 INFO O| Mediators to change: 1
57242024-12-21T03:08:59.277Z[ host-image] Dec 21 03:08:58.606 INFO O| Dec 21 03:08:58.606 INFO O| Services to change: 1
57252024-12-21T03:08:59.288Z[ recovery-image] Dec 21 03:08:58.621 INFO O| Dec 21 03:08:58.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57262024-12-21T03:08:59.291Z[ recovery-image] Dec 21 03:08:58.621 INFO O| Dec 21 03:08:58.621 INFO STEP 449 (remove_files) COMPLETE
57272024-12-21T03:08:59.291Z[ recovery-image] Dec 21 03:08:58.621 INFO O| Dec 21 03:08:58.621 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-21T03:08:59.309Z[ host-image] Dec 21 03:08:58.642 INFO O| Dec 21 03:08:58.642 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
57292024-12-21T03:08:59.330Z[ recovery-image] Dec 21 03:08:58.664 INFO O| Dec 21 03:08:58.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57302024-12-21T03:08:59.330Z[ recovery-image] Dec 21 03:08:58.664 INFO O| Dec 21 03:08:58.664 INFO STEP 450 (remove_files) COMPLETE
57312024-12-21T03:08:59.333Z[ recovery-image] Dec 21 03:08:58.664 INFO O| Dec 21 03:08:58.664 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-21T03:08:59.392Z[ recovery-image] Dec 21 03:08:58.726 INFO O| Dec 21 03:08:58.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57332024-12-21T03:08:59.392Z[ recovery-image] Dec 21 03:08:58.726 INFO O| Dec 21 03:08:58.726 INFO STEP 451 (remove_files) COMPLETE
57342024-12-21T03:08:59.392Z[ recovery-image] Dec 21 03:08:58.726 INFO O| Dec 21 03:08:58.726 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-21T03:08:59.410Z[ recovery-image] Dec 21 03:08:58.744 INFO O| Dec 21 03:08:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57362024-12-21T03:08:59.416Z[ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 452 (remove_files) COMPLETE
57372024-12-21T03:08:59.416Z[ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-21T03:08:59.437Z[ recovery-image] Dec 21 03:08:58.770 INFO O| Dec 21 03:08:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57392024-12-21T03:08:59.437Z[ recovery-image] Dec 21 03:08:58.770 INFO O| Dec 21 03:08:58.770 INFO STEP 453 (remove_files) COMPLETE
57402024-12-21T03:08:59.441Z[ recovery-image] Dec 21 03:08:58.770 INFO O| Dec 21 03:08:58.770 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-21T03:08:59.464Z[ recovery-image] Dec 21 03:08:58.798 INFO O| Dec 21 03:08:58.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57422024-12-21T03:08:59.464Z[ recovery-image] Dec 21 03:08:58.798 INFO O| Dec 21 03:08:58.798 INFO STEP 454 (remove_files) COMPLETE
57432024-12-21T03:08:59.466Z[ recovery-image] Dec 21 03:08:58.798 INFO O| Dec 21 03:08:58.798 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-21T03:08:59.510Z[ recovery-image] Dec 21 03:08:58.844 INFO O| Dec 21 03:08:58.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57452024-12-21T03:08:59.510Z[ recovery-image] Dec 21 03:08:58.844 INFO O| Dec 21 03:08:58.844 INFO STEP 455 (remove_files) COMPLETE
57462024-12-21T03:08:59.510Z[ recovery-image] Dec 21 03:08:58.844 INFO O| Dec 21 03:08:58.844 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-21T03:08:59.530Z[ recovery-image] Dec 21 03:08:58.863 INFO O| Dec 21 03:08:58.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57482024-12-21T03:08:59.530Z[ recovery-image] Dec 21 03:08:58.863 INFO O| Dec 21 03:08:58.863 INFO STEP 456 (remove_files) COMPLETE
57492024-12-21T03:08:59.532Z[ recovery-image] Dec 21 03:08:58.863 INFO O| Dec 21 03:08:58.863 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-21T03:08:59.565Z[ recovery-image] Dec 21 03:08:58.899 INFO O| Dec 21 03:08:58.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57512024-12-21T03:08:59.565Z[ recovery-image] Dec 21 03:08:58.900 INFO O| Dec 21 03:08:58.899 INFO STEP 457 (remove_files) COMPLETE
57522024-12-21T03:08:59.568Z[ recovery-image] Dec 21 03:08:58.900 INFO O| Dec 21 03:08:58.899 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-21T03:08:59.585Z[ recovery-image] Dec 21 03:08:58.919 INFO O| Dec 21 03:08:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57542024-12-21T03:08:59.585Z[ recovery-image] Dec 21 03:08:58.919 INFO O| Dec 21 03:08:58.919 INFO STEP 458 (remove_files) COMPLETE
57552024-12-21T03:08:59.585Z[ recovery-image] Dec 21 03:08:58.919 INFO O| Dec 21 03:08:58.919 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-21T03:08:59.604Z[ recovery-image] Dec 21 03:08:58.938 INFO O| Dec 21 03:08:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57572024-12-21T03:08:59.604Z[ recovery-image] Dec 21 03:08:58.938 INFO O| Dec 21 03:08:58.938 INFO STEP 459 (remove_files) COMPLETE
57582024-12-21T03:08:59.607Z[ recovery-image] Dec 21 03:08:58.938 INFO O| Dec 21 03:08:58.938 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-21T03:08:59.623Z[ recovery-image] Dec 21 03:08:58.957 INFO O| Dec 21 03:08:58.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57602024-12-21T03:08:59.642Z[ recovery-image] Dec 21 03:08:58.976 INFO O| Dec 21 03:08:58.976 INFO STEP 460 (remove_files) COMPLETE
57612024-12-21T03:08:59.642Z[ recovery-image] Dec 21 03:08:58.976 INFO O| Dec 21 03:08:58.976 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-21T03:08:59.700Z[ recovery-image] Dec 21 03:08:59.034 INFO O| Dec 21 03:08:59.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57632024-12-21T03:08:59.700Z[ recovery-image] Dec 21 03:08:59.034 INFO O| Dec 21 03:08:59.034 INFO STEP 461 (remove_files) COMPLETE
57642024-12-21T03:08:59.702Z[ recovery-image] Dec 21 03:08:59.034 INFO O| Dec 21 03:08:59.034 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-21T03:08:59.719Z[ recovery-image] Dec 21 03:08:59.053 INFO O| Dec 21 03:08:59.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57662024-12-21T03:08:59.719Z[ recovery-image] Dec 21 03:08:59.053 INFO O| Dec 21 03:08:59.053 INFO STEP 462 (remove_files) COMPLETE
57672024-12-21T03:08:59.719Z[ recovery-image] Dec 21 03:08:59.053 INFO O| Dec 21 03:08:59.053 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-21T03:08:59.737Z[ recovery-image] Dec 21 03:08:59.072 INFO O| Dec 21 03:08:59.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57692024-12-21T03:08:59.737Z[ recovery-image] Dec 21 03:08:59.072 INFO O| Dec 21 03:08:59.072 INFO STEP 463 (remove_files) COMPLETE
57702024-12-21T03:08:59.737Z[ recovery-image] Dec 21 03:08:59.072 INFO O| Dec 21 03:08:59.072 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-21T03:08:59.755Z[ recovery-image] Dec 21 03:08:59.090 INFO O| Dec 21 03:08:59.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57722024-12-21T03:08:59.756Z[ recovery-image] Dec 21 03:08:59.090 INFO O| Dec 21 03:08:59.090 INFO STEP 464 (remove_files) COMPLETE
57732024-12-21T03:08:59.756Z[ recovery-image] Dec 21 03:08:59.090 INFO O| Dec 21 03:08:59.090 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-21T03:08:59.774Z[ recovery-image] Dec 21 03:08:59.109 INFO O| Dec 21 03:08:59.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57752024-12-21T03:08:59.774Z[ recovery-image] Dec 21 03:08:59.109 INFO O| Dec 21 03:08:59.109 INFO STEP 465 (remove_files) COMPLETE
57762024-12-21T03:08:59.779Z[ recovery-image] Dec 21 03:08:59.109 INFO O| Dec 21 03:08:59.109 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-21T03:08:59.796Z[ recovery-image] Dec 21 03:08:59.128 INFO O| Dec 21 03:08:59.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57782024-12-21T03:08:59.796Z[ recovery-image] Dec 21 03:08:59.128 INFO O| Dec 21 03:08:59.128 INFO STEP 466 (remove_files) COMPLETE
57792024-12-21T03:08:59.796Z[ recovery-image] Dec 21 03:08:59.128 INFO O| Dec 21 03:08:59.128 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-21T03:08:59.827Z[ recovery-image] Dec 21 03:08:59.161 INFO O| Dec 21 03:08:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57812024-12-21T03:08:59.827Z[ recovery-image] Dec 21 03:08:59.161 INFO O| Dec 21 03:08:59.161 INFO STEP 467 (remove_files) COMPLETE
57822024-12-21T03:08:59.828Z[ recovery-image] Dec 21 03:08:59.161 INFO O| Dec 21 03:08:59.161 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-21T03:08:59.851Z[ recovery-image] Dec 21 03:08:59.181 INFO O| Dec 21 03:08:59.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57842024-12-21T03:08:59.851Z[ recovery-image] Dec 21 03:08:59.181 INFO O| Dec 21 03:08:59.181 INFO STEP 468 (remove_files) COMPLETE
57852024-12-21T03:08:59.854Z[ recovery-image] Dec 21 03:08:59.181 INFO O| Dec 21 03:08:59.181 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-21T03:08:59.866Z[ recovery-image] Dec 21 03:08:59.199 INFO O| Dec 21 03:08:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57872024-12-21T03:08:59.866Z[ recovery-image] Dec 21 03:08:59.200 INFO O| Dec 21 03:08:59.200 INFO STEP 469 (remove_files) COMPLETE
57882024-12-21T03:08:59.866Z[ recovery-image] Dec 21 03:08:59.200 INFO O| Dec 21 03:08:59.200 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-21T03:08:59.905Z[ recovery-image] Dec 21 03:08:59.239 INFO O| Dec 21 03:08:59.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57902024-12-21T03:08:59.905Z[ recovery-image] Dec 21 03:08:59.239 INFO O| Dec 21 03:08:59.239 INFO STEP 470 (remove_files) COMPLETE
57912024-12-21T03:08:59.905Z[ recovery-image] Dec 21 03:08:59.239 INFO O| Dec 21 03:08:59.239 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-21T03:08:59.927Z[ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57932024-12-21T03:08:59.927Z[ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 471 (remove_files) COMPLETE
57942024-12-21T03:08:59.927Z[ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-21T03:08:59.945Z[ recovery-image] Dec 21 03:08:59.278 INFO O| Dec 21 03:08:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57962024-12-21T03:08:59.945Z[ recovery-image] Dec 21 03:08:59.278 INFO O| Dec 21 03:08:59.278 INFO STEP 472 (remove_files) COMPLETE
57972024-12-21T03:08:59.945Z[ recovery-image] Dec 21 03:08:59.278 INFO O| Dec 21 03:08:59.278 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-21T03:08:59.965Z[ recovery-image] Dec 21 03:08:59.298 INFO O| Dec 21 03:08:59.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57992024-12-21T03:08:59.965Z[ recovery-image] Dec 21 03:08:59.298 INFO O| Dec 21 03:08:59.298 INFO STEP 473 (remove_files) COMPLETE
58002024-12-21T03:08:59.971Z[ recovery-image] Dec 21 03:08:59.298 INFO O| Dec 21 03:08:59.298 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-21T03:08:59.984Z[ recovery-image] Dec 21 03:08:59.318 INFO O| Dec 21 03:08:59.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58022024-12-21T03:08:59.984Z[ recovery-image] Dec 21 03:08:59.318 INFO O| Dec 21 03:08:59.318 INFO STEP 474 (remove_files) COMPLETE
58032024-12-21T03:08:59.992Z[ recovery-image] Dec 21 03:08:59.318 INFO O| Dec 21 03:08:59.318 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-21T03:09:00.004Z[ recovery-image] Dec 21 03:08:59.338 INFO O| Dec 21 03:08:59.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58052024-12-21T03:09:00.004Z[ recovery-image] Dec 21 03:08:59.338 INFO O| Dec 21 03:08:59.338 INFO STEP 475 (remove_files) COMPLETE
58062024-12-21T03:09:00.007Z[ recovery-image] Dec 21 03:08:59.338 INFO O| Dec 21 03:08:59.338 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-21T03:09:00.023Z[ recovery-image] Dec 21 03:08:59.357 INFO O| Dec 21 03:08:59.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58082024-12-21T03:09:00.023Z[ recovery-image] Dec 21 03:08:59.357 INFO O| Dec 21 03:08:59.357 INFO STEP 476 (remove_files) COMPLETE
58092024-12-21T03:09:00.023Z[ recovery-image] Dec 21 03:08:59.357 INFO O| Dec 21 03:08:59.357 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-21T03:09:00.041Z[ recovery-image] Dec 21 03:08:59.376 INFO O| Dec 21 03:08:59.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58112024-12-21T03:09:00.041Z[ recovery-image] Dec 21 03:08:59.376 INFO O| Dec 21 03:08:59.376 INFO STEP 477 (remove_files) COMPLETE
58122024-12-21T03:09:00.044Z[ recovery-image] Dec 21 03:08:59.376 INFO O| Dec 21 03:08:59.376 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-21T03:09:00.061Z[ recovery-image] Dec 21 03:08:59.395 INFO O| Dec 21 03:08:59.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58142024-12-21T03:09:00.061Z[ recovery-image] Dec 21 03:08:59.395 INFO O| Dec 21 03:08:59.395 INFO STEP 478 (remove_files) COMPLETE
58152024-12-21T03:09:00.061Z[ recovery-image] Dec 21 03:08:59.395 INFO O| Dec 21 03:08:59.395 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-21T03:09:00.080Z[ recovery-image] Dec 21 03:08:59.414 INFO O| Dec 21 03:08:59.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58172024-12-21T03:09:00.080Z[ recovery-image] Dec 21 03:08:59.414 INFO O| Dec 21 03:08:59.414 INFO STEP 479 (remove_files) COMPLETE
58182024-12-21T03:09:00.084Z[ recovery-image] Dec 21 03:08:59.414 INFO O| Dec 21 03:08:59.414 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-21T03:09:00.115Z[ recovery-image] Dec 21 03:08:59.449 INFO O| Dec 21 03:08:59.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58202024-12-21T03:09:00.117Z[ recovery-image] Dec 21 03:08:59.449 INFO O| Dec 21 03:08:59.449 INFO STEP 480 (remove_files) COMPLETE
58212024-12-21T03:09:00.117Z[ recovery-image] Dec 21 03:08:59.449 INFO O| Dec 21 03:08:59.449 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-21T03:09:00.135Z[ recovery-image] Dec 21 03:08:59.469 INFO O| Dec 21 03:08:59.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58232024-12-21T03:09:00.138Z[ recovery-image] Dec 21 03:08:59.469 INFO O| Dec 21 03:08:59.469 INFO STEP 481 (remove_files) COMPLETE
58242024-12-21T03:09:00.138Z[ recovery-image] Dec 21 03:08:59.469 INFO O| Dec 21 03:08:59.469 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-21T03:09:00.154Z[ recovery-image] Dec 21 03:08:59.488 INFO O| Dec 21 03:08:59.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58262024-12-21T03:09:00.154Z[ recovery-image] Dec 21 03:08:59.488 INFO O| Dec 21 03:08:59.488 INFO STEP 482 (remove_files) COMPLETE
58272024-12-21T03:09:00.154Z[ recovery-image] Dec 21 03:08:59.488 INFO O| Dec 21 03:08:59.488 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-21T03:09:00.173Z[ recovery-image] Dec 21 03:08:59.508 INFO O| Dec 21 03:08:59.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58292024-12-21T03:09:00.173Z[ recovery-image] Dec 21 03:08:59.508 INFO O| Dec 21 03:08:59.508 INFO STEP 483 (remove_files) COMPLETE
58302024-12-21T03:09:00.176Z[ recovery-image] Dec 21 03:08:59.508 INFO O| Dec 21 03:08:59.508 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-21T03:09:00.224Z[ recovery-image] Dec 21 03:08:59.558 INFO O| Dec 21 03:08:59.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58322024-12-21T03:09:00.227Z[ recovery-image] Dec 21 03:08:59.558 INFO O| Dec 21 03:08:59.558 INFO STEP 484 (remove_files) COMPLETE
58332024-12-21T03:09:00.227Z[ recovery-image] Dec 21 03:08:59.558 INFO O| Dec 21 03:08:59.558 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-21T03:09:00.256Z[ recovery-image] Dec 21 03:08:59.590 INFO O| Dec 21 03:08:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58352024-12-21T03:09:00.256Z[ recovery-image] Dec 21 03:08:59.591 INFO O| Dec 21 03:08:59.591 INFO STEP 485 (remove_files) COMPLETE
58362024-12-21T03:09:00.256Z[ recovery-image] Dec 21 03:08:59.591 INFO O| Dec 21 03:08:59.591 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-21T03:09:00.274Z[ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58382024-12-21T03:09:00.274Z[ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 486 (remove_files) COMPLETE
58392024-12-21T03:09:00.278Z[ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-21T03:09:00.293Z[ recovery-image] Dec 21 03:08:59.623 INFO O| Dec 21 03:08:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58412024-12-21T03:09:00.293Z[ recovery-image] Dec 21 03:08:59.624 INFO O| Dec 21 03:08:59.624 INFO STEP 487 (remove_files) COMPLETE
58422024-12-21T03:09:00.293Z[ recovery-image] Dec 21 03:08:59.624 INFO O| Dec 21 03:08:59.624 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-21T03:09:00.309Z[ recovery-image] Dec 21 03:08:59.640 INFO O| Dec 21 03:08:59.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58442024-12-21T03:09:00.309Z[ recovery-image] Dec 21 03:08:59.640 INFO O| Dec 21 03:08:59.640 INFO STEP 488 (remove_files) COMPLETE
58452024-12-21T03:09:00.312Z[ recovery-image] Dec 21 03:08:59.640 INFO O| Dec 21 03:08:59.640 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-21T03:09:00.325Z[ recovery-image] Dec 21 03:08:59.659 INFO O| Dec 21 03:08:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58472024-12-21T03:09:00.325Z[ recovery-image] Dec 21 03:08:59.659 INFO O| Dec 21 03:08:59.659 INFO STEP 489 (remove_files) COMPLETE
58482024-12-21T03:09:00.325Z[ recovery-image] Dec 21 03:08:59.659 INFO O| Dec 21 03:08:59.659 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-21T03:09:00.343Z[ recovery-image] Dec 21 03:08:59.677 INFO O| Dec 21 03:08:59.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58502024-12-21T03:09:00.344Z[ recovery-image] Dec 21 03:08:59.677 INFO O| Dec 21 03:08:59.677 INFO STEP 490 (remove_files) COMPLETE
58512024-12-21T03:09:00.351Z[ recovery-image] Dec 21 03:08:59.678 INFO O| Dec 21 03:08:59.677 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-21T03:09:00.377Z[ recovery-image] Dec 21 03:08:59.711 INFO O| Dec 21 03:08:59.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58532024-12-21T03:09:00.377Z[ recovery-image] Dec 21 03:08:59.711 INFO O| Dec 21 03:08:59.711 INFO STEP 491 (remove_files) COMPLETE
58542024-12-21T03:09:00.377Z[ recovery-image] Dec 21 03:08:59.711 INFO O| Dec 21 03:08:59.711 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-21T03:09:00.418Z[ recovery-image] Dec 21 03:08:59.751 INFO O| Dec 21 03:08:59.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58562024-12-21T03:09:00.418Z[ recovery-image] Dec 21 03:08:59.751 INFO O| Dec 21 03:08:59.751 INFO STEP 492 (remove_files) COMPLETE
58572024-12-21T03:09:00.421Z[ recovery-image] Dec 21 03:08:59.751 INFO O| Dec 21 03:08:59.751 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-21T03:09:00.434Z[ recovery-image] Dec 21 03:08:59.768 INFO O| Dec 21 03:08:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58592024-12-21T03:09:00.434Z[ recovery-image] Dec 21 03:08:59.768 INFO O| Dec 21 03:08:59.768 INFO STEP 493 (remove_files) COMPLETE
58602024-12-21T03:09:00.436Z[ recovery-image] Dec 21 03:08:59.768 INFO O| Dec 21 03:08:59.768 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-21T03:09:00.460Z[ recovery-image] Dec 21 03:08:59.794 INFO O| Dec 21 03:08:59.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58622024-12-21T03:09:00.460Z[ recovery-image] Dec 21 03:08:59.794 INFO O| Dec 21 03:08:59.794 INFO STEP 494 (remove_files) COMPLETE
58632024-12-21T03:09:00.460Z[ recovery-image] Dec 21 03:08:59.794 INFO O| Dec 21 03:08:59.794 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-21T03:09:00.537Z[ recovery-image] Dec 21 03:08:59.871 INFO O| Dec 21 03:08:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58652024-12-21T03:09:00.537Z[ recovery-image] Dec 21 03:08:59.871 INFO O| Dec 21 03:08:59.871 INFO STEP 495 (remove_files) COMPLETE
58662024-12-21T03:09:00.542Z[ recovery-image] Dec 21 03:08:59.871 INFO O| Dec 21 03:08:59.871 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-21T03:09:00.610Z[ recovery-image] Dec 21 03:08:59.944 INFO O| Dec 21 03:08:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58682024-12-21T03:09:00.610Z[ recovery-image] Dec 21 03:08:59.944 INFO O| Dec 21 03:08:59.944 INFO STEP 496 (remove_files) COMPLETE
58692024-12-21T03:09:00.610Z[ recovery-image] Dec 21 03:08:59.944 INFO O| Dec 21 03:08:59.944 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-21T03:09:00.628Z[ recovery-image] Dec 21 03:08:59.962 INFO O| Dec 21 03:08:59.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58712024-12-21T03:09:00.628Z[ recovery-image] Dec 21 03:08:59.962 INFO O| Dec 21 03:08:59.962 INFO STEP 497 (remove_files) COMPLETE
58722024-12-21T03:09:00.632Z[ recovery-image] Dec 21 03:08:59.963 INFO O| Dec 21 03:08:59.962 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-21T03:09:00.648Z[ recovery-image] Dec 21 03:08:59.982 INFO O| Dec 21 03:08:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58742024-12-21T03:09:00.651Z[ recovery-image] Dec 21 03:08:59.982 INFO O| Dec 21 03:08:59.982 INFO STEP 498 (remove_files) COMPLETE
58752024-12-21T03:09:00.651Z[ recovery-image] Dec 21 03:08:59.982 INFO O| Dec 21 03:08:59.982 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-21T03:09:00.668Z[ recovery-image] Dec 21 03:09:00.002 INFO O| Dec 21 03:09:00.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58772024-12-21T03:09:00.668Z[ recovery-image] Dec 21 03:09:00.002 INFO O| Dec 21 03:09:00.002 INFO STEP 499 (remove_files) COMPLETE
58782024-12-21T03:09:00.668Z[ recovery-image] Dec 21 03:09:00.002 INFO O| Dec 21 03:09:00.002 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-21T03:09:00.689Z[ recovery-image] Dec 21 03:09:00.023 INFO O| Dec 21 03:09:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58802024-12-21T03:09:00.689Z[ recovery-image] Dec 21 03:09:00.023 INFO O| Dec 21 03:09:00.023 INFO STEP 500 (remove_files) COMPLETE
58812024-12-21T03:09:00.691Z[ recovery-image] Dec 21 03:09:00.023 INFO O| Dec 21 03:09:00.023 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-21T03:09:00.707Z[ recovery-image] Dec 21 03:09:00.041 INFO O| Dec 21 03:09:00.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58832024-12-21T03:09:00.707Z[ recovery-image] Dec 21 03:09:00.041 INFO O| Dec 21 03:09:00.041 INFO STEP 501 (remove_files) COMPLETE
58842024-12-21T03:09:00.709Z[ recovery-image] Dec 21 03:09:00.041 INFO O| Dec 21 03:09:00.041 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-21T03:09:00.725Z[ recovery-image] Dec 21 03:09:00.059 INFO O| Dec 21 03:09:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58862024-12-21T03:09:00.725Z[ recovery-image] Dec 21 03:09:00.059 INFO O| Dec 21 03:09:00.059 INFO STEP 502 (remove_files) COMPLETE
58872024-12-21T03:09:00.725Z[ recovery-image] Dec 21 03:09:00.059 INFO O| Dec 21 03:09:00.059 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-21T03:09:00.744Z[ recovery-image] Dec 21 03:09:00.078 INFO O| Dec 21 03:09:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58892024-12-21T03:09:00.748Z[ recovery-image] Dec 21 03:09:00.078 INFO O| Dec 21 03:09:00.078 INFO STEP 503 (remove_files) COMPLETE
58902024-12-21T03:09:00.748Z[ recovery-image] Dec 21 03:09:00.078 INFO O| Dec 21 03:09:00.078 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-21T03:09:00.783Z[ recovery-image] Dec 21 03:09:00.117 INFO O| Dec 21 03:09:00.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58922024-12-21T03:09:00.783Z[ recovery-image] Dec 21 03:09:00.117 INFO O| Dec 21 03:09:00.117 INFO STEP 504 (remove_files) COMPLETE
58932024-12-21T03:09:00.783Z[ recovery-image] Dec 21 03:09:00.117 INFO O| Dec 21 03:09:00.117 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-21T03:09:00.818Z[ recovery-image] Dec 21 03:09:00.152 INFO O| Dec 21 03:09:00.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58952024-12-21T03:09:00.819Z[ recovery-image] Dec 21 03:09:00.152 INFO O| Dec 21 03:09:00.152 INFO STEP 505 (remove_files) COMPLETE
58962024-12-21T03:09:00.819Z[ recovery-image] Dec 21 03:09:00.152 INFO O| Dec 21 03:09:00.152 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-21T03:09:00.858Z[ recovery-image] Dec 21 03:09:00.192 INFO O| Dec 21 03:09:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58982024-12-21T03:09:00.877Z[ recovery-image] Dec 21 03:09:00.193 INFO O| Dec 21 03:09:00.193 INFO STEP 506 (remove_files) COMPLETE
58992024-12-21T03:09:00.877Z[ recovery-image] Dec 21 03:09:00.193 INFO O| Dec 21 03:09:00.193 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-21T03:09:00.898Z[ recovery-image] Dec 21 03:09:00.232 INFO O| Dec 21 03:09:00.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59012024-12-21T03:09:00.898Z[ recovery-image] Dec 21 03:09:00.232 INFO O| Dec 21 03:09:00.232 INFO STEP 507 (remove_files) COMPLETE
59022024-12-21T03:09:00.898Z[ recovery-image] Dec 21 03:09:00.232 INFO O| Dec 21 03:09:00.232 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-21T03:09:00.919Z[ recovery-image] Dec 21 03:09:00.252 INFO O| Dec 21 03:09:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59042024-12-21T03:09:00.919Z[ recovery-image] Dec 21 03:09:00.252 INFO O| Dec 21 03:09:00.252 INFO STEP 508 (remove_files) COMPLETE
59052024-12-21T03:09:00.919Z[ recovery-image] Dec 21 03:09:00.252 INFO O| Dec 21 03:09:00.252 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-21T03:09:00.936Z[ recovery-image] Dec 21 03:09:00.270 INFO O| Dec 21 03:09:00.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59072024-12-21T03:09:00.936Z[ recovery-image] Dec 21 03:09:00.270 INFO O| Dec 21 03:09:00.270 INFO STEP 509 (remove_files) COMPLETE
59082024-12-21T03:09:00.939Z[ recovery-image] Dec 21 03:09:00.270 INFO O| Dec 21 03:09:00.270 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-21T03:09:00.955Z[ recovery-image] Dec 21 03:09:00.287 INFO O| Dec 21 03:09:00.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59102024-12-21T03:09:00.955Z[ recovery-image] Dec 21 03:09:00.287 INFO O| Dec 21 03:09:00.287 INFO STEP 510 (remove_files) COMPLETE
59112024-12-21T03:09:00.959Z[ recovery-image] Dec 21 03:09:00.288 INFO O| Dec 21 03:09:00.287 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-21T03:09:00.972Z[ recovery-image] Dec 21 03:09:00.305 INFO O| Dec 21 03:09:00.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59132024-12-21T03:09:00.972Z[ recovery-image] Dec 21 03:09:00.306 INFO O| Dec 21 03:09:00.305 INFO STEP 511 (remove_files) COMPLETE
59142024-12-21T03:09:00.972Z[ recovery-image] Dec 21 03:09:00.306 INFO O| Dec 21 03:09:00.306 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-21T03:09:00.991Z[ recovery-image] Dec 21 03:09:00.324 INFO O| Dec 21 03:09:00.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59162024-12-21T03:09:00.991Z[ recovery-image] Dec 21 03:09:00.324 INFO O| Dec 21 03:09:00.324 INFO STEP 512 (remove_files) COMPLETE
59172024-12-21T03:09:00.991Z[ recovery-image] Dec 21 03:09:00.324 INFO O| Dec 21 03:09:00.324 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-21T03:09:01.032Z[ recovery-image] Dec 21 03:09:00.366 INFO O| Dec 21 03:09:00.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59192024-12-21T03:09:01.032Z[ recovery-image] Dec 21 03:09:00.366 INFO O| Dec 21 03:09:00.366 INFO STEP 513 (remove_files) COMPLETE
59202024-12-21T03:09:01.032Z[ recovery-image] Dec 21 03:09:00.366 INFO O| Dec 21 03:09:00.366 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-21T03:09:01.106Z[ recovery-image] Dec 21 03:09:00.440 INFO O| Dec 21 03:09:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59222024-12-21T03:09:01.106Z[ recovery-image] Dec 21 03:09:00.440 INFO O| Dec 21 03:09:00.440 INFO STEP 514 (remove_files) COMPLETE
59232024-12-21T03:09:01.106Z[ recovery-image] Dec 21 03:09:00.440 INFO O| Dec 21 03:09:00.440 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-21T03:09:01.128Z[ recovery-image] Dec 21 03:09:00.459 INFO O| Dec 21 03:09:00.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59252024-12-21T03:09:01.128Z[ recovery-image] Dec 21 03:09:00.460 INFO O| Dec 21 03:09:00.460 INFO STEP 515 (remove_files) COMPLETE
59262024-12-21T03:09:01.128Z[ recovery-image] Dec 21 03:09:00.460 INFO O| Dec 21 03:09:00.460 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-21T03:09:01.146Z[ recovery-image] Dec 21 03:09:00.479 INFO O| Dec 21 03:09:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59282024-12-21T03:09:01.146Z[ recovery-image] Dec 21 03:09:00.479 INFO O| Dec 21 03:09:00.479 INFO STEP 516 (remove_files) COMPLETE
59292024-12-21T03:09:01.150Z[ recovery-image] Dec 21 03:09:00.479 INFO O| Dec 21 03:09:00.479 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-21T03:09:01.164Z[ recovery-image] Dec 21 03:09:00.498 INFO O| Dec 21 03:09:00.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59312024-12-21T03:09:01.164Z[ recovery-image] Dec 21 03:09:00.498 INFO O| Dec 21 03:09:00.498 INFO STEP 517 (remove_files) COMPLETE
59322024-12-21T03:09:01.164Z[ recovery-image] Dec 21 03:09:00.498 INFO O| Dec 21 03:09:00.498 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-21T03:09:01.182Z[ recovery-image] Dec 21 03:09:00.516 INFO O| Dec 21 03:09:00.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59342024-12-21T03:09:01.182Z[ recovery-image] Dec 21 03:09:00.516 INFO O| Dec 21 03:09:00.516 INFO STEP 518 (remove_files) COMPLETE
59352024-12-21T03:09:01.182Z[ recovery-image] Dec 21 03:09:00.516 INFO O| Dec 21 03:09:00.516 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-21T03:09:01.201Z[ recovery-image] Dec 21 03:09:00.535 INFO O| Dec 21 03:09:00.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59372024-12-21T03:09:01.201Z[ recovery-image] Dec 21 03:09:00.535 INFO O| Dec 21 03:09:00.535 INFO STEP 519 (remove_files) COMPLETE
59382024-12-21T03:09:01.201Z[ recovery-image] Dec 21 03:09:00.535 INFO O| Dec 21 03:09:00.535 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-21T03:09:01.221Z[ recovery-image] Dec 21 03:09:00.554 INFO O| Dec 21 03:09:00.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59402024-12-21T03:09:01.221Z[ recovery-image] Dec 21 03:09:00.554 INFO O| Dec 21 03:09:00.554 INFO STEP 520 (remove_files) COMPLETE
59412024-12-21T03:09:01.224Z[ recovery-image] Dec 21 03:09:00.554 INFO O| Dec 21 03:09:00.554 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-21T03:09:01.240Z[ recovery-image] Dec 21 03:09:00.574 INFO O| Dec 21 03:09:00.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59432024-12-21T03:09:01.240Z[ recovery-image] Dec 21 03:09:00.574 INFO O| Dec 21 03:09:00.574 INFO STEP 521 (remove_files) COMPLETE
59442024-12-21T03:09:01.240Z[ recovery-image] Dec 21 03:09:00.574 INFO O| Dec 21 03:09:00.574 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-21T03:09:01.259Z[ recovery-image] Dec 21 03:09:00.593 INFO O| Dec 21 03:09:00.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59462024-12-21T03:09:01.262Z[ recovery-image] Dec 21 03:09:00.593 INFO O| Dec 21 03:09:00.593 INFO STEP 522 (remove_files) COMPLETE
59472024-12-21T03:09:01.262Z[ recovery-image] Dec 21 03:09:00.593 INFO O| Dec 21 03:09:00.593 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-21T03:09:01.280Z[ recovery-image] Dec 21 03:09:00.613 INFO O| Dec 21 03:09:00.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59492024-12-21T03:09:01.280Z[ recovery-image] Dec 21 03:09:00.613 INFO O| Dec 21 03:09:00.613 INFO STEP 523 (remove_files) COMPLETE
59502024-12-21T03:09:01.280Z[ recovery-image] Dec 21 03:09:00.613 INFO O| Dec 21 03:09:00.613 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-21T03:09:01.299Z[ recovery-image] Dec 21 03:09:00.632 INFO O| Dec 21 03:09:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59522024-12-21T03:09:01.299Z[ recovery-image] Dec 21 03:09:00.632 INFO O| Dec 21 03:09:00.632 INFO STEP 524 (remove_files) COMPLETE
59532024-12-21T03:09:01.299Z[ recovery-image] Dec 21 03:09:00.632 INFO O| Dec 21 03:09:00.632 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-21T03:09:01.317Z[ recovery-image] Dec 21 03:09:00.651 INFO O| Dec 21 03:09:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59552024-12-21T03:09:01.317Z[ recovery-image] Dec 21 03:09:00.651 INFO O| Dec 21 03:09:00.651 INFO STEP 525 (remove_files) COMPLETE
59562024-12-21T03:09:01.317Z[ recovery-image] Dec 21 03:09:00.651 INFO O| Dec 21 03:09:00.651 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-21T03:09:01.340Z[ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59582024-12-21T03:09:01.340Z[ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 526 (remove_files) COMPLETE
59592024-12-21T03:09:01.343Z[ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-21T03:09:01.359Z[ recovery-image] Dec 21 03:09:00.692 INFO O| Dec 21 03:09:00.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59612024-12-21T03:09:01.359Z[ recovery-image] Dec 21 03:09:00.692 INFO O| Dec 21 03:09:00.692 INFO STEP 527 (remove_files) COMPLETE
59622024-12-21T03:09:01.359Z[ recovery-image] Dec 21 03:09:00.692 INFO O| Dec 21 03:09:00.692 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-21T03:09:01.386Z[ recovery-image] Dec 21 03:09:00.712 INFO O| Dec 21 03:09:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59642024-12-21T03:09:01.407Z[ recovery-image] Dec 21 03:09:00.734 INFO O| Dec 21 03:09:00.734 INFO STEP 528 (remove_files) COMPLETE
59652024-12-21T03:09:01.408Z[ recovery-image] Dec 21 03:09:00.734 INFO O| Dec 21 03:09:00.734 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-21T03:09:01.464Z[ recovery-image] Dec 21 03:09:00.797 INFO O| Dec 21 03:09:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59672024-12-21T03:09:01.464Z[ recovery-image] Dec 21 03:09:00.798 INFO O| Dec 21 03:09:00.798 INFO STEP 529 (remove_files) COMPLETE
59682024-12-21T03:09:01.466Z[ recovery-image] Dec 21 03:09:00.798 INFO O| Dec 21 03:09:00.798 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-21T03:09:01.487Z[ recovery-image] Dec 21 03:09:00.819 INFO O| Dec 21 03:09:00.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59702024-12-21T03:09:01.488Z[ recovery-image] Dec 21 03:09:00.819 INFO O| Dec 21 03:09:00.819 INFO STEP 530 (remove_files) COMPLETE
59712024-12-21T03:09:01.494Z[ recovery-image] Dec 21 03:09:00.819 INFO O| Dec 21 03:09:00.819 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-21T03:09:01.509Z[ recovery-image] Dec 21 03:09:00.841 INFO O| Dec 21 03:09:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59732024-12-21T03:09:01.510Z[ recovery-image] Dec 21 03:09:00.841 INFO O| Dec 21 03:09:00.841 INFO STEP 531 (remove_files) COMPLETE
59742024-12-21T03:09:01.523Z[ recovery-image] Dec 21 03:09:00.841 INFO O| Dec 21 03:09:00.841 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-21T03:09:01.527Z[ recovery-image] Dec 21 03:09:00.860 INFO O| Dec 21 03:09:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59762024-12-21T03:09:01.527Z[ recovery-image] Dec 21 03:09:00.861 INFO O| Dec 21 03:09:00.861 INFO STEP 532 (remove_files) COMPLETE
59772024-12-21T03:09:01.531Z[ recovery-image] Dec 21 03:09:00.861 INFO O| Dec 21 03:09:00.861 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-21T03:09:01.548Z[ recovery-image] Dec 21 03:09:00.880 INFO O| Dec 21 03:09:00.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59792024-12-21T03:09:01.548Z[ recovery-image] Dec 21 03:09:00.880 INFO O| Dec 21 03:09:00.880 INFO STEP 533 (remove_files) COMPLETE
59802024-12-21T03:09:01.548Z[ recovery-image] Dec 21 03:09:00.880 INFO O| Dec 21 03:09:00.880 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-21T03:09:01.568Z[ recovery-image] Dec 21 03:09:00.901 INFO O| Dec 21 03:09:00.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59822024-12-21T03:09:01.568Z[ recovery-image] Dec 21 03:09:00.901 INFO O| Dec 21 03:09:00.901 INFO STEP 534 (remove_files) COMPLETE
59832024-12-21T03:09:01.570Z[ recovery-image] Dec 21 03:09:00.901 INFO O| Dec 21 03:09:00.901 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-21T03:09:01.588Z[ recovery-image] Dec 21 03:09:00.922 INFO O| Dec 21 03:09:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59852024-12-21T03:09:01.588Z[ recovery-image] Dec 21 03:09:00.922 INFO O| Dec 21 03:09:00.922 INFO STEP 535 (remove_files) COMPLETE
59862024-12-21T03:09:01.588Z[ recovery-image] Dec 21 03:09:00.922 INFO O| Dec 21 03:09:00.922 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-21T03:09:01.610Z[ recovery-image] Dec 21 03:09:00.942 INFO O| Dec 21 03:09:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59882024-12-21T03:09:01.613Z[ recovery-image] Dec 21 03:09:00.942 INFO O| Dec 21 03:09:00.942 INFO STEP 536 (remove_files) COMPLETE
59892024-12-21T03:09:01.613Z[ recovery-image] Dec 21 03:09:00.942 INFO O| Dec 21 03:09:00.942 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-21T03:09:01.630Z[ recovery-image] Dec 21 03:09:00.963 INFO O| Dec 21 03:09:00.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59912024-12-21T03:09:01.630Z[ recovery-image] Dec 21 03:09:00.963 INFO O| Dec 21 03:09:00.963 INFO STEP 537 (remove_files) COMPLETE
59922024-12-21T03:09:01.634Z[ recovery-image] Dec 21 03:09:00.963 INFO O| Dec 21 03:09:00.963 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-21T03:09:01.650Z[ recovery-image] Dec 21 03:09:00.984 INFO O| Dec 21 03:09:00.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59942024-12-21T03:09:01.650Z[ recovery-image] Dec 21 03:09:00.984 INFO O| Dec 21 03:09:00.984 INFO STEP 538 (remove_files) COMPLETE
59952024-12-21T03:09:01.650Z[ recovery-image] Dec 21 03:09:00.984 INFO O| Dec 21 03:09:00.984 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-21T03:09:01.672Z[ recovery-image] Dec 21 03:09:01.004 INFO O| Dec 21 03:09:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59972024-12-21T03:09:01.672Z[ recovery-image] Dec 21 03:09:01.004 INFO O| Dec 21 03:09:01.004 INFO STEP 539 (remove_files) COMPLETE
59982024-12-21T03:09:01.683Z[ recovery-image] Dec 21 03:09:01.004 INFO O| Dec 21 03:09:01.004 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-21T03:09:01.694Z[ recovery-image] Dec 21 03:09:01.024 INFO O| Dec 21 03:09:01.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60002024-12-21T03:09:01.694Z[ recovery-image] Dec 21 03:09:01.024 INFO O| Dec 21 03:09:01.024 INFO STEP 540 (remove_files) COMPLETE
60012024-12-21T03:09:01.704Z[ recovery-image] Dec 21 03:09:01.024 INFO O| Dec 21 03:09:01.024 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-21T03:09:01.709Z[ recovery-image] Dec 21 03:09:01.042 INFO O| Dec 21 03:09:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60032024-12-21T03:09:01.709Z[ recovery-image] Dec 21 03:09:01.043 INFO O| Dec 21 03:09:01.043 INFO STEP 541 (remove_files) COMPLETE
60042024-12-21T03:09:01.709Z[ recovery-image] Dec 21 03:09:01.043 INFO O| Dec 21 03:09:01.043 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-21T03:09:01.729Z[ recovery-image] Dec 21 03:09:01.062 INFO O| Dec 21 03:09:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60062024-12-21T03:09:01.729Z[ recovery-image] Dec 21 03:09:01.062 INFO O| Dec 21 03:09:01.062 INFO STEP 542 (remove_files) COMPLETE
60072024-12-21T03:09:01.732Z[ recovery-image] Dec 21 03:09:01.062 INFO O| Dec 21 03:09:01.062 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-21T03:09:01.747Z[ recovery-image] Dec 21 03:09:01.081 INFO O| Dec 21 03:09:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60092024-12-21T03:09:01.747Z[ recovery-image] Dec 21 03:09:01.081 INFO O| Dec 21 03:09:01.081 INFO STEP 543 (remove_files) COMPLETE
60102024-12-21T03:09:01.751Z[ recovery-image] Dec 21 03:09:01.081 INFO O| Dec 21 03:09:01.081 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-21T03:09:01.768Z[ recovery-image] Dec 21 03:09:01.101 INFO O| Dec 21 03:09:01.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60122024-12-21T03:09:01.768Z[ recovery-image] Dec 21 03:09:01.101 INFO O| Dec 21 03:09:01.101 INFO STEP 544 (remove_files) COMPLETE
60132024-12-21T03:09:01.771Z[ recovery-image] Dec 21 03:09:01.102 INFO O| Dec 21 03:09:01.101 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-21T03:09:01.788Z[ recovery-image] Dec 21 03:09:01.122 INFO O| Dec 21 03:09:01.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60152024-12-21T03:09:01.788Z[ recovery-image] Dec 21 03:09:01.122 INFO O| Dec 21 03:09:01.122 INFO STEP 545 (remove_files) COMPLETE
60162024-12-21T03:09:01.788Z[ recovery-image] Dec 21 03:09:01.122 INFO O| Dec 21 03:09:01.122 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-21T03:09:01.814Z[ recovery-image] Dec 21 03:09:01.148 INFO O| Dec 21 03:09:01.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60182024-12-21T03:09:01.814Z[ recovery-image] Dec 21 03:09:01.148 INFO O| Dec 21 03:09:01.148 INFO STEP 546 (remove_files) COMPLETE
60192024-12-21T03:09:01.814Z[ recovery-image] Dec 21 03:09:01.148 INFO O| Dec 21 03:09:01.148 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-21T03:09:01.854Z[ recovery-image] Dec 21 03:09:01.185 INFO O| Dec 21 03:09:01.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60212024-12-21T03:09:01.854Z[ recovery-image] Dec 21 03:09:01.185 INFO O| Dec 21 03:09:01.185 INFO STEP 547 (remove_files) COMPLETE
60222024-12-21T03:09:01.855Z[ recovery-image] Dec 21 03:09:01.185 INFO O| Dec 21 03:09:01.185 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-21T03:09:01.889Z[ recovery-image] Dec 21 03:09:01.223 INFO O| Dec 21 03:09:01.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60242024-12-21T03:09:01.889Z[ recovery-image] Dec 21 03:09:01.223 INFO O| Dec 21 03:09:01.223 INFO STEP 548 (remove_files) COMPLETE
60252024-12-21T03:09:01.892Z[ recovery-image] Dec 21 03:09:01.223 INFO O| Dec 21 03:09:01.223 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-21T03:09:01.979Z[ recovery-image] Dec 21 03:09:01.309 INFO O| Dec 21 03:09:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60272024-12-21T03:09:01.979Z[ recovery-image] Dec 21 03:09:01.309 INFO O| Dec 21 03:09:01.309 INFO STEP 549 (remove_files) COMPLETE
60282024-12-21T03:09:01.984Z[ recovery-image] Dec 21 03:09:01.309 INFO O| Dec 21 03:09:01.309 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-21T03:09:02.047Z[ recovery-image] Dec 21 03:09:01.381 INFO O| Dec 21 03:09:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60302024-12-21T03:09:02.048Z[ recovery-image] Dec 21 03:09:01.381 INFO O| Dec 21 03:09:01.381 INFO STEP 550 (remove_files) COMPLETE
60312024-12-21T03:09:02.048Z[ recovery-image] Dec 21 03:09:01.381 INFO O| Dec 21 03:09:01.381 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-21T03:09:02.104Z[ recovery-image] Dec 21 03:09:01.438 INFO O| Dec 21 03:09:01.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60332024-12-21T03:09:02.107Z[ recovery-image] Dec 21 03:09:01.438 INFO O| Dec 21 03:09:01.438 INFO STEP 551 (remove_files) COMPLETE
60342024-12-21T03:09:02.107Z[ recovery-image] Dec 21 03:09:01.438 INFO O| Dec 21 03:09:01.438 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-21T03:09:02.145Z[ recovery-image] Dec 21 03:09:01.458 INFO O| Dec 21 03:09:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60362024-12-21T03:09:02.153Z[ recovery-image] Dec 21 03:09:01.459 INFO O| Dec 21 03:09:01.459 INFO STEP 552 (remove_files) COMPLETE
60372024-12-21T03:09:02.153Z[ recovery-image] Dec 21 03:09:01.459 INFO O| Dec 21 03:09:01.459 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-21T03:09:02.153Z[ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60392024-12-21T03:09:02.153Z[ recovery-image] Dec 21 03:09:01.478 INFO O| Dec 21 03:09:01.478 INFO STEP 553 (remove_files) COMPLETE
60402024-12-21T03:09:02.153Z[ recovery-image] Dec 21 03:09:01.478 INFO O| Dec 21 03:09:01.478 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-21T03:09:02.164Z[ recovery-image] Dec 21 03:09:01.498 INFO O| Dec 21 03:09:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60422024-12-21T03:09:02.176Z[ recovery-image] Dec 21 03:09:01.510 INFO O| Dec 21 03:09:01.510 INFO STEP 554 (remove_files) COMPLETE
60432024-12-21T03:09:02.178Z[ recovery-image] Dec 21 03:09:01.510 INFO O| Dec 21 03:09:01.510 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-21T03:09:02.215Z[ recovery-image] Dec 21 03:09:01.532 INFO O| Dec 21 03:09:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60452024-12-21T03:09:02.222Z[ recovery-image] Dec 21 03:09:01.532 INFO O| Dec 21 03:09:01.532 INFO STEP 555 (remove_files) COMPLETE
60462024-12-21T03:09:02.222Z[ recovery-image] Dec 21 03:09:01.532 INFO O| Dec 21 03:09:01.532 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-21T03:09:02.222Z[ recovery-image] Dec 21 03:09:01.552 INFO O| Dec 21 03:09:01.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60482024-12-21T03:09:02.222Z[ recovery-image] Dec 21 03:09:01.552 INFO O| Dec 21 03:09:01.552 INFO STEP 556 (remove_files) COMPLETE
60492024-12-21T03:09:02.222Z[ recovery-image] Dec 21 03:09:01.553 INFO O| Dec 21 03:09:01.552 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-21T03:09:02.239Z[ recovery-image] Dec 21 03:09:01.572 INFO O| Dec 21 03:09:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60512024-12-21T03:09:02.243Z[ recovery-image] Dec 21 03:09:01.573 INFO O| Dec 21 03:09:01.573 INFO STEP 557 (remove_files) COMPLETE
60522024-12-21T03:09:02.243Z[ recovery-image] Dec 21 03:09:01.573 INFO O| Dec 21 03:09:01.573 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-21T03:09:02.262Z[ recovery-image] Dec 21 03:09:01.595 INFO O| Dec 21 03:09:01.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60542024-12-21T03:09:02.262Z[ recovery-image] Dec 21 03:09:01.595 INFO O| Dec 21 03:09:01.595 INFO STEP 558 (remove_files) COMPLETE
60552024-12-21T03:09:02.262Z[ recovery-image] Dec 21 03:09:01.595 INFO O| Dec 21 03:09:01.595 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-21T03:09:02.288Z[ recovery-image] Dec 21 03:09:01.622 INFO O| Dec 21 03:09:01.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60572024-12-21T03:09:02.288Z[ recovery-image] Dec 21 03:09:01.622 INFO O| Dec 21 03:09:01.622 INFO STEP 559 (remove_files) COMPLETE
60582024-12-21T03:09:02.288Z[ recovery-image] Dec 21 03:09:01.622 INFO O| Dec 21 03:09:01.622 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-21T03:09:02.313Z[ recovery-image] Dec 21 03:09:01.645 INFO O| Dec 21 03:09:01.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60602024-12-21T03:09:02.313Z[ recovery-image] Dec 21 03:09:01.645 INFO O| Dec 21 03:09:01.645 INFO STEP 560 (remove_files) COMPLETE
60612024-12-21T03:09:02.313Z[ recovery-image] Dec 21 03:09:01.645 INFO O| Dec 21 03:09:01.645 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-21T03:09:02.335Z[ recovery-image] Dec 21 03:09:01.667 INFO O| Dec 21 03:09:01.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60632024-12-21T03:09:02.335Z[ recovery-image] Dec 21 03:09:01.668 INFO O| Dec 21 03:09:01.668 INFO STEP 561 (remove_files) COMPLETE
60642024-12-21T03:09:02.335Z[ recovery-image] Dec 21 03:09:01.668 INFO O| Dec 21 03:09:01.668 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-21T03:09:02.356Z[ recovery-image] Dec 21 03:09:01.690 INFO O| Dec 21 03:09:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60662024-12-21T03:09:02.356Z[ recovery-image] Dec 21 03:09:01.690 INFO O| Dec 21 03:09:01.690 INFO STEP 562 (remove_files) COMPLETE
60672024-12-21T03:09:02.359Z[ recovery-image] Dec 21 03:09:01.690 INFO O| Dec 21 03:09:01.690 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-21T03:09:02.377Z[ recovery-image] Dec 21 03:09:01.710 INFO O| Dec 21 03:09:01.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60692024-12-21T03:09:02.377Z[ recovery-image] Dec 21 03:09:01.710 INFO O| Dec 21 03:09:01.710 INFO STEP 563 (remove_files) COMPLETE
60702024-12-21T03:09:02.377Z[ recovery-image] Dec 21 03:09:01.710 INFO O| Dec 21 03:09:01.710 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-21T03:09:02.396Z[ recovery-image] Dec 21 03:09:01.730 INFO O| Dec 21 03:09:01.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60722024-12-21T03:09:02.399Z[ recovery-image] Dec 21 03:09:01.730 INFO O| Dec 21 03:09:01.730 INFO STEP 564 (remove_files) COMPLETE
60732024-12-21T03:09:02.399Z[ recovery-image] Dec 21 03:09:01.730 INFO O| Dec 21 03:09:01.730 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-21T03:09:02.415Z[ recovery-image] Dec 21 03:09:01.749 INFO O| Dec 21 03:09:01.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60752024-12-21T03:09:02.415Z[ recovery-image] Dec 21 03:09:01.749 INFO O| Dec 21 03:09:01.749 INFO STEP 565 (remove_files) COMPLETE
60762024-12-21T03:09:02.415Z[ recovery-image] Dec 21 03:09:01.749 INFO O| Dec 21 03:09:01.749 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-21T03:09:02.434Z[ recovery-image] Dec 21 03:09:01.768 INFO O| Dec 21 03:09:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60782024-12-21T03:09:02.434Z[ recovery-image] Dec 21 03:09:01.768 INFO O| Dec 21 03:09:01.768 INFO STEP 566 (remove_files) COMPLETE
60792024-12-21T03:09:02.437Z[ recovery-image] Dec 21 03:09:01.768 INFO O| Dec 21 03:09:01.768 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-21T03:09:02.470Z[ recovery-image] Dec 21 03:09:01.802 INFO O| Dec 21 03:09:01.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60812024-12-21T03:09:02.470Z[ recovery-image] Dec 21 03:09:01.802 INFO O| Dec 21 03:09:01.802 INFO STEP 567 (remove_files) COMPLETE
60822024-12-21T03:09:02.473Z[ recovery-image] Dec 21 03:09:01.802 INFO O| Dec 21 03:09:01.802 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-21T03:09:02.490Z[ recovery-image] Dec 21 03:09:01.823 INFO O| Dec 21 03:09:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60842024-12-21T03:09:02.490Z[ recovery-image] Dec 21 03:09:01.823 INFO O| Dec 21 03:09:01.823 INFO STEP 568 (remove_files) COMPLETE
60852024-12-21T03:09:02.493Z[ recovery-image] Dec 21 03:09:01.823 INFO O| Dec 21 03:09:01.823 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-21T03:09:02.510Z[ recovery-image] Dec 21 03:09:01.843 INFO O| Dec 21 03:09:01.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60872024-12-21T03:09:02.510Z[ recovery-image] Dec 21 03:09:01.843 INFO O| Dec 21 03:09:01.843 INFO STEP 569 (remove_files) COMPLETE
60882024-12-21T03:09:02.516Z[ recovery-image] Dec 21 03:09:01.843 INFO O| Dec 21 03:09:01.843 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-21T03:09:02.529Z[ recovery-image] Dec 21 03:09:01.863 INFO O| Dec 21 03:09:01.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60902024-12-21T03:09:02.533Z[ recovery-image] Dec 21 03:09:01.863 INFO O| Dec 21 03:09:01.863 INFO STEP 570 (remove_files) COMPLETE
60912024-12-21T03:09:02.533Z[ recovery-image] Dec 21 03:09:01.863 INFO O| Dec 21 03:09:01.863 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-21T03:09:02.548Z[ recovery-image] Dec 21 03:09:01.882 INFO O| Dec 21 03:09:01.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60932024-12-21T03:09:02.548Z[ recovery-image] Dec 21 03:09:01.882 INFO O| Dec 21 03:09:01.882 INFO STEP 571 (remove_files) COMPLETE
60942024-12-21T03:09:02.554Z[ recovery-image] Dec 21 03:09:01.882 INFO O| Dec 21 03:09:01.882 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-21T03:09:02.570Z[ recovery-image] Dec 21 03:09:01.902 INFO O| Dec 21 03:09:01.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60962024-12-21T03:09:02.570Z[ recovery-image] Dec 21 03:09:01.902 INFO O| Dec 21 03:09:01.902 INFO STEP 572 (remove_files) COMPLETE
60972024-12-21T03:09:02.573Z[ recovery-image] Dec 21 03:09:01.902 INFO O| Dec 21 03:09:01.902 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-21T03:09:02.601Z[ recovery-image] Dec 21 03:09:01.929 INFO O| Dec 21 03:09:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60992024-12-21T03:09:02.605Z[ recovery-image] Dec 21 03:09:01.929 INFO O| Dec 21 03:09:01.929 INFO STEP 573 (remove_files) COMPLETE
61002024-12-21T03:09:02.605Z[ recovery-image] Dec 21 03:09:01.930 INFO O| Dec 21 03:09:01.930 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-21T03:09:02.641Z[ recovery-image] Dec 21 03:09:01.971 INFO O| Dec 21 03:09:01.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61022024-12-21T03:09:02.650Z[ recovery-image] Dec 21 03:09:01.971 INFO O| Dec 21 03:09:01.971 INFO STEP 574 (remove_files) COMPLETE
61032024-12-21T03:09:02.650Z[ recovery-image] Dec 21 03:09:01.971 INFO O| Dec 21 03:09:01.971 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-21T03:09:02.658Z[ recovery-image] Dec 21 03:09:01.991 INFO O| Dec 21 03:09:01.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61052024-12-21T03:09:02.662Z[ recovery-image] Dec 21 03:09:01.992 INFO O| Dec 21 03:09:01.992 INFO STEP 575 (remove_files) COMPLETE
61062024-12-21T03:09:02.662Z[ recovery-image] Dec 21 03:09:01.992 INFO O| Dec 21 03:09:01.992 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-21T03:09:02.681Z[ recovery-image] Dec 21 03:09:02.015 INFO O| Dec 21 03:09:02.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61082024-12-21T03:09:02.684Z[ recovery-image] Dec 21 03:09:02.015 INFO O| Dec 21 03:09:02.015 INFO STEP 576 (remove_files) COMPLETE
61092024-12-21T03:09:02.684Z[ recovery-image] Dec 21 03:09:02.015 INFO O| Dec 21 03:09:02.015 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-21T03:09:02.702Z[ recovery-image] Dec 21 03:09:02.036 INFO O| Dec 21 03:09:02.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61112024-12-21T03:09:02.705Z[ recovery-image] Dec 21 03:09:02.036 INFO O| Dec 21 03:09:02.036 INFO STEP 577 (remove_files) COMPLETE
61122024-12-21T03:09:02.705Z[ recovery-image] Dec 21 03:09:02.037 INFO O| Dec 21 03:09:02.036 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-21T03:09:02.728Z[ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61142024-12-21T03:09:02.752Z[ recovery-image] Dec 21 03:09:02.084 INFO O| Dec 21 03:09:02.084 INFO STEP 578 (remove_files) COMPLETE
61152024-12-21T03:09:02.753Z[ recovery-image] Dec 21 03:09:02.084 INFO O| Dec 21 03:09:02.084 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-21T03:09:02.789Z[ recovery-image] Dec 21 03:09:02.123 INFO O| Dec 21 03:09:02.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61172024-12-21T03:09:02.793Z[ recovery-image] Dec 21 03:09:02.124 INFO O| Dec 21 03:09:02.124 INFO STEP 579 (remove_files) COMPLETE
61182024-12-21T03:09:02.794Z[ recovery-image] Dec 21 03:09:02.124 INFO O| Dec 21 03:09:02.124 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-21T03:09:02.813Z[ recovery-image] Dec 21 03:09:02.147 INFO O| Dec 21 03:09:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61202024-12-21T03:09:02.816Z[ recovery-image] Dec 21 03:09:02.147 INFO O| Dec 21 03:09:02.147 INFO STEP 580 (remove_files) COMPLETE
61212024-12-21T03:09:02.816Z[ recovery-image] Dec 21 03:09:02.147 INFO O| Dec 21 03:09:02.147 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-21T03:09:02.852Z[ recovery-image] Dec 21 03:09:02.186 INFO O| Dec 21 03:09:02.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61232024-12-21T03:09:02.852Z[ recovery-image] Dec 21 03:09:02.186 INFO O| Dec 21 03:09:02.186 INFO STEP 581 (remove_files) COMPLETE
61242024-12-21T03:09:02.857Z[ recovery-image] Dec 21 03:09:02.186 INFO O| Dec 21 03:09:02.186 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-21T03:09:02.927Z[ recovery-image] Dec 21 03:09:02.261 INFO O| Dec 21 03:09:02.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61262024-12-21T03:09:02.927Z[ recovery-image] Dec 21 03:09:02.261 INFO O| Dec 21 03:09:02.261 INFO STEP 582 (remove_files) COMPLETE
61272024-12-21T03:09:02.927Z[ recovery-image] Dec 21 03:09:02.261 INFO O| Dec 21 03:09:02.261 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-21T03:09:02.982Z[ recovery-image] Dec 21 03:09:02.316 INFO O| Dec 21 03:09:02.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61292024-12-21T03:09:03.006Z[ recovery-image] Dec 21 03:09:02.340 INFO O| Dec 21 03:09:02.340 INFO STEP 583 (remove_files) COMPLETE
61302024-12-21T03:09:03.006Z[ recovery-image] Dec 21 03:09:02.340 INFO O| Dec 21 03:09:02.340 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-21T03:09:03.026Z[ recovery-image] Dec 21 03:09:02.359 INFO O| Dec 21 03:09:02.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61322024-12-21T03:09:03.026Z[ recovery-image] Dec 21 03:09:02.359 INFO O| Dec 21 03:09:02.359 INFO STEP 584 (remove_files) COMPLETE
61332024-12-21T03:09:03.030Z[ recovery-image] Dec 21 03:09:02.360 INFO O| Dec 21 03:09:02.359 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-21T03:09:03.045Z[ recovery-image] Dec 21 03:09:02.378 INFO O| Dec 21 03:09:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61352024-12-21T03:09:03.045Z[ recovery-image] Dec 21 03:09:02.378 INFO O| Dec 21 03:09:02.378 INFO STEP 585 (remove_files) COMPLETE
61362024-12-21T03:09:03.048Z[ recovery-image] Dec 21 03:09:02.378 INFO O| Dec 21 03:09:02.378 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-21T03:09:03.063Z[ recovery-image] Dec 21 03:09:02.397 INFO O| Dec 21 03:09:02.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61382024-12-21T03:09:03.063Z[ recovery-image] Dec 21 03:09:02.397 INFO O| Dec 21 03:09:02.397 INFO STEP 586 (remove_files) COMPLETE
61392024-12-21T03:09:03.063Z[ recovery-image] Dec 21 03:09:02.397 INFO O| Dec 21 03:09:02.397 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-21T03:09:03.084Z[ recovery-image] Dec 21 03:09:02.418 INFO O| Dec 21 03:09:02.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61412024-12-21T03:09:03.084Z[ recovery-image] Dec 21 03:09:02.418 INFO O| Dec 21 03:09:02.418 INFO STEP 587 (remove_files) COMPLETE
61422024-12-21T03:09:03.090Z[ recovery-image] Dec 21 03:09:02.418 INFO O| Dec 21 03:09:02.418 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-21T03:09:03.109Z[ recovery-image] Dec 21 03:09:02.442 INFO O| Dec 21 03:09:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61442024-12-21T03:09:03.109Z[ recovery-image] Dec 21 03:09:02.442 INFO O| Dec 21 03:09:02.442 INFO STEP 588 (remove_files) COMPLETE
61452024-12-21T03:09:03.109Z[ recovery-image] Dec 21 03:09:02.442 INFO O| Dec 21 03:09:02.442 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-21T03:09:03.136Z[ recovery-image] Dec 21 03:09:02.467 INFO O| Dec 21 03:09:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61472024-12-21T03:09:03.136Z[ recovery-image] Dec 21 03:09:02.467 INFO O| Dec 21 03:09:02.467 INFO STEP 589 (remove_files) COMPLETE
61482024-12-21T03:09:03.136Z[ recovery-image] Dec 21 03:09:02.467 INFO O| Dec 21 03:09:02.467 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-21T03:09:03.158Z[ recovery-image] Dec 21 03:09:02.492 INFO O| Dec 21 03:09:02.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61502024-12-21T03:09:03.158Z[ recovery-image] Dec 21 03:09:02.492 INFO O| Dec 21 03:09:02.492 INFO STEP 590 (remove_files) COMPLETE
61512024-12-21T03:09:03.158Z[ recovery-image] Dec 21 03:09:02.492 INFO O| Dec 21 03:09:02.492 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-21T03:09:03.181Z[ recovery-image] Dec 21 03:09:02.515 INFO O| Dec 21 03:09:02.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61532024-12-21T03:09:03.181Z[ recovery-image] Dec 21 03:09:02.515 INFO O| Dec 21 03:09:02.515 INFO STEP 591 (remove_files) COMPLETE
61542024-12-21T03:09:03.184Z[ recovery-image] Dec 21 03:09:02.515 INFO O| Dec 21 03:09:02.515 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-21T03:09:03.209Z[ recovery-image] Dec 21 03:09:02.542 INFO O| Dec 21 03:09:02.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61562024-12-21T03:09:03.209Z[ recovery-image] Dec 21 03:09:02.542 INFO O| Dec 21 03:09:02.542 INFO STEP 592 (remove_files) COMPLETE
61572024-12-21T03:09:03.209Z[ recovery-image] Dec 21 03:09:02.542 INFO O| Dec 21 03:09:02.542 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-21T03:09:03.230Z[ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61592024-12-21T03:09:03.230Z[ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 593 (remove_files) COMPLETE
61602024-12-21T03:09:03.230Z[ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-21T03:09:03.259Z[ recovery-image] Dec 21 03:09:02.583 INFO O| Dec 21 03:09:02.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61622024-12-21T03:09:03.259Z[ recovery-image] Dec 21 03:09:02.583 INFO O| Dec 21 03:09:02.583 INFO STEP 594 (remove_files) COMPLETE
61632024-12-21T03:09:03.263Z[ recovery-image] Dec 21 03:09:02.583 INFO O| Dec 21 03:09:02.583 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-21T03:09:03.269Z[ recovery-image] Dec 21 03:09:02.603 INFO O| Dec 21 03:09:02.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61652024-12-21T03:09:03.269Z[ recovery-image] Dec 21 03:09:02.603 INFO O| Dec 21 03:09:02.603 INFO STEP 595 (remove_files) COMPLETE
61662024-12-21T03:09:03.269Z[ recovery-image] Dec 21 03:09:02.603 INFO O| Dec 21 03:09:02.603 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-21T03:09:03.329Z[ recovery-image] Dec 21 03:09:02.641 INFO O| Dec 21 03:09:02.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61682024-12-21T03:09:03.329Z[ recovery-image] Dec 21 03:09:02.641 INFO O| Dec 21 03:09:02.641 INFO STEP 596 (remove_files) COMPLETE
61692024-12-21T03:09:03.329Z[ recovery-image] Dec 21 03:09:02.641 INFO O| Dec 21 03:09:02.641 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-21T03:09:03.381Z[ recovery-image] Dec 21 03:09:02.709 INFO O| Dec 21 03:09:02.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61712024-12-21T03:09:03.381Z[ recovery-image] Dec 21 03:09:02.709 INFO O| Dec 21 03:09:02.709 INFO STEP 597 (remove_files) COMPLETE
61722024-12-21T03:09:03.381Z[ recovery-image] Dec 21 03:09:02.709 INFO O| Dec 21 03:09:02.709 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-21T03:09:03.444Z[ recovery-image] Dec 21 03:09:02.769 INFO O| Dec 21 03:09:02.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61742024-12-21T03:09:03.444Z[ recovery-image] Dec 21 03:09:02.770 INFO O| Dec 21 03:09:02.770 INFO STEP 598 (remove_files) COMPLETE
61752024-12-21T03:09:03.444Z[ recovery-image] Dec 21 03:09:02.770 INFO O| Dec 21 03:09:02.770 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-12-21T03:09:03.500Z[ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61772024-12-21T03:09:03.500Z[ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 599 (remove_files) COMPLETE
61782024-12-21T03:09:03.504Z[ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-12-21T03:09:03.519Z[ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61802024-12-21T03:09:03.519Z[ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.853 INFO STEP 600 (remove_files) COMPLETE
61812024-12-21T03:09:03.523Z[ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.853 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-12-21T03:09:03.539Z[ recovery-image] Dec 21 03:09:02.872 INFO O| Dec 21 03:09:02.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61832024-12-21T03:09:03.539Z[ recovery-image] Dec 21 03:09:02.873 INFO O| Dec 21 03:09:02.873 INFO STEP 601 (remove_files) COMPLETE
61842024-12-21T03:09:03.539Z[ recovery-image] Dec 21 03:09:02.873 INFO O| Dec 21 03:09:02.873 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-12-21T03:09:03.558Z[ recovery-image] Dec 21 03:09:02.892 INFO O| Dec 21 03:09:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61862024-12-21T03:09:03.582Z[ recovery-image] Dec 21 03:09:02.915 INFO O| Dec 21 03:09:02.915 INFO STEP 602 (remove_files) COMPLETE
61872024-12-21T03:09:03.582Z[ recovery-image] Dec 21 03:09:02.915 INFO O| Dec 21 03:09:02.915 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-12-21T03:09:03.623Z[ recovery-image] Dec 21 03:09:02.951 INFO O| Dec 21 03:09:02.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61892024-12-21T03:09:03.623Z[ recovery-image] Dec 21 03:09:02.952 INFO O| Dec 21 03:09:02.952 INFO STEP 603 (remove_files) COMPLETE
61902024-12-21T03:09:03.623Z[ recovery-image] Dec 21 03:09:02.952 INFO O| Dec 21 03:09:02.952 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-12-21T03:09:03.639Z[ recovery-image] Dec 21 03:09:02.972 INFO O| Dec 21 03:09:02.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61922024-12-21T03:09:03.639Z[ recovery-image] Dec 21 03:09:02.972 INFO O| Dec 21 03:09:02.972 INFO STEP 604 (remove_files) COMPLETE
61932024-12-21T03:09:03.642Z[ recovery-image] Dec 21 03:09:02.972 INFO O| Dec 21 03:09:02.972 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-12-21T03:09:03.659Z[ recovery-image] Dec 21 03:09:02.993 INFO O| Dec 21 03:09:02.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61952024-12-21T03:09:03.663Z[ recovery-image] Dec 21 03:09:02.993 INFO O| Dec 21 03:09:02.993 INFO STEP 605 (remove_files) COMPLETE
61962024-12-21T03:09:03.663Z[ recovery-image] Dec 21 03:09:02.993 INFO O| Dec 21 03:09:02.993 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-12-21T03:09:03.723Z[ recovery-image] Dec 21 03:09:03.056 INFO O| Dec 21 03:09:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61982024-12-21T03:09:03.723Z[ recovery-image] Dec 21 03:09:03.056 INFO O| Dec 21 03:09:03.056 INFO STEP 606 (remove_files) COMPLETE
61992024-12-21T03:09:03.723Z[ recovery-image] Dec 21 03:09:03.056 INFO O| Dec 21 03:09:03.056 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-12-21T03:09:03.742Z[ recovery-image] Dec 21 03:09:03.076 INFO O| Dec 21 03:09:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62012024-12-21T03:09:03.742Z[ recovery-image] Dec 21 03:09:03.076 INFO O| Dec 21 03:09:03.076 INFO STEP 607 (remove_files) COMPLETE
62022024-12-21T03:09:03.743Z[ recovery-image] Dec 21 03:09:03.076 INFO O| Dec 21 03:09:03.076 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-21T03:09:03.791Z[ recovery-image] Dec 21 03:09:03.123 INFO O| Dec 21 03:09:03.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62042024-12-21T03:09:03.791Z[ recovery-image] Dec 21 03:09:03.123 INFO O| Dec 21 03:09:03.123 INFO STEP 608 (remove_files) COMPLETE
62052024-12-21T03:09:03.791Z[ recovery-image] Dec 21 03:09:03.123 INFO O| Dec 21 03:09:03.123 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-21T03:09:03.814Z[ recovery-image] Dec 21 03:09:03.147 INFO O| Dec 21 03:09:03.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62072024-12-21T03:09:03.814Z[ recovery-image] Dec 21 03:09:03.147 INFO O| Dec 21 03:09:03.147 INFO STEP 609 (remove_files) COMPLETE
62082024-12-21T03:09:03.814Z[ recovery-image] Dec 21 03:09:03.147 INFO O| Dec 21 03:09:03.147 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-21T03:09:03.848Z[ recovery-image] Dec 21 03:09:03.180 INFO O| Dec 21 03:09:03.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62102024-12-21T03:09:03.848Z[ recovery-image] Dec 21 03:09:03.180 INFO O| Dec 21 03:09:03.180 INFO STEP 610 (remove_files) COMPLETE
62112024-12-21T03:09:03.851Z[ recovery-image] Dec 21 03:09:03.180 INFO O| Dec 21 03:09:03.180 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-12-21T03:09:03.878Z[ recovery-image] Dec 21 03:09:03.211 INFO O| Dec 21 03:09:03.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62132024-12-21T03:09:03.881Z[ recovery-image] Dec 21 03:09:03.211 INFO O| Dec 21 03:09:03.211 INFO STEP 611 (remove_files) COMPLETE
62142024-12-21T03:09:03.881Z[ recovery-image] Dec 21 03:09:03.211 INFO O| Dec 21 03:09:03.211 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-21T03:09:03.899Z[ recovery-image] Dec 21 03:09:03.232 INFO O| Dec 21 03:09:03.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62162024-12-21T03:09:03.902Z[ recovery-image] Dec 21 03:09:03.232 INFO O| Dec 21 03:09:03.232 INFO STEP 612 (remove_files) COMPLETE
62172024-12-21T03:09:03.902Z[ recovery-image] Dec 21 03:09:03.232 INFO O| Dec 21 03:09:03.232 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-21T03:09:03.919Z[ recovery-image] Dec 21 03:09:03.252 INFO O| Dec 21 03:09:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62192024-12-21T03:09:03.919Z[ recovery-image] Dec 21 03:09:03.252 INFO O| Dec 21 03:09:03.252 INFO STEP 613 (remove_files) COMPLETE
62202024-12-21T03:09:03.923Z[ recovery-image] Dec 21 03:09:03.252 INFO O| Dec 21 03:09:03.252 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-21T03:09:03.943Z[ recovery-image] Dec 21 03:09:03.272 INFO O| Dec 21 03:09:03.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62222024-12-21T03:09:03.943Z[ recovery-image] Dec 21 03:09:03.272 INFO O| Dec 21 03:09:03.272 INFO STEP 614 (remove_files) COMPLETE
62232024-12-21T03:09:03.943Z[ recovery-image] Dec 21 03:09:03.272 INFO O| Dec 21 03:09:03.272 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-12-21T03:09:03.979Z[ recovery-image] Dec 21 03:09:03.292 INFO O| Dec 21 03:09:03.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62252024-12-21T03:09:03.979Z[ recovery-image] Dec 21 03:09:03.292 INFO O| Dec 21 03:09:03.292 INFO STEP 615 (remove_files) COMPLETE
62262024-12-21T03:09:03.982Z[ recovery-image] Dec 21 03:09:03.292 INFO O| Dec 21 03:09:03.292 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-12-21T03:09:03.982Z[ recovery-image] Dec 21 03:09:03.312 INFO O| Dec 21 03:09:03.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62282024-12-21T03:09:03.982Z[ recovery-image] Dec 21 03:09:03.312 INFO O| Dec 21 03:09:03.312 INFO STEP 616 (remove_files) COMPLETE
62292024-12-21T03:09:03.982Z[ recovery-image] Dec 21 03:09:03.312 INFO O| Dec 21 03:09:03.312 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-12-21T03:09:04.022Z[ recovery-image] Dec 21 03:09:03.351 INFO O| Dec 21 03:09:03.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62312024-12-21T03:09:04.022Z[ recovery-image] Dec 21 03:09:03.351 INFO O| Dec 21 03:09:03.351 INFO STEP 617 (remove_files) COMPLETE
62322024-12-21T03:09:04.022Z[ recovery-image] Dec 21 03:09:03.351 INFO O| Dec 21 03:09:03.351 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-21T03:09:04.040Z[ recovery-image] Dec 21 03:09:03.373 INFO O| Dec 21 03:09:03.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62342024-12-21T03:09:04.060Z[ recovery-image] Dec 21 03:09:03.393 INFO O| Dec 21 03:09:03.393 INFO STEP 618 (remove_files) COMPLETE
62352024-12-21T03:09:04.060Z[ recovery-image] Dec 21 03:09:03.393 INFO O| Dec 21 03:09:03.393 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-21T03:09:04.124Z[ recovery-image] Dec 21 03:09:03.452 INFO O| Dec 21 03:09:03.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62372024-12-21T03:09:04.124Z[ recovery-image] Dec 21 03:09:03.452 INFO O| Dec 21 03:09:03.452 INFO STEP 619 (remove_files) COMPLETE
62382024-12-21T03:09:04.124Z[ recovery-image] Dec 21 03:09:03.452 INFO O| Dec 21 03:09:03.452 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-21T03:09:04.137Z[ recovery-image] Dec 21 03:09:03.470 INFO O| Dec 21 03:09:03.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62402024-12-21T03:09:04.137Z[ recovery-image] Dec 21 03:09:03.470 INFO O| Dec 21 03:09:03.470 INFO STEP 620 (remove_files) COMPLETE
62412024-12-21T03:09:04.143Z[ recovery-image] Dec 21 03:09:03.470 INFO O| Dec 21 03:09:03.470 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-21T03:09:04.156Z[ recovery-image] Dec 21 03:09:03.489 INFO O| Dec 21 03:09:03.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62432024-12-21T03:09:04.156Z[ recovery-image] Dec 21 03:09:03.489 INFO O| Dec 21 03:09:03.489 INFO STEP 621 (remove_files) COMPLETE
62442024-12-21T03:09:04.162Z[ recovery-image] Dec 21 03:09:03.489 INFO O| Dec 21 03:09:03.489 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-21T03:09:04.175Z[ recovery-image] Dec 21 03:09:03.508 INFO O| Dec 21 03:09:03.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62462024-12-21T03:09:04.175Z[ recovery-image] Dec 21 03:09:03.508 INFO O| Dec 21 03:09:03.508 INFO STEP 622 (remove_files) COMPLETE
62472024-12-21T03:09:04.175Z[ recovery-image] Dec 21 03:09:03.508 INFO O| Dec 21 03:09:03.508 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-21T03:09:04.196Z[ recovery-image] Dec 21 03:09:03.528 INFO O| Dec 21 03:09:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62492024-12-21T03:09:04.196Z[ recovery-image] Dec 21 03:09:03.528 INFO O| Dec 21 03:09:03.528 INFO STEP 623 (remove_files) COMPLETE
62502024-12-21T03:09:04.200Z[ recovery-image] Dec 21 03:09:03.528 INFO O| Dec 21 03:09:03.528 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-21T03:09:04.215Z[ recovery-image] Dec 21 03:09:03.549 INFO O| Dec 21 03:09:03.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62522024-12-21T03:09:04.215Z[ recovery-image] Dec 21 03:09:03.549 INFO O| Dec 21 03:09:03.549 INFO STEP 624 (remove_files) COMPLETE
62532024-12-21T03:09:04.216Z[ recovery-image] Dec 21 03:09:03.549 INFO O| Dec 21 03:09:03.549 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-21T03:09:04.257Z[ recovery-image] Dec 21 03:09:03.590 INFO O| Dec 21 03:09:03.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62552024-12-21T03:09:04.259Z[ recovery-image] Dec 21 03:09:03.590 INFO O| Dec 21 03:09:03.590 INFO STEP 625 (remove_files) COMPLETE
62562024-12-21T03:09:04.259Z[ recovery-image] Dec 21 03:09:03.590 INFO O| Dec 21 03:09:03.590 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-21T03:09:04.283Z[ recovery-image] Dec 21 03:09:03.610 INFO O| Dec 21 03:09:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62582024-12-21T03:09:04.288Z[ recovery-image] Dec 21 03:09:03.610 INFO O| Dec 21 03:09:03.610 INFO STEP 626 (remove_files) COMPLETE
62592024-12-21T03:09:04.288Z[ recovery-image] Dec 21 03:09:03.610 INFO O| Dec 21 03:09:03.610 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-21T03:09:04.310Z[ recovery-image] Dec 21 03:09:03.630 INFO O| Dec 21 03:09:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62612024-12-21T03:09:04.310Z[ recovery-image] Dec 21 03:09:03.630 INFO O| Dec 21 03:09:03.630 INFO STEP 627 (remove_files) COMPLETE
62622024-12-21T03:09:04.311Z[ recovery-image] Dec 21 03:09:03.630 INFO O| Dec 21 03:09:03.630 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-21T03:09:04.339Z[ recovery-image] Dec 21 03:09:03.651 INFO O| Dec 21 03:09:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62642024-12-21T03:09:04.339Z[ recovery-image] Dec 21 03:09:03.651 INFO O| Dec 21 03:09:03.651 INFO STEP 628 (remove_files) COMPLETE
62652024-12-21T03:09:04.348Z[ recovery-image] Dec 21 03:09:03.651 INFO O| Dec 21 03:09:03.651 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-21T03:09:04.355Z[ recovery-image] Dec 21 03:09:03.682 INFO O| Dec 21 03:09:03.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62672024-12-21T03:09:04.355Z[ recovery-image] Dec 21 03:09:03.682 INFO O| Dec 21 03:09:03.682 INFO STEP 629 (remove_files) COMPLETE
62682024-12-21T03:09:04.355Z[ recovery-image] Dec 21 03:09:03.682 INFO O| Dec 21 03:09:03.682 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-21T03:09:04.369Z[ recovery-image] Dec 21 03:09:03.703 INFO O| Dec 21 03:09:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62702024-12-21T03:09:04.370Z[ recovery-image] Dec 21 03:09:03.703 INFO O| Dec 21 03:09:03.703 INFO STEP 630 (remove_files) COMPLETE
62712024-12-21T03:09:04.370Z[ recovery-image] Dec 21 03:09:03.703 INFO O| Dec 21 03:09:03.703 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-21T03:09:04.389Z[ recovery-image] Dec 21 03:09:03.723 INFO O| Dec 21 03:09:03.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62732024-12-21T03:09:04.389Z[ recovery-image] Dec 21 03:09:03.723 INFO O| Dec 21 03:09:03.723 INFO STEP 631 (remove_files) COMPLETE
62742024-12-21T03:09:04.389Z[ recovery-image] Dec 21 03:09:03.723 INFO O| Dec 21 03:09:03.723 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-21T03:09:04.407Z[ host-image] Dec 21 03:09:03.737 INFO O| Dec 21 03:09:03.737 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete (1.2M/s)
62762024-12-21T03:09:04.428Z[ recovery-image] Dec 21 03:09:03.761 INFO O| Dec 21 03:09:03.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62772024-12-21T03:09:04.428Z[ recovery-image] Dec 21 03:09:03.761 INFO O| Dec 21 03:09:03.761 INFO STEP 632 (remove_files) COMPLETE
62782024-12-21T03:09:04.431Z[ recovery-image] Dec 21 03:09:03.761 INFO O| Dec 21 03:09:03.761 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-21T03:09:04.471Z[ recovery-image] Dec 21 03:09:03.799 INFO O| Dec 21 03:09:03.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62802024-12-21T03:09:04.472Z[ recovery-image] Dec 21 03:09:03.799 INFO O| Dec 21 03:09:03.799 INFO STEP 633 (remove_files) COMPLETE
62812024-12-21T03:09:04.472Z[ recovery-image] Dec 21 03:09:03.799 INFO O| Dec 21 03:09:03.799 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-21T03:09:04.492Z[ recovery-image] Dec 21 03:09:03.819 INFO O| Dec 21 03:09:03.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62832024-12-21T03:09:04.492Z[ recovery-image] Dec 21 03:09:03.820 INFO O| Dec 21 03:09:03.820 INFO STEP 634 (remove_files) COMPLETE
62842024-12-21T03:09:04.492Z[ recovery-image] Dec 21 03:09:03.820 INFO O| Dec 21 03:09:03.820 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-21T03:09:04.507Z[ recovery-image] Dec 21 03:09:03.839 INFO O| Dec 21 03:09:03.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62862024-12-21T03:09:04.507Z[ recovery-image] Dec 21 03:09:03.839 INFO O| Dec 21 03:09:03.839 INFO STEP 635 (remove_files) COMPLETE
62872024-12-21T03:09:04.512Z[ recovery-image] Dec 21 03:09:03.839 INFO O| Dec 21 03:09:03.839 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-21T03:09:04.527Z[ recovery-image] Dec 21 03:09:03.859 INFO O| Dec 21 03:09:03.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62892024-12-21T03:09:04.530Z[ recovery-image] Dec 21 03:09:03.859 INFO O| Dec 21 03:09:03.859 INFO STEP 636 (remove_files) COMPLETE
62902024-12-21T03:09:04.530Z[ recovery-image] Dec 21 03:09:03.859 INFO O| Dec 21 03:09:03.859 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-21T03:09:04.545Z[ recovery-image] Dec 21 03:09:03.879 INFO O| Dec 21 03:09:03.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62922024-12-21T03:09:04.546Z[ recovery-image] Dec 21 03:09:03.879 INFO O| Dec 21 03:09:03.879 INFO STEP 637 (remove_files) COMPLETE
62932024-12-21T03:09:04.546Z[ recovery-image] Dec 21 03:09:03.879 INFO O| Dec 21 03:09:03.879 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-21T03:09:04.577Z[ recovery-image] Dec 21 03:09:03.910 INFO O| Dec 21 03:09:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62952024-12-21T03:09:04.577Z[ recovery-image] Dec 21 03:09:03.910 INFO O| Dec 21 03:09:03.910 INFO STEP 638 (remove_files) COMPLETE
62962024-12-21T03:09:04.577Z[ recovery-image] Dec 21 03:09:03.910 INFO O| Dec 21 03:09:03.910 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-21T03:09:04.634Z[ recovery-image] Dec 21 03:09:03.967 INFO O| Dec 21 03:09:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62982024-12-21T03:09:04.634Z[ recovery-image] Dec 21 03:09:03.968 INFO O| Dec 21 03:09:03.967 INFO STEP 639 (remove_files) COMPLETE
62992024-12-21T03:09:04.634Z[ recovery-image] Dec 21 03:09:03.968 INFO O| Dec 21 03:09:03.967 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-21T03:09:04.653Z[ recovery-image] Dec 21 03:09:03.986 INFO O| Dec 21 03:09:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63012024-12-21T03:09:04.654Z[ recovery-image] Dec 21 03:09:03.986 INFO O| Dec 21 03:09:03.986 INFO STEP 640 (remove_files) COMPLETE
63022024-12-21T03:09:04.654Z[ recovery-image] Dec 21 03:09:03.986 INFO O| Dec 21 03:09:03.986 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-21T03:09:04.673Z[ recovery-image] Dec 21 03:09:04.006 INFO O| Dec 21 03:09:04.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63042024-12-21T03:09:04.673Z[ recovery-image] Dec 21 03:09:04.006 INFO O| Dec 21 03:09:04.006 INFO STEP 641 (remove_files) COMPLETE
63052024-12-21T03:09:04.678Z[ recovery-image] Dec 21 03:09:04.006 INFO O| Dec 21 03:09:04.006 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-21T03:09:04.696Z[ recovery-image] Dec 21 03:09:04.027 INFO O| Dec 21 03:09:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63072024-12-21T03:09:04.696Z[ recovery-image] Dec 21 03:09:04.027 INFO O| Dec 21 03:09:04.027 INFO STEP 642 (remove_files) COMPLETE
63082024-12-21T03:09:04.696Z[ recovery-image] Dec 21 03:09:04.027 INFO O| Dec 21 03:09:04.027 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-21T03:09:04.715Z[ recovery-image] Dec 21 03:09:04.047 INFO O| Dec 21 03:09:04.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63102024-12-21T03:09:04.715Z[ recovery-image] Dec 21 03:09:04.047 INFO O| Dec 21 03:09:04.047 INFO STEP 643 (remove_files) COMPLETE
63112024-12-21T03:09:04.715Z[ recovery-image] Dec 21 03:09:04.047 INFO O| Dec 21 03:09:04.047 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-21T03:09:04.736Z[ recovery-image] Dec 21 03:09:04.068 INFO O| Dec 21 03:09:04.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63132024-12-21T03:09:04.737Z[ recovery-image] Dec 21 03:09:04.068 INFO O| Dec 21 03:09:04.068 INFO STEP 644 (remove_files) COMPLETE
63142024-12-21T03:09:04.741Z[ recovery-image] Dec 21 03:09:04.069 INFO O| Dec 21 03:09:04.068 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-21T03:09:04.758Z[ recovery-image] Dec 21 03:09:04.090 INFO O| Dec 21 03:09:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63162024-12-21T03:09:04.758Z[ recovery-image] Dec 21 03:09:04.090 INFO O| Dec 21 03:09:04.090 INFO STEP 645 (remove_files) COMPLETE
63172024-12-21T03:09:04.758Z[ recovery-image] Dec 21 03:09:04.090 INFO O| Dec 21 03:09:04.090 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-21T03:09:04.789Z[ recovery-image] Dec 21 03:09:04.121 INFO O| Dec 21 03:09:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63192024-12-21T03:09:04.789Z[ recovery-image] Dec 21 03:09:04.121 INFO O| Dec 21 03:09:04.121 INFO STEP 646 (remove_files) COMPLETE
63202024-12-21T03:09:04.789Z[ recovery-image] Dec 21 03:09:04.121 INFO O| Dec 21 03:09:04.121 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-21T03:09:04.806Z[ recovery-image] Dec 21 03:09:04.140 INFO O| Dec 21 03:09:04.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63222024-12-21T03:09:04.807Z[ recovery-image] Dec 21 03:09:04.140 INFO O| Dec 21 03:09:04.140 INFO STEP 647 (remove_files) COMPLETE
63232024-12-21T03:09:04.807Z[ recovery-image] Dec 21 03:09:04.140 INFO O| Dec 21 03:09:04.140 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-21T03:09:04.842Z[ recovery-image] Dec 21 03:09:04.174 INFO O| Dec 21 03:09:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63252024-12-21T03:09:04.842Z[ recovery-image] Dec 21 03:09:04.174 INFO O| Dec 21 03:09:04.174 INFO STEP 648 (remove_files) COMPLETE
63262024-12-21T03:09:04.847Z[ recovery-image] Dec 21 03:09:04.174 INFO O| Dec 21 03:09:04.174 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-21T03:09:04.886Z[ recovery-image] Dec 21 03:09:04.217 INFO O| Dec 21 03:09:04.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63282024-12-21T03:09:04.886Z[ recovery-image] Dec 21 03:09:04.217 INFO O| Dec 21 03:09:04.217 INFO STEP 649 (remove_files) COMPLETE
63292024-12-21T03:09:04.886Z[ recovery-image] Dec 21 03:09:04.217 INFO O| Dec 21 03:09:04.217 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-21T03:09:04.925Z[ recovery-image] Dec 21 03:09:04.258 INFO O| Dec 21 03:09:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63312024-12-21T03:09:04.925Z[ recovery-image] Dec 21 03:09:04.258 INFO O| Dec 21 03:09:04.258 INFO STEP 650 (remove_files) COMPLETE
63322024-12-21T03:09:04.931Z[ recovery-image] Dec 21 03:09:04.258 INFO O| Dec 21 03:09:04.258 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-21T03:09:04.945Z[ recovery-image] Dec 21 03:09:04.278 INFO O| Dec 21 03:09:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63342024-12-21T03:09:04.945Z[ recovery-image] Dec 21 03:09:04.278 INFO O| Dec 21 03:09:04.278 INFO STEP 651 (remove_files) COMPLETE
63352024-12-21T03:09:04.945Z[ recovery-image] Dec 21 03:09:04.278 INFO O| Dec 21 03:09:04.278 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-21T03:09:04.965Z[ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63372024-12-21T03:09:04.965Z[ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO STEP 652 (remove_files) COMPLETE
63382024-12-21T03:09:04.968Z[ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-21T03:09:05.003Z[ recovery-image] Dec 21 03:09:04.337 INFO O| Dec 21 03:09:04.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63402024-12-21T03:09:05.007Z[ recovery-image] Dec 21 03:09:04.337 INFO O| Dec 21 03:09:04.337 INFO STEP 653 (remove_files) COMPLETE
63412024-12-21T03:09:05.007Z[ recovery-image] Dec 21 03:09:04.337 INFO O| Dec 21 03:09:04.337 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-21T03:09:05.025Z[ recovery-image] Dec 21 03:09:04.359 INFO O| Dec 21 03:09:04.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63432024-12-21T03:09:05.025Z[ recovery-image] Dec 21 03:09:04.359 INFO O| Dec 21 03:09:04.359 INFO STEP 654 (remove_files) COMPLETE
63442024-12-21T03:09:05.028Z[ recovery-image] Dec 21 03:09:04.359 INFO O| Dec 21 03:09:04.359 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-21T03:09:05.045Z[ recovery-image] Dec 21 03:09:04.378 INFO O| Dec 21 03:09:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63462024-12-21T03:09:05.045Z[ recovery-image] Dec 21 03:09:04.378 INFO O| Dec 21 03:09:04.378 INFO STEP 655 (remove_files) COMPLETE
63472024-12-21T03:09:05.049Z[ recovery-image] Dec 21 03:09:04.378 INFO O| Dec 21 03:09:04.378 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-21T03:09:05.064Z[ recovery-image] Dec 21 03:09:04.397 INFO O| Dec 21 03:09:04.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63492024-12-21T03:09:05.064Z[ recovery-image] Dec 21 03:09:04.397 INFO O| Dec 21 03:09:04.397 INFO STEP 656 (remove_files) COMPLETE
63502024-12-21T03:09:05.067Z[ recovery-image] Dec 21 03:09:04.397 INFO O| Dec 21 03:09:04.397 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-21T03:09:05.083Z[ recovery-image] Dec 21 03:09:04.416 INFO O| Dec 21 03:09:04.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63522024-12-21T03:09:05.084Z[ recovery-image] Dec 21 03:09:04.416 INFO O| Dec 21 03:09:04.416 INFO STEP 657 (remove_files) COMPLETE
63532024-12-21T03:09:05.088Z[ recovery-image] Dec 21 03:09:04.416 INFO O| Dec 21 03:09:04.416 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-21T03:09:05.105Z[ recovery-image] Dec 21 03:09:04.436 INFO O| Dec 21 03:09:04.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63552024-12-21T03:09:05.108Z[ recovery-image] Dec 21 03:09:04.436 INFO O| Dec 21 03:09:04.436 INFO STEP 658 (remove_files) COMPLETE
63562024-12-21T03:09:05.108Z[ recovery-image] Dec 21 03:09:04.436 INFO O| Dec 21 03:09:04.436 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-21T03:09:05.123Z[ recovery-image] Dec 21 03:09:04.456 INFO O| Dec 21 03:09:04.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63582024-12-21T03:09:05.123Z[ recovery-image] Dec 21 03:09:04.456 INFO O| Dec 21 03:09:04.456 INFO STEP 659 (remove_files) COMPLETE
63592024-12-21T03:09:05.123Z[ recovery-image] Dec 21 03:09:04.456 INFO O| Dec 21 03:09:04.456 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-12-21T03:09:05.146Z[ recovery-image] Dec 21 03:09:04.474 INFO O| Dec 21 03:09:04.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63612024-12-21T03:09:05.146Z[ recovery-image] Dec 21 03:09:04.474 INFO O| Dec 21 03:09:04.474 INFO STEP 660 (remove_files) COMPLETE
63622024-12-21T03:09:05.162Z[ recovery-image] Dec 21 03:09:04.474 INFO O| Dec 21 03:09:04.474 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-12-21T03:09:05.168Z[ recovery-image] Dec 21 03:09:04.492 INFO O| Dec 21 03:09:04.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63642024-12-21T03:09:05.169Z[ recovery-image] Dec 21 03:09:04.493 INFO O| Dec 21 03:09:04.493 INFO STEP 661 (remove_files) COMPLETE
63652024-12-21T03:09:05.169Z[ recovery-image] Dec 21 03:09:04.493 INFO O| Dec 21 03:09:04.493 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-12-21T03:09:05.177Z[ recovery-image] Dec 21 03:09:04.511 INFO O| Dec 21 03:09:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63672024-12-21T03:09:05.177Z[ recovery-image] Dec 21 03:09:04.511 INFO O| Dec 21 03:09:04.511 INFO STEP 662 (remove_files) COMPLETE
63682024-12-21T03:09:05.177Z[ recovery-image] Dec 21 03:09:04.511 INFO O| Dec 21 03:09:04.511 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-12-21T03:09:05.546Z[ recovery-image] Dec 21 03:09:04.879 INFO O| Dec 21 03:09:04.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63702024-12-21T03:09:05.546Z[ recovery-image] Dec 21 03:09:04.879 INFO O| Dec 21 03:09:04.874 INFO STEP 663 (remove_files) COMPLETE
63712024-12-21T03:09:05.547Z[ recovery-image] Dec 21 03:09:04.879 INFO O| Dec 21 03:09:04.874 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-12-21T03:09:05.560Z[ recovery-image] Dec 21 03:09:04.893 INFO O| Dec 21 03:09:04.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63732024-12-21T03:09:05.697Z[ recovery-image] Dec 21 03:09:04.919 INFO O| Dec 21 03:09:04.919 INFO STEP 664 (remove_files) COMPLETE
63742024-12-21T03:09:05.697Z[ recovery-image] Dec 21 03:09:04.919 INFO O| Dec 21 03:09:04.919 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-21T03:09:05.697Z[ recovery-image] Dec 21 03:09:04.941 INFO O| Dec 21 03:09:04.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63762024-12-21T03:09:05.697Z[ recovery-image] Dec 21 03:09:04.941 INFO O| Dec 21 03:09:04.941 INFO STEP 665 (remove_files) COMPLETE
63772024-12-21T03:09:05.697Z[ recovery-image] Dec 21 03:09:04.941 INFO O| Dec 21 03:09:04.941 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-21T03:09:05.698Z[ recovery-image] Dec 21 03:09:04.961 INFO O| Dec 21 03:09:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63792024-12-21T03:09:05.698Z[ recovery-image] Dec 21 03:09:04.961 INFO O| Dec 21 03:09:04.961 INFO STEP 666 (remove_files) COMPLETE
63802024-12-21T03:09:05.698Z[ recovery-image] Dec 21 03:09:04.961 INFO O| Dec 21 03:09:04.961 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-21T03:09:05.698Z[ recovery-image] Dec 21 03:09:04.981 INFO O| Dec 21 03:09:04.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63822024-12-21T03:09:05.698Z[ recovery-image] Dec 21 03:09:04.981 INFO O| Dec 21 03:09:04.981 INFO STEP 667 (remove_files) COMPLETE
63832024-12-21T03:09:05.698Z[ recovery-image] Dec 21 03:09:04.981 INFO O| Dec 21 03:09:04.981 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-21T03:09:05.698Z[ recovery-image] Dec 21 03:09:05.001 INFO O| Dec 21 03:09:05.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63852024-12-21T03:09:05.699Z[ recovery-image] Dec 21 03:09:05.001 INFO O| Dec 21 03:09:05.001 INFO STEP 668 (remove_files) COMPLETE
63862024-12-21T03:09:05.699Z[ recovery-image] Dec 21 03:09:05.001 INFO O| Dec 21 03:09:05.001 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-12-21T03:09:05.699Z[ recovery-image] Dec 21 03:09:05.019 INFO O| Dec 21 03:09:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63882024-12-21T03:09:05.699Z[ recovery-image] Dec 21 03:09:05.019 INFO O| Dec 21 03:09:05.019 INFO STEP 669 (remove_files) COMPLETE
63892024-12-21T03:09:05.699Z[ recovery-image] Dec 21 03:09:05.019 INFO O| Dec 21 03:09:05.019 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-12-21T03:09:05.704Z[ recovery-image] Dec 21 03:09:05.037 INFO O| Dec 21 03:09:05.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63912024-12-21T03:09:05.708Z[ recovery-image] Dec 21 03:09:05.037 INFO O| Dec 21 03:09:05.037 INFO STEP 670 (remove_files) COMPLETE
63922024-12-21T03:09:05.708Z[ recovery-image] Dec 21 03:09:05.038 INFO O| Dec 21 03:09:05.038 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-12-21T03:09:05.750Z[ recovery-image] Dec 21 03:09:05.082 INFO O| Dec 21 03:09:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63942024-12-21T03:09:05.750Z[ recovery-image] Dec 21 03:09:05.082 INFO O| Dec 21 03:09:05.080 INFO STEP 671 (remove_files) COMPLETE
63952024-12-21T03:09:05.750Z[ recovery-image] Dec 21 03:09:05.082 INFO O| Dec 21 03:09:05.080 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-21T03:09:05.767Z[ recovery-image] Dec 21 03:09:05.101 INFO O| Dec 21 03:09:05.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63972024-12-21T03:09:05.781Z[ host-image] Dec 21 03:09:05.111 INFO O| Dec 21 03:09:05.111 INFO O| Download: Completed 8.42 MB in 6.47 seconds (1.3M/s)
63982024-12-21T03:09:05.802Z[ recovery-image] Dec 21 03:09:05.121 INFO O| Dec 21 03:09:05.121 INFO STEP 672 (remove_files) COMPLETE
63992024-12-21T03:09:05.802Z[ recovery-image] Dec 21 03:09:05.121 INFO O| Dec 21 03:09:05.121 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-21T03:09:05.811Z[ recovery-image] Dec 21 03:09:05.144 INFO O| Dec 21 03:09:05.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64012024-12-21T03:09:05.811Z[ recovery-image] Dec 21 03:09:05.145 INFO O| Dec 21 03:09:05.144 INFO STEP 673 (remove_files) COMPLETE
64022024-12-21T03:09:05.814Z[ recovery-image] Dec 21 03:09:05.145 INFO O| Dec 21 03:09:05.145 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-21T03:09:05.845Z[ recovery-image] Dec 21 03:09:05.178 INFO O| Dec 21 03:09:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64042024-12-21T03:09:05.848Z[ recovery-image] Dec 21 03:09:05.178 INFO O| Dec 21 03:09:05.178 INFO STEP 674 (remove_files) COMPLETE
64052024-12-21T03:09:05.848Z[ recovery-image] Dec 21 03:09:05.178 INFO O| Dec 21 03:09:05.178 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-21T03:09:05.911Z[ host-image] Dec 21 03:09:05.240 INFO O| Dec 21 03:09:05.240 INFO O| Actions: 1/1361 actions (Installing new actions)
64072024-12-21T03:09:05.915Z[ recovery-image] Dec 21 03:09:05.248 INFO O| Dec 21 03:09:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64082024-12-21T03:09:05.918Z[ recovery-image] Dec 21 03:09:05.248 INFO O| Dec 21 03:09:05.248 INFO STEP 675 (remove_files) COMPLETE
64092024-12-21T03:09:05.918Z[ recovery-image] Dec 21 03:09:05.248 INFO O| Dec 21 03:09:05.248 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-21T03:09:05.962Z[ recovery-image] Dec 21 03:09:05.295 INFO O| Dec 21 03:09:05.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64112024-12-21T03:09:05.962Z[ recovery-image] Dec 21 03:09:05.295 INFO O| Dec 21 03:09:05.295 INFO STEP 676 (remove_files) COMPLETE
64122024-12-21T03:09:05.966Z[ recovery-image] Dec 21 03:09:05.295 INFO O| Dec 21 03:09:05.295 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-21T03:09:05.980Z[ recovery-image] Dec 21 03:09:05.313 INFO O| Dec 21 03:09:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64142024-12-21T03:09:05.980Z[ recovery-image] Dec 21 03:09:05.313 INFO O| Dec 21 03:09:05.313 INFO STEP 677 (remove_files) COMPLETE
64152024-12-21T03:09:05.980Z[ recovery-image] Dec 21 03:09:05.313 INFO O| Dec 21 03:09:05.313 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-21T03:09:05.999Z[ recovery-image] Dec 21 03:09:05.331 INFO O| Dec 21 03:09:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64172024-12-21T03:09:06.035Z[ recovery-image] Dec 21 03:09:05.366 INFO O| Dec 21 03:09:05.366 INFO STEP 678 (remove_files) COMPLETE
64182024-12-21T03:09:06.035Z[ recovery-image] Dec 21 03:09:05.366 INFO O| Dec 21 03:09:05.366 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-21T03:09:06.110Z[ recovery-image] Dec 21 03:09:05.438 INFO O| Dec 21 03:09:05.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64202024-12-21T03:09:06.132Z[ recovery-image] Dec 21 03:09:05.465 INFO O| Dec 21 03:09:05.465 INFO STEP 679 (remove_files) COMPLETE
64212024-12-21T03:09:06.132Z[ recovery-image] Dec 21 03:09:05.465 INFO O| Dec 21 03:09:05.465 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-21T03:09:06.189Z[ recovery-image] Dec 21 03:09:05.522 INFO O| Dec 21 03:09:05.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64232024-12-21T03:09:06.189Z[ recovery-image] Dec 21 03:09:05.522 INFO O| Dec 21 03:09:05.522 INFO STEP 680 (remove_files) COMPLETE
64242024-12-21T03:09:06.192Z[ recovery-image] Dec 21 03:09:05.523 INFO O| Dec 21 03:09:05.522 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-21T03:09:06.206Z[ recovery-image] Dec 21 03:09:05.539 INFO O| Dec 21 03:09:05.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64262024-12-21T03:09:06.206Z[ recovery-image] Dec 21 03:09:05.539 INFO O| Dec 21 03:09:05.539 INFO STEP 681 (remove_files) COMPLETE
64272024-12-21T03:09:06.206Z[ recovery-image] Dec 21 03:09:05.540 INFO O| Dec 21 03:09:05.539 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-21T03:09:06.245Z[ recovery-image] Dec 21 03:09:05.578 INFO O| Dec 21 03:09:05.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64292024-12-21T03:09:06.245Z[ recovery-image] Dec 21 03:09:05.578 INFO O| Dec 21 03:09:05.578 INFO STEP 682 (remove_files) COMPLETE
64302024-12-21T03:09:06.245Z[ recovery-image] Dec 21 03:09:05.578 INFO O| Dec 21 03:09:05.578 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-21T03:09:06.276Z[ recovery-image] Dec 21 03:09:05.609 INFO O| Dec 21 03:09:05.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64322024-12-21T03:09:06.276Z[ recovery-image] Dec 21 03:09:05.609 INFO O| Dec 21 03:09:05.609 INFO STEP 683 (remove_files) COMPLETE
64332024-12-21T03:09:06.280Z[ recovery-image] Dec 21 03:09:05.609 INFO O| Dec 21 03:09:05.609 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-21T03:09:06.294Z[ recovery-image] Dec 21 03:09:05.626 INFO O| Dec 21 03:09:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64352024-12-21T03:09:06.298Z[ recovery-image] Dec 21 03:09:05.626 INFO O| Dec 21 03:09:05.626 INFO STEP 684 (remove_files) COMPLETE
64362024-12-21T03:09:06.298Z[ recovery-image] Dec 21 03:09:05.626 INFO O| Dec 21 03:09:05.626 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-21T03:09:06.312Z[ recovery-image] Dec 21 03:09:05.644 INFO O| Dec 21 03:09:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64382024-12-21T03:09:06.312Z[ recovery-image] Dec 21 03:09:05.644 INFO O| Dec 21 03:09:05.644 INFO STEP 685 (remove_files) COMPLETE
64392024-12-21T03:09:06.312Z[ recovery-image] Dec 21 03:09:05.644 INFO O| Dec 21 03:09:05.644 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-21T03:09:06.355Z[ recovery-image] Dec 21 03:09:05.686 INFO O| Dec 21 03:09:05.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64412024-12-21T03:09:06.355Z[ recovery-image] Dec 21 03:09:05.686 INFO O| Dec 21 03:09:05.686 INFO STEP 686 (remove_files) COMPLETE
64422024-12-21T03:09:06.355Z[ recovery-image] Dec 21 03:09:05.686 INFO O| Dec 21 03:09:05.686 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-21T03:09:06.406Z[ recovery-image] Dec 21 03:09:05.738 INFO O| Dec 21 03:09:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64442024-12-21T03:09:06.409Z[ recovery-image] Dec 21 03:09:05.738 INFO O| Dec 21 03:09:05.738 INFO STEP 687 (remove_files) COMPLETE
64452024-12-21T03:09:06.409Z[ recovery-image] Dec 21 03:09:05.738 INFO O| Dec 21 03:09:05.738 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-21T03:09:06.426Z[ recovery-image] Dec 21 03:09:05.760 INFO O| Dec 21 03:09:05.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64472024-12-21T03:09:06.429Z[ recovery-image] Dec 21 03:09:05.760 INFO O| Dec 21 03:09:05.760 INFO STEP 688 (remove_files) COMPLETE
64482024-12-21T03:09:06.429Z[ recovery-image] Dec 21 03:09:05.760 INFO O| Dec 21 03:09:05.760 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-21T03:09:06.481Z[ recovery-image] Dec 21 03:09:05.814 INFO O| Dec 21 03:09:05.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64502024-12-21T03:09:06.481Z[ recovery-image] Dec 21 03:09:05.814 INFO O| Dec 21 03:09:05.814 INFO STEP 689 (remove_files) COMPLETE
64512024-12-21T03:09:06.487Z[ recovery-image] Dec 21 03:09:05.814 INFO O| Dec 21 03:09:05.814 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-21T03:09:06.505Z[ recovery-image] Dec 21 03:09:05.837 INFO O| Dec 21 03:09:05.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64532024-12-21T03:09:06.505Z[ recovery-image] Dec 21 03:09:05.837 INFO O| Dec 21 03:09:05.837 INFO STEP 690 (remove_files) COMPLETE
64542024-12-21T03:09:06.505Z[ recovery-image] Dec 21 03:09:05.837 INFO O| Dec 21 03:09:05.837 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-21T03:09:06.532Z[ recovery-image] Dec 21 03:09:05.864 INFO O| Dec 21 03:09:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64562024-12-21T03:09:06.532Z[ recovery-image] Dec 21 03:09:05.865 INFO O| Dec 21 03:09:05.865 INFO STEP 691 (remove_files) COMPLETE
64572024-12-21T03:09:06.532Z[ recovery-image] Dec 21 03:09:05.865 INFO O| Dec 21 03:09:05.865 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-21T03:09:06.552Z[ recovery-image] Dec 21 03:09:05.884 INFO O| Dec 21 03:09:05.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64592024-12-21T03:09:06.553Z[ recovery-image] Dec 21 03:09:05.884 INFO O| Dec 21 03:09:05.884 INFO STEP 692 (remove_files) COMPLETE
64602024-12-21T03:09:06.553Z[ recovery-image] Dec 21 03:09:05.884 INFO O| Dec 21 03:09:05.884 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-21T03:09:06.573Z[ recovery-image] Dec 21 03:09:05.905 INFO O| Dec 21 03:09:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64622024-12-21T03:09:06.573Z[ recovery-image] Dec 21 03:09:05.905 INFO O| Dec 21 03:09:05.905 INFO STEP 693 (remove_files) COMPLETE
64632024-12-21T03:09:06.577Z[ recovery-image] Dec 21 03:09:05.905 INFO O| Dec 21 03:09:05.905 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-21T03:09:06.593Z[ recovery-image] Dec 21 03:09:05.925 INFO O| Dec 21 03:09:05.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64652024-12-21T03:09:06.593Z[ recovery-image] Dec 21 03:09:05.925 INFO O| Dec 21 03:09:05.925 INFO STEP 694 (remove_files) COMPLETE
64662024-12-21T03:09:06.593Z[ recovery-image] Dec 21 03:09:05.925 INFO O| Dec 21 03:09:05.925 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-21T03:09:06.611Z[ recovery-image] Dec 21 03:09:05.943 INFO O| Dec 21 03:09:05.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64682024-12-21T03:09:06.612Z[ recovery-image] Dec 21 03:09:05.943 INFO O| Dec 21 03:09:05.943 INFO STEP 695 (remove_files) COMPLETE
64692024-12-21T03:09:06.612Z[ recovery-image] Dec 21 03:09:05.943 INFO O| Dec 21 03:09:05.943 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-21T03:09:06.629Z[ recovery-image] Dec 21 03:09:05.962 INFO O| Dec 21 03:09:05.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64712024-12-21T03:09:06.629Z[ recovery-image] Dec 21 03:09:05.962 INFO O| Dec 21 03:09:05.962 INFO STEP 696 (remove_files) COMPLETE
64722024-12-21T03:09:06.629Z[ recovery-image] Dec 21 03:09:05.962 INFO O| Dec 21 03:09:05.962 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-21T03:09:06.654Z[ recovery-image] Dec 21 03:09:05.983 INFO O| Dec 21 03:09:05.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64742024-12-21T03:09:06.654Z[ recovery-image] Dec 21 03:09:05.983 INFO O| Dec 21 03:09:05.983 INFO STEP 697 (remove_files) COMPLETE
64752024-12-21T03:09:06.654Z[ recovery-image] Dec 21 03:09:05.983 INFO O| Dec 21 03:09:05.983 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-21T03:09:06.678Z[ host-image] Dec 21 03:09:06.011 INFO O| Dec 21 03:09:06.011 INFO O| Actions: Completed 1361 actions in 0.77 seconds.
64772024-12-21T03:09:06.696Z[ recovery-image] Dec 21 03:09:06.026 INFO O| Dec 21 03:09:06.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64782024-12-21T03:09:06.696Z[ recovery-image] Dec 21 03:09:06.026 INFO O| Dec 21 03:09:06.026 INFO STEP 698 (remove_files) COMPLETE
64792024-12-21T03:09:06.696Z[ recovery-image] Dec 21 03:09:06.027 INFO O| Dec 21 03:09:06.026 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-21T03:09:06.722Z[ recovery-image] Dec 21 03:09:06.055 INFO O| Dec 21 03:09:06.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64812024-12-21T03:09:06.722Z[ recovery-image] Dec 21 03:09:06.055 INFO O| Dec 21 03:09:06.055 INFO STEP 699 (remove_files) COMPLETE
64822024-12-21T03:09:06.724Z[ recovery-image] Dec 21 03:09:06.055 INFO O| Dec 21 03:09:06.055 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-21T03:09:06.743Z[ recovery-image] Dec 21 03:09:06.075 INFO O| Dec 21 03:09:06.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64842024-12-21T03:09:06.757Z[ recovery-image] Dec 21 03:09:06.090 INFO O| Dec 21 03:09:06.090 INFO STEP 700 (remove_files) COMPLETE
64852024-12-21T03:09:06.757Z[ recovery-image] Dec 21 03:09:06.090 INFO O| Dec 21 03:09:06.090 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-21T03:09:06.799Z[ recovery-image] Dec 21 03:09:06.129 INFO O| Dec 21 03:09:06.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64872024-12-21T03:09:06.804Z[ recovery-image] Dec 21 03:09:06.130 INFO O| Dec 21 03:09:06.130 INFO STEP 701 (remove_files) COMPLETE
64882024-12-21T03:09:06.804Z[ recovery-image] Dec 21 03:09:06.130 INFO O| Dec 21 03:09:06.130 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-21T03:09:06.823Z[ recovery-image] Dec 21 03:09:06.156 INFO O| Dec 21 03:09:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64902024-12-21T03:09:06.823Z[ recovery-image] Dec 21 03:09:06.156 INFO O| Dec 21 03:09:06.156 INFO STEP 702 (remove_files) COMPLETE
64912024-12-21T03:09:06.826Z[ recovery-image] Dec 21 03:09:06.156 INFO O| Dec 21 03:09:06.156 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-21T03:09:06.868Z[ recovery-image] Dec 21 03:09:06.199 INFO O| Dec 21 03:09:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64932024-12-21T03:09:06.868Z[ recovery-image] Dec 21 03:09:06.199 INFO O| Dec 21 03:09:06.199 INFO STEP 703 (remove_files) COMPLETE
64942024-12-21T03:09:06.868Z[ recovery-image] Dec 21 03:09:06.199 INFO O| Dec 21 03:09:06.199 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-21T03:09:06.909Z[ recovery-image] Dec 21 03:09:06.242 INFO O| Dec 21 03:09:06.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64962024-12-21T03:09:06.909Z[ recovery-image] Dec 21 03:09:06.242 INFO O| Dec 21 03:09:06.242 INFO STEP 704 (remove_files) COMPLETE
64972024-12-21T03:09:06.909Z[ recovery-image] Dec 21 03:09:06.242 INFO O| Dec 21 03:09:06.242 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-21T03:09:06.958Z[ recovery-image] Dec 21 03:09:06.290 INFO O| Dec 21 03:09:06.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64992024-12-21T03:09:06.962Z[ recovery-image] Dec 21 03:09:06.291 INFO O| Dec 21 03:09:06.291 INFO STEP 705 (remove_files) COMPLETE
65002024-12-21T03:09:06.962Z[ recovery-image] Dec 21 03:09:06.291 INFO O| Dec 21 03:09:06.291 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-21T03:09:06.990Z[ recovery-image] Dec 21 03:09:06.323 INFO O| Dec 21 03:09:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65022024-12-21T03:09:06.990Z[ recovery-image] Dec 21 03:09:06.323 INFO O| Dec 21 03:09:06.323 INFO STEP 706 (remove_files) COMPLETE
65032024-12-21T03:09:06.990Z[ recovery-image] Dec 21 03:09:06.323 INFO O| Dec 21 03:09:06.323 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-21T03:09:07.029Z[ recovery-image] Dec 21 03:09:06.362 INFO O| Dec 21 03:09:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65052024-12-21T03:09:07.029Z[ recovery-image] Dec 21 03:09:06.362 INFO O| Dec 21 03:09:06.362 INFO STEP 707 (remove_files) COMPLETE
65062024-12-21T03:09:07.029Z[ recovery-image] Dec 21 03:09:06.362 INFO O| Dec 21 03:09:06.362 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-21T03:09:07.055Z[ recovery-image] Dec 21 03:09:06.386 INFO O| Dec 21 03:09:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65082024-12-21T03:09:07.058Z[ recovery-image] Dec 21 03:09:06.387 INFO O| Dec 21 03:09:06.386 INFO STEP 708 (remove_files) COMPLETE
65092024-12-21T03:09:07.058Z[ recovery-image] Dec 21 03:09:06.387 INFO O| Dec 21 03:09:06.386 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-21T03:09:07.075Z[ recovery-image] Dec 21 03:09:06.408 INFO O| Dec 21 03:09:06.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65112024-12-21T03:09:07.078Z[ recovery-image] Dec 21 03:09:06.408 INFO O| Dec 21 03:09:06.408 INFO STEP 709 (remove_files) COMPLETE
65122024-12-21T03:09:07.078Z[ recovery-image] Dec 21 03:09:06.408 INFO O| Dec 21 03:09:06.408 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-21T03:09:07.097Z[ recovery-image] Dec 21 03:09:06.428 INFO O| Dec 21 03:09:06.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65142024-12-21T03:09:07.104Z[ recovery-image] Dec 21 03:09:06.428 INFO O| Dec 21 03:09:06.428 INFO STEP 710 (remove_files) COMPLETE
65152024-12-21T03:09:07.104Z[ recovery-image] Dec 21 03:09:06.428 INFO O| Dec 21 03:09:06.428 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-21T03:09:07.115Z[ recovery-image] Dec 21 03:09:06.448 INFO O| Dec 21 03:09:06.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65172024-12-21T03:09:07.115Z[ recovery-image] Dec 21 03:09:06.448 INFO O| Dec 21 03:09:06.448 INFO STEP 711 (remove_files) COMPLETE
65182024-12-21T03:09:07.115Z[ recovery-image] Dec 21 03:09:06.448 INFO O| Dec 21 03:09:06.448 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-21T03:09:07.151Z[ recovery-image] Dec 21 03:09:06.484 INFO O| Dec 21 03:09:06.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65202024-12-21T03:09:07.151Z[ recovery-image] Dec 21 03:09:06.484 INFO O| Dec 21 03:09:06.484 INFO STEP 712 (remove_files) COMPLETE
65212024-12-21T03:09:07.154Z[ recovery-image] Dec 21 03:09:06.484 INFO O| Dec 21 03:09:06.484 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-21T03:09:07.203Z[ recovery-image] Dec 21 03:09:06.530 INFO O| Dec 21 03:09:06.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65232024-12-21T03:09:07.203Z[ recovery-image] Dec 21 03:09:06.530 INFO O| Dec 21 03:09:06.530 INFO STEP 713 (remove_files) COMPLETE
65242024-12-21T03:09:07.203Z[ recovery-image] Dec 21 03:09:06.530 INFO O| Dec 21 03:09:06.530 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-21T03:09:07.223Z[ recovery-image] Dec 21 03:09:06.552 INFO O| Dec 21 03:09:06.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65262024-12-21T03:09:07.224Z[ recovery-image] Dec 21 03:09:06.552 INFO O| Dec 21 03:09:06.552 INFO STEP 714 (remove_files) COMPLETE
65272024-12-21T03:09:07.230Z[ recovery-image] Dec 21 03:09:06.552 INFO O| Dec 21 03:09:06.552 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-21T03:09:07.240Z[ recovery-image] Dec 21 03:09:06.574 INFO O| Dec 21 03:09:06.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65292024-12-21T03:09:07.240Z[ recovery-image] Dec 21 03:09:06.574 INFO O| Dec 21 03:09:06.574 INFO STEP 715 (remove_files) COMPLETE
65302024-12-21T03:09:07.240Z[ recovery-image] Dec 21 03:09:06.574 INFO O| Dec 21 03:09:06.574 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-21T03:09:07.262Z[ recovery-image] Dec 21 03:09:06.595 INFO O| Dec 21 03:09:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65322024-12-21T03:09:07.263Z[ recovery-image] Dec 21 03:09:06.595 INFO O| Dec 21 03:09:06.595 INFO STEP 716 (remove_files) COMPLETE
65332024-12-21T03:09:07.263Z[ recovery-image] Dec 21 03:09:06.595 INFO O| Dec 21 03:09:06.595 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-21T03:09:07.281Z[ recovery-image] Dec 21 03:09:06.614 INFO O| Dec 21 03:09:06.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65352024-12-21T03:09:07.281Z[ recovery-image] Dec 21 03:09:06.614 INFO O| Dec 21 03:09:06.614 INFO STEP 717 (remove_files) COMPLETE
65362024-12-21T03:09:07.284Z[ recovery-image] Dec 21 03:09:06.614 INFO O| Dec 21 03:09:06.614 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-21T03:09:07.288Z[ host-image] Dec 21 03:09:06.621 INFO O| Dec 21 03:09:06.621 INFO O| Done
65382024-12-21T03:09:07.288Z[ host-image] Dec 21 03:09:06.621 INFO O| Dec 21 03:09:06.621 INFO O| Done
65392024-12-21T03:09:07.313Z[ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65402024-12-21T03:09:07.313Z[ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.634 INFO STEP 718 (remove_files) COMPLETE
65412024-12-21T03:09:07.313Z[ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.634 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-21T03:09:07.322Z[ recovery-image] Dec 21 03:09:06.655 INFO O| Dec 21 03:09:06.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65432024-12-21T03:09:07.326Z[ recovery-image] Dec 21 03:09:06.655 INFO O| Dec 21 03:09:06.655 INFO STEP 719 (remove_files) COMPLETE
65442024-12-21T03:09:07.326Z[ recovery-image] Dec 21 03:09:06.655 INFO O| Dec 21 03:09:06.655 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-21T03:09:07.449Z[ recovery-image] Dec 21 03:09:06.781 INFO O| Dec 21 03:09:06.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65462024-12-21T03:09:07.449Z[ recovery-image] Dec 21 03:09:06.781 INFO O| Dec 21 03:09:06.781 INFO STEP 720 (remove_files) COMPLETE
65472024-12-21T03:09:07.449Z[ recovery-image] Dec 21 03:09:06.781 INFO O| Dec 21 03:09:06.781 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-21T03:09:07.500Z[ recovery-image] Dec 21 03:09:06.833 INFO O| Dec 21 03:09:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65492024-12-21T03:09:07.500Z[ recovery-image] Dec 21 03:09:06.833 INFO O| Dec 21 03:09:06.833 INFO STEP 721 (remove_files) COMPLETE
65502024-12-21T03:09:07.503Z[ recovery-image] Dec 21 03:09:06.833 INFO O| Dec 21 03:09:06.833 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-21T03:09:07.520Z[ recovery-image] Dec 21 03:09:06.852 INFO O| Dec 21 03:09:06.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65522024-12-21T03:09:07.520Z[ recovery-image] Dec 21 03:09:06.852 INFO O| Dec 21 03:09:06.852 INFO STEP 722 (remove_files) COMPLETE
65532024-12-21T03:09:07.520Z[ recovery-image] Dec 21 03:09:06.853 INFO O| Dec 21 03:09:06.852 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-21T03:09:07.543Z[ recovery-image] Dec 21 03:09:06.871 INFO O| Dec 21 03:09:06.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65552024-12-21T03:09:07.544Z[ recovery-image] Dec 21 03:09:06.871 INFO O| Dec 21 03:09:06.871 INFO STEP 723 (remove_files) COMPLETE
65562024-12-21T03:09:07.552Z[ recovery-image] Dec 21 03:09:06.871 INFO O| Dec 21 03:09:06.871 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-21T03:09:07.559Z[ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65582024-12-21T03:09:07.562Z[ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.891 INFO STEP 724 (remove_files) COMPLETE
65592024-12-21T03:09:07.562Z[ recovery-image] Dec 21 03:09:06.892 INFO O| Dec 21 03:09:06.891 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-21T03:09:07.578Z[ recovery-image] Dec 21 03:09:06.911 INFO O| Dec 21 03:09:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65612024-12-21T03:09:07.582Z[ recovery-image] Dec 21 03:09:06.911 INFO O| Dec 21 03:09:06.911 INFO STEP 725 (remove_files) COMPLETE
65622024-12-21T03:09:07.582Z[ recovery-image] Dec 21 03:09:06.911 INFO O| Dec 21 03:09:06.911 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-21T03:09:07.602Z[ recovery-image] Dec 21 03:09:06.930 INFO O| Dec 21 03:09:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65642024-12-21T03:09:07.622Z[ recovery-image] Dec 21 03:09:06.931 INFO O| Dec 21 03:09:06.931 INFO STEP 726 (remove_files) COMPLETE
65652024-12-21T03:09:07.627Z[ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-21T03:09:07.666Z[ recovery-image] Dec 21 03:09:06.999 INFO O| Dec 21 03:09:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65672024-12-21T03:09:07.666Z[ recovery-image] Dec 21 03:09:06.999 INFO O| Dec 21 03:09:06.999 INFO STEP 727 (remove_files) COMPLETE
65682024-12-21T03:09:07.671Z[ recovery-image] Dec 21 03:09:06.999 INFO O| Dec 21 03:09:06.999 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-21T03:09:07.701Z[ recovery-image] Dec 21 03:09:07.033 INFO O| Dec 21 03:09:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65702024-12-21T03:09:07.701Z[ recovery-image] Dec 21 03:09:07.033 INFO O| Dec 21 03:09:07.033 INFO STEP 728 (remove_files) COMPLETE
65712024-12-21T03:09:07.701Z[ recovery-image] Dec 21 03:09:07.033 INFO O| Dec 21 03:09:07.033 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-21T03:09:07.719Z[ recovery-image] Dec 21 03:09:07.050 INFO O| Dec 21 03:09:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65732024-12-21T03:09:07.725Z[ recovery-image] Dec 21 03:09:07.050 INFO O| Dec 21 03:09:07.050 INFO STEP 729 (remove_files) COMPLETE
65742024-12-21T03:09:07.725Z[ recovery-image] Dec 21 03:09:07.050 INFO O| Dec 21 03:09:07.050 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-21T03:09:07.737Z[ recovery-image] Dec 21 03:09:07.067 INFO O| Dec 21 03:09:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65762024-12-21T03:09:07.737Z[ recovery-image] Dec 21 03:09:07.067 INFO O| Dec 21 03:09:07.067 INFO STEP 730 (remove_files) COMPLETE
65772024-12-21T03:09:07.741Z[ recovery-image] Dec 21 03:09:07.067 INFO O| Dec 21 03:09:07.067 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-21T03:09:07.783Z[ recovery-image] Dec 21 03:09:07.116 INFO O| Dec 21 03:09:07.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65792024-12-21T03:09:07.783Z[ recovery-image] Dec 21 03:09:07.116 INFO O| Dec 21 03:09:07.116 INFO STEP 731 (remove_files) COMPLETE
65802024-12-21T03:09:07.786Z[ recovery-image] Dec 21 03:09:07.116 INFO O| Dec 21 03:09:07.116 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-21T03:09:07.810Z[ recovery-image] Dec 21 03:09:07.142 INFO O| Dec 21 03:09:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65822024-12-21T03:09:07.810Z[ recovery-image] Dec 21 03:09:07.142 INFO O| Dec 21 03:09:07.142 INFO STEP 732 (remove_files) COMPLETE
65832024-12-21T03:09:07.810Z[ recovery-image] Dec 21 03:09:07.142 INFO O| Dec 21 03:09:07.142 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-21T03:09:07.857Z[ recovery-image] Dec 21 03:09:07.189 INFO O| Dec 21 03:09:07.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65852024-12-21T03:09:07.857Z[ recovery-image] Dec 21 03:09:07.189 INFO O| Dec 21 03:09:07.189 INFO STEP 733 (remove_files) COMPLETE
65862024-12-21T03:09:07.857Z[ recovery-image] Dec 21 03:09:07.189 INFO O| Dec 21 03:09:07.189 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-21T03:09:07.920Z[ recovery-image] Dec 21 03:09:07.253 INFO O| Dec 21 03:09:07.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65882024-12-21T03:09:07.921Z[ recovery-image] Dec 21 03:09:07.253 INFO O| Dec 21 03:09:07.253 INFO STEP 734 (remove_files) COMPLETE
65892024-12-21T03:09:07.923Z[ recovery-image] Dec 21 03:09:07.253 INFO O| Dec 21 03:09:07.253 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-21T03:09:07.939Z[ recovery-image] Dec 21 03:09:07.272 INFO O| Dec 21 03:09:07.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65912024-12-21T03:09:07.939Z[ recovery-image] Dec 21 03:09:07.272 INFO O| Dec 21 03:09:07.272 INFO STEP 735 (remove_files) COMPLETE
65922024-12-21T03:09:07.939Z[ recovery-image] Dec 21 03:09:07.272 INFO O| Dec 21 03:09:07.272 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-21T03:09:07.958Z[ recovery-image] Dec 21 03:09:07.290 INFO O| Dec 21 03:09:07.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65942024-12-21T03:09:07.959Z[ recovery-image] Dec 21 03:09:07.290 INFO O| Dec 21 03:09:07.290 INFO STEP 736 (remove_files) COMPLETE
65952024-12-21T03:09:07.962Z[ recovery-image] Dec 21 03:09:07.290 INFO O| Dec 21 03:09:07.290 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-21T03:09:07.976Z[ recovery-image] Dec 21 03:09:07.307 INFO O| Dec 21 03:09:07.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65972024-12-21T03:09:07.976Z[ recovery-image] Dec 21 03:09:07.307 INFO O| Dec 21 03:09:07.307 INFO STEP 737 (remove_files) COMPLETE
65982024-12-21T03:09:07.976Z[ recovery-image] Dec 21 03:09:07.307 INFO O| Dec 21 03:09:07.307 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-21T03:09:07.991Z[ recovery-image] Dec 21 03:09:07.323 INFO O| Dec 21 03:09:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66002024-12-21T03:09:07.991Z[ recovery-image] Dec 21 03:09:07.323 INFO O| Dec 21 03:09:07.323 INFO STEP 738 (remove_files) COMPLETE
66012024-12-21T03:09:07.997Z[ recovery-image] Dec 21 03:09:07.323 INFO O| Dec 21 03:09:07.323 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-21T03:09:08.007Z[ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66032024-12-21T03:09:08.007Z[ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 739 (remove_files) COMPLETE
66042024-12-21T03:09:08.013Z[ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-21T03:09:08.026Z[ recovery-image] Dec 21 03:09:07.356 INFO O| Dec 21 03:09:07.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66062024-12-21T03:09:08.026Z[ recovery-image] Dec 21 03:09:07.356 INFO O| Dec 21 03:09:07.356 INFO STEP 740 (remove_files) COMPLETE
66072024-12-21T03:09:08.035Z[ recovery-image] Dec 21 03:09:07.356 INFO O| Dec 21 03:09:07.356 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-21T03:09:08.042Z[ recovery-image] Dec 21 03:09:07.373 INFO O| Dec 21 03:09:07.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66092024-12-21T03:09:08.042Z[ recovery-image] Dec 21 03:09:07.373 INFO O| Dec 21 03:09:07.373 INFO STEP 741 (remove_files) COMPLETE
66102024-12-21T03:09:08.048Z[ recovery-image] Dec 21 03:09:07.373 INFO O| Dec 21 03:09:07.373 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-21T03:09:08.067Z[ recovery-image] Dec 21 03:09:07.399 INFO O| Dec 21 03:09:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66122024-12-21T03:09:08.067Z[ recovery-image] Dec 21 03:09:07.400 INFO O| Dec 21 03:09:07.400 INFO STEP 742 (remove_files) COMPLETE
66132024-12-21T03:09:08.067Z[ recovery-image] Dec 21 03:09:07.400 INFO O| Dec 21 03:09:07.400 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-21T03:09:08.087Z[ recovery-image] Dec 21 03:09:07.419 INFO O| Dec 21 03:09:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66152024-12-21T03:09:08.087Z[ recovery-image] Dec 21 03:09:07.420 INFO O| Dec 21 03:09:07.420 INFO STEP 743 (remove_files) COMPLETE
66162024-12-21T03:09:08.090Z[ recovery-image] Dec 21 03:09:07.420 INFO O| Dec 21 03:09:07.420 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-21T03:09:08.109Z[ recovery-image] Dec 21 03:09:07.442 INFO O| Dec 21 03:09:07.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66182024-12-21T03:09:08.113Z[ recovery-image] Dec 21 03:09:07.442 INFO O| Dec 21 03:09:07.442 INFO STEP 744 (remove_files) COMPLETE
66192024-12-21T03:09:08.113Z[ recovery-image] Dec 21 03:09:07.442 INFO O| Dec 21 03:09:07.442 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-21T03:09:08.134Z[ recovery-image] Dec 21 03:09:07.461 INFO O| Dec 21 03:09:07.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66212024-12-21T03:09:08.134Z[ recovery-image] Dec 21 03:09:07.462 INFO O| Dec 21 03:09:07.461 INFO STEP 745 (remove_files) COMPLETE
66222024-12-21T03:09:08.143Z[ recovery-image] Dec 21 03:09:07.462 INFO O| Dec 21 03:09:07.462 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-21T03:09:08.149Z[ recovery-image] Dec 21 03:09:07.480 INFO O| Dec 21 03:09:07.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66242024-12-21T03:09:08.153Z[ recovery-image] Dec 21 03:09:07.481 INFO O| Dec 21 03:09:07.481 INFO STEP 746 (remove_files) COMPLETE
66252024-12-21T03:09:08.153Z[ recovery-image] Dec 21 03:09:07.481 INFO O| Dec 21 03:09:07.481 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-21T03:09:08.167Z[ recovery-image] Dec 21 03:09:07.499 INFO O| Dec 21 03:09:07.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66272024-12-21T03:09:08.169Z[ recovery-image] Dec 21 03:09:07.500 INFO O| Dec 21 03:09:07.499 INFO STEP 747 (remove_files) COMPLETE
66282024-12-21T03:09:08.169Z[ recovery-image] Dec 21 03:09:07.500 INFO O| Dec 21 03:09:07.500 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-21T03:09:08.184Z[ recovery-image] Dec 21 03:09:07.517 INFO O| Dec 21 03:09:07.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66302024-12-21T03:09:08.187Z[ recovery-image] Dec 21 03:09:07.517 INFO O| Dec 21 03:09:07.517 INFO STEP 748 (remove_files) COMPLETE
66312024-12-21T03:09:08.187Z[ recovery-image] Dec 21 03:09:07.517 INFO O| Dec 21 03:09:07.517 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-21T03:09:08.207Z[ recovery-image] Dec 21 03:09:07.537 INFO O| Dec 21 03:09:07.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66332024-12-21T03:09:08.211Z[ recovery-image] Dec 21 03:09:07.537 INFO O| Dec 21 03:09:07.537 INFO STEP 749 (remove_files) COMPLETE
66342024-12-21T03:09:08.211Z[ recovery-image] Dec 21 03:09:07.538 INFO O| Dec 21 03:09:07.537 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-21T03:09:08.223Z[ recovery-image] Dec 21 03:09:07.556 INFO O| Dec 21 03:09:07.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66362024-12-21T03:09:08.253Z[ recovery-image] Dec 21 03:09:07.584 INFO O| Dec 21 03:09:07.584 INFO STEP 750 (remove_files) COMPLETE
66372024-12-21T03:09:08.253Z[ recovery-image] Dec 21 03:09:07.584 INFO O| Dec 21 03:09:07.584 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-21T03:09:08.271Z[ recovery-image] Dec 21 03:09:07.602 INFO O| Dec 21 03:09:07.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66392024-12-21T03:09:08.275Z[ recovery-image] Dec 21 03:09:07.603 INFO O| Dec 21 03:09:07.602 INFO STEP 751 (remove_files) COMPLETE
66402024-12-21T03:09:08.275Z[ recovery-image] Dec 21 03:09:07.603 INFO O| Dec 21 03:09:07.603 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-21T03:09:08.287Z[ recovery-image] Dec 21 03:09:07.620 INFO O| Dec 21 03:09:07.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66422024-12-21T03:09:08.289Z[ recovery-image] Dec 21 03:09:07.620 INFO O| Dec 21 03:09:07.620 INFO STEP 752 (remove_files) COMPLETE
66432024-12-21T03:09:08.289Z[ recovery-image] Dec 21 03:09:07.620 INFO O| Dec 21 03:09:07.620 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-21T03:09:08.330Z[ recovery-image] Dec 21 03:09:07.663 INFO O| Dec 21 03:09:07.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66452024-12-21T03:09:08.331Z[ recovery-image] Dec 21 03:09:07.663 INFO O| Dec 21 03:09:07.663 INFO STEP 753 (remove_files) COMPLETE
66462024-12-21T03:09:08.334Z[ recovery-image] Dec 21 03:09:07.663 INFO O| Dec 21 03:09:07.663 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-21T03:09:08.351Z[ recovery-image] Dec 21 03:09:07.683 INFO O| Dec 21 03:09:07.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66482024-12-21T03:09:08.351Z[ recovery-image] Dec 21 03:09:07.683 INFO O| Dec 21 03:09:07.683 INFO STEP 754 (remove_files) COMPLETE
66492024-12-21T03:09:08.351Z[ recovery-image] Dec 21 03:09:07.683 INFO O| Dec 21 03:09:07.683 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-21T03:09:08.398Z[ recovery-image] Dec 21 03:09:07.729 INFO O| Dec 21 03:09:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66512024-12-21T03:09:08.398Z[ recovery-image] Dec 21 03:09:07.730 INFO O| Dec 21 03:09:07.730 INFO STEP 755 (remove_files) COMPLETE
66522024-12-21T03:09:08.400Z[ recovery-image] Dec 21 03:09:07.730 INFO O| Dec 21 03:09:07.730 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-21T03:09:08.427Z[ recovery-image] Dec 21 03:09:07.750 INFO O| Dec 21 03:09:07.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66542024-12-21T03:09:08.455Z[ recovery-image] Dec 21 03:09:07.788 INFO O| Dec 21 03:09:07.788 INFO STEP 756 (remove_files) COMPLETE
66552024-12-21T03:09:08.455Z[ recovery-image] Dec 21 03:09:07.788 INFO O| Dec 21 03:09:07.788 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-21T03:09:08.505Z[ recovery-image] Dec 21 03:09:07.838 INFO O| Dec 21 03:09:07.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66572024-12-21T03:09:08.505Z[ recovery-image] Dec 21 03:09:07.838 INFO O| Dec 21 03:09:07.838 INFO STEP 757 (remove_files) COMPLETE
66582024-12-21T03:09:08.505Z[ recovery-image] Dec 21 03:09:07.838 INFO O| Dec 21 03:09:07.838 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-21T03:09:08.529Z[ recovery-image] Dec 21 03:09:07.858 INFO O| Dec 21 03:09:07.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66602024-12-21T03:09:08.529Z[ recovery-image] Dec 21 03:09:07.858 INFO O| Dec 21 03:09:07.858 INFO STEP 758 (remove_files) COMPLETE
66612024-12-21T03:09:08.529Z[ recovery-image] Dec 21 03:09:07.858 INFO O| Dec 21 03:09:07.858 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-21T03:09:08.545Z[ host-image] Dec 21 03:09:07.874 INFO O| Dec 21 03:09:07.874 INFO O| Done
66632024-12-21T03:09:08.567Z[ recovery-image] Dec 21 03:09:07.899 INFO O| Dec 21 03:09:07.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66642024-12-21T03:09:08.567Z[ recovery-image] Dec 21 03:09:07.899 INFO O| Dec 21 03:09:07.899 INFO STEP 759 (remove_files) COMPLETE
66652024-12-21T03:09:08.571Z[ recovery-image] Dec 21 03:09:07.899 INFO O| Dec 21 03:09:07.899 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-21T03:09:08.678Z[ recovery-image] Dec 21 03:09:08.010 INFO O| Dec 21 03:09:08.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66672024-12-21T03:09:08.678Z[ recovery-image] Dec 21 03:09:08.010 INFO O| Dec 21 03:09:08.010 INFO STEP 760 (remove_files) COMPLETE
66682024-12-21T03:09:08.679Z[ recovery-image] Dec 21 03:09:08.010 INFO O| Dec 21 03:09:08.010 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-21T03:09:08.719Z[ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66702024-12-21T03:09:08.719Z[ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 761 (remove_files) COMPLETE
66712024-12-21T03:09:08.721Z[ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-21T03:09:08.738Z[ recovery-image] Dec 21 03:09:08.071 INFO O| Dec 21 03:09:08.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66732024-12-21T03:09:08.739Z[ recovery-image] Dec 21 03:09:08.071 INFO O| Dec 21 03:09:08.071 INFO STEP 762 (remove_files) COMPLETE
66742024-12-21T03:09:08.739Z[ recovery-image] Dec 21 03:09:08.071 INFO O| Dec 21 03:09:08.071 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-21T03:09:08.778Z[ recovery-image] Dec 21 03:09:08.109 INFO O| Dec 21 03:09:08.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66762024-12-21T03:09:08.778Z[ recovery-image] Dec 21 03:09:08.109 INFO O| Dec 21 03:09:08.109 INFO STEP 763 (remove_files) COMPLETE
66772024-12-21T03:09:08.778Z[ recovery-image] Dec 21 03:09:08.109 INFO O| Dec 21 03:09:08.109 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-21T03:09:08.799Z[ recovery-image] Dec 21 03:09:08.130 INFO O| Dec 21 03:09:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66792024-12-21T03:09:08.799Z[ recovery-image] Dec 21 03:09:08.130 INFO O| Dec 21 03:09:08.130 INFO STEP 764 (remove_files) COMPLETE
66802024-12-21T03:09:08.799Z[ recovery-image] Dec 21 03:09:08.130 INFO O| Dec 21 03:09:08.130 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-21T03:09:08.828Z[ recovery-image] Dec 21 03:09:08.160 INFO O| Dec 21 03:09:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66822024-12-21T03:09:08.828Z[ recovery-image] Dec 21 03:09:08.160 INFO O| Dec 21 03:09:08.160 INFO STEP 765 (remove_files) COMPLETE
66832024-12-21T03:09:08.830Z[ recovery-image] Dec 21 03:09:08.160 INFO O| Dec 21 03:09:08.160 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-21T03:09:08.905Z[ recovery-image] Dec 21 03:09:08.207 INFO O| Dec 21 03:09:08.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66852024-12-21T03:09:08.906Z[ recovery-image] Dec 21 03:09:08.207 INFO O| Dec 21 03:09:08.207 INFO STEP 766 (remove_files) COMPLETE
66862024-12-21T03:09:08.906Z[ recovery-image] Dec 21 03:09:08.207 INFO O| Dec 21 03:09:08.207 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-21T03:09:08.914Z[ recovery-image] Dec 21 03:09:08.227 INFO O| Dec 21 03:09:08.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66882024-12-21T03:09:08.914Z[ recovery-image] Dec 21 03:09:08.227 INFO O| Dec 21 03:09:08.227 INFO STEP 767 (remove_files) COMPLETE
66892024-12-21T03:09:08.914Z[ recovery-image] Dec 21 03:09:08.227 INFO O| Dec 21 03:09:08.227 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-21T03:09:08.922Z[ recovery-image] Dec 21 03:09:08.248 INFO O| Dec 21 03:09:08.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66912024-12-21T03:09:08.922Z[ recovery-image] Dec 21 03:09:08.248 INFO O| Dec 21 03:09:08.248 INFO STEP 768 (remove_files) COMPLETE
66922024-12-21T03:09:08.922Z[ recovery-image] Dec 21 03:09:08.248 INFO O| Dec 21 03:09:08.248 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-21T03:09:08.941Z[ recovery-image] Dec 21 03:09:08.267 INFO O| Dec 21 03:09:08.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66942024-12-21T03:09:08.941Z[ recovery-image] Dec 21 03:09:08.267 INFO O| Dec 21 03:09:08.267 INFO STEP 769 (remove_files) COMPLETE
66952024-12-21T03:09:08.941Z[ recovery-image] Dec 21 03:09:08.267 INFO O| Dec 21 03:09:08.267 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-21T03:09:08.957Z[ recovery-image] Dec 21 03:09:08.287 INFO O| Dec 21 03:09:08.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66972024-12-21T03:09:08.957Z[ recovery-image] Dec 21 03:09:08.287 INFO O| Dec 21 03:09:08.287 INFO STEP 770 (remove_files) COMPLETE
66982024-12-21T03:09:08.957Z[ recovery-image] Dec 21 03:09:08.287 INFO O| Dec 21 03:09:08.287 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-21T03:09:08.974Z[ recovery-image] Dec 21 03:09:08.306 INFO O| Dec 21 03:09:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67002024-12-21T03:09:08.974Z[ recovery-image] Dec 21 03:09:08.307 INFO O| Dec 21 03:09:08.307 INFO STEP 771 (remove_files) COMPLETE
67012024-12-21T03:09:08.978Z[ recovery-image] Dec 21 03:09:08.307 INFO O| Dec 21 03:09:08.307 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-21T03:09:08.994Z[ recovery-image] Dec 21 03:09:08.327 INFO O| Dec 21 03:09:08.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67032024-12-21T03:09:08.998Z[ recovery-image] Dec 21 03:09:08.327 INFO O| Dec 21 03:09:08.327 INFO STEP 772 (remove_files) COMPLETE
67042024-12-21T03:09:08.998Z[ recovery-image] Dec 21 03:09:08.327 INFO O| Dec 21 03:09:08.327 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-21T03:09:09.013Z[ recovery-image] Dec 21 03:09:08.346 INFO O| Dec 21 03:09:08.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67062024-12-21T03:09:09.020Z[ recovery-image] Dec 21 03:09:08.346 INFO O| Dec 21 03:09:08.346 INFO STEP 773 (remove_files) COMPLETE
67072024-12-21T03:09:09.020Z[ recovery-image] Dec 21 03:09:08.347 INFO O| Dec 21 03:09:08.346 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-21T03:09:09.031Z[ recovery-image] Dec 21 03:09:08.364 INFO O| Dec 21 03:09:08.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67092024-12-21T03:09:09.035Z[ recovery-image] Dec 21 03:09:08.364 INFO O| Dec 21 03:09:08.364 INFO STEP 774 (remove_files) COMPLETE
67102024-12-21T03:09:09.035Z[ recovery-image] Dec 21 03:09:08.364 INFO O| Dec 21 03:09:08.364 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-21T03:09:09.049Z[ recovery-image] Dec 21 03:09:08.381 INFO O| Dec 21 03:09:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67122024-12-21T03:09:09.052Z[ recovery-image] Dec 21 03:09:08.382 INFO O| Dec 21 03:09:08.382 INFO STEP 775 (remove_files) COMPLETE
67132024-12-21T03:09:09.052Z[ recovery-image] Dec 21 03:09:08.382 INFO O| Dec 21 03:09:08.382 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-21T03:09:09.078Z[ recovery-image] Dec 21 03:09:08.408 INFO O| Dec 21 03:09:08.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67152024-12-21T03:09:09.078Z[ recovery-image] Dec 21 03:09:08.408 INFO O| Dec 21 03:09:08.408 INFO STEP 776 (remove_files) COMPLETE
67162024-12-21T03:09:09.078Z[ recovery-image] Dec 21 03:09:08.408 INFO O| Dec 21 03:09:08.408 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-21T03:09:09.094Z[ recovery-image] Dec 21 03:09:08.426 INFO O| Dec 21 03:09:08.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67182024-12-21T03:09:09.098Z[ recovery-image] Dec 21 03:09:08.426 INFO O| Dec 21 03:09:08.425 INFO STEP 777 (remove_files) COMPLETE
67192024-12-21T03:09:09.098Z[ recovery-image] Dec 21 03:09:08.426 INFO O| Dec 21 03:09:08.425 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-21T03:09:09.110Z[ recovery-image] Dec 21 03:09:08.443 INFO O| Dec 21 03:09:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67212024-12-21T03:09:09.110Z[ recovery-image] Dec 21 03:09:08.443 INFO O| Dec 21 03:09:08.441 INFO STEP 778 (remove_files) COMPLETE
67222024-12-21T03:09:09.110Z[ recovery-image] Dec 21 03:09:08.443 INFO O| Dec 21 03:09:08.441 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-21T03:09:09.125Z[ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67242024-12-21T03:09:09.137Z[ recovery-image] Dec 21 03:09:08.469 INFO O| Dec 21 03:09:08.469 INFO STEP 779 (remove_files) COMPLETE
67252024-12-21T03:09:09.137Z[ recovery-image] Dec 21 03:09:08.469 INFO O| Dec 21 03:09:08.469 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-21T03:09:09.188Z[ recovery-image] Dec 21 03:09:08.521 INFO O| Dec 21 03:09:08.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67272024-12-21T03:09:09.188Z[ recovery-image] Dec 21 03:09:08.521 INFO O| Dec 21 03:09:08.516 INFO STEP 780 (remove_files) COMPLETE
67282024-12-21T03:09:09.191Z[ recovery-image] Dec 21 03:09:08.521 INFO O| Dec 21 03:09:08.516 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-21T03:09:09.206Z[ recovery-image] Dec 21 03:09:08.536 INFO O| Dec 21 03:09:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67302024-12-21T03:09:09.206Z[ recovery-image] Dec 21 03:09:08.537 INFO O| Dec 21 03:09:08.534 INFO STEP 781 (remove_files) COMPLETE
67312024-12-21T03:09:09.206Z[ recovery-image] Dec 21 03:09:08.537 INFO O| Dec 21 03:09:08.534 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-21T03:09:09.227Z[ recovery-image] Dec 21 03:09:08.557 INFO O| Dec 21 03:09:08.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67332024-12-21T03:09:09.227Z[ recovery-image] Dec 21 03:09:08.557 INFO O| Dec 21 03:09:08.557 INFO STEP 782 (remove_files) COMPLETE
67342024-12-21T03:09:09.231Z[ recovery-image] Dec 21 03:09:08.557 INFO O| Dec 21 03:09:08.557 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-21T03:09:09.342Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67362024-12-21T03:09:09.342Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.577 INFO STEP 783 (remove_files) COMPLETE
67372024-12-21T03:09:09.343Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.577 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-21T03:09:09.343Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67392024-12-21T03:09:09.343Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.595 INFO STEP 784 (remove_files) COMPLETE
67402024-12-21T03:09:09.345Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.596 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-21T03:09:09.345Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67422024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.614 INFO STEP 785 (remove_files) COMPLETE
67432024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.614 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67452024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.632 INFO STEP 786 (remove_files) COMPLETE
67462024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.632 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67482024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.651 INFO STEP 787 (remove_files) COMPLETE
67492024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.652 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67512024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.671 INFO STEP 788 (remove_files) COMPLETE
67522024-12-21T03:09:09.346Z[ recovery-image] Dec 21 03:09:08.675 INFO O| Dec 21 03:09:08.671 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-21T03:09:09.358Z[ recovery-image] Dec 21 03:09:08.690 INFO O| Dec 21 03:09:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67542024-12-21T03:09:09.358Z[ recovery-image] Dec 21 03:09:08.691 INFO O| Dec 21 03:09:08.691 INFO STEP 789 (remove_files) COMPLETE
67552024-12-21T03:09:09.360Z[ recovery-image] Dec 21 03:09:08.691 INFO O| Dec 21 03:09:08.691 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-21T03:09:09.376Z[ recovery-image] Dec 21 03:09:08.709 INFO O| Dec 21 03:09:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67572024-12-21T03:09:09.376Z[ recovery-image] Dec 21 03:09:08.709 INFO O| Dec 21 03:09:08.709 INFO STEP 790 (remove_files) COMPLETE
67582024-12-21T03:09:09.376Z[ recovery-image] Dec 21 03:09:08.709 INFO O| Dec 21 03:09:08.709 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-21T03:09:09.396Z[ recovery-image] Dec 21 03:09:08.729 INFO O| Dec 21 03:09:08.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67602024-12-21T03:09:09.396Z[ recovery-image] Dec 21 03:09:08.729 INFO O| Dec 21 03:09:08.729 INFO STEP 791 (remove_files) COMPLETE
67612024-12-21T03:09:09.401Z[ recovery-image] Dec 21 03:09:08.729 INFO O| Dec 21 03:09:08.729 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-21T03:09:09.416Z[ recovery-image] Dec 21 03:09:08.748 INFO O| Dec 21 03:09:08.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67632024-12-21T03:09:09.416Z[ recovery-image] Dec 21 03:09:08.748 INFO O| Dec 21 03:09:08.748 INFO STEP 792 (remove_files) COMPLETE
67642024-12-21T03:09:09.416Z[ recovery-image] Dec 21 03:09:08.748 INFO O| Dec 21 03:09:08.748 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-21T03:09:09.442Z[ recovery-image] Dec 21 03:09:08.771 INFO O| Dec 21 03:09:08.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67662024-12-21T03:09:09.442Z[ recovery-image] Dec 21 03:09:08.771 INFO O| Dec 21 03:09:08.771 INFO STEP 793 (remove_files) COMPLETE
67672024-12-21T03:09:09.447Z[ recovery-image] Dec 21 03:09:08.771 INFO O| Dec 21 03:09:08.771 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-21T03:09:09.460Z[ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67692024-12-21T03:09:09.460Z[ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO STEP 794 (remove_files) COMPLETE
67702024-12-21T03:09:09.463Z[ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-21T03:09:09.485Z[ recovery-image] Dec 21 03:09:08.812 INFO O| Dec 21 03:09:08.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67722024-12-21T03:09:09.485Z[ recovery-image] Dec 21 03:09:08.812 INFO O| Dec 21 03:09:08.812 INFO STEP 795 (remove_files) COMPLETE
67732024-12-21T03:09:09.485Z[ recovery-image] Dec 21 03:09:08.812 INFO O| Dec 21 03:09:08.812 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-21T03:09:09.517Z[ recovery-image] Dec 21 03:09:08.849 INFO O| Dec 21 03:09:08.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67752024-12-21T03:09:09.520Z[ recovery-image] Dec 21 03:09:08.850 INFO O| Dec 21 03:09:08.850 INFO STEP 796 (remove_files) COMPLETE
67762024-12-21T03:09:09.520Z[ recovery-image] Dec 21 03:09:08.850 INFO O| Dec 21 03:09:08.850 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-21T03:09:09.533Z[ recovery-image] Dec 21 03:09:08.866 INFO O| Dec 21 03:09:08.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67782024-12-21T03:09:09.536Z[ recovery-image] Dec 21 03:09:08.866 INFO O| Dec 21 03:09:08.866 INFO STEP 797 (remove_files) COMPLETE
67792024-12-21T03:09:09.536Z[ recovery-image] Dec 21 03:09:08.866 INFO O| Dec 21 03:09:08.866 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-21T03:09:09.551Z[ recovery-image] Dec 21 03:09:08.882 INFO O| Dec 21 03:09:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67812024-12-21T03:09:09.556Z[ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 798 (remove_files) COMPLETE
67822024-12-21T03:09:09.556Z[ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-21T03:09:09.566Z[ recovery-image] Dec 21 03:09:08.899 INFO O| Dec 21 03:09:08.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67842024-12-21T03:09:09.569Z[ recovery-image] Dec 21 03:09:08.899 INFO O| Dec 21 03:09:08.899 INFO STEP 799 (remove_files) COMPLETE
67852024-12-21T03:09:09.569Z[ recovery-image] Dec 21 03:09:08.899 INFO O| Dec 21 03:09:08.899 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-21T03:09:09.585Z[ recovery-image] Dec 21 03:09:08.915 INFO O| Dec 21 03:09:08.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67872024-12-21T03:09:09.588Z[ recovery-image] Dec 21 03:09:08.915 INFO O| Dec 21 03:09:08.915 INFO STEP 800 (remove_files) COMPLETE
67882024-12-21T03:09:09.588Z[ recovery-image] Dec 21 03:09:08.915 INFO O| Dec 21 03:09:08.915 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-21T03:09:09.600Z[ recovery-image] Dec 21 03:09:08.932 INFO O| Dec 21 03:09:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67902024-12-21T03:09:09.606Z[ recovery-image] Dec 21 03:09:08.932 INFO O| Dec 21 03:09:08.932 INFO STEP 801 (remove_files) COMPLETE
67912024-12-21T03:09:09.606Z[ recovery-image] Dec 21 03:09:08.932 INFO O| Dec 21 03:09:08.932 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-21T03:09:09.660Z[ recovery-image] Dec 21 03:09:08.991 INFO O| Dec 21 03:09:08.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67932024-12-21T03:09:09.671Z[ recovery-image] Dec 21 03:09:08.992 INFO O| Dec 21 03:09:08.992 INFO STEP 802 (remove_files) COMPLETE
67942024-12-21T03:09:09.671Z[ recovery-image] Dec 21 03:09:08.992 INFO O| Dec 21 03:09:08.992 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-21T03:09:09.726Z[ recovery-image] Dec 21 03:09:09.032 INFO O| Dec 21 03:09:09.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67962024-12-21T03:09:09.727Z[ recovery-image] Dec 21 03:09:09.032 INFO O| Dec 21 03:09:09.032 INFO STEP 803 (remove_files) COMPLETE
67972024-12-21T03:09:09.727Z[ recovery-image] Dec 21 03:09:09.033 INFO O| Dec 21 03:09:09.032 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-21T03:09:09.727Z[ recovery-image] Dec 21 03:09:09.051 INFO O| Dec 21 03:09:09.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67992024-12-21T03:09:09.727Z[ recovery-image] Dec 21 03:09:09.051 INFO O| Dec 21 03:09:09.051 INFO STEP 804 (remove_files) COMPLETE
68002024-12-21T03:09:09.727Z[ recovery-image] Dec 21 03:09:09.051 INFO O| Dec 21 03:09:09.051 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-21T03:09:09.738Z[ recovery-image] Dec 21 03:09:09.070 INFO O| Dec 21 03:09:09.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68022024-12-21T03:09:09.739Z[ recovery-image] Dec 21 03:09:09.070 INFO O| Dec 21 03:09:09.070 INFO STEP 805 (remove_files) COMPLETE
68032024-12-21T03:09:09.739Z[ recovery-image] Dec 21 03:09:09.070 INFO O| Dec 21 03:09:09.070 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-21T03:09:09.758Z[ recovery-image] Dec 21 03:09:09.089 INFO O| Dec 21 03:09:09.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68052024-12-21T03:09:09.758Z[ recovery-image] Dec 21 03:09:09.089 INFO O| Dec 21 03:09:09.089 INFO STEP 806 (remove_files) COMPLETE
68062024-12-21T03:09:09.761Z[ recovery-image] Dec 21 03:09:09.089 INFO O| Dec 21 03:09:09.089 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-21T03:09:09.776Z[ recovery-image] Dec 21 03:09:09.109 INFO O| Dec 21 03:09:09.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68082024-12-21T03:09:09.776Z[ recovery-image] Dec 21 03:09:09.109 INFO O| Dec 21 03:09:09.109 INFO STEP 807 (remove_files) COMPLETE
68092024-12-21T03:09:09.779Z[ recovery-image] Dec 21 03:09:09.109 INFO O| Dec 21 03:09:09.109 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-21T03:09:09.798Z[ recovery-image] Dec 21 03:09:09.129 INFO O| Dec 21 03:09:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68112024-12-21T03:09:09.798Z[ recovery-image] Dec 21 03:09:09.129 INFO O| Dec 21 03:09:09.129 INFO STEP 808 (remove_files) COMPLETE
68122024-12-21T03:09:09.798Z[ recovery-image] Dec 21 03:09:09.129 INFO O| Dec 21 03:09:09.129 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-21T03:09:09.835Z[ recovery-image] Dec 21 03:09:09.167 INFO O| Dec 21 03:09:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68142024-12-21T03:09:09.835Z[ recovery-image] Dec 21 03:09:09.167 INFO O| Dec 21 03:09:09.158 INFO STEP 809 (remove_files) COMPLETE
68152024-12-21T03:09:09.835Z[ recovery-image] Dec 21 03:09:09.167 INFO O| Dec 21 03:09:09.158 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-21T03:09:09.862Z[ recovery-image] Dec 21 03:09:09.191 INFO O| Dec 21 03:09:09.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68172024-12-21T03:09:09.863Z[ recovery-image] Dec 21 03:09:09.191 INFO O| Dec 21 03:09:09.191 INFO STEP 810 (remove_files) COMPLETE
68182024-12-21T03:09:09.869Z[ recovery-image] Dec 21 03:09:09.191 INFO O| Dec 21 03:09:09.191 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-21T03:09:09.907Z[ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68202024-12-21T03:09:09.907Z[ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 811 (remove_files) COMPLETE
68212024-12-21T03:09:09.907Z[ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-21T03:09:09.927Z[ recovery-image] Dec 21 03:09:09.260 INFO O| Dec 21 03:09:09.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68232024-12-21T03:09:09.928Z[ recovery-image] Dec 21 03:09:09.260 INFO O| Dec 21 03:09:09.260 INFO STEP 812 (remove_files) COMPLETE
68242024-12-21T03:09:09.930Z[ recovery-image] Dec 21 03:09:09.260 INFO O| Dec 21 03:09:09.260 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-21T03:09:09.950Z[ recovery-image] Dec 21 03:09:09.281 INFO O| Dec 21 03:09:09.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68262024-12-21T03:09:09.950Z[ recovery-image] Dec 21 03:09:09.281 INFO O| Dec 21 03:09:09.281 INFO STEP 813 (remove_files) COMPLETE
68272024-12-21T03:09:09.950Z[ recovery-image] Dec 21 03:09:09.281 INFO O| Dec 21 03:09:09.281 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-21T03:09:09.970Z[ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68292024-12-21T03:09:09.970Z[ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO STEP 814 (remove_files) COMPLETE
68302024-12-21T03:09:09.973Z[ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-21T03:09:09.996Z[ recovery-image] Dec 21 03:09:09.325 INFO O| Dec 21 03:09:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68322024-12-21T03:09:09.996Z[ recovery-image] Dec 21 03:09:09.325 INFO O| Dec 21 03:09:09.325 INFO STEP 815 (remove_files) COMPLETE
68332024-12-21T03:09:09.996Z[ recovery-image] Dec 21 03:09:09.325 INFO O| Dec 21 03:09:09.325 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-21T03:09:10.016Z[ recovery-image] Dec 21 03:09:09.347 INFO O| Dec 21 03:09:09.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68352024-12-21T03:09:10.016Z[ recovery-image] Dec 21 03:09:09.347 INFO O| Dec 21 03:09:09.347 INFO STEP 816 (remove_files) COMPLETE
68362024-12-21T03:09:10.016Z[ recovery-image] Dec 21 03:09:09.347 INFO O| Dec 21 03:09:09.347 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-21T03:09:10.036Z[ recovery-image] Dec 21 03:09:09.369 INFO O| Dec 21 03:09:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68382024-12-21T03:09:10.062Z[ recovery-image] Dec 21 03:09:09.392 INFO O| Dec 21 03:09:09.392 INFO STEP 817 (remove_files) COMPLETE
68392024-12-21T03:09:10.062Z[ recovery-image] Dec 21 03:09:09.392 INFO O| Dec 21 03:09:09.392 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-21T03:09:10.126Z[ recovery-image] Dec 21 03:09:09.458 INFO O| Dec 21 03:09:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68412024-12-21T03:09:10.126Z[ recovery-image] Dec 21 03:09:09.458 INFO O| Dec 21 03:09:09.458 INFO STEP 818 (remove_files) COMPLETE
68422024-12-21T03:09:10.126Z[ recovery-image] Dec 21 03:09:09.458 INFO O| Dec 21 03:09:09.458 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-21T03:09:10.146Z[ recovery-image] Dec 21 03:09:09.477 INFO O| Dec 21 03:09:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68442024-12-21T03:09:10.146Z[ recovery-image] Dec 21 03:09:09.477 INFO O| Dec 21 03:09:09.477 INFO STEP 819 (remove_files) COMPLETE
68452024-12-21T03:09:10.146Z[ recovery-image] Dec 21 03:09:09.477 INFO O| Dec 21 03:09:09.477 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-21T03:09:10.174Z[ recovery-image] Dec 21 03:09:09.498 INFO O| Dec 21 03:09:09.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68472024-12-21T03:09:10.174Z[ recovery-image] Dec 21 03:09:09.498 INFO O| Dec 21 03:09:09.498 INFO STEP 820 (remove_files) COMPLETE
68482024-12-21T03:09:10.184Z[ recovery-image] Dec 21 03:09:09.498 INFO O| Dec 21 03:09:09.498 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-21T03:09:10.195Z[ recovery-image] Dec 21 03:09:09.520 INFO O| Dec 21 03:09:09.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68502024-12-21T03:09:10.199Z[ recovery-image] Dec 21 03:09:09.520 INFO O| Dec 21 03:09:09.520 INFO STEP 821 (remove_files) COMPLETE
68512024-12-21T03:09:10.199Z[ recovery-image] Dec 21 03:09:09.520 INFO O| Dec 21 03:09:09.520 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-21T03:09:10.208Z[ recovery-image] Dec 21 03:09:09.541 INFO O| Dec 21 03:09:09.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68532024-12-21T03:09:10.211Z[ recovery-image] Dec 21 03:09:09.541 INFO O| Dec 21 03:09:09.541 INFO STEP 822 (remove_files) COMPLETE
68542024-12-21T03:09:10.211Z[ recovery-image] Dec 21 03:09:09.541 INFO O| Dec 21 03:09:09.541 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-21T03:09:10.231Z[ recovery-image] Dec 21 03:09:09.562 INFO O| Dec 21 03:09:09.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68562024-12-21T03:09:10.231Z[ recovery-image] Dec 21 03:09:09.562 INFO O| Dec 21 03:09:09.562 INFO STEP 823 (remove_files) COMPLETE
68572024-12-21T03:09:10.231Z[ recovery-image] Dec 21 03:09:09.562 INFO O| Dec 21 03:09:09.562 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-21T03:09:10.253Z[ recovery-image] Dec 21 03:09:09.584 INFO O| Dec 21 03:09:09.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68592024-12-21T03:09:10.253Z[ recovery-image] Dec 21 03:09:09.584 INFO O| Dec 21 03:09:09.584 INFO STEP 824 (remove_files) COMPLETE
68602024-12-21T03:09:10.253Z[ recovery-image] Dec 21 03:09:09.584 INFO O| Dec 21 03:09:09.584 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-21T03:09:10.278Z[ recovery-image] Dec 21 03:09:09.606 INFO O| Dec 21 03:09:09.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68622024-12-21T03:09:10.278Z[ recovery-image] Dec 21 03:09:09.607 INFO O| Dec 21 03:09:09.606 INFO STEP 825 (remove_files) COMPLETE
68632024-12-21T03:09:10.278Z[ recovery-image] Dec 21 03:09:09.607 INFO O| Dec 21 03:09:09.607 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-21T03:09:10.295Z[ recovery-image] Dec 21 03:09:09.626 INFO O| Dec 21 03:09:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68652024-12-21T03:09:10.295Z[ recovery-image] Dec 21 03:09:09.626 INFO O| Dec 21 03:09:09.626 INFO STEP 826 (remove_files) COMPLETE
68662024-12-21T03:09:10.295Z[ recovery-image] Dec 21 03:09:09.626 INFO O| Dec 21 03:09:09.626 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-21T03:09:10.313Z[ recovery-image] Dec 21 03:09:09.645 INFO O| Dec 21 03:09:09.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68682024-12-21T03:09:10.313Z[ recovery-image] Dec 21 03:09:09.645 INFO O| Dec 21 03:09:09.645 INFO STEP 827 (remove_files) COMPLETE
68692024-12-21T03:09:10.313Z[ recovery-image] Dec 21 03:09:09.645 INFO O| Dec 21 03:09:09.645 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-21T03:09:10.332Z[ recovery-image] Dec 21 03:09:09.664 INFO O| Dec 21 03:09:09.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68712024-12-21T03:09:10.332Z[ recovery-image] Dec 21 03:09:09.664 INFO O| Dec 21 03:09:09.664 INFO STEP 828 (remove_files) COMPLETE
68722024-12-21T03:09:10.332Z[ recovery-image] Dec 21 03:09:09.664 INFO O| Dec 21 03:09:09.664 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-21T03:09:10.361Z[ recovery-image] Dec 21 03:09:09.682 INFO O| Dec 21 03:09:09.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68742024-12-21T03:09:10.367Z[ recovery-image] Dec 21 03:09:09.682 INFO O| Dec 21 03:09:09.682 INFO STEP 829 (remove_files) COMPLETE
68752024-12-21T03:09:10.367Z[ recovery-image] Dec 21 03:09:09.682 INFO O| Dec 21 03:09:09.682 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-21T03:09:10.434Z[ recovery-image] Dec 21 03:09:09.765 INFO O| Dec 21 03:09:09.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68772024-12-21T03:09:10.434Z[ recovery-image] Dec 21 03:09:09.765 INFO O| Dec 21 03:09:09.765 INFO STEP 830 (remove_files) COMPLETE
68782024-12-21T03:09:10.437Z[ recovery-image] Dec 21 03:09:09.765 INFO O| Dec 21 03:09:09.765 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-21T03:09:10.465Z[ recovery-image] Dec 21 03:09:09.797 INFO O| Dec 21 03:09:09.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68802024-12-21T03:09:10.465Z[ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 831 (remove_files) COMPLETE
68812024-12-21T03:09:10.468Z[ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-21T03:09:10.508Z[ recovery-image] Dec 21 03:09:09.832 INFO O| Dec 21 03:09:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68832024-12-21T03:09:10.509Z[ recovery-image] Dec 21 03:09:09.832 INFO O| Dec 21 03:09:09.832 INFO STEP 832 (remove_files) COMPLETE
68842024-12-21T03:09:10.509Z[ recovery-image] Dec 21 03:09:09.832 INFO O| Dec 21 03:09:09.832 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-21T03:09:10.516Z[ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68862024-12-21T03:09:10.517Z[ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 833 (remove_files) COMPLETE
68872024-12-21T03:09:10.517Z[ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-21T03:09:10.543Z[ recovery-image] Dec 21 03:09:09.867 INFO O| Dec 21 03:09:09.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68892024-12-21T03:09:10.543Z[ recovery-image] Dec 21 03:09:09.867 INFO O| Dec 21 03:09:09.867 INFO STEP 834 (remove_files) COMPLETE
68902024-12-21T03:09:10.543Z[ recovery-image] Dec 21 03:09:09.867 INFO O| Dec 21 03:09:09.867 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-21T03:09:10.567Z[ recovery-image] Dec 21 03:09:09.899 INFO O| Dec 21 03:09:09.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68922024-12-21T03:09:10.567Z[ recovery-image] Dec 21 03:09:09.899 INFO O| Dec 21 03:09:09.899 INFO STEP 835 (remove_files) COMPLETE
68932024-12-21T03:09:10.567Z[ recovery-image] Dec 21 03:09:09.899 INFO O| Dec 21 03:09:09.899 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-21T03:09:10.586Z[ recovery-image] Dec 21 03:09:09.915 INFO O| Dec 21 03:09:09.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68952024-12-21T03:09:10.586Z[ recovery-image] Dec 21 03:09:09.915 INFO O| Dec 21 03:09:09.915 INFO STEP 836 (remove_files) COMPLETE
68962024-12-21T03:09:10.587Z[ recovery-image] Dec 21 03:09:09.915 INFO O| Dec 21 03:09:09.915 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-21T03:09:10.608Z[ recovery-image] Dec 21 03:09:09.940 INFO O| Dec 21 03:09:09.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68982024-12-21T03:09:10.608Z[ recovery-image] Dec 21 03:09:09.940 INFO O| Dec 21 03:09:09.940 INFO STEP 837 (remove_files) COMPLETE
68992024-12-21T03:09:10.608Z[ recovery-image] Dec 21 03:09:09.940 INFO O| Dec 21 03:09:09.940 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-21T03:09:10.659Z[ recovery-image] Dec 21 03:09:09.992 INFO O| Dec 21 03:09:09.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69012024-12-21T03:09:10.660Z[ recovery-image] Dec 21 03:09:09.992 INFO O| Dec 21 03:09:09.992 INFO STEP 838 (remove_files) COMPLETE
69022024-12-21T03:09:10.660Z[ recovery-image] Dec 21 03:09:09.992 INFO O| Dec 21 03:09:09.992 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-21T03:09:10.688Z[ recovery-image] Dec 21 03:09:10.018 INFO O| Dec 21 03:09:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69042024-12-21T03:09:10.702Z[ recovery-image] Dec 21 03:09:10.018 INFO O| Dec 21 03:09:10.018 INFO STEP 839 (remove_files) COMPLETE
69052024-12-21T03:09:10.702Z[ recovery-image] Dec 21 03:09:10.018 INFO O| Dec 21 03:09:10.018 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-21T03:09:10.718Z[ recovery-image] Dec 21 03:09:10.045 INFO O| Dec 21 03:09:10.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69072024-12-21T03:09:10.718Z[ recovery-image] Dec 21 03:09:10.045 INFO O| Dec 21 03:09:10.045 INFO STEP 840 (remove_files) COMPLETE
69082024-12-21T03:09:10.718Z[ recovery-image] Dec 21 03:09:10.045 INFO O| Dec 21 03:09:10.045 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-21T03:09:10.730Z[ recovery-image] Dec 21 03:09:10.062 INFO O| Dec 21 03:09:10.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69102024-12-21T03:09:10.730Z[ recovery-image] Dec 21 03:09:10.062 INFO O| Dec 21 03:09:10.062 INFO STEP 841 (remove_files) COMPLETE
69112024-12-21T03:09:10.730Z[ recovery-image] Dec 21 03:09:10.062 INFO O| Dec 21 03:09:10.062 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-21T03:09:10.746Z[ recovery-image] Dec 21 03:09:10.079 INFO O| Dec 21 03:09:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69132024-12-21T03:09:10.747Z[ recovery-image] Dec 21 03:09:10.079 INFO O| Dec 21 03:09:10.079 INFO STEP 842 (remove_files) COMPLETE
69142024-12-21T03:09:10.749Z[ recovery-image] Dec 21 03:09:10.079 INFO O| Dec 21 03:09:10.079 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-21T03:09:10.766Z[ recovery-image] Dec 21 03:09:10.096 INFO O| Dec 21 03:09:10.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69162024-12-21T03:09:10.766Z[ recovery-image] Dec 21 03:09:10.097 INFO O| Dec 21 03:09:10.096 INFO STEP 843 (remove_files) COMPLETE
69172024-12-21T03:09:10.770Z[ recovery-image] Dec 21 03:09:10.097 INFO O| Dec 21 03:09:10.097 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-21T03:09:10.788Z[ recovery-image] Dec 21 03:09:10.116 INFO O| Dec 21 03:09:10.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69192024-12-21T03:09:10.788Z[ recovery-image] Dec 21 03:09:10.116 INFO O| Dec 21 03:09:10.116 INFO STEP 844 (remove_files) COMPLETE
69202024-12-21T03:09:10.791Z[ recovery-image] Dec 21 03:09:10.116 INFO O| Dec 21 03:09:10.116 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-21T03:09:10.811Z[ recovery-image] Dec 21 03:09:10.143 INFO O| Dec 21 03:09:10.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69222024-12-21T03:09:10.811Z[ recovery-image] Dec 21 03:09:10.143 INFO O| Dec 21 03:09:10.143 INFO STEP 845 (remove_files) COMPLETE
69232024-12-21T03:09:10.822Z[ recovery-image] Dec 21 03:09:10.143 INFO O| Dec 21 03:09:10.143 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-21T03:09:10.862Z[ recovery-image] Dec 21 03:09:10.185 INFO O| Dec 21 03:09:10.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69252024-12-21T03:09:10.862Z[ recovery-image] Dec 21 03:09:10.185 INFO O| Dec 21 03:09:10.185 INFO STEP 846 (remove_files) COMPLETE
69262024-12-21T03:09:10.868Z[ recovery-image] Dec 21 03:09:10.185 INFO O| Dec 21 03:09:10.185 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-21T03:09:10.896Z[ recovery-image] Dec 21 03:09:10.228 INFO O| Dec 21 03:09:10.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69282024-12-21T03:09:10.900Z[ recovery-image] Dec 21 03:09:10.228 INFO O| Dec 21 03:09:10.228 INFO STEP 847 (remove_files) COMPLETE
69292024-12-21T03:09:10.900Z[ recovery-image] Dec 21 03:09:10.229 INFO O| Dec 21 03:09:10.229 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-21T03:09:10.926Z[ recovery-image] Dec 21 03:09:10.244 INFO O| Dec 21 03:09:10.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69312024-12-21T03:09:10.926Z[ recovery-image] Dec 21 03:09:10.245 INFO O| Dec 21 03:09:10.244 INFO STEP 848 (remove_files) COMPLETE
69322024-12-21T03:09:10.926Z[ recovery-image] Dec 21 03:09:10.245 INFO O| Dec 21 03:09:10.245 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-21T03:09:10.929Z[ recovery-image] Dec 21 03:09:10.259 INFO O| Dec 21 03:09:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69342024-12-21T03:09:10.929Z[ recovery-image] Dec 21 03:09:10.259 INFO O| Dec 21 03:09:10.259 INFO STEP 849 (remove_files) COMPLETE
69352024-12-21T03:09:10.929Z[ recovery-image] Dec 21 03:09:10.259 INFO O| Dec 21 03:09:10.259 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-21T03:09:10.968Z[ recovery-image] Dec 21 03:09:10.298 INFO O| Dec 21 03:09:10.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69372024-12-21T03:09:10.968Z[ recovery-image] Dec 21 03:09:10.298 INFO O| Dec 21 03:09:10.298 INFO STEP 850 (remove_files) COMPLETE
69382024-12-21T03:09:10.972Z[ recovery-image] Dec 21 03:09:10.298 INFO O| Dec 21 03:09:10.298 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-21T03:09:11.001Z[ recovery-image] Dec 21 03:09:10.323 INFO O| Dec 21 03:09:10.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69402024-12-21T03:09:11.001Z[ recovery-image] Dec 21 03:09:10.323 INFO O| Dec 21 03:09:10.323 INFO STEP 851 (remove_files) COMPLETE
69412024-12-21T03:09:11.001Z[ recovery-image] Dec 21 03:09:10.323 INFO O| Dec 21 03:09:10.323 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-21T03:09:11.014Z[ recovery-image] Dec 21 03:09:10.346 INFO O| Dec 21 03:09:10.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69432024-12-21T03:09:11.014Z[ recovery-image] Dec 21 03:09:10.346 INFO O| Dec 21 03:09:10.346 INFO STEP 852 (remove_files) COMPLETE
69442024-12-21T03:09:11.014Z[ recovery-image] Dec 21 03:09:10.346 INFO O| Dec 21 03:09:10.346 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-21T03:09:11.036Z[ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69462024-12-21T03:09:11.036Z[ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 853 (remove_files) COMPLETE
69472024-12-21T03:09:11.036Z[ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-21T03:09:11.059Z[ recovery-image] Dec 21 03:09:10.385 INFO O| Dec 21 03:09:10.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69492024-12-21T03:09:11.059Z[ recovery-image] Dec 21 03:09:10.385 INFO O| Dec 21 03:09:10.385 INFO STEP 854 (remove_files) COMPLETE
69502024-12-21T03:09:11.059Z[ recovery-image] Dec 21 03:09:10.385 INFO O| Dec 21 03:09:10.385 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-21T03:09:11.091Z[ recovery-image] Dec 21 03:09:10.419 INFO O| Dec 21 03:09:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69522024-12-21T03:09:11.091Z[ recovery-image] Dec 21 03:09:10.419 INFO O| Dec 21 03:09:10.419 INFO STEP 855 (remove_files) COMPLETE
69532024-12-21T03:09:11.091Z[ recovery-image] Dec 21 03:09:10.419 INFO O| Dec 21 03:09:10.419 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-21T03:09:11.107Z[ recovery-image] Dec 21 03:09:10.438 INFO O| Dec 21 03:09:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69552024-12-21T03:09:11.108Z[ recovery-image] Dec 21 03:09:10.438 INFO O| Dec 21 03:09:10.438 INFO STEP 856 (remove_files) COMPLETE
69562024-12-21T03:09:11.112Z[ recovery-image] Dec 21 03:09:10.438 INFO O| Dec 21 03:09:10.438 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-21T03:09:11.125Z[ recovery-image] Dec 21 03:09:10.456 INFO O| Dec 21 03:09:10.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69582024-12-21T03:09:11.125Z[ recovery-image] Dec 21 03:09:10.456 INFO O| Dec 21 03:09:10.456 INFO STEP 857 (remove_files) COMPLETE
69592024-12-21T03:09:11.125Z[ recovery-image] Dec 21 03:09:10.456 INFO O| Dec 21 03:09:10.456 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-21T03:09:11.140Z[ recovery-image] Dec 21 03:09:10.472 INFO O| Dec 21 03:09:10.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69612024-12-21T03:09:11.140Z[ recovery-image] Dec 21 03:09:10.472 INFO O| Dec 21 03:09:10.472 INFO STEP 858 (remove_files) COMPLETE
69622024-12-21T03:09:11.143Z[ recovery-image] Dec 21 03:09:10.472 INFO O| Dec 21 03:09:10.472 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-21T03:09:11.159Z[ recovery-image] Dec 21 03:09:10.492 INFO O| Dec 21 03:09:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69642024-12-21T03:09:11.159Z[ recovery-image] Dec 21 03:09:10.492 INFO O| Dec 21 03:09:10.492 INFO STEP 859 (remove_files) COMPLETE
69652024-12-21T03:09:11.162Z[ recovery-image] Dec 21 03:09:10.492 INFO O| Dec 21 03:09:10.492 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-21T03:09:11.207Z[ host-image] Dec 21 03:09:10.539 INFO O| Dec 21 03:09:10.539 INFO O| Done
69672024-12-21T03:09:11.234Z[ recovery-image] Dec 21 03:09:10.564 INFO O| Dec 21 03:09:10.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69682024-12-21T03:09:11.234Z[ recovery-image] Dec 21 03:09:10.564 INFO O| Dec 21 03:09:10.564 INFO STEP 860 (remove_files) COMPLETE
69692024-12-21T03:09:11.234Z[ recovery-image] Dec 21 03:09:10.564 INFO O| Dec 21 03:09:10.564 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-21T03:09:11.248Z[ host-image] Dec 21 03:09:10.580 INFO O| Dec 21 03:09:10.580 INFO O| Done
69712024-12-21T03:09:11.251Z[ host-image] Dec 21 03:09:10.581 INFO O| Dec 21 03:09:10.581 INFO O| Done
69722024-12-21T03:09:11.263Z[ recovery-image] Dec 21 03:09:10.595 INFO O| Dec 21 03:09:10.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69732024-12-21T03:09:11.266Z[ recovery-image] Dec 21 03:09:10.596 INFO O| Dec 21 03:09:10.596 INFO STEP 861 (remove_files) COMPLETE
69742024-12-21T03:09:11.266Z[ recovery-image] Dec 21 03:09:10.596 INFO O| Dec 21 03:09:10.596 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-21T03:09:11.286Z[ recovery-image] Dec 21 03:09:10.615 INFO O| Dec 21 03:09:10.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69762024-12-21T03:09:11.286Z[ recovery-image] Dec 21 03:09:10.615 INFO O| Dec 21 03:09:10.615 INFO STEP 862 (remove_files) COMPLETE
69772024-12-21T03:09:11.292Z[ recovery-image] Dec 21 03:09:10.615 INFO O| Dec 21 03:09:10.615 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-21T03:09:11.300Z[ recovery-image] Dec 21 03:09:10.633 INFO O| Dec 21 03:09:10.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69792024-12-21T03:09:11.300Z[ recovery-image] Dec 21 03:09:10.633 INFO O| Dec 21 03:09:10.633 INFO STEP 863 (remove_files) COMPLETE
69802024-12-21T03:09:11.300Z[ recovery-image] Dec 21 03:09:10.633 INFO O| Dec 21 03:09:10.633 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-21T03:09:11.341Z[ recovery-image] Dec 21 03:09:10.670 INFO O| Dec 21 03:09:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69822024-12-21T03:09:11.341Z[ recovery-image] Dec 21 03:09:10.670 INFO O| Dec 21 03:09:10.670 INFO STEP 864 (remove_files) COMPLETE
69832024-12-21T03:09:11.341Z[ recovery-image] Dec 21 03:09:10.670 INFO O| Dec 21 03:09:10.670 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-21T03:09:11.349Z[ host-image] Dec 21 03:09:10.677 INFO O| Dec 21 03:09:10.677 INFO O| Done
69852024-12-21T03:09:11.426Z[ recovery-image] Dec 21 03:09:10.758 INFO O| Dec 21 03:09:10.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69862024-12-21T03:09:11.426Z[ recovery-image] Dec 21 03:09:10.758 INFO O| Dec 21 03:09:10.758 INFO STEP 865 (remove_files) COMPLETE
69872024-12-21T03:09:11.426Z[ recovery-image] Dec 21 03:09:10.758 INFO O| Dec 21 03:09:10.758 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-21T03:09:11.469Z[ recovery-image] Dec 21 03:09:10.801 INFO O| Dec 21 03:09:10.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69892024-12-21T03:09:11.469Z[ recovery-image] Dec 21 03:09:10.801 INFO O| Dec 21 03:09:10.801 INFO STEP 866 (remove_files) COMPLETE
69902024-12-21T03:09:11.470Z[ recovery-image] Dec 21 03:09:10.801 INFO O| Dec 21 03:09:10.801 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-21T03:09:11.529Z[ recovery-image] Dec 21 03:09:10.835 INFO O| Dec 21 03:09:10.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69922024-12-21T03:09:11.530Z[ recovery-image] Dec 21 03:09:10.835 INFO O| Dec 21 03:09:10.835 INFO STEP 867 (remove_files) COMPLETE
69932024-12-21T03:09:11.533Z[ recovery-image] Dec 21 03:09:10.835 INFO O| Dec 21 03:09:10.835 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-21T03:09:11.542Z[ recovery-image] Dec 21 03:09:10.871 INFO O| Dec 21 03:09:10.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69952024-12-21T03:09:11.542Z[ recovery-image] Dec 21 03:09:10.872 INFO O| Dec 21 03:09:10.872 INFO STEP 868 (remove_files) COMPLETE
69962024-12-21T03:09:11.542Z[ recovery-image] Dec 21 03:09:10.872 INFO O| Dec 21 03:09:10.872 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-21T03:09:11.568Z[ recovery-image] Dec 21 03:09:10.891 INFO O| Dec 21 03:09:10.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69982024-12-21T03:09:11.568Z[ recovery-image] Dec 21 03:09:10.892 INFO O| Dec 21 03:09:10.892 INFO STEP 869 (remove_files) COMPLETE
69992024-12-21T03:09:11.568Z[ recovery-image] Dec 21 03:09:10.892 INFO O| Dec 21 03:09:10.892 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-21T03:09:11.609Z[ recovery-image] Dec 21 03:09:10.922 INFO O| Dec 21 03:09:10.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70012024-12-21T03:09:11.609Z[ recovery-image] Dec 21 03:09:10.922 INFO O| Dec 21 03:09:10.922 INFO STEP 870 (remove_files) COMPLETE
70022024-12-21T03:09:11.609Z[ recovery-image] Dec 21 03:09:10.922 INFO O| Dec 21 03:09:10.922 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-21T03:09:11.612Z[ recovery-image] Dec 21 03:09:10.942 INFO O| Dec 21 03:09:10.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70042024-12-21T03:09:11.612Z[ recovery-image] Dec 21 03:09:10.942 INFO O| Dec 21 03:09:10.942 INFO STEP 871 (remove_files) COMPLETE
70052024-12-21T03:09:11.612Z[ recovery-image] Dec 21 03:09:10.942 INFO O| Dec 21 03:09:10.942 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-21T03:09:11.615Z[ host-image] Dec 21 03:09:10.945 INFO O| Dec 21 03:09:10.945 INFO STEP 13 (pkg_install) COMPLETE
70072024-12-21T03:09:11.615Z[ host-image] Dec 21 03:09:10.946 INFO O| Dec 21 03:09:10.945 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70082024-12-21T03:09:11.632Z[ host-image] Dec 21 03:09:10.964 INFO O| Dec 21 03:09:10.964 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
70092024-12-21T03:09:11.713Z[ recovery-image] Dec 21 03:09:11.045 INFO O| Dec 21 03:09:11.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70102024-12-21T03:09:11.714Z[ recovery-image] Dec 21 03:09:11.045 INFO O| Dec 21 03:09:11.045 INFO STEP 872 (remove_files) COMPLETE
70112024-12-21T03:09:11.714Z[ recovery-image] Dec 21 03:09:11.045 INFO O| Dec 21 03:09:11.045 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-21T03:09:11.731Z[ recovery-image] Dec 21 03:09:11.064 INFO O| Dec 21 03:09:11.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70132024-12-21T03:09:11.732Z[ recovery-image] Dec 21 03:09:11.064 INFO O| Dec 21 03:09:11.064 INFO STEP 873 (remove_files) COMPLETE
70142024-12-21T03:09:11.732Z[ recovery-image] Dec 21 03:09:11.064 INFO O| Dec 21 03:09:11.064 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-21T03:09:11.750Z[ recovery-image] Dec 21 03:09:11.082 INFO O| Dec 21 03:09:11.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70162024-12-21T03:09:11.751Z[ recovery-image] Dec 21 03:09:11.082 INFO O| Dec 21 03:09:11.082 INFO STEP 874 (remove_files) COMPLETE
70172024-12-21T03:09:11.755Z[ recovery-image] Dec 21 03:09:11.082 INFO O| Dec 21 03:09:11.082 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-21T03:09:11.768Z[ recovery-image] Dec 21 03:09:11.099 INFO O| Dec 21 03:09:11.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70192024-12-21T03:09:11.769Z[ recovery-image] Dec 21 03:09:11.099 INFO O| Dec 21 03:09:11.099 INFO STEP 875 (remove_files) COMPLETE
70202024-12-21T03:09:11.769Z[ recovery-image] Dec 21 03:09:11.099 INFO O| Dec 21 03:09:11.099 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-21T03:09:11.784Z[ recovery-image] Dec 21 03:09:11.115 INFO O| Dec 21 03:09:11.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70222024-12-21T03:09:11.784Z[ recovery-image] Dec 21 03:09:11.115 INFO O| Dec 21 03:09:11.115 INFO STEP 876 (remove_files) COMPLETE
70232024-12-21T03:09:11.784Z[ recovery-image] Dec 21 03:09:11.115 INFO O| Dec 21 03:09:11.115 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-21T03:09:11.800Z[ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70252024-12-21T03:09:11.800Z[ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.132 INFO STEP 877 (remove_files) COMPLETE
70262024-12-21T03:09:11.800Z[ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.132 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-21T03:09:11.818Z[ recovery-image] Dec 21 03:09:11.150 INFO O| Dec 21 03:09:11.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70282024-12-21T03:09:11.821Z[ recovery-image] Dec 21 03:09:11.151 INFO O| Dec 21 03:09:11.151 INFO STEP 878 (remove_files) COMPLETE
70292024-12-21T03:09:11.821Z[ recovery-image] Dec 21 03:09:11.151 INFO O| Dec 21 03:09:11.151 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-21T03:09:11.847Z[ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70312024-12-21T03:09:11.849Z[ recovery-image] Dec 21 03:09:11.179 INFO O| Dec 21 03:09:11.178 INFO STEP 879 (remove_files) COMPLETE
70322024-12-21T03:09:11.849Z[ recovery-image] Dec 21 03:09:11.179 INFO O| Dec 21 03:09:11.179 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-21T03:09:11.865Z[ recovery-image] Dec 21 03:09:11.197 INFO O| Dec 21 03:09:11.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70342024-12-21T03:09:11.876Z[ recovery-image] Dec 21 03:09:11.209 INFO O| Dec 21 03:09:11.209 INFO STEP 880 (remove_files) COMPLETE
70352024-12-21T03:09:11.876Z[ recovery-image] Dec 21 03:09:11.209 INFO O| Dec 21 03:09:11.209 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-21T03:09:11.896Z[ recovery-image] Dec 21 03:09:11.228 INFO O| Dec 21 03:09:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70372024-12-21T03:09:11.899Z[ recovery-image] Dec 21 03:09:11.229 INFO O| Dec 21 03:09:11.229 INFO STEP 881 (remove_files) COMPLETE
70382024-12-21T03:09:11.899Z[ recovery-image] Dec 21 03:09:11.229 INFO O| Dec 21 03:09:11.229 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-21T03:09:11.938Z[ recovery-image] Dec 21 03:09:11.264 INFO O| Dec 21 03:09:11.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70402024-12-21T03:09:11.938Z[ recovery-image] Dec 21 03:09:11.264 INFO O| Dec 21 03:09:11.264 INFO STEP 882 (remove_files) COMPLETE
70412024-12-21T03:09:11.947Z[ recovery-image] Dec 21 03:09:11.264 INFO O| Dec 21 03:09:11.264 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-21T03:09:11.966Z[ recovery-image] Dec 21 03:09:11.298 INFO O| Dec 21 03:09:11.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70432024-12-21T03:09:11.966Z[ recovery-image] Dec 21 03:09:11.298 INFO O| Dec 21 03:09:11.298 INFO STEP 883 (remove_files) COMPLETE
70442024-12-21T03:09:11.969Z[ recovery-image] Dec 21 03:09:11.298 INFO O| Dec 21 03:09:11.298 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-21T03:09:11.993Z[ recovery-image] Dec 21 03:09:11.325 INFO O| Dec 21 03:09:11.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70462024-12-21T03:09:11.993Z[ recovery-image] Dec 21 03:09:11.325 INFO O| Dec 21 03:09:11.325 INFO STEP 884 (remove_files) COMPLETE
70472024-12-21T03:09:11.997Z[ recovery-image] Dec 21 03:09:11.326 INFO O| Dec 21 03:09:11.325 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-21T03:09:12.017Z[ recovery-image] Dec 21 03:09:11.345 INFO O| Dec 21 03:09:11.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70492024-12-21T03:09:12.017Z[ recovery-image] Dec 21 03:09:11.346 INFO O| Dec 21 03:09:11.346 INFO STEP 885 (remove_files) COMPLETE
70502024-12-21T03:09:12.034Z[ recovery-image] Dec 21 03:09:11.346 INFO O| Dec 21 03:09:11.346 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-21T03:09:12.040Z[ recovery-image] Dec 21 03:09:11.365 INFO O| Dec 21 03:09:11.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70522024-12-21T03:09:12.058Z[ recovery-image] Dec 21 03:09:11.390 INFO O| Dec 21 03:09:11.390 INFO STEP 886 (remove_files) COMPLETE
70532024-12-21T03:09:12.058Z[ recovery-image] Dec 21 03:09:11.390 INFO O| Dec 21 03:09:11.390 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-21T03:09:12.088Z[ recovery-image] Dec 21 03:09:11.419 INFO O| Dec 21 03:09:11.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70552024-12-21T03:09:12.093Z[ recovery-image] Dec 21 03:09:11.422 INFO O| Dec 21 03:09:11.422 INFO STEP 887 (remove_files) COMPLETE
70562024-12-21T03:09:12.093Z[ recovery-image] Dec 21 03:09:11.422 INFO O| Dec 21 03:09:11.422 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-21T03:09:12.110Z[ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70582024-12-21T03:09:12.110Z[ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 888 (remove_files) COMPLETE
70592024-12-21T03:09:12.114Z[ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-21T03:09:12.127Z[ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70612024-12-21T03:09:12.130Z[ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO STEP 889 (remove_files) COMPLETE
70622024-12-21T03:09:12.130Z[ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-21T03:09:12.149Z[ recovery-image] Dec 21 03:09:11.478 INFO O| Dec 21 03:09:11.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70642024-12-21T03:09:12.149Z[ recovery-image] Dec 21 03:09:11.478 INFO O| Dec 21 03:09:11.478 INFO STEP 890 (remove_files) COMPLETE
70652024-12-21T03:09:12.149Z[ recovery-image] Dec 21 03:09:11.478 INFO O| Dec 21 03:09:11.478 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-21T03:09:12.168Z[ recovery-image] Dec 21 03:09:11.501 INFO O| Dec 21 03:09:11.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70672024-12-21T03:09:12.168Z[ recovery-image] Dec 21 03:09:11.501 INFO O| Dec 21 03:09:11.501 INFO STEP 891 (remove_files) COMPLETE
70682024-12-21T03:09:12.168Z[ recovery-image] Dec 21 03:09:11.501 INFO O| Dec 21 03:09:11.501 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-21T03:09:12.188Z[ recovery-image] Dec 21 03:09:11.520 INFO O| Dec 21 03:09:11.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70702024-12-21T03:09:12.188Z[ recovery-image] Dec 21 03:09:11.520 INFO O| Dec 21 03:09:11.520 INFO STEP 892 (remove_files) COMPLETE
70712024-12-21T03:09:12.188Z[ recovery-image] Dec 21 03:09:11.520 INFO O| Dec 21 03:09:11.520 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-21T03:09:12.209Z[ recovery-image] Dec 21 03:09:11.542 INFO O| Dec 21 03:09:11.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70732024-12-21T03:09:12.209Z[ recovery-image] Dec 21 03:09:11.542 INFO O| Dec 21 03:09:11.542 INFO STEP 893 (remove_files) COMPLETE
70742024-12-21T03:09:12.209Z[ recovery-image] Dec 21 03:09:11.542 INFO O| Dec 21 03:09:11.542 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-21T03:09:12.232Z[ recovery-image] Dec 21 03:09:11.564 INFO O| Dec 21 03:09:11.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70762024-12-21T03:09:12.234Z[ recovery-image] Dec 21 03:09:11.564 INFO O| Dec 21 03:09:11.564 INFO STEP 894 (remove_files) COMPLETE
70772024-12-21T03:09:12.234Z[ recovery-image] Dec 21 03:09:11.565 INFO O| Dec 21 03:09:11.565 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-21T03:09:12.252Z[ recovery-image] Dec 21 03:09:11.584 INFO O| Dec 21 03:09:11.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70792024-12-21T03:09:12.256Z[ recovery-image] Dec 21 03:09:11.584 INFO O| Dec 21 03:09:11.584 INFO STEP 895 (remove_files) COMPLETE
70802024-12-21T03:09:12.256Z[ recovery-image] Dec 21 03:09:11.584 INFO O| Dec 21 03:09:11.584 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-21T03:09:12.297Z[ recovery-image] Dec 21 03:09:11.623 INFO O| Dec 21 03:09:11.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70822024-12-21T03:09:12.300Z[ recovery-image] Dec 21 03:09:11.623 INFO O| Dec 21 03:09:11.623 INFO STEP 896 (remove_files) COMPLETE
70832024-12-21T03:09:12.300Z[ recovery-image] Dec 21 03:09:11.623 INFO O| Dec 21 03:09:11.623 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-21T03:09:12.315Z[ recovery-image] Dec 21 03:09:11.647 INFO O| Dec 21 03:09:11.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70852024-12-21T03:09:12.315Z[ recovery-image] Dec 21 03:09:11.647 INFO O| Dec 21 03:09:11.647 INFO STEP 897 (remove_files) COMPLETE
70862024-12-21T03:09:12.317Z[ recovery-image] Dec 21 03:09:11.647 INFO O| Dec 21 03:09:11.647 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-21T03:09:12.334Z[ recovery-image] Dec 21 03:09:11.667 INFO O| Dec 21 03:09:11.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70882024-12-21T03:09:12.334Z[ recovery-image] Dec 21 03:09:11.667 INFO O| Dec 21 03:09:11.667 INFO STEP 898 (remove_files) COMPLETE
70892024-12-21T03:09:12.337Z[ recovery-image] Dec 21 03:09:11.667 INFO O| Dec 21 03:09:11.667 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-21T03:09:12.364Z[ recovery-image] Dec 21 03:09:11.693 INFO O| Dec 21 03:09:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70912024-12-21T03:09:12.369Z[ recovery-image] Dec 21 03:09:11.693 INFO O| Dec 21 03:09:11.693 INFO STEP 899 (remove_files) COMPLETE
70922024-12-21T03:09:12.370Z[ recovery-image] Dec 21 03:09:11.693 INFO O| Dec 21 03:09:11.693 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-21T03:09:12.399Z[ recovery-image] Dec 21 03:09:11.730 INFO O| Dec 21 03:09:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70942024-12-21T03:09:12.406Z[ recovery-image] Dec 21 03:09:11.730 INFO O| Dec 21 03:09:11.730 INFO STEP 900 (remove_files) COMPLETE
70952024-12-21T03:09:12.407Z[ recovery-image] Dec 21 03:09:11.730 INFO O| Dec 21 03:09:11.730 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-21T03:09:12.428Z[ recovery-image] Dec 21 03:09:11.758 INFO O| Dec 21 03:09:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70972024-12-21T03:09:12.428Z[ recovery-image] Dec 21 03:09:11.758 INFO O| Dec 21 03:09:11.758 INFO STEP 901 (remove_files) COMPLETE
70982024-12-21T03:09:12.450Z[ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.758 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-21T03:09:12.467Z[ recovery-image] Dec 21 03:09:11.789 INFO O| Dec 21 03:09:11.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71002024-12-21T03:09:12.467Z[ recovery-image] Dec 21 03:09:11.789 INFO O| Dec 21 03:09:11.789 INFO STEP 902 (remove_files) COMPLETE
71012024-12-21T03:09:12.470Z[ recovery-image] Dec 21 03:09:11.789 INFO O| Dec 21 03:09:11.789 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-21T03:09:12.492Z[ recovery-image] Dec 21 03:09:11.824 INFO O| Dec 21 03:09:11.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71032024-12-21T03:09:12.492Z[ recovery-image] Dec 21 03:09:11.824 INFO O| Dec 21 03:09:11.824 INFO STEP 903 (remove_files) COMPLETE
71042024-12-21T03:09:12.500Z[ recovery-image] Dec 21 03:09:11.824 INFO O| Dec 21 03:09:11.824 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-21T03:09:12.512Z[ recovery-image] Dec 21 03:09:11.842 INFO O| Dec 21 03:09:11.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71062024-12-21T03:09:12.512Z[ recovery-image] Dec 21 03:09:11.843 INFO O| Dec 21 03:09:11.842 INFO STEP 904 (remove_files) COMPLETE
71072024-12-21T03:09:12.515Z[ recovery-image] Dec 21 03:09:11.843 INFO O| Dec 21 03:09:11.842 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-21T03:09:12.528Z[ recovery-image] Dec 21 03:09:11.860 INFO O| Dec 21 03:09:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71092024-12-21T03:09:12.528Z[ recovery-image] Dec 21 03:09:11.860 INFO O| Dec 21 03:09:11.860 INFO STEP 905 (remove_files) COMPLETE
71102024-12-21T03:09:12.528Z[ recovery-image] Dec 21 03:09:11.860 INFO O| Dec 21 03:09:11.860 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-21T03:09:12.545Z[ recovery-image] Dec 21 03:09:11.877 INFO O| Dec 21 03:09:11.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71122024-12-21T03:09:12.545Z[ recovery-image] Dec 21 03:09:11.877 INFO O| Dec 21 03:09:11.877 INFO STEP 906 (remove_files) COMPLETE
71132024-12-21T03:09:12.549Z[ recovery-image] Dec 21 03:09:11.877 INFO O| Dec 21 03:09:11.877 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-21T03:09:12.580Z[ recovery-image] Dec 21 03:09:11.911 INFO O| Dec 21 03:09:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71152024-12-21T03:09:12.580Z[ recovery-image] Dec 21 03:09:11.911 INFO O| Dec 21 03:09:11.911 INFO STEP 907 (remove_files) COMPLETE
71162024-12-21T03:09:12.580Z[ recovery-image] Dec 21 03:09:11.911 INFO O| Dec 21 03:09:11.911 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-21T03:09:12.599Z[ recovery-image] Dec 21 03:09:11.930 INFO O| Dec 21 03:09:11.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71182024-12-21T03:09:12.599Z[ recovery-image] Dec 21 03:09:11.930 INFO O| Dec 21 03:09:11.930 INFO STEP 908 (remove_files) COMPLETE
71192024-12-21T03:09:12.607Z[ recovery-image] Dec 21 03:09:11.930 INFO O| Dec 21 03:09:11.930 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-21T03:09:12.617Z[ host-image] Dec 21 03:09:11.949 INFO O| Dec 21 03:09:11.949 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
71212024-12-21T03:09:12.751Z[ recovery-image] Dec 21 03:09:12.082 INFO O| Dec 21 03:09:12.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71222024-12-21T03:09:12.751Z[ recovery-image] Dec 21 03:09:12.082 INFO O| Dec 21 03:09:12.082 INFO STEP 909 (remove_files) COMPLETE
71232024-12-21T03:09:12.755Z[ recovery-image] Dec 21 03:09:12.082 INFO O| Dec 21 03:09:12.082 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-21T03:09:12.805Z[ recovery-image] Dec 21 03:09:12.135 INFO O| Dec 21 03:09:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71252024-12-21T03:09:12.806Z[ recovery-image] Dec 21 03:09:12.135 INFO O| Dec 21 03:09:12.135 INFO STEP 910 (remove_files) COMPLETE
71262024-12-21T03:09:12.806Z[ recovery-image] Dec 21 03:09:12.135 INFO O| Dec 21 03:09:12.135 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-21T03:09:12.836Z[ recovery-image] Dec 21 03:09:12.165 INFO O| Dec 21 03:09:12.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71282024-12-21T03:09:12.836Z[ recovery-image] Dec 21 03:09:12.165 INFO O| Dec 21 03:09:12.165 INFO STEP 911 (remove_files) COMPLETE
71292024-12-21T03:09:12.836Z[ recovery-image] Dec 21 03:09:12.165 INFO O| Dec 21 03:09:12.165 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-21T03:09:12.875Z[ recovery-image] Dec 21 03:09:12.200 INFO O| Dec 21 03:09:12.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71312024-12-21T03:09:12.875Z[ recovery-image] Dec 21 03:09:12.200 INFO O| Dec 21 03:09:12.200 INFO STEP 912 (remove_files) COMPLETE
71322024-12-21T03:09:12.875Z[ recovery-image] Dec 21 03:09:12.200 INFO O| Dec 21 03:09:12.200 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-21T03:09:12.899Z[ recovery-image] Dec 21 03:09:12.231 INFO O| Dec 21 03:09:12.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71342024-12-21T03:09:12.902Z[ recovery-image] Dec 21 03:09:12.231 INFO O| Dec 21 03:09:12.231 INFO STEP 913 (remove_files) COMPLETE
71352024-12-21T03:09:12.902Z[ recovery-image] Dec 21 03:09:12.231 INFO O| Dec 21 03:09:12.231 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-21T03:09:12.918Z[ recovery-image] Dec 21 03:09:12.250 INFO O| Dec 21 03:09:12.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71372024-12-21T03:09:12.918Z[ recovery-image] Dec 21 03:09:12.250 INFO O| Dec 21 03:09:12.250 INFO STEP 914 (remove_files) COMPLETE
71382024-12-21T03:09:12.918Z[ recovery-image] Dec 21 03:09:12.250 INFO O| Dec 21 03:09:12.250 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-21T03:09:12.970Z[ recovery-image] Dec 21 03:09:12.270 INFO O| Dec 21 03:09:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71402024-12-21T03:09:12.970Z[ recovery-image] Dec 21 03:09:12.270 INFO O| Dec 21 03:09:12.270 INFO STEP 915 (remove_files) COMPLETE
71412024-12-21T03:09:12.970Z[ recovery-image] Dec 21 03:09:12.270 INFO O| Dec 21 03:09:12.270 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-21T03:09:12.988Z[ recovery-image] Dec 21 03:09:12.291 INFO O| Dec 21 03:09:12.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71432024-12-21T03:09:12.988Z[ recovery-image] Dec 21 03:09:12.292 INFO O| Dec 21 03:09:12.291 INFO STEP 916 (remove_files) COMPLETE
71442024-12-21T03:09:12.988Z[ recovery-image] Dec 21 03:09:12.292 INFO O| Dec 21 03:09:12.292 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-21T03:09:12.993Z[ recovery-image] Dec 21 03:09:12.311 INFO O| Dec 21 03:09:12.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71462024-12-21T03:09:12.994Z[ recovery-image] Dec 21 03:09:12.311 INFO O| Dec 21 03:09:12.311 INFO STEP 917 (remove_files) COMPLETE
71472024-12-21T03:09:12.995Z[ recovery-image] Dec 21 03:09:12.311 INFO O| Dec 21 03:09:12.311 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-21T03:09:13.002Z[ recovery-image] Dec 21 03:09:12.330 INFO O| Dec 21 03:09:12.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71492024-12-21T03:09:13.002Z[ recovery-image] Dec 21 03:09:12.330 INFO O| Dec 21 03:09:12.330 INFO STEP 918 (remove_files) COMPLETE
71502024-12-21T03:09:13.002Z[ recovery-image] Dec 21 03:09:12.330 INFO O| Dec 21 03:09:12.330 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-21T03:09:13.035Z[ recovery-image] Dec 21 03:09:12.367 INFO O| Dec 21 03:09:12.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71522024-12-21T03:09:13.035Z[ recovery-image] Dec 21 03:09:12.367 INFO O| Dec 21 03:09:12.367 INFO STEP 919 (remove_files) COMPLETE
71532024-12-21T03:09:13.035Z[ recovery-image] Dec 21 03:09:12.367 INFO O| Dec 21 03:09:12.367 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-21T03:09:13.055Z[ recovery-image] Dec 21 03:09:12.386 INFO O| Dec 21 03:09:12.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71552024-12-21T03:09:13.055Z[ recovery-image] Dec 21 03:09:12.386 INFO O| Dec 21 03:09:12.386 INFO STEP 920 (remove_files) COMPLETE
71562024-12-21T03:09:13.055Z[ recovery-image] Dec 21 03:09:12.386 INFO O| Dec 21 03:09:12.386 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-21T03:09:13.097Z[ recovery-image] Dec 21 03:09:12.429 INFO O| Dec 21 03:09:12.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71582024-12-21T03:09:13.099Z[ recovery-image] Dec 21 03:09:12.429 INFO O| Dec 21 03:09:12.429 INFO STEP 921 (remove_files) COMPLETE
71592024-12-21T03:09:13.099Z[ recovery-image] Dec 21 03:09:12.429 INFO O| Dec 21 03:09:12.429 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-21T03:09:13.122Z[ recovery-image] Dec 21 03:09:12.451 INFO O| Dec 21 03:09:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71612024-12-21T03:09:13.122Z[ recovery-image] Dec 21 03:09:12.451 INFO O| Dec 21 03:09:12.451 INFO STEP 922 (remove_files) COMPLETE
71622024-12-21T03:09:13.125Z[ recovery-image] Dec 21 03:09:12.451 INFO O| Dec 21 03:09:12.451 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-21T03:09:13.150Z[ recovery-image] Dec 21 03:09:12.469 INFO O| Dec 21 03:09:12.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71642024-12-21T03:09:13.150Z[ recovery-image] Dec 21 03:09:12.469 INFO O| Dec 21 03:09:12.469 INFO STEP 923 (remove_files) COMPLETE
71652024-12-21T03:09:13.150Z[ recovery-image] Dec 21 03:09:12.469 INFO O| Dec 21 03:09:12.469 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-21T03:09:13.176Z[ recovery-image] Dec 21 03:09:12.508 INFO O| Dec 21 03:09:12.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71672024-12-21T03:09:13.176Z[ recovery-image] Dec 21 03:09:12.508 INFO O| Dec 21 03:09:12.508 INFO STEP 924 (remove_files) COMPLETE
71682024-12-21T03:09:13.176Z[ recovery-image] Dec 21 03:09:12.508 INFO O| Dec 21 03:09:12.508 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-21T03:09:13.229Z[ recovery-image] Dec 21 03:09:12.562 INFO O| Dec 21 03:09:12.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71702024-12-21T03:09:13.230Z[ recovery-image] Dec 21 03:09:12.562 INFO O| Dec 21 03:09:12.562 INFO STEP 925 (remove_files) COMPLETE
71712024-12-21T03:09:13.233Z[ recovery-image] Dec 21 03:09:12.562 INFO O| Dec 21 03:09:12.562 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-21T03:09:13.250Z[ recovery-image] Dec 21 03:09:12.582 INFO O| Dec 21 03:09:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71732024-12-21T03:09:13.250Z[ recovery-image] Dec 21 03:09:12.582 INFO O| Dec 21 03:09:12.582 INFO STEP 926 (remove_files) COMPLETE
71742024-12-21T03:09:13.250Z[ recovery-image] Dec 21 03:09:12.582 INFO O| Dec 21 03:09:12.582 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-21T03:09:13.273Z[ recovery-image] Dec 21 03:09:12.600 INFO O| Dec 21 03:09:12.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71762024-12-21T03:09:13.273Z[ recovery-image] Dec 21 03:09:12.600 INFO O| Dec 21 03:09:12.600 INFO STEP 927 (remove_files) COMPLETE
71772024-12-21T03:09:13.283Z[ recovery-image] Dec 21 03:09:12.600 INFO O| Dec 21 03:09:12.600 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-21T03:09:13.291Z[ recovery-image] Dec 21 03:09:12.623 INFO O| Dec 21 03:09:12.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71792024-12-21T03:09:13.291Z[ recovery-image] Dec 21 03:09:12.624 INFO O| Dec 21 03:09:12.624 INFO STEP 928 (remove_files) COMPLETE
71802024-12-21T03:09:13.295Z[ recovery-image] Dec 21 03:09:12.624 INFO O| Dec 21 03:09:12.624 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-21T03:09:13.311Z[ recovery-image] Dec 21 03:09:12.643 INFO O| Dec 21 03:09:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71822024-12-21T03:09:13.311Z[ recovery-image] Dec 21 03:09:12.643 INFO O| Dec 21 03:09:12.643 INFO STEP 929 (remove_files) COMPLETE
71832024-12-21T03:09:13.314Z[ recovery-image] Dec 21 03:09:12.643 INFO O| Dec 21 03:09:12.643 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-21T03:09:13.331Z[ recovery-image] Dec 21 03:09:12.663 INFO O| Dec 21 03:09:12.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71852024-12-21T03:09:13.332Z[ recovery-image] Dec 21 03:09:12.663 INFO O| Dec 21 03:09:12.663 INFO STEP 930 (remove_files) COMPLETE
71862024-12-21T03:09:13.335Z[ recovery-image] Dec 21 03:09:12.663 INFO O| Dec 21 03:09:12.663 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-21T03:09:13.353Z[ recovery-image] Dec 21 03:09:12.685 INFO O| Dec 21 03:09:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71882024-12-21T03:09:13.353Z[ recovery-image] Dec 21 03:09:12.685 INFO O| Dec 21 03:09:12.685 INFO STEP 931 (remove_files) COMPLETE
71892024-12-21T03:09:13.353Z[ recovery-image] Dec 21 03:09:12.685 INFO O| Dec 21 03:09:12.685 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-21T03:09:13.374Z[ recovery-image] Dec 21 03:09:12.705 INFO O| Dec 21 03:09:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71912024-12-21T03:09:13.374Z[ recovery-image] Dec 21 03:09:12.706 INFO O| Dec 21 03:09:12.706 INFO STEP 932 (remove_files) COMPLETE
71922024-12-21T03:09:13.377Z[ recovery-image] Dec 21 03:09:12.706 INFO O| Dec 21 03:09:12.706 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-21T03:09:13.410Z[ recovery-image] Dec 21 03:09:12.741 INFO O| Dec 21 03:09:12.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71942024-12-21T03:09:13.410Z[ recovery-image] Dec 21 03:09:12.742 INFO O| Dec 21 03:09:12.742 INFO STEP 933 (remove_files) COMPLETE
71952024-12-21T03:09:13.410Z[ recovery-image] Dec 21 03:09:12.742 INFO O| Dec 21 03:09:12.742 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-21T03:09:13.432Z[ recovery-image] Dec 21 03:09:12.764 INFO O| Dec 21 03:09:12.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71972024-12-21T03:09:13.432Z[ recovery-image] Dec 21 03:09:12.764 INFO O| Dec 21 03:09:12.764 INFO STEP 934 (remove_files) COMPLETE
71982024-12-21T03:09:13.432Z[ recovery-image] Dec 21 03:09:12.764 INFO O| Dec 21 03:09:12.764 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-21T03:09:13.456Z[ recovery-image] Dec 21 03:09:12.786 INFO O| Dec 21 03:09:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72002024-12-21T03:09:13.456Z[ recovery-image] Dec 21 03:09:12.786 INFO O| Dec 21 03:09:12.786 INFO STEP 935 (remove_files) COMPLETE
72012024-12-21T03:09:13.459Z[ recovery-image] Dec 21 03:09:12.786 INFO O| Dec 21 03:09:12.786 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-21T03:09:13.479Z[ recovery-image] Dec 21 03:09:12.811 INFO O| Dec 21 03:09:12.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72032024-12-21T03:09:13.482Z[ recovery-image] Dec 21 03:09:12.811 INFO O| Dec 21 03:09:12.811 INFO STEP 936 (remove_files) COMPLETE
72042024-12-21T03:09:13.482Z[ recovery-image] Dec 21 03:09:12.812 INFO O| Dec 21 03:09:12.812 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-21T03:09:13.508Z[ recovery-image] Dec 21 03:09:12.840 INFO O| Dec 21 03:09:12.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72062024-12-21T03:09:13.511Z[ recovery-image] Dec 21 03:09:12.840 INFO O| Dec 21 03:09:12.840 INFO STEP 937 (remove_files) COMPLETE
72072024-12-21T03:09:13.511Z[ recovery-image] Dec 21 03:09:12.840 INFO O| Dec 21 03:09:12.840 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-21T03:09:13.526Z[ recovery-image] Dec 21 03:09:12.858 INFO O| Dec 21 03:09:12.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72092024-12-21T03:09:13.530Z[ recovery-image] Dec 21 03:09:12.858 INFO O| Dec 21 03:09:12.858 INFO STEP 938 (remove_files) COMPLETE
72102024-12-21T03:09:13.531Z[ recovery-image] Dec 21 03:09:12.858 INFO O| Dec 21 03:09:12.858 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-21T03:09:13.543Z[ recovery-image] Dec 21 03:09:12.875 INFO O| Dec 21 03:09:12.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72122024-12-21T03:09:13.548Z[ recovery-image] Dec 21 03:09:12.875 INFO O| Dec 21 03:09:12.875 INFO STEP 939 (remove_files) COMPLETE
72132024-12-21T03:09:13.548Z[ recovery-image] Dec 21 03:09:12.876 INFO O| Dec 21 03:09:12.876 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-21T03:09:13.561Z[ recovery-image] Dec 21 03:09:12.893 INFO O| Dec 21 03:09:12.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72152024-12-21T03:09:13.564Z[ recovery-image] Dec 21 03:09:12.893 INFO O| Dec 21 03:09:12.893 INFO STEP 940 (remove_files) COMPLETE
72162024-12-21T03:09:13.564Z[ recovery-image] Dec 21 03:09:12.893 INFO O| Dec 21 03:09:12.893 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-21T03:09:13.586Z[ recovery-image] Dec 21 03:09:12.911 INFO O| Dec 21 03:09:12.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72182024-12-21T03:09:13.593Z[ recovery-image] Dec 21 03:09:12.911 INFO O| Dec 21 03:09:12.911 INFO STEP 941 (remove_files) COMPLETE
72192024-12-21T03:09:13.593Z[ recovery-image] Dec 21 03:09:12.911 INFO O| Dec 21 03:09:12.911 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-21T03:09:13.601Z[ recovery-image] Dec 21 03:09:12.932 INFO O| Dec 21 03:09:12.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72212024-12-21T03:09:13.601Z[ recovery-image] Dec 21 03:09:12.932 INFO O| Dec 21 03:09:12.932 INFO STEP 942 (remove_files) COMPLETE
72222024-12-21T03:09:13.601Z[ recovery-image] Dec 21 03:09:12.932 INFO O| Dec 21 03:09:12.932 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-21T03:09:13.626Z[ recovery-image] Dec 21 03:09:12.954 INFO O| Dec 21 03:09:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72242024-12-21T03:09:13.626Z[ recovery-image] Dec 21 03:09:12.954 INFO O| Dec 21 03:09:12.954 INFO STEP 943 (remove_files) COMPLETE
72252024-12-21T03:09:13.632Z[ recovery-image] Dec 21 03:09:12.954 INFO O| Dec 21 03:09:12.954 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-21T03:09:13.650Z[ recovery-image] Dec 21 03:09:12.978 INFO O| Dec 21 03:09:12.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72272024-12-21T03:09:13.651Z[ recovery-image] Dec 21 03:09:12.978 INFO O| Dec 21 03:09:12.978 INFO STEP 944 (remove_files) COMPLETE
72282024-12-21T03:09:13.651Z[ recovery-image] Dec 21 03:09:12.978 INFO O| Dec 21 03:09:12.978 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-21T03:09:13.667Z[ recovery-image] Dec 21 03:09:12.998 INFO O| Dec 21 03:09:12.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72302024-12-21T03:09:13.667Z[ recovery-image] Dec 21 03:09:12.999 INFO O| Dec 21 03:09:12.999 INFO STEP 945 (remove_files) COMPLETE
72312024-12-21T03:09:13.668Z[ recovery-image] Dec 21 03:09:12.999 INFO O| Dec 21 03:09:12.999 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-21T03:09:13.687Z[ recovery-image] Dec 21 03:09:13.019 INFO O| Dec 21 03:09:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72332024-12-21T03:09:13.687Z[ recovery-image] Dec 21 03:09:13.019 INFO O| Dec 21 03:09:13.019 INFO STEP 946 (remove_files) COMPLETE
72342024-12-21T03:09:13.687Z[ recovery-image] Dec 21 03:09:13.019 INFO O| Dec 21 03:09:13.019 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-21T03:09:13.739Z[ recovery-image] Dec 21 03:09:13.071 INFO O| Dec 21 03:09:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72362024-12-21T03:09:13.739Z[ recovery-image] Dec 21 03:09:13.071 INFO O| Dec 21 03:09:13.071 INFO STEP 947 (remove_files) COMPLETE
72372024-12-21T03:09:13.743Z[ recovery-image] Dec 21 03:09:13.071 INFO O| Dec 21 03:09:13.071 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-21T03:09:13.763Z[ recovery-image] Dec 21 03:09:13.094 INFO O| Dec 21 03:09:13.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72392024-12-21T03:09:13.764Z[ recovery-image] Dec 21 03:09:13.094 INFO O| Dec 21 03:09:13.094 INFO STEP 948 (remove_files) COMPLETE
72402024-12-21T03:09:13.767Z[ recovery-image] Dec 21 03:09:13.094 INFO O| Dec 21 03:09:13.094 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-21T03:09:13.786Z[ recovery-image] Dec 21 03:09:13.117 INFO O| Dec 21 03:09:13.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72422024-12-21T03:09:13.786Z[ recovery-image] Dec 21 03:09:13.117 INFO O| Dec 21 03:09:13.117 INFO STEP 949 (remove_files) COMPLETE
72432024-12-21T03:09:13.790Z[ recovery-image] Dec 21 03:09:13.117 INFO O| Dec 21 03:09:13.117 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-21T03:09:13.814Z[ recovery-image] Dec 21 03:09:13.146 INFO O| Dec 21 03:09:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72452024-12-21T03:09:13.814Z[ recovery-image] Dec 21 03:09:13.147 INFO O| Dec 21 03:09:13.146 INFO STEP 950 (remove_files) COMPLETE
72462024-12-21T03:09:13.814Z[ recovery-image] Dec 21 03:09:13.147 INFO O| Dec 21 03:09:13.146 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-21T03:09:13.843Z[ recovery-image] Dec 21 03:09:13.173 INFO O| Dec 21 03:09:13.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72482024-12-21T03:09:13.843Z[ recovery-image] Dec 21 03:09:13.173 INFO O| Dec 21 03:09:13.173 INFO STEP 951 (remove_files) COMPLETE
72492024-12-21T03:09:13.843Z[ recovery-image] Dec 21 03:09:13.173 INFO O| Dec 21 03:09:13.173 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-21T03:09:13.906Z[ recovery-image] Dec 21 03:09:13.238 INFO O| Dec 21 03:09:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72512024-12-21T03:09:13.908Z[ recovery-image] Dec 21 03:09:13.238 INFO O| Dec 21 03:09:13.238 INFO STEP 952 (remove_files) COMPLETE
72522024-12-21T03:09:13.908Z[ recovery-image] Dec 21 03:09:13.238 INFO O| Dec 21 03:09:13.238 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-21T03:09:13.924Z[ recovery-image] Dec 21 03:09:13.256 INFO O| Dec 21 03:09:13.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72542024-12-21T03:09:13.927Z[ recovery-image] Dec 21 03:09:13.256 INFO O| Dec 21 03:09:13.256 INFO STEP 953 (remove_files) COMPLETE
72552024-12-21T03:09:13.927Z[ recovery-image] Dec 21 03:09:13.257 INFO O| Dec 21 03:09:13.256 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-21T03:09:13.943Z[ recovery-image] Dec 21 03:09:13.275 INFO O| Dec 21 03:09:13.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72572024-12-21T03:09:13.945Z[ recovery-image] Dec 21 03:09:13.275 INFO O| Dec 21 03:09:13.275 INFO STEP 954 (remove_files) COMPLETE
72582024-12-21T03:09:13.945Z[ recovery-image] Dec 21 03:09:13.275 INFO O| Dec 21 03:09:13.275 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-21T03:09:13.961Z[ recovery-image] Dec 21 03:09:13.293 INFO O| Dec 21 03:09:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72602024-12-21T03:09:13.964Z[ recovery-image] Dec 21 03:09:13.293 INFO O| Dec 21 03:09:13.293 INFO STEP 955 (remove_files) COMPLETE
72612024-12-21T03:09:13.964Z[ recovery-image] Dec 21 03:09:13.294 INFO O| Dec 21 03:09:13.294 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-21T03:09:13.980Z[ recovery-image] Dec 21 03:09:13.312 INFO O| Dec 21 03:09:13.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72632024-12-21T03:09:13.983Z[ recovery-image] Dec 21 03:09:13.312 INFO O| Dec 21 03:09:13.312 INFO STEP 956 (remove_files) COMPLETE
72642024-12-21T03:09:13.983Z[ recovery-image] Dec 21 03:09:13.312 INFO O| Dec 21 03:09:13.312 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-21T03:09:14.035Z[ recovery-image] Dec 21 03:09:13.360 INFO O| Dec 21 03:09:13.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72662024-12-21T03:09:14.036Z[ recovery-image] Dec 21 03:09:13.360 INFO O| Dec 21 03:09:13.360 INFO STEP 957 (remove_files) COMPLETE
72672024-12-21T03:09:14.036Z[ recovery-image] Dec 21 03:09:13.361 INFO O| Dec 21 03:09:13.360 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-21T03:09:14.046Z[ recovery-image] Dec 21 03:09:13.378 INFO O| Dec 21 03:09:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72692024-12-21T03:09:14.047Z[ recovery-image] Dec 21 03:09:13.379 INFO O| Dec 21 03:09:13.378 INFO STEP 958 (remove_files) COMPLETE
72702024-12-21T03:09:14.047Z[ recovery-image] Dec 21 03:09:13.379 INFO O| Dec 21 03:09:13.378 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-21T03:09:14.069Z[ recovery-image] Dec 21 03:09:13.397 INFO O| Dec 21 03:09:13.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72722024-12-21T03:09:14.073Z[ recovery-image] Dec 21 03:09:13.397 INFO O| Dec 21 03:09:13.397 INFO STEP 959 (remove_files) COMPLETE
72732024-12-21T03:09:14.073Z[ recovery-image] Dec 21 03:09:13.397 INFO O| Dec 21 03:09:13.397 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-21T03:09:14.085Z[ recovery-image] Dec 21 03:09:13.417 INFO O| Dec 21 03:09:13.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72752024-12-21T03:09:14.086Z[ recovery-image] Dec 21 03:09:13.417 INFO O| Dec 21 03:09:13.417 INFO STEP 960 (remove_files) COMPLETE
72762024-12-21T03:09:14.089Z[ recovery-image] Dec 21 03:09:13.417 INFO O| Dec 21 03:09:13.417 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-21T03:09:14.107Z[ recovery-image] Dec 21 03:09:13.438 INFO O| Dec 21 03:09:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72782024-12-21T03:09:14.107Z[ recovery-image] Dec 21 03:09:13.438 INFO O| Dec 21 03:09:13.438 INFO STEP 961 (remove_files) COMPLETE
72792024-12-21T03:09:14.107Z[ recovery-image] Dec 21 03:09:13.438 INFO O| Dec 21 03:09:13.438 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-21T03:09:14.144Z[ recovery-image] Dec 21 03:09:13.476 INFO O| Dec 21 03:09:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72812024-12-21T03:09:14.148Z[ recovery-image] Dec 21 03:09:13.476 INFO O| Dec 21 03:09:13.476 INFO STEP 962 (remove_files) COMPLETE
72822024-12-21T03:09:14.149Z[ recovery-image] Dec 21 03:09:13.476 INFO O| Dec 21 03:09:13.476 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-21T03:09:14.171Z[ recovery-image] Dec 21 03:09:13.499 INFO O| Dec 21 03:09:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72842024-12-21T03:09:14.171Z[ recovery-image] Dec 21 03:09:13.500 INFO O| Dec 21 03:09:13.500 INFO STEP 963 (remove_files) COMPLETE
72852024-12-21T03:09:14.171Z[ recovery-image] Dec 21 03:09:13.500 INFO O| Dec 21 03:09:13.500 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-21T03:09:14.187Z[ recovery-image] Dec 21 03:09:13.518 INFO O| Dec 21 03:09:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72872024-12-21T03:09:14.187Z[ recovery-image] Dec 21 03:09:13.518 INFO O| Dec 21 03:09:13.518 INFO STEP 964 (remove_files) COMPLETE
72882024-12-21T03:09:14.189Z[ recovery-image] Dec 21 03:09:13.519 INFO O| Dec 21 03:09:13.519 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-21T03:09:14.217Z[ recovery-image] Dec 21 03:09:13.549 INFO O| Dec 21 03:09:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72902024-12-21T03:09:14.219Z[ recovery-image] Dec 21 03:09:13.549 INFO O| Dec 21 03:09:13.549 INFO STEP 965 (remove_files) COMPLETE
72912024-12-21T03:09:14.219Z[ recovery-image] Dec 21 03:09:13.549 INFO O| Dec 21 03:09:13.549 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-21T03:09:14.238Z[ recovery-image] Dec 21 03:09:13.570 INFO O| Dec 21 03:09:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72932024-12-21T03:09:14.240Z[ recovery-image] Dec 21 03:09:13.570 INFO O| Dec 21 03:09:13.570 INFO STEP 966 (remove_files) COMPLETE
72942024-12-21T03:09:14.240Z[ recovery-image] Dec 21 03:09:13.570 INFO O| Dec 21 03:09:13.570 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-21T03:09:14.256Z[ recovery-image] Dec 21 03:09:13.588 INFO O| Dec 21 03:09:13.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72962024-12-21T03:09:14.259Z[ recovery-image] Dec 21 03:09:13.588 INFO O| Dec 21 03:09:13.588 INFO STEP 967 (remove_files) COMPLETE
72972024-12-21T03:09:14.259Z[ recovery-image] Dec 21 03:09:13.588 INFO O| Dec 21 03:09:13.588 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-21T03:09:14.275Z[ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72992024-12-21T03:09:14.279Z[ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO STEP 968 (remove_files) COMPLETE
73002024-12-21T03:09:14.279Z[ recovery-image] Dec 21 03:09:13.607 INFO O| Dec 21 03:09:13.607 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-21T03:09:14.297Z[ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73022024-12-21T03:09:14.299Z[ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.628 INFO STEP 969 (remove_files) COMPLETE
73032024-12-21T03:09:14.299Z[ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.628 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-21T03:09:14.334Z[ recovery-image] Dec 21 03:09:13.666 INFO O| Dec 21 03:09:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73052024-12-21T03:09:14.337Z[ recovery-image] Dec 21 03:09:13.667 INFO O| Dec 21 03:09:13.666 INFO STEP 970 (remove_files) COMPLETE
73062024-12-21T03:09:14.337Z[ recovery-image] Dec 21 03:09:13.667 INFO O| Dec 21 03:09:13.667 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-21T03:09:14.359Z[ recovery-image] Dec 21 03:09:13.691 INFO O| Dec 21 03:09:13.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73082024-12-21T03:09:14.363Z[ recovery-image] Dec 21 03:09:13.691 INFO O| Dec 21 03:09:13.691 INFO STEP 971 (remove_files) COMPLETE
73092024-12-21T03:09:14.363Z[ recovery-image] Dec 21 03:09:13.691 INFO O| Dec 21 03:09:13.691 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-21T03:09:14.381Z[ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73112024-12-21T03:09:14.382Z[ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO STEP 972 (remove_files) COMPLETE
73122024-12-21T03:09:14.382Z[ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-21T03:09:14.443Z[ recovery-image] Dec 21 03:09:13.770 INFO O| Dec 21 03:09:13.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73142024-12-21T03:09:14.453Z[ recovery-image] Dec 21 03:09:13.771 INFO O| Dec 21 03:09:13.771 INFO STEP 973 (remove_files) COMPLETE
73152024-12-21T03:09:14.453Z[ recovery-image] Dec 21 03:09:13.771 INFO O| Dec 21 03:09:13.771 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-21T03:09:14.460Z[ recovery-image] Dec 21 03:09:13.790 INFO O| Dec 21 03:09:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73172024-12-21T03:09:14.460Z[ recovery-image] Dec 21 03:09:13.790 INFO O| Dec 21 03:09:13.790 INFO STEP 974 (remove_files) COMPLETE
73182024-12-21T03:09:14.460Z[ recovery-image] Dec 21 03:09:13.790 INFO O| Dec 21 03:09:13.790 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-21T03:09:14.477Z[ recovery-image] Dec 21 03:09:13.807 INFO O| Dec 21 03:09:13.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73202024-12-21T03:09:14.482Z[ recovery-image] Dec 21 03:09:13.807 INFO O| Dec 21 03:09:13.807 INFO STEP 975 (remove_files) COMPLETE
73212024-12-21T03:09:14.482Z[ recovery-image] Dec 21 03:09:13.808 INFO O| Dec 21 03:09:13.807 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-21T03:09:14.524Z[ recovery-image] Dec 21 03:09:13.840 INFO O| Dec 21 03:09:13.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73232024-12-21T03:09:14.524Z[ recovery-image] Dec 21 03:09:13.840 INFO O| Dec 21 03:09:13.840 INFO STEP 976 (remove_files) COMPLETE
73242024-12-21T03:09:14.531Z[ recovery-image] Dec 21 03:09:13.840 INFO O| Dec 21 03:09:13.840 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-21T03:09:14.554Z[ recovery-image] Dec 21 03:09:13.884 INFO O| Dec 21 03:09:13.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73262024-12-21T03:09:14.557Z[ recovery-image] Dec 21 03:09:13.884 INFO O| Dec 21 03:09:13.884 INFO STEP 977 (remove_files) COMPLETE
73272024-12-21T03:09:14.557Z[ recovery-image] Dec 21 03:09:13.884 INFO O| Dec 21 03:09:13.884 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-21T03:09:14.579Z[ recovery-image] Dec 21 03:09:13.910 INFO O| Dec 21 03:09:13.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73292024-12-21T03:09:14.580Z[ recovery-image] Dec 21 03:09:13.910 INFO O| Dec 21 03:09:13.910 INFO STEP 978 (remove_files) COMPLETE
73302024-12-21T03:09:14.582Z[ recovery-image] Dec 21 03:09:13.910 INFO O| Dec 21 03:09:13.910 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-21T03:09:14.659Z[ recovery-image] Dec 21 03:09:13.991 INFO O| Dec 21 03:09:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73322024-12-21T03:09:14.662Z[ recovery-image] Dec 21 03:09:13.991 INFO O| Dec 21 03:09:13.991 INFO STEP 979 (remove_files) COMPLETE
73332024-12-21T03:09:14.662Z[ recovery-image] Dec 21 03:09:13.991 INFO O| Dec 21 03:09:13.991 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-21T03:09:14.678Z[ recovery-image] Dec 21 03:09:14.010 INFO O| Dec 21 03:09:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73352024-12-21T03:09:14.678Z[ recovery-image] Dec 21 03:09:14.010 INFO O| Dec 21 03:09:14.010 INFO STEP 980 (remove_files) COMPLETE
73362024-12-21T03:09:14.681Z[ recovery-image] Dec 21 03:09:14.010 INFO O| Dec 21 03:09:14.010 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-21T03:09:14.698Z[ recovery-image] Dec 21 03:09:14.030 INFO O| Dec 21 03:09:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73382024-12-21T03:09:14.700Z[ recovery-image] Dec 21 03:09:14.030 INFO O| Dec 21 03:09:14.030 INFO STEP 981 (remove_files) COMPLETE
73392024-12-21T03:09:14.700Z[ recovery-image] Dec 21 03:09:14.030 INFO O| Dec 21 03:09:14.030 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-21T03:09:14.723Z[ recovery-image] Dec 21 03:09:14.050 INFO O| Dec 21 03:09:14.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73412024-12-21T03:09:14.723Z[ recovery-image] Dec 21 03:09:14.050 INFO O| Dec 21 03:09:14.050 INFO STEP 982 (remove_files) COMPLETE
73422024-12-21T03:09:14.728Z[ recovery-image] Dec 21 03:09:14.050 INFO O| Dec 21 03:09:14.050 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-21T03:09:14.760Z[ recovery-image] Dec 21 03:09:14.075 INFO O| Dec 21 03:09:14.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73442024-12-21T03:09:14.761Z[ recovery-image] Dec 21 03:09:14.075 INFO O| Dec 21 03:09:14.075 INFO STEP 983 (remove_files) COMPLETE
73452024-12-21T03:09:14.761Z[ recovery-image] Dec 21 03:09:14.075 INFO O| Dec 21 03:09:14.075 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-21T03:09:14.777Z[ recovery-image] Dec 21 03:09:14.097 INFO O| Dec 21 03:09:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73472024-12-21T03:09:14.777Z[ recovery-image] Dec 21 03:09:14.097 INFO O| Dec 21 03:09:14.097 INFO STEP 984 (remove_files) COMPLETE
73482024-12-21T03:09:14.777Z[ recovery-image] Dec 21 03:09:14.097 INFO O| Dec 21 03:09:14.097 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-21T03:09:14.791Z[ recovery-image] Dec 21 03:09:14.118 INFO O| Dec 21 03:09:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73502024-12-21T03:09:14.792Z[ recovery-image] Dec 21 03:09:14.118 INFO O| Dec 21 03:09:14.118 INFO STEP 985 (remove_files) COMPLETE
73512024-12-21T03:09:14.799Z[ recovery-image] Dec 21 03:09:14.118 INFO O| Dec 21 03:09:14.118 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-21T03:09:14.810Z[ recovery-image] Dec 21 03:09:14.141 INFO O| Dec 21 03:09:14.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73532024-12-21T03:09:14.810Z[ recovery-image] Dec 21 03:09:14.141 INFO O| Dec 21 03:09:14.141 INFO STEP 986 (remove_files) COMPLETE
73542024-12-21T03:09:14.810Z[ recovery-image] Dec 21 03:09:14.141 INFO O| Dec 21 03:09:14.141 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-21T03:09:14.847Z[ recovery-image] Dec 21 03:09:14.179 INFO O| Dec 21 03:09:14.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73562024-12-21T03:09:14.847Z[ recovery-image] Dec 21 03:09:14.179 INFO O| Dec 21 03:09:14.179 INFO STEP 987 (remove_files) COMPLETE
73572024-12-21T03:09:14.847Z[ recovery-image] Dec 21 03:09:14.179 INFO O| Dec 21 03:09:14.179 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-21T03:09:14.876Z[ recovery-image] Dec 21 03:09:14.207 INFO O| Dec 21 03:09:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73592024-12-21T03:09:14.876Z[ recovery-image] Dec 21 03:09:14.208 INFO O| Dec 21 03:09:14.208 INFO STEP 988 (remove_files) COMPLETE
73602024-12-21T03:09:14.876Z[ recovery-image] Dec 21 03:09:14.208 INFO O| Dec 21 03:09:14.208 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-21T03:09:14.894Z[ recovery-image] Dec 21 03:09:14.225 INFO O| Dec 21 03:09:14.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73622024-12-21T03:09:14.894Z[ recovery-image] Dec 21 03:09:14.226 INFO O| Dec 21 03:09:14.226 INFO STEP 989 (remove_files) COMPLETE
73632024-12-21T03:09:14.896Z[ recovery-image] Dec 21 03:09:14.226 INFO O| Dec 21 03:09:14.226 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-21T03:09:14.912Z[ recovery-image] Dec 21 03:09:14.244 INFO O| Dec 21 03:09:14.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73652024-12-21T03:09:14.912Z[ recovery-image] Dec 21 03:09:14.244 INFO O| Dec 21 03:09:14.244 INFO STEP 990 (remove_files) COMPLETE
73662024-12-21T03:09:14.915Z[ recovery-image] Dec 21 03:09:14.244 INFO O| Dec 21 03:09:14.244 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-21T03:09:14.931Z[ recovery-image] Dec 21 03:09:14.262 INFO O| Dec 21 03:09:14.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73682024-12-21T03:09:14.931Z[ recovery-image] Dec 21 03:09:14.262 INFO O| Dec 21 03:09:14.262 INFO STEP 991 (remove_files) COMPLETE
73692024-12-21T03:09:14.931Z[ recovery-image] Dec 21 03:09:14.262 INFO O| Dec 21 03:09:14.262 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-21T03:09:14.949Z[ recovery-image] Dec 21 03:09:14.281 INFO O| Dec 21 03:09:14.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73712024-12-21T03:09:14.949Z[ recovery-image] Dec 21 03:09:14.281 INFO O| Dec 21 03:09:14.281 INFO STEP 992 (remove_files) COMPLETE
73722024-12-21T03:09:14.956Z[ recovery-image] Dec 21 03:09:14.281 INFO O| Dec 21 03:09:14.281 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-21T03:09:14.975Z[ recovery-image] Dec 21 03:09:14.307 INFO O| Dec 21 03:09:14.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73742024-12-21T03:09:14.975Z[ recovery-image] Dec 21 03:09:14.307 INFO O| Dec 21 03:09:14.307 INFO STEP 993 (remove_files) COMPLETE
73752024-12-21T03:09:14.975Z[ recovery-image] Dec 21 03:09:14.307 INFO O| Dec 21 03:09:14.307 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-21T03:09:15.021Z[ recovery-image] Dec 21 03:09:14.352 INFO O| Dec 21 03:09:14.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73772024-12-21T03:09:15.021Z[ recovery-image] Dec 21 03:09:14.352 INFO O| Dec 21 03:09:14.352 INFO STEP 994 (remove_files) COMPLETE
73782024-12-21T03:09:15.021Z[ recovery-image] Dec 21 03:09:14.352 INFO O| Dec 21 03:09:14.352 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-21T03:09:15.062Z[ recovery-image] Dec 21 03:09:14.389 INFO O| Dec 21 03:09:14.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73802024-12-21T03:09:15.062Z[ recovery-image] Dec 21 03:09:14.389 INFO O| Dec 21 03:09:14.389 INFO STEP 995 (remove_files) COMPLETE
73812024-12-21T03:09:15.063Z[ recovery-image] Dec 21 03:09:14.389 INFO O| Dec 21 03:09:14.389 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-21T03:09:15.095Z[ recovery-image] Dec 21 03:09:14.427 INFO O| Dec 21 03:09:14.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73832024-12-21T03:09:15.095Z[ recovery-image] Dec 21 03:09:14.427 INFO O| Dec 21 03:09:14.427 INFO STEP 996 (remove_files) COMPLETE
73842024-12-21T03:09:15.095Z[ recovery-image] Dec 21 03:09:14.427 INFO O| Dec 21 03:09:14.427 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-21T03:09:15.143Z[ recovery-image] Dec 21 03:09:14.447 INFO O| Dec 21 03:09:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73862024-12-21T03:09:15.151Z[ recovery-image] Dec 21 03:09:14.447 INFO O| Dec 21 03:09:14.447 INFO STEP 997 (remove_files) COMPLETE
73872024-12-21T03:09:15.151Z[ recovery-image] Dec 21 03:09:14.447 INFO O| Dec 21 03:09:14.447 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-21T03:09:15.151Z[ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73892024-12-21T03:09:15.151Z[ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 998 (remove_files) COMPLETE
73902024-12-21T03:09:15.151Z[ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-21T03:09:15.154Z[ recovery-image] Dec 21 03:09:14.484 INFO O| Dec 21 03:09:14.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73922024-12-21T03:09:15.154Z[ recovery-image] Dec 21 03:09:14.484 INFO O| Dec 21 03:09:14.484 INFO STEP 999 (remove_files) COMPLETE
73932024-12-21T03:09:15.154Z[ recovery-image] Dec 21 03:09:14.484 INFO O| Dec 21 03:09:14.484 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-21T03:09:15.175Z[ recovery-image] Dec 21 03:09:14.507 INFO O| Dec 21 03:09:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73952024-12-21T03:09:15.175Z[ recovery-image] Dec 21 03:09:14.507 INFO O| Dec 21 03:09:14.507 INFO STEP 1000 (remove_files) COMPLETE
73962024-12-21T03:09:15.179Z[ recovery-image] Dec 21 03:09:14.507 INFO O| Dec 21 03:09:14.507 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-21T03:09:15.209Z[ recovery-image] Dec 21 03:09:14.536 INFO O| Dec 21 03:09:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73982024-12-21T03:09:15.212Z[ recovery-image] Dec 21 03:09:14.536 INFO O| Dec 21 03:09:14.536 INFO STEP 1001 (remove_files) COMPLETE
73992024-12-21T03:09:15.212Z[ recovery-image] Dec 21 03:09:14.536 INFO O| Dec 21 03:09:14.536 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-21T03:09:15.227Z[ recovery-image] Dec 21 03:09:14.556 INFO O| Dec 21 03:09:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74012024-12-21T03:09:15.227Z[ recovery-image] Dec 21 03:09:14.556 INFO O| Dec 21 03:09:14.556 INFO STEP 1002 (remove_files) COMPLETE
74022024-12-21T03:09:15.231Z[ recovery-image] Dec 21 03:09:14.557 INFO O| Dec 21 03:09:14.556 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-21T03:09:15.262Z[ recovery-image] Dec 21 03:09:14.592 INFO O| Dec 21 03:09:14.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74042024-12-21T03:09:15.271Z[ recovery-image] Dec 21 03:09:14.592 INFO O| Dec 21 03:09:14.592 INFO STEP 1003 (remove_files) COMPLETE
74052024-12-21T03:09:15.271Z[ recovery-image] Dec 21 03:09:14.592 INFO O| Dec 21 03:09:14.592 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-21T03:09:15.285Z[ recovery-image] Dec 21 03:09:14.613 INFO O| Dec 21 03:09:14.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74072024-12-21T03:09:15.286Z[ recovery-image] Dec 21 03:09:14.613 INFO O| Dec 21 03:09:14.613 INFO STEP 1004 (remove_files) COMPLETE
74082024-12-21T03:09:15.286Z[ recovery-image] Dec 21 03:09:14.613 INFO O| Dec 21 03:09:14.613 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-21T03:09:15.311Z[ recovery-image] Dec 21 03:09:14.631 INFO O| Dec 21 03:09:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74102024-12-21T03:09:15.311Z[ recovery-image] Dec 21 03:09:14.631 INFO O| Dec 21 03:09:14.631 INFO STEP 1005 (remove_files) COMPLETE
74112024-12-21T03:09:15.312Z[ recovery-image] Dec 21 03:09:14.632 INFO O| Dec 21 03:09:14.631 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-21T03:09:15.318Z[ recovery-image] Dec 21 03:09:14.650 INFO O| Dec 21 03:09:14.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74132024-12-21T03:09:15.318Z[ recovery-image] Dec 21 03:09:14.650 INFO O| Dec 21 03:09:14.650 INFO STEP 1006 (remove_files) COMPLETE
74142024-12-21T03:09:15.321Z[ recovery-image] Dec 21 03:09:14.650 INFO O| Dec 21 03:09:14.650 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-21T03:09:15.337Z[ recovery-image] Dec 21 03:09:14.668 INFO O| Dec 21 03:09:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74162024-12-21T03:09:15.337Z[ recovery-image] Dec 21 03:09:14.669 INFO O| Dec 21 03:09:14.669 INFO STEP 1007 (remove_files) COMPLETE
74172024-12-21T03:09:15.349Z[ recovery-image] Dec 21 03:09:14.669 INFO O| Dec 21 03:09:14.669 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-21T03:09:15.377Z[ recovery-image] Dec 21 03:09:14.708 INFO O| Dec 21 03:09:14.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74192024-12-21T03:09:15.382Z[ recovery-image] Dec 21 03:09:14.708 INFO O| Dec 21 03:09:14.708 INFO STEP 1008 (remove_files) COMPLETE
74202024-12-21T03:09:15.382Z[ recovery-image] Dec 21 03:09:14.708 INFO O| Dec 21 03:09:14.708 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-21T03:09:15.401Z[ recovery-image] Dec 21 03:09:14.732 INFO O| Dec 21 03:09:14.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74222024-12-21T03:09:15.402Z[ recovery-image] Dec 21 03:09:14.733 INFO O| Dec 21 03:09:14.733 INFO STEP 1009 (remove_files) COMPLETE
74232024-12-21T03:09:15.402Z[ recovery-image] Dec 21 03:09:14.733 INFO O| Dec 21 03:09:14.733 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-21T03:09:15.420Z[ recovery-image] Dec 21 03:09:14.752 INFO O| Dec 21 03:09:14.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74252024-12-21T03:09:15.425Z[ recovery-image] Dec 21 03:09:14.753 INFO O| Dec 21 03:09:14.753 INFO STEP 1010 (remove_files) COMPLETE
74262024-12-21T03:09:15.426Z[ recovery-image] Dec 21 03:09:14.753 INFO O| Dec 21 03:09:14.753 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-21T03:09:15.441Z[ recovery-image] Dec 21 03:09:14.771 INFO O| Dec 21 03:09:14.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74282024-12-21T03:09:15.441Z[ recovery-image] Dec 21 03:09:14.771 INFO O| Dec 21 03:09:14.771 INFO STEP 1011 (remove_files) COMPLETE
74292024-12-21T03:09:15.444Z[ recovery-image] Dec 21 03:09:14.771 INFO O| Dec 21 03:09:14.771 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-21T03:09:15.460Z[ recovery-image] Dec 21 03:09:14.790 INFO O| Dec 21 03:09:14.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74312024-12-21T03:09:15.465Z[ recovery-image] Dec 21 03:09:14.790 INFO O| Dec 21 03:09:14.790 INFO STEP 1012 (remove_files) COMPLETE
74322024-12-21T03:09:15.465Z[ recovery-image] Dec 21 03:09:14.790 INFO O| Dec 21 03:09:14.790 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-21T03:09:15.476Z[ recovery-image] Dec 21 03:09:14.808 INFO O| Dec 21 03:09:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74342024-12-21T03:09:15.480Z[ recovery-image] Dec 21 03:09:14.808 INFO O| Dec 21 03:09:14.808 INFO STEP 1013 (remove_files) COMPLETE
74352024-12-21T03:09:15.480Z[ recovery-image] Dec 21 03:09:14.809 INFO O| Dec 21 03:09:14.808 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-21T03:09:15.495Z[ recovery-image] Dec 21 03:09:14.827 INFO O| Dec 21 03:09:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74372024-12-21T03:09:15.498Z[ recovery-image] Dec 21 03:09:14.828 INFO O| Dec 21 03:09:14.828 INFO STEP 1014 (remove_files) COMPLETE
74382024-12-21T03:09:15.498Z[ recovery-image] Dec 21 03:09:14.828 INFO O| Dec 21 03:09:14.828 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-21T03:09:15.515Z[ recovery-image] Dec 21 03:09:14.847 INFO O| Dec 21 03:09:14.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74402024-12-21T03:09:15.518Z[ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 1015 (remove_files) COMPLETE
74412024-12-21T03:09:15.518Z[ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-21T03:09:15.536Z[ recovery-image] Dec 21 03:09:14.867 INFO O| Dec 21 03:09:14.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74432024-12-21T03:09:15.536Z[ recovery-image] Dec 21 03:09:14.867 INFO O| Dec 21 03:09:14.867 INFO STEP 1016 (remove_files) COMPLETE
74442024-12-21T03:09:15.536Z[ recovery-image] Dec 21 03:09:14.867 INFO O| Dec 21 03:09:14.867 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-21T03:09:15.574Z[ recovery-image] Dec 21 03:09:14.905 INFO O| Dec 21 03:09:14.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74462024-12-21T03:09:15.574Z[ recovery-image] Dec 21 03:09:14.905 INFO O| Dec 21 03:09:14.905 INFO STEP 1017 (remove_files) COMPLETE
74472024-12-21T03:09:15.574Z[ recovery-image] Dec 21 03:09:14.905 INFO O| Dec 21 03:09:14.905 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-21T03:09:15.630Z[ recovery-image] Dec 21 03:09:14.961 INFO O| Dec 21 03:09:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74492024-12-21T03:09:15.630Z[ recovery-image] Dec 21 03:09:14.961 INFO O| Dec 21 03:09:14.961 INFO STEP 1018 (remove_files) COMPLETE
74502024-12-21T03:09:15.630Z[ recovery-image] Dec 21 03:09:14.961 INFO O| Dec 21 03:09:14.961 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-21T03:09:15.651Z[ recovery-image] Dec 21 03:09:14.982 INFO O| Dec 21 03:09:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74522024-12-21T03:09:15.651Z[ recovery-image] Dec 21 03:09:14.982 INFO O| Dec 21 03:09:14.982 INFO STEP 1019 (remove_files) COMPLETE
74532024-12-21T03:09:15.654Z[ recovery-image] Dec 21 03:09:14.982 INFO O| Dec 21 03:09:14.982 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-21T03:09:15.672Z[ recovery-image] Dec 21 03:09:15.004 INFO O| Dec 21 03:09:15.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74552024-12-21T03:09:15.677Z[ recovery-image] Dec 21 03:09:15.004 INFO O| Dec 21 03:09:15.004 INFO STEP 1020 (remove_files) COMPLETE
74562024-12-21T03:09:15.677Z[ recovery-image] Dec 21 03:09:15.004 INFO O| Dec 21 03:09:15.004 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-21T03:09:15.712Z[ recovery-image] Dec 21 03:09:15.042 INFO O| Dec 21 03:09:15.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74582024-12-21T03:09:15.714Z[ recovery-image] Dec 21 03:09:15.043 INFO O| Dec 21 03:09:15.043 INFO STEP 1021 (remove_files) COMPLETE
74592024-12-21T03:09:15.715Z[ recovery-image] Dec 21 03:09:15.043 INFO O| Dec 21 03:09:15.043 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-21T03:09:15.729Z[ recovery-image] Dec 21 03:09:15.061 INFO O| Dec 21 03:09:15.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74612024-12-21T03:09:15.732Z[ recovery-image] Dec 21 03:09:15.062 INFO O| Dec 21 03:09:15.062 INFO STEP 1022 (remove_files) COMPLETE
74622024-12-21T03:09:15.732Z[ recovery-image] Dec 21 03:09:15.062 INFO O| Dec 21 03:09:15.062 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-21T03:09:15.769Z[ recovery-image] Dec 21 03:09:15.100 INFO O| Dec 21 03:09:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74642024-12-21T03:09:15.769Z[ recovery-image] Dec 21 03:09:15.100 INFO O| Dec 21 03:09:15.100 INFO STEP 1023 (remove_files) COMPLETE
74652024-12-21T03:09:15.769Z[ recovery-image] Dec 21 03:09:15.100 INFO O| Dec 21 03:09:15.100 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-21T03:09:15.802Z[ recovery-image] Dec 21 03:09:15.133 INFO O| Dec 21 03:09:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74672024-12-21T03:09:15.802Z[ recovery-image] Dec 21 03:09:15.133 INFO O| Dec 21 03:09:15.133 INFO STEP 1024 (remove_files) COMPLETE
74682024-12-21T03:09:15.802Z[ recovery-image] Dec 21 03:09:15.133 INFO O| Dec 21 03:09:15.133 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-21T03:09:15.825Z[ recovery-image] Dec 21 03:09:15.155 INFO O| Dec 21 03:09:15.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74702024-12-21T03:09:15.825Z[ recovery-image] Dec 21 03:09:15.155 INFO O| Dec 21 03:09:15.155 INFO STEP 1025 (remove_files) COMPLETE
74712024-12-21T03:09:15.828Z[ recovery-image] Dec 21 03:09:15.155 INFO O| Dec 21 03:09:15.155 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-21T03:09:15.860Z[ recovery-image] Dec 21 03:09:15.185 INFO O| Dec 21 03:09:15.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74732024-12-21T03:09:15.864Z[ recovery-image] Dec 21 03:09:15.195 INFO O| Dec 21 03:09:15.195 INFO STEP 1026 (remove_files) COMPLETE
74742024-12-21T03:09:15.864Z[ recovery-image] Dec 21 03:09:15.195 INFO O| Dec 21 03:09:15.195 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-21T03:09:15.899Z[ recovery-image] Dec 21 03:09:15.229 INFO O| Dec 21 03:09:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74762024-12-21T03:09:15.908Z[ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 1027 (remove_files) COMPLETE
74772024-12-21T03:09:15.908Z[ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-21T03:09:15.931Z[ recovery-image] Dec 21 03:09:15.262 INFO O| Dec 21 03:09:15.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74792024-12-21T03:09:15.931Z[ recovery-image] Dec 21 03:09:15.262 INFO O| Dec 21 03:09:15.262 INFO STEP 1028 (remove_files) COMPLETE
74802024-12-21T03:09:15.931Z[ recovery-image] Dec 21 03:09:15.262 INFO O| Dec 21 03:09:15.262 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-21T03:09:15.954Z[ recovery-image] Dec 21 03:09:15.283 INFO O| Dec 21 03:09:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74822024-12-21T03:09:15.955Z[ recovery-image] Dec 21 03:09:15.283 INFO O| Dec 21 03:09:15.283 INFO STEP 1029 (remove_files) COMPLETE
74832024-12-21T03:09:15.955Z[ recovery-image] Dec 21 03:09:15.283 INFO O| Dec 21 03:09:15.283 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-21T03:09:15.980Z[ recovery-image] Dec 21 03:09:15.311 INFO O| Dec 21 03:09:15.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74852024-12-21T03:09:15.983Z[ recovery-image] Dec 21 03:09:15.311 INFO O| Dec 21 03:09:15.311 INFO STEP 1030 (remove_files) COMPLETE
74862024-12-21T03:09:15.983Z[ recovery-image] Dec 21 03:09:15.311 INFO O| Dec 21 03:09:15.311 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-21T03:09:16.029Z[ recovery-image] Dec 21 03:09:15.360 INFO O| Dec 21 03:09:15.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74882024-12-21T03:09:16.029Z[ recovery-image] Dec 21 03:09:15.360 INFO O| Dec 21 03:09:15.360 INFO STEP 1031 (remove_files) COMPLETE
74892024-12-21T03:09:16.029Z[ recovery-image] Dec 21 03:09:15.360 INFO O| Dec 21 03:09:15.360 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-21T03:09:16.056Z[ recovery-image] Dec 21 03:09:15.380 INFO O| Dec 21 03:09:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74912024-12-21T03:09:16.056Z[ recovery-image] Dec 21 03:09:15.380 INFO O| Dec 21 03:09:15.380 INFO STEP 1032 (remove_files) COMPLETE
74922024-12-21T03:09:16.056Z[ recovery-image] Dec 21 03:09:15.380 INFO O| Dec 21 03:09:15.380 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-21T03:09:16.077Z[ recovery-image] Dec 21 03:09:15.399 INFO O| Dec 21 03:09:15.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74942024-12-21T03:09:16.077Z[ recovery-image] Dec 21 03:09:15.399 INFO O| Dec 21 03:09:15.399 INFO STEP 1033 (remove_files) COMPLETE
74952024-12-21T03:09:16.077Z[ recovery-image] Dec 21 03:09:15.399 INFO O| Dec 21 03:09:15.399 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-21T03:09:16.094Z[ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74972024-12-21T03:09:16.094Z[ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 1034 (remove_files) COMPLETE
74982024-12-21T03:09:16.094Z[ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-21T03:09:16.111Z[ recovery-image] Dec 21 03:09:15.435 INFO O| Dec 21 03:09:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75002024-12-21T03:09:16.111Z[ recovery-image] Dec 21 03:09:15.435 INFO O| Dec 21 03:09:15.435 INFO STEP 1035 (remove_files) COMPLETE
75012024-12-21T03:09:16.111Z[ recovery-image] Dec 21 03:09:15.435 INFO O| Dec 21 03:09:15.435 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-21T03:09:16.134Z[ recovery-image] Dec 21 03:09:15.463 INFO O| Dec 21 03:09:15.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75032024-12-21T03:09:16.134Z[ recovery-image] Dec 21 03:09:15.463 INFO O| Dec 21 03:09:15.463 INFO STEP 1036 (remove_files) COMPLETE
75042024-12-21T03:09:16.138Z[ recovery-image] Dec 21 03:09:15.463 INFO O| Dec 21 03:09:15.463 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-21T03:09:16.151Z[ recovery-image] Dec 21 03:09:15.482 INFO O| Dec 21 03:09:15.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75062024-12-21T03:09:16.151Z[ recovery-image] Dec 21 03:09:15.482 INFO O| Dec 21 03:09:15.482 INFO STEP 1037 (remove_files) COMPLETE
75072024-12-21T03:09:16.151Z[ recovery-image] Dec 21 03:09:15.482 INFO O| Dec 21 03:09:15.482 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-21T03:09:16.170Z[ recovery-image] Dec 21 03:09:15.499 INFO O| Dec 21 03:09:15.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75092024-12-21T03:09:16.170Z[ recovery-image] Dec 21 03:09:15.499 INFO O| Dec 21 03:09:15.499 INFO STEP 1038 (remove_files) COMPLETE
75102024-12-21T03:09:16.170Z[ recovery-image] Dec 21 03:09:15.499 INFO O| Dec 21 03:09:15.499 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-21T03:09:16.186Z[ recovery-image] Dec 21 03:09:15.518 INFO O| Dec 21 03:09:15.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75122024-12-21T03:09:16.186Z[ recovery-image] Dec 21 03:09:15.518 INFO O| Dec 21 03:09:15.518 INFO STEP 1039 (remove_files) COMPLETE
75132024-12-21T03:09:16.187Z[ recovery-image] Dec 21 03:09:15.518 INFO O| Dec 21 03:09:15.518 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-21T03:09:16.227Z[ recovery-image] Dec 21 03:09:15.537 INFO O| Dec 21 03:09:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75152024-12-21T03:09:16.227Z[ recovery-image] Dec 21 03:09:15.537 INFO O| Dec 21 03:09:15.537 INFO STEP 1040 (remove_files) COMPLETE
75162024-12-21T03:09:16.227Z[ recovery-image] Dec 21 03:09:15.537 INFO O| Dec 21 03:09:15.537 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-21T03:09:16.236Z[ recovery-image] Dec 21 03:09:15.556 INFO O| Dec 21 03:09:15.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75182024-12-21T03:09:16.237Z[ recovery-image] Dec 21 03:09:15.556 INFO O| Dec 21 03:09:15.556 INFO STEP 1041 (remove_files) COMPLETE
75192024-12-21T03:09:16.237Z[ recovery-image] Dec 21 03:09:15.556 INFO O| Dec 21 03:09:15.556 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-21T03:09:16.242Z[ recovery-image] Dec 21 03:09:15.572 INFO O| Dec 21 03:09:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75212024-12-21T03:09:16.242Z[ recovery-image] Dec 21 03:09:15.572 INFO O| Dec 21 03:09:15.572 INFO STEP 1042 (remove_files) COMPLETE
75222024-12-21T03:09:16.248Z[ recovery-image] Dec 21 03:09:15.572 INFO O| Dec 21 03:09:15.572 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-21T03:09:16.259Z[ recovery-image] Dec 21 03:09:15.589 INFO O| Dec 21 03:09:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75242024-12-21T03:09:16.259Z[ recovery-image] Dec 21 03:09:15.589 INFO O| Dec 21 03:09:15.589 INFO STEP 1043 (remove_files) COMPLETE
75252024-12-21T03:09:16.261Z[ recovery-image] Dec 21 03:09:15.589 INFO O| Dec 21 03:09:15.589 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-21T03:09:16.276Z[ recovery-image] Dec 21 03:09:15.607 INFO O| Dec 21 03:09:15.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75272024-12-21T03:09:16.277Z[ recovery-image] Dec 21 03:09:15.607 INFO O| Dec 21 03:09:15.607 INFO STEP 1044 (remove_files) COMPLETE
75282024-12-21T03:09:16.277Z[ recovery-image] Dec 21 03:09:15.607 INFO O| Dec 21 03:09:15.607 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-21T03:09:16.300Z[ recovery-image] Dec 21 03:09:15.631 INFO O| Dec 21 03:09:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75302024-12-21T03:09:16.300Z[ recovery-image] Dec 21 03:09:15.631 INFO O| Dec 21 03:09:15.631 INFO STEP 1045 (remove_files) COMPLETE
75312024-12-21T03:09:16.300Z[ recovery-image] Dec 21 03:09:15.631 INFO O| Dec 21 03:09:15.631 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-21T03:09:16.339Z[ recovery-image] Dec 21 03:09:15.670 INFO O| Dec 21 03:09:15.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75332024-12-21T03:09:16.339Z[ recovery-image] Dec 21 03:09:15.670 INFO O| Dec 21 03:09:15.670 INFO STEP 1046 (remove_files) COMPLETE
75342024-12-21T03:09:16.342Z[ recovery-image] Dec 21 03:09:15.671 INFO O| Dec 21 03:09:15.670 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-21T03:09:16.358Z[ recovery-image] Dec 21 03:09:15.689 INFO O| Dec 21 03:09:15.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75362024-12-21T03:09:16.358Z[ recovery-image] Dec 21 03:09:15.690 INFO O| Dec 21 03:09:15.690 INFO STEP 1047 (remove_files) COMPLETE
75372024-12-21T03:09:16.363Z[ recovery-image] Dec 21 03:09:15.690 INFO O| Dec 21 03:09:15.690 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-21T03:09:16.366Z[ host-image] Dec 21 03:09:15.697 INFO O| Dec 21 03:09:15.696 INFO O| Planning: Solver setup ... Done
75392024-12-21T03:09:16.371Z[ host-image] Dec 21 03:09:15.703 INFO O| Dec 21 03:09:15.703 INFO O| Planning: Running solver ... Done
75402024-12-21T03:09:16.376Z[ recovery-image] Dec 21 03:09:15.708 INFO O| Dec 21 03:09:15.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75412024-12-21T03:09:16.379Z[ recovery-image] Dec 21 03:09:15.708 INFO O| Dec 21 03:09:15.708 INFO STEP 1048 (remove_files) COMPLETE
75422024-12-21T03:09:16.379Z[ recovery-image] Dec 21 03:09:15.708 INFO O| Dec 21 03:09:15.708 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-21T03:09:16.399Z[ recovery-image] Dec 21 03:09:15.731 INFO O| Dec 21 03:09:15.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75442024-12-21T03:09:16.399Z[ recovery-image] Dec 21 03:09:15.731 INFO O| Dec 21 03:09:15.731 INFO STEP 1049 (remove_files) COMPLETE
75452024-12-21T03:09:16.399Z[ recovery-image] Dec 21 03:09:15.731 INFO O| Dec 21 03:09:15.731 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-21T03:09:16.419Z[ recovery-image] Dec 21 03:09:15.749 INFO O| Dec 21 03:09:15.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75472024-12-21T03:09:16.419Z[ recovery-image] Dec 21 03:09:15.749 INFO O| Dec 21 03:09:15.749 INFO STEP 1050 (remove_files) COMPLETE
75482024-12-21T03:09:16.419Z[ recovery-image] Dec 21 03:09:15.749 INFO O| Dec 21 03:09:15.749 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-21T03:09:16.437Z[ recovery-image] Dec 21 03:09:15.767 INFO O| Dec 21 03:09:15.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75502024-12-21T03:09:16.437Z[ recovery-image] Dec 21 03:09:15.767 INFO O| Dec 21 03:09:15.767 INFO STEP 1051 (remove_files) COMPLETE
75512024-12-21T03:09:16.442Z[ recovery-image] Dec 21 03:09:15.767 INFO O| Dec 21 03:09:15.767 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-21T03:09:16.453Z[ recovery-image] Dec 21 03:09:15.785 INFO O| Dec 21 03:09:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75532024-12-21T03:09:16.453Z[ recovery-image] Dec 21 03:09:15.785 INFO O| Dec 21 03:09:15.785 INFO STEP 1052 (remove_files) COMPLETE
75542024-12-21T03:09:16.470Z[ recovery-image] Dec 21 03:09:15.785 INFO O| Dec 21 03:09:15.785 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-21T03:09:16.474Z[ host-image] Dec 21 03:09:15.794 INFO O| Dec 21 03:09:15.794 INFO O| Planning: Finding local manifests ... Done
75562024-12-21T03:09:16.474Z[ host-image] Dec 21 03:09:15.795 INFO O| Dec 21 03:09:15.795 INFO O| Planning: Fetching manifests: 0/1 0% complete
75572024-12-21T03:09:16.474Z[ recovery-image] Dec 21 03:09:15.803 INFO O| Dec 21 03:09:15.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75582024-12-21T03:09:16.474Z[ recovery-image] Dec 21 03:09:15.803 INFO O| Dec 21 03:09:15.803 INFO STEP 1053 (remove_files) COMPLETE
75592024-12-21T03:09:16.474Z[ recovery-image] Dec 21 03:09:15.803 INFO O| Dec 21 03:09:15.803 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-21T03:09:16.502Z[ recovery-image] Dec 21 03:09:15.834 INFO O| Dec 21 03:09:15.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75612024-12-21T03:09:16.502Z[ recovery-image] Dec 21 03:09:15.834 INFO O| Dec 21 03:09:15.834 INFO STEP 1054 (remove_files) COMPLETE
75622024-12-21T03:09:16.502Z[ recovery-image] Dec 21 03:09:15.834 INFO O| Dec 21 03:09:15.834 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-21T03:09:16.528Z[ recovery-image] Dec 21 03:09:15.859 INFO O| Dec 21 03:09:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75642024-12-21T03:09:16.528Z[ recovery-image] Dec 21 03:09:15.859 INFO O| Dec 21 03:09:15.859 INFO STEP 1055 (remove_files) COMPLETE
75652024-12-21T03:09:16.528Z[ recovery-image] Dec 21 03:09:15.860 INFO O| Dec 21 03:09:15.859 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-21T03:09:16.560Z[ recovery-image] Dec 21 03:09:15.885 INFO O| Dec 21 03:09:15.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75672024-12-21T03:09:16.560Z[ recovery-image] Dec 21 03:09:15.885 INFO O| Dec 21 03:09:15.885 INFO STEP 1056 (remove_files) COMPLETE
75682024-12-21T03:09:16.560Z[ recovery-image] Dec 21 03:09:15.885 INFO O| Dec 21 03:09:15.885 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-21T03:09:16.571Z[ recovery-image] Dec 21 03:09:15.903 INFO O| Dec 21 03:09:15.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75702024-12-21T03:09:16.571Z[ recovery-image] Dec 21 03:09:15.903 INFO O| Dec 21 03:09:15.903 INFO STEP 1057 (remove_files) COMPLETE
75712024-12-21T03:09:16.576Z[ recovery-image] Dec 21 03:09:15.903 INFO O| Dec 21 03:09:15.903 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-21T03:09:16.593Z[ recovery-image] Dec 21 03:09:15.924 INFO O| Dec 21 03:09:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75732024-12-21T03:09:16.593Z[ recovery-image] Dec 21 03:09:15.924 INFO O| Dec 21 03:09:15.924 INFO STEP 1058 (remove_files) COMPLETE
75742024-12-21T03:09:16.598Z[ recovery-image] Dec 21 03:09:15.924 INFO O| Dec 21 03:09:15.924 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-21T03:09:16.627Z[ recovery-image] Dec 21 03:09:15.959 INFO O| Dec 21 03:09:15.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75762024-12-21T03:09:16.627Z[ recovery-image] Dec 21 03:09:15.959 INFO O| Dec 21 03:09:15.959 INFO STEP 1059 (remove_files) COMPLETE
75772024-12-21T03:09:16.627Z[ recovery-image] Dec 21 03:09:15.959 INFO O| Dec 21 03:09:15.959 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-21T03:09:16.632Z[ host-image] Dec 21 03:09:15.964 INFO O| Dec 21 03:09:15.964 INFO O| Planning: Fetching manifests: 1/1 100% complete
75792024-12-21T03:09:16.648Z[ recovery-image] Dec 21 03:09:15.978 INFO O| Dec 21 03:09:15.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75802024-12-21T03:09:16.648Z[ recovery-image] Dec 21 03:09:15.978 INFO O| Dec 21 03:09:15.978 INFO STEP 1060 (remove_files) COMPLETE
75812024-12-21T03:09:16.651Z[ recovery-image] Dec 21 03:09:15.978 INFO O| Dec 21 03:09:15.978 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-21T03:09:16.696Z[ recovery-image] Dec 21 03:09:15.995 INFO O| Dec 21 03:09:15.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75832024-12-21T03:09:16.697Z[ recovery-image] Dec 21 03:09:15.995 INFO O| Dec 21 03:09:15.995 INFO STEP 1061 (remove_files) COMPLETE
75842024-12-21T03:09:16.703Z[ recovery-image] Dec 21 03:09:15.995 INFO O| Dec 21 03:09:15.995 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-21T03:09:16.703Z[ host-image] Dec 21 03:09:16.013 INFO O| Dec 21 03:09:16.013 INFO O| Planning: Package planning ... Done
75862024-12-21T03:09:16.703Z[ recovery-image] Dec 21 03:09:16.013 INFO O| Dec 21 03:09:16.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75872024-12-21T03:09:16.703Z[ recovery-image] Dec 21 03:09:16.014 INFO O| Dec 21 03:09:16.014 INFO STEP 1062 (remove_files) COMPLETE
75882024-12-21T03:09:16.703Z[ recovery-image] Dec 21 03:09:16.014 INFO O| Dec 21 03:09:16.014 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-21T03:09:16.703Z[ host-image] Dec 21 03:09:16.014 INFO O| Dec 21 03:09:16.014 INFO O| Planning: Merging actions ... Done
75902024-12-21T03:09:16.706Z[ recovery-image] Dec 21 03:09:16.032 INFO O| Dec 21 03:09:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75912024-12-21T03:09:16.706Z[ recovery-image] Dec 21 03:09:16.032 INFO O| Dec 21 03:09:16.032 INFO STEP 1063 (remove_files) COMPLETE
75922024-12-21T03:09:16.706Z[ recovery-image] Dec 21 03:09:16.032 INFO O| Dec 21 03:09:16.032 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-21T03:09:16.719Z[ recovery-image] Dec 21 03:09:16.051 INFO O| Dec 21 03:09:16.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75942024-12-21T03:09:16.719Z[ recovery-image] Dec 21 03:09:16.051 INFO O| Dec 21 03:09:16.051 INFO STEP 1064 (remove_files) COMPLETE
75952024-12-21T03:09:16.722Z[ recovery-image] Dec 21 03:09:16.051 INFO O| Dec 21 03:09:16.051 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-21T03:09:16.741Z[ recovery-image] Dec 21 03:09:16.073 INFO O| Dec 21 03:09:16.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75972024-12-21T03:09:16.745Z[ recovery-image] Dec 21 03:09:16.073 INFO O| Dec 21 03:09:16.073 INFO STEP 1065 (remove_files) COMPLETE
75982024-12-21T03:09:16.745Z[ recovery-image] Dec 21 03:09:16.074 INFO O| Dec 21 03:09:16.073 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-21T03:09:16.787Z[ recovery-image] Dec 21 03:09:16.093 INFO O| Dec 21 03:09:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76002024-12-21T03:09:16.877Z[ recovery-image] Dec 21 03:09:16.093 INFO O| Dec 21 03:09:16.093 INFO STEP 1066 (remove_files) COMPLETE
76012024-12-21T03:09:16.877Z[ recovery-image] Dec 21 03:09:16.093 INFO O| Dec 21 03:09:16.093 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-21T03:09:16.877Z[ recovery-image] Dec 21 03:09:16.112 INFO O| Dec 21 03:09:16.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76032024-12-21T03:09:16.877Z[ recovery-image] Dec 21 03:09:16.112 INFO O| Dec 21 03:09:16.112 INFO STEP 1067 (remove_files) COMPLETE
76042024-12-21T03:09:16.877Z[ recovery-image] Dec 21 03:09:16.112 INFO O| Dec 21 03:09:16.112 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-21T03:09:16.959Z[ recovery-image] Dec 21 03:09:16.130 INFO O| Dec 21 03:09:16.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76062024-12-21T03:09:16.959Z[ recovery-image] Dec 21 03:09:16.130 INFO O| Dec 21 03:09:16.130 INFO STEP 1068 (remove_files) COMPLETE
76072024-12-21T03:09:16.959Z[ recovery-image] Dec 21 03:09:16.130 INFO O| Dec 21 03:09:16.130 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-21T03:09:16.960Z[ recovery-image] Dec 21 03:09:16.158 INFO O| Dec 21 03:09:16.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76092024-12-21T03:09:16.960Z[ recovery-image] Dec 21 03:09:16.158 INFO O| Dec 21 03:09:16.158 INFO STEP 1069 (remove_files) COMPLETE
76102024-12-21T03:09:16.960Z[ recovery-image] Dec 21 03:09:16.158 INFO O| Dec 21 03:09:16.158 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-21T03:09:16.960Z[ host-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO O| Planning: Checking for conflicting actions ... Done
76122024-12-21T03:09:16.960Z[ host-image] Dec 21 03:09:16.160 INFO O| Dec 21 03:09:16.160 INFO O| Planning: Consolidating action changes ... Done
76132024-12-21T03:09:16.960Z[ recovery-image] Dec 21 03:09:16.177 INFO O| Dec 21 03:09:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76142024-12-21T03:09:16.960Z[ recovery-image] Dec 21 03:09:16.177 INFO O| Dec 21 03:09:16.177 INFO STEP 1070 (remove_files) COMPLETE
76152024-12-21T03:09:16.960Z[ recovery-image] Dec 21 03:09:16.178 INFO O| Dec 21 03:09:16.177 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-21T03:09:17.177Z[ recovery-image] Dec 21 03:09:16.253 INFO O| Dec 21 03:09:16.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76172024-12-21T03:09:17.177Z[ recovery-image] Dec 21 03:09:16.254 INFO O| Dec 21 03:09:16.254 INFO STEP 1071 (remove_files) COMPLETE
76182024-12-21T03:09:17.177Z[ recovery-image] Dec 21 03:09:16.254 INFO O| Dec 21 03:09:16.254 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-21T03:09:17.177Z[ recovery-image] Dec 21 03:09:16.295 INFO O| Dec 21 03:09:16.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76202024-12-21T03:09:17.177Z[ recovery-image] Dec 21 03:09:16.295 INFO O| Dec 21 03:09:16.295 INFO STEP 1072 (remove_files) COMPLETE
76212024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.295 INFO O| Dec 21 03:09:16.295 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.315 INFO O| Dec 21 03:09:16.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76232024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.315 INFO O| Dec 21 03:09:16.315 INFO STEP 1073 (remove_files) COMPLETE
76242024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.315 INFO O| Dec 21 03:09:16.315 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.334 INFO O| Dec 21 03:09:16.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76262024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.334 INFO O| Dec 21 03:09:16.334 INFO STEP 1074 (remove_files) COMPLETE
76272024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.334 INFO O| Dec 21 03:09:16.334 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-21T03:09:17.215Z[ recovery-image] Dec 21 03:09:16.353 INFO O| Dec 21 03:09:16.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76292024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.353 INFO O| Dec 21 03:09:16.353 INFO STEP 1075 (remove_files) COMPLETE
76302024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.353 INFO O| Dec 21 03:09:16.353 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.371 INFO O| Dec 21 03:09:16.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76322024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.371 INFO O| Dec 21 03:09:16.371 INFO STEP 1076 (remove_files) COMPLETE
76332024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.371 INFO O| Dec 21 03:09:16.371 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.389 INFO O| Dec 21 03:09:16.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76352024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.389 INFO O| Dec 21 03:09:16.389 INFO STEP 1077 (remove_files) COMPLETE
76362024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.389 INFO O| Dec 21 03:09:16.389 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.406 INFO O| Dec 21 03:09:16.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76382024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.407 INFO O| Dec 21 03:09:16.407 INFO STEP 1078 (remove_files) COMPLETE
76392024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.407 INFO O| Dec 21 03:09:16.407 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.424 INFO O| Dec 21 03:09:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76412024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.424 INFO O| Dec 21 03:09:16.424 INFO STEP 1079 (remove_files) COMPLETE
76422024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.424 INFO O| Dec 21 03:09:16.424 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.442 INFO O| Dec 21 03:09:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76442024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.442 INFO O| Dec 21 03:09:16.442 INFO STEP 1080 (remove_files) COMPLETE
76452024-12-21T03:09:17.216Z[ recovery-image] Dec 21 03:09:16.442 INFO O| Dec 21 03:09:16.442 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-21T03:09:17.217Z[ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76472024-12-21T03:09:17.217Z[ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 1081 (remove_files) COMPLETE
76482024-12-21T03:09:17.217Z[ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-21T03:09:17.225Z[ recovery-image] Dec 21 03:09:16.529 INFO O| Dec 21 03:09:16.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76502024-12-21T03:09:17.225Z[ recovery-image] Dec 21 03:09:16.529 INFO O| Dec 21 03:09:16.529 INFO STEP 1082 (remove_files) COMPLETE
76512024-12-21T03:09:17.225Z[ recovery-image] Dec 21 03:09:16.529 INFO O| Dec 21 03:09:16.529 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-21T03:09:17.232Z[ host-image] Dec 21 03:09:16.537 INFO O| Dec 21 03:09:16.537 INFO O| Planning: Evaluating mediators ... Done
76532024-12-21T03:09:17.232Z[ host-image] Dec 21 03:09:16.538 INFO O| Dec 21 03:09:16.538 INFO O| Planning: Planning completed in 4.59 seconds
76542024-12-21T03:09:17.232Z[ host-image] Dec 21 03:09:16.540 INFO O| Dec 21 03:09:16.540 INFO O| Packages to install: 1
76552024-12-21T03:09:17.232Z[ recovery-image] Dec 21 03:09:16.551 INFO O| Dec 21 03:09:16.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76562024-12-21T03:09:17.232Z[ recovery-image] Dec 21 03:09:16.551 INFO O| Dec 21 03:09:16.551 INFO STEP 1083 (remove_files) COMPLETE
76572024-12-21T03:09:17.232Z[ recovery-image] Dec 21 03:09:16.551 INFO O| Dec 21 03:09:16.551 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-21T03:09:17.242Z[ host-image] Dec 21 03:09:16.561 INFO O| Dec 21 03:09:16.561 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
76592024-12-21T03:09:17.255Z[ recovery-image] Dec 21 03:09:16.573 INFO O| Dec 21 03:09:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76602024-12-21T03:09:17.255Z[ recovery-image] Dec 21 03:09:16.573 INFO O| Dec 21 03:09:16.573 INFO STEP 1084 (remove_files) COMPLETE
76612024-12-21T03:09:17.255Z[ recovery-image] Dec 21 03:09:16.573 INFO O| Dec 21 03:09:16.573 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-21T03:09:17.284Z[ recovery-image] Dec 21 03:09:16.612 INFO O| Dec 21 03:09:16.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76632024-12-21T03:09:17.287Z[ recovery-image] Dec 21 03:09:16.612 INFO O| Dec 21 03:09:16.612 INFO STEP 1085 (remove_files) COMPLETE
76642024-12-21T03:09:17.287Z[ recovery-image] Dec 21 03:09:16.612 INFO O| Dec 21 03:09:16.612 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-21T03:09:17.302Z[ recovery-image] Dec 21 03:09:16.633 INFO O| Dec 21 03:09:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76662024-12-21T03:09:17.307Z[ recovery-image] Dec 21 03:09:16.633 INFO O| Dec 21 03:09:16.633 INFO STEP 1086 (remove_files) COMPLETE
76672024-12-21T03:09:17.307Z[ recovery-image] Dec 21 03:09:16.634 INFO O| Dec 21 03:09:16.633 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-21T03:09:17.343Z[ recovery-image] Dec 21 03:09:16.674 INFO O| Dec 21 03:09:16.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76692024-12-21T03:09:17.346Z[ recovery-image] Dec 21 03:09:16.675 INFO O| Dec 21 03:09:16.675 INFO STEP 1087 (remove_files) COMPLETE
76702024-12-21T03:09:17.346Z[ recovery-image] Dec 21 03:09:16.675 INFO O| Dec 21 03:09:16.675 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-21T03:09:17.383Z[ recovery-image] Dec 21 03:09:16.712 INFO O| Dec 21 03:09:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76722024-12-21T03:09:17.383Z[ recovery-image] Dec 21 03:09:16.712 INFO O| Dec 21 03:09:16.712 INFO STEP 1088 (remove_files) COMPLETE
76732024-12-21T03:09:17.383Z[ recovery-image] Dec 21 03:09:16.712 INFO O| Dec 21 03:09:16.712 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-21T03:09:17.407Z[ recovery-image] Dec 21 03:09:16.735 INFO O| Dec 21 03:09:16.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76752024-12-21T03:09:17.407Z[ recovery-image] Dec 21 03:09:16.735 INFO O| Dec 21 03:09:16.735 INFO STEP 1089 (remove_files) COMPLETE
76762024-12-21T03:09:17.407Z[ recovery-image] Dec 21 03:09:16.735 INFO O| Dec 21 03:09:16.735 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-21T03:09:17.422Z[ recovery-image] Dec 21 03:09:16.753 INFO O| Dec 21 03:09:16.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76782024-12-21T03:09:17.425Z[ recovery-image] Dec 21 03:09:16.753 INFO O| Dec 21 03:09:16.753 INFO STEP 1090 (remove_files) COMPLETE
76792024-12-21T03:09:17.426Z[ recovery-image] Dec 21 03:09:16.753 INFO O| Dec 21 03:09:16.753 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-21T03:09:17.443Z[ recovery-image] Dec 21 03:09:16.772 INFO O| Dec 21 03:09:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76812024-12-21T03:09:17.443Z[ recovery-image] Dec 21 03:09:16.772 INFO O| Dec 21 03:09:16.772 INFO STEP 1091 (remove_files) COMPLETE
76822024-12-21T03:09:17.449Z[ recovery-image] Dec 21 03:09:16.772 INFO O| Dec 21 03:09:16.772 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-21T03:09:17.461Z[ recovery-image] Dec 21 03:09:16.791 INFO O| Dec 21 03:09:16.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76842024-12-21T03:09:17.461Z[ recovery-image] Dec 21 03:09:16.791 INFO O| Dec 21 03:09:16.791 INFO STEP 1092 (remove_files) COMPLETE
76852024-12-21T03:09:17.461Z[ recovery-image] Dec 21 03:09:16.791 INFO O| Dec 21 03:09:16.791 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-21T03:09:17.478Z[ recovery-image] Dec 21 03:09:16.809 INFO O| Dec 21 03:09:16.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76872024-12-21T03:09:17.478Z[ recovery-image] Dec 21 03:09:16.809 INFO O| Dec 21 03:09:16.809 INFO STEP 1093 (remove_files) COMPLETE
76882024-12-21T03:09:17.481Z[ recovery-image] Dec 21 03:09:16.809 INFO O| Dec 21 03:09:16.809 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-21T03:09:17.497Z[ recovery-image] Dec 21 03:09:16.826 INFO O| Dec 21 03:09:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76902024-12-21T03:09:17.503Z[ recovery-image] Dec 21 03:09:16.833 INFO O| Dec 21 03:09:16.833 INFO STEP 1094 (remove_files) COMPLETE
76912024-12-21T03:09:17.503Z[ recovery-image] Dec 21 03:09:16.833 INFO O| Dec 21 03:09:16.833 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-21T03:09:17.529Z[ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76932024-12-21T03:09:17.529Z[ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 1095 (remove_files) COMPLETE
76942024-12-21T03:09:17.532Z[ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-21T03:09:17.551Z[ recovery-image] Dec 21 03:09:16.881 INFO O| Dec 21 03:09:16.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76962024-12-21T03:09:17.551Z[ recovery-image] Dec 21 03:09:16.881 INFO O| Dec 21 03:09:16.881 INFO STEP 1096 (remove_files) COMPLETE
76972024-12-21T03:09:17.551Z[ recovery-image] Dec 21 03:09:16.882 INFO O| Dec 21 03:09:16.881 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-21T03:09:17.578Z[ recovery-image] Dec 21 03:09:16.908 INFO O| Dec 21 03:09:16.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76992024-12-21T03:09:17.578Z[ recovery-image] Dec 21 03:09:16.908 INFO O| Dec 21 03:09:16.908 INFO STEP 1097 (remove_files) COMPLETE
77002024-12-21T03:09:17.578Z[ recovery-image] Dec 21 03:09:16.908 INFO O| Dec 21 03:09:16.908 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-21T03:09:17.597Z[ recovery-image] Dec 21 03:09:16.928 INFO O| Dec 21 03:09:16.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77022024-12-21T03:09:17.597Z[ recovery-image] Dec 21 03:09:16.928 INFO O| Dec 21 03:09:16.928 INFO STEP 1098 (remove_files) COMPLETE
77032024-12-21T03:09:17.602Z[ recovery-image] Dec 21 03:09:16.928 INFO O| Dec 21 03:09:16.928 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-21T03:09:17.617Z[ host-image] Dec 21 03:09:16.947 INFO O| Dec 21 03:09:16.947 INFO O| Download: Completed 9.99 MB in 0.39 seconds (25.9M/s)
77052024-12-21T03:09:17.623Z[ recovery-image] Dec 21 03:09:16.950 INFO O| Dec 21 03:09:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77062024-12-21T03:09:17.624Z[ recovery-image] Dec 21 03:09:16.950 INFO O| Dec 21 03:09:16.950 INFO STEP 1099 (remove_files) COMPLETE
77072024-12-21T03:09:17.624Z[ recovery-image] Dec 21 03:09:16.950 INFO O| Dec 21 03:09:16.950 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-21T03:09:17.643Z[ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77092024-12-21T03:09:17.643Z[ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 1100 (remove_files) COMPLETE
77102024-12-21T03:09:17.646Z[ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-21T03:09:17.898Z[ recovery-image] Dec 21 03:09:17.229 INFO O| Dec 21 03:09:17.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77122024-12-21T03:09:17.898Z[ recovery-image] Dec 21 03:09:17.229 INFO O| Dec 21 03:09:17.229 INFO STEP 1101 (remove_files) COMPLETE
77132024-12-21T03:09:17.898Z[ recovery-image] Dec 21 03:09:17.229 INFO O| Dec 21 03:09:17.229 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-21T03:09:17.907Z[ host-image] Dec 21 03:09:17.236 INFO O| Dec 21 03:09:17.236 INFO O| Actions: 1/22 actions (Installing new actions)
77152024-12-21T03:09:17.917Z[ recovery-image] Dec 21 03:09:17.249 INFO O| Dec 21 03:09:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77162024-12-21T03:09:17.917Z[ recovery-image] Dec 21 03:09:17.249 INFO O| Dec 21 03:09:17.249 INFO STEP 1102 (remove_files) COMPLETE
77172024-12-21T03:09:17.918Z[ recovery-image] Dec 21 03:09:17.249 INFO O| Dec 21 03:09:17.249 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-21T03:09:17.937Z[ recovery-image] Dec 21 03:09:17.268 INFO O| Dec 21 03:09:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77192024-12-21T03:09:17.937Z[ recovery-image] Dec 21 03:09:17.269 INFO O| Dec 21 03:09:17.268 INFO STEP 1103 (remove_files) COMPLETE
77202024-12-21T03:09:17.937Z[ recovery-image] Dec 21 03:09:17.269 INFO O| Dec 21 03:09:17.269 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-21T03:09:17.958Z[ recovery-image] Dec 21 03:09:17.288 INFO O| Dec 21 03:09:17.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77222024-12-21T03:09:17.958Z[ recovery-image] Dec 21 03:09:17.288 INFO O| Dec 21 03:09:17.288 INFO STEP 1104 (remove_files) COMPLETE
77232024-12-21T03:09:17.958Z[ recovery-image] Dec 21 03:09:17.288 INFO O| Dec 21 03:09:17.288 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-21T03:09:17.978Z[ recovery-image] Dec 21 03:09:17.308 INFO O| Dec 21 03:09:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77252024-12-21T03:09:17.978Z[ recovery-image] Dec 21 03:09:17.308 INFO O| Dec 21 03:09:17.308 INFO STEP 1105 (remove_files) COMPLETE
77262024-12-21T03:09:17.978Z[ recovery-image] Dec 21 03:09:17.308 INFO O| Dec 21 03:09:17.308 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-21T03:09:18.014Z[ recovery-image] Dec 21 03:09:17.327 INFO O| Dec 21 03:09:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77282024-12-21T03:09:18.014Z[ recovery-image] Dec 21 03:09:17.327 INFO O| Dec 21 03:09:17.327 INFO STEP 1106 (remove_files) COMPLETE
77292024-12-21T03:09:18.014Z[ recovery-image] Dec 21 03:09:17.327 INFO O| Dec 21 03:09:17.327 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-21T03:09:18.019Z[ recovery-image] Dec 21 03:09:17.347 INFO O| Dec 21 03:09:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77312024-12-21T03:09:18.019Z[ recovery-image] Dec 21 03:09:17.347 INFO O| Dec 21 03:09:17.347 INFO STEP 1107 (remove_files) COMPLETE
77322024-12-21T03:09:18.019Z[ recovery-image] Dec 21 03:09:17.347 INFO O| Dec 21 03:09:17.347 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-21T03:09:18.040Z[ recovery-image] Dec 21 03:09:17.367 INFO O| Dec 21 03:09:17.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77342024-12-21T03:09:18.041Z[ recovery-image] Dec 21 03:09:17.367 INFO O| Dec 21 03:09:17.367 INFO STEP 1108 (remove_files) COMPLETE
77352024-12-21T03:09:18.041Z[ recovery-image] Dec 21 03:09:17.367 INFO O| Dec 21 03:09:17.367 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-21T03:09:18.056Z[ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77372024-12-21T03:09:18.056Z[ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO STEP 1109 (remove_files) COMPLETE
77382024-12-21T03:09:18.056Z[ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-21T03:09:18.074Z[ recovery-image] Dec 21 03:09:17.406 INFO O| Dec 21 03:09:17.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77402024-12-21T03:09:18.074Z[ recovery-image] Dec 21 03:09:17.406 INFO O| Dec 21 03:09:17.406 INFO STEP 1110 (remove_files) COMPLETE
77412024-12-21T03:09:18.075Z[ recovery-image] Dec 21 03:09:17.406 INFO O| Dec 21 03:09:17.406 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-21T03:09:18.095Z[ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77432024-12-21T03:09:18.095Z[ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.425 INFO STEP 1111 (remove_files) COMPLETE
77442024-12-21T03:09:18.100Z[ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.425 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-21T03:09:18.117Z[ recovery-image] Dec 21 03:09:17.444 INFO O| Dec 21 03:09:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77462024-12-21T03:09:18.117Z[ recovery-image] Dec 21 03:09:17.444 INFO O| Dec 21 03:09:17.444 INFO STEP 1112 (remove_files) COMPLETE
77472024-12-21T03:09:18.117Z[ recovery-image] Dec 21 03:09:17.444 INFO O| Dec 21 03:09:17.444 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-21T03:09:18.144Z[ recovery-image] Dec 21 03:09:17.463 INFO O| Dec 21 03:09:17.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77492024-12-21T03:09:18.144Z[ recovery-image] Dec 21 03:09:17.463 INFO O| Dec 21 03:09:17.463 INFO STEP 1113 (remove_files) COMPLETE
77502024-12-21T03:09:18.159Z[ recovery-image] Dec 21 03:09:17.463 INFO O| Dec 21 03:09:17.463 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-21T03:09:18.160Z[ recovery-image] Dec 21 03:09:17.481 INFO O| Dec 21 03:09:17.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77522024-12-21T03:09:18.160Z[ recovery-image] Dec 21 03:09:17.481 INFO O| Dec 21 03:09:17.481 INFO STEP 1114 (remove_files) COMPLETE
77532024-12-21T03:09:18.160Z[ recovery-image] Dec 21 03:09:17.481 INFO O| Dec 21 03:09:17.481 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-21T03:09:18.171Z[ recovery-image] Dec 21 03:09:17.498 INFO O| Dec 21 03:09:17.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77552024-12-21T03:09:18.171Z[ recovery-image] Dec 21 03:09:17.498 INFO O| Dec 21 03:09:17.498 INFO STEP 1115 (remove_files) COMPLETE
77562024-12-21T03:09:18.171Z[ recovery-image] Dec 21 03:09:17.498 INFO O| Dec 21 03:09:17.498 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-21T03:09:18.186Z[ recovery-image] Dec 21 03:09:17.517 INFO O| Dec 21 03:09:17.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77582024-12-21T03:09:18.186Z[ recovery-image] Dec 21 03:09:17.517 INFO O| Dec 21 03:09:17.517 INFO STEP 1116 (remove_files) COMPLETE
77592024-12-21T03:09:18.186Z[ recovery-image] Dec 21 03:09:17.517 INFO O| Dec 21 03:09:17.517 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-21T03:09:18.233Z[ recovery-image] Dec 21 03:09:17.565 INFO O| Dec 21 03:09:17.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77612024-12-21T03:09:18.236Z[ recovery-image] Dec 21 03:09:17.565 INFO O| Dec 21 03:09:17.565 INFO STEP 1117 (remove_files) COMPLETE
77622024-12-21T03:09:18.236Z[ recovery-image] Dec 21 03:09:17.565 INFO O| Dec 21 03:09:17.565 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-21T03:09:18.261Z[ host-image] Dec 21 03:09:17.591 INFO O| Dec 21 03:09:17.591 INFO O| Actions: Completed 22 actions in 0.35 seconds.
77642024-12-21T03:09:18.264Z[ recovery-image] Dec 21 03:09:17.593 INFO O| Dec 21 03:09:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77652024-12-21T03:09:18.264Z[ recovery-image] Dec 21 03:09:17.593 INFO O| Dec 21 03:09:17.593 INFO STEP 1118 (remove_files) COMPLETE
77662024-12-21T03:09:18.264Z[ recovery-image] Dec 21 03:09:17.593 INFO O| Dec 21 03:09:17.593 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-21T03:09:18.292Z[ recovery-image] Dec 21 03:09:17.622 INFO O| Dec 21 03:09:17.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77682024-12-21T03:09:18.295Z[ recovery-image] Dec 21 03:09:17.622 INFO O| Dec 21 03:09:17.622 INFO STEP 1119 (remove_files) COMPLETE
77692024-12-21T03:09:18.295Z[ recovery-image] Dec 21 03:09:17.623 INFO O| Dec 21 03:09:17.622 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-21T03:09:18.317Z[ recovery-image] Dec 21 03:09:17.644 INFO O| Dec 21 03:09:17.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77712024-12-21T03:09:18.322Z[ recovery-image] Dec 21 03:09:17.645 INFO O| Dec 21 03:09:17.645 INFO STEP 1120 (remove_files) COMPLETE
77722024-12-21T03:09:18.322Z[ recovery-image] Dec 21 03:09:17.645 INFO O| Dec 21 03:09:17.645 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-21T03:09:18.344Z[ recovery-image] Dec 21 03:09:17.675 INFO O| Dec 21 03:09:17.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77742024-12-21T03:09:18.346Z[ recovery-image] Dec 21 03:09:17.675 INFO O| Dec 21 03:09:17.675 INFO STEP 1121 (remove_files) COMPLETE
77752024-12-21T03:09:18.346Z[ recovery-image] Dec 21 03:09:17.676 INFO O| Dec 21 03:09:17.676 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-21T03:09:18.364Z[ recovery-image] Dec 21 03:09:17.695 INFO O| Dec 21 03:09:17.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77772024-12-21T03:09:18.368Z[ recovery-image] Dec 21 03:09:17.696 INFO O| Dec 21 03:09:17.696 INFO STEP 1122 (remove_files) COMPLETE
77782024-12-21T03:09:18.368Z[ recovery-image] Dec 21 03:09:17.696 INFO O| Dec 21 03:09:17.696 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-21T03:09:18.384Z[ recovery-image] Dec 21 03:09:17.715 INFO O| Dec 21 03:09:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77802024-12-21T03:09:18.388Z[ recovery-image] Dec 21 03:09:17.715 INFO O| Dec 21 03:09:17.715 INFO STEP 1123 (remove_files) COMPLETE
77812024-12-21T03:09:18.388Z[ recovery-image] Dec 21 03:09:17.715 INFO O| Dec 21 03:09:17.715 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-21T03:09:18.415Z[ recovery-image] Dec 21 03:09:17.746 INFO O| Dec 21 03:09:17.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77832024-12-21T03:09:18.419Z[ recovery-image] Dec 21 03:09:17.746 INFO O| Dec 21 03:09:17.746 INFO STEP 1124 (remove_files) COMPLETE
77842024-12-21T03:09:18.419Z[ recovery-image] Dec 21 03:09:17.746 INFO O| Dec 21 03:09:17.746 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-21T03:09:18.433Z[ recovery-image] Dec 21 03:09:17.765 INFO O| Dec 21 03:09:17.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77862024-12-21T03:09:18.437Z[ recovery-image] Dec 21 03:09:17.765 INFO O| Dec 21 03:09:17.765 INFO STEP 1125 (remove_files) COMPLETE
77872024-12-21T03:09:18.437Z[ recovery-image] Dec 21 03:09:17.765 INFO O| Dec 21 03:09:17.765 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-21T03:09:18.501Z[ recovery-image] Dec 21 03:09:17.827 INFO O| Dec 21 03:09:17.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77892024-12-21T03:09:18.506Z[ recovery-image] Dec 21 03:09:17.827 INFO O| Dec 21 03:09:17.827 INFO STEP 1126 (remove_files) COMPLETE
77902024-12-21T03:09:18.506Z[ recovery-image] Dec 21 03:09:17.827 INFO O| Dec 21 03:09:17.827 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-21T03:09:18.516Z[ recovery-image] Dec 21 03:09:17.846 INFO O| Dec 21 03:09:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77922024-12-21T03:09:18.516Z[ recovery-image] Dec 21 03:09:17.847 INFO O| Dec 21 03:09:17.846 INFO STEP 1127 (remove_files) COMPLETE
77932024-12-21T03:09:18.521Z[ recovery-image] Dec 21 03:09:17.847 INFO O| Dec 21 03:09:17.846 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-21T03:09:18.534Z[ recovery-image] Dec 21 03:09:17.865 INFO O| Dec 21 03:09:17.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77952024-12-21T03:09:18.534Z[ recovery-image] Dec 21 03:09:17.865 INFO O| Dec 21 03:09:17.865 INFO STEP 1128 (remove_files) COMPLETE
77962024-12-21T03:09:18.534Z[ recovery-image] Dec 21 03:09:17.865 INFO O| Dec 21 03:09:17.865 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-21T03:09:18.553Z[ recovery-image] Dec 21 03:09:17.884 INFO O| Dec 21 03:09:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77982024-12-21T03:09:18.557Z[ recovery-image] Dec 21 03:09:17.884 INFO O| Dec 21 03:09:17.884 INFO STEP 1129 (remove_files) COMPLETE
77992024-12-21T03:09:18.557Z[ recovery-image] Dec 21 03:09:17.884 INFO O| Dec 21 03:09:17.884 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-21T03:09:18.570Z[ recovery-image] Dec 21 03:09:17.901 INFO O| Dec 21 03:09:17.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78012024-12-21T03:09:18.572Z[ recovery-image] Dec 21 03:09:17.901 INFO O| Dec 21 03:09:17.901 INFO STEP 1130 (remove_files) COMPLETE
78022024-12-21T03:09:18.572Z[ recovery-image] Dec 21 03:09:17.902 INFO O| Dec 21 03:09:17.901 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-21T03:09:18.608Z[ recovery-image] Dec 21 03:09:17.939 INFO O| Dec 21 03:09:17.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78042024-12-21T03:09:18.608Z[ recovery-image] Dec 21 03:09:17.939 INFO O| Dec 21 03:09:17.939 INFO STEP 1131 (remove_files) COMPLETE
78052024-12-21T03:09:18.612Z[ recovery-image] Dec 21 03:09:17.939 INFO O| Dec 21 03:09:17.939 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-21T03:09:18.692Z[ recovery-image] Dec 21 03:09:18.023 INFO O| Dec 21 03:09:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78072024-12-21T03:09:18.696Z[ recovery-image] Dec 21 03:09:18.023 INFO O| Dec 21 03:09:18.023 INFO STEP 1132 (remove_files) COMPLETE
78082024-12-21T03:09:18.696Z[ recovery-image] Dec 21 03:09:18.023 INFO O| Dec 21 03:09:18.023 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-21T03:09:18.714Z[ recovery-image] Dec 21 03:09:18.045 INFO O| Dec 21 03:09:18.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78102024-12-21T03:09:18.714Z[ recovery-image] Dec 21 03:09:18.045 INFO O| Dec 21 03:09:18.045 INFO STEP 1133 (remove_files) COMPLETE
78112024-12-21T03:09:18.717Z[ recovery-image] Dec 21 03:09:18.045 INFO O| Dec 21 03:09:18.045 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-21T03:09:18.734Z[ recovery-image] Dec 21 03:09:18.066 INFO O| Dec 21 03:09:18.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78132024-12-21T03:09:18.734Z[ recovery-image] Dec 21 03:09:18.066 INFO O| Dec 21 03:09:18.066 INFO STEP 1134 (remove_files) COMPLETE
78142024-12-21T03:09:18.734Z[ recovery-image] Dec 21 03:09:18.066 INFO O| Dec 21 03:09:18.066 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-21T03:09:18.756Z[ recovery-image] Dec 21 03:09:18.083 INFO O| Dec 21 03:09:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78162024-12-21T03:09:18.756Z[ recovery-image] Dec 21 03:09:18.083 INFO O| Dec 21 03:09:18.083 INFO STEP 1135 (remove_files) COMPLETE
78172024-12-21T03:09:18.760Z[ recovery-image] Dec 21 03:09:18.083 INFO O| Dec 21 03:09:18.083 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-21T03:09:18.770Z[ recovery-image] Dec 21 03:09:18.101 INFO O| Dec 21 03:09:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78192024-12-21T03:09:18.784Z[ recovery-image] Dec 21 03:09:18.115 INFO O| Dec 21 03:09:18.115 INFO STEP 1136 (remove_files) COMPLETE
78202024-12-21T03:09:18.784Z[ recovery-image] Dec 21 03:09:18.115 INFO O| Dec 21 03:09:18.115 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-21T03:09:18.826Z[ host-image] Dec 21 03:09:18.157 INFO O| Dec 21 03:09:18.157 INFO O| Done
78222024-12-21T03:09:18.827Z[ host-image] Dec 21 03:09:18.157 INFO O| Dec 21 03:09:18.157 INFO O| Done
78232024-12-21T03:09:18.835Z[ recovery-image] Dec 21 03:09:18.167 INFO O| Dec 21 03:09:18.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78242024-12-21T03:09:18.835Z[ recovery-image] Dec 21 03:09:18.167 INFO O| Dec 21 03:09:18.167 INFO STEP 1137 (remove_files) COMPLETE
78252024-12-21T03:09:18.840Z[ recovery-image] Dec 21 03:09:18.167 INFO O| Dec 21 03:09:18.167 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-21T03:09:18.856Z[ recovery-image] Dec 21 03:09:18.186 INFO O| Dec 21 03:09:18.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78272024-12-21T03:09:18.856Z[ recovery-image] Dec 21 03:09:18.186 INFO O| Dec 21 03:09:18.186 INFO STEP 1138 (remove_files) COMPLETE
78282024-12-21T03:09:18.856Z[ recovery-image] Dec 21 03:09:18.186 INFO O| Dec 21 03:09:18.186 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-21T03:09:18.900Z[ recovery-image] Dec 21 03:09:18.232 INFO O| Dec 21 03:09:18.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78302024-12-21T03:09:18.900Z[ recovery-image] Dec 21 03:09:18.232 INFO O| Dec 21 03:09:18.232 INFO STEP 1139 (remove_files) COMPLETE
78312024-12-21T03:09:18.903Z[ recovery-image] Dec 21 03:09:18.232 INFO O| Dec 21 03:09:18.232 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-21T03:09:18.920Z[ recovery-image] Dec 21 03:09:18.250 INFO O| Dec 21 03:09:18.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78332024-12-21T03:09:18.920Z[ recovery-image] Dec 21 03:09:18.250 INFO O| Dec 21 03:09:18.250 INFO STEP 1140 (remove_files) COMPLETE
78342024-12-21T03:09:18.920Z[ recovery-image] Dec 21 03:09:18.250 INFO O| Dec 21 03:09:18.250 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-21T03:09:18.937Z[ recovery-image] Dec 21 03:09:18.269 INFO O| Dec 21 03:09:18.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78362024-12-21T03:09:18.937Z[ recovery-image] Dec 21 03:09:18.269 INFO O| Dec 21 03:09:18.269 INFO STEP 1141 (remove_files) COMPLETE
78372024-12-21T03:09:18.938Z[ recovery-image] Dec 21 03:09:18.269 INFO O| Dec 21 03:09:18.269 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-21T03:09:18.958Z[ recovery-image] Dec 21 03:09:18.288 INFO O| Dec 21 03:09:18.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78392024-12-21T03:09:18.962Z[ recovery-image] Dec 21 03:09:18.289 INFO O| Dec 21 03:09:18.288 INFO STEP 1142 (remove_files) COMPLETE
78402024-12-21T03:09:18.962Z[ recovery-image] Dec 21 03:09:18.289 INFO O| Dec 21 03:09:18.289 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-21T03:09:18.977Z[ recovery-image] Dec 21 03:09:18.308 INFO O| Dec 21 03:09:18.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78422024-12-21T03:09:18.977Z[ recovery-image] Dec 21 03:09:18.308 INFO O| Dec 21 03:09:18.308 INFO STEP 1143 (remove_files) COMPLETE
78432024-12-21T03:09:18.977Z[ recovery-image] Dec 21 03:09:18.308 INFO O| Dec 21 03:09:18.308 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-21T03:09:18.997Z[ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78452024-12-21T03:09:18.997Z[ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.328 INFO STEP 1144 (remove_files) COMPLETE
78462024-12-21T03:09:18.997Z[ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.328 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-21T03:09:19.029Z[ recovery-image] Dec 21 03:09:18.360 INFO O| Dec 21 03:09:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78482024-12-21T03:09:19.029Z[ recovery-image] Dec 21 03:09:18.360 INFO O| Dec 21 03:09:18.360 INFO STEP 1145 (remove_files) COMPLETE
78492024-12-21T03:09:19.033Z[ recovery-image] Dec 21 03:09:18.360 INFO O| Dec 21 03:09:18.360 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-21T03:09:19.111Z[ recovery-image] Dec 21 03:09:18.442 INFO O| Dec 21 03:09:18.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78512024-12-21T03:09:19.111Z[ recovery-image] Dec 21 03:09:18.443 INFO O| Dec 21 03:09:18.443 INFO STEP 1146 (remove_files) COMPLETE
78522024-12-21T03:09:19.117Z[ recovery-image] Dec 21 03:09:18.443 INFO O| Dec 21 03:09:18.443 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-21T03:09:19.147Z[ recovery-image] Dec 21 03:09:18.477 INFO O| Dec 21 03:09:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78542024-12-21T03:09:19.147Z[ recovery-image] Dec 21 03:09:18.477 INFO O| Dec 21 03:09:18.477 INFO STEP 1147 (remove_files) COMPLETE
78552024-12-21T03:09:19.148Z[ recovery-image] Dec 21 03:09:18.477 INFO O| Dec 21 03:09:18.477 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-21T03:09:19.165Z[ recovery-image] Dec 21 03:09:18.495 INFO O| Dec 21 03:09:18.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78572024-12-21T03:09:19.165Z[ recovery-image] Dec 21 03:09:18.496 INFO O| Dec 21 03:09:18.495 INFO STEP 1148 (remove_files) COMPLETE
78582024-12-21T03:09:19.165Z[ recovery-image] Dec 21 03:09:18.496 INFO O| Dec 21 03:09:18.496 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-21T03:09:19.182Z[ recovery-image] Dec 21 03:09:18.513 INFO O| Dec 21 03:09:18.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78602024-12-21T03:09:19.182Z[ recovery-image] Dec 21 03:09:18.513 INFO O| Dec 21 03:09:18.513 INFO STEP 1149 (remove_files) COMPLETE
78612024-12-21T03:09:19.182Z[ recovery-image] Dec 21 03:09:18.513 INFO O| Dec 21 03:09:18.513 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-21T03:09:19.221Z[ recovery-image] Dec 21 03:09:18.553 INFO O| Dec 21 03:09:18.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78632024-12-21T03:09:19.225Z[ recovery-image] Dec 21 03:09:18.553 INFO O| Dec 21 03:09:18.553 INFO STEP 1150 (remove_files) COMPLETE
78642024-12-21T03:09:19.225Z[ recovery-image] Dec 21 03:09:18.553 INFO O| Dec 21 03:09:18.553 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-21T03:09:19.240Z[ recovery-image] Dec 21 03:09:18.572 INFO O| Dec 21 03:09:18.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78662024-12-21T03:09:19.243Z[ recovery-image] Dec 21 03:09:18.572 INFO O| Dec 21 03:09:18.572 INFO STEP 1151 (remove_files) COMPLETE
78672024-12-21T03:09:19.243Z[ recovery-image] Dec 21 03:09:18.572 INFO O| Dec 21 03:09:18.572 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-21T03:09:19.259Z[ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78692024-12-21T03:09:19.262Z[ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 1152 (remove_files) COMPLETE
78702024-12-21T03:09:19.262Z[ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-21T03:09:19.277Z[ recovery-image] Dec 21 03:09:18.608 INFO O| Dec 21 03:09:18.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78722024-12-21T03:09:19.279Z[ recovery-image] Dec 21 03:09:18.608 INFO O| Dec 21 03:09:18.608 INFO STEP 1153 (remove_files) COMPLETE
78732024-12-21T03:09:19.280Z[ recovery-image] Dec 21 03:09:18.608 INFO O| Dec 21 03:09:18.608 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-21T03:09:19.298Z[ recovery-image] Dec 21 03:09:18.629 INFO O| Dec 21 03:09:18.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78752024-12-21T03:09:19.301Z[ recovery-image] Dec 21 03:09:18.629 INFO O| Dec 21 03:09:18.629 INFO STEP 1154 (remove_files) COMPLETE
78762024-12-21T03:09:19.301Z[ recovery-image] Dec 21 03:09:18.629 INFO O| Dec 21 03:09:18.629 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-21T03:09:19.316Z[ recovery-image] Dec 21 03:09:18.648 INFO O| Dec 21 03:09:18.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78782024-12-21T03:09:19.320Z[ recovery-image] Dec 21 03:09:18.648 INFO O| Dec 21 03:09:18.648 INFO STEP 1155 (remove_files) COMPLETE
78792024-12-21T03:09:19.320Z[ recovery-image] Dec 21 03:09:18.648 INFO O| Dec 21 03:09:18.648 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-21T03:09:19.335Z[ recovery-image] Dec 21 03:09:18.667 INFO O| Dec 21 03:09:18.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78812024-12-21T03:09:19.339Z[ recovery-image] Dec 21 03:09:18.667 INFO O| Dec 21 03:09:18.667 INFO STEP 1156 (remove_files) COMPLETE
78822024-12-21T03:09:19.340Z[ recovery-image] Dec 21 03:09:18.667 INFO O| Dec 21 03:09:18.667 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-21T03:09:19.354Z[ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78842024-12-21T03:09:19.358Z[ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 1157 (remove_files) COMPLETE
78852024-12-21T03:09:19.358Z[ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-21T03:09:19.555Z[ recovery-image] Dec 21 03:09:18.799 INFO O| Dec 21 03:09:18.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78872024-12-21T03:09:19.556Z[ recovery-image] Dec 21 03:09:18.799 INFO O| Dec 21 03:09:18.799 INFO STEP 1158 (remove_files) COMPLETE
78882024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.799 INFO O| Dec 21 03:09:18.799 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.820 INFO O| Dec 21 03:09:18.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78902024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.820 INFO O| Dec 21 03:09:18.820 INFO STEP 1159 (remove_files) COMPLETE
78912024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.820 INFO O| Dec 21 03:09:18.820 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.838 INFO O| Dec 21 03:09:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78932024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.838 INFO O| Dec 21 03:09:18.838 INFO STEP 1160 (remove_files) COMPLETE
78942024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.838 INFO O| Dec 21 03:09:18.838 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.857 INFO O| Dec 21 03:09:18.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78962024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.857 INFO O| Dec 21 03:09:18.857 INFO STEP 1161 (remove_files) COMPLETE
78972024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.857 INFO O| Dec 21 03:09:18.857 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.889 INFO O| Dec 21 03:09:18.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78992024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.889 INFO O| Dec 21 03:09:18.889 INFO STEP 1162 (remove_files) COMPLETE
79002024-12-21T03:09:19.576Z[ recovery-image] Dec 21 03:09:18.889 INFO O| Dec 21 03:09:18.889 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-21T03:09:19.587Z[ recovery-image] Dec 21 03:09:18.909 INFO O| Dec 21 03:09:18.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79022024-12-21T03:09:19.587Z[ recovery-image] Dec 21 03:09:18.909 INFO O| Dec 21 03:09:18.909 INFO STEP 1163 (remove_files) COMPLETE
79032024-12-21T03:09:19.588Z[ recovery-image] Dec 21 03:09:18.909 INFO O| Dec 21 03:09:18.909 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-21T03:09:19.612Z[ recovery-image] Dec 21 03:09:18.926 INFO O| Dec 21 03:09:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79052024-12-21T03:09:19.612Z[ recovery-image] Dec 21 03:09:18.926 INFO O| Dec 21 03:09:18.926 INFO STEP 1164 (remove_files) COMPLETE
79062024-12-21T03:09:19.622Z[ recovery-image] Dec 21 03:09:18.926 INFO O| Dec 21 03:09:18.926 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-21T03:09:19.622Z[ recovery-image] Dec 21 03:09:18.943 INFO O| Dec 21 03:09:18.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79082024-12-21T03:09:19.622Z[ recovery-image] Dec 21 03:09:18.943 INFO O| Dec 21 03:09:18.943 INFO STEP 1165 (remove_files) COMPLETE
79092024-12-21T03:09:19.622Z[ recovery-image] Dec 21 03:09:18.943 INFO O| Dec 21 03:09:18.943 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-21T03:09:19.630Z[ recovery-image] Dec 21 03:09:18.961 INFO O| Dec 21 03:09:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79112024-12-21T03:09:19.630Z[ recovery-image] Dec 21 03:09:18.961 INFO O| Dec 21 03:09:18.961 INFO STEP 1166 (remove_files) COMPLETE
79122024-12-21T03:09:19.639Z[ recovery-image] Dec 21 03:09:18.961 INFO O| Dec 21 03:09:18.961 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-21T03:09:19.674Z[ recovery-image] Dec 21 03:09:19.003 INFO O| Dec 21 03:09:19.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79142024-12-21T03:09:19.690Z[ recovery-image] Dec 21 03:09:19.003 INFO O| Dec 21 03:09:19.003 INFO STEP 1167 (remove_files) COMPLETE
79152024-12-21T03:09:19.690Z[ recovery-image] Dec 21 03:09:19.003 INFO O| Dec 21 03:09:19.003 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-21T03:09:19.697Z[ recovery-image] Dec 21 03:09:19.023 INFO O| Dec 21 03:09:19.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79172024-12-21T03:09:19.697Z[ recovery-image] Dec 21 03:09:19.023 INFO O| Dec 21 03:09:19.023 INFO STEP 1168 (remove_files) COMPLETE
79182024-12-21T03:09:19.697Z[ recovery-image] Dec 21 03:09:19.023 INFO O| Dec 21 03:09:19.023 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-21T03:09:19.711Z[ recovery-image] Dec 21 03:09:19.041 INFO O| Dec 21 03:09:19.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79202024-12-21T03:09:19.716Z[ recovery-image] Dec 21 03:09:19.041 INFO O| Dec 21 03:09:19.041 INFO STEP 1169 (remove_files) COMPLETE
79212024-12-21T03:09:19.716Z[ recovery-image] Dec 21 03:09:19.041 INFO O| Dec 21 03:09:19.041 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-21T03:09:19.737Z[ recovery-image] Dec 21 03:09:19.060 INFO O| Dec 21 03:09:19.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79232024-12-21T03:09:19.740Z[ recovery-image] Dec 21 03:09:19.060 INFO O| Dec 21 03:09:19.060 INFO STEP 1170 (remove_files) COMPLETE
79242024-12-21T03:09:19.740Z[ recovery-image] Dec 21 03:09:19.060 INFO O| Dec 21 03:09:19.060 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-21T03:09:19.749Z[ recovery-image] Dec 21 03:09:19.080 INFO O| Dec 21 03:09:19.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79262024-12-21T03:09:19.755Z[ recovery-image] Dec 21 03:09:19.080 INFO O| Dec 21 03:09:19.080 INFO STEP 1171 (remove_files) COMPLETE
79272024-12-21T03:09:19.755Z[ recovery-image] Dec 21 03:09:19.080 INFO O| Dec 21 03:09:19.080 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-21T03:09:19.767Z[ recovery-image] Dec 21 03:09:19.098 INFO O| Dec 21 03:09:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79292024-12-21T03:09:19.770Z[ recovery-image] Dec 21 03:09:19.098 INFO O| Dec 21 03:09:19.098 INFO STEP 1172 (remove_files) COMPLETE
79302024-12-21T03:09:19.770Z[ recovery-image] Dec 21 03:09:19.099 INFO O| Dec 21 03:09:19.098 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-21T03:09:19.793Z[ recovery-image] Dec 21 03:09:19.123 INFO O| Dec 21 03:09:19.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79322024-12-21T03:09:19.793Z[ recovery-image] Dec 21 03:09:19.123 INFO O| Dec 21 03:09:19.123 INFO STEP 1173 (remove_files) COMPLETE
79332024-12-21T03:09:19.806Z[ recovery-image] Dec 21 03:09:19.123 INFO O| Dec 21 03:09:19.123 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-21T03:09:19.813Z[ recovery-image] Dec 21 03:09:19.144 INFO O| Dec 21 03:09:19.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79352024-12-21T03:09:19.813Z[ recovery-image] Dec 21 03:09:19.144 INFO O| Dec 21 03:09:19.144 INFO STEP 1174 (remove_files) COMPLETE
79362024-12-21T03:09:19.813Z[ recovery-image] Dec 21 03:09:19.144 INFO O| Dec 21 03:09:19.144 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-21T03:09:19.843Z[ recovery-image] Dec 21 03:09:19.174 INFO O| Dec 21 03:09:19.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79382024-12-21T03:09:19.843Z[ recovery-image] Dec 21 03:09:19.174 INFO O| Dec 21 03:09:19.174 INFO STEP 1175 (remove_files) COMPLETE
79392024-12-21T03:09:19.851Z[ recovery-image] Dec 21 03:09:19.174 INFO O| Dec 21 03:09:19.174 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-21T03:09:19.893Z[ recovery-image] Dec 21 03:09:19.224 INFO O| Dec 21 03:09:19.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79412024-12-21T03:09:19.893Z[ recovery-image] Dec 21 03:09:19.224 INFO O| Dec 21 03:09:19.224 INFO STEP 1176 (remove_files) COMPLETE
79422024-12-21T03:09:19.897Z[ recovery-image] Dec 21 03:09:19.224 INFO O| Dec 21 03:09:19.224 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-21T03:09:19.904Z[ host-image] Dec 21 03:09:19.236 INFO O| Dec 21 03:09:19.235 INFO O| Done
79442024-12-21T03:09:19.935Z[ recovery-image] Dec 21 03:09:19.262 INFO O| Dec 21 03:09:19.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79452024-12-21T03:09:19.935Z[ recovery-image] Dec 21 03:09:19.262 INFO O| Dec 21 03:09:19.262 INFO STEP 1177 (remove_files) COMPLETE
79462024-12-21T03:09:19.942Z[ recovery-image] Dec 21 03:09:19.262 INFO O| Dec 21 03:09:19.262 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-21T03:09:19.964Z[ recovery-image] Dec 21 03:09:19.295 INFO O| Dec 21 03:09:19.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79482024-12-21T03:09:19.969Z[ recovery-image] Dec 21 03:09:19.296 INFO O| Dec 21 03:09:19.296 INFO STEP 1178 (remove_files) COMPLETE
79492024-12-21T03:09:19.969Z[ recovery-image] Dec 21 03:09:19.296 INFO O| Dec 21 03:09:19.296 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-21T03:09:20.025Z[ recovery-image] Dec 21 03:09:19.353 INFO O| Dec 21 03:09:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79512024-12-21T03:09:20.025Z[ recovery-image] Dec 21 03:09:19.353 INFO O| Dec 21 03:09:19.353 INFO STEP 1179 (remove_files) COMPLETE
79522024-12-21T03:09:20.026Z[ recovery-image] Dec 21 03:09:19.353 INFO O| Dec 21 03:09:19.353 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-21T03:09:20.049Z[ recovery-image] Dec 21 03:09:19.373 INFO O| Dec 21 03:09:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79542024-12-21T03:09:20.049Z[ recovery-image] Dec 21 03:09:19.373 INFO O| Dec 21 03:09:19.373 INFO STEP 1180 (remove_files) COMPLETE
79552024-12-21T03:09:20.049Z[ recovery-image] Dec 21 03:09:19.373 INFO O| Dec 21 03:09:19.373 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-21T03:09:20.069Z[ recovery-image] Dec 21 03:09:19.392 INFO O| Dec 21 03:09:19.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79572024-12-21T03:09:20.070Z[ recovery-image] Dec 21 03:09:19.392 INFO O| Dec 21 03:09:19.392 INFO STEP 1181 (remove_files) COMPLETE
79582024-12-21T03:09:20.070Z[ recovery-image] Dec 21 03:09:19.392 INFO O| Dec 21 03:09:19.392 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-21T03:09:20.085Z[ recovery-image] Dec 21 03:09:19.416 INFO O| Dec 21 03:09:19.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79602024-12-21T03:09:20.090Z[ recovery-image] Dec 21 03:09:19.416 INFO O| Dec 21 03:09:19.416 INFO STEP 1182 (remove_files) COMPLETE
79612024-12-21T03:09:20.090Z[ recovery-image] Dec 21 03:09:19.417 INFO O| Dec 21 03:09:19.417 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-21T03:09:20.114Z[ recovery-image] Dec 21 03:09:19.445 INFO O| Dec 21 03:09:19.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79632024-12-21T03:09:20.114Z[ recovery-image] Dec 21 03:09:19.445 INFO O| Dec 21 03:09:19.445 INFO STEP 1183 (remove_files) COMPLETE
79642024-12-21T03:09:20.114Z[ recovery-image] Dec 21 03:09:19.445 INFO O| Dec 21 03:09:19.445 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-21T03:09:20.165Z[ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79662024-12-21T03:09:20.170Z[ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO STEP 1184 (remove_files) COMPLETE
79672024-12-21T03:09:20.170Z[ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-21T03:09:20.210Z[ recovery-image] Dec 21 03:09:19.541 INFO O| Dec 21 03:09:19.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79692024-12-21T03:09:20.210Z[ recovery-image] Dec 21 03:09:19.541 INFO O| Dec 21 03:09:19.541 INFO STEP 1185 (remove_files) COMPLETE
79702024-12-21T03:09:20.218Z[ recovery-image] Dec 21 03:09:19.541 INFO O| Dec 21 03:09:19.541 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-21T03:09:20.254Z[ recovery-image] Dec 21 03:09:19.585 INFO O| Dec 21 03:09:19.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79722024-12-21T03:09:20.254Z[ recovery-image] Dec 21 03:09:19.585 INFO O| Dec 21 03:09:19.585 INFO STEP 1186 (remove_files) COMPLETE
79732024-12-21T03:09:20.258Z[ recovery-image] Dec 21 03:09:19.585 INFO O| Dec 21 03:09:19.585 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-21T03:09:20.289Z[ recovery-image] Dec 21 03:09:19.620 INFO O| Dec 21 03:09:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79752024-12-21T03:09:20.290Z[ recovery-image] Dec 21 03:09:19.620 INFO O| Dec 21 03:09:19.620 INFO STEP 1187 (remove_files) COMPLETE
79762024-12-21T03:09:20.300Z[ recovery-image] Dec 21 03:09:19.620 INFO O| Dec 21 03:09:19.620 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-21T03:09:20.306Z[ recovery-image] Dec 21 03:09:19.637 INFO O| Dec 21 03:09:19.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79782024-12-21T03:09:20.310Z[ recovery-image] Dec 21 03:09:19.637 INFO O| Dec 21 03:09:19.637 INFO STEP 1188 (remove_files) COMPLETE
79792024-12-21T03:09:20.310Z[ recovery-image] Dec 21 03:09:19.637 INFO O| Dec 21 03:09:19.637 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-21T03:09:20.323Z[ recovery-image] Dec 21 03:09:19.653 INFO O| Dec 21 03:09:19.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79812024-12-21T03:09:20.331Z[ recovery-image] Dec 21 03:09:19.654 INFO O| Dec 21 03:09:19.654 INFO STEP 1189 (remove_files) COMPLETE
79822024-12-21T03:09:20.332Z[ recovery-image] Dec 21 03:09:19.654 INFO O| Dec 21 03:09:19.654 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-21T03:09:20.402Z[ recovery-image] Dec 21 03:09:19.710 INFO O| Dec 21 03:09:19.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79842024-12-21T03:09:20.403Z[ recovery-image] Dec 21 03:09:19.710 INFO O| Dec 21 03:09:19.710 INFO STEP 1190 (remove_files) COMPLETE
79852024-12-21T03:09:20.403Z[ recovery-image] Dec 21 03:09:19.710 INFO O| Dec 21 03:09:19.710 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-21T03:09:20.406Z[ recovery-image] Dec 21 03:09:19.731 INFO O| Dec 21 03:09:19.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79872024-12-21T03:09:20.406Z[ recovery-image] Dec 21 03:09:19.731 INFO O| Dec 21 03:09:19.731 INFO STEP 1191 (remove_files) COMPLETE
79882024-12-21T03:09:20.406Z[ recovery-image] Dec 21 03:09:19.731 INFO O| Dec 21 03:09:19.731 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-21T03:09:20.429Z[ recovery-image] Dec 21 03:09:19.760 INFO O| Dec 21 03:09:19.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79902024-12-21T03:09:20.542Z[ recovery-image] Dec 21 03:09:19.760 INFO O| Dec 21 03:09:19.760 INFO STEP 1192 (remove_files) COMPLETE
79912024-12-21T03:09:20.542Z[ recovery-image] Dec 21 03:09:19.760 INFO O| Dec 21 03:09:19.760 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-21T03:09:20.542Z[ recovery-image] Dec 21 03:09:19.781 INFO O| Dec 21 03:09:19.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79932024-12-21T03:09:20.542Z[ recovery-image] Dec 21 03:09:19.781 INFO O| Dec 21 03:09:19.781 INFO STEP 1193 (remove_files) COMPLETE
79942024-12-21T03:09:20.542Z[ recovery-image] Dec 21 03:09:19.781 INFO O| Dec 21 03:09:19.781 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-21T03:09:20.542Z[ recovery-image] Dec 21 03:09:19.801 INFO O| Dec 21 03:09:19.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79962024-12-21T03:09:20.542Z[ recovery-image] Dec 21 03:09:19.801 INFO O| Dec 21 03:09:19.801 INFO STEP 1194 (remove_files) COMPLETE
79972024-12-21T03:09:20.543Z[ recovery-image] Dec 21 03:09:19.801 INFO O| Dec 21 03:09:19.801 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982024-12-21T03:09:20.543Z[ recovery-image] Dec 21 03:09:19.820 INFO O| Dec 21 03:09:19.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79992024-12-21T03:09:20.581Z[ recovery-image] Dec 21 03:09:19.820 INFO O| Dec 21 03:09:19.820 INFO STEP 1195 (remove_files) COMPLETE
80002024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.820 INFO O| Dec 21 03:09:19.820 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.839 INFO O| Dec 21 03:09:19.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80022024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.839 INFO O| Dec 21 03:09:19.839 INFO STEP 1196 (remove_files) COMPLETE
80032024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.839 INFO O| Dec 21 03:09:19.839 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.858 INFO O| Dec 21 03:09:19.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80052024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.858 INFO O| Dec 21 03:09:19.858 INFO STEP 1197 (remove_files) COMPLETE
80062024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.859 INFO O| Dec 21 03:09:19.858 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.877 INFO O| Dec 21 03:09:19.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80082024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.877 INFO O| Dec 21 03:09:19.877 INFO STEP 1198 (remove_files) COMPLETE
80092024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.878 INFO O| Dec 21 03:09:19.877 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102024-12-21T03:09:20.582Z[ recovery-image] Dec 21 03:09:19.896 INFO O| Dec 21 03:09:19.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80112024-12-21T03:09:20.586Z[ recovery-image] Dec 21 03:09:19.896 INFO O| Dec 21 03:09:19.896 INFO STEP 1199 (remove_files) COMPLETE
80122024-12-21T03:09:20.586Z[ recovery-image] Dec 21 03:09:19.896 INFO O| Dec 21 03:09:19.896 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132024-12-21T03:09:20.598Z[ recovery-image] Dec 21 03:09:19.915 INFO O| Dec 21 03:09:19.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80142024-12-21T03:09:20.599Z[ recovery-image] Dec 21 03:09:19.915 INFO O| Dec 21 03:09:19.915 INFO STEP 1200 (remove_files) COMPLETE
80152024-12-21T03:09:20.599Z[ recovery-image] Dec 21 03:09:19.915 INFO O| Dec 21 03:09:19.915 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162024-12-21T03:09:20.604Z[ recovery-image] Dec 21 03:09:19.932 INFO O| Dec 21 03:09:19.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80172024-12-21T03:09:20.604Z[ recovery-image] Dec 21 03:09:19.932 INFO O| Dec 21 03:09:19.932 INFO STEP 1201 (remove_files) COMPLETE
80182024-12-21T03:09:20.604Z[ recovery-image] Dec 21 03:09:19.932 INFO O| Dec 21 03:09:19.932 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192024-12-21T03:09:20.624Z[ recovery-image] Dec 21 03:09:19.951 INFO O| Dec 21 03:09:19.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80202024-12-21T03:09:20.624Z[ recovery-image] Dec 21 03:09:19.951 INFO O| Dec 21 03:09:19.951 INFO STEP 1202 (remove_files) COMPLETE
80212024-12-21T03:09:20.648Z[ recovery-image] Dec 21 03:09:19.951 INFO O| Dec 21 03:09:19.951 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222024-12-21T03:09:20.662Z[ recovery-image] Dec 21 03:09:19.970 INFO O| Dec 21 03:09:19.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80232024-12-21T03:09:20.662Z[ recovery-image] Dec 21 03:09:19.970 INFO O| Dec 21 03:09:19.970 INFO STEP 1203 (remove_files) COMPLETE
80242024-12-21T03:09:20.662Z[ recovery-image] Dec 21 03:09:19.970 INFO O| Dec 21 03:09:19.970 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252024-12-21T03:09:20.712Z[ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80262024-12-21T03:09:20.712Z[ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 1204 (remove_files) COMPLETE
80272024-12-21T03:09:20.713Z[ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282024-12-21T03:09:20.713Z[ recovery-image] Dec 21 03:09:20.019 INFO O| Dec 21 03:09:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80292024-12-21T03:09:20.713Z[ recovery-image] Dec 21 03:09:20.020 INFO O| Dec 21 03:09:20.020 INFO STEP 1205 (remove_files) COMPLETE
80302024-12-21T03:09:20.713Z[ recovery-image] Dec 21 03:09:20.020 INFO O| Dec 21 03:09:20.020 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80312024-12-21T03:09:20.726Z[ recovery-image] Dec 21 03:09:20.055 INFO O| Dec 21 03:09:20.055 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80322024-12-21T03:09:20.729Z[ recovery-image] Dec 21 03:09:20.055 INFO O| Dec 21 03:09:20.055 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80332024-12-21T03:09:22.119Z[ recovery-image] Dec 21 03:09:21.442 INFO O| Dec 21 03:09:21.442 INFO STEP 1206 (pack_tar) COMPLETE
80342024-12-21T03:09:22.119Z[ recovery-image] Dec 21 03:09:21.442 INFO O| Dec 21 03:09:21.442 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80352024-12-21T03:09:22.119Z[ recovery-image] Dec 21 03:09:21.442 INFO O| Dec 21 03:09:21.442 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80362024-12-21T03:09:22.486Z[ host-image] Dec 21 03:09:21.797 INFO O| Dec 21 03:09:21.797 INFO O| Done
80372024-12-21T03:09:22.512Z[ host-image] Dec 21 03:09:21.839 INFO O| Dec 21 03:09:21.838 INFO O| Done
80382024-12-21T03:09:22.531Z[ host-image] Dec 21 03:09:21.839 INFO O| Dec 21 03:09:21.839 INFO O| Done
80392024-12-21T03:09:22.566Z[ host-image] Dec 21 03:09:21.856 INFO O| Dec 21 03:09:21.856 INFO O| Done
80402024-12-21T03:09:22.589Z[ recovery-image] Dec 21 03:09:21.887 INFO O| Dec 21 03:09:21.887 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80412024-12-21T03:09:22.685Z[ recovery-image] Dec 21 03:09:22.015 INFO O| Dec 21 03:09:22.015 INFO completed processing gimlet/ramdisk-03-recovery-trim
80422024-12-21T03:09:22.696Z[ recovery-image] Dec 21 03:09:22.025 INFO image builder template: zfs-recovery...
80432024-12-21T03:09:22.696Z[ recovery-image] Dec 21 03:09:22.025 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/.tmpHfUgvJ/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
80442024-12-21T03:09:22.738Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.062 INFO STEP 14 (pkg_install) COMPLETE
80452024-12-21T03:09:22.738Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80462024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "mfg" is not enabled
80472024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80482024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "compliance" is not enabled
80492024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80502024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "stress" is not enabled
80512024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80522024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO skip step because feature "nfs" is not enabled
80532024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80542024-12-21T03:09:22.757Z[ host-image] Dec 21 03:09:22.063 INFO O| Dec 21 03:09:22.063 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80552024-12-21T03:09:22.760Z[ recovery-image] Dec 21 03:09:22.074 INFO O| Dec 21 03:09:22.074 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80562024-12-21T03:09:22.771Z[ recovery-image] Dec 21 03:09:22.092 INFO O| Dec 21 03:09:22.092 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80572024-12-21T03:09:22.783Z[ host-image] Dec 21 03:09:22.110 INFO O| Dec 21 03:09:22.110 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80582024-12-21T03:09:22.839Z[ recovery-image] Dec 21 03:09:22.169 INFO O| Dec 21 03:09:22.169 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80592024-12-21T03:09:22.886Z[ host-image] Dec 21 03:09:22.215 INFO O| Dec 21 03:09:22.215 INFO completed processing gimlet/ramdisk-01-os
80602024-12-21T03:09:22.894Z[ host-image] Dec 21 03:09:22.219 INFO omicron1 baseline generation...
80612024-12-21T03:09:22.894Z[ host-image] Dec 21 03:09:22.219 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80622024-12-21T03:09:22.907Z[ recovery-image] Dec 21 03:09:22.230 INFO O| Dec 21 03:09:22.230 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80632024-12-21T03:09:22.907Z[ recovery-image] Dec 21 03:09:22.230 INFO O| Dec 21 03:09:22.230 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80642024-12-21T03:09:22.922Z[ recovery-image] Dec 21 03:09:22.237 INFO O| Dec 21 03:09:22.237 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80652024-12-21T03:09:23.014Z[ recovery-image] Dec 21 03:09:22.327 INFO O| Dec 21 03:09:22.327 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80662024-12-21T03:09:23.066Z[ recovery-image] Dec 21 03:09:22.396 INFO O| Dec 21 03:09:22.396 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80672024-12-21T03:09:23.084Z[ recovery-image] Dec 21 03:09:22.414 INFO O| Dec 21 03:09:22.414 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80682024-12-21T03:09:23.093Z[ recovery-image] Dec 21 03:09:22.424 INFO O| Dec 21 03:09:22.423 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80692024-12-21T03:09:23.203Z[ recovery-image] Dec 21 03:09:22.529 INFO O| Dec 21 03:09:22.529 INFO no lofi found
80702024-12-21T03:09:23.203Z[ recovery-image] Dec 21 03:09:22.529 INFO O| Dec 21 03:09:22.529 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80712024-12-21T03:09:23.203Z[ recovery-image] Dec 21 03:09:22.529 INFO O| Dec 21 03:09:22.529 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80722024-12-21T03:09:23.820Z[ host-image] Dec 21 03:09:23.143 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
80732024-12-21T03:09:27.876Z[ recovery-image] Dec 21 03:09:25.010 INFO O| Dec 21 03:09:25.010 INFO lofi device = /dev/dsk/c2t1d0p0
80742024-12-21T03:09:27.876Z[ recovery-image] Dec 21 03:09:25.010 INFO O| Dec 21 03:09:25.010 INFO pool device = /dev/dsk/c2t1d0p0
80752024-12-21T03:09:27.882Z[ recovery-image] Dec 21 03:09:25.011 INFO O| Dec 21 03:09:25.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80762024-12-21T03:09:27.884Z[ recovery-image] Dec 21 03:09:25.230 INFO O| Dec 21 03:09:25.230 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80772024-12-21T03:09:27.884Z[ recovery-image] Dec 21 03:09:25.230 INFO O| Dec 21 03:09:25.230 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80782024-12-21T03:09:27.884Z[ recovery-image] Dec 21 03:09:25.271 INFO O| Dec 21 03:09:25.271 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80792024-12-21T03:09:27.884Z[ recovery-image] Dec 21 03:09:25.379 INFO O| Dec 21 03:09:25.379 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80802024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.441 INFO O| Dec 21 03:09:25.441 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80812024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.470 INFO O| Dec 21 03:09:25.470 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80822024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.491 INFO O| Dec 21 03:09:25.491 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80832024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.612 INFO O| Dec 21 03:09:25.612 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80842024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.612 INFO O| Dec 21 03:09:25.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80852024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.612 INFO O| Dec 21 03:09:25.612 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80862024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.627 INFO O| Dec 21 03:09:25.627 INFO boot environment UUID: 4812c364-263b-4941-9eef-2aeddf69472e
80872024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.628 INFO O| Dec 21 03:09:25.627 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4812c364-263b-4941-9eef-2aeddf69472e
80882024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.688 INFO O| Dec 21 03:09:25.688 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80892024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.720 INFO O| Dec 21 03:09:25.720 INFO STEP 0 (create_be) COMPLETE
80902024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.720 INFO O| Dec 21 03:09:25.720 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80912024-12-21T03:09:27.934Z[ recovery-image] Dec 21 03:09:25.751 INFO O| Dec 21 03:09:25.751 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"]
80922024-12-21T03:09:33.408Z[ recovery-image] Dec 21 03:09:32.737 INFO O| Dec 21 03:09:32.737 INFO STEP 1 (unpack_tar) COMPLETE
80932024-12-21T03:09:33.409Z[ recovery-image] Dec 21 03:09:32.737 INFO O| Dec 21 03:09:32.737 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80942024-12-21T03:09:33.429Z[ recovery-image] Dec 21 03:09:32.758 INFO O| Dec 21 03:09:32.758 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80952024-12-21T03:09:33.872Z[ recovery-image] Dec 21 03:09:33.200 INFO O| Dec 21 03:09:33.200 INFO STEP 2 (devfsadm) COMPLETE
80962024-12-21T03:09:33.872Z[ recovery-image] Dec 21 03:09:33.201 INFO O| Dec 21 03:09:33.200 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80972024-12-21T03:09:33.893Z[ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80982024-12-21T03:09:33.893Z[ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80992024-12-21T03:09:33.893Z[ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO STEP 3 (ensure_dir) COMPLETE
81002024-12-21T03:09:33.897Z[ recovery-image] Dec 21 03:09:33.220 INFO O| Dec 21 03:09:33.220 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81012024-12-21T03:09:33.917Z[ recovery-image] Dec 21 03:09:33.246 INFO O| Dec 21 03:09:33.237 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81022024-12-21T03:09:33.917Z[ recovery-image] Dec 21 03:09:33.246 INFO O| Dec 21 03:09:33.237 INFO STEP 4 (ensure_dir) COMPLETE
81032024-12-21T03:09:33.921Z[ recovery-image] Dec 21 03:09:33.246 INFO O| Dec 21 03:09:33.237 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81042024-12-21T03:09:33.944Z[ recovery-image] Dec 21 03:09:33.272 INFO O| Dec 21 03:09:33.272 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81052024-12-21T03:09:33.944Z[ recovery-image] Dec 21 03:09:33.272 INFO O| Dec 21 03:09:33.272 INFO STEP 5 (ensure_dir) COMPLETE
81062024-12-21T03:09:33.947Z[ recovery-image] Dec 21 03:09:33.272 INFO O| Dec 21 03:09:33.272 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81072024-12-21T03:09:33.966Z[ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81082024-12-21T03:09:33.970Z[ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81092024-12-21T03:09:33.970Z[ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO STEP 6 (ensure_dir) COMPLETE
81102024-12-21T03:09:33.971Z[ recovery-image] Dec 21 03:09:33.295 INFO O| Dec 21 03:09:33.295 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81112024-12-21T03:09:33.987Z[ recovery-image] Dec 21 03:09:33.316 INFO O| Dec 21 03:09:33.316 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81122024-12-21T03:09:33.990Z[ recovery-image] Dec 21 03:09:33.317 INFO O| Dec 21 03:09:33.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81132024-12-21T03:09:33.990Z[ recovery-image] Dec 21 03:09:33.317 INFO O| Dec 21 03:09:33.317 INFO STEP 7 (ensure_dir) COMPLETE
81142024-12-21T03:09:33.990Z[ recovery-image] Dec 21 03:09:33.317 INFO O| Dec 21 03:09:33.317 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81152024-12-21T03:09:34.009Z[ recovery-image] Dec 21 03:09:33.338 INFO O| Dec 21 03:09:33.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81162024-12-21T03:09:34.012Z[ recovery-image] Dec 21 03:09:33.339 INFO O| Dec 21 03:09:33.339 INFO STEP 8 (remove_files) COMPLETE
81172024-12-21T03:09:34.013Z[ recovery-image] Dec 21 03:09:33.339 INFO O| Dec 21 03:09:33.339 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81182024-12-21T03:09:34.040Z[ recovery-image] Dec 21 03:09:33.368 INFO O| Dec 21 03:09:33.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81192024-12-21T03:09:34.043Z[ recovery-image] Dec 21 03:09:33.370 INFO O| Dec 21 03:09:33.369 INFO STEP 9 (remove_files) COMPLETE
81202024-12-21T03:09:34.043Z[ recovery-image] Dec 21 03:09:33.370 INFO O| Dec 21 03:09:33.370 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81212024-12-21T03:09:34.135Z[ recovery-image] Dec 21 03:09:33.464 INFO O| Dec 21 03:09:33.464 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81222024-12-21T03:09:34.139Z[ recovery-image] Dec 21 03:09:33.465 INFO O| Dec 21 03:09:33.465 INFO STEP 10 (remove_files) COMPLETE
81232024-12-21T03:09:34.139Z[ recovery-image] Dec 21 03:09:33.465 INFO O| Dec 21 03:09:33.465 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81242024-12-21T03:09:34.217Z[ recovery-image] Dec 21 03:09:33.546 INFO O| Dec 21 03:09:33.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81252024-12-21T03:09:34.217Z[ recovery-image] Dec 21 03:09:33.546 INFO O| Dec 21 03:09:33.546 INFO STEP 11 (remove_files) COMPLETE
81262024-12-21T03:09:34.220Z[ recovery-image] Dec 21 03:09:33.546 INFO O| Dec 21 03:09:33.546 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81272024-12-21T03:09:34.265Z[ recovery-image] Dec 21 03:09:33.593 INFO O| Dec 21 03:09:33.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81282024-12-21T03:09:34.268Z[ recovery-image] Dec 21 03:09:33.593 INFO O| Dec 21 03:09:33.593 INFO STEP 12 (remove_files) COMPLETE
81292024-12-21T03:09:34.268Z[ recovery-image] Dec 21 03:09:33.593 INFO O| Dec 21 03:09:33.593 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81302024-12-21T03:09:34.294Z[ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.611 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81312024-12-21T03:09:34.294Z[ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81322024-12-21T03:09:34.294Z[ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.612 INFO STEP 13 (ensure_dir) COMPLETE
81332024-12-21T03:09:34.294Z[ recovery-image] Dec 21 03:09:33.612 INFO O| Dec 21 03:09:33.612 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81342024-12-21T03:09:34.302Z[ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81352024-12-21T03:09:34.302Z[ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81362024-12-21T03:09:34.306Z[ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81372024-12-21T03:09:34.307Z[ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO STEP 14 (ensure_dir) COMPLETE
81382024-12-21T03:09:34.307Z[ recovery-image] Dec 21 03:09:33.630 INFO O| Dec 21 03:09:33.630 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81392024-12-21T03:09:34.336Z[ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81402024-12-21T03:09:34.336Z[ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81412024-12-21T03:09:34.339Z[ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81422024-12-21T03:09:34.339Z[ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO STEP 15 (ensure_dir) COMPLETE
81432024-12-21T03:09:34.339Z[ recovery-image] Dec 21 03:09:33.665 INFO O| Dec 21 03:09:33.665 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81442024-12-21T03:09:34.356Z[ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81452024-12-21T03:09:34.357Z[ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81462024-12-21T03:09:34.360Z[ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO STEP 16 (ensure_dir) COMPLETE
81472024-12-21T03:09:34.360Z[ recovery-image] Dec 21 03:09:33.685 INFO O| Dec 21 03:09:33.685 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81482024-12-21T03:09:34.377Z[ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81492024-12-21T03:09:34.377Z[ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81502024-12-21T03:09:34.377Z[ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO STEP 17 (ensure_dir) COMPLETE
81512024-12-21T03:09:34.380Z[ recovery-image] Dec 21 03:09:33.706 INFO O| Dec 21 03:09:33.706 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81522024-12-21T03:09:34.468Z[ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81532024-12-21T03:09:34.468Z[ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81542024-12-21T03:09:34.472Z[ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO ok!
81552024-12-21T03:09:34.472Z[ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO STEP 18 (ensure_symlink) COMPLETE
81562024-12-21T03:09:34.472Z[ recovery-image] Dec 21 03:09:33.796 INFO O| Dec 21 03:09:33.796 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81572024-12-21T03:09:34.509Z[ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81582024-12-21T03:09:34.512Z[ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81592024-12-21T03:09:34.512Z[ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO ok!
81602024-12-21T03:09:34.513Z[ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO STEP 19 (ensure_file) COMPLETE
81612024-12-21T03:09:34.513Z[ recovery-image] Dec 21 03:09:33.838 INFO O| Dec 21 03:09:33.838 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81622024-12-21T03:09:34.531Z[ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81632024-12-21T03:09:34.531Z[ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81642024-12-21T03:09:34.531Z[ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81652024-12-21T03:09:34.534Z[ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO ok!
81662024-12-21T03:09:34.534Z[ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO STEP 20 (ensure_symlink) COMPLETE
81672024-12-21T03:09:34.534Z[ recovery-image] Dec 21 03:09:33.860 INFO O| Dec 21 03:09:33.860 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81682024-12-21T03:09:34.554Z[ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81692024-12-21T03:09:34.554Z[ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81702024-12-21T03:09:34.558Z[ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81712024-12-21T03:09:34.558Z[ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO ok!
81722024-12-21T03:09:34.558Z[ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO STEP 21 (ensure_symlink) COMPLETE
81732024-12-21T03:09:34.558Z[ recovery-image] Dec 21 03:09:33.883 INFO O| Dec 21 03:09:33.883 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81742024-12-21T03:09:34.587Z[ recovery-image] Dec 21 03:09:33.916 INFO O| Dec 21 03:09:33.916 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81752024-12-21T03:09:34.587Z[ recovery-image] Dec 21 03:09:33.916 INFO O| Dec 21 03:09:33.916 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81762024-12-21T03:09:34.590Z[ recovery-image] Dec 21 03:09:33.916 INFO O| Dec 21 03:09:33.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81772024-12-21T03:09:34.591Z[ recovery-image] Dec 21 03:09:33.917 INFO O| Dec 21 03:09:33.916 INFO ok!
81782024-12-21T03:09:34.591Z[ recovery-image] Dec 21 03:09:33.917 INFO O| Dec 21 03:09:33.917 INFO STEP 22 (ensure_symlink) COMPLETE
81792024-12-21T03:09:34.591Z[ recovery-image] Dec 21 03:09:33.917 INFO O| Dec 21 03:09:33.917 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81802024-12-21T03:09:34.620Z[ recovery-image] Dec 21 03:09:33.948 INFO O| Dec 21 03:09:33.948 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81812024-12-21T03:09:34.620Z[ recovery-image] Dec 21 03:09:33.948 INFO O| Dec 21 03:09:33.948 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81822024-12-21T03:09:34.620Z[ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81832024-12-21T03:09:34.625Z[ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.949 INFO ok!
81842024-12-21T03:09:34.626Z[ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.949 INFO STEP 23 (ensure_symlink) COMPLETE
81852024-12-21T03:09:34.626Z[ recovery-image] Dec 21 03:09:33.949 INFO O| Dec 21 03:09:33.949 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81862024-12-21T03:09:34.642Z[ recovery-image] Dec 21 03:09:33.970 INFO O| Dec 21 03:09:33.970 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81872024-12-21T03:09:34.642Z[ recovery-image] Dec 21 03:09:33.970 INFO O| Dec 21 03:09:33.970 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 ...
81882024-12-21T03:09:34.645Z[ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81892024-12-21T03:09:34.645Z[ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO ok!
81902024-12-21T03:09:34.645Z[ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO STEP 24 (ensure_file) COMPLETE
81912024-12-21T03:09:34.645Z[ recovery-image] Dec 21 03:09:33.971 INFO O| Dec 21 03:09:33.971 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81922024-12-21T03:09:34.677Z[ recovery-image] Dec 21 03:09:34.005 INFO O| Dec 21 03:09:34.005 INFO updating shadow file
81932024-12-21T03:09:34.680Z[ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81942024-12-21T03:09:34.680Z[ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81952024-12-21T03:09:34.680Z[ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO STEP 25 (shadow) COMPLETE
81962024-12-21T03:09:34.680Z[ recovery-image] Dec 21 03:09:34.006 INFO O| Dec 21 03:09:34.006 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81972024-12-21T03:09:34.700Z[ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.028 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81982024-12-21T03:09:34.700Z[ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81992024-12-21T03:09:34.703Z[ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82002024-12-21T03:09:34.703Z[ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO ok!
82012024-12-21T03:09:34.703Z[ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO STEP 26 (ensure_file) COMPLETE
82022024-12-21T03:09:34.703Z[ recovery-image] Dec 21 03:09:34.029 INFO O| Dec 21 03:09:34.029 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82032024-12-21T03:09:34.737Z[ recovery-image] Dec 21 03:09:34.066 INFO O| Dec 21 03:09:34.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82042024-12-21T03:09:34.737Z[ recovery-image] Dec 21 03:09:34.066 INFO O| Dec 21 03:09:34.066 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82052024-12-21T03:09:34.740Z[ recovery-image] Dec 21 03:09:34.066 INFO O| Dec 21 03:09:34.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82062024-12-21T03:09:34.740Z[ recovery-image] Dec 21 03:09:34.067 INFO O| Dec 21 03:09:34.066 INFO ok!
82072024-12-21T03:09:34.740Z[ recovery-image] Dec 21 03:09:34.067 INFO O| Dec 21 03:09:34.066 INFO STEP 27 (ensure_file) COMPLETE
82082024-12-21T03:09:34.740Z[ recovery-image] Dec 21 03:09:34.067 INFO O| Dec 21 03:09:34.067 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82092024-12-21T03:09:34.759Z[ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82102024-12-21T03:09:34.759Z[ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82112024-12-21T03:09:34.762Z[ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82122024-12-21T03:09:34.762Z[ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82132024-12-21T03:09:34.762Z[ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO ok!
82142024-12-21T03:09:34.762Z[ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO STEP 28 (ensure_file) COMPLETE
82152024-12-21T03:09:34.762Z[ recovery-image] Dec 21 03:09:34.088 INFO O| Dec 21 03:09:34.088 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82162024-12-21T03:09:34.780Z[ recovery-image] Dec 21 03:09:34.108 INFO O| Dec 21 03:09:34.108 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82172024-12-21T03:09:34.780Z[ recovery-image] Dec 21 03:09:34.108 INFO O| Dec 21 03:09:34.108 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82182024-12-21T03:09:34.780Z[ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82192024-12-21T03:09:34.783Z[ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO ok!
82202024-12-21T03:09:34.783Z[ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO STEP 29 (ensure_file) COMPLETE
82212024-12-21T03:09:34.784Z[ recovery-image] Dec 21 03:09:34.109 INFO O| Dec 21 03:09:34.109 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82222024-12-21T03:09:34.800Z[ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82232024-12-21T03:09:34.800Z[ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82242024-12-21T03:09:34.801Z[ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82252024-12-21T03:09:34.806Z[ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO ok!
82262024-12-21T03:09:34.806Z[ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO STEP 30 (ensure_file) COMPLETE
82272024-12-21T03:09:34.806Z[ recovery-image] Dec 21 03:09:34.129 INFO O| Dec 21 03:09:34.129 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82282024-12-21T03:09:34.828Z[ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82292024-12-21T03:09:34.828Z[ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82302024-12-21T03:09:34.831Z[ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82312024-12-21T03:09:34.831Z[ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82322024-12-21T03:09:34.831Z[ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO ok!
82332024-12-21T03:09:34.832Z[ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO STEP 31 (ensure_file) COMPLETE
82342024-12-21T03:09:34.832Z[ recovery-image] Dec 21 03:09:34.157 INFO O| Dec 21 03:09:34.157 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82352024-12-21T03:09:34.869Z[ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82362024-12-21T03:09:34.869Z[ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82372024-12-21T03:09:34.885Z[ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82382024-12-21T03:09:34.886Z[ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO ok!
82392024-12-21T03:09:34.886Z[ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO STEP 32 (ensure_file) COMPLETE
82402024-12-21T03:09:34.886Z[ recovery-image] Dec 21 03:09:34.198 INFO O| Dec 21 03:09:34.198 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82412024-12-21T03:09:34.911Z[ recovery-image] Dec 21 03:09:34.240 INFO O| Dec 21 03:09:34.240 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82422024-12-21T03:09:34.912Z[ recovery-image] Dec 21 03:09:34.240 INFO O| Dec 21 03:09:34.240 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82432024-12-21T03:09:34.916Z[ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82442024-12-21T03:09:34.916Z[ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.241 INFO ok!
82452024-12-21T03:09:34.916Z[ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.241 INFO STEP 33 (ensure_file) COMPLETE
82462024-12-21T03:09:34.916Z[ recovery-image] Dec 21 03:09:34.241 INFO O| Dec 21 03:09:34.241 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82472024-12-21T03:09:34.932Z[ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.259 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82482024-12-21T03:09:34.932Z[ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82492024-12-21T03:09:34.934Z[ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82502024-12-21T03:09:34.935Z[ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82512024-12-21T03:09:34.935Z[ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82522024-12-21T03:09:34.935Z[ recovery-image] Dec 21 03:09:34.260 INFO O| Dec 21 03:09:34.260 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82532024-12-21T03:09:34.935Z[ recovery-image] Dec 21 03:09:34.261 INFO O| Dec 21 03:09:34.260 INFO ok!
82542024-12-21T03:09:34.936Z[ recovery-image] Dec 21 03:09:34.261 INFO O| Dec 21 03:09:34.260 INFO STEP 34 (ensure_file) COMPLETE
82552024-12-21T03:09:34.936Z[ recovery-image] Dec 21 03:09:34.261 INFO O| Dec 21 03:09:34.261 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82562024-12-21T03:09:35.017Z[ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82572024-12-21T03:09:35.017Z[ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82582024-12-21T03:09:35.020Z[ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82592024-12-21T03:09:35.020Z[ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO STEP 35 (ensure_dir) COMPLETE
82602024-12-21T03:09:35.020Z[ recovery-image] Dec 21 03:09:34.346 INFO O| Dec 21 03:09:34.346 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82612024-12-21T03:09:35.039Z[ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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
82622024-12-21T03:09:35.039Z[ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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 ...
82632024-12-21T03:09:35.042Z[ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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
82642024-12-21T03:09:35.042Z[ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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
82652024-12-21T03:09:35.043Z[ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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
82662024-12-21T03:09:35.043Z[ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 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
82672024-12-21T03:09:35.043Z[ recovery-image] Dec 21 03:09:34.368 INFO O| Dec 21 03:09:34.368 INFO ok!
82682024-12-21T03:09:35.043Z[ recovery-image] Dec 21 03:09:34.369 INFO O| Dec 21 03:09:34.368 INFO STEP 36 (ensure_file) COMPLETE
82692024-12-21T03:09:35.043Z[ recovery-image] Dec 21 03:09:34.369 INFO O| Dec 21 03:09:34.369 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82702024-12-21T03:09:35.100Z[ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82712024-12-21T03:09:35.100Z[ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 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 ...
82722024-12-21T03:09:35.100Z[ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82732024-12-21T03:09:35.102Z[ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO ok!
82742024-12-21T03:09:35.103Z[ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO STEP 37 (ensure_symlink) COMPLETE
82752024-12-21T03:09:35.103Z[ recovery-image] Dec 21 03:09:34.428 INFO O| Dec 21 03:09:34.428 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82762024-12-21T03:09:35.119Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82772024-12-21T03:09:35.119Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82782024-12-21T03:09:35.119Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82792024-12-21T03:09:35.119Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82802024-12-21T03:09:35.122Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82812024-12-21T03:09:35.122Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82822024-12-21T03:09:35.122Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO ok!
82832024-12-21T03:09:35.123Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO STEP 38 (ensure_file) COMPLETE
82842024-12-21T03:09:35.123Z[ recovery-image] Dec 21 03:09:34.448 INFO O| Dec 21 03:09:34.448 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82852024-12-21T03:09:35.159Z[ recovery-image] Dec 21 03:09:34.487 INFO O| Dec 21 03:09:34.487 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82862024-12-21T03:09:35.159Z[ recovery-image] Dec 21 03:09:34.487 INFO O| Dec 21 03:09:34.487 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 ...
82872024-12-21T03:09:35.162Z[ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 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
82882024-12-21T03:09:35.162Z[ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82892024-12-21T03:09:35.162Z[ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO ok!
82902024-12-21T03:09:35.163Z[ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO STEP 39 (ensure_file) COMPLETE
82912024-12-21T03:09:35.163Z[ recovery-image] Dec 21 03:09:34.488 INFO O| Dec 21 03:09:34.488 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82922024-12-21T03:09:35.183Z[ recovery-image] Dec 21 03:09:34.510 INFO O| Dec 21 03:09:34.510 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82932024-12-21T03:09:35.183Z[ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82942024-12-21T03:09:35.186Z[ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82952024-12-21T03:09:35.186Z[ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO ok!
82962024-12-21T03:09:35.186Z[ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO STEP 40 (ensure_file) COMPLETE
82972024-12-21T03:09:35.186Z[ recovery-image] Dec 21 03:09:34.511 INFO O| Dec 21 03:09:34.511 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82982024-12-21T03:09:35.204Z[ recovery-image] Dec 21 03:09:34.533 INFO O| Dec 21 03:09:34.533 INFO updating shadow file
82992024-12-21T03:09:35.207Z[ recovery-image] Dec 21 03:09:34.533 INFO O| Dec 21 03:09:34.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83002024-12-21T03:09:35.207Z[ recovery-image] Dec 21 03:09:34.533 INFO O| Dec 21 03:09:34.533 INFO STEP 41 (shadow) COMPLETE
83012024-12-21T03:09:35.207Z[ recovery-image] Dec 21 03:09:34.534 INFO O| Dec 21 03:09:34.533 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83022024-12-21T03:09:35.226Z[ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83032024-12-21T03:09:35.229Z[ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83042024-12-21T03:09:35.229Z[ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83052024-12-21T03:09:35.229Z[ recovery-image] Dec 21 03:09:34.555 INFO O| Dec 21 03:09:34.555 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83062024-12-21T03:09:35.229Z[ recovery-image] Dec 21 03:09:34.556 INFO O| Dec 21 03:09:34.556 INFO ok!
83072024-12-21T03:09:35.229Z[ recovery-image] Dec 21 03:09:34.556 INFO O| Dec 21 03:09:34.556 INFO STEP 42 (ensure_file) COMPLETE
83082024-12-21T03:09:35.229Z[ recovery-image] Dec 21 03:09:34.556 INFO O| Dec 21 03:09:34.556 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092024-12-21T03:09:35.264Z[ recovery-image] Dec 21 03:09:34.593 INFO O| Dec 21 03:09:34.592 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83102024-12-21T03:09:35.264Z[ recovery-image] Dec 21 03:09:34.593 INFO O| Dec 21 03:09:34.593 INFO STEP 43 (ensure_dir) COMPLETE
83112024-12-21T03:09:35.267Z[ recovery-image] Dec 21 03:09:34.593 INFO O| Dec 21 03:09:34.593 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122024-12-21T03:09:35.284Z[ recovery-image] Dec 21 03:09:34.613 INFO O| Dec 21 03:09:34.613 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83132024-12-21T03:09:35.285Z[ recovery-image] Dec 21 03:09:34.614 INFO O| Dec 21 03:09:34.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83142024-12-21T03:09:35.287Z[ recovery-image] Dec 21 03:09:34.614 INFO O| Dec 21 03:09:34.614 INFO STEP 44 (ensure_dir) COMPLETE
83152024-12-21T03:09:35.288Z[ recovery-image] Dec 21 03:09:34.614 INFO O| Dec 21 03:09:34.614 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162024-12-21T03:09:35.308Z[ recovery-image] Dec 21 03:09:34.636 INFO O| Dec 21 03:09:34.636 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83172024-12-21T03:09:35.311Z[ recovery-image] Dec 21 03:09:34.636 INFO O| Dec 21 03:09:34.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83182024-12-21T03:09:35.311Z[ recovery-image] Dec 21 03:09:34.636 INFO O| Dec 21 03:09:34.636 INFO STEP 45 (ensure_dir) COMPLETE
83192024-12-21T03:09:35.311Z[ recovery-image] Dec 21 03:09:34.637 INFO O| Dec 21 03:09:34.637 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202024-12-21T03:09:35.330Z[ recovery-image] Dec 21 03:09:34.659 INFO O| Dec 21 03:09:34.659 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83212024-12-21T03:09:35.330Z[ recovery-image] Dec 21 03:09:34.659 INFO O| Dec 21 03:09:34.659 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83222024-12-21T03:09:35.388Z[ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83232024-12-21T03:09:35.388Z[ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO ok!
83242024-12-21T03:09:35.392Z[ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO STEP 46 (ensure_file) COMPLETE
83252024-12-21T03:09:35.392Z[ recovery-image] Dec 21 03:09:34.717 INFO O| Dec 21 03:09:34.717 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-21T03:09:35.410Z[ recovery-image] Dec 21 03:09:34.738 INFO O| Dec 21 03:09:34.738 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83272024-12-21T03:09:35.413Z[ recovery-image] Dec 21 03:09:34.739 INFO O| Dec 21 03:09:34.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83282024-12-21T03:09:35.413Z[ recovery-image] Dec 21 03:09:34.739 INFO O| Dec 21 03:09:34.739 INFO STEP 47 (ensure_dir) COMPLETE
83292024-12-21T03:09:35.413Z[ recovery-image] Dec 21 03:09:34.739 INFO O| Dec 21 03:09:34.739 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83302024-12-21T03:09:35.432Z[ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.759 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83312024-12-21T03:09:35.432Z[ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83322024-12-21T03:09:35.435Z[ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83332024-12-21T03:09:35.435Z[ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO ok!
83342024-12-21T03:09:35.435Z[ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO STEP 48 (ensure_file) COMPLETE
83352024-12-21T03:09:35.435Z[ recovery-image] Dec 21 03:09:34.760 INFO O| Dec 21 03:09:34.760 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-21T03:09:35.451Z[ recovery-image] Dec 21 03:09:34.780 INFO O| Dec 21 03:09:34.780 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83372024-12-21T03:09:35.455Z[ recovery-image] Dec 21 03:09:34.780 INFO O| Dec 21 03:09:34.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83382024-12-21T03:09:35.455Z[ recovery-image] Dec 21 03:09:34.781 INFO O| Dec 21 03:09:34.780 INFO STEP 49 (ensure_dir) COMPLETE
83392024-12-21T03:09:35.455Z[ recovery-image] Dec 21 03:09:34.781 INFO O| Dec 21 03:09:34.781 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83402024-12-21T03:09:35.488Z[ recovery-image] Dec 21 03:09:34.817 INFO O| Dec 21 03:09:34.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83412024-12-21T03:09:35.489Z[ recovery-image] Dec 21 03:09:34.817 INFO O| Dec 21 03:09:34.817 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83422024-12-21T03:09:35.513Z[ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83432024-12-21T03:09:35.514Z[ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO ok!
83442024-12-21T03:09:35.517Z[ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO STEP 50 (ensure_file) COMPLETE
83452024-12-21T03:09:35.517Z[ recovery-image] Dec 21 03:09:34.842 INFO O| Dec 21 03:09:34.842 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83462024-12-21T03:09:35.613Z[ recovery-image] Dec 21 03:09:34.941 INFO O| Dec 21 03:09:34.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83472024-12-21T03:09:35.614Z[ recovery-image] Dec 21 03:09:34.941 INFO O| Dec 21 03:09:34.941 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83482024-12-21T03:09:37.614Z[ recovery-image] Dec 21 03:09:36.942 INFO O| Dec 21 03:09:36.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83492024-12-21T03:09:37.614Z[ recovery-image] Dec 21 03:09:36.943 INFO O| Dec 21 03:09:36.942 INFO ok!
83502024-12-21T03:09:37.614Z[ recovery-image] Dec 21 03:09:36.943 INFO O| Dec 21 03:09:36.942 INFO STEP 51 (ensure_file) COMPLETE
83512024-12-21T03:09:37.617Z[ recovery-image] Dec 21 03:09:36.943 INFO O| Dec 21 03:09:36.942 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-21T03:09:37.634Z[ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83532024-12-21T03:09:37.634Z[ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83542024-12-21T03:09:37.634Z[ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO STEP 52 (ensure_dir) COMPLETE
83552024-12-21T03:09:37.637Z[ recovery-image] Dec 21 03:09:36.962 INFO O| Dec 21 03:09:36.962 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83562024-12-21T03:09:37.683Z[ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83572024-12-21T03:09:37.683Z[ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO copying /tmp/.tmpHfUgvJ/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 ...
83582024-12-21T03:09:37.684Z[ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 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
83592024-12-21T03:09:37.684Z[ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO ok!
83602024-12-21T03:09:37.684Z[ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO STEP 53 (ensure_file) COMPLETE
83612024-12-21T03:09:37.686Z[ recovery-image] Dec 21 03:09:37.011 INFO O| Dec 21 03:09:37.011 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83622024-12-21T03:09:37.703Z[ recovery-image] Dec 21 03:09:37.031 INFO O| Dec 21 03:09:37.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83632024-12-21T03:09:37.703Z[ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.031 INFO copying /tmp/.tmpHfUgvJ/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 ...
83642024-12-21T03:09:37.703Z[ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 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
83652024-12-21T03:09:37.707Z[ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 INFO ok!
83662024-12-21T03:09:37.707Z[ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 INFO STEP 54 (ensure_file) COMPLETE
83672024-12-21T03:09:37.707Z[ recovery-image] Dec 21 03:09:37.032 INFO O| Dec 21 03:09:37.032 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83682024-12-21T03:09:37.724Z[ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83692024-12-21T03:09:37.725Z[ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83702024-12-21T03:09:37.728Z[ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.053 INFO STEP 55 (ensure_dir) COMPLETE
83712024-12-21T03:09:37.728Z[ recovery-image] Dec 21 03:09:37.053 INFO O| Dec 21 03:09:37.053 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83722024-12-21T03:09:37.746Z[ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83732024-12-21T03:09:37.746Z[ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO copying /tmp/.tmpHfUgvJ/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 ...
83742024-12-21T03:09:37.749Z[ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83752024-12-21T03:09:37.749Z[ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO ok!
83762024-12-21T03:09:37.750Z[ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO STEP 56 (ensure_file) COMPLETE
83772024-12-21T03:09:37.750Z[ recovery-image] Dec 21 03:09:37.074 INFO O| Dec 21 03:09:37.074 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83782024-12-21T03:09:37.766Z[ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.094 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83792024-12-21T03:09:37.767Z[ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO copying /tmp/.tmpHfUgvJ/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 ...
83802024-12-21T03:09:37.767Z[ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 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
83812024-12-21T03:09:37.767Z[ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO ok!
83822024-12-21T03:09:37.770Z[ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO STEP 57 (ensure_file) COMPLETE
83832024-12-21T03:09:37.770Z[ recovery-image] Dec 21 03:09:37.095 INFO O| Dec 21 03:09:37.095 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83842024-12-21T03:09:37.813Z[ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83852024-12-21T03:09:37.813Z[ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83862024-12-21T03:09:37.813Z[ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO STEP 58 (ensure_dir) COMPLETE
83872024-12-21T03:09:37.813Z[ recovery-image] Dec 21 03:09:37.141 INFO O| Dec 21 03:09:37.141 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83882024-12-21T03:09:37.830Z[ recovery-image] Dec 21 03:09:37.158 INFO O| Dec 21 03:09:37.158 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83892024-12-21T03:09:37.830Z[ recovery-image] Dec 21 03:09:37.158 INFO O| Dec 21 03:09:37.158 INFO copying /tmp/.tmpHfUgvJ/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 ...
83902024-12-21T03:09:37.833Z[ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83912024-12-21T03:09:37.833Z[ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.159 INFO ok!
83922024-12-21T03:09:37.833Z[ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.159 INFO STEP 59 (ensure_file) COMPLETE
83932024-12-21T03:09:37.833Z[ recovery-image] Dec 21 03:09:37.159 INFO O| Dec 21 03:09:37.159 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83942024-12-21T03:09:37.863Z[ recovery-image] Dec 21 03:09:37.191 INFO O| Dec 21 03:09:37.191 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83952024-12-21T03:09:37.863Z[ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.191 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83962024-12-21T03:09:37.867Z[ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83972024-12-21T03:09:37.867Z[ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO ok!
83982024-12-21T03:09:37.867Z[ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO STEP 60 (ensure_file) COMPLETE
83992024-12-21T03:09:37.867Z[ recovery-image] Dec 21 03:09:37.192 INFO O| Dec 21 03:09:37.192 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84002024-12-21T03:09:37.895Z[ recovery-image] Dec 21 03:09:37.223 INFO O| Dec 21 03:09:37.223 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84012024-12-21T03:09:37.895Z[ recovery-image] Dec 21 03:09:37.223 INFO O| Dec 21 03:09:37.223 INFO STEP 61 (ensure_dir) COMPLETE
84022024-12-21T03:09:37.897Z[ recovery-image] Dec 21 03:09:37.223 INFO O| Dec 21 03:09:37.223 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84032024-12-21T03:09:37.916Z[ recovery-image] Dec 21 03:09:37.243 INFO O| Dec 21 03:09:37.243 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84042024-12-21T03:09:37.916Z[ recovery-image] Dec 21 03:09:37.243 INFO O| Dec 21 03:09:37.243 INFO STEP 62 (ensure_dir) COMPLETE
84052024-12-21T03:09:37.916Z[ recovery-image] Dec 21 03:09:37.243 INFO O| Dec 21 03:09:37.243 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84062024-12-21T03:09:37.934Z[ recovery-image] Dec 21 03:09:37.262 INFO O| Dec 21 03:09:37.262 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84072024-12-21T03:09:37.934Z[ recovery-image] Dec 21 03:09:37.262 INFO O| Dec 21 03:09:37.262 INFO STEP 63 (ensure_dir) COMPLETE
84082024-12-21T03:09:37.937Z[ recovery-image] Dec 21 03:09:37.262 INFO O| Dec 21 03:09:37.262 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84092024-12-21T03:09:37.953Z[ recovery-image] Dec 21 03:09:37.281 INFO O| Dec 21 03:09:37.281 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84102024-12-21T03:09:37.953Z[ recovery-image] Dec 21 03:09:37.281 INFO O| Dec 21 03:09:37.281 INFO STEP 64 (ensure_dir) COMPLETE
84112024-12-21T03:09:37.956Z[ recovery-image] Dec 21 03:09:37.281 INFO O| Dec 21 03:09:37.281 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84122024-12-21T03:09:37.972Z[ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84132024-12-21T03:09:37.972Z[ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO copying /tmp/.tmpHfUgvJ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84142024-12-21T03:09:37.972Z[ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84152024-12-21T03:09:37.972Z[ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO ok!
84162024-12-21T03:09:37.975Z[ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO STEP 65 (ensure_file) COMPLETE
84172024-12-21T03:09:37.975Z[ recovery-image] Dec 21 03:09:37.300 INFO O| Dec 21 03:09:37.300 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-21T03:09:37.991Z[ recovery-image] Dec 21 03:09:37.319 INFO O| Dec 21 03:09:37.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84192024-12-21T03:09:37.995Z[ recovery-image] Dec 21 03:09:37.320 INFO O| Dec 21 03:09:37.320 INFO STEP 66 (remove_files) COMPLETE
84202024-12-21T03:09:37.996Z[ recovery-image] Dec 21 03:09:37.320 INFO O| Dec 21 03:09:37.320 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-21T03:09:38.031Z[ recovery-image] Dec 21 03:09:37.360 INFO O| Dec 21 03:09:37.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84222024-12-21T03:09:38.035Z[ recovery-image] Dec 21 03:09:37.360 INFO O| Dec 21 03:09:37.360 INFO STEP 67 (remove_files) COMPLETE
84232024-12-21T03:09:38.035Z[ recovery-image] Dec 21 03:09:37.360 INFO O| Dec 21 03:09:37.360 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-21T03:09:38.052Z[ recovery-image] Dec 21 03:09:37.380 INFO O| Dec 21 03:09:37.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84252024-12-21T03:09:38.057Z[ recovery-image] Dec 21 03:09:37.381 INFO O| Dec 21 03:09:37.381 INFO STEP 68 (remove_files) COMPLETE
84262024-12-21T03:09:38.057Z[ recovery-image] Dec 21 03:09:37.381 INFO O| Dec 21 03:09:37.381 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-21T03:09:38.072Z[ recovery-image] Dec 21 03:09:37.400 INFO O| Dec 21 03:09:37.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84282024-12-21T03:09:38.075Z[ recovery-image] Dec 21 03:09:37.401 INFO O| Dec 21 03:09:37.401 INFO STEP 69 (remove_files) COMPLETE
84292024-12-21T03:09:38.076Z[ recovery-image] Dec 21 03:09:37.401 INFO O| Dec 21 03:09:37.401 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-21T03:09:38.091Z[ recovery-image] Dec 21 03:09:37.420 INFO O| Dec 21 03:09:37.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84312024-12-21T03:09:38.095Z[ recovery-image] Dec 21 03:09:37.420 INFO O| Dec 21 03:09:37.420 INFO STEP 70 (remove_files) COMPLETE
84322024-12-21T03:09:38.095Z[ recovery-image] Dec 21 03:09:37.420 INFO O| Dec 21 03:09:37.420 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-21T03:09:38.109Z[ recovery-image] Dec 21 03:09:37.438 INFO O| Dec 21 03:09:37.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84342024-12-21T03:09:38.109Z[ recovery-image] Dec 21 03:09:37.438 INFO O| Dec 21 03:09:37.438 INFO STEP 71 (remove_files) COMPLETE
84352024-12-21T03:09:38.109Z[ recovery-image] Dec 21 03:09:37.438 INFO O| Dec 21 03:09:37.438 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-21T03:09:38.184Z[ recovery-image] Dec 21 03:09:37.513 INFO O| Dec 21 03:09:37.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84372024-12-21T03:09:38.185Z[ recovery-image] Dec 21 03:09:37.513 INFO O| Dec 21 03:09:37.513 INFO STEP 72 (remove_files) COMPLETE
84382024-12-21T03:09:38.185Z[ recovery-image] Dec 21 03:09:37.513 INFO O| Dec 21 03:09:37.513 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-21T03:09:38.203Z[ recovery-image] Dec 21 03:09:37.530 INFO O| Dec 21 03:09:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84402024-12-21T03:09:38.203Z[ recovery-image] Dec 21 03:09:37.530 INFO O| Dec 21 03:09:37.530 INFO STEP 73 (remove_files) COMPLETE
84412024-12-21T03:09:38.203Z[ recovery-image] Dec 21 03:09:37.530 INFO O| Dec 21 03:09:37.530 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-21T03:09:38.226Z[ recovery-image] Dec 21 03:09:37.554 INFO O| Dec 21 03:09:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84432024-12-21T03:09:38.226Z[ recovery-image] Dec 21 03:09:37.554 INFO O| Dec 21 03:09:37.554 INFO STEP 74 (remove_files) COMPLETE
84442024-12-21T03:09:38.229Z[ recovery-image] Dec 21 03:09:37.554 INFO O| Dec 21 03:09:37.554 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-21T03:09:38.272Z[ recovery-image] Dec 21 03:09:37.600 INFO O| Dec 21 03:09:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84462024-12-21T03:09:38.272Z[ recovery-image] Dec 21 03:09:37.600 INFO O| Dec 21 03:09:37.600 INFO STEP 75 (remove_files) COMPLETE
84472024-12-21T03:09:38.272Z[ recovery-image] Dec 21 03:09:37.600 INFO O| Dec 21 03:09:37.600 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84482024-12-21T03:09:38.292Z[ recovery-image] Dec 21 03:09:37.621 INFO O| Dec 21 03:09:37.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84492024-12-21T03:09:38.292Z[ recovery-image] Dec 21 03:09:37.621 INFO O| Dec 21 03:09:37.621 INFO STEP 76 (remove_files) COMPLETE
84502024-12-21T03:09:38.293Z[ recovery-image] Dec 21 03:09:37.621 INFO O| Dec 21 03:09:37.621 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84512024-12-21T03:09:38.314Z[ recovery-image] Dec 21 03:09:37.642 INFO O| Dec 21 03:09:37.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84522024-12-21T03:09:38.314Z[ recovery-image] Dec 21 03:09:37.642 INFO O| Dec 21 03:09:37.642 INFO STEP 77 (remove_files) COMPLETE
84532024-12-21T03:09:38.314Z[ recovery-image] Dec 21 03:09:37.642 INFO O| Dec 21 03:09:37.642 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84542024-12-21T03:09:38.335Z[ recovery-image] Dec 21 03:09:37.664 INFO O| Dec 21 03:09:37.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84552024-12-21T03:09:38.336Z[ recovery-image] Dec 21 03:09:37.664 INFO O| Dec 21 03:09:37.664 INFO STEP 78 (remove_files) COMPLETE
84562024-12-21T03:09:38.339Z[ recovery-image] Dec 21 03:09:37.664 INFO O| Dec 21 03:09:37.664 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84572024-12-21T03:09:38.371Z[ recovery-image] Dec 21 03:09:37.699 INFO O| Dec 21 03:09:37.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84582024-12-21T03:09:38.371Z[ recovery-image] Dec 21 03:09:37.699 INFO O| Dec 21 03:09:37.699 INFO STEP 79 (remove_files) COMPLETE
84592024-12-21T03:09:38.371Z[ recovery-image] Dec 21 03:09:37.699 INFO O| Dec 21 03:09:37.699 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84602024-12-21T03:09:38.435Z[ recovery-image] Dec 21 03:09:37.763 INFO O| Dec 21 03:09:37.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84612024-12-21T03:09:38.435Z[ recovery-image] Dec 21 03:09:37.763 INFO O| Dec 21 03:09:37.763 INFO STEP 80 (remove_files) COMPLETE
84622024-12-21T03:09:38.438Z[ recovery-image] Dec 21 03:09:37.763 INFO O| Dec 21 03:09:37.763 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84632024-12-21T03:09:38.457Z[ recovery-image] Dec 21 03:09:37.785 INFO O| Dec 21 03:09:37.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84642024-12-21T03:09:38.457Z[ recovery-image] Dec 21 03:09:37.786 INFO O| Dec 21 03:09:37.786 INFO STEP 81 (remove_files) COMPLETE
84652024-12-21T03:09:38.457Z[ recovery-image] Dec 21 03:09:37.786 INFO O| Dec 21 03:09:37.786 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84662024-12-21T03:09:38.483Z[ recovery-image] Dec 21 03:09:37.807 INFO O| Dec 21 03:09:37.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84672024-12-21T03:09:38.483Z[ recovery-image] Dec 21 03:09:37.807 INFO O| Dec 21 03:09:37.807 INFO STEP 82 (remove_files) COMPLETE
84682024-12-21T03:09:38.483Z[ recovery-image] Dec 21 03:09:37.807 INFO O| Dec 21 03:09:37.807 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84692024-12-21T03:09:38.499Z[ recovery-image] Dec 21 03:09:37.826 INFO O| Dec 21 03:09:37.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84702024-12-21T03:09:38.499Z[ recovery-image] Dec 21 03:09:37.827 INFO O| Dec 21 03:09:37.826 INFO STEP 83 (remove_files) COMPLETE
84712024-12-21T03:09:38.502Z[ recovery-image] Dec 21 03:09:37.827 INFO O| Dec 21 03:09:37.826 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84722024-12-21T03:09:38.517Z[ recovery-image] Dec 21 03:09:37.845 INFO O| Dec 21 03:09:37.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84732024-12-21T03:09:38.520Z[ recovery-image] Dec 21 03:09:37.845 INFO O| Dec 21 03:09:37.845 INFO STEP 84 (remove_files) COMPLETE
84742024-12-21T03:09:38.520Z[ recovery-image] Dec 21 03:09:37.845 INFO O| Dec 21 03:09:37.845 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84752024-12-21T03:09:38.535Z[ recovery-image] Dec 21 03:09:37.863 INFO O| Dec 21 03:09:37.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84762024-12-21T03:09:38.535Z[ recovery-image] Dec 21 03:09:37.863 INFO O| Dec 21 03:09:37.863 INFO STEP 85 (remove_files) COMPLETE
84772024-12-21T03:09:38.537Z[ recovery-image] Dec 21 03:09:37.863 INFO O| Dec 21 03:09:37.863 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84782024-12-21T03:09:38.554Z[ recovery-image] Dec 21 03:09:37.882 INFO O| Dec 21 03:09:37.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84792024-12-21T03:09:38.557Z[ recovery-image] Dec 21 03:09:37.882 INFO O| Dec 21 03:09:37.882 INFO STEP 86 (remove_files) COMPLETE
84802024-12-21T03:09:38.557Z[ recovery-image] Dec 21 03:09:37.882 INFO O| Dec 21 03:09:37.882 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84812024-12-21T03:09:38.584Z[ recovery-image] Dec 21 03:09:37.912 INFO O| Dec 21 03:09:37.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84822024-12-21T03:09:38.584Z[ recovery-image] Dec 21 03:09:37.912 INFO O| Dec 21 03:09:37.912 INFO STEP 87 (remove_files) COMPLETE
84832024-12-21T03:09:38.585Z[ recovery-image] Dec 21 03:09:37.912 INFO O| Dec 21 03:09:37.912 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84842024-12-21T03:09:38.604Z[ recovery-image] Dec 21 03:09:37.932 INFO O| Dec 21 03:09:37.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84852024-12-21T03:09:38.604Z[ recovery-image] Dec 21 03:09:37.932 INFO O| Dec 21 03:09:37.932 INFO STEP 88 (remove_files) COMPLETE
84862024-12-21T03:09:38.607Z[ recovery-image] Dec 21 03:09:37.932 INFO O| Dec 21 03:09:37.932 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84872024-12-21T03:09:38.644Z[ recovery-image] Dec 21 03:09:37.972 INFO O| Dec 21 03:09:37.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84882024-12-21T03:09:38.644Z[ recovery-image] Dec 21 03:09:37.972 INFO O| Dec 21 03:09:37.972 INFO STEP 89 (remove_files) COMPLETE
84892024-12-21T03:09:38.647Z[ recovery-image] Dec 21 03:09:37.972 INFO O| Dec 21 03:09:37.972 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84902024-12-21T03:09:38.665Z[ recovery-image] Dec 21 03:09:37.993 INFO O| Dec 21 03:09:37.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84912024-12-21T03:09:38.665Z[ recovery-image] Dec 21 03:09:37.993 INFO O| Dec 21 03:09:37.993 INFO STEP 90 (remove_files) COMPLETE
84922024-12-21T03:09:38.668Z[ recovery-image] Dec 21 03:09:37.993 INFO O| Dec 21 03:09:37.993 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84932024-12-21T03:09:38.686Z[ recovery-image] Dec 21 03:09:38.014 INFO O| Dec 21 03:09:38.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84942024-12-21T03:09:38.686Z[ recovery-image] Dec 21 03:09:38.014 INFO O| Dec 21 03:09:38.014 INFO STEP 91 (remove_files) COMPLETE
84952024-12-21T03:09:38.686Z[ recovery-image] Dec 21 03:09:38.015 INFO O| Dec 21 03:09:38.014 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84962024-12-21T03:09:38.707Z[ recovery-image] Dec 21 03:09:38.035 INFO O| Dec 21 03:09:38.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84972024-12-21T03:09:38.707Z[ recovery-image] Dec 21 03:09:38.035 INFO O| Dec 21 03:09:38.035 INFO STEP 92 (remove_files) COMPLETE
84982024-12-21T03:09:38.710Z[ recovery-image] Dec 21 03:09:38.035 INFO O| Dec 21 03:09:38.035 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84992024-12-21T03:09:38.751Z[ recovery-image] Dec 21 03:09:38.079 INFO O| Dec 21 03:09:38.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85002024-12-21T03:09:38.754Z[ recovery-image] Dec 21 03:09:38.079 INFO O| Dec 21 03:09:38.079 INFO STEP 93 (remove_files) COMPLETE
85012024-12-21T03:09:38.754Z[ recovery-image] Dec 21 03:09:38.079 INFO O| Dec 21 03:09:38.079 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85022024-12-21T03:09:38.771Z[ recovery-image] Dec 21 03:09:38.099 INFO O| Dec 21 03:09:38.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85032024-12-21T03:09:38.774Z[ recovery-image] Dec 21 03:09:38.099 INFO O| Dec 21 03:09:38.099 INFO STEP 94 (remove_files) COMPLETE
85042024-12-21T03:09:38.774Z[ recovery-image] Dec 21 03:09:38.099 INFO O| Dec 21 03:09:38.099 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85052024-12-21T03:09:38.801Z[ recovery-image] Dec 21 03:09:38.129 INFO O| Dec 21 03:09:38.129 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85062024-12-21T03:09:38.804Z[ recovery-image] Dec 21 03:09:38.129 INFO O| Dec 21 03:09:38.129 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85072024-12-21T03:09:48.304Z[ recovery-image] Dec 21 03:09:47.631 INFO O| Dec 21 03:09:47.631 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
85082024-12-21T03:09:48.304Z[ recovery-image] Dec 21 03:09:47.632 INFO O| Dec 21 03:09:47.632 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85092024-12-21T03:09:48.324Z[ recovery-image] Dec 21 03:09:47.651 INFO O| Dec 21 03:09:47.651 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], 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"}
85102024-12-21T03:09:48.554Z[ recovery-image] Dec 21 03:09:47.881 INFO O| Dec 21 03:09:47.881 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85112024-12-21T03:09:48.554Z[ recovery-image] Dec 21 03:09:47.881 INFO O| Dec 21 03:09:47.881 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 ...
85122024-12-21T03:09:48.557Z[ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85132024-12-21T03:09:48.557Z[ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO ok!
85142024-12-21T03:09:48.557Z[ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85152024-12-21T03:09:48.557Z[ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO STEP 95 (seed_smf) COMPLETE
85162024-12-21T03:09:48.557Z[ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO steps complete; finalising image!
85172024-12-21T03:09:48.557Z[ recovery-image] Dec 21 03:09:47.884 INFO O| Dec 21 03:09:47.884 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85182024-12-21T03:09:48.632Z[ recovery-image] Dec 21 03:09:47.959 INFO O| Dec 21 03:09:47.959 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 03:09:47 2024)
85192024-12-21T03:09:48.843Z[ recovery-image] Dec 21 03:09:48.170 INFO O| Dec 21 03:09:48.170 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 03:09:47 2024)
85202024-12-21T03:09:49.080Z[ recovery-image] Dec 21 03:09:48.408 INFO O| Dec 21 03:09:48.407 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
85212024-12-21T03:09:49.080Z[ recovery-image] Dec 21 03:09:48.408 INFO O| Dec 21 03:09:48.408 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85222024-12-21T03:09:49.804Z[ recovery-image] Dec 21 03:09:49.131 INFO O| Dec 21 03:09:49.131 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
85232024-12-21T03:09:49.804Z[ recovery-image] Dec 21 03:09:49.131 INFO O| Dec 21 03:09:49.131 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85242024-12-21T03:09:55.866Z[ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85252024-12-21T03:09:55.866Z[ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85262024-12-21T03:09:55.870Z[ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85272024-12-21T03:09:55.870Z[ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO completed processing gimlet/zfs-recovery
85282024-12-21T03:09:55.870Z[ recovery-image] Dec 21 03:09:55.192 INFO O| Dec 21 03:09:55.192 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85292024-12-21T03:09:56.424Z[ recovery-image] Dec 21 03:09:55.750 INFO O| Dec 21 03:09:55.750 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85302024-12-21T03:09:56.554Z[ recovery-image] Dec 21 03:09:55.880 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85312024-12-21T03:09:56.557Z[ recovery-image] Dec 21 03:09:55.881 INFO expanded image name: "recovery ec6f367/${os_short_commit} 2024-12-21 02:38" -> "recovery ec6f367/37a4469 2024-12-21 02:38"
85322024-12-21T03:09:56.557Z[ recovery-image] Dec 21 03:09:55.881 INFO output artefacts stored in: "/work/os-recovery"
85332024-12-21T03:09:56.558Z[ recovery-image] Dec 21 03:09:55.882 INFO collecting git info from project "pinprick"...
85342024-12-21T03:09:56.576Z[ recovery-image] Dec 21 03:09:55.902 INFO collecting git info from project "bootserver"...
85352024-12-21T03:09:56.585Z[ recovery-image] Dec 21 03:09:55.912 INFO collecting git info from project "chelsio-t6-roms"...
85362024-12-21T03:09:56.618Z[ recovery-image] Dec 21 03:09:55.944 INFO collecting git info from project "phbl"...
85372024-12-21T03:09:56.628Z[ recovery-image] Dec 21 03:09:55.954 INFO collecting git info from project "amd-host-image-builder"...
85382024-12-21T03:09:57.051Z[ recovery-image] Dec 21 03:09:56.374 INFO collecting git info from project "pilot"...
85392024-12-21T03:09:57.069Z[ recovery-image] Dec 21 03:09:56.394 INFO collecting git info from project "image-builder"...
85402024-12-21T03:09:57.084Z[ recovery-image] Dec 21 03:09:56.406 INFO collecting git info from project "amd-firmware"...
85412024-12-21T03:09:57.659Z[ recovery-image] Dec 21 03:09:56.985 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85422024-12-21T03:09:58.753Z[ recovery-image] Dec 21 03:09:58.079 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85432024-12-21T03:09:59.551Z[ recovery-image] Dec 21 03:09:58.876 INFO creating Oxide boot image...
85442024-12-21T03:09:59.553Z[ recovery-image] Dec 21 03:09:58.876 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ec6f367/37a4469 2024-12-21 02:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85452024-12-21T03:10:58.437Z[ host-image] Dec 21 03:10:57.753 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
85462024-12-21T03:10:58.437Z[ host-image] Dec 21 03:10:57.753 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
85472024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85482024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85492024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85502024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.754 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85512024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.755 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85522024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.755 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85532024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.755 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85542024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.756 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85552024-12-21T03:10:58.440Z[ host-image] Dec 21 03:10:57.756 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
85562024-12-21T03:10:58.442Z[ host-image] Dec 21 03:10:57.758 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
85572024-12-21T03:10:58.443Z[ host-image] Dec 21 03:10:57.759 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
85582024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.760 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
85592024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.760 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85602024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.761 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
85612024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
85622024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
85632024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
85642024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
85652024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.762 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
85662024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
85672024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
85682024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
85692024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.763 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
85702024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
85712024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
85722024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
85732024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
85742024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85752024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
85762024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
85772024-12-21T03:10:58.448Z[ host-image] Dec 21 03:10:57.764 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
85782024-12-21T03:10:58.452Z[ host-image] Dec 21 03:10:57.765 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
85792024-12-21T03:10:58.452Z[ host-image] Dec 21 03:10:57.766 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
85802024-12-21T03:10:58.452Z[ host-image] Dec 21 03:10:57.766 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
85812024-12-21T03:10:58.462Z[ host-image] Dec 21 03:10:57.779 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85822024-12-21T03:10:58.465Z[ host-image] Dec 21 03:10:57.779 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
85832024-12-21T03:10:58.465Z[ host-image] Dec 21 03:10:57.779 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85842024-12-21T03:10:58.465Z[ host-image] Dec 21 03:10:57.780 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85852024-12-21T03:10:58.465Z[ host-image] Dec 21 03:10:57.780 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85862024-12-21T03:10:58.465Z[ host-image] Dec 21 03:10:57.781 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
85872024-12-21T03:10:58.465Z[ host-image] Dec 21 03:10:57.781 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85882024-12-21T03:10:58.465Z[ host-image] Dec 21 03:10:57.782 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85892024-12-21T03:10:58.468Z[ host-image] Dec 21 03:10:57.783 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85902024-12-21T03:10:58.468Z[ host-image] Dec 21 03:10:57.783 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85912024-12-21T03:10:58.483Z[ host-image] Dec 21 03:10:57.800 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85922024-12-21T03:10:58.486Z[ host-image] Dec 21 03:10:57.800 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85932024-12-21T03:10:58.486Z[ host-image] Dec 21 03:10:57.800 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85942024-12-21T03:10:58.486Z[ host-image] Dec 21 03:10:57.801 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85952024-12-21T03:10:58.486Z[ host-image] Dec 21 03:10:57.802 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85962024-12-21T03:10:58.486Z[ host-image] Dec 21 03:10:57.802 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85972024-12-21T03:10:58.521Z[ host-image] Dec 21 03:10:57.838 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85982024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.839 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85992024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.839 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86002024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86012024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86022024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86032024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86042024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.840 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86052024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86062024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86072024-12-21T03:10:58.524Z[ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86082024-12-21T03:10:58.526Z[ host-image] Dec 21 03:10:57.841 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86092024-12-21T03:10:58.529Z[ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86102024-12-21T03:10:58.529Z[ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86112024-12-21T03:10:58.530Z[ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86122024-12-21T03:10:58.530Z[ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86132024-12-21T03:10:58.530Z[ host-image] Dec 21 03:10:57.846 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86142024-12-21T03:10:58.545Z[ host-image] Dec 21 03:10:57.862 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86152024-12-21T03:10:58.548Z[ host-image] Dec 21 03:10:57.862 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86162024-12-21T03:10:58.548Z[ host-image] Dec 21 03:10:57.864 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86172024-12-21T03:10:58.548Z[ host-image] Dec 21 03:10:57.864 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86182024-12-21T03:10:58.548Z[ host-image] Dec 21 03:10:57.865 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86192024-12-21T03:10:58.548Z[ host-image] Dec 21 03:10:57.865 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86202024-12-21T03:10:58.552Z[ host-image] Dec 21 03:10:57.866 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86212024-12-21T03:10:58.552Z[ host-image] Dec 21 03:10:57.866 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86222024-12-21T03:10:58.552Z[ host-image] Dec 21 03:10:57.866 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86232024-12-21T03:10:58.556Z[ host-image] Dec 21 03:10:57.870 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86242024-12-21T03:10:58.556Z[ host-image] Dec 21 03:10:57.871 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86252024-12-21T03:10:58.557Z[ host-image] Dec 21 03:10:57.871 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86262024-12-21T03:10:58.559Z[ host-image] Dec 21 03:10:57.871 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86272024-12-21T03:10:58.559Z[ host-image] Dec 21 03:10:57.872 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86282024-12-21T03:10:58.559Z[ host-image] Dec 21 03:10:57.872 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86292024-12-21T03:10:58.559Z[ host-image] Dec 21 03:10:57.872 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86302024-12-21T03:10:58.559Z[ host-image] Dec 21 03:10:57.873 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86312024-12-21T03:10:58.564Z[ host-image] Dec 21 03:10:57.881 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
86322024-12-21T03:10:58.567Z[ host-image] Dec 21 03:10:57.881 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86332024-12-21T03:10:58.567Z[ host-image] Dec 21 03:10:57.883 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
86342024-12-21T03:10:58.569Z[ host-image] Dec 21 03:10:57.885 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
86352024-12-21T03:10:58.569Z[ host-image] Dec 21 03:10:57.885 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
86362024-12-21T03:10:58.569Z[ host-image] Dec 21 03:10:57.885 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
86372024-12-21T03:10:58.569Z[ host-image] Dec 21 03:10:57.886 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
86382024-12-21T03:10:58.569Z[ host-image] Dec 21 03:10:57.886 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
86392024-12-21T03:10:58.580Z[ host-image] Dec 21 03:10:57.897 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
86402024-12-21T03:10:58.582Z[ host-image] Dec 21 03:10:57.897 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
86412024-12-21T03:10:58.582Z[ host-image] Dec 21 03:10:57.897 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
86422024-12-21T03:10:58.582Z[ host-image] Dec 21 03:10:57.899 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
86432024-12-21T03:10:58.583Z[ host-image] Dec 21 03:10:57.899 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
86442024-12-21T03:10:58.604Z[ host-image] Dec 21 03:10:57.921 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
86452024-12-21T03:10:58.604Z[ host-image] Dec 21 03:10:57.921 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
86462024-12-21T03:10:58.607Z[ host-image] Dec 21 03:10:57.921 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
86472024-12-21T03:10:58.607Z[ host-image] Dec 21 03:10:57.922 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86482024-12-21T03:10:58.607Z[ host-image] Dec 21 03:10:57.922 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86492024-12-21T03:10:58.635Z[ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
86502024-12-21T03:10:58.635Z[ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86512024-12-21T03:10:58.639Z[ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
86522024-12-21T03:10:58.639Z[ host-image] Dec 21 03:10:57.952 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
86532024-12-21T03:10:58.639Z[ host-image] Dec 21 03:10:57.954 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
86542024-12-21T03:10:58.639Z[ host-image] Dec 21 03:10:57.954 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86552024-12-21T03:10:58.639Z[ host-image] Dec 21 03:10:57.954 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86562024-12-21T03:10:58.639Z[ host-image] Dec 21 03:10:57.955 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
86572024-12-21T03:10:58.642Z[ host-image] Dec 21 03:10:57.955 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
86582024-12-21T03:10:58.642Z[ host-image] Dec 21 03:10:57.955 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
86592024-12-21T03:10:58.642Z[ host-image] Dec 21 03:10:57.956 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
86602024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.956 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
86612024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.956 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
86622024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.959 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86632024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.959 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
86642024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.961 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
86652024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.961 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
86662024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.961 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
86672024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
86682024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
86692024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86702024-12-21T03:10:58.645Z[ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86712024-12-21T03:10:58.646Z[ host-image] Dec 21 03:10:57.962 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
86722024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
86732024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86742024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86752024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86762024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86772024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.963 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86782024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.964 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86792024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.965 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86802024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.966 INFO O| tempdir @ "/tmp/.tmpXtjmbR/tmp"
86812024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.966 INFO O| image root @ "/tmp/.tmpXtjmbR/tmp/root"
86822024-12-21T03:10:58.651Z[ host-image] Dec 21 03:10:57.966 INFO O| creating image...
86832024-12-21T03:10:59.188Z[ host-image] Dec 21 03:10:58.505 INFO O| copying publishers...
86842024-12-21T03:11:04.138Z[ recovery-image] Dec 21 03:11:03.454 INFO O| ok, image written!
86852024-12-21T03:11:04.138Z[ recovery-image] Dec 21 03:11:03.455 INFO O| ok, boot_image_csum file written!
86862024-12-21T03:11:04.144Z[ recovery-image] Dec 21 03:11:03.460 INFO creating boot archive (CPIO)...
86872024-12-21T03:11:04.144Z[ recovery-image] Dec 21 03:11:03.460 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
86882024-12-21T03:11:04.153Z[ recovery-image] Dec 21 03:11:03.469 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86892024-12-21T03:11:04.153Z[ recovery-image] Dec 21 03:11:03.469 INFO E| + outfile=/work/os-recovery/cpio
86902024-12-21T03:11:04.153Z[ recovery-image] Dec 21 03:11:03.469 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86912024-12-21T03:11:04.155Z[ recovery-image] Dec 21 03:11:03.472 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86922024-12-21T03:11:04.159Z[ recovery-image] Dec 21 03:11:03.472 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86932024-12-21T03:11:04.191Z[ recovery-image] Dec 21 03:11:03.507 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86942024-12-21T03:11:04.191Z[ recovery-image] Dec 21 03:11:03.507 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86952024-12-21T03:11:04.200Z[ recovery-image] Dec 21 03:11:03.517 INFO creating compressed cpio/unix for nanobl-rs...
86962024-12-21T03:11:04.200Z[ recovery-image] Dec 21 03:11:03.517 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
86972024-12-21T03:11:04.502Z[ recovery-image] Dec 21 03:11:03.818 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86982024-12-21T03:11:08.882Z[ recovery-image] Dec 21 03:11:08.197 INFO creating reset image...
86992024-12-21T03:11:08.882Z[ recovery-image] Dec 21 03:11:08.198 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87002024-12-21T03:11:09.149Z[ recovery-image] Dec 21 03:11:08.464 INFO E| Updating crates.io index
87012024-12-21T03:11:09.251Z[ recovery-image] Dec 21 03:11:08.566 INFO E| Downloading crates ...
87022024-12-21T03:11:09.322Z[ recovery-image] Dec 21 03:11:08.637 INFO E| Downloaded os_pipe v1.2.1
87032024-12-21T03:11:09.327Z[ recovery-image] Dec 21 03:11:08.642 INFO E| Downloaded shared_child v1.0.1
87042024-12-21T03:11:09.330Z[ recovery-image] Dec 21 03:11:08.644 INFO E| Downloaded clap v4.5.17
87052024-12-21T03:11:09.342Z[ recovery-image] Dec 21 03:11:08.657 INFO E| Downloaded duct v0.13.7
87062024-12-21T03:11:09.344Z[ recovery-image] Dec 21 03:11:08.659 INFO E| Downloaded clap_derive v4.5.13
87072024-12-21T03:11:09.363Z[ recovery-image] Dec 21 03:11:08.678 INFO E| Downloaded clap_builder v4.5.17
87082024-12-21T03:11:09.379Z[ recovery-image] Dec 21 03:11:08.694 INFO E| Downloaded syn v2.0.77
87092024-12-21T03:11:09.407Z[ recovery-image] Dec 21 03:11:08.723 INFO E| Downloaded libc v0.2.158
87102024-12-21T03:11:09.490Z[ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling proc-macro2 v1.0.86
87112024-12-21T03:11:09.490Z[ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling unicode-ident v1.0.13
87122024-12-21T03:11:09.493Z[ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling libc v0.2.158
87132024-12-21T03:11:09.493Z[ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling utf8parse v0.2.2
87142024-12-21T03:11:09.493Z[ recovery-image] Dec 21 03:11:08.805 INFO E| Compiling anstyle v1.0.8
87152024-12-21T03:11:09.493Z[ recovery-image] Dec 21 03:11:08.806 INFO E| Compiling colorchoice v1.0.2
87162024-12-21T03:11:09.493Z[ recovery-image] Dec 21 03:11:08.806 INFO E| Compiling is_terminal_polyfill v1.70.1
87172024-12-21T03:11:09.493Z[ recovery-image] Dec 21 03:11:08.806 INFO E| Compiling anstyle-query v1.1.1
87182024-12-21T03:11:09.748Z[ recovery-image] Dec 21 03:11:09.063 INFO E| Compiling anstyle-parse v0.2.5
87192024-12-21T03:11:09.797Z[ recovery-image] Dec 21 03:11:09.112 INFO E| Compiling heck v0.5.0
87202024-12-21T03:11:09.838Z[ recovery-image] Dec 21 03:11:09.152 INFO E| Compiling clap_lex v0.7.2
87212024-12-21T03:11:09.840Z[ recovery-image] Dec 21 03:11:09.152 INFO E| Compiling strsim v0.11.1
87222024-12-21T03:11:09.899Z[ recovery-image] Dec 21 03:11:09.213 INFO E| Compiling once_cell v1.19.0
87232024-12-21T03:11:10.186Z[ recovery-image] Dec 21 03:11:09.502 INFO E| Compiling anstream v0.6.15
87242024-12-21T03:11:10.578Z[ recovery-image] Dec 21 03:11:09.892 INFO E| Compiling clap_builder v4.5.17
87252024-12-21T03:11:10.919Z[ recovery-image] Dec 21 03:11:10.234 INFO E| Compiling shared_child v1.0.1
87262024-12-21T03:11:10.919Z[ recovery-image] Dec 21 03:11:10.234 INFO E| Compiling os_pipe v1.2.1
87272024-12-21T03:11:11.078Z[ recovery-image] Dec 21 03:11:10.394 INFO E| Compiling duct v0.13.7
87282024-12-21T03:11:11.120Z[ recovery-image] Dec 21 03:11:10.435 INFO E| Compiling quote v1.0.37
87292024-12-21T03:11:11.429Z[ recovery-image] Dec 21 03:11:10.742 INFO E| Compiling syn v2.0.77
87302024-12-21T03:11:13.456Z[ host-image] Dec 21 03:11:12.770 INFO O| adding properties...
87312024-12-21T03:11:15.164Z[ host-image] Dec 21 03:11:14.477 INFO O| installing packages...
87322024-12-21T03:11:15.583Z[ recovery-image] Dec 21 03:11:14.897 INFO E| Compiling clap_derive v4.5.13
87332024-12-21T03:11:17.609Z[ recovery-image] Dec 21 03:11:16.923 INFO E| Compiling clap v4.5.17
87342024-12-21T03:11:17.669Z[ recovery-image] Dec 21 03:11:16.984 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87352024-12-21T03:11:18.832Z[ recovery-image] Dec 21 03:11:18.146 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.86s
87362024-12-21T03:11:18.847Z[ recovery-image] Dec 21 03:11:18.161 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87372024-12-21T03:11:19.175Z[ recovery-image] Dec 21 03:11:18.489 INFO E| Updating crates.io index
87382024-12-21T03:11:19.278Z[ recovery-image] Dec 21 03:11:18.592 INFO E| Downloading crates ...
87392024-12-21T03:11:19.352Z[ recovery-image] Dec 21 03:11:18.666 INFO E| Downloaded bit_field v0.10.2
87402024-12-21T03:11:19.355Z[ recovery-image] Dec 21 03:11:18.669 INFO E| Downloaded bitstruct_derive v0.1.0
87412024-12-21T03:11:19.361Z[ recovery-image] Dec 21 03:11:18.676 INFO E| Downloaded cpio_reader v0.1.1
87422024-12-21T03:11:19.364Z[ recovery-image] Dec 21 03:11:18.678 INFO E| Downloaded bitstruct v0.1.1
87432024-12-21T03:11:19.375Z[ recovery-image] Dec 21 03:11:18.689 INFO E| Downloaded seq-macro v0.3.5
87442024-12-21T03:11:19.388Z[ recovery-image] Dec 21 03:11:18.702 INFO E| Downloaded syn v2.0.85
87452024-12-21T03:11:19.402Z[ recovery-image] Dec 21 03:11:18.716 INFO E| Downloaded raw-cpuid v10.7.0
87462024-12-21T03:11:19.573Z[ recovery-image] Dec 21 03:11:18.887 INFO E| Downloaded x86 v0.52.0
87472024-12-21T03:11:19.654Z[ recovery-image] Dec 21 03:11:18.968 INFO E| Updating crates.io index
87482024-12-21T03:11:19.768Z[ recovery-image] Dec 21 03:11:19.081 INFO E| Downloading crates ...
87492024-12-21T03:11:19.880Z[ recovery-image] Dec 21 03:11:19.194 INFO E| Downloaded hashbrown v0.15.0
87502024-12-21T03:11:19.896Z[ recovery-image] Dec 21 03:11:19.210 INFO E| Downloaded compiler_builtins v0.1.134
87512024-12-21T03:11:20.039Z[ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling compiler_builtins v0.1.134
87522024-12-21T03:11:20.039Z[ recovery-image] Dec 21 03:11:19.353 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)
87532024-12-21T03:11:20.046Z[ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling proc-macro2 v1.0.89
87542024-12-21T03:11:20.046Z[ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling unicode-ident v1.0.13
87552024-12-21T03:11:20.046Z[ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling syn v1.0.109
87562024-12-21T03:11:20.046Z[ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling x86 v0.52.0
87572024-12-21T03:11:20.046Z[ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87582024-12-21T03:11:20.046Z[ recovery-image] Dec 21 03:11:19.353 INFO E| Compiling seq-macro v0.3.5
87592024-12-21T03:11:22.698Z[ recovery-image] Dec 21 03:11:22.012 INFO E| Compiling quote v1.0.37
87602024-12-21T03:11:23.267Z[ recovery-image] Dec 21 03:11:22.581 INFO E| Compiling syn v2.0.85
87612024-12-21T03:11:29.173Z[ recovery-image] Dec 21 03:11:28.486 INFO E| Compiling scroll_derive v0.12.0
87622024-12-21T03:11:34.139Z[ recovery-image] Dec 21 03:11:33.450 INFO E| Compiling bitstruct_derive v0.1.0
87632024-12-21T03:11:48.846Z[ host-image] Dec 21 03:11:48.153 INFO O| seeding SMF database...
87642024-12-21T03:11:58.428Z[ recovery-image] Dec 21 03:11:57.737 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)
87652024-12-21T03:12:01.844Z[ recovery-image] Dec 21 03:12:01.152 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)
87662024-12-21T03:12:03.228Z[ host-image] Dec 21 03:12:02.536 INFO O| configuring SMF profile...
87672024-12-21T03:12:03.231Z[ host-image] Dec 21 03:12:02.536 INFO O| modifying shadow(5)...
87682024-12-21T03:12:03.231Z[ host-image] Dec 21 03:12:02.536 INFO O| loading user and group database...
87692024-12-21T03:12:03.231Z[ host-image] Dec 21 03:12:02.536 INFO O| assessing packaged files...
87702024-12-21T03:12:08.132Z[ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling bitflags v1.3.2
87712024-12-21T03:12:08.132Z[ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling bit_field v0.10.2
87722024-12-21T03:12:08.135Z[ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling log v0.4.22
87732024-12-21T03:12:08.135Z[ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling scroll v0.12.0
87742024-12-21T03:12:08.135Z[ recovery-image] Dec 21 03:12:07.439 INFO E| Compiling plain v0.2.3
87752024-12-21T03:12:08.135Z[ recovery-image] Dec 21 03:12:07.440 INFO E| Compiling adler2 v2.0.0
87762024-12-21T03:12:08.135Z[ recovery-image] Dec 21 03:12:07.440 INFO E| Compiling bitstruct v0.1.1
87772024-12-21T03:12:08.291Z[ recovery-image] Dec 21 03:12:07.598 INFO E| Compiling raw-cpuid v10.7.0
87782024-12-21T03:12:08.512Z[ recovery-image] Dec 21 03:12:07.818 INFO E| Compiling miniz_oxide v0.8.0
87792024-12-21T03:12:08.587Z[ recovery-image] Dec 21 03:12:07.894 INFO E| Compiling cpio_reader v0.1.1
87802024-12-21T03:12:08.669Z[ recovery-image] Dec 21 03:12:07.975 INFO E| Compiling static_assertions v1.1.0
87812024-12-21T03:12:09.001Z[ recovery-image] Dec 21 03:12:08.308 INFO E| Compiling goblin v0.8.2
87822024-12-21T03:12:09.258Z[ host-image] Dec 21 03:12:08.565 INFO O| creating archive...
87832024-12-21T03:12:09.360Z[ host-image] Dec 21 03:12:08.666 INFO O| missing from packaging:
87842024-12-21T03:12:09.360Z[ host-image] Dec 21 03:12:08.666 INFO O| "etc/.pwd.lock"
87852024-12-21T03:12:09.364Z[ host-image] Dec 21 03:12:08.666 INFO O| "etc/bash"
87862024-12-21T03:12:09.460Z[ host-image] Dec 21 03:12:08.765 INFO O| "etc/svc/profile/generic.xml"
87872024-12-21T03:12:09.460Z[ host-image] Dec 21 03:12:08.765 INFO O| "etc/svc/profile/inetd_services.xml"
87882024-12-21T03:12:09.463Z[ host-image] Dec 21 03:12:08.765 INFO O| "etc/svc/profile/name_service.xml"
87892024-12-21T03:12:09.463Z[ host-image] Dec 21 03:12:08.766 INFO O| "etc/svc/profile/platform.xml"
87902024-12-21T03:12:09.464Z[ host-image] Dec 21 03:12:08.766 INFO O| "etc/svc/profile/platform_omicron1.xml"
87912024-12-21T03:12:09.464Z[ host-image] Dec 21 03:12:08.766 INFO O| "etc/svc/repository.db"
87922024-12-21T03:12:09.495Z[ host-image] Dec 21 03:12:08.802 INFO O| "opt/ooce/share"
87932024-12-21T03:12:09.495Z[ host-image] Dec 21 03:12:08.802 INFO O| "opt/ooce/share/man"
87942024-12-21T03:12:09.497Z[ host-image] Dec 21 03:12:08.802 INFO O| "opt/ooce/share/man/man1"
87952024-12-21T03:12:09.510Z[ host-image] Dec 21 03:12:08.817 INFO O| finishing archive...
87962024-12-21T03:12:15.073Z[ host-image] Dec 21 03:12:14.378 INFO O| creating gzonly manifest...
87972024-12-21T03:12:15.084Z[ host-image] Dec 21 03:12:14.390 INFO O| ok
87982024-12-21T03:12:15.275Z[ host-image] Dec 21 03:12:14.581 INFO image builder template: ramdisk-02-trim...
87992024-12-21T03:12:15.275Z[ host-image] Dec 21 03:12:14.581 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/.tmpHfUgvJ/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
88002024-12-21T03:12:15.315Z[ host-image] Dec 21 03:12:14.621 INFO O| Dec 21 03:12:14.620 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88012024-12-21T03:12:15.342Z[ host-image] Dec 21 03:12:14.647 INFO O| Dec 21 03:12:14.647 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88022024-12-21T03:12:15.567Z[ host-image] Dec 21 03:12:14.873 INFO O| Dec 21 03:12:14.873 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88032024-12-21T03:12:15.667Z[ host-image] Dec 21 03:12:14.973 INFO O| Dec 21 03:12:14.973 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88042024-12-21T03:12:15.670Z[ host-image] Dec 21 03:12:14.973 INFO O| Dec 21 03:12:14.973 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88052024-12-21T03:12:15.677Z[ host-image] Dec 21 03:12:14.983 INFO O| Dec 21 03:12:14.983 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88062024-12-21T03:12:15.685Z[ host-image] Dec 21 03:12:14.991 INFO O| Dec 21 03:12:14.991 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88072024-12-21T03:12:15.693Z[ host-image] Dec 21 03:12:14.999 INFO O| Dec 21 03:12:14.999 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88082024-12-21T03:12:16.028Z[ host-image] Dec 21 03:12:15.334 INFO O| Dec 21 03:12:15.334 INFO rolled back to input snapshot; work may begin
88092024-12-21T03:12:16.028Z[ host-image] Dec 21 03:12:15.334 INFO O| Dec 21 03:12:15.334 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88102024-12-21T03:12:16.038Z[ host-image] Dec 21 03:12:15.344 INFO O| Dec 21 03:12:15.343 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-12-21T03:12:16.056Z[ host-image] Dec 21 03:12:15.362 INFO O| Dec 21 03:12:15.362 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88122024-12-21T03:12:16.156Z[ host-image] Dec 21 03:12:15.462 INFO O| Dec 21 03:12:15.462 INFO STEP 0 (remove_files) COMPLETE
88132024-12-21T03:12:16.156Z[ host-image] Dec 21 03:12:15.462 INFO O| Dec 21 03:12:15.462 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142024-12-21T03:12:16.175Z[ host-image] Dec 21 03:12:15.481 INFO O| Dec 21 03:12:15.481 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88152024-12-21T03:12:16.178Z[ host-image] Dec 21 03:12:15.484 INFO O| Dec 21 03:12:15.484 INFO STEP 1 (remove_files) COMPLETE
88162024-12-21T03:12:16.178Z[ host-image] Dec 21 03:12:15.484 INFO O| Dec 21 03:12:15.484 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-12-21T03:12:16.197Z[ host-image] Dec 21 03:12:15.503 INFO O| Dec 21 03:12:15.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88182024-12-21T03:12:16.225Z[ host-image] Dec 21 03:12:15.531 INFO O| Dec 21 03:12:15.531 INFO STEP 2 (remove_files) COMPLETE
88192024-12-21T03:12:16.225Z[ host-image] Dec 21 03:12:15.531 INFO O| Dec 21 03:12:15.531 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202024-12-21T03:12:16.252Z[ host-image] Dec 21 03:12:15.557 INFO O| Dec 21 03:12:15.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88212024-12-21T03:12:16.255Z[ host-image] Dec 21 03:12:15.560 INFO O| Dec 21 03:12:15.560 INFO STEP 3 (remove_files) COMPLETE
88222024-12-21T03:12:16.255Z[ host-image] Dec 21 03:12:15.560 INFO O| Dec 21 03:12:15.560 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-12-21T03:12:16.281Z[ host-image] Dec 21 03:12:15.586 INFO O| Dec 21 03:12:15.586 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88242024-12-21T03:12:16.287Z[ host-image] Dec 21 03:12:15.593 INFO O| Dec 21 03:12:15.593 INFO STEP 4 (remove_files) COMPLETE
88252024-12-21T03:12:16.287Z[ host-image] Dec 21 03:12:15.593 INFO O| Dec 21 03:12:15.593 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-12-21T03:12:16.314Z[ host-image] Dec 21 03:12:15.619 INFO O| Dec 21 03:12:15.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88272024-12-21T03:12:16.318Z[ host-image] Dec 21 03:12:15.624 INFO O| Dec 21 03:12:15.624 INFO STEP 5 (remove_files) COMPLETE
88282024-12-21T03:12:16.321Z[ host-image] Dec 21 03:12:15.624 INFO O| Dec 21 03:12:15.624 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-12-21T03:12:16.346Z[ host-image] Dec 21 03:12:15.652 INFO O| Dec 21 03:12:15.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88302024-12-21T03:12:16.361Z[ host-image] Dec 21 03:12:15.667 INFO O| Dec 21 03:12:15.667 INFO STEP 6 (remove_files) COMPLETE
88312024-12-21T03:12:16.364Z[ host-image] Dec 21 03:12:15.668 INFO O| Dec 21 03:12:15.667 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322024-12-21T03:12:16.428Z[ host-image] Dec 21 03:12:15.734 INFO O| Dec 21 03:12:15.734 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88332024-12-21T03:12:16.448Z[ host-image] Dec 21 03:12:15.754 INFO O| Dec 21 03:12:15.754 INFO STEP 7 (remove_files) COMPLETE
88342024-12-21T03:12:16.449Z[ host-image] Dec 21 03:12:15.755 INFO O| Dec 21 03:12:15.754 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-12-21T03:12:16.498Z[ host-image] Dec 21 03:12:15.804 INFO O| Dec 21 03:12:15.803 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88362024-12-21T03:12:16.638Z[ host-image] Dec 21 03:12:15.943 INFO O| Dec 21 03:12:15.943 INFO STEP 8 (remove_files) COMPLETE
88372024-12-21T03:12:16.640Z[ host-image] Dec 21 03:12:15.943 INFO O| Dec 21 03:12:15.943 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-12-21T03:12:16.658Z[ host-image] Dec 21 03:12:15.964 INFO O| Dec 21 03:12:15.964 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88392024-12-21T03:12:16.820Z[ host-image] Dec 21 03:12:16.126 INFO O| Dec 21 03:12:16.125 INFO STEP 9 (remove_files) COMPLETE
88402024-12-21T03:12:16.822Z[ host-image] Dec 21 03:12:16.126 INFO O| Dec 21 03:12:16.126 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-12-21T03:12:16.841Z[ host-image] Dec 21 03:12:16.147 INFO O| Dec 21 03:12:16.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88422024-12-21T03:12:16.847Z[ host-image] Dec 21 03:12:16.153 INFO O| Dec 21 03:12:16.153 INFO STEP 10 (remove_files) COMPLETE
88432024-12-21T03:12:16.847Z[ host-image] Dec 21 03:12:16.153 INFO O| Dec 21 03:12:16.153 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442024-12-21T03:12:16.867Z[ host-image] Dec 21 03:12:16.172 INFO O| Dec 21 03:12:16.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88452024-12-21T03:12:16.870Z[ host-image] Dec 21 03:12:16.174 INFO O| Dec 21 03:12:16.174 INFO STEP 11 (remove_files) COMPLETE
88462024-12-21T03:12:16.870Z[ host-image] Dec 21 03:12:16.175 INFO O| Dec 21 03:12:16.175 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-12-21T03:12:16.910Z[ host-image] Dec 21 03:12:16.216 INFO O| Dec 21 03:12:16.216 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88482024-12-21T03:12:16.913Z[ host-image] Dec 21 03:12:16.218 INFO O| Dec 21 03:12:16.218 INFO STEP 12 (remove_files) COMPLETE
88492024-12-21T03:12:16.913Z[ host-image] Dec 21 03:12:16.218 INFO O| Dec 21 03:12:16.218 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502024-12-21T03:12:16.997Z[ host-image] Dec 21 03:12:16.302 INFO O| Dec 21 03:12:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88512024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88522024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88532024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88542024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.303 INFO O| Dec 21 03:12:16.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88552024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88562024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88572024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88582024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88592024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88602024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.304 INFO O| Dec 21 03:12:16.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88612024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.305 INFO O| Dec 21 03:12:16.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88622024-12-21T03:12:17.000Z[ host-image] Dec 21 03:12:16.305 INFO O| Dec 21 03:12:16.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88632024-12-21T03:12:17.003Z[ host-image] Dec 21 03:12:16.306 INFO O| Dec 21 03:12:16.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88642024-12-21T03:12:17.003Z[ host-image] Dec 21 03:12:16.306 INFO O| Dec 21 03:12:16.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88652024-12-21T03:12:17.003Z[ host-image] Dec 21 03:12:16.307 INFO O| Dec 21 03:12:16.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88662024-12-21T03:12:17.022Z[ host-image] Dec 21 03:12:16.327 INFO O| Dec 21 03:12:16.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88672024-12-21T03:12:17.779Z[ host-image] Dec 21 03:12:17.084 INFO O| Dec 21 03:12:17.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88682024-12-21T03:12:17.805Z[ host-image] Dec 21 03:12:17.110 INFO O| Dec 21 03:12:17.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88692024-12-21T03:12:17.814Z[ host-image] Dec 21 03:12:17.120 INFO O| Dec 21 03:12:17.120 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88702024-12-21T03:12:17.817Z[ host-image] Dec 21 03:12:17.121 INFO O| Dec 21 03:12:17.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88712024-12-21T03:12:17.860Z[ host-image] Dec 21 03:12:17.166 INFO O| Dec 21 03:12:17.165 INFO STEP 13 (remove_files) COMPLETE
88722024-12-21T03:12:17.860Z[ host-image] Dec 21 03:12:17.166 INFO O| Dec 21 03:12:17.165 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-21T03:12:17.879Z[ host-image] Dec 21 03:12:17.185 INFO O| Dec 21 03:12:17.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88742024-12-21T03:12:17.882Z[ host-image] Dec 21 03:12:17.188 INFO O| Dec 21 03:12:17.188 INFO STEP 14 (remove_files) COMPLETE
88752024-12-21T03:12:17.885Z[ host-image] Dec 21 03:12:17.188 INFO O| Dec 21 03:12:17.188 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-21T03:12:17.905Z[ host-image] Dec 21 03:12:17.210 INFO O| Dec 21 03:12:17.210 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88772024-12-21T03:12:17.916Z[ host-image] Dec 21 03:12:17.222 INFO O| Dec 21 03:12:17.222 INFO STEP 15 (remove_files) COMPLETE
88782024-12-21T03:12:17.919Z[ host-image] Dec 21 03:12:17.222 INFO O| Dec 21 03:12:17.222 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-21T03:12:17.936Z[ host-image] Dec 21 03:12:17.242 INFO O| Dec 21 03:12:17.241 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88802024-12-21T03:12:17.939Z[ host-image] Dec 21 03:12:17.242 INFO O| Dec 21 03:12:17.242 INFO STEP 16 (remove_files) COMPLETE
88812024-12-21T03:12:17.939Z[ host-image] Dec 21 03:12:17.243 INFO O| Dec 21 03:12:17.243 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-21T03:12:17.980Z[ host-image] Dec 21 03:12:17.282 INFO O| Dec 21 03:12:17.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88832024-12-21T03:12:17.984Z[ host-image] Dec 21 03:12:17.284 INFO O| Dec 21 03:12:17.284 INFO STEP 17 (remove_files) COMPLETE
88842024-12-21T03:12:17.984Z[ host-image] Dec 21 03:12:17.284 INFO O| Dec 21 03:12:17.284 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-21T03:12:17.997Z[ host-image] Dec 21 03:12:17.303 INFO O| Dec 21 03:12:17.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88862024-12-21T03:12:17.997Z[ host-image] Dec 21 03:12:17.303 INFO O| Dec 21 03:12:17.303 INFO STEP 18 (remove_files) COMPLETE
88872024-12-21T03:12:18.000Z[ host-image] Dec 21 03:12:17.303 INFO O| Dec 21 03:12:17.303 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-21T03:12:18.061Z[ host-image] Dec 21 03:12:17.366 INFO O| Dec 21 03:12:17.366 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88892024-12-21T03:12:18.061Z[ host-image] Dec 21 03:12:17.366 INFO O| Dec 21 03:12:17.366 INFO STEP 19 (remove_files) COMPLETE
88902024-12-21T03:12:18.061Z[ host-image] Dec 21 03:12:17.366 INFO O| Dec 21 03:12:17.366 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-21T03:12:18.081Z[ host-image] Dec 21 03:12:17.386 INFO O| Dec 21 03:12:17.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88922024-12-21T03:12:18.081Z[ host-image] Dec 21 03:12:17.386 INFO O| Dec 21 03:12:17.386 INFO STEP 20 (remove_files) COMPLETE
88932024-12-21T03:12:18.081Z[ host-image] Dec 21 03:12:17.386 INFO O| Dec 21 03:12:17.386 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-21T03:12:18.134Z[ host-image] Dec 21 03:12:17.440 INFO O| Dec 21 03:12:17.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88952024-12-21T03:12:18.134Z[ host-image] Dec 21 03:12:17.440 INFO O| Dec 21 03:12:17.440 INFO STEP 21 (remove_files) COMPLETE
88962024-12-21T03:12:18.134Z[ host-image] Dec 21 03:12:17.440 INFO O| Dec 21 03:12:17.440 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-21T03:12:18.193Z[ host-image] Dec 21 03:12:17.499 INFO O| Dec 21 03:12:17.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88982024-12-21T03:12:18.193Z[ host-image] Dec 21 03:12:17.499 INFO O| Dec 21 03:12:17.499 INFO STEP 22 (remove_files) COMPLETE
88992024-12-21T03:12:18.193Z[ host-image] Dec 21 03:12:17.499 INFO O| Dec 21 03:12:17.499 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-21T03:12:18.255Z[ host-image] Dec 21 03:12:17.560 INFO O| Dec 21 03:12:17.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89012024-12-21T03:12:18.255Z[ host-image] Dec 21 03:12:17.560 INFO O| Dec 21 03:12:17.560 INFO STEP 23 (remove_files) COMPLETE
89022024-12-21T03:12:18.258Z[ host-image] Dec 21 03:12:17.560 INFO O| Dec 21 03:12:17.560 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-21T03:12:18.290Z[ host-image] Dec 21 03:12:17.596 INFO O| Dec 21 03:12:17.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89042024-12-21T03:12:18.290Z[ host-image] Dec 21 03:12:17.596 INFO O| Dec 21 03:12:17.596 INFO STEP 24 (remove_files) COMPLETE
89052024-12-21T03:12:18.293Z[ host-image] Dec 21 03:12:17.596 INFO O| Dec 21 03:12:17.596 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-21T03:12:18.308Z[ host-image] Dec 21 03:12:17.614 INFO O| Dec 21 03:12:17.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89072024-12-21T03:12:18.308Z[ host-image] Dec 21 03:12:17.614 INFO O| Dec 21 03:12:17.614 INFO STEP 25 (remove_files) COMPLETE
89082024-12-21T03:12:18.311Z[ host-image] Dec 21 03:12:17.614 INFO O| Dec 21 03:12:17.614 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-21T03:12:18.331Z[ host-image] Dec 21 03:12:17.636 INFO O| Dec 21 03:12:17.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89102024-12-21T03:12:18.333Z[ host-image] Dec 21 03:12:17.636 INFO O| Dec 21 03:12:17.636 INFO STEP 26 (remove_files) COMPLETE
89112024-12-21T03:12:18.333Z[ host-image] Dec 21 03:12:17.637 INFO O| Dec 21 03:12:17.636 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-21T03:12:18.351Z[ host-image] Dec 21 03:12:17.656 INFO O| Dec 21 03:12:17.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89132024-12-21T03:12:18.353Z[ host-image] Dec 21 03:12:17.656 INFO O| Dec 21 03:12:17.656 INFO STEP 27 (remove_files) COMPLETE
89142024-12-21T03:12:18.353Z[ host-image] Dec 21 03:12:17.657 INFO O| Dec 21 03:12:17.656 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-21T03:12:18.368Z[ host-image] Dec 21 03:12:17.674 INFO O| Dec 21 03:12:17.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89162024-12-21T03:12:18.368Z[ host-image] Dec 21 03:12:17.674 INFO O| Dec 21 03:12:17.674 INFO STEP 28 (remove_files) COMPLETE
89172024-12-21T03:12:18.371Z[ host-image] Dec 21 03:12:17.674 INFO O| Dec 21 03:12:17.674 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-21T03:12:18.386Z[ host-image] Dec 21 03:12:17.692 INFO O| Dec 21 03:12:17.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89192024-12-21T03:12:18.386Z[ host-image] Dec 21 03:12:17.692 INFO O| Dec 21 03:12:17.692 INFO STEP 29 (remove_files) COMPLETE
89202024-12-21T03:12:18.386Z[ host-image] Dec 21 03:12:17.692 INFO O| Dec 21 03:12:17.692 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-21T03:12:18.405Z[ host-image] Dec 21 03:12:17.711 INFO O| Dec 21 03:12:17.711 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89222024-12-21T03:12:18.408Z[ host-image] Dec 21 03:12:17.711 INFO O| Dec 21 03:12:17.711 INFO STEP 30 (remove_files) COMPLETE
89232024-12-21T03:12:18.408Z[ host-image] Dec 21 03:12:17.711 INFO O| Dec 21 03:12:17.711 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-21T03:12:18.423Z[ host-image] Dec 21 03:12:17.729 INFO O| Dec 21 03:12:17.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89252024-12-21T03:12:18.423Z[ host-image] Dec 21 03:12:17.729 INFO O| Dec 21 03:12:17.729 INFO STEP 31 (remove_files) COMPLETE
89262024-12-21T03:12:18.423Z[ host-image] Dec 21 03:12:17.729 INFO O| Dec 21 03:12:17.729 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-21T03:12:18.447Z[ host-image] Dec 21 03:12:17.752 INFO O| Dec 21 03:12:17.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89282024-12-21T03:12:18.447Z[ host-image] Dec 21 03:12:17.752 INFO O| Dec 21 03:12:17.752 INFO STEP 32 (remove_files) COMPLETE
89292024-12-21T03:12:18.449Z[ host-image] Dec 21 03:12:17.752 INFO O| Dec 21 03:12:17.752 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-21T03:12:18.505Z[ host-image] Dec 21 03:12:17.810 INFO O| Dec 21 03:12:17.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89312024-12-21T03:12:18.505Z[ host-image] Dec 21 03:12:17.810 INFO O| Dec 21 03:12:17.810 INFO STEP 33 (remove_files) COMPLETE
89322024-12-21T03:12:18.505Z[ host-image] Dec 21 03:12:17.810 INFO O| Dec 21 03:12:17.810 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-21T03:12:18.563Z[ host-image] Dec 21 03:12:17.868 INFO O| Dec 21 03:12:17.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89342024-12-21T03:12:18.563Z[ host-image] Dec 21 03:12:17.868 INFO O| Dec 21 03:12:17.868 INFO STEP 34 (remove_files) COMPLETE
89352024-12-21T03:12:18.563Z[ host-image] Dec 21 03:12:17.868 INFO O| Dec 21 03:12:17.868 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-21T03:12:18.580Z[ host-image] Dec 21 03:12:17.886 INFO O| Dec 21 03:12:17.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89372024-12-21T03:12:18.581Z[ host-image] Dec 21 03:12:17.886 INFO O| Dec 21 03:12:17.886 INFO STEP 35 (remove_files) COMPLETE
89382024-12-21T03:12:18.581Z[ host-image] Dec 21 03:12:17.886 INFO O| Dec 21 03:12:17.886 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-21T03:12:18.599Z[ host-image] Dec 21 03:12:17.904 INFO O| Dec 21 03:12:17.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89402024-12-21T03:12:18.599Z[ host-image] Dec 21 03:12:17.904 INFO O| Dec 21 03:12:17.904 INFO STEP 36 (remove_files) COMPLETE
89412024-12-21T03:12:18.601Z[ host-image] Dec 21 03:12:17.904 INFO O| Dec 21 03:12:17.904 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-21T03:12:18.617Z[ host-image] Dec 21 03:12:17.923 INFO O| Dec 21 03:12:17.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89432024-12-21T03:12:18.617Z[ host-image] Dec 21 03:12:17.923 INFO O| Dec 21 03:12:17.923 INFO STEP 37 (remove_files) COMPLETE
89442024-12-21T03:12:18.621Z[ host-image] Dec 21 03:12:17.923 INFO O| Dec 21 03:12:17.923 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-21T03:12:18.636Z[ host-image] Dec 21 03:12:17.942 INFO O| Dec 21 03:12:17.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89462024-12-21T03:12:18.636Z[ host-image] Dec 21 03:12:17.942 INFO O| Dec 21 03:12:17.942 INFO STEP 38 (remove_files) COMPLETE
89472024-12-21T03:12:18.639Z[ host-image] Dec 21 03:12:17.942 INFO O| Dec 21 03:12:17.942 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-21T03:12:18.655Z[ host-image] Dec 21 03:12:17.960 INFO O| Dec 21 03:12:17.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89492024-12-21T03:12:18.655Z[ host-image] Dec 21 03:12:17.961 INFO O| Dec 21 03:12:17.961 INFO STEP 39 (remove_files) COMPLETE
89502024-12-21T03:12:18.658Z[ host-image] Dec 21 03:12:17.961 INFO O| Dec 21 03:12:17.961 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-21T03:12:18.673Z[ host-image] Dec 21 03:12:17.979 INFO O| Dec 21 03:12:17.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89522024-12-21T03:12:18.673Z[ host-image] Dec 21 03:12:17.979 INFO O| Dec 21 03:12:17.979 INFO STEP 40 (remove_files) COMPLETE
89532024-12-21T03:12:18.673Z[ host-image] Dec 21 03:12:17.979 INFO O| Dec 21 03:12:17.979 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-21T03:12:18.692Z[ host-image] Dec 21 03:12:17.997 INFO O| Dec 21 03:12:17.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89552024-12-21T03:12:18.692Z[ host-image] Dec 21 03:12:17.997 INFO O| Dec 21 03:12:17.997 INFO STEP 41 (remove_files) COMPLETE
89562024-12-21T03:12:18.692Z[ host-image] Dec 21 03:12:17.997 INFO O| Dec 21 03:12:17.997 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-21T03:12:18.712Z[ host-image] Dec 21 03:12:18.018 INFO O| Dec 21 03:12:18.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89582024-12-21T03:12:18.712Z[ host-image] Dec 21 03:12:18.018 INFO O| Dec 21 03:12:18.018 INFO STEP 42 (remove_files) COMPLETE
89592024-12-21T03:12:18.712Z[ host-image] Dec 21 03:12:18.018 INFO O| Dec 21 03:12:18.018 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-21T03:12:18.731Z[ host-image] Dec 21 03:12:18.036 INFO O| Dec 21 03:12:18.036 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89612024-12-21T03:12:18.731Z[ host-image] Dec 21 03:12:18.037 INFO O| Dec 21 03:12:18.036 INFO STEP 43 (remove_files) COMPLETE
89622024-12-21T03:12:18.734Z[ host-image] Dec 21 03:12:18.037 INFO O| Dec 21 03:12:18.036 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-21T03:12:18.749Z[ host-image] Dec 21 03:12:18.054 INFO O| Dec 21 03:12:18.054 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89642024-12-21T03:12:18.749Z[ host-image] Dec 21 03:12:18.054 INFO O| Dec 21 03:12:18.054 INFO STEP 44 (remove_files) COMPLETE
89652024-12-21T03:12:18.749Z[ host-image] Dec 21 03:12:18.054 INFO O| Dec 21 03:12:18.054 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-21T03:12:18.766Z[ host-image] Dec 21 03:12:18.072 INFO O| Dec 21 03:12:18.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89672024-12-21T03:12:18.766Z[ host-image] Dec 21 03:12:18.072 INFO O| Dec 21 03:12:18.072 INFO STEP 45 (remove_files) COMPLETE
89682024-12-21T03:12:18.766Z[ host-image] Dec 21 03:12:18.072 INFO O| Dec 21 03:12:18.072 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-21T03:12:18.784Z[ host-image] Dec 21 03:12:18.089 INFO O| Dec 21 03:12:18.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89702024-12-21T03:12:18.784Z[ host-image] Dec 21 03:12:18.090 INFO O| Dec 21 03:12:18.089 INFO STEP 46 (remove_files) COMPLETE
89712024-12-21T03:12:18.786Z[ host-image] Dec 21 03:12:18.090 INFO O| Dec 21 03:12:18.090 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-21T03:12:18.802Z[ host-image] Dec 21 03:12:18.107 INFO O| Dec 21 03:12:18.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89732024-12-21T03:12:18.802Z[ host-image] Dec 21 03:12:18.107 INFO O| Dec 21 03:12:18.107 INFO STEP 47 (remove_files) COMPLETE
89742024-12-21T03:12:18.804Z[ host-image] Dec 21 03:12:18.107 INFO O| Dec 21 03:12:18.107 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-21T03:12:18.831Z[ host-image] Dec 21 03:12:18.137 INFO O| Dec 21 03:12:18.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89762024-12-21T03:12:18.831Z[ host-image] Dec 21 03:12:18.137 INFO O| Dec 21 03:12:18.137 INFO STEP 48 (remove_files) COMPLETE
89772024-12-21T03:12:18.831Z[ host-image] Dec 21 03:12:18.137 INFO O| Dec 21 03:12:18.137 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782024-12-21T03:12:18.858Z[ host-image] Dec 21 03:12:18.164 INFO O| Dec 21 03:12:18.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89792024-12-21T03:12:18.858Z[ host-image] Dec 21 03:12:18.164 INFO O| Dec 21 03:12:18.164 INFO STEP 49 (remove_files) COMPLETE
89802024-12-21T03:12:18.858Z[ host-image] Dec 21 03:12:18.164 INFO O| Dec 21 03:12:18.164 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812024-12-21T03:12:18.913Z[ host-image] Dec 21 03:12:18.218 INFO O| Dec 21 03:12:18.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89822024-12-21T03:12:18.916Z[ host-image] Dec 21 03:12:18.218 INFO O| Dec 21 03:12:18.218 INFO STEP 50 (remove_files) COMPLETE
89832024-12-21T03:12:18.916Z[ host-image] Dec 21 03:12:18.219 INFO O| Dec 21 03:12:18.218 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-21T03:12:18.931Z[ host-image] Dec 21 03:12:18.237 INFO O| Dec 21 03:12:18.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89852024-12-21T03:12:18.934Z[ host-image] Dec 21 03:12:18.237 INFO O| Dec 21 03:12:18.237 INFO STEP 51 (remove_files) COMPLETE
89862024-12-21T03:12:18.934Z[ host-image] Dec 21 03:12:18.237 INFO O| Dec 21 03:12:18.237 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872024-12-21T03:12:18.948Z[ host-image] Dec 21 03:12:18.254 INFO O| Dec 21 03:12:18.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89882024-12-21T03:12:18.948Z[ host-image] Dec 21 03:12:18.254 INFO O| Dec 21 03:12:18.254 INFO STEP 52 (remove_files) COMPLETE
89892024-12-21T03:12:18.952Z[ host-image] Dec 21 03:12:18.254 INFO O| Dec 21 03:12:18.254 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-21T03:12:18.964Z[ host-image] Dec 21 03:12:18.269 INFO O| Dec 21 03:12:18.269 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89912024-12-21T03:12:18.966Z[ host-image] Dec 21 03:12:18.269 INFO O| Dec 21 03:12:18.269 INFO STEP 53 (remove_files) COMPLETE
89922024-12-21T03:12:18.966Z[ host-image] Dec 21 03:12:18.269 INFO O| Dec 21 03:12:18.269 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-21T03:12:18.979Z[ host-image] Dec 21 03:12:18.284 INFO O| Dec 21 03:12:18.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89942024-12-21T03:12:18.979Z[ host-image] Dec 21 03:12:18.284 INFO O| Dec 21 03:12:18.284 INFO STEP 54 (remove_files) COMPLETE
89952024-12-21T03:12:18.982Z[ host-image] Dec 21 03:12:18.284 INFO O| Dec 21 03:12:18.284 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-21T03:12:18.993Z[ host-image] Dec 21 03:12:18.299 INFO O| Dec 21 03:12:18.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89972024-12-21T03:12:18.993Z[ host-image] Dec 21 03:12:18.299 INFO O| Dec 21 03:12:18.299 INFO STEP 55 (remove_files) COMPLETE
89982024-12-21T03:12:18.996Z[ host-image] Dec 21 03:12:18.299 INFO O| Dec 21 03:12:18.299 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-21T03:12:19.007Z[ host-image] Dec 21 03:12:18.313 INFO O| Dec 21 03:12:18.313 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90002024-12-21T03:12:19.007Z[ host-image] Dec 21 03:12:18.313 INFO O| Dec 21 03:12:18.313 INFO STEP 56 (remove_files) COMPLETE
90012024-12-21T03:12:19.007Z[ host-image] Dec 21 03:12:18.313 INFO O| Dec 21 03:12:18.313 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022024-12-21T03:12:19.022Z[ host-image] Dec 21 03:12:18.327 INFO O| Dec 21 03:12:18.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90032024-12-21T03:12:19.022Z[ host-image] Dec 21 03:12:18.327 INFO O| Dec 21 03:12:18.327 INFO STEP 57 (remove_files) COMPLETE
90042024-12-21T03:12:19.022Z[ host-image] Dec 21 03:12:18.327 INFO O| Dec 21 03:12:18.327 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052024-12-21T03:12:19.036Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90062024-12-21T03:12:19.036Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90072024-12-21T03:12:19.037Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90082024-12-21T03:12:19.041Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90092024-12-21T03:12:19.041Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90102024-12-21T03:12:19.041Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90112024-12-21T03:12:19.041Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO ok!
90122024-12-21T03:12:19.041Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO STEP 58 (ensure_file) COMPLETE
90132024-12-21T03:12:19.041Z[ host-image] Dec 21 03:12:18.342 INFO O| Dec 21 03:12:18.342 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142024-12-21T03:12:19.071Z[ host-image] Dec 21 03:12:18.376 INFO O| Dec 21 03:12:18.376 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90152024-12-21T03:12:19.071Z[ host-image] Dec 21 03:12:18.376 INFO O| Dec 21 03:12:18.376 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90162024-12-21T03:12:19.074Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90172024-12-21T03:12:19.074Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90182024-12-21T03:12:19.074Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90192024-12-21T03:12:19.074Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90202024-12-21T03:12:19.074Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO ok!
90212024-12-21T03:12:19.074Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO STEP 59 (ensure_file) COMPLETE
90222024-12-21T03:12:19.075Z[ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-21T03:12:19.125Z[ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90242024-12-21T03:12:19.125Z[ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90252024-12-21T03:12:19.128Z[ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90262024-12-21T03:12:19.128Z[ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO ok!
90272024-12-21T03:12:19.128Z[ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO STEP 60 (ensure_file) COMPLETE
90282024-12-21T03:12:19.128Z[ host-image] Dec 21 03:12:18.431 INFO O| Dec 21 03:12:18.431 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-21T03:12:19.143Z[ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90302024-12-21T03:12:19.143Z[ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90312024-12-21T03:12:19.143Z[ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90322024-12-21T03:12:19.143Z[ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO ok!
90332024-12-21T03:12:19.143Z[ host-image] Dec 21 03:12:18.448 INFO O| Dec 21 03:12:18.448 INFO STEP 61 (ensure_file) COMPLETE
90342024-12-21T03:12:19.145Z[ host-image] Dec 21 03:12:18.449 INFO O| Dec 21 03:12:18.448 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352024-12-21T03:12:19.160Z[ host-image] Dec 21 03:12:18.465 INFO O| Dec 21 03:12:18.465 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90362024-12-21T03:12:19.160Z[ host-image] Dec 21 03:12:18.465 INFO O| Dec 21 03:12:18.465 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90372024-12-21T03:12:19.162Z[ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90382024-12-21T03:12:19.162Z[ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90392024-12-21T03:12:19.162Z[ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO ok!
90402024-12-21T03:12:19.162Z[ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO STEP 62 (ensure_file) COMPLETE
90412024-12-21T03:12:19.163Z[ host-image] Dec 21 03:12:18.466 INFO O| Dec 21 03:12:18.466 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90422024-12-21T03:12:19.181Z[ host-image] Dec 21 03:12:18.486 INFO O| Dec 21 03:12:18.486 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90432024-12-21T03:12:19.181Z[ host-image] Dec 21 03:12:18.486 INFO O| Dec 21 03:12:18.486 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90442024-12-21T03:12:19.183Z[ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90452024-12-21T03:12:19.183Z[ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90462024-12-21T03:12:19.184Z[ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO ok!
90472024-12-21T03:12:19.184Z[ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO STEP 63 (ensure_file) COMPLETE
90482024-12-21T03:12:19.184Z[ host-image] Dec 21 03:12:18.487 INFO O| Dec 21 03:12:18.487 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90492024-12-21T03:12:19.214Z[ host-image] Dec 21 03:12:18.519 INFO O| Dec 21 03:12:18.519 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90502024-12-21T03:12:19.214Z[ host-image] Dec 21 03:12:18.519 INFO O| Dec 21 03:12:18.519 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90512024-12-21T03:12:19.217Z[ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90522024-12-21T03:12:19.217Z[ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.519 INFO ok!
90532024-12-21T03:12:19.217Z[ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 64 (assemble_files) COMPLETE
90542024-12-21T03:12:19.217Z[ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552024-12-21T03:12:19.263Z[ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90562024-12-21T03:12:19.266Z[ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90572024-12-21T03:12:19.267Z[ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90582024-12-21T03:12:19.267Z[ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90592024-12-21T03:12:19.267Z[ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO ok!
90602024-12-21T03:12:19.267Z[ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO STEP 65 (ensure_file) COMPLETE
90612024-12-21T03:12:19.267Z[ host-image] Dec 21 03:12:18.568 INFO O| Dec 21 03:12:18.568 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622024-12-21T03:12:19.301Z[ host-image] Dec 21 03:12:18.606 INFO O| Dec 21 03:12:18.606 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90632024-12-21T03:12:19.304Z[ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.606 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90642024-12-21T03:12:19.304Z[ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.607 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90652024-12-21T03:12:19.304Z[ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.607 INFO STEP 66 (ensure_dir) COMPLETE
90662024-12-21T03:12:19.304Z[ host-image] Dec 21 03:12:18.607 INFO O| Dec 21 03:12:18.607 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90672024-12-21T03:12:19.425Z[ host-image] Dec 21 03:12:18.730 INFO O| Dec 21 03:12:18.730 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90682024-12-21T03:12:19.425Z[ host-image] Dec 21 03:12:18.730 INFO O| Dec 21 03:12:18.730 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 ...
90692024-12-21T03:12:19.435Z[ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.740 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
90702024-12-21T03:12:19.435Z[ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90712024-12-21T03:12:19.439Z[ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO ok!
90722024-12-21T03:12:19.439Z[ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO STEP 67 (ensure_file) COMPLETE
90732024-12-21T03:12:19.439Z[ host-image] Dec 21 03:12:18.741 INFO O| Dec 21 03:12:18.741 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90742024-12-21T03:12:19.465Z[ host-image] Dec 21 03:12:18.770 INFO O| Dec 21 03:12:18.770 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90752024-12-21T03:12:19.465Z[ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.770 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 ...
90762024-12-21T03:12:19.467Z[ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 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
90772024-12-21T03:12:19.467Z[ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90782024-12-21T03:12:19.467Z[ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 INFO ok!
90792024-12-21T03:12:19.467Z[ host-image] Dec 21 03:12:18.771 INFO O| Dec 21 03:12:18.771 INFO STEP 68 (ensure_file) COMPLETE
90802024-12-21T03:12:19.467Z[ host-image] Dec 21 03:12:18.772 INFO O| Dec 21 03:12:18.771 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90812024-12-21T03:12:19.494Z[ host-image] Dec 21 03:12:18.799 INFO O| Dec 21 03:12:18.799 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90822024-12-21T03:12:19.496Z[ host-image] Dec 21 03:12:18.799 INFO O| Dec 21 03:12:18.799 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90832024-12-21T03:12:20.987Z[ recovery-image] Dec 21 03:12:20.292 INFO E| Finished `release` profile [optimized] target(s) in 1m 02s
90842024-12-21T03:12:21.038Z[ recovery-image] Dec 21 03:12:20.343 INFO building host image...
90852024-12-21T03:12:21.041Z[ recovery-image] Dec 21 03:12:20.344 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")
90862024-12-21T03:12:21.881Z[ recovery-image] Dec 21 03:12:21.186 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90872024-12-21T03:12:23.517Z[ host-image] Dec 21 03:12:22.820 INFO O| Dec 21 03:12:22.820 INFO STEP 69 (pack_tar) COMPLETE
90882024-12-21T03:12:23.519Z[ host-image] Dec 21 03:12:22.820 INFO O| Dec 21 03:12:22.820 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90892024-12-21T03:12:23.519Z[ host-image] Dec 21 03:12:22.820 INFO O| Dec 21 03:12:22.820 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90902024-12-21T03:12:24.066Z[ host-image] Dec 21 03:12:23.371 INFO O| Dec 21 03:12:23.371 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90912024-12-21T03:12:24.165Z[ host-image] Dec 21 03:12:23.469 INFO O| Dec 21 03:12:23.469 INFO completed processing gimlet/ramdisk-02-trim
90922024-12-21T03:12:24.168Z[ host-image] Dec 21 03:12:23.472 INFO image builder template: zfs...
90932024-12-21T03:12:24.168Z[ host-image] Dec 21 03:12:23.472 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/.tmpHfUgvJ/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
90942024-12-21T03:12:24.187Z[ host-image] Dec 21 03:12:23.492 INFO O| Dec 21 03:12:23.491 INFO skip include "stress" because feature "stress" is not enabled
90952024-12-21T03:12:24.237Z[ host-image] Dec 21 03:12:23.541 INFO O| Dec 21 03:12:23.541 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90962024-12-21T03:12:24.245Z[ recovery-image] Dec 21 03:12:23.549 INFO image complete! materials are in "/work/os-recovery"
90972024-12-21T03:12:24.250Z[ host-image] Dec 21 03:12:23.552 INFO O| Dec 21 03:12:23.552 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90982024-12-21T03:12:24.256ZDec 21 03:12:23.554[ recovery-image]
90992024-12-21T03:12:24.256Z INFO [recovery-image] process exited with exit status: 0 (729.54162603s)
91002024-12-21T03:12:24.256Z[ recovery-image] real 12:09.519877968
91012024-12-21T03:12:24.256Z[ recovery-image] user 6:22.307396522
91022024-12-21T03:12:24.256Z[ recovery-image] sys 1:02.398219634
91032024-12-21T03:12:24.256Z[ recovery-image] trap 0.275672287
91042024-12-21T03:12:24.256Z[ recovery-image] tflt 0.924098473
91052024-12-21T03:12:24.256Z[ recovery-image] dflt 1.798034945
91062024-12-21T03:12:24.256Z[ recovery-image] kflt 0.000070859
91072024-12-21T03:12:24.256Z[ recovery-image] lock 26:21.386217811
91082024-12-21T03:12:24.256Z[ recovery-image] slp 1:15:06.922468752
91092024-12-21T03:12:24.256Z[ recovery-image] lat 3:37.598539207
91102024-12-21T03:12:24.256Z[ recovery-image] stop 9.771505454
91112024-12-21T03:12:24.346Z[ host-image] Dec 21 03:12:23.651 INFO O| Dec 21 03:12:23.651 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91122024-12-21T03:12:24.417Z[ host-image] Dec 21 03:12:23.722 INFO O| Dec 21 03:12:23.722 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91132024-12-21T03:12:24.417Z[ host-image] Dec 21 03:12:23.722 INFO O| Dec 21 03:12:23.722 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91142024-12-21T03:12:24.426Z[ host-image] Dec 21 03:12:23.731 INFO O| Dec 21 03:12:23.731 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91152024-12-21T03:12:24.518Z[ host-image] Dec 21 03:12:23.823 INFO O| Dec 21 03:12:23.823 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91162024-12-21T03:12:24.601Z[ host-image] Dec 21 03:12:23.906 INFO O| Dec 21 03:12:23.905 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91172024-12-21T03:12:24.618Z[ host-image] Dec 21 03:12:23.923 INFO O| Dec 21 03:12:23.923 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91182024-12-21T03:12:24.631Z[ host-image] Dec 21 03:12:23.935 INFO O| Dec 21 03:12:23.935 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91192024-12-21T03:12:24.631Z[ host-image] Dec 21 03:12:23.936 INFO O| Dec 21 03:12:23.935 INFO no lofi found
91202024-12-21T03:12:24.633Z[ host-image] Dec 21 03:12:23.936 INFO O| Dec 21 03:12:23.936 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91212024-12-21T03:12:24.633Z[ host-image] Dec 21 03:12:23.936 INFO O| Dec 21 03:12:23.936 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91222024-12-21T03:12:26.706Z[ host-image] Dec 21 03:12:26.010 INFO O| Dec 21 03:12:26.010 INFO lofi device = /dev/dsk/c2t1d0p0
91232024-12-21T03:12:26.709Z[ host-image] Dec 21 03:12:26.010 INFO O| Dec 21 03:12:26.010 INFO pool device = /dev/dsk/c2t1d0p0
91242024-12-21T03:12:26.709Z[ host-image] Dec 21 03:12:26.010 INFO O| Dec 21 03:12:26.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91252024-12-21T03:12:26.867Z[ host-image] Dec 21 03:12:26.171 INFO O| Dec 21 03:12:26.171 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91262024-12-21T03:12:26.867Z[ host-image] Dec 21 03:12:26.171 INFO O| Dec 21 03:12:26.171 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91272024-12-21T03:12:26.902Z[ host-image] Dec 21 03:12:26.206 INFO O| Dec 21 03:12:26.206 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91282024-12-21T03:12:27.004Z[ host-image] Dec 21 03:12:26.308 INFO O| Dec 21 03:12:26.308 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91292024-12-21T03:12:27.062Z[ host-image] Dec 21 03:12:26.367 INFO O| Dec 21 03:12:26.366 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91302024-12-21T03:12:27.091Z[ host-image] Dec 21 03:12:26.395 INFO O| Dec 21 03:12:26.395 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91312024-12-21T03:12:27.111Z[ host-image] Dec 21 03:12:26.415 INFO O| Dec 21 03:12:26.415 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91322024-12-21T03:12:27.189Z[ host-image] Dec 21 03:12:26.493 INFO O| Dec 21 03:12:26.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91332024-12-21T03:12:27.191Z[ host-image] Dec 21 03:12:26.493 INFO O| Dec 21 03:12:26.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91342024-12-21T03:12:27.201Z[ host-image] Dec 21 03:12:26.505 INFO O| Dec 21 03:12:26.493 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91352024-12-21T03:12:27.220Z[ host-image] Dec 21 03:12:26.524 INFO O| Dec 21 03:12:26.524 INFO boot environment UUID: 73070db8-8ff2-47ad-8906-6883078f4122
91362024-12-21T03:12:27.220Z[ host-image] Dec 21 03:12:26.525 INFO O| Dec 21 03:12:26.524 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 73070db8-8ff2-47ad-8906-6883078f4122
91372024-12-21T03:12:27.242Z[ host-image] Dec 21 03:12:26.546 INFO O| Dec 21 03:12:26.546 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91382024-12-21T03:12:27.272Z[ host-image] Dec 21 03:12:26.576 INFO O| Dec 21 03:12:26.576 INFO STEP 0 (create_be) COMPLETE
91392024-12-21T03:12:27.272Z[ host-image] Dec 21 03:12:26.576 INFO O| Dec 21 03:12:26.576 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91402024-12-21T03:12:27.303Z[ host-image] Dec 21 03:12:26.607 INFO O| Dec 21 03:12:26.607 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91412024-12-21T03:12:50.818Z[ host-image] Dec 21 03:12:50.119 INFO O| Dec 21 03:12:50.119 INFO STEP 1 (unpack_tar) COMPLETE
91422024-12-21T03:12:50.818Z[ host-image] Dec 21 03:12:50.119 INFO O| Dec 21 03:12:50.119 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91432024-12-21T03:12:50.841Z[ host-image] Dec 21 03:12:50.142 INFO O| Dec 21 03:12:50.142 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91442024-12-21T03:12:52.094Z[ host-image] Dec 21 03:12:51.394 INFO O| Dec 21 03:12:51.394 INFO STEP 2 (devfsadm) COMPLETE
91452024-12-21T03:12:52.094Z[ host-image] Dec 21 03:12:51.394 INFO O| Dec 21 03:12:51.394 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91462024-12-21T03:12:52.112Z[ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91472024-12-21T03:12:52.114Z[ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91482024-12-21T03:12:52.114Z[ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO STEP 3 (ensure_dir) COMPLETE
91492024-12-21T03:12:52.114Z[ host-image] Dec 21 03:12:51.412 INFO O| Dec 21 03:12:51.412 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91502024-12-21T03:12:52.128Z[ host-image] Dec 21 03:12:51.429 INFO O| Dec 21 03:12:51.429 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91512024-12-21T03:12:52.128Z[ host-image] Dec 21 03:12:51.429 INFO O| Dec 21 03:12:51.429 INFO STEP 4 (ensure_dir) COMPLETE
91522024-12-21T03:12:52.131Z[ host-image] Dec 21 03:12:51.429 INFO O| Dec 21 03:12:51.429 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91532024-12-21T03:12:52.160Z[ host-image] Dec 21 03:12:51.460 INFO O| Dec 21 03:12:51.460 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91542024-12-21T03:12:52.160Z[ host-image] Dec 21 03:12:51.460 INFO O| Dec 21 03:12:51.460 INFO STEP 5 (ensure_dir) COMPLETE
91552024-12-21T03:12:52.160Z[ host-image] Dec 21 03:12:51.460 INFO O| Dec 21 03:12:51.460 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91562024-12-21T03:12:52.181Z[ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91572024-12-21T03:12:52.181Z[ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91582024-12-21T03:12:52.181Z[ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO STEP 6 (ensure_dir) COMPLETE
91592024-12-21T03:12:52.181Z[ host-image] Dec 21 03:12:51.481 INFO O| Dec 21 03:12:51.481 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91602024-12-21T03:12:52.199Z[ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91612024-12-21T03:12:52.199Z[ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91622024-12-21T03:12:52.199Z[ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO STEP 7 (ensure_dir) COMPLETE
91632024-12-21T03:12:52.202Z[ host-image] Dec 21 03:12:51.500 INFO O| Dec 21 03:12:51.500 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91642024-12-21T03:12:52.218Z[ host-image] Dec 21 03:12:51.519 INFO O| Dec 21 03:12:51.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91652024-12-21T03:12:52.221Z[ host-image] Dec 21 03:12:51.519 INFO O| Dec 21 03:12:51.519 INFO STEP 8 (remove_files) COMPLETE
91662024-12-21T03:12:52.221Z[ host-image] Dec 21 03:12:51.519 INFO O| Dec 21 03:12:51.519 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91672024-12-21T03:12:52.237Z[ host-image] Dec 21 03:12:51.537 INFO O| Dec 21 03:12:51.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91682024-12-21T03:12:52.239Z[ host-image] Dec 21 03:12:51.538 INFO O| Dec 21 03:12:51.538 INFO STEP 9 (remove_files) COMPLETE
91692024-12-21T03:12:52.239Z[ host-image] Dec 21 03:12:51.539 INFO O| Dec 21 03:12:51.538 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91702024-12-21T03:12:52.255Z[ host-image] Dec 21 03:12:51.555 INFO O| Dec 21 03:12:51.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91712024-12-21T03:12:52.258Z[ host-image] Dec 21 03:12:51.556 INFO O| Dec 21 03:12:51.556 INFO STEP 10 (remove_files) COMPLETE
91722024-12-21T03:12:52.258Z[ host-image] Dec 21 03:12:51.556 INFO O| Dec 21 03:12:51.556 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91732024-12-21T03:12:52.273Z[ host-image] Dec 21 03:12:51.574 INFO O| Dec 21 03:12:51.574 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91742024-12-21T03:12:52.273Z[ host-image] Dec 21 03:12:51.574 INFO O| Dec 21 03:12:51.574 INFO STEP 11 (remove_files) COMPLETE
91752024-12-21T03:12:52.273Z[ host-image] Dec 21 03:12:51.574 INFO O| Dec 21 03:12:51.574 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91762024-12-21T03:12:52.293Z[ host-image] Dec 21 03:12:51.591 INFO O| Dec 21 03:12:51.591 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91772024-12-21T03:12:52.293Z[ host-image] Dec 21 03:12:51.591 INFO O| Dec 21 03:12:51.591 INFO STEP 12 (remove_files) COMPLETE
91782024-12-21T03:12:52.293Z[ host-image] Dec 21 03:12:51.591 INFO O| Dec 21 03:12:51.591 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91792024-12-21T03:12:52.308Z[ host-image] Dec 21 03:12:51.608 INFO O| Dec 21 03:12:51.608 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91802024-12-21T03:12:52.308Z[ host-image] Dec 21 03:12:51.608 INFO O| Dec 21 03:12:51.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91812024-12-21T03:12:52.308Z[ host-image] Dec 21 03:12:51.609 INFO O| Dec 21 03:12:51.608 INFO STEP 13 (ensure_dir) COMPLETE
91822024-12-21T03:12:52.308Z[ host-image] Dec 21 03:12:51.609 INFO O| Dec 21 03:12:51.608 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91832024-12-21T03:12:52.365Z[ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91842024-12-21T03:12:52.365Z[ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91852024-12-21T03:12:52.368Z[ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91862024-12-21T03:12:52.368Z[ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO STEP 14 (ensure_dir) COMPLETE
91872024-12-21T03:12:52.369Z[ host-image] Dec 21 03:12:51.666 INFO O| Dec 21 03:12:51.666 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91882024-12-21T03:12:52.383Z[ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91892024-12-21T03:12:52.384Z[ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91902024-12-21T03:12:52.384Z[ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91912024-12-21T03:12:52.388Z[ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO STEP 15 (ensure_dir) COMPLETE
91922024-12-21T03:12:52.388Z[ host-image] Dec 21 03:12:51.684 INFO O| Dec 21 03:12:51.684 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91932024-12-21T03:12:52.402Z[ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91942024-12-21T03:12:52.402Z[ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91952024-12-21T03:12:52.402Z[ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO STEP 16 (ensure_dir) COMPLETE
91962024-12-21T03:12:52.402Z[ host-image] Dec 21 03:12:51.702 INFO O| Dec 21 03:12:51.702 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91972024-12-21T03:12:52.419Z[ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91982024-12-21T03:12:52.419Z[ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91992024-12-21T03:12:52.419Z[ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO STEP 17 (ensure_dir) COMPLETE
92002024-12-21T03:12:52.419Z[ host-image] Dec 21 03:12:51.720 INFO O| Dec 21 03:12:51.720 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92012024-12-21T03:12:52.438Z[ host-image] Dec 21 03:12:51.738 INFO O| Dec 21 03:12:51.738 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92022024-12-21T03:12:52.438Z[ host-image] Dec 21 03:12:51.738 INFO O| Dec 21 03:12:51.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92032024-12-21T03:12:52.438Z[ host-image] Dec 21 03:12:51.738 INFO O| Dec 21 03:12:51.738 INFO ok!
92042024-12-21T03:12:52.440Z[ host-image] Dec 21 03:12:51.739 INFO O| Dec 21 03:12:51.738 INFO STEP 18 (ensure_symlink) COMPLETE
92052024-12-21T03:12:52.440Z[ host-image] Dec 21 03:12:51.739 INFO O| Dec 21 03:12:51.738 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92062024-12-21T03:12:52.457Z[ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92072024-12-21T03:12:52.457Z[ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92082024-12-21T03:12:52.457Z[ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO ok!
92092024-12-21T03:12:52.459Z[ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO STEP 19 (ensure_file) COMPLETE
92102024-12-21T03:12:52.459Z[ host-image] Dec 21 03:12:51.757 INFO O| Dec 21 03:12:51.757 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92112024-12-21T03:12:52.480Z[ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92122024-12-21T03:12:52.480Z[ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92132024-12-21T03:12:52.480Z[ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92142024-12-21T03:12:52.482Z[ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO ok!
92152024-12-21T03:12:52.483Z[ host-image] Dec 21 03:12:51.780 INFO O| Dec 21 03:12:51.780 INFO STEP 20 (ensure_symlink) COMPLETE
92162024-12-21T03:12:52.483Z[ host-image] Dec 21 03:12:51.781 INFO O| Dec 21 03:12:51.780 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92172024-12-21T03:12:52.496Z[ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92182024-12-21T03:12:52.496Z[ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92192024-12-21T03:12:52.499Z[ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92202024-12-21T03:12:52.499Z[ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO ok!
92212024-12-21T03:12:52.499Z[ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO STEP 21 (ensure_symlink) COMPLETE
92222024-12-21T03:12:52.499Z[ host-image] Dec 21 03:12:51.797 INFO O| Dec 21 03:12:51.797 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92232024-12-21T03:12:52.512Z[ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92242024-12-21T03:12:52.512Z[ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92252024-12-21T03:12:52.512Z[ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92262024-12-21T03:12:52.514Z[ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO ok!
92272024-12-21T03:12:52.514Z[ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO STEP 22 (ensure_symlink) COMPLETE
92282024-12-21T03:12:52.514Z[ host-image] Dec 21 03:12:51.812 INFO O| Dec 21 03:12:51.812 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92292024-12-21T03:12:52.528Z[ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92302024-12-21T03:12:52.529Z[ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92312024-12-21T03:12:52.531Z[ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92322024-12-21T03:12:52.532Z[ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO ok!
92332024-12-21T03:12:52.532Z[ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO STEP 23 (ensure_symlink) COMPLETE
92342024-12-21T03:12:52.532Z[ host-image] Dec 21 03:12:51.829 INFO O| Dec 21 03:12:51.829 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92352024-12-21T03:12:52.547Z[ host-image] Dec 21 03:12:51.847 INFO O| Dec 21 03:12:51.847 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92362024-12-21T03:12:52.550Z[ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.847 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92372024-12-21T03:12:52.550Z[ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92382024-12-21T03:12:52.550Z[ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO ok!
92392024-12-21T03:12:52.550Z[ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO STEP 24 (ensure_file) COMPLETE
92402024-12-21T03:12:52.550Z[ host-image] Dec 21 03:12:51.848 INFO O| Dec 21 03:12:51.848 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92412024-12-21T03:12:52.581Z[ host-image] Dec 21 03:12:51.881 INFO O| Dec 21 03:12:51.881 INFO updating shadow file
92422024-12-21T03:12:52.585Z[ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92432024-12-21T03:12:52.585Z[ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92442024-12-21T03:12:52.585Z[ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO STEP 25 (shadow) COMPLETE
92452024-12-21T03:12:52.585Z[ host-image] Dec 21 03:12:51.882 INFO O| Dec 21 03:12:51.882 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92462024-12-21T03:12:52.598Z[ host-image] Dec 21 03:12:51.899 INFO O| Dec 21 03:12:51.899 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92472024-12-21T03:12:52.599Z[ host-image] Dec 21 03:12:51.899 INFO O| Dec 21 03:12:51.899 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92482024-12-21T03:12:52.601Z[ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92492024-12-21T03:12:52.601Z[ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO ok!
92502024-12-21T03:12:52.601Z[ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO STEP 26 (ensure_file) COMPLETE
92512024-12-21T03:12:52.601Z[ host-image] Dec 21 03:12:51.900 INFO O| Dec 21 03:12:51.900 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92522024-12-21T03:12:52.615Z[ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92532024-12-21T03:12:52.615Z[ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92542024-12-21T03:12:52.617Z[ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92552024-12-21T03:12:52.617Z[ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO ok!
92562024-12-21T03:12:52.617Z[ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO STEP 27 (ensure_file) COMPLETE
92572024-12-21T03:12:52.617Z[ host-image] Dec 21 03:12:51.916 INFO O| Dec 21 03:12:51.916 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92582024-12-21T03:12:52.632Z[ host-image] Dec 21 03:12:51.932 INFO O| Dec 21 03:12:51.932 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92592024-12-21T03:12:52.635Z[ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.932 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92602024-12-21T03:12:52.635Z[ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92612024-12-21T03:12:52.635Z[ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92622024-12-21T03:12:52.635Z[ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO ok!
92632024-12-21T03:12:52.636Z[ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO STEP 28 (ensure_file) COMPLETE
92642024-12-21T03:12:52.636Z[ host-image] Dec 21 03:12:51.933 INFO O| Dec 21 03:12:51.933 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92652024-12-21T03:12:52.652Z[ host-image] Dec 21 03:12:51.951 INFO O| Dec 21 03:12:51.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92662024-12-21T03:12:52.652Z[ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92672024-12-21T03:12:52.654Z[ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92682024-12-21T03:12:52.655Z[ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO ok!
92692024-12-21T03:12:52.655Z[ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO STEP 29 (ensure_file) COMPLETE
92702024-12-21T03:12:52.655Z[ host-image] Dec 21 03:12:51.952 INFO O| Dec 21 03:12:51.952 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92712024-12-21T03:12:52.756Z[ host-image] Dec 21 03:12:52.056 INFO O| Dec 21 03:12:52.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92722024-12-21T03:12:52.756Z[ host-image] Dec 21 03:12:52.056 INFO O| Dec 21 03:12:52.056 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92732024-12-21T03:12:52.758Z[ host-image] Dec 21 03:12:52.056 INFO O| Dec 21 03:12:52.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92742024-12-21T03:12:52.758Z[ host-image] Dec 21 03:12:52.057 INFO O| Dec 21 03:12:52.057 INFO ok!
92752024-12-21T03:12:52.758Z[ host-image] Dec 21 03:12:52.057 INFO O| Dec 21 03:12:52.057 INFO STEP 30 (ensure_file) COMPLETE
92762024-12-21T03:12:52.758Z[ host-image] Dec 21 03:12:52.057 INFO O| Dec 21 03:12:52.057 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92772024-12-21T03:12:52.777Z[ host-image] Dec 21 03:12:52.078 INFO O| Dec 21 03:12:52.078 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92782024-12-21T03:12:52.777Z[ host-image] Dec 21 03:12:52.078 INFO O| Dec 21 03:12:52.078 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92792024-12-21T03:12:52.781Z[ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.078 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92802024-12-21T03:12:52.781Z[ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92812024-12-21T03:12:52.781Z[ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO ok!
92822024-12-21T03:12:52.781Z[ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO STEP 31 (ensure_file) COMPLETE
92832024-12-21T03:12:52.781Z[ host-image] Dec 21 03:12:52.079 INFO O| Dec 21 03:12:52.079 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92842024-12-21T03:12:52.798Z[ host-image] Dec 21 03:12:52.099 INFO O| Dec 21 03:12:52.099 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92852024-12-21T03:12:52.801Z[ host-image] Dec 21 03:12:52.099 INFO O| Dec 21 03:12:52.099 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92862024-12-21T03:12:52.801Z[ host-image] Dec 21 03:12:52.099 INFO O| Dec 21 03:12:52.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92872024-12-21T03:12:52.801Z[ host-image] Dec 21 03:12:52.100 INFO O| Dec 21 03:12:52.099 INFO ok!
92882024-12-21T03:12:52.801Z[ host-image] Dec 21 03:12:52.100 INFO O| Dec 21 03:12:52.100 INFO STEP 32 (ensure_file) COMPLETE
92892024-12-21T03:12:52.801Z[ host-image] Dec 21 03:12:52.100 INFO O| Dec 21 03:12:52.100 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-21T03:12:52.820Z[ host-image] Dec 21 03:12:52.120 INFO O| Dec 21 03:12:52.120 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92912024-12-21T03:12:52.820Z[ host-image] Dec 21 03:12:52.120 INFO O| Dec 21 03:12:52.120 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92922024-12-21T03:12:52.823Z[ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92932024-12-21T03:12:52.823Z[ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO ok!
92942024-12-21T03:12:52.823Z[ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO STEP 33 (ensure_file) COMPLETE
92952024-12-21T03:12:52.823Z[ host-image] Dec 21 03:12:52.121 INFO O| Dec 21 03:12:52.121 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92962024-12-21T03:12:52.840Z[ host-image] Dec 21 03:12:52.140 INFO O| Dec 21 03:12:52.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92972024-12-21T03:12:52.842Z[ host-image] Dec 21 03:12:52.140 INFO O| Dec 21 03:12:52.140 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92982024-12-21T03:12:52.842Z[ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92992024-12-21T03:12:52.842Z[ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93002024-12-21T03:12:52.842Z[ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93012024-12-21T03:12:52.842Z[ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93022024-12-21T03:12:52.843Z[ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO ok!
93032024-12-21T03:12:52.843Z[ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO STEP 34 (ensure_file) COMPLETE
93042024-12-21T03:12:52.843Z[ host-image] Dec 21 03:12:52.141 INFO O| Dec 21 03:12:52.141 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93052024-12-21T03:12:52.875Z[ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93062024-12-21T03:12:52.878Z[ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93072024-12-21T03:12:52.878Z[ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93082024-12-21T03:12:52.878Z[ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO STEP 35 (ensure_dir) COMPLETE
93092024-12-21T03:12:52.879Z[ host-image] Dec 21 03:12:52.176 INFO O| Dec 21 03:12:52.176 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93102024-12-21T03:12:52.920Z[ host-image] Dec 21 03:12:52.219 INFO O| Dec 21 03:12:52.219 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
93112024-12-21T03:12:52.920Z[ host-image] Dec 21 03:12:52.219 INFO O| Dec 21 03:12:52.219 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 ...
93122024-12-21T03:12:52.922Z[ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.219 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
93132024-12-21T03:12:52.922Z[ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 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
93142024-12-21T03:12:52.922Z[ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 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
93152024-12-21T03:12:52.922Z[ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 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
93162024-12-21T03:12:52.923Z[ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 INFO ok!
93172024-12-21T03:12:52.923Z[ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 INFO STEP 36 (ensure_file) COMPLETE
93182024-12-21T03:12:52.923Z[ host-image] Dec 21 03:12:52.220 INFO O| Dec 21 03:12:52.220 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93192024-12-21T03:12:52.979Z[ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93202024-12-21T03:12:52.979Z[ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 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 ...
93212024-12-21T03:12:52.979Z[ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93222024-12-21T03:12:52.979Z[ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO ok!
93232024-12-21T03:12:52.981Z[ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO STEP 37 (ensure_symlink) COMPLETE
93242024-12-21T03:12:52.982Z[ host-image] Dec 21 03:12:52.279 INFO O| Dec 21 03:12:52.279 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93252024-12-21T03:12:52.997Z[ host-image] Dec 21 03:12:52.297 INFO O| Dec 21 03:12:52.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93262024-12-21T03:12:52.997Z[ host-image] Dec 21 03:12:52.297 INFO O| Dec 21 03:12:52.297 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93272024-12-21T03:12:52.997Z[ host-image] Dec 21 03:12:52.297 INFO O| Dec 21 03:12:52.297 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93282024-12-21T03:12:52.999Z[ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.297 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93292024-12-21T03:12:52.999Z[ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93302024-12-21T03:12:52.999Z[ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93312024-12-21T03:12:52.999Z[ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO ok!
93322024-12-21T03:12:52.999Z[ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO STEP 38 (ensure_file) COMPLETE
93332024-12-21T03:12:52.999Z[ host-image] Dec 21 03:12:52.298 INFO O| Dec 21 03:12:52.298 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93342024-12-21T03:12:53.016Z[ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93352024-12-21T03:12:53.016Z[ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 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 ...
93362024-12-21T03:12:53.020Z[ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 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
93372024-12-21T03:12:53.020Z[ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93382024-12-21T03:12:53.020Z[ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO ok!
93392024-12-21T03:12:53.020Z[ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO STEP 39 (ensure_file) COMPLETE
93402024-12-21T03:12:53.020Z[ host-image] Dec 21 03:12:52.317 INFO O| Dec 21 03:12:52.317 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93412024-12-21T03:12:53.035Z[ host-image] Dec 21 03:12:52.335 INFO O| Dec 21 03:12:52.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93422024-12-21T03:12:53.035Z[ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.335 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93432024-12-21T03:12:53.038Z[ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93442024-12-21T03:12:53.038Z[ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO ok!
93452024-12-21T03:12:53.038Z[ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO STEP 40 (ensure_file) COMPLETE
93462024-12-21T03:12:53.038Z[ host-image] Dec 21 03:12:52.336 INFO O| Dec 21 03:12:52.336 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93472024-12-21T03:12:53.054Z[ host-image] Dec 21 03:12:52.354 INFO O| Dec 21 03:12:52.354 INFO updating shadow file
93482024-12-21T03:12:53.057Z[ host-image] Dec 21 03:12:52.355 INFO O| Dec 21 03:12:52.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93492024-12-21T03:12:53.057Z[ host-image] Dec 21 03:12:52.355 INFO O| Dec 21 03:12:52.355 INFO STEP 41 (shadow) COMPLETE
93502024-12-21T03:12:53.057Z[ host-image] Dec 21 03:12:52.355 INFO O| Dec 21 03:12:52.355 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93512024-12-21T03:12:53.073Z[ host-image] Dec 21 03:12:52.373 INFO O| Dec 21 03:12:52.373 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93522024-12-21T03:12:53.073Z[ host-image] Dec 21 03:12:52.373 INFO O| Dec 21 03:12:52.373 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93532024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93542024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93552024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO ok!
93562024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 42 (ensure_file) COMPLETE
93572024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93582024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO skip step because feature "mfg" is not enabled
93592024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93602024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO skip step because feature "mfg" is not enabled
93612024-12-21T03:12:53.076Z[ host-image] Dec 21 03:12:52.374 INFO O| Dec 21 03:12:52.374 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93622024-12-21T03:12:53.116Z[ host-image] Dec 21 03:12:52.416 INFO O| Dec 21 03:12:52.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93632024-12-21T03:12:53.116Z[ host-image] Dec 21 03:12:52.416 INFO O| Dec 21 03:12:52.416 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93642024-12-21T03:12:53.971Z[ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93652024-12-21T03:12:53.971Z[ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93662024-12-21T03:12:53.971Z[ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO ok!
93672024-12-21T03:12:53.974Z[ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO STEP 45 (ensure_file) COMPLETE
93682024-12-21T03:12:53.974Z[ host-image] Dec 21 03:12:53.271 INFO O| Dec 21 03:12:53.271 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93692024-12-21T03:12:53.988Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93702024-12-21T03:12:53.989Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93712024-12-21T03:12:53.992Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93722024-12-21T03:12:53.992Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93732024-12-21T03:12:53.992Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93742024-12-21T03:12:53.992Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93752024-12-21T03:12:53.992Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO ok!
93762024-12-21T03:12:53.992Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO STEP 46 (ensure_file) COMPLETE
93772024-12-21T03:12:53.992Z[ host-image] Dec 21 03:12:53.289 INFO O| Dec 21 03:12:53.289 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93782024-12-21T03:12:54.006Z[ host-image] Dec 21 03:12:53.306 INFO O| Dec 21 03:12:53.306 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93792024-12-21T03:12:54.006Z[ host-image] Dec 21 03:12:53.306 INFO O| Dec 21 03:12:53.306 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 ...
93802024-12-21T03:12:54.006Z[ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.306 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
93812024-12-21T03:12:54.009Z[ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93822024-12-21T03:12:54.009Z[ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO ok!
93832024-12-21T03:12:54.009Z[ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO STEP 47 (ensure_file) COMPLETE
93842024-12-21T03:12:54.009Z[ host-image] Dec 21 03:12:53.307 INFO O| Dec 21 03:12:53.307 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93852024-12-21T03:12:54.044Z[ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93862024-12-21T03:12:54.045Z[ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93872024-12-21T03:12:54.047Z[ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93882024-12-21T03:12:54.047Z[ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93892024-12-21T03:12:54.047Z[ host-image] Dec 21 03:12:53.345 INFO O| Dec 21 03:12:53.345 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93902024-12-21T03:12:54.047Z[ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93912024-12-21T03:12:54.047Z[ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO ok!
93922024-12-21T03:12:54.047Z[ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO STEP 48 (ensure_file) COMPLETE
93932024-12-21T03:12:54.047Z[ host-image] Dec 21 03:12:53.346 INFO O| Dec 21 03:12:53.346 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93942024-12-21T03:12:54.065Z[ host-image] Dec 21 03:12:53.365 INFO O| Dec 21 03:12:53.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93952024-12-21T03:12:54.065Z[ host-image] Dec 21 03:12:53.365 INFO O| Dec 21 03:12:53.365 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 ...
93962024-12-21T03:12:54.068Z[ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 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
93972024-12-21T03:12:54.068Z[ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93982024-12-21T03:12:54.068Z[ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO ok!
93992024-12-21T03:12:54.068Z[ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO STEP 49 (ensure_file) COMPLETE
94002024-12-21T03:12:54.068Z[ host-image] Dec 21 03:12:53.366 INFO O| Dec 21 03:12:53.366 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94012024-12-21T03:12:54.085Z[ host-image] Dec 21 03:12:53.385 INFO O| Dec 21 03:12:53.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94022024-12-21T03:12:54.085Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94032024-12-21T03:12:54.088Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94042024-12-21T03:12:54.088Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94052024-12-21T03:12:54.088Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94062024-12-21T03:12:54.088Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94072024-12-21T03:12:54.088Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO ok!
94082024-12-21T03:12:54.088Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO STEP 50 (ensure_file) COMPLETE
94092024-12-21T03:12:54.088Z[ host-image] Dec 21 03:12:53.386 INFO O| Dec 21 03:12:53.386 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94102024-12-21T03:12:54.106Z[ host-image] Dec 21 03:12:53.406 INFO O| Dec 21 03:12:53.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94112024-12-21T03:12:54.106Z[ host-image] Dec 21 03:12:53.406 INFO O| Dec 21 03:12:53.406 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 ...
94122024-12-21T03:12:54.108Z[ host-image] Dec 21 03:12:53.406 INFO O| Dec 21 03:12:53.406 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
94132024-12-21T03:12:54.108Z[ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94142024-12-21T03:12:54.108Z[ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO ok!
94152024-12-21T03:12:54.108Z[ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO STEP 51 (ensure_file) COMPLETE
94162024-12-21T03:12:54.108Z[ host-image] Dec 21 03:12:53.407 INFO O| Dec 21 03:12:53.407 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94172024-12-21T03:12:54.127Z[ host-image] Dec 21 03:12:53.427 INFO O| Dec 21 03:12:53.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94182024-12-21T03:12:54.127Z[ host-image] Dec 21 03:12:53.427 INFO O| Dec 21 03:12:53.427 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 ...
94192024-12-21T03:12:54.129Z[ host-image] Dec 21 03:12:53.427 INFO O| Dec 21 03:12:53.427 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
94202024-12-21T03:12:54.129Z[ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94212024-12-21T03:12:54.129Z[ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO ok!
94222024-12-21T03:12:54.129Z[ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO STEP 52 (ensure_file) COMPLETE
94232024-12-21T03:12:54.129Z[ host-image] Dec 21 03:12:53.428 INFO O| Dec 21 03:12:53.428 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94242024-12-21T03:12:54.161Z[ host-image] Dec 21 03:12:53.461 INFO O| Dec 21 03:12:53.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94252024-12-21T03:12:54.161Z[ host-image] Dec 21 03:12:53.461 INFO O| Dec 21 03:12:53.461 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 ...
94262024-12-21T03:12:54.163Z[ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 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
94272024-12-21T03:12:54.164Z[ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94282024-12-21T03:12:54.164Z[ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO ok!
94292024-12-21T03:12:54.164Z[ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO STEP 53 (ensure_file) COMPLETE
94302024-12-21T03:12:54.164Z[ host-image] Dec 21 03:12:53.462 INFO O| Dec 21 03:12:53.462 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312024-12-21T03:12:54.182Z[ host-image] Dec 21 03:12:53.483 INFO O| Dec 21 03:12:53.482 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94322024-12-21T03:12:54.182Z[ host-image] Dec 21 03:12:53.483 INFO O| Dec 21 03:12:53.483 INFO STEP 54 (ensure_dir) COMPLETE
94332024-12-21T03:12:54.185Z[ host-image] Dec 21 03:12:53.483 INFO O| Dec 21 03:12:53.483 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-12-21T03:12:54.203Z[ host-image] Dec 21 03:12:53.503 INFO O| Dec 21 03:12:53.503 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94352024-12-21T03:12:54.203Z[ host-image] Dec 21 03:12:53.504 INFO O| Dec 21 03:12:53.504 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94362024-12-21T03:12:54.206Z[ host-image] Dec 21 03:12:53.504 INFO O| Dec 21 03:12:53.504 INFO STEP 55 (ensure_dir) COMPLETE
94372024-12-21T03:12:54.206Z[ host-image] Dec 21 03:12:53.504 INFO O| Dec 21 03:12:53.504 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-21T03:12:54.223Z[ host-image] Dec 21 03:12:53.523 INFO O| Dec 21 03:12:53.523 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94392024-12-21T03:12:54.226Z[ host-image] Dec 21 03:12:53.524 INFO O| Dec 21 03:12:53.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94402024-12-21T03:12:54.226Z[ host-image] Dec 21 03:12:53.524 INFO O| Dec 21 03:12:53.524 INFO STEP 56 (ensure_dir) COMPLETE
94412024-12-21T03:12:54.226Z[ host-image] Dec 21 03:12:53.524 INFO O| Dec 21 03:12:53.524 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-12-21T03:12:54.243Z[ host-image] Dec 21 03:12:53.543 INFO O| Dec 21 03:12:53.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94432024-12-21T03:12:54.243Z[ host-image] Dec 21 03:12:53.543 INFO O| Dec 21 03:12:53.543 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94442024-12-21T03:12:54.273Z[ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94452024-12-21T03:12:54.273Z[ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO ok!
94462024-12-21T03:12:54.273Z[ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO STEP 57 (ensure_file) COMPLETE
94472024-12-21T03:12:54.276Z[ host-image] Dec 21 03:12:53.573 INFO O| Dec 21 03:12:53.573 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-12-21T03:12:54.310Z[ host-image] Dec 21 03:12:53.610 INFO O| Dec 21 03:12:53.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94492024-12-21T03:12:54.310Z[ host-image] Dec 21 03:12:53.610 INFO O| Dec 21 03:12:53.610 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94502024-12-21T03:12:55.852Z[ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94512024-12-21T03:12:55.852Z[ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO ok!
94522024-12-21T03:12:55.855Z[ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO STEP 58 (ensure_file) COMPLETE
94532024-12-21T03:12:55.855Z[ host-image] Dec 21 03:12:55.151 INFO O| Dec 21 03:12:55.151 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-21T03:12:55.877Z[ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94552024-12-21T03:12:55.877Z[ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94562024-12-21T03:12:55.877Z[ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO STEP 59 (ensure_dir) COMPLETE
94572024-12-21T03:12:55.880Z[ host-image] Dec 21 03:12:55.177 INFO O| Dec 21 03:12:55.177 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-12-21T03:12:55.927Z[ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94592024-12-21T03:12:55.927Z[ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO copying /tmp/.tmpHfUgvJ/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 ...
94602024-12-21T03:12:55.929Z[ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94612024-12-21T03:12:55.929Z[ host-image] Dec 21 03:12:55.227 INFO O| Dec 21 03:12:55.227 INFO ok!
94622024-12-21T03:12:55.930Z[ host-image] Dec 21 03:12:55.228 INFO O| Dec 21 03:12:55.227 INFO STEP 60 (ensure_file) COMPLETE
94632024-12-21T03:12:55.930Z[ host-image] Dec 21 03:12:55.228 INFO O| Dec 21 03:12:55.228 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-12-21T03:12:55.947Z[ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94652024-12-21T03:12:55.947Z[ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO copying /tmp/.tmpHfUgvJ/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 ...
94662024-12-21T03:12:55.950Z[ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94672024-12-21T03:12:55.950Z[ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO ok!
94682024-12-21T03:12:55.950Z[ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO STEP 61 (ensure_file) COMPLETE
94692024-12-21T03:12:55.950Z[ host-image] Dec 21 03:12:55.248 INFO O| Dec 21 03:12:55.248 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-12-21T03:12:55.965Z[ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94712024-12-21T03:12:55.968Z[ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94722024-12-21T03:12:55.968Z[ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO STEP 62 (ensure_dir) COMPLETE
94732024-12-21T03:12:55.968Z[ host-image] Dec 21 03:12:55.266 INFO O| Dec 21 03:12:55.266 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-12-21T03:12:55.986Z[ host-image] Dec 21 03:12:55.285 INFO O| Dec 21 03:12:55.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94752024-12-21T03:12:55.986Z[ host-image] Dec 21 03:12:55.285 INFO O| Dec 21 03:12:55.285 INFO copying /tmp/.tmpHfUgvJ/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 ...
94762024-12-21T03:12:55.986Z[ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94772024-12-21T03:12:55.986Z[ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.286 INFO ok!
94782024-12-21T03:12:55.986Z[ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.286 INFO STEP 63 (ensure_file) COMPLETE
94792024-12-21T03:12:55.986Z[ host-image] Dec 21 03:12:55.286 INFO O| Dec 21 03:12:55.286 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-12-21T03:12:56.006Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94812024-12-21T03:12:56.006Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO copying /tmp/.tmpHfUgvJ/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 ...
94822024-12-21T03:12:56.006Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94832024-12-21T03:12:56.006Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ok!
94842024-12-21T03:12:56.006Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 64 (ensure_file) COMPLETE
94852024-12-21T03:12:56.006Z[ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-12-21T03:12:56.028Z[ host-image] Dec 21 03:12:55.328 INFO O| Dec 21 03:12:55.328 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94872024-12-21T03:12:56.031Z[ host-image] Dec 21 03:12:55.329 INFO O| Dec 21 03:12:55.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94882024-12-21T03:12:56.031Z[ host-image] Dec 21 03:12:55.329 INFO O| Dec 21 03:12:55.329 INFO STEP 65 (ensure_dir) COMPLETE
94892024-12-21T03:12:56.031Z[ host-image] Dec 21 03:12:55.329 INFO O| Dec 21 03:12:55.329 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-12-21T03:12:56.048Z[ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94912024-12-21T03:12:56.048Z[ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.348 INFO copying /tmp/.tmpHfUgvJ/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 ...
94922024-12-21T03:12:56.051Z[ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94932024-12-21T03:12:56.051Z[ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO ok!
94942024-12-21T03:12:56.051Z[ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO STEP 66 (ensure_file) COMPLETE
94952024-12-21T03:12:56.051Z[ host-image] Dec 21 03:12:55.349 INFO O| Dec 21 03:12:55.349 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-21T03:12:56.067Z[ host-image] Dec 21 03:12:55.366 INFO O| Dec 21 03:12:55.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94972024-12-21T03:12:56.067Z[ host-image] Dec 21 03:12:55.366 INFO O| Dec 21 03:12:55.366 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94982024-12-21T03:12:56.067Z[ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94992024-12-21T03:12:56.067Z[ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.367 INFO ok!
95002024-12-21T03:12:56.067Z[ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.367 INFO STEP 67 (ensure_file) COMPLETE
95012024-12-21T03:12:56.067Z[ host-image] Dec 21 03:12:55.367 INFO O| Dec 21 03:12:55.367 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-21T03:12:56.103Z[ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95032024-12-21T03:12:56.103Z[ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95042024-12-21T03:12:56.103Z[ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO STEP 68 (ensure_dir) COMPLETE
95052024-12-21T03:12:56.103Z[ host-image] Dec 21 03:12:55.402 INFO O| Dec 21 03:12:55.402 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-21T03:12:56.119Z[ host-image] Dec 21 03:12:55.419 INFO O| Dec 21 03:12:55.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95072024-12-21T03:12:56.119Z[ host-image] Dec 21 03:12:55.419 INFO O| Dec 21 03:12:55.419 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95082024-12-21T03:12:57.551Z[ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95092024-12-21T03:12:57.551Z[ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO ok!
95102024-12-21T03:12:57.553Z[ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO STEP 69 (ensure_file) COMPLETE
95112024-12-21T03:12:57.553Z[ host-image] Dec 21 03:12:56.850 INFO O| Dec 21 03:12:56.850 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-21T03:12:57.568Z[ host-image] Dec 21 03:12:56.868 INFO O| Dec 21 03:12:56.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95132024-12-21T03:12:57.568Z[ host-image] Dec 21 03:12:56.868 INFO O| Dec 21 03:12:56.868 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95142024-12-21T03:12:59.640Z[ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95152024-12-21T03:12:59.640Z[ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO ok!
95162024-12-21T03:12:59.643Z[ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO STEP 70 (ensure_file) COMPLETE
95172024-12-21T03:12:59.643Z[ host-image] Dec 21 03:12:58.939 INFO O| Dec 21 03:12:58.939 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-21T03:12:59.659Z[ host-image] Dec 21 03:12:58.958 INFO O| Dec 21 03:12:58.958 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95192024-12-21T03:12:59.659Z[ host-image] Dec 21 03:12:58.958 INFO O| Dec 21 03:12:58.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95202024-12-21T03:12:59.659Z[ host-image] Dec 21 03:12:58.958 INFO O| Dec 21 03:12:58.958 INFO STEP 71 (ensure_dir) COMPLETE
95212024-12-21T03:12:59.661Z[ host-image] Dec 21 03:12:58.959 INFO O| Dec 21 03:12:58.958 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-21T03:12:59.690Z[ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95232024-12-21T03:12:59.690Z[ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO copying /tmp/.tmpHfUgvJ/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 ...
95242024-12-21T03:12:59.693Z[ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95252024-12-21T03:12:59.693Z[ host-image] Dec 21 03:12:58.990 INFO O| Dec 21 03:12:58.990 INFO ok!
95262024-12-21T03:12:59.693Z[ host-image] Dec 21 03:12:58.991 INFO O| Dec 21 03:12:58.990 INFO STEP 72 (ensure_file) COMPLETE
95272024-12-21T03:12:59.693Z[ host-image] Dec 21 03:12:58.991 INFO O| Dec 21 03:12:58.991 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-21T03:12:59.711Z[ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95292024-12-21T03:12:59.711Z[ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO copying /tmp/.tmpHfUgvJ/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 ...
95302024-12-21T03:12:59.714Z[ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95312024-12-21T03:12:59.714Z[ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO ok!
95322024-12-21T03:12:59.714Z[ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO STEP 73 (ensure_file) COMPLETE
95332024-12-21T03:12:59.714Z[ host-image] Dec 21 03:12:59.011 INFO O| Dec 21 03:12:59.011 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-12-21T03:12:59.733Z[ host-image] Dec 21 03:12:59.032 INFO O| Dec 21 03:12:59.032 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95352024-12-21T03:12:59.733Z[ host-image] Dec 21 03:12:59.032 INFO O| Dec 21 03:12:59.032 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95362024-12-21T03:12:59.735Z[ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95372024-12-21T03:12:59.735Z[ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO ok!
95382024-12-21T03:12:59.735Z[ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO STEP 74 (ensure_file) COMPLETE
95392024-12-21T03:12:59.735Z[ host-image] Dec 21 03:12:59.033 INFO O| Dec 21 03:12:59.033 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-12-21T03:12:59.755Z[ host-image] Dec 21 03:12:59.054 INFO O| Dec 21 03:12:59.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95412024-12-21T03:12:59.755Z[ host-image] Dec 21 03:12:59.054 INFO O| Dec 21 03:12:59.054 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95422024-12-21T03:12:59.758Z[ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95432024-12-21T03:12:59.758Z[ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO ok!
95442024-12-21T03:12:59.758Z[ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO STEP 75 (ensure_file) COMPLETE
95452024-12-21T03:12:59.759Z[ host-image] Dec 21 03:12:59.055 INFO O| Dec 21 03:12:59.055 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-12-21T03:12:59.777Z[ host-image] Dec 21 03:12:59.076 INFO O| Dec 21 03:12:59.076 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95472024-12-21T03:12:59.779Z[ host-image] Dec 21 03:12:59.077 INFO O| Dec 21 03:12:59.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95482024-12-21T03:12:59.779Z[ host-image] Dec 21 03:12:59.077 INFO O| Dec 21 03:12:59.077 INFO STEP 76 (ensure_dir) COMPLETE
95492024-12-21T03:12:59.779Z[ host-image] Dec 21 03:12:59.077 INFO O| Dec 21 03:12:59.077 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-21T03:12:59.797Z[ host-image] Dec 21 03:12:59.097 INFO O| Dec 21 03:12:59.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95512024-12-21T03:12:59.798Z[ host-image] Dec 21 03:12:59.097 INFO O| Dec 21 03:12:59.097 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95522024-12-21T03:12:59.802Z[ host-image] Dec 21 03:12:59.101 INFO O| Dec 21 03:12:59.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95532024-12-21T03:12:59.802Z[ host-image] Dec 21 03:12:59.102 INFO O| Dec 21 03:12:59.102 INFO ok!
95542024-12-21T03:12:59.804Z[ host-image] Dec 21 03:12:59.102 INFO O| Dec 21 03:12:59.102 INFO STEP 77 (ensure_file) COMPLETE
95552024-12-21T03:12:59.804Z[ host-image] Dec 21 03:12:59.102 INFO O| Dec 21 03:12:59.102 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-12-21T03:12:59.823Z[ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95572024-12-21T03:12:59.823Z[ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95582024-12-21T03:12:59.823Z[ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95592024-12-21T03:12:59.826Z[ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO ok!
95602024-12-21T03:12:59.826Z[ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO STEP 78 (ensure_file) COMPLETE
95612024-12-21T03:12:59.826Z[ host-image] Dec 21 03:12:59.123 INFO O| Dec 21 03:12:59.123 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622024-12-21T03:12:59.843Z[ host-image] Dec 21 03:12:59.143 INFO O| Dec 21 03:12:59.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95632024-12-21T03:12:59.843Z[ host-image] Dec 21 03:12:59.143 INFO O| Dec 21 03:12:59.143 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95642024-12-21T03:13:01.661Z[ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95652024-12-21T03:13:01.661Z[ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO ok!
95662024-12-21T03:13:01.664Z[ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO STEP 79 (ensure_file) COMPLETE
95672024-12-21T03:13:01.664Z[ host-image] Dec 21 03:13:00.960 INFO O| Dec 21 03:13:00.960 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-12-21T03:13:01.690Z[ host-image] Dec 21 03:13:00.989 INFO O| Dec 21 03:13:00.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95692024-12-21T03:13:01.690Z[ host-image] Dec 21 03:13:00.989 INFO O| Dec 21 03:13:00.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95702024-12-21T03:13:01.693Z[ host-image] Dec 21 03:13:00.989 INFO O| Dec 21 03:13:00.989 INFO STEP 80 (ensure_dir) COMPLETE
95712024-12-21T03:13:01.693Z[ host-image] Dec 21 03:13:00.990 INFO O| Dec 21 03:13:00.990 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-21T03:13:01.735Z[ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95732024-12-21T03:13:01.735Z[ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95742024-12-21T03:13:01.735Z[ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO STEP 81 (ensure_dir) COMPLETE
95752024-12-21T03:13:01.737Z[ host-image] Dec 21 03:13:01.034 INFO O| Dec 21 03:13:01.034 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-21T03:13:01.772Z[ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95772024-12-21T03:13:01.772Z[ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95782024-12-21T03:13:01.772Z[ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO STEP 82 (ensure_dir) COMPLETE
95792024-12-21T03:13:01.772Z[ host-image] Dec 21 03:13:01.071 INFO O| Dec 21 03:13:01.071 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-12-21T03:13:01.791Z[ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95812024-12-21T03:13:01.791Z[ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95822024-12-21T03:13:01.791Z[ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO STEP 83 (ensure_dir) COMPLETE
95832024-12-21T03:13:01.791Z[ host-image] Dec 21 03:13:01.090 INFO O| Dec 21 03:13:01.090 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-12-21T03:13:01.810Z[ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95852024-12-21T03:13:01.810Z[ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95862024-12-21T03:13:01.810Z[ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO STEP 84 (ensure_dir) COMPLETE
95872024-12-21T03:13:01.813Z[ host-image] Dec 21 03:13:01.110 INFO O| Dec 21 03:13:01.110 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-21T03:13:01.829Z[ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95892024-12-21T03:13:01.829Z[ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO copying /tmp/.tmpHfUgvJ/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 ...
95902024-12-21T03:13:01.831Z[ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95912024-12-21T03:13:01.831Z[ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO ok!
95922024-12-21T03:13:01.833Z[ host-image] Dec 21 03:13:01.128 INFO O| Dec 21 03:13:01.128 INFO STEP 85 (ensure_file) COMPLETE
95932024-12-21T03:13:01.833Z[ host-image] Dec 21 03:13:01.129 INFO O| Dec 21 03:13:01.128 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-21T03:13:01.860Z[ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95952024-12-21T03:13:01.860Z[ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95962024-12-21T03:13:01.860Z[ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO STEP 86 (ensure_dir) COMPLETE
95972024-12-21T03:13:01.863Z[ host-image] Dec 21 03:13:01.159 INFO O| Dec 21 03:13:01.159 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-21T03:13:01.911Z[ host-image] Dec 21 03:13:01.210 INFO O| Dec 21 03:13:01.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95992024-12-21T03:13:01.911Z[ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96002024-12-21T03:13:01.914Z[ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96012024-12-21T03:13:01.914Z[ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO ok!
96022024-12-21T03:13:01.914Z[ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO STEP 87 (ensure_file) COMPLETE
96032024-12-21T03:13:01.914Z[ host-image] Dec 21 03:13:01.211 INFO O| Dec 21 03:13:01.211 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-21T03:13:01.938Z[ host-image] Dec 21 03:13:01.238 INFO O| Dec 21 03:13:01.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96052024-12-21T03:13:01.938Z[ host-image] Dec 21 03:13:01.238 INFO O| Dec 21 03:13:01.238 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96062024-12-21T03:13:02.522Z[ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96072024-12-21T03:13:02.523Z[ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO ok!
96082024-12-21T03:13:02.523Z[ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO STEP 88 (ensure_file) COMPLETE
96092024-12-21T03:13:02.523Z[ host-image] Dec 21 03:13:01.821 INFO O| Dec 21 03:13:01.821 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-21T03:13:02.578Z[ host-image] Dec 21 03:13:01.877 INFO O| Dec 21 03:13:01.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96112024-12-21T03:13:02.578Z[ host-image] Dec 21 03:13:01.877 INFO O| Dec 21 03:13:01.877 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96122024-12-21T03:13:03.294Z[ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96132024-12-21T03:13:03.294Z[ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO ok!
96142024-12-21T03:13:03.295Z[ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO STEP 89 (ensure_file) COMPLETE
96152024-12-21T03:13:03.298Z[ host-image] Dec 21 03:13:02.593 INFO O| Dec 21 03:13:02.593 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-21T03:13:03.313Z[ host-image] Dec 21 03:13:02.612 INFO O| Dec 21 03:13:02.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96172024-12-21T03:13:03.313Z[ host-image] Dec 21 03:13:02.612 INFO O| Dec 21 03:13:02.612 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96182024-12-21T03:13:03.313Z[ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96192024-12-21T03:13:03.316Z[ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.612 INFO ok!
96202024-12-21T03:13:03.316Z[ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.613 INFO STEP 90 (ensure_file) COMPLETE
96212024-12-21T03:13:03.316Z[ host-image] Dec 21 03:13:02.613 INFO O| Dec 21 03:13:02.613 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-21T03:13:03.332Z[ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96232024-12-21T03:13:03.332Z[ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96242024-12-21T03:13:03.332Z[ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO STEP 91 (ensure_dir) COMPLETE
96252024-12-21T03:13:03.334Z[ host-image] Dec 21 03:13:02.631 INFO O| Dec 21 03:13:02.631 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-21T03:13:03.375Z[ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96272024-12-21T03:13:03.375Z[ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO copying /tmp/.tmpHfUgvJ/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 ...
96282024-12-21T03:13:03.375Z[ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96292024-12-21T03:13:03.376Z[ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO ok!
96302024-12-21T03:13:03.378Z[ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO STEP 92 (ensure_file) COMPLETE
96312024-12-21T03:13:03.378Z[ host-image] Dec 21 03:13:02.674 INFO O| Dec 21 03:13:02.674 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322024-12-21T03:13:03.393Z[ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96332024-12-21T03:13:03.394Z[ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.692 INFO copying /tmp/.tmpHfUgvJ/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 ...
96342024-12-21T03:13:03.394Z[ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96352024-12-21T03:13:03.394Z[ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO ok!
96362024-12-21T03:13:03.396Z[ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO STEP 93 (ensure_file) COMPLETE
96372024-12-21T03:13:03.396Z[ host-image] Dec 21 03:13:02.693 INFO O| Dec 21 03:13:02.693 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382024-12-21T03:13:03.411Z[ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96392024-12-21T03:13:03.411Z[ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO copying /tmp/.tmpHfUgvJ/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 ...
96402024-12-21T03:13:03.411Z[ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96412024-12-21T03:13:03.414Z[ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO ok!
96422024-12-21T03:13:03.414Z[ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO STEP 94 (ensure_file) COMPLETE
96432024-12-21T03:13:03.414Z[ host-image] Dec 21 03:13:02.710 INFO O| Dec 21 03:13:02.710 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442024-12-21T03:13:03.428Z[ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96452024-12-21T03:13:03.428Z[ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO copying /tmp/.tmpHfUgvJ/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 ...
96462024-12-21T03:13:03.428Z[ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96472024-12-21T03:13:03.431Z[ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO ok!
96482024-12-21T03:13:03.431Z[ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO STEP 95 (ensure_file) COMPLETE
96492024-12-21T03:13:03.431Z[ host-image] Dec 21 03:13:02.727 INFO O| Dec 21 03:13:02.727 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502024-12-21T03:13:03.445Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96512024-12-21T03:13:03.445Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO copying /tmp/.tmpHfUgvJ/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 ...
96522024-12-21T03:13:03.445Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96532024-12-21T03:13:03.448Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ok!
96542024-12-21T03:13:03.448Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 96 (ensure_file) COMPLETE
96552024-12-21T03:13:03.448Z[ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562024-12-21T03:13:03.463Z[ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96572024-12-21T03:13:03.463Z[ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96582024-12-21T03:13:03.464Z[ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96592024-12-21T03:13:03.467Z[ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO ok!
96602024-12-21T03:13:03.467Z[ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO STEP 97 (ensure_file) COMPLETE
96612024-12-21T03:13:03.467Z[ host-image] Dec 21 03:13:02.762 INFO O| Dec 21 03:13:02.762 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622024-12-21T03:13:03.500Z[ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96632024-12-21T03:13:03.500Z[ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO copying /tmp/.tmpHfUgvJ/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 ...
96642024-12-21T03:13:03.500Z[ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96652024-12-21T03:13:03.503Z[ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO ok!
96662024-12-21T03:13:03.503Z[ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO STEP 98 (ensure_file) COMPLETE
96672024-12-21T03:13:03.503Z[ host-image] Dec 21 03:13:02.799 INFO O| Dec 21 03:13:02.799 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682024-12-21T03:13:03.519Z[ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96692024-12-21T03:13:03.519Z[ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO copying /tmp/.tmpHfUgvJ/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 ...
96702024-12-21T03:13:03.519Z[ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96712024-12-21T03:13:03.522Z[ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO ok!
96722024-12-21T03:13:03.522Z[ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO STEP 99 (ensure_file) COMPLETE
96732024-12-21T03:13:03.522Z[ host-image] Dec 21 03:13:02.818 INFO O| Dec 21 03:13:02.818 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742024-12-21T03:13:03.537Z[ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96752024-12-21T03:13:03.537Z[ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO copying /tmp/.tmpHfUgvJ/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 ...
96762024-12-21T03:13:03.540Z[ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96772024-12-21T03:13:03.540Z[ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO ok!
96782024-12-21T03:13:03.540Z[ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO STEP 100 (ensure_file) COMPLETE
96792024-12-21T03:13:03.540Z[ host-image] Dec 21 03:13:02.836 INFO O| Dec 21 03:13:02.836 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-21T03:13:03.554Z[ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96812024-12-21T03:13:03.554Z[ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96822024-12-21T03:13:03.557Z[ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96832024-12-21T03:13:03.557Z[ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO ok!
96842024-12-21T03:13:03.557Z[ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO STEP 101 (ensure_file) COMPLETE
96852024-12-21T03:13:03.557Z[ host-image] Dec 21 03:13:02.853 INFO O| Dec 21 03:13:02.853 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-21T03:13:03.571Z[ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96872024-12-21T03:13:03.571Z[ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO copying /tmp/.tmpHfUgvJ/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 ...
96882024-12-21T03:13:03.571Z[ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96892024-12-21T03:13:03.573Z[ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO ok!
96902024-12-21T03:13:03.574Z[ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO STEP 102 (ensure_file) COMPLETE
96912024-12-21T03:13:03.574Z[ host-image] Dec 21 03:13:02.870 INFO O| Dec 21 03:13:02.870 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-21T03:13:03.588Z[ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96932024-12-21T03:13:03.588Z[ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO copying /tmp/.tmpHfUgvJ/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 ...
96942024-12-21T03:13:03.588Z[ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96952024-12-21T03:13:03.588Z[ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO ok!
96962024-12-21T03:13:03.590Z[ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO STEP 103 (ensure_file) COMPLETE
96972024-12-21T03:13:03.591Z[ host-image] Dec 21 03:13:02.887 INFO O| Dec 21 03:13:02.887 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-21T03:13:03.604Z[ host-image] Dec 21 03:13:02.903 INFO O| Dec 21 03:13:02.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96992024-12-21T03:13:03.604Z[ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.903 INFO copying /tmp/.tmpHfUgvJ/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 ...
97002024-12-21T03:13:03.607Z[ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97012024-12-21T03:13:03.607Z[ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO ok!
97022024-12-21T03:13:03.607Z[ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO STEP 104 (ensure_file) COMPLETE
97032024-12-21T03:13:03.607Z[ host-image] Dec 21 03:13:02.904 INFO O| Dec 21 03:13:02.904 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-21T03:13:03.642Z[ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97052024-12-21T03:13:03.642Z[ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO copying /tmp/.tmpHfUgvJ/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 ...
97062024-12-21T03:13:03.642Z[ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97072024-12-21T03:13:03.642Z[ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO ok!
97082024-12-21T03:13:03.645Z[ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO STEP 105 (ensure_file) COMPLETE
97092024-12-21T03:13:03.645Z[ host-image] Dec 21 03:13:02.941 INFO O| Dec 21 03:13:02.941 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-21T03:13:03.659Z[ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97112024-12-21T03:13:03.659Z[ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO copying /tmp/.tmpHfUgvJ/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 ...
97122024-12-21T03:13:03.659Z[ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97132024-12-21T03:13:03.659Z[ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO ok!
97142024-12-21T03:13:03.662Z[ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO STEP 106 (ensure_file) COMPLETE
97152024-12-21T03:13:03.662Z[ host-image] Dec 21 03:13:02.958 INFO O| Dec 21 03:13:02.958 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-21T03:13:03.675Z[ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97172024-12-21T03:13:03.675Z[ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO copying /tmp/.tmpHfUgvJ/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 ...
97182024-12-21T03:13:03.675Z[ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97192024-12-21T03:13:03.675Z[ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO ok!
97202024-12-21T03:13:03.678Z[ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO STEP 107 (ensure_file) COMPLETE
97212024-12-21T03:13:03.678Z[ host-image] Dec 21 03:13:02.974 INFO O| Dec 21 03:13:02.974 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-21T03:13:03.694Z[ host-image] Dec 21 03:13:02.993 INFO O| Dec 21 03:13:02.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97232024-12-21T03:13:03.695Z[ host-image] Dec 21 03:13:02.993 INFO O| Dec 21 03:13:02.993 INFO copying /tmp/.tmpHfUgvJ/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 ...
97242024-12-21T03:13:03.697Z[ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97252024-12-21T03:13:03.697Z[ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.994 INFO ok!
97262024-12-21T03:13:03.697Z[ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.994 INFO STEP 108 (ensure_file) COMPLETE
97272024-12-21T03:13:03.697Z[ host-image] Dec 21 03:13:02.994 INFO O| Dec 21 03:13:02.994 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-21T03:13:03.715Z[ host-image] Dec 21 03:13:03.013 INFO O| Dec 21 03:13:03.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97292024-12-21T03:13:03.716Z[ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.013 INFO copying /tmp/.tmpHfUgvJ/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 ...
97302024-12-21T03:13:03.719Z[ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97312024-12-21T03:13:03.719Z[ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO ok!
97322024-12-21T03:13:03.719Z[ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO STEP 109 (ensure_file) COMPLETE
97332024-12-21T03:13:03.719Z[ host-image] Dec 21 03:13:03.014 INFO O| Dec 21 03:13:03.014 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-21T03:13:03.740Z[ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97352024-12-21T03:13:03.740Z[ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO copying /tmp/.tmpHfUgvJ/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 ...
97362024-12-21T03:13:03.743Z[ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97372024-12-21T03:13:03.743Z[ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO ok!
97382024-12-21T03:13:03.743Z[ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO STEP 110 (ensure_file) COMPLETE
97392024-12-21T03:13:03.743Z[ host-image] Dec 21 03:13:03.039 INFO O| Dec 21 03:13:03.039 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-21T03:13:03.779Z[ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97412024-12-21T03:13:03.779Z[ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO copying /tmp/.tmpHfUgvJ/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 ...
97422024-12-21T03:13:03.779Z[ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97432024-12-21T03:13:03.783Z[ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO ok!
97442024-12-21T03:13:03.783Z[ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO STEP 111 (ensure_file) COMPLETE
97452024-12-21T03:13:03.783Z[ host-image] Dec 21 03:13:03.078 INFO O| Dec 21 03:13:03.078 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-21T03:13:03.796Z[ host-image] Dec 21 03:13:03.095 INFO O| Dec 21 03:13:03.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97472024-12-21T03:13:03.796Z[ host-image] Dec 21 03:13:03.095 INFO O| Dec 21 03:13:03.095 INFO copying /tmp/.tmpHfUgvJ/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 ...
97482024-12-21T03:13:03.799Z[ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97492024-12-21T03:13:03.799Z[ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO ok!
97502024-12-21T03:13:03.799Z[ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO STEP 112 (ensure_file) COMPLETE
97512024-12-21T03:13:03.799Z[ host-image] Dec 21 03:13:03.096 INFO O| Dec 21 03:13:03.096 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-21T03:13:03.816Z[ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97532024-12-21T03:13:03.816Z[ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO copying /tmp/.tmpHfUgvJ/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 ...
97542024-12-21T03:13:03.816Z[ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97552024-12-21T03:13:03.819Z[ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO ok!
97562024-12-21T03:13:03.819Z[ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO STEP 113 (ensure_file) COMPLETE
97572024-12-21T03:13:03.819Z[ host-image] Dec 21 03:13:03.115 INFO O| Dec 21 03:13:03.115 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-21T03:13:03.835Z[ host-image] Dec 21 03:13:03.134 INFO O| Dec 21 03:13:03.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97592024-12-21T03:13:03.835Z[ host-image] Dec 21 03:13:03.134 INFO O| Dec 21 03:13:03.134 INFO copying /tmp/.tmpHfUgvJ/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 ...
97602024-12-21T03:13:03.838Z[ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97612024-12-21T03:13:03.838Z[ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO ok!
97622024-12-21T03:13:03.838Z[ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO STEP 114 (ensure_file) COMPLETE
97632024-12-21T03:13:03.838Z[ host-image] Dec 21 03:13:03.135 INFO O| Dec 21 03:13:03.135 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642024-12-21T03:13:03.855Z[ host-image] Dec 21 03:13:03.154 INFO O| Dec 21 03:13:03.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97652024-12-21T03:13:03.855Z[ host-image] Dec 21 03:13:03.154 INFO O| Dec 21 03:13:03.154 INFO copying /tmp/.tmpHfUgvJ/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 ...
97662024-12-21T03:13:03.859Z[ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97672024-12-21T03:13:03.859Z[ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO ok!
97682024-12-21T03:13:03.859Z[ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO STEP 115 (ensure_file) COMPLETE
97692024-12-21T03:13:03.859Z[ host-image] Dec 21 03:13:03.155 INFO O| Dec 21 03:13:03.155 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702024-12-21T03:13:03.885Z[ host-image] Dec 21 03:13:03.184 INFO O| Dec 21 03:13:03.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97712024-12-21T03:13:03.886Z[ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO copying /tmp/.tmpHfUgvJ/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 ...
97722024-12-21T03:13:03.889Z[ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97732024-12-21T03:13:03.889Z[ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO ok!
97742024-12-21T03:13:03.889Z[ host-image] Dec 21 03:13:03.185 INFO O| Dec 21 03:13:03.185 INFO STEP 116 (ensure_file) COMPLETE
97752024-12-21T03:13:03.889Z[ host-image] Dec 21 03:13:03.186 INFO O| Dec 21 03:13:03.185 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762024-12-21T03:13:03.908Z[ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97772024-12-21T03:13:03.908Z[ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO copying /tmp/.tmpHfUgvJ/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 ...
97782024-12-21T03:13:03.911Z[ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97792024-12-21T03:13:03.911Z[ host-image] Dec 21 03:13:03.207 INFO O| Dec 21 03:13:03.207 INFO ok!
97802024-12-21T03:13:03.911Z[ host-image] Dec 21 03:13:03.208 INFO O| Dec 21 03:13:03.208 INFO STEP 117 (ensure_file) COMPLETE
97812024-12-21T03:13:03.911Z[ host-image] Dec 21 03:13:03.208 INFO O| Dec 21 03:13:03.208 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822024-12-21T03:13:03.929Z[ host-image] Dec 21 03:13:03.228 INFO O| Dec 21 03:13:03.228 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97832024-12-21T03:13:03.929Z[ host-image] Dec 21 03:13:03.228 INFO O| Dec 21 03:13:03.228 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97842024-12-21T03:13:03.932Z[ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97852024-12-21T03:13:03.932Z[ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO ok!
97862024-12-21T03:13:03.932Z[ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO STEP 118 (ensure_file) COMPLETE
97872024-12-21T03:13:03.932Z[ host-image] Dec 21 03:13:03.229 INFO O| Dec 21 03:13:03.229 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882024-12-21T03:13:03.949Z[ host-image] Dec 21 03:13:03.248 INFO O| Dec 21 03:13:03.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97892024-12-21T03:13:03.949Z[ host-image] Dec 21 03:13:03.248 INFO O| Dec 21 03:13:03.248 INFO copying /tmp/.tmpHfUgvJ/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 ...
97902024-12-21T03:13:03.952Z[ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97912024-12-21T03:13:03.952Z[ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO ok!
97922024-12-21T03:13:03.952Z[ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO STEP 119 (ensure_file) COMPLETE
97932024-12-21T03:13:03.952Z[ host-image] Dec 21 03:13:03.249 INFO O| Dec 21 03:13:03.249 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942024-12-21T03:13:03.970Z[ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97952024-12-21T03:13:03.970Z[ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97962024-12-21T03:13:03.973Z[ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97972024-12-21T03:13:03.973Z[ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO ok!
97982024-12-21T03:13:03.973Z[ host-image] Dec 21 03:13:03.268 INFO O| Dec 21 03:13:03.268 INFO STEP 120 (ensure_file) COMPLETE
97992024-12-21T03:13:03.973Z[ host-image] Dec 21 03:13:03.269 INFO O| Dec 21 03:13:03.268 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002024-12-21T03:13:03.992Z[ host-image] Dec 21 03:13:03.291 INFO O| Dec 21 03:13:03.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98012024-12-21T03:13:03.992Z[ host-image] Dec 21 03:13:03.291 INFO O| Dec 21 03:13:03.291 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98022024-12-21T03:13:15.621Z[ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98032024-12-21T03:13:15.622Z[ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.919 INFO ok!
98042024-12-21T03:13:15.622Z[ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.919 INFO STEP 121 (ensure_file) COMPLETE
98052024-12-21T03:13:15.624Z[ host-image] Dec 21 03:13:14.919 INFO O| Dec 21 03:13:14.919 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062024-12-21T03:13:15.643Z[ host-image] Dec 21 03:13:14.939 INFO O| Dec 21 03:13:14.939 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98072024-12-21T03:13:15.645Z[ host-image] Dec 21 03:13:14.939 INFO O| Dec 21 03:13:14.939 INFO STEP 122 (ensure_dir) COMPLETE
98082024-12-21T03:13:15.645Z[ host-image] Dec 21 03:13:14.939 INFO O| Dec 21 03:13:14.939 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092024-12-21T03:13:15.685Z[ host-image] Dec 21 03:13:14.982 INFO O| Dec 21 03:13:14.981 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98102024-12-21T03:13:15.685Z[ host-image] Dec 21 03:13:14.982 INFO O| Dec 21 03:13:14.982 INFO STEP 123 (ensure_dir) COMPLETE
98112024-12-21T03:13:15.688Z[ host-image] Dec 21 03:13:14.982 INFO O| Dec 21 03:13:14.982 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122024-12-21T03:13:15.744Z[ host-image] Dec 21 03:13:15.040 INFO O| Dec 21 03:13:15.040 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98132024-12-21T03:13:15.744Z[ host-image] Dec 21 03:13:15.040 INFO O| Dec 21 03:13:15.040 INFO STEP 124 (ensure_dir) COMPLETE
98142024-12-21T03:13:15.744Z[ host-image] Dec 21 03:13:15.040 INFO O| Dec 21 03:13:15.040 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152024-12-21T03:13:15.803Z[ host-image] Dec 21 03:13:15.101 INFO O| Dec 21 03:13:15.101 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98162024-12-21T03:13:15.804Z[ host-image] Dec 21 03:13:15.101 INFO O| Dec 21 03:13:15.101 INFO STEP 125 (ensure_dir) COMPLETE
98172024-12-21T03:13:15.807Z[ host-image] Dec 21 03:13:15.101 INFO O| Dec 21 03:13:15.101 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182024-12-21T03:13:15.824Z[ host-image] Dec 21 03:13:15.121 INFO O| Dec 21 03:13:15.121 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98192024-12-21T03:13:15.824Z[ host-image] Dec 21 03:13:15.121 INFO O| Dec 21 03:13:15.121 INFO copying /tmp/.tmpHfUgvJ/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 ...
98202024-12-21T03:13:15.824Z[ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98212024-12-21T03:13:15.824Z[ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.122 INFO ok!
98222024-12-21T03:13:15.827Z[ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.122 INFO STEP 126 (ensure_file) COMPLETE
98232024-12-21T03:13:15.827Z[ host-image] Dec 21 03:13:15.122 INFO O| Dec 21 03:13:15.122 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242024-12-21T03:13:15.855Z[ host-image] Dec 21 03:13:15.152 INFO O| Dec 21 03:13:15.152 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98252024-12-21T03:13:15.855Z[ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.152 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98262024-12-21T03:13:15.858Z[ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98272024-12-21T03:13:15.858Z[ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.153 INFO STEP 127 (ensure_dir) COMPLETE
98282024-12-21T03:13:15.858Z[ host-image] Dec 21 03:13:15.153 INFO O| Dec 21 03:13:15.153 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292024-12-21T03:13:15.878Z[ host-image] Dec 21 03:13:15.175 INFO O| Dec 21 03:13:15.175 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98302024-12-21T03:13:15.878Z[ host-image] Dec 21 03:13:15.175 INFO O| Dec 21 03:13:15.175 INFO copying /tmp/.tmpHfUgvJ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98312024-12-21T03:13:15.881Z[ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98322024-12-21T03:13:15.881Z[ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO ok!
98332024-12-21T03:13:15.881Z[ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO STEP 128 (ensure_file) COMPLETE
98342024-12-21T03:13:15.881Z[ host-image] Dec 21 03:13:15.176 INFO O| Dec 21 03:13:15.176 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-21T03:13:15.929Z[ host-image] Dec 21 03:13:15.227 INFO O| Dec 21 03:13:15.226 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98362024-12-21T03:13:15.932Z[ host-image] Dec 21 03:13:15.227 INFO O| Dec 21 03:13:15.227 INFO STEP 129 (remove_files) COMPLETE
98372024-12-21T03:13:15.932Z[ host-image] Dec 21 03:13:15.227 INFO O| Dec 21 03:13:15.227 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-21T03:13:15.950Z[ host-image] Dec 21 03:13:15.247 INFO O| Dec 21 03:13:15.247 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98392024-12-21T03:13:15.950Z[ host-image] Dec 21 03:13:15.247 INFO O| Dec 21 03:13:15.247 INFO STEP 130 (remove_files) COMPLETE
98402024-12-21T03:13:15.952Z[ host-image] Dec 21 03:13:15.248 INFO O| Dec 21 03:13:15.247 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-21T03:13:15.970Z[ host-image] Dec 21 03:13:15.267 INFO O| Dec 21 03:13:15.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98422024-12-21T03:13:15.973Z[ host-image] Dec 21 03:13:15.267 INFO O| Dec 21 03:13:15.267 INFO STEP 131 (remove_files) COMPLETE
98432024-12-21T03:13:15.973Z[ host-image] Dec 21 03:13:15.267 INFO O| Dec 21 03:13:15.267 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-21T03:13:15.988Z[ host-image] Dec 21 03:13:15.285 INFO O| Dec 21 03:13:15.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98452024-12-21T03:13:15.990Z[ host-image] Dec 21 03:13:15.285 INFO O| Dec 21 03:13:15.285 INFO STEP 132 (remove_files) COMPLETE
98462024-12-21T03:13:15.990Z[ host-image] Dec 21 03:13:15.285 INFO O| Dec 21 03:13:15.285 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-21T03:13:16.008Z[ host-image] Dec 21 03:13:15.303 INFO O| Dec 21 03:13:15.302 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98482024-12-21T03:13:16.011Z[ host-image] Dec 21 03:13:15.303 INFO O| Dec 21 03:13:15.303 INFO STEP 133 (remove_files) COMPLETE
98492024-12-21T03:13:16.011Z[ host-image] Dec 21 03:13:15.303 INFO O| Dec 21 03:13:15.303 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-21T03:13:16.046Z[ host-image] Dec 21 03:13:15.343 INFO O| Dec 21 03:13:15.343 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98512024-12-21T03:13:16.048Z[ host-image] Dec 21 03:13:15.343 INFO O| Dec 21 03:13:15.343 INFO STEP 134 (remove_files) COMPLETE
98522024-12-21T03:13:16.049Z[ host-image] Dec 21 03:13:15.343 INFO O| Dec 21 03:13:15.343 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-21T03:13:16.065Z[ host-image] Dec 21 03:13:15.362 INFO O| Dec 21 03:13:15.362 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98542024-12-21T03:13:16.065Z[ host-image] Dec 21 03:13:15.362 INFO O| Dec 21 03:13:15.362 INFO STEP 135 (remove_files) COMPLETE
98552024-12-21T03:13:16.065Z[ host-image] Dec 21 03:13:15.362 INFO O| Dec 21 03:13:15.362 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562024-12-21T03:13:16.083Z[ host-image] Dec 21 03:13:15.380 INFO O| Dec 21 03:13:15.380 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98572024-12-21T03:13:16.083Z[ host-image] Dec 21 03:13:15.380 INFO O| Dec 21 03:13:15.380 INFO STEP 136 (remove_files) COMPLETE
98582024-12-21T03:13:16.083Z[ host-image] Dec 21 03:13:15.380 INFO O| Dec 21 03:13:15.380 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-21T03:13:16.102Z[ host-image] Dec 21 03:13:15.398 INFO O| Dec 21 03:13:15.398 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98602024-12-21T03:13:16.102Z[ host-image] Dec 21 03:13:15.398 INFO O| Dec 21 03:13:15.398 INFO STEP 137 (remove_files) COMPLETE
98612024-12-21T03:13:16.102Z[ host-image] Dec 21 03:13:15.398 INFO O| Dec 21 03:13:15.398 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-21T03:13:16.121Z[ host-image] Dec 21 03:13:15.419 INFO O| Dec 21 03:13:15.418 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98632024-12-21T03:13:16.121Z[ host-image] Dec 21 03:13:15.419 INFO O| Dec 21 03:13:15.419 INFO STEP 138 (remove_files) COMPLETE
98642024-12-21T03:13:16.121Z[ host-image] Dec 21 03:13:15.419 INFO O| Dec 21 03:13:15.419 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98652024-12-21T03:13:16.180Z[ host-image] Dec 21 03:13:15.477 INFO O| Dec 21 03:13:15.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98662024-12-21T03:13:16.182Z[ host-image] Dec 21 03:13:15.477 INFO O| Dec 21 03:13:15.477 INFO STEP 139 (remove_files) COMPLETE
98672024-12-21T03:13:16.182Z[ host-image] Dec 21 03:13:15.477 INFO O| Dec 21 03:13:15.477 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98682024-12-21T03:13:16.207Z[ host-image] Dec 21 03:13:15.504 INFO O| Dec 21 03:13:15.504 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98692024-12-21T03:13:16.210Z[ host-image] Dec 21 03:13:15.505 INFO O| Dec 21 03:13:15.505 INFO STEP 140 (remove_files) COMPLETE
98702024-12-21T03:13:16.210Z[ host-image] Dec 21 03:13:15.505 INFO O| Dec 21 03:13:15.505 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98712024-12-21T03:13:16.225Z[ host-image] Dec 21 03:13:15.523 INFO O| Dec 21 03:13:15.522 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98722024-12-21T03:13:16.228Z[ host-image] Dec 21 03:13:15.523 INFO O| Dec 21 03:13:15.523 INFO STEP 141 (remove_files) COMPLETE
98732024-12-21T03:13:16.228Z[ host-image] Dec 21 03:13:15.523 INFO O| Dec 21 03:13:15.523 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98742024-12-21T03:13:16.245Z[ host-image] Dec 21 03:13:15.542 INFO O| Dec 21 03:13:15.542 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98752024-12-21T03:13:16.247Z[ host-image] Dec 21 03:13:15.542 INFO O| Dec 21 03:13:15.542 INFO STEP 142 (remove_files) COMPLETE
98762024-12-21T03:13:16.248Z[ host-image] Dec 21 03:13:15.542 INFO O| Dec 21 03:13:15.542 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98772024-12-21T03:13:16.264Z[ host-image] Dec 21 03:13:15.561 INFO O| Dec 21 03:13:15.561 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98782024-12-21T03:13:16.264Z[ host-image] Dec 21 03:13:15.561 INFO O| Dec 21 03:13:15.561 INFO STEP 143 (remove_files) COMPLETE
98792024-12-21T03:13:16.264Z[ host-image] Dec 21 03:13:15.561 INFO O| Dec 21 03:13:15.561 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98802024-12-21T03:13:16.283Z[ host-image] Dec 21 03:13:15.580 INFO O| Dec 21 03:13:15.580 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98812024-12-21T03:13:16.283Z[ host-image] Dec 21 03:13:15.580 INFO O| Dec 21 03:13:15.580 INFO STEP 144 (remove_files) COMPLETE
98822024-12-21T03:13:16.283Z[ host-image] Dec 21 03:13:15.580 INFO O| Dec 21 03:13:15.580 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98832024-12-21T03:13:16.301Z[ host-image] Dec 21 03:13:15.599 INFO O| Dec 21 03:13:15.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98842024-12-21T03:13:16.304Z[ host-image] Dec 21 03:13:15.599 INFO O| Dec 21 03:13:15.599 INFO STEP 145 (remove_files) COMPLETE
98852024-12-21T03:13:16.304Z[ host-image] Dec 21 03:13:15.599 INFO O| Dec 21 03:13:15.599 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98862024-12-21T03:13:16.322Z[ host-image] Dec 21 03:13:15.619 INFO O| Dec 21 03:13:15.619 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98872024-12-21T03:13:16.322Z[ host-image] Dec 21 03:13:15.619 INFO O| Dec 21 03:13:15.619 INFO STEP 146 (remove_files) COMPLETE
98882024-12-21T03:13:16.322Z[ host-image] Dec 21 03:13:15.619 INFO O| Dec 21 03:13:15.619 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98892024-12-21T03:13:16.361Z[ host-image] Dec 21 03:13:15.659 INFO O| Dec 21 03:13:15.659 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98902024-12-21T03:13:16.361Z[ host-image] Dec 21 03:13:15.659 INFO O| Dec 21 03:13:15.659 INFO STEP 147 (remove_files) COMPLETE
98912024-12-21T03:13:16.362Z[ host-image] Dec 21 03:13:15.659 INFO O| Dec 21 03:13:15.659 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98922024-12-21T03:13:16.384Z[ host-image] Dec 21 03:13:15.681 INFO O| Dec 21 03:13:15.681 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98932024-12-21T03:13:16.384Z[ host-image] Dec 21 03:13:15.681 INFO O| Dec 21 03:13:15.681 INFO STEP 148 (remove_files) COMPLETE
98942024-12-21T03:13:16.384Z[ host-image] Dec 21 03:13:15.681 INFO O| Dec 21 03:13:15.681 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98952024-12-21T03:13:16.403Z[ host-image] Dec 21 03:13:15.700 INFO O| Dec 21 03:13:15.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98962024-12-21T03:13:16.405Z[ host-image] Dec 21 03:13:15.700 INFO O| Dec 21 03:13:15.700 INFO STEP 149 (remove_files) COMPLETE
98972024-12-21T03:13:16.405Z[ host-image] Dec 21 03:13:15.700 INFO O| Dec 21 03:13:15.700 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98982024-12-21T03:13:16.423Z[ host-image] Dec 21 03:13:15.720 INFO O| Dec 21 03:13:15.720 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98992024-12-21T03:13:16.425Z[ host-image] Dec 21 03:13:15.720 INFO O| Dec 21 03:13:15.720 INFO STEP 150 (remove_files) COMPLETE
99002024-12-21T03:13:16.425Z[ host-image] Dec 21 03:13:15.720 INFO O| Dec 21 03:13:15.720 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99012024-12-21T03:13:16.442Z[ host-image] Dec 21 03:13:15.739 INFO O| Dec 21 03:13:15.739 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99022024-12-21T03:13:16.442Z[ host-image] Dec 21 03:13:15.739 INFO O| Dec 21 03:13:15.739 INFO STEP 151 (remove_files) COMPLETE
99032024-12-21T03:13:16.442Z[ host-image] Dec 21 03:13:15.739 INFO O| Dec 21 03:13:15.739 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99042024-12-21T03:13:16.467Z[ host-image] Dec 21 03:13:15.763 INFO O| Dec 21 03:13:15.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99052024-12-21T03:13:16.467Z[ host-image] Dec 21 03:13:15.763 INFO O| Dec 21 03:13:15.763 INFO STEP 152 (remove_files) COMPLETE
99062024-12-21T03:13:16.468Z[ host-image] Dec 21 03:13:15.763 INFO O| Dec 21 03:13:15.763 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99072024-12-21T03:13:16.517Z[ host-image] Dec 21 03:13:15.814 INFO O| Dec 21 03:13:15.814 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99082024-12-21T03:13:16.517Z[ host-image] Dec 21 03:13:15.814 INFO O| Dec 21 03:13:15.814 INFO STEP 153 (remove_files) COMPLETE
99092024-12-21T03:13:16.517Z[ host-image] Dec 21 03:13:15.814 INFO O| Dec 21 03:13:15.814 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99102024-12-21T03:13:16.577Z[ host-image] Dec 21 03:13:15.874 INFO O| Dec 21 03:13:15.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99112024-12-21T03:13:16.577Z[ host-image] Dec 21 03:13:15.874 INFO O| Dec 21 03:13:15.874 INFO STEP 154 (remove_files) COMPLETE
99122024-12-21T03:13:16.577Z[ host-image] Dec 21 03:13:15.874 INFO O| Dec 21 03:13:15.874 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99132024-12-21T03:13:16.630Z[ host-image] Dec 21 03:13:15.927 INFO O| Dec 21 03:13:15.927 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99142024-12-21T03:13:16.630Z[ host-image] Dec 21 03:13:15.927 INFO O| Dec 21 03:13:15.927 INFO STEP 155 (remove_files) COMPLETE
99152024-12-21T03:13:16.634Z[ host-image] Dec 21 03:13:15.927 INFO O| Dec 21 03:13:15.927 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99162024-12-21T03:13:16.651Z[ host-image] Dec 21 03:13:15.948 INFO O| Dec 21 03:13:15.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99172024-12-21T03:13:16.651Z[ host-image] Dec 21 03:13:15.948 INFO O| Dec 21 03:13:15.948 INFO STEP 156 (remove_files) COMPLETE
99182024-12-21T03:13:16.651Z[ host-image] Dec 21 03:13:15.948 INFO O| Dec 21 03:13:15.948 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99192024-12-21T03:13:16.669Z[ host-image] Dec 21 03:13:15.966 INFO O| Dec 21 03:13:15.966 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99202024-12-21T03:13:16.669Z[ host-image] Dec 21 03:13:15.966 INFO O| Dec 21 03:13:15.966 INFO STEP 157 (remove_files) COMPLETE
99212024-12-21T03:13:16.669Z[ host-image] Dec 21 03:13:15.966 INFO O| Dec 21 03:13:15.966 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99222024-12-21T03:13:16.714Z[ host-image] Dec 21 03:13:16.011 INFO O| Dec 21 03:13:16.011 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99232024-12-21T03:13:16.717Z[ host-image] Dec 21 03:13:16.012 INFO O| Dec 21 03:13:16.011 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99242024-12-21T03:13:30.155Z[ host-image] Dec 21 03:13:29.450 INFO O| Dec 21 03:13:29.450 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
99252024-12-21T03:13:30.158Z[ host-image] Dec 21 03:13:29.450 INFO O| Dec 21 03:13:29.450 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99262024-12-21T03:13:30.182Z[ host-image] Dec 21 03:13:29.476 INFO O| Dec 21 03:13:29.476 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99272024-12-21T03:13:30.319Z[ host-image] Dec 21 03:13:29.614 INFO O| Dec 21 03:13:29.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99282024-12-21T03:13:30.323Z[ host-image] Dec 21 03:13:29.614 INFO O| Dec 21 03:13:29.613 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99292024-12-21T03:13:30.323Z[ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99302024-12-21T03:13:30.323Z[ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO ok!
99312024-12-21T03:13:30.323Z[ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99322024-12-21T03:13:30.323Z[ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO STEP 158 (seed_smf) COMPLETE
99332024-12-21T03:13:30.323Z[ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO steps complete; finalising image!
99342024-12-21T03:13:30.323Z[ host-image] Dec 21 03:13:29.616 INFO O| Dec 21 03:13:29.616 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99352024-12-21T03:13:30.515Z[ host-image] Dec 21 03:13:29.810 INFO O| Dec 21 03:13:29.810 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 03:13:29 2024)
99362024-12-21T03:13:30.727Z[ host-image] Dec 21 03:13:30.021 INFO O| Dec 21 03:13:30.021 INFO trim TEMPORARY-gimlet-zfs: (49% trimmed, started at Sat Dec 21 03:13:29 2024)
99372024-12-21T03:13:30.938Z[ host-image] Dec 21 03:13:30.233 INFO O| Dec 21 03:13:30.233 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Sat Dec 21 03:13:29 2024)
99382024-12-21T03:13:31.172Z[ host-image] Dec 21 03:13:30.467 INFO O| Dec 21 03:13:30.467 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
99392024-12-21T03:13:31.172Z[ host-image] Dec 21 03:13:30.468 INFO O| Dec 21 03:13:30.467 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99402024-12-21T03:13:31.600Z[ host-image] Dec 21 03:13:30.895 INFO O| Dec 21 03:13:30.895 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99412024-12-21T03:13:31.601Z[ host-image] Dec 21 03:13:30.895 INFO O| Dec 21 03:13:30.895 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99422024-12-21T03:13:33.090Z[ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.384 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99432024-12-21T03:13:33.090Z[ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99442024-12-21T03:13:33.092Z[ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99452024-12-21T03:13:33.092Z[ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO completed processing gimlet/zfs
99462024-12-21T03:13:33.093Z[ host-image] Dec 21 03:13:32.385 INFO O| Dec 21 03:13:32.385 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99472024-12-21T03:13:41.727Z[ host-image] Dec 21 03:13:41.020 INFO O| Dec 21 03:13:41.020 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99482024-12-21T03:13:41.836Z[ host-image] Dec 21 03:13:41.129 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99492024-12-21T03:13:41.836Z[ host-image] Dec 21 03:13:41.129 INFO expanded image name: "ci ec6f367/${os_short_commit} 2024-12-21 02:38" -> "ci ec6f367/37a4469 2024-12-21 02:38"
99502024-12-21T03:13:41.839Z[ host-image] Dec 21 03:13:41.129 INFO output artefacts stored in: "/work/os-host"
99512024-12-21T03:13:41.839Z[ host-image] Dec 21 03:13:41.129 INFO collecting git info from project "pinprick"...
99522024-12-21T03:13:41.850Z[ host-image] Dec 21 03:13:41.143 INFO collecting git info from project "bootserver"...
99532024-12-21T03:13:41.858Z[ host-image] Dec 21 03:13:41.151 INFO collecting git info from project "chelsio-t6-roms"...
99542024-12-21T03:13:41.865Z[ host-image] Dec 21 03:13:41.159 INFO collecting git info from project "phbl"...
99552024-12-21T03:13:41.874Z[ host-image] Dec 21 03:13:41.167 INFO collecting git info from project "amd-host-image-builder"...
99562024-12-21T03:13:41.898Z[ host-image] Dec 21 03:13:41.191 INFO collecting git info from project "pilot"...
99572024-12-21T03:13:41.906Z[ host-image] Dec 21 03:13:41.200 INFO collecting git info from project "image-builder"...
99582024-12-21T03:13:41.914Z[ host-image] Dec 21 03:13:41.207 INFO collecting git info from project "amd-firmware"...
99592024-12-21T03:13:41.931Z[ host-image] Dec 21 03:13:41.224 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99602024-12-21T03:13:42.457Z[ host-image] Dec 21 03:13:41.751 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99612024-12-21T03:13:43.060Z[ host-image] Dec 21 03:13:42.354 INFO creating Oxide boot image...
99622024-12-21T03:13:43.060Z[ host-image] Dec 21 03:13:42.354 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ec6f367/37a4469 2024-12-21 02:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99632024-12-21T03:13:44.287Z[ host-image] Dec 21 03:13:43.580 INFO O| ok, image written!
99642024-12-21T03:13:44.289Z[ host-image] Dec 21 03:13:43.580 INFO O| ok, boot_image_csum file written!
99652024-12-21T03:13:44.292Z[ host-image] Dec 21 03:13:43.585 INFO creating boot archive (CPIO)...
99662024-12-21T03:13:44.292Z[ host-image] Dec 21 03:13:43.585 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
99672024-12-21T03:13:44.300Z[ host-image] Dec 21 03:13:43.593 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99682024-12-21T03:13:44.300Z[ host-image] Dec 21 03:13:43.593 INFO E| + outfile=/work/os-host/cpio
99692024-12-21T03:13:44.300Z[ host-image] Dec 21 03:13:43.593 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99702024-12-21T03:13:44.304Z[ host-image] Dec 21 03:13:43.596 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99712024-12-21T03:13:44.304Z[ host-image] Dec 21 03:13:43.596 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99722024-12-21T03:13:44.363Z[ host-image] Dec 21 03:13:43.656 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99732024-12-21T03:13:44.363Z[ host-image] Dec 21 03:13:43.656 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99742024-12-21T03:13:44.374Z[ host-image] Dec 21 03:13:43.667 INFO creating compressed cpio/unix for nanobl-rs...
99752024-12-21T03:13:44.374Z[ host-image] Dec 21 03:13:43.667 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
99762024-12-21T03:13:44.738Z[ host-image] Dec 21 03:13:44.031 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99772024-12-21T03:13:50.179Z[ host-image] Dec 21 03:13:49.471 INFO creating reset image...
99782024-12-21T03:13:50.180Z[ host-image] Dec 21 03:13:49.471 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99792024-12-21T03:13:50.343Z[ host-image] Dec 21 03:13:49.635 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99802024-12-21T03:13:50.351Z[ host-image] Dec 21 03:13:49.637 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99812024-12-21T03:13:50.441Z[ host-image] Dec 21 03:13:49.733 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99822024-12-21T03:13:53.946Z[ host-image] Dec 21 03:13:53.237 INFO E| Finished `release` profile [optimized] target(s) in 3.56s
99832024-12-21T03:13:53.964Z[ host-image] Dec 21 03:13:53.255 INFO building host image...
99842024-12-21T03:13:53.966Z[ host-image] Dec 21 03:13:53.256 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")
99852024-12-21T03:13:54.694Z[ host-image] Dec 21 03:13:53.986 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99862024-12-21T03:14:57.896Z[ host-image] Dec 21 03:14:57.178 INFO image complete! materials are in "/work/os-host"
99872024-12-21T03:14:57.899Z[ host-image]
99882024-12-21T03:14:57.902Z[ host-image] real 14:57.084760643
99892024-12-21T03:14:57.902Z[ host-image] user 6:34.809799673
99902024-12-21T03:14:57.902Z[ host-image] sys 1:09.524509027
99912024-12-21T03:14:57.902Z[ host-image] trap 0.282625628
99922024-12-21T03:14:57.902Z[ host-image] tflt 0.064951690
99932024-12-21T03:14:57.902Z[ host-image] dflt 0.110867676
99942024-12-21T03:14:57.902Z[ host-image] kflt 0.014710143
99952024-12-21T03:14:57.902Z[ host-image] lock 15:19.699368526
99962024-12-21T03:14:57.902Z[ host-image] slp 1:23:19.030158152
99972024-12-21T03:14:57.902Z[ host-image] lat 2:32.045718887
99982024-12-21T03:14:57.902Z[ host-image] stop 0.858000676
99992024-12-21T03:14:57.902ZDec 21 03:14:57.183 INFO [host-image] process exited with exit status: 0 (897.101483033s)
100002024-12-21T03:14:57.903ZDec 21 03:14:57.183 INFO [tuf-repo] running task
100012024-12-21T03:15:11.645ZDec 21 03:15:10.925 INFO assembling repository in `/tmp/tufaceousJLyXI3`, component: OmicronRepoAssembler
100022024-12-21T03:15:21.666ZDec 21 03:15:20.946 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100032024-12-21T03:15:22.317ZDec 21 03:15:21.596 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100042024-12-21T03:15:31.202Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 13s
100052024-12-21T03:15:31.617ZDec 21 03:15:30.895 INFO [verify-libraries] process exited with exit status: 0 (917.335878952s)
100062024-12-21T03:15:35.349ZDec 21 03:15:34.626 INFO [tuf-repo] task succeeded (37.442560523s)
100072024-12-21T03:15:35.349ZDec 21 03:15:34.626 INFO all jobs completed in 2247.955860741s
100082024-12-21T03:15:35.956Zprocess exited: duration 2995993 ms, exit code 0
 
100092024-12-21T03:15:35.971Zfound 33 output files
100102024-12-21T03:15:35.971Zuploading: /work/manifest.toml (8404 bytes)
100112024-12-21T03:15:37.107Zuploaded: /work/manifest.toml
100122024-12-21T03:15:37.107Zuploading: /work/repo.zip (1958623729 bytes)
100132024-12-21T03:16:24.950Zuploaded: /work/repo.zip
100142024-12-21T03:16:24.950Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100152024-12-21T03:16:25.978Zuploaded: /work/repo.zip.sha256.txt
100162024-12-21T03:16:25.983Zuploading: /work/helios-setup.log (66098 bytes)
100172024-12-21T03:16:26.992Zuploaded: /work/helios-setup.log
100182024-12-21T03:16:26.992Zuploading: /work/host-image.log (199801 bytes)
100192024-12-21T03:16:28.006Zuploaded: /work/host-image.log
100202024-12-21T03:16:28.006Zuploading: /work/host-package.log (22391 bytes)
100212024-12-21T03:16:29.029Zuploaded: /work/host-package.log
100222024-12-21T03:16:29.029Zuploading: /work/host-target.log (101 bytes)
100232024-12-21T03:16:30.046Zuploaded: /work/host-target.log
100242024-12-21T03:16:30.046Zuploading: /work/omicron-package.log (5712 bytes)
100252024-12-21T03:16:31.064Zuploaded: /work/omicron-package.log
100262024-12-21T03:16:31.064Zuploading: /work/phbl-toolchain.log (881 bytes)
100272024-12-21T03:16:32.074Zuploaded: /work/phbl-toolchain.log
100282024-12-21T03:16:32.074Zuploading: /work/recovery-image.log (594455 bytes)
100292024-12-21T03:16:33.104Zuploaded: /work/recovery-image.log
100302024-12-21T03:16:33.104Zuploading: /work/recovery-package.log (321 bytes)
100312024-12-21T03:16:34.137Zuploaded: /work/recovery-package.log
100322024-12-21T03:16:34.137Zuploading: /work/recovery-target.log (98 bytes)
100332024-12-21T03:16:35.162Zuploaded: /work/recovery-target.log
100342024-12-21T03:16:35.172Zuploading: /work/stamp-clickhouse.log (117 bytes)
100352024-12-21T03:16:36.180Zuploaded: /work/stamp-clickhouse.log
100362024-12-21T03:16:36.180Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100372024-12-21T03:16:37.197Zuploaded: /work/stamp-clickhouse_keeper.log
100382024-12-21T03:16:37.197Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100392024-12-21T03:16:38.215Zuploaded: /work/stamp-cockroachdb.log
100402024-12-21T03:16:38.215Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100412024-12-21T03:16:39.256Zuploaded: /work/stamp-crucible-dtrace.log
100422024-12-21T03:16:39.257Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100432024-12-21T03:16:40.268Zuploaded: /work/stamp-crucible-pantry-zone.log
100442024-12-21T03:16:40.268Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100452024-12-21T03:16:41.276Zuploaded: /work/stamp-crucible-zone.log
100462024-12-21T03:16:41.276Zuploading: /work/stamp-external-dns.log (119 bytes)
100472024-12-21T03:16:42.289Zuploaded: /work/stamp-external-dns.log
100482024-12-21T03:16:42.289Zuploading: /work/stamp-installinator.log (103 bytes)
100492024-12-21T03:16:43.309Zuploaded: /work/stamp-installinator.log
100502024-12-21T03:16:43.309Zuploading: /work/stamp-internal-dns.log (119 bytes)
100512024-12-21T03:16:44.354Zuploaded: /work/stamp-internal-dns.log
100522024-12-21T03:16:44.354Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100532024-12-21T03:16:45.370Zuploaded: /work/stamp-mg-ddm-gz.log
100542024-12-21T03:16:45.370Zuploading: /work/stamp-nexus.log (112 bytes)
100552024-12-21T03:16:46.382Zuploaded: /work/stamp-nexus.log
100562024-12-21T03:16:46.382Zuploading: /work/stamp-ntp.log (110 bytes)
100572024-12-21T03:16:47.396Zuploaded: /work/stamp-ntp.log
100582024-12-21T03:16:47.396Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100592024-12-21T03:16:48.436Zuploaded: /work/stamp-omicron-sled-agent.log
100602024-12-21T03:16:48.436Zuploading: /work/stamp-overlay.log (114 bytes)
100612024-12-21T03:16:49.450Zuploaded: /work/stamp-overlay.log
100622024-12-21T03:16:49.450Zuploading: /work/stamp-oximeter.log (115 bytes)
100632024-12-21T03:16:50.496Zuploaded: /work/stamp-oximeter.log
100642024-12-21T03:16:50.496Zuploading: /work/stamp-oxlog.log (109 bytes)
100652024-12-21T03:16:51.513Zuploaded: /work/stamp-oxlog.log
100662024-12-21T03:16:51.513Zuploading: /work/stamp-probe.log (112 bytes)
100672024-12-21T03:16:52.530Zuploaded: /work/stamp-probe.log
100682024-12-21T03:16:52.530Zuploading: /work/stamp-propolis-server.log (122 bytes)
100692024-12-21T03:16:55.845Zuploaded: /work/stamp-propolis-server.log
100702024-12-21T03:16:55.845Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100712024-12-21T03:16:56.897Zuploaded: /work/stamp-pumpkind-gz.log
100722024-12-21T03:16:56.898Zuploading: /work/stamp-switch-asic.log (118 bytes)
100732024-12-21T03:16:57.915Zuploaded: /work/stamp-switch-asic.log
100742024-12-21T03:16:57.915Zuploading: /work/verify-libraries.log (5773 bytes)
100752024-12-21T03:16:58.950Zuploaded: /work/verify-libraries.log