01JMRYAJD7NPTTZC9NC9RC29AJ: 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: 01JMRYB0H8T64QD1VF2B17B2QS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-23T08:22:16.313Zjob assigned to worker 01JMRYB59FG9HSXG2C4PTZ98WN [factory aws, i-07a463f5f03a736d2] (queued for 56 s)
 
22025-02-23T08:22:24.110Zstarting task 0: "setup"
32025-02-23T08:22:24.117Z++ uname -s
42025-02-23T08:22:24.125Z+ kern=SunOS
52025-02-23T08:22:24.125Z+ build_user=build
62025-02-23T08:22:24.125Z+ build_uid=12345
72025-02-23T08:22:24.125Z+ work_dir=/work
82025-02-23T08:22:24.125Z+ input_dir=/input
92025-02-23T08:22:24.125Z+ [[ 0 == 12345 ]]
102025-02-23T08:22:24.125Z+ case "$kern" in
112025-02-23T08:22:24.125Z+ groupadd -g 12345 build
122025-02-23T08:22:24.125Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-23T08:22:26.132Z+ zfs create -o mountpoint=/work rpool/work
142025-02-23T08:22:26.222Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-23T08:22:26.224Z+ home_fs=zfs
162025-02-23T08:22:26.224Z+ [[ zfs == autofs ]]
172025-02-23T08:22:26.224Z+ mkdir -p /home/build
182025-02-23T08:22:26.227Z+ chown build:build /home/build /work
192025-02-23T08:22:28.229Z+ chmod 0700 /home/build /work
202025-02-23T08:22:28.232Zprocess exited: duration 4120 ms, exit code 0
 
212025-02-23T08:22:28.237Zstarting task 1: "rust-toolchain"
222025-02-23T08:22:28.243Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-23T08:22:28.243Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-23T08:22:28.243Z * rust toolchain channel = "1.85.0"
252025-02-23T08:22:28.243Z * rust toolchain profile = "default"
262025-02-23T08:22:28.243Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-23T08:22:28.243Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-23T08:22:28.245Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-23T08:22:28.245Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-23T08:22:28.362Zinfo: downloading installer
312025-02-23T08:22:29.528Zwarning: it looks like you have an existing installation of Rust at:
322025-02-23T08:22:29.528Zwarning: /opt/ooce/bin
332025-02-23T08:22:29.528Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-23T08:22:29.528Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-23T08:22:29.528Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-23T08:22:29.528Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-23T08:22:29.528Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-23T08:22:29.528Zerror: cannot install while Rust is installed
392025-02-23T08:22:29.528Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-23T08:22:29.544Zinfo: profile set to 'default'
412025-02-23T08:22:29.544Zinfo: default host triple is x86_64-unknown-illumos
422025-02-23T08:22:29.546Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-23T08:22:29.689Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-23T08:22:29.689Zinfo: downloading component 'cargo'
452025-02-23T08:22:30.403Zinfo: downloading component 'clippy'
462025-02-23T08:22:30.680Zinfo: downloading component 'rust-docs'
472025-02-23T08:22:31.768Zinfo: downloading component 'rust-std'
482025-02-23T08:22:33.366Zinfo: downloading component 'rustc'
492025-02-23T08:22:38.867Zinfo: downloading component 'rustfmt'
502025-02-23T08:22:39.073Zinfo: installing component 'cargo'
512025-02-23T08:22:39.883Zinfo: installing component 'clippy'
522025-02-23T08:22:40.263Zinfo: installing component 'rust-docs'
532025-02-23T08:22:42.027Zinfo: installing component 'rust-std'
542025-02-23T08:22:43.862Zinfo: installing component 'rustc'
552025-02-23T08:22:49.770Zinfo: installing component 'rustfmt'
562025-02-23T08:22:50.101Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-23T08:22:50.101Z
582025-02-23T08:22:50.468Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-23T08:22:50.469Z
602025-02-23T08:22:50.471Z
612025-02-23T08:22:50.471ZRust is installed now. Great!
622025-02-23T08:22:50.471Z
632025-02-23T08:22:50.471ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-23T08:22:50.471Zenvironment variable. This has not been done automatically.
652025-02-23T08:22:50.471Z
662025-02-23T08:22:50.471ZTo configure your current shell, you need to source
672025-02-23T08:22:50.473Zthe corresponding env file under $HOME/.cargo.
682025-02-23T08:22:50.473Z
692025-02-23T08:22:50.473ZThis is usually done by running one of the following (note the leading DOT):
702025-02-23T08:22:50.473Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-23T08:22:50.473Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-23T08:22:50.547Z+ rustup --version
732025-02-23T08:22:50.556Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-23T08:22:50.556Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-23T08:22:50.636Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-23T08:22:50.640Z+ cargo --version
772025-02-23T08:22:50.697Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-23T08:22:50.699Z+ rustc --version
792025-02-23T08:22:50.762Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-23T08:22:50.766Zprocess exited: duration 22523 ms, exit code 0
 
812025-02-23T08:22:50.771Zstarting task 2: "authentication"
822025-02-23T08:22:50.794Zprocess exited: duration 21 ms, exit code 0
 
832025-02-23T08:22:50.801Zstarting task 3: "clone repository"
842025-02-23T08:22:50.804Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-23T08:22:50.807Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-23T08:22:50.849ZCloning into '/work/oxidecomputer/omicron'...
872025-02-23T08:22:58.558Z+ cd /work/oxidecomputer/omicron
882025-02-23T08:22:58.558Z+ git fetch origin fef44b3229fc3a7f8a483a2e323b831dc82f07e3
892025-02-23T08:22:58.879ZFrom https://github.com/oxidecomputer/omicron
902025-02-23T08:22:58.879Z * branch fef44b3229fc3a7f8a483a2e323b831dc82f07e3 -> FETCH_HEAD
912025-02-23T08:22:58.890Z+ [[ -n renovate/test-strategy-0.x ]]
922025-02-23T08:22:58.892Z++ git branch --show-current
932025-02-23T08:22:58.895Z+ current=main
942025-02-23T08:22:58.895Z+ [[ main != renovate/test-strategy-0.x ]]
952025-02-23T08:22:58.895Z+ git branch -f renovate/test-strategy-0.x fef44b3229fc3a7f8a483a2e323b831dc82f07e3
962025-02-23T08:22:58.897Z+ git checkout -f renovate/test-strategy-0.x
972025-02-23T08:22:59.081ZSwitched to branch 'renovate/test-strategy-0.x'
982025-02-23T08:22:59.083Z+ git reset --hard fef44b3229fc3a7f8a483a2e323b831dc82f07e3
992025-02-23T08:22:59.096ZHEAD is now at fef44b322 merge main into branch
1002025-02-23T08:22:59.099Zprocess exited: duration 8296 ms, exit code 0
 
1012025-02-23T08:22:59.105Zstarting task 4: "build"
1022025-02-23T08:22:59.110Z+ source .github/buildomat/ci-env.sh
1032025-02-23T08:22:59.110Z++ export CARGO_TERM_COLOR=always
1042025-02-23T08:22:59.110Z++ CARGO_TERM_COLOR=always
1052025-02-23T08:22:59.112Z+ cargo --version
1062025-02-23T08:22:59.162Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-23T08:22:59.165Z+ rustc --version
1082025-02-23T08:22:59.226Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-23T08:22:59.228Z+ cargo tree --locked
1102025-02-23T08:22:59.460Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-23T08:22:59.734Z Updating crates.io index
1122025-02-23T08:22:59.737Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-23T08:23:00.292Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-23T08:23:00.565Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-23T08:23:00.828Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-23T08:23:01.942Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-23T08:23:03.715Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-23T08:23:04.633Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-23T08:23:05.398Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-23T08:23:05.683Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-23T08:23:05.977Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-23T08:23:06.580Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-23T08:23:07.127Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1242025-02-23T08:23:07.450Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252025-02-23T08:23:07.773Z Updating git repository `https://github.com/oxidecomputer/tofino`
1262025-02-23T08:23:08.007Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272025-02-23T08:23:08.261Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282025-02-23T08:23:08.483Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292025-02-23T08:23:08.734Z Updating git repository `https://github.com/oxidecomputer/lldp`
1302025-02-23T08:23:09.045Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312025-02-23T08:23:09.328Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322025-02-23T08:23:09.661Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332025-02-23T08:23:09.928Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1342025-02-23T08:23:10.327Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352025-02-23T08:23:10.808Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1362025-02-23T08:23:11.099Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1372025-02-23T08:23:11.463Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382025-02-23T08:23:11.866Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1392025-02-23T08:23:12.192Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402025-02-23T08:23:12.463Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412025-02-23T08:23:12.736Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422025-02-23T08:23:14.238Z Downloading crates ...
1432025-02-23T08:23:14.356Z Downloaded array-init v0.0.4
1442025-02-23T08:23:14.358Z Downloaded async-object-pool v0.1.5
1452025-02-23T08:23:14.363Z Downloaded equivalent v1.0.1
1462025-02-23T08:23:14.365Z Downloaded fallible-streaming-iterator v0.1.9
1472025-02-23T08:23:14.368Z Downloaded escape8259 v0.5.3
1482025-02-23T08:23:14.368Z Downloaded chrono-tz-build v0.4.0
1492025-02-23T08:23:14.378Z Downloaded guppy-workspace-hack v0.1.0
1502025-02-23T08:23:14.381Z Downloaded foreign-types-shared v0.3.1
1512025-02-23T08:23:14.384Z Downloaded cfg_aliases v0.1.1
1522025-02-23T08:23:14.387Z Downloaded headers-core v0.3.0
1532025-02-23T08:23:14.390Z Downloaded atomicwrites v0.4.4
1542025-02-23T08:23:14.392Z Downloaded hubpack_derive v0.1.1
1552025-02-23T08:23:14.394Z Downloaded atty v0.2.14
1562025-02-23T08:23:14.397Z Downloaded cfg_aliases v0.2.1
1572025-02-23T08:23:14.397Z Downloaded foreign-types-shared v0.1.1
1582025-02-23T08:23:14.399Z Downloaded http-range v0.1.5
1592025-02-23T08:23:14.402Z Downloaded http-body v1.0.1
1602025-02-23T08:23:14.402Z Downloaded async-stream-impl v0.3.6
1612025-02-23T08:23:14.406Z Downloaded anstyle-query v1.1.1
1622025-02-23T08:23:14.408Z Downloaded fxhash v0.2.1
1632025-02-23T08:23:14.411Z Downloaded async-global-executor v2.4.1
1642025-02-23T08:23:14.411Z Downloaded ascii-canvas v3.0.0
1652025-02-23T08:23:14.414Z Downloaded arrayref v0.3.9
1662025-02-23T08:23:14.414Z Downloaded event-listener-strategy v0.5.2
1672025-02-23T08:23:14.416Z Downloaded async-attributes v1.1.2
1682025-02-23T08:23:14.416Z Downloaded anstyle v1.0.10
1692025-02-23T08:23:14.419Z Downloaded futures-sink v0.3.31
1702025-02-23T08:23:14.423Z Downloaded fastrand v2.1.1
1712025-02-23T08:23:14.423Z Downloaded errno v0.3.9
1722025-02-23T08:23:14.423Z Downloaded number_prefix v0.4.0
1732025-02-23T08:23:14.425Z Downloaded fallible-iterator v0.3.0
1742025-02-23T08:23:14.427Z Downloaded group v0.13.0
1752025-02-23T08:23:14.427Z Downloaded glob v0.3.2
1762025-02-23T08:23:14.430Z Downloaded num_threads v0.1.7
1772025-02-23T08:23:14.430Z Downloaded foreign-types v0.3.2
1782025-02-23T08:23:14.432Z Downloaded hash32 v0.3.1
1792025-02-23T08:23:14.435Z Downloaded ghash v0.5.1
1802025-02-23T08:23:14.435Z Downloaded futures-task v0.3.31
1812025-02-23T08:23:14.437Z Downloaded generic-array v0.14.7
1822025-02-23T08:23:14.441Z Downloaded gethostname v0.5.0
1832025-02-23T08:23:14.441Z Downloaded foldhash v0.1.3
1842025-02-23T08:23:14.443Z Downloaded heck v0.4.1
1852025-02-23T08:23:14.444Z Downloaded hex v0.4.3
1862025-02-23T08:23:14.447Z Downloaded foreign-types v0.5.0
1872025-02-23T08:23:14.447Z Downloaded hash32 v0.2.1
1882025-02-23T08:23:14.447Z Downloaded async-signal v0.2.10
1892025-02-23T08:23:14.449Z Downloaded hubpack v0.1.2
1902025-02-23T08:23:14.452Z Downloaded castaway v0.2.3
1912025-02-23T08:23:14.454Z Downloaded http-body-util v0.1.2
1922025-02-23T08:23:14.456Z Downloaded atomic-waker v1.1.2
1932025-02-23T08:23:14.456Z Downloaded fragile v2.0.0
1942025-02-23T08:23:14.459Z Downloaded humantime v2.1.0
1952025-02-23T08:23:14.461Z Downloaded home v0.5.9
1962025-02-23T08:23:14.462Z Downloaded futures-timer v3.0.3
1972025-02-23T08:23:14.464Z Downloaded event-listener v2.5.3
1982025-02-23T08:23:14.466Z Downloaded futures-macro v0.3.31
1992025-02-23T08:23:14.466Z Downloaded bcrypt-pbkdf v0.10.0
2002025-02-23T08:23:14.469Z Downloaded heck v0.5.0
2012025-02-23T08:23:14.469Z Downloaded form_urlencoded v1.2.1
2022025-02-23T08:23:14.471Z Downloaded httpdate v1.0.3
2032025-02-23T08:23:14.474Z Downloaded cexpr v0.6.0
2042025-02-23T08:23:14.474Z Downloaded byteorder v1.5.0
2052025-02-23T08:23:14.476Z Downloaded cbc v0.1.2
2062025-02-23T08:23:14.479Z Downloaded autocfg v1.4.0
2072025-02-23T08:23:14.481Z Downloaded anstream v0.6.15
2082025-02-23T08:23:14.484Z Downloaded fallible-iterator v0.2.0
2092025-02-23T08:23:14.486Z Downloaded cfg-if v1.0.0
2102025-02-23T08:23:14.486Z Downloaded buf-list v1.0.3
2112025-02-23T08:23:14.489Z Downloaded globset v0.4.15
2122025-02-23T08:23:14.492Z Downloaded futures-lite v2.3.0
2132025-02-23T08:23:14.494Z Downloaded normalize-line-endings v0.3.0
2142025-02-23T08:23:14.494Z Downloaded futures-executor v0.3.31
2152025-02-23T08:23:14.499Z Downloaded futures-channel v0.3.31
2162025-02-23T08:23:14.502Z Downloaded fs_extra v1.3.0
2172025-02-23T08:23:14.502Z Downloaded backoff v0.4.0
2182025-02-23T08:23:14.505Z Downloaded pretty-hex v0.4.1
2192025-02-23T08:23:14.505Z Downloaded progenitor-client v0.9.1
2202025-02-23T08:23:14.507Z Downloaded httparse v1.9.5
2212025-02-23T08:23:14.510Z Downloaded bb8 v0.8.5
2222025-02-23T08:23:14.510Z Downloaded httptest v0.16.3
2232025-02-23T08:23:14.512Z Downloaded filetime v0.2.25
2242025-02-23T08:23:14.515Z Downloaded async-lock v3.4.0
2252025-02-23T08:23:14.517Z Downloaded async-bb8-diesel v0.2.1
2262025-02-23T08:23:14.520Z Downloaded hashlink v0.9.1
2272025-02-23T08:23:14.522Z Downloaded cast v0.3.0
2282025-02-23T08:23:14.525Z Downloaded fatfs v0.3.6
2292025-02-23T08:23:14.527Z Downloaded cancel-safe-futures v0.1.5
2302025-02-23T08:23:14.530Z Downloaded russh-cryptovec v0.7.3
2312025-02-23T08:23:14.532Z Downloaded oso-derive v0.27.3
2322025-02-23T08:23:14.532Z Downloaded rustc-hash v2.0.0
2332025-02-23T08:23:14.535Z Downloaded cassowary v0.3.0
2342025-02-23T08:23:14.537Z Downloaded bcs v0.1.6
2352025-02-23T08:23:14.537Z Downloaded async-trait v0.1.86
2362025-02-23T08:23:14.541Z Downloaded camino-tempfile v1.1.1
2372025-02-23T08:23:14.545Z Downloaded try-lock v0.2.5
2382025-02-23T08:23:14.545Z Downloaded anyhow v1.0.96
2392025-02-23T08:23:14.548Z Downloaded num-rational v0.4.2
2402025-02-23T08:23:14.551Z Downloaded pathdiff v0.2.3
2412025-02-23T08:23:14.553Z Downloaded parse-display v0.10.0
2422025-02-23T08:23:14.553Z Downloaded half v2.4.1
2432025-02-23T08:23:14.556Z Downloaded fixedbitset v0.5.7
2442025-02-23T08:23:14.558Z Downloaded futures v0.3.31
2452025-02-23T08:23:14.563Z Downloaded strum v0.26.3
2462025-02-23T08:23:14.566Z Downloaded cargo_metadata v0.18.1
2472025-02-23T08:23:14.568Z Downloaded highway v1.2.0
2482025-02-23T08:23:14.571Z Downloaded phf_shared v0.11.2
2492025-02-23T08:23:14.571Z Downloaded parking v2.2.1
2502025-02-23T08:23:14.573Z Downloaded anstyle-parse v0.2.5
2512025-02-23T08:23:14.576Z Downloaded base64ct v1.6.0
2522025-02-23T08:23:14.578Z Downloaded hmac v0.12.1
2532025-02-23T08:23:14.578Z Downloaded async-process v2.3.0
2542025-02-23T08:23:14.581Z Downloaded ciborium-io v0.2.2
2552025-02-23T08:23:14.583Z Downloaded hickory-client v0.24.3
2562025-02-23T08:23:14.585Z Downloaded rand_core v0.6.4
2572025-02-23T08:23:14.588Z Downloaded event-listener v5.3.1
2582025-02-23T08:23:14.590Z Downloaded bzip2 v0.4.4
2592025-02-23T08:23:14.593Z Downloaded bitflags v2.6.0
2602025-02-23T08:23:14.596Z Downloaded addr2line v0.24.2
2612025-02-23T08:23:14.598Z Downloaded rand_chacha v0.3.1
2622025-02-23T08:23:14.601Z Downloaded quick-error v1.2.3
2632025-02-23T08:23:14.604Z Downloaded slab v0.4.9
2642025-02-23T08:23:14.604Z Downloaded serde_spanned v0.6.8
2652025-02-23T08:23:14.606Z Downloaded cfg-expr v0.18.0
2662025-02-23T08:23:14.609Z Downloaded strum_macros v0.25.3
2672025-02-23T08:23:14.611Z Downloaded termios v0.3.3
2682025-02-23T08:23:14.614Z Downloaded terminal_size v0.4.0
2692025-02-23T08:23:14.614Z Downloaded termcolor v1.4.1
2702025-02-23T08:23:14.616Z Downloaded siphasher v0.3.11
2712025-02-23T08:23:14.619Z Downloaded serde_plain v1.0.2
2722025-02-23T08:23:14.619Z Downloaded serde_path_to_error v0.1.16
2732025-02-23T08:23:14.621Z Downloaded unarray v0.1.4
2742025-02-23T08:23:14.624Z Downloaded typify-macro v0.2.0
2752025-02-23T08:23:14.625Z Downloaded typify-macro v0.3.0
2762025-02-23T08:23:14.628Z Downloaded owo-colors v4.1.0
2772025-02-23T08:23:14.628Z Downloaded utf8parse v0.2.2
2782025-02-23T08:23:14.630Z Downloaded postgres-types v0.2.8
2792025-02-23T08:23:14.633Z Downloaded ident_case v1.0.1
2802025-02-23T08:23:14.633Z Downloaded icu_provider_macros v1.5.0
2812025-02-23T08:23:14.636Z Downloaded pin-project-internal v1.1.6
2822025-02-23T08:23:14.638Z Downloaded smf v0.2.3
2832025-02-23T08:23:14.638Z Downloaded password-hash v0.4.2
2842025-02-23T08:23:14.641Z Downloaded flume v0.11.1
2852025-02-23T08:23:14.643Z Downloaded tap v1.0.1
2862025-02-23T08:23:14.645Z Downloaded smawk v0.3.2
2872025-02-23T08:23:14.648Z Downloaded yoke-derive v0.7.4
2882025-02-23T08:23:14.648Z Downloaded tinystr v0.7.6
2892025-02-23T08:23:14.651Z Downloaded tiny-keccak v2.0.2
2902025-02-23T08:23:14.653Z Downloaded postgres-protocol v0.6.7
2912025-02-23T08:23:14.655Z Downloaded allocator-api2 v0.2.18
2922025-02-23T08:23:14.658Z Downloaded strum_macros v0.24.3
2932025-02-23T08:23:14.660Z Downloaded nested v0.1.1
2942025-02-23T08:23:14.662Z Downloaded md5 v0.7.0
2952025-02-23T08:23:14.665Z Downloaded yoke v0.7.4
2962025-02-23T08:23:14.665Z Downloaded async-io v2.3.4
2972025-02-23T08:23:14.668Z Downloaded cpufeatures v0.2.14
2982025-02-23T08:23:14.670Z Downloaded daft v0.1.1
2992025-02-23T08:23:14.673Z Downloaded rusty-fork v0.3.0
3002025-02-23T08:23:14.675Z Downloaded curve25519-dalek-derive v0.1.1
3012025-02-23T08:23:14.675Z Downloaded relative-path v1.9.3
3022025-02-23T08:23:14.678Z Downloaded ciborium-ll v0.2.2
3032025-02-23T08:23:14.678Z Downloaded ahash v0.8.11
3042025-02-23T08:23:14.680Z Downloaded snafu-derive v0.8.5
3052025-02-23T08:23:14.683Z Downloaded tokio-tungstenite v0.24.0
3062025-02-23T08:23:14.685Z Downloaded rustversion v1.0.17
3072025-02-23T08:23:14.688Z Downloaded deranged v0.3.11
3082025-02-23T08:23:14.690Z Downloaded serde_repr v0.1.19
3092025-02-23T08:23:14.693Z Downloaded serde_regex v1.1.0
3102025-02-23T08:23:14.693Z Downloaded cargo_metadata v0.19.1
3112025-02-23T08:23:14.696Z Downloaded camino v1.1.9
3122025-02-23T08:23:14.699Z Downloaded headers v0.4.0
3132025-02-23T08:23:14.702Z Downloaded libefi-sys v0.1.0
3142025-02-23T08:23:14.704Z Downloaded value-bag v1.9.0
3152025-02-23T08:23:14.707Z Downloaded either v1.13.0
3162025-02-23T08:23:14.709Z Downloaded arc-swap v1.7.1
3172025-02-23T08:23:14.713Z Downloaded heapless v0.7.17
3182025-02-23T08:23:14.718Z Downloaded heapless v0.8.0
3192025-02-23T08:23:14.721Z Downloaded fancy-regex v0.13.0
3202025-02-23T08:23:14.726Z Downloaded yasna v0.5.2
3212025-02-23T08:23:14.728Z Downloaded linked-hash-map v0.5.6
3222025-02-23T08:23:14.731Z Downloaded term v0.7.0
3232025-02-23T08:23:14.733Z Downloaded uzers v0.12.1
3242025-02-23T08:23:14.736Z Downloaded usdt-impl v0.5.0
3252025-02-23T08:23:14.740Z Downloaded sqlparser_derive v0.2.2
3262025-02-23T08:23:14.743Z Downloaded base64 v0.13.1
3272025-02-23T08:23:14.743Z Downloaded tinytemplate v1.2.1
3282025-02-23T08:23:14.745Z Downloaded md-5 v0.10.6
3292025-02-23T08:23:14.745Z Downloaded maybe-uninit v2.0.0
3302025-02-23T08:23:14.748Z Downloaded linear-map v1.2.0
3312025-02-23T08:23:14.750Z Downloaded oxnet v0.1.0
3322025-02-23T08:23:14.750Z Downloaded pest_generator v2.7.14
3332025-02-23T08:23:14.753Z Downloaded derive_builder_core v0.20.2
3342025-02-23T08:23:14.755Z Downloaded chacha20poly1305 v0.10.1
3352025-02-23T08:23:14.758Z Downloaded derive_builder v0.20.2
3362025-02-23T08:23:14.762Z Downloaded ryu v1.0.18
3372025-02-23T08:23:14.765Z Downloaded toolchain_find v0.4.0
3382025-02-23T08:23:14.768Z Downloaded termtree v0.4.1
3392025-02-23T08:23:14.770Z Downloaded waitgroup v0.1.2
3402025-02-23T08:23:14.770Z Downloaded plain v0.2.3
3412025-02-23T08:23:14.773Z Downloaded phf_generator v0.11.2
3422025-02-23T08:23:14.773Z Downloaded phf_codegen v0.11.2
3432025-02-23T08:23:14.776Z Downloaded scheduled-thread-pool v0.2.7
3442025-02-23T08:23:14.776Z Downloaded radium v0.7.0
3452025-02-23T08:23:14.778Z Downloaded litemap v0.7.3
3462025-02-23T08:23:14.781Z Downloaded ucd-trie v0.1.7
3472025-02-23T08:23:14.783Z Downloaded pin-project v1.1.6
3482025-02-23T08:23:14.793Z Downloaded polyval v0.6.2
3492025-02-23T08:23:14.796Z Downloaded hyper-rustls v0.27.3
3502025-02-23T08:23:14.798Z Downloaded zone v0.1.8
3512025-02-23T08:23:14.801Z Downloaded zerocopy v0.6.6
3522025-02-23T08:23:14.803Z Downloaded vergen v8.3.2
3532025-02-23T08:23:14.805Z Downloaded downcast v0.11.0
3542025-02-23T08:23:14.808Z Downloaded thiserror-no-std v2.0.2
3552025-02-23T08:23:14.811Z Downloaded schemars_derive v0.8.21
3562025-02-23T08:23:14.813Z Downloaded thread_local v1.1.8
3572025-02-23T08:23:14.816Z Downloaded rustc_version v0.4.1
3582025-02-23T08:23:14.818Z Downloaded thread-id v4.2.2
3592025-02-23T08:23:14.818Z Downloaded quinn-udp v0.5.5
3602025-02-23T08:23:14.821Z Downloaded crossbeam-utils v0.8.20
3612025-02-23T08:23:14.825Z Downloaded parking_lot v0.11.2
3622025-02-23T08:23:14.828Z Downloaded zopfli v0.8.1
3632025-02-23T08:23:14.830Z Downloaded tinyvec v1.8.0
3642025-02-23T08:23:14.833Z Downloaded serde_tokenstream v0.2.2
3652025-02-23T08:23:14.836Z Downloaded sqlformat v0.2.6
3662025-02-23T08:23:14.838Z Downloaded native-tls v0.2.12
3672025-02-23T08:23:14.838Z Downloaded vte_generate_state_changes v0.1.2
3682025-02-23T08:23:14.841Z Downloaded is_ci v1.2.0
3692025-02-23T08:23:14.841Z Downloaded snafu v0.8.5
3702025-02-23T08:23:14.847Z Downloaded colorchoice v1.0.2
3712025-02-23T08:23:14.850Z Downloaded rustc_version v0.1.7
3722025-02-23T08:23:14.852Z Downloaded hashbrown v0.12.3
3732025-02-23T08:23:14.855Z Downloaded zone v0.3.0
3742025-02-23T08:23:14.858Z Downloaded uuid v1.12.0
3752025-02-23T08:23:14.860Z Downloaded derive-where v1.2.7
3762025-02-23T08:23:14.863Z Downloaded defmt-macros v0.3.9
3772025-02-23T08:23:14.866Z Downloaded progenitor-client v0.8.0
3782025-02-23T08:23:14.869Z Downloaded pin-utils v0.1.0
3792025-02-23T08:23:14.869Z Downloaded path-slash v0.1.5
3802025-02-23T08:23:14.871Z Downloaded num v0.4.3
3812025-02-23T08:23:14.871Z Downloaded flate2 v1.0.35
3822025-02-23T08:23:14.877Z Downloaded ena v0.14.3
3832025-02-23T08:23:14.881Z Downloaded digest v0.10.7
3842025-02-23T08:23:14.883Z Downloaded icu_provider v1.5.0
3852025-02-23T08:23:14.885Z Downloaded icu_normalizer_data v1.5.0
3862025-02-23T08:23:14.888Z Downloaded macaddr v1.0.1
3872025-02-23T08:23:14.890Z Downloaded strum_macros v0.26.4
3882025-02-23T08:23:14.893Z Downloaded sigpipe v0.1.3
3892025-02-23T08:23:14.893Z Downloaded serde-big-array v0.5.1
3902025-02-23T08:23:14.895Z Downloaded elliptic-curve v0.13.8
3912025-02-23T08:23:14.899Z Downloaded similar-asserts v1.6.0
3922025-02-23T08:23:14.901Z Downloaded multimap v0.10.0
3932025-02-23T08:23:14.904Z Downloaded unsafe-libyaml v0.2.11
3942025-02-23T08:23:14.906Z Downloaded sha2 v0.10.8
3952025-02-23T08:23:14.909Z Downloaded poly1305 v0.8.0
3962025-02-23T08:23:14.911Z Downloaded precomputed-hash v0.1.1
3972025-02-23T08:23:14.914Z Downloaded tracing-core v0.1.32
3982025-02-23T08:23:14.916Z Downloaded parking_lot_core v0.9.10
3992025-02-23T08:23:14.918Z Downloaded difflib v0.4.0
4002025-02-23T08:23:14.921Z Downloaded debug-ignore v1.0.5
4012025-02-23T08:23:14.923Z Downloaded num-traits v0.2.19
4022025-02-23T08:23:14.926Z Downloaded backtrace v0.3.74
4032025-02-23T08:23:14.930Z Downloaded sync_wrapper v1.0.1
4042025-02-23T08:23:14.932Z Downloaded sync-ptr v0.1.1
4052025-02-23T08:23:14.932Z Downloaded indoc v2.0.5
4062025-02-23T08:23:14.935Z Downloaded rpassword v7.3.1
4072025-02-23T08:23:14.938Z Downloaded env_logger v0.10.2
4082025-02-23T08:23:14.940Z Downloaded subprocess v0.2.9
4092025-02-23T08:23:14.943Z Downloaded crossbeam-epoch v0.9.18
4102025-02-23T08:23:14.946Z Downloaded progenitor-macro v0.9.1
4112025-02-23T08:23:14.949Z Downloaded unicode-linebreak v0.1.5
4122025-02-23T08:23:14.949Z Downloaded aes v0.8.4
4132025-02-23T08:23:14.952Z Downloaded unicode-properties v0.1.3
4142025-02-23T08:23:14.955Z Downloaded serde-hex v0.1.0
4152025-02-23T08:23:14.958Z Downloaded schemars v0.8.21
4162025-02-23T08:23:14.968Z Downloaded zone_cfg_derive v0.3.0
4172025-02-23T08:23:14.971Z Downloaded hashbrown v0.15.1
4182025-02-23T08:23:14.975Z Downloaded document-features v0.2.10
4192025-02-23T08:23:14.977Z Downloaded doc-comment v0.3.3
4202025-02-23T08:23:14.980Z Downloaded slog-scope v4.4.0
4212025-02-23T08:23:14.980Z Downloaded dof v0.3.0
4222025-02-23T08:23:14.982Z Downloaded paste v1.0.15
4232025-02-23T08:23:14.985Z Downloaded vte v0.11.1
4242025-02-23T08:23:14.987Z Downloaded zerocopy-derive v0.7.35
4252025-02-23T08:23:14.991Z Downloaded num-conv v0.1.0
4262025-02-23T08:23:14.997Z Downloaded rstest v0.23.0
4272025-02-23T08:23:15.000Z Downloaded zeroize v1.8.1
4282025-02-23T08:23:15.003Z Downloaded utf16_iter v1.0.5
4292025-02-23T08:23:15.003Z Downloaded unicode-truncate v1.1.0
4302025-02-23T08:23:15.006Z Downloaded rust-argon2 v2.1.0
4312025-02-23T08:23:15.010Z Downloaded const_format v0.2.34
4322025-02-23T08:23:15.013Z Downloaded topological-sort v0.2.2
4332025-02-23T08:23:15.015Z Downloaded synstructure v0.13.1
4342025-02-23T08:23:15.015Z Downloaded newline-converter v0.3.0
4352025-02-23T08:23:15.019Z Downloaded crossbeam-deque v0.8.5
4362025-02-23T08:23:15.019Z Downloaded iana-time-zone v0.1.61
4372025-02-23T08:23:15.021Z Downloaded oso v0.27.3
4382025-02-23T08:23:15.024Z Downloaded memchr v2.7.4
4392025-02-23T08:23:15.029Z Downloaded twox-hash v2.1.0
4402025-02-23T08:23:15.032Z Downloaded hyper v1.5.2
4412025-02-23T08:23:15.040Z Downloaded slog-term v2.9.1
4422025-02-23T08:23:15.042Z Downloaded indent_write v2.2.0
4432025-02-23T08:23:15.045Z Downloaded icu_properties v1.5.1
4442025-02-23T08:23:15.047Z Downloaded idna_adapter v1.2.0
4452025-02-23T08:23:15.051Z Downloaded universal-hash v0.5.1
4462025-02-23T08:23:15.051Z Downloaded indoc v1.0.9
4472025-02-23T08:23:15.053Z Downloaded impl-trait-for-tuples v0.2.2
4482025-02-23T08:23:15.056Z Downloaded ed25519-dalek v2.1.1
4492025-02-23T08:23:15.058Z Downloaded nodrop v0.1.14
4502025-02-23T08:23:15.061Z Downloaded guppy v0.17.16
4512025-02-23T08:23:15.066Z Downloaded multer v3.1.0
4522025-02-23T08:23:15.069Z Downloaded russh-keys v0.45.0
4532025-02-23T08:23:15.072Z Downloaded usdt-attr-macro v0.5.0
4542025-02-23T08:23:15.074Z Downloaded pretty_assertions v1.4.1
4552025-02-23T08:23:15.074Z Downloaded progenitor-impl v0.9.1
4562025-02-23T08:23:15.077Z Downloaded pkg-config v0.3.31
4572025-02-23T08:23:15.079Z Downloaded rustls-pki-types v1.10.0
4582025-02-23T08:23:15.082Z Downloaded proc-macro-error2 v2.0.1
4592025-02-23T08:23:15.085Z Downloaded darling v0.20.10
4602025-02-23T08:23:15.090Z Downloaded icu_locid v1.5.0
4612025-02-23T08:23:15.095Z Downloaded diesel_table_macro_syntax v0.2.0
4622025-02-23T08:23:15.097Z Downloaded rustyline v14.0.0
4632025-02-23T08:23:15.102Z Downloaded match_cfg v0.1.0
4642025-02-23T08:23:15.104Z Downloaded ref-cast v1.0.23
4652025-02-23T08:23:15.107Z Downloaded mime v0.3.17
4662025-02-23T08:23:15.109Z Downloaded memoffset v0.9.1
4672025-02-23T08:23:15.109Z Downloaded tungstenite v0.24.0
4682025-02-23T08:23:15.113Z Downloaded structmeta v0.3.0
4692025-02-23T08:23:15.115Z Downloaded serde_urlencoded v0.7.1
4702025-02-23T08:23:15.118Z Downloaded dropshot_endpoint v0.12.0
4712025-02-23T08:23:15.120Z Downloaded lru-cache v0.1.2
4722025-02-23T08:23:15.123Z Downloaded semver v0.1.20
4732025-02-23T08:23:15.123Z Downloaded tokio-rustls v0.26.0
4742025-02-23T08:23:15.125Z Downloaded tls_codec v0.4.1
4752025-02-23T08:23:15.128Z Downloaded qorb v0.2.1
4762025-02-23T08:23:15.131Z Downloaded tui-tree-widget v0.23.0
4772025-02-23T08:23:15.134Z Downloaded tokio-native-tls v0.3.1
4782025-02-23T08:23:15.138Z Downloaded proc-macro-error-attr v1.0.4
4792025-02-23T08:23:15.138Z Downloaded tokio-macros v2.5.0
4802025-02-23T08:23:15.138Z Downloaded peg v0.8.4
4812025-02-23T08:23:15.142Z Downloaded phf_shared v0.10.0
4822025-02-23T08:23:15.144Z Downloaded tokio-util v0.7.12
4832025-02-23T08:23:15.150Z Downloaded strsim v0.11.1
4842025-02-23T08:23:15.152Z Downloaded num-bigint-dig v0.8.4
4852025-02-23T08:23:15.158Z Downloaded colored v2.1.0
4862025-02-23T08:23:15.161Z Downloaded usdt v0.5.0
4872025-02-23T08:23:15.161Z Downloaded des v0.8.1
4882025-02-23T08:23:15.163Z Downloaded clap v4.5.30
4892025-02-23T08:23:15.172Z Downloaded target-triple v0.1.3
4902025-02-23T08:23:15.174Z Downloaded diesel-dtrace v0.4.2
4912025-02-23T08:23:15.177Z Downloaded thiserror-impl v1.0.69
4922025-02-23T08:23:15.177Z Downloaded serde_derive_internals v0.29.1
4932025-02-23T08:23:15.179Z Downloaded untrusted v0.9.0
4942025-02-23T08:23:15.182Z Downloaded memmap v0.7.0
4952025-02-23T08:23:15.184Z Downloaded diff v0.1.13
4962025-02-23T08:23:15.187Z Downloaded untrusted v0.7.1
4972025-02-23T08:23:15.187Z Downloaded unicode-xid v0.2.6
4982025-02-23T08:23:15.189Z Downloaded path-tree v0.8.1
4992025-02-23T08:23:15.191Z Downloaded want v0.3.1
5002025-02-23T08:23:15.192Z Downloaded indexmap v1.9.3
5012025-02-23T08:23:15.195Z Downloaded futures-util v0.3.31
5022025-02-23T08:23:15.208Z Downloaded instant v0.1.13
5032025-02-23T08:23:15.211Z Downloaded lazycell v1.3.0
5042025-02-23T08:23:15.213Z Downloaded goblin v0.8.2
5052025-02-23T08:23:15.221Z Downloaded cstr-argument v0.1.2
5062025-02-23T08:23:15.224Z Downloaded pkcs8 v0.10.2
5072025-02-23T08:23:15.224Z Downloaded pkcs1 v0.7.5
5082025-02-23T08:23:15.226Z Downloaded rand_seeder v0.3.0
5092025-02-23T08:23:15.229Z Downloaded simd-adler32 v0.3.7
5102025-02-23T08:23:15.231Z Downloaded zerocopy-derive v0.8.10
5112025-02-23T08:23:15.236Z Downloaded const_format_proc_macros v0.2.34
5122025-02-23T08:23:15.239Z Downloaded dtrace-parser v0.2.0
5132025-02-23T08:23:15.241Z Downloaded pest v2.7.14
5142025-02-23T08:23:15.246Z Downloaded stringprep v0.1.5
5152025-02-23T08:23:15.248Z Downloaded mime_guess v2.0.5
5162025-02-23T08:23:15.250Z Downloaded scopeguard v1.2.0
5172025-02-23T08:23:15.250Z Downloaded rfc6979 v0.4.0
5182025-02-23T08:23:15.253Z Downloaded num-bigint v0.4.6
5192025-02-23T08:23:15.257Z Downloaded openssl-probe v0.1.5
5202025-02-23T08:23:15.259Z Downloaded zerocopy v0.7.35
5212025-02-23T08:23:15.275Z Downloaded psl-types v2.0.11
5222025-02-23T08:23:15.278Z Downloaded cobs v0.2.3
5232025-02-23T08:23:15.278Z Downloaded which v4.4.2
5242025-02-23T08:23:15.280Z Downloaded postcard v1.0.10
5252025-02-23T08:23:15.283Z Downloaded hyper-rustls v0.26.0
5262025-02-23T08:23:15.285Z Downloaded p256 v0.13.2
5272025-02-23T08:23:15.288Z Downloaded scroll_derive v0.12.0
5282025-02-23T08:23:15.291Z Downloaded tls_codec_derive v0.4.1
5292025-02-23T08:23:15.291Z Downloaded threadpool v1.8.1
5302025-02-23T08:23:15.293Z Downloaded jobserver v0.1.32
5312025-02-23T08:23:15.295Z Downloaded yansi v1.0.1
5322025-02-23T08:23:15.299Z Downloaded pkcs5 v0.7.1
5332025-02-23T08:23:15.301Z Downloaded subtle v2.6.1
5342025-02-23T08:23:15.303Z Downloaded crc-catalog v2.4.0
5352025-02-23T08:23:15.306Z Downloaded icu_normalizer v1.5.0
5362025-02-23T08:23:15.308Z Downloaded crypto-common v0.1.6
5372025-02-23T08:23:15.311Z Downloaded proc-macro-error v1.0.4
5382025-02-23T08:23:15.314Z Downloaded smallvec v1.13.2
5392025-02-23T08:23:15.316Z Downloaded rcgen v0.12.1
5402025-02-23T08:23:15.319Z Downloaded internet-checksum v0.2.1
5412025-02-23T08:23:15.321Z Downloaded serde_derive v1.0.217
5422025-02-23T08:23:15.324Z Downloaded inout v0.1.3
5432025-02-23T08:23:15.326Z Downloaded dsl_auto_type v0.1.2
5442025-02-23T08:23:15.326Z Downloaded blake3 v1.5.4
5452025-02-23T08:23:15.334Z Downloaded memmap2 v0.9.5
5462025-02-23T08:23:15.337Z Downloaded packed_struct_codegen v0.10.1
5472025-02-23T08:23:15.339Z Downloaded packed_struct v0.10.1
5482025-02-23T08:23:15.341Z Downloaded tokio-rustls v0.25.0
5492025-02-23T08:23:15.344Z Downloaded nibble_vec v0.1.0
5502025-02-23T08:23:15.344Z Downloaded smallvec v0.6.14
5512025-02-23T08:23:15.347Z Downloaded supports-color v3.0.1
5522025-02-23T08:23:15.351Z Downloaded strip-ansi-escapes v0.2.0
5532025-02-23T08:23:15.351Z Downloaded static_assertions v1.1.0
5542025-02-23T08:23:15.351Z Downloaded stable_deref_trait v1.2.0
5552025-02-23T08:23:15.353Z Downloaded rand_xorshift v0.3.0
5562025-02-23T08:23:15.353Z Downloaded whoami v1.5.2
5572025-02-23T08:23:15.356Z Downloaded openssl-sys v0.9.106
5582025-02-23T08:23:15.359Z Downloaded predicates v3.1.3
5592025-02-23T08:23:15.362Z Downloaded darling_macro v0.20.10
5602025-02-23T08:23:15.365Z Downloaded utf8_iter v1.0.4
5612025-02-23T08:23:15.365Z Downloaded unicase v2.7.0
5622025-02-23T08:23:15.367Z Downloaded ssh-encoding v0.2.0
5632025-02-23T08:23:15.371Z Downloaded slog-envlogger v2.2.0
5642025-02-23T08:23:15.371Z Downloaded typify v0.2.0
5652025-02-23T08:23:15.374Z Downloaded kstat-rs v0.2.4
5662025-02-23T08:23:15.376Z Downloaded toml_edit v0.19.15
5672025-02-23T08:23:15.392Z Downloaded openssl-macros v0.1.1
5682025-02-23T08:23:15.395Z Downloaded endian-type v0.1.2
5692025-02-23T08:23:15.395Z Downloaded num-integer v0.1.46
5702025-02-23T08:23:15.397Z Downloaded parse-size v1.1.0
5712025-02-23T08:23:15.397Z Downloaded num-derive v0.4.2
5722025-02-23T08:23:15.400Z Downloaded dyn-clone v1.0.18
5732025-02-23T08:23:15.402Z Downloaded concurrent-queue v2.5.0
5742025-02-23T08:23:15.405Z Downloaded tough v0.19.0
5752025-02-23T08:23:15.412Z Downloaded opaque-debug v0.3.1
5762025-02-23T08:23:15.414Z Downloaded signal-hook-mio v0.2.4
5772025-02-23T08:23:15.416Z Downloaded typify v0.3.0
5782025-02-23T08:23:15.419Z Downloaded ssh-cipher v0.2.0
5792025-02-23T08:23:15.422Z Downloaded cmake v0.1.51
5802025-02-23T08:23:15.422Z Downloaded clap_lex v0.7.4
5812025-02-23T08:23:15.427Z Downloaded version_check v0.9.5
5822025-02-23T08:23:15.430Z Downloaded once_cell v1.20.3
5832025-02-23T08:23:15.432Z Downloaded derive_builder_macro v0.20.2
5842025-02-23T08:23:15.434Z Downloaded lockfree-object-pool v0.1.6
5852025-02-23T08:23:15.437Z Downloaded lock_api v0.4.12
5862025-02-23T08:23:15.437Z Downloaded ipnet v2.10.1
5872025-02-23T08:23:15.440Z Downloaded shlex v1.3.0
5882025-02-23T08:23:15.442Z Downloaded shell-words v1.1.0
5892025-02-23T08:23:15.442Z Downloaded percent-encoding v2.3.1
5902025-02-23T08:23:15.442Z Downloaded csv-core v0.1.11
5912025-02-23T08:23:15.444Z Downloaded env_filter v0.1.2
5922025-02-23T08:23:15.447Z Downloaded console v0.15.10
5932025-02-23T08:23:15.449Z Downloaded serde_json v1.0.139
5942025-02-23T08:23:15.456Z Downloaded zerofrom v0.1.4
5952025-02-23T08:23:15.459Z Downloaded target-lexicon v0.13.2
5962025-02-23T08:23:15.461Z Downloaded zone_cfg_derive v0.1.2
5972025-02-23T08:23:15.461Z Downloaded zeroize_derive v1.4.2
5982025-02-23T08:23:15.464Z Downloaded kv-log-macro v1.0.7
5992025-02-23T08:23:15.468Z Downloaded env_logger v0.11.5
6002025-02-23T08:23:15.470Z Downloaded git2 v0.19.0
6012025-02-23T08:23:15.476Z Downloaded signal-hook-registry v1.4.2
6022025-02-23T08:23:15.479Z Downloaded parse-display-derive v0.10.0
6032025-02-23T08:23:15.481Z Downloaded log v0.4.22
6042025-02-23T08:23:15.483Z Downloaded tower-service v0.3.3
6052025-02-23T08:23:15.483Z Downloaded tower-layer v0.3.3
6062025-02-23T08:23:15.486Z Downloaded displaydoc v0.2.5
6072025-02-23T08:23:15.489Z Downloaded crossbeam-channel v0.5.13
6082025-02-23T08:23:15.493Z Downloaded new_debug_unreachable v1.0.6
6092025-02-23T08:23:15.495Z Downloaded num_enum_derive v0.5.11
6102025-02-23T08:23:15.495Z Downloaded newtype-uuid v1.2.1
6112025-02-23T08:23:15.495Z Downloaded tracing v0.1.40
6122025-02-23T08:23:15.501Z Downloaded defmt-parser v0.3.4
6132025-02-23T08:23:15.504Z Downloaded data-encoding v2.6.0
6142025-02-23T08:23:15.504Z Downloaded xz2 v0.1.7
6152025-02-23T08:23:15.507Z Downloaded dropshot_endpoint v0.15.1
6162025-02-23T08:23:15.509Z Downloaded libtest-mimic v0.7.3
6172025-02-23T08:23:15.512Z Downloaded pbkdf2 v0.11.0
6182025-02-23T08:23:15.514Z Downloaded num_cpus v1.16.0
6192025-02-23T08:23:15.517Z Downloaded crc-any v2.5.0
6202025-02-23T08:23:15.519Z Downloaded const-oid v0.9.6
6212025-02-23T08:23:15.522Z Downloaded zerovec-derive v0.10.3
6222025-02-23T08:23:15.524Z Downloaded pem-rfc7468 v0.7.0
6232025-02-23T08:23:15.527Z Downloaded newtype_derive v0.1.6
6242025-02-23T08:23:15.529Z Downloaded zerofrom-derive v0.1.4
6252025-02-23T08:23:15.529Z Downloaded signature v2.2.0
6262025-02-23T08:23:15.532Z Downloaded primeorder v0.13.6
6272025-02-23T08:23:15.532Z Downloaded predicates-tree v1.0.11
6282025-02-23T08:23:15.534Z Downloaded quick-xml v0.33.0
6292025-02-23T08:23:15.539Z Downloaded xattr v1.3.1
6302025-02-23T08:23:15.541Z Downloaded test-strategy v0.4.0
6312025-02-23T08:23:15.545Z Downloaded signal-hook v0.3.17
6322025-02-23T08:23:15.548Z Downloaded zip v0.6.6
6332025-02-23T08:23:15.553Z Downloaded proc-macro-crate v3.2.0
6342025-02-23T08:23:15.555Z Downloaded lalrpop-util v0.19.12
6352025-02-23T08:23:15.555Z Downloaded enum-as-inner v0.6.1
6362025-02-23T08:23:15.558Z Downloaded ecdsa v0.16.9
6372025-02-23T08:23:15.560Z Downloaded daft-derive v0.1.1
6382025-02-23T08:23:15.563Z Downloaded time-core v0.1.2
6392025-02-23T08:23:15.565Z Downloaded signal-hook-tokio v0.3.1
6402025-02-23T08:23:15.565Z Downloaded rustls-pemfile v1.0.4
6412025-02-23T08:23:15.568Z Downloaded samael v0.0.17
6422025-02-23T08:23:15.573Z Downloaded take_mut v0.2.2
6432025-02-23T08:23:15.575Z Downloaded is_terminal_polyfill v1.70.1
6442025-02-23T08:23:15.575Z Downloaded hyper-tls v0.6.0
6452025-02-23T08:23:15.578Z Downloaded embedded-io v0.6.1
6462025-02-23T08:23:15.578Z Downloaded unicode-bidi v0.3.17
6472025-02-23T08:23:15.581Z Downloaded embedded-io v0.4.0
6482025-02-23T08:23:15.584Z Downloaded spin v0.9.8
6492025-02-23T08:23:15.586Z Downloaded mirai-annotations v1.12.0
6502025-02-23T08:23:15.586Z Downloaded crucible-workspace-hack v0.1.0
6512025-02-23T08:23:15.589Z Downloaded async-std v1.13.0
6522025-02-23T08:23:15.608Z Downloaded swrite v0.1.0
6532025-02-23T08:23:15.610Z Downloaded rustls-webpki v0.102.8
6542025-02-23T08:23:15.627Z Downloaded slog-bunyan v2.5.0
6552025-02-23T08:23:15.631Z Downloaded crunchy v0.2.2
6562025-02-23T08:23:15.631Z Downloaded spki v0.7.3
6572025-02-23T08:23:15.633Z Downloaded tungstenite v0.21.0
6582025-02-23T08:23:15.636Z Downloaded textwrap v0.16.1
6592025-02-23T08:23:15.638Z Downloaded libloading v0.8.5
6602025-02-23T08:23:15.641Z Downloaded plotters-svg v0.3.7
6612025-02-23T08:23:15.641Z Downloaded time-macros v0.2.18
6622025-02-23T08:23:15.643Z Downloaded chrono v0.4.39
6632025-02-23T08:23:15.649Z Downloaded pem v3.0.4
6642025-02-23T08:23:15.652Z Downloaded num_enum v0.5.11
6652025-02-23T08:23:15.655Z Downloaded resolv-conf v0.7.0
6662025-02-23T08:23:15.658Z Downloaded ref-cast-impl v1.0.23
6672025-02-23T08:23:15.660Z Downloaded thiserror v1.0.69
6682025-02-23T08:23:15.663Z Downloaded plotters-backend v0.3.7
6692025-02-23T08:23:15.666Z Downloaded phf v0.11.2
6702025-02-23T08:23:15.666Z Downloaded nanorand v0.7.0
6712025-02-23T08:23:15.668Z Downloaded num-iter v0.1.45
6722025-02-23T08:23:15.671Z Downloaded itoa v1.0.11
6732025-02-23T08:23:15.673Z Downloaded tabled_derive v0.7.0
6742025-02-23T08:23:15.673Z Downloaded socket2 v0.5.7
6752025-02-23T08:23:15.676Z Downloaded reedline v0.35.0
6762025-02-23T08:23:15.681Z Downloaded thiserror-impl-no-std v2.0.2
6772025-02-23T08:23:15.684Z Downloaded bindgen v0.69.5
6782025-02-23T08:23:15.691Z Downloaded writeable v0.5.5
6792025-02-23T08:23:15.693Z Downloaded mockall v0.13.1
6802025-02-23T08:23:15.694Z Downloaded vsss-rs v3.3.4
6812025-02-23T08:23:15.696Z Downloaded publicsuffix v2.3.0
6822025-02-23T08:23:15.699Z Downloaded tabled_derive v0.10.0
6832025-02-23T08:23:15.701Z Downloaded rtoolbox v0.0.2
6842025-02-23T08:23:15.701Z Downloaded powerfmt v0.2.0
6852025-02-23T08:23:15.704Z Downloaded toml v0.7.8
6862025-02-23T08:23:15.706Z Downloaded tungstenite v0.23.0
6872025-02-23T08:23:15.709Z Downloaded tokio-stream v0.1.16
6882025-02-23T08:23:15.714Z Downloaded crc32fast v1.4.2
6892025-02-23T08:23:15.717Z Downloaded clap_derive v4.5.28
6902025-02-23T08:23:15.719Z Downloaded ed25519 v2.2.3
6912025-02-23T08:23:15.723Z Downloaded similar v2.6.0
6922025-02-23T08:23:15.726Z Downloaded clap_builder v4.5.30
6932025-02-23T08:23:15.732Z Downloaded derive_more v0.99.19
6942025-02-23T08:23:15.737Z Downloaded serde_with v3.11.0
6952025-02-23T08:23:15.745Z Downloaded walkdir v2.5.0
6962025-02-23T08:23:15.747Z Downloaded tokio-tungstenite v0.23.1
6972025-02-23T08:23:15.750Z Downloaded tokio-tungstenite v0.21.0
6982025-02-23T08:23:15.752Z Downloaded ron v0.7.1
6992025-02-23T08:23:15.756Z Downloaded wyz v0.5.1
7002025-02-23T08:23:15.759Z Downloaded idna v1.0.3
7012025-02-23T08:23:15.762Z Downloaded quinn-proto v0.11.8
7022025-02-23T08:23:15.768Z Downloaded der v0.7.9
7032025-02-23T08:23:15.773Z Downloaded sqlparser v0.45.0
7042025-02-23T08:23:15.779Z Downloaded gimli v0.31.1
7052025-02-23T08:23:15.787Z Downloaded rustls-native-certs v0.7.3
7062025-02-23T08:23:15.789Z Downloaded display-error-chain v0.2.2
7072025-02-23T08:23:15.792Z Downloaded hyper-util v0.1.10
7082025-02-23T08:23:15.795Z Downloaded ron v0.8.1
7092025-02-23T08:23:15.800Z Downloaded typed-path v0.9.3
7102025-02-23T08:23:15.806Z Downloaded unicode-segmentation v1.12.0
7112025-02-23T08:23:15.810Z Downloaded ssh-key v0.6.6
7122025-02-23T08:23:15.817Z Downloaded tar v0.4.42
7132025-02-23T08:23:15.820Z Downloaded portable-atomic v1.9.0
7142025-02-23T08:23:15.827Z Downloaded rustls v0.21.12
7152025-02-23T08:23:15.839Z Downloaded thiserror v2.0.11
7162025-02-23T08:23:15.844Z Downloaded crypto-bigint v0.5.5
7172025-02-23T08:23:15.850Z Downloaded icu_properties_data v1.5.0
7182025-02-23T08:23:15.860Z Downloaded rsa v0.9.6
7192025-02-23T08:23:15.865Z Downloaded compact_str v0.8.0
7202025-02-23T08:23:15.869Z Downloaded x509-cert v0.2.5
7212025-02-23T08:23:15.875Z Downloaded vcpkg v0.2.15
7222025-02-23T08:23:15.913Z Downloaded serde_yaml v0.9.34+deprecated
7232025-02-23T08:23:15.916Z Downloaded object v0.30.4
7242025-02-23T08:23:15.926Z Downloaded libm v0.2.8
7252025-02-23T08:23:15.934Z Downloaded dirs-sys-next v0.1.2
7262025-02-23T08:23:15.937Z Downloaded ctr v0.9.2
7272025-02-23T08:23:15.937Z Downloaded pbkdf2 v0.12.2
7282025-02-23T08:23:15.961Z Downloaded slog-json v2.6.1
7292025-02-23T08:23:15.966Z Downloaded tabled v0.18.0
7302025-02-23T08:23:15.998Z Downloaded p384 v0.13.0
7312025-02-23T08:23:16.006Z Downloaded syn v1.0.109
7322025-02-23T08:23:16.018Z Downloaded mio v1.0.2
7332025-02-23T08:23:16.024Z Downloaded smoltcp v0.9.1
7342025-02-23T08:23:16.037Z Downloaded libxml v0.3.3
7352025-02-23T08:23:16.043Z Downloaded time v0.3.36
7362025-02-23T08:23:16.051Z Downloaded russh v0.45.0
7372025-02-23T08:23:16.056Z Downloaded curve25519-dalek v4.1.3
7382025-02-23T08:23:16.065Z Downloaded itertools v0.10.5
7392025-02-23T08:23:16.071Z Downloaded zerovec v0.10.4
7402025-02-23T08:23:16.077Z Downloaded plotters v0.3.7
7412025-02-23T08:23:16.086Z Downloaded rusqlite v0.32.1
7422025-02-23T08:23:16.093Z Downloaded regex-syntax v0.8.5
7432025-02-23T08:23:16.101Z Downloaded crossterm v0.28.1
7442025-02-23T08:23:16.108Z Downloaded salty v0.3.0
7452025-02-23T08:23:16.116Z Downloaded itertools v0.14.0
7462025-02-23T08:23:16.125Z Downloaded dropshot v0.15.1
7472025-02-23T08:23:16.149Z Downloaded proptest v1.5.0
7482025-02-23T08:23:16.159Z Downloaded syn v2.0.96
7492025-02-23T08:23:16.172Z Downloaded rayon v1.10.0
7502025-02-23T08:23:16.181Z Downloaded chrono-tz v0.10.1
7512025-02-23T08:23:16.190Z Downloaded winnow v0.6.20
7522025-02-23T08:23:16.199Z Downloaded unicode-width v0.1.14
7532025-02-23T08:23:16.205Z Downloaded smoltcp v0.11.0
7542025-02-23T08:23:16.219Z Downloaded zerocopy v0.8.10
7552025-02-23T08:23:16.244Z Downloaded petname v2.0.2
7562025-02-23T08:23:16.250Z Downloaded radix_trie v0.2.1
7572025-02-23T08:23:16.255Z Downloaded lalrpop v0.19.12
7582025-02-23T08:23:16.268Z Downloaded openapiv3 v2.0.0
7592025-02-23T08:23:16.278Z Downloaded regex-syntax v0.6.29
7602025-02-23T08:23:16.287Z Downloaded rustls v0.22.4
7612025-02-23T08:23:16.299Z Downloaded openssl v0.10.71
7622025-02-23T08:23:16.310Z Downloaded polar-core v0.27.3
7632025-02-23T08:23:16.318Z Downloaded sled v0.34.7
7642025-02-23T08:23:16.330Z Downloaded object v0.36.5
7652025-02-23T08:23:16.342Z Downloaded rustls v0.23.19
7662025-02-23T08:23:16.354Z Downloaded nix v0.28.0
7672025-02-23T08:23:16.366Z Downloaded rustix v0.38.37
7682025-02-23T08:23:16.388Z Downloaded nix v0.27.1
7692025-02-23T08:23:16.399Z Downloaded diesel v2.2.7
7702025-02-23T08:23:16.418Z Downloaded unicode-width v0.2.0
7712025-02-23T08:23:16.424Z Downloaded bzip2-sys v0.1.11+1.0.8
7722025-02-23T08:23:16.437Z Downloaded reqwest v0.12.12
7732025-02-23T08:23:16.446Z Downloaded webpki-roots v0.26.6
7742025-02-23T08:23:16.450Z Downloaded typify-impl v0.2.0
7752025-02-23T08:23:16.465Z Downloaded typify-impl v0.3.0
7762025-02-23T08:23:16.481Z Downloaded nix v0.29.0
7772025-02-23T08:23:16.494Z Downloaded itertools v0.13.0
7782025-02-23T08:23:16.500Z Downloaded regex v1.11.1
7792025-02-23T08:23:16.513Z Downloaded dropshot v0.12.0
7802025-02-23T08:23:16.533Z Downloaded ratatui v0.29.0
7812025-02-23T08:23:16.553Z Downloaded zerocopy-derive v0.6.6
7822025-02-23T08:23:16.562Z Downloaded regex-automata v0.4.8
7832025-02-23T08:23:16.579Z Downloaded petgraph v0.7.1
7842025-02-23T08:23:16.596Z Downloaded bstr v1.10.0
7852025-02-23T08:23:16.607Z Downloaded lzma-sys v0.1.20
7862025-02-23T08:23:16.636Z Downloaded libc v0.2.169
7872025-02-23T08:23:16.660Z Downloaded winnow v0.5.40
7882025-02-23T08:23:16.668Z Downloaded csv v1.3.1
7892025-02-23T08:23:16.688Z Downloaded hickory-proto v0.24.3
7902025-02-23T08:23:16.702Z Downloaded regress v0.10.1
7912025-02-23T08:23:16.710Z Downloaded regress v0.9.1
7922025-02-23T08:23:16.718Z Downloaded pest_meta v2.7.14
7932025-02-23T08:23:16.721Z Downloaded pest_derive v2.7.14
7942025-02-23T08:23:16.723Z Downloaded papergrid v0.14.0
7952025-02-23T08:23:16.728Z Downloaded steno v0.4.1
7962025-02-23T08:23:16.732Z Downloaded petgraph v0.6.5
7972025-02-23T08:23:16.749Z Downloaded sha3 v0.10.8
7982025-02-23T08:23:16.753Z Downloaded minimal-lexical v0.2.1
7992025-02-23T08:23:16.758Z Downloaded tokio v1.43.0
8002025-02-23T08:23:16.796Z Downloaded miniz_oxide v0.8.0
8012025-02-23T08:23:16.799Z Downloaded litrs v0.4.1
8022025-02-23T08:23:16.801Z Downloaded url v2.5.3
8032025-02-23T08:23:16.804Z Downloaded tabled v0.15.0
8042025-02-23T08:23:16.818Z Downloaded bitvec v1.0.1
8052025-02-23T08:23:16.833Z Downloaded predicates-core v1.0.8
8062025-02-23T08:23:16.835Z Downloaded nom v7.1.3
8072025-02-23T08:23:16.839Z Downloaded libz-sys v1.1.20
8082025-02-23T08:23:16.859Z Downloaded typenum v1.17.0
8092025-02-23T08:23:16.862Z Downloaded parse-zoneinfo v0.3.1
8102025-02-23T08:23:16.864Z Downloaded rayon-core v1.12.1
8112025-02-23T08:23:16.868Z Downloaded target-spec v3.4.2
8122025-02-23T08:23:16.870Z Downloaded unicode_categories v0.1.1
8132025-02-23T08:23:16.873Z Downloaded slog-dtrace v0.3.0
8142025-02-23T08:23:16.873Z Downloaded hyper-staticfile v0.10.1
8152025-02-23T08:23:16.875Z Downloaded p521 v0.13.3
8162025-02-23T08:23:16.879Z Downloaded tower v0.5.2
8172025-02-23T08:23:16.887Z Downloaded criterion v0.5.1
8182025-02-23T08:23:16.894Z Downloaded oorandom v11.1.4
8192025-02-23T08:23:16.896Z Downloaded papergrid v0.11.0
8202025-02-23T08:23:16.899Z Downloaded rand v0.8.5
8212025-02-23T08:23:16.903Z Downloaded serde_with_macros v3.11.0
8222025-02-23T08:23:16.905Z Downloaded unicode-normalization v0.1.24
8232025-02-23T08:23:16.909Z Downloaded tinyvec_macros v0.1.1
8242025-02-23T08:23:16.911Z Downloaded pretty-hex v0.2.1
8252025-02-23T08:23:16.911Z Downloaded diesel_derives v2.2.3
8262025-02-23T08:23:16.914Z Downloaded aws-lc-rs v1.10.0
8272025-02-23T08:23:16.923Z Downloaded rustls-webpki v0.101.7
8282025-02-23T08:23:16.937Z Downloaded lru v0.12.5
8292025-02-23T08:23:16.940Z Downloaded aho-corasick v1.1.3
8302025-02-23T08:23:16.944Z Downloaded toml_edit v0.22.22
8312025-02-23T08:23:16.965Z Downloaded indicatif v0.17.11
8322025-02-23T08:23:16.970Z Downloaded indexmap v2.7.1
8332025-02-23T08:23:16.973Z Downloaded icu_locid_transform_data v1.5.0
8342025-02-23T08:23:16.975Z Downloaded hkdf v0.12.4
8352025-02-23T08:23:16.978Z Downloaded h2 v0.4.6
8362025-02-23T08:23:16.984Z Downloaded httpmock v0.8.0-alpha.1
8372025-02-23T08:23:17.003Z Downloaded tokio-postgres v0.7.12
8382025-02-23T08:23:17.007Z Downloaded scroll v0.12.0
8392025-02-23T08:23:17.010Z Downloaded darling_core v0.20.10
8402025-02-23T08:23:17.013Z Downloaded itertools v0.12.1
8412025-02-23T08:23:17.020Z Downloaded sct v0.7.1
8422025-02-23T08:23:17.023Z Downloaded scrypt v0.11.0
8432025-02-23T08:23:17.026Z Downloaded rustc-demangle v0.1.24
8442025-02-23T08:23:17.028Z Downloaded serde v1.0.217
8452025-02-23T08:23:17.031Z Downloaded aes-gcm v0.10.3
8462025-02-23T08:23:17.033Z Downloaded instability v0.3.2
8472025-02-23T08:23:17.033Z Downloaded tracing-attributes v0.1.27
8482025-02-23T08:23:17.036Z Downloaded peg-macros v0.8.4
8492025-02-23T08:23:17.040Z Downloaded toml v0.8.19
8502025-02-23T08:23:17.043Z Downloaded maplit v1.0.2
8512025-02-23T08:23:17.043Z Downloaded encoding_rs v0.8.34
8522025-02-23T08:23:17.063Z Downloaded rustls-pemfile v2.2.0
8532025-02-23T08:23:17.065Z Downloaded secrecy v0.8.0
8542025-02-23T08:23:17.068Z Downloaded ring v0.17.11
8552025-02-23T08:23:17.108Z Downloaded dirs-next v2.0.0
8562025-02-23T08:23:17.111Z Downloaded datatest-stable v0.2.9
8572025-02-23T08:23:17.114Z Downloaded crc v3.2.1
8582025-02-23T08:23:17.116Z Downloaded convert_case v0.4.0
8592025-02-23T08:23:17.116Z Downloaded constant_time_eq v0.3.1
8602025-02-23T08:23:17.116Z Downloaded thiserror-impl v2.0.11
8612025-02-23T08:23:17.119Z Downloaded clang-sys v1.8.1
8622025-02-23T08:23:17.121Z Downloaded zip v2.1.3
8632025-02-23T08:23:17.123Z Downloaded quinn v0.11.5
8642025-02-23T08:23:17.127Z Downloaded sec1 v0.7.3
8652025-02-23T08:23:17.130Z Downloaded rustfmt-wrapper v0.2.1
8662025-02-23T08:23:17.132Z Downloaded rustc-hash v1.1.0
8672025-02-23T08:23:17.132Z Downloaded partial-io v0.5.4
8682025-02-23T08:23:17.134Z Downloaded mockall_derive v0.13.1
8692025-02-23T08:23:17.138Z Downloaded utf-8 v0.7.6
8702025-02-23T08:23:17.138Z Downloaded unicode-ident v1.0.14
8712025-02-23T08:23:17.141Z Downloaded semver v1.0.25
8722025-02-23T08:23:17.144Z Downloaded password-hash v0.5.0
8732025-02-23T08:23:17.144Z Downloaded cipher v0.4.4
8742025-02-23T08:23:17.147Z Downloaded stringmetrics v2.2.2
8752025-02-23T08:23:17.149Z Downloaded proc-macro-error-attr2 v2.0.0
8762025-02-23T08:23:17.149Z Downloaded ppv-lite86 v0.2.20
8772025-02-23T08:23:17.152Z Downloaded pin-project-lite v0.2.14
8782025-02-23T08:23:17.154Z Downloaded quote v1.0.38
8792025-02-23T08:23:17.157Z Downloaded libgit2-sys v0.17.0+1.8.1
8802025-02-23T08:23:17.218Z Downloaded string_cache v0.8.7
8812025-02-23T08:23:17.221Z Downloaded slog-stdlog v4.1.1
8822025-02-23T08:23:17.224Z Downloaded num-complex v0.4.6
8832025-02-23T08:23:17.224Z Downloaded nu-ansi-term v0.50.1
8842025-02-23T08:23:17.226Z Downloaded cookie v0.18.1
8852025-02-23T08:23:17.229Z Downloaded hashbrown v0.14.5
8862025-02-23T08:23:17.232Z Downloaded write16 v1.0.0
8872025-02-23T08:23:17.235Z Downloaded usdt-macro v0.5.0
8882025-02-23T08:23:17.236Z Downloaded toml_datetime v0.6.8
8892025-02-23T08:23:17.239Z Downloaded salsa20 v0.10.2
8902025-02-23T08:23:17.239Z Downloaded managed v0.8.0
8912025-02-23T08:23:17.239Z Downloaded libsw v3.3.1
8922025-02-23T08:23:17.239Z Downloaded icu_locid_transform v1.5.0
8932025-02-23T08:23:17.241Z Downloaded proc-macro2 v1.0.92
8942025-02-23T08:23:17.244Z Downloaded rstest_macros v0.23.0
8952025-02-23T08:23:17.247Z Downloaded icu_collections v1.5.0
8962025-02-23T08:23:17.253Z Downloaded progenitor-macro v0.8.0
8972025-02-23T08:23:17.257Z Downloaded progenitor v0.9.1
8982025-02-23T08:23:17.258Z Downloaded piper v0.2.4
8992025-02-23T08:23:17.258Z Downloaded lazy_static v1.5.0
9002025-02-23T08:23:17.260Z Downloaded is-terminal v0.4.13
9012025-02-23T08:23:17.260Z Downloaded ipnetwork v0.21.1
9022025-02-23T08:23:17.262Z Downloaded slog v2.7.0
9032025-02-23T08:23:17.265Z Downloaded dunce v1.0.5
9042025-02-23T08:23:17.265Z Downloaded tokio-rustls v0.24.1
9052025-02-23T08:23:17.268Z Downloaded defmt v0.3.8
9062025-02-23T08:23:17.272Z Downloaded cc v1.2.15
9072025-02-23T08:23:17.274Z Downloaded criterion-plot v0.5.0
9082025-02-23T08:23:17.277Z Downloaded sha1 v0.10.6
9092025-02-23T08:23:17.277Z Downloaded parking_lot_core v0.8.6
9102025-02-23T08:23:17.279Z Downloaded parking_lot v0.12.3
9112025-02-23T08:23:17.282Z Downloaded omicron-zone-package v0.12.0
9122025-02-23T08:23:17.284Z Downloaded wait-timeout v0.2.0
9132025-02-23T08:23:17.288Z Downloaded http v1.2.0
9142025-02-23T08:23:17.291Z Downloaded base64 v0.21.7
9152025-02-23T08:23:17.293Z Downloaded rand_distr v0.4.3
9162025-02-23T08:23:17.295Z Downloaded prettyplease v0.2.29
9172025-02-23T08:23:17.298Z Downloaded polling v3.7.3
9182025-02-23T08:23:17.301Z Downloaded termtree v0.5.1
9192025-02-23T08:23:17.304Z Downloaded tabwriter v1.4.0
9202025-02-23T08:23:17.304Z Downloaded structmeta-derive v0.3.0
9212025-02-23T08:23:17.306Z Downloaded slog-async v2.8.0
9222025-02-23T08:23:17.306Z Downloaded expectorate v1.1.0
9232025-02-23T08:23:17.309Z Downloaded same-file v1.0.6
9242025-02-23T08:23:17.311Z Downloaded progenitor-impl v0.8.0
9252025-02-23T08:23:17.311Z Downloaded hickory-server v0.24.3
9262025-02-23T08:23:17.317Z Downloaded hashbrown v0.13.2
9272025-02-23T08:23:17.321Z Downloaded r2d2 v0.8.10
9282025-02-23T08:23:17.323Z Downloaded progenitor v0.8.0
9292025-02-23T08:23:17.325Z Downloaded proc-macro-crate v1.3.1
9302025-02-23T08:23:17.326Z Downloaded der_derive v0.7.3
9312025-02-23T08:23:17.328Z Downloaded cookie_store v0.21.1
9322025-02-23T08:23:17.328Z Downloaded trybuild v1.0.101
9332025-02-23T08:23:17.332Z Downloaded keccak v0.1.5
9342025-02-23T08:23:17.334Z Downloaded bumpalo v3.16.0
9352025-02-23T08:23:17.337Z Downloaded base64 v0.22.1
9362025-02-23T08:23:17.339Z Downloaded olpc-cjson v0.1.4
9372025-02-23T08:23:17.342Z Downloaded ciborium v0.2.2
9382025-02-23T08:23:17.344Z Downloaded tempfile v3.13.0
9392025-02-23T08:23:17.348Z Downloaded hickory-resolver v0.24.3
9402025-02-23T08:23:17.351Z Downloaded bytes v1.9.0
9412025-02-23T08:23:17.356Z Downloaded blake2b_simd v1.0.2
9422025-02-23T08:23:17.356Z Downloaded blake2 v0.10.6
9432025-02-23T08:23:17.358Z Downloaded async-task v4.7.1
9442025-02-23T08:23:17.361Z Downloaded assert_cmd v2.0.16
9452025-02-23T08:23:17.363Z Downloaded arrayvec v0.7.6
9462025-02-23T08:23:17.363Z Downloaded argon2 v0.5.3
9472025-02-23T08:23:17.366Z Downloaded peg-runtime v0.8.3
9482025-02-23T08:23:17.366Z Downloaded getrandom v0.2.15
9492025-02-23T08:23:17.369Z Downloaded async-executor v1.13.1
9502025-02-23T08:23:17.371Z Downloaded async-channel v2.3.1
9512025-02-23T08:23:17.373Z Downloaded bytecount v0.6.8
9522025-02-23T08:23:17.373Z Downloaded async-stream v0.3.6
9532025-02-23T08:23:17.376Z Downloaded hostname v0.4.0
9542025-02-23T08:23:17.378Z Downloaded hex-literal v0.4.1
9552025-02-23T08:23:17.378Z Downloaded heck v0.3.3
9562025-02-23T08:23:17.381Z Downloaded funty v2.0.0
9572025-02-23T08:23:17.381Z Downloaded fnv v1.0.7
9582025-02-23T08:23:17.381Z Downloaded float-cmp v0.10.0
9592025-02-23T08:23:17.383Z Downloaded flagset v0.4.6
9602025-02-23T08:23:17.383Z Downloaded fd-lock v4.0.2
9612025-02-23T08:23:17.386Z Downloaded futures-io v0.3.31
9622025-02-23T08:23:17.388Z Downloaded foreign-types-macros v0.2.3
9632025-02-23T08:23:17.388Z Downloaded block-buffer v0.10.4
9642025-02-23T08:23:17.388Z Downloaded blocking v1.6.1
9652025-02-23T08:23:17.393Z Downloaded bitflags v1.3.2
9662025-02-23T08:23:17.393Z Downloaded bitfield v0.14.0
9672025-02-23T08:23:17.395Z Downloaded hostname v0.3.1
9682025-02-23T08:23:17.395Z Downloaded futures-core v0.3.31
9692025-02-23T08:23:17.397Z Downloaded chacha20 v0.9.1
9702025-02-23T08:23:17.397Z Downloaded cargo-platform v0.1.8
9712025-02-23T08:23:17.400Z Downloaded block-padding v0.3.3
9722025-02-23T08:23:17.400Z Downloaded fs-err v2.11.0
9732025-02-23T08:23:17.402Z Downloaded bitfield-struct v0.6.2
9742025-02-23T08:23:17.402Z Downloaded bit-set v0.5.3
9752025-02-23T08:23:17.405Z Downloaded assert_matches v1.5.0
9762025-02-23T08:23:17.405Z Downloaded aead v0.5.2
9772025-02-23T08:23:17.405Z Downloaded bit-vec v0.6.3
9782025-02-23T08:23:17.408Z Downloaded float-ord v0.3.2
9792025-02-23T08:23:17.408Z Downloaded fixedbitset v0.4.2
9802025-02-23T08:23:17.410Z Downloaded blowfish v0.9.1
9812025-02-23T08:23:17.410Z Downloaded base16ct v0.2.0
9822025-02-23T08:23:17.413Z Downloaded async-recursion v1.1.1
9832025-02-23T08:23:17.415Z Downloaded async-channel v1.9.0
9842025-02-23T08:23:17.415Z Downloaded assert-json-diff v2.0.2
9852025-02-23T08:23:17.418Z Downloaded adler2 v2.0.0
9862025-02-23T08:23:17.418Z Downloaded ff v0.13.0
9872025-02-23T08:23:17.420Z Downloaded anes v0.1.6
9882025-02-23T08:23:17.423Z Downloaded approx v0.5.1
9892025-02-23T08:23:17.704Z Downloaded libsqlite3-sys v0.30.1
9902025-02-23T08:23:17.986Z Downloaded aws-lc-sys v0.22.0
9912025-02-23T08:23:18.457Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9922025-02-23T08:23:19.997Zpkg list: illegal option -- F
9932025-02-23T08:23:19.997ZUsage:
9942025-02-23T08:23:19.997Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9952025-02-23T08:23:19.997Z [pkg_fmri_pattern ...]
9962025-02-23T08:23:20.821Zpkg list: illegal option -- F
9972025-02-23T08:23:20.821ZUsage:
9982025-02-23T08:23:20.823Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9992025-02-23T08:23:20.823Z [pkg_fmri_pattern ...]
10002025-02-23T08:23:30.538Z Startup: Refreshing catalog 'helios-dev' ... Done
10012025-02-23T08:23:34.861Z Startup: Caching catalogs ... Done
10022025-02-23T08:23:48.147ZPlanning: Solver setup ... Done (12.335s)
10032025-02-23T08:23:48.301ZPlanning: Running solver ... Done (0.154s)
10042025-02-23T08:23:48.436ZPlanning: Finding local manifests ... Done (0.005s)
10052025-02-23T08:23:48.462ZPlanning: Fetching manifests: 0/7 0% complete
10062025-02-23T08:23:49.109ZPlanning: Fetching manifests: 7/7 100% complete
10072025-02-23T08:23:49.218ZPlanning: Package planning ... Done (0.109s)
10082025-02-23T08:23:49.274ZPlanning: Merging actions ... Done (0.055s)
10092025-02-23T08:23:49.468ZPlanning: Checking for conflicting actions ... Done (0.194s)
10102025-02-23T08:23:51.582ZPlanning: Consolidating action changes ... Done (2.113s)
10112025-02-23T08:23:52.014ZPlanning: Evaluating mediators ... Done (0.431s)
10122025-02-23T08:23:52.094ZPlanning: Planning completed in 17.13 seconds
10132025-02-23T08:23:52.111Z Packages to install: 4
10142025-02-23T08:23:52.111Z Packages to update: 3
10152025-02-23T08:23:52.114Z Mediators to change: 2
10162025-02-23T08:23:52.114Z Services to change: 1
10172025-02-23T08:23:52.114Z Estimated space available: 155.36 GB
10182025-02-23T08:23:52.114ZEstimated space to be consumed: 1.66 GB
10192025-02-23T08:23:52.114Z Create boot environment: No
10202025-02-23T08:23:52.114ZCreate backup boot environment: Yes
10212025-02-23T08:23:52.114Z Rebuild boot archive: No
10222025-02-23T08:23:52.114Z
10232025-02-23T08:23:52.114ZChanged mediators:
10242025-02-23T08:23:52.114Z mediator clang:
10252025-02-23T08:23:52.115Z version: None -> 15 (system default)
10262025-02-23T08:23:52.116Z
10272025-02-23T08:23:52.116Z mediator llvm:
10282025-02-23T08:23:52.116Z version: 14 (system default) -> 15 (system default)
10292025-02-23T08:23:52.116Z
10302025-02-23T08:23:52.116ZChanged packages:
10312025-02-23T08:23:52.116Zhelios-dev
10322025-02-23T08:23:52.116Z developer/build-essential
10332025-02-23T08:23:52.116Z None -> 11-2.0
10342025-02-23T08:23:52.116Z library/libxmlsec1
10352025-02-23T08:23:52.116Z None -> 1.2.35-2.0
10362025-02-23T08:23:52.116Z ooce/developer/clang-15
10372025-02-23T08:23:52.116Z None -> 15.0.7-2.0
10382025-02-23T08:23:52.116Z ooce/developer/llvm-15
10392025-02-23T08:23:52.116Z None -> 15.0.7-2.0
10402025-02-23T08:23:52.116Z package/pkg
10412025-02-23T08:23:52.116Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10422025-02-23T08:23:52.116Z system/library/g++-runtime
10432025-02-23T08:23:52.116Z 13-2.0 -> 14-2.0
10442025-02-23T08:23:52.116Z system/library/gcc-runtime
10452025-02-23T08:23:52.116Z 13-2.0 -> 14-2.0
10462025-02-23T08:23:52.116Z
10472025-02-23T08:23:52.117ZServices:
10482025-02-23T08:23:52.117Z restart_fmri:
10492025-02-23T08:23:52.117Z svc:/system/update-man-index:default
10502025-02-23T08:23:52.117Z
10512025-02-23T08:23:52.117ZEditable files to change:
10522025-02-23T08:23:52.117Z Update:
10532025-02-23T08:23:52.117Z usr/share/lib/pkg/web/config.shtml
10542025-02-23T08:23:52.198Z
10552025-02-23T08:23:52.198ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10562025-02-23T08:23:57.367ZDownload: 1198/4301 items 68.3/225.4MB 30% complete (13.8M/s)
10572025-02-23T08:24:02.366ZDownload: 1886/4301 items 117.7/225.4MB 52% complete (11.8M/s)
10582025-02-23T08:24:07.414ZDownload: 3232/4301 items 164.9/225.4MB 73% complete (9.7M/s)
10592025-02-23T08:24:12.428ZDownload: 4091/4301 items 219.7/225.4MB 97% complete (10.2M/s)
10602025-02-23T08:24:14.295ZDownload: Completed 225.42 MB in 22.09 seconds (10.2M/s)
10612025-02-23T08:24:16.541Z Actions: 1/5122 actions (Removing old actions)
10622025-02-23T08:24:16.564Z Actions: 194/5122 actions (Installing new actions)
10632025-02-23T08:24:21.280Z Actions: 4267/5122 actions (Updating modified actions)
10642025-02-23T08:24:21.639Z Actions: Completed 5122 actions in 5.10 seconds.
10652025-02-23T08:24:21.877Z Done (0.229s)
10662025-02-23T08:24:21.880Z Done (0.001s)
10672025-02-23T08:24:22.495Z Done (0.616s)
10682025-02-23T08:24:27.150Z Done (4.430s)
10692025-02-23T08:24:27.243Z Done (0.018s)
10702025-02-23T08:24:27.246Z Done (0.000s)
10712025-02-23T08:24:27.432Z Done (0.000s)
10722025-02-23T08:24:28.150ZPlanning: Evaluating mediator changes ... Done
10732025-02-23T08:24:28.314ZPlanning: Checking for conflicting actions ... Done
10742025-02-23T08:24:28.316ZPlanning: Consolidating action changes ... Done
10752025-02-23T08:24:28.586ZPlanning: Evaluating mediators ... Done
10762025-02-23T08:24:28.588ZPlanning: Planning completed in 0.44 seconds
10772025-02-23T08:24:28.627Z Mediators to change: 2
10782025-02-23T08:24:28.627Z Create boot environment: No
10792025-02-23T08:24:28.630ZCreate backup boot environment: No
10802025-02-23T08:24:28.716Z Done
10812025-02-23T08:24:28.716Z Done
10822025-02-23T08:24:29.128Z Done
10832025-02-23T08:24:32.769Z Done
10842025-02-23T08:24:32.862Z Done
10852025-02-23T08:24:32.864Z Done
10862025-02-23T08:24:33.008Z Done
10872025-02-23T08:24:33.616ZPlanning: Evaluating mediator changes ... Done
10882025-02-23T08:24:33.618ZPlanning: Merging actions ... Done
10892025-02-23T08:24:33.806ZPlanning: Checking for conflicting actions ... Done
10902025-02-23T08:24:33.808ZPlanning: Consolidating action changes ... Done
10912025-02-23T08:24:34.072ZPlanning: Evaluating mediators ... Done
10922025-02-23T08:24:34.127ZPlanning: Planning completed in 0.75 seconds
10932025-02-23T08:24:34.168Z Packages to change: 1
10942025-02-23T08:24:34.168Z Mediators to change: 1
10952025-02-23T08:24:34.171Z Services to change: 1
10962025-02-23T08:24:34.172Z Create boot environment: No
10972025-02-23T08:24:34.172ZCreate backup boot environment: Yes
10982025-02-23T08:24:36.595Z Actions: 1/6 actions (Updating modified actions)
10992025-02-23T08:24:36.597Z Actions: Completed 6 actions in 0.00 seconds.
11002025-02-23T08:24:36.597Z Done
11012025-02-23T08:24:36.598Z Done
11022025-02-23T08:24:36.719Z Done
11032025-02-23T08:24:40.295Z Done
11042025-02-23T08:24:40.398Z Done
11052025-02-23T08:24:40.402Z Done
11062025-02-23T08:24:40.538Z Done
11072025-02-23T08:24:41.010ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11082025-02-23T08:24:41.010Zclang system 15 system
11092025-02-23T08:24:41.010Zcsh system system illumos
11102025-02-23T08:24:41.010Zctags system system illumos
11112025-02-23T08:24:41.010Zgcc vendor 12 vendor
11122025-02-23T08:24:41.010Zgcc system 10 system
11132025-02-23T08:24:41.010Zgcc system 7 system
11142025-02-23T08:24:41.010Zgo system 1.20 system
11152025-02-23T08:24:41.011Zgo system 1.19 system
11162025-02-23T08:24:41.011Zllvm system 15 system
11172025-02-23T08:24:41.011Zllvm system 14 system
11182025-02-23T08:24:41.011Zmariadb system 10.6 system
11192025-02-23T08:24:41.011Zmta vendor vendor dma
11202025-02-23T08:24:41.011Zopenjdk system 17 system
11212025-02-23T08:24:41.011Zopenjdk system 11 system
11222025-02-23T08:24:41.011Zopenjdk system 1.8 system
11232025-02-23T08:24:41.011Zopenssl vendor 3 vendor
11242025-02-23T08:24:41.011Zperl system 5.36 system
11252025-02-23T08:24:41.011Zpostgresql system 15 system
11262025-02-23T08:24:41.011Zpostgresql system 13 system
11272025-02-23T08:24:41.011Zpython vendor 3 vendor
11282025-02-23T08:24:41.011Zpython system 2 system
11292025-02-23T08:24:41.011Zpython3 system 3.11 system
11302025-02-23T08:24:41.011Zruby system 3.0 system
11312025-02-23T08:24:41.011Zwords vendor vendor american-english
11322025-02-23T08:24:41.011Zwords system system australian-english
11332025-02-23T08:24:41.011Zwords system system british-english
11342025-02-23T08:24:41.011Zwords system system canadian-english
11352025-02-23T08:24:41.011Zwords system system french
11362025-02-23T08:24:41.011Zwords system system italian
11372025-02-23T08:24:41.011Zwords system system ngerman
11382025-02-23T08:24:41.011Zwords system system ogerman
11392025-02-23T08:24:41.011Zwords system system spanish
11402025-02-23T08:24:41.362ZPUBLISHER TYPE STATUS P LOCATION
11412025-02-23T08:24:41.362Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11422025-02-23T08:24:44.464ZFMRI IFO
11432025-02-23T08:24:44.464Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11442025-02-23T08:24:44.464Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11452025-02-23T08:24:44.464Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11462025-02-23T08:24:44.464Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11472025-02-23T08:24:44.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11482025-02-23T08:24:44.465Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11492025-02-23T08:24:44.465Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11502025-02-23T08:24:44.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11512025-02-23T08:24:44.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11522025-02-23T08:24:44.465Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11532025-02-23T08:24:44.465Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11542025-02-23T08:24:44.465Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11552025-02-23T08:24:44.465Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11562025-02-23T08:24:44.465Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11572025-02-23T08:24:44.465Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11582025-02-23T08:24:45.535Z Downloading crates ...
11592025-02-23T08:24:45.654Z Downloaded cargo_toml v0.20.5
11602025-02-23T08:24:45.792Z Compiling proc-macro2 v1.0.92
11612025-02-23T08:24:45.795Z Compiling unicode-ident v1.0.14
11622025-02-23T08:24:45.795Z Compiling serde v1.0.217
11632025-02-23T08:24:45.795Z Compiling version_check v0.9.5
11642025-02-23T08:24:45.795Z Compiling thiserror v1.0.69
11652025-02-23T08:24:45.795Z Compiling memchr v2.7.4
11662025-02-23T08:24:45.796Z Compiling libc v0.2.169
11672025-02-23T08:24:45.815Z Compiling itoa v1.0.11
11682025-02-23T08:24:46.058Z Compiling ucd-trie v0.1.7
11692025-02-23T08:24:46.072Z Compiling ryu v1.0.18
11702025-02-23T08:24:46.394Z Compiling once_cell v1.20.3
11712025-02-23T08:24:46.498Z Compiling byteorder v1.5.0
11722025-02-23T08:24:46.546Z Compiling serde_json v1.0.139
11732025-02-23T08:24:46.742Z Compiling rustix v0.38.37
11742025-02-23T08:24:46.924Z Compiling bitflags v2.6.0
11752025-02-23T08:24:46.990Z Compiling usdt-impl v0.5.0
11762025-02-23T08:24:47.229Z Compiling proc-macro-error-attr v1.0.4
11772025-02-23T08:24:47.296Z Compiling syn v1.0.109
11782025-02-23T08:24:47.309Z Compiling proc-macro-error v1.0.4
11792025-02-23T08:24:47.472Z Compiling hashbrown v0.15.1
11802025-02-23T08:24:47.501Z Compiling quote v1.0.38
11812025-02-23T08:24:47.577Z Compiling log v0.4.22
11822025-02-23T08:24:47.598Z Compiling errno v0.3.9
11832025-02-23T08:24:47.846Z Compiling syn v2.0.96
11842025-02-23T08:24:47.887Z Compiling plain v0.2.3
11852025-02-23T08:24:47.930Z Compiling camino v1.1.9
11862025-02-23T08:24:48.049Z Compiling thread-id v4.2.2
11872025-02-23T08:24:48.089Z Compiling equivalent v1.0.1
11882025-02-23T08:24:48.110Z Compiling utf8parse v0.2.2
11892025-02-23T08:24:48.269Z Compiling anstyle-parse v0.2.5
11902025-02-23T08:24:48.564Z Compiling indexmap v2.7.1
11912025-02-23T08:24:48.577Z Compiling winnow v0.6.20
11922025-02-23T08:24:48.588Z Compiling autocfg v1.4.0
11932025-02-23T08:24:48.695Z Compiling semver v1.0.25
11942025-02-23T08:24:48.914Z Compiling pretty-hex v0.4.1
11952025-02-23T08:24:49.141Z Compiling unicode-width v0.1.14
11962025-02-23T08:24:49.194Z Compiling anstyle v1.0.10
11972025-02-23T08:24:49.486Z Compiling is_terminal_polyfill v1.70.1
11982025-02-23T08:24:49.610Z Compiling colorchoice v1.0.2
11992025-02-23T08:24:49.624Z Compiling anstyle-query v1.1.1
12002025-02-23T08:24:49.675Z Compiling fs-err v2.11.0
12012025-02-23T08:24:49.766Z Compiling anstream v0.6.15
12022025-02-23T08:24:49.768Z Compiling terminal_size v0.4.0
12032025-02-23T08:24:49.971Z Compiling clap_lex v0.7.4
12042025-02-23T08:24:49.983Z Compiling strsim v0.11.1
12052025-02-23T08:24:50.067Z Compiling fastrand v2.1.1
12062025-02-23T08:24:50.279Z Compiling anyhow v1.0.96
12072025-02-23T08:24:50.361Z Compiling cfg-if v1.0.0
12082025-02-23T08:24:50.403Z Compiling heck v0.5.0
12092025-02-23T08:24:50.493Z Compiling bytecount v0.6.8
12102025-02-23T08:24:50.714Z Compiling heck v0.4.1
12112025-02-23T08:24:50.726Z Compiling fnv v1.0.7
12122025-02-23T08:24:50.870Z Compiling papergrid v0.11.0
12132025-02-23T08:24:50.987Z Compiling tempfile v3.13.0
12142025-02-23T08:24:51.132Z Compiling clap_builder v4.5.30
12152025-02-23T08:24:51.435Z Compiling memmap v0.7.0
12162025-02-23T08:24:51.458Z Compiling smawk v0.3.2
12172025-02-23T08:24:51.678Z Compiling unicode-linebreak v0.1.5
12182025-02-23T08:24:51.931Z Compiling swrite v0.1.0
12192025-02-23T08:24:52.072Z Compiling textwrap v0.16.1
12202025-02-23T08:24:52.665Z Compiling tabled_derive v0.7.0
12212025-02-23T08:24:53.947Z Compiling tabled v0.15.0
12222025-02-23T08:24:54.443Z Compiling serde_derive v1.0.217
12232025-02-23T08:24:54.443Z Compiling thiserror-impl v1.0.69
12242025-02-23T08:24:54.446Z Compiling zerocopy-derive v0.7.35
12252025-02-23T08:24:54.446Z Compiling scroll_derive v0.12.0
12262025-02-23T08:24:54.446Z Compiling clap_derive v4.5.28
12272025-02-23T08:24:55.827Z Compiling scroll v0.12.0
12282025-02-23T08:24:56.366Z Compiling goblin v0.8.2
12292025-02-23T08:24:56.426Z Compiling zerocopy v0.7.35
12302025-02-23T08:24:57.128Z Compiling pest v2.7.14
12312025-02-23T08:24:57.890Z Compiling clap v4.5.30
12322025-02-23T08:24:59.255Z Compiling pest_meta v2.7.14
12332025-02-23T08:25:00.157Z Compiling pest_generator v2.7.14
12342025-02-23T08:25:01.534Z Compiling pest_derive v2.7.14
12352025-02-23T08:25:02.176Z Compiling dtrace-parser v0.2.0
12362025-02-23T08:25:02.962Z Compiling serde_tokenstream v0.2.2
12372025-02-23T08:25:02.985Z Compiling serde_spanned v0.6.8
12382025-02-23T08:25:02.987Z Compiling toml_datetime v0.6.8
12392025-02-23T08:25:03.222Z Compiling cargo-platform v0.1.8
12402025-02-23T08:25:03.280Z Compiling toml_edit v0.22.22
12412025-02-23T08:25:03.424Z Compiling macaddr v1.0.1
12422025-02-23T08:25:03.604Z Compiling camino-tempfile v1.1.1
12432025-02-23T08:25:04.307Z Compiling dof v0.3.0
12442025-02-23T08:25:04.325Z Compiling cargo_metadata v0.18.1
12452025-02-23T08:25:05.635Z Compiling usdt-attr-macro v0.5.0
12462025-02-23T08:25:05.635Z Compiling usdt-macro v0.5.0
12472025-02-23T08:25:06.188Z Compiling toml v0.8.19
12482025-02-23T08:25:06.683Z Compiling usdt v0.5.0
12492025-02-23T08:25:06.927Z Compiling cargo_toml v0.20.5
12502025-02-23T08:25:09.413Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12512025-02-23T08:25:12.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.59s
12522025-02-23T08:25:12.680Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12532025-02-23T08:25:13.525Z Compiling serde v1.0.217
12542025-02-23T08:25:13.529Z Compiling value-bag v1.9.0
12552025-02-23T08:25:13.529Z Compiling lock_api v0.4.12
12562025-02-23T08:25:13.529Z Compiling scopeguard v1.2.0
12572025-02-23T08:25:13.529Z Compiling typenum v1.17.0
12582025-02-23T08:25:13.529Z Compiling generic-array v0.14.7
12592025-02-23T08:25:13.666Z Compiling syn v2.0.96
12602025-02-23T08:25:13.676Z Compiling getrandom v0.2.15
12612025-02-23T08:25:13.870Z Compiling shlex v1.3.0
12622025-02-23T08:25:13.973Z Compiling rand_core v0.6.4
12632025-02-23T08:25:14.097Z Compiling log v0.4.22
12642025-02-23T08:25:14.206Z Compiling subtle v2.6.1
12652025-02-23T08:25:14.224Z Compiling jobserver v0.1.32
12662025-02-23T08:25:14.249Z Compiling smallvec v1.13.2
12672025-02-23T08:25:14.482Z Compiling const-oid v0.9.6
12682025-02-23T08:25:14.542Z Compiling pin-project-lite v0.2.14
12692025-02-23T08:25:14.596Z Compiling cc v1.2.15
12702025-02-23T08:25:14.625Z Compiling rustix v0.38.37
12712025-02-23T08:25:14.674Z Compiling parking_lot_core v0.9.10
12722025-02-23T08:25:14.867Z Compiling futures-core v0.3.31
12732025-02-23T08:25:15.008Z Compiling spin v0.9.8
12742025-02-23T08:25:15.107Z Compiling signal-hook-registry v1.4.2
12752025-02-23T08:25:15.370Z Compiling mio v1.0.2
12762025-02-23T08:25:15.521Z Compiling parking_lot v0.12.3
12772025-02-23T08:25:15.704Z Compiling either v1.13.0
12782025-02-23T08:25:15.775Z Compiling aho-corasick v1.1.3
12792025-02-23T08:25:15.990Z Compiling cpufeatures v0.2.14
12802025-02-23T08:25:16.102Z Compiling futures-sink v0.3.31
12812025-02-23T08:25:16.119Z Compiling regex-syntax v0.8.5
12822025-02-23T08:25:16.254Z Compiling stable_deref_trait v1.2.0
12832025-02-23T08:25:16.307Z Compiling socket2 v0.5.7
12842025-02-23T08:25:16.368Z Compiling slab v0.4.9
12852025-02-23T08:25:16.437Z Compiling glob v0.3.2
12862025-02-23T08:25:16.502Z Compiling prettyplease v0.2.29
12872025-02-23T08:25:16.879Z Compiling lazy_static v1.5.0
12882025-02-23T08:25:17.017Z Compiling minimal-lexical v0.2.1
12892025-02-23T08:25:17.113Z Compiling serde_json v1.0.139
12902025-02-23T08:25:17.140Z Compiling futures-channel v0.3.31
12912025-02-23T08:25:17.258Z Compiling clang-sys v1.8.1
12922025-02-23T08:25:17.476Z Compiling nom v7.1.3
12932025-02-23T08:25:17.494Z Compiling libloading v0.8.5
12942025-02-23T08:25:17.546Z Compiling home v0.5.9
12952025-02-23T08:25:17.763Z Compiling bindgen v0.69.5
12962025-02-23T08:25:17.868Z Compiling futures-task v0.3.31
12972025-02-23T08:25:17.960Z Compiling futures-io v0.3.31
12982025-02-23T08:25:18.161Z Compiling pin-utils v0.1.0
12992025-02-23T08:25:18.263Z Compiling itertools v0.12.1
13002025-02-23T08:25:18.366Z Compiling rustc-hash v1.1.0
13012025-02-23T08:25:18.529Z Compiling lazycell v1.3.0
13022025-02-23T08:25:18.610Z Compiling allocator-api2 v0.2.18
13032025-02-23T08:25:18.702Z Compiling foldhash v0.1.3
13042025-02-23T08:25:19.009Z Compiling libm v0.2.8
13052025-02-23T08:25:19.333Z Compiling hashbrown v0.15.1
13062025-02-23T08:25:19.378Z Compiling cmake v0.1.51
13072025-02-23T08:25:20.107Z Compiling regex-automata v0.4.8
13082025-02-23T08:25:20.186Z Compiling num-traits v0.2.19
13092025-02-23T08:25:20.532Z Compiling cexpr v0.6.0
13102025-02-23T08:25:20.552Z Compiling fs_extra v1.3.0
13112025-02-23T08:25:20.740Z Compiling synstructure v0.13.1
13122025-02-23T08:25:21.153Z Compiling pkg-config v0.3.31
13132025-02-23T08:25:21.899Z Compiling dunce v1.0.5
13142025-02-23T08:25:22.126Z Compiling litemap v0.7.3
13152025-02-23T08:25:22.279Z Compiling writeable v0.5.5
13162025-02-23T08:25:22.399Z Compiling ring v0.17.11
13172025-02-23T08:25:22.514Z Compiling base64ct v1.6.0
13182025-02-23T08:25:22.792Z Compiling paste v1.0.15
13192025-02-23T08:25:23.341Z Compiling pem-rfc7468 v0.7.0
13202025-02-23T08:25:23.391Z Compiling aws-lc-rs v1.10.0
13212025-02-23T08:25:23.804Z Compiling httparse v1.9.5
13222025-02-23T08:25:23.890Z Compiling flagset v0.4.6
13232025-02-23T08:25:23.925Z Compiling icu_locid_transform_data v1.5.0
13242025-02-23T08:25:24.054Z Compiling tracing-core v0.1.32
13252025-02-23T08:25:24.546Z Compiling crossbeam-utils v0.8.20
13262025-02-23T08:25:24.756Z Compiling percent-encoding v2.3.1
13272025-02-23T08:25:25.002Z Compiling rustls-pki-types v1.10.0
13282025-02-23T08:25:25.057Z Compiling icu_properties_data v1.5.0
13292025-02-23T08:25:25.136Z Compiling untrusted v0.9.0
13302025-02-23T08:25:25.296Z Compiling utf16_iter v1.0.5
13312025-02-23T08:25:25.338Z Compiling write16 v1.0.0
13322025-02-23T08:25:25.537Z Compiling regex v1.11.1
13332025-02-23T08:25:25.569Z Compiling mirai-annotations v1.12.0
13342025-02-23T08:25:25.614Z Compiling serde_derive v1.0.217
13352025-02-23T08:25:25.731Z Compiling zeroize_derive v1.4.2
13362025-02-23T08:25:25.748Z Compiling zerocopy-derive v0.7.35
13372025-02-23T08:25:25.929Z Compiling tokio-macros v2.5.0
13382025-02-23T08:25:26.499Z Compiling zerofrom-derive v0.1.4
13392025-02-23T08:25:27.070Z Compiling zeroize v1.8.1
13402025-02-23T08:25:27.398Z Compiling yoke-derive v0.7.4
13412025-02-23T08:25:27.645Z Compiling zerocopy v0.7.35
13422025-02-23T08:25:28.040Z Compiling futures-macro v0.3.31
13432025-02-23T08:25:28.510Z Compiling crypto-common v0.1.6
13442025-02-23T08:25:28.752Z Compiling block-buffer v0.10.4
13452025-02-23T08:25:28.888Z Compiling zerovec-derive v0.10.3
13462025-02-23T08:25:29.000Z Compiling digest v0.10.7
13472025-02-23T08:25:29.022Z Compiling thiserror-impl v1.0.69
13482025-02-23T08:25:29.474Z Compiling hmac v0.12.1
13492025-02-23T08:25:29.728Z Compiling displaydoc v0.2.5
13502025-02-23T08:25:29.790Z Compiling futures-util v0.3.31
13512025-02-23T08:25:29.913Z Compiling zerofrom v0.1.4
13522025-02-23T08:25:29.933Z Compiling block-padding v0.3.3
13532025-02-23T08:25:30.151Z Compiling yoke v0.7.4
13542025-02-23T08:25:30.194Z Compiling inout v0.1.3
13552025-02-23T08:25:30.434Z Compiling cipher v0.4.4
13562025-02-23T08:25:30.531Z Compiling sha2 v0.10.8
13572025-02-23T08:25:30.565Z Compiling icu_provider_macros v1.5.0
13582025-02-23T08:25:30.973Z Compiling ppv-lite86 v0.2.20
13592025-02-23T08:25:31.328Z Compiling der_derive v0.7.3
13602025-02-23T08:25:31.330Z Compiling zerovec v0.10.4
13612025-02-23T08:25:31.649Z Compiling tracing-attributes v0.1.27
13622025-02-23T08:25:31.712Z Compiling rand_chacha v0.3.1
13632025-02-23T08:25:32.007Z Compiling thiserror v1.0.69
13642025-02-23T08:25:32.169Z Compiling rand v0.8.5
13652025-02-23T08:25:33.328Z Compiling tinystr v0.7.6
13662025-02-23T08:25:33.593Z Compiling der v0.7.9
13672025-02-23T08:25:33.704Z Compiling icu_locid v1.5.0
13682025-02-23T08:25:33.958Z Compiling icu_collections v1.5.0
13692025-02-23T08:25:34.085Z Compiling pest v2.7.14
13702025-02-23T08:25:34.225Z Compiling salsa20 v0.10.2
13712025-02-23T08:25:34.463Z Compiling pbkdf2 v0.12.2
13722025-02-23T08:25:34.652Z Compiling untrusted v0.7.1
13732025-02-23T08:25:34.693Z Compiling tracing v0.1.40
13742025-02-23T08:25:34.845Z Compiling icu_provider v1.5.0
13752025-02-23T08:25:35.181Z Compiling time-core v0.1.2
13762025-02-23T08:25:35.208Z Compiling icu_normalizer_data v1.5.0
13772025-02-23T08:25:35.228Z Compiling vcpkg v0.2.15
13782025-02-23T08:25:35.317Z Compiling powerfmt v0.2.0
13792025-02-23T08:25:35.360Z Compiling utf8_iter v1.0.4
13802025-02-23T08:25:35.684Z Compiling icu_locid_transform v1.5.0
13812025-02-23T08:25:35.707Z Compiling spki v0.7.3
13822025-02-23T08:25:35.709Z Compiling num-conv v0.1.0
13832025-02-23T08:25:35.834Z Compiling deranged v0.3.11
13842025-02-23T08:25:36.000Z Compiling time-macros v0.2.18
13852025-02-23T08:25:36.088Z Compiling scrypt v0.11.0
13862025-02-23T08:25:36.445Z Compiling aes v0.8.4
13872025-02-23T08:25:36.590Z Compiling cbc v0.1.2
13882025-02-23T08:25:36.837Z Compiling pest_meta v2.7.14
13892025-02-23T08:25:36.913Z Compiling icu_properties v1.5.1
13902025-02-23T08:25:37.108Z Compiling openssl-sys v0.9.106
13912025-02-23T08:25:37.936Z Compiling bitflags v2.6.0
13922025-02-23T08:25:38.147Z Compiling bytes v1.9.0
13932025-02-23T08:25:38.871Z Compiling indexmap v2.7.1
13942025-02-23T08:25:39.213Z Compiling tokio v1.43.0
13952025-02-23T08:25:39.328Z Compiling semver v1.0.25
13962025-02-23T08:25:40.008Z Compiling http v1.2.0
13972025-02-23T08:25:40.220Z Compiling rustc_version v0.4.1
13982025-02-23T08:25:40.891Z Compiling icu_normalizer v1.5.0
13992025-02-23T08:25:40.959Z Compiling scroll_derive v0.12.0
14002025-02-23T08:25:41.455Z Compiling num_threads v0.1.7
14012025-02-23T08:25:41.507Z Compiling tinyvec_macros v0.1.1
14022025-02-23T08:25:41.600Z Compiling atomic-waker v1.1.2
14032025-02-23T08:25:41.620Z Compiling tinyvec v1.8.0
14042025-02-23T08:25:41.802Z Compiling which v4.4.2
14052025-02-23T08:25:42.328Z Compiling idna_adapter v1.2.0
14062025-02-23T08:25:42.348Z Compiling time v0.3.36
14072025-02-23T08:25:42.351Z Compiling scroll v0.12.0
14082025-02-23T08:25:42.575Z Compiling http-body v1.0.1
14092025-02-23T08:25:42.718Z Compiling pest_generator v2.7.14
14102025-02-23T08:25:42.780Z Compiling pkcs5 v0.7.1
14112025-02-23T08:25:42.800Z Compiling form_urlencoded v1.2.1
14122025-02-23T08:25:42.885Z Compiling slog v2.7.0
14132025-02-23T08:25:43.077Z Compiling try-lock v0.2.5
14142025-02-23T08:25:43.096Z Compiling goblin v0.8.2
14152025-02-23T08:25:43.246Z Compiling want v0.3.1
14162025-02-23T08:25:43.484Z Compiling pkcs8 v0.10.2
14172025-02-23T08:25:43.540Z Compiling idna v1.0.3
14182025-02-23T08:25:43.871Z Compiling uuid v1.12.0
14192025-02-23T08:25:44.131Z Compiling iana-time-zone v0.1.61
14202025-02-23T08:25:44.437Z Compiling pest_derive v2.7.14
14212025-02-23T08:25:44.511Z Compiling tower-service v0.3.3
14222025-02-23T08:25:44.661Z Compiling httpdate v1.0.3
14232025-02-23T08:25:45.036Z Compiling chrono v0.4.39
14242025-02-23T08:25:45.223Z Compiling dtrace-parser v0.2.0
14252025-02-23T08:25:45.354Z Compiling toml_datetime v0.6.8
14262025-02-23T08:25:45.830Z Compiling serde_spanned v0.6.8
14272025-02-23T08:25:45.849Z Compiling serde_tokenstream v0.2.2
14282025-02-23T08:25:46.085Z Compiling match_cfg v0.1.0
14292025-02-23T08:25:46.196Z Compiling foreign-types-shared v0.1.1
14302025-02-23T08:25:46.326Z Compiling base64 v0.22.1
14312025-02-23T08:25:46.435Z Compiling openssl v0.10.71
14322025-02-23T08:25:46.837Z Compiling adler2 v2.0.0
14332025-02-23T08:25:46.861Z Compiling rustversion v1.0.17
14342025-02-23T08:25:47.009Z Compiling miniz_oxide v0.8.0
14352025-02-23T08:25:47.043Z Compiling foreign-types v0.3.2
14362025-02-23T08:25:47.067Z Compiling hostname v0.3.1
14372025-02-23T08:25:47.146Z Compiling tokio-util v0.7.12
14382025-02-23T08:25:47.276Z Compiling url v2.5.3
14392025-02-23T08:25:48.279Z Compiling h2 v0.4.6
14402025-02-23T08:25:48.336Z Compiling async-trait v0.1.86
14412025-02-23T08:25:48.378Z Compiling openssl-macros v0.1.1
14422025-02-23T08:25:48.781Z Compiling dof v0.3.0
14432025-02-23T08:25:48.962Z Compiling serde_derive_internals v0.29.1
14442025-02-23T08:25:49.102Z Compiling dirs-sys-next v0.1.2
14452025-02-23T08:25:49.621Z Compiling usdt-impl v0.5.0
14462025-02-23T08:25:50.569Z Compiling data-encoding v2.6.0
14472025-02-23T08:25:50.735Z Compiling rustls v0.22.4
14482025-02-23T08:25:50.996Z Compiling native-tls v0.2.12
14492025-02-23T08:25:51.051Z Compiling siphasher v0.3.11
14502025-02-23T08:25:51.226Z Compiling syn v1.0.109
14512025-02-23T08:25:51.357Z Compiling rustls v0.23.19
14522025-02-23T08:25:51.434Z Compiling schemars v0.8.21
14532025-02-23T08:25:51.691Z Compiling schemars_derive v0.8.21
14542025-02-23T08:25:51.851Z Compiling dirs-next v2.0.0
14552025-02-23T08:25:52.040Z Compiling unicode-normalization v0.1.24
14562025-02-23T08:25:52.062Z Compiling http-body-util v0.1.2
14572025-02-23T08:25:52.450Z Compiling crossbeam-epoch v0.9.18
14582025-02-23T08:25:52.526Z Compiling heapless v0.7.17
14592025-02-23T08:25:52.971Z Compiling signature v2.2.0
14602025-02-23T08:25:53.090Z Compiling sha1 v0.10.6
14612025-02-23T08:25:53.113Z Compiling bzip2-sys v0.1.11+1.0.8
14622025-02-23T08:25:53.133Z Compiling thread_local v1.1.8
14632025-02-23T08:25:53.254Z Compiling encoding_rs v0.8.34
14642025-02-23T08:25:53.506Z Compiling cookie v0.18.1
14652025-02-23T08:25:53.567Z Compiling multer v3.1.0
14662025-02-23T08:25:53.604Z Compiling openssl-probe v0.1.5
14672025-02-23T08:25:53.807Z Compiling ipnet v2.10.1
14682025-02-23T08:25:53.877Z Compiling unicode-properties v0.1.3
14692025-02-23T08:25:53.893Z Compiling signal-hook v0.3.17
14702025-02-23T08:25:54.197Z Compiling unicode-bidi v0.3.17
14712025-02-23T08:25:54.296Z Compiling gimli v0.31.1
14722025-02-23T08:25:54.502Z Compiling mime v0.3.17
14732025-02-23T08:25:54.810Z Compiling rayon-core v1.12.1
14742025-02-23T08:25:55.034Z Compiling dyn-clone v1.0.18
14752025-02-23T08:25:55.123Z Compiling slog-async v2.8.0
14762025-02-23T08:25:55.253Z Compiling hyper v1.5.2
14772025-02-23T08:25:55.778Z Compiling stringprep v0.1.5
14782025-02-23T08:25:56.814Z Compiling toml_edit v0.22.22
14792025-02-23T08:25:58.069Z Compiling hyper-util v0.1.10
14802025-02-23T08:25:58.750Z Compiling addr2line v0.24.2
14812025-02-23T08:25:58.946Z Compiling crossbeam-deque v0.8.5
14822025-02-23T08:25:58.986Z Compiling term v0.7.0
14832025-02-23T08:25:59.304Z Compiling usdt-attr-macro v0.5.0
14842025-02-23T08:25:59.335Z Compiling usdt-macro v0.5.0
14852025-02-23T08:25:59.425Z Compiling slog-json v2.6.1
14862025-02-23T08:25:59.786Z Compiling serde_urlencoded v0.7.1
14872025-02-23T08:26:00.185Z Compiling crossbeam-channel v0.5.13
14882025-02-23T08:26:00.286Z Compiling curve25519-dalek v4.1.3
14892025-02-23T08:26:00.729Z Compiling futures-executor v0.3.31
14902025-02-23T08:26:00.834Z Compiling md-5 v0.10.6
14912025-02-23T08:26:00.863Z Compiling async-stream-impl v0.3.6
14922025-02-23T08:26:00.960Z Compiling enum-as-inner v0.6.1
14932025-02-23T08:26:01.131Z Compiling rustls-pemfile v2.2.0
14942025-02-23T08:26:01.174Z Compiling num-integer v0.1.46
14952025-02-23T08:26:01.213Z Compiling hash32 v0.2.1
14962025-02-23T08:26:01.485Z Compiling ff v0.13.0
14972025-02-23T08:26:01.579Z Compiling is-terminal v0.4.13
14982025-02-23T08:26:01.704Z Compiling dropshot v0.12.0
14992025-02-23T08:26:01.724Z Compiling object v0.36.5
15002025-02-23T08:26:01.897Z Compiling memoffset v0.9.1
15012025-02-23T08:26:02.003Z Compiling fallible-iterator v0.2.0
15022025-02-23T08:26:02.021Z Compiling num-bigint-dig v0.8.4
15032025-02-23T08:26:02.069Z Compiling base16ct v0.2.0
15042025-02-23T08:26:02.217Z Compiling quick-error v1.2.3
15052025-02-23T08:26:02.321Z Compiling anyhow v1.0.96
15062025-02-23T08:26:02.363Z Compiling portable-atomic v1.9.0
15072025-02-23T08:26:02.387Z Compiling psl-types v2.0.11
15082025-02-23T08:26:02.593Z Compiling litrs v0.4.1
15092025-02-23T08:26:02.697Z Compiling utf-8 v0.7.6
15102025-02-23T08:26:02.887Z Compiling smoltcp v0.9.1
15112025-02-23T08:26:03.001Z Compiling cfg_aliases v0.2.1
15122025-02-23T08:26:03.114Z Compiling linked-hash-map v0.5.6
15132025-02-23T08:26:03.337Z Compiling rustc-demangle v0.1.24
15142025-02-23T08:26:03.444Z Compiling take_mut v0.2.2
15152025-02-23T08:26:03.543Z Compiling lru-cache v0.1.2
15162025-02-23T08:26:03.655Z Compiling document-features v0.2.10
15172025-02-23T08:26:03.813Z Compiling nix v0.29.0
15182025-02-23T08:26:04.168Z Compiling tungstenite v0.24.0
15192025-02-23T08:26:04.217Z Compiling postgres-protocol v0.6.7
15202025-02-23T08:26:04.598Z Compiling publicsuffix v2.3.0
15212025-02-23T08:26:04.692Z Compiling resolv-conf v0.7.0
15222025-02-23T08:26:04.823Z Compiling sec1 v0.7.3
15232025-02-23T08:26:05.020Z Compiling async-stream v0.3.6
15242025-02-23T08:26:05.342Z Compiling hickory-proto v0.24.3
15252025-02-23T08:26:05.362Z Compiling slog-term v2.9.1
15262025-02-23T08:26:05.380Z Compiling num-iter v0.1.45
15272025-02-23T08:26:05.398Z Compiling group v0.13.0
15282025-02-23T08:26:05.633Z Compiling usdt v0.5.0
15292025-02-23T08:26:06.109Z Compiling futures v0.3.31
15302025-02-23T08:26:06.241Z Compiling toml v0.8.19
15312025-02-23T08:26:06.260Z Compiling slog-bunyan v2.5.0
15322025-02-23T08:26:06.504Z Compiling tokio-native-tls v0.3.1
15332025-02-23T08:26:07.777Z Compiling camino v1.1.9
15342025-02-23T08:26:07.859Z Compiling phf_shared v0.11.2
15352025-02-23T08:26:07.976Z Compiling dropshot_endpoint v0.12.0
15362025-02-23T08:26:08.231Z Compiling backtrace v0.3.74
15372025-02-23T08:26:08.508Z Compiling terminal_size v0.4.0
15382025-02-23T08:26:08.598Z Compiling waitgroup v0.1.2
15392025-02-23T08:26:08.600Z Compiling openapiv3 v2.0.0
15402025-02-23T08:26:08.738Z Compiling serde_path_to_error v0.1.16
15412025-02-23T08:26:08.834Z Compiling hkdf v0.12.4
15422025-02-23T08:26:09.116Z Compiling crypto-bigint v0.5.5
15432025-02-23T08:26:09.514Z Compiling curve25519-dalek-derive v0.1.1
15442025-02-23T08:26:10.974Z Compiling zerocopy-derive v0.6.6
15452025-02-23T08:26:11.088Z Compiling webpki-roots v0.26.6
15462025-02-23T08:26:11.300Z Compiling hubpack_derive v0.1.1
15472025-02-23T08:26:11.315Z Compiling sync_wrapper v1.0.1
15482025-02-23T08:26:11.468Z Compiling hostname v0.4.0
15492025-02-23T08:26:11.688Z Compiling fs-err v2.11.0
15502025-02-23T08:26:12.016Z Compiling ahash v0.8.11
15512025-02-23T08:26:12.058Z Compiling crc32fast v1.4.2
15522025-02-23T08:26:12.114Z Compiling bitflags v1.3.2
15532025-02-23T08:26:12.228Z Compiling debug-ignore v1.0.5
15542025-02-23T08:26:12.357Z Compiling tower-layer v0.3.3
15552025-02-23T08:26:12.394Z Compiling newtype-uuid v1.2.1
15562025-02-23T08:26:12.414Z Compiling unicode-width v0.2.0
15572025-02-23T08:26:12.599Z Compiling managed v0.8.0
15582025-02-23T08:26:12.626Z Compiling winnow v0.5.40
15592025-02-23T08:26:12.727Z Compiling strum_macros v0.25.3
15602025-02-23T08:26:12.857Z Compiling zerocopy v0.6.6
15612025-02-23T08:26:12.898Z Compiling console v0.15.10
15622025-02-23T08:26:13.596Z Compiling clap_builder v4.5.30
15632025-02-23T08:26:14.178Z Compiling tower v0.5.2
15642025-02-23T08:26:14.292Z Compiling flate2 v1.0.35
15652025-02-23T08:26:14.954Z Compiling hubpack v0.1.2
15662025-02-23T08:26:15.003Z Compiling elliptic-curve v0.13.8
15672025-02-23T08:26:15.180Z Compiling hickory-resolver v0.24.3
15682025-02-23T08:26:15.822Z Compiling toml_edit v0.19.15
15692025-02-23T08:26:15.998Z Compiling phf v0.11.2
15702025-02-23T08:26:16.190Z Compiling signal-hook-mio v0.2.4
15712025-02-23T08:26:16.277Z Compiling cookie_store v0.21.1
15722025-02-23T08:26:16.369Z Compiling rayon v1.10.0
15732025-02-23T08:26:16.372Z Compiling bzip2 v0.4.4
15742025-02-23T08:26:16.769Z Compiling hyper-tls v0.6.0
15752025-02-23T08:26:17.694Z Compiling tokio-tungstenite v0.24.0
15762025-02-23T08:26:18.407Z Compiling postgres-types v0.2.8
15772025-02-23T08:26:20.679Z Compiling ed25519 v2.2.3
15782025-02-23T08:26:20.790Z Compiling phf_shared v0.10.0
15792025-02-23T08:26:20.988Z Compiling tokio-stream v0.1.16
15802025-02-23T08:26:21.163Z Compiling pkcs1 v0.7.5
15812025-02-23T08:26:21.318Z Compiling serde-big-array v0.5.1
15822025-02-23T08:26:21.555Z Compiling rfc6979 v0.4.0
15832025-02-23T08:26:21.756Z Compiling serde_repr v0.1.19
15842025-02-23T08:26:21.885Z Compiling derive-where v1.2.7
15852025-02-23T08:26:22.043Z Compiling clap_derive v4.5.28
15862025-02-23T08:26:22.455Z Compiling bstr v1.10.0
15872025-02-23T08:26:22.819Z Compiling float-cmp v0.10.0
15882025-02-23T08:26:22.856Z Compiling fixedbitset v0.4.2
15892025-02-23T08:26:22.969Z Compiling precomputed-hash v0.1.1
15902025-02-23T08:26:23.073Z Compiling unicode-segmentation v1.12.0
15912025-02-23T08:26:23.103Z Compiling number_prefix v0.4.0
15922025-02-23T08:26:23.284Z Compiling predicates-core v1.0.8
15932025-02-23T08:26:23.325Z Compiling whoami v1.5.2
15942025-02-23T08:26:23.590Z Compiling difflib v0.4.0
15952025-02-23T08:26:23.889Z Compiling bit-vec v0.6.3
15962025-02-23T08:26:23.907Z Compiling normalize-line-endings v0.3.0
15972025-02-23T08:26:24.017Z Compiling static_assertions v1.1.0
15982025-02-23T08:26:24.047Z Compiling new_debug_unreachable v1.0.6
15992025-02-23T08:26:24.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16002025-02-23T08:26:24.154Z Compiling string_cache v0.8.7
16012025-02-23T08:26:24.297Z Compiling bit-set v0.5.3
16022025-02-23T08:26:24.558Z Compiling predicates v3.1.3
16032025-02-23T08:26:24.576Z Compiling similar v2.6.0
16042025-02-23T08:26:24.893Z Compiling tokio-postgres v0.7.12
16052025-02-23T08:26:24.909Z Compiling indicatif v0.17.11
16062025-02-23T08:26:26.033Z Compiling petgraph v0.6.5
16072025-02-23T08:26:26.477Z Compiling clap v4.5.30
16082025-02-23T08:26:26.604Z Compiling ecdsa v0.16.9
16092025-02-23T08:26:26.651Z Compiling rsa v0.9.6
16102025-02-23T08:26:26.903Z Compiling ed25519-dalek v2.1.1
16112025-02-23T08:26:28.161Z Compiling toml v0.7.8
16122025-02-23T08:26:29.434Z Compiling zip v0.6.6
16132025-02-23T08:26:29.605Z Compiling crossterm v0.28.1
16142025-02-23T08:26:30.458Z Compiling hex v0.4.3
16152025-02-23T08:26:30.737Z Compiling x509-cert v0.2.5
16162025-02-23T08:26:30.759Z Compiling itertools v0.10.5
16172025-02-23T08:26:30.896Z Compiling itertools v0.14.0
16182025-02-23T08:26:30.930Z Compiling lalrpop-util v0.19.12
16192025-02-23T08:26:31.070Z Compiling peg-runtime v0.8.3
16202025-02-23T08:26:31.266Z Compiling unicode-xid v0.2.6
16212025-02-23T08:26:31.462Z Compiling strum_macros v0.26.4
16222025-02-23T08:26:31.642Z Compiling xattr v1.3.1
16232025-02-23T08:26:31.919Z Compiling filetime v0.2.25
16242025-02-23T08:26:32.220Z Compiling tar v0.4.42
16252025-02-23T08:26:35.870Z Compiling strum v0.26.3
16262025-02-23T08:26:39.484Z Compiling aws-lc-sys v0.22.0
16272025-02-23T08:27:06.799Z Compiling rustls-webpki v0.102.8
16282025-02-23T08:27:09.958Z Compiling tokio-rustls v0.25.0
16292025-02-23T08:27:11.765Z Compiling tokio-rustls v0.26.0
16302025-02-23T08:27:12.050Z Compiling hyper-rustls v0.27.3
16312025-02-23T08:27:12.383Z Compiling reqwest v0.12.12
16322025-02-23T08:27:13.634Z Compiling qorb v0.2.1
16332025-02-23T08:27:16.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16342025-02-23T08:27:16.914Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16352025-02-23T08:27:21.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
16362025-02-23T08:27:21.495Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16372025-02-23T08:27:21.546ZFeb 23 08:27:20.911 INFO Starting download, target: Clickhouse
16382025-02-23T08:27:21.546ZFeb 23 08:27:20.911 INFO Starting download, target: DendriteOpenapi
16392025-02-23T08:27:21.546ZFeb 23 08:27:20.911 INFO Starting download, target: Cockroach
16402025-02-23T08:27:21.547ZFeb 23 08:27:20.911 INFO Starting download, target: Console
16412025-02-23T08:27:21.550ZFeb 23 08:27:20.911 INFO Starting download, target: DendriteStub
16422025-02-23T08:27:21.550ZFeb 23 08:27:20.911 INFO Starting download, target: MaghemiteMgd
16432025-02-23T08:27:21.550ZFeb 23 08:27:20.911 INFO Starting download, target: TransceiverControl
16442025-02-23T08:27:21.550ZFeb 23 08:27:20.912 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16452025-02-23T08:27:21.550ZFeb 23 08:27:20.912 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16462025-02-23T08:27:21.550ZFeb 23 08:27:20.912 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16472025-02-23T08:27:21.550ZFeb 23 08:27:20.912 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16482025-02-23T08:27:21.550ZFeb 23 08:27:20.912 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16492025-02-23T08:27:21.550ZFeb 23 08:27:20.912 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16502025-02-23T08:27:21.550ZFeb 23 08:27:20.912 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16512025-02-23T08:27:21.961ZFeb 23 08:27:21.320 INFO Download complete, target: DendriteOpenapi
16522025-02-23T08:27:22.111ZFeb 23 08:27:21.466 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16532025-02-23T08:27:22.197ZFeb 23 08:27:21.552 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16542025-02-23T08:27:22.561ZFeb 23 08:27:21.923 INFO Download complete, target: Console
16552025-02-23T08:27:22.600ZFeb 23 08:27:21.963 INFO Download complete, target: TransceiverControl
16562025-02-23T08:27:22.619ZFeb 23 08:27:21.970 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16572025-02-23T08:27:22.692ZFeb 23 08:27:22.055 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16582025-02-23T08:27:23.410ZFeb 23 08:27:22.774 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16592025-02-23T08:27:23.410ZFeb 23 08:27:22.774 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16602025-02-23T08:27:24.680ZFeb 23 08:27:24.043 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16612025-02-23T08:27:25.549ZFeb 23 08:27:24.912 INFO Download complete, target: DendriteStub
16622025-02-23T08:27:25.624ZFeb 23 08:27:24.988 INFO Download complete, target: MaghemiteMgd
16632025-02-23T08:27:30.869ZFeb 23 08:27:30.231 INFO Checking that binary works, target: Cockroach
16642025-02-23T08:27:31.181ZFeb 23 08:27:30.543 INFO Download complete, target: Cockroach
16652025-02-23T08:27:37.212ZFeb 23 08:27:36.570 INFO Checking that binary works, target: Clickhouse
16662025-02-23T08:27:37.379ZFeb 23 08:27:36.740 INFO Download complete, target: Clickhouse
16672025-02-23T08:27:37.390ZAll prerequisites installed successfully
16682025-02-23T08:27:37.394Z
16692025-02-23T08:27:37.394Zreal 4:18.870019529
16702025-02-23T08:27:37.394Zuser 15:17.425612588
16712025-02-23T08:27:37.394Zsys 1:59.854657870
16722025-02-23T08:27:37.394Ztrap 0.524625954
16732025-02-23T08:27:37.394Ztflt 0.899693621
16742025-02-23T08:27:37.394Zdflt 1.324840616
16752025-02-23T08:27:37.394Zkflt 0.022498568
16762025-02-23T08:27:37.394Zlock 26:39.431924667
16772025-02-23T08:27:37.394Zslp 53:23.265445318
16782025-02-23T08:27:37.394Zlat 59.195141937
16792025-02-23T08:27:37.394Zstop 2:19.436027381
16802025-02-23T08:27:37.394Z+ source ./tools/include/force-git-over-https.sh
16812025-02-23T08:27:37.394Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16822025-02-23T08:27:37.395Z++ (( i = 0 ))
16832025-02-23T08:27:37.395Z++ (( i < 5 ))
16842025-02-23T08:27:37.395Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16852025-02-23T08:27:37.395Z++ (( i++ ))
16862025-02-23T08:27:37.395Z++ (( i < 5 ))
16872025-02-23T08:27:37.395Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16882025-02-23T08:27:37.399Z++ (( i++ ))
16892025-02-23T08:27:37.399Z++ (( i < 5 ))
16902025-02-23T08:27:37.399Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16912025-02-23T08:27:37.403Z++ (( i++ ))
16922025-02-23T08:27:37.403Z++ (( i < 5 ))
16932025-02-23T08:27:37.403Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16942025-02-23T08:27:37.403Z++ (( i++ ))
16952025-02-23T08:27:37.403Z++ (( i < 5 ))
16962025-02-23T08:27:37.403Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16972025-02-23T08:27:37.406Z++ (( i++ ))
16982025-02-23T08:27:37.407Z++ (( i < 5 ))
16992025-02-23T08:27:37.407Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17002025-02-23T08:27:37.407Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17012025-02-23T08:27:37.407Z+ rc=0
17022025-02-23T08:27:37.407Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17032025-02-23T08:28:09.616Z+ case $rc in
17042025-02-23T08:28:09.616Z+ pfexec zfs create -p rpool/images/build/host
17052025-02-23T08:28:09.837Z+ pfexec zfs create -p rpool/images/build/recovery
17062025-02-23T08:28:09.916Z+ cargo xtask releng --output-dir /work
17072025-02-23T08:28:10.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17082025-02-23T08:28:10.470Z Running `target/debug/xtask releng --output-dir /work`
17092025-02-23T08:28:11.389Z Compiling proc-macro2 v1.0.92
17102025-02-23T08:28:11.389Z Compiling unicode-ident v1.0.14
17112025-02-23T08:28:11.392Z Compiling libc v0.2.169
17122025-02-23T08:28:11.392Z Compiling serde v1.0.217
17132025-02-23T08:28:11.392Z Compiling autocfg v1.4.0
17142025-02-23T08:28:11.393Z Compiling version_check v0.9.5
17152025-02-23T08:28:11.394Z Compiling cfg-if v1.0.0
17162025-02-23T08:28:11.635Z Compiling memchr v2.7.4
17172025-02-23T08:28:11.727Z Compiling typenum v1.17.0
17182025-02-23T08:28:11.749Z Compiling shlex v1.3.0
17192025-02-23T08:28:12.172Z Compiling generic-array v0.14.7
17202025-02-23T08:28:12.285Z Compiling value-bag v1.9.0
17212025-02-23T08:28:12.409Z Compiling lock_api v0.4.12
17222025-02-23T08:28:12.546Z Compiling scopeguard v1.2.0
17232025-02-23T08:28:12.656Z Compiling parking_lot_core v0.9.10
17242025-02-23T08:28:12.711Z Compiling log v0.4.22
17252025-02-23T08:28:12.912Z Compiling rustix v0.38.37
17262025-02-23T08:28:13.077Z Compiling serde_json v1.0.139
17272025-02-23T08:28:13.339Z Compiling quote v1.0.38
17282025-02-23T08:28:13.427Z Compiling jobserver v0.1.32
17292025-02-23T08:28:13.450Z Compiling getrandom v0.2.15
17302025-02-23T08:28:13.564Z Compiling libm v0.2.8
17312025-02-23T08:28:13.762Z Compiling syn v2.0.96
17322025-02-23T08:28:13.816Z Compiling num-traits v0.2.19
17332025-02-23T08:28:13.839Z Compiling cc v1.2.15
17342025-02-23T08:28:13.880Z Compiling once_cell v1.20.3
17352025-02-23T08:28:13.912Z Compiling slab v0.4.9
17362025-02-23T08:28:13.934Z Compiling semver v1.0.25
17372025-02-23T08:28:14.110Z Compiling itoa v1.0.11
17382025-02-23T08:28:14.155Z Compiling thiserror v1.0.69
17392025-02-23T08:28:14.271Z Compiling aho-corasick v1.1.3
17402025-02-23T08:28:14.332Z Compiling regex-syntax v0.8.5
17412025-02-23T08:28:14.386Z Compiling spin v0.9.8
17422025-02-23T08:28:14.844Z Compiling errno v0.3.9
17432025-02-23T08:28:15.073Z Compiling either v1.13.0
17442025-02-23T08:28:15.151Z Compiling byteorder v1.5.0
17452025-02-23T08:28:15.657Z Compiling glob v0.3.2
17462025-02-23T08:28:15.690Z Compiling rand_core v0.6.4
17472025-02-23T08:28:15.843Z Compiling prettyplease v0.2.29
17482025-02-23T08:28:16.212Z Compiling subtle v2.6.1
17492025-02-23T08:28:16.312Z Compiling lazy_static v1.5.0
17502025-02-23T08:28:16.389Z Compiling clang-sys v1.8.1
17512025-02-23T08:28:16.413Z Compiling minimal-lexical v0.2.1
17522025-02-23T08:28:16.910Z Compiling nom v7.1.3
17532025-02-23T08:28:16.961Z Compiling libloading v0.8.5
17542025-02-23T08:28:17.002Z Compiling bindgen v0.69.5
17552025-02-23T08:28:17.202Z Compiling home v0.5.9
17562025-02-23T08:28:17.287Z Compiling smallvec v1.13.2
17572025-02-23T08:28:17.800Z Compiling itertools v0.12.1
17582025-02-23T08:28:18.082Z Compiling regex-automata v0.4.8
17592025-02-23T08:28:18.237Z Compiling lazycell v1.3.0
17602025-02-23T08:28:18.453Z Compiling rustc-hash v1.1.0
17612025-02-23T08:28:18.825Z Compiling cmake v0.1.51
17622025-02-23T08:28:19.736Z Compiling fs_extra v1.3.0
17632025-02-23T08:28:20.249Z Compiling cexpr v0.6.0
17642025-02-23T08:28:20.305Z Compiling dunce v1.0.5
17652025-02-23T08:28:20.326Z Compiling pkg-config v0.3.31
17662025-02-23T08:28:20.430Z Compiling ring v0.17.11
17672025-02-23T08:28:20.531Z Compiling paste v1.0.15
17682025-02-23T08:28:21.056Z Compiling heck v0.5.0
17692025-02-23T08:28:21.092Z Compiling ryu v1.0.18
17702025-02-23T08:28:21.356Z Compiling synstructure v0.13.1
17712025-02-23T08:28:21.654Z Compiling httparse v1.9.5
17722025-02-23T08:28:21.875Z Compiling pin-project-lite v0.2.14
17732025-02-23T08:28:22.046Z Compiling aws-lc-rs v1.10.0
17742025-02-23T08:28:22.372Z Compiling const-oid v0.9.6
17752025-02-23T08:28:22.668Z Compiling futures-core v0.3.31
17762025-02-23T08:28:22.710Z Compiling allocator-api2 v0.2.18
17772025-02-23T08:28:23.589Z Compiling regex v1.11.1
17782025-02-23T08:28:23.921Z Compiling signal-hook-registry v1.4.2
17792025-02-23T08:28:24.560Z Compiling parking_lot v0.12.3
17802025-02-23T08:28:24.674Z Compiling mio v1.0.2
17812025-02-23T08:28:24.920Z Compiling time-core v0.1.2
17822025-02-23T08:28:25.175Z Compiling num-conv v0.1.0
17832025-02-23T08:28:25.442Z Compiling schemars v0.8.21
17842025-02-23T08:28:25.543Z Compiling serde_derive v1.0.217
17852025-02-23T08:28:25.586Z Compiling zeroize_derive v1.4.2
17862025-02-23T08:28:25.820Z Compiling zerocopy-derive v0.7.35
17872025-02-23T08:28:25.899Z Compiling tokio-macros v2.5.0
17882025-02-23T08:28:26.305Z Compiling thiserror-impl v1.0.69
17892025-02-23T08:28:26.460Z Compiling zerofrom-derive v0.1.4
17902025-02-23T08:28:26.873Z Compiling yoke-derive v0.7.4
17912025-02-23T08:28:27.280Z Compiling zeroize v1.8.1
17922025-02-23T08:28:27.730Z Compiling futures-macro v0.3.31
17932025-02-23T08:28:27.775Z Compiling zerovec-derive v0.10.3
17942025-02-23T08:28:27.829Z Compiling displaydoc v0.2.5
17952025-02-23T08:28:29.037Z Compiling zerocopy v0.7.35
17962025-02-23T08:28:29.335Z Compiling icu_provider_macros v1.5.0
17972025-02-23T08:28:29.396Z Compiling crypto-common v0.1.6
17982025-02-23T08:28:29.683Z Compiling tracing-attributes v0.1.27
17992025-02-23T08:28:29.686Z Compiling block-buffer v0.10.4
18002025-02-23T08:28:30.057Z Compiling digest v0.10.7
18012025-02-23T08:28:30.253Z Compiling der_derive v0.7.3
18022025-02-23T08:28:30.435Z Compiling time-macros v0.2.18
18032025-02-23T08:28:30.515Z Compiling crossbeam-utils v0.8.20
18042025-02-23T08:28:30.554Z Compiling vcpkg v0.2.15
18052025-02-23T08:28:31.081Z Compiling serde_derive_internals v0.29.1
18062025-02-23T08:28:31.885Z Compiling socket2 v0.5.7
18072025-02-23T08:28:32.071Z Compiling openssl-sys v0.9.106
18082025-02-23T08:28:33.129Z Compiling schemars_derive v0.8.21
18092025-02-23T08:28:33.652Z Compiling fnv v1.0.7
18102025-02-23T08:28:33.756Z Compiling futures-sink v0.3.31
18112025-02-23T08:28:34.846Z Compiling ahash v0.8.11
18122025-02-23T08:28:35.210Z Compiling stable_deref_trait v1.2.0
18132025-02-23T08:28:35.447Z Compiling foldhash v0.1.3
18142025-02-23T08:28:35.537Z Compiling equivalent v1.0.1
18152025-02-23T08:28:35.658Z Compiling cpufeatures v0.2.14
18162025-02-23T08:28:35.957Z Compiling hashbrown v0.15.1
18172025-02-23T08:28:36.130Z Compiling slog v2.7.0
18182025-02-23T08:28:36.232Z Compiling futures-channel v0.3.31
18192025-02-23T08:28:36.663Z Compiling zerofrom v0.1.4
18202025-02-23T08:28:36.770Z Compiling futures-task v0.3.31
18212025-02-23T08:28:36.818Z Compiling futures-io v0.3.31
18222025-02-23T08:28:36.890Z Compiling pin-utils v0.1.0
18232025-02-23T08:28:36.965Z Compiling yoke v0.7.4
18242025-02-23T08:28:37.132Z Compiling futures-util v0.3.31
18252025-02-23T08:28:37.328Z Compiling openssl v0.10.71
18262025-02-23T08:28:37.365Z Compiling zerovec v0.10.4
18272025-02-23T08:28:37.751Z Compiling scroll_derive v0.12.0
18282025-02-23T08:28:38.018Z Compiling bitflags v2.6.0
18292025-02-23T08:28:38.021Z Compiling bytes v1.9.0
18302025-02-23T08:28:39.262Z Compiling tokio v1.43.0
18312025-02-23T08:28:40.685Z Compiling indexmap v2.7.1
18322025-02-23T08:28:40.922Z Compiling serde_tokenstream v0.2.2
18332025-02-23T08:28:41.558Z Compiling http v1.2.0
18342025-02-23T08:28:42.453Z Compiling which v4.4.2
18352025-02-23T08:28:42.538Z Compiling ucd-trie v0.1.7
18362025-02-23T08:28:43.776Z Compiling pest v2.7.14
18372025-02-23T08:28:43.928Z Compiling rustc_version v0.4.1
18382025-02-23T08:28:44.574Z Compiling uuid v1.12.0
18392025-02-23T08:28:46.150Z Compiling hmac v0.12.1
18402025-02-23T08:28:46.413Z Compiling openssl-macros v0.1.1
18412025-02-23T08:28:47.060Z Compiling native-tls v0.2.12
18422025-02-23T08:28:47.283Z Compiling rustls v0.23.19
18432025-02-23T08:28:47.481Z Compiling iana-time-zone v0.1.61
18442025-02-23T08:28:47.659Z Compiling pest_meta v2.7.14
18452025-02-23T08:28:47.697Z Compiling tinystr v0.7.6
18462025-02-23T08:28:47.900Z Compiling chrono v0.4.39
18472025-02-23T08:28:48.209Z Compiling block-padding v0.3.3
18482025-02-23T08:28:48.252Z Compiling writeable v0.5.5
18492025-02-23T08:28:48.494Z Compiling litemap v0.7.3
18502025-02-23T08:28:49.022Z Compiling icu_locid v1.5.0
18512025-02-23T08:28:49.404Z Compiling pest_generator v2.7.14
18522025-02-23T08:28:49.442Z Compiling inout v0.1.3
18532025-02-23T08:28:51.237Z Compiling cookie v0.18.1
18542025-02-23T08:28:51.721Z Compiling pest_derive v2.7.14
18552025-02-23T08:28:52.447Z Compiling icu_provider v1.5.0
18562025-02-23T08:28:52.612Z Compiling cipher v0.4.4
18572025-02-23T08:28:53.173Z Compiling sha2 v0.10.8
18582025-02-23T08:28:54.082Z Compiling async-trait v0.1.86
18592025-02-23T08:28:54.405Z Compiling tracing-core v0.1.32
18602025-02-23T08:28:54.922Z Compiling usdt-impl v0.5.0
18612025-02-23T08:28:55.429Z Compiling rustls-pki-types v1.10.0
18622025-02-23T08:28:55.702Z Compiling aws-lc-sys v0.22.0
18632025-02-23T08:28:56.440Z Compiling base64ct v1.6.0
18642025-02-23T08:28:56.743Z Compiling icu_locid_transform_data v1.5.0
18652025-02-23T08:28:56.833Z Compiling dyn-clone v1.0.18
18662025-02-23T08:28:56.870Z Compiling percent-encoding v2.3.1
18672025-02-23T08:28:57.120Z Compiling pem-rfc7468 v0.7.0
18682025-02-23T08:28:57.206Z Compiling icu_locid_transform v1.5.0
18692025-02-23T08:28:57.476Z Compiling tracing v0.1.40
18702025-02-23T08:28:59.729Z Compiling tokio-util v0.7.12
18712025-02-23T08:29:00.111Z Compiling icu_collections v1.5.0
18722025-02-23T08:29:00.855Z Compiling scroll v0.12.0
18732025-02-23T08:29:02.154Z Compiling ppv-lite86 v0.2.20
18742025-02-23T08:29:02.992Z Compiling icu_properties_data v1.5.0
18752025-02-23T08:29:03.019Z Compiling untrusted v0.9.0
18762025-02-23T08:29:03.024Z Compiling camino v1.1.9
18772025-02-23T08:29:03.244Z Compiling untrusted v0.7.1
18782025-02-23T08:29:03.266Z Compiling powerfmt v0.2.0
18792025-02-23T08:29:03.428Z Compiling mirai-annotations v1.12.0
18802025-02-23T08:29:03.521Z Compiling syn v1.0.109
18812025-02-23T08:29:03.625Z Compiling flagset v0.4.6
18822025-02-23T08:29:03.822Z Compiling plain v0.2.3
18832025-02-23T08:29:03.995Z Compiling goblin v0.8.2
18842025-02-23T08:29:04.091Z Compiling der v0.7.9
18852025-02-23T08:29:05.999Z Compiling deranged v0.3.11
18862025-02-23T08:29:07.080Z Compiling icu_properties v1.5.1
18872025-02-23T08:29:08.484Z Compiling rand_chacha v0.3.1
18882025-02-23T08:29:11.798Z Compiling atomic-waker v1.1.2
18892025-02-23T08:29:11.801Z Compiling icu_normalizer_data v1.5.0
18902025-02-23T08:29:11.963Z Compiling litrs v0.4.1
18912025-02-23T08:29:12.009Z Compiling utf16_iter v1.0.5
18922025-02-23T08:29:12.430Z Compiling pretty-hex v0.4.1
18932025-02-23T08:29:12.671Z Compiling num_threads v0.1.7
18942025-02-23T08:29:12.694Z Compiling write16 v1.0.0
18952025-02-23T08:29:13.048Z Compiling rustls v0.22.4
18962025-02-23T08:29:13.085Z Compiling rayon-core v1.12.1
18972025-02-23T08:29:13.240Z Compiling utf8_iter v1.0.4
18982025-02-23T08:29:13.281Z Compiling document-features v0.2.10
18992025-02-23T08:29:13.450Z Compiling icu_normalizer v1.5.0
19002025-02-23T08:29:13.514Z Compiling time v0.3.36
19012025-02-23T08:29:13.612Z Compiling dof v0.3.0
19022025-02-23T08:29:15.281Z Compiling rand v0.8.5
19032025-02-23T08:29:15.634Z Compiling spki v0.7.3
19042025-02-23T08:29:16.056Z Compiling form_urlencoded v1.2.1
19052025-02-23T08:29:16.915Z Compiling salsa20 v0.10.2
19062025-02-23T08:29:16.948Z Compiling dtrace-parser v0.2.0
19072025-02-23T08:29:18.493Z Compiling pbkdf2 v0.12.2
19082025-02-23T08:29:18.516Z Compiling http-body v1.0.1
19092025-02-23T08:29:18.793Z Compiling bzip2-sys v0.1.11+1.0.8
19102025-02-23T08:29:18.844Z Compiling thread-id v4.2.2
19112025-02-23T08:29:20.033Z Compiling try-lock v0.2.5
19122025-02-23T08:29:20.213Z Compiling want v0.3.1
19132025-02-23T08:29:23.193Z Compiling scrypt v0.11.0
19142025-02-23T08:29:23.345Z Compiling idna_adapter v1.2.0
19152025-02-23T08:29:23.431Z Compiling h2 v0.4.6
19162025-02-23T08:29:23.668Z Compiling aes v0.8.4
19172025-02-23T08:29:23.724Z Compiling cbc v0.1.2
19182025-02-23T08:29:24.771Z Compiling multer v3.1.0
19192025-02-23T08:29:25.034Z Compiling httpdate v1.0.3
19202025-02-23T08:29:25.506Z Compiling tower-service v0.3.3
19212025-02-23T08:29:25.686Z Compiling tinyvec_macros v0.1.1
19222025-02-23T08:29:25.793Z Compiling slog-async v2.8.0
19232025-02-23T08:29:25.814Z Compiling base64 v0.22.1
19242025-02-23T08:29:25.901Z Compiling tinyvec v1.8.0
19252025-02-23T08:29:27.178Z Compiling pkcs5 v0.7.1
19262025-02-23T08:29:28.300Z Compiling idna v1.0.3
19272025-02-23T08:29:33.546Z Compiling hyper v1.5.2
19282025-02-23T08:29:34.676Z Compiling heapless v0.7.17
19292025-02-23T08:29:35.102Z Compiling zerocopy-derive v0.6.6
19302025-02-23T08:29:35.485Z Compiling signal-hook v0.3.17
19312025-02-23T08:29:35.810Z Compiling anyhow v1.0.96
19322025-02-23T08:29:36.164Z Compiling num-bigint-dig v0.8.4
19332025-02-23T08:29:36.884Z Compiling hyper-util v0.1.10
19342025-02-23T08:29:39.819Z Compiling pkcs8 v0.10.2
19352025-02-23T08:29:40.663Z Compiling usdt-macro v0.5.0
19362025-02-23T08:29:41.896Z Compiling usdt-attr-macro v0.5.0
19372025-02-23T08:29:42.431Z Compiling async-stream-impl v0.3.6
19382025-02-23T08:29:42.897Z Compiling foreign-types-shared v0.1.1
19392025-02-23T08:29:43.331Z Compiling strsim v0.11.1
19402025-02-23T08:29:43.577Z Compiling rustversion v1.0.17
19412025-02-23T08:29:43.600Z Compiling foreign-types v0.3.2
19422025-02-23T08:29:44.283Z Compiling url v2.5.3
19432025-02-23T08:29:44.711Z Compiling http-body-util v0.1.2
19442025-02-23T08:29:45.305Z Compiling curve25519-dalek v4.1.3
19452025-02-23T08:29:45.645Z Compiling openapiv3 v2.0.0
19462025-02-23T08:29:45.727Z Compiling toml_datetime v0.6.8
19472025-02-23T08:29:46.158Z Compiling serde_spanned v0.6.8
19482025-02-23T08:29:46.466Z Compiling enum-as-inner v0.6.1
19492025-02-23T08:29:47.564Z Compiling memoffset v0.9.1
19502025-02-23T08:29:47.916Z Compiling dropshot v0.12.0
19512025-02-23T08:29:48.210Z Compiling encoding_rs v0.8.34
19522025-02-23T08:29:49.435Z Compiling smoltcp v0.9.1
19532025-02-23T08:29:49.595Z Compiling mime v0.3.17
19542025-02-23T08:29:50.035Z Compiling newtype-uuid v1.2.1
19552025-02-23T08:29:50.622Z Compiling match_cfg v0.1.0
19562025-02-23T08:29:50.644Z Compiling adler2 v2.0.0
19572025-02-23T08:29:50.855Z Compiling portable-atomic v1.9.0
19582025-02-23T08:29:50.988Z Compiling miniz_oxide v0.8.0
19592025-02-23T08:29:51.010Z Compiling hostname v0.3.1
19602025-02-23T08:30:01.731Z Compiling serde_urlencoded v0.7.1
19612025-02-23T08:30:01.833Z Compiling rustls-pemfile v2.2.0
19622025-02-23T08:30:02.230Z Compiling clap_derive v4.5.28
19632025-02-23T08:30:02.335Z Compiling dirs-sys-next v0.1.2
19642025-02-23T08:30:02.744Z Compiling siphasher v0.3.11
19652025-02-23T08:30:03.110Z Compiling openssl-probe v0.1.5
19662025-02-23T08:30:03.605Z Compiling cfg_aliases v0.2.1
19672025-02-23T08:30:03.723Z Compiling data-encoding v2.6.0
19682025-02-23T08:30:05.403Z Compiling ipnet v2.10.1
19692025-02-23T08:30:06.751Z Compiling nix v0.29.0
19702025-02-23T08:30:07.928Z Compiling dirs-next v2.0.0
19712025-02-23T08:30:09.205Z Compiling hubpack_derive v0.1.1
19722025-02-23T08:30:09.621Z Compiling rustls-webpki v0.102.8
19732025-02-23T08:30:10.134Z Compiling unicode-normalization v0.1.24
19742025-02-23T08:30:10.408Z Compiling crossbeam-epoch v0.9.18
19752025-02-23T08:30:10.941Z Compiling dropshot_endpoint v0.12.0
19762025-02-23T08:30:11.498Z Compiling sha1 v0.10.6
19772025-02-23T08:30:11.677Z Compiling signature v2.2.0
19782025-02-23T08:30:11.866Z Compiling curve25519-dalek-derive v0.1.1
19792025-02-23T08:30:12.002Z Compiling thread_local v1.1.8
19802025-02-23T08:30:12.054Z Compiling fs-err v2.11.0
19812025-02-23T08:30:13.356Z Compiling utf8parse v0.2.2
19822025-02-23T08:30:13.576Z Compiling gimli v0.31.1
19832025-02-23T08:30:14.021Z Compiling unicode-properties v0.1.3
19842025-02-23T08:30:14.508Z Compiling unicode-bidi v0.3.17
19852025-02-23T08:30:15.517Z Compiling psl-types v2.0.11
19862025-02-23T08:30:15.769Z Compiling winnow v0.6.20
19872025-02-23T08:30:15.860Z Compiling anstyle v1.0.10
19882025-02-23T08:30:16.131Z Compiling publicsuffix v2.3.0
19892025-02-23T08:30:16.252Z Compiling stringprep v0.1.5
19902025-02-23T08:30:16.835Z Compiling anstyle-parse v0.2.5
19912025-02-23T08:30:17.027Z Compiling crossbeam-deque v0.8.5
19922025-02-23T08:30:18.624Z Compiling addr2line v0.24.2
19932025-02-23T08:30:19.316Z Compiling toml_edit v0.22.22
19942025-02-23T08:30:19.443Z Compiling term v0.7.0
19952025-02-23T08:30:19.827Z Compiling tokio-native-tls v0.3.1
19962025-02-23T08:30:20.167Z Compiling slog-json v2.6.1
19972025-02-23T08:30:20.834Z Compiling crossbeam-channel v0.5.13
19982025-02-23T08:30:22.217Z Compiling webpki-roots v0.26.6
19992025-02-23T08:30:22.538Z Compiling futures-executor v0.3.31
20002025-02-23T08:30:22.561Z Compiling num-integer v0.1.46
20012025-02-23T08:30:23.005Z Compiling md-5 v0.10.6
20022025-02-23T08:30:23.248Z Compiling sync_wrapper v1.0.1
20032025-02-23T08:30:23.279Z Compiling ff v0.13.0
20042025-02-23T08:30:23.450Z Compiling hash32 v0.2.1
20052025-02-23T08:30:23.540Z Compiling is-terminal v0.4.13
20062025-02-23T08:30:23.702Z Compiling memmap v0.7.0
20072025-02-23T08:30:23.817Z Compiling object v0.36.5
20082025-02-23T08:30:24.006Z Compiling linked-hash-map v0.5.6
20092025-02-23T08:30:24.369Z Compiling anstyle-query v1.1.1
20102025-02-23T08:30:24.529Z Compiling rustc-demangle v0.1.24
20112025-02-23T08:30:24.550Z Compiling utf-8 v0.7.6
20122025-02-23T08:30:24.834Z Compiling take_mut v0.2.2
20132025-02-23T08:30:25.033Z Compiling is_terminal_polyfill v1.70.1
20142025-02-23T08:30:25.232Z Compiling fallible-iterator v0.2.0
20152025-02-23T08:30:25.326Z Compiling heck v0.4.1
20162025-02-23T08:30:25.398Z Compiling colorchoice v1.0.2
20172025-02-23T08:30:25.579Z Compiling tower-layer v0.3.3
20182025-02-23T08:30:25.718Z Compiling base16ct v0.2.0
20192025-02-23T08:30:25.892Z Compiling quick-error v1.2.3
20202025-02-23T08:30:26.000Z Compiling sec1 v0.7.3
20212025-02-23T08:30:26.035Z Compiling tower v0.5.2
20222025-02-23T08:30:26.070Z Compiling resolv-conf v0.7.0
20232025-02-23T08:30:26.533Z Compiling postgres-protocol v0.6.7
20242025-02-23T08:30:26.698Z Compiling strum_macros v0.25.3
20252025-02-23T08:30:26.972Z Compiling anstream v0.6.15
20262025-02-23T08:30:27.839Z Compiling tungstenite v0.24.0
20272025-02-23T08:30:28.467Z Compiling lru-cache v0.1.2
20282025-02-23T08:30:28.688Z Compiling usdt v0.5.0
20292025-02-23T08:30:28.885Z Compiling tokio-rustls v0.26.0
20302025-02-23T08:30:29.351Z Compiling slog-term v2.9.1
20312025-02-23T08:30:29.605Z Compiling group v0.13.0
20322025-02-23T08:30:29.942Z Compiling num-iter v0.1.45
20332025-02-23T08:30:29.945Z Compiling futures v0.3.31
20342025-02-23T08:30:30.157Z Compiling toml v0.8.19
20352025-02-23T08:30:30.347Z Compiling backtrace v0.3.74
20362025-02-23T08:30:30.937Z Compiling tokio-rustls v0.25.0
20372025-02-23T08:30:31.448Z Compiling slog-bunyan v2.5.0
20382025-02-23T08:30:31.672Z Compiling hyper-tls v0.6.0
20392025-02-23T08:30:31.899Z Compiling cookie_store v0.21.1
20402025-02-23T08:30:32.108Z Compiling hickory-proto v0.24.3
20412025-02-23T08:30:32.156Z Compiling phf_shared v0.11.2
20422025-02-23T08:30:32.610Z Compiling async-stream v0.3.6
20432025-02-23T08:30:32.723Z Compiling waitgroup v0.1.2
20442025-02-23T08:30:32.934Z Compiling hashbrown v0.14.5
20452025-02-23T08:30:33.113Z Compiling hkdf v0.12.4
20462025-02-23T08:30:33.153Z Compiling terminal_size v0.4.0
20472025-02-23T08:30:33.391Z Compiling serde_path_to_error v0.1.16
20482025-02-23T08:30:34.113Z Compiling crypto-bigint v0.5.5
20492025-02-23T08:30:34.190Z Compiling derive-where v1.2.7
20502025-02-23T08:30:34.385Z Compiling serde_repr v0.1.19
20512025-02-23T08:30:34.753Z Compiling hostname v0.4.0
20522025-02-23T08:30:34.996Z Compiling crc32fast v1.4.2
20532025-02-23T08:30:35.504Z Compiling winnow v0.5.40
20542025-02-23T08:30:35.766Z Compiling clap_lex v0.7.4
20552025-02-23T08:30:36.178Z Compiling unicode-width v0.2.0
20562025-02-23T08:30:36.734Z Compiling bitflags v1.3.2
20572025-02-23T08:30:37.062Z Compiling managed v0.8.0
20582025-02-23T08:30:37.218Z Compiling debug-ignore v1.0.5
20592025-02-23T08:30:37.518Z Compiling hickory-resolver v0.24.3
20602025-02-23T08:30:38.893Z Compiling toml_edit v0.19.15
20612025-02-23T08:30:39.277Z Compiling elliptic-curve v0.13.8
20622025-02-23T08:30:40.108Z Compiling console v0.15.10
20632025-02-23T08:30:41.900Z Compiling clap_builder v4.5.30
20642025-02-23T08:30:42.391Z Compiling flate2 v1.0.35
20652025-02-23T08:30:42.520Z Compiling regress v0.10.1
20662025-02-23T08:30:44.631Z Compiling hyper-rustls v0.27.3
20672025-02-23T08:30:45.404Z Compiling phf v0.11.2
20682025-02-23T08:30:46.975Z Compiling signal-hook-mio v0.2.4
20692025-02-23T08:30:47.168Z Compiling rayon v1.10.0
20702025-02-23T08:30:47.451Z Compiling bzip2 v0.4.4
20712025-02-23T08:30:47.579Z Compiling tokio-tungstenite v0.24.0
20722025-02-23T08:30:47.835Z Compiling postgres-types v0.2.8
20732025-02-23T08:30:48.102Z Compiling ed25519 v2.2.3
20742025-02-23T08:30:48.156Z Compiling hubpack v0.1.2
20752025-02-23T08:30:48.577Z Compiling phf_shared v0.10.0
20762025-02-23T08:30:48.969Z Compiling pkcs1 v0.7.5
20772025-02-23T08:30:49.976Z Compiling zerocopy v0.6.6
20782025-02-23T08:30:50.020Z Compiling tokio-stream v0.1.16
20792025-02-23T08:30:50.153Z Compiling rfc6979 v0.4.0
20802025-02-23T08:30:50.976Z Compiling serde-big-array v0.5.1
20812025-02-23T08:30:51.237Z Compiling float-cmp v0.10.0
20822025-02-23T08:30:51.333Z Compiling bstr v1.10.0
20832025-02-23T08:30:51.488Z Compiling difflib v0.4.0
20842025-02-23T08:30:51.731Z Compiling whoami v1.5.2
20852025-02-23T08:30:52.259Z Compiling fixedbitset v0.4.2
20862025-02-23T08:30:52.564Z Compiling number_prefix v0.4.0
20872025-02-23T08:30:52.708Z Compiling new_debug_unreachable v1.0.6
20882025-02-23T08:30:52.908Z Compiling normalize-line-endings v0.3.0
20892025-02-23T08:30:52.908Z Compiling predicates-core v1.0.8
20902025-02-23T08:30:52.908Z Compiling static_assertions v1.1.0
20912025-02-23T08:30:53.168Z Compiling bit-vec v0.6.3
20922025-02-23T08:30:53.260Z Compiling precomputed-hash v0.1.1
20932025-02-23T08:30:53.260Z Compiling unicode-segmentation v1.12.0
20942025-02-23T08:30:53.276Z Compiling string_cache v0.8.7
20952025-02-23T08:30:53.276Z Compiling bit-set v0.5.3
20962025-02-23T08:30:53.924Z Compiling predicates v3.1.3
20972025-02-23T08:30:54.044Z Compiling similar v2.6.0
20982025-02-23T08:30:54.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20992025-02-23T08:30:54.989Z Compiling indicatif v0.17.11
21002025-02-23T08:30:55.767Z Compiling petgraph v0.6.5
21012025-02-23T08:30:56.482Z Compiling tokio-postgres v0.7.12
21022025-02-23T08:30:57.008Z Compiling qorb v0.2.1
21032025-02-23T08:30:59.784Z Compiling ecdsa v0.16.9
21042025-02-23T08:31:00.382Z Compiling reqwest v0.12.12
21052025-02-23T08:31:00.608Z Compiling rsa v0.9.6
21062025-02-23T08:31:01.260Z Compiling ed25519-dalek v2.1.1
21072025-02-23T08:31:01.924Z Compiling zip v0.6.6
21082025-02-23T08:31:02.016Z Compiling crossterm v0.28.1
21092025-02-23T08:31:02.302Z Compiling typify-impl v0.2.0
21102025-02-23T08:31:02.876Z Compiling clap v4.5.30
21112025-02-23T08:31:03.014Z Compiling toml v0.7.8
21122025-02-23T08:31:05.170Z Compiling x509-cert v0.2.5
21132025-02-23T08:31:06.507Z Compiling hex v0.4.3
21142025-02-23T08:31:09.156Z Compiling itertools v0.14.0
21152025-02-23T08:31:09.694Z Compiling itertools v0.10.5
21162025-02-23T08:31:11.113Z Compiling unicode-xid v0.2.6
21172025-02-23T08:31:11.965Z Compiling peg-runtime v0.8.3
21182025-02-23T08:31:12.188Z Compiling lalrpop-util v0.19.12
21192025-02-23T08:31:12.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21202025-02-23T08:31:13.882Z Compiling typify-macro v0.2.0
21212025-02-23T08:31:41.972Z Compiling radium v0.7.0
21222025-02-23T08:31:49.981Z Compiling maybe-uninit v2.0.0
21232025-02-23T08:31:50.780Z Compiling ident_case v1.0.1
21242025-02-23T08:31:50.811Z Compiling tap v1.0.1
21252025-02-23T08:31:51.017Z Compiling darling_core v0.20.10
21262025-02-23T08:31:53.236Z Compiling wyz v0.5.1
21272025-02-23T08:32:01.910Z Compiling typify v0.2.0
21282025-02-23T08:32:04.720Z Compiling funty v2.0.0
21292025-02-23T08:32:04.967Z Compiling packed_struct v0.10.1
21302025-02-23T08:32:07.905Z Compiling unsafe-libyaml v0.2.11
21312025-02-23T08:32:09.512Z Compiling serde_yaml v0.9.34+deprecated
21322025-02-23T08:32:17.832Z Compiling bitvec v1.0.1
21332025-02-23T08:32:22.122Z Compiling progenitor-impl v0.8.0
21342025-02-23T08:32:22.753Z Compiling darling_macro v0.20.10
21352025-02-23T08:32:26.948Z Compiling ipnetwork v0.21.1
21362025-02-23T08:32:27.186Z Compiling packed_struct_codegen v0.10.1
21372025-02-23T08:32:27.828Z Compiling structmeta-derive v0.3.0
21382025-02-23T08:32:27.868Z Compiling indexmap v1.9.3
21392025-02-23T08:32:29.496Z Compiling fastrand v2.1.1
21402025-02-23T08:32:29.746Z Compiling thiserror v2.0.11
21412025-02-23T08:32:29.875Z Compiling crc-catalog v2.4.0
21422025-02-23T08:32:30.078Z Compiling nodrop v0.1.14
21432025-02-23T08:32:30.242Z Compiling array-init v0.0.4
21442025-02-23T08:32:30.245Z Compiling crc v3.2.1
21452025-02-23T08:32:30.287Z Compiling structmeta v0.3.0
21462025-02-23T08:32:30.515Z Compiling tempfile v3.13.0
21472025-02-23T08:32:30.755Z Compiling progenitor-macro v0.8.0
21482025-02-23T08:32:30.781Z Compiling oxnet v0.1.0
21492025-02-23T08:32:31.290Z Compiling darling v0.20.10
21502025-02-23T08:32:31.438Z Compiling smallvec v0.6.14
21512025-02-23T08:32:32.210Z Compiling progenitor-client v0.8.0
21522025-02-23T08:32:32.333Z Compiling xattr v1.3.1
21532025-02-23T08:32:32.663Z Compiling pin-project-internal v1.1.6
21542025-02-23T08:32:33.114Z Compiling daft-derive v0.1.1
21552025-02-23T08:32:34.401Z Compiling thiserror-impl v2.0.11
21562025-02-23T08:32:34.497Z Compiling filetime v0.2.25
21572025-02-23T08:32:34.519Z Compiling dropshot v0.15.1
21582025-02-23T08:32:34.860Z Compiling termcolor v1.4.1
21592025-02-23T08:32:34.892Z Compiling same-file v1.0.6
21602025-02-23T08:32:35.100Z Compiling bitfield v0.14.0
21612025-02-23T08:32:35.231Z Compiling hashbrown v0.12.3
21622025-02-23T08:32:35.426Z Compiling base64 v0.21.7
21632025-02-23T08:32:35.896Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21642025-02-23T08:32:36.565Z Compiling ron v0.8.1
21652025-02-23T08:32:37.339Z Compiling env_logger v0.10.2
21662025-02-23T08:32:37.504Z Compiling walkdir v2.5.0
21672025-02-23T08:32:39.068Z Compiling pin-project v1.1.6
21682025-02-23T08:32:39.320Z Compiling tar v0.4.42
21692025-02-23T08:32:40.327Z Compiling daft v0.1.1
21702025-02-23T08:32:40.947Z Compiling serde-hex v0.1.0
21712025-02-23T08:32:41.137Z Compiling progenitor v0.8.0
21722025-02-23T08:32:41.382Z Compiling serde_with_macros v3.11.0
21732025-02-23T08:32:42.391Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21742025-02-23T08:32:42.733Z Compiling parse-display-derive v0.10.0
21752025-02-23T08:32:43.761Z Compiling strum_macros v0.26.4
21762025-02-23T08:32:44.964Z Compiling hashbrown v0.13.2
21772025-02-23T08:32:45.983Z Compiling dropshot_endpoint v0.15.1
21782025-02-23T08:32:46.181Z Compiling snafu-derive v0.8.5
21792025-02-23T08:32:46.203Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802025-02-23T08:32:46.961Z Compiling blake3 v1.5.4
21812025-02-23T08:32:47.555Z Compiling instant v0.1.13
21822025-02-23T08:32:47.764Z Compiling crc-any v2.5.0
21832025-02-23T08:32:47.845Z Compiling buf-list v1.0.3
21842025-02-23T08:32:48.524Z Compiling lockfree-object-pool v0.1.6
21852025-02-23T08:32:48.720Z Compiling zip v2.1.3
21862025-02-23T08:32:48.855Z Compiling bumpalo v3.16.0
21872025-02-23T08:32:49.080Z Compiling simd-adler32 v0.3.7
21882025-02-23T08:32:49.254Z Compiling strum v0.26.3
21892025-02-23T08:32:49.445Z Compiling backoff v0.4.0
21902025-02-23T08:32:49.833Z Compiling zopfli v0.8.1
21912025-02-23T08:32:50.132Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21922025-02-23T08:32:50.327Z Compiling snafu v0.8.5
21932025-02-23T08:32:50.351Z Compiling parse-display v0.10.0
21942025-02-23T08:32:50.370Z Compiling object v0.30.4
21952025-02-23T08:32:51.575Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21962025-02-23T08:32:52.222Z Compiling serde_with v3.11.0
21972025-02-23T08:32:53.885Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982025-02-23T08:32:55.475Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21992025-02-23T08:32:56.095Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22002025-02-23T08:32:56.811Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22012025-02-23T08:32:57.567Z Compiling camino-tempfile v1.1.1
22022025-02-23T08:32:57.615Z Compiling globset v0.4.15
22032025-02-23T08:32:58.385Z Compiling regress v0.9.1
22042025-02-23T08:33:02.489Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22052025-02-23T08:33:02.704Z Compiling progenitor-client v0.9.1
22062025-02-23T08:33:03.654Z Compiling olpc-cjson v0.1.4
22072025-02-23T08:33:03.675Z Compiling pem v3.0.4
22082025-02-23T08:33:03.966Z Compiling cargo-platform v0.1.8
22092025-02-23T08:33:05.060Z Compiling macaddr v1.0.1
22102025-02-23T08:33:05.119Z Compiling serde_plain v1.0.2
22112025-02-23T08:33:05.689Z Compiling async-recursion v1.1.1
22122025-02-23T08:33:05.747Z Compiling memmap2 v0.9.5
22132025-02-23T08:33:06.006Z Compiling arrayref v0.3.9
22142025-02-23T08:33:06.140Z Compiling typed-path v0.9.3
22152025-02-23T08:33:06.332Z Compiling arrayvec v0.7.6
22162025-02-23T08:33:06.733Z Compiling path-slash v0.1.5
22172025-02-23T08:33:06.821Z Compiling constant_time_eq v0.3.1
22182025-02-23T08:33:07.100Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22192025-02-23T08:33:07.127Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22202025-02-23T08:33:08.559Z Compiling cargo_metadata v0.18.1
22212025-02-23T08:33:09.368Z Compiling tough v0.19.0
22222025-02-23T08:33:13.087Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22232025-02-23T08:33:13.383Z Compiling itertools v0.13.0
22242025-02-23T08:33:13.600Z Compiling parse-size v1.1.0
22252025-02-23T08:33:13.904Z Compiling topological-sort v0.2.2
22262025-02-23T08:33:13.923Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22272025-02-23T08:33:14.183Z Compiling omicron-zone-package v0.12.0
22282025-02-23T08:33:16.981Z Compiling shell-words v1.1.0
22292025-02-23T08:33:20.476Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22302025-02-23T08:33:32.380Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22312025-02-23T08:33:46.314Z Finished `release` profile [optimized] target(s) in 5m 35s
22322025-02-23T08:33:46.476Z Running `target/release/omicron-releng --output-dir /work`
22332025-02-23T08:33:46.523ZFeb 23 08:33:45.803 DEBG changing working directory to /work/oxidecomputer/omicron
22342025-02-23T08:33:46.632ZFeb 23 08:33:45.912 DEBG running: git rev-parse HEAD
22352025-02-23T08:33:46.639ZFeb 23 08:33:45.918 DEBG process exited with exit status: 0 (6.856443ms)
22362025-02-23T08:33:46.639ZFeb 23 08:33:45.919 INFO version: 13.0.0-0.ci+gitfef44b3229f
22372025-02-23T08:33:46.684ZFeb 23 08:33:45.963 INFO cloning helios to /work/oxidecomputer/helios
22382025-02-23T08:33:46.684ZFeb 23 08:33:45.963 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22392025-02-23T08:33:46.689ZCloning into '/work/oxidecomputer/helios'...
22402025-02-23T08:33:47.182ZFeb 23 08:33:46.461 DEBG process exited with exit status: 0 (497.793798ms)
22412025-02-23T08:33:47.182ZFeb 23 08:33:46.461 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22422025-02-23T08:33:48.056ZFeb 23 08:33:47.335 DEBG process exited with exit status: 0 (873.91026ms)
22432025-02-23T08:33:48.058ZFeb 23 08:33:47.335 DEBG running: zfs list rpool/images/build/host
22442025-02-23T08:33:48.063ZNAME USED AVAIL REFER MOUNTPOINT
22452025-02-23T08:33:48.063Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22462025-02-23T08:33:48.066ZFeb 23 08:33:47.343 DEBG process exited with exit status: 0 (7.316349ms)
22472025-02-23T08:33:48.066ZFeb 23 08:33:47.343 DEBG running: zfs list rpool/images/build/recovery
22482025-02-23T08:33:48.069ZNAME USED AVAIL REFER MOUNTPOINT
22492025-02-23T08:33:48.070Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22502025-02-23T08:33:48.073ZFeb 23 08:33:47.349 DEBG process exited with exit status: 0 (6.306916ms)
22512025-02-23T08:33:48.073ZFeb 23 08:33:47.349 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22522025-02-23T08:33:48.078Z# branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa
22532025-02-23T08:33:48.078Z# branch.head master
22542025-02-23T08:33:48.078Z# branch.upstream origin/master
22552025-02-23T08:33:48.078Z# branch.ab +0 -0
22562025-02-23T08:33:48.082ZFeb 23 08:33:47.358 DEBG process exited with exit status: 0 (8.155507ms)
22572025-02-23T08:33:48.082ZFeb 23 08:33:47.358 INFO [hubris-staging] running task
22582025-02-23T08:33:48.082ZFeb 23 08:33:47.358 INFO [hubris-production] running task
22592025-02-23T08:33:48.083ZFeb 23 08:33:47.359 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22602025-02-23T08:33:48.085ZFeb 23 08:33:47.362 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22612025-02-23T08:33:48.155Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22622025-02-23T08:33:48.570Z[ omicron-package] Blocking waiting for file lock on package cache
22632025-02-23T08:33:49.341Z[ omicron-package] Blocking waiting for file lock on package cache
22642025-02-23T08:33:49.909ZFeb 23 08:33:49.187 INFO [hubris-production] task succeeded (1.828895154s)
22652025-02-23T08:33:50.146Z[ omicron-package] Compiling ring v0.17.11
22662025-02-23T08:33:50.419Z[ omicron-package] Compiling zerocopy v0.8.10
22672025-02-23T08:33:50.422Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22682025-02-23T08:33:50.423Z[ omicron-package] Compiling itertools v0.13.0
22692025-02-23T08:33:50.423Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22702025-02-23T08:33:50.423Z[ omicron-package] Compiling heapless v0.8.0
22712025-02-23T08:33:50.865Z[ omicron-package] Compiling hash32 v0.3.1
22722025-02-23T08:33:51.877Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22732025-02-23T08:33:52.097Z[ omicron-package] Compiling num_enum_derive v0.5.11
22742025-02-23T08:33:52.340Z[ omicron-package] Compiling smoltcp v0.11.0
22752025-02-23T08:33:53.098Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22762025-02-23T08:33:53.954Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22772025-02-23T08:33:54.051Z[ omicron-package] Compiling cobs v0.2.3
22782025-02-23T08:33:55.118Z[ omicron-package] Compiling postcard v1.0.10
22792025-02-23T08:33:55.419Z[ omicron-package] Compiling proc-macro-error v1.0.4
22802025-02-23T08:33:56.499Z[ omicron-package] Compiling num_enum v0.5.11
22812025-02-23T08:33:56.599Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22822025-02-23T08:33:56.784Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22832025-02-23T08:33:56.914Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22842025-02-23T08:33:57.014Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22852025-02-23T08:33:57.534Z[ omicron-package] Compiling rustls v0.23.19
22862025-02-23T08:33:57.658Z[ omicron-package] Compiling rustls v0.22.4
22872025-02-23T08:33:57.772Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22882025-02-23T08:33:57.797Z[ omicron-package] Compiling unicode-width v0.1.14
22892025-02-23T08:33:58.974Z[ omicron-package] Compiling tabwriter v1.4.0
22902025-02-23T08:33:59.168Z[ omicron-package] Compiling foreign-types v0.5.0
22912025-02-23T08:34:00.645Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922025-02-23T08:34:00.756Z[ omicron-package] Compiling cstr-argument v0.1.2
22932025-02-23T08:34:00.821Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22942025-02-23T08:34:01.606Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22952025-02-23T08:34:01.969Z[ omicron-package] Compiling pretty-hex v0.2.1
22962025-02-23T08:34:02.035Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22972025-02-23T08:34:02.638Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22982025-02-23T08:34:02.657Z[ omicron-package] Compiling rustls-webpki v0.102.8
22992025-02-23T08:34:02.657Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23002025-02-23T08:34:02.775Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23012025-02-23T08:34:03.074Z[ omicron-package] Compiling colored v2.1.0
23022025-02-23T08:34:03.845Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23032025-02-23T08:34:04.882Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23042025-02-23T08:34:05.381Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23052025-02-23T08:34:06.075Z[ omicron-package] Compiling sigpipe v0.1.3
23062025-02-23T08:34:06.287Z[ omicron-package] Compiling num-derive v0.4.2
23072025-02-23T08:34:06.827Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23082025-02-23T08:34:06.875Z[ omicron-package] Compiling libefi-sys v0.1.0
23092025-02-23T08:34:07.176Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23102025-02-23T08:34:07.317Z[ omicron-package] Compiling zone v0.3.0
23112025-02-23T08:34:07.714Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23122025-02-23T08:34:07.987Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23132025-02-23T08:34:08.617Z[ omicron-package] Compiling smf v0.2.3
23142025-02-23T08:34:09.206Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23152025-02-23T08:34:11.229Z[ omicron-package] Compiling tokio-rustls v0.25.0
23162025-02-23T08:34:12.010Z[ omicron-package] Compiling dropshot v0.12.0
23172025-02-23T08:34:12.153Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23182025-02-23T08:34:12.656Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23192025-02-23T08:34:12.860Z[ omicron-package] Compiling bitfield-struct v0.6.2
23202025-02-23T08:34:13.572Z[ omicron-package] Compiling tokio-rustls v0.26.0
23212025-02-23T08:34:14.416Z[ omicron-package] Compiling hyper-rustls v0.27.3
23222025-02-23T08:34:14.864Z[ omicron-package] Compiling reqwest v0.12.12
23232025-02-23T08:34:15.020Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23242025-02-23T08:34:18.551ZFeb 23 08:34:17.823 INFO [hubris-staging] task succeeded (30.465248547s)
23252025-02-23T08:34:19.133Z[ omicron-package] Compiling qorb v0.2.1
23262025-02-23T08:34:19.464Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23272025-02-23T08:34:20.519Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23282025-02-23T08:34:21.451Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292025-02-23T08:34:21.536Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23302025-02-23T08:34:21.708Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23312025-02-23T08:34:23.326Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23322025-02-23T08:34:24.011Z[ omicron-package] Compiling gethostname v0.5.0
23332025-02-23T08:34:24.606Z[ omicron-package] Compiling indent_write v2.2.0
23342025-02-23T08:34:24.715Z[ omicron-package] Compiling dropshot v0.15.1
23352025-02-23T08:34:26.040Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23362025-02-23T08:34:26.820Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23372025-02-23T08:34:31.791Z[ omicron-package] Compiling progenitor-client v0.8.0
23382025-02-23T08:34:33.400Z[ helios-setup] Feb 23 08:34:32.668 INFO helios repository root is: /work/oxidecomputer/helios
23392025-02-23T08:34:33.403Z[ helios-setup] Feb 23 08:34:32.670 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
23402025-02-23T08:34:33.403Z[ helios-setup] Feb 23 08:34:32.671 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23412025-02-23T08:34:33.407Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23422025-02-23T08:34:34.597Z[ helios-setup] Feb 23 08:34:33.865 INFO clone ok!, project: pilot
23432025-02-23T08:34:34.599Z[ helios-setup] Feb 23 08:34:33.865 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
23442025-02-23T08:34:34.599Z[ helios-setup] Feb 23 08:34:33.865 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23452025-02-23T08:34:34.602Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23462025-02-23T08:34:35.331Z[ helios-setup] Feb 23 08:34:34.599 INFO clone ok!, project: image-builder
23472025-02-23T08:34:35.333Z[ helios-setup] Feb 23 08:34:34.599 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
23482025-02-23T08:34:35.333Z[ helios-setup] Feb 23 08:34:34.599 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23492025-02-23T08:34:35.336Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23502025-02-23T08:34:35.780Z[ omicron-package] Compiling progenitor v0.8.0
23512025-02-23T08:34:36.067Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23522025-02-23T08:34:36.116Z[ helios-setup] Feb 23 08:34:35.384 INFO clone ok!, project: bootserver
23532025-02-23T08:34:36.119Z[ helios-setup] Feb 23 08:34:35.384 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
23542025-02-23T08:34:36.119Z[ helios-setup] Feb 23 08:34:35.384 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23552025-02-23T08:34:36.121Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23562025-02-23T08:34:42.428Z[ omicron-package] Compiling progenitor-client v0.9.1
23572025-02-23T08:34:43.482Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23582025-02-23T08:34:45.162Z[ helios-setup] Feb 23 08:34:44.428 INFO clone ok!, project: amd-firmware
23592025-02-23T08:34:45.169Z[ helios-setup] Feb 23 08:34:44.428 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
23602025-02-23T08:34:45.169Z[ helios-setup] Feb 23 08:34:44.428 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23612025-02-23T08:34:45.172Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23622025-02-23T08:34:45.856Z[ helios-setup] Feb 23 08:34:45.121 INFO clone ok!, project: pinprick
23632025-02-23T08:34:45.858Z[ helios-setup] Feb 23 08:34:45.122 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23642025-02-23T08:34:45.858Z[ helios-setup] Feb 23 08:34:45.122 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23652025-02-23T08:34:45.858Z[ helios-setup] Feb 23 08:34:45.122 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23662025-02-23T08:34:45.858Z[ helios-setup] Feb 23 08:34:45.122 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
23672025-02-23T08:34:45.858Z[ helios-setup] Feb 23 08:34:45.122 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
23682025-02-23T08:34:45.861Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23692025-02-23T08:34:47.220Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23702025-02-23T08:34:47.235Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23712025-02-23T08:34:48.465Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722025-02-23T08:34:51.817Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23732025-02-23T08:34:56.753Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23742025-02-23T08:34:56.770Z[ helios-setup] Feb 23 08:34:56.033 INFO clone ok!, project: amd-host-image-builder
23752025-02-23T08:34:56.772Z[ helios-setup] Feb 23 08:34:56.033 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
23762025-02-23T08:34:56.772Z[ helios-setup] Feb 23 08:34:56.033 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23772025-02-23T08:34:56.774Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23782025-02-23T08:34:57.576Z[ helios-setup] Feb 23 08:34:56.839 INFO clone ok!, project: phbl
23792025-02-23T08:34:57.578Z[ helios-setup] Feb 23 08:34:56.839 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
23802025-02-23T08:34:57.578Z[ helios-setup] Feb 23 08:34:56.839 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23812025-02-23T08:34:57.581Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23822025-02-23T08:34:58.590Z[ helios-setup] Feb 23 08:34:57.853 INFO clone ok!, project: chelsio-t6-roms
23832025-02-23T08:34:58.593Z[ helios-setup] Feb 23 08:34:57.854 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23842025-02-23T08:34:59.536Z[ helios-setup] Feb 23 08:34:58.766 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23852025-02-23T08:35:00.058Z[ helios-setup] Feb 23 08:34:59.319 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23862025-02-23T08:35:00.061Z[ helios-setup] Feb 23 08:34:59.319 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23872025-02-23T08:35:00.620Z[ helios-setup] Feb 23 08:34:59.882 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23882025-02-23T08:35:01.213Z[ helios-setup] Feb 23 08:35:00.475 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23892025-02-23T08:35:01.215Z[ helios-setup] Feb 23 08:35:00.475 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23902025-02-23T08:35:01.829Z[ helios-setup] Feb 23 08:35:01.091 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23912025-02-23T08:35:02.243Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922025-02-23T08:35:02.369Z[ helios-setup] Feb 23 08:35:01.631 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23932025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.631 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23942025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.631 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23952025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.631 INFO ok!
23962025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.631 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23972025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.631 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23982025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.631 INFO ok!
23992025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.632 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24002025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.632 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24012025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.632 INFO ok!
24022025-02-23T08:35:02.371Z[ helios-setup] Feb 23 08:35:01.632 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24032025-02-23T08:35:02.372Z[ helios-setup] Feb 23 08:35:01.632 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24042025-02-23T08:35:02.664Z[ helios-setup] Feb 23 08:35:01.926 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24052025-02-23T08:35:03.653Z[ helios-setup] Feb 23 08:35:02.846 INFO E| From https://github.com/oxidecomputer/progenitor
24062025-02-23T08:35:03.653Z[ helios-setup] Feb 23 08:35:02.846 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24072025-02-23T08:35:03.757Z[ helios-setup] Feb 23 08:35:02.958 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24082025-02-23T08:35:04.161Z[ helios-setup] Feb 23 08:35:03.405 INFO E| From https://github.com/jclulow/hiercmd
24092025-02-23T08:35:04.162Z[ helios-setup] Feb 23 08:35:03.405 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24102025-02-23T08:35:04.173Z[ helios-setup] Feb 23 08:35:03.425 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24112025-02-23T08:35:04.601Z[ helios-setup] Feb 23 08:35:03.862 INFO E| From https://github.com/jclulow/network-interface
24122025-02-23T08:35:04.601Z[ helios-setup] Feb 23 08:35:03.863 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24132025-02-23T08:35:04.640Z[ helios-setup] Feb 23 08:35:03.901 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24142025-02-23T08:35:04.802Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24152025-02-23T08:35:05.135Z[ helios-setup] Feb 23 08:35:04.397 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24162025-02-23T08:35:05.135Z[ helios-setup] Feb 23 08:35:04.397 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24172025-02-23T08:35:05.168Z[ helios-setup] Feb 23 08:35:04.430 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24182025-02-23T08:35:05.851Z[ helios-setup] Feb 23 08:35:05.111 INFO E| From https://github.com/oxidecomputer/facade
24192025-02-23T08:35:05.851Z[ helios-setup] Feb 23 08:35:05.111 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24202025-02-23T08:35:05.903Z[ helios-setup] Feb 23 08:35:05.164 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24212025-02-23T08:35:06.485Z[ helios-setup] Feb 23 08:35:05.746 INFO E| From https://github.com/oxidecomputer/dropshot
24222025-02-23T08:35:06.485Z[ helios-setup] Feb 23 08:35:05.747 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24232025-02-23T08:35:06.527Z[ helios-setup] Feb 23 08:35:05.788 INFO E| Updating crates.io index
24242025-02-23T08:35:06.551Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24252025-02-23T08:35:06.714Z[ helios-setup] Feb 23 08:35:05.975 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24262025-02-23T08:35:07.458Z[ helios-setup] Feb 23 08:35:06.719 INFO E| From https://github.com/oxidecomputer/typify
24272025-02-23T08:35:07.458Z[ helios-setup] Feb 23 08:35:06.719 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24282025-02-23T08:35:07.818Z[ helios-setup] Feb 23 08:35:07.079 INFO E| Downloading crates ...
24292025-02-23T08:35:07.933Z[ helios-setup] Feb 23 08:35:07.194 INFO E| Downloaded async-stream-impl v0.3.5
24302025-02-23T08:35:07.996Z[ helios-setup] Feb 23 08:35:07.256 INFO E| Downloaded const-random-macro v0.1.15
24312025-02-23T08:35:07.998Z[ helios-setup] Feb 23 08:35:07.258 INFO E| Downloaded const-random v0.1.15
24322025-02-23T08:35:08.001Z[ helios-setup] Feb 23 08:35:07.261 INFO E| Downloaded block-buffer v0.10.3
24332025-02-23T08:35:08.003Z[ helios-setup] Feb 23 08:35:07.263 INFO E| Downloaded anstream v0.2.6
24342025-02-23T08:35:08.006Z[ helios-setup] Feb 23 08:35:07.267 INFO E| Downloaded autocfg v1.1.0
24352025-02-23T08:35:08.009Z[ helios-setup] Feb 23 08:35:07.269 INFO E| Downloaded project-root v0.2.2
24362025-02-23T08:35:08.011Z[ helios-setup] Feb 23 08:35:07.271 INFO E| Downloaded async-stream v0.3.5
24372025-02-23T08:35:08.013Z[ helios-setup] Feb 23 08:35:07.275 INFO E| Downloaded want v0.3.0
24382025-02-23T08:35:08.016Z[ helios-setup] Feb 23 08:35:07.276 INFO E| Downloaded dyn-clone v1.0.11
24392025-02-23T08:35:08.020Z[ helios-setup] Feb 23 08:35:07.279 INFO E| Downloaded crossbeam-deque v0.8.2
24402025-02-23T08:35:08.023Z[ helios-setup] Feb 23 08:35:07.283 INFO E| Downloaded futures-macro v0.3.28
24412025-02-23T08:35:08.025Z[ helios-setup] Feb 23 08:35:07.285 INFO E| Downloaded futures-io v0.3.28
24422025-02-23T08:35:08.027Z[ helios-setup] Feb 23 08:35:07.287 INFO E| Downloaded clap_lex v0.4.1
24432025-02-23T08:35:08.047Z[ helios-setup] Feb 23 08:35:07.289 INFO E| Downloaded ppv-lite86 v0.2.17
24442025-02-23T08:35:08.047Z[ helios-setup] Feb 23 08:35:07.292 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24452025-02-23T08:35:08.047Z[ helios-setup] Feb 23 08:35:07.296 INFO E| Downloaded num-integer v0.1.45
24462025-02-23T08:35:08.047Z[ helios-setup] Feb 23 08:35:07.299 INFO E| Downloaded percent-encoding v2.2.0
24472025-02-23T08:35:08.047Z[ helios-setup] Feb 23 08:35:07.301 INFO E| Downloaded semver-parser v0.10.2
24482025-02-23T08:35:08.047Z[ helios-setup] Feb 23 08:35:07.304 INFO E| Downloaded num_enum v0.5.7
24492025-02-23T08:35:08.051Z[ helios-setup] Feb 23 08:35:07.312 INFO E| Downloaded unicode-width v0.1.10
24502025-02-23T08:35:08.053Z[ helios-setup] Feb 23 08:35:07.314 INFO E| Downloaded terminal_size v0.2.6
24512025-02-23T08:35:08.056Z[ helios-setup] Feb 23 08:35:07.317 INFO E| Downloaded toml_datetime v0.6.1
24522025-02-23T08:35:08.059Z[ helios-setup] Feb 23 08:35:07.320 INFO E| Downloaded slog-async v2.7.0
24532025-02-23T08:35:08.061Z[ helios-setup] Feb 23 08:35:07.322 INFO E| Downloaded pkg-config v0.3.26
24542025-02-23T08:35:08.066Z[ helios-setup] Feb 23 08:35:07.325 INFO E| Downloaded paste v1.0.12
24552025-02-23T08:35:08.070Z[ helios-setup] Feb 23 08:35:07.331 INFO E| Downloaded utf8parse v0.2.1
24562025-02-23T08:35:08.073Z[ helios-setup] Feb 23 08:35:07.333 INFO E| Downloaded num_cpus v1.15.0
24572025-02-23T08:35:08.078Z[ helios-setup] Feb 23 08:35:07.338 INFO E| Downloaded serde_tokenstream v0.2.0
24582025-02-23T08:35:08.084Z[ helios-setup] Feb 23 08:35:07.345 INFO E| Downloaded sha2 v0.10.6
24592025-02-23T08:35:08.088Z[ helios-setup] Feb 23 08:35:07.349 INFO E| Downloaded thiserror-impl v1.0.38
24602025-02-23T08:35:08.091Z[ helios-setup] Feb 23 08:35:07.351 INFO E| Downloaded time v0.1.45
24612025-02-23T08:35:08.094Z[ helios-setup] Feb 23 08:35:07.355 INFO E| Downloaded walkdir v2.3.3
24622025-02-23T08:35:08.096Z[ helios-setup] Feb 23 08:35:07.357 INFO E| Downloaded ahash v0.7.6
24632025-02-23T08:35:08.101Z[ helios-setup] Feb 23 08:35:07.362 INFO E| Downloaded tokio-rustls v0.24.0
24642025-02-23T08:35:08.104Z[ helios-setup] Feb 23 08:35:07.365 INFO E| Downloaded tokio-macros v2.0.0
24652025-02-23T08:35:08.107Z[ helios-setup] Feb 23 08:35:07.367 INFO E| Downloaded lock_api v0.4.9
24662025-02-23T08:35:08.109Z[ helios-setup] Feb 23 08:35:07.370 INFO E| Downloaded serde_derive_internals v0.26.0
24672025-02-23T08:35:08.112Z[ helios-setup] Feb 23 08:35:07.372 INFO E| Downloaded futures v0.3.28
24682025-02-23T08:35:08.121Z[ helios-setup] Feb 23 08:35:07.381 INFO E| Downloaded tempfile v3.5.0
24692025-02-23T08:35:08.125Z[ helios-setup] Feb 23 08:35:07.386 INFO E| Downloaded strsim v0.10.0
24702025-02-23T08:35:08.128Z[ helios-setup] Feb 23 08:35:07.389 INFO E| Downloaded rhai_codegen v1.5.0
24712025-02-23T08:35:08.141Z[ helios-setup] Feb 23 08:35:07.402 INFO E| Downloaded tinyvec v1.6.0
24722025-02-23T08:35:08.147Z[ helios-setup] Feb 23 08:35:07.408 INFO E| Downloaded unicode-ident v1.0.8
24732025-02-23T08:35:08.152Z[ helios-setup] Feb 23 08:35:07.413 INFO E| Downloaded toml v0.7.3
24742025-02-23T08:35:08.158Z[ helios-setup] Feb 23 08:35:07.419 INFO E| Downloaded memchr v2.5.0
24752025-02-23T08:35:08.165Z[ helios-setup] Feb 23 08:35:07.426 INFO E| Downloaded tungstenite v0.18.0
24762025-02-23T08:35:08.171Z[ helios-setup] Feb 23 08:35:07.432 INFO E| Downloaded typenum v1.16.0
24772025-02-23T08:35:08.175Z[ helios-setup] Feb 23 08:35:07.436 INFO E| Downloaded textwrap v0.16.0
24782025-02-23T08:35:08.200Z[ helios-setup] Feb 23 08:35:07.460 INFO E| Downloaded url v2.3.1
24792025-02-23T08:35:08.205Z[ helios-setup] Feb 23 08:35:07.466 INFO E| Downloaded mio v0.8.5
24802025-02-23T08:35:08.214Z[ helios-setup] Feb 23 08:35:07.474 INFO E| Downloaded uuid v1.3.0
24812025-02-23T08:35:08.220Z[ helios-setup] Feb 23 08:35:07.481 INFO E| Downloaded unicode-linebreak v0.1.4
24822025-02-23T08:35:08.223Z[ helios-setup] Feb 23 08:35:07.484 INFO E| Downloaded serde_yaml v0.9.21
24832025-02-23T08:35:08.230Z[ helios-setup] Feb 23 08:35:07.490 INFO E| Downloaded toml_edit v0.19.8
24842025-02-23T08:35:08.258Z[ helios-setup] Feb 23 08:35:07.519 INFO E| Downloaded serde v1.0.204
24852025-02-23T08:35:08.264Z[ helios-setup] Feb 23 08:35:07.525 INFO E| Downloaded unicode-normalization v0.1.22
24862025-02-23T08:35:08.271Z[ helios-setup] Feb 23 08:35:07.531 INFO E| Downloaded tokio-util v0.7.7
24872025-02-23T08:35:08.282Z[ helios-setup] Feb 23 08:35:07.542 INFO E| Downloaded rayon v1.6.1
24882025-02-23T08:35:08.296Z[ helios-setup] Feb 23 08:35:07.557 INFO E| Downloaded winnow v0.4.1
24892025-02-23T08:35:08.309Z[ helios-setup] Feb 23 08:35:07.569 INFO E| Downloaded reqwest v0.11.16
24902025-02-23T08:35:08.320Z[ helios-setup] Feb 23 08:35:07.581 INFO E| Downloaded hyper v0.14.25
24912025-02-23T08:35:08.334Z[ helios-setup] Feb 23 08:35:07.595 INFO E| Downloaded git2 v0.16.1
24922025-02-23T08:35:08.347Z[ helios-setup] Feb 23 08:35:07.608 INFO E| Downloaded serde_json v1.0.95
24932025-02-23T08:35:08.359Z[ helios-setup] Feb 23 08:35:07.620 INFO E| Downloaded regress v0.5.0
24942025-02-23T08:35:08.371Z[ helios-setup] Feb 23 08:35:07.632 INFO E| Downloaded idna v0.3.0
24952025-02-23T08:35:08.381Z[ helios-setup] Feb 23 08:35:07.642 INFO E| Downloaded h2 v0.3.16
24962025-02-23T08:35:08.392Z[ helios-setup] Feb 23 08:35:07.652 INFO E| Downloaded rustls v0.21.0
24972025-02-23T08:35:08.407Z[ helios-setup] Feb 23 08:35:07.668 INFO E| Downloaded syn v2.0.72
24982025-02-23T08:35:08.426Z[ helios-setup] Feb 23 08:35:07.687 INFO E| Downloaded syn v1.0.107
24992025-02-23T08:35:08.443Z[ helios-setup] Feb 23 08:35:07.704 INFO E| Downloaded openapiv3 v1.0.2
25002025-02-23T08:35:08.483Z[ helios-setup] Feb 23 08:35:07.744 INFO E| Downloaded rustix v0.37.3
25012025-02-23T08:35:08.538Z[ helios-setup] Feb 23 08:35:07.799 INFO E| Downloaded rhai v1.14.0
25022025-02-23T08:35:08.559Z[ helios-setup] Feb 23 08:35:07.819 INFO E| Downloaded chrono v0.4.24
25032025-02-23T08:35:08.571Z[ helios-setup] Feb 23 08:35:07.832 INFO E| Downloaded futures-util v0.3.28
25042025-02-23T08:35:08.590Z[ helios-setup] Feb 23 08:35:07.851 INFO E| Downloaded clap_builder v4.2.1
25052025-02-23T08:35:08.601Z[ helios-setup] Feb 23 08:35:07.861 INFO E| Downloaded regex v1.7.3
25062025-02-23T08:35:08.614Z[ helios-setup] Feb 23 08:35:07.874 INFO E| Downloaded tracing-core v0.1.30
25072025-02-23T08:35:08.618Z[ helios-setup] Feb 23 08:35:07.879 INFO E| Downloaded tracing v0.1.37
25082025-02-23T08:35:08.624Z[ helios-setup] Feb 23 08:35:07.885 INFO E| Downloaded pest v2.5.7
25092025-02-23T08:35:08.632Z[ helios-setup] Feb 23 08:35:07.893 INFO E| Downloaded crossbeam-channel v0.5.6
25102025-02-23T08:35:08.638Z[ helios-setup] Feb 23 08:35:07.899 INFO E| Downloaded base64 v0.21.0
25112025-02-23T08:35:08.644Z[ helios-setup] Feb 23 08:35:07.904 INFO E| Downloaded aho-corasick v0.7.20
25122025-02-23T08:35:08.650Z[ helios-setup] Feb 23 08:35:07.911 INFO E| Downloaded http v0.2.9
25132025-02-23T08:35:08.656Z[ helios-setup] Feb 23 08:35:07.917 INFO E| Downloaded unsafe-libyaml v0.2.8
25142025-02-23T08:35:08.663Z[ helios-setup] Feb 23 08:35:07.924 INFO E| Downloaded unicode-bidi v0.3.13
25152025-02-23T08:35:08.668Z[ helios-setup] Feb 23 08:35:07.928 INFO E| Downloaded toml v0.5.11
25162025-02-23T08:35:08.671Z[ helios-setup] Feb 23 08:35:07.932 INFO E| Downloaded libc v0.2.139
25172025-02-23T08:35:08.714Z[ helios-setup] Feb 23 08:35:07.974 INFO E| Downloaded serde_derive v1.0.204
25182025-02-23T08:35:08.719Z[ helios-setup] Feb 23 08:35:07.980 INFO E| Downloaded socket2 v0.4.9
25192025-02-23T08:35:08.722Z[ helios-setup] Feb 23 08:35:07.983 INFO E| Downloaded rustls-webpki v0.100.1
25202025-02-23T08:35:08.733Z[ helios-setup] Feb 23 08:35:07.992 INFO E| Downloaded flate2 v1.0.25
25212025-02-23T08:35:08.738Z[ helios-setup] Feb 23 08:35:07.999 INFO E| Downloaded ryu v1.0.13
25222025-02-23T08:35:08.743Z[ helios-setup] Feb 23 08:35:08.004 INFO E| Downloaded tokio v1.27.0
25232025-02-23T08:35:08.790Z[ helios-setup] Feb 23 08:35:08.051 INFO E| Downloaded ucd-trie v0.1.5
25242025-02-23T08:35:08.792Z[ helios-setup] Feb 23 08:35:08.053 INFO E| Downloaded schemars v0.8.12
25252025-02-23T08:35:08.810Z[ helios-setup] Feb 23 08:35:08.070 INFO E| Downloaded crossbeam-epoch v0.9.13
25262025-02-23T08:35:08.814Z[ helios-setup] Feb 23 08:35:08.075 INFO E| Downloaded cc v1.0.78
25272025-02-23T08:35:08.818Z[ helios-setup] Feb 23 08:35:08.079 INFO E| Downloaded rayon-core v1.10.2
25282025-02-23T08:35:08.824Z[ helios-setup] Feb 23 08:35:08.085 INFO E| Downloaded proc-macro2 v1.0.86
25292025-02-23T08:35:08.829Z[ helios-setup] Feb 23 08:35:08.089 INFO E| Downloaded tokio-tungstenite v0.18.0
25302025-02-23T08:35:08.832Z[ helios-setup] Feb 23 08:35:08.093 INFO E| Downloaded signal-hook-registry v1.4.0
25312025-02-23T08:35:08.835Z[ helios-setup] Feb 23 08:35:08.095 INFO E| Downloaded semver v1.0.17
25322025-02-23T08:35:08.838Z[ helios-setup] Feb 23 08:35:08.099 INFO E| Downloaded sct v0.7.0
25332025-02-23T08:35:08.845Z[ helios-setup] Feb 23 08:35:08.106 INFO E| Downloaded bytes v1.4.0
25342025-02-23T08:35:08.852Z[ helios-setup] Feb 23 08:35:08.112 INFO E| Downloaded slog-bunyan v2.4.0
25352025-02-23T08:35:08.854Z[ helios-setup] Feb 23 08:35:08.114 INFO E| Downloaded parking_lot v0.12.1
25362025-02-23T08:35:08.857Z[ helios-setup] Feb 23 08:35:08.118 INFO E| Downloaded num-traits v0.2.15
25372025-02-23T08:35:08.862Z[ helios-setup] Feb 23 08:35:08.123 INFO E| Downloaded miniz_oxide v0.6.2
25382025-02-23T08:35:08.866Z[ helios-setup] Feb 23 08:35:08.127 INFO E| Downloaded log v0.4.17
25392025-02-23T08:35:08.870Z[ helios-setup] Feb 23 08:35:08.131 INFO E| Downloaded crossbeam-utils v0.8.14
25402025-02-23T08:35:08.875Z[ helios-setup] Feb 23 08:35:08.136 INFO E| Downloaded clap v4.2.1
25412025-02-23T08:35:08.889Z[ helios-setup] Feb 23 08:35:08.150 INFO E| Downloaded cargo-lock v8.0.3
25422025-02-23T08:35:08.894Z[ helios-setup] Feb 23 08:35:08.155 INFO E| Downloaded thiserror v1.0.38
25432025-02-23T08:35:08.901Z[ helios-setup] Feb 23 08:35:08.162 INFO E| Downloaded smartstring v1.0.1
25442025-02-23T08:35:08.905Z[ helios-setup] Feb 23 08:35:08.166 INFO E| Downloaded smallvec v1.10.0
25452025-02-23T08:35:08.908Z[ helios-setup] Feb 23 08:35:08.169 INFO E| Downloaded pin-project-lite v0.2.9
25462025-02-23T08:35:08.915Z[ helios-setup] Feb 23 08:35:08.176 INFO E| Downloaded camino v1.1.4
25472025-02-23T08:35:08.919Z[ helios-setup] Feb 23 08:35:08.179 INFO E| Downloaded ahash v0.8.3
25482025-02-23T08:35:08.922Z[ helios-setup] Feb 23 08:35:08.183 INFO E| Downloaded anyhow v1.0.68
25492025-02-23T08:35:08.928Z[ helios-setup] Feb 23 08:35:08.189 INFO E| Downloaded parking_lot_core v0.9.6
25502025-02-23T08:35:08.932Z[ helios-setup] Feb 23 08:35:08.192 INFO E| Downloaded once_cell v1.17.0
25512025-02-23T08:35:08.935Z[ helios-setup] Feb 23 08:35:08.196 INFO E| Downloaded semver v0.11.0
25522025-02-23T08:35:08.938Z[ helios-setup] Feb 23 08:35:08.199 INFO E| Downloaded io-lifetimes v1.0.10
25532025-02-23T08:35:08.942Z[ helios-setup] Feb 23 08:35:08.203 INFO E| Downloaded iana-time-zone v0.1.56
25542025-02-23T08:35:08.946Z[ helios-setup] Feb 23 08:35:08.206 INFO E| Downloaded httparse v1.8.0
25552025-02-23T08:35:08.949Z[ helios-setup] Feb 23 08:35:08.210 INFO E| Downloaded serde_path_to_error v0.1.11
25562025-02-23T08:35:08.953Z[ helios-setup] Feb 23 08:35:08.214 INFO E| Downloaded quote v1.0.36
25572025-02-23T08:35:08.956Z[ helios-setup] Feb 23 08:35:08.217 INFO E| Downloaded ipnet v2.7.2
25582025-02-23T08:35:08.959Z[ helios-setup] Feb 23 08:35:08.220 INFO E| Downloaded futures-channel v0.3.28
25592025-02-23T08:35:08.963Z[ helios-setup] Feb 23 08:35:08.223 INFO E| Downloaded clap_derive v4.2.0
25602025-02-23T08:35:08.966Z[ helios-setup] Feb 23 08:35:08.227 INFO E| Downloaded memoffset v0.7.1
25612025-02-23T08:35:08.969Z[ helios-setup] Feb 23 08:35:08.229 INFO E| Downloaded encoding_rs v0.8.32
25622025-02-23T08:35:09.008Z[ helios-setup] Feb 23 08:35:08.269 INFO E| Downloaded getrandom v0.2.8
25632025-02-23T08:35:09.012Z[ helios-setup] Feb 23 08:35:08.273 INFO E| Downloaded spin v0.5.2
25642025-02-23T08:35:09.014Z[ helios-setup] Feb 23 08:35:08.275 INFO E| Downloaded smawk v0.3.1
25652025-02-23T08:35:09.017Z[ helios-setup] Feb 23 08:35:08.277 INFO E| Downloaded fastrand v1.9.0
25662025-02-23T08:35:09.019Z[ helios-setup] Feb 23 08:35:08.279 INFO E| Downloaded is-terminal v0.4.7
25672025-02-23T08:35:09.022Z[ helios-setup] Feb 23 08:35:08.281 INFO E| Downloaded futures-executor v0.3.28
25682025-02-23T08:35:09.024Z[ helios-setup] Feb 23 08:35:08.283 INFO E| Downloaded cpufeatures v0.2.5
25692025-02-23T08:35:09.024Z[ helios-setup] Feb 23 08:35:08.285 INFO E| Downloaded slab v0.4.7
25702025-02-23T08:35:09.027Z[ helios-setup] Feb 23 08:35:08.287 INFO E| Downloaded sha1 v0.10.5
25712025-02-23T08:35:09.030Z[ helios-setup] Feb 23 08:35:08.289 INFO E| Downloaded proc-macro-crate v1.2.1
25722025-02-23T08:35:09.032Z[ helios-setup] Feb 23 08:35:08.291 INFO E| Downloaded num_enum_derive v0.5.7
25732025-02-23T08:35:09.032Z[ helios-setup] Feb 23 08:35:08.293 INFO E| Downloaded bincode v1.3.3
25742025-02-23T08:35:09.037Z[ helios-setup] Feb 23 08:35:08.298 INFO E| Downloaded itoa v1.0.6
25752025-02-23T08:35:09.040Z[ helios-setup] Feb 23 08:35:08.301 INFO E| Downloaded home v0.5.4
25762025-02-23T08:35:09.043Z[ helios-setup] Feb 23 08:35:08.302 INFO E| Downloaded futures-core v0.3.28
25772025-02-23T08:35:09.045Z[ helios-setup] Feb 23 08:35:08.304 INFO E| Downloaded either v1.8.0
25782025-02-23T08:35:09.047Z[ helios-setup] Feb 23 08:35:08.307 INFO E| Downloaded built v0.6.0
25792025-02-23T08:35:09.050Z[ helios-setup] Feb 23 08:35:08.309 INFO E| Downloaded async-trait v0.1.68
25802025-02-23T08:35:09.068Z[ helios-setup] Feb 23 08:35:08.329 INFO E| Downloaded scopeguard v1.1.0
25812025-02-23T08:35:09.071Z[ helios-setup] Feb 23 08:35:08.331 INFO E| Downloaded schemars_derive v0.8.12
25822025-02-23T08:35:09.073Z[ helios-setup] Feb 23 08:35:08.333 INFO E| Downloaded rustls-pemfile v1.0.2
25832025-02-23T08:35:09.076Z[ helios-setup] Feb 23 08:35:08.336 INFO E| Downloaded rustfmt-wrapper v0.2.0
25842025-02-23T08:35:09.078Z[ helios-setup] Feb 23 08:35:08.338 INFO E| Downloaded lazy_static v1.4.0
25852025-02-23T08:35:09.080Z[ helios-setup] Feb 23 08:35:08.340 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25862025-02-23T08:35:09.228Z[ helios-setup] Feb 23 08:35:08.489 INFO E| Downloaded httpdate v1.0.2
25872025-02-23T08:35:09.232Z[ helios-setup] Feb 23 08:35:08.490 INFO E| Downloaded http-body v0.4.5
25882025-02-23T08:35:09.234Z[ helios-setup] Feb 23 08:35:08.492 INFO E| Downloaded futures-task v0.3.28
25892025-02-23T08:35:09.234Z[ helios-setup] Feb 23 08:35:08.494 INFO E| Downloaded jobserver v0.1.26
25902025-02-23T08:35:09.238Z[ helios-setup] Feb 23 08:35:08.496 INFO E| Downloaded generic-array v0.14.6
25912025-02-23T08:35:09.241Z[ helios-setup] Feb 23 08:35:08.499 INFO E| Downloaded futures-sink v0.3.28
25922025-02-23T08:35:09.241Z[ helios-setup] Feb 23 08:35:08.500 INFO E| Downloaded errno v0.3.1
25932025-02-23T08:35:09.244Z[ helios-setup] Feb 23 08:35:08.502 INFO E| Downloaded form_urlencoded v1.1.0
25942025-02-23T08:35:09.244Z[ helios-setup] Feb 23 08:35:08.503 INFO E| Downloaded digest v0.10.6
25952025-02-23T08:35:09.246Z[ helios-setup] Feb 23 08:35:08.505 INFO E| Downloaded concolor-query v0.3.3
25962025-02-23T08:35:09.259Z[ helios-setup] Feb 23 08:35:08.506 INFO E| Downloaded try-lock v0.2.4
25972025-02-23T08:35:09.260Z[ helios-setup] Feb 23 08:35:08.508 INFO E| Downloaded tower-service v0.3.2
25982025-02-23T08:35:09.260Z[ helios-setup] Feb 23 08:35:08.509 INFO E| Downloaded toolchain_find v0.2.0
25992025-02-23T08:35:09.260Z[ helios-setup] Feb 23 08:35:08.510 INFO E| Downloaded serde_spanned v0.6.1
26002025-02-23T08:35:09.262Z[ helios-setup] Feb 23 08:35:08.511 INFO E| Downloaded anstyle-parse v0.1.1
26012025-02-23T08:35:09.263Z[ helios-setup] Feb 23 08:35:08.514 INFO E| Downloaded anstyle v0.3.5
26022025-02-23T08:35:09.263Z[ helios-setup] Feb 23 08:35:08.516 INFO E| Downloaded concolor-override v1.0.0
26032025-02-23T08:35:09.263Z[ helios-setup] Feb 23 08:35:08.517 INFO E| Downloaded byteorder v1.4.3
26042025-02-23T08:35:09.279Z[ helios-setup] Feb 23 08:35:08.540 INFO E| Downloaded libz-sys v1.1.8
26052025-02-23T08:35:09.731Z[ helios-setup] Feb 23 08:35:08.991 INFO E| Downloaded ring v0.16.20
26062025-02-23T08:35:10.188Z[ helios-setup] Feb 23 08:35:09.447 INFO E| Compiling proc-macro2 v1.0.86
26072025-02-23T08:35:10.188Z[ helios-setup] Feb 23 08:35:09.448 INFO E| Compiling libc v0.2.139
26082025-02-23T08:35:10.191Z[ helios-setup] Feb 23 08:35:09.448 INFO E| Compiling unicode-ident v1.0.8
26092025-02-23T08:35:10.191Z[ helios-setup] Feb 23 08:35:09.448 INFO E| Compiling autocfg v1.1.0
26102025-02-23T08:35:10.191Z[ helios-setup] Feb 23 08:35:09.448 INFO E| Compiling cfg-if v1.0.0
26112025-02-23T08:35:10.191Z[ helios-setup] Feb 23 08:35:09.448 INFO E| Compiling version_check v0.9.4
26122025-02-23T08:35:10.191Z[ helios-setup] Feb 23 08:35:09.448 INFO E| Compiling serde v1.0.204
26132025-02-23T08:35:10.191Z[ helios-setup] Feb 23 08:35:09.448 INFO E| Compiling syn v1.0.107
26142025-02-23T08:35:10.863Z[ helios-setup] Feb 23 08:35:10.123 INFO E| Compiling memchr v2.5.0
26152025-02-23T08:35:10.866Z[ helios-setup] Feb 23 08:35:10.124 INFO E| Compiling once_cell v1.17.0
26162025-02-23T08:35:11.977Z[ helios-setup] Feb 23 08:35:11.236 INFO E| Compiling log v0.4.17
26172025-02-23T08:35:11.994Z[ helios-setup] Feb 23 08:35:11.254 INFO E| Compiling thiserror v1.0.38
26182025-02-23T08:35:12.176Z[ helios-setup] Feb 23 08:35:11.436 INFO E| Compiling itoa v1.0.6
26192025-02-23T08:35:12.856Z[ helios-setup] Feb 23 08:35:12.115 INFO E| Compiling serde_json v1.0.95
26202025-02-23T08:35:13.509Z[ helios-setup] Feb 23 08:35:12.769 INFO E| Compiling jobserver v0.1.26
26212025-02-23T08:35:13.701Z[ helios-setup] Feb 23 08:35:12.961 INFO E| Compiling quote v1.0.36
26222025-02-23T08:35:13.887Z[ helios-setup] Feb 23 08:35:13.147 INFO E| Compiling getrandom v0.2.8
26232025-02-23T08:35:14.195Z[ helios-setup] Feb 23 08:35:13.455 INFO E| Compiling cc v1.0.78
26242025-02-23T08:35:14.385Z[ helios-setup] Feb 23 08:35:13.645 INFO E| Compiling scopeguard v1.1.0
26252025-02-23T08:35:14.482Z[ helios-setup] Feb 23 08:35:13.741 INFO E| Compiling pin-project-lite v0.2.9
26262025-02-23T08:35:14.591Z[ helios-setup] Feb 23 08:35:13.851 INFO E| Compiling indexmap v1.9.3
26272025-02-23T08:35:14.657Z[ helios-setup] Feb 23 08:35:13.917 INFO E| Compiling futures-core v0.3.28
26282025-02-23T08:35:14.759Z[ helios-setup] Feb 23 08:35:14.018 INFO E| Compiling syn v2.0.72
26292025-02-23T08:35:14.989Z[ helios-setup] Feb 23 08:35:14.248 INFO E| Compiling bytes v1.4.0
26302025-02-23T08:35:15.228Z[ helios-setup] Feb 23 08:35:14.487 INFO E| Compiling num-integer v0.1.45
26312025-02-23T08:35:15.742Z[ helios-setup] Feb 23 08:35:15.001 INFO E| Compiling ryu v1.0.13
26322025-02-23T08:35:16.536Z[ helios-setup] Feb 23 08:35:15.794 INFO E| Compiling lock_api v0.4.9
26332025-02-23T08:35:16.554Z[ helios-setup] Feb 23 08:35:15.813 INFO E| Compiling bitflags v1.3.2
26342025-02-23T08:35:16.714Z[ helios-setup] Feb 23 08:35:15.963 INFO E| Compiling parking_lot_core v0.9.6
26352025-02-23T08:35:16.727Z[ helios-setup] Feb 23 08:35:15.986 INFO E| Compiling typenum v1.16.0
26362025-02-23T08:35:17.041Z[ helios-setup] Feb 23 08:35:16.300 INFO E| Compiling num_cpus v1.15.0
26372025-02-23T08:35:17.093Z[ helios-setup] Feb 23 08:35:16.352 INFO E| Compiling generic-array v0.14.6
26382025-02-23T08:35:17.123Z[ helios-setup] Feb 23 08:35:16.382 INFO E| Compiling slab v0.4.7
26392025-02-23T08:35:17.193Z[ helios-setup] Feb 23 08:35:16.451 INFO E| Compiling futures-sink v0.3.28
26402025-02-23T08:35:17.256Z[ helios-setup] Feb 23 08:35:16.515 INFO E| Compiling futures-task v0.3.28
26412025-02-23T08:35:17.272Z[ helios-setup] Feb 23 08:35:16.531 INFO E| Compiling futures-channel v0.3.28
26422025-02-23T08:35:17.707Z[ helios-setup] Feb 23 08:35:16.964 INFO E| Compiling tokio v1.27.0
26432025-02-23T08:35:17.786Z[ helios-setup] Feb 23 08:35:17.045 INFO E| Compiling futures-util v0.3.28
26442025-02-23T08:35:18.239Z[ helios-setup] Feb 23 08:35:17.498 INFO E| Compiling mio v0.8.5
26452025-02-23T08:35:18.268Z[ helios-setup] Feb 23 08:35:17.527 INFO E| Compiling socket2 v0.4.9
26462025-02-23T08:35:18.312Z[ helios-setup] Feb 23 08:35:17.570 INFO E| Compiling signal-hook-registry v1.4.0
26472025-02-23T08:35:18.342Z[ helios-setup] Feb 23 08:35:17.596 INFO E| Compiling futures-io v0.3.28
26482025-02-23T08:35:18.364Z[ helios-setup] Feb 23 08:35:17.622 INFO E| Compiling pin-utils v0.1.0
26492025-02-23T08:35:18.567Z[ helios-setup] Feb 23 08:35:17.825 INFO E| Compiling schemars v0.8.12
26502025-02-23T08:35:19.001Z[ helios-setup] Feb 23 08:35:18.259 INFO E| Compiling ahash v0.7.6
26512025-02-23T08:35:19.032Z[ helios-setup] Feb 23 08:35:18.290 INFO E| Compiling num-traits v0.2.15
26522025-02-23T08:35:19.490Z[ helios-setup] Feb 23 08:35:18.749 INFO E| Compiling crunchy v0.2.2
26532025-02-23T08:35:19.559Z[ helios-setup] Feb 23 08:35:18.817 INFO E| Compiling io-lifetimes v1.0.10
26542025-02-23T08:35:20.278Z[ helios-setup] Feb 23 08:35:19.536 INFO E| Compiling ahash v0.8.3
26552025-02-23T08:35:20.345Z[ helios-setup] Feb 23 08:35:19.603 INFO E| Compiling slog v2.7.0
26562025-02-23T08:35:20.602Z[ helios-setup] Feb 23 08:35:19.860 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26572025-02-23T08:35:20.824Z[ helios-setup] Feb 23 08:35:20.081 INFO E| Compiling hashbrown v0.12.3
26582025-02-23T08:35:20.966Z[ helios-setup] Feb 23 08:35:20.224 INFO E| Compiling block-buffer v0.10.3
26592025-02-23T08:35:21.045Z[ helios-setup] Feb 23 08:35:20.303 INFO E| Compiling crypto-common v0.1.6
26602025-02-23T08:35:21.135Z[ helios-setup] Feb 23 08:35:20.393 INFO E| Compiling rustix v0.37.3
26612025-02-23T08:35:21.193Z[ helios-setup] Feb 23 08:35:20.451 INFO E| Compiling tiny-keccak v2.0.2
26622025-02-23T08:35:21.278Z[ helios-setup] Feb 23 08:35:20.536 INFO E| Compiling crossbeam-utils v0.8.14
26632025-02-23T08:35:21.342Z[ helios-setup] Feb 23 08:35:20.599 INFO E| Compiling serde_derive_internals v0.26.0
26642025-02-23T08:35:22.037Z[ helios-setup] Feb 23 08:35:21.294 INFO E| Compiling digest v0.10.6
26652025-02-23T08:35:23.029Z[ helios-setup] Feb 23 08:35:22.286 INFO E| Compiling errno v0.3.1
26662025-02-23T08:35:23.639Z[ helios-setup] Feb 23 08:35:22.885 INFO E| Compiling fnv v1.0.7
26672025-02-23T08:35:23.697Z[ helios-setup] Feb 23 08:35:22.950 INFO E| Compiling unicode-width v0.1.10
26682025-02-23T08:35:23.867Z[ helios-setup] Feb 23 08:35:23.115 INFO E| Compiling cpufeatures v0.2.5
26692025-02-23T08:35:23.991Z[ helios-setup] Feb 23 08:35:23.248 INFO E| Compiling anyhow v1.0.68
26702025-02-23T08:35:24.231Z[ helios-setup] Feb 23 08:35:23.487 INFO E| Compiling pkg-config v0.3.26
26712025-02-23T08:35:24.301Z[ helios-setup] Feb 23 08:35:23.557 INFO E| Compiling http v0.2.9
26722025-02-23T08:35:27.296Z[ helios-setup] Feb 23 08:35:26.460 INFO E| Compiling thiserror-impl v1.0.38
26732025-02-23T08:35:27.622Z[ helios-setup] Feb 23 08:35:26.817 INFO E| Compiling schemars_derive v0.8.12
26742025-02-23T08:35:27.933Z[ helios-setup] Feb 23 08:35:27.123 INFO E| Compiling aho-corasick v0.7.20
26752025-02-23T08:35:28.907Z[ helios-setup] Feb 23 08:35:28.149 INFO E| Compiling httparse v1.8.0
26762025-02-23T08:35:29.294Z[ helios-setup] Feb 23 08:35:28.490 INFO E| Compiling serde_derive v1.0.204
26772025-02-23T08:35:29.632Z[ helios-setup] Feb 23 08:35:28.888 INFO E| Compiling futures-macro v0.3.28
26782025-02-23T08:35:29.882Z[ helios-setup] Feb 23 08:35:29.138 INFO E| Compiling tokio-macros v2.0.0
26792025-02-23T08:35:29.988Z[ helios-setup] Feb 23 08:35:29.244 INFO E| Compiling heck v0.4.1
26802025-02-23T08:35:30.899Z[ helios-setup] Feb 23 08:35:30.154 INFO E| Compiling tinyvec_macros v0.1.1
26812025-02-23T08:35:31.144Z[ helios-setup] Feb 23 08:35:30.399 INFO E| Compiling regex-syntax v0.6.29
26822025-02-23T08:35:31.875Z[ helios-setup] Feb 23 08:35:31.100 INFO E| Compiling percent-encoding v2.2.0
26832025-02-23T08:35:32.529Z[ helios-setup] Feb 23 08:35:31.784 INFO E| Compiling tinyvec v1.6.0
26842025-02-23T08:35:32.557Z[ helios-setup] Feb 23 08:35:31.812 INFO E| Compiling form_urlencoded v1.1.0
26852025-02-23T08:35:32.684Z[ helios-setup] Feb 23 08:35:31.938 INFO E| Compiling const-random-macro v0.1.15
26862025-02-23T08:35:32.754Z[ helios-setup] Feb 23 08:35:32.008 INFO E| Compiling hashbrown v0.13.2
26872025-02-23T08:35:33.054Z[ helios-setup] Feb 23 08:35:32.310 INFO E| Compiling libz-sys v1.1.8
26882025-02-23T08:35:33.828Z[ helios-setup] Feb 23 08:35:33.083 INFO E| Compiling chrono v0.4.24
26892025-02-23T08:35:33.993Z[ helios-setup] Feb 23 08:35:33.248 INFO E| Compiling getopts v0.2.21
26902025-02-23T08:35:34.864Z[ helios-setup] Feb 23 08:35:34.119 INFO E| Compiling memoffset v0.7.1
26912025-02-23T08:35:34.931Z[ helios-setup] Feb 23 08:35:34.183 INFO E| Compiling uuid v1.3.0
26922025-02-23T08:35:34.934Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 46s
26932025-02-23T08:35:35.318Z[ omicron-package]
26942025-02-23T08:35:35.318Z[ omicron-package] real 1:47.144010748
26952025-02-23T08:35:35.320Z[ omicron-package] user 9:03.890347384
26962025-02-23T08:35:35.320Z[ omicron-package] sys 31.315935524
26972025-02-23T08:35:35.320Z[ omicron-package] trap 1.071929041
26982025-02-23T08:35:35.320Z[ omicron-package] tflt 0.684710964
26992025-02-23T08:35:35.327Z[ omicron-package] dflt 0.900771247
27002025-02-23T08:35:35.327Z[ omicron-package] kflt 0.000019984
27012025-02-23T08:35:35.327Z[ omicron-package] lock 20:04.208348228
27022025-02-23T08:35:35.327Z[ omicron-package] slp 32:01.140091715
27032025-02-23T08:35:35.327Z[ omicron-package] lat 3:34.241465395
27042025-02-23T08:35:35.327Z[ omicron-package] stop 1:04.831098132
27052025-02-23T08:35:35.327ZFeb 23 08:35:34.573 INFO [omicron-package] process exited with exit status: 0 (107.21104656s)
27062025-02-23T08:35:35.327ZFeb 23 08:35:34.574 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27072025-02-23T08:35:35.425Z[ helios-setup] Feb 23 08:35:34.657 INFO E| Compiling regex v1.7.3
27082025-02-23T08:35:35.451ZFeb 23 08:35:34.706 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27092025-02-23T08:35:35.464Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27102025-02-23T08:35:35.488Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27112025-02-23T08:35:35.491Z[ recovery-target] Created new build target 'recovery' and set it as active
27122025-02-23T08:35:35.496ZFeb 23 08:35:34.751 INFO [recovery-target] process exited with exit status: 0 (45.114178ms)
27132025-02-23T08:35:35.511Z[ host-target] Created new build target 'host' and set it as active
27142025-02-23T08:35:35.566ZFeb 23 08:35:34.821 INFO [host-target] process exited with exit status: 0 (246.91594ms)
27152025-02-23T08:35:35.568ZFeb 23 08:35:34.821 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27162025-02-23T08:35:35.603Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27172025-02-23T08:35:35.653Z[ helios-setup] Feb 23 08:35:34.908 INFO E| Compiling num-conv v0.1.0
27182025-02-23T08:35:35.819Z[ helios-setup] Feb 23 08:35:35.073 INFO E| Compiling time-core v0.1.2
27192025-02-23T08:35:35.879Z[ helios-setup] Feb 23 08:35:35.134 INFO E| Compiling dyn-clone v1.0.11
27202025-02-23T08:35:35.916Z[ helios-setup] Feb 23 08:35:35.170 INFO E| Compiling powerfmt v0.2.0
27212025-02-23T08:35:36.105Z[ helios-setup] Feb 23 08:35:35.359 INFO E| Compiling time-macros v0.2.18
27222025-02-23T08:35:36.265Z[ helios-setup] Feb 23 08:35:35.519 INFO E| Compiling deranged v0.3.11
27232025-02-23T08:35:36.460Z[ helios-setup] Feb 23 08:35:35.715 INFO E| Compiling unicode-normalization v0.1.22
27242025-02-23T08:35:37.051Z[ helios-setup] Feb 23 08:35:36.195 INFO E| Compiling regress v0.5.0
27252025-02-23T08:35:37.699Z[ helios-setup] Feb 23 08:35:36.937 INFO E| Compiling const-random v0.1.15
27262025-02-23T08:35:38.461Z[ host-package] Compiling ring v0.17.11
27272025-02-23T08:35:38.506Z[ helios-setup] Feb 23 08:35:37.511 INFO E| Compiling tracing-core v0.1.30
27282025-02-23T08:35:38.506Z[ host-package] Compiling thiserror v2.0.11
27292025-02-23T08:35:38.506Z[ host-package] Compiling typify-impl v0.3.0
27302025-02-23T08:35:38.508Z[ host-package] Compiling convert_case v0.4.0
27312025-02-23T08:35:38.508Z[ host-package] Compiling newline-converter v0.3.0
27322025-02-23T08:35:38.509Z[ host-package] Compiling password-hash v0.5.0
27332025-02-23T08:35:38.509Z[ host-package] Compiling blake2 v0.10.6
27342025-02-23T08:35:38.941Z[ host-package] Compiling expectorate v1.1.0
27352025-02-23T08:35:39.351Z[ helios-setup] Feb 23 08:35:38.603 INFO E| Compiling crossbeam-epoch v0.9.13
27362025-02-23T08:35:39.965Z[ helios-setup] Feb 23 08:35:39.147 INFO E| Compiling num_threads v0.1.6
27372025-02-23T08:35:40.060Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27382025-02-23T08:35:40.123Z[ host-package] Compiling derive_more v0.99.19
27392025-02-23T08:35:40.681Z[ helios-setup] Feb 23 08:35:39.933 INFO E| Compiling ucd-trie v0.1.5
27402025-02-23T08:35:40.791Z[ helios-setup] Feb 23 08:35:40.037 INFO E| Compiling unicode-bidi v0.3.13
27412025-02-23T08:35:41.184Z[ host-package] Compiling argon2 v0.5.3
27422025-02-23T08:35:41.844Z[ helios-setup] Feb 23 08:35:41.097 INFO E| Compiling pest v2.5.7
27432025-02-23T08:35:41.885Z[ host-package] Compiling atomicwrites v0.4.4
27442025-02-23T08:35:42.132Z[ host-package] Compiling owo-colors v4.1.0
27452025-02-23T08:35:42.558Z[ helios-setup] Feb 23 08:35:41.772 INFO E| Compiling idna v0.3.0
27462025-02-23T08:35:42.985Z[ host-package] Compiling cancel-safe-futures v0.1.5
27472025-02-23T08:35:43.437Z[ host-package] Compiling num-rational v0.4.2
27482025-02-23T08:35:43.863Z[ helios-setup] Feb 23 08:35:43.115 INFO E| Compiling time v0.3.36
27492025-02-23T08:35:44.074Z[ host-package] Compiling num-complex v0.4.6
27502025-02-23T08:35:45.474Z[ host-package] Compiling rustls v0.23.19
27512025-02-23T08:35:45.534Z[ host-package] Compiling rustls v0.22.4
27522025-02-23T08:35:45.747Z[ helios-setup] Feb 23 08:35:45.000 INFO E| Compiling tracing v0.1.37
27532025-02-23T08:35:46.809Z[ host-package] Compiling num v0.4.3
27542025-02-23T08:35:47.154Z[ host-package] Compiling libsw v3.3.1
27552025-02-23T08:35:47.607Z[ helios-setup] Feb 23 08:35:46.859 INFO E| Compiling crossbeam-channel v0.5.6
27562025-02-23T08:35:48.027Z[ host-package] Compiling linear-map v1.2.0
27572025-02-23T08:35:48.416Z[ host-package] Compiling swrite v0.1.0
27582025-02-23T08:35:48.640Z[ helios-setup] Feb 23 08:35:47.892 INFO E| Compiling toml v0.5.11
27592025-02-23T08:35:48.815Z[ host-package] Compiling float-ord v0.3.2
27602025-02-23T08:35:48.908Z[ host-package] Compiling highway v1.2.0
27612025-02-23T08:35:49.045Z[ helios-setup] Feb 23 08:35:48.297 INFO E| Compiling serde_tokenstream v0.2.0
27622025-02-23T08:35:49.520Z[ host-package] Compiling semver v0.1.20
27632025-02-23T08:35:49.858Z[ helios-setup] Feb 23 08:35:49.110 INFO E| Compiling smallvec v1.10.0
27642025-02-23T08:35:50.852Z[ host-package] Compiling rustls-webpki v0.102.8
27652025-02-23T08:35:51.037Z[ host-package] Compiling rustc_version v0.1.7
27662025-02-23T08:35:51.583Z[ host-package] Compiling tungstenite v0.21.0
27672025-02-23T08:35:51.942Z[ host-package] Compiling ipnetwork v0.21.1
27682025-02-23T08:35:51.976Z[ host-package] Compiling newtype_derive v0.1.6
27692025-02-23T08:35:51.994Z[ helios-setup] Feb 23 08:35:51.245 INFO E| Compiling parking_lot v0.12.1
27702025-02-23T08:35:52.295Z[ host-package] Compiling humantime v2.1.0
27712025-02-23T08:35:53.577Z[ helios-setup] Feb 23 08:35:52.827 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27722025-02-23T08:35:53.743Z[ host-package] Compiling oxnet v0.1.0
27732025-02-23T08:35:54.177Z[ helios-setup] Feb 23 08:35:53.426 INFO E| Compiling time v0.1.45
27742025-02-23T08:35:54.295Z[ host-package] Compiling tokio-tungstenite v0.21.0
27752025-02-23T08:35:55.034Z[ helios-setup] Feb 23 08:35:54.284 INFO E| Compiling dirs-sys-next v0.1.2
27762025-02-23T08:35:55.132Z[ host-package] Compiling daft v0.1.1
27772025-02-23T08:35:55.772Z[ helios-setup] Feb 23 08:35:55.022 INFO E| Compiling semver v1.0.17
27782025-02-23T08:35:56.145Z[ host-package] Compiling dropshot v0.15.1
27792025-02-23T08:35:56.215Z[ host-package] Compiling instant v0.1.13
27802025-02-23T08:35:56.290Z[ host-package] Compiling steno v0.4.1
27812025-02-23T08:35:56.741Z[ host-package] Compiling backoff v0.4.0
27822025-02-23T08:35:57.196Z[ helios-setup] Feb 23 08:35:56.444 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27832025-02-23T08:35:57.652Z[ helios-setup] Feb 23 08:35:56.899 INFO E| Compiling crc32fast v1.3.2
27842025-02-23T08:35:57.910Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27852025-02-23T08:35:58.044Z[ helios-setup] Feb 23 08:35:57.294 INFO E| Compiling iana-time-zone v0.1.56
27862025-02-23T08:35:58.915Z[ host-package] Compiling parse-display v0.10.0
27872025-02-23T08:35:59.496Z[ host-package] Compiling typify-macro v0.3.0
27882025-02-23T08:36:00.002Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27892025-02-23T08:36:00.135Z[ host-package] Compiling strum v0.26.3
27902025-02-23T08:36:00.361Z[ host-package] Compiling serde_with v3.11.0
27912025-02-23T08:36:00.659Z[ helios-setup] Feb 23 08:35:59.908 INFO E| Compiling dirs-next v2.0.0
27922025-02-23T08:36:00.778Z[ host-package] Compiling regress v0.9.1
27932025-02-23T08:36:00.967Z[ helios-setup] Feb 23 08:36:00.216 INFO E| Compiling proc-macro-crate v1.2.1
27942025-02-23T08:36:02.106Z[ helios-setup] Feb 23 08:36:01.351 INFO E| Compiling semver-parser v0.10.2
27952025-02-23T08:36:02.472Z[ helios-setup] Feb 23 08:36:01.721 INFO E| Compiling url v2.3.1
27962025-02-23T08:36:05.331Z[ helios-setup] Feb 23 08:36:04.579 INFO E| Compiling futures-executor v0.3.28
27972025-02-23T08:36:05.614Z[ host-package] Compiling tokio-rustls v0.25.0
27982025-02-23T08:36:06.523Z[ host-package] Compiling dropshot v0.12.0
27992025-02-23T08:36:06.699Z[ helios-setup] Feb 23 08:36:05.946 INFO E| Compiling thread_local v1.1.7
28002025-02-23T08:36:06.738Z[ helios-setup] Feb 23 08:36:05.986 INFO E| Compiling rayon-core v1.10.2
28012025-02-23T08:36:07.722Z[ helios-setup] Feb 23 08:36:06.970 INFO E| Compiling adler v1.0.2
28022025-02-23T08:36:07.736Z[ helios-setup] Feb 23 08:36:06.983 INFO E| Compiling same-file v1.0.6
28032025-02-23T08:36:07.846Z[ host-package] Compiling tokio-rustls v0.26.0
28042025-02-23T08:36:08.387Z[ helios-setup] Feb 23 08:36:07.633 INFO E| Compiling try-lock v0.2.4
28052025-02-23T08:36:08.768Z[ helios-setup] Feb 23 08:36:08.013 INFO E| Compiling want v0.3.0
28062025-02-23T08:36:08.914Z[ host-package] Compiling hyper-rustls v0.27.3
28072025-02-23T08:36:08.953Z[ helios-setup] Feb 23 08:36:08.199 INFO E| Compiling walkdir v2.3.3
28082025-02-23T08:36:09.966Z[ helios-setup] Feb 23 08:36:09.205 INFO E| Compiling tokio-util v0.7.7
28092025-02-23T08:36:10.083Z[ helios-setup] Feb 23 08:36:09.329 INFO E| Compiling miniz_oxide v0.6.2
28102025-02-23T08:36:10.259Z[ host-package] Compiling reqwest v0.12.12
28112025-02-23T08:36:11.287Z[ helios-setup] Feb 23 08:36:10.534 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28122025-02-23T08:36:13.212Z[ helios-setup] Feb 23 08:36:12.457 INFO E| Compiling h2 v0.3.16
28132025-02-23T08:36:15.235Z[ helios-setup] Feb 23 08:36:14.481 INFO E| Compiling futures v0.3.28
28142025-02-23T08:36:15.879Z[ host-package] Compiling typify v0.3.0
28152025-02-23T08:36:16.179Z[ helios-setup] Feb 23 08:36:15.424 INFO E| Compiling semver v0.11.0
28162025-02-23T08:36:16.322Z[ host-package] Compiling progenitor-impl v0.9.1
28172025-02-23T08:36:16.323Z[ helios-setup] Feb 23 08:36:15.568 INFO E| Compiling crossbeam-deque v0.8.2
28182025-02-23T08:36:17.046Z[ helios-setup] Feb 23 08:36:16.291 INFO E| Compiling num_enum_derive v0.5.7
28192025-02-23T08:36:17.484Z[ helios-setup] Feb 23 08:36:16.730 INFO E| Compiling term v0.7.0
28202025-02-23T08:36:20.408Z[ host-package] Compiling qorb v0.2.1
28212025-02-23T08:36:20.849Z[ helios-setup] Feb 23 08:36:20.094 INFO E| Compiling http-body v0.4.5
28222025-02-23T08:36:21.910Z[ helios-setup] Feb 23 08:36:21.153 INFO E| Compiling sha2 v0.10.6
28232025-02-23T08:36:21.999Z[ helios-setup] Feb 23 08:36:21.244 INFO E| Compiling ring v0.16.20
28242025-02-23T08:36:24.293Z[ helios-setup] Feb 23 08:36:23.537 INFO E| Compiling rand_core v0.6.4
28252025-02-23T08:36:25.977Z[ helios-setup] Feb 23 08:36:25.221 INFO E| Compiling atty v0.2.14
28262025-02-23T08:36:26.076Z[ helios-setup] Feb 23 08:36:25.320 INFO E| Compiling fastrand v1.9.0
28272025-02-23T08:36:26.881Z[ helios-setup] Feb 23 08:36:26.124 INFO E| Compiling tower-service v0.3.2
28282025-02-23T08:36:27.510Z[ helios-setup] Feb 23 08:36:26.753 INFO E| Compiling home v0.5.4
28292025-02-23T08:36:27.619Z[ helios-setup] Feb 23 08:36:26.862 INFO E| Compiling ppv-lite86 v0.2.17
28302025-02-23T08:36:27.923Z[ helios-setup] Feb 23 08:36:27.166 INFO E| Compiling lazy_static v1.4.0
28312025-02-23T08:36:28.586Z[ helios-setup] Feb 23 08:36:27.829 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28322025-02-23T08:36:28.666Z[ helios-setup] Feb 23 08:36:27.908 INFO E| Compiling utf8parse v0.2.1
28332025-02-23T08:36:28.960Z[ helios-setup] Feb 23 08:36:28.202 INFO E| Compiling httpdate v1.0.2
28342025-02-23T08:36:29.120Z[ helios-setup] Feb 23 08:36:28.363 INFO E| Compiling base64 v0.21.0
28352025-02-23T08:36:29.755Z[ helios-setup] Feb 23 08:36:28.998 INFO E| Compiling hyper v0.14.25
28362025-02-23T08:36:30.571Z[ helios-setup] Feb 23 08:36:29.814 INFO E| Compiling rand_chacha v0.3.1
28372025-02-23T08:36:30.630Z[ helios-setup] Feb 23 08:36:29.873 INFO E| Compiling anstyle-parse v0.1.1
28382025-02-23T08:36:30.696Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28392025-02-23T08:36:31.518Z[ helios-setup] Feb 23 08:36:30.761 INFO E| Compiling toolchain_find v0.2.0
28402025-02-23T08:36:32.397Z[ helios-setup] Feb 23 08:36:31.639 INFO E| Compiling tempfile v3.5.0
28412025-02-23T08:36:32.505Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28422025-02-23T08:36:33.809Z[ helios-setup] Feb 23 08:36:33.051 INFO E| Compiling slog-term v2.9.0
28432025-02-23T08:36:37.104Z[ host-package] Compiling progenitor-macro v0.9.1
28442025-02-23T08:36:42.415Z[ helios-setup] Feb 23 08:36:41.654 INFO E| Compiling num_enum v0.5.7
28452025-02-23T08:36:42.937Z[ helios-setup] Feb 23 08:36:42.177 INFO E| Compiling flate2 v1.0.25
28462025-02-23T08:36:45.093Z[ helios-setup] Feb 23 08:36:44.332 INFO E| Compiling cargo-lock v8.0.3
28472025-02-23T08:36:51.079Z[ helios-setup] Feb 23 08:36:50.317 INFO E| Compiling serde_urlencoded v0.7.1
28482025-02-23T08:36:52.674Z[ helios-setup] Feb 23 08:36:51.911 INFO E| Compiling is-terminal v0.4.7
28492025-02-23T08:36:52.941Z[ helios-setup] Feb 23 08:36:52.179 INFO E| Compiling sha1 v0.10.5
28502025-02-23T08:36:53.019Z[ helios-setup] Feb 23 08:36:52.256 INFO E| Compiling either v1.8.0
28512025-02-23T08:36:53.917Z[ helios-setup] Feb 23 08:36:53.154 INFO E| Compiling anstyle v0.3.5
28522025-02-23T08:36:54.929Z[ helios-setup] Feb 23 08:36:54.166 INFO E| Compiling concolor-override v1.0.0
28532025-02-23T08:36:54.994Z[ helios-setup] Feb 23 08:36:54.225 INFO E| Compiling concolor-query v0.3.3
28542025-02-23T08:37:01.679Z[ helios-setup] Feb 23 08:37:00.915 INFO E| Compiling anstream v0.2.6
28552025-02-23T08:37:02.313Z[ helios-setup] Feb 23 08:37:01.548 INFO E| Compiling rayon v1.6.1
28562025-02-23T08:37:02.971Z[ helios-setup] Feb 23 08:37:02.206 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28572025-02-23T08:37:03.283Z[ helios-setup] Feb 23 08:37:02.518 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28582025-02-23T08:37:03.443Z[ helios-setup] Feb 23 08:37:02.678 INFO E| Compiling rustfmt-wrapper v0.2.0
28592025-02-23T08:37:04.012Z[ helios-setup] Feb 23 08:37:03.248 INFO E| Compiling rand v0.8.5
28602025-02-23T08:37:05.192Z[ helios-setup] Feb 23 08:37:04.427 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28612025-02-23T08:37:06.179Z[ helios-setup] Feb 23 08:37:05.414 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28622025-02-23T08:37:06.786Z[ helios-setup] Feb 23 08:37:06.021 INFO E| Compiling openapiv3 v1.0.2
28632025-02-23T08:37:07.433Z[ helios-setup] Feb 23 08:37:06.668 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28642025-02-23T08:37:07.557Z[ helios-setup] Feb 23 08:37:06.791 INFO E| Compiling encoding_rs v0.8.32
28652025-02-23T08:37:12.632Z[ helios-setup] Feb 23 08:37:11.865 INFO E| Compiling mime v0.3.17
28662025-02-23T08:37:12.997Z[ helios-setup] Feb 23 08:37:12.230 INFO E| Compiling spin v0.5.2
28672025-02-23T08:37:13.915Z[ helios-setup] Feb 23 08:37:13.148 INFO E| Compiling utf-8 v0.7.6
28682025-02-23T08:37:14.728Z[ helios-setup] Feb 23 08:37:13.960 INFO E| Compiling ipnet v2.7.2
28692025-02-23T08:37:15.006Z[ helios-setup] Feb 23 08:37:14.238 INFO E| Compiling project-root v0.2.2
28702025-02-23T08:37:15.048Z[ helios-setup] Feb 23 08:37:14.280 INFO E| Compiling untrusted v0.7.1
28712025-02-23T08:37:15.556Z[ helios-setup] Feb 23 08:37:14.788 INFO E| Compiling byteorder v1.4.3
28722025-02-23T08:37:15.773Z[ helios-setup] Feb 23 08:37:15.005 INFO E| Compiling base64 v0.13.1
28732025-02-23T08:37:15.850Z[ helios-setup] Feb 23 08:37:15.082 INFO E| Compiling unsafe-libyaml v0.2.8
28742025-02-23T08:37:16.319Z[ host-package] Compiling progenitor-client v0.9.1
28752025-02-23T08:37:16.854Z[ helios-setup] Feb 23 08:37:16.086 INFO E| Compiling clap_lex v0.4.1
28762025-02-23T08:37:17.423Z[ helios-setup] Feb 23 08:37:16.653 INFO E| Compiling strsim v0.10.0
28772025-02-23T08:37:18.539Z[ helios-setup] Feb 23 08:37:17.769 INFO E| Compiling clap_builder v4.2.1
28782025-02-23T08:37:18.801Z[ host-package] Compiling progenitor-client v0.8.0
28792025-02-23T08:37:19.338Z[ helios-setup] Feb 23 08:37:18.570 INFO E| Compiling serde_yaml v0.9.21
28802025-02-23T08:37:19.377Z[ helios-setup] Feb 23 08:37:18.607 INFO E| Compiling tungstenite v0.18.0
28812025-02-23T08:37:20.285Z[ helios-setup] Feb 23 08:37:19.516 INFO E| Compiling reqwest v0.11.16
28822025-02-23T08:37:20.488Z[ host-package] Compiling progenitor v0.8.0
28832025-02-23T08:37:21.062Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28842025-02-23T08:37:25.784Z[ helios-setup] Feb 23 08:37:25.014 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28852025-02-23T08:37:29.194Z[ helios-setup] Feb 23 08:37:28.424 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28862025-02-23T08:37:29.251Z[ host-package] Compiling progenitor v0.9.1
28872025-02-23T08:37:29.618Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28882025-02-23T08:37:32.080Z[ helios-setup] Feb 23 08:37:31.308 INFO E| Compiling clap_derive v4.2.0
28892025-02-23T08:37:35.394Z[ helios-setup] Feb 23 08:37:34.622 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28902025-02-23T08:37:35.651Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912025-02-23T08:37:36.568Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28922025-02-23T08:37:36.968Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28932025-02-23T08:37:39.561Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28942025-02-23T08:37:39.743Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28952025-02-23T08:37:40.609Z[ helios-setup] Feb 23 08:37:39.836 INFO E| Compiling clap v4.2.1
28962025-02-23T08:37:53.436Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28972025-02-23T08:37:57.636Z[ host-package] Compiling macaddr v1.0.1
28982025-02-23T08:37:58.565Z[ helios-setup] Feb 23 08:37:57.787 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28992025-02-23T08:37:59.598Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29002025-02-23T08:37:59.693Z[ host-package] Compiling slog-dtrace v0.3.0
29012025-02-23T08:38:00.371Z[ helios-setup] Feb 23 08:37:59.594 INFO E| Compiling tokio-tungstenite v0.18.0
29022025-02-23T08:38:00.791Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29032025-02-23T08:38:00.894Z[ host-package] Compiling prettyplease v0.2.29
29042025-02-23T08:38:01.916Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29052025-02-23T08:38:01.998Z[ helios-setup] Feb 23 08:38:01.220 INFO E| Compiling smartstring v1.0.1
29062025-02-23T08:38:02.203Z[ helios-setup] Feb 23 08:38:01.424 INFO E| Compiling rustls v0.21.0
29072025-02-23T08:38:03.507Z[ helios-setup] Feb 23 08:38:02.728 INFO E| Compiling rustls-webpki v0.100.1
29082025-02-23T08:38:04.257Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29092025-02-23T08:38:04.344Z[ host-package] Compiling half v2.4.1
29102025-02-23T08:38:04.408Z[ host-package] Compiling ciborium-io v0.2.2
29112025-02-23T08:38:04.419Z[ helios-setup] Feb 23 08:38:03.640 INFO E| Compiling sct v0.7.0
29122025-02-23T08:38:04.930Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29132025-02-23T08:38:05.235Z[ helios-setup] Feb 23 08:38:04.456 INFO E| Compiling serde_spanned v0.6.1
29142025-02-23T08:38:05.782Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29152025-02-23T08:38:05.787Z[ helios-setup] Feb 23 08:38:05.008 INFO E| Compiling toml_datetime v0.6.1
29162025-02-23T08:38:06.131Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29172025-02-23T08:38:07.246Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29182025-02-23T08:38:07.421Z[ helios-setup] Feb 23 08:38:06.642 INFO E| Compiling paste v1.0.12
29192025-02-23T08:38:07.597Z[ helios-setup] Feb 23 08:38:06.818 INFO E| Compiling static_assertions v1.1.0
29202025-02-23T08:38:07.855Z[ helios-setup] Feb 23 08:38:07.075 INFO E| Compiling slog-async v2.7.0
29212025-02-23T08:38:08.780Z[ helios-setup] Feb 23 08:38:08.001 INFO E| Compiling winnow v0.4.1
29222025-02-23T08:38:09.559Z[ helios-setup] Feb 23 08:38:08.779 INFO E| Compiling async-trait v0.1.68
29232025-02-23T08:38:10.879Z[ helios-setup] Feb 23 08:38:10.099 INFO E| Compiling camino v1.1.4
29242025-02-23T08:38:11.365Z[ helios-setup] Feb 23 08:38:10.585 INFO E| Compiling match_cfg v0.1.0
29252025-02-23T08:38:11.924Z[ helios-setup] Feb 23 08:38:11.144 INFO E| Compiling hostname v0.3.1
29262025-02-23T08:38:14.626Z[ helios-setup] Feb 23 08:38:13.845 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29272025-02-23T08:38:14.796Z[ helios-setup] Feb 23 08:38:14.015 INFO E| Compiling slog-json v2.6.1
29282025-02-23T08:38:15.497Z[ helios-setup] Feb 23 08:38:14.717 INFO E| Compiling toml_edit v0.19.8
29292025-02-23T08:38:16.004Z[ helios-setup] Feb 23 08:38:15.220 INFO E| Compiling bincode v1.3.3
29302025-02-23T08:38:18.438Z[ helios-setup] Feb 23 08:38:17.656 INFO E| Compiling unicode-linebreak v0.1.4
29312025-02-23T08:38:23.135Z[ helios-setup] Feb 23 08:38:22.353 INFO E| Compiling async-stream-impl v0.3.5
29322025-02-23T08:38:24.266Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29332025-02-23T08:38:25.640Z[ helios-setup] Feb 23 08:38:24.857 INFO E| Compiling rhai_codegen v1.5.0
29342025-02-23T08:38:28.760Z[ helios-setup] Feb 23 08:38:27.975 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29352025-02-23T08:38:28.837Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29362025-02-23T08:38:29.790Z[ helios-setup] Feb 23 08:38:29.006 INFO E| Compiling take_mut v0.2.2
29372025-02-23T08:38:30.379Z[ helios-setup] Feb 23 08:38:29.595 INFO E| Compiling async-stream v0.3.5
29382025-02-23T08:38:30.572Z[ helios-setup] Feb 23 08:38:29.788 INFO E| Compiling toml v0.7.3
29392025-02-23T08:38:30.649Z[ helios-setup] Feb 23 08:38:29.864 INFO E| Compiling rhai v1.14.0
29402025-02-23T08:38:31.418Z[ helios-setup] Feb 23 08:38:30.632 INFO E| Compiling tokio-rustls v0.24.0
29412025-02-23T08:38:32.514Z[ helios-setup] Feb 23 08:38:31.729 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29422025-02-23T08:38:32.570Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29432025-02-23T08:38:35.470Z[ helios-setup] Feb 23 08:38:34.685 INFO E| Compiling slog-bunyan v2.4.0
29442025-02-23T08:38:42.704Z[ helios-setup] Feb 23 08:38:41.917 INFO E| Compiling rustls-pemfile v1.0.2
29452025-02-23T08:38:42.978Z[ helios-setup] Feb 23 08:38:42.191 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29462025-02-23T08:38:43.540Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29472025-02-23T08:38:44.275Z[ helios-setup] Feb 23 08:38:43.488 INFO E| Compiling serde_path_to_error v0.1.11
29482025-02-23T08:38:44.632Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29492025-02-23T08:38:46.096Z[ helios-setup] Feb 23 08:38:45.308 INFO E| Compiling terminal_size v0.2.6
29502025-02-23T08:38:46.174Z[ helios-setup] Feb 23 08:38:45.387 INFO E| Compiling smawk v0.3.1
29512025-02-23T08:38:46.614Z[ helios-setup] Feb 23 08:38:45.702 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
29522025-02-23T08:38:46.785Z[ helios-setup] Feb 23 08:38:45.997 INFO E| Compiling textwrap v0.16.0
29532025-02-23T08:38:48.492Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29542025-02-23T08:38:50.396Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29552025-02-23T08:38:55.387Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29562025-02-23T08:38:55.848Z[ host-package] Compiling ciborium-ll v0.2.2
29572025-02-23T08:38:57.087Z[ host-package] Compiling bytecount v0.6.8
29582025-02-23T08:38:57.962Z[ host-package] Compiling ciborium v0.2.2
29592025-02-23T08:39:00.236Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29602025-02-23T08:39:01.850Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29612025-02-23T08:39:01.973Z[ host-package] Compiling display-error-chain v0.2.2
29622025-02-23T08:39:02.042Z[ host-package] Compiling fastrand v2.1.1
29632025-02-23T08:39:02.868Z[ host-package] Compiling same-file v1.0.6
29642025-02-23T08:39:03.329Z[ host-package] Compiling tempfile v3.13.0
29652025-02-23T08:39:03.632Z[ host-package] Compiling walkdir v2.5.0
29662025-02-23T08:39:05.099Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29672025-02-23T08:39:05.161Z[ host-package] Compiling blake3 v1.5.4
29682025-02-23T08:39:06.463Z[ host-package] Compiling const_format_proc_macros v0.2.34
29692025-02-23T08:39:10.326Z[ host-package] Compiling xattr v1.3.1
29702025-02-23T08:39:10.919Z[ host-package] Compiling filetime v0.2.25
29712025-02-23T08:39:10.989Z[ host-package] Compiling memmap2 v0.9.5
29722025-02-23T08:39:11.323Z[ host-package] Compiling keccak v0.1.5
29732025-02-23T08:39:11.650Z[ helios-setup] Feb 23 08:39:10.855 INFO E| Compiling git2 v0.16.1
29742025-02-23T08:39:11.674Z[ host-package] Compiling arrayref v0.3.9
29752025-02-23T08:39:11.844Z[ host-package] Compiling crunchy v0.2.2
29762025-02-23T08:39:12.494Z[ host-package] Compiling arrayvec v0.7.6
29772025-02-23T08:39:12.617Z[ host-package] Compiling constant_time_eq v0.3.1
29782025-02-23T08:39:12.923Z[ host-package] Compiling maplit v1.0.2
29792025-02-23T08:39:13.080Z[ host-package] Compiling sha3 v0.10.8
29802025-02-23T08:39:13.166Z[ host-package] Compiling tar v0.4.42
29812025-02-23T08:39:13.220Z[ host-package] Compiling const_format v0.2.34
29822025-02-23T08:39:14.212Z[ host-package] Compiling toolchain_find v0.4.0
29832025-02-23T08:39:14.436Z[ host-package] Compiling camino-tempfile v1.1.1
29842025-02-23T08:39:14.740Z[ host-package] Compiling topological-sort v0.2.2
29852025-02-23T08:39:14.974Z[ host-package] Compiling tiny-keccak v2.0.2
29862025-02-23T08:39:15.028Z[ host-package] Compiling omicron-zone-package v0.12.0
29872025-02-23T08:39:15.064Z[ host-package] Compiling rustfmt-wrapper v0.2.1
29882025-02-23T08:39:15.604Z[ host-package] Compiling dsl_auto_type v0.1.2
29892025-02-23T08:39:15.607Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29902025-02-23T08:39:15.763Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
29912025-02-23T08:39:16.359Z[ host-package] Compiling r2d2 v0.8.10
29922025-02-23T08:39:16.406Z[ helios-setup] Feb 23 08:39:15.611 INFO E| Compiling built v0.6.0
29932025-02-23T08:39:16.504Z[ host-package] Compiling phf_generator v0.11.2
29942025-02-23T08:39:16.784Z[ host-package] Compiling ascii-canvas v3.0.0
29952025-02-23T08:39:16.953Z[ host-package] Compiling secrecy v0.8.0
29962025-02-23T08:39:17.234Z[ host-package] Compiling diesel_derives v2.2.3
29972025-02-23T08:39:17.532Z[ host-package] Compiling ena v0.14.3
29982025-02-23T08:39:17.687Z[ host-package] Compiling regex-syntax v0.6.29
29992025-02-23T08:39:17.708Z[ host-package] Compiling diff v0.1.13
30002025-02-23T08:39:17.967Z[ helios-setup] Feb 23 08:39:17.173 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30012025-02-23T08:39:18.234Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
30022025-02-23T08:39:18.275Z[ host-package] Compiling arc-swap v1.7.1
30032025-02-23T08:39:18.766Z[ host-package] Compiling phf_codegen v0.11.2
30042025-02-23T08:39:19.045Z[ host-package] Compiling slog-scope v4.4.0
30052025-02-23T08:39:19.104Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30062025-02-23T08:39:19.412Z[ helios-setup] Feb 23 08:39:18.617 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30072025-02-23T08:39:19.959Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30082025-02-23T08:39:20.100Z[ helios-setup] Feb 23 08:39:19.303 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30092025-02-23T08:39:20.327Z[ host-package] Compiling universal-hash v0.5.1
30102025-02-23T08:39:20.533Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30112025-02-23T08:39:20.601Z[ host-package] Compiling parse-zoneinfo v0.3.1
30122025-02-23T08:39:20.667Z[ host-package] Compiling unicase v2.7.0
30132025-02-23T08:39:21.247Z[ host-package] Compiling ref-cast v1.0.23
30142025-02-23T08:39:21.340Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30152025-02-23T08:39:21.985Z[ host-package] Compiling lalrpop v0.19.12
30162025-02-23T08:39:22.249Z[ host-package] Compiling opaque-debug v0.3.1
30172025-02-23T08:39:22.540Z[ host-package] Compiling poly1305 v0.8.0
30182025-02-23T08:39:23.431Z[ host-package] Compiling thiserror-no-std v2.0.2
30192025-02-23T08:39:23.757Z[ host-package] Compiling chrono-tz-build v0.4.0
30202025-02-23T08:39:23.822Z[ host-package] Compiling slog-stdlog v4.1.1
30212025-02-23T08:39:24.691Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30222025-02-23T08:39:25.628Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30232025-02-23T08:39:26.373Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30242025-02-23T08:39:26.543Z[ host-package] Compiling derive_builder_core v0.20.2
30252025-02-23T08:39:26.960Z[ host-package] Compiling chacha20 v0.9.1
30262025-02-23T08:39:27.785Z[ host-package] Compiling headers-core v0.3.0
30272025-02-23T08:39:28.418Z[ host-package] Compiling aead v0.5.2
30282025-02-23T08:39:29.589Z[ host-package] Compiling libxml v0.3.3
30292025-02-23T08:39:29.924Z[ host-package] Compiling ref-cast-impl v1.0.23
30302025-02-23T08:39:30.813Z[ host-package] Compiling vte_generate_state_changes v0.1.2
30312025-02-23T08:39:31.934Z[ host-package] Compiling vte v0.11.1
30322025-02-23T08:39:32.490Z[ host-package] Compiling diesel v2.2.7
30332025-02-23T08:39:32.530Z[ host-package] Compiling derive_builder_macro v0.20.2
30342025-02-23T08:39:33.892Z[ host-package] Compiling chacha20poly1305 v0.10.1
30352025-02-23T08:39:33.905Z[ host-package] Compiling headers v0.4.0
30362025-02-23T08:39:34.108Z[ host-package] Compiling chrono-tz v0.10.1
30372025-02-23T08:39:34.984Z[ host-package] Compiling slog-envlogger v2.2.0
30382025-02-23T08:39:37.476Z[ host-package] Compiling vsss-rs v3.3.4
30392025-02-23T08:39:37.797Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30402025-02-23T08:39:40.972Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30412025-02-23T08:39:41.772Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30422025-02-23T08:39:42.230Z[ host-package] Compiling strum_macros v0.24.3
30432025-02-23T08:39:45.630Z[ host-package] Compiling fxhash v0.2.1
30442025-02-23T08:39:45.743Z[ host-package] Compiling samael v0.0.17
30452025-02-23T08:39:45.921Z[ host-package] Compiling indoc v1.0.9
30462025-02-23T08:39:47.928Z[ helios-setup] Feb 23 08:39:47.127 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30472025-02-23T08:39:49.443Z[ host-package] Compiling polar-core v0.27.3
30482025-02-23T08:39:56.308Z[ host-package] Compiling derive_builder v0.20.2
30492025-02-23T08:39:56.925Z[ host-package] Compiling strip-ansi-escapes v0.2.0
30502025-02-23T08:39:57.818Z[ helios-setup] Feb 23 08:39:57.014 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30512025-02-23T08:39:59.067Z[ host-package] Compiling papergrid v0.11.0
30522025-02-23T08:40:05.400Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30532025-02-23T08:40:06.333Z[ host-package] Compiling tabled_derive v0.7.0
30542025-02-23T08:40:10.711Z[ host-package] Compiling fd-lock v4.0.2
30552025-02-23T08:40:11.394Z[ host-package] Compiling peg-macros v0.8.4
30562025-02-23T08:40:14.305Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30572025-02-23T08:40:16.228Z[ host-package] Compiling kstat-rs v0.2.4
30582025-02-23T08:40:17.429Z[ host-package] Compiling oso-derive v0.27.3
30592025-02-23T08:40:18.302Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
30602025-02-23T08:40:20.087Z[ host-package] Compiling quick-xml v0.33.0
30612025-02-23T08:40:24.469Z[ host-package] Compiling diesel-dtrace v0.4.2
30622025-02-23T08:40:25.129Z[ host-package] Compiling nu-ansi-term v0.50.1
30632025-02-23T08:40:26.606Z[ host-package] Compiling reedline v0.35.0
30642025-02-23T08:40:27.439Z[ host-package] Compiling peg v0.8.4
30652025-02-23T08:40:27.599Z[ helios-setup] Feb 23 08:40:26.788 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30662025-02-23T08:40:27.609Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30672025-02-23T08:40:28.128Z[ host-package] Compiling tabled v0.15.0
30682025-02-23T08:40:41.218Z[ host-package] Compiling oso v0.27.3
30692025-02-23T08:40:56.790Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30702025-02-23T08:41:04.165Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30712025-02-23T08:41:10.618Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722025-02-23T08:41:13.506Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
30732025-02-23T08:41:14.599Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30742025-02-23T08:41:15.296Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
30752025-02-23T08:41:20.499Z[ host-package] Compiling bb8 v0.8.5
30762025-02-23T08:41:21.204Z[ host-package] Compiling bcs v0.1.6
30772025-02-23T08:41:22.149Z[ host-package] Compiling libz-sys v1.1.20
30782025-02-23T08:41:22.272Z[ helios-setup] Feb 23 08:41:21.448 INFO E| Finished `release` profile [optimized] target(s) in 6m 19s
30792025-02-23T08:41:22.437Z[ helios-setup] Feb 23 08:41:21.613 INFO building project "pilot" ok (379 seconds)
30802025-02-23T08:41:22.437Z[ helios-setup] Feb 23 08:41:21.613 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30812025-02-23T08:41:22.440Z[ helios-setup] Feb 23 08:41:21.613 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30822025-02-23T08:41:22.723Z[ helios-setup] Feb 23 08:41:21.900 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30832025-02-23T08:41:22.949Z[ host-package] Compiling nanorand v0.7.0
30842025-02-23T08:41:23.100Z[ helios-setup] Feb 23 08:41:22.277 INFO E| From https://github.com/jclulow/rust-jmclib
30852025-02-23T08:41:23.103Z[ helios-setup] Feb 23 08:41:22.277 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30862025-02-23T08:41:23.118Z[ helios-setup] Feb 23 08:41:22.295 INFO E| Updating crates.io index
30872025-02-23T08:41:23.337Z[ helios-setup] Feb 23 08:41:22.514 INFO E| Downloading crates ...
30882025-02-23T08:41:23.468Z[ helios-setup] Feb 23 08:41:22.645 INFO E| Downloaded anyhow v1.0.72
30892025-02-23T08:41:23.506Z[ helios-setup] Feb 23 08:41:22.684 INFO E| Downloaded opaque-debug v0.3.0
30902025-02-23T08:41:23.509Z[ helios-setup] Feb 23 08:41:22.685 INFO E| Downloaded block-buffer v0.9.0
30912025-02-23T08:41:23.509Z[ helios-setup] Feb 23 08:41:22.686 INFO E| Downloaded libdevinfo-sys v1.0.0
30922025-02-23T08:41:23.547Z[ helios-setup] Feb 23 08:41:22.725 INFO E| Downloaded sha-1 v0.9.8
30932025-02-23T08:41:23.550Z[ helios-setup] Feb 23 08:41:22.727 INFO E| Downloaded quote v1.0.31
30942025-02-23T08:41:23.553Z[ helios-setup] Feb 23 08:41:22.730 INFO E| Downloaded proc-macro2 v1.0.66
30952025-02-23T08:41:23.556Z[ helios-setup] Feb 23 08:41:22.733 INFO E| Downloaded itoa v1.0.9
30962025-02-23T08:41:23.558Z[ helios-setup] Feb 23 08:41:22.735 INFO E| Downloaded tempfile v3.7.0
30972025-02-23T08:41:23.561Z[ helios-setup] Feb 23 08:41:22.738 INFO E| Downloaded uuid v0.8.2
30982025-02-23T08:41:23.565Z[ helios-setup] Feb 23 08:41:22.742 INFO E| Downloaded unicode-ident v1.0.11
30992025-02-23T08:41:23.568Z[ helios-setup] Feb 23 08:41:22.746 INFO E| Downloaded serde_derive v1.0.193
31002025-02-23T08:41:23.572Z[ helios-setup] Feb 23 08:41:22.749 INFO E| Downloaded serde v1.0.193
31012025-02-23T08:41:23.576Z[ helios-setup] Feb 23 08:41:22.753 INFO E| Downloaded bitflags v2.3.3
31022025-02-23T08:41:23.580Z[ helios-setup] Feb 23 08:41:22.756 INFO E| Downloaded ryu v1.0.15
31032025-02-23T08:41:23.585Z[ helios-setup] Feb 23 08:41:22.760 INFO E| Downloaded md-5 v0.9.1
31042025-02-23T08:41:23.588Z[ helios-setup] Feb 23 08:41:22.762 INFO E| Downloaded glob v0.3.1
31052025-02-23T08:41:23.588Z[ helios-setup] Feb 23 08:41:22.764 INFO E| Downloaded getrandom v0.2.10
31062025-02-23T08:41:23.590Z[ helios-setup] Feb 23 08:41:22.767 INFO E| Downloaded fastrand v2.0.0
31072025-02-23T08:41:23.593Z[ helios-setup] Feb 23 08:41:22.769 INFO E| Downloaded digest v0.9.0
31082025-02-23T08:41:23.596Z[ helios-setup] Feb 23 08:41:22.771 INFO E| Downloaded once_cell v1.18.0
31092025-02-23T08:41:23.599Z[ helios-setup] Feb 23 08:41:22.774 INFO E| Downloaded cpufeatures v0.2.9
31102025-02-23T08:41:23.631Z[ helios-setup] Feb 23 08:41:22.808 INFO E| Downloaded serde_json v1.0.103
31112025-02-23T08:41:23.634Z[ host-package] Compiling termtree v0.5.1
31122025-02-23T08:41:23.642Z[ helios-setup] Feb 23 08:41:22.819 INFO E| Downloaded syn v2.0.32
31132025-02-23T08:41:23.662Z[ host-package] Compiling parking_lot_core v0.8.6
31142025-02-23T08:41:23.691Z[ helios-setup] Feb 23 08:41:22.868 INFO E| Downloaded rustix v0.38.4
31152025-02-23T08:41:23.769Z[ helios-setup] Feb 23 08:41:22.946 INFO E| Downloaded libc v0.2.147
31162025-02-23T08:41:23.914Z[ helios-setup] Feb 23 08:41:23.091 INFO E| Compiling libc v0.2.147
31172025-02-23T08:41:23.917Z[ helios-setup] Feb 23 08:41:23.092 INFO E| Compiling proc-macro2 v1.0.66
31182025-02-23T08:41:23.917Z[ helios-setup] Feb 23 08:41:23.092 INFO E| Compiling cfg-if v1.0.0
31192025-02-23T08:41:23.917Z[ helios-setup] Feb 23 08:41:23.092 INFO E| Compiling unicode-ident v1.0.11
31202025-02-23T08:41:23.918Z[ helios-setup] Feb 23 08:41:23.092 INFO E| Compiling typenum v1.16.0
31212025-02-23T08:41:23.918Z[ helios-setup] Feb 23 08:41:23.092 INFO E| Compiling version_check v0.9.4
31222025-02-23T08:41:23.918Z[ helios-setup] Feb 23 08:41:23.092 INFO E| Compiling serde v1.0.193
31232025-02-23T08:41:23.918Z[ helios-setup] Feb 23 08:41:23.092 INFO E| Compiling num-conv v0.1.0
31242025-02-23T08:41:24.063Z[ helios-setup] Feb 23 08:41:23.240 INFO E| Compiling slog v2.7.0
31252025-02-23T08:41:24.304Z[ host-package] Compiling flume v0.11.1
31262025-02-23T08:41:24.511Z[ helios-setup] Feb 23 08:41:23.688 INFO E| Compiling rustix v0.38.4
31272025-02-23T08:41:24.569Z[ helios-setup] Feb 23 08:41:23.746 INFO E| Compiling powerfmt v0.2.0
31282025-02-23T08:41:25.092Z[ helios-setup] Feb 23 08:41:24.269 INFO E| Compiling itoa v1.0.9
31292025-02-23T08:41:25.195Z[ helios-setup] Feb 23 08:41:24.371 INFO E| Compiling generic-array v0.14.7
31302025-02-23T08:41:25.333Z[ helios-setup] Feb 23 08:41:24.510 INFO E| Compiling time-core v0.1.2
31312025-02-23T08:41:25.436Z[ helios-setup] Feb 23 08:41:24.613 INFO E| Compiling deranged v0.3.11
31322025-02-23T08:41:25.623Z[ helios-setup] Feb 23 08:41:24.796 INFO E| Compiling time-macros v0.2.18
31332025-02-23T08:41:25.691Z[ helios-setup] Feb 23 08:41:24.868 INFO E| Compiling once_cell v1.18.0
31342025-02-23T08:41:26.072Z[ helios-setup] Feb 23 08:41:25.249 INFO E| Compiling num_threads v0.1.6
31352025-02-23T08:41:26.421Z[ helios-setup] Feb 23 08:41:25.597 INFO E| Compiling bitflags v2.3.3
31362025-02-23T08:41:26.549Z[ helios-setup] Feb 23 08:41:25.726 INFO E| Compiling thread_local v1.1.7
31372025-02-23T08:41:26.555Z[ host-package] Compiling async-bb8-diesel v0.2.1
31382025-02-23T08:41:27.273Z[ helios-setup] Feb 23 08:41:26.450 INFO E| Compiling quote v1.0.31
31392025-02-23T08:41:27.578Z[ helios-setup] Feb 23 08:41:26.754 INFO E| Compiling opaque-debug v0.3.0
31402025-02-23T08:41:27.682Z[ helios-setup] Feb 23 08:41:26.858 INFO E| Compiling serde_json v1.0.103
31412025-02-23T08:41:27.885Z[ helios-setup] Feb 23 08:41:27.061 INFO E| Compiling syn v2.0.32
31422025-02-23T08:41:28.066Z[ helios-setup] Feb 23 08:41:27.242 INFO E| Compiling dirs-sys-next v0.1.2
31432025-02-23T08:41:28.375Z[ host-package] Compiling mime_guess v2.0.5
31442025-02-23T08:41:28.384Z[ helios-setup] Feb 23 08:41:27.559 INFO E| Compiling errno v0.3.1
31452025-02-23T08:41:28.384Z[ helios-setup] Feb 23 08:41:27.559 INFO E| Compiling atty v0.2.14
31462025-02-23T08:41:28.401Z[ helios-setup] Feb 23 08:41:27.577 INFO E| Compiling anyhow v1.0.72
31472025-02-23T08:41:28.669Z[ helios-setup] Feb 23 08:41:27.845 INFO E| Compiling dirs-next v2.0.0
31482025-02-23T08:41:28.916Z[ helios-setup] Feb 23 08:41:28.092 INFO E| Compiling term v0.7.0
31492025-02-23T08:41:29.026Z[ helios-setup] Feb 23 08:41:28.202 INFO E| Compiling fastrand v2.0.0
31502025-02-23T08:41:29.282Z[ helios-setup] Feb 23 08:41:28.458 INFO E| Compiling getrandom v0.2.10
31512025-02-23T08:41:29.797Z[ helios-setup] Feb 23 08:41:28.973 INFO E| Compiling block-buffer v0.9.0
31522025-02-23T08:41:29.910Z[ helios-setup] Feb 23 08:41:29.086 INFO E| Compiling digest v0.9.0
31532025-02-23T08:41:30.259Z[ helios-setup] Feb 23 08:41:29.435 INFO E| Compiling unicode-width v0.1.10
31542025-02-23T08:41:30.268Z[ helios-setup] Feb 23 08:41:29.444 INFO E| Compiling same-file v1.0.6
31552025-02-23T08:41:30.411Z[ helios-setup] Feb 23 08:41:29.587 INFO E| Compiling ryu v1.0.15
31562025-02-23T08:41:30.638Z[ helios-setup] Feb 23 08:41:29.814 INFO E| Compiling cpufeatures v0.2.9
31572025-02-23T08:41:30.749Z[ helios-setup] Feb 23 08:41:29.925 INFO E| Compiling sha-1 v0.9.8
31582025-02-23T08:41:30.785Z[ helios-setup] Feb 23 08:41:29.961 INFO E| Compiling walkdir v2.3.3
31592025-02-23T08:41:30.904Z[ helios-setup] Feb 23 08:41:30.080 INFO E| Compiling time v0.3.36
31602025-02-23T08:41:30.986Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31612025-02-23T08:41:31.082Z[ helios-setup] Feb 23 08:41:30.257 INFO E| Compiling getopts v0.2.21
31622025-02-23T08:41:31.231Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31632025-02-23T08:41:31.372Z[ helios-setup] Feb 23 08:41:30.548 INFO E| Compiling md-5 v0.9.1
31642025-02-23T08:41:31.819Z[ helios-setup] Feb 23 08:41:30.994 INFO E| Compiling tempfile v3.7.0
31652025-02-23T08:41:32.086Z[ helios-setup] Feb 23 08:41:31.262 INFO E| Compiling libdevinfo-sys v1.0.0
31662025-02-23T08:41:32.300Z[ helios-setup] Feb 23 08:41:31.476 INFO E| Compiling glob v0.3.1
31672025-02-23T08:41:34.275Z[ helios-setup] Feb 23 08:41:33.450 INFO E| Compiling slog-term v2.9.0
31682025-02-23T08:41:34.576Z[ helios-setup] Feb 23 08:41:33.751 INFO E| Compiling serde_derive v1.0.193
31692025-02-23T08:41:35.960Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31702025-02-23T08:41:37.035Z[ host-package] Compiling proc-macro-error2 v2.0.1
31712025-02-23T08:41:38.493Z[ host-package] Compiling nibble_vec v0.1.0
31722025-02-23T08:41:38.849Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
31732025-02-23T08:41:38.903Z[ host-package] Compiling atty v0.2.14
31742025-02-23T08:41:39.196Z[ host-package] Compiling http-range v0.1.5
31752025-02-23T08:41:39.614Z[ host-package] Compiling salty v0.3.0
31762025-02-23T08:41:39.979Z[ host-package] Compiling endian-type v0.1.2
31772025-02-23T08:41:40.345Z[ host-package] Compiling radix_trie v0.2.1
31782025-02-23T08:41:41.537Z[ host-package] Compiling parking_lot v0.11.2
31792025-02-23T08:41:43.725Z[ host-package] Compiling tabled_derive v0.10.0
31802025-02-23T08:41:45.588Z[ host-package] Compiling papergrid v0.14.0
31812025-02-23T08:41:46.352Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31822025-02-23T08:41:47.339Z[ helios-setup] Feb 23 08:41:46.511 INFO E| Compiling toml v0.5.11
31832025-02-23T08:41:47.342Z[ helios-setup] Feb 23 08:41:46.511 INFO E| Compiling uuid v0.8.2
31842025-02-23T08:41:49.262Z[ helios-setup] Feb 23 08:41:48.434 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31852025-02-23T08:41:50.713Z[ helios-setup] Feb 23 08:41:49.884 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31862025-02-23T08:41:54.854Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31872025-02-23T08:41:59.806Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
31882025-02-23T08:42:00.439Z[ helios-setup] Feb 23 08:41:59.608 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.89s
31892025-02-23T08:42:00.472Z[ helios-setup] Feb 23 08:41:59.641 INFO building project "image-builder" ok (38 seconds)
31902025-02-23T08:42:00.472Z[ helios-setup] Feb 23 08:41:59.641 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31912025-02-23T08:42:00.474Z[ helios-setup] Feb 23 08:41:59.641 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31922025-02-23T08:42:00.822Z[ helios-setup] Feb 23 08:41:59.991 INFO E| Downloading crates ...
31932025-02-23T08:42:00.893Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
31942025-02-23T08:42:00.950Z[ helios-setup] Feb 23 08:42:00.119 INFO E| Downloaded typenum v1.15.0
31952025-02-23T08:42:00.961Z[ helios-setup] Feb 23 08:42:00.130 INFO E| Downloaded sha2 v0.10.5
31962025-02-23T08:42:00.964Z[ helios-setup] Feb 23 08:42:00.133 INFO E| Downloaded digest v0.10.3
31972025-02-23T08:42:00.967Z[ helios-setup] Feb 23 08:42:00.136 INFO E| Downloaded anyhow v1.0.62
31982025-02-23T08:42:00.973Z[ helios-setup] Feb 23 08:42:00.142 INFO E| Downloaded bytes v1.2.1
31992025-02-23T08:42:01.060Z[ helios-setup] Feb 23 08:42:00.229 INFO E| Compiling typenum v1.15.0
32002025-02-23T08:42:01.060Z[ helios-setup] Feb 23 08:42:00.229 INFO E| Compiling version_check v0.9.4
32012025-02-23T08:42:01.063Z[ helios-setup] Feb 23 08:42:00.229 INFO E| Compiling crc32fast v1.3.2
32022025-02-23T08:42:01.063Z[ helios-setup] Feb 23 08:42:00.230 INFO E| Compiling cfg-if v1.0.0
32032025-02-23T08:42:01.063Z[ helios-setup] Feb 23 08:42:00.230 INFO E| Compiling adler v1.0.2
32042025-02-23T08:42:01.063Z[ helios-setup] Feb 23 08:42:00.230 INFO E| Compiling anyhow v1.0.62
32052025-02-23T08:42:01.063Z[ helios-setup] Feb 23 08:42:00.230 INFO E| Compiling cpufeatures v0.2.5
32062025-02-23T08:42:01.065Z[ helios-setup] Feb 23 08:42:00.233 INFO E| Compiling unicode-width v0.1.10
32072025-02-23T08:42:01.495Z[ host-package] Compiling tabled v0.18.0
32082025-02-23T08:42:01.523Z[ helios-setup] Feb 23 08:42:00.692 INFO E| Compiling miniz_oxide v0.6.2
32092025-02-23T08:42:01.631Z[ helios-setup] Feb 23 08:42:00.799 INFO E| Compiling getopts v0.2.21
32102025-02-23T08:42:01.795Z[ helios-setup] Feb 23 08:42:00.964 INFO E| Compiling bytes v1.2.1
32112025-02-23T08:42:01.952Z[ helios-setup] Feb 23 08:42:01.120 INFO E| Compiling bitflags v1.3.2
32122025-02-23T08:42:02.849Z[ helios-setup] Feb 23 08:42:02.017 INFO E| Compiling generic-array v0.14.6
32132025-02-23T08:42:03.374Z[ helios-setup] Feb 23 08:42:02.543 INFO E| Compiling flate2 v1.0.25
32142025-02-23T08:42:04.809Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
32152025-02-23T08:42:06.022Z[ host-package] Compiling hyper-staticfile v0.10.1
32162025-02-23T08:42:06.609Z[ helios-setup] Feb 23 08:42:05.776 INFO E| Compiling crypto-common v0.1.6
32172025-02-23T08:42:06.609Z[ helios-setup] Feb 23 08:42:05.776 INFO E| Compiling block-buffer v0.10.3
32182025-02-23T08:42:06.937Z[ helios-setup] Feb 23 08:42:06.105 INFO E| Compiling digest v0.10.3
32192025-02-23T08:42:07.315Z[ helios-setup] Feb 23 08:42:06.482 INFO E| Compiling sha2 v0.10.5
32202025-02-23T08:42:07.916Z[ helios-setup] Feb 23 08:42:07.083 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32212025-02-23T08:42:08.872Z[ host-package] Compiling sled v0.34.7
32222025-02-23T08:42:12.744Z[ helios-setup] Feb 23 08:42:11.911 INFO E| Finished `release` profile [optimized] target(s) in 12.16s
32232025-02-23T08:42:12.761Z[ helios-setup] Feb 23 08:42:11.928 INFO building project "bootserver" ok (12 seconds)
32242025-02-23T08:42:12.762Z[ helios-setup] Feb 23 08:42:11.928 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32252025-02-23T08:42:12.762Z[ helios-setup] Feb 23 08:42:11.928 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32262025-02-23T08:42:13.020Z[ helios-setup] Feb 23 08:42:12.187 INFO E| Downloading crates ...
32272025-02-23T08:42:13.076Z[ helios-setup] Feb 23 08:42:12.242 INFO E| Downloaded miniz_oxide v0.7.2
32282025-02-23T08:42:13.146Z[ helios-setup] Feb 23 08:42:12.313 INFO E| Compiling adler v1.0.2
32292025-02-23T08:42:13.307Z[ helios-setup] Feb 23 08:42:12.473 INFO E| Compiling miniz_oxide v0.7.2
32302025-02-23T08:42:15.727Z[ helios-setup] Feb 23 08:42:14.893 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32312025-02-23T08:42:16.525Z[ helios-setup] Feb 23 08:42:15.691 INFO E| Finished `release` profile [optimized] target(s) in 3.66s
32322025-02-23T08:42:16.536Z[ helios-setup] Feb 23 08:42:15.702 INFO building project "pinprick" ok (3 seconds)
32332025-02-23T08:42:16.536Z[ helios-setup] Feb 23 08:42:15.702 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32342025-02-23T08:42:16.536Z[ helios-setup] Feb 23 08:42:15.702 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32352025-02-23T08:42:16.546Z[ helios-setup] Feb 23 08:42:15.712 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32362025-02-23T08:42:16.757Z[ helios-setup] Feb 23 08:42:15.921 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32372025-02-23T08:42:16.759Z[ helios-setup] Feb 23 08:42:15.921 INFO E| info: downloading component 'cargo'
32382025-02-23T08:42:17.511Z[ helios-setup] Feb 23 08:42:16.676 INFO E| info: downloading component 'clippy'
32392025-02-23T08:42:17.729Z[ helios-setup] Feb 23 08:42:16.893 INFO E| info: downloading component 'rust-docs'
32402025-02-23T08:42:17.937Z[ host-package] Compiling hickory-client v0.24.3
32412025-02-23T08:42:18.692Z[ helios-setup] Feb 23 08:42:17.834 INFO E| info: downloading component 'rust-src'
32422025-02-23T08:42:18.828Z[ helios-setup] Feb 23 08:42:17.989 INFO E| info: downloading component 'rust-std'
32432025-02-23T08:42:20.385Z[ helios-setup] Feb 23 08:42:19.550 INFO E| info: downloading component 'rustc'
32442025-02-23T08:42:21.049Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32452025-02-23T08:42:21.511Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32462025-02-23T08:42:22.292Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32472025-02-23T08:42:22.354Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32482025-02-23T08:42:23.748Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32492025-02-23T08:42:24.240Z[ helios-setup] Feb 23 08:42:23.404 INFO E| info: downloading component 'rustfmt'
32502025-02-23T08:42:24.449Z[ helios-setup] Feb 23 08:42:23.612 INFO E| info: installing component 'cargo'
32512025-02-23T08:42:25.728Z[ helios-setup] Feb 23 08:42:24.891 INFO E| info: installing component 'clippy'
32522025-02-23T08:42:25.734Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
32532025-02-23T08:42:26.149Z[ helios-setup] Feb 23 08:42:25.312 INFO E| info: installing component 'rust-docs'
32542025-02-23T08:42:27.514Z[ host-package] Compiling hickory-server v0.24.3
32552025-02-23T08:42:27.933Z[ host-package] Compiling primeorder v0.13.6
32562025-02-23T08:42:28.658Z[ host-package] Compiling castaway v0.2.3
32572025-02-23T08:42:28.896Z[ host-package] Compiling vergen v8.3.2
32582025-02-23T08:42:29.329Z[ host-package] Compiling env_filter v0.1.2
32592025-02-23T08:42:30.675Z[ host-package] Compiling cargo-platform v0.1.8
32602025-02-23T08:42:30.799Z[ helios-setup] Feb 23 08:42:29.962 INFO E| info: installing component 'rust-src'
32612025-02-23T08:42:31.203Z[ host-package] Compiling tough v0.19.0
32622025-02-23T08:42:31.248Z[ host-package] Compiling cargo_metadata v0.18.1
32632025-02-23T08:42:31.408Z[ helios-setup] Feb 23 08:42:30.570 INFO E| info: installing component 'rust-std'
32642025-02-23T08:42:34.005Z[ helios-setup] Feb 23 08:42:33.163 INFO E| info: installing component 'rustc'
32652025-02-23T08:42:34.508Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32662025-02-23T08:42:36.138Z[ host-package] Compiling git2 v0.19.0
32672025-02-23T08:42:40.404Z[ helios-setup] Feb 23 08:42:39.558 INFO E| info: installing component 'rustfmt'
32682025-02-23T08:42:41.413Z[ helios-setup] Feb 23 08:42:40.573 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32692025-02-23T08:42:42.303Z[ helios-setup] Feb 23 08:42:41.463 INFO E| From https://github.com/oxidecomputer/amd-apcb
32702025-02-23T08:42:42.303Z[ helios-setup] Feb 23 08:42:41.463 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
32712025-02-23T08:42:42.303Z[ helios-setup] Feb 23 08:42:41.463 INFO E| * [new tag] v0.4.5 -> v0.4.5
32722025-02-23T08:42:42.333Z[ helios-setup] Feb 23 08:42:41.493 INFO E| * [new tag] v0.1.3 -> v0.1.3
32732025-02-23T08:42:42.337Z[ helios-setup] Feb 23 08:42:41.493 INFO E| * [new tag] v0.1.4 -> v0.1.4
32742025-02-23T08:42:42.337Z[ helios-setup] Feb 23 08:42:41.493 INFO E| * [new tag] v0.1.5 -> v0.1.5
32752025-02-23T08:42:42.337Z[ helios-setup] Feb 23 08:42:41.493 INFO E| * [new tag] v0.2.0 -> v0.2.0
32762025-02-23T08:42:42.337Z[ helios-setup] Feb 23 08:42:41.493 INFO E| * [new tag] v0.3.0 -> v0.3.0
32772025-02-23T08:42:42.337Z[ helios-setup] Feb 23 08:42:41.493 INFO E| * [new tag] v0.3.1 -> v0.3.1
32782025-02-23T08:42:42.338Z[ helios-setup] Feb 23 08:42:41.494 INFO E| * [new tag] v0.3.2 -> v0.3.2
32792025-02-23T08:42:42.338Z[ helios-setup] Feb 23 08:42:41.494 INFO E| * [new tag] v0.3.3 -> v0.3.3
32802025-02-23T08:42:42.338Z[ helios-setup] Feb 23 08:42:41.494 INFO E| * [new tag] v0.4.0 -> v0.4.0
32812025-02-23T08:42:42.338Z[ helios-setup] Feb 23 08:42:41.494 INFO E| * [new tag] v0.4.1 -> v0.4.1
32822025-02-23T08:42:42.338Z[ helios-setup] Feb 23 08:42:41.494 INFO E| * [new tag] v0.4.2 -> v0.4.2
32832025-02-23T08:42:42.338Z[ helios-setup] Feb 23 08:42:41.494 INFO E| * [new tag] v0.4.3 -> v0.4.3
32842025-02-23T08:42:42.338Z[ helios-setup] Feb 23 08:42:41.494 INFO E| * [new tag] v0.4.4 -> v0.4.4
32852025-02-23T08:42:42.374Z[ helios-setup] Feb 23 08:42:41.534 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32862025-02-23T08:42:43.295Z[ helios-setup] Feb 23 08:42:42.455 INFO E| From https://github.com/oxidecomputer/amd-efs
32872025-02-23T08:42:43.295Z[ helios-setup] Feb 23 08:42:42.455 INFO E| * [new branch] empty -> origin/empty
32882025-02-23T08:42:43.295Z[ helios-setup] Feb 23 08:42:42.455 INFO E| * [new branch] issue-99 -> origin/issue-99
32892025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.455 INFO E| * [new branch] main -> origin/main
32902025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.455 INFO E| * [new branch] review -> origin/review
32912025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.455 INFO E| * [new ref] -> origin/HEAD
32922025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.456 INFO E| * [new tag] v0.2.0 -> v0.2.0
32932025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.456 INFO E| * [new tag] v0.2.1 -> v0.2.1
32942025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.456 INFO E| * [new tag] v0.2.2 -> v0.2.2
32952025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.456 INFO E| * [new tag] v0.2.3 -> v0.2.3
32962025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.456 INFO E| * [new tag] v0.2.4 -> v0.2.4
32972025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.457 INFO E| * [new tag] v0.2.5 -> v0.2.5
32982025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.457 INFO E| * [new tag] v0.2.6 -> v0.2.6
32992025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.457 INFO E| * [new tag] v0.2.7 -> v0.2.7
33002025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.457 INFO E| * [new tag] v0.3.0 -> v0.3.0
33012025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.457 INFO E| * [new tag] v0.3.1 -> v0.3.1
33022025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.457 INFO E| * [new tag] v0.4.0 -> v0.4.0
33032025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.457 INFO E| * [new tag] v0.4.1 -> v0.4.1
33042025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.458 INFO E| * [new tag] v0.4.2 -> v0.4.2
33052025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.458 INFO E| * [new tag] v0.4.3 -> v0.4.3
33062025-02-23T08:42:43.298Z[ helios-setup] Feb 23 08:42:42.458 INFO E| * [new tag] v0.4.4 -> v0.4.4
33072025-02-23T08:42:43.320Z[ helios-setup] Feb 23 08:42:42.479 INFO E| Updating crates.io index
33082025-02-23T08:42:43.912Z[ helios-setup] Feb 23 08:42:43.072 INFO E| Downloading crates ...
33092025-02-23T08:42:44.011Z[ helios-setup] Feb 23 08:42:43.170 INFO E| Downloaded autocfg v1.4.0
33102025-02-23T08:42:44.014Z[ helios-setup] Feb 23 08:42:43.174 INFO E| Downloaded num-traits v0.2.19
33112025-02-23T08:42:44.024Z[ helios-setup] Feb 23 08:42:43.184 INFO E| Downloaded memoffset v0.5.6
33122025-02-23T08:42:44.041Z[ helios-setup] Feb 23 08:42:43.200 INFO E| Downloaded scroll_derive v0.10.5
33132025-02-23T08:42:44.044Z[ helios-setup] Feb 23 08:42:43.203 INFO E| Downloaded unic-ucd-version v0.9.0
33142025-02-23T08:42:44.047Z[ helios-setup] Feb 23 08:42:43.204 INFO E| Downloaded unic-char-range v0.9.0
33152025-02-23T08:42:44.049Z[ helios-setup] Feb 23 08:42:43.207 INFO E| Downloaded unic-char-property v0.9.0
33162025-02-23T08:42:44.051Z[ helios-setup] Feb 23 08:42:43.209 INFO E| Downloaded once_cell v1.20.2
33172025-02-23T08:42:44.054Z[ helios-setup] Feb 23 08:42:43.212 INFO E| Downloaded unic-common v0.9.0
33182025-02-23T08:42:44.054Z[ helios-setup] Feb 23 08:42:43.213 INFO E| Downloaded block-buffer v0.10.4
33192025-02-23T08:42:44.057Z[ helios-setup] Feb 23 08:42:43.214 INFO E| Downloaded atty v0.2.14
33202025-02-23T08:42:44.057Z[ helios-setup] Feb 23 08:42:43.215 INFO E| Downloaded strum v0.23.0
33212025-02-23T08:42:44.059Z[ helios-setup] Feb 23 08:42:43.216 INFO E| Downloaded lazy_static v1.5.0
33222025-02-23T08:42:44.059Z[ helios-setup] Feb 23 08:42:43.218 INFO E| Downloaded itoa v1.0.14
33232025-02-23T08:42:44.062Z[ helios-setup] Feb 23 08:42:43.220 INFO E| Downloaded heck v0.3.3
33242025-02-23T08:42:44.062Z[ helios-setup] Feb 23 08:42:43.221 INFO E| Downloaded digest v0.10.7
33252025-02-23T08:42:44.065Z[ helios-setup] Feb 23 08:42:43.223 INFO E| Downloaded json5 v0.4.1
33262025-02-23T08:42:44.067Z[ helios-setup] Feb 23 08:42:43.225 INFO E| Downloaded num-derive v0.4.2
33272025-02-23T08:42:44.094Z[ helios-setup] Feb 23 08:42:43.254 INFO E| Downloaded thiserror-impl v2.0.11
33282025-02-23T08:42:44.097Z[ helios-setup] Feb 23 08:42:43.256 INFO E| Downloaded strsim v0.8.0
33292025-02-23T08:42:44.099Z[ helios-setup] Feb 23 08:42:43.258 INFO E| Downloaded plain v0.2.3
33302025-02-23T08:42:44.102Z[ helios-setup] Feb 23 08:42:43.260 INFO E| Downloaded pest_generator v2.7.15
33312025-02-23T08:42:44.105Z[ helios-setup] Feb 23 08:42:43.263 INFO E| Downloaded strum_macros v0.23.1
33322025-02-23T08:42:44.107Z[ helios-setup] Feb 23 08:42:43.266 INFO E| Downloaded static_assertions v1.1.0
33332025-02-23T08:42:44.109Z[ helios-setup] Feb 23 08:42:43.268 INFO E| Downloaded version_check v0.9.5
33342025-02-23T08:42:44.112Z[ helios-setup] Feb 23 08:42:43.271 INFO E| Downloaded thiserror-impl v1.0.69
33352025-02-23T08:42:44.115Z[ helios-setup] Feb 23 08:42:43.273 INFO E| Downloaded thiserror v1.0.69
33362025-02-23T08:42:44.121Z[ host-package] Compiling env_logger v0.11.5
33372025-02-23T08:42:44.124Z[ helios-setup] Feb 23 08:42:43.283 INFO E| Downloaded vec_map v0.8.2
33382025-02-23T08:42:44.126Z[ helios-setup] Feb 23 08:42:43.284 INFO E| Downloaded quote v1.0.38
33392025-02-23T08:42:44.129Z[ helios-setup] Feb 23 08:42:43.288 INFO E| Downloaded unic-ucd-ident v0.9.0
33402025-02-23T08:42:44.137Z[ helios-setup] Feb 23 08:42:43.291 INFO E| Downloaded scroll v0.10.2
33412025-02-23T08:42:44.137Z[ helios-setup] Feb 23 08:42:43.293 INFO E| Downloaded pre-proc-macro v0.2.1
33422025-02-23T08:42:44.137Z[ helios-setup] Feb 23 08:42:43.296 INFO E| Downloaded thiserror v2.0.11
33432025-02-23T08:42:44.146Z[ helios-setup] Feb 23 08:42:43.306 INFO E| Downloaded textwrap v0.11.0
33442025-02-23T08:42:44.157Z[ helios-setup] Feb 23 08:42:43.308 INFO E| Downloaded sha2 v0.10.8
33452025-02-23T08:42:44.157Z[ helios-setup] Feb 23 08:42:43.312 INFO E| Downloaded serde_derive_internals v0.29.1
33462025-02-23T08:42:44.161Z[ helios-setup] Feb 23 08:42:43.314 INFO E| Downloaded toml v0.5.11
33472025-02-23T08:42:44.161Z[ helios-setup] Feb 23 08:42:43.318 INFO E| Downloaded structopt v0.3.26
33482025-02-23T08:42:44.172Z[ helios-setup] Feb 23 08:42:43.330 INFO E| Downloaded zerocopy v0.6.6
33492025-02-23T08:42:44.178Z[ helios-setup] Feb 23 08:42:43.337 INFO E| Downloaded unicode-ident v1.0.14
33502025-02-23T08:42:44.178Z[ helios-setup] Feb 23 08:42:43.338 INFO E| Downloaded proc-macro2 v1.0.93
33512025-02-23T08:42:44.182Z[ helios-setup] Feb 23 08:42:43.341 INFO E| Downloaded ucd-trie v0.1.7
33522025-02-23T08:42:44.185Z[ helios-setup] Feb 23 08:42:43.343 INFO E| Downloaded typenum v1.17.0
33532025-02-23T08:42:44.188Z[ helios-setup] Feb 23 08:42:43.347 INFO E| Downloaded serde_derive v1.0.217
33542025-02-23T08:42:44.192Z[ helios-setup] Feb 23 08:42:43.351 INFO E| Downloaded memchr v2.7.4
33552025-02-23T08:42:44.200Z[ helios-setup] Feb 23 08:42:43.360 INFO E| Downloaded unicode-segmentation v1.12.0
33562025-02-23T08:42:44.205Z[ helios-setup] Feb 23 08:42:43.365 INFO E| Downloaded serde v1.0.217
33572025-02-23T08:42:44.210Z[ helios-setup] Feb 23 08:42:43.370 INFO E| Downloaded schemars v0.8.21
33582025-02-23T08:42:44.229Z[ helios-setup] Feb 23 08:42:43.388 INFO E| Downloaded serde_json v1.0.135
33592025-02-23T08:42:44.239Z[ helios-setup] Feb 23 08:42:43.398 INFO E| Downloaded goblin v0.4.3
33602025-02-23T08:42:44.248Z[ helios-setup] Feb 23 08:42:43.407 INFO E| Downloaded clap v2.34.0
33612025-02-23T08:42:44.258Z[ helios-setup] Feb 23 08:42:43.418 INFO E| Downloaded pest v2.7.15
33622025-02-23T08:42:44.267Z[ helios-setup] Feb 23 08:42:43.426 INFO E| Downloaded unicode-width v0.1.14
33632025-02-23T08:42:44.277Z[ helios-setup] Feb 23 08:42:43.435 INFO E| Downloaded syn v2.0.96
33642025-02-23T08:42:44.294Z[ helios-setup] Feb 23 08:42:43.453 INFO E| Downloaded syn v1.0.109
33652025-02-23T08:42:44.309Z[ helios-setup] Feb 23 08:42:43.468 INFO E| Downloaded zerocopy-derive v0.6.6
33662025-02-23T08:42:44.323Z[ helios-setup] Feb 23 08:42:43.483 INFO E| Downloaded libc v0.2.169
33672025-02-23T08:42:44.378Z[ helios-setup] Feb 23 08:42:43.538 INFO E| Downloaded pest_meta v2.7.15
33682025-02-23T08:42:44.394Z[ helios-setup] Feb 23 08:42:43.542 INFO E| Downloaded ryu v1.0.18
33692025-02-23T08:42:44.394Z[ helios-setup] Feb 23 08:42:43.546 INFO E| Downloaded proc-macro-error v1.0.4
33702025-02-23T08:42:44.396Z[ helios-setup] Feb 23 08:42:43.551 INFO E| Downloaded pest_derive v2.7.15
33712025-02-23T08:42:44.396Z[ helios-setup] Feb 23 08:42:43.554 INFO E| Downloaded modular-bitfield v0.11.2
33722025-02-23T08:42:44.411Z[ helios-setup] Feb 23 08:42:43.570 INFO E| Downloaded schemars_derive v0.8.21
33732025-02-23T08:42:44.413Z[ helios-setup] Feb 23 08:42:43.572 INFO E| Downloaded rustversion v1.0.19
33742025-02-23T08:42:44.417Z[ helios-setup] Feb 23 08:42:43.576 INFO E| Downloaded rustc_version v0.2.3
33752025-02-23T08:42:44.419Z[ helios-setup] Feb 23 08:42:43.577 INFO E| Downloaded pre v0.2.1
33762025-02-23T08:42:44.422Z[ helios-setup] Feb 23 08:42:43.579 INFO E| Downloaded generic-array v0.14.7
33772025-02-23T08:42:44.422Z[ helios-setup] Feb 23 08:42:43.581 INFO E| Downloaded bytesize v1.3.0
33782025-02-23T08:42:44.424Z[ helios-setup] Feb 23 08:42:43.582 INFO E| Downloaded ansi_term v0.12.1
33792025-02-23T08:42:44.426Z[ helios-setup] Feb 23 08:42:43.585 INFO E| Downloaded structopt-derive v0.4.18
33802025-02-23T08:42:44.429Z[ helios-setup] Feb 23 08:42:43.587 INFO E| Downloaded semver-parser v0.7.0
33812025-02-23T08:42:44.429Z[ helios-setup] Feb 23 08:42:43.588 INFO E| Downloaded semver v0.9.0
33822025-02-23T08:42:44.432Z[ helios-setup] Feb 23 08:42:43.590 INFO E| Downloaded proc-macro-crate v0.1.5
33832025-02-23T08:42:44.432Z[ helios-setup] Feb 23 08:42:43.591 INFO E| Downloaded log v0.4.22
33842025-02-23T08:42:44.435Z[ helios-setup] Feb 23 08:42:43.594 INFO E| Downloaded proc-macro-error-attr v1.0.4
33852025-02-23T08:42:44.438Z[ helios-setup] Feb 23 08:42:43.596 INFO E| Downloaded four-cc v0.3.0
33862025-02-23T08:42:44.444Z[ helios-setup] Feb 23 08:42:43.597 INFO E| Downloaded paste v1.0.15
33872025-02-23T08:42:44.444Z[ helios-setup] Feb 23 08:42:43.602 INFO E| Downloaded bitflags v1.3.2
33882025-02-23T08:42:44.448Z[ helios-setup] Feb 23 08:42:43.606 INFO E| Downloaded modular-bitfield-impl v0.11.2
33892025-02-23T08:42:44.453Z[ helios-setup] Feb 23 08:42:43.608 INFO E| Downloaded fletcher v0.1.0
33902025-02-23T08:42:44.453Z[ helios-setup] Feb 23 08:42:43.610 INFO E| Downloaded cfg-if v1.0.0
33912025-02-23T08:42:44.458Z[ helios-setup] Feb 23 08:42:43.611 INFO E| Downloaded byteorder v1.5.0
33922025-02-23T08:42:44.458Z[ helios-setup] Feb 23 08:42:43.613 INFO E| Downloaded dyn-clone v1.0.17
33932025-02-23T08:42:44.458Z[ helios-setup] Feb 23 08:42:43.616 INFO E| Downloaded crypto-common v0.1.6
33942025-02-23T08:42:44.460Z[ helios-setup] Feb 23 08:42:43.617 INFO E| Downloaded cpufeatures v0.2.16
33952025-02-23T08:42:44.461Z[ helios-setup] Feb 23 08:42:43.619 INFO E| Downloaded cfg-if v0.1.10
33962025-02-23T08:42:44.463Z[ helios-setup] Feb 23 08:42:43.621 INFO E| Downloaded parse_int v0.6.0
33972025-02-23T08:42:44.615Z[ helios-setup] Feb 23 08:42:43.774 INFO E| Compiling proc-macro2 v1.0.93
33982025-02-23T08:42:44.615Z[ helios-setup] Feb 23 08:42:43.774 INFO E| Compiling unicode-ident v1.0.14
33992025-02-23T08:42:44.615Z[ helios-setup] Feb 23 08:42:43.774 INFO E| Compiling syn v1.0.109
34002025-02-23T08:42:44.618Z[ helios-setup] Feb 23 08:42:43.775 INFO E| Compiling version_check v0.9.5
34012025-02-23T08:42:44.618Z[ helios-setup] Feb 23 08:42:43.775 INFO E| Compiling memchr v2.7.4
34022025-02-23T08:42:44.618Z[ helios-setup] Feb 23 08:42:43.775 INFO E| Compiling semver-parser v0.7.0
34032025-02-23T08:42:44.619Z[ helios-setup] Feb 23 08:42:43.775 INFO E| Compiling autocfg v1.4.0
34042025-02-23T08:42:44.619Z[ helios-setup] Feb 23 08:42:43.775 INFO E| Compiling serde v1.0.217
34052025-02-23T08:42:45.193Z[ host-package] Compiling compact_str v0.8.0
34062025-02-23T08:42:46.097Z[ helios-setup] Feb 23 08:42:45.255 INFO E| Compiling semver v0.9.0
34072025-02-23T08:42:46.201Z[ host-package] Compiling p384 v0.13.0
34082025-02-23T08:42:46.313Z[ helios-setup] Feb 23 08:42:45.472 INFO E| Compiling proc-macro-error-attr v1.0.4
34092025-02-23T08:42:46.313Z[ helios-setup] Feb 23 08:42:45.472 INFO E| Compiling proc-macro-error v1.0.4
34102025-02-23T08:42:46.662Z[ helios-setup] Feb 23 08:42:45.820 INFO E| Compiling rustc_version v0.2.3
34112025-02-23T08:42:46.961Z[ helios-setup] Feb 23 08:42:46.120 INFO E| Compiling thiserror v2.0.11
34122025-02-23T08:42:46.987Z[ helios-setup] Feb 23 08:42:46.146 INFO E| Compiling serde_json v1.0.135
34132025-02-23T08:42:47.312Z[ helios-setup] Feb 23 08:42:46.471 INFO E| Compiling num-traits v0.2.19
34142025-02-23T08:42:47.506Z[ helios-setup] Feb 23 08:42:46.664 INFO E| Compiling ryu v1.0.18
34152025-02-23T08:42:47.828Z[ helios-setup] Feb 23 08:42:46.986 INFO E| Compiling quote v1.0.38
34162025-02-23T08:42:48.112Z[ helios-setup] Feb 23 08:42:47.271 INFO E| Compiling unicode-segmentation v1.12.0
34172025-02-23T08:42:48.261Z[ helios-setup] Feb 23 08:42:47.419 INFO E| Compiling schemars v0.8.21
34182025-02-23T08:42:48.350Z[ helios-setup] Feb 23 08:42:47.509 INFO E| Compiling itoa v1.0.14
34192025-02-23T08:42:48.945Z[ helios-setup] Feb 23 08:42:48.102 INFO E| Compiling syn v2.0.96
34202025-02-23T08:42:49.083Z[ helios-setup] Feb 23 08:42:48.240 INFO E| Compiling pre-proc-macro v0.2.1
34212025-02-23T08:42:49.132Z[ helios-setup] Feb 23 08:42:48.291 INFO E| Compiling memoffset v0.5.6
34222025-02-23T08:42:49.320Z[ helios-setup] Feb 23 08:42:48.478 INFO E| Compiling dyn-clone v1.0.17
34232025-02-23T08:42:49.951Z[ helios-setup] Feb 23 08:42:49.107 INFO E| Compiling heck v0.3.3
34242025-02-23T08:42:49.989Z[ helios-setup] Feb 23 08:42:49.144 INFO E| Compiling paste v1.0.15
34252025-02-23T08:42:50.080Z[ helios-setup] Feb 23 08:42:49.228 INFO E| Compiling rustversion v1.0.19
34262025-02-23T08:42:50.104Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272025-02-23T08:42:50.316Z[ helios-setup] Feb 23 08:42:49.474 INFO E| Compiling thiserror v1.0.69
34282025-02-23T08:42:50.813Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34292025-02-23T08:42:50.908Z[ helios-setup] Feb 23 08:42:50.066 INFO E| Compiling ucd-trie v0.1.7
34302025-02-23T08:42:51.000Z[ helios-setup] Feb 23 08:42:50.158 INFO E| Compiling lazy_static v1.5.0
34312025-02-23T08:42:51.000Z[ helios-setup] Feb 23 08:42:50.158 INFO E| Compiling libc v0.2.169
34322025-02-23T08:42:51.907Z[ helios-setup] Feb 23 08:42:51.065 INFO E| Compiling pre v0.2.1
34332025-02-23T08:42:51.998Z[ helios-setup] Feb 23 08:42:51.156 INFO E| Compiling byteorder v1.5.0
34342025-02-23T08:42:52.528Z[ helios-setup] Feb 23 08:42:51.684 INFO E| Compiling cfg-if v0.1.10
34352025-02-23T08:42:52.658Z[ helios-setup] Feb 23 08:42:51.815 INFO E| Compiling static_assertions v1.1.0
34362025-02-23T08:42:52.721Z[ helios-setup] Feb 23 08:42:51.879 INFO E| Compiling once_cell v1.20.2
34372025-02-23T08:42:53.675Z[ helios-setup] Feb 23 08:42:52.829 INFO E| Compiling unicode-width v0.1.14
34382025-02-23T08:42:54.609Z[ helios-setup] Feb 23 08:42:53.766 INFO E| Compiling atty v0.2.14
34392025-02-23T08:42:54.663Z[ helios-setup] Feb 23 08:42:53.820 INFO E| Compiling textwrap v0.11.0
34402025-02-23T08:42:54.856Z[ helios-setup] Feb 23 08:42:54.013 INFO E| Compiling bitflags v1.3.2
34412025-02-23T08:42:54.985Z[ helios-setup] Feb 23 08:42:54.142 INFO E| Compiling vec_map v0.8.2
34422025-02-23T08:42:55.306Z[ helios-setup] Feb 23 08:42:54.463 INFO E| Compiling ansi_term v0.12.1
34432025-02-23T08:42:55.768Z[ helios-setup] Feb 23 08:42:54.925 INFO E| Compiling parse_int v0.6.0
34442025-02-23T08:42:55.878Z[ helios-setup] Feb 23 08:42:55.034 INFO E| Compiling fletcher v0.1.0
34452025-02-23T08:42:55.933Z[ helios-setup] Feb 23 08:42:55.089 INFO E| Compiling strsim v0.8.0
34462025-02-23T08:42:56.032Z[ helios-setup] Feb 23 08:42:55.188 INFO E| Compiling strum v0.23.0
34472025-02-23T08:42:56.112Z[ helios-setup] Feb 23 08:42:55.268 INFO E| Compiling unic-char-range v0.9.0
34482025-02-23T08:42:56.401Z[ helios-setup] Feb 23 08:42:55.556 INFO E| Compiling unic-common v0.9.0
34492025-02-23T08:42:56.444Z[ helios-setup] Feb 23 08:42:55.599 INFO E| Compiling unic-char-property v0.9.0
34502025-02-23T08:42:56.444Z[ helios-setup] Feb 23 08:42:55.599 INFO E| Compiling clap v2.34.0
34512025-02-23T08:42:56.564Z[ helios-setup] Feb 23 08:42:55.720 INFO E| Compiling unic-ucd-version v0.9.0
34522025-02-23T08:42:56.691Z[ helios-setup] Feb 23 08:42:55.845 INFO E| Compiling plain v0.2.3
34532025-02-23T08:42:56.824Z[ helios-setup] Feb 23 08:42:55.980 INFO E| Compiling log v0.4.22
34542025-02-23T08:42:56.967Z[ helios-setup] Feb 23 08:42:56.124 INFO E| Compiling unic-ucd-ident v0.9.0
34552025-02-23T08:42:57.308Z[ helios-setup] Feb 23 08:42:56.464 INFO E| Compiling bytesize v1.3.0
34562025-02-23T08:42:58.530Z[ helios-setup] Feb 23 08:42:57.672 INFO E| Compiling serde_derive_internals v0.29.1
34572025-02-23T08:42:59.687Z[ helios-setup] Feb 23 08:42:58.843 INFO E| Compiling toml v0.5.11
34582025-02-23T08:43:03.161Z[ helios-setup] Feb 23 08:43:02.316 INFO E| Compiling proc-macro-crate v0.1.5
34592025-02-23T08:43:04.036Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34602025-02-23T08:43:04.583Z[ helios-setup] Feb 23 08:43:03.738 INFO E| Compiling serde_derive v1.0.217
34612025-02-23T08:43:04.583Z[ helios-setup] Feb 23 08:43:03.738 INFO E| Compiling thiserror-impl v2.0.11
34622025-02-23T08:43:04.587Z[ helios-setup] Feb 23 08:43:03.738 INFO E| Compiling schemars_derive v0.8.21
34632025-02-23T08:43:05.879Z[ helios-setup] Feb 23 08:43:05.034 INFO E| Compiling zerocopy-derive v0.6.6
34642025-02-23T08:43:06.872Z[ helios-setup] Feb 23 08:43:06.027 INFO E| Compiling thiserror-impl v1.0.69
34652025-02-23T08:43:08.631Z[ helios-setup] Feb 23 08:43:07.784 INFO E| Compiling num-derive v0.4.2
34662025-02-23T08:43:09.476Z[ helios-setup] Feb 23 08:43:08.627 INFO E| Compiling zerocopy v0.6.6
34672025-02-23T08:43:10.010Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34682025-02-23T08:43:10.106Z[ host-package] Compiling unicode-truncate v1.1.0
34692025-02-23T08:43:10.700Z[ host-package] Compiling lru v0.12.5
34702025-02-23T08:43:11.078Z[ host-package] Compiling rand_seeder v0.3.0
34712025-02-23T08:43:11.134Z[ helios-setup] Feb 23 08:43:10.288 INFO E| Compiling pest v2.7.15
34722025-02-23T08:43:11.384Z[ host-package] Compiling libsqlite3-sys v0.30.1
34732025-02-23T08:43:12.213Z[ host-package] Compiling lzma-sys v0.1.20
34742025-02-23T08:43:12.775Z[ host-package] Compiling instability v0.3.2
34752025-02-23T08:43:13.502Z[ helios-setup] Feb 23 08:43:12.654 INFO E| Compiling modular-bitfield-impl v0.11.2
34762025-02-23T08:43:13.610Z[ host-package] Compiling cassowary v0.3.0
34772025-02-23T08:43:13.640Z[ helios-setup] Feb 23 08:43:12.792 INFO E| Compiling scroll_derive v0.10.5
34782025-02-23T08:43:13.899Z[ helios-setup] Feb 23 08:43:13.051 INFO E| Compiling strum_macros v0.23.1
34792025-02-23T08:43:15.298Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34802025-02-23T08:43:15.701Z[ helios-setup] Feb 23 08:43:14.853 INFO E| Compiling structopt-derive v0.4.18
34812025-02-23T08:43:16.365Z[ host-package] Compiling rustls v0.21.12
34822025-02-23T08:43:16.652Z[ helios-setup] Feb 23 08:43:15.804 INFO E| Compiling pest_meta v2.7.15
34832025-02-23T08:43:16.918Z[ host-package] Compiling indoc v2.0.5
34842025-02-23T08:43:17.162Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34852025-02-23T08:43:17.975Z[ helios-setup] Feb 23 08:43:17.127 INFO E| Compiling scroll v0.10.2
34862025-02-23T08:43:18.929Z[ helios-setup] Feb 23 08:43:18.061 INFO E| Compiling modular-bitfield v0.11.2
34872025-02-23T08:43:19.174Z[ host-package] Compiling ratatui v0.29.0
34882025-02-23T08:43:19.297Z[ helios-setup] Feb 23 08:43:18.411 INFO E| Compiling goblin v0.4.3
34892025-02-23T08:43:24.300Z[ helios-setup] Feb 23 08:43:19.131 INFO E| Compiling pest_generator v2.7.15
34902025-02-23T08:43:24.387Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34912025-02-23T08:43:24.387Z[ helios-setup] Feb 23 08:43:20.357 INFO E| Compiling structopt v0.3.26
34922025-02-23T08:43:24.387Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34932025-02-23T08:43:24.387Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34942025-02-23T08:43:24.387Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34952025-02-23T08:43:24.825Z[ helios-setup] Feb 23 08:43:23.976 INFO E| Compiling pest_derive v2.7.15
34962025-02-23T08:43:28.378Z[ helios-setup] Feb 23 08:43:27.528 INFO E| Compiling json5 v0.4.1
34972025-02-23T08:43:30.882Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34982025-02-23T08:43:32.108Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34992025-02-23T08:43:32.229Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35002025-02-23T08:43:32.857Z[ host-package] Compiling rustls-webpki v0.101.7
35012025-02-23T08:43:33.729Z[ host-package] Compiling sct v0.7.1
35022025-02-23T08:43:34.361Z[ host-package] Compiling heck v0.3.3
35032025-02-23T08:43:34.429Z[ helios-setup] Feb 23 08:43:33.578 INFO E| Compiling four-cc v0.3.0
35042025-02-23T08:43:34.446Z[ helios-setup] Feb 23 08:43:33.594 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
35052025-02-23T08:43:34.684Z[ helios-setup] Feb 23 08:43:33.832 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
35062025-02-23T08:43:35.138Z[ host-package] Compiling csv-core v0.1.11
35072025-02-23T08:43:36.444Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
35082025-02-23T08:43:37.042Z[ host-package] Compiling glob v0.3.2
35092025-02-23T08:43:37.422Z[ host-package] Compiling csv v1.3.1
35102025-02-23T08:43:38.415Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35112025-02-23T08:43:40.154Z[ host-package] Compiling zone_cfg_derive v0.1.2
35122025-02-23T08:43:41.687Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35132025-02-23T08:43:44.977Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35142025-02-23T08:43:46.516Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35152025-02-23T08:43:47.071Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35162025-02-23T08:43:50.328Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
35172025-02-23T08:43:54.050Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35182025-02-23T08:43:57.906Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35192025-02-23T08:43:58.460Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35202025-02-23T08:43:58.499Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35212025-02-23T08:43:58.984Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35222025-02-23T08:43:59.644Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35232025-02-23T08:44:00.111Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35242025-02-23T08:44:01.979Z[ host-package] Compiling nix v0.27.1
35252025-02-23T08:44:03.115Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35262025-02-23T08:44:03.589Z[ host-package] Compiling tungstenite v0.23.0
35272025-02-23T08:44:04.168Z[ host-package] Compiling hashlink v0.9.1
35282025-02-23T08:44:04.979Z[ host-package] Compiling base64 v0.13.1
35292025-02-23T08:44:05.011Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
35302025-02-23T08:44:05.435Z[ host-package] Compiling fallible-iterator v0.3.0
35312025-02-23T08:44:05.885Z[ host-package] Compiling ron v0.7.1
35322025-02-23T08:44:06.383Z[ host-package] Compiling rusqlite v0.32.1
35332025-02-23T08:44:06.503Z[ host-package] Compiling tokio-tungstenite v0.23.1
35342025-02-23T08:44:07.071Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35352025-02-23T08:44:07.949Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35362025-02-23T08:44:08.592Z[ host-package] Compiling xz2 v0.1.7
35372025-02-23T08:44:09.882Z[ host-package] Compiling tokio-rustls v0.24.1
35382025-02-23T08:44:10.400Z[ host-package] Compiling zone v0.1.8
35392025-02-23T08:44:11.700Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35402025-02-23T08:44:11.731Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35412025-02-23T08:44:20.436Z[ helios-setup] Feb 23 08:44:19.573 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
35422025-02-23T08:44:20.446Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35432025-02-23T08:44:23.693Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35442025-02-23T08:44:25.740Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35452025-02-23T08:44:26.499Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35462025-02-23T08:44:27.658Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35472025-02-23T08:44:30.051Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35482025-02-23T08:44:30.488Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35492025-02-23T08:44:30.854Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35502025-02-23T08:44:36.058Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35512025-02-23T08:44:36.283Z[ host-package] Compiling rustls-pemfile v1.0.4
35522025-02-23T08:44:37.154Z[ host-package] Compiling signal-hook-tokio v0.3.1
35532025-02-23T08:44:37.264Z[ helios-setup] Feb 23 08:44:36.398 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35542025-02-23T08:44:37.517Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35552025-02-23T08:44:37.985Z[ host-package] Compiling yasna v0.5.2
35562025-02-23T08:44:41.953Z[ host-package] Compiling twox-hash v2.1.0
35572025-02-23T08:44:43.082Z[ host-package] Compiling is_ci v1.2.0
35582025-02-23T08:44:43.145Z[ host-package] Compiling smawk v0.3.2
35592025-02-23T08:44:43.605Z[ host-package] Compiling unicode-linebreak v0.1.5
35602025-02-23T08:44:43.683Z[ host-package] Compiling supports-color v3.0.1
35612025-02-23T08:44:44.341Z[ host-package] Compiling textwrap v0.16.1
35622025-02-23T08:44:47.240Z[ host-package] Compiling rcgen v0.12.1
35632025-02-23T08:44:47.948Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35642025-02-23T08:44:48.073Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35652025-02-23T08:44:56.660Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35662025-02-23T08:44:58.720Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35672025-02-23T08:44:59.447Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35682025-02-23T08:45:16.742Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35692025-02-23T08:45:20.319Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35702025-02-23T08:45:21.065Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35712025-02-23T08:45:23.576Z[ helios-setup] Feb 23 08:45:22.700 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 42s
35722025-02-23T08:45:23.663Z[ helios-setup] Feb 23 08:45:22.787 INFO building project "amd-host-image-builder" ok (187 seconds)
35732025-02-23T08:45:23.666Z[ helios-setup] rm -f helios-build
35742025-02-23T08:45:23.669Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35752025-02-23T08:45:23.672Z[ helios-setup]
35762025-02-23T08:45:23.674Z[ helios-setup] Setup complete! ./helios-build is now available.
35772025-02-23T08:45:23.674Z[ helios-setup]
35782025-02-23T08:45:23.677Z[ helios-setup]
35792025-02-23T08:45:23.677Z[ helios-setup] real 11:35.435105797
35802025-02-23T08:45:23.677ZFeb 23 08:45:22.800 INFO [helios-setup] process exited with exit status: 0 (695.440921624s)
35812025-02-23T08:45:23.677Z[ helios-setup] user 28:16.603094980
35822025-02-23T08:45:23.677Z[ helios-setup] sys 2:45.551251632
35832025-02-23T08:45:23.677Z[ helios-setup] trap 1.713451889
35842025-02-23T08:45:23.677Z[ helios-setup] tflt 5.249623127
35852025-02-23T08:45:23.677Z[ helios-setup] dflt 24.923182569
35862025-02-23T08:45:23.677Z[ helios-setup] kflt 0.000434972
35872025-02-23T08:45:23.677Z[ helios-setup] lock 1:56:34.169477199
35882025-02-23T08:45:23.677Z[ helios-setup] slp 3:27:48.027126918
35892025-02-23T08:45:23.677Z[ helios-setup] lat 30:27.512545453
35902025-02-23T08:45:23.677Z[ helios-setup] stop 4:30.690182889
35912025-02-23T08:45:23.680ZFeb 23 08:45:22.801 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35922025-02-23T08:45:23.710Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35932025-02-23T08:45:23.949Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35942025-02-23T08:45:23.949Z[ phbl-toolchain] info: downloading component 'cargo'
35952025-02-23T08:45:25.041Z[ phbl-toolchain] info: downloading component 'clippy'
35962025-02-23T08:45:25.359Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35972025-02-23T08:45:25.367Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35982025-02-23T08:45:25.963Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35992025-02-23T08:45:29.673Z[ phbl-toolchain] info: downloading component 'miri'
36002025-02-23T08:45:30.100Z[ phbl-toolchain] info: downloading component 'rust-docs'
36012025-02-23T08:45:31.440Z[ phbl-toolchain] info: downloading component 'rust-src'
36022025-02-23T08:45:31.618Z[ phbl-toolchain] info: downloading component 'rust-std'
36032025-02-23T08:45:31.631Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36042025-02-23T08:45:33.637Z[ phbl-toolchain] info: downloading component 'rustc'
36052025-02-23T08:45:41.347Z[ phbl-toolchain] info: downloading component 'rustfmt'
36062025-02-23T08:45:41.700Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36072025-02-23T08:45:41.716Z[ phbl-toolchain] info: installing component 'cargo'
36082025-02-23T08:45:42.107Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
36092025-02-23T08:45:42.944Z[ phbl-toolchain] info: installing component 'clippy'
36102025-02-23T08:45:43.503Z[ phbl-toolchain] info: installing component 'llvm-tools'
36112025-02-23T08:45:45.083Z[ host-package] Compiling fatfs v0.3.6
36122025-02-23T08:45:46.104Z[ host-package] Compiling rtoolbox v0.0.2
36132025-02-23T08:45:46.697Z[ host-package] Compiling subprocess v0.2.9
36142025-02-23T08:45:48.016Z[ host-package] Compiling assert_matches v1.5.0
36152025-02-23T08:45:49.066Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36162025-02-23T08:45:49.244Z[ phbl-toolchain] info: installing component 'miri'
36172025-02-23T08:45:49.625Z[ phbl-toolchain] info: installing component 'rust-docs'
36182025-02-23T08:45:51.838Z[ host-package] Compiling rpassword v7.3.1
36192025-02-23T08:45:52.840Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36202025-02-23T08:45:56.809Z[ phbl-toolchain] info: installing component 'rust-src'
36212025-02-23T08:45:57.596Z[ phbl-toolchain] info: installing component 'rust-std'
36222025-02-23T08:45:57.896Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36232025-02-23T08:46:00.365Z[ phbl-toolchain] info: installing component 'rustc'
36242025-02-23T08:46:01.759Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36252025-02-23T08:46:05.275Z[ host-package] Compiling tui-tree-widget v0.23.0
36262025-02-23T08:46:05.895Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36272025-02-23T08:46:09.474Z[ phbl-toolchain] info: installing component 'rustfmt'
36282025-02-23T08:46:10.365Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36292025-02-23T08:46:10.367ZFeb 23 08:46:09.481 INFO [phbl-toolchain] process exited with exit status: 0 (46.679871551s)
36302025-02-23T08:46:11.910Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36312025-02-23T08:46:12.290Z[ host-package] Compiling uzers v0.12.1
36322025-02-23T08:46:15.412Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36332025-02-23T08:46:19.647Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36342025-02-23T08:46:21.688Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36352025-02-23T08:46:40.984Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36362025-02-23T08:46:49.848Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36372025-02-23T08:46:51.748Z[ host-package] Compiling multimap v0.10.0
36382025-02-23T08:49:14.579Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36392025-02-23T08:56:10.875Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 34s
36402025-02-23T08:57:21.680ZFeb 23 08:57:20.645 INFO [host-package] process exited with exit status: 0 (1305.823783112s)
36412025-02-23T08:57:21.683ZFeb 23 08:57:20.645 INFO [host-stamp] running task
36422025-02-23T08:57:21.683ZFeb 23 08:57:20.646 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36432025-02-23T08:57:21.683ZFeb 23 08:57:20.646 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 13.0.0-0.ci+gitfef44b3229f
36442025-02-23T08:57:21.698ZFeb 23 08:57:20.663 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 13.0.0-0.ci+gitfef44b3229f
36452025-02-23T08:57:21.703Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36462025-02-23T08:57:21.707ZFeb 23 08:57:20.671 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 13.0.0-0.ci+gitfef44b3229f
36472025-02-23T08:57:21.713Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36482025-02-23T08:57:21.717Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36492025-02-23T08:57:21.720ZFeb 23 08:57:20.683 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 13.0.0-0.ci+gitfef44b3229f
36502025-02-23T08:57:21.726Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36512025-02-23T08:57:21.729Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36522025-02-23T08:57:21.731ZFeb 23 08:57:20.694 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 13.0.0-0.ci+gitfef44b3229f
36532025-02-23T08:57:21.741Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36542025-02-23T08:57:21.741ZFeb 23 08:57:20.706 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 13.0.0-0.ci+gitfef44b3229f
36552025-02-23T08:57:21.757Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36562025-02-23T08:57:21.757ZFeb 23 08:57:20.721 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 13.0.0-0.ci+gitfef44b3229f
36572025-02-23T08:57:21.777Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36582025-02-23T08:57:21.780ZFeb 23 08:57:20.741 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 13.0.0-0.ci+gitfef44b3229f
36592025-02-23T08:57:21.790Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36602025-02-23T08:57:21.794Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36612025-02-23T08:57:21.797Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36622025-02-23T08:57:21.800ZFeb 23 08:57:20.762 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (98.842588ms)
36632025-02-23T08:57:21.800ZFeb 23 08:57:20.762 INFO [stamp-oxlog] process exited with exit status: 0 (56.388406ms)
36642025-02-23T08:57:21.800ZFeb 23 08:57:20.762 INFO [stamp-overlay] process exited with exit status: 0 (40.501044ms)
36652025-02-23T08:57:21.810Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36662025-02-23T08:57:21.846Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36672025-02-23T08:57:21.850ZFeb 23 08:57:20.815 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.205291ms)
36682025-02-23T08:57:21.927Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36692025-02-23T08:57:21.930ZFeb 23 08:57:20.895 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (224.101348ms)
36702025-02-23T08:57:22.114Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36712025-02-23T08:57:22.117ZFeb 23 08:57:21.082 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (436.205868ms)
36722025-02-23T08:57:22.946Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36732025-02-23T08:57:22.949Z[recovery-package] Compiling newtype-uuid v1.2.1
36742025-02-23T08:57:22.951ZFeb 23 08:57:21.915 INFO [stamp-propolis-server] process exited with exit status: 0 (1.232066455s)
36752025-02-23T08:57:23.489Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36762025-02-23T08:57:23.827Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36772025-02-23T08:57:23.827Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36782025-02-23T08:57:23.831Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36792025-02-23T08:57:23.870Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36802025-02-23T08:57:24.518Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36812025-02-23T08:57:32.263Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36822025-02-23T08:57:32.267ZFeb 23 08:57:31.229 INFO [stamp-switch-asic] process exited with exit status: 0 (10.487300608s)
36832025-02-23T08:57:32.267ZFeb 23 08:57:31.229 INFO [host-stamp] task succeeded (10.583605687s)
36842025-02-23T08:57:32.267ZFeb 23 08:57:31.229 INFO [host-proto] running task
36852025-02-23T08:57:32.725ZFeb 23 08:57:31.688 INFO [host-proto] task succeeded (458.72429ms)
36862025-02-23T08:57:32.725ZFeb 23 08:57:31.688 INFO [host-profile] running task
36872025-02-23T08:57:32.743ZFeb 23 08:57:31.688 INFO [host-profile] task succeeded (248.109µs)
36882025-02-23T08:57:32.743ZFeb 23 08:57:31.688 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.334' -P /tmp/.tmpd4Sah6/proto/host/root -N 'ci fef44b3/${os_short_commit} 2025-02-23 08:33' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36892025-02-23T08:57:32.748Z[ host-image] Feb 23 08:57:31.710 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36902025-02-23T08:57:32.750Z[ host-image] Feb 23 08:57:31.710 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36912025-02-23T08:57:32.764Z[ host-image] Feb 23 08:57:31.726 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpd4Sah6/proto/host/root"
36922025-02-23T08:57:32.764Z[ host-image] Feb 23 08:57:31.726 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36932025-02-23T08:57:32.766Z[ host-image] Feb 23 08:57:31.726 INFO image builder template: ramdisk-01-os...
36942025-02-23T08:57:32.766Z[ host-image] Feb 23 08:57:31.726 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/.tmpd4Sah6/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.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36952025-02-23T08:57:32.791Z[ host-image] Feb 23 08:57:31.753 INFO O| Feb 23 08:57:31.752 INFO CREATE DATASET: rpool/images/build/host/output
36962025-02-23T08:57:32.918Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36972025-02-23T08:57:32.918Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36982025-02-23T08:57:32.921Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36992025-02-23T08:57:32.921Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37002025-02-23T08:57:33.096Z[ host-image] Feb 23 08:57:32.054 INFO O| Feb 23 08:57:32.054 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37012025-02-23T08:57:33.099Z[ host-image] Feb 23 08:57:32.060 INFO O| Feb 23 08:57:32.060 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37022025-02-23T08:57:33.426Z[ host-image] Feb 23 08:57:32.387 INFO O| Feb 23 08:57:32.387 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37032025-02-23T08:57:33.544Z[ host-image] Feb 23 08:57:32.506 INFO O| Feb 23 08:57:32.506 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37042025-02-23T08:57:33.544Z[ host-image] Feb 23 08:57:32.506 INFO O| Feb 23 08:57:32.506 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37052025-02-23T08:57:33.558Z[ host-image] Feb 23 08:57:32.506 INFO O| Feb 23 08:57:32.506 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37062025-02-23T08:57:33.559Z[ host-image] Feb 23 08:57:32.506 INFO O| Feb 23 08:57:32.506 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37072025-02-23T08:57:33.562Z[ host-image] Feb 23 08:57:32.521 INFO O| Feb 23 08:57:32.521 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37082025-02-23T08:57:33.848Z[ host-image] Feb 23 08:57:32.806 INFO O| Feb 23 08:57:32.806 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37092025-02-23T08:57:33.865Z[ host-image] Feb 23 08:57:32.826 INFO O| Feb 23 08:57:32.826 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37102025-02-23T08:57:34.744Z[ host-image] Feb 23 08:57:33.705 INFO O| Feb 23 08:57:33.705 INFO O| Caching catalogs ... Done
37112025-02-23T08:57:34.879Z[ host-image] Feb 23 08:57:33.840 INFO O| Feb 23 08:57:33.840 INFO STEP 0 (pkg_image_create) COMPLETE
37122025-02-23T08:57:34.879Z[ host-image] Feb 23 08:57:33.840 INFO O| Feb 23 08:57:33.840 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37132025-02-23T08:57:34.882Z[ host-image] Feb 23 08:57:33.840 INFO O| Feb 23 08:57:33.840 INFO skip step because feature "repo_redist" is not enabled
37142025-02-23T08:57:34.882Z[ host-image] Feb 23 08:57:33.840 INFO O| Feb 23 08:57:33.840 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37152025-02-23T08:57:34.897Z[ host-image] Feb 23 08:57:33.858 INFO O| Feb 23 08:57:33.858 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"]
37162025-02-23T08:57:35.563Z[ host-image] Feb 23 08:57:34.524 INFO O| Feb 23 08:57:34.524 INFO STEP 2 (pkg_set_publisher) COMPLETE
37172025-02-23T08:57:35.563Z[ host-image] Feb 23 08:57:34.525 INFO O| Feb 23 08:57:34.524 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182025-02-23T08:57:35.580Z[ host-image] Feb 23 08:57:34.541 INFO O| Feb 23 08:57:34.541 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"]
37192025-02-23T08:57:36.174Z[ host-image] Feb 23 08:57:35.135 INFO O| Feb 23 08:57:35.135 INFO STEP 3 (pkg_set_publisher) COMPLETE
37202025-02-23T08:57:36.177Z[ host-image] Feb 23 08:57:35.135 INFO O| Feb 23 08:57:35.135 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212025-02-23T08:57:36.177Z[ host-image] Feb 23 08:57:35.135 INFO O| Feb 23 08:57:35.135 INFO skip step because feature "repo_redist" is not enabled
37222025-02-23T08:57:36.177Z[ host-image] Feb 23 08:57:35.135 INFO O| Feb 23 08:57:35.135 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232025-02-23T08:57:36.818Z[ host-image] Feb 23 08:57:35.779 INFO O| Feb 23 08:57:35.779 INFO variant opensolaris.zone is already global
37242025-02-23T08:57:36.818Z[ host-image] Feb 23 08:57:35.779 INFO O| Feb 23 08:57:35.779 INFO STEP 5 (pkg_change_variant) COMPLETE
37252025-02-23T08:57:36.832Z[ host-image] Feb 23 08:57:35.779 INFO O| Feb 23 08:57:35.779 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262025-02-23T08:57:37.433Z[ host-image] Feb 23 08:57:36.394 INFO O| Feb 23 08:57:36.394 INFO variant opensolaris.imagetype is full; changing to partial
37272025-02-23T08:57:37.433Z[ host-image] Feb 23 08:57:36.394 INFO O| Feb 23 08:57:36.394 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37282025-02-23T08:57:38.960Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37292025-02-23T08:57:40.966Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37302025-02-23T08:57:41.582Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37312025-02-23T08:57:41.614Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37322025-02-23T08:57:45.108Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37332025-02-23T08:57:46.897Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37342025-02-23T08:57:49.094Z[ host-image] Feb 23 08:57:48.052 INFO O| Feb 23 08:57:48.052 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37352025-02-23T08:57:50.256Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37362025-02-23T08:57:55.944Z[ host-image] Feb 23 08:57:54.901 INFO O| Feb 23 08:57:54.901 INFO O| Startup: Caching catalogs ... Done
37372025-02-23T08:57:56.022Z[ host-image] Feb 23 08:57:54.977 INFO O| Feb 23 08:57:54.977 INFO O| Planning: Planning completed in 0.00 seconds
37382025-02-23T08:57:56.025Z[ host-image] Feb 23 08:57:54.977 INFO O| Feb 23 08:57:54.977 INFO O| Planning: Consolidating action changes ... Done
37392025-02-23T08:57:56.025Z[ host-image] Feb 23 08:57:54.977 INFO O| Feb 23 08:57:54.977 INFO O| Planning: Evaluating mediators ... Done
37402025-02-23T08:57:56.025Z[ host-image] Feb 23 08:57:54.978 INFO O| Feb 23 08:57:54.978 INFO O| Planning: Planning completed in 0.00 seconds
37412025-02-23T08:57:56.025Z[ host-image] Feb 23 08:57:54.978 INFO O| Feb 23 08:57:54.978 INFO O| Variants/Facets to change: 1
37422025-02-23T08:57:56.041Z[ host-image] Feb 23 08:57:54.997 INFO O| Feb 23 08:57:54.997 INFO O| Done
37432025-02-23T08:57:56.041Z[ host-image] Feb 23 08:57:54.998 INFO O| Feb 23 08:57:54.997 INFO O| Done
37442025-02-23T08:57:56.604Z[ host-image] Feb 23 08:57:55.560 INFO O| Feb 23 08:57:55.560 INFO O| Done
37452025-02-23T08:57:56.659Z[ host-image] Feb 23 08:57:55.609 INFO O| Feb 23 08:57:55.609 INFO O| Done
37462025-02-23T08:57:56.662Z[ host-image] Feb 23 08:57:55.610 INFO O| Feb 23 08:57:55.610 INFO O| Done
37472025-02-23T08:57:56.662Z[ host-image] Feb 23 08:57:55.610 INFO O| Feb 23 08:57:55.610 INFO O| Done
37482025-02-23T08:57:56.662Z[ host-image] Feb 23 08:57:55.611 INFO O| Feb 23 08:57:55.611 INFO O| Done
37492025-02-23T08:57:57.088Z[ host-image] Feb 23 08:57:56.045 INFO O| Feb 23 08:57:56.045 INFO STEP 6 (pkg_change_variant) COMPLETE
37502025-02-23T08:57:57.088Z[ host-image] Feb 23 08:57:56.045 INFO O| Feb 23 08:57:56.045 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37512025-02-23T08:57:57.092Z[ host-image] Feb 23 08:57:56.045 INFO O| Feb 23 08:57:56.045 INFO skip step because feature "debug_variant" is not enabled
37522025-02-23T08:57:57.092Z[ host-image] Feb 23 08:57:56.045 INFO O| Feb 23 08:57:56.045 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532025-02-23T08:57:57.420Z[ host-image] Feb 23 08:57:56.371 INFO O| Feb 23 08:57:56.371 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37542025-02-23T08:57:57.962Z[ host-image] Feb 23 08:57:56.917 INFO O| Feb 23 08:57:56.917 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37552025-02-23T08:57:57.967Z[ host-image] Feb 23 08:57:56.919 INFO O| Feb 23 08:57:56.919 INFO O| Planning: Planning completed in 0.00 seconds
37562025-02-23T08:57:57.967Z[ host-image] Feb 23 08:57:56.920 INFO O| Feb 23 08:57:56.920 INFO O| Planning: Consolidating action changes ... Done
37572025-02-23T08:57:57.967Z[ host-image] Feb 23 08:57:56.920 INFO O| Feb 23 08:57:56.920 INFO O| Planning: Evaluating mediators ... Done
37582025-02-23T08:57:57.967Z[ host-image] Feb 23 08:57:56.921 INFO O| Feb 23 08:57:56.921 INFO O| Planning: Planning completed in 0.00 seconds
37592025-02-23T08:57:57.967Z[ host-image] Feb 23 08:57:56.922 INFO O| Feb 23 08:57:56.922 INFO O| Variants/Facets to change: 1
37602025-02-23T08:57:58.018Z[ host-image] Feb 23 08:57:56.974 INFO O| Feb 23 08:57:56.974 INFO O| Done
37612025-02-23T08:57:58.018Z[ host-image] Feb 23 08:57:56.974 INFO O| Feb 23 08:57:56.974 INFO O| Done
37622025-02-23T08:57:58.838Z[ host-image] Feb 23 08:57:57.794 INFO O| Feb 23 08:57:57.794 INFO O| Done
37632025-02-23T08:57:58.921Z[ host-image] Feb 23 08:57:57.878 INFO O| Feb 23 08:57:57.877 INFO O| Done
37642025-02-23T08:57:58.949Z[ host-image] Feb 23 08:57:57.904 INFO O| Feb 23 08:57:57.904 INFO O| Done
37652025-02-23T08:57:58.949Z[ host-image] Feb 23 08:57:57.905 INFO O| Feb 23 08:57:57.905 INFO O| Done
37662025-02-23T08:57:58.953Z[ host-image] Feb 23 08:57:57.907 INFO O| Feb 23 08:57:57.907 INFO O| Done
37672025-02-23T08:57:59.033Z[ host-image] Feb 23 08:57:57.988 INFO O| Feb 23 08:57:57.988 INFO STEP 8 (pkg_change_facet) COMPLETE
37682025-02-23T08:57:59.033Z[ host-image] Feb 23 08:57:57.988 INFO O| Feb 23 08:57:57.988 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37692025-02-23T08:57:59.040Z[ host-image] Feb 23 08:57:57.988 INFO O| Feb 23 08:57:57.988 INFO skip step because feature "recovery" is not enabled
37702025-02-23T08:57:59.040Z[ host-image] Feb 23 08:57:57.988 INFO O| Feb 23 08:57:57.988 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37712025-02-23T08:57:59.040Z[ host-image] Feb 23 08:57:57.988 INFO O| Feb 23 08:57:57.988 INFO skip step because feature "recovery" is not enabled
37722025-02-23T08:57:59.040Z[ host-image] Feb 23 08:57:57.988 INFO O| Feb 23 08:57:57.988 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37732025-02-23T08:57:59.065Z[ host-image] Feb 23 08:57:58.007 INFO O| Feb 23 08:57:58.007 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"]
37742025-02-23T08:58:00.085Z[ host-image] Feb 23 08:57:59.041 INFO O| Feb 23 08:57:59.041 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37752025-02-23T08:58:09.329Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.58s
37762025-02-23T08:58:12.581ZFeb 23 08:58:11.534 INFO [recovery-package] process exited with exit status: 0 (50.888267314s)
37772025-02-23T08:58:12.581ZFeb 23 08:58:11.534 INFO [recovery-stamp] running task
37782025-02-23T08:58:12.584ZFeb 23 08:58:11.534 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+gitfef44b3229f
37792025-02-23T08:58:12.585ZFeb 23 08:58:11.535 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37802025-02-23T08:58:12.606ZFeb 23 08:58:11.559 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 13.0.0-0.ci+gitfef44b3229f
37812025-02-23T08:58:12.617Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37822025-02-23T08:58:12.637Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37832025-02-23T08:58:12.692Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37842025-02-23T08:58:12.695ZFeb 23 08:58:11.648 INFO [stamp-installinator] process exited with exit status: 0 (113.796762ms)
37852025-02-23T08:58:12.753Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37862025-02-23T08:58:12.758ZFeb 23 08:58:11.710 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (151.39805ms)
37872025-02-23T08:58:12.762ZFeb 23 08:58:11.710 INFO [recovery-stamp] task succeeded (176.047235ms)
37882025-02-23T08:58:12.762ZFeb 23 08:58:11.710 INFO [recovery-proto] running task
37892025-02-23T08:58:12.762ZFeb 23 08:58:11.710 INFO [tuf-stamp] running task
37902025-02-23T08:58:12.762ZFeb 23 08:58:11.711 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 13.0.0-0.ci+gitfef44b3229f
37912025-02-23T08:58:12.778ZFeb 23 08:58:11.731 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 13.0.0-0.ci+gitfef44b3229f
37922025-02-23T08:58:12.798Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37932025-02-23T08:58:12.801ZFeb 23 08:58:11.752 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 13.0.0-0.ci+gitfef44b3229f
37942025-02-23T08:58:12.813Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37952025-02-23T08:58:12.820ZFeb 23 08:58:11.773 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 13.0.0-0.ci+gitfef44b3229f
37962025-02-23T08:58:12.842Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37972025-02-23T08:58:12.846ZFeb 23 08:58:11.796 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 13.0.0-0.ci+gitfef44b3229f
37982025-02-23T08:58:12.863Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37992025-02-23T08:58:12.866ZFeb 23 08:58:11.816 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+gitfef44b3229f
38002025-02-23T08:58:12.898Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38012025-02-23T08:58:12.898ZFeb 23 08:58:11.851 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 13.0.0-0.ci+gitfef44b3229f
38022025-02-23T08:58:12.964Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38032025-02-23T08:58:12.969ZFeb 23 08:58:11.917 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 13.0.0-0.ci+gitfef44b3229f
38042025-02-23T08:58:13.000Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38052025-02-23T08:58:13.003ZFeb 23 08:58:11.953 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 13.0.0-0.ci+gitfef44b3229f
38062025-02-23T08:58:13.044Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38072025-02-23T08:58:13.047ZFeb 23 08:58:11.997 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 13.0.0-0.ci+gitfef44b3229f
38082025-02-23T08:58:13.080ZFeb 23 08:58:12.033 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 13.0.0-0.ci+gitfef44b3229f
38092025-02-23T08:58:13.162Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38102025-02-23T08:58:13.164ZFeb 23 08:58:12.115 INFO [recovery-proto] task succeeded (404.777964ms)
38112025-02-23T08:58:13.168ZFeb 23 08:58:12.116 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.334' -P /tmp/.tmpd4Sah6/proto/recovery/root -N 'recovery fef44b3/${os_short_commit} 2025-02-23 08:33' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38122025-02-23T08:58:13.168Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38132025-02-23T08:58:13.181Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38142025-02-23T08:58:13.181Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38152025-02-23T08:58:13.185ZFeb 23 08:58:12.134 INFO [stamp-probe] process exited with exit status: 0 (217.61283ms)
38162025-02-23T08:58:13.201Z[ recovery-image] Feb 23 08:58:12.153 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38172025-02-23T08:58:13.201Z[ recovery-image] Feb 23 08:58:12.154 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38182025-02-23T08:58:13.219Z[ recovery-image] Feb 23 08:58:12.171 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpd4Sah6/proto/recovery/root"
38192025-02-23T08:58:13.219Z[ recovery-image] Feb 23 08:58:12.172 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38202025-02-23T08:58:13.222Z[ recovery-image] Feb 23 08:58:12.172 INFO image builder template: ramdisk-01-os...
38212025-02-23T08:58:13.222Z[ recovery-image] Feb 23 08:58:12.172 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/.tmpd4Sah6/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.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38222025-02-23T08:58:13.298Z[ recovery-image] Feb 23 08:58:12.250 INFO O| Feb 23 08:58:12.250 INFO CREATE DATASET: rpool/images/build/recovery/output
38232025-02-23T08:58:13.597Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38242025-02-23T08:58:13.620Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
38252025-02-23T08:58:13.630ZFeb 23 08:58:12.584 INFO [stamp-ntp] process exited with exit status: 0 (871.958351ms)
38262025-02-23T08:58:13.681Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38272025-02-23T08:58:13.701Z[ recovery-image] Feb 23 08:58:12.650 INFO O| Feb 23 08:58:12.636 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38282025-02-23T08:58:13.701Z[ recovery-image] Feb 23 08:58:12.650 INFO O| Feb 23 08:58:12.643 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38292025-02-23T08:58:14.105Z[ recovery-image] Feb 23 08:58:13.056 INFO O| Feb 23 08:58:13.056 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38302025-02-23T08:58:14.242Z[ recovery-image] Feb 23 08:58:13.190 INFO O| Feb 23 08:58:13.190 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38312025-02-23T08:58:14.248Z[ recovery-image] Feb 23 08:58:13.190 INFO O| Feb 23 08:58:13.190 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38322025-02-23T08:58:14.248Z[ recovery-image] Feb 23 08:58:13.190 INFO O| Feb 23 08:58:13.190 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38332025-02-23T08:58:14.249Z[ recovery-image] Feb 23 08:58:13.190 INFO O| Feb 23 08:58:13.190 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38342025-02-23T08:58:14.257Z[ recovery-image] Feb 23 08:58:13.202 INFO O| Feb 23 08:58:13.202 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38352025-02-23T08:58:14.606Z[ recovery-image] Feb 23 08:58:13.558 INFO O| Feb 23 08:58:13.558 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38362025-02-23T08:58:14.672Z[ recovery-image] Feb 23 08:58:13.625 INFO O| Feb 23 08:58:13.625 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38372025-02-23T08:58:14.816Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38382025-02-23T08:58:14.874ZFeb 23 08:58:13.827 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.010138582s)
38392025-02-23T08:58:15.258Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38402025-02-23T08:58:15.276ZFeb 23 08:58:14.227 INFO [stamp-external-dns] process exited with exit status: 0 (2.475363678s)
38412025-02-23T08:58:15.405Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38422025-02-23T08:58:15.411ZFeb 23 08:58:14.363 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.365462648s)
38432025-02-23T08:58:15.447Z[ recovery-image] Feb 23 08:58:14.399 INFO O| Feb 23 08:58:14.399 INFO O| Caching catalogs ... Done
38442025-02-23T08:58:15.467Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38452025-02-23T08:58:15.475ZFeb 23 08:58:14.427 INFO [stamp-internal-dns] process exited with exit status: 0 (2.575757869s)
38462025-02-23T08:58:15.568Z[ recovery-image] Feb 23 08:58:14.520 INFO O| Feb 23 08:58:14.520 INFO STEP 0 (pkg_image_create) COMPLETE
38472025-02-23T08:58:15.568Z[ recovery-image] Feb 23 08:58:14.520 INFO O| Feb 23 08:58:14.520 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38482025-02-23T08:58:15.568Z[ recovery-image] Feb 23 08:58:14.520 INFO O| Feb 23 08:58:14.520 INFO skip step because feature "repo_redist" is not enabled
38492025-02-23T08:58:15.568Z[ recovery-image] Feb 23 08:58:14.520 INFO O| Feb 23 08:58:14.520 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38502025-02-23T08:58:15.583Z[ recovery-image] Feb 23 08:58:14.535 INFO O| Feb 23 08:58:14.535 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"]
38512025-02-23T08:58:15.800Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38522025-02-23T08:58:15.828ZFeb 23 08:58:14.756 INFO [stamp-oximeter] process exited with exit status: 0 (2.80146323s)
38532025-02-23T08:58:16.053Z[ recovery-image] Feb 23 08:58:15.005 INFO O| Feb 23 08:58:15.005 INFO STEP 2 (pkg_set_publisher) COMPLETE
38542025-02-23T08:58:16.057Z[ recovery-image] Feb 23 08:58:15.005 INFO O| Feb 23 08:58:15.005 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38552025-02-23T08:58:16.067Z[ recovery-image] Feb 23 08:58:15.019 INFO O| Feb 23 08:58:15.019 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"]
38562025-02-23T08:58:16.545Z[ recovery-image] Feb 23 08:58:15.494 INFO O| Feb 23 08:58:15.494 INFO STEP 3 (pkg_set_publisher) COMPLETE
38572025-02-23T08:58:16.545Z[ recovery-image] Feb 23 08:58:15.495 INFO O| Feb 23 08:58:15.494 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38582025-02-23T08:58:16.545Z[ recovery-image] Feb 23 08:58:15.495 INFO O| Feb 23 08:58:15.494 INFO skip step because feature "repo_redist" is not enabled
38592025-02-23T08:58:16.554Z[ recovery-image] Feb 23 08:58:15.495 INFO O| Feb 23 08:58:15.494 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38602025-02-23T08:58:17.000Z[ recovery-image] Feb 23 08:58:15.952 INFO O| Feb 23 08:58:15.952 INFO variant opensolaris.zone is already global
38612025-02-23T08:58:17.000Z[ recovery-image] Feb 23 08:58:15.952 INFO O| Feb 23 08:58:15.952 INFO STEP 5 (pkg_change_variant) COMPLETE
38622025-02-23T08:58:17.002Z[ recovery-image] Feb 23 08:58:15.952 INFO O| Feb 23 08:58:15.952 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38632025-02-23T08:58:17.348Z[ recovery-image] Feb 23 08:58:16.300 INFO O| Feb 23 08:58:16.299 INFO variant opensolaris.imagetype is full; changing to partial
38642025-02-23T08:58:17.348Z[ recovery-image] Feb 23 08:58:16.300 INFO O| Feb 23 08:58:16.300 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38652025-02-23T08:58:17.779Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38662025-02-23T08:58:17.785ZFeb 23 08:58:16.720 INFO [stamp-nexus] process exited with exit status: 0 (4.924251878s)
38672025-02-23T08:58:17.956Z[verify-libraries] Compiling ring v0.17.11
38682025-02-23T08:58:18.181Z[verify-libraries] Compiling home v0.5.9
38692025-02-23T08:58:18.216Z[verify-libraries] Compiling cfg_aliases v0.1.1
38702025-02-23T08:58:18.243Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38712025-02-23T08:58:18.243Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38722025-02-23T08:58:18.251Z[verify-libraries] Compiling unicode_categories v0.1.1
38732025-02-23T08:58:18.375Z[verify-libraries] Compiling polyval v0.6.2
38742025-02-23T08:58:18.497Z[verify-libraries] Compiling nix v0.28.0
38752025-02-23T08:58:19.902Z[verify-libraries] Compiling sqlformat v0.2.6
38762025-02-23T08:58:20.025Z[verify-libraries] Compiling ghash v0.5.1
38772025-02-23T08:58:20.025Z[verify-libraries] Compiling ctr v0.9.2
38782025-02-23T08:58:20.026Z[verify-libraries] Compiling ssh-encoding v0.2.0
38792025-02-23T08:58:20.026Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38802025-02-23T08:58:20.026ZFeb 23 08:58:18.300 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.56976615s)
38812025-02-23T08:58:20.120Z[verify-libraries] Compiling sqlparser v0.45.0
38822025-02-23T08:58:20.120Z[verify-libraries] Compiling aes-gcm v0.10.3
38832025-02-23T08:58:20.178Z[verify-libraries] Compiling blowfish v0.9.1
38842025-02-23T08:58:20.615Z[verify-libraries] Compiling ssh-cipher v0.2.0
38852025-02-23T08:58:20.890Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38862025-02-23T08:58:20.974Z[verify-libraries] Compiling password-hash v0.4.2
38872025-02-23T08:58:21.696Z[verify-libraries] Compiling ssh-key v0.6.6
38882025-02-23T08:58:23.705Z[verify-libraries] Compiling pbkdf2 v0.11.0
38892025-02-23T08:58:24.366Z[verify-libraries] Compiling rustls v0.23.19
38902025-02-23T08:58:24.404Z[verify-libraries] Compiling rustls v0.22.4
38912025-02-23T08:58:24.518Z[verify-libraries] Compiling rustyline v14.0.0
38922025-02-23T08:58:26.083Z[verify-libraries] Compiling p521 v0.13.3
38932025-02-23T08:58:27.212Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38942025-02-23T08:58:27.280ZFeb 23 08:58:26.166 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.13252814s)
38952025-02-23T08:58:27.283Z[verify-libraries] Compiling p256 v0.13.2
38962025-02-23T08:58:28.190Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38972025-02-23T08:58:28.207ZFeb 23 08:58:27.156 INFO [stamp-clickhouse] process exited with exit status: 0 (15.382972326s)
38982025-02-23T08:58:28.207ZFeb 23 08:58:27.156 INFO [tuf-stamp] task succeeded (15.445976276s)
38992025-02-23T08:58:29.515Z[verify-libraries] Compiling rustls-webpki v0.102.8
39002025-02-23T08:58:30.737Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39012025-02-23T08:58:31.024Z[ recovery-image] Feb 23 08:58:29.971 INFO O| Feb 23 08:58:29.971 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39022025-02-23T08:58:33.813Z[verify-libraries] Compiling md5 v0.7.0
39032025-02-23T08:58:34.351Z[verify-libraries] Compiling russh-keys v0.45.0
39042025-02-23T08:58:39.899Z[verify-libraries] Compiling tokio-rustls v0.26.0
39052025-02-23T08:58:40.455Z[verify-libraries] Compiling hyper-rustls v0.27.3
39062025-02-23T08:58:40.494Z[verify-libraries] Compiling tokio-rustls v0.25.0
39072025-02-23T08:58:40.806Z[ recovery-image] Feb 23 08:58:39.753 INFO O| Feb 23 08:58:39.753 INFO O| Startup: Caching catalogs ... Done
39082025-02-23T08:58:40.918Z[ recovery-image] Feb 23 08:58:39.865 INFO O| Feb 23 08:58:39.865 INFO O| Planning: Planning completed in 0.00 seconds
39092025-02-23T08:58:40.921Z[ recovery-image] Feb 23 08:58:39.866 INFO O| Feb 23 08:58:39.866 INFO O| Planning: Consolidating action changes ... Done
39102025-02-23T08:58:40.921Z[ recovery-image] Feb 23 08:58:39.866 INFO O| Feb 23 08:58:39.866 INFO O| Planning: Evaluating mediators ... Done
39112025-02-23T08:58:40.921Z[ recovery-image] Feb 23 08:58:39.867 INFO O| Feb 23 08:58:39.867 INFO O| Planning: Planning completed in 0.00 seconds
39122025-02-23T08:58:40.921Z[ recovery-image] Feb 23 08:58:39.867 INFO O| Feb 23 08:58:39.867 INFO O| Variants/Facets to change: 1
39132025-02-23T08:58:41.018Z[ recovery-image] Feb 23 08:58:39.964 INFO O| Feb 23 08:58:39.964 INFO O| Done
39142025-02-23T08:58:41.018Z[ recovery-image] Feb 23 08:58:39.964 INFO O| Feb 23 08:58:39.964 INFO O| Done
39152025-02-23T08:58:41.031Z[verify-libraries] Compiling dropshot v0.12.0
39162025-02-23T08:58:41.295Z[verify-libraries] Compiling reqwest v0.12.12
39172025-02-23T08:58:42.305Z[ recovery-image] Feb 23 08:58:41.252 INFO O| Feb 23 08:58:41.251 INFO O| Done
39182025-02-23T08:58:42.384Z[ recovery-image] Feb 23 08:58:41.331 INFO O| Feb 23 08:58:41.331 INFO O| Done
39192025-02-23T08:58:42.387Z[ recovery-image] Feb 23 08:58:41.333 INFO O| Feb 23 08:58:41.333 INFO O| Done
39202025-02-23T08:58:42.387Z[ recovery-image] Feb 23 08:58:41.333 INFO O| Feb 23 08:58:41.333 INFO O| Done
39212025-02-23T08:58:42.390Z[ recovery-image] Feb 23 08:58:41.335 INFO O| Feb 23 08:58:41.335 INFO O| Done
39222025-02-23T08:58:43.219Z[ recovery-image] Feb 23 08:58:42.165 INFO O| Feb 23 08:58:42.165 INFO STEP 6 (pkg_change_variant) COMPLETE
39232025-02-23T08:58:43.219Z[ recovery-image] Feb 23 08:58:42.165 INFO O| Feb 23 08:58:42.165 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39242025-02-23T08:58:43.223Z[ recovery-image] Feb 23 08:58:42.165 INFO O| Feb 23 08:58:42.165 INFO skip step because feature "debug_variant" is not enabled
39252025-02-23T08:58:43.223Z[ recovery-image] Feb 23 08:58:42.165 INFO O| Feb 23 08:58:42.165 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39262025-02-23T08:58:44.030Z[ recovery-image] Feb 23 08:58:42.976 INFO O| Feb 23 08:58:42.976 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39272025-02-23T08:58:45.186Z[ recovery-image] Feb 23 08:58:44.132 INFO O| Feb 23 08:58:44.132 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39282025-02-23T08:58:45.189Z[ recovery-image] Feb 23 08:58:44.134 INFO O| Feb 23 08:58:44.134 INFO O| Planning: Planning completed in 0.00 seconds
39292025-02-23T08:58:45.189Z[ recovery-image] Feb 23 08:58:44.135 INFO O| Feb 23 08:58:44.135 INFO O| Planning: Consolidating action changes ... Done
39302025-02-23T08:58:45.189Z[ recovery-image] Feb 23 08:58:44.135 INFO O| Feb 23 08:58:44.135 INFO O| Planning: Evaluating mediators ... Done
39312025-02-23T08:58:45.192Z[ recovery-image] Feb 23 08:58:44.136 INFO O| Feb 23 08:58:44.136 INFO O| Planning: Planning completed in 0.00 seconds
39322025-02-23T08:58:45.192Z[ recovery-image] Feb 23 08:58:44.136 INFO O| Feb 23 08:58:44.136 INFO O| Variants/Facets to change: 1
39332025-02-23T08:58:45.237Z[ recovery-image] Feb 23 08:58:44.183 INFO O| Feb 23 08:58:44.183 INFO O| Done
39342025-02-23T08:58:45.237Z[ recovery-image] Feb 23 08:58:44.183 INFO O| Feb 23 08:58:44.183 INFO O| Done
39352025-02-23T08:58:45.787Z[verify-libraries] Compiling progenitor-client v0.9.1
39362025-02-23T08:58:46.187Z[ recovery-image] Feb 23 08:58:45.132 INFO O| Feb 23 08:58:45.132 INFO O| Done
39372025-02-23T08:58:46.317Z[ recovery-image] Feb 23 08:58:45.262 INFO O| Feb 23 08:58:45.262 INFO O| Done
39382025-02-23T08:58:46.319Z[ recovery-image] Feb 23 08:58:45.263 INFO O| Feb 23 08:58:45.263 INFO O| Done
39392025-02-23T08:58:46.319Z[ recovery-image] Feb 23 08:58:45.264 INFO O| Feb 23 08:58:45.264 INFO O| Done
39402025-02-23T08:58:46.323Z[ recovery-image] Feb 23 08:58:45.266 INFO O| Feb 23 08:58:45.266 INFO O| Done
39412025-02-23T08:58:46.433Z[ recovery-image] Feb 23 08:58:45.379 INFO O| Feb 23 08:58:45.379 INFO STEP 8 (pkg_change_facet) COMPLETE
39422025-02-23T08:58:46.433Z[ recovery-image] Feb 23 08:58:45.379 INFO O| Feb 23 08:58:45.379 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39432025-02-23T08:58:46.596Z[verify-libraries] Compiling progenitor-client v0.8.0
39442025-02-23T08:58:47.148Z[ recovery-image] Feb 23 08:58:46.094 INFO O| Feb 23 08:58:46.094 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39452025-02-23T08:58:47.307Z[verify-libraries] Compiling qorb v0.2.1
39462025-02-23T08:58:47.859Z[verify-libraries] Compiling progenitor v0.8.0
39472025-02-23T08:58:48.241Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39482025-02-23T08:58:48.319Z[ recovery-image] Feb 23 08:58:47.264 INFO O| Feb 23 08:58:47.264 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39492025-02-23T08:58:48.321Z[ recovery-image] Feb 23 08:58:47.266 INFO O| Feb 23 08:58:47.266 INFO O| Planning: Planning completed in 0.00 seconds
39502025-02-23T08:58:48.321Z[ recovery-image] Feb 23 08:58:47.267 INFO O| Feb 23 08:58:47.267 INFO O| Planning: Consolidating action changes ... Done
39512025-02-23T08:58:48.322Z[ recovery-image] Feb 23 08:58:47.267 INFO O| Feb 23 08:58:47.267 INFO O| Planning: Evaluating mediators ... Done
39522025-02-23T08:58:48.324Z[ recovery-image] Feb 23 08:58:47.268 INFO O| Feb 23 08:58:47.268 INFO O| Planning: Planning completed in 0.00 seconds
39532025-02-23T08:58:48.324Z[ recovery-image] Feb 23 08:58:47.268 INFO O| Feb 23 08:58:47.268 INFO O| Variants/Facets to change: 1
39542025-02-23T08:58:48.435Z[ recovery-image] Feb 23 08:58:47.380 INFO O| Feb 23 08:58:47.380 INFO O| Done
39552025-02-23T08:58:48.435Z[ recovery-image] Feb 23 08:58:47.380 INFO O| Feb 23 08:58:47.380 INFO O| Done
39562025-02-23T08:58:49.292Z[ recovery-image] Feb 23 08:58:48.237 INFO O| Feb 23 08:58:48.237 INFO O| Done
39572025-02-23T08:58:49.395Z[ recovery-image] Feb 23 08:58:48.340 INFO O| Feb 23 08:58:48.340 INFO O| Done
39582025-02-23T08:58:49.398Z[ recovery-image] Feb 23 08:58:48.341 INFO O| Feb 23 08:58:48.341 INFO O| Done
39592025-02-23T08:58:49.398Z[ recovery-image] Feb 23 08:58:48.341 INFO O| Feb 23 08:58:48.341 INFO O| Done
39602025-02-23T08:58:49.400Z[ recovery-image] Feb 23 08:58:48.343 INFO O| Feb 23 08:58:48.343 INFO O| Done
39612025-02-23T08:58:49.546Z[ recovery-image] Feb 23 08:58:48.491 INFO O| Feb 23 08:58:48.491 INFO STEP 9 (pkg_change_facet) COMPLETE
39622025-02-23T08:58:49.547Z[ recovery-image] Feb 23 08:58:48.491 INFO O| Feb 23 08:58:48.491 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39632025-02-23T08:58:50.253Z[ recovery-image] Feb 23 08:58:49.198 INFO O| Feb 23 08:58:49.198 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39642025-02-23T08:58:50.258Z[verify-libraries] Compiling dropshot v0.15.1
39652025-02-23T08:58:51.329Z[ recovery-image] Feb 23 08:58:50.273 INFO O| Feb 23 08:58:50.273 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39662025-02-23T08:58:51.331Z[ recovery-image] Feb 23 08:58:50.275 INFO O| Feb 23 08:58:50.275 INFO O| Planning: Planning completed in 0.00 seconds
39672025-02-23T08:58:51.331Z[ recovery-image] Feb 23 08:58:50.276 INFO O| Feb 23 08:58:50.276 INFO O| Planning: Consolidating action changes ... Done
39682025-02-23T08:58:51.332Z[ recovery-image] Feb 23 08:58:50.276 INFO O| Feb 23 08:58:50.276 INFO O| Planning: Evaluating mediators ... Done
39692025-02-23T08:58:51.334Z[ recovery-image] Feb 23 08:58:50.277 INFO O| Feb 23 08:58:50.277 INFO O| Planning: Planning completed in 0.00 seconds
39702025-02-23T08:58:51.334Z[ recovery-image] Feb 23 08:58:50.277 INFO O| Feb 23 08:58:50.277 INFO O| Variants/Facets to change: 1
39712025-02-23T08:58:51.383Z[ recovery-image] Feb 23 08:58:50.327 INFO O| Feb 23 08:58:50.327 INFO O| Done
39722025-02-23T08:58:51.383Z[ recovery-image] Feb 23 08:58:50.327 INFO O| Feb 23 08:58:50.327 INFO O| Done
39732025-02-23T08:58:52.265Z[ recovery-image] Feb 23 08:58:51.210 INFO O| Feb 23 08:58:51.209 INFO O| Done
39742025-02-23T08:58:52.386Z[ recovery-image] Feb 23 08:58:51.330 INFO O| Feb 23 08:58:51.330 INFO O| Done
39752025-02-23T08:58:52.388Z[ recovery-image] Feb 23 08:58:51.331 INFO O| Feb 23 08:58:51.331 INFO O| Done
39762025-02-23T08:58:52.388Z[ recovery-image] Feb 23 08:58:51.331 INFO O| Feb 23 08:58:51.331 INFO O| Done
39772025-02-23T08:58:52.391Z[ recovery-image] Feb 23 08:58:51.333 INFO O| Feb 23 08:58:51.333 INFO O| Done
39782025-02-23T08:58:52.494Z[ recovery-image] Feb 23 08:58:51.438 INFO O| Feb 23 08:58:51.438 INFO STEP 10 (pkg_change_facet) COMPLETE
39792025-02-23T08:58:52.494Z[ recovery-image] Feb 23 08:58:51.438 INFO O| Feb 23 08:58:51.438 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39802025-02-23T08:58:52.513Z[ recovery-image] Feb 23 08:58:51.457 INFO O| Feb 23 08:58:51.457 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"]
39812025-02-23T08:58:53.526Z[ recovery-image] Feb 23 08:58:52.469 INFO O| Feb 23 08:58:52.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39822025-02-23T08:58:53.592Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39832025-02-23T08:58:57.202Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39842025-02-23T08:58:59.577Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39852025-02-23T08:59:00.527Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39862025-02-23T08:59:02.138Z[ host-image] Feb 23 08:59:01.056 INFO O| Feb 23 08:59:01.056 INFO O| Planning: Solver setup ... Done
39872025-02-23T08:59:23.494Z[verify-libraries] Compiling progenitor v0.9.1
39882025-02-23T08:59:23.872Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39892025-02-23T08:59:27.770Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39902025-02-23T08:59:28.388Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39912025-02-23T08:59:29.365Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
39922025-02-23T08:59:37.136Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
39932025-02-23T08:59:38.630Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
39942025-02-23T08:59:38.754Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
39952025-02-23T08:59:40.380Z[verify-libraries] Compiling omicron-zone-package v0.12.0
39962025-02-23T08:59:44.862Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39972025-02-23T08:59:45.459Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39982025-02-23T08:59:46.424Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
39992025-02-23T08:59:46.520Z[verify-libraries] Compiling rcgen v0.12.1
40002025-02-23T08:59:48.604Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40012025-02-23T08:59:49.131Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40022025-02-23T08:59:49.680Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40032025-02-23T08:59:50.356Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40042025-02-23T08:59:50.637Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40052025-02-23T08:59:50.961Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40062025-02-23T08:59:51.499Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40072025-02-23T08:59:54.401Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40082025-02-23T08:59:56.669Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40092025-02-23T08:59:58.177Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40102025-02-23T08:59:59.185Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40112025-02-23T08:59:59.915Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40122025-02-23T09:00:03.298Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40132025-02-23T09:00:06.543Z[ recovery-image] Feb 23 09:00:05.471 INFO O| Feb 23 09:00:05.471 INFO O| Planning: Solver setup ... Done
40142025-02-23T09:00:10.639Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40152025-02-23T09:00:11.242Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40162025-02-23T09:00:12.546Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40172025-02-23T09:00:16.738Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40182025-02-23T09:00:21.738Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40192025-02-23T09:00:22.350Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40202025-02-23T09:00:27.902Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40212025-02-23T09:00:31.107Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40222025-02-23T09:00:37.013Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40232025-02-23T09:00:37.274Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40242025-02-23T09:00:42.813Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40252025-02-23T09:00:44.652Z[ host-image] Feb 23 09:00:43.572 INFO O| Feb 23 09:00:43.572 INFO O| Planning: Running solver ... Done
40262025-02-23T09:00:45.043Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40272025-02-23T09:00:45.374Z[ host-image] Feb 23 09:00:44.293 INFO O| Feb 23 09:00:44.293 INFO O| Planning: Finding local manifests ... Done
40282025-02-23T09:00:45.387Z[ host-image] Feb 23 09:00:44.306 INFO O| Feb 23 09:00:44.306 INFO O| Planning: Fetching manifests: 0/124 0% complete
40292025-02-23T09:00:46.668Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40302025-02-23T09:00:50.232Z[ host-image] Feb 23 09:00:49.150 INFO O| Feb 23 09:00:49.150 INFO O| Planning: Fetching manifests: 124/124 100% complete
40312025-02-23T09:00:51.572Z[ host-image] Feb 23 09:00:50.490 INFO O| Feb 23 09:00:50.490 INFO O| Planning: Package planning ... Done
40322025-02-23T09:00:53.218Z[ host-image] Feb 23 09:00:52.136 INFO O| Feb 23 09:00:52.136 INFO O| Planning: Merging actions ... Done
40332025-02-23T09:00:53.267Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40342025-02-23T09:00:53.737Z[ host-image] Feb 23 09:00:52.655 INFO O| Feb 23 09:00:52.654 INFO O| Planning: Checking for conflicting actions ... Done
40352025-02-23T09:00:54.149Z[ host-image] Feb 23 09:00:53.066 INFO O| Feb 23 09:00:53.066 INFO O| Planning: Consolidating action changes ... Done
40362025-02-23T09:00:54.676Z[ host-image] Feb 23 09:00:53.593 INFO O| Feb 23 09:00:53.593 INFO O| Planning: Evaluating mediators ... Done
40372025-02-23T09:00:55.434Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40382025-02-23T09:01:01.308Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40392025-02-23T09:01:01.356Z[ host-image] Feb 23 09:01:00.272 INFO O| Feb 23 09:01:00.271 INFO O| Planning: Planning completed in 181.23 seconds
40402025-02-23T09:01:01.363Z[ host-image] Feb 23 09:01:00.279 INFO O| Feb 23 09:01:00.279 INFO O| Packages to install: 124
40412025-02-23T09:01:01.363Z[ host-image] Feb 23 09:01:00.279 INFO O| Feb 23 09:01:00.279 INFO O| Mediators to change: 4
40422025-02-23T09:01:01.366Z[ host-image] Feb 23 09:01:00.279 INFO O| Feb 23 09:01:00.279 INFO O| Services to change: 6
40432025-02-23T09:01:01.479Z[ host-image] Feb 23 09:01:00.395 INFO O| Feb 23 09:01:00.395 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40442025-02-23T09:01:02.418Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40452025-02-23T09:01:05.563Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40462025-02-23T09:01:06.979Z[ host-image] Feb 23 09:01:05.893 INFO O| Feb 23 09:01:05.893 INFO O| Download: 1150/22863 items 6.1/199.8MB 3% complete (1.3M/s)
40472025-02-23T09:01:10.550Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40482025-02-23T09:01:11.480Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
40492025-02-23T09:01:12.281Z[ host-image] Feb 23 09:01:11.194 INFO O| Feb 23 09:01:11.194 INFO O| Download: 1805/22863 items 16.0/199.8MB 8% complete (1.4M/s)
40502025-02-23T09:01:14.034Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40512025-02-23T09:01:16.468Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40522025-02-23T09:01:17.783Z[ host-image] Feb 23 09:01:16.695 INFO O| Feb 23 09:01:16.695 INFO O| Download: 2153/22863 items 23.8/199.8MB 11% complete (1.8M/s)
40532025-02-23T09:01:23.434Z[ host-image] Feb 23 09:01:22.345 INFO O| Feb 23 09:01:22.345 INFO O| Download: 2334/22863 items 27.3/199.8MB 13% complete (1.1M/s)
40542025-02-23T09:01:23.907Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40552025-02-23T09:01:25.457Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40562025-02-23T09:01:28.461Z[ host-image] Feb 23 09:01:27.369 INFO O| Feb 23 09:01:27.369 INFO O| Download: 2746/22863 items 31.2/199.8MB 15% complete (694k/s)
40572025-02-23T09:01:29.132Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40582025-02-23T09:01:32.932Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40592025-02-23T09:01:33.445Z[ host-image] Feb 23 09:01:32.352 INFO O| Feb 23 09:01:32.352 INFO O| Download: 3684/22863 items 37.5/199.8MB 18% complete (1.0M/s)
40602025-02-23T09:01:33.489Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40612025-02-23T09:01:34.087Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40622025-02-23T09:01:34.303Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40632025-02-23T09:01:38.731Z[ host-image] Feb 23 09:01:37.639 INFO O| Feb 23 09:01:37.638 INFO O| Download: 4726/22863 items 43.4/199.8MB 21% complete (1.2M/s)
40642025-02-23T09:01:42.080Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40652025-02-23T09:01:42.572Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40662025-02-23T09:01:44.079Z[ host-image] Feb 23 09:01:42.985 INFO O| Feb 23 09:01:42.985 INFO O| Download: 5844/22863 items 46.5/199.8MB 23% complete (858k/s)
40672025-02-23T09:01:44.940Z[ recovery-image] Feb 23 09:01:43.846 INFO O| Feb 23 09:01:43.845 INFO O| Planning: Running solver ... Done
40682025-02-23T09:01:45.503Z[ recovery-image] Feb 23 09:01:44.409 INFO O| Feb 23 09:01:44.409 INFO O| Planning: Finding local manifests ... Done
40692025-02-23T09:01:45.519Z[ recovery-image] Feb 23 09:01:44.425 INFO O| Feb 23 09:01:44.425 INFO O| Planning: Fetching manifests: 0/124 0% complete
40702025-02-23T09:01:48.723Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40712025-02-23T09:01:49.093Z[ host-image] Feb 23 09:01:47.998 INFO O| Feb 23 09:01:47.998 INFO O| Download: 6912/22863 items 49.1/199.8MB 24% complete (445k/s)
40722025-02-23T09:01:50.175Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40732025-02-23T09:01:50.606Z[verify-libraries] Compiling tough v0.19.0
40742025-02-23T09:01:50.635Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
40752025-02-23T09:01:50.880Z[ recovery-image] Feb 23 09:01:49.785 INFO O| Feb 23 09:01:49.785 INFO O| Planning: Fetching manifests: 124/124 100% complete
40762025-02-23T09:01:50.917Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40772025-02-23T09:01:51.889Z[ recovery-image] Feb 23 09:01:50.794 INFO O| Feb 23 09:01:50.794 INFO O| Planning: Package planning ... Done
40782025-02-23T09:01:52.557Z[ recovery-image] Feb 23 09:01:51.462 INFO O| Feb 23 09:01:51.461 INFO O| Planning: Merging actions ... Done
40792025-02-23T09:01:52.921Z[ recovery-image] Feb 23 09:01:51.826 INFO O| Feb 23 09:01:51.825 INFO O| Planning: Checking for conflicting actions ... Done
40802025-02-23T09:01:53.057Z[ recovery-image] Feb 23 09:01:51.961 INFO O| Feb 23 09:01:51.961 INFO O| Planning: Consolidating action changes ... Done
40812025-02-23T09:01:53.461Z[ recovery-image] Feb 23 09:01:52.365 INFO O| Feb 23 09:01:52.365 INFO O| Planning: Evaluating mediators ... Done
40822025-02-23T09:01:53.625Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40832025-02-23T09:01:54.094Z[ host-image] Feb 23 09:01:52.998 INFO O| Feb 23 09:01:52.998 INFO O| Download: 8034/22863 items 59.8/199.8MB 29% complete (1.3M/s)
40842025-02-23T09:01:55.704Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40852025-02-23T09:01:58.684Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40862025-02-23T09:01:59.182Z[ host-image] Feb 23 09:01:58.085 INFO O| Feb 23 09:01:58.085 INFO O| Download: 8734/22863 items 71.1/199.8MB 35% complete (2.2M/s)
40872025-02-23T09:01:59.365Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
40882025-02-23T09:01:59.896Z[ recovery-image] Feb 23 09:01:58.799 INFO O| Feb 23 09:01:58.799 INFO O| Planning: Planning completed in 186.33 seconds
40892025-02-23T09:01:59.903Z[ recovery-image] Feb 23 09:01:58.806 INFO O| Feb 23 09:01:58.806 INFO O| Packages to install: 124
40902025-02-23T09:01:59.906Z[ recovery-image] Feb 23 09:01:58.806 INFO O| Feb 23 09:01:58.806 INFO O| Mediators to change: 4
40912025-02-23T09:01:59.906Z[ recovery-image] Feb 23 09:01:58.806 INFO O| Feb 23 09:01:58.806 INFO O| Services to change: 5
40922025-02-23T09:01:59.998Z[ recovery-image] Feb 23 09:01:58.901 INFO O| Feb 23 09:01:58.901 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
40932025-02-23T09:02:00.674Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40942025-02-23T09:02:02.819Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40952025-02-23T09:02:04.460Z[ host-image] Feb 23 09:02:03.362 INFO O| Feb 23 09:02:03.362 INFO O| Download: 9481/22863 items 81.9/199.8MB 41% complete (2.2M/s)
40962025-02-23T09:02:05.003Z[ recovery-image] Feb 23 09:02:03.904 INFO O| Feb 23 09:02:03.904 INFO O| Download: 873/15934 items 6.6/176.5MB 3% complete (1.3M/s)
40972025-02-23T09:02:09.461Z[ host-image] Feb 23 09:02:08.362 INFO O| Feb 23 09:02:08.362 INFO O| Download: 10499/22863 items 88.3/199.8MB 44% complete (1.7M/s)
40982025-02-23T09:02:10.529Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40992025-02-23T09:02:10.630Z[ recovery-image] Feb 23 09:02:09.530 INFO O| Feb 23 09:02:09.530 INFO O| Download: 1164/15934 items 10.1/176.5MB 5% complete (1.0M/s)
41002025-02-23T09:02:15.700Z[ recovery-image] Feb 23 09:02:14.600 INFO O| Feb 23 09:02:14.600 INFO O| Download: 1466/15934 items 21.4/176.5MB 12% complete (1.7M/s)
41012025-02-23T09:02:15.703Z[ host-image] Feb 23 09:02:14.600 INFO O| Feb 23 09:02:14.600 INFO O| Download: 11167/22863 items 92.2/199.8MB 46% complete (1.1M/s)
41022025-02-23T09:02:18.761Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41032025-02-23T09:02:20.712Z[ recovery-image] Feb 23 09:02:19.607 INFO O| Feb 23 09:02:19.607 INFO O| Download: 1698/15934 items 28.0/176.5MB 15% complete (1.7M/s)
41042025-02-23T09:02:20.754Z[ host-image] Feb 23 09:02:19.652 INFO O| Feb 23 09:02:19.652 INFO O| Download: 11800/22863 items 96.5/199.8MB 48% complete (714k/s)
41052025-02-23T09:02:21.829Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41062025-02-23T09:02:25.038Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41072025-02-23T09:02:25.310Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41082025-02-23T09:02:25.430Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41092025-02-23T09:02:25.737Z[ recovery-image] Feb 23 09:02:24.634 INFO O| Feb 23 09:02:24.634 INFO O| Download: 2683/15934 items 33.0/176.5MB 18% complete (1.3M/s)
41102025-02-23T09:02:25.755Z[ host-image] Feb 23 09:02:24.652 INFO O| Feb 23 09:02:24.652 INFO O| Download: 12183/22863 items 101.2/199.8MB 50% complete (930k/s)
41112025-02-23T09:02:30.770Z[ host-image] Feb 23 09:02:29.666 INFO O| Feb 23 09:02:29.666 INFO O| Download: 12709/22863 items 109.8/199.8MB 54% complete (1.3M/s)
41122025-02-23T09:02:31.122Z[ recovery-image] Feb 23 09:02:30.018 INFO O| Feb 23 09:02:30.018 INFO O| Download: 3706/15934 items 39.7/176.5MB 22% complete (1.1M/s)
41132025-02-23T09:02:31.613Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41142025-02-23T09:02:35.326Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41152025-02-23T09:02:35.787Z[ host-image] Feb 23 09:02:34.681 INFO O| Feb 23 09:02:34.681 INFO O| Download: 13929/22863 items 110.4/199.8MB 55% complete (947k/s)
41162025-02-23T09:02:36.136Z[ recovery-image] Feb 23 09:02:35.031 INFO O| Feb 23 09:02:35.031 INFO O| Download: 4003/15934 items 42.6/176.5MB 24% complete (985k/s)
41172025-02-23T09:02:40.901Z[ host-image] Feb 23 09:02:39.790 INFO O| Feb 23 09:02:39.789 INFO O| Download: 14340/22863 items 110.9/199.8MB 55% complete (122k/s)
41182025-02-23T09:02:41.148Z[ recovery-image] Feb 23 09:02:40.042 INFO O| Feb 23 09:02:40.042 INFO O| Download: 4856/15934 items 43.2/176.5MB 24% complete (360k/s)
41192025-02-23T09:02:43.294Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
41202025-02-23T09:02:43.524Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41212025-02-23T09:02:43.945Z[verify-libraries] Compiling sct v0.7.1
41222025-02-23T09:02:44.476Z[verify-libraries] Compiling rustls-webpki v0.101.7
41232025-02-23T09:02:45.511Z[verify-libraries] Compiling rustls v0.21.12
41242025-02-23T09:02:45.914Z[ host-image] Feb 23 09:02:44.806 INFO O| Feb 23 09:02:44.806 INFO O| Download: 14600/22863 items 116.9/199.8MB 58% complete (642k/s)
41252025-02-23T09:02:46.471Z[ recovery-image] Feb 23 09:02:45.364 INFO O| Feb 23 09:02:45.363 INFO O| Download: 5801/15934 items 46.3/176.5MB 26% complete (332k/s)
41262025-02-23T09:02:46.514Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41272025-02-23T09:02:48.502Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41282025-02-23T09:02:50.936Z[ host-image] Feb 23 09:02:49.827 INFO O| Feb 23 09:02:49.827 INFO O| Download: 15784/22863 items 126.1/199.8MB 63% complete (1.5M/s)
41292025-02-23T09:02:51.474Z[ recovery-image] Feb 23 09:02:50.364 INFO O| Feb 23 09:02:50.364 INFO O| Download: 5991/15934 items 53.2/176.5MB 30% complete (1018k/s)
41302025-02-23T09:02:55.952Z[ host-image] Feb 23 09:02:54.841 INFO O| Feb 23 09:02:54.841 INFO O| Download: 16343/22863 items 134.0/199.8MB 67% complete (1.7M/s)
41312025-02-23T09:02:56.647Z[ recovery-image] Feb 23 09:02:55.537 INFO O| Feb 23 09:02:55.537 INFO O| Download: 6252/15934 items 62.0/176.5MB 35% complete (1.6M/s)
41322025-02-23T09:03:01.030Z[ host-image] Feb 23 09:02:59.918 INFO O| Feb 23 09:02:59.918 INFO O| Download: 17057/22863 items 142.7/199.8MB 71% complete (1.8M/s)
41332025-02-23T09:03:01.663Z[ recovery-image] Feb 23 09:03:00.552 INFO O| Feb 23 09:03:00.552 INFO O| Download: 7258/15934 items 73.4/176.5MB 41% complete (2.0M/s)
41342025-02-23T09:03:06.049Z[ host-image] Feb 23 09:03:04.934 INFO O| Feb 23 09:03:04.934 INFO O| Download: 17968/22863 items 150.4/199.8MB 75% complete (1.6M/s)
41352025-02-23T09:03:06.700Z[ recovery-image] Feb 23 09:03:05.587 INFO O| Feb 23 09:03:05.587 INFO O| Download: 7791/15934 items 74.4/176.5MB 42% complete (1.2M/s)
41362025-02-23T09:03:10.134Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41372025-02-23T09:03:11.049Z[ host-image] Feb 23 09:03:09.936 INFO O| Feb 23 09:03:09.936 INFO O| Download: 18456/22863 items 163.6/199.8MB 81% complete (2.1M/s)
41382025-02-23T09:03:11.711Z[ recovery-image] Feb 23 09:03:10.598 INFO O| Feb 23 09:03:10.598 INFO O| Download: 8495/15934 items 80.0/176.5MB 45% complete (673k/s)
41392025-02-23T09:03:12.178Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41402025-02-23T09:03:16.056Z[ host-image] Feb 23 09:03:14.941 INFO O| Feb 23 09:03:14.941 INFO O| Download: 19405/22863 items 168.2/199.8MB 84% complete (1.8M/s)
41412025-02-23T09:03:16.715Z[ recovery-image] Feb 23 09:03:15.600 INFO O| Feb 23 09:03:15.600 INFO O| Download: 8883/15934 items 91.0/176.5MB 51% complete (1.7M/s)
41422025-02-23T09:03:19.428Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41432025-02-23T09:03:21.515Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41442025-02-23T09:03:21.711Z[ host-image] Feb 23 09:03:20.596 INFO O| Feb 23 09:03:20.596 INFO O| Download: 20350/22863 items 171.4/199.8MB 85% complete (797k/s)
41452025-02-23T09:03:21.716Z[ recovery-image] Feb 23 09:03:20.600 INFO O| Feb 23 09:03:20.600 INFO O| Download: 9338/15934 items 93.0/176.5MB 52% complete (1.3M/s)
41462025-02-23T09:03:26.719Z[ recovery-image] Feb 23 09:03:25.602 INFO O| Feb 23 09:03:25.602 INFO O| Download: 10156/15934 items 93.4/176.5MB 52% complete (261k/s)
41472025-02-23T09:03:27.424Z[ host-image] Feb 23 09:03:26.307 INFO O| Feb 23 09:03:26.307 INFO O| Download: 21010/22863 items 178.8/199.8MB 89% complete (1.0M/s)
41482025-02-23T09:03:29.901Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41492025-02-23T09:03:31.068Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41502025-02-23T09:03:31.491Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41512025-02-23T09:03:31.867Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41522025-02-23T09:03:31.931Z[ recovery-image] Feb 23 09:03:30.812 INFO O| Feb 23 09:03:30.812 INFO O| Download: 10983/15934 items 94.0/176.5MB 53% complete (108k/s)
41532025-02-23T09:03:32.347Z[verify-libraries] Compiling tokio-rustls v0.24.1
41542025-02-23T09:03:32.425Z[ host-image] Feb 23 09:03:31.307 INFO O| Feb 23 09:03:31.307 INFO O| Download: 21820/22863 items 184.6/199.8MB 92% complete (1.2M/s)
41552025-02-23T09:03:32.909Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41562025-02-23T09:03:33.535Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41572025-02-23T09:03:36.589Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41582025-02-23T09:03:36.974Z[ recovery-image] Feb 23 09:03:35.854 INFO O| Feb 23 09:03:35.854 INFO O| Download: 11181/15934 items 99.8/176.5MB 56% complete (629k/s)
41592025-02-23T09:03:37.536Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41602025-02-23T09:03:37.617Z[ host-image] Feb 23 09:03:36.498 INFO O| Feb 23 09:03:36.498 INFO O| Download: 22326/22863 items 197.8/199.8MB 99% complete (1.9M/s)
41612025-02-23T09:03:38.782Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41622025-02-23T09:03:39.170Z[verify-libraries] Compiling num-bigint v0.4.6
41632025-02-23T09:03:40.627Z[verify-libraries] Compiling des v0.8.1
41642025-02-23T09:03:40.794Z[ host-image] Feb 23 09:03:39.674 INFO O| Feb 23 09:03:39.674 INFO O| Download: Completed 199.77 MB in 159.28 seconds (1.2M/s)
41652025-02-23T09:03:41.207Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41662025-02-23T09:03:41.612Z[verify-libraries] Compiling hex-literal v0.4.1
41672025-02-23T09:03:41.931Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41682025-02-23T09:03:42.040Z[ recovery-image] Feb 23 09:03:40.920 INFO O| Feb 23 09:03:40.920 INFO O| Download: 11996/15934 items 128.5/176.5MB 72% complete (3.5M/s)
41692025-02-23T09:03:42.278Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41702025-02-23T09:03:42.450Z[ host-image] Feb 23 09:03:41.330 INFO O| Feb 23 09:03:41.330 INFO O| Actions: 1/49570 actions (Installing new actions)
41712025-02-23T09:03:42.453Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
41722025-02-23T09:03:47.069Z[ recovery-image] Feb 23 09:03:45.948 INFO O| Feb 23 09:03:45.948 INFO O| Download: 12859/15934 items 143.7/176.5MB 81% complete (4.5M/s)
41732025-02-23T09:03:47.466Z[ host-image] Feb 23 09:03:46.330 INFO O| Feb 23 09:03:46.330 INFO O| Actions: 9544/49570 actions (Installing new actions)
41742025-02-23T09:03:48.968Z[verify-libraries] Compiling russh v0.45.0
41752025-02-23T09:03:52.115Z[ recovery-image] Feb 23 09:03:50.993 INFO O| Feb 23 09:03:50.993 INFO O| Download: 13963/15934 items 148.1/176.5MB 83% complete (2.0M/s)
41762025-02-23T09:03:52.457Z[ host-image] Feb 23 09:03:51.331 INFO O| Feb 23 09:03:51.330 INFO O| Actions: 15163/49570 actions (Installing new actions)
41772025-02-23T09:03:52.773Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41782025-02-23T09:03:53.726Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41792025-02-23T09:03:54.048Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41802025-02-23T09:03:55.291Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41812025-02-23T09:03:57.140Z[ recovery-image] Feb 23 09:03:56.017 INFO O| Feb 23 09:03:56.017 INFO O| Download: 14811/15934 items 155.2/176.5MB 87% complete (1.1M/s)
41822025-02-23T09:03:57.455Z[ host-image] Feb 23 09:03:56.331 INFO O| Feb 23 09:03:56.331 INFO O| Actions: 21774/49570 actions (Installing new actions)
41832025-02-23T09:04:02.158Z[ recovery-image] Feb 23 09:04:01.034 INFO O| Feb 23 09:04:01.034 INFO O| Download: 15490/15934 items 166.2/176.5MB 94% complete (1.8M/s)
41842025-02-23T09:04:02.204Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852025-02-23T09:04:02.654Z[ host-image] Feb 23 09:04:01.370 INFO O| Feb 23 09:04:01.370 INFO O| Actions: 49015/49570 actions (Installing new actions)
41862025-02-23T09:04:03.866Z[ host-image] Feb 23 09:04:02.741 INFO O| Feb 23 09:04:02.741 INFO O| Actions: Completed 49570 actions in 21.41 seconds.
41872025-02-23T09:04:04.888Z[ host-image] Feb 23 09:04:03.763 INFO O| Feb 23 09:04:03.763 INFO O| Done
41882025-02-23T09:04:04.888Z[ host-image] Feb 23 09:04:03.763 INFO O| Feb 23 09:04:03.763 INFO O| Done
41892025-02-23T09:04:06.350Z[ recovery-image] Feb 23 09:04:05.225 INFO O| Feb 23 09:04:05.225 INFO O| Download: Completed 176.48 MB in 126.32 seconds (1.4M/s)
41902025-02-23T09:04:06.520Z[ host-image] Feb 23 09:04:05.395 INFO O| Feb 23 09:04:05.395 INFO O| Done
41912025-02-23T09:04:07.196Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41922025-02-23T09:04:07.267Z[ recovery-image] Feb 23 09:04:06.141 INFO O| Feb 23 09:04:06.141 INFO O| Actions: 1/25107 actions (Installing new actions)
41932025-02-23T09:04:09.057Z[ host-image] Feb 23 09:04:07.930 INFO O| Feb 23 09:04:07.930 INFO O| Done
41942025-02-23T09:04:09.090Z[ host-image] Feb 23 09:04:07.963 INFO O| Feb 23 09:04:07.963 INFO O| Done
41952025-02-23T09:04:12.272Z[ recovery-image] Feb 23 09:04:11.145 INFO O| Feb 23 09:04:11.145 INFO O| Actions: 8788/25107 actions (Installing new actions)
41962025-02-23T09:04:17.273Z[ recovery-image] Feb 23 09:04:16.145 INFO O| Feb 23 09:04:16.145 INFO O| Actions: 15430/25107 actions (Installing new actions)
41972025-02-23T09:04:17.379Z[ host-image] Feb 23 09:04:16.251 INFO O| Feb 23 09:04:16.251 INFO O| Done
41982025-02-23T09:04:18.036Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41992025-02-23T09:04:18.390Z[ host-image] Feb 23 09:04:17.262 INFO O| Feb 23 09:04:17.262 INFO O| Done
42002025-02-23T09:04:19.366Z[ host-image] Feb 23 09:04:18.238 INFO O| Feb 23 09:04:18.238 INFO STEP 11 (pkg_install) COMPLETE
42012025-02-23T09:04:19.366Z[ host-image] Feb 23 09:04:18.238 INFO O| Feb 23 09:04:18.238 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42022025-02-23T09:04:19.395Z[ host-image] Feb 23 09:04:18.267 INFO O| Feb 23 09:04:18.267 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"]
42032025-02-23T09:04:21.791Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42042025-02-23T09:04:22.274Z[ recovery-image] Feb 23 09:04:21.145 INFO O| Feb 23 09:04:21.145 INFO O| Actions: 19801/25107 actions (Installing new actions)
42052025-02-23T09:04:22.934Z[ host-image] Feb 23 09:04:21.805 INFO O| Feb 23 09:04:21.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42062025-02-23T09:04:24.050Z[ recovery-image] Feb 23 09:04:22.921 INFO O| Feb 23 09:04:22.921 INFO O| Actions: Completed 25107 actions in 16.78 seconds.
42072025-02-23T09:04:24.873Z[ recovery-image] Feb 23 09:04:23.743 INFO O| Feb 23 09:04:23.743 INFO O| Done
42082025-02-23T09:04:24.873Z[ recovery-image] Feb 23 09:04:23.743 INFO O| Feb 23 09:04:23.743 INFO O| Done
42092025-02-23T09:04:26.673Z[ recovery-image] Feb 23 09:04:25.544 INFO O| Feb 23 09:04:25.543 INFO O| Done
42102025-02-23T09:04:28.757Z[ recovery-image] Feb 23 09:04:27.627 INFO O| Feb 23 09:04:27.627 INFO O| Done
42112025-02-23T09:04:28.786Z[ recovery-image] Feb 23 09:04:27.656 INFO O| Feb 23 09:04:27.656 INFO O| Done
42122025-02-23T09:04:28.821Z[ host-image] Feb 23 09:04:27.687 INFO O| Feb 23 09:04:27.687 INFO O| Planning: Solver setup ... Done
42132025-02-23T09:04:28.825Z[ host-image] Feb 23 09:04:27.695 INFO O| Feb 23 09:04:27.695 INFO O| Planning: Running solver ... Done
42142025-02-23T09:04:28.960Z[ host-image] Feb 23 09:04:27.830 INFO O| Feb 23 09:04:27.830 INFO O| Planning: Finding local manifests ... Done
42152025-02-23T09:04:28.963Z[ host-image] Feb 23 09:04:27.832 INFO O| Feb 23 09:04:27.832 INFO O| Planning: Fetching manifests: 0/5 0% complete
42162025-02-23T09:04:29.272Z[ host-image] Feb 23 09:04:28.142 INFO O| Feb 23 09:04:28.142 INFO O| Planning: Fetching manifests: 5/5 100% complete
42172025-02-23T09:04:29.346Z[ host-image] Feb 23 09:04:28.216 INFO O| Feb 23 09:04:28.216 INFO O| Planning: Package planning ... Done
42182025-02-23T09:04:29.353Z[ host-image] Feb 23 09:04:28.223 INFO O| Feb 23 09:04:28.223 INFO O| Planning: Merging actions ... Done
42192025-02-23T09:04:29.562Z[ host-image] Feb 23 09:04:28.431 INFO O| Feb 23 09:04:28.431 INFO O| Planning: Checking for conflicting actions ... Done
42202025-02-23T09:04:29.577Z[ host-image] Feb 23 09:04:28.434 INFO O| Feb 23 09:04:28.433 INFO O| Planning: Consolidating action changes ... Done
42212025-02-23T09:04:29.980Z[ host-image] Feb 23 09:04:28.849 INFO O| Feb 23 09:04:28.849 INFO O| Planning: Evaluating mediators ... Done
42222025-02-23T09:04:29.984Z[ host-image] Feb 23 09:04:28.854 INFO O| Feb 23 09:04:28.852 INFO O| Planning: Planning completed in 7.05 seconds
42232025-02-23T09:04:29.987Z[ host-image] Feb 23 09:04:28.855 INFO O| Feb 23 09:04:28.854 INFO O| Packages to install: 5
42242025-02-23T09:04:29.987Z[ host-image] Feb 23 09:04:28.855 INFO O| Feb 23 09:04:28.855 INFO O| Services to change: 2
42252025-02-23T09:04:30.006Z[ host-image] Feb 23 09:04:28.876 INFO O| Feb 23 09:04:28.876 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
42262025-02-23T09:04:30.732Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42272025-02-23T09:04:31.181Z[ host-image] Feb 23 09:04:30.050 INFO O| Feb 23 09:04:30.050 INFO O| Download: Completed 1.46 MB in 1.17 seconds (1.2M/s)
42282025-02-23T09:04:31.289Z[ host-image] Feb 23 09:04:30.158 INFO O| Feb 23 09:04:30.158 INFO O| Actions: 1/306 actions (Installing new actions)
42292025-02-23T09:04:31.492Z[ host-image] Feb 23 09:04:30.362 INFO O| Feb 23 09:04:30.361 INFO O| Actions: Completed 306 actions in 0.20 seconds.
42302025-02-23T09:04:32.091Z[ host-image] Feb 23 09:04:30.956 INFO O| Feb 23 09:04:30.956 INFO O| Done
42312025-02-23T09:04:32.091Z[ host-image] Feb 23 09:04:30.956 INFO O| Feb 23 09:04:30.956 INFO O| Done
42322025-02-23T09:04:32.451Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
42332025-02-23T09:04:33.506Z[ host-image] Feb 23 09:04:32.374 INFO O| Feb 23 09:04:32.374 INFO O| Done
42342025-02-23T09:04:33.704Z[ recovery-image] Feb 23 09:04:32.573 INFO O| Feb 23 09:04:32.572 INFO O| Done
42352025-02-23T09:04:34.452Z[ recovery-image] Feb 23 09:04:33.319 INFO O| Feb 23 09:04:33.319 INFO O| Done
42362025-02-23T09:04:35.098Z[ recovery-image] Feb 23 09:04:33.966 INFO O| Feb 23 09:04:33.966 INFO STEP 11 (pkg_install) COMPLETE
42372025-02-23T09:04:35.098Z[ recovery-image] Feb 23 09:04:33.966 INFO O| Feb 23 09:04:33.966 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42382025-02-23T09:04:35.100Z[ recovery-image] Feb 23 09:04:33.966 INFO O| Feb 23 09:04:33.966 INFO skip step because feature "recovery" is enabled
42392025-02-23T09:04:35.102Z[ recovery-image] Feb 23 09:04:33.966 INFO O| Feb 23 09:04:33.966 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42402025-02-23T09:04:35.102Z[ recovery-image] Feb 23 09:04:33.966 INFO O| Feb 23 09:04:33.966 INFO skip step because feature "omicron1" is not enabled
42412025-02-23T09:04:35.102Z[ recovery-image] Feb 23 09:04:33.966 INFO O| Feb 23 09:04:33.966 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42422025-02-23T09:04:35.118Z[ recovery-image] Feb 23 09:04:33.987 INFO O| Feb 23 09:04:33.987 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42432025-02-23T09:04:36.254Z[ recovery-image] Feb 23 09:04:35.122 INFO O| Feb 23 09:04:35.122 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42442025-02-23T09:04:36.314Z[ host-image] Feb 23 09:04:35.182 INFO O| Feb 23 09:04:35.182 INFO O| Done
42452025-02-23T09:04:36.354Z[ host-image] Feb 23 09:04:35.222 INFO O| Feb 23 09:04:35.222 INFO O| Done
42462025-02-23T09:04:36.357Z[ host-image] Feb 23 09:04:35.222 INFO O| Feb 23 09:04:35.222 INFO O| Done
42472025-02-23T09:04:36.382Z[ host-image] Feb 23 09:04:35.250 INFO O| Feb 23 09:04:35.250 INFO O| Done
42482025-02-23T09:04:36.587Z[ host-image] Feb 23 09:04:35.455 INFO O| Feb 23 09:04:35.455 INFO STEP 12 (pkg_install) COMPLETE
42492025-02-23T09:04:36.588Z[ host-image] Feb 23 09:04:35.455 INFO O| Feb 23 09:04:35.455 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42502025-02-23T09:04:36.610Z[ host-image] Feb 23 09:04:35.478 INFO O| Feb 23 09:04:35.478 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42512025-02-23T09:04:37.794Z[ host-image] Feb 23 09:04:36.662 INFO O| Feb 23 09:04:36.662 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42522025-02-23T09:04:40.659Z[verify-libraries] Compiling petname v2.0.2
42532025-02-23T09:04:41.114Z[ recovery-image] Feb 23 09:04:39.981 INFO O| Feb 23 09:04:39.981 INFO O| Planning: Solver setup ... Done
42542025-02-23T09:04:41.121Z[ recovery-image] Feb 23 09:04:39.988 INFO O| Feb 23 09:04:39.988 INFO O| Planning: Running solver ... Done
42552025-02-23T09:04:41.254Z[ recovery-image] Feb 23 09:04:40.121 INFO O| Feb 23 09:04:40.120 INFO O| Planning: Finding local manifests ... Done
42562025-02-23T09:04:41.256Z[ recovery-image] Feb 23 09:04:40.121 INFO O| Feb 23 09:04:40.121 INFO O| Planning: Fetching manifests: 0/1 0% complete
42572025-02-23T09:04:41.457Z[ recovery-image] Feb 23 09:04:40.324 INFO O| Feb 23 09:04:40.324 INFO O| Planning: Fetching manifests: 1/1 100% complete
42582025-02-23T09:04:41.485Z[ recovery-image] Feb 23 09:04:40.352 INFO O| Feb 23 09:04:40.352 INFO O| Planning: Package planning ... Done
42592025-02-23T09:04:41.488Z[ recovery-image] Feb 23 09:04:40.353 INFO O| Feb 23 09:04:40.353 INFO O| Planning: Merging actions ... Done
42602025-02-23T09:04:41.546Z[ recovery-image] Feb 23 09:04:40.413 INFO O| Feb 23 09:04:40.413 INFO O| Planning: Checking for conflicting actions ... Done
42612025-02-23T09:04:41.550Z[ recovery-image] Feb 23 09:04:40.414 INFO O| Feb 23 09:04:40.414 INFO O| Planning: Consolidating action changes ... Done
42622025-02-23T09:04:41.820Z[ recovery-image] Feb 23 09:04:40.686 INFO O| Feb 23 09:04:40.686 INFO O| Planning: Evaluating mediators ... Done
42632025-02-23T09:04:41.823Z[ recovery-image] Feb 23 09:04:40.687 INFO O| Feb 23 09:04:40.687 INFO O| Planning: Planning completed in 5.56 seconds
42642025-02-23T09:04:41.823Z[ recovery-image] Feb 23 09:04:40.690 INFO O| Feb 23 09:04:40.689 INFO O| Packages to install: 1
42652025-02-23T09:04:41.843Z[ recovery-image] Feb 23 09:04:40.710 INFO O| Feb 23 09:04:40.710 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42662025-02-23T09:04:41.975Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42672025-02-23T09:04:42.445Z[ host-image] Feb 23 09:04:41.311 INFO O| Feb 23 09:04:41.311 INFO O| Planning: Solver setup ... Done
42682025-02-23T09:04:42.500Z[ host-image] Feb 23 09:04:41.366 INFO O| Feb 23 09:04:41.366 INFO O| Planning: Running solver ... Done
42692025-02-23T09:04:42.511Z[ recovery-image] Feb 23 09:04:41.378 INFO O| Feb 23 09:04:41.377 INFO O| Download: Completed 10.27 MB in 0.67 seconds (15.4M/s)
42702025-02-23T09:04:42.596Z[ host-image] Feb 23 09:04:41.463 INFO O| Feb 23 09:04:41.463 INFO O| Planning: Finding local manifests ... Done
42712025-02-23T09:04:42.599Z[ host-image] Feb 23 09:04:41.465 INFO O| Feb 23 09:04:41.465 INFO O| Planning: Fetching manifests: 0/6 0% complete
42722025-02-23T09:04:42.631Z[ recovery-image] Feb 23 09:04:41.498 INFO O| Feb 23 09:04:41.498 INFO O| Actions: 1/22 actions (Installing new actions)
42732025-02-23T09:04:42.908Z[ host-image] Feb 23 09:04:41.775 INFO O| Feb 23 09:04:41.774 INFO O| Planning: Fetching manifests: 6/6 100% complete
42742025-02-23T09:04:42.973Z[ host-image] Feb 23 09:04:41.840 INFO O| Feb 23 09:04:41.840 INFO O| Planning: Package planning ... Done
42752025-02-23T09:04:42.993Z[verify-libraries] Compiling internet-checksum v0.2.1
42762025-02-23T09:04:43.011Z[ host-image] Feb 23 09:04:41.878 INFO O| Feb 23 09:04:41.877 INFO O| Planning: Merging actions ... Done
42772025-02-23T09:04:43.071Z[ recovery-image] Feb 23 09:04:41.937 INFO O| Feb 23 09:04:41.937 INFO O| Actions: Completed 22 actions in 0.44 seconds.
42782025-02-23T09:04:43.182Z[ host-image] Feb 23 09:04:42.035 INFO O| Feb 23 09:04:42.035 INFO O| Planning: Checking for conflicting actions ... Done
42792025-02-23T09:04:43.188Z[ host-image] Feb 23 09:04:42.053 INFO O| Feb 23 09:04:42.052 INFO O| Planning: Consolidating action changes ... Done
42802025-02-23T09:04:43.594Z[ host-image] Feb 23 09:04:42.460 INFO O| Feb 23 09:04:42.460 INFO O| Planning: Evaluating mediators ... Done
42812025-02-23T09:04:43.600Z[ host-image] Feb 23 09:04:42.466 INFO O| Feb 23 09:04:42.466 INFO O| Planning: Planning completed in 5.80 seconds
42822025-02-23T09:04:43.602Z[ host-image] Feb 23 09:04:42.469 INFO O| Feb 23 09:04:42.469 INFO O| Packages to install: 6
42832025-02-23T09:04:43.602Z[ host-image] Feb 23 09:04:42.469 INFO O| Feb 23 09:04:42.469 INFO O| Mediators to change: 1
42842025-02-23T09:04:43.602Z[ host-image] Feb 23 09:04:42.469 INFO O| Feb 23 09:04:42.469 INFO O| Services to change: 1
42852025-02-23T09:04:43.624Z[ host-image] Feb 23 09:04:42.491 INFO O| Feb 23 09:04:42.490 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
42862025-02-23T09:04:43.812Z[ recovery-image] Feb 23 09:04:42.678 INFO O| Feb 23 09:04:42.678 INFO O| Done
42872025-02-23T09:04:43.812Z[ recovery-image] Feb 23 09:04:42.678 INFO O| Feb 23 09:04:42.678 INFO O| Done
42882025-02-23T09:04:45.078Z[ recovery-image] Feb 23 09:04:43.944 INFO O| Feb 23 09:04:43.944 INFO O| Done
42892025-02-23T09:04:47.017Z[ recovery-image] Feb 23 09:04:45.883 INFO O| Feb 23 09:04:45.883 INFO O| Done
42902025-02-23T09:04:47.040Z[ recovery-image] Feb 23 09:04:45.905 INFO O| Feb 23 09:04:45.905 INFO O| Done
42912025-02-23T09:04:47.042Z[ recovery-image] Feb 23 09:04:45.906 INFO O| Feb 23 09:04:45.906 INFO O| Done
42922025-02-23T09:04:47.058Z[ recovery-image] Feb 23 09:04:45.924 INFO O| Feb 23 09:04:45.924 INFO O| Done
42932025-02-23T09:04:47.221Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO STEP 14 (pkg_install) COMPLETE
42942025-02-23T09:04:47.221Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42952025-02-23T09:04:47.221Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO skip step because feature "mfg" is not enabled
42962025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42972025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO skip step because feature "compliance" is not enabled
42982025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42992025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO skip step because feature "stress" is not enabled
43002025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43012025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO skip step because feature "nfs" is not enabled
43022025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43032025-02-23T09:04:47.224Z[ recovery-image] Feb 23 09:04:46.087 INFO O| Feb 23 09:04:46.087 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43042025-02-23T09:04:47.288Z[ recovery-image] Feb 23 09:04:46.154 INFO O| Feb 23 09:04:46.154 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
43052025-02-23T09:04:47.404Z[ recovery-image] Feb 23 09:04:46.270 INFO O| Feb 23 09:04:46.270 INFO completed processing gimlet/ramdisk-01-os
43062025-02-23T09:04:47.408Z[ recovery-image] Feb 23 09:04:46.274 INFO image builder template: ramdisk-02-trim...
43072025-02-23T09:04:47.411Z[ recovery-image] Feb 23 09:04:46.274 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/.tmpd4Sah6/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.334", "-n", "ramdisk-02-trim"], pwd: None
43082025-02-23T09:04:47.454Z[ recovery-image] Feb 23 09:04:46.320 INFO O| Feb 23 09:04:46.320 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43092025-02-23T09:04:47.478Z[ recovery-image] Feb 23 09:04:46.344 INFO O| Feb 23 09:04:46.344 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43102025-02-23T09:04:47.563Z[ recovery-image] Feb 23 09:04:46.428 INFO O| Feb 23 09:04:46.428 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
43112025-02-23T09:04:47.615Z[ recovery-image] Feb 23 09:04:46.480 INFO O| Feb 23 09:04:46.480 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43122025-02-23T09:04:47.617Z[ recovery-image] Feb 23 09:04:46.480 INFO O| Feb 23 09:04:46.480 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43132025-02-23T09:04:47.627Z[ recovery-image] Feb 23 09:04:46.492 INFO O| Feb 23 09:04:46.492 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43142025-02-23T09:04:47.649Z[ recovery-image] Feb 23 09:04:46.515 INFO O| Feb 23 09:04:46.515 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43152025-02-23T09:04:47.702Z[ recovery-image] Feb 23 09:04:46.567 INFO O| Feb 23 09:04:46.567 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43162025-02-23T09:04:48.260Z[ recovery-image] Feb 23 09:04:47.125 INFO O| Feb 23 09:04:47.125 INFO rolled back to input snapshot; work may begin
43172025-02-23T09:04:48.260Z[ recovery-image] Feb 23 09:04:47.125 INFO O| Feb 23 09:04:47.125 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43182025-02-23T09:04:48.270Z[ recovery-image] Feb 23 09:04:47.135 INFO O| Feb 23 09:04:47.135 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192025-02-23T09:04:48.297Z[ recovery-image] Feb 23 09:04:47.162 INFO O| Feb 23 09:04:47.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
43202025-02-23T09:04:48.438Z[ recovery-image] Feb 23 09:04:47.303 INFO O| Feb 23 09:04:47.303 INFO STEP 0 (remove_files) COMPLETE
43212025-02-23T09:04:48.438Z[ recovery-image] Feb 23 09:04:47.303 INFO O| Feb 23 09:04:47.303 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43222025-02-23T09:04:48.459Z[ recovery-image] Feb 23 09:04:47.324 INFO O| Feb 23 09:04:47.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43232025-02-23T09:04:48.462Z[ recovery-image] Feb 23 09:04:47.327 INFO O| Feb 23 09:04:47.327 INFO STEP 1 (remove_files) COMPLETE
43242025-02-23T09:04:48.462Z[ recovery-image] Feb 23 09:04:47.327 INFO O| Feb 23 09:04:47.327 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-02-23T09:04:48.482Z[ recovery-image] Feb 23 09:04:47.348 INFO O| Feb 23 09:04:47.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43262025-02-23T09:04:48.506Z[ recovery-image] Feb 23 09:04:47.369 INFO O| Feb 23 09:04:47.369 INFO STEP 2 (remove_files) COMPLETE
43272025-02-23T09:04:48.506Z[ recovery-image] Feb 23 09:04:47.369 INFO O| Feb 23 09:04:47.369 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43282025-02-23T09:04:48.525Z[ recovery-image] Feb 23 09:04:47.391 INFO O| Feb 23 09:04:47.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43292025-02-23T09:04:48.528Z[ recovery-image] Feb 23 09:04:47.393 INFO O| Feb 23 09:04:47.393 INFO STEP 3 (remove_files) COMPLETE
43302025-02-23T09:04:48.528Z[ recovery-image] Feb 23 09:04:47.393 INFO O| Feb 23 09:04:47.393 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43312025-02-23T09:04:48.549Z[ recovery-image] Feb 23 09:04:47.414 INFO O| Feb 23 09:04:47.414 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43322025-02-23T09:04:48.555Z[ recovery-image] Feb 23 09:04:47.420 INFO O| Feb 23 09:04:47.420 INFO STEP 4 (remove_files) COMPLETE
43332025-02-23T09:04:48.555Z[ recovery-image] Feb 23 09:04:47.420 INFO O| Feb 23 09:04:47.420 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43342025-02-23T09:04:48.575Z[ recovery-image] Feb 23 09:04:47.441 INFO O| Feb 23 09:04:47.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43352025-02-23T09:04:48.580Z[ recovery-image] Feb 23 09:04:47.441 INFO O| Feb 23 09:04:47.441 INFO STEP 5 (remove_files) COMPLETE
43362025-02-23T09:04:48.580Z[ recovery-image] Feb 23 09:04:47.441 INFO O| Feb 23 09:04:47.441 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43372025-02-23T09:04:48.597Z[ recovery-image] Feb 23 09:04:47.461 INFO O| Feb 23 09:04:47.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43382025-02-23T09:04:48.611Z[ recovery-image] Feb 23 09:04:47.476 INFO O| Feb 23 09:04:47.476 INFO STEP 6 (remove_files) COMPLETE
43392025-02-23T09:04:48.611Z[ recovery-image] Feb 23 09:04:47.476 INFO O| Feb 23 09:04:47.476 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43402025-02-23T09:04:48.611Z[ recovery-image] Feb 23 09:04:47.477 INFO O| Feb 23 09:04:47.476 INFO skip step because feature "recovery" is enabled
43412025-02-23T09:04:48.614Z[ recovery-image] Feb 23 09:04:47.477 INFO O| Feb 23 09:04:47.476 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422025-02-23T09:04:48.614Z[ recovery-image] Feb 23 09:04:47.477 INFO O| Feb 23 09:04:47.476 INFO skip step because feature "recovery" is enabled
43432025-02-23T09:04:48.614Z[ recovery-image] Feb 23 09:04:47.477 INFO O| Feb 23 09:04:47.476 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43442025-02-23T09:04:48.614Z[ recovery-image] Feb 23 09:04:47.477 INFO O| Feb 23 09:04:47.476 INFO skip step because feature "recovery" is enabled
43452025-02-23T09:04:48.614Z[ recovery-image] Feb 23 09:04:47.477 INFO O| Feb 23 09:04:47.476 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-02-23T09:04:48.625Z[ host-image] Feb 23 09:04:47.491 INFO O| Feb 23 09:04:47.490 INFO O| Download: 1129/1140 items 6.6/8.4MB 78% complete (1.3M/s)
43472025-02-23T09:04:48.634Z[ recovery-image] Feb 23 09:04:47.499 INFO O| Feb 23 09:04:47.499 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43482025-02-23T09:04:48.639Z[ recovery-image] Feb 23 09:04:47.504 INFO O| Feb 23 09:04:47.504 INFO STEP 10 (remove_files) COMPLETE
43492025-02-23T09:04:48.639Z[ recovery-image] Feb 23 09:04:47.504 INFO O| Feb 23 09:04:47.504 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43502025-02-23T09:04:48.661Z[ recovery-image] Feb 23 09:04:47.525 INFO O| Feb 23 09:04:47.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43512025-02-23T09:04:48.665Z[ recovery-image] Feb 23 09:04:47.526 INFO O| Feb 23 09:04:47.526 INFO STEP 11 (remove_files) COMPLETE
43522025-02-23T09:04:48.665Z[ recovery-image] Feb 23 09:04:47.526 INFO O| Feb 23 09:04:47.526 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532025-02-23T09:04:48.682Z[ recovery-image] Feb 23 09:04:47.548 INFO O| Feb 23 09:04:47.548 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43542025-02-23T09:04:48.686Z[ recovery-image] Feb 23 09:04:47.550 INFO O| Feb 23 09:04:47.550 INFO STEP 12 (remove_files) COMPLETE
43552025-02-23T09:04:48.686Z[ recovery-image] Feb 23 09:04:47.550 INFO O| Feb 23 09:04:47.550 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43562025-02-23T09:04:49.011Z[ recovery-image] Feb 23 09:04:47.876 INFO O| Feb 23 09:04:47.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43572025-02-23T09:04:49.071Z[ recovery-image] Feb 23 09:04:47.935 INFO O| Feb 23 09:04:47.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43582025-02-23T09:04:49.077Z[ recovery-image] Feb 23 09:04:47.942 INFO O| Feb 23 09:04:47.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43592025-02-23T09:04:49.080Z[ recovery-image] Feb 23 09:04:47.944 INFO O| Feb 23 09:04:47.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43602025-02-23T09:04:49.086Z[ host-image] Feb 23 09:04:47.951 INFO O| Feb 23 09:04:47.951 INFO O| Download: Completed 8.42 MB in 5.46 seconds (1.5M/s)
43612025-02-23T09:04:49.188Z[ recovery-image] Feb 23 09:04:48.053 INFO O| Feb 23 09:04:48.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43622025-02-23T09:04:49.192Z[ recovery-image] Feb 23 09:04:48.054 INFO O| Feb 23 09:04:48.054 INFO STEP 13 (remove_files) COMPLETE
43632025-02-23T09:04:49.192Z[ recovery-image] Feb 23 09:04:48.054 INFO O| Feb 23 09:04:48.054 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-02-23T09:04:49.233Z[ recovery-image] Feb 23 09:04:48.097 INFO O| Feb 23 09:04:48.097 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43652025-02-23T09:04:49.235Z[ recovery-image] Feb 23 09:04:48.099 INFO O| Feb 23 09:04:48.099 INFO STEP 14 (remove_files) COMPLETE
43662025-02-23T09:04:49.235Z[ recovery-image] Feb 23 09:04:48.099 INFO O| Feb 23 09:04:48.099 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43672025-02-23T09:04:49.257Z[ recovery-image] Feb 23 09:04:48.121 INFO O| Feb 23 09:04:48.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43682025-02-23T09:04:49.265Z[ recovery-image] Feb 23 09:04:48.130 INFO O| Feb 23 09:04:48.130 INFO STEP 15 (remove_files) COMPLETE
43692025-02-23T09:04:49.265Z[ recovery-image] Feb 23 09:04:48.130 INFO O| Feb 23 09:04:48.130 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-02-23T09:04:49.291Z[ recovery-image] Feb 23 09:04:48.156 INFO O| Feb 23 09:04:48.156 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43712025-02-23T09:04:49.294Z[ recovery-image] Feb 23 09:04:48.156 INFO O| Feb 23 09:04:48.156 INFO STEP 16 (remove_files) COMPLETE
43722025-02-23T09:04:49.294Z[ recovery-image] Feb 23 09:04:48.156 INFO O| Feb 23 09:04:48.156 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732025-02-23T09:04:49.329Z[ recovery-image] Feb 23 09:04:48.194 INFO O| Feb 23 09:04:48.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43742025-02-23T09:04:49.333Z[ recovery-image] Feb 23 09:04:48.196 INFO O| Feb 23 09:04:48.196 INFO STEP 17 (remove_files) COMPLETE
43752025-02-23T09:04:49.333Z[ recovery-image] Feb 23 09:04:48.196 INFO O| Feb 23 09:04:48.196 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-02-23T09:04:49.342Z[ host-image] Feb 23 09:04:48.207 INFO O| Feb 23 09:04:48.207 INFO O| Actions: 1/1361 actions (Installing new actions)
43772025-02-23T09:04:49.353Z[ recovery-image] Feb 23 09:04:48.218 INFO O| Feb 23 09:04:48.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43782025-02-23T09:04:49.353Z[ recovery-image] Feb 23 09:04:48.218 INFO O| Feb 23 09:04:48.218 INFO STEP 18 (remove_files) COMPLETE
43792025-02-23T09:04:49.353Z[ recovery-image] Feb 23 09:04:48.218 INFO O| Feb 23 09:04:48.218 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43802025-02-23T09:04:49.396Z[ recovery-image] Feb 23 09:04:48.261 INFO O| Feb 23 09:04:48.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
43812025-02-23T09:04:49.396Z[ recovery-image] Feb 23 09:04:48.261 INFO O| Feb 23 09:04:48.261 INFO STEP 19 (remove_files) COMPLETE
43822025-02-23T09:04:49.396Z[ recovery-image] Feb 23 09:04:48.261 INFO O| Feb 23 09:04:48.261 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43832025-02-23T09:04:49.415Z[ recovery-image] Feb 23 09:04:48.281 INFO O| Feb 23 09:04:48.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
43842025-02-23T09:04:49.415Z[ recovery-image] Feb 23 09:04:48.281 INFO O| Feb 23 09:04:48.281 INFO STEP 20 (remove_files) COMPLETE
43852025-02-23T09:04:49.418Z[ recovery-image] Feb 23 09:04:48.281 INFO O| Feb 23 09:04:48.281 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43862025-02-23T09:04:49.433Z[ recovery-image] Feb 23 09:04:48.298 INFO O| Feb 23 09:04:48.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43872025-02-23T09:04:49.433Z[ recovery-image] Feb 23 09:04:48.298 INFO O| Feb 23 09:04:48.298 INFO STEP 21 (remove_files) COMPLETE
43882025-02-23T09:04:49.434Z[ recovery-image] Feb 23 09:04:48.298 INFO O| Feb 23 09:04:48.298 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43892025-02-23T09:04:49.451Z[ recovery-image] Feb 23 09:04:48.316 INFO O| Feb 23 09:04:48.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43902025-02-23T09:04:49.451Z[ recovery-image] Feb 23 09:04:48.316 INFO O| Feb 23 09:04:48.316 INFO STEP 22 (remove_files) COMPLETE
43912025-02-23T09:04:49.454Z[ recovery-image] Feb 23 09:04:48.316 INFO O| Feb 23 09:04:48.316 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43922025-02-23T09:04:49.469Z[ recovery-image] Feb 23 09:04:48.334 INFO O| Feb 23 09:04:48.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43932025-02-23T09:04:49.469Z[ recovery-image] Feb 23 09:04:48.335 INFO O| Feb 23 09:04:48.335 INFO STEP 23 (remove_files) COMPLETE
43942025-02-23T09:04:49.469Z[ recovery-image] Feb 23 09:04:48.335 INFO O| Feb 23 09:04:48.335 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43952025-02-23T09:04:49.509Z[ recovery-image] Feb 23 09:04:48.374 INFO O| Feb 23 09:04:48.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
43962025-02-23T09:04:49.509Z[ recovery-image] Feb 23 09:04:48.374 INFO O| Feb 23 09:04:48.374 INFO STEP 24 (remove_files) COMPLETE
43972025-02-23T09:04:49.512Z[ recovery-image] Feb 23 09:04:48.374 INFO O| Feb 23 09:04:48.374 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43982025-02-23T09:04:49.541Z[ recovery-image] Feb 23 09:04:48.407 INFO O| Feb 23 09:04:48.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
43992025-02-23T09:04:49.542Z[ recovery-image] Feb 23 09:04:48.407 INFO O| Feb 23 09:04:48.407 INFO STEP 25 (remove_files) COMPLETE
44002025-02-23T09:04:49.542Z[ recovery-image] Feb 23 09:04:48.407 INFO O| Feb 23 09:04:48.407 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44012025-02-23T09:04:49.606Z[ recovery-image] Feb 23 09:04:48.471 INFO O| Feb 23 09:04:48.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
44022025-02-23T09:04:49.606Z[ recovery-image] Feb 23 09:04:48.471 INFO O| Feb 23 09:04:48.471 INFO STEP 26 (remove_files) COMPLETE
44032025-02-23T09:04:49.606Z[ recovery-image] Feb 23 09:04:48.471 INFO O| Feb 23 09:04:48.471 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042025-02-23T09:04:49.633Z[ recovery-image] Feb 23 09:04:48.498 INFO O| Feb 23 09:04:48.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
44052025-02-23T09:04:49.636Z[ recovery-image] Feb 23 09:04:48.499 INFO O| Feb 23 09:04:48.499 INFO STEP 27 (remove_files) COMPLETE
44062025-02-23T09:04:49.637Z[ recovery-image] Feb 23 09:04:48.499 INFO O| Feb 23 09:04:48.499 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44072025-02-23T09:04:49.695Z[ recovery-image] Feb 23 09:04:48.521 INFO O| Feb 23 09:04:48.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
44082025-02-23T09:04:49.695Z[ recovery-image] Feb 23 09:04:48.521 INFO O| Feb 23 09:04:48.521 INFO STEP 28 (remove_files) COMPLETE
44092025-02-23T09:04:49.762Z[ recovery-image] Feb 23 09:04:48.521 INFO O| Feb 23 09:04:48.521 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44102025-02-23T09:04:49.762Z[ recovery-image] Feb 23 09:04:48.539 INFO O| Feb 23 09:04:48.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
44112025-02-23T09:04:49.762Z[ recovery-image] Feb 23 09:04:48.540 INFO O| Feb 23 09:04:48.540 INFO STEP 29 (remove_files) COMPLETE
44122025-02-23T09:04:49.763Z[ recovery-image] Feb 23 09:04:48.540 INFO O| Feb 23 09:04:48.540 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44132025-02-23T09:04:49.819Z[ recovery-image] Feb 23 09:04:48.558 INFO O| Feb 23 09:04:48.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
44142025-02-23T09:04:49.819Z[ recovery-image] Feb 23 09:04:48.558 INFO O| Feb 23 09:04:48.558 INFO STEP 30 (remove_files) COMPLETE
44152025-02-23T09:04:49.819Z[ recovery-image] Feb 23 09:04:48.558 INFO O| Feb 23 09:04:48.558 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44162025-02-23T09:04:49.819Z[ recovery-image] Feb 23 09:04:48.590 INFO O| Feb 23 09:04:48.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
44172025-02-23T09:04:49.819Z[ recovery-image] Feb 23 09:04:48.590 INFO O| Feb 23 09:04:48.590 INFO STEP 31 (remove_files) COMPLETE
44182025-02-23T09:04:49.819Z[ recovery-image] Feb 23 09:04:48.590 INFO O| Feb 23 09:04:48.590 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44192025-02-23T09:04:49.851Z[ recovery-image] Feb 23 09:04:48.642 INFO O| Feb 23 09:04:48.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
44202025-02-23T09:04:49.851Z[ recovery-image] Feb 23 09:04:48.642 INFO O| Feb 23 09:04:48.642 INFO STEP 32 (remove_files) COMPLETE
44212025-02-23T09:04:49.851Z[ recovery-image] Feb 23 09:04:48.642 INFO O| Feb 23 09:04:48.642 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44222025-02-23T09:04:49.851Z[ recovery-image] Feb 23 09:04:48.682 INFO O| Feb 23 09:04:48.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44232025-02-23T09:04:49.851Z[ recovery-image] Feb 23 09:04:48.682 INFO O| Feb 23 09:04:48.682 INFO STEP 33 (remove_files) COMPLETE
44242025-02-23T09:04:49.851Z[ recovery-image] Feb 23 09:04:48.682 INFO O| Feb 23 09:04:48.682 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44252025-02-23T09:04:50.024Z[ recovery-image] Feb 23 09:04:48.723 INFO O| Feb 23 09:04:48.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44262025-02-23T09:04:50.024Z[ recovery-image] Feb 23 09:04:48.723 INFO O| Feb 23 09:04:48.723 INFO STEP 34 (remove_files) COMPLETE
44272025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.723 INFO O| Feb 23 09:04:48.723 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.768 INFO O| Feb 23 09:04:48.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44292025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.768 INFO O| Feb 23 09:04:48.768 INFO STEP 35 (remove_files) COMPLETE
44302025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.768 INFO O| Feb 23 09:04:48.768 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44312025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.789 INFO O| Feb 23 09:04:48.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44322025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.789 INFO O| Feb 23 09:04:48.789 INFO STEP 36 (remove_files) COMPLETE
44332025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.789 INFO O| Feb 23 09:04:48.789 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44342025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.809 INFO O| Feb 23 09:04:48.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44352025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.809 INFO O| Feb 23 09:04:48.809 INFO STEP 37 (remove_files) COMPLETE
44362025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.809 INFO O| Feb 23 09:04:48.809 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44372025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.853 INFO O| Feb 23 09:04:48.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44382025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.853 INFO O| Feb 23 09:04:48.853 INFO STEP 38 (remove_files) COMPLETE
44392025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.853 INFO O| Feb 23 09:04:48.853 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44402025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.870 INFO O| Feb 23 09:04:48.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44412025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.871 INFO O| Feb 23 09:04:48.871 INFO STEP 39 (remove_files) COMPLETE
44422025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.871 INFO O| Feb 23 09:04:48.871 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44432025-02-23T09:04:50.074Z[ recovery-image] Feb 23 09:04:48.890 INFO O| Feb 23 09:04:48.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44442025-02-23T09:04:50.076Z[ recovery-image] Feb 23 09:04:48.890 INFO O| Feb 23 09:04:48.890 INFO STEP 40 (remove_files) COMPLETE
44452025-02-23T09:04:50.076Z[ recovery-image] Feb 23 09:04:48.890 INFO O| Feb 23 09:04:48.890 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44462025-02-23T09:04:50.080Z[ recovery-image] Feb 23 09:04:48.908 INFO O| Feb 23 09:04:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44472025-02-23T09:04:50.080Z[ recovery-image] Feb 23 09:04:48.908 INFO O| Feb 23 09:04:48.908 INFO STEP 41 (remove_files) COMPLETE
44482025-02-23T09:04:50.080Z[ recovery-image] Feb 23 09:04:48.908 INFO O| Feb 23 09:04:48.908 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44492025-02-23T09:04:50.080Z[ recovery-image] Feb 23 09:04:48.927 INFO O| Feb 23 09:04:48.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44502025-02-23T09:04:50.080Z[ recovery-image] Feb 23 09:04:48.927 INFO O| Feb 23 09:04:48.927 INFO STEP 42 (remove_files) COMPLETE
44512025-02-23T09:04:50.080Z[ recovery-image] Feb 23 09:04:48.927 INFO O| Feb 23 09:04:48.927 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44522025-02-23T09:04:50.083Z[ recovery-image] Feb 23 09:04:48.946 INFO O| Feb 23 09:04:48.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44532025-02-23T09:04:50.083Z[ recovery-image] Feb 23 09:04:48.946 INFO O| Feb 23 09:04:48.946 INFO STEP 43 (remove_files) COMPLETE
44542025-02-23T09:04:50.083Z[ recovery-image] Feb 23 09:04:48.946 INFO O| Feb 23 09:04:48.946 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44552025-02-23T09:04:50.128Z[ recovery-image] Feb 23 09:04:48.990 INFO O| Feb 23 09:04:48.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44562025-02-23T09:04:50.128Z[ recovery-image] Feb 23 09:04:48.990 INFO O| Feb 23 09:04:48.990 INFO STEP 44 (remove_files) COMPLETE
44572025-02-23T09:04:50.131Z[ recovery-image] Feb 23 09:04:48.990 INFO O| Feb 23 09:04:48.990 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44582025-02-23T09:04:50.146Z[ host-image] Feb 23 09:04:49.011 INFO O| Feb 23 09:04:49.011 INFO O| Actions: Completed 1361 actions in 0.80 seconds.
44592025-02-23T09:04:50.149Z[ recovery-image] Feb 23 09:04:49.012 INFO O| Feb 23 09:04:49.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44602025-02-23T09:04:50.149Z[ recovery-image] Feb 23 09:04:49.012 INFO O| Feb 23 09:04:49.012 INFO STEP 45 (remove_files) COMPLETE
44612025-02-23T09:04:50.149Z[ recovery-image] Feb 23 09:04:49.012 INFO O| Feb 23 09:04:49.012 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44622025-02-23T09:04:50.170Z[ recovery-image] Feb 23 09:04:49.035 INFO O| Feb 23 09:04:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44632025-02-23T09:04:50.170Z[ recovery-image] Feb 23 09:04:49.035 INFO O| Feb 23 09:04:49.035 INFO STEP 46 (remove_files) COMPLETE
44642025-02-23T09:04:50.175Z[ recovery-image] Feb 23 09:04:49.035 INFO O| Feb 23 09:04:49.035 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44652025-02-23T09:04:50.241Z[ recovery-image] Feb 23 09:04:49.104 INFO O| Feb 23 09:04:49.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44662025-02-23T09:04:50.241Z[ recovery-image] Feb 23 09:04:49.104 INFO O| Feb 23 09:04:49.104 INFO STEP 47 (remove_files) COMPLETE
44672025-02-23T09:04:50.244Z[ recovery-image] Feb 23 09:04:49.104 INFO O| Feb 23 09:04:49.104 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44682025-02-23T09:04:50.272Z[ recovery-image] Feb 23 09:04:49.137 INFO O| Feb 23 09:04:49.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44692025-02-23T09:04:50.272Z[ recovery-image] Feb 23 09:04:49.137 INFO O| Feb 23 09:04:49.137 INFO STEP 48 (remove_files) COMPLETE
44702025-02-23T09:04:50.275Z[ recovery-image] Feb 23 09:04:49.137 INFO O| Feb 23 09:04:49.137 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44712025-02-23T09:04:50.303Z[ recovery-image] Feb 23 09:04:49.168 INFO O| Feb 23 09:04:49.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44722025-02-23T09:04:50.303Z[ recovery-image] Feb 23 09:04:49.168 INFO O| Feb 23 09:04:49.168 INFO STEP 49 (remove_files) COMPLETE
44732025-02-23T09:04:50.303Z[ recovery-image] Feb 23 09:04:49.168 INFO O| Feb 23 09:04:49.168 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44742025-02-23T09:04:50.362Z[ recovery-image] Feb 23 09:04:49.227 INFO O| Feb 23 09:04:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44752025-02-23T09:04:50.362Z[ recovery-image] Feb 23 09:04:49.227 INFO O| Feb 23 09:04:49.227 INFO STEP 50 (remove_files) COMPLETE
44762025-02-23T09:04:50.362Z[ recovery-image] Feb 23 09:04:49.227 INFO O| Feb 23 09:04:49.227 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44772025-02-23T09:04:50.384Z[ recovery-image] Feb 23 09:04:49.249 INFO O| Feb 23 09:04:49.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44782025-02-23T09:04:50.384Z[ recovery-image] Feb 23 09:04:49.249 INFO O| Feb 23 09:04:49.249 INFO STEP 51 (remove_files) COMPLETE
44792025-02-23T09:04:50.387Z[ recovery-image] Feb 23 09:04:49.249 INFO O| Feb 23 09:04:49.249 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44802025-02-23T09:04:50.416Z[ recovery-image] Feb 23 09:04:49.281 INFO O| Feb 23 09:04:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
44812025-02-23T09:04:50.419Z[ recovery-image] Feb 23 09:04:49.281 INFO O| Feb 23 09:04:49.281 INFO STEP 52 (remove_files) COMPLETE
44822025-02-23T09:04:50.419Z[ recovery-image] Feb 23 09:04:49.281 INFO O| Feb 23 09:04:49.281 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44832025-02-23T09:04:50.481Z[ recovery-image] Feb 23 09:04:49.346 INFO O| Feb 23 09:04:49.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
44842025-02-23T09:04:50.481Z[ recovery-image] Feb 23 09:04:49.346 INFO O| Feb 23 09:04:49.346 INFO STEP 53 (remove_files) COMPLETE
44852025-02-23T09:04:50.481Z[ recovery-image] Feb 23 09:04:49.346 INFO O| Feb 23 09:04:49.346 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44862025-02-23T09:04:50.544Z[ recovery-image] Feb 23 09:04:49.409 INFO O| Feb 23 09:04:49.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
44872025-02-23T09:04:50.544Z[ recovery-image] Feb 23 09:04:49.409 INFO O| Feb 23 09:04:49.409 INFO STEP 54 (remove_files) COMPLETE
44882025-02-23T09:04:50.544Z[ recovery-image] Feb 23 09:04:49.409 INFO O| Feb 23 09:04:49.409 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44892025-02-23T09:04:50.565Z[ recovery-image] Feb 23 09:04:49.430 INFO O| Feb 23 09:04:49.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44902025-02-23T09:04:50.565Z[ recovery-image] Feb 23 09:04:49.430 INFO O| Feb 23 09:04:49.430 INFO STEP 55 (remove_files) COMPLETE
44912025-02-23T09:04:50.565Z[ recovery-image] Feb 23 09:04:49.430 INFO O| Feb 23 09:04:49.430 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44922025-02-23T09:04:50.602Z[ recovery-image] Feb 23 09:04:49.467 INFO O| Feb 23 09:04:49.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44932025-02-23T09:04:50.603Z[ recovery-image] Feb 23 09:04:49.467 INFO O| Feb 23 09:04:49.467 INFO STEP 56 (remove_files) COMPLETE
44942025-02-23T09:04:50.603Z[ recovery-image] Feb 23 09:04:49.467 INFO O| Feb 23 09:04:49.467 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44952025-02-23T09:04:50.666Z[ recovery-image] Feb 23 09:04:49.531 INFO O| Feb 23 09:04:49.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
44962025-02-23T09:04:50.669Z[ recovery-image] Feb 23 09:04:49.531 INFO O| Feb 23 09:04:49.531 INFO STEP 57 (remove_files) COMPLETE
44972025-02-23T09:04:50.669Z[ recovery-image] Feb 23 09:04:49.532 INFO O| Feb 23 09:04:49.531 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44982025-02-23T09:04:50.687Z[ recovery-image] Feb 23 09:04:49.552 INFO O| Feb 23 09:04:49.552 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
44992025-02-23T09:04:50.691Z[ recovery-image] Feb 23 09:04:49.552 INFO O| Feb 23 09:04:49.552 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
45002025-02-23T09:04:50.692Z[ recovery-image] Feb 23 09:04:49.553 INFO O| Feb 23 09:04:49.553 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45012025-02-23T09:04:50.692Z[ recovery-image] Feb 23 09:04:49.553 INFO O| Feb 23 09:04:49.553 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45022025-02-23T09:04:50.692Z[ recovery-image] Feb 23 09:04:49.553 INFO O| Feb 23 09:04:49.553 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45032025-02-23T09:04:50.692Z[ recovery-image] Feb 23 09:04:49.553 INFO O| Feb 23 09:04:49.553 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45042025-02-23T09:04:50.692Z[ recovery-image] Feb 23 09:04:49.553 INFO O| Feb 23 09:04:49.553 INFO ok!
45052025-02-23T09:04:50.692Z[ recovery-image] Feb 23 09:04:49.553 INFO O| Feb 23 09:04:49.553 INFO STEP 58 (ensure_file) COMPLETE
45062025-02-23T09:04:50.692Z[ recovery-image] Feb 23 09:04:49.553 INFO O| Feb 23 09:04:49.553 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45072025-02-23T09:04:50.719Z[ host-image] Feb 23 09:04:49.583 INFO O| Feb 23 09:04:49.583 INFO O| Done
45082025-02-23T09:04:50.725Z[ host-image] Feb 23 09:04:49.583 INFO O| Feb 23 09:04:49.583 INFO O| Done
45092025-02-23T09:04:50.727Z[ recovery-image] Feb 23 09:04:49.590 INFO O| Feb 23 09:04:49.590 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45102025-02-23T09:04:50.727Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.590 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
45112025-02-23T09:04:50.727Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.591 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45122025-02-23T09:04:50.727Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.591 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45132025-02-23T09:04:50.727Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.591 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45142025-02-23T09:04:50.727Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.591 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45152025-02-23T09:04:50.728Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.591 INFO ok!
45162025-02-23T09:04:50.728Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.591 INFO STEP 59 (ensure_file) COMPLETE
45172025-02-23T09:04:50.728Z[ recovery-image] Feb 23 09:04:49.591 INFO O| Feb 23 09:04:49.591 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45182025-02-23T09:04:50.773Z[ recovery-image] Feb 23 09:04:49.637 INFO O| Feb 23 09:04:49.637 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
45192025-02-23T09:04:50.773Z[ recovery-image] Feb 23 09:04:49.637 INFO O| Feb 23 09:04:49.637 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
45202025-02-23T09:04:50.775Z[ recovery-image] Feb 23 09:04:49.637 INFO O| Feb 23 09:04:49.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
45212025-02-23T09:04:50.775Z[ recovery-image] Feb 23 09:04:49.638 INFO O| Feb 23 09:04:49.637 INFO ok!
45222025-02-23T09:04:50.775Z[ recovery-image] Feb 23 09:04:49.638 INFO O| Feb 23 09:04:49.637 INFO STEP 60 (ensure_file) COMPLETE
45232025-02-23T09:04:50.775Z[ recovery-image] Feb 23 09:04:49.638 INFO O| Feb 23 09:04:49.637 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45242025-02-23T09:04:50.794Z[ recovery-image] Feb 23 09:04:49.659 INFO O| Feb 23 09:04:49.658 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45252025-02-23T09:04:50.795Z[ recovery-image] Feb 23 09:04:49.659 INFO O| Feb 23 09:04:49.659 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45262025-02-23T09:04:50.800Z[ recovery-image] Feb 23 09:04:49.659 INFO O| Feb 23 09:04:49.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45272025-02-23T09:04:50.800Z[ recovery-image] Feb 23 09:04:49.659 INFO O| Feb 23 09:04:49.659 INFO ok!
45282025-02-23T09:04:50.801Z[ recovery-image] Feb 23 09:04:49.659 INFO O| Feb 23 09:04:49.659 INFO STEP 61 (ensure_file) COMPLETE
45292025-02-23T09:04:50.801Z[ recovery-image] Feb 23 09:04:49.659 INFO O| Feb 23 09:04:49.659 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45302025-02-23T09:04:50.828Z[ recovery-image] Feb 23 09:04:49.692 INFO O| Feb 23 09:04:49.692 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45312025-02-23T09:04:50.828Z[ recovery-image] Feb 23 09:04:49.692 INFO O| Feb 23 09:04:49.692 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45322025-02-23T09:04:50.831Z[ recovery-image] Feb 23 09:04:49.693 INFO O| Feb 23 09:04:49.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45332025-02-23T09:04:50.831Z[ recovery-image] Feb 23 09:04:49.693 INFO O| Feb 23 09:04:49.693 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45342025-02-23T09:04:50.831Z[ recovery-image] Feb 23 09:04:49.693 INFO O| Feb 23 09:04:49.693 INFO ok!
45352025-02-23T09:04:50.831Z[ recovery-image] Feb 23 09:04:49.693 INFO O| Feb 23 09:04:49.693 INFO STEP 62 (ensure_file) COMPLETE
45362025-02-23T09:04:50.831Z[ recovery-image] Feb 23 09:04:49.693 INFO O| Feb 23 09:04:49.693 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45372025-02-23T09:04:50.865Z[ recovery-image] Feb 23 09:04:49.729 INFO O| Feb 23 09:04:49.729 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45382025-02-23T09:04:50.865Z[ recovery-image] Feb 23 09:04:49.729 INFO O| Feb 23 09:04:49.729 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45392025-02-23T09:04:50.865Z[ recovery-image] Feb 23 09:04:49.730 INFO O| Feb 23 09:04:49.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45402025-02-23T09:04:50.868Z[ recovery-image] Feb 23 09:04:49.730 INFO O| Feb 23 09:04:49.730 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45412025-02-23T09:04:50.868Z[ recovery-image] Feb 23 09:04:49.730 INFO O| Feb 23 09:04:49.730 INFO ok!
45422025-02-23T09:04:50.868Z[ recovery-image] Feb 23 09:04:49.730 INFO O| Feb 23 09:04:49.730 INFO STEP 63 (ensure_file) COMPLETE
45432025-02-23T09:04:50.868Z[ recovery-image] Feb 23 09:04:49.730 INFO O| Feb 23 09:04:49.730 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45442025-02-23T09:04:50.928Z[ recovery-image] Feb 23 09:04:49.793 INFO O| Feb 23 09:04:49.793 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45452025-02-23T09:04:50.928Z[ recovery-image] Feb 23 09:04:49.793 INFO O| Feb 23 09:04:49.793 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45462025-02-23T09:04:50.929Z[ recovery-image] Feb 23 09:04:49.793 INFO O| Feb 23 09:04:49.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45472025-02-23T09:04:50.934Z[ recovery-image] Feb 23 09:04:49.793 INFO O| Feb 23 09:04:49.793 INFO ok!
45482025-02-23T09:04:50.934Z[ recovery-image] Feb 23 09:04:49.794 INFO O| Feb 23 09:04:49.793 INFO STEP 64 (assemble_files) COMPLETE
45492025-02-23T09:04:50.934Z[ recovery-image] Feb 23 09:04:49.794 INFO O| Feb 23 09:04:49.794 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45502025-02-23T09:04:50.949Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45512025-02-23T09:04:50.949Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45522025-02-23T09:04:50.952Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45532025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45542025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO ok!
45552025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO STEP 65 (ensure_file) COMPLETE
45562025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45572025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO skip step because feature "omicron1" is not enabled
45582025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45592025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO skip step because feature "omicron1" is not enabled
45602025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45612025-02-23T09:04:50.953Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO skip step because feature "omicron1" is not enabled
45622025-02-23T09:04:50.954Z[ recovery-image] Feb 23 09:04:49.814 INFO O| Feb 23 09:04:49.814 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45632025-02-23T09:04:50.993Z[ recovery-image] Feb 23 09:04:49.857 INFO O| Feb 23 09:04:49.857 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45642025-02-23T09:04:50.993Z[ recovery-image] Feb 23 09:04:49.858 INFO O| Feb 23 09:04:49.857 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45652025-02-23T09:04:52.480Z[ host-image] Feb 23 09:04:51.344 INFO O| Feb 23 09:04:51.344 INFO O| Done
45662025-02-23T09:04:54.024Z[ recovery-image] Feb 23 09:04:52.888 INFO O| Feb 23 09:04:52.887 INFO STEP 69 (pack_tar) COMPLETE
45672025-02-23T09:04:54.024Z[ recovery-image] Feb 23 09:04:52.888 INFO O| Feb 23 09:04:52.887 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45682025-02-23T09:04:54.030Z[ recovery-image] Feb 23 09:04:52.888 INFO O| Feb 23 09:04:52.888 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45692025-02-23T09:04:54.225Z[ recovery-image] Feb 23 09:04:53.088 INFO O| Feb 23 09:04:53.088 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45702025-02-23T09:04:54.385Z[ recovery-image] Feb 23 09:04:53.249 INFO O| Feb 23 09:04:53.249 INFO completed processing gimlet/ramdisk-02-trim
45712025-02-23T09:04:54.389Z[ recovery-image] Feb 23 09:04:53.253 INFO image builder template: ramdisk-03-recovery-trim...
45722025-02-23T09:04:54.391Z[ recovery-image] Feb 23 09:04:53.253 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/.tmpd4Sah6/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.334", "-n", "ramdisk-03-recovery-trim"], pwd: None
45732025-02-23T09:04:54.569Z[ recovery-image] Feb 23 09:04:53.433 INFO O| Feb 23 09:04:53.432 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45742025-02-23T09:04:54.578Z[ recovery-image] Feb 23 09:04:53.441 INFO O| Feb 23 09:04:53.441 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45752025-02-23T09:04:54.710Z[ recovery-image] Feb 23 09:04:53.572 INFO O| Feb 23 09:04:53.572 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45762025-02-23T09:04:54.834Z[ recovery-image] Feb 23 09:04:53.697 INFO O| Feb 23 09:04:53.697 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45772025-02-23T09:04:54.836Z[ recovery-image] Feb 23 09:04:53.698 INFO O| Feb 23 09:04:53.697 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
45782025-02-23T09:04:54.851Z[ recovery-image] Feb 23 09:04:53.714 INFO O| Feb 23 09:04:53.714 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
45792025-02-23T09:04:54.860Z[ recovery-image] Feb 23 09:04:53.723 INFO O| Feb 23 09:04:53.723 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45802025-02-23T09:04:54.870Z[ recovery-image] Feb 23 09:04:53.733 INFO O| Feb 23 09:04:53.733 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45812025-02-23T09:04:55.569Z[ recovery-image] Feb 23 09:04:54.432 INFO O| Feb 23 09:04:54.432 INFO rolled back to input snapshot; work may begin
45822025-02-23T09:04:55.569Z[ recovery-image] Feb 23 09:04:54.432 INFO O| Feb 23 09:04:54.432 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
45832025-02-23T09:04:55.578Z[ recovery-image] Feb 23 09:04:54.441 INFO O| Feb 23 09:04:54.441 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842025-02-23T09:04:55.597Z[ recovery-image] Feb 23 09:04:54.460 INFO O| Feb 23 09:04:54.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
45852025-02-23T09:04:55.601Z[ recovery-image] Feb 23 09:04:54.465 INFO O| Feb 23 09:04:54.465 INFO STEP 0 (remove_files) COMPLETE
45862025-02-23T09:04:55.601Z[ recovery-image] Feb 23 09:04:54.465 INFO O| Feb 23 09:04:54.465 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872025-02-23T09:04:55.636Z[ recovery-image] Feb 23 09:04:54.500 INFO O| Feb 23 09:04:54.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
45882025-02-23T09:04:55.856Z[ host-image] Feb 23 09:04:54.720 INFO O| Feb 23 09:04:54.720 INFO O| Done
45892025-02-23T09:04:55.903Z[ host-image] Feb 23 09:04:54.767 INFO O| Feb 23 09:04:54.766 INFO O| Done
45902025-02-23T09:04:55.908Z[ host-image] Feb 23 09:04:54.767 INFO O| Feb 23 09:04:54.767 INFO O| Done
45912025-02-23T09:04:55.976Z[ host-image] Feb 23 09:04:54.839 INFO O| Feb 23 09:04:54.839 INFO O| Done
45922025-02-23T09:04:56.096Z[ recovery-image] Feb 23 09:04:54.960 INFO O| Feb 23 09:04:54.959 INFO STEP 1 (remove_files) COMPLETE
45932025-02-23T09:04:56.110Z[ recovery-image] Feb 23 09:04:54.960 INFO O| Feb 23 09:04:54.960 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-23T09:04:56.159Z[ recovery-image] Feb 23 09:04:55.018 INFO O| Feb 23 09:04:55.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
45952025-02-23T09:04:56.192Z[ host-image] Feb 23 09:04:55.055 INFO O| Feb 23 09:04:55.055 INFO STEP 13 (pkg_install) COMPLETE
45962025-02-23T09:04:56.192Z[ host-image] Feb 23 09:04:55.056 INFO O| Feb 23 09:04:55.055 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
45972025-02-23T09:04:56.212Z[ host-image] Feb 23 09:04:55.076 INFO O| Feb 23 09:04:55.076 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
45982025-02-23T09:04:56.257Z[ recovery-image] Feb 23 09:04:55.120 INFO O| Feb 23 09:04:55.120 INFO STEP 2 (remove_files) COMPLETE
45992025-02-23T09:04:56.257Z[ recovery-image] Feb 23 09:04:55.120 INFO O| Feb 23 09:04:55.120 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-23T09:04:56.290Z[ recovery-image] Feb 23 09:04:55.154 INFO O| Feb 23 09:04:55.154 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
46012025-02-23T09:04:56.378Z[ recovery-image] Feb 23 09:04:55.241 INFO O| Feb 23 09:04:55.241 INFO STEP 3 (remove_files) COMPLETE
46022025-02-23T09:04:56.379Z[ recovery-image] Feb 23 09:04:55.241 INFO O| Feb 23 09:04:55.241 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-23T09:04:56.471Z[ recovery-image] Feb 23 09:04:55.335 INFO O| Feb 23 09:04:55.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
46042025-02-23T09:04:56.815Z[ recovery-image] Feb 23 09:04:55.679 INFO O| Feb 23 09:04:55.679 INFO STEP 4 (remove_files) COMPLETE
46052025-02-23T09:04:56.815Z[ recovery-image] Feb 23 09:04:55.679 INFO O| Feb 23 09:04:55.679 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-23T09:04:56.941Z[ recovery-image] Feb 23 09:04:55.805 INFO O| Feb 23 09:04:55.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
46072025-02-23T09:04:56.975Z[ recovery-image] Feb 23 09:04:55.838 INFO O| Feb 23 09:04:55.838 INFO STEP 5 (remove_files) COMPLETE
46082025-02-23T09:04:56.975Z[ recovery-image] Feb 23 09:04:55.838 INFO O| Feb 23 09:04:55.838 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-23T09:04:57.021Z[ recovery-image] Feb 23 09:04:55.883 INFO O| Feb 23 09:04:55.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
46102025-02-23T09:04:57.079Z[ recovery-image] Feb 23 09:04:55.943 INFO O| Feb 23 09:04:55.943 INFO STEP 6 (remove_files) COMPLETE
46112025-02-23T09:04:57.079Z[ recovery-image] Feb 23 09:04:55.943 INFO O| Feb 23 09:04:55.943 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-23T09:04:57.139Z[ recovery-image] Feb 23 09:04:56.003 INFO O| Feb 23 09:04:56.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
46132025-02-23T09:04:57.200Z[ recovery-image] Feb 23 09:04:56.063 INFO O| Feb 23 09:04:56.063 INFO STEP 7 (remove_files) COMPLETE
46142025-02-23T09:04:57.200Z[ recovery-image] Feb 23 09:04:56.063 INFO O| Feb 23 09:04:56.063 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-23T09:04:57.273Z[ recovery-image] Feb 23 09:04:56.133 INFO O| Feb 23 09:04:56.133 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46162025-02-23T09:04:57.276Z[ recovery-image] Feb 23 09:04:56.135 INFO O| Feb 23 09:04:56.135 INFO STEP 8 (remove_files) COMPLETE
46172025-02-23T09:04:57.276Z[ recovery-image] Feb 23 09:04:56.135 INFO O| Feb 23 09:04:56.135 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-23T09:04:57.292Z[ recovery-image] Feb 23 09:04:56.155 INFO O| Feb 23 09:04:56.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46192025-02-23T09:04:57.294Z[ recovery-image] Feb 23 09:04:56.156 INFO O| Feb 23 09:04:56.156 INFO STEP 9 (remove_files) COMPLETE
46202025-02-23T09:04:57.294Z[ recovery-image] Feb 23 09:04:56.156 INFO O| Feb 23 09:04:56.156 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-23T09:04:57.313Z[ recovery-image] Feb 23 09:04:56.175 INFO O| Feb 23 09:04:56.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46222025-02-23T09:04:57.540Z[ host-image] Feb 23 09:04:56.402 INFO O| Feb 23 09:04:56.402 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46232025-02-23T09:04:57.781Z[ recovery-image] Feb 23 09:04:56.643 INFO O| Feb 23 09:04:56.643 INFO STEP 10 (remove_files) COMPLETE
46242025-02-23T09:04:57.781Z[ recovery-image] Feb 23 09:04:56.643 INFO O| Feb 23 09:04:56.643 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252025-02-23T09:04:57.829Z[ recovery-image] Feb 23 09:04:56.692 INFO O| Feb 23 09:04:56.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46262025-02-23T09:04:57.865Z[ recovery-image] Feb 23 09:04:56.727 INFO O| Feb 23 09:04:56.727 INFO STEP 11 (remove_files) COMPLETE
46272025-02-23T09:04:57.865Z[ recovery-image] Feb 23 09:04:56.727 INFO O| Feb 23 09:04:56.727 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282025-02-23T09:04:57.889Z[ recovery-image] Feb 23 09:04:56.752 INFO O| Feb 23 09:04:56.752 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46292025-02-23T09:04:57.938Z[ recovery-image] Feb 23 09:04:56.799 INFO O| Feb 23 09:04:56.799 INFO STEP 12 (remove_files) COMPLETE
46302025-02-23T09:04:57.938Z[ recovery-image] Feb 23 09:04:56.799 INFO O| Feb 23 09:04:56.799 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312025-02-23T09:04:57.978Z[ recovery-image] Feb 23 09:04:56.837 INFO O| Feb 23 09:04:56.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46322025-02-23T09:04:57.988Z[ recovery-image] Feb 23 09:04:56.838 INFO O| Feb 23 09:04:56.838 INFO STEP 13 (remove_files) COMPLETE
46332025-02-23T09:04:57.989Z[ recovery-image] Feb 23 09:04:56.838 INFO O| Feb 23 09:04:56.838 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342025-02-23T09:04:57.997Z[ recovery-image] Feb 23 09:04:56.860 INFO O| Feb 23 09:04:56.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46352025-02-23T09:04:58.064Z[ recovery-image] Feb 23 09:04:56.926 INFO O| Feb 23 09:04:56.926 INFO STEP 14 (remove_files) COMPLETE
46362025-02-23T09:04:58.064Z[ recovery-image] Feb 23 09:04:56.926 INFO O| Feb 23 09:04:56.926 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372025-02-23T09:04:58.126Z[ recovery-image] Feb 23 09:04:56.989 INFO O| Feb 23 09:04:56.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46382025-02-23T09:04:58.267Z[ recovery-image] Feb 23 09:04:57.130 INFO O| Feb 23 09:04:57.130 INFO STEP 15 (remove_files) COMPLETE
46392025-02-23T09:04:58.267Z[ recovery-image] Feb 23 09:04:57.131 INFO O| Feb 23 09:04:57.130 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402025-02-23T09:04:58.288Z[ recovery-image] Feb 23 09:04:57.151 INFO O| Feb 23 09:04:57.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46412025-02-23T09:04:58.290Z[ recovery-image] Feb 23 09:04:57.152 INFO O| Feb 23 09:04:57.152 INFO STEP 16 (remove_files) COMPLETE
46422025-02-23T09:04:58.290Z[ recovery-image] Feb 23 09:04:57.152 INFO O| Feb 23 09:04:57.152 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432025-02-23T09:04:58.320Z[ recovery-image] Feb 23 09:04:57.183 INFO O| Feb 23 09:04:57.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46442025-02-23T09:04:58.320Z[ recovery-image] Feb 23 09:04:57.183 INFO O| Feb 23 09:04:57.183 INFO STEP 17 (remove_files) COMPLETE
46452025-02-23T09:04:58.322Z[ recovery-image] Feb 23 09:04:57.183 INFO O| Feb 23 09:04:57.183 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-02-23T09:04:58.357Z[ recovery-image] Feb 23 09:04:57.218 INFO O| Feb 23 09:04:57.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46472025-02-23T09:04:58.627Z[ recovery-image] Feb 23 09:04:57.489 INFO O| Feb 23 09:04:57.489 INFO STEP 18 (remove_files) COMPLETE
46482025-02-23T09:04:58.627Z[ recovery-image] Feb 23 09:04:57.489 INFO O| Feb 23 09:04:57.489 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-02-23T09:04:58.681Z[ recovery-image] Feb 23 09:04:57.544 INFO O| Feb 23 09:04:57.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46502025-02-23T09:04:58.728Z[ recovery-image] Feb 23 09:04:57.585 INFO O| Feb 23 09:04:57.585 INFO STEP 19 (remove_files) COMPLETE
46512025-02-23T09:04:58.729Z[ recovery-image] Feb 23 09:04:57.585 INFO O| Feb 23 09:04:57.585 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522025-02-23T09:04:58.759Z[ recovery-image] Feb 23 09:04:57.622 INFO O| Feb 23 09:04:57.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46532025-02-23T09:04:58.759Z[ recovery-image] Feb 23 09:04:57.622 INFO O| Feb 23 09:04:57.622 INFO STEP 20 (remove_files) COMPLETE
46542025-02-23T09:04:58.763Z[ recovery-image] Feb 23 09:04:57.622 INFO O| Feb 23 09:04:57.622 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552025-02-23T09:04:58.818Z[ recovery-image] Feb 23 09:04:57.681 INFO O| Feb 23 09:04:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46562025-02-23T09:04:58.861Z[ recovery-image] Feb 23 09:04:57.719 INFO O| Feb 23 09:04:57.719 INFO STEP 21 (remove_files) COMPLETE
46572025-02-23T09:04:58.861Z[ recovery-image] Feb 23 09:04:57.719 INFO O| Feb 23 09:04:57.719 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582025-02-23T09:04:58.913Z[ recovery-image] Feb 23 09:04:57.775 INFO O| Feb 23 09:04:57.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46592025-02-23T09:04:58.913Z[ recovery-image] Feb 23 09:04:57.775 INFO O| Feb 23 09:04:57.775 INFO STEP 22 (remove_files) COMPLETE
46602025-02-23T09:04:58.913Z[ recovery-image] Feb 23 09:04:57.775 INFO O| Feb 23 09:04:57.775 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612025-02-23T09:04:58.931Z[ recovery-image] Feb 23 09:04:57.794 INFO O| Feb 23 09:04:57.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46622025-02-23T09:04:58.939Z[ recovery-image] Feb 23 09:04:57.801 INFO O| Feb 23 09:04:57.801 INFO STEP 23 (remove_files) COMPLETE
46632025-02-23T09:04:58.939Z[ recovery-image] Feb 23 09:04:57.801 INFO O| Feb 23 09:04:57.801 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642025-02-23T09:04:58.998Z[ recovery-image] Feb 23 09:04:57.861 INFO O| Feb 23 09:04:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46652025-02-23T09:04:59.001Z[ recovery-image] Feb 23 09:04:57.862 INFO O| Feb 23 09:04:57.862 INFO STEP 24 (remove_files) COMPLETE
46662025-02-23T09:04:59.001Z[ recovery-image] Feb 23 09:04:57.862 INFO O| Feb 23 09:04:57.862 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672025-02-23T09:04:59.061Z[ recovery-image] Feb 23 09:04:57.920 INFO O| Feb 23 09:04:57.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46682025-02-23T09:04:59.061Z[ recovery-image] Feb 23 09:04:57.921 INFO O| Feb 23 09:04:57.920 INFO STEP 25 (remove_files) COMPLETE
46692025-02-23T09:04:59.066Z[ recovery-image] Feb 23 09:04:57.921 INFO O| Feb 23 09:04:57.921 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702025-02-23T09:04:59.090Z[ recovery-image] Feb 23 09:04:57.953 INFO O| Feb 23 09:04:57.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46712025-02-23T09:04:59.111Z[ recovery-image] Feb 23 09:04:57.973 INFO O| Feb 23 09:04:57.973 INFO STEP 26 (remove_files) COMPLETE
46722025-02-23T09:04:59.116Z[ recovery-image] Feb 23 09:04:57.973 INFO O| Feb 23 09:04:57.973 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732025-02-23T09:04:59.132Z[ recovery-image] Feb 23 09:04:57.995 INFO O| Feb 23 09:04:57.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46742025-02-23T09:04:59.147Z[ recovery-image] Feb 23 09:04:58.000 INFO O| Feb 23 09:04:58.000 INFO STEP 27 (remove_files) COMPLETE
46752025-02-23T09:04:59.147Z[ recovery-image] Feb 23 09:04:58.000 INFO O| Feb 23 09:04:58.000 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762025-02-23T09:04:59.164Z[ recovery-image] Feb 23 09:04:58.026 INFO O| Feb 23 09:04:58.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
46772025-02-23T09:04:59.166Z[ recovery-image] Feb 23 09:04:58.026 INFO O| Feb 23 09:04:58.026 INFO STEP 28 (remove_files) COMPLETE
46782025-02-23T09:04:59.166Z[ recovery-image] Feb 23 09:04:58.026 INFO O| Feb 23 09:04:58.026 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792025-02-23T09:04:59.186Z[ recovery-image] Feb 23 09:04:58.049 INFO O| Feb 23 09:04:58.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
46802025-02-23T09:04:59.189Z[ recovery-image] Feb 23 09:04:58.049 INFO O| Feb 23 09:04:58.049 INFO STEP 29 (remove_files) COMPLETE
46812025-02-23T09:04:59.189Z[ recovery-image] Feb 23 09:04:58.049 INFO O| Feb 23 09:04:58.049 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822025-02-23T09:04:59.207Z[ recovery-image] Feb 23 09:04:58.070 INFO O| Feb 23 09:04:58.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
46832025-02-23T09:04:59.210Z[ recovery-image] Feb 23 09:04:58.070 INFO O| Feb 23 09:04:58.070 INFO STEP 30 (remove_files) COMPLETE
46842025-02-23T09:04:59.210Z[ recovery-image] Feb 23 09:04:58.071 INFO O| Feb 23 09:04:58.070 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852025-02-23T09:04:59.228Z[ recovery-image] Feb 23 09:04:58.090 INFO O| Feb 23 09:04:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
46862025-02-23T09:04:59.252Z[ recovery-image] Feb 23 09:04:58.110 INFO O| Feb 23 09:04:58.110 INFO STEP 31 (remove_files) COMPLETE
46872025-02-23T09:04:59.252Z[ recovery-image] Feb 23 09:04:58.110 INFO O| Feb 23 09:04:58.110 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882025-02-23T09:04:59.271Z[ recovery-image] Feb 23 09:04:58.133 INFO O| Feb 23 09:04:58.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46892025-02-23T09:04:59.271Z[ recovery-image] Feb 23 09:04:58.133 INFO O| Feb 23 09:04:58.133 INFO STEP 32 (remove_files) COMPLETE
46902025-02-23T09:04:59.287Z[ recovery-image] Feb 23 09:04:58.133 INFO O| Feb 23 09:04:58.133 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912025-02-23T09:04:59.300Z[ recovery-image] Feb 23 09:04:58.163 INFO O| Feb 23 09:04:58.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46922025-02-23T09:04:59.303Z[ recovery-image] Feb 23 09:04:58.164 INFO O| Feb 23 09:04:58.164 INFO STEP 33 (remove_files) COMPLETE
46932025-02-23T09:04:59.303Z[ recovery-image] Feb 23 09:04:58.164 INFO O| Feb 23 09:04:58.164 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942025-02-23T09:04:59.362Z[ recovery-image] Feb 23 09:04:58.215 INFO O| Feb 23 09:04:58.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
46952025-02-23T09:04:59.362Z[ recovery-image] Feb 23 09:04:58.215 INFO O| Feb 23 09:04:58.215 INFO STEP 34 (remove_files) COMPLETE
46962025-02-23T09:04:59.362Z[ recovery-image] Feb 23 09:04:58.215 INFO O| Feb 23 09:04:58.215 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972025-02-23T09:04:59.385Z[ recovery-image] Feb 23 09:04:58.236 INFO O| Feb 23 09:04:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
46982025-02-23T09:04:59.385Z[ recovery-image] Feb 23 09:04:58.236 INFO O| Feb 23 09:04:58.236 INFO STEP 35 (remove_files) COMPLETE
46992025-02-23T09:04:59.388Z[ recovery-image] Feb 23 09:04:58.236 INFO O| Feb 23 09:04:58.236 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002025-02-23T09:04:59.392Z[ recovery-image] Feb 23 09:04:58.255 INFO O| Feb 23 09:04:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
47012025-02-23T09:04:59.392Z[ recovery-image] Feb 23 09:04:58.255 INFO O| Feb 23 09:04:58.255 INFO STEP 36 (remove_files) COMPLETE
47022025-02-23T09:04:59.392Z[ recovery-image] Feb 23 09:04:58.255 INFO O| Feb 23 09:04:58.255 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032025-02-23T09:04:59.453Z[ recovery-image] Feb 23 09:04:58.315 INFO O| Feb 23 09:04:58.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
47042025-02-23T09:04:59.453Z[ recovery-image] Feb 23 09:04:58.316 INFO O| Feb 23 09:04:58.316 INFO STEP 37 (remove_files) COMPLETE
47052025-02-23T09:04:59.453Z[ recovery-image] Feb 23 09:04:58.316 INFO O| Feb 23 09:04:58.316 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062025-02-23T09:04:59.480Z[ recovery-image] Feb 23 09:04:58.343 INFO O| Feb 23 09:04:58.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
47072025-02-23T09:04:59.480Z[ recovery-image] Feb 23 09:04:58.343 INFO O| Feb 23 09:04:58.343 INFO STEP 38 (remove_files) COMPLETE
47082025-02-23T09:04:59.495Z[ recovery-image] Feb 23 09:04:58.343 INFO O| Feb 23 09:04:58.343 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092025-02-23T09:04:59.538Z[ recovery-image] Feb 23 09:04:58.401 INFO O| Feb 23 09:04:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
47102025-02-23T09:04:59.538Z[ recovery-image] Feb 23 09:04:58.401 INFO O| Feb 23 09:04:58.401 INFO STEP 39 (remove_files) COMPLETE
47112025-02-23T09:04:59.541Z[ recovery-image] Feb 23 09:04:58.401 INFO O| Feb 23 09:04:58.401 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122025-02-23T09:04:59.559Z[ recovery-image] Feb 23 09:04:58.422 INFO O| Feb 23 09:04:58.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47132025-02-23T09:04:59.559Z[ recovery-image] Feb 23 09:04:58.422 INFO O| Feb 23 09:04:58.422 INFO STEP 40 (remove_files) COMPLETE
47142025-02-23T09:04:59.563Z[ recovery-image] Feb 23 09:04:58.422 INFO O| Feb 23 09:04:58.422 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152025-02-23T09:04:59.584Z[ recovery-image] Feb 23 09:04:58.444 INFO O| Feb 23 09:04:58.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47162025-02-23T09:04:59.584Z[ recovery-image] Feb 23 09:04:58.444 INFO O| Feb 23 09:04:58.444 INFO STEP 41 (remove_files) COMPLETE
47172025-02-23T09:04:59.590Z[ recovery-image] Feb 23 09:04:58.444 INFO O| Feb 23 09:04:58.444 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182025-02-23T09:04:59.614Z[ recovery-image] Feb 23 09:04:58.476 INFO O| Feb 23 09:04:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47192025-02-23T09:04:59.617Z[ recovery-image] Feb 23 09:04:58.476 INFO O| Feb 23 09:04:58.476 INFO STEP 42 (remove_files) COMPLETE
47202025-02-23T09:04:59.617Z[ recovery-image] Feb 23 09:04:58.477 INFO O| Feb 23 09:04:58.476 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212025-02-23T09:04:59.643Z[ recovery-image] Feb 23 09:04:58.500 INFO O| Feb 23 09:04:58.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47222025-02-23T09:04:59.662Z[ recovery-image] Feb 23 09:04:58.525 INFO O| Feb 23 09:04:58.525 INFO STEP 43 (remove_files) COMPLETE
47232025-02-23T09:04:59.665Z[ recovery-image] Feb 23 09:04:58.525 INFO O| Feb 23 09:04:58.525 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242025-02-23T09:04:59.714Z[ recovery-image] Feb 23 09:04:58.577 INFO O| Feb 23 09:04:58.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47252025-02-23T09:04:59.715Z[ recovery-image] Feb 23 09:04:58.577 INFO O| Feb 23 09:04:58.577 INFO STEP 44 (remove_files) COMPLETE
47262025-02-23T09:04:59.717Z[ recovery-image] Feb 23 09:04:58.577 INFO O| Feb 23 09:04:58.577 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272025-02-23T09:04:59.756Z[ recovery-image] Feb 23 09:04:58.618 INFO O| Feb 23 09:04:58.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47282025-02-23T09:04:59.757Z[ recovery-image] Feb 23 09:04:58.619 INFO O| Feb 23 09:04:58.618 INFO STEP 45 (remove_files) COMPLETE
47292025-02-23T09:04:59.757Z[ recovery-image] Feb 23 09:04:58.619 INFO O| Feb 23 09:04:58.618 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302025-02-23T09:04:59.798Z[ recovery-image] Feb 23 09:04:58.659 INFO O| Feb 23 09:04:58.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47312025-02-23T09:04:59.798Z[ recovery-image] Feb 23 09:04:58.660 INFO O| Feb 23 09:04:58.659 INFO STEP 46 (remove_files) COMPLETE
47322025-02-23T09:04:59.801Z[ recovery-image] Feb 23 09:04:58.660 INFO O| Feb 23 09:04:58.660 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332025-02-23T09:04:59.830Z[ recovery-image] Feb 23 09:04:58.690 INFO O| Feb 23 09:04:58.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47342025-02-23T09:04:59.834Z[ recovery-image] Feb 23 09:04:58.690 INFO O| Feb 23 09:04:58.690 INFO STEP 47 (remove_files) COMPLETE
47352025-02-23T09:04:59.834Z[ recovery-image] Feb 23 09:04:58.691 INFO O| Feb 23 09:04:58.690 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362025-02-23T09:04:59.848Z[ recovery-image] Feb 23 09:04:58.710 INFO O| Feb 23 09:04:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47372025-02-23T09:04:59.850Z[ recovery-image] Feb 23 09:04:58.711 INFO O| Feb 23 09:04:58.711 INFO STEP 48 (remove_files) COMPLETE
47382025-02-23T09:04:59.850Z[ recovery-image] Feb 23 09:04:58.711 INFO O| Feb 23 09:04:58.711 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392025-02-23T09:04:59.876Z[ recovery-image] Feb 23 09:04:58.730 INFO O| Feb 23 09:04:58.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47402025-02-23T09:04:59.885Z[ recovery-image] Feb 23 09:04:58.730 INFO O| Feb 23 09:04:58.730 INFO STEP 49 (remove_files) COMPLETE
47412025-02-23T09:04:59.885Z[ recovery-image] Feb 23 09:04:58.730 INFO O| Feb 23 09:04:58.730 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422025-02-23T09:04:59.888Z[ recovery-image] Feb 23 09:04:58.748 INFO O| Feb 23 09:04:58.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47432025-02-23T09:04:59.888Z[ recovery-image] Feb 23 09:04:58.748 INFO O| Feb 23 09:04:58.748 INFO STEP 50 (remove_files) COMPLETE
47442025-02-23T09:04:59.888Z[ recovery-image] Feb 23 09:04:58.748 INFO O| Feb 23 09:04:58.748 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452025-02-23T09:04:59.905Z[ recovery-image] Feb 23 09:04:58.767 INFO O| Feb 23 09:04:58.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47462025-02-23T09:04:59.912Z[ recovery-image] Feb 23 09:04:58.767 INFO O| Feb 23 09:04:58.767 INFO STEP 51 (remove_files) COMPLETE
47472025-02-23T09:04:59.912Z[ recovery-image] Feb 23 09:04:58.768 INFO O| Feb 23 09:04:58.768 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482025-02-23T09:04:59.924Z[ recovery-image] Feb 23 09:04:58.786 INFO O| Feb 23 09:04:58.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47492025-02-23T09:04:59.939Z[ recovery-image] Feb 23 09:04:58.802 INFO O| Feb 23 09:04:58.802 INFO STEP 52 (remove_files) COMPLETE
47502025-02-23T09:04:59.944Z[ recovery-image] Feb 23 09:04:58.802 INFO O| Feb 23 09:04:58.802 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512025-02-23T09:04:59.962Z[ recovery-image] Feb 23 09:04:58.823 INFO O| Feb 23 09:04:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47522025-02-23T09:04:59.978Z[ recovery-image] Feb 23 09:04:58.841 INFO O| Feb 23 09:04:58.841 INFO STEP 53 (remove_files) COMPLETE
47532025-02-23T09:04:59.978Z[ recovery-image] Feb 23 09:04:58.841 INFO O| Feb 23 09:04:58.841 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542025-02-23T09:05:00.001Z[ recovery-image] Feb 23 09:04:58.863 INFO O| Feb 23 09:04:58.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47552025-02-23T09:05:00.003Z[ recovery-image] Feb 23 09:04:58.864 INFO O| Feb 23 09:04:58.863 INFO STEP 54 (remove_files) COMPLETE
47562025-02-23T09:05:00.003Z[ recovery-image] Feb 23 09:04:58.864 INFO O| Feb 23 09:04:58.864 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572025-02-23T09:05:00.048Z[ recovery-image] Feb 23 09:04:58.910 INFO O| Feb 23 09:04:58.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47582025-02-23T09:05:00.057Z[ recovery-image] Feb 23 09:04:58.911 INFO O| Feb 23 09:04:58.911 INFO STEP 55 (remove_files) COMPLETE
47592025-02-23T09:05:00.057Z[ recovery-image] Feb 23 09:04:58.911 INFO O| Feb 23 09:04:58.911 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-02-23T09:05:00.118Z[ recovery-image] Feb 23 09:04:58.980 INFO O| Feb 23 09:04:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47612025-02-23T09:05:00.118Z[ recovery-image] Feb 23 09:04:58.980 INFO O| Feb 23 09:04:58.980 INFO STEP 56 (remove_files) COMPLETE
47622025-02-23T09:05:00.119Z[ recovery-image] Feb 23 09:04:58.980 INFO O| Feb 23 09:04:58.980 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-02-23T09:05:00.140Z[ recovery-image] Feb 23 09:04:59.001 INFO O| Feb 23 09:04:59.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47642025-02-23T09:05:00.145Z[ recovery-image] Feb 23 09:04:59.001 INFO O| Feb 23 09:04:59.001 INFO STEP 57 (remove_files) COMPLETE
47652025-02-23T09:05:00.145Z[ recovery-image] Feb 23 09:04:59.001 INFO O| Feb 23 09:04:59.001 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-02-23T09:05:00.160Z[ recovery-image] Feb 23 09:04:59.023 INFO O| Feb 23 09:04:59.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47672025-02-23T09:05:00.174Z[ recovery-image] Feb 23 09:04:59.023 INFO O| Feb 23 09:04:59.023 INFO STEP 58 (remove_files) COMPLETE
47682025-02-23T09:05:00.174Z[ recovery-image] Feb 23 09:04:59.023 INFO O| Feb 23 09:04:59.023 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692025-02-23T09:05:00.188Z[ recovery-image] Feb 23 09:04:59.050 INFO O| Feb 23 09:04:59.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47702025-02-23T09:05:00.188Z[ recovery-image] Feb 23 09:04:59.050 INFO O| Feb 23 09:04:59.050 INFO STEP 59 (remove_files) COMPLETE
47712025-02-23T09:05:00.191Z[ recovery-image] Feb 23 09:04:59.050 INFO O| Feb 23 09:04:59.050 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722025-02-23T09:05:00.242Z[ recovery-image] Feb 23 09:04:59.102 INFO O| Feb 23 09:04:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47732025-02-23T09:05:00.248Z[ recovery-image] Feb 23 09:04:59.102 INFO O| Feb 23 09:04:59.102 INFO STEP 60 (remove_files) COMPLETE
47742025-02-23T09:05:00.248Z[ recovery-image] Feb 23 09:04:59.102 INFO O| Feb 23 09:04:59.102 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752025-02-23T09:05:00.263Z[ recovery-image] Feb 23 09:04:59.123 INFO O| Feb 23 09:04:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
47762025-02-23T09:05:00.263Z[ recovery-image] Feb 23 09:04:59.123 INFO O| Feb 23 09:04:59.123 INFO STEP 61 (remove_files) COMPLETE
47772025-02-23T09:05:00.266Z[ recovery-image] Feb 23 09:04:59.123 INFO O| Feb 23 09:04:59.123 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782025-02-23T09:05:00.291Z[ recovery-image] Feb 23 09:04:59.154 INFO O| Feb 23 09:04:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
47792025-02-23T09:05:00.291Z[ recovery-image] Feb 23 09:04:59.154 INFO O| Feb 23 09:04:59.154 INFO STEP 62 (remove_files) COMPLETE
47802025-02-23T09:05:00.296Z[ recovery-image] Feb 23 09:04:59.154 INFO O| Feb 23 09:04:59.154 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812025-02-23T09:05:00.327Z[ recovery-image] Feb 23 09:04:59.189 INFO O| Feb 23 09:04:59.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47822025-02-23T09:05:00.328Z[ recovery-image] Feb 23 09:04:59.189 INFO O| Feb 23 09:04:59.189 INFO STEP 63 (remove_files) COMPLETE
47832025-02-23T09:05:00.330Z[ recovery-image] Feb 23 09:04:59.189 INFO O| Feb 23 09:04:59.189 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842025-02-23T09:05:00.392Z[ recovery-image] Feb 23 09:04:59.255 INFO O| Feb 23 09:04:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47852025-02-23T09:05:00.392Z[ recovery-image] Feb 23 09:04:59.255 INFO O| Feb 23 09:04:59.255 INFO STEP 64 (remove_files) COMPLETE
47862025-02-23T09:05:00.398Z[ recovery-image] Feb 23 09:04:59.255 INFO O| Feb 23 09:04:59.255 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-02-23T09:05:00.459Z[ recovery-image] Feb 23 09:04:59.322 INFO O| Feb 23 09:04:59.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47882025-02-23T09:05:00.482Z[ recovery-image] Feb 23 09:04:59.343 INFO O| Feb 23 09:04:59.343 INFO STEP 65 (remove_files) COMPLETE
47892025-02-23T09:05:00.482Z[ recovery-image] Feb 23 09:04:59.343 INFO O| Feb 23 09:04:59.343 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-02-23T09:05:00.539Z[ recovery-image] Feb 23 09:04:59.402 INFO O| Feb 23 09:04:59.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47912025-02-23T09:05:00.542Z[ recovery-image] Feb 23 09:04:59.402 INFO O| Feb 23 09:04:59.402 INFO STEP 66 (remove_files) COMPLETE
47922025-02-23T09:05:00.542Z[ recovery-image] Feb 23 09:04:59.402 INFO O| Feb 23 09:04:59.402 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-02-23T09:05:00.564Z[ recovery-image] Feb 23 09:04:59.426 INFO O| Feb 23 09:04:59.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
47942025-02-23T09:05:00.564Z[ recovery-image] Feb 23 09:04:59.426 INFO O| Feb 23 09:04:59.426 INFO STEP 67 (remove_files) COMPLETE
47952025-02-23T09:05:00.564Z[ recovery-image] Feb 23 09:04:59.426 INFO O| Feb 23 09:04:59.426 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-02-23T09:05:00.586Z[ recovery-image] Feb 23 09:04:59.448 INFO O| Feb 23 09:04:59.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
47972025-02-23T09:05:00.586Z[ recovery-image] Feb 23 09:04:59.448 INFO O| Feb 23 09:04:59.448 INFO STEP 68 (remove_files) COMPLETE
47982025-02-23T09:05:00.586Z[ recovery-image] Feb 23 09:04:59.448 INFO O| Feb 23 09:04:59.448 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-02-23T09:05:00.609Z[ recovery-image] Feb 23 09:04:59.471 INFO O| Feb 23 09:04:59.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
48002025-02-23T09:05:00.609Z[ recovery-image] Feb 23 09:04:59.471 INFO O| Feb 23 09:04:59.471 INFO STEP 69 (remove_files) COMPLETE
48012025-02-23T09:05:00.612Z[ recovery-image] Feb 23 09:04:59.471 INFO O| Feb 23 09:04:59.471 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022025-02-23T09:05:00.652Z[ recovery-image] Feb 23 09:04:59.508 INFO O| Feb 23 09:04:59.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
48032025-02-23T09:05:00.652Z[ recovery-image] Feb 23 09:04:59.508 INFO O| Feb 23 09:04:59.508 INFO STEP 70 (remove_files) COMPLETE
48042025-02-23T09:05:00.652Z[ recovery-image] Feb 23 09:04:59.508 INFO O| Feb 23 09:04:59.508 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052025-02-23T09:05:00.673Z[ recovery-image] Feb 23 09:04:59.535 INFO O| Feb 23 09:04:59.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
48062025-02-23T09:05:00.673Z[ recovery-image] Feb 23 09:04:59.535 INFO O| Feb 23 09:04:59.535 INFO STEP 71 (remove_files) COMPLETE
48072025-02-23T09:05:00.676Z[ recovery-image] Feb 23 09:04:59.535 INFO O| Feb 23 09:04:59.535 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082025-02-23T09:05:00.715Z[ recovery-image] Feb 23 09:04:59.577 INFO O| Feb 23 09:04:59.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
48092025-02-23T09:05:00.715Z[ recovery-image] Feb 23 09:04:59.577 INFO O| Feb 23 09:04:59.577 INFO STEP 72 (remove_files) COMPLETE
48102025-02-23T09:05:00.715Z[ recovery-image] Feb 23 09:04:59.577 INFO O| Feb 23 09:04:59.577 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112025-02-23T09:05:00.744Z[ recovery-image] Feb 23 09:04:59.604 INFO O| Feb 23 09:04:59.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48122025-02-23T09:05:00.747Z[ recovery-image] Feb 23 09:04:59.604 INFO O| Feb 23 09:04:59.604 INFO STEP 73 (remove_files) COMPLETE
48132025-02-23T09:05:00.747Z[ recovery-image] Feb 23 09:04:59.604 INFO O| Feb 23 09:04:59.604 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142025-02-23T09:05:00.764Z[ recovery-image] Feb 23 09:04:59.627 INFO O| Feb 23 09:04:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48152025-02-23T09:05:00.764Z[ recovery-image] Feb 23 09:04:59.627 INFO O| Feb 23 09:04:59.627 INFO STEP 74 (remove_files) COMPLETE
48162025-02-23T09:05:00.764Z[ recovery-image] Feb 23 09:04:59.627 INFO O| Feb 23 09:04:59.627 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-02-23T09:05:00.786Z[ recovery-image] Feb 23 09:04:59.648 INFO O| Feb 23 09:04:59.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48182025-02-23T09:05:00.786Z[ recovery-image] Feb 23 09:04:59.649 INFO O| Feb 23 09:04:59.649 INFO STEP 75 (remove_files) COMPLETE
48192025-02-23T09:05:00.789Z[ recovery-image] Feb 23 09:04:59.649 INFO O| Feb 23 09:04:59.649 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-02-23T09:05:00.827Z[ recovery-image] Feb 23 09:04:59.685 INFO O| Feb 23 09:04:59.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48212025-02-23T09:05:00.828Z[ recovery-image] Feb 23 09:04:59.685 INFO O| Feb 23 09:04:59.685 INFO STEP 76 (remove_files) COMPLETE
48222025-02-23T09:05:00.828Z[ recovery-image] Feb 23 09:04:59.685 INFO O| Feb 23 09:04:59.685 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-02-23T09:05:00.863Z[ recovery-image] Feb 23 09:04:59.725 INFO O| Feb 23 09:04:59.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48242025-02-23T09:05:00.879Z[ recovery-image] Feb 23 09:04:59.725 INFO O| Feb 23 09:04:59.725 INFO STEP 77 (remove_files) COMPLETE
48252025-02-23T09:05:00.879Z[ recovery-image] Feb 23 09:04:59.725 INFO O| Feb 23 09:04:59.725 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-02-23T09:05:00.887Z[ recovery-image] Feb 23 09:04:59.749 INFO O| Feb 23 09:04:59.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48272025-02-23T09:05:00.889Z[ recovery-image] Feb 23 09:04:59.749 INFO O| Feb 23 09:04:59.749 INFO STEP 78 (remove_files) COMPLETE
48282025-02-23T09:05:00.889Z[ recovery-image] Feb 23 09:04:59.749 INFO O| Feb 23 09:04:59.749 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-02-23T09:05:00.926Z[ recovery-image] Feb 23 09:04:59.780 INFO O| Feb 23 09:04:59.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48302025-02-23T09:05:00.930Z[ recovery-image] Feb 23 09:04:59.780 INFO O| Feb 23 09:04:59.780 INFO STEP 79 (remove_files) COMPLETE
48312025-02-23T09:05:00.931Z[ recovery-image] Feb 23 09:04:59.781 INFO O| Feb 23 09:04:59.780 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-02-23T09:05:00.939Z[ recovery-image] Feb 23 09:04:59.801 INFO O| Feb 23 09:04:59.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48332025-02-23T09:05:00.941Z[ recovery-image] Feb 23 09:04:59.802 INFO O| Feb 23 09:04:59.802 INFO STEP 80 (remove_files) COMPLETE
48342025-02-23T09:05:00.941Z[ recovery-image] Feb 23 09:04:59.802 INFO O| Feb 23 09:04:59.802 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-02-23T09:05:00.978Z[ recovery-image] Feb 23 09:04:59.839 INFO O| Feb 23 09:04:59.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48362025-02-23T09:05:00.978Z[ recovery-image] Feb 23 09:04:59.839 INFO O| Feb 23 09:04:59.839 INFO STEP 81 (remove_files) COMPLETE
48372025-02-23T09:05:00.978Z[ recovery-image] Feb 23 09:04:59.839 INFO O| Feb 23 09:04:59.839 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-02-23T09:05:01.022Z[ recovery-image] Feb 23 09:04:59.885 INFO O| Feb 23 09:04:59.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48392025-02-23T09:05:01.022Z[ recovery-image] Feb 23 09:04:59.885 INFO O| Feb 23 09:04:59.885 INFO STEP 82 (remove_files) COMPLETE
48402025-02-23T09:05:01.022Z[ recovery-image] Feb 23 09:04:59.885 INFO O| Feb 23 09:04:59.885 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-02-23T09:05:01.068Z[ recovery-image] Feb 23 09:04:59.929 INFO O| Feb 23 09:04:59.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48422025-02-23T09:05:01.068Z[ recovery-image] Feb 23 09:04:59.929 INFO O| Feb 23 09:04:59.929 INFO STEP 83 (remove_files) COMPLETE
48432025-02-23T09:05:01.068Z[ recovery-image] Feb 23 09:04:59.929 INFO O| Feb 23 09:04:59.929 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-02-23T09:05:01.090Z[ recovery-image] Feb 23 09:04:59.952 INFO O| Feb 23 09:04:59.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48452025-02-23T09:05:01.090Z[ recovery-image] Feb 23 09:04:59.952 INFO O| Feb 23 09:04:59.952 INFO STEP 84 (remove_files) COMPLETE
48462025-02-23T09:05:01.092Z[ recovery-image] Feb 23 09:04:59.952 INFO O| Feb 23 09:04:59.952 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-02-23T09:05:01.113Z[ recovery-image] Feb 23 09:04:59.975 INFO O| Feb 23 09:04:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48482025-02-23T09:05:01.115Z[ recovery-image] Feb 23 09:04:59.976 INFO O| Feb 23 09:04:59.976 INFO STEP 85 (remove_files) COMPLETE
48492025-02-23T09:05:01.115Z[ recovery-image] Feb 23 09:04:59.976 INFO O| Feb 23 09:04:59.976 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-02-23T09:05:01.141Z[ recovery-image] Feb 23 09:05:00.001 INFO O| Feb 23 09:05:00.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48512025-02-23T09:05:01.141Z[ recovery-image] Feb 23 09:05:00.001 INFO O| Feb 23 09:05:00.001 INFO STEP 86 (remove_files) COMPLETE
48522025-02-23T09:05:01.141Z[ recovery-image] Feb 23 09:05:00.001 INFO O| Feb 23 09:05:00.001 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-02-23T09:05:01.176Z[ recovery-image] Feb 23 09:05:00.039 INFO O| Feb 23 09:05:00.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48542025-02-23T09:05:01.176Z[ recovery-image] Feb 23 09:05:00.039 INFO O| Feb 23 09:05:00.039 INFO STEP 87 (remove_files) COMPLETE
48552025-02-23T09:05:01.179Z[ recovery-image] Feb 23 09:05:00.039 INFO O| Feb 23 09:05:00.039 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-02-23T09:05:01.238Z[ recovery-image] Feb 23 09:05:00.100 INFO O| Feb 23 09:05:00.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48572025-02-23T09:05:01.238Z[ recovery-image] Feb 23 09:05:00.101 INFO O| Feb 23 09:05:00.100 INFO STEP 88 (remove_files) COMPLETE
48582025-02-23T09:05:01.241Z[ recovery-image] Feb 23 09:05:00.101 INFO O| Feb 23 09:05:00.101 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-02-23T09:05:01.257Z[ recovery-image] Feb 23 09:05:00.119 INFO O| Feb 23 09:05:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48602025-02-23T09:05:01.257Z[ recovery-image] Feb 23 09:05:00.119 INFO O| Feb 23 09:05:00.119 INFO STEP 89 (remove_files) COMPLETE
48612025-02-23T09:05:01.257Z[ recovery-image] Feb 23 09:05:00.119 INFO O| Feb 23 09:05:00.119 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-02-23T09:05:01.292Z[ recovery-image] Feb 23 09:05:00.147 INFO O| Feb 23 09:05:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48632025-02-23T09:05:01.292Z[ recovery-image] Feb 23 09:05:00.147 INFO O| Feb 23 09:05:00.147 INFO STEP 90 (remove_files) COMPLETE
48642025-02-23T09:05:01.292Z[ recovery-image] Feb 23 09:05:00.147 INFO O| Feb 23 09:05:00.147 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-02-23T09:05:01.327Z[ recovery-image] Feb 23 09:05:00.190 INFO O| Feb 23 09:05:00.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48662025-02-23T09:05:01.327Z[ recovery-image] Feb 23 09:05:00.190 INFO O| Feb 23 09:05:00.190 INFO STEP 91 (remove_files) COMPLETE
48672025-02-23T09:05:01.327Z[ recovery-image] Feb 23 09:05:00.190 INFO O| Feb 23 09:05:00.190 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-02-23T09:05:01.365Z[ recovery-image] Feb 23 09:05:00.222 INFO O| Feb 23 09:05:00.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48692025-02-23T09:05:01.365Z[ recovery-image] Feb 23 09:05:00.222 INFO O| Feb 23 09:05:00.222 INFO STEP 92 (remove_files) COMPLETE
48702025-02-23T09:05:01.386Z[ recovery-image] Feb 23 09:05:00.222 INFO O| Feb 23 09:05:00.222 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-02-23T09:05:01.399Z[ recovery-image] Feb 23 09:05:00.261 INFO O| Feb 23 09:05:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48722025-02-23T09:05:01.399Z[ recovery-image] Feb 23 09:05:00.261 INFO O| Feb 23 09:05:00.261 INFO STEP 93 (remove_files) COMPLETE
48732025-02-23T09:05:01.402Z[ recovery-image] Feb 23 09:05:00.261 INFO O| Feb 23 09:05:00.261 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-02-23T09:05:01.436Z[ recovery-image] Feb 23 09:05:00.296 INFO O| Feb 23 09:05:00.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
48752025-02-23T09:05:01.437Z[ recovery-image] Feb 23 09:05:00.296 INFO O| Feb 23 09:05:00.296 INFO STEP 94 (remove_files) COMPLETE
48762025-02-23T09:05:01.440Z[ recovery-image] Feb 23 09:05:00.297 INFO O| Feb 23 09:05:00.296 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-02-23T09:05:01.481Z[ recovery-image] Feb 23 09:05:00.338 INFO O| Feb 23 09:05:00.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
48782025-02-23T09:05:01.481Z[ recovery-image] Feb 23 09:05:00.338 INFO O| Feb 23 09:05:00.338 INFO STEP 95 (remove_files) COMPLETE
48792025-02-23T09:05:01.492Z[ recovery-image] Feb 23 09:05:00.338 INFO O| Feb 23 09:05:00.338 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-02-23T09:05:01.504Z[ recovery-image] Feb 23 09:05:00.365 INFO O| Feb 23 09:05:00.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48812025-02-23T09:05:01.504Z[ recovery-image] Feb 23 09:05:00.365 INFO O| Feb 23 09:05:00.365 INFO STEP 96 (remove_files) COMPLETE
48822025-02-23T09:05:01.507Z[ recovery-image] Feb 23 09:05:00.365 INFO O| Feb 23 09:05:00.365 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-02-23T09:05:01.543Z[ recovery-image] Feb 23 09:05:00.406 INFO O| Feb 23 09:05:00.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48842025-02-23T09:05:01.580Z[ recovery-image] Feb 23 09:05:00.430 INFO O| Feb 23 09:05:00.430 INFO STEP 97 (remove_files) COMPLETE
48852025-02-23T09:05:01.580Z[ recovery-image] Feb 23 09:05:00.430 INFO O| Feb 23 09:05:00.430 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-02-23T09:05:01.641Z[ recovery-image] Feb 23 09:05:00.493 INFO O| Feb 23 09:05:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
48872025-02-23T09:05:01.641Z[ recovery-image] Feb 23 09:05:00.494 INFO O| Feb 23 09:05:00.494 INFO STEP 98 (remove_files) COMPLETE
48882025-02-23T09:05:01.641Z[ recovery-image] Feb 23 09:05:00.494 INFO O| Feb 23 09:05:00.494 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-02-23T09:05:01.660Z[ recovery-image] Feb 23 09:05:00.522 INFO O| Feb 23 09:05:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
48902025-02-23T09:05:01.660Z[ recovery-image] Feb 23 09:05:00.522 INFO O| Feb 23 09:05:00.522 INFO STEP 99 (remove_files) COMPLETE
48912025-02-23T09:05:01.663Z[ recovery-image] Feb 23 09:05:00.522 INFO O| Feb 23 09:05:00.522 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-02-23T09:05:01.687Z[ recovery-image] Feb 23 09:05:00.549 INFO O| Feb 23 09:05:00.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
48932025-02-23T09:05:01.695Z[ recovery-image] Feb 23 09:05:00.554 INFO O| Feb 23 09:05:00.554 INFO STEP 100 (remove_files) COMPLETE
48942025-02-23T09:05:01.695Z[ recovery-image] Feb 23 09:05:00.554 INFO O| Feb 23 09:05:00.554 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-02-23T09:05:01.804Z[ recovery-image] Feb 23 09:05:00.664 INFO O| Feb 23 09:05:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
48962025-02-23T09:05:01.804Z[ recovery-image] Feb 23 09:05:00.664 INFO O| Feb 23 09:05:00.664 INFO STEP 101 (remove_files) COMPLETE
48972025-02-23T09:05:01.817Z[ recovery-image] Feb 23 09:05:00.664 INFO O| Feb 23 09:05:00.664 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-02-23T09:05:01.846Z[ recovery-image] Feb 23 09:05:00.691 INFO O| Feb 23 09:05:00.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
48992025-02-23T09:05:01.868Z[ recovery-image] Feb 23 09:05:00.701 INFO O| Feb 23 09:05:00.701 INFO STEP 102 (remove_files) COMPLETE
49002025-02-23T09:05:01.868Z[ recovery-image] Feb 23 09:05:00.701 INFO O| Feb 23 09:05:00.701 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-02-23T09:05:01.885Z[ recovery-image] Feb 23 09:05:00.738 INFO O| Feb 23 09:05:00.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
49022025-02-23T09:05:01.885Z[ recovery-image] Feb 23 09:05:00.738 INFO O| Feb 23 09:05:00.738 INFO STEP 103 (remove_files) COMPLETE
49032025-02-23T09:05:01.885Z[ recovery-image] Feb 23 09:05:00.738 INFO O| Feb 23 09:05:00.738 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-02-23T09:05:01.909Z[ recovery-image] Feb 23 09:05:00.763 INFO O| Feb 23 09:05:00.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
49052025-02-23T09:05:01.909Z[ recovery-image] Feb 23 09:05:00.764 INFO O| Feb 23 09:05:00.764 INFO STEP 104 (remove_files) COMPLETE
49062025-02-23T09:05:01.946Z[ recovery-image] Feb 23 09:05:00.764 INFO O| Feb 23 09:05:00.764 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-02-23T09:05:01.994Z[ recovery-image] Feb 23 09:05:00.790 INFO O| Feb 23 09:05:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
49082025-02-23T09:05:01.995Z[ recovery-image] Feb 23 09:05:00.790 INFO O| Feb 23 09:05:00.790 INFO STEP 105 (remove_files) COMPLETE
49092025-02-23T09:05:01.996Z[ recovery-image] Feb 23 09:05:00.791 INFO O| Feb 23 09:05:00.790 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-02-23T09:05:01.996Z[ recovery-image] Feb 23 09:05:00.818 INFO O| Feb 23 09:05:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
49112025-02-23T09:05:01.996Z[ recovery-image] Feb 23 09:05:00.818 INFO O| Feb 23 09:05:00.818 INFO STEP 106 (remove_files) COMPLETE
49122025-02-23T09:05:01.996Z[ recovery-image] Feb 23 09:05:00.818 INFO O| Feb 23 09:05:00.818 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-02-23T09:05:02.027Z[ recovery-image] Feb 23 09:05:00.844 INFO O| Feb 23 09:05:00.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49142025-02-23T09:05:02.028Z[ recovery-image] Feb 23 09:05:00.844 INFO O| Feb 23 09:05:00.844 INFO STEP 107 (remove_files) COMPLETE
49152025-02-23T09:05:02.028Z[ recovery-image] Feb 23 09:05:00.844 INFO O| Feb 23 09:05:00.844 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-02-23T09:05:02.059Z[ recovery-image] Feb 23 09:05:00.870 INFO O| Feb 23 09:05:00.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49172025-02-23T09:05:02.059Z[ recovery-image] Feb 23 09:05:00.870 INFO O| Feb 23 09:05:00.870 INFO STEP 108 (remove_files) COMPLETE
49182025-02-23T09:05:02.059Z[ recovery-image] Feb 23 09:05:00.870 INFO O| Feb 23 09:05:00.870 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-02-23T09:05:02.096Z[ recovery-image] Feb 23 09:05:00.896 INFO O| Feb 23 09:05:00.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49202025-02-23T09:05:02.096Z[ recovery-image] Feb 23 09:05:00.897 INFO O| Feb 23 09:05:00.896 INFO STEP 109 (remove_files) COMPLETE
49212025-02-23T09:05:02.096Z[ recovery-image] Feb 23 09:05:00.897 INFO O| Feb 23 09:05:00.897 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-02-23T09:05:02.096Z[ recovery-image] Feb 23 09:05:00.924 INFO O| Feb 23 09:05:00.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49232025-02-23T09:05:02.096Z[ recovery-image] Feb 23 09:05:00.924 INFO O| Feb 23 09:05:00.924 INFO STEP 110 (remove_files) COMPLETE
49242025-02-23T09:05:02.096Z[ recovery-image] Feb 23 09:05:00.924 INFO O| Feb 23 09:05:00.924 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-02-23T09:05:02.130Z[ recovery-image] Feb 23 09:05:00.949 INFO O| Feb 23 09:05:00.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49262025-02-23T09:05:02.130Z[ recovery-image] Feb 23 09:05:00.950 INFO O| Feb 23 09:05:00.950 INFO STEP 111 (remove_files) COMPLETE
49272025-02-23T09:05:02.131Z[ recovery-image] Feb 23 09:05:00.950 INFO O| Feb 23 09:05:00.950 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-02-23T09:05:02.159Z[ recovery-image] Feb 23 09:05:00.974 INFO O| Feb 23 09:05:00.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49292025-02-23T09:05:02.159Z[ recovery-image] Feb 23 09:05:00.974 INFO O| Feb 23 09:05:00.974 INFO STEP 112 (remove_files) COMPLETE
49302025-02-23T09:05:02.159Z[ recovery-image] Feb 23 09:05:00.974 INFO O| Feb 23 09:05:00.974 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-02-23T09:05:02.160Z[ recovery-image] Feb 23 09:05:00.999 INFO O| Feb 23 09:05:00.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49322025-02-23T09:05:02.160Z[ recovery-image] Feb 23 09:05:00.999 INFO O| Feb 23 09:05:00.999 INFO STEP 113 (remove_files) COMPLETE
49332025-02-23T09:05:02.160Z[ recovery-image] Feb 23 09:05:00.999 INFO O| Feb 23 09:05:00.999 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-02-23T09:05:02.185Z[ recovery-image] Feb 23 09:05:01.024 INFO O| Feb 23 09:05:01.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49352025-02-23T09:05:02.185Z[ recovery-image] Feb 23 09:05:01.024 INFO O| Feb 23 09:05:01.024 INFO STEP 114 (remove_files) COMPLETE
49362025-02-23T09:05:02.185Z[ recovery-image] Feb 23 09:05:01.024 INFO O| Feb 23 09:05:01.024 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-02-23T09:05:02.201Z[ recovery-image] Feb 23 09:05:01.050 INFO O| Feb 23 09:05:01.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49382025-02-23T09:05:02.201Z[ recovery-image] Feb 23 09:05:01.050 INFO O| Feb 23 09:05:01.050 INFO STEP 115 (remove_files) COMPLETE
49392025-02-23T09:05:02.201Z[ recovery-image] Feb 23 09:05:01.050 INFO O| Feb 23 09:05:01.050 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-02-23T09:05:02.229Z[ recovery-image] Feb 23 09:05:01.076 INFO O| Feb 23 09:05:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49412025-02-23T09:05:02.229Z[ recovery-image] Feb 23 09:05:01.076 INFO O| Feb 23 09:05:01.076 INFO STEP 116 (remove_files) COMPLETE
49422025-02-23T09:05:02.230Z[ recovery-image] Feb 23 09:05:01.076 INFO O| Feb 23 09:05:01.076 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-02-23T09:05:02.247Z[ recovery-image] Feb 23 09:05:01.100 INFO O| Feb 23 09:05:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49442025-02-23T09:05:02.276Z[ recovery-image] Feb 23 09:05:01.101 INFO O| Feb 23 09:05:01.101 INFO STEP 117 (remove_files) COMPLETE
49452025-02-23T09:05:02.276Z[ recovery-image] Feb 23 09:05:01.101 INFO O| Feb 23 09:05:01.101 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-02-23T09:05:02.276Z[ recovery-image] Feb 23 09:05:01.126 INFO O| Feb 23 09:05:01.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49472025-02-23T09:05:02.276Z[ recovery-image] Feb 23 09:05:01.126 INFO O| Feb 23 09:05:01.126 INFO STEP 118 (remove_files) COMPLETE
49482025-02-23T09:05:02.276Z[ recovery-image] Feb 23 09:05:01.126 INFO O| Feb 23 09:05:01.126 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-02-23T09:05:02.298Z[ recovery-image] Feb 23 09:05:01.150 INFO O| Feb 23 09:05:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49502025-02-23T09:05:02.298Z[ recovery-image] Feb 23 09:05:01.150 INFO O| Feb 23 09:05:01.150 INFO STEP 119 (remove_files) COMPLETE
49512025-02-23T09:05:02.298Z[ recovery-image] Feb 23 09:05:01.150 INFO O| Feb 23 09:05:01.150 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-02-23T09:05:02.366Z[ recovery-image] Feb 23 09:05:01.191 INFO O| Feb 23 09:05:01.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49532025-02-23T09:05:02.374Z[ recovery-image] Feb 23 09:05:01.192 INFO O| Feb 23 09:05:01.191 INFO STEP 120 (remove_files) COMPLETE
49542025-02-23T09:05:02.375Z[ recovery-image] Feb 23 09:05:01.192 INFO O| Feb 23 09:05:01.191 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-02-23T09:05:02.401Z[ recovery-image] Feb 23 09:05:01.236 INFO O| Feb 23 09:05:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49562025-02-23T09:05:02.402Z[ recovery-image] Feb 23 09:05:01.236 INFO O| Feb 23 09:05:01.236 INFO STEP 121 (remove_files) COMPLETE
49572025-02-23T09:05:02.402Z[ recovery-image] Feb 23 09:05:01.237 INFO O| Feb 23 09:05:01.236 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-02-23T09:05:02.418Z[ recovery-image] Feb 23 09:05:01.275 INFO O| Feb 23 09:05:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49592025-02-23T09:05:02.436Z[ recovery-image] Feb 23 09:05:01.276 INFO O| Feb 23 09:05:01.276 INFO STEP 122 (remove_files) COMPLETE
49602025-02-23T09:05:02.436Z[ recovery-image] Feb 23 09:05:01.276 INFO O| Feb 23 09:05:01.276 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-02-23T09:05:02.517Z[ recovery-image] Feb 23 09:05:01.376 INFO O| Feb 23 09:05:01.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49622025-02-23T09:05:02.529Z[ recovery-image] Feb 23 09:05:01.376 INFO O| Feb 23 09:05:01.376 INFO STEP 123 (remove_files) COMPLETE
49632025-02-23T09:05:02.529Z[ recovery-image] Feb 23 09:05:01.376 INFO O| Feb 23 09:05:01.376 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-02-23T09:05:02.606Z[ recovery-image] Feb 23 09:05:01.448 INFO O| Feb 23 09:05:01.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49652025-02-23T09:05:02.606Z[ recovery-image] Feb 23 09:05:01.448 INFO O| Feb 23 09:05:01.448 INFO STEP 124 (remove_files) COMPLETE
49662025-02-23T09:05:02.613Z[ recovery-image] Feb 23 09:05:01.448 INFO O| Feb 23 09:05:01.448 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-02-23T09:05:02.675Z[ recovery-image] Feb 23 09:05:01.529 INFO O| Feb 23 09:05:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49682025-02-23T09:05:02.691Z[ recovery-image] Feb 23 09:05:01.529 INFO O| Feb 23 09:05:01.529 INFO STEP 125 (remove_files) COMPLETE
49692025-02-23T09:05:02.691Z[ recovery-image] Feb 23 09:05:01.529 INFO O| Feb 23 09:05:01.529 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-02-23T09:05:02.723Z[ host-image] Feb 23 09:05:01.567 INFO O| Feb 23 09:05:01.567 INFO O| Planning: Solver setup ... Done
49712025-02-23T09:05:02.733Z[ host-image] Feb 23 09:05:01.574 INFO O| Feb 23 09:05:01.574 INFO O| Planning: Running solver ... Done
49722025-02-23T09:05:02.733Z[ recovery-image] Feb 23 09:05:01.584 INFO O| Feb 23 09:05:01.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49732025-02-23T09:05:02.733Z[ recovery-image] Feb 23 09:05:01.584 INFO O| Feb 23 09:05:01.584 INFO STEP 126 (remove_files) COMPLETE
49742025-02-23T09:05:02.733Z[ recovery-image] Feb 23 09:05:01.584 INFO O| Feb 23 09:05:01.584 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-23T09:05:02.745Z[ recovery-image] Feb 23 09:05:01.607 INFO O| Feb 23 09:05:01.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
49762025-02-23T09:05:02.746Z[ recovery-image] Feb 23 09:05:01.607 INFO O| Feb 23 09:05:01.607 INFO STEP 127 (remove_files) COMPLETE
49772025-02-23T09:05:02.746Z[ recovery-image] Feb 23 09:05:01.607 INFO O| Feb 23 09:05:01.607 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-23T09:05:02.826Z[ host-image] Feb 23 09:05:01.670 INFO O| Feb 23 09:05:01.669 INFO O| Planning: Finding local manifests ... Done
49792025-02-23T09:05:02.838Z[ host-image] Feb 23 09:05:01.671 INFO O| Feb 23 09:05:01.671 INFO O| Planning: Fetching manifests: 0/1 0% complete
49802025-02-23T09:05:02.872Z[ recovery-image] Feb 23 09:05:01.703 INFO O| Feb 23 09:05:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
49812025-02-23T09:05:02.872Z[ recovery-image] Feb 23 09:05:01.703 INFO O| Feb 23 09:05:01.703 INFO STEP 128 (remove_files) COMPLETE
49822025-02-23T09:05:02.872Z[ recovery-image] Feb 23 09:05:01.703 INFO O| Feb 23 09:05:01.703 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-02-23T09:05:02.889Z[ recovery-image] Feb 23 09:05:01.725 INFO O| Feb 23 09:05:01.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49842025-02-23T09:05:02.889Z[ recovery-image] Feb 23 09:05:01.725 INFO O| Feb 23 09:05:01.725 INFO STEP 129 (remove_files) COMPLETE
49852025-02-23T09:05:02.889Z[ recovery-image] Feb 23 09:05:01.726 INFO O| Feb 23 09:05:01.725 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-02-23T09:05:02.895Z[ recovery-image] Feb 23 09:05:01.747 INFO O| Feb 23 09:05:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49872025-02-23T09:05:02.895Z[ recovery-image] Feb 23 09:05:01.747 INFO O| Feb 23 09:05:01.747 INFO STEP 130 (remove_files) COMPLETE
49882025-02-23T09:05:02.895Z[ recovery-image] Feb 23 09:05:01.747 INFO O| Feb 23 09:05:01.747 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-02-23T09:05:02.921Z[ recovery-image] Feb 23 09:05:01.768 INFO O| Feb 23 09:05:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
49902025-02-23T09:05:02.921Z[ recovery-image] Feb 23 09:05:01.768 INFO O| Feb 23 09:05:01.768 INFO STEP 131 (remove_files) COMPLETE
49912025-02-23T09:05:02.940Z[ recovery-image] Feb 23 09:05:01.768 INFO O| Feb 23 09:05:01.768 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-02-23T09:05:02.940Z[ recovery-image] Feb 23 09:05:01.791 INFO O| Feb 23 09:05:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
49932025-02-23T09:05:02.940Z[ recovery-image] Feb 23 09:05:01.791 INFO O| Feb 23 09:05:01.791 INFO STEP 132 (remove_files) COMPLETE
49942025-02-23T09:05:02.940Z[ recovery-image] Feb 23 09:05:01.792 INFO O| Feb 23 09:05:01.791 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-02-23T09:05:02.962Z[ recovery-image] Feb 23 09:05:01.813 INFO O| Feb 23 09:05:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
49962025-02-23T09:05:02.962Z[ recovery-image] Feb 23 09:05:01.813 INFO O| Feb 23 09:05:01.813 INFO STEP 133 (remove_files) COMPLETE
49972025-02-23T09:05:02.962Z[ recovery-image] Feb 23 09:05:01.813 INFO O| Feb 23 09:05:01.813 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-02-23T09:05:02.976Z[ recovery-image] Feb 23 09:05:01.837 INFO O| Feb 23 09:05:01.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
49992025-02-23T09:05:02.976Z[ recovery-image] Feb 23 09:05:01.837 INFO O| Feb 23 09:05:01.837 INFO STEP 134 (remove_files) COMPLETE
50002025-02-23T09:05:02.976Z[ recovery-image] Feb 23 09:05:01.837 INFO O| Feb 23 09:05:01.837 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-02-23T09:05:03.012Z[ recovery-image] Feb 23 09:05:01.873 INFO O| Feb 23 09:05:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
50022025-02-23T09:05:03.015Z[ recovery-image] Feb 23 09:05:01.873 INFO O| Feb 23 09:05:01.873 INFO STEP 135 (remove_files) COMPLETE
50032025-02-23T09:05:03.016Z[ recovery-image] Feb 23 09:05:01.874 INFO O| Feb 23 09:05:01.873 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-02-23T09:05:03.042Z[ host-image] Feb 23 09:05:01.903 INFO O| Feb 23 09:05:01.903 INFO O| Planning: Fetching manifests: 1/1 100% complete
50052025-02-23T09:05:03.059Z[ recovery-image] Feb 23 09:05:01.918 INFO O| Feb 23 09:05:01.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
50062025-02-23T09:05:03.059Z[ recovery-image] Feb 23 09:05:01.918 INFO O| Feb 23 09:05:01.918 INFO STEP 136 (remove_files) COMPLETE
50072025-02-23T09:05:03.059Z[ recovery-image] Feb 23 09:05:01.918 INFO O| Feb 23 09:05:01.918 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-23T09:05:03.082Z[ host-image] Feb 23 09:05:01.934 INFO O| Feb 23 09:05:01.934 INFO O| Planning: Package planning ... Done
50092025-02-23T09:05:03.087Z[ host-image] Feb 23 09:05:01.935 INFO O| Feb 23 09:05:01.935 INFO O| Planning: Merging actions ... Done
50102025-02-23T09:05:03.131Z[ recovery-image] Feb 23 09:05:01.989 INFO O| Feb 23 09:05:01.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
50112025-02-23T09:05:03.131Z[ recovery-image] Feb 23 09:05:01.989 INFO O| Feb 23 09:05:01.989 INFO STEP 137 (remove_files) COMPLETE
50122025-02-23T09:05:03.132Z[ recovery-image] Feb 23 09:05:01.989 INFO O| Feb 23 09:05:01.989 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-02-23T09:05:03.202Z[ recovery-image] Feb 23 09:05:02.056 INFO O| Feb 23 09:05:02.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50142025-02-23T09:05:03.218Z[ recovery-image] Feb 23 09:05:02.065 INFO O| Feb 23 09:05:02.065 INFO STEP 138 (remove_files) COMPLETE
50152025-02-23T09:05:03.218Z[ recovery-image] Feb 23 09:05:02.065 INFO O| Feb 23 09:05:02.065 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-02-23T09:05:03.238Z[ host-image] Feb 23 09:05:02.081 INFO O| Feb 23 09:05:02.081 INFO O| Planning: Checking for conflicting actions ... Done
50172025-02-23T09:05:03.238Z[ host-image] Feb 23 09:05:02.082 INFO O| Feb 23 09:05:02.082 INFO O| Planning: Consolidating action changes ... Done
50182025-02-23T09:05:03.271Z[ recovery-image] Feb 23 09:05:02.131 INFO O| Feb 23 09:05:02.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50192025-02-23T09:05:03.272Z[ recovery-image] Feb 23 09:05:02.131 INFO O| Feb 23 09:05:02.131 INFO STEP 139 (remove_files) COMPLETE
50202025-02-23T09:05:03.286Z[ recovery-image] Feb 23 09:05:02.131 INFO O| Feb 23 09:05:02.131 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-02-23T09:05:03.292Z[ recovery-image] Feb 23 09:05:02.152 INFO O| Feb 23 09:05:02.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50222025-02-23T09:05:03.292Z[ recovery-image] Feb 23 09:05:02.152 INFO O| Feb 23 09:05:02.152 INFO STEP 140 (remove_files) COMPLETE
50232025-02-23T09:05:03.292Z[ recovery-image] Feb 23 09:05:02.152 INFO O| Feb 23 09:05:02.152 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-02-23T09:05:03.340Z[ recovery-image] Feb 23 09:05:02.197 INFO O| Feb 23 09:05:02.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50252025-02-23T09:05:03.340Z[ recovery-image] Feb 23 09:05:02.197 INFO O| Feb 23 09:05:02.197 INFO STEP 141 (remove_files) COMPLETE
50262025-02-23T09:05:03.340Z[ recovery-image] Feb 23 09:05:02.197 INFO O| Feb 23 09:05:02.197 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-02-23T09:05:03.370Z[ recovery-image] Feb 23 09:05:02.231 INFO O| Feb 23 09:05:02.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50282025-02-23T09:05:03.370Z[ recovery-image] Feb 23 09:05:02.231 INFO O| Feb 23 09:05:02.231 INFO STEP 142 (remove_files) COMPLETE
50292025-02-23T09:05:03.373Z[ recovery-image] Feb 23 09:05:02.231 INFO O| Feb 23 09:05:02.231 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-02-23T09:05:03.410Z[ recovery-image] Feb 23 09:05:02.270 INFO O| Feb 23 09:05:02.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50312025-02-23T09:05:03.433Z[ recovery-image] Feb 23 09:05:02.293 INFO O| Feb 23 09:05:02.293 INFO STEP 143 (remove_files) COMPLETE
50322025-02-23T09:05:03.433Z[ recovery-image] Feb 23 09:05:02.293 INFO O| Feb 23 09:05:02.293 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-23T09:05:03.499Z[ recovery-image] Feb 23 09:05:02.358 INFO O| Feb 23 09:05:02.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50342025-02-23T09:05:03.503Z[ recovery-image] Feb 23 09:05:02.358 INFO O| Feb 23 09:05:02.358 INFO STEP 144 (remove_files) COMPLETE
50352025-02-23T09:05:03.503Z[ recovery-image] Feb 23 09:05:02.358 INFO O| Feb 23 09:05:02.358 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-23T09:05:03.524Z[ recovery-image] Feb 23 09:05:02.384 INFO O| Feb 23 09:05:02.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50372025-02-23T09:05:03.528Z[ recovery-image] Feb 23 09:05:02.384 INFO O| Feb 23 09:05:02.384 INFO STEP 145 (remove_files) COMPLETE
50382025-02-23T09:05:03.528Z[ recovery-image] Feb 23 09:05:02.384 INFO O| Feb 23 09:05:02.384 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-23T09:05:03.568Z[ recovery-image] Feb 23 09:05:02.426 INFO O| Feb 23 09:05:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50402025-02-23T09:05:03.568Z[ recovery-image] Feb 23 09:05:02.426 INFO O| Feb 23 09:05:02.426 INFO STEP 146 (remove_files) COMPLETE
50412025-02-23T09:05:03.573Z[ recovery-image] Feb 23 09:05:02.426 INFO O| Feb 23 09:05:02.426 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-23T09:05:03.592Z[ recovery-image] Feb 23 09:05:02.450 INFO O| Feb 23 09:05:02.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50432025-02-23T09:05:03.597Z[ recovery-image] Feb 23 09:05:02.451 INFO O| Feb 23 09:05:02.451 INFO STEP 147 (remove_files) COMPLETE
50442025-02-23T09:05:03.599Z[ recovery-image] Feb 23 09:05:02.451 INFO O| Feb 23 09:05:02.451 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-23T09:05:03.606Z[ host-image] Feb 23 09:05:02.464 INFO O| Feb 23 09:05:02.464 INFO O| Planning: Evaluating mediators ... Done
50462025-02-23T09:05:03.639Z[ host-image] Feb 23 09:05:02.465 INFO O| Feb 23 09:05:02.465 INFO O| Planning: Planning completed in 6.06 seconds
50472025-02-23T09:05:03.639Z[ host-image] Feb 23 09:05:02.467 INFO O| Feb 23 09:05:02.467 INFO O| Packages to install: 1
50482025-02-23T09:05:03.639Z[ host-image] Feb 23 09:05:02.486 INFO O| Feb 23 09:05:02.485 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
50492025-02-23T09:05:03.639Z[ recovery-image] Feb 23 09:05:02.494 INFO O| Feb 23 09:05:02.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50502025-02-23T09:05:03.639Z[ recovery-image] Feb 23 09:05:02.494 INFO O| Feb 23 09:05:02.494 INFO STEP 148 (remove_files) COMPLETE
50512025-02-23T09:05:03.639Z[ recovery-image] Feb 23 09:05:02.494 INFO O| Feb 23 09:05:02.494 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-02-23T09:05:03.675Z[ recovery-image] Feb 23 09:05:02.517 INFO O| Feb 23 09:05:02.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50532025-02-23T09:05:03.675Z[ recovery-image] Feb 23 09:05:02.517 INFO O| Feb 23 09:05:02.517 INFO STEP 149 (remove_files) COMPLETE
50542025-02-23T09:05:03.675Z[ recovery-image] Feb 23 09:05:02.517 INFO O| Feb 23 09:05:02.517 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-02-23T09:05:03.695Z[ recovery-image] Feb 23 09:05:02.555 INFO O| Feb 23 09:05:02.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50562025-02-23T09:05:03.695Z[ recovery-image] Feb 23 09:05:02.555 INFO O| Feb 23 09:05:02.555 INFO STEP 150 (remove_files) COMPLETE
50572025-02-23T09:05:03.698Z[ recovery-image] Feb 23 09:05:02.555 INFO O| Feb 23 09:05:02.555 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-02-23T09:05:03.759Z[ recovery-image] Feb 23 09:05:02.617 INFO O| Feb 23 09:05:02.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50592025-02-23T09:05:03.762Z[ recovery-image] Feb 23 09:05:02.617 INFO O| Feb 23 09:05:02.617 INFO STEP 151 (remove_files) COMPLETE
50602025-02-23T09:05:03.762Z[ recovery-image] Feb 23 09:05:02.617 INFO O| Feb 23 09:05:02.617 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-02-23T09:05:03.778Z[ recovery-image] Feb 23 09:05:02.640 INFO O| Feb 23 09:05:02.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50622025-02-23T09:05:03.778Z[ recovery-image] Feb 23 09:05:02.640 INFO O| Feb 23 09:05:02.640 INFO STEP 152 (remove_files) COMPLETE
50632025-02-23T09:05:03.780Z[ recovery-image] Feb 23 09:05:02.640 INFO O| Feb 23 09:05:02.640 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-02-23T09:05:03.883Z[ recovery-image] Feb 23 09:05:02.744 INFO O| Feb 23 09:05:02.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50652025-02-23T09:05:03.883Z[ recovery-image] Feb 23 09:05:02.745 INFO O| Feb 23 09:05:02.744 INFO STEP 153 (remove_files) COMPLETE
50662025-02-23T09:05:03.886Z[ recovery-image] Feb 23 09:05:02.745 INFO O| Feb 23 09:05:02.745 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-02-23T09:05:03.905Z[ recovery-image] Feb 23 09:05:02.766 INFO O| Feb 23 09:05:02.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50682025-02-23T09:05:03.905Z[ recovery-image] Feb 23 09:05:02.766 INFO O| Feb 23 09:05:02.766 INFO STEP 154 (remove_files) COMPLETE
50692025-02-23T09:05:03.905Z[ recovery-image] Feb 23 09:05:02.766 INFO O| Feb 23 09:05:02.766 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-02-23T09:05:03.929Z[ recovery-image] Feb 23 09:05:02.790 INFO O| Feb 23 09:05:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50712025-02-23T09:05:03.929Z[ recovery-image] Feb 23 09:05:02.791 INFO O| Feb 23 09:05:02.791 INFO STEP 155 (remove_files) COMPLETE
50722025-02-23T09:05:03.932Z[ recovery-image] Feb 23 09:05:02.791 INFO O| Feb 23 09:05:02.791 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-02-23T09:05:03.954Z[ recovery-image] Feb 23 09:05:02.815 INFO O| Feb 23 09:05:02.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
50742025-02-23T09:05:03.954Z[ recovery-image] Feb 23 09:05:02.815 INFO O| Feb 23 09:05:02.815 INFO STEP 156 (remove_files) COMPLETE
50752025-02-23T09:05:03.954Z[ recovery-image] Feb 23 09:05:02.815 INFO O| Feb 23 09:05:02.815 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-02-23T09:05:03.979Z[ recovery-image] Feb 23 09:05:02.836 INFO O| Feb 23 09:05:02.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
50772025-02-23T09:05:03.979Z[ recovery-image] Feb 23 09:05:02.836 INFO O| Feb 23 09:05:02.836 INFO STEP 157 (remove_files) COMPLETE
50782025-02-23T09:05:03.988Z[ recovery-image] Feb 23 09:05:02.836 INFO O| Feb 23 09:05:02.836 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-02-23T09:05:04.011Z[ recovery-image] Feb 23 09:05:02.873 INFO O| Feb 23 09:05:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
50802025-02-23T09:05:04.011Z[ recovery-image] Feb 23 09:05:02.873 INFO O| Feb 23 09:05:02.873 INFO STEP 158 (remove_files) COMPLETE
50812025-02-23T09:05:04.012Z[ recovery-image] Feb 23 09:05:02.873 INFO O| Feb 23 09:05:02.873 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-02-23T09:05:04.038Z[ recovery-image] Feb 23 09:05:02.900 INFO O| Feb 23 09:05:02.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
50832025-02-23T09:05:04.038Z[ recovery-image] Feb 23 09:05:02.900 INFO O| Feb 23 09:05:02.900 INFO STEP 159 (remove_files) COMPLETE
50842025-02-23T09:05:04.038Z[ recovery-image] Feb 23 09:05:02.900 INFO O| Feb 23 09:05:02.900 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-02-23T09:05:04.065Z[ recovery-image] Feb 23 09:05:02.927 INFO O| Feb 23 09:05:02.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
50862025-02-23T09:05:04.065Z[ recovery-image] Feb 23 09:05:02.927 INFO O| Feb 23 09:05:02.927 INFO STEP 160 (remove_files) COMPLETE
50872025-02-23T09:05:04.065Z[ recovery-image] Feb 23 09:05:02.927 INFO O| Feb 23 09:05:02.927 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-02-23T09:05:04.089Z[ recovery-image] Feb 23 09:05:02.951 INFO O| Feb 23 09:05:02.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50892025-02-23T09:05:04.089Z[ recovery-image] Feb 23 09:05:02.951 INFO O| Feb 23 09:05:02.951 INFO STEP 161 (remove_files) COMPLETE
50902025-02-23T09:05:04.108Z[ recovery-image] Feb 23 09:05:02.951 INFO O| Feb 23 09:05:02.951 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-02-23T09:05:04.113Z[ recovery-image] Feb 23 09:05:02.973 INFO O| Feb 23 09:05:02.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50922025-02-23T09:05:04.113Z[ recovery-image] Feb 23 09:05:02.975 INFO O| Feb 23 09:05:02.975 INFO STEP 162 (remove_files) COMPLETE
50932025-02-23T09:05:04.117Z[ recovery-image] Feb 23 09:05:02.975 INFO O| Feb 23 09:05:02.975 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-02-23T09:05:04.140Z[ recovery-image] Feb 23 09:05:03.001 INFO O| Feb 23 09:05:03.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50952025-02-23T09:05:04.140Z[ recovery-image] Feb 23 09:05:03.001 INFO O| Feb 23 09:05:03.001 INFO STEP 163 (remove_files) COMPLETE
50962025-02-23T09:05:04.145Z[ recovery-image] Feb 23 09:05:03.001 INFO O| Feb 23 09:05:03.001 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-02-23T09:05:04.163Z[ recovery-image] Feb 23 09:05:03.025 INFO O| Feb 23 09:05:03.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
50982025-02-23T09:05:04.163Z[ recovery-image] Feb 23 09:05:03.025 INFO O| Feb 23 09:05:03.025 INFO STEP 164 (remove_files) COMPLETE
50992025-02-23T09:05:04.167Z[ recovery-image] Feb 23 09:05:03.025 INFO O| Feb 23 09:05:03.025 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-02-23T09:05:04.185Z[ recovery-image] Feb 23 09:05:03.047 INFO O| Feb 23 09:05:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
51012025-02-23T09:05:04.185Z[ recovery-image] Feb 23 09:05:03.047 INFO O| Feb 23 09:05:03.047 INFO STEP 165 (remove_files) COMPLETE
51022025-02-23T09:05:04.185Z[ recovery-image] Feb 23 09:05:03.047 INFO O| Feb 23 09:05:03.047 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-02-23T09:05:04.244Z[ host-image] Feb 23 09:05:03.084 INFO O| Feb 23 09:05:03.084 INFO O| Download: Completed 10.27 MB in 0.60 seconds (17.2M/s)
51042025-02-23T09:05:04.250Z[ recovery-image] Feb 23 09:05:03.111 INFO O| Feb 23 09:05:03.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
51052025-02-23T09:05:04.255Z[ recovery-image] Feb 23 09:05:03.111 INFO O| Feb 23 09:05:03.111 INFO STEP 166 (remove_files) COMPLETE
51062025-02-23T09:05:04.255Z[ recovery-image] Feb 23 09:05:03.111 INFO O| Feb 23 09:05:03.111 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-23T09:05:04.279Z[ host-image] Feb 23 09:05:03.141 INFO O| Feb 23 09:05:03.141 INFO O| Actions: 1/22 actions (Installing new actions)
51082025-02-23T09:05:04.284Z[ recovery-image] Feb 23 09:05:03.146 INFO O| Feb 23 09:05:03.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
51092025-02-23T09:05:04.287Z[ recovery-image] Feb 23 09:05:03.146 INFO O| Feb 23 09:05:03.146 INFO STEP 167 (remove_files) COMPLETE
51102025-02-23T09:05:04.288Z[ recovery-image] Feb 23 09:05:03.146 INFO O| Feb 23 09:05:03.146 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-23T09:05:04.305Z[ recovery-image] Feb 23 09:05:03.167 INFO O| Feb 23 09:05:03.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
51122025-02-23T09:05:04.305Z[ recovery-image] Feb 23 09:05:03.167 INFO O| Feb 23 09:05:03.167 INFO STEP 168 (remove_files) COMPLETE
51132025-02-23T09:05:04.309Z[ recovery-image] Feb 23 09:05:03.167 INFO O| Feb 23 09:05:03.167 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-23T09:05:04.353Z[ recovery-image] Feb 23 09:05:03.212 INFO O| Feb 23 09:05:03.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
51152025-02-23T09:05:04.357Z[ recovery-image] Feb 23 09:05:03.212 INFO O| Feb 23 09:05:03.212 INFO STEP 169 (remove_files) COMPLETE
51162025-02-23T09:05:04.357Z[ recovery-image] Feb 23 09:05:03.213 INFO O| Feb 23 09:05:03.212 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-23T09:05:04.427Z[ recovery-image] Feb 23 09:05:03.286 INFO O| Feb 23 09:05:03.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51182025-02-23T09:05:04.427Z[ recovery-image] Feb 23 09:05:03.286 INFO O| Feb 23 09:05:03.286 INFO STEP 170 (remove_files) COMPLETE
51192025-02-23T09:05:04.427Z[ recovery-image] Feb 23 09:05:03.286 INFO O| Feb 23 09:05:03.286 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-23T09:05:04.446Z[ recovery-image] Feb 23 09:05:03.308 INFO O| Feb 23 09:05:03.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51212025-02-23T09:05:04.446Z[ recovery-image] Feb 23 09:05:03.308 INFO O| Feb 23 09:05:03.308 INFO STEP 171 (remove_files) COMPLETE
51222025-02-23T09:05:04.446Z[ recovery-image] Feb 23 09:05:03.308 INFO O| Feb 23 09:05:03.308 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-23T09:05:04.469Z[ recovery-image] Feb 23 09:05:03.331 INFO O| Feb 23 09:05:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51242025-02-23T09:05:04.470Z[ recovery-image] Feb 23 09:05:03.331 INFO O| Feb 23 09:05:03.331 INFO STEP 172 (remove_files) COMPLETE
51252025-02-23T09:05:04.473Z[ recovery-image] Feb 23 09:05:03.331 INFO O| Feb 23 09:05:03.331 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-23T09:05:04.502Z[ recovery-image] Feb 23 09:05:03.362 INFO O| Feb 23 09:05:03.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51272025-02-23T09:05:04.505Z[ recovery-image] Feb 23 09:05:03.362 INFO O| Feb 23 09:05:03.362 INFO STEP 173 (remove_files) COMPLETE
51282025-02-23T09:05:04.505Z[ recovery-image] Feb 23 09:05:03.363 INFO O| Feb 23 09:05:03.362 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-02-23T09:05:04.549Z[ recovery-image] Feb 23 09:05:03.408 INFO O| Feb 23 09:05:03.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51302025-02-23T09:05:04.549Z[ recovery-image] Feb 23 09:05:03.408 INFO O| Feb 23 09:05:03.408 INFO STEP 174 (remove_files) COMPLETE
51312025-02-23T09:05:04.549Z[ recovery-image] Feb 23 09:05:03.408 INFO O| Feb 23 09:05:03.408 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-23T09:05:04.607Z[ recovery-image] Feb 23 09:05:03.468 INFO O| Feb 23 09:05:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51332025-02-23T09:05:04.607Z[ recovery-image] Feb 23 09:05:03.468 INFO O| Feb 23 09:05:03.468 INFO STEP 175 (remove_files) COMPLETE
51342025-02-23T09:05:04.607Z[ recovery-image] Feb 23 09:05:03.468 INFO O| Feb 23 09:05:03.468 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-23T09:05:04.629Z[ recovery-image] Feb 23 09:05:03.489 INFO O| Feb 23 09:05:03.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51362025-02-23T09:05:04.629Z[ recovery-image] Feb 23 09:05:03.489 INFO O| Feb 23 09:05:03.489 INFO STEP 176 (remove_files) COMPLETE
51372025-02-23T09:05:04.629Z[ recovery-image] Feb 23 09:05:03.489 INFO O| Feb 23 09:05:03.489 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-23T09:05:04.716Z[ host-image] Feb 23 09:05:03.577 INFO O| Feb 23 09:05:03.576 INFO O| Actions: Completed 22 actions in 0.44 seconds.
51392025-02-23T09:05:04.784Z[ recovery-image] Feb 23 09:05:03.644 INFO O| Feb 23 09:05:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51402025-02-23T09:05:04.784Z[ recovery-image] Feb 23 09:05:03.644 INFO O| Feb 23 09:05:03.644 INFO STEP 177 (remove_files) COMPLETE
51412025-02-23T09:05:04.784Z[ recovery-image] Feb 23 09:05:03.644 INFO O| Feb 23 09:05:03.644 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-02-23T09:05:04.806Z[ recovery-image] Feb 23 09:05:03.667 INFO O| Feb 23 09:05:03.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51432025-02-23T09:05:04.806Z[ recovery-image] Feb 23 09:05:03.667 INFO O| Feb 23 09:05:03.667 INFO STEP 178 (remove_files) COMPLETE
51442025-02-23T09:05:04.809Z[ recovery-image] Feb 23 09:05:03.667 INFO O| Feb 23 09:05:03.667 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-02-23T09:05:04.866Z[ recovery-image] Feb 23 09:05:03.728 INFO O| Feb 23 09:05:03.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51462025-02-23T09:05:04.866Z[ recovery-image] Feb 23 09:05:03.728 INFO O| Feb 23 09:05:03.728 INFO STEP 179 (remove_files) COMPLETE
51472025-02-23T09:05:04.871Z[ recovery-image] Feb 23 09:05:03.728 INFO O| Feb 23 09:05:03.728 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-02-23T09:05:04.925Z[ recovery-image] Feb 23 09:05:03.786 INFO O| Feb 23 09:05:03.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51492025-02-23T09:05:04.925Z[ recovery-image] Feb 23 09:05:03.786 INFO O| Feb 23 09:05:03.786 INFO STEP 180 (remove_files) COMPLETE
51502025-02-23T09:05:04.925Z[ recovery-image] Feb 23 09:05:03.786 INFO O| Feb 23 09:05:03.786 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-02-23T09:05:04.946Z[ recovery-image] Feb 23 09:05:03.807 INFO O| Feb 23 09:05:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51522025-02-23T09:05:04.946Z[ recovery-image] Feb 23 09:05:03.807 INFO O| Feb 23 09:05:03.807 INFO STEP 181 (remove_files) COMPLETE
51532025-02-23T09:05:04.946Z[ recovery-image] Feb 23 09:05:03.807 INFO O| Feb 23 09:05:03.807 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-02-23T09:05:04.978Z[ recovery-image] Feb 23 09:05:03.832 INFO O| Feb 23 09:05:03.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51552025-02-23T09:05:04.982Z[ recovery-image] Feb 23 09:05:03.832 INFO O| Feb 23 09:05:03.832 INFO STEP 182 (remove_files) COMPLETE
51562025-02-23T09:05:04.982Z[ recovery-image] Feb 23 09:05:03.832 INFO O| Feb 23 09:05:03.832 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-02-23T09:05:04.998Z[ recovery-image] Feb 23 09:05:03.858 INFO O| Feb 23 09:05:03.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51582025-02-23T09:05:04.998Z[ recovery-image] Feb 23 09:05:03.858 INFO O| Feb 23 09:05:03.858 INFO STEP 183 (remove_files) COMPLETE
51592025-02-23T09:05:05.007Z[ recovery-image] Feb 23 09:05:03.858 INFO O| Feb 23 09:05:03.858 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-02-23T09:05:05.022Z[ recovery-image] Feb 23 09:05:03.883 INFO O| Feb 23 09:05:03.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51612025-02-23T09:05:05.025Z[ recovery-image] Feb 23 09:05:03.883 INFO O| Feb 23 09:05:03.883 INFO STEP 184 (remove_files) COMPLETE
51622025-02-23T09:05:05.025Z[ recovery-image] Feb 23 09:05:03.883 INFO O| Feb 23 09:05:03.883 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-02-23T09:05:05.046Z[ recovery-image] Feb 23 09:05:03.908 INFO O| Feb 23 09:05:03.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51642025-02-23T09:05:05.046Z[ recovery-image] Feb 23 09:05:03.908 INFO O| Feb 23 09:05:03.908 INFO STEP 185 (remove_files) COMPLETE
51652025-02-23T09:05:05.047Z[ recovery-image] Feb 23 09:05:03.908 INFO O| Feb 23 09:05:03.908 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-02-23T09:05:05.071Z[ recovery-image] Feb 23 09:05:03.932 INFO O| Feb 23 09:05:03.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51672025-02-23T09:05:05.071Z[ recovery-image] Feb 23 09:05:03.932 INFO O| Feb 23 09:05:03.932 INFO STEP 186 (remove_files) COMPLETE
51682025-02-23T09:05:05.076Z[ recovery-image] Feb 23 09:05:03.932 INFO O| Feb 23 09:05:03.932 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-02-23T09:05:05.093Z[ recovery-image] Feb 23 09:05:03.955 INFO O| Feb 23 09:05:03.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51702025-02-23T09:05:05.093Z[ recovery-image] Feb 23 09:05:03.955 INFO O| Feb 23 09:05:03.955 INFO STEP 187 (remove_files) COMPLETE
51712025-02-23T09:05:05.093Z[ recovery-image] Feb 23 09:05:03.955 INFO O| Feb 23 09:05:03.955 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-02-23T09:05:05.117Z[ recovery-image] Feb 23 09:05:03.978 INFO O| Feb 23 09:05:03.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51732025-02-23T09:05:05.117Z[ recovery-image] Feb 23 09:05:03.978 INFO O| Feb 23 09:05:03.978 INFO STEP 188 (remove_files) COMPLETE
51742025-02-23T09:05:05.117Z[ recovery-image] Feb 23 09:05:03.978 INFO O| Feb 23 09:05:03.978 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-02-23T09:05:05.165Z[ recovery-image] Feb 23 09:05:04.026 INFO O| Feb 23 09:05:04.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
51762025-02-23T09:05:05.167Z[ recovery-image] Feb 23 09:05:04.027 INFO O| Feb 23 09:05:04.027 INFO STEP 189 (remove_files) COMPLETE
51772025-02-23T09:05:05.167Z[ recovery-image] Feb 23 09:05:04.028 INFO O| Feb 23 09:05:04.028 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-02-23T09:05:05.190Z[ recovery-image] Feb 23 09:05:04.051 INFO O| Feb 23 09:05:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
51792025-02-23T09:05:05.193Z[ recovery-image] Feb 23 09:05:04.052 INFO O| Feb 23 09:05:04.051 INFO STEP 190 (remove_files) COMPLETE
51802025-02-23T09:05:05.193Z[ recovery-image] Feb 23 09:05:04.052 INFO O| Feb 23 09:05:04.052 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-02-23T09:05:05.254Z[ recovery-image] Feb 23 09:05:04.113 INFO O| Feb 23 09:05:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
51822025-02-23T09:05:05.258Z[ recovery-image] Feb 23 09:05:04.113 INFO O| Feb 23 09:05:04.113 INFO STEP 191 (remove_files) COMPLETE
51832025-02-23T09:05:05.258Z[ recovery-image] Feb 23 09:05:04.113 INFO O| Feb 23 09:05:04.113 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-02-23T09:05:05.285Z[ recovery-image] Feb 23 09:05:04.145 INFO O| Feb 23 09:05:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
51852025-02-23T09:05:05.285Z[ recovery-image] Feb 23 09:05:04.145 INFO O| Feb 23 09:05:04.145 INFO STEP 192 (remove_files) COMPLETE
51862025-02-23T09:05:05.288Z[ recovery-image] Feb 23 09:05:04.145 INFO O| Feb 23 09:05:04.145 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-02-23T09:05:05.304Z[ recovery-image] Feb 23 09:05:04.165 INFO O| Feb 23 09:05:04.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51882025-02-23T09:05:05.304Z[ recovery-image] Feb 23 09:05:04.165 INFO O| Feb 23 09:05:04.165 INFO STEP 193 (remove_files) COMPLETE
51892025-02-23T09:05:05.304Z[ recovery-image] Feb 23 09:05:04.165 INFO O| Feb 23 09:05:04.165 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-02-23T09:05:05.334Z[ host-image] Feb 23 09:05:04.194 INFO O| Feb 23 09:05:04.194 INFO O| Done
51912025-02-23T09:05:05.334Z[ host-image] Feb 23 09:05:04.194 INFO O| Feb 23 09:05:04.194 INFO O| Done
51922025-02-23T09:05:05.381Z[ recovery-image] Feb 23 09:05:04.242 INFO O| Feb 23 09:05:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51932025-02-23T09:05:05.381Z[ recovery-image] Feb 23 09:05:04.242 INFO O| Feb 23 09:05:04.242 INFO STEP 194 (remove_files) COMPLETE
51942025-02-23T09:05:05.385Z[ recovery-image] Feb 23 09:05:04.242 INFO O| Feb 23 09:05:04.242 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-02-23T09:05:05.467Z[ recovery-image] Feb 23 09:05:04.309 INFO O| Feb 23 09:05:04.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51962025-02-23T09:05:05.492Z[ recovery-image] Feb 23 09:05:04.331 INFO O| Feb 23 09:05:04.331 INFO STEP 195 (remove_files) COMPLETE
51972025-02-23T09:05:05.492Z[ recovery-image] Feb 23 09:05:04.331 INFO O| Feb 23 09:05:04.331 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-02-23T09:05:05.523Z[ recovery-image] Feb 23 09:05:04.380 INFO O| Feb 23 09:05:04.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51992025-02-23T09:05:05.523Z[ recovery-image] Feb 23 09:05:04.380 INFO O| Feb 23 09:05:04.380 INFO STEP 196 (remove_files) COMPLETE
52002025-02-23T09:05:05.555Z[ recovery-image] Feb 23 09:05:04.380 INFO O| Feb 23 09:05:04.380 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-02-23T09:05:05.630Z[ recovery-image] Feb 23 09:05:04.490 INFO O| Feb 23 09:05:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
52022025-02-23T09:05:05.635Z[ recovery-image] Feb 23 09:05:04.490 INFO O| Feb 23 09:05:04.490 INFO STEP 197 (remove_files) COMPLETE
52032025-02-23T09:05:05.635Z[ recovery-image] Feb 23 09:05:04.490 INFO O| Feb 23 09:05:04.490 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-02-23T09:05:05.651Z[ recovery-image] Feb 23 09:05:04.512 INFO O| Feb 23 09:05:04.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
52052025-02-23T09:05:05.657Z[ recovery-image] Feb 23 09:05:04.513 INFO O| Feb 23 09:05:04.513 INFO STEP 198 (remove_files) COMPLETE
52062025-02-23T09:05:05.657Z[ recovery-image] Feb 23 09:05:04.513 INFO O| Feb 23 09:05:04.513 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-02-23T09:05:05.672Z[ recovery-image] Feb 23 09:05:04.534 INFO O| Feb 23 09:05:04.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
52082025-02-23T09:05:05.672Z[ recovery-image] Feb 23 09:05:04.534 INFO O| Feb 23 09:05:04.534 INFO STEP 199 (remove_files) COMPLETE
52092025-02-23T09:05:05.673Z[ recovery-image] Feb 23 09:05:04.534 INFO O| Feb 23 09:05:04.534 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-02-23T09:05:05.694Z[ recovery-image] Feb 23 09:05:04.555 INFO O| Feb 23 09:05:04.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
52112025-02-23T09:05:05.695Z[ recovery-image] Feb 23 09:05:04.555 INFO O| Feb 23 09:05:04.555 INFO STEP 200 (remove_files) COMPLETE
52122025-02-23T09:05:05.695Z[ recovery-image] Feb 23 09:05:04.555 INFO O| Feb 23 09:05:04.555 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-02-23T09:05:05.720Z[ recovery-image] Feb 23 09:05:04.580 INFO O| Feb 23 09:05:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
52142025-02-23T09:05:05.720Z[ recovery-image] Feb 23 09:05:04.580 INFO O| Feb 23 09:05:04.580 INFO STEP 201 (remove_files) COMPLETE
52152025-02-23T09:05:05.720Z[ recovery-image] Feb 23 09:05:04.580 INFO O| Feb 23 09:05:04.580 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-02-23T09:05:05.809Z[ recovery-image] Feb 23 09:05:04.670 INFO O| Feb 23 09:05:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52172025-02-23T09:05:05.809Z[ recovery-image] Feb 23 09:05:04.670 INFO O| Feb 23 09:05:04.670 INFO STEP 202 (remove_files) COMPLETE
52182025-02-23T09:05:05.809Z[ recovery-image] Feb 23 09:05:04.670 INFO O| Feb 23 09:05:04.670 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-02-23T09:05:05.843Z[ recovery-image] Feb 23 09:05:04.704 INFO O| Feb 23 09:05:04.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52202025-02-23T09:05:05.846Z[ recovery-image] Feb 23 09:05:04.704 INFO O| Feb 23 09:05:04.704 INFO STEP 203 (remove_files) COMPLETE
52212025-02-23T09:05:05.846Z[ recovery-image] Feb 23 09:05:04.705 INFO O| Feb 23 09:05:04.705 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-02-23T09:05:05.867Z[ recovery-image] Feb 23 09:05:04.728 INFO O| Feb 23 09:05:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52232025-02-23T09:05:05.881Z[ recovery-image] Feb 23 09:05:04.728 INFO O| Feb 23 09:05:04.728 INFO STEP 204 (remove_files) COMPLETE
52242025-02-23T09:05:05.881Z[ recovery-image] Feb 23 09:05:04.729 INFO O| Feb 23 09:05:04.728 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-02-23T09:05:05.901Z[ recovery-image] Feb 23 09:05:04.762 INFO O| Feb 23 09:05:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52262025-02-23T09:05:05.906Z[ recovery-image] Feb 23 09:05:04.763 INFO O| Feb 23 09:05:04.762 INFO STEP 205 (remove_files) COMPLETE
52272025-02-23T09:05:05.906Z[ recovery-image] Feb 23 09:05:04.763 INFO O| Feb 23 09:05:04.763 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-02-23T09:05:05.926Z[ recovery-image] Feb 23 09:05:04.787 INFO O| Feb 23 09:05:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52292025-02-23T09:05:05.926Z[ recovery-image] Feb 23 09:05:04.787 INFO O| Feb 23 09:05:04.787 INFO STEP 206 (remove_files) COMPLETE
52302025-02-23T09:05:05.926Z[ recovery-image] Feb 23 09:05:04.787 INFO O| Feb 23 09:05:04.787 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-02-23T09:05:05.962Z[ recovery-image] Feb 23 09:05:04.823 INFO O| Feb 23 09:05:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52322025-02-23T09:05:05.977Z[ recovery-image] Feb 23 09:05:04.824 INFO O| Feb 23 09:05:04.823 INFO STEP 207 (remove_files) COMPLETE
52332025-02-23T09:05:05.977Z[ recovery-image] Feb 23 09:05:04.824 INFO O| Feb 23 09:05:04.823 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-02-23T09:05:05.985Z[ recovery-image] Feb 23 09:05:04.847 INFO O| Feb 23 09:05:04.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52352025-02-23T09:05:05.985Z[ recovery-image] Feb 23 09:05:04.847 INFO O| Feb 23 09:05:04.847 INFO STEP 208 (remove_files) COMPLETE
52362025-02-23T09:05:05.985Z[ recovery-image] Feb 23 09:05:04.847 INFO O| Feb 23 09:05:04.847 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-02-23T09:05:06.007Z[ recovery-image] Feb 23 09:05:04.867 INFO O| Feb 23 09:05:04.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52382025-02-23T09:05:06.007Z[ recovery-image] Feb 23 09:05:04.867 INFO O| Feb 23 09:05:04.867 INFO STEP 209 (remove_files) COMPLETE
52392025-02-23T09:05:06.007Z[ recovery-image] Feb 23 09:05:04.867 INFO O| Feb 23 09:05:04.867 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-02-23T09:05:06.039Z[ recovery-image] Feb 23 09:05:04.899 INFO O| Feb 23 09:05:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52412025-02-23T09:05:06.039Z[ recovery-image] Feb 23 09:05:04.899 INFO O| Feb 23 09:05:04.899 INFO STEP 210 (remove_files) COMPLETE
52422025-02-23T09:05:06.043Z[ recovery-image] Feb 23 09:05:04.899 INFO O| Feb 23 09:05:04.899 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-02-23T09:05:06.099Z[ recovery-image] Feb 23 09:05:04.960 INFO O| Feb 23 09:05:04.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52442025-02-23T09:05:06.099Z[ recovery-image] Feb 23 09:05:04.960 INFO O| Feb 23 09:05:04.960 INFO STEP 211 (remove_files) COMPLETE
52452025-02-23T09:05:06.099Z[ recovery-image] Feb 23 09:05:04.960 INFO O| Feb 23 09:05:04.960 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-02-23T09:05:06.128Z[ recovery-image] Feb 23 09:05:04.987 INFO O| Feb 23 09:05:04.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52472025-02-23T09:05:06.132Z[ recovery-image] Feb 23 09:05:04.987 INFO O| Feb 23 09:05:04.987 INFO STEP 212 (remove_files) COMPLETE
52482025-02-23T09:05:06.132Z[ recovery-image] Feb 23 09:05:04.987 INFO O| Feb 23 09:05:04.987 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-02-23T09:05:06.159Z[ recovery-image] Feb 23 09:05:05.008 INFO O| Feb 23 09:05:05.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52502025-02-23T09:05:06.159Z[ recovery-image] Feb 23 09:05:05.009 INFO O| Feb 23 09:05:05.008 INFO STEP 213 (remove_files) COMPLETE
52512025-02-23T09:05:06.165Z[ recovery-image] Feb 23 09:05:05.009 INFO O| Feb 23 09:05:05.009 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-02-23T09:05:06.179Z[ recovery-image] Feb 23 09:05:05.028 INFO O| Feb 23 09:05:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52532025-02-23T09:05:06.179Z[ recovery-image] Feb 23 09:05:05.029 INFO O| Feb 23 09:05:05.028 INFO STEP 214 (remove_files) COMPLETE
52542025-02-23T09:05:06.180Z[ recovery-image] Feb 23 09:05:05.029 INFO O| Feb 23 09:05:05.028 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-02-23T09:05:06.187Z[ recovery-image] Feb 23 09:05:05.048 INFO O| Feb 23 09:05:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52562025-02-23T09:05:06.190Z[ recovery-image] Feb 23 09:05:05.049 INFO O| Feb 23 09:05:05.049 INFO STEP 215 (remove_files) COMPLETE
52572025-02-23T09:05:06.190Z[ recovery-image] Feb 23 09:05:05.049 INFO O| Feb 23 09:05:05.049 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-02-23T09:05:06.208Z[ recovery-image] Feb 23 09:05:05.069 INFO O| Feb 23 09:05:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52592025-02-23T09:05:06.211Z[ recovery-image] Feb 23 09:05:05.069 INFO O| Feb 23 09:05:05.069 INFO STEP 216 (remove_files) COMPLETE
52602025-02-23T09:05:06.211Z[ recovery-image] Feb 23 09:05:05.069 INFO O| Feb 23 09:05:05.069 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-02-23T09:05:06.247Z[ recovery-image] Feb 23 09:05:05.108 INFO O| Feb 23 09:05:05.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52622025-02-23T09:05:06.248Z[ recovery-image] Feb 23 09:05:05.108 INFO O| Feb 23 09:05:05.108 INFO STEP 217 (remove_files) COMPLETE
52632025-02-23T09:05:06.248Z[ recovery-image] Feb 23 09:05:05.108 INFO O| Feb 23 09:05:05.108 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-02-23T09:05:06.267Z[ recovery-image] Feb 23 09:05:05.129 INFO O| Feb 23 09:05:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52652025-02-23T09:05:06.267Z[ recovery-image] Feb 23 09:05:05.129 INFO O| Feb 23 09:05:05.129 INFO STEP 218 (remove_files) COMPLETE
52662025-02-23T09:05:06.267Z[ recovery-image] Feb 23 09:05:05.129 INFO O| Feb 23 09:05:05.129 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-02-23T09:05:06.295Z[ recovery-image] Feb 23 09:05:05.156 INFO O| Feb 23 09:05:05.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52682025-02-23T09:05:06.295Z[ recovery-image] Feb 23 09:05:05.156 INFO O| Feb 23 09:05:05.156 INFO STEP 219 (remove_files) COMPLETE
52692025-02-23T09:05:06.295Z[ recovery-image] Feb 23 09:05:05.156 INFO O| Feb 23 09:05:05.156 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-02-23T09:05:06.350Z[ recovery-image] Feb 23 09:05:05.210 INFO O| Feb 23 09:05:05.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52712025-02-23T09:05:06.350Z[ recovery-image] Feb 23 09:05:05.210 INFO O| Feb 23 09:05:05.210 INFO STEP 220 (remove_files) COMPLETE
52722025-02-23T09:05:06.354Z[ recovery-image] Feb 23 09:05:05.210 INFO O| Feb 23 09:05:05.210 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-02-23T09:05:06.388Z[ recovery-image] Feb 23 09:05:05.249 INFO O| Feb 23 09:05:05.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
52742025-02-23T09:05:06.388Z[ recovery-image] Feb 23 09:05:05.249 INFO O| Feb 23 09:05:05.249 INFO STEP 221 (remove_files) COMPLETE
52752025-02-23T09:05:06.389Z[ recovery-image] Feb 23 09:05:05.249 INFO O| Feb 23 09:05:05.249 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-02-23T09:05:06.407Z[ recovery-image] Feb 23 09:05:05.266 INFO O| Feb 23 09:05:05.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
52772025-02-23T09:05:06.416Z[ recovery-image] Feb 23 09:05:05.277 INFO O| Feb 23 09:05:05.277 INFO STEP 222 (remove_files) COMPLETE
52782025-02-23T09:05:06.416Z[ recovery-image] Feb 23 09:05:05.277 INFO O| Feb 23 09:05:05.277 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-02-23T09:05:06.447Z[ recovery-image] Feb 23 09:05:05.308 INFO O| Feb 23 09:05:05.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
52802025-02-23T09:05:06.447Z[ recovery-image] Feb 23 09:05:05.308 INFO O| Feb 23 09:05:05.308 INFO STEP 223 (remove_files) COMPLETE
52812025-02-23T09:05:06.453Z[ recovery-image] Feb 23 09:05:05.308 INFO O| Feb 23 09:05:05.308 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-02-23T09:05:06.511Z[ recovery-image] Feb 23 09:05:05.372 INFO O| Feb 23 09:05:05.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
52832025-02-23T09:05:06.514Z[ recovery-image] Feb 23 09:05:05.372 INFO O| Feb 23 09:05:05.372 INFO STEP 224 (remove_files) COMPLETE
52842025-02-23T09:05:06.514Z[ recovery-image] Feb 23 09:05:05.372 INFO O| Feb 23 09:05:05.372 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-02-23T09:05:06.602Z[ recovery-image] Feb 23 09:05:05.463 INFO O| Feb 23 09:05:05.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
52862025-02-23T09:05:06.605Z[ recovery-image] Feb 23 09:05:05.463 INFO O| Feb 23 09:05:05.463 INFO STEP 225 (remove_files) COMPLETE
52872025-02-23T09:05:06.605Z[ recovery-image] Feb 23 09:05:05.463 INFO O| Feb 23 09:05:05.463 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-02-23T09:05:06.644Z[ recovery-image] Feb 23 09:05:05.505 INFO O| Feb 23 09:05:05.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52892025-02-23T09:05:06.644Z[ recovery-image] Feb 23 09:05:05.505 INFO O| Feb 23 09:05:05.505 INFO STEP 226 (remove_files) COMPLETE
52902025-02-23T09:05:06.644Z[ recovery-image] Feb 23 09:05:05.505 INFO O| Feb 23 09:05:05.505 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-02-23T09:05:06.665Z[ recovery-image] Feb 23 09:05:05.526 INFO O| Feb 23 09:05:05.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52922025-02-23T09:05:06.665Z[ recovery-image] Feb 23 09:05:05.526 INFO O| Feb 23 09:05:05.526 INFO STEP 227 (remove_files) COMPLETE
52932025-02-23T09:05:06.668Z[ recovery-image] Feb 23 09:05:05.526 INFO O| Feb 23 09:05:05.526 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-02-23T09:05:06.708Z[ recovery-image] Feb 23 09:05:05.569 INFO O| Feb 23 09:05:05.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52952025-02-23T09:05:06.708Z[ recovery-image] Feb 23 09:05:05.569 INFO O| Feb 23 09:05:05.569 INFO STEP 228 (remove_files) COMPLETE
52962025-02-23T09:05:06.723Z[ recovery-image] Feb 23 09:05:05.569 INFO O| Feb 23 09:05:05.569 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-02-23T09:05:06.743Z[ recovery-image] Feb 23 09:05:05.605 INFO O| Feb 23 09:05:05.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52982025-02-23T09:05:06.743Z[ recovery-image] Feb 23 09:05:05.605 INFO O| Feb 23 09:05:05.605 INFO STEP 229 (remove_files) COMPLETE
52992025-02-23T09:05:06.743Z[ recovery-image] Feb 23 09:05:05.605 INFO O| Feb 23 09:05:05.605 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-02-23T09:05:06.789Z[ recovery-image] Feb 23 09:05:05.649 INFO O| Feb 23 09:05:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
53012025-02-23T09:05:06.789Z[ recovery-image] Feb 23 09:05:05.649 INFO O| Feb 23 09:05:05.649 INFO STEP 230 (remove_files) COMPLETE
53022025-02-23T09:05:06.789Z[ recovery-image] Feb 23 09:05:05.649 INFO O| Feb 23 09:05:05.649 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-02-23T09:05:06.803Z[ host-image] Feb 23 09:05:05.662 INFO O| Feb 23 09:05:05.661 INFO O| Done
53042025-02-23T09:05:06.892Z[ recovery-image] Feb 23 09:05:05.753 INFO O| Feb 23 09:05:05.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
53052025-02-23T09:05:06.893Z[ recovery-image] Feb 23 09:05:05.753 INFO O| Feb 23 09:05:05.753 INFO STEP 231 (remove_files) COMPLETE
53062025-02-23T09:05:06.896Z[ recovery-image] Feb 23 09:05:05.753 INFO O| Feb 23 09:05:05.753 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-02-23T09:05:06.913Z[ recovery-image] Feb 23 09:05:05.772 INFO O| Feb 23 09:05:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
53082025-02-23T09:05:06.917Z[ recovery-image] Feb 23 09:05:05.773 INFO O| Feb 23 09:05:05.772 INFO STEP 232 (remove_files) COMPLETE
53092025-02-23T09:05:06.917Z[ recovery-image] Feb 23 09:05:05.773 INFO O| Feb 23 09:05:05.773 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-02-23T09:05:06.929Z[ recovery-image] Feb 23 09:05:05.791 INFO O| Feb 23 09:05:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
53112025-02-23T09:05:06.930Z[ recovery-image] Feb 23 09:05:05.791 INFO O| Feb 23 09:05:05.791 INFO STEP 233 (remove_files) COMPLETE
53122025-02-23T09:05:06.932Z[ recovery-image] Feb 23 09:05:05.791 INFO O| Feb 23 09:05:05.791 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-02-23T09:05:06.949Z[ recovery-image] Feb 23 09:05:05.810 INFO O| Feb 23 09:05:05.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
53142025-02-23T09:05:06.949Z[ recovery-image] Feb 23 09:05:05.810 INFO O| Feb 23 09:05:05.810 INFO STEP 234 (remove_files) COMPLETE
53152025-02-23T09:05:06.949Z[ recovery-image] Feb 23 09:05:05.810 INFO O| Feb 23 09:05:05.810 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-02-23T09:05:06.969Z[ recovery-image] Feb 23 09:05:05.829 INFO O| Feb 23 09:05:05.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53172025-02-23T09:05:06.974Z[ recovery-image] Feb 23 09:05:05.829 INFO O| Feb 23 09:05:05.829 INFO STEP 235 (remove_files) COMPLETE
53182025-02-23T09:05:06.974Z[ recovery-image] Feb 23 09:05:05.829 INFO O| Feb 23 09:05:05.829 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-02-23T09:05:06.994Z[ recovery-image] Feb 23 09:05:05.854 INFO O| Feb 23 09:05:05.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53202025-02-23T09:05:06.994Z[ recovery-image] Feb 23 09:05:05.854 INFO O| Feb 23 09:05:05.854 INFO STEP 236 (remove_files) COMPLETE
53212025-02-23T09:05:06.994Z[ recovery-image] Feb 23 09:05:05.855 INFO O| Feb 23 09:05:05.855 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-02-23T09:05:07.020Z[ recovery-image] Feb 23 09:05:05.881 INFO O| Feb 23 09:05:05.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53232025-02-23T09:05:07.046Z[ recovery-image] Feb 23 09:05:05.907 INFO O| Feb 23 09:05:05.907 INFO STEP 237 (remove_files) COMPLETE
53242025-02-23T09:05:07.047Z[ recovery-image] Feb 23 09:05:05.907 INFO O| Feb 23 09:05:05.907 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-02-23T09:05:07.070Z[ recovery-image] Feb 23 09:05:05.930 INFO O| Feb 23 09:05:05.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53262025-02-23T09:05:07.070Z[ recovery-image] Feb 23 09:05:05.930 INFO O| Feb 23 09:05:05.930 INFO STEP 238 (remove_files) COMPLETE
53272025-02-23T09:05:07.070Z[ recovery-image] Feb 23 09:05:05.930 INFO O| Feb 23 09:05:05.930 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-02-23T09:05:07.092Z[ recovery-image] Feb 23 09:05:05.952 INFO O| Feb 23 09:05:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53292025-02-23T09:05:07.092Z[ recovery-image] Feb 23 09:05:05.952 INFO O| Feb 23 09:05:05.952 INFO STEP 239 (remove_files) COMPLETE
53302025-02-23T09:05:07.092Z[ recovery-image] Feb 23 09:05:05.952 INFO O| Feb 23 09:05:05.952 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-02-23T09:05:07.112Z[ recovery-image] Feb 23 09:05:05.973 INFO O| Feb 23 09:05:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53322025-02-23T09:05:07.112Z[ recovery-image] Feb 23 09:05:05.973 INFO O| Feb 23 09:05:05.973 INFO STEP 240 (remove_files) COMPLETE
53332025-02-23T09:05:07.114Z[ recovery-image] Feb 23 09:05:05.973 INFO O| Feb 23 09:05:05.973 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-02-23T09:05:07.149Z[ recovery-image] Feb 23 09:05:05.995 INFO O| Feb 23 09:05:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53352025-02-23T09:05:07.158Z[ recovery-image] Feb 23 09:05:06.019 INFO O| Feb 23 09:05:06.019 INFO STEP 241 (remove_files) COMPLETE
53362025-02-23T09:05:07.158Z[ recovery-image] Feb 23 09:05:06.019 INFO O| Feb 23 09:05:06.019 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-02-23T09:05:07.242Z[ recovery-image] Feb 23 09:05:06.103 INFO O| Feb 23 09:05:06.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53382025-02-23T09:05:07.242Z[ recovery-image] Feb 23 09:05:06.103 INFO O| Feb 23 09:05:06.103 INFO STEP 242 (remove_files) COMPLETE
53392025-02-23T09:05:07.245Z[ recovery-image] Feb 23 09:05:06.103 INFO O| Feb 23 09:05:06.103 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-02-23T09:05:07.285Z[ recovery-image] Feb 23 09:05:06.144 INFO O| Feb 23 09:05:06.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53412025-02-23T09:05:07.285Z[ recovery-image] Feb 23 09:05:06.144 INFO O| Feb 23 09:05:06.144 INFO STEP 243 (remove_files) COMPLETE
53422025-02-23T09:05:07.285Z[ recovery-image] Feb 23 09:05:06.144 INFO O| Feb 23 09:05:06.144 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-02-23T09:05:07.302Z[ recovery-image] Feb 23 09:05:06.162 INFO O| Feb 23 09:05:06.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53442025-02-23T09:05:07.302Z[ recovery-image] Feb 23 09:05:06.162 INFO O| Feb 23 09:05:06.162 INFO STEP 244 (remove_files) COMPLETE
53452025-02-23T09:05:07.303Z[ recovery-image] Feb 23 09:05:06.162 INFO O| Feb 23 09:05:06.162 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-02-23T09:05:07.328Z[ recovery-image] Feb 23 09:05:06.189 INFO O| Feb 23 09:05:06.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53472025-02-23T09:05:07.328Z[ recovery-image] Feb 23 09:05:06.189 INFO O| Feb 23 09:05:06.189 INFO STEP 245 (remove_files) COMPLETE
53482025-02-23T09:05:07.333Z[ recovery-image] Feb 23 09:05:06.190 INFO O| Feb 23 09:05:06.189 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-02-23T09:05:07.348Z[ recovery-image] Feb 23 09:05:06.209 INFO O| Feb 23 09:05:06.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53502025-02-23T09:05:07.351Z[ recovery-image] Feb 23 09:05:06.209 INFO O| Feb 23 09:05:06.209 INFO STEP 246 (remove_files) COMPLETE
53512025-02-23T09:05:07.351Z[ recovery-image] Feb 23 09:05:06.209 INFO O| Feb 23 09:05:06.209 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-02-23T09:05:07.367Z[ recovery-image] Feb 23 09:05:06.228 INFO O| Feb 23 09:05:06.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53532025-02-23T09:05:07.371Z[ recovery-image] Feb 23 09:05:06.228 INFO O| Feb 23 09:05:06.228 INFO STEP 247 (remove_files) COMPLETE
53542025-02-23T09:05:07.371Z[ recovery-image] Feb 23 09:05:06.228 INFO O| Feb 23 09:05:06.228 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-02-23T09:05:07.385Z[ recovery-image] Feb 23 09:05:06.246 INFO O| Feb 23 09:05:06.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53562025-02-23T09:05:07.387Z[ recovery-image] Feb 23 09:05:06.246 INFO O| Feb 23 09:05:06.246 INFO STEP 248 (remove_files) COMPLETE
53572025-02-23T09:05:07.387Z[ recovery-image] Feb 23 09:05:06.246 INFO O| Feb 23 09:05:06.246 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-02-23T09:05:07.403Z[ recovery-image] Feb 23 09:05:06.264 INFO O| Feb 23 09:05:06.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53592025-02-23T09:05:07.405Z[ recovery-image] Feb 23 09:05:06.264 INFO O| Feb 23 09:05:06.264 INFO STEP 249 (remove_files) COMPLETE
53602025-02-23T09:05:07.405Z[ recovery-image] Feb 23 09:05:06.264 INFO O| Feb 23 09:05:06.264 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-02-23T09:05:07.421Z[ recovery-image] Feb 23 09:05:06.282 INFO O| Feb 23 09:05:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53622025-02-23T09:05:07.438Z[ recovery-image] Feb 23 09:05:06.283 INFO O| Feb 23 09:05:06.283 INFO STEP 250 (remove_files) COMPLETE
53632025-02-23T09:05:07.438Z[ recovery-image] Feb 23 09:05:06.283 INFO O| Feb 23 09:05:06.283 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-02-23T09:05:07.453Z[ recovery-image] Feb 23 09:05:06.313 INFO O| Feb 23 09:05:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53652025-02-23T09:05:07.453Z[ recovery-image] Feb 23 09:05:06.313 INFO O| Feb 23 09:05:06.313 INFO STEP 251 (remove_files) COMPLETE
53662025-02-23T09:05:07.456Z[ recovery-image] Feb 23 09:05:06.313 INFO O| Feb 23 09:05:06.313 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-02-23T09:05:07.489Z[ recovery-image] Feb 23 09:05:06.350 INFO O| Feb 23 09:05:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53682025-02-23T09:05:07.489Z[ recovery-image] Feb 23 09:05:06.350 INFO O| Feb 23 09:05:06.350 INFO STEP 252 (remove_files) COMPLETE
53692025-02-23T09:05:07.492Z[ recovery-image] Feb 23 09:05:06.350 INFO O| Feb 23 09:05:06.350 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-02-23T09:05:07.534Z[ recovery-image] Feb 23 09:05:06.394 INFO O| Feb 23 09:05:06.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53712025-02-23T09:05:07.534Z[ recovery-image] Feb 23 09:05:06.394 INFO O| Feb 23 09:05:06.394 INFO STEP 253 (remove_files) COMPLETE
53722025-02-23T09:05:07.534Z[ recovery-image] Feb 23 09:05:06.394 INFO O| Feb 23 09:05:06.394 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-02-23T09:05:07.562Z[ recovery-image] Feb 23 09:05:06.413 INFO O| Feb 23 09:05:06.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53742025-02-23T09:05:07.562Z[ recovery-image] Feb 23 09:05:06.414 INFO O| Feb 23 09:05:06.414 INFO STEP 254 (remove_files) COMPLETE
53752025-02-23T09:05:07.563Z[ recovery-image] Feb 23 09:05:06.414 INFO O| Feb 23 09:05:06.414 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-02-23T09:05:07.572Z[ recovery-image] Feb 23 09:05:06.433 INFO O| Feb 23 09:05:06.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
53772025-02-23T09:05:07.572Z[ recovery-image] Feb 23 09:05:06.433 INFO O| Feb 23 09:05:06.433 INFO STEP 255 (remove_files) COMPLETE
53782025-02-23T09:05:07.572Z[ recovery-image] Feb 23 09:05:06.433 INFO O| Feb 23 09:05:06.433 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-02-23T09:05:07.593Z[ recovery-image] Feb 23 09:05:06.452 INFO O| Feb 23 09:05:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
53802025-02-23T09:05:07.593Z[ recovery-image] Feb 23 09:05:06.452 INFO O| Feb 23 09:05:06.452 INFO STEP 256 (remove_files) COMPLETE
53812025-02-23T09:05:07.593Z[ recovery-image] Feb 23 09:05:06.452 INFO O| Feb 23 09:05:06.452 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-02-23T09:05:07.656Z[ recovery-image] Feb 23 09:05:06.471 INFO O| Feb 23 09:05:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53832025-02-23T09:05:07.656Z[ recovery-image] Feb 23 09:05:06.471 INFO O| Feb 23 09:05:06.471 INFO STEP 257 (remove_files) COMPLETE
53842025-02-23T09:05:07.657Z[ recovery-image] Feb 23 09:05:06.471 INFO O| Feb 23 09:05:06.471 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-23T09:05:07.695Z[ recovery-image] Feb 23 09:05:06.492 INFO O| Feb 23 09:05:06.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53862025-02-23T09:05:07.695Z[ recovery-image] Feb 23 09:05:06.492 INFO O| Feb 23 09:05:06.492 INFO STEP 258 (remove_files) COMPLETE
53872025-02-23T09:05:07.695Z[ recovery-image] Feb 23 09:05:06.492 INFO O| Feb 23 09:05:06.492 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-23T09:05:07.695Z[ recovery-image] Feb 23 09:05:06.513 INFO O| Feb 23 09:05:06.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53892025-02-23T09:05:07.695Z[ recovery-image] Feb 23 09:05:06.513 INFO O| Feb 23 09:05:06.513 INFO STEP 259 (remove_files) COMPLETE
53902025-02-23T09:05:07.696Z[ recovery-image] Feb 23 09:05:06.513 INFO O| Feb 23 09:05:06.513 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-23T09:05:07.789Z[ recovery-image] Feb 23 09:05:06.552 INFO O| Feb 23 09:05:06.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53922025-02-23T09:05:07.789Z[ recovery-image] Feb 23 09:05:06.552 INFO O| Feb 23 09:05:06.552 INFO STEP 260 (remove_files) COMPLETE
53932025-02-23T09:05:07.789Z[ recovery-image] Feb 23 09:05:06.552 INFO O| Feb 23 09:05:06.552 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-02-23T09:05:07.793Z[ recovery-image] Feb 23 09:05:06.611 INFO O| Feb 23 09:05:06.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53952025-02-23T09:05:07.793Z[ recovery-image] Feb 23 09:05:06.611 INFO O| Feb 23 09:05:06.611 INFO STEP 261 (remove_files) COMPLETE
53962025-02-23T09:05:07.793Z[ recovery-image] Feb 23 09:05:06.611 INFO O| Feb 23 09:05:06.611 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-23T09:05:07.802Z[ recovery-image] Feb 23 09:05:06.655 INFO O| Feb 23 09:05:06.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53982025-02-23T09:05:07.802Z[ recovery-image] Feb 23 09:05:06.655 INFO O| Feb 23 09:05:06.655 INFO STEP 262 (remove_files) COMPLETE
53992025-02-23T09:05:07.802Z[ recovery-image] Feb 23 09:05:06.655 INFO O| Feb 23 09:05:06.655 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-02-23T09:05:07.818Z[ recovery-image] Feb 23 09:05:06.677 INFO O| Feb 23 09:05:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
54012025-02-23T09:05:07.832Z[ recovery-image] Feb 23 09:05:06.677 INFO O| Feb 23 09:05:06.677 INFO STEP 263 (remove_files) COMPLETE
54022025-02-23T09:05:07.833Z[ recovery-image] Feb 23 09:05:06.677 INFO O| Feb 23 09:05:06.677 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-02-23T09:05:07.858Z[ recovery-image] Feb 23 09:05:06.710 INFO O| Feb 23 09:05:06.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
54042025-02-23T09:05:07.874Z[ recovery-image] Feb 23 09:05:06.710 INFO O| Feb 23 09:05:06.710 INFO STEP 264 (remove_files) COMPLETE
54052025-02-23T09:05:07.874Z[ recovery-image] Feb 23 09:05:06.711 INFO O| Feb 23 09:05:06.711 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-02-23T09:05:07.892Z[ recovery-image] Feb 23 09:05:06.733 INFO O| Feb 23 09:05:06.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
54072025-02-23T09:05:07.892Z[ recovery-image] Feb 23 09:05:06.733 INFO O| Feb 23 09:05:06.733 INFO STEP 265 (remove_files) COMPLETE
54082025-02-23T09:05:07.892Z[ recovery-image] Feb 23 09:05:06.734 INFO O| Feb 23 09:05:06.734 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-02-23T09:05:07.913Z[ recovery-image] Feb 23 09:05:06.767 INFO O| Feb 23 09:05:06.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
54102025-02-23T09:05:07.913Z[ recovery-image] Feb 23 09:05:06.768 INFO O| Feb 23 09:05:06.767 INFO STEP 266 (remove_files) COMPLETE
54112025-02-23T09:05:07.913Z[ recovery-image] Feb 23 09:05:06.768 INFO O| Feb 23 09:05:06.768 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-02-23T09:05:07.977Z[ recovery-image] Feb 23 09:05:06.826 INFO O| Feb 23 09:05:06.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
54132025-02-23T09:05:07.978Z[ recovery-image] Feb 23 09:05:06.826 INFO O| Feb 23 09:05:06.826 INFO STEP 267 (remove_files) COMPLETE
54142025-02-23T09:05:07.984Z[ recovery-image] Feb 23 09:05:06.826 INFO O| Feb 23 09:05:06.826 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-02-23T09:05:08.051Z[ recovery-image] Feb 23 09:05:06.853 INFO O| Feb 23 09:05:06.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54162025-02-23T09:05:08.051Z[ recovery-image] Feb 23 09:05:06.853 INFO O| Feb 23 09:05:06.853 INFO STEP 268 (remove_files) COMPLETE
54172025-02-23T09:05:08.052Z[ recovery-image] Feb 23 09:05:06.854 INFO O| Feb 23 09:05:06.853 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-02-23T09:05:08.052Z[ recovery-image] Feb 23 09:05:06.876 INFO O| Feb 23 09:05:06.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54192025-02-23T09:05:08.052Z[ recovery-image] Feb 23 09:05:06.876 INFO O| Feb 23 09:05:06.876 INFO STEP 269 (remove_files) COMPLETE
54202025-02-23T09:05:08.086Z[ recovery-image] Feb 23 09:05:06.876 INFO O| Feb 23 09:05:06.876 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-02-23T09:05:08.126Z[ recovery-image] Feb 23 09:05:06.939 INFO O| Feb 23 09:05:06.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54222025-02-23T09:05:08.126Z[ recovery-image] Feb 23 09:05:06.939 INFO O| Feb 23 09:05:06.939 INFO STEP 270 (remove_files) COMPLETE
54232025-02-23T09:05:08.128Z[ recovery-image] Feb 23 09:05:06.939 INFO O| Feb 23 09:05:06.939 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-23T09:05:08.235Z[ recovery-image] Feb 23 09:05:06.968 INFO O| Feb 23 09:05:06.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54252025-02-23T09:05:08.235Z[ recovery-image] Feb 23 09:05:06.968 INFO O| Feb 23 09:05:06.968 INFO STEP 271 (remove_files) COMPLETE
54262025-02-23T09:05:08.235Z[ recovery-image] Feb 23 09:05:06.968 INFO O| Feb 23 09:05:06.968 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-02-23T09:05:08.235Z[ recovery-image] Feb 23 09:05:07.003 INFO O| Feb 23 09:05:07.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54282025-02-23T09:05:08.236Z[ recovery-image] Feb 23 09:05:07.003 INFO O| Feb 23 09:05:07.003 INFO STEP 272 (remove_files) COMPLETE
54292025-02-23T09:05:08.236Z[ recovery-image] Feb 23 09:05:07.003 INFO O| Feb 23 09:05:07.003 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-02-23T09:05:08.236Z[ recovery-image] Feb 23 09:05:07.024 INFO O| Feb 23 09:05:07.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54312025-02-23T09:05:08.237Z[ recovery-image] Feb 23 09:05:07.024 INFO O| Feb 23 09:05:07.024 INFO STEP 273 (remove_files) COMPLETE
54322025-02-23T09:05:08.238Z[ recovery-image] Feb 23 09:05:07.024 INFO O| Feb 23 09:05:07.024 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-02-23T09:05:08.295Z[ recovery-image] Feb 23 09:05:07.066 INFO O| Feb 23 09:05:07.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54342025-02-23T09:05:08.295Z[ recovery-image] Feb 23 09:05:07.067 INFO O| Feb 23 09:05:07.067 INFO STEP 274 (remove_files) COMPLETE
54352025-02-23T09:05:08.296Z[ recovery-image] Feb 23 09:05:07.067 INFO O| Feb 23 09:05:07.067 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-02-23T09:05:08.297Z[ recovery-image] Feb 23 09:05:07.109 INFO O| Feb 23 09:05:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54372025-02-23T09:05:08.298Z[ recovery-image] Feb 23 09:05:07.120 INFO O| Feb 23 09:05:07.120 INFO STEP 275 (remove_files) COMPLETE
54382025-02-23T09:05:08.298Z[ recovery-image] Feb 23 09:05:07.120 INFO O| Feb 23 09:05:07.120 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-02-23T09:05:08.325Z[ recovery-image] Feb 23 09:05:07.143 INFO O| Feb 23 09:05:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54402025-02-23T09:05:08.325Z[ recovery-image] Feb 23 09:05:07.143 INFO O| Feb 23 09:05:07.143 INFO STEP 276 (remove_files) COMPLETE
54412025-02-23T09:05:08.325Z[ recovery-image] Feb 23 09:05:07.143 INFO O| Feb 23 09:05:07.143 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-02-23T09:05:08.367Z[ recovery-image] Feb 23 09:05:07.176 INFO O| Feb 23 09:05:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54432025-02-23T09:05:08.367Z[ recovery-image] Feb 23 09:05:07.176 INFO O| Feb 23 09:05:07.176 INFO STEP 277 (remove_files) COMPLETE
54442025-02-23T09:05:08.367Z[ recovery-image] Feb 23 09:05:07.176 INFO O| Feb 23 09:05:07.176 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-02-23T09:05:08.421Z[ recovery-image] Feb 23 09:05:07.213 INFO O| Feb 23 09:05:07.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54462025-02-23T09:05:08.421Z[ recovery-image] Feb 23 09:05:07.213 INFO O| Feb 23 09:05:07.213 INFO STEP 278 (remove_files) COMPLETE
54472025-02-23T09:05:08.421Z[ recovery-image] Feb 23 09:05:07.214 INFO O| Feb 23 09:05:07.214 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-02-23T09:05:08.421Z[ recovery-image] Feb 23 09:05:07.236 INFO O| Feb 23 09:05:07.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54492025-02-23T09:05:08.421Z[ recovery-image] Feb 23 09:05:07.236 INFO O| Feb 23 09:05:07.236 INFO STEP 279 (remove_files) COMPLETE
54502025-02-23T09:05:08.421Z[ recovery-image] Feb 23 09:05:07.236 INFO O| Feb 23 09:05:07.236 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-02-23T09:05:08.507Z[ recovery-image] Feb 23 09:05:07.273 INFO O| Feb 23 09:05:07.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54522025-02-23T09:05:08.507Z[ recovery-image] Feb 23 09:05:07.273 INFO O| Feb 23 09:05:07.273 INFO STEP 280 (remove_files) COMPLETE
54532025-02-23T09:05:08.507Z[ recovery-image] Feb 23 09:05:07.273 INFO O| Feb 23 09:05:07.273 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-02-23T09:05:08.507Z[ recovery-image] Feb 23 09:05:07.297 INFO O| Feb 23 09:05:07.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54552025-02-23T09:05:08.507Z[ recovery-image] Feb 23 09:05:07.298 INFO O| Feb 23 09:05:07.298 INFO STEP 281 (remove_files) COMPLETE
54562025-02-23T09:05:08.507Z[ recovery-image] Feb 23 09:05:07.298 INFO O| Feb 23 09:05:07.298 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-02-23T09:05:08.547Z[ recovery-image] Feb 23 09:05:07.329 INFO O| Feb 23 09:05:07.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54582025-02-23T09:05:08.547Z[ recovery-image] Feb 23 09:05:07.329 INFO O| Feb 23 09:05:07.329 INFO STEP 282 (remove_files) COMPLETE
54592025-02-23T09:05:08.547Z[ recovery-image] Feb 23 09:05:07.329 INFO O| Feb 23 09:05:07.329 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-02-23T09:05:08.547Z[ recovery-image] Feb 23 09:05:07.349 INFO O| Feb 23 09:05:07.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54612025-02-23T09:05:08.547Z[ recovery-image] Feb 23 09:05:07.350 INFO O| Feb 23 09:05:07.349 INFO STEP 283 (remove_files) COMPLETE
54622025-02-23T09:05:08.548Z[ recovery-image] Feb 23 09:05:07.350 INFO O| Feb 23 09:05:07.350 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-02-23T09:05:08.548Z[ recovery-image] Feb 23 09:05:07.373 INFO O| Feb 23 09:05:07.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54642025-02-23T09:05:08.548Z[ recovery-image] Feb 23 09:05:07.374 INFO O| Feb 23 09:05:07.374 INFO STEP 284 (remove_files) COMPLETE
54652025-02-23T09:05:08.549Z[ recovery-image] Feb 23 09:05:07.374 INFO O| Feb 23 09:05:07.374 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-02-23T09:05:08.570Z[ recovery-image] Feb 23 09:05:07.399 INFO O| Feb 23 09:05:07.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54672025-02-23T09:05:08.570Z[ recovery-image] Feb 23 09:05:07.399 INFO O| Feb 23 09:05:07.399 INFO STEP 285 (remove_files) COMPLETE
54682025-02-23T09:05:08.570Z[ recovery-image] Feb 23 09:05:07.399 INFO O| Feb 23 09:05:07.399 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-02-23T09:05:08.590Z[ recovery-image] Feb 23 09:05:07.446 INFO O| Feb 23 09:05:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54702025-02-23T09:05:08.596Z[ recovery-image] Feb 23 09:05:07.446 INFO O| Feb 23 09:05:07.446 INFO STEP 286 (remove_files) COMPLETE
54712025-02-23T09:05:08.596Z[ recovery-image] Feb 23 09:05:07.446 INFO O| Feb 23 09:05:07.446 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-02-23T09:05:08.649Z[ recovery-image] Feb 23 09:05:07.503 INFO O| Feb 23 09:05:07.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54732025-02-23T09:05:08.649Z[ recovery-image] Feb 23 09:05:07.503 INFO O| Feb 23 09:05:07.503 INFO STEP 287 (remove_files) COMPLETE
54742025-02-23T09:05:08.652Z[ recovery-image] Feb 23 09:05:07.503 INFO O| Feb 23 09:05:07.503 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-02-23T09:05:08.675Z[ recovery-image] Feb 23 09:05:07.524 INFO O| Feb 23 09:05:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
54762025-02-23T09:05:08.675Z[ recovery-image] Feb 23 09:05:07.524 INFO O| Feb 23 09:05:07.524 INFO STEP 288 (remove_files) COMPLETE
54772025-02-23T09:05:08.676Z[ recovery-image] Feb 23 09:05:07.524 INFO O| Feb 23 09:05:07.524 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-02-23T09:05:08.693Z[ recovery-image] Feb 23 09:05:07.545 INFO O| Feb 23 09:05:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
54792025-02-23T09:05:08.694Z[ recovery-image] Feb 23 09:05:07.545 INFO O| Feb 23 09:05:07.545 INFO STEP 289 (remove_files) COMPLETE
54802025-02-23T09:05:08.694Z[ recovery-image] Feb 23 09:05:07.545 INFO O| Feb 23 09:05:07.545 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-02-23T09:05:08.714Z[ recovery-image] Feb 23 09:05:07.572 INFO O| Feb 23 09:05:07.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
54822025-02-23T09:05:08.714Z[ recovery-image] Feb 23 09:05:07.572 INFO O| Feb 23 09:05:07.572 INFO STEP 290 (remove_files) COMPLETE
54832025-02-23T09:05:08.714Z[ recovery-image] Feb 23 09:05:07.572 INFO O| Feb 23 09:05:07.572 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-02-23T09:05:08.737Z[ recovery-image] Feb 23 09:05:07.593 INFO O| Feb 23 09:05:07.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54852025-02-23T09:05:08.738Z[ recovery-image] Feb 23 09:05:07.593 INFO O| Feb 23 09:05:07.593 INFO STEP 291 (remove_files) COMPLETE
54862025-02-23T09:05:08.744Z[ recovery-image] Feb 23 09:05:07.593 INFO O| Feb 23 09:05:07.593 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-02-23T09:05:08.760Z[ recovery-image] Feb 23 09:05:07.616 INFO O| Feb 23 09:05:07.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54882025-02-23T09:05:08.760Z[ recovery-image] Feb 23 09:05:07.617 INFO O| Feb 23 09:05:07.617 INFO STEP 292 (remove_files) COMPLETE
54892025-02-23T09:05:08.760Z[ recovery-image] Feb 23 09:05:07.617 INFO O| Feb 23 09:05:07.617 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-02-23T09:05:08.801Z[ recovery-image] Feb 23 09:05:07.653 INFO O| Feb 23 09:05:07.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54912025-02-23T09:05:08.801Z[ recovery-image] Feb 23 09:05:07.653 INFO O| Feb 23 09:05:07.653 INFO STEP 293 (remove_files) COMPLETE
54922025-02-23T09:05:08.801Z[ recovery-image] Feb 23 09:05:07.653 INFO O| Feb 23 09:05:07.653 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-02-23T09:05:08.891Z[ recovery-image] Feb 23 09:05:07.749 INFO O| Feb 23 09:05:07.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
54942025-02-23T09:05:08.908Z[ recovery-image] Feb 23 09:05:07.749 INFO O| Feb 23 09:05:07.749 INFO STEP 294 (remove_files) COMPLETE
54952025-02-23T09:05:08.910Z[ recovery-image] Feb 23 09:05:07.749 INFO O| Feb 23 09:05:07.749 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-23T09:05:08.916Z[ recovery-image] Feb 23 09:05:07.773 INFO O| Feb 23 09:05:07.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
54972025-02-23T09:05:08.916Z[ recovery-image] Feb 23 09:05:07.773 INFO O| Feb 23 09:05:07.773 INFO STEP 295 (remove_files) COMPLETE
54982025-02-23T09:05:08.916Z[ recovery-image] Feb 23 09:05:07.773 INFO O| Feb 23 09:05:07.773 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-02-23T09:05:08.933Z[ recovery-image] Feb 23 09:05:07.794 INFO O| Feb 23 09:05:07.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
55002025-02-23T09:05:08.933Z[ recovery-image] Feb 23 09:05:07.794 INFO O| Feb 23 09:05:07.794 INFO STEP 296 (remove_files) COMPLETE
55012025-02-23T09:05:08.934Z[ recovery-image] Feb 23 09:05:07.794 INFO O| Feb 23 09:05:07.794 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-23T09:05:08.958Z[ recovery-image] Feb 23 09:05:07.816 INFO O| Feb 23 09:05:07.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
55032025-02-23T09:05:08.958Z[ recovery-image] Feb 23 09:05:07.816 INFO O| Feb 23 09:05:07.816 INFO STEP 297 (remove_files) COMPLETE
55042025-02-23T09:05:08.958Z[ recovery-image] Feb 23 09:05:07.816 INFO O| Feb 23 09:05:07.816 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-23T09:05:08.983Z[ recovery-image] Feb 23 09:05:07.842 INFO O| Feb 23 09:05:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
55062025-02-23T09:05:08.983Z[ recovery-image] Feb 23 09:05:07.842 INFO O| Feb 23 09:05:07.842 INFO STEP 298 (remove_files) COMPLETE
55072025-02-23T09:05:08.983Z[ recovery-image] Feb 23 09:05:07.842 INFO O| Feb 23 09:05:07.842 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-23T09:05:09.015Z[ recovery-image] Feb 23 09:05:07.875 INFO O| Feb 23 09:05:07.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
55092025-02-23T09:05:09.019Z[ recovery-image] Feb 23 09:05:07.875 INFO O| Feb 23 09:05:07.875 INFO STEP 299 (remove_files) COMPLETE
55102025-02-23T09:05:09.019Z[ recovery-image] Feb 23 09:05:07.875 INFO O| Feb 23 09:05:07.875 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-23T09:05:09.037Z[ recovery-image] Feb 23 09:05:07.897 INFO O| Feb 23 09:05:07.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
55122025-02-23T09:05:09.048Z[ recovery-image] Feb 23 09:05:07.898 INFO O| Feb 23 09:05:07.897 INFO STEP 300 (remove_files) COMPLETE
55132025-02-23T09:05:09.048Z[ recovery-image] Feb 23 09:05:07.898 INFO O| Feb 23 09:05:07.898 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-23T09:05:09.072Z[ recovery-image] Feb 23 09:05:07.918 INFO O| Feb 23 09:05:07.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
55152025-02-23T09:05:09.084Z[ recovery-image] Feb 23 09:05:07.919 INFO O| Feb 23 09:05:07.919 INFO STEP 301 (remove_files) COMPLETE
55162025-02-23T09:05:09.084Z[ recovery-image] Feb 23 09:05:07.919 INFO O| Feb 23 09:05:07.919 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-23T09:05:09.084Z[ recovery-image] Feb 23 09:05:07.940 INFO O| Feb 23 09:05:07.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55182025-02-23T09:05:09.084Z[ recovery-image] Feb 23 09:05:07.940 INFO O| Feb 23 09:05:07.940 INFO STEP 302 (remove_files) COMPLETE
55192025-02-23T09:05:09.085Z[ recovery-image] Feb 23 09:05:07.940 INFO O| Feb 23 09:05:07.940 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-23T09:05:09.101Z[ recovery-image] Feb 23 09:05:07.962 INFO O| Feb 23 09:05:07.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55212025-02-23T09:05:09.109Z[ recovery-image] Feb 23 09:05:07.962 INFO O| Feb 23 09:05:07.962 INFO STEP 303 (remove_files) COMPLETE
55222025-02-23T09:05:09.109Z[ recovery-image] Feb 23 09:05:07.962 INFO O| Feb 23 09:05:07.962 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-23T09:05:09.151Z[ recovery-image] Feb 23 09:05:08.006 INFO O| Feb 23 09:05:08.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55242025-02-23T09:05:09.155Z[ recovery-image] Feb 23 09:05:08.007 INFO O| Feb 23 09:05:08.007 INFO STEP 304 (remove_files) COMPLETE
55252025-02-23T09:05:09.155Z[ recovery-image] Feb 23 09:05:08.007 INFO O| Feb 23 09:05:08.007 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-23T09:05:09.173Z[ recovery-image] Feb 23 09:05:08.029 INFO O| Feb 23 09:05:08.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55272025-02-23T09:05:09.180Z[ recovery-image] Feb 23 09:05:08.030 INFO O| Feb 23 09:05:08.030 INFO STEP 305 (remove_files) COMPLETE
55282025-02-23T09:05:09.180Z[ recovery-image] Feb 23 09:05:08.030 INFO O| Feb 23 09:05:08.030 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-23T09:05:09.255Z[ recovery-image] Feb 23 09:05:08.072 INFO O| Feb 23 09:05:08.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55302025-02-23T09:05:09.269Z[ recovery-image] Feb 23 09:05:08.072 INFO O| Feb 23 09:05:08.072 INFO STEP 306 (remove_files) COMPLETE
55312025-02-23T09:05:09.270Z[ recovery-image] Feb 23 09:05:08.072 INFO O| Feb 23 09:05:08.072 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-02-23T09:05:09.270Z[ recovery-image] Feb 23 09:05:08.093 INFO O| Feb 23 09:05:08.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55332025-02-23T09:05:09.270Z[ recovery-image] Feb 23 09:05:08.094 INFO O| Feb 23 09:05:08.093 INFO STEP 307 (remove_files) COMPLETE
55342025-02-23T09:05:09.270Z[ recovery-image] Feb 23 09:05:08.094 INFO O| Feb 23 09:05:08.094 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-02-23T09:05:09.270Z[ recovery-image] Feb 23 09:05:08.113 INFO O| Feb 23 09:05:08.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55362025-02-23T09:05:09.270Z[ recovery-image] Feb 23 09:05:08.113 INFO O| Feb 23 09:05:08.113 INFO STEP 308 (remove_files) COMPLETE
55372025-02-23T09:05:09.270Z[ recovery-image] Feb 23 09:05:08.113 INFO O| Feb 23 09:05:08.113 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-23T09:05:09.286Z[ recovery-image] Feb 23 09:05:08.133 INFO O| Feb 23 09:05:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55392025-02-23T09:05:09.287Z[ recovery-image] Feb 23 09:05:08.133 INFO O| Feb 23 09:05:08.133 INFO STEP 309 (remove_files) COMPLETE
55402025-02-23T09:05:09.287Z[ recovery-image] Feb 23 09:05:08.133 INFO O| Feb 23 09:05:08.133 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-23T09:05:09.306Z[ recovery-image] Feb 23 09:05:08.162 INFO O| Feb 23 09:05:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55422025-02-23T09:05:09.306Z[ recovery-image] Feb 23 09:05:08.163 INFO O| Feb 23 09:05:08.162 INFO STEP 310 (remove_files) COMPLETE
55432025-02-23T09:05:09.306Z[ recovery-image] Feb 23 09:05:08.163 INFO O| Feb 23 09:05:08.163 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-23T09:05:09.351Z[ recovery-image] Feb 23 09:05:08.211 INFO O| Feb 23 09:05:08.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55452025-02-23T09:05:09.355Z[ recovery-image] Feb 23 09:05:08.211 INFO O| Feb 23 09:05:08.211 INFO STEP 311 (remove_files) COMPLETE
55462025-02-23T09:05:09.355Z[ recovery-image] Feb 23 09:05:08.211 INFO O| Feb 23 09:05:08.211 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-23T09:05:09.390Z[ recovery-image] Feb 23 09:05:08.233 INFO O| Feb 23 09:05:08.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55482025-02-23T09:05:09.396Z[ recovery-image] Feb 23 09:05:08.233 INFO O| Feb 23 09:05:08.233 INFO STEP 312 (remove_files) COMPLETE
55492025-02-23T09:05:09.396Z[ recovery-image] Feb 23 09:05:08.233 INFO O| Feb 23 09:05:08.233 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-23T09:05:09.406Z[ recovery-image] Feb 23 09:05:08.265 INFO O| Feb 23 09:05:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55512025-02-23T09:05:09.407Z[ recovery-image] Feb 23 09:05:08.265 INFO O| Feb 23 09:05:08.265 INFO STEP 313 (remove_files) COMPLETE
55522025-02-23T09:05:09.407Z[ recovery-image] Feb 23 09:05:08.265 INFO O| Feb 23 09:05:08.265 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-23T09:05:09.447Z[ recovery-image] Feb 23 09:05:08.307 INFO O| Feb 23 09:05:08.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55542025-02-23T09:05:09.447Z[ recovery-image] Feb 23 09:05:08.307 INFO O| Feb 23 09:05:08.307 INFO STEP 314 (remove_files) COMPLETE
55552025-02-23T09:05:09.447Z[ recovery-image] Feb 23 09:05:08.307 INFO O| Feb 23 09:05:08.307 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-23T09:05:09.490Z[ recovery-image] Feb 23 09:05:08.351 INFO O| Feb 23 09:05:08.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55572025-02-23T09:05:09.490Z[ recovery-image] Feb 23 09:05:08.351 INFO O| Feb 23 09:05:08.351 INFO STEP 315 (remove_files) COMPLETE
55582025-02-23T09:05:09.496Z[ recovery-image] Feb 23 09:05:08.351 INFO O| Feb 23 09:05:08.351 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-23T09:05:09.517Z[ recovery-image] Feb 23 09:05:08.376 INFO O| Feb 23 09:05:08.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55602025-02-23T09:05:09.517Z[ recovery-image] Feb 23 09:05:08.376 INFO O| Feb 23 09:05:08.376 INFO STEP 316 (remove_files) COMPLETE
55612025-02-23T09:05:09.517Z[ recovery-image] Feb 23 09:05:08.376 INFO O| Feb 23 09:05:08.376 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-02-23T09:05:09.540Z[ recovery-image] Feb 23 09:05:08.399 INFO O| Feb 23 09:05:08.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55632025-02-23T09:05:09.540Z[ recovery-image] Feb 23 09:05:08.399 INFO O| Feb 23 09:05:08.399 INFO STEP 317 (remove_files) COMPLETE
55642025-02-23T09:05:09.540Z[ recovery-image] Feb 23 09:05:08.399 INFO O| Feb 23 09:05:08.399 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-02-23T09:05:09.571Z[ recovery-image] Feb 23 09:05:08.430 INFO O| Feb 23 09:05:08.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55662025-02-23T09:05:09.571Z[ recovery-image] Feb 23 09:05:08.430 INFO O| Feb 23 09:05:08.430 INFO STEP 318 (remove_files) COMPLETE
55672025-02-23T09:05:09.571Z[ recovery-image] Feb 23 09:05:08.430 INFO O| Feb 23 09:05:08.430 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-02-23T09:05:09.620Z[ recovery-image] Feb 23 09:05:08.478 INFO O| Feb 23 09:05:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55692025-02-23T09:05:09.642Z[ recovery-image] Feb 23 09:05:08.478 INFO O| Feb 23 09:05:08.478 INFO STEP 319 (remove_files) COMPLETE
55702025-02-23T09:05:09.642Z[ recovery-image] Feb 23 09:05:08.478 INFO O| Feb 23 09:05:08.478 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-23T09:05:09.649Z[ recovery-image] Feb 23 09:05:08.501 INFO O| Feb 23 09:05:08.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55722025-02-23T09:05:09.649Z[ recovery-image] Feb 23 09:05:08.502 INFO O| Feb 23 09:05:08.501 INFO STEP 320 (remove_files) COMPLETE
55732025-02-23T09:05:09.649Z[ recovery-image] Feb 23 09:05:08.502 INFO O| Feb 23 09:05:08.502 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-23T09:05:09.705Z[ recovery-image] Feb 23 09:05:08.546 INFO O| Feb 23 09:05:08.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
55752025-02-23T09:05:09.705Z[ recovery-image] Feb 23 09:05:08.546 INFO O| Feb 23 09:05:08.546 INFO STEP 321 (remove_files) COMPLETE
55762025-02-23T09:05:09.705Z[ recovery-image] Feb 23 09:05:08.546 INFO O| Feb 23 09:05:08.546 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-23T09:05:09.745Z[ recovery-image] Feb 23 09:05:08.606 INFO O| Feb 23 09:05:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
55782025-02-23T09:05:09.745Z[ recovery-image] Feb 23 09:05:08.606 INFO O| Feb 23 09:05:08.606 INFO STEP 322 (remove_files) COMPLETE
55792025-02-23T09:05:09.750Z[ recovery-image] Feb 23 09:05:08.606 INFO O| Feb 23 09:05:08.606 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-23T09:05:09.806Z[ recovery-image] Feb 23 09:05:08.667 INFO O| Feb 23 09:05:08.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
55812025-02-23T09:05:09.807Z[ recovery-image] Feb 23 09:05:08.667 INFO O| Feb 23 09:05:08.667 INFO STEP 323 (remove_files) COMPLETE
55822025-02-23T09:05:09.807Z[ recovery-image] Feb 23 09:05:08.667 INFO O| Feb 23 09:05:08.667 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-23T09:05:09.828Z[ recovery-image] Feb 23 09:05:08.689 INFO O| Feb 23 09:05:08.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55842025-02-23T09:05:09.828Z[ recovery-image] Feb 23 09:05:08.689 INFO O| Feb 23 09:05:08.689 INFO STEP 324 (remove_files) COMPLETE
55852025-02-23T09:05:09.828Z[ recovery-image] Feb 23 09:05:08.689 INFO O| Feb 23 09:05:08.689 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-23T09:05:09.846Z[ host-image] Feb 23 09:05:08.706 INFO O| Feb 23 09:05:08.706 INFO O| Done
55872025-02-23T09:05:09.856Z[ recovery-image] Feb 23 09:05:08.716 INFO O| Feb 23 09:05:08.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55882025-02-23T09:05:09.858Z[ recovery-image] Feb 23 09:05:08.716 INFO O| Feb 23 09:05:08.716 INFO STEP 325 (remove_files) COMPLETE
55892025-02-23T09:05:09.858Z[ recovery-image] Feb 23 09:05:08.716 INFO O| Feb 23 09:05:08.716 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-02-23T09:05:09.881Z[ recovery-image] Feb 23 09:05:08.739 INFO O| Feb 23 09:05:08.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
55912025-02-23T09:05:09.881Z[ recovery-image] Feb 23 09:05:08.740 INFO O| Feb 23 09:05:08.740 INFO STEP 326 (remove_files) COMPLETE
55922025-02-23T09:05:09.881Z[ recovery-image] Feb 23 09:05:08.740 INFO O| Feb 23 09:05:08.740 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-02-23T09:05:09.903Z[ recovery-image] Feb 23 09:05:08.760 INFO O| Feb 23 09:05:08.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
55942025-02-23T09:05:09.903Z[ recovery-image] Feb 23 09:05:08.760 INFO O| Feb 23 09:05:08.760 INFO STEP 327 (remove_files) COMPLETE
55952025-02-23T09:05:09.909Z[ recovery-image] Feb 23 09:05:08.760 INFO O| Feb 23 09:05:08.760 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-02-23T09:05:09.915Z[ host-image] Feb 23 09:05:08.774 INFO O| Feb 23 09:05:08.774 INFO O| Done
55972025-02-23T09:05:09.915Z[ host-image] Feb 23 09:05:08.775 INFO O| Feb 23 09:05:08.775 INFO O| Done
55982025-02-23T09:05:09.941Z[ host-image] Feb 23 09:05:08.802 INFO O| Feb 23 09:05:08.802 INFO O| Done
55992025-02-23T09:05:09.944Z[ recovery-image] Feb 23 09:05:08.805 INFO O| Feb 23 09:05:08.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
56002025-02-23T09:05:09.947Z[ recovery-image] Feb 23 09:05:08.805 INFO O| Feb 23 09:05:08.805 INFO STEP 328 (remove_files) COMPLETE
56012025-02-23T09:05:09.947Z[ recovery-image] Feb 23 09:05:08.805 INFO O| Feb 23 09:05:08.805 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-02-23T09:05:09.975Z[ recovery-image] Feb 23 09:05:08.835 INFO O| Feb 23 09:05:08.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
56032025-02-23T09:05:09.975Z[ recovery-image] Feb 23 09:05:08.835 INFO O| Feb 23 09:05:08.835 INFO STEP 329 (remove_files) COMPLETE
56042025-02-23T09:05:09.975Z[ recovery-image] Feb 23 09:05:08.835 INFO O| Feb 23 09:05:08.835 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-02-23T09:05:09.999Z[ recovery-image] Feb 23 09:05:08.859 INFO O| Feb 23 09:05:08.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
56062025-02-23T09:05:10.005Z[ recovery-image] Feb 23 09:05:08.859 INFO O| Feb 23 09:05:08.859 INFO STEP 330 (remove_files) COMPLETE
56072025-02-23T09:05:10.006Z[ recovery-image] Feb 23 09:05:08.859 INFO O| Feb 23 09:05:08.859 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-02-23T09:05:10.024Z[ recovery-image] Feb 23 09:05:08.882 INFO O| Feb 23 09:05:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
56092025-02-23T09:05:10.024Z[ recovery-image] Feb 23 09:05:08.883 INFO O| Feb 23 09:05:08.883 INFO STEP 331 (remove_files) COMPLETE
56102025-02-23T09:05:10.024Z[ recovery-image] Feb 23 09:05:08.883 INFO O| Feb 23 09:05:08.883 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-02-23T09:05:10.061Z[ recovery-image] Feb 23 09:05:08.920 INFO O| Feb 23 09:05:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
56122025-02-23T09:05:10.061Z[ recovery-image] Feb 23 09:05:08.921 INFO O| Feb 23 09:05:08.921 INFO STEP 332 (remove_files) COMPLETE
56132025-02-23T09:05:10.061Z[ recovery-image] Feb 23 09:05:08.921 INFO O| Feb 23 09:05:08.921 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-02-23T09:05:10.099Z[ recovery-image] Feb 23 09:05:08.953 INFO O| Feb 23 09:05:08.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
56152025-02-23T09:05:10.099Z[ recovery-image] Feb 23 09:05:08.953 INFO O| Feb 23 09:05:08.952 INFO STEP 333 (remove_files) COMPLETE
56162025-02-23T09:05:10.102Z[ recovery-image] Feb 23 09:05:08.953 INFO O| Feb 23 09:05:08.952 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-02-23T09:05:10.113Z[ recovery-image] Feb 23 09:05:08.973 INFO O| Feb 23 09:05:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56182025-02-23T09:05:10.114Z[ recovery-image] Feb 23 09:05:08.973 INFO O| Feb 23 09:05:08.973 INFO STEP 334 (remove_files) COMPLETE
56192025-02-23T09:05:10.114Z[ recovery-image] Feb 23 09:05:08.973 INFO O| Feb 23 09:05:08.973 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-02-23T09:05:10.133Z[ recovery-image] Feb 23 09:05:08.994 INFO O| Feb 23 09:05:08.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56212025-02-23T09:05:10.134Z[ recovery-image] Feb 23 09:05:08.994 INFO O| Feb 23 09:05:08.994 INFO STEP 335 (remove_files) COMPLETE
56222025-02-23T09:05:10.134Z[ recovery-image] Feb 23 09:05:08.994 INFO O| Feb 23 09:05:08.994 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-02-23T09:05:10.161Z[ recovery-image] Feb 23 09:05:09.014 INFO O| Feb 23 09:05:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56242025-02-23T09:05:10.161Z[ recovery-image] Feb 23 09:05:09.014 INFO O| Feb 23 09:05:09.014 INFO STEP 336 (remove_files) COMPLETE
56252025-02-23T09:05:10.163Z[ recovery-image] Feb 23 09:05:09.014 INFO O| Feb 23 09:05:09.014 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-02-23T09:05:10.163Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO STEP 14 (pkg_install) COMPLETE
56272025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56282025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO skip step because feature "mfg" is not enabled
56292025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56302025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO skip step because feature "compliance" is not enabled
56312025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56322025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO skip step because feature "stress" is not enabled
56332025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56342025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO skip step because feature "nfs" is not enabled
56352025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
56362025-02-23T09:05:10.164Z[ host-image] Feb 23 09:05:09.018 INFO O| Feb 23 09:05:09.018 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
56372025-02-23T09:05:10.191Z[ recovery-image] Feb 23 09:05:09.046 INFO O| Feb 23 09:05:09.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56382025-02-23T09:05:10.198Z[ recovery-image] Feb 23 09:05:09.047 INFO O| Feb 23 09:05:09.047 INFO STEP 337 (remove_files) COMPLETE
56392025-02-23T09:05:10.198Z[ recovery-image] Feb 23 09:05:09.047 INFO O| Feb 23 09:05:09.047 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-02-23T09:05:10.251Z[ recovery-image] Feb 23 09:05:09.111 INFO O| Feb 23 09:05:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56412025-02-23T09:05:10.252Z[ recovery-image] Feb 23 09:05:09.111 INFO O| Feb 23 09:05:09.111 INFO STEP 338 (remove_files) COMPLETE
56422025-02-23T09:05:10.255Z[ recovery-image] Feb 23 09:05:09.111 INFO O| Feb 23 09:05:09.111 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-23T09:05:10.274Z[ recovery-image] Feb 23 09:05:09.134 INFO O| Feb 23 09:05:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56442025-02-23T09:05:10.274Z[ recovery-image] Feb 23 09:05:09.134 INFO O| Feb 23 09:05:09.134 INFO STEP 339 (remove_files) COMPLETE
56452025-02-23T09:05:10.277Z[ recovery-image] Feb 23 09:05:09.134 INFO O| Feb 23 09:05:09.134 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-23T09:05:10.295Z[ host-image] Feb 23 09:05:09.154 INFO O| Feb 23 09:05:09.154 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
56472025-02-23T09:05:10.315Z[ recovery-image] Feb 23 09:05:09.164 INFO O| Feb 23 09:05:09.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56482025-02-23T09:05:10.315Z[ recovery-image] Feb 23 09:05:09.164 INFO O| Feb 23 09:05:09.164 INFO STEP 340 (remove_files) COMPLETE
56492025-02-23T09:05:10.315Z[ recovery-image] Feb 23 09:05:09.164 INFO O| Feb 23 09:05:09.164 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-02-23T09:05:10.369Z[ recovery-image] Feb 23 09:05:09.229 INFO O| Feb 23 09:05:09.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56512025-02-23T09:05:10.375Z[ recovery-image] Feb 23 09:05:09.230 INFO O| Feb 23 09:05:09.230 INFO STEP 341 (remove_files) COMPLETE
56522025-02-23T09:05:10.375Z[ recovery-image] Feb 23 09:05:09.230 INFO O| Feb 23 09:05:09.230 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-02-23T09:05:10.402Z[ recovery-image] Feb 23 09:05:09.258 INFO O| Feb 23 09:05:09.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56542025-02-23T09:05:10.407Z[ recovery-image] Feb 23 09:05:09.258 INFO O| Feb 23 09:05:09.258 INFO STEP 342 (remove_files) COMPLETE
56552025-02-23T09:05:10.407Z[ recovery-image] Feb 23 09:05:09.259 INFO O| Feb 23 09:05:09.259 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-02-23T09:05:10.427Z[ host-image] Feb 23 09:05:09.287 INFO O| Feb 23 09:05:09.287 INFO completed processing gimlet/ramdisk-01-os
56572025-02-23T09:05:10.431Z[ host-image] Feb 23 09:05:09.291 INFO omicron1 baseline generation...
56582025-02-23T09:05:10.431Z[ host-image] Feb 23 09:05:09.291 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
56592025-02-23T09:05:10.440Z[ recovery-image] Feb 23 09:05:09.300 INFO O| Feb 23 09:05:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56602025-02-23T09:05:10.440Z[ recovery-image] Feb 23 09:05:09.300 INFO O| Feb 23 09:05:09.300 INFO STEP 343 (remove_files) COMPLETE
56612025-02-23T09:05:10.440Z[ recovery-image] Feb 23 09:05:09.300 INFO O| Feb 23 09:05:09.300 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-23T09:05:10.466Z[ recovery-image] Feb 23 09:05:09.321 INFO O| Feb 23 09:05:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56632025-02-23T09:05:10.469Z[ recovery-image] Feb 23 09:05:09.321 INFO O| Feb 23 09:05:09.321 INFO STEP 344 (remove_files) COMPLETE
56642025-02-23T09:05:10.469Z[ recovery-image] Feb 23 09:05:09.321 INFO O| Feb 23 09:05:09.321 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-23T09:05:10.482Z[ recovery-image] Feb 23 09:05:09.342 INFO O| Feb 23 09:05:09.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56662025-02-23T09:05:10.485Z[ recovery-image] Feb 23 09:05:09.342 INFO O| Feb 23 09:05:09.342 INFO STEP 345 (remove_files) COMPLETE
56672025-02-23T09:05:10.485Z[ recovery-image] Feb 23 09:05:09.343 INFO O| Feb 23 09:05:09.342 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-02-23T09:05:10.505Z[ recovery-image] Feb 23 09:05:09.365 INFO O| Feb 23 09:05:09.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56692025-02-23T09:05:10.509Z[ recovery-image] Feb 23 09:05:09.365 INFO O| Feb 23 09:05:09.365 INFO STEP 346 (remove_files) COMPLETE
56702025-02-23T09:05:10.509Z[ recovery-image] Feb 23 09:05:09.365 INFO O| Feb 23 09:05:09.365 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-02-23T09:05:10.540Z[ recovery-image] Feb 23 09:05:09.400 INFO O| Feb 23 09:05:09.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56722025-02-23T09:05:10.544Z[ recovery-image] Feb 23 09:05:09.400 INFO O| Feb 23 09:05:09.400 INFO STEP 347 (remove_files) COMPLETE
56732025-02-23T09:05:10.544Z[ recovery-image] Feb 23 09:05:09.400 INFO O| Feb 23 09:05:09.400 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-02-23T09:05:10.599Z[ recovery-image] Feb 23 09:05:09.449 INFO O| Feb 23 09:05:09.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56752025-02-23T09:05:10.607Z[ recovery-image] Feb 23 09:05:09.450 INFO O| Feb 23 09:05:09.449 INFO STEP 348 (remove_files) COMPLETE
56762025-02-23T09:05:10.607Z[ recovery-image] Feb 23 09:05:09.450 INFO O| Feb 23 09:05:09.450 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-02-23T09:05:10.642Z[ recovery-image] Feb 23 09:05:09.481 INFO O| Feb 23 09:05:09.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
56782025-02-23T09:05:10.642Z[ recovery-image] Feb 23 09:05:09.481 INFO O| Feb 23 09:05:09.481 INFO STEP 349 (remove_files) COMPLETE
56792025-02-23T09:05:10.642Z[ recovery-image] Feb 23 09:05:09.481 INFO O| Feb 23 09:05:09.481 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-02-23T09:05:10.657Z[ recovery-image] Feb 23 09:05:09.514 INFO O| Feb 23 09:05:09.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
56812025-02-23T09:05:10.657Z[ recovery-image] Feb 23 09:05:09.514 INFO O| Feb 23 09:05:09.514 INFO STEP 350 (remove_files) COMPLETE
56822025-02-23T09:05:10.660Z[ recovery-image] Feb 23 09:05:09.514 INFO O| Feb 23 09:05:09.514 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-02-23T09:05:10.684Z[ recovery-image] Feb 23 09:05:09.544 INFO O| Feb 23 09:05:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
56842025-02-23T09:05:10.684Z[ recovery-image] Feb 23 09:05:09.544 INFO O| Feb 23 09:05:09.544 INFO STEP 351 (remove_files) COMPLETE
56852025-02-23T09:05:10.684Z[ recovery-image] Feb 23 09:05:09.544 INFO O| Feb 23 09:05:09.544 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-02-23T09:05:10.705Z[ recovery-image] Feb 23 09:05:09.566 INFO O| Feb 23 09:05:09.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
56872025-02-23T09:05:10.705Z[ recovery-image] Feb 23 09:05:09.566 INFO O| Feb 23 09:05:09.566 INFO STEP 352 (remove_files) COMPLETE
56882025-02-23T09:05:10.708Z[ recovery-image] Feb 23 09:05:09.566 INFO O| Feb 23 09:05:09.566 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-02-23T09:05:10.744Z[ recovery-image] Feb 23 09:05:09.586 INFO O| Feb 23 09:05:09.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
56902025-02-23T09:05:10.744Z[ recovery-image] Feb 23 09:05:09.586 INFO O| Feb 23 09:05:09.586 INFO STEP 353 (remove_files) COMPLETE
56912025-02-23T09:05:10.744Z[ recovery-image] Feb 23 09:05:09.586 INFO O| Feb 23 09:05:09.586 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-02-23T09:05:10.757Z[ recovery-image] Feb 23 09:05:09.607 INFO O| Feb 23 09:05:09.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56932025-02-23T09:05:10.763Z[ recovery-image] Feb 23 09:05:09.616 INFO O| Feb 23 09:05:09.616 INFO STEP 354 (remove_files) COMPLETE
56942025-02-23T09:05:10.763Z[ recovery-image] Feb 23 09:05:09.616 INFO O| Feb 23 09:05:09.616 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-02-23T09:05:10.823Z[ recovery-image] Feb 23 09:05:09.672 INFO O| Feb 23 09:05:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56962025-02-23T09:05:10.823Z[ recovery-image] Feb 23 09:05:09.672 INFO O| Feb 23 09:05:09.672 INFO STEP 355 (remove_files) COMPLETE
56972025-02-23T09:05:10.861Z[ recovery-image] Feb 23 09:05:09.672 INFO O| Feb 23 09:05:09.672 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-02-23T09:05:10.880Z[ recovery-image] Feb 23 09:05:09.733 INFO O| Feb 23 09:05:09.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56992025-02-23T09:05:10.881Z[ recovery-image] Feb 23 09:05:09.733 INFO O| Feb 23 09:05:09.733 INFO STEP 356 (remove_files) COMPLETE
57002025-02-23T09:05:10.918Z[ recovery-image] Feb 23 09:05:09.733 INFO O| Feb 23 09:05:09.733 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-02-23T09:05:10.936Z[ recovery-image] Feb 23 09:05:09.796 INFO O| Feb 23 09:05:09.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
57022025-02-23T09:05:10.936Z[ recovery-image] Feb 23 09:05:09.796 INFO O| Feb 23 09:05:09.796 INFO STEP 357 (remove_files) COMPLETE
57032025-02-23T09:05:10.936Z[ recovery-image] Feb 23 09:05:09.796 INFO O| Feb 23 09:05:09.796 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-02-23T09:05:11.004Z[ recovery-image] Feb 23 09:05:09.823 INFO O| Feb 23 09:05:09.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
57052025-02-23T09:05:11.005Z[ recovery-image] Feb 23 09:05:09.823 INFO O| Feb 23 09:05:09.823 INFO STEP 358 (remove_files) COMPLETE
57062025-02-23T09:05:11.005Z[ recovery-image] Feb 23 09:05:09.823 INFO O| Feb 23 09:05:09.823 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-02-23T09:05:11.072Z[ recovery-image] Feb 23 09:05:09.918 INFO O| Feb 23 09:05:09.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
57082025-02-23T09:05:11.072Z[ recovery-image] Feb 23 09:05:09.918 INFO O| Feb 23 09:05:09.918 INFO STEP 359 (remove_files) COMPLETE
57092025-02-23T09:05:11.084Z[ recovery-image] Feb 23 09:05:09.918 INFO O| Feb 23 09:05:09.918 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-02-23T09:05:11.109Z[ recovery-image] Feb 23 09:05:09.950 INFO O| Feb 23 09:05:09.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
57112025-02-23T09:05:11.109Z[ recovery-image] Feb 23 09:05:09.950 INFO O| Feb 23 09:05:09.950 INFO STEP 360 (remove_files) COMPLETE
57122025-02-23T09:05:11.109Z[ recovery-image] Feb 23 09:05:09.950 INFO O| Feb 23 09:05:09.950 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-02-23T09:05:11.126Z[ recovery-image] Feb 23 09:05:09.976 INFO O| Feb 23 09:05:09.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
57142025-02-23T09:05:11.155Z[ recovery-image] Feb 23 09:05:09.998 INFO O| Feb 23 09:05:09.998 INFO STEP 361 (remove_files) COMPLETE
57152025-02-23T09:05:11.155Z[ recovery-image] Feb 23 09:05:09.998 INFO O| Feb 23 09:05:09.998 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-02-23T09:05:11.217Z[ recovery-image] Feb 23 09:05:10.060 INFO O| Feb 23 09:05:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57172025-02-23T09:05:11.217Z[ recovery-image] Feb 23 09:05:10.061 INFO O| Feb 23 09:05:10.060 INFO STEP 362 (remove_files) COMPLETE
57182025-02-23T09:05:11.217Z[ recovery-image] Feb 23 09:05:10.061 INFO O| Feb 23 09:05:10.061 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-02-23T09:05:11.275Z[ recovery-image] Feb 23 09:05:10.115 INFO O| Feb 23 09:05:10.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57202025-02-23T09:05:11.275Z[ recovery-image] Feb 23 09:05:10.115 INFO O| Feb 23 09:05:10.115 INFO STEP 363 (remove_files) COMPLETE
57212025-02-23T09:05:11.284Z[ recovery-image] Feb 23 09:05:10.115 INFO O| Feb 23 09:05:10.115 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-02-23T09:05:11.284Z[ host-image] Feb 23 09:05:10.131 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
57232025-02-23T09:05:11.288Z[ recovery-image] Feb 23 09:05:10.142 INFO O| Feb 23 09:05:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57242025-02-23T09:05:11.288Z[ recovery-image] Feb 23 09:05:10.143 INFO O| Feb 23 09:05:10.143 INFO STEP 364 (remove_files) COMPLETE
57252025-02-23T09:05:11.288Z[ recovery-image] Feb 23 09:05:10.143 INFO O| Feb 23 09:05:10.143 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-02-23T09:05:11.308Z[ recovery-image] Feb 23 09:05:10.165 INFO O| Feb 23 09:05:10.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57272025-02-23T09:05:11.308Z[ recovery-image] Feb 23 09:05:10.165 INFO O| Feb 23 09:05:10.165 INFO STEP 365 (remove_files) COMPLETE
57282025-02-23T09:05:11.312Z[ recovery-image] Feb 23 09:05:10.165 INFO O| Feb 23 09:05:10.165 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-02-23T09:05:11.341Z[ recovery-image] Feb 23 09:05:10.201 INFO O| Feb 23 09:05:10.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57302025-02-23T09:05:11.344Z[ recovery-image] Feb 23 09:05:10.201 INFO O| Feb 23 09:05:10.201 INFO STEP 366 (remove_files) COMPLETE
57312025-02-23T09:05:11.344Z[ recovery-image] Feb 23 09:05:10.201 INFO O| Feb 23 09:05:10.201 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-02-23T09:05:11.403Z[ recovery-image] Feb 23 09:05:10.263 INFO O| Feb 23 09:05:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57332025-02-23T09:05:11.403Z[ recovery-image] Feb 23 09:05:10.263 INFO O| Feb 23 09:05:10.263 INFO STEP 367 (remove_files) COMPLETE
57342025-02-23T09:05:11.417Z[ recovery-image] Feb 23 09:05:10.263 INFO O| Feb 23 09:05:10.263 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-02-23T09:05:11.436Z[ recovery-image] Feb 23 09:05:10.297 INFO O| Feb 23 09:05:10.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57362025-02-23T09:05:11.437Z[ recovery-image] Feb 23 09:05:10.297 INFO O| Feb 23 09:05:10.297 INFO STEP 368 (remove_files) COMPLETE
57372025-02-23T09:05:11.437Z[ recovery-image] Feb 23 09:05:10.297 INFO O| Feb 23 09:05:10.297 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-02-23T09:05:11.525Z[ recovery-image] Feb 23 09:05:10.355 INFO O| Feb 23 09:05:10.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57392025-02-23T09:05:11.525Z[ recovery-image] Feb 23 09:05:10.355 INFO O| Feb 23 09:05:10.355 INFO STEP 369 (remove_files) COMPLETE
57402025-02-23T09:05:11.525Z[ recovery-image] Feb 23 09:05:10.355 INFO O| Feb 23 09:05:10.355 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-02-23T09:05:11.557Z[ recovery-image] Feb 23 09:05:10.379 INFO O| Feb 23 09:05:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57422025-02-23T09:05:11.557Z[ recovery-image] Feb 23 09:05:10.380 INFO O| Feb 23 09:05:10.379 INFO STEP 370 (remove_files) COMPLETE
57432025-02-23T09:05:11.557Z[ recovery-image] Feb 23 09:05:10.380 INFO O| Feb 23 09:05:10.380 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-02-23T09:05:11.572Z[ recovery-image] Feb 23 09:05:10.405 INFO O| Feb 23 09:05:10.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57452025-02-23T09:05:11.572Z[ recovery-image] Feb 23 09:05:10.405 INFO O| Feb 23 09:05:10.405 INFO STEP 371 (remove_files) COMPLETE
57462025-02-23T09:05:11.572Z[ recovery-image] Feb 23 09:05:10.405 INFO O| Feb 23 09:05:10.405 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-02-23T09:05:11.572Z[ recovery-image] Feb 23 09:05:10.426 INFO O| Feb 23 09:05:10.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57482025-02-23T09:05:11.572Z[ recovery-image] Feb 23 09:05:10.426 INFO O| Feb 23 09:05:10.426 INFO STEP 372 (remove_files) COMPLETE
57492025-02-23T09:05:11.572Z[ recovery-image] Feb 23 09:05:10.426 INFO O| Feb 23 09:05:10.426 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-02-23T09:05:11.610Z[ recovery-image] Feb 23 09:05:10.467 INFO O| Feb 23 09:05:10.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57512025-02-23T09:05:11.610Z[ recovery-image] Feb 23 09:05:10.467 INFO O| Feb 23 09:05:10.467 INFO STEP 373 (remove_files) COMPLETE
57522025-02-23T09:05:11.610Z[ recovery-image] Feb 23 09:05:10.467 INFO O| Feb 23 09:05:10.467 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-02-23T09:05:11.665Z[ recovery-image] Feb 23 09:05:10.525 INFO O| Feb 23 09:05:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57542025-02-23T09:05:11.665Z[ recovery-image] Feb 23 09:05:10.525 INFO O| Feb 23 09:05:10.525 INFO STEP 374 (remove_files) COMPLETE
57552025-02-23T09:05:11.665Z[ recovery-image] Feb 23 09:05:10.525 INFO O| Feb 23 09:05:10.525 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-02-23T09:05:11.697Z[ recovery-image] Feb 23 09:05:10.548 INFO O| Feb 23 09:05:10.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57572025-02-23T09:05:11.697Z[ recovery-image] Feb 23 09:05:10.548 INFO O| Feb 23 09:05:10.548 INFO STEP 375 (remove_files) COMPLETE
57582025-02-23T09:05:11.709Z[ recovery-image] Feb 23 09:05:10.548 INFO O| Feb 23 09:05:10.548 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-02-23T09:05:11.741Z[ recovery-image] Feb 23 09:05:10.601 INFO O| Feb 23 09:05:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57602025-02-23T09:05:11.741Z[ recovery-image] Feb 23 09:05:10.601 INFO O| Feb 23 09:05:10.601 INFO STEP 376 (remove_files) COMPLETE
57612025-02-23T09:05:11.741Z[ recovery-image] Feb 23 09:05:10.601 INFO O| Feb 23 09:05:10.601 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-02-23T09:05:11.814Z[ recovery-image] Feb 23 09:05:10.672 INFO O| Feb 23 09:05:10.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57632025-02-23T09:05:11.814Z[ recovery-image] Feb 23 09:05:10.672 INFO O| Feb 23 09:05:10.672 INFO STEP 377 (remove_files) COMPLETE
57642025-02-23T09:05:11.815Z[ recovery-image] Feb 23 09:05:10.672 INFO O| Feb 23 09:05:10.672 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-02-23T09:05:11.841Z[ recovery-image] Feb 23 09:05:10.696 INFO O| Feb 23 09:05:10.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57662025-02-23T09:05:11.841Z[ recovery-image] Feb 23 09:05:10.696 INFO O| Feb 23 09:05:10.696 INFO STEP 378 (remove_files) COMPLETE
57672025-02-23T09:05:11.846Z[ recovery-image] Feb 23 09:05:10.696 INFO O| Feb 23 09:05:10.696 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-02-23T09:05:11.869Z[ recovery-image] Feb 23 09:05:10.721 INFO O| Feb 23 09:05:10.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57692025-02-23T09:05:11.869Z[ recovery-image] Feb 23 09:05:10.721 INFO O| Feb 23 09:05:10.721 INFO STEP 379 (remove_files) COMPLETE
57702025-02-23T09:05:11.869Z[ recovery-image] Feb 23 09:05:10.721 INFO O| Feb 23 09:05:10.721 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-02-23T09:05:11.897Z[ recovery-image] Feb 23 09:05:10.747 INFO O| Feb 23 09:05:10.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57722025-02-23T09:05:11.901Z[ recovery-image] Feb 23 09:05:10.748 INFO O| Feb 23 09:05:10.748 INFO STEP 380 (remove_files) COMPLETE
57732025-02-23T09:05:11.901Z[ recovery-image] Feb 23 09:05:10.748 INFO O| Feb 23 09:05:10.748 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-02-23T09:05:11.912Z[ recovery-image] Feb 23 09:05:10.771 INFO O| Feb 23 09:05:10.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
57752025-02-23T09:05:11.915Z[ recovery-image] Feb 23 09:05:10.771 INFO O| Feb 23 09:05:10.771 INFO STEP 381 (remove_files) COMPLETE
57762025-02-23T09:05:11.916Z[ recovery-image] Feb 23 09:05:10.771 INFO O| Feb 23 09:05:10.771 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-02-23T09:05:11.937Z[ recovery-image] Feb 23 09:05:10.795 INFO O| Feb 23 09:05:10.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
57782025-02-23T09:05:11.947Z[ recovery-image] Feb 23 09:05:10.795 INFO O| Feb 23 09:05:10.795 INFO STEP 382 (remove_files) COMPLETE
57792025-02-23T09:05:11.947Z[ recovery-image] Feb 23 09:05:10.795 INFO O| Feb 23 09:05:10.795 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-02-23T09:05:11.972Z[ recovery-image] Feb 23 09:05:10.832 INFO O| Feb 23 09:05:10.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
57812025-02-23T09:05:11.977Z[ recovery-image] Feb 23 09:05:10.832 INFO O| Feb 23 09:05:10.832 INFO STEP 383 (remove_files) COMPLETE
57822025-02-23T09:05:11.977Z[ recovery-image] Feb 23 09:05:10.832 INFO O| Feb 23 09:05:10.832 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-02-23T09:05:11.995Z[ recovery-image] Feb 23 09:05:10.855 INFO O| Feb 23 09:05:10.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57842025-02-23T09:05:11.995Z[ recovery-image] Feb 23 09:05:10.855 INFO O| Feb 23 09:05:10.855 INFO STEP 384 (remove_files) COMPLETE
57852025-02-23T09:05:11.995Z[ recovery-image] Feb 23 09:05:10.855 INFO O| Feb 23 09:05:10.855 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-02-23T09:05:12.016Z[ recovery-image] Feb 23 09:05:10.877 INFO O| Feb 23 09:05:10.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57872025-02-23T09:05:12.019Z[ recovery-image] Feb 23 09:05:10.877 INFO O| Feb 23 09:05:10.877 INFO STEP 385 (remove_files) COMPLETE
57882025-02-23T09:05:12.019Z[ recovery-image] Feb 23 09:05:10.877 INFO O| Feb 23 09:05:10.877 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-02-23T09:05:12.039Z[ recovery-image] Feb 23 09:05:10.899 INFO O| Feb 23 09:05:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57902025-02-23T09:05:12.045Z[ recovery-image] Feb 23 09:05:10.899 INFO O| Feb 23 09:05:10.899 INFO STEP 386 (remove_files) COMPLETE
57912025-02-23T09:05:12.046Z[ recovery-image] Feb 23 09:05:10.899 INFO O| Feb 23 09:05:10.899 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-02-23T09:05:12.066Z[ recovery-image] Feb 23 09:05:10.925 INFO O| Feb 23 09:05:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57932025-02-23T09:05:12.066Z[ recovery-image] Feb 23 09:05:10.925 INFO O| Feb 23 09:05:10.925 INFO STEP 387 (remove_files) COMPLETE
57942025-02-23T09:05:12.069Z[ recovery-image] Feb 23 09:05:10.925 INFO O| Feb 23 09:05:10.925 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-02-23T09:05:12.105Z[ recovery-image] Feb 23 09:05:10.964 INFO O| Feb 23 09:05:10.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57962025-02-23T09:05:12.105Z[ recovery-image] Feb 23 09:05:10.964 INFO O| Feb 23 09:05:10.964 INFO STEP 388 (remove_files) COMPLETE
57972025-02-23T09:05:12.107Z[ recovery-image] Feb 23 09:05:10.964 INFO O| Feb 23 09:05:10.964 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-02-23T09:05:12.127Z[ recovery-image] Feb 23 09:05:10.986 INFO O| Feb 23 09:05:10.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57992025-02-23T09:05:12.127Z[ recovery-image] Feb 23 09:05:10.986 INFO O| Feb 23 09:05:10.986 INFO STEP 389 (remove_files) COMPLETE
58002025-02-23T09:05:12.127Z[ recovery-image] Feb 23 09:05:10.986 INFO O| Feb 23 09:05:10.986 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-02-23T09:05:12.156Z[ recovery-image] Feb 23 09:05:11.016 INFO O| Feb 23 09:05:11.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
58022025-02-23T09:05:12.156Z[ recovery-image] Feb 23 09:05:11.016 INFO O| Feb 23 09:05:11.011 INFO STEP 390 (remove_files) COMPLETE
58032025-02-23T09:05:12.161Z[ recovery-image] Feb 23 09:05:11.016 INFO O| Feb 23 09:05:11.011 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-02-23T09:05:12.172Z[ recovery-image] Feb 23 09:05:11.032 INFO O| Feb 23 09:05:11.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
58052025-02-23T09:05:12.172Z[ recovery-image] Feb 23 09:05:11.032 INFO O| Feb 23 09:05:11.032 INFO STEP 391 (remove_files) COMPLETE
58062025-02-23T09:05:12.173Z[ recovery-image] Feb 23 09:05:11.032 INFO O| Feb 23 09:05:11.032 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-02-23T09:05:12.194Z[ recovery-image] Feb 23 09:05:11.052 INFO O| Feb 23 09:05:11.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
58082025-02-23T09:05:12.194Z[ recovery-image] Feb 23 09:05:11.053 INFO O| Feb 23 09:05:11.053 INFO STEP 392 (remove_files) COMPLETE
58092025-02-23T09:05:12.195Z[ recovery-image] Feb 23 09:05:11.053 INFO O| Feb 23 09:05:11.053 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-02-23T09:05:12.214Z[ recovery-image] Feb 23 09:05:11.074 INFO O| Feb 23 09:05:11.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
58112025-02-23T09:05:12.214Z[ recovery-image] Feb 23 09:05:11.074 INFO O| Feb 23 09:05:11.074 INFO STEP 393 (remove_files) COMPLETE
58122025-02-23T09:05:12.214Z[ recovery-image] Feb 23 09:05:11.074 INFO O| Feb 23 09:05:11.074 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-02-23T09:05:12.238Z[ recovery-image] Feb 23 09:05:11.097 INFO O| Feb 23 09:05:11.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
58142025-02-23T09:05:12.241Z[ recovery-image] Feb 23 09:05:11.097 INFO O| Feb 23 09:05:11.097 INFO STEP 394 (remove_files) COMPLETE
58152025-02-23T09:05:12.242Z[ recovery-image] Feb 23 09:05:11.098 INFO O| Feb 23 09:05:11.098 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-02-23T09:05:12.264Z[ recovery-image] Feb 23 09:05:11.123 INFO O| Feb 23 09:05:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58172025-02-23T09:05:12.265Z[ recovery-image] Feb 23 09:05:11.124 INFO O| Feb 23 09:05:11.124 INFO STEP 395 (remove_files) COMPLETE
58182025-02-23T09:05:12.269Z[ recovery-image] Feb 23 09:05:11.124 INFO O| Feb 23 09:05:11.124 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-02-23T09:05:12.287Z[ recovery-image] Feb 23 09:05:11.146 INFO O| Feb 23 09:05:11.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58202025-02-23T09:05:12.287Z[ recovery-image] Feb 23 09:05:11.146 INFO O| Feb 23 09:05:11.146 INFO STEP 396 (remove_files) COMPLETE
58212025-02-23T09:05:12.287Z[ recovery-image] Feb 23 09:05:11.146 INFO O| Feb 23 09:05:11.146 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-02-23T09:05:12.316Z[ recovery-image] Feb 23 09:05:11.176 INFO O| Feb 23 09:05:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58232025-02-23T09:05:12.316Z[ recovery-image] Feb 23 09:05:11.176 INFO O| Feb 23 09:05:11.176 INFO STEP 397 (remove_files) COMPLETE
58242025-02-23T09:05:12.317Z[ recovery-image] Feb 23 09:05:11.176 INFO O| Feb 23 09:05:11.176 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-02-23T09:05:12.360Z[ recovery-image] Feb 23 09:05:11.220 INFO O| Feb 23 09:05:11.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58262025-02-23T09:05:12.360Z[ recovery-image] Feb 23 09:05:11.220 INFO O| Feb 23 09:05:11.220 INFO STEP 398 (remove_files) COMPLETE
58272025-02-23T09:05:12.360Z[ recovery-image] Feb 23 09:05:11.220 INFO O| Feb 23 09:05:11.220 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-02-23T09:05:12.403Z[ recovery-image] Feb 23 09:05:11.259 INFO O| Feb 23 09:05:11.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58292025-02-23T09:05:12.403Z[ recovery-image] Feb 23 09:05:11.259 INFO O| Feb 23 09:05:11.259 INFO STEP 399 (remove_files) COMPLETE
58302025-02-23T09:05:12.403Z[ recovery-image] Feb 23 09:05:11.259 INFO O| Feb 23 09:05:11.259 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-02-23T09:05:12.422Z[ recovery-image] Feb 23 09:05:11.281 INFO O| Feb 23 09:05:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58322025-02-23T09:05:12.422Z[ recovery-image] Feb 23 09:05:11.281 INFO O| Feb 23 09:05:11.281 INFO STEP 400 (remove_files) COMPLETE
58332025-02-23T09:05:12.425Z[ recovery-image] Feb 23 09:05:11.281 INFO O| Feb 23 09:05:11.281 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-02-23T09:05:12.451Z[ recovery-image] Feb 23 09:05:11.311 INFO O| Feb 23 09:05:11.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58352025-02-23T09:05:12.451Z[ recovery-image] Feb 23 09:05:11.311 INFO O| Feb 23 09:05:11.311 INFO STEP 401 (remove_files) COMPLETE
58362025-02-23T09:05:12.451Z[ recovery-image] Feb 23 09:05:11.311 INFO O| Feb 23 09:05:11.311 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-23T09:05:12.477Z[ recovery-image] Feb 23 09:05:11.337 INFO O| Feb 23 09:05:11.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58382025-02-23T09:05:12.477Z[ recovery-image] Feb 23 09:05:11.337 INFO O| Feb 23 09:05:11.337 INFO STEP 402 (remove_files) COMPLETE
58392025-02-23T09:05:12.482Z[ recovery-image] Feb 23 09:05:11.337 INFO O| Feb 23 09:05:11.337 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-23T09:05:12.518Z[ recovery-image] Feb 23 09:05:11.378 INFO O| Feb 23 09:05:11.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58412025-02-23T09:05:12.518Z[ recovery-image] Feb 23 09:05:11.378 INFO O| Feb 23 09:05:11.378 INFO STEP 403 (remove_files) COMPLETE
58422025-02-23T09:05:12.518Z[ recovery-image] Feb 23 09:05:11.378 INFO O| Feb 23 09:05:11.378 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-02-23T09:05:12.553Z[ recovery-image] Feb 23 09:05:11.412 INFO O| Feb 23 09:05:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58442025-02-23T09:05:12.554Z[ recovery-image] Feb 23 09:05:11.412 INFO O| Feb 23 09:05:11.412 INFO STEP 404 (remove_files) COMPLETE
58452025-02-23T09:05:12.554Z[ recovery-image] Feb 23 09:05:11.412 INFO O| Feb 23 09:05:11.412 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-02-23T09:05:12.595Z[ recovery-image] Feb 23 09:05:11.452 INFO O| Feb 23 09:05:11.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58472025-02-23T09:05:12.595Z[ recovery-image] Feb 23 09:05:11.452 INFO O| Feb 23 09:05:11.452 INFO STEP 405 (remove_files) COMPLETE
58482025-02-23T09:05:12.595Z[ recovery-image] Feb 23 09:05:11.452 INFO O| Feb 23 09:05:11.452 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-02-23T09:05:12.622Z[ recovery-image] Feb 23 09:05:11.481 INFO O| Feb 23 09:05:11.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58502025-02-23T09:05:12.622Z[ recovery-image] Feb 23 09:05:11.481 INFO O| Feb 23 09:05:11.481 INFO STEP 406 (remove_files) COMPLETE
58512025-02-23T09:05:12.622Z[ recovery-image] Feb 23 09:05:11.481 INFO O| Feb 23 09:05:11.481 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-23T09:05:12.647Z[ recovery-image] Feb 23 09:05:11.504 INFO O| Feb 23 09:05:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58532025-02-23T09:05:12.657Z[ recovery-image] Feb 23 09:05:11.504 INFO O| Feb 23 09:05:11.504 INFO STEP 407 (remove_files) COMPLETE
58542025-02-23T09:05:12.657Z[ recovery-image] Feb 23 09:05:11.505 INFO O| Feb 23 09:05:11.504 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-23T09:05:12.674Z[ recovery-image] Feb 23 09:05:11.534 INFO O| Feb 23 09:05:11.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58562025-02-23T09:05:12.679Z[ recovery-image] Feb 23 09:05:11.534 INFO O| Feb 23 09:05:11.534 INFO STEP 408 (remove_files) COMPLETE
58572025-02-23T09:05:12.679Z[ recovery-image] Feb 23 09:05:11.534 INFO O| Feb 23 09:05:11.534 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-02-23T09:05:12.713Z[ recovery-image] Feb 23 09:05:11.568 INFO O| Feb 23 09:05:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58592025-02-23T09:05:12.718Z[ recovery-image] Feb 23 09:05:11.568 INFO O| Feb 23 09:05:11.568 INFO STEP 409 (remove_files) COMPLETE
58602025-02-23T09:05:12.718Z[ recovery-image] Feb 23 09:05:11.568 INFO O| Feb 23 09:05:11.568 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-23T09:05:12.757Z[ recovery-image] Feb 23 09:05:11.617 INFO O| Feb 23 09:05:11.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58622025-02-23T09:05:12.757Z[ recovery-image] Feb 23 09:05:11.617 INFO O| Feb 23 09:05:11.617 INFO STEP 410 (remove_files) COMPLETE
58632025-02-23T09:05:12.760Z[ recovery-image] Feb 23 09:05:11.617 INFO O| Feb 23 09:05:11.617 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-23T09:05:12.786Z[ recovery-image] Feb 23 09:05:11.646 INFO O| Feb 23 09:05:11.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58652025-02-23T09:05:12.787Z[ recovery-image] Feb 23 09:05:11.646 INFO O| Feb 23 09:05:11.646 INFO STEP 411 (remove_files) COMPLETE
58662025-02-23T09:05:12.787Z[ recovery-image] Feb 23 09:05:11.646 INFO O| Feb 23 09:05:11.646 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-23T09:05:12.811Z[ recovery-image] Feb 23 09:05:11.671 INFO O| Feb 23 09:05:11.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58682025-02-23T09:05:12.812Z[ recovery-image] Feb 23 09:05:11.671 INFO O| Feb 23 09:05:11.671 INFO STEP 412 (remove_files) COMPLETE
58692025-02-23T09:05:12.812Z[ recovery-image] Feb 23 09:05:11.671 INFO O| Feb 23 09:05:11.671 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-23T09:05:12.838Z[ recovery-image] Feb 23 09:05:11.696 INFO O| Feb 23 09:05:11.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58712025-02-23T09:05:12.838Z[ recovery-image] Feb 23 09:05:11.696 INFO O| Feb 23 09:05:11.696 INFO STEP 413 (remove_files) COMPLETE
58722025-02-23T09:05:12.847Z[ recovery-image] Feb 23 09:05:11.697 INFO O| Feb 23 09:05:11.696 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-23T09:05:12.878Z[ recovery-image] Feb 23 09:05:11.731 INFO O| Feb 23 09:05:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58742025-02-23T09:05:12.883Z[ recovery-image] Feb 23 09:05:11.732 INFO O| Feb 23 09:05:11.731 INFO STEP 414 (remove_files) COMPLETE
58752025-02-23T09:05:12.883Z[ recovery-image] Feb 23 09:05:11.732 INFO O| Feb 23 09:05:11.732 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-02-23T09:05:12.933Z[ recovery-image] Feb 23 09:05:11.792 INFO O| Feb 23 09:05:11.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
58772025-02-23T09:05:12.933Z[ recovery-image] Feb 23 09:05:11.792 INFO O| Feb 23 09:05:11.792 INFO STEP 415 (remove_files) COMPLETE
58782025-02-23T09:05:12.935Z[ recovery-image] Feb 23 09:05:11.792 INFO O| Feb 23 09:05:11.792 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-23T09:05:13.010Z[ recovery-image] Feb 23 09:05:11.847 INFO O| Feb 23 09:05:11.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58802025-02-23T09:05:13.010Z[ recovery-image] Feb 23 09:05:11.848 INFO O| Feb 23 09:05:11.848 INFO STEP 416 (remove_files) COMPLETE
58812025-02-23T09:05:13.010Z[ recovery-image] Feb 23 09:05:11.848 INFO O| Feb 23 09:05:11.848 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-23T09:05:13.014Z[ recovery-image] Feb 23 09:05:11.872 INFO O| Feb 23 09:05:11.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58832025-02-23T09:05:13.014Z[ recovery-image] Feb 23 09:05:11.872 INFO O| Feb 23 09:05:11.872 INFO STEP 417 (remove_files) COMPLETE
58842025-02-23T09:05:13.014Z[ recovery-image] Feb 23 09:05:11.872 INFO O| Feb 23 09:05:11.872 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-02-23T09:05:13.036Z[ recovery-image] Feb 23 09:05:11.896 INFO O| Feb 23 09:05:11.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58862025-02-23T09:05:13.036Z[ recovery-image] Feb 23 09:05:11.896 INFO O| Feb 23 09:05:11.896 INFO STEP 418 (remove_files) COMPLETE
58872025-02-23T09:05:13.036Z[ recovery-image] Feb 23 09:05:11.896 INFO O| Feb 23 09:05:11.896 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-23T09:05:13.062Z[ recovery-image] Feb 23 09:05:11.921 INFO O| Feb 23 09:05:11.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58892025-02-23T09:05:13.067Z[ recovery-image] Feb 23 09:05:11.921 INFO O| Feb 23 09:05:11.921 INFO STEP 419 (remove_files) COMPLETE
58902025-02-23T09:05:13.068Z[ recovery-image] Feb 23 09:05:11.921 INFO O| Feb 23 09:05:11.921 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-23T09:05:13.087Z[ recovery-image] Feb 23 09:05:11.947 INFO O| Feb 23 09:05:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58922025-02-23T09:05:13.087Z[ recovery-image] Feb 23 09:05:11.947 INFO O| Feb 23 09:05:11.947 INFO STEP 420 (remove_files) COMPLETE
58932025-02-23T09:05:13.092Z[ recovery-image] Feb 23 09:05:11.947 INFO O| Feb 23 09:05:11.947 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-23T09:05:13.112Z[ recovery-image] Feb 23 09:05:11.972 INFO O| Feb 23 09:05:11.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58952025-02-23T09:05:13.115Z[ recovery-image] Feb 23 09:05:11.972 INFO O| Feb 23 09:05:11.972 INFO STEP 421 (remove_files) COMPLETE
58962025-02-23T09:05:13.115Z[ recovery-image] Feb 23 09:05:11.972 INFO O| Feb 23 09:05:11.972 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-02-23T09:05:13.136Z[ recovery-image] Feb 23 09:05:11.996 INFO O| Feb 23 09:05:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58982025-02-23T09:05:13.136Z[ recovery-image] Feb 23 09:05:11.996 INFO O| Feb 23 09:05:11.996 INFO STEP 422 (remove_files) COMPLETE
58992025-02-23T09:05:13.136Z[ recovery-image] Feb 23 09:05:11.996 INFO O| Feb 23 09:05:11.996 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-02-23T09:05:13.181Z[ recovery-image] Feb 23 09:05:12.033 INFO O| Feb 23 09:05:12.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
59012025-02-23T09:05:13.181Z[ recovery-image] Feb 23 09:05:12.033 INFO O| Feb 23 09:05:12.033 INFO STEP 423 (remove_files) COMPLETE
59022025-02-23T09:05:13.181Z[ recovery-image] Feb 23 09:05:12.033 INFO O| Feb 23 09:05:12.033 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-02-23T09:05:13.210Z[ recovery-image] Feb 23 09:05:12.070 INFO O| Feb 23 09:05:12.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
59042025-02-23T09:05:13.210Z[ recovery-image] Feb 23 09:05:12.070 INFO O| Feb 23 09:05:12.070 INFO STEP 424 (remove_files) COMPLETE
59052025-02-23T09:05:13.210Z[ recovery-image] Feb 23 09:05:12.070 INFO O| Feb 23 09:05:12.070 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-02-23T09:05:13.235Z[ recovery-image] Feb 23 09:05:12.092 INFO O| Feb 23 09:05:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
59072025-02-23T09:05:13.235Z[ recovery-image] Feb 23 09:05:12.092 INFO O| Feb 23 09:05:12.092 INFO STEP 425 (remove_files) COMPLETE
59082025-02-23T09:05:13.238Z[ recovery-image] Feb 23 09:05:12.092 INFO O| Feb 23 09:05:12.092 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-02-23T09:05:13.254Z[ recovery-image] Feb 23 09:05:12.113 INFO O| Feb 23 09:05:12.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
59102025-02-23T09:05:13.260Z[ recovery-image] Feb 23 09:05:12.120 INFO O| Feb 23 09:05:12.120 INFO STEP 426 (remove_files) COMPLETE
59112025-02-23T09:05:13.260Z[ recovery-image] Feb 23 09:05:12.120 INFO O| Feb 23 09:05:12.120 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-23T09:05:13.287Z[ recovery-image] Feb 23 09:05:12.146 INFO O| Feb 23 09:05:12.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
59132025-02-23T09:05:13.288Z[ recovery-image] Feb 23 09:05:12.146 INFO O| Feb 23 09:05:12.146 INFO STEP 427 (remove_files) COMPLETE
59142025-02-23T09:05:13.297Z[ recovery-image] Feb 23 09:05:12.146 INFO O| Feb 23 09:05:12.146 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-02-23T09:05:13.319Z[ recovery-image] Feb 23 09:05:12.179 INFO O| Feb 23 09:05:12.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59162025-02-23T09:05:13.319Z[ recovery-image] Feb 23 09:05:12.179 INFO O| Feb 23 09:05:12.179 INFO STEP 428 (remove_files) COMPLETE
59172025-02-23T09:05:13.319Z[ recovery-image] Feb 23 09:05:12.179 INFO O| Feb 23 09:05:12.179 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-02-23T09:05:13.401Z[ recovery-image] Feb 23 09:05:12.244 INFO O| Feb 23 09:05:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59192025-02-23T09:05:13.401Z[ recovery-image] Feb 23 09:05:12.244 INFO O| Feb 23 09:05:12.244 INFO STEP 429 (remove_files) COMPLETE
59202025-02-23T09:05:13.401Z[ recovery-image] Feb 23 09:05:12.244 INFO O| Feb 23 09:05:12.244 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-23T09:05:13.409Z[ recovery-image] Feb 23 09:05:12.267 INFO O| Feb 23 09:05:12.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59222025-02-23T09:05:13.409Z[ recovery-image] Feb 23 09:05:12.267 INFO O| Feb 23 09:05:12.267 INFO STEP 430 (remove_files) COMPLETE
59232025-02-23T09:05:13.409Z[ recovery-image] Feb 23 09:05:12.267 INFO O| Feb 23 09:05:12.267 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-02-23T09:05:13.447Z[ recovery-image] Feb 23 09:05:12.306 INFO O| Feb 23 09:05:12.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59252025-02-23T09:05:13.447Z[ recovery-image] Feb 23 09:05:12.306 INFO O| Feb 23 09:05:12.306 INFO STEP 431 (remove_files) COMPLETE
59262025-02-23T09:05:13.447Z[ recovery-image] Feb 23 09:05:12.306 INFO O| Feb 23 09:05:12.306 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-02-23T09:05:13.533Z[ recovery-image] Feb 23 09:05:12.390 INFO O| Feb 23 09:05:12.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59282025-02-23T09:05:13.533Z[ recovery-image] Feb 23 09:05:12.390 INFO O| Feb 23 09:05:12.390 INFO STEP 432 (remove_files) COMPLETE
59292025-02-23T09:05:13.538Z[ recovery-image] Feb 23 09:05:12.390 INFO O| Feb 23 09:05:12.390 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-02-23T09:05:13.568Z[ recovery-image] Feb 23 09:05:12.428 INFO O| Feb 23 09:05:12.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59312025-02-23T09:05:13.568Z[ recovery-image] Feb 23 09:05:12.428 INFO O| Feb 23 09:05:12.428 INFO STEP 433 (remove_files) COMPLETE
59322025-02-23T09:05:13.568Z[ recovery-image] Feb 23 09:05:12.428 INFO O| Feb 23 09:05:12.428 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-02-23T09:05:13.628Z[ recovery-image] Feb 23 09:05:12.487 INFO O| Feb 23 09:05:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59342025-02-23T09:05:13.628Z[ recovery-image] Feb 23 09:05:12.487 INFO O| Feb 23 09:05:12.487 INFO STEP 434 (remove_files) COMPLETE
59352025-02-23T09:05:13.643Z[ recovery-image] Feb 23 09:05:12.487 INFO O| Feb 23 09:05:12.487 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-02-23T09:05:13.695Z[ recovery-image] Feb 23 09:05:12.545 INFO O| Feb 23 09:05:12.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59372025-02-23T09:05:13.695Z[ recovery-image] Feb 23 09:05:12.545 INFO O| Feb 23 09:05:12.545 INFO STEP 435 (remove_files) COMPLETE
59382025-02-23T09:05:13.695Z[ recovery-image] Feb 23 09:05:12.545 INFO O| Feb 23 09:05:12.545 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-02-23T09:05:13.706Z[ recovery-image] Feb 23 09:05:12.565 INFO O| Feb 23 09:05:12.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59402025-02-23T09:05:13.711Z[ recovery-image] Feb 23 09:05:12.565 INFO O| Feb 23 09:05:12.565 INFO STEP 436 (remove_files) COMPLETE
59412025-02-23T09:05:13.712Z[ recovery-image] Feb 23 09:05:12.565 INFO O| Feb 23 09:05:12.565 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-02-23T09:05:13.736Z[ recovery-image] Feb 23 09:05:12.595 INFO O| Feb 23 09:05:12.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59432025-02-23T09:05:13.757Z[ recovery-image] Feb 23 09:05:12.616 INFO O| Feb 23 09:05:12.616 INFO STEP 437 (remove_files) COMPLETE
59442025-02-23T09:05:13.757Z[ recovery-image] Feb 23 09:05:12.616 INFO O| Feb 23 09:05:12.616 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-02-23T09:05:13.799Z[ recovery-image] Feb 23 09:05:12.658 INFO O| Feb 23 09:05:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59462025-02-23T09:05:13.811Z[ recovery-image] Feb 23 09:05:12.659 INFO O| Feb 23 09:05:12.658 INFO STEP 438 (remove_files) COMPLETE
59472025-02-23T09:05:13.811Z[ recovery-image] Feb 23 09:05:12.659 INFO O| Feb 23 09:05:12.659 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-02-23T09:05:13.820Z[ recovery-image] Feb 23 09:05:12.679 INFO O| Feb 23 09:05:12.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59492025-02-23T09:05:13.825Z[ recovery-image] Feb 23 09:05:12.679 INFO O| Feb 23 09:05:12.679 INFO STEP 439 (remove_files) COMPLETE
59502025-02-23T09:05:13.825Z[ recovery-image] Feb 23 09:05:12.680 INFO O| Feb 23 09:05:12.679 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-02-23T09:05:13.842Z[ recovery-image] Feb 23 09:05:12.701 INFO O| Feb 23 09:05:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59522025-02-23T09:05:13.847Z[ recovery-image] Feb 23 09:05:12.701 INFO O| Feb 23 09:05:12.701 INFO STEP 440 (remove_files) COMPLETE
59532025-02-23T09:05:13.847Z[ recovery-image] Feb 23 09:05:12.702 INFO O| Feb 23 09:05:12.701 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-02-23T09:05:13.864Z[ recovery-image] Feb 23 09:05:12.724 INFO O| Feb 23 09:05:12.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59552025-02-23T09:05:13.866Z[ recovery-image] Feb 23 09:05:12.724 INFO O| Feb 23 09:05:12.724 INFO STEP 441 (remove_files) COMPLETE
59562025-02-23T09:05:13.867Z[ recovery-image] Feb 23 09:05:12.724 INFO O| Feb 23 09:05:12.724 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-02-23T09:05:13.906Z[ recovery-image] Feb 23 09:05:12.766 INFO O| Feb 23 09:05:12.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59582025-02-23T09:05:13.906Z[ recovery-image] Feb 23 09:05:12.766 INFO O| Feb 23 09:05:12.766 INFO STEP 442 (remove_files) COMPLETE
59592025-02-23T09:05:13.913Z[ recovery-image] Feb 23 09:05:12.766 INFO O| Feb 23 09:05:12.766 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-02-23T09:05:13.969Z[ recovery-image] Feb 23 09:05:12.827 INFO O| Feb 23 09:05:12.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59612025-02-23T09:05:13.969Z[ recovery-image] Feb 23 09:05:12.828 INFO O| Feb 23 09:05:12.828 INFO STEP 443 (remove_files) COMPLETE
59622025-02-23T09:05:13.969Z[ recovery-image] Feb 23 09:05:12.828 INFO O| Feb 23 09:05:12.828 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-02-23T09:05:14.009Z[ recovery-image] Feb 23 09:05:12.868 INFO O| Feb 23 09:05:12.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59642025-02-23T09:05:14.009Z[ recovery-image] Feb 23 09:05:12.868 INFO O| Feb 23 09:05:12.868 INFO STEP 444 (remove_files) COMPLETE
59652025-02-23T09:05:14.009Z[ recovery-image] Feb 23 09:05:12.868 INFO O| Feb 23 09:05:12.868 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-02-23T09:05:14.075Z[ recovery-image] Feb 23 09:05:12.925 INFO O| Feb 23 09:05:12.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59672025-02-23T09:05:14.075Z[ recovery-image] Feb 23 09:05:12.925 INFO O| Feb 23 09:05:12.925 INFO STEP 445 (remove_files) COMPLETE
59682025-02-23T09:05:14.075Z[ recovery-image] Feb 23 09:05:12.925 INFO O| Feb 23 09:05:12.925 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-02-23T09:05:14.085Z[ recovery-image] Feb 23 09:05:12.945 INFO O| Feb 23 09:05:12.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59702025-02-23T09:05:14.085Z[ recovery-image] Feb 23 09:05:12.945 INFO O| Feb 23 09:05:12.945 INFO STEP 446 (remove_files) COMPLETE
59712025-02-23T09:05:14.085Z[ recovery-image] Feb 23 09:05:12.945 INFO O| Feb 23 09:05:12.945 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-02-23T09:05:14.128Z[ recovery-image] Feb 23 09:05:12.987 INFO O| Feb 23 09:05:12.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59732025-02-23T09:05:14.128Z[ recovery-image] Feb 23 09:05:12.987 INFO O| Feb 23 09:05:12.987 INFO STEP 447 (remove_files) COMPLETE
59742025-02-23T09:05:14.128Z[ recovery-image] Feb 23 09:05:12.987 INFO O| Feb 23 09:05:12.987 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-02-23T09:05:14.168Z[ recovery-image] Feb 23 09:05:13.028 INFO O| Feb 23 09:05:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59762025-02-23T09:05:14.168Z[ recovery-image] Feb 23 09:05:13.028 INFO O| Feb 23 09:05:13.028 INFO STEP 448 (remove_files) COMPLETE
59772025-02-23T09:05:14.177Z[ recovery-image] Feb 23 09:05:13.028 INFO O| Feb 23 09:05:13.028 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-02-23T09:05:14.191Z[ recovery-image] Feb 23 09:05:13.050 INFO O| Feb 23 09:05:13.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59792025-02-23T09:05:14.191Z[ recovery-image] Feb 23 09:05:13.051 INFO O| Feb 23 09:05:13.051 INFO STEP 449 (remove_files) COMPLETE
59802025-02-23T09:05:14.191Z[ recovery-image] Feb 23 09:05:13.051 INFO O| Feb 23 09:05:13.051 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-02-23T09:05:14.221Z[ recovery-image] Feb 23 09:05:13.072 INFO O| Feb 23 09:05:13.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59822025-02-23T09:05:14.221Z[ recovery-image] Feb 23 09:05:13.072 INFO O| Feb 23 09:05:13.072 INFO STEP 450 (remove_files) COMPLETE
59832025-02-23T09:05:14.221Z[ recovery-image] Feb 23 09:05:13.072 INFO O| Feb 23 09:05:13.072 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-02-23T09:05:14.234Z[ recovery-image] Feb 23 09:05:13.093 INFO O| Feb 23 09:05:13.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59852025-02-23T09:05:14.234Z[ recovery-image] Feb 23 09:05:13.093 INFO O| Feb 23 09:05:13.093 INFO STEP 451 (remove_files) COMPLETE
59862025-02-23T09:05:14.234Z[ recovery-image] Feb 23 09:05:13.093 INFO O| Feb 23 09:05:13.093 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-23T09:05:14.259Z[ recovery-image] Feb 23 09:05:13.116 INFO O| Feb 23 09:05:13.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59882025-02-23T09:05:14.262Z[ recovery-image] Feb 23 09:05:13.120 INFO O| Feb 23 09:05:13.120 INFO STEP 452 (remove_files) COMPLETE
59892025-02-23T09:05:14.262Z[ recovery-image] Feb 23 09:05:13.120 INFO O| Feb 23 09:05:13.120 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-02-23T09:05:14.285Z[ recovery-image] Feb 23 09:05:13.145 INFO O| Feb 23 09:05:13.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59912025-02-23T09:05:14.285Z[ recovery-image] Feb 23 09:05:13.145 INFO O| Feb 23 09:05:13.145 INFO STEP 453 (remove_files) COMPLETE
59922025-02-23T09:05:14.293Z[ recovery-image] Feb 23 09:05:13.145 INFO O| Feb 23 09:05:13.145 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-02-23T09:05:14.321Z[ recovery-image] Feb 23 09:05:13.180 INFO O| Feb 23 09:05:13.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59942025-02-23T09:05:14.321Z[ recovery-image] Feb 23 09:05:13.180 INFO O| Feb 23 09:05:13.180 INFO STEP 454 (remove_files) COMPLETE
59952025-02-23T09:05:14.321Z[ recovery-image] Feb 23 09:05:13.180 INFO O| Feb 23 09:05:13.180 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-23T09:05:14.358Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
59972025-02-23T09:05:14.412Z[ recovery-image] Feb 23 09:05:13.266 INFO O| Feb 23 09:05:13.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59982025-02-23T09:05:14.427Z[ recovery-image] Feb 23 09:05:13.286 INFO O| Feb 23 09:05:13.286 INFO STEP 455 (remove_files) COMPLETE
59992025-02-23T09:05:14.427Z[ recovery-image] Feb 23 09:05:13.286 INFO O| Feb 23 09:05:13.286 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-02-23T09:05:14.478Z[ recovery-image] Feb 23 09:05:13.338 INFO O| Feb 23 09:05:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
60012025-02-23T09:05:14.486Z[ recovery-image] Feb 23 09:05:13.338 INFO O| Feb 23 09:05:13.338 INFO STEP 456 (remove_files) COMPLETE
60022025-02-23T09:05:14.486Z[ recovery-image] Feb 23 09:05:13.338 INFO O| Feb 23 09:05:13.338 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-02-23T09:05:14.499Z[ recovery-image] Feb 23 09:05:13.358 INFO O| Feb 23 09:05:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60042025-02-23T09:05:14.501Z[ recovery-image] Feb 23 09:05:13.358 INFO O| Feb 23 09:05:13.358 INFO STEP 457 (remove_files) COMPLETE
60052025-02-23T09:05:14.501Z[ recovery-image] Feb 23 09:05:13.359 INFO O| Feb 23 09:05:13.358 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-02-23T09:05:14.540Z[ recovery-image] Feb 23 09:05:13.399 INFO O| Feb 23 09:05:13.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60072025-02-23T09:05:14.540Z[ recovery-image] Feb 23 09:05:13.399 INFO O| Feb 23 09:05:13.399 INFO STEP 458 (remove_files) COMPLETE
60082025-02-23T09:05:14.543Z[ recovery-image] Feb 23 09:05:13.399 INFO O| Feb 23 09:05:13.399 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-02-23T09:05:14.559Z[ recovery-image] Feb 23 09:05:13.418 INFO O| Feb 23 09:05:13.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60102025-02-23T09:05:14.559Z[ recovery-image] Feb 23 09:05:13.419 INFO O| Feb 23 09:05:13.418 INFO STEP 459 (remove_files) COMPLETE
60112025-02-23T09:05:14.567Z[ recovery-image] Feb 23 09:05:13.419 INFO O| Feb 23 09:05:13.419 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-02-23T09:05:14.578Z[ recovery-image] Feb 23 09:05:13.436 INFO O| Feb 23 09:05:13.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60132025-02-23T09:05:14.578Z[ recovery-image] Feb 23 09:05:13.436 INFO O| Feb 23 09:05:13.436 INFO STEP 460 (remove_files) COMPLETE
60142025-02-23T09:05:14.578Z[ recovery-image] Feb 23 09:05:13.436 INFO O| Feb 23 09:05:13.436 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-02-23T09:05:14.607Z[ recovery-image] Feb 23 09:05:13.466 INFO O| Feb 23 09:05:13.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60162025-02-23T09:05:14.622Z[ recovery-image] Feb 23 09:05:13.466 INFO O| Feb 23 09:05:13.466 INFO STEP 461 (remove_files) COMPLETE
60172025-02-23T09:05:14.622Z[ recovery-image] Feb 23 09:05:13.466 INFO O| Feb 23 09:05:13.466 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-02-23T09:05:14.637Z[ recovery-image] Feb 23 09:05:13.496 INFO O| Feb 23 09:05:13.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60192025-02-23T09:05:14.637Z[ recovery-image] Feb 23 09:05:13.496 INFO O| Feb 23 09:05:13.496 INFO STEP 462 (remove_files) COMPLETE
60202025-02-23T09:05:14.641Z[ recovery-image] Feb 23 09:05:13.496 INFO O| Feb 23 09:05:13.496 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-02-23T09:05:14.707Z[ recovery-image] Feb 23 09:05:13.548 INFO O| Feb 23 09:05:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60222025-02-23T09:05:14.707Z[ recovery-image] Feb 23 09:05:13.548 INFO O| Feb 23 09:05:13.548 INFO STEP 463 (remove_files) COMPLETE
60232025-02-23T09:05:14.707Z[ recovery-image] Feb 23 09:05:13.548 INFO O| Feb 23 09:05:13.548 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-02-23T09:05:14.712Z[ recovery-image] Feb 23 09:05:13.567 INFO O| Feb 23 09:05:13.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60252025-02-23T09:05:14.712Z[ recovery-image] Feb 23 09:05:13.567 INFO O| Feb 23 09:05:13.567 INFO STEP 464 (remove_files) COMPLETE
60262025-02-23T09:05:14.712Z[ recovery-image] Feb 23 09:05:13.567 INFO O| Feb 23 09:05:13.567 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-02-23T09:05:14.757Z[ recovery-image] Feb 23 09:05:13.617 INFO O| Feb 23 09:05:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60282025-02-23T09:05:14.757Z[ recovery-image] Feb 23 09:05:13.617 INFO O| Feb 23 09:05:13.617 INFO STEP 465 (remove_files) COMPLETE
60292025-02-23T09:05:14.762Z[ recovery-image] Feb 23 09:05:13.617 INFO O| Feb 23 09:05:13.617 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302025-02-23T09:05:14.811Z[ recovery-image] Feb 23 09:05:13.671 INFO O| Feb 23 09:05:13.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60312025-02-23T09:05:14.811Z[ recovery-image] Feb 23 09:05:13.671 INFO O| Feb 23 09:05:13.671 INFO STEP 466 (remove_files) COMPLETE
60322025-02-23T09:05:14.815Z[ recovery-image] Feb 23 09:05:13.671 INFO O| Feb 23 09:05:13.671 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332025-02-23T09:05:14.835Z[ recovery-image] Feb 23 09:05:13.694 INFO O| Feb 23 09:05:13.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60342025-02-23T09:05:14.835Z[ recovery-image] Feb 23 09:05:13.694 INFO O| Feb 23 09:05:13.694 INFO STEP 467 (remove_files) COMPLETE
60352025-02-23T09:05:14.835Z[ recovery-image] Feb 23 09:05:13.694 INFO O| Feb 23 09:05:13.694 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362025-02-23T09:05:14.855Z[ recovery-image] Feb 23 09:05:13.714 INFO O| Feb 23 09:05:13.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60372025-02-23T09:05:14.855Z[ recovery-image] Feb 23 09:05:13.714 INFO O| Feb 23 09:05:13.714 INFO STEP 468 (remove_files) COMPLETE
60382025-02-23T09:05:14.855Z[ recovery-image] Feb 23 09:05:13.714 INFO O| Feb 23 09:05:13.714 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-02-23T09:05:14.875Z[ recovery-image] Feb 23 09:05:13.735 INFO O| Feb 23 09:05:13.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60402025-02-23T09:05:14.875Z[ recovery-image] Feb 23 09:05:13.735 INFO O| Feb 23 09:05:13.735 INFO STEP 469 (remove_files) COMPLETE
60412025-02-23T09:05:14.875Z[ recovery-image] Feb 23 09:05:13.735 INFO O| Feb 23 09:05:13.735 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422025-02-23T09:05:14.918Z[ recovery-image] Feb 23 09:05:13.777 INFO O| Feb 23 09:05:13.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60432025-02-23T09:05:14.918Z[ recovery-image] Feb 23 09:05:13.778 INFO O| Feb 23 09:05:13.777 INFO STEP 470 (remove_files) COMPLETE
60442025-02-23T09:05:14.935Z[ recovery-image] Feb 23 09:05:13.778 INFO O| Feb 23 09:05:13.778 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-02-23T09:05:14.959Z[ recovery-image] Feb 23 09:05:13.819 INFO O| Feb 23 09:05:13.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60462025-02-23T09:05:14.960Z[ recovery-image] Feb 23 09:05:13.819 INFO O| Feb 23 09:05:13.819 INFO STEP 471 (remove_files) COMPLETE
60472025-02-23T09:05:14.960Z[ recovery-image] Feb 23 09:05:13.819 INFO O| Feb 23 09:05:13.819 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-02-23T09:05:14.981Z[ recovery-image] Feb 23 09:05:13.840 INFO O| Feb 23 09:05:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60492025-02-23T09:05:14.981Z[ recovery-image] Feb 23 09:05:13.840 INFO O| Feb 23 09:05:13.840 INFO STEP 472 (remove_files) COMPLETE
60502025-02-23T09:05:14.981Z[ recovery-image] Feb 23 09:05:13.840 INFO O| Feb 23 09:05:13.840 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-02-23T09:05:15.002Z[ recovery-image] Feb 23 09:05:13.862 INFO O| Feb 23 09:05:13.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60522025-02-23T09:05:15.002Z[ recovery-image] Feb 23 09:05:13.862 INFO O| Feb 23 09:05:13.862 INFO STEP 473 (remove_files) COMPLETE
60532025-02-23T09:05:15.002Z[ recovery-image] Feb 23 09:05:13.862 INFO O| Feb 23 09:05:13.862 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-02-23T09:05:15.023Z[ recovery-image] Feb 23 09:05:13.883 INFO O| Feb 23 09:05:13.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60552025-02-23T09:05:15.047Z[ recovery-image] Feb 23 09:05:13.906 INFO O| Feb 23 09:05:13.906 INFO STEP 474 (remove_files) COMPLETE
60562025-02-23T09:05:15.047Z[ recovery-image] Feb 23 09:05:13.906 INFO O| Feb 23 09:05:13.906 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-02-23T09:05:15.099Z[ recovery-image] Feb 23 09:05:13.959 INFO O| Feb 23 09:05:13.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60582025-02-23T09:05:15.099Z[ recovery-image] Feb 23 09:05:13.959 INFO O| Feb 23 09:05:13.959 INFO STEP 475 (remove_files) COMPLETE
60592025-02-23T09:05:15.099Z[ recovery-image] Feb 23 09:05:13.959 INFO O| Feb 23 09:05:13.959 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-23T09:05:15.134Z[ recovery-image] Feb 23 09:05:13.993 INFO O| Feb 23 09:05:13.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60612025-02-23T09:05:15.134Z[ recovery-image] Feb 23 09:05:13.993 INFO O| Feb 23 09:05:13.993 INFO STEP 476 (remove_files) COMPLETE
60622025-02-23T09:05:15.134Z[ recovery-image] Feb 23 09:05:13.993 INFO O| Feb 23 09:05:13.993 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-02-23T09:05:15.156Z[ recovery-image] Feb 23 09:05:14.015 INFO O| Feb 23 09:05:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60642025-02-23T09:05:15.156Z[ recovery-image] Feb 23 09:05:14.015 INFO O| Feb 23 09:05:14.015 INFO STEP 477 (remove_files) COMPLETE
60652025-02-23T09:05:15.156Z[ recovery-image] Feb 23 09:05:14.015 INFO O| Feb 23 09:05:14.015 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-02-23T09:05:15.215Z[ recovery-image] Feb 23 09:05:14.074 INFO O| Feb 23 09:05:14.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60672025-02-23T09:05:15.227Z[ recovery-image] Feb 23 09:05:14.086 INFO O| Feb 23 09:05:14.086 INFO STEP 478 (remove_files) COMPLETE
60682025-02-23T09:05:15.227Z[ recovery-image] Feb 23 09:05:14.086 INFO O| Feb 23 09:05:14.086 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-02-23T09:05:15.261Z[ recovery-image] Feb 23 09:05:14.120 INFO O| Feb 23 09:05:14.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60702025-02-23T09:05:15.261Z[ recovery-image] Feb 23 09:05:14.121 INFO O| Feb 23 09:05:14.121 INFO STEP 479 (remove_files) COMPLETE
60712025-02-23T09:05:15.264Z[ recovery-image] Feb 23 09:05:14.121 INFO O| Feb 23 09:05:14.121 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-02-23T09:05:15.310Z[ recovery-image] Feb 23 09:05:14.153 INFO O| Feb 23 09:05:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60732025-02-23T09:05:15.310Z[ recovery-image] Feb 23 09:05:14.153 INFO O| Feb 23 09:05:14.153 INFO STEP 480 (remove_files) COMPLETE
60742025-02-23T09:05:15.310Z[ recovery-image] Feb 23 09:05:14.153 INFO O| Feb 23 09:05:14.153 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-02-23T09:05:15.325Z[ recovery-image] Feb 23 09:05:14.184 INFO O| Feb 23 09:05:14.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60762025-02-23T09:05:15.328Z[ recovery-image] Feb 23 09:05:14.184 INFO O| Feb 23 09:05:14.184 INFO STEP 481 (remove_files) COMPLETE
60772025-02-23T09:05:15.328Z[ recovery-image] Feb 23 09:05:14.184 INFO O| Feb 23 09:05:14.184 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-02-23T09:05:15.409Z[ recovery-image] Feb 23 09:05:14.268 INFO O| Feb 23 09:05:14.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60792025-02-23T09:05:15.416Z[ recovery-image] Feb 23 09:05:14.268 INFO O| Feb 23 09:05:14.268 INFO STEP 482 (remove_files) COMPLETE
60802025-02-23T09:05:15.416Z[ recovery-image] Feb 23 09:05:14.268 INFO O| Feb 23 09:05:14.268 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-02-23T09:05:15.480Z[ recovery-image] Feb 23 09:05:14.324 INFO O| Feb 23 09:05:14.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60822025-02-23T09:05:15.485Z[ recovery-image] Feb 23 09:05:14.324 INFO O| Feb 23 09:05:14.324 INFO STEP 483 (remove_files) COMPLETE
60832025-02-23T09:05:15.485Z[ recovery-image] Feb 23 09:05:14.324 INFO O| Feb 23 09:05:14.324 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-02-23T09:05:15.493Z[ recovery-image] Feb 23 09:05:14.345 INFO O| Feb 23 09:05:14.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60852025-02-23T09:05:15.493Z[ recovery-image] Feb 23 09:05:14.345 INFO O| Feb 23 09:05:14.345 INFO STEP 484 (remove_files) COMPLETE
60862025-02-23T09:05:15.493Z[ recovery-image] Feb 23 09:05:14.345 INFO O| Feb 23 09:05:14.345 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-02-23T09:05:15.508Z[ recovery-image] Feb 23 09:05:14.366 INFO O| Feb 23 09:05:14.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60882025-02-23T09:05:15.522Z[ recovery-image] Feb 23 09:05:14.366 INFO O| Feb 23 09:05:14.366 INFO STEP 485 (remove_files) COMPLETE
60892025-02-23T09:05:15.522Z[ recovery-image] Feb 23 09:05:14.366 INFO O| Feb 23 09:05:14.366 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-02-23T09:05:15.529Z[ recovery-image] Feb 23 09:05:14.388 INFO O| Feb 23 09:05:14.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60912025-02-23T09:05:15.532Z[ recovery-image] Feb 23 09:05:14.389 INFO O| Feb 23 09:05:14.389 INFO STEP 486 (remove_files) COMPLETE
60922025-02-23T09:05:15.532Z[ recovery-image] Feb 23 09:05:14.389 INFO O| Feb 23 09:05:14.389 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-02-23T09:05:15.553Z[ recovery-image] Feb 23 09:05:14.412 INFO O| Feb 23 09:05:14.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60942025-02-23T09:05:15.556Z[ recovery-image] Feb 23 09:05:14.412 INFO O| Feb 23 09:05:14.412 INFO STEP 487 (remove_files) COMPLETE
60952025-02-23T09:05:15.556Z[ recovery-image] Feb 23 09:05:14.412 INFO O| Feb 23 09:05:14.412 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-02-23T09:05:15.606Z[ recovery-image] Feb 23 09:05:14.463 INFO O| Feb 23 09:05:14.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60972025-02-23T09:05:15.607Z[ recovery-image] Feb 23 09:05:14.463 INFO O| Feb 23 09:05:14.463 INFO STEP 488 (remove_files) COMPLETE
60982025-02-23T09:05:15.607Z[ recovery-image] Feb 23 09:05:14.463 INFO O| Feb 23 09:05:14.463 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-02-23T09:05:15.642Z[ recovery-image] Feb 23 09:05:14.500 INFO O| Feb 23 09:05:14.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
61002025-02-23T09:05:15.642Z[ recovery-image] Feb 23 09:05:14.500 INFO O| Feb 23 09:05:14.500 INFO STEP 489 (remove_files) COMPLETE
61012025-02-23T09:05:15.642Z[ recovery-image] Feb 23 09:05:14.500 INFO O| Feb 23 09:05:14.500 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-02-23T09:05:15.675Z[ recovery-image] Feb 23 09:05:14.522 INFO O| Feb 23 09:05:14.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
61032025-02-23T09:05:15.696Z[ recovery-image] Feb 23 09:05:14.522 INFO O| Feb 23 09:05:14.522 INFO STEP 490 (remove_files) COMPLETE
61042025-02-23T09:05:15.696Z[ recovery-image] Feb 23 09:05:14.522 INFO O| Feb 23 09:05:14.522 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-02-23T09:05:15.760Z[ recovery-image] Feb 23 09:05:14.603 INFO O| Feb 23 09:05:14.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61062025-02-23T09:05:15.760Z[ recovery-image] Feb 23 09:05:14.603 INFO O| Feb 23 09:05:14.603 INFO STEP 491 (remove_files) COMPLETE
61072025-02-23T09:05:15.777Z[ recovery-image] Feb 23 09:05:14.603 INFO O| Feb 23 09:05:14.603 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-02-23T09:05:15.777Z[ recovery-image] Feb 23 09:05:14.627 INFO O| Feb 23 09:05:14.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61092025-02-23T09:05:15.777Z[ recovery-image] Feb 23 09:05:14.627 INFO O| Feb 23 09:05:14.627 INFO STEP 492 (remove_files) COMPLETE
61102025-02-23T09:05:15.777Z[ recovery-image] Feb 23 09:05:14.627 INFO O| Feb 23 09:05:14.627 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-02-23T09:05:15.792Z[ recovery-image] Feb 23 09:05:14.651 INFO O| Feb 23 09:05:14.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61122025-02-23T09:05:15.796Z[ recovery-image] Feb 23 09:05:14.652 INFO O| Feb 23 09:05:14.652 INFO STEP 493 (remove_files) COMPLETE
61132025-02-23T09:05:15.796Z[ recovery-image] Feb 23 09:05:14.652 INFO O| Feb 23 09:05:14.652 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-02-23T09:05:15.827Z[ recovery-image] Feb 23 09:05:14.686 INFO O| Feb 23 09:05:14.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61152025-02-23T09:05:15.839Z[ recovery-image] Feb 23 09:05:14.686 INFO O| Feb 23 09:05:14.686 INFO STEP 494 (remove_files) COMPLETE
61162025-02-23T09:05:15.840Z[ recovery-image] Feb 23 09:05:14.686 INFO O| Feb 23 09:05:14.686 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-02-23T09:05:15.864Z[ recovery-image] Feb 23 09:05:14.710 INFO O| Feb 23 09:05:14.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61182025-02-23T09:05:15.877Z[ recovery-image] Feb 23 09:05:14.710 INFO O| Feb 23 09:05:14.710 INFO STEP 495 (remove_files) COMPLETE
61192025-02-23T09:05:15.877Z[ recovery-image] Feb 23 09:05:14.710 INFO O| Feb 23 09:05:14.710 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-02-23T09:05:15.877Z[ recovery-image] Feb 23 09:05:14.735 INFO O| Feb 23 09:05:14.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61212025-02-23T09:05:15.877Z[ recovery-image] Feb 23 09:05:14.735 INFO O| Feb 23 09:05:14.735 INFO STEP 496 (remove_files) COMPLETE
61222025-02-23T09:05:15.878Z[ recovery-image] Feb 23 09:05:14.735 INFO O| Feb 23 09:05:14.735 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-02-23T09:05:15.899Z[ recovery-image] Feb 23 09:05:14.758 INFO O| Feb 23 09:05:14.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61242025-02-23T09:05:15.899Z[ recovery-image] Feb 23 09:05:14.758 INFO O| Feb 23 09:05:14.758 INFO STEP 497 (remove_files) COMPLETE
61252025-02-23T09:05:15.899Z[ recovery-image] Feb 23 09:05:14.758 INFO O| Feb 23 09:05:14.758 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-02-23T09:05:15.931Z[ recovery-image] Feb 23 09:05:14.790 INFO O| Feb 23 09:05:14.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61272025-02-23T09:05:15.931Z[ recovery-image] Feb 23 09:05:14.790 INFO O| Feb 23 09:05:14.790 INFO STEP 498 (remove_files) COMPLETE
61282025-02-23T09:05:15.936Z[ recovery-image] Feb 23 09:05:14.790 INFO O| Feb 23 09:05:14.790 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-02-23T09:05:15.972Z[ recovery-image] Feb 23 09:05:14.830 INFO O| Feb 23 09:05:14.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61302025-02-23T09:05:15.981Z[ recovery-image] Feb 23 09:05:14.840 INFO O| Feb 23 09:05:14.840 INFO STEP 499 (remove_files) COMPLETE
61312025-02-23T09:05:15.981Z[ recovery-image] Feb 23 09:05:14.840 INFO O| Feb 23 09:05:14.840 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-02-23T09:05:16.031Z[ recovery-image] Feb 23 09:05:14.890 INFO O| Feb 23 09:05:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61332025-02-23T09:05:16.037Z[ recovery-image] Feb 23 09:05:14.890 INFO O| Feb 23 09:05:14.890 INFO STEP 500 (remove_files) COMPLETE
61342025-02-23T09:05:16.037Z[ recovery-image] Feb 23 09:05:14.891 INFO O| Feb 23 09:05:14.890 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-02-23T09:05:16.076Z[ recovery-image] Feb 23 09:05:14.935 INFO O| Feb 23 09:05:14.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61362025-02-23T09:05:16.079Z[ recovery-image] Feb 23 09:05:14.935 INFO O| Feb 23 09:05:14.935 INFO STEP 501 (remove_files) COMPLETE
61372025-02-23T09:05:16.079Z[ recovery-image] Feb 23 09:05:14.935 INFO O| Feb 23 09:05:14.935 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-02-23T09:05:16.100Z[ recovery-image] Feb 23 09:05:14.959 INFO O| Feb 23 09:05:14.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61392025-02-23T09:05:16.104Z[ recovery-image] Feb 23 09:05:14.960 INFO O| Feb 23 09:05:14.960 INFO STEP 502 (remove_files) COMPLETE
61402025-02-23T09:05:16.105Z[ recovery-image] Feb 23 09:05:14.960 INFO O| Feb 23 09:05:14.960 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-02-23T09:05:16.138Z[ recovery-image] Feb 23 09:05:14.997 INFO O| Feb 23 09:05:14.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61422025-02-23T09:05:16.143Z[ recovery-image] Feb 23 09:05:14.997 INFO O| Feb 23 09:05:14.997 INFO STEP 503 (remove_files) COMPLETE
61432025-02-23T09:05:16.143Z[ recovery-image] Feb 23 09:05:14.997 INFO O| Feb 23 09:05:14.997 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-02-23T09:05:16.179Z[ recovery-image] Feb 23 09:05:15.033 INFO O| Feb 23 09:05:15.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61452025-02-23T09:05:16.179Z[ recovery-image] Feb 23 09:05:15.033 INFO O| Feb 23 09:05:15.033 INFO STEP 504 (remove_files) COMPLETE
61462025-02-23T09:05:16.179Z[ recovery-image] Feb 23 09:05:15.033 INFO O| Feb 23 09:05:15.033 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-02-23T09:05:16.198Z[ recovery-image] Feb 23 09:05:15.057 INFO O| Feb 23 09:05:15.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61482025-02-23T09:05:16.199Z[ recovery-image] Feb 23 09:05:15.058 INFO O| Feb 23 09:05:15.058 INFO STEP 505 (remove_files) COMPLETE
61492025-02-23T09:05:16.201Z[ recovery-image] Feb 23 09:05:15.058 INFO O| Feb 23 09:05:15.058 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-02-23T09:05:16.221Z[ recovery-image] Feb 23 09:05:15.080 INFO O| Feb 23 09:05:15.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61512025-02-23T09:05:16.221Z[ recovery-image] Feb 23 09:05:15.080 INFO O| Feb 23 09:05:15.080 INFO STEP 506 (remove_files) COMPLETE
61522025-02-23T09:05:16.229Z[ recovery-image] Feb 23 09:05:15.080 INFO O| Feb 23 09:05:15.080 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-02-23T09:05:16.241Z[ recovery-image] Feb 23 09:05:15.099 INFO O| Feb 23 09:05:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61542025-02-23T09:05:16.242Z[ recovery-image] Feb 23 09:05:15.100 INFO O| Feb 23 09:05:15.100 INFO STEP 507 (remove_files) COMPLETE
61552025-02-23T09:05:16.245Z[ recovery-image] Feb 23 09:05:15.100 INFO O| Feb 23 09:05:15.100 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-02-23T09:05:16.274Z[ recovery-image] Feb 23 09:05:15.134 INFO O| Feb 23 09:05:15.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61572025-02-23T09:05:16.275Z[ recovery-image] Feb 23 09:05:15.134 INFO O| Feb 23 09:05:15.134 INFO STEP 508 (remove_files) COMPLETE
61582025-02-23T09:05:16.275Z[ recovery-image] Feb 23 09:05:15.134 INFO O| Feb 23 09:05:15.134 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-02-23T09:05:16.304Z[ recovery-image] Feb 23 09:05:15.163 INFO O| Feb 23 09:05:15.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61602025-02-23T09:05:16.304Z[ recovery-image] Feb 23 09:05:15.163 INFO O| Feb 23 09:05:15.163 INFO STEP 509 (remove_files) COMPLETE
61612025-02-23T09:05:16.304Z[ recovery-image] Feb 23 09:05:15.163 INFO O| Feb 23 09:05:15.163 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-02-23T09:05:16.361Z[ recovery-image] Feb 23 09:05:15.208 INFO O| Feb 23 09:05:15.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61632025-02-23T09:05:16.361Z[ recovery-image] Feb 23 09:05:15.208 INFO O| Feb 23 09:05:15.208 INFO STEP 510 (remove_files) COMPLETE
61642025-02-23T09:05:16.361Z[ recovery-image] Feb 23 09:05:15.208 INFO O| Feb 23 09:05:15.208 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-02-23T09:05:16.391Z[ recovery-image] Feb 23 09:05:15.242 INFO O| Feb 23 09:05:15.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61662025-02-23T09:05:16.391Z[ recovery-image] Feb 23 09:05:15.242 INFO O| Feb 23 09:05:15.242 INFO STEP 511 (remove_files) COMPLETE
61672025-02-23T09:05:16.399Z[ recovery-image] Feb 23 09:05:15.243 INFO O| Feb 23 09:05:15.242 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-02-23T09:05:16.407Z[ recovery-image] Feb 23 09:05:15.265 INFO O| Feb 23 09:05:15.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61692025-02-23T09:05:16.407Z[ recovery-image] Feb 23 09:05:15.265 INFO O| Feb 23 09:05:15.265 INFO STEP 512 (remove_files) COMPLETE
61702025-02-23T09:05:16.407Z[ recovery-image] Feb 23 09:05:15.265 INFO O| Feb 23 09:05:15.265 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-02-23T09:05:16.430Z[ recovery-image] Feb 23 09:05:15.287 INFO O| Feb 23 09:05:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61722025-02-23T09:05:16.430Z[ recovery-image] Feb 23 09:05:15.287 INFO O| Feb 23 09:05:15.287 INFO STEP 513 (remove_files) COMPLETE
61732025-02-23T09:05:16.430Z[ recovery-image] Feb 23 09:05:15.287 INFO O| Feb 23 09:05:15.287 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-02-23T09:05:16.453Z[ recovery-image] Feb 23 09:05:15.312 INFO O| Feb 23 09:05:15.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61752025-02-23T09:05:16.453Z[ recovery-image] Feb 23 09:05:15.312 INFO O| Feb 23 09:05:15.312 INFO STEP 514 (remove_files) COMPLETE
61762025-02-23T09:05:16.458Z[ recovery-image] Feb 23 09:05:15.312 INFO O| Feb 23 09:05:15.312 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-02-23T09:05:16.656Z[ recovery-image] Feb 23 09:05:15.515 INFO O| Feb 23 09:05:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61782025-02-23T09:05:16.659Z[ recovery-image] Feb 23 09:05:15.515 INFO O| Feb 23 09:05:15.515 INFO STEP 515 (remove_files) COMPLETE
61792025-02-23T09:05:16.659Z[ recovery-image] Feb 23 09:05:15.515 INFO O| Feb 23 09:05:15.515 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-02-23T09:05:16.769Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
61812025-02-23T09:05:16.803Z[ recovery-image] Feb 23 09:05:15.653 INFO O| Feb 23 09:05:15.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61822025-02-23T09:05:16.807Z[ recovery-image] Feb 23 09:05:15.653 INFO O| Feb 23 09:05:15.653 INFO STEP 516 (remove_files) COMPLETE
61832025-02-23T09:05:16.807Z[ recovery-image] Feb 23 09:05:15.653 INFO O| Feb 23 09:05:15.653 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-23T09:05:16.862Z[ recovery-image] Feb 23 09:05:15.720 INFO O| Feb 23 09:05:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
61852025-02-23T09:05:16.864Z[ recovery-image] Feb 23 09:05:15.720 INFO O| Feb 23 09:05:15.720 INFO STEP 517 (remove_files) COMPLETE
61862025-02-23T09:05:16.864Z[ recovery-image] Feb 23 09:05:15.720 INFO O| Feb 23 09:05:15.720 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-23T09:05:16.883Z[ recovery-image] Feb 23 09:05:15.741 INFO O| Feb 23 09:05:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
61882025-02-23T09:05:16.883Z[ recovery-image] Feb 23 09:05:15.742 INFO O| Feb 23 09:05:15.742 INFO STEP 518 (remove_files) COMPLETE
61892025-02-23T09:05:16.887Z[ recovery-image] Feb 23 09:05:15.742 INFO O| Feb 23 09:05:15.742 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-23T09:05:16.904Z[ recovery-image] Feb 23 09:05:15.763 INFO O| Feb 23 09:05:15.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61912025-02-23T09:05:16.904Z[ recovery-image] Feb 23 09:05:15.763 INFO O| Feb 23 09:05:15.763 INFO STEP 519 (remove_files) COMPLETE
61922025-02-23T09:05:16.909Z[ recovery-image] Feb 23 09:05:15.763 INFO O| Feb 23 09:05:15.763 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-23T09:05:16.930Z[ recovery-image] Feb 23 09:05:15.789 INFO O| Feb 23 09:05:15.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61942025-02-23T09:05:16.937Z[ recovery-image] Feb 23 09:05:15.789 INFO O| Feb 23 09:05:15.789 INFO STEP 520 (remove_files) COMPLETE
61952025-02-23T09:05:16.937Z[ recovery-image] Feb 23 09:05:15.789 INFO O| Feb 23 09:05:15.789 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-23T09:05:16.989Z[ recovery-image] Feb 23 09:05:15.847 INFO O| Feb 23 09:05:15.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61972025-02-23T09:05:16.993Z[ recovery-image] Feb 23 09:05:15.848 INFO O| Feb 23 09:05:15.848 INFO STEP 521 (remove_files) COMPLETE
61982025-02-23T09:05:16.993Z[ recovery-image] Feb 23 09:05:15.848 INFO O| Feb 23 09:05:15.848 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-23T09:05:17.009Z[ recovery-image] Feb 23 09:05:15.867 INFO O| Feb 23 09:05:15.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62002025-02-23T09:05:17.018Z[ recovery-image] Feb 23 09:05:15.876 INFO O| Feb 23 09:05:15.876 INFO STEP 522 (remove_files) COMPLETE
62012025-02-23T09:05:17.018Z[ recovery-image] Feb 23 09:05:15.876 INFO O| Feb 23 09:05:15.876 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-23T09:05:17.075Z[ recovery-image] Feb 23 09:05:15.932 INFO O| Feb 23 09:05:15.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
62032025-02-23T09:05:17.075Z[ recovery-image] Feb 23 09:05:15.932 INFO O| Feb 23 09:05:15.932 INFO STEP 523 (remove_files) COMPLETE
62042025-02-23T09:05:17.076Z[ recovery-image] Feb 23 09:05:15.932 INFO O| Feb 23 09:05:15.932 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-02-23T09:05:17.132Z[ recovery-image] Feb 23 09:05:15.991 INFO O| Feb 23 09:05:15.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62062025-02-23T09:05:17.132Z[ recovery-image] Feb 23 09:05:15.991 INFO O| Feb 23 09:05:15.991 INFO STEP 524 (remove_files) COMPLETE
62072025-02-23T09:05:17.132Z[ recovery-image] Feb 23 09:05:15.991 INFO O| Feb 23 09:05:15.991 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-02-23T09:05:17.188Z[ recovery-image] Feb 23 09:05:16.047 INFO O| Feb 23 09:05:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62092025-02-23T09:05:17.188Z[ recovery-image] Feb 23 09:05:16.047 INFO O| Feb 23 09:05:16.047 INFO STEP 525 (remove_files) COMPLETE
62102025-02-23T09:05:17.188Z[ recovery-image] Feb 23 09:05:16.047 INFO O| Feb 23 09:05:16.047 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-02-23T09:05:17.209Z[ recovery-image] Feb 23 09:05:16.068 INFO O| Feb 23 09:05:16.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62122025-02-23T09:05:17.209Z[ recovery-image] Feb 23 09:05:16.068 INFO O| Feb 23 09:05:16.068 INFO STEP 526 (remove_files) COMPLETE
62132025-02-23T09:05:17.212Z[ recovery-image] Feb 23 09:05:16.068 INFO O| Feb 23 09:05:16.068 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-02-23T09:05:17.232Z[ recovery-image] Feb 23 09:05:16.091 INFO O| Feb 23 09:05:16.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62152025-02-23T09:05:17.233Z[ recovery-image] Feb 23 09:05:16.091 INFO O| Feb 23 09:05:16.091 INFO STEP 527 (remove_files) COMPLETE
62162025-02-23T09:05:17.233Z[ recovery-image] Feb 23 09:05:16.091 INFO O| Feb 23 09:05:16.091 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-02-23T09:05:17.268Z[ recovery-image] Feb 23 09:05:16.114 INFO O| Feb 23 09:05:16.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62182025-02-23T09:05:17.268Z[ recovery-image] Feb 23 09:05:16.114 INFO O| Feb 23 09:05:16.112 INFO STEP 528 (remove_files) COMPLETE
62192025-02-23T09:05:17.268Z[ recovery-image] Feb 23 09:05:16.114 INFO O| Feb 23 09:05:16.112 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-02-23T09:05:17.274Z[ recovery-image] Feb 23 09:05:16.132 INFO O| Feb 23 09:05:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62212025-02-23T09:05:17.275Z[ recovery-image] Feb 23 09:05:16.132 INFO O| Feb 23 09:05:16.132 INFO STEP 529 (remove_files) COMPLETE
62222025-02-23T09:05:17.275Z[ recovery-image] Feb 23 09:05:16.132 INFO O| Feb 23 09:05:16.132 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-02-23T09:05:17.303Z[ recovery-image] Feb 23 09:05:16.162 INFO O| Feb 23 09:05:16.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62242025-02-23T09:05:17.303Z[ recovery-image] Feb 23 09:05:16.162 INFO O| Feb 23 09:05:16.162 INFO STEP 530 (remove_files) COMPLETE
62252025-02-23T09:05:17.303Z[ recovery-image] Feb 23 09:05:16.162 INFO O| Feb 23 09:05:16.162 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-02-23T09:05:17.328Z[ recovery-image] Feb 23 09:05:16.187 INFO O| Feb 23 09:05:16.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62272025-02-23T09:05:17.328Z[ recovery-image] Feb 23 09:05:16.187 INFO O| Feb 23 09:05:16.187 INFO STEP 531 (remove_files) COMPLETE
62282025-02-23T09:05:17.331Z[ recovery-image] Feb 23 09:05:16.187 INFO O| Feb 23 09:05:16.187 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-02-23T09:05:17.331Z[verify-libraries] Compiling heck v0.4.1
62302025-02-23T09:05:17.385Z[ recovery-image] Feb 23 09:05:16.242 INFO O| Feb 23 09:05:16.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62312025-02-23T09:05:17.385Z[ recovery-image] Feb 23 09:05:16.243 INFO O| Feb 23 09:05:16.242 INFO STEP 532 (remove_files) COMPLETE
62322025-02-23T09:05:17.389Z[ recovery-image] Feb 23 09:05:16.243 INFO O| Feb 23 09:05:16.243 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-23T09:05:17.405Z[ recovery-image] Feb 23 09:05:16.263 INFO O| Feb 23 09:05:16.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62342025-02-23T09:05:17.405Z[ recovery-image] Feb 23 09:05:16.263 INFO O| Feb 23 09:05:16.263 INFO STEP 533 (remove_files) COMPLETE
62352025-02-23T09:05:17.405Z[ recovery-image] Feb 23 09:05:16.263 INFO O| Feb 23 09:05:16.263 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-23T09:05:17.425Z[ recovery-image] Feb 23 09:05:16.284 INFO O| Feb 23 09:05:16.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62372025-02-23T09:05:17.426Z[ recovery-image] Feb 23 09:05:16.284 INFO O| Feb 23 09:05:16.284 INFO STEP 534 (remove_files) COMPLETE
62382025-02-23T09:05:17.430Z[ recovery-image] Feb 23 09:05:16.284 INFO O| Feb 23 09:05:16.284 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-23T09:05:17.444Z[ recovery-image] Feb 23 09:05:16.303 INFO O| Feb 23 09:05:16.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62402025-02-23T09:05:17.444Z[ recovery-image] Feb 23 09:05:16.303 INFO O| Feb 23 09:05:16.303 INFO STEP 535 (remove_files) COMPLETE
62412025-02-23T09:05:17.444Z[ recovery-image] Feb 23 09:05:16.303 INFO O| Feb 23 09:05:16.303 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-23T09:05:17.466Z[ recovery-image] Feb 23 09:05:16.323 INFO O| Feb 23 09:05:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62432025-02-23T09:05:17.471Z[ recovery-image] Feb 23 09:05:16.323 INFO O| Feb 23 09:05:16.323 INFO STEP 536 (remove_files) COMPLETE
62442025-02-23T09:05:17.472Z[ recovery-image] Feb 23 09:05:16.323 INFO O| Feb 23 09:05:16.323 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-23T09:05:17.487Z[ recovery-image] Feb 23 09:05:16.343 INFO O| Feb 23 09:05:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62462025-02-23T09:05:17.492Z[ recovery-image] Feb 23 09:05:16.343 INFO O| Feb 23 09:05:16.343 INFO STEP 537 (remove_files) COMPLETE
62472025-02-23T09:05:17.492Z[ recovery-image] Feb 23 09:05:16.343 INFO O| Feb 23 09:05:16.343 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-23T09:05:17.554Z[ recovery-image] Feb 23 09:05:16.412 INFO O| Feb 23 09:05:16.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62492025-02-23T09:05:17.554Z[ recovery-image] Feb 23 09:05:16.412 INFO O| Feb 23 09:05:16.412 INFO STEP 538 (remove_files) COMPLETE
62502025-02-23T09:05:17.554Z[ recovery-image] Feb 23 09:05:16.412 INFO O| Feb 23 09:05:16.412 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-23T09:05:17.588Z[ recovery-image] Feb 23 09:05:16.433 INFO O| Feb 23 09:05:16.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62522025-02-23T09:05:17.588Z[ recovery-image] Feb 23 09:05:16.434 INFO O| Feb 23 09:05:16.433 INFO STEP 539 (remove_files) COMPLETE
62532025-02-23T09:05:17.588Z[ recovery-image] Feb 23 09:05:16.434 INFO O| Feb 23 09:05:16.434 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-23T09:05:17.595Z[ recovery-image] Feb 23 09:05:16.453 INFO O| Feb 23 09:05:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62552025-02-23T09:05:17.600Z[ recovery-image] Feb 23 09:05:16.453 INFO O| Feb 23 09:05:16.453 INFO STEP 540 (remove_files) COMPLETE
62562025-02-23T09:05:17.600Z[ recovery-image] Feb 23 09:05:16.453 INFO O| Feb 23 09:05:16.453 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-23T09:05:17.636Z[ recovery-image] Feb 23 09:05:16.494 INFO O| Feb 23 09:05:16.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62582025-02-23T09:05:17.637Z[ recovery-image] Feb 23 09:05:16.494 INFO O| Feb 23 09:05:16.494 INFO STEP 541 (remove_files) COMPLETE
62592025-02-23T09:05:17.642Z[ recovery-image] Feb 23 09:05:16.494 INFO O| Feb 23 09:05:16.494 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-02-23T09:05:17.683Z[ recovery-image] Feb 23 09:05:16.530 INFO O| Feb 23 09:05:16.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62612025-02-23T09:05:17.684Z[ recovery-image] Feb 23 09:05:16.530 INFO O| Feb 23 09:05:16.530 INFO STEP 542 (remove_files) COMPLETE
62622025-02-23T09:05:17.684Z[ recovery-image] Feb 23 09:05:16.530 INFO O| Feb 23 09:05:16.530 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-02-23T09:05:17.729Z[ recovery-image] Feb 23 09:05:16.553 INFO O| Feb 23 09:05:16.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62642025-02-23T09:05:17.731Z[ recovery-image] Feb 23 09:05:16.553 INFO O| Feb 23 09:05:16.553 INFO STEP 543 (remove_files) COMPLETE
62652025-02-23T09:05:17.732Z[ recovery-image] Feb 23 09:05:16.553 INFO O| Feb 23 09:05:16.553 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-02-23T09:05:17.751Z[ recovery-image] Feb 23 09:05:16.574 INFO O| Feb 23 09:05:16.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62672025-02-23T09:05:17.751Z[ recovery-image] Feb 23 09:05:16.574 INFO O| Feb 23 09:05:16.574 INFO STEP 544 (remove_files) COMPLETE
62682025-02-23T09:05:17.751Z[ recovery-image] Feb 23 09:05:16.574 INFO O| Feb 23 09:05:16.574 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-02-23T09:05:17.751Z[ recovery-image] Feb 23 09:05:16.595 INFO O| Feb 23 09:05:16.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62702025-02-23T09:05:17.751Z[ recovery-image] Feb 23 09:05:16.595 INFO O| Feb 23 09:05:16.595 INFO STEP 545 (remove_files) COMPLETE
62712025-02-23T09:05:17.751Z[ recovery-image] Feb 23 09:05:16.595 INFO O| Feb 23 09:05:16.595 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-02-23T09:05:17.761Z[ recovery-image] Feb 23 09:05:16.617 INFO O| Feb 23 09:05:16.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62732025-02-23T09:05:17.761Z[ recovery-image] Feb 23 09:05:16.617 INFO O| Feb 23 09:05:16.617 INFO STEP 546 (remove_files) COMPLETE
62742025-02-23T09:05:17.766Z[ recovery-image] Feb 23 09:05:16.617 INFO O| Feb 23 09:05:16.617 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-02-23T09:05:17.802Z[ recovery-image] Feb 23 09:05:16.650 INFO O| Feb 23 09:05:16.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62762025-02-23T09:05:17.802Z[ recovery-image] Feb 23 09:05:16.651 INFO O| Feb 23 09:05:16.650 INFO STEP 547 (remove_files) COMPLETE
62772025-02-23T09:05:17.802Z[ recovery-image] Feb 23 09:05:16.651 INFO O| Feb 23 09:05:16.650 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-02-23T09:05:17.837Z[ recovery-image] Feb 23 09:05:16.688 INFO O| Feb 23 09:05:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62792025-02-23T09:05:17.861Z[ recovery-image] Feb 23 09:05:16.688 INFO O| Feb 23 09:05:16.688 INFO STEP 548 (remove_files) COMPLETE
62802025-02-23T09:05:17.862Z[ recovery-image] Feb 23 09:05:16.688 INFO O| Feb 23 09:05:16.688 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-02-23T09:05:17.888Z[ recovery-image] Feb 23 09:05:16.724 INFO O| Feb 23 09:05:16.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62822025-02-23T09:05:17.888Z[ recovery-image] Feb 23 09:05:16.724 INFO O| Feb 23 09:05:16.724 INFO STEP 549 (remove_files) COMPLETE
62832025-02-23T09:05:17.888Z[ recovery-image] Feb 23 09:05:16.724 INFO O| Feb 23 09:05:16.724 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-02-23T09:05:17.951Z[ recovery-image] Feb 23 09:05:16.787 INFO O| Feb 23 09:05:16.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
62852025-02-23T09:05:17.970Z[ recovery-image] Feb 23 09:05:16.787 INFO O| Feb 23 09:05:16.787 INFO STEP 550 (remove_files) COMPLETE
62862025-02-23T09:05:17.970Z[ recovery-image] Feb 23 09:05:16.787 INFO O| Feb 23 09:05:16.787 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-02-23T09:05:17.970Z[ recovery-image] Feb 23 09:05:16.807 INFO O| Feb 23 09:05:16.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
62882025-02-23T09:05:17.971Z[ recovery-image] Feb 23 09:05:16.808 INFO O| Feb 23 09:05:16.808 INFO STEP 551 (remove_files) COMPLETE
62892025-02-23T09:05:17.971Z[ recovery-image] Feb 23 09:05:16.808 INFO O| Feb 23 09:05:16.808 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-02-23T09:05:17.977Z[ recovery-image] Feb 23 09:05:16.827 INFO O| Feb 23 09:05:16.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62912025-02-23T09:05:17.977Z[ recovery-image] Feb 23 09:05:16.828 INFO O| Feb 23 09:05:16.828 INFO STEP 552 (remove_files) COMPLETE
62922025-02-23T09:05:17.977Z[ recovery-image] Feb 23 09:05:16.828 INFO O| Feb 23 09:05:16.828 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-02-23T09:05:18.000Z[ recovery-image] Feb 23 09:05:16.854 INFO O| Feb 23 09:05:16.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62942025-02-23T09:05:18.001Z[ recovery-image] Feb 23 09:05:16.854 INFO O| Feb 23 09:05:16.854 INFO STEP 553 (remove_files) COMPLETE
62952025-02-23T09:05:18.040Z[ recovery-image] Feb 23 09:05:16.854 INFO O| Feb 23 09:05:16.854 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-02-23T09:05:18.087Z[ recovery-image] Feb 23 09:05:16.874 INFO O| Feb 23 09:05:16.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62972025-02-23T09:05:18.088Z[ recovery-image] Feb 23 09:05:16.874 INFO O| Feb 23 09:05:16.874 INFO STEP 554 (remove_files) COMPLETE
62982025-02-23T09:05:18.088Z[ recovery-image] Feb 23 09:05:16.874 INFO O| Feb 23 09:05:16.874 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-23T09:05:18.088Z[ recovery-image] Feb 23 09:05:16.909 INFO O| Feb 23 09:05:16.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
63002025-02-23T09:05:18.088Z[ recovery-image] Feb 23 09:05:16.909 INFO O| Feb 23 09:05:16.909 INFO STEP 555 (remove_files) COMPLETE
63012025-02-23T09:05:18.089Z[ recovery-image] Feb 23 09:05:16.909 INFO O| Feb 23 09:05:16.909 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-23T09:05:18.113Z[ recovery-image] Feb 23 09:05:16.929 INFO O| Feb 23 09:05:16.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
63032025-02-23T09:05:18.113Z[ recovery-image] Feb 23 09:05:16.929 INFO O| Feb 23 09:05:16.929 INFO STEP 556 (remove_files) COMPLETE
63042025-02-23T09:05:18.113Z[ recovery-image] Feb 23 09:05:16.929 INFO O| Feb 23 09:05:16.929 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-23T09:05:18.113Z[ recovery-image] Feb 23 09:05:16.950 INFO O| Feb 23 09:05:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63062025-02-23T09:05:18.113Z[ recovery-image] Feb 23 09:05:16.951 INFO O| Feb 23 09:05:16.950 INFO STEP 557 (remove_files) COMPLETE
63072025-02-23T09:05:18.113Z[ recovery-image] Feb 23 09:05:16.951 INFO O| Feb 23 09:05:16.951 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-23T09:05:18.128Z[ recovery-image] Feb 23 09:05:16.982 INFO O| Feb 23 09:05:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63092025-02-23T09:05:18.131Z[ recovery-image] Feb 23 09:05:16.982 INFO O| Feb 23 09:05:16.982 INFO STEP 558 (remove_files) COMPLETE
63102025-02-23T09:05:18.132Z[ recovery-image] Feb 23 09:05:16.983 INFO O| Feb 23 09:05:16.982 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-23T09:05:18.200Z[ recovery-image] Feb 23 09:05:17.045 INFO O| Feb 23 09:05:17.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63122025-02-23T09:05:18.263Z[ recovery-image] Feb 23 09:05:17.045 INFO O| Feb 23 09:05:17.045 INFO STEP 559 (remove_files) COMPLETE
63132025-02-23T09:05:18.263Z[ recovery-image] Feb 23 09:05:17.045 INFO O| Feb 23 09:05:17.045 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-23T09:05:18.279Z[ recovery-image] Feb 23 09:05:17.086 INFO O| Feb 23 09:05:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63152025-02-23T09:05:18.280Z[ recovery-image] Feb 23 09:05:17.086 INFO O| Feb 23 09:05:17.086 INFO STEP 560 (remove_files) COMPLETE
63162025-02-23T09:05:18.280Z[ recovery-image] Feb 23 09:05:17.086 INFO O| Feb 23 09:05:17.086 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-23T09:05:18.280Z[ recovery-image] Feb 23 09:05:17.119 INFO O| Feb 23 09:05:17.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63182025-02-23T09:05:18.280Z[ recovery-image] Feb 23 09:05:17.119 INFO O| Feb 23 09:05:17.119 INFO STEP 561 (remove_files) COMPLETE
63192025-02-23T09:05:18.280Z[ recovery-image] Feb 23 09:05:17.119 INFO O| Feb 23 09:05:17.119 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-23T09:05:18.306Z[ recovery-image] Feb 23 09:05:17.138 INFO O| Feb 23 09:05:17.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63212025-02-23T09:05:18.306Z[ recovery-image] Feb 23 09:05:17.139 INFO O| Feb 23 09:05:17.138 INFO STEP 562 (remove_files) COMPLETE
63222025-02-23T09:05:18.306Z[ recovery-image] Feb 23 09:05:17.139 INFO O| Feb 23 09:05:17.139 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-02-23T09:05:18.319Z[ recovery-image] Feb 23 09:05:17.163 INFO O| Feb 23 09:05:17.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63242025-02-23T09:05:18.319Z[ recovery-image] Feb 23 09:05:17.163 INFO O| Feb 23 09:05:17.163 INFO STEP 563 (remove_files) COMPLETE
63252025-02-23T09:05:18.319Z[ recovery-image] Feb 23 09:05:17.163 INFO O| Feb 23 09:05:17.163 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-02-23T09:05:18.343Z[ recovery-image] Feb 23 09:05:17.201 INFO O| Feb 23 09:05:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63272025-02-23T09:05:18.348Z[ recovery-image] Feb 23 09:05:17.201 INFO O| Feb 23 09:05:17.201 INFO STEP 564 (remove_files) COMPLETE
63282025-02-23T09:05:18.348Z[ recovery-image] Feb 23 09:05:17.201 INFO O| Feb 23 09:05:17.201 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-02-23T09:05:18.380Z[ recovery-image] Feb 23 09:05:17.233 INFO O| Feb 23 09:05:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63302025-02-23T09:05:18.380Z[ recovery-image] Feb 23 09:05:17.234 INFO O| Feb 23 09:05:17.233 INFO STEP 565 (remove_files) COMPLETE
63312025-02-23T09:05:18.380Z[ recovery-image] Feb 23 09:05:17.234 INFO O| Feb 23 09:05:17.234 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-02-23T09:05:18.439Z[ recovery-image] Feb 23 09:05:17.294 INFO O| Feb 23 09:05:17.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63332025-02-23T09:05:18.440Z[ recovery-image] Feb 23 09:05:17.295 INFO O| Feb 23 09:05:17.295 INFO STEP 566 (remove_files) COMPLETE
63342025-02-23T09:05:18.458Z[ recovery-image] Feb 23 09:05:17.295 INFO O| Feb 23 09:05:17.295 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-02-23T09:05:18.542Z[ recovery-image] Feb 23 09:05:17.390 INFO O| Feb 23 09:05:17.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63362025-02-23T09:05:18.543Z[ recovery-image] Feb 23 09:05:17.390 INFO O| Feb 23 09:05:17.390 INFO STEP 567 (remove_files) COMPLETE
63372025-02-23T09:05:18.544Z[ recovery-image] Feb 23 09:05:17.390 INFO O| Feb 23 09:05:17.390 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-02-23T09:05:18.578Z[ recovery-image] Feb 23 09:05:17.424 INFO O| Feb 23 09:05:17.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63392025-02-23T09:05:18.578Z[ recovery-image] Feb 23 09:05:17.424 INFO O| Feb 23 09:05:17.424 INFO STEP 568 (remove_files) COMPLETE
63402025-02-23T09:05:18.578Z[ recovery-image] Feb 23 09:05:17.424 INFO O| Feb 23 09:05:17.424 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-02-23T09:05:18.605Z[ recovery-image] Feb 23 09:05:17.446 INFO O| Feb 23 09:05:17.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63422025-02-23T09:05:18.605Z[ recovery-image] Feb 23 09:05:17.446 INFO O| Feb 23 09:05:17.446 INFO STEP 569 (remove_files) COMPLETE
63432025-02-23T09:05:18.605Z[ recovery-image] Feb 23 09:05:17.446 INFO O| Feb 23 09:05:17.446 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-02-23T09:05:18.631Z[ recovery-image] Feb 23 09:05:17.481 INFO O| Feb 23 09:05:17.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63452025-02-23T09:05:18.631Z[ recovery-image] Feb 23 09:05:17.481 INFO O| Feb 23 09:05:17.481 INFO STEP 570 (remove_files) COMPLETE
63462025-02-23T09:05:18.641Z[ recovery-image] Feb 23 09:05:17.481 INFO O| Feb 23 09:05:17.481 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-02-23T09:05:18.657Z[ recovery-image] Feb 23 09:05:17.503 INFO O| Feb 23 09:05:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63482025-02-23T09:05:18.658Z[ recovery-image] Feb 23 09:05:17.504 INFO O| Feb 23 09:05:17.504 INFO STEP 571 (remove_files) COMPLETE
63492025-02-23T09:05:18.658Z[ recovery-image] Feb 23 09:05:17.504 INFO O| Feb 23 09:05:17.504 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-02-23T09:05:18.706Z[ recovery-image] Feb 23 09:05:17.539 INFO O| Feb 23 09:05:17.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63512025-02-23T09:05:18.707Z[ recovery-image] Feb 23 09:05:17.539 INFO O| Feb 23 09:05:17.539 INFO STEP 572 (remove_files) COMPLETE
63522025-02-23T09:05:18.709Z[ recovery-image] Feb 23 09:05:17.539 INFO O| Feb 23 09:05:17.539 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-02-23T09:05:18.718Z[ recovery-image] Feb 23 09:05:17.559 INFO O| Feb 23 09:05:17.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63542025-02-23T09:05:18.718Z[ recovery-image] Feb 23 09:05:17.560 INFO O| Feb 23 09:05:17.560 INFO STEP 573 (remove_files) COMPLETE
63552025-02-23T09:05:18.718Z[ recovery-image] Feb 23 09:05:17.560 INFO O| Feb 23 09:05:17.560 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-02-23T09:05:18.797Z[ recovery-image] Feb 23 09:05:17.596 INFO O| Feb 23 09:05:17.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63572025-02-23T09:05:18.813Z[ recovery-image] Feb 23 09:05:17.621 INFO O| Feb 23 09:05:17.621 INFO STEP 574 (remove_files) COMPLETE
63582025-02-23T09:05:18.813Z[ recovery-image] Feb 23 09:05:17.621 INFO O| Feb 23 09:05:17.621 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-02-23T09:05:18.813Z[ recovery-image] Feb 23 09:05:17.642 INFO O| Feb 23 09:05:17.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63602025-02-23T09:05:18.814Z[ recovery-image] Feb 23 09:05:17.642 INFO O| Feb 23 09:05:17.642 INFO STEP 575 (remove_files) COMPLETE
63612025-02-23T09:05:18.814Z[ recovery-image] Feb 23 09:05:17.643 INFO O| Feb 23 09:05:17.643 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-02-23T09:05:18.836Z[ recovery-image] Feb 23 09:05:17.663 INFO O| Feb 23 09:05:17.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63632025-02-23T09:05:18.836Z[ recovery-image] Feb 23 09:05:17.663 INFO O| Feb 23 09:05:17.663 INFO STEP 576 (remove_files) COMPLETE
63642025-02-23T09:05:18.836Z[ recovery-image] Feb 23 09:05:17.663 INFO O| Feb 23 09:05:17.663 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-02-23T09:05:18.841Z[ recovery-image] Feb 23 09:05:17.684 INFO O| Feb 23 09:05:17.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63662025-02-23T09:05:18.841Z[ recovery-image] Feb 23 09:05:17.685 INFO O| Feb 23 09:05:17.685 INFO STEP 577 (remove_files) COMPLETE
63672025-02-23T09:05:18.842Z[ recovery-image] Feb 23 09:05:17.685 INFO O| Feb 23 09:05:17.685 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-02-23T09:05:18.855Z[ recovery-image] Feb 23 09:05:17.706 INFO O| Feb 23 09:05:17.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63692025-02-23T09:05:18.855Z[ recovery-image] Feb 23 09:05:17.706 INFO O| Feb 23 09:05:17.706 INFO STEP 578 (remove_files) COMPLETE
63702025-02-23T09:05:18.855Z[ recovery-image] Feb 23 09:05:17.706 INFO O| Feb 23 09:05:17.706 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-02-23T09:05:18.880Z[ recovery-image] Feb 23 09:05:17.727 INFO O| Feb 23 09:05:17.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63722025-02-23T09:05:18.880Z[ recovery-image] Feb 23 09:05:17.727 INFO O| Feb 23 09:05:17.727 INFO STEP 579 (remove_files) COMPLETE
63732025-02-23T09:05:18.880Z[ recovery-image] Feb 23 09:05:17.727 INFO O| Feb 23 09:05:17.727 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-02-23T09:05:18.893Z[ recovery-image] Feb 23 09:05:17.747 INFO O| Feb 23 09:05:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63752025-02-23T09:05:18.904Z[ recovery-image] Feb 23 09:05:17.747 INFO O| Feb 23 09:05:17.747 INFO STEP 580 (remove_files) COMPLETE
63762025-02-23T09:05:18.906Z[ recovery-image] Feb 23 09:05:17.747 INFO O| Feb 23 09:05:17.747 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-02-23T09:05:18.928Z[ recovery-image] Feb 23 09:05:17.785 INFO O| Feb 23 09:05:17.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63782025-02-23T09:05:18.928Z[ recovery-image] Feb 23 09:05:17.785 INFO O| Feb 23 09:05:17.785 INFO STEP 581 (remove_files) COMPLETE
63792025-02-23T09:05:18.928Z[ recovery-image] Feb 23 09:05:17.785 INFO O| Feb 23 09:05:17.785 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-02-23T09:05:18.942Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
63812025-02-23T09:05:18.961Z[ recovery-image] Feb 23 09:05:17.819 INFO O| Feb 23 09:05:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63822025-02-23T09:05:18.961Z[ recovery-image] Feb 23 09:05:17.819 INFO O| Feb 23 09:05:17.819 INFO STEP 582 (remove_files) COMPLETE
63832025-02-23T09:05:18.961Z[ recovery-image] Feb 23 09:05:17.819 INFO O| Feb 23 09:05:17.819 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-02-23T09:05:18.981Z[ recovery-image] Feb 23 09:05:17.838 INFO O| Feb 23 09:05:17.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63852025-02-23T09:05:18.981Z[ recovery-image] Feb 23 09:05:17.838 INFO O| Feb 23 09:05:17.838 INFO STEP 583 (remove_files) COMPLETE
63862025-02-23T09:05:18.981Z[ recovery-image] Feb 23 09:05:17.838 INFO O| Feb 23 09:05:17.838 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-02-23T09:05:19.038Z[ recovery-image] Feb 23 09:05:17.896 INFO O| Feb 23 09:05:17.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63882025-02-23T09:05:19.038Z[ recovery-image] Feb 23 09:05:17.896 INFO O| Feb 23 09:05:17.896 INFO STEP 584 (remove_files) COMPLETE
63892025-02-23T09:05:19.038Z[ recovery-image] Feb 23 09:05:17.896 INFO O| Feb 23 09:05:17.896 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-02-23T09:05:19.080Z[ recovery-image] Feb 23 09:05:17.939 INFO O| Feb 23 09:05:17.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63912025-02-23T09:05:19.080Z[ recovery-image] Feb 23 09:05:17.939 INFO O| Feb 23 09:05:17.939 INFO STEP 585 (remove_files) COMPLETE
63922025-02-23T09:05:19.080Z[ recovery-image] Feb 23 09:05:17.939 INFO O| Feb 23 09:05:17.939 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-02-23T09:05:19.103Z[ recovery-image] Feb 23 09:05:17.961 INFO O| Feb 23 09:05:17.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63942025-02-23T09:05:19.103Z[ recovery-image] Feb 23 09:05:17.961 INFO O| Feb 23 09:05:17.961 INFO STEP 586 (remove_files) COMPLETE
63952025-02-23T09:05:19.107Z[ recovery-image] Feb 23 09:05:17.961 INFO O| Feb 23 09:05:17.961 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-02-23T09:05:19.143Z[ recovery-image] Feb 23 09:05:18.001 INFO O| Feb 23 09:05:18.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63972025-02-23T09:05:19.143Z[ recovery-image] Feb 23 09:05:18.001 INFO O| Feb 23 09:05:18.001 INFO STEP 587 (remove_files) COMPLETE
63982025-02-23T09:05:19.143Z[ recovery-image] Feb 23 09:05:18.001 INFO O| Feb 23 09:05:18.001 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-02-23T09:05:19.191Z[ recovery-image] Feb 23 09:05:18.049 INFO O| Feb 23 09:05:18.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
64002025-02-23T09:05:19.191Z[ recovery-image] Feb 23 09:05:18.049 INFO O| Feb 23 09:05:18.049 INFO STEP 588 (remove_files) COMPLETE
64012025-02-23T09:05:19.191Z[ recovery-image] Feb 23 09:05:18.049 INFO O| Feb 23 09:05:18.049 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-02-23T09:05:19.233Z[ recovery-image] Feb 23 09:05:18.091 INFO O| Feb 23 09:05:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
64032025-02-23T09:05:19.235Z[ recovery-image] Feb 23 09:05:18.091 INFO O| Feb 23 09:05:18.091 INFO STEP 589 (remove_files) COMPLETE
64042025-02-23T09:05:19.235Z[ recovery-image] Feb 23 09:05:18.091 INFO O| Feb 23 09:05:18.091 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-02-23T09:05:19.292Z[ recovery-image] Feb 23 09:05:18.150 INFO O| Feb 23 09:05:18.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64062025-02-23T09:05:19.292Z[ recovery-image] Feb 23 09:05:18.150 INFO O| Feb 23 09:05:18.150 INFO STEP 590 (remove_files) COMPLETE
64072025-02-23T09:05:19.292Z[ recovery-image] Feb 23 09:05:18.150 INFO O| Feb 23 09:05:18.150 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-02-23T09:05:19.310Z[ recovery-image] Feb 23 09:05:18.169 INFO O| Feb 23 09:05:18.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64092025-02-23T09:05:19.310Z[ recovery-image] Feb 23 09:05:18.169 INFO O| Feb 23 09:05:18.169 INFO STEP 591 (remove_files) COMPLETE
64102025-02-23T09:05:19.310Z[ recovery-image] Feb 23 09:05:18.169 INFO O| Feb 23 09:05:18.169 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-02-23T09:05:19.347Z[ recovery-image] Feb 23 09:05:18.205 INFO O| Feb 23 09:05:18.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64122025-02-23T09:05:19.347Z[ recovery-image] Feb 23 09:05:18.205 INFO O| Feb 23 09:05:18.205 INFO STEP 592 (remove_files) COMPLETE
64132025-02-23T09:05:19.350Z[ recovery-image] Feb 23 09:05:18.205 INFO O| Feb 23 09:05:18.205 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-02-23T09:05:19.385Z[ recovery-image] Feb 23 09:05:18.242 INFO O| Feb 23 09:05:18.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64152025-02-23T09:05:19.385Z[ recovery-image] Feb 23 09:05:18.243 INFO O| Feb 23 09:05:18.242 INFO STEP 593 (remove_files) COMPLETE
64162025-02-23T09:05:19.389Z[ recovery-image] Feb 23 09:05:18.243 INFO O| Feb 23 09:05:18.242 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-02-23T09:05:19.419Z[ recovery-image] Feb 23 09:05:18.277 INFO O| Feb 23 09:05:18.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64182025-02-23T09:05:19.419Z[ recovery-image] Feb 23 09:05:18.277 INFO O| Feb 23 09:05:18.277 INFO STEP 594 (remove_files) COMPLETE
64192025-02-23T09:05:19.419Z[ recovery-image] Feb 23 09:05:18.278 INFO O| Feb 23 09:05:18.277 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-02-23T09:05:19.475Z[ recovery-image] Feb 23 09:05:18.332 INFO O| Feb 23 09:05:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64212025-02-23T09:05:19.475Z[ recovery-image] Feb 23 09:05:18.332 INFO O| Feb 23 09:05:18.332 INFO STEP 595 (remove_files) COMPLETE
64222025-02-23T09:05:19.475Z[ recovery-image] Feb 23 09:05:18.332 INFO O| Feb 23 09:05:18.332 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-02-23T09:05:19.493Z[ recovery-image] Feb 23 09:05:18.351 INFO O| Feb 23 09:05:18.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64242025-02-23T09:05:19.493Z[ recovery-image] Feb 23 09:05:18.351 INFO O| Feb 23 09:05:18.351 INFO STEP 596 (remove_files) COMPLETE
64252025-02-23T09:05:19.493Z[ recovery-image] Feb 23 09:05:18.351 INFO O| Feb 23 09:05:18.351 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-02-23T09:05:19.510Z[ recovery-image] Feb 23 09:05:18.368 INFO O| Feb 23 09:05:18.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64272025-02-23T09:05:19.510Z[ recovery-image] Feb 23 09:05:18.368 INFO O| Feb 23 09:05:18.368 INFO STEP 597 (remove_files) COMPLETE
64282025-02-23T09:05:19.510Z[ recovery-image] Feb 23 09:05:18.368 INFO O| Feb 23 09:05:18.368 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-02-23T09:05:19.530Z[ recovery-image] Feb 23 09:05:18.387 INFO O| Feb 23 09:05:18.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64302025-02-23T09:05:19.530Z[ recovery-image] Feb 23 09:05:18.387 INFO O| Feb 23 09:05:18.387 INFO STEP 598 (remove_files) COMPLETE
64312025-02-23T09:05:19.530Z[ recovery-image] Feb 23 09:05:18.387 INFO O| Feb 23 09:05:18.387 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-02-23T09:05:19.550Z[ recovery-image] Feb 23 09:05:18.407 INFO O| Feb 23 09:05:18.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64332025-02-23T09:05:19.550Z[ recovery-image] Feb 23 09:05:18.407 INFO O| Feb 23 09:05:18.407 INFO STEP 599 (remove_files) COMPLETE
64342025-02-23T09:05:19.550Z[ recovery-image] Feb 23 09:05:18.407 INFO O| Feb 23 09:05:18.407 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-02-23T09:05:19.592Z[ recovery-image] Feb 23 09:05:18.448 INFO O| Feb 23 09:05:18.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64362025-02-23T09:05:19.597Z[ recovery-image] Feb 23 09:05:18.448 INFO O| Feb 23 09:05:18.448 INFO STEP 600 (remove_files) COMPLETE
64372025-02-23T09:05:19.597Z[ recovery-image] Feb 23 09:05:18.448 INFO O| Feb 23 09:05:18.448 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-02-23T09:05:19.612Z[ recovery-image] Feb 23 09:05:18.469 INFO O| Feb 23 09:05:18.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64392025-02-23T09:05:19.612Z[ recovery-image] Feb 23 09:05:18.469 INFO O| Feb 23 09:05:18.469 INFO STEP 601 (remove_files) COMPLETE
64402025-02-23T09:05:19.612Z[ recovery-image] Feb 23 09:05:18.469 INFO O| Feb 23 09:05:18.469 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-02-23T09:05:19.631Z[ recovery-image] Feb 23 09:05:18.489 INFO O| Feb 23 09:05:18.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64422025-02-23T09:05:19.631Z[ recovery-image] Feb 23 09:05:18.489 INFO O| Feb 23 09:05:18.489 INFO STEP 602 (remove_files) COMPLETE
64432025-02-23T09:05:19.631Z[ recovery-image] Feb 23 09:05:18.489 INFO O| Feb 23 09:05:18.489 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-02-23T09:05:19.655Z[ recovery-image] Feb 23 09:05:18.512 INFO O| Feb 23 09:05:18.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64452025-02-23T09:05:19.660Z[ recovery-image] Feb 23 09:05:18.512 INFO O| Feb 23 09:05:18.512 INFO STEP 603 (remove_files) COMPLETE
64462025-02-23T09:05:19.660Z[ recovery-image] Feb 23 09:05:18.513 INFO O| Feb 23 09:05:18.513 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-02-23T09:05:19.676Z[ recovery-image] Feb 23 09:05:18.534 INFO O| Feb 23 09:05:18.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64482025-02-23T09:05:19.679Z[ recovery-image] Feb 23 09:05:18.534 INFO O| Feb 23 09:05:18.534 INFO STEP 604 (remove_files) COMPLETE
64492025-02-23T09:05:19.679Z[ recovery-image] Feb 23 09:05:18.534 INFO O| Feb 23 09:05:18.534 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-02-23T09:05:19.698Z[ recovery-image] Feb 23 09:05:18.555 INFO O| Feb 23 09:05:18.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64512025-02-23T09:05:19.701Z[ recovery-image] Feb 23 09:05:18.556 INFO O| Feb 23 09:05:18.556 INFO STEP 605 (remove_files) COMPLETE
64522025-02-23T09:05:19.701Z[ recovery-image] Feb 23 09:05:18.556 INFO O| Feb 23 09:05:18.556 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-23T09:05:19.735Z[ recovery-image] Feb 23 09:05:18.593 INFO O| Feb 23 09:05:18.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64542025-02-23T09:05:19.735Z[ recovery-image] Feb 23 09:05:18.593 INFO O| Feb 23 09:05:18.593 INFO STEP 606 (remove_files) COMPLETE
64552025-02-23T09:05:19.740Z[ recovery-image] Feb 23 09:05:18.593 INFO O| Feb 23 09:05:18.593 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-23T09:05:19.757Z[ recovery-image] Feb 23 09:05:18.614 INFO O| Feb 23 09:05:18.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64572025-02-23T09:05:19.757Z[ recovery-image] Feb 23 09:05:18.615 INFO O| Feb 23 09:05:18.615 INFO STEP 607 (remove_files) COMPLETE
64582025-02-23T09:05:19.760Z[ recovery-image] Feb 23 09:05:18.615 INFO O| Feb 23 09:05:18.615 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-23T09:05:19.782Z[ recovery-image] Feb 23 09:05:18.640 INFO O| Feb 23 09:05:18.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64602025-02-23T09:05:19.788Z[ recovery-image] Feb 23 09:05:18.641 INFO O| Feb 23 09:05:18.640 INFO STEP 608 (remove_files) COMPLETE
64612025-02-23T09:05:19.788Z[ recovery-image] Feb 23 09:05:18.641 INFO O| Feb 23 09:05:18.641 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-02-23T09:05:19.804Z[ recovery-image] Feb 23 09:05:18.662 INFO O| Feb 23 09:05:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64632025-02-23T09:05:19.809Z[ recovery-image] Feb 23 09:05:18.662 INFO O| Feb 23 09:05:18.662 INFO STEP 609 (remove_files) COMPLETE
64642025-02-23T09:05:19.809Z[ recovery-image] Feb 23 09:05:18.662 INFO O| Feb 23 09:05:18.662 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-23T09:05:19.825Z[ recovery-image] Feb 23 09:05:18.683 INFO O| Feb 23 09:05:18.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64662025-02-23T09:05:19.825Z[ recovery-image] Feb 23 09:05:18.683 INFO O| Feb 23 09:05:18.683 INFO STEP 610 (remove_files) COMPLETE
64672025-02-23T09:05:19.828Z[ recovery-image] Feb 23 09:05:18.683 INFO O| Feb 23 09:05:18.683 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-23T09:05:19.846Z[ recovery-image] Feb 23 09:05:18.704 INFO O| Feb 23 09:05:18.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64692025-02-23T09:05:19.846Z[ recovery-image] Feb 23 09:05:18.704 INFO O| Feb 23 09:05:18.704 INFO STEP 611 (remove_files) COMPLETE
64702025-02-23T09:05:19.846Z[ recovery-image] Feb 23 09:05:18.704 INFO O| Feb 23 09:05:18.704 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-23T09:05:19.867Z[ recovery-image] Feb 23 09:05:18.725 INFO O| Feb 23 09:05:18.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64722025-02-23T09:05:19.872Z[ recovery-image] Feb 23 09:05:18.725 INFO O| Feb 23 09:05:18.725 INFO STEP 612 (remove_files) COMPLETE
64732025-02-23T09:05:19.872Z[ recovery-image] Feb 23 09:05:18.725 INFO O| Feb 23 09:05:18.725 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-23T09:05:19.908Z[ recovery-image] Feb 23 09:05:18.766 INFO O| Feb 23 09:05:18.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64752025-02-23T09:05:19.908Z[ recovery-image] Feb 23 09:05:18.766 INFO O| Feb 23 09:05:18.766 INFO STEP 613 (remove_files) COMPLETE
64762025-02-23T09:05:19.913Z[ recovery-image] Feb 23 09:05:18.766 INFO O| Feb 23 09:05:18.766 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-23T09:05:19.930Z[ recovery-image] Feb 23 09:05:18.789 INFO O| Feb 23 09:05:18.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64782025-02-23T09:05:19.933Z[ recovery-image] Feb 23 09:05:18.789 INFO O| Feb 23 09:05:18.789 INFO STEP 614 (remove_files) COMPLETE
64792025-02-23T09:05:19.933Z[ recovery-image] Feb 23 09:05:18.789 INFO O| Feb 23 09:05:18.789 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-23T09:05:19.952Z[ recovery-image] Feb 23 09:05:18.808 INFO O| Feb 23 09:05:18.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64812025-02-23T09:05:19.955Z[ recovery-image] Feb 23 09:05:18.808 INFO O| Feb 23 09:05:18.808 INFO STEP 615 (remove_files) COMPLETE
64822025-02-23T09:05:19.955Z[ recovery-image] Feb 23 09:05:18.808 INFO O| Feb 23 09:05:18.808 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-23T09:05:19.970Z[ recovery-image] Feb 23 09:05:18.827 INFO O| Feb 23 09:05:18.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64842025-02-23T09:05:19.970Z[ recovery-image] Feb 23 09:05:18.827 INFO O| Feb 23 09:05:18.827 INFO STEP 616 (remove_files) COMPLETE
64852025-02-23T09:05:19.976Z[ recovery-image] Feb 23 09:05:18.827 INFO O| Feb 23 09:05:18.827 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-23T09:05:19.987Z[ recovery-image] Feb 23 09:05:18.845 INFO O| Feb 23 09:05:18.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64872025-02-23T09:05:19.987Z[ recovery-image] Feb 23 09:05:18.845 INFO O| Feb 23 09:05:18.845 INFO STEP 617 (remove_files) COMPLETE
64882025-02-23T09:05:19.990Z[ recovery-image] Feb 23 09:05:18.845 INFO O| Feb 23 09:05:18.845 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-23T09:05:20.006Z[ recovery-image] Feb 23 09:05:18.863 INFO O| Feb 23 09:05:18.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64902025-02-23T09:05:20.006Z[ recovery-image] Feb 23 09:05:18.864 INFO O| Feb 23 09:05:18.864 INFO STEP 618 (remove_files) COMPLETE
64912025-02-23T09:05:20.006Z[ recovery-image] Feb 23 09:05:18.864 INFO O| Feb 23 09:05:18.864 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-23T09:05:20.039Z[ recovery-image] Feb 23 09:05:18.897 INFO O| Feb 23 09:05:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64932025-02-23T09:05:20.042Z[ recovery-image] Feb 23 09:05:18.897 INFO O| Feb 23 09:05:18.897 INFO STEP 619 (remove_files) COMPLETE
64942025-02-23T09:05:20.042Z[ recovery-image] Feb 23 09:05:18.898 INFO O| Feb 23 09:05:18.897 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-23T09:05:20.060Z[ recovery-image] Feb 23 09:05:18.919 INFO O| Feb 23 09:05:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64962025-02-23T09:05:20.063Z[ recovery-image] Feb 23 09:05:18.919 INFO O| Feb 23 09:05:18.919 INFO STEP 620 (remove_files) COMPLETE
64972025-02-23T09:05:20.063Z[ recovery-image] Feb 23 09:05:18.919 INFO O| Feb 23 09:05:18.919 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-02-23T09:05:20.098Z[ recovery-image] Feb 23 09:05:18.956 INFO O| Feb 23 09:05:18.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64992025-02-23T09:05:20.098Z[ recovery-image] Feb 23 09:05:18.956 INFO O| Feb 23 09:05:18.956 INFO STEP 621 (remove_files) COMPLETE
65002025-02-23T09:05:20.098Z[ recovery-image] Feb 23 09:05:18.956 INFO O| Feb 23 09:05:18.956 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-02-23T09:05:20.183Z[ recovery-image] Feb 23 09:05:19.041 INFO O| Feb 23 09:05:19.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
65022025-02-23T09:05:20.183Z[ recovery-image] Feb 23 09:05:19.041 INFO O| Feb 23 09:05:19.041 INFO STEP 622 (remove_files) COMPLETE
65032025-02-23T09:05:20.187Z[ recovery-image] Feb 23 09:05:19.041 INFO O| Feb 23 09:05:19.041 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-02-23T09:05:20.204Z[ recovery-image] Feb 23 09:05:19.062 INFO O| Feb 23 09:05:19.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65052025-02-23T09:05:20.209Z[ recovery-image] Feb 23 09:05:19.062 INFO O| Feb 23 09:05:19.062 INFO STEP 623 (remove_files) COMPLETE
65062025-02-23T09:05:20.209Z[ recovery-image] Feb 23 09:05:19.062 INFO O| Feb 23 09:05:19.062 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-02-23T09:05:20.232Z[ recovery-image] Feb 23 09:05:19.090 INFO O| Feb 23 09:05:19.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65082025-02-23T09:05:20.232Z[ recovery-image] Feb 23 09:05:19.090 INFO O| Feb 23 09:05:19.090 INFO STEP 624 (remove_files) COMPLETE
65092025-02-23T09:05:20.232Z[ recovery-image] Feb 23 09:05:19.090 INFO O| Feb 23 09:05:19.090 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-02-23T09:05:20.255Z[ recovery-image] Feb 23 09:05:19.112 INFO O| Feb 23 09:05:19.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65112025-02-23T09:05:20.255Z[ recovery-image] Feb 23 09:05:19.112 INFO O| Feb 23 09:05:19.112 INFO STEP 625 (remove_files) COMPLETE
65122025-02-23T09:05:20.255Z[ recovery-image] Feb 23 09:05:19.112 INFO O| Feb 23 09:05:19.112 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-02-23T09:05:20.276Z[ recovery-image] Feb 23 09:05:19.134 INFO O| Feb 23 09:05:19.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65142025-02-23T09:05:20.276Z[ recovery-image] Feb 23 09:05:19.135 INFO O| Feb 23 09:05:19.134 INFO STEP 626 (remove_files) COMPLETE
65152025-02-23T09:05:20.279Z[ recovery-image] Feb 23 09:05:19.135 INFO O| Feb 23 09:05:19.135 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-02-23T09:05:20.297Z[ recovery-image] Feb 23 09:05:19.155 INFO O| Feb 23 09:05:19.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65172025-02-23T09:05:20.297Z[ recovery-image] Feb 23 09:05:19.155 INFO O| Feb 23 09:05:19.155 INFO STEP 627 (remove_files) COMPLETE
65182025-02-23T09:05:20.300Z[ recovery-image] Feb 23 09:05:19.155 INFO O| Feb 23 09:05:19.155 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-02-23T09:05:20.354Z[ recovery-image] Feb 23 09:05:19.209 INFO O| Feb 23 09:05:19.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65202025-02-23T09:05:20.358Z[ recovery-image] Feb 23 09:05:19.210 INFO O| Feb 23 09:05:19.209 INFO STEP 628 (remove_files) COMPLETE
65212025-02-23T09:05:20.358Z[ recovery-image] Feb 23 09:05:19.210 INFO O| Feb 23 09:05:19.210 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-02-23T09:05:20.391Z[ recovery-image] Feb 23 09:05:19.249 INFO O| Feb 23 09:05:19.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65232025-02-23T09:05:20.394Z[ recovery-image] Feb 23 09:05:19.249 INFO O| Feb 23 09:05:19.249 INFO STEP 629 (remove_files) COMPLETE
65242025-02-23T09:05:20.394Z[ recovery-image] Feb 23 09:05:19.250 INFO O| Feb 23 09:05:19.249 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-23T09:05:20.419Z[ recovery-image] Feb 23 09:05:19.275 INFO O| Feb 23 09:05:19.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65262025-02-23T09:05:20.430Z[ recovery-image] Feb 23 09:05:19.275 INFO O| Feb 23 09:05:19.275 INFO STEP 630 (remove_files) COMPLETE
65272025-02-23T09:05:20.430Z[ recovery-image] Feb 23 09:05:19.276 INFO O| Feb 23 09:05:19.275 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-23T09:05:20.496Z[ recovery-image] Feb 23 09:05:19.354 INFO O| Feb 23 09:05:19.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65292025-02-23T09:05:20.496Z[ recovery-image] Feb 23 09:05:19.354 INFO O| Feb 23 09:05:19.354 INFO STEP 631 (remove_files) COMPLETE
65302025-02-23T09:05:20.496Z[ recovery-image] Feb 23 09:05:19.354 INFO O| Feb 23 09:05:19.354 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-23T09:05:20.591Z[ recovery-image] Feb 23 09:05:19.447 INFO O| Feb 23 09:05:19.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65322025-02-23T09:05:20.591Z[ recovery-image] Feb 23 09:05:19.447 INFO O| Feb 23 09:05:19.447 INFO STEP 632 (remove_files) COMPLETE
65332025-02-23T09:05:20.595Z[ recovery-image] Feb 23 09:05:19.447 INFO O| Feb 23 09:05:19.447 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-23T09:05:20.631Z[ recovery-image] Feb 23 09:05:19.488 INFO O| Feb 23 09:05:19.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65352025-02-23T09:05:20.631Z[ recovery-image] Feb 23 09:05:19.488 INFO O| Feb 23 09:05:19.488 INFO STEP 633 (remove_files) COMPLETE
65362025-02-23T09:05:20.634Z[ recovery-image] Feb 23 09:05:19.488 INFO O| Feb 23 09:05:19.488 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-02-23T09:05:20.653Z[ recovery-image] Feb 23 09:05:19.511 INFO O| Feb 23 09:05:19.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65382025-02-23T09:05:20.654Z[ recovery-image] Feb 23 09:05:19.511 INFO O| Feb 23 09:05:19.511 INFO STEP 634 (remove_files) COMPLETE
65392025-02-23T09:05:20.654Z[ recovery-image] Feb 23 09:05:19.511 INFO O| Feb 23 09:05:19.511 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-02-23T09:05:20.697Z[ recovery-image] Feb 23 09:05:19.540 INFO O| Feb 23 09:05:19.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65412025-02-23T09:05:20.697Z[ recovery-image] Feb 23 09:05:19.540 INFO O| Feb 23 09:05:19.540 INFO STEP 635 (remove_files) COMPLETE
65422025-02-23T09:05:20.697Z[ recovery-image] Feb 23 09:05:19.540 INFO O| Feb 23 09:05:19.540 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-02-23T09:05:20.720Z[ recovery-image] Feb 23 09:05:19.566 INFO O| Feb 23 09:05:19.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65442025-02-23T09:05:20.720Z[ recovery-image] Feb 23 09:05:19.566 INFO O| Feb 23 09:05:19.566 INFO STEP 636 (remove_files) COMPLETE
65452025-02-23T09:05:20.720Z[ recovery-image] Feb 23 09:05:19.567 INFO O| Feb 23 09:05:19.566 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-23T09:05:20.765Z[ recovery-image] Feb 23 09:05:19.623 INFO O| Feb 23 09:05:19.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65472025-02-23T09:05:20.766Z[ recovery-image] Feb 23 09:05:19.623 INFO O| Feb 23 09:05:19.623 INFO STEP 637 (remove_files) COMPLETE
65482025-02-23T09:05:20.770Z[ recovery-image] Feb 23 09:05:19.623 INFO O| Feb 23 09:05:19.623 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-02-23T09:05:20.792Z[ recovery-image] Feb 23 09:05:19.650 INFO O| Feb 23 09:05:19.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65502025-02-23T09:05:20.800Z[ recovery-image] Feb 23 09:05:19.651 INFO O| Feb 23 09:05:19.651 INFO STEP 638 (remove_files) COMPLETE
65512025-02-23T09:05:20.800Z[ recovery-image] Feb 23 09:05:19.651 INFO O| Feb 23 09:05:19.651 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-02-23T09:05:20.822Z[ recovery-image] Feb 23 09:05:19.672 INFO O| Feb 23 09:05:19.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65532025-02-23T09:05:20.838Z[ recovery-image] Feb 23 09:05:19.672 INFO O| Feb 23 09:05:19.672 INFO STEP 639 (remove_files) COMPLETE
65542025-02-23T09:05:20.839Z[ recovery-image] Feb 23 09:05:19.672 INFO O| Feb 23 09:05:19.672 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-02-23T09:05:20.839Z[ recovery-image] Feb 23 09:05:19.693 INFO O| Feb 23 09:05:19.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65562025-02-23T09:05:20.855Z[ recovery-image] Feb 23 09:05:19.693 INFO O| Feb 23 09:05:19.693 INFO STEP 640 (remove_files) COMPLETE
65572025-02-23T09:05:20.855Z[ recovery-image] Feb 23 09:05:19.693 INFO O| Feb 23 09:05:19.693 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-02-23T09:05:20.919Z[ recovery-image] Feb 23 09:05:19.771 INFO O| Feb 23 09:05:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65592025-02-23T09:05:20.933Z[ recovery-image] Feb 23 09:05:19.772 INFO O| Feb 23 09:05:19.771 INFO STEP 641 (remove_files) COMPLETE
65602025-02-23T09:05:20.933Z[ recovery-image] Feb 23 09:05:19.772 INFO O| Feb 23 09:05:19.772 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-23T09:05:20.945Z[ recovery-image] Feb 23 09:05:19.803 INFO O| Feb 23 09:05:19.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65622025-02-23T09:05:20.945Z[ recovery-image] Feb 23 09:05:19.803 INFO O| Feb 23 09:05:19.803 INFO STEP 642 (remove_files) COMPLETE
65632025-02-23T09:05:20.945Z[ recovery-image] Feb 23 09:05:19.803 INFO O| Feb 23 09:05:19.803 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-02-23T09:05:21.048Z[ recovery-image] Feb 23 09:05:19.905 INFO O| Feb 23 09:05:19.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65652025-02-23T09:05:21.051Z[ recovery-image] Feb 23 09:05:19.905 INFO O| Feb 23 09:05:19.905 INFO STEP 643 (remove_files) COMPLETE
65662025-02-23T09:05:21.051Z[ recovery-image] Feb 23 09:05:19.905 INFO O| Feb 23 09:05:19.905 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-02-23T09:05:21.078Z[ recovery-image] Feb 23 09:05:19.936 INFO O| Feb 23 09:05:19.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65682025-02-23T09:05:21.078Z[ recovery-image] Feb 23 09:05:19.936 INFO O| Feb 23 09:05:19.936 INFO STEP 644 (remove_files) COMPLETE
65692025-02-23T09:05:21.078Z[ recovery-image] Feb 23 09:05:19.936 INFO O| Feb 23 09:05:19.936 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-02-23T09:05:21.121Z[ recovery-image] Feb 23 09:05:19.978 INFO O| Feb 23 09:05:19.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65712025-02-23T09:05:21.121Z[ recovery-image] Feb 23 09:05:19.978 INFO O| Feb 23 09:05:19.978 INFO STEP 645 (remove_files) COMPLETE
65722025-02-23T09:05:21.121Z[ recovery-image] Feb 23 09:05:19.978 INFO O| Feb 23 09:05:19.978 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-02-23T09:05:21.146Z[ recovery-image] Feb 23 09:05:20.004 INFO O| Feb 23 09:05:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65742025-02-23T09:05:21.146Z[ recovery-image] Feb 23 09:05:20.004 INFO O| Feb 23 09:05:20.004 INFO STEP 646 (remove_files) COMPLETE
65752025-02-23T09:05:21.146Z[ recovery-image] Feb 23 09:05:20.004 INFO O| Feb 23 09:05:20.004 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-02-23T09:05:21.173Z[ recovery-image] Feb 23 09:05:20.031 INFO O| Feb 23 09:05:20.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65772025-02-23T09:05:21.173Z[ recovery-image] Feb 23 09:05:20.031 INFO O| Feb 23 09:05:20.031 INFO STEP 647 (remove_files) COMPLETE
65782025-02-23T09:05:21.176Z[ recovery-image] Feb 23 09:05:20.031 INFO O| Feb 23 09:05:20.031 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-02-23T09:05:21.194Z[ recovery-image] Feb 23 09:05:20.051 INFO O| Feb 23 09:05:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65802025-02-23T09:05:21.194Z[ recovery-image] Feb 23 09:05:20.051 INFO O| Feb 23 09:05:20.051 INFO STEP 648 (remove_files) COMPLETE
65812025-02-23T09:05:21.194Z[ recovery-image] Feb 23 09:05:20.051 INFO O| Feb 23 09:05:20.051 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-02-23T09:05:21.223Z[ recovery-image] Feb 23 09:05:20.080 INFO O| Feb 23 09:05:20.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65832025-02-23T09:05:21.230Z[ recovery-image] Feb 23 09:05:20.080 INFO O| Feb 23 09:05:20.080 INFO STEP 649 (remove_files) COMPLETE
65842025-02-23T09:05:21.230Z[ recovery-image] Feb 23 09:05:20.080 INFO O| Feb 23 09:05:20.080 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-02-23T09:05:21.261Z[ recovery-image] Feb 23 09:05:20.119 INFO O| Feb 23 09:05:20.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65862025-02-23T09:05:21.261Z[ recovery-image] Feb 23 09:05:20.119 INFO O| Feb 23 09:05:20.119 INFO STEP 650 (remove_files) COMPLETE
65872025-02-23T09:05:21.261Z[ recovery-image] Feb 23 09:05:20.119 INFO O| Feb 23 09:05:20.119 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-02-23T09:05:21.282Z[ recovery-image] Feb 23 09:05:20.139 INFO O| Feb 23 09:05:20.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65892025-02-23T09:05:21.282Z[ recovery-image] Feb 23 09:05:20.139 INFO O| Feb 23 09:05:20.139 INFO STEP 651 (remove_files) COMPLETE
65902025-02-23T09:05:21.287Z[ recovery-image] Feb 23 09:05:20.139 INFO O| Feb 23 09:05:20.139 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-02-23T09:05:21.301Z[ recovery-image] Feb 23 09:05:20.158 INFO O| Feb 23 09:05:20.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65922025-02-23T09:05:21.307Z[ recovery-image] Feb 23 09:05:20.159 INFO O| Feb 23 09:05:20.159 INFO STEP 652 (remove_files) COMPLETE
65932025-02-23T09:05:21.307Z[ recovery-image] Feb 23 09:05:20.159 INFO O| Feb 23 09:05:20.159 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-02-23T09:05:21.328Z[ recovery-image] Feb 23 09:05:20.185 INFO O| Feb 23 09:05:20.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65952025-02-23T09:05:21.332Z[ recovery-image] Feb 23 09:05:20.185 INFO O| Feb 23 09:05:20.185 INFO STEP 653 (remove_files) COMPLETE
65962025-02-23T09:05:21.333Z[ recovery-image] Feb 23 09:05:20.185 INFO O| Feb 23 09:05:20.185 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-23T09:05:21.351Z[ recovery-image] Feb 23 09:05:20.208 INFO O| Feb 23 09:05:20.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65982025-02-23T09:05:21.373Z[ recovery-image] Feb 23 09:05:20.231 INFO O| Feb 23 09:05:20.231 INFO STEP 654 (remove_files) COMPLETE
65992025-02-23T09:05:21.373Z[ recovery-image] Feb 23 09:05:20.231 INFO O| Feb 23 09:05:20.231 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-23T09:05:21.411Z[ recovery-image] Feb 23 09:05:20.267 INFO O| Feb 23 09:05:20.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66012025-02-23T09:05:21.411Z[ recovery-image] Feb 23 09:05:20.267 INFO O| Feb 23 09:05:20.267 INFO STEP 655 (remove_files) COMPLETE
66022025-02-23T09:05:21.422Z[ recovery-image] Feb 23 09:05:20.267 INFO O| Feb 23 09:05:20.267 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-23T09:05:21.466Z[ recovery-image] Feb 23 09:05:20.324 INFO O| Feb 23 09:05:20.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66042025-02-23T09:05:21.474Z[ recovery-image] Feb 23 09:05:20.324 INFO O| Feb 23 09:05:20.324 INFO STEP 656 (remove_files) COMPLETE
66052025-02-23T09:05:21.474Z[ recovery-image] Feb 23 09:05:20.324 INFO O| Feb 23 09:05:20.324 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-02-23T09:05:21.492Z[ recovery-image] Feb 23 09:05:20.344 INFO O| Feb 23 09:05:20.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66072025-02-23T09:05:21.493Z[ recovery-image] Feb 23 09:05:20.344 INFO O| Feb 23 09:05:20.344 INFO STEP 657 (remove_files) COMPLETE
66082025-02-23T09:05:21.493Z[ recovery-image] Feb 23 09:05:20.344 INFO O| Feb 23 09:05:20.344 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-02-23T09:05:21.525Z[ recovery-image] Feb 23 09:05:20.375 INFO O| Feb 23 09:05:20.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66102025-02-23T09:05:21.525Z[ recovery-image] Feb 23 09:05:20.375 INFO O| Feb 23 09:05:20.375 INFO STEP 658 (remove_files) COMPLETE
66112025-02-23T09:05:21.525Z[ recovery-image] Feb 23 09:05:20.375 INFO O| Feb 23 09:05:20.375 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-23T09:05:21.553Z[ recovery-image] Feb 23 09:05:20.411 INFO O| Feb 23 09:05:20.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66132025-02-23T09:05:21.553Z[ recovery-image] Feb 23 09:05:20.411 INFO O| Feb 23 09:05:20.411 INFO STEP 659 (remove_files) COMPLETE
66142025-02-23T09:05:21.553Z[ recovery-image] Feb 23 09:05:20.411 INFO O| Feb 23 09:05:20.411 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-23T09:05:21.581Z[ recovery-image] Feb 23 09:05:20.432 INFO O| Feb 23 09:05:20.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66162025-02-23T09:05:21.581Z[ recovery-image] Feb 23 09:05:20.432 INFO O| Feb 23 09:05:20.432 INFO STEP 660 (remove_files) COMPLETE
66172025-02-23T09:05:21.581Z[ recovery-image] Feb 23 09:05:20.432 INFO O| Feb 23 09:05:20.432 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-02-23T09:05:21.595Z[ recovery-image] Feb 23 09:05:20.452 INFO O| Feb 23 09:05:20.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66192025-02-23T09:05:21.595Z[ recovery-image] Feb 23 09:05:20.452 INFO O| Feb 23 09:05:20.452 INFO STEP 661 (remove_files) COMPLETE
66202025-02-23T09:05:21.595Z[ recovery-image] Feb 23 09:05:20.452 INFO O| Feb 23 09:05:20.452 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-02-23T09:05:21.645Z[ recovery-image] Feb 23 09:05:20.490 INFO O| Feb 23 09:05:20.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66222025-02-23T09:05:21.645Z[ recovery-image] Feb 23 09:05:20.490 INFO O| Feb 23 09:05:20.490 INFO STEP 662 (remove_files) COMPLETE
66232025-02-23T09:05:21.645Z[ recovery-image] Feb 23 09:05:20.490 INFO O| Feb 23 09:05:20.490 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-02-23T09:05:21.659Z[ recovery-image] Feb 23 09:05:20.513 INFO O| Feb 23 09:05:20.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66252025-02-23T09:05:21.659Z[ recovery-image] Feb 23 09:05:20.513 INFO O| Feb 23 09:05:20.513 INFO STEP 663 (remove_files) COMPLETE
66262025-02-23T09:05:21.659Z[ recovery-image] Feb 23 09:05:20.513 INFO O| Feb 23 09:05:20.513 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-02-23T09:05:21.679Z[ recovery-image] Feb 23 09:05:20.534 INFO O| Feb 23 09:05:20.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66282025-02-23T09:05:21.680Z[ recovery-image] Feb 23 09:05:20.534 INFO O| Feb 23 09:05:20.534 INFO STEP 664 (remove_files) COMPLETE
66292025-02-23T09:05:21.680Z[ recovery-image] Feb 23 09:05:20.534 INFO O| Feb 23 09:05:20.534 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-02-23T09:05:21.702Z[ recovery-image] Feb 23 09:05:20.556 INFO O| Feb 23 09:05:20.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66312025-02-23T09:05:21.703Z[ recovery-image] Feb 23 09:05:20.556 INFO O| Feb 23 09:05:20.556 INFO STEP 665 (remove_files) COMPLETE
66322025-02-23T09:05:21.703Z[ recovery-image] Feb 23 09:05:20.556 INFO O| Feb 23 09:05:20.556 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-02-23T09:05:21.724Z[ recovery-image] Feb 23 09:05:20.577 INFO O| Feb 23 09:05:20.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66342025-02-23T09:05:21.730Z[ recovery-image] Feb 23 09:05:20.578 INFO O| Feb 23 09:05:20.578 INFO STEP 666 (remove_files) COMPLETE
66352025-02-23T09:05:21.730Z[ recovery-image] Feb 23 09:05:20.578 INFO O| Feb 23 09:05:20.578 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-02-23T09:05:21.747Z[ recovery-image] Feb 23 09:05:20.599 INFO O| Feb 23 09:05:20.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66372025-02-23T09:05:21.747Z[ recovery-image] Feb 23 09:05:20.599 INFO O| Feb 23 09:05:20.599 INFO STEP 667 (remove_files) COMPLETE
66382025-02-23T09:05:21.808Z[ recovery-image] Feb 23 09:05:20.599 INFO O| Feb 23 09:05:20.599 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-02-23T09:05:21.853Z[ recovery-image] Feb 23 09:05:20.662 INFO O| Feb 23 09:05:20.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66402025-02-23T09:05:21.853Z[ recovery-image] Feb 23 09:05:20.662 INFO O| Feb 23 09:05:20.662 INFO STEP 668 (remove_files) COMPLETE
66412025-02-23T09:05:21.853Z[ recovery-image] Feb 23 09:05:20.662 INFO O| Feb 23 09:05:20.662 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-02-23T09:05:21.853Z[ recovery-image] Feb 23 09:05:20.682 INFO O| Feb 23 09:05:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66432025-02-23T09:05:21.854Z[ recovery-image] Feb 23 09:05:20.682 INFO O| Feb 23 09:05:20.682 INFO STEP 669 (remove_files) COMPLETE
66442025-02-23T09:05:21.854Z[ recovery-image] Feb 23 09:05:20.682 INFO O| Feb 23 09:05:20.682 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-02-23T09:05:21.878Z[ recovery-image] Feb 23 09:05:20.716 INFO O| Feb 23 09:05:20.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66462025-02-23T09:05:21.878Z[ recovery-image] Feb 23 09:05:20.716 INFO O| Feb 23 09:05:20.716 INFO STEP 670 (remove_files) COMPLETE
66472025-02-23T09:05:21.878Z[ recovery-image] Feb 23 09:05:20.716 INFO O| Feb 23 09:05:20.716 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-02-23T09:05:21.915Z[ recovery-image] Feb 23 09:05:20.737 INFO O| Feb 23 09:05:20.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66492025-02-23T09:05:21.915Z[ recovery-image] Feb 23 09:05:20.737 INFO O| Feb 23 09:05:20.737 INFO STEP 671 (remove_files) COMPLETE
66502025-02-23T09:05:21.915Z[ recovery-image] Feb 23 09:05:20.737 INFO O| Feb 23 09:05:20.737 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-02-23T09:05:21.921Z[ recovery-image] Feb 23 09:05:20.758 INFO O| Feb 23 09:05:20.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66522025-02-23T09:05:21.921Z[ recovery-image] Feb 23 09:05:20.758 INFO O| Feb 23 09:05:20.758 INFO STEP 672 (remove_files) COMPLETE
66532025-02-23T09:05:21.921Z[ recovery-image] Feb 23 09:05:20.759 INFO O| Feb 23 09:05:20.758 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-02-23T09:05:21.926Z[ recovery-image] Feb 23 09:05:20.777 INFO O| Feb 23 09:05:20.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66552025-02-23T09:05:21.926Z[ recovery-image] Feb 23 09:05:20.778 INFO O| Feb 23 09:05:20.778 INFO STEP 673 (remove_files) COMPLETE
66562025-02-23T09:05:21.926Z[ recovery-image] Feb 23 09:05:20.778 INFO O| Feb 23 09:05:20.778 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-02-23T09:05:21.976Z[ recovery-image] Feb 23 09:05:20.811 INFO O| Feb 23 09:05:20.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66582025-02-23T09:05:21.998Z[ recovery-image] Feb 23 09:05:20.811 INFO O| Feb 23 09:05:20.811 INFO STEP 674 (remove_files) COMPLETE
66592025-02-23T09:05:21.998Z[ recovery-image] Feb 23 09:05:20.811 INFO O| Feb 23 09:05:20.811 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-02-23T09:05:21.998Z[ recovery-image] Feb 23 09:05:20.833 INFO O| Feb 23 09:05:20.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66612025-02-23T09:05:21.998Z[ recovery-image] Feb 23 09:05:20.834 INFO O| Feb 23 09:05:20.834 INFO STEP 675 (remove_files) COMPLETE
66622025-02-23T09:05:21.999Z[ recovery-image] Feb 23 09:05:20.834 INFO O| Feb 23 09:05:20.834 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-02-23T09:05:22.017Z[ recovery-image] Feb 23 09:05:20.873 INFO O| Feb 23 09:05:20.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66642025-02-23T09:05:22.017Z[ recovery-image] Feb 23 09:05:20.873 INFO O| Feb 23 09:05:20.873 INFO STEP 676 (remove_files) COMPLETE
66652025-02-23T09:05:22.017Z[ recovery-image] Feb 23 09:05:20.873 INFO O| Feb 23 09:05:20.873 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-02-23T09:05:22.252Z[ recovery-image] Feb 23 09:05:21.088 INFO O| Feb 23 09:05:21.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66672025-02-23T09:05:22.252Z[ recovery-image] Feb 23 09:05:21.088 INFO O| Feb 23 09:05:21.088 INFO STEP 677 (remove_files) COMPLETE
66682025-02-23T09:05:22.252Z[ recovery-image] Feb 23 09:05:21.088 INFO O| Feb 23 09:05:21.088 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-02-23T09:05:22.260Z[ recovery-image] Feb 23 09:05:21.112 INFO O| Feb 23 09:05:21.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66702025-02-23T09:05:22.260Z[ recovery-image] Feb 23 09:05:21.112 INFO O| Feb 23 09:05:21.112 INFO STEP 678 (remove_files) COMPLETE
66712025-02-23T09:05:22.260Z[ recovery-image] Feb 23 09:05:21.112 INFO O| Feb 23 09:05:21.112 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-02-23T09:05:22.277Z[ recovery-image] Feb 23 09:05:21.132 INFO O| Feb 23 09:05:21.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66732025-02-23T09:05:22.277Z[ recovery-image] Feb 23 09:05:21.132 INFO O| Feb 23 09:05:21.132 INFO STEP 679 (remove_files) COMPLETE
66742025-02-23T09:05:22.277Z[ recovery-image] Feb 23 09:05:21.132 INFO O| Feb 23 09:05:21.132 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-02-23T09:05:22.300Z[ recovery-image] Feb 23 09:05:21.155 INFO O| Feb 23 09:05:21.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66762025-02-23T09:05:22.300Z[ recovery-image] Feb 23 09:05:21.155 INFO O| Feb 23 09:05:21.155 INFO STEP 680 (remove_files) COMPLETE
66772025-02-23T09:05:22.300Z[ recovery-image] Feb 23 09:05:21.155 INFO O| Feb 23 09:05:21.155 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-02-23T09:05:22.339Z[ recovery-image] Feb 23 09:05:21.197 INFO O| Feb 23 09:05:21.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66792025-02-23T09:05:22.340Z[ recovery-image] Feb 23 09:05:21.197 INFO O| Feb 23 09:05:21.197 INFO STEP 681 (remove_files) COMPLETE
66802025-02-23T09:05:22.344Z[ recovery-image] Feb 23 09:05:21.197 INFO O| Feb 23 09:05:21.197 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-02-23T09:05:22.365Z[ recovery-image] Feb 23 09:05:21.221 INFO O| Feb 23 09:05:21.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66822025-02-23T09:05:22.365Z[ recovery-image] Feb 23 09:05:21.221 INFO O| Feb 23 09:05:21.221 INFO STEP 682 (remove_files) COMPLETE
66832025-02-23T09:05:22.371Z[ recovery-image] Feb 23 09:05:21.221 INFO O| Feb 23 09:05:21.221 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-02-23T09:05:22.389Z[ recovery-image] Feb 23 09:05:21.243 INFO O| Feb 23 09:05:21.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66852025-02-23T09:05:22.390Z[ recovery-image] Feb 23 09:05:21.243 INFO O| Feb 23 09:05:21.243 INFO STEP 683 (remove_files) COMPLETE
66862025-02-23T09:05:22.390Z[ recovery-image] Feb 23 09:05:21.243 INFO O| Feb 23 09:05:21.243 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-02-23T09:05:22.415Z[ recovery-image] Feb 23 09:05:21.263 INFO O| Feb 23 09:05:21.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66882025-02-23T09:05:22.422Z[ recovery-image] Feb 23 09:05:21.277 INFO O| Feb 23 09:05:21.277 INFO STEP 684 (remove_files) COMPLETE
66892025-02-23T09:05:22.422Z[ recovery-image] Feb 23 09:05:21.277 INFO O| Feb 23 09:05:21.277 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-02-23T09:05:22.481Z[ recovery-image] Feb 23 09:05:21.337 INFO O| Feb 23 09:05:21.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66912025-02-23T09:05:22.481Z[ recovery-image] Feb 23 09:05:21.337 INFO O| Feb 23 09:05:21.337 INFO STEP 685 (remove_files) COMPLETE
66922025-02-23T09:05:22.481Z[ recovery-image] Feb 23 09:05:21.337 INFO O| Feb 23 09:05:21.337 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-02-23T09:05:22.503Z[ recovery-image] Feb 23 09:05:21.359 INFO O| Feb 23 09:05:21.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66942025-02-23T09:05:22.503Z[ recovery-image] Feb 23 09:05:21.359 INFO O| Feb 23 09:05:21.359 INFO STEP 686 (remove_files) COMPLETE
66952025-02-23T09:05:22.507Z[ recovery-image] Feb 23 09:05:21.359 INFO O| Feb 23 09:05:21.359 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-02-23T09:05:22.543Z[ recovery-image] Feb 23 09:05:21.398 INFO O| Feb 23 09:05:21.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66972025-02-23T09:05:22.544Z[ recovery-image] Feb 23 09:05:21.398 INFO O| Feb 23 09:05:21.398 INFO STEP 687 (remove_files) COMPLETE
66982025-02-23T09:05:22.552Z[ recovery-image] Feb 23 09:05:21.398 INFO O| Feb 23 09:05:21.398 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-02-23T09:05:22.564Z[ recovery-image] Feb 23 09:05:21.421 INFO O| Feb 23 09:05:21.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
67002025-02-23T09:05:22.567Z[ recovery-image] Feb 23 09:05:21.422 INFO O| Feb 23 09:05:21.422 INFO STEP 688 (remove_files) COMPLETE
67012025-02-23T09:05:22.567Z[ recovery-image] Feb 23 09:05:21.422 INFO O| Feb 23 09:05:21.422 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-02-23T09:05:22.589Z[ recovery-image] Feb 23 09:05:21.445 INFO O| Feb 23 09:05:21.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
67032025-02-23T09:05:22.590Z[ recovery-image] Feb 23 09:05:21.445 INFO O| Feb 23 09:05:21.445 INFO STEP 689 (remove_files) COMPLETE
67042025-02-23T09:05:22.596Z[ recovery-image] Feb 23 09:05:21.445 INFO O| Feb 23 09:05:21.445 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-02-23T09:05:22.608Z[ recovery-image] Feb 23 09:05:21.466 INFO O| Feb 23 09:05:21.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67062025-02-23T09:05:22.611Z[ recovery-image] Feb 23 09:05:21.466 INFO O| Feb 23 09:05:21.466 INFO STEP 690 (remove_files) COMPLETE
67072025-02-23T09:05:22.612Z[ recovery-image] Feb 23 09:05:21.466 INFO O| Feb 23 09:05:21.466 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-02-23T09:05:22.628Z[ recovery-image] Feb 23 09:05:21.485 INFO O| Feb 23 09:05:21.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67092025-02-23T09:05:22.629Z[ recovery-image] Feb 23 09:05:21.485 INFO O| Feb 23 09:05:21.485 INFO STEP 691 (remove_files) COMPLETE
67102025-02-23T09:05:22.635Z[ recovery-image] Feb 23 09:05:21.485 INFO O| Feb 23 09:05:21.485 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-02-23T09:05:22.649Z[ recovery-image] Feb 23 09:05:21.507 INFO O| Feb 23 09:05:21.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67122025-02-23T09:05:22.649Z[ recovery-image] Feb 23 09:05:21.507 INFO O| Feb 23 09:05:21.507 INFO STEP 692 (remove_files) COMPLETE
67132025-02-23T09:05:22.652Z[ recovery-image] Feb 23 09:05:21.507 INFO O| Feb 23 09:05:21.507 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-02-23T09:05:22.689Z[ recovery-image] Feb 23 09:05:21.546 INFO O| Feb 23 09:05:21.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67152025-02-23T09:05:22.689Z[ recovery-image] Feb 23 09:05:21.546 INFO O| Feb 23 09:05:21.546 INFO STEP 693 (remove_files) COMPLETE
67162025-02-23T09:05:22.689Z[ recovery-image] Feb 23 09:05:21.546 INFO O| Feb 23 09:05:21.546 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-02-23T09:05:22.727Z[ recovery-image] Feb 23 09:05:21.583 INFO O| Feb 23 09:05:21.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67182025-02-23T09:05:22.727Z[ recovery-image] Feb 23 09:05:21.583 INFO O| Feb 23 09:05:21.583 INFO STEP 694 (remove_files) COMPLETE
67192025-02-23T09:05:22.727Z[ recovery-image] Feb 23 09:05:21.583 INFO O| Feb 23 09:05:21.583 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-02-23T09:05:22.757Z[ recovery-image] Feb 23 09:05:21.605 INFO O| Feb 23 09:05:21.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67212025-02-23T09:05:22.769Z[ recovery-image] Feb 23 09:05:21.605 INFO O| Feb 23 09:05:21.605 INFO STEP 695 (remove_files) COMPLETE
67222025-02-23T09:05:22.769Z[ recovery-image] Feb 23 09:05:21.605 INFO O| Feb 23 09:05:21.605 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-02-23T09:05:22.775Z[ recovery-image] Feb 23 09:05:21.629 INFO O| Feb 23 09:05:21.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67242025-02-23T09:05:22.775Z[ recovery-image] Feb 23 09:05:21.629 INFO O| Feb 23 09:05:21.629 INFO STEP 696 (remove_files) COMPLETE
67252025-02-23T09:05:22.775Z[ recovery-image] Feb 23 09:05:21.629 INFO O| Feb 23 09:05:21.629 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-02-23T09:05:22.810Z[ recovery-image] Feb 23 09:05:21.653 INFO O| Feb 23 09:05:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67272025-02-23T09:05:22.810Z[ recovery-image] Feb 23 09:05:21.654 INFO O| Feb 23 09:05:21.653 INFO STEP 697 (remove_files) COMPLETE
67282025-02-23T09:05:22.810Z[ recovery-image] Feb 23 09:05:21.654 INFO O| Feb 23 09:05:21.654 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-02-23T09:05:22.849Z[ recovery-image] Feb 23 09:05:21.687 INFO O| Feb 23 09:05:21.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67302025-02-23T09:05:22.849Z[ recovery-image] Feb 23 09:05:21.687 INFO O| Feb 23 09:05:21.687 INFO STEP 698 (remove_files) COMPLETE
67312025-02-23T09:05:22.850Z[ recovery-image] Feb 23 09:05:21.687 INFO O| Feb 23 09:05:21.687 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-02-23T09:05:22.869Z[ recovery-image] Feb 23 09:05:21.724 INFO O| Feb 23 09:05:21.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67332025-02-23T09:05:22.869Z[ recovery-image] Feb 23 09:05:21.724 INFO O| Feb 23 09:05:21.724 INFO STEP 699 (remove_files) COMPLETE
67342025-02-23T09:05:22.869Z[ recovery-image] Feb 23 09:05:21.724 INFO O| Feb 23 09:05:21.724 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-02-23T09:05:22.890Z[ recovery-image] Feb 23 09:05:21.745 INFO O| Feb 23 09:05:21.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67362025-02-23T09:05:22.900Z[ recovery-image] Feb 23 09:05:21.745 INFO O| Feb 23 09:05:21.745 INFO STEP 700 (remove_files) COMPLETE
67372025-02-23T09:05:22.901Z[ recovery-image] Feb 23 09:05:21.745 INFO O| Feb 23 09:05:21.745 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-02-23T09:05:22.911Z[ recovery-image] Feb 23 09:05:21.769 INFO O| Feb 23 09:05:21.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67392025-02-23T09:05:22.911Z[ recovery-image] Feb 23 09:05:21.769 INFO O| Feb 23 09:05:21.769 INFO STEP 701 (remove_files) COMPLETE
67402025-02-23T09:05:22.914Z[ recovery-image] Feb 23 09:05:21.769 INFO O| Feb 23 09:05:21.769 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-02-23T09:05:22.935Z[ recovery-image] Feb 23 09:05:21.792 INFO O| Feb 23 09:05:21.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67422025-02-23T09:05:22.935Z[ recovery-image] Feb 23 09:05:21.792 INFO O| Feb 23 09:05:21.792 INFO STEP 702 (remove_files) COMPLETE
67432025-02-23T09:05:22.938Z[ recovery-image] Feb 23 09:05:21.792 INFO O| Feb 23 09:05:21.792 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-02-23T09:05:22.969Z[ recovery-image] Feb 23 09:05:21.826 INFO O| Feb 23 09:05:21.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67452025-02-23T09:05:22.972Z[ recovery-image] Feb 23 09:05:21.827 INFO O| Feb 23 09:05:21.826 INFO STEP 703 (remove_files) COMPLETE
67462025-02-23T09:05:22.972Z[ recovery-image] Feb 23 09:05:21.827 INFO O| Feb 23 09:05:21.827 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-02-23T09:05:22.991Z[ recovery-image] Feb 23 09:05:21.847 INFO O| Feb 23 09:05:21.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67482025-02-23T09:05:22.996Z[ recovery-image] Feb 23 09:05:21.847 INFO O| Feb 23 09:05:21.847 INFO STEP 704 (remove_files) COMPLETE
67492025-02-23T09:05:22.996Z[ recovery-image] Feb 23 09:05:21.847 INFO O| Feb 23 09:05:21.847 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-02-23T09:05:23.011Z[ recovery-image] Feb 23 09:05:21.868 INFO O| Feb 23 09:05:21.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67512025-02-23T09:05:23.011Z[ recovery-image] Feb 23 09:05:21.868 INFO O| Feb 23 09:05:21.868 INFO STEP 705 (remove_files) COMPLETE
67522025-02-23T09:05:23.016Z[ recovery-image] Feb 23 09:05:21.869 INFO O| Feb 23 09:05:21.868 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-02-23T09:05:23.034Z[ recovery-image] Feb 23 09:05:21.891 INFO O| Feb 23 09:05:21.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67542025-02-23T09:05:23.048Z[ recovery-image] Feb 23 09:05:21.902 INFO O| Feb 23 09:05:21.902 INFO STEP 706 (remove_files) COMPLETE
67552025-02-23T09:05:23.049Z[ recovery-image] Feb 23 09:05:21.902 INFO O| Feb 23 09:05:21.902 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-02-23T09:05:23.104Z[ recovery-image] Feb 23 09:05:21.961 INFO O| Feb 23 09:05:21.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67572025-02-23T09:05:23.104Z[ recovery-image] Feb 23 09:05:21.961 INFO O| Feb 23 09:05:21.961 INFO STEP 707 (remove_files) COMPLETE
67582025-02-23T09:05:23.108Z[ recovery-image] Feb 23 09:05:21.961 INFO O| Feb 23 09:05:21.961 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-02-23T09:05:23.129Z[ recovery-image] Feb 23 09:05:21.985 INFO O| Feb 23 09:05:21.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67602025-02-23T09:05:23.129Z[ recovery-image] Feb 23 09:05:21.985 INFO O| Feb 23 09:05:21.985 INFO STEP 708 (remove_files) COMPLETE
67612025-02-23T09:05:23.133Z[ recovery-image] Feb 23 09:05:21.986 INFO O| Feb 23 09:05:21.985 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-02-23T09:05:23.184Z[ recovery-image] Feb 23 09:05:22.031 INFO O| Feb 23 09:05:22.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67632025-02-23T09:05:23.185Z[ recovery-image] Feb 23 09:05:22.031 INFO O| Feb 23 09:05:22.031 INFO STEP 709 (remove_files) COMPLETE
67642025-02-23T09:05:23.215Z[ recovery-image] Feb 23 09:05:22.031 INFO O| Feb 23 09:05:22.031 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-02-23T09:05:23.254Z[ recovery-image] Feb 23 09:05:22.055 INFO O| Feb 23 09:05:22.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67662025-02-23T09:05:23.254Z[ recovery-image] Feb 23 09:05:22.055 INFO O| Feb 23 09:05:22.055 INFO STEP 710 (remove_files) COMPLETE
67672025-02-23T09:05:23.254Z[ recovery-image] Feb 23 09:05:22.055 INFO O| Feb 23 09:05:22.055 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-02-23T09:05:23.254Z[ recovery-image] Feb 23 09:05:22.078 INFO O| Feb 23 09:05:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67692025-02-23T09:05:23.254Z[ recovery-image] Feb 23 09:05:22.078 INFO O| Feb 23 09:05:22.078 INFO STEP 711 (remove_files) COMPLETE
67702025-02-23T09:05:23.254Z[ recovery-image] Feb 23 09:05:22.078 INFO O| Feb 23 09:05:22.078 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-02-23T09:05:23.279Z[ recovery-image] Feb 23 09:05:22.113 INFO O| Feb 23 09:05:22.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67722025-02-23T09:05:23.279Z[ recovery-image] Feb 23 09:05:22.113 INFO O| Feb 23 09:05:22.113 INFO STEP 712 (remove_files) COMPLETE
67732025-02-23T09:05:23.279Z[ recovery-image] Feb 23 09:05:22.113 INFO O| Feb 23 09:05:22.113 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-02-23T09:05:23.341Z[ recovery-image] Feb 23 09:05:22.145 INFO O| Feb 23 09:05:22.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67752025-02-23T09:05:23.341Z[ recovery-image] Feb 23 09:05:22.145 INFO O| Feb 23 09:05:22.145 INFO STEP 713 (remove_files) COMPLETE
67762025-02-23T09:05:23.341Z[ recovery-image] Feb 23 09:05:22.145 INFO O| Feb 23 09:05:22.145 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-02-23T09:05:23.349Z[ recovery-image] Feb 23 09:05:22.172 INFO O| Feb 23 09:05:22.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67782025-02-23T09:05:23.351Z[ recovery-image] Feb 23 09:05:22.172 INFO O| Feb 23 09:05:22.172 INFO STEP 714 (remove_files) COMPLETE
67792025-02-23T09:05:23.351Z[ recovery-image] Feb 23 09:05:22.181 INFO O| Feb 23 09:05:22.172 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-02-23T09:05:23.405Z[ recovery-image] Feb 23 09:05:22.212 INFO O| Feb 23 09:05:22.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67812025-02-23T09:05:23.405Z[ recovery-image] Feb 23 09:05:22.222 INFO O| Feb 23 09:05:22.222 INFO STEP 715 (remove_files) COMPLETE
67822025-02-23T09:05:23.405Z[ recovery-image] Feb 23 09:05:22.222 INFO O| Feb 23 09:05:22.222 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-02-23T09:05:23.429Z[ recovery-image] Feb 23 09:05:22.282 INFO O| Feb 23 09:05:22.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67842025-02-23T09:05:23.456Z[ recovery-image] Feb 23 09:05:22.289 INFO O| Feb 23 09:05:22.289 INFO STEP 716 (remove_files) COMPLETE
67852025-02-23T09:05:23.456Z[ recovery-image] Feb 23 09:05:22.289 INFO O| Feb 23 09:05:22.289 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-02-23T09:05:23.477Z[ recovery-image] Feb 23 09:05:22.334 INFO O| Feb 23 09:05:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67872025-02-23T09:05:23.477Z[ recovery-image] Feb 23 09:05:22.334 INFO O| Feb 23 09:05:22.334 INFO STEP 717 (remove_files) COMPLETE
67882025-02-23T09:05:23.480Z[ recovery-image] Feb 23 09:05:22.334 INFO O| Feb 23 09:05:22.334 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-02-23T09:05:23.500Z[ recovery-image] Feb 23 09:05:22.357 INFO O| Feb 23 09:05:22.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67902025-02-23T09:05:23.500Z[ recovery-image] Feb 23 09:05:22.357 INFO O| Feb 23 09:05:22.357 INFO STEP 718 (remove_files) COMPLETE
67912025-02-23T09:05:23.503Z[ recovery-image] Feb 23 09:05:22.357 INFO O| Feb 23 09:05:22.357 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-02-23T09:05:23.526Z[ recovery-image] Feb 23 09:05:22.378 INFO O| Feb 23 09:05:22.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67932025-02-23T09:05:23.551Z[ recovery-image] Feb 23 09:05:22.379 INFO O| Feb 23 09:05:22.379 INFO STEP 719 (remove_files) COMPLETE
67942025-02-23T09:05:23.551Z[ recovery-image] Feb 23 09:05:22.379 INFO O| Feb 23 09:05:22.379 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-02-23T09:05:23.558Z[ recovery-image] Feb 23 09:05:22.415 INFO O| Feb 23 09:05:22.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67962025-02-23T09:05:23.558Z[ recovery-image] Feb 23 09:05:22.415 INFO O| Feb 23 09:05:22.415 INFO STEP 720 (remove_files) COMPLETE
67972025-02-23T09:05:23.558Z[ recovery-image] Feb 23 09:05:22.415 INFO O| Feb 23 09:05:22.415 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-02-23T09:05:23.598Z[ recovery-image] Feb 23 09:05:22.449 INFO O| Feb 23 09:05:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67992025-02-23T09:05:23.598Z[ recovery-image] Feb 23 09:05:22.450 INFO O| Feb 23 09:05:22.449 INFO STEP 721 (remove_files) COMPLETE
68002025-02-23T09:05:23.599Z[ recovery-image] Feb 23 09:05:22.450 INFO O| Feb 23 09:05:22.450 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-02-23T09:05:23.615Z[ recovery-image] Feb 23 09:05:22.471 INFO O| Feb 23 09:05:22.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
68022025-02-23T09:05:23.616Z[ recovery-image] Feb 23 09:05:22.471 INFO O| Feb 23 09:05:22.471 INFO STEP 722 (remove_files) COMPLETE
68032025-02-23T09:05:23.650Z[ recovery-image] Feb 23 09:05:22.471 INFO O| Feb 23 09:05:22.471 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-02-23T09:05:23.662Z[ recovery-image] Feb 23 09:05:22.512 INFO O| Feb 23 09:05:22.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68052025-02-23T09:05:23.662Z[ recovery-image] Feb 23 09:05:22.512 INFO O| Feb 23 09:05:22.512 INFO STEP 723 (remove_files) COMPLETE
68062025-02-23T09:05:23.671Z[ recovery-image] Feb 23 09:05:22.512 INFO O| Feb 23 09:05:22.512 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-02-23T09:05:23.715Z[ recovery-image] Feb 23 09:05:22.570 INFO O| Feb 23 09:05:22.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68082025-02-23T09:05:23.715Z[ recovery-image] Feb 23 09:05:22.570 INFO O| Feb 23 09:05:22.570 INFO STEP 724 (remove_files) COMPLETE
68092025-02-23T09:05:23.715Z[ recovery-image] Feb 23 09:05:22.570 INFO O| Feb 23 09:05:22.570 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-02-23T09:05:23.736Z[ recovery-image] Feb 23 09:05:22.594 INFO O| Feb 23 09:05:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68112025-02-23T09:05:23.738Z[ recovery-image] Feb 23 09:05:22.594 INFO O| Feb 23 09:05:22.594 INFO STEP 725 (remove_files) COMPLETE
68122025-02-23T09:05:23.738Z[ recovery-image] Feb 23 09:05:22.594 INFO O| Feb 23 09:05:22.594 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-02-23T09:05:23.761Z[ recovery-image] Feb 23 09:05:22.616 INFO O| Feb 23 09:05:22.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68142025-02-23T09:05:23.762Z[ recovery-image] Feb 23 09:05:22.616 INFO O| Feb 23 09:05:22.616 INFO STEP 726 (remove_files) COMPLETE
68152025-02-23T09:05:23.762Z[ recovery-image] Feb 23 09:05:22.617 INFO O| Feb 23 09:05:22.616 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-02-23T09:05:23.802Z[ recovery-image] Feb 23 09:05:22.639 INFO O| Feb 23 09:05:22.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68172025-02-23T09:05:23.802Z[ recovery-image] Feb 23 09:05:22.639 INFO O| Feb 23 09:05:22.639 INFO STEP 727 (remove_files) COMPLETE
68182025-02-23T09:05:23.813Z[ recovery-image] Feb 23 09:05:22.639 INFO O| Feb 23 09:05:22.639 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-02-23T09:05:23.824Z[ recovery-image] Feb 23 09:05:22.681 INFO O| Feb 23 09:05:22.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68202025-02-23T09:05:23.828Z[ recovery-image] Feb 23 09:05:22.681 INFO O| Feb 23 09:05:22.681 INFO STEP 728 (remove_files) COMPLETE
68212025-02-23T09:05:23.828Z[ recovery-image] Feb 23 09:05:22.681 INFO O| Feb 23 09:05:22.681 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-02-23T09:05:23.867Z[ recovery-image] Feb 23 09:05:22.719 INFO O| Feb 23 09:05:22.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68232025-02-23T09:05:23.867Z[ recovery-image] Feb 23 09:05:22.720 INFO O| Feb 23 09:05:22.720 INFO STEP 729 (remove_files) COMPLETE
68242025-02-23T09:05:23.867Z[ recovery-image] Feb 23 09:05:22.720 INFO O| Feb 23 09:05:22.720 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-23T09:05:23.886Z[ recovery-image] Feb 23 09:05:22.741 INFO O| Feb 23 09:05:22.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68262025-02-23T09:05:23.886Z[ recovery-image] Feb 23 09:05:22.741 INFO O| Feb 23 09:05:22.741 INFO STEP 730 (remove_files) COMPLETE
68272025-02-23T09:05:23.886Z[ recovery-image] Feb 23 09:05:22.741 INFO O| Feb 23 09:05:22.741 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-23T09:05:23.923Z[ recovery-image] Feb 23 09:05:22.763 INFO O| Feb 23 09:05:22.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68292025-02-23T09:05:23.923Z[ recovery-image] Feb 23 09:05:22.763 INFO O| Feb 23 09:05:22.763 INFO STEP 731 (remove_files) COMPLETE
68302025-02-23T09:05:23.923Z[ recovery-image] Feb 23 09:05:22.763 INFO O| Feb 23 09:05:22.763 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-23T09:05:23.942Z[ recovery-image] Feb 23 09:05:22.799 INFO O| Feb 23 09:05:22.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68322025-02-23T09:05:23.942Z[ recovery-image] Feb 23 09:05:22.799 INFO O| Feb 23 09:05:22.799 INFO STEP 732 (remove_files) COMPLETE
68332025-02-23T09:05:23.942Z[ recovery-image] Feb 23 09:05:22.799 INFO O| Feb 23 09:05:22.799 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-23T09:05:23.977Z[ recovery-image] Feb 23 09:05:22.834 INFO O| Feb 23 09:05:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68352025-02-23T09:05:23.977Z[ recovery-image] Feb 23 09:05:22.834 INFO O| Feb 23 09:05:22.834 INFO STEP 733 (remove_files) COMPLETE
68362025-02-23T09:05:23.978Z[ recovery-image] Feb 23 09:05:22.834 INFO O| Feb 23 09:05:22.834 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-23T09:05:23.999Z[ recovery-image] Feb 23 09:05:22.855 INFO O| Feb 23 09:05:22.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68382025-02-23T09:05:24.004Z[ recovery-image] Feb 23 09:05:22.855 INFO O| Feb 23 09:05:22.855 INFO STEP 734 (remove_files) COMPLETE
68392025-02-23T09:05:24.005Z[ recovery-image] Feb 23 09:05:22.855 INFO O| Feb 23 09:05:22.855 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-23T09:05:24.028Z[ recovery-image] Feb 23 09:05:22.879 INFO O| Feb 23 09:05:22.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68412025-02-23T09:05:24.028Z[ recovery-image] Feb 23 09:05:22.880 INFO O| Feb 23 09:05:22.880 INFO STEP 735 (remove_files) COMPLETE
68422025-02-23T09:05:24.035Z[ recovery-image] Feb 23 09:05:22.880 INFO O| Feb 23 09:05:22.880 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-23T09:05:24.050Z[ recovery-image] Feb 23 09:05:22.905 INFO O| Feb 23 09:05:22.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68442025-02-23T09:05:24.051Z[ recovery-image] Feb 23 09:05:22.905 INFO O| Feb 23 09:05:22.905 INFO STEP 736 (remove_files) COMPLETE
68452025-02-23T09:05:24.060Z[ recovery-image] Feb 23 09:05:22.905 INFO O| Feb 23 09:05:22.905 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-23T09:05:24.083Z[ recovery-image] Feb 23 09:05:22.930 INFO O| Feb 23 09:05:22.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68472025-02-23T09:05:24.083Z[ recovery-image] Feb 23 09:05:22.930 INFO O| Feb 23 09:05:22.930 INFO STEP 737 (remove_files) COMPLETE
68482025-02-23T09:05:24.083Z[ recovery-image] Feb 23 09:05:22.930 INFO O| Feb 23 09:05:22.930 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-23T09:05:24.113Z[ recovery-image] Feb 23 09:05:22.968 INFO O| Feb 23 09:05:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68502025-02-23T09:05:24.113Z[ recovery-image] Feb 23 09:05:22.968 INFO O| Feb 23 09:05:22.968 INFO STEP 738 (remove_files) COMPLETE
68512025-02-23T09:05:24.113Z[ recovery-image] Feb 23 09:05:22.968 INFO O| Feb 23 09:05:22.968 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-23T09:05:24.136Z[ recovery-image] Feb 23 09:05:22.992 INFO O| Feb 23 09:05:22.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68532025-02-23T09:05:24.136Z[ recovery-image] Feb 23 09:05:22.992 INFO O| Feb 23 09:05:22.992 INFO STEP 739 (remove_files) COMPLETE
68542025-02-23T09:05:24.154Z[ recovery-image] Feb 23 09:05:22.992 INFO O| Feb 23 09:05:22.992 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-02-23T09:05:24.199Z[ recovery-image] Feb 23 09:05:23.055 INFO O| Feb 23 09:05:23.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68562025-02-23T09:05:24.199Z[ recovery-image] Feb 23 09:05:23.055 INFO O| Feb 23 09:05:23.055 INFO STEP 740 (remove_files) COMPLETE
68572025-02-23T09:05:24.199Z[ recovery-image] Feb 23 09:05:23.055 INFO O| Feb 23 09:05:23.055 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-02-23T09:05:24.264Z[ recovery-image] Feb 23 09:05:23.103 INFO O| Feb 23 09:05:23.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68592025-02-23T09:05:24.264Z[ recovery-image] Feb 23 09:05:23.103 INFO O| Feb 23 09:05:23.103 INFO STEP 741 (remove_files) COMPLETE
68602025-02-23T09:05:24.285Z[ recovery-image] Feb 23 09:05:23.103 INFO O| Feb 23 09:05:23.103 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-02-23T09:05:24.294Z[ recovery-image] Feb 23 09:05:23.131 INFO O| Feb 23 09:05:23.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68622025-02-23T09:05:24.296Z[ recovery-image] Feb 23 09:05:23.131 INFO O| Feb 23 09:05:23.131 INFO STEP 742 (remove_files) COMPLETE
68632025-02-23T09:05:24.296Z[ recovery-image] Feb 23 09:05:23.131 INFO O| Feb 23 09:05:23.131 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-02-23T09:05:24.301Z[ recovery-image] Feb 23 09:05:23.153 INFO O| Feb 23 09:05:23.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68652025-02-23T09:05:24.302Z[ recovery-image] Feb 23 09:05:23.153 INFO O| Feb 23 09:05:23.153 INFO STEP 743 (remove_files) COMPLETE
68662025-02-23T09:05:24.302Z[ recovery-image] Feb 23 09:05:23.153 INFO O| Feb 23 09:05:23.153 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-02-23T09:05:24.350Z[ recovery-image] Feb 23 09:05:23.203 INFO O| Feb 23 09:05:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68682025-02-23T09:05:24.350Z[ recovery-image] Feb 23 09:05:23.203 INFO O| Feb 23 09:05:23.203 INFO STEP 744 (remove_files) COMPLETE
68692025-02-23T09:05:24.350Z[ recovery-image] Feb 23 09:05:23.203 INFO O| Feb 23 09:05:23.203 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-02-23T09:05:24.398Z[ recovery-image] Feb 23 09:05:23.236 INFO O| Feb 23 09:05:23.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68712025-02-23T09:05:24.413Z[ recovery-image] Feb 23 09:05:23.240 INFO O| Feb 23 09:05:23.240 INFO STEP 745 (remove_files) COMPLETE
68722025-02-23T09:05:24.413Z[ recovery-image] Feb 23 09:05:23.240 INFO O| Feb 23 09:05:23.240 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-02-23T09:05:24.436Z[ recovery-image] Feb 23 09:05:23.261 INFO O| Feb 23 09:05:23.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68742025-02-23T09:05:24.437Z[ recovery-image] Feb 23 09:05:23.261 INFO O| Feb 23 09:05:23.261 INFO STEP 746 (remove_files) COMPLETE
68752025-02-23T09:05:24.437Z[ recovery-image] Feb 23 09:05:23.261 INFO O| Feb 23 09:05:23.261 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-02-23T09:05:24.437Z[ recovery-image] Feb 23 09:05:23.281 INFO O| Feb 23 09:05:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68772025-02-23T09:05:24.439Z[ recovery-image] Feb 23 09:05:23.281 INFO O| Feb 23 09:05:23.281 INFO STEP 747 (remove_files) COMPLETE
68782025-02-23T09:05:24.439Z[ recovery-image] Feb 23 09:05:23.281 INFO O| Feb 23 09:05:23.281 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-02-23T09:05:24.463Z[ recovery-image] Feb 23 09:05:23.317 INFO O| Feb 23 09:05:23.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68802025-02-23T09:05:24.463Z[ recovery-image] Feb 23 09:05:23.317 INFO O| Feb 23 09:05:23.317 INFO STEP 748 (remove_files) COMPLETE
68812025-02-23T09:05:24.463Z[ recovery-image] Feb 23 09:05:23.317 INFO O| Feb 23 09:05:23.317 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-02-23T09:05:24.531Z[ recovery-image] Feb 23 09:05:23.376 INFO O| Feb 23 09:05:23.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68832025-02-23T09:05:24.531Z[ recovery-image] Feb 23 09:05:23.376 INFO O| Feb 23 09:05:23.376 INFO STEP 749 (remove_files) COMPLETE
68842025-02-23T09:05:24.531Z[ recovery-image] Feb 23 09:05:23.376 INFO O| Feb 23 09:05:23.376 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-02-23T09:05:24.546Z[ recovery-image] Feb 23 09:05:23.401 INFO O| Feb 23 09:05:23.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68862025-02-23T09:05:24.564Z[ recovery-image] Feb 23 09:05:23.401 INFO O| Feb 23 09:05:23.401 INFO STEP 750 (remove_files) COMPLETE
68872025-02-23T09:05:24.564Z[ recovery-image] Feb 23 09:05:23.402 INFO O| Feb 23 09:05:23.402 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-02-23T09:05:24.574Z[ recovery-image] Feb 23 09:05:23.422 INFO O| Feb 23 09:05:23.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68892025-02-23T09:05:24.574Z[ recovery-image] Feb 23 09:05:23.422 INFO O| Feb 23 09:05:23.422 INFO STEP 751 (remove_files) COMPLETE
68902025-02-23T09:05:24.574Z[ recovery-image] Feb 23 09:05:23.422 INFO O| Feb 23 09:05:23.422 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-02-23T09:05:24.589Z[ recovery-image] Feb 23 09:05:23.442 INFO O| Feb 23 09:05:23.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68922025-02-23T09:05:24.599Z[ recovery-image] Feb 23 09:05:23.442 INFO O| Feb 23 09:05:23.442 INFO STEP 752 (remove_files) COMPLETE
68932025-02-23T09:05:24.599Z[ recovery-image] Feb 23 09:05:23.442 INFO O| Feb 23 09:05:23.442 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-02-23T09:05:24.624Z[ recovery-image] Feb 23 09:05:23.478 INFO O| Feb 23 09:05:23.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68952025-02-23T09:05:24.644Z[ recovery-image] Feb 23 09:05:23.478 INFO O| Feb 23 09:05:23.478 INFO STEP 753 (remove_files) COMPLETE
68962025-02-23T09:05:24.645Z[ recovery-image] Feb 23 09:05:23.478 INFO O| Feb 23 09:05:23.478 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-02-23T09:05:24.651Z[ recovery-image] Feb 23 09:05:23.500 INFO O| Feb 23 09:05:23.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68982025-02-23T09:05:24.652Z[ recovery-image] Feb 23 09:05:23.500 INFO O| Feb 23 09:05:23.500 INFO STEP 754 (remove_files) COMPLETE
68992025-02-23T09:05:24.652Z[ recovery-image] Feb 23 09:05:23.500 INFO O| Feb 23 09:05:23.500 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-02-23T09:05:24.678Z[ recovery-image] Feb 23 09:05:23.535 INFO O| Feb 23 09:05:23.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69012025-02-23T09:05:24.681Z[ recovery-image] Feb 23 09:05:23.535 INFO O| Feb 23 09:05:23.535 INFO STEP 755 (remove_files) COMPLETE
69022025-02-23T09:05:24.681Z[ recovery-image] Feb 23 09:05:23.535 INFO O| Feb 23 09:05:23.535 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-02-23T09:05:24.700Z[ recovery-image] Feb 23 09:05:23.557 INFO O| Feb 23 09:05:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69042025-02-23T09:05:24.708Z[ recovery-image] Feb 23 09:05:23.557 INFO O| Feb 23 09:05:23.557 INFO STEP 756 (remove_files) COMPLETE
69052025-02-23T09:05:24.708Z[ recovery-image] Feb 23 09:05:23.557 INFO O| Feb 23 09:05:23.557 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-02-23T09:05:24.731Z[ recovery-image] Feb 23 09:05:23.578 INFO O| Feb 23 09:05:23.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69072025-02-23T09:05:24.731Z[ recovery-image] Feb 23 09:05:23.578 INFO O| Feb 23 09:05:23.578 INFO STEP 757 (remove_files) COMPLETE
69082025-02-23T09:05:24.731Z[ recovery-image] Feb 23 09:05:23.578 INFO O| Feb 23 09:05:23.578 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-02-23T09:05:24.745Z[ recovery-image] Feb 23 09:05:23.602 INFO O| Feb 23 09:05:23.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69102025-02-23T09:05:24.745Z[ recovery-image] Feb 23 09:05:23.602 INFO O| Feb 23 09:05:23.602 INFO STEP 758 (remove_files) COMPLETE
69112025-02-23T09:05:24.745Z[ recovery-image] Feb 23 09:05:23.602 INFO O| Feb 23 09:05:23.602 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-02-23T09:05:24.786Z[ recovery-image] Feb 23 09:05:23.643 INFO O| Feb 23 09:05:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69132025-02-23T09:05:24.787Z[ recovery-image] Feb 23 09:05:23.643 INFO O| Feb 23 09:05:23.643 INFO STEP 759 (remove_files) COMPLETE
69142025-02-23T09:05:24.792Z[ recovery-image] Feb 23 09:05:23.643 INFO O| Feb 23 09:05:23.643 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-02-23T09:05:24.808Z[ recovery-image] Feb 23 09:05:23.665 INFO O| Feb 23 09:05:23.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69162025-02-23T09:05:24.809Z[ recovery-image] Feb 23 09:05:23.665 INFO O| Feb 23 09:05:23.665 INFO STEP 760 (remove_files) COMPLETE
69172025-02-23T09:05:24.809Z[ recovery-image] Feb 23 09:05:23.665 INFO O| Feb 23 09:05:23.665 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-02-23T09:05:24.827Z[ recovery-image] Feb 23 09:05:23.685 INFO O| Feb 23 09:05:23.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69192025-02-23T09:05:24.828Z[ recovery-image] Feb 23 09:05:23.685 INFO O| Feb 23 09:05:23.685 INFO STEP 761 (remove_files) COMPLETE
69202025-02-23T09:05:24.828Z[ recovery-image] Feb 23 09:05:23.685 INFO O| Feb 23 09:05:23.685 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-02-23T09:05:24.850Z[ recovery-image] Feb 23 09:05:23.707 INFO O| Feb 23 09:05:23.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69222025-02-23T09:05:24.850Z[ recovery-image] Feb 23 09:05:23.707 INFO O| Feb 23 09:05:23.707 INFO STEP 762 (remove_files) COMPLETE
69232025-02-23T09:05:24.850Z[ recovery-image] Feb 23 09:05:23.707 INFO O| Feb 23 09:05:23.707 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-02-23T09:05:24.926Z[ recovery-image] Feb 23 09:05:23.783 INFO O| Feb 23 09:05:23.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69252025-02-23T09:05:24.926Z[ recovery-image] Feb 23 09:05:23.783 INFO O| Feb 23 09:05:23.783 INFO STEP 763 (remove_files) COMPLETE
69262025-02-23T09:05:24.931Z[ recovery-image] Feb 23 09:05:23.783 INFO O| Feb 23 09:05:23.783 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-02-23T09:05:24.945Z[ recovery-image] Feb 23 09:05:23.802 INFO O| Feb 23 09:05:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69282025-02-23T09:05:24.945Z[ recovery-image] Feb 23 09:05:23.802 INFO O| Feb 23 09:05:23.802 INFO STEP 764 (remove_files) COMPLETE
69292025-02-23T09:05:24.945Z[ recovery-image] Feb 23 09:05:23.802 INFO O| Feb 23 09:05:23.802 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-02-23T09:05:24.965Z[ recovery-image] Feb 23 09:05:23.822 INFO O| Feb 23 09:05:23.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69312025-02-23T09:05:24.984Z[ recovery-image] Feb 23 09:05:23.841 INFO O| Feb 23 09:05:23.841 INFO STEP 765 (remove_files) COMPLETE
69322025-02-23T09:05:24.984Z[ recovery-image] Feb 23 09:05:23.841 INFO O| Feb 23 09:05:23.841 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-02-23T09:05:25.072Z[ recovery-image] Feb 23 09:05:23.929 INFO O| Feb 23 09:05:23.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69342025-02-23T09:05:25.072Z[ recovery-image] Feb 23 09:05:23.929 INFO O| Feb 23 09:05:23.929 INFO STEP 766 (remove_files) COMPLETE
69352025-02-23T09:05:25.072Z[ recovery-image] Feb 23 09:05:23.929 INFO O| Feb 23 09:05:23.929 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-02-23T09:05:25.137Z[ recovery-image] Feb 23 09:05:23.992 INFO O| Feb 23 09:05:23.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69372025-02-23T09:05:25.137Z[ recovery-image] Feb 23 09:05:23.992 INFO O| Feb 23 09:05:23.992 INFO STEP 767 (remove_files) COMPLETE
69382025-02-23T09:05:25.137Z[ recovery-image] Feb 23 09:05:23.992 INFO O| Feb 23 09:05:23.992 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-02-23T09:05:25.157Z[ recovery-image] Feb 23 09:05:24.014 INFO O| Feb 23 09:05:24.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69402025-02-23T09:05:25.157Z[ recovery-image] Feb 23 09:05:24.014 INFO O| Feb 23 09:05:24.014 INFO STEP 768 (remove_files) COMPLETE
69412025-02-23T09:05:25.162Z[ recovery-image] Feb 23 09:05:24.014 INFO O| Feb 23 09:05:24.014 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-02-23T09:05:25.178Z[ recovery-image] Feb 23 09:05:24.035 INFO O| Feb 23 09:05:24.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69432025-02-23T09:05:25.178Z[ recovery-image] Feb 23 09:05:24.035 INFO O| Feb 23 09:05:24.035 INFO STEP 769 (remove_files) COMPLETE
69442025-02-23T09:05:25.178Z[ recovery-image] Feb 23 09:05:24.035 INFO O| Feb 23 09:05:24.035 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-02-23T09:05:25.198Z[ recovery-image] Feb 23 09:05:24.055 INFO O| Feb 23 09:05:24.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69462025-02-23T09:05:25.198Z[ recovery-image] Feb 23 09:05:24.055 INFO O| Feb 23 09:05:24.055 INFO STEP 770 (remove_files) COMPLETE
69472025-02-23T09:05:25.203Z[ recovery-image] Feb 23 09:05:24.056 INFO O| Feb 23 09:05:24.055 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-02-23T09:05:25.221Z[ recovery-image] Feb 23 09:05:24.076 INFO O| Feb 23 09:05:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69492025-02-23T09:05:25.227Z[ recovery-image] Feb 23 09:05:24.076 INFO O| Feb 23 09:05:24.076 INFO STEP 771 (remove_files) COMPLETE
69502025-02-23T09:05:25.227Z[ recovery-image] Feb 23 09:05:24.076 INFO O| Feb 23 09:05:24.076 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-02-23T09:05:25.281Z[ recovery-image] Feb 23 09:05:24.138 INFO O| Feb 23 09:05:24.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69522025-02-23T09:05:25.281Z[ recovery-image] Feb 23 09:05:24.138 INFO O| Feb 23 09:05:24.138 INFO STEP 772 (remove_files) COMPLETE
69532025-02-23T09:05:25.281Z[ recovery-image] Feb 23 09:05:24.138 INFO O| Feb 23 09:05:24.138 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-02-23T09:05:25.301Z[ recovery-image] Feb 23 09:05:24.158 INFO O| Feb 23 09:05:24.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69552025-02-23T09:05:25.301Z[ recovery-image] Feb 23 09:05:24.158 INFO O| Feb 23 09:05:24.158 INFO STEP 773 (remove_files) COMPLETE
69562025-02-23T09:05:25.301Z[ recovery-image] Feb 23 09:05:24.158 INFO O| Feb 23 09:05:24.158 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-02-23T09:05:25.358Z[ recovery-image] Feb 23 09:05:24.213 INFO O| Feb 23 09:05:24.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69582025-02-23T09:05:25.359Z[ recovery-image] Feb 23 09:05:24.213 INFO O| Feb 23 09:05:24.213 INFO STEP 774 (remove_files) COMPLETE
69592025-02-23T09:05:25.364Z[ recovery-image] Feb 23 09:05:24.213 INFO O| Feb 23 09:05:24.213 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-02-23T09:05:25.388Z[ recovery-image] Feb 23 09:05:24.245 INFO O| Feb 23 09:05:24.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69612025-02-23T09:05:25.388Z[ recovery-image] Feb 23 09:05:24.245 INFO O| Feb 23 09:05:24.245 INFO STEP 775 (remove_files) COMPLETE
69622025-02-23T09:05:25.389Z[ recovery-image] Feb 23 09:05:24.245 INFO O| Feb 23 09:05:24.245 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-02-23T09:05:25.418Z[ recovery-image] Feb 23 09:05:24.269 INFO O| Feb 23 09:05:24.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69642025-02-23T09:05:25.418Z[ recovery-image] Feb 23 09:05:24.269 INFO O| Feb 23 09:05:24.269 INFO STEP 776 (remove_files) COMPLETE
69652025-02-23T09:05:25.418Z[ recovery-image] Feb 23 09:05:24.269 INFO O| Feb 23 09:05:24.269 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-02-23T09:05:25.437Z[ recovery-image] Feb 23 09:05:24.291 INFO O| Feb 23 09:05:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69672025-02-23T09:05:25.437Z[ recovery-image] Feb 23 09:05:24.292 INFO O| Feb 23 09:05:24.291 INFO STEP 777 (remove_files) COMPLETE
69682025-02-23T09:05:25.441Z[ recovery-image] Feb 23 09:05:24.292 INFO O| Feb 23 09:05:24.292 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-02-23T09:05:25.457Z[ recovery-image] Feb 23 09:05:24.314 INFO O| Feb 23 09:05:24.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69702025-02-23T09:05:25.457Z[ recovery-image] Feb 23 09:05:24.314 INFO O| Feb 23 09:05:24.314 INFO STEP 778 (remove_files) COMPLETE
69712025-02-23T09:05:25.457Z[ recovery-image] Feb 23 09:05:24.314 INFO O| Feb 23 09:05:24.314 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-02-23T09:05:25.491Z[ recovery-image] Feb 23 09:05:24.336 INFO O| Feb 23 09:05:24.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69732025-02-23T09:05:25.491Z[ recovery-image] Feb 23 09:05:24.336 INFO O| Feb 23 09:05:24.336 INFO STEP 779 (remove_files) COMPLETE
69742025-02-23T09:05:25.491Z[ recovery-image] Feb 23 09:05:24.336 INFO O| Feb 23 09:05:24.336 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-02-23T09:05:25.503Z[ recovery-image] Feb 23 09:05:24.358 INFO O| Feb 23 09:05:24.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69762025-02-23T09:05:25.503Z[ recovery-image] Feb 23 09:05:24.358 INFO O| Feb 23 09:05:24.358 INFO STEP 780 (remove_files) COMPLETE
69772025-02-23T09:05:25.503Z[ recovery-image] Feb 23 09:05:24.358 INFO O| Feb 23 09:05:24.358 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-02-23T09:05:25.522Z[ recovery-image] Feb 23 09:05:24.378 INFO O| Feb 23 09:05:24.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69792025-02-23T09:05:25.522Z[ recovery-image] Feb 23 09:05:24.378 INFO O| Feb 23 09:05:24.378 INFO STEP 781 (remove_files) COMPLETE
69802025-02-23T09:05:25.522Z[ recovery-image] Feb 23 09:05:24.378 INFO O| Feb 23 09:05:24.378 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-02-23T09:05:25.547Z[ recovery-image] Feb 23 09:05:24.404 INFO O| Feb 23 09:05:24.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69822025-02-23T09:05:25.550Z[ recovery-image] Feb 23 09:05:24.404 INFO O| Feb 23 09:05:24.404 INFO STEP 782 (remove_files) COMPLETE
69832025-02-23T09:05:25.550Z[ recovery-image] Feb 23 09:05:24.404 INFO O| Feb 23 09:05:24.404 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-02-23T09:05:25.569Z[ recovery-image] Feb 23 09:05:24.426 INFO O| Feb 23 09:05:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69852025-02-23T09:05:25.572Z[ recovery-image] Feb 23 09:05:24.426 INFO O| Feb 23 09:05:24.426 INFO STEP 783 (remove_files) COMPLETE
69862025-02-23T09:05:25.572Z[ recovery-image] Feb 23 09:05:24.426 INFO O| Feb 23 09:05:24.426 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-02-23T09:05:25.607Z[ recovery-image] Feb 23 09:05:24.447 INFO O| Feb 23 09:05:24.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69882025-02-23T09:05:25.608Z[ recovery-image] Feb 23 09:05:24.447 INFO O| Feb 23 09:05:24.447 INFO STEP 784 (remove_files) COMPLETE
69892025-02-23T09:05:25.608Z[ recovery-image] Feb 23 09:05:24.447 INFO O| Feb 23 09:05:24.447 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-02-23T09:05:25.628Z[ recovery-image] Feb 23 09:05:24.478 INFO O| Feb 23 09:05:24.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69912025-02-23T09:05:25.628Z[ recovery-image] Feb 23 09:05:24.478 INFO O| Feb 23 09:05:24.478 INFO STEP 785 (remove_files) COMPLETE
69922025-02-23T09:05:25.629Z[ recovery-image] Feb 23 09:05:24.478 INFO O| Feb 23 09:05:24.478 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-02-23T09:05:25.660Z[ recovery-image] Feb 23 09:05:24.515 INFO O| Feb 23 09:05:24.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69942025-02-23T09:05:25.662Z[ recovery-image] Feb 23 09:05:24.515 INFO O| Feb 23 09:05:24.515 INFO STEP 786 (remove_files) COMPLETE
69952025-02-23T09:05:25.667Z[ recovery-image] Feb 23 09:05:24.515 INFO O| Feb 23 09:05:24.515 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-02-23T09:05:25.677Z[ recovery-image] Feb 23 09:05:24.534 INFO O| Feb 23 09:05:24.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69972025-02-23T09:05:25.677Z[ recovery-image] Feb 23 09:05:24.534 INFO O| Feb 23 09:05:24.534 INFO STEP 787 (remove_files) COMPLETE
69982025-02-23T09:05:25.680Z[ recovery-image] Feb 23 09:05:24.534 INFO O| Feb 23 09:05:24.534 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-02-23T09:05:25.695Z[ recovery-image] Feb 23 09:05:24.552 INFO O| Feb 23 09:05:24.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
70002025-02-23T09:05:25.695Z[ recovery-image] Feb 23 09:05:24.552 INFO O| Feb 23 09:05:24.552 INFO STEP 788 (remove_files) COMPLETE
70012025-02-23T09:05:25.698Z[ recovery-image] Feb 23 09:05:24.552 INFO O| Feb 23 09:05:24.552 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-02-23T09:05:25.714Z[ recovery-image] Feb 23 09:05:24.570 INFO O| Feb 23 09:05:24.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70032025-02-23T09:05:25.714Z[ recovery-image] Feb 23 09:05:24.570 INFO O| Feb 23 09:05:24.570 INFO STEP 789 (remove_files) COMPLETE
70042025-02-23T09:05:25.732Z[ recovery-image] Feb 23 09:05:24.570 INFO O| Feb 23 09:05:24.570 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-02-23T09:05:25.745Z[ recovery-image] Feb 23 09:05:24.592 INFO O| Feb 23 09:05:24.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70062025-02-23T09:05:25.745Z[ recovery-image] Feb 23 09:05:24.592 INFO O| Feb 23 09:05:24.592 INFO STEP 790 (remove_files) COMPLETE
70072025-02-23T09:05:25.745Z[ recovery-image] Feb 23 09:05:24.592 INFO O| Feb 23 09:05:24.592 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-02-23T09:05:25.758Z[ recovery-image] Feb 23 09:05:24.614 INFO O| Feb 23 09:05:24.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70092025-02-23T09:05:25.758Z[ recovery-image] Feb 23 09:05:24.615 INFO O| Feb 23 09:05:24.614 INFO STEP 791 (remove_files) COMPLETE
70102025-02-23T09:05:25.758Z[ recovery-image] Feb 23 09:05:24.615 INFO O| Feb 23 09:05:24.614 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-02-23T09:05:25.792Z[ recovery-image] Feb 23 09:05:24.635 INFO O| Feb 23 09:05:24.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70122025-02-23T09:05:25.793Z[ recovery-image] Feb 23 09:05:24.635 INFO O| Feb 23 09:05:24.635 INFO STEP 792 (remove_files) COMPLETE
70132025-02-23T09:05:25.793Z[ recovery-image] Feb 23 09:05:24.635 INFO O| Feb 23 09:05:24.635 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-02-23T09:05:25.806Z[ recovery-image] Feb 23 09:05:24.654 INFO O| Feb 23 09:05:24.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70152025-02-23T09:05:25.808Z[ recovery-image] Feb 23 09:05:24.654 INFO O| Feb 23 09:05:24.654 INFO STEP 793 (remove_files) COMPLETE
70162025-02-23T09:05:25.808Z[ recovery-image] Feb 23 09:05:24.654 INFO O| Feb 23 09:05:24.654 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-02-23T09:05:25.849Z[ recovery-image] Feb 23 09:05:24.693 INFO O| Feb 23 09:05:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70182025-02-23T09:05:25.849Z[ recovery-image] Feb 23 09:05:24.693 INFO O| Feb 23 09:05:24.693 INFO STEP 794 (remove_files) COMPLETE
70192025-02-23T09:05:25.849Z[ recovery-image] Feb 23 09:05:24.693 INFO O| Feb 23 09:05:24.693 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-02-23T09:05:25.867Z[ recovery-image] Feb 23 09:05:24.716 INFO O| Feb 23 09:05:24.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70212025-02-23T09:05:25.867Z[ recovery-image] Feb 23 09:05:24.716 INFO O| Feb 23 09:05:24.716 INFO STEP 795 (remove_files) COMPLETE
70222025-02-23T09:05:25.888Z[ recovery-image] Feb 23 09:05:24.716 INFO O| Feb 23 09:05:24.716 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-02-23T09:05:25.911Z[ recovery-image] Feb 23 09:05:24.753 INFO O| Feb 23 09:05:24.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70242025-02-23T09:05:25.923Z[ recovery-image] Feb 23 09:05:24.775 INFO O| Feb 23 09:05:24.775 INFO STEP 796 (remove_files) COMPLETE
70252025-02-23T09:05:25.957Z[ recovery-image] Feb 23 09:05:24.775 INFO O| Feb 23 09:05:24.775 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-02-23T09:05:25.985Z[ recovery-image] Feb 23 09:05:24.823 INFO O| Feb 23 09:05:24.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70272025-02-23T09:05:25.986Z[ recovery-image] Feb 23 09:05:24.823 INFO O| Feb 23 09:05:24.823 INFO STEP 797 (remove_files) COMPLETE
70282025-02-23T09:05:26.163Z[ recovery-image] Feb 23 09:05:24.823 INFO O| Feb 23 09:05:24.823 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-02-23T09:05:26.163Z[ recovery-image] Feb 23 09:05:24.846 INFO O| Feb 23 09:05:24.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70302025-02-23T09:05:26.163Z[ recovery-image] Feb 23 09:05:24.846 INFO O| Feb 23 09:05:24.846 INFO STEP 798 (remove_files) COMPLETE
70312025-02-23T09:05:26.163Z[ recovery-image] Feb 23 09:05:24.846 INFO O| Feb 23 09:05:24.846 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-02-23T09:05:26.163Z[ recovery-image] Feb 23 09:05:24.867 INFO O| Feb 23 09:05:24.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70332025-02-23T09:05:26.163Z[ recovery-image] Feb 23 09:05:24.867 INFO O| Feb 23 09:05:24.867 INFO STEP 799 (remove_files) COMPLETE
70342025-02-23T09:05:26.163Z[ recovery-image] Feb 23 09:05:24.867 INFO O| Feb 23 09:05:24.867 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.886 INFO O| Feb 23 09:05:24.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70362025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.886 INFO O| Feb 23 09:05:24.886 INFO STEP 800 (remove_files) COMPLETE
70372025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.886 INFO O| Feb 23 09:05:24.886 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.903 INFO O| Feb 23 09:05:24.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70392025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.903 INFO O| Feb 23 09:05:24.903 INFO STEP 801 (remove_files) COMPLETE
70402025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.903 INFO O| Feb 23 09:05:24.903 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.922 INFO O| Feb 23 09:05:24.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70422025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.922 INFO O| Feb 23 09:05:24.922 INFO STEP 802 (remove_files) COMPLETE
70432025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.922 INFO O| Feb 23 09:05:24.922 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-02-23T09:05:26.213Z[ recovery-image] Feb 23 09:05:24.942 INFO O| Feb 23 09:05:24.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70452025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.942 INFO O| Feb 23 09:05:24.942 INFO STEP 803 (remove_files) COMPLETE
70462025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.942 INFO O| Feb 23 09:05:24.942 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.963 INFO O| Feb 23 09:05:24.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70482025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.963 INFO O| Feb 23 09:05:24.963 INFO STEP 804 (remove_files) COMPLETE
70492025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.963 INFO O| Feb 23 09:05:24.963 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.984 INFO O| Feb 23 09:05:24.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70512025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.984 INFO O| Feb 23 09:05:24.984 INFO STEP 805 (remove_files) COMPLETE
70522025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:24.984 INFO O| Feb 23 09:05:24.984 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:25.005 INFO O| Feb 23 09:05:25.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70542025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:25.005 INFO O| Feb 23 09:05:25.005 INFO STEP 806 (remove_files) COMPLETE
70552025-02-23T09:05:26.214Z[ recovery-image] Feb 23 09:05:25.005 INFO O| Feb 23 09:05:25.005 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-02-23T09:05:26.215Z[ recovery-image] Feb 23 09:05:25.025 INFO O| Feb 23 09:05:25.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70572025-02-23T09:05:26.216Z[ recovery-image] Feb 23 09:05:25.025 INFO O| Feb 23 09:05:25.025 INFO STEP 807 (remove_files) COMPLETE
70582025-02-23T09:05:26.216Z[ recovery-image] Feb 23 09:05:25.025 INFO O| Feb 23 09:05:25.025 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-02-23T09:05:26.232Z[ recovery-image] Feb 23 09:05:25.055 INFO O| Feb 23 09:05:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70602025-02-23T09:05:26.232Z[ recovery-image] Feb 23 09:05:25.055 INFO O| Feb 23 09:05:25.055 INFO STEP 808 (remove_files) COMPLETE
70612025-02-23T09:05:26.232Z[ recovery-image] Feb 23 09:05:25.055 INFO O| Feb 23 09:05:25.055 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-02-23T09:05:26.279Z[ recovery-image] Feb 23 09:05:25.094 INFO O| Feb 23 09:05:25.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70632025-02-23T09:05:26.280Z[ recovery-image] Feb 23 09:05:25.094 INFO O| Feb 23 09:05:25.094 INFO STEP 809 (remove_files) COMPLETE
70642025-02-23T09:05:26.280Z[ recovery-image] Feb 23 09:05:25.094 INFO O| Feb 23 09:05:25.094 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-02-23T09:05:26.313Z[ recovery-image] Feb 23 09:05:25.145 INFO O| Feb 23 09:05:25.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70662025-02-23T09:05:26.313Z[ recovery-image] Feb 23 09:05:25.145 INFO O| Feb 23 09:05:25.145 INFO STEP 810 (remove_files) COMPLETE
70672025-02-23T09:05:26.313Z[ recovery-image] Feb 23 09:05:25.145 INFO O| Feb 23 09:05:25.145 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-02-23T09:05:26.313Z[ recovery-image] Feb 23 09:05:25.162 INFO O| Feb 23 09:05:25.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70692025-02-23T09:05:26.313Z[ recovery-image] Feb 23 09:05:25.162 INFO O| Feb 23 09:05:25.162 INFO STEP 811 (remove_files) COMPLETE
70702025-02-23T09:05:26.313Z[ recovery-image] Feb 23 09:05:25.162 INFO O| Feb 23 09:05:25.162 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-02-23T09:05:26.407Z[ recovery-image] Feb 23 09:05:25.237 INFO O| Feb 23 09:05:25.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70722025-02-23T09:05:26.407Z[ recovery-image] Feb 23 09:05:25.237 INFO O| Feb 23 09:05:25.237 INFO STEP 812 (remove_files) COMPLETE
70732025-02-23T09:05:26.409Z[ recovery-image] Feb 23 09:05:25.237 INFO O| Feb 23 09:05:25.237 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-02-23T09:05:26.487Z[ recovery-image] Feb 23 09:05:25.301 INFO O| Feb 23 09:05:25.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70752025-02-23T09:05:26.487Z[ recovery-image] Feb 23 09:05:25.301 INFO O| Feb 23 09:05:25.301 INFO STEP 813 (remove_files) COMPLETE
70762025-02-23T09:05:26.507Z[ recovery-image] Feb 23 09:05:25.301 INFO O| Feb 23 09:05:25.301 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-02-23T09:05:26.538Z[ recovery-image] Feb 23 09:05:25.361 INFO O| Feb 23 09:05:25.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70782025-02-23T09:05:26.538Z[ recovery-image] Feb 23 09:05:25.361 INFO O| Feb 23 09:05:25.361 INFO STEP 814 (remove_files) COMPLETE
70792025-02-23T09:05:26.538Z[ recovery-image] Feb 23 09:05:25.361 INFO O| Feb 23 09:05:25.361 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-02-23T09:05:26.552Z[ recovery-image] Feb 23 09:05:25.379 INFO O| Feb 23 09:05:25.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70812025-02-23T09:05:26.552Z[ recovery-image] Feb 23 09:05:25.379 INFO O| Feb 23 09:05:25.379 INFO STEP 815 (remove_files) COMPLETE
70822025-02-23T09:05:26.552Z[ recovery-image] Feb 23 09:05:25.379 INFO O| Feb 23 09:05:25.379 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-02-23T09:05:26.565Z[ recovery-image] Feb 23 09:05:25.414 INFO O| Feb 23 09:05:25.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70842025-02-23T09:05:26.593Z[ recovery-image] Feb 23 09:05:25.414 INFO O| Feb 23 09:05:25.414 INFO STEP 816 (remove_files) COMPLETE
70852025-02-23T09:05:26.593Z[ recovery-image] Feb 23 09:05:25.414 INFO O| Feb 23 09:05:25.414 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-02-23T09:05:26.606Z[ recovery-image] Feb 23 09:05:25.437 INFO O| Feb 23 09:05:25.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70872025-02-23T09:05:26.606Z[ recovery-image] Feb 23 09:05:25.437 INFO O| Feb 23 09:05:25.437 INFO STEP 817 (remove_files) COMPLETE
70882025-02-23T09:05:26.606Z[ recovery-image] Feb 23 09:05:25.437 INFO O| Feb 23 09:05:25.437 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-02-23T09:05:26.618Z[ recovery-image] Feb 23 09:05:25.458 INFO O| Feb 23 09:05:25.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70902025-02-23T09:05:26.618Z[ recovery-image] Feb 23 09:05:25.458 INFO O| Feb 23 09:05:25.458 INFO STEP 818 (remove_files) COMPLETE
70912025-02-23T09:05:26.619Z[ recovery-image] Feb 23 09:05:25.459 INFO O| Feb 23 09:05:25.458 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-23T09:05:26.642Z[ recovery-image] Feb 23 09:05:25.495 INFO O| Feb 23 09:05:25.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70932025-02-23T09:05:26.664Z[ recovery-image] Feb 23 09:05:25.495 INFO O| Feb 23 09:05:25.495 INFO STEP 819 (remove_files) COMPLETE
70942025-02-23T09:05:26.664Z[ recovery-image] Feb 23 09:05:25.495 INFO O| Feb 23 09:05:25.495 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-23T09:05:26.694Z[ recovery-image] Feb 23 09:05:25.545 INFO O| Feb 23 09:05:25.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70962025-02-23T09:05:26.694Z[ recovery-image] Feb 23 09:05:25.545 INFO O| Feb 23 09:05:25.545 INFO STEP 820 (remove_files) COMPLETE
70972025-02-23T09:05:26.694Z[ recovery-image] Feb 23 09:05:25.545 INFO O| Feb 23 09:05:25.545 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-23T09:05:26.712Z[ recovery-image] Feb 23 09:05:25.563 INFO O| Feb 23 09:05:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70992025-02-23T09:05:26.722Z[ recovery-image] Feb 23 09:05:25.563 INFO O| Feb 23 09:05:25.563 INFO STEP 821 (remove_files) COMPLETE
71002025-02-23T09:05:26.722Z[ recovery-image] Feb 23 09:05:25.563 INFO O| Feb 23 09:05:25.563 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-23T09:05:26.728Z[ recovery-image] Feb 23 09:05:25.580 INFO O| Feb 23 09:05:25.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71022025-02-23T09:05:26.728Z[ recovery-image] Feb 23 09:05:25.580 INFO O| Feb 23 09:05:25.580 INFO STEP 822 (remove_files) COMPLETE
71032025-02-23T09:05:26.728Z[ recovery-image] Feb 23 09:05:25.580 INFO O| Feb 23 09:05:25.580 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-23T09:05:26.745Z[ recovery-image] Feb 23 09:05:25.598 INFO O| Feb 23 09:05:25.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71052025-02-23T09:05:26.746Z[ recovery-image] Feb 23 09:05:25.599 INFO O| Feb 23 09:05:25.598 INFO STEP 823 (remove_files) COMPLETE
71062025-02-23T09:05:26.752Z[ recovery-image] Feb 23 09:05:25.599 INFO O| Feb 23 09:05:25.599 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-23T09:05:26.809Z[ recovery-image] Feb 23 09:05:25.617 INFO O| Feb 23 09:05:25.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71082025-02-23T09:05:26.809Z[ recovery-image] Feb 23 09:05:25.617 INFO O| Feb 23 09:05:25.617 INFO STEP 824 (remove_files) COMPLETE
71092025-02-23T09:05:26.809Z[ recovery-image] Feb 23 09:05:25.617 INFO O| Feb 23 09:05:25.617 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-23T09:05:26.809Z[ recovery-image] Feb 23 09:05:25.635 INFO O| Feb 23 09:05:25.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71112025-02-23T09:05:26.809Z[ recovery-image] Feb 23 09:05:25.636 INFO O| Feb 23 09:05:25.636 INFO STEP 825 (remove_files) COMPLETE
71122025-02-23T09:05:26.809Z[ recovery-image] Feb 23 09:05:25.636 INFO O| Feb 23 09:05:25.636 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-23T09:05:26.825Z[ recovery-image] Feb 23 09:05:25.656 INFO O| Feb 23 09:05:25.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71142025-02-23T09:05:26.825Z[ recovery-image] Feb 23 09:05:25.656 INFO O| Feb 23 09:05:25.656 INFO STEP 826 (remove_files) COMPLETE
71152025-02-23T09:05:26.826Z[ recovery-image] Feb 23 09:05:25.656 INFO O| Feb 23 09:05:25.656 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-23T09:05:26.830Z[ recovery-image] Feb 23 09:05:25.676 INFO O| Feb 23 09:05:25.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71172025-02-23T09:05:26.830Z[ recovery-image] Feb 23 09:05:25.677 INFO O| Feb 23 09:05:25.677 INFO STEP 827 (remove_files) COMPLETE
71182025-02-23T09:05:26.830Z[ recovery-image] Feb 23 09:05:25.677 INFO O| Feb 23 09:05:25.677 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-23T09:05:26.862Z[ recovery-image] Feb 23 09:05:25.708 INFO O| Feb 23 09:05:25.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71202025-02-23T09:05:26.862Z[ recovery-image] Feb 23 09:05:25.709 INFO O| Feb 23 09:05:25.709 INFO STEP 828 (remove_files) COMPLETE
71212025-02-23T09:05:26.862Z[ recovery-image] Feb 23 09:05:25.709 INFO O| Feb 23 09:05:25.709 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-02-23T09:05:26.874Z[ recovery-image] Feb 23 09:05:25.729 INFO O| Feb 23 09:05:25.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71232025-02-23T09:05:26.874Z[ recovery-image] Feb 23 09:05:25.729 INFO O| Feb 23 09:05:25.729 INFO STEP 829 (remove_files) COMPLETE
71242025-02-23T09:05:26.874Z[ recovery-image] Feb 23 09:05:25.729 INFO O| Feb 23 09:05:25.729 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-02-23T09:05:26.894Z[ recovery-image] Feb 23 09:05:25.749 INFO O| Feb 23 09:05:25.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71262025-02-23T09:05:26.895Z[ recovery-image] Feb 23 09:05:25.749 INFO O| Feb 23 09:05:25.749 INFO STEP 830 (remove_files) COMPLETE
71272025-02-23T09:05:26.895Z[ recovery-image] Feb 23 09:05:25.749 INFO O| Feb 23 09:05:25.749 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-02-23T09:05:26.913Z[ recovery-image] Feb 23 09:05:25.768 INFO O| Feb 23 09:05:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71292025-02-23T09:05:26.920Z[ recovery-image] Feb 23 09:05:25.768 INFO O| Feb 23 09:05:25.768 INFO STEP 831 (remove_files) COMPLETE
71302025-02-23T09:05:26.920Z[ recovery-image] Feb 23 09:05:25.768 INFO O| Feb 23 09:05:25.768 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-02-23T09:05:26.946Z[ recovery-image] Feb 23 09:05:25.801 INFO O| Feb 23 09:05:25.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71322025-02-23T09:05:26.969Z[ recovery-image] Feb 23 09:05:25.824 INFO O| Feb 23 09:05:25.824 INFO STEP 832 (remove_files) COMPLETE
71332025-02-23T09:05:26.969Z[ recovery-image] Feb 23 09:05:25.824 INFO O| Feb 23 09:05:25.824 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-23T09:05:27.009Z[ recovery-image] Feb 23 09:05:25.863 INFO O| Feb 23 09:05:25.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71352025-02-23T09:05:27.009Z[ recovery-image] Feb 23 09:05:25.863 INFO O| Feb 23 09:05:25.863 INFO STEP 833 (remove_files) COMPLETE
71362025-02-23T09:05:27.009Z[ recovery-image] Feb 23 09:05:25.863 INFO O| Feb 23 09:05:25.863 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-23T09:05:27.050Z[ recovery-image] Feb 23 09:05:25.904 INFO O| Feb 23 09:05:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71382025-02-23T09:05:27.050Z[ recovery-image] Feb 23 09:05:25.904 INFO O| Feb 23 09:05:25.904 INFO STEP 834 (remove_files) COMPLETE
71392025-02-23T09:05:27.055Z[ recovery-image] Feb 23 09:05:25.904 INFO O| Feb 23 09:05:25.904 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-23T09:05:27.107Z[ recovery-image] Feb 23 09:05:25.964 INFO O| Feb 23 09:05:25.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71412025-02-23T09:05:27.107Z[ recovery-image] Feb 23 09:05:25.964 INFO O| Feb 23 09:05:25.964 INFO STEP 835 (remove_files) COMPLETE
71422025-02-23T09:05:27.108Z[ recovery-image] Feb 23 09:05:25.964 INFO O| Feb 23 09:05:25.964 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-02-23T09:05:27.128Z[ recovery-image] Feb 23 09:05:25.984 INFO O| Feb 23 09:05:25.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71442025-02-23T09:05:27.128Z[ recovery-image] Feb 23 09:05:25.984 INFO O| Feb 23 09:05:25.984 INFO STEP 836 (remove_files) COMPLETE
71452025-02-23T09:05:27.128Z[ recovery-image] Feb 23 09:05:25.984 INFO O| Feb 23 09:05:25.984 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-02-23T09:05:27.160Z[ recovery-image] Feb 23 09:05:26.002 INFO O| Feb 23 09:05:26.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71472025-02-23T09:05:27.160Z[ recovery-image] Feb 23 09:05:26.002 INFO O| Feb 23 09:05:26.002 INFO STEP 837 (remove_files) COMPLETE
71482025-02-23T09:05:27.174Z[ recovery-image] Feb 23 09:05:26.002 INFO O| Feb 23 09:05:26.002 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-23T09:05:27.174Z[ recovery-image] Feb 23 09:05:26.020 INFO O| Feb 23 09:05:26.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71502025-02-23T09:05:27.175Z[ recovery-image] Feb 23 09:05:26.021 INFO O| Feb 23 09:05:26.021 INFO STEP 838 (remove_files) COMPLETE
71512025-02-23T09:05:27.175Z[ recovery-image] Feb 23 09:05:26.021 INFO O| Feb 23 09:05:26.021 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-23T09:05:27.236Z[ recovery-image] Feb 23 09:05:26.092 INFO O| Feb 23 09:05:26.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71532025-02-23T09:05:27.236Z[ recovery-image] Feb 23 09:05:26.092 INFO O| Feb 23 09:05:26.092 INFO STEP 839 (remove_files) COMPLETE
71542025-02-23T09:05:27.236Z[ recovery-image] Feb 23 09:05:26.092 INFO O| Feb 23 09:05:26.092 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-23T09:05:27.260Z[ recovery-image] Feb 23 09:05:26.115 INFO O| Feb 23 09:05:26.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71562025-02-23T09:05:27.260Z[ recovery-image] Feb 23 09:05:26.115 INFO O| Feb 23 09:05:26.115 INFO STEP 840 (remove_files) COMPLETE
71572025-02-23T09:05:27.260Z[ recovery-image] Feb 23 09:05:26.115 INFO O| Feb 23 09:05:26.115 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-23T09:05:27.296Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
71592025-02-23T09:05:27.315Z[ recovery-image] Feb 23 09:05:26.154 INFO O| Feb 23 09:05:26.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71602025-02-23T09:05:27.315Z[ recovery-image] Feb 23 09:05:26.155 INFO O| Feb 23 09:05:26.155 INFO STEP 841 (remove_files) COMPLETE
71612025-02-23T09:05:27.315Z[ recovery-image] Feb 23 09:05:26.155 INFO O| Feb 23 09:05:26.155 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-02-23T09:05:27.322Z[ recovery-image] Feb 23 09:05:26.178 INFO O| Feb 23 09:05:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71632025-02-23T09:05:27.322Z[ recovery-image] Feb 23 09:05:26.178 INFO O| Feb 23 09:05:26.178 INFO STEP 842 (remove_files) COMPLETE
71642025-02-23T09:05:27.322Z[ recovery-image] Feb 23 09:05:26.178 INFO O| Feb 23 09:05:26.178 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-02-23T09:05:27.361Z[ recovery-image] Feb 23 09:05:26.210 INFO O| Feb 23 09:05:26.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71662025-02-23T09:05:27.361Z[ recovery-image] Feb 23 09:05:26.211 INFO O| Feb 23 09:05:26.211 INFO STEP 843 (remove_files) COMPLETE
71672025-02-23T09:05:27.361Z[ recovery-image] Feb 23 09:05:26.211 INFO O| Feb 23 09:05:26.211 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-02-23T09:05:27.389Z[ recovery-image] Feb 23 09:05:26.246 INFO O| Feb 23 09:05:26.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71692025-02-23T09:05:27.389Z[ recovery-image] Feb 23 09:05:26.246 INFO O| Feb 23 09:05:26.246 INFO STEP 844 (remove_files) COMPLETE
71702025-02-23T09:05:27.389Z[ recovery-image] Feb 23 09:05:26.246 INFO O| Feb 23 09:05:26.246 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-02-23T09:05:27.410Z[ recovery-image] Feb 23 09:05:26.265 INFO O| Feb 23 09:05:26.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71722025-02-23T09:05:27.410Z[ recovery-image] Feb 23 09:05:26.266 INFO O| Feb 23 09:05:26.266 INFO STEP 845 (remove_files) COMPLETE
71732025-02-23T09:05:27.411Z[ recovery-image] Feb 23 09:05:26.266 INFO O| Feb 23 09:05:26.266 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-02-23T09:05:27.429Z[ recovery-image] Feb 23 09:05:26.285 INFO O| Feb 23 09:05:26.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71752025-02-23T09:05:27.429Z[ recovery-image] Feb 23 09:05:26.285 INFO O| Feb 23 09:05:26.285 INFO STEP 846 (remove_files) COMPLETE
71762025-02-23T09:05:27.429Z[ recovery-image] Feb 23 09:05:26.285 INFO O| Feb 23 09:05:26.285 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-02-23T09:05:27.449Z[ recovery-image] Feb 23 09:05:26.305 INFO O| Feb 23 09:05:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71782025-02-23T09:05:27.449Z[ recovery-image] Feb 23 09:05:26.305 INFO O| Feb 23 09:05:26.305 INFO STEP 847 (remove_files) COMPLETE
71792025-02-23T09:05:27.449Z[ recovery-image] Feb 23 09:05:26.305 INFO O| Feb 23 09:05:26.305 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-02-23T09:05:27.469Z[ recovery-image] Feb 23 09:05:26.326 INFO O| Feb 23 09:05:26.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71812025-02-23T09:05:27.472Z[ recovery-image] Feb 23 09:05:26.326 INFO O| Feb 23 09:05:26.326 INFO STEP 848 (remove_files) COMPLETE
71822025-02-23T09:05:27.472Z[ recovery-image] Feb 23 09:05:26.326 INFO O| Feb 23 09:05:26.326 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-02-23T09:05:27.491Z[ recovery-image] Feb 23 09:05:26.348 INFO O| Feb 23 09:05:26.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71842025-02-23T09:05:27.491Z[ recovery-image] Feb 23 09:05:26.348 INFO O| Feb 23 09:05:26.348 INFO STEP 849 (remove_files) COMPLETE
71852025-02-23T09:05:27.491Z[ recovery-image] Feb 23 09:05:26.348 INFO O| Feb 23 09:05:26.348 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-02-23T09:05:27.512Z[ recovery-image] Feb 23 09:05:26.368 INFO O| Feb 23 09:05:26.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71872025-02-23T09:05:27.512Z[ recovery-image] Feb 23 09:05:26.368 INFO O| Feb 23 09:05:26.368 INFO STEP 850 (remove_files) COMPLETE
71882025-02-23T09:05:27.512Z[ recovery-image] Feb 23 09:05:26.368 INFO O| Feb 23 09:05:26.368 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-02-23T09:05:27.533Z[ recovery-image] Feb 23 09:05:26.388 INFO O| Feb 23 09:05:26.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71902025-02-23T09:05:27.533Z[ recovery-image] Feb 23 09:05:26.389 INFO O| Feb 23 09:05:26.389 INFO STEP 851 (remove_files) COMPLETE
71912025-02-23T09:05:27.536Z[ recovery-image] Feb 23 09:05:26.389 INFO O| Feb 23 09:05:26.389 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-02-23T09:05:27.570Z[ recovery-image] Feb 23 09:05:26.425 INFO O| Feb 23 09:05:26.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71932025-02-23T09:05:27.570Z[ recovery-image] Feb 23 09:05:26.425 INFO O| Feb 23 09:05:26.425 INFO STEP 852 (remove_files) COMPLETE
71942025-02-23T09:05:27.570Z[ recovery-image] Feb 23 09:05:26.425 INFO O| Feb 23 09:05:26.425 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-02-23T09:05:27.632Z[ recovery-image] Feb 23 09:05:26.488 INFO O| Feb 23 09:05:26.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71962025-02-23T09:05:27.672Z[ recovery-image] Feb 23 09:05:26.528 INFO O| Feb 23 09:05:26.528 INFO STEP 853 (remove_files) COMPLETE
71972025-02-23T09:05:27.672Z[ recovery-image] Feb 23 09:05:26.528 INFO O| Feb 23 09:05:26.528 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-02-23T09:05:27.715Z[ recovery-image] Feb 23 09:05:26.572 INFO O| Feb 23 09:05:26.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71992025-02-23T09:05:27.718Z[ recovery-image] Feb 23 09:05:26.572 INFO O| Feb 23 09:05:26.572 INFO STEP 854 (remove_files) COMPLETE
72002025-02-23T09:05:27.718Z[ recovery-image] Feb 23 09:05:26.572 INFO O| Feb 23 09:05:26.572 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-02-23T09:05:27.761Z[ recovery-image] Feb 23 09:05:26.615 INFO O| Feb 23 09:05:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72022025-02-23T09:05:27.764Z[ recovery-image] Feb 23 09:05:26.616 INFO O| Feb 23 09:05:26.616 INFO STEP 855 (remove_files) COMPLETE
72032025-02-23T09:05:27.764Z[ recovery-image] Feb 23 09:05:26.616 INFO O| Feb 23 09:05:26.616 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-02-23T09:05:27.780Z[ recovery-image] Feb 23 09:05:26.637 INFO O| Feb 23 09:05:26.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72052025-02-23T09:05:27.784Z[ recovery-image] Feb 23 09:05:26.637 INFO O| Feb 23 09:05:26.637 INFO STEP 856 (remove_files) COMPLETE
72062025-02-23T09:05:27.784Z[ recovery-image] Feb 23 09:05:26.637 INFO O| Feb 23 09:05:26.637 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-02-23T09:05:27.803Z[ recovery-image] Feb 23 09:05:26.659 INFO O| Feb 23 09:05:26.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72082025-02-23T09:05:27.806Z[ recovery-image] Feb 23 09:05:26.659 INFO O| Feb 23 09:05:26.659 INFO STEP 857 (remove_files) COMPLETE
72092025-02-23T09:05:27.806Z[ recovery-image] Feb 23 09:05:26.659 INFO O| Feb 23 09:05:26.659 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-02-23T09:05:27.845Z[ recovery-image] Feb 23 09:05:26.696 INFO O| Feb 23 09:05:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72112025-02-23T09:05:27.845Z[ recovery-image] Feb 23 09:05:26.697 INFO O| Feb 23 09:05:26.696 INFO STEP 858 (remove_files) COMPLETE
72122025-02-23T09:05:27.845Z[ recovery-image] Feb 23 09:05:26.697 INFO O| Feb 23 09:05:26.697 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-23T09:05:27.862Z[ recovery-image] Feb 23 09:05:26.717 INFO O| Feb 23 09:05:26.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72142025-02-23T09:05:27.862Z[ recovery-image] Feb 23 09:05:26.717 INFO O| Feb 23 09:05:26.717 INFO STEP 859 (remove_files) COMPLETE
72152025-02-23T09:05:27.862Z[ recovery-image] Feb 23 09:05:26.717 INFO O| Feb 23 09:05:26.717 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-23T09:05:27.881Z[ recovery-image] Feb 23 09:05:26.737 INFO O| Feb 23 09:05:26.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72172025-02-23T09:05:27.881Z[ recovery-image] Feb 23 09:05:26.737 INFO O| Feb 23 09:05:26.737 INFO STEP 860 (remove_files) COMPLETE
72182025-02-23T09:05:27.881Z[ recovery-image] Feb 23 09:05:26.737 INFO O| Feb 23 09:05:26.737 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-23T09:05:27.901Z[ recovery-image] Feb 23 09:05:26.757 INFO O| Feb 23 09:05:26.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72202025-02-23T09:05:27.904Z[ recovery-image] Feb 23 09:05:26.757 INFO O| Feb 23 09:05:26.757 INFO STEP 861 (remove_files) COMPLETE
72212025-02-23T09:05:27.904Z[ recovery-image] Feb 23 09:05:26.757 INFO O| Feb 23 09:05:26.757 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-23T09:05:27.921Z[ recovery-image] Feb 23 09:05:26.777 INFO O| Feb 23 09:05:26.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72232025-02-23T09:05:27.921Z[ recovery-image] Feb 23 09:05:26.777 INFO O| Feb 23 09:05:26.777 INFO STEP 862 (remove_files) COMPLETE
72242025-02-23T09:05:27.921Z[ recovery-image] Feb 23 09:05:26.777 INFO O| Feb 23 09:05:26.777 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-23T09:05:27.940Z[ recovery-image] Feb 23 09:05:26.795 INFO O| Feb 23 09:05:26.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72262025-02-23T09:05:27.940Z[ recovery-image] Feb 23 09:05:26.796 INFO O| Feb 23 09:05:26.795 INFO STEP 863 (remove_files) COMPLETE
72272025-02-23T09:05:27.944Z[ recovery-image] Feb 23 09:05:26.796 INFO O| Feb 23 09:05:26.795 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-23T09:05:27.957Z[ recovery-image] Feb 23 09:05:26.814 INFO O| Feb 23 09:05:26.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72292025-02-23T09:05:27.957Z[ recovery-image] Feb 23 09:05:26.814 INFO O| Feb 23 09:05:26.814 INFO STEP 864 (remove_files) COMPLETE
72302025-02-23T09:05:27.962Z[ recovery-image] Feb 23 09:05:26.814 INFO O| Feb 23 09:05:26.814 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-23T09:05:27.975Z[ recovery-image] Feb 23 09:05:26.831 INFO O| Feb 23 09:05:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72322025-02-23T09:05:27.979Z[ recovery-image] Feb 23 09:05:26.832 INFO O| Feb 23 09:05:26.832 INFO STEP 865 (remove_files) COMPLETE
72332025-02-23T09:05:27.979Z[ recovery-image] Feb 23 09:05:26.832 INFO O| Feb 23 09:05:26.832 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-23T09:05:28.002Z[ recovery-image] Feb 23 09:05:26.858 INFO O| Feb 23 09:05:26.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72352025-02-23T09:05:28.002Z[ recovery-image] Feb 23 09:05:26.858 INFO O| Feb 23 09:05:26.858 INFO STEP 866 (remove_files) COMPLETE
72362025-02-23T09:05:28.002Z[ recovery-image] Feb 23 09:05:26.858 INFO O| Feb 23 09:05:26.858 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-23T09:05:28.022Z[ recovery-image] Feb 23 09:05:26.878 INFO O| Feb 23 09:05:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72382025-02-23T09:05:28.023Z[ recovery-image] Feb 23 09:05:26.878 INFO O| Feb 23 09:05:26.878 INFO STEP 867 (remove_files) COMPLETE
72392025-02-23T09:05:28.028Z[ recovery-image] Feb 23 09:05:26.878 INFO O| Feb 23 09:05:26.878 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-23T09:05:28.041Z[ recovery-image] Feb 23 09:05:26.898 INFO O| Feb 23 09:05:26.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72412025-02-23T09:05:28.041Z[ recovery-image] Feb 23 09:05:26.898 INFO O| Feb 23 09:05:26.898 INFO STEP 868 (remove_files) COMPLETE
72422025-02-23T09:05:28.045Z[ recovery-image] Feb 23 09:05:26.898 INFO O| Feb 23 09:05:26.898 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-02-23T09:05:28.078Z[ recovery-image] Feb 23 09:05:26.933 INFO O| Feb 23 09:05:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72442025-02-23T09:05:28.106Z[ recovery-image] Feb 23 09:05:26.962 INFO O| Feb 23 09:05:26.933 INFO STEP 869 (remove_files) COMPLETE
72452025-02-23T09:05:28.106Z[ recovery-image] Feb 23 09:05:26.962 INFO O| Feb 23 09:05:26.962 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-02-23T09:05:28.143Z[ recovery-image] Feb 23 09:05:26.999 INFO O| Feb 23 09:05:26.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72472025-02-23T09:05:28.143Z[ recovery-image] Feb 23 09:05:26.999 INFO O| Feb 23 09:05:26.999 INFO STEP 870 (remove_files) COMPLETE
72482025-02-23T09:05:28.143Z[ recovery-image] Feb 23 09:05:26.999 INFO O| Feb 23 09:05:26.999 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-02-23T09:05:28.196Z[ recovery-image] Feb 23 09:05:27.052 INFO O| Feb 23 09:05:27.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72502025-02-23T09:05:28.201Z[ recovery-image] Feb 23 09:05:27.053 INFO O| Feb 23 09:05:27.053 INFO STEP 871 (remove_files) COMPLETE
72512025-02-23T09:05:28.201Z[ recovery-image] Feb 23 09:05:27.053 INFO O| Feb 23 09:05:27.053 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-02-23T09:05:28.219Z[ recovery-image] Feb 23 09:05:27.075 INFO O| Feb 23 09:05:27.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72532025-02-23T09:05:28.224Z[ recovery-image] Feb 23 09:05:27.075 INFO O| Feb 23 09:05:27.075 INFO STEP 872 (remove_files) COMPLETE
72542025-02-23T09:05:28.224Z[ recovery-image] Feb 23 09:05:27.075 INFO O| Feb 23 09:05:27.075 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-02-23T09:05:28.242Z[ recovery-image] Feb 23 09:05:27.098 INFO O| Feb 23 09:05:27.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72562025-02-23T09:05:28.245Z[ recovery-image] Feb 23 09:05:27.098 INFO O| Feb 23 09:05:27.098 INFO STEP 873 (remove_files) COMPLETE
72572025-02-23T09:05:28.245Z[ recovery-image] Feb 23 09:05:27.098 INFO O| Feb 23 09:05:27.098 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-02-23T09:05:28.264Z[ recovery-image] Feb 23 09:05:27.120 INFO O| Feb 23 09:05:27.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72592025-02-23T09:05:28.264Z[ recovery-image] Feb 23 09:05:27.120 INFO O| Feb 23 09:05:27.120 INFO STEP 874 (remove_files) COMPLETE
72602025-02-23T09:05:28.264Z[ recovery-image] Feb 23 09:05:27.120 INFO O| Feb 23 09:05:27.120 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-02-23T09:05:28.286Z[ recovery-image] Feb 23 09:05:27.143 INFO O| Feb 23 09:05:27.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72622025-02-23T09:05:28.286Z[ recovery-image] Feb 23 09:05:27.143 INFO O| Feb 23 09:05:27.143 INFO STEP 875 (remove_files) COMPLETE
72632025-02-23T09:05:28.287Z[ recovery-image] Feb 23 09:05:27.143 INFO O| Feb 23 09:05:27.143 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-02-23T09:05:28.334Z[ recovery-image] Feb 23 09:05:27.188 INFO O| Feb 23 09:05:27.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72652025-02-23T09:05:28.334Z[ recovery-image] Feb 23 09:05:27.188 INFO O| Feb 23 09:05:27.188 INFO STEP 876 (remove_files) COMPLETE
72662025-02-23T09:05:28.337Z[ recovery-image] Feb 23 09:05:27.188 INFO O| Feb 23 09:05:27.188 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-02-23T09:05:28.365Z[ recovery-image] Feb 23 09:05:27.219 INFO O| Feb 23 09:05:27.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72682025-02-23T09:05:28.365Z[ recovery-image] Feb 23 09:05:27.220 INFO O| Feb 23 09:05:27.219 INFO STEP 877 (remove_files) COMPLETE
72692025-02-23T09:05:28.368Z[ recovery-image] Feb 23 09:05:27.220 INFO O| Feb 23 09:05:27.220 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-02-23T09:05:28.401Z[ recovery-image] Feb 23 09:05:27.257 INFO O| Feb 23 09:05:27.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72712025-02-23T09:05:28.401Z[ recovery-image] Feb 23 09:05:27.257 INFO O| Feb 23 09:05:27.257 INFO STEP 878 (remove_files) COMPLETE
72722025-02-23T09:05:28.401Z[ recovery-image] Feb 23 09:05:27.257 INFO O| Feb 23 09:05:27.257 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-02-23T09:05:28.425Z[ recovery-image] Feb 23 09:05:27.280 INFO O| Feb 23 09:05:27.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72742025-02-23T09:05:28.425Z[ recovery-image] Feb 23 09:05:27.280 INFO O| Feb 23 09:05:27.280 INFO STEP 879 (remove_files) COMPLETE
72752025-02-23T09:05:28.433Z[ recovery-image] Feb 23 09:05:27.280 INFO O| Feb 23 09:05:27.280 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-02-23T09:05:28.490Z[ recovery-image] Feb 23 09:05:27.346 INFO O| Feb 23 09:05:27.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72772025-02-23T09:05:28.490Z[ recovery-image] Feb 23 09:05:27.346 INFO O| Feb 23 09:05:27.346 INFO STEP 880 (remove_files) COMPLETE
72782025-02-23T09:05:28.490Z[ recovery-image] Feb 23 09:05:27.346 INFO O| Feb 23 09:05:27.346 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-23T09:05:28.523Z[ recovery-image] Feb 23 09:05:27.379 INFO O| Feb 23 09:05:27.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72802025-02-23T09:05:28.523Z[ recovery-image] Feb 23 09:05:27.379 INFO O| Feb 23 09:05:27.379 INFO STEP 881 (remove_files) COMPLETE
72812025-02-23T09:05:28.523Z[ recovery-image] Feb 23 09:05:27.379 INFO O| Feb 23 09:05:27.379 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-23T09:05:28.560Z[ recovery-image] Feb 23 09:05:27.415 INFO O| Feb 23 09:05:27.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72832025-02-23T09:05:28.560Z[ recovery-image] Feb 23 09:05:27.415 INFO O| Feb 23 09:05:27.415 INFO STEP 882 (remove_files) COMPLETE
72842025-02-23T09:05:28.560Z[ recovery-image] Feb 23 09:05:27.415 INFO O| Feb 23 09:05:27.415 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-23T09:05:28.581Z[ recovery-image] Feb 23 09:05:27.436 INFO O| Feb 23 09:05:27.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72862025-02-23T09:05:28.581Z[ recovery-image] Feb 23 09:05:27.436 INFO O| Feb 23 09:05:27.436 INFO STEP 883 (remove_files) COMPLETE
72872025-02-23T09:05:28.581Z[ recovery-image] Feb 23 09:05:27.436 INFO O| Feb 23 09:05:27.436 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-23T09:05:28.628Z[ recovery-image] Feb 23 09:05:27.457 INFO O| Feb 23 09:05:27.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72892025-02-23T09:05:28.628Z[ recovery-image] Feb 23 09:05:27.457 INFO O| Feb 23 09:05:27.457 INFO STEP 884 (remove_files) COMPLETE
72902025-02-23T09:05:28.628Z[ recovery-image] Feb 23 09:05:27.457 INFO O| Feb 23 09:05:27.457 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-23T09:05:28.636Z[ recovery-image] Feb 23 09:05:27.491 INFO O| Feb 23 09:05:27.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72922025-02-23T09:05:28.636Z[ recovery-image] Feb 23 09:05:27.491 INFO O| Feb 23 09:05:27.491 INFO STEP 885 (remove_files) COMPLETE
72932025-02-23T09:05:28.636Z[ recovery-image] Feb 23 09:05:27.491 INFO O| Feb 23 09:05:27.491 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-23T09:05:28.656Z[ recovery-image] Feb 23 09:05:27.512 INFO O| Feb 23 09:05:27.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72952025-02-23T09:05:28.656Z[ recovery-image] Feb 23 09:05:27.512 INFO O| Feb 23 09:05:27.512 INFO STEP 886 (remove_files) COMPLETE
72962025-02-23T09:05:28.662Z[ recovery-image] Feb 23 09:05:27.512 INFO O| Feb 23 09:05:27.512 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-23T09:05:28.742Z[ recovery-image] Feb 23 09:05:27.598 INFO O| Feb 23 09:05:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72982025-02-23T09:05:28.748Z[ recovery-image] Feb 23 09:05:27.598 INFO O| Feb 23 09:05:27.598 INFO STEP 887 (remove_files) COMPLETE
72992025-02-23T09:05:28.748Z[ recovery-image] Feb 23 09:05:27.599 INFO O| Feb 23 09:05:27.598 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-23T09:05:28.774Z[ recovery-image] Feb 23 09:05:27.630 INFO O| Feb 23 09:05:27.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73012025-02-23T09:05:28.774Z[ recovery-image] Feb 23 09:05:27.630 INFO O| Feb 23 09:05:27.630 INFO STEP 888 (remove_files) COMPLETE
73022025-02-23T09:05:28.774Z[ recovery-image] Feb 23 09:05:27.630 INFO O| Feb 23 09:05:27.630 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-23T09:05:28.836Z[ recovery-image] Feb 23 09:05:27.692 INFO O| Feb 23 09:05:27.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73042025-02-23T09:05:28.836Z[ recovery-image] Feb 23 09:05:27.692 INFO O| Feb 23 09:05:27.692 INFO STEP 889 (remove_files) COMPLETE
73052025-02-23T09:05:28.837Z[ recovery-image] Feb 23 09:05:27.692 INFO O| Feb 23 09:05:27.692 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-23T09:05:28.905Z[ recovery-image] Feb 23 09:05:27.760 INFO O| Feb 23 09:05:27.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73072025-02-23T09:05:28.905Z[ recovery-image] Feb 23 09:05:27.760 INFO O| Feb 23 09:05:27.760 INFO STEP 890 (remove_files) COMPLETE
73082025-02-23T09:05:28.912Z[ recovery-image] Feb 23 09:05:27.760 INFO O| Feb 23 09:05:27.760 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-23T09:05:28.947Z[ recovery-image] Feb 23 09:05:27.798 INFO O| Feb 23 09:05:27.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73102025-02-23T09:05:28.952Z[ recovery-image] Feb 23 09:05:27.798 INFO O| Feb 23 09:05:27.798 INFO STEP 891 (remove_files) COMPLETE
73112025-02-23T09:05:28.952Z[ recovery-image] Feb 23 09:05:27.798 INFO O| Feb 23 09:05:27.798 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-23T09:05:28.964Z[ recovery-image] Feb 23 09:05:27.820 INFO O| Feb 23 09:05:27.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73132025-02-23T09:05:28.967Z[ recovery-image] Feb 23 09:05:27.820 INFO O| Feb 23 09:05:27.820 INFO STEP 892 (remove_files) COMPLETE
73142025-02-23T09:05:28.967Z[ recovery-image] Feb 23 09:05:27.821 INFO O| Feb 23 09:05:27.820 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-23T09:05:28.988Z[ recovery-image] Feb 23 09:05:27.844 INFO O| Feb 23 09:05:27.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73162025-02-23T09:05:28.991Z[ recovery-image] Feb 23 09:05:27.844 INFO O| Feb 23 09:05:27.844 INFO STEP 893 (remove_files) COMPLETE
73172025-02-23T09:05:28.992Z[ recovery-image] Feb 23 09:05:27.844 INFO O| Feb 23 09:05:27.844 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-23T09:05:29.012Z[ recovery-image] Feb 23 09:05:27.867 INFO O| Feb 23 09:05:27.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73192025-02-23T09:05:29.015Z[ recovery-image] Feb 23 09:05:27.868 INFO O| Feb 23 09:05:27.868 INFO STEP 894 (remove_files) COMPLETE
73202025-02-23T09:05:29.015Z[ recovery-image] Feb 23 09:05:27.868 INFO O| Feb 23 09:05:27.868 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-23T09:05:29.047Z[ recovery-image] Feb 23 09:05:27.903 INFO O| Feb 23 09:05:27.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73222025-02-23T09:05:29.050Z[ recovery-image] Feb 23 09:05:27.903 INFO O| Feb 23 09:05:27.903 INFO STEP 895 (remove_files) COMPLETE
73232025-02-23T09:05:29.050Z[ recovery-image] Feb 23 09:05:27.903 INFO O| Feb 23 09:05:27.903 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-23T09:05:29.085Z[ recovery-image] Feb 23 09:05:27.940 INFO O| Feb 23 09:05:27.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73252025-02-23T09:05:29.088Z[ recovery-image] Feb 23 09:05:27.940 INFO O| Feb 23 09:05:27.940 INFO STEP 896 (remove_files) COMPLETE
73262025-02-23T09:05:29.088Z[ recovery-image] Feb 23 09:05:27.940 INFO O| Feb 23 09:05:27.940 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-23T09:05:29.105Z[ recovery-image] Feb 23 09:05:27.960 INFO O| Feb 23 09:05:27.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73282025-02-23T09:05:29.108Z[ recovery-image] Feb 23 09:05:27.961 INFO O| Feb 23 09:05:27.961 INFO STEP 897 (remove_files) COMPLETE
73292025-02-23T09:05:29.109Z[ recovery-image] Feb 23 09:05:27.961 INFO O| Feb 23 09:05:27.961 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-23T09:05:29.134Z[ recovery-image] Feb 23 09:05:27.982 INFO O| Feb 23 09:05:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73312025-02-23T09:05:29.139Z[ recovery-image] Feb 23 09:05:27.982 INFO O| Feb 23 09:05:27.982 INFO STEP 898 (remove_files) COMPLETE
73322025-02-23T09:05:29.139Z[ recovery-image] Feb 23 09:05:27.982 INFO O| Feb 23 09:05:27.982 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-23T09:05:29.144Z[ recovery-image] Feb 23 09:05:28.001 INFO O| Feb 23 09:05:28.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73342025-02-23T09:05:29.147Z[ recovery-image] Feb 23 09:05:28.001 INFO O| Feb 23 09:05:28.001 INFO STEP 899 (remove_files) COMPLETE
73352025-02-23T09:05:29.147Z[ recovery-image] Feb 23 09:05:28.001 INFO O| Feb 23 09:05:28.001 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-23T09:05:29.164Z[ recovery-image] Feb 23 09:05:28.020 INFO O| Feb 23 09:05:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73372025-02-23T09:05:29.164Z[ recovery-image] Feb 23 09:05:28.020 INFO O| Feb 23 09:05:28.020 INFO STEP 900 (remove_files) COMPLETE
73382025-02-23T09:05:29.167Z[ recovery-image] Feb 23 09:05:28.020 INFO O| Feb 23 09:05:28.020 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-23T09:05:29.183Z[ recovery-image] Feb 23 09:05:28.039 INFO O| Feb 23 09:05:28.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73402025-02-23T09:05:29.183Z[ recovery-image] Feb 23 09:05:28.039 INFO O| Feb 23 09:05:28.039 INFO STEP 901 (remove_files) COMPLETE
73412025-02-23T09:05:29.184Z[ recovery-image] Feb 23 09:05:28.039 INFO O| Feb 23 09:05:28.039 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-23T09:05:29.224Z[ recovery-image] Feb 23 09:05:28.073 INFO O| Feb 23 09:05:28.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73432025-02-23T09:05:29.224Z[ recovery-image] Feb 23 09:05:28.073 INFO O| Feb 23 09:05:28.073 INFO STEP 902 (remove_files) COMPLETE
73442025-02-23T09:05:29.230Z[ recovery-image] Feb 23 09:05:28.073 INFO O| Feb 23 09:05:28.073 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-23T09:05:29.251Z[ recovery-image] Feb 23 09:05:28.107 INFO O| Feb 23 09:05:28.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73462025-02-23T09:05:29.251Z[ recovery-image] Feb 23 09:05:28.107 INFO O| Feb 23 09:05:28.107 INFO STEP 903 (remove_files) COMPLETE
73472025-02-23T09:05:29.251Z[ recovery-image] Feb 23 09:05:28.107 INFO O| Feb 23 09:05:28.107 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-23T09:05:29.286Z[ recovery-image] Feb 23 09:05:28.137 INFO O| Feb 23 09:05:28.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73492025-02-23T09:05:29.286Z[ recovery-image] Feb 23 09:05:28.138 INFO O| Feb 23 09:05:28.137 INFO STEP 904 (remove_files) COMPLETE
73502025-02-23T09:05:29.286Z[ recovery-image] Feb 23 09:05:28.138 INFO O| Feb 23 09:05:28.137 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-23T09:05:29.300Z[ recovery-image] Feb 23 09:05:28.156 INFO O| Feb 23 09:05:28.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73522025-02-23T09:05:29.315Z[ recovery-image] Feb 23 09:05:28.156 INFO O| Feb 23 09:05:28.156 INFO STEP 905 (remove_files) COMPLETE
73532025-02-23T09:05:29.315Z[ recovery-image] Feb 23 09:05:28.156 INFO O| Feb 23 09:05:28.156 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-23T09:05:29.343Z[ recovery-image] Feb 23 09:05:28.190 INFO O| Feb 23 09:05:28.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73552025-02-23T09:05:29.343Z[ recovery-image] Feb 23 09:05:28.190 INFO O| Feb 23 09:05:28.190 INFO STEP 906 (remove_files) COMPLETE
73562025-02-23T09:05:29.349Z[ recovery-image] Feb 23 09:05:28.191 INFO O| Feb 23 09:05:28.191 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-23T09:05:29.354Z[ recovery-image] Feb 23 09:05:28.210 INFO O| Feb 23 09:05:28.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73582025-02-23T09:05:29.357Z[ recovery-image] Feb 23 09:05:28.210 INFO O| Feb 23 09:05:28.210 INFO STEP 907 (remove_files) COMPLETE
73592025-02-23T09:05:29.357Z[ recovery-image] Feb 23 09:05:28.210 INFO O| Feb 23 09:05:28.210 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-23T09:05:29.372Z[ recovery-image] Feb 23 09:05:28.228 INFO O| Feb 23 09:05:28.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73612025-02-23T09:05:29.372Z[ recovery-image] Feb 23 09:05:28.229 INFO O| Feb 23 09:05:28.229 INFO STEP 908 (remove_files) COMPLETE
73622025-02-23T09:05:29.376Z[ recovery-image] Feb 23 09:05:28.229 INFO O| Feb 23 09:05:28.229 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-23T09:05:29.399Z[ recovery-image] Feb 23 09:05:28.250 INFO O| Feb 23 09:05:28.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73642025-02-23T09:05:29.403Z[ recovery-image] Feb 23 09:05:28.250 INFO O| Feb 23 09:05:28.250 INFO STEP 909 (remove_files) COMPLETE
73652025-02-23T09:05:29.403Z[ recovery-image] Feb 23 09:05:28.250 INFO O| Feb 23 09:05:28.250 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-23T09:05:29.465Z[ recovery-image] Feb 23 09:05:28.299 INFO O| Feb 23 09:05:28.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73672025-02-23T09:05:29.465Z[ recovery-image] Feb 23 09:05:28.299 INFO O| Feb 23 09:05:28.299 INFO STEP 910 (remove_files) COMPLETE
73682025-02-23T09:05:29.469Z[ recovery-image] Feb 23 09:05:28.299 INFO O| Feb 23 09:05:28.299 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-23T09:05:29.469Z[ recovery-image] Feb 23 09:05:28.320 INFO O| Feb 23 09:05:28.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73702025-02-23T09:05:29.470Z[ recovery-image] Feb 23 09:05:28.321 INFO O| Feb 23 09:05:28.320 INFO STEP 911 (remove_files) COMPLETE
73712025-02-23T09:05:29.470Z[ recovery-image] Feb 23 09:05:28.321 INFO O| Feb 23 09:05:28.321 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-23T09:05:29.648Z[ recovery-image] Feb 23 09:05:28.429 INFO O| Feb 23 09:05:28.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73732025-02-23T09:05:29.649Z[ recovery-image] Feb 23 09:05:28.429 INFO O| Feb 23 09:05:28.429 INFO STEP 912 (remove_files) COMPLETE
73742025-02-23T09:05:29.649Z[ recovery-image] Feb 23 09:05:28.429 INFO O| Feb 23 09:05:28.429 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-23T09:05:29.668Z[ recovery-image] Feb 23 09:05:28.523 INFO O| Feb 23 09:05:28.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73762025-02-23T09:05:29.669Z[ recovery-image] Feb 23 09:05:28.523 INFO O| Feb 23 09:05:28.523 INFO STEP 913 (remove_files) COMPLETE
73772025-02-23T09:05:29.674Z[ recovery-image] Feb 23 09:05:28.523 INFO O| Feb 23 09:05:28.523 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-23T09:05:29.690Z[ recovery-image] Feb 23 09:05:28.545 INFO O| Feb 23 09:05:28.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73792025-02-23T09:05:29.690Z[ recovery-image] Feb 23 09:05:28.545 INFO O| Feb 23 09:05:28.545 INFO STEP 914 (remove_files) COMPLETE
73802025-02-23T09:05:29.690Z[ recovery-image] Feb 23 09:05:28.546 INFO O| Feb 23 09:05:28.545 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-23T09:05:29.709Z[ recovery-image] Feb 23 09:05:28.565 INFO O| Feb 23 09:05:28.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73822025-02-23T09:05:29.709Z[ recovery-image] Feb 23 09:05:28.565 INFO O| Feb 23 09:05:28.565 INFO STEP 915 (remove_files) COMPLETE
73832025-02-23T09:05:29.709Z[ recovery-image] Feb 23 09:05:28.565 INFO O| Feb 23 09:05:28.565 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-23T09:05:29.729Z[ recovery-image] Feb 23 09:05:28.585 INFO O| Feb 23 09:05:28.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73852025-02-23T09:05:29.729Z[ recovery-image] Feb 23 09:05:28.585 INFO O| Feb 23 09:05:28.585 INFO STEP 916 (remove_files) COMPLETE
73862025-02-23T09:05:29.729Z[ recovery-image] Feb 23 09:05:28.585 INFO O| Feb 23 09:05:28.585 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-23T09:05:29.813Z[ recovery-image] Feb 23 09:05:28.606 INFO O| Feb 23 09:05:28.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73882025-02-23T09:05:29.813Z[ recovery-image] Feb 23 09:05:28.606 INFO O| Feb 23 09:05:28.606 INFO STEP 917 (remove_files) COMPLETE
73892025-02-23T09:05:29.829Z[ recovery-image] Feb 23 09:05:28.606 INFO O| Feb 23 09:05:28.606 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-23T09:05:29.829Z[ recovery-image] Feb 23 09:05:28.667 INFO O| Feb 23 09:05:28.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73912025-02-23T09:05:29.829Z[ recovery-image] Feb 23 09:05:28.667 INFO O| Feb 23 09:05:28.667 INFO STEP 918 (remove_files) COMPLETE
73922025-02-23T09:05:29.829Z[ recovery-image] Feb 23 09:05:28.667 INFO O| Feb 23 09:05:28.667 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-23T09:05:29.876Z[ recovery-image] Feb 23 09:05:28.724 INFO O| Feb 23 09:05:28.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73942025-02-23T09:05:29.876Z[ recovery-image] Feb 23 09:05:28.725 INFO O| Feb 23 09:05:28.725 INFO STEP 919 (remove_files) COMPLETE
73952025-02-23T09:05:29.876Z[ recovery-image] Feb 23 09:05:28.725 INFO O| Feb 23 09:05:28.725 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-23T09:05:29.907Z[ recovery-image] Feb 23 09:05:28.763 INFO O| Feb 23 09:05:28.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73972025-02-23T09:05:29.927Z[ recovery-image] Feb 23 09:05:28.763 INFO O| Feb 23 09:05:28.763 INFO STEP 920 (remove_files) COMPLETE
73982025-02-23T09:05:29.927Z[ recovery-image] Feb 23 09:05:28.763 INFO O| Feb 23 09:05:28.763 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-23T09:05:29.936Z[ recovery-image] Feb 23 09:05:28.784 INFO O| Feb 23 09:05:28.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74002025-02-23T09:05:29.936Z[ recovery-image] Feb 23 09:05:28.784 INFO O| Feb 23 09:05:28.784 INFO STEP 921 (remove_files) COMPLETE
74012025-02-23T09:05:29.936Z[ recovery-image] Feb 23 09:05:28.784 INFO O| Feb 23 09:05:28.784 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-23T09:05:29.952Z[ recovery-image] Feb 23 09:05:28.803 INFO O| Feb 23 09:05:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74032025-02-23T09:05:29.952Z[ recovery-image] Feb 23 09:05:28.803 INFO O| Feb 23 09:05:28.803 INFO STEP 922 (remove_files) COMPLETE
74042025-02-23T09:05:29.952Z[ recovery-image] Feb 23 09:05:28.803 INFO O| Feb 23 09:05:28.803 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-23T09:05:29.970Z[ recovery-image] Feb 23 09:05:28.825 INFO O| Feb 23 09:05:28.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74062025-02-23T09:05:29.989Z[ recovery-image] Feb 23 09:05:28.825 INFO O| Feb 23 09:05:28.825 INFO STEP 923 (remove_files) COMPLETE
74072025-02-23T09:05:29.989Z[ recovery-image] Feb 23 09:05:28.826 INFO O| Feb 23 09:05:28.825 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-23T09:05:30.025Z[ recovery-image] Feb 23 09:05:28.880 INFO O| Feb 23 09:05:28.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74092025-02-23T09:05:30.038Z[ recovery-image] Feb 23 09:05:28.880 INFO O| Feb 23 09:05:28.880 INFO STEP 924 (remove_files) COMPLETE
74102025-02-23T09:05:30.038Z[ recovery-image] Feb 23 09:05:28.880 INFO O| Feb 23 09:05:28.880 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-23T09:05:30.051Z[ recovery-image] Feb 23 09:05:28.907 INFO O| Feb 23 09:05:28.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74122025-02-23T09:05:30.054Z[ recovery-image] Feb 23 09:05:28.907 INFO O| Feb 23 09:05:28.907 INFO STEP 925 (remove_files) COMPLETE
74132025-02-23T09:05:30.054Z[ recovery-image] Feb 23 09:05:28.907 INFO O| Feb 23 09:05:28.907 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-23T09:05:30.086Z[ recovery-image] Feb 23 09:05:28.942 INFO O| Feb 23 09:05:28.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74152025-02-23T09:05:30.090Z[ recovery-image] Feb 23 09:05:28.942 INFO O| Feb 23 09:05:28.942 INFO STEP 926 (remove_files) COMPLETE
74162025-02-23T09:05:30.090Z[ recovery-image] Feb 23 09:05:28.943 INFO O| Feb 23 09:05:28.942 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-23T09:05:30.137Z[ recovery-image] Feb 23 09:05:28.979 INFO O| Feb 23 09:05:28.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74182025-02-23T09:05:30.142Z[ recovery-image] Feb 23 09:05:28.979 INFO O| Feb 23 09:05:28.979 INFO STEP 927 (remove_files) COMPLETE
74192025-02-23T09:05:30.142Z[ recovery-image] Feb 23 09:05:28.979 INFO O| Feb 23 09:05:28.979 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-23T09:05:30.146Z[ recovery-image] Feb 23 09:05:29.001 INFO O| Feb 23 09:05:29.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74212025-02-23T09:05:30.146Z[ recovery-image] Feb 23 09:05:29.001 INFO O| Feb 23 09:05:29.001 INFO STEP 928 (remove_files) COMPLETE
74222025-02-23T09:05:30.146Z[ recovery-image] Feb 23 09:05:29.001 INFO O| Feb 23 09:05:29.001 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-23T09:05:30.180Z[ recovery-image] Feb 23 09:05:29.036 INFO O| Feb 23 09:05:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74242025-02-23T09:05:30.180Z[ recovery-image] Feb 23 09:05:29.036 INFO O| Feb 23 09:05:29.036 INFO STEP 929 (remove_files) COMPLETE
74252025-02-23T09:05:30.180Z[ recovery-image] Feb 23 09:05:29.036 INFO O| Feb 23 09:05:29.036 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-23T09:05:30.212Z[ recovery-image] Feb 23 09:05:29.059 INFO O| Feb 23 09:05:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74272025-02-23T09:05:30.212Z[ recovery-image] Feb 23 09:05:29.059 INFO O| Feb 23 09:05:29.059 INFO STEP 930 (remove_files) COMPLETE
74282025-02-23T09:05:30.212Z[ recovery-image] Feb 23 09:05:29.059 INFO O| Feb 23 09:05:29.059 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-23T09:05:30.227Z[ recovery-image] Feb 23 09:05:29.082 INFO O| Feb 23 09:05:29.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74302025-02-23T09:05:30.246Z[ recovery-image] Feb 23 09:05:29.082 INFO O| Feb 23 09:05:29.082 INFO STEP 931 (remove_files) COMPLETE
74312025-02-23T09:05:30.246Z[ recovery-image] Feb 23 09:05:29.082 INFO O| Feb 23 09:05:29.082 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-23T09:05:30.273Z[ recovery-image] Feb 23 09:05:29.129 INFO O| Feb 23 09:05:29.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74332025-02-23T09:05:30.274Z[ recovery-image] Feb 23 09:05:29.129 INFO O| Feb 23 09:05:29.129 INFO STEP 932 (remove_files) COMPLETE
74342025-02-23T09:05:30.274Z[ recovery-image] Feb 23 09:05:29.129 INFO O| Feb 23 09:05:29.129 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-23T09:05:30.305Z[ recovery-image] Feb 23 09:05:29.161 INFO O| Feb 23 09:05:29.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74362025-02-23T09:05:30.305Z[ recovery-image] Feb 23 09:05:29.161 INFO O| Feb 23 09:05:29.161 INFO STEP 933 (remove_files) COMPLETE
74372025-02-23T09:05:30.305Z[ recovery-image] Feb 23 09:05:29.161 INFO O| Feb 23 09:05:29.161 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-23T09:05:30.326Z[ recovery-image] Feb 23 09:05:29.182 INFO O| Feb 23 09:05:29.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74392025-02-23T09:05:30.326Z[ recovery-image] Feb 23 09:05:29.182 INFO O| Feb 23 09:05:29.182 INFO STEP 934 (remove_files) COMPLETE
74402025-02-23T09:05:30.329Z[ recovery-image] Feb 23 09:05:29.182 INFO O| Feb 23 09:05:29.182 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-23T09:05:30.393Z[ recovery-image] Feb 23 09:05:29.248 INFO O| Feb 23 09:05:29.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74422025-02-23T09:05:30.393Z[ recovery-image] Feb 23 09:05:29.248 INFO O| Feb 23 09:05:29.248 INFO STEP 935 (remove_files) COMPLETE
74432025-02-23T09:05:30.393Z[ recovery-image] Feb 23 09:05:29.248 INFO O| Feb 23 09:05:29.248 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-23T09:05:30.433Z[ recovery-image] Feb 23 09:05:29.272 INFO O| Feb 23 09:05:29.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74452025-02-23T09:05:30.433Z[ recovery-image] Feb 23 09:05:29.272 INFO O| Feb 23 09:05:29.272 INFO STEP 936 (remove_files) COMPLETE
74462025-02-23T09:05:30.433Z[ recovery-image] Feb 23 09:05:29.272 INFO O| Feb 23 09:05:29.272 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-23T09:05:30.567Z[ recovery-image] Feb 23 09:05:29.423 INFO O| Feb 23 09:05:29.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74482025-02-23T09:05:30.567Z[ recovery-image] Feb 23 09:05:29.423 INFO O| Feb 23 09:05:29.423 INFO STEP 937 (remove_files) COMPLETE
74492025-02-23T09:05:30.567Z[ recovery-image] Feb 23 09:05:29.423 INFO O| Feb 23 09:05:29.423 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-23T09:05:30.588Z[ recovery-image] Feb 23 09:05:29.444 INFO O| Feb 23 09:05:29.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74512025-02-23T09:05:30.593Z[ recovery-image] Feb 23 09:05:29.444 INFO O| Feb 23 09:05:29.444 INFO STEP 938 (remove_files) COMPLETE
74522025-02-23T09:05:30.593Z[ recovery-image] Feb 23 09:05:29.444 INFO O| Feb 23 09:05:29.444 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-23T09:05:30.614Z[ recovery-image] Feb 23 09:05:29.465 INFO O| Feb 23 09:05:29.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74542025-02-23T09:05:30.619Z[ recovery-image] Feb 23 09:05:29.465 INFO O| Feb 23 09:05:29.465 INFO STEP 939 (remove_files) COMPLETE
74552025-02-23T09:05:30.619Z[ recovery-image] Feb 23 09:05:29.465 INFO O| Feb 23 09:05:29.465 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-23T09:05:30.644Z[ recovery-image] Feb 23 09:05:29.491 INFO O| Feb 23 09:05:29.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74572025-02-23T09:05:30.644Z[ recovery-image] Feb 23 09:05:29.491 INFO O| Feb 23 09:05:29.491 INFO STEP 940 (remove_files) COMPLETE
74582025-02-23T09:05:30.644Z[ recovery-image] Feb 23 09:05:29.491 INFO O| Feb 23 09:05:29.491 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-23T09:05:30.669Z[ recovery-image] Feb 23 09:05:29.524 INFO O| Feb 23 09:05:29.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74602025-02-23T09:05:30.673Z[ recovery-image] Feb 23 09:05:29.525 INFO O| Feb 23 09:05:29.524 INFO STEP 941 (remove_files) COMPLETE
74612025-02-23T09:05:30.673Z[ recovery-image] Feb 23 09:05:29.525 INFO O| Feb 23 09:05:29.525 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-23T09:05:30.689Z[ recovery-image] Feb 23 09:05:29.544 INFO O| Feb 23 09:05:29.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74632025-02-23T09:05:30.692Z[ recovery-image] Feb 23 09:05:29.545 INFO O| Feb 23 09:05:29.545 INFO STEP 942 (remove_files) COMPLETE
74642025-02-23T09:05:30.697Z[ recovery-image] Feb 23 09:05:29.545 INFO O| Feb 23 09:05:29.545 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-23T09:05:30.738Z[ recovery-image] Feb 23 09:05:29.582 INFO O| Feb 23 09:05:29.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74662025-02-23T09:05:30.767Z[ recovery-image] Feb 23 09:05:29.595 INFO O| Feb 23 09:05:29.595 INFO STEP 943 (remove_files) COMPLETE
74672025-02-23T09:05:30.767Z[ recovery-image] Feb 23 09:05:29.595 INFO O| Feb 23 09:05:29.595 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-23T09:05:30.805Z[ recovery-image] Feb 23 09:05:29.617 INFO O| Feb 23 09:05:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74692025-02-23T09:05:30.805Z[ recovery-image] Feb 23 09:05:29.618 INFO O| Feb 23 09:05:29.618 INFO STEP 944 (remove_files) COMPLETE
74702025-02-23T09:05:30.805Z[ recovery-image] Feb 23 09:05:29.618 INFO O| Feb 23 09:05:29.618 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-23T09:05:30.805Z[ recovery-image] Feb 23 09:05:29.638 INFO O| Feb 23 09:05:29.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74722025-02-23T09:05:30.805Z[ recovery-image] Feb 23 09:05:29.638 INFO O| Feb 23 09:05:29.638 INFO STEP 945 (remove_files) COMPLETE
74732025-02-23T09:05:30.806Z[ recovery-image] Feb 23 09:05:29.638 INFO O| Feb 23 09:05:29.638 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-23T09:05:30.838Z[ recovery-image] Feb 23 09:05:29.658 INFO O| Feb 23 09:05:29.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74752025-02-23T09:05:30.838Z[ recovery-image] Feb 23 09:05:29.658 INFO O| Feb 23 09:05:29.658 INFO STEP 946 (remove_files) COMPLETE
74762025-02-23T09:05:30.838Z[ recovery-image] Feb 23 09:05:29.658 INFO O| Feb 23 09:05:29.658 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-23T09:05:30.847Z[ recovery-image] Feb 23 09:05:29.694 INFO O| Feb 23 09:05:29.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74782025-02-23T09:05:30.847Z[ recovery-image] Feb 23 09:05:29.694 INFO O| Feb 23 09:05:29.694 INFO STEP 947 (remove_files) COMPLETE
74792025-02-23T09:05:30.847Z[ recovery-image] Feb 23 09:05:29.694 INFO O| Feb 23 09:05:29.694 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-23T09:05:30.882Z[ recovery-image] Feb 23 09:05:29.738 INFO O| Feb 23 09:05:29.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74812025-02-23T09:05:30.883Z[ recovery-image] Feb 23 09:05:29.738 INFO O| Feb 23 09:05:29.738 INFO STEP 948 (remove_files) COMPLETE
74822025-02-23T09:05:30.906Z[ recovery-image] Feb 23 09:05:29.738 INFO O| Feb 23 09:05:29.738 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-23T09:05:30.919Z[ recovery-image] Feb 23 09:05:29.774 INFO O| Feb 23 09:05:29.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74842025-02-23T09:05:30.922Z[ recovery-image] Feb 23 09:05:29.774 INFO O| Feb 23 09:05:29.774 INFO STEP 949 (remove_files) COMPLETE
74852025-02-23T09:05:30.922Z[ recovery-image] Feb 23 09:05:29.774 INFO O| Feb 23 09:05:29.774 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-23T09:05:30.948Z[ recovery-image] Feb 23 09:05:29.794 INFO O| Feb 23 09:05:29.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74872025-02-23T09:05:30.948Z[ recovery-image] Feb 23 09:05:29.794 INFO O| Feb 23 09:05:29.794 INFO STEP 950 (remove_files) COMPLETE
74882025-02-23T09:05:30.948Z[ recovery-image] Feb 23 09:05:29.794 INFO O| Feb 23 09:05:29.794 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-23T09:05:30.957Z[ recovery-image] Feb 23 09:05:29.813 INFO O| Feb 23 09:05:29.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74902025-02-23T09:05:30.957Z[ recovery-image] Feb 23 09:05:29.813 INFO O| Feb 23 09:05:29.813 INFO STEP 951 (remove_files) COMPLETE
74912025-02-23T09:05:30.963Z[ recovery-image] Feb 23 09:05:29.813 INFO O| Feb 23 09:05:29.813 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-23T09:05:30.979Z[ recovery-image] Feb 23 09:05:29.834 INFO O| Feb 23 09:05:29.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74932025-02-23T09:05:30.979Z[ recovery-image] Feb 23 09:05:29.834 INFO O| Feb 23 09:05:29.834 INFO STEP 952 (remove_files) COMPLETE
74942025-02-23T09:05:30.979Z[ recovery-image] Feb 23 09:05:29.834 INFO O| Feb 23 09:05:29.834 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-23T09:05:31.030Z[ recovery-image] Feb 23 09:05:29.885 INFO O| Feb 23 09:05:29.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74962025-02-23T09:05:31.030Z[ recovery-image] Feb 23 09:05:29.885 INFO O| Feb 23 09:05:29.885 INFO STEP 953 (remove_files) COMPLETE
74972025-02-23T09:05:31.030Z[ recovery-image] Feb 23 09:05:29.885 INFO O| Feb 23 09:05:29.885 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-23T09:05:31.090Z[ recovery-image] Feb 23 09:05:29.945 INFO O| Feb 23 09:05:29.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74992025-02-23T09:05:31.090Z[ recovery-image] Feb 23 09:05:29.945 INFO O| Feb 23 09:05:29.945 INFO STEP 954 (remove_files) COMPLETE
75002025-02-23T09:05:31.090Z[ recovery-image] Feb 23 09:05:29.945 INFO O| Feb 23 09:05:29.945 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-23T09:05:31.140Z[ recovery-image] Feb 23 09:05:29.996 INFO O| Feb 23 09:05:29.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75022025-02-23T09:05:31.140Z[ recovery-image] Feb 23 09:05:29.996 INFO O| Feb 23 09:05:29.996 INFO STEP 955 (remove_files) COMPLETE
75032025-02-23T09:05:31.152Z[ recovery-image] Feb 23 09:05:29.996 INFO O| Feb 23 09:05:29.996 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-23T09:05:31.197Z[ recovery-image] Feb 23 09:05:30.052 INFO O| Feb 23 09:05:30.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75052025-02-23T09:05:31.197Z[ recovery-image] Feb 23 09:05:30.052 INFO O| Feb 23 09:05:30.052 INFO STEP 956 (remove_files) COMPLETE
75062025-02-23T09:05:31.204Z[ recovery-image] Feb 23 09:05:30.052 INFO O| Feb 23 09:05:30.052 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-23T09:05:31.219Z[ recovery-image] Feb 23 09:05:30.075 INFO O| Feb 23 09:05:30.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75082025-02-23T09:05:31.219Z[ recovery-image] Feb 23 09:05:30.075 INFO O| Feb 23 09:05:30.075 INFO STEP 957 (remove_files) COMPLETE
75092025-02-23T09:05:31.219Z[ recovery-image] Feb 23 09:05:30.075 INFO O| Feb 23 09:05:30.075 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-23T09:05:31.268Z[ recovery-image] Feb 23 09:05:30.123 INFO O| Feb 23 09:05:30.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75112025-02-23T09:05:31.268Z[ recovery-image] Feb 23 09:05:30.124 INFO O| Feb 23 09:05:30.124 INFO STEP 958 (remove_files) COMPLETE
75122025-02-23T09:05:31.268Z[ recovery-image] Feb 23 09:05:30.124 INFO O| Feb 23 09:05:30.124 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-23T09:05:31.295Z[ recovery-image] Feb 23 09:05:30.150 INFO O| Feb 23 09:05:30.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75142025-02-23T09:05:31.295Z[ recovery-image] Feb 23 09:05:30.150 INFO O| Feb 23 09:05:30.150 INFO STEP 959 (remove_files) COMPLETE
75152025-02-23T09:05:31.295Z[ recovery-image] Feb 23 09:05:30.150 INFO O| Feb 23 09:05:30.150 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-23T09:05:31.314Z[ recovery-image] Feb 23 09:05:30.169 INFO O| Feb 23 09:05:30.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75172025-02-23T09:05:31.314Z[ recovery-image] Feb 23 09:05:30.169 INFO O| Feb 23 09:05:30.169 INFO STEP 960 (remove_files) COMPLETE
75182025-02-23T09:05:31.314Z[ recovery-image] Feb 23 09:05:30.169 INFO O| Feb 23 09:05:30.169 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-23T09:05:31.353Z[ recovery-image] Feb 23 09:05:30.206 INFO O| Feb 23 09:05:30.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75202025-02-23T09:05:31.353Z[ recovery-image] Feb 23 09:05:30.207 INFO O| Feb 23 09:05:30.207 INFO STEP 961 (remove_files) COMPLETE
75212025-02-23T09:05:31.359Z[ recovery-image] Feb 23 09:05:30.207 INFO O| Feb 23 09:05:30.207 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-23T09:05:31.370Z[ recovery-image] Feb 23 09:05:30.225 INFO O| Feb 23 09:05:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75232025-02-23T09:05:31.370Z[ recovery-image] Feb 23 09:05:30.225 INFO O| Feb 23 09:05:30.225 INFO STEP 962 (remove_files) COMPLETE
75242025-02-23T09:05:31.376Z[ recovery-image] Feb 23 09:05:30.225 INFO O| Feb 23 09:05:30.225 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-23T09:05:31.411Z[ recovery-image] Feb 23 09:05:30.266 INFO O| Feb 23 09:05:30.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75262025-02-23T09:05:31.411Z[ recovery-image] Feb 23 09:05:30.266 INFO O| Feb 23 09:05:30.266 INFO STEP 963 (remove_files) COMPLETE
75272025-02-23T09:05:31.424Z[ recovery-image] Feb 23 09:05:30.266 INFO O| Feb 23 09:05:30.266 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-23T09:05:31.455Z[ recovery-image] Feb 23 09:05:30.307 INFO O| Feb 23 09:05:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75292025-02-23T09:05:31.455Z[ recovery-image] Feb 23 09:05:30.307 INFO O| Feb 23 09:05:30.307 INFO STEP 964 (remove_files) COMPLETE
75302025-02-23T09:05:31.455Z[ recovery-image] Feb 23 09:05:30.308 INFO O| Feb 23 09:05:30.307 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-23T09:05:31.474Z[ recovery-image] Feb 23 09:05:30.329 INFO O| Feb 23 09:05:30.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75322025-02-23T09:05:31.482Z[ recovery-image] Feb 23 09:05:30.329 INFO O| Feb 23 09:05:30.329 INFO STEP 965 (remove_files) COMPLETE
75332025-02-23T09:05:31.482Z[ recovery-image] Feb 23 09:05:30.329 INFO O| Feb 23 09:05:30.329 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-23T09:05:31.501Z[ recovery-image] Feb 23 09:05:30.355 INFO O| Feb 23 09:05:30.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75352025-02-23T09:05:31.582Z[ recovery-image] Feb 23 09:05:30.355 INFO O| Feb 23 09:05:30.355 INFO STEP 966 (remove_files) COMPLETE
75362025-02-23T09:05:31.582Z[ recovery-image] Feb 23 09:05:30.355 INFO O| Feb 23 09:05:30.355 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-23T09:05:31.582Z[ recovery-image] Feb 23 09:05:30.378 INFO O| Feb 23 09:05:30.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75382025-02-23T09:05:31.582Z[ recovery-image] Feb 23 09:05:30.378 INFO O| Feb 23 09:05:30.378 INFO STEP 967 (remove_files) COMPLETE
75392025-02-23T09:05:31.582Z[ recovery-image] Feb 23 09:05:30.378 INFO O| Feb 23 09:05:30.378 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-23T09:05:31.682Z[ recovery-image] Feb 23 09:05:30.398 INFO O| Feb 23 09:05:30.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75412025-02-23T09:05:31.682Z[ recovery-image] Feb 23 09:05:30.398 INFO O| Feb 23 09:05:30.398 INFO STEP 968 (remove_files) COMPLETE
75422025-02-23T09:05:31.682Z[ recovery-image] Feb 23 09:05:30.398 INFO O| Feb 23 09:05:30.398 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-23T09:05:31.682Z[ recovery-image] Feb 23 09:05:30.419 INFO O| Feb 23 09:05:30.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75442025-02-23T09:05:31.682Z[ recovery-image] Feb 23 09:05:30.419 INFO O| Feb 23 09:05:30.419 INFO STEP 969 (remove_files) COMPLETE
75452025-02-23T09:05:31.682Z[ recovery-image] Feb 23 09:05:30.419 INFO O| Feb 23 09:05:30.419 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-23T09:05:31.683Z[ recovery-image] Feb 23 09:05:30.439 INFO O| Feb 23 09:05:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75472025-02-23T09:05:31.683Z[ recovery-image] Feb 23 09:05:30.439 INFO O| Feb 23 09:05:30.439 INFO STEP 970 (remove_files) COMPLETE
75482025-02-23T09:05:31.683Z[ recovery-image] Feb 23 09:05:30.439 INFO O| Feb 23 09:05:30.439 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.460 INFO O| Feb 23 09:05:30.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75502025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.460 INFO O| Feb 23 09:05:30.460 INFO STEP 971 (remove_files) COMPLETE
75512025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.460 INFO O| Feb 23 09:05:30.460 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.485 INFO O| Feb 23 09:05:30.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75532025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.485 INFO O| Feb 23 09:05:30.485 INFO STEP 972 (remove_files) COMPLETE
75542025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.485 INFO O| Feb 23 09:05:30.485 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.518 INFO O| Feb 23 09:05:30.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75562025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.518 INFO O| Feb 23 09:05:30.518 INFO STEP 973 (remove_files) COMPLETE
75572025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.518 INFO O| Feb 23 09:05:30.518 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.579 INFO O| Feb 23 09:05:30.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75592025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.579 INFO O| Feb 23 09:05:30.579 INFO STEP 974 (remove_files) COMPLETE
75602025-02-23T09:05:31.740Z[ recovery-image] Feb 23 09:05:30.579 INFO O| Feb 23 09:05:30.579 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-23T09:05:31.763Z[ recovery-image] Feb 23 09:05:30.618 INFO O| Feb 23 09:05:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75622025-02-23T09:05:31.768Z[ recovery-image] Feb 23 09:05:30.618 INFO O| Feb 23 09:05:30.618 INFO STEP 975 (remove_files) COMPLETE
75632025-02-23T09:05:31.768Z[ recovery-image] Feb 23 09:05:30.618 INFO O| Feb 23 09:05:30.618 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-23T09:05:31.797Z[ recovery-image] Feb 23 09:05:30.652 INFO O| Feb 23 09:05:30.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75652025-02-23T09:05:31.797Z[ recovery-image] Feb 23 09:05:30.653 INFO O| Feb 23 09:05:30.653 INFO STEP 976 (remove_files) COMPLETE
75662025-02-23T09:05:31.800Z[ recovery-image] Feb 23 09:05:30.653 INFO O| Feb 23 09:05:30.653 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-23T09:05:31.861Z[ recovery-image] Feb 23 09:05:30.676 INFO O| Feb 23 09:05:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75682025-02-23T09:05:31.861Z[ recovery-image] Feb 23 09:05:30.676 INFO O| Feb 23 09:05:30.676 INFO STEP 977 (remove_files) COMPLETE
75692025-02-23T09:05:31.861Z[ recovery-image] Feb 23 09:05:30.676 INFO O| Feb 23 09:05:30.676 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-23T09:05:31.881Z[ recovery-image] Feb 23 09:05:30.698 INFO O| Feb 23 09:05:30.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75712025-02-23T09:05:31.881Z[ recovery-image] Feb 23 09:05:30.698 INFO O| Feb 23 09:05:30.698 INFO STEP 978 (remove_files) COMPLETE
75722025-02-23T09:05:31.881Z[ recovery-image] Feb 23 09:05:30.698 INFO O| Feb 23 09:05:30.698 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-23T09:05:31.881Z[ recovery-image] Feb 23 09:05:30.722 INFO O| Feb 23 09:05:30.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75742025-02-23T09:05:31.881Z[ recovery-image] Feb 23 09:05:30.722 INFO O| Feb 23 09:05:30.722 INFO STEP 979 (remove_files) COMPLETE
75752025-02-23T09:05:31.881Z[ recovery-image] Feb 23 09:05:30.722 INFO O| Feb 23 09:05:30.722 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.743 INFO O| Feb 23 09:05:30.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75772025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.743 INFO O| Feb 23 09:05:30.743 INFO STEP 980 (remove_files) COMPLETE
75782025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.743 INFO O| Feb 23 09:05:30.743 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.808 INFO O| Feb 23 09:05:30.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75802025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.808 INFO O| Feb 23 09:05:30.808 INFO STEP 981 (remove_files) COMPLETE
75812025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.808 INFO O| Feb 23 09:05:30.808 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.829 INFO O| Feb 23 09:05:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75832025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.830 INFO O| Feb 23 09:05:30.830 INFO STEP 982 (remove_files) COMPLETE
75842025-02-23T09:05:31.989Z[ recovery-image] Feb 23 09:05:30.830 INFO O| Feb 23 09:05:30.830 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-02-23T09:05:32.002Z[ recovery-image] Feb 23 09:05:30.851 INFO O| Feb 23 09:05:30.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75862025-02-23T09:05:32.002Z[ recovery-image] Feb 23 09:05:30.851 INFO O| Feb 23 09:05:30.851 INFO STEP 983 (remove_files) COMPLETE
75872025-02-23T09:05:32.002Z[ recovery-image] Feb 23 09:05:30.851 INFO O| Feb 23 09:05:30.851 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-02-23T09:05:32.016Z[ recovery-image] Feb 23 09:05:30.870 INFO O| Feb 23 09:05:30.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75892025-02-23T09:05:32.016Z[ recovery-image] Feb 23 09:05:30.871 INFO O| Feb 23 09:05:30.871 INFO STEP 984 (remove_files) COMPLETE
75902025-02-23T09:05:32.030Z[ recovery-image] Feb 23 09:05:30.871 INFO O| Feb 23 09:05:30.871 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-02-23T09:05:32.055Z[ recovery-image] Feb 23 09:05:30.894 INFO O| Feb 23 09:05:30.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75922025-02-23T09:05:32.055Z[ recovery-image] Feb 23 09:05:30.894 INFO O| Feb 23 09:05:30.894 INFO STEP 985 (remove_files) COMPLETE
75932025-02-23T09:05:32.055Z[ recovery-image] Feb 23 09:05:30.894 INFO O| Feb 23 09:05:30.894 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-02-23T09:05:32.060Z[ recovery-image] Feb 23 09:05:30.916 INFO O| Feb 23 09:05:30.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75952025-02-23T09:05:32.061Z[ recovery-image] Feb 23 09:05:30.916 INFO O| Feb 23 09:05:30.916 INFO STEP 986 (remove_files) COMPLETE
75962025-02-23T09:05:32.061Z[ recovery-image] Feb 23 09:05:30.916 INFO O| Feb 23 09:05:30.916 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-23T09:05:32.094Z[ recovery-image] Feb 23 09:05:30.949 INFO O| Feb 23 09:05:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75982025-02-23T09:05:32.094Z[ recovery-image] Feb 23 09:05:30.949 INFO O| Feb 23 09:05:30.949 INFO STEP 987 (remove_files) COMPLETE
75992025-02-23T09:05:32.094Z[ recovery-image] Feb 23 09:05:30.949 INFO O| Feb 23 09:05:30.949 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-23T09:05:32.156Z[ recovery-image] Feb 23 09:05:30.983 INFO O| Feb 23 09:05:30.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76012025-02-23T09:05:32.156Z[ recovery-image] Feb 23 09:05:30.983 INFO O| Feb 23 09:05:30.983 INFO STEP 988 (remove_files) COMPLETE
76022025-02-23T09:05:32.156Z[ recovery-image] Feb 23 09:05:30.983 INFO O| Feb 23 09:05:30.983 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-23T09:05:32.166Z[ recovery-image] Feb 23 09:05:31.007 INFO O| Feb 23 09:05:31.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76042025-02-23T09:05:32.167Z[ recovery-image] Feb 23 09:05:31.007 INFO O| Feb 23 09:05:31.007 INFO STEP 989 (remove_files) COMPLETE
76052025-02-23T09:05:32.167Z[ recovery-image] Feb 23 09:05:31.007 INFO O| Feb 23 09:05:31.007 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-02-23T09:05:32.178Z[ recovery-image] Feb 23 09:05:31.029 INFO O| Feb 23 09:05:31.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76072025-02-23T09:05:32.178Z[ recovery-image] Feb 23 09:05:31.029 INFO O| Feb 23 09:05:31.029 INFO STEP 990 (remove_files) COMPLETE
76082025-02-23T09:05:32.178Z[ recovery-image] Feb 23 09:05:31.029 INFO O| Feb 23 09:05:31.029 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-02-23T09:05:32.241Z[ recovery-image] Feb 23 09:05:31.084 INFO O| Feb 23 09:05:31.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76102025-02-23T09:05:32.241Z[ recovery-image] Feb 23 09:05:31.084 INFO O| Feb 23 09:05:31.084 INFO STEP 991 (remove_files) COMPLETE
76112025-02-23T09:05:32.241Z[ recovery-image] Feb 23 09:05:31.084 INFO O| Feb 23 09:05:31.084 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-02-23T09:05:32.250Z[ recovery-image] Feb 23 09:05:31.105 INFO O| Feb 23 09:05:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76132025-02-23T09:05:32.250Z[ recovery-image] Feb 23 09:05:31.105 INFO O| Feb 23 09:05:31.105 INFO STEP 992 (remove_files) COMPLETE
76142025-02-23T09:05:32.250Z[ recovery-image] Feb 23 09:05:31.105 INFO O| Feb 23 09:05:31.105 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-02-23T09:05:32.305Z[ recovery-image] Feb 23 09:05:31.151 INFO O| Feb 23 09:05:31.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76162025-02-23T09:05:32.305Z[ recovery-image] Feb 23 09:05:31.151 INFO O| Feb 23 09:05:31.151 INFO STEP 993 (remove_files) COMPLETE
76172025-02-23T09:05:32.305Z[ recovery-image] Feb 23 09:05:31.151 INFO O| Feb 23 09:05:31.151 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-02-23T09:05:32.315Z[ recovery-image] Feb 23 09:05:31.171 INFO O| Feb 23 09:05:31.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76192025-02-23T09:05:32.315Z[ recovery-image] Feb 23 09:05:31.171 INFO O| Feb 23 09:05:31.171 INFO STEP 994 (remove_files) COMPLETE
76202025-02-23T09:05:32.315Z[ recovery-image] Feb 23 09:05:31.171 INFO O| Feb 23 09:05:31.171 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-02-23T09:05:32.351Z[ recovery-image] Feb 23 09:05:31.207 INFO O| Feb 23 09:05:31.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76222025-02-23T09:05:32.351Z[ recovery-image] Feb 23 09:05:31.207 INFO O| Feb 23 09:05:31.207 INFO STEP 995 (remove_files) COMPLETE
76232025-02-23T09:05:32.351Z[ recovery-image] Feb 23 09:05:31.207 INFO O| Feb 23 09:05:31.207 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-02-23T09:05:32.381Z[ recovery-image] Feb 23 09:05:31.236 INFO O| Feb 23 09:05:31.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76252025-02-23T09:05:32.381Z[ recovery-image] Feb 23 09:05:31.236 INFO O| Feb 23 09:05:31.236 INFO STEP 996 (remove_files) COMPLETE
76262025-02-23T09:05:32.405Z[ recovery-image] Feb 23 09:05:31.236 INFO O| Feb 23 09:05:31.236 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-02-23T09:05:32.438Z[ recovery-image] Feb 23 09:05:31.293 INFO O| Feb 23 09:05:31.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76282025-02-23T09:05:32.439Z[ recovery-image] Feb 23 09:05:31.293 INFO O| Feb 23 09:05:31.293 INFO STEP 997 (remove_files) COMPLETE
76292025-02-23T09:05:32.449Z[ recovery-image] Feb 23 09:05:31.294 INFO O| Feb 23 09:05:31.293 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-02-23T09:05:32.499Z[ recovery-image] Feb 23 09:05:31.354 INFO O| Feb 23 09:05:31.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76312025-02-23T09:05:32.499Z[ recovery-image] Feb 23 09:05:31.354 INFO O| Feb 23 09:05:31.354 INFO STEP 998 (remove_files) COMPLETE
76322025-02-23T09:05:32.513Z[ recovery-image] Feb 23 09:05:31.355 INFO O| Feb 23 09:05:31.354 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-02-23T09:05:32.540Z[ recovery-image] Feb 23 09:05:31.395 INFO O| Feb 23 09:05:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76342025-02-23T09:05:32.540Z[ recovery-image] Feb 23 09:05:31.395 INFO O| Feb 23 09:05:31.395 INFO STEP 999 (remove_files) COMPLETE
76352025-02-23T09:05:32.551Z[ recovery-image] Feb 23 09:05:31.395 INFO O| Feb 23 09:05:31.395 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-02-23T09:05:32.586Z[ recovery-image] Feb 23 09:05:31.441 INFO O| Feb 23 09:05:31.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76372025-02-23T09:05:32.612Z[ recovery-image] Feb 23 09:05:31.441 INFO O| Feb 23 09:05:31.441 INFO STEP 1000 (remove_files) COMPLETE
76382025-02-23T09:05:32.612Z[ recovery-image] Feb 23 09:05:31.441 INFO O| Feb 23 09:05:31.441 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-02-23T09:05:32.612Z[ recovery-image] Feb 23 09:05:31.463 INFO O| Feb 23 09:05:31.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76402025-02-23T09:05:32.612Z[ recovery-image] Feb 23 09:05:31.463 INFO O| Feb 23 09:05:31.463 INFO STEP 1001 (remove_files) COMPLETE
76412025-02-23T09:05:32.612Z[ recovery-image] Feb 23 09:05:31.463 INFO O| Feb 23 09:05:31.463 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-02-23T09:05:32.648Z[ recovery-image] Feb 23 09:05:31.503 INFO O| Feb 23 09:05:31.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76432025-02-23T09:05:32.648Z[ recovery-image] Feb 23 09:05:31.503 INFO O| Feb 23 09:05:31.503 INFO STEP 1002 (remove_files) COMPLETE
76442025-02-23T09:05:32.690Z[ recovery-image] Feb 23 09:05:31.503 INFO O| Feb 23 09:05:31.503 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-02-23T09:05:32.690Z[ recovery-image] Feb 23 09:05:31.522 INFO O| Feb 23 09:05:31.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76462025-02-23T09:05:32.690Z[ recovery-image] Feb 23 09:05:31.522 INFO O| Feb 23 09:05:31.522 INFO STEP 1003 (remove_files) COMPLETE
76472025-02-23T09:05:32.690Z[ recovery-image] Feb 23 09:05:31.523 INFO O| Feb 23 09:05:31.522 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-02-23T09:05:32.690Z[ recovery-image] Feb 23 09:05:31.542 INFO O| Feb 23 09:05:31.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76492025-02-23T09:05:32.690Z[ recovery-image] Feb 23 09:05:31.542 INFO O| Feb 23 09:05:31.542 INFO STEP 1004 (remove_files) COMPLETE
76502025-02-23T09:05:32.690Z[ recovery-image] Feb 23 09:05:31.542 INFO O| Feb 23 09:05:31.542 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-02-23T09:05:32.710Z[ recovery-image] Feb 23 09:05:31.562 INFO O| Feb 23 09:05:31.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76522025-02-23T09:05:32.710Z[ recovery-image] Feb 23 09:05:31.562 INFO O| Feb 23 09:05:31.562 INFO STEP 1005 (remove_files) COMPLETE
76532025-02-23T09:05:32.730Z[ recovery-image] Feb 23 09:05:31.562 INFO O| Feb 23 09:05:31.562 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-02-23T09:05:32.790Z[ recovery-image] Feb 23 09:05:31.617 INFO O| Feb 23 09:05:31.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76552025-02-23T09:05:32.801Z[ recovery-image] Feb 23 09:05:31.617 INFO O| Feb 23 09:05:31.617 INFO STEP 1006 (remove_files) COMPLETE
76562025-02-23T09:05:32.801Z[ recovery-image] Feb 23 09:05:31.617 INFO O| Feb 23 09:05:31.617 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-02-23T09:05:32.851Z[ recovery-image] Feb 23 09:05:31.699 INFO O| Feb 23 09:05:31.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76582025-02-23T09:05:32.852Z[ recovery-image] Feb 23 09:05:31.699 INFO O| Feb 23 09:05:31.699 INFO STEP 1007 (remove_files) COMPLETE
76592025-02-23T09:05:32.852Z[ recovery-image] Feb 23 09:05:31.699 INFO O| Feb 23 09:05:31.699 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-02-23T09:05:32.956Z[ recovery-image] Feb 23 09:05:31.718 INFO O| Feb 23 09:05:31.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76612025-02-23T09:05:32.956Z[ recovery-image] Feb 23 09:05:31.718 INFO O| Feb 23 09:05:31.718 INFO STEP 1008 (remove_files) COMPLETE
76622025-02-23T09:05:32.956Z[ recovery-image] Feb 23 09:05:31.718 INFO O| Feb 23 09:05:31.718 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-02-23T09:05:32.956Z[ recovery-image] Feb 23 09:05:31.738 INFO O| Feb 23 09:05:31.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76642025-02-23T09:05:32.960Z[ recovery-image] Feb 23 09:05:31.738 INFO O| Feb 23 09:05:31.738 INFO STEP 1009 (remove_files) COMPLETE
76652025-02-23T09:05:32.960Z[ recovery-image] Feb 23 09:05:31.738 INFO O| Feb 23 09:05:31.738 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-02-23T09:05:32.960Z[ recovery-image] Feb 23 09:05:31.757 INFO O| Feb 23 09:05:31.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76672025-02-23T09:05:32.960Z[ recovery-image] Feb 23 09:05:31.757 INFO O| Feb 23 09:05:31.757 INFO STEP 1010 (remove_files) COMPLETE
76682025-02-23T09:05:32.960Z[ recovery-image] Feb 23 09:05:31.757 INFO O| Feb 23 09:05:31.757 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-02-23T09:05:33.020Z[ recovery-image] Feb 23 09:05:31.775 INFO O| Feb 23 09:05:31.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76702025-02-23T09:05:33.020Z[ recovery-image] Feb 23 09:05:31.775 INFO O| Feb 23 09:05:31.775 INFO STEP 1011 (remove_files) COMPLETE
76712025-02-23T09:05:33.020Z[ recovery-image] Feb 23 09:05:31.775 INFO O| Feb 23 09:05:31.775 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-02-23T09:05:33.049Z[ recovery-image] Feb 23 09:05:31.831 INFO O| Feb 23 09:05:31.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76732025-02-23T09:05:33.053Z[ recovery-image] Feb 23 09:05:31.831 INFO O| Feb 23 09:05:31.831 INFO STEP 1012 (remove_files) COMPLETE
76742025-02-23T09:05:33.053Z[ recovery-image] Feb 23 09:05:31.831 INFO O| Feb 23 09:05:31.831 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-02-23T09:05:33.053Z[ recovery-image] Feb 23 09:05:31.871 INFO O| Feb 23 09:05:31.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76762025-02-23T09:05:33.053Z[ recovery-image] Feb 23 09:05:31.871 INFO O| Feb 23 09:05:31.871 INFO STEP 1013 (remove_files) COMPLETE
76772025-02-23T09:05:33.053Z[ recovery-image] Feb 23 09:05:31.871 INFO O| Feb 23 09:05:31.871 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-02-23T09:05:33.079Z[ recovery-image] Feb 23 09:05:31.930 INFO O| Feb 23 09:05:31.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76792025-02-23T09:05:33.079Z[ recovery-image] Feb 23 09:05:31.930 INFO O| Feb 23 09:05:31.930 INFO STEP 1014 (remove_files) COMPLETE
76802025-02-23T09:05:33.087Z[ recovery-image] Feb 23 09:05:31.930 INFO O| Feb 23 09:05:31.930 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-02-23T09:05:33.096Z[ recovery-image] Feb 23 09:05:31.949 INFO O| Feb 23 09:05:31.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76822025-02-23T09:05:33.096Z[ recovery-image] Feb 23 09:05:31.949 INFO O| Feb 23 09:05:31.949 INFO STEP 1015 (remove_files) COMPLETE
76832025-02-23T09:05:33.096Z[ recovery-image] Feb 23 09:05:31.949 INFO O| Feb 23 09:05:31.949 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-02-23T09:05:33.119Z[ recovery-image] Feb 23 09:05:31.973 INFO O| Feb 23 09:05:31.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76852025-02-23T09:05:33.119Z[ recovery-image] Feb 23 09:05:31.974 INFO O| Feb 23 09:05:31.973 INFO STEP 1016 (remove_files) COMPLETE
76862025-02-23T09:05:33.119Z[ recovery-image] Feb 23 09:05:31.974 INFO O| Feb 23 09:05:31.973 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-02-23T09:05:33.149Z[ recovery-image] Feb 23 09:05:32.004 INFO O| Feb 23 09:05:32.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76882025-02-23T09:05:33.149Z[ recovery-image] Feb 23 09:05:32.004 INFO O| Feb 23 09:05:32.004 INFO STEP 1017 (remove_files) COMPLETE
76892025-02-23T09:05:33.149Z[ recovery-image] Feb 23 09:05:32.004 INFO O| Feb 23 09:05:32.004 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-02-23T09:05:33.292Z[ recovery-image] Feb 23 09:05:32.147 INFO O| Feb 23 09:05:32.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76912025-02-23T09:05:33.292Z[ recovery-image] Feb 23 09:05:32.147 INFO O| Feb 23 09:05:32.147 INFO STEP 1018 (remove_files) COMPLETE
76922025-02-23T09:05:33.292Z[ recovery-image] Feb 23 09:05:32.147 INFO O| Feb 23 09:05:32.147 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-02-23T09:05:33.312Z[ recovery-image] Feb 23 09:05:32.167 INFO O| Feb 23 09:05:32.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76942025-02-23T09:05:33.312Z[ recovery-image] Feb 23 09:05:32.167 INFO O| Feb 23 09:05:32.167 INFO STEP 1019 (remove_files) COMPLETE
76952025-02-23T09:05:33.336Z[ recovery-image] Feb 23 09:05:32.167 INFO O| Feb 23 09:05:32.167 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-02-23T09:05:33.374Z[ recovery-image] Feb 23 09:05:32.225 INFO O| Feb 23 09:05:32.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76972025-02-23T09:05:33.375Z[ recovery-image] Feb 23 09:05:32.225 INFO O| Feb 23 09:05:32.225 INFO STEP 1020 (remove_files) COMPLETE
76982025-02-23T09:05:33.375Z[ recovery-image] Feb 23 09:05:32.225 INFO O| Feb 23 09:05:32.225 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-02-23T09:05:33.479Z[ recovery-image] Feb 23 09:05:32.332 INFO O| Feb 23 09:05:32.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77002025-02-23T09:05:33.560Z[ recovery-image] Feb 23 09:05:32.333 INFO O| Feb 23 09:05:32.333 INFO STEP 1021 (remove_files) COMPLETE
77012025-02-23T09:05:33.560Z[ recovery-image] Feb 23 09:05:32.333 INFO O| Feb 23 09:05:32.333 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-02-23T09:05:33.560Z[ recovery-image] Feb 23 09:05:32.354 INFO O| Feb 23 09:05:32.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77032025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.375 INFO O| Feb 23 09:05:32.375 INFO STEP 1022 (remove_files) COMPLETE
77042025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.375 INFO O| Feb 23 09:05:32.375 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.399 INFO O| Feb 23 09:05:32.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77062025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.399 INFO O| Feb 23 09:05:32.399 INFO STEP 1023 (remove_files) COMPLETE
77072025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.399 INFO O| Feb 23 09:05:32.399 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.419 INFO O| Feb 23 09:05:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77092025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.419 INFO O| Feb 23 09:05:32.419 INFO STEP 1024 (remove_files) COMPLETE
77102025-02-23T09:05:33.574Z[ recovery-image] Feb 23 09:05:32.419 INFO O| Feb 23 09:05:32.419 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-02-23T09:05:33.585Z[ recovery-image] Feb 23 09:05:32.439 INFO O| Feb 23 09:05:32.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77122025-02-23T09:05:33.585Z[ recovery-image] Feb 23 09:05:32.439 INFO O| Feb 23 09:05:32.439 INFO STEP 1025 (remove_files) COMPLETE
77132025-02-23T09:05:33.585Z[ recovery-image] Feb 23 09:05:32.439 INFO O| Feb 23 09:05:32.439 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-02-23T09:05:33.604Z[ recovery-image] Feb 23 09:05:32.459 INFO O| Feb 23 09:05:32.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77152025-02-23T09:05:33.660Z[ recovery-image] Feb 23 09:05:32.459 INFO O| Feb 23 09:05:32.459 INFO STEP 1026 (remove_files) COMPLETE
77162025-02-23T09:05:33.660Z[ recovery-image] Feb 23 09:05:32.459 INFO O| Feb 23 09:05:32.459 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-02-23T09:05:33.660Z[ recovery-image] Feb 23 09:05:32.479 INFO O| Feb 23 09:05:32.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77182025-02-23T09:05:33.661Z[ recovery-image] Feb 23 09:05:32.479 INFO O| Feb 23 09:05:32.479 INFO STEP 1027 (remove_files) COMPLETE
77192025-02-23T09:05:33.661Z[ recovery-image] Feb 23 09:05:32.479 INFO O| Feb 23 09:05:32.479 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-02-23T09:05:33.661Z[ recovery-image] Feb 23 09:05:32.498 INFO O| Feb 23 09:05:32.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77212025-02-23T09:05:33.661Z[ recovery-image] Feb 23 09:05:32.498 INFO O| Feb 23 09:05:32.498 INFO STEP 1028 (remove_files) COMPLETE
77222025-02-23T09:05:33.661Z[ recovery-image] Feb 23 09:05:32.498 INFO O| Feb 23 09:05:32.498 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-02-23T09:05:33.703Z[ recovery-image] Feb 23 09:05:32.524 INFO O| Feb 23 09:05:32.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77242025-02-23T09:05:33.703Z[ recovery-image] Feb 23 09:05:32.525 INFO O| Feb 23 09:05:32.524 INFO STEP 1029 (remove_files) COMPLETE
77252025-02-23T09:05:33.703Z[ recovery-image] Feb 23 09:05:32.525 INFO O| Feb 23 09:05:32.524 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-23T09:05:33.703Z[ recovery-image] Feb 23 09:05:32.545 INFO O| Feb 23 09:05:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77272025-02-23T09:05:33.703Z[ recovery-image] Feb 23 09:05:32.546 INFO O| Feb 23 09:05:32.546 INFO STEP 1030 (remove_files) COMPLETE
77282025-02-23T09:05:33.703Z[ recovery-image] Feb 23 09:05:32.546 INFO O| Feb 23 09:05:32.546 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-23T09:05:33.721Z[ recovery-image] Feb 23 09:05:32.565 INFO O| Feb 23 09:05:32.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77302025-02-23T09:05:33.722Z[ recovery-image] Feb 23 09:05:32.565 INFO O| Feb 23 09:05:32.565 INFO STEP 1031 (remove_files) COMPLETE
77312025-02-23T09:05:33.722Z[ recovery-image] Feb 23 09:05:32.565 INFO O| Feb 23 09:05:32.565 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-23T09:05:33.752Z[ recovery-image] Feb 23 09:05:32.585 INFO O| Feb 23 09:05:32.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77332025-02-23T09:05:33.752Z[ recovery-image] Feb 23 09:05:32.585 INFO O| Feb 23 09:05:32.585 INFO STEP 1032 (remove_files) COMPLETE
77342025-02-23T09:05:33.752Z[ recovery-image] Feb 23 09:05:32.585 INFO O| Feb 23 09:05:32.585 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-02-23T09:05:33.789Z[ recovery-image] Feb 23 09:05:32.605 INFO O| Feb 23 09:05:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77362025-02-23T09:05:33.789Z[ recovery-image] Feb 23 09:05:32.605 INFO O| Feb 23 09:05:32.605 INFO STEP 1033 (remove_files) COMPLETE
77372025-02-23T09:05:33.789Z[ recovery-image] Feb 23 09:05:32.605 INFO O| Feb 23 09:05:32.605 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-02-23T09:05:33.789Z[ recovery-image] Feb 23 09:05:32.624 INFO O| Feb 23 09:05:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77392025-02-23T09:05:33.789Z[ recovery-image] Feb 23 09:05:32.624 INFO O| Feb 23 09:05:32.624 INFO STEP 1034 (remove_files) COMPLETE
77402025-02-23T09:05:33.789Z[ recovery-image] Feb 23 09:05:32.624 INFO O| Feb 23 09:05:32.624 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-23T09:05:33.803Z[ recovery-image] Feb 23 09:05:32.643 INFO O| Feb 23 09:05:32.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77422025-02-23T09:05:33.803Z[ recovery-image] Feb 23 09:05:32.643 INFO O| Feb 23 09:05:32.643 INFO STEP 1035 (remove_files) COMPLETE
77432025-02-23T09:05:33.803Z[ recovery-image] Feb 23 09:05:32.643 INFO O| Feb 23 09:05:32.643 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-23T09:05:33.823Z[ recovery-image] Feb 23 09:05:32.678 INFO O| Feb 23 09:05:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77452025-02-23T09:05:33.826Z[ recovery-image] Feb 23 09:05:32.678 INFO O| Feb 23 09:05:32.678 INFO STEP 1036 (remove_files) COMPLETE
77462025-02-23T09:05:33.826Z[ recovery-image] Feb 23 09:05:32.678 INFO O| Feb 23 09:05:32.678 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-23T09:05:33.847Z[ recovery-image] Feb 23 09:05:32.701 INFO O| Feb 23 09:05:32.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77482025-02-23T09:05:33.847Z[ recovery-image] Feb 23 09:05:32.701 INFO O| Feb 23 09:05:32.701 INFO STEP 1037 (remove_files) COMPLETE
77492025-02-23T09:05:33.847Z[ recovery-image] Feb 23 09:05:32.701 INFO O| Feb 23 09:05:32.701 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-23T09:05:33.959Z[ recovery-image] Feb 23 09:05:32.723 INFO O| Feb 23 09:05:32.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77512025-02-23T09:05:33.959Z[ recovery-image] Feb 23 09:05:32.723 INFO O| Feb 23 09:05:32.723 INFO STEP 1038 (remove_files) COMPLETE
77522025-02-23T09:05:33.959Z[ recovery-image] Feb 23 09:05:32.723 INFO O| Feb 23 09:05:32.723 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-02-23T09:05:33.979Z[ recovery-image] Feb 23 09:05:32.764 INFO O| Feb 23 09:05:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77542025-02-23T09:05:33.979Z[ recovery-image] Feb 23 09:05:32.764 INFO O| Feb 23 09:05:32.764 INFO STEP 1039 (remove_files) COMPLETE
77552025-02-23T09:05:33.979Z[ recovery-image] Feb 23 09:05:32.764 INFO O| Feb 23 09:05:32.764 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-23T09:05:33.979Z[ recovery-image] Feb 23 09:05:32.802 INFO O| Feb 23 09:05:32.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77572025-02-23T09:05:33.979Z[ recovery-image] Feb 23 09:05:32.803 INFO O| Feb 23 09:05:32.802 INFO STEP 1040 (remove_files) COMPLETE
77582025-02-23T09:05:33.980Z[ recovery-image] Feb 23 09:05:32.803 INFO O| Feb 23 09:05:32.803 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-02-23T09:05:33.998Z[ recovery-image] Feb 23 09:05:32.824 INFO O| Feb 23 09:05:32.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77602025-02-23T09:05:33.998Z[ recovery-image] Feb 23 09:05:32.825 INFO O| Feb 23 09:05:32.824 INFO STEP 1041 (remove_files) COMPLETE
77612025-02-23T09:05:33.998Z[ recovery-image] Feb 23 09:05:32.825 INFO O| Feb 23 09:05:32.825 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-02-23T09:05:34.031Z[ recovery-image] Feb 23 09:05:32.871 INFO O| Feb 23 09:05:32.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77632025-02-23T09:05:34.031Z[ recovery-image] Feb 23 09:05:32.871 INFO O| Feb 23 09:05:32.871 INFO STEP 1042 (remove_files) COMPLETE
77642025-02-23T09:05:34.031Z[ recovery-image] Feb 23 09:05:32.871 INFO O| Feb 23 09:05:32.871 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-02-23T09:05:34.042Z[ recovery-image] Feb 23 09:05:32.892 INFO O| Feb 23 09:05:32.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77662025-02-23T09:05:34.042Z[ recovery-image] Feb 23 09:05:32.892 INFO O| Feb 23 09:05:32.892 INFO STEP 1043 (remove_files) COMPLETE
77672025-02-23T09:05:34.043Z[ recovery-image] Feb 23 09:05:32.892 INFO O| Feb 23 09:05:32.892 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-02-23T09:05:34.056Z[ recovery-image] Feb 23 09:05:32.911 INFO O| Feb 23 09:05:32.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77692025-02-23T09:05:34.067Z[ recovery-image] Feb 23 09:05:32.912 INFO O| Feb 23 09:05:32.912 INFO STEP 1044 (remove_files) COMPLETE
77702025-02-23T09:05:34.067Z[ recovery-image] Feb 23 09:05:32.912 INFO O| Feb 23 09:05:32.912 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-02-23T09:05:34.079Z[ recovery-image] Feb 23 09:05:32.930 INFO O| Feb 23 09:05:32.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77722025-02-23T09:05:34.079Z[ recovery-image] Feb 23 09:05:32.931 INFO O| Feb 23 09:05:32.931 INFO STEP 1045 (remove_files) COMPLETE
77732025-02-23T09:05:34.079Z[ recovery-image] Feb 23 09:05:32.931 INFO O| Feb 23 09:05:32.931 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-02-23T09:05:34.185Z[ recovery-image] Feb 23 09:05:33.035 INFO O| Feb 23 09:05:33.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77752025-02-23T09:05:34.185Z[ recovery-image] Feb 23 09:05:33.035 INFO O| Feb 23 09:05:33.035 INFO STEP 1046 (remove_files) COMPLETE
77762025-02-23T09:05:34.185Z[ recovery-image] Feb 23 09:05:33.035 INFO O| Feb 23 09:05:33.035 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-02-23T09:05:34.243Z[ recovery-image] Feb 23 09:05:33.070 INFO O| Feb 23 09:05:33.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77782025-02-23T09:05:34.243Z[ recovery-image] Feb 23 09:05:33.070 INFO O| Feb 23 09:05:33.070 INFO STEP 1047 (remove_files) COMPLETE
77792025-02-23T09:05:34.243Z[ recovery-image] Feb 23 09:05:33.070 INFO O| Feb 23 09:05:33.070 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-02-23T09:05:34.253Z[ recovery-image] Feb 23 09:05:33.101 INFO O| Feb 23 09:05:33.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77812025-02-23T09:05:34.253Z[ recovery-image] Feb 23 09:05:33.101 INFO O| Feb 23 09:05:33.101 INFO STEP 1048 (remove_files) COMPLETE
77822025-02-23T09:05:34.254Z[ recovery-image] Feb 23 09:05:33.101 INFO O| Feb 23 09:05:33.101 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-02-23T09:05:34.346Z[ recovery-image] Feb 23 09:05:33.152 INFO O| Feb 23 09:05:33.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77842025-02-23T09:05:34.346Z[ recovery-image] Feb 23 09:05:33.152 INFO O| Feb 23 09:05:33.152 INFO STEP 1049 (remove_files) COMPLETE
77852025-02-23T09:05:34.347Z[ recovery-image] Feb 23 09:05:33.152 INFO O| Feb 23 09:05:33.152 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-02-23T09:05:34.359Z[ recovery-image] Feb 23 09:05:33.171 INFO O| Feb 23 09:05:33.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77872025-02-23T09:05:34.365Z[ recovery-image] Feb 23 09:05:33.171 INFO O| Feb 23 09:05:33.171 INFO STEP 1050 (remove_files) COMPLETE
77882025-02-23T09:05:34.366Z[ recovery-image] Feb 23 09:05:33.171 INFO O| Feb 23 09:05:33.171 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-02-23T09:05:34.366Z[ recovery-image] Feb 23 09:05:33.204 INFO O| Feb 23 09:05:33.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77902025-02-23T09:05:34.366Z[ recovery-image] Feb 23 09:05:33.204 INFO O| Feb 23 09:05:33.204 INFO STEP 1051 (remove_files) COMPLETE
77912025-02-23T09:05:34.366Z[ recovery-image] Feb 23 09:05:33.204 INFO O| Feb 23 09:05:33.204 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-02-23T09:05:34.485Z[ recovery-image] Feb 23 09:05:33.228 INFO O| Feb 23 09:05:33.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77932025-02-23T09:05:34.485Z[ recovery-image] Feb 23 09:05:33.228 INFO O| Feb 23 09:05:33.228 INFO STEP 1052 (remove_files) COMPLETE
77942025-02-23T09:05:34.485Z[ recovery-image] Feb 23 09:05:33.228 INFO O| Feb 23 09:05:33.228 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-02-23T09:05:34.610Z[ recovery-image] Feb 23 09:05:33.248 INFO O| Feb 23 09:05:33.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77962025-02-23T09:05:34.610Z[ recovery-image] Feb 23 09:05:33.249 INFO O| Feb 23 09:05:33.249 INFO STEP 1053 (remove_files) COMPLETE
77972025-02-23T09:05:34.610Z[ recovery-image] Feb 23 09:05:33.249 INFO O| Feb 23 09:05:33.249 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.269 INFO O| Feb 23 09:05:33.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77992025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.269 INFO O| Feb 23 09:05:33.269 INFO STEP 1054 (remove_files) COMPLETE
78002025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.269 INFO O| Feb 23 09:05:33.269 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.289 INFO O| Feb 23 09:05:33.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78022025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.289 INFO O| Feb 23 09:05:33.289 INFO STEP 1055 (remove_files) COMPLETE
78032025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.289 INFO O| Feb 23 09:05:33.289 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.309 INFO O| Feb 23 09:05:33.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78052025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.309 INFO O| Feb 23 09:05:33.309 INFO STEP 1056 (remove_files) COMPLETE
78062025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.309 INFO O| Feb 23 09:05:33.309 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.329 INFO O| Feb 23 09:05:33.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78082025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.330 INFO O| Feb 23 09:05:33.329 INFO STEP 1057 (remove_files) COMPLETE
78092025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.330 INFO O| Feb 23 09:05:33.330 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-23T09:05:34.621Z[ recovery-image] Feb 23 09:05:33.351 INFO O| Feb 23 09:05:33.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78112025-02-23T09:05:34.622Z[ recovery-image] Feb 23 09:05:33.351 INFO O| Feb 23 09:05:33.351 INFO STEP 1058 (remove_files) COMPLETE
78122025-02-23T09:05:34.622Z[ recovery-image] Feb 23 09:05:33.351 INFO O| Feb 23 09:05:33.351 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-23T09:05:34.631Z[ recovery-image] Feb 23 09:05:33.376 INFO O| Feb 23 09:05:33.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78142025-02-23T09:05:34.632Z[ recovery-image] Feb 23 09:05:33.376 INFO O| Feb 23 09:05:33.376 INFO STEP 1059 (remove_files) COMPLETE
78152025-02-23T09:05:34.632Z[ recovery-image] Feb 23 09:05:33.376 INFO O| Feb 23 09:05:33.376 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.397 INFO O| Feb 23 09:05:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78172025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.397 INFO O| Feb 23 09:05:33.397 INFO STEP 1060 (remove_files) COMPLETE
78182025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.397 INFO O| Feb 23 09:05:33.397 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.467 INFO O| Feb 23 09:05:33.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78202025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.467 INFO O| Feb 23 09:05:33.467 INFO STEP 1061 (remove_files) COMPLETE
78212025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.467 INFO O| Feb 23 09:05:33.467 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.491 INFO O| Feb 23 09:05:33.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78232025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.491 INFO O| Feb 23 09:05:33.491 INFO STEP 1062 (remove_files) COMPLETE
78242025-02-23T09:05:34.668Z[ recovery-image] Feb 23 09:05:33.491 INFO O| Feb 23 09:05:33.491 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-23T09:05:34.766Z[ recovery-image] Feb 23 09:05:33.511 INFO O| Feb 23 09:05:33.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78262025-02-23T09:05:34.766Z[ recovery-image] Feb 23 09:05:33.511 INFO O| Feb 23 09:05:33.511 INFO STEP 1063 (remove_files) COMPLETE
78272025-02-23T09:05:34.766Z[ recovery-image] Feb 23 09:05:33.511 INFO O| Feb 23 09:05:33.511 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-23T09:05:34.818Z[ recovery-image] Feb 23 09:05:33.612 INFO O| Feb 23 09:05:33.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78292025-02-23T09:05:34.818Z[ recovery-image] Feb 23 09:05:33.612 INFO O| Feb 23 09:05:33.612 INFO STEP 1064 (remove_files) COMPLETE
78302025-02-23T09:05:34.818Z[ recovery-image] Feb 23 09:05:33.612 INFO O| Feb 23 09:05:33.612 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-23T09:05:34.824Z[ recovery-image] Feb 23 09:05:33.632 INFO O| Feb 23 09:05:33.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78322025-02-23T09:05:34.825Z[ recovery-image] Feb 23 09:05:33.632 INFO O| Feb 23 09:05:33.632 INFO STEP 1065 (remove_files) COMPLETE
78332025-02-23T09:05:34.825Z[ recovery-image] Feb 23 09:05:33.632 INFO O| Feb 23 09:05:33.632 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-23T09:05:34.825Z[ recovery-image] Feb 23 09:05:33.650 INFO O| Feb 23 09:05:33.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78352025-02-23T09:05:34.825Z[ recovery-image] Feb 23 09:05:33.650 INFO O| Feb 23 09:05:33.650 INFO STEP 1066 (remove_files) COMPLETE
78362025-02-23T09:05:34.825Z[ recovery-image] Feb 23 09:05:33.650 INFO O| Feb 23 09:05:33.650 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-23T09:05:34.921Z[ recovery-image] Feb 23 09:05:33.711 INFO O| Feb 23 09:05:33.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78382025-02-23T09:05:34.921Z[ recovery-image] Feb 23 09:05:33.711 INFO O| Feb 23 09:05:33.711 INFO STEP 1067 (remove_files) COMPLETE
78392025-02-23T09:05:34.921Z[ recovery-image] Feb 23 09:05:33.711 INFO O| Feb 23 09:05:33.711 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-23T09:05:34.945Z[ recovery-image] Feb 23 09:05:33.742 INFO O| Feb 23 09:05:33.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78412025-02-23T09:05:34.952Z[ recovery-image] Feb 23 09:05:33.743 INFO O| Feb 23 09:05:33.743 INFO STEP 1068 (remove_files) COMPLETE
78422025-02-23T09:05:34.952Z[ recovery-image] Feb 23 09:05:33.743 INFO O| Feb 23 09:05:33.743 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-23T09:05:34.952Z[ recovery-image] Feb 23 09:05:33.780 INFO O| Feb 23 09:05:33.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78442025-02-23T09:05:34.952Z[ recovery-image] Feb 23 09:05:33.780 INFO O| Feb 23 09:05:33.780 INFO STEP 1069 (remove_files) COMPLETE
78452025-02-23T09:05:34.952Z[ recovery-image] Feb 23 09:05:33.780 INFO O| Feb 23 09:05:33.780 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-23T09:05:34.969Z[ recovery-image] Feb 23 09:05:33.805 INFO O| Feb 23 09:05:33.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78472025-02-23T09:05:34.970Z[ recovery-image] Feb 23 09:05:33.805 INFO O| Feb 23 09:05:33.805 INFO STEP 1070 (remove_files) COMPLETE
78482025-02-23T09:05:34.970Z[ recovery-image] Feb 23 09:05:33.806 INFO O| Feb 23 09:05:33.806 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-23T09:05:35.035Z[ recovery-image] Feb 23 09:05:33.827 INFO O| Feb 23 09:05:33.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78502025-02-23T09:05:35.035Z[ recovery-image] Feb 23 09:05:33.827 INFO O| Feb 23 09:05:33.827 INFO STEP 1071 (remove_files) COMPLETE
78512025-02-23T09:05:35.035Z[ recovery-image] Feb 23 09:05:33.827 INFO O| Feb 23 09:05:33.827 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-23T09:05:35.075Z[ recovery-image] Feb 23 09:05:33.847 INFO O| Feb 23 09:05:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78532025-02-23T09:05:35.075Z[ recovery-image] Feb 23 09:05:33.847 INFO O| Feb 23 09:05:33.847 INFO STEP 1072 (remove_files) COMPLETE
78542025-02-23T09:05:35.076Z[ recovery-image] Feb 23 09:05:33.847 INFO O| Feb 23 09:05:33.847 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-23T09:05:35.076Z[ recovery-image] Feb 23 09:05:33.868 INFO O| Feb 23 09:05:33.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78562025-02-23T09:05:35.084Z[ recovery-image] Feb 23 09:05:33.868 INFO O| Feb 23 09:05:33.868 INFO STEP 1073 (remove_files) COMPLETE
78572025-02-23T09:05:35.084Z[ recovery-image] Feb 23 09:05:33.868 INFO O| Feb 23 09:05:33.868 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-23T09:05:35.108Z[ recovery-image] Feb 23 09:05:33.916 INFO O| Feb 23 09:05:33.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78592025-02-23T09:05:35.108Z[ recovery-image] Feb 23 09:05:33.916 INFO O| Feb 23 09:05:33.916 INFO STEP 1074 (remove_files) COMPLETE
78602025-02-23T09:05:35.108Z[ recovery-image] Feb 23 09:05:33.916 INFO O| Feb 23 09:05:33.916 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-23T09:05:35.121Z[ recovery-image] Feb 23 09:05:33.958 INFO O| Feb 23 09:05:33.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78622025-02-23T09:05:35.121Z[ recovery-image] Feb 23 09:05:33.958 INFO O| Feb 23 09:05:33.958 INFO STEP 1075 (remove_files) COMPLETE
78632025-02-23T09:05:35.121Z[ recovery-image] Feb 23 09:05:33.958 INFO O| Feb 23 09:05:33.958 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-23T09:05:35.169Z[ recovery-image] Feb 23 09:05:33.978 INFO O| Feb 23 09:05:33.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78652025-02-23T09:05:35.169Z[ recovery-image] Feb 23 09:05:33.978 INFO O| Feb 23 09:05:33.978 INFO STEP 1076 (remove_files) COMPLETE
78662025-02-23T09:05:35.169Z[ recovery-image] Feb 23 09:05:33.978 INFO O| Feb 23 09:05:33.978 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-02-23T09:05:35.169Z[ recovery-image] Feb 23 09:05:34.018 INFO O| Feb 23 09:05:34.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78682025-02-23T09:05:35.169Z[ recovery-image] Feb 23 09:05:34.018 INFO O| Feb 23 09:05:34.018 INFO STEP 1077 (remove_files) COMPLETE
78692025-02-23T09:05:35.170Z[ recovery-image] Feb 23 09:05:34.018 INFO O| Feb 23 09:05:34.018 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-23T09:05:35.274Z[ recovery-image] Feb 23 09:05:34.115 INFO O| Feb 23 09:05:34.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78712025-02-23T09:05:35.274Z[ recovery-image] Feb 23 09:05:34.115 INFO O| Feb 23 09:05:34.115 INFO STEP 1078 (remove_files) COMPLETE
78722025-02-23T09:05:35.308Z[ recovery-image] Feb 23 09:05:34.115 INFO O| Feb 23 09:05:34.115 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-02-23T09:05:35.327Z[ recovery-image] Feb 23 09:05:34.153 INFO O| Feb 23 09:05:34.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78742025-02-23T09:05:35.328Z[ recovery-image] Feb 23 09:05:34.153 INFO O| Feb 23 09:05:34.153 INFO STEP 1079 (remove_files) COMPLETE
78752025-02-23T09:05:35.328Z[ recovery-image] Feb 23 09:05:34.153 INFO O| Feb 23 09:05:34.153 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-02-23T09:05:35.425Z[ recovery-image] Feb 23 09:05:34.175 INFO O| Feb 23 09:05:34.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78772025-02-23T09:05:35.425Z[ recovery-image] Feb 23 09:05:34.175 INFO O| Feb 23 09:05:34.175 INFO STEP 1080 (remove_files) COMPLETE
78782025-02-23T09:05:35.425Z[ recovery-image] Feb 23 09:05:34.175 INFO O| Feb 23 09:05:34.175 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-02-23T09:05:35.425Z[ recovery-image] Feb 23 09:05:34.196 INFO O| Feb 23 09:05:34.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78802025-02-23T09:05:35.425Z[ recovery-image] Feb 23 09:05:34.196 INFO O| Feb 23 09:05:34.196 INFO STEP 1081 (remove_files) COMPLETE
78812025-02-23T09:05:35.425Z[ recovery-image] Feb 23 09:05:34.196 INFO O| Feb 23 09:05:34.196 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-02-23T09:05:35.426Z[ recovery-image] Feb 23 09:05:34.216 INFO O| Feb 23 09:05:34.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78832025-02-23T09:05:35.426Z[ recovery-image] Feb 23 09:05:34.216 INFO O| Feb 23 09:05:34.216 INFO STEP 1082 (remove_files) COMPLETE
78842025-02-23T09:05:35.426Z[ recovery-image] Feb 23 09:05:34.217 INFO O| Feb 23 09:05:34.216 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852025-02-23T09:05:35.426Z[ recovery-image] Feb 23 09:05:34.237 INFO O| Feb 23 09:05:34.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78862025-02-23T09:05:35.426Z[ recovery-image] Feb 23 09:05:34.237 INFO O| Feb 23 09:05:34.237 INFO STEP 1083 (remove_files) COMPLETE
78872025-02-23T09:05:35.426Z[ recovery-image] Feb 23 09:05:34.237 INFO O| Feb 23 09:05:34.237 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882025-02-23T09:05:35.446Z[ recovery-image] Feb 23 09:05:34.290 INFO O| Feb 23 09:05:34.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78892025-02-23T09:05:35.446Z[ recovery-image] Feb 23 09:05:34.290 INFO O| Feb 23 09:05:34.290 INFO STEP 1084 (remove_files) COMPLETE
78902025-02-23T09:05:35.446Z[ recovery-image] Feb 23 09:05:34.290 INFO O| Feb 23 09:05:34.290 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912025-02-23T09:05:35.497Z[ recovery-image] Feb 23 09:05:34.310 INFO O| Feb 23 09:05:34.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78922025-02-23T09:05:35.497Z[ recovery-image] Feb 23 09:05:34.310 INFO O| Feb 23 09:05:34.310 INFO STEP 1085 (remove_files) COMPLETE
78932025-02-23T09:05:35.497Z[ recovery-image] Feb 23 09:05:34.310 INFO O| Feb 23 09:05:34.310 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942025-02-23T09:05:35.497Z[ recovery-image] Feb 23 09:05:34.337 INFO O| Feb 23 09:05:34.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78952025-02-23T09:05:35.497Z[ recovery-image] Feb 23 09:05:34.337 INFO O| Feb 23 09:05:34.337 INFO STEP 1086 (remove_files) COMPLETE
78962025-02-23T09:05:35.497Z[ recovery-image] Feb 23 09:05:34.337 INFO O| Feb 23 09:05:34.337 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972025-02-23T09:05:35.645Z[ recovery-image] Feb 23 09:05:34.468 INFO O| Feb 23 09:05:34.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78982025-02-23T09:05:35.645Z[ recovery-image] Feb 23 09:05:34.468 INFO O| Feb 23 09:05:34.468 INFO STEP 1087 (remove_files) COMPLETE
78992025-02-23T09:05:35.645Z[ recovery-image] Feb 23 09:05:34.468 INFO O| Feb 23 09:05:34.468 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002025-02-23T09:05:35.765Z[ recovery-image] Feb 23 09:05:34.490 INFO O| Feb 23 09:05:34.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79012025-02-23T09:05:35.765Z[ recovery-image] Feb 23 09:05:34.490 INFO O| Feb 23 09:05:34.490 INFO STEP 1088 (remove_files) COMPLETE
79022025-02-23T09:05:35.765Z[ recovery-image] Feb 23 09:05:34.490 INFO O| Feb 23 09:05:34.490 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032025-02-23T09:05:35.765Z[ recovery-image] Feb 23 09:05:34.512 INFO O| Feb 23 09:05:34.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79042025-02-23T09:05:35.765Z[ recovery-image] Feb 23 09:05:34.512 INFO O| Feb 23 09:05:34.512 INFO STEP 1089 (remove_files) COMPLETE
79052025-02-23T09:05:35.765Z[ recovery-image] Feb 23 09:05:34.512 INFO O| Feb 23 09:05:34.512 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.537 INFO O| Feb 23 09:05:34.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79072025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.537 INFO O| Feb 23 09:05:34.537 INFO STEP 1090 (remove_files) COMPLETE
79082025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.537 INFO O| Feb 23 09:05:34.537 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.563 INFO O| Feb 23 09:05:34.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79102025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.563 INFO O| Feb 23 09:05:34.563 INFO STEP 1091 (remove_files) COMPLETE
79112025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.563 INFO O| Feb 23 09:05:34.563 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.586 INFO O| Feb 23 09:05:34.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79132025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.586 INFO O| Feb 23 09:05:34.586 INFO STEP 1092 (remove_files) COMPLETE
79142025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.586 INFO O| Feb 23 09:05:34.586 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.617 INFO O| Feb 23 09:05:34.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79162025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.617 INFO O| Feb 23 09:05:34.617 INFO STEP 1093 (remove_files) COMPLETE
79172025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.618 INFO O| Feb 23 09:05:34.617 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.655 INFO O| Feb 23 09:05:34.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79192025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.655 INFO O| Feb 23 09:05:34.655 INFO STEP 1094 (remove_files) COMPLETE
79202025-02-23T09:05:35.873Z[ recovery-image] Feb 23 09:05:34.655 INFO O| Feb 23 09:05:34.655 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212025-02-23T09:05:35.993Z[ recovery-image] Feb 23 09:05:34.674 INFO O| Feb 23 09:05:34.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79222025-02-23T09:05:35.993Z[ recovery-image] Feb 23 09:05:34.674 INFO O| Feb 23 09:05:34.674 INFO STEP 1095 (remove_files) COMPLETE
79232025-02-23T09:05:35.994Z[ recovery-image] Feb 23 09:05:34.674 INFO O| Feb 23 09:05:34.674 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242025-02-23T09:05:35.994Z[ recovery-image] Feb 23 09:05:34.693 INFO O| Feb 23 09:05:34.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79252025-02-23T09:05:35.996Z[ recovery-image] Feb 23 09:05:34.693 INFO O| Feb 23 09:05:34.693 INFO STEP 1096 (remove_files) COMPLETE
79262025-02-23T09:05:35.997Z[ recovery-image] Feb 23 09:05:34.693 INFO O| Feb 23 09:05:34.693 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272025-02-23T09:05:35.997Z[ recovery-image] Feb 23 09:05:34.729 INFO O| Feb 23 09:05:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79282025-02-23T09:05:35.997Z[ recovery-image] Feb 23 09:05:34.729 INFO O| Feb 23 09:05:34.729 INFO STEP 1097 (remove_files) COMPLETE
79292025-02-23T09:05:35.997Z[ recovery-image] Feb 23 09:05:34.729 INFO O| Feb 23 09:05:34.729 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302025-02-23T09:05:35.997Z[ recovery-image] Feb 23 09:05:34.752 INFO O| Feb 23 09:05:34.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79312025-02-23T09:05:35.997Z[ recovery-image] Feb 23 09:05:34.752 INFO O| Feb 23 09:05:34.752 INFO STEP 1098 (remove_files) COMPLETE
79322025-02-23T09:05:35.997Z[ recovery-image] Feb 23 09:05:34.752 INFO O| Feb 23 09:05:34.752 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332025-02-23T09:05:36.065Z[ recovery-image] Feb 23 09:05:34.783 INFO O| Feb 23 09:05:34.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79342025-02-23T09:05:36.066Z[ recovery-image] Feb 23 09:05:34.783 INFO O| Feb 23 09:05:34.773 INFO STEP 1099 (remove_files) COMPLETE
79352025-02-23T09:05:36.066Z[ recovery-image] Feb 23 09:05:34.783 INFO O| Feb 23 09:05:34.773 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362025-02-23T09:05:36.066Z[ recovery-image] Feb 23 09:05:34.792 INFO O| Feb 23 09:05:34.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79372025-02-23T09:05:36.066Z[ recovery-image] Feb 23 09:05:34.793 INFO O| Feb 23 09:05:34.793 INFO STEP 1100 (remove_files) COMPLETE
79382025-02-23T09:05:36.066Z[ recovery-image] Feb 23 09:05:34.793 INFO O| Feb 23 09:05:34.793 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.811 INFO O| Feb 23 09:05:34.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79402025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.812 INFO O| Feb 23 09:05:34.812 INFO STEP 1101 (remove_files) COMPLETE
79412025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.812 INFO O| Feb 23 09:05:34.812 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.847 INFO O| Feb 23 09:05:34.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79432025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.847 INFO O| Feb 23 09:05:34.847 INFO STEP 1102 (remove_files) COMPLETE
79442025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.848 INFO O| Feb 23 09:05:34.847 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.868 INFO O| Feb 23 09:05:34.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79462025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.868 INFO O| Feb 23 09:05:34.868 INFO STEP 1103 (remove_files) COMPLETE
79472025-02-23T09:05:36.073Z[ recovery-image] Feb 23 09:05:34.869 INFO O| Feb 23 09:05:34.868 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.900 INFO O| Feb 23 09:05:34.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79492025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.900 INFO O| Feb 23 09:05:34.900 INFO STEP 1104 (remove_files) COMPLETE
79502025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.900 INFO O| Feb 23 09:05:34.900 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.920 INFO O| Feb 23 09:05:34.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79522025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.920 INFO O| Feb 23 09:05:34.920 INFO STEP 1105 (remove_files) COMPLETE
79532025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.920 INFO O| Feb 23 09:05:34.920 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.938 INFO O| Feb 23 09:05:34.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79552025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.938 INFO O| Feb 23 09:05:34.938 INFO STEP 1106 (remove_files) COMPLETE
79562025-02-23T09:05:36.085Z[ recovery-image] Feb 23 09:05:34.938 INFO O| Feb 23 09:05:34.938 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572025-02-23T09:05:36.103Z[ recovery-image] Feb 23 09:05:34.957 INFO O| Feb 23 09:05:34.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79582025-02-23T09:05:36.103Z[ recovery-image] Feb 23 09:05:34.957 INFO O| Feb 23 09:05:34.957 INFO STEP 1107 (remove_files) COMPLETE
79592025-02-23T09:05:36.103Z[ recovery-image] Feb 23 09:05:34.957 INFO O| Feb 23 09:05:34.957 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602025-02-23T09:05:40.703Z[ recovery-image] Feb 23 09:05:34.976 INFO O| Feb 23 09:05:34.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79612025-02-23T09:05:40.703Z[ recovery-image] Feb 23 09:05:34.976 INFO O| Feb 23 09:05:34.976 INFO STEP 1108 (remove_files) COMPLETE
79622025-02-23T09:05:40.703Z[ recovery-image] Feb 23 09:05:34.976 INFO O| Feb 23 09:05:34.976 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632025-02-23T09:05:40.703Z[ recovery-image] Feb 23 09:05:34.995 INFO O| Feb 23 09:05:34.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79642025-02-23T09:05:40.703Z[ recovery-image] Feb 23 09:05:34.995 INFO O| Feb 23 09:05:34.995 INFO STEP 1109 (remove_files) COMPLETE
79652025-02-23T09:05:40.703Z[ recovery-image] Feb 23 09:05:34.995 INFO O| Feb 23 09:05:34.995 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662025-02-23T09:05:40.849Z[ recovery-image] Feb 23 09:05:35.055 INFO O| Feb 23 09:05:35.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79672025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.055 INFO O| Feb 23 09:05:35.055 INFO STEP 1110 (remove_files) COMPLETE
79682025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.055 INFO O| Feb 23 09:05:35.055 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.077 INFO O| Feb 23 09:05:35.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79702025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.077 INFO O| Feb 23 09:05:35.077 INFO STEP 1111 (remove_files) COMPLETE
79712025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.077 INFO O| Feb 23 09:05:35.077 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.097 INFO O| Feb 23 09:05:35.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79732025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.097 INFO O| Feb 23 09:05:35.097 INFO STEP 1112 (remove_files) COMPLETE
79742025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.097 INFO O| Feb 23 09:05:35.097 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.115 INFO O| Feb 23 09:05:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79762025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.116 INFO O| Feb 23 09:05:35.115 INFO STEP 1113 (remove_files) COMPLETE
79772025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.122 INFO O| Feb 23 09:05:35.115 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.135 INFO O| Feb 23 09:05:35.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79792025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.135 INFO O| Feb 23 09:05:35.135 INFO STEP 1114 (remove_files) COMPLETE
79802025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.135 INFO O| Feb 23 09:05:35.135 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.155 INFO O| Feb 23 09:05:35.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79822025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.156 INFO O| Feb 23 09:05:35.155 INFO STEP 1115 (remove_files) COMPLETE
79832025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.156 INFO O| Feb 23 09:05:35.156 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.186 INFO O| Feb 23 09:05:35.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79852025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.186 INFO O| Feb 23 09:05:35.186 INFO STEP 1116 (remove_files) COMPLETE
79862025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.186 INFO O| Feb 23 09:05:35.186 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.209 INFO O| Feb 23 09:05:35.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79882025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.209 INFO O| Feb 23 09:05:35.209 INFO STEP 1117 (remove_files) COMPLETE
79892025-02-23T09:05:40.851Z[ recovery-image] Feb 23 09:05:35.209 INFO O| Feb 23 09:05:35.209 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902025-02-23T09:05:40.852Z[ recovery-image] Feb 23 09:05:35.251 INFO O| Feb 23 09:05:35.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79912025-02-23T09:05:40.852Z[ recovery-image] Feb 23 09:05:35.251 INFO O| Feb 23 09:05:35.251 INFO STEP 1118 (remove_files) COMPLETE
79922025-02-23T09:05:40.852Z[ recovery-image] Feb 23 09:05:35.251 INFO O| Feb 23 09:05:35.251 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932025-02-23T09:05:40.852Z[ recovery-image] Feb 23 09:05:35.273 INFO O| Feb 23 09:05:35.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79942025-02-23T09:05:40.852Z[ recovery-image] Feb 23 09:05:35.273 INFO O| Feb 23 09:05:35.273 INFO STEP 1119 (remove_files) COMPLETE
79952025-02-23T09:05:40.852Z[ recovery-image] Feb 23 09:05:35.274 INFO O| Feb 23 09:05:35.273 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962025-02-23T09:05:40.852Z[ recovery-image] Feb 23 09:05:35.294 INFO O| Feb 23 09:05:35.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79972025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.295 INFO O| Feb 23 09:05:35.295 INFO STEP 1120 (remove_files) COMPLETE
79982025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.295 INFO O| Feb 23 09:05:35.295 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.316 INFO O| Feb 23 09:05:35.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80002025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.316 INFO O| Feb 23 09:05:35.316 INFO STEP 1121 (remove_files) COMPLETE
80012025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.316 INFO O| Feb 23 09:05:35.316 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.336 INFO O| Feb 23 09:05:35.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80032025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.337 INFO O| Feb 23 09:05:35.337 INFO STEP 1122 (remove_files) COMPLETE
80042025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.337 INFO O| Feb 23 09:05:35.337 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.357 INFO O| Feb 23 09:05:35.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80062025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.357 INFO O| Feb 23 09:05:35.357 INFO STEP 1123 (remove_files) COMPLETE
80072025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.357 INFO O| Feb 23 09:05:35.357 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.377 INFO O| Feb 23 09:05:35.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80092025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.377 INFO O| Feb 23 09:05:35.377 INFO STEP 1124 (remove_files) COMPLETE
80102025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.377 INFO O| Feb 23 09:05:35.377 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112025-02-23T09:05:40.854Z[ recovery-image] Feb 23 09:05:35.399 INFO O| Feb 23 09:05:35.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80122025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.399 INFO O| Feb 23 09:05:35.399 INFO STEP 1125 (remove_files) COMPLETE
80132025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.399 INFO O| Feb 23 09:05:35.399 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.421 INFO O| Feb 23 09:05:35.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80152025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.421 INFO O| Feb 23 09:05:35.421 INFO STEP 1126 (remove_files) COMPLETE
80162025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.421 INFO O| Feb 23 09:05:35.421 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.443 INFO O| Feb 23 09:05:35.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80182025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.443 INFO O| Feb 23 09:05:35.443 INFO STEP 1127 (remove_files) COMPLETE
80192025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.443 INFO O| Feb 23 09:05:35.443 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.479 INFO O| Feb 23 09:05:35.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80212025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.479 INFO O| Feb 23 09:05:35.478 INFO STEP 1128 (remove_files) COMPLETE
80222025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.479 INFO O| Feb 23 09:05:35.478 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.501 INFO O| Feb 23 09:05:35.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80242025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.501 INFO O| Feb 23 09:05:35.501 INFO STEP 1129 (remove_files) COMPLETE
80252025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.501 INFO O| Feb 23 09:05:35.501 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262025-02-23T09:05:40.855Z[ recovery-image] Feb 23 09:05:35.520 INFO O| Feb 23 09:05:35.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80272025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.520 INFO O| Feb 23 09:05:35.520 INFO STEP 1130 (remove_files) COMPLETE
80282025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.520 INFO O| Feb 23 09:05:35.520 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.538 INFO O| Feb 23 09:05:35.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80302025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.539 INFO O| Feb 23 09:05:35.539 INFO STEP 1131 (remove_files) COMPLETE
80312025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.539 INFO O| Feb 23 09:05:35.539 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.558 INFO O| Feb 23 09:05:35.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80332025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.558 INFO O| Feb 23 09:05:35.558 INFO STEP 1132 (remove_files) COMPLETE
80342025-02-23T09:05:40.856Z[ recovery-image] Feb 23 09:05:35.558 INFO O| Feb 23 09:05:35.558 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352025-02-23T09:05:40.857Z[ recovery-image] Feb 23 09:05:35.578 INFO O| Feb 23 09:05:35.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80362025-02-23T09:05:40.857Z[ recovery-image] Feb 23 09:05:35.578 INFO O| Feb 23 09:05:35.578 INFO STEP 1133 (remove_files) COMPLETE
80372025-02-23T09:05:40.857Z[ recovery-image] Feb 23 09:05:35.578 INFO O| Feb 23 09:05:35.578 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382025-02-23T09:05:40.857Z[ recovery-image] Feb 23 09:05:35.600 INFO O| Feb 23 09:05:35.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80392025-02-23T09:05:40.857Z[ recovery-image] Feb 23 09:05:35.600 INFO O| Feb 23 09:05:35.600 INFO STEP 1134 (remove_files) COMPLETE
80402025-02-23T09:05:40.857Z[ recovery-image] Feb 23 09:05:35.600 INFO O| Feb 23 09:05:35.600 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412025-02-23T09:05:40.857Z[ recovery-image] Feb 23 09:05:35.620 INFO O| Feb 23 09:05:35.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80422025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.620 INFO O| Feb 23 09:05:35.620 INFO STEP 1135 (remove_files) COMPLETE
80432025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.620 INFO O| Feb 23 09:05:35.620 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.674 INFO O| Feb 23 09:05:35.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80452025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.674 INFO O| Feb 23 09:05:35.674 INFO STEP 1136 (remove_files) COMPLETE
80462025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.674 INFO O| Feb 23 09:05:35.674 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.693 INFO O| Feb 23 09:05:35.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80482025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.693 INFO O| Feb 23 09:05:35.693 INFO STEP 1137 (remove_files) COMPLETE
80492025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.693 INFO O| Feb 23 09:05:35.693 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.727 INFO O| Feb 23 09:05:35.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80512025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.727 INFO O| Feb 23 09:05:35.727 INFO STEP 1138 (remove_files) COMPLETE
80522025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.727 INFO O| Feb 23 09:05:35.727 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.747 INFO O| Feb 23 09:05:35.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80542025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.747 INFO O| Feb 23 09:05:35.747 INFO STEP 1139 (remove_files) COMPLETE
80552025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.747 INFO O| Feb 23 09:05:35.747 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562025-02-23T09:05:40.858Z[ recovery-image] Feb 23 09:05:35.768 INFO O| Feb 23 09:05:35.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80572025-02-23T09:05:40.859Z[ recovery-image] Feb 23 09:05:35.768 INFO O| Feb 23 09:05:35.768 INFO STEP 1140 (remove_files) COMPLETE
80582025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.768 INFO O| Feb 23 09:05:35.768 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.789 INFO O| Feb 23 09:05:35.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80602025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.789 INFO O| Feb 23 09:05:35.789 INFO STEP 1141 (remove_files) COMPLETE
80612025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.789 INFO O| Feb 23 09:05:35.789 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.810 INFO O| Feb 23 09:05:35.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80632025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.810 INFO O| Feb 23 09:05:35.810 INFO STEP 1142 (remove_files) COMPLETE
80642025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.810 INFO O| Feb 23 09:05:35.810 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652025-02-23T09:05:40.860Z[ recovery-image] Feb 23 09:05:35.834 INFO O| Feb 23 09:05:35.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80662025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.834 INFO O| Feb 23 09:05:35.834 INFO STEP 1143 (remove_files) COMPLETE
80672025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.834 INFO O| Feb 23 09:05:35.834 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.872 INFO O| Feb 23 09:05:35.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80692025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.872 INFO O| Feb 23 09:05:35.872 INFO STEP 1144 (remove_files) COMPLETE
80702025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.872 INFO O| Feb 23 09:05:35.872 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.891 INFO O| Feb 23 09:05:35.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80722025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.891 INFO O| Feb 23 09:05:35.891 INFO STEP 1145 (remove_files) COMPLETE
80732025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.891 INFO O| Feb 23 09:05:35.891 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.934 INFO O| Feb 23 09:05:35.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80752025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.934 INFO O| Feb 23 09:05:35.934 INFO STEP 1146 (remove_files) COMPLETE
80762025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.934 INFO O| Feb 23 09:05:35.934 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772025-02-23T09:05:40.960Z[ recovery-image] Feb 23 09:05:35.954 INFO O| Feb 23 09:05:35.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80782025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.954 INFO O| Feb 23 09:05:35.954 INFO STEP 1147 (remove_files) COMPLETE
80792025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.954 INFO O| Feb 23 09:05:35.954 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.974 INFO O| Feb 23 09:05:35.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80812025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.974 INFO O| Feb 23 09:05:35.974 INFO STEP 1148 (remove_files) COMPLETE
80822025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.974 INFO O| Feb 23 09:05:35.974 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.994 INFO O| Feb 23 09:05:35.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80842025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.994 INFO O| Feb 23 09:05:35.994 INFO STEP 1149 (remove_files) COMPLETE
80852025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:35.994 INFO O| Feb 23 09:05:35.994 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:36.015 INFO O| Feb 23 09:05:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80872025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:36.015 INFO O| Feb 23 09:05:36.015 INFO STEP 1150 (remove_files) COMPLETE
80882025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:36.015 INFO O| Feb 23 09:05:36.015 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:36.035 INFO O| Feb 23 09:05:36.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80902025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:36.035 INFO O| Feb 23 09:05:36.035 INFO STEP 1151 (remove_files) COMPLETE
80912025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:36.035 INFO O| Feb 23 09:05:36.035 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922025-02-23T09:05:40.961Z[ recovery-image] Feb 23 09:05:36.055 INFO O| Feb 23 09:05:36.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80932025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.055 INFO O| Feb 23 09:05:36.055 INFO STEP 1152 (remove_files) COMPLETE
80942025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.055 INFO O| Feb 23 09:05:36.055 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.075 INFO O| Feb 23 09:05:36.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80962025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.075 INFO O| Feb 23 09:05:36.075 INFO STEP 1153 (remove_files) COMPLETE
80972025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.075 INFO O| Feb 23 09:05:36.075 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.094 INFO O| Feb 23 09:05:36.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80992025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.094 INFO O| Feb 23 09:05:36.094 INFO STEP 1154 (remove_files) COMPLETE
81002025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.094 INFO O| Feb 23 09:05:36.094 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.113 INFO O| Feb 23 09:05:36.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81022025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.113 INFO O| Feb 23 09:05:36.113 INFO STEP 1155 (remove_files) COMPLETE
81032025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.113 INFO O| Feb 23 09:05:36.113 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.131 INFO O| Feb 23 09:05:36.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81052025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.131 INFO O| Feb 23 09:05:36.131 INFO STEP 1156 (remove_files) COMPLETE
81062025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.131 INFO O| Feb 23 09:05:36.131 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.161 INFO O| Feb 23 09:05:36.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81082025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.161 INFO O| Feb 23 09:05:36.161 INFO STEP 1157 (remove_files) COMPLETE
81092025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.161 INFO O| Feb 23 09:05:36.161 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.195 INFO O| Feb 23 09:05:36.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81112025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.196 INFO O| Feb 23 09:05:36.195 INFO STEP 1158 (remove_files) COMPLETE
81122025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.196 INFO O| Feb 23 09:05:36.196 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.217 INFO O| Feb 23 09:05:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81142025-02-23T09:05:40.962Z[ recovery-image] Feb 23 09:05:36.217 INFO O| Feb 23 09:05:36.217 INFO STEP 1159 (remove_files) COMPLETE
81152025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.217 INFO O| Feb 23 09:05:36.217 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.263 INFO O| Feb 23 09:05:36.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81172025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.263 INFO O| Feb 23 09:05:36.263 INFO STEP 1160 (remove_files) COMPLETE
81182025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.263 INFO O| Feb 23 09:05:36.263 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.283 INFO O| Feb 23 09:05:36.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81202025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.283 INFO O| Feb 23 09:05:36.283 INFO STEP 1161 (remove_files) COMPLETE
81212025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.283 INFO O| Feb 23 09:05:36.283 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.303 INFO O| Feb 23 09:05:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81232025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.303 INFO O| Feb 23 09:05:36.303 INFO STEP 1162 (remove_files) COMPLETE
81242025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.303 INFO O| Feb 23 09:05:36.303 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.322 INFO O| Feb 23 09:05:36.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81262025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.322 INFO O| Feb 23 09:05:36.322 INFO STEP 1163 (remove_files) COMPLETE
81272025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.322 INFO O| Feb 23 09:05:36.322 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.340 INFO O| Feb 23 09:05:36.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81292025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.341 INFO O| Feb 23 09:05:36.341 INFO STEP 1164 (remove_files) COMPLETE
81302025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.341 INFO O| Feb 23 09:05:36.341 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.359 INFO O| Feb 23 09:05:36.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81322025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.359 INFO O| Feb 23 09:05:36.359 INFO STEP 1165 (remove_files) COMPLETE
81332025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.359 INFO O| Feb 23 09:05:36.359 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81342025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.401 INFO O| Feb 23 09:05:36.401 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81352025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:36.401 INFO O| Feb 23 09:05:36.401 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81362025-02-23T09:05:40.963Z[ recovery-image] Feb 23 09:05:38.194 INFO O| Feb 23 09:05:38.194 INFO STEP 1166 (pack_tar) COMPLETE
81372025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.194 INFO O| Feb 23 09:05:38.194 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81382025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.194 INFO O| Feb 23 09:05:38.194 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81392025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.541 INFO O| Feb 23 09:05:38.541 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81402025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.673 INFO O| Feb 23 09:05:38.673 INFO completed processing gimlet/ramdisk-03-recovery-trim
81412025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.683 INFO image builder template: zfs-recovery...
81422025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.683 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/.tmpd4Sah6/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.334", "-n", "zfs-recovery"], pwd: None
81432025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.740 INFO O| Feb 23 09:05:38.740 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81442025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.763 INFO O| Feb 23 09:05:38.763 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81452025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.887 INFO O| Feb 23 09:05:38.887 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81462025-02-23T09:05:40.964Z[ recovery-image] Feb 23 09:05:38.985 INFO O| Feb 23 09:05:38.985 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81472025-02-23T09:05:40.965Z[ recovery-image] Feb 23 09:05:38.985 INFO O| Feb 23 09:05:38.985 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81482025-02-23T09:05:40.965Z[ recovery-image] Feb 23 09:05:38.995 INFO O| Feb 23 09:05:38.994 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81492025-02-23T09:05:40.965Z[ recovery-image] Feb 23 09:05:39.121 INFO O| Feb 23 09:05:39.121 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81502025-02-23T09:05:40.965Z[ recovery-image] Feb 23 09:05:39.202 INFO O| Feb 23 09:05:39.202 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81512025-02-23T09:05:40.966Z[ recovery-image] Feb 23 09:05:39.222 INFO O| Feb 23 09:05:39.222 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81522025-02-23T09:05:40.966Z[ recovery-image] Feb 23 09:05:39.232 INFO O| Feb 23 09:05:39.232 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81532025-02-23T09:05:40.966Z[ recovery-image] Feb 23 09:05:39.242 INFO O| Feb 23 09:05:39.242 INFO no lofi found
81542025-02-23T09:05:40.966Z[ recovery-image] Feb 23 09:05:39.242 INFO O| Feb 23 09:05:39.242 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81552025-02-23T09:05:40.966Z[ recovery-image] Feb 23 09:05:39.242 INFO O| Feb 23 09:05:39.242 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81562025-02-23T09:05:43.159Z[ recovery-image] Feb 23 09:05:42.012 INFO O| Feb 23 09:05:42.012 INFO lofi device = /dev/dsk/c2t1d0p0
81572025-02-23T09:05:43.159Z[ recovery-image] Feb 23 09:05:42.012 INFO O| Feb 23 09:05:42.012 INFO pool device = /dev/dsk/c2t1d0p0
81582025-02-23T09:05:43.163Z[ recovery-image] Feb 23 09:05:42.012 INFO O| Feb 23 09:05:42.012 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"]
81592025-02-23T09:05:43.374Z[ recovery-image] Feb 23 09:05:42.227 INFO O| Feb 23 09:05:42.227 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81602025-02-23T09:05:43.374Z[ recovery-image] Feb 23 09:05:42.227 INFO O| Feb 23 09:05:42.227 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81612025-02-23T09:05:43.407Z[ recovery-image] Feb 23 09:05:42.256 INFO O| Feb 23 09:05:42.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81622025-02-23T09:05:43.769Z[ recovery-image] Feb 23 09:05:42.621 INFO O| Feb 23 09:05:42.621 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81632025-02-23T09:05:43.838Z[ recovery-image] Feb 23 09:05:42.691 INFO O| Feb 23 09:05:42.691 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81642025-02-23T09:05:43.867Z[ recovery-image] Feb 23 09:05:42.719 INFO O| Feb 23 09:05:42.719 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81652025-02-23T09:05:43.888Z[ recovery-image] Feb 23 09:05:42.741 INFO O| Feb 23 09:05:42.741 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81662025-02-23T09:05:43.976Z[ recovery-image] Feb 23 09:05:42.829 INFO O| Feb 23 09:05:42.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81672025-02-23T09:05:43.981Z[ recovery-image] Feb 23 09:05:42.829 INFO O| Feb 23 09:05:42.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81682025-02-23T09:05:43.981Z[ recovery-image] Feb 23 09:05:42.829 INFO O| Feb 23 09:05:42.829 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81692025-02-23T09:05:44.007Z[ recovery-image] Feb 23 09:05:42.860 INFO O| Feb 23 09:05:42.860 INFO boot environment UUID: 9829afd5-c8e4-408c-9159-36dcfa718509
81702025-02-23T09:05:44.007Z[ recovery-image] Feb 23 09:05:42.860 INFO O| Feb 23 09:05:42.860 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9829afd5-c8e4-408c-9159-36dcfa718509
81712025-02-23T09:05:44.062Z[ recovery-image] Feb 23 09:05:42.915 INFO O| Feb 23 09:05:42.915 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81722025-02-23T09:05:44.137Z[ recovery-image] Feb 23 09:05:42.972 INFO O| Feb 23 09:05:42.972 INFO STEP 0 (create_be) COMPLETE
81732025-02-23T09:05:44.189Z[ recovery-image] Feb 23 09:05:42.972 INFO O| Feb 23 09:05:42.972 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81742025-02-23T09:05:44.221Z[ recovery-image] Feb 23 09:05:43.073 INFO O| Feb 23 09:05:43.073 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"]
81752025-02-23T09:05:53.494Z[ recovery-image] Feb 23 09:05:50.050 INFO O| Feb 23 09:05:50.050 INFO STEP 1 (unpack_tar) COMPLETE
81762025-02-23T09:05:53.495Z[ recovery-image] Feb 23 09:05:50.050 INFO O| Feb 23 09:05:50.050 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81772025-02-23T09:05:53.530Z[ recovery-image] Feb 23 09:05:50.071 INFO O| Feb 23 09:05:50.071 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81782025-02-23T09:05:53.530Z[ recovery-image] Feb 23 09:05:50.919 INFO O| Feb 23 09:05:50.919 INFO STEP 2 (devfsadm) COMPLETE
81792025-02-23T09:05:53.530Z[ recovery-image] Feb 23 09:05:50.919 INFO O| Feb 23 09:05:50.919 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81802025-02-23T09:05:53.530Z[ recovery-image] Feb 23 09:05:50.940 INFO O| Feb 23 09:05:50.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81812025-02-23T09:05:53.530Z[ recovery-image] Feb 23 09:05:50.940 INFO O| Feb 23 09:05:50.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81822025-02-23T09:05:53.531Z[ recovery-image] Feb 23 09:05:50.940 INFO O| Feb 23 09:05:50.940 INFO STEP 3 (ensure_dir) COMPLETE
81832025-02-23T09:05:53.531Z[ recovery-image] Feb 23 09:05:50.940 INFO O| Feb 23 09:05:50.940 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81842025-02-23T09:05:53.531Z[ recovery-image] Feb 23 09:05:50.959 INFO O| Feb 23 09:05:50.959 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81852025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:50.959 INFO O| Feb 23 09:05:50.959 INFO STEP 4 (ensure_dir) COMPLETE
81862025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:50.959 INFO O| Feb 23 09:05:50.959 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81872025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.000 INFO O| Feb 23 09:05:51.000 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81882025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.000 INFO O| Feb 23 09:05:51.000 INFO STEP 5 (ensure_dir) COMPLETE
81892025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.000 INFO O| Feb 23 09:05:51.000 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81902025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.022 INFO O| Feb 23 09:05:51.022 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81912025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.022 INFO O| Feb 23 09:05:51.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81922025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.022 INFO O| Feb 23 09:05:51.022 INFO STEP 6 (ensure_dir) COMPLETE
81932025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.023 INFO O| Feb 23 09:05:51.022 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81942025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.057 INFO O| Feb 23 09:05:51.057 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81952025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.057 INFO O| Feb 23 09:05:51.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81962025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.057 INFO O| Feb 23 09:05:51.057 INFO STEP 7 (ensure_dir) COMPLETE
81972025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.058 INFO O| Feb 23 09:05:51.057 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81982025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.080 INFO O| Feb 23 09:05:51.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81992025-02-23T09:05:53.532Z[ recovery-image] Feb 23 09:05:51.080 INFO O| Feb 23 09:05:51.080 INFO STEP 8 (remove_files) COMPLETE
82002025-02-23T09:05:53.533Z[ recovery-image] Feb 23 09:05:51.080 INFO O| Feb 23 09:05:51.080 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82012025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.100 INFO O| Feb 23 09:05:51.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82022025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.102 INFO O| Feb 23 09:05:51.102 INFO STEP 9 (remove_files) COMPLETE
82032025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.102 INFO O| Feb 23 09:05:51.102 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82042025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.122 INFO O| Feb 23 09:05:51.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82052025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.124 INFO O| Feb 23 09:05:51.124 INFO STEP 10 (remove_files) COMPLETE
82062025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.124 INFO O| Feb 23 09:05:51.124 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82072025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.144 INFO O| Feb 23 09:05:51.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82082025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.144 INFO O| Feb 23 09:05:51.144 INFO STEP 11 (remove_files) COMPLETE
82092025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.144 INFO O| Feb 23 09:05:51.144 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82102025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.170 INFO O| Feb 23 09:05:51.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82112025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.170 INFO O| Feb 23 09:05:51.170 INFO STEP 12 (remove_files) COMPLETE
82122025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.171 INFO O| Feb 23 09:05:51.170 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82132025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.236 INFO O| Feb 23 09:05:51.236 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82142025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.236 INFO O| Feb 23 09:05:51.236 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82152025-02-23T09:05:53.534Z[ recovery-image] Feb 23 09:05:51.236 INFO O| Feb 23 09:05:51.236 INFO STEP 13 (ensure_dir) COMPLETE
82162025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.236 INFO O| Feb 23 09:05:51.236 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82172025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.287 INFO O| Feb 23 09:05:51.287 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82182025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.287 INFO O| Feb 23 09:05:51.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82192025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.287 INFO O| Feb 23 09:05:51.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82202025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.287 INFO O| Feb 23 09:05:51.287 INFO STEP 14 (ensure_dir) COMPLETE
82212025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.287 INFO O| Feb 23 09:05:51.287 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82222025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.321 INFO O| Feb 23 09:05:51.321 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82232025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.321 INFO O| Feb 23 09:05:51.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82242025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.321 INFO O| Feb 23 09:05:51.321 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82252025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.321 INFO O| Feb 23 09:05:51.321 INFO STEP 15 (ensure_dir) COMPLETE
82262025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.321 INFO O| Feb 23 09:05:51.321 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82272025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.342 INFO O| Feb 23 09:05:51.342 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82282025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.342 INFO O| Feb 23 09:05:51.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82292025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.342 INFO O| Feb 23 09:05:51.342 INFO STEP 16 (ensure_dir) COMPLETE
82302025-02-23T09:05:53.535Z[ recovery-image] Feb 23 09:05:51.342 INFO O| Feb 23 09:05:51.342 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82312025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.363 INFO O| Feb 23 09:05:51.362 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82322025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.363 INFO O| Feb 23 09:05:51.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82332025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.363 INFO O| Feb 23 09:05:51.363 INFO STEP 17 (ensure_dir) COMPLETE
82342025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.363 INFO O| Feb 23 09:05:51.363 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82352025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.383 INFO O| Feb 23 09:05:51.383 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82362025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.383 INFO O| Feb 23 09:05:51.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82372025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.383 INFO O| Feb 23 09:05:51.383 INFO ok!
82382025-02-23T09:05:53.536Z[ recovery-image] Feb 23 09:05:51.383 INFO O| Feb 23 09:05:51.383 INFO STEP 18 (ensure_symlink) COMPLETE
82392025-02-23T09:05:53.537Z[ recovery-image] Feb 23 09:05:51.383 INFO O| Feb 23 09:05:51.383 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82402025-02-23T09:05:53.537Z[ recovery-image] Feb 23 09:05:51.404 INFO O| Feb 23 09:05:51.404 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82412025-02-23T09:05:53.537Z[ recovery-image] Feb 23 09:05:51.404 INFO O| Feb 23 09:05:51.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82422025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.404 INFO O| Feb 23 09:05:51.404 INFO ok!
82432025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.404 INFO O| Feb 23 09:05:51.404 INFO STEP 19 (ensure_file) COMPLETE
82442025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.404 INFO O| Feb 23 09:05:51.404 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82452025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.424 INFO O| Feb 23 09:05:51.424 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82462025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.424 INFO O| Feb 23 09:05:51.424 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82472025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.424 INFO O| Feb 23 09:05:51.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82482025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.424 INFO O| Feb 23 09:05:51.424 INFO ok!
82492025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.425 INFO O| Feb 23 09:05:51.424 INFO STEP 20 (ensure_symlink) COMPLETE
82502025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.425 INFO O| Feb 23 09:05:51.425 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82512025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.444 INFO O| Feb 23 09:05:51.444 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82522025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.444 INFO O| Feb 23 09:05:51.444 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82532025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.444 INFO O| Feb 23 09:05:51.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82542025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.444 INFO O| Feb 23 09:05:51.444 INFO ok!
82552025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.444 INFO O| Feb 23 09:05:51.444 INFO STEP 21 (ensure_symlink) COMPLETE
82562025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.444 INFO O| Feb 23 09:05:51.444 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82572025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.529 INFO O| Feb 23 09:05:51.529 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82582025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.529 INFO O| Feb 23 09:05:51.529 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82592025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.529 INFO O| Feb 23 09:05:51.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82602025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.529 INFO O| Feb 23 09:05:51.529 INFO ok!
82612025-02-23T09:05:53.538Z[ recovery-image] Feb 23 09:05:51.529 INFO O| Feb 23 09:05:51.529 INFO STEP 22 (ensure_symlink) COMPLETE
82622025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.529 INFO O| Feb 23 09:05:51.529 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82632025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.570 INFO O| Feb 23 09:05:51.570 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82642025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.570 INFO O| Feb 23 09:05:51.570 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82652025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.570 INFO O| Feb 23 09:05:51.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82662025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.570 INFO O| Feb 23 09:05:51.570 INFO ok!
82672025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.570 INFO O| Feb 23 09:05:51.570 INFO STEP 23 (ensure_symlink) COMPLETE
82682025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.570 INFO O| Feb 23 09:05:51.570 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82692025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.590 INFO O| Feb 23 09:05:51.590 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82702025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.590 INFO O| Feb 23 09:05:51.590 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 ...
82712025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.590 INFO O| Feb 23 09:05:51.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82722025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.590 INFO O| Feb 23 09:05:51.590 INFO ok!
82732025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.590 INFO O| Feb 23 09:05:51.590 INFO STEP 24 (ensure_file) COMPLETE
82742025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.590 INFO O| Feb 23 09:05:51.590 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82752025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.609 INFO O| Feb 23 09:05:51.609 INFO updating shadow file
82762025-02-23T09:05:53.539Z[ recovery-image] Feb 23 09:05:51.610 INFO O| Feb 23 09:05:51.609 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82772025-02-23T09:05:53.566Z[ recovery-image] Feb 23 09:05:51.610 INFO O| Feb 23 09:05:51.610 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82782025-02-23T09:05:53.566Z[ recovery-image] Feb 23 09:05:51.610 INFO O| Feb 23 09:05:51.610 INFO STEP 25 (shadow) COMPLETE
82792025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.610 INFO O| Feb 23 09:05:51.610 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82802025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.628 INFO O| Feb 23 09:05:51.628 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82812025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.628 INFO O| Feb 23 09:05:51.628 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82822025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.628 INFO O| Feb 23 09:05:51.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82832025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.628 INFO O| Feb 23 09:05:51.628 INFO ok!
82842025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.628 INFO O| Feb 23 09:05:51.628 INFO STEP 26 (ensure_file) COMPLETE
82852025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.628 INFO O| Feb 23 09:05:51.628 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82862025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.672 INFO O| Feb 23 09:05:51.672 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82872025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.672 INFO O| Feb 23 09:05:51.672 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82882025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.673 INFO O| Feb 23 09:05:51.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82892025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.673 INFO O| Feb 23 09:05:51.673 INFO ok!
82902025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.673 INFO O| Feb 23 09:05:51.673 INFO STEP 27 (ensure_file) COMPLETE
82912025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.673 INFO O| Feb 23 09:05:51.673 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82922025-02-23T09:05:53.567Z[ recovery-image] Feb 23 09:05:51.730 INFO O| Feb 23 09:05:51.730 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82932025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.730 INFO O| Feb 23 09:05:51.730 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82942025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.730 INFO O| Feb 23 09:05:51.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82952025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.730 INFO O| Feb 23 09:05:51.730 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82962025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.730 INFO O| Feb 23 09:05:51.730 INFO ok!
82972025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.730 INFO O| Feb 23 09:05:51.730 INFO STEP 28 (ensure_file) COMPLETE
82982025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.730 INFO O| Feb 23 09:05:51.730 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82992025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.750 INFO O| Feb 23 09:05:51.750 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83002025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.750 INFO O| Feb 23 09:05:51.750 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83012025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.750 INFO O| Feb 23 09:05:51.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83022025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.750 INFO O| Feb 23 09:05:51.750 INFO ok!
83032025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.750 INFO O| Feb 23 09:05:51.750 INFO STEP 29 (ensure_file) COMPLETE
83042025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.750 INFO O| Feb 23 09:05:51.750 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83052025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.770 INFO O| Feb 23 09:05:51.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83062025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.770 INFO O| Feb 23 09:05:51.770 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83072025-02-23T09:05:53.568Z[ recovery-image] Feb 23 09:05:51.770 INFO O| Feb 23 09:05:51.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83082025-02-23T09:05:53.569Z[ recovery-image] Feb 23 09:05:51.770 INFO O| Feb 23 09:05:51.770 INFO ok!
83092025-02-23T09:05:53.569Z[ recovery-image] Feb 23 09:05:51.770 INFO O| Feb 23 09:05:51.770 INFO STEP 30 (ensure_file) COMPLETE
83102025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.770 INFO O| Feb 23 09:05:51.770 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83112025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.808 INFO O| Feb 23 09:05:51.808 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83122025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.808 INFO O| Feb 23 09:05:51.808 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83132025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.809 INFO O| Feb 23 09:05:51.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83142025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.809 INFO O| Feb 23 09:05:51.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83152025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.809 INFO O| Feb 23 09:05:51.809 INFO ok!
83162025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.809 INFO O| Feb 23 09:05:51.809 INFO STEP 31 (ensure_file) COMPLETE
83172025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.809 INFO O| Feb 23 09:05:51.809 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83182025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.853 INFO O| Feb 23 09:05:51.853 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83192025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.854 INFO O| Feb 23 09:05:51.854 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83202025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.854 INFO O| Feb 23 09:05:51.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83212025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.854 INFO O| Feb 23 09:05:51.854 INFO ok!
83222025-02-23T09:05:53.570Z[ recovery-image] Feb 23 09:05:51.854 INFO O| Feb 23 09:05:51.854 INFO STEP 32 (ensure_file) COMPLETE
83232025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.854 INFO O| Feb 23 09:05:51.854 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83242025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.902 INFO O| Feb 23 09:05:51.902 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83252025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.902 INFO O| Feb 23 09:05:51.902 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83262025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.902 INFO O| Feb 23 09:05:51.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83272025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.902 INFO O| Feb 23 09:05:51.902 INFO ok!
83282025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.902 INFO O| Feb 23 09:05:51.902 INFO STEP 33 (ensure_file) COMPLETE
83292025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.902 INFO O| Feb 23 09:05:51.902 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83302025-02-23T09:05:53.572Z[ recovery-image] Feb 23 09:05:51.924 INFO O| Feb 23 09:05:51.923 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83312025-02-23T09:05:53.573Z[ recovery-image] Feb 23 09:05:51.924 INFO O| Feb 23 09:05:51.924 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83322025-02-23T09:05:53.573Z[ recovery-image] Feb 23 09:05:51.924 INFO O| Feb 23 09:05:51.924 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83332025-02-23T09:05:53.573Z[ recovery-image] Feb 23 09:05:51.924 INFO O| Feb 23 09:05:51.924 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83342025-02-23T09:05:53.573Z[ recovery-image] Feb 23 09:05:51.924 INFO O| Feb 23 09:05:51.924 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83352025-02-23T09:05:53.573Z[ recovery-image] Feb 23 09:05:51.924 INFO O| Feb 23 09:05:51.924 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83362025-02-23T09:05:53.573Z[ recovery-image] Feb 23 09:05:51.924 INFO O| Feb 23 09:05:51.924 INFO ok!
83372025-02-23T09:05:53.573Z[ recovery-image] Feb 23 09:05:51.925 INFO O| Feb 23 09:05:51.924 INFO STEP 34 (ensure_file) COMPLETE
83382025-02-23T09:05:53.574Z[ recovery-image] Feb 23 09:05:51.925 INFO O| Feb 23 09:05:51.925 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83392025-02-23T09:05:53.574Z[ recovery-image] Feb 23 09:05:51.950 INFO O| Feb 23 09:05:51.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83402025-02-23T09:05:53.574Z[ recovery-image] Feb 23 09:05:51.950 INFO O| Feb 23 09:05:51.950 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83412025-02-23T09:05:53.574Z[ recovery-image] Feb 23 09:05:51.950 INFO O| Feb 23 09:05:51.950 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83422025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:51.950 INFO O| Feb 23 09:05:51.950 INFO STEP 35 (ensure_dir) COMPLETE
83432025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:51.950 INFO O| Feb 23 09:05:51.950 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83442025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.007 INFO O| Feb 23 09:05:52.007 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
83452025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.007 INFO O| Feb 23 09:05:52.007 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 ...
83462025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.007 INFO O| Feb 23 09:05:52.007 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
83472025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.007 INFO O| Feb 23 09:05:52.007 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
83482025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.007 INFO O| Feb 23 09:05:52.007 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
83492025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.008 INFO O| Feb 23 09:05:52.007 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
83502025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.008 INFO O| Feb 23 09:05:52.007 INFO ok!
83512025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.008 INFO O| Feb 23 09:05:52.008 INFO STEP 36 (ensure_file) COMPLETE
83522025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.008 INFO O| Feb 23 09:05:52.008 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83532025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.110 INFO O| Feb 23 09:05:52.110 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83542025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.110 INFO O| Feb 23 09:05:52.110 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 ...
83552025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.110 INFO O| Feb 23 09:05:52.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83562025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.110 INFO O| Feb 23 09:05:52.110 INFO ok!
83572025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.110 INFO O| Feb 23 09:05:52.110 INFO STEP 37 (ensure_symlink) COMPLETE
83582025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.110 INFO O| Feb 23 09:05:52.110 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83592025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.143 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83602025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83612025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83622025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83632025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83642025-02-23T09:05:53.575Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83652025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO ok!
83662025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO STEP 38 (ensure_file) COMPLETE
83672025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.144 INFO O| Feb 23 09:05:52.144 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83682025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.169 INFO O| Feb 23 09:05:52.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83692025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.169 INFO O| Feb 23 09:05:52.169 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 ...
83702025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.169 INFO O| Feb 23 09:05:52.169 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
83712025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.169 INFO O| Feb 23 09:05:52.169 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83722025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.169 INFO O| Feb 23 09:05:52.169 INFO ok!
83732025-02-23T09:05:53.576Z[ recovery-image] Feb 23 09:05:52.169 INFO O| Feb 23 09:05:52.169 INFO STEP 39 (ensure_file) COMPLETE
83742025-02-23T09:05:53.577Z[ recovery-image] Feb 23 09:05:52.169 INFO O| Feb 23 09:05:52.169 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83752025-02-23T09:05:53.577Z[ recovery-image] Feb 23 09:05:52.198 INFO O| Feb 23 09:05:52.198 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83762025-02-23T09:05:53.577Z[ recovery-image] Feb 23 09:05:52.198 INFO O| Feb 23 09:05:52.198 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83772025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.198 INFO O| Feb 23 09:05:52.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83782025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.198 INFO O| Feb 23 09:05:52.198 INFO ok!
83792025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.199 INFO O| Feb 23 09:05:52.198 INFO STEP 40 (ensure_file) COMPLETE
83802025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.199 INFO O| Feb 23 09:05:52.198 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83812025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.240 INFO O| Feb 23 09:05:52.240 INFO updating shadow file
83822025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.240 INFO O| Feb 23 09:05:52.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83832025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.240 INFO O| Feb 23 09:05:52.240 INFO STEP 41 (shadow) COMPLETE
83842025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.240 INFO O| Feb 23 09:05:52.240 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83852025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.261 INFO O| Feb 23 09:05:52.261 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83862025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.262 INFO O| Feb 23 09:05:52.261 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83872025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.262 INFO O| Feb 23 09:05:52.262 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83882025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.262 INFO O| Feb 23 09:05:52.262 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83892025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.262 INFO O| Feb 23 09:05:52.262 INFO ok!
83902025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.262 INFO O| Feb 23 09:05:52.262 INFO STEP 42 (ensure_file) COMPLETE
83912025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.262 INFO O| Feb 23 09:05:52.262 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83922025-02-23T09:05:53.588Z[ recovery-image] Feb 23 09:05:52.284 INFO O| Feb 23 09:05:52.283 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83932025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.284 INFO O| Feb 23 09:05:52.284 INFO STEP 43 (ensure_dir) COMPLETE
83942025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.284 INFO O| Feb 23 09:05:52.284 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83952025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.312 INFO O| Feb 23 09:05:52.312 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83962025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.312 INFO O| Feb 23 09:05:52.312 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83972025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.312 INFO O| Feb 23 09:05:52.312 INFO STEP 44 (ensure_dir) COMPLETE
83982025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.312 INFO O| Feb 23 09:05:52.312 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83992025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.380 INFO O| Feb 23 09:05:52.380 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84002025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.380 INFO O| Feb 23 09:05:52.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84012025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.380 INFO O| Feb 23 09:05:52.380 INFO STEP 45 (ensure_dir) COMPLETE
84022025-02-23T09:05:53.589Z[ recovery-image] Feb 23 09:05:52.380 INFO O| Feb 23 09:05:52.380 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84032025-02-23T09:05:53.593Z[ recovery-image] Feb 23 09:05:52.432 INFO O| Feb 23 09:05:52.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84042025-02-23T09:05:53.594Z[ recovery-image] Feb 23 09:05:52.432 INFO O| Feb 23 09:05:52.432 INFO copying /tmp/.tmpd4Sah6/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84052025-02-23T09:05:53.641Z[ recovery-image] Feb 23 09:05:52.491 INFO O| Feb 23 09:05:52.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84062025-02-23T09:05:53.641Z[ recovery-image] Feb 23 09:05:52.491 INFO O| Feb 23 09:05:52.491 INFO ok!
84072025-02-23T09:05:53.641Z[ recovery-image] Feb 23 09:05:52.491 INFO O| Feb 23 09:05:52.491 INFO STEP 46 (ensure_file) COMPLETE
84082025-02-23T09:05:53.641Z[ recovery-image] Feb 23 09:05:52.491 INFO O| Feb 23 09:05:52.491 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84092025-02-23T09:05:53.679Z[ recovery-image] Feb 23 09:05:52.523 INFO O| Feb 23 09:05:52.523 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84102025-02-23T09:05:53.688Z[ recovery-image] Feb 23 09:05:52.523 INFO O| Feb 23 09:05:52.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84112025-02-23T09:05:53.688Z[ recovery-image] Feb 23 09:05:52.523 INFO O| Feb 23 09:05:52.523 INFO STEP 47 (ensure_dir) COMPLETE
84122025-02-23T09:05:53.688Z[ recovery-image] Feb 23 09:05:52.523 INFO O| Feb 23 09:05:52.523 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84132025-02-23T09:05:53.734Z[ recovery-image] Feb 23 09:05:52.583 INFO O| Feb 23 09:05:52.583 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84142025-02-23T09:05:53.734Z[ recovery-image] Feb 23 09:05:52.584 INFO O| Feb 23 09:05:52.583 INFO copying /tmp/.tmpd4Sah6/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84152025-02-23T09:05:53.738Z[ recovery-image] Feb 23 09:05:52.584 INFO O| Feb 23 09:05:52.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84162025-02-23T09:05:53.738Z[ recovery-image] Feb 23 09:05:52.584 INFO O| Feb 23 09:05:52.584 INFO ok!
84172025-02-23T09:05:53.738Z[ recovery-image] Feb 23 09:05:52.584 INFO O| Feb 23 09:05:52.584 INFO STEP 48 (ensure_file) COMPLETE
84182025-02-23T09:05:53.738Z[ recovery-image] Feb 23 09:05:52.584 INFO O| Feb 23 09:05:52.584 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84192025-02-23T09:05:53.767Z[ recovery-image] Feb 23 09:05:52.606 INFO O| Feb 23 09:05:52.606 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84202025-02-23T09:05:53.767Z[ recovery-image] Feb 23 09:05:52.606 INFO O| Feb 23 09:05:52.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84212025-02-23T09:05:53.767Z[ recovery-image] Feb 23 09:05:52.606 INFO O| Feb 23 09:05:52.606 INFO STEP 49 (ensure_dir) COMPLETE
84222025-02-23T09:05:53.767Z[ recovery-image] Feb 23 09:05:52.606 INFO O| Feb 23 09:05:52.606 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84232025-02-23T09:05:53.794Z[ recovery-image] Feb 23 09:05:52.644 INFO O| Feb 23 09:05:52.644 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84242025-02-23T09:05:53.794Z[ recovery-image] Feb 23 09:05:52.645 INFO O| Feb 23 09:05:52.644 INFO copying /tmp/.tmpd4Sah6/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84252025-02-23T09:05:55.754Z[ recovery-image] Feb 23 09:05:54.600 INFO O| Feb 23 09:05:54.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84262025-02-23T09:05:55.754Z[ recovery-image] Feb 23 09:05:54.600 INFO O| Feb 23 09:05:54.600 INFO ok!
84272025-02-23T09:05:55.754Z[ recovery-image] Feb 23 09:05:54.600 INFO O| Feb 23 09:05:54.600 INFO STEP 50 (ensure_file) COMPLETE
84282025-02-23T09:05:55.764Z[ recovery-image] Feb 23 09:05:54.600 INFO O| Feb 23 09:05:54.600 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84292025-02-23T09:05:55.775Z[ recovery-image] Feb 23 09:05:54.621 INFO O| Feb 23 09:05:54.621 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84302025-02-23T09:05:55.776Z[ recovery-image] Feb 23 09:05:54.621 INFO O| Feb 23 09:05:54.621 INFO copying /tmp/.tmpd4Sah6/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84312025-02-23T09:05:55.838Z[ recovery-image] Feb 23 09:05:54.669 INFO O| Feb 23 09:05:54.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84322025-02-23T09:05:55.838Z[ recovery-image] Feb 23 09:05:54.669 INFO O| Feb 23 09:05:54.669 INFO ok!
84332025-02-23T09:05:55.838Z[ recovery-image] Feb 23 09:05:54.669 INFO O| Feb 23 09:05:54.669 INFO STEP 51 (ensure_file) COMPLETE
84342025-02-23T09:05:55.838Z[ recovery-image] Feb 23 09:05:54.669 INFO O| Feb 23 09:05:54.669 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84352025-02-23T09:05:55.877Z[ recovery-image] Feb 23 09:05:54.702 INFO O| Feb 23 09:05:54.702 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84362025-02-23T09:05:55.877Z[ recovery-image] Feb 23 09:05:54.703 INFO O| Feb 23 09:05:54.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84372025-02-23T09:05:55.878Z[ recovery-image] Feb 23 09:05:54.703 INFO O| Feb 23 09:05:54.703 INFO STEP 52 (ensure_dir) COMPLETE
84382025-02-23T09:05:55.878Z[ recovery-image] Feb 23 09:05:54.703 INFO O| Feb 23 09:05:54.703 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84392025-02-23T09:05:55.912Z[ recovery-image] Feb 23 09:05:54.762 INFO O| Feb 23 09:05:54.762 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84402025-02-23T09:05:55.912Z[ recovery-image] Feb 23 09:05:54.762 INFO O| Feb 23 09:05:54.762 INFO copying /tmp/.tmpd4Sah6/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 ...
84412025-02-23T09:05:55.916Z[ recovery-image] Feb 23 09:05:54.763 INFO O| Feb 23 09:05:54.763 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
84422025-02-23T09:05:55.916Z[ recovery-image] Feb 23 09:05:54.763 INFO O| Feb 23 09:05:54.763 INFO ok!
84432025-02-23T09:05:55.917Z[ recovery-image] Feb 23 09:05:54.763 INFO O| Feb 23 09:05:54.763 INFO STEP 53 (ensure_file) COMPLETE
84442025-02-23T09:05:55.917Z[ recovery-image] Feb 23 09:05:54.763 INFO O| Feb 23 09:05:54.763 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84452025-02-23T09:05:55.937Z[ recovery-image] Feb 23 09:05:54.786 INFO O| Feb 23 09:05:54.786 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84462025-02-23T09:05:55.937Z[ recovery-image] Feb 23 09:05:54.786 INFO O| Feb 23 09:05:54.786 INFO copying /tmp/.tmpd4Sah6/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 ...
84472025-02-23T09:05:55.937Z[ recovery-image] Feb 23 09:05:54.786 INFO O| Feb 23 09:05:54.786 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
84482025-02-23T09:05:55.942Z[ recovery-image] Feb 23 09:05:54.786 INFO O| Feb 23 09:05:54.786 INFO ok!
84492025-02-23T09:05:55.942Z[ recovery-image] Feb 23 09:05:54.786 INFO O| Feb 23 09:05:54.786 INFO STEP 54 (ensure_file) COMPLETE
84502025-02-23T09:05:55.942Z[ recovery-image] Feb 23 09:05:54.786 INFO O| Feb 23 09:05:54.786 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84512025-02-23T09:05:55.960Z[ recovery-image] Feb 23 09:05:54.808 INFO O| Feb 23 09:05:54.808 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84522025-02-23T09:05:55.960Z[ recovery-image] Feb 23 09:05:54.809 INFO O| Feb 23 09:05:54.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84532025-02-23T09:05:55.963Z[ recovery-image] Feb 23 09:05:54.809 INFO O| Feb 23 09:05:54.809 INFO STEP 55 (ensure_dir) COMPLETE
84542025-02-23T09:05:55.963Z[ recovery-image] Feb 23 09:05:54.809 INFO O| Feb 23 09:05:54.809 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84552025-02-23T09:05:55.982Z[ recovery-image] Feb 23 09:05:54.832 INFO O| Feb 23 09:05:54.832 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84562025-02-23T09:05:55.982Z[ recovery-image] Feb 23 09:05:54.832 INFO O| Feb 23 09:05:54.832 INFO copying /tmp/.tmpd4Sah6/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 ...
84572025-02-23T09:05:55.982Z[ recovery-image] Feb 23 09:05:54.832 INFO O| Feb 23 09:05:54.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84582025-02-23T09:05:55.986Z[ recovery-image] Feb 23 09:05:54.832 INFO O| Feb 23 09:05:54.832 INFO ok!
84592025-02-23T09:05:55.986Z[ recovery-image] Feb 23 09:05:54.832 INFO O| Feb 23 09:05:54.832 INFO STEP 56 (ensure_file) COMPLETE
84602025-02-23T09:05:55.986Z[ recovery-image] Feb 23 09:05:54.832 INFO O| Feb 23 09:05:54.832 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84612025-02-23T09:05:56.027Z[ recovery-image] Feb 23 09:05:54.875 INFO O| Feb 23 09:05:54.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84622025-02-23T09:05:56.027Z[ recovery-image] Feb 23 09:05:54.875 INFO O| Feb 23 09:05:54.875 INFO copying /tmp/.tmpd4Sah6/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 ...
84632025-02-23T09:05:56.027Z[ recovery-image] Feb 23 09:05:54.875 INFO O| Feb 23 09:05:54.875 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
84642025-02-23T09:05:56.027Z[ recovery-image] Feb 23 09:05:54.875 INFO O| Feb 23 09:05:54.875 INFO ok!
84652025-02-23T09:05:56.030Z[ recovery-image] Feb 23 09:05:54.875 INFO O| Feb 23 09:05:54.875 INFO STEP 57 (ensure_file) COMPLETE
84662025-02-23T09:05:56.030Z[ recovery-image] Feb 23 09:05:54.875 INFO O| Feb 23 09:05:54.875 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84672025-02-23T09:05:56.105Z[ recovery-image] Feb 23 09:05:54.954 INFO O| Feb 23 09:05:54.954 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84682025-02-23T09:05:56.105Z[ recovery-image] Feb 23 09:05:54.954 INFO O| Feb 23 09:05:54.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84692025-02-23T09:05:56.105Z[ recovery-image] Feb 23 09:05:54.954 INFO O| Feb 23 09:05:54.954 INFO STEP 58 (ensure_dir) COMPLETE
84702025-02-23T09:05:56.115Z[ recovery-image] Feb 23 09:05:54.954 INFO O| Feb 23 09:05:54.954 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84712025-02-23T09:05:56.128Z[ recovery-image] Feb 23 09:05:54.977 INFO O| Feb 23 09:05:54.977 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84722025-02-23T09:05:56.128Z[ recovery-image] Feb 23 09:05:54.977 INFO O| Feb 23 09:05:54.977 INFO copying /tmp/.tmpd4Sah6/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 ...
84732025-02-23T09:05:56.131Z[ recovery-image] Feb 23 09:05:54.977 INFO O| Feb 23 09:05:54.977 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84742025-02-23T09:05:56.131Z[ recovery-image] Feb 23 09:05:54.977 INFO O| Feb 23 09:05:54.977 INFO ok!
84752025-02-23T09:05:56.131Z[ recovery-image] Feb 23 09:05:54.978 INFO O| Feb 23 09:05:54.977 INFO STEP 59 (ensure_file) COMPLETE
84762025-02-23T09:05:56.131Z[ recovery-image] Feb 23 09:05:54.978 INFO O| Feb 23 09:05:54.978 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84772025-02-23T09:05:56.151Z[ recovery-image] Feb 23 09:05:54.999 INFO O| Feb 23 09:05:54.999 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84782025-02-23T09:05:56.151Z[ recovery-image] Feb 23 09:05:54.999 INFO O| Feb 23 09:05:54.999 INFO copying /tmp/.tmpd4Sah6/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84792025-02-23T09:05:56.155Z[ recovery-image] Feb 23 09:05:54.999 INFO O| Feb 23 09:05:54.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84802025-02-23T09:05:56.155Z[ recovery-image] Feb 23 09:05:54.999 INFO O| Feb 23 09:05:54.999 INFO ok!
84812025-02-23T09:05:56.155Z[ recovery-image] Feb 23 09:05:54.999 INFO O| Feb 23 09:05:54.999 INFO STEP 60 (ensure_file) COMPLETE
84822025-02-23T09:05:56.155Z[ recovery-image] Feb 23 09:05:55.000 INFO O| Feb 23 09:05:54.999 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84832025-02-23T09:05:56.173Z[ recovery-image] Feb 23 09:05:55.023 INFO O| Feb 23 09:05:55.023 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84842025-02-23T09:05:56.173Z[ recovery-image] Feb 23 09:05:55.023 INFO O| Feb 23 09:05:55.023 INFO STEP 61 (ensure_dir) COMPLETE
84852025-02-23T09:05:56.183Z[ recovery-image] Feb 23 09:05:55.023 INFO O| Feb 23 09:05:55.023 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84862025-02-23T09:05:56.196Z[ recovery-image] Feb 23 09:05:55.045 INFO O| Feb 23 09:05:55.045 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84872025-02-23T09:05:56.196Z[ recovery-image] Feb 23 09:05:55.046 INFO O| Feb 23 09:05:55.045 INFO STEP 62 (ensure_dir) COMPLETE
84882025-02-23T09:05:56.200Z[ recovery-image] Feb 23 09:05:55.046 INFO O| Feb 23 09:05:55.045 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84892025-02-23T09:05:56.238Z[ recovery-image] Feb 23 09:05:55.085 INFO O| Feb 23 09:05:55.085 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84902025-02-23T09:05:56.238Z[ recovery-image] Feb 23 09:05:55.085 INFO O| Feb 23 09:05:55.085 INFO STEP 63 (ensure_dir) COMPLETE
84912025-02-23T09:05:56.246Z[ recovery-image] Feb 23 09:05:55.085 INFO O| Feb 23 09:05:55.085 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84922025-02-23T09:05:56.294Z[ recovery-image] Feb 23 09:05:55.143 INFO O| Feb 23 09:05:55.141 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84932025-02-23T09:05:56.294Z[ recovery-image] Feb 23 09:05:55.143 INFO O| Feb 23 09:05:55.142 INFO STEP 64 (ensure_dir) COMPLETE
84942025-02-23T09:05:56.294Z[ recovery-image] Feb 23 09:05:55.143 INFO O| Feb 23 09:05:55.142 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84952025-02-23T09:05:56.315Z[ recovery-image] Feb 23 09:05:55.164 INFO O| Feb 23 09:05:55.164 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84962025-02-23T09:05:56.316Z[ recovery-image] Feb 23 09:05:55.165 INFO O| Feb 23 09:05:55.164 INFO copying /tmp/.tmpd4Sah6/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84972025-02-23T09:05:56.329Z[ recovery-image] Feb 23 09:05:55.165 INFO O| Feb 23 09:05:55.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84982025-02-23T09:05:56.329Z[ recovery-image] Feb 23 09:05:55.165 INFO O| Feb 23 09:05:55.165 INFO ok!
84992025-02-23T09:05:56.329Z[ recovery-image] Feb 23 09:05:55.165 INFO O| Feb 23 09:05:55.165 INFO STEP 65 (ensure_file) COMPLETE
85002025-02-23T09:05:56.329Z[ recovery-image] Feb 23 09:05:55.165 INFO O| Feb 23 09:05:55.165 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85012025-02-23T09:05:56.367Z[ recovery-image] Feb 23 09:05:55.217 INFO O| Feb 23 09:05:55.217 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85022025-02-23T09:05:56.375Z[ recovery-image] Feb 23 09:05:55.217 INFO O| Feb 23 09:05:55.217 INFO STEP 66 (remove_files) COMPLETE
85032025-02-23T09:05:56.375Z[ recovery-image] Feb 23 09:05:55.217 INFO O| Feb 23 09:05:55.217 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85042025-02-23T09:05:56.409Z[ recovery-image] Feb 23 09:05:55.240 INFO O| Feb 23 09:05:55.240 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85052025-02-23T09:05:56.425Z[ recovery-image] Feb 23 09:05:55.241 INFO O| Feb 23 09:05:55.241 INFO STEP 67 (remove_files) COMPLETE
85062025-02-23T09:05:56.425Z[ recovery-image] Feb 23 09:05:55.241 INFO O| Feb 23 09:05:55.241 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85072025-02-23T09:05:56.460Z[ recovery-image] Feb 23 09:05:55.311 INFO O| Feb 23 09:05:55.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85082025-02-23T09:05:56.464Z[ recovery-image] Feb 23 09:05:55.311 INFO O| Feb 23 09:05:55.311 INFO STEP 68 (remove_files) COMPLETE
85092025-02-23T09:05:56.464Z[ recovery-image] Feb 23 09:05:55.311 INFO O| Feb 23 09:05:55.311 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85102025-02-23T09:05:56.530Z[ recovery-image] Feb 23 09:05:55.373 INFO O| Feb 23 09:05:55.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85112025-02-23T09:05:56.553Z[ recovery-image] Feb 23 09:05:55.374 INFO O| Feb 23 09:05:55.374 INFO STEP 69 (remove_files) COMPLETE
85122025-02-23T09:05:56.553Z[ recovery-image] Feb 23 09:05:55.374 INFO O| Feb 23 09:05:55.374 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85132025-02-23T09:05:56.586Z[ recovery-image] Feb 23 09:05:55.412 INFO O| Feb 23 09:05:55.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85142025-02-23T09:05:56.606Z[ recovery-image] Feb 23 09:05:55.412 INFO O| Feb 23 09:05:55.412 INFO STEP 70 (remove_files) COMPLETE
85152025-02-23T09:05:56.606Z[ recovery-image] Feb 23 09:05:55.412 INFO O| Feb 23 09:05:55.412 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85162025-02-23T09:05:56.631Z[ recovery-image] Feb 23 09:05:55.475 INFO O| Feb 23 09:05:55.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85172025-02-23T09:05:56.636Z[ recovery-image] Feb 23 09:05:55.475 INFO O| Feb 23 09:05:55.475 INFO STEP 71 (remove_files) COMPLETE
85182025-02-23T09:05:56.636Z[ recovery-image] Feb 23 09:05:55.475 INFO O| Feb 23 09:05:55.475 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85192025-02-23T09:05:56.657Z[ recovery-image] Feb 23 09:05:55.506 INFO O| Feb 23 09:05:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85202025-02-23T09:05:56.660Z[ recovery-image] Feb 23 09:05:55.506 INFO O| Feb 23 09:05:55.506 INFO STEP 72 (remove_files) COMPLETE
85212025-02-23T09:05:56.660Z[ recovery-image] Feb 23 09:05:55.506 INFO O| Feb 23 09:05:55.506 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85222025-02-23T09:05:56.681Z[ recovery-image] Feb 23 09:05:55.530 INFO O| Feb 23 09:05:55.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85232025-02-23T09:05:56.686Z[ recovery-image] Feb 23 09:05:55.530 INFO O| Feb 23 09:05:55.530 INFO STEP 73 (remove_files) COMPLETE
85242025-02-23T09:05:56.686Z[ recovery-image] Feb 23 09:05:55.531 INFO O| Feb 23 09:05:55.530 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85252025-02-23T09:05:56.703Z[ recovery-image] Feb 23 09:05:55.553 INFO O| Feb 23 09:05:55.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85262025-02-23T09:05:56.707Z[ recovery-image] Feb 23 09:05:55.553 INFO O| Feb 23 09:05:55.553 INFO STEP 74 (remove_files) COMPLETE
85272025-02-23T09:05:56.707Z[ recovery-image] Feb 23 09:05:55.554 INFO O| Feb 23 09:05:55.553 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85282025-02-23T09:05:56.727Z[ recovery-image] Feb 23 09:05:55.577 INFO O| Feb 23 09:05:55.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85292025-02-23T09:05:56.732Z[ recovery-image] Feb 23 09:05:55.577 INFO O| Feb 23 09:05:55.577 INFO STEP 75 (remove_files) COMPLETE
85302025-02-23T09:05:56.732Z[ recovery-image] Feb 23 09:05:55.577 INFO O| Feb 23 09:05:55.577 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85312025-02-23T09:05:56.751Z[ recovery-image] Feb 23 09:05:55.601 INFO O| Feb 23 09:05:55.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85322025-02-23T09:05:56.765Z[ recovery-image] Feb 23 09:05:55.601 INFO O| Feb 23 09:05:55.601 INFO STEP 76 (remove_files) COMPLETE
85332025-02-23T09:05:56.765Z[ recovery-image] Feb 23 09:05:55.601 INFO O| Feb 23 09:05:55.601 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85342025-02-23T09:05:56.795Z[ recovery-image] Feb 23 09:05:55.644 INFO O| Feb 23 09:05:55.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85352025-02-23T09:05:56.795Z[ recovery-image] Feb 23 09:05:55.644 INFO O| Feb 23 09:05:55.644 INFO STEP 77 (remove_files) COMPLETE
85362025-02-23T09:05:56.799Z[ recovery-image] Feb 23 09:05:55.644 INFO O| Feb 23 09:05:55.644 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85372025-02-23T09:05:56.919Z[ recovery-image] Feb 23 09:05:55.768 INFO O| Feb 23 09:05:55.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85382025-02-23T09:05:56.919Z[ recovery-image] Feb 23 09:05:55.768 INFO O| Feb 23 09:05:55.768 INFO STEP 78 (remove_files) COMPLETE
85392025-02-23T09:05:56.919Z[ recovery-image] Feb 23 09:05:55.768 INFO O| Feb 23 09:05:55.768 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85402025-02-23T09:05:56.942Z[ recovery-image] Feb 23 09:05:55.789 INFO O| Feb 23 09:05:55.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85412025-02-23T09:05:56.943Z[ recovery-image] Feb 23 09:05:55.789 INFO O| Feb 23 09:05:55.789 INFO STEP 79 (remove_files) COMPLETE
85422025-02-23T09:05:56.946Z[ recovery-image] Feb 23 09:05:55.789 INFO O| Feb 23 09:05:55.789 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85432025-02-23T09:05:56.977Z[ recovery-image] Feb 23 09:05:55.826 INFO O| Feb 23 09:05:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85442025-02-23T09:05:56.977Z[ recovery-image] Feb 23 09:05:55.826 INFO O| Feb 23 09:05:55.826 INFO STEP 80 (remove_files) COMPLETE
85452025-02-23T09:05:56.994Z[ recovery-image] Feb 23 09:05:55.826 INFO O| Feb 23 09:05:55.826 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85462025-02-23T09:05:57.041Z[ recovery-image] Feb 23 09:05:55.889 INFO O| Feb 23 09:05:55.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85472025-02-23T09:05:57.041Z[ recovery-image] Feb 23 09:05:55.889 INFO O| Feb 23 09:05:55.889 INFO STEP 81 (remove_files) COMPLETE
85482025-02-23T09:05:57.045Z[ recovery-image] Feb 23 09:05:55.889 INFO O| Feb 23 09:05:55.889 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85492025-02-23T09:05:57.063Z[ recovery-image] Feb 23 09:05:55.912 INFO O| Feb 23 09:05:55.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85502025-02-23T09:05:57.063Z[ recovery-image] Feb 23 09:05:55.912 INFO O| Feb 23 09:05:55.912 INFO STEP 82 (remove_files) COMPLETE
85512025-02-23T09:05:57.063Z[ recovery-image] Feb 23 09:05:55.913 INFO O| Feb 23 09:05:55.912 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85522025-02-23T09:05:57.086Z[ recovery-image] Feb 23 09:05:55.936 INFO O| Feb 23 09:05:55.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85532025-02-23T09:05:57.086Z[ recovery-image] Feb 23 09:05:55.936 INFO O| Feb 23 09:05:55.936 INFO STEP 83 (remove_files) COMPLETE
85542025-02-23T09:05:57.086Z[ recovery-image] Feb 23 09:05:55.936 INFO O| Feb 23 09:05:55.936 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85552025-02-23T09:05:57.114Z[ recovery-image] Feb 23 09:05:55.964 INFO O| Feb 23 09:05:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85562025-02-23T09:05:57.115Z[ recovery-image] Feb 23 09:05:55.964 INFO O| Feb 23 09:05:55.964 INFO STEP 84 (remove_files) COMPLETE
85572025-02-23T09:05:57.115Z[ recovery-image] Feb 23 09:05:55.964 INFO O| Feb 23 09:05:55.964 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85582025-02-23T09:05:57.141Z[ recovery-image] Feb 23 09:05:55.987 INFO O| Feb 23 09:05:55.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85592025-02-23T09:05:57.141Z[ recovery-image] Feb 23 09:05:55.987 INFO O| Feb 23 09:05:55.987 INFO STEP 85 (remove_files) COMPLETE
85602025-02-23T09:05:57.161Z[ recovery-image] Feb 23 09:05:55.987 INFO O| Feb 23 09:05:55.987 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85612025-02-23T09:05:57.167Z[ recovery-image] Feb 23 09:05:56.011 INFO O| Feb 23 09:05:56.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85622025-02-23T09:05:57.167Z[ recovery-image] Feb 23 09:05:56.011 INFO O| Feb 23 09:05:56.011 INFO STEP 86 (remove_files) COMPLETE
85632025-02-23T09:05:57.167Z[ recovery-image] Feb 23 09:05:56.012 INFO O| Feb 23 09:05:56.011 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85642025-02-23T09:05:57.206Z[ recovery-image] Feb 23 09:05:56.054 INFO O| Feb 23 09:05:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85652025-02-23T09:05:57.206Z[ recovery-image] Feb 23 09:05:56.054 INFO O| Feb 23 09:05:56.054 INFO STEP 87 (remove_files) COMPLETE
85662025-02-23T09:05:57.206Z[ recovery-image] Feb 23 09:05:56.054 INFO O| Feb 23 09:05:56.054 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85672025-02-23T09:05:57.243Z[ recovery-image] Feb 23 09:05:56.082 INFO O| Feb 23 09:05:56.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85682025-02-23T09:05:57.243Z[ recovery-image] Feb 23 09:05:56.082 INFO O| Feb 23 09:05:56.082 INFO STEP 88 (remove_files) COMPLETE
85692025-02-23T09:05:57.259Z[ recovery-image] Feb 23 09:05:56.082 INFO O| Feb 23 09:05:56.082 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85702025-02-23T09:05:57.306Z[ recovery-image] Feb 23 09:05:56.144 INFO O| Feb 23 09:05:56.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85712025-02-23T09:05:57.306Z[ recovery-image] Feb 23 09:05:56.144 INFO O| Feb 23 09:05:56.144 INFO STEP 89 (remove_files) COMPLETE
85722025-02-23T09:05:57.306Z[ recovery-image] Feb 23 09:05:56.144 INFO O| Feb 23 09:05:56.144 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85732025-02-23T09:05:57.318Z[ recovery-image] Feb 23 09:05:56.168 INFO O| Feb 23 09:05:56.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85742025-02-23T09:05:57.322Z[ recovery-image] Feb 23 09:05:56.168 INFO O| Feb 23 09:05:56.168 INFO STEP 90 (remove_files) COMPLETE
85752025-02-23T09:05:57.322Z[ recovery-image] Feb 23 09:05:56.168 INFO O| Feb 23 09:05:56.168 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85762025-02-23T09:05:57.362Z[ recovery-image] Feb 23 09:05:56.207 INFO O| Feb 23 09:05:56.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85772025-02-23T09:05:57.371Z[ recovery-image] Feb 23 09:05:56.207 INFO O| Feb 23 09:05:56.207 INFO STEP 91 (remove_files) COMPLETE
85782025-02-23T09:05:57.371Z[ recovery-image] Feb 23 09:05:56.207 INFO O| Feb 23 09:05:56.207 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85792025-02-23T09:05:57.383Z[ recovery-image] Feb 23 09:05:56.233 INFO O| Feb 23 09:05:56.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85802025-02-23T09:05:57.383Z[ recovery-image] Feb 23 09:05:56.233 INFO O| Feb 23 09:05:56.233 INFO STEP 92 (remove_files) COMPLETE
85812025-02-23T09:05:57.387Z[ recovery-image] Feb 23 09:05:56.233 INFO O| Feb 23 09:05:56.233 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85822025-02-23T09:05:57.418Z[ recovery-image] Feb 23 09:05:56.258 INFO O| Feb 23 09:05:56.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85832025-02-23T09:05:57.418Z[ recovery-image] Feb 23 09:05:56.258 INFO O| Feb 23 09:05:56.258 INFO STEP 93 (remove_files) COMPLETE
85842025-02-23T09:05:57.418Z[ recovery-image] Feb 23 09:05:56.258 INFO O| Feb 23 09:05:56.258 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85852025-02-23T09:05:57.432Z[ recovery-image] Feb 23 09:05:56.282 INFO O| Feb 23 09:05:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85862025-02-23T09:05:57.433Z[ recovery-image] Feb 23 09:05:56.282 INFO O| Feb 23 09:05:56.282 INFO STEP 94 (remove_files) COMPLETE
85872025-02-23T09:05:57.433Z[ recovery-image] Feb 23 09:05:56.282 INFO O| Feb 23 09:05:56.282 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85882025-02-23T09:05:57.479Z[ recovery-image] Feb 23 09:05:56.328 INFO O| Feb 23 09:05:56.328 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85892025-02-23T09:05:57.484Z[ recovery-image] Feb 23 09:05:56.329 INFO O| Feb 23 09:05:56.329 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
85902025-02-23T09:05:58.889Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
85912025-02-23T09:05:59.212Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
85922025-02-23T09:06:09.108Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
85932025-02-23T09:06:09.637Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
85942025-02-23T09:06:10.282Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
85952025-02-23T09:06:10.978Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
85962025-02-23T09:06:11.499Z[ recovery-image] Feb 23 09:06:10.342 INFO O| Feb 23 09:06:10.342 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
85972025-02-23T09:06:11.515Z[ recovery-image] Feb 23 09:06:10.343 INFO O| Feb 23 09:06:10.342 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85982025-02-23T09:06:11.531Z[ recovery-image] Feb 23 09:06:10.362 INFO O| Feb 23 09:06:10.362 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85992025-02-23T09:06:11.578Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86002025-02-23T09:06:11.693Z[ recovery-image] Feb 23 09:06:10.531 INFO O| Feb 23 09:06:10.531 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86012025-02-23T09:06:11.693Z[ recovery-image] Feb 23 09:06:10.531 INFO O| Feb 23 09:06:10.531 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 ...
86022025-02-23T09:06:11.693Z[ recovery-image] Feb 23 09:06:10.534 INFO O| Feb 23 09:06:10.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86032025-02-23T09:06:11.693Z[ recovery-image] Feb 23 09:06:10.534 INFO O| Feb 23 09:06:10.534 INFO ok!
86042025-02-23T09:06:11.698Z[ recovery-image] Feb 23 09:06:10.534 INFO O| Feb 23 09:06:10.534 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86052025-02-23T09:06:11.698Z[ recovery-image] Feb 23 09:06:10.534 INFO O| Feb 23 09:06:10.534 INFO STEP 95 (seed_smf) COMPLETE
86062025-02-23T09:06:11.698Z[ recovery-image] Feb 23 09:06:10.534 INFO O| Feb 23 09:06:10.534 INFO steps complete; finalising image!
86072025-02-23T09:06:11.700Z[ recovery-image] Feb 23 09:06:10.534 INFO O| Feb 23 09:06:10.534 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86082025-02-23T09:06:11.768Z[ recovery-image] Feb 23 09:06:10.609 INFO O| Feb 23 09:06:10.609 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sun Feb 23 09:06:10 2025)
86092025-02-23T09:06:11.975Z[ recovery-image] Feb 23 09:06:10.821 INFO O| Feb 23 09:06:10.821 INFO trim TEMPORARY-gimlet-zfs-recovery: (24% trimmed, started at Sun Feb 23 09:06:10 2025)
86102025-02-23T09:06:12.203Z[ recovery-image] Feb 23 09:06:11.049 INFO O| Feb 23 09:06:11.049 INFO trim TEMPORARY-gimlet-zfs-recovery: (49% trimmed, started at Sun Feb 23 09:06:10 2025)
86112025-02-23T09:06:12.275Z[verify-libraries] Compiling sync-ptr v0.1.1
86122025-02-23T09:06:12.413Z[ recovery-image] Feb 23 09:06:11.259 INFO O| Feb 23 09:06:11.259 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Sun Feb 23 09:06:10 2025)
86132025-02-23T09:06:12.627Z[ recovery-image] Feb 23 09:06:11.472 INFO O| Feb 23 09:06:11.472 INFO trim TEMPORARY-gimlet-zfs-recovery: (78% trimmed, started at Sun Feb 23 09:06:10 2025)
86142025-02-23T09:06:12.774Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86152025-02-23T09:06:12.897Z[ recovery-image] Feb 23 09:06:11.743 INFO O| Feb 23 09:06:11.743 INFO temporary pool has 383M used, 1.38G avail, 1.00x compressratio
86162025-02-23T09:06:12.897Z[ recovery-image] Feb 23 09:06:11.743 INFO O| Feb 23 09:06:11.743 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86172025-02-23T09:06:13.577Z[ recovery-image] Feb 23 09:06:12.424 INFO O| Feb 23 09:06:12.424 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
86182025-02-23T09:06:13.577Z[ recovery-image] Feb 23 09:06:12.424 INFO O| Feb 23 09:06:12.424 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86192025-02-23T09:06:16.643Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86202025-02-23T09:06:19.400Z[ recovery-image] Feb 23 09:06:18.244 INFO O| Feb 23 09:06:18.244 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86212025-02-23T09:06:19.400Z[ recovery-image] Feb 23 09:06:18.244 INFO O| Feb 23 09:06:18.244 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86222025-02-23T09:06:19.403Z[ recovery-image] Feb 23 09:06:18.244 INFO O| Feb 23 09:06:18.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86232025-02-23T09:06:19.403Z[ recovery-image] Feb 23 09:06:18.244 INFO O| Feb 23 09:06:18.244 INFO completed processing gimlet/zfs-recovery
86242025-02-23T09:06:19.403Z[ recovery-image] Feb 23 09:06:18.244 INFO O| Feb 23 09:06:18.244 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86252025-02-23T09:06:19.640Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86262025-02-23T09:06:20.015Z[ recovery-image] Feb 23 09:06:18.859 INFO O| Feb 23 09:06:18.859 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86272025-02-23T09:06:20.166Z[ recovery-image] Feb 23 09:06:19.001 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86282025-02-23T09:06:20.170Z[ recovery-image] Feb 23 09:06:19.001 INFO expanded image name: "recovery fef44b3/${os_short_commit} 2025-02-23 08:33" -> "recovery fef44b3/9fcb5ef 2025-02-23 08:33"
86292025-02-23T09:06:20.170Z[ recovery-image] Feb 23 09:06:19.001 INFO output artefacts stored in: "/work/os-recovery"
86302025-02-23T09:06:20.170Z[ recovery-image] Feb 23 09:06:19.003 INFO collecting git info from project "image-builder"...
86312025-02-23T09:06:20.192Z[ recovery-image] Feb 23 09:06:19.037 INFO collecting git info from project "amd-host-image-builder"...
86322025-02-23T09:06:20.252Z[ recovery-image] Feb 23 09:06:19.097 INFO collecting git info from project "chelsio-t6-roms"...
86332025-02-23T09:06:20.306Z[ recovery-image] Feb 23 09:06:19.129 INFO collecting git info from project "pilot"...
86342025-02-23T09:06:20.321Z[ recovery-image] Feb 23 09:06:19.151 INFO collecting git info from project "amd-firmware"...
86352025-02-23T09:06:20.534Z[ recovery-image] Feb 23 09:06:19.361 INFO collecting git info from project "phbl"...
86362025-02-23T09:06:20.575Z[ recovery-image] Feb 23 09:06:19.372 INFO collecting git info from project "bootserver"...
86372025-02-23T09:06:20.575Z[ recovery-image] Feb 23 09:06:19.381 INFO collecting git info from project "pinprick"...
86382025-02-23T09:06:20.577Z[ recovery-image] Feb 23 09:06:19.390 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86392025-02-23T09:06:21.463Z[ recovery-image] Feb 23 09:06:20.303 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86402025-02-23T09:06:22.225Z[ recovery-image] Feb 23 09:06:21.070 INFO creating Oxide boot image...
86412025-02-23T09:06:22.225Z[ recovery-image] Feb 23 09:06:21.070 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery fef44b3/9fcb5ef 2025-02-23 08:33", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86422025-02-23T09:06:45.354Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
86432025-02-23T09:06:53.409Z[ host-image] Feb 23 09:06:52.246 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86442025-02-23T09:06:53.412Z[ host-image] Feb 23 09:06:52.246 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86452025-02-23T09:06:53.412Z[ host-image] Feb 23 09:06:52.246 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86462025-02-23T09:06:53.412Z[ host-image] Feb 23 09:06:52.246 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86472025-02-23T09:06:53.413Z[ host-image] Feb 23 09:06:52.247 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86482025-02-23T09:06:53.413Z[ host-image] Feb 23 09:06:52.247 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86492025-02-23T09:06:53.413Z[ host-image] Feb 23 09:06:52.248 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86502025-02-23T09:06:53.413Z[ host-image] Feb 23 09:06:52.248 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86512025-02-23T09:06:53.413Z[ host-image] Feb 23 09:06:52.248 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86522025-02-23T09:06:53.413Z[ host-image] Feb 23 09:06:52.248 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86532025-02-23T09:06:53.413Z[ host-image] Feb 23 09:06:52.248 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
86542025-02-23T09:06:53.417Z[ host-image] Feb 23 09:06:52.251 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
86552025-02-23T09:06:53.417Z[ host-image] Feb 23 09:06:52.252 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
86562025-02-23T09:06:53.417Z[ host-image] Feb 23 09:06:52.253 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
86572025-02-23T09:06:53.417Z[ host-image] Feb 23 09:06:52.253 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86582025-02-23T09:06:53.417Z[ host-image] Feb 23 09:06:52.254 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
86592025-02-23T09:06:53.420Z[ host-image] Feb 23 09:06:52.255 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
86602025-02-23T09:06:53.420Z[ host-image] Feb 23 09:06:52.255 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
86612025-02-23T09:06:53.421Z[ host-image] Feb 23 09:06:52.255 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
86622025-02-23T09:06:53.421Z[ host-image] Feb 23 09:06:52.256 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
86632025-02-23T09:06:53.421Z[ host-image] Feb 23 09:06:52.256 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86642025-02-23T09:06:53.421Z[ host-image] Feb 23 09:06:52.256 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
86652025-02-23T09:06:53.421Z[ host-image] Feb 23 09:06:52.256 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86662025-02-23T09:06:53.421Z[ host-image] Feb 23 09:06:52.257 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
86672025-02-23T09:06:53.421Z[ host-image] Feb 23 09:06:52.257 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
86682025-02-23T09:06:53.422Z[ host-image] Feb 23 09:06:52.257 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
86692025-02-23T09:06:53.422Z[ host-image] Feb 23 09:06:52.257 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
86702025-02-23T09:06:53.422Z[ host-image] Feb 23 09:06:52.258 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
86712025-02-23T09:06:53.422Z[ host-image] Feb 23 09:06:52.258 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
86722025-02-23T09:06:53.422Z[ host-image] Feb 23 09:06:52.258 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
86732025-02-23T09:06:53.422Z[ host-image] Feb 23 09:06:52.258 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
86742025-02-23T09:06:53.425Z[ host-image] Feb 23 09:06:52.258 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
86752025-02-23T09:06:53.425Z[ host-image] Feb 23 09:06:52.258 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
86762025-02-23T09:06:53.425Z[ host-image] Feb 23 09:06:52.258 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
86772025-02-23T09:06:53.426Z[ host-image] Feb 23 09:06:52.260 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
86782025-02-23T09:06:53.426Z[ host-image] Feb 23 09:06:52.260 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
86792025-02-23T09:06:53.437Z[ host-image] Feb 23 09:06:52.274 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
86802025-02-23T09:06:53.437Z[ host-image] Feb 23 09:06:52.275 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
86812025-02-23T09:06:53.441Z[ host-image] Feb 23 09:06:52.275 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86822025-02-23T09:06:53.441Z[ host-image] Feb 23 09:06:52.275 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86832025-02-23T09:06:53.442Z[ host-image] Feb 23 09:06:52.276 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86842025-02-23T09:06:53.442Z[ host-image] Feb 23 09:06:52.277 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
86852025-02-23T09:06:53.442Z[ host-image] Feb 23 09:06:52.277 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86862025-02-23T09:06:53.442Z[ host-image] Feb 23 09:06:52.277 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86872025-02-23T09:06:53.445Z[ host-image] Feb 23 09:06:52.279 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86882025-02-23T09:06:53.445Z[ host-image] Feb 23 09:06:52.279 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86892025-02-23T09:06:53.461Z[ host-image] Feb 23 09:06:52.298 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86902025-02-23T09:06:53.461Z[ host-image] Feb 23 09:06:52.298 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86912025-02-23T09:06:53.464Z[ host-image] Feb 23 09:06:52.298 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86922025-02-23T09:06:53.464Z[ host-image] Feb 23 09:06:52.299 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86932025-02-23T09:06:53.464Z[ host-image] Feb 23 09:06:52.300 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86942025-02-23T09:06:53.464Z[ host-image] Feb 23 09:06:52.300 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86952025-02-23T09:06:53.531Z[ host-image] Feb 23 09:06:52.368 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
86962025-02-23T09:06:53.534Z[ host-image] Feb 23 09:06:52.369 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86972025-02-23T09:06:53.534Z[ host-image] Feb 23 09:06:52.369 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86982025-02-23T09:06:53.534Z[ host-image] Feb 23 09:06:52.370 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
86992025-02-23T09:06:53.534Z[ host-image] Feb 23 09:06:52.371 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
87002025-02-23T09:06:53.534Z[ host-image] Feb 23 09:06:52.371 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87012025-02-23T09:06:53.534Z[ host-image] Feb 23 09:06:52.371 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
87022025-02-23T09:06:53.537Z[ host-image] Feb 23 09:06:52.371 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87032025-02-23T09:06:53.537Z[ host-image] Feb 23 09:06:52.372 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87042025-02-23T09:06:53.537Z[ host-image] Feb 23 09:06:52.372 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87052025-02-23T09:06:53.538Z[ host-image] Feb 23 09:06:52.372 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
87062025-02-23T09:06:53.538Z[ host-image] Feb 23 09:06:52.372 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87072025-02-23T09:06:53.541Z[ host-image] Feb 23 09:06:52.379 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87082025-02-23T09:06:53.541Z[ host-image] Feb 23 09:06:52.379 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87092025-02-23T09:06:53.545Z[ host-image] Feb 23 09:06:52.379 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87102025-02-23T09:06:53.545Z[ host-image] Feb 23 09:06:52.380 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
87112025-02-23T09:06:53.545Z[ host-image] Feb 23 09:06:52.380 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87122025-02-23T09:06:53.564Z[ host-image] Feb 23 09:06:52.402 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87132025-02-23T09:06:53.569Z[ host-image] Feb 23 09:06:52.402 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
87142025-02-23T09:06:53.572Z[ host-image] Feb 23 09:06:52.406 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
87152025-02-23T09:06:53.572Z[ host-image] Feb 23 09:06:52.406 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
87162025-02-23T09:06:53.572Z[ host-image] Feb 23 09:06:52.407 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87172025-02-23T09:06:53.572Z[ host-image] Feb 23 09:06:52.407 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
87182025-02-23T09:06:53.572Z[ host-image] Feb 23 09:06:52.408 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87192025-02-23T09:06:53.572Z[ host-image] Feb 23 09:06:52.408 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87202025-02-23T09:06:53.572Z[ host-image] Feb 23 09:06:52.409 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87212025-02-23T09:06:53.577Z[ host-image] Feb 23 09:06:52.415 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87222025-02-23T09:06:53.580Z[ host-image] Feb 23 09:06:52.415 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87232025-02-23T09:06:53.580Z[ host-image] Feb 23 09:06:52.416 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87242025-02-23T09:06:53.580Z[ host-image] Feb 23 09:06:52.417 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87252025-02-23T09:06:53.580Z[ host-image] Feb 23 09:06:52.417 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87262025-02-23T09:06:53.580Z[ host-image] Feb 23 09:06:52.417 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87272025-02-23T09:06:53.584Z[ host-image] Feb 23 09:06:52.418 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87282025-02-23T09:06:53.584Z[ host-image] Feb 23 09:06:52.419 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87292025-02-23T09:06:53.600Z[ host-image] Feb 23 09:06:52.438 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87302025-02-23T09:06:53.600Z[ host-image] Feb 23 09:06:52.438 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87312025-02-23T09:06:53.603Z[ host-image] Feb 23 09:06:52.440 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87322025-02-23T09:06:53.606Z[ host-image] Feb 23 09:06:52.442 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87332025-02-23T09:06:53.606Z[ host-image] Feb 23 09:06:52.443 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87342025-02-23T09:06:53.606Z[ host-image] Feb 23 09:06:52.443 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87352025-02-23T09:06:53.610Z[ host-image] Feb 23 09:06:52.444 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87362025-02-23T09:06:53.610Z[ host-image] Feb 23 09:06:52.444 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87372025-02-23T09:06:53.629Z[ host-image] Feb 23 09:06:52.466 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87382025-02-23T09:06:53.629Z[ host-image] Feb 23 09:06:52.467 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87392025-02-23T09:06:53.632Z[ host-image] Feb 23 09:06:52.467 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87402025-02-23T09:06:53.632Z[ host-image] Feb 23 09:06:52.469 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87412025-02-23T09:06:53.633Z[ host-image] Feb 23 09:06:52.469 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87422025-02-23T09:06:53.665Z[ host-image] Feb 23 09:06:52.501 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87432025-02-23T09:06:53.665Z[ host-image] Feb 23 09:06:52.501 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87442025-02-23T09:06:53.669Z[ host-image] Feb 23 09:06:52.502 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87452025-02-23T09:06:53.669Z[ host-image] Feb 23 09:06:52.502 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87462025-02-23T09:06:53.669Z[ host-image] Feb 23 09:06:52.503 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87472025-02-23T09:06:53.707Z[ host-image] Feb 23 09:06:52.545 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
87482025-02-23T09:06:53.708Z[ host-image] Feb 23 09:06:52.545 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87492025-02-23T09:06:53.712Z[ host-image] Feb 23 09:06:52.545 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
87502025-02-23T09:06:53.713Z[ host-image] Feb 23 09:06:52.545 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
87512025-02-23T09:06:53.713Z[ host-image] Feb 23 09:06:52.547 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
87522025-02-23T09:06:53.713Z[ host-image] Feb 23 09:06:52.547 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87532025-02-23T09:06:53.713Z[ host-image] Feb 23 09:06:52.548 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87542025-02-23T09:06:53.713Z[ host-image] Feb 23 09:06:52.549 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
87552025-02-23T09:06:53.714Z[ host-image] Feb 23 09:06:52.549 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
87562025-02-23T09:06:53.714Z[ host-image] Feb 23 09:06:52.549 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
87572025-02-23T09:06:53.717Z[ host-image] Feb 23 09:06:52.550 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
87582025-02-23T09:06:53.717Z[ host-image] Feb 23 09:06:52.550 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
87592025-02-23T09:06:53.717Z[ host-image] Feb 23 09:06:52.551 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
87602025-02-23T09:06:53.721Z[ host-image] Feb 23 09:06:52.555 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87612025-02-23T09:06:53.721Z[ host-image] Feb 23 09:06:52.555 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
87622025-02-23T09:06:53.721Z[ host-image] Feb 23 09:06:52.557 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
87632025-02-23T09:06:53.721Z[ host-image] Feb 23 09:06:52.557 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
87642025-02-23T09:06:53.721Z[ host-image] Feb 23 09:06:52.558 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
87652025-02-23T09:06:53.721Z[ host-image] Feb 23 09:06:52.558 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
87662025-02-23T09:06:53.724Z[ host-image] Feb 23 09:06:52.558 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
87672025-02-23T09:06:53.724Z[ host-image] Feb 23 09:06:52.558 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87682025-02-23T09:06:53.725Z[ host-image] Feb 23 09:06:52.559 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87692025-02-23T09:06:53.725Z[ host-image] Feb 23 09:06:52.559 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
87702025-02-23T09:06:53.725Z[ host-image] Feb 23 09:06:52.560 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
87712025-02-23T09:06:53.725Z[ host-image] Feb 23 09:06:52.560 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87722025-02-23T09:06:53.725Z[ host-image] Feb 23 09:06:52.560 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87732025-02-23T09:06:53.726Z[ host-image] Feb 23 09:06:52.560 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87742025-02-23T09:06:53.726Z[ host-image] Feb 23 09:06:52.560 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87752025-02-23T09:06:53.726Z[ host-image] Feb 23 09:06:52.560 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87762025-02-23T09:06:53.726Z[ host-image] Feb 23 09:06:52.561 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87772025-02-23T09:06:53.821Z[ host-image] Feb 23 09:06:52.563 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87782025-02-23T09:06:53.821Z[ host-image] Feb 23 09:06:52.563 INFO O| tempdir @ "/tmp/.tmp8p8EfE/tmp"
87792025-02-23T09:06:53.821Z[ host-image] Feb 23 09:06:52.563 INFO O| image root @ "/tmp/.tmp8p8EfE/tmp/root"
87802025-02-23T09:06:53.821Z[ host-image] Feb 23 09:06:52.564 INFO O| creating image...
87812025-02-23T09:06:54.923Z[ host-image] Feb 23 09:06:53.760 INFO O| copying publishers...
87822025-02-23T09:07:00.861Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87832025-02-23T09:07:19.141Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87842025-02-23T09:07:22.388Z[ host-image] Feb 23 09:07:21.219 INFO O| adding properties...
87852025-02-23T09:07:24.805Z[ host-image] Feb 23 09:07:23.635 INFO O| installing packages...
87862025-02-23T09:07:26.354Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87872025-02-23T09:07:38.381Z[ recovery-image] Feb 23 09:07:37.209 INFO O| ok, image written!
87882025-02-23T09:07:38.381Z[ recovery-image] Feb 23 09:07:37.209 INFO O| ok, boot_image_csum file written!
87892025-02-23T09:07:38.390Z[ recovery-image] Feb 23 09:07:37.217 INFO creating boot archive (CPIO)...
87902025-02-23T09:07:38.398Z[ recovery-image] Feb 23 09:07:37.217 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
87912025-02-23T09:07:38.419Z[ recovery-image] Feb 23 09:07:37.247 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87922025-02-23T09:07:38.419Z[ recovery-image] Feb 23 09:07:37.247 INFO E| + outfile=/work/os-recovery/cpio
87932025-02-23T09:07:38.450Z[ recovery-image] Feb 23 09:07:37.247 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87942025-02-23T09:07:38.450Z[ recovery-image] Feb 23 09:07:37.251 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87952025-02-23T09:07:38.450Z[ recovery-image] Feb 23 09:07:37.252 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87962025-02-23T09:07:38.496Z[ recovery-image] Feb 23 09:07:37.324 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87972025-02-23T09:07:38.496Z[ recovery-image] Feb 23 09:07:37.324 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87982025-02-23T09:07:38.528Z[ recovery-image] Feb 23 09:07:37.336 INFO creating compressed cpio/unix for nanobl-rs...
87992025-02-23T09:07:38.528Z[ recovery-image] Feb 23 09:07:37.337 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
88002025-02-23T09:07:39.275Z[ recovery-image] Feb 23 09:07:38.103 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88012025-02-23T09:07:39.463Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
88022025-02-23T09:07:48.988Z[ recovery-image] Feb 23 09:07:47.812 INFO creating reset image...
88032025-02-23T09:07:48.991Z[ recovery-image] Feb 23 09:07:47.812 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88042025-02-23T09:07:49.657Z[ recovery-image] Feb 23 09:07:48.482 INFO E| Updating crates.io index
88052025-02-23T09:07:49.817Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88062025-02-23T09:07:49.900Z[ recovery-image] Feb 23 09:07:48.725 INFO E| Downloading crates ...
88072025-02-23T09:07:50.063Z[ recovery-image] Feb 23 09:07:48.888 INFO E| Downloaded heck v0.5.0
88082025-02-23T09:07:50.078Z[ recovery-image] Feb 23 09:07:48.896 INFO E| Downloaded is_terminal_polyfill v1.70.1
88092025-02-23T09:07:50.078Z[ recovery-image] Feb 23 09:07:48.902 INFO E| Downloaded anstyle-parse v0.2.5
88102025-02-23T09:07:50.081Z[ recovery-image] Feb 23 09:07:48.905 INFO E| Downloaded anstream v0.6.15
88112025-02-23T09:07:50.084Z[ recovery-image] Feb 23 09:07:48.909 INFO E| Downloaded clap v4.5.17
88122025-02-23T09:07:50.098Z[ recovery-image] Feb 23 09:07:48.923 INFO E| Downloaded utf8parse v0.2.2
88132025-02-23T09:07:50.101Z[ recovery-image] Feb 23 09:07:48.925 INFO E| Downloaded colorchoice v1.0.2
88142025-02-23T09:07:50.103Z[ recovery-image] Feb 23 09:07:48.926 INFO E| Downloaded duct v0.13.7
88152025-02-23T09:07:50.105Z[ recovery-image] Feb 23 09:07:48.929 INFO E| Downloaded clap_derive v4.5.13
88162025-02-23T09:07:50.110Z[ recovery-image] Feb 23 09:07:48.933 INFO E| Downloaded unicode-ident v1.0.13
88172025-02-23T09:07:50.115Z[ recovery-image] Feb 23 09:07:48.937 INFO E| Downloaded proc-macro2 v1.0.86
88182025-02-23T09:07:50.136Z[ recovery-image] Feb 23 09:07:48.961 INFO E| Downloaded once_cell v1.19.0
88192025-02-23T09:07:50.150Z[ recovery-image] Feb 23 09:07:48.966 INFO E| Downloaded clap_lex v0.7.2
88202025-02-23T09:07:50.150Z[ recovery-image] Feb 23 09:07:48.968 INFO E| Downloaded anstyle v1.0.8
88212025-02-23T09:07:50.150Z[ recovery-image] Feb 23 09:07:48.970 INFO E| Downloaded strsim v0.11.1
88222025-02-23T09:07:50.150Z[ recovery-image] Feb 23 09:07:48.972 INFO E| Downloaded shared_child v1.0.1
88232025-02-23T09:07:50.150Z[ recovery-image] Feb 23 09:07:48.974 INFO E| Downloaded quote v1.0.37
88242025-02-23T09:07:50.153Z[ recovery-image] Feb 23 09:07:48.978 INFO E| Downloaded os_pipe v1.2.1
88252025-02-23T09:07:50.156Z[ recovery-image] Feb 23 09:07:48.980 INFO E| Downloaded anstyle-query v1.1.1
88262025-02-23T09:07:50.191Z[ recovery-image] Feb 23 09:07:49.015 INFO E| Downloaded clap_builder v4.5.17
88272025-02-23T09:07:50.201Z[ recovery-image] Feb 23 09:07:49.026 INFO E| Downloaded syn v2.0.77
88282025-02-23T09:07:50.276Z[ recovery-image] Feb 23 09:07:49.101 INFO E| Downloaded libc v0.2.158
88292025-02-23T09:07:50.474Z[ recovery-image] Feb 23 09:07:49.296 INFO E| Compiling proc-macro2 v1.0.86
88302025-02-23T09:07:50.474Z[ recovery-image] Feb 23 09:07:49.297 INFO E| Compiling libc v0.2.158
88312025-02-23T09:07:50.478Z[ recovery-image] Feb 23 09:07:49.297 INFO E| Compiling unicode-ident v1.0.13
88322025-02-23T09:07:50.478Z[ recovery-image] Feb 23 09:07:49.297 INFO E| Compiling utf8parse v0.2.2
88332025-02-23T09:07:50.478Z[ recovery-image] Feb 23 09:07:49.297 INFO E| Compiling anstyle-query v1.1.1
88342025-02-23T09:07:50.479Z[ recovery-image] Feb 23 09:07:49.297 INFO E| Compiling is_terminal_polyfill v1.70.1
88352025-02-23T09:07:50.479Z[ recovery-image] Feb 23 09:07:49.297 INFO E| Compiling colorchoice v1.0.2
88362025-02-23T09:07:50.479Z[ recovery-image] Feb 23 09:07:49.297 INFO E| Compiling anstyle v1.0.8
88372025-02-23T09:07:51.410Z[ recovery-image] Feb 23 09:07:50.232 INFO E| Compiling anstyle-parse v0.2.5
88382025-02-23T09:07:51.410Z[ recovery-image] Feb 23 09:07:50.232 INFO E| Compiling clap_lex v0.7.2
88392025-02-23T09:07:51.410Z[ recovery-image] Feb 23 09:07:50.232 INFO E| Compiling strsim v0.11.1
88402025-02-23T09:07:51.415Z[ recovery-image] Feb 23 09:07:50.232 INFO E| Compiling heck v0.5.0
88412025-02-23T09:07:51.943Z[ recovery-image] Feb 23 09:07:50.768 INFO E| Compiling once_cell v1.19.0
88422025-02-23T09:07:52.204Z[ recovery-image] Feb 23 09:07:51.028 INFO E| Compiling anstream v0.6.15
88432025-02-23T09:07:52.941Z[ recovery-image] Feb 23 09:07:51.758 INFO E| Compiling clap_builder v4.5.17
88442025-02-23T09:07:53.676Z[ recovery-image] Feb 23 09:07:52.500 INFO E| Compiling shared_child v1.0.1
88452025-02-23T09:07:53.676Z[ recovery-image] Feb 23 09:07:52.501 INFO E| Compiling os_pipe v1.2.1
88462025-02-23T09:07:53.916Z[ recovery-image] Feb 23 09:07:52.740 INFO E| Compiling duct v0.13.7
88472025-02-23T09:07:54.005Z[ recovery-image] Feb 23 09:07:52.828 INFO E| Compiling quote v1.0.37
88482025-02-23T09:07:54.511Z[ recovery-image] Feb 23 09:07:53.335 INFO E| Compiling syn v2.0.77
88492025-02-23T09:07:55.391Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88502025-02-23T09:07:56.296Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88512025-02-23T09:07:57.036Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88522025-02-23T09:08:02.829Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88532025-02-23T09:08:03.733Z[ recovery-image] Feb 23 09:08:02.555 INFO E| Compiling clap_derive v4.5.13
88542025-02-23T09:08:05.384Z[ host-image] Feb 23 09:08:03.984 INFO O| seeding SMF database...
88552025-02-23T09:08:06.857Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
88562025-02-23T09:08:07.376Z[verify-libraries] Compiling termios v0.3.3
88572025-02-23T09:08:07.854Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88582025-02-23T09:08:08.265Z[ recovery-image] Feb 23 09:08:07.086 INFO E| Compiling clap v4.5.17
88592025-02-23T09:08:08.367Z[ recovery-image] Feb 23 09:08:07.187 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88602025-02-23T09:08:10.427Z[ recovery-image] Feb 23 09:08:09.246 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.25s
88612025-02-23T09:08:10.449Z[ recovery-image] Feb 23 09:08:09.270 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88622025-02-23T09:08:10.720Z[ recovery-image] Feb 23 09:08:09.541 INFO E| Updating crates.io index
88632025-02-23T09:08:10.949Z[ recovery-image] Feb 23 09:08:09.770 INFO E| Downloading crates ...
88642025-02-23T09:08:11.130Z[ recovery-image] Feb 23 09:08:09.950 INFO E| Downloaded bit_field v0.10.2
88652025-02-23T09:08:11.132Z[ recovery-image] Feb 23 09:08:09.952 INFO E| Downloaded adler2 v2.0.0
88662025-02-23T09:08:11.135Z[ recovery-image] Feb 23 09:08:09.954 INFO E| Downloaded bitstruct_derive v0.1.0
88672025-02-23T09:08:11.169Z[ recovery-image] Feb 23 09:08:09.990 INFO E| Downloaded seq-macro v0.3.5
88682025-02-23T09:08:11.172Z[ recovery-image] Feb 23 09:08:09.992 INFO E| Downloaded scroll_derive v0.12.0
88692025-02-23T09:08:11.175Z[ recovery-image] Feb 23 09:08:09.994 INFO E| Downloaded scroll v0.12.0
88702025-02-23T09:08:11.177Z[ recovery-image] Feb 23 09:08:09.995 INFO E| Downloaded proc-macro2 v1.0.89
88712025-02-23T09:08:11.182Z[ recovery-image] Feb 23 09:08:09.999 INFO E| Downloaded cpio_reader v0.1.1
88722025-02-23T09:08:11.185Z[ recovery-image] Feb 23 09:08:10.001 INFO E| Downloaded bitstruct v0.1.1
88732025-02-23T09:08:11.216Z[ recovery-image] Feb 23 09:08:10.037 INFO E| Downloaded miniz_oxide v0.8.0
88742025-02-23T09:08:11.253Z[ recovery-image] Feb 23 09:08:10.073 INFO E| Downloaded raw-cpuid v10.7.0
88752025-02-23T09:08:11.302Z[ recovery-image] Feb 23 09:08:10.122 INFO E| Downloaded goblin v0.8.2
88762025-02-23T09:08:11.316Z[ recovery-image] Feb 23 09:08:10.136 INFO E| Downloaded syn v2.0.85
88772025-02-23T09:08:11.473Z[ recovery-image] Feb 23 09:08:10.293 INFO E| Downloaded x86 v0.52.0
88782025-02-23T09:08:11.615Z[ recovery-image] Feb 23 09:08:10.420 INFO E| Updating crates.io index
88792025-02-23T09:08:11.786Z[ recovery-image] Feb 23 09:08:10.606 INFO E| Downloading crates ...
88802025-02-23T09:08:11.923Z[ recovery-image] Feb 23 09:08:10.743 INFO E| Downloaded getopts v0.2.21
88812025-02-23T09:08:11.925Z[ recovery-image] Feb 23 09:08:10.746 INFO E| Downloaded allocator-api2 v0.2.18
88822025-02-23T09:08:11.964Z[ recovery-image] Feb 23 09:08:10.784 INFO E| Downloaded rustc-demangle v0.1.24
88832025-02-23T09:08:11.966Z[ recovery-image] Feb 23 09:08:10.787 INFO E| Downloaded memchr v2.5.0
88842025-02-23T09:08:11.972Z[ recovery-image] Feb 23 09:08:10.793 INFO E| Downloaded compiler_builtins v0.1.134
88852025-02-23T09:08:11.992Z[ recovery-image] Feb 23 09:08:10.812 INFO E| Downloaded hashbrown v0.15.0
88862025-02-23T09:08:12.066Z[ recovery-image] Feb 23 09:08:10.886 INFO E| Downloaded libc v0.2.161
88872025-02-23T09:08:12.298Z[ recovery-image] Feb 23 09:08:11.118 INFO E| Compiling compiler_builtins v0.1.134
88882025-02-23T09:08:12.343Z[ recovery-image] Feb 23 09:08:11.161 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)
88892025-02-23T09:08:12.343Z[ recovery-image] Feb 23 09:08:11.161 INFO E| Compiling proc-macro2 v1.0.89
88902025-02-23T09:08:12.345Z[ recovery-image] Feb 23 09:08:11.162 INFO E| Compiling unicode-ident v1.0.13
88912025-02-23T09:08:12.345Z[ recovery-image] Feb 23 09:08:11.162 INFO E| Compiling syn v1.0.109
88922025-02-23T09:08:12.345Z[ recovery-image] Feb 23 09:08:11.162 INFO E| Compiling x86 v0.52.0
88932025-02-23T09:08:12.345Z[ recovery-image] Feb 23 09:08:11.162 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88942025-02-23T09:08:12.345Z[ recovery-image] Feb 23 09:08:11.163 INFO E| Compiling seq-macro v0.3.5
88952025-02-23T09:08:14.729Z[ recovery-image] Feb 23 09:08:13.544 INFO E| Compiling quote v1.0.37
88962025-02-23T09:08:15.382Z[ recovery-image] Feb 23 09:08:14.200 INFO E| Compiling syn v2.0.85
88972025-02-23T09:08:20.274Z[ host-image] Feb 23 09:08:19.092 INFO O| configuring SMF profile...
88982025-02-23T09:08:20.277Z[ host-image] Feb 23 09:08:19.092 INFO O| modifying shadow(5)...
88992025-02-23T09:08:20.277Z[ host-image] Feb 23 09:08:19.092 INFO O| loading user and group database...
89002025-02-23T09:08:20.277Z[ host-image] Feb 23 09:08:19.092 INFO O| assessing packaged files...
89012025-02-23T09:08:22.520Z[ recovery-image] Feb 23 09:08:21.338 INFO E| Compiling scroll_derive v0.12.0
89022025-02-23T09:08:26.528Z[ host-image] Feb 23 09:08:25.345 INFO O| creating archive...
89032025-02-23T09:08:26.619Z[ host-image] Feb 23 09:08:25.436 INFO O| missing from packaging:
89042025-02-23T09:08:26.619Z[ host-image] Feb 23 09:08:25.436 INFO O| "etc/.pwd.lock"
89052025-02-23T09:08:26.621Z[ host-image] Feb 23 09:08:25.436 INFO O| "etc/bash"
89062025-02-23T09:08:26.629Z[ host-image] Feb 23 09:08:25.446 INFO O| "etc/svc/profile/generic.xml"
89072025-02-23T09:08:26.629Z[ host-image] Feb 23 09:08:25.446 INFO O| "etc/svc/profile/inetd_services.xml"
89082025-02-23T09:08:26.629Z[ host-image] Feb 23 09:08:25.446 INFO O| "etc/svc/profile/name_service.xml"
89092025-02-23T09:08:26.629Z[ host-image] Feb 23 09:08:25.446 INFO O| "etc/svc/profile/platform.xml"
89102025-02-23T09:08:26.631Z[ host-image] Feb 23 09:08:25.446 INFO O| "etc/svc/profile/platform_omicron1.xml"
89112025-02-23T09:08:26.631Z[ host-image] Feb 23 09:08:25.446 INFO O| "etc/svc/repository.db"
89122025-02-23T09:08:26.667Z[ host-image] Feb 23 09:08:25.484 INFO O| "opt/ooce/share"
89132025-02-23T09:08:26.667Z[ host-image] Feb 23 09:08:25.484 INFO O| "opt/ooce/share/man"
89142025-02-23T09:08:26.670Z[ host-image] Feb 23 09:08:25.484 INFO O| "opt/ooce/share/man/man1"
89152025-02-23T09:08:26.702Z[ host-image] Feb 23 09:08:25.519 INFO O| finishing archive...
89162025-02-23T09:08:27.442Z[ recovery-image] Feb 23 09:08:26.258 INFO E| Compiling bitstruct_derive v0.1.0
89172025-02-23T09:08:31.450Z[ host-image] Feb 23 09:08:30.159 INFO O| creating gzonly manifest...
89182025-02-23T09:08:31.516Z[ host-image] Feb 23 09:08:30.171 INFO O| ok
89192025-02-23T09:08:31.599Z[ host-image] Feb 23 09:08:30.371 INFO image builder template: ramdisk-02-trim...
89202025-02-23T09:08:31.599Z[ host-image] Feb 23 09:08:30.371 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/.tmpd4Sah6/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.334", "-n", "ramdisk-02-trim"], pwd: None
89212025-02-23T09:08:31.635Z[ host-image] Feb 23 09:08:30.424 INFO O| Feb 23 09:08:30.423 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89222025-02-23T09:08:31.667Z[ host-image] Feb 23 09:08:30.438 INFO O| Feb 23 09:08:30.438 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89232025-02-23T09:08:31.812Z[ host-image] Feb 23 09:08:30.611 INFO O| Feb 23 09:08:30.611 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89242025-02-23T09:08:31.933Z[ host-image] Feb 23 09:08:30.736 INFO O| Feb 23 09:08:30.735 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89252025-02-23T09:08:31.949Z[ host-image] Feb 23 09:08:30.736 INFO O| Feb 23 09:08:30.736 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89262025-02-23T09:08:31.949Z[ host-image] Feb 23 09:08:30.756 INFO O| Feb 23 09:08:30.756 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89272025-02-23T09:08:31.973Z[ host-image] Feb 23 09:08:30.778 INFO O| Feb 23 09:08:30.778 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89282025-02-23T09:08:32.002Z[ host-image] Feb 23 09:08:30.805 INFO O| Feb 23 09:08:30.805 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89292025-02-23T09:08:32.579Z[ host-image] Feb 23 09:08:31.395 INFO O| Feb 23 09:08:31.395 INFO rolled back to input snapshot; work may begin
89302025-02-23T09:08:32.579Z[ host-image] Feb 23 09:08:31.395 INFO O| Feb 23 09:08:31.395 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89312025-02-23T09:08:32.591Z[ host-image] Feb 23 09:08:31.404 INFO O| Feb 23 09:08:31.404 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322025-02-23T09:08:32.610Z[ host-image] Feb 23 09:08:31.424 INFO O| Feb 23 09:08:31.424 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89332025-02-23T09:08:32.765Z[ host-image] Feb 23 09:08:31.580 INFO O| Feb 23 09:08:31.579 INFO STEP 0 (remove_files) COMPLETE
89342025-02-23T09:08:32.765Z[ host-image] Feb 23 09:08:31.580 INFO O| Feb 23 09:08:31.579 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352025-02-23T09:08:32.904Z[ host-image] Feb 23 09:08:31.719 INFO O| Feb 23 09:08:31.719 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89362025-02-23T09:08:32.907Z[ host-image] Feb 23 09:08:31.721 INFO O| Feb 23 09:08:31.721 INFO STEP 1 (remove_files) COMPLETE
89372025-02-23T09:08:32.907Z[ host-image] Feb 23 09:08:31.721 INFO O| Feb 23 09:08:31.721 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382025-02-23T09:08:32.967Z[ host-image] Feb 23 09:08:31.783 INFO O| Feb 23 09:08:31.783 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89392025-02-23T09:08:32.987Z[ host-image] Feb 23 09:08:31.802 INFO O| Feb 23 09:08:31.802 INFO STEP 2 (remove_files) COMPLETE
89402025-02-23T09:08:32.989Z[ host-image] Feb 23 09:08:31.802 INFO O| Feb 23 09:08:31.802 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412025-02-23T09:08:33.007Z[ host-image] Feb 23 09:08:31.823 INFO O| Feb 23 09:08:31.823 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89422025-02-23T09:08:33.010Z[ host-image] Feb 23 09:08:31.825 INFO O| Feb 23 09:08:31.825 INFO STEP 3 (remove_files) COMPLETE
89432025-02-23T09:08:33.010Z[ host-image] Feb 23 09:08:31.825 INFO O| Feb 23 09:08:31.825 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442025-02-23T09:08:33.029Z[ host-image] Feb 23 09:08:31.844 INFO O| Feb 23 09:08:31.844 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89452025-02-23T09:08:33.033Z[ host-image] Feb 23 09:08:31.849 INFO O| Feb 23 09:08:31.849 INFO STEP 4 (remove_files) COMPLETE
89462025-02-23T09:08:33.036Z[ host-image] Feb 23 09:08:31.849 INFO O| Feb 23 09:08:31.849 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472025-02-23T09:08:33.050Z[ host-image] Feb 23 09:08:31.866 INFO O| Feb 23 09:08:31.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89482025-02-23T09:08:33.054Z[ host-image] Feb 23 09:08:31.869 INFO O| Feb 23 09:08:31.869 INFO STEP 5 (remove_files) COMPLETE
89492025-02-23T09:08:33.054Z[ host-image] Feb 23 09:08:31.870 INFO O| Feb 23 09:08:31.869 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502025-02-23T09:08:33.074Z[ host-image] Feb 23 09:08:31.889 INFO O| Feb 23 09:08:31.889 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89512025-02-23T09:08:33.091Z[ host-image] Feb 23 09:08:31.907 INFO O| Feb 23 09:08:31.907 INFO STEP 6 (remove_files) COMPLETE
89522025-02-23T09:08:33.091Z[ host-image] Feb 23 09:08:31.907 INFO O| Feb 23 09:08:31.907 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532025-02-23T09:08:33.150Z[ host-image] Feb 23 09:08:31.965 INFO O| Feb 23 09:08:31.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89542025-02-23T09:08:33.173Z[ host-image] Feb 23 09:08:31.989 INFO O| Feb 23 09:08:31.989 INFO STEP 7 (remove_files) COMPLETE
89552025-02-23T09:08:33.173Z[ host-image] Feb 23 09:08:31.989 INFO O| Feb 23 09:08:31.989 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562025-02-23T09:08:33.195Z[ host-image] Feb 23 09:08:32.010 INFO O| Feb 23 09:08:32.010 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89572025-02-23T09:08:33.347Z[ host-image] Feb 23 09:08:32.162 INFO O| Feb 23 09:08:32.162 INFO STEP 8 (remove_files) COMPLETE
89582025-02-23T09:08:33.347Z[ host-image] Feb 23 09:08:32.162 INFO O| Feb 23 09:08:32.162 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592025-02-23T09:08:33.390Z[ host-image] Feb 23 09:08:32.206 INFO O| Feb 23 09:08:32.206 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89602025-02-23T09:08:33.582Z[ host-image] Feb 23 09:08:32.397 INFO O| Feb 23 09:08:32.397 INFO STEP 9 (remove_files) COMPLETE
89612025-02-23T09:08:33.582Z[ host-image] Feb 23 09:08:32.397 INFO O| Feb 23 09:08:32.397 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622025-02-23T09:08:33.600Z[ host-image] Feb 23 09:08:32.416 INFO O| Feb 23 09:08:32.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89632025-02-23T09:08:33.606Z[ host-image] Feb 23 09:08:32.421 INFO O| Feb 23 09:08:32.421 INFO STEP 10 (remove_files) COMPLETE
89642025-02-23T09:08:33.608Z[ host-image] Feb 23 09:08:32.421 INFO O| Feb 23 09:08:32.421 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652025-02-23T09:08:33.625Z[ host-image] Feb 23 09:08:32.441 INFO O| Feb 23 09:08:32.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89662025-02-23T09:08:33.628Z[ host-image] Feb 23 09:08:32.443 INFO O| Feb 23 09:08:32.443 INFO STEP 11 (remove_files) COMPLETE
89672025-02-23T09:08:33.628Z[ host-image] Feb 23 09:08:32.443 INFO O| Feb 23 09:08:32.443 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682025-02-23T09:08:33.665Z[ host-image] Feb 23 09:08:32.480 INFO O| Feb 23 09:08:32.480 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89692025-02-23T09:08:33.668Z[ host-image] Feb 23 09:08:32.483 INFO O| Feb 23 09:08:32.483 INFO STEP 12 (remove_files) COMPLETE
89702025-02-23T09:08:33.668Z[ host-image] Feb 23 09:08:32.483 INFO O| Feb 23 09:08:32.483 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712025-02-23T09:08:34.296Z[ host-image] Feb 23 09:08:33.111 INFO O| Feb 23 09:08:33.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89722025-02-23T09:08:34.372Z[ host-image] Feb 23 09:08:33.187 INFO O| Feb 23 09:08:33.187 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89732025-02-23T09:08:34.375Z[ host-image] Feb 23 09:08:33.189 INFO O| Feb 23 09:08:33.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89742025-02-23T09:08:34.379Z[ host-image] Feb 23 09:08:33.194 INFO O| Feb 23 09:08:33.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89752025-02-23T09:08:34.467Z[ host-image] Feb 23 09:08:33.282 INFO O| Feb 23 09:08:33.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89762025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.282 INFO O| Feb 23 09:08:33.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89772025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.283 INFO O| Feb 23 09:08:33.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89782025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.283 INFO O| Feb 23 09:08:33.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89792025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.283 INFO O| Feb 23 09:08:33.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89802025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.284 INFO O| Feb 23 09:08:33.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89812025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.284 INFO O| Feb 23 09:08:33.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89822025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.284 INFO O| Feb 23 09:08:33.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89832025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.284 INFO O| Feb 23 09:08:33.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89842025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.284 INFO O| Feb 23 09:08:33.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89852025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.284 INFO O| Feb 23 09:08:33.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89862025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.285 INFO O| Feb 23 09:08:33.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89872025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.285 INFO O| Feb 23 09:08:33.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89882025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.285 INFO O| Feb 23 09:08:33.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89892025-02-23T09:08:34.471Z[ host-image] Feb 23 09:08:33.286 INFO O| Feb 23 09:08:33.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89902025-02-23T09:08:34.472Z[ host-image] Feb 23 09:08:33.286 INFO O| Feb 23 09:08:33.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89912025-02-23T09:08:34.489Z[ host-image] Feb 23 09:08:33.304 INFO O| Feb 23 09:08:33.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89922025-02-23T09:08:34.492Z[ host-image] Feb 23 09:08:33.306 INFO O| Feb 23 09:08:33.306 INFO STEP 13 (remove_files) COMPLETE
89932025-02-23T09:08:34.492Z[ host-image] Feb 23 09:08:33.306 INFO O| Feb 23 09:08:33.306 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942025-02-23T09:08:34.511Z[ host-image] Feb 23 09:08:33.326 INFO O| Feb 23 09:08:33.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89952025-02-23T09:08:34.513Z[ host-image] Feb 23 09:08:33.328 INFO O| Feb 23 09:08:33.328 INFO STEP 14 (remove_files) COMPLETE
89962025-02-23T09:08:34.513Z[ host-image] Feb 23 09:08:33.328 INFO O| Feb 23 09:08:33.328 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972025-02-23T09:08:34.533Z[ host-image] Feb 23 09:08:33.348 INFO O| Feb 23 09:08:33.348 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89982025-02-23T09:08:34.544Z[ host-image] Feb 23 09:08:33.359 INFO O| Feb 23 09:08:33.359 INFO STEP 15 (remove_files) COMPLETE
89992025-02-23T09:08:34.544Z[ host-image] Feb 23 09:08:33.359 INFO O| Feb 23 09:08:33.359 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90002025-02-23T09:08:34.566Z[ host-image] Feb 23 09:08:33.381 INFO O| Feb 23 09:08:33.381 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90012025-02-23T09:08:34.568Z[ host-image] Feb 23 09:08:33.382 INFO O| Feb 23 09:08:33.382 INFO STEP 16 (remove_files) COMPLETE
90022025-02-23T09:08:34.568Z[ host-image] Feb 23 09:08:33.382 INFO O| Feb 23 09:08:33.382 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032025-02-23T09:08:34.586Z[ host-image] Feb 23 09:08:33.402 INFO O| Feb 23 09:08:33.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90042025-02-23T09:08:34.591Z[ host-image] Feb 23 09:08:33.404 INFO O| Feb 23 09:08:33.404 INFO STEP 17 (remove_files) COMPLETE
90052025-02-23T09:08:34.591Z[ host-image] Feb 23 09:08:33.404 INFO O| Feb 23 09:08:33.404 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90062025-02-23T09:08:34.621Z[ host-image] Feb 23 09:08:33.436 INFO O| Feb 23 09:08:33.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90072025-02-23T09:08:34.621Z[ host-image] Feb 23 09:08:33.436 INFO O| Feb 23 09:08:33.436 INFO STEP 18 (remove_files) COMPLETE
90082025-02-23T09:08:34.621Z[ host-image] Feb 23 09:08:33.436 INFO O| Feb 23 09:08:33.436 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092025-02-23T09:08:34.659Z[ host-image] Feb 23 09:08:33.475 INFO O| Feb 23 09:08:33.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90102025-02-23T09:08:34.659Z[ host-image] Feb 23 09:08:33.475 INFO O| Feb 23 09:08:33.475 INFO STEP 19 (remove_files) COMPLETE
90112025-02-23T09:08:34.662Z[ host-image] Feb 23 09:08:33.475 INFO O| Feb 23 09:08:33.475 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90122025-02-23T09:08:34.679Z[ host-image] Feb 23 09:08:33.494 INFO O| Feb 23 09:08:33.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90132025-02-23T09:08:34.682Z[ host-image] Feb 23 09:08:33.494 INFO O| Feb 23 09:08:33.494 INFO STEP 20 (remove_files) COMPLETE
90142025-02-23T09:08:34.682Z[ host-image] Feb 23 09:08:33.494 INFO O| Feb 23 09:08:33.494 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152025-02-23T09:08:34.700Z[ host-image] Feb 23 09:08:33.515 INFO O| Feb 23 09:08:33.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
90162025-02-23T09:08:34.700Z[ host-image] Feb 23 09:08:33.515 INFO O| Feb 23 09:08:33.515 INFO STEP 21 (remove_files) COMPLETE
90172025-02-23T09:08:34.703Z[ host-image] Feb 23 09:08:33.515 INFO O| Feb 23 09:08:33.515 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90182025-02-23T09:08:34.721Z[ host-image] Feb 23 09:08:33.536 INFO O| Feb 23 09:08:33.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90192025-02-23T09:08:34.721Z[ host-image] Feb 23 09:08:33.536 INFO O| Feb 23 09:08:33.536 INFO STEP 22 (remove_files) COMPLETE
90202025-02-23T09:08:34.723Z[ host-image] Feb 23 09:08:33.536 INFO O| Feb 23 09:08:33.536 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90212025-02-23T09:08:34.760Z[ host-image] Feb 23 09:08:33.575 INFO O| Feb 23 09:08:33.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90222025-02-23T09:08:34.760Z[ host-image] Feb 23 09:08:33.575 INFO O| Feb 23 09:08:33.575 INFO STEP 23 (remove_files) COMPLETE
90232025-02-23T09:08:34.772Z[ host-image] Feb 23 09:08:33.575 INFO O| Feb 23 09:08:33.575 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90242025-02-23T09:08:34.783Z[ host-image] Feb 23 09:08:33.598 INFO O| Feb 23 09:08:33.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90252025-02-23T09:08:34.783Z[ host-image] Feb 23 09:08:33.598 INFO O| Feb 23 09:08:33.598 INFO STEP 24 (remove_files) COMPLETE
90262025-02-23T09:08:34.785Z[ host-image] Feb 23 09:08:33.598 INFO O| Feb 23 09:08:33.598 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90272025-02-23T09:08:34.804Z[ host-image] Feb 23 09:08:33.619 INFO O| Feb 23 09:08:33.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90282025-02-23T09:08:34.804Z[ host-image] Feb 23 09:08:33.619 INFO O| Feb 23 09:08:33.619 INFO STEP 25 (remove_files) COMPLETE
90292025-02-23T09:08:34.804Z[ host-image] Feb 23 09:08:33.619 INFO O| Feb 23 09:08:33.619 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90302025-02-23T09:08:34.841Z[ host-image] Feb 23 09:08:33.656 INFO O| Feb 23 09:08:33.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90312025-02-23T09:08:34.841Z[ host-image] Feb 23 09:08:33.656 INFO O| Feb 23 09:08:33.656 INFO STEP 26 (remove_files) COMPLETE
90322025-02-23T09:08:34.843Z[ host-image] Feb 23 09:08:33.656 INFO O| Feb 23 09:08:33.656 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90332025-02-23T09:08:34.863Z[ host-image] Feb 23 09:08:33.678 INFO O| Feb 23 09:08:33.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90342025-02-23T09:08:34.863Z[ host-image] Feb 23 09:08:33.678 INFO O| Feb 23 09:08:33.678 INFO STEP 27 (remove_files) COMPLETE
90352025-02-23T09:08:34.866Z[ host-image] Feb 23 09:08:33.679 INFO O| Feb 23 09:08:33.678 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90362025-02-23T09:08:34.885Z[ host-image] Feb 23 09:08:33.700 INFO O| Feb 23 09:08:33.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90372025-02-23T09:08:34.885Z[ host-image] Feb 23 09:08:33.700 INFO O| Feb 23 09:08:33.700 INFO STEP 28 (remove_files) COMPLETE
90382025-02-23T09:08:34.888Z[ host-image] Feb 23 09:08:33.700 INFO O| Feb 23 09:08:33.700 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90392025-02-23T09:08:34.905Z[ host-image] Feb 23 09:08:33.720 INFO O| Feb 23 09:08:33.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90402025-02-23T09:08:34.905Z[ host-image] Feb 23 09:08:33.720 INFO O| Feb 23 09:08:33.720 INFO STEP 29 (remove_files) COMPLETE
90412025-02-23T09:08:34.908Z[ host-image] Feb 23 09:08:33.721 INFO O| Feb 23 09:08:33.720 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90422025-02-23T09:08:34.926Z[ host-image] Feb 23 09:08:33.741 INFO O| Feb 23 09:08:33.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90432025-02-23T09:08:34.926Z[ host-image] Feb 23 09:08:33.741 INFO O| Feb 23 09:08:33.741 INFO STEP 30 (remove_files) COMPLETE
90442025-02-23T09:08:34.926Z[ host-image] Feb 23 09:08:33.741 INFO O| Feb 23 09:08:33.741 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90452025-02-23T09:08:34.950Z[ host-image] Feb 23 09:08:33.765 INFO O| Feb 23 09:08:33.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90462025-02-23T09:08:34.950Z[ host-image] Feb 23 09:08:33.765 INFO O| Feb 23 09:08:33.765 INFO STEP 31 (remove_files) COMPLETE
90472025-02-23T09:08:34.950Z[ host-image] Feb 23 09:08:33.765 INFO O| Feb 23 09:08:33.765 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90482025-02-23T09:08:34.995Z[ host-image] Feb 23 09:08:33.810 INFO O| Feb 23 09:08:33.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90492025-02-23T09:08:34.995Z[ host-image] Feb 23 09:08:33.810 INFO O| Feb 23 09:08:33.810 INFO STEP 32 (remove_files) COMPLETE
90502025-02-23T09:08:35.000Z[ host-image] Feb 23 09:08:33.810 INFO O| Feb 23 09:08:33.810 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90512025-02-23T09:08:35.039Z[ host-image] Feb 23 09:08:33.854 INFO O| Feb 23 09:08:33.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90522025-02-23T09:08:35.039Z[ host-image] Feb 23 09:08:33.854 INFO O| Feb 23 09:08:33.854 INFO STEP 33 (remove_files) COMPLETE
90532025-02-23T09:08:35.039Z[ host-image] Feb 23 09:08:33.854 INFO O| Feb 23 09:08:33.854 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90542025-02-23T09:08:35.057Z[ host-image] Feb 23 09:08:33.873 INFO O| Feb 23 09:08:33.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90552025-02-23T09:08:35.059Z[ host-image] Feb 23 09:08:33.873 INFO O| Feb 23 09:08:33.873 INFO STEP 34 (remove_files) COMPLETE
90562025-02-23T09:08:35.059Z[ host-image] Feb 23 09:08:33.873 INFO O| Feb 23 09:08:33.873 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90572025-02-23T09:08:35.090Z[ host-image] Feb 23 09:08:33.905 INFO O| Feb 23 09:08:33.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90582025-02-23T09:08:35.093Z[ host-image] Feb 23 09:08:33.905 INFO O| Feb 23 09:08:33.905 INFO STEP 35 (remove_files) COMPLETE
90592025-02-23T09:08:35.093Z[ host-image] Feb 23 09:08:33.906 INFO O| Feb 23 09:08:33.906 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90602025-02-23T09:08:35.112Z[ host-image] Feb 23 09:08:33.927 INFO O| Feb 23 09:08:33.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90612025-02-23T09:08:35.115Z[ host-image] Feb 23 09:08:33.927 INFO O| Feb 23 09:08:33.927 INFO STEP 36 (remove_files) COMPLETE
90622025-02-23T09:08:35.115Z[ host-image] Feb 23 09:08:33.928 INFO O| Feb 23 09:08:33.927 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90632025-02-23T09:08:35.132Z[ host-image] Feb 23 09:08:33.947 INFO O| Feb 23 09:08:33.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90642025-02-23T09:08:35.134Z[ host-image] Feb 23 09:08:33.947 INFO O| Feb 23 09:08:33.947 INFO STEP 37 (remove_files) COMPLETE
90652025-02-23T09:08:35.134Z[ host-image] Feb 23 09:08:33.947 INFO O| Feb 23 09:08:33.947 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90662025-02-23T09:08:35.151Z[ host-image] Feb 23 09:08:33.966 INFO O| Feb 23 09:08:33.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90672025-02-23T09:08:35.151Z[ host-image] Feb 23 09:08:33.966 INFO O| Feb 23 09:08:33.966 INFO STEP 38 (remove_files) COMPLETE
90682025-02-23T09:08:35.153Z[ host-image] Feb 23 09:08:33.966 INFO O| Feb 23 09:08:33.966 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90692025-02-23T09:08:35.169Z[ host-image] Feb 23 09:08:33.984 INFO O| Feb 23 09:08:33.984 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90702025-02-23T09:08:35.171Z[ host-image] Feb 23 09:08:33.984 INFO O| Feb 23 09:08:33.984 INFO STEP 39 (remove_files) COMPLETE
90712025-02-23T09:08:35.171Z[ host-image] Feb 23 09:08:33.984 INFO O| Feb 23 09:08:33.984 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90722025-02-23T09:08:35.187Z[ host-image] Feb 23 09:08:34.002 INFO O| Feb 23 09:08:34.002 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90732025-02-23T09:08:35.189Z[ host-image] Feb 23 09:08:34.002 INFO O| Feb 23 09:08:34.002 INFO STEP 40 (remove_files) COMPLETE
90742025-02-23T09:08:35.189Z[ host-image] Feb 23 09:08:34.002 INFO O| Feb 23 09:08:34.002 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90752025-02-23T09:08:35.207Z[ host-image] Feb 23 09:08:34.022 INFO O| Feb 23 09:08:34.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90762025-02-23T09:08:35.210Z[ host-image] Feb 23 09:08:34.023 INFO O| Feb 23 09:08:34.022 INFO STEP 41 (remove_files) COMPLETE
90772025-02-23T09:08:35.210Z[ host-image] Feb 23 09:08:34.023 INFO O| Feb 23 09:08:34.023 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90782025-02-23T09:08:35.228Z[ host-image] Feb 23 09:08:34.043 INFO O| Feb 23 09:08:34.043 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90792025-02-23T09:08:35.230Z[ host-image] Feb 23 09:08:34.043 INFO O| Feb 23 09:08:34.043 INFO STEP 42 (remove_files) COMPLETE
90802025-02-23T09:08:35.230Z[ host-image] Feb 23 09:08:34.043 INFO O| Feb 23 09:08:34.043 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90812025-02-23T09:08:35.265Z[ host-image] Feb 23 09:08:34.080 INFO O| Feb 23 09:08:34.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90822025-02-23T09:08:35.265Z[ host-image] Feb 23 09:08:34.080 INFO O| Feb 23 09:08:34.080 INFO STEP 43 (remove_files) COMPLETE
90832025-02-23T09:08:35.265Z[ host-image] Feb 23 09:08:34.080 INFO O| Feb 23 09:08:34.080 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90842025-02-23T09:08:35.291Z[ host-image] Feb 23 09:08:34.106 INFO O| Feb 23 09:08:34.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90852025-02-23T09:08:35.295Z[ host-image] Feb 23 09:08:34.106 INFO O| Feb 23 09:08:34.106 INFO STEP 44 (remove_files) COMPLETE
90862025-02-23T09:08:35.295Z[ host-image] Feb 23 09:08:34.106 INFO O| Feb 23 09:08:34.106 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90872025-02-23T09:08:35.333Z[ host-image] Feb 23 09:08:34.148 INFO O| Feb 23 09:08:34.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90882025-02-23T09:08:35.333Z[ host-image] Feb 23 09:08:34.148 INFO O| Feb 23 09:08:34.148 INFO STEP 45 (remove_files) COMPLETE
90892025-02-23T09:08:35.337Z[ host-image] Feb 23 09:08:34.148 INFO O| Feb 23 09:08:34.148 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90902025-02-23T09:08:35.353Z[ host-image] Feb 23 09:08:34.168 INFO O| Feb 23 09:08:34.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90912025-02-23T09:08:35.353Z[ host-image] Feb 23 09:08:34.168 INFO O| Feb 23 09:08:34.168 INFO STEP 46 (remove_files) COMPLETE
90922025-02-23T09:08:35.353Z[ host-image] Feb 23 09:08:34.168 INFO O| Feb 23 09:08:34.168 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90932025-02-23T09:08:35.392Z[ host-image] Feb 23 09:08:34.207 INFO O| Feb 23 09:08:34.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90942025-02-23T09:08:35.393Z[ host-image] Feb 23 09:08:34.207 INFO O| Feb 23 09:08:34.207 INFO STEP 47 (remove_files) COMPLETE
90952025-02-23T09:08:35.396Z[ host-image] Feb 23 09:08:34.207 INFO O| Feb 23 09:08:34.207 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90962025-02-23T09:08:35.414Z[ host-image] Feb 23 09:08:34.229 INFO O| Feb 23 09:08:34.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90972025-02-23T09:08:35.414Z[ host-image] Feb 23 09:08:34.229 INFO O| Feb 23 09:08:34.229 INFO STEP 48 (remove_files) COMPLETE
90982025-02-23T09:08:35.414Z[ host-image] Feb 23 09:08:34.229 INFO O| Feb 23 09:08:34.229 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90992025-02-23T09:08:35.433Z[ host-image] Feb 23 09:08:34.248 INFO O| Feb 23 09:08:34.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91002025-02-23T09:08:35.433Z[ host-image] Feb 23 09:08:34.249 INFO O| Feb 23 09:08:34.249 INFO STEP 49 (remove_files) COMPLETE
91012025-02-23T09:08:35.436Z[ host-image] Feb 23 09:08:34.249 INFO O| Feb 23 09:08:34.249 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91022025-02-23T09:08:35.452Z[ host-image] Feb 23 09:08:34.267 INFO O| Feb 23 09:08:34.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91032025-02-23T09:08:35.452Z[ host-image] Feb 23 09:08:34.268 INFO O| Feb 23 09:08:34.267 INFO STEP 50 (remove_files) COMPLETE
91042025-02-23T09:08:35.452Z[ host-image] Feb 23 09:08:34.268 INFO O| Feb 23 09:08:34.268 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91052025-02-23T09:08:35.547Z[ host-image] Feb 23 09:08:34.362 INFO O| Feb 23 09:08:34.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91062025-02-23T09:08:35.547Z[ host-image] Feb 23 09:08:34.362 INFO O| Feb 23 09:08:34.362 INFO STEP 51 (remove_files) COMPLETE
91072025-02-23T09:08:35.550Z[ host-image] Feb 23 09:08:34.362 INFO O| Feb 23 09:08:34.362 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91082025-02-23T09:08:35.566Z[ host-image] Feb 23 09:08:34.381 INFO O| Feb 23 09:08:34.381 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91092025-02-23T09:08:35.567Z[ host-image] Feb 23 09:08:34.382 INFO O| Feb 23 09:08:34.381 INFO STEP 52 (remove_files) COMPLETE
91102025-02-23T09:08:35.570Z[ host-image] Feb 23 09:08:34.382 INFO O| Feb 23 09:08:34.381 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91112025-02-23T09:08:35.604Z[ host-image] Feb 23 09:08:34.417 INFO O| Feb 23 09:08:34.417 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91122025-02-23T09:08:35.604Z[ host-image] Feb 23 09:08:34.417 INFO O| Feb 23 09:08:34.417 INFO STEP 53 (remove_files) COMPLETE
91132025-02-23T09:08:35.604Z[ host-image] Feb 23 09:08:34.417 INFO O| Feb 23 09:08:34.417 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91142025-02-23T09:08:35.620Z[ host-image] Feb 23 09:08:34.435 INFO O| Feb 23 09:08:34.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
91152025-02-23T09:08:35.620Z[ host-image] Feb 23 09:08:34.436 INFO O| Feb 23 09:08:34.435 INFO STEP 54 (remove_files) COMPLETE
91162025-02-23T09:08:35.621Z[ host-image] Feb 23 09:08:34.436 INFO O| Feb 23 09:08:34.435 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91172025-02-23T09:08:35.661Z[ host-image] Feb 23 09:08:34.475 INFO O| Feb 23 09:08:34.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91182025-02-23T09:08:35.661Z[ host-image] Feb 23 09:08:34.475 INFO O| Feb 23 09:08:34.475 INFO STEP 55 (remove_files) COMPLETE
91192025-02-23T09:08:35.664Z[ host-image] Feb 23 09:08:34.475 INFO O| Feb 23 09:08:34.475 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91202025-02-23T09:08:35.681Z[ host-image] Feb 23 09:08:34.496 INFO O| Feb 23 09:08:34.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91212025-02-23T09:08:35.681Z[ host-image] Feb 23 09:08:34.496 INFO O| Feb 23 09:08:34.496 INFO STEP 56 (remove_files) COMPLETE
91222025-02-23T09:08:35.681Z[ host-image] Feb 23 09:08:34.496 INFO O| Feb 23 09:08:34.496 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91232025-02-23T09:08:35.760Z[ host-image] Feb 23 09:08:34.575 INFO O| Feb 23 09:08:34.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91242025-02-23T09:08:35.760Z[ host-image] Feb 23 09:08:34.575 INFO O| Feb 23 09:08:34.575 INFO STEP 57 (remove_files) COMPLETE
91252025-02-23T09:08:35.760Z[ host-image] Feb 23 09:08:34.575 INFO O| Feb 23 09:08:34.575 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91262025-02-23T09:08:35.803Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91272025-02-23T09:08:35.803Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91282025-02-23T09:08:35.806Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91292025-02-23T09:08:35.806Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91302025-02-23T09:08:35.806Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91312025-02-23T09:08:35.807Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91322025-02-23T09:08:35.807Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO ok!
91332025-02-23T09:08:35.807Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO STEP 58 (ensure_file) COMPLETE
91342025-02-23T09:08:35.807Z[ host-image] Feb 23 09:08:34.617 INFO O| Feb 23 09:08:34.617 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91352025-02-23T09:08:35.822Z[ host-image] Feb 23 09:08:34.637 INFO O| Feb 23 09:08:34.637 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91362025-02-23T09:08:35.824Z[ host-image] Feb 23 09:08:34.637 INFO O| Feb 23 09:08:34.637 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91372025-02-23T09:08:35.824Z[ host-image] Feb 23 09:08:34.637 INFO O| Feb 23 09:08:34.637 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91382025-02-23T09:08:35.825Z[ host-image] Feb 23 09:08:34.637 INFO O| Feb 23 09:08:34.637 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91392025-02-23T09:08:35.825Z[ host-image] Feb 23 09:08:34.637 INFO O| Feb 23 09:08:34.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91402025-02-23T09:08:35.825Z[ host-image] Feb 23 09:08:34.638 INFO O| Feb 23 09:08:34.638 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91412025-02-23T09:08:35.825Z[ host-image] Feb 23 09:08:34.638 INFO O| Feb 23 09:08:34.638 INFO ok!
91422025-02-23T09:08:35.825Z[ host-image] Feb 23 09:08:34.638 INFO O| Feb 23 09:08:34.638 INFO STEP 59 (ensure_file) COMPLETE
91432025-02-23T09:08:35.825Z[ host-image] Feb 23 09:08:34.638 INFO O| Feb 23 09:08:34.638 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91442025-02-23T09:08:35.843Z[ host-image] Feb 23 09:08:34.657 INFO O| Feb 23 09:08:34.657 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91452025-02-23T09:08:35.843Z[ host-image] Feb 23 09:08:34.657 INFO O| Feb 23 09:08:34.657 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91462025-02-23T09:08:35.843Z[ host-image] Feb 23 09:08:34.657 INFO O| Feb 23 09:08:34.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91472025-02-23T09:08:35.846Z[ host-image] Feb 23 09:08:34.657 INFO O| Feb 23 09:08:34.657 INFO ok!
91482025-02-23T09:08:35.846Z[ host-image] Feb 23 09:08:34.657 INFO O| Feb 23 09:08:34.657 INFO STEP 60 (ensure_file) COMPLETE
91492025-02-23T09:08:35.846Z[ host-image] Feb 23 09:08:34.657 INFO O| Feb 23 09:08:34.657 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91502025-02-23T09:08:35.862Z[ host-image] Feb 23 09:08:34.677 INFO O| Feb 23 09:08:34.677 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91512025-02-23T09:08:35.862Z[ host-image] Feb 23 09:08:34.677 INFO O| Feb 23 09:08:34.677 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91522025-02-23T09:08:35.864Z[ host-image] Feb 23 09:08:34.677 INFO O| Feb 23 09:08:34.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91532025-02-23T09:08:35.864Z[ host-image] Feb 23 09:08:34.677 INFO O| Feb 23 09:08:34.677 INFO ok!
91542025-02-23T09:08:35.864Z[ host-image] Feb 23 09:08:34.677 INFO O| Feb 23 09:08:34.677 INFO STEP 61 (ensure_file) COMPLETE
91552025-02-23T09:08:35.864Z[ host-image] Feb 23 09:08:34.677 INFO O| Feb 23 09:08:34.677 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91562025-02-23T09:08:35.882Z[ host-image] Feb 23 09:08:34.697 INFO O| Feb 23 09:08:34.697 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91572025-02-23T09:08:35.883Z[ host-image] Feb 23 09:08:34.697 INFO O| Feb 23 09:08:34.697 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91582025-02-23T09:08:35.887Z[ host-image] Feb 23 09:08:34.697 INFO O| Feb 23 09:08:34.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91592025-02-23T09:08:35.887Z[ host-image] Feb 23 09:08:34.697 INFO O| Feb 23 09:08:34.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91602025-02-23T09:08:35.887Z[ host-image] Feb 23 09:08:34.697 INFO O| Feb 23 09:08:34.697 INFO ok!
91612025-02-23T09:08:35.887Z[ host-image] Feb 23 09:08:34.697 INFO O| Feb 23 09:08:34.697 INFO STEP 62 (ensure_file) COMPLETE
91622025-02-23T09:08:35.887Z[ host-image] Feb 23 09:08:34.697 INFO O| Feb 23 09:08:34.697 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91632025-02-23T09:08:35.903Z[ host-image] Feb 23 09:08:34.718 INFO O| Feb 23 09:08:34.718 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91642025-02-23T09:08:35.903Z[ host-image] Feb 23 09:08:34.718 INFO O| Feb 23 09:08:34.718 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91652025-02-23T09:08:35.903Z[ host-image] Feb 23 09:08:34.718 INFO O| Feb 23 09:08:34.718 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91662025-02-23T09:08:35.905Z[ host-image] Feb 23 09:08:34.718 INFO O| Feb 23 09:08:34.718 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91672025-02-23T09:08:35.905Z[ host-image] Feb 23 09:08:34.718 INFO O| Feb 23 09:08:34.718 INFO ok!
91682025-02-23T09:08:35.906Z[ host-image] Feb 23 09:08:34.718 INFO O| Feb 23 09:08:34.718 INFO STEP 63 (ensure_file) COMPLETE
91692025-02-23T09:08:35.906Z[ host-image] Feb 23 09:08:34.718 INFO O| Feb 23 09:08:34.718 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91702025-02-23T09:08:35.923Z[ host-image] Feb 23 09:08:34.738 INFO O| Feb 23 09:08:34.738 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91712025-02-23T09:08:35.923Z[ host-image] Feb 23 09:08:34.738 INFO O| Feb 23 09:08:34.738 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91722025-02-23T09:08:35.926Z[ host-image] Feb 23 09:08:34.738 INFO O| Feb 23 09:08:34.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91732025-02-23T09:08:35.926Z[ host-image] Feb 23 09:08:34.738 INFO O| Feb 23 09:08:34.738 INFO ok!
91742025-02-23T09:08:35.926Z[ host-image] Feb 23 09:08:34.738 INFO O| Feb 23 09:08:34.738 INFO STEP 64 (assemble_files) COMPLETE
91752025-02-23T09:08:35.926Z[ host-image] Feb 23 09:08:34.739 INFO O| Feb 23 09:08:34.738 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91762025-02-23T09:08:35.963Z[ host-image] Feb 23 09:08:34.778 INFO O| Feb 23 09:08:34.778 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91772025-02-23T09:08:35.963Z[ host-image] Feb 23 09:08:34.778 INFO O| Feb 23 09:08:34.778 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91782025-02-23T09:08:35.966Z[ host-image] Feb 23 09:08:34.778 INFO O| Feb 23 09:08:34.778 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91792025-02-23T09:08:35.966Z[ host-image] Feb 23 09:08:34.778 INFO O| Feb 23 09:08:34.778 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91802025-02-23T09:08:35.966Z[ host-image] Feb 23 09:08:34.779 INFO O| Feb 23 09:08:34.778 INFO ok!
91812025-02-23T09:08:35.966Z[ host-image] Feb 23 09:08:34.779 INFO O| Feb 23 09:08:34.779 INFO STEP 65 (ensure_file) COMPLETE
91822025-02-23T09:08:35.966Z[ host-image] Feb 23 09:08:34.779 INFO O| Feb 23 09:08:34.779 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91832025-02-23T09:08:35.985Z[ host-image] Feb 23 09:08:34.800 INFO O| Feb 23 09:08:34.800 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91842025-02-23T09:08:35.985Z[ host-image] Feb 23 09:08:34.800 INFO O| Feb 23 09:08:34.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91852025-02-23T09:08:35.989Z[ host-image] Feb 23 09:08:34.800 INFO O| Feb 23 09:08:34.800 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91862025-02-23T09:08:35.989Z[ host-image] Feb 23 09:08:34.800 INFO O| Feb 23 09:08:34.800 INFO STEP 66 (ensure_dir) COMPLETE
91872025-02-23T09:08:35.989Z[ host-image] Feb 23 09:08:34.800 INFO O| Feb 23 09:08:34.800 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91882025-02-23T09:08:36.047Z[ host-image] Feb 23 09:08:34.862 INFO O| Feb 23 09:08:34.862 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91892025-02-23T09:08:36.050Z[ host-image] Feb 23 09:08:34.862 INFO O| Feb 23 09:08:34.862 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 ...
91902025-02-23T09:08:36.058Z[ host-image] Feb 23 09:08:34.873 INFO O| Feb 23 09:08:34.873 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
91912025-02-23T09:08:36.058Z[ host-image] Feb 23 09:08:34.873 INFO O| Feb 23 09:08:34.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91922025-02-23T09:08:36.060Z[ host-image] Feb 23 09:08:34.873 INFO O| Feb 23 09:08:34.873 INFO ok!
91932025-02-23T09:08:36.061Z[ host-image] Feb 23 09:08:34.873 INFO O| Feb 23 09:08:34.873 INFO STEP 67 (ensure_file) COMPLETE
91942025-02-23T09:08:36.061Z[ host-image] Feb 23 09:08:34.873 INFO O| Feb 23 09:08:34.873 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91952025-02-23T09:08:36.080Z[ host-image] Feb 23 09:08:34.894 INFO O| Feb 23 09:08:34.894 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91962025-02-23T09:08:36.080Z[ host-image] Feb 23 09:08:34.895 INFO O| Feb 23 09:08:34.894 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 ...
91972025-02-23T09:08:36.082Z[ host-image] Feb 23 09:08:34.895 INFO O| Feb 23 09:08:34.895 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
91982025-02-23T09:08:36.082Z[ host-image] Feb 23 09:08:34.895 INFO O| Feb 23 09:08:34.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91992025-02-23T09:08:36.083Z[ host-image] Feb 23 09:08:34.895 INFO O| Feb 23 09:08:34.895 INFO ok!
92002025-02-23T09:08:36.083Z[ host-image] Feb 23 09:08:34.895 INFO O| Feb 23 09:08:34.895 INFO STEP 68 (ensure_file) COMPLETE
92012025-02-23T09:08:36.083Z[ host-image] Feb 23 09:08:34.895 INFO O| Feb 23 09:08:34.895 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92022025-02-23T09:08:36.109Z[ host-image] Feb 23 09:08:34.924 INFO O| Feb 23 09:08:34.924 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92032025-02-23T09:08:36.109Z[ host-image] Feb 23 09:08:34.924 INFO O| Feb 23 09:08:34.924 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92042025-02-23T09:08:39.920Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
92052025-02-23T09:08:41.648Z[ host-image] Feb 23 09:08:40.461 INFO O| Feb 23 09:08:40.461 INFO STEP 69 (pack_tar) COMPLETE
92062025-02-23T09:08:41.648Z[ host-image] Feb 23 09:08:40.461 INFO O| Feb 23 09:08:40.461 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92072025-02-23T09:08:41.651Z[ host-image] Feb 23 09:08:40.461 INFO O| Feb 23 09:08:40.461 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92082025-02-23T09:08:42.222Z[ host-image] Feb 23 09:08:41.036 INFO O| Feb 23 09:08:41.035 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92092025-02-23T09:08:42.311Z[ host-image] Feb 23 09:08:41.124 INFO O| Feb 23 09:08:41.124 INFO completed processing gimlet/ramdisk-02-trim
92102025-02-23T09:08:42.315Z[ host-image] Feb 23 09:08:41.128 INFO image builder template: zfs...
92112025-02-23T09:08:42.316Z[ host-image] Feb 23 09:08:41.128 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/.tmpd4Sah6/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.334", "-n", "zfs"], pwd: None
92122025-02-23T09:08:42.350Z[ host-image] Feb 23 09:08:41.163 INFO O| Feb 23 09:08:41.163 INFO skip include "stress" because feature "stress" is not enabled
92132025-02-23T09:08:42.434Z[ host-image] Feb 23 09:08:41.247 INFO O| Feb 23 09:08:41.247 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92142025-02-23T09:08:42.444Z[ host-image] Feb 23 09:08:41.257 INFO O| Feb 23 09:08:41.257 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92152025-02-23T09:08:42.667Z[ host-image] Feb 23 09:08:41.480 INFO O| Feb 23 09:08:41.480 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
92162025-02-23T09:08:42.769Z[ host-image] Feb 23 09:08:41.582 INFO O| Feb 23 09:08:41.581 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
92172025-02-23T09:08:42.772Z[ host-image] Feb 23 09:08:41.582 INFO O| Feb 23 09:08:41.582 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92182025-02-23T09:08:42.778Z[ host-image] Feb 23 09:08:41.591 INFO O| Feb 23 09:08:41.591 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92192025-02-23T09:08:42.907Z[ host-image] Feb 23 09:08:41.720 INFO O| Feb 23 09:08:41.720 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92202025-02-23T09:08:42.986Z[ host-image] Feb 23 09:08:41.799 INFO O| Feb 23 09:08:41.799 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92212025-02-23T09:08:43.027Z[ host-image] Feb 23 09:08:41.840 INFO O| Feb 23 09:08:41.840 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92222025-02-23T09:08:43.053Z[ host-image] Feb 23 09:08:41.866 INFO O| Feb 23 09:08:41.866 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92232025-02-23T09:08:43.056Z[ host-image] Feb 23 09:08:41.867 INFO O| Feb 23 09:08:41.866 INFO no lofi found
92242025-02-23T09:08:43.056Z[ host-image] Feb 23 09:08:41.867 INFO O| Feb 23 09:08:41.867 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92252025-02-23T09:08:43.056Z[ host-image] Feb 23 09:08:41.867 INFO O| Feb 23 09:08:41.867 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92262025-02-23T09:08:45.200Z[ host-image] Feb 23 09:08:44.013 INFO O| Feb 23 09:08:44.013 INFO lofi device = /dev/dsk/c2t1d0p0
92272025-02-23T09:08:45.200Z[ host-image] Feb 23 09:08:44.013 INFO O| Feb 23 09:08:44.013 INFO pool device = /dev/dsk/c2t1d0p0
92282025-02-23T09:08:45.203Z[ host-image] Feb 23 09:08:44.013 INFO O| Feb 23 09:08:44.013 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"]
92292025-02-23T09:08:45.509Z[ host-image] Feb 23 09:08:44.322 INFO O| Feb 23 09:08:44.322 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92302025-02-23T09:08:45.510Z[ host-image] Feb 23 09:08:44.322 INFO O| Feb 23 09:08:44.322 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92312025-02-23T09:08:45.546Z[ host-image] Feb 23 09:08:44.357 INFO O| Feb 23 09:08:44.357 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92322025-02-23T09:08:45.676Z[ host-image] Feb 23 09:08:44.489 INFO O| Feb 23 09:08:44.489 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92332025-02-23T09:08:45.734Z[ host-image] Feb 23 09:08:44.546 INFO O| Feb 23 09:08:44.546 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92342025-02-23T09:08:45.762Z[ host-image] Feb 23 09:08:44.574 INFO O| Feb 23 09:08:44.574 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92352025-02-23T09:08:45.784Z[ host-image] Feb 23 09:08:44.597 INFO O| Feb 23 09:08:44.596 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92362025-02-23T09:08:45.944Z[ host-image] Feb 23 09:08:44.756 INFO O| Feb 23 09:08:44.756 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92372025-02-23T09:08:45.944Z[ host-image] Feb 23 09:08:44.757 INFO O| Feb 23 09:08:44.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92382025-02-23T09:08:45.947Z[ host-image] Feb 23 09:08:44.757 INFO O| Feb 23 09:08:44.757 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92392025-02-23T09:08:45.973Z[ host-image] Feb 23 09:08:44.786 INFO O| Feb 23 09:08:44.786 INFO boot environment UUID: 258c2310-8279-4e8d-9cc7-fa79d4003d98
92402025-02-23T09:08:45.973Z[ host-image] Feb 23 09:08:44.786 INFO O| Feb 23 09:08:44.786 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 258c2310-8279-4e8d-9cc7-fa79d4003d98
92412025-02-23T09:08:46.019Z[ host-image] Feb 23 09:08:44.832 INFO O| Feb 23 09:08:44.832 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92422025-02-23T09:08:46.063Z[ host-image] Feb 23 09:08:44.875 INFO O| Feb 23 09:08:44.875 INFO STEP 0 (create_be) COMPLETE
92432025-02-23T09:08:46.067Z[ host-image] Feb 23 09:08:44.875 INFO O| Feb 23 09:08:44.875 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92442025-02-23T09:08:46.146Z[ host-image] Feb 23 09:08:44.959 INFO O| Feb 23 09:08:44.958 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92452025-02-23T09:08:58.848Z[ recovery-image] Feb 23 09:08:57.656 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)
92462025-02-23T09:09:06.403Z[ recovery-image] Feb 23 09:09:05.211 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)
92472025-02-23T09:09:08.031Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92482025-02-23T09:09:13.195Z[ host-image] Feb 23 09:09:12.002 INFO O| Feb 23 09:09:12.002 INFO STEP 1 (unpack_tar) COMPLETE
92492025-02-23T09:09:13.195Z[ host-image] Feb 23 09:09:12.002 INFO O| Feb 23 09:09:12.002 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92502025-02-23T09:09:13.219Z[ host-image] Feb 23 09:09:12.026 INFO O| Feb 23 09:09:12.026 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92512025-02-23T09:09:13.455Z[ host-image] Feb 23 09:09:12.262 INFO O| Feb 23 09:09:12.262 INFO STEP 2 (devfsadm) COMPLETE
92522025-02-23T09:09:13.455Z[ host-image] Feb 23 09:09:12.262 INFO O| Feb 23 09:09:12.262 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92532025-02-23T09:09:13.478Z[ host-image] Feb 23 09:09:12.284 INFO O| Feb 23 09:09:12.284 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92542025-02-23T09:09:13.478Z[ host-image] Feb 23 09:09:12.284 INFO O| Feb 23 09:09:12.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92552025-02-23T09:09:13.478Z[ host-image] Feb 23 09:09:12.284 INFO O| Feb 23 09:09:12.284 INFO STEP 3 (ensure_dir) COMPLETE
92562025-02-23T09:09:13.480Z[ host-image] Feb 23 09:09:12.284 INFO O| Feb 23 09:09:12.284 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92572025-02-23T09:09:13.499Z[ host-image] Feb 23 09:09:12.306 INFO O| Feb 23 09:09:12.305 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92582025-02-23T09:09:13.499Z[ host-image] Feb 23 09:09:12.306 INFO O| Feb 23 09:09:12.305 INFO STEP 4 (ensure_dir) COMPLETE
92592025-02-23T09:09:13.500Z[ host-image] Feb 23 09:09:12.306 INFO O| Feb 23 09:09:12.306 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92602025-02-23T09:09:13.522Z[ host-image] Feb 23 09:09:12.328 INFO O| Feb 23 09:09:12.328 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92612025-02-23T09:09:13.522Z[ host-image] Feb 23 09:09:12.329 INFO O| Feb 23 09:09:12.328 INFO STEP 5 (ensure_dir) COMPLETE
92622025-02-23T09:09:13.526Z[ host-image] Feb 23 09:09:12.329 INFO O| Feb 23 09:09:12.328 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92632025-02-23T09:09:13.599Z[ host-image] Feb 23 09:09:12.406 INFO O| Feb 23 09:09:12.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92642025-02-23T09:09:13.600Z[ host-image] Feb 23 09:09:12.406 INFO O| Feb 23 09:09:12.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92652025-02-23T09:09:13.600Z[ host-image] Feb 23 09:09:12.406 INFO O| Feb 23 09:09:12.406 INFO STEP 6 (ensure_dir) COMPLETE
92662025-02-23T09:09:13.602Z[ host-image] Feb 23 09:09:12.406 INFO O| Feb 23 09:09:12.406 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92672025-02-23T09:09:13.637Z[ host-image] Feb 23 09:09:12.443 INFO O| Feb 23 09:09:12.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92682025-02-23T09:09:13.637Z[ host-image] Feb 23 09:09:12.443 INFO O| Feb 23 09:09:12.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92692025-02-23T09:09:13.637Z[ host-image] Feb 23 09:09:12.443 INFO O| Feb 23 09:09:12.443 INFO STEP 7 (ensure_dir) COMPLETE
92702025-02-23T09:09:13.640Z[ host-image] Feb 23 09:09:12.444 INFO O| Feb 23 09:09:12.443 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92712025-02-23T09:09:13.659Z[ host-image] Feb 23 09:09:12.465 INFO O| Feb 23 09:09:12.465 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92722025-02-23T09:09:13.661Z[ host-image] Feb 23 09:09:12.466 INFO O| Feb 23 09:09:12.466 INFO STEP 8 (remove_files) COMPLETE
92732025-02-23T09:09:13.661Z[ host-image] Feb 23 09:09:12.466 INFO O| Feb 23 09:09:12.466 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92742025-02-23T09:09:13.701Z[ host-image] Feb 23 09:09:12.507 INFO O| Feb 23 09:09:12.507 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92752025-02-23T09:09:13.703Z[ host-image] Feb 23 09:09:12.509 INFO O| Feb 23 09:09:12.509 INFO STEP 9 (remove_files) COMPLETE
92762025-02-23T09:09:13.704Z[ host-image] Feb 23 09:09:12.509 INFO O| Feb 23 09:09:12.509 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92772025-02-23T09:09:13.773Z[ host-image] Feb 23 09:09:12.580 INFO O| Feb 23 09:09:12.580 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92782025-02-23T09:09:13.776Z[ host-image] Feb 23 09:09:12.581 INFO O| Feb 23 09:09:12.581 INFO STEP 10 (remove_files) COMPLETE
92792025-02-23T09:09:13.776Z[ host-image] Feb 23 09:09:12.581 INFO O| Feb 23 09:09:12.581 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92802025-02-23T09:09:13.816Z[ host-image] Feb 23 09:09:12.622 INFO O| Feb 23 09:09:12.622 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92812025-02-23T09:09:13.821Z[ host-image] Feb 23 09:09:12.623 INFO O| Feb 23 09:09:12.623 INFO STEP 11 (remove_files) COMPLETE
92822025-02-23T09:09:13.821Z[ host-image] Feb 23 09:09:12.623 INFO O| Feb 23 09:09:12.623 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92832025-02-23T09:09:13.842Z[ host-image] Feb 23 09:09:12.645 INFO O| Feb 23 09:09:12.645 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92842025-02-23T09:09:13.845Z[ host-image] Feb 23 09:09:12.645 INFO O| Feb 23 09:09:12.645 INFO STEP 12 (remove_files) COMPLETE
92852025-02-23T09:09:13.845Z[ host-image] Feb 23 09:09:12.645 INFO O| Feb 23 09:09:12.645 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862025-02-23T09:09:13.861Z[ host-image] Feb 23 09:09:12.666 INFO O| Feb 23 09:09:12.665 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92872025-02-23T09:09:13.863Z[ host-image] Feb 23 09:09:12.666 INFO O| Feb 23 09:09:12.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92882025-02-23T09:09:13.863Z[ host-image] Feb 23 09:09:12.666 INFO O| Feb 23 09:09:12.666 INFO STEP 13 (ensure_dir) COMPLETE
92892025-02-23T09:09:13.863Z[ host-image] Feb 23 09:09:12.666 INFO O| Feb 23 09:09:12.666 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92902025-02-23T09:09:13.880Z[ host-image] Feb 23 09:09:12.686 INFO O| Feb 23 09:09:12.686 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92912025-02-23T09:09:13.883Z[ host-image] Feb 23 09:09:12.687 INFO O| Feb 23 09:09:12.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92922025-02-23T09:09:13.885Z[ host-image] Feb 23 09:09:12.687 INFO O| Feb 23 09:09:12.687 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92932025-02-23T09:09:13.885Z[ host-image] Feb 23 09:09:12.687 INFO O| Feb 23 09:09:12.687 INFO STEP 14 (ensure_dir) COMPLETE
92942025-02-23T09:09:13.885Z[ host-image] Feb 23 09:09:12.687 INFO O| Feb 23 09:09:12.687 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952025-02-23T09:09:13.900Z[ host-image] Feb 23 09:09:12.706 INFO O| Feb 23 09:09:12.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92962025-02-23T09:09:13.903Z[ host-image] Feb 23 09:09:12.707 INFO O| Feb 23 09:09:12.707 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92972025-02-23T09:09:13.903Z[ host-image] Feb 23 09:09:12.707 INFO O| Feb 23 09:09:12.707 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92982025-02-23T09:09:13.903Z[ host-image] Feb 23 09:09:12.707 INFO O| Feb 23 09:09:12.707 INFO STEP 15 (ensure_dir) COMPLETE
92992025-02-23T09:09:13.903Z[ host-image] Feb 23 09:09:12.707 INFO O| Feb 23 09:09:12.707 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93002025-02-23T09:09:13.933Z[ host-image] Feb 23 09:09:12.735 INFO O| Feb 23 09:09:12.735 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93012025-02-23T09:09:13.934Z[ host-image] Feb 23 09:09:12.735 INFO O| Feb 23 09:09:12.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93022025-02-23T09:09:13.934Z[ host-image] Feb 23 09:09:12.735 INFO O| Feb 23 09:09:12.735 INFO STEP 16 (ensure_dir) COMPLETE
93032025-02-23T09:09:13.944Z[ host-image] Feb 23 09:09:12.735 INFO O| Feb 23 09:09:12.735 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93042025-02-23T09:09:13.952Z[ host-image] Feb 23 09:09:12.758 INFO O| Feb 23 09:09:12.758 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93052025-02-23T09:09:13.957Z[ host-image] Feb 23 09:09:12.759 INFO O| Feb 23 09:09:12.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93062025-02-23T09:09:13.957Z[ host-image] Feb 23 09:09:12.759 INFO O| Feb 23 09:09:12.759 INFO STEP 17 (ensure_dir) COMPLETE
93072025-02-23T09:09:13.957Z[ host-image] Feb 23 09:09:12.759 INFO O| Feb 23 09:09:12.759 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93082025-02-23T09:09:13.975Z[ host-image] Feb 23 09:09:12.781 INFO O| Feb 23 09:09:12.781 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93092025-02-23T09:09:13.975Z[ host-image] Feb 23 09:09:12.781 INFO O| Feb 23 09:09:12.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93102025-02-23T09:09:13.977Z[ host-image] Feb 23 09:09:12.781 INFO O| Feb 23 09:09:12.781 INFO ok!
93112025-02-23T09:09:13.977Z[ host-image] Feb 23 09:09:12.782 INFO O| Feb 23 09:09:12.781 INFO STEP 18 (ensure_symlink) COMPLETE
93122025-02-23T09:09:13.977Z[ host-image] Feb 23 09:09:12.782 INFO O| Feb 23 09:09:12.782 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93132025-02-23T09:09:13.997Z[ host-image] Feb 23 09:09:12.803 INFO O| Feb 23 09:09:12.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93142025-02-23T09:09:13.997Z[ host-image] Feb 23 09:09:12.803 INFO O| Feb 23 09:09:12.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93152025-02-23T09:09:13.999Z[ host-image] Feb 23 09:09:12.804 INFO O| Feb 23 09:09:12.803 INFO ok!
93162025-02-23T09:09:14.000Z[ host-image] Feb 23 09:09:12.804 INFO O| Feb 23 09:09:12.803 INFO STEP 19 (ensure_file) COMPLETE
93172025-02-23T09:09:14.000Z[ host-image] Feb 23 09:09:12.804 INFO O| Feb 23 09:09:12.803 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93182025-02-23T09:09:14.020Z[ host-image] Feb 23 09:09:12.826 INFO O| Feb 23 09:09:12.826 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93192025-02-23T09:09:14.020Z[ host-image] Feb 23 09:09:12.826 INFO O| Feb 23 09:09:12.826 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93202025-02-23T09:09:14.021Z[ host-image] Feb 23 09:09:12.826 INFO O| Feb 23 09:09:12.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93212025-02-23T09:09:14.021Z[ host-image] Feb 23 09:09:12.827 INFO O| Feb 23 09:09:12.826 INFO ok!
93222025-02-23T09:09:14.022Z[ host-image] Feb 23 09:09:12.827 INFO O| Feb 23 09:09:12.826 INFO STEP 20 (ensure_symlink) COMPLETE
93232025-02-23T09:09:14.022Z[ host-image] Feb 23 09:09:12.827 INFO O| Feb 23 09:09:12.826 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93242025-02-23T09:09:14.042Z[ host-image] Feb 23 09:09:12.848 INFO O| Feb 23 09:09:12.848 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93252025-02-23T09:09:14.042Z[ host-image] Feb 23 09:09:12.849 INFO O| Feb 23 09:09:12.848 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93262025-02-23T09:09:14.045Z[ host-image] Feb 23 09:09:12.849 INFO O| Feb 23 09:09:12.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93272025-02-23T09:09:14.045Z[ host-image] Feb 23 09:09:12.849 INFO O| Feb 23 09:09:12.849 INFO ok!
93282025-02-23T09:09:14.045Z[ host-image] Feb 23 09:09:12.849 INFO O| Feb 23 09:09:12.849 INFO STEP 21 (ensure_symlink) COMPLETE
93292025-02-23T09:09:14.045Z[ host-image] Feb 23 09:09:12.849 INFO O| Feb 23 09:09:12.849 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93302025-02-23T09:09:14.064Z[ host-image] Feb 23 09:09:12.870 INFO O| Feb 23 09:09:12.870 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93312025-02-23T09:09:14.064Z[ host-image] Feb 23 09:09:12.870 INFO O| Feb 23 09:09:12.870 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93322025-02-23T09:09:14.066Z[ host-image] Feb 23 09:09:12.870 INFO O| Feb 23 09:09:12.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93332025-02-23T09:09:14.066Z[ host-image] Feb 23 09:09:12.870 INFO O| Feb 23 09:09:12.870 INFO ok!
93342025-02-23T09:09:14.066Z[ host-image] Feb 23 09:09:12.870 INFO O| Feb 23 09:09:12.870 INFO STEP 22 (ensure_symlink) COMPLETE
93352025-02-23T09:09:14.066Z[ host-image] Feb 23 09:09:12.870 INFO O| Feb 23 09:09:12.870 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93362025-02-23T09:09:14.096Z[ host-image] Feb 23 09:09:12.902 INFO O| Feb 23 09:09:12.902 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93372025-02-23T09:09:14.096Z[ host-image] Feb 23 09:09:12.902 INFO O| Feb 23 09:09:12.902 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93382025-02-23T09:09:14.098Z[ host-image] Feb 23 09:09:12.902 INFO O| Feb 23 09:09:12.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93392025-02-23T09:09:14.098Z[ host-image] Feb 23 09:09:12.902 INFO O| Feb 23 09:09:12.902 INFO ok!
93402025-02-23T09:09:14.098Z[ host-image] Feb 23 09:09:12.902 INFO O| Feb 23 09:09:12.902 INFO STEP 23 (ensure_symlink) COMPLETE
93412025-02-23T09:09:14.098Z[ host-image] Feb 23 09:09:12.902 INFO O| Feb 23 09:09:12.902 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93422025-02-23T09:09:14.138Z[ host-image] Feb 23 09:09:12.945 INFO O| Feb 23 09:09:12.945 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93432025-02-23T09:09:14.140Z[ host-image] Feb 23 09:09:12.945 INFO O| Feb 23 09:09:12.945 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93442025-02-23T09:09:14.140Z[ host-image] Feb 23 09:09:12.945 INFO O| Feb 23 09:09:12.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93452025-02-23T09:09:14.142Z[ host-image] Feb 23 09:09:12.945 INFO O| Feb 23 09:09:12.945 INFO ok!
93462025-02-23T09:09:14.142Z[ host-image] Feb 23 09:09:12.945 INFO O| Feb 23 09:09:12.945 INFO STEP 24 (ensure_file) COMPLETE
93472025-02-23T09:09:14.142Z[ host-image] Feb 23 09:09:12.945 INFO O| Feb 23 09:09:12.945 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93482025-02-23T09:09:14.203Z[ host-image] Feb 23 09:09:13.009 INFO O| Feb 23 09:09:13.009 INFO updating shadow file
93492025-02-23T09:09:14.205Z[ host-image] Feb 23 09:09:13.010 INFO O| Feb 23 09:09:13.010 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93502025-02-23T09:09:14.205Z[ host-image] Feb 23 09:09:13.010 INFO O| Feb 23 09:09:13.010 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93512025-02-23T09:09:14.205Z[ host-image] Feb 23 09:09:13.010 INFO O| Feb 23 09:09:13.010 INFO STEP 25 (shadow) COMPLETE
93522025-02-23T09:09:14.205Z[ host-image] Feb 23 09:09:13.010 INFO O| Feb 23 09:09:13.010 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93532025-02-23T09:09:14.266Z[ host-image] Feb 23 09:09:13.072 INFO O| Feb 23 09:09:13.072 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93542025-02-23T09:09:14.266Z[ host-image] Feb 23 09:09:13.072 INFO O| Feb 23 09:09:13.072 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93552025-02-23T09:09:14.268Z[ host-image] Feb 23 09:09:13.072 INFO O| Feb 23 09:09:13.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93562025-02-23T09:09:14.268Z[ host-image] Feb 23 09:09:13.072 INFO O| Feb 23 09:09:13.072 INFO ok!
93572025-02-23T09:09:14.268Z[ host-image] Feb 23 09:09:13.072 INFO O| Feb 23 09:09:13.072 INFO STEP 26 (ensure_file) COMPLETE
93582025-02-23T09:09:14.269Z[ host-image] Feb 23 09:09:13.072 INFO O| Feb 23 09:09:13.072 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93592025-02-23T09:09:14.286Z[ host-image] Feb 23 09:09:13.093 INFO O| Feb 23 09:09:13.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93602025-02-23T09:09:14.286Z[ host-image] Feb 23 09:09:13.093 INFO O| Feb 23 09:09:13.093 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93612025-02-23T09:09:14.287Z[ host-image] Feb 23 09:09:13.093 INFO O| Feb 23 09:09:13.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93622025-02-23T09:09:14.287Z[ host-image] Feb 23 09:09:13.093 INFO O| Feb 23 09:09:13.093 INFO ok!
93632025-02-23T09:09:14.289Z[ host-image] Feb 23 09:09:13.093 INFO O| Feb 23 09:09:13.093 INFO STEP 27 (ensure_file) COMPLETE
93642025-02-23T09:09:14.289Z[ host-image] Feb 23 09:09:13.093 INFO O| Feb 23 09:09:13.093 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93652025-02-23T09:09:14.307Z[ host-image] Feb 23 09:09:13.114 INFO O| Feb 23 09:09:13.113 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93662025-02-23T09:09:14.307Z[ host-image] Feb 23 09:09:13.114 INFO O| Feb 23 09:09:13.114 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93672025-02-23T09:09:14.309Z[ host-image] Feb 23 09:09:13.114 INFO O| Feb 23 09:09:13.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93682025-02-23T09:09:14.309Z[ host-image] Feb 23 09:09:13.114 INFO O| Feb 23 09:09:13.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93692025-02-23T09:09:14.309Z[ host-image] Feb 23 09:09:13.114 INFO O| Feb 23 09:09:13.114 INFO ok!
93702025-02-23T09:09:14.309Z[ host-image] Feb 23 09:09:13.114 INFO O| Feb 23 09:09:13.114 INFO STEP 28 (ensure_file) COMPLETE
93712025-02-23T09:09:14.309Z[ host-image] Feb 23 09:09:13.114 INFO O| Feb 23 09:09:13.114 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93722025-02-23T09:09:14.394Z[ host-image] Feb 23 09:09:13.199 INFO O| Feb 23 09:09:13.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93732025-02-23T09:09:14.394Z[ host-image] Feb 23 09:09:13.199 INFO O| Feb 23 09:09:13.199 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93742025-02-23T09:09:14.396Z[ host-image] Feb 23 09:09:13.199 INFO O| Feb 23 09:09:13.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93752025-02-23T09:09:14.396Z[ host-image] Feb 23 09:09:13.199 INFO O| Feb 23 09:09:13.199 INFO ok!
93762025-02-23T09:09:14.396Z[ host-image] Feb 23 09:09:13.199 INFO O| Feb 23 09:09:13.199 INFO STEP 29 (ensure_file) COMPLETE
93772025-02-23T09:09:14.396Z[ host-image] Feb 23 09:09:13.199 INFO O| Feb 23 09:09:13.199 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93782025-02-23T09:09:14.416Z[ host-image] Feb 23 09:09:13.222 INFO O| Feb 23 09:09:13.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93792025-02-23T09:09:14.418Z[ host-image] Feb 23 09:09:13.223 INFO O| Feb 23 09:09:13.222 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93802025-02-23T09:09:14.420Z[ host-image] Feb 23 09:09:13.223 INFO O| Feb 23 09:09:13.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93812025-02-23T09:09:14.420Z[ host-image] Feb 23 09:09:13.223 INFO O| Feb 23 09:09:13.223 INFO ok!
93822025-02-23T09:09:14.420Z[ host-image] Feb 23 09:09:13.223 INFO O| Feb 23 09:09:13.223 INFO STEP 30 (ensure_file) COMPLETE
93832025-02-23T09:09:14.420Z[ host-image] Feb 23 09:09:13.223 INFO O| Feb 23 09:09:13.223 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93842025-02-23T09:09:14.437Z[ host-image] Feb 23 09:09:13.243 INFO O| Feb 23 09:09:13.243 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93852025-02-23T09:09:14.437Z[ host-image] Feb 23 09:09:13.243 INFO O| Feb 23 09:09:13.243 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93862025-02-23T09:09:14.440Z[ host-image] Feb 23 09:09:13.243 INFO O| Feb 23 09:09:13.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93872025-02-23T09:09:14.440Z[ host-image] Feb 23 09:09:13.244 INFO O| Feb 23 09:09:13.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93882025-02-23T09:09:14.440Z[ host-image] Feb 23 09:09:13.244 INFO O| Feb 23 09:09:13.244 INFO ok!
93892025-02-23T09:09:14.440Z[ host-image] Feb 23 09:09:13.244 INFO O| Feb 23 09:09:13.244 INFO STEP 31 (ensure_file) COMPLETE
93902025-02-23T09:09:14.440Z[ host-image] Feb 23 09:09:13.244 INFO O| Feb 23 09:09:13.244 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93912025-02-23T09:09:14.457Z[ host-image] Feb 23 09:09:13.263 INFO O| Feb 23 09:09:13.263 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93922025-02-23T09:09:14.459Z[ host-image] Feb 23 09:09:13.264 INFO O| Feb 23 09:09:13.264 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93932025-02-23T09:09:14.459Z[ host-image] Feb 23 09:09:13.264 INFO O| Feb 23 09:09:13.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93942025-02-23T09:09:14.459Z[ host-image] Feb 23 09:09:13.264 INFO O| Feb 23 09:09:13.264 INFO ok!
93952025-02-23T09:09:14.459Z[ host-image] Feb 23 09:09:13.264 INFO O| Feb 23 09:09:13.264 INFO STEP 32 (ensure_file) COMPLETE
93962025-02-23T09:09:14.459Z[ host-image] Feb 23 09:09:13.264 INFO O| Feb 23 09:09:13.264 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93972025-02-23T09:09:14.477Z[ host-image] Feb 23 09:09:13.283 INFO O| Feb 23 09:09:13.283 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93982025-02-23T09:09:14.477Z[ host-image] Feb 23 09:09:13.283 INFO O| Feb 23 09:09:13.283 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93992025-02-23T09:09:14.479Z[ host-image] Feb 23 09:09:13.284 INFO O| Feb 23 09:09:13.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94002025-02-23T09:09:14.480Z[ host-image] Feb 23 09:09:13.284 INFO O| Feb 23 09:09:13.284 INFO ok!
94012025-02-23T09:09:14.480Z[ host-image] Feb 23 09:09:13.284 INFO O| Feb 23 09:09:13.284 INFO STEP 33 (ensure_file) COMPLETE
94022025-02-23T09:09:14.480Z[ host-image] Feb 23 09:09:13.284 INFO O| Feb 23 09:09:13.284 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94032025-02-23T09:09:14.499Z[ host-image] Feb 23 09:09:13.305 INFO O| Feb 23 09:09:13.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94042025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.305 INFO O| Feb 23 09:09:13.305 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94052025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.305 INFO O| Feb 23 09:09:13.305 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94062025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.305 INFO O| Feb 23 09:09:13.305 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94072025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.306 INFO O| Feb 23 09:09:13.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94082025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.306 INFO O| Feb 23 09:09:13.306 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94092025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.306 INFO O| Feb 23 09:09:13.306 INFO ok!
94102025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.306 INFO O| Feb 23 09:09:13.306 INFO STEP 34 (ensure_file) COMPLETE
94112025-02-23T09:09:14.501Z[ host-image] Feb 23 09:09:13.306 INFO O| Feb 23 09:09:13.306 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94122025-02-23T09:09:14.536Z[ host-image] Feb 23 09:09:13.342 INFO O| Feb 23 09:09:13.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94132025-02-23T09:09:14.538Z[ host-image] Feb 23 09:09:13.342 INFO O| Feb 23 09:09:13.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94142025-02-23T09:09:14.538Z[ host-image] Feb 23 09:09:13.342 INFO O| Feb 23 09:09:13.342 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94152025-02-23T09:09:14.538Z[ host-image] Feb 23 09:09:13.343 INFO O| Feb 23 09:09:13.342 INFO STEP 35 (ensure_dir) COMPLETE
94162025-02-23T09:09:14.538Z[ host-image] Feb 23 09:09:13.343 INFO O| Feb 23 09:09:13.342 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94172025-02-23T09:09:14.556Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 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
94182025-02-23T09:09:14.556Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 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 ...
94192025-02-23T09:09:14.558Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 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
94202025-02-23T09:09:14.558Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 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
94212025-02-23T09:09:14.558Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 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
94222025-02-23T09:09:14.558Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 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
94232025-02-23T09:09:14.558Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 INFO ok!
94242025-02-23T09:09:14.558Z[ host-image] Feb 23 09:09:13.362 INFO O| Feb 23 09:09:13.362 INFO STEP 36 (ensure_file) COMPLETE
94252025-02-23T09:09:14.558Z[ host-image] Feb 23 09:09:13.363 INFO O| Feb 23 09:09:13.362 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94262025-02-23T09:09:14.578Z[ host-image] Feb 23 09:09:13.384 INFO O| Feb 23 09:09:13.384 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94272025-02-23T09:09:14.578Z[ host-image] Feb 23 09:09:13.384 INFO O| Feb 23 09:09:13.384 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 ...
94282025-02-23T09:09:14.579Z[ host-image] Feb 23 09:09:13.384 INFO O| Feb 23 09:09:13.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94292025-02-23T09:09:14.580Z[ host-image] Feb 23 09:09:13.384 INFO O| Feb 23 09:09:13.384 INFO ok!
94302025-02-23T09:09:14.583Z[ host-image] Feb 23 09:09:13.384 INFO O| Feb 23 09:09:13.384 INFO STEP 37 (ensure_symlink) COMPLETE
94312025-02-23T09:09:14.583Z[ host-image] Feb 23 09:09:13.384 INFO O| Feb 23 09:09:13.384 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94322025-02-23T09:09:14.601Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94332025-02-23T09:09:14.601Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94342025-02-23T09:09:14.604Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94352025-02-23T09:09:14.604Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94362025-02-23T09:09:14.604Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94372025-02-23T09:09:14.604Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94382025-02-23T09:09:14.604Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO ok!
94392025-02-23T09:09:14.604Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO STEP 38 (ensure_file) COMPLETE
94402025-02-23T09:09:14.604Z[ host-image] Feb 23 09:09:13.408 INFO O| Feb 23 09:09:13.408 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94412025-02-23T09:09:14.639Z[ host-image] Feb 23 09:09:13.445 INFO O| Feb 23 09:09:13.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94422025-02-23T09:09:14.639Z[ host-image] Feb 23 09:09:13.445 INFO O| Feb 23 09:09:13.445 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 ...
94432025-02-23T09:09:14.642Z[ host-image] Feb 23 09:09:13.446 INFO O| Feb 23 09:09:13.445 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
94442025-02-23T09:09:14.642Z[ host-image] Feb 23 09:09:13.446 INFO O| Feb 23 09:09:13.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94452025-02-23T09:09:14.642Z[ host-image] Feb 23 09:09:13.446 INFO O| Feb 23 09:09:13.446 INFO ok!
94462025-02-23T09:09:14.642Z[ host-image] Feb 23 09:09:13.446 INFO O| Feb 23 09:09:13.446 INFO STEP 39 (ensure_file) COMPLETE
94472025-02-23T09:09:14.642Z[ host-image] Feb 23 09:09:13.446 INFO O| Feb 23 09:09:13.446 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94482025-02-23T09:09:14.674Z[ host-image] Feb 23 09:09:13.480 INFO O| Feb 23 09:09:13.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94492025-02-23T09:09:14.674Z[ host-image] Feb 23 09:09:13.480 INFO O| Feb 23 09:09:13.480 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94502025-02-23T09:09:14.677Z[ host-image] Feb 23 09:09:13.481 INFO O| Feb 23 09:09:13.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94512025-02-23T09:09:14.677Z[ host-image] Feb 23 09:09:13.481 INFO O| Feb 23 09:09:13.481 INFO ok!
94522025-02-23T09:09:14.677Z[ host-image] Feb 23 09:09:13.481 INFO O| Feb 23 09:09:13.481 INFO STEP 40 (ensure_file) COMPLETE
94532025-02-23T09:09:14.677Z[ host-image] Feb 23 09:09:13.481 INFO O| Feb 23 09:09:13.481 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94542025-02-23T09:09:14.695Z[ host-image] Feb 23 09:09:13.501 INFO O| Feb 23 09:09:13.501 INFO updating shadow file
94552025-02-23T09:09:14.695Z[ host-image] Feb 23 09:09:13.501 INFO O| Feb 23 09:09:13.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94562025-02-23T09:09:14.698Z[ host-image] Feb 23 09:09:13.501 INFO O| Feb 23 09:09:13.501 INFO STEP 41 (shadow) COMPLETE
94572025-02-23T09:09:14.698Z[ host-image] Feb 23 09:09:13.501 INFO O| Feb 23 09:09:13.501 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94582025-02-23T09:09:14.731Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.537 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94592025-02-23T09:09:14.731Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94602025-02-23T09:09:14.734Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94612025-02-23T09:09:14.734Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94622025-02-23T09:09:14.734Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO ok!
94632025-02-23T09:09:14.735Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO STEP 42 (ensure_file) COMPLETE
94642025-02-23T09:09:14.735Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94652025-02-23T09:09:14.735Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO skip step because feature "mfg" is not enabled
94662025-02-23T09:09:14.735Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94672025-02-23T09:09:14.735Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO skip step because feature "mfg" is not enabled
94682025-02-23T09:09:14.735Z[ host-image] Feb 23 09:09:13.538 INFO O| Feb 23 09:09:13.538 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94692025-02-23T09:09:14.759Z[ host-image] Feb 23 09:09:13.565 INFO O| Feb 23 09:09:13.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94702025-02-23T09:09:14.759Z[ host-image] Feb 23 09:09:13.565 INFO O| Feb 23 09:09:13.565 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94712025-02-23T09:09:15.604Z[ host-image] Feb 23 09:09:14.410 INFO O| Feb 23 09:09:14.409 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94722025-02-23T09:09:15.604Z[ host-image] Feb 23 09:09:14.410 INFO O| Feb 23 09:09:14.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94732025-02-23T09:09:15.607Z[ host-image] Feb 23 09:09:14.410 INFO O| Feb 23 09:09:14.410 INFO ok!
94742025-02-23T09:09:15.607Z[ host-image] Feb 23 09:09:14.410 INFO O| Feb 23 09:09:14.410 INFO STEP 45 (ensure_file) COMPLETE
94752025-02-23T09:09:15.607Z[ host-image] Feb 23 09:09:14.410 INFO O| Feb 23 09:09:14.410 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94762025-02-23T09:09:15.623Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94772025-02-23T09:09:15.623Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94782025-02-23T09:09:15.623Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94792025-02-23T09:09:15.626Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94802025-02-23T09:09:15.626Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94812025-02-23T09:09:15.626Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94822025-02-23T09:09:15.626Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO ok!
94832025-02-23T09:09:15.626Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO STEP 46 (ensure_file) COMPLETE
94842025-02-23T09:09:15.627Z[ host-image] Feb 23 09:09:14.429 INFO O| Feb 23 09:09:14.429 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94852025-02-23T09:09:15.650Z[ host-image] Feb 23 09:09:14.456 INFO O| Feb 23 09:09:14.456 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94862025-02-23T09:09:15.654Z[ host-image] Feb 23 09:09:14.457 INFO O| Feb 23 09:09:14.457 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 ...
94872025-02-23T09:09:15.654Z[ host-image] Feb 23 09:09:14.457 INFO O| Feb 23 09:09:14.457 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
94882025-02-23T09:09:15.654Z[ host-image] Feb 23 09:09:14.457 INFO O| Feb 23 09:09:14.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94892025-02-23T09:09:15.654Z[ host-image] Feb 23 09:09:14.457 INFO O| Feb 23 09:09:14.457 INFO ok!
94902025-02-23T09:09:15.654Z[ host-image] Feb 23 09:09:14.457 INFO O| Feb 23 09:09:14.457 INFO STEP 47 (ensure_file) COMPLETE
94912025-02-23T09:09:15.654Z[ host-image] Feb 23 09:09:14.457 INFO O| Feb 23 09:09:14.457 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94922025-02-23T09:09:15.670Z[ host-image] Feb 23 09:09:14.476 INFO O| Feb 23 09:09:14.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94932025-02-23T09:09:15.670Z[ host-image] Feb 23 09:09:14.476 INFO O| Feb 23 09:09:14.476 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94942025-02-23T09:09:15.673Z[ host-image] Feb 23 09:09:14.477 INFO O| Feb 23 09:09:14.477 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94952025-02-23T09:09:15.673Z[ host-image] Feb 23 09:09:14.477 INFO O| Feb 23 09:09:14.477 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94962025-02-23T09:09:15.673Z[ host-image] Feb 23 09:09:14.477 INFO O| Feb 23 09:09:14.477 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94972025-02-23T09:09:15.673Z[ host-image] Feb 23 09:09:14.477 INFO O| Feb 23 09:09:14.477 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94982025-02-23T09:09:15.673Z[ host-image] Feb 23 09:09:14.477 INFO O| Feb 23 09:09:14.477 INFO ok!
94992025-02-23T09:09:15.673Z[ host-image] Feb 23 09:09:14.477 INFO O| Feb 23 09:09:14.477 INFO STEP 48 (ensure_file) COMPLETE
95002025-02-23T09:09:15.673Z[ host-image] Feb 23 09:09:14.478 INFO O| Feb 23 09:09:14.477 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95012025-02-23T09:09:15.691Z[ host-image] Feb 23 09:09:14.498 INFO O| Feb 23 09:09:14.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95022025-02-23T09:09:15.691Z[ host-image] Feb 23 09:09:14.498 INFO O| Feb 23 09:09:14.498 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 ...
95032025-02-23T09:09:15.694Z[ host-image] Feb 23 09:09:14.498 INFO O| Feb 23 09:09:14.498 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
95042025-02-23T09:09:15.694Z[ host-image] Feb 23 09:09:14.498 INFO O| Feb 23 09:09:14.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95052025-02-23T09:09:15.694Z[ host-image] Feb 23 09:09:14.498 INFO O| Feb 23 09:09:14.498 INFO ok!
95062025-02-23T09:09:15.694Z[ host-image] Feb 23 09:09:14.498 INFO O| Feb 23 09:09:14.498 INFO STEP 49 (ensure_file) COMPLETE
95072025-02-23T09:09:15.694Z[ host-image] Feb 23 09:09:14.499 INFO O| Feb 23 09:09:14.498 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95082025-02-23T09:09:15.712Z[ host-image] Feb 23 09:09:14.518 INFO O| Feb 23 09:09:14.518 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95092025-02-23T09:09:15.712Z[ host-image] Feb 23 09:09:14.518 INFO O| Feb 23 09:09:14.518 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95102025-02-23T09:09:15.715Z[ host-image] Feb 23 09:09:14.518 INFO O| Feb 23 09:09:14.518 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95112025-02-23T09:09:15.715Z[ host-image] Feb 23 09:09:14.519 INFO O| Feb 23 09:09:14.519 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95122025-02-23T09:09:15.715Z[ host-image] Feb 23 09:09:14.519 INFO O| Feb 23 09:09:14.519 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95132025-02-23T09:09:15.715Z[ host-image] Feb 23 09:09:14.519 INFO O| Feb 23 09:09:14.519 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95142025-02-23T09:09:15.715Z[ host-image] Feb 23 09:09:14.519 INFO O| Feb 23 09:09:14.519 INFO ok!
95152025-02-23T09:09:15.715Z[ host-image] Feb 23 09:09:14.519 INFO O| Feb 23 09:09:14.519 INFO STEP 50 (ensure_file) COMPLETE
95162025-02-23T09:09:15.715Z[ host-image] Feb 23 09:09:14.519 INFO O| Feb 23 09:09:14.519 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95172025-02-23T09:09:15.733Z[ host-image] Feb 23 09:09:14.539 INFO O| Feb 23 09:09:14.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95182025-02-23T09:09:15.733Z[ host-image] Feb 23 09:09:14.539 INFO O| Feb 23 09:09:14.539 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 ...
95192025-02-23T09:09:15.735Z[ host-image] Feb 23 09:09:14.539 INFO O| Feb 23 09:09:14.539 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
95202025-02-23T09:09:15.735Z[ host-image] Feb 23 09:09:14.539 INFO O| Feb 23 09:09:14.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95212025-02-23T09:09:15.735Z[ host-image] Feb 23 09:09:14.539 INFO O| Feb 23 09:09:14.539 INFO ok!
95222025-02-23T09:09:15.735Z[ host-image] Feb 23 09:09:14.539 INFO O| Feb 23 09:09:14.539 INFO STEP 51 (ensure_file) COMPLETE
95232025-02-23T09:09:15.735Z[ host-image] Feb 23 09:09:14.540 INFO O| Feb 23 09:09:14.539 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95242025-02-23T09:09:15.754Z[ host-image] Feb 23 09:09:14.559 INFO O| Feb 23 09:09:14.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95252025-02-23T09:09:15.754Z[ host-image] Feb 23 09:09:14.560 INFO O| Feb 23 09:09:14.559 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 ...
95262025-02-23T09:09:15.756Z[ host-image] Feb 23 09:09:14.560 INFO O| Feb 23 09:09:14.560 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
95272025-02-23T09:09:15.757Z[ host-image] Feb 23 09:09:14.560 INFO O| Feb 23 09:09:14.560 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95282025-02-23T09:09:15.757Z[ host-image] Feb 23 09:09:14.560 INFO O| Feb 23 09:09:14.560 INFO ok!
95292025-02-23T09:09:15.758Z[ host-image] Feb 23 09:09:14.560 INFO O| Feb 23 09:09:14.560 INFO STEP 52 (ensure_file) COMPLETE
95302025-02-23T09:09:15.758Z[ host-image] Feb 23 09:09:14.560 INFO O| Feb 23 09:09:14.560 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95312025-02-23T09:09:15.776Z[ host-image] Feb 23 09:09:14.581 INFO O| Feb 23 09:09:14.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95322025-02-23T09:09:15.776Z[ host-image] Feb 23 09:09:14.581 INFO O| Feb 23 09:09:14.581 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 ...
95332025-02-23T09:09:15.779Z[ host-image] Feb 23 09:09:14.581 INFO O| Feb 23 09:09:14.581 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
95342025-02-23T09:09:15.779Z[ host-image] Feb 23 09:09:14.582 INFO O| Feb 23 09:09:14.581 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95352025-02-23T09:09:15.779Z[ host-image] Feb 23 09:09:14.582 INFO O| Feb 23 09:09:14.582 INFO ok!
95362025-02-23T09:09:15.779Z[ host-image] Feb 23 09:09:14.582 INFO O| Feb 23 09:09:14.582 INFO STEP 53 (ensure_file) COMPLETE
95372025-02-23T09:09:15.779Z[ host-image] Feb 23 09:09:14.582 INFO O| Feb 23 09:09:14.582 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382025-02-23T09:09:15.796Z[ host-image] Feb 23 09:09:14.602 INFO O| Feb 23 09:09:14.602 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95392025-02-23T09:09:15.796Z[ host-image] Feb 23 09:09:14.602 INFO O| Feb 23 09:09:14.602 INFO STEP 54 (ensure_dir) COMPLETE
95402025-02-23T09:09:15.800Z[ host-image] Feb 23 09:09:14.602 INFO O| Feb 23 09:09:14.602 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412025-02-23T09:09:15.816Z[ host-image] Feb 23 09:09:14.622 INFO O| Feb 23 09:09:14.622 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95422025-02-23T09:09:15.816Z[ host-image] Feb 23 09:09:14.622 INFO O| Feb 23 09:09:14.622 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95432025-02-23T09:09:15.822Z[ host-image] Feb 23 09:09:14.622 INFO O| Feb 23 09:09:14.622 INFO STEP 55 (ensure_dir) COMPLETE
95442025-02-23T09:09:15.822Z[ host-image] Feb 23 09:09:14.622 INFO O| Feb 23 09:09:14.622 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452025-02-23T09:09:15.836Z[ host-image] Feb 23 09:09:14.642 INFO O| Feb 23 09:09:14.642 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95462025-02-23T09:09:15.838Z[ host-image] Feb 23 09:09:14.642 INFO O| Feb 23 09:09:14.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95472025-02-23T09:09:15.838Z[ host-image] Feb 23 09:09:14.642 INFO O| Feb 23 09:09:14.642 INFO STEP 56 (ensure_dir) COMPLETE
95482025-02-23T09:09:15.838Z[ host-image] Feb 23 09:09:14.642 INFO O| Feb 23 09:09:14.642 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492025-02-23T09:09:15.872Z[ host-image] Feb 23 09:09:14.678 INFO O| Feb 23 09:09:14.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95502025-02-23T09:09:15.872Z[ host-image] Feb 23 09:09:14.678 INFO O| Feb 23 09:09:14.678 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95512025-02-23T09:09:15.897Z[ host-image] Feb 23 09:09:14.702 INFO O| Feb 23 09:09:14.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95522025-02-23T09:09:15.897Z[ host-image] Feb 23 09:09:14.702 INFO O| Feb 23 09:09:14.702 INFO ok!
95532025-02-23T09:09:15.897Z[ host-image] Feb 23 09:09:14.702 INFO O| Feb 23 09:09:14.702 INFO STEP 57 (ensure_file) COMPLETE
95542025-02-23T09:09:15.897Z[ host-image] Feb 23 09:09:14.702 INFO O| Feb 23 09:09:14.702 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552025-02-23T09:09:15.946Z[ host-image] Feb 23 09:09:14.752 INFO O| Feb 23 09:09:14.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95562025-02-23T09:09:15.946Z[ host-image] Feb 23 09:09:14.752 INFO O| Feb 23 09:09:14.752 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95572025-02-23T09:09:17.395Z[ host-image] Feb 23 09:09:16.201 INFO O| Feb 23 09:09:16.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95582025-02-23T09:09:17.395Z[ host-image] Feb 23 09:09:16.201 INFO O| Feb 23 09:09:16.201 INFO ok!
95592025-02-23T09:09:17.398Z[ host-image] Feb 23 09:09:16.201 INFO O| Feb 23 09:09:16.201 INFO STEP 58 (ensure_file) COMPLETE
95602025-02-23T09:09:17.398Z[ host-image] Feb 23 09:09:16.201 INFO O| Feb 23 09:09:16.201 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612025-02-23T09:09:17.417Z[ host-image] Feb 23 09:09:16.223 INFO O| Feb 23 09:09:16.223 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95622025-02-23T09:09:17.417Z[ host-image] Feb 23 09:09:16.223 INFO O| Feb 23 09:09:16.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95632025-02-23T09:09:17.417Z[ host-image] Feb 23 09:09:16.223 INFO O| Feb 23 09:09:16.223 INFO STEP 59 (ensure_dir) COMPLETE
95642025-02-23T09:09:17.421Z[ host-image] Feb 23 09:09:16.223 INFO O| Feb 23 09:09:16.223 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-23T09:09:17.458Z[ host-image] Feb 23 09:09:16.264 INFO O| Feb 23 09:09:16.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95662025-02-23T09:09:17.458Z[ host-image] Feb 23 09:09:16.264 INFO O| Feb 23 09:09:16.264 INFO copying /tmp/.tmpd4Sah6/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 ...
95672025-02-23T09:09:17.461Z[ host-image] Feb 23 09:09:16.264 INFO O| Feb 23 09:09:16.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95682025-02-23T09:09:17.461Z[ host-image] Feb 23 09:09:16.264 INFO O| Feb 23 09:09:16.264 INFO ok!
95692025-02-23T09:09:17.461Z[ host-image] Feb 23 09:09:16.264 INFO O| Feb 23 09:09:16.264 INFO STEP 60 (ensure_file) COMPLETE
95702025-02-23T09:09:17.461Z[ host-image] Feb 23 09:09:16.265 INFO O| Feb 23 09:09:16.264 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712025-02-23T09:09:17.481Z[ host-image] Feb 23 09:09:16.287 INFO O| Feb 23 09:09:16.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95722025-02-23T09:09:17.481Z[ host-image] Feb 23 09:09:16.287 INFO O| Feb 23 09:09:16.287 INFO copying /tmp/.tmpd4Sah6/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 ...
95732025-02-23T09:09:17.481Z[ host-image] Feb 23 09:09:16.287 INFO O| Feb 23 09:09:16.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95742025-02-23T09:09:17.484Z[ host-image] Feb 23 09:09:16.287 INFO O| Feb 23 09:09:16.287 INFO ok!
95752025-02-23T09:09:17.484Z[ host-image] Feb 23 09:09:16.287 INFO O| Feb 23 09:09:16.287 INFO STEP 61 (ensure_file) COMPLETE
95762025-02-23T09:09:17.484Z[ host-image] Feb 23 09:09:16.287 INFO O| Feb 23 09:09:16.287 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772025-02-23T09:09:17.520Z[ host-image] Feb 23 09:09:16.326 INFO O| Feb 23 09:09:16.326 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95782025-02-23T09:09:17.520Z[ host-image] Feb 23 09:09:16.326 INFO O| Feb 23 09:09:16.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95792025-02-23T09:09:17.523Z[ host-image] Feb 23 09:09:16.326 INFO O| Feb 23 09:09:16.326 INFO STEP 62 (ensure_dir) COMPLETE
95802025-02-23T09:09:17.523Z[ host-image] Feb 23 09:09:16.326 INFO O| Feb 23 09:09:16.326 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812025-02-23T09:09:17.544Z[ host-image] Feb 23 09:09:16.349 INFO O| Feb 23 09:09:16.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95822025-02-23T09:09:17.544Z[ host-image] Feb 23 09:09:16.350 INFO O| Feb 23 09:09:16.349 INFO copying /tmp/.tmpd4Sah6/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 ...
95832025-02-23T09:09:17.546Z[ host-image] Feb 23 09:09:16.350 INFO O| Feb 23 09:09:16.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95842025-02-23T09:09:17.546Z[ host-image] Feb 23 09:09:16.350 INFO O| Feb 23 09:09:16.350 INFO ok!
95852025-02-23T09:09:17.546Z[ host-image] Feb 23 09:09:16.350 INFO O| Feb 23 09:09:16.350 INFO STEP 63 (ensure_file) COMPLETE
95862025-02-23T09:09:17.546Z[ host-image] Feb 23 09:09:16.350 INFO O| Feb 23 09:09:16.350 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872025-02-23T09:09:17.567Z[ host-image] Feb 23 09:09:16.373 INFO O| Feb 23 09:09:16.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95882025-02-23T09:09:17.567Z[ host-image] Feb 23 09:09:16.373 INFO O| Feb 23 09:09:16.373 INFO copying /tmp/.tmpd4Sah6/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 ...
95892025-02-23T09:09:17.568Z[ host-image] Feb 23 09:09:16.373 INFO O| Feb 23 09:09:16.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95902025-02-23T09:09:17.571Z[ host-image] Feb 23 09:09:16.373 INFO O| Feb 23 09:09:16.373 INFO ok!
95912025-02-23T09:09:17.571Z[ host-image] Feb 23 09:09:16.373 INFO O| Feb 23 09:09:16.373 INFO STEP 64 (ensure_file) COMPLETE
95922025-02-23T09:09:17.571Z[ host-image] Feb 23 09:09:16.373 INFO O| Feb 23 09:09:16.373 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932025-02-23T09:09:17.588Z[ host-image] Feb 23 09:09:16.393 INFO O| Feb 23 09:09:16.393 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95942025-02-23T09:09:17.589Z[ host-image] Feb 23 09:09:16.394 INFO O| Feb 23 09:09:16.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95952025-02-23T09:09:17.589Z[ host-image] Feb 23 09:09:16.394 INFO O| Feb 23 09:09:16.394 INFO STEP 65 (ensure_dir) COMPLETE
95962025-02-23T09:09:17.589Z[ host-image] Feb 23 09:09:16.394 INFO O| Feb 23 09:09:16.394 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972025-02-23T09:09:17.605Z[ recovery-image] Feb 23 09:09:16.411 INFO E| Compiling bitflags v1.3.2
95982025-02-23T09:09:17.605Z[ recovery-image] Feb 23 09:09:16.411 INFO E| Compiling bit_field v0.10.2
95992025-02-23T09:09:17.611Z[ recovery-image] Feb 23 09:09:16.411 INFO E| Compiling plain v0.2.3
96002025-02-23T09:09:17.611Z[ recovery-image] Feb 23 09:09:16.411 INFO E| Compiling log v0.4.22
96012025-02-23T09:09:17.611Z[ recovery-image] Feb 23 09:09:16.411 INFO E| Compiling scroll v0.12.0
96022025-02-23T09:09:17.611Z[ recovery-image] Feb 23 09:09:16.411 INFO E| Compiling adler2 v2.0.0
96032025-02-23T09:09:17.611Z[ recovery-image] Feb 23 09:09:16.411 INFO E| Compiling static_assertions v1.1.0
96042025-02-23T09:09:17.611Z[ host-image] Feb 23 09:09:16.414 INFO O| Feb 23 09:09:16.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96052025-02-23T09:09:17.611Z[ host-image] Feb 23 09:09:16.414 INFO O| Feb 23 09:09:16.414 INFO copying /tmp/.tmpd4Sah6/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 ...
96062025-02-23T09:09:17.611Z[ host-image] Feb 23 09:09:16.414 INFO O| Feb 23 09:09:16.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96072025-02-23T09:09:17.611Z[ host-image] Feb 23 09:09:16.414 INFO O| Feb 23 09:09:16.414 INFO ok!
96082025-02-23T09:09:17.611Z[ host-image] Feb 23 09:09:16.414 INFO O| Feb 23 09:09:16.414 INFO STEP 66 (ensure_file) COMPLETE
96092025-02-23T09:09:17.611Z[ host-image] Feb 23 09:09:16.414 INFO O| Feb 23 09:09:16.414 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-02-23T09:09:17.645Z[ host-image] Feb 23 09:09:16.451 INFO O| Feb 23 09:09:16.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96112025-02-23T09:09:17.646Z[ host-image] Feb 23 09:09:16.451 INFO O| Feb 23 09:09:16.451 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96122025-02-23T09:09:17.648Z[ host-image] Feb 23 09:09:16.452 INFO O| Feb 23 09:09:16.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96132025-02-23T09:09:17.648Z[ host-image] Feb 23 09:09:16.452 INFO O| Feb 23 09:09:16.452 INFO ok!
96142025-02-23T09:09:17.648Z[ host-image] Feb 23 09:09:16.452 INFO O| Feb 23 09:09:16.452 INFO STEP 67 (ensure_file) COMPLETE
96152025-02-23T09:09:17.648Z[ host-image] Feb 23 09:09:16.452 INFO O| Feb 23 09:09:16.452 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162025-02-23T09:09:17.708Z[ recovery-image] Feb 23 09:09:16.514 INFO E| Compiling raw-cpuid v10.7.0
96172025-02-23T09:09:17.720Z[ recovery-image] Feb 23 09:09:16.525 INFO E| Compiling cpio_reader v0.1.1
96182025-02-23T09:09:17.833Z[ host-image] Feb 23 09:09:16.638 INFO O| Feb 23 09:09:16.637 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96192025-02-23T09:09:17.833Z[ host-image] Feb 23 09:09:16.638 INFO O| Feb 23 09:09:16.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96202025-02-23T09:09:17.833Z[ host-image] Feb 23 09:09:16.638 INFO O| Feb 23 09:09:16.638 INFO STEP 68 (ensure_dir) COMPLETE
96212025-02-23T09:09:17.836Z[ host-image] Feb 23 09:09:16.638 INFO O| Feb 23 09:09:16.638 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222025-02-23T09:09:17.836Z[ recovery-image] Feb 23 09:09:16.640 INFO E| Compiling miniz_oxide v0.8.0
96232025-02-23T09:09:17.939Z[ host-image] Feb 23 09:09:16.745 INFO O| Feb 23 09:09:16.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96242025-02-23T09:09:17.939Z[ host-image] Feb 23 09:09:16.745 INFO O| Feb 23 09:09:16.744 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96252025-02-23T09:09:17.953Z[ recovery-image] Feb 23 09:09:16.758 INFO E| Compiling bitstruct v0.1.1
96262025-02-23T09:09:19.396Z[ host-image] Feb 23 09:09:18.202 INFO O| Feb 23 09:09:18.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96272025-02-23T09:09:19.396Z[ host-image] Feb 23 09:09:18.202 INFO O| Feb 23 09:09:18.202 INFO ok!
96282025-02-23T09:09:19.399Z[ host-image] Feb 23 09:09:18.202 INFO O| Feb 23 09:09:18.202 INFO STEP 69 (ensure_file) COMPLETE
96292025-02-23T09:09:19.399Z[ host-image] Feb 23 09:09:18.202 INFO O| Feb 23 09:09:18.202 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302025-02-23T09:09:19.417Z[ host-image] Feb 23 09:09:18.223 INFO O| Feb 23 09:09:18.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96312025-02-23T09:09:19.417Z[ host-image] Feb 23 09:09:18.223 INFO O| Feb 23 09:09:18.222 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96322025-02-23T09:09:19.729Z[ recovery-image] Feb 23 09:09:18.516 INFO E| Compiling goblin v0.8.2
96332025-02-23T09:09:21.906Z[ host-image] Feb 23 09:09:20.711 INFO O| Feb 23 09:09:20.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96342025-02-23T09:09:21.906Z[ host-image] Feb 23 09:09:20.711 INFO O| Feb 23 09:09:20.711 INFO ok!
96352025-02-23T09:09:21.906Z[ host-image] Feb 23 09:09:20.711 INFO O| Feb 23 09:09:20.711 INFO STEP 70 (ensure_file) COMPLETE
96362025-02-23T09:09:21.906Z[ host-image] Feb 23 09:09:20.711 INFO O| Feb 23 09:09:20.711 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372025-02-23T09:09:21.927Z[ host-image] Feb 23 09:09:20.732 INFO O| Feb 23 09:09:20.731 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96382025-02-23T09:09:21.927Z[ host-image] Feb 23 09:09:20.732 INFO O| Feb 23 09:09:20.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96392025-02-23T09:09:21.930Z[ host-image] Feb 23 09:09:20.732 INFO O| Feb 23 09:09:20.732 INFO STEP 71 (ensure_dir) COMPLETE
96402025-02-23T09:09:21.930Z[ host-image] Feb 23 09:09:20.732 INFO O| Feb 23 09:09:20.732 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412025-02-23T09:09:21.948Z[ host-image] Feb 23 09:09:20.753 INFO O| Feb 23 09:09:20.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96422025-02-23T09:09:21.948Z[ host-image] Feb 23 09:09:20.753 INFO O| Feb 23 09:09:20.752 INFO copying /tmp/.tmpd4Sah6/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 ...
96432025-02-23T09:09:21.951Z[ host-image] Feb 23 09:09:20.753 INFO O| Feb 23 09:09:20.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96442025-02-23T09:09:21.951Z[ host-image] Feb 23 09:09:20.753 INFO O| Feb 23 09:09:20.753 INFO ok!
96452025-02-23T09:09:21.951Z[ host-image] Feb 23 09:09:20.753 INFO O| Feb 23 09:09:20.753 INFO STEP 72 (ensure_file) COMPLETE
96462025-02-23T09:09:21.951Z[ host-image] Feb 23 09:09:20.753 INFO O| Feb 23 09:09:20.753 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472025-02-23T09:09:22.005Z[ host-image] Feb 23 09:09:20.810 INFO O| Feb 23 09:09:20.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96482025-02-23T09:09:22.006Z[ host-image] Feb 23 09:09:20.810 INFO O| Feb 23 09:09:20.810 INFO copying /tmp/.tmpd4Sah6/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 ...
96492025-02-23T09:09:22.008Z[ host-image] Feb 23 09:09:20.810 INFO O| Feb 23 09:09:20.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96502025-02-23T09:09:22.008Z[ host-image] Feb 23 09:09:20.810 INFO O| Feb 23 09:09:20.810 INFO ok!
96512025-02-23T09:09:22.008Z[ host-image] Feb 23 09:09:20.810 INFO O| Feb 23 09:09:20.810 INFO STEP 73 (ensure_file) COMPLETE
96522025-02-23T09:09:22.008Z[ host-image] Feb 23 09:09:20.810 INFO O| Feb 23 09:09:20.810 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532025-02-23T09:09:22.040Z[ host-image] Feb 23 09:09:20.845 INFO O| Feb 23 09:09:20.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96542025-02-23T09:09:22.040Z[ host-image] Feb 23 09:09:20.845 INFO O| Feb 23 09:09:20.845 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96552025-02-23T09:09:22.042Z[ host-image] Feb 23 09:09:20.845 INFO O| Feb 23 09:09:20.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96562025-02-23T09:09:22.043Z[ host-image] Feb 23 09:09:20.845 INFO O| Feb 23 09:09:20.845 INFO ok!
96572025-02-23T09:09:22.043Z[ host-image] Feb 23 09:09:20.845 INFO O| Feb 23 09:09:20.845 INFO STEP 74 (ensure_file) COMPLETE
96582025-02-23T09:09:22.043Z[ host-image] Feb 23 09:09:20.845 INFO O| Feb 23 09:09:20.845 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592025-02-23T09:09:22.062Z[ host-image] Feb 23 09:09:20.867 INFO O| Feb 23 09:09:20.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96602025-02-23T09:09:22.062Z[ host-image] Feb 23 09:09:20.867 INFO O| Feb 23 09:09:20.867 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96612025-02-23T09:09:22.065Z[ host-image] Feb 23 09:09:20.867 INFO O| Feb 23 09:09:20.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96622025-02-23T09:09:22.065Z[ host-image] Feb 23 09:09:20.867 INFO O| Feb 23 09:09:20.867 INFO ok!
96632025-02-23T09:09:22.065Z[ host-image] Feb 23 09:09:20.867 INFO O| Feb 23 09:09:20.867 INFO STEP 75 (ensure_file) COMPLETE
96642025-02-23T09:09:22.065Z[ host-image] Feb 23 09:09:20.867 INFO O| Feb 23 09:09:20.867 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652025-02-23T09:09:22.081Z[ host-image] Feb 23 09:09:20.886 INFO O| Feb 23 09:09:20.886 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96662025-02-23T09:09:22.084Z[ host-image] Feb 23 09:09:20.886 INFO O| Feb 23 09:09:20.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96672025-02-23T09:09:22.086Z[ host-image] Feb 23 09:09:20.886 INFO O| Feb 23 09:09:20.886 INFO STEP 76 (ensure_dir) COMPLETE
96682025-02-23T09:09:22.086Z[ host-image] Feb 23 09:09:20.886 INFO O| Feb 23 09:09:20.886 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692025-02-23T09:09:22.100Z[ host-image] Feb 23 09:09:20.905 INFO O| Feb 23 09:09:20.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96702025-02-23T09:09:22.100Z[ host-image] Feb 23 09:09:20.905 INFO O| Feb 23 09:09:20.905 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96712025-02-23T09:09:22.104Z[ host-image] Feb 23 09:09:20.909 INFO O| Feb 23 09:09:20.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96722025-02-23T09:09:22.107Z[ host-image] Feb 23 09:09:20.909 INFO O| Feb 23 09:09:20.909 INFO ok!
96732025-02-23T09:09:22.107Z[ host-image] Feb 23 09:09:20.909 INFO O| Feb 23 09:09:20.909 INFO STEP 77 (ensure_file) COMPLETE
96742025-02-23T09:09:22.107Z[ host-image] Feb 23 09:09:20.909 INFO O| Feb 23 09:09:20.909 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752025-02-23T09:09:22.123Z[ host-image] Feb 23 09:09:20.927 INFO O| Feb 23 09:09:20.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96762025-02-23T09:09:22.123Z[ host-image] Feb 23 09:09:20.928 INFO O| Feb 23 09:09:20.928 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96772025-02-23T09:09:22.125Z[ host-image] Feb 23 09:09:20.928 INFO O| Feb 23 09:09:20.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96782025-02-23T09:09:22.125Z[ host-image] Feb 23 09:09:20.928 INFO O| Feb 23 09:09:20.928 INFO ok!
96792025-02-23T09:09:22.125Z[ host-image] Feb 23 09:09:20.928 INFO O| Feb 23 09:09:20.928 INFO STEP 78 (ensure_file) COMPLETE
96802025-02-23T09:09:22.126Z[ host-image] Feb 23 09:09:20.928 INFO O| Feb 23 09:09:20.928 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812025-02-23T09:09:22.142Z[ host-image] Feb 23 09:09:20.946 INFO O| Feb 23 09:09:20.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96822025-02-23T09:09:22.142Z[ host-image] Feb 23 09:09:20.946 INFO O| Feb 23 09:09:20.946 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96832025-02-23T09:09:24.213Z[ host-image] Feb 23 09:09:23.018 INFO O| Feb 23 09:09:23.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96842025-02-23T09:09:24.213Z[ host-image] Feb 23 09:09:23.018 INFO O| Feb 23 09:09:23.018 INFO ok!
96852025-02-23T09:09:24.217Z[ host-image] Feb 23 09:09:23.018 INFO O| Feb 23 09:09:23.018 INFO STEP 79 (ensure_file) COMPLETE
96862025-02-23T09:09:24.217Z[ host-image] Feb 23 09:09:23.018 INFO O| Feb 23 09:09:23.018 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872025-02-23T09:09:24.235Z[ host-image] Feb 23 09:09:23.039 INFO O| Feb 23 09:09:23.039 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96882025-02-23T09:09:24.235Z[ host-image] Feb 23 09:09:23.039 INFO O| Feb 23 09:09:23.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96892025-02-23T09:09:24.238Z[ host-image] Feb 23 09:09:23.039 INFO O| Feb 23 09:09:23.039 INFO STEP 80 (ensure_dir) COMPLETE
96902025-02-23T09:09:24.238Z[ host-image] Feb 23 09:09:23.039 INFO O| Feb 23 09:09:23.039 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912025-02-23T09:09:24.302Z[ host-image] Feb 23 09:09:23.106 INFO O| Feb 23 09:09:23.106 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96922025-02-23T09:09:24.305Z[ host-image] Feb 23 09:09:23.106 INFO O| Feb 23 09:09:23.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96932025-02-23T09:09:24.305Z[ host-image] Feb 23 09:09:23.106 INFO O| Feb 23 09:09:23.106 INFO STEP 81 (ensure_dir) COMPLETE
96942025-02-23T09:09:24.305Z[ host-image] Feb 23 09:09:23.106 INFO O| Feb 23 09:09:23.106 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952025-02-23T09:09:24.460Z[ host-image] Feb 23 09:09:23.264 INFO O| Feb 23 09:09:23.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96962025-02-23T09:09:24.460Z[ host-image] Feb 23 09:09:23.264 INFO O| Feb 23 09:09:23.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96972025-02-23T09:09:24.463Z[ host-image] Feb 23 09:09:23.264 INFO O| Feb 23 09:09:23.264 INFO STEP 82 (ensure_dir) COMPLETE
96982025-02-23T09:09:24.464Z[ host-image] Feb 23 09:09:23.264 INFO O| Feb 23 09:09:23.264 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992025-02-23T09:09:24.547Z[ host-image] Feb 23 09:09:23.351 INFO O| Feb 23 09:09:23.351 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97002025-02-23T09:09:24.547Z[ host-image] Feb 23 09:09:23.351 INFO O| Feb 23 09:09:23.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97012025-02-23T09:09:24.547Z[ host-image] Feb 23 09:09:23.351 INFO O| Feb 23 09:09:23.351 INFO STEP 83 (ensure_dir) COMPLETE
97022025-02-23T09:09:24.550Z[ host-image] Feb 23 09:09:23.351 INFO O| Feb 23 09:09:23.351 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032025-02-23T09:09:24.604Z[ host-image] Feb 23 09:09:23.408 INFO O| Feb 23 09:09:23.408 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97042025-02-23T09:09:24.604Z[ host-image] Feb 23 09:09:23.408 INFO O| Feb 23 09:09:23.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97052025-02-23T09:09:24.607Z[ host-image] Feb 23 09:09:23.408 INFO O| Feb 23 09:09:23.408 INFO STEP 84 (ensure_dir) COMPLETE
97062025-02-23T09:09:24.607Z[ host-image] Feb 23 09:09:23.408 INFO O| Feb 23 09:09:23.408 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072025-02-23T09:09:24.659Z[ host-image] Feb 23 09:09:23.464 INFO O| Feb 23 09:09:23.463 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97082025-02-23T09:09:24.659Z[ host-image] Feb 23 09:09:23.464 INFO O| Feb 23 09:09:23.464 INFO copying /tmp/.tmpd4Sah6/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 ...
97092025-02-23T09:09:24.662Z[ host-image] Feb 23 09:09:23.464 INFO O| Feb 23 09:09:23.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97102025-02-23T09:09:24.662Z[ host-image] Feb 23 09:09:23.464 INFO O| Feb 23 09:09:23.464 INFO ok!
97112025-02-23T09:09:24.662Z[ host-image] Feb 23 09:09:23.464 INFO O| Feb 23 09:09:23.464 INFO STEP 85 (ensure_file) COMPLETE
97122025-02-23T09:09:24.662Z[ host-image] Feb 23 09:09:23.464 INFO O| Feb 23 09:09:23.464 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132025-02-23T09:09:24.723Z[ host-image] Feb 23 09:09:23.527 INFO O| Feb 23 09:09:23.527 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97142025-02-23T09:09:24.723Z[ host-image] Feb 23 09:09:23.528 INFO O| Feb 23 09:09:23.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97152025-02-23T09:09:24.726Z[ host-image] Feb 23 09:09:23.528 INFO O| Feb 23 09:09:23.528 INFO STEP 86 (ensure_dir) COMPLETE
97162025-02-23T09:09:24.726Z[ host-image] Feb 23 09:09:23.528 INFO O| Feb 23 09:09:23.528 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-02-23T09:09:24.809Z[ host-image] Feb 23 09:09:23.613 INFO O| Feb 23 09:09:23.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97182025-02-23T09:09:24.809Z[ host-image] Feb 23 09:09:23.613 INFO O| Feb 23 09:09:23.613 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97192025-02-23T09:09:24.812Z[ host-image] Feb 23 09:09:23.613 INFO O| Feb 23 09:09:23.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97202025-02-23T09:09:24.812Z[ host-image] Feb 23 09:09:23.613 INFO O| Feb 23 09:09:23.613 INFO ok!
97212025-02-23T09:09:24.812Z[ host-image] Feb 23 09:09:23.613 INFO O| Feb 23 09:09:23.613 INFO STEP 87 (ensure_file) COMPLETE
97222025-02-23T09:09:24.812Z[ host-image] Feb 23 09:09:23.614 INFO O| Feb 23 09:09:23.613 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-02-23T09:09:24.881Z[ host-image] Feb 23 09:09:23.685 INFO O| Feb 23 09:09:23.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97242025-02-23T09:09:24.882Z[ host-image] Feb 23 09:09:23.686 INFO O| Feb 23 09:09:23.685 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97252025-02-23T09:09:24.902Z[ host-image] Feb 23 09:09:23.706 INFO O| Feb 23 09:09:23.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97262025-02-23T09:09:24.902Z[ host-image] Feb 23 09:09:23.706 INFO O| Feb 23 09:09:23.706 INFO ok!
97272025-02-23T09:09:24.902Z[ host-image] Feb 23 09:09:23.706 INFO O| Feb 23 09:09:23.706 INFO STEP 88 (ensure_file) COMPLETE
97282025-02-23T09:09:24.902Z[ host-image] Feb 23 09:09:23.706 INFO O| Feb 23 09:09:23.706 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292025-02-23T09:09:25.007Z[ host-image] Feb 23 09:09:23.811 INFO O| Feb 23 09:09:23.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97302025-02-23T09:09:25.007Z[ host-image] Feb 23 09:09:23.811 INFO O| Feb 23 09:09:23.811 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97312025-02-23T09:09:25.594Z[ host-image] Feb 23 09:09:24.398 INFO O| Feb 23 09:09:24.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97322025-02-23T09:09:25.594Z[ host-image] Feb 23 09:09:24.398 INFO O| Feb 23 09:09:24.398 INFO ok!
97332025-02-23T09:09:25.594Z[ host-image] Feb 23 09:09:24.398 INFO O| Feb 23 09:09:24.398 INFO STEP 89 (ensure_file) COMPLETE
97342025-02-23T09:09:25.594Z[ host-image] Feb 23 09:09:24.398 INFO O| Feb 23 09:09:24.398 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352025-02-23T09:09:25.615Z[ host-image] Feb 23 09:09:24.418 INFO O| Feb 23 09:09:24.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97362025-02-23T09:09:25.616Z[ host-image] Feb 23 09:09:24.418 INFO O| Feb 23 09:09:24.418 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97372025-02-23T09:09:25.618Z[ host-image] Feb 23 09:09:24.419 INFO O| Feb 23 09:09:24.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97382025-02-23T09:09:25.618Z[ host-image] Feb 23 09:09:24.419 INFO O| Feb 23 09:09:24.419 INFO ok!
97392025-02-23T09:09:25.618Z[ host-image] Feb 23 09:09:24.419 INFO O| Feb 23 09:09:24.419 INFO STEP 90 (ensure_file) COMPLETE
97402025-02-23T09:09:25.618Z[ host-image] Feb 23 09:09:24.419 INFO O| Feb 23 09:09:24.419 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412025-02-23T09:09:25.636Z[ host-image] Feb 23 09:09:24.440 INFO O| Feb 23 09:09:24.440 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97422025-02-23T09:09:25.636Z[ host-image] Feb 23 09:09:24.440 INFO O| Feb 23 09:09:24.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97432025-02-23T09:09:25.638Z[ host-image] Feb 23 09:09:24.440 INFO O| Feb 23 09:09:24.440 INFO STEP 91 (ensure_dir) COMPLETE
97442025-02-23T09:09:25.638Z[ host-image] Feb 23 09:09:24.440 INFO O| Feb 23 09:09:24.440 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452025-02-23T09:09:25.836Z[ host-image] Feb 23 09:09:24.640 INFO O| Feb 23 09:09:24.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97462025-02-23T09:09:25.836Z[ host-image] Feb 23 09:09:24.640 INFO O| Feb 23 09:09:24.640 INFO copying /tmp/.tmpd4Sah6/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 ...
97472025-02-23T09:09:25.839Z[ host-image] Feb 23 09:09:24.641 INFO O| Feb 23 09:09:24.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97482025-02-23T09:09:25.839Z[ host-image] Feb 23 09:09:24.641 INFO O| Feb 23 09:09:24.641 INFO ok!
97492025-02-23T09:09:25.841Z[ host-image] Feb 23 09:09:24.641 INFO O| Feb 23 09:09:24.641 INFO STEP 92 (ensure_file) COMPLETE
97502025-02-23T09:09:25.841Z[ host-image] Feb 23 09:09:24.641 INFO O| Feb 23 09:09:24.641 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512025-02-23T09:09:25.919Z[ host-image] Feb 23 09:09:24.723 INFO O| Feb 23 09:09:24.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97522025-02-23T09:09:25.920Z[ host-image] Feb 23 09:09:24.723 INFO O| Feb 23 09:09:24.723 INFO copying /tmp/.tmpd4Sah6/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 ...
97532025-02-23T09:09:25.920Z[ host-image] Feb 23 09:09:24.723 INFO O| Feb 23 09:09:24.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97542025-02-23T09:09:25.922Z[ host-image] Feb 23 09:09:24.723 INFO O| Feb 23 09:09:24.723 INFO ok!
97552025-02-23T09:09:25.922Z[ host-image] Feb 23 09:09:24.724 INFO O| Feb 23 09:09:24.723 INFO STEP 93 (ensure_file) COMPLETE
97562025-02-23T09:09:25.922Z[ host-image] Feb 23 09:09:24.724 INFO O| Feb 23 09:09:24.723 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572025-02-23T09:09:25.959Z[ host-image] Feb 23 09:09:24.762 INFO O| Feb 23 09:09:24.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97582025-02-23T09:09:25.959Z[ host-image] Feb 23 09:09:24.763 INFO O| Feb 23 09:09:24.762 INFO copying /tmp/.tmpd4Sah6/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 ...
97592025-02-23T09:09:25.961Z[ host-image] Feb 23 09:09:24.763 INFO O| Feb 23 09:09:24.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97602025-02-23T09:09:25.961Z[ host-image] Feb 23 09:09:24.763 INFO O| Feb 23 09:09:24.763 INFO ok!
97612025-02-23T09:09:25.961Z[ host-image] Feb 23 09:09:24.763 INFO O| Feb 23 09:09:24.763 INFO STEP 94 (ensure_file) COMPLETE
97622025-02-23T09:09:25.961Z[ host-image] Feb 23 09:09:24.763 INFO O| Feb 23 09:09:24.763 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632025-02-23T09:09:26.099Z[ host-image] Feb 23 09:09:24.903 INFO O| Feb 23 09:09:24.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97642025-02-23T09:09:26.099Z[ host-image] Feb 23 09:09:24.903 INFO O| Feb 23 09:09:24.903 INFO copying /tmp/.tmpd4Sah6/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 ...
97652025-02-23T09:09:26.102Z[ host-image] Feb 23 09:09:24.903 INFO O| Feb 23 09:09:24.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97662025-02-23T09:09:26.102Z[ host-image] Feb 23 09:09:24.903 INFO O| Feb 23 09:09:24.903 INFO ok!
97672025-02-23T09:09:26.102Z[ host-image] Feb 23 09:09:24.903 INFO O| Feb 23 09:09:24.903 INFO STEP 95 (ensure_file) COMPLETE
97682025-02-23T09:09:26.102Z[ host-image] Feb 23 09:09:24.903 INFO O| Feb 23 09:09:24.903 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692025-02-23T09:09:26.168Z[ host-image] Feb 23 09:09:24.972 INFO O| Feb 23 09:09:24.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97702025-02-23T09:09:26.169Z[ host-image] Feb 23 09:09:24.972 INFO O| Feb 23 09:09:24.972 INFO copying /tmp/.tmpd4Sah6/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 ...
97712025-02-23T09:09:26.172Z[ host-image] Feb 23 09:09:24.973 INFO O| Feb 23 09:09:24.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97722025-02-23T09:09:26.172Z[ host-image] Feb 23 09:09:24.973 INFO O| Feb 23 09:09:24.973 INFO ok!
97732025-02-23T09:09:26.172Z[ host-image] Feb 23 09:09:24.973 INFO O| Feb 23 09:09:24.973 INFO STEP 96 (ensure_file) COMPLETE
97742025-02-23T09:09:26.172Z[ host-image] Feb 23 09:09:24.973 INFO O| Feb 23 09:09:24.973 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752025-02-23T09:09:26.192Z[ host-image] Feb 23 09:09:24.996 INFO O| Feb 23 09:09:24.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
97762025-02-23T09:09:26.192Z[ host-image] Feb 23 09:09:24.996 INFO O| Feb 23 09:09:24.996 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
97772025-02-23T09:09:26.196Z[ host-image] Feb 23 09:09:24.996 INFO O| Feb 23 09:09:24.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
97782025-02-23T09:09:26.196Z[ host-image] Feb 23 09:09:24.996 INFO O| Feb 23 09:09:24.996 INFO ok!
97792025-02-23T09:09:26.196Z[ host-image] Feb 23 09:09:24.997 INFO O| Feb 23 09:09:24.997 INFO STEP 97 (ensure_file) COMPLETE
97802025-02-23T09:09:26.196Z[ host-image] Feb 23 09:09:24.997 INFO O| Feb 23 09:09:24.997 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812025-02-23T09:09:26.214Z[ host-image] Feb 23 09:09:25.018 INFO O| Feb 23 09:09:25.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97822025-02-23T09:09:26.214Z[ host-image] Feb 23 09:09:25.018 INFO O| Feb 23 09:09:25.018 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97832025-02-23T09:09:26.217Z[ host-image] Feb 23 09:09:25.018 INFO O| Feb 23 09:09:25.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97842025-02-23T09:09:26.218Z[ host-image] Feb 23 09:09:25.018 INFO O| Feb 23 09:09:25.018 INFO ok!
97852025-02-23T09:09:26.218Z[ host-image] Feb 23 09:09:25.018 INFO O| Feb 23 09:09:25.018 INFO STEP 98 (ensure_file) COMPLETE
97862025-02-23T09:09:26.218Z[ host-image] Feb 23 09:09:25.019 INFO O| Feb 23 09:09:25.018 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872025-02-23T09:09:26.235Z[ host-image] Feb 23 09:09:25.039 INFO O| Feb 23 09:09:25.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97882025-02-23T09:09:26.235Z[ host-image] Feb 23 09:09:25.039 INFO O| Feb 23 09:09:25.039 INFO copying /tmp/.tmpd4Sah6/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 ...
97892025-02-23T09:09:26.239Z[ host-image] Feb 23 09:09:25.039 INFO O| Feb 23 09:09:25.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97902025-02-23T09:09:26.239Z[ host-image] Feb 23 09:09:25.039 INFO O| Feb 23 09:09:25.039 INFO ok!
97912025-02-23T09:09:26.239Z[ host-image] Feb 23 09:09:25.039 INFO O| Feb 23 09:09:25.039 INFO STEP 99 (ensure_file) COMPLETE
97922025-02-23T09:09:26.239Z[ host-image] Feb 23 09:09:25.039 INFO O| Feb 23 09:09:25.039 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-23T09:09:26.280Z[ host-image] Feb 23 09:09:25.083 INFO O| Feb 23 09:09:25.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97942025-02-23T09:09:26.280Z[ host-image] Feb 23 09:09:25.083 INFO O| Feb 23 09:09:25.083 INFO copying /tmp/.tmpd4Sah6/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 ...
97952025-02-23T09:09:26.291Z[ host-image] Feb 23 09:09:25.084 INFO O| Feb 23 09:09:25.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97962025-02-23T09:09:26.291Z[ host-image] Feb 23 09:09:25.084 INFO O| Feb 23 09:09:25.084 INFO ok!
97972025-02-23T09:09:26.291Z[ host-image] Feb 23 09:09:25.084 INFO O| Feb 23 09:09:25.084 INFO STEP 100 (ensure_file) COMPLETE
97982025-02-23T09:09:26.291Z[ host-image] Feb 23 09:09:25.084 INFO O| Feb 23 09:09:25.084 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-23T09:09:26.332Z[ host-image] Feb 23 09:09:25.135 INFO O| Feb 23 09:09:25.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98002025-02-23T09:09:26.332Z[ host-image] Feb 23 09:09:25.135 INFO O| Feb 23 09:09:25.135 INFO copying /tmp/.tmpd4Sah6/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 ...
98012025-02-23T09:09:26.332Z[ host-image] Feb 23 09:09:25.135 INFO O| Feb 23 09:09:25.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98022025-02-23T09:09:26.332Z[ host-image] Feb 23 09:09:25.135 INFO O| Feb 23 09:09:25.135 INFO ok!
98032025-02-23T09:09:26.335Z[ host-image] Feb 23 09:09:25.136 INFO O| Feb 23 09:09:25.135 INFO STEP 101 (ensure_file) COMPLETE
98042025-02-23T09:09:26.335Z[ host-image] Feb 23 09:09:25.136 INFO O| Feb 23 09:09:25.135 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-02-23T09:09:26.379Z[ host-image] Feb 23 09:09:25.183 INFO O| Feb 23 09:09:25.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98062025-02-23T09:09:26.380Z[ host-image] Feb 23 09:09:25.183 INFO O| Feb 23 09:09:25.183 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98072025-02-23T09:09:26.383Z[ host-image] Feb 23 09:09:25.184 INFO O| Feb 23 09:09:25.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98082025-02-23T09:09:26.383Z[ host-image] Feb 23 09:09:25.184 INFO O| Feb 23 09:09:25.183 INFO ok!
98092025-02-23T09:09:26.383Z[ host-image] Feb 23 09:09:25.184 INFO O| Feb 23 09:09:25.183 INFO STEP 102 (ensure_file) COMPLETE
98102025-02-23T09:09:26.383Z[ host-image] Feb 23 09:09:25.184 INFO O| Feb 23 09:09:25.183 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-02-23T09:09:26.437Z[ host-image] Feb 23 09:09:25.241 INFO O| Feb 23 09:09:25.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98122025-02-23T09:09:26.437Z[ host-image] Feb 23 09:09:25.241 INFO O| Feb 23 09:09:25.240 INFO copying /tmp/.tmpd4Sah6/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 ...
98132025-02-23T09:09:26.439Z[ host-image] Feb 23 09:09:25.241 INFO O| Feb 23 09:09:25.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98142025-02-23T09:09:26.439Z[ host-image] Feb 23 09:09:25.241 INFO O| Feb 23 09:09:25.241 INFO ok!
98152025-02-23T09:09:26.439Z[ host-image] Feb 23 09:09:25.241 INFO O| Feb 23 09:09:25.241 INFO STEP 103 (ensure_file) COMPLETE
98162025-02-23T09:09:26.439Z[ host-image] Feb 23 09:09:25.241 INFO O| Feb 23 09:09:25.241 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-02-23T09:09:26.822Z[ host-image] Feb 23 09:09:25.625 INFO O| Feb 23 09:09:25.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98182025-02-23T09:09:26.823Z[ host-image] Feb 23 09:09:25.626 INFO O| Feb 23 09:09:25.626 INFO copying /tmp/.tmpd4Sah6/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 ...
98192025-02-23T09:09:26.825Z[ host-image] Feb 23 09:09:25.626 INFO O| Feb 23 09:09:25.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98202025-02-23T09:09:26.825Z[ host-image] Feb 23 09:09:25.626 INFO O| Feb 23 09:09:25.626 INFO ok!
98212025-02-23T09:09:26.825Z[ host-image] Feb 23 09:09:25.626 INFO O| Feb 23 09:09:25.626 INFO STEP 104 (ensure_file) COMPLETE
98222025-02-23T09:09:26.826Z[ host-image] Feb 23 09:09:25.626 INFO O| Feb 23 09:09:25.626 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-02-23T09:09:26.841Z[ host-image] Feb 23 09:09:25.645 INFO O| Feb 23 09:09:25.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98242025-02-23T09:09:26.841Z[ host-image] Feb 23 09:09:25.645 INFO O| Feb 23 09:09:25.645 INFO copying /tmp/.tmpd4Sah6/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 ...
98252025-02-23T09:09:26.845Z[ host-image] Feb 23 09:09:25.646 INFO O| Feb 23 09:09:25.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98262025-02-23T09:09:26.845Z[ host-image] Feb 23 09:09:25.646 INFO O| Feb 23 09:09:25.646 INFO ok!
98272025-02-23T09:09:26.845Z[ host-image] Feb 23 09:09:25.646 INFO O| Feb 23 09:09:25.646 INFO STEP 105 (ensure_file) COMPLETE
98282025-02-23T09:09:26.845Z[ host-image] Feb 23 09:09:25.646 INFO O| Feb 23 09:09:25.646 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-02-23T09:09:26.877Z[ host-image] Feb 23 09:09:25.681 INFO O| Feb 23 09:09:25.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98302025-02-23T09:09:26.877Z[ host-image] Feb 23 09:09:25.681 INFO O| Feb 23 09:09:25.681 INFO copying /tmp/.tmpd4Sah6/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 ...
98312025-02-23T09:09:26.881Z[ host-image] Feb 23 09:09:25.681 INFO O| Feb 23 09:09:25.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98322025-02-23T09:09:26.881Z[ host-image] Feb 23 09:09:25.681 INFO O| Feb 23 09:09:25.681 INFO ok!
98332025-02-23T09:09:26.881Z[ host-image] Feb 23 09:09:25.682 INFO O| Feb 23 09:09:25.682 INFO STEP 106 (ensure_file) COMPLETE
98342025-02-23T09:09:26.881Z[ host-image] Feb 23 09:09:25.682 INFO O| Feb 23 09:09:25.682 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-02-23T09:09:26.899Z[ host-image] Feb 23 09:09:25.703 INFO O| Feb 23 09:09:25.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98362025-02-23T09:09:26.899Z[ host-image] Feb 23 09:09:25.703 INFO O| Feb 23 09:09:25.703 INFO copying /tmp/.tmpd4Sah6/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 ...
98372025-02-23T09:09:26.903Z[ host-image] Feb 23 09:09:25.703 INFO O| Feb 23 09:09:25.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98382025-02-23T09:09:26.903Z[ host-image] Feb 23 09:09:25.703 INFO O| Feb 23 09:09:25.703 INFO ok!
98392025-02-23T09:09:26.903Z[ host-image] Feb 23 09:09:25.703 INFO O| Feb 23 09:09:25.703 INFO STEP 107 (ensure_file) COMPLETE
98402025-02-23T09:09:26.903Z[ host-image] Feb 23 09:09:25.703 INFO O| Feb 23 09:09:25.703 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412025-02-23T09:09:26.922Z[ host-image] Feb 23 09:09:25.723 INFO O| Feb 23 09:09:25.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98422025-02-23T09:09:26.922Z[ host-image] Feb 23 09:09:25.723 INFO O| Feb 23 09:09:25.723 INFO copying /tmp/.tmpd4Sah6/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 ...
98432025-02-23T09:09:26.922Z[ host-image] Feb 23 09:09:25.723 INFO O| Feb 23 09:09:25.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98442025-02-23T09:09:26.922Z[ host-image] Feb 23 09:09:25.723 INFO O| Feb 23 09:09:25.723 INFO ok!
98452025-02-23T09:09:26.922Z[ host-image] Feb 23 09:09:25.723 INFO O| Feb 23 09:09:25.723 INFO STEP 108 (ensure_file) COMPLETE
98462025-02-23T09:09:26.922Z[ host-image] Feb 23 09:09:25.723 INFO O| Feb 23 09:09:25.723 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472025-02-23T09:09:26.985Z[ host-image] Feb 23 09:09:25.788 INFO O| Feb 23 09:09:25.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98482025-02-23T09:09:26.988Z[ host-image] Feb 23 09:09:25.788 INFO O| Feb 23 09:09:25.788 INFO copying /tmp/.tmpd4Sah6/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 ...
98492025-02-23T09:09:26.988Z[ host-image] Feb 23 09:09:25.788 INFO O| Feb 23 09:09:25.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98502025-02-23T09:09:26.988Z[ host-image] Feb 23 09:09:25.788 INFO O| Feb 23 09:09:25.788 INFO ok!
98512025-02-23T09:09:26.988Z[ host-image] Feb 23 09:09:25.788 INFO O| Feb 23 09:09:25.788 INFO STEP 109 (ensure_file) COMPLETE
98522025-02-23T09:09:26.988Z[ host-image] Feb 23 09:09:25.788 INFO O| Feb 23 09:09:25.788 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532025-02-23T09:09:27.020Z[ host-image] Feb 23 09:09:25.823 INFO O| Feb 23 09:09:25.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98542025-02-23T09:09:27.020Z[ host-image] Feb 23 09:09:25.823 INFO O| Feb 23 09:09:25.823 INFO copying /tmp/.tmpd4Sah6/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 ...
98552025-02-23T09:09:27.020Z[ host-image] Feb 23 09:09:25.823 INFO O| Feb 23 09:09:25.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98562025-02-23T09:09:27.022Z[ host-image] Feb 23 09:09:25.823 INFO O| Feb 23 09:09:25.823 INFO ok!
98572025-02-23T09:09:27.022Z[ host-image] Feb 23 09:09:25.824 INFO O| Feb 23 09:09:25.824 INFO STEP 110 (ensure_file) COMPLETE
98582025-02-23T09:09:27.022Z[ host-image] Feb 23 09:09:25.824 INFO O| Feb 23 09:09:25.824 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-02-23T09:09:27.041Z[ host-image] Feb 23 09:09:25.845 INFO O| Feb 23 09:09:25.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98602025-02-23T09:09:27.041Z[ host-image] Feb 23 09:09:25.845 INFO O| Feb 23 09:09:25.845 INFO copying /tmp/.tmpd4Sah6/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 ...
98612025-02-23T09:09:27.044Z[ host-image] Feb 23 09:09:25.846 INFO O| Feb 23 09:09:25.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98622025-02-23T09:09:27.044Z[ host-image] Feb 23 09:09:25.846 INFO O| Feb 23 09:09:25.846 INFO ok!
98632025-02-23T09:09:27.044Z[ host-image] Feb 23 09:09:25.846 INFO O| Feb 23 09:09:25.846 INFO STEP 111 (ensure_file) COMPLETE
98642025-02-23T09:09:27.045Z[ host-image] Feb 23 09:09:25.846 INFO O| Feb 23 09:09:25.846 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-02-23T09:09:27.063Z[ host-image] Feb 23 09:09:25.866 INFO O| Feb 23 09:09:25.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98662025-02-23T09:09:27.063Z[ host-image] Feb 23 09:09:25.866 INFO O| Feb 23 09:09:25.866 INFO copying /tmp/.tmpd4Sah6/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 ...
98672025-02-23T09:09:27.065Z[ host-image] Feb 23 09:09:25.866 INFO O| Feb 23 09:09:25.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
98682025-02-23T09:09:27.065Z[ host-image] Feb 23 09:09:25.866 INFO O| Feb 23 09:09:25.866 INFO ok!
98692025-02-23T09:09:27.065Z[ host-image] Feb 23 09:09:25.866 INFO O| Feb 23 09:09:25.866 INFO STEP 112 (ensure_file) COMPLETE
98702025-02-23T09:09:27.065Z[ host-image] Feb 23 09:09:25.867 INFO O| Feb 23 09:09:25.867 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-02-23T09:09:27.156Z[ host-image] Feb 23 09:09:25.959 INFO O| Feb 23 09:09:25.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
98722025-02-23T09:09:27.156Z[ host-image] Feb 23 09:09:25.960 INFO O| Feb 23 09:09:25.959 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
98732025-02-23T09:09:27.159Z[ host-image] Feb 23 09:09:25.960 INFO O| Feb 23 09:09:25.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
98742025-02-23T09:09:27.159Z[ host-image] Feb 23 09:09:25.960 INFO O| Feb 23 09:09:25.960 INFO ok!
98752025-02-23T09:09:27.159Z[ host-image] Feb 23 09:09:25.960 INFO O| Feb 23 09:09:25.960 INFO STEP 113 (ensure_file) COMPLETE
98762025-02-23T09:09:27.159Z[ host-image] Feb 23 09:09:25.960 INFO O| Feb 23 09:09:25.960 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-02-23T09:09:27.189Z[ host-image] Feb 23 09:09:25.992 INFO O| Feb 23 09:09:25.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
98782025-02-23T09:09:27.189Z[ host-image] Feb 23 09:09:25.992 INFO O| Feb 23 09:09:25.992 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
98792025-02-23T09:09:27.189Z[ host-image] Feb 23 09:09:25.992 INFO O| Feb 23 09:09:25.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
98802025-02-23T09:09:27.191Z[ host-image] Feb 23 09:09:25.992 INFO O| Feb 23 09:09:25.992 INFO ok!
98812025-02-23T09:09:27.191Z[ host-image] Feb 23 09:09:25.992 INFO O| Feb 23 09:09:25.992 INFO STEP 114 (ensure_file) COMPLETE
98822025-02-23T09:09:27.191Z[ host-image] Feb 23 09:09:25.993 INFO O| Feb 23 09:09:25.992 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-02-23T09:09:27.240Z[ host-image] Feb 23 09:09:26.044 INFO O| Feb 23 09:09:26.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
98842025-02-23T09:09:27.240Z[ host-image] Feb 23 09:09:26.044 INFO O| Feb 23 09:09:26.044 INFO copying /tmp/.tmpd4Sah6/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 ...
98852025-02-23T09:09:27.243Z[ host-image] Feb 23 09:09:26.044 INFO O| Feb 23 09:09:26.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
98862025-02-23T09:09:27.243Z[ host-image] Feb 23 09:09:26.044 INFO O| Feb 23 09:09:26.044 INFO ok!
98872025-02-23T09:09:27.243Z[ host-image] Feb 23 09:09:26.045 INFO O| Feb 23 09:09:26.044 INFO STEP 115 (ensure_file) COMPLETE
98882025-02-23T09:09:27.245Z[ host-image] Feb 23 09:09:26.045 INFO O| Feb 23 09:09:26.045 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892025-02-23T09:09:27.261Z[ host-image] Feb 23 09:09:26.064 INFO O| Feb 23 09:09:26.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98902025-02-23T09:09:27.261Z[ host-image] Feb 23 09:09:26.064 INFO O| Feb 23 09:09:26.064 INFO copying /tmp/.tmpd4Sah6/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 ...
98912025-02-23T09:09:27.261Z[ host-image] Feb 23 09:09:26.064 INFO O| Feb 23 09:09:26.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98922025-02-23T09:09:27.261Z[ host-image] Feb 23 09:09:26.064 INFO O| Feb 23 09:09:26.064 INFO ok!
98932025-02-23T09:09:27.263Z[ host-image] Feb 23 09:09:26.064 INFO O| Feb 23 09:09:26.064 INFO STEP 116 (ensure_file) COMPLETE
98942025-02-23T09:09:27.263Z[ host-image] Feb 23 09:09:26.064 INFO O| Feb 23 09:09:26.064 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-02-23T09:09:27.280Z[ host-image] Feb 23 09:09:26.084 INFO O| Feb 23 09:09:26.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98962025-02-23T09:09:27.280Z[ host-image] Feb 23 09:09:26.084 INFO O| Feb 23 09:09:26.084 INFO copying /tmp/.tmpd4Sah6/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 ...
98972025-02-23T09:09:27.280Z[ host-image] Feb 23 09:09:26.084 INFO O| Feb 23 09:09:26.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98982025-02-23T09:09:27.280Z[ host-image] Feb 23 09:09:26.084 INFO O| Feb 23 09:09:26.084 INFO ok!
98992025-02-23T09:09:27.283Z[ host-image] Feb 23 09:09:26.084 INFO O| Feb 23 09:09:26.084 INFO STEP 117 (ensure_file) COMPLETE
99002025-02-23T09:09:27.283Z[ host-image] Feb 23 09:09:26.084 INFO O| Feb 23 09:09:26.084 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-02-23T09:09:27.300Z[ host-image] Feb 23 09:09:26.104 INFO O| Feb 23 09:09:26.104 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99022025-02-23T09:09:27.301Z[ host-image] Feb 23 09:09:26.104 INFO O| Feb 23 09:09:26.104 INFO copying /tmp/.tmpd4Sah6/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 ...
99032025-02-23T09:09:27.304Z[ host-image] Feb 23 09:09:26.104 INFO O| Feb 23 09:09:26.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99042025-02-23T09:09:27.304Z[ host-image] Feb 23 09:09:26.104 INFO O| Feb 23 09:09:26.104 INFO ok!
99052025-02-23T09:09:27.304Z[ host-image] Feb 23 09:09:26.104 INFO O| Feb 23 09:09:26.104 INFO STEP 118 (ensure_file) COMPLETE
99062025-02-23T09:09:27.304Z[ host-image] Feb 23 09:09:26.104 INFO O| Feb 23 09:09:26.104 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-02-23T09:09:27.322Z[ host-image] Feb 23 09:09:26.125 INFO O| Feb 23 09:09:26.125 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99082025-02-23T09:09:27.325Z[ host-image] Feb 23 09:09:26.125 INFO O| Feb 23 09:09:26.125 INFO copying /tmp/.tmpd4Sah6/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 ...
99092025-02-23T09:09:27.325Z[ host-image] Feb 23 09:09:26.126 INFO O| Feb 23 09:09:26.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99102025-02-23T09:09:27.325Z[ host-image] Feb 23 09:09:26.126 INFO O| Feb 23 09:09:26.126 INFO ok!
99112025-02-23T09:09:27.329Z[ host-image] Feb 23 09:09:26.126 INFO O| Feb 23 09:09:26.126 INFO STEP 119 (ensure_file) COMPLETE
99122025-02-23T09:09:27.330Z[ host-image] Feb 23 09:09:26.126 INFO O| Feb 23 09:09:26.126 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-02-23T09:09:27.345Z[ host-image] Feb 23 09:09:26.148 INFO O| Feb 23 09:09:26.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99142025-02-23T09:09:27.345Z[ host-image] Feb 23 09:09:26.148 INFO O| Feb 23 09:09:26.148 INFO copying /tmp/.tmpd4Sah6/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 ...
99152025-02-23T09:09:27.345Z[ host-image] Feb 23 09:09:26.148 INFO O| Feb 23 09:09:26.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99162025-02-23T09:09:27.347Z[ host-image] Feb 23 09:09:26.148 INFO O| Feb 23 09:09:26.148 INFO ok!
99172025-02-23T09:09:27.347Z[ host-image] Feb 23 09:09:26.148 INFO O| Feb 23 09:09:26.148 INFO STEP 120 (ensure_file) COMPLETE
99182025-02-23T09:09:27.347Z[ host-image] Feb 23 09:09:26.148 INFO O| Feb 23 09:09:26.148 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-02-23T09:09:27.367Z[ host-image] Feb 23 09:09:26.171 INFO O| Feb 23 09:09:26.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99202025-02-23T09:09:27.367Z[ host-image] Feb 23 09:09:26.171 INFO O| Feb 23 09:09:26.171 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99212025-02-23T09:09:27.370Z[ host-image] Feb 23 09:09:26.171 INFO O| Feb 23 09:09:26.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99222025-02-23T09:09:27.370Z[ host-image] Feb 23 09:09:26.171 INFO O| Feb 23 09:09:26.171 INFO ok!
99232025-02-23T09:09:27.370Z[ host-image] Feb 23 09:09:26.172 INFO O| Feb 23 09:09:26.171 INFO STEP 121 (ensure_file) COMPLETE
99242025-02-23T09:09:27.370Z[ host-image] Feb 23 09:09:26.172 INFO O| Feb 23 09:09:26.172 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99252025-02-23T09:09:27.403Z[ host-image] Feb 23 09:09:26.206 INFO O| Feb 23 09:09:26.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99262025-02-23T09:09:27.403Z[ host-image] Feb 23 09:09:26.207 INFO O| Feb 23 09:09:26.206 INFO copying /tmp/.tmpd4Sah6/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 ...
99272025-02-23T09:09:27.407Z[ host-image] Feb 23 09:09:26.207 INFO O| Feb 23 09:09:26.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99282025-02-23T09:09:27.407Z[ host-image] Feb 23 09:09:26.207 INFO O| Feb 23 09:09:26.207 INFO ok!
99292025-02-23T09:09:27.407Z[ host-image] Feb 23 09:09:26.207 INFO O| Feb 23 09:09:26.207 INFO STEP 122 (ensure_file) COMPLETE
99302025-02-23T09:09:27.407Z[ host-image] Feb 23 09:09:26.207 INFO O| Feb 23 09:09:26.207 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312025-02-23T09:09:27.424Z[ host-image] Feb 23 09:09:26.227 INFO O| Feb 23 09:09:26.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99322025-02-23T09:09:27.424Z[ host-image] Feb 23 09:09:26.227 INFO O| Feb 23 09:09:26.227 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99332025-02-23T09:09:27.427Z[ host-image] Feb 23 09:09:26.228 INFO O| Feb 23 09:09:26.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99342025-02-23T09:09:27.427Z[ host-image] Feb 23 09:09:26.228 INFO O| Feb 23 09:09:26.228 INFO ok!
99352025-02-23T09:09:27.427Z[ host-image] Feb 23 09:09:26.228 INFO O| Feb 23 09:09:26.228 INFO STEP 123 (ensure_file) COMPLETE
99362025-02-23T09:09:27.427Z[ host-image] Feb 23 09:09:26.228 INFO O| Feb 23 09:09:26.228 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-02-23T09:09:27.484Z[ host-image] Feb 23 09:09:26.288 INFO O| Feb 23 09:09:26.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99382025-02-23T09:09:27.484Z[ host-image] Feb 23 09:09:26.288 INFO O| Feb 23 09:09:26.288 INFO copying /tmp/.tmpd4Sah6/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99392025-02-23T09:09:36.272Z[ recovery-image] Feb 23 09:09:35.073 INFO E| Finished `release` profile [optimized] target(s) in 1m 25s
99402025-02-23T09:09:36.346Z[ recovery-image] Feb 23 09:09:35.147 INFO building host image...
99412025-02-23T09:09:36.348Z[ recovery-image] Feb 23 09:09:35.148 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")
99422025-02-23T09:09:37.608Z[ recovery-image] Feb 23 09:09:36.409 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
99432025-02-23T09:09:40.530Z[ host-image] Feb 23 09:09:39.330 INFO O| Feb 23 09:09:39.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
99442025-02-23T09:09:40.530Z[ host-image] Feb 23 09:09:39.330 INFO O| Feb 23 09:09:39.330 INFO ok!
99452025-02-23T09:09:40.532Z[ host-image] Feb 23 09:09:39.330 INFO O| Feb 23 09:09:39.330 INFO STEP 124 (ensure_file) COMPLETE
99462025-02-23T09:09:40.532Z[ host-image] Feb 23 09:09:39.330 INFO O| Feb 23 09:09:39.330 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472025-02-23T09:09:40.553Z[ host-image] Feb 23 09:09:39.354 INFO O| Feb 23 09:09:39.353 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
99482025-02-23T09:09:40.553Z[ host-image] Feb 23 09:09:39.354 INFO O| Feb 23 09:09:39.353 INFO STEP 125 (ensure_dir) COMPLETE
99492025-02-23T09:09:40.553Z[ host-image] Feb 23 09:09:39.354 INFO O| Feb 23 09:09:39.354 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99502025-02-23T09:09:40.571Z[ host-image] Feb 23 09:09:39.372 INFO O| Feb 23 09:09:39.371 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
99512025-02-23T09:09:40.571Z[ host-image] Feb 23 09:09:39.372 INFO O| Feb 23 09:09:39.372 INFO STEP 126 (ensure_dir) COMPLETE
99522025-02-23T09:09:40.573Z[ host-image] Feb 23 09:09:39.372 INFO O| Feb 23 09:09:39.372 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532025-02-23T09:09:40.608Z[ host-image] Feb 23 09:09:39.408 INFO O| Feb 23 09:09:39.408 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
99542025-02-23T09:09:40.608Z[ host-image] Feb 23 09:09:39.409 INFO O| Feb 23 09:09:39.409 INFO STEP 127 (ensure_dir) COMPLETE
99552025-02-23T09:09:40.611Z[ host-image] Feb 23 09:09:39.409 INFO O| Feb 23 09:09:39.409 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99562025-02-23T09:09:40.630Z[ host-image] Feb 23 09:09:39.431 INFO O| Feb 23 09:09:39.431 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
99572025-02-23T09:09:40.630Z[ host-image] Feb 23 09:09:39.431 INFO O| Feb 23 09:09:39.431 INFO STEP 128 (ensure_dir) COMPLETE
99582025-02-23T09:09:40.633Z[ host-image] Feb 23 09:09:39.431 INFO O| Feb 23 09:09:39.431 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592025-02-23T09:09:40.651Z[ host-image] Feb 23 09:09:39.452 INFO O| Feb 23 09:09:39.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99602025-02-23T09:09:40.654Z[ host-image] Feb 23 09:09:39.452 INFO O| Feb 23 09:09:39.452 INFO copying /tmp/.tmpd4Sah6/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 ...
99612025-02-23T09:09:40.654Z[ host-image] Feb 23 09:09:39.452 INFO O| Feb 23 09:09:39.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
99622025-02-23T09:09:40.654Z[ host-image] Feb 23 09:09:39.452 INFO O| Feb 23 09:09:39.452 INFO ok!
99632025-02-23T09:09:40.654Z[ host-image] Feb 23 09:09:39.452 INFO O| Feb 23 09:09:39.452 INFO STEP 129 (ensure_file) COMPLETE
99642025-02-23T09:09:40.654Z[ host-image] Feb 23 09:09:39.452 INFO O| Feb 23 09:09:39.452 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652025-02-23T09:09:40.674Z[ host-image] Feb 23 09:09:39.474 INFO O| Feb 23 09:09:39.474 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99662025-02-23T09:09:40.676Z[ host-image] Feb 23 09:09:39.475 INFO O| Feb 23 09:09:39.474 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99672025-02-23T09:09:40.676Z[ host-image] Feb 23 09:09:39.475 INFO O| Feb 23 09:09:39.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
99682025-02-23T09:09:40.676Z[ host-image] Feb 23 09:09:39.475 INFO O| Feb 23 09:09:39.475 INFO STEP 130 (ensure_dir) COMPLETE
99692025-02-23T09:09:40.676Z[ host-image] Feb 23 09:09:39.475 INFO O| Feb 23 09:09:39.475 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-02-23T09:09:40.696Z[ host-image] Feb 23 09:09:39.497 INFO O| Feb 23 09:09:39.497 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
99712025-02-23T09:09:40.696Z[ host-image] Feb 23 09:09:39.497 INFO O| Feb 23 09:09:39.497 INFO copying /tmp/.tmpd4Sah6/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
99722025-02-23T09:09:40.699Z[ host-image] Feb 23 09:09:39.497 INFO O| Feb 23 09:09:39.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
99732025-02-23T09:09:40.700Z[ host-image] Feb 23 09:09:39.497 INFO O| Feb 23 09:09:39.497 INFO ok!
99742025-02-23T09:09:40.700Z[ host-image] Feb 23 09:09:39.498 INFO O| Feb 23 09:09:39.497 INFO STEP 131 (ensure_file) COMPLETE
99752025-02-23T09:09:40.700Z[ host-image] Feb 23 09:09:39.498 INFO O| Feb 23 09:09:39.498 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99762025-02-23T09:09:40.727Z[ host-image] Feb 23 09:09:39.528 INFO O| Feb 23 09:09:39.528 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
99772025-02-23T09:09:40.736Z[ host-image] Feb 23 09:09:39.528 INFO O| Feb 23 09:09:39.528 INFO STEP 132 (remove_files) COMPLETE
99782025-02-23T09:09:40.736Z[ host-image] Feb 23 09:09:39.528 INFO O| Feb 23 09:09:39.528 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99792025-02-23T09:09:40.736Z[ recovery-image] Feb 23 09:09:39.531 INFO image complete! materials are in "/work/os-recovery"
99802025-02-23T09:09:40.739Z[ recovery-image]
99812025-02-23T09:09:40.739Z[ recovery-image] real 11:27.390688999
99822025-02-23T09:09:40.739Z[ recovery-image] user 7:04.053347950
99832025-02-23T09:09:40.739Z[ recovery-image] sys 1:06.909545680
99842025-02-23T09:09:40.739Z[ recovery-image] trap 0.419279708
99852025-02-23T09:09:40.739Z[ recovery-image] tflt 0.550375619
99862025-02-23T09:09:40.740Z[ recovery-image] dflt 3.600183504
99872025-02-23T09:09:40.740Z[ recovery-image] kflt 0.000065405
99882025-02-23T09:09:40.740Z[ recovery-image] lock 16:44.792877980
99892025-02-23T09:09:40.740Z[ recovery-image] slp 1:10:19.131666386
99902025-02-23T09:09:40.740Z[ recovery-image] lat 5:44.742413503
99912025-02-23T09:09:40.740Z[ recovery-image] stop 9.402373078
99922025-02-23T09:09:40.740ZFeb 23 09:09:39.538 INFO [recovery-image] process exited with exit status: 0 (687.422826758s)
99932025-02-23T09:09:40.768Z[ host-image] Feb 23 09:09:39.568 INFO O| Feb 23 09:09:39.568 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
99942025-02-23T09:09:40.770Z[ host-image] Feb 23 09:09:39.569 INFO O| Feb 23 09:09:39.569 INFO STEP 133 (remove_files) COMPLETE
99952025-02-23T09:09:40.771Z[ host-image] Feb 23 09:09:39.569 INFO O| Feb 23 09:09:39.569 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99962025-02-23T09:09:40.789Z[ host-image] Feb 23 09:09:39.590 INFO O| Feb 23 09:09:39.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
99972025-02-23T09:09:40.793Z[ host-image] Feb 23 09:09:39.590 INFO O| Feb 23 09:09:39.590 INFO STEP 134 (remove_files) COMPLETE
99982025-02-23T09:09:40.793Z[ host-image] Feb 23 09:09:39.590 INFO O| Feb 23 09:09:39.590 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99992025-02-23T09:09:40.811Z[ host-image] Feb 23 09:09:39.612 INFO O| Feb 23 09:09:39.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100002025-02-23T09:09:40.814Z[ host-image] Feb 23 09:09:39.612 INFO O| Feb 23 09:09:39.612 INFO STEP 135 (remove_files) COMPLETE
100012025-02-23T09:09:40.814Z[ host-image] Feb 23 09:09:39.612 INFO O| Feb 23 09:09:39.612 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100022025-02-23T09:09:40.832Z[ host-image] Feb 23 09:09:39.633 INFO O| Feb 23 09:09:39.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100032025-02-23T09:09:40.836Z[ host-image] Feb 23 09:09:39.633 INFO O| Feb 23 09:09:39.633 INFO STEP 136 (remove_files) COMPLETE
100042025-02-23T09:09:40.836Z[ host-image] Feb 23 09:09:39.633 INFO O| Feb 23 09:09:39.633 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100052025-02-23T09:09:40.854Z[ host-image] Feb 23 09:09:39.655 INFO O| Feb 23 09:09:39.654 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100062025-02-23T09:09:40.857Z[ host-image] Feb 23 09:09:39.655 INFO O| Feb 23 09:09:39.655 INFO STEP 137 (remove_files) COMPLETE
100072025-02-23T09:09:40.857Z[ host-image] Feb 23 09:09:39.655 INFO O| Feb 23 09:09:39.655 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100082025-02-23T09:09:40.882Z[ host-image] Feb 23 09:09:39.683 INFO O| Feb 23 09:09:39.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100092025-02-23T09:09:40.882Z[ host-image] Feb 23 09:09:39.683 INFO O| Feb 23 09:09:39.683 INFO STEP 138 (remove_files) COMPLETE
100102025-02-23T09:09:40.882Z[ host-image] Feb 23 09:09:39.683 INFO O| Feb 23 09:09:39.683 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100112025-02-23T09:09:40.901Z[ host-image] Feb 23 09:09:39.702 INFO O| Feb 23 09:09:39.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100122025-02-23T09:09:40.901Z[ host-image] Feb 23 09:09:39.702 INFO O| Feb 23 09:09:39.702 INFO STEP 139 (remove_files) COMPLETE
100132025-02-23T09:09:40.905Z[ host-image] Feb 23 09:09:39.702 INFO O| Feb 23 09:09:39.702 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100142025-02-23T09:09:40.919Z[ host-image] Feb 23 09:09:39.720 INFO O| Feb 23 09:09:39.720 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100152025-02-23T09:09:40.919Z[ host-image] Feb 23 09:09:39.720 INFO O| Feb 23 09:09:39.720 INFO STEP 140 (remove_files) COMPLETE
100162025-02-23T09:09:40.922Z[ host-image] Feb 23 09:09:39.720 INFO O| Feb 23 09:09:39.720 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100172025-02-23T09:09:40.937Z[ host-image] Feb 23 09:09:39.738 INFO O| Feb 23 09:09:39.737 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100182025-02-23T09:09:40.938Z[ host-image] Feb 23 09:09:39.738 INFO O| Feb 23 09:09:39.738 INFO STEP 141 (remove_files) COMPLETE
100192025-02-23T09:09:40.938Z[ host-image] Feb 23 09:09:39.738 INFO O| Feb 23 09:09:39.738 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100202025-02-23T09:09:40.956Z[ host-image] Feb 23 09:09:39.756 INFO O| Feb 23 09:09:39.756 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100212025-02-23T09:09:40.956Z[ host-image] Feb 23 09:09:39.756 INFO O| Feb 23 09:09:39.756 INFO STEP 142 (remove_files) COMPLETE
100222025-02-23T09:09:40.959Z[ host-image] Feb 23 09:09:39.756 INFO O| Feb 23 09:09:39.756 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100232025-02-23T09:09:40.973Z[ host-image] Feb 23 09:09:39.773 INFO O| Feb 23 09:09:39.773 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100242025-02-23T09:09:40.973Z[ host-image] Feb 23 09:09:39.773 INFO O| Feb 23 09:09:39.773 INFO STEP 143 (remove_files) COMPLETE
100252025-02-23T09:09:40.976Z[ host-image] Feb 23 09:09:39.773 INFO O| Feb 23 09:09:39.773 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100262025-02-23T09:09:40.990Z[ host-image] Feb 23 09:09:39.791 INFO O| Feb 23 09:09:39.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100272025-02-23T09:09:40.990Z[ host-image] Feb 23 09:09:39.791 INFO O| Feb 23 09:09:39.791 INFO STEP 144 (remove_files) COMPLETE
100282025-02-23T09:09:40.993Z[ host-image] Feb 23 09:09:39.791 INFO O| Feb 23 09:09:39.791 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100292025-02-23T09:09:41.010Z[ host-image] Feb 23 09:09:39.810 INFO O| Feb 23 09:09:39.810 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100302025-02-23T09:09:41.010Z[ host-image] Feb 23 09:09:39.810 INFO O| Feb 23 09:09:39.810 INFO STEP 145 (remove_files) COMPLETE
100312025-02-23T09:09:41.010Z[ host-image] Feb 23 09:09:39.810 INFO O| Feb 23 09:09:39.810 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100322025-02-23T09:09:41.029Z[ host-image] Feb 23 09:09:39.830 INFO O| Feb 23 09:09:39.830 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100332025-02-23T09:09:41.029Z[ host-image] Feb 23 09:09:39.830 INFO O| Feb 23 09:09:39.830 INFO STEP 146 (remove_files) COMPLETE
100342025-02-23T09:09:41.029Z[ host-image] Feb 23 09:09:39.830 INFO O| Feb 23 09:09:39.830 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100352025-02-23T09:09:41.065Z[ host-image] Feb 23 09:09:39.866 INFO O| Feb 23 09:09:39.866 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100362025-02-23T09:09:41.065Z[ host-image] Feb 23 09:09:39.866 INFO O| Feb 23 09:09:39.866 INFO STEP 147 (remove_files) COMPLETE
100372025-02-23T09:09:41.065Z[ host-image] Feb 23 09:09:39.866 INFO O| Feb 23 09:09:39.866 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100382025-02-23T09:09:41.110Z[ host-image] Feb 23 09:09:39.911 INFO O| Feb 23 09:09:39.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100392025-02-23T09:09:41.113Z[ host-image] Feb 23 09:09:39.911 INFO O| Feb 23 09:09:39.911 INFO STEP 148 (remove_files) COMPLETE
100402025-02-23T09:09:41.113Z[ host-image] Feb 23 09:09:39.911 INFO O| Feb 23 09:09:39.911 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412025-02-23T09:09:41.130Z[ host-image] Feb 23 09:09:39.931 INFO O| Feb 23 09:09:39.931 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100422025-02-23T09:09:41.134Z[ host-image] Feb 23 09:09:39.931 INFO O| Feb 23 09:09:39.931 INFO STEP 149 (remove_files) COMPLETE
100432025-02-23T09:09:41.134Z[ host-image] Feb 23 09:09:39.931 INFO O| Feb 23 09:09:39.931 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100442025-02-23T09:09:41.150Z[ host-image] Feb 23 09:09:39.951 INFO O| Feb 23 09:09:39.951 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100452025-02-23T09:09:41.153Z[ host-image] Feb 23 09:09:39.951 INFO O| Feb 23 09:09:39.951 INFO STEP 150 (remove_files) COMPLETE
100462025-02-23T09:09:41.153Z[ host-image] Feb 23 09:09:39.951 INFO O| Feb 23 09:09:39.951 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100472025-02-23T09:09:41.170Z[ host-image] Feb 23 09:09:39.970 INFO O| Feb 23 09:09:39.970 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100482025-02-23T09:09:41.172Z[ host-image] Feb 23 09:09:39.970 INFO O| Feb 23 09:09:39.970 INFO STEP 151 (remove_files) COMPLETE
100492025-02-23T09:09:41.172Z[ host-image] Feb 23 09:09:39.970 INFO O| Feb 23 09:09:39.970 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100502025-02-23T09:09:41.190Z[ host-image] Feb 23 09:09:39.990 INFO O| Feb 23 09:09:39.990 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100512025-02-23T09:09:41.190Z[ host-image] Feb 23 09:09:39.990 INFO O| Feb 23 09:09:39.990 INFO STEP 152 (remove_files) COMPLETE
100522025-02-23T09:09:41.190Z[ host-image] Feb 23 09:09:39.990 INFO O| Feb 23 09:09:39.990 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100532025-02-23T09:09:41.255Z[ host-image] Feb 23 09:09:40.056 INFO O| Feb 23 09:09:40.056 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100542025-02-23T09:09:41.258Z[ host-image] Feb 23 09:09:40.056 INFO O| Feb 23 09:09:40.056 INFO STEP 153 (remove_files) COMPLETE
100552025-02-23T09:09:41.258Z[ host-image] Feb 23 09:09:40.056 INFO O| Feb 23 09:09:40.056 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100562025-02-23T09:09:41.277Z[ host-image] Feb 23 09:09:40.077 INFO O| Feb 23 09:09:40.077 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100572025-02-23T09:09:41.277Z[ host-image] Feb 23 09:09:40.077 INFO O| Feb 23 09:09:40.077 INFO STEP 154 (remove_files) COMPLETE
100582025-02-23T09:09:41.280Z[ host-image] Feb 23 09:09:40.078 INFO O| Feb 23 09:09:40.077 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100592025-02-23T09:09:41.296Z[ host-image] Feb 23 09:09:40.096 INFO O| Feb 23 09:09:40.096 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
100602025-02-23T09:09:41.296Z[ host-image] Feb 23 09:09:40.097 INFO O| Feb 23 09:09:40.096 INFO STEP 155 (remove_files) COMPLETE
100612025-02-23T09:09:41.299Z[ host-image] Feb 23 09:09:40.097 INFO O| Feb 23 09:09:40.097 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622025-02-23T09:09:41.316Z[ host-image] Feb 23 09:09:40.116 INFO O| Feb 23 09:09:40.116 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
100632025-02-23T09:09:41.317Z[ host-image] Feb 23 09:09:40.116 INFO O| Feb 23 09:09:40.116 INFO STEP 156 (remove_files) COMPLETE
100642025-02-23T09:09:41.317Z[ host-image] Feb 23 09:09:40.116 INFO O| Feb 23 09:09:40.116 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652025-02-23T09:09:41.338Z[ host-image] Feb 23 09:09:40.138 INFO O| Feb 23 09:09:40.138 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100662025-02-23T09:09:41.338Z[ host-image] Feb 23 09:09:40.138 INFO O| Feb 23 09:09:40.138 INFO STEP 157 (remove_files) COMPLETE
100672025-02-23T09:09:41.338Z[ host-image] Feb 23 09:09:40.138 INFO O| Feb 23 09:09:40.138 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682025-02-23T09:09:41.368Z[ host-image] Feb 23 09:09:40.168 INFO O| Feb 23 09:09:40.168 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
100692025-02-23T09:09:41.368Z[ host-image] Feb 23 09:09:40.168 INFO O| Feb 23 09:09:40.168 INFO STEP 158 (remove_files) COMPLETE
100702025-02-23T09:09:41.368Z[ host-image] Feb 23 09:09:40.168 INFO O| Feb 23 09:09:40.168 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712025-02-23T09:09:41.404Z[ host-image] Feb 23 09:09:40.204 INFO O| Feb 23 09:09:40.204 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
100722025-02-23T09:09:41.404Z[ host-image] Feb 23 09:09:40.205 INFO O| Feb 23 09:09:40.205 INFO STEP 159 (remove_files) COMPLETE
100732025-02-23T09:09:41.407Z[ host-image] Feb 23 09:09:40.205 INFO O| Feb 23 09:09:40.205 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742025-02-23T09:09:41.426Z[ host-image] Feb 23 09:09:40.226 INFO O| Feb 23 09:09:40.226 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
100752025-02-23T09:09:41.427Z[ host-image] Feb 23 09:09:40.226 INFO O| Feb 23 09:09:40.226 INFO STEP 160 (remove_files) COMPLETE
100762025-02-23T09:09:41.427Z[ host-image] Feb 23 09:09:40.226 INFO O| Feb 23 09:09:40.226 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
100772025-02-23T09:09:41.459Z[ host-image] Feb 23 09:09:40.260 INFO O| Feb 23 09:09:40.260 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
100782025-02-23T09:09:41.462Z[ host-image] Feb 23 09:09:40.260 INFO O| Feb 23 09:09:40.260 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
100792025-02-23T09:09:54.445Z[ host-image] Feb 23 09:09:53.242 INFO O| Feb 23 09:09:53.242 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
100802025-02-23T09:09:54.447Z[ host-image] Feb 23 09:09:53.242 INFO O| Feb 23 09:09:53.242 INFO E| svccfg: Loaded 74 smf(7) service descriptions
100812025-02-23T09:09:54.470Z[ host-image] Feb 23 09:09:53.266 INFO O| Feb 23 09:09:53.266 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
100822025-02-23T09:09:54.625Z[ host-image] Feb 23 09:09:53.423 INFO O| Feb 23 09:09:53.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
100832025-02-23T09:09:54.625Z[ host-image] Feb 23 09:09:53.423 INFO O| Feb 23 09:09:53.423 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
100842025-02-23T09:09:54.628Z[ host-image] Feb 23 09:09:53.426 INFO O| Feb 23 09:09:53.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
100852025-02-23T09:09:54.631Z[ host-image] Feb 23 09:09:53.426 INFO O| Feb 23 09:09:53.426 INFO ok!
100862025-02-23T09:09:54.631Z[ host-image] Feb 23 09:09:53.426 INFO O| Feb 23 09:09:53.426 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
100872025-02-23T09:09:54.631Z[ host-image] Feb 23 09:09:53.426 INFO O| Feb 23 09:09:53.426 INFO STEP 161 (seed_smf) COMPLETE
100882025-02-23T09:09:54.631Z[ host-image] Feb 23 09:09:53.426 INFO O| Feb 23 09:09:53.426 INFO steps complete; finalising image!
100892025-02-23T09:09:54.631Z[ host-image] Feb 23 09:09:53.426 INFO O| Feb 23 09:09:53.426 INFO TRIM POOL: TEMPORARY-gimlet-zfs
100902025-02-23T09:09:54.831Z[ host-image] Feb 23 09:09:53.627 INFO O| Feb 23 09:09:53.627 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sun Feb 23 09:09:53 2025)
100912025-02-23T09:09:55.042Z[ host-image] Feb 23 09:09:53.839 INFO O| Feb 23 09:09:53.839 INFO trim TEMPORARY-gimlet-zfs: (98% trimmed, started at Sun Feb 23 09:09:53 2025)
100922025-02-23T09:09:55.286Z[ host-image] Feb 23 09:09:54.083 INFO O| Feb 23 09:09:54.083 INFO temporary pool has 720M used, 112M avail, 1.79x compressratio
100932025-02-23T09:09:55.286Z[ host-image] Feb 23 09:09:54.083 INFO O| Feb 23 09:09:54.083 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
100942025-02-23T09:09:55.881Z[ host-image] Feb 23 09:09:54.678 INFO O| Feb 23 09:09:54.678 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
100952025-02-23T09:09:55.881Z[ host-image] Feb 23 09:09:54.678 INFO O| Feb 23 09:09:54.678 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
100962025-02-23T09:09:58.284Z[ host-image] Feb 23 09:09:57.081 INFO O| Feb 23 09:09:57.080 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
100972025-02-23T09:09:58.284Z[ host-image] Feb 23 09:09:57.081 INFO O| Feb 23 09:09:57.081 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
100982025-02-23T09:09:58.288Z[ host-image] Feb 23 09:09:57.081 INFO O| Feb 23 09:09:57.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
100992025-02-23T09:09:58.288Z[ host-image] Feb 23 09:09:57.081 INFO O| Feb 23 09:09:57.081 INFO completed processing gimlet/zfs
101002025-02-23T09:09:58.288Z[ host-image] Feb 23 09:09:57.081 INFO O| Feb 23 09:09:57.081 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101012025-02-23T09:10:06.879Z[ host-image] Feb 23 09:10:05.674 INFO O| Feb 23 09:10:05.674 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101022025-02-23T09:10:07.015Z[ host-image] Feb 23 09:10:05.808 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101032025-02-23T09:10:07.017Z[ host-image] Feb 23 09:10:05.808 INFO expanded image name: "ci fef44b3/${os_short_commit} 2025-02-23 08:33" -> "ci fef44b3/9fcb5ef 2025-02-23 08:33"
101042025-02-23T09:10:07.017Z[ host-image] Feb 23 09:10:05.808 INFO output artefacts stored in: "/work/os-host"
101052025-02-23T09:10:07.017Z[ host-image] Feb 23 09:10:05.809 INFO collecting git info from project "image-builder"...
101062025-02-23T09:10:07.027Z[ host-image] Feb 23 09:10:05.822 INFO collecting git info from project "amd-host-image-builder"...
101072025-02-23T09:10:07.053Z[ host-image] Feb 23 09:10:05.847 INFO collecting git info from project "chelsio-t6-roms"...
101082025-02-23T09:10:07.061Z[ host-image] Feb 23 09:10:05.856 INFO collecting git info from project "pilot"...
101092025-02-23T09:10:07.070Z[ host-image] Feb 23 09:10:05.865 INFO collecting git info from project "amd-firmware"...
101102025-02-23T09:10:07.085Z[ host-image] Feb 23 09:10:05.880 INFO collecting git info from project "phbl"...
101112025-02-23T09:10:07.112Z[ host-image] Feb 23 09:10:05.907 INFO collecting git info from project "bootserver"...
101122025-02-23T09:10:07.121Z[ host-image] Feb 23 09:10:05.916 INFO collecting git info from project "pinprick"...
101132025-02-23T09:10:07.130Z[ host-image] Feb 23 09:10:05.924 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101142025-02-23T09:10:08.473Z[ host-image] Feb 23 09:10:07.267 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101152025-02-23T09:10:09.146Z[ host-image] Feb 23 09:10:07.939 INFO creating Oxide boot image...
101162025-02-23T09:10:09.146Z[ host-image] Feb 23 09:10:07.939 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci fef44b3/9fcb5ef 2025-02-23 08:33", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101172025-02-23T09:10:10.530Z[ host-image] Feb 23 09:10:09.324 INFO O| ok, image written!
101182025-02-23T09:10:10.530Z[ host-image] Feb 23 09:10:09.324 INFO O| ok, boot_image_csum file written!
101192025-02-23T09:10:10.539Z[ host-image] Feb 23 09:10:09.333 INFO creating boot archive (CPIO)...
101202025-02-23T09:10:10.539Z[ host-image] Feb 23 09:10:09.333 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
101212025-02-23T09:10:10.548Z[ host-image] Feb 23 09:10:09.342 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101222025-02-23T09:10:10.549Z[ host-image] Feb 23 09:10:09.342 INFO E| + outfile=/work/os-host/cpio
101232025-02-23T09:10:10.551Z[ host-image] Feb 23 09:10:09.343 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101242025-02-23T09:10:10.554Z[ host-image] Feb 23 09:10:09.346 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101252025-02-23T09:10:10.554Z[ host-image] Feb 23 09:10:09.346 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101262025-02-23T09:10:10.616Z[ host-image] Feb 23 09:10:09.410 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101272025-02-23T09:10:10.617Z[ host-image] Feb 23 09:10:09.410 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101282025-02-23T09:10:10.627Z[ host-image] Feb 23 09:10:09.421 INFO creating compressed cpio/unix for nanobl-rs...
101292025-02-23T09:10:10.627Z[ host-image] Feb 23 09:10:09.422 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
101302025-02-23T09:10:11.103Z[ host-image] Feb 23 09:10:09.896 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101312025-02-23T09:10:17.587Z[ host-image] Feb 23 09:10:16.379 INFO creating reset image...
101322025-02-23T09:10:17.590Z[ host-image] Feb 23 09:10:16.380 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101332025-02-23T09:10:17.811Z[ host-image] Feb 23 09:10:16.603 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
101342025-02-23T09:10:17.844Z[ host-image] Feb 23 09:10:16.628 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101352025-02-23T09:10:17.971Z[ host-image] Feb 23 09:10:16.763 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101362025-02-23T09:10:22.659Z[ host-image] Feb 23 09:10:21.450 INFO E| Finished `release` profile [optimized] target(s) in 4.78s
101372025-02-23T09:10:22.676Z[ host-image] Feb 23 09:10:21.468 INFO building host image...
101382025-02-23T09:10:22.679Z[ host-image] Feb 23 09:10:21.468 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")
101392025-02-23T09:10:23.612Z[ host-image] Feb 23 09:10:22.403 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101402025-02-23T09:11:39.925Z[ host-image] Feb 23 09:11:38.699 INFO image complete! materials are in "/work/os-host"
101412025-02-23T09:11:39.931Z[ host-image]
101422025-02-23T09:11:39.931Z[ host-image] real 14:06.997449817
101432025-02-23T09:11:39.937Z[ host-image] user 7:10.161909232
101442025-02-23T09:11:39.937Z[ host-image] sys 1:13.513375838
101452025-02-23T09:11:39.937Z[ host-image] trap 0.354145379
101462025-02-23T09:11:39.937Z[ host-image] tflt 0.034958180
101472025-02-23T09:11:39.937Z[ host-image] dflt 0.211944435
101482025-02-23T09:11:39.937Z[ host-image] kflt 0.031435771
101492025-02-23T09:11:39.937Z[ host-image] lock 12:44.115252697
101502025-02-23T09:11:39.937Z[ host-image] slp 1:13:52.052574301
101512025-02-23T09:11:39.937Z[ host-image] lat 3:21.739018829
101522025-02-23T09:11:39.937Z[ host-image] stop 3.237016959
101532025-02-23T09:11:39.937ZFeb 23 09:11:38.706 INFO [host-image] process exited with exit status: 0 (847.017337178s)
101542025-02-23T09:11:39.937ZFeb 23 09:11:38.706 INFO [tuf-repo] running task
101552025-02-23T09:12:14.733ZFeb 23 09:12:13.474 INFO assembling repository in `/tmp/tufaceousG0RA4l`, component: OmicronRepoAssembler
101562025-02-23T09:12:43.672ZFeb 23 09:12:42.432 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
101572025-02-23T09:12:43.921ZFeb 23 09:12:42.681 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
101582025-02-23T09:12:59.248ZFeb 23 09:12:58.004 INFO [tuf-repo] task succeeded (79.298505434s)
101592025-02-23T09:13:16.589Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101602025-02-23T09:14:50.185Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101612025-02-23T09:15:10.879Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101622025-02-23T09:15:27.439Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101632025-02-23T09:20:39.044Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 22s
101642025-02-23T09:20:39.548ZFeb 23 09:20:38.138 INFO [verify-libraries] process exited with exit status: 0 (1346.603132032s)
101652025-02-23T09:20:39.605ZFeb 23 09:20:38.138 INFO all jobs completed in 2810.779699583s
101662025-02-23T09:20:42.347Zprocess exited: duration 3462472 ms, exit code 0
 
101672025-02-23T09:20:42.370Zfound 33 output files
101682025-02-23T09:20:42.377Zuploading: /work/manifest.toml (13429 bytes)
101692025-02-23T09:20:43.384Zuploaded: /work/manifest.toml
101702025-02-23T09:20:43.393Zuploading: /work/repo.zip (2165207950 bytes)
101712025-02-23T09:21:24.965Zuploaded: /work/repo.zip
101722025-02-23T09:21:24.965Zuploading: /work/repo.zip.sha256.txt (65 bytes)
101732025-02-23T09:21:25.982Zuploaded: /work/repo.zip.sha256.txt
101742025-02-23T09:21:25.982Zuploading: /work/helios-setup.log (69013 bytes)
101752025-02-23T09:21:26.992Zuploaded: /work/helios-setup.log
101762025-02-23T09:21:26.992Zuploading: /work/host-image.log (199099 bytes)
101772025-02-23T09:21:28.009Zuploaded: /work/host-image.log
101782025-02-23T09:21:28.009Zuploading: /work/host-package.log (24601 bytes)
101792025-02-23T09:21:29.018Zuploaded: /work/host-package.log
101802025-02-23T09:21:29.018Zuploading: /work/host-target.log (101 bytes)
101812025-02-23T09:21:30.026Zuploaded: /work/host-target.log
101822025-02-23T09:21:30.026Zuploading: /work/omicron-package.log (6720 bytes)
101832025-02-23T09:21:31.100Zuploaded: /work/omicron-package.log
101842025-02-23T09:21:31.100Zuploading: /work/phbl-toolchain.log (881 bytes)
101852025-02-23T09:21:32.129Zuploaded: /work/phbl-toolchain.log
101862025-02-23T09:21:32.129Zuploading: /work/recovery-image.log (579017 bytes)
101872025-02-23T09:21:33.154Zuploaded: /work/recovery-image.log
101882025-02-23T09:21:33.154Zuploading: /work/recovery-package.log (1762 bytes)
101892025-02-23T09:21:34.162Zuploaded: /work/recovery-package.log
101902025-02-23T09:21:34.164Zuploading: /work/recovery-target.log (98 bytes)
101912025-02-23T09:21:35.170Zuploaded: /work/recovery-target.log
101922025-02-23T09:21:35.170Zuploading: /work/stamp-clickhouse.log (117 bytes)
101932025-02-23T09:21:36.178Zuploaded: /work/stamp-clickhouse.log
101942025-02-23T09:21:36.179Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
101952025-02-23T09:21:37.186Zuploaded: /work/stamp-clickhouse_keeper.log
101962025-02-23T09:21:37.186Zuploading: /work/stamp-cockroachdb.log (118 bytes)
101972025-02-23T09:21:38.194Zuploaded: /work/stamp-cockroachdb.log
101982025-02-23T09:21:38.194Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
101992025-02-23T09:21:39.202Zuploaded: /work/stamp-crucible-dtrace.log
102002025-02-23T09:21:39.202Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102012025-02-23T09:21:40.210Zuploaded: /work/stamp-crucible-pantry-zone.log
102022025-02-23T09:21:40.210Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102032025-02-23T09:21:41.218Zuploaded: /work/stamp-crucible-zone.log
102042025-02-23T09:21:41.218Zuploading: /work/stamp-external-dns.log (119 bytes)
102052025-02-23T09:21:42.227Zuploaded: /work/stamp-external-dns.log
102062025-02-23T09:21:42.227Zuploading: /work/stamp-installinator.log (103 bytes)
102072025-02-23T09:21:43.237Zuploaded: /work/stamp-installinator.log
102082025-02-23T09:21:43.237Zuploading: /work/stamp-internal-dns.log (119 bytes)
102092025-02-23T09:21:44.346Zuploaded: /work/stamp-internal-dns.log
102102025-02-23T09:21:44.346Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102112025-02-23T09:21:45.395Zuploaded: /work/stamp-mg-ddm-gz.log
102122025-02-23T09:21:45.395Zuploading: /work/stamp-nexus.log (112 bytes)
102132025-02-23T09:21:46.404Zuploaded: /work/stamp-nexus.log
102142025-02-23T09:21:46.404Zuploading: /work/stamp-ntp.log (110 bytes)
102152025-02-23T09:21:47.412Zuploaded: /work/stamp-ntp.log
102162025-02-23T09:21:47.412Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102172025-02-23T09:21:48.420Zuploaded: /work/stamp-omicron-sled-agent.log
102182025-02-23T09:21:48.420Zuploading: /work/stamp-overlay.log (114 bytes)
102192025-02-23T09:21:49.428Zuploaded: /work/stamp-overlay.log
102202025-02-23T09:21:49.428Zuploading: /work/stamp-oximeter.log (115 bytes)
102212025-02-23T09:21:50.435Zuploaded: /work/stamp-oximeter.log
102222025-02-23T09:21:50.435Zuploading: /work/stamp-oxlog.log (109 bytes)
102232025-02-23T09:21:51.442Zuploaded: /work/stamp-oxlog.log
102242025-02-23T09:21:51.442Zuploading: /work/stamp-probe.log (112 bytes)
102252025-02-23T09:21:52.450Zuploaded: /work/stamp-probe.log
102262025-02-23T09:21:52.450Zuploading: /work/stamp-propolis-server.log (122 bytes)
102272025-02-23T09:21:53.483Zuploaded: /work/stamp-propolis-server.log
102282025-02-23T09:21:53.483Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102292025-02-23T09:21:54.492Zuploaded: /work/stamp-pumpkind-gz.log
102302025-02-23T09:21:54.492Zuploading: /work/stamp-switch-asic.log (118 bytes)
102312025-02-23T09:21:55.501Zuploaded: /work/stamp-switch-asic.log
102322025-02-23T09:21:55.501Zuploading: /work/verify-libraries.log (17219 bytes)
102332025-02-23T09:21:56.511Zuploaded: /work/verify-libraries.log