01JMKQD5RHMQEEB9KP59XW172B: 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: 01JMKQDRP8P66Z0AXNQWSXN5C6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-21T07:45:12.244Zjob assigned to worker 01JMKQDSMYXY5VAG5Y0AREDMZE [factory aws, i-0364ad93c604cfc3d] (queued for 54 s)
 
22025-02-21T07:45:19.628Zstarting task 0: "setup"
32025-02-21T07:45:19.636Z++ uname -s
42025-02-21T07:45:19.639Z+ kern=SunOS
52025-02-21T07:45:19.639Z+ build_user=build
62025-02-21T07:45:19.639Z+ build_uid=12345
72025-02-21T07:45:19.639Z+ work_dir=/work
82025-02-21T07:45:19.639Z+ input_dir=/input
92025-02-21T07:45:19.639Z+ [[ 0 == 12345 ]]
102025-02-21T07:45:19.639Z+ case "$kern" in
112025-02-21T07:45:19.639Z+ groupadd -g 12345 build
122025-02-21T07:45:19.641Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-21T07:45:21.650Z+ zfs create -o mountpoint=/work rpool/work
142025-02-21T07:45:21.779Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-21T07:45:21.795Z+ home_fs=zfs
162025-02-21T07:45:21.795Z+ [[ zfs == autofs ]]
172025-02-21T07:45:21.796Z+ mkdir -p /home/build
182025-02-21T07:45:21.796Z+ chown build:build /home/build /work
192025-02-21T07:45:23.786Z+ chmod 0700 /home/build /work
202025-02-21T07:45:23.799Zprocess exited: duration 4158 ms, exit code 0
 
212025-02-21T07:45:23.835Zstarting task 1: "rust-toolchain"
222025-02-21T07:45:23.847Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-21T07:45:23.847Z * rust toolchain channel = "1.85.0"
242025-02-21T07:45:23.847Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-21T07:45:23.847Z * rust toolchain profile = "default"
262025-02-21T07:45:23.847Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-21T07:45:23.847Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-21T07:45:23.847Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-21T07:45:23.847Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-21T07:45:23.955Zinfo: downloading installer
312025-02-21T07:45:25.309Zwarning: it looks like you have an existing installation of Rust at:
322025-02-21T07:45:25.309Zwarning: /opt/ooce/bin
332025-02-21T07:45:25.309Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-21T07:45:25.309Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-21T07:45:25.309Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-21T07:45:25.310Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-21T07:45:25.310Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-21T07:45:25.310Zerror: cannot install while Rust is installed
392025-02-21T07:45:25.310Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-21T07:45:29.420Zinfo: profile set to 'default'
412025-02-21T07:45:29.420Zinfo: default host triple is x86_64-unknown-illumos
422025-02-21T07:45:29.421Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-21T07:45:29.562Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-21T07:45:29.562Zinfo: downloading component 'cargo'
452025-02-21T07:45:29.562Zinfo: downloading component 'clippy'
462025-02-21T07:45:29.562Zinfo: downloading component 'rust-docs'
472025-02-21T07:45:29.562Zinfo: downloading component 'rust-std'
482025-02-21T07:45:30.050Zinfo: downloading component 'rustc'
492025-02-21T07:45:36.854Zinfo: downloading component 'rustfmt'
502025-02-21T07:45:37.108Zinfo: installing component 'cargo'
512025-02-21T07:45:37.940Zinfo: installing component 'clippy'
522025-02-21T07:45:38.323Zinfo: installing component 'rust-docs'
532025-02-21T07:45:40.092Zinfo: installing component 'rust-std'
542025-02-21T07:45:41.995Zinfo: installing component 'rustc'
552025-02-21T07:45:47.870Zinfo: installing component 'rustfmt'
562025-02-21T07:45:48.206Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-21T07:45:48.206Z
582025-02-21T07:45:48.574Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-21T07:45:48.574Z
602025-02-21T07:45:48.577Z
612025-02-21T07:45:48.577ZRust is installed now. Great!
622025-02-21T07:45:48.577Z
632025-02-21T07:45:48.578ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-21T07:45:48.578Zenvironment variable. This has not been done automatically.
652025-02-21T07:45:48.578Z
662025-02-21T07:45:48.578ZTo configure your current shell, you need to source
672025-02-21T07:45:48.578Zthe corresponding env file under $HOME/.cargo.
682025-02-21T07:45:48.578Z
692025-02-21T07:45:48.578ZThis is usually done by running one of the following (note the leading DOT):
702025-02-21T07:45:48.578Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-21T07:45:48.578Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-21T07:45:48.645Z+ rustup --version
732025-02-21T07:45:48.653Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-21T07:45:48.653Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-21T07:45:48.734Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-21T07:45:48.738Z+ cargo --version
772025-02-21T07:45:48.795Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-21T07:45:48.798Z+ rustc --version
792025-02-21T07:45:48.862Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-21T07:45:48.865Zprocess exited: duration 25043 ms, exit code 0
 
812025-02-21T07:45:48.872Zstarting task 2: "authentication"
822025-02-21T07:45:48.895Zprocess exited: duration 22 ms, exit code 0
 
832025-02-21T07:45:48.902Zstarting task 3: "clone repository"
842025-02-21T07:45:48.907Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-21T07:45:48.911Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-21T07:45:48.950ZCloning into '/work/oxidecomputer/omicron'...
872025-02-21T07:45:56.633Z+ cd /work/oxidecomputer/omicron
882025-02-21T07:45:56.633Z+ git fetch origin 903e27dbec386debb62bae0c6580d81daf1ebf88
892025-02-21T07:45:56.924ZFrom https://github.com/oxidecomputer/omicron
902025-02-21T07:45:56.924Z * branch 903e27dbec386debb62bae0c6580d81daf1ebf88 -> FETCH_HEAD
912025-02-21T07:45:56.935Z+ [[ -n sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]]
922025-02-21T07:45:56.938Z++ git branch --show-current
932025-02-21T07:45:56.938Z+ current=main
942025-02-21T07:45:56.938Z+ [[ main != sunshowers/spr/meta-switch-to-once_cell-impls-in-std ]]
952025-02-21T07:45:56.938Z+ git branch -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std 903e27dbec386debb62bae0c6580d81daf1ebf88
962025-02-21T07:45:56.941Z+ git checkout -f sunshowers/spr/meta-switch-to-once_cell-impls-in-std
972025-02-21T07:45:57.126ZSwitched to branch 'sunshowers/spr/meta-switch-to-once_cell-impls-in-std'
982025-02-21T07:45:57.129Z+ git reset --hard 903e27dbec386debb62bae0c6580d81daf1ebf88
992025-02-21T07:45:57.313ZHEAD is now at 903e27dbe [spr] initial version
1002025-02-21T07:45:57.316Zprocess exited: duration 8413 ms, exit code 0
 
1012025-02-21T07:45:57.325Zstarting task 4: "build"
1022025-02-21T07:45:57.328Z+ source .github/buildomat/ci-env.sh
1032025-02-21T07:45:57.330Z++ export CARGO_TERM_COLOR=always
1042025-02-21T07:45:57.330Z++ CARGO_TERM_COLOR=always
1052025-02-21T07:45:57.330Z+ cargo --version
1062025-02-21T07:45:57.379Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-21T07:45:57.382Z+ rustc --version
1082025-02-21T07:45:57.444Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-21T07:45:57.447Z+ cargo tree --locked
1102025-02-21T07:45:57.679Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-21T07:45:57.960Z Updating crates.io index
1122025-02-21T07:45:57.962Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-21T07:45:58.508Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-21T07:45:58.781Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-21T07:45:59.022Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-21T07:45:59.935Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-21T07:46:01.736Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-21T07:46:02.395Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-21T07:46:03.122Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-21T07:46:03.382Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-21T07:46:03.660Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-21T07:46:04.283Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1232025-02-21T07:46:04.696Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242025-02-21T07:46:04.979Z Updating git repository `https://github.com/oxidecomputer/tofino`
1252025-02-21T07:46:05.959Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1262025-02-21T07:46:05.974Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1272025-02-21T07:46:05.975Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1282025-02-21T07:46:06.049Z Updating git repository `https://github.com/oxidecomputer/lldp`
1292025-02-21T07:46:06.349Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-02-21T07:46:06.636Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1312025-02-21T07:46:06.943Z Updating git repository `https://github.com/oxidecomputer/ispf`
1322025-02-21T07:46:07.208Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332025-02-21T07:46:07.536Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342025-02-21T07:46:08.019Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352025-02-21T07:46:08.383Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362025-02-21T07:46:08.739Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372025-02-21T07:46:09.243Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1382025-02-21T07:46:09.553Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392025-02-21T07:46:09.819Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402025-02-21T07:46:10.090Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412025-02-21T07:46:11.487Z Downloading crates ...
1422025-02-21T07:46:11.608Z Downloaded equivalent v1.0.1
1432025-02-21T07:46:11.623Z Downloaded chrono-tz-build v0.4.0
1442025-02-21T07:46:11.665Z Downloaded anstream v0.6.15
1452025-02-21T07:46:11.674Z Downloaded anyhow v1.0.95
1462025-02-21T07:46:11.677Z Downloaded anstyle-query v1.1.1
1472025-02-21T07:46:11.680Z Downloaded anes v0.1.6
1482025-02-21T07:46:11.683Z Downloaded arrayvec v0.7.6
1492025-02-21T07:46:11.685Z Downloaded approx v0.5.1
1502025-02-21T07:46:11.690Z Downloaded allocator-api2 v0.2.18
1512025-02-21T07:46:11.699Z Downloaded array-init v0.0.4
1522025-02-21T07:46:11.702Z Downloaded async-channel v2.3.1
1532025-02-21T07:46:11.705Z Downloaded async-process v2.3.0
1542025-02-21T07:46:11.705Z Downloaded async-executor v1.13.1
1552025-02-21T07:46:11.708Z Downloaded aho-corasick v1.1.3
1562025-02-21T07:46:11.713Z Downloaded async-object-pool v0.1.5
1572025-02-21T07:46:11.716Z Downloaded async-stream-impl v0.3.6
1582025-02-21T07:46:11.719Z Downloaded assert_matches v1.5.0
1592025-02-21T07:46:11.719Z Downloaded arrayref v0.3.9
1602025-02-21T07:46:11.721Z Downloaded atomicwrites v0.4.4
1612025-02-21T07:46:11.724Z Downloaded atomic-waker v1.1.2
1622025-02-21T07:46:11.724Z Downloaded async-recursion v1.1.1
1632025-02-21T07:46:11.727Z Downloaded assert-json-diff v2.0.2
1642025-02-21T07:46:11.729Z Downloaded anstyle v1.0.10
1652025-02-21T07:46:11.732Z Downloaded ascii-canvas v3.0.0
1662025-02-21T07:46:11.732Z Downloaded anstyle-parse v0.2.5
1672025-02-21T07:46:11.738Z Downloaded async-bb8-diesel v0.2.1
1682025-02-21T07:46:11.741Z Downloaded autocfg v1.4.0
1692025-02-21T07:46:11.743Z Downloaded foreign-types v0.3.2
1702025-02-21T07:46:11.746Z Downloaded foreign-types-shared v0.3.1
1712025-02-21T07:46:11.746Z Downloaded escape8259 v0.5.3
1722025-02-21T07:46:11.749Z Downloaded foreign-types-shared v0.1.1
1732025-02-21T07:46:11.750Z Downloaded backoff v0.4.0
1742025-02-21T07:46:11.758Z Downloaded fxhash v0.2.1
1752025-02-21T07:46:11.758Z Downloaded async-io v2.3.4
1762025-02-21T07:46:11.758Z Downloaded foreign-types-macros v0.2.3
1772025-02-21T07:46:11.758Z Downloaded foreign-types v0.5.0
1782025-02-21T07:46:11.758Z Downloaded float-ord v0.3.2
1792025-02-21T07:46:11.761Z Downloaded futures-sink v0.3.31
1802025-02-21T07:46:11.761Z Downloaded futures-core v0.3.31
1812025-02-21T07:46:11.761Z Downloaded fs-err v2.11.0
1822025-02-21T07:46:11.763Z Downloaded form_urlencoded v1.2.1
1832025-02-21T07:46:11.763Z Downloaded foldhash v0.1.3
1842025-02-21T07:46:11.766Z Downloaded flagset v0.4.6
1852025-02-21T07:46:11.766Z Downloaded cfg_aliases v0.2.1
1862025-02-21T07:46:11.769Z Downloaded futures-io v0.3.31
1872025-02-21T07:46:11.769Z Downloaded async-channel v1.9.0
1882025-02-21T07:46:11.769Z Downloaded atty v0.2.14
1892025-02-21T07:46:11.772Z Downloaded futures-executor v0.3.31
1902025-02-21T07:46:11.774Z Downloaded gethostname v0.5.0
1912025-02-21T07:46:11.774Z Downloaded generic-array v0.14.7
1922025-02-21T07:46:11.777Z Downloaded float-cmp v0.10.0
1932025-02-21T07:46:11.777Z Downloaded futures-task v0.3.31
1942025-02-21T07:46:11.780Z Downloaded futures-macro v0.3.31
1952025-02-21T07:46:11.780Z Downloaded base64ct v1.6.0
1962025-02-21T07:46:11.783Z Downloaded async-trait v0.1.86
1972025-02-21T07:46:11.786Z Downloaded http-body v1.0.1
1982025-02-21T07:46:11.786Z Downloaded bit-set v0.5.3
1992025-02-21T07:46:11.789Z Downloaded fallible-iterator v0.2.0
2002025-02-21T07:46:11.789Z Downloaded bitfield-struct v0.6.2
2012025-02-21T07:46:11.789Z Downloaded async-stream v0.3.6
2022025-02-21T07:46:11.792Z Downloaded guppy-workspace-hack v0.1.0
2032025-02-21T07:46:11.794Z Downloaded futures-timer v3.0.3
2042025-02-21T07:46:11.794Z Downloaded fallible-iterator v0.3.0
2052025-02-21T07:46:11.797Z Downloaded event-listener-strategy v0.5.2
2062025-02-21T07:46:11.797Z Downloaded path-slash v0.1.5
2072025-02-21T07:46:11.800Z Downloaded openssl-macros v0.1.1
2082025-02-21T07:46:11.800Z Downloaded event-listener v2.5.3
2092025-02-21T07:46:11.802Z Downloaded bitflags v1.3.2
2102025-02-21T07:46:11.805Z Downloaded bcrypt-pbkdf v0.10.0
2112025-02-21T07:46:11.805Z Downloaded aead v0.5.2
2122025-02-21T07:46:11.808Z Downloaded hash32 v0.3.1
2132025-02-21T07:46:11.808Z Downloaded group v0.13.0
2142025-02-21T07:46:11.810Z Downloaded futures-channel v0.3.31
2152025-02-21T07:46:11.813Z Downloaded cfg-if v1.0.0
2162025-02-21T07:46:11.813Z Downloaded futures v0.3.31
2172025-02-21T07:46:11.817Z Downloaded hubpack_derive v0.1.1
2182025-02-21T07:46:11.820Z Downloaded cast v0.3.0
2192025-02-21T07:46:11.820Z Downloaded glob v0.3.2
2202025-02-21T07:46:11.823Z Downloaded home v0.5.9
2212025-02-21T07:46:11.823Z Downloaded hex v0.4.3
2222025-02-21T07:46:11.826Z Downloaded chacha20 v0.9.1
2232025-02-21T07:46:11.826Z Downloaded heck v0.4.1
2242025-02-21T07:46:11.829Z Downloaded humantime v2.1.0
2252025-02-21T07:46:11.831Z Downloaded hostname v0.3.1
2262025-02-21T07:46:11.831Z Downloaded block-buffer v0.10.4
2272025-02-21T07:46:11.834Z Downloaded bytecount v0.6.8
2282025-02-21T07:46:11.834Z Downloaded heck v0.3.3
2292025-02-21T07:46:11.837Z Downloaded rpassword v7.3.1
2302025-02-21T07:46:11.837Z Downloaded buf-list v1.0.3
2312025-02-21T07:46:11.839Z Downloaded blocking v1.6.1
2322025-02-21T07:46:11.842Z Downloaded hubpack v0.1.2
2332025-02-21T07:46:11.842Z Downloaded heck v0.5.0
2342025-02-21T07:46:11.845Z Downloaded ghash v0.5.1
2352025-02-21T07:46:11.845Z Downloaded progenitor-macro v0.8.0
2362025-02-21T07:46:11.847Z Downloaded filetime v0.2.25
2372025-02-21T07:46:11.847Z Downloaded http-body-util v0.1.2
2382025-02-21T07:46:11.850Z Downloaded globset v0.4.15
2392025-02-21T07:46:11.853Z Downloaded num-derive v0.4.2
2402025-02-21T07:46:11.853Z Downloaded flume v0.11.1
2412025-02-21T07:46:11.856Z Downloaded oxnet v0.1.0
2422025-02-21T07:46:11.859Z Downloaded num_cpus v1.16.0
2432025-02-21T07:46:11.862Z Downloaded num v0.4.3
2442025-02-21T07:46:11.865Z Downloaded peg v0.8.4
2452025-02-21T07:46:11.867Z Downloaded httpdate v1.0.3
2462025-02-21T07:46:11.867Z Downloaded highway v1.2.0
2472025-02-21T07:46:11.870Z Downloaded hostname v0.4.0
2482025-02-21T07:46:11.873Z Downloaded pin-utils v0.1.0
2492025-02-21T07:46:11.873Z Downloaded httparse v1.9.5
2502025-02-21T07:46:11.875Z Downloaded cbc v0.1.2
2512025-02-21T07:46:11.878Z Downloaded cancel-safe-futures v0.1.5
2522025-02-21T07:46:11.880Z Downloaded cexpr v0.6.0
2532025-02-21T07:46:11.883Z Downloaded cargo_metadata v0.19.1
2542025-02-21T07:46:11.886Z Downloaded camino-tempfile v1.1.1
2552025-02-21T07:46:11.888Z Downloaded httptest v0.16.1
2562025-02-21T07:46:11.888Z Downloaded time-core v0.1.2
2572025-02-21T07:46:11.891Z Downloaded camino v1.1.9
2582025-02-21T07:46:11.893Z Downloaded base64 v0.13.1
2592025-02-21T07:46:11.896Z Downloaded pkg-config v0.3.31
2602025-02-21T07:46:11.896Z Downloaded bzip2 v0.4.4
2612025-02-21T07:46:11.899Z Downloaded hyper-rustls v0.26.0
2622025-02-21T07:46:11.901Z Downloaded rustls-native-certs v0.7.3
2632025-02-21T07:46:11.904Z Downloaded arc-swap v1.7.1
2642025-02-21T07:46:11.907Z Downloaded want v0.3.1
2652025-02-21T07:46:11.909Z Downloaded toolchain_find v0.4.0
2662025-02-21T07:46:11.909Z Downloaded proc-macro-crate v3.2.0
2672025-02-21T07:46:11.912Z Downloaded proc-macro-crate v1.3.1
2682025-02-21T07:46:11.912Z Downloaded packed_struct v0.10.1
2692025-02-21T07:46:11.914Z Downloaded shell-words v1.1.0
2702025-02-21T07:46:11.918Z Downloaded phf_generator v0.11.2
2712025-02-21T07:46:11.918Z Downloaded peg-macros v0.8.4
2722025-02-21T07:46:11.921Z Downloaded parking_lot_core v0.8.6
2732025-02-21T07:46:11.921Z Downloaded quinn-udp v0.5.5
2742025-02-21T07:46:11.924Z Downloaded zone_cfg_derive v0.3.0
2752025-02-21T07:46:11.924Z Downloaded hickory-client v0.24.3
2762025-02-21T07:46:11.926Z Downloaded once_cell v1.20.2
2772025-02-21T07:46:11.929Z Downloaded darling_macro v0.20.10
2782025-02-21T07:46:11.932Z Downloaded ciborium-io v0.2.2
2792025-02-21T07:46:11.932Z Downloaded semver v0.1.20
2802025-02-21T07:46:11.932Z Downloaded ident_case v1.0.1
2812025-02-21T07:46:11.935Z Downloaded rustversion v1.0.17
2822025-02-21T07:46:11.937Z Downloaded ahash v0.8.11
2832025-02-21T07:46:11.940Z Downloaded fatfs v0.3.6
2842025-02-21T07:46:11.942Z Downloaded static_assertions v1.1.0
2852025-02-21T07:46:11.942Z Downloaded embedded-io v0.6.1
2862025-02-21T07:46:11.945Z Downloaded cfg-expr v0.17.2
2872025-02-21T07:46:11.948Z Downloaded bitflags v2.6.0
2882025-02-21T07:46:11.950Z Downloaded thiserror v1.0.69
2892025-02-21T07:46:11.956Z Downloaded pkcs8 v0.10.2
2902025-02-21T07:46:11.959Z Downloaded mirai-annotations v1.12.0
2912025-02-21T07:46:11.962Z Downloaded postgres-protocol v0.6.7
2922025-02-21T07:46:11.962Z Downloaded postcard v1.0.10
2932025-02-21T07:46:11.965Z Downloaded predicates-tree v1.0.11
2942025-02-21T07:46:11.965Z Downloaded pem v3.0.4
2952025-02-21T07:46:11.969Z Downloaded sha2 v0.10.8
2962025-02-21T07:46:11.972Z Downloaded num-conv v0.1.0
2972025-02-21T07:46:11.972Z Downloaded utf8_iter v1.0.4
2982025-02-21T07:46:11.972Z Downloaded which v4.4.2
2992025-02-21T07:46:11.980Z Downloaded ron v0.7.1
3002025-02-21T07:46:11.983Z Downloaded peg-runtime v0.8.3
3012025-02-21T07:46:11.983Z Downloaded shlex v1.3.0
3022025-02-21T07:46:11.983Z Downloaded progenitor-client v0.9.1
3032025-02-21T07:46:11.983Z Downloaded cipher v0.4.4
3042025-02-21T07:46:11.983Z Downloaded ciborium-ll v0.2.2
3052025-02-21T07:46:11.986Z Downloaded zeroize_derive v1.4.2
3062025-02-21T07:46:11.986Z Downloaded document-features v0.2.10
3072025-02-21T07:46:11.989Z Downloaded crc v3.2.1
3082025-02-21T07:46:11.989Z Downloaded secrecy v0.8.0
3092025-02-21T07:46:11.992Z Downloaded daft v0.1.1
3102025-02-21T07:46:11.992Z Downloaded indoc v1.0.9
3112025-02-21T07:46:11.995Z Downloaded ena v0.14.3
3122025-02-21T07:46:11.997Z Downloaded display-error-chain v0.2.2
3132025-02-21T07:46:12.002Z Downloaded target-spec v3.3.1
3142025-02-21T07:46:12.002Z Downloaded sqlformat v0.2.6
3152025-02-21T07:46:12.004Z Downloaded md-5 v0.10.6
3162025-02-21T07:46:12.004Z Downloaded bytes v1.9.0
3172025-02-21T07:46:12.007Z Downloaded dirs-sys-next v0.1.2
3182025-02-21T07:46:12.010Z Downloaded thiserror v2.0.11
3192025-02-21T07:46:12.014Z Downloaded num-iter v0.1.45
3202025-02-21T07:46:12.016Z Downloaded tracing-attributes v0.1.27
3212025-02-21T07:46:12.019Z Downloaded tokio-native-tls v0.3.1
3222025-02-21T07:46:12.021Z Downloaded num-integer v0.1.46
3232025-02-21T07:46:12.021Z Downloaded swrite v0.1.0
3242025-02-21T07:46:12.024Z Downloaded whoami v1.5.2
3252025-02-21T07:46:12.027Z Downloaded expectorate v1.1.0
3262025-02-21T07:46:12.027Z Downloaded tokio-rustls v0.24.1
3272025-02-21T07:46:12.030Z Downloaded mockall v0.13.0
3282025-02-21T07:46:12.032Z Downloaded ron v0.8.1
3292025-02-21T07:46:12.036Z Downloaded darling v0.20.10
3302025-02-21T07:46:12.040Z Downloaded strum v0.26.3
3312025-02-21T07:46:12.043Z Downloaded sqlparser_derive v0.2.2
3322025-02-21T07:46:12.043Z Downloaded try-lock v0.2.5
3332025-02-21T07:46:12.046Z Downloaded rand_xorshift v0.3.0
3342025-02-21T07:46:12.046Z Downloaded displaydoc v0.2.5
3352025-02-21T07:46:12.049Z Downloaded cpufeatures v0.2.14
3362025-02-21T07:46:12.051Z Downloaded ciborium v0.2.2
3372025-02-21T07:46:12.054Z Downloaded waitgroup v0.1.2
3382025-02-21T07:46:12.054Z Downloaded vte_generate_state_changes v0.1.2
3392025-02-21T07:46:12.056Z Downloaded bumpalo v3.16.0
3402025-02-21T07:46:12.059Z Downloaded serde_tokenstream v0.2.2
3412025-02-21T07:46:12.059Z Downloaded num-rational v0.4.2
3422025-02-21T07:46:12.062Z Downloaded serde_spanned v0.6.8
3432025-02-21T07:46:12.064Z Downloaded rustc-hash v2.0.0
3442025-02-21T07:46:12.064Z Downloaded rand_core v0.6.4
3452025-02-21T07:46:12.068Z Downloaded parking_lot v0.11.2
3462025-02-21T07:46:12.071Z Downloaded rand_chacha v0.3.1
3472025-02-21T07:46:12.071Z Downloaded jobserver v0.1.32
3482025-02-21T07:46:12.073Z Downloaded icu_locid_transform v1.5.0
3492025-02-21T07:46:12.076Z Downloaded usdt-attr-macro v0.5.0
3502025-02-21T07:46:12.076Z Downloaded supports-color v3.0.1
3512025-02-21T07:46:12.076Z Downloaded ssh-cipher v0.2.0
3522025-02-21T07:46:12.079Z Downloaded fancy-regex v0.13.0
3532025-02-21T07:46:12.082Z Downloaded tinystr v0.7.6
3542025-02-21T07:46:12.086Z Downloaded tiny-keccak v2.0.2
3552025-02-21T07:46:12.089Z Downloaded schemars v0.8.21
3562025-02-21T07:46:12.096Z Downloaded unicase v2.7.0
3572025-02-21T07:46:12.099Z Downloaded is_ci v1.2.0
3582025-02-21T07:46:12.099Z Downloaded icu_provider_macros v1.5.0
3592025-02-21T07:46:12.102Z Downloaded hickory-server v0.24.3
3602025-02-21T07:46:12.106Z Downloaded structmeta-derive v0.3.0
3612025-02-21T07:46:12.108Z Downloaded wait-timeout v0.2.0
3622025-02-21T07:46:12.111Z Downloaded strum_macros v0.24.3
3632025-02-21T07:46:12.111Z Downloaded mockall_derive v0.13.0
3642025-02-21T07:46:12.114Z Downloaded tracing-core v0.1.32
3652025-02-21T07:46:12.116Z Downloaded poly1305 v0.8.0
3662025-02-21T07:46:12.119Z Downloaded parking_lot v0.12.3
3672025-02-21T07:46:12.121Z Downloaded crc-any v2.5.0
3682025-02-21T07:46:12.124Z Downloaded number_prefix v0.4.0
3692025-02-21T07:46:12.127Z Downloaded zopfli v0.8.1
3702025-02-21T07:46:12.130Z Downloaded unicode-truncate v1.1.0
3712025-02-21T07:46:12.130Z Downloaded hyper-staticfile v0.10.1
3722025-02-21T07:46:12.132Z Downloaded snafu v0.8.5
3732025-02-21T07:46:12.137Z Downloaded mime v0.3.17
3742025-02-21T07:46:12.140Z Downloaded macaddr v1.0.1
3752025-02-21T07:46:12.143Z Downloaded sigpipe v0.1.3
3762025-02-21T07:46:12.143Z Downloaded vte v0.11.1
3772025-02-21T07:46:12.146Z Downloaded cobs v0.2.3
3782025-02-21T07:46:12.146Z Downloaded version_check v0.9.5
3792025-02-21T07:46:12.148Z Downloaded libefi-sys v0.1.0
3802025-02-21T07:46:12.148Z Downloaded indicatif v0.17.11
3812025-02-21T07:46:12.151Z Downloaded olpc-cjson v0.1.4
3822025-02-21T07:46:12.154Z Downloaded zone v0.1.8
3832025-02-21T07:46:12.154Z Downloaded parse-zoneinfo v0.3.1
3842025-02-21T07:46:12.157Z Downloaded parking v2.2.1
3852025-02-21T07:46:12.160Z Downloaded nibble_vec v0.1.0
3862025-02-21T07:46:12.160Z Downloaded walkdir v2.5.0
3872025-02-21T07:46:12.163Z Downloaded crossbeam-deque v0.8.5
3882025-02-21T07:46:12.163Z Downloaded pest_generator v2.7.14
3892025-02-21T07:46:12.166Z Downloaded tracing v0.1.40
3902025-02-21T07:46:12.169Z Downloaded criterion-plot v0.5.0
3912025-02-21T07:46:12.172Z Downloaded ssh-encoding v0.2.0
3922025-02-21T07:46:12.174Z Downloaded progenitor v0.9.1
3932025-02-21T07:46:12.174Z Downloaded primeorder v0.13.6
3942025-02-21T07:46:12.177Z Downloaded defmt v0.3.8
3952025-02-21T07:46:12.180Z Downloaded zerofrom v0.1.4
3962025-02-21T07:46:12.180Z Downloaded cc v1.1.30
3972025-02-21T07:46:12.183Z Downloaded write16 v1.0.0
3982025-02-21T07:46:12.185Z Downloaded console v0.15.10
3992025-02-21T07:46:12.188Z Downloaded plain v0.2.3
4002025-02-21T07:46:12.188Z Downloaded packed_struct_codegen v0.10.1
4012025-02-21T07:46:12.191Z Downloaded darling_core v0.20.10
4022025-02-21T07:46:12.194Z Downloaded memoffset v0.9.1
4032025-02-21T07:46:12.196Z Downloaded progenitor-impl v0.8.0
4042025-02-21T07:46:12.199Z Downloaded spki v0.7.3
4052025-02-21T07:46:12.202Z Downloaded trybuild v1.0.101
4062025-02-21T07:46:12.204Z Downloaded usdt-impl v0.5.0
4072025-02-21T07:46:12.207Z Downloaded lazy_static v1.5.0
4082025-02-21T07:46:12.207Z Downloaded vsss-rs v3.3.4
4092025-02-21T07:46:12.210Z Downloaded indexmap v2.7.1
4102025-02-21T07:46:12.214Z Downloaded stringmetrics v2.2.2
4112025-02-21T07:46:12.217Z Downloaded stable_deref_trait v1.2.0
4122025-02-21T07:46:12.219Z Downloaded radium v0.7.0
4132025-02-21T07:46:12.219Z Downloaded tokio-postgres v0.7.12
4142025-02-21T07:46:12.225Z Downloaded either v1.13.0
4152025-02-21T07:46:12.227Z Downloaded textwrap v0.16.1
4162025-02-21T07:46:12.227Z Downloaded zerofrom-derive v0.1.4
4172025-02-21T07:46:12.230Z Downloaded newtype_derive v0.1.6
4182025-02-21T07:46:12.230Z Downloaded snafu-derive v0.8.5
4192025-02-21T07:46:12.233Z Downloaded rustls-pemfile v1.0.4
4202025-02-21T07:46:12.236Z Downloaded hashbrown v0.15.1
4212025-02-21T07:46:12.238Z Downloaded tls_codec v0.4.1
4222025-02-21T07:46:12.241Z Downloaded parse-size v1.1.0
4232025-02-21T07:46:12.244Z Downloaded typify-macro v0.3.0
4242025-02-21T07:46:12.244Z Downloaded memmap2 v0.9.5
4252025-02-21T07:46:12.246Z Downloaded smf v0.2.3
4262025-02-21T07:46:12.246Z Downloaded slog-dtrace v0.3.0
4272025-02-21T07:46:12.249Z Downloaded oso-derive v0.27.3
4282025-02-21T07:46:12.249Z Downloaded prettyplease v0.2.29
4292025-02-21T07:46:12.252Z Downloaded slog-bunyan v2.5.0
4302025-02-21T07:46:12.254Z Downloaded futures-util v0.3.31
4312025-02-21T07:46:12.264Z Downloaded is-terminal v0.4.13
4322025-02-21T07:46:12.267Z Downloaded scroll_derive v0.12.0
4332025-02-21T07:46:12.267Z Downloaded rustls-pki-types v1.10.0
4342025-02-21T07:46:12.270Z Downloaded dsl_auto_type v0.1.2
4352025-02-21T07:46:12.273Z Downloaded unicode-xid v0.2.6
4362025-02-21T07:46:12.273Z Downloaded pest_meta v2.7.14
4372025-02-21T07:46:12.275Z Downloaded defmt-parser v0.3.4
4382025-02-21T07:46:12.279Z Downloaded scrypt v0.11.0
4392025-02-21T07:46:12.279Z Downloaded defmt-macros v0.3.9
4402025-02-21T07:46:12.282Z Downloaded target-triple v0.1.3
4412025-02-21T07:46:12.282Z Downloaded sync-ptr v0.1.1
4422025-02-21T07:46:12.284Z Downloaded tokio-tungstenite v0.23.1
4432025-02-21T07:46:12.287Z Downloaded postgres-types v0.2.8
4442025-02-21T07:46:12.289Z Downloaded convert_case v0.4.0
4452025-02-21T07:46:12.289Z Downloaded constant_time_eq v0.3.1
4462025-02-21T07:46:12.293Z Downloaded vergen v8.3.2
4472025-02-21T07:46:12.297Z Downloaded des v0.8.1
4482025-02-21T07:46:12.297Z Downloaded parse-display-derive v0.10.0
4492025-02-21T07:46:12.297Z Downloaded derive_more v0.99.19
4502025-02-21T07:46:12.301Z Downloaded rustls-pemfile v2.2.0
4512025-02-21T07:46:12.303Z Downloaded parse-display v0.10.0
4522025-02-21T07:46:12.306Z Downloaded pretty_assertions v1.4.1
4532025-02-21T07:46:12.306Z Downloaded unicode_categories v0.1.1
4542025-02-21T07:46:12.309Z Downloaded rustc_version v0.1.7
4552025-02-21T07:46:12.312Z Downloaded num_enum_derive v0.5.11
4562025-02-21T07:46:12.312Z Downloaded num_enum v0.5.11
4572025-02-21T07:46:12.315Z Downloaded linked-hash-map v0.5.6
4582025-02-21T07:46:12.318Z Downloaded papergrid v0.11.0
4592025-02-21T07:46:12.321Z Downloaded linear-map v1.2.0
4602025-02-21T07:46:12.323Z Downloaded enum-as-inner v0.6.1
4612025-02-21T07:46:12.326Z Downloaded rustc_version v0.4.1
4622025-02-21T07:46:12.326Z Downloaded cookie_store v0.21.1
4632025-02-21T07:46:12.329Z Downloaded rstest v0.23.0
4642025-02-21T07:46:12.334Z Downloaded slog-json v2.6.1
4652025-02-21T07:46:12.337Z Downloaded owo-colors v4.1.0
4662025-02-21T07:46:12.339Z Downloaded nested v0.1.1
4672025-02-21T07:46:12.342Z Downloaded thread-id v4.2.2
4682025-02-21T07:46:12.342Z Downloaded tui-tree-widget v0.23.0
4692025-02-21T07:46:12.346Z Downloaded thiserror-no-std v2.0.2
4702025-02-21T07:46:12.349Z Downloaded psl-types v2.0.11
4712025-02-21T07:46:12.349Z Downloaded num_threads v0.1.7
4722025-02-21T07:46:12.349Z Downloaded unicode-linebreak v0.1.5
4732025-02-21T07:46:12.352Z Downloaded thread_local v1.1.8
4742025-02-21T07:46:12.352Z Downloaded serde_urlencoded v0.7.1
4752025-02-21T07:46:12.354Z Downloaded plotters-svg v0.3.7
4762025-02-21T07:46:12.354Z Downloaded thiserror-impl-no-std v2.0.2
4772025-02-21T07:46:12.357Z Downloaded elliptic-curve v0.13.8
4782025-02-21T07:46:12.359Z Downloaded password-hash v0.5.0
4792025-02-21T07:46:12.362Z Downloaded password-hash v0.4.2
4802025-02-21T07:46:12.364Z Downloaded partial-io v0.5.4
4812025-02-21T07:46:12.367Z Downloaded hyper-tls v0.6.0
4822025-02-21T07:46:12.370Z Downloaded cookie v0.18.1
4832025-02-21T07:46:12.372Z Downloaded unarray v0.1.4
4842025-02-21T07:46:12.372Z Downloaded serde v1.0.217
4852025-02-21T07:46:12.375Z Downloaded usdt-macro v0.5.0
4862025-02-21T07:46:12.378Z Downloaded take_mut v0.2.2
4872025-02-21T07:46:12.378Z Downloaded socket2 v0.5.7
4882025-02-21T07:46:12.381Z Downloaded newtype-uuid v1.2.1
4892025-02-21T07:46:12.381Z Downloaded libsw v3.3.1
4902025-02-21T07:46:12.384Z Downloaded h2 v0.4.6
4912025-02-21T07:46:12.389Z Downloaded nanorand v0.7.0
4922025-02-21T07:46:12.392Z Downloaded diesel_table_macro_syntax v0.2.0
4932025-02-21T07:46:12.394Z Downloaded derive_builder_macro v0.20.2
4942025-02-21T07:46:12.394Z Downloaded crucible-workspace-hack v0.1.0
4952025-02-21T07:46:12.394Z Downloaded indent_write v2.2.0
4962025-02-21T07:46:12.397Z Downloaded endian-type v0.1.2
4972025-02-21T07:46:12.397Z Downloaded dyn-clone v1.0.17
4982025-02-21T07:46:12.400Z Downloaded salsa20 v0.10.2
4992025-02-21T07:46:12.400Z Downloaded quick-error v1.2.3
5002025-02-21T07:46:12.403Z Downloaded yoke v0.7.4
5012025-02-21T07:46:12.405Z Downloaded rand v0.8.5
5022025-02-21T07:46:12.407Z Downloaded termtree v0.4.1
5032025-02-21T07:46:12.407Z Downloaded qorb v0.2.1
5042025-02-21T07:46:12.412Z Downloaded yasna v0.5.2
5052025-02-21T07:46:12.415Z Downloaded dropshot_endpoint v0.12.0
5062025-02-21T07:46:12.418Z Downloaded derive_builder v0.20.2
5072025-02-21T07:46:12.422Z Downloaded instant v0.1.13
5082025-02-21T07:46:12.425Z Downloaded serde-hex v0.1.0
5092025-02-21T07:46:12.427Z Downloaded lalrpop-util v0.19.12
5102025-02-21T07:46:12.427Z Downloaded icu_properties v1.5.1
5112025-02-21T07:46:12.431Z Downloaded phf v0.11.2
5122025-02-21T07:46:12.433Z Downloaded plotters-backend v0.3.7
5132025-02-21T07:46:12.433Z Downloaded utf8parse v0.2.2
5142025-02-21T07:46:12.433Z Downloaded hkdf v0.12.4
5152025-02-21T07:46:12.436Z Downloaded utf-8 v0.7.6
5162025-02-21T07:46:12.439Z Downloaded path-tree v0.8.1
5172025-02-21T07:46:12.439Z Downloaded phf_shared v0.10.0
5182025-02-21T07:46:12.441Z Downloaded native-tls v0.2.12
5192025-02-21T07:46:12.444Z Downloaded libtest-mimic v0.7.3
5202025-02-21T07:46:12.444Z Downloaded icu_normalizer_data v1.5.0
5212025-02-21T07:46:12.448Z Downloaded russh-cryptovec v0.7.3
5222025-02-21T07:46:12.448Z Downloaded unicode-ident v1.0.14
5232025-02-21T07:46:12.450Z Downloaded ipnetwork v0.21.1
5242025-02-21T07:46:12.453Z Downloaded unsafe-libyaml v0.2.11
5252025-02-21T07:46:12.456Z Downloaded zerocopy-derive v0.8.10
5262025-02-21T07:46:12.461Z Downloaded yoke-derive v0.7.4
5272025-02-21T07:46:12.464Z Downloaded git2 v0.19.0
5282025-02-21T07:46:12.470Z Downloaded cstr-argument v0.1.2
5292025-02-21T07:46:12.473Z Downloaded smawk v0.3.2
5302025-02-21T07:46:12.473Z Downloaded serde-big-array v0.5.1
5312025-02-21T07:46:12.476Z Downloaded dtrace-parser v0.2.0
5322025-02-21T07:46:12.476Z Downloaded p256 v0.13.2
5332025-02-21T07:46:12.479Z Downloaded downcast v0.11.0
5342025-02-21T07:46:12.482Z Downloaded der v0.7.9
5352025-02-21T07:46:12.487Z Downloaded md5 v0.7.0
5362025-02-21T07:46:12.490Z Downloaded nodrop v0.1.14
5372025-02-21T07:46:12.490Z Downloaded terminal_size v0.4.0
5382025-02-21T07:46:12.490Z Downloaded precomputed-hash v0.1.1
5392025-02-21T07:46:12.494Z Downloaded openssl-probe v0.1.5
5402025-02-21T07:46:12.494Z Downloaded threadpool v1.8.1
5412025-02-21T07:46:12.496Z Downloaded thiserror-impl v1.0.69
5422025-02-21T07:46:12.496Z Downloaded zip v2.1.3
5432025-02-21T07:46:12.499Z Downloaded piper v0.2.4
5442025-02-21T07:46:12.501Z Downloaded curve25519-dalek-derive v0.1.1
5452025-02-21T07:46:12.501Z Downloaded internet-checksum v0.2.1
5462025-02-21T07:46:12.504Z Downloaded instability v0.3.2
5472025-02-21T07:46:12.504Z Downloaded serde_plain v1.0.2
5482025-02-21T07:46:12.507Z Downloaded colorchoice v1.0.2
5492025-02-21T07:46:12.507Z Downloaded cmake v0.1.51
5502025-02-21T07:46:12.509Z Downloaded crossbeam-epoch v0.9.18
5512025-02-21T07:46:12.512Z Downloaded serde_derive_internals v0.29.1
5522025-02-21T07:46:12.515Z Downloaded derive-where v1.2.7
5532025-02-21T07:46:12.517Z Downloaded smallvec v0.6.14
5542025-02-21T07:46:12.517Z Downloaded rsa v0.9.6
5552025-02-21T07:46:12.522Z Downloaded tinyvec_macros v0.1.1
5562025-02-21T07:46:12.525Z Downloaded structmeta v0.3.0
5572025-02-21T07:46:12.525Z Downloaded structmeta v0.2.0
5582025-02-21T07:46:12.527Z Downloaded xz2 v0.1.7
5592025-02-21T07:46:12.530Z Downloaded clap v4.5.27
5602025-02-21T07:46:12.536Z Downloaded dirs-next v2.0.0
5612025-02-21T07:46:12.539Z Downloaded slog-stdlog v4.1.1
5622025-02-21T07:46:12.539Z Downloaded oorandom v11.1.4
5632025-02-21T07:46:12.542Z Downloaded maplit v1.0.2
5642025-02-21T07:46:12.542Z Downloaded tar v0.4.42
5652025-02-21T07:46:12.545Z Downloaded zone_cfg_derive v0.1.2
5662025-02-21T07:46:12.547Z Downloaded predicates v3.1.3
5672025-02-21T07:46:12.550Z Downloaded progenitor-client v0.8.0
5682025-02-21T07:46:12.550Z Downloaded ppv-lite86 v0.2.20
5692025-02-21T07:46:12.552Z Downloaded slog-scope v4.4.0
5702025-02-21T07:46:12.552Z Downloaded simd-adler32 v0.3.7
5712025-02-21T07:46:12.555Z Downloaded tungstenite v0.23.0
5722025-02-21T07:46:12.557Z Downloaded ref-cast v1.0.23
5732025-02-21T07:46:12.560Z Downloaded slog-term v2.9.1
5742025-02-21T07:46:12.563Z Downloaded normalize-line-endings v0.3.0
5752025-02-21T07:46:12.565Z Downloaded smallvec v1.13.2
5762025-02-21T07:46:12.565Z Downloaded thiserror-impl v2.0.11
5772025-02-21T07:46:12.568Z Downloaded icu_provider v1.5.0
5782025-02-21T07:46:12.571Z Downloaded datatest-stable v0.2.9
5792025-02-21T07:46:12.573Z Downloaded kv-log-macro v1.0.7
5802025-02-21T07:46:12.576Z Downloaded russh-keys v0.45.0
5812025-02-21T07:46:12.580Z Downloaded lru v0.12.5
5822025-02-21T07:46:12.580Z Downloaded indoc v2.0.5
5832025-02-21T07:46:12.582Z Downloaded ipnet v2.10.1
5842025-02-21T07:46:12.582Z Downloaded rcgen v0.12.1
5852025-02-21T07:46:12.585Z Downloaded russh v0.45.0
5862025-02-21T07:46:12.590Z Downloaded percent-encoding v2.3.1
5872025-02-21T07:46:12.593Z Downloaded progenitor v0.8.0
5882025-02-21T07:46:12.593Z Downloaded serde_path_to_error v0.1.16
5892025-02-21T07:46:12.596Z Downloaded dof v0.3.0
5902025-02-21T07:46:12.596Z Downloaded unicode-bidi v0.3.17
5912025-02-21T07:46:12.598Z Downloaded pin-project v1.1.6
5922025-02-21T07:46:12.609Z Downloaded typify v0.2.0
5932025-02-21T07:46:12.612Z Downloaded idna v1.0.3
5942025-02-21T07:46:12.616Z Downloaded wyz v0.5.1
5952025-02-21T07:46:12.618Z Downloaded pest_derive v2.7.14
5962025-02-21T07:46:12.621Z Downloaded signal-hook-tokio v0.3.1
5972025-02-21T07:46:12.621Z Downloaded zerocopy v0.6.6
5982025-02-21T07:46:12.624Z Downloaded debug-ignore v1.0.5
5992025-02-21T07:46:12.628Z Downloaded blake3 v1.5.4
6002025-02-21T07:46:12.632Z Downloaded strsim v0.11.1
6012025-02-21T07:46:12.635Z Downloaded clap_derive v4.5.24
6022025-02-21T07:46:12.637Z Downloaded rustyline v14.0.0
6032025-02-21T07:46:12.641Z Downloaded sync_wrapper v1.0.1
6042025-02-21T07:46:12.644Z Downloaded polling v3.7.3
6052025-02-21T07:46:12.647Z Downloaded aws-lc-rs v1.10.0
6062025-02-21T07:46:12.654Z Downloaded scopeguard v1.2.0
6072025-02-21T07:46:12.658Z Downloaded criterion v0.5.1
6082025-02-21T07:46:13.664Z Downloaded tokio-tungstenite v0.24.0
6092025-02-21T07:46:13.671Z Downloaded newline-converter v0.3.0
6102025-02-21T07:46:13.671Z Downloaded new_debug_unreachable v1.0.6
6112025-02-21T07:46:13.671Z Downloaded ed25519-dalek v2.1.1
6122025-02-21T07:46:13.671Z Downloaded termcolor v1.4.1
6132025-02-21T07:46:13.671Z Downloaded slog v2.7.0
6142025-02-21T07:46:13.671Z Downloaded similar v2.6.0
6152025-02-21T07:46:13.671Z Downloaded env_logger v0.11.5
6162025-02-21T07:46:13.671Z Downloaded twox-hash v2.1.0
6172025-02-21T07:46:13.671Z Downloaded zerovec v0.10.4
6182025-02-21T07:46:13.671Z Downloaded managed v0.8.0
6192025-02-21T07:46:13.671Z Downloaded signal-hook-registry v1.4.2
6202025-02-21T07:46:13.671Z Downloaded signature v2.2.0
6212025-02-21T07:46:13.671Z Downloaded signal-hook-mio v0.2.4
6222025-02-21T07:46:13.671Z Downloaded ctr v0.9.2
6232025-02-21T07:46:13.672Z Downloaded xattr v1.3.1
6242025-02-21T07:46:13.672Z Downloaded powerfmt v0.2.0
6252025-02-21T07:46:13.672Z Downloaded rustfmt-wrapper v0.2.1
6262025-02-21T07:46:13.672Z Downloaded clang-sys v1.8.1
6272025-02-21T07:46:13.672Z Downloaded nu-ansi-term v0.50.1
6282025-02-21T07:46:13.672Z Downloaded hyper-rustls v0.27.3
6292025-02-21T07:46:13.672Z Downloaded pretty-hex v0.4.1
6302025-02-21T07:46:13.672Z Downloaded regex v1.11.1
6312025-02-21T07:46:13.672Z Downloaded untrusted v0.7.1
6322025-02-21T07:46:13.672Z Downloaded clap_lex v0.7.4
6332025-02-21T07:46:13.672Z Downloaded typify-macro v0.2.0
6342025-02-21T07:46:13.672Z Downloaded synstructure v0.13.1
6352025-02-21T07:46:13.672Z Downloaded rtoolbox v0.0.2
6362025-02-21T07:46:13.672Z Downloaded ed25519 v2.2.3
6372025-02-21T07:46:13.672Z Downloaded colored v2.1.0
6382025-02-21T07:46:13.672Z Downloaded tap v1.0.1
6392025-02-21T07:46:13.672Z Downloaded tabwriter v1.4.0
6402025-02-21T07:46:13.672Z Downloaded opaque-debug v0.3.1
6412025-02-21T07:46:13.672Z Downloaded data-encoding v2.6.0
6422025-02-21T07:46:13.672Z Downloaded digest v0.10.7
6432025-02-21T07:46:13.672Z Downloaded signal-hook v0.3.17
6442025-02-21T07:46:13.672Z Downloaded difflib v0.4.0
6452025-02-21T07:46:13.672Z Downloaded crypto-common v0.1.6
6462025-02-21T07:46:13.672Z Downloaded iana-time-zone v0.1.61
6472025-02-21T07:46:13.672Z Downloaded plotters v0.3.7
6482025-02-21T07:46:13.672Z Downloaded usdt v0.5.0
6492025-02-21T07:46:13.672Z Downloaded crc-catalog v2.4.0
6502025-02-21T07:46:13.672Z Downloaded concurrent-queue v2.5.0
6512025-02-21T07:46:13.672Z Downloaded same-file v1.0.6
6522025-02-21T07:46:13.672Z Downloaded relative-path v1.9.3
6532025-02-21T07:46:13.672Z Downloaded lockfree-object-pool v0.1.6
6542025-02-21T07:46:13.672Z Downloaded zerocopy-derive v0.7.35
6552025-02-21T07:46:13.672Z Downloaded async-std v1.13.0
6562025-02-21T07:46:13.672Z Downloaded pretty-hex v0.2.1
6572025-02-21T07:46:13.672Z Downloaded bindgen v0.69.5
6582025-02-21T07:46:13.673Z Downloaded proc-macro-error-attr v1.0.4
6592025-02-21T07:46:13.673Z Downloaded gimli v0.31.1
6602025-02-21T07:46:13.673Z Downloaded schemars_derive v0.8.21
6612025-02-21T07:46:13.673Z Downloaded tinyvec v1.8.0
6622025-02-21T07:46:13.673Z Downloaded tokio-macros v2.5.0
6632025-02-21T07:46:13.673Z Downloaded r2d2 v0.8.10
6642025-02-21T07:46:13.673Z Downloaded lru-cache v0.1.2
6652025-02-21T07:46:13.673Z Downloaded serde_with v3.11.0
6662025-02-21T07:46:13.673Z Downloaded inout v0.1.3
6672025-02-21T07:46:13.673Z Downloaded untrusted v0.9.0
6682025-02-21T07:46:13.673Z Downloaded tokio-stream v0.1.16
6692025-02-21T07:46:13.673Z Downloaded tls_codec_derive v0.4.1
6702025-02-21T07:46:13.673Z Downloaded scheduled-thread-pool v0.2.7
6712025-02-21T07:46:13.673Z Downloaded rustc-demangle v0.1.24
6722025-02-21T07:46:13.673Z Downloaded pkcs5 v0.7.1
6732025-02-21T07:46:13.673Z Downloaded predicates-core v1.0.8
6742025-02-21T07:46:13.673Z Downloaded const_format v0.2.34
6752025-02-21T07:46:13.673Z Downloaded sqlparser v0.45.0
6762025-02-21T07:46:13.673Z Downloaded pkcs1 v0.7.5
6772025-02-21T07:46:13.673Z Downloaded oso v0.27.3
6782025-02-21T07:46:13.673Z Downloaded keccak v0.1.5
6792025-02-21T07:46:13.673Z Downloaded tabled_derive v0.7.0
6802025-02-21T07:46:13.673Z Downloaded webpki-roots v0.26.6
6812025-02-21T07:46:13.673Z Downloaded winnow v0.6.20
6822025-02-21T07:46:13.673Z Downloaded icu_locid_transform_data v1.5.0
6832025-02-21T07:46:13.673Z Downloaded crossbeam-utils v0.8.20
6842025-02-21T07:46:13.673Z Downloaded icu_collections v1.5.0
6852025-02-21T07:46:13.673Z Downloaded hyper-util v0.1.10
6862025-02-21T07:46:13.673Z Downloaded proc-macro-error v1.0.4
6872025-02-21T07:46:13.673Z Downloaded unicode-segmentation v1.12.0
6882025-02-21T07:46:13.673Z Downloaded term v0.7.0
6892025-02-21T07:46:13.673Z Downloaded winnow v0.5.40
6902025-02-21T07:46:13.673Z Downloaded miniz_oxide v0.8.0
6912025-02-21T07:46:13.673Z Downloaded uuid v1.12.0
6922025-02-21T07:46:13.673Z Downloaded quick-xml v0.33.0
6932025-02-21T07:46:13.673Z Downloaded lock_api v0.4.12
6942025-02-21T07:46:13.673Z Downloaded minimal-lexical v0.2.1
6952025-02-21T07:46:13.673Z Downloaded rustls-webpki v0.101.7
6962025-02-21T07:46:13.673Z Downloaded typed-path v0.9.3
6972025-02-21T07:46:13.673Z Downloaded portable-atomic v1.9.0
6982025-02-21T07:46:13.674Z Downloaded unicode-normalization v0.1.24
6992025-02-21T07:46:13.674Z Downloaded petname v2.0.2
7002025-02-21T07:46:13.674Z Downloaded chrono v0.4.39
7012025-02-21T07:46:13.674Z Downloaded compact_str v0.8.0
7022025-02-21T07:46:13.674Z Downloaded zip v0.6.6
7032025-02-21T07:46:13.674Z Downloaded itertools v0.12.1
7042025-02-21T07:46:13.674Z Downloaded url v2.5.3
7052025-02-21T07:46:13.674Z Downloaded reedline v0.35.0
7062025-02-21T07:46:13.674Z Downloaded rusqlite v0.32.1
7072025-02-21T07:46:13.674Z Downloaded time v0.3.36
7082025-02-21T07:46:13.674Z Downloaded quinn v0.11.5
7092025-02-21T07:46:13.677Z Downloaded rayon-core v1.12.1
7102025-02-21T07:46:13.677Z Downloaded pest v2.7.14
7112025-02-21T07:46:13.677Z Downloaded nom v7.1.3
7122025-02-21T07:46:13.677Z Downloaded p384 v0.13.0
7132025-02-21T07:46:13.677Z Downloaded clap_builder v4.5.27
7142025-02-21T07:46:13.677Z Downloaded proc-macro2 v1.0.92
7152025-02-21T07:46:13.677Z Downloaded x509-cert v0.2.5
7162025-02-21T07:46:13.677Z Downloaded zerocopy v0.7.35
7172025-02-21T07:46:13.677Z Downloaded memchr v2.7.4
7182025-02-21T07:46:13.677Z Downloaded hickory-proto v0.24.3
7192025-02-21T07:46:13.677Z Downloaded serde_json v1.0.135
7202025-02-21T07:46:13.677Z Downloaded nix v0.27.1
7212025-02-21T07:46:13.678Z Downloaded tokio-util v0.7.12
7222025-02-21T07:46:13.678Z Downloaded itertools v0.13.0
7232025-02-21T07:46:13.678Z Downloaded reqwest v0.12.9
7242025-02-21T07:46:13.678Z Downloaded proptest v1.5.0
7252025-02-21T07:46:13.678Z Downloaded unicode-width v0.1.14
7262025-02-21T07:46:13.678Z Downloaded crossterm v0.28.1
7272025-02-21T07:46:13.678Z Downloaded openssl v0.10.70
7282025-02-21T07:46:13.678Z Downloaded icu_properties_data v1.5.0
7292025-02-21T07:46:13.678Z Downloaded tabled v0.15.0
7302025-02-21T07:46:13.678Z Downloaded curve25519-dalek v4.1.3
7312025-02-21T07:46:13.678Z Downloaded zerocopy v0.8.10
7322025-02-21T07:46:13.678Z Downloaded unicode-width v0.2.0
7332025-02-21T07:46:13.678Z Downloaded chrono-tz v0.10.1
7342025-02-21T07:46:13.678Z Downloaded smoltcp v0.9.1
7352025-02-21T07:46:13.678Z Downloaded regress v0.10.1
7362025-02-21T07:46:13.678Z Downloaded salty v0.3.0
7372025-02-21T07:46:13.678Z Downloaded nix v0.29.0
7382025-02-21T07:46:13.678Z Downloaded typify-impl v0.3.0
7392025-02-21T07:46:13.678Z Downloaded lalrpop v0.19.12
7402025-02-21T07:46:13.678Z Downloaded quinn-proto v0.11.8
7412025-02-21T07:46:13.678Z Downloaded object v0.36.5
7422025-02-21T07:46:13.678Z Downloaded polar-core v0.27.3
7432025-02-21T07:46:13.678Z Downloaded ratatui v0.29.0
7442025-02-21T07:46:13.678Z Downloaded rustls v0.22.4
7452025-02-21T07:46:13.678Z Downloaded regex-syntax v0.6.29
7462025-02-21T07:46:13.678Z Downloaded dropshot v0.15.1
7472025-02-21T07:46:13.678Z Downloaded typify-impl v0.2.0
7482025-02-21T07:46:13.678Z Downloaded regex-syntax v0.8.5
7492025-02-21T07:46:13.678Z Downloaded rustix v0.38.37
7502025-02-21T07:46:13.678Z Downloaded regress v0.9.1
7512025-02-21T07:46:13.679Z Downloaded diesel v2.2.7
7522025-02-21T07:46:13.679Z Downloaded dropshot v0.12.0
7532025-02-21T07:46:13.679Z Downloaded rustls v0.23.19
7542025-02-21T07:46:13.679Z Downloaded sled v0.34.7
7552025-02-21T07:46:13.679Z Downloaded syn v2.0.96
7562025-02-21T07:46:13.679Z Downloaded regex-automata v0.4.8
7572025-02-21T07:46:13.679Z Downloaded zerocopy-derive v0.6.6
7582025-02-21T07:46:13.679Z Downloaded openapiv3 v2.0.0
7592025-02-21T07:46:13.679Z Downloaded bzip2-sys v0.1.11+1.0.8
7602025-02-21T07:46:13.679Z Downloaded bstr v1.10.0
7612025-02-21T07:46:13.679Z Downloaded nix v0.28.0
7622025-02-21T07:46:13.679Z Downloaded vcpkg v0.2.15
7632025-02-21T07:46:13.679Z Downloaded sha3 v0.10.8
7642025-02-21T07:46:13.679Z Downloaded rustls v0.21.12
7652025-02-21T07:46:13.679Z Downloaded petgraph v0.6.5
7662025-02-21T07:46:13.679Z Downloaded syn v1.0.109
7672025-02-21T07:46:13.679Z Downloaded smoltcp v0.11.0
7682025-02-21T07:46:13.679Z Downloaded lzma-sys v0.1.20
7692025-02-21T07:46:13.679Z Downloaded object v0.30.4
7702025-02-21T07:46:13.679Z Downloaded radix_trie v0.2.1
7712025-02-21T07:46:13.679Z Downloaded p521 v0.13.3
7722025-02-21T07:46:13.679Z Downloaded diff v0.1.13
7732025-02-21T07:46:13.679Z Downloaded tungstenite v0.24.0
7742025-02-21T07:46:13.679Z Downloaded tokio v1.43.0
7752025-02-21T07:46:13.704Z Downloaded libc v0.2.169
7762025-02-21T07:46:13.734Z Downloaded ryu v1.0.18
7772025-02-21T07:46:13.737Z Downloaded toml v0.8.19
7782025-02-21T07:46:13.740Z Downloaded toml v0.7.8
7792025-02-21T07:46:13.743Z Downloaded num-bigint v0.4.6
7802025-02-21T07:46:13.747Z Downloaded samael v0.0.17
7812025-02-21T07:46:13.753Z Downloaded zerovec-derive v0.10.3
7822025-02-21T07:46:13.756Z Downloaded memmap v0.7.0
7832025-02-21T07:46:13.756Z Downloaded kstat-rs v0.2.4
7842025-02-21T07:46:13.759Z Downloaded env_logger v0.10.2
7852025-02-21T07:46:13.762Z Downloaded ecdsa v0.16.9
7862025-02-21T07:46:13.762Z Downloaded csv-core v0.1.11
7872025-02-21T07:46:13.765Z Downloaded libxml v0.3.3
7882025-02-21T07:46:13.768Z Downloaded rustls-webpki v0.102.8
7892025-02-21T07:46:13.785Z Downloaded bitvec v1.0.1
7902025-02-21T07:46:13.798Z Downloaded value-bag v1.9.0
7912025-02-21T07:46:13.801Z Downloaded libz-sys v1.1.20
7922025-02-21T07:46:13.821Z Downloaded uzers v0.12.1
7932025-02-21T07:46:13.826Z Downloaded zone v0.3.0
7942025-02-21T07:46:13.826Z Downloaded tinytemplate v1.2.1
7952025-02-21T07:46:13.829Z Downloaded pem-rfc7468 v0.7.0
7962025-02-21T07:46:13.829Z Downloaded mime_guess v2.0.5
7972025-02-21T07:46:13.830Z Downloaded strip-ansi-escapes v0.2.0
7982025-02-21T07:46:13.833Z Downloaded num-traits v0.2.19
7992025-02-21T07:46:13.833Z Downloaded openssl-sys v0.9.105
8002025-02-21T07:46:13.837Z Downloaded csv v1.3.1
8012025-02-21T07:46:13.855Z Downloaded publicsuffix v2.3.0
8022025-02-21T07:46:13.858Z Downloaded derive_builder_core v0.20.2
8032025-02-21T07:46:13.862Z Downloaded toml_datetime v0.6.8
8042025-02-21T07:46:13.862Z Downloaded writeable v0.5.5
8052025-02-21T07:46:13.865Z Downloaded typify v0.3.0
8062025-02-21T07:46:13.867Z Downloaded num-bigint-dig v0.8.4
8072025-02-21T07:46:13.870Z Downloaded tokio-tungstenite v0.21.0
8082025-02-21T07:46:13.873Z Downloaded httpmock v0.8.0-alpha.1
8092025-02-21T07:46:13.889Z Downloaded tempfile v3.13.0
8102025-02-21T07:46:13.892Z Downloaded encoding_rs v0.8.34
8112025-02-21T07:46:13.912Z Downloaded mio v1.0.2
8122025-02-21T07:46:13.918Z Downloaded itertools v0.10.5
8132025-02-21T07:46:13.924Z Downloaded rayon v1.10.0
8142025-02-21T07:46:13.932Z Downloaded serde_derive v1.0.217
8152025-02-21T07:46:13.936Z Downloaded ssh-key v0.6.6
8162025-02-21T07:46:13.940Z Downloaded rust-argon2 v2.1.0
8172025-02-21T07:46:13.943Z Downloaded pin-project-lite v0.2.14
8182025-02-21T07:46:13.946Z Downloaded unicode-properties v0.1.3
8192025-02-21T07:46:13.948Z Downloaded scroll v0.12.0
8202025-02-21T07:46:13.951Z Downloaded aes-gcm v0.10.3
8212025-02-21T07:46:13.954Z Downloaded litrs v0.4.1
8222025-02-21T07:46:13.958Z Downloaded crossbeam-channel v0.5.13
8232025-02-21T07:46:13.961Z Downloaded yansi v1.0.1
8242025-02-21T07:46:13.964Z Downloaded termios v0.3.3
8252025-02-21T07:46:13.964Z Downloaded phf_codegen v0.11.2
8262025-02-21T07:46:13.964Z Downloaded env_filter v0.1.2
8272025-02-21T07:46:13.966Z Downloaded termtree v0.5.1
8282025-02-21T07:46:13.966Z Downloaded phf_shared v0.11.2
8292025-02-21T07:46:13.966Z Downloaded pin-project-internal v1.1.6
8302025-02-21T07:46:13.969Z Downloaded omicron-zone-package v0.12.0
8312025-02-21T07:46:13.971Z Downloaded stringprep v0.1.5
8322025-02-21T07:46:13.974Z Downloaded der_derive v0.7.3
8332025-02-21T07:46:13.974Z Downloaded toml_edit v0.19.15
8342025-02-21T07:46:13.989Z Downloaded libgit2-sys v0.17.0+1.8.1
8352025-02-21T07:46:14.045Z Downloaded crc32fast v1.4.2
8362025-02-21T07:46:14.047Z Downloaded tungstenite v0.21.0
8372025-02-21T07:46:14.050Z Downloaded dropshot_endpoint v0.15.1
8382025-02-21T07:46:14.053Z Downloaded icu_normalizer v1.5.0
8392025-02-21T07:46:14.056Z Downloaded rstest_macros v0.23.0
8402025-02-21T07:46:14.059Z Downloaded toml_edit v0.22.22
8412025-02-21T07:46:14.079Z Downloaded goblin v0.8.2
8422025-02-21T07:46:14.085Z Downloaded impl-trait-for-tuples v0.2.2
8432025-02-21T07:46:14.087Z Downloaded litemap v0.7.3
8442025-02-21T07:46:14.090Z Downloaded libm v0.2.8
8452025-02-21T07:46:14.096Z Downloaded serde_regex v1.1.0
8462025-02-21T07:46:14.099Z Downloaded parking_lot_core v0.9.10
8472025-02-21T07:46:14.101Z Downloaded const_format_proc_macros v0.2.34
8482025-02-21T07:46:14.101Z Downloaded slog-envlogger v2.2.0
8492025-02-21T07:46:14.104Z Downloaded slog-async v2.8.0
8502025-02-21T07:46:14.104Z Downloaded ucd-trie v0.1.7
8512025-02-21T07:46:14.107Z Downloaded typenum v1.17.0
8522025-02-21T07:46:14.110Z Downloaded tough v0.19.0
8532025-02-21T07:46:14.115Z Downloaded hyper v1.5.2
8542025-02-21T07:46:14.122Z Downloaded rustc-hash v1.1.0
8552025-02-21T07:46:14.125Z Downloaded paste v1.0.15
8562025-02-21T07:46:14.128Z Downloaded aes v0.8.4
8572025-02-21T07:46:14.130Z Downloaded spin v0.9.8
8582025-02-21T07:46:14.133Z Downloaded diesel_derives v2.2.3
8592025-02-21T07:46:14.136Z Downloaded const-oid v0.9.6
8602025-02-21T07:46:14.138Z Downloaded crypto-bigint v0.5.5
8612025-02-21T07:46:14.144Z Downloaded steno v0.4.1
8622025-02-21T07:46:14.148Z Downloaded hashbrown v0.14.5
8632025-02-21T07:46:14.153Z Downloaded guppy v0.17.12
8642025-02-21T07:46:14.159Z Downloaded lazycell v1.3.0
8652025-02-21T07:46:14.163Z Downloaded tokio-rustls v0.26.0
8662025-02-21T07:46:14.163Z Downloaded test-strategy v0.3.1
8672025-02-21T07:46:14.167Z Downloaded tokio-rustls v0.25.0
8682025-02-21T07:46:14.170Z Downloaded semver v1.0.24
8692025-02-21T07:46:14.170Z Downloaded indexmap v1.9.3
8702025-02-21T07:46:14.173Z Downloaded hashbrown v0.12.3
8712025-02-21T07:46:14.176Z Downloaded is_terminal_polyfill v1.70.1
8722025-02-21T07:46:14.179Z Downloaded idna_adapter v1.2.0
8732025-02-21T07:46:14.179Z Downloaded embedded-io v0.4.0
8742025-02-21T07:46:14.181Z Downloaded dunce v1.0.5
8752025-02-21T07:46:14.181Z Downloaded diesel-dtrace v0.4.2
8762025-02-21T07:46:14.184Z Downloaded deranged v0.3.11
8772025-02-21T07:46:14.184Z Downloaded log v0.4.22
8782025-02-21T07:46:14.187Z Downloaded icu_locid v1.5.0
8792025-02-21T07:46:14.190Z Downloaded backtrace v0.3.74
8802025-02-21T07:46:14.195Z Downloaded http v1.2.0
8812025-02-21T07:46:14.199Z Downloaded structmeta-derive v0.2.0
8822025-02-21T07:46:14.202Z Downloaded siphasher v0.3.11
8832025-02-21T07:46:14.202Z Downloaded similar-asserts v1.6.0
8842025-02-21T07:46:14.204Z Downloaded serde_repr v0.1.19
8852025-02-21T07:46:14.207Z Downloaded polyval v0.6.2
8862025-02-21T07:46:14.207Z Downloaded slab v0.4.9
8872025-02-21T07:46:14.210Z Downloaded num-complex v0.4.6
8882025-02-21T07:46:14.210Z Downloaded rand_distr v0.4.3
8892025-02-21T07:46:14.212Z Downloaded hickory-resolver v0.24.3
8902025-02-21T07:46:14.216Z Downloaded hashbrown v0.13.2
8912025-02-21T07:46:14.220Z Downloaded serde_yaml v0.9.34+deprecated
8922025-02-21T07:46:14.224Z Downloaded progenitor-macro v0.9.1
8932025-02-21T07:46:14.226Z Downloaded multimap v0.10.0
8942025-02-21T07:46:14.226Z Downloaded multer v3.1.0
8952025-02-21T07:46:14.229Z Downloaded libloading v0.8.5
8962025-02-21T07:46:14.232Z Downloaded strum_macros v0.26.4
8972025-02-21T07:46:14.234Z Downloaded base64 v0.22.1
8982025-02-21T07:46:14.237Z Downloaded pbkdf2 v0.12.2
8992025-02-21T07:46:14.239Z Downloaded pbkdf2 v0.11.0
9002025-02-21T07:46:14.239Z Downloaded pathdiff v0.2.3
9012025-02-21T07:46:14.242Z Downloaded daft-derive v0.1.1
9022025-02-21T07:46:14.245Z Downloaded progenitor-impl v0.9.1
9032025-02-21T07:46:14.247Z Downloaded headers v0.4.0
9042025-02-21T07:46:14.252Z Downloaded time-macros v0.2.18
9052025-02-21T07:46:14.254Z Downloaded subprocess v0.2.9
9062025-02-21T07:46:14.257Z Downloaded itoa v1.0.11
9072025-02-21T07:46:14.259Z Downloaded target-lexicon v0.12.16
9082025-02-21T07:46:14.260Z Downloaded base64 v0.21.7
9092025-02-21T07:46:14.263Z Downloaded heapless v0.7.17
9102025-02-21T07:46:14.267Z Downloaded maybe-uninit v2.0.0
9112025-02-21T07:46:14.269Z Downloaded chacha20poly1305 v0.10.1
9122025-02-21T07:46:14.272Z Downloaded serde_with_macros v3.11.0
9132025-02-21T07:46:14.272Z Downloaded sct v0.7.1
9142025-02-21T07:46:14.274Z Downloaded rand_seeder v0.3.0
9152025-02-21T07:46:14.277Z Downloaded zeroize v1.8.1
9162025-02-21T07:46:14.277Z Downloaded quote v1.0.38
9172025-02-21T07:46:14.280Z Downloaded heapless v0.8.0
9182025-02-21T07:46:14.285Z Downloaded utf16_iter v1.0.5
9192025-02-21T07:46:14.287Z Downloaded universal-hash v0.5.1
9202025-02-21T07:46:14.288Z Downloaded match_cfg v0.1.0
9212025-02-21T07:46:14.288Z Downloaded tower-service v0.3.3
9222025-02-21T07:46:14.288Z Downloaded topological-sort v0.2.2
9232025-02-21T07:46:14.291Z Downloaded subtle v2.6.1
9242025-02-21T07:46:14.291Z Downloaded strum_macros v0.25.3
9252025-02-21T07:46:14.295Z Downloaded string_cache v0.8.7
9262025-02-21T07:46:14.295Z Downloaded blake2 v0.10.6
9272025-02-21T07:46:14.295Z Downloaded blake2b_simd v1.0.2
9282025-02-21T07:46:14.299Z Downloaded doc-comment v0.3.3
9292025-02-21T07:46:14.299Z Downloaded crunchy v0.2.2
9302025-02-21T07:46:14.299Z Downloaded rusty-fork v0.3.0
9312025-02-21T07:46:14.303Z Downloaded rfc6979 v0.4.0
9322025-02-21T07:46:14.303Z Downloaded resolv-conf v0.7.0
9332025-02-21T07:46:14.306Z Downloaded ref-cast-impl v1.0.23
9342025-02-21T07:46:14.306Z Downloaded sha1 v0.10.6
9352025-02-21T07:46:14.306Z Downloaded sec1 v0.7.3
9362025-02-21T07:46:14.306Z Downloaded hmac v0.12.1
9372025-02-21T07:46:14.310Z Downloaded half v2.4.1
9382025-02-21T07:46:14.313Z Downloaded byteorder v1.5.0
9392025-02-21T07:46:14.313Z Downloaded fs_extra v1.3.0
9402025-02-21T07:46:14.316Z Downloaded bcs v0.1.6
9412025-02-21T07:46:14.316Z Downloaded hashlink v0.9.1
9422025-02-21T07:46:14.319Z Downloaded event-listener v5.3.1
9432025-02-21T07:46:14.321Z Downloaded async-global-executor v2.4.1
9442025-02-21T07:46:14.321Z Downloaded addr2line v0.24.2
9452025-02-21T07:46:14.324Z Downloaded futures-lite v2.3.0
9462025-02-21T07:46:14.327Z Downloaded async-task v4.7.1
9472025-02-21T07:46:14.330Z Downloaded hash32 v0.2.1
9482025-02-21T07:46:14.330Z Downloaded block-padding v0.3.3
9492025-02-21T07:46:14.330Z Downloaded fixedbitset v0.4.2
9502025-02-21T07:46:14.333Z Downloaded hex-literal v0.4.1
9512025-02-21T07:46:14.333Z Downloaded fragile v2.0.0
9522025-02-21T07:46:14.336Z Downloaded fastrand v2.1.1
9532025-02-21T07:46:14.336Z Downloaded async-lock v3.4.0
9542025-02-21T07:46:14.339Z Downloaded ff v0.13.0
9552025-02-21T07:46:14.339Z Downloaded fd-lock v4.0.2
9562025-02-21T07:46:14.341Z Downloaded getrandom v0.2.15
9572025-02-21T07:46:14.344Z Downloaded cargo_metadata v0.18.1
9582025-02-21T07:46:14.347Z Downloaded blowfish v0.9.1
9592025-02-21T07:46:14.347Z Downloaded http-range v0.1.5
9602025-02-21T07:46:14.349Z Downloaded headers-core v0.3.0
9612025-02-21T07:46:14.350Z Downloaded cfg_aliases v0.1.1
9622025-02-21T07:46:14.350Z Downloaded castaway v0.2.3
9632025-02-21T07:46:14.350Z Downloaded cassowary v0.3.0
9642025-02-21T07:46:14.352Z Downloaded cargo-platform v0.1.8
9652025-02-21T07:46:14.355Z Downloaded funty v2.0.0
9662025-02-21T07:46:14.357Z Downloaded errno v0.3.9
9672025-02-21T07:46:14.357Z Downloaded bitfield v0.14.0
9682025-02-21T07:46:14.360Z Downloaded bit-vec v0.6.3
9692025-02-21T07:46:14.360Z Downloaded adler2 v2.0.0
9702025-02-21T07:46:14.362Z Downloaded fnv v1.0.7
9712025-02-21T07:46:14.362Z Downloaded fallible-streaming-iterator v0.1.9
9722025-02-21T07:46:14.364Z Downloaded flate2 v1.0.35
9732025-02-21T07:46:14.367Z Downloaded base16ct v0.2.0
9742025-02-21T07:46:14.370Z Downloaded async-attributes v1.1.2
9752025-02-21T07:46:14.372Z Downloaded argon2 v0.5.3
9762025-02-21T07:46:14.373Z Downloaded bb8 v0.8.5
9772025-02-21T07:46:14.375Z Downloaded async-signal v0.2.10
9782025-02-21T07:46:14.375Z Downloaded assert_cmd v2.0.16
9792025-02-21T07:46:14.449Z Downloaded libsqlite3-sys v0.30.1
9802025-02-21T07:46:14.586Z Downloaded ring v0.17.8
9812025-02-21T07:46:14.896Z Downloaded aws-lc-sys v0.22.0
9822025-02-21T07:46:15.383Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9832025-02-21T07:46:17.039Zpkg list: illegal option -- F
9842025-02-21T07:46:17.040ZUsage:
9852025-02-21T07:46:17.042Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9862025-02-21T07:46:17.042Z [pkg_fmri_pattern ...]
9872025-02-21T07:46:17.928Zpkg list: illegal option -- F
9882025-02-21T07:46:17.929ZUsage:
9892025-02-21T07:46:17.929Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9902025-02-21T07:46:17.929Z [pkg_fmri_pattern ...]
9912025-02-21T07:46:23.965Z Startup: Refreshing catalog 'helios-dev' ... Done
9922025-02-21T07:46:28.347Z Startup: Caching catalogs ... Done
9932025-02-21T07:46:41.714ZPlanning: Solver setup ... Done (12.401s)
9942025-02-21T07:46:41.864ZPlanning: Running solver ... Done (0.150s)
9952025-02-21T07:46:41.987ZPlanning: Finding local manifests ... Done (0.007s)
9962025-02-21T07:46:42.026ZPlanning: Fetching manifests: 0/7 0% complete
9972025-02-21T07:46:42.860ZPlanning: Fetching manifests: 7/7 100% complete
9982025-02-21T07:46:42.970ZPlanning: Package planning ... Done (0.109s)
9992025-02-21T07:46:43.026ZPlanning: Merging actions ... Done (0.057s)
10002025-02-21T07:46:43.224ZPlanning: Checking for conflicting actions ... Done (0.198s)
10012025-02-21T07:46:45.356ZPlanning: Consolidating action changes ... Done (2.088s)
10022025-02-21T07:46:45.751ZPlanning: Evaluating mediators ... Done (0.434s)
10032025-02-21T07:46:45.828ZPlanning: Planning completed in 17.38 seconds
10042025-02-21T07:46:45.845Z Packages to install: 4
10052025-02-21T07:46:45.845Z Packages to update: 3
10062025-02-21T07:46:45.849Z Mediators to change: 2
10072025-02-21T07:46:45.849Z Services to change: 1
10082025-02-21T07:46:45.849Z Estimated space available: 155.36 GB
10092025-02-21T07:46:45.849ZEstimated space to be consumed: 1.66 GB
10102025-02-21T07:46:45.850Z Create boot environment: No
10112025-02-21T07:46:45.850ZCreate backup boot environment: Yes
10122025-02-21T07:46:45.850Z Rebuild boot archive: No
10132025-02-21T07:46:45.850Z
10142025-02-21T07:46:45.850ZChanged mediators:
10152025-02-21T07:46:45.850Z mediator clang:
10162025-02-21T07:46:45.850Z version: None -> 15 (system default)
10172025-02-21T07:46:45.850Z
10182025-02-21T07:46:45.850Z mediator llvm:
10192025-02-21T07:46:45.850Z version: 14 (system default) -> 15 (system default)
10202025-02-21T07:46:45.850Z
10212025-02-21T07:46:45.850ZChanged packages:
10222025-02-21T07:46:45.851Zhelios-dev
10232025-02-21T07:46:45.851Z developer/build-essential
10242025-02-21T07:46:45.851Z None -> 11-2.0
10252025-02-21T07:46:45.851Z library/libxmlsec1
10262025-02-21T07:46:45.851Z None -> 1.2.35-2.0
10272025-02-21T07:46:45.851Z ooce/developer/clang-15
10282025-02-21T07:46:45.851Z None -> 15.0.7-2.0
10292025-02-21T07:46:45.851Z ooce/developer/llvm-15
10302025-02-21T07:46:45.851Z None -> 15.0.7-2.0
10312025-02-21T07:46:45.851Z package/pkg
10322025-02-21T07:46:45.851Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10332025-02-21T07:46:45.851Z system/library/g++-runtime
10342025-02-21T07:46:45.851Z 13-2.0 -> 14-2.0
10352025-02-21T07:46:45.851Z system/library/gcc-runtime
10362025-02-21T07:46:45.851Z 13-2.0 -> 14-2.0
10372025-02-21T07:46:45.851Z
10382025-02-21T07:46:45.852ZServices:
10392025-02-21T07:46:45.852Z restart_fmri:
10402025-02-21T07:46:45.852Z svc:/system/update-man-index:default
10412025-02-21T07:46:45.852Z
10422025-02-21T07:46:45.852ZEditable files to change:
10432025-02-21T07:46:45.852Z Update:
10442025-02-21T07:46:45.852Z usr/share/lib/pkg/web/config.shtml
10452025-02-21T07:46:45.928Z
10462025-02-21T07:46:45.928ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10472025-02-21T07:46:50.929ZDownload: 530/4301 items 17.5/225.4MB 7% complete (3.6M/s)
10482025-02-21T07:46:56.159ZDownload: 1239/4301 items 102.5/225.4MB 45% complete (10.4M/s)
10492025-02-21T07:47:01.235ZDownload: 2216/4301 items 119.2/225.4MB 52% complete (10.3M/s)
10502025-02-21T07:47:06.238ZDownload: 3093/4301 items 121.5/225.4MB 53% complete (2.0M/s)
10512025-02-21T07:47:11.244ZDownload: 3374/4301 items 212.8/225.4MB 94% complete (9.4M/s)
10522025-02-21T07:47:16.245ZDownload: 4201/4301 items 220.5/225.4MB 97% complete (9.9M/s)
10532025-02-21T07:47:20.442ZDownload: Completed 225.42 MB in 34.52 seconds (6.5M/s)
10542025-02-21T07:47:22.443Z Actions: 1/5122 actions (Removing old actions)
10552025-02-21T07:47:22.465Z Actions: 194/5122 actions (Installing new actions)
10562025-02-21T07:47:27.199Z Actions: 4267/5122 actions (Updating modified actions)
10572025-02-21T07:47:27.565Z Actions: Completed 5122 actions in 5.12 seconds.
10582025-02-21T07:47:27.801Z Done (0.227s)
10592025-02-21T07:47:27.803Z Done (0.001s)
10602025-02-21T07:47:28.413Z Done (0.611s)
10612025-02-21T07:47:32.912Z Done (4.273s)
10622025-02-21T07:47:33.002Z Done (0.018s)
10632025-02-21T07:47:33.006Z Done (0.000s)
10642025-02-21T07:47:33.166Z Done (0.000s)
10652025-02-21T07:47:33.882ZPlanning: Evaluating mediator changes ... Done
10662025-02-21T07:47:34.045ZPlanning: Checking for conflicting actions ... Done
10672025-02-21T07:47:34.048ZPlanning: Consolidating action changes ... Done
10682025-02-21T07:47:34.318ZPlanning: Evaluating mediators ... Done
10692025-02-21T07:47:34.323ZPlanning: Planning completed in 0.44 seconds
10702025-02-21T07:47:34.358Z Mediators to change: 2
10712025-02-21T07:47:34.358Z Create boot environment: No
10722025-02-21T07:47:34.361ZCreate backup boot environment: No
10732025-02-21T07:47:34.461Z Done
10742025-02-21T07:47:34.461Z Done
10752025-02-21T07:47:34.836Z Done
10762025-02-21T07:47:38.501Z Done
10772025-02-21T07:47:38.590Z Done
10782025-02-21T07:47:38.593Z Done
10792025-02-21T07:47:38.722Z Done
10802025-02-21T07:47:39.336ZPlanning: Evaluating mediator changes ... Done
10812025-02-21T07:47:39.339ZPlanning: Merging actions ... Done
10822025-02-21T07:47:39.531ZPlanning: Checking for conflicting actions ... Done
10832025-02-21T07:47:39.535ZPlanning: Consolidating action changes ... Done
10842025-02-21T07:47:39.799ZPlanning: Evaluating mediators ... Done
10852025-02-21T07:47:39.854ZPlanning: Planning completed in 0.76 seconds
10862025-02-21T07:47:39.897Z Packages to change: 1
10872025-02-21T07:47:39.901Z Mediators to change: 1
10882025-02-21T07:47:39.901Z Services to change: 1
10892025-02-21T07:47:39.901Z Create boot environment: No
10902025-02-21T07:47:39.901ZCreate backup boot environment: Yes
10912025-02-21T07:47:42.178Z Actions: 1/6 actions (Updating modified actions)
10922025-02-21T07:47:42.181Z Actions: Completed 6 actions in 0.00 seconds.
10932025-02-21T07:47:42.181Z Done
10942025-02-21T07:47:42.181Z Done
10952025-02-21T07:47:42.304Z Done
10962025-02-21T07:47:45.938Z Done
10972025-02-21T07:47:46.029Z Done
10982025-02-21T07:47:46.032Z Done
10992025-02-21T07:47:46.163Z Done
11002025-02-21T07:47:46.600ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11012025-02-21T07:47:46.600Zclang system 15 system
11022025-02-21T07:47:46.600Zcsh system system illumos
11032025-02-21T07:47:46.600Zctags system system illumos
11042025-02-21T07:47:46.600Zgcc vendor 12 vendor
11052025-02-21T07:47:46.600Zgcc system 10 system
11062025-02-21T07:47:46.600Zgcc system 7 system
11072025-02-21T07:47:46.600Zgo system 1.20 system
11082025-02-21T07:47:46.600Zgo system 1.19 system
11092025-02-21T07:47:46.600Zllvm system 15 system
11102025-02-21T07:47:46.600Zllvm system 14 system
11112025-02-21T07:47:46.600Zmariadb system 10.6 system
11122025-02-21T07:47:46.600Zmta vendor vendor dma
11132025-02-21T07:47:46.600Zopenjdk system 17 system
11142025-02-21T07:47:46.600Zopenjdk system 11 system
11152025-02-21T07:47:46.600Zopenjdk system 1.8 system
11162025-02-21T07:47:46.600Zopenssl vendor 3 vendor
11172025-02-21T07:47:46.600Zperl system 5.36 system
11182025-02-21T07:47:46.600Zpostgresql system 15 system
11192025-02-21T07:47:46.600Zpostgresql system 13 system
11202025-02-21T07:47:46.600Zpython vendor 3 vendor
11212025-02-21T07:47:46.600Zpython system 2 system
11222025-02-21T07:47:46.600Zpython3 system 3.11 system
11232025-02-21T07:47:46.600Zruby system 3.0 system
11242025-02-21T07:47:46.601Zwords vendor vendor american-english
11252025-02-21T07:47:46.601Zwords system system australian-english
11262025-02-21T07:47:46.601Zwords system system british-english
11272025-02-21T07:47:46.601Zwords system system canadian-english
11282025-02-21T07:47:46.601Zwords system system french
11292025-02-21T07:47:46.601Zwords system system italian
11302025-02-21T07:47:46.601Zwords system system ngerman
11312025-02-21T07:47:46.601Zwords system system ogerman
11322025-02-21T07:47:46.601Zwords system system spanish
11332025-02-21T07:47:46.928ZPUBLISHER TYPE STATUS P LOCATION
11342025-02-21T07:47:46.928Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11352025-02-21T07:47:49.895ZFMRI IFO
11362025-02-21T07:47:49.895Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11372025-02-21T07:47:49.895Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11382025-02-21T07:47:49.895Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11392025-02-21T07:47:49.895Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11402025-02-21T07:47:49.895Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11412025-02-21T07:47:49.895Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11422025-02-21T07:47:49.895Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11432025-02-21T07:47:49.895Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11442025-02-21T07:47:49.895Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11452025-02-21T07:47:49.895Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11462025-02-21T07:47:49.895Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11472025-02-21T07:47:49.895Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11482025-02-21T07:47:49.895Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11492025-02-21T07:47:49.895Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11502025-02-21T07:47:49.895Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11512025-02-21T07:47:50.954Z Downloading crates ...
11522025-02-21T07:47:51.062Z Downloaded cargo_toml v0.20.5
11532025-02-21T07:47:51.202Z Compiling proc-macro2 v1.0.92
11542025-02-21T07:47:51.205Z Compiling unicode-ident v1.0.14
11552025-02-21T07:47:51.205Z Compiling serde v1.0.217
11562025-02-21T07:47:51.205Z Compiling version_check v0.9.5
11572025-02-21T07:47:51.205Z Compiling thiserror v1.0.69
11582025-02-21T07:47:51.205Z Compiling memchr v2.7.4
11592025-02-21T07:47:51.205Z Compiling libc v0.2.169
11602025-02-21T07:47:51.224Z Compiling itoa v1.0.11
11612025-02-21T07:47:51.468Z Compiling ucd-trie v0.1.7
11622025-02-21T07:47:51.477Z Compiling ryu v1.0.18
11632025-02-21T07:47:51.914Z Compiling once_cell v1.20.2
11642025-02-21T07:47:51.924Z Compiling byteorder v1.5.0
11652025-02-21T07:47:52.167Z Compiling serde_json v1.0.135
11662025-02-21T07:47:52.228Z Compiling rustix v0.38.37
11672025-02-21T07:47:52.387Z Compiling bitflags v2.6.0
11682025-02-21T07:47:52.515Z Compiling proc-macro-error-attr v1.0.4
11692025-02-21T07:47:52.695Z Compiling usdt-impl v0.5.0
11702025-02-21T07:47:52.707Z Compiling syn v1.0.109
11712025-02-21T07:47:52.781Z Compiling proc-macro-error v1.0.4
11722025-02-21T07:47:52.873Z Compiling utf8parse v0.2.2
11732025-02-21T07:47:53.009Z Compiling quote v1.0.38
11742025-02-21T07:47:53.033Z Compiling hashbrown v0.15.1
11752025-02-21T07:47:53.084Z Compiling errno v0.3.9
11762025-02-21T07:47:53.161Z Compiling plain v0.2.3
11772025-02-21T07:47:53.266Z Compiling thread-id v4.2.2
11782025-02-21T07:47:53.302Z Compiling camino v1.1.9
11792025-02-21T07:47:53.321Z Compiling equivalent v1.0.1
11802025-02-21T07:47:53.324Z Compiling log v0.4.22
11812025-02-21T07:47:53.377Z Compiling syn v2.0.96
11822025-02-21T07:47:53.661Z Compiling anstyle-parse v0.2.5
11832025-02-21T07:47:53.934Z Compiling semver v1.0.24
11842025-02-21T07:47:53.974Z Compiling winnow v0.6.20
11852025-02-21T07:47:54.106Z Compiling indexmap v2.7.1
11862025-02-21T07:47:54.119Z Compiling colorchoice v1.0.2
11872025-02-21T07:47:54.271Z Compiling anstyle v1.0.10
11882025-02-21T07:47:54.373Z Compiling pretty-hex v0.4.1
11892025-02-21T07:47:54.411Z Compiling anstyle-query v1.1.1
11902025-02-21T07:47:54.566Z Compiling is_terminal_polyfill v1.70.1
11912025-02-21T07:47:54.595Z Compiling autocfg v1.4.0
11922025-02-21T07:47:54.666Z Compiling unicode-width v0.1.14
11932025-02-21T07:47:54.695Z Compiling anstream v0.6.15
11942025-02-21T07:47:55.179Z Compiling terminal_size v0.4.0
11952025-02-21T07:47:55.381Z Compiling anyhow v1.0.95
11962025-02-21T07:47:55.460Z Compiling fs-err v2.11.0
11972025-02-21T07:47:55.474Z Compiling fnv v1.0.7
11982025-02-21T07:47:55.478Z Compiling heck v0.5.0
11992025-02-21T07:47:55.618Z Compiling heck v0.4.1
12002025-02-21T07:47:55.764Z Compiling strsim v0.11.1
12012025-02-21T07:47:55.777Z Compiling cfg-if v1.0.0
12022025-02-21T07:47:55.868Z Compiling bytecount v0.6.8
12032025-02-21T07:47:55.964Z Compiling fastrand v2.1.1
12042025-02-21T07:47:56.022Z Compiling clap_lex v0.7.4
12052025-02-21T07:47:56.384Z Compiling tempfile v3.13.0
12062025-02-21T07:47:56.455Z Compiling clap_builder v4.5.27
12072025-02-21T07:47:56.481Z Compiling papergrid v0.11.0
12082025-02-21T07:47:56.849Z Compiling memmap v0.7.0
12092025-02-21T07:47:56.907Z Compiling smawk v0.3.2
12102025-02-21T07:47:57.122Z Compiling unicode-linebreak v0.1.5
12112025-02-21T07:47:57.340Z Compiling swrite v0.1.0
12122025-02-21T07:47:57.606Z Compiling textwrap v0.16.1
12132025-02-21T07:47:58.064Z Compiling tabled_derive v0.7.0
12142025-02-21T07:47:59.359Z Compiling tabled v0.15.0
12152025-02-21T07:47:59.987Z Compiling serde_derive v1.0.217
12162025-02-21T07:47:59.987Z Compiling thiserror-impl v1.0.69
12172025-02-21T07:47:59.990Z Compiling zerocopy-derive v0.7.35
12182025-02-21T07:48:00.114Z Compiling scroll_derive v0.12.0
12192025-02-21T07:48:00.294Z Compiling clap_derive v4.5.24
12202025-02-21T07:48:01.520Z Compiling scroll v0.12.0
12212025-02-21T07:48:01.986Z Compiling goblin v0.8.2
12222025-02-21T07:48:02.007Z Compiling zerocopy v0.7.35
12232025-02-21T07:48:02.426Z Compiling pest v2.7.14
12242025-02-21T07:48:03.505Z Compiling clap v4.5.27
12252025-02-21T07:48:04.636Z Compiling pest_meta v2.7.14
12262025-02-21T07:48:05.519Z Compiling pest_generator v2.7.14
12272025-02-21T07:48:06.778Z Compiling pest_derive v2.7.14
12282025-02-21T07:48:07.503Z Compiling dtrace-parser v0.2.0
12292025-02-21T07:48:08.440Z Compiling serde_tokenstream v0.2.2
12302025-02-21T07:48:08.458Z Compiling serde_spanned v0.6.8
12312025-02-21T07:48:08.458Z Compiling toml_datetime v0.6.8
12322025-02-21T07:48:08.700Z Compiling cargo-platform v0.1.8
12332025-02-21T07:48:08.752Z Compiling toml_edit v0.22.22
12342025-02-21T07:48:08.916Z Compiling macaddr v1.0.1
12352025-02-21T07:48:09.079Z Compiling camino-tempfile v1.1.1
12362025-02-21T07:48:09.783Z Compiling dof v0.3.0
12372025-02-21T07:48:09.799Z Compiling cargo_metadata v0.18.1
12382025-02-21T07:48:11.139Z Compiling usdt-attr-macro v0.5.0
12392025-02-21T07:48:11.139Z Compiling usdt-macro v0.5.0
12402025-02-21T07:48:11.557Z Compiling toml v0.8.19
12412025-02-21T07:48:12.226Z Compiling usdt v0.5.0
12422025-02-21T07:48:12.308Z Compiling cargo_toml v0.20.5
12432025-02-21T07:48:14.838Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12442025-02-21T07:48:17.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.52s
12452025-02-21T07:48:18.022Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12462025-02-21T07:48:18.869Z Compiling serde v1.0.217
12472025-02-21T07:48:18.872Z Compiling lock_api v0.4.12
12482025-02-21T07:48:18.872Z Compiling value-bag v1.9.0
12492025-02-21T07:48:18.872Z Compiling scopeguard v1.2.0
12502025-02-21T07:48:18.872Z Compiling typenum v1.17.0
12512025-02-21T07:48:18.997Z Compiling generic-array v0.14.7
12522025-02-21T07:48:19.044Z Compiling syn v2.0.96
12532025-02-21T07:48:19.062Z Compiling getrandom v0.2.15
12542025-02-21T07:48:19.181Z Compiling shlex v1.3.0
12552025-02-21T07:48:19.380Z Compiling log v0.4.22
12562025-02-21T07:48:19.472Z Compiling rand_core v0.6.4
12572025-02-21T07:48:19.507Z Compiling subtle v2.6.1
12582025-02-21T07:48:19.523Z Compiling jobserver v0.1.32
12592025-02-21T07:48:19.559Z Compiling smallvec v1.13.2
12602025-02-21T07:48:19.835Z Compiling const-oid v0.9.6
12612025-02-21T07:48:19.853Z Compiling pin-project-lite v0.2.14
12622025-02-21T07:48:19.927Z Compiling cc v1.1.30
12632025-02-21T07:48:19.984Z Compiling rustix v0.38.37
12642025-02-21T07:48:19.987Z Compiling spin v0.9.8
12652025-02-21T07:48:20.114Z Compiling parking_lot_core v0.9.10
12662025-02-21T07:48:20.260Z Compiling futures-core v0.3.31
12672025-02-21T07:48:20.354Z Compiling signal-hook-registry v1.4.2
12682025-02-21T07:48:20.504Z Compiling mio v1.0.2
12692025-02-21T07:48:20.839Z Compiling aho-corasick v1.1.3
12702025-02-21T07:48:21.053Z Compiling parking_lot v0.12.3
12712025-02-21T07:48:21.163Z Compiling cpufeatures v0.2.14
12722025-02-21T07:48:21.236Z Compiling stable_deref_trait v1.2.0
12732025-02-21T07:48:21.279Z Compiling regex-syntax v0.8.5
12742025-02-21T07:48:21.361Z Compiling either v1.13.0
12752025-02-21T07:48:21.545Z Compiling futures-sink v0.3.31
12762025-02-21T07:48:21.717Z Compiling glob v0.3.2
12772025-02-21T07:48:21.784Z Compiling socket2 v0.5.7
12782025-02-21T07:48:21.845Z Compiling slab v0.4.9
12792025-02-21T07:48:21.859Z Compiling prettyplease v0.2.29
12802025-02-21T07:48:22.216Z Compiling lazy_static v1.5.0
12812025-02-21T07:48:22.308Z Compiling minimal-lexical v0.2.1
12822025-02-21T07:48:22.351Z Compiling serde_json v1.0.135
12832025-02-21T07:48:22.550Z Compiling clang-sys v1.8.1
12842025-02-21T07:48:22.696Z Compiling libloading v0.8.5
12852025-02-21T07:48:22.803Z Compiling nom v7.1.3
12862025-02-21T07:48:22.894Z Compiling bindgen v0.69.5
12872025-02-21T07:48:23.073Z Compiling home v0.5.9
12882025-02-21T07:48:23.286Z Compiling itertools v0.12.1
12892025-02-21T07:48:23.337Z Compiling futures-channel v0.3.31
12902025-02-21T07:48:23.744Z Compiling futures-task v0.3.31
12912025-02-21T07:48:23.768Z Compiling rustc-hash v1.1.0
12922025-02-21T07:48:23.927Z Compiling futures-io v0.3.31
12932025-02-21T07:48:24.032Z Compiling foldhash v0.1.3
12942025-02-21T07:48:24.202Z Compiling lazycell v1.3.0
12952025-02-21T07:48:24.327Z Compiling libm v0.2.8
12962025-02-21T07:48:24.370Z Compiling allocator-api2 v0.2.18
12972025-02-21T07:48:24.662Z Compiling pin-utils v0.1.0
12982025-02-21T07:48:24.769Z Compiling regex-automata v0.4.8
12992025-02-21T07:48:25.131Z Compiling hashbrown v0.15.1
13002025-02-21T07:48:25.289Z Compiling cmake v0.1.51
13012025-02-21T07:48:26.045Z Compiling synstructure v0.13.1
13022025-02-21T07:48:26.186Z Compiling cexpr v0.6.0
13032025-02-21T07:48:26.365Z Compiling num-traits v0.2.19
13042025-02-21T07:48:26.696Z Compiling dunce v1.0.5
13052025-02-21T07:48:26.837Z Compiling pkg-config v0.3.31
13062025-02-21T07:48:27.076Z Compiling fs_extra v1.3.0
13072025-02-21T07:48:27.793Z Compiling writeable v0.5.5
13082025-02-21T07:48:27.796Z Compiling litemap v0.7.3
13092025-02-21T07:48:28.031Z Compiling ring v0.17.8
13102025-02-21T07:48:28.125Z Compiling base64ct v1.6.0
13112025-02-21T07:48:28.237Z Compiling paste v1.0.15
13122025-02-21T07:48:28.809Z Compiling pem-rfc7468 v0.7.0
13132025-02-21T07:48:28.883Z Compiling icu_locid_transform_data v1.5.0
13142025-02-21T07:48:28.993Z Compiling httparse v1.9.5
13152025-02-21T07:48:29.012Z Compiling aws-lc-rs v1.10.0
13162025-02-21T07:48:29.409Z Compiling flagset v0.4.6
13172025-02-21T07:48:29.615Z Compiling tracing-core v0.1.32
13182025-02-21T07:48:29.710Z Compiling rustls-pki-types v1.10.0
13192025-02-21T07:48:30.401Z Compiling regex v1.11.1
13202025-02-21T07:48:30.435Z Compiling icu_properties_data v1.5.0
13212025-02-21T07:48:30.526Z Compiling crossbeam-utils v0.8.20
13222025-02-21T07:48:30.689Z Compiling percent-encoding v2.3.1
13232025-02-21T07:48:30.958Z Compiling utf16_iter v1.0.5
13242025-02-21T07:48:31.075Z Compiling serde_derive v1.0.217
13252025-02-21T07:48:31.124Z Compiling zeroize_derive v1.4.2
13262025-02-21T07:48:31.192Z Compiling zerocopy-derive v0.7.35
13272025-02-21T07:48:31.319Z Compiling tokio-macros v2.5.0
13282025-02-21T07:48:31.459Z Compiling zerofrom-derive v0.1.4
13292025-02-21T07:48:32.560Z Compiling zeroize v1.8.1
13302025-02-21T07:48:32.775Z Compiling yoke-derive v0.7.4
13312025-02-21T07:48:32.939Z Compiling zerovec-derive v0.10.3
13322025-02-21T07:48:33.051Z Compiling zerocopy v0.7.35
13332025-02-21T07:48:34.116Z Compiling crypto-common v0.1.6
13342025-02-21T07:48:34.359Z Compiling block-buffer v0.10.4
13352025-02-21T07:48:34.375Z Compiling thiserror-impl v1.0.69
13362025-02-21T07:48:34.591Z Compiling digest v0.10.7
13372025-02-21T07:48:34.796Z Compiling zerofrom v0.1.4
13382025-02-21T07:48:34.999Z Compiling hmac v0.12.1
13392025-02-21T07:48:35.027Z Compiling displaydoc v0.2.5
13402025-02-21T07:48:35.044Z Compiling futures-macro v0.3.31
13412025-02-21T07:48:35.234Z Compiling block-padding v0.3.3
13422025-02-21T07:48:35.237Z Compiling sha2 v0.10.8
13432025-02-21T07:48:35.270Z Compiling icu_provider_macros v1.5.0
13442025-02-21T07:48:35.296Z Compiling yoke v0.7.4
13452025-02-21T07:48:35.497Z Compiling inout v0.1.3
13462025-02-21T07:48:35.659Z Compiling zerovec v0.10.4
13472025-02-21T07:48:35.774Z Compiling cipher v0.4.4
13482025-02-21T07:48:36.327Z Compiling ppv-lite86 v0.2.20
13492025-02-21T07:48:36.357Z Compiling der_derive v0.7.3
13502025-02-21T07:48:36.557Z Compiling tracing-attributes v0.1.27
13512025-02-21T07:48:36.844Z Compiling futures-util v0.3.31
13522025-02-21T07:48:37.071Z Compiling rand_chacha v0.3.1
13532025-02-21T07:48:37.237Z Compiling thiserror v1.0.69
13542025-02-21T07:48:37.389Z Compiling pest v2.7.14
13552025-02-21T07:48:37.717Z Compiling tinystr v0.7.6
13562025-02-21T07:48:38.090Z Compiling icu_locid v1.5.0
13572025-02-21T07:48:38.564Z Compiling der v0.7.9
13582025-02-21T07:48:38.814Z Compiling icu_collections v1.5.0
13592025-02-21T07:48:39.366Z Compiling icu_provider v1.5.0
13602025-02-21T07:48:39.740Z Compiling tracing v0.1.40
13612025-02-21T07:48:40.051Z Compiling icu_locid_transform v1.5.0
13622025-02-21T07:48:40.070Z Compiling rand v0.8.5
13632025-02-21T07:48:40.257Z Compiling salsa20 v0.10.2
13642025-02-21T07:48:40.279Z Compiling pbkdf2 v0.12.2
13652025-02-21T07:48:40.319Z Compiling untrusted v0.9.0
13662025-02-21T07:48:40.450Z Compiling vcpkg v0.2.15
13672025-02-21T07:48:40.486Z Compiling icu_normalizer_data v1.5.0
13682025-02-21T07:48:40.514Z Compiling write16 v1.0.0
13692025-02-21T07:48:40.602Z Compiling spki v0.7.3
13702025-02-21T07:48:40.662Z Compiling time-core v0.1.2
13712025-02-21T07:48:40.853Z Compiling utf8_iter v1.0.4
13722025-02-21T07:48:40.970Z Compiling powerfmt v0.2.0
13732025-02-21T07:48:41.155Z Compiling mirai-annotations v1.12.0
13742025-02-21T07:48:41.355Z Compiling icu_properties v1.5.1
13752025-02-21T07:48:41.404Z Compiling num-conv v0.1.0
13762025-02-21T07:48:41.598Z Compiling untrusted v0.7.1
13772025-02-21T07:48:41.696Z Compiling time-macros v0.2.18
13782025-02-21T07:48:41.800Z Compiling deranged v0.3.11
13792025-02-21T07:48:42.042Z Compiling scrypt v0.11.0
13802025-02-21T07:48:42.167Z Compiling openssl-sys v0.9.105
13812025-02-21T07:48:42.344Z Compiling pest_meta v2.7.14
13822025-02-21T07:48:42.559Z Compiling cbc v0.1.2
13832025-02-21T07:48:42.807Z Compiling aes v0.8.4
13842025-02-21T07:48:43.179Z Compiling bitflags v2.6.0
13852025-02-21T07:48:43.197Z Compiling bytes v1.9.0
13862025-02-21T07:48:44.373Z Compiling tokio v1.43.0
13872025-02-21T07:48:44.670Z Compiling indexmap v2.7.1
13882025-02-21T07:48:45.232Z Compiling http v1.2.0
13892025-02-21T07:48:45.533Z Compiling semver v1.0.24
13902025-02-21T07:48:45.890Z Compiling icu_normalizer v1.5.0
13912025-02-21T07:48:46.009Z Compiling rustc_version v0.4.1
13922025-02-21T07:48:46.247Z Compiling scroll_derive v0.12.0
13932025-02-21T07:48:46.508Z Compiling atomic-waker v1.1.2
13942025-02-21T07:48:46.699Z Compiling num_threads v0.1.7
13952025-02-21T07:48:46.715Z Compiling tinyvec_macros v0.1.1
13962025-02-21T07:48:46.821Z Compiling idna_adapter v1.2.0
13972025-02-21T07:48:46.841Z Compiling time v0.3.36
13982025-02-21T07:48:47.057Z Compiling tinyvec v1.8.0
13992025-02-21T07:48:47.311Z Compiling which v4.4.2
14002025-02-21T07:48:47.367Z Compiling http-body v1.0.1
14012025-02-21T07:48:47.627Z Compiling pkcs5 v0.7.1
14022025-02-21T07:48:47.651Z Compiling scroll v0.12.0
14032025-02-21T07:48:47.830Z Compiling pest_generator v2.7.14
14042025-02-21T07:48:48.216Z Compiling form_urlencoded v1.2.1
14052025-02-21T07:48:48.297Z Compiling slog v2.7.0
14062025-02-21T07:48:48.471Z Compiling try-lock v0.2.5
14072025-02-21T07:48:48.510Z Compiling goblin v0.8.2
14082025-02-21T07:48:48.634Z Compiling want v0.3.1
14092025-02-21T07:48:48.712Z Compiling pkcs8 v0.10.2
14102025-02-21T07:48:48.867Z Compiling idna v1.0.3
14112025-02-21T07:48:48.917Z Compiling uuid v1.12.0
14122025-02-21T07:48:49.335Z Compiling httpdate v1.0.3
14132025-02-21T07:48:49.622Z Compiling pest_derive v2.7.14
14142025-02-21T07:48:49.772Z Compiling iana-time-zone v0.1.61
14152025-02-21T07:48:50.143Z Compiling chrono v0.4.39
14162025-02-21T07:48:50.426Z Compiling serde_spanned v0.6.8
14172025-02-21T07:48:50.445Z Compiling dtrace-parser v0.2.0
14182025-02-21T07:48:50.660Z Compiling toml_datetime v0.6.8
14192025-02-21T07:48:51.058Z Compiling serde_tokenstream v0.2.2
14202025-02-21T07:48:51.165Z Compiling match_cfg v0.1.0
14212025-02-21T07:48:51.245Z Compiling foreign-types-shared v0.1.1
14222025-02-21T07:48:51.274Z Compiling rustversion v1.0.17
14232025-02-21T07:48:51.378Z Compiling adler2 v2.0.0
14242025-02-21T07:48:51.599Z Compiling tower-service v0.3.3
14252025-02-21T07:48:51.638Z Compiling base64 v0.22.1
14262025-02-21T07:48:51.741Z Compiling openssl v0.10.70
14272025-02-21T07:48:52.041Z Compiling miniz_oxide v0.8.0
14282025-02-21T07:48:52.202Z Compiling foreign-types v0.3.2
14292025-02-21T07:48:52.259Z Compiling hostname v0.3.1
14302025-02-21T07:48:52.302Z Compiling url v2.5.3
14312025-02-21T07:48:52.476Z Compiling tokio-util v0.7.12
14322025-02-21T07:48:53.344Z Compiling openssl-macros v0.1.1
14332025-02-21T07:48:53.409Z Compiling h2 v0.4.6
14342025-02-21T07:48:53.515Z Compiling async-trait v0.1.86
14352025-02-21T07:48:53.709Z Compiling serde_derive_internals v0.29.1
14362025-02-21T07:48:54.015Z Compiling dirs-sys-next v0.1.2
14372025-02-21T07:48:54.077Z Compiling dof v0.3.0
14382025-02-21T07:48:54.520Z Compiling syn v1.0.109
14392025-02-21T07:48:55.105Z Compiling usdt-impl v0.5.0
14402025-02-21T07:48:55.812Z Compiling native-tls v0.2.12
14412025-02-21T07:48:55.900Z Compiling rustls v0.22.4
14422025-02-21T07:48:55.919Z Compiling siphasher v0.3.11
14432025-02-21T07:48:56.176Z Compiling schemars v0.8.21
14442025-02-21T07:48:56.231Z Compiling data-encoding v2.6.0
14452025-02-21T07:48:56.253Z Compiling rustls v0.23.19
14462025-02-21T07:48:56.476Z Compiling schemars_derive v0.8.21
14472025-02-21T07:48:56.556Z Compiling dirs-next v2.0.0
14482025-02-21T07:48:57.365Z Compiling unicode-normalization v0.1.24
14492025-02-21T07:48:57.432Z Compiling http-body-util v0.1.2
14502025-02-21T07:48:57.930Z Compiling crossbeam-epoch v0.9.18
14512025-02-21T07:48:58.010Z Compiling heapless v0.7.17
14522025-02-21T07:48:58.123Z Compiling signature v2.2.0
14532025-02-21T07:48:58.430Z Compiling sha1 v0.10.6
14542025-02-21T07:48:58.456Z Compiling bzip2-sys v0.1.11+1.0.8
14552025-02-21T07:48:58.458Z Compiling thread_local v1.1.8
14562025-02-21T07:48:58.580Z Compiling multer v3.1.0
14572025-02-21T07:48:58.851Z Compiling cookie v0.18.1
14582025-02-21T07:48:58.915Z Compiling encoding_rs v0.8.34
14592025-02-21T07:48:58.934Z Compiling gimli v0.31.1
14602025-02-21T07:48:58.951Z Compiling unicode-bidi v0.3.17
14612025-02-21T07:48:59.165Z Compiling mime v0.3.17
14622025-02-21T07:48:59.387Z Compiling unicode-properties v0.1.3
14632025-02-21T07:48:59.655Z Compiling openssl-probe v0.1.5
14642025-02-21T07:48:59.789Z Compiling signal-hook v0.3.17
14652025-02-21T07:48:59.985Z Compiling slog-async v2.8.0
14662025-02-21T07:49:00.100Z Compiling dyn-clone v1.0.17
14672025-02-21T07:49:00.147Z Compiling rayon-core v1.12.1
14682025-02-21T07:49:00.331Z Compiling hyper v1.5.2
14692025-02-21T07:49:00.438Z Compiling ipnet v2.10.1
14702025-02-21T07:49:01.521Z Compiling toml_edit v0.22.22
14712025-02-21T07:49:02.961Z Compiling hyper-util v0.1.10
14722025-02-21T07:49:03.070Z Compiling addr2line v0.24.2
14732025-02-21T07:49:03.774Z Compiling stringprep v0.1.5
14742025-02-21T07:49:04.054Z Compiling crossbeam-deque v0.8.5
14752025-02-21T07:49:04.117Z Compiling usdt-macro v0.5.0
14762025-02-21T07:49:04.185Z Compiling usdt-attr-macro v0.5.0
14772025-02-21T07:49:04.347Z Compiling term v0.7.0
14782025-02-21T07:49:05.321Z Compiling slog-json v2.6.1
14792025-02-21T07:49:05.489Z Compiling serde_urlencoded v0.7.1
14802025-02-21T07:49:05.542Z Compiling crossbeam-channel v0.5.13
14812025-02-21T07:49:05.627Z Compiling curve25519-dalek v4.1.3
14822025-02-21T07:49:05.650Z Compiling futures-executor v0.3.31
14832025-02-21T07:49:05.682Z Compiling enum-as-inner v0.6.1
14842025-02-21T07:49:05.958Z Compiling md-5 v0.10.6
14852025-02-21T07:49:06.160Z Compiling async-stream-impl v0.3.6
14862025-02-21T07:49:06.266Z Compiling num-integer v0.1.46
14872025-02-21T07:49:06.323Z Compiling rustls-pemfile v2.2.0
14882025-02-21T07:49:06.548Z Compiling hash32 v0.2.1
14892025-02-21T07:49:06.661Z Compiling ff v0.13.0
14902025-02-21T07:49:06.780Z Compiling is-terminal v0.4.13
14912025-02-21T07:49:06.895Z Compiling object v0.36.5
14922025-02-21T07:49:06.913Z Compiling dropshot v0.12.0
14932025-02-21T07:49:06.930Z Compiling memoffset v0.9.1
14942025-02-21T07:49:06.981Z Compiling linked-hash-map v0.5.6
14952025-02-21T07:49:07.229Z Compiling smoltcp v0.9.1
14962025-02-21T07:49:07.232Z Compiling utf-8 v0.7.6
14972025-02-21T07:49:07.304Z Compiling num-bigint-dig v0.8.4
14982025-02-21T07:49:07.398Z Compiling portable-atomic v1.9.0
14992025-02-21T07:49:07.546Z Compiling litrs v0.4.1
15002025-02-21T07:49:07.632Z Compiling anyhow v1.0.95
15012025-02-21T07:49:07.864Z Compiling rustc-demangle v0.1.24
15022025-02-21T07:49:08.238Z Compiling base16ct v0.2.0
15032025-02-21T07:49:08.320Z Compiling take_mut v0.2.2
15042025-02-21T07:49:08.498Z Compiling cfg_aliases v0.2.1
15052025-02-21T07:49:08.517Z Compiling fallible-iterator v0.2.0
15062025-02-21T07:49:08.557Z Compiling psl-types v2.0.11
15072025-02-21T07:49:08.610Z Compiling quick-error v1.2.3
15082025-02-21T07:49:08.649Z Compiling document-features v0.2.10
15092025-02-21T07:49:08.711Z Compiling nix v0.29.0
15102025-02-21T07:49:08.767Z Compiling resolv-conf v0.7.0
15112025-02-21T07:49:08.769Z Compiling publicsuffix v2.3.0
15122025-02-21T07:49:09.149Z Compiling postgres-protocol v0.6.7
15132025-02-21T07:49:09.431Z Compiling sec1 v0.7.3
15142025-02-21T07:49:09.842Z Compiling tungstenite v0.24.0
15152025-02-21T07:49:09.970Z Compiling async-stream v0.3.6
15162025-02-21T07:49:10.048Z Compiling lru-cache v0.1.2
15172025-02-21T07:49:10.257Z Compiling slog-term v2.9.1
15182025-02-21T07:49:10.259Z Compiling group v0.13.0
15192025-02-21T07:49:10.311Z Compiling usdt v0.5.0
15202025-02-21T07:49:10.582Z Compiling hickory-proto v0.24.3
15212025-02-21T07:49:10.781Z Compiling num-iter v0.1.45
15222025-02-21T07:49:11.139Z Compiling futures v0.3.31
15232025-02-21T07:49:11.257Z Compiling slog-bunyan v2.5.0
15242025-02-21T07:49:11.380Z Compiling toml v0.8.19
15252025-02-21T07:49:12.438Z Compiling tokio-native-tls v0.3.1
15262025-02-21T07:49:12.727Z Compiling camino v1.1.9
15272025-02-21T07:49:12.820Z Compiling phf_shared v0.11.2
15282025-02-21T07:49:12.923Z Compiling dropshot_endpoint v0.12.0
15292025-02-21T07:49:13.186Z Compiling terminal_size v0.4.0
15302025-02-21T07:49:13.418Z Compiling backtrace v0.3.74
15312025-02-21T07:49:13.558Z Compiling waitgroup v0.1.2
15322025-02-21T07:49:13.586Z Compiling openapiv3 v2.0.0
15332025-02-21T07:49:13.783Z Compiling serde_path_to_error v0.1.16
15342025-02-21T07:49:13.885Z Compiling hkdf v0.12.4
15352025-02-21T07:49:14.153Z Compiling crypto-bigint v0.5.5
15362025-02-21T07:49:14.578Z Compiling curve25519-dalek-derive v0.1.1
15372025-02-21T07:49:15.978Z Compiling zerocopy-derive v0.6.6
15382025-02-21T07:49:16.293Z Compiling webpki-roots v0.26.6
15392025-02-21T07:49:16.484Z Compiling hubpack_derive v0.1.1
15402025-02-21T07:49:16.513Z Compiling hostname v0.4.0
15412025-02-21T07:49:16.735Z Compiling fs-err v2.11.0
15422025-02-21T07:49:16.973Z Compiling crc32fast v1.4.2
15432025-02-21T07:49:17.061Z Compiling ahash v0.8.11
15442025-02-21T07:49:17.309Z Compiling newtype-uuid v1.2.1
15452025-02-21T07:49:17.344Z Compiling bitflags v1.3.2
15462025-02-21T07:49:17.413Z Compiling debug-ignore v1.0.5
15472025-02-21T07:49:17.454Z Compiling managed v0.8.0
15482025-02-21T07:49:17.507Z Compiling winnow v0.5.40
15492025-02-21T07:49:17.573Z Compiling unicode-width v0.2.0
15502025-02-21T07:49:17.646Z Compiling strum_macros v0.25.3
15512025-02-21T07:49:17.885Z Compiling zerocopy v0.6.6
15522025-02-21T07:49:18.118Z Compiling console v0.15.10
15532025-02-21T07:49:18.600Z Compiling clap_builder v4.5.27
15542025-02-21T07:49:19.352Z Compiling hubpack v0.1.2
15552025-02-21T07:49:19.389Z Compiling flate2 v1.0.35
15562025-02-21T07:49:19.772Z Compiling elliptic-curve v0.13.8
15572025-02-21T07:49:19.902Z Compiling hickory-resolver v0.24.3
15582025-02-21T07:49:20.571Z Compiling signal-hook-mio v0.2.4
15592025-02-21T07:49:20.747Z Compiling toml_edit v0.19.15
15602025-02-21T07:49:20.925Z Compiling phf v0.11.2
15612025-02-21T07:49:21.045Z Compiling hyper-tls v0.6.0
15622025-02-21T07:49:21.246Z Compiling cookie_store v0.21.1
15632025-02-21T07:49:21.288Z Compiling rayon v1.10.0
15642025-02-21T07:49:21.479Z Compiling bzip2 v0.4.4
15652025-02-21T07:49:22.690Z Compiling tokio-tungstenite v0.24.0
15662025-02-21T07:49:23.355Z Compiling postgres-types v0.2.8
15672025-02-21T07:49:25.418Z Compiling ed25519 v2.2.3
15682025-02-21T07:49:25.672Z Compiling phf_shared v0.10.0
15692025-02-21T07:49:25.877Z Compiling tokio-stream v0.1.16
15702025-02-21T07:49:26.093Z Compiling pkcs1 v0.7.5
15712025-02-21T07:49:26.322Z Compiling serde-big-array v0.5.1
15722025-02-21T07:49:26.567Z Compiling clap_derive v4.5.24
15732025-02-21T07:49:26.840Z Compiling rfc6979 v0.4.0
15742025-02-21T07:49:26.993Z Compiling derive-where v1.2.7
15752025-02-21T07:49:27.034Z Compiling serde_repr v0.1.19
15762025-02-21T07:49:27.268Z Compiling float-cmp v0.10.0
15772025-02-21T07:49:27.519Z Compiling bstr v1.10.0
15782025-02-21T07:49:27.598Z Compiling sync_wrapper v1.0.1
15792025-02-21T07:49:27.646Z Compiling normalize-line-endings v0.3.0
15802025-02-21T07:49:27.755Z Compiling number_prefix v0.4.0
15812025-02-21T07:49:27.782Z Compiling new_debug_unreachable v1.0.6
15822025-02-21T07:49:27.888Z Compiling predicates-core v1.0.8
15832025-02-21T07:49:28.000Z Compiling unicode-segmentation v1.12.0
15842025-02-21T07:49:28.097Z Compiling whoami v1.5.2
15852025-02-21T07:49:28.209Z Compiling fixedbitset v0.4.2
15862025-02-21T07:49:28.641Z Compiling difflib v0.4.0
15872025-02-21T07:49:28.659Z Compiling bit-vec v0.6.3
15882025-02-21T07:49:28.901Z Compiling static_assertions v1.1.0
15892025-02-21T07:49:29.014Z Compiling precomputed-hash v0.1.1
15902025-02-21T07:49:29.047Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15912025-02-21T07:49:29.072Z Compiling bit-set v0.5.3
15922025-02-21T07:49:29.150Z Compiling string_cache v0.8.7
15932025-02-21T07:49:29.353Z Compiling predicates v3.1.3
15942025-02-21T07:49:29.571Z Compiling similar v2.6.0
15952025-02-21T07:49:29.951Z Compiling petgraph v0.6.5
15962025-02-21T07:49:30.061Z Compiling tokio-postgres v0.7.12
15972025-02-21T07:49:30.808Z Compiling indicatif v0.17.11
15982025-02-21T07:49:30.927Z Compiling clap v4.5.27
15992025-02-21T07:49:31.058Z Compiling ecdsa v0.16.9
16002025-02-21T07:49:31.586Z Compiling rsa v0.9.6
16012025-02-21T07:49:31.912Z Compiling ed25519-dalek v2.1.1
16022025-02-21T07:49:33.207Z Compiling toml v0.7.8
16032025-02-21T07:49:33.517Z Compiling zip v0.6.6
16042025-02-21T07:49:34.635Z Compiling crossterm v0.28.1
16052025-02-21T07:49:35.320Z Compiling hex v0.4.3
16062025-02-21T07:49:35.409Z Compiling x509-cert v0.2.5
16072025-02-21T07:49:35.448Z Compiling itertools v0.10.5
16082025-02-21T07:49:35.556Z Compiling unicode-xid v0.2.6
16092025-02-21T07:49:35.666Z Compiling peg-runtime v0.8.3
16102025-02-21T07:49:35.766Z Compiling lalrpop-util v0.19.12
16112025-02-21T07:49:35.900Z Compiling strum_macros v0.26.4
16122025-02-21T07:49:36.136Z Compiling xattr v1.3.1
16132025-02-21T07:49:36.251Z Compiling filetime v0.2.25
16142025-02-21T07:49:36.567Z Compiling tar v0.4.42
16152025-02-21T07:49:40.400Z Compiling strum v0.26.3
16162025-02-21T07:49:43.957Z Compiling aws-lc-sys v0.22.0
16172025-02-21T07:50:11.255Z Compiling rustls-webpki v0.102.8
16182025-02-21T07:50:14.396Z Compiling tokio-rustls v0.25.0
16192025-02-21T07:50:16.072Z Compiling tokio-rustls v0.26.0
16202025-02-21T07:50:16.401Z Compiling hyper-rustls v0.27.3
16212025-02-21T07:50:16.767Z Compiling reqwest v0.12.9
16222025-02-21T07:50:18.049Z Compiling qorb v0.2.1
16232025-02-21T07:50:21.012Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16242025-02-21T07:50:21.277Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16252025-02-21T07:50:25.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
16262025-02-21T07:50:25.747Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16272025-02-21T07:50:25.791ZFeb 21 07:50:24.407 INFO Starting download, target: Clickhouse
16282025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Starting download, target: Cockroach
16292025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Starting download, target: Console
16302025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Starting download, target: DendriteOpenapi
16312025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Starting download, target: DendriteStub
16322025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Starting download, target: MaghemiteMgd
16332025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Starting download, target: TransceiverControl
16342025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16352025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16362025-02-21T07:50:25.794ZFeb 21 07:50:24.408 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16372025-02-21T07:50:25.794ZFeb 21 07:50:24.409 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16382025-02-21T07:50:25.794ZFeb 21 07:50:24.409 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16392025-02-21T07:50:25.794ZFeb 21 07:50:24.409 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16402025-02-21T07:50:25.794ZFeb 21 07:50:24.409 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16412025-02-21T07:50:25.995ZFeb 21 07:50:24.613 INFO Download complete, target: DendriteOpenapi
16422025-02-21T07:50:26.161ZFeb 21 07:50:24.774 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16432025-02-21T07:50:26.276ZFeb 21 07:50:24.879 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16442025-02-21T07:50:26.616ZFeb 21 07:50:25.226 INFO Download complete, target: Console
16452025-02-21T07:50:26.657ZFeb 21 07:50:25.273 INFO Download complete, target: TransceiverControl
16462025-02-21T07:50:26.690ZFeb 21 07:50:25.305 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16472025-02-21T07:50:26.821ZFeb 21 07:50:25.438 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16482025-02-21T07:50:27.492ZFeb 21 07:50:26.110 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16492025-02-21T07:50:27.492ZFeb 21 07:50:26.110 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16502025-02-21T07:50:28.095ZFeb 21 07:50:26.713 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16512025-02-21T07:50:29.468ZFeb 21 07:50:28.085 INFO Download complete, target: DendriteStub
16522025-02-21T07:50:29.812ZFeb 21 07:50:28.430 INFO Download complete, target: MaghemiteMgd
16532025-02-21T07:50:34.741ZFeb 21 07:50:33.358 INFO Checking that binary works, target: Cockroach
16542025-02-21T07:50:35.121ZFeb 21 07:50:33.739 INFO Download complete, target: Cockroach
16552025-02-21T07:50:40.268ZFeb 21 07:50:38.886 INFO Checking that binary works, target: Clickhouse
16562025-02-21T07:50:40.446ZFeb 21 07:50:39.064 INFO Download complete, target: Clickhouse
16572025-02-21T07:50:40.454ZAll prerequisites installed successfully
16582025-02-21T07:50:40.457Z
16592025-02-21T07:50:40.457Zreal 4:25.067196898
16602025-02-21T07:50:40.457Zuser 15:10.553506343
16612025-02-21T07:50:40.457Zsys 1:59.404868211
16622025-02-21T07:50:40.457Ztrap 0.527168657
16632025-02-21T07:50:40.457Ztflt 0.964620751
16642025-02-21T07:50:40.457Zdflt 1.453570570
16652025-02-21T07:50:40.457Zkflt 0.026607116
16662025-02-21T07:50:40.458Zlock 27:09.804864860
16672025-02-21T07:50:40.458Zslp 53:14.540813678
16682025-02-21T07:50:40.458Zlat 57.589836310
16692025-02-21T07:50:40.458Zstop 2:14.866244783
16702025-02-21T07:50:40.458Z+ source ./tools/include/force-git-over-https.sh
16712025-02-21T07:50:40.458Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16722025-02-21T07:50:40.458Z++ (( i = 0 ))
16732025-02-21T07:50:40.458Z++ (( i < 5 ))
16742025-02-21T07:50:40.458Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16752025-02-21T07:50:40.461Z++ (( i++ ))
16762025-02-21T07:50:40.461Z++ (( i < 5 ))
16772025-02-21T07:50:40.461Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16782025-02-21T07:50:40.463Z++ (( i++ ))
16792025-02-21T07:50:40.463Z++ (( i < 5 ))
16802025-02-21T07:50:40.463Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16812025-02-21T07:50:40.466Z++ (( i++ ))
16822025-02-21T07:50:40.466Z++ (( i < 5 ))
16832025-02-21T07:50:40.466Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16842025-02-21T07:50:40.469Z++ (( i++ ))
16852025-02-21T07:50:40.469Z++ (( i < 5 ))
16862025-02-21T07:50:40.469Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16872025-02-21T07:50:40.472Z++ (( i++ ))
16882025-02-21T07:50:40.472Z++ (( i < 5 ))
16892025-02-21T07:50:40.474Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16902025-02-21T07:50:40.474Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16912025-02-21T07:50:40.474Z+ rc=0
16922025-02-21T07:50:40.474Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16932025-02-21T07:51:12.956Z+ case $rc in
16942025-02-21T07:51:12.956Z+ pfexec zfs create -p rpool/images/build/host
16952025-02-21T07:51:13.192Z+ pfexec zfs create -p rpool/images/build/recovery
16962025-02-21T07:51:13.266Z+ cargo xtask releng --output-dir /work
16972025-02-21T07:51:13.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16982025-02-21T07:51:13.821Z Running `target/debug/xtask releng --output-dir /work`
16992025-02-21T07:51:14.737Z Compiling proc-macro2 v1.0.92
17002025-02-21T07:51:14.737Z Compiling unicode-ident v1.0.14
17012025-02-21T07:51:14.737Z Compiling libc v0.2.169
17022025-02-21T07:51:14.737Z Compiling serde v1.0.217
17032025-02-21T07:51:14.740Z Compiling autocfg v1.4.0
17042025-02-21T07:51:14.740Z Compiling version_check v0.9.5
17052025-02-21T07:51:14.740Z Compiling cfg-if v1.0.0
17062025-02-21T07:51:15.089Z Compiling memchr v2.7.4
17072025-02-21T07:51:15.115Z Compiling typenum v1.17.0
17082025-02-21T07:51:15.189Z Compiling shlex v1.3.0
17092025-02-21T07:51:15.495Z Compiling generic-array v0.14.7
17102025-02-21T07:51:15.536Z Compiling value-bag v1.9.0
17112025-02-21T07:51:15.539Z Compiling scopeguard v1.2.0
17122025-02-21T07:51:15.706Z Compiling lock_api v0.4.12
17132025-02-21T07:51:15.974Z Compiling log v0.4.22
17142025-02-21T07:51:16.062Z Compiling rustix v0.38.37
17152025-02-21T07:51:16.377Z Compiling parking_lot_core v0.9.10
17162025-02-21T07:51:16.640Z Compiling quote v1.0.38
17172025-02-21T07:51:16.713Z Compiling serde_json v1.0.135
17182025-02-21T07:51:16.733Z Compiling libm v0.2.8
17192025-02-21T07:51:16.805Z Compiling num-traits v0.2.19
17202025-02-21T07:51:16.986Z Compiling jobserver v0.1.32
17212025-02-21T07:51:17.048Z Compiling syn v2.0.96
17222025-02-21T07:51:17.074Z Compiling getrandom v0.2.15
17232025-02-21T07:51:17.151Z Compiling once_cell v1.20.2
17242025-02-21T07:51:17.233Z Compiling thiserror v1.0.69
17252025-02-21T07:51:17.408Z Compiling cc v1.1.30
17262025-02-21T07:51:17.431Z Compiling itoa v1.0.11
17272025-02-21T07:51:17.490Z Compiling aho-corasick v1.1.3
17282025-02-21T07:51:17.525Z Compiling regex-syntax v0.8.5
17292025-02-21T07:51:17.675Z Compiling spin v0.9.8
17302025-02-21T07:51:17.771Z Compiling slab v0.4.9
17312025-02-21T07:51:18.066Z Compiling errno v0.3.9
17322025-02-21T07:51:18.516Z Compiling either v1.13.0
17332025-02-21T07:51:18.603Z Compiling byteorder v1.5.0
17342025-02-21T07:51:19.114Z Compiling glob v0.3.2
17352025-02-21T07:51:19.194Z Compiling rand_core v0.6.4
17362025-02-21T07:51:19.599Z Compiling subtle v2.6.1
17372025-02-21T07:51:19.691Z Compiling prettyplease v0.2.29
17382025-02-21T07:51:19.840Z Compiling clang-sys v1.8.1
17392025-02-21T07:51:19.891Z Compiling lazy_static v1.5.0
17402025-02-21T07:51:19.979Z Compiling minimal-lexical v0.2.1
17412025-02-21T07:51:20.315Z Compiling libloading v0.8.5
17422025-02-21T07:51:20.471Z Compiling nom v7.1.3
17432025-02-21T07:51:20.491Z Compiling bindgen v0.69.5
17442025-02-21T07:51:20.514Z Compiling home v0.5.9
17452025-02-21T07:51:20.732Z Compiling itertools v0.12.1
17462025-02-21T07:51:21.255Z Compiling regex-automata v0.4.8
17472025-02-21T07:51:21.274Z Compiling smallvec v1.13.2
17482025-02-21T07:51:21.783Z Compiling rustc-hash v1.1.0
17492025-02-21T07:51:21.857Z Compiling lazycell v1.3.0
17502025-02-21T07:51:22.063Z Compiling cmake v0.1.51
17512025-02-21T07:51:23.180Z Compiling pkg-config v0.3.31
17522025-02-21T07:51:23.281Z Compiling dunce v1.0.5
17532025-02-21T07:51:23.480Z Compiling fs_extra v1.3.0
17542025-02-21T07:51:23.657Z Compiling cexpr v0.6.0
17552025-02-21T07:51:23.723Z Compiling semver v1.0.24
17562025-02-21T07:51:23.747Z Compiling ring v0.17.8
17572025-02-21T07:51:23.988Z Compiling paste v1.0.15
17582025-02-21T07:51:24.273Z Compiling heck v0.5.0
17592025-02-21T07:51:24.490Z Compiling synstructure v0.13.1
17602025-02-21T07:51:24.809Z Compiling ryu v1.0.18
17612025-02-21T07:51:25.187Z Compiling aws-lc-rs v1.10.0
17622025-02-21T07:51:25.623Z Compiling httparse v1.9.5
17632025-02-21T07:51:25.766Z Compiling const-oid v0.9.6
17642025-02-21T07:51:25.769Z Compiling pin-project-lite v0.2.14
17652025-02-21T07:51:26.125Z Compiling allocator-api2 v0.2.18
17662025-02-21T07:51:26.367Z Compiling futures-core v0.3.31
17672025-02-21T07:51:26.935Z Compiling regex v1.11.1
17682025-02-21T07:51:27.493Z Compiling signal-hook-registry v1.4.2
17692025-02-21T07:51:27.932Z Compiling time-core v0.1.2
17702025-02-21T07:51:28.120Z Compiling num-conv v0.1.0
17712025-02-21T07:51:28.191Z Compiling parking_lot v0.12.3
17722025-02-21T07:51:28.502Z Compiling time-macros v0.2.18
17732025-02-21T07:51:28.591Z Compiling mio v1.0.2
17742025-02-21T07:51:28.662Z Compiling serde_derive v1.0.217
17752025-02-21T07:51:28.868Z Compiling zeroize_derive v1.4.2
17762025-02-21T07:51:29.068Z Compiling zerocopy-derive v0.7.35
17772025-02-21T07:51:29.863Z Compiling tokio-macros v2.5.0
17782025-02-21T07:51:30.309Z Compiling zeroize v1.8.1
17792025-02-21T07:51:30.409Z Compiling thiserror-impl v1.0.69
17802025-02-21T07:51:30.749Z Compiling zerofrom-derive v0.1.4
17812025-02-21T07:51:30.788Z Compiling yoke-derive v0.7.4
17822025-02-21T07:51:31.087Z Compiling zerovec-derive v0.10.3
17832025-02-21T07:51:31.132Z Compiling futures-macro v0.3.31
17842025-02-21T07:51:31.231Z Compiling displaydoc v0.2.5
17852025-02-21T07:51:32.833Z Compiling zerocopy v0.7.35
17862025-02-21T07:51:33.066Z Compiling icu_provider_macros v1.5.0
17872025-02-21T07:51:33.295Z Compiling crypto-common v0.1.6
17882025-02-21T07:51:33.476Z Compiling tracing-attributes v0.1.27
17892025-02-21T07:51:33.582Z Compiling block-buffer v0.10.4
17902025-02-21T07:51:33.719Z Compiling der_derive v0.7.3
17912025-02-21T07:51:33.840Z Compiling digest v0.10.7
17922025-02-21T07:51:34.161Z Compiling crossbeam-utils v0.8.20
17932025-02-21T07:51:34.252Z Compiling schemars v0.8.21
17942025-02-21T07:51:34.354Z Compiling vcpkg v0.2.15
17952025-02-21T07:51:34.846Z Compiling serde_derive_internals v0.29.1
17962025-02-21T07:51:35.875Z Compiling openssl-sys v0.9.105
17972025-02-21T07:51:36.240Z Compiling socket2 v0.5.7
17982025-02-21T07:51:36.476Z Compiling fnv v1.0.7
17992025-02-21T07:51:37.015Z Compiling schemars_derive v0.8.21
18002025-02-21T07:51:37.965Z Compiling ahash v0.8.11
18012025-02-21T07:51:38.114Z Compiling stable_deref_trait v1.2.0
18022025-02-21T07:51:38.232Z Compiling futures-sink v0.3.31
18032025-02-21T07:51:38.830Z Compiling equivalent v1.0.1
18042025-02-21T07:51:38.984Z Compiling foldhash v0.1.3
18052025-02-21T07:51:38.990Z Compiling cpufeatures v0.2.14
18062025-02-21T07:51:39.275Z Compiling hashbrown v0.15.1
18072025-02-21T07:51:39.531Z Compiling slog v2.7.0
18082025-02-21T07:51:39.694Z Compiling zerofrom v0.1.4
18092025-02-21T07:51:39.952Z Compiling yoke v0.7.4
18102025-02-21T07:51:40.048Z Compiling futures-channel v0.3.31
18112025-02-21T07:51:40.573Z Compiling futures-task v0.3.31
18122025-02-21T07:51:40.576Z Compiling openssl v0.10.70
18132025-02-21T07:51:40.617Z Compiling pin-utils v0.1.0
18142025-02-21T07:51:40.620Z Compiling futures-io v0.3.31
18152025-02-21T07:51:40.933Z Compiling futures-util v0.3.31
18162025-02-21T07:51:40.989Z Compiling zerovec v0.10.4
18172025-02-21T07:51:41.020Z Compiling scroll_derive v0.12.0
18182025-02-21T07:51:41.043Z Compiling ucd-trie v0.1.7
18192025-02-21T07:51:41.357Z Compiling bitflags v2.6.0
18202025-02-21T07:51:41.534Z Compiling bytes v1.9.0
18212025-02-21T07:51:42.570Z Compiling tokio v1.43.0
18222025-02-21T07:51:43.674Z Compiling indexmap v2.7.1
18232025-02-21T07:51:43.707Z Compiling serde_tokenstream v0.2.2
18242025-02-21T07:51:44.478Z Compiling http v1.2.0
18252025-02-21T07:51:45.770Z Compiling which v4.4.2
18262025-02-21T07:51:46.688Z Compiling rustc_version v0.4.1
18272025-02-21T07:51:46.719Z Compiling pest v2.7.14
18282025-02-21T07:51:47.648Z Compiling uuid v1.12.0
18292025-02-21T07:51:49.097Z Compiling hmac v0.12.1
18302025-02-21T07:51:49.458Z Compiling openssl-macros v0.1.1
18312025-02-21T07:51:49.680Z Compiling rustls v0.23.19
18322025-02-21T07:51:49.861Z Compiling native-tls v0.2.12
18332025-02-21T07:51:50.171Z Compiling iana-time-zone v0.1.61
18342025-02-21T07:51:50.324Z Compiling pest_meta v2.7.14
18352025-02-21T07:51:50.382Z Compiling chrono v0.4.39
18362025-02-21T07:51:50.467Z Compiling tinystr v0.7.6
18372025-02-21T07:51:50.492Z Compiling block-padding v0.3.3
18382025-02-21T07:51:50.774Z Compiling litemap v0.7.3
18392025-02-21T07:51:50.917Z Compiling writeable v0.5.5
18402025-02-21T07:51:51.337Z Compiling icu_locid v1.5.0
18412025-02-21T07:51:52.084Z Compiling pest_generator v2.7.14
18422025-02-21T07:51:53.621Z Compiling inout v0.1.3
18432025-02-21T07:51:54.258Z Compiling cookie v0.18.1
18442025-02-21T07:51:56.443Z Compiling pest_derive v2.7.14
18452025-02-21T07:51:57.316Z Compiling cipher v0.4.4
18462025-02-21T07:51:57.353Z Compiling icu_provider v1.5.0
18472025-02-21T07:51:57.679Z Compiling sha2 v0.10.8
18482025-02-21T07:51:58.246Z Compiling async-trait v0.1.86
18492025-02-21T07:51:58.703Z Compiling tracing-core v0.1.32
18502025-02-21T07:51:59.017Z Compiling aws-lc-sys v0.22.0
18512025-02-21T07:51:59.186Z Compiling usdt-impl v0.5.0
18522025-02-21T07:51:59.642Z Compiling percent-encoding v2.3.1
18532025-02-21T07:51:59.674Z Compiling rustls-pki-types v1.10.0
18542025-02-21T07:52:00.171Z Compiling base64ct v1.6.0
18552025-02-21T07:52:00.570Z Compiling icu_locid_transform_data v1.5.0
18562025-02-21T07:52:00.734Z Compiling dyn-clone v1.0.17
18572025-02-21T07:52:00.869Z Compiling icu_locid_transform v1.5.0
18582025-02-21T07:52:01.021Z Compiling pem-rfc7468 v0.7.0
18592025-02-21T07:52:01.527Z Compiling tracing v0.1.40
18602025-02-21T07:52:03.816Z Compiling tokio-util v0.7.12
18612025-02-21T07:52:03.941Z Compiling icu_collections v1.5.0
18622025-02-21T07:52:04.150Z Compiling scroll v0.12.0
18632025-02-21T07:52:06.399Z Compiling ppv-lite86 v0.2.20
18642025-02-21T07:52:06.510Z Compiling syn v1.0.109
18652025-02-21T07:52:06.746Z Compiling camino v1.1.9
18662025-02-21T07:52:07.067Z Compiling untrusted v0.7.1
18672025-02-21T07:52:07.127Z Compiling powerfmt v0.2.0
18682025-02-21T07:52:07.258Z Compiling untrusted v0.9.0
18692025-02-21T07:52:07.298Z Compiling plain v0.2.3
18702025-02-21T07:52:07.492Z Compiling mirai-annotations v1.12.0
18712025-02-21T07:52:07.575Z Compiling icu_properties_data v1.5.0
18722025-02-21T07:52:07.594Z Compiling flagset v0.4.6
18732025-02-21T07:52:07.803Z Compiling der v0.7.9
18742025-02-21T07:52:07.870Z Compiling icu_properties v1.5.1
18752025-02-21T07:52:09.957Z Compiling goblin v0.8.2
18762025-02-21T07:52:10.731Z Compiling deranged v0.3.11
18772025-02-21T07:52:11.752Z Compiling rand_chacha v0.3.1
18782025-02-21T07:52:14.968Z Compiling rustls v0.22.4
18792025-02-21T07:52:15.097Z Compiling num_threads v0.1.7
18802025-02-21T07:52:15.257Z Compiling rayon-core v1.12.1
18812025-02-21T07:52:15.300Z Compiling pretty-hex v0.4.1
18822025-02-21T07:52:15.489Z Compiling litrs v0.4.1
18832025-02-21T07:52:15.596Z Compiling utf8_iter v1.0.4
18842025-02-21T07:52:15.734Z Compiling utf16_iter v1.0.5
18852025-02-21T07:52:15.949Z Compiling icu_normalizer_data v1.5.0
18862025-02-21T07:52:16.030Z Compiling write16 v1.0.0
18872025-02-21T07:52:16.066Z Compiling atomic-waker v1.1.2
18882025-02-21T07:52:16.148Z Compiling dof v0.3.0
18892025-02-21T07:52:16.230Z Compiling icu_normalizer v1.5.0
18902025-02-21T07:52:16.376Z Compiling time v0.3.36
18912025-02-21T07:52:16.544Z Compiling document-features v0.2.10
18922025-02-21T07:52:18.687Z Compiling rand v0.8.5
18932025-02-21T07:52:18.800Z Compiling spki v0.7.3
18942025-02-21T07:52:19.206Z Compiling form_urlencoded v1.2.1
18952025-02-21T07:52:20.395Z Compiling salsa20 v0.10.2
18962025-02-21T07:52:20.436Z Compiling dtrace-parser v0.2.0
18972025-02-21T07:52:21.188Z Compiling pbkdf2 v0.12.2
18982025-02-21T07:52:21.429Z Compiling http-body v1.0.1
18992025-02-21T07:52:21.997Z Compiling bzip2-sys v0.1.11+1.0.8
19002025-02-21T07:52:22.006Z Compiling thread-id v4.2.2
19012025-02-21T07:52:22.608Z Compiling try-lock v0.2.5
19022025-02-21T07:52:24.736Z Compiling want v0.3.1
19032025-02-21T07:52:26.315Z Compiling scrypt v0.11.0
19042025-02-21T07:52:26.384Z Compiling idna_adapter v1.2.0
19052025-02-21T07:52:26.513Z Compiling h2 v0.4.6
19062025-02-21T07:52:26.667Z Compiling aes v0.8.4
19072025-02-21T07:52:26.789Z Compiling cbc v0.1.2
19082025-02-21T07:52:27.358Z Compiling multer v3.1.0
19092025-02-21T07:52:27.392Z Compiling tinyvec_macros v0.1.1
19102025-02-21T07:52:27.548Z Compiling httpdate v1.0.3
19112025-02-21T07:52:27.745Z Compiling slog-async v2.8.0
19122025-02-21T07:52:28.249Z Compiling base64 v0.22.1
19132025-02-21T07:52:29.575Z Compiling pkcs5 v0.7.1
19142025-02-21T07:52:29.833Z Compiling tinyvec v1.8.0
19152025-02-21T07:52:31.444Z Compiling idna v1.0.3
19162025-02-21T07:52:36.142Z Compiling hyper v1.5.2
19172025-02-21T07:52:36.211Z Compiling heapless v0.7.17
19182025-02-21T07:52:37.194Z Compiling zerocopy-derive v0.6.6
19192025-02-21T07:52:37.793Z Compiling tower-service v0.3.3
19202025-02-21T07:52:38.000Z Compiling num-bigint-dig v0.8.4
19212025-02-21T07:52:38.249Z Compiling anyhow v1.0.95
19222025-02-21T07:52:38.621Z Compiling signal-hook v0.3.17
19232025-02-21T07:52:39.531Z Compiling hyper-util v0.1.10
19242025-02-21T07:52:42.647Z Compiling pkcs8 v0.10.2
19252025-02-21T07:52:43.321Z Compiling usdt-macro v0.5.0
19262025-02-21T07:52:44.357Z Compiling usdt-attr-macro v0.5.0
19272025-02-21T07:52:44.999Z Compiling async-stream-impl v0.3.6
19282025-02-21T07:52:45.030Z Compiling rustversion v1.0.17
19292025-02-21T07:52:45.624Z Compiling foreign-types-shared v0.1.1
19302025-02-21T07:52:45.766Z Compiling strsim v0.11.1
19312025-02-21T07:52:46.133Z Compiling foreign-types v0.3.2
19322025-02-21T07:52:47.046Z Compiling url v2.5.3
19332025-02-21T07:52:47.373Z Compiling http-body-util v0.1.2
19342025-02-21T07:52:48.579Z Compiling curve25519-dalek v4.1.3
19352025-02-21T07:52:48.660Z Compiling openapiv3 v2.0.0
19362025-02-21T07:52:49.017Z Compiling serde_spanned v0.6.8
19372025-02-21T07:52:49.274Z Compiling toml_datetime v0.6.8
19382025-02-21T07:52:49.421Z Compiling enum-as-inner v0.6.1
19392025-02-21T07:52:50.603Z Compiling memoffset v0.9.1
19402025-02-21T07:52:51.173Z Compiling dropshot v0.12.0
19412025-02-21T07:52:51.554Z Compiling encoding_rs v0.8.34
19422025-02-21T07:52:53.123Z Compiling smoltcp v0.9.1
19432025-02-21T07:52:53.841Z Compiling match_cfg v0.1.0
19442025-02-21T07:52:54.135Z Compiling adler2 v2.0.0
19452025-02-21T07:52:54.277Z Compiling mime v0.3.17
19462025-02-21T07:52:54.347Z Compiling portable-atomic v1.9.0
19472025-02-21T07:52:54.350Z Compiling newtype-uuid v1.2.1
19482025-02-21T07:52:54.797Z Compiling miniz_oxide v0.8.0
19492025-02-21T07:52:55.437Z Compiling hostname v0.3.1
19502025-02-21T07:53:06.107Z Compiling serde_urlencoded v0.7.1
19512025-02-21T07:53:06.360Z Compiling rustls-pemfile v2.2.0
19522025-02-21T07:53:06.763Z Compiling clap_derive v4.5.24
19532025-02-21T07:53:06.976Z Compiling dirs-sys-next v0.1.2
19542025-02-21T07:53:07.502Z Compiling ipnet v2.10.1
19552025-02-21T07:53:10.548Z Compiling data-encoding v2.6.0
19562025-02-21T07:53:11.217Z Compiling siphasher v0.3.11
19572025-02-21T07:53:11.302Z Compiling cfg_aliases v0.2.1
19582025-02-21T07:53:11.678Z Compiling openssl-probe v0.1.5
19592025-02-21T07:53:11.697Z Compiling nix v0.29.0
19602025-02-21T07:53:12.862Z Compiling dirs-next v2.0.0
19612025-02-21T07:53:14.970Z Compiling rustls-webpki v0.102.8
19622025-02-21T07:53:15.964Z Compiling unicode-normalization v0.1.24
19632025-02-21T07:53:16.030Z Compiling hubpack_derive v0.1.1
19642025-02-21T07:53:16.498Z Compiling crossbeam-epoch v0.9.18
19652025-02-21T07:53:17.002Z Compiling dropshot_endpoint v0.12.0
19662025-02-21T07:53:17.364Z Compiling sha1 v0.10.6
19672025-02-21T07:53:17.428Z Compiling signature v2.2.0
19682025-02-21T07:53:17.713Z Compiling curve25519-dalek-derive v0.1.1
19692025-02-21T07:53:17.855Z Compiling thread_local v1.1.8
19702025-02-21T07:53:17.932Z Compiling fs-err v2.11.0
19712025-02-21T07:53:19.152Z Compiling winnow v0.6.20
19722025-02-21T07:53:20.871Z Compiling anstyle v1.0.10
19732025-02-21T07:53:21.016Z Compiling unicode-properties v0.1.3
19742025-02-21T07:53:21.103Z Compiling psl-types v2.0.11
19752025-02-21T07:53:21.422Z Compiling utf8parse v0.2.2
19762025-02-21T07:53:21.453Z Compiling gimli v0.31.1
19772025-02-21T07:53:21.508Z Compiling unicode-bidi v0.3.17
19782025-02-21T07:53:21.661Z Compiling anstyle-parse v0.2.5
19792025-02-21T07:53:21.724Z Compiling publicsuffix v2.3.0
19802025-02-21T07:53:22.650Z Compiling toml_edit v0.22.22
19812025-02-21T07:53:22.680Z Compiling stringprep v0.1.5
19822025-02-21T07:53:22.724Z Compiling crossbeam-deque v0.8.5
19832025-02-21T07:53:25.879Z Compiling term v0.7.0
19842025-02-21T07:53:26.922Z Compiling addr2line v0.24.2
19852025-02-21T07:53:27.009Z Compiling tokio-native-tls v0.3.1
19862025-02-21T07:53:27.341Z Compiling slog-json v2.6.1
19872025-02-21T07:53:27.875Z Compiling crossbeam-channel v0.5.13
19882025-02-21T07:53:29.194Z Compiling webpki-roots v0.26.6
19892025-02-21T07:53:29.215Z Compiling futures-executor v0.3.31
19902025-02-21T07:53:29.507Z Compiling num-integer v0.1.46
19912025-02-21T07:53:29.626Z Compiling md-5 v0.10.6
19922025-02-21T07:53:29.650Z Compiling ff v0.13.0
19932025-02-21T07:53:29.867Z Compiling hash32 v0.2.1
19942025-02-21T07:53:29.870Z Compiling is-terminal v0.4.13
19952025-02-21T07:53:30.018Z Compiling memmap v0.7.0
19962025-02-21T07:53:30.159Z Compiling object v0.36.5
19972025-02-21T07:53:30.249Z Compiling take_mut v0.2.2
19982025-02-21T07:53:30.327Z Compiling utf-8 v0.7.6
19992025-02-21T07:53:30.429Z Compiling quick-error v1.2.3
20002025-02-21T07:53:30.599Z Compiling heck v0.4.1
20012025-02-21T07:53:30.627Z Compiling colorchoice v1.0.2
20022025-02-21T07:53:30.964Z Compiling base16ct v0.2.0
20032025-02-21T07:53:31.029Z Compiling fallible-iterator v0.2.0
20042025-02-21T07:53:31.264Z Compiling rustc-demangle v0.1.24
20052025-02-21T07:53:31.682Z Compiling linked-hash-map v0.5.6
20062025-02-21T07:53:31.745Z Compiling anstyle-query v1.1.1
20072025-02-21T07:53:31.933Z Compiling is_terminal_polyfill v1.70.1
20082025-02-21T07:53:32.033Z Compiling lru-cache v0.1.2
20092025-02-21T07:53:32.077Z Compiling anstream v0.6.15
20102025-02-21T07:53:32.098Z Compiling postgres-protocol v0.6.7
20112025-02-21T07:53:32.220Z Compiling sec1 v0.7.3
20122025-02-21T07:53:32.788Z Compiling strum_macros v0.25.3
20132025-02-21T07:53:32.945Z Compiling tokio-rustls v0.26.0
20142025-02-21T07:53:33.189Z Compiling resolv-conf v0.7.0
20152025-02-21T07:53:33.433Z Compiling tungstenite v0.24.0
20162025-02-21T07:53:34.685Z Compiling usdt v0.5.0
20172025-02-21T07:53:35.166Z Compiling num-iter v0.1.45
20182025-02-21T07:53:35.376Z Compiling slog-term v2.9.1
20192025-02-21T07:53:35.622Z Compiling group v0.13.0
20202025-02-21T07:53:36.090Z Compiling futures v0.3.31
20212025-02-21T07:53:36.364Z Compiling tokio-rustls v0.25.0
20222025-02-21T07:53:36.806Z Compiling backtrace v0.3.74
20232025-02-21T07:53:37.033Z Compiling slog-bunyan v2.5.0
20242025-02-21T07:53:37.248Z Compiling hyper-tls v0.6.0
20252025-02-21T07:53:37.528Z Compiling toml v0.8.19
20262025-02-21T07:53:37.615Z Compiling cookie_store v0.21.1
20272025-02-21T07:53:37.698Z Compiling hickory-proto v0.24.3
20282025-02-21T07:53:37.974Z Compiling phf_shared v0.11.2
20292025-02-21T07:53:38.845Z Compiling async-stream v0.3.6
20302025-02-21T07:53:39.127Z Compiling waitgroup v0.1.2
20312025-02-21T07:53:39.175Z Compiling hashbrown v0.14.5
20322025-02-21T07:53:39.325Z Compiling hkdf v0.12.4
20332025-02-21T07:53:39.346Z Compiling terminal_size v0.4.0
20342025-02-21T07:53:39.569Z Compiling serde_path_to_error v0.1.16
20352025-02-21T07:53:39.590Z Compiling crypto-bigint v0.5.5
20362025-02-21T07:53:39.981Z Compiling serde_repr v0.1.19
20372025-02-21T07:53:40.305Z Compiling derive-where v1.2.7
20382025-02-21T07:53:40.354Z Compiling sync_wrapper v1.0.1
20392025-02-21T07:53:40.697Z Compiling hostname v0.4.0
20402025-02-21T07:53:40.923Z Compiling crc32fast v1.4.2
20412025-02-21T07:53:41.388Z Compiling managed v0.8.0
20422025-02-21T07:53:41.469Z Compiling debug-ignore v1.0.5
20432025-02-21T07:53:41.809Z Compiling winnow v0.5.40
20442025-02-21T07:53:41.837Z Compiling clap_lex v0.7.4
20452025-02-21T07:53:42.770Z Compiling unicode-width v0.2.0
20462025-02-21T07:53:42.837Z Compiling bitflags v1.3.2
20472025-02-21T07:53:43.087Z Compiling hickory-resolver v0.24.3
20482025-02-21T07:53:43.327Z Compiling console v0.15.10
20492025-02-21T07:53:43.795Z Compiling elliptic-curve v0.13.8
20502025-02-21T07:53:44.457Z Compiling clap_builder v4.5.27
20512025-02-21T07:53:45.229Z Compiling toml_edit v0.19.15
20522025-02-21T07:53:47.820Z Compiling flate2 v1.0.35
20532025-02-21T07:53:48.346Z Compiling regress v0.10.1
20542025-02-21T07:53:49.968Z Compiling hyper-rustls v0.27.3
20552025-02-21T07:53:52.577Z Compiling phf v0.11.2
20562025-02-21T07:53:52.874Z Compiling signal-hook-mio v0.2.4
20572025-02-21T07:53:53.066Z Compiling rayon v1.10.0
20582025-02-21T07:53:53.110Z Compiling bzip2 v0.4.4
20592025-02-21T07:53:53.154Z Compiling tokio-tungstenite v0.24.0
20602025-02-21T07:53:53.523Z Compiling postgres-types v0.2.8
20612025-02-21T07:53:53.736Z Compiling ed25519 v2.2.3
20622025-02-21T07:53:53.763Z Compiling hubpack v0.1.2
20632025-02-21T07:53:54.187Z Compiling phf_shared v0.10.0
20642025-02-21T07:53:54.400Z Compiling pkcs1 v0.7.5
20652025-02-21T07:53:55.204Z Compiling zerocopy v0.6.6
20662025-02-21T07:53:55.702Z Compiling tokio-stream v0.1.16
20672025-02-21T07:53:55.985Z Compiling rfc6979 v0.4.0
20682025-02-21T07:53:56.594Z Compiling serde-big-array v0.5.1
20692025-02-21T07:53:56.834Z Compiling float-cmp v0.10.0
20702025-02-21T07:53:57.105Z Compiling bstr v1.10.0
20712025-02-21T07:53:57.365Z Compiling number_prefix v0.4.0
20722025-02-21T07:53:57.544Z Compiling new_debug_unreachable v1.0.6
20732025-02-21T07:53:57.599Z Compiling static_assertions v1.1.0
20742025-02-21T07:53:57.657Z Compiling bit-vec v0.6.3
20752025-02-21T07:53:57.721Z Compiling unicode-segmentation v1.12.0
20762025-02-21T07:53:58.120Z Compiling whoami v1.5.2
20772025-02-21T07:53:58.282Z Compiling predicates-core v1.0.8
20782025-02-21T07:53:59.000Z Compiling precomputed-hash v0.1.1
20792025-02-21T07:53:59.011Z Compiling normalize-line-endings v0.3.0
20802025-02-21T07:53:59.011Z Compiling difflib v0.4.0
20812025-02-21T07:53:59.011Z Compiling fixedbitset v0.4.2
20822025-02-21T07:53:59.011Z Compiling string_cache v0.8.7
20832025-02-21T07:53:59.289Z Compiling petgraph v0.6.5
20842025-02-21T07:53:59.388Z Compiling predicates v3.1.3
20852025-02-21T07:53:59.960Z Compiling tokio-postgres v0.7.12
20862025-02-21T07:54:00.710Z Compiling similar v2.6.0
20872025-02-21T07:54:01.778Z Compiling bit-set v0.5.3
20882025-02-21T07:54:02.068Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20892025-02-21T07:54:02.476Z Compiling indicatif v0.17.11
20902025-02-21T07:54:04.179Z Compiling reqwest v0.12.9
20912025-02-21T07:54:05.199Z Compiling qorb v0.2.1
20922025-02-21T07:54:05.866Z Compiling ecdsa v0.16.9
20932025-02-21T07:54:06.360Z Compiling rsa v0.9.6
20942025-02-21T07:54:07.773Z Compiling ed25519-dalek v2.1.1
20952025-02-21T07:54:08.169Z Compiling zip v0.6.6
20962025-02-21T07:54:08.288Z Compiling crossterm v0.28.1
20972025-02-21T07:54:08.871Z Compiling typify-impl v0.2.0
20982025-02-21T07:54:08.893Z Compiling toml v0.7.8
20992025-02-21T07:54:09.336Z Compiling clap v4.5.27
21002025-02-21T07:54:11.286Z Compiling x509-cert v0.2.5
21012025-02-21T07:54:12.806Z Compiling hex v0.4.3
21022025-02-21T07:54:15.177Z Compiling itertools v0.10.5
21032025-02-21T07:54:15.330Z Compiling unicode-xid v0.2.6
21042025-02-21T07:54:17.728Z Compiling lalrpop-util v0.19.12
21052025-02-21T07:54:18.524Z Compiling peg-runtime v0.8.3
21062025-02-21T07:54:19.038Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21072025-02-21T07:54:19.371Z Compiling typify-macro v0.2.0
21082025-02-21T07:54:46.489Z Compiling radium v0.7.0
21092025-02-21T07:54:54.494Z Compiling ident_case v1.0.1
21102025-02-21T07:54:54.803Z Compiling maybe-uninit v2.0.0
21112025-02-21T07:54:55.063Z Compiling tap v1.0.1
21122025-02-21T07:54:55.275Z Compiling wyz v0.5.1
21132025-02-21T07:54:56.000Z Compiling darling_core v0.20.10
21142025-02-21T07:55:05.849Z Compiling typify v0.2.0
21152025-02-21T07:55:08.728Z Compiling packed_struct v0.10.1
21162025-02-21T07:55:09.003Z Compiling funty v2.0.0
21172025-02-21T07:55:10.065Z Compiling unsafe-libyaml v0.2.11
21182025-02-21T07:55:11.593Z Compiling serde_yaml v0.9.34+deprecated
21192025-02-21T07:55:13.451Z Compiling bitvec v1.0.1
21202025-02-21T07:55:24.194Z Compiling progenitor-impl v0.8.0
21212025-02-21T07:55:25.482Z Compiling darling_macro v0.20.10
21222025-02-21T07:55:27.418Z Compiling ipnetwork v0.21.1
21232025-02-21T07:55:28.651Z Compiling packed_struct_codegen v0.10.1
21242025-02-21T07:55:29.201Z Compiling structmeta-derive v0.3.0
21252025-02-21T07:55:29.955Z Compiling indexmap v1.9.3
21262025-02-21T07:55:29.976Z Compiling fastrand v2.1.1
21272025-02-21T07:55:30.920Z Compiling nodrop v0.1.14
21282025-02-21T07:55:31.014Z Compiling crc-catalog v2.4.0
21292025-02-21T07:55:31.070Z Compiling thiserror v2.0.11
21302025-02-21T07:55:31.098Z Compiling array-init v0.0.4
21312025-02-21T07:55:31.177Z Compiling crc v3.2.1
21322025-02-21T07:55:31.571Z Compiling structmeta v0.3.0
21332025-02-21T07:55:31.930Z Compiling tempfile v3.13.0
21342025-02-21T07:55:32.048Z Compiling progenitor-macro v0.8.0
21352025-02-21T07:55:32.153Z Compiling oxnet v0.1.0
21362025-02-21T07:55:32.897Z Compiling darling v0.20.10
21372025-02-21T07:55:33.032Z Compiling smallvec v0.6.14
21382025-02-21T07:55:33.666Z Compiling progenitor-client v0.8.0
21392025-02-21T07:55:33.684Z Compiling xattr v1.3.1
21402025-02-21T07:55:33.927Z Compiling pin-project-internal v1.1.6
21412025-02-21T07:55:34.463Z Compiling thiserror-impl v2.0.11
21422025-02-21T07:55:35.666Z Compiling daft-derive v0.1.1
21432025-02-21T07:55:35.781Z Compiling filetime v0.2.25
21442025-02-21T07:55:36.144Z Compiling dropshot v0.15.1
21452025-02-21T07:55:36.414Z Compiling same-file v1.0.6
21462025-02-21T07:55:36.478Z Compiling hashbrown v0.12.3
21472025-02-21T07:55:36.731Z Compiling termcolor v1.4.1
21482025-02-21T07:55:37.059Z Compiling base64 v0.21.7
21492025-02-21T07:55:37.263Z Compiling bitfield v0.14.0
21502025-02-21T07:55:37.579Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21512025-02-21T07:55:37.737Z Compiling ron v0.8.1
21522025-02-21T07:55:38.428Z Compiling env_logger v0.10.2
21532025-02-21T07:55:38.754Z Compiling daft v0.1.1
21542025-02-21T07:55:39.198Z Compiling walkdir v2.5.0
21552025-02-21T07:55:40.838Z Compiling pin-project v1.1.6
21562025-02-21T07:55:41.010Z Compiling tar v0.4.42
21572025-02-21T07:55:41.564Z Compiling serde-hex v0.1.0
21582025-02-21T07:55:42.296Z Compiling progenitor v0.8.0
21592025-02-21T07:55:42.537Z Compiling serde_with_macros v3.11.0
21602025-02-21T07:55:43.460Z Compiling parse-display-derive v0.10.0
21612025-02-21T07:55:44.913Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21622025-02-21T07:55:45.257Z Compiling strum_macros v0.26.4
21632025-02-21T07:55:46.500Z Compiling hashbrown v0.13.2
21642025-02-21T07:55:46.818Z Compiling dropshot_endpoint v0.15.1
21652025-02-21T07:55:46.880Z Compiling snafu-derive v0.8.5
21662025-02-21T07:55:47.708Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672025-02-21T07:55:48.467Z Compiling blake3 v1.5.4
21682025-02-21T07:55:49.104Z Compiling instant v0.1.13
21692025-02-21T07:55:49.196Z Compiling crc-any v2.5.0
21702025-02-21T07:55:49.303Z Compiling buf-list v1.0.3
21712025-02-21T07:55:49.881Z Compiling bumpalo v3.16.0
21722025-02-21T07:55:50.129Z Compiling lockfree-object-pool v0.1.6
21732025-02-21T07:55:50.434Z Compiling simd-adler32 v0.3.7
21742025-02-21T07:55:50.470Z Compiling zip v2.1.3
21752025-02-21T07:55:50.763Z Compiling backoff v0.4.0
21762025-02-21T07:55:50.847Z Compiling zopfli v0.8.1
21772025-02-21T07:55:51.042Z Compiling snafu v0.8.5
21782025-02-21T07:55:51.152Z Compiling strum v0.26.3
21792025-02-21T07:55:51.599Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21802025-02-21T07:55:51.829Z Compiling object v0.30.4
21812025-02-21T07:55:51.972Z Compiling parse-display v0.10.0
21822025-02-21T07:55:52.169Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21832025-02-21T07:55:53.967Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21842025-02-21T07:55:55.086Z Compiling serde_with v3.11.0
21852025-02-21T07:55:55.457Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21862025-02-21T07:55:59.014Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21872025-02-21T07:55:59.831Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21882025-02-21T07:56:00.627Z Compiling camino-tempfile v1.1.1
21892025-02-21T07:56:00.763Z Compiling globset v0.4.15
21902025-02-21T07:56:01.459Z Compiling regress v0.9.1
21912025-02-21T07:56:04.029Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21922025-02-21T07:56:04.243Z Compiling progenitor-client v0.9.1
21932025-02-21T07:56:05.175Z Compiling olpc-cjson v0.1.4
21942025-02-21T07:56:05.493Z Compiling pem v3.0.4
21952025-02-21T07:56:06.360Z Compiling serde_plain v1.0.2
21962025-02-21T07:56:06.736Z Compiling macaddr v1.0.1
21972025-02-21T07:56:06.888Z Compiling cargo-platform v0.1.8
21982025-02-21T07:56:06.942Z Compiling async-recursion v1.1.1
21992025-02-21T07:56:07.355Z Compiling memmap2 v0.9.5
22002025-02-21T07:56:07.906Z Compiling constant_time_eq v0.3.1
22012025-02-21T07:56:07.980Z Compiling arrayvec v0.7.6
22022025-02-21T07:56:08.088Z Compiling arrayref v0.3.9
22032025-02-21T07:56:08.222Z Compiling path-slash v0.1.5
22042025-02-21T07:56:08.291Z Compiling typed-path v0.9.3
22052025-02-21T07:56:08.486Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22062025-02-21T07:56:09.850Z Compiling cargo_metadata v0.18.1
22072025-02-21T07:56:09.871Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22082025-02-21T07:56:10.875Z Compiling tough v0.19.0
22092025-02-21T07:56:13.909Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22102025-02-21T07:56:14.383Z Compiling itertools v0.13.0
22112025-02-21T07:56:15.004Z Compiling parse-size v1.1.0
22122025-02-21T07:56:15.184Z Compiling topological-sort v0.2.2
22132025-02-21T07:56:15.375Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22142025-02-21T07:56:15.485Z Compiling omicron-zone-package v0.12.0
22152025-02-21T07:56:18.021Z Compiling shell-words v1.1.0
22162025-02-21T07:56:24.369Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22172025-02-21T07:56:34.491Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22182025-02-21T07:56:48.199Z Finished `release` profile [optimized] target(s) in 5m 34s
22192025-02-21T07:56:48.368Z Running `target/release/omicron-releng --output-dir /work`
22202025-02-21T07:56:48.416ZFeb 21 07:56:47.032 DEBG changing working directory to /work/oxidecomputer/omicron
22212025-02-21T07:56:48.525ZFeb 21 07:56:47.141 DEBG running: git rev-parse HEAD
22222025-02-21T07:56:48.532ZFeb 21 07:56:47.148 DEBG process exited with exit status: 0 (6.856343ms)
22232025-02-21T07:56:48.534ZFeb 21 07:56:47.148 INFO version: 13.0.0-0.ci+git903e27dbec3
22242025-02-21T07:56:48.573ZFeb 21 07:56:47.189 INFO cloning helios to /work/oxidecomputer/helios
22252025-02-21T07:56:48.573ZFeb 21 07:56:47.189 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22262025-02-21T07:56:48.578ZCloning into '/work/oxidecomputer/helios'...
22272025-02-21T07:56:49.111ZFeb 21 07:56:47.727 DEBG process exited with exit status: 0 (538.194989ms)
22282025-02-21T07:56:49.111ZFeb 21 07:56:47.727 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22292025-02-21T07:56:50.015ZFeb 21 07:56:48.630 DEBG process exited with exit status: 0 (903.180962ms)
22302025-02-21T07:56:50.015ZFeb 21 07:56:48.631 DEBG running: zfs list rpool/images/build/host
22312025-02-21T07:56:50.022ZNAME USED AVAIL REFER MOUNTPOINT
22322025-02-21T07:56:50.022Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22332025-02-21T07:56:50.025ZFeb 21 07:56:48.638 DEBG process exited with exit status: 0 (7.904735ms)
22342025-02-21T07:56:50.025ZFeb 21 07:56:48.639 DEBG running: zfs list rpool/images/build/recovery
22352025-02-21T07:56:50.028ZNAME USED AVAIL REFER MOUNTPOINT
22362025-02-21T07:56:50.028Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22372025-02-21T07:56:50.031ZFeb 21 07:56:48.645 DEBG process exited with exit status: 0 (6.486938ms)
22382025-02-21T07:56:50.031ZFeb 21 07:56:48.645 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22392025-02-21T07:56:50.037Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22402025-02-21T07:56:50.037Z# branch.head master
22412025-02-21T07:56:50.037Z# branch.upstream origin/master
22422025-02-21T07:56:50.037Z# branch.ab +0 -0
22432025-02-21T07:56:50.040ZFeb 21 07:56:48.654 DEBG process exited with exit status: 0 (8.37473ms)
22442025-02-21T07:56:50.040ZFeb 21 07:56:48.654 INFO [hubris-production] running task
22452025-02-21T07:56:50.040ZFeb 21 07:56:48.655 INFO [hubris-staging] running task
22462025-02-21T07:56:50.040ZFeb 21 07:56:48.655 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
22472025-02-21T07:56:50.043ZFeb 21 07:56:48.659 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22482025-02-21T07:56:50.116Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22492025-02-21T07:56:50.518Z[ omicron-package] Blocking waiting for file lock on package cache
22502025-02-21T07:56:50.954Z[ omicron-package] Blocking waiting for file lock on package cache
22512025-02-21T07:56:51.244Z[ omicron-package] Blocking waiting for file lock on package cache
22522025-02-21T07:56:51.806ZFeb 21 07:56:50.421 INFO [hubris-production] task succeeded (1.766679838s)
22532025-02-21T07:56:52.091Z[ omicron-package] Compiling zerocopy v0.8.10
22542025-02-21T07:56:52.094Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22552025-02-21T07:56:52.094Z[ omicron-package] Compiling itertools v0.13.0
22562025-02-21T07:56:52.094Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22572025-02-21T07:56:52.094Z[ omicron-package] Compiling heapless v0.8.0
22582025-02-21T07:56:52.094Z[ omicron-package] Compiling hash32 v0.3.1
22592025-02-21T07:56:52.094Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22602025-02-21T07:56:52.094Z[ omicron-package] Compiling smoltcp v0.11.0
22612025-02-21T07:56:53.637Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22622025-02-21T07:56:53.880Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22632025-02-21T07:56:54.108Z[ omicron-package] Compiling cobs v0.2.3
22642025-02-21T07:56:54.230Z[ omicron-package] Compiling proc-macro-error v1.0.4
22652025-02-21T07:56:54.328Z[ omicron-package] Compiling num_enum_derive v0.5.11
22662025-02-21T07:56:54.884Z[ omicron-package] Compiling postcard v1.0.10
22672025-02-21T07:56:54.968Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22682025-02-21T07:56:55.109Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22692025-02-21T07:56:55.238Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22702025-02-21T07:56:55.561Z[ omicron-package] Compiling unicode-width v0.1.14
22712025-02-21T07:56:55.616Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22722025-02-21T07:56:56.578Z[ omicron-package] Compiling tabwriter v1.4.0
22732025-02-21T07:56:57.619Z[ omicron-package] Compiling foreign-types v0.5.0
22742025-02-21T07:56:57.935Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22752025-02-21T07:56:58.068Z[ omicron-package] Compiling cstr-argument v0.1.2
22762025-02-21T07:56:58.231Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22772025-02-21T07:56:58.383Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22782025-02-21T07:56:58.467Z[ omicron-package] Compiling num_enum v0.5.11
22792025-02-21T07:56:58.470Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22802025-02-21T07:56:58.612Z[ omicron-package] Compiling pretty-hex v0.2.1
22812025-02-21T07:56:59.146Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22822025-02-21T07:56:59.483Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832025-02-21T07:56:59.659Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22842025-02-21T07:56:59.669Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852025-02-21T07:57:00.015Z[ omicron-package] Compiling colored v2.1.0
22862025-02-21T07:57:00.212Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22872025-02-21T07:57:00.932Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22882025-02-21T07:57:01.339Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22892025-02-21T07:57:01.637Z[ omicron-package] Compiling sigpipe v0.1.3
22902025-02-21T07:57:01.746Z[ omicron-package] Compiling num-derive v0.4.2
22912025-02-21T07:57:02.369Z[ omicron-package] Compiling libefi-sys v0.1.0
22922025-02-21T07:57:02.778Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22932025-02-21T07:57:03.128Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22942025-02-21T07:57:03.786Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22952025-02-21T07:57:03.832Z[ omicron-package] Compiling smf v0.2.3
22962025-02-21T07:57:03.992Z[ omicron-package] Compiling zone v0.3.0
22972025-02-21T07:57:04.712Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22982025-02-21T07:57:05.399Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22992025-02-21T07:57:05.532Z[ omicron-package] Compiling bitfield-struct v0.6.2
23002025-02-21T07:57:07.627Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23012025-02-21T07:57:07.920Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23022025-02-21T07:57:08.351Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23032025-02-21T07:57:08.483Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23042025-02-21T07:57:08.494Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23052025-02-21T07:57:08.711Z[ omicron-package] Compiling gethostname v0.5.0
23062025-02-21T07:57:08.826Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072025-02-21T07:57:08.955Z[ omicron-package] Compiling indent_write v2.2.0
23082025-02-21T07:57:10.105Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23092025-02-21T07:57:12.113Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23102025-02-21T07:57:13.173Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23112025-02-21T07:57:14.508Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23122025-02-21T07:57:17.914Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23132025-02-21T07:57:19.975Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23142025-02-21T07:57:21.966Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23152025-02-21T07:57:24.925ZFeb 21 07:57:23.541 INFO [hubris-staging] task succeeded (34.88558354s)
23162025-02-21T07:57:26.712Z[ helios-setup] Feb 21 07:57:25.328 INFO helios repository root is: /work/oxidecomputer/helios
23172025-02-21T07:57:26.715Z[ helios-setup] Feb 21 07:57:25.330 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23182025-02-21T07:57:26.715Z[ helios-setup] Feb 21 07:57:25.330 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
23192025-02-21T07:57:26.715Z[ helios-setup] Feb 21 07:57:25.330 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23202025-02-21T07:57:26.720Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23212025-02-21T07:57:27.520Z[ helios-setup] Feb 21 07:57:26.136 INFO clone ok!, project: pinprick
23222025-02-21T07:57:27.523Z[ helios-setup] Feb 21 07:57:26.136 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
23232025-02-21T07:57:27.523Z[ helios-setup] Feb 21 07:57:26.136 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23242025-02-21T07:57:27.526Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23252025-02-21T07:57:28.385Z[ helios-setup] Feb 21 07:57:27.001 INFO clone ok!, project: chelsio-t6-roms
23262025-02-21T07:57:28.388Z[ helios-setup] Feb 21 07:57:27.001 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
23272025-02-21T07:57:28.388Z[ helios-setup] Feb 21 07:57:27.001 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
23282025-02-21T07:57:28.392Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23292025-02-21T07:57:29.299Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23302025-02-21T07:57:29.304Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23312025-02-21T07:57:36.409Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23322025-02-21T07:57:36.418Z[ helios-setup] Feb 21 07:57:35.033 INFO clone ok!, project: amd-host-image-builder
23332025-02-21T07:57:36.421Z[ helios-setup] Feb 21 07:57:35.034 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
23342025-02-21T07:57:36.421Z[ helios-setup] Feb 21 07:57:35.034 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23352025-02-21T07:57:36.425Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23362025-02-21T07:57:37.358Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.30s
23372025-02-21T07:57:37.608Z[ omicron-package]
23382025-02-21T07:57:37.608Z[ omicron-package] real 47.523895483
23392025-02-21T07:57:37.611Z[ omicron-package] user 2:56.734786825
23402025-02-21T07:57:37.611Z[ omicron-package] sys 18.390302515
23412025-02-21T07:57:37.611Z[ omicron-package] trap 0.419422976
23422025-02-21T07:57:37.611Z[ omicron-package] tflt 0.468480345
23432025-02-21T07:57:37.611Z[ omicron-package] dflt 0.777896111
23442025-02-21T07:57:37.611Z[ omicron-package] kflt 0.000003589
23452025-02-21T07:57:37.611Z[ omicron-package] lock 5:20.857929888
23462025-02-21T07:57:37.611Z[ omicron-package] slp 8:56.582742826
23472025-02-21T07:57:37.611Z[ omicron-package] lat 1:35.344764278
23482025-02-21T07:57:37.611Z[ omicron-package] stop 57.567573816
23492025-02-21T07:57:37.611ZFeb 21 07:57:36.224 INFO [omicron-package] process exited with exit status: 0 (47.569317749s)
23502025-02-21T07:57:37.611ZFeb 21 07:57:36.225 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23512025-02-21T07:57:37.691ZFeb 21 07:57:36.306 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23522025-02-21T07:57:37.702Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23532025-02-21T07:57:37.705Z[ host-target] Created new build target 'host' and set it as active
23542025-02-21T07:57:37.705ZFeb 21 07:57:36.320 INFO [host-target] process exited with exit status: 0 (95.380598ms)
23552025-02-21T07:57:37.705ZFeb 21 07:57:36.320 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23562025-02-21T07:57:37.712Z[ recovery-target] Created new build target 'recovery' and set it as active
23572025-02-21T07:57:37.712Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23582025-02-21T07:57:37.717ZFeb 21 07:57:36.331 INFO [recovery-target] process exited with exit status: 0 (24.778249ms)
23592025-02-21T07:57:37.724Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23602025-02-21T07:57:38.984Z[ host-package] Compiling thiserror v2.0.11
23612025-02-21T07:57:39.126Z[ host-package] Compiling typify-impl v0.3.0
23622025-02-21T07:57:39.143Z[ host-package] Compiling convert_case v0.4.0
23632025-02-21T07:57:39.145Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23642025-02-21T07:57:39.145Z[ host-package] Compiling newline-converter v0.3.0
23652025-02-21T07:57:39.159Z[ host-package] Compiling password-hash v0.5.0
23662025-02-21T07:57:39.177Z[ host-package] Compiling blake2 v0.10.6
23672025-02-21T07:57:39.231Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23682025-02-21T07:57:39.383Z[ host-package] Compiling expectorate v1.1.0
23692025-02-21T07:57:39.407Z[ host-package] Compiling atomicwrites v0.4.4
23702025-02-21T07:57:39.682Z[ host-package] Compiling owo-colors v4.1.0
23712025-02-21T07:57:39.816Z[ host-package] Compiling derive_more v0.99.19
23722025-02-21T07:57:39.982Z[ host-package] Compiling argon2 v0.5.3
23732025-02-21T07:57:40.002Z[ host-package] Compiling cancel-safe-futures v0.1.5
23742025-02-21T07:57:40.068Z[ host-package] Compiling num-rational v0.4.2
23752025-02-21T07:57:40.394Z[ host-package] Compiling progenitor-client v0.9.1
23762025-02-21T07:57:40.445Z[ host-package] Compiling num-complex v0.4.6
23772025-02-21T07:57:40.936Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782025-02-21T07:57:41.549Z[ host-package] Compiling num v0.4.3
23792025-02-21T07:57:41.698Z[ host-package] Compiling libsw v3.3.1
23802025-02-21T07:57:42.068Z[ host-package] Compiling swrite v0.1.0
23812025-02-21T07:57:42.156Z[ host-package] Compiling linear-map v1.2.0
23822025-02-21T07:57:42.245Z[ host-package] Compiling float-ord v0.3.2
23832025-02-21T07:57:42.398Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23842025-02-21T07:57:42.465Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23852025-02-21T07:57:42.554Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23862025-02-21T07:57:42.612Z[ host-package] Compiling highway v1.2.0
23872025-02-21T07:57:44.136Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23882025-02-21T07:57:44.304Z[ host-package] Compiling semver v0.1.20
23892025-02-21T07:57:45.006Z[ host-package] Compiling rustc_version v0.1.7
23902025-02-21T07:57:45.066Z[ helios-setup] Feb 21 07:57:43.681 INFO clone ok!, project: amd-firmware
23912025-02-21T07:57:45.069Z[ helios-setup] Feb 21 07:57:43.682 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23922025-02-21T07:57:45.069Z[ helios-setup] Feb 21 07:57:43.682 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
23932025-02-21T07:57:45.069Z[ helios-setup] Feb 21 07:57:43.682 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23942025-02-21T07:57:45.072Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23952025-02-21T07:57:45.453Z[ host-package] Compiling newtype_derive v0.1.6
23962025-02-21T07:57:45.602Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23972025-02-21T07:57:45.810Z[ helios-setup] Feb 21 07:57:44.426 INFO clone ok!, project: image-builder
23982025-02-21T07:57:45.813Z[ helios-setup] Feb 21 07:57:44.426 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
23992025-02-21T07:57:45.813Z[ helios-setup] Feb 21 07:57:44.426 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24002025-02-21T07:57:45.816Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24012025-02-21T07:57:45.826Z[ host-package] Compiling tungstenite v0.21.0
24022025-02-21T07:57:46.860Z[ helios-setup] Feb 21 07:57:45.474 INFO clone ok!, project: pilot
24032025-02-21T07:57:46.863Z[ helios-setup] Feb 21 07:57:45.475 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
24042025-02-21T07:57:46.863Z[ helios-setup] Feb 21 07:57:45.475 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
24052025-02-21T07:57:46.863Z[ helios-setup] Feb 21 07:57:45.475 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24062025-02-21T07:57:46.866Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24072025-02-21T07:57:47.656Z[ helios-setup] Feb 21 07:57:46.271 INFO clone ok!, project: phbl
24082025-02-21T07:57:47.659Z[ helios-setup] Feb 21 07:57:46.272 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
24092025-02-21T07:57:47.659Z[ helios-setup] Feb 21 07:57:46.272 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24102025-02-21T07:57:47.662Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24112025-02-21T07:57:48.505Z[ helios-setup] Feb 21 07:57:47.121 INFO clone ok!, project: bootserver
24122025-02-21T07:57:48.508Z[ helios-setup] Feb 21 07:57:47.121 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24132025-02-21T07:57:49.681Z[ helios-setup] Feb 21 07:57:48.296 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24142025-02-21T07:57:50.134Z[ host-package] Compiling typify-macro v0.3.0
24152025-02-21T07:57:50.328Z[ helios-setup] Feb 21 07:57:48.943 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24162025-02-21T07:57:50.328Z[ helios-setup] Feb 21 07:57:48.943 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24172025-02-21T07:57:50.915Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24182025-02-21T07:57:50.961Z[ helios-setup] Feb 21 07:57:49.576 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24192025-02-21T07:57:50.968Z[ host-package] Compiling ipnetwork v0.21.1
24202025-02-21T07:57:51.484Z[ helios-setup] Feb 21 07:57:50.100 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24212025-02-21T07:57:51.484Z[ helios-setup] Feb 21 07:57:50.100 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24222025-02-21T07:57:51.695Z[ host-package] Compiling oxnet v0.1.0
24232025-02-21T07:57:51.994Z[ helios-setup] Feb 21 07:57:50.610 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24242025-02-21T07:57:52.029Z[ host-package] Compiling tokio-tungstenite v0.21.0
24252025-02-21T07:57:52.488Z[ host-package] Compiling progenitor-client v0.8.0
24262025-02-21T07:57:52.504Z[ helios-setup] Feb 21 07:57:51.120 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24272025-02-21T07:57:52.504Z[ helios-setup] Feb 21 07:57:51.120 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24282025-02-21T07:57:52.504Z[ helios-setup] Feb 21 07:57:51.120 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24292025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO ok!
24302025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24312025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24322025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO ok!
24332025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24342025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24352025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO ok!
24362025-02-21T07:57:52.508Z[ helios-setup] Feb 21 07:57:51.120 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24372025-02-21T07:57:52.521Z[ helios-setup] Feb 21 07:57:51.120 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24382025-02-21T07:57:52.552Z[ host-package] Compiling humantime v2.1.0
24392025-02-21T07:57:52.736Z[ helios-setup] Feb 21 07:57:51.351 INFO E| Downloading crates ...
24402025-02-21T07:57:52.865Z[ helios-setup] Feb 21 07:57:51.480 INFO E| Downloaded miniz_oxide v0.7.2
24412025-02-21T07:57:52.924Z[ helios-setup] Feb 21 07:57:51.539 INFO E| Compiling adler v1.0.2
24422025-02-21T07:57:53.060Z[ host-package] Compiling progenitor v0.8.0
24432025-02-21T07:57:53.074Z[ helios-setup] Feb 21 07:57:51.689 INFO E| Compiling miniz_oxide v0.7.2
24442025-02-21T07:57:53.117Z[ host-package] Compiling daft v0.1.1
24452025-02-21T07:57:53.401Z[ host-package] Compiling dropshot v0.15.1
24462025-02-21T07:57:53.489Z[ host-package] Compiling instant v0.1.13
24472025-02-21T07:57:53.657Z[ host-package] Compiling typify v0.3.0
24482025-02-21T07:57:53.741Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24492025-02-21T07:57:53.861Z[ host-package] Compiling progenitor-impl v0.9.1
24502025-02-21T07:57:54.484Z[ host-package] Compiling backoff v0.4.0
24512025-02-21T07:57:55.166Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24522025-02-21T07:57:55.693Z[ helios-setup] Feb 21 07:57:54.248 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24532025-02-21T07:57:56.636Z[ helios-setup] Feb 21 07:57:55.251 INFO E| Finished `release` profile [optimized] target(s) in 4.03s
24542025-02-21T07:57:56.646Z[ helios-setup] Feb 21 07:57:55.262 INFO building project "pinprick" ok (4 seconds)
24552025-02-21T07:57:56.647Z[ helios-setup] Feb 21 07:57:55.262 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24562025-02-21T07:57:56.647Z[ helios-setup] Feb 21 07:57:55.262 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24572025-02-21T07:57:56.657Z[ helios-setup] Feb 21 07:57:55.272 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24582025-02-21T07:57:56.927Z[ helios-setup] Feb 21 07:57:55.542 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24592025-02-21T07:57:56.927Z[ helios-setup] Feb 21 07:57:55.542 INFO E| info: downloading component 'cargo'
24602025-02-21T07:57:58.658Z[ helios-setup] Feb 21 07:57:57.273 INFO E| info: downloading component 'clippy'
24612025-02-21T07:57:58.895Z[ helios-setup] Feb 21 07:57:57.510 INFO E| info: downloading component 'rust-docs'
24622025-02-21T07:58:00.029Z[ helios-setup] Feb 21 07:57:58.644 INFO E| info: downloading component 'rust-src'
24632025-02-21T07:58:00.187Z[ host-package] Compiling progenitor-macro v0.9.1
24642025-02-21T07:58:00.206Z[ helios-setup] Feb 21 07:57:58.817 INFO E| info: downloading component 'rust-std'
24652025-02-21T07:58:01.769Z[ host-package] Compiling steno v0.4.1
24662025-02-21T07:58:02.110Z[ helios-setup] Feb 21 07:58:00.724 INFO E| info: downloading component 'rustc'
24672025-02-21T07:58:02.144Z[ host-package] Compiling parse-display v0.10.0
24682025-02-21T07:58:02.676Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692025-02-21T07:58:02.735Z[ host-package] Compiling strum v0.26.3
24702025-02-21T07:58:02.906Z[ host-package] Compiling serde_with v3.11.0
24712025-02-21T07:58:02.940Z[ host-package] Compiling regress v0.9.1
24722025-02-21T07:58:06.523Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24732025-02-21T07:58:07.708Z[ host-package] Compiling macaddr v1.0.1
24742025-02-21T07:58:08.016Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24752025-02-21T07:58:08.100Z[ helios-setup] Feb 21 07:58:06.715 INFO E| info: downloading component 'rustfmt'
24762025-02-21T07:58:08.126Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24772025-02-21T07:58:08.170Z[ host-package] Compiling slog-dtrace v0.3.0
24782025-02-21T07:58:08.330Z[ helios-setup] Feb 21 07:58:06.945 INFO E| info: installing component 'cargo'
24792025-02-21T07:58:08.474Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24802025-02-21T07:58:08.655Z[ host-package] Compiling prettyplease v0.2.29
24812025-02-21T07:58:09.551Z[ helios-setup] Feb 21 07:58:08.166 INFO E| info: installing component 'clippy'
24822025-02-21T07:58:10.038Z[ helios-setup] Feb 21 07:58:08.654 INFO E| info: installing component 'rust-docs'
24832025-02-21T07:58:10.747Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24842025-02-21T07:58:10.992Z[ host-package] Compiling progenitor v0.9.1
24852025-02-21T07:58:11.254Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24862025-02-21T07:58:14.942Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
24872025-02-21T07:58:15.333Z[ helios-setup] Feb 21 07:58:13.948 INFO E| info: installing component 'rust-src'
24882025-02-21T07:58:15.974Z[ helios-setup] Feb 21 07:58:14.589 INFO E| info: installing component 'rust-std'
24892025-02-21T07:58:18.285Z[ helios-setup] Feb 21 07:58:16.900 INFO E| info: installing component 'rustc'
24902025-02-21T07:58:24.508Z[ helios-setup] Feb 21 07:58:23.123 INFO E| info: installing component 'rustfmt'
24912025-02-21T07:58:24.817Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24922025-02-21T07:58:25.444Z[ helios-setup] Feb 21 07:58:24.059 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24932025-02-21T07:58:26.477Z[ helios-setup] Feb 21 07:58:25.092 INFO E| From https://github.com/oxidecomputer/amd-apcb
24942025-02-21T07:58:26.477Z[ helios-setup] Feb 21 07:58:25.092 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
24952025-02-21T07:58:26.477Z[ helios-setup] Feb 21 07:58:25.092 INFO E| * [new tag] v0.4.5 -> v0.4.5
24962025-02-21T07:58:26.507Z[ helios-setup] Feb 21 07:58:25.123 INFO E| * [new tag] v0.1.3 -> v0.1.3
24972025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.123 INFO E| * [new tag] v0.1.4 -> v0.1.4
24982025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.1.5 -> v0.1.5
24992025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.2.0 -> v0.2.0
25002025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.3.0 -> v0.3.0
25012025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.124 INFO E| * [new tag] v0.3.1 -> v0.3.1
25022025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.3.2 -> v0.3.2
25032025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.3.3 -> v0.3.3
25042025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.4.0 -> v0.4.0
25052025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.125 INFO E| * [new tag] v0.4.1 -> v0.4.1
25062025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.126 INFO E| * [new tag] v0.4.2 -> v0.4.2
25072025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.126 INFO E| * [new tag] v0.4.3 -> v0.4.3
25082025-02-21T07:58:26.511Z[ helios-setup] Feb 21 07:58:25.126 INFO E| * [new tag] v0.4.4 -> v0.4.4
25092025-02-21T07:58:26.585Z[ helios-setup] Feb 21 07:58:25.200 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25102025-02-21T07:58:27.454Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25112025-02-21T07:58:27.605Z[ helios-setup] Feb 21 07:58:26.220 INFO E| From https://github.com/oxidecomputer/amd-efs
25122025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] empty -> origin/empty
25132025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] issue-99 -> origin/issue-99
25142025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] main -> origin/main
25152025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.220 INFO E| * [new branch] review -> origin/review
25162025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.220 INFO E| * [new ref] -> origin/HEAD
25172025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.0 -> v0.2.0
25182025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.1 -> v0.2.1
25192025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.2 -> v0.2.2
25202025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.3 -> v0.2.3
25212025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.4 -> v0.2.4
25222025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.5 -> v0.2.5
25232025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.6 -> v0.2.6
25242025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.2.7 -> v0.2.7
25252025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.221 INFO E| * [new tag] v0.3.0 -> v0.3.0
25262025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.3.1 -> v0.3.1
25272025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.0 -> v0.4.0
25282025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.1 -> v0.4.1
25292025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.2 -> v0.4.2
25302025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.3 -> v0.4.3
25312025-02-21T07:58:27.608Z[ helios-setup] Feb 21 07:58:26.222 INFO E| * [new tag] v0.4.4 -> v0.4.4
25322025-02-21T07:58:27.629Z[ helios-setup] Feb 21 07:58:26.244 INFO E| Updating crates.io index
25332025-02-21T07:58:27.711Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342025-02-21T07:58:27.713Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25352025-02-21T07:58:28.840Z[ host-package] Compiling half v2.4.1
25362025-02-21T07:58:29.204Z[ helios-setup] Feb 21 07:58:27.819 INFO E| Downloading crates ...
25372025-02-21T07:58:29.330Z[ helios-setup] Feb 21 07:58:27.945 INFO E| Downloaded scroll_derive v0.10.5
25382025-02-21T07:58:29.333Z[ helios-setup] Feb 21 07:58:27.948 INFO E| Downloaded unic-ucd-version v0.9.0
25392025-02-21T07:58:29.337Z[ helios-setup] Feb 21 07:58:27.949 INFO E| Downloaded generic-array v0.14.7
25402025-02-21T07:58:29.337Z[ helios-setup] Feb 21 07:58:27.951 INFO E| Downloaded digest v0.10.7
25412025-02-21T07:58:29.339Z[ helios-setup] Feb 21 07:58:27.954 INFO E| Downloaded thiserror-impl v1.0.69
25422025-02-21T07:58:29.342Z[ helios-setup] Feb 21 07:58:27.956 INFO E| Downloaded proc-macro-error v1.0.4
25432025-02-21T07:58:29.345Z[ helios-setup] Feb 21 07:58:27.960 INFO E| Downloaded version_check v0.9.5
25442025-02-21T07:58:29.347Z[ helios-setup] Feb 21 07:58:27.962 INFO E| Downloaded thiserror v2.0.11
25452025-02-21T07:58:29.354Z[ helios-setup] Feb 21 07:58:27.969 INFO E| Downloaded sha2 v0.10.8
25462025-02-21T07:58:29.359Z[ helios-setup] Feb 21 07:58:27.973 INFO E| Downloaded toml v0.5.11
25472025-02-21T07:58:29.361Z[ helios-setup] Feb 21 07:58:27.977 INFO E| Downloaded num-traits v0.2.19
25482025-02-21T07:58:29.366Z[ helios-setup] Feb 21 07:58:27.981 INFO E| Downloaded thiserror-impl v2.0.11
25492025-02-21T07:58:29.369Z[ helios-setup] Feb 21 07:58:27.984 INFO E| Downloaded memchr v2.7.4
25502025-02-21T07:58:29.378Z[ helios-setup] Feb 21 07:58:27.993 INFO E| Downloaded unicode-segmentation v1.12.0
25512025-02-21T07:58:29.384Z[ helios-setup] Feb 21 07:58:27.999 INFO E| Downloaded parse_int v0.6.0
25522025-02-21T07:58:29.386Z[ helios-setup] Feb 21 07:58:28.001 INFO E| Downloaded pest v2.7.15
25532025-02-21T07:58:29.395Z[ helios-setup] Feb 21 07:58:28.011 INFO E| Downloaded pest_generator v2.7.15
25542025-02-21T07:58:29.399Z[ helios-setup] Feb 21 07:58:28.013 INFO E| Downloaded proc-macro-crate v0.1.5
25552025-02-21T07:58:29.402Z[ helios-setup] Feb 21 07:58:28.016 INFO E| Downloaded pest_meta v2.7.15
25562025-02-21T07:58:29.405Z[ helios-setup] Feb 21 07:58:28.019 INFO E| Downloaded semver-parser v0.7.0
25572025-02-21T07:58:29.405Z[ helios-setup] Feb 21 07:58:28.020 INFO E| Downloaded rustc_version v0.2.3
25582025-02-21T07:58:29.407Z[ helios-setup] Feb 21 07:58:28.021 INFO E| Downloaded pest_derive v2.7.15
25592025-02-21T07:58:29.411Z[ helios-setup] Feb 21 07:58:28.025 INFO E| Downloaded serde_json v1.0.135
25602025-02-21T07:58:29.423Z[ helios-setup] Feb 21 07:58:28.036 INFO E| Downloaded structopt-derive v0.4.18
25612025-02-21T07:58:29.427Z[ helios-setup] Feb 21 07:58:28.038 INFO E| Downloaded textwrap v0.11.0
25622025-02-21T07:58:29.427Z[ helios-setup] Feb 21 07:58:28.040 INFO E| Downloaded strum v0.23.0
25632025-02-21T07:58:29.429Z[ helios-setup] Feb 21 07:58:28.041 INFO E| Downloaded serde v1.0.217
25642025-02-21T07:58:29.432Z[ helios-setup] Feb 21 07:58:28.045 INFO E| Downloaded ucd-trie v0.1.7
25652025-02-21T07:58:29.432Z[ helios-setup] Feb 21 07:58:28.047 INFO E| Downloaded pre-proc-macro v0.2.1
25662025-02-21T07:58:29.434Z[ helios-setup] Feb 21 07:58:28.050 INFO E| Downloaded structopt v0.3.26
25672025-02-21T07:58:29.447Z[ helios-setup] Feb 21 07:58:28.062 INFO E| Downloaded unicode-ident v1.0.14
25682025-02-21T07:58:29.450Z[ helios-setup] Feb 21 07:58:28.066 INFO E| Downloaded crypto-common v0.1.6
25692025-02-21T07:58:29.453Z[ helios-setup] Feb 21 07:58:28.067 INFO E| Downloaded ansi_term v0.12.1
25702025-02-21T07:58:29.455Z[ helios-setup] Feb 21 07:58:28.070 INFO E| Downloaded cfg-if v0.1.10
25712025-02-21T07:58:29.458Z[ helios-setup] Feb 21 07:58:28.072 INFO E| Downloaded bytesize v1.3.0
25722025-02-21T07:58:29.458Z[ helios-setup] Feb 21 07:58:28.073 INFO E| Downloaded strsim v0.8.0
25732025-02-21T07:58:29.460Z[ helios-setup] Feb 21 07:58:28.075 INFO E| Downloaded schemars v0.8.21
25742025-02-21T07:58:29.478Z[ helios-setup] Feb 21 07:58:28.094 INFO E| Downloaded thiserror v1.0.69
25752025-02-21T07:58:29.514Z[ helios-setup] Feb 21 07:58:28.129 INFO E| Downloaded syn v1.0.109
25762025-02-21T07:58:29.542Z[ helios-setup] Feb 21 07:58:28.156 INFO E| Downloaded vec_map v0.8.2
25772025-02-21T07:58:29.546Z[ helios-setup] Feb 21 07:58:28.158 INFO E| Downloaded unic-ucd-ident v0.9.0
25782025-02-21T07:58:29.546Z[ helios-setup] Feb 21 07:58:28.160 INFO E| Downloaded unic-common v0.9.0
25792025-02-21T07:58:29.548Z[ helios-setup] Feb 21 07:58:28.161 INFO E| Downloaded unic-char-range v0.9.0
25802025-02-21T07:58:29.548Z[ helios-setup] Feb 21 07:58:28.163 INFO E| Downloaded unic-char-property v0.9.0
25812025-02-21T07:58:29.551Z[ helios-setup] Feb 21 07:58:28.164 INFO E| Downloaded typenum v1.17.0
25822025-02-21T07:58:29.553Z[ helios-setup] Feb 21 07:58:28.168 INFO E| Downloaded scroll v0.10.2
25832025-02-21T07:58:29.556Z[ helios-setup] Feb 21 07:58:28.170 INFO E| Downloaded clap v2.34.0
25842025-02-21T07:58:29.565Z[ helios-setup] Feb 21 07:58:28.180 INFO E| Downloaded unicode-width v0.1.14
25852025-02-21T07:58:29.573Z[ helios-setup] Feb 21 07:58:28.189 INFO E| Downloaded zerocopy v0.6.6
25862025-02-21T07:58:29.576Z[ helios-setup] Feb 21 07:58:28.192 INFO E| Downloaded strum_macros v0.23.1
25872025-02-21T07:58:29.579Z[ helios-setup] Feb 21 07:58:28.194 INFO E| Downloaded serde_derive_internals v0.29.1
25882025-02-21T07:58:29.582Z[ helios-setup] Feb 21 07:58:28.196 INFO E| Downloaded schemars_derive v0.8.21
25892025-02-21T07:58:29.584Z[ helios-setup] Feb 21 07:58:28.198 INFO E| Downloaded quote v1.0.38
25902025-02-21T07:58:29.587Z[ helios-setup] Feb 21 07:58:28.202 INFO E| Downloaded proc-macro2 v1.0.93
25912025-02-21T07:58:29.590Z[ helios-setup] Feb 21 07:58:28.205 INFO E| Downloaded syn v2.0.96
25922025-02-21T07:58:29.608Z[ helios-setup] Feb 21 07:58:28.223 INFO E| Downloaded goblin v0.4.3
25932025-02-21T07:58:29.615Z[ helios-setup] Feb 21 07:58:28.231 INFO E| Downloaded num-derive v0.4.2
25942025-02-21T07:58:29.618Z[ helios-setup] Feb 21 07:58:28.233 INFO E| Downloaded itoa v1.0.14
25952025-02-21T07:58:29.654Z[ helios-setup] Feb 21 07:58:28.235 INFO E| Downloaded plain v0.2.3
25962025-02-21T07:58:29.654Z[ helios-setup] Feb 21 07:58:28.236 INFO E| Downloaded libc v0.2.169
25972025-02-21T07:58:29.657Z[ host-package] Compiling ciborium-io v0.2.2
25982025-02-21T07:58:29.657Z[ helios-setup] Feb 21 07:58:28.271 INFO E| Downloaded zerocopy-derive v0.6.6
25992025-02-21T07:58:29.667Z[ helios-setup] Feb 21 07:58:28.282 INFO E| Downloaded static_assertions v1.1.0
26002025-02-21T07:58:29.670Z[ helios-setup] Feb 21 07:58:28.284 INFO E| Downloaded proc-macro-error-attr v1.0.4
26012025-02-21T07:58:29.672Z[ helios-setup] Feb 21 07:58:28.285 INFO E| Downloaded pre v0.2.1
26022025-02-21T07:58:29.672Z[ helios-setup] Feb 21 07:58:28.287 INFO E| Downloaded semver v0.9.0
26032025-02-21T07:58:29.675Z[ helios-setup] Feb 21 07:58:28.289 INFO E| Downloaded four-cc v0.3.0
26042025-02-21T07:58:29.675Z[ helios-setup] Feb 21 07:58:28.290 INFO E| Downloaded fletcher v0.1.0
26052025-02-21T07:58:29.678Z[ helios-setup] Feb 21 07:58:28.291 INFO E| Downloaded once_cell v1.20.2
26062025-02-21T07:58:29.680Z[ helios-setup] Feb 21 07:58:28.294 INFO E| Downloaded modular-bitfield-impl v0.11.2
26072025-02-21T07:58:29.683Z[ helios-setup] Feb 21 07:58:28.296 INFO E| Downloaded modular-bitfield v0.11.2
26082025-02-21T07:58:29.697Z[ helios-setup] Feb 21 07:58:28.312 INFO E| Downloaded memoffset v0.5.6
26092025-02-21T07:58:29.740Z[ helios-setup] Feb 21 07:58:28.355 INFO E| Downloaded json5 v0.4.1
26102025-02-21T07:58:29.743Z[ helios-setup] Feb 21 07:58:28.358 INFO E| Downloaded dyn-clone v1.0.17
26112025-02-21T07:58:29.746Z[ helios-setup] Feb 21 07:58:28.360 INFO E| Downloaded block-buffer v0.10.4
26122025-02-21T07:58:29.748Z[ helios-setup] Feb 21 07:58:28.362 INFO E| Downloaded serde_derive v1.0.217
26132025-02-21T07:58:29.751Z[ helios-setup] Feb 21 07:58:28.366 INFO E| Downloaded ryu v1.0.18
26142025-02-21T07:58:29.755Z[ helios-setup] Feb 21 07:58:28.370 INFO E| Downloaded log v0.4.22
26152025-02-21T07:58:29.758Z[ helios-setup] Feb 21 07:58:28.373 INFO E| Downloaded byteorder v1.5.0
26162025-02-21T07:58:29.760Z[ helios-setup] Feb 21 07:58:28.376 INFO E| Downloaded rustversion v1.0.19
26172025-02-21T07:58:29.764Z[ helios-setup] Feb 21 07:58:28.379 INFO E| Downloaded paste v1.0.15
26182025-02-21T07:58:29.768Z[ helios-setup] Feb 21 07:58:28.384 INFO E| Downloaded bitflags v1.3.2
26192025-02-21T07:58:29.772Z[ helios-setup] Feb 21 07:58:28.388 INFO E| Downloaded autocfg v1.4.0
26202025-02-21T07:58:29.775Z[ helios-setup] Feb 21 07:58:28.391 INFO E| Downloaded lazy_static v1.5.0
26212025-02-21T07:58:29.778Z[ helios-setup] Feb 21 07:58:28.393 INFO E| Downloaded heck v0.3.3
26222025-02-21T07:58:29.780Z[ helios-setup] Feb 21 07:58:28.395 INFO E| Downloaded cpufeatures v0.2.16
26232025-02-21T07:58:29.783Z[ helios-setup] Feb 21 07:58:28.397 INFO E| Downloaded cfg-if v1.0.0
26242025-02-21T07:58:29.783Z[ helios-setup] Feb 21 07:58:28.398 INFO E| Downloaded atty v0.2.14
26252025-02-21T07:58:29.855Z[ host-package] Compiling ciborium-ll v0.2.2
26262025-02-21T07:58:29.933Z[ helios-setup] Feb 21 07:58:28.548 INFO E| Compiling proc-macro2 v1.0.93
26272025-02-21T07:58:29.944Z[ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling unicode-ident v1.0.14
26282025-02-21T07:58:29.944Z[ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling syn v1.0.109
26292025-02-21T07:58:29.944Z[ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling version_check v0.9.5
26302025-02-21T07:58:29.944Z[ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling memchr v2.7.4
26312025-02-21T07:58:29.944Z[ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling semver-parser v0.7.0
26322025-02-21T07:58:29.944Z[ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling autocfg v1.4.0
26332025-02-21T07:58:29.944Z[ helios-setup] Feb 21 07:58:28.549 INFO E| Compiling serde v1.0.217
26342025-02-21T07:58:30.542Z[ host-package] Compiling ciborium v0.2.2
26352025-02-21T07:58:31.458Z[ helios-setup] Feb 21 07:58:30.073 INFO E| Compiling semver v0.9.0
26362025-02-21T07:58:31.717Z[ helios-setup] Feb 21 07:58:30.332 INFO E| Compiling thiserror v2.0.11
26372025-02-21T07:58:31.889Z[ helios-setup] Feb 21 07:58:30.504 INFO E| Compiling proc-macro-error-attr v1.0.4
26382025-02-21T07:58:31.965Z[ helios-setup] Feb 21 07:58:30.580 INFO E| Compiling proc-macro-error v1.0.4
26392025-02-21T07:58:32.118Z[ helios-setup] Feb 21 07:58:30.734 INFO E| Compiling rustc_version v0.2.3
26402025-02-21T07:58:32.287Z[ helios-setup] Feb 21 07:58:30.901 INFO E| Compiling serde_json v1.0.135
26412025-02-21T07:58:32.643Z[ helios-setup] Feb 21 07:58:31.258 INFO E| Compiling num-traits v0.2.19
26422025-02-21T07:58:32.797Z[ helios-setup] Feb 21 07:58:31.412 INFO E| Compiling unicode-segmentation v1.12.0
26432025-02-21T07:58:32.956Z[ helios-setup] Feb 21 07:58:31.571 INFO E| Compiling schemars v0.8.21
26442025-02-21T07:58:33.363Z[ helios-setup] Feb 21 07:58:31.977 INFO E| Compiling quote v1.0.38
26452025-02-21T07:58:33.601Z[ helios-setup] Feb 21 07:58:32.216 INFO E| Compiling itoa v1.0.14
26462025-02-21T07:58:33.641Z[ helios-setup] Feb 21 07:58:32.256 INFO E| Compiling ryu v1.0.18
26472025-02-21T07:58:34.044Z[ helios-setup] Feb 21 07:58:32.659 INFO E| Compiling heck v0.3.3
26482025-02-21T07:58:34.202Z[ helios-setup] Feb 21 07:58:32.817 INFO E| Compiling syn v2.0.96
26492025-02-21T07:58:34.632Z[ helios-setup] Feb 21 07:58:33.247 INFO E| Compiling pre-proc-macro v0.2.1
26502025-02-21T07:58:34.672Z[ helios-setup] Feb 21 07:58:33.287 INFO E| Compiling memoffset v0.5.6
26512025-02-21T07:58:34.702Z[ helios-setup] Feb 21 07:58:33.317 INFO E| Compiling libc v0.2.169
26522025-02-21T07:58:34.848Z[ helios-setup] Feb 21 07:58:33.463 INFO E| Compiling ucd-trie v0.1.7
26532025-02-21T07:58:35.343Z[ helios-setup] Feb 21 07:58:33.958 INFO E| Compiling dyn-clone v1.0.17
26542025-02-21T07:58:35.380Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26552025-02-21T07:58:35.770Z[ helios-setup] Feb 21 07:58:34.385 INFO E| Compiling paste v1.0.15
26562025-02-21T07:58:35.879Z[ helios-setup] Feb 21 07:58:34.494 INFO E| Compiling rustversion v1.0.19
26572025-02-21T07:58:36.278Z[ helios-setup] Feb 21 07:58:34.893 INFO E| Compiling lazy_static v1.5.0
26582025-02-21T07:58:36.456Z[ helios-setup] Feb 21 07:58:35.071 INFO E| Compiling thiserror v1.0.69
26592025-02-21T07:58:36.500Z[ host-package] Compiling display-error-chain v0.2.2
26602025-02-21T07:58:37.012Z[ helios-setup] Feb 21 07:58:35.627 INFO E| Compiling pre v0.2.1
26612025-02-21T07:58:37.206Z[ helios-setup] Feb 21 07:58:35.821 INFO E| Compiling cfg-if v0.1.10
26622025-02-21T07:58:37.291Z[ host-package] Compiling fastrand v2.1.1
26632025-02-21T07:58:37.304Z[ helios-setup] Feb 21 07:58:35.911 INFO E| Compiling static_assertions v1.1.0
26642025-02-21T07:58:37.441Z[ helios-setup] Feb 21 07:58:36.055 INFO E| Compiling byteorder v1.5.0
26652025-02-21T07:58:37.524Z[ helios-setup] Feb 21 07:58:36.139 INFO E| Compiling once_cell v1.20.2
26662025-02-21T07:58:38.385Z[ host-package] Compiling same-file v1.0.6
26672025-02-21T07:58:38.665Z[ helios-setup] Feb 21 07:58:37.280 INFO E| Compiling unicode-width v0.1.14
26682025-02-21T07:58:39.091Z[ host-package] Compiling walkdir v2.5.0
26692025-02-21T07:58:40.180Z[ helios-setup] Feb 21 07:58:38.795 INFO E| Compiling atty v0.2.14
26702025-02-21T07:58:40.193Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26712025-02-21T07:58:40.346Z[ helios-setup] Feb 21 07:58:38.961 INFO E| Compiling textwrap v0.11.0
26722025-02-21T07:58:40.469Z[ helios-setup] Feb 21 07:58:39.084 INFO E| Compiling strsim v0.8.0
26732025-02-21T07:58:40.557Z[ host-package] Compiling tempfile v3.13.0
26742025-02-21T07:58:40.579Z[ helios-setup] Feb 21 07:58:39.194 INFO E| Compiling unic-char-range v0.9.0
26752025-02-21T07:58:40.612Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26762025-02-21T07:58:40.715Z[ helios-setup] Feb 21 07:58:39.328 INFO E| Compiling ansi_term v0.12.1
26772025-02-21T07:58:41.126Z[ helios-setup] Feb 21 07:58:39.741 INFO E| Compiling parse_int v0.6.0
26782025-02-21T07:58:41.263Z[ helios-setup] Feb 21 07:58:39.878 INFO E| Compiling vec_map v0.8.2
26792025-02-21T07:58:41.361Z[ helios-setup] Feb 21 07:58:39.976 INFO E| Compiling fletcher v0.1.0
26802025-02-21T07:58:41.559Z[ helios-setup] Feb 21 07:58:40.174 INFO E| Compiling unic-common v0.9.0
26812025-02-21T07:58:41.835Z[ helios-setup] Feb 21 07:58:40.450 INFO E| Compiling bitflags v1.3.2
26822025-02-21T07:58:41.835Z[ helios-setup] Feb 21 07:58:40.450 INFO E| Compiling strum v0.23.0
26832025-02-21T07:58:41.838Z[ helios-setup] Feb 21 07:58:40.451 INFO E| Compiling unic-ucd-version v0.9.0
26842025-02-21T07:58:41.942Z[ host-package] Compiling blake3 v1.5.4
26852025-02-21T07:58:42.018Z[ helios-setup] Feb 21 07:58:40.633 INFO E| Compiling clap v2.34.0
26862025-02-21T07:58:42.021Z[ helios-setup] Feb 21 07:58:40.633 INFO E| Compiling unic-char-property v0.9.0
26872025-02-21T07:58:42.039Z[ helios-setup] Feb 21 07:58:40.654 INFO E| Compiling plain v0.2.3
26882025-02-21T07:58:42.132Z[ helios-setup] Feb 21 07:58:40.747 INFO E| Compiling log v0.4.22
26892025-02-21T07:58:42.266Z[ helios-setup] Feb 21 07:58:40.881 INFO E| Compiling bytesize v1.3.0
26902025-02-21T07:58:42.317Z[ helios-setup] Feb 21 07:58:40.932 INFO E| Compiling unic-ucd-ident v0.9.0
26912025-02-21T07:58:42.667Z[ helios-setup] Feb 21 07:58:41.282 INFO E| Compiling serde_derive_internals v0.29.1
26922025-02-21T07:58:43.076Z[ host-package] Compiling const_format_proc_macros v0.2.34
26932025-02-21T07:58:45.329Z[ helios-setup] Feb 21 07:58:43.944 INFO E| Compiling toml v0.5.11
26942025-02-21T07:58:45.750Z[ host-package] Compiling xattr v1.3.1
26952025-02-21T07:58:46.484Z[ host-package] Compiling memmap2 v0.9.5
26962025-02-21T07:58:46.607Z[ host-package] Compiling filetime v0.2.25
26972025-02-21T07:58:47.071Z[ host-package] Compiling maplit v1.0.2
26982025-02-21T07:58:47.440Z[ host-package] Compiling arrayvec v0.7.6
26992025-02-21T07:58:47.666Z[ host-package] Compiling arrayref v0.3.9
27002025-02-21T07:58:47.998Z[ host-package] Compiling constant_time_eq v0.3.1
27012025-02-21T07:58:48.137Z[ helios-setup] Feb 21 07:58:46.752 INFO E| Compiling proc-macro-crate v0.1.5
27022025-02-21T07:58:48.145Z[ helios-setup] Feb 21 07:58:46.760 INFO E| Compiling serde_derive v1.0.217
27032025-02-21T07:58:48.266Z[ host-package] Compiling crunchy v0.2.2
27042025-02-21T07:58:48.402Z[ helios-setup] Feb 21 07:58:47.017 INFO E| Compiling thiserror-impl v2.0.11
27052025-02-21T07:58:48.538Z[ host-package] Compiling keccak v0.1.5
27062025-02-21T07:58:48.545Z[ helios-setup] Feb 21 07:58:47.160 INFO E| Compiling schemars_derive v0.8.21
27072025-02-21T07:58:48.612Z[ helios-setup] Feb 21 07:58:47.225 INFO E| Compiling zerocopy-derive v0.6.6
27082025-02-21T07:58:48.847Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27092025-02-21T07:58:49.435Z[ helios-setup] Feb 21 07:58:48.050 INFO E| Compiling thiserror-impl v1.0.69
27102025-02-21T07:58:49.653Z[ host-package] Compiling sha3 v0.10.8
27112025-02-21T07:58:50.664Z[ host-package] Compiling tar v0.4.42
27122025-02-21T07:58:50.890Z[ host-package] Compiling const_format v0.2.34
27132025-02-21T07:58:51.096Z[ helios-setup] Feb 21 07:58:49.711 INFO E| Compiling num-derive v0.4.2
27142025-02-21T07:58:51.667Z[ host-package] Compiling camino-tempfile v1.1.1
27152025-02-21T07:58:51.945Z[ host-package] Compiling toolchain_find v0.4.0
27162025-02-21T07:58:52.225Z[ helios-setup] Feb 21 07:58:50.840 INFO E| Compiling zerocopy v0.6.6
27172025-02-21T07:58:52.746Z[ host-package] Compiling tiny-keccak v2.0.2
27182025-02-21T07:58:53.248Z[ host-package] Compiling topological-sort v0.2.2
27192025-02-21T07:58:53.308Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27202025-02-21T07:58:53.763Z[ host-package] Compiling omicron-zone-package v0.12.0
27212025-02-21T07:58:54.550Z[ host-package] Compiling dsl_auto_type v0.1.2
27222025-02-21T07:58:54.603Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27232025-02-21T07:58:54.904Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27242025-02-21T07:58:55.351Z[ host-package] Compiling r2d2 v0.8.10
27252025-02-21T07:58:55.526Z[ helios-setup] Feb 21 07:58:54.141 INFO E| Compiling pest v2.7.15
27262025-02-21T07:58:56.408Z[ host-package] Compiling phf_generator v0.11.2
27272025-02-21T07:58:56.517Z[ host-package] Compiling ascii-canvas v3.0.0
27282025-02-21T07:58:56.640Z[ host-package] Compiling secrecy v0.8.0
27292025-02-21T07:58:56.643Z[ host-package] Compiling diesel_derives v2.2.3
27302025-02-21T07:58:56.818Z[ host-package] Compiling ena v0.14.3
27312025-02-21T07:58:57.033Z[ helios-setup] Feb 21 07:58:55.647 INFO E| Compiling modular-bitfield-impl v0.11.2
27322025-02-21T07:58:57.132Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27332025-02-21T07:58:57.222Z[ helios-setup] Feb 21 07:58:55.837 INFO E| Compiling strum_macros v0.23.1
27342025-02-21T07:58:57.549Z[ host-package] Compiling diff v0.1.13
27352025-02-21T07:58:57.661Z[ host-package] Compiling regex-syntax v0.6.29
27362025-02-21T07:58:57.998Z[ host-package] Compiling arc-swap v1.7.1
27372025-02-21T07:58:58.413Z[ helios-setup] Feb 21 07:58:57.028 INFO E| Compiling scroll_derive v0.10.5
27382025-02-21T07:58:58.770Z[ host-package] Compiling phf_codegen v0.11.2
27392025-02-21T07:58:59.370Z[ host-package] Compiling slog-scope v4.4.0
27402025-02-21T07:58:59.556Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27412025-02-21T07:59:00.016Z[ helios-setup] Feb 21 07:58:58.630 INFO E| Compiling pest_meta v2.7.15
27422025-02-21T07:59:00.126Z[ helios-setup] Feb 21 07:58:58.741 INFO E| Compiling structopt-derive v0.4.18
27432025-02-21T07:59:00.942Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27442025-02-21T07:59:01.279Z[ helios-setup] Feb 21 07:58:59.894 INFO E| Compiling scroll v0.10.2
27452025-02-21T07:59:01.663Z[ host-package] Compiling universal-hash v0.5.1
27462025-02-21T07:59:01.749Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27472025-02-21T07:59:02.205Z[ host-package] Compiling parse-zoneinfo v0.3.1
27482025-02-21T07:59:02.355Z[ helios-setup] Feb 21 07:59:00.970 INFO E| Compiling goblin v0.4.3
27492025-02-21T07:59:02.543Z[ helios-setup] Feb 21 07:59:01.157 INFO E| Compiling modular-bitfield v0.11.2
27502025-02-21T07:59:02.786Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27512025-02-21T07:59:03.070Z[ helios-setup] Feb 21 07:59:01.685 INFO E| Compiling pest_generator v2.7.15
27522025-02-21T07:59:04.836Z[ helios-setup] Feb 21 07:59:03.451 INFO E| Compiling structopt v0.3.26
27532025-02-21T07:59:05.017Z[ host-package] Compiling lalrpop v0.19.12
27542025-02-21T07:59:05.893Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552025-02-21T07:59:06.398Z[ host-package] Compiling unicase v2.7.0
27562025-02-21T07:59:06.703Z[ helios-setup] Feb 21 07:59:05.318 INFO E| Compiling pest_derive v2.7.15
27572025-02-21T07:59:06.969Z[ host-package] Compiling opaque-debug v0.3.1
27582025-02-21T07:59:07.137Z[ host-package] Compiling ref-cast v1.0.23
27592025-02-21T07:59:07.178Z[ host-package] Compiling poly1305 v0.8.0
27602025-02-21T07:59:08.086Z[ host-package] Compiling thiserror-no-std v2.0.2
27612025-02-21T07:59:08.330Z[ host-package] Compiling chrono-tz-build v0.4.0
27622025-02-21T07:59:09.162Z[ host-package] Compiling slog-stdlog v4.1.1
27632025-02-21T07:59:10.153Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27642025-02-21T07:59:10.443Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27652025-02-21T07:59:10.616Z[ host-package] Compiling derive_builder_core v0.20.2
27662025-02-21T07:59:10.835Z[ host-package] Compiling chacha20 v0.9.1
27672025-02-21T07:59:11.659Z[ host-package] Compiling headers-core v0.3.0
27682025-02-21T07:59:12.010Z[ host-package] Compiling aead v0.5.2
27692025-02-21T07:59:12.205Z[ helios-setup] Feb 21 07:59:10.820 INFO E| Compiling json5 v0.4.1
27702025-02-21T07:59:12.449Z[ host-package] Compiling libxml v0.3.3
27712025-02-21T07:59:12.474Z[ host-package] Compiling diesel v2.2.7
27722025-02-21T07:59:12.901Z[ host-package] Compiling ref-cast-impl v1.0.23
27732025-02-21T07:59:13.095Z[ host-package] Compiling vte_generate_state_changes v0.1.2
27742025-02-21T07:59:13.941Z[ host-package] Compiling vte v0.11.1
27752025-02-21T07:59:15.031Z[ host-package] Compiling derive_builder_macro v0.20.2
27762025-02-21T07:59:16.491Z[ host-package] Compiling chacha20poly1305 v0.10.1
27772025-02-21T07:59:16.644Z[ host-package] Compiling headers v0.4.0
27782025-02-21T07:59:17.263Z[ host-package] Compiling chrono-tz v0.10.1
27792025-02-21T07:59:17.685Z[ helios-setup] Feb 21 07:59:16.300 INFO E| Compiling four-cc v0.3.0
27802025-02-21T07:59:17.685Z[ helios-setup] Feb 21 07:59:16.300 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27812025-02-21T07:59:17.929Z[ helios-setup] Feb 21 07:59:16.543 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27822025-02-21T07:59:18.131Z[ host-package] Compiling slog-envlogger v2.2.0
27832025-02-21T07:59:21.559Z[ host-package] Compiling vsss-rs v3.3.4
27842025-02-21T07:59:22.047Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27852025-02-21T07:59:25.634Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27862025-02-21T07:59:26.183Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27872025-02-21T07:59:26.872Z[ host-package] Compiling strum_macros v0.24.3
27882025-02-21T07:59:30.376Z[ host-package] Compiling fxhash v0.2.1
27892025-02-21T07:59:30.517Z[ host-package] Compiling samael v0.0.17
27902025-02-21T07:59:31.026Z[ host-package] Compiling indoc v1.0.9
27912025-02-21T07:59:32.002Z[ host-package] Compiling bytecount v0.6.8
27922025-02-21T07:59:32.456Z[ host-package] Compiling papergrid v0.11.0
27932025-02-21T07:59:33.387Z[ host-package] Compiling polar-core v0.27.3
27942025-02-21T07:59:38.209Z[ host-package] Compiling derive_builder v0.20.2
27952025-02-21T07:59:38.505Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27962025-02-21T07:59:44.661Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27972025-02-21T07:59:45.262Z[ host-package] Compiling tabled_derive v0.7.0
27982025-02-21T07:59:47.310Z[ host-package] Compiling fd-lock v4.0.2
27992025-02-21T07:59:47.585Z[ host-package] Compiling peg-macros v0.8.4
28002025-02-21T07:59:47.632Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012025-02-21T07:59:48.894Z[ host-package] Compiling kstat-rs v0.2.4
28022025-02-21T07:59:50.021Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28032025-02-21T07:59:50.935Z[ host-package] Compiling oso-derive v0.27.3
28042025-02-21T07:59:52.133Z[ host-package] Compiling quick-xml v0.33.0
28052025-02-21T07:59:53.525Z[ host-package] Compiling diesel-dtrace v0.4.2
28062025-02-21T07:59:54.040Z[ host-package] Compiling nu-ansi-term v0.50.1
28072025-02-21T07:59:55.443Z[ host-package] Compiling reedline v0.35.0
28082025-02-21T07:59:56.408Z[ host-package] Compiling peg v0.8.4
28092025-02-21T07:59:56.472Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28102025-02-21T07:59:56.617Z[ host-package] Compiling tabled v0.15.0
28112025-02-21T08:00:01.560Z[ helios-setup] Feb 21 08:00:00.175 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28122025-02-21T08:00:07.289Z[ host-package] Compiling oso v0.27.3
28132025-02-21T08:00:18.821Z[ helios-setup] Feb 21 08:00:17.435 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28142025-02-21T08:00:19.466Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28152025-02-21T08:00:22.858Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28162025-02-21T08:00:26.332Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28172025-02-21T08:00:28.065Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28182025-02-21T08:00:33.320Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28192025-02-21T08:00:33.806Z[ host-package] Compiling bb8 v0.8.5
28202025-02-21T08:00:33.995Z[ host-package] Compiling bcs v0.1.6
28212025-02-21T08:00:34.544Z[ host-package] Compiling libz-sys v1.1.20
28222025-02-21T08:00:34.890Z[ host-package] Compiling nanorand v0.7.0
28232025-02-21T08:00:35.379Z[ host-package] Compiling termtree v0.5.1
28242025-02-21T08:00:35.642Z[ host-package] Compiling parking_lot_core v0.8.6
28252025-02-21T08:00:36.446Z[ host-package] Compiling flume v0.11.1
28262025-02-21T08:00:37.297Z[ host-package] Compiling async-bb8-diesel v0.2.1
28272025-02-21T08:00:38.619Z[ host-package] Compiling mime_guess v2.0.5
28282025-02-21T08:00:39.813Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28292025-02-21T08:00:39.914Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28302025-02-21T08:00:45.153Z[ host-package] Compiling nibble_vec v0.1.0
28312025-02-21T08:00:45.277Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28322025-02-21T08:00:45.506Z[ host-package] Compiling atty v0.2.14
28332025-02-21T08:00:45.772Z[ host-package] Compiling salty v0.3.0
28342025-02-21T08:00:46.149Z[ host-package] Compiling endian-type v0.1.2
28352025-02-21T08:00:46.440Z[ host-package] Compiling http-range v0.1.5
28362025-02-21T08:00:46.532Z[ host-package] Compiling radix_trie v0.2.1
28372025-02-21T08:00:47.759Z[ host-package] Compiling parking_lot v0.11.2
28382025-02-21T08:00:52.587Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28392025-02-21T08:01:02.072Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28402025-02-21T08:01:02.815Z[ host-package] Compiling hyper-staticfile v0.10.1
28412025-02-21T08:01:05.638Z[ host-package] Compiling sled v0.34.7
28422025-02-21T08:01:06.038Z[ helios-setup] Feb 21 08:01:04.652 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s
28432025-02-21T08:01:06.123Z[ helios-setup] Feb 21 08:01:04.737 INFO building project "amd-host-image-builder" ok (189 seconds)
28442025-02-21T08:01:06.126Z[ helios-setup] Feb 21 08:01:04.737 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28452025-02-21T08:01:06.126Z[ helios-setup] Feb 21 08:01:04.737 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28462025-02-21T08:01:06.377Z[ helios-setup] Feb 21 08:01:04.990 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28472025-02-21T08:01:06.745Z[ helios-setup] Feb 21 08:01:05.359 INFO E| From https://github.com/jclulow/rust-jmclib
28482025-02-21T08:01:06.745Z[ helios-setup] Feb 21 08:01:05.359 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28492025-02-21T08:01:06.769Z[ helios-setup] Feb 21 08:01:05.379 INFO E| Updating crates.io index
28502025-02-21T08:01:06.862Z[ helios-setup] Feb 21 08:01:05.476 INFO E| Downloading crates ...
28512025-02-21T08:01:06.939Z[ helios-setup] Feb 21 08:01:05.553 INFO E| Downloaded digest v0.9.0
28522025-02-21T08:01:06.953Z[ helios-setup] Feb 21 08:01:05.559 INFO E| Downloaded bitflags v2.3.3
28532025-02-21T08:01:06.953Z[ helios-setup] Feb 21 08:01:05.565 INFO E| Downloaded glob v0.3.1
28542025-02-21T08:01:06.959Z[ helios-setup] Feb 21 08:01:05.573 INFO E| Downloaded block-buffer v0.9.0
28552025-02-21T08:01:06.962Z[ helios-setup] Feb 21 08:01:05.576 INFO E| Downloaded opaque-debug v0.3.0
28562025-02-21T08:01:06.966Z[ helios-setup] Feb 21 08:01:05.580 INFO E| Downloaded libdevinfo-sys v1.0.0
28572025-02-21T08:01:06.970Z[ helios-setup] Feb 21 08:01:05.583 INFO E| Downloaded itoa v1.0.9
28582025-02-21T08:01:06.972Z[ helios-setup] Feb 21 08:01:05.585 INFO E| Downloaded walkdir v2.3.3
28592025-02-21T08:01:06.976Z[ helios-setup] Feb 21 08:01:05.588 INFO E| Downloaded md-5 v0.9.1
28602025-02-21T08:01:06.979Z[ helios-setup] Feb 21 08:01:05.591 INFO E| Downloaded serde_derive v1.0.193
28612025-02-21T08:01:06.984Z[ helios-setup] Feb 21 08:01:05.596 INFO E| Downloaded sha-1 v0.9.8
28622025-02-21T08:01:06.989Z[ helios-setup] Feb 21 08:01:05.599 INFO E| Downloaded getrandom v0.2.10
28632025-02-21T08:01:06.992Z[ helios-setup] Feb 21 08:01:05.604 INFO E| Downloaded once_cell v1.18.0
28642025-02-21T08:01:06.997Z[ helios-setup] Feb 21 08:01:05.610 INFO E| Downloaded uuid v0.8.2
28652025-02-21T08:01:07.002Z[ helios-setup] Feb 21 08:01:05.616 INFO E| Downloaded toml v0.5.11
28662025-02-21T08:01:07.007Z[ helios-setup] Feb 21 08:01:05.621 INFO E| Downloaded unicode-ident v1.0.11
28672025-02-21T08:01:07.012Z[ helios-setup] Feb 21 08:01:05.626 INFO E| Downloaded serde v1.0.193
28682025-02-21T08:01:07.017Z[ helios-setup] Feb 21 08:01:05.632 INFO E| Downloaded anyhow v1.0.72
28692025-02-21T08:01:07.024Z[ helios-setup] Feb 21 08:01:05.638 INFO E| Downloaded ryu v1.0.15
28702025-02-21T08:01:07.029Z[ helios-setup] Feb 21 08:01:05.642 INFO E| Downloaded proc-macro2 v1.0.66
28712025-02-21T08:01:07.033Z[ helios-setup] Feb 21 08:01:05.647 INFO E| Downloaded typenum v1.16.0
28722025-02-21T08:01:07.038Z[ helios-setup] Feb 21 08:01:05.651 INFO E| Downloaded serde_json v1.0.103
28732025-02-21T08:01:07.050Z[ helios-setup] Feb 21 08:01:05.664 INFO E| Downloaded tempfile v3.7.0
28742025-02-21T08:01:07.053Z[ helios-setup] Feb 21 08:01:05.667 INFO E| Downloaded quote v1.0.31
28752025-02-21T08:01:07.058Z[ helios-setup] Feb 21 08:01:05.672 INFO E| Downloaded cpufeatures v0.2.9
28762025-02-21T08:01:07.060Z[ helios-setup] Feb 21 08:01:05.674 INFO E| Downloaded syn v2.0.32
28772025-02-21T08:01:07.076Z[ helios-setup] Feb 21 08:01:05.691 INFO E| Downloaded fastrand v2.0.0
28782025-02-21T08:01:07.080Z[ helios-setup] Feb 21 08:01:05.693 INFO E| Downloaded errno v0.3.1
28792025-02-21T08:01:07.083Z[ helios-setup] Feb 21 08:01:05.695 INFO E| Downloaded unicode-width v0.1.10
28802025-02-21T08:01:07.093Z[ helios-setup] Feb 21 08:01:05.707 INFO E| Downloaded rustix v0.38.4
28812025-02-21T08:01:07.152Z[ helios-setup] Feb 21 08:01:05.765 INFO E| Downloaded libc v0.2.147
28822025-02-21T08:01:07.282Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling libc v0.2.147
28832025-02-21T08:01:07.282Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling proc-macro2 v1.0.66
28842025-02-21T08:01:07.282Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling unicode-ident v1.0.11
28852025-02-21T08:01:07.282Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling cfg-if v1.0.0
28862025-02-21T08:01:07.285Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling typenum v1.16.0
28872025-02-21T08:01:07.285Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling version_check v0.9.4
28882025-02-21T08:01:07.285Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling serde v1.0.193
28892025-02-21T08:01:07.285Z[ helios-setup] Feb 21 08:01:05.896 INFO E| Compiling time-core v0.1.2
28902025-02-21T08:01:07.629Z[ helios-setup] Feb 21 08:01:06.243 INFO E| Compiling powerfmt v0.2.0
28912025-02-21T08:01:07.819Z[ helios-setup] Feb 21 08:01:06.433 INFO E| Compiling num-conv v0.1.0
28922025-02-21T08:01:08.121Z[ helios-setup] Feb 21 08:01:06.735 INFO E| Compiling rustix v0.38.4
28932025-02-21T08:01:08.484Z[ helios-setup] Feb 21 08:01:07.098 INFO E| Compiling itoa v1.0.9
28942025-02-21T08:01:08.549Z[ helios-setup] Feb 21 08:01:07.163 INFO E| Compiling slog v2.7.0
28952025-02-21T08:01:08.664Z[ helios-setup] Feb 21 08:01:07.278 INFO E| Compiling generic-array v0.14.7
28962025-02-21T08:01:08.769Z[ helios-setup] Feb 21 08:01:07.383 INFO E| Compiling time-macros v0.2.18
28972025-02-21T08:01:09.020Z[ helios-setup] Feb 21 08:01:07.634 INFO E| Compiling deranged v0.3.11
28982025-02-21T08:01:09.533Z[ helios-setup] Feb 21 08:01:08.147 INFO E| Compiling once_cell v1.18.0
28992025-02-21T08:01:09.887Z[ helios-setup] Feb 21 08:01:08.501 INFO E| Compiling num_threads v0.1.6
29002025-02-21T08:01:10.009Z[ helios-setup] Feb 21 08:01:08.623 INFO E| Compiling quote v1.0.31
29012025-02-21T08:01:10.072Z[ helios-setup] Feb 21 08:01:08.686 INFO E| Compiling bitflags v2.3.3
29022025-02-21T08:01:10.361Z[ host-package] Compiling hickory-client v0.24.3
29032025-02-21T08:01:10.396Z[ helios-setup] Feb 21 08:01:09.008 INFO E| Compiling thread_local v1.1.7
29042025-02-21T08:01:10.977Z[ helios-setup] Feb 21 08:01:09.591 INFO E| Compiling syn v2.0.32
29052025-02-21T08:01:11.256Z[ helios-setup] Feb 21 08:01:09.870 INFO E| Compiling serde_json v1.0.103
29062025-02-21T08:01:11.318Z[ helios-setup] Feb 21 08:01:09.932 INFO E| Compiling fastrand v2.0.0
29072025-02-21T08:01:11.895Z[ helios-setup] Feb 21 08:01:10.509 INFO E| Compiling dirs-sys-next v0.1.2
29082025-02-21T08:01:11.995Z[ helios-setup] Feb 21 08:01:10.609 INFO E| Compiling errno v0.3.1
29092025-02-21T08:01:12.437Z[ helios-setup] Feb 21 08:01:11.051 INFO E| Compiling dirs-next v2.0.0
29102025-02-21T08:01:12.608Z[ helios-setup] Feb 21 08:01:11.222 INFO E| Compiling term v0.7.0
29112025-02-21T08:01:12.622Z[ helios-setup] Feb 21 08:01:11.236 INFO E| Compiling atty v0.2.14
29122025-02-21T08:01:12.816Z[ helios-setup] Feb 21 08:01:11.429 INFO E| Compiling opaque-debug v0.3.0
29132025-02-21T08:01:12.935Z[ helios-setup] Feb 21 08:01:11.546 INFO E| Compiling anyhow v1.0.72
29142025-02-21T08:01:13.025Z[ helios-setup] Feb 21 08:01:11.639 INFO E| Compiling getrandom v0.2.10
29152025-02-21T08:01:13.095Z[ helios-setup] Feb 21 08:01:11.708 INFO E| Compiling ryu v1.0.15
29162025-02-21T08:01:13.646Z[ helios-setup] Feb 21 08:01:12.260 INFO E| Compiling digest v0.9.0
29172025-02-21T08:01:13.730Z[ helios-setup] Feb 21 08:01:12.305 INFO E| Compiling block-buffer v0.9.0
29182025-02-21T08:01:13.740Z[ helios-setup] Feb 21 08:01:12.354 INFO E| Compiling cpufeatures v0.2.9
29192025-02-21T08:01:13.848Z[ helios-setup] Feb 21 08:01:12.458 INFO E| Compiling same-file v1.0.6
29202025-02-21T08:01:13.987Z[ helios-setup] Feb 21 08:01:12.601 INFO E| Compiling time v0.3.36
29212025-02-21T08:01:14.010Z[ helios-setup] Feb 21 08:01:12.622 INFO E| Compiling unicode-width v0.1.10
29222025-02-21T08:01:14.143Z[ helios-setup] Feb 21 08:01:12.757 INFO E| Compiling walkdir v2.3.3
29232025-02-21T08:01:14.271Z[ helios-setup] Feb 21 08:01:12.879 INFO E| Compiling getopts v0.2.21
29242025-02-21T08:01:14.308Z[ helios-setup] Feb 21 08:01:12.922 INFO E| Compiling md-5 v0.9.1
29252025-02-21T08:01:14.999Z[ helios-setup] Feb 21 08:01:13.613 INFO E| Compiling sha-1 v0.9.8
29262025-02-21T08:01:15.632Z[ helios-setup] Feb 21 08:01:14.246 INFO E| Compiling tempfile v3.7.0
29272025-02-21T08:01:15.841Z[ helios-setup] Feb 21 08:01:14.454 INFO E| Compiling libdevinfo-sys v1.0.0
29282025-02-21T08:01:15.869Z[ helios-setup] Feb 21 08:01:14.483 INFO E| Compiling glob v0.3.1
29292025-02-21T08:01:17.496Z[ helios-setup] Feb 21 08:01:16.109 INFO E| Compiling slog-term v2.9.0
29302025-02-21T08:01:17.799Z[ helios-setup] Feb 21 08:01:16.413 INFO E| Compiling serde_derive v1.0.193
29312025-02-21T08:01:18.183Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29322025-02-21T08:01:19.417Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29332025-02-21T08:01:19.717Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29342025-02-21T08:01:21.735Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29352025-02-21T08:01:26.623Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29362025-02-21T08:01:29.211Z[ helios-setup] Feb 21 08:01:27.825 INFO E| Compiling toml v0.5.11
29372025-02-21T08:01:29.211Z[ helios-setup] Feb 21 08:01:27.825 INFO E| Compiling uuid v0.8.2
29382025-02-21T08:01:31.351Z[ helios-setup] Feb 21 08:01:29.965 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29392025-02-21T08:01:31.941Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29402025-02-21T08:01:32.839Z[ host-package] Compiling hickory-server v0.24.3
29412025-02-21T08:01:32.839Z[ helios-setup] Feb 21 08:01:31.453 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29422025-02-21T08:01:33.400Z[ host-package] Compiling primeorder v0.13.6
29432025-02-21T08:01:33.917Z[ host-package] Compiling vergen v8.3.2
29442025-02-21T08:01:34.005Z[ host-package] Compiling castaway v0.2.3
29452025-02-21T08:01:34.238Z[ host-package] Compiling env_filter v0.1.2
29462025-02-21T08:01:34.346Z[ host-package] Compiling cargo-platform v0.1.8
29472025-02-21T08:01:34.877Z[ host-package] Compiling cargo_metadata v0.18.1
29482025-02-21T08:01:35.907Z[ host-package] Compiling env_logger v0.11.5
29492025-02-21T08:01:37.449Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29502025-02-21T08:01:38.132Z[ host-package] Compiling compact_str v0.8.0
29512025-02-21T08:01:41.123Z[ host-package] Compiling p384 v0.13.0
29522025-02-21T08:01:41.720Z[ helios-setup] Feb 21 08:01:40.334 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.49s
29532025-02-21T08:01:41.753Z[ helios-setup] Feb 21 08:01:40.367 INFO building project "image-builder" ok (35 seconds)
29542025-02-21T08:01:41.754Z[ helios-setup] Feb 21 08:01:40.368 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29552025-02-21T08:01:41.754Z[ helios-setup] Feb 21 08:01:40.368 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29562025-02-21T08:01:42.047Z[ helios-setup] Feb 21 08:01:40.661 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29572025-02-21T08:01:42.873Z[ helios-setup] Feb 21 08:01:41.487 INFO E| From https://github.com/oxidecomputer/progenitor
29582025-02-21T08:01:42.873Z[ helios-setup] Feb 21 08:01:41.487 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29592025-02-21T08:01:42.983Z[ helios-setup] Feb 21 08:01:41.597 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29602025-02-21T08:01:43.410Z[ helios-setup] Feb 21 08:01:42.024 INFO E| From https://github.com/jclulow/hiercmd
29612025-02-21T08:01:43.410Z[ helios-setup] Feb 21 08:01:42.024 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29622025-02-21T08:01:43.429Z[ helios-setup] Feb 21 08:01:42.043 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29632025-02-21T08:01:43.778Z[ helios-setup] Feb 21 08:01:42.392 INFO E| From https://github.com/jclulow/network-interface
29642025-02-21T08:01:43.778Z[ helios-setup] Feb 21 08:01:42.392 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29652025-02-21T08:01:43.797Z[ helios-setup] Feb 21 08:01:42.411 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29662025-02-21T08:01:44.265Z[ helios-setup] Feb 21 08:01:42.879 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29672025-02-21T08:01:44.265Z[ helios-setup] Feb 21 08:01:42.879 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29682025-02-21T08:01:44.300Z[ helios-setup] Feb 21 08:01:42.914 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29692025-02-21T08:01:44.908Z[ helios-setup] Feb 21 08:01:43.522 INFO E| From https://github.com/oxidecomputer/facade
29702025-02-21T08:01:44.908Z[ helios-setup] Feb 21 08:01:43.522 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29712025-02-21T08:01:44.952Z[ helios-setup] Feb 21 08:01:43.566 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29722025-02-21T08:01:45.522Z[ host-package] Compiling git2 v0.19.0
29732025-02-21T08:01:45.647Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29742025-02-21T08:01:45.688Z[ helios-setup] Feb 21 08:01:44.300 INFO E| From https://github.com/oxidecomputer/dropshot
29752025-02-21T08:01:45.688Z[ helios-setup] Feb 21 08:01:44.300 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29762025-02-21T08:01:45.727Z[ helios-setup] Feb 21 08:01:44.341 INFO E| Updating crates.io index
29772025-02-21T08:01:45.813Z[ helios-setup] Feb 21 08:01:44.427 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29782025-02-21T08:01:46.667Z[ helios-setup] Feb 21 08:01:45.280 INFO E| From https://github.com/oxidecomputer/typify
29792025-02-21T08:01:46.667Z[ helios-setup] Feb 21 08:01:45.281 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29802025-02-21T08:01:46.933Z[ helios-setup] Feb 21 08:01:45.547 INFO E| Downloading crates ...
29812025-02-21T08:01:47.107Z[ helios-setup] Feb 21 08:01:45.719 INFO E| Downloaded const-random-macro v0.1.15
29822025-02-21T08:01:47.109Z[ helios-setup] Feb 21 08:01:45.721 INFO E| Downloaded anstyle v0.3.5
29832025-02-21T08:01:47.112Z[ helios-setup] Feb 21 08:01:45.724 INFO E| Downloaded async-stream v0.3.5
29842025-02-21T08:01:47.120Z[ helios-setup] Feb 21 08:01:45.735 INFO E| Downloaded anstream v0.2.6
29852025-02-21T08:01:47.124Z[ helios-setup] Feb 21 08:01:45.739 INFO E| Downloaded concolor-override v1.0.0
29862025-02-21T08:01:47.127Z[ helios-setup] Feb 21 08:01:45.740 INFO E| Downloaded async-stream-impl v0.3.5
29872025-02-21T08:01:47.159Z[ helios-setup] Feb 21 08:01:45.773 INFO E| Downloaded const-random v0.1.15
29882025-02-21T08:01:47.199Z[ helios-setup] Feb 21 08:01:45.813 INFO E| Downloaded project-root v0.2.2
29892025-02-21T08:01:47.202Z[ helios-setup] Feb 21 08:01:45.815 INFO E| Downloaded serde_path_to_error v0.1.11
29902025-02-21T08:01:47.205Z[ helios-setup] Feb 21 08:01:45.818 INFO E| Downloaded serde_derive_internals v0.26.0
29912025-02-21T08:01:47.241Z[ helios-setup] Feb 21 08:01:45.855 INFO E| Downloaded thiserror-impl v1.0.38
29922025-02-21T08:01:47.243Z[ helios-setup] Feb 21 08:01:45.857 INFO E| Downloaded block-buffer v0.10.3
29932025-02-21T08:01:47.246Z[ helios-setup] Feb 21 08:01:45.859 INFO E| Downloaded ahash v0.7.6
29942025-02-21T08:01:47.249Z[ helios-setup] Feb 21 08:01:45.863 INFO E| Downloaded futures-io v0.3.28
29952025-02-21T08:01:47.252Z[ helios-setup] Feb 21 08:01:45.865 INFO E| Downloaded either v1.8.0
29962025-02-21T08:01:47.255Z[ helios-setup] Feb 21 08:01:45.869 INFO E| Downloaded smawk v0.3.1
29972025-02-21T08:01:47.258Z[ helios-setup] Feb 21 08:01:45.872 INFO E| Downloaded num_enum_derive v0.5.7
29982025-02-21T08:01:47.260Z[ helios-setup] Feb 21 08:01:45.873 INFO E| Downloaded cpufeatures v0.2.5
29992025-02-21T08:01:47.263Z[ helios-setup] Feb 21 08:01:45.876 INFO E| Downloaded memoffset v0.7.1
30002025-02-21T08:01:47.266Z[ helios-setup] Feb 21 08:01:45.879 INFO E| Downloaded futures-executor v0.3.28
30012025-02-21T08:01:47.268Z[ helios-setup] Feb 21 08:01:45.881 INFO E| Downloaded fastrand v1.9.0
30022025-02-21T08:01:47.271Z[ helios-setup] Feb 21 08:01:45.884 INFO E| Downloaded want v0.3.0
30032025-02-21T08:01:47.271Z[ helios-setup] Feb 21 08:01:45.885 INFO E| Downloaded tower-service v0.3.2
30042025-02-21T08:01:47.274Z[ helios-setup] Feb 21 08:01:45.887 INFO E| Downloaded try-lock v0.2.4
30052025-02-21T08:01:47.274Z[ helios-setup] Feb 21 08:01:45.888 INFO E| Downloaded toolchain_find v0.2.0
30062025-02-21T08:01:47.277Z[ helios-setup] Feb 21 08:01:45.890 INFO E| Downloaded is-terminal v0.4.7
30072025-02-21T08:01:47.308Z[ helios-setup] Feb 21 08:01:45.922 INFO E| Downloaded thiserror v1.0.38
30082025-02-21T08:01:47.314Z[ helios-setup] Feb 21 08:01:45.928 INFO E| Downloaded bincode v1.3.3
30092025-02-21T08:01:47.317Z[ helios-setup] Feb 21 08:01:45.931 INFO E| Downloaded rustls-pemfile v1.0.2
30102025-02-21T08:01:47.320Z[ helios-setup] Feb 21 08:01:45.934 INFO E| Downloaded cargo-lock v8.0.3
30112025-02-21T08:01:47.324Z[ helios-setup] Feb 21 08:01:45.938 INFO E| Downloaded signal-hook-registry v1.4.0
30122025-02-21T08:01:47.327Z[ helios-setup] Feb 21 08:01:45.940 INFO E| Downloaded slog-async v2.7.0
30132025-02-21T08:01:47.329Z[ helios-setup] Feb 21 08:01:45.942 INFO E| Downloaded io-lifetimes v1.0.10
30142025-02-21T08:01:47.332Z[ helios-setup] Feb 21 08:01:45.946 INFO E| Downloaded slab v0.4.7
30152025-02-21T08:01:47.335Z[ helios-setup] Feb 21 08:01:45.948 INFO E| Downloaded num-integer v0.1.45
30162025-02-21T08:01:47.337Z[ helios-setup] Feb 21 08:01:45.950 INFO E| Downloaded scopeguard v1.1.0
30172025-02-21T08:01:47.340Z[ helios-setup] Feb 21 08:01:45.953 INFO E| Downloaded quote v1.0.36
30182025-02-21T08:01:47.343Z[ helios-setup] Feb 21 08:01:45.957 INFO E| Downloaded toml_datetime v0.6.1
30192025-02-21T08:01:47.346Z[ helios-setup] Feb 21 08:01:45.959 INFO E| Downloaded tempfile v3.5.0
30202025-02-21T08:01:47.349Z[ helios-setup] Feb 21 08:01:45.963 INFO E| Downloaded semver-parser v0.10.2
30212025-02-21T08:01:47.352Z[ helios-setup] Feb 21 08:01:45.966 INFO E| Downloaded crossbeam-utils v0.8.14
30222025-02-21T08:01:47.356Z[ helios-setup] Feb 21 08:01:45.971 INFO E| Downloaded sct v0.7.0
30232025-02-21T08:01:47.362Z[ helios-setup] Feb 21 08:01:45.977 INFO E| Downloaded utf8parse v0.2.1
30242025-02-21T08:01:47.365Z[ helios-setup] Feb 21 08:01:45.978 INFO E| Downloaded parking_lot v0.12.1
30252025-02-21T08:01:47.368Z[ helios-setup] Feb 21 08:01:45.982 INFO E| Downloaded num-traits v0.2.15
30262025-02-21T08:01:47.372Z[ helios-setup] Feb 21 08:01:45.987 INFO E| Downloaded getrandom v0.2.8
30272025-02-21T08:01:47.377Z[ helios-setup] Feb 21 08:01:45.991 INFO E| Downloaded smallvec v1.10.0
30282025-02-21T08:01:47.380Z[ helios-setup] Feb 21 08:01:45.995 INFO E| Downloaded schemars_derive v0.8.12
30292025-02-21T08:01:47.383Z[ helios-setup] Feb 21 08:01:45.997 INFO E| Downloaded proc-macro2 v1.0.86
30302025-02-21T08:01:47.387Z[ helios-setup] Feb 21 08:01:46.001 INFO E| Downloaded rhai_codegen v1.5.0
30312025-02-21T08:01:47.403Z[ helios-setup] Feb 21 08:01:46.016 INFO E| Downloaded semver v1.0.17
30322025-02-21T08:01:47.406Z[ helios-setup] Feb 21 08:01:46.020 INFO E| Downloaded time v0.1.45
30332025-02-21T08:01:47.408Z[ helios-setup] Feb 21 08:01:46.022 INFO E| Downloaded smartstring v1.0.1
30342025-02-21T08:01:47.413Z[ helios-setup] Feb 21 08:01:46.026 INFO E| Downloaded flate2 v1.0.25
30352025-02-21T08:01:47.420Z[ helios-setup] Feb 21 08:01:46.034 INFO E| Downloaded ryu v1.0.13
30362025-02-21T08:01:47.426Z[ helios-setup] Feb 21 08:01:46.040 INFO E| Downloaded uuid v1.3.0
30372025-02-21T08:01:47.454Z[ helios-setup] Feb 21 08:01:46.068 INFO E| Downloaded toml v0.7.3
30382025-02-21T08:01:47.462Z[ helios-setup] Feb 21 08:01:46.074 INFO E| Downloaded serde_derive v1.0.204
30392025-02-21T08:01:47.466Z[ helios-setup] Feb 21 08:01:46.078 INFO E| Downloaded mio v0.8.5
30402025-02-21T08:01:47.477Z[ helios-setup] Feb 21 08:01:46.087 INFO E| Downloaded schemars v0.8.12
30412025-02-21T08:01:47.492Z[ helios-setup] Feb 21 08:01:46.106 INFO E| Downloaded crossbeam-channel v0.5.6
30422025-02-21T08:01:47.498Z[ helios-setup] Feb 21 08:01:46.112 INFO E| Downloaded rustls-webpki v0.100.1
30432025-02-21T08:01:47.508Z[ helios-setup] Feb 21 08:01:46.122 INFO E| Downloaded unicode-linebreak v0.1.4
30442025-02-21T08:01:47.511Z[ helios-setup] Feb 21 08:01:46.125 INFO E| Downloaded serde v1.0.204
30452025-02-21T08:01:47.515Z[ helios-setup] Feb 21 08:01:46.129 INFO E| Downloaded url v2.3.1
30462025-02-21T08:01:47.520Z[ helios-setup] Feb 21 08:01:46.134 INFO E| Downloaded tungstenite v0.18.0
30472025-02-21T08:01:47.524Z[ helios-setup] Feb 21 08:01:46.138 INFO E| Downloaded reqwest v0.11.16
30482025-02-21T08:01:47.535Z[ helios-setup] Feb 21 08:01:46.149 INFO E| Downloaded rayon v1.6.1
30492025-02-21T08:01:47.549Z[ helios-setup] Feb 21 08:01:46.163 INFO E| Downloaded unicode-normalization v0.1.22
30502025-02-21T08:01:47.555Z[ helios-setup] Feb 21 08:01:46.169 INFO E| Downloaded serde_json v1.0.95
30512025-02-21T08:01:47.567Z[ helios-setup] Feb 21 08:01:46.181 INFO E| Downloaded winnow v0.4.1
30522025-02-21T08:01:47.579Z[ helios-setup] Feb 21 08:01:46.194 INFO E| Downloaded syn v1.0.107
30532025-02-21T08:01:47.596Z[ helios-setup] Feb 21 08:01:46.210 INFO E| Downloaded hyper v0.14.25
30542025-02-21T08:01:47.610Z[ helios-setup] Feb 21 08:01:46.224 INFO E| Downloaded regex v1.7.3
30552025-02-21T08:01:47.623Z[ helios-setup] Feb 21 08:01:46.237 INFO E| Downloaded git2 v0.16.1
30562025-02-21T08:01:47.636Z[ helios-setup] Feb 21 08:01:46.250 INFO E| Downloaded syn v2.0.72
30572025-02-21T08:01:47.653Z[ helios-setup] Feb 21 08:01:46.267 INFO E| Downloaded rustix v0.37.3
30582025-02-21T08:01:47.682Z[ helios-setup] Feb 21 08:01:46.296 INFO E| Downloaded idna v0.3.0
30592025-02-21T08:01:47.692Z[ helios-setup] Feb 21 08:01:46.306 INFO E| Downloaded chrono v0.4.24
30602025-02-21T08:01:47.704Z[ helios-setup] Feb 21 08:01:46.318 INFO E| Downloaded rustls v0.21.0
30612025-02-21T08:01:47.748Z[ helios-setup] Feb 21 08:01:46.362 INFO E| Downloaded openapiv3 v1.0.2
30622025-02-21T08:01:47.776Z[ helios-setup] Feb 21 08:01:46.390 INFO E| Downloaded tokio-util v0.7.7
30632025-02-21T08:01:47.785Z[ helios-setup] Feb 21 08:01:46.400 INFO E| Downloaded rhai v1.14.0
30642025-02-21T08:01:47.804Z[ helios-setup] Feb 21 08:01:46.419 INFO E| Downloaded h2 v0.3.16
30652025-02-21T08:01:47.814Z[ helios-setup] Feb 21 08:01:46.429 INFO E| Downloaded futures-util v0.3.28
30662025-02-21T08:01:47.831Z[ helios-setup] Feb 21 08:01:46.445 INFO E| Downloaded clap_builder v4.2.1
30672025-02-21T08:01:47.841Z[ helios-setup] Feb 21 08:01:46.456 INFO E| Downloaded toml_edit v0.19.8
30682025-02-21T08:01:47.867Z[ helios-setup] Feb 21 08:01:46.481 INFO E| Downloaded tracing-core v0.1.30
30692025-02-21T08:01:47.871Z[ helios-setup] Feb 21 08:01:46.485 INFO E| Downloaded tracing v0.1.37
30702025-02-21T08:01:47.877Z[ helios-setup] Feb 21 08:01:46.492 INFO E| Downloaded serde_yaml v0.9.21
30712025-02-21T08:01:47.883Z[ helios-setup] Feb 21 08:01:46.497 INFO E| Downloaded unsafe-libyaml v0.2.8
30722025-02-21T08:01:47.888Z[ helios-setup] Feb 21 08:01:46.502 INFO E| Downloaded pest v2.5.7
30732025-02-21T08:01:47.896Z[ helios-setup] Feb 21 08:01:46.510 INFO E| Downloaded http v0.2.9
30742025-02-21T08:01:47.901Z[ helios-setup] Feb 21 08:01:46.516 INFO E| Downloaded aho-corasick v0.7.20
30752025-02-21T08:01:47.907Z[ helios-setup] Feb 21 08:01:46.521 INFO E| Downloaded tokio-tungstenite v0.18.0
30762025-02-21T08:01:47.910Z[ helios-setup] Feb 21 08:01:46.524 INFO E| Downloaded tinyvec v1.6.0
30772025-02-21T08:01:47.914Z[ helios-setup] Feb 21 08:01:46.528 INFO E| Downloaded ucd-trie v0.1.5
30782025-02-21T08:01:47.916Z[ helios-setup] Feb 21 08:01:46.531 INFO E| Downloaded rayon-core v1.10.2
30792025-02-21T08:01:47.921Z[ helios-setup] Feb 21 08:01:46.535 INFO E| Downloaded base64 v0.21.0
30802025-02-21T08:01:47.926Z[ helios-setup] Feb 21 08:01:46.540 INFO E| Downloaded unicode-bidi v0.3.13
30812025-02-21T08:01:47.929Z[ helios-setup] Feb 21 08:01:46.543 INFO E| Downloaded libc v0.2.139
30822025-02-21T08:01:47.967Z[ helios-setup] Feb 21 08:01:46.580 INFO E| Downloaded unicode-ident v1.0.8
30832025-02-21T08:01:47.975Z[ helios-setup] Feb 21 08:01:46.589 INFO E| Downloaded tokio-rustls v0.24.0
30842025-02-21T08:01:47.981Z[ helios-setup] Feb 21 08:01:46.593 INFO E| Downloaded memchr v2.5.0
30852025-02-21T08:01:47.986Z[ helios-setup] Feb 21 08:01:46.600 INFO E| Downloaded tokio v1.27.0
30862025-02-21T08:01:48.041Z[ helios-setup] Feb 21 08:01:46.654 INFO E| Downloaded bytes v1.4.0
30872025-02-21T08:01:48.047Z[ helios-setup] Feb 21 08:01:46.661 INFO E| Downloaded cc v1.0.78
30882025-02-21T08:01:48.051Z[ helios-setup] Feb 21 08:01:46.665 INFO E| Downloaded futures v0.3.28
30892025-02-21T08:01:48.060Z[ helios-setup] Feb 21 08:01:46.674 INFO E| Downloaded miniz_oxide v0.6.2
30902025-02-21T08:01:48.063Z[ helios-setup] Feb 21 08:01:46.677 INFO E| Downloaded ahash v0.8.3
30912025-02-21T08:01:48.067Z[ helios-setup] Feb 21 08:01:46.681 INFO E| Downloaded crossbeam-epoch v0.9.13
30922025-02-21T08:01:48.071Z[ helios-setup] Feb 21 08:01:46.685 INFO E| Downloaded semver v0.11.0
30932025-02-21T08:01:48.074Z[ helios-setup] Feb 21 08:01:46.688 INFO E| Downloaded slog-bunyan v2.4.0
30942025-02-21T08:01:48.076Z[ helios-setup] Feb 21 08:01:46.690 INFO E| Downloaded lock_api v0.4.9
30952025-02-21T08:01:48.079Z[ helios-setup] Feb 21 08:01:46.693 INFO E| Downloaded clap v4.2.1
30962025-02-21T08:01:48.094Z[ helios-setup] Feb 21 08:01:46.708 INFO E| Downloaded parking_lot_core v0.9.6
30972025-02-21T08:01:48.099Z[ helios-setup] Feb 21 08:01:46.712 INFO E| Downloaded ipnet v2.7.2
30982025-02-21T08:01:48.102Z[ helios-setup] Feb 21 08:01:46.714 INFO E| Downloaded once_cell v1.17.0
30992025-02-21T08:01:48.107Z[ helios-setup] Feb 21 08:01:46.718 INFO E| Downloaded log v0.4.17
31002025-02-21T08:01:48.114Z[ helios-setup] Feb 21 08:01:46.721 INFO E| Downloaded sha1 v0.10.5
31012025-02-21T08:01:48.117Z[ helios-setup] Feb 21 08:01:46.726 INFO E| Downloaded serde_tokenstream v0.2.0
31022025-02-21T08:01:48.117Z[ helios-setup] Feb 21 08:01:46.729 INFO E| Downloaded pin-project-lite v0.2.9
31032025-02-21T08:01:48.123Z[ helios-setup] Feb 21 08:01:46.737 INFO E| Downloaded paste v1.0.12
31042025-02-21T08:01:48.129Z[ helios-setup] Feb 21 08:01:46.744 INFO E| Downloaded futures-channel v0.3.28
31052025-02-21T08:01:48.134Z[ helios-setup] Feb 21 08:01:46.748 INFO E| Downloaded sha2 v0.10.6
31062025-02-21T08:01:48.149Z[ helios-setup] Feb 21 08:01:46.763 INFO E| Downloaded httparse v1.8.0
31072025-02-21T08:01:48.152Z[ helios-setup] Feb 21 08:01:46.767 INFO E| Downloaded futures-task v0.3.28
31082025-02-21T08:01:48.155Z[ helios-setup] Feb 21 08:01:46.769 INFO E| Downloaded camino v1.1.4
31092025-02-21T08:01:48.158Z[ helios-setup] Feb 21 08:01:46.771 INFO E| Downloaded built v0.6.0
31102025-02-21T08:01:48.160Z[ helios-setup] Feb 21 08:01:46.773 INFO E| Downloaded tokio-macros v2.0.0
31112025-02-21T08:01:48.163Z[ helios-setup] Feb 21 08:01:46.775 INFO E| Downloaded rustfmt-wrapper v0.2.0
31122025-02-21T08:01:48.163Z[ helios-setup] Feb 21 08:01:46.777 INFO E| Downloaded digest v0.10.6
31132025-02-21T08:01:48.165Z[ helios-setup] Feb 21 08:01:46.779 INFO E| Downloaded async-trait v0.1.68
31142025-02-21T08:01:48.170Z[ helios-setup] Feb 21 08:01:46.784 INFO E| Downloaded anyhow v1.0.68
31152025-02-21T08:01:48.176Z[ helios-setup] Feb 21 08:01:46.790 INFO E| Downloaded serde_spanned v0.6.1
31162025-02-21T08:01:48.179Z[ helios-setup] Feb 21 08:01:46.792 INFO E| Downloaded proc-macro-crate v1.2.1
31172025-02-21T08:01:48.181Z[ helios-setup] Feb 21 08:01:46.794 INFO E| Downloaded pkg-config v0.3.26
31182025-02-21T08:01:48.184Z[ helios-setup] Feb 21 08:01:46.796 INFO E| Downloaded percent-encoding v2.2.0
31192025-02-21T08:01:48.184Z[ helios-setup] Feb 21 08:01:46.797 INFO E| Downloaded num_enum v0.5.7
31202025-02-21T08:01:48.189Z[ helios-setup] Feb 21 08:01:46.803 INFO E| Downloaded lazy_static v1.4.0
31212025-02-21T08:01:48.191Z[ helios-setup] Feb 21 08:01:46.805 INFO E| Downloaded jobserver v0.1.26
31222025-02-21T08:01:48.194Z[ helios-setup] Feb 21 08:01:46.808 INFO E| Downloaded encoding_rs v0.8.32
31232025-02-21T08:01:48.228Z[ helios-setup] Feb 21 08:01:46.842 INFO E| Downloaded iana-time-zone v0.1.56
31242025-02-21T08:01:48.231Z[ helios-setup] Feb 21 08:01:46.845 INFO E| Downloaded generic-array v0.14.6
31252025-02-21T08:01:48.234Z[ helios-setup] Feb 21 08:01:46.848 INFO E| Downloaded futures-core v0.3.28
31262025-02-21T08:01:48.236Z[ helios-setup] Feb 21 08:01:46.850 INFO E| Downloaded dyn-clone v1.0.11
31272025-02-21T08:01:48.239Z[ helios-setup] Feb 21 08:01:46.852 INFO E| Downloaded clap_derive v4.2.0
31282025-02-21T08:01:48.242Z[ helios-setup] Feb 21 08:01:46.856 INFO E| Downloaded http-body v0.4.5
31292025-02-21T08:01:48.245Z[ helios-setup] Feb 21 08:01:46.858 INFO E| Downloaded itoa v1.0.6
31302025-02-21T08:01:48.247Z[ helios-setup] Feb 21 08:01:46.860 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31312025-02-21T08:01:48.250Z[ helios-setup] Feb 21 08:01:46.863 INFO E| Downloaded num_cpus v1.15.0
31322025-02-21T08:01:48.253Z[ helios-setup] Feb 21 08:01:46.868 INFO E| Downloaded httpdate v1.0.2
31332025-02-21T08:01:48.256Z[ helios-setup] Feb 21 08:01:46.870 INFO E| Downloaded ppv-lite86 v0.2.17
31342025-02-21T08:01:48.259Z[ helios-setup] Feb 21 08:01:46.872 INFO E| Downloaded home v0.5.4
31352025-02-21T08:01:48.261Z[ helios-setup] Feb 21 08:01:46.873 INFO E| Downloaded byteorder v1.4.3
31362025-02-21T08:01:48.264Z[ helios-setup] Feb 21 08:01:46.876 INFO E| Downloaded futures-sink v0.3.28
31372025-02-21T08:01:48.267Z[ helios-setup] Feb 21 08:01:46.881 INFO E| Downloaded futures-macro v0.3.28
31382025-02-21T08:01:48.267Z[ helios-setup] Feb 21 08:01:46.881 INFO E| Downloaded crossbeam-deque v0.8.2
31392025-02-21T08:01:48.270Z[ helios-setup] Feb 21 08:01:46.881 INFO E| Downloaded concolor-query v0.3.3
31402025-02-21T08:01:48.270Z[ helios-setup] Feb 21 08:01:46.882 INFO E| Downloaded textwrap v0.16.0
31412025-02-21T08:01:48.272Z[ helios-setup] Feb 21 08:01:46.886 INFO E| Downloaded terminal_size v0.2.6
31422025-02-21T08:01:48.275Z[ helios-setup] Feb 21 08:01:46.888 INFO E| Downloaded strsim v0.10.0
31432025-02-21T08:01:48.278Z[ helios-setup] Feb 21 08:01:46.891 INFO E| Downloaded spin v0.5.2
31442025-02-21T08:01:48.280Z[ helios-setup] Feb 21 08:01:46.893 INFO E| Downloaded socket2 v0.4.9
31452025-02-21T08:01:48.283Z[ helios-setup] Feb 21 08:01:46.896 INFO E| Downloaded regress v0.5.0
31462025-02-21T08:01:48.294Z[ helios-setup] Feb 21 08:01:46.908 INFO E| Downloaded form_urlencoded v1.1.0
31472025-02-21T08:01:48.297Z[ helios-setup] Feb 21 08:01:46.909 INFO E| Downloaded clap_lex v0.4.1
31482025-02-21T08:01:48.300Z[ helios-setup] Feb 21 08:01:46.911 INFO E| Downloaded autocfg v1.1.0
31492025-02-21T08:01:48.300Z[ helios-setup] Feb 21 08:01:46.914 INFO E| Downloaded anstyle-parse v0.1.1
31502025-02-21T08:01:48.302Z[ helios-setup] Feb 21 08:01:46.917 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31512025-02-21T08:01:48.516Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31522025-02-21T08:01:48.519Z[ helios-setup] Feb 21 08:01:47.132 INFO E| Downloaded libz-sys v1.1.8
31532025-02-21T08:01:48.767Z[ helios-setup] Feb 21 08:01:47.381 INFO E| Downloaded ring v0.16.20
31542025-02-21T08:01:49.156Z[ helios-setup] Feb 21 08:01:47.770 INFO E| Compiling proc-macro2 v1.0.86
31552025-02-21T08:01:49.159Z[ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling libc v0.2.139
31562025-02-21T08:01:49.159Z[ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling unicode-ident v1.0.8
31572025-02-21T08:01:49.159Z[ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling autocfg v1.1.0
31582025-02-21T08:01:49.159Z[ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling cfg-if v1.0.0
31592025-02-21T08:01:49.159Z[ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling version_check v0.9.4
31602025-02-21T08:01:49.159Z[ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling serde v1.0.204
31612025-02-21T08:01:49.159Z[ helios-setup] Feb 21 08:01:47.771 INFO E| Compiling syn v1.0.107
31622025-02-21T08:01:49.558Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31632025-02-21T08:01:49.903Z[ helios-setup] Feb 21 08:01:48.517 INFO E| Compiling memchr v2.5.0
31642025-02-21T08:01:50.399Z[ helios-setup] Feb 21 08:01:49.013 INFO E| Compiling once_cell v1.17.0
31652025-02-21T08:01:50.768Z[ helios-setup] Feb 21 08:01:49.382 INFO E| Compiling thiserror v1.0.38
31662025-02-21T08:01:51.024Z[ helios-setup] Feb 21 08:01:49.637 INFO E| Compiling log v0.4.17
31672025-02-21T08:01:51.678Z[ helios-setup] Feb 21 08:01:50.292 INFO E| Compiling itoa v1.0.6
31682025-02-21T08:01:51.959Z[ helios-setup] Feb 21 08:01:50.573 INFO E| Compiling serde_json v1.0.95
31692025-02-21T08:01:53.103Z[ helios-setup] Feb 21 08:01:51.717 INFO E| Compiling getrandom v0.2.8
31702025-02-21T08:01:53.169Z[ helios-setup] Feb 21 08:01:51.783 INFO E| Compiling jobserver v0.1.26
31712025-02-21T08:01:53.525Z[ helios-setup] Feb 21 08:01:52.139 INFO E| Compiling quote v1.0.36
31722025-02-21T08:01:53.716Z[ helios-setup] Feb 21 08:01:52.330 INFO E| Compiling scopeguard v1.1.0
31732025-02-21T08:01:53.822Z[ helios-setup] Feb 21 08:01:52.436 INFO E| Compiling pin-project-lite v0.2.9
31742025-02-21T08:01:53.898Z[ helios-setup] Feb 21 08:01:52.512 INFO E| Compiling indexmap v1.9.3
31752025-02-21T08:01:54.277Z[ helios-setup] Feb 21 08:01:52.891 INFO E| Compiling syn v2.0.72
31762025-02-21T08:01:54.431Z[ helios-setup] Feb 21 08:01:53.045 INFO E| Compiling cc v1.0.78
31772025-02-21T08:01:54.544Z[ helios-setup] Feb 21 08:01:53.158 INFO E| Compiling bytes v1.4.0
31782025-02-21T08:01:54.594Z[ helios-setup] Feb 21 08:01:53.206 INFO E| Compiling futures-core v0.3.28
31792025-02-21T08:01:54.774Z[ helios-setup] Feb 21 08:01:53.388 INFO E| Compiling num-integer v0.1.45
31802025-02-21T08:01:55.013Z[ helios-setup] Feb 21 08:01:53.627 INFO E| Compiling ryu v1.0.13
31812025-02-21T08:01:56.600Z[ helios-setup] Feb 21 08:01:55.214 INFO E| Compiling lock_api v0.4.9
31822025-02-21T08:01:56.645Z[ helios-setup] Feb 21 08:01:55.259 INFO E| Compiling parking_lot_core v0.9.6
31832025-02-21T08:01:57.243Z[ helios-setup] Feb 21 08:01:55.857 INFO E| Compiling bitflags v1.3.2
31842025-02-21T08:01:57.361Z[ helios-setup] Feb 21 08:01:55.975 INFO E| Compiling typenum v1.16.0
31852025-02-21T08:01:57.730Z[ helios-setup] Feb 21 08:01:56.344 INFO E| Compiling num_cpus v1.15.0
31862025-02-21T08:01:57.735Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31872025-02-21T08:01:57.852Z[ host-package] Compiling unicode-truncate v1.1.0
31882025-02-21T08:01:57.855Z[ helios-setup] Feb 21 08:01:56.468 INFO E| Compiling generic-array v0.14.6
31892025-02-21T08:01:57.961Z[ helios-setup] Feb 21 08:01:56.576 INFO E| Compiling slab v0.4.7
31902025-02-21T08:01:58.052Z[ helios-setup] Feb 21 08:01:56.661 INFO E| Compiling futures-sink v0.3.28
31912025-02-21T08:01:58.130Z[ helios-setup] Feb 21 08:01:56.744 INFO E| Compiling futures-channel v0.3.28
31922025-02-21T08:01:58.380Z[ helios-setup] Feb 21 08:01:56.994 INFO E| Compiling futures-task v0.3.28
31932025-02-21T08:01:58.567Z[ host-package] Compiling lru v0.12.5
31942025-02-21T08:01:58.902Z[ helios-setup] Feb 21 08:01:57.516 INFO E| Compiling tokio v1.27.0
31952025-02-21T08:01:59.363Z[ host-package] Compiling rand_seeder v0.3.0
31962025-02-21T08:01:59.616Z[ helios-setup] Feb 21 08:01:58.230 INFO E| Compiling futures-util v0.3.28
31972025-02-21T08:02:00.228Z[ host-package] Compiling libsqlite3-sys v0.30.1
31982025-02-21T08:02:00.395Z[ helios-setup] Feb 21 08:01:59.009 INFO E| Compiling mio v0.8.5
31992025-02-21T08:02:00.500Z[ helios-setup] Feb 21 08:01:59.114 INFO E| Compiling socket2 v0.4.9
32002025-02-21T08:02:00.639Z[ helios-setup] Feb 21 08:01:59.253 INFO E| Compiling signal-hook-registry v1.4.0
32012025-02-21T08:02:00.642Z[ helios-setup] Feb 21 08:01:59.254 INFO E| Compiling pin-utils v0.1.0
32022025-02-21T08:02:00.742Z[ helios-setup] Feb 21 08:01:59.356 INFO E| Compiling schemars v0.8.12
32032025-02-21T08:02:01.148Z[ helios-setup] Feb 21 08:01:59.762 INFO E| Compiling futures-io v0.3.28
32042025-02-21T08:02:01.402Z[ host-package] Compiling lzma-sys v0.1.20
32052025-02-21T08:02:02.287Z[ helios-setup] Feb 21 08:02:00.901 INFO E| Compiling ahash v0.7.6
32062025-02-21T08:02:02.397Z[ helios-setup] Feb 21 08:02:00.994 INFO E| Compiling num-traits v0.2.15
32072025-02-21T08:02:03.093Z[ host-package] Compiling instability v0.3.2
32082025-02-21T08:02:03.126Z[ helios-setup] Feb 21 08:02:01.740 INFO E| Compiling crunchy v0.2.2
32092025-02-21T08:02:03.287Z[ helios-setup] Feb 21 08:02:01.901 INFO E| Compiling io-lifetimes v1.0.10
32102025-02-21T08:02:04.267Z[ helios-setup] Feb 21 08:02:02.881 INFO E| Compiling ahash v0.8.3
32112025-02-21T08:02:04.460Z[ helios-setup] Feb 21 08:02:03.073 INFO E| Compiling slog v2.7.0
32122025-02-21T08:02:04.840Z[ helios-setup] Feb 21 08:02:03.454 INFO E| Compiling block-buffer v0.10.3
32132025-02-21T08:02:05.014Z[ helios-setup] Feb 21 08:02:03.628 INFO E| Compiling crypto-common v0.1.6
32142025-02-21T08:02:05.052Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32152025-02-21T08:02:05.174Z[ helios-setup] Feb 21 08:02:03.787 INFO E| Compiling crossbeam-utils v0.8.14
32162025-02-21T08:02:05.466Z[ helios-setup] Feb 21 08:02:04.080 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32172025-02-21T08:02:05.929Z[ helios-setup] Feb 21 08:02:04.543 INFO E| Compiling tiny-keccak v2.0.2
32182025-02-21T08:02:05.929Z[ helios-setup] Feb 21 08:02:04.543 INFO E| Compiling rustix v0.37.3
32192025-02-21T08:02:05.956Z[ helios-setup] Feb 21 08:02:04.568 INFO E| Compiling serde_derive_internals v0.26.0
32202025-02-21T08:02:06.049Z[ host-package] Compiling cassowary v0.3.0
32212025-02-21T08:02:06.171Z[ host-package] Compiling rustls v0.21.12
32222025-02-21T08:02:06.629Z[ helios-setup] Feb 21 08:02:05.243 INFO E| Compiling hashbrown v0.12.3
32232025-02-21T08:02:06.924Z[ host-package] Compiling indoc v2.0.5
32242025-02-21T08:02:07.122Z[ helios-setup] Feb 21 08:02:05.736 INFO E| Compiling digest v0.10.6
32252025-02-21T08:02:08.587Z[ host-package] Compiling ratatui v0.29.0
32262025-02-21T08:02:08.691Z[ helios-setup] Feb 21 08:02:07.305 INFO E| Compiling errno v0.3.1
32272025-02-21T08:02:09.254Z[ helios-setup] Feb 21 08:02:07.868 INFO E| Compiling cpufeatures v0.2.5
32282025-02-21T08:02:09.438Z[ helios-setup] Feb 21 08:02:08.052 INFO E| Compiling fnv v1.0.7
32292025-02-21T08:02:09.540Z[ helios-setup] Feb 21 08:02:08.154 INFO E| Compiling pkg-config v0.3.26
32302025-02-21T08:02:09.585Z[ helios-setup] Feb 21 08:02:08.199 INFO E| Compiling unicode-width v0.1.10
32312025-02-21T08:02:09.991Z[ helios-setup] Feb 21 08:02:08.605 INFO E| Compiling anyhow v1.0.68
32322025-02-21T08:02:10.269Z[ helios-setup] Feb 21 08:02:08.883 INFO E| Compiling http v0.2.9
32332025-02-21T08:02:11.824Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32342025-02-21T08:02:12.351Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32352025-02-21T08:02:12.808Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32362025-02-21T08:02:12.862Z[ helios-setup] Feb 21 08:02:11.476 INFO E| Compiling thiserror-impl v1.0.38
32372025-02-21T08:02:12.916Z[ helios-setup] Feb 21 08:02:11.529 INFO E| Compiling schemars_derive v0.8.12
32382025-02-21T08:02:13.470Z[ helios-setup] Feb 21 08:02:12.084 INFO E| Compiling serde_derive v1.0.204
32392025-02-21T08:02:14.925Z[ helios-setup] Feb 21 08:02:13.539 INFO E| Compiling tokio-macros v2.0.0
32402025-02-21T08:02:15.143Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412025-02-21T08:02:15.249Z[ helios-setup] Feb 21 08:02:13.863 INFO E| Compiling futures-macro v0.3.28
32422025-02-21T08:02:15.768Z[ helios-setup] Feb 21 08:02:14.381 INFO E| Compiling aho-corasick v0.7.20
32432025-02-21T08:02:16.825Z[ helios-setup] Feb 21 08:02:15.438 INFO E| Compiling regex-syntax v0.6.29
32442025-02-21T08:02:16.969Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32452025-02-21T08:02:17.938Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32462025-02-21T08:02:18.194Z[ helios-setup] Feb 21 08:02:16.807 INFO E| Compiling heck v0.4.1
32472025-02-21T08:02:18.256Z[ helios-setup] Feb 21 08:02:16.869 INFO E| Compiling httparse v1.8.0
32482025-02-21T08:02:18.500Z[ helios-setup] Feb 21 08:02:17.114 INFO E| Compiling tinyvec_macros v0.1.1
32492025-02-21T08:02:18.730Z[ helios-setup] Feb 21 08:02:17.343 INFO E| Compiling percent-encoding v2.2.0
32502025-02-21T08:02:18.835Z[ helios-setup] Feb 21 08:02:17.449 INFO E| Compiling tinyvec v1.6.0
32512025-02-21T08:02:19.112Z[ helios-setup] Feb 21 08:02:17.725 INFO E| Compiling form_urlencoded v1.1.0
32522025-02-21T08:02:19.614Z[ helios-setup] Feb 21 08:02:18.227 INFO E| Compiling const-random-macro v0.1.15
32532025-02-21T08:02:19.668Z[ helios-setup] Feb 21 08:02:18.281 INFO E| Compiling hashbrown v0.13.2
32542025-02-21T08:02:21.757Z[ helios-setup] Feb 21 08:02:20.370 INFO E| Compiling chrono v0.4.24
32552025-02-21T08:02:21.806Z[ helios-setup] Feb 21 08:02:20.419 INFO E| Compiling libz-sys v1.1.8
32562025-02-21T08:02:22.734Z[ helios-setup] Feb 21 08:02:21.281 INFO E| Compiling getopts v0.2.21
32572025-02-21T08:02:23.661Z[ helios-setup] Feb 21 08:02:22.274 INFO E| Compiling regex v1.7.3
32582025-02-21T08:02:23.953Z[ host-package] Compiling sct v0.7.1
32592025-02-21T08:02:24.148Z[ host-package] Compiling rustls-webpki v0.101.7
32602025-02-21T08:02:24.249Z[ helios-setup] Feb 21 08:02:22.863 INFO E| Compiling memoffset v0.7.1
32612025-02-21T08:02:24.690Z[ helios-setup] Feb 21 08:02:23.304 INFO E| Compiling uuid v1.3.0
32622025-02-21T08:02:24.952Z[ host-package] Compiling heck v0.3.3
32632025-02-21T08:02:25.061Z[ helios-setup] Feb 21 08:02:23.674 INFO E| Compiling time-core v0.1.2
32642025-02-21T08:02:25.541Z[ helios-setup] Feb 21 08:02:24.153 INFO E| Compiling powerfmt v0.2.0
32652025-02-21T08:02:25.541Z[ host-package] Compiling csv-core v0.1.11
32662025-02-21T08:02:25.893Z[ helios-setup] Feb 21 08:02:24.506 INFO E| Compiling num-conv v0.1.0
32672025-02-21T08:02:26.110Z[ helios-setup] Feb 21 08:02:24.723 INFO E| Compiling dyn-clone v1.0.11
32682025-02-21T08:02:26.407Z[ helios-setup] Feb 21 08:02:25.020 INFO E| Compiling deranged v0.3.11
32692025-02-21T08:02:26.581Z[ helios-setup] Feb 21 08:02:25.195 INFO E| Compiling time-macros v0.2.18
32702025-02-21T08:02:27.319Z[ helios-setup] Feb 21 08:02:25.933 INFO E| Compiling unicode-normalization v0.1.22
32712025-02-21T08:02:27.503Z[ helios-setup] Feb 21 08:02:26.116 INFO E| Compiling regress v0.5.0
32722025-02-21T08:02:27.543Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32732025-02-21T08:02:28.688Z[ host-package] Compiling glob v0.3.2
32742025-02-21T08:02:29.437Z[ host-package] Compiling csv v1.3.1
32752025-02-21T08:02:29.651Z[ helios-setup] Feb 21 08:02:28.265 INFO E| Compiling const-random v0.1.15
32762025-02-21T08:02:31.669Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32772025-02-21T08:02:32.037Z[ helios-setup] Feb 21 08:02:30.651 INFO E| Compiling tracing-core v0.1.30
32782025-02-21T08:02:32.164Z[ helios-setup] Feb 21 08:02:30.774 INFO E| Compiling crossbeam-epoch v0.9.13
32792025-02-21T08:02:32.647Z[ helios-setup] Feb 21 08:02:31.259 INFO E| Compiling ucd-trie v0.1.5
32802025-02-21T08:02:32.699Z[ helios-setup] Feb 21 08:02:31.313 INFO E| Compiling num_threads v0.1.6
32812025-02-21T08:02:32.821Z[ host-package] Compiling zone_cfg_derive v0.1.2
32822025-02-21T08:02:33.104Z[ helios-setup] Feb 21 08:02:31.718 INFO E| Compiling unicode-bidi v0.3.13
32832025-02-21T08:02:34.178Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32842025-02-21T08:02:35.782Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
32852025-02-21T08:02:35.840Z[ helios-setup] Feb 21 08:02:34.449 INFO E| Compiling idna v0.3.0
32862025-02-21T08:02:37.000Z[ helios-setup] Feb 21 08:02:35.613 INFO E| Compiling tracing v0.1.37
32872025-02-21T08:02:37.542Z[ helios-setup] Feb 21 08:02:36.156 INFO E| Compiling toml v0.5.11
32882025-02-21T08:02:37.899Z[ helios-setup] Feb 21 08:02:36.513 INFO E| Compiling smallvec v1.10.0
32892025-02-21T08:02:40.988Z[ helios-setup] Feb 21 08:02:39.601 INFO E| Compiling parking_lot v0.12.1
32902025-02-21T08:02:41.562Z[ helios-setup] Feb 21 08:02:40.176 INFO E| Compiling serde_tokenstream v0.2.0
32912025-02-21T08:02:42.830Z[ helios-setup] Feb 21 08:02:41.443 INFO E| Compiling time v0.3.36
32922025-02-21T08:02:43.510Z[ helios-setup] Feb 21 08:02:42.123 INFO E| Compiling pest v2.5.7
32932025-02-21T08:02:44.118Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32942025-02-21T08:02:46.864Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32952025-02-21T08:02:46.982Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
32962025-02-21T08:02:47.172Z[ helios-setup] Feb 21 08:02:45.785 INFO E| Compiling crossbeam-channel v0.5.6
32972025-02-21T08:02:47.391Z[ helios-setup] Feb 21 08:02:46.005 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32982025-02-21T08:02:49.472Z[ helios-setup] Feb 21 08:02:48.055 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32992025-02-21T08:02:49.663Z[ helios-setup] Feb 21 08:02:48.272 INFO E| Compiling dirs-sys-next v0.1.2
33002025-02-21T08:02:49.698Z[ helios-setup] Feb 21 08:02:48.305 INFO E| Compiling time v0.1.45
33012025-02-21T08:02:49.844Z[ helios-setup] Feb 21 08:02:48.452 INFO E| Compiling crc32fast v1.3.2
33022025-02-21T08:02:51.337Z[ helios-setup] Feb 21 08:02:49.944 INFO E| Compiling iana-time-zone v0.1.56
33032025-02-21T08:02:52.946Z[ helios-setup] Feb 21 08:02:51.521 INFO E| Compiling semver v1.0.17
33042025-02-21T08:02:54.435Z[ helios-setup] Feb 21 08:02:53.049 INFO E| Compiling dirs-next v2.0.0
33052025-02-21T08:02:54.870Z[ helios-setup] Feb 21 08:02:53.483 INFO E| Compiling semver-parser v0.10.2
33062025-02-21T08:02:57.479Z[ helios-setup] Feb 21 08:02:56.093 INFO E| Compiling proc-macro-crate v1.2.1
33072025-02-21T08:02:57.945Z[ helios-setup] Feb 21 08:02:56.558 INFO E| Compiling url v2.3.1
33082025-02-21T08:02:58.650Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33092025-02-21T08:02:58.936Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102025-02-21T08:02:59.685Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33112025-02-21T08:03:00.029Z[ helios-setup] Feb 21 08:02:58.643 INFO E| Compiling futures-executor v0.3.28
33122025-02-21T08:03:00.367Z[ helios-setup] Feb 21 08:02:58.980 INFO E| Compiling tokio-util v0.7.7
33132025-02-21T08:03:01.673Z[ helios-setup] Feb 21 08:03:00.286 INFO E| Compiling thread_local v1.1.7
33142025-02-21T08:03:01.890Z[ helios-setup] Feb 21 08:03:00.502 INFO E| Compiling try-lock v0.2.4
33152025-02-21T08:03:02.510Z[ helios-setup] Feb 21 08:03:01.124 INFO E| Compiling rayon-core v1.10.2
33162025-02-21T08:03:02.661Z[ helios-setup] Feb 21 08:03:01.274 INFO E| Compiling adler v1.0.2
33172025-02-21T08:03:03.162Z[ helios-setup] Feb 21 08:03:01.775 INFO E| Compiling same-file v1.0.6
33182025-02-21T08:03:03.207Z[ helios-setup] Feb 21 08:03:01.821 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33192025-02-21T08:03:03.386Z[ helios-setup] Feb 21 08:03:01.993 INFO E| Compiling miniz_oxide v0.6.2
33202025-02-21T08:03:03.644Z[ helios-setup] Feb 21 08:03:02.257 INFO E| Compiling walkdir v2.3.3
33212025-02-21T08:03:04.439Z[ helios-setup] Feb 21 08:03:02.854 INFO E| Compiling want v0.3.0
33222025-02-21T08:03:04.797Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33232025-02-21T08:03:04.822Z[ helios-setup] Feb 21 08:03:03.436 INFO E| Compiling h2 v0.3.16
33242025-02-21T08:03:05.717Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33252025-02-21T08:03:05.831Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33262025-02-21T08:03:06.730Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33272025-02-21T08:03:06.873Z[ host-package] Compiling nix v0.27.1
33282025-02-21T08:03:08.524Z[ helios-setup] Feb 21 08:03:07.137 INFO E| Compiling futures v0.3.28
33292025-02-21T08:03:08.925Z[ helios-setup] Feb 21 08:03:07.538 INFO E| Compiling num_enum_derive v0.5.7
33302025-02-21T08:03:09.060Z[ helios-setup] Feb 21 08:03:07.673 INFO E| Compiling semver v0.11.0
33312025-02-21T08:03:09.273Z[ helios-setup] Feb 21 08:03:07.887 INFO E| Compiling crossbeam-deque v0.8.2
33322025-02-21T08:03:10.184Z[ helios-setup] Feb 21 08:03:08.798 INFO E| Compiling term v0.7.0
33332025-02-21T08:03:11.524Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33342025-02-21T08:03:12.098Z[ host-package] Compiling tungstenite v0.23.0
33352025-02-21T08:03:12.454Z[ host-package] Compiling hashlink v0.9.1
33362025-02-21T08:03:12.755Z[ helios-setup] Feb 21 08:03:11.367 INFO E| Compiling http-body v0.4.5
33372025-02-21T08:03:12.972Z[ host-package] Compiling fallible-iterator v0.3.0
33382025-02-21T08:03:13.684Z[ helios-setup] Feb 21 08:03:12.297 INFO E| Compiling sha2 v0.10.6
33392025-02-21T08:03:14.168Z[ host-package] Compiling base64 v0.13.1
33402025-02-21T08:03:14.666Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
33412025-02-21T08:03:14.896Z[ helios-setup] Feb 21 08:03:13.509 INFO E| Compiling ring v0.16.20
33422025-02-21T08:03:15.653Z[ host-package] Compiling rusqlite v0.32.1
33432025-02-21T08:03:15.872Z[ host-package] Compiling ron v0.7.1
33442025-02-21T08:03:17.481Z[ helios-setup] Feb 21 08:03:16.094 INFO E| Compiling rand_core v0.6.4
33452025-02-21T08:03:18.606Z[ helios-setup] Feb 21 08:03:17.220 INFO E| Compiling atty v0.2.14
33462025-02-21T08:03:18.840Z[ helios-setup] Feb 21 08:03:17.453 INFO E| Compiling home v0.5.4
33472025-02-21T08:03:19.117Z[ helios-setup] Feb 21 08:03:17.730 INFO E| Compiling lazy_static v1.4.0
33482025-02-21T08:03:19.564Z[ helios-setup] Feb 21 08:03:18.177 INFO E| Compiling tower-service v0.3.2
33492025-02-21T08:03:19.641Z[ host-package] Compiling tokio-tungstenite v0.23.1
33502025-02-21T08:03:19.854Z[ helios-setup] Feb 21 08:03:18.467 INFO E| Compiling utf8parse v0.2.1
33512025-02-21T08:03:20.337Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33522025-02-21T08:03:20.977Z[ helios-setup] Feb 21 08:03:19.591 INFO E| Compiling fastrand v1.9.0
33532025-02-21T08:03:21.426Z[ helios-setup] Feb 21 08:03:20.039 INFO E| Compiling ppv-lite86 v0.2.17
33542025-02-21T08:03:21.622Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33552025-02-21T08:03:21.883Z[ helios-setup] Feb 21 08:03:20.497 INFO E| Compiling httpdate v1.0.2
33562025-02-21T08:03:22.180Z[ helios-setup] Feb 21 08:03:20.794 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33572025-02-21T08:03:22.656Z[ host-package] Compiling xz2 v0.1.7
33582025-02-21T08:03:23.292Z[ helios-setup] Feb 21 08:03:21.903 INFO E| Compiling base64 v0.21.0
33592025-02-21T08:03:23.306Z[ host-package] Compiling tokio-rustls v0.24.1
33602025-02-21T08:03:23.543Z[ helios-setup] Feb 21 08:03:22.156 INFO E| Compiling rand_chacha v0.3.1
33612025-02-21T08:03:23.732Z[ helios-setup] Feb 21 08:03:22.346 INFO E| Compiling hyper v0.14.25
33622025-02-21T08:03:24.633Z[ host-package] Compiling zone v0.1.8
33632025-02-21T08:03:24.810Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33642025-02-21T08:03:25.158Z[ helios-setup] Feb 21 08:03:23.772 INFO E| Compiling tempfile v3.5.0
33652025-02-21T08:03:25.745Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662025-02-21T08:03:26.477Z[ helios-setup] Feb 21 08:03:25.090 INFO E| Compiling anstyle-parse v0.1.1
33672025-02-21T08:03:27.617Z[ helios-setup] Feb 21 08:03:26.055 INFO E| Compiling toolchain_find v0.2.0
33682025-02-21T08:03:28.382Z[ helios-setup] Feb 21 08:03:26.996 INFO E| Compiling slog-term v2.9.0
33692025-02-21T08:03:30.907Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33702025-02-21T08:03:33.726Z[ helios-setup] Feb 21 08:03:32.339 INFO E| Compiling num_enum v0.5.7
33712025-02-21T08:03:34.510Z[ helios-setup] Feb 21 08:03:33.123 INFO E| Compiling flate2 v1.0.25
33722025-02-21T08:03:37.515Z[ helios-setup] Feb 21 08:03:36.113 INFO E| Compiling cargo-lock v8.0.3
33732025-02-21T08:03:43.008Z[ helios-setup] Feb 21 08:03:41.621 INFO E| Compiling serde_urlencoded v0.7.1
33742025-02-21T08:03:44.621Z[ helios-setup] Feb 21 08:03:43.228 INFO E| Compiling is-terminal v0.4.7
33752025-02-21T08:03:45.001Z[ helios-setup] Feb 21 08:03:43.612 INFO E| Compiling sha1 v0.10.5
33762025-02-21T08:03:47.367Z[ helios-setup] Feb 21 08:03:45.980 INFO E| Compiling concolor-query v0.3.3
33772025-02-21T08:03:47.861Z[ helios-setup] Feb 21 08:03:46.474 INFO E| Compiling either v1.8.0
33782025-02-21T08:03:48.555Z[ helios-setup] Feb 21 08:03:47.168 INFO E| Compiling concolor-override v1.0.0
33792025-02-21T08:03:49.546Z[ helios-setup] Feb 21 08:03:48.158 INFO E| Compiling anstyle v0.3.5
33802025-02-21T08:03:50.888Z[ helios-setup] Feb 21 08:03:49.501 INFO E| Compiling anstream v0.2.6
33812025-02-21T08:03:52.269Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33822025-02-21T08:03:52.845Z[ helios-setup] Feb 21 08:03:51.458 INFO E| Compiling rayon v1.6.1
33832025-02-21T08:03:54.187Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33842025-02-21T08:03:54.958Z[ helios-setup] Feb 21 08:03:53.571 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33852025-02-21T08:03:55.137Z[ helios-setup] Feb 21 08:03:53.746 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33862025-02-21T08:03:55.750Z[ helios-setup] Feb 21 08:03:54.363 INFO E| Compiling rustfmt-wrapper v0.2.0
33872025-02-21T08:03:56.145Z[ helios-setup] Feb 21 08:03:54.758 INFO E| Compiling rand v0.8.5
33882025-02-21T08:03:56.463Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892025-02-21T08:03:57.677Z[ helios-setup] Feb 21 08:03:56.291 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33902025-02-21T08:03:57.820Z[ helios-setup] Feb 21 08:03:56.433 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33912025-02-21T08:03:58.204Z[ helios-setup] Feb 21 08:03:56.817 INFO E| Compiling openapiv3 v1.0.2
33922025-02-21T08:03:59.749Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33932025-02-21T08:03:59.879Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33942025-02-21T08:03:59.957Z[ helios-setup] Feb 21 08:03:58.570 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33952025-02-21T08:04:00.042Z[ helios-setup] Feb 21 08:03:58.655 INFO E| Compiling encoding_rs v0.8.32
33962025-02-21T08:04:03.894Z[ helios-setup] Feb 21 08:04:02.507 INFO E| Compiling mime v0.3.17
33972025-02-21T08:04:05.151Z[ helios-setup] Feb 21 08:04:03.763 INFO E| Compiling strsim v0.10.0
33982025-02-21T08:04:05.210Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33992025-02-21T08:04:05.707Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34002025-02-21T08:04:06.329Z[ helios-setup] Feb 21 08:04:04.942 INFO E| Compiling utf-8 v0.7.6
34012025-02-21T08:04:06.410Z[ host-package] Compiling rustls-pemfile v1.0.4
34022025-02-21T08:04:06.583Z[ helios-setup] Feb 21 08:04:05.196 INFO E| Compiling byteorder v1.4.3
34032025-02-21T08:04:06.772Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34042025-02-21T08:04:07.324Z[ host-package] Compiling signal-hook-tokio v0.3.1
34052025-02-21T08:04:07.546Z[ helios-setup] Feb 21 08:04:06.159 INFO E| Compiling base64 v0.13.1
34062025-02-21T08:04:07.590Z[ helios-setup] Feb 21 08:04:06.203 INFO E| Compiling clap_lex v0.4.1
34072025-02-21T08:04:07.948Z[ helios-setup] Feb 21 08:04:06.560 INFO E| Compiling spin v0.5.2
34082025-02-21T08:04:08.255Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34092025-02-21T08:04:08.553Z[ host-package] Compiling yasna v0.5.2
34102025-02-21T08:04:08.592Z[ helios-setup] Feb 21 08:04:07.205 INFO E| Compiling project-root v0.2.2
34112025-02-21T08:04:08.636Z[ helios-setup] Feb 21 08:04:07.248 INFO E| Compiling unsafe-libyaml v0.2.8
34122025-02-21T08:04:09.139Z[ helios-setup] Feb 21 08:04:07.752 INFO E| Compiling ipnet v2.7.2
34132025-02-21T08:04:09.144Z[ helios-setup] Feb 21 08:04:07.752 INFO E| Compiling untrusted v0.7.1
34142025-02-21T08:04:09.544Z[ helios-setup] Feb 21 08:04:08.157 INFO E| Compiling tungstenite v0.18.0
34152025-02-21T08:04:10.082Z[ helios-setup] Feb 21 08:04:08.695 INFO E| Compiling clap_builder v4.2.1
34162025-02-21T08:04:11.175Z[ helios-setup] Feb 21 08:04:09.789 INFO E| Compiling reqwest v0.11.16
34172025-02-21T08:04:12.035Z[ helios-setup] Feb 21 08:04:10.648 INFO E| Compiling serde_yaml v0.9.21
34182025-02-21T08:04:14.528Z[ helios-setup] Feb 21 08:04:13.141 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34192025-02-21T08:04:15.282Z[ host-package] Compiling twox-hash v2.1.0
34202025-02-21T08:04:17.575Z[ host-package] Compiling unicode-linebreak v0.1.5
34212025-02-21T08:04:18.025Z[ helios-setup] Feb 21 08:04:16.637 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34222025-02-21T08:04:22.082Z[ host-package] Compiling is_ci v1.2.0
34232025-02-21T08:04:22.106Z[ host-package] Compiling smawk v0.3.2
34242025-02-21T08:04:22.106Z[ host-package] Compiling textwrap v0.16.1
34252025-02-21T08:04:22.106Z[ host-package] Compiling supports-color v3.0.1
34262025-02-21T08:04:22.363Z[ helios-setup] Feb 21 08:04:20.976 INFO E| Compiling clap_derive v4.2.0
34272025-02-21T08:04:23.402Z[ helios-setup] Feb 21 08:04:22.015 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34282025-02-21T08:04:25.518Z[ host-package] Compiling rcgen v0.12.1
34292025-02-21T08:04:26.685Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34302025-02-21T08:04:29.006Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34312025-02-21T08:04:31.273Z[ helios-setup] Feb 21 08:04:29.886 INFO E| Compiling clap v4.2.1
34322025-02-21T08:04:32.137Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34332025-02-21T08:04:42.461Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34342025-02-21T08:04:47.142Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
34352025-02-21T08:04:49.873Z[ helios-setup] Feb 21 08:04:48.486 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34362025-02-21T08:04:50.783Z[ helios-setup] Feb 21 08:04:49.396 INFO E| Compiling tokio-tungstenite v0.18.0
34372025-02-21T08:04:51.648Z[ helios-setup] Feb 21 08:04:50.261 INFO E| Compiling smartstring v1.0.1
34382025-02-21T08:04:51.847Z[ helios-setup] Feb 21 08:04:50.459 INFO E| Compiling rustls v0.21.0
34392025-02-21T08:04:52.581Z[ helios-setup] Feb 21 08:04:51.194 INFO E| Compiling toml_datetime v0.6.1
34402025-02-21T08:04:53.898Z[ helios-setup] Feb 21 08:04:52.511 INFO E| Compiling serde_spanned v0.6.1
34412025-02-21T08:04:54.272Z[ helios-setup] Feb 21 08:04:52.884 INFO E| Compiling camino v1.1.4
34422025-02-21T08:04:54.592Z[ helios-setup] Feb 21 08:04:53.203 INFO E| Compiling static_assertions v1.1.0
34432025-02-21T08:04:54.871Z[ helios-setup] Feb 21 08:04:53.484 INFO E| Compiling paste v1.0.12
34442025-02-21T08:04:55.973Z[ helios-setup] Feb 21 08:04:54.586 INFO E| Compiling slog-async v2.7.0
34452025-02-21T08:04:56.235Z[ helios-setup] Feb 21 08:04:54.848 INFO E| Compiling match_cfg v0.1.0
34462025-02-21T08:04:56.543Z[ helios-setup] Feb 21 08:04:55.156 INFO E| Compiling winnow v0.4.1
34472025-02-21T08:04:57.350Z[ helios-setup] Feb 21 08:04:55.963 INFO E| Compiling async-trait v0.1.68
34482025-02-21T08:04:59.200Z[ helios-setup] Feb 21 08:04:57.813 INFO E| Compiling hostname v0.3.1
34492025-02-21T08:05:01.457Z[ helios-setup] Feb 21 08:05:00.069 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34502025-02-21T08:05:01.618Z[ helios-setup] Feb 21 08:05:00.230 INFO E| Compiling slog-json v2.6.1
34512025-02-21T08:05:02.727Z[ helios-setup] Feb 21 08:05:01.340 INFO E| Compiling bincode v1.3.3
34522025-02-21T08:05:03.817Z[ helios-setup] Feb 21 08:05:02.429 INFO E| Compiling toml_edit v0.19.8
34532025-02-21T08:05:04.371Z[ helios-setup] Feb 21 08:05:02.983 INFO E| Compiling unicode-linebreak v0.1.4
34542025-02-21T08:05:05.703Z[ helios-setup] Feb 21 08:05:04.315 INFO E| Compiling async-stream-impl v0.3.5
34552025-02-21T08:05:08.632Z[ helios-setup] Feb 21 08:05:07.245 INFO E| Compiling rhai_codegen v1.5.0
34562025-02-21T08:05:09.204Z[ helios-setup] Feb 21 08:05:07.816 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34572025-02-21T08:05:10.214Z[ helios-setup] Feb 21 08:05:08.825 INFO E| Compiling take_mut v0.2.2
34582025-02-21T08:05:10.843Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34592025-02-21T08:05:13.430Z[ helios-setup] Feb 21 08:05:12.042 INFO E| Compiling rhai v1.14.0
34602025-02-21T08:05:15.348Z[ helios-setup] Feb 21 08:05:13.960 INFO E| Compiling toml v0.7.3
34612025-02-21T08:05:17.201Z[ helios-setup] Feb 21 08:05:15.813 INFO E| Compiling async-stream v0.3.5
34622025-02-21T08:05:18.254Z[ helios-setup] Feb 21 08:05:16.866 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34632025-02-21T08:05:18.618Z[ helios-setup] Feb 21 08:05:17.229 INFO E| Compiling slog-bunyan v2.4.0
34642025-02-21T08:05:20.224Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34652025-02-21T08:05:25.766Z[ helios-setup] Feb 21 08:05:24.379 INFO E| Compiling rustls-pemfile v1.0.2
34662025-02-21T08:05:26.899Z[ helios-setup] Feb 21 08:05:25.511 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34672025-02-21T08:05:28.271Z[ helios-setup] Feb 21 08:05:26.883 INFO E| Compiling serde_path_to_error v0.1.11
34682025-02-21T08:05:29.054Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692025-02-21T08:05:29.241Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34702025-02-21T08:05:30.072Z[ helios-setup] Feb 21 08:05:28.685 INFO E| Compiling terminal_size v0.2.6
34712025-02-21T08:05:30.384Z[ helios-setup] Feb 21 08:05:28.997 INFO E| Compiling smawk v0.3.1
34722025-02-21T08:05:30.476Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34732025-02-21T08:05:30.544Z[ helios-setup] Feb 21 08:05:29.155 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34742025-02-21T08:05:31.063Z[ helios-setup] Feb 21 08:05:29.675 INFO E| Compiling textwrap v0.16.0
34752025-02-21T08:05:37.007Z[ helios-setup] Feb 21 08:05:35.619 INFO E| Compiling rustls-webpki v0.100.1
34762025-02-21T08:05:37.857Z[ helios-setup] Feb 21 08:05:36.470 INFO E| Compiling sct v0.7.0
34772025-02-21T08:05:48.647Z[ helios-setup] Feb 21 08:05:47.260 INFO E| Compiling tokio-rustls v0.24.0
34782025-02-21T08:05:49.111Z[ helios-setup] Feb 21 08:05:47.724 INFO E| Compiling git2 v0.16.1
34792025-02-21T08:05:49.145Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34802025-02-21T08:05:59.069Z[ helios-setup] Feb 21 08:05:57.681 INFO E| Compiling built v0.6.0
34812025-02-21T08:06:00.203Z[ helios-setup] Feb 21 08:05:58.815 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34822025-02-21T08:06:00.477Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34832025-02-21T08:06:01.550Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34842025-02-21T08:06:02.569Z[ helios-setup] Feb 21 08:06:01.177 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34852025-02-21T08:06:03.806Z[ helios-setup] Feb 21 08:06:02.418 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34862025-02-21T08:06:05.800Z[ host-package] Compiling fatfs v0.3.6
34872025-02-21T08:06:09.616Z[ host-package] Compiling subprocess v0.2.9
34882025-02-21T08:06:10.887Z[ host-package] Compiling rtoolbox v0.0.2
34892025-02-21T08:06:12.422Z[ host-package] Compiling assert_matches v1.5.0
34902025-02-21T08:06:17.186Z[ host-package] Compiling rpassword v7.3.1
34912025-02-21T08:06:17.975Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34922025-02-21T08:06:18.637Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34932025-02-21T08:06:25.493Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34942025-02-21T08:06:26.473Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34952025-02-21T08:06:33.065Z[ host-package] Compiling tui-tree-widget v0.23.0
34962025-02-21T08:06:33.645Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34972025-02-21T08:06:35.972Z[ helios-setup] Feb 21 08:06:34.584 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34982025-02-21T08:06:38.208Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34992025-02-21T08:06:38.718Z[ host-package] Compiling uzers v0.12.1
35002025-02-21T08:06:43.700Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35012025-02-21T08:06:48.647Z[ helios-setup] Feb 21 08:06:47.260 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35022025-02-21T08:06:54.249Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35032025-02-21T08:06:58.084Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35042025-02-21T08:07:15.117Z[ helios-setup] Feb 21 08:07:13.729 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35052025-02-21T08:07:33.903Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35062025-02-21T08:07:39.132Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35072025-02-21T08:07:45.902Z[ host-package] Compiling multimap v0.10.0
35082025-02-21T08:08:09.882Z[ helios-setup] Feb 21 08:08:08.473 INFO E| Finished `release` profile [optimized] target(s) in 6m 28s
35092025-02-21T08:08:10.018Z[ helios-setup] Feb 21 08:08:08.618 INFO building project "pilot" ok (388 seconds)
35102025-02-21T08:08:10.027Z[ helios-setup] Feb 21 08:08:08.618 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35112025-02-21T08:08:10.027Z[ helios-setup] Feb 21 08:08:08.619 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35122025-02-21T08:08:10.294Z[ helios-setup] Feb 21 08:08:08.903 INFO E| Downloading crates ...
35132025-02-21T08:08:10.474Z[ helios-setup] Feb 21 08:08:09.086 INFO E| Downloaded sha2 v0.10.5
35142025-02-21T08:08:10.478Z[ helios-setup] Feb 21 08:08:09.090 INFO E| Downloaded typenum v1.15.0
35152025-02-21T08:08:10.482Z[ helios-setup] Feb 21 08:08:09.094 INFO E| Downloaded anyhow v1.0.62
35162025-02-21T08:08:10.489Z[ helios-setup] Feb 21 08:08:09.099 INFO E| Downloaded digest v0.10.3
35172025-02-21T08:08:10.492Z[ helios-setup] Feb 21 08:08:09.102 INFO E| Downloaded bytes v1.2.1
35182025-02-21T08:08:10.624Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling typenum v1.15.0
35192025-02-21T08:08:10.624Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling version_check v0.9.4
35202025-02-21T08:08:10.628Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling cfg-if v1.0.0
35212025-02-21T08:08:10.628Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling crc32fast v1.3.2
35222025-02-21T08:08:10.628Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling anyhow v1.0.62
35232025-02-21T08:08:10.628Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling adler v1.0.2
35242025-02-21T08:08:10.628Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling unicode-width v0.1.10
35252025-02-21T08:08:10.628Z[ helios-setup] Feb 21 08:08:09.236 INFO E| Compiling cpufeatures v0.2.5
35262025-02-21T08:08:11.607Z[ helios-setup] Feb 21 08:08:10.219 INFO E| Compiling bytes v1.2.1
35272025-02-21T08:08:11.804Z[ helios-setup] Feb 21 08:08:10.415 INFO E| Compiling generic-array v0.14.6
35282025-02-21T08:08:11.847Z[ helios-setup] Feb 21 08:08:10.436 INFO E| Compiling getopts v0.2.21
35292025-02-21T08:08:11.909Z[ helios-setup] Feb 21 08:08:10.518 INFO E| Compiling bitflags v1.3.2
35302025-02-21T08:08:12.042Z[ helios-setup] Feb 21 08:08:10.653 INFO E| Compiling miniz_oxide v0.6.2
35312025-02-21T08:08:13.628Z[ helios-setup] Feb 21 08:08:12.240 INFO E| Compiling flate2 v1.0.25
35322025-02-21T08:08:16.516Z[ helios-setup] Feb 21 08:08:15.128 INFO E| Compiling block-buffer v0.10.3
35332025-02-21T08:08:16.516Z[ helios-setup] Feb 21 08:08:15.128 INFO E| Compiling crypto-common v0.1.6
35342025-02-21T08:08:16.768Z[ helios-setup] Feb 21 08:08:15.380 INFO E| Compiling digest v0.10.3
35352025-02-21T08:08:17.166Z[ helios-setup] Feb 21 08:08:15.778 INFO E| Compiling sha2 v0.10.5
35362025-02-21T08:08:17.777Z[ helios-setup] Feb 21 08:08:16.377 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35372025-02-21T08:08:22.861Z[ helios-setup] Feb 21 08:08:21.469 INFO E| Finished `release` profile [optimized] target(s) in 12.74s
35382025-02-21T08:08:22.879Z[ helios-setup] Feb 21 08:08:21.486 INFO building project "bootserver" ok (12 seconds)
35392025-02-21T08:08:22.895Z[ helios-setup] rm -f helios-build
35402025-02-21T08:08:22.895Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35412025-02-21T08:08:22.895Z[ helios-setup]
35422025-02-21T08:08:22.899Z[ helios-setup] Setup complete! ./helios-build is now available.
35432025-02-21T08:08:22.900Z[ helios-setup]
35442025-02-21T08:08:22.900Z[ helios-setup]
35452025-02-21T08:08:22.900Z[ helios-setup] real 11:32.834553102
35462025-02-21T08:08:22.900Z[ helios-setup] user 28:03.004628029
35472025-02-21T08:08:22.900Z[ helios-setup] sys 2:48.449862658
35482025-02-21T08:08:22.900Z[ helios-setup] trap 1.789731369
35492025-02-21T08:08:22.901Z[ helios-setup] tflt 5.051662048
35502025-02-21T08:08:22.901Z[ helios-setup] dflt 22.870918096
35512025-02-21T08:08:22.901Z[ helios-setup] kflt 0.000247730
35522025-02-21T08:08:22.901Z[ helios-setup] lock 1:53:50.531836853
35532025-02-21T08:08:22.901Z[ helios-setup] slp 3:32:06.286863088
35542025-02-21T08:08:22.901Z[ helios-setup] lat 31:45.237195543
35552025-02-21T08:08:22.901Z[ helios-setup] stop 5:08.494710012
35562025-02-21T08:08:22.901ZFeb 21 08:08:21.500 INFO [helios-setup] process exited with exit status: 0 (692.840582704s)
35572025-02-21T08:08:22.901ZFeb 21 08:08:21.500 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35582025-02-21T08:08:22.953Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35592025-02-21T08:08:23.211Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35602025-02-21T08:08:23.211Z[ phbl-toolchain] info: downloading component 'cargo'
35612025-02-21T08:08:24.381Z[ phbl-toolchain] info: downloading component 'clippy'
35622025-02-21T08:08:24.753Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35632025-02-21T08:08:29.526Z[ phbl-toolchain] info: downloading component 'miri'
35642025-02-21T08:08:29.704Z[ phbl-toolchain] info: downloading component 'rust-docs'
35652025-02-21T08:08:30.935Z[ phbl-toolchain] info: downloading component 'rust-src'
35662025-02-21T08:08:31.179Z[ phbl-toolchain] info: downloading component 'rust-std'
35672025-02-21T08:08:33.042Z[ phbl-toolchain] info: downloading component 'rustc'
35682025-02-21T08:08:40.734Z[ phbl-toolchain] info: downloading component 'rustfmt'
35692025-02-21T08:08:40.950Z[ phbl-toolchain] info: installing component 'cargo'
35702025-02-21T08:08:42.233Z[ phbl-toolchain] info: installing component 'clippy'
35712025-02-21T08:08:42.891Z[ phbl-toolchain] info: installing component 'llvm-tools'
35722025-02-21T08:08:48.391Z[ phbl-toolchain] info: installing component 'miri'
35732025-02-21T08:08:48.818Z[ phbl-toolchain] info: installing component 'rust-docs'
35742025-02-21T08:08:57.395Z[ phbl-toolchain] info: installing component 'rust-src'
35752025-02-21T08:08:57.453Z[ phbl-toolchain] info: installing component 'rust-std'
35762025-02-21T08:08:58.457Z[ phbl-toolchain] info: installing component 'rustc'
35772025-02-21T08:09:08.079Z[ phbl-toolchain] info: installing component 'rustfmt'
35782025-02-21T08:09:08.183Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35792025-02-21T08:09:08.194ZFeb 21 08:09:06.765 INFO [phbl-toolchain] process exited with exit status: 0 (45.265182563s)
35802025-02-21T08:10:25.638Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35812025-02-21T08:10:27.763Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35822025-02-21T08:17:21.535Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 43s
35832025-02-21T08:18:34.216ZFeb 21 08:18:32.824 INFO [host-package] process exited with exit status: 0 (1256.504101505s)
35842025-02-21T08:18:34.219ZFeb 21 08:18:32.825 INFO [host-stamp] running task
35852025-02-21T08:18:34.219ZFeb 21 08:18:32.825 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35862025-02-21T08:18:34.226ZFeb 21 08:18:32.834 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+git903e27dbec3
35872025-02-21T08:18:34.237ZFeb 21 08:18:32.845 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+git903e27dbec3
35882025-02-21T08:18:34.244Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35892025-02-21T08:18:34.246Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35902025-02-21T08:18:34.246ZFeb 21 08:18:32.855 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+git903e27dbec3
35912025-02-21T08:18:34.253Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35922025-02-21T08:18:34.256Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35932025-02-21T08:18:34.256ZFeb 21 08:18:32.865 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+git903e27dbec3
35942025-02-21T08:18:34.267Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35952025-02-21T08:18:34.267ZFeb 21 08:18:32.876 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+git903e27dbec3
35962025-02-21T08:18:34.277Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35972025-02-21T08:18:34.280Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35982025-02-21T08:18:34.285ZFeb 21 08:18:32.889 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+git903e27dbec3
35992025-02-21T08:18:34.293Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36002025-02-21T08:18:34.296ZFeb 21 08:18:32.900 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+git903e27dbec3
36012025-02-21T08:18:34.308Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36022025-02-21T08:18:34.320ZFeb 21 08:18:32.917 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+git903e27dbec3
36032025-02-21T08:18:34.324Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36042025-02-21T08:18:34.328ZFeb 21 08:18:32.936 INFO [stamp-overlay] process exited with exit status: 0 (101.909697ms)
36052025-02-21T08:18:34.331Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36062025-02-21T08:18:34.331ZFeb 21 08:18:32.937 INFO [stamp-oxlog] process exited with exit status: 0 (81.755434ms)
36072025-02-21T08:18:34.331ZFeb 21 08:18:32.937 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.755863ms)
36082025-02-21T08:18:34.338Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36092025-02-21T08:18:34.375Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36102025-02-21T08:18:34.381ZFeb 21 08:18:32.988 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (123.574708ms)
36112025-02-21T08:18:34.533Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36122025-02-21T08:18:34.537ZFeb 21 08:18:33.146 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (269.731027ms)
36132025-02-21T08:18:34.729Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36142025-02-21T08:18:34.734ZFeb 21 08:18:33.339 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (449.551372ms)
36152025-02-21T08:18:35.535Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36162025-02-21T08:18:35.539ZFeb 21 08:18:34.144 INFO [stamp-propolis-server] process exited with exit status: 0 (1.227479397s)
36172025-02-21T08:18:35.542Z[recovery-package] Compiling newtype-uuid v1.2.1
36182025-02-21T08:18:36.081Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36192025-02-21T08:18:36.400Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36202025-02-21T08:18:36.400Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36212025-02-21T08:18:36.404Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36222025-02-21T08:18:36.444Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36232025-02-21T08:18:37.067Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36242025-02-21T08:18:44.889Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36252025-02-21T08:18:44.892ZFeb 21 08:18:43.501 INFO [stamp-switch-asic] process exited with exit status: 0 (10.655630177s)
36262025-02-21T08:18:44.892ZFeb 21 08:18:43.501 INFO [host-stamp] task succeeded (10.676443237s)
36272025-02-21T08:18:44.893ZFeb 21 08:18:43.501 INFO [host-proto] running task
36282025-02-21T08:18:45.376ZFeb 21 08:18:43.984 INFO [host-proto] task succeeded (482.926273ms)
36292025-02-21T08:18:45.376ZFeb 21 08:18:43.984 INFO [host-profile] running task
36302025-02-21T08:18:45.385ZFeb 21 08:18:43.984 INFO [host-profile] task succeeded (216.632µs)
36312025-02-21T08:18:45.385ZFeb 21 08:18:43.985 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/.tmpDANt3T/proto/host/root -N 'ci 903e27d/${os_short_commit} 2025-02-21 07:56' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36322025-02-21T08:18:45.396Z[ host-image] Feb 21 08:18:44.004 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36332025-02-21T08:18:45.396Z[ host-image] Feb 21 08:18:44.005 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36342025-02-21T08:18:45.413Z[ host-image] Feb 21 08:18:44.019 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpDANt3T/proto/host/root"
36352025-02-21T08:18:45.416Z[ host-image] Feb 21 08:18:44.019 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36362025-02-21T08:18:45.416Z[ host-image] Feb 21 08:18:44.019 INFO image builder template: ramdisk-01-os...
36372025-02-21T08:18:45.416Z[ host-image] Feb 21 08:18:44.019 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/.tmpDANt3T/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
36382025-02-21T08:18:45.432Z[ host-image] Feb 21 08:18:44.040 INFO O| Feb 21 08:18:44.039 INFO CREATE DATASET: rpool/images/build/host/output
36392025-02-21T08:18:45.479Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36402025-02-21T08:18:45.479Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36412025-02-21T08:18:45.479Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36422025-02-21T08:18:45.482Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36432025-02-21T08:18:45.748Z[ host-image] Feb 21 08:18:44.357 INFO O| Feb 21 08:18:44.356 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36442025-02-21T08:18:45.758Z[ host-image] Feb 21 08:18:44.364 INFO O| Feb 21 08:18:44.364 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36452025-02-21T08:18:46.016Z[ host-image] Feb 21 08:18:44.611 INFO O| Feb 21 08:18:44.611 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36462025-02-21T08:18:46.095Z[ host-image] Feb 21 08:18:44.694 INFO O| Feb 21 08:18:44.694 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36472025-02-21T08:18:46.112Z[ host-image] Feb 21 08:18:44.695 INFO O| Feb 21 08:18:44.694 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36482025-02-21T08:18:46.112Z[ host-image] Feb 21 08:18:44.695 INFO O| Feb 21 08:18:44.695 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36492025-02-21T08:18:46.112Z[ host-image] Feb 21 08:18:44.695 INFO O| Feb 21 08:18:44.695 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36502025-02-21T08:18:46.159Z[ host-image] Feb 21 08:18:44.741 INFO O| Feb 21 08:18:44.737 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36512025-02-21T08:18:46.539Z[ host-image] Feb 21 08:18:45.147 INFO O| Feb 21 08:18:45.146 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522025-02-21T08:18:46.556Z[ host-image] Feb 21 08:18:45.164 INFO O| Feb 21 08:18:45.164 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36532025-02-21T08:18:47.357Z[ host-image] Feb 21 08:18:45.957 INFO O| Feb 21 08:18:45.957 INFO O| Caching catalogs ... Done
36542025-02-21T08:18:47.491Z[ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.099 INFO STEP 0 (pkg_image_create) COMPLETE
36552025-02-21T08:18:47.491Z[ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.100 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562025-02-21T08:18:47.498Z[ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.100 INFO skip step because feature "repo_redist" is not enabled
36572025-02-21T08:18:47.498Z[ host-image] Feb 21 08:18:46.100 INFO O| Feb 21 08:18:46.100 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582025-02-21T08:18:47.515Z[ host-image] Feb 21 08:18:46.120 INFO O| Feb 21 08:18:46.120 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"]
36592025-02-21T08:18:48.157Z[ host-image] Feb 21 08:18:46.765 INFO O| Feb 21 08:18:46.765 INFO STEP 2 (pkg_set_publisher) COMPLETE
36602025-02-21T08:18:48.157Z[ host-image] Feb 21 08:18:46.765 INFO O| Feb 21 08:18:46.765 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36612025-02-21T08:18:48.175Z[ host-image] Feb 21 08:18:46.783 INFO O| Feb 21 08:18:46.783 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"]
36622025-02-21T08:18:48.724Z[ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.332 INFO STEP 3 (pkg_set_publisher) COMPLETE
36632025-02-21T08:18:48.724Z[ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.333 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642025-02-21T08:18:48.724Z[ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.333 INFO skip step because feature "repo_redist" is not enabled
36652025-02-21T08:18:48.729Z[ host-image] Feb 21 08:18:47.333 INFO O| Feb 21 08:18:47.333 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662025-02-21T08:18:49.361Z[ host-image] Feb 21 08:18:47.965 INFO O| Feb 21 08:18:47.964 INFO variant opensolaris.zone is already global
36672025-02-21T08:18:49.361Z[ host-image] Feb 21 08:18:47.965 INFO O| Feb 21 08:18:47.965 INFO STEP 5 (pkg_change_variant) COMPLETE
36682025-02-21T08:18:49.361Z[ host-image] Feb 21 08:18:47.965 INFO O| Feb 21 08:18:47.965 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692025-02-21T08:18:49.950Z[ host-image] Feb 21 08:18:48.558 INFO O| Feb 21 08:18:48.558 INFO variant opensolaris.imagetype is full; changing to partial
36702025-02-21T08:18:49.950Z[ host-image] Feb 21 08:18:48.558 INFO O| Feb 21 08:18:48.558 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36712025-02-21T08:18:50.778Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36722025-02-21T08:18:53.291Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36732025-02-21T08:18:55.368Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36742025-02-21T08:18:57.551Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36752025-02-21T08:19:00.140Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36762025-02-21T08:19:00.450Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772025-02-21T08:19:01.909Z[ host-image] Feb 21 08:19:00.515 INFO O| Feb 21 08:19:00.515 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36782025-02-21T08:19:02.707Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36792025-02-21T08:19:08.733Z[ host-image] Feb 21 08:19:07.332 INFO O| Feb 21 08:19:07.332 INFO O| Startup: Caching catalogs ... Done
36802025-02-21T08:19:08.801Z[ host-image] Feb 21 08:19:07.409 INFO O| Feb 21 08:19:07.409 INFO O| Planning: Planning completed in 0.00 seconds
36812025-02-21T08:19:08.810Z[ host-image] Feb 21 08:19:07.410 INFO O| Feb 21 08:19:07.410 INFO O| Planning: Consolidating action changes ... Done
36822025-02-21T08:19:08.811Z[ host-image] Feb 21 08:19:07.410 INFO O| Feb 21 08:19:07.410 INFO O| Planning: Evaluating mediators ... Done
36832025-02-21T08:19:08.811Z[ host-image] Feb 21 08:19:07.410 INFO O| Feb 21 08:19:07.410 INFO O| Planning: Planning completed in 0.00 seconds
36842025-02-21T08:19:08.811Z[ host-image] Feb 21 08:19:07.411 INFO O| Feb 21 08:19:07.411 INFO O| Variants/Facets to change: 1
36852025-02-21T08:19:08.821Z[ host-image] Feb 21 08:19:07.429 INFO O| Feb 21 08:19:07.429 INFO O| Done
36862025-02-21T08:19:08.827Z[ host-image] Feb 21 08:19:07.429 INFO O| Feb 21 08:19:07.429 INFO O| Done
36872025-02-21T08:19:09.390Z[ host-image] Feb 21 08:19:07.998 INFO O| Feb 21 08:19:07.998 INFO O| Done
36882025-02-21T08:19:09.441Z[ host-image] Feb 21 08:19:08.049 INFO O| Feb 21 08:19:08.049 INFO O| Done
36892025-02-21T08:19:09.443Z[ host-image] Feb 21 08:19:08.050 INFO O| Feb 21 08:19:08.050 INFO O| Done
36902025-02-21T08:19:09.443Z[ host-image] Feb 21 08:19:08.050 INFO O| Feb 21 08:19:08.050 INFO O| Done
36912025-02-21T08:19:09.443Z[ host-image] Feb 21 08:19:08.051 INFO O| Feb 21 08:19:08.051 INFO O| Done
36922025-02-21T08:19:09.879Z[ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO STEP 6 (pkg_change_variant) COMPLETE
36932025-02-21T08:19:09.879Z[ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36942025-02-21T08:19:09.884Z[ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO skip step because feature "debug_variant" is not enabled
36952025-02-21T08:19:09.884Z[ host-image] Feb 21 08:19:08.486 INFO O| Feb 21 08:19:08.486 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36962025-02-21T08:19:10.226Z[ host-image] Feb 21 08:19:08.835 INFO O| Feb 21 08:19:08.834 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36972025-02-21T08:19:11.097Z[ host-image] Feb 21 08:19:09.704 INFO O| Feb 21 08:19:09.704 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36982025-02-21T08:19:11.147Z[ host-image] Feb 21 08:19:09.706 INFO O| Feb 21 08:19:09.706 INFO O| Planning: Planning completed in 0.00 seconds
36992025-02-21T08:19:11.147Z[ host-image] Feb 21 08:19:09.707 INFO O| Feb 21 08:19:09.707 INFO O| Planning: Consolidating action changes ... Done
37002025-02-21T08:19:11.147Z[ host-image] Feb 21 08:19:09.707 INFO O| Feb 21 08:19:09.707 INFO O| Planning: Evaluating mediators ... Done
37012025-02-21T08:19:11.147Z[ host-image] Feb 21 08:19:09.708 INFO O| Feb 21 08:19:09.708 INFO O| Planning: Planning completed in 0.00 seconds
37022025-02-21T08:19:11.147Z[ host-image] Feb 21 08:19:09.708 INFO O| Feb 21 08:19:09.708 INFO O| Variants/Facets to change: 1
37032025-02-21T08:19:11.202Z[ host-image] Feb 21 08:19:09.808 INFO O| Feb 21 08:19:09.808 INFO O| Done
37042025-02-21T08:19:11.202Z[ host-image] Feb 21 08:19:09.808 INFO O| Feb 21 08:19:09.808 INFO O| Done
37052025-02-21T08:19:11.987Z[ host-image] Feb 21 08:19:10.577 INFO O| Feb 21 08:19:10.577 INFO O| Done
37062025-02-21T08:19:12.086Z[ host-image] Feb 21 08:19:10.656 INFO O| Feb 21 08:19:10.656 INFO O| Done
37072025-02-21T08:19:12.141Z[ host-image] Feb 21 08:19:10.657 INFO O| Feb 21 08:19:10.657 INFO O| Done
37082025-02-21T08:19:12.141Z[ host-image] Feb 21 08:19:10.658 INFO O| Feb 21 08:19:10.657 INFO O| Done
37092025-02-21T08:19:12.141Z[ host-image] Feb 21 08:19:10.659 INFO O| Feb 21 08:19:10.659 INFO O| Done
37102025-02-21T08:19:12.185Z[ host-image] Feb 21 08:19:10.753 INFO O| Feb 21 08:19:10.753 INFO STEP 8 (pkg_change_facet) COMPLETE
37112025-02-21T08:19:12.185Z[ host-image] Feb 21 08:19:10.753 INFO O| Feb 21 08:19:10.753 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37122025-02-21T08:19:12.185Z[ host-image] Feb 21 08:19:10.753 INFO O| Feb 21 08:19:10.753 INFO skip step because feature "recovery" is not enabled
37132025-02-21T08:19:12.185Z[ host-image] Feb 21 08:19:10.754 INFO O| Feb 21 08:19:10.753 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142025-02-21T08:19:12.185Z[ host-image] Feb 21 08:19:10.754 INFO O| Feb 21 08:19:10.753 INFO skip step because feature "recovery" is not enabled
37152025-02-21T08:19:12.185Z[ host-image] Feb 21 08:19:10.754 INFO O| Feb 21 08:19:10.753 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37162025-02-21T08:19:12.263Z[ host-image] Feb 21 08:19:10.771 INFO O| Feb 21 08:19:10.771 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"]
37172025-02-21T08:19:13.546Z[ host-image] Feb 21 08:19:12.115 INFO O| Feb 21 08:19:12.115 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37182025-02-21T08:19:20.821Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.31s
37192025-02-21T08:19:22.221ZFeb 21 08:19:20.829 INFO [recovery-package] process exited with exit status: 0 (48.004109348s)
37202025-02-21T08:19:22.221ZFeb 21 08:19:20.829 INFO [recovery-stamp] running task
37212025-02-21T08:19:22.224ZFeb 21 08:19:20.830 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37222025-02-21T08:19:22.230ZFeb 21 08:19:20.839 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+git903e27dbec3
37232025-02-21T08:19:22.242ZFeb 21 08:19:20.850 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git903e27dbec3
37242025-02-21T08:19:22.254Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37252025-02-21T08:19:22.264Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37262025-02-21T08:19:22.348Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37272025-02-21T08:19:22.352ZFeb 21 08:19:20.960 INFO [stamp-installinator] process exited with exit status: 0 (109.924173ms)
37282025-02-21T08:19:22.356Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37292025-02-21T08:19:22.359ZFeb 21 08:19:20.968 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (129.126314ms)
37302025-02-21T08:19:22.364ZFeb 21 08:19:20.968 INFO [recovery-stamp] task succeeded (138.547388ms)
37312025-02-21T08:19:22.364ZFeb 21 08:19:20.968 INFO [recovery-proto] running task
37322025-02-21T08:19:22.364ZFeb 21 08:19:20.968 INFO [tuf-stamp] running task
37332025-02-21T08:19:22.364ZFeb 21 08:19:20.969 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+git903e27dbec3
37342025-02-21T08:19:22.378ZFeb 21 08:19:20.986 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+git903e27dbec3
37352025-02-21T08:19:22.393Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37362025-02-21T08:19:22.396ZFeb 21 08:19:21.002 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+git903e27dbec3
37372025-02-21T08:19:22.407Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37382025-02-21T08:19:22.410ZFeb 21 08:19:21.016 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+git903e27dbec3
37392025-02-21T08:19:22.426Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37402025-02-21T08:19:22.429ZFeb 21 08:19:21.035 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+git903e27dbec3
37412025-02-21T08:19:22.450Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37422025-02-21T08:19:22.453ZFeb 21 08:19:21.058 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+git903e27dbec3
37432025-02-21T08:19:22.486Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37442025-02-21T08:19:22.512ZFeb 21 08:19:21.121 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+git903e27dbec3
37452025-02-21T08:19:22.601ZFeb 21 08:19:21.208 INFO [recovery-proto] task succeeded (240.196211ms)
37462025-02-21T08:19:22.604ZFeb 21 08:19:21.209 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/.tmpDANt3T/proto/recovery/root -N 'recovery 903e27d/${os_short_commit} 2025-02-21 07:56' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37472025-02-21T08:19:22.604Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37482025-02-21T08:19:22.647ZFeb 21 08:19:21.255 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+git903e27dbec3
37492025-02-21T08:19:22.672Z[ recovery-image] Feb 21 08:19:21.266 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37502025-02-21T08:19:22.672Z[ recovery-image] Feb 21 08:19:21.266 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37512025-02-21T08:19:22.677Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37522025-02-21T08:19:22.677ZFeb 21 08:19:21.281 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+git903e27dbec3
37532025-02-21T08:19:22.704Z[ recovery-image] Feb 21 08:19:21.293 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpDANt3T/proto/recovery/root"
37542025-02-21T08:19:22.707Z[ recovery-image] Feb 21 08:19:21.293 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37552025-02-21T08:19:22.707Z[ recovery-image] Feb 21 08:19:21.293 INFO image builder template: ramdisk-01-os...
37562025-02-21T08:19:22.707Z[ recovery-image] Feb 21 08:19:21.293 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/.tmpDANt3T/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
37572025-02-21T08:19:22.707Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37582025-02-21T08:19:22.707ZFeb 21 08:19:21.313 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+git903e27dbec3
37592025-02-21T08:19:22.767Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37602025-02-21T08:19:22.770ZFeb 21 08:19:21.376 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+git903e27dbec3
37612025-02-21T08:19:22.814Z[ recovery-image] Feb 21 08:19:21.382 INFO O| Feb 21 08:19:21.373 INFO CREATE DATASET: rpool/images/build/recovery/output
37622025-02-21T08:19:22.844Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37632025-02-21T08:19:22.903Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37642025-02-21T08:19:23.097Z[ recovery-image] Feb 21 08:19:21.706 INFO O| Feb 21 08:19:21.696 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37652025-02-21T08:19:23.097Z[ recovery-image] Feb 21 08:19:21.706 INFO O| Feb 21 08:19:21.703 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37662025-02-21T08:19:23.148Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37672025-02-21T08:19:23.240ZFeb 21 08:19:21.848 INFO [stamp-probe] process exited with exit status: 0 (534.657585ms)
37682025-02-21T08:19:23.276Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
37692025-02-21T08:19:23.363Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37702025-02-21T08:19:23.553Z[ recovery-image] Feb 21 08:19:22.162 INFO O| Feb 21 08:19:22.162 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37712025-02-21T08:19:23.712Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37722025-02-21T08:19:23.722Z[ recovery-image] Feb 21 08:19:22.329 INFO O| Feb 21 08:19:22.329 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37732025-02-21T08:19:23.725Z[ recovery-image] Feb 21 08:19:22.329 INFO O| Feb 21 08:19:22.329 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37742025-02-21T08:19:23.725Z[ recovery-image] Feb 21 08:19:22.330 INFO O| Feb 21 08:19:22.329 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37752025-02-21T08:19:23.725Z[ recovery-image] Feb 21 08:19:22.330 INFO O| Feb 21 08:19:22.330 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37762025-02-21T08:19:23.732Z[ recovery-image] Feb 21 08:19:22.340 INFO O| Feb 21 08:19:22.340 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37772025-02-21T08:19:23.755ZFeb 21 08:19:22.363 INFO [stamp-ntp] process exited with exit status: 0 (1.107653074s)
37782025-02-21T08:19:24.166Z[ recovery-image] Feb 21 08:19:22.774 INFO O| Feb 21 08:19:22.774 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37792025-02-21T08:19:24.208Z[ recovery-image] Feb 21 08:19:22.815 INFO O| Feb 21 08:19:22.815 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37802025-02-21T08:19:24.389Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37812025-02-21T08:19:24.423ZFeb 21 08:19:23.032 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.973212555s)
37822025-02-21T08:19:24.908Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37832025-02-21T08:19:24.911ZFeb 21 08:19:23.520 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.143638326s)
37842025-02-21T08:19:25.086Z[ recovery-image] Feb 21 08:19:23.695 INFO O| Feb 21 08:19:23.694 INFO O| Caching catalogs ... Done
37852025-02-21T08:19:25.137Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37862025-02-21T08:19:25.173ZFeb 21 08:19:23.782 INFO [stamp-internal-dns] process exited with exit status: 0 (2.661004724s)
37872025-02-21T08:19:25.227Z[ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO STEP 0 (pkg_image_create) COMPLETE
37882025-02-21T08:19:25.227Z[ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892025-02-21T08:19:25.227Z[ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO skip step because feature "repo_redist" is not enabled
37902025-02-21T08:19:25.227Z[ recovery-image] Feb 21 08:19:23.831 INFO O| Feb 21 08:19:23.829 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37912025-02-21T08:19:25.233Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37922025-02-21T08:19:25.237Z[ recovery-image] Feb 21 08:19:23.844 INFO O| Feb 21 08:19:23.844 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"]
37932025-02-21T08:19:25.240ZFeb 21 08:19:23.845 INFO [stamp-external-dns] process exited with exit status: 0 (2.564054557s)
37942025-02-21T08:19:25.391Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37952025-02-21T08:19:25.396ZFeb 21 08:19:24.004 INFO [stamp-oximeter] process exited with exit status: 0 (3.002403194s)
37962025-02-21T08:19:25.702Z[ recovery-image] Feb 21 08:19:24.311 INFO O| Feb 21 08:19:24.310 INFO STEP 2 (pkg_set_publisher) COMPLETE
37972025-02-21T08:19:25.703Z[ recovery-image] Feb 21 08:19:24.311 INFO O| Feb 21 08:19:24.311 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982025-02-21T08:19:25.716Z[ recovery-image] Feb 21 08:19:24.325 INFO O| Feb 21 08:19:24.325 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"]
37992025-02-21T08:19:26.106Z[ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO STEP 3 (pkg_set_publisher) COMPLETE
38002025-02-21T08:19:26.106Z[ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012025-02-21T08:19:26.109Z[ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO skip step because feature "repo_redist" is not enabled
38022025-02-21T08:19:26.109Z[ recovery-image] Feb 21 08:19:24.713 INFO O| Feb 21 08:19:24.713 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032025-02-21T08:19:26.484Z[ recovery-image] Feb 21 08:19:25.091 INFO O| Feb 21 08:19:25.091 INFO variant opensolaris.zone is already global
38042025-02-21T08:19:26.484Z[ recovery-image] Feb 21 08:19:25.091 INFO O| Feb 21 08:19:25.091 INFO STEP 5 (pkg_change_variant) COMPLETE
38052025-02-21T08:19:26.484Z[ recovery-image] Feb 21 08:19:25.091 INFO O| Feb 21 08:19:25.091 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38062025-02-21T08:19:26.953Z[ recovery-image] Feb 21 08:19:25.562 INFO O| Feb 21 08:19:25.562 INFO variant opensolaris.imagetype is full; changing to partial
38072025-02-21T08:19:26.953Z[ recovery-image] Feb 21 08:19:25.562 INFO O| Feb 21 08:19:25.562 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38082025-02-21T08:19:27.231Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38092025-02-21T08:19:27.235ZFeb 21 08:19:25.844 INFO [stamp-nexus] process exited with exit status: 0 (4.874894405s)
38102025-02-21T08:19:27.807Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38112025-02-21T08:19:27.994Z[verify-libraries] Compiling home v0.5.9
38122025-02-21T08:19:28.012Z[verify-libraries] Compiling cfg_aliases v0.1.1
38132025-02-21T08:19:28.051Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38142025-02-21T08:19:28.055Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38152025-02-21T08:19:28.056Z[verify-libraries] Compiling unicode_categories v0.1.1
38162025-02-21T08:19:28.187Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38172025-02-21T08:19:28.190Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38182025-02-21T08:19:28.395Z[verify-libraries] Compiling nix v0.28.0
38192025-02-21T08:19:28.560Z[verify-libraries] Compiling sqlformat v0.2.6
38202025-02-21T08:19:28.713Z[verify-libraries] Compiling polyval v0.6.2
38212025-02-21T08:19:28.756Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38222025-02-21T08:19:28.785ZFeb 21 08:19:27.394 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.377845047s)
38232025-02-21T08:19:28.996Z[verify-libraries] Compiling ctr v0.9.2
38242025-02-21T08:19:29.401Z[verify-libraries] Compiling ghash v0.5.1
38252025-02-21T08:19:29.495Z[verify-libraries] Compiling ssh-encoding v0.2.0
38262025-02-21T08:19:29.627Z[verify-libraries] Compiling blowfish v0.9.1
38272025-02-21T08:19:29.683Z[verify-libraries] Compiling sqlparser v0.45.0
38282025-02-21T08:19:29.748Z[verify-libraries] Compiling aes-gcm v0.10.3
38292025-02-21T08:19:30.383Z[verify-libraries] Compiling ssh-cipher v0.2.0
38302025-02-21T08:19:31.136Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38312025-02-21T08:19:32.414Z[verify-libraries] Compiling password-hash v0.4.2
38322025-02-21T08:19:35.226Z[verify-libraries] Compiling rustyline v14.0.0
38332025-02-21T08:19:35.634Z[verify-libraries] Compiling pbkdf2 v0.11.0
38342025-02-21T08:19:36.496Z[verify-libraries] Compiling ssh-key v0.6.6
38352025-02-21T08:19:36.823Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38362025-02-21T08:19:36.827ZFeb 21 08:19:35.434 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.448446473s)
38372025-02-21T08:19:37.613Z[verify-libraries] Compiling p256 v0.13.2
38382025-02-21T08:19:38.025Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38392025-02-21T08:19:38.057ZFeb 21 08:19:36.665 INFO [stamp-clickhouse] process exited with exit status: 0 (15.62946258s)
38402025-02-21T08:19:38.057ZFeb 21 08:19:36.665 INFO [tuf-stamp] task succeeded (15.696591288s)
38412025-02-21T08:19:38.888Z[verify-libraries] Compiling p521 v0.13.3
38422025-02-21T08:19:40.504Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38432025-02-21T08:19:41.095Z[verify-libraries] Compiling md5 v0.7.0
38442025-02-21T08:19:41.552Z[ recovery-image] Feb 21 08:19:40.160 INFO O| Feb 21 08:19:40.159 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38452025-02-21T08:19:41.764Z[verify-libraries] Compiling russh-keys v0.45.0
38462025-02-21T08:19:44.057Z[verify-libraries] Compiling num-bigint v0.4.6
38472025-02-21T08:19:51.400Z[ recovery-image] Feb 21 08:19:49.997 INFO O| Feb 21 08:19:49.997 INFO O| Startup: Caching catalogs ... Done
38482025-02-21T08:19:51.505Z[ recovery-image] Feb 21 08:19:50.105 INFO O| Feb 21 08:19:50.105 INFO O| Planning: Planning completed in 0.00 seconds
38492025-02-21T08:19:51.509Z[ recovery-image] Feb 21 08:19:50.106 INFO O| Feb 21 08:19:50.106 INFO O| Planning: Consolidating action changes ... Done
38502025-02-21T08:19:51.509Z[ recovery-image] Feb 21 08:19:50.106 INFO O| Feb 21 08:19:50.106 INFO O| Planning: Evaluating mediators ... Done
38512025-02-21T08:19:51.509Z[ recovery-image] Feb 21 08:19:50.106 INFO O| Feb 21 08:19:50.106 INFO O| Planning: Planning completed in 0.00 seconds
38522025-02-21T08:19:51.509Z[ recovery-image] Feb 21 08:19:50.107 INFO O| Feb 21 08:19:50.107 INFO O| Variants/Facets to change: 1
38532025-02-21T08:19:51.551Z[ recovery-image] Feb 21 08:19:50.159 INFO O| Feb 21 08:19:50.158 INFO O| Done
38542025-02-21T08:19:51.551Z[ recovery-image] Feb 21 08:19:50.159 INFO O| Feb 21 08:19:50.159 INFO O| Done
38552025-02-21T08:19:52.718Z[verify-libraries] Compiling des v0.8.1
38562025-02-21T08:19:52.787Z[ recovery-image] Feb 21 08:19:51.395 INFO O| Feb 21 08:19:51.395 INFO O| Done
38572025-02-21T08:19:52.950Z[ recovery-image] Feb 21 08:19:51.558 INFO O| Feb 21 08:19:51.558 INFO O| Done
38582025-02-21T08:19:52.954Z[ recovery-image] Feb 21 08:19:51.560 INFO O| Feb 21 08:19:51.560 INFO O| Done
38592025-02-21T08:19:52.954Z[ recovery-image] Feb 21 08:19:51.560 INFO O| Feb 21 08:19:51.560 INFO O| Done
38602025-02-21T08:19:52.958Z[ recovery-image] Feb 21 08:19:51.562 INFO O| Feb 21 08:19:51.562 INFO O| Done
38612025-02-21T08:19:53.451Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38622025-02-21T08:19:53.766Z[ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO STEP 6 (pkg_change_variant) COMPLETE
38632025-02-21T08:19:53.766Z[ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38642025-02-21T08:19:53.769Z[ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO skip step because feature "debug_variant" is not enabled
38652025-02-21T08:19:53.769Z[ recovery-image] Feb 21 08:19:52.372 INFO O| Feb 21 08:19:52.372 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38662025-02-21T08:19:54.265Z[verify-libraries] Compiling hex-literal v0.4.1
38672025-02-21T08:19:54.464Z[ recovery-image] Feb 21 08:19:53.071 INFO O| Feb 21 08:19:53.071 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38682025-02-21T08:19:54.563Z[verify-libraries] Compiling russh v0.45.0
38692025-02-21T08:19:54.708Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38702025-02-21T08:19:55.586Z[ recovery-image] Feb 21 08:19:54.193 INFO O| Feb 21 08:19:54.193 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38712025-02-21T08:19:55.589Z[ recovery-image] Feb 21 08:19:54.195 INFO O| Feb 21 08:19:54.195 INFO O| Planning: Planning completed in 0.00 seconds
38722025-02-21T08:19:55.589Z[ recovery-image] Feb 21 08:19:54.196 INFO O| Feb 21 08:19:54.196 INFO O| Planning: Consolidating action changes ... Done
38732025-02-21T08:19:55.589Z[ recovery-image] Feb 21 08:19:54.197 INFO O| Feb 21 08:19:54.197 INFO O| Planning: Evaluating mediators ... Done
38742025-02-21T08:19:55.600Z[ recovery-image] Feb 21 08:19:54.207 INFO O| Feb 21 08:19:54.207 INFO O| Planning: Planning completed in 0.01 seconds
38752025-02-21T08:19:55.603Z[ recovery-image] Feb 21 08:19:54.208 INFO O| Feb 21 08:19:54.208 INFO O| Variants/Facets to change: 1
38762025-02-21T08:19:55.692Z[ recovery-image] Feb 21 08:19:54.299 INFO O| Feb 21 08:19:54.299 INFO O| Done
38772025-02-21T08:19:55.692Z[ recovery-image] Feb 21 08:19:54.299 INFO O| Feb 21 08:19:54.299 INFO O| Done
38782025-02-21T08:19:56.543Z[ recovery-image] Feb 21 08:19:55.152 INFO O| Feb 21 08:19:55.151 INFO O| Done
38792025-02-21T08:19:56.661Z[ recovery-image] Feb 21 08:19:55.266 INFO O| Feb 21 08:19:55.266 INFO O| Done
38802025-02-21T08:19:56.665Z[ recovery-image] Feb 21 08:19:55.267 INFO O| Feb 21 08:19:55.267 INFO O| Done
38812025-02-21T08:19:56.665Z[ recovery-image] Feb 21 08:19:55.267 INFO O| Feb 21 08:19:55.267 INFO O| Done
38822025-02-21T08:19:56.665Z[ recovery-image] Feb 21 08:19:55.268 INFO O| Feb 21 08:19:55.268 INFO O| Done
38832025-02-21T08:19:56.758Z[ recovery-image] Feb 21 08:19:55.366 INFO O| Feb 21 08:19:55.366 INFO STEP 8 (pkg_change_facet) COMPLETE
38842025-02-21T08:19:56.758Z[ recovery-image] Feb 21 08:19:55.366 INFO O| Feb 21 08:19:55.366 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38852025-02-21T08:19:57.530Z[ recovery-image] Feb 21 08:19:56.138 INFO O| Feb 21 08:19:56.138 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38862025-02-21T08:19:57.866Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38872025-02-21T08:19:58.683Z[ recovery-image] Feb 21 08:19:57.288 INFO O| Feb 21 08:19:57.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38882025-02-21T08:19:58.687Z[ recovery-image] Feb 21 08:19:57.290 INFO O| Feb 21 08:19:57.290 INFO O| Planning: Planning completed in 0.00 seconds
38892025-02-21T08:19:58.687Z[ recovery-image] Feb 21 08:19:57.291 INFO O| Feb 21 08:19:57.291 INFO O| Planning: Consolidating action changes ... Done
38902025-02-21T08:19:58.687Z[ recovery-image] Feb 21 08:19:57.291 INFO O| Feb 21 08:19:57.291 INFO O| Planning: Evaluating mediators ... Done
38912025-02-21T08:19:58.687Z[ recovery-image] Feb 21 08:19:57.292 INFO O| Feb 21 08:19:57.292 INFO O| Planning: Planning completed in 0.00 seconds
38922025-02-21T08:19:58.687Z[ recovery-image] Feb 21 08:19:57.292 INFO O| Feb 21 08:19:57.292 INFO O| Variants/Facets to change: 1
38932025-02-21T08:19:58.780Z[ recovery-image] Feb 21 08:19:57.388 INFO O| Feb 21 08:19:57.387 INFO O| Done
38942025-02-21T08:19:58.780Z[ recovery-image] Feb 21 08:19:57.388 INFO O| Feb 21 08:19:57.387 INFO O| Done
38952025-02-21T08:19:59.637Z[ recovery-image] Feb 21 08:19:58.240 INFO O| Feb 21 08:19:58.240 INFO O| Done
38962025-02-21T08:19:59.724Z[ recovery-image] Feb 21 08:19:58.330 INFO O| Feb 21 08:19:58.330 INFO O| Done
38972025-02-21T08:19:59.732Z[ recovery-image] Feb 21 08:19:58.331 INFO O| Feb 21 08:19:58.331 INFO O| Done
38982025-02-21T08:19:59.732Z[ recovery-image] Feb 21 08:19:58.331 INFO O| Feb 21 08:19:58.331 INFO O| Done
38992025-02-21T08:19:59.732Z[ recovery-image] Feb 21 08:19:58.333 INFO O| Feb 21 08:19:58.333 INFO O| Done
39002025-02-21T08:19:59.833Z[ recovery-image] Feb 21 08:19:58.436 INFO O| Feb 21 08:19:58.436 INFO STEP 9 (pkg_change_facet) COMPLETE
39012025-02-21T08:19:59.834Z[ recovery-image] Feb 21 08:19:58.436 INFO O| Feb 21 08:19:58.436 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39022025-02-21T08:20:00.457Z[ recovery-image] Feb 21 08:19:59.065 INFO O| Feb 21 08:19:59.065 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39032025-02-21T08:20:01.490Z[ recovery-image] Feb 21 08:20:00.098 INFO O| Feb 21 08:20:00.098 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39042025-02-21T08:20:01.493Z[ recovery-image] Feb 21 08:20:00.100 INFO O| Feb 21 08:20:00.100 INFO O| Planning: Planning completed in 0.00 seconds
39052025-02-21T08:20:01.493Z[ recovery-image] Feb 21 08:20:00.100 INFO O| Feb 21 08:20:00.100 INFO O| Planning: Consolidating action changes ... Done
39062025-02-21T08:20:01.493Z[ recovery-image] Feb 21 08:20:00.101 INFO O| Feb 21 08:20:00.101 INFO O| Planning: Evaluating mediators ... Done
39072025-02-21T08:20:01.496Z[ recovery-image] Feb 21 08:20:00.101 INFO O| Feb 21 08:20:00.101 INFO O| Planning: Planning completed in 0.00 seconds
39082025-02-21T08:20:01.496Z[ recovery-image] Feb 21 08:20:00.102 INFO O| Feb 21 08:20:00.101 INFO O| Variants/Facets to change: 1
39092025-02-21T08:20:01.539Z[ recovery-image] Feb 21 08:20:00.145 INFO O| Feb 21 08:20:00.145 INFO O| Done
39102025-02-21T08:20:01.539Z[ recovery-image] Feb 21 08:20:00.146 INFO O| Feb 21 08:20:00.145 INFO O| Done
39112025-02-21T08:20:02.603Z[ recovery-image] Feb 21 08:20:01.211 INFO O| Feb 21 08:20:01.211 INFO O| Done
39122025-02-21T08:20:02.729Z[ recovery-image] Feb 21 08:20:01.335 INFO O| Feb 21 08:20:01.335 INFO O| Done
39132025-02-21T08:20:02.732Z[ recovery-image] Feb 21 08:20:01.336 INFO O| Feb 21 08:20:01.336 INFO O| Done
39142025-02-21T08:20:02.732Z[ recovery-image] Feb 21 08:20:01.337 INFO O| Feb 21 08:20:01.337 INFO O| Done
39152025-02-21T08:20:02.732Z[ recovery-image] Feb 21 08:20:01.338 INFO O| Feb 21 08:20:01.338 INFO O| Done
39162025-02-21T08:20:02.845Z[ recovery-image] Feb 21 08:20:01.453 INFO O| Feb 21 08:20:01.453 INFO STEP 10 (pkg_change_facet) COMPLETE
39172025-02-21T08:20:02.845Z[ recovery-image] Feb 21 08:20:01.453 INFO O| Feb 21 08:20:01.453 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39182025-02-21T08:20:02.865Z[ recovery-image] Feb 21 08:20:01.472 INFO O| Feb 21 08:20:01.471 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"]
39192025-02-21T08:20:03.873Z[ recovery-image] Feb 21 08:20:02.481 INFO O| Feb 21 08:20:02.481 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39202025-02-21T08:20:04.995Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39212025-02-21T08:20:07.794Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
39222025-02-21T08:20:11.466Z[verify-libraries] Compiling petname v2.0.2
39232025-02-21T08:20:12.745Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
39242025-02-21T08:20:13.343Z[verify-libraries] Compiling internet-checksum v0.2.1
39252025-02-21T08:20:14.531Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39262025-02-21T08:20:18.250Z[ host-image] Feb 21 08:20:16.858 INFO O| Feb 21 08:20:16.858 INFO O| Planning: Solver setup ... Done
39272025-02-21T08:20:22.047Z[verify-libraries] Compiling heck v0.4.1
39282025-02-21T08:20:23.523Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39292025-02-21T08:20:41.792Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39302025-02-21T08:20:48.494Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39312025-02-21T08:20:52.482Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39322025-02-21T08:20:55.049Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39332025-02-21T08:21:05.487Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39342025-02-21T08:21:07.086Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39352025-02-21T08:21:07.698Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39362025-02-21T08:21:08.897Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39372025-02-21T08:21:17.808Z[ recovery-image] Feb 21 08:21:16.415 INFO O| Feb 21 08:21:16.415 INFO O| Planning: Solver setup ... Done
39382025-02-21T08:21:36.901Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39392025-02-21T08:21:40.996Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39402025-02-21T08:21:50.687Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39412025-02-21T08:21:51.324Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39422025-02-21T08:21:51.914Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39432025-02-21T08:21:52.633Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39442025-02-21T08:21:53.173Z[verify-libraries] Compiling sync-ptr v0.1.1
39452025-02-21T08:21:53.543Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39462025-02-21T08:21:54.102Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39472025-02-21T08:21:56.616Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39482025-02-21T08:21:56.654Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39492025-02-21T08:21:59.231Z[ host-image] Feb 21 08:21:57.838 INFO O| Feb 21 08:21:57.838 INFO O| Planning: Running solver ... Done
39502025-02-21T08:21:59.869Z[ host-image] Feb 21 08:21:58.475 INFO O| Feb 21 08:21:58.475 INFO O| Planning: Finding local manifests ... Done
39512025-02-21T08:21:59.908Z[ host-image] Feb 21 08:21:58.515 INFO O| Feb 21 08:21:58.515 INFO O| Planning: Fetching manifests: 0/124 0% complete
39522025-02-21T08:22:05.106Z[ host-image] Feb 21 08:22:03.714 INFO O| Feb 21 08:22:03.714 INFO O| Planning: Fetching manifests: 124/124 100% complete
39532025-02-21T08:22:06.559Z[ host-image] Feb 21 08:22:05.167 INFO O| Feb 21 08:22:05.167 INFO O| Planning: Package planning ... Done
39542025-02-21T08:22:08.360Z[ host-image] Feb 21 08:22:06.968 INFO O| Feb 21 08:22:06.968 INFO O| Planning: Merging actions ... Done
39552025-02-21T08:22:08.678Z[ host-image] Feb 21 08:22:07.285 INFO O| Feb 21 08:22:07.285 INFO O| Planning: Checking for conflicting actions ... Done
39562025-02-21T08:22:08.970Z[ host-image] Feb 21 08:22:07.577 INFO O| Feb 21 08:22:07.577 INFO O| Planning: Consolidating action changes ... Done
39572025-02-21T08:22:09.568Z[ host-image] Feb 21 08:22:08.175 INFO O| Feb 21 08:22:08.175 INFO O| Planning: Evaluating mediators ... Done
39582025-02-21T08:22:11.108Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39592025-02-21T08:22:16.040Z[ host-image] Feb 21 08:22:14.647 INFO O| Feb 21 08:22:14.647 INFO O| Planning: Planning completed in 182.53 seconds
39602025-02-21T08:22:16.047Z[ host-image] Feb 21 08:22:14.654 INFO O| Feb 21 08:22:14.654 INFO O| Packages to install: 124
39612025-02-21T08:22:16.050Z[ host-image] Feb 21 08:22:14.654 INFO O| Feb 21 08:22:14.654 INFO O| Mediators to change: 4
39622025-02-21T08:22:16.050Z[ host-image] Feb 21 08:22:14.654 INFO O| Feb 21 08:22:14.654 INFO O| Services to change: 6
39632025-02-21T08:22:16.163Z[ host-image] Feb 21 08:22:14.771 INFO O| Feb 21 08:22:14.771 INFO O| Download: 0/22794 items 0.0/199.7MB 0% complete
39642025-02-21T08:22:20.661Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39652025-02-21T08:22:21.168Z[ host-image] Feb 21 08:22:19.776 INFO O| Feb 21 08:22:19.776 INFO O| Download: 1169/22794 items 7.4/199.7MB 3% complete (1.5M/s)
39662025-02-21T08:22:25.352Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39672025-02-21T08:22:26.169Z[ host-image] Feb 21 08:22:24.776 INFO O| Feb 21 08:22:24.776 INFO O| Download: 1797/22794 items 13.4/199.7MB 6% complete (1.3M/s)
39682025-02-21T08:22:31.169Z[ host-image] Feb 21 08:22:29.776 INFO O| Feb 21 08:22:29.776 INFO O| Download: 2231/22794 items 24.4/199.7MB 12% complete (1.7M/s)
39692025-02-21T08:22:31.936Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39702025-02-21T08:22:36.180Z[ host-image] Feb 21 08:22:34.786 INFO O| Feb 21 08:22:34.786 INFO O| Download: 3273/22794 items 34.1/199.7MB 17% complete (2.1M/s)
39712025-02-21T08:22:38.994Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39722025-02-21T08:22:40.652Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39732025-02-21T08:22:41.200Z[ host-image] Feb 21 08:22:39.807 INFO O| Feb 21 08:22:39.807 INFO O| Download: 4446/22794 items 41.4/199.7MB 20% complete (1.7M/s)
39742025-02-21T08:22:44.404Z[verify-libraries] Compiling termios v0.3.3
39752025-02-21T08:22:44.966Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39762025-02-21T08:22:46.207Z[ host-image] Feb 21 08:22:44.814 INFO O| Feb 21 08:22:44.814 INFO O| Download: 4659/22794 items 43.2/199.7MB 21% complete (929k/s)
39772025-02-21T08:22:51.208Z[ host-image] Feb 21 08:22:49.815 INFO O| Feb 21 08:22:49.815 INFO O| Download: 5388/22794 items 46.1/199.7MB 23% complete (495k/s)
39782025-02-21T08:22:52.830Z[ recovery-image] Feb 21 08:22:51.437 INFO O| Feb 21 08:22:51.437 INFO O| Planning: Running solver ... Done
39792025-02-21T08:22:53.488Z[ recovery-image] Feb 21 08:22:52.096 INFO O| Feb 21 08:22:52.096 INFO O| Planning: Finding local manifests ... Done
39802025-02-21T08:22:53.505Z[ recovery-image] Feb 21 08:22:52.112 INFO O| Feb 21 08:22:52.112 INFO O| Planning: Fetching manifests: 0/124 0% complete
39812025-02-21T08:22:56.212Z[ host-image] Feb 21 08:22:54.820 INFO O| Feb 21 08:22:54.820 INFO O| Download: 6123/22794 items 46.5/199.7MB 23% complete (343k/s)
39822025-02-21T08:22:58.624Z[ recovery-image] Feb 21 08:22:57.231 INFO O| Feb 21 08:22:57.231 INFO O| Planning: Fetching manifests: 121/124 97% complete
39832025-02-21T08:23:03.626Z[ recovery-image] Feb 21 08:23:02.233 INFO O| Feb 21 08:23:02.233 INFO O| Planning: Fetching manifests: 122/124 98% complete
39842025-02-21T08:23:06.074Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39852025-02-21T08:23:06.091Z[ host-image] Feb 21 08:23:04.685 INFO O| Feb 21 08:23:04.685 INFO O| Download: 6769/22794 items 47.9/199.7MB 23% complete (158k/s)
39862025-02-21T08:23:09.601Z[ recovery-image] Feb 21 08:23:08.208 INFO O| Feb 21 08:23:08.208 INFO O| Planning: Fetching manifests: 124/124 100% complete
39872025-02-21T08:23:10.493Z[ recovery-image] Feb 21 08:23:09.101 INFO O| Feb 21 08:23:09.101 INFO O| Planning: Package planning ... Done
39882025-02-21T08:23:11.079Z[ host-image] Feb 21 08:23:09.686 INFO O| Feb 21 08:23:09.686 INFO O| Download: 7506/22794 items 58.1/199.7MB 29% complete (2.1M/s)
39892025-02-21T08:23:11.503Z[ recovery-image] Feb 21 08:23:10.110 INFO O| Feb 21 08:23:10.110 INFO O| Planning: Merging actions ... Done
39902025-02-21T08:23:11.704Z[ recovery-image] Feb 21 08:23:10.312 INFO O| Feb 21 08:23:10.311 INFO O| Planning: Checking for conflicting actions ... Done
39912025-02-21T08:23:11.833Z[ recovery-image] Feb 21 08:23:10.440 INFO O| Feb 21 08:23:10.440 INFO O| Planning: Consolidating action changes ... Done
39922025-02-21T08:23:12.188Z[ recovery-image] Feb 21 08:23:10.795 INFO O| Feb 21 08:23:10.795 INFO O| Planning: Evaluating mediators ... Done
39932025-02-21T08:23:16.087Z[ host-image] Feb 21 08:23:14.693 INFO O| Feb 21 08:23:14.693 INFO O| Download: 8245/22794 items 63.5/199.7MB 31% complete (1.5M/s)
39942025-02-21T08:23:18.108Z[ recovery-image] Feb 21 08:23:16.716 INFO O| Feb 21 08:23:16.715 INFO O| Planning: Planning completed in 194.23 seconds
39952025-02-21T08:23:18.116Z[ recovery-image] Feb 21 08:23:16.723 INFO O| Feb 21 08:23:16.723 INFO O| Packages to install: 124
39962025-02-21T08:23:18.116Z[ recovery-image] Feb 21 08:23:16.723 INFO O| Feb 21 08:23:16.723 INFO O| Mediators to change: 4
39972025-02-21T08:23:18.119Z[ recovery-image] Feb 21 08:23:16.723 INFO O| Feb 21 08:23:16.723 INFO O| Services to change: 5
39982025-02-21T08:23:18.211Z[ recovery-image] Feb 21 08:23:16.818 INFO O| Feb 21 08:23:16.818 INFO O| Download: 0/15865 items 0.0/176.5MB 0% complete
39992025-02-21T08:23:21.108Z[ host-image] Feb 21 08:23:19.715 INFO O| Feb 21 08:23:19.715 INFO O| Download: 8988/22794 items 72.5/199.7MB 36% complete (1.4M/s)
40002025-02-21T08:23:23.225Z[ recovery-image] Feb 21 08:23:21.832 INFO O| Feb 21 08:23:21.832 INFO O| Download: 771/15865 items 5.7/176.5MB 3% complete (1.2M/s)
40012025-02-21T08:23:26.125Z[ host-image] Feb 21 08:23:24.732 INFO O| Feb 21 08:23:24.732 INFO O| Download: 9851/22794 items 83.6/199.7MB 41% complete (2.0M/s)
40022025-02-21T08:23:28.235Z[ recovery-image] Feb 21 08:23:26.842 INFO O| Feb 21 08:23:26.842 INFO O| Download: 1151/15865 items 10.0/176.5MB 5% complete (1.1M/s)
40032025-02-21T08:23:31.141Z[ host-image] Feb 21 08:23:29.748 INFO O| Feb 21 08:23:29.748 INFO O| Download: 10523/22794 items 88.7/199.7MB 44% complete (1.6M/s)
40042025-02-21T08:23:33.405Z[ recovery-image] Feb 21 08:23:32.012 INFO O| Feb 21 08:23:32.012 INFO O| Download: 1525/15865 items 22.0/176.5MB 12% complete (1.7M/s)
40052025-02-21T08:23:36.147Z[ host-image] Feb 21 08:23:34.754 INFO O| Feb 21 08:23:34.754 INFO O| Download: 11141/22794 items 93.1/199.7MB 46% complete (969k/s)
40062025-02-21T08:23:36.704Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40072025-02-21T08:23:38.405Z[ recovery-image] Feb 21 08:23:37.012 INFO O| Feb 21 08:23:37.012 INFO O| Download: 2170/15865 items 31.2/176.5MB 17% complete (2.0M/s)
40082025-02-21T08:23:41.147Z[ host-image] Feb 21 08:23:39.754 INFO O| Feb 21 08:23:39.754 INFO O| Download: 11291/22794 items 95.5/199.7MB 47% complete (748k/s)
40092025-02-21T08:23:43.423Z[ recovery-image] Feb 21 08:23:42.029 INFO O| Feb 21 08:23:42.029 INFO O| Download: 3089/15865 items 37.3/176.5MB 21% complete (1.5M/s)
40102025-02-21T08:23:46.147Z[ host-image] Feb 21 08:23:44.754 INFO O| Feb 21 08:23:44.754 INFO O| Download: 11983/22794 items 98.2/199.7MB 49% complete (532k/s)
40112025-02-21T08:23:48.536Z[ recovery-image] Feb 21 08:23:47.142 INFO O| Feb 21 08:23:47.142 INFO O| Download: 3783/15865 items 42.2/176.5MB 23% complete (1.1M/s)
40122025-02-21T08:23:51.177Z[ host-image] Feb 21 08:23:49.783 INFO O| Feb 21 08:23:49.783 INFO O| Download: 12294/22794 items 109.5/199.7MB 54% complete (1.4M/s)
40132025-02-21T08:23:53.546Z[ recovery-image] Feb 21 08:23:52.153 INFO O| Feb 21 08:23:52.153 INFO O| Download: 4787/15865 items 43.0/176.5MB 24% complete (583k/s)
40142025-02-21T08:23:56.204Z[ host-image] Feb 21 08:23:54.811 INFO O| Feb 21 08:23:54.811 INFO O| Download: 13309/22794 items 110.0/199.7MB 55% complete (1.2M/s)
40152025-02-21T08:23:58.687Z[ recovery-image] Feb 21 08:23:57.294 INFO O| Feb 21 08:23:57.294 INFO O| Download: 5662/15865 items 44.5/176.5MB 25% complete (184k/s)
40162025-02-21T08:24:01.217Z[ host-image] Feb 21 08:23:59.824 INFO O| Feb 21 08:23:59.823 INFO O| Download: 14053/22794 items 110.6/199.7MB 55% complete (116k/s)
40172025-02-21T08:24:03.856Z[ recovery-image] Feb 21 08:24:02.463 INFO O| Feb 21 08:24:02.463 INFO O| Download: 5954/15865 items 53.6/176.5MB 30% complete (1.1M/s)
40182025-02-21T08:24:06.416Z[ host-image] Feb 21 08:24:05.023 INFO O| Feb 21 08:24:05.023 INFO O| Download: 14507/22794 items 116.5/199.7MB 58% complete (581k/s)
40192025-02-21T08:24:08.870Z[ recovery-image] Feb 21 08:24:07.477 INFO O| Feb 21 08:24:07.477 INFO O| Download: 6275/15865 items 62.6/176.5MB 35% complete (1.8M/s)
40202025-02-21T08:24:11.419Z[ host-image] Feb 21 08:24:10.023 INFO O| Feb 21 08:24:10.023 INFO O| Download: 15363/22794 items 121.2/199.7MB 60% complete (1.1M/s)
40212025-02-21T08:24:13.890Z[ recovery-image] Feb 21 08:24:12.497 INFO O| Feb 21 08:24:12.497 INFO O| Download: 7154/15865 items 73.2/176.5MB 41% complete (1.9M/s)
40222025-02-21T08:24:16.417Z[ host-image] Feb 21 08:24:15.024 INFO O| Feb 21 08:24:15.024 INFO O| Download: 16135/22794 items 132.1/199.7MB 66% complete (1.6M/s)
40232025-02-21T08:24:18.992Z[ recovery-image] Feb 21 08:24:17.599 INFO O| Feb 21 08:24:17.599 INFO O| Download: 7625/15865 items 73.7/176.5MB 41% complete (1.2M/s)
40242025-02-21T08:24:21.433Z[ host-image] Feb 21 08:24:20.040 INFO O| Feb 21 08:24:20.039 INFO O| Download: 17042/22794 items 140.5/199.7MB 70% complete (1.9M/s)
40252025-02-21T08:24:25.363Z[ recovery-image] Feb 21 08:24:23.970 INFO O| Feb 21 08:24:23.970 INFO O| Download: 7900/15865 items 76.6/176.5MB 43% complete (693k/s)
40262025-02-21T08:24:26.433Z[ host-image] Feb 21 08:24:25.040 INFO O| Feb 21 08:24:25.040 INFO O| Download: 17947/22794 items 160.8/199.7MB 80% complete (2.7M/s)
40272025-02-21T08:24:30.387Z[ recovery-image] Feb 21 08:24:28.990 INFO O| Feb 21 08:24:28.989 INFO O| Download: 8557/15865 items 79.9/176.5MB 45% complete (639k/s)
40282025-02-21T08:24:31.458Z[ host-image] Feb 21 08:24:30.065 INFO O| Feb 21 08:24:30.065 INFO O| Download: 18800/22794 items 164.9/199.7MB 82% complete (2.5M/s)
40292025-02-21T08:24:35.377Z[ recovery-image] Feb 21 08:24:33.983 INFO O| Feb 21 08:24:33.983 INFO O| Download: 8989/15865 items 92.7/176.5MB 52% complete (1.7M/s)
40302025-02-21T08:24:36.461Z[ host-image] Feb 21 08:24:35.068 INFO O| Feb 21 08:24:35.067 INFO O| Download: 19820/22794 items 168.2/199.7MB 84% complete (969k/s)
40312025-02-21T08:24:40.389Z[ recovery-image] Feb 21 08:24:38.996 INFO O| Feb 21 08:24:38.996 INFO O| Download: 10019/15865 items 93.2/176.5MB 52% complete (1.3M/s)
40322025-02-21T08:24:41.466Z[ host-image] Feb 21 08:24:40.073 INFO O| Feb 21 08:24:40.073 INFO O| Download: 20499/22794 items 172.0/199.7MB 86% complete (732k/s)
40332025-02-21T08:24:45.464Z[ recovery-image] Feb 21 08:24:44.071 INFO O| Feb 21 08:24:44.071 INFO O| Download: 10944/15865 items 94.1/176.5MB 53% complete (130k/s)
40342025-02-21T08:24:46.650Z[ host-image] Feb 21 08:24:45.257 INFO O| Feb 21 08:24:45.257 INFO O| Download: 20939/22794 items 178.7/199.7MB 89% complete (1.1M/s)
40352025-02-21T08:24:50.754Z[ recovery-image] Feb 21 08:24:49.360 INFO O| Feb 21 08:24:49.360 INFO O| Download: 11459/15865 items 107.6/176.5MB 61% complete (1.4M/s)
40362025-02-21T08:24:51.669Z[ host-image] Feb 21 08:24:50.276 INFO O| Feb 21 08:24:50.276 INFO O| Download: 21520/22794 items 182.5/199.7MB 91% complete (960k/s)
40372025-02-21T08:24:55.790Z[ recovery-image] Feb 21 08:24:54.397 INFO O| Feb 21 08:24:54.396 INFO O| Download: 11921/15865 items 128.3/176.5MB 72% complete (3.4M/s)
40382025-02-21T08:24:56.952Z[ host-image] Feb 21 08:24:55.559 INFO O| Feb 21 08:24:55.559 INFO O| Download: 21982/22794 items 191.9/199.7MB 96% complete (1.3M/s)
40392025-02-21T08:25:00.792Z[ recovery-image] Feb 21 08:24:59.398 INFO O| Feb 21 08:24:59.398 INFO O| Download: 12572/15865 items 142.1/176.5MB 80% complete (3.5M/s)
40402025-02-21T08:25:01.974Z[ host-image] Feb 21 08:25:00.580 INFO O| Feb 21 08:25:00.580 INFO O| Download: 22536/22794 items 199.4/199.7MB 99% complete (1.6M/s)
40412025-02-21T08:25:03.553Z[ host-image] Feb 21 08:25:02.160 INFO O| Feb 21 08:25:02.160 INFO O| Download: Completed 199.74 MB in 167.39 seconds (1.2M/s)
40422025-02-21T08:25:05.809Z[ recovery-image] Feb 21 08:25:04.415 INFO O| Feb 21 08:25:04.415 INFO O| Download: 13612/15865 items 145.5/176.5MB 82% complete (1.7M/s)
40432025-02-21T08:25:06.616Z[ host-image] Feb 21 08:25:05.223 INFO O| Feb 21 08:25:05.222 INFO O| Actions: 1/49494 actions (Installing new actions)
40442025-02-21T08:25:10.809Z[ recovery-image] Feb 21 08:25:09.415 INFO O| Feb 21 08:25:09.415 INFO O| Download: 14676/15865 items 150.7/176.5MB 85% complete (887k/s)
40452025-02-21T08:25:11.617Z[ host-image] Feb 21 08:25:10.223 INFO O| Feb 21 08:25:10.223 INFO O| Actions: 9897/49494 actions (Installing new actions)
40462025-02-21T08:25:16.151Z[ recovery-image] Feb 21 08:25:14.758 INFO O| Feb 21 08:25:14.758 INFO O| Download: 15307/15865 items 161.2/176.5MB 91% complete (1.6M/s)
40472025-02-21T08:25:16.618Z[ host-image] Feb 21 08:25:15.224 INFO O| Feb 21 08:25:15.224 INFO O| Actions: 14886/49494 actions (Installing new actions)
40482025-02-21T08:25:21.172Z[ recovery-image] Feb 21 08:25:19.758 INFO O| Feb 21 08:25:19.758 INFO O| Download: 15829/15865 items 174.9/176.5MB 99% complete (2.4M/s)
40492025-02-21T08:25:21.619Z[ host-image] Feb 21 08:25:20.225 INFO O| Feb 21 08:25:20.225 INFO O| Actions: 19617/49494 actions (Installing new actions)
40502025-02-21T08:25:22.049Z[ recovery-image] Feb 21 08:25:20.656 INFO O| Feb 21 08:25:20.655 INFO O| Download: Completed 176.45 MB in 123.84 seconds (1.4M/s)
40512025-02-21T08:25:23.214Z[ recovery-image] Feb 21 08:25:21.820 INFO O| Feb 21 08:25:21.820 INFO O| Actions: 1/25031 actions (Installing new actions)
40522025-02-21T08:25:26.619Z[ host-image] Feb 21 08:25:25.225 INFO O| Feb 21 08:25:25.225 INFO O| Actions: 25701/49494 actions (Installing new actions)
40532025-02-21T08:25:27.657Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40542025-02-21T08:25:28.227Z[ recovery-image] Feb 21 08:25:26.833 INFO O| Feb 21 08:25:26.833 INFO O| Actions: 7285/25031 actions (Installing new actions)
40552025-02-21T08:25:31.623Z[ host-image] Feb 21 08:25:30.229 INFO O| Feb 21 08:25:30.229 INFO O| Actions: 49019/49494 actions (Installing new actions)
40562025-02-21T08:25:32.437Z[ host-image] Feb 21 08:25:31.043 INFO O| Feb 21 08:25:31.043 INFO O| Actions: Completed 49494 actions in 25.82 seconds.
40572025-02-21T08:25:33.331Z[ host-image] Feb 21 08:25:31.938 INFO O| Feb 21 08:25:31.938 INFO O| Done
40582025-02-21T08:25:33.334Z[ host-image] Feb 21 08:25:31.938 INFO O| Feb 21 08:25:31.938 INFO O| Done
40592025-02-21T08:25:33.513Z[ recovery-image] Feb 21 08:25:32.120 INFO O| Feb 21 08:25:32.120 INFO O| Actions: 13130/25031 actions (Installing new actions)
40602025-02-21T08:25:35.877Z[ host-image] Feb 21 08:25:34.483 INFO O| Feb 21 08:25:34.483 INFO O| Done
40612025-02-21T08:25:38.493Z[ host-image] Feb 21 08:25:37.100 INFO O| Feb 21 08:25:37.100 INFO O| Done
40622025-02-21T08:25:38.515Z[ recovery-image] Feb 21 08:25:37.120 INFO O| Feb 21 08:25:37.120 INFO O| Actions: 18000/25031 actions (Installing new actions)
40632025-02-21T08:25:38.530Z[ host-image] Feb 21 08:25:37.136 INFO O| Feb 21 08:25:37.136 INFO O| Done
40642025-02-21T08:25:41.663Z[ recovery-image] Feb 21 08:25:40.270 INFO O| Feb 21 08:25:40.270 INFO O| Actions: Completed 25031 actions in 18.45 seconds.
40652025-02-21T08:25:42.438Z[ recovery-image] Feb 21 08:25:41.044 INFO O| Feb 21 08:25:41.044 INFO O| Done
40662025-02-21T08:25:42.438Z[ recovery-image] Feb 21 08:25:41.044 INFO O| Feb 21 08:25:41.044 INFO O| Done
40672025-02-21T08:25:44.515Z[ recovery-image] Feb 21 08:25:43.117 INFO O| Feb 21 08:25:43.117 INFO O| Done
40682025-02-21T08:25:47.163Z[ recovery-image] Feb 21 08:25:45.769 INFO O| Feb 21 08:25:45.769 INFO O| Done
40692025-02-21T08:25:47.184Z[ recovery-image] Feb 21 08:25:45.790 INFO O| Feb 21 08:25:45.790 INFO O| Done
40702025-02-21T08:25:47.328Z[ host-image] Feb 21 08:25:45.934 INFO O| Feb 21 08:25:45.934 INFO O| Done
40712025-02-21T08:25:48.294Z[ host-image] Feb 21 08:25:46.900 INFO O| Feb 21 08:25:46.900 INFO O| Done
40722025-02-21T08:25:49.261Z[ host-image] Feb 21 08:25:47.868 INFO O| Feb 21 08:25:47.868 INFO STEP 11 (pkg_install) COMPLETE
40732025-02-21T08:25:49.261Z[ host-image] Feb 21 08:25:47.868 INFO O| Feb 21 08:25:47.868 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40742025-02-21T08:25:49.291Z[ host-image] Feb 21 08:25:47.897 INFO O| Feb 21 08:25:47.897 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"]
40752025-02-21T08:25:52.466Z[ host-image] Feb 21 08:25:51.072 INFO O| Feb 21 08:25:51.072 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40762025-02-21T08:25:52.872Z[ recovery-image] Feb 21 08:25:51.478 INFO O| Feb 21 08:25:51.478 INFO O| Done
40772025-02-21T08:25:53.761Z[ recovery-image] Feb 21 08:25:52.367 INFO O| Feb 21 08:25:52.367 INFO O| Done
40782025-02-21T08:25:54.337Z[ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.942 INFO STEP 11 (pkg_install) COMPLETE
40792025-02-21T08:25:54.337Z[ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40802025-02-21T08:25:54.337Z[ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO skip step because feature "recovery" is enabled
40812025-02-21T08:25:54.337Z[ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40822025-02-21T08:25:54.337Z[ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO skip step because feature "omicron1" is not enabled
40832025-02-21T08:25:54.337Z[ recovery-image] Feb 21 08:25:52.943 INFO O| Feb 21 08:25:52.943 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40842025-02-21T08:25:54.355Z[ recovery-image] Feb 21 08:25:52.961 INFO O| Feb 21 08:25:52.961 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
40852025-02-21T08:25:55.569Z[ recovery-image] Feb 21 08:25:54.175 INFO O| Feb 21 08:25:54.175 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40862025-02-21T08:25:58.624Z[ host-image] Feb 21 08:25:57.230 INFO O| Feb 21 08:25:57.230 INFO O| Planning: Solver setup ... Done
40872025-02-21T08:25:58.644Z[ host-image] Feb 21 08:25:57.250 INFO O| Feb 21 08:25:57.250 INFO O| Planning: Running solver ... Done
40882025-02-21T08:25:58.767Z[ host-image] Feb 21 08:25:57.370 INFO O| Feb 21 08:25:57.370 INFO O| Planning: Finding local manifests ... Done
40892025-02-21T08:25:58.771Z[ host-image] Feb 21 08:25:57.373 INFO O| Feb 21 08:25:57.373 INFO O| Planning: Fetching manifests: 0/5 0% complete
40902025-02-21T08:25:59.117Z[ host-image] Feb 21 08:25:57.723 INFO O| Feb 21 08:25:57.723 INFO O| Planning: Fetching manifests: 5/5 100% complete
40912025-02-21T08:25:59.197Z[ host-image] Feb 21 08:25:57.803 INFO O| Feb 21 08:25:57.802 INFO O| Planning: Package planning ... Done
40922025-02-21T08:25:59.204Z[ host-image] Feb 21 08:25:57.809 INFO O| Feb 21 08:25:57.809 INFO O| Planning: Merging actions ... Done
40932025-02-21T08:25:59.382Z[ host-image] Feb 21 08:25:57.988 INFO O| Feb 21 08:25:57.988 INFO O| Planning: Checking for conflicting actions ... Done
40942025-02-21T08:25:59.387Z[ host-image] Feb 21 08:25:57.994 INFO O| Feb 21 08:25:57.994 INFO O| Planning: Consolidating action changes ... Done
40952025-02-21T08:25:59.978Z[ host-image] Feb 21 08:25:58.585 INFO O| Feb 21 08:25:58.584 INFO O| Planning: Evaluating mediators ... Done
40962025-02-21T08:25:59.982Z[ host-image] Feb 21 08:25:58.587 INFO O| Feb 21 08:25:58.587 INFO O| Planning: Planning completed in 7.51 seconds
40972025-02-21T08:25:59.985Z[ host-image] Feb 21 08:25:58.590 INFO O| Feb 21 08:25:58.589 INFO O| Packages to install: 5
40982025-02-21T08:25:59.985Z[ host-image] Feb 21 08:25:58.590 INFO O| Feb 21 08:25:58.590 INFO O| Services to change: 2
40992025-02-21T08:26:00.011Z[ host-image] Feb 21 08:25:58.617 INFO O| Feb 21 08:25:58.617 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
41002025-02-21T08:26:00.348Z[ recovery-image] Feb 21 08:25:58.955 INFO O| Feb 21 08:25:58.954 INFO O| Planning: Solver setup ... Done
41012025-02-21T08:26:00.355Z[ recovery-image] Feb 21 08:25:58.962 INFO O| Feb 21 08:25:58.961 INFO O| Planning: Running solver ... Done
41022025-02-21T08:26:00.448Z[ recovery-image] Feb 21 08:25:59.054 INFO O| Feb 21 08:25:59.054 INFO O| Planning: Finding local manifests ... Done
41032025-02-21T08:26:00.450Z[ recovery-image] Feb 21 08:25:59.055 INFO O| Feb 21 08:25:59.055 INFO O| Planning: Fetching manifests: 0/1 0% complete
41042025-02-21T08:26:00.616Z[ recovery-image] Feb 21 08:25:59.222 INFO O| Feb 21 08:25:59.222 INFO O| Planning: Fetching manifests: 1/1 100% complete
41052025-02-21T08:26:00.648Z[ recovery-image] Feb 21 08:25:59.254 INFO O| Feb 21 08:25:59.254 INFO O| Planning: Package planning ... Done
41062025-02-21T08:26:00.650Z[ recovery-image] Feb 21 08:25:59.255 INFO O| Feb 21 08:25:59.255 INFO O| Planning: Merging actions ... Done
41072025-02-21T08:26:00.713Z[ recovery-image] Feb 21 08:25:59.319 INFO O| Feb 21 08:25:59.319 INFO O| Planning: Checking for conflicting actions ... Done
41082025-02-21T08:26:00.716Z[ recovery-image] Feb 21 08:25:59.319 INFO O| Feb 21 08:25:59.319 INFO O| Planning: Consolidating action changes ... Done
41092025-02-21T08:26:00.951Z[ recovery-image] Feb 21 08:25:59.557 INFO O| Feb 21 08:25:59.557 INFO O| Planning: Evaluating mediators ... Done
41102025-02-21T08:26:00.955Z[ recovery-image] Feb 21 08:25:59.557 INFO O| Feb 21 08:25:59.557 INFO O| Planning: Planning completed in 5.38 seconds
41112025-02-21T08:26:00.955Z[ recovery-image] Feb 21 08:25:59.560 INFO O| Feb 21 08:25:59.559 INFO O| Packages to install: 1
41122025-02-21T08:26:00.971Z[ recovery-image] Feb 21 08:25:59.577 INFO O| Feb 21 08:25:59.577 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
41132025-02-21T08:26:01.548Z[ host-image] Feb 21 08:26:00.153 INFO O| Feb 21 08:26:00.153 INFO O| Download: Completed 1.46 MB in 1.54 seconds (969k/s)
41142025-02-21T08:26:01.601Z[ host-image] Feb 21 08:26:00.208 INFO O| Feb 21 08:26:00.208 INFO O| Actions: 1/306 actions (Installing new actions)
41152025-02-21T08:26:01.770Z[ recovery-image] Feb 21 08:26:00.376 INFO O| Feb 21 08:26:00.376 INFO O| Download: Completed 10.27 MB in 0.80 seconds (12.9M/s)
41162025-02-21T08:26:01.793Z[ host-image] Feb 21 08:26:00.398 INFO O| Feb 21 08:26:00.398 INFO O| Actions: Completed 306 actions in 0.19 seconds.
41172025-02-21T08:26:01.863Z[ recovery-image] Feb 21 08:26:00.469 INFO O| Feb 21 08:26:00.469 INFO O| Actions: 1/22 actions (Installing new actions)
41182025-02-21T08:26:02.304Z[ recovery-image] Feb 21 08:26:00.910 INFO O| Feb 21 08:26:00.910 INFO O| Actions: Completed 22 actions in 0.44 seconds.
41192025-02-21T08:26:02.570Z[ host-image] Feb 21 08:26:01.175 INFO O| Feb 21 08:26:01.174 INFO O| Done
41202025-02-21T08:26:02.570Z[ host-image] Feb 21 08:26:01.175 INFO O| Feb 21 08:26:01.175 INFO O| Done
41212025-02-21T08:26:02.983Z[ recovery-image] Feb 21 08:26:01.589 INFO O| Feb 21 08:26:01.589 INFO O| Done
41222025-02-21T08:26:02.984Z[ recovery-image] Feb 21 08:26:01.589 INFO O| Feb 21 08:26:01.589 INFO O| Done
41232025-02-21T08:26:04.040Z[ host-image] Feb 21 08:26:02.643 INFO O| Feb 21 08:26:02.643 INFO O| Done
41242025-02-21T08:26:04.553Z[ recovery-image] Feb 21 08:26:03.159 INFO O| Feb 21 08:26:03.159 INFO O| Done
41252025-02-21T08:26:05.410Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41262025-02-21T08:26:06.600Z[ recovery-image] Feb 21 08:26:05.206 INFO O| Feb 21 08:26:05.206 INFO O| Done
41272025-02-21T08:26:06.627Z[ recovery-image] Feb 21 08:26:05.233 INFO O| Feb 21 08:26:05.233 INFO O| Done
41282025-02-21T08:26:06.627Z[ recovery-image] Feb 21 08:26:05.233 INFO O| Feb 21 08:26:05.233 INFO O| Done
41292025-02-21T08:26:06.647Z[ recovery-image] Feb 21 08:26:05.252 INFO O| Feb 21 08:26:05.252 INFO O| Done
41302025-02-21T08:26:06.840Z[ host-image] Feb 21 08:26:05.446 INFO O| Feb 21 08:26:05.446 INFO O| Done
41312025-02-21T08:26:06.856Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 14 (pkg_install) COMPLETE
41322025-02-21T08:26:06.856Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41332025-02-21T08:26:06.856Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "mfg" is not enabled
41342025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41352025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "compliance" is not enabled
41362025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41372025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "stress" is not enabled
41382025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41392025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO skip step because feature "nfs" is not enabled
41402025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41412025-02-21T08:26:06.859Z[ recovery-image] Feb 21 08:26:05.462 INFO O| Feb 21 08:26:05.462 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41422025-02-21T08:26:06.893Z[ host-image] Feb 21 08:26:05.498 INFO O| Feb 21 08:26:05.497 INFO O| Done
41432025-02-21T08:26:06.893Z[ host-image] Feb 21 08:26:05.498 INFO O| Feb 21 08:26:05.498 INFO O| Done
41442025-02-21T08:26:06.921Z[ host-image] Feb 21 08:26:05.528 INFO O| Feb 21 08:26:05.527 INFO O| Done
41452025-02-21T08:26:07.124Z[ recovery-image] Feb 21 08:26:05.730 INFO O| Feb 21 08:26:05.730 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41462025-02-21T08:26:07.173Z[ host-image] Feb 21 08:26:05.767 INFO O| Feb 21 08:26:05.767 INFO STEP 12 (pkg_install) COMPLETE
41472025-02-21T08:26:07.173Z[ host-image] Feb 21 08:26:05.767 INFO O| Feb 21 08:26:05.767 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41482025-02-21T08:26:07.187Z[ host-image] Feb 21 08:26:05.788 INFO O| Feb 21 08:26:05.788 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41492025-02-21T08:26:07.229Z[ recovery-image] Feb 21 08:26:05.834 INFO O| Feb 21 08:26:05.834 INFO completed processing gimlet/ramdisk-01-os
41502025-02-21T08:26:07.232Z[ recovery-image] Feb 21 08:26:05.838 INFO image builder template: ramdisk-02-trim...
41512025-02-21T08:26:07.233Z[ recovery-image] Feb 21 08:26:05.838 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/.tmpDANt3T/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
41522025-02-21T08:26:07.278Z[ recovery-image] Feb 21 08:26:05.880 INFO O| Feb 21 08:26:05.880 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41532025-02-21T08:26:07.285Z[ recovery-image] Feb 21 08:26:05.891 INFO O| Feb 21 08:26:05.891 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41542025-02-21T08:26:07.478Z[ recovery-image] Feb 21 08:26:06.083 INFO O| Feb 21 08:26:06.083 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41552025-02-21T08:26:07.561Z[ recovery-image] Feb 21 08:26:06.167 INFO O| Feb 21 08:26:06.167 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41562025-02-21T08:26:07.570Z[ recovery-image] Feb 21 08:26:06.168 INFO O| Feb 21 08:26:06.168 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41572025-02-21T08:26:07.574Z[ recovery-image] Feb 21 08:26:06.178 INFO O| Feb 21 08:26:06.178 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41582025-02-21T08:26:07.579Z[ recovery-image] Feb 21 08:26:06.185 INFO O| Feb 21 08:26:06.185 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41592025-02-21T08:26:07.602Z[ recovery-image] Feb 21 08:26:06.208 INFO O| Feb 21 08:26:06.208 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41602025-02-21T08:26:08.150Z[ recovery-image] Feb 21 08:26:06.756 INFO O| Feb 21 08:26:06.756 INFO rolled back to input snapshot; work may begin
41612025-02-21T08:26:08.150Z[ recovery-image] Feb 21 08:26:06.756 INFO O| Feb 21 08:26:06.756 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41622025-02-21T08:26:08.195Z[ recovery-image] Feb 21 08:26:06.801 INFO O| Feb 21 08:26:06.801 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632025-02-21T08:26:08.217Z[ recovery-image] Feb 21 08:26:06.823 INFO O| Feb 21 08:26:06.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41642025-02-21T08:26:08.359Z[ host-image] Feb 21 08:26:06.964 INFO O| Feb 21 08:26:06.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41652025-02-21T08:26:08.446Z[ recovery-image] Feb 21 08:26:07.052 INFO O| Feb 21 08:26:07.052 INFO STEP 0 (remove_files) COMPLETE
41662025-02-21T08:26:08.446Z[ recovery-image] Feb 21 08:26:07.052 INFO O| Feb 21 08:26:07.052 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672025-02-21T08:26:08.482Z[ recovery-image] Feb 21 08:26:07.088 INFO O| Feb 21 08:26:07.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41682025-02-21T08:26:08.486Z[ recovery-image] Feb 21 08:26:07.091 INFO O| Feb 21 08:26:07.091 INFO STEP 1 (remove_files) COMPLETE
41692025-02-21T08:26:08.486Z[ recovery-image] Feb 21 08:26:07.091 INFO O| Feb 21 08:26:07.091 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702025-02-21T08:26:08.513Z[ recovery-image] Feb 21 08:26:07.119 INFO O| Feb 21 08:26:07.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41712025-02-21T08:26:08.550Z[ recovery-image] Feb 21 08:26:07.156 INFO O| Feb 21 08:26:07.156 INFO STEP 2 (remove_files) COMPLETE
41722025-02-21T08:26:08.550Z[ recovery-image] Feb 21 08:26:07.156 INFO O| Feb 21 08:26:07.156 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732025-02-21T08:26:08.581Z[ recovery-image] Feb 21 08:26:07.185 INFO O| Feb 21 08:26:07.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41742025-02-21T08:26:08.583Z[ recovery-image] Feb 21 08:26:07.188 INFO O| Feb 21 08:26:07.188 INFO STEP 3 (remove_files) COMPLETE
41752025-02-21T08:26:08.583Z[ recovery-image] Feb 21 08:26:07.188 INFO O| Feb 21 08:26:07.188 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762025-02-21T08:26:08.603Z[ recovery-image] Feb 21 08:26:07.209 INFO O| Feb 21 08:26:07.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41772025-02-21T08:26:08.611Z[ recovery-image] Feb 21 08:26:07.215 INFO O| Feb 21 08:26:07.215 INFO STEP 4 (remove_files) COMPLETE
41782025-02-21T08:26:08.611Z[ recovery-image] Feb 21 08:26:07.215 INFO O| Feb 21 08:26:07.215 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792025-02-21T08:26:08.638Z[ recovery-image] Feb 21 08:26:07.244 INFO O| Feb 21 08:26:07.244 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41802025-02-21T08:26:08.641Z[ recovery-image] Feb 21 08:26:07.244 INFO O| Feb 21 08:26:07.244 INFO STEP 5 (remove_files) COMPLETE
41812025-02-21T08:26:08.641Z[ recovery-image] Feb 21 08:26:07.244 INFO O| Feb 21 08:26:07.244 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822025-02-21T08:26:08.708Z[ recovery-image] Feb 21 08:26:07.314 INFO O| Feb 21 08:26:07.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41832025-02-21T08:26:08.725Z[ recovery-image] Feb 21 08:26:07.330 INFO O| Feb 21 08:26:07.330 INFO STEP 6 (remove_files) COMPLETE
41842025-02-21T08:26:08.725Z[ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852025-02-21T08:26:08.725Z[ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO skip step because feature "recovery" is enabled
41862025-02-21T08:26:08.725Z[ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872025-02-21T08:26:08.725Z[ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO skip step because feature "recovery" is enabled
41882025-02-21T08:26:08.725Z[ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892025-02-21T08:26:08.729Z[ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO skip step because feature "recovery" is enabled
41902025-02-21T08:26:08.730Z[ recovery-image] Feb 21 08:26:07.331 INFO O| Feb 21 08:26:07.330 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912025-02-21T08:26:08.747Z[ recovery-image] Feb 21 08:26:07.353 INFO O| Feb 21 08:26:07.353 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41922025-02-21T08:26:08.755Z[ recovery-image] Feb 21 08:26:07.360 INFO O| Feb 21 08:26:07.360 INFO STEP 10 (remove_files) COMPLETE
41932025-02-21T08:26:08.755Z[ recovery-image] Feb 21 08:26:07.360 INFO O| Feb 21 08:26:07.360 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942025-02-21T08:26:08.776Z[ recovery-image] Feb 21 08:26:07.382 INFO O| Feb 21 08:26:07.382 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41952025-02-21T08:26:08.801Z[ recovery-image] Feb 21 08:26:07.407 INFO O| Feb 21 08:26:07.406 INFO STEP 11 (remove_files) COMPLETE
41962025-02-21T08:26:08.801Z[ recovery-image] Feb 21 08:26:07.407 INFO O| Feb 21 08:26:07.406 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972025-02-21T08:26:08.838Z[ recovery-image] Feb 21 08:26:07.443 INFO O| Feb 21 08:26:07.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41982025-02-21T08:26:08.842Z[ recovery-image] Feb 21 08:26:07.446 INFO O| Feb 21 08:26:07.446 INFO STEP 12 (remove_files) COMPLETE
41992025-02-21T08:26:08.842Z[ recovery-image] Feb 21 08:26:07.446 INFO O| Feb 21 08:26:07.446 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002025-02-21T08:26:09.128Z[ recovery-image] Feb 21 08:26:07.734 INFO O| Feb 21 08:26:07.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42012025-02-21T08:26:09.131Z[ recovery-image] Feb 21 08:26:07.735 INFO O| Feb 21 08:26:07.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42022025-02-21T08:26:09.141Z[ recovery-image] Feb 21 08:26:07.748 INFO O| Feb 21 08:26:07.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42032025-02-21T08:26:09.144Z[ recovery-image] Feb 21 08:26:07.750 INFO O| Feb 21 08:26:07.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42042025-02-21T08:26:09.381Z[ recovery-image] Feb 21 08:26:07.987 INFO O| Feb 21 08:26:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42052025-02-21T08:26:09.403Z[ recovery-image] Feb 21 08:26:08.010 INFO O| Feb 21 08:26:08.009 INFO STEP 13 (remove_files) COMPLETE
42062025-02-21T08:26:09.403Z[ recovery-image] Feb 21 08:26:08.010 INFO O| Feb 21 08:26:08.010 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072025-02-21T08:26:09.455Z[ recovery-image] Feb 21 08:26:08.056 INFO O| Feb 21 08:26:08.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42082025-02-21T08:26:09.468Z[ recovery-image] Feb 21 08:26:08.058 INFO O| Feb 21 08:26:08.058 INFO STEP 14 (remove_files) COMPLETE
42092025-02-21T08:26:09.468Z[ recovery-image] Feb 21 08:26:08.058 INFO O| Feb 21 08:26:08.058 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102025-02-21T08:26:09.484Z[ recovery-image] Feb 21 08:26:08.090 INFO O| Feb 21 08:26:08.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42112025-02-21T08:26:09.494Z[ recovery-image] Feb 21 08:26:08.100 INFO O| Feb 21 08:26:08.100 INFO STEP 15 (remove_files) COMPLETE
42122025-02-21T08:26:09.494Z[ recovery-image] Feb 21 08:26:08.100 INFO O| Feb 21 08:26:08.100 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132025-02-21T08:26:09.515Z[ recovery-image] Feb 21 08:26:08.121 INFO O| Feb 21 08:26:08.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42142025-02-21T08:26:09.518Z[ recovery-image] Feb 21 08:26:08.122 INFO O| Feb 21 08:26:08.122 INFO STEP 16 (remove_files) COMPLETE
42152025-02-21T08:26:09.518Z[ recovery-image] Feb 21 08:26:08.122 INFO O| Feb 21 08:26:08.122 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162025-02-21T08:26:09.542Z[ recovery-image] Feb 21 08:26:08.146 INFO O| Feb 21 08:26:08.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42172025-02-21T08:26:09.545Z[ recovery-image] Feb 21 08:26:08.149 INFO O| Feb 21 08:26:08.149 INFO STEP 17 (remove_files) COMPLETE
42182025-02-21T08:26:09.545Z[ recovery-image] Feb 21 08:26:08.149 INFO O| Feb 21 08:26:08.149 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192025-02-21T08:26:09.579Z[ recovery-image] Feb 21 08:26:08.185 INFO O| Feb 21 08:26:08.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42202025-02-21T08:26:09.579Z[ recovery-image] Feb 21 08:26:08.185 INFO O| Feb 21 08:26:08.185 INFO STEP 18 (remove_files) COMPLETE
42212025-02-21T08:26:09.582Z[ recovery-image] Feb 21 08:26:08.185 INFO O| Feb 21 08:26:08.185 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222025-02-21T08:26:09.624Z[ recovery-image] Feb 21 08:26:08.229 INFO O| Feb 21 08:26:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42232025-02-21T08:26:09.624Z[ recovery-image] Feb 21 08:26:08.230 INFO O| Feb 21 08:26:08.229 INFO STEP 19 (remove_files) COMPLETE
42242025-02-21T08:26:09.628Z[ recovery-image] Feb 21 08:26:08.230 INFO O| Feb 21 08:26:08.230 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252025-02-21T08:26:09.659Z[ recovery-image] Feb 21 08:26:08.250 INFO O| Feb 21 08:26:08.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42262025-02-21T08:26:09.659Z[ recovery-image] Feb 21 08:26:08.250 INFO O| Feb 21 08:26:08.250 INFO STEP 20 (remove_files) COMPLETE
42272025-02-21T08:26:09.659Z[ recovery-image] Feb 21 08:26:08.250 INFO O| Feb 21 08:26:08.250 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282025-02-21T08:26:09.679Z[ recovery-image] Feb 21 08:26:08.285 INFO O| Feb 21 08:26:08.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42292025-02-21T08:26:09.682Z[ recovery-image] Feb 21 08:26:08.285 INFO O| Feb 21 08:26:08.285 INFO STEP 21 (remove_files) COMPLETE
42302025-02-21T08:26:09.682Z[ recovery-image] Feb 21 08:26:08.285 INFO O| Feb 21 08:26:08.285 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312025-02-21T08:26:09.716Z[ recovery-image] Feb 21 08:26:08.322 INFO O| Feb 21 08:26:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42322025-02-21T08:26:09.716Z[ recovery-image] Feb 21 08:26:08.322 INFO O| Feb 21 08:26:08.322 INFO STEP 22 (remove_files) COMPLETE
42332025-02-21T08:26:09.719Z[ recovery-image] Feb 21 08:26:08.322 INFO O| Feb 21 08:26:08.322 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342025-02-21T08:26:09.734Z[ recovery-image] Feb 21 08:26:08.340 INFO O| Feb 21 08:26:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42352025-02-21T08:26:09.749Z[ recovery-image] Feb 21 08:26:08.341 INFO O| Feb 21 08:26:08.341 INFO STEP 23 (remove_files) COMPLETE
42362025-02-21T08:26:09.749Z[ recovery-image] Feb 21 08:26:08.341 INFO O| Feb 21 08:26:08.341 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372025-02-21T08:26:09.754Z[ recovery-image] Feb 21 08:26:08.360 INFO O| Feb 21 08:26:08.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42382025-02-21T08:26:09.754Z[ recovery-image] Feb 21 08:26:08.360 INFO O| Feb 21 08:26:08.360 INFO STEP 24 (remove_files) COMPLETE
42392025-02-21T08:26:09.757Z[ recovery-image] Feb 21 08:26:08.360 INFO O| Feb 21 08:26:08.360 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402025-02-21T08:26:09.774Z[ recovery-image] Feb 21 08:26:08.380 INFO O| Feb 21 08:26:08.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42412025-02-21T08:26:09.778Z[ recovery-image] Feb 21 08:26:08.380 INFO O| Feb 21 08:26:08.380 INFO STEP 25 (remove_files) COMPLETE
42422025-02-21T08:26:09.778Z[ recovery-image] Feb 21 08:26:08.380 INFO O| Feb 21 08:26:08.380 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432025-02-21T08:26:09.795Z[ recovery-image] Feb 21 08:26:08.400 INFO O| Feb 21 08:26:08.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42442025-02-21T08:26:09.811Z[ recovery-image] Feb 21 08:26:08.401 INFO O| Feb 21 08:26:08.401 INFO STEP 26 (remove_files) COMPLETE
42452025-02-21T08:26:09.811Z[ recovery-image] Feb 21 08:26:08.401 INFO O| Feb 21 08:26:08.401 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462025-02-21T08:26:09.815Z[ recovery-image] Feb 21 08:26:08.421 INFO O| Feb 21 08:26:08.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42472025-02-21T08:26:09.818Z[ recovery-image] Feb 21 08:26:08.421 INFO O| Feb 21 08:26:08.421 INFO STEP 27 (remove_files) COMPLETE
42482025-02-21T08:26:09.818Z[ recovery-image] Feb 21 08:26:08.421 INFO O| Feb 21 08:26:08.421 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492025-02-21T08:26:09.835Z[ recovery-image] Feb 21 08:26:08.441 INFO O| Feb 21 08:26:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42502025-02-21T08:26:09.836Z[ recovery-image] Feb 21 08:26:08.441 INFO O| Feb 21 08:26:08.441 INFO STEP 28 (remove_files) COMPLETE
42512025-02-21T08:26:09.836Z[ recovery-image] Feb 21 08:26:08.441 INFO O| Feb 21 08:26:08.441 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522025-02-21T08:26:09.873Z[ recovery-image] Feb 21 08:26:08.478 INFO O| Feb 21 08:26:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42532025-02-21T08:26:09.873Z[ recovery-image] Feb 21 08:26:08.479 INFO O| Feb 21 08:26:08.478 INFO STEP 29 (remove_files) COMPLETE
42542025-02-21T08:26:09.889Z[ recovery-image] Feb 21 08:26:08.479 INFO O| Feb 21 08:26:08.479 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552025-02-21T08:26:09.894Z[ recovery-image] Feb 21 08:26:08.498 INFO O| Feb 21 08:26:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42562025-02-21T08:26:09.894Z[ recovery-image] Feb 21 08:26:08.498 INFO O| Feb 21 08:26:08.498 INFO STEP 30 (remove_files) COMPLETE
42572025-02-21T08:26:09.894Z[ recovery-image] Feb 21 08:26:08.498 INFO O| Feb 21 08:26:08.498 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582025-02-21T08:26:09.926Z[ recovery-image] Feb 21 08:26:08.532 INFO O| Feb 21 08:26:08.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42592025-02-21T08:26:09.926Z[ recovery-image] Feb 21 08:26:08.532 INFO O| Feb 21 08:26:08.532 INFO STEP 31 (remove_files) COMPLETE
42602025-02-21T08:26:09.942Z[ recovery-image] Feb 21 08:26:08.532 INFO O| Feb 21 08:26:08.532 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42612025-02-21T08:26:09.948Z[ recovery-image] Feb 21 08:26:08.553 INFO O| Feb 21 08:26:08.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42622025-02-21T08:26:09.948Z[ recovery-image] Feb 21 08:26:08.553 INFO O| Feb 21 08:26:08.553 INFO STEP 32 (remove_files) COMPLETE
42632025-02-21T08:26:09.948Z[ recovery-image] Feb 21 08:26:08.553 INFO O| Feb 21 08:26:08.553 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642025-02-21T08:26:09.980Z[ recovery-image] Feb 21 08:26:08.586 INFO O| Feb 21 08:26:08.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42652025-02-21T08:26:09.980Z[ recovery-image] Feb 21 08:26:08.586 INFO O| Feb 21 08:26:08.586 INFO STEP 33 (remove_files) COMPLETE
42662025-02-21T08:26:09.986Z[ recovery-image] Feb 21 08:26:08.586 INFO O| Feb 21 08:26:08.586 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672025-02-21T08:26:10.033Z[ recovery-image] Feb 21 08:26:08.638 INFO O| Feb 21 08:26:08.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42682025-02-21T08:26:10.038Z[ recovery-image] Feb 21 08:26:08.638 INFO O| Feb 21 08:26:08.638 INFO STEP 34 (remove_files) COMPLETE
42692025-02-21T08:26:10.038Z[ recovery-image] Feb 21 08:26:08.638 INFO O| Feb 21 08:26:08.638 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702025-02-21T08:26:10.056Z[ recovery-image] Feb 21 08:26:08.661 INFO O| Feb 21 08:26:08.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42712025-02-21T08:26:10.056Z[ recovery-image] Feb 21 08:26:08.661 INFO O| Feb 21 08:26:08.661 INFO STEP 35 (remove_files) COMPLETE
42722025-02-21T08:26:10.056Z[ recovery-image] Feb 21 08:26:08.661 INFO O| Feb 21 08:26:08.661 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732025-02-21T08:26:10.075Z[ recovery-image] Feb 21 08:26:08.681 INFO O| Feb 21 08:26:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42742025-02-21T08:26:10.080Z[ recovery-image] Feb 21 08:26:08.681 INFO O| Feb 21 08:26:08.681 INFO STEP 36 (remove_files) COMPLETE
42752025-02-21T08:26:10.080Z[ recovery-image] Feb 21 08:26:08.681 INFO O| Feb 21 08:26:08.681 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762025-02-21T08:26:10.094Z[ recovery-image] Feb 21 08:26:08.700 INFO O| Feb 21 08:26:08.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42772025-02-21T08:26:10.094Z[ recovery-image] Feb 21 08:26:08.701 INFO O| Feb 21 08:26:08.700 INFO STEP 37 (remove_files) COMPLETE
42782025-02-21T08:26:10.097Z[ recovery-image] Feb 21 08:26:08.701 INFO O| Feb 21 08:26:08.701 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792025-02-21T08:26:10.119Z[ recovery-image] Feb 21 08:26:08.725 INFO O| Feb 21 08:26:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42802025-02-21T08:26:10.119Z[ recovery-image] Feb 21 08:26:08.725 INFO O| Feb 21 08:26:08.725 INFO STEP 38 (remove_files) COMPLETE
42812025-02-21T08:26:10.122Z[ recovery-image] Feb 21 08:26:08.725 INFO O| Feb 21 08:26:08.725 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822025-02-21T08:26:10.151Z[ recovery-image] Feb 21 08:26:08.757 INFO O| Feb 21 08:26:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42832025-02-21T08:26:10.151Z[ recovery-image] Feb 21 08:26:08.757 INFO O| Feb 21 08:26:08.757 INFO STEP 39 (remove_files) COMPLETE
42842025-02-21T08:26:10.151Z[ recovery-image] Feb 21 08:26:08.757 INFO O| Feb 21 08:26:08.757 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852025-02-21T08:26:10.193Z[ recovery-image] Feb 21 08:26:08.798 INFO O| Feb 21 08:26:08.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42862025-02-21T08:26:10.193Z[ recovery-image] Feb 21 08:26:08.798 INFO O| Feb 21 08:26:08.798 INFO STEP 40 (remove_files) COMPLETE
42872025-02-21T08:26:10.193Z[ recovery-image] Feb 21 08:26:08.798 INFO O| Feb 21 08:26:08.798 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882025-02-21T08:26:10.244Z[ recovery-image] Feb 21 08:26:08.850 INFO O| Feb 21 08:26:08.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42892025-02-21T08:26:10.244Z[ recovery-image] Feb 21 08:26:08.850 INFO O| Feb 21 08:26:08.850 INFO STEP 41 (remove_files) COMPLETE
42902025-02-21T08:26:10.249Z[ recovery-image] Feb 21 08:26:08.850 INFO O| Feb 21 08:26:08.850 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912025-02-21T08:26:10.266Z[ recovery-image] Feb 21 08:26:08.872 INFO O| Feb 21 08:26:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42922025-02-21T08:26:10.268Z[ recovery-image] Feb 21 08:26:08.872 INFO O| Feb 21 08:26:08.872 INFO STEP 42 (remove_files) COMPLETE
42932025-02-21T08:26:10.269Z[ recovery-image] Feb 21 08:26:08.872 INFO O| Feb 21 08:26:08.872 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942025-02-21T08:26:10.312Z[ recovery-image] Feb 21 08:26:08.892 INFO O| Feb 21 08:26:08.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42952025-02-21T08:26:10.312Z[ recovery-image] Feb 21 08:26:08.893 INFO O| Feb 21 08:26:08.893 INFO STEP 43 (remove_files) COMPLETE
42962025-02-21T08:26:10.322Z[ recovery-image] Feb 21 08:26:08.893 INFO O| Feb 21 08:26:08.893 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972025-02-21T08:26:10.322Z[ recovery-image] Feb 21 08:26:08.913 INFO O| Feb 21 08:26:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42982025-02-21T08:26:10.322Z[ recovery-image] Feb 21 08:26:08.914 INFO O| Feb 21 08:26:08.914 INFO STEP 44 (remove_files) COMPLETE
42992025-02-21T08:26:10.322Z[ recovery-image] Feb 21 08:26:08.914 INFO O| Feb 21 08:26:08.914 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002025-02-21T08:26:10.330Z[ recovery-image] Feb 21 08:26:08.936 INFO O| Feb 21 08:26:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43012025-02-21T08:26:10.336Z[ recovery-image] Feb 21 08:26:08.936 INFO O| Feb 21 08:26:08.936 INFO STEP 45 (remove_files) COMPLETE
43022025-02-21T08:26:10.336Z[ recovery-image] Feb 21 08:26:08.936 INFO O| Feb 21 08:26:08.936 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-02-21T08:26:10.354Z[ recovery-image] Feb 21 08:26:08.960 INFO O| Feb 21 08:26:08.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43042025-02-21T08:26:10.357Z[ recovery-image] Feb 21 08:26:08.960 INFO O| Feb 21 08:26:08.960 INFO STEP 46 (remove_files) COMPLETE
43052025-02-21T08:26:10.357Z[ recovery-image] Feb 21 08:26:08.960 INFO O| Feb 21 08:26:08.960 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-02-21T08:26:10.375Z[ recovery-image] Feb 21 08:26:08.981 INFO O| Feb 21 08:26:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43072025-02-21T08:26:10.379Z[ recovery-image] Feb 21 08:26:08.981 INFO O| Feb 21 08:26:08.981 INFO STEP 47 (remove_files) COMPLETE
43082025-02-21T08:26:10.379Z[ recovery-image] Feb 21 08:26:08.982 INFO O| Feb 21 08:26:08.982 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-02-21T08:26:10.420Z[ recovery-image] Feb 21 08:26:09.026 INFO O| Feb 21 08:26:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43102025-02-21T08:26:10.420Z[ recovery-image] Feb 21 08:26:09.026 INFO O| Feb 21 08:26:09.026 INFO STEP 48 (remove_files) COMPLETE
43112025-02-21T08:26:10.420Z[ recovery-image] Feb 21 08:26:09.026 INFO O| Feb 21 08:26:09.026 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122025-02-21T08:26:10.482Z[ recovery-image] Feb 21 08:26:09.088 INFO O| Feb 21 08:26:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43132025-02-21T08:26:10.488Z[ recovery-image] Feb 21 08:26:09.088 INFO O| Feb 21 08:26:09.088 INFO STEP 49 (remove_files) COMPLETE
43142025-02-21T08:26:10.488Z[ recovery-image] Feb 21 08:26:09.088 INFO O| Feb 21 08:26:09.088 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152025-02-21T08:26:10.539Z[ recovery-image] Feb 21 08:26:09.145 INFO O| Feb 21 08:26:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43162025-02-21T08:26:10.539Z[ recovery-image] Feb 21 08:26:09.145 INFO O| Feb 21 08:26:09.145 INFO STEP 50 (remove_files) COMPLETE
43172025-02-21T08:26:10.543Z[ recovery-image] Feb 21 08:26:09.145 INFO O| Feb 21 08:26:09.145 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182025-02-21T08:26:10.560Z[ recovery-image] Feb 21 08:26:09.166 INFO O| Feb 21 08:26:09.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43192025-02-21T08:26:10.560Z[ recovery-image] Feb 21 08:26:09.166 INFO O| Feb 21 08:26:09.166 INFO STEP 51 (remove_files) COMPLETE
43202025-02-21T08:26:10.564Z[ recovery-image] Feb 21 08:26:09.166 INFO O| Feb 21 08:26:09.166 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-02-21T08:26:10.601Z[ recovery-image] Feb 21 08:26:09.206 INFO O| Feb 21 08:26:09.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43222025-02-21T08:26:10.601Z[ recovery-image] Feb 21 08:26:09.206 INFO O| Feb 21 08:26:09.206 INFO STEP 52 (remove_files) COMPLETE
43232025-02-21T08:26:10.601Z[ recovery-image] Feb 21 08:26:09.206 INFO O| Feb 21 08:26:09.206 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43242025-02-21T08:26:10.673Z[ recovery-image] Feb 21 08:26:09.279 INFO O| Feb 21 08:26:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43252025-02-21T08:26:10.673Z[ recovery-image] Feb 21 08:26:09.279 INFO O| Feb 21 08:26:09.279 INFO STEP 53 (remove_files) COMPLETE
43262025-02-21T08:26:10.677Z[ recovery-image] Feb 21 08:26:09.279 INFO O| Feb 21 08:26:09.279 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272025-02-21T08:26:10.696Z[ recovery-image] Feb 21 08:26:09.301 INFO O| Feb 21 08:26:09.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43282025-02-21T08:26:10.696Z[ recovery-image] Feb 21 08:26:09.301 INFO O| Feb 21 08:26:09.301 INFO STEP 54 (remove_files) COMPLETE
43292025-02-21T08:26:10.696Z[ recovery-image] Feb 21 08:26:09.301 INFO O| Feb 21 08:26:09.301 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302025-02-21T08:26:10.715Z[ recovery-image] Feb 21 08:26:09.321 INFO O| Feb 21 08:26:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43312025-02-21T08:26:10.715Z[ recovery-image] Feb 21 08:26:09.321 INFO O| Feb 21 08:26:09.321 INFO STEP 55 (remove_files) COMPLETE
43322025-02-21T08:26:10.719Z[ recovery-image] Feb 21 08:26:09.321 INFO O| Feb 21 08:26:09.321 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332025-02-21T08:26:10.737Z[ recovery-image] Feb 21 08:26:09.342 INFO O| Feb 21 08:26:09.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43342025-02-21T08:26:10.741Z[ recovery-image] Feb 21 08:26:09.342 INFO O| Feb 21 08:26:09.342 INFO STEP 56 (remove_files) COMPLETE
43352025-02-21T08:26:10.741Z[ recovery-image] Feb 21 08:26:09.343 INFO O| Feb 21 08:26:09.342 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-21T08:26:10.757Z[ recovery-image] Feb 21 08:26:09.363 INFO O| Feb 21 08:26:09.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43372025-02-21T08:26:10.762Z[ recovery-image] Feb 21 08:26:09.363 INFO O| Feb 21 08:26:09.363 INFO STEP 57 (remove_files) COMPLETE
43382025-02-21T08:26:10.763Z[ recovery-image] Feb 21 08:26:09.363 INFO O| Feb 21 08:26:09.363 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392025-02-21T08:26:10.778Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43402025-02-21T08:26:10.778Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43412025-02-21T08:26:10.784Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43422025-02-21T08:26:10.784Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43432025-02-21T08:26:10.784Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43442025-02-21T08:26:10.784Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43452025-02-21T08:26:10.784Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO ok!
43462025-02-21T08:26:10.784Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO STEP 58 (ensure_file) COMPLETE
43472025-02-21T08:26:10.784Z[ recovery-image] Feb 21 08:26:09.384 INFO O| Feb 21 08:26:09.384 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43482025-02-21T08:26:10.800Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43492025-02-21T08:26:10.800Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43502025-02-21T08:26:10.803Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43512025-02-21T08:26:10.803Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43522025-02-21T08:26:10.803Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43532025-02-21T08:26:10.803Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43542025-02-21T08:26:10.803Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO ok!
43552025-02-21T08:26:10.803Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO STEP 59 (ensure_file) COMPLETE
43562025-02-21T08:26:10.803Z[ recovery-image] Feb 21 08:26:09.406 INFO O| Feb 21 08:26:09.406 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43572025-02-21T08:26:10.840Z[ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43582025-02-21T08:26:10.840Z[ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43592025-02-21T08:26:10.840Z[ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43602025-02-21T08:26:10.840Z[ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO ok!
43612025-02-21T08:26:10.840Z[ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO STEP 60 (ensure_file) COMPLETE
43622025-02-21T08:26:10.840Z[ recovery-image] Feb 21 08:26:09.426 INFO O| Feb 21 08:26:09.426 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43632025-02-21T08:26:10.862Z[ recovery-image] Feb 21 08:26:09.468 INFO O| Feb 21 08:26:09.468 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43642025-02-21T08:26:10.869Z[ recovery-image] Feb 21 08:26:09.468 INFO O| Feb 21 08:26:09.468 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43652025-02-21T08:26:10.869Z[ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43662025-02-21T08:26:10.869Z[ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO ok!
43672025-02-21T08:26:10.869Z[ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO STEP 61 (ensure_file) COMPLETE
43682025-02-21T08:26:10.869Z[ recovery-image] Feb 21 08:26:09.469 INFO O| Feb 21 08:26:09.469 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43692025-02-21T08:26:10.931Z[ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.535 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43702025-02-21T08:26:10.931Z[ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43712025-02-21T08:26:10.935Z[ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43722025-02-21T08:26:10.935Z[ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43732025-02-21T08:26:10.935Z[ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO ok!
43742025-02-21T08:26:10.935Z[ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO STEP 62 (ensure_file) COMPLETE
43752025-02-21T08:26:10.935Z[ recovery-image] Feb 21 08:26:09.536 INFO O| Feb 21 08:26:09.536 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-02-21T08:26:10.973Z[ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43772025-02-21T08:26:10.973Z[ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43782025-02-21T08:26:10.974Z[ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43792025-02-21T08:26:10.977Z[ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43802025-02-21T08:26:10.977Z[ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO ok!
43812025-02-21T08:26:10.977Z[ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO STEP 63 (ensure_file) COMPLETE
43822025-02-21T08:26:10.977Z[ recovery-image] Feb 21 08:26:09.579 INFO O| Feb 21 08:26:09.579 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43832025-02-21T08:26:11.143Z[ recovery-image] Feb 21 08:26:09.748 INFO O| Feb 21 08:26:09.748 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43842025-02-21T08:26:11.143Z[ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.748 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43852025-02-21T08:26:11.147Z[ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43862025-02-21T08:26:11.147Z[ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO ok!
43872025-02-21T08:26:11.147Z[ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO STEP 64 (assemble_files) COMPLETE
43882025-02-21T08:26:11.147Z[ recovery-image] Feb 21 08:26:09.749 INFO O| Feb 21 08:26:09.749 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43892025-02-21T08:26:11.178Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43902025-02-21T08:26:11.178Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43912025-02-21T08:26:11.178Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43922025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43932025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO ok!
43942025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO STEP 65 (ensure_file) COMPLETE
43952025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43962025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO skip step because feature "omicron1" is not enabled
43972025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.784 INFO O| Feb 21 08:26:09.784 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43982025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.784 INFO skip step because feature "omicron1" is not enabled
43992025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.785 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44002025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.785 INFO skip step because feature "omicron1" is not enabled
44012025-02-21T08:26:11.182Z[ recovery-image] Feb 21 08:26:09.785 INFO O| Feb 21 08:26:09.785 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44022025-02-21T08:26:11.211Z[ recovery-image] Feb 21 08:26:09.817 INFO O| Feb 21 08:26:09.816 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44032025-02-21T08:26:11.211Z[ recovery-image] Feb 21 08:26:09.817 INFO O| Feb 21 08:26:09.817 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44042025-02-21T08:26:13.393Z[ host-image] Feb 21 08:26:11.998 INFO O| Feb 21 08:26:11.998 INFO O| Planning: Solver setup ... Done
44052025-02-21T08:26:13.400Z[ host-image] Feb 21 08:26:12.005 INFO O| Feb 21 08:26:12.005 INFO O| Planning: Running solver ... Done
44062025-02-21T08:26:13.540Z[ host-image] Feb 21 08:26:12.145 INFO O| Feb 21 08:26:12.145 INFO O| Planning: Finding local manifests ... Done
44072025-02-21T08:26:13.543Z[ host-image] Feb 21 08:26:12.148 INFO O| Feb 21 08:26:12.147 INFO O| Planning: Fetching manifests: 0/6 0% complete
44082025-02-21T08:26:14.034Z[ host-image] Feb 21 08:26:12.635 INFO O| Feb 21 08:26:12.635 INFO O| Planning: Fetching manifests: 6/6 100% complete
44092025-02-21T08:26:14.089Z[ host-image] Feb 21 08:26:12.695 INFO O| Feb 21 08:26:12.694 INFO O| Planning: Package planning ... Done
44102025-02-21T08:26:14.125Z[ host-image] Feb 21 08:26:12.731 INFO O| Feb 21 08:26:12.731 INFO O| Planning: Merging actions ... Done
44112025-02-21T08:26:14.212Z[ recovery-image] Feb 21 08:26:12.817 INFO O| Feb 21 08:26:12.817 INFO STEP 69 (pack_tar) COMPLETE
44122025-02-21T08:26:14.213Z[ recovery-image] Feb 21 08:26:12.817 INFO O| Feb 21 08:26:12.817 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44132025-02-21T08:26:14.215Z[ recovery-image] Feb 21 08:26:12.817 INFO O| Feb 21 08:26:12.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44142025-02-21T08:26:14.353Z[ host-image] Feb 21 08:26:12.950 INFO O| Feb 21 08:26:12.950 INFO O| Planning: Checking for conflicting actions ... Done
44152025-02-21T08:26:14.357Z[ host-image] Feb 21 08:26:12.960 INFO O| Feb 21 08:26:12.960 INFO O| Planning: Consolidating action changes ... Done
44162025-02-21T08:26:14.521Z[ recovery-image] Feb 21 08:26:13.127 INFO O| Feb 21 08:26:13.127 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44172025-02-21T08:26:14.676Z[ recovery-image] Feb 21 08:26:13.281 INFO O| Feb 21 08:26:13.281 INFO completed processing gimlet/ramdisk-02-trim
44182025-02-21T08:26:14.679Z[ recovery-image] Feb 21 08:26:13.285 INFO image builder template: ramdisk-03-recovery-trim...
44192025-02-21T08:26:14.682Z[ recovery-image] Feb 21 08:26:13.285 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/.tmpDANt3T/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
44202025-02-21T08:26:14.789Z[ host-image] Feb 21 08:26:13.394 INFO O| Feb 21 08:26:13.394 INFO O| Planning: Evaluating mediators ... Done
44212025-02-21T08:26:14.794Z[ host-image] Feb 21 08:26:13.400 INFO O| Feb 21 08:26:13.400 INFO O| Planning: Planning completed in 6.44 seconds
44222025-02-21T08:26:14.811Z[ host-image] Feb 21 08:26:13.403 INFO O| Feb 21 08:26:13.403 INFO O| Packages to install: 6
44232025-02-21T08:26:14.811Z[ host-image] Feb 21 08:26:13.404 INFO O| Feb 21 08:26:13.403 INFO O| Mediators to change: 1
44242025-02-21T08:26:14.811Z[ host-image] Feb 21 08:26:13.404 INFO O| Feb 21 08:26:13.404 INFO O| Services to change: 1
44252025-02-21T08:26:14.859Z[ host-image] Feb 21 08:26:13.465 INFO O| Feb 21 08:26:13.464 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
44262025-02-21T08:26:14.904Z[ recovery-image] Feb 21 08:26:13.508 INFO O| Feb 21 08:26:13.508 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44272025-02-21T08:26:14.927Z[ recovery-image] Feb 21 08:26:13.532 INFO O| Feb 21 08:26:13.532 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44282025-02-21T08:26:15.047Z[ recovery-image] Feb 21 08:26:13.652 INFO O| Feb 21 08:26:13.652 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44292025-02-21T08:26:15.146Z[ recovery-image] Feb 21 08:26:13.752 INFO O| Feb 21 08:26:13.752 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44302025-02-21T08:26:15.149Z[ recovery-image] Feb 21 08:26:13.753 INFO O| Feb 21 08:26:13.752 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44312025-02-21T08:26:15.163Z[ recovery-image] Feb 21 08:26:13.768 INFO O| Feb 21 08:26:13.768 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44322025-02-21T08:26:15.189Z[ recovery-image] Feb 21 08:26:13.793 INFO O| Feb 21 08:26:13.793 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44332025-02-21T08:26:15.234Z[ recovery-image] Feb 21 08:26:13.839 INFO O| Feb 21 08:26:13.839 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44342025-02-21T08:26:15.695Z[ recovery-image] Feb 21 08:26:14.298 INFO O| Feb 21 08:26:14.298 INFO rolled back to input snapshot; work may begin
44352025-02-21T08:26:15.695Z[ recovery-image] Feb 21 08:26:14.298 INFO O| Feb 21 08:26:14.298 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44362025-02-21T08:26:15.701Z[ recovery-image] Feb 21 08:26:14.307 INFO O| Feb 21 08:26:14.307 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372025-02-21T08:26:15.720Z[ recovery-image] Feb 21 08:26:14.326 INFO O| Feb 21 08:26:14.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44382025-02-21T08:26:15.736Z[ recovery-image] Feb 21 08:26:14.340 INFO O| Feb 21 08:26:14.340 INFO STEP 0 (remove_files) COMPLETE
44392025-02-21T08:26:15.736Z[ recovery-image] Feb 21 08:26:14.340 INFO O| Feb 21 08:26:14.340 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402025-02-21T08:26:15.756Z[ recovery-image] Feb 21 08:26:14.362 INFO O| Feb 21 08:26:14.362 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44412025-02-21T08:26:16.271Z[ recovery-image] Feb 21 08:26:14.876 INFO O| Feb 21 08:26:14.876 INFO STEP 1 (remove_files) COMPLETE
44422025-02-21T08:26:16.271Z[ recovery-image] Feb 21 08:26:14.876 INFO O| Feb 21 08:26:14.876 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432025-02-21T08:26:16.401Z[ recovery-image] Feb 21 08:26:14.998 INFO O| Feb 21 08:26:14.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44442025-02-21T08:26:16.456Z[ recovery-image] Feb 21 08:26:15.061 INFO O| Feb 21 08:26:15.060 INFO STEP 2 (remove_files) COMPLETE
44452025-02-21T08:26:16.456Z[ recovery-image] Feb 21 08:26:15.061 INFO O| Feb 21 08:26:15.060 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462025-02-21T08:26:16.498Z[ recovery-image] Feb 21 08:26:15.103 INFO O| Feb 21 08:26:15.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44472025-02-21T08:26:16.621Z[ recovery-image] Feb 21 08:26:15.214 INFO O| Feb 21 08:26:15.214 INFO STEP 3 (remove_files) COMPLETE
44482025-02-21T08:26:16.621Z[ recovery-image] Feb 21 08:26:15.214 INFO O| Feb 21 08:26:15.214 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492025-02-21T08:26:16.629Z[ recovery-image] Feb 21 08:26:15.234 INFO O| Feb 21 08:26:15.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44502025-02-21T08:26:16.987Z[ recovery-image] Feb 21 08:26:15.592 INFO O| Feb 21 08:26:15.592 INFO STEP 4 (remove_files) COMPLETE
44512025-02-21T08:26:16.987Z[ recovery-image] Feb 21 08:26:15.592 INFO O| Feb 21 08:26:15.592 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522025-02-21T08:26:17.006Z[ recovery-image] Feb 21 08:26:15.612 INFO O| Feb 21 08:26:15.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44532025-02-21T08:26:17.029Z[ recovery-image] Feb 21 08:26:15.635 INFO O| Feb 21 08:26:15.635 INFO STEP 5 (remove_files) COMPLETE
44542025-02-21T08:26:17.029Z[ recovery-image] Feb 21 08:26:15.635 INFO O| Feb 21 08:26:15.635 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552025-02-21T08:26:17.064Z[ recovery-image] Feb 21 08:26:15.670 INFO O| Feb 21 08:26:15.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44562025-02-21T08:26:17.067Z[ recovery-image] Feb 21 08:26:15.674 INFO O| Feb 21 08:26:15.674 INFO STEP 6 (remove_files) COMPLETE
44572025-02-21T08:26:17.070Z[ recovery-image] Feb 21 08:26:15.674 INFO O| Feb 21 08:26:15.674 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582025-02-21T08:26:17.129Z[ recovery-image] Feb 21 08:26:15.735 INFO O| Feb 21 08:26:15.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44592025-02-21T08:26:17.300Z[ recovery-image] Feb 21 08:26:15.906 INFO O| Feb 21 08:26:15.906 INFO STEP 7 (remove_files) COMPLETE
44602025-02-21T08:26:17.300Z[ recovery-image] Feb 21 08:26:15.906 INFO O| Feb 21 08:26:15.906 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612025-02-21T08:26:17.380Z[ recovery-image] Feb 21 08:26:15.985 INFO O| Feb 21 08:26:15.985 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44622025-02-21T08:26:17.409Z[ recovery-image] Feb 21 08:26:16.013 INFO O| Feb 21 08:26:16.013 INFO STEP 8 (remove_files) COMPLETE
44632025-02-21T08:26:17.409Z[ recovery-image] Feb 21 08:26:16.013 INFO O| Feb 21 08:26:16.013 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642025-02-21T08:26:17.429Z[ recovery-image] Feb 21 08:26:16.035 INFO O| Feb 21 08:26:16.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44652025-02-21T08:26:17.479Z[ recovery-image] Feb 21 08:26:16.082 INFO O| Feb 21 08:26:16.082 INFO STEP 9 (remove_files) COMPLETE
44662025-02-21T08:26:17.479Z[ recovery-image] Feb 21 08:26:16.082 INFO O| Feb 21 08:26:16.082 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672025-02-21T08:26:17.499Z[ recovery-image] Feb 21 08:26:16.105 INFO O| Feb 21 08:26:16.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44682025-02-21T08:26:17.619Z[ recovery-image] Feb 21 08:26:16.225 INFO O| Feb 21 08:26:16.225 INFO STEP 10 (remove_files) COMPLETE
44692025-02-21T08:26:17.619Z[ recovery-image] Feb 21 08:26:16.225 INFO O| Feb 21 08:26:16.225 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702025-02-21T08:26:17.683Z[ recovery-image] Feb 21 08:26:16.286 INFO O| Feb 21 08:26:16.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44712025-02-21T08:26:17.729Z[ recovery-image] Feb 21 08:26:16.334 INFO O| Feb 21 08:26:16.334 INFO STEP 11 (remove_files) COMPLETE
44722025-02-21T08:26:17.729Z[ recovery-image] Feb 21 08:26:16.334 INFO O| Feb 21 08:26:16.334 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732025-02-21T08:26:17.788Z[ recovery-image] Feb 21 08:26:16.394 INFO O| Feb 21 08:26:16.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44742025-02-21T08:26:17.815Z[ recovery-image] Feb 21 08:26:16.421 INFO O| Feb 21 08:26:16.420 INFO STEP 12 (remove_files) COMPLETE
44752025-02-21T08:26:17.815Z[ recovery-image] Feb 21 08:26:16.421 INFO O| Feb 21 08:26:16.420 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762025-02-21T08:26:17.894Z[ recovery-image] Feb 21 08:26:16.481 INFO O| Feb 21 08:26:16.481 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44772025-02-21T08:26:17.894Z[ recovery-image] Feb 21 08:26:16.481 INFO O| Feb 21 08:26:16.481 INFO STEP 13 (remove_files) COMPLETE
44782025-02-21T08:26:17.894Z[ recovery-image] Feb 21 08:26:16.481 INFO O| Feb 21 08:26:16.481 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792025-02-21T08:26:17.898Z[ recovery-image] Feb 21 08:26:16.500 INFO O| Feb 21 08:26:16.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44802025-02-21T08:26:17.947Z[ recovery-image] Feb 21 08:26:16.552 INFO O| Feb 21 08:26:16.552 INFO STEP 14 (remove_files) COMPLETE
44812025-02-21T08:26:17.947Z[ recovery-image] Feb 21 08:26:16.552 INFO O| Feb 21 08:26:16.552 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822025-02-21T08:26:17.986Z[ recovery-image] Feb 21 08:26:16.592 INFO O| Feb 21 08:26:16.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44832025-02-21T08:26:18.038Z[ recovery-image] Feb 21 08:26:16.644 INFO O| Feb 21 08:26:16.644 INFO STEP 15 (remove_files) COMPLETE
44842025-02-21T08:26:18.038Z[ recovery-image] Feb 21 08:26:16.644 INFO O| Feb 21 08:26:16.644 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852025-02-21T08:26:18.081Z[ recovery-image] Feb 21 08:26:16.688 INFO O| Feb 21 08:26:16.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44862025-02-21T08:26:18.084Z[ recovery-image] Feb 21 08:26:16.688 INFO O| Feb 21 08:26:16.688 INFO STEP 16 (remove_files) COMPLETE
44872025-02-21T08:26:18.084Z[ recovery-image] Feb 21 08:26:16.688 INFO O| Feb 21 08:26:16.688 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882025-02-21T08:26:18.129Z[ recovery-image] Feb 21 08:26:16.734 INFO O| Feb 21 08:26:16.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44892025-02-21T08:26:18.130Z[ recovery-image] Feb 21 08:26:16.735 INFO O| Feb 21 08:26:16.735 INFO STEP 17 (remove_files) COMPLETE
44902025-02-21T08:26:18.130Z[ recovery-image] Feb 21 08:26:16.735 INFO O| Feb 21 08:26:16.735 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912025-02-21T08:26:18.154Z[ recovery-image] Feb 21 08:26:16.760 INFO O| Feb 21 08:26:16.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44922025-02-21T08:26:18.230Z[ recovery-image] Feb 21 08:26:16.836 INFO O| Feb 21 08:26:16.836 INFO STEP 18 (remove_files) COMPLETE
44932025-02-21T08:26:18.230Z[ recovery-image] Feb 21 08:26:16.836 INFO O| Feb 21 08:26:16.836 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942025-02-21T08:26:18.251Z[ recovery-image] Feb 21 08:26:16.858 INFO O| Feb 21 08:26:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44952025-02-21T08:26:18.256Z[ recovery-image] Feb 21 08:26:16.862 INFO O| Feb 21 08:26:16.862 INFO STEP 19 (remove_files) COMPLETE
44962025-02-21T08:26:18.256Z[ recovery-image] Feb 21 08:26:16.862 INFO O| Feb 21 08:26:16.862 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972025-02-21T08:26:18.281Z[ recovery-image] Feb 21 08:26:16.887 INFO O| Feb 21 08:26:16.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44982025-02-21T08:26:18.284Z[ recovery-image] Feb 21 08:26:16.888 INFO O| Feb 21 08:26:16.888 INFO STEP 20 (remove_files) COMPLETE
44992025-02-21T08:26:18.284Z[ recovery-image] Feb 21 08:26:16.888 INFO O| Feb 21 08:26:16.888 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002025-02-21T08:26:18.306Z[ recovery-image] Feb 21 08:26:16.911 INFO O| Feb 21 08:26:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45012025-02-21T08:26:18.310Z[ recovery-image] Feb 21 08:26:16.912 INFO O| Feb 21 08:26:16.912 INFO STEP 21 (remove_files) COMPLETE
45022025-02-21T08:26:18.310Z[ recovery-image] Feb 21 08:26:16.912 INFO O| Feb 21 08:26:16.912 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032025-02-21T08:26:18.329Z[ recovery-image] Feb 21 08:26:16.936 INFO O| Feb 21 08:26:16.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45042025-02-21T08:26:18.332Z[ recovery-image] Feb 21 08:26:16.938 INFO O| Feb 21 08:26:16.938 INFO STEP 22 (remove_files) COMPLETE
45052025-02-21T08:26:18.332Z[ recovery-image] Feb 21 08:26:16.938 INFO O| Feb 21 08:26:16.938 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062025-02-21T08:26:18.358Z[ recovery-image] Feb 21 08:26:16.963 INFO O| Feb 21 08:26:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45072025-02-21T08:26:18.364Z[ recovery-image] Feb 21 08:26:16.965 INFO O| Feb 21 08:26:16.965 INFO STEP 23 (remove_files) COMPLETE
45082025-02-21T08:26:18.364Z[ recovery-image] Feb 21 08:26:16.965 INFO O| Feb 21 08:26:16.965 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092025-02-21T08:26:18.385Z[ recovery-image] Feb 21 08:26:16.990 INFO O| Feb 21 08:26:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45102025-02-21T08:26:19.392Z[ recovery-image] Feb 21 08:26:16.991 INFO O| Feb 21 08:26:16.990 INFO STEP 24 (remove_files) COMPLETE
45112025-02-21T08:26:19.392Z[ recovery-image] Feb 21 08:26:16.991 INFO O| Feb 21 08:26:16.991 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122025-02-21T08:26:19.398Z[ recovery-image] Feb 21 08:26:17.012 INFO O| Feb 21 08:26:17.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45132025-02-21T08:26:19.398Z[ recovery-image] Feb 21 08:26:17.012 INFO O| Feb 21 08:26:17.012 INFO STEP 25 (remove_files) COMPLETE
45142025-02-21T08:26:19.398Z[ recovery-image] Feb 21 08:26:17.012 INFO O| Feb 21 08:26:17.012 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.034 INFO O| Feb 21 08:26:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45162025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.036 INFO O| Feb 21 08:26:17.036 INFO STEP 26 (remove_files) COMPLETE
45172025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.036 INFO O| Feb 21 08:26:17.036 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.057 INFO O| Feb 21 08:26:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45192025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.057 INFO O| Feb 21 08:26:17.057 INFO STEP 27 (remove_files) COMPLETE
45202025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.057 INFO O| Feb 21 08:26:17.057 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.077 INFO O| Feb 21 08:26:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45222025-02-21T08:26:19.399Z[ recovery-image] Feb 21 08:26:17.079 INFO O| Feb 21 08:26:17.079 INFO STEP 28 (remove_files) COMPLETE
45232025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.080 INFO O| Feb 21 08:26:17.080 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.100 INFO O| Feb 21 08:26:17.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45252025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.103 INFO O| Feb 21 08:26:17.103 INFO STEP 29 (remove_files) COMPLETE
45262025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.103 INFO O| Feb 21 08:26:17.103 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.128 INFO O| Feb 21 08:26:17.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45282025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.129 INFO O| Feb 21 08:26:17.129 INFO STEP 30 (remove_files) COMPLETE
45292025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.129 INFO O| Feb 21 08:26:17.129 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302025-02-21T08:26:19.400Z[ recovery-image] Feb 21 08:26:17.152 INFO O| Feb 21 08:26:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45312025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.154 INFO O| Feb 21 08:26:17.154 INFO STEP 31 (remove_files) COMPLETE
45322025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.155 INFO O| Feb 21 08:26:17.155 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.201 INFO O| Feb 21 08:26:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45342025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.201 INFO O| Feb 21 08:26:17.201 INFO STEP 32 (remove_files) COMPLETE
45352025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.204 INFO O| Feb 21 08:26:17.202 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.257 INFO O| Feb 21 08:26:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45372025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.259 INFO O| Feb 21 08:26:17.259 INFO STEP 33 (remove_files) COMPLETE
45382025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.259 INFO O| Feb 21 08:26:17.259 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.284 INFO O| Feb 21 08:26:17.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45402025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.284 INFO O| Feb 21 08:26:17.284 INFO STEP 34 (remove_files) COMPLETE
45412025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.285 INFO O| Feb 21 08:26:17.285 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.306 INFO O| Feb 21 08:26:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45432025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.306 INFO O| Feb 21 08:26:17.306 INFO STEP 35 (remove_files) COMPLETE
45442025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.306 INFO O| Feb 21 08:26:17.306 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.327 INFO O| Feb 21 08:26:17.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45462025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.327 INFO O| Feb 21 08:26:17.327 INFO STEP 36 (remove_files) COMPLETE
45472025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.327 INFO O| Feb 21 08:26:17.327 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.347 INFO O| Feb 21 08:26:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45492025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.347 INFO O| Feb 21 08:26:17.347 INFO STEP 37 (remove_files) COMPLETE
45502025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.347 INFO O| Feb 21 08:26:17.347 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.388 INFO O| Feb 21 08:26:17.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45522025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.389 INFO O| Feb 21 08:26:17.389 INFO STEP 38 (remove_files) COMPLETE
45532025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.389 INFO O| Feb 21 08:26:17.389 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.409 INFO O| Feb 21 08:26:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45552025-02-21T08:26:19.401Z[ recovery-image] Feb 21 08:26:17.409 INFO O| Feb 21 08:26:17.409 INFO STEP 39 (remove_files) COMPLETE
45562025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.409 INFO O| Feb 21 08:26:17.409 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.429 INFO O| Feb 21 08:26:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45582025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.430 INFO O| Feb 21 08:26:17.429 INFO STEP 40 (remove_files) COMPLETE
45592025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.430 INFO O| Feb 21 08:26:17.430 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.449 INFO O| Feb 21 08:26:17.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45612025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.449 INFO O| Feb 21 08:26:17.449 INFO STEP 41 (remove_files) COMPLETE
45622025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.449 INFO O| Feb 21 08:26:17.449 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.478 INFO O| Feb 21 08:26:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45642025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.501 INFO O| Feb 21 08:26:17.501 INFO STEP 42 (remove_files) COMPLETE
45652025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.501 INFO O| Feb 21 08:26:17.501 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.557 INFO O| Feb 21 08:26:17.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45672025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.557 INFO O| Feb 21 08:26:17.557 INFO STEP 43 (remove_files) COMPLETE
45682025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.560 INFO O| Feb 21 08:26:17.558 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.586 INFO O| Feb 21 08:26:17.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45702025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.586 INFO O| Feb 21 08:26:17.586 INFO STEP 44 (remove_files) COMPLETE
45712025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.586 INFO O| Feb 21 08:26:17.586 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.606 INFO O| Feb 21 08:26:17.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45732025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.609 INFO O| Feb 21 08:26:17.609 INFO STEP 45 (remove_files) COMPLETE
45742025-02-21T08:26:19.402Z[ recovery-image] Feb 21 08:26:17.609 INFO O| Feb 21 08:26:17.609 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.630 INFO O| Feb 21 08:26:17.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45762025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.639 INFO O| Feb 21 08:26:17.639 INFO STEP 46 (remove_files) COMPLETE
45772025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.639 INFO O| Feb 21 08:26:17.639 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.667 INFO O| Feb 21 08:26:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45792025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.667 INFO O| Feb 21 08:26:17.667 INFO STEP 47 (remove_files) COMPLETE
45802025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.667 INFO O| Feb 21 08:26:17.667 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.693 INFO O| Feb 21 08:26:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45822025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.693 INFO O| Feb 21 08:26:17.693 INFO STEP 48 (remove_files) COMPLETE
45832025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.693 INFO O| Feb 21 08:26:17.693 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.715 INFO O| Feb 21 08:26:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45852025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.715 INFO O| Feb 21 08:26:17.715 INFO STEP 49 (remove_files) COMPLETE
45862025-02-21T08:26:19.403Z[ recovery-image] Feb 21 08:26:17.715 INFO O| Feb 21 08:26:17.715 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.735 INFO O| Feb 21 08:26:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45882025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.759 INFO O| Feb 21 08:26:17.759 INFO STEP 50 (remove_files) COMPLETE
45892025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.759 INFO O| Feb 21 08:26:17.759 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.819 INFO O| Feb 21 08:26:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45912025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.819 INFO O| Feb 21 08:26:17.819 INFO STEP 51 (remove_files) COMPLETE
45922025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.819 INFO O| Feb 21 08:26:17.819 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.839 INFO O| Feb 21 08:26:17.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45942025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.840 INFO O| Feb 21 08:26:17.839 INFO STEP 52 (remove_files) COMPLETE
45952025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.840 INFO O| Feb 21 08:26:17.839 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.865 INFO O| Feb 21 08:26:17.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45972025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.868 INFO O| Feb 21 08:26:17.868 INFO STEP 53 (remove_files) COMPLETE
45982025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.868 INFO O| Feb 21 08:26:17.868 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.896 INFO O| Feb 21 08:26:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46002025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.897 INFO O| Feb 21 08:26:17.897 INFO STEP 54 (remove_files) COMPLETE
46012025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.897 INFO O| Feb 21 08:26:17.897 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.922 INFO O| Feb 21 08:26:17.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46032025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.922 INFO O| Feb 21 08:26:17.922 INFO STEP 55 (remove_files) COMPLETE
46042025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.922 INFO O| Feb 21 08:26:17.922 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.947 INFO O| Feb 21 08:26:17.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46062025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.947 INFO O| Feb 21 08:26:17.947 INFO STEP 56 (remove_files) COMPLETE
46072025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.947 INFO O| Feb 21 08:26:17.947 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.975 INFO O| Feb 21 08:26:17.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46092025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.978 INFO O| Feb 21 08:26:17.978 INFO STEP 57 (remove_files) COMPLETE
46102025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:17.978 INFO O| Feb 21 08:26:17.978 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112025-02-21T08:26:19.404Z[ recovery-image] Feb 21 08:26:18.001 INFO O| Feb 21 08:26:18.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46122025-02-21T08:26:19.419Z[ recovery-image] Feb 21 08:26:18.001 INFO O| Feb 21 08:26:18.001 INFO STEP 58 (remove_files) COMPLETE
46132025-02-21T08:26:19.419Z[ recovery-image] Feb 21 08:26:18.001 INFO O| Feb 21 08:26:18.001 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142025-02-21T08:26:19.489Z[ recovery-image] Feb 21 08:26:18.093 INFO O| Feb 21 08:26:18.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46152025-02-21T08:26:19.490Z[ recovery-image] Feb 21 08:26:18.093 INFO O| Feb 21 08:26:18.093 INFO STEP 59 (remove_files) COMPLETE
46162025-02-21T08:26:19.490Z[ recovery-image] Feb 21 08:26:18.093 INFO O| Feb 21 08:26:18.093 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172025-02-21T08:26:19.536Z[ recovery-image] Feb 21 08:26:18.142 INFO O| Feb 21 08:26:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46182025-02-21T08:26:19.537Z[ recovery-image] Feb 21 08:26:18.142 INFO O| Feb 21 08:26:18.142 INFO STEP 60 (remove_files) COMPLETE
46192025-02-21T08:26:19.540Z[ recovery-image] Feb 21 08:26:18.142 INFO O| Feb 21 08:26:18.142 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202025-02-21T08:26:19.554Z[ recovery-image] Feb 21 08:26:18.160 INFO O| Feb 21 08:26:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46212025-02-21T08:26:19.554Z[ recovery-image] Feb 21 08:26:18.160 INFO O| Feb 21 08:26:18.160 INFO STEP 61 (remove_files) COMPLETE
46222025-02-21T08:26:19.557Z[ recovery-image] Feb 21 08:26:18.160 INFO O| Feb 21 08:26:18.160 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232025-02-21T08:26:19.599Z[ recovery-image] Feb 21 08:26:18.204 INFO O| Feb 21 08:26:18.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46242025-02-21T08:26:19.599Z[ recovery-image] Feb 21 08:26:18.204 INFO O| Feb 21 08:26:18.204 INFO STEP 62 (remove_files) COMPLETE
46252025-02-21T08:26:19.603Z[ recovery-image] Feb 21 08:26:18.204 INFO O| Feb 21 08:26:18.204 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262025-02-21T08:26:19.639Z[ recovery-image] Feb 21 08:26:18.242 INFO O| Feb 21 08:26:18.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46272025-02-21T08:26:19.639Z[ recovery-image] Feb 21 08:26:18.243 INFO O| Feb 21 08:26:18.242 INFO STEP 63 (remove_files) COMPLETE
46282025-02-21T08:26:19.642Z[ recovery-image] Feb 21 08:26:18.243 INFO O| Feb 21 08:26:18.243 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292025-02-21T08:26:19.680Z[ recovery-image] Feb 21 08:26:18.286 INFO O| Feb 21 08:26:18.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46302025-02-21T08:26:19.680Z[ recovery-image] Feb 21 08:26:18.286 INFO O| Feb 21 08:26:18.286 INFO STEP 64 (remove_files) COMPLETE
46312025-02-21T08:26:19.680Z[ recovery-image] Feb 21 08:26:18.286 INFO O| Feb 21 08:26:18.286 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322025-02-21T08:26:19.702Z[ recovery-image] Feb 21 08:26:18.308 INFO O| Feb 21 08:26:18.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46332025-02-21T08:26:19.702Z[ recovery-image] Feb 21 08:26:18.308 INFO O| Feb 21 08:26:18.308 INFO STEP 65 (remove_files) COMPLETE
46342025-02-21T08:26:19.705Z[ recovery-image] Feb 21 08:26:18.309 INFO O| Feb 21 08:26:18.308 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352025-02-21T08:26:19.730Z[ recovery-image] Feb 21 08:26:18.335 INFO O| Feb 21 08:26:18.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46362025-02-21T08:26:19.731Z[ recovery-image] Feb 21 08:26:18.335 INFO O| Feb 21 08:26:18.335 INFO STEP 66 (remove_files) COMPLETE
46372025-02-21T08:26:19.731Z[ recovery-image] Feb 21 08:26:18.335 INFO O| Feb 21 08:26:18.335 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382025-02-21T08:26:19.756Z[ recovery-image] Feb 21 08:26:18.362 INFO O| Feb 21 08:26:18.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46392025-02-21T08:26:19.756Z[ recovery-image] Feb 21 08:26:18.362 INFO O| Feb 21 08:26:18.362 INFO STEP 67 (remove_files) COMPLETE
46402025-02-21T08:26:19.761Z[ recovery-image] Feb 21 08:26:18.362 INFO O| Feb 21 08:26:18.362 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412025-02-21T08:26:19.780Z[ recovery-image] Feb 21 08:26:18.384 INFO O| Feb 21 08:26:18.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46422025-02-21T08:26:19.780Z[ recovery-image] Feb 21 08:26:18.384 INFO O| Feb 21 08:26:18.384 INFO STEP 68 (remove_files) COMPLETE
46432025-02-21T08:26:19.784Z[ recovery-image] Feb 21 08:26:18.384 INFO O| Feb 21 08:26:18.384 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442025-02-21T08:26:19.798Z[ recovery-image] Feb 21 08:26:18.404 INFO O| Feb 21 08:26:18.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46452025-02-21T08:26:19.803Z[ recovery-image] Feb 21 08:26:18.406 INFO O| Feb 21 08:26:18.406 INFO STEP 69 (remove_files) COMPLETE
46462025-02-21T08:26:19.804Z[ recovery-image] Feb 21 08:26:18.406 INFO O| Feb 21 08:26:18.406 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472025-02-21T08:26:19.828Z[ recovery-image] Feb 21 08:26:18.429 INFO O| Feb 21 08:26:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46482025-02-21T08:26:19.828Z[ recovery-image] Feb 21 08:26:18.429 INFO O| Feb 21 08:26:18.429 INFO STEP 70 (remove_files) COMPLETE
46492025-02-21T08:26:19.828Z[ recovery-image] Feb 21 08:26:18.429 INFO O| Feb 21 08:26:18.429 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502025-02-21T08:26:19.850Z[ recovery-image] Feb 21 08:26:18.454 INFO O| Feb 21 08:26:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46512025-02-21T08:26:19.850Z[ recovery-image] Feb 21 08:26:18.454 INFO O| Feb 21 08:26:18.454 INFO STEP 71 (remove_files) COMPLETE
46522025-02-21T08:26:19.853Z[ recovery-image] Feb 21 08:26:18.454 INFO O| Feb 21 08:26:18.454 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532025-02-21T08:26:19.859Z[ host-image] Feb 21 08:26:18.465 INFO O| Feb 21 08:26:18.465 INFO O| Download: 1102/1140 items 6.0/8.4MB 71% complete (1.0M/s)
46542025-02-21T08:26:19.873Z[ recovery-image] Feb 21 08:26:18.476 INFO O| Feb 21 08:26:18.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46552025-02-21T08:26:19.873Z[ recovery-image] Feb 21 08:26:18.476 INFO O| Feb 21 08:26:18.476 INFO STEP 72 (remove_files) COMPLETE
46562025-02-21T08:26:19.873Z[ recovery-image] Feb 21 08:26:18.476 INFO O| Feb 21 08:26:18.476 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-02-21T08:26:19.892Z[ recovery-image] Feb 21 08:26:18.498 INFO O| Feb 21 08:26:18.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46582025-02-21T08:26:19.893Z[ recovery-image] Feb 21 08:26:18.498 INFO O| Feb 21 08:26:18.498 INFO STEP 73 (remove_files) COMPLETE
46592025-02-21T08:26:19.898Z[ recovery-image] Feb 21 08:26:18.498 INFO O| Feb 21 08:26:18.498 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-02-21T08:26:19.913Z[ recovery-image] Feb 21 08:26:18.519 INFO O| Feb 21 08:26:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46612025-02-21T08:26:19.913Z[ recovery-image] Feb 21 08:26:18.519 INFO O| Feb 21 08:26:18.519 INFO STEP 74 (remove_files) COMPLETE
46622025-02-21T08:26:19.915Z[ recovery-image] Feb 21 08:26:18.519 INFO O| Feb 21 08:26:18.519 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-02-21T08:26:19.933Z[ recovery-image] Feb 21 08:26:18.539 INFO O| Feb 21 08:26:18.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46642025-02-21T08:26:19.933Z[ recovery-image] Feb 21 08:26:18.539 INFO O| Feb 21 08:26:18.539 INFO STEP 75 (remove_files) COMPLETE
46652025-02-21T08:26:19.933Z[ recovery-image] Feb 21 08:26:18.539 INFO O| Feb 21 08:26:18.539 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-02-21T08:26:19.955Z[ recovery-image] Feb 21 08:26:18.561 INFO O| Feb 21 08:26:18.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46672025-02-21T08:26:19.955Z[ recovery-image] Feb 21 08:26:18.561 INFO O| Feb 21 08:26:18.561 INFO STEP 76 (remove_files) COMPLETE
46682025-02-21T08:26:19.955Z[ recovery-image] Feb 21 08:26:18.561 INFO O| Feb 21 08:26:18.561 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-02-21T08:26:19.976Z[ recovery-image] Feb 21 08:26:18.581 INFO O| Feb 21 08:26:18.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46702025-02-21T08:26:19.976Z[ recovery-image] Feb 21 08:26:18.581 INFO O| Feb 21 08:26:18.581 INFO STEP 77 (remove_files) COMPLETE
46712025-02-21T08:26:19.977Z[ recovery-image] Feb 21 08:26:18.581 INFO O| Feb 21 08:26:18.581 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-02-21T08:26:20.009Z[ recovery-image] Feb 21 08:26:18.600 INFO O| Feb 21 08:26:18.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46732025-02-21T08:26:20.009Z[ recovery-image] Feb 21 08:26:18.600 INFO O| Feb 21 08:26:18.600 INFO STEP 78 (remove_files) COMPLETE
46742025-02-21T08:26:20.009Z[ recovery-image] Feb 21 08:26:18.600 INFO O| Feb 21 08:26:18.600 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-02-21T08:26:20.015Z[ recovery-image] Feb 21 08:26:18.620 INFO O| Feb 21 08:26:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46762025-02-21T08:26:20.015Z[ recovery-image] Feb 21 08:26:18.620 INFO O| Feb 21 08:26:18.620 INFO STEP 79 (remove_files) COMPLETE
46772025-02-21T08:26:20.015Z[ recovery-image] Feb 21 08:26:18.620 INFO O| Feb 21 08:26:18.620 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-02-21T08:26:20.038Z[ recovery-image] Feb 21 08:26:18.642 INFO O| Feb 21 08:26:18.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46792025-02-21T08:26:20.038Z[ recovery-image] Feb 21 08:26:18.642 INFO O| Feb 21 08:26:18.642 INFO STEP 80 (remove_files) COMPLETE
46802025-02-21T08:26:20.038Z[ recovery-image] Feb 21 08:26:18.642 INFO O| Feb 21 08:26:18.642 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-02-21T08:26:20.060Z[ recovery-image] Feb 21 08:26:18.663 INFO O| Feb 21 08:26:18.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46822025-02-21T08:26:20.060Z[ recovery-image] Feb 21 08:26:18.663 INFO O| Feb 21 08:26:18.663 INFO STEP 81 (remove_files) COMPLETE
46832025-02-21T08:26:20.060Z[ recovery-image] Feb 21 08:26:18.663 INFO O| Feb 21 08:26:18.663 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-02-21T08:26:20.081Z[ recovery-image] Feb 21 08:26:18.684 INFO O| Feb 21 08:26:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46852025-02-21T08:26:20.090Z[ recovery-image] Feb 21 08:26:18.685 INFO O| Feb 21 08:26:18.685 INFO STEP 82 (remove_files) COMPLETE
46862025-02-21T08:26:20.090Z[ recovery-image] Feb 21 08:26:18.685 INFO O| Feb 21 08:26:18.685 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-02-21T08:26:20.106Z[ recovery-image] Feb 21 08:26:18.707 INFO O| Feb 21 08:26:18.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46882025-02-21T08:26:20.112Z[ recovery-image] Feb 21 08:26:18.707 INFO O| Feb 21 08:26:18.707 INFO STEP 83 (remove_files) COMPLETE
46892025-02-21T08:26:20.112Z[ recovery-image] Feb 21 08:26:18.707 INFO O| Feb 21 08:26:18.707 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-02-21T08:26:20.124Z[ recovery-image] Feb 21 08:26:18.730 INFO O| Feb 21 08:26:18.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46912025-02-21T08:26:20.130Z[ recovery-image] Feb 21 08:26:18.730 INFO O| Feb 21 08:26:18.730 INFO STEP 84 (remove_files) COMPLETE
46922025-02-21T08:26:20.130Z[ recovery-image] Feb 21 08:26:18.730 INFO O| Feb 21 08:26:18.730 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-02-21T08:26:20.147Z[ recovery-image] Feb 21 08:26:18.752 INFO O| Feb 21 08:26:18.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46942025-02-21T08:26:20.159Z[ recovery-image] Feb 21 08:26:18.765 INFO O| Feb 21 08:26:18.765 INFO STEP 85 (remove_files) COMPLETE
46952025-02-21T08:26:20.159Z[ recovery-image] Feb 21 08:26:18.765 INFO O| Feb 21 08:26:18.765 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-02-21T08:26:20.196Z[ recovery-image] Feb 21 08:26:18.802 INFO O| Feb 21 08:26:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46972025-02-21T08:26:20.196Z[ recovery-image] Feb 21 08:26:18.802 INFO O| Feb 21 08:26:18.802 INFO STEP 86 (remove_files) COMPLETE
46982025-02-21T08:26:20.198Z[ recovery-image] Feb 21 08:26:18.802 INFO O| Feb 21 08:26:18.802 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-02-21T08:26:20.232Z[ recovery-image] Feb 21 08:26:18.838 INFO O| Feb 21 08:26:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47002025-02-21T08:26:20.232Z[ recovery-image] Feb 21 08:26:18.838 INFO O| Feb 21 08:26:18.838 INFO STEP 87 (remove_files) COMPLETE
47012025-02-21T08:26:20.237Z[ recovery-image] Feb 21 08:26:18.838 INFO O| Feb 21 08:26:18.838 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-02-21T08:26:20.257Z[ recovery-image] Feb 21 08:26:18.861 INFO O| Feb 21 08:26:18.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47032025-02-21T08:26:20.257Z[ recovery-image] Feb 21 08:26:18.861 INFO O| Feb 21 08:26:18.861 INFO STEP 88 (remove_files) COMPLETE
47042025-02-21T08:26:20.257Z[ recovery-image] Feb 21 08:26:18.861 INFO O| Feb 21 08:26:18.861 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-02-21T08:26:20.275Z[ recovery-image] Feb 21 08:26:18.881 INFO O| Feb 21 08:26:18.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47062025-02-21T08:26:20.275Z[ recovery-image] Feb 21 08:26:18.881 INFO O| Feb 21 08:26:18.881 INFO STEP 89 (remove_files) COMPLETE
47072025-02-21T08:26:20.279Z[ recovery-image] Feb 21 08:26:18.881 INFO O| Feb 21 08:26:18.881 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-02-21T08:26:20.295Z[ recovery-image] Feb 21 08:26:18.901 INFO O| Feb 21 08:26:18.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47092025-02-21T08:26:20.298Z[ recovery-image] Feb 21 08:26:18.904 INFO O| Feb 21 08:26:18.904 INFO STEP 90 (remove_files) COMPLETE
47102025-02-21T08:26:20.298Z[ recovery-image] Feb 21 08:26:18.904 INFO O| Feb 21 08:26:18.904 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-02-21T08:26:20.396Z[ recovery-image] Feb 21 08:26:18.998 INFO O| Feb 21 08:26:18.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47122025-02-21T08:26:20.414Z[ recovery-image] Feb 21 08:26:19.020 INFO O| Feb 21 08:26:19.020 INFO STEP 91 (remove_files) COMPLETE
47132025-02-21T08:26:20.414Z[ recovery-image] Feb 21 08:26:19.020 INFO O| Feb 21 08:26:19.020 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-02-21T08:26:20.437Z[ recovery-image] Feb 21 08:26:19.043 INFO O| Feb 21 08:26:19.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47152025-02-21T08:26:20.440Z[ recovery-image] Feb 21 08:26:19.043 INFO O| Feb 21 08:26:19.043 INFO STEP 92 (remove_files) COMPLETE
47162025-02-21T08:26:20.440Z[ recovery-image] Feb 21 08:26:19.044 INFO O| Feb 21 08:26:19.043 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-02-21T08:26:20.461Z[ recovery-image] Feb 21 08:26:19.065 INFO O| Feb 21 08:26:19.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47182025-02-21T08:26:20.464Z[ recovery-image] Feb 21 08:26:19.065 INFO O| Feb 21 08:26:19.065 INFO STEP 93 (remove_files) COMPLETE
47192025-02-21T08:26:20.464Z[ recovery-image] Feb 21 08:26:19.065 INFO O| Feb 21 08:26:19.065 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-02-21T08:26:20.479Z[ recovery-image] Feb 21 08:26:19.085 INFO O| Feb 21 08:26:19.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47212025-02-21T08:26:20.479Z[ recovery-image] Feb 21 08:26:19.086 INFO O| Feb 21 08:26:19.085 INFO STEP 94 (remove_files) COMPLETE
47222025-02-21T08:26:20.484Z[ recovery-image] Feb 21 08:26:19.086 INFO O| Feb 21 08:26:19.086 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-02-21T08:26:20.499Z[ recovery-image] Feb 21 08:26:19.105 INFO O| Feb 21 08:26:19.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47242025-02-21T08:26:20.503Z[ recovery-image] Feb 21 08:26:19.105 INFO O| Feb 21 08:26:19.105 INFO STEP 95 (remove_files) COMPLETE
47252025-02-21T08:26:20.503Z[ recovery-image] Feb 21 08:26:19.105 INFO O| Feb 21 08:26:19.105 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-02-21T08:26:20.521Z[ recovery-image] Feb 21 08:26:19.127 INFO O| Feb 21 08:26:19.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47272025-02-21T08:26:20.521Z[ recovery-image] Feb 21 08:26:19.127 INFO O| Feb 21 08:26:19.127 INFO STEP 96 (remove_files) COMPLETE
47282025-02-21T08:26:20.521Z[ recovery-image] Feb 21 08:26:19.127 INFO O| Feb 21 08:26:19.127 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-02-21T08:26:20.543Z[ host-image] Feb 21 08:26:19.148 INFO O| Feb 21 08:26:19.147 INFO O| Download: Completed 8.42 MB in 5.68 seconds (1.5M/s)
47302025-02-21T08:26:20.546Z[ recovery-image] Feb 21 08:26:19.148 INFO O| Feb 21 08:26:19.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47312025-02-21T08:26:20.557Z[ recovery-image] Feb 21 08:26:19.163 INFO O| Feb 21 08:26:19.163 INFO STEP 97 (remove_files) COMPLETE
47322025-02-21T08:26:20.557Z[ recovery-image] Feb 21 08:26:19.163 INFO O| Feb 21 08:26:19.163 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332025-02-21T08:26:20.626Z[ recovery-image] Feb 21 08:26:19.231 INFO O| Feb 21 08:26:19.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47342025-02-21T08:26:20.630Z[ recovery-image] Feb 21 08:26:19.231 INFO O| Feb 21 08:26:19.231 INFO STEP 98 (remove_files) COMPLETE
47352025-02-21T08:26:20.630Z[ recovery-image] Feb 21 08:26:19.231 INFO O| Feb 21 08:26:19.231 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362025-02-21T08:26:20.670Z[ host-image] Feb 21 08:26:19.276 INFO O| Feb 21 08:26:19.275 INFO O| Actions: 1/1361 actions (Installing new actions)
47372025-02-21T08:26:20.721Z[ recovery-image] Feb 21 08:26:19.327 INFO O| Feb 21 08:26:19.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47382025-02-21T08:26:20.756Z[ recovery-image] Feb 21 08:26:19.362 INFO O| Feb 21 08:26:19.362 INFO STEP 99 (remove_files) COMPLETE
47392025-02-21T08:26:20.757Z[ recovery-image] Feb 21 08:26:19.362 INFO O| Feb 21 08:26:19.362 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-21T08:26:20.780Z[ recovery-image] Feb 21 08:26:19.385 INFO O| Feb 21 08:26:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47412025-02-21T08:26:20.780Z[ recovery-image] Feb 21 08:26:19.386 INFO O| Feb 21 08:26:19.385 INFO STEP 100 (remove_files) COMPLETE
47422025-02-21T08:26:20.782Z[ recovery-image] Feb 21 08:26:19.386 INFO O| Feb 21 08:26:19.386 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-21T08:26:20.800Z[ recovery-image] Feb 21 08:26:19.406 INFO O| Feb 21 08:26:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47442025-02-21T08:26:20.804Z[ recovery-image] Feb 21 08:26:19.407 INFO O| Feb 21 08:26:19.407 INFO STEP 101 (remove_files) COMPLETE
47452025-02-21T08:26:20.804Z[ recovery-image] Feb 21 08:26:19.407 INFO O| Feb 21 08:26:19.407 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-21T08:26:20.821Z[ recovery-image] Feb 21 08:26:19.426 INFO O| Feb 21 08:26:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47472025-02-21T08:26:20.843Z[ recovery-image] Feb 21 08:26:19.449 INFO O| Feb 21 08:26:19.449 INFO STEP 102 (remove_files) COMPLETE
47482025-02-21T08:26:20.843Z[ recovery-image] Feb 21 08:26:19.449 INFO O| Feb 21 08:26:19.449 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-21T08:26:20.922Z[ recovery-image] Feb 21 08:26:19.516 INFO O| Feb 21 08:26:19.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47502025-02-21T08:26:20.922Z[ recovery-image] Feb 21 08:26:19.516 INFO O| Feb 21 08:26:19.516 INFO STEP 103 (remove_files) COMPLETE
47512025-02-21T08:26:20.925Z[ recovery-image] Feb 21 08:26:19.516 INFO O| Feb 21 08:26:19.516 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-21T08:26:20.933Z[ recovery-image] Feb 21 08:26:19.537 INFO O| Feb 21 08:26:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47532025-02-21T08:26:20.933Z[ recovery-image] Feb 21 08:26:19.538 INFO O| Feb 21 08:26:19.537 INFO STEP 104 (remove_files) COMPLETE
47542025-02-21T08:26:20.937Z[ recovery-image] Feb 21 08:26:19.538 INFO O| Feb 21 08:26:19.538 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552025-02-21T08:26:20.971Z[ recovery-image] Feb 21 08:26:19.570 INFO O| Feb 21 08:26:19.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47562025-02-21T08:26:20.994Z[ recovery-image] Feb 21 08:26:19.570 INFO O| Feb 21 08:26:19.570 INFO STEP 105 (remove_files) COMPLETE
47572025-02-21T08:26:20.994Z[ recovery-image] Feb 21 08:26:19.570 INFO O| Feb 21 08:26:19.570 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-21T08:26:20.998Z[ recovery-image] Feb 21 08:26:19.600 INFO O| Feb 21 08:26:19.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47592025-02-21T08:26:20.998Z[ recovery-image] Feb 21 08:26:19.601 INFO O| Feb 21 08:26:19.601 INFO STEP 106 (remove_files) COMPLETE
47602025-02-21T08:26:20.998Z[ recovery-image] Feb 21 08:26:19.601 INFO O| Feb 21 08:26:19.601 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-21T08:26:21.013Z[ recovery-image] Feb 21 08:26:19.620 INFO O| Feb 21 08:26:19.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47622025-02-21T08:26:21.014Z[ recovery-image] Feb 21 08:26:19.620 INFO O| Feb 21 08:26:19.620 INFO STEP 107 (remove_files) COMPLETE
47632025-02-21T08:26:21.018Z[ recovery-image] Feb 21 08:26:19.620 INFO O| Feb 21 08:26:19.620 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-21T08:26:21.039Z[ recovery-image] Feb 21 08:26:19.639 INFO O| Feb 21 08:26:19.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47652025-02-21T08:26:21.039Z[ recovery-image] Feb 21 08:26:19.639 INFO O| Feb 21 08:26:19.639 INFO STEP 108 (remove_files) COMPLETE
47662025-02-21T08:26:21.039Z[ recovery-image] Feb 21 08:26:19.639 INFO O| Feb 21 08:26:19.639 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-21T08:26:21.052Z[ recovery-image] Feb 21 08:26:19.659 INFO O| Feb 21 08:26:19.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47682025-02-21T08:26:21.052Z[ recovery-image] Feb 21 08:26:19.659 INFO O| Feb 21 08:26:19.659 INFO STEP 109 (remove_files) COMPLETE
47692025-02-21T08:26:21.052Z[ recovery-image] Feb 21 08:26:19.659 INFO O| Feb 21 08:26:19.659 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-21T08:26:21.070Z[ recovery-image] Feb 21 08:26:19.676 INFO O| Feb 21 08:26:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47712025-02-21T08:26:21.070Z[ recovery-image] Feb 21 08:26:19.676 INFO O| Feb 21 08:26:19.676 INFO STEP 110 (remove_files) COMPLETE
47722025-02-21T08:26:21.073Z[ recovery-image] Feb 21 08:26:19.676 INFO O| Feb 21 08:26:19.676 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-21T08:26:21.091Z[ recovery-image] Feb 21 08:26:19.697 INFO O| Feb 21 08:26:19.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47742025-02-21T08:26:21.095Z[ recovery-image] Feb 21 08:26:19.701 INFO O| Feb 21 08:26:19.701 INFO STEP 111 (remove_files) COMPLETE
47752025-02-21T08:26:21.095Z[ recovery-image] Feb 21 08:26:19.701 INFO O| Feb 21 08:26:19.701 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-21T08:26:21.133Z[ recovery-image] Feb 21 08:26:19.740 INFO O| Feb 21 08:26:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47772025-02-21T08:26:21.134Z[ recovery-image] Feb 21 08:26:19.740 INFO O| Feb 21 08:26:19.740 INFO STEP 112 (remove_files) COMPLETE
47782025-02-21T08:26:21.134Z[ recovery-image] Feb 21 08:26:19.740 INFO O| Feb 21 08:26:19.740 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-21T08:26:21.193Z[ recovery-image] Feb 21 08:26:19.800 INFO O| Feb 21 08:26:19.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47802025-02-21T08:26:21.196Z[ recovery-image] Feb 21 08:26:19.800 INFO O| Feb 21 08:26:19.800 INFO STEP 113 (remove_files) COMPLETE
47812025-02-21T08:26:21.196Z[ recovery-image] Feb 21 08:26:19.800 INFO O| Feb 21 08:26:19.800 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-21T08:26:21.214Z[ recovery-image] Feb 21 08:26:19.820 INFO O| Feb 21 08:26:19.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47832025-02-21T08:26:21.218Z[ recovery-image] Feb 21 08:26:19.820 INFO O| Feb 21 08:26:19.820 INFO STEP 114 (remove_files) COMPLETE
47842025-02-21T08:26:21.218Z[ recovery-image] Feb 21 08:26:19.820 INFO O| Feb 21 08:26:19.820 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-21T08:26:21.234Z[ recovery-image] Feb 21 08:26:19.839 INFO O| Feb 21 08:26:19.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47862025-02-21T08:26:21.236Z[ recovery-image] Feb 21 08:26:19.840 INFO O| Feb 21 08:26:19.839 INFO STEP 115 (remove_files) COMPLETE
47872025-02-21T08:26:21.236Z[ recovery-image] Feb 21 08:26:19.840 INFO O| Feb 21 08:26:19.840 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-21T08:26:21.254Z[ recovery-image] Feb 21 08:26:19.861 INFO O| Feb 21 08:26:19.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47892025-02-21T08:26:21.293Z[ recovery-image] Feb 21 08:26:19.898 INFO O| Feb 21 08:26:19.898 INFO STEP 116 (remove_files) COMPLETE
47902025-02-21T08:26:21.293Z[ recovery-image] Feb 21 08:26:19.898 INFO O| Feb 21 08:26:19.898 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-21T08:26:21.336Z[ recovery-image] Feb 21 08:26:19.942 INFO O| Feb 21 08:26:19.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47922025-02-21T08:26:21.336Z[ recovery-image] Feb 21 08:26:19.942 INFO O| Feb 21 08:26:19.942 INFO STEP 117 (remove_files) COMPLETE
47932025-02-21T08:26:21.336Z[ recovery-image] Feb 21 08:26:19.942 INFO O| Feb 21 08:26:19.942 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-21T08:26:21.378Z[ recovery-image] Feb 21 08:26:19.983 INFO O| Feb 21 08:26:19.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47952025-02-21T08:26:21.381Z[ recovery-image] Feb 21 08:26:19.983 INFO O| Feb 21 08:26:19.983 INFO STEP 118 (remove_files) COMPLETE
47962025-02-21T08:26:21.381Z[ recovery-image] Feb 21 08:26:19.983 INFO O| Feb 21 08:26:19.983 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-21T08:26:21.397Z[ host-image] Feb 21 08:26:20.003 INFO O| Feb 21 08:26:20.003 INFO O| Actions: Completed 1361 actions in 0.73 seconds.
47982025-02-21T08:26:21.427Z[ recovery-image] Feb 21 08:26:20.033 INFO O| Feb 21 08:26:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47992025-02-21T08:26:21.428Z[ recovery-image] Feb 21 08:26:20.033 INFO O| Feb 21 08:26:20.033 INFO STEP 119 (remove_files) COMPLETE
48002025-02-21T08:26:21.428Z[ recovery-image] Feb 21 08:26:20.034 INFO O| Feb 21 08:26:20.033 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-02-21T08:26:21.449Z[ recovery-image] Feb 21 08:26:20.055 INFO O| Feb 21 08:26:20.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48022025-02-21T08:26:21.449Z[ recovery-image] Feb 21 08:26:20.055 INFO O| Feb 21 08:26:20.055 INFO STEP 120 (remove_files) COMPLETE
48032025-02-21T08:26:21.452Z[ recovery-image] Feb 21 08:26:20.055 INFO O| Feb 21 08:26:20.055 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-02-21T08:26:21.506Z[ recovery-image] Feb 21 08:26:20.098 INFO O| Feb 21 08:26:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48052025-02-21T08:26:21.506Z[ recovery-image] Feb 21 08:26:20.098 INFO O| Feb 21 08:26:20.091 INFO STEP 121 (remove_files) COMPLETE
48062025-02-21T08:26:21.506Z[ recovery-image] Feb 21 08:26:20.098 INFO O| Feb 21 08:26:20.091 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-02-21T08:26:21.506Z[ recovery-image] Feb 21 08:26:20.107 INFO O| Feb 21 08:26:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48082025-02-21T08:26:21.506Z[ recovery-image] Feb 21 08:26:20.107 INFO O| Feb 21 08:26:20.107 INFO STEP 122 (remove_files) COMPLETE
48092025-02-21T08:26:21.506Z[ recovery-image] Feb 21 08:26:20.107 INFO O| Feb 21 08:26:20.107 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-02-21T08:26:21.517Z[ recovery-image] Feb 21 08:26:20.124 INFO O| Feb 21 08:26:20.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48112025-02-21T08:26:21.518Z[ recovery-image] Feb 21 08:26:20.124 INFO O| Feb 21 08:26:20.124 INFO STEP 123 (remove_files) COMPLETE
48122025-02-21T08:26:21.518Z[ recovery-image] Feb 21 08:26:20.124 INFO O| Feb 21 08:26:20.124 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-02-21T08:26:21.614Z[ recovery-image] Feb 21 08:26:20.179 INFO O| Feb 21 08:26:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48142025-02-21T08:26:21.614Z[ recovery-image] Feb 21 08:26:20.179 INFO O| Feb 21 08:26:20.160 INFO STEP 124 (remove_files) COMPLETE
48152025-02-21T08:26:21.614Z[ recovery-image] Feb 21 08:26:20.179 INFO O| Feb 21 08:26:20.160 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-02-21T08:26:21.628Z[ recovery-image] Feb 21 08:26:20.219 INFO O| Feb 21 08:26:20.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48172025-02-21T08:26:21.629Z[ recovery-image] Feb 21 08:26:20.219 INFO O| Feb 21 08:26:20.219 INFO STEP 125 (remove_files) COMPLETE
48182025-02-21T08:26:21.629Z[ recovery-image] Feb 21 08:26:20.219 INFO O| Feb 21 08:26:20.219 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-02-21T08:26:21.661Z[ recovery-image] Feb 21 08:26:20.266 INFO O| Feb 21 08:26:20.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48202025-02-21T08:26:21.661Z[ recovery-image] Feb 21 08:26:20.266 INFO O| Feb 21 08:26:20.266 INFO STEP 126 (remove_files) COMPLETE
48212025-02-21T08:26:21.661Z[ recovery-image] Feb 21 08:26:20.266 INFO O| Feb 21 08:26:20.266 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-02-21T08:26:21.716Z[ recovery-image] Feb 21 08:26:20.322 INFO O| Feb 21 08:26:20.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48232025-02-21T08:26:21.716Z[ recovery-image] Feb 21 08:26:20.322 INFO O| Feb 21 08:26:20.322 INFO STEP 127 (remove_files) COMPLETE
48242025-02-21T08:26:21.716Z[ recovery-image] Feb 21 08:26:20.322 INFO O| Feb 21 08:26:20.322 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-02-21T08:26:21.734Z[ recovery-image] Feb 21 08:26:20.341 INFO O| Feb 21 08:26:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48262025-02-21T08:26:21.734Z[ recovery-image] Feb 21 08:26:20.341 INFO O| Feb 21 08:26:20.341 INFO STEP 128 (remove_files) COMPLETE
48272025-02-21T08:26:21.734Z[ recovery-image] Feb 21 08:26:20.341 INFO O| Feb 21 08:26:20.341 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-02-21T08:26:21.754Z[ recovery-image] Feb 21 08:26:20.360 INFO O| Feb 21 08:26:20.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48292025-02-21T08:26:21.754Z[ recovery-image] Feb 21 08:26:20.360 INFO O| Feb 21 08:26:20.360 INFO STEP 129 (remove_files) COMPLETE
48302025-02-21T08:26:21.757Z[ recovery-image] Feb 21 08:26:20.360 INFO O| Feb 21 08:26:20.360 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-02-21T08:26:21.773Z[ recovery-image] Feb 21 08:26:20.379 INFO O| Feb 21 08:26:20.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48322025-02-21T08:26:21.773Z[ recovery-image] Feb 21 08:26:20.379 INFO O| Feb 21 08:26:20.379 INFO STEP 130 (remove_files) COMPLETE
48332025-02-21T08:26:21.773Z[ recovery-image] Feb 21 08:26:20.379 INFO O| Feb 21 08:26:20.379 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-02-21T08:26:21.794Z[ recovery-image] Feb 21 08:26:20.399 INFO O| Feb 21 08:26:20.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48352025-02-21T08:26:21.794Z[ recovery-image] Feb 21 08:26:20.399 INFO O| Feb 21 08:26:20.399 INFO STEP 131 (remove_files) COMPLETE
48362025-02-21T08:26:21.794Z[ recovery-image] Feb 21 08:26:20.399 INFO O| Feb 21 08:26:20.399 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-02-21T08:26:21.826Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
48382025-02-21T08:26:21.835Z[ recovery-image] Feb 21 08:26:20.422 INFO O| Feb 21 08:26:20.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48392025-02-21T08:26:21.836Z[ recovery-image] Feb 21 08:26:20.422 INFO O| Feb 21 08:26:20.422 INFO STEP 132 (remove_files) COMPLETE
48402025-02-21T08:26:21.836Z[ recovery-image] Feb 21 08:26:20.422 INFO O| Feb 21 08:26:20.422 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-02-21T08:26:21.902Z[ recovery-image] Feb 21 08:26:20.507 INFO O| Feb 21 08:26:20.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48422025-02-21T08:26:21.902Z[ recovery-image] Feb 21 08:26:20.507 INFO O| Feb 21 08:26:20.507 INFO STEP 133 (remove_files) COMPLETE
48432025-02-21T08:26:21.902Z[ recovery-image] Feb 21 08:26:20.507 INFO O| Feb 21 08:26:20.507 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-02-21T08:26:21.957Z[ recovery-image] Feb 21 08:26:20.561 INFO O| Feb 21 08:26:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48452025-02-21T08:26:21.957Z[ recovery-image] Feb 21 08:26:20.561 INFO O| Feb 21 08:26:20.561 INFO STEP 134 (remove_files) COMPLETE
48462025-02-21T08:26:21.957Z[ recovery-image] Feb 21 08:26:20.561 INFO O| Feb 21 08:26:20.561 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-02-21T08:26:22.028Z[ recovery-image] Feb 21 08:26:20.631 INFO O| Feb 21 08:26:20.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48482025-02-21T08:26:22.028Z[ recovery-image] Feb 21 08:26:20.631 INFO O| Feb 21 08:26:20.631 INFO STEP 135 (remove_files) COMPLETE
48492025-02-21T08:26:22.028Z[ recovery-image] Feb 21 08:26:20.631 INFO O| Feb 21 08:26:20.631 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-02-21T08:26:22.050Z[ recovery-image] Feb 21 08:26:20.656 INFO O| Feb 21 08:26:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48512025-02-21T08:26:22.054Z[ recovery-image] Feb 21 08:26:20.656 INFO O| Feb 21 08:26:20.656 INFO STEP 136 (remove_files) COMPLETE
48522025-02-21T08:26:22.054Z[ recovery-image] Feb 21 08:26:20.656 INFO O| Feb 21 08:26:20.656 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-02-21T08:26:22.116Z[ recovery-image] Feb 21 08:26:20.722 INFO O| Feb 21 08:26:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48542025-02-21T08:26:22.121Z[ recovery-image] Feb 21 08:26:20.723 INFO O| Feb 21 08:26:20.723 INFO STEP 137 (remove_files) COMPLETE
48552025-02-21T08:26:22.121Z[ recovery-image] Feb 21 08:26:20.723 INFO O| Feb 21 08:26:20.723 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-02-21T08:26:22.137Z[ recovery-image] Feb 21 08:26:20.743 INFO O| Feb 21 08:26:20.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48572025-02-21T08:26:22.139Z[ recovery-image] Feb 21 08:26:20.745 INFO O| Feb 21 08:26:20.745 INFO STEP 138 (remove_files) COMPLETE
48582025-02-21T08:26:22.139Z[ recovery-image] Feb 21 08:26:20.745 INFO O| Feb 21 08:26:20.745 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-02-21T08:26:22.156Z[ recovery-image] Feb 21 08:26:20.762 INFO O| Feb 21 08:26:20.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48602025-02-21T08:26:22.159Z[ recovery-image] Feb 21 08:26:20.763 INFO O| Feb 21 08:26:20.762 INFO STEP 139 (remove_files) COMPLETE
48612025-02-21T08:26:22.159Z[ recovery-image] Feb 21 08:26:20.763 INFO O| Feb 21 08:26:20.763 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-02-21T08:26:22.189Z[ host-image] Feb 21 08:26:20.795 INFO O| Feb 21 08:26:20.795 INFO O| Done
48632025-02-21T08:26:22.189Z[ host-image] Feb 21 08:26:20.795 INFO O| Feb 21 08:26:20.795 INFO O| Done
48642025-02-21T08:26:22.244Z[ recovery-image] Feb 21 08:26:20.828 INFO O| Feb 21 08:26:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48652025-02-21T08:26:22.249Z[ recovery-image] Feb 21 08:26:20.828 INFO O| Feb 21 08:26:20.828 INFO STEP 140 (remove_files) COMPLETE
48662025-02-21T08:26:22.249Z[ recovery-image] Feb 21 08:26:20.828 INFO O| Feb 21 08:26:20.828 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-02-21T08:26:22.250Z[ recovery-image] Feb 21 08:26:20.852 INFO O| Feb 21 08:26:20.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48682025-02-21T08:26:22.250Z[ recovery-image] Feb 21 08:26:20.852 INFO O| Feb 21 08:26:20.852 INFO STEP 141 (remove_files) COMPLETE
48692025-02-21T08:26:22.250Z[ recovery-image] Feb 21 08:26:20.852 INFO O| Feb 21 08:26:20.852 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-02-21T08:26:22.271Z[ recovery-image] Feb 21 08:26:20.876 INFO O| Feb 21 08:26:20.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48712025-02-21T08:26:22.274Z[ recovery-image] Feb 21 08:26:20.877 INFO O| Feb 21 08:26:20.877 INFO STEP 142 (remove_files) COMPLETE
48722025-02-21T08:26:22.274Z[ recovery-image] Feb 21 08:26:20.877 INFO O| Feb 21 08:26:20.877 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-21T08:26:22.351Z[ recovery-image] Feb 21 08:26:20.957 INFO O| Feb 21 08:26:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48742025-02-21T08:26:22.353Z[ recovery-image] Feb 21 08:26:20.957 INFO O| Feb 21 08:26:20.957 INFO STEP 143 (remove_files) COMPLETE
48752025-02-21T08:26:22.353Z[ recovery-image] Feb 21 08:26:20.957 INFO O| Feb 21 08:26:20.957 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-21T08:26:22.374Z[ recovery-image] Feb 21 08:26:20.979 INFO O| Feb 21 08:26:20.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48772025-02-21T08:26:22.377Z[ recovery-image] Feb 21 08:26:20.979 INFO O| Feb 21 08:26:20.979 INFO STEP 144 (remove_files) COMPLETE
48782025-02-21T08:26:22.377Z[ recovery-image] Feb 21 08:26:20.979 INFO O| Feb 21 08:26:20.979 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-02-21T08:26:22.415Z[ recovery-image] Feb 21 08:26:21.021 INFO O| Feb 21 08:26:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48802025-02-21T08:26:22.415Z[ recovery-image] Feb 21 08:26:21.021 INFO O| Feb 21 08:26:21.021 INFO STEP 145 (remove_files) COMPLETE
48812025-02-21T08:26:22.418Z[ recovery-image] Feb 21 08:26:21.021 INFO O| Feb 21 08:26:21.021 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-02-21T08:26:22.437Z[ recovery-image] Feb 21 08:26:21.040 INFO O| Feb 21 08:26:21.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48832025-02-21T08:26:22.440Z[ recovery-image] Feb 21 08:26:21.040 INFO O| Feb 21 08:26:21.040 INFO STEP 146 (remove_files) COMPLETE
48842025-02-21T08:26:22.440Z[ recovery-image] Feb 21 08:26:21.040 INFO O| Feb 21 08:26:21.040 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-02-21T08:26:22.464Z[ recovery-image] Feb 21 08:26:21.070 INFO O| Feb 21 08:26:21.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48862025-02-21T08:26:22.469Z[ recovery-image] Feb 21 08:26:21.070 INFO O| Feb 21 08:26:21.070 INFO STEP 147 (remove_files) COMPLETE
48872025-02-21T08:26:22.469Z[ recovery-image] Feb 21 08:26:21.071 INFO O| Feb 21 08:26:21.070 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-02-21T08:26:22.487Z[ recovery-image] Feb 21 08:26:21.092 INFO O| Feb 21 08:26:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48892025-02-21T08:26:22.491Z[ recovery-image] Feb 21 08:26:21.092 INFO O| Feb 21 08:26:21.092 INFO STEP 148 (remove_files) COMPLETE
48902025-02-21T08:26:22.491Z[ recovery-image] Feb 21 08:26:21.092 INFO O| Feb 21 08:26:21.092 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-02-21T08:26:22.508Z[ recovery-image] Feb 21 08:26:21.112 INFO O| Feb 21 08:26:21.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48922025-02-21T08:26:22.509Z[ recovery-image] Feb 21 08:26:21.113 INFO O| Feb 21 08:26:21.113 INFO STEP 149 (remove_files) COMPLETE
48932025-02-21T08:26:22.513Z[ recovery-image] Feb 21 08:26:21.113 INFO O| Feb 21 08:26:21.113 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-02-21T08:26:22.547Z[ recovery-image] Feb 21 08:26:21.152 INFO O| Feb 21 08:26:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48952025-02-21T08:26:22.547Z[ recovery-image] Feb 21 08:26:21.152 INFO O| Feb 21 08:26:21.152 INFO STEP 150 (remove_files) COMPLETE
48962025-02-21T08:26:22.550Z[ recovery-image] Feb 21 08:26:21.152 INFO O| Feb 21 08:26:21.152 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-02-21T08:26:22.565Z[ recovery-image] Feb 21 08:26:21.171 INFO O| Feb 21 08:26:21.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48982025-02-21T08:26:22.565Z[ recovery-image] Feb 21 08:26:21.171 INFO O| Feb 21 08:26:21.171 INFO STEP 151 (remove_files) COMPLETE
48992025-02-21T08:26:22.570Z[ recovery-image] Feb 21 08:26:21.171 INFO O| Feb 21 08:26:21.171 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-02-21T08:26:22.594Z[ recovery-image] Feb 21 08:26:21.200 INFO O| Feb 21 08:26:21.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49012025-02-21T08:26:22.594Z[ recovery-image] Feb 21 08:26:21.200 INFO O| Feb 21 08:26:21.200 INFO STEP 152 (remove_files) COMPLETE
49022025-02-21T08:26:22.599Z[ recovery-image] Feb 21 08:26:21.200 INFO O| Feb 21 08:26:21.200 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-02-21T08:26:22.662Z[ recovery-image] Feb 21 08:26:21.268 INFO O| Feb 21 08:26:21.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49042025-02-21T08:26:22.662Z[ recovery-image] Feb 21 08:26:21.268 INFO O| Feb 21 08:26:21.268 INFO STEP 153 (remove_files) COMPLETE
49052025-02-21T08:26:22.662Z[ recovery-image] Feb 21 08:26:21.268 INFO O| Feb 21 08:26:21.268 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-02-21T08:26:22.683Z[ recovery-image] Feb 21 08:26:21.289 INFO O| Feb 21 08:26:21.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49072025-02-21T08:26:22.683Z[ recovery-image] Feb 21 08:26:21.289 INFO O| Feb 21 08:26:21.289 INFO STEP 154 (remove_files) COMPLETE
49082025-02-21T08:26:22.683Z[ recovery-image] Feb 21 08:26:21.289 INFO O| Feb 21 08:26:21.289 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-02-21T08:26:22.704Z[ recovery-image] Feb 21 08:26:21.310 INFO O| Feb 21 08:26:21.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49102025-02-21T08:26:22.704Z[ recovery-image] Feb 21 08:26:21.310 INFO O| Feb 21 08:26:21.310 INFO STEP 155 (remove_files) COMPLETE
49112025-02-21T08:26:22.707Z[ recovery-image] Feb 21 08:26:21.310 INFO O| Feb 21 08:26:21.310 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-02-21T08:26:22.736Z[ recovery-image] Feb 21 08:26:21.341 INFO O| Feb 21 08:26:21.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49132025-02-21T08:26:22.738Z[ recovery-image] Feb 21 08:26:21.342 INFO O| Feb 21 08:26:21.342 INFO STEP 156 (remove_files) COMPLETE
49142025-02-21T08:26:22.738Z[ recovery-image] Feb 21 08:26:21.342 INFO O| Feb 21 08:26:21.342 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-02-21T08:26:22.756Z[ recovery-image] Feb 21 08:26:21.362 INFO O| Feb 21 08:26:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49162025-02-21T08:26:23.761Z[ recovery-image] Feb 21 08:26:21.362 INFO O| Feb 21 08:26:21.362 INFO STEP 157 (remove_files) COMPLETE
49172025-02-21T08:26:23.761Z[ recovery-image] Feb 21 08:26:21.363 INFO O| Feb 21 08:26:21.363 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-02-21T08:26:23.767Z[ recovery-image] Feb 21 08:26:21.402 INFO O| Feb 21 08:26:21.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49192025-02-21T08:26:23.767Z[ recovery-image] Feb 21 08:26:21.402 INFO O| Feb 21 08:26:21.402 INFO STEP 158 (remove_files) COMPLETE
49202025-02-21T08:26:23.767Z[ recovery-image] Feb 21 08:26:21.402 INFO O| Feb 21 08:26:21.402 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-02-21T08:26:23.767Z[ recovery-image] Feb 21 08:26:21.424 INFO O| Feb 21 08:26:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49222025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.424 INFO O| Feb 21 08:26:21.424 INFO STEP 159 (remove_files) COMPLETE
49232025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.424 INFO O| Feb 21 08:26:21.424 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.451 INFO O| Feb 21 08:26:21.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49252025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.451 INFO O| Feb 21 08:26:21.451 INFO STEP 160 (remove_files) COMPLETE
49262025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.451 INFO O| Feb 21 08:26:21.451 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.471 INFO O| Feb 21 08:26:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49282025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.471 INFO O| Feb 21 08:26:21.471 INFO STEP 161 (remove_files) COMPLETE
49292025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.471 INFO O| Feb 21 08:26:21.471 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.492 INFO O| Feb 21 08:26:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49312025-02-21T08:26:23.768Z[ recovery-image] Feb 21 08:26:21.492 INFO O| Feb 21 08:26:21.492 INFO STEP 162 (remove_files) COMPLETE
49322025-02-21T08:26:23.769Z[ recovery-image] Feb 21 08:26:21.492 INFO O| Feb 21 08:26:21.492 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-02-21T08:26:23.769Z[ recovery-image] Feb 21 08:26:21.764 INFO O| Feb 21 08:26:21.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49342025-02-21T08:26:23.769Z[ recovery-image] Feb 21 08:26:21.764 INFO O| Feb 21 08:26:21.764 INFO STEP 163 (remove_files) COMPLETE
49352025-02-21T08:26:23.769Z[ recovery-image] Feb 21 08:26:21.764 INFO O| Feb 21 08:26:21.764 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-02-21T08:26:23.769Z[ recovery-image] Feb 21 08:26:21.781 INFO O| Feb 21 08:26:21.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49372025-02-21T08:26:23.769Z[ recovery-image] Feb 21 08:26:21.781 INFO O| Feb 21 08:26:21.781 INFO STEP 164 (remove_files) COMPLETE
49382025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.781 INFO O| Feb 21 08:26:21.781 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.797 INFO O| Feb 21 08:26:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49402025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.797 INFO O| Feb 21 08:26:21.797 INFO STEP 165 (remove_files) COMPLETE
49412025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.798 INFO O| Feb 21 08:26:21.797 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.814 INFO O| Feb 21 08:26:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49432025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.815 INFO O| Feb 21 08:26:21.814 INFO STEP 166 (remove_files) COMPLETE
49442025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.815 INFO O| Feb 21 08:26:21.814 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.834 INFO O| Feb 21 08:26:21.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49462025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.834 INFO O| Feb 21 08:26:21.834 INFO STEP 167 (remove_files) COMPLETE
49472025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.834 INFO O| Feb 21 08:26:21.834 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.902 INFO O| Feb 21 08:26:21.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49492025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.903 INFO O| Feb 21 08:26:21.902 INFO STEP 168 (remove_files) COMPLETE
49502025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.903 INFO O| Feb 21 08:26:21.902 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.956 INFO O| Feb 21 08:26:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49522025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.956 INFO O| Feb 21 08:26:21.956 INFO STEP 169 (remove_files) COMPLETE
49532025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.956 INFO O| Feb 21 08:26:21.956 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.977 INFO O| Feb 21 08:26:21.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49552025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.977 INFO O| Feb 21 08:26:21.977 INFO STEP 170 (remove_files) COMPLETE
49562025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.977 INFO O| Feb 21 08:26:21.977 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.996 INFO O| Feb 21 08:26:21.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49582025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.996 INFO O| Feb 21 08:26:21.996 INFO STEP 171 (remove_files) COMPLETE
49592025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:21.996 INFO O| Feb 21 08:26:21.996 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-02-21T08:26:23.770Z[ recovery-image] Feb 21 08:26:22.017 INFO O| Feb 21 08:26:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49612025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.017 INFO O| Feb 21 08:26:22.017 INFO STEP 172 (remove_files) COMPLETE
49622025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.017 INFO O| Feb 21 08:26:22.017 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.035 INFO O| Feb 21 08:26:22.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49642025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.035 INFO O| Feb 21 08:26:22.035 INFO STEP 173 (remove_files) COMPLETE
49652025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.035 INFO O| Feb 21 08:26:22.035 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.052 INFO O| Feb 21 08:26:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49672025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.052 INFO O| Feb 21 08:26:22.052 INFO STEP 174 (remove_files) COMPLETE
49682025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.052 INFO O| Feb 21 08:26:22.052 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.110 INFO O| Feb 21 08:26:22.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49702025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.110 INFO O| Feb 21 08:26:22.110 INFO STEP 175 (remove_files) COMPLETE
49712025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.110 INFO O| Feb 21 08:26:22.110 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.143 INFO O| Feb 21 08:26:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49732025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.143 INFO O| Feb 21 08:26:22.143 INFO STEP 176 (remove_files) COMPLETE
49742025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.143 INFO O| Feb 21 08:26:22.143 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.163 INFO O| Feb 21 08:26:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49762025-02-21T08:26:23.771Z[ recovery-image] Feb 21 08:26:22.163 INFO O| Feb 21 08:26:22.163 INFO STEP 177 (remove_files) COMPLETE
49772025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.163 INFO O| Feb 21 08:26:22.163 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.198 INFO O| Feb 21 08:26:22.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49792025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.198 INFO O| Feb 21 08:26:22.198 INFO STEP 178 (remove_files) COMPLETE
49802025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.198 INFO O| Feb 21 08:26:22.198 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.262 INFO O| Feb 21 08:26:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49822025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.262 INFO O| Feb 21 08:26:22.262 INFO STEP 179 (remove_files) COMPLETE
49832025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.262 INFO O| Feb 21 08:26:22.262 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.282 INFO O| Feb 21 08:26:22.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49852025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.282 INFO O| Feb 21 08:26:22.282 INFO STEP 180 (remove_files) COMPLETE
49862025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.282 INFO O| Feb 21 08:26:22.282 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.304 INFO O| Feb 21 08:26:22.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49882025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.304 INFO O| Feb 21 08:26:22.304 INFO STEP 181 (remove_files) COMPLETE
49892025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.305 INFO O| Feb 21 08:26:22.304 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-02-21T08:26:23.772Z[ host-image] Feb 21 08:26:22.310 INFO O| Feb 21 08:26:22.310 INFO O| Done
49912025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.327 INFO O| Feb 21 08:26:22.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49922025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.327 INFO O| Feb 21 08:26:22.327 INFO STEP 182 (remove_files) COMPLETE
49932025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.327 INFO O| Feb 21 08:26:22.327 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.360 INFO O| Feb 21 08:26:22.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49952025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.360 INFO O| Feb 21 08:26:22.360 INFO STEP 183 (remove_files) COMPLETE
49962025-02-21T08:26:23.772Z[ recovery-image] Feb 21 08:26:22.360 INFO O| Feb 21 08:26:22.360 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-02-21T08:26:23.777Z[ recovery-image] Feb 21 08:26:22.383 INFO O| Feb 21 08:26:22.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49982025-02-21T08:26:23.777Z[ recovery-image] Feb 21 08:26:22.383 INFO O| Feb 21 08:26:22.383 INFO STEP 184 (remove_files) COMPLETE
49992025-02-21T08:26:23.780Z[ recovery-image] Feb 21 08:26:22.383 INFO O| Feb 21 08:26:22.383 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-02-21T08:26:23.804Z[ recovery-image] Feb 21 08:26:22.403 INFO O| Feb 21 08:26:22.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50012025-02-21T08:26:23.804Z[ recovery-image] Feb 21 08:26:22.404 INFO O| Feb 21 08:26:22.403 INFO STEP 185 (remove_files) COMPLETE
50022025-02-21T08:26:23.804Z[ recovery-image] Feb 21 08:26:22.404 INFO O| Feb 21 08:26:22.404 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-02-21T08:26:23.818Z[ recovery-image] Feb 21 08:26:22.423 INFO O| Feb 21 08:26:22.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50042025-02-21T08:26:23.818Z[ recovery-image] Feb 21 08:26:22.423 INFO O| Feb 21 08:26:22.423 INFO STEP 186 (remove_files) COMPLETE
50052025-02-21T08:26:23.818Z[ recovery-image] Feb 21 08:26:22.423 INFO O| Feb 21 08:26:22.423 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-02-21T08:26:23.844Z[ recovery-image] Feb 21 08:26:22.444 INFO O| Feb 21 08:26:22.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50072025-02-21T08:26:23.844Z[ recovery-image] Feb 21 08:26:22.444 INFO O| Feb 21 08:26:22.444 INFO STEP 187 (remove_files) COMPLETE
50082025-02-21T08:26:23.844Z[ recovery-image] Feb 21 08:26:22.444 INFO O| Feb 21 08:26:22.444 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-02-21T08:26:23.865Z[ recovery-image] Feb 21 08:26:22.465 INFO O| Feb 21 08:26:22.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50102025-02-21T08:26:23.865Z[ recovery-image] Feb 21 08:26:22.465 INFO O| Feb 21 08:26:22.465 INFO STEP 188 (remove_files) COMPLETE
50112025-02-21T08:26:23.882Z[ recovery-image] Feb 21 08:26:22.465 INFO O| Feb 21 08:26:22.465 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-02-21T08:26:23.896Z[ recovery-image] Feb 21 08:26:22.486 INFO O| Feb 21 08:26:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50132025-02-21T08:26:23.896Z[ recovery-image] Feb 21 08:26:22.486 INFO O| Feb 21 08:26:22.486 INFO STEP 189 (remove_files) COMPLETE
50142025-02-21T08:26:23.896Z[ recovery-image] Feb 21 08:26:22.486 INFO O| Feb 21 08:26:22.486 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-02-21T08:26:23.923Z[ recovery-image] Feb 21 08:26:22.506 INFO O| Feb 21 08:26:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50162025-02-21T08:26:23.923Z[ recovery-image] Feb 21 08:26:22.506 INFO O| Feb 21 08:26:22.506 INFO STEP 190 (remove_files) COMPLETE
50172025-02-21T08:26:23.923Z[ recovery-image] Feb 21 08:26:22.506 INFO O| Feb 21 08:26:22.506 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-02-21T08:26:23.927Z[ recovery-image] Feb 21 08:26:22.525 INFO O| Feb 21 08:26:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50192025-02-21T08:26:23.927Z[ recovery-image] Feb 21 08:26:22.525 INFO O| Feb 21 08:26:22.525 INFO STEP 191 (remove_files) COMPLETE
50202025-02-21T08:26:23.927Z[ recovery-image] Feb 21 08:26:22.525 INFO O| Feb 21 08:26:22.525 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-02-21T08:26:23.957Z[ recovery-image] Feb 21 08:26:22.563 INFO O| Feb 21 08:26:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50222025-02-21T08:26:23.957Z[ recovery-image] Feb 21 08:26:22.563 INFO O| Feb 21 08:26:22.563 INFO STEP 192 (remove_files) COMPLETE
50232025-02-21T08:26:23.957Z[ recovery-image] Feb 21 08:26:22.563 INFO O| Feb 21 08:26:22.563 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-02-21T08:26:23.984Z[ recovery-image] Feb 21 08:26:22.582 INFO O| Feb 21 08:26:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50252025-02-21T08:26:23.984Z[ recovery-image] Feb 21 08:26:22.582 INFO O| Feb 21 08:26:22.582 INFO STEP 193 (remove_files) COMPLETE
50262025-02-21T08:26:23.984Z[ recovery-image] Feb 21 08:26:22.582 INFO O| Feb 21 08:26:22.582 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-02-21T08:26:23.997Z[ recovery-image] Feb 21 08:26:22.603 INFO O| Feb 21 08:26:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50282025-02-21T08:26:23.997Z[ recovery-image] Feb 21 08:26:22.603 INFO O| Feb 21 08:26:22.603 INFO STEP 194 (remove_files) COMPLETE
50292025-02-21T08:26:23.997Z[ recovery-image] Feb 21 08:26:22.603 INFO O| Feb 21 08:26:22.603 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-02-21T08:26:24.019Z[ recovery-image] Feb 21 08:26:22.624 INFO O| Feb 21 08:26:22.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50312025-02-21T08:26:24.019Z[ recovery-image] Feb 21 08:26:22.624 INFO O| Feb 21 08:26:22.624 INFO STEP 195 (remove_files) COMPLETE
50322025-02-21T08:26:24.019Z[ recovery-image] Feb 21 08:26:22.624 INFO O| Feb 21 08:26:22.624 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-21T08:26:24.046Z[ recovery-image] Feb 21 08:26:22.652 INFO O| Feb 21 08:26:22.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50342025-02-21T08:26:24.046Z[ recovery-image] Feb 21 08:26:22.652 INFO O| Feb 21 08:26:22.652 INFO STEP 196 (remove_files) COMPLETE
50352025-02-21T08:26:24.046Z[ recovery-image] Feb 21 08:26:22.652 INFO O| Feb 21 08:26:22.652 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-21T08:26:24.077Z[ recovery-image] Feb 21 08:26:22.682 INFO O| Feb 21 08:26:22.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50372025-02-21T08:26:24.093Z[ recovery-image] Feb 21 08:26:22.699 INFO O| Feb 21 08:26:22.699 INFO STEP 197 (remove_files) COMPLETE
50382025-02-21T08:26:24.093Z[ recovery-image] Feb 21 08:26:22.699 INFO O| Feb 21 08:26:22.699 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-21T08:26:24.116Z[ recovery-image] Feb 21 08:26:22.722 INFO O| Feb 21 08:26:22.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50402025-02-21T08:26:24.129Z[ recovery-image] Feb 21 08:26:22.722 INFO O| Feb 21 08:26:22.722 INFO STEP 198 (remove_files) COMPLETE
50412025-02-21T08:26:24.129Z[ recovery-image] Feb 21 08:26:22.722 INFO O| Feb 21 08:26:22.722 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-21T08:26:24.139Z[ recovery-image] Feb 21 08:26:22.745 INFO O| Feb 21 08:26:22.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50432025-02-21T08:26:24.166Z[ recovery-image] Feb 21 08:26:22.745 INFO O| Feb 21 08:26:22.745 INFO STEP 199 (remove_files) COMPLETE
50442025-02-21T08:26:24.167Z[ recovery-image] Feb 21 08:26:22.746 INFO O| Feb 21 08:26:22.746 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-21T08:26:24.170Z[ recovery-image] Feb 21 08:26:22.765 INFO O| Feb 21 08:26:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50462025-02-21T08:26:24.170Z[ recovery-image] Feb 21 08:26:22.765 INFO O| Feb 21 08:26:22.765 INFO STEP 200 (remove_files) COMPLETE
50472025-02-21T08:26:24.170Z[ recovery-image] Feb 21 08:26:22.765 INFO O| Feb 21 08:26:22.765 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-02-21T08:26:24.184Z[ recovery-image] Feb 21 08:26:22.783 INFO O| Feb 21 08:26:22.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50492025-02-21T08:26:24.184Z[ recovery-image] Feb 21 08:26:22.783 INFO O| Feb 21 08:26:22.783 INFO STEP 201 (remove_files) COMPLETE
50502025-02-21T08:26:24.184Z[ recovery-image] Feb 21 08:26:22.783 INFO O| Feb 21 08:26:22.783 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-02-21T08:26:24.254Z[ recovery-image] Feb 21 08:26:22.860 INFO O| Feb 21 08:26:22.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50522025-02-21T08:26:24.254Z[ recovery-image] Feb 21 08:26:22.860 INFO O| Feb 21 08:26:22.860 INFO STEP 202 (remove_files) COMPLETE
50532025-02-21T08:26:24.254Z[ recovery-image] Feb 21 08:26:22.860 INFO O| Feb 21 08:26:22.860 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-02-21T08:26:24.278Z[ recovery-image] Feb 21 08:26:22.883 INFO O| Feb 21 08:26:22.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50552025-02-21T08:26:24.282Z[ recovery-image] Feb 21 08:26:22.883 INFO O| Feb 21 08:26:22.883 INFO STEP 203 (remove_files) COMPLETE
50562025-02-21T08:26:24.282Z[ recovery-image] Feb 21 08:26:22.883 INFO O| Feb 21 08:26:22.883 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-02-21T08:26:24.297Z[ recovery-image] Feb 21 08:26:22.903 INFO O| Feb 21 08:26:22.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50582025-02-21T08:26:24.298Z[ recovery-image] Feb 21 08:26:22.903 INFO O| Feb 21 08:26:22.903 INFO STEP 204 (remove_files) COMPLETE
50592025-02-21T08:26:24.302Z[ recovery-image] Feb 21 08:26:22.903 INFO O| Feb 21 08:26:22.903 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-02-21T08:26:24.319Z[ recovery-image] Feb 21 08:26:22.925 INFO O| Feb 21 08:26:22.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50612025-02-21T08:26:24.319Z[ recovery-image] Feb 21 08:26:22.925 INFO O| Feb 21 08:26:22.925 INFO STEP 205 (remove_files) COMPLETE
50622025-02-21T08:26:24.319Z[ recovery-image] Feb 21 08:26:22.925 INFO O| Feb 21 08:26:22.925 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-02-21T08:26:24.375Z[ recovery-image] Feb 21 08:26:22.981 INFO O| Feb 21 08:26:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50642025-02-21T08:26:24.379Z[ recovery-image] Feb 21 08:26:22.981 INFO O| Feb 21 08:26:22.981 INFO STEP 206 (remove_files) COMPLETE
50652025-02-21T08:26:24.379Z[ recovery-image] Feb 21 08:26:22.981 INFO O| Feb 21 08:26:22.981 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-02-21T08:26:24.409Z[ recovery-image] Feb 21 08:26:23.015 INFO O| Feb 21 08:26:23.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50672025-02-21T08:26:24.434Z[ recovery-image] Feb 21 08:26:23.040 INFO O| Feb 21 08:26:23.040 INFO STEP 207 (remove_files) COMPLETE
50682025-02-21T08:26:24.435Z[ recovery-image] Feb 21 08:26:23.040 INFO O| Feb 21 08:26:23.040 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-02-21T08:26:24.492Z[ recovery-image] Feb 21 08:26:23.098 INFO O| Feb 21 08:26:23.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50702025-02-21T08:26:24.492Z[ recovery-image] Feb 21 08:26:23.098 INFO O| Feb 21 08:26:23.098 INFO STEP 208 (remove_files) COMPLETE
50712025-02-21T08:26:24.492Z[ recovery-image] Feb 21 08:26:23.098 INFO O| Feb 21 08:26:23.098 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-02-21T08:26:24.513Z[ recovery-image] Feb 21 08:26:23.117 INFO O| Feb 21 08:26:23.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50732025-02-21T08:26:24.513Z[ recovery-image] Feb 21 08:26:23.117 INFO O| Feb 21 08:26:23.117 INFO STEP 209 (remove_files) COMPLETE
50742025-02-21T08:26:24.513Z[ recovery-image] Feb 21 08:26:23.118 INFO O| Feb 21 08:26:23.117 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-02-21T08:26:24.531Z[ recovery-image] Feb 21 08:26:23.137 INFO O| Feb 21 08:26:23.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50762025-02-21T08:26:24.531Z[ recovery-image] Feb 21 08:26:23.137 INFO O| Feb 21 08:26:23.137 INFO STEP 210 (remove_files) COMPLETE
50772025-02-21T08:26:24.531Z[ recovery-image] Feb 21 08:26:23.137 INFO O| Feb 21 08:26:23.137 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-02-21T08:26:24.551Z[ recovery-image] Feb 21 08:26:23.155 INFO O| Feb 21 08:26:23.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50792025-02-21T08:26:24.554Z[ recovery-image] Feb 21 08:26:23.156 INFO O| Feb 21 08:26:23.156 INFO STEP 211 (remove_files) COMPLETE
50802025-02-21T08:26:24.554Z[ recovery-image] Feb 21 08:26:23.156 INFO O| Feb 21 08:26:23.156 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-02-21T08:26:24.577Z[ recovery-image] Feb 21 08:26:23.182 INFO O| Feb 21 08:26:23.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50822025-02-21T08:26:24.580Z[ recovery-image] Feb 21 08:26:23.183 INFO O| Feb 21 08:26:23.182 INFO STEP 212 (remove_files) COMPLETE
50832025-02-21T08:26:24.580Z[ recovery-image] Feb 21 08:26:23.183 INFO O| Feb 21 08:26:23.183 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-02-21T08:26:24.599Z[ recovery-image] Feb 21 08:26:23.203 INFO O| Feb 21 08:26:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50852025-02-21T08:26:24.604Z[ recovery-image] Feb 21 08:26:23.204 INFO O| Feb 21 08:26:23.204 INFO STEP 213 (remove_files) COMPLETE
50862025-02-21T08:26:24.604Z[ recovery-image] Feb 21 08:26:23.204 INFO O| Feb 21 08:26:23.204 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-02-21T08:26:24.633Z[ recovery-image] Feb 21 08:26:23.239 INFO O| Feb 21 08:26:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50882025-02-21T08:26:24.636Z[ recovery-image] Feb 21 08:26:23.239 INFO O| Feb 21 08:26:23.239 INFO STEP 214 (remove_files) COMPLETE
50892025-02-21T08:26:24.636Z[ recovery-image] Feb 21 08:26:23.240 INFO O| Feb 21 08:26:23.240 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-02-21T08:26:24.682Z[ recovery-image] Feb 21 08:26:23.286 INFO O| Feb 21 08:26:23.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50912025-02-21T08:26:24.682Z[ recovery-image] Feb 21 08:26:23.286 INFO O| Feb 21 08:26:23.286 INFO STEP 215 (remove_files) COMPLETE
50922025-02-21T08:26:24.682Z[ recovery-image] Feb 21 08:26:23.286 INFO O| Feb 21 08:26:23.286 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-02-21T08:26:24.700Z[ recovery-image] Feb 21 08:26:23.305 INFO O| Feb 21 08:26:23.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50942025-02-21T08:26:24.700Z[ recovery-image] Feb 21 08:26:23.305 INFO O| Feb 21 08:26:23.305 INFO STEP 216 (remove_files) COMPLETE
50952025-02-21T08:26:24.700Z[ recovery-image] Feb 21 08:26:23.305 INFO O| Feb 21 08:26:23.305 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-02-21T08:26:24.719Z[ recovery-image] Feb 21 08:26:23.324 INFO O| Feb 21 08:26:23.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50972025-02-21T08:26:24.719Z[ recovery-image] Feb 21 08:26:23.324 INFO O| Feb 21 08:26:23.324 INFO STEP 217 (remove_files) COMPLETE
50982025-02-21T08:26:24.719Z[ recovery-image] Feb 21 08:26:23.325 INFO O| Feb 21 08:26:23.324 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-02-21T08:26:24.741Z[ recovery-image] Feb 21 08:26:23.346 INFO O| Feb 21 08:26:23.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51002025-02-21T08:26:24.741Z[ recovery-image] Feb 21 08:26:23.346 INFO O| Feb 21 08:26:23.346 INFO STEP 218 (remove_files) COMPLETE
51012025-02-21T08:26:24.741Z[ recovery-image] Feb 21 08:26:23.347 INFO O| Feb 21 08:26:23.346 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-02-21T08:26:24.760Z[ recovery-image] Feb 21 08:26:23.366 INFO O| Feb 21 08:26:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51032025-02-21T08:26:24.760Z[ recovery-image] Feb 21 08:26:23.366 INFO O| Feb 21 08:26:23.366 INFO STEP 219 (remove_files) COMPLETE
51042025-02-21T08:26:24.760Z[ recovery-image] Feb 21 08:26:23.366 INFO O| Feb 21 08:26:23.366 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-02-21T08:26:24.781Z[ recovery-image] Feb 21 08:26:23.386 INFO O| Feb 21 08:26:23.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51062025-02-21T08:26:24.781Z[ recovery-image] Feb 21 08:26:23.386 INFO O| Feb 21 08:26:23.386 INFO STEP 220 (remove_files) COMPLETE
51072025-02-21T08:26:24.785Z[ recovery-image] Feb 21 08:26:23.386 INFO O| Feb 21 08:26:23.386 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-02-21T08:26:24.811Z[ recovery-image] Feb 21 08:26:23.417 INFO O| Feb 21 08:26:23.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51092025-02-21T08:26:24.816Z[ recovery-image] Feb 21 08:26:23.418 INFO O| Feb 21 08:26:23.418 INFO STEP 221 (remove_files) COMPLETE
51102025-02-21T08:26:24.816Z[ recovery-image] Feb 21 08:26:23.418 INFO O| Feb 21 08:26:23.418 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-02-21T08:26:24.834Z[ recovery-image] Feb 21 08:26:23.439 INFO O| Feb 21 08:26:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51122025-02-21T08:26:24.834Z[ recovery-image] Feb 21 08:26:23.439 INFO O| Feb 21 08:26:23.439 INFO STEP 222 (remove_files) COMPLETE
51132025-02-21T08:26:24.837Z[ recovery-image] Feb 21 08:26:23.439 INFO O| Feb 21 08:26:23.439 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-21T08:26:24.870Z[ recovery-image] Feb 21 08:26:23.476 INFO O| Feb 21 08:26:23.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51152025-02-21T08:26:24.873Z[ recovery-image] Feb 21 08:26:23.476 INFO O| Feb 21 08:26:23.476 INFO STEP 223 (remove_files) COMPLETE
51162025-02-21T08:26:24.873Z[ recovery-image] Feb 21 08:26:23.476 INFO O| Feb 21 08:26:23.476 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-21T08:26:24.891Z[ recovery-image] Feb 21 08:26:23.497 INFO O| Feb 21 08:26:23.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51182025-02-21T08:26:24.894Z[ recovery-image] Feb 21 08:26:23.497 INFO O| Feb 21 08:26:23.497 INFO STEP 224 (remove_files) COMPLETE
51192025-02-21T08:26:24.894Z[ recovery-image] Feb 21 08:26:23.497 INFO O| Feb 21 08:26:23.497 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-21T08:26:24.912Z[ recovery-image] Feb 21 08:26:23.518 INFO O| Feb 21 08:26:23.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51212025-02-21T08:26:24.916Z[ recovery-image] Feb 21 08:26:23.519 INFO O| Feb 21 08:26:23.519 INFO STEP 225 (remove_files) COMPLETE
51222025-02-21T08:26:24.917Z[ recovery-image] Feb 21 08:26:23.519 INFO O| Feb 21 08:26:23.519 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-21T08:26:24.934Z[ recovery-image] Feb 21 08:26:23.540 INFO O| Feb 21 08:26:23.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51242025-02-21T08:26:24.937Z[ recovery-image] Feb 21 08:26:23.541 INFO O| Feb 21 08:26:23.541 INFO STEP 226 (remove_files) COMPLETE
51252025-02-21T08:26:24.937Z[ recovery-image] Feb 21 08:26:23.541 INFO O| Feb 21 08:26:23.541 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-21T08:26:24.968Z[ recovery-image] Feb 21 08:26:23.574 INFO O| Feb 21 08:26:23.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51272025-02-21T08:26:24.968Z[ recovery-image] Feb 21 08:26:23.574 INFO O| Feb 21 08:26:23.574 INFO STEP 227 (remove_files) COMPLETE
51282025-02-21T08:26:24.971Z[ recovery-image] Feb 21 08:26:23.575 INFO O| Feb 21 08:26:23.574 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-02-21T08:26:24.997Z[ recovery-image] Feb 21 08:26:23.603 INFO O| Feb 21 08:26:23.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51302025-02-21T08:26:25.000Z[ recovery-image] Feb 21 08:26:23.603 INFO O| Feb 21 08:26:23.603 INFO STEP 228 (remove_files) COMPLETE
51312025-02-21T08:26:25.000Z[ recovery-image] Feb 21 08:26:23.603 INFO O| Feb 21 08:26:23.603 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-21T08:26:25.022Z[ recovery-image] Feb 21 08:26:23.626 INFO O| Feb 21 08:26:23.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51332025-02-21T08:26:25.022Z[ recovery-image] Feb 21 08:26:23.626 INFO O| Feb 21 08:26:23.626 INFO STEP 229 (remove_files) COMPLETE
51342025-02-21T08:26:25.022Z[ recovery-image] Feb 21 08:26:23.626 INFO O| Feb 21 08:26:23.626 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-21T08:26:25.042Z[ recovery-image] Feb 21 08:26:23.648 INFO O| Feb 21 08:26:23.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51362025-02-21T08:26:25.042Z[ recovery-image] Feb 21 08:26:23.648 INFO O| Feb 21 08:26:23.648 INFO STEP 230 (remove_files) COMPLETE
51372025-02-21T08:26:25.044Z[ recovery-image] Feb 21 08:26:23.648 INFO O| Feb 21 08:26:23.648 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-21T08:26:25.063Z[ recovery-image] Feb 21 08:26:23.669 INFO O| Feb 21 08:26:23.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51392025-02-21T08:26:25.063Z[ recovery-image] Feb 21 08:26:23.669 INFO O| Feb 21 08:26:23.669 INFO STEP 231 (remove_files) COMPLETE
51402025-02-21T08:26:25.063Z[ recovery-image] Feb 21 08:26:23.669 INFO O| Feb 21 08:26:23.669 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-02-21T08:26:25.082Z[ recovery-image] Feb 21 08:26:23.688 INFO O| Feb 21 08:26:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51422025-02-21T08:26:25.082Z[ recovery-image] Feb 21 08:26:23.688 INFO O| Feb 21 08:26:23.688 INFO STEP 232 (remove_files) COMPLETE
51432025-02-21T08:26:25.082Z[ recovery-image] Feb 21 08:26:23.688 INFO O| Feb 21 08:26:23.688 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-02-21T08:26:25.643Z[ recovery-image] Feb 21 08:26:23.711 INFO O| Feb 21 08:26:23.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51452025-02-21T08:26:25.643Z[ recovery-image] Feb 21 08:26:23.711 INFO O| Feb 21 08:26:23.711 INFO STEP 233 (remove_files) COMPLETE
51462025-02-21T08:26:25.643Z[ recovery-image] Feb 21 08:26:23.711 INFO O| Feb 21 08:26:23.711 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-02-21T08:26:25.705Z[ recovery-image] Feb 21 08:26:23.731 INFO O| Feb 21 08:26:23.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51482025-02-21T08:26:25.705Z[ recovery-image] Feb 21 08:26:23.731 INFO O| Feb 21 08:26:23.731 INFO STEP 234 (remove_files) COMPLETE
51492025-02-21T08:26:25.705Z[ recovery-image] Feb 21 08:26:23.731 INFO O| Feb 21 08:26:23.731 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.750 INFO O| Feb 21 08:26:23.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51512025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.750 INFO O| Feb 21 08:26:23.750 INFO STEP 235 (remove_files) COMPLETE
51522025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.750 INFO O| Feb 21 08:26:23.750 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.774 INFO O| Feb 21 08:26:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51542025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.775 INFO O| Feb 21 08:26:23.775 INFO STEP 236 (remove_files) COMPLETE
51552025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.775 INFO O| Feb 21 08:26:23.775 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.795 INFO O| Feb 21 08:26:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51572025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.795 INFO O| Feb 21 08:26:23.795 INFO STEP 237 (remove_files) COMPLETE
51582025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.795 INFO O| Feb 21 08:26:23.795 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.911 INFO O| Feb 21 08:26:23.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51602025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.911 INFO O| Feb 21 08:26:23.911 INFO STEP 238 (remove_files) COMPLETE
51612025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.911 INFO O| Feb 21 08:26:23.911 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-02-21T08:26:25.706Z[ recovery-image] Feb 21 08:26:23.995 INFO O| Feb 21 08:26:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51632025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:23.995 INFO O| Feb 21 08:26:23.995 INFO STEP 239 (remove_files) COMPLETE
51642025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:23.995 INFO O| Feb 21 08:26:23.995 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.016 INFO O| Feb 21 08:26:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51662025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.016 INFO O| Feb 21 08:26:24.016 INFO STEP 240 (remove_files) COMPLETE
51672025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.016 INFO O| Feb 21 08:26:24.016 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.037 INFO O| Feb 21 08:26:24.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51692025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.037 INFO O| Feb 21 08:26:24.037 INFO STEP 241 (remove_files) COMPLETE
51702025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.037 INFO O| Feb 21 08:26:24.037 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.057 INFO O| Feb 21 08:26:24.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51722025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.057 INFO O| Feb 21 08:26:24.057 INFO STEP 242 (remove_files) COMPLETE
51732025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.057 INFO O| Feb 21 08:26:24.057 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.076 INFO O| Feb 21 08:26:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51752025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.076 INFO O| Feb 21 08:26:24.076 INFO STEP 243 (remove_files) COMPLETE
51762025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.076 INFO O| Feb 21 08:26:24.076 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.095 INFO O| Feb 21 08:26:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51782025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.095 INFO O| Feb 21 08:26:24.095 INFO STEP 244 (remove_files) COMPLETE
51792025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.095 INFO O| Feb 21 08:26:24.095 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.115 INFO O| Feb 21 08:26:24.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51812025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.115 INFO O| Feb 21 08:26:24.115 INFO STEP 245 (remove_files) COMPLETE
51822025-02-21T08:26:25.707Z[ recovery-image] Feb 21 08:26:24.115 INFO O| Feb 21 08:26:24.115 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.146 INFO O| Feb 21 08:26:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51842025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.146 INFO O| Feb 21 08:26:24.146 INFO STEP 246 (remove_files) COMPLETE
51852025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.146 INFO O| Feb 21 08:26:24.146 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.183 INFO O| Feb 21 08:26:24.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51872025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.183 INFO O| Feb 21 08:26:24.183 INFO STEP 247 (remove_files) COMPLETE
51882025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.183 INFO O| Feb 21 08:26:24.183 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.211 INFO O| Feb 21 08:26:24.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51902025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.211 INFO O| Feb 21 08:26:24.211 INFO STEP 248 (remove_files) COMPLETE
51912025-02-21T08:26:25.708Z[ recovery-image] Feb 21 08:26:24.212 INFO O| Feb 21 08:26:24.212 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-02-21T08:26:25.732Z[ recovery-image] Feb 21 08:26:24.308 INFO O| Feb 21 08:26:24.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51932025-02-21T08:26:25.733Z[ recovery-image] Feb 21 08:26:24.308 INFO O| Feb 21 08:26:24.308 INFO STEP 249 (remove_files) COMPLETE
51942025-02-21T08:26:25.733Z[ recovery-image] Feb 21 08:26:24.308 INFO O| Feb 21 08:26:24.308 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-02-21T08:26:25.760Z[ recovery-image] Feb 21 08:26:24.366 INFO O| Feb 21 08:26:24.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51962025-02-21T08:26:25.760Z[ recovery-image] Feb 21 08:26:24.366 INFO O| Feb 21 08:26:24.366 INFO STEP 250 (remove_files) COMPLETE
51972025-02-21T08:26:25.760Z[ recovery-image] Feb 21 08:26:24.366 INFO O| Feb 21 08:26:24.366 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-02-21T08:26:25.820Z[ recovery-image] Feb 21 08:26:24.426 INFO O| Feb 21 08:26:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51992025-02-21T08:26:25.820Z[ recovery-image] Feb 21 08:26:24.426 INFO O| Feb 21 08:26:24.426 INFO STEP 251 (remove_files) COMPLETE
52002025-02-21T08:26:25.825Z[ recovery-image] Feb 21 08:26:24.426 INFO O| Feb 21 08:26:24.426 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-02-21T08:26:25.839Z[ recovery-image] Feb 21 08:26:24.445 INFO O| Feb 21 08:26:24.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52022025-02-21T08:26:25.841Z[ recovery-image] Feb 21 08:26:24.445 INFO O| Feb 21 08:26:24.445 INFO STEP 252 (remove_files) COMPLETE
52032025-02-21T08:26:25.841Z[ recovery-image] Feb 21 08:26:24.445 INFO O| Feb 21 08:26:24.445 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-02-21T08:26:25.857Z[ recovery-image] Feb 21 08:26:24.463 INFO O| Feb 21 08:26:24.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52052025-02-21T08:26:25.857Z[ recovery-image] Feb 21 08:26:24.463 INFO O| Feb 21 08:26:24.463 INFO STEP 253 (remove_files) COMPLETE
52062025-02-21T08:26:25.857Z[ recovery-image] Feb 21 08:26:24.463 INFO O| Feb 21 08:26:24.463 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-02-21T08:26:25.875Z[ recovery-image] Feb 21 08:26:24.481 INFO O| Feb 21 08:26:24.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52082025-02-21T08:26:25.876Z[ recovery-image] Feb 21 08:26:24.481 INFO O| Feb 21 08:26:24.481 INFO STEP 254 (remove_files) COMPLETE
52092025-02-21T08:26:25.876Z[ recovery-image] Feb 21 08:26:24.481 INFO O| Feb 21 08:26:24.481 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-02-21T08:26:25.986Z[ recovery-image] Feb 21 08:26:24.583 INFO O| Feb 21 08:26:24.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52112025-02-21T08:26:25.986Z[ recovery-image] Feb 21 08:26:24.583 INFO O| Feb 21 08:26:24.583 INFO STEP 255 (remove_files) COMPLETE
52122025-02-21T08:26:25.990Z[ recovery-image] Feb 21 08:26:24.583 INFO O| Feb 21 08:26:24.583 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-02-21T08:26:25.997Z[ recovery-image] Feb 21 08:26:24.603 INFO O| Feb 21 08:26:24.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52142025-02-21T08:26:25.997Z[ recovery-image] Feb 21 08:26:24.603 INFO O| Feb 21 08:26:24.603 INFO STEP 256 (remove_files) COMPLETE
52152025-02-21T08:26:25.997Z[ recovery-image] Feb 21 08:26:24.603 INFO O| Feb 21 08:26:24.603 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-02-21T08:26:26.022Z[ recovery-image] Feb 21 08:26:24.620 INFO O| Feb 21 08:26:24.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52172025-02-21T08:26:26.022Z[ recovery-image] Feb 21 08:26:24.620 INFO O| Feb 21 08:26:24.620 INFO STEP 257 (remove_files) COMPLETE
52182025-02-21T08:26:26.025Z[ recovery-image] Feb 21 08:26:24.621 INFO O| Feb 21 08:26:24.620 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-02-21T08:26:26.042Z[ recovery-image] Feb 21 08:26:24.638 INFO O| Feb 21 08:26:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52202025-02-21T08:26:26.042Z[ recovery-image] Feb 21 08:26:24.638 INFO O| Feb 21 08:26:24.638 INFO STEP 258 (remove_files) COMPLETE
52212025-02-21T08:26:26.047Z[ recovery-image] Feb 21 08:26:24.638 INFO O| Feb 21 08:26:24.638 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-02-21T08:26:26.053Z[ recovery-image] Feb 21 08:26:24.658 INFO O| Feb 21 08:26:24.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52232025-02-21T08:26:26.054Z[ recovery-image] Feb 21 08:26:24.658 INFO O| Feb 21 08:26:24.658 INFO STEP 259 (remove_files) COMPLETE
52242025-02-21T08:26:26.054Z[ recovery-image] Feb 21 08:26:24.659 INFO O| Feb 21 08:26:24.658 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-02-21T08:26:26.085Z[ recovery-image] Feb 21 08:26:24.691 INFO O| Feb 21 08:26:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52262025-02-21T08:26:26.089Z[ recovery-image] Feb 21 08:26:24.691 INFO O| Feb 21 08:26:24.691 INFO STEP 260 (remove_files) COMPLETE
52272025-02-21T08:26:26.089Z[ recovery-image] Feb 21 08:26:24.692 INFO O| Feb 21 08:26:24.692 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-02-21T08:26:26.150Z[ recovery-image] Feb 21 08:26:24.756 INFO O| Feb 21 08:26:24.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52292025-02-21T08:26:26.153Z[ recovery-image] Feb 21 08:26:24.757 INFO O| Feb 21 08:26:24.756 INFO STEP 261 (remove_files) COMPLETE
52302025-02-21T08:26:26.154Z[ recovery-image] Feb 21 08:26:24.757 INFO O| Feb 21 08:26:24.756 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-02-21T08:26:26.242Z[ recovery-image] Feb 21 08:26:24.838 INFO O| Feb 21 08:26:24.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52322025-02-21T08:26:26.246Z[ recovery-image] Feb 21 08:26:24.838 INFO O| Feb 21 08:26:24.838 INFO STEP 262 (remove_files) COMPLETE
52332025-02-21T08:26:26.246Z[ recovery-image] Feb 21 08:26:24.838 INFO O| Feb 21 08:26:24.838 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-02-21T08:26:26.301Z[ recovery-image] Feb 21 08:26:24.907 INFO O| Feb 21 08:26:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52352025-02-21T08:26:26.305Z[ recovery-image] Feb 21 08:26:24.907 INFO O| Feb 21 08:26:24.907 INFO STEP 263 (remove_files) COMPLETE
52362025-02-21T08:26:26.305Z[ recovery-image] Feb 21 08:26:24.907 INFO O| Feb 21 08:26:24.907 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-02-21T08:26:26.347Z[ recovery-image] Feb 21 08:26:24.950 INFO O| Feb 21 08:26:24.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52382025-02-21T08:26:26.350Z[ recovery-image] Feb 21 08:26:24.950 INFO O| Feb 21 08:26:24.950 INFO STEP 264 (remove_files) COMPLETE
52392025-02-21T08:26:26.350Z[ recovery-image] Feb 21 08:26:24.950 INFO O| Feb 21 08:26:24.950 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-02-21T08:26:26.378Z[ recovery-image] Feb 21 08:26:24.984 INFO O| Feb 21 08:26:24.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52412025-02-21T08:26:26.381Z[ recovery-image] Feb 21 08:26:24.984 INFO O| Feb 21 08:26:24.984 INFO STEP 265 (remove_files) COMPLETE
52422025-02-21T08:26:26.381Z[ recovery-image] Feb 21 08:26:24.984 INFO O| Feb 21 08:26:24.984 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-02-21T08:26:26.400Z[ recovery-image] Feb 21 08:26:25.005 INFO O| Feb 21 08:26:25.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52442025-02-21T08:26:26.400Z[ recovery-image] Feb 21 08:26:25.005 INFO O| Feb 21 08:26:25.005 INFO STEP 266 (remove_files) COMPLETE
52452025-02-21T08:26:26.400Z[ recovery-image] Feb 21 08:26:25.005 INFO O| Feb 21 08:26:25.005 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-02-21T08:26:26.417Z[ recovery-image] Feb 21 08:26:25.022 INFO O| Feb 21 08:26:25.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52472025-02-21T08:26:26.439Z[ recovery-image] Feb 21 08:26:25.045 INFO O| Feb 21 08:26:25.045 INFO STEP 267 (remove_files) COMPLETE
52482025-02-21T08:26:26.440Z[ recovery-image] Feb 21 08:26:25.045 INFO O| Feb 21 08:26:25.045 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-02-21T08:26:26.471Z[ recovery-image] Feb 21 08:26:25.077 INFO O| Feb 21 08:26:25.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52502025-02-21T08:26:26.472Z[ recovery-image] Feb 21 08:26:25.078 INFO O| Feb 21 08:26:25.077 INFO STEP 268 (remove_files) COMPLETE
52512025-02-21T08:26:26.478Z[ recovery-image] Feb 21 08:26:25.078 INFO O| Feb 21 08:26:25.078 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-02-21T08:26:26.511Z[ recovery-image] Feb 21 08:26:25.117 INFO O| Feb 21 08:26:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52532025-02-21T08:26:26.513Z[ recovery-image] Feb 21 08:26:25.117 INFO O| Feb 21 08:26:25.117 INFO STEP 269 (remove_files) COMPLETE
52542025-02-21T08:26:26.513Z[ recovery-image] Feb 21 08:26:25.117 INFO O| Feb 21 08:26:25.117 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-02-21T08:26:26.542Z[ recovery-image] Feb 21 08:26:25.148 INFO O| Feb 21 08:26:25.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52562025-02-21T08:26:26.542Z[ recovery-image] Feb 21 08:26:25.148 INFO O| Feb 21 08:26:25.148 INFO STEP 270 (remove_files) COMPLETE
52572025-02-21T08:26:26.542Z[ recovery-image] Feb 21 08:26:25.148 INFO O| Feb 21 08:26:25.148 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-02-21T08:26:26.573Z[ recovery-image] Feb 21 08:26:25.179 INFO O| Feb 21 08:26:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52592025-02-21T08:26:26.573Z[ recovery-image] Feb 21 08:26:25.179 INFO O| Feb 21 08:26:25.179 INFO STEP 271 (remove_files) COMPLETE
52602025-02-21T08:26:26.579Z[ recovery-image] Feb 21 08:26:25.179 INFO O| Feb 21 08:26:25.179 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-02-21T08:26:26.589Z[ host-image] Feb 21 08:26:25.195 INFO O| Feb 21 08:26:25.195 INFO O| Done
52622025-02-21T08:26:26.604Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52632025-02-21T08:26:26.689Z[ recovery-image] Feb 21 08:26:25.262 INFO O| Feb 21 08:26:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52642025-02-21T08:26:26.689Z[ recovery-image] Feb 21 08:26:25.262 INFO O| Feb 21 08:26:25.262 INFO STEP 272 (remove_files) COMPLETE
52652025-02-21T08:26:26.704Z[ recovery-image] Feb 21 08:26:25.262 INFO O| Feb 21 08:26:25.262 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-21T08:26:26.704Z[ host-image] Feb 21 08:26:25.289 INFO O| Feb 21 08:26:25.289 INFO O| Done
52672025-02-21T08:26:26.704Z[ host-image] Feb 21 08:26:25.289 INFO O| Feb 21 08:26:25.289 INFO O| Done
52682025-02-21T08:26:26.755Z[ host-image] Feb 21 08:26:25.358 INFO O| Feb 21 08:26:25.358 INFO O| Done
52692025-02-21T08:26:26.770Z[ recovery-image] Feb 21 08:26:25.362 INFO O| Feb 21 08:26:25.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52702025-02-21T08:26:26.770Z[ recovery-image] Feb 21 08:26:25.362 INFO O| Feb 21 08:26:25.362 INFO STEP 273 (remove_files) COMPLETE
52712025-02-21T08:26:26.770Z[ recovery-image] Feb 21 08:26:25.362 INFO O| Feb 21 08:26:25.362 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-21T08:26:26.808Z[ recovery-image] Feb 21 08:26:25.401 INFO O| Feb 21 08:26:25.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52732025-02-21T08:26:26.808Z[ recovery-image] Feb 21 08:26:25.401 INFO O| Feb 21 08:26:25.401 INFO STEP 274 (remove_files) COMPLETE
52742025-02-21T08:26:26.808Z[ recovery-image] Feb 21 08:26:25.401 INFO O| Feb 21 08:26:25.401 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-21T08:26:26.835Z[ recovery-image] Feb 21 08:26:25.422 INFO O| Feb 21 08:26:25.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52762025-02-21T08:26:26.835Z[ recovery-image] Feb 21 08:26:25.422 INFO O| Feb 21 08:26:25.422 INFO STEP 275 (remove_files) COMPLETE
52772025-02-21T08:26:26.835Z[ recovery-image] Feb 21 08:26:25.422 INFO O| Feb 21 08:26:25.422 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-21T08:26:26.839Z[ recovery-image] Feb 21 08:26:25.444 INFO O| Feb 21 08:26:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52792025-02-21T08:26:26.839Z[ recovery-image] Feb 21 08:26:25.444 INFO O| Feb 21 08:26:25.444 INFO STEP 276 (remove_files) COMPLETE
52802025-02-21T08:26:26.839Z[ recovery-image] Feb 21 08:26:25.444 INFO O| Feb 21 08:26:25.444 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-21T08:26:26.860Z[ recovery-image] Feb 21 08:26:25.465 INFO O| Feb 21 08:26:25.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52822025-02-21T08:26:26.860Z[ recovery-image] Feb 21 08:26:25.466 INFO O| Feb 21 08:26:25.466 INFO STEP 277 (remove_files) COMPLETE
52832025-02-21T08:26:26.860Z[ recovery-image] Feb 21 08:26:25.466 INFO O| Feb 21 08:26:25.466 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-21T08:26:26.882Z[ recovery-image] Feb 21 08:26:25.488 INFO O| Feb 21 08:26:25.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52852025-02-21T08:26:26.885Z[ recovery-image] Feb 21 08:26:25.490 INFO O| Feb 21 08:26:25.490 INFO STEP 278 (remove_files) COMPLETE
52862025-02-21T08:26:26.885Z[ recovery-image] Feb 21 08:26:25.490 INFO O| Feb 21 08:26:25.490 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-21T08:26:26.919Z[ recovery-image] Feb 21 08:26:25.524 INFO O| Feb 21 08:26:25.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52882025-02-21T08:26:26.919Z[ recovery-image] Feb 21 08:26:25.524 INFO O| Feb 21 08:26:25.524 INFO STEP 279 (remove_files) COMPLETE
52892025-02-21T08:26:26.922Z[ recovery-image] Feb 21 08:26:25.524 INFO O| Feb 21 08:26:25.524 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-21T08:26:26.979Z[ recovery-image] Feb 21 08:26:25.565 INFO O| Feb 21 08:26:25.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52912025-02-21T08:26:26.979Z[ recovery-image] Feb 21 08:26:25.566 INFO O| Feb 21 08:26:25.566 INFO STEP 280 (remove_files) COMPLETE
52922025-02-21T08:26:26.979Z[ recovery-image] Feb 21 08:26:25.566 INFO O| Feb 21 08:26:25.566 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-21T08:26:26.983Z[ host-image] Feb 21 08:26:25.575 INFO O| Feb 21 08:26:25.575 INFO STEP 13 (pkg_install) COMPLETE
52942025-02-21T08:26:26.984Z[ host-image] Feb 21 08:26:25.575 INFO O| Feb 21 08:26:25.575 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52952025-02-21T08:26:26.984Z[ recovery-image] Feb 21 08:26:25.587 INFO O| Feb 21 08:26:25.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52962025-02-21T08:26:26.984Z[ recovery-image] Feb 21 08:26:25.587 INFO O| Feb 21 08:26:25.587 INFO STEP 281 (remove_files) COMPLETE
52972025-02-21T08:26:26.984Z[ recovery-image] Feb 21 08:26:25.587 INFO O| Feb 21 08:26:25.587 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-02-21T08:26:26.988Z[ host-image] Feb 21 08:26:25.594 INFO O| Feb 21 08:26:25.593 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
52992025-02-21T08:26:27.002Z[ recovery-image] Feb 21 08:26:25.605 INFO O| Feb 21 08:26:25.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53002025-02-21T08:26:27.002Z[ recovery-image] Feb 21 08:26:25.605 INFO O| Feb 21 08:26:25.605 INFO STEP 282 (remove_files) COMPLETE
53012025-02-21T08:26:27.013Z[ recovery-image] Feb 21 08:26:25.606 INFO O| Feb 21 08:26:25.605 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-21T08:26:27.018Z[ recovery-image] Feb 21 08:26:25.624 INFO O| Feb 21 08:26:25.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53032025-02-21T08:26:27.018Z[ recovery-image] Feb 21 08:26:25.624 INFO O| Feb 21 08:26:25.624 INFO STEP 283 (remove_files) COMPLETE
53042025-02-21T08:26:27.020Z[ recovery-image] Feb 21 08:26:25.624 INFO O| Feb 21 08:26:25.624 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-21T08:26:27.037Z[ recovery-image] Feb 21 08:26:25.643 INFO O| Feb 21 08:26:25.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53062025-02-21T08:26:27.040Z[ recovery-image] Feb 21 08:26:25.643 INFO O| Feb 21 08:26:25.643 INFO STEP 284 (remove_files) COMPLETE
53072025-02-21T08:26:27.040Z[ recovery-image] Feb 21 08:26:25.643 INFO O| Feb 21 08:26:25.643 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-21T08:26:27.056Z[ recovery-image] Feb 21 08:26:25.662 INFO O| Feb 21 08:26:25.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53092025-02-21T08:26:27.059Z[ recovery-image] Feb 21 08:26:25.662 INFO O| Feb 21 08:26:25.662 INFO STEP 285 (remove_files) COMPLETE
53102025-02-21T08:26:27.059Z[ recovery-image] Feb 21 08:26:25.662 INFO O| Feb 21 08:26:25.662 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-21T08:26:27.082Z[ recovery-image] Feb 21 08:26:25.688 INFO O| Feb 21 08:26:25.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53122025-02-21T08:26:27.082Z[ recovery-image] Feb 21 08:26:25.688 INFO O| Feb 21 08:26:25.688 INFO STEP 286 (remove_files) COMPLETE
53132025-02-21T08:26:27.082Z[ recovery-image] Feb 21 08:26:25.688 INFO O| Feb 21 08:26:25.688 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-21T08:26:27.128Z[ recovery-image] Feb 21 08:26:25.733 INFO O| Feb 21 08:26:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53152025-02-21T08:26:27.129Z[ recovery-image] Feb 21 08:26:25.734 INFO O| Feb 21 08:26:25.734 INFO STEP 287 (remove_files) COMPLETE
53162025-02-21T08:26:27.132Z[ recovery-image] Feb 21 08:26:25.734 INFO O| Feb 21 08:26:25.734 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-21T08:26:27.159Z[ recovery-image] Feb 21 08:26:25.765 INFO O| Feb 21 08:26:25.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53182025-02-21T08:26:27.159Z[ recovery-image] Feb 21 08:26:25.765 INFO O| Feb 21 08:26:25.765 INFO STEP 288 (remove_files) COMPLETE
53192025-02-21T08:26:27.159Z[ recovery-image] Feb 21 08:26:25.765 INFO O| Feb 21 08:26:25.765 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-21T08:26:27.182Z[ recovery-image] Feb 21 08:26:25.787 INFO O| Feb 21 08:26:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53212025-02-21T08:26:27.182Z[ recovery-image] Feb 21 08:26:25.787 INFO O| Feb 21 08:26:25.787 INFO STEP 289 (remove_files) COMPLETE
53222025-02-21T08:26:27.185Z[ recovery-image] Feb 21 08:26:25.787 INFO O| Feb 21 08:26:25.787 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-21T08:26:27.201Z[ recovery-image] Feb 21 08:26:25.807 INFO O| Feb 21 08:26:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53242025-02-21T08:26:27.201Z[ recovery-image] Feb 21 08:26:25.807 INFO O| Feb 21 08:26:25.807 INFO STEP 290 (remove_files) COMPLETE
53252025-02-21T08:26:27.201Z[ recovery-image] Feb 21 08:26:25.807 INFO O| Feb 21 08:26:25.807 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-21T08:26:27.222Z[ recovery-image] Feb 21 08:26:25.828 INFO O| Feb 21 08:26:25.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53272025-02-21T08:26:27.222Z[ recovery-image] Feb 21 08:26:25.828 INFO O| Feb 21 08:26:25.828 INFO STEP 291 (remove_files) COMPLETE
53282025-02-21T08:26:27.222Z[ recovery-image] Feb 21 08:26:25.829 INFO O| Feb 21 08:26:25.828 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-21T08:26:27.245Z[ recovery-image] Feb 21 08:26:25.849 INFO O| Feb 21 08:26:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53302025-02-21T08:26:27.245Z[ recovery-image] Feb 21 08:26:25.849 INFO O| Feb 21 08:26:25.849 INFO STEP 292 (remove_files) COMPLETE
53312025-02-21T08:26:27.255Z[ recovery-image] Feb 21 08:26:25.849 INFO O| Feb 21 08:26:25.849 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-21T08:26:27.264Z[ recovery-image] Feb 21 08:26:25.870 INFO O| Feb 21 08:26:25.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53332025-02-21T08:26:27.265Z[ recovery-image] Feb 21 08:26:25.870 INFO O| Feb 21 08:26:25.870 INFO STEP 293 (remove_files) COMPLETE
53342025-02-21T08:26:27.269Z[ recovery-image] Feb 21 08:26:25.870 INFO O| Feb 21 08:26:25.870 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-21T08:26:27.285Z[ recovery-image] Feb 21 08:26:25.891 INFO O| Feb 21 08:26:25.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53362025-02-21T08:26:27.285Z[ recovery-image] Feb 21 08:26:25.891 INFO O| Feb 21 08:26:25.891 INFO STEP 294 (remove_files) COMPLETE
53372025-02-21T08:26:27.285Z[ recovery-image] Feb 21 08:26:25.891 INFO O| Feb 21 08:26:25.891 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-21T08:26:27.324Z[ recovery-image] Feb 21 08:26:25.927 INFO O| Feb 21 08:26:25.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53392025-02-21T08:26:27.324Z[ recovery-image] Feb 21 08:26:25.927 INFO O| Feb 21 08:26:25.927 INFO STEP 295 (remove_files) COMPLETE
53402025-02-21T08:26:27.324Z[ recovery-image] Feb 21 08:26:25.927 INFO O| Feb 21 08:26:25.927 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-21T08:26:27.378Z[ recovery-image] Feb 21 08:26:25.983 INFO O| Feb 21 08:26:25.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53422025-02-21T08:26:27.378Z[ recovery-image] Feb 21 08:26:25.983 INFO O| Feb 21 08:26:25.983 INFO STEP 296 (remove_files) COMPLETE
53432025-02-21T08:26:27.378Z[ recovery-image] Feb 21 08:26:25.983 INFO O| Feb 21 08:26:25.983 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-21T08:26:27.398Z[ recovery-image] Feb 21 08:26:26.004 INFO O| Feb 21 08:26:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53452025-02-21T08:26:27.398Z[ recovery-image] Feb 21 08:26:26.004 INFO O| Feb 21 08:26:26.004 INFO STEP 297 (remove_files) COMPLETE
53462025-02-21T08:26:27.400Z[ recovery-image] Feb 21 08:26:26.004 INFO O| Feb 21 08:26:26.004 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-21T08:26:27.417Z[ recovery-image] Feb 21 08:26:26.023 INFO O| Feb 21 08:26:26.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53482025-02-21T08:26:27.417Z[ recovery-image] Feb 21 08:26:26.023 INFO O| Feb 21 08:26:26.023 INFO STEP 298 (remove_files) COMPLETE
53492025-02-21T08:26:27.418Z[ recovery-image] Feb 21 08:26:26.023 INFO O| Feb 21 08:26:26.023 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-21T08:26:27.437Z[ recovery-image] Feb 21 08:26:26.042 INFO O| Feb 21 08:26:26.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53512025-02-21T08:26:27.437Z[ recovery-image] Feb 21 08:26:26.042 INFO O| Feb 21 08:26:26.042 INFO STEP 299 (remove_files) COMPLETE
53522025-02-21T08:26:27.437Z[ recovery-image] Feb 21 08:26:26.042 INFO O| Feb 21 08:26:26.042 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-21T08:26:27.455Z[ recovery-image] Feb 21 08:26:26.061 INFO O| Feb 21 08:26:26.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53542025-02-21T08:26:27.455Z[ recovery-image] Feb 21 08:26:26.061 INFO O| Feb 21 08:26:26.061 INFO STEP 300 (remove_files) COMPLETE
53552025-02-21T08:26:27.460Z[ recovery-image] Feb 21 08:26:26.061 INFO O| Feb 21 08:26:26.061 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-21T08:26:27.474Z[ recovery-image] Feb 21 08:26:26.080 INFO O| Feb 21 08:26:26.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53572025-02-21T08:26:27.477Z[ recovery-image] Feb 21 08:26:26.081 INFO O| Feb 21 08:26:26.080 INFO STEP 301 (remove_files) COMPLETE
53582025-02-21T08:26:27.477Z[ recovery-image] Feb 21 08:26:26.081 INFO O| Feb 21 08:26:26.081 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-21T08:26:27.520Z[ recovery-image] Feb 21 08:26:26.126 INFO O| Feb 21 08:26:26.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53602025-02-21T08:26:27.520Z[ recovery-image] Feb 21 08:26:26.126 INFO O| Feb 21 08:26:26.126 INFO STEP 302 (remove_files) COMPLETE
53612025-02-21T08:26:27.520Z[ recovery-image] Feb 21 08:26:26.126 INFO O| Feb 21 08:26:26.126 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-21T08:26:27.556Z[ recovery-image] Feb 21 08:26:26.161 INFO O| Feb 21 08:26:26.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53632025-02-21T08:26:27.556Z[ recovery-image] Feb 21 08:26:26.161 INFO O| Feb 21 08:26:26.161 INFO STEP 303 (remove_files) COMPLETE
53642025-02-21T08:26:27.559Z[ recovery-image] Feb 21 08:26:26.161 INFO O| Feb 21 08:26:26.161 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-21T08:26:27.575Z[ recovery-image] Feb 21 08:26:26.181 INFO O| Feb 21 08:26:26.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53662025-02-21T08:26:27.575Z[ recovery-image] Feb 21 08:26:26.181 INFO O| Feb 21 08:26:26.181 INFO STEP 304 (remove_files) COMPLETE
53672025-02-21T08:26:27.575Z[ recovery-image] Feb 21 08:26:26.181 INFO O| Feb 21 08:26:26.181 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-21T08:26:27.605Z[ recovery-image] Feb 21 08:26:26.201 INFO O| Feb 21 08:26:26.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53692025-02-21T08:26:27.605Z[ recovery-image] Feb 21 08:26:26.201 INFO O| Feb 21 08:26:26.201 INFO STEP 305 (remove_files) COMPLETE
53702025-02-21T08:26:27.605Z[ recovery-image] Feb 21 08:26:26.201 INFO O| Feb 21 08:26:26.201 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-02-21T08:26:27.616Z[ recovery-image] Feb 21 08:26:26.222 INFO O| Feb 21 08:26:26.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53722025-02-21T08:26:27.617Z[ recovery-image] Feb 21 08:26:26.222 INFO O| Feb 21 08:26:26.222 INFO STEP 306 (remove_files) COMPLETE
53732025-02-21T08:26:27.617Z[ recovery-image] Feb 21 08:26:26.222 INFO O| Feb 21 08:26:26.222 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-02-21T08:26:27.638Z[ recovery-image] Feb 21 08:26:26.242 INFO O| Feb 21 08:26:26.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53752025-02-21T08:26:27.638Z[ recovery-image] Feb 21 08:26:26.242 INFO O| Feb 21 08:26:26.242 INFO STEP 307 (remove_files) COMPLETE
53762025-02-21T08:26:27.645Z[ recovery-image] Feb 21 08:26:26.242 INFO O| Feb 21 08:26:26.242 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-02-21T08:26:27.654Z[ recovery-image] Feb 21 08:26:26.260 INFO O| Feb 21 08:26:26.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53782025-02-21T08:26:27.654Z[ recovery-image] Feb 21 08:26:26.260 INFO O| Feb 21 08:26:26.260 INFO STEP 308 (remove_files) COMPLETE
53792025-02-21T08:26:27.662Z[ recovery-image] Feb 21 08:26:26.260 INFO O| Feb 21 08:26:26.260 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-02-21T08:26:27.678Z[ recovery-image] Feb 21 08:26:26.279 INFO O| Feb 21 08:26:26.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53812025-02-21T08:26:27.679Z[ recovery-image] Feb 21 08:26:26.279 INFO O| Feb 21 08:26:26.279 INFO STEP 309 (remove_files) COMPLETE
53822025-02-21T08:26:27.679Z[ recovery-image] Feb 21 08:26:26.279 INFO O| Feb 21 08:26:26.279 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-02-21T08:26:27.691Z[ recovery-image] Feb 21 08:26:26.296 INFO O| Feb 21 08:26:26.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53842025-02-21T08:26:27.691Z[ recovery-image] Feb 21 08:26:26.297 INFO O| Feb 21 08:26:26.297 INFO STEP 310 (remove_files) COMPLETE
53852025-02-21T08:26:27.691Z[ recovery-image] Feb 21 08:26:26.297 INFO O| Feb 21 08:26:26.297 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-02-21T08:26:27.709Z[ recovery-image] Feb 21 08:26:26.314 INFO O| Feb 21 08:26:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53872025-02-21T08:26:27.709Z[ recovery-image] Feb 21 08:26:26.314 INFO O| Feb 21 08:26:26.314 INFO STEP 311 (remove_files) COMPLETE
53882025-02-21T08:26:27.709Z[ recovery-image] Feb 21 08:26:26.314 INFO O| Feb 21 08:26:26.314 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-02-21T08:26:27.727Z[ recovery-image] Feb 21 08:26:26.331 INFO O| Feb 21 08:26:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53902025-02-21T08:26:27.727Z[ recovery-image] Feb 21 08:26:26.331 INFO O| Feb 21 08:26:26.331 INFO STEP 312 (remove_files) COMPLETE
53912025-02-21T08:26:27.730Z[ recovery-image] Feb 21 08:26:26.331 INFO O| Feb 21 08:26:26.331 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-02-21T08:26:27.743Z[ recovery-image] Feb 21 08:26:26.348 INFO O| Feb 21 08:26:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53932025-02-21T08:26:27.743Z[ recovery-image] Feb 21 08:26:26.348 INFO O| Feb 21 08:26:26.348 INFO STEP 313 (remove_files) COMPLETE
53942025-02-21T08:26:27.743Z[ recovery-image] Feb 21 08:26:26.348 INFO O| Feb 21 08:26:26.348 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-02-21T08:26:27.760Z[ recovery-image] Feb 21 08:26:26.366 INFO O| Feb 21 08:26:26.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53962025-02-21T08:26:27.760Z[ recovery-image] Feb 21 08:26:26.366 INFO O| Feb 21 08:26:26.366 INFO STEP 314 (remove_files) COMPLETE
53972025-02-21T08:26:27.760Z[ recovery-image] Feb 21 08:26:26.366 INFO O| Feb 21 08:26:26.366 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-02-21T08:26:27.778Z[ recovery-image] Feb 21 08:26:26.383 INFO O| Feb 21 08:26:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53992025-02-21T08:26:27.779Z[ recovery-image] Feb 21 08:26:26.384 INFO O| Feb 21 08:26:26.384 INFO STEP 315 (remove_files) COMPLETE
54002025-02-21T08:26:27.785Z[ recovery-image] Feb 21 08:26:26.384 INFO O| Feb 21 08:26:26.384 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-02-21T08:26:27.796Z[ recovery-image] Feb 21 08:26:26.401 INFO O| Feb 21 08:26:26.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54022025-02-21T08:26:27.799Z[ recovery-image] Feb 21 08:26:26.401 INFO O| Feb 21 08:26:26.401 INFO STEP 316 (remove_files) COMPLETE
54032025-02-21T08:26:27.799Z[ recovery-image] Feb 21 08:26:26.401 INFO O| Feb 21 08:26:26.401 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-02-21T08:26:27.819Z[ recovery-image] Feb 21 08:26:26.420 INFO O| Feb 21 08:26:26.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54052025-02-21T08:26:27.819Z[ recovery-image] Feb 21 08:26:26.420 INFO O| Feb 21 08:26:26.420 INFO STEP 317 (remove_files) COMPLETE
54062025-02-21T08:26:27.828Z[ recovery-image] Feb 21 08:26:26.420 INFO O| Feb 21 08:26:26.420 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-02-21T08:26:27.851Z[ recovery-image] Feb 21 08:26:26.438 INFO O| Feb 21 08:26:26.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54082025-02-21T08:26:27.851Z[ recovery-image] Feb 21 08:26:26.438 INFO O| Feb 21 08:26:26.438 INFO STEP 318 (remove_files) COMPLETE
54092025-02-21T08:26:27.851Z[ recovery-image] Feb 21 08:26:26.438 INFO O| Feb 21 08:26:26.438 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-02-21T08:26:27.859Z[ host-image] Feb 21 08:26:26.464 INFO O| Feb 21 08:26:26.464 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54112025-02-21T08:26:27.880Z[ recovery-image] Feb 21 08:26:26.474 INFO O| Feb 21 08:26:26.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54122025-02-21T08:26:27.880Z[ recovery-image] Feb 21 08:26:26.474 INFO O| Feb 21 08:26:26.474 INFO STEP 319 (remove_files) COMPLETE
54132025-02-21T08:26:27.885Z[ recovery-image] Feb 21 08:26:26.474 INFO O| Feb 21 08:26:26.474 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-02-21T08:26:27.905Z[ recovery-image] Feb 21 08:26:26.511 INFO O| Feb 21 08:26:26.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54152025-02-21T08:26:27.931Z[ recovery-image] Feb 21 08:26:26.535 INFO O| Feb 21 08:26:26.535 INFO STEP 320 (remove_files) COMPLETE
54162025-02-21T08:26:27.931Z[ recovery-image] Feb 21 08:26:26.535 INFO O| Feb 21 08:26:26.535 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-21T08:26:28.012Z[ recovery-image] Feb 21 08:26:26.588 INFO O| Feb 21 08:26:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54182025-02-21T08:26:28.012Z[ recovery-image] Feb 21 08:26:26.588 INFO O| Feb 21 08:26:26.588 INFO STEP 321 (remove_files) COMPLETE
54192025-02-21T08:26:28.023Z[ recovery-image] Feb 21 08:26:26.588 INFO O| Feb 21 08:26:26.588 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-02-21T08:26:28.023Z[ recovery-image] Feb 21 08:26:26.608 INFO O| Feb 21 08:26:26.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54212025-02-21T08:26:28.042Z[ recovery-image] Feb 21 08:26:26.629 INFO O| Feb 21 08:26:26.629 INFO STEP 322 (remove_files) COMPLETE
54222025-02-21T08:26:28.042Z[ recovery-image] Feb 21 08:26:26.629 INFO O| Feb 21 08:26:26.629 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-02-21T08:26:28.069Z[ recovery-image] Feb 21 08:26:26.665 INFO O| Feb 21 08:26:26.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54242025-02-21T08:26:28.069Z[ recovery-image] Feb 21 08:26:26.666 INFO O| Feb 21 08:26:26.666 INFO STEP 323 (remove_files) COMPLETE
54252025-02-21T08:26:28.076Z[ recovery-image] Feb 21 08:26:26.666 INFO O| Feb 21 08:26:26.666 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-02-21T08:26:28.100Z[ recovery-image] Feb 21 08:26:26.706 INFO O| Feb 21 08:26:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54272025-02-21T08:26:28.101Z[ recovery-image] Feb 21 08:26:26.706 INFO O| Feb 21 08:26:26.706 INFO STEP 324 (remove_files) COMPLETE
54282025-02-21T08:26:28.116Z[ recovery-image] Feb 21 08:26:26.706 INFO O| Feb 21 08:26:26.706 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-02-21T08:26:28.125Z[ recovery-image] Feb 21 08:26:26.725 INFO O| Feb 21 08:26:26.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54302025-02-21T08:26:28.125Z[ recovery-image] Feb 21 08:26:26.725 INFO O| Feb 21 08:26:26.725 INFO STEP 325 (remove_files) COMPLETE
54312025-02-21T08:26:28.130Z[ recovery-image] Feb 21 08:26:26.725 INFO O| Feb 21 08:26:26.725 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-02-21T08:26:28.141Z[ recovery-image] Feb 21 08:26:26.746 INFO O| Feb 21 08:26:26.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54332025-02-21T08:26:28.141Z[ recovery-image] Feb 21 08:26:26.746 INFO O| Feb 21 08:26:26.746 INFO STEP 326 (remove_files) COMPLETE
54342025-02-21T08:26:28.158Z[ recovery-image] Feb 21 08:26:26.746 INFO O| Feb 21 08:26:26.746 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-02-21T08:26:28.165Z[ recovery-image] Feb 21 08:26:26.766 INFO O| Feb 21 08:26:26.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54362025-02-21T08:26:28.166Z[ recovery-image] Feb 21 08:26:26.766 INFO O| Feb 21 08:26:26.766 INFO STEP 327 (remove_files) COMPLETE
54372025-02-21T08:26:28.166Z[ recovery-image] Feb 21 08:26:26.766 INFO O| Feb 21 08:26:26.766 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-02-21T08:26:28.178Z[ recovery-image] Feb 21 08:26:26.784 INFO O| Feb 21 08:26:26.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54392025-02-21T08:26:28.183Z[ recovery-image] Feb 21 08:26:26.784 INFO O| Feb 21 08:26:26.784 INFO STEP 328 (remove_files) COMPLETE
54402025-02-21T08:26:28.183Z[ recovery-image] Feb 21 08:26:26.784 INFO O| Feb 21 08:26:26.784 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-02-21T08:26:28.196Z[ recovery-image] Feb 21 08:26:26.802 INFO O| Feb 21 08:26:26.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54422025-02-21T08:26:28.214Z[ recovery-image] Feb 21 08:26:26.802 INFO O| Feb 21 08:26:26.802 INFO STEP 329 (remove_files) COMPLETE
54432025-02-21T08:26:28.214Z[ recovery-image] Feb 21 08:26:26.803 INFO O| Feb 21 08:26:26.802 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-02-21T08:26:28.228Z[ recovery-image] Feb 21 08:26:26.821 INFO O| Feb 21 08:26:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54452025-02-21T08:26:28.228Z[ recovery-image] Feb 21 08:26:26.823 INFO O| Feb 21 08:26:26.823 INFO STEP 330 (remove_files) COMPLETE
54462025-02-21T08:26:28.228Z[ recovery-image] Feb 21 08:26:26.823 INFO O| Feb 21 08:26:26.823 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-02-21T08:26:28.282Z[ recovery-image] Feb 21 08:26:26.881 INFO O| Feb 21 08:26:26.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54482025-02-21T08:26:28.286Z[ recovery-image] Feb 21 08:26:26.881 INFO O| Feb 21 08:26:26.881 INFO STEP 331 (remove_files) COMPLETE
54492025-02-21T08:26:28.286Z[ recovery-image] Feb 21 08:26:26.881 INFO O| Feb 21 08:26:26.881 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-02-21T08:26:28.296Z[ recovery-image] Feb 21 08:26:26.901 INFO O| Feb 21 08:26:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54512025-02-21T08:26:28.298Z[ recovery-image] Feb 21 08:26:26.901 INFO O| Feb 21 08:26:26.901 INFO STEP 332 (remove_files) COMPLETE
54522025-02-21T08:26:28.298Z[ recovery-image] Feb 21 08:26:26.901 INFO O| Feb 21 08:26:26.901 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-02-21T08:26:28.315Z[ recovery-image] Feb 21 08:26:26.919 INFO O| Feb 21 08:26:26.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54542025-02-21T08:26:28.323Z[ recovery-image] Feb 21 08:26:26.920 INFO O| Feb 21 08:26:26.919 INFO STEP 333 (remove_files) COMPLETE
54552025-02-21T08:26:28.323Z[ recovery-image] Feb 21 08:26:26.920 INFO O| Feb 21 08:26:26.920 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-02-21T08:26:28.335Z[ recovery-image] Feb 21 08:26:26.940 INFO O| Feb 21 08:26:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54572025-02-21T08:26:28.339Z[ recovery-image] Feb 21 08:26:26.940 INFO O| Feb 21 08:26:26.940 INFO STEP 334 (remove_files) COMPLETE
54582025-02-21T08:26:28.339Z[ recovery-image] Feb 21 08:26:26.940 INFO O| Feb 21 08:26:26.940 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-02-21T08:26:28.354Z[ recovery-image] Feb 21 08:26:26.959 INFO O| Feb 21 08:26:26.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54602025-02-21T08:26:28.357Z[ recovery-image] Feb 21 08:26:26.960 INFO O| Feb 21 08:26:26.960 INFO STEP 335 (remove_files) COMPLETE
54612025-02-21T08:26:28.358Z[ recovery-image] Feb 21 08:26:26.960 INFO O| Feb 21 08:26:26.960 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-02-21T08:26:28.373Z[ recovery-image] Feb 21 08:26:26.979 INFO O| Feb 21 08:26:26.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54632025-02-21T08:26:28.376Z[ recovery-image] Feb 21 08:26:26.979 INFO O| Feb 21 08:26:26.979 INFO STEP 336 (remove_files) COMPLETE
54642025-02-21T08:26:28.377Z[ recovery-image] Feb 21 08:26:26.980 INFO O| Feb 21 08:26:26.979 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-02-21T08:26:28.395Z[ recovery-image] Feb 21 08:26:26.997 INFO O| Feb 21 08:26:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54662025-02-21T08:26:28.401Z[ recovery-image] Feb 21 08:26:26.997 INFO O| Feb 21 08:26:26.997 INFO STEP 337 (remove_files) COMPLETE
54672025-02-21T08:26:28.402Z[ recovery-image] Feb 21 08:26:26.997 INFO O| Feb 21 08:26:26.997 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-02-21T08:26:28.418Z[ recovery-image] Feb 21 08:26:27.021 INFO O| Feb 21 08:26:27.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54692025-02-21T08:26:28.427Z[ recovery-image] Feb 21 08:26:27.021 INFO O| Feb 21 08:26:27.021 INFO STEP 338 (remove_files) COMPLETE
54702025-02-21T08:26:28.427Z[ recovery-image] Feb 21 08:26:27.021 INFO O| Feb 21 08:26:27.021 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-02-21T08:26:28.473Z[ recovery-image] Feb 21 08:26:27.043 INFO O| Feb 21 08:26:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54722025-02-21T08:26:28.473Z[ recovery-image] Feb 21 08:26:27.043 INFO O| Feb 21 08:26:27.043 INFO STEP 339 (remove_files) COMPLETE
54732025-02-21T08:26:28.473Z[ recovery-image] Feb 21 08:26:27.043 INFO O| Feb 21 08:26:27.043 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-02-21T08:26:28.473Z[ recovery-image] Feb 21 08:26:27.064 INFO O| Feb 21 08:26:27.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54752025-02-21T08:26:28.473Z[ recovery-image] Feb 21 08:26:27.064 INFO O| Feb 21 08:26:27.064 INFO STEP 340 (remove_files) COMPLETE
54762025-02-21T08:26:28.473Z[ recovery-image] Feb 21 08:26:27.064 INFO O| Feb 21 08:26:27.064 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-02-21T08:26:28.492Z[ recovery-image] Feb 21 08:26:27.084 INFO O| Feb 21 08:26:27.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54782025-02-21T08:26:28.493Z[ recovery-image] Feb 21 08:26:27.084 INFO O| Feb 21 08:26:27.084 INFO STEP 341 (remove_files) COMPLETE
54792025-02-21T08:26:28.493Z[ recovery-image] Feb 21 08:26:27.084 INFO O| Feb 21 08:26:27.084 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-02-21T08:26:28.529Z[ recovery-image] Feb 21 08:26:27.102 INFO O| Feb 21 08:26:27.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54812025-02-21T08:26:28.544Z[ recovery-image] Feb 21 08:26:27.103 INFO O| Feb 21 08:26:27.103 INFO STEP 342 (remove_files) COMPLETE
54822025-02-21T08:26:28.544Z[ recovery-image] Feb 21 08:26:27.103 INFO O| Feb 21 08:26:27.103 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-02-21T08:26:28.544Z[ recovery-image] Feb 21 08:26:27.121 INFO O| Feb 21 08:26:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54842025-02-21T08:26:28.544Z[ recovery-image] Feb 21 08:26:27.121 INFO O| Feb 21 08:26:27.121 INFO STEP 343 (remove_files) COMPLETE
54852025-02-21T08:26:28.544Z[ recovery-image] Feb 21 08:26:27.121 INFO O| Feb 21 08:26:27.121 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-02-21T08:26:28.552Z[ recovery-image] Feb 21 08:26:27.151 INFO O| Feb 21 08:26:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54872025-02-21T08:26:28.572Z[ recovery-image] Feb 21 08:26:27.151 INFO O| Feb 21 08:26:27.151 INFO STEP 344 (remove_files) COMPLETE
54882025-02-21T08:26:28.572Z[ recovery-image] Feb 21 08:26:27.151 INFO O| Feb 21 08:26:27.151 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-02-21T08:26:28.587Z[ recovery-image] Feb 21 08:26:27.180 INFO O| Feb 21 08:26:27.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54902025-02-21T08:26:28.587Z[ recovery-image] Feb 21 08:26:27.180 INFO O| Feb 21 08:26:27.179 INFO STEP 345 (remove_files) COMPLETE
54912025-02-21T08:26:28.587Z[ recovery-image] Feb 21 08:26:27.181 INFO O| Feb 21 08:26:27.179 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-02-21T08:26:28.870Z[ recovery-image] Feb 21 08:26:27.392 INFO O| Feb 21 08:26:27.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54932025-02-21T08:26:28.903Z[ recovery-image] Feb 21 08:26:27.392 INFO O| Feb 21 08:26:27.392 INFO STEP 346 (remove_files) COMPLETE
54942025-02-21T08:26:28.903Z[ recovery-image] Feb 21 08:26:27.392 INFO O| Feb 21 08:26:27.392 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-02-21T08:26:28.903Z[ recovery-image] Feb 21 08:26:27.415 INFO O| Feb 21 08:26:27.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54962025-02-21T08:26:28.903Z[ recovery-image] Feb 21 08:26:27.415 INFO O| Feb 21 08:26:27.415 INFO STEP 347 (remove_files) COMPLETE
54972025-02-21T08:26:28.903Z[ recovery-image] Feb 21 08:26:27.416 INFO O| Feb 21 08:26:27.415 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-02-21T08:26:28.904Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
54992025-02-21T08:26:28.904Z[ recovery-image] Feb 21 08:26:27.454 INFO O| Feb 21 08:26:27.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55002025-02-21T08:26:28.904Z[ recovery-image] Feb 21 08:26:27.454 INFO O| Feb 21 08:26:27.454 INFO STEP 348 (remove_files) COMPLETE
55012025-02-21T08:26:28.904Z[ recovery-image] Feb 21 08:26:27.455 INFO O| Feb 21 08:26:27.454 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-21T08:26:28.980Z[ recovery-image] Feb 21 08:26:27.559 INFO O| Feb 21 08:26:27.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55032025-02-21T08:26:28.980Z[ recovery-image] Feb 21 08:26:27.559 INFO O| Feb 21 08:26:27.559 INFO STEP 349 (remove_files) COMPLETE
55042025-02-21T08:26:29.016Z[ recovery-image] Feb 21 08:26:27.559 INFO O| Feb 21 08:26:27.559 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-21T08:26:29.016Z[ recovery-image] Feb 21 08:26:27.583 INFO O| Feb 21 08:26:27.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55062025-02-21T08:26:29.016Z[ recovery-image] Feb 21 08:26:27.583 INFO O| Feb 21 08:26:27.583 INFO STEP 350 (remove_files) COMPLETE
55072025-02-21T08:26:29.016Z[ recovery-image] Feb 21 08:26:27.583 INFO O| Feb 21 08:26:27.583 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-21T08:26:29.042Z[ recovery-image] Feb 21 08:26:27.606 INFO O| Feb 21 08:26:27.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55092025-02-21T08:26:29.042Z[ recovery-image] Feb 21 08:26:27.606 INFO O| Feb 21 08:26:27.606 INFO STEP 351 (remove_files) COMPLETE
55102025-02-21T08:26:29.042Z[ recovery-image] Feb 21 08:26:27.606 INFO O| Feb 21 08:26:27.606 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-21T08:26:29.042Z[ recovery-image] Feb 21 08:26:27.627 INFO O| Feb 21 08:26:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55122025-02-21T08:26:29.043Z[ recovery-image] Feb 21 08:26:27.627 INFO O| Feb 21 08:26:27.627 INFO STEP 352 (remove_files) COMPLETE
55132025-02-21T08:26:29.043Z[ recovery-image] Feb 21 08:26:27.627 INFO O| Feb 21 08:26:27.627 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-21T08:26:29.084Z[ recovery-image] Feb 21 08:26:27.647 INFO O| Feb 21 08:26:27.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55152025-02-21T08:26:29.084Z[ recovery-image] Feb 21 08:26:27.647 INFO O| Feb 21 08:26:27.647 INFO STEP 353 (remove_files) COMPLETE
55162025-02-21T08:26:29.084Z[ recovery-image] Feb 21 08:26:27.647 INFO O| Feb 21 08:26:27.647 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-21T08:26:29.213Z[ recovery-image] Feb 21 08:26:27.668 INFO O| Feb 21 08:26:27.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55182025-02-21T08:26:29.214Z[ recovery-image] Feb 21 08:26:27.668 INFO O| Feb 21 08:26:27.668 INFO STEP 354 (remove_files) COMPLETE
55192025-02-21T08:26:29.214Z[ recovery-image] Feb 21 08:26:27.668 INFO O| Feb 21 08:26:27.668 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-21T08:26:29.214Z[ recovery-image] Feb 21 08:26:27.688 INFO O| Feb 21 08:26:27.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55212025-02-21T08:26:29.214Z[ recovery-image] Feb 21 08:26:27.688 INFO O| Feb 21 08:26:27.688 INFO STEP 355 (remove_files) COMPLETE
55222025-02-21T08:26:29.214Z[ recovery-image] Feb 21 08:26:27.689 INFO O| Feb 21 08:26:27.688 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-21T08:26:29.323Z[ recovery-image] Feb 21 08:26:27.709 INFO O| Feb 21 08:26:27.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55242025-02-21T08:26:29.324Z[ recovery-image] Feb 21 08:26:27.709 INFO O| Feb 21 08:26:27.709 INFO STEP 356 (remove_files) COMPLETE
55252025-02-21T08:26:29.324Z[ recovery-image] Feb 21 08:26:27.709 INFO O| Feb 21 08:26:27.709 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-21T08:26:29.333Z[ recovery-image] Feb 21 08:26:27.729 INFO O| Feb 21 08:26:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55272025-02-21T08:26:29.333Z[ recovery-image] Feb 21 08:26:27.730 INFO O| Feb 21 08:26:27.730 INFO STEP 357 (remove_files) COMPLETE
55282025-02-21T08:26:29.333Z[ recovery-image] Feb 21 08:26:27.730 INFO O| Feb 21 08:26:27.730 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-21T08:26:29.333Z[ recovery-image] Feb 21 08:26:27.748 INFO O| Feb 21 08:26:27.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55302025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.748 INFO O| Feb 21 08:26:27.748 INFO STEP 358 (remove_files) COMPLETE
55312025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.748 INFO O| Feb 21 08:26:27.748 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.769 INFO O| Feb 21 08:26:27.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55332025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.769 INFO O| Feb 21 08:26:27.769 INFO STEP 359 (remove_files) COMPLETE
55342025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.769 INFO O| Feb 21 08:26:27.769 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.791 INFO O| Feb 21 08:26:27.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55362025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.791 INFO O| Feb 21 08:26:27.791 INFO STEP 360 (remove_files) COMPLETE
55372025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.791 INFO O| Feb 21 08:26:27.791 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.811 INFO O| Feb 21 08:26:27.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55392025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.812 INFO O| Feb 21 08:26:27.811 INFO STEP 361 (remove_files) COMPLETE
55402025-02-21T08:26:29.334Z[ recovery-image] Feb 21 08:26:27.812 INFO O| Feb 21 08:26:27.812 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-21T08:26:29.336Z[ recovery-image] Feb 21 08:26:27.834 INFO O| Feb 21 08:26:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55422025-02-21T08:26:29.336Z[ recovery-image] Feb 21 08:26:27.834 INFO O| Feb 21 08:26:27.834 INFO STEP 362 (remove_files) COMPLETE
55432025-02-21T08:26:29.336Z[ recovery-image] Feb 21 08:26:27.834 INFO O| Feb 21 08:26:27.834 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-21T08:26:29.409Z[ recovery-image] Feb 21 08:26:27.911 INFO O| Feb 21 08:26:27.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55452025-02-21T08:26:29.409Z[ recovery-image] Feb 21 08:26:27.911 INFO O| Feb 21 08:26:27.911 INFO STEP 363 (remove_files) COMPLETE
55462025-02-21T08:26:29.409Z[ recovery-image] Feb 21 08:26:27.911 INFO O| Feb 21 08:26:27.911 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-21T08:26:29.481Z[ recovery-image] Feb 21 08:26:27.968 INFO O| Feb 21 08:26:27.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55482025-02-21T08:26:29.481Z[ recovery-image] Feb 21 08:26:27.968 INFO O| Feb 21 08:26:27.968 INFO STEP 364 (remove_files) COMPLETE
55492025-02-21T08:26:29.481Z[ recovery-image] Feb 21 08:26:27.968 INFO O| Feb 21 08:26:27.968 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-21T08:26:29.481Z[ recovery-image] Feb 21 08:26:28.005 INFO O| Feb 21 08:26:28.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55512025-02-21T08:26:29.481Z[ recovery-image] Feb 21 08:26:28.018 INFO O| Feb 21 08:26:28.018 INFO STEP 365 (remove_files) COMPLETE
55522025-02-21T08:26:29.481Z[ recovery-image] Feb 21 08:26:28.018 INFO O| Feb 21 08:26:28.018 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-21T08:26:29.530Z[ recovery-image] Feb 21 08:26:28.078 INFO O| Feb 21 08:26:28.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55542025-02-21T08:26:29.531Z[ recovery-image] Feb 21 08:26:28.078 INFO O| Feb 21 08:26:28.078 INFO STEP 366 (remove_files) COMPLETE
55552025-02-21T08:26:29.531Z[ recovery-image] Feb 21 08:26:28.078 INFO O| Feb 21 08:26:28.078 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-21T08:26:29.621Z[ recovery-image] Feb 21 08:26:28.132 INFO O| Feb 21 08:26:28.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55572025-02-21T08:26:29.621Z[ recovery-image] Feb 21 08:26:28.133 INFO O| Feb 21 08:26:28.132 INFO STEP 367 (remove_files) COMPLETE
55582025-02-21T08:26:29.622Z[ recovery-image] Feb 21 08:26:28.133 INFO O| Feb 21 08:26:28.133 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-21T08:26:29.677Z[ recovery-image] Feb 21 08:26:28.167 INFO O| Feb 21 08:26:28.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55602025-02-21T08:26:29.678Z[ recovery-image] Feb 21 08:26:28.167 INFO O| Feb 21 08:26:28.167 INFO STEP 368 (remove_files) COMPLETE
55612025-02-21T08:26:29.678Z[ recovery-image] Feb 21 08:26:28.167 INFO O| Feb 21 08:26:28.167 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-02-21T08:26:29.918Z[ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55632025-02-21T08:26:29.918Z[ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.212 INFO STEP 369 (remove_files) COMPLETE
55642025-02-21T08:26:29.918Z[ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.212 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-02-21T08:26:29.918Z[ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55662025-02-21T08:26:29.918Z[ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.237 INFO STEP 370 (remove_files) COMPLETE
55672025-02-21T08:26:29.918Z[ recovery-image] Feb 21 08:26:28.247 INFO O| Feb 21 08:26:28.237 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-02-21T08:26:30.015Z[ recovery-image] Feb 21 08:26:28.275 INFO O| Feb 21 08:26:28.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55692025-02-21T08:26:30.015Z[ recovery-image] Feb 21 08:26:28.275 INFO O| Feb 21 08:26:28.275 INFO STEP 371 (remove_files) COMPLETE
55702025-02-21T08:26:30.015Z[ recovery-image] Feb 21 08:26:28.276 INFO O| Feb 21 08:26:28.276 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-21T08:26:30.015Z[ recovery-image] Feb 21 08:26:28.360 INFO O| Feb 21 08:26:28.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55722025-02-21T08:26:30.015Z[ recovery-image] Feb 21 08:26:28.360 INFO O| Feb 21 08:26:28.360 INFO STEP 372 (remove_files) COMPLETE
55732025-02-21T08:26:30.015Z[ recovery-image] Feb 21 08:26:28.360 INFO O| Feb 21 08:26:28.360 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.381 INFO O| Feb 21 08:26:28.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55752025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.381 INFO O| Feb 21 08:26:28.381 INFO STEP 373 (remove_files) COMPLETE
55762025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.381 INFO O| Feb 21 08:26:28.381 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.413 INFO O| Feb 21 08:26:28.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55782025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.413 INFO O| Feb 21 08:26:28.413 INFO STEP 374 (remove_files) COMPLETE
55792025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.414 INFO O| Feb 21 08:26:28.413 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.432 INFO O| Feb 21 08:26:28.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55812025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.432 INFO O| Feb 21 08:26:28.432 INFO STEP 375 (remove_files) COMPLETE
55822025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.432 INFO O| Feb 21 08:26:28.432 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.451 INFO O| Feb 21 08:26:28.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55842025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.451 INFO O| Feb 21 08:26:28.451 INFO STEP 376 (remove_files) COMPLETE
55852025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.451 INFO O| Feb 21 08:26:28.451 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-21T08:26:30.016Z[ recovery-image] Feb 21 08:26:28.527 INFO O| Feb 21 08:26:28.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55872025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.527 INFO O| Feb 21 08:26:28.527 INFO STEP 377 (remove_files) COMPLETE
55882025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.527 INFO O| Feb 21 08:26:28.527 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.549 INFO O| Feb 21 08:26:28.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55902025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.549 INFO O| Feb 21 08:26:28.549 INFO STEP 378 (remove_files) COMPLETE
55912025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.549 INFO O| Feb 21 08:26:28.549 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.570 INFO O| Feb 21 08:26:28.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55932025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.570 INFO O| Feb 21 08:26:28.570 INFO STEP 379 (remove_files) COMPLETE
55942025-02-21T08:26:30.017Z[ recovery-image] Feb 21 08:26:28.570 INFO O| Feb 21 08:26:28.570 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-21T08:26:30.059Z[ recovery-image] Feb 21 08:26:28.588 INFO O| Feb 21 08:26:28.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55962025-02-21T08:26:30.060Z[ recovery-image] Feb 21 08:26:28.588 INFO O| Feb 21 08:26:28.588 INFO STEP 380 (remove_files) COMPLETE
55972025-02-21T08:26:30.060Z[ recovery-image] Feb 21 08:26:28.589 INFO O| Feb 21 08:26:28.589 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-02-21T08:26:30.147Z[ recovery-image] Feb 21 08:26:28.697 INFO O| Feb 21 08:26:28.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55992025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.717 INFO O| Feb 21 08:26:28.717 INFO STEP 381 (remove_files) COMPLETE
56002025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.717 INFO O| Feb 21 08:26:28.717 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.736 INFO O| Feb 21 08:26:28.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56022025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.736 INFO O| Feb 21 08:26:28.736 INFO STEP 382 (remove_files) COMPLETE
56032025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.737 INFO O| Feb 21 08:26:28.736 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.755 INFO O| Feb 21 08:26:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56052025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.756 INFO O| Feb 21 08:26:28.756 INFO STEP 383 (remove_files) COMPLETE
56062025-02-21T08:26:30.174Z[ recovery-image] Feb 21 08:26:28.756 INFO O| Feb 21 08:26:28.756 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-02-21T08:26:30.257Z[ recovery-image] Feb 21 08:26:28.776 INFO O| Feb 21 08:26:28.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56082025-02-21T08:26:30.257Z[ recovery-image] Feb 21 08:26:28.776 INFO O| Feb 21 08:26:28.776 INFO STEP 384 (remove_files) COMPLETE
56092025-02-21T08:26:30.257Z[ recovery-image] Feb 21 08:26:28.776 INFO O| Feb 21 08:26:28.776 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.796 INFO O| Feb 21 08:26:28.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56112025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.796 INFO O| Feb 21 08:26:28.796 INFO STEP 385 (remove_files) COMPLETE
56122025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.797 INFO O| Feb 21 08:26:28.796 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.818 INFO O| Feb 21 08:26:28.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56142025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.818 INFO O| Feb 21 08:26:28.818 INFO STEP 386 (remove_files) COMPLETE
56152025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.818 INFO O| Feb 21 08:26:28.818 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.854 INFO O| Feb 21 08:26:28.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56172025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.854 INFO O| Feb 21 08:26:28.854 INFO STEP 387 (remove_files) COMPLETE
56182025-02-21T08:26:30.346Z[ recovery-image] Feb 21 08:26:28.854 INFO O| Feb 21 08:26:28.854 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-21T08:26:30.409Z[ recovery-image] Feb 21 08:26:28.877 INFO O| Feb 21 08:26:28.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56202025-02-21T08:26:30.409Z[ recovery-image] Feb 21 08:26:28.877 INFO O| Feb 21 08:26:28.877 INFO STEP 388 (remove_files) COMPLETE
56212025-02-21T08:26:30.409Z[ recovery-image] Feb 21 08:26:28.877 INFO O| Feb 21 08:26:28.877 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-21T08:26:30.409Z[ recovery-image] Feb 21 08:26:28.898 INFO O| Feb 21 08:26:28.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56232025-02-21T08:26:30.409Z[ recovery-image] Feb 21 08:26:28.898 INFO O| Feb 21 08:26:28.898 INFO STEP 389 (remove_files) COMPLETE
56242025-02-21T08:26:30.409Z[ recovery-image] Feb 21 08:26:28.898 INFO O| Feb 21 08:26:28.898 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-21T08:26:30.409Z[ recovery-image] Feb 21 08:26:28.921 INFO O| Feb 21 08:26:28.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56262025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.921 INFO O| Feb 21 08:26:28.921 INFO STEP 390 (remove_files) COMPLETE
56272025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.921 INFO O| Feb 21 08:26:28.921 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.946 INFO O| Feb 21 08:26:28.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56292025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.946 INFO O| Feb 21 08:26:28.946 INFO STEP 391 (remove_files) COMPLETE
56302025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.946 INFO O| Feb 21 08:26:28.946 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.968 INFO O| Feb 21 08:26:28.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56322025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.968 INFO O| Feb 21 08:26:28.968 INFO STEP 392 (remove_files) COMPLETE
56332025-02-21T08:26:30.410Z[ recovery-image] Feb 21 08:26:28.968 INFO O| Feb 21 08:26:28.968 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-02-21T08:26:30.467Z[ recovery-image] Feb 21 08:26:28.989 INFO O| Feb 21 08:26:28.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56352025-02-21T08:26:30.467Z[ recovery-image] Feb 21 08:26:28.990 INFO O| Feb 21 08:26:28.990 INFO STEP 393 (remove_files) COMPLETE
56362025-02-21T08:26:30.467Z[ recovery-image] Feb 21 08:26:28.990 INFO O| Feb 21 08:26:28.990 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-21T08:26:30.498Z[ recovery-image] Feb 21 08:26:29.026 INFO O| Feb 21 08:26:29.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56382025-02-21T08:26:30.499Z[ recovery-image] Feb 21 08:26:29.026 INFO O| Feb 21 08:26:29.026 INFO STEP 394 (remove_files) COMPLETE
56392025-02-21T08:26:30.499Z[ recovery-image] Feb 21 08:26:29.026 INFO O| Feb 21 08:26:29.026 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-02-21T08:26:30.499Z[ recovery-image] Feb 21 08:26:29.046 INFO O| Feb 21 08:26:29.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56412025-02-21T08:26:30.499Z[ recovery-image] Feb 21 08:26:29.046 INFO O| Feb 21 08:26:29.046 INFO STEP 395 (remove_files) COMPLETE
56422025-02-21T08:26:30.500Z[ recovery-image] Feb 21 08:26:29.046 INFO O| Feb 21 08:26:29.046 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-21T08:26:30.500Z[ recovery-image] Feb 21 08:26:29.064 INFO O| Feb 21 08:26:29.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56442025-02-21T08:26:30.500Z[ recovery-image] Feb 21 08:26:29.064 INFO O| Feb 21 08:26:29.064 INFO STEP 396 (remove_files) COMPLETE
56452025-02-21T08:26:30.500Z[ recovery-image] Feb 21 08:26:29.064 INFO O| Feb 21 08:26:29.064 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-21T08:26:30.546Z[ recovery-image] Feb 21 08:26:29.100 INFO O| Feb 21 08:26:29.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56472025-02-21T08:26:30.547Z[ recovery-image] Feb 21 08:26:29.100 INFO O| Feb 21 08:26:29.100 INFO STEP 397 (remove_files) COMPLETE
56482025-02-21T08:26:30.547Z[ recovery-image] Feb 21 08:26:29.100 INFO O| Feb 21 08:26:29.100 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-21T08:26:30.590Z[ recovery-image] Feb 21 08:26:29.141 INFO O| Feb 21 08:26:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56502025-02-21T08:26:30.591Z[ recovery-image] Feb 21 08:26:29.141 INFO O| Feb 21 08:26:29.141 INFO STEP 398 (remove_files) COMPLETE
56512025-02-21T08:26:30.591Z[ recovery-image] Feb 21 08:26:29.141 INFO O| Feb 21 08:26:29.141 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-02-21T08:26:30.591Z[ recovery-image] Feb 21 08:26:29.159 INFO O| Feb 21 08:26:29.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56532025-02-21T08:26:30.591Z[ recovery-image] Feb 21 08:26:29.159 INFO O| Feb 21 08:26:29.159 INFO STEP 399 (remove_files) COMPLETE
56542025-02-21T08:26:30.591Z[ recovery-image] Feb 21 08:26:29.159 INFO O| Feb 21 08:26:29.159 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-02-21T08:26:30.651Z[ recovery-image] Feb 21 08:26:29.188 INFO O| Feb 21 08:26:29.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56562025-02-21T08:26:30.652Z[ recovery-image] Feb 21 08:26:29.188 INFO O| Feb 21 08:26:29.188 INFO STEP 400 (remove_files) COMPLETE
56572025-02-21T08:26:30.654Z[ recovery-image] Feb 21 08:26:29.188 INFO O| Feb 21 08:26:29.188 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-02-21T08:26:30.654Z[ recovery-image] Feb 21 08:26:29.208 INFO O| Feb 21 08:26:29.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56592025-02-21T08:26:30.654Z[ recovery-image] Feb 21 08:26:29.208 INFO O| Feb 21 08:26:29.208 INFO STEP 401 (remove_files) COMPLETE
56602025-02-21T08:26:30.654Z[ recovery-image] Feb 21 08:26:29.209 INFO O| Feb 21 08:26:29.208 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-02-21T08:26:30.730Z[ recovery-image] Feb 21 08:26:29.300 INFO O| Feb 21 08:26:29.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56622025-02-21T08:26:30.755Z[ recovery-image] Feb 21 08:26:29.300 INFO O| Feb 21 08:26:29.300 INFO STEP 402 (remove_files) COMPLETE
56632025-02-21T08:26:30.756Z[ recovery-image] Feb 21 08:26:29.300 INFO O| Feb 21 08:26:29.300 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-02-21T08:26:30.801Z[ recovery-image] Feb 21 08:26:29.373 INFO O| Feb 21 08:26:29.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56652025-02-21T08:26:30.801Z[ recovery-image] Feb 21 08:26:29.373 INFO O| Feb 21 08:26:29.373 INFO STEP 403 (remove_files) COMPLETE
56662025-02-21T08:26:30.801Z[ recovery-image] Feb 21 08:26:29.373 INFO O| Feb 21 08:26:29.373 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-02-21T08:26:30.819Z[ recovery-image] Feb 21 08:26:29.393 INFO O| Feb 21 08:26:29.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56682025-02-21T08:26:30.819Z[ recovery-image] Feb 21 08:26:29.393 INFO O| Feb 21 08:26:29.393 INFO STEP 404 (remove_files) COMPLETE
56692025-02-21T08:26:30.819Z[ recovery-image] Feb 21 08:26:29.393 INFO O| Feb 21 08:26:29.393 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-21T08:26:31.013Z[ recovery-image] Feb 21 08:26:29.413 INFO O| Feb 21 08:26:29.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56712025-02-21T08:26:31.013Z[ recovery-image] Feb 21 08:26:29.413 INFO O| Feb 21 08:26:29.413 INFO STEP 405 (remove_files) COMPLETE
56722025-02-21T08:26:31.013Z[ recovery-image] Feb 21 08:26:29.413 INFO O| Feb 21 08:26:29.413 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.433 INFO O| Feb 21 08:26:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56742025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.434 INFO O| Feb 21 08:26:29.434 INFO STEP 406 (remove_files) COMPLETE
56752025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.434 INFO O| Feb 21 08:26:29.434 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.521 INFO O| Feb 21 08:26:29.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56772025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.521 INFO O| Feb 21 08:26:29.521 INFO STEP 407 (remove_files) COMPLETE
56782025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.521 INFO O| Feb 21 08:26:29.521 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.542 INFO O| Feb 21 08:26:29.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56802025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.542 INFO O| Feb 21 08:26:29.542 INFO STEP 408 (remove_files) COMPLETE
56812025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.542 INFO O| Feb 21 08:26:29.542 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-21T08:26:31.071Z[ recovery-image] Feb 21 08:26:29.563 INFO O| Feb 21 08:26:29.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56832025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.563 INFO O| Feb 21 08:26:29.563 INFO STEP 409 (remove_files) COMPLETE
56842025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.563 INFO O| Feb 21 08:26:29.563 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.587 INFO O| Feb 21 08:26:29.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56862025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.587 INFO O| Feb 21 08:26:29.587 INFO STEP 410 (remove_files) COMPLETE
56872025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.587 INFO O| Feb 21 08:26:29.587 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.609 INFO O| Feb 21 08:26:29.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56892025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.609 INFO O| Feb 21 08:26:29.609 INFO STEP 411 (remove_files) COMPLETE
56902025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.609 INFO O| Feb 21 08:26:29.609 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.629 INFO O| Feb 21 08:26:29.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56922025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.629 INFO O| Feb 21 08:26:29.629 INFO STEP 412 (remove_files) COMPLETE
56932025-02-21T08:26:31.072Z[ recovery-image] Feb 21 08:26:29.629 INFO O| Feb 21 08:26:29.629 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-21T08:26:31.125Z[ recovery-image] Feb 21 08:26:29.649 INFO O| Feb 21 08:26:29.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56952025-02-21T08:26:31.126Z[ recovery-image] Feb 21 08:26:29.649 INFO O| Feb 21 08:26:29.649 INFO STEP 413 (remove_files) COMPLETE
56962025-02-21T08:26:31.126Z[ recovery-image] Feb 21 08:26:29.649 INFO O| Feb 21 08:26:29.649 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-21T08:26:31.126Z[ recovery-image] Feb 21 08:26:29.669 INFO O| Feb 21 08:26:29.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56982025-02-21T08:26:31.126Z[ recovery-image] Feb 21 08:26:29.669 INFO O| Feb 21 08:26:29.669 INFO STEP 414 (remove_files) COMPLETE
56992025-02-21T08:26:31.127Z[ recovery-image] Feb 21 08:26:29.669 INFO O| Feb 21 08:26:29.669 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-21T08:26:31.170Z[ recovery-image] Feb 21 08:26:29.689 INFO O| Feb 21 08:26:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57012025-02-21T08:26:31.170Z[ recovery-image] Feb 21 08:26:29.689 INFO O| Feb 21 08:26:29.689 INFO STEP 415 (remove_files) COMPLETE
57022025-02-21T08:26:31.170Z[ recovery-image] Feb 21 08:26:29.689 INFO O| Feb 21 08:26:29.689 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-21T08:26:31.170Z[ recovery-image] Feb 21 08:26:29.708 INFO O| Feb 21 08:26:29.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57042025-02-21T08:26:31.170Z[ recovery-image] Feb 21 08:26:29.708 INFO O| Feb 21 08:26:29.708 INFO STEP 416 (remove_files) COMPLETE
57052025-02-21T08:26:31.170Z[ recovery-image] Feb 21 08:26:29.708 INFO O| Feb 21 08:26:29.708 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-21T08:26:31.170Z[ recovery-image] Feb 21 08:26:29.726 INFO O| Feb 21 08:26:29.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57072025-02-21T08:26:31.171Z[ recovery-image] Feb 21 08:26:29.727 INFO O| Feb 21 08:26:29.727 INFO STEP 417 (remove_files) COMPLETE
57082025-02-21T08:26:31.171Z[ recovery-image] Feb 21 08:26:29.727 INFO O| Feb 21 08:26:29.727 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-21T08:26:31.189Z[ recovery-image] Feb 21 08:26:29.746 INFO O| Feb 21 08:26:29.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57102025-02-21T08:26:31.189Z[ recovery-image] Feb 21 08:26:29.746 INFO O| Feb 21 08:26:29.746 INFO STEP 418 (remove_files) COMPLETE
57112025-02-21T08:26:31.190Z[ recovery-image] Feb 21 08:26:29.746 INFO O| Feb 21 08:26:29.746 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-21T08:26:31.191Z[ recovery-image] Feb 21 08:26:29.765 INFO O| Feb 21 08:26:29.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57132025-02-21T08:26:31.191Z[ recovery-image] Feb 21 08:26:29.765 INFO O| Feb 21 08:26:29.765 INFO STEP 419 (remove_files) COMPLETE
57142025-02-21T08:26:31.191Z[ recovery-image] Feb 21 08:26:29.765 INFO O| Feb 21 08:26:29.765 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-21T08:26:31.203Z[ recovery-image] Feb 21 08:26:29.787 INFO O| Feb 21 08:26:29.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57162025-02-21T08:26:31.203Z[ recovery-image] Feb 21 08:26:29.788 INFO O| Feb 21 08:26:29.787 INFO STEP 420 (remove_files) COMPLETE
57172025-02-21T08:26:31.203Z[ recovery-image] Feb 21 08:26:29.788 INFO O| Feb 21 08:26:29.788 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-21T08:26:31.259Z[ recovery-image] Feb 21 08:26:29.810 INFO O| Feb 21 08:26:29.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57192025-02-21T08:26:31.259Z[ recovery-image] Feb 21 08:26:29.810 INFO O| Feb 21 08:26:29.810 INFO STEP 421 (remove_files) COMPLETE
57202025-02-21T08:26:31.259Z[ recovery-image] Feb 21 08:26:29.810 INFO O| Feb 21 08:26:29.810 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-21T08:26:31.281Z[ recovery-image] Feb 21 08:26:29.829 INFO O| Feb 21 08:26:29.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57222025-02-21T08:26:31.281Z[ recovery-image] Feb 21 08:26:29.830 INFO O| Feb 21 08:26:29.829 INFO STEP 422 (remove_files) COMPLETE
57232025-02-21T08:26:31.281Z[ recovery-image] Feb 21 08:26:29.830 INFO O| Feb 21 08:26:29.830 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-21T08:26:31.307Z[ recovery-image] Feb 21 08:26:29.882 INFO O| Feb 21 08:26:29.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57252025-02-21T08:26:31.307Z[ recovery-image] Feb 21 08:26:29.882 INFO O| Feb 21 08:26:29.882 INFO STEP 423 (remove_files) COMPLETE
57262025-02-21T08:26:31.308Z[ recovery-image] Feb 21 08:26:29.882 INFO O| Feb 21 08:26:29.882 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-21T08:26:31.473Z[ recovery-image] Feb 21 08:26:30.006 INFO O| Feb 21 08:26:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57282025-02-21T08:26:31.473Z[ recovery-image] Feb 21 08:26:30.006 INFO O| Feb 21 08:26:30.006 INFO STEP 424 (remove_files) COMPLETE
57292025-02-21T08:26:31.473Z[ recovery-image] Feb 21 08:26:30.006 INFO O| Feb 21 08:26:30.006 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.026 INFO O| Feb 21 08:26:30.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57312025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.026 INFO O| Feb 21 08:26:30.026 INFO STEP 425 (remove_files) COMPLETE
57322025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.026 INFO O| Feb 21 08:26:30.026 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.048 INFO O| Feb 21 08:26:30.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57342025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.048 INFO O| Feb 21 08:26:30.048 INFO STEP 426 (remove_files) COMPLETE
57352025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.048 INFO O| Feb 21 08:26:30.048 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.067 INFO O| Feb 21 08:26:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57372025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.067 INFO O| Feb 21 08:26:30.067 INFO STEP 427 (remove_files) COMPLETE
57382025-02-21T08:26:31.522Z[ recovery-image] Feb 21 08:26:30.067 INFO O| Feb 21 08:26:30.067 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-02-21T08:26:31.544Z[ recovery-image] Feb 21 08:26:30.087 INFO O| Feb 21 08:26:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57402025-02-21T08:26:31.544Z[ recovery-image] Feb 21 08:26:30.087 INFO O| Feb 21 08:26:30.087 INFO STEP 428 (remove_files) COMPLETE
57412025-02-21T08:26:31.544Z[ recovery-image] Feb 21 08:26:30.087 INFO O| Feb 21 08:26:30.087 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-02-21T08:26:31.544Z[ recovery-image] Feb 21 08:26:30.142 INFO O| Feb 21 08:26:30.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57432025-02-21T08:26:31.544Z[ recovery-image] Feb 21 08:26:30.142 INFO O| Feb 21 08:26:30.142 INFO STEP 429 (remove_files) COMPLETE
57442025-02-21T08:26:31.544Z[ recovery-image] Feb 21 08:26:30.142 INFO O| Feb 21 08:26:30.142 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-02-21T08:26:31.619Z[ recovery-image] Feb 21 08:26:30.164 INFO O| Feb 21 08:26:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57462025-02-21T08:26:31.620Z[ recovery-image] Feb 21 08:26:30.164 INFO O| Feb 21 08:26:30.164 INFO STEP 430 (remove_files) COMPLETE
57472025-02-21T08:26:31.657Z[ recovery-image] Feb 21 08:26:30.164 INFO O| Feb 21 08:26:30.164 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-02-21T08:26:31.657Z[ recovery-image] Feb 21 08:26:30.200 INFO O| Feb 21 08:26:30.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57492025-02-21T08:26:31.657Z[ recovery-image] Feb 21 08:26:30.200 INFO O| Feb 21 08:26:30.200 INFO STEP 431 (remove_files) COMPLETE
57502025-02-21T08:26:31.657Z[ recovery-image] Feb 21 08:26:30.200 INFO O| Feb 21 08:26:30.200 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-02-21T08:26:31.658Z[ recovery-image] Feb 21 08:26:30.223 INFO O| Feb 21 08:26:30.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57522025-02-21T08:26:31.658Z[ recovery-image] Feb 21 08:26:30.223 INFO O| Feb 21 08:26:30.223 INFO STEP 432 (remove_files) COMPLETE
57532025-02-21T08:26:31.659Z[ recovery-image] Feb 21 08:26:30.224 INFO O| Feb 21 08:26:30.223 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-02-21T08:26:31.711Z[ recovery-image] Feb 21 08:26:30.248 INFO O| Feb 21 08:26:30.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57552025-02-21T08:26:31.712Z[ recovery-image] Feb 21 08:26:30.248 INFO O| Feb 21 08:26:30.248 INFO STEP 433 (remove_files) COMPLETE
57562025-02-21T08:26:31.712Z[ recovery-image] Feb 21 08:26:30.248 INFO O| Feb 21 08:26:30.248 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-02-21T08:26:31.765Z[ recovery-image] Feb 21 08:26:30.270 INFO O| Feb 21 08:26:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57582025-02-21T08:26:31.765Z[ recovery-image] Feb 21 08:26:30.291 INFO O| Feb 21 08:26:30.291 INFO STEP 434 (remove_files) COMPLETE
57592025-02-21T08:26:31.766Z[ recovery-image] Feb 21 08:26:30.291 INFO O| Feb 21 08:26:30.291 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-02-21T08:26:31.806Z[ recovery-image] Feb 21 08:26:30.369 INFO O| Feb 21 08:26:30.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57612025-02-21T08:26:31.807Z[ recovery-image] Feb 21 08:26:30.370 INFO O| Feb 21 08:26:30.370 INFO STEP 435 (remove_files) COMPLETE
57622025-02-21T08:26:31.807Z[ recovery-image] Feb 21 08:26:30.370 INFO O| Feb 21 08:26:30.370 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-02-21T08:26:31.843Z[ recovery-image] Feb 21 08:26:30.429 INFO O| Feb 21 08:26:30.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57642025-02-21T08:26:31.843Z[ recovery-image] Feb 21 08:26:30.429 INFO O| Feb 21 08:26:30.429 INFO STEP 436 (remove_files) COMPLETE
57652025-02-21T08:26:31.911Z[ recovery-image] Feb 21 08:26:30.429 INFO O| Feb 21 08:26:30.429 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-21T08:26:31.911Z[ recovery-image] Feb 21 08:26:30.448 INFO O| Feb 21 08:26:30.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57672025-02-21T08:26:31.911Z[ recovery-image] Feb 21 08:26:30.448 INFO O| Feb 21 08:26:30.448 INFO STEP 437 (remove_files) COMPLETE
57682025-02-21T08:26:31.911Z[ recovery-image] Feb 21 08:26:30.448 INFO O| Feb 21 08:26:30.448 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-21T08:26:32.059Z[ recovery-image] Feb 21 08:26:30.485 INFO O| Feb 21 08:26:30.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57702025-02-21T08:26:32.059Z[ recovery-image] Feb 21 08:26:30.485 INFO O| Feb 21 08:26:30.485 INFO STEP 438 (remove_files) COMPLETE
57712025-02-21T08:26:32.059Z[ recovery-image] Feb 21 08:26:30.485 INFO O| Feb 21 08:26:30.485 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-21T08:26:32.059Z[ recovery-image] Feb 21 08:26:30.505 INFO O| Feb 21 08:26:30.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57732025-02-21T08:26:32.059Z[ recovery-image] Feb 21 08:26:30.505 INFO O| Feb 21 08:26:30.505 INFO STEP 439 (remove_files) COMPLETE
57742025-02-21T08:26:32.059Z[ recovery-image] Feb 21 08:26:30.505 INFO O| Feb 21 08:26:30.505 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-21T08:26:32.091Z[ recovery-image] Feb 21 08:26:30.538 INFO O| Feb 21 08:26:30.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57762025-02-21T08:26:32.091Z[ recovery-image] Feb 21 08:26:30.558 INFO O| Feb 21 08:26:30.558 INFO STEP 440 (remove_files) COMPLETE
57772025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.558 INFO O| Feb 21 08:26:30.558 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.578 INFO O| Feb 21 08:26:30.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57792025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.578 INFO O| Feb 21 08:26:30.578 INFO STEP 441 (remove_files) COMPLETE
57802025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.578 INFO O| Feb 21 08:26:30.578 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.597 INFO O| Feb 21 08:26:30.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57822025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.597 INFO O| Feb 21 08:26:30.597 INFO STEP 442 (remove_files) COMPLETE
57832025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.597 INFO O| Feb 21 08:26:30.597 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-02-21T08:26:32.092Z[ recovery-image] Feb 21 08:26:30.618 INFO O| Feb 21 08:26:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57852025-02-21T08:26:32.093Z[ recovery-image] Feb 21 08:26:30.619 INFO O| Feb 21 08:26:30.619 INFO STEP 443 (remove_files) COMPLETE
57862025-02-21T08:26:32.093Z[ recovery-image] Feb 21 08:26:30.619 INFO O| Feb 21 08:26:30.619 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-02-21T08:26:32.093Z[ recovery-image] Feb 21 08:26:30.659 INFO O| Feb 21 08:26:30.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57882025-02-21T08:26:32.094Z[ recovery-image] Feb 21 08:26:30.659 INFO O| Feb 21 08:26:30.659 INFO STEP 444 (remove_files) COMPLETE
57892025-02-21T08:26:32.094Z[ recovery-image] Feb 21 08:26:30.659 INFO O| Feb 21 08:26:30.659 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-02-21T08:26:32.140Z[ recovery-image] Feb 21 08:26:30.681 INFO O| Feb 21 08:26:30.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57912025-02-21T08:26:32.141Z[ recovery-image] Feb 21 08:26:30.681 INFO O| Feb 21 08:26:30.681 INFO STEP 445 (remove_files) COMPLETE
57922025-02-21T08:26:32.141Z[ recovery-image] Feb 21 08:26:30.681 INFO O| Feb 21 08:26:30.681 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-02-21T08:26:32.141Z[ recovery-image] Feb 21 08:26:30.701 INFO O| Feb 21 08:26:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57942025-02-21T08:26:32.141Z[ recovery-image] Feb 21 08:26:30.701 INFO O| Feb 21 08:26:30.701 INFO STEP 446 (remove_files) COMPLETE
57952025-02-21T08:26:32.141Z[ recovery-image] Feb 21 08:26:30.701 INFO O| Feb 21 08:26:30.701 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-02-21T08:26:32.203Z[ recovery-image] Feb 21 08:26:30.721 INFO O| Feb 21 08:26:30.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57972025-02-21T08:26:32.203Z[ recovery-image] Feb 21 08:26:30.721 INFO O| Feb 21 08:26:30.721 INFO STEP 447 (remove_files) COMPLETE
57982025-02-21T08:26:32.204Z[ recovery-image] Feb 21 08:26:30.721 INFO O| Feb 21 08:26:30.721 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-02-21T08:26:32.204Z[ recovery-image] Feb 21 08:26:30.741 INFO O| Feb 21 08:26:30.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58002025-02-21T08:26:32.204Z[ recovery-image] Feb 21 08:26:30.741 INFO O| Feb 21 08:26:30.741 INFO STEP 448 (remove_files) COMPLETE
58012025-02-21T08:26:32.204Z[ recovery-image] Feb 21 08:26:30.741 INFO O| Feb 21 08:26:30.741 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.760 INFO O| Feb 21 08:26:30.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58032025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.760 INFO O| Feb 21 08:26:30.760 INFO STEP 449 (remove_files) COMPLETE
58042025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.761 INFO O| Feb 21 08:26:30.760 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.780 INFO O| Feb 21 08:26:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58062025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.780 INFO O| Feb 21 08:26:30.780 INFO STEP 450 (remove_files) COMPLETE
58072025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.780 INFO O| Feb 21 08:26:30.780 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.812 INFO O| Feb 21 08:26:30.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58092025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.812 INFO O| Feb 21 08:26:30.812 INFO STEP 451 (remove_files) COMPLETE
58102025-02-21T08:26:32.242Z[ recovery-image] Feb 21 08:26:30.812 INFO O| Feb 21 08:26:30.812 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-02-21T08:26:32.259Z[ recovery-image] Feb 21 08:26:30.851 INFO O| Feb 21 08:26:30.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58122025-02-21T08:26:32.259Z[ recovery-image] Feb 21 08:26:30.851 INFO O| Feb 21 08:26:30.851 INFO STEP 452 (remove_files) COMPLETE
58132025-02-21T08:26:32.259Z[ recovery-image] Feb 21 08:26:30.851 INFO O| Feb 21 08:26:30.851 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-02-21T08:26:32.275Z[ recovery-image] Feb 21 08:26:30.873 INFO O| Feb 21 08:26:30.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58152025-02-21T08:26:32.276Z[ recovery-image] Feb 21 08:26:30.873 INFO O| Feb 21 08:26:30.873 INFO STEP 453 (remove_files) COMPLETE
58162025-02-21T08:26:32.276Z[ recovery-image] Feb 21 08:26:30.873 INFO O| Feb 21 08:26:30.873 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-02-21T08:26:32.321Z[ recovery-image] Feb 21 08:26:30.894 INFO O| Feb 21 08:26:30.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58182025-02-21T08:26:32.322Z[ recovery-image] Feb 21 08:26:30.894 INFO O| Feb 21 08:26:30.894 INFO STEP 454 (remove_files) COMPLETE
58192025-02-21T08:26:32.347Z[ recovery-image] Feb 21 08:26:30.894 INFO O| Feb 21 08:26:30.894 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-02-21T08:26:32.361Z[ recovery-image] Feb 21 08:26:30.934 INFO O| Feb 21 08:26:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58212025-02-21T08:26:32.361Z[ recovery-image] Feb 21 08:26:30.934 INFO O| Feb 21 08:26:30.934 INFO STEP 455 (remove_files) COMPLETE
58222025-02-21T08:26:32.361Z[ recovery-image] Feb 21 08:26:30.934 INFO O| Feb 21 08:26:30.934 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-02-21T08:26:32.362Z[ recovery-image] Feb 21 08:26:30.959 INFO O| Feb 21 08:26:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58242025-02-21T08:26:32.363Z[ recovery-image] Feb 21 08:26:30.959 INFO O| Feb 21 08:26:30.959 INFO STEP 456 (remove_files) COMPLETE
58252025-02-21T08:26:32.363Z[ recovery-image] Feb 21 08:26:30.959 INFO O| Feb 21 08:26:30.959 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-02-21T08:26:32.389Z[ recovery-image] Feb 21 08:26:30.982 INFO O| Feb 21 08:26:30.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58272025-02-21T08:26:32.417Z[ recovery-image] Feb 21 08:26:30.982 INFO O| Feb 21 08:26:30.982 INFO STEP 457 (remove_files) COMPLETE
58282025-02-21T08:26:32.417Z[ recovery-image] Feb 21 08:26:30.983 INFO O| Feb 21 08:26:30.983 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-02-21T08:26:32.417Z[ recovery-image] Feb 21 08:26:31.002 INFO O| Feb 21 08:26:31.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58302025-02-21T08:26:32.417Z[ recovery-image] Feb 21 08:26:31.002 INFO O| Feb 21 08:26:31.002 INFO STEP 458 (remove_files) COMPLETE
58312025-02-21T08:26:32.417Z[ recovery-image] Feb 21 08:26:31.002 INFO O| Feb 21 08:26:31.002 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-02-21T08:26:32.424Z[ recovery-image] Feb 21 08:26:31.023 INFO O| Feb 21 08:26:31.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58332025-02-21T08:26:32.425Z[ recovery-image] Feb 21 08:26:31.023 INFO O| Feb 21 08:26:31.023 INFO STEP 459 (remove_files) COMPLETE
58342025-02-21T08:26:32.425Z[ recovery-image] Feb 21 08:26:31.023 INFO O| Feb 21 08:26:31.023 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-02-21T08:26:32.443Z[ host-image] Feb 21 08:26:31.030 INFO O| Feb 21 08:26:31.030 INFO O| Planning: Solver setup ... Done
58362025-02-21T08:26:32.466Z[ host-image] Feb 21 08:26:31.038 INFO O| Feb 21 08:26:31.038 INFO O| Planning: Running solver ... Done
58372025-02-21T08:26:32.466Z[ recovery-image] Feb 21 08:26:31.045 INFO O| Feb 21 08:26:31.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58382025-02-21T08:26:32.466Z[ recovery-image] Feb 21 08:26:31.045 INFO O| Feb 21 08:26:31.045 INFO STEP 460 (remove_files) COMPLETE
58392025-02-21T08:26:32.466Z[ recovery-image] Feb 21 08:26:31.045 INFO O| Feb 21 08:26:31.045 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-21T08:26:32.502Z[ recovery-image] Feb 21 08:26:31.078 INFO O| Feb 21 08:26:31.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58412025-02-21T08:26:32.502Z[ recovery-image] Feb 21 08:26:31.078 INFO O| Feb 21 08:26:31.078 INFO STEP 461 (remove_files) COMPLETE
58422025-02-21T08:26:32.503Z[ recovery-image] Feb 21 08:26:31.078 INFO O| Feb 21 08:26:31.078 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-02-21T08:26:32.515Z[ recovery-image] Feb 21 08:26:31.096 INFO O| Feb 21 08:26:31.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58442025-02-21T08:26:32.515Z[ recovery-image] Feb 21 08:26:31.096 INFO O| Feb 21 08:26:31.096 INFO STEP 462 (remove_files) COMPLETE
58452025-02-21T08:26:32.515Z[ recovery-image] Feb 21 08:26:31.096 INFO O| Feb 21 08:26:31.096 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-02-21T08:26:32.515Z[ recovery-image] Feb 21 08:26:31.113 INFO O| Feb 21 08:26:31.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58472025-02-21T08:26:32.515Z[ recovery-image] Feb 21 08:26:31.113 INFO O| Feb 21 08:26:31.113 INFO STEP 463 (remove_files) COMPLETE
58482025-02-21T08:26:32.515Z[ recovery-image] Feb 21 08:26:31.113 INFO O| Feb 21 08:26:31.113 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-02-21T08:26:32.530Z[ recovery-image] Feb 21 08:26:31.132 INFO O| Feb 21 08:26:31.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58502025-02-21T08:26:32.536Z[ recovery-image] Feb 21 08:26:31.132 INFO O| Feb 21 08:26:31.132 INFO STEP 464 (remove_files) COMPLETE
58512025-02-21T08:26:32.536Z[ recovery-image] Feb 21 08:26:31.132 INFO O| Feb 21 08:26:31.132 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-21T08:26:32.552Z[ recovery-image] Feb 21 08:26:31.152 INFO O| Feb 21 08:26:31.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58532025-02-21T08:26:32.552Z[ recovery-image] Feb 21 08:26:31.152 INFO O| Feb 21 08:26:31.152 INFO STEP 465 (remove_files) COMPLETE
58542025-02-21T08:26:32.552Z[ recovery-image] Feb 21 08:26:31.152 INFO O| Feb 21 08:26:31.152 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-21T08:26:32.558Z[ host-image] Feb 21 08:26:31.160 INFO O| Feb 21 08:26:31.160 INFO O| Planning: Finding local manifests ... Done
58562025-02-21T08:26:32.558Z[ host-image] Feb 21 08:26:31.161 INFO O| Feb 21 08:26:31.161 INFO O| Planning: Fetching manifests: 0/1 0% complete
58572025-02-21T08:26:32.574Z[ recovery-image] Feb 21 08:26:31.173 INFO O| Feb 21 08:26:31.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58582025-02-21T08:26:32.574Z[ recovery-image] Feb 21 08:26:31.173 INFO O| Feb 21 08:26:31.173 INFO STEP 466 (remove_files) COMPLETE
58592025-02-21T08:26:32.582Z[ recovery-image] Feb 21 08:26:31.173 INFO O| Feb 21 08:26:31.173 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-21T08:26:32.615Z[ recovery-image] Feb 21 08:26:31.206 INFO O| Feb 21 08:26:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58612025-02-21T08:26:32.615Z[ recovery-image] Feb 21 08:26:31.206 INFO O| Feb 21 08:26:31.206 INFO STEP 467 (remove_files) COMPLETE
58622025-02-21T08:26:32.629Z[ recovery-image] Feb 21 08:26:31.206 INFO O| Feb 21 08:26:31.206 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-21T08:26:32.629Z[ recovery-image] Feb 21 08:26:31.226 INFO O| Feb 21 08:26:31.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58642025-02-21T08:26:32.629Z[ recovery-image] Feb 21 08:26:31.226 INFO O| Feb 21 08:26:31.226 INFO STEP 468 (remove_files) COMPLETE
58652025-02-21T08:26:32.629Z[ recovery-image] Feb 21 08:26:31.226 INFO O| Feb 21 08:26:31.226 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-21T08:26:32.652Z[ recovery-image] Feb 21 08:26:31.254 INFO O| Feb 21 08:26:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58672025-02-21T08:26:32.652Z[ recovery-image] Feb 21 08:26:31.254 INFO O| Feb 21 08:26:31.254 INFO STEP 469 (remove_files) COMPLETE
58682025-02-21T08:26:32.653Z[ recovery-image] Feb 21 08:26:31.254 INFO O| Feb 21 08:26:31.254 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-02-21T08:26:32.702Z[ recovery-image] Feb 21 08:26:31.305 INFO O| Feb 21 08:26:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58702025-02-21T08:26:32.711Z[ recovery-image] Feb 21 08:26:31.305 INFO O| Feb 21 08:26:31.305 INFO STEP 470 (remove_files) COMPLETE
58712025-02-21T08:26:32.711Z[ recovery-image] Feb 21 08:26:31.305 INFO O| Feb 21 08:26:31.305 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-02-21T08:26:32.723Z[ recovery-image] Feb 21 08:26:31.328 INFO O| Feb 21 08:26:31.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58732025-02-21T08:26:32.723Z[ recovery-image] Feb 21 08:26:31.328 INFO O| Feb 21 08:26:31.328 INFO STEP 471 (remove_files) COMPLETE
58742025-02-21T08:26:32.723Z[ recovery-image] Feb 21 08:26:31.328 INFO O| Feb 21 08:26:31.328 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-21T08:26:32.742Z[ recovery-image] Feb 21 08:26:31.347 INFO O| Feb 21 08:26:31.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58762025-02-21T08:26:32.742Z[ recovery-image] Feb 21 08:26:31.347 INFO O| Feb 21 08:26:31.347 INFO STEP 472 (remove_files) COMPLETE
58772025-02-21T08:26:32.751Z[ recovery-image] Feb 21 08:26:31.347 INFO O| Feb 21 08:26:31.347 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-02-21T08:26:32.783Z[ host-image] Feb 21 08:26:31.383 INFO O| Feb 21 08:26:31.383 INFO O| Planning: Fetching manifests: 1/1 100% complete
58792025-02-21T08:26:32.798Z[ recovery-image] Feb 21 08:26:31.400 INFO O| Feb 21 08:26:31.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58802025-02-21T08:26:32.799Z[ recovery-image] Feb 21 08:26:31.400 INFO O| Feb 21 08:26:31.400 INFO STEP 473 (remove_files) COMPLETE
58812025-02-21T08:26:32.807Z[ recovery-image] Feb 21 08:26:31.400 INFO O| Feb 21 08:26:31.400 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-21T08:26:32.817Z[ host-image] Feb 21 08:26:31.414 INFO O| Feb 21 08:26:31.414 INFO O| Planning: Package planning ... Done
58832025-02-21T08:26:32.817Z[ host-image] Feb 21 08:26:31.415 INFO O| Feb 21 08:26:31.415 INFO O| Planning: Merging actions ... Done
58842025-02-21T08:26:32.852Z[ recovery-image] Feb 21 08:26:31.445 INFO O| Feb 21 08:26:31.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58852025-02-21T08:26:32.865Z[ recovery-image] Feb 21 08:26:31.445 INFO O| Feb 21 08:26:31.445 INFO STEP 474 (remove_files) COMPLETE
58862025-02-21T08:26:32.865Z[ recovery-image] Feb 21 08:26:31.445 INFO O| Feb 21 08:26:31.445 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-21T08:26:32.874Z[ recovery-image] Feb 21 08:26:31.470 INFO O| Feb 21 08:26:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58882025-02-21T08:26:32.874Z[ recovery-image] Feb 21 08:26:31.471 INFO O| Feb 21 08:26:31.471 INFO STEP 475 (remove_files) COMPLETE
58892025-02-21T08:26:32.874Z[ recovery-image] Feb 21 08:26:31.471 INFO O| Feb 21 08:26:31.471 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-21T08:26:32.890Z[ recovery-image] Feb 21 08:26:31.490 INFO O| Feb 21 08:26:31.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58912025-02-21T08:26:32.890Z[ recovery-image] Feb 21 08:26:31.491 INFO O| Feb 21 08:26:31.491 INFO STEP 476 (remove_files) COMPLETE
58922025-02-21T08:26:32.890Z[ recovery-image] Feb 21 08:26:31.491 INFO O| Feb 21 08:26:31.491 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-21T08:26:32.907Z[ recovery-image] Feb 21 08:26:31.511 INFO O| Feb 21 08:26:31.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58942025-02-21T08:26:32.907Z[ recovery-image] Feb 21 08:26:31.511 INFO O| Feb 21 08:26:31.511 INFO STEP 477 (remove_files) COMPLETE
58952025-02-21T08:26:32.907Z[ recovery-image] Feb 21 08:26:31.511 INFO O| Feb 21 08:26:31.511 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-21T08:26:32.928Z[ host-image] Feb 21 08:26:31.530 INFO O| Feb 21 08:26:31.530 INFO O| Planning: Checking for conflicting actions ... Done
58972025-02-21T08:26:32.942Z[ host-image] Feb 21 08:26:31.531 INFO O| Feb 21 08:26:31.531 INFO O| Planning: Consolidating action changes ... Done
58982025-02-21T08:26:32.942Z[ recovery-image] Feb 21 08:26:31.532 INFO O| Feb 21 08:26:31.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58992025-02-21T08:26:32.942Z[ recovery-image] Feb 21 08:26:31.533 INFO O| Feb 21 08:26:31.532 INFO STEP 478 (remove_files) COMPLETE
59002025-02-21T08:26:32.942Z[ recovery-image] Feb 21 08:26:31.533 INFO O| Feb 21 08:26:31.533 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012025-02-21T08:26:32.986Z[ recovery-image] Feb 21 08:26:31.586 INFO O| Feb 21 08:26:31.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59022025-02-21T08:26:33.027Z[ recovery-image] Feb 21 08:26:31.586 INFO O| Feb 21 08:26:31.586 INFO STEP 479 (remove_files) COMPLETE
59032025-02-21T08:26:33.027Z[ recovery-image] Feb 21 08:26:31.586 INFO O| Feb 21 08:26:31.586 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042025-02-21T08:26:33.048Z[ recovery-image] Feb 21 08:26:31.621 INFO O| Feb 21 08:26:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59052025-02-21T08:26:33.049Z[ recovery-image] Feb 21 08:26:31.621 INFO O| Feb 21 08:26:31.621 INFO STEP 480 (remove_files) COMPLETE
59062025-02-21T08:26:33.049Z[ recovery-image] Feb 21 08:26:31.621 INFO O| Feb 21 08:26:31.621 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072025-02-21T08:26:33.057Z[ recovery-image] Feb 21 08:26:31.654 INFO O| Feb 21 08:26:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59082025-02-21T08:26:33.057Z[ recovery-image] Feb 21 08:26:31.654 INFO O| Feb 21 08:26:31.654 INFO STEP 481 (remove_files) COMPLETE
59092025-02-21T08:26:33.057Z[ recovery-image] Feb 21 08:26:31.654 INFO O| Feb 21 08:26:31.654 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102025-02-21T08:26:33.106Z[ recovery-image] Feb 21 08:26:31.709 INFO O| Feb 21 08:26:31.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59112025-02-21T08:26:33.106Z[ recovery-image] Feb 21 08:26:31.709 INFO O| Feb 21 08:26:31.709 INFO STEP 482 (remove_files) COMPLETE
59122025-02-21T08:26:33.113Z[ recovery-image] Feb 21 08:26:31.709 INFO O| Feb 21 08:26:31.709 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132025-02-21T08:26:33.143Z[ recovery-image] Feb 21 08:26:31.741 INFO O| Feb 21 08:26:31.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59142025-02-21T08:26:33.155Z[ recovery-image] Feb 21 08:26:31.742 INFO O| Feb 21 08:26:31.742 INFO STEP 483 (remove_files) COMPLETE
59152025-02-21T08:26:33.155Z[ recovery-image] Feb 21 08:26:31.742 INFO O| Feb 21 08:26:31.742 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-02-21T08:26:33.162Z[ recovery-image] Feb 21 08:26:31.761 INFO O| Feb 21 08:26:31.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59172025-02-21T08:26:33.162Z[ recovery-image] Feb 21 08:26:31.762 INFO O| Feb 21 08:26:31.762 INFO STEP 484 (remove_files) COMPLETE
59182025-02-21T08:26:33.162Z[ recovery-image] Feb 21 08:26:31.762 INFO O| Feb 21 08:26:31.762 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-02-21T08:26:33.177Z[ recovery-image] Feb 21 08:26:31.781 INFO O| Feb 21 08:26:31.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59202025-02-21T08:26:33.181Z[ recovery-image] Feb 21 08:26:31.781 INFO O| Feb 21 08:26:31.781 INFO STEP 485 (remove_files) COMPLETE
59212025-02-21T08:26:33.182Z[ recovery-image] Feb 21 08:26:31.781 INFO O| Feb 21 08:26:31.781 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-02-21T08:26:33.198Z[ recovery-image] Feb 21 08:26:31.801 INFO O| Feb 21 08:26:31.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59232025-02-21T08:26:33.202Z[ recovery-image] Feb 21 08:26:31.801 INFO O| Feb 21 08:26:31.801 INFO STEP 486 (remove_files) COMPLETE
59242025-02-21T08:26:33.203Z[ recovery-image] Feb 21 08:26:31.801 INFO O| Feb 21 08:26:31.801 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-02-21T08:26:33.224Z[ recovery-image] Feb 21 08:26:31.822 INFO O| Feb 21 08:26:31.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59262025-02-21T08:26:33.232Z[ recovery-image] Feb 21 08:26:31.822 INFO O| Feb 21 08:26:31.822 INFO STEP 487 (remove_files) COMPLETE
59272025-02-21T08:26:33.232Z[ recovery-image] Feb 21 08:26:31.822 INFO O| Feb 21 08:26:31.822 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-02-21T08:26:33.256Z[ recovery-image] Feb 21 08:26:31.859 INFO O| Feb 21 08:26:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59292025-02-21T08:26:33.256Z[ recovery-image] Feb 21 08:26:31.859 INFO O| Feb 21 08:26:31.859 INFO STEP 488 (remove_files) COMPLETE
59302025-02-21T08:26:33.262Z[ recovery-image] Feb 21 08:26:31.859 INFO O| Feb 21 08:26:31.859 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-02-21T08:26:33.273Z[ recovery-image] Feb 21 08:26:31.879 INFO O| Feb 21 08:26:31.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59322025-02-21T08:26:33.273Z[ recovery-image] Feb 21 08:26:31.879 INFO O| Feb 21 08:26:31.879 INFO STEP 489 (remove_files) COMPLETE
59332025-02-21T08:26:33.276Z[ recovery-image] Feb 21 08:26:31.879 INFO O| Feb 21 08:26:31.879 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-02-21T08:26:33.296Z[ recovery-image] Feb 21 08:26:31.901 INFO O| Feb 21 08:26:31.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59352025-02-21T08:26:33.300Z[ recovery-image] Feb 21 08:26:31.901 INFO O| Feb 21 08:26:31.901 INFO STEP 490 (remove_files) COMPLETE
59362025-02-21T08:26:33.300Z[ recovery-image] Feb 21 08:26:31.901 INFO O| Feb 21 08:26:31.901 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-02-21T08:26:33.310Z[ host-image] Feb 21 08:26:31.915 INFO O| Feb 21 08:26:31.915 INFO O| Planning: Evaluating mediators ... Done
59382025-02-21T08:26:33.313Z[ host-image] Feb 21 08:26:31.916 INFO O| Feb 21 08:26:31.916 INFO O| Planning: Planning completed in 5.45 seconds
59392025-02-21T08:26:33.314Z[ host-image] Feb 21 08:26:31.919 INFO O| Feb 21 08:26:31.919 INFO O| Packages to install: 1
59402025-02-21T08:26:33.318Z[ recovery-image] Feb 21 08:26:31.921 INFO O| Feb 21 08:26:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59412025-02-21T08:26:33.319Z[ recovery-image] Feb 21 08:26:31.922 INFO O| Feb 21 08:26:31.922 INFO STEP 491 (remove_files) COMPLETE
59422025-02-21T08:26:33.320Z[ recovery-image] Feb 21 08:26:31.922 INFO O| Feb 21 08:26:31.922 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-02-21T08:26:33.336Z[ recovery-image] Feb 21 08:26:31.942 INFO O| Feb 21 08:26:31.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59442025-02-21T08:26:33.336Z[ recovery-image] Feb 21 08:26:31.942 INFO O| Feb 21 08:26:31.942 INFO STEP 492 (remove_files) COMPLETE
59452025-02-21T08:26:33.340Z[ recovery-image] Feb 21 08:26:31.942 INFO O| Feb 21 08:26:31.942 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-02-21T08:26:33.356Z[ host-image] Feb 21 08:26:31.960 INFO O| Feb 21 08:26:31.960 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
59472025-02-21T08:26:33.364Z[ recovery-image] Feb 21 08:26:31.963 INFO O| Feb 21 08:26:31.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59482025-02-21T08:26:33.365Z[ recovery-image] Feb 21 08:26:31.963 INFO O| Feb 21 08:26:31.963 INFO STEP 493 (remove_files) COMPLETE
59492025-02-21T08:26:33.365Z[ recovery-image] Feb 21 08:26:31.963 INFO O| Feb 21 08:26:31.963 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-21T08:26:33.377Z[ recovery-image] Feb 21 08:26:31.983 INFO O| Feb 21 08:26:31.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59512025-02-21T08:26:33.381Z[ recovery-image] Feb 21 08:26:31.983 INFO O| Feb 21 08:26:31.983 INFO STEP 494 (remove_files) COMPLETE
59522025-02-21T08:26:33.381Z[ recovery-image] Feb 21 08:26:31.984 INFO O| Feb 21 08:26:31.983 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-21T08:26:33.402Z[ recovery-image] Feb 21 08:26:32.008 INFO O| Feb 21 08:26:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59542025-02-21T08:26:33.404Z[ recovery-image] Feb 21 08:26:32.008 INFO O| Feb 21 08:26:32.008 INFO STEP 495 (remove_files) COMPLETE
59552025-02-21T08:26:33.405Z[ recovery-image] Feb 21 08:26:32.008 INFO O| Feb 21 08:26:32.008 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-21T08:26:33.424Z[ recovery-image] Feb 21 08:26:32.030 INFO O| Feb 21 08:26:32.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59572025-02-21T08:26:33.424Z[ recovery-image] Feb 21 08:26:32.030 INFO O| Feb 21 08:26:32.030 INFO STEP 496 (remove_files) COMPLETE
59582025-02-21T08:26:33.430Z[ recovery-image] Feb 21 08:26:32.030 INFO O| Feb 21 08:26:32.030 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-21T08:26:33.444Z[ recovery-image] Feb 21 08:26:32.050 INFO O| Feb 21 08:26:32.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59602025-02-21T08:26:33.444Z[ recovery-image] Feb 21 08:26:32.050 INFO O| Feb 21 08:26:32.050 INFO STEP 497 (remove_files) COMPLETE
59612025-02-21T08:26:33.449Z[ recovery-image] Feb 21 08:26:32.050 INFO O| Feb 21 08:26:32.050 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-21T08:26:33.464Z[ recovery-image] Feb 21 08:26:32.069 INFO O| Feb 21 08:26:32.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59632025-02-21T08:26:33.464Z[ recovery-image] Feb 21 08:26:32.070 INFO O| Feb 21 08:26:32.069 INFO STEP 498 (remove_files) COMPLETE
59642025-02-21T08:26:33.464Z[ recovery-image] Feb 21 08:26:32.070 INFO O| Feb 21 08:26:32.069 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-21T08:26:33.490Z[ recovery-image] Feb 21 08:26:32.090 INFO O| Feb 21 08:26:32.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59662025-02-21T08:26:33.490Z[ recovery-image] Feb 21 08:26:32.090 INFO O| Feb 21 08:26:32.090 INFO STEP 499 (remove_files) COMPLETE
59672025-02-21T08:26:33.498Z[ recovery-image] Feb 21 08:26:32.091 INFO O| Feb 21 08:26:32.090 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-21T08:26:33.507Z[ recovery-image] Feb 21 08:26:32.109 INFO O| Feb 21 08:26:32.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59692025-02-21T08:26:33.507Z[ recovery-image] Feb 21 08:26:32.110 INFO O| Feb 21 08:26:32.110 INFO STEP 500 (remove_files) COMPLETE
59702025-02-21T08:26:33.507Z[ recovery-image] Feb 21 08:26:32.110 INFO O| Feb 21 08:26:32.110 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-21T08:26:33.529Z[ recovery-image] Feb 21 08:26:32.135 INFO O| Feb 21 08:26:32.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59722025-02-21T08:26:33.529Z[ recovery-image] Feb 21 08:26:32.135 INFO O| Feb 21 08:26:32.135 INFO STEP 501 (remove_files) COMPLETE
59732025-02-21T08:26:33.534Z[ recovery-image] Feb 21 08:26:32.135 INFO O| Feb 21 08:26:32.135 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-21T08:26:33.569Z[ recovery-image] Feb 21 08:26:32.172 INFO O| Feb 21 08:26:32.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59752025-02-21T08:26:33.577Z[ recovery-image] Feb 21 08:26:32.172 INFO O| Feb 21 08:26:32.172 INFO STEP 502 (remove_files) COMPLETE
59762025-02-21T08:26:33.577Z[ recovery-image] Feb 21 08:26:32.172 INFO O| Feb 21 08:26:32.172 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-21T08:26:33.649Z[ recovery-image] Feb 21 08:26:32.243 INFO O| Feb 21 08:26:32.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59782025-02-21T08:26:33.655Z[ recovery-image] Feb 21 08:26:32.244 INFO O| Feb 21 08:26:32.244 INFO STEP 503 (remove_files) COMPLETE
59792025-02-21T08:26:33.655Z[ recovery-image] Feb 21 08:26:32.244 INFO O| Feb 21 08:26:32.244 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-21T08:26:33.674Z[ recovery-image] Feb 21 08:26:32.278 INFO O| Feb 21 08:26:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59812025-02-21T08:26:33.674Z[ recovery-image] Feb 21 08:26:32.278 INFO O| Feb 21 08:26:32.278 INFO STEP 504 (remove_files) COMPLETE
59822025-02-21T08:26:33.674Z[ recovery-image] Feb 21 08:26:32.278 INFO O| Feb 21 08:26:32.278 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-21T08:26:33.689Z[ host-image] Feb 21 08:26:32.282 INFO O| Feb 21 08:26:32.282 INFO O| Download: Completed 10.27 MB in 0.32 seconds (31.9M/s)
59842025-02-21T08:26:33.715Z[ recovery-image] Feb 21 08:26:32.319 INFO O| Feb 21 08:26:32.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59852025-02-21T08:26:33.720Z[ recovery-image] Feb 21 08:26:32.320 INFO O| Feb 21 08:26:32.319 INFO STEP 505 (remove_files) COMPLETE
59862025-02-21T08:26:33.720Z[ recovery-image] Feb 21 08:26:32.320 INFO O| Feb 21 08:26:32.319 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-21T08:26:33.728Z[ host-image] Feb 21 08:26:32.334 INFO O| Feb 21 08:26:32.334 INFO O| Actions: 1/22 actions (Installing new actions)
59882025-02-21T08:26:33.746Z[ recovery-image] Feb 21 08:26:32.350 INFO O| Feb 21 08:26:32.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59892025-02-21T08:26:33.746Z[ recovery-image] Feb 21 08:26:32.350 INFO O| Feb 21 08:26:32.350 INFO STEP 506 (remove_files) COMPLETE
59902025-02-21T08:26:33.753Z[ recovery-image] Feb 21 08:26:32.350 INFO O| Feb 21 08:26:32.350 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912025-02-21T08:26:33.786Z[ recovery-image] Feb 21 08:26:32.392 INFO O| Feb 21 08:26:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59922025-02-21T08:26:33.786Z[ recovery-image] Feb 21 08:26:32.392 INFO O| Feb 21 08:26:32.392 INFO STEP 507 (remove_files) COMPLETE
59932025-02-21T08:26:33.787Z[ recovery-image] Feb 21 08:26:32.392 INFO O| Feb 21 08:26:32.392 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942025-02-21T08:26:33.810Z[ recovery-image] Feb 21 08:26:32.415 INFO O| Feb 21 08:26:32.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59952025-02-21T08:26:33.810Z[ recovery-image] Feb 21 08:26:32.415 INFO O| Feb 21 08:26:32.415 INFO STEP 508 (remove_files) COMPLETE
59962025-02-21T08:26:33.815Z[ recovery-image] Feb 21 08:26:32.415 INFO O| Feb 21 08:26:32.415 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972025-02-21T08:26:33.832Z[ recovery-image] Feb 21 08:26:32.437 INFO O| Feb 21 08:26:32.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59982025-02-21T08:26:33.832Z[ recovery-image] Feb 21 08:26:32.437 INFO O| Feb 21 08:26:32.437 INFO STEP 509 (remove_files) COMPLETE
59992025-02-21T08:26:33.839Z[ recovery-image] Feb 21 08:26:32.437 INFO O| Feb 21 08:26:32.437 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-02-21T08:26:33.854Z[ recovery-image] Feb 21 08:26:32.456 INFO O| Feb 21 08:26:32.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60012025-02-21T08:26:33.867Z[ recovery-image] Feb 21 08:26:32.460 INFO O| Feb 21 08:26:32.460 INFO STEP 510 (remove_files) COMPLETE
60022025-02-21T08:26:33.867Z[ recovery-image] Feb 21 08:26:32.460 INFO O| Feb 21 08:26:32.460 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-02-21T08:26:33.951Z[ recovery-image] Feb 21 08:26:32.554 INFO O| Feb 21 08:26:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60042025-02-21T08:26:33.951Z[ recovery-image] Feb 21 08:26:32.554 INFO O| Feb 21 08:26:32.554 INFO STEP 511 (remove_files) COMPLETE
60052025-02-21T08:26:33.963Z[ recovery-image] Feb 21 08:26:32.554 INFO O| Feb 21 08:26:32.554 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-02-21T08:26:33.984Z[ recovery-image] Feb 21 08:26:32.589 INFO O| Feb 21 08:26:32.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60072025-02-21T08:26:33.984Z[ recovery-image] Feb 21 08:26:32.589 INFO O| Feb 21 08:26:32.589 INFO STEP 512 (remove_files) COMPLETE
60082025-02-21T08:26:33.994Z[ recovery-image] Feb 21 08:26:32.589 INFO O| Feb 21 08:26:32.589 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-02-21T08:26:34.059Z[ recovery-image] Feb 21 08:26:32.651 INFO O| Feb 21 08:26:32.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60102025-02-21T08:26:34.059Z[ recovery-image] Feb 21 08:26:32.651 INFO O| Feb 21 08:26:32.651 INFO STEP 513 (remove_files) COMPLETE
60112025-02-21T08:26:34.064Z[ recovery-image] Feb 21 08:26:32.651 INFO O| Feb 21 08:26:32.651 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-02-21T08:26:34.115Z[ recovery-image] Feb 21 08:26:32.711 INFO O| Feb 21 08:26:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60132025-02-21T08:26:34.117Z[ recovery-image] Feb 21 08:26:32.711 INFO O| Feb 21 08:26:32.711 INFO STEP 514 (remove_files) COMPLETE
60142025-02-21T08:26:34.135Z[ recovery-image] Feb 21 08:26:32.711 INFO O| Feb 21 08:26:32.711 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-02-21T08:26:34.135Z[ recovery-image] Feb 21 08:26:32.730 INFO O| Feb 21 08:26:32.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60162025-02-21T08:26:34.135Z[ recovery-image] Feb 21 08:26:32.730 INFO O| Feb 21 08:26:32.730 INFO STEP 515 (remove_files) COMPLETE
60172025-02-21T08:26:34.135Z[ recovery-image] Feb 21 08:26:32.730 INFO O| Feb 21 08:26:32.730 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-02-21T08:26:34.166Z[ recovery-image] Feb 21 08:26:32.748 INFO O| Feb 21 08:26:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60192025-02-21T08:26:34.166Z[ recovery-image] Feb 21 08:26:32.748 INFO O| Feb 21 08:26:32.748 INFO STEP 516 (remove_files) COMPLETE
60202025-02-21T08:26:34.166Z[ recovery-image] Feb 21 08:26:32.748 INFO O| Feb 21 08:26:32.748 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-02-21T08:26:34.169Z[ recovery-image] Feb 21 08:26:32.764 INFO O| Feb 21 08:26:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60222025-02-21T08:26:34.169Z[ recovery-image] Feb 21 08:26:32.764 INFO O| Feb 21 08:26:32.764 INFO STEP 517 (remove_files) COMPLETE
60232025-02-21T08:26:34.169Z[ recovery-image] Feb 21 08:26:32.764 INFO O| Feb 21 08:26:32.764 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-02-21T08:26:34.192Z[ recovery-image] Feb 21 08:26:32.798 INFO O| Feb 21 08:26:32.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60252025-02-21T08:26:34.192Z[ recovery-image] Feb 21 08:26:32.798 INFO O| Feb 21 08:26:32.798 INFO STEP 518 (remove_files) COMPLETE
60262025-02-21T08:26:34.192Z[ recovery-image] Feb 21 08:26:32.798 INFO O| Feb 21 08:26:32.798 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-02-21T08:26:34.216Z[ host-image] Feb 21 08:26:32.819 INFO O| Feb 21 08:26:32.819 INFO O| Actions: Completed 22 actions in 0.48 seconds.
60282025-02-21T08:26:34.250Z[ recovery-image] Feb 21 08:26:32.850 INFO O| Feb 21 08:26:32.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60292025-02-21T08:26:34.266Z[ recovery-image] Feb 21 08:26:32.850 INFO O| Feb 21 08:26:32.850 INFO STEP 519 (remove_files) COMPLETE
60302025-02-21T08:26:34.266Z[ recovery-image] Feb 21 08:26:32.850 INFO O| Feb 21 08:26:32.850 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-21T08:26:34.288Z[ recovery-image] Feb 21 08:26:32.889 INFO O| Feb 21 08:26:32.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60322025-02-21T08:26:34.289Z[ recovery-image] Feb 21 08:26:32.889 INFO O| Feb 21 08:26:32.889 INFO STEP 520 (remove_files) COMPLETE
60332025-02-21T08:26:34.289Z[ recovery-image] Feb 21 08:26:32.890 INFO O| Feb 21 08:26:32.889 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-21T08:26:34.305Z[ recovery-image] Feb 21 08:26:32.911 INFO O| Feb 21 08:26:32.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60352025-02-21T08:26:34.312Z[ recovery-image] Feb 21 08:26:32.911 INFO O| Feb 21 08:26:32.911 INFO STEP 521 (remove_files) COMPLETE
60362025-02-21T08:26:34.312Z[ recovery-image] Feb 21 08:26:32.911 INFO O| Feb 21 08:26:32.911 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-21T08:26:34.328Z[ recovery-image] Feb 21 08:26:32.931 INFO O| Feb 21 08:26:32.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60382025-02-21T08:26:34.348Z[ recovery-image] Feb 21 08:26:32.952 INFO O| Feb 21 08:26:32.952 INFO STEP 522 (remove_files) COMPLETE
60392025-02-21T08:26:34.348Z[ recovery-image] Feb 21 08:26:32.952 INFO O| Feb 21 08:26:32.952 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-21T08:26:34.383Z[ recovery-image] Feb 21 08:26:32.986 INFO O| Feb 21 08:26:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60412025-02-21T08:26:34.392Z[ recovery-image] Feb 21 08:26:32.986 INFO O| Feb 21 08:26:32.986 INFO STEP 523 (remove_files) COMPLETE
60422025-02-21T08:26:34.392Z[ recovery-image] Feb 21 08:26:32.986 INFO O| Feb 21 08:26:32.986 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-21T08:26:34.403Z[ recovery-image] Feb 21 08:26:33.008 INFO O| Feb 21 08:26:33.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60442025-02-21T08:26:34.403Z[ recovery-image] Feb 21 08:26:33.008 INFO O| Feb 21 08:26:33.008 INFO STEP 524 (remove_files) COMPLETE
60452025-02-21T08:26:34.407Z[ recovery-image] Feb 21 08:26:33.008 INFO O| Feb 21 08:26:33.008 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-21T08:26:34.435Z[ recovery-image] Feb 21 08:26:33.027 INFO O| Feb 21 08:26:33.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60472025-02-21T08:26:34.435Z[ recovery-image] Feb 21 08:26:33.028 INFO O| Feb 21 08:26:33.028 INFO STEP 525 (remove_files) COMPLETE
60482025-02-21T08:26:34.444Z[ recovery-image] Feb 21 08:26:33.028 INFO O| Feb 21 08:26:33.028 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-21T08:26:34.491Z[ recovery-image] Feb 21 08:26:33.090 INFO O| Feb 21 08:26:33.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60502025-02-21T08:26:34.491Z[ recovery-image] Feb 21 08:26:33.090 INFO O| Feb 21 08:26:33.090 INFO STEP 526 (remove_files) COMPLETE
60512025-02-21T08:26:34.491Z[ recovery-image] Feb 21 08:26:33.090 INFO O| Feb 21 08:26:33.090 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-21T08:26:34.506Z[ recovery-image] Feb 21 08:26:33.112 INFO O| Feb 21 08:26:33.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60532025-02-21T08:26:34.507Z[ recovery-image] Feb 21 08:26:33.112 INFO O| Feb 21 08:26:33.112 INFO STEP 527 (remove_files) COMPLETE
60542025-02-21T08:26:34.514Z[ recovery-image] Feb 21 08:26:33.113 INFO O| Feb 21 08:26:33.112 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-21T08:26:34.532Z[ recovery-image] Feb 21 08:26:33.134 INFO O| Feb 21 08:26:33.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60562025-02-21T08:26:34.533Z[ recovery-image] Feb 21 08:26:33.135 INFO O| Feb 21 08:26:33.135 INFO STEP 528 (remove_files) COMPLETE
60572025-02-21T08:26:34.533Z[ recovery-image] Feb 21 08:26:33.135 INFO O| Feb 21 08:26:33.135 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-21T08:26:34.562Z[ recovery-image] Feb 21 08:26:33.169 INFO O| Feb 21 08:26:33.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60592025-02-21T08:26:34.563Z[ recovery-image] Feb 21 08:26:33.169 INFO O| Feb 21 08:26:33.169 INFO STEP 529 (remove_files) COMPLETE
60602025-02-21T08:26:34.563Z[ recovery-image] Feb 21 08:26:33.169 INFO O| Feb 21 08:26:33.169 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-21T08:26:34.604Z[ recovery-image] Feb 21 08:26:33.203 INFO O| Feb 21 08:26:33.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60622025-02-21T08:26:34.604Z[ recovery-image] Feb 21 08:26:33.203 INFO O| Feb 21 08:26:33.203 INFO STEP 530 (remove_files) COMPLETE
60632025-02-21T08:26:34.607Z[ recovery-image] Feb 21 08:26:33.203 INFO O| Feb 21 08:26:33.203 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-21T08:26:34.626Z[ recovery-image] Feb 21 08:26:33.227 INFO O| Feb 21 08:26:33.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60652025-02-21T08:26:34.626Z[ recovery-image] Feb 21 08:26:33.227 INFO O| Feb 21 08:26:33.227 INFO STEP 531 (remove_files) COMPLETE
60662025-02-21T08:26:34.626Z[ recovery-image] Feb 21 08:26:33.227 INFO O| Feb 21 08:26:33.227 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-21T08:26:34.656Z[ recovery-image] Feb 21 08:26:33.251 INFO O| Feb 21 08:26:33.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60682025-02-21T08:26:34.656Z[ recovery-image] Feb 21 08:26:33.251 INFO O| Feb 21 08:26:33.251 INFO STEP 532 (remove_files) COMPLETE
60692025-02-21T08:26:34.656Z[ recovery-image] Feb 21 08:26:33.251 INFO O| Feb 21 08:26:33.251 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-21T08:26:34.688Z[ recovery-image] Feb 21 08:26:33.280 INFO O| Feb 21 08:26:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60712025-02-21T08:26:34.698Z[ recovery-image] Feb 21 08:26:33.281 INFO O| Feb 21 08:26:33.280 INFO STEP 533 (remove_files) COMPLETE
60722025-02-21T08:26:34.700Z[ recovery-image] Feb 21 08:26:33.281 INFO O| Feb 21 08:26:33.280 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-21T08:26:34.704Z[ recovery-image] Feb 21 08:26:33.306 INFO O| Feb 21 08:26:33.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60742025-02-21T08:26:34.704Z[ recovery-image] Feb 21 08:26:33.306 INFO O| Feb 21 08:26:33.306 INFO STEP 534 (remove_files) COMPLETE
60752025-02-21T08:26:34.704Z[ recovery-image] Feb 21 08:26:33.306 INFO O| Feb 21 08:26:33.306 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-21T08:26:34.725Z[ recovery-image] Feb 21 08:26:33.327 INFO O| Feb 21 08:26:33.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60772025-02-21T08:26:34.725Z[ recovery-image] Feb 21 08:26:33.327 INFO O| Feb 21 08:26:33.327 INFO STEP 535 (remove_files) COMPLETE
60782025-02-21T08:26:34.730Z[ recovery-image] Feb 21 08:26:33.327 INFO O| Feb 21 08:26:33.327 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-21T08:26:34.764Z[ recovery-image] Feb 21 08:26:33.364 INFO O| Feb 21 08:26:33.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60802025-02-21T08:26:34.764Z[ recovery-image] Feb 21 08:26:33.364 INFO O| Feb 21 08:26:33.364 INFO STEP 536 (remove_files) COMPLETE
60812025-02-21T08:26:34.764Z[ recovery-image] Feb 21 08:26:33.364 INFO O| Feb 21 08:26:33.364 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-21T08:26:34.782Z[ recovery-image] Feb 21 08:26:33.385 INFO O| Feb 21 08:26:33.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60832025-02-21T08:26:34.782Z[ recovery-image] Feb 21 08:26:33.385 INFO O| Feb 21 08:26:33.385 INFO STEP 537 (remove_files) COMPLETE
60842025-02-21T08:26:34.782Z[ recovery-image] Feb 21 08:26:33.385 INFO O| Feb 21 08:26:33.385 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-21T08:26:34.801Z[ recovery-image] Feb 21 08:26:33.407 INFO O| Feb 21 08:26:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60862025-02-21T08:26:34.801Z[ recovery-image] Feb 21 08:26:33.407 INFO O| Feb 21 08:26:33.407 INFO STEP 538 (remove_files) COMPLETE
60872025-02-21T08:26:34.813Z[ recovery-image] Feb 21 08:26:33.407 INFO O| Feb 21 08:26:33.407 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-21T08:26:34.840Z[ recovery-image] Feb 21 08:26:33.445 INFO O| Feb 21 08:26:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60892025-02-21T08:26:34.840Z[ recovery-image] Feb 21 08:26:33.445 INFO O| Feb 21 08:26:33.445 INFO STEP 539 (remove_files) COMPLETE
60902025-02-21T08:26:34.847Z[ recovery-image] Feb 21 08:26:33.445 INFO O| Feb 21 08:26:33.445 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-21T08:26:34.847Z[ host-image] Feb 21 08:26:33.451 INFO O| Feb 21 08:26:33.451 INFO O| Done
60922025-02-21T08:26:34.847Z[ host-image] Feb 21 08:26:33.451 INFO O| Feb 21 08:26:33.451 INFO O| Done
60932025-02-21T08:26:34.941Z[ recovery-image] Feb 21 08:26:33.546 INFO O| Feb 21 08:26:33.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60942025-02-21T08:26:34.941Z[ recovery-image] Feb 21 08:26:33.546 INFO O| Feb 21 08:26:33.546 INFO STEP 540 (remove_files) COMPLETE
60952025-02-21T08:26:34.941Z[ recovery-image] Feb 21 08:26:33.546 INFO O| Feb 21 08:26:33.546 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-02-21T08:26:34.963Z[ recovery-image] Feb 21 08:26:33.568 INFO O| Feb 21 08:26:33.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60972025-02-21T08:26:34.963Z[ recovery-image] Feb 21 08:26:33.569 INFO O| Feb 21 08:26:33.569 INFO STEP 541 (remove_files) COMPLETE
60982025-02-21T08:26:34.963Z[ recovery-image] Feb 21 08:26:33.569 INFO O| Feb 21 08:26:33.569 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-02-21T08:26:35.005Z[ recovery-image] Feb 21 08:26:33.606 INFO O| Feb 21 08:26:33.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61002025-02-21T08:26:35.005Z[ recovery-image] Feb 21 08:26:33.606 INFO O| Feb 21 08:26:33.606 INFO STEP 542 (remove_files) COMPLETE
61012025-02-21T08:26:35.012Z[ recovery-image] Feb 21 08:26:33.606 INFO O| Feb 21 08:26:33.606 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-02-21T08:26:35.032Z[ recovery-image] Feb 21 08:26:33.637 INFO O| Feb 21 08:26:33.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61032025-02-21T08:26:35.032Z[ recovery-image] Feb 21 08:26:33.637 INFO O| Feb 21 08:26:33.637 INFO STEP 543 (remove_files) COMPLETE
61042025-02-21T08:26:35.032Z[ recovery-image] Feb 21 08:26:33.637 INFO O| Feb 21 08:26:33.637 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-02-21T08:26:35.056Z[ recovery-image] Feb 21 08:26:33.656 INFO O| Feb 21 08:26:33.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61062025-02-21T08:26:35.056Z[ recovery-image] Feb 21 08:26:33.656 INFO O| Feb 21 08:26:33.656 INFO STEP 544 (remove_files) COMPLETE
61072025-02-21T08:26:35.067Z[ recovery-image] Feb 21 08:26:33.656 INFO O| Feb 21 08:26:33.656 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-02-21T08:26:35.074Z[ recovery-image] Feb 21 08:26:33.675 INFO O| Feb 21 08:26:33.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61092025-02-21T08:26:35.074Z[ recovery-image] Feb 21 08:26:33.675 INFO O| Feb 21 08:26:33.675 INFO STEP 545 (remove_files) COMPLETE
61102025-02-21T08:26:35.074Z[ recovery-image] Feb 21 08:26:33.675 INFO O| Feb 21 08:26:33.675 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-02-21T08:26:35.100Z[ recovery-image] Feb 21 08:26:33.706 INFO O| Feb 21 08:26:33.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61122025-02-21T08:26:35.103Z[ recovery-image] Feb 21 08:26:33.706 INFO O| Feb 21 08:26:33.706 INFO STEP 546 (remove_files) COMPLETE
61132025-02-21T08:26:35.103Z[ recovery-image] Feb 21 08:26:33.706 INFO O| Feb 21 08:26:33.706 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-02-21T08:26:35.121Z[ recovery-image] Feb 21 08:26:33.727 INFO O| Feb 21 08:26:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61152025-02-21T08:26:35.121Z[ recovery-image] Feb 21 08:26:33.727 INFO O| Feb 21 08:26:33.727 INFO STEP 547 (remove_files) COMPLETE
61162025-02-21T08:26:35.128Z[ recovery-image] Feb 21 08:26:33.727 INFO O| Feb 21 08:26:33.727 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-02-21T08:26:35.143Z[ recovery-image] Feb 21 08:26:33.749 INFO O| Feb 21 08:26:33.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61182025-02-21T08:26:35.164Z[ recovery-image] Feb 21 08:26:33.770 INFO O| Feb 21 08:26:33.770 INFO STEP 548 (remove_files) COMPLETE
61192025-02-21T08:26:35.166Z[ recovery-image] Feb 21 08:26:33.770 INFO O| Feb 21 08:26:33.770 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-02-21T08:26:35.198Z[ recovery-image] Feb 21 08:26:33.801 INFO O| Feb 21 08:26:33.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61212025-02-21T08:26:35.198Z[ recovery-image] Feb 21 08:26:33.801 INFO O| Feb 21 08:26:33.801 INFO STEP 549 (remove_files) COMPLETE
61222025-02-21T08:26:35.198Z[ recovery-image] Feb 21 08:26:33.801 INFO O| Feb 21 08:26:33.801 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-02-21T08:26:35.230Z[ recovery-image] Feb 21 08:26:33.821 INFO O| Feb 21 08:26:33.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61242025-02-21T08:26:35.230Z[ recovery-image] Feb 21 08:26:33.821 INFO O| Feb 21 08:26:33.821 INFO STEP 550 (remove_files) COMPLETE
61252025-02-21T08:26:35.230Z[ recovery-image] Feb 21 08:26:33.821 INFO O| Feb 21 08:26:33.821 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-02-21T08:26:35.247Z[ recovery-image] Feb 21 08:26:33.848 INFO O| Feb 21 08:26:33.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61272025-02-21T08:26:35.257Z[ recovery-image] Feb 21 08:26:33.848 INFO O| Feb 21 08:26:33.848 INFO STEP 551 (remove_files) COMPLETE
61282025-02-21T08:26:35.257Z[ recovery-image] Feb 21 08:26:33.849 INFO O| Feb 21 08:26:33.848 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-02-21T08:26:35.263Z[ recovery-image] Feb 21 08:26:33.868 INFO O| Feb 21 08:26:33.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61302025-02-21T08:26:35.263Z[ recovery-image] Feb 21 08:26:33.868 INFO O| Feb 21 08:26:33.868 INFO STEP 552 (remove_files) COMPLETE
61312025-02-21T08:26:35.263Z[ recovery-image] Feb 21 08:26:33.868 INFO O| Feb 21 08:26:33.868 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-02-21T08:26:35.283Z[ recovery-image] Feb 21 08:26:33.888 INFO O| Feb 21 08:26:33.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61332025-02-21T08:26:35.286Z[ recovery-image] Feb 21 08:26:33.888 INFO O| Feb 21 08:26:33.888 INFO STEP 553 (remove_files) COMPLETE
61342025-02-21T08:26:35.286Z[ recovery-image] Feb 21 08:26:33.888 INFO O| Feb 21 08:26:33.888 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-02-21T08:26:35.306Z[ recovery-image] Feb 21 08:26:33.907 INFO O| Feb 21 08:26:33.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61362025-02-21T08:26:35.316Z[ recovery-image] Feb 21 08:26:33.907 INFO O| Feb 21 08:26:33.907 INFO STEP 554 (remove_files) COMPLETE
61372025-02-21T08:26:35.316Z[ recovery-image] Feb 21 08:26:33.907 INFO O| Feb 21 08:26:33.907 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-02-21T08:26:35.355Z[ recovery-image] Feb 21 08:26:33.939 INFO O| Feb 21 08:26:33.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61392025-02-21T08:26:35.363Z[ recovery-image] Feb 21 08:26:33.939 INFO O| Feb 21 08:26:33.939 INFO STEP 555 (remove_files) COMPLETE
61402025-02-21T08:26:35.363Z[ recovery-image] Feb 21 08:26:33.940 INFO O| Feb 21 08:26:33.940 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-02-21T08:26:35.363Z[ recovery-image] Feb 21 08:26:33.960 INFO O| Feb 21 08:26:33.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61422025-02-21T08:26:35.363Z[ recovery-image] Feb 21 08:26:33.961 INFO O| Feb 21 08:26:33.961 INFO STEP 556 (remove_files) COMPLETE
61432025-02-21T08:26:35.363Z[ recovery-image] Feb 21 08:26:33.961 INFO O| Feb 21 08:26:33.961 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-02-21T08:26:35.380Z[ recovery-image] Feb 21 08:26:33.981 INFO O| Feb 21 08:26:33.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61452025-02-21T08:26:35.380Z[ recovery-image] Feb 21 08:26:33.981 INFO O| Feb 21 08:26:33.981 INFO STEP 557 (remove_files) COMPLETE
61462025-02-21T08:26:35.380Z[ recovery-image] Feb 21 08:26:33.981 INFO O| Feb 21 08:26:33.981 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-02-21T08:26:35.416Z[ recovery-image] Feb 21 08:26:34.021 INFO O| Feb 21 08:26:34.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61482025-02-21T08:26:35.416Z[ recovery-image] Feb 21 08:26:34.021 INFO O| Feb 21 08:26:34.021 INFO STEP 558 (remove_files) COMPLETE
61492025-02-21T08:26:35.416Z[ recovery-image] Feb 21 08:26:34.021 INFO O| Feb 21 08:26:34.021 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-02-21T08:26:35.442Z[ recovery-image] Feb 21 08:26:34.041 INFO O| Feb 21 08:26:34.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61512025-02-21T08:26:35.443Z[ recovery-image] Feb 21 08:26:34.041 INFO O| Feb 21 08:26:34.041 INFO STEP 559 (remove_files) COMPLETE
61522025-02-21T08:26:35.454Z[ recovery-image] Feb 21 08:26:34.041 INFO O| Feb 21 08:26:34.041 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-02-21T08:26:35.460Z[ recovery-image] Feb 21 08:26:34.063 INFO O| Feb 21 08:26:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61542025-02-21T08:26:35.460Z[ recovery-image] Feb 21 08:26:34.063 INFO O| Feb 21 08:26:34.063 INFO STEP 560 (remove_files) COMPLETE
61552025-02-21T08:26:35.460Z[ recovery-image] Feb 21 08:26:34.063 INFO O| Feb 21 08:26:34.063 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-02-21T08:26:35.478Z[ recovery-image] Feb 21 08:26:34.083 INFO O| Feb 21 08:26:34.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61572025-02-21T08:26:35.479Z[ recovery-image] Feb 21 08:26:34.083 INFO O| Feb 21 08:26:34.083 INFO STEP 561 (remove_files) COMPLETE
61582025-02-21T08:26:35.479Z[ recovery-image] Feb 21 08:26:34.083 INFO O| Feb 21 08:26:34.083 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-02-21T08:26:35.495Z[ recovery-image] Feb 21 08:26:34.101 INFO O| Feb 21 08:26:34.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61602025-02-21T08:26:35.496Z[ recovery-image] Feb 21 08:26:34.101 INFO O| Feb 21 08:26:34.101 INFO STEP 562 (remove_files) COMPLETE
61612025-02-21T08:26:35.496Z[ recovery-image] Feb 21 08:26:34.101 INFO O| Feb 21 08:26:34.101 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-02-21T08:26:35.513Z[ recovery-image] Feb 21 08:26:34.119 INFO O| Feb 21 08:26:34.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61632025-02-21T08:26:35.513Z[ recovery-image] Feb 21 08:26:34.119 INFO O| Feb 21 08:26:34.119 INFO STEP 563 (remove_files) COMPLETE
61642025-02-21T08:26:35.520Z[ recovery-image] Feb 21 08:26:34.119 INFO O| Feb 21 08:26:34.119 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-02-21T08:26:35.546Z[ recovery-image] Feb 21 08:26:34.141 INFO O| Feb 21 08:26:34.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61662025-02-21T08:26:35.546Z[ recovery-image] Feb 21 08:26:34.141 INFO O| Feb 21 08:26:34.141 INFO STEP 564 (remove_files) COMPLETE
61672025-02-21T08:26:35.555Z[ recovery-image] Feb 21 08:26:34.141 INFO O| Feb 21 08:26:34.141 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-02-21T08:26:35.571Z[ recovery-image] Feb 21 08:26:34.171 INFO O| Feb 21 08:26:34.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61692025-02-21T08:26:35.571Z[ recovery-image] Feb 21 08:26:34.171 INFO O| Feb 21 08:26:34.171 INFO STEP 565 (remove_files) COMPLETE
61702025-02-21T08:26:35.571Z[ recovery-image] Feb 21 08:26:34.171 INFO O| Feb 21 08:26:34.171 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-02-21T08:26:35.612Z[ recovery-image] Feb 21 08:26:34.218 INFO O| Feb 21 08:26:34.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61722025-02-21T08:26:35.616Z[ recovery-image] Feb 21 08:26:34.218 INFO O| Feb 21 08:26:34.218 INFO STEP 566 (remove_files) COMPLETE
61732025-02-21T08:26:35.616Z[ recovery-image] Feb 21 08:26:34.218 INFO O| Feb 21 08:26:34.218 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-02-21T08:26:35.703Z[ recovery-image] Feb 21 08:26:34.303 INFO O| Feb 21 08:26:34.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61752025-02-21T08:26:35.703Z[ recovery-image] Feb 21 08:26:34.303 INFO O| Feb 21 08:26:34.303 INFO STEP 567 (remove_files) COMPLETE
61762025-02-21T08:26:35.709Z[ recovery-image] Feb 21 08:26:34.304 INFO O| Feb 21 08:26:34.303 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-02-21T08:26:35.729Z[ recovery-image] Feb 21 08:26:34.334 INFO O| Feb 21 08:26:34.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61782025-02-21T08:26:35.730Z[ recovery-image] Feb 21 08:26:34.334 INFO O| Feb 21 08:26:34.334 INFO STEP 568 (remove_files) COMPLETE
61792025-02-21T08:26:35.730Z[ recovery-image] Feb 21 08:26:34.334 INFO O| Feb 21 08:26:34.334 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-02-21T08:26:35.848Z[ recovery-image] Feb 21 08:26:34.453 INFO O| Feb 21 08:26:34.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61812025-02-21T08:26:35.848Z[ recovery-image] Feb 21 08:26:34.453 INFO O| Feb 21 08:26:34.453 INFO STEP 569 (remove_files) COMPLETE
61822025-02-21T08:26:35.848Z[ recovery-image] Feb 21 08:26:34.453 INFO O| Feb 21 08:26:34.453 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-02-21T08:26:35.871Z[ recovery-image] Feb 21 08:26:34.472 INFO O| Feb 21 08:26:34.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61842025-02-21T08:26:35.871Z[ recovery-image] Feb 21 08:26:34.472 INFO O| Feb 21 08:26:34.472 INFO STEP 570 (remove_files) COMPLETE
61852025-02-21T08:26:35.871Z[ recovery-image] Feb 21 08:26:34.472 INFO O| Feb 21 08:26:34.472 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-02-21T08:26:35.889Z[ recovery-image] Feb 21 08:26:34.491 INFO O| Feb 21 08:26:34.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61872025-02-21T08:26:35.889Z[ recovery-image] Feb 21 08:26:34.491 INFO O| Feb 21 08:26:34.491 INFO STEP 571 (remove_files) COMPLETE
61882025-02-21T08:26:35.889Z[ recovery-image] Feb 21 08:26:34.491 INFO O| Feb 21 08:26:34.491 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-02-21T08:26:35.909Z[ recovery-image] Feb 21 08:26:34.509 INFO O| Feb 21 08:26:34.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61902025-02-21T08:26:35.909Z[ recovery-image] Feb 21 08:26:34.510 INFO O| Feb 21 08:26:34.509 INFO STEP 572 (remove_files) COMPLETE
61912025-02-21T08:26:35.909Z[ recovery-image] Feb 21 08:26:34.510 INFO O| Feb 21 08:26:34.509 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-02-21T08:26:35.923Z[ recovery-image] Feb 21 08:26:34.528 INFO O| Feb 21 08:26:34.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61932025-02-21T08:26:35.923Z[ recovery-image] Feb 21 08:26:34.528 INFO O| Feb 21 08:26:34.528 INFO STEP 573 (remove_files) COMPLETE
61942025-02-21T08:26:35.923Z[ recovery-image] Feb 21 08:26:34.528 INFO O| Feb 21 08:26:34.528 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-02-21T08:26:35.984Z[ recovery-image] Feb 21 08:26:34.547 INFO O| Feb 21 08:26:34.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61962025-02-21T08:26:36.098Z[ recovery-image] Feb 21 08:26:34.567 INFO O| Feb 21 08:26:34.567 INFO STEP 574 (remove_files) COMPLETE
61972025-02-21T08:26:36.098Z[ recovery-image] Feb 21 08:26:34.567 INFO O| Feb 21 08:26:34.567 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-02-21T08:26:36.098Z[ recovery-image] Feb 21 08:26:34.617 INFO O| Feb 21 08:26:34.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61992025-02-21T08:26:36.099Z[ recovery-image] Feb 21 08:26:34.617 INFO O| Feb 21 08:26:34.617 INFO STEP 575 (remove_files) COMPLETE
62002025-02-21T08:26:36.099Z[ recovery-image] Feb 21 08:26:34.617 INFO O| Feb 21 08:26:34.617 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-02-21T08:26:36.177Z[ recovery-image] Feb 21 08:26:34.729 INFO O| Feb 21 08:26:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62022025-02-21T08:26:36.177Z[ recovery-image] Feb 21 08:26:34.729 INFO O| Feb 21 08:26:34.729 INFO STEP 576 (remove_files) COMPLETE
62032025-02-21T08:26:36.177Z[ recovery-image] Feb 21 08:26:34.729 INFO O| Feb 21 08:26:34.729 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042025-02-21T08:26:36.177Z[ recovery-image] Feb 21 08:26:34.751 INFO O| Feb 21 08:26:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62052025-02-21T08:26:36.177Z[ recovery-image] Feb 21 08:26:34.751 INFO O| Feb 21 08:26:34.751 INFO STEP 577 (remove_files) COMPLETE
62062025-02-21T08:26:36.177Z[ recovery-image] Feb 21 08:26:34.752 INFO O| Feb 21 08:26:34.751 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072025-02-21T08:26:36.187Z[ recovery-image] Feb 21 08:26:34.793 INFO O| Feb 21 08:26:34.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62082025-02-21T08:26:36.234Z[ recovery-image] Feb 21 08:26:34.814 INFO O| Feb 21 08:26:34.814 INFO STEP 578 (remove_files) COMPLETE
62092025-02-21T08:26:36.234Z[ recovery-image] Feb 21 08:26:34.814 INFO O| Feb 21 08:26:34.814 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102025-02-21T08:26:36.314Z[ host-image] Feb 21 08:26:34.906 INFO O| Feb 21 08:26:34.906 INFO O| Done
62112025-02-21T08:26:36.325Z[ recovery-image] Feb 21 08:26:34.919 INFO O| Feb 21 08:26:34.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62122025-02-21T08:26:36.325Z[ recovery-image] Feb 21 08:26:34.919 INFO O| Feb 21 08:26:34.919 INFO STEP 579 (remove_files) COMPLETE
62132025-02-21T08:26:36.325Z[ recovery-image] Feb 21 08:26:34.919 INFO O| Feb 21 08:26:34.919 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-02-21T08:26:36.348Z[ recovery-image] Feb 21 08:26:34.940 INFO O| Feb 21 08:26:34.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62152025-02-21T08:26:36.354Z[ recovery-image] Feb 21 08:26:34.941 INFO O| Feb 21 08:26:34.941 INFO STEP 580 (remove_files) COMPLETE
62162025-02-21T08:26:36.354Z[ recovery-image] Feb 21 08:26:34.941 INFO O| Feb 21 08:26:34.941 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-02-21T08:26:36.357Z[ recovery-image] Feb 21 08:26:34.960 INFO O| Feb 21 08:26:34.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62182025-02-21T08:26:36.357Z[ recovery-image] Feb 21 08:26:34.960 INFO O| Feb 21 08:26:34.960 INFO STEP 581 (remove_files) COMPLETE
62192025-02-21T08:26:36.357Z[ recovery-image] Feb 21 08:26:34.960 INFO O| Feb 21 08:26:34.960 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-02-21T08:26:36.378Z[ recovery-image] Feb 21 08:26:34.984 INFO O| Feb 21 08:26:34.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62212025-02-21T08:26:36.393Z[ recovery-image] Feb 21 08:26:34.984 INFO O| Feb 21 08:26:34.984 INFO STEP 582 (remove_files) COMPLETE
62222025-02-21T08:26:36.393Z[ recovery-image] Feb 21 08:26:34.984 INFO O| Feb 21 08:26:34.984 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-02-21T08:26:36.420Z[ recovery-image] Feb 21 08:26:35.010 INFO O| Feb 21 08:26:35.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62242025-02-21T08:26:36.420Z[ recovery-image] Feb 21 08:26:35.010 INFO O| Feb 21 08:26:35.010 INFO STEP 583 (remove_files) COMPLETE
62252025-02-21T08:26:36.438Z[ recovery-image] Feb 21 08:26:35.010 INFO O| Feb 21 08:26:35.010 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-02-21T08:26:36.438Z[ recovery-image] Feb 21 08:26:35.029 INFO O| Feb 21 08:26:35.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62272025-02-21T08:26:36.438Z[ recovery-image] Feb 21 08:26:35.029 INFO O| Feb 21 08:26:35.029 INFO STEP 584 (remove_files) COMPLETE
62282025-02-21T08:26:36.438Z[ recovery-image] Feb 21 08:26:35.029 INFO O| Feb 21 08:26:35.029 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-02-21T08:26:36.473Z[ recovery-image] Feb 21 08:26:35.055 INFO O| Feb 21 08:26:35.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62302025-02-21T08:26:36.473Z[ recovery-image] Feb 21 08:26:35.055 INFO O| Feb 21 08:26:35.055 INFO STEP 585 (remove_files) COMPLETE
62312025-02-21T08:26:36.473Z[ recovery-image] Feb 21 08:26:35.055 INFO O| Feb 21 08:26:35.055 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-02-21T08:26:36.488Z[ recovery-image] Feb 21 08:26:35.087 INFO O| Feb 21 08:26:35.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62332025-02-21T08:26:36.488Z[ recovery-image] Feb 21 08:26:35.087 INFO O| Feb 21 08:26:35.087 INFO STEP 586 (remove_files) COMPLETE
62342025-02-21T08:26:36.488Z[ recovery-image] Feb 21 08:26:35.087 INFO O| Feb 21 08:26:35.087 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-02-21T08:26:36.499Z[ recovery-image] Feb 21 08:26:35.105 INFO O| Feb 21 08:26:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62362025-02-21T08:26:36.499Z[ recovery-image] Feb 21 08:26:35.105 INFO O| Feb 21 08:26:35.105 INFO STEP 587 (remove_files) COMPLETE
62372025-02-21T08:26:36.516Z[ recovery-image] Feb 21 08:26:35.105 INFO O| Feb 21 08:26:35.105 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-02-21T08:26:36.535Z[ recovery-image] Feb 21 08:26:35.141 INFO O| Feb 21 08:26:35.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62392025-02-21T08:26:36.535Z[ recovery-image] Feb 21 08:26:35.141 INFO O| Feb 21 08:26:35.141 INFO STEP 588 (remove_files) COMPLETE
62402025-02-21T08:26:36.535Z[ recovery-image] Feb 21 08:26:35.141 INFO O| Feb 21 08:26:35.141 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-02-21T08:26:36.558Z[ recovery-image] Feb 21 08:26:35.159 INFO O| Feb 21 08:26:35.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62422025-02-21T08:26:36.558Z[ recovery-image] Feb 21 08:26:35.160 INFO O| Feb 21 08:26:35.159 INFO STEP 589 (remove_files) COMPLETE
62432025-02-21T08:26:36.558Z[ recovery-image] Feb 21 08:26:35.160 INFO O| Feb 21 08:26:35.160 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-02-21T08:26:36.595Z[ recovery-image] Feb 21 08:26:35.191 INFO O| Feb 21 08:26:35.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62452025-02-21T08:26:36.601Z[ recovery-image] Feb 21 08:26:35.191 INFO O| Feb 21 08:26:35.191 INFO STEP 590 (remove_files) COMPLETE
62462025-02-21T08:26:36.601Z[ recovery-image] Feb 21 08:26:35.192 INFO O| Feb 21 08:26:35.191 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-02-21T08:26:36.651Z[ recovery-image] Feb 21 08:26:35.257 INFO O| Feb 21 08:26:35.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62482025-02-21T08:26:36.660Z[ recovery-image] Feb 21 08:26:35.257 INFO O| Feb 21 08:26:35.257 INFO STEP 591 (remove_files) COMPLETE
62492025-02-21T08:26:36.660Z[ recovery-image] Feb 21 08:26:35.258 INFO O| Feb 21 08:26:35.257 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-02-21T08:26:36.677Z[ recovery-image] Feb 21 08:26:35.282 INFO O| Feb 21 08:26:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62512025-02-21T08:26:36.677Z[ recovery-image] Feb 21 08:26:35.282 INFO O| Feb 21 08:26:35.282 INFO STEP 592 (remove_files) COMPLETE
62522025-02-21T08:26:36.677Z[ recovery-image] Feb 21 08:26:35.282 INFO O| Feb 21 08:26:35.282 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-02-21T08:26:36.757Z[ recovery-image] Feb 21 08:26:35.324 INFO O| Feb 21 08:26:35.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62542025-02-21T08:26:36.757Z[ recovery-image] Feb 21 08:26:35.324 INFO O| Feb 21 08:26:35.324 INFO STEP 593 (remove_files) COMPLETE
62552025-02-21T08:26:36.830Z[ recovery-image] Feb 21 08:26:35.324 INFO O| Feb 21 08:26:35.324 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-02-21T08:26:36.895Z[ recovery-image] Feb 21 08:26:35.401 INFO O| Feb 21 08:26:35.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62572025-02-21T08:26:36.895Z[ recovery-image] Feb 21 08:26:35.401 INFO O| Feb 21 08:26:35.401 INFO STEP 594 (remove_files) COMPLETE
62582025-02-21T08:26:36.895Z[ recovery-image] Feb 21 08:26:35.401 INFO O| Feb 21 08:26:35.401 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-02-21T08:26:36.895Z[ recovery-image] Feb 21 08:26:35.421 INFO O| Feb 21 08:26:35.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62602025-02-21T08:26:36.895Z[ recovery-image] Feb 21 08:26:35.422 INFO O| Feb 21 08:26:35.422 INFO STEP 595 (remove_files) COMPLETE
62612025-02-21T08:26:36.895Z[ recovery-image] Feb 21 08:26:35.422 INFO O| Feb 21 08:26:35.422 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-02-21T08:26:36.907Z[ recovery-image] Feb 21 08:26:35.463 INFO O| Feb 21 08:26:35.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62632025-02-21T08:26:36.907Z[ recovery-image] Feb 21 08:26:35.463 INFO O| Feb 21 08:26:35.463 INFO STEP 596 (remove_files) COMPLETE
62642025-02-21T08:26:36.907Z[ recovery-image] Feb 21 08:26:35.463 INFO O| Feb 21 08:26:35.463 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-02-21T08:26:36.907Z[ recovery-image] Feb 21 08:26:35.484 INFO O| Feb 21 08:26:35.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62662025-02-21T08:26:36.908Z[ recovery-image] Feb 21 08:26:35.484 INFO O| Feb 21 08:26:35.484 INFO STEP 597 (remove_files) COMPLETE
62672025-02-21T08:26:36.908Z[ recovery-image] Feb 21 08:26:35.484 INFO O| Feb 21 08:26:35.484 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-02-21T08:26:37.067Z[ recovery-image] Feb 21 08:26:35.582 INFO O| Feb 21 08:26:35.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62692025-02-21T08:26:37.067Z[ recovery-image] Feb 21 08:26:35.582 INFO O| Feb 21 08:26:35.582 INFO STEP 598 (remove_files) COMPLETE
62702025-02-21T08:26:37.171Z[ recovery-image] Feb 21 08:26:35.582 INFO O| Feb 21 08:26:35.582 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.617 INFO O| Feb 21 08:26:35.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62722025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.617 INFO O| Feb 21 08:26:35.617 INFO STEP 599 (remove_files) COMPLETE
62732025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.617 INFO O| Feb 21 08:26:35.617 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.652 INFO O| Feb 21 08:26:35.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62752025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.652 INFO O| Feb 21 08:26:35.652 INFO STEP 600 (remove_files) COMPLETE
62762025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.652 INFO O| Feb 21 08:26:35.652 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.687 INFO O| Feb 21 08:26:35.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62782025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.687 INFO O| Feb 21 08:26:35.687 INFO STEP 601 (remove_files) COMPLETE
62792025-02-21T08:26:37.172Z[ recovery-image] Feb 21 08:26:35.687 INFO O| Feb 21 08:26:35.687 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-02-21T08:26:37.234Z[ recovery-image] Feb 21 08:26:35.727 INFO O| Feb 21 08:26:35.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62812025-02-21T08:26:37.235Z[ recovery-image] Feb 21 08:26:35.728 INFO O| Feb 21 08:26:35.727 INFO STEP 602 (remove_files) COMPLETE
62822025-02-21T08:26:37.235Z[ recovery-image] Feb 21 08:26:35.728 INFO O| Feb 21 08:26:35.728 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-02-21T08:26:37.235Z[ recovery-image] Feb 21 08:26:35.747 INFO O| Feb 21 08:26:35.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62842025-02-21T08:26:37.235Z[ recovery-image] Feb 21 08:26:35.747 INFO O| Feb 21 08:26:35.747 INFO STEP 603 (remove_files) COMPLETE
62852025-02-21T08:26:37.235Z[ recovery-image] Feb 21 08:26:35.747 INFO O| Feb 21 08:26:35.747 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-02-21T08:26:37.269Z[ recovery-image] Feb 21 08:26:35.783 INFO O| Feb 21 08:26:35.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62872025-02-21T08:26:37.269Z[ recovery-image] Feb 21 08:26:35.783 INFO O| Feb 21 08:26:35.783 INFO STEP 604 (remove_files) COMPLETE
62882025-02-21T08:26:37.269Z[ recovery-image] Feb 21 08:26:35.783 INFO O| Feb 21 08:26:35.783 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-02-21T08:26:37.269Z[ recovery-image] Feb 21 08:26:35.816 INFO O| Feb 21 08:26:35.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62902025-02-21T08:26:37.269Z[ recovery-image] Feb 21 08:26:35.816 INFO O| Feb 21 08:26:35.816 INFO STEP 605 (remove_files) COMPLETE
62912025-02-21T08:26:37.269Z[ recovery-image] Feb 21 08:26:35.816 INFO O| Feb 21 08:26:35.816 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-02-21T08:26:37.288Z[ recovery-image] Feb 21 08:26:35.860 INFO O| Feb 21 08:26:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62932025-02-21T08:26:37.288Z[ recovery-image] Feb 21 08:26:35.860 INFO O| Feb 21 08:26:35.860 INFO STEP 606 (remove_files) COMPLETE
62942025-02-21T08:26:37.291Z[ recovery-image] Feb 21 08:26:35.860 INFO O| Feb 21 08:26:35.860 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-02-21T08:26:37.303Z[ recovery-image] Feb 21 08:26:35.900 INFO O| Feb 21 08:26:35.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62962025-02-21T08:26:37.303Z[ recovery-image] Feb 21 08:26:35.900 INFO O| Feb 21 08:26:35.900 INFO STEP 607 (remove_files) COMPLETE
62972025-02-21T08:26:37.303Z[ recovery-image] Feb 21 08:26:35.900 INFO O| Feb 21 08:26:35.900 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-02-21T08:26:37.353Z[ recovery-image] Feb 21 08:26:35.948 INFO O| Feb 21 08:26:35.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62992025-02-21T08:26:37.373Z[ recovery-image] Feb 21 08:26:35.948 INFO O| Feb 21 08:26:35.948 INFO STEP 608 (remove_files) COMPLETE
63002025-02-21T08:26:37.373Z[ recovery-image] Feb 21 08:26:35.948 INFO O| Feb 21 08:26:35.948 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-02-21T08:26:37.382Z[ recovery-image] Feb 21 08:26:35.982 INFO O| Feb 21 08:26:35.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63022025-02-21T08:26:37.382Z[ recovery-image] Feb 21 08:26:35.982 INFO O| Feb 21 08:26:35.982 INFO STEP 609 (remove_files) COMPLETE
63032025-02-21T08:26:37.383Z[ recovery-image] Feb 21 08:26:35.982 INFO O| Feb 21 08:26:35.982 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-02-21T08:26:37.441Z[ recovery-image] Feb 21 08:26:36.044 INFO O| Feb 21 08:26:36.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63052025-02-21T08:26:37.441Z[ recovery-image] Feb 21 08:26:36.044 INFO O| Feb 21 08:26:36.044 INFO STEP 610 (remove_files) COMPLETE
63062025-02-21T08:26:37.441Z[ recovery-image] Feb 21 08:26:36.044 INFO O| Feb 21 08:26:36.044 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-02-21T08:26:37.472Z[ recovery-image] Feb 21 08:26:36.066 INFO O| Feb 21 08:26:36.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63082025-02-21T08:26:37.472Z[ recovery-image] Feb 21 08:26:36.066 INFO O| Feb 21 08:26:36.066 INFO STEP 611 (remove_files) COMPLETE
63092025-02-21T08:26:37.480Z[ recovery-image] Feb 21 08:26:36.066 INFO O| Feb 21 08:26:36.066 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-02-21T08:26:37.487Z[ recovery-image] Feb 21 08:26:36.087 INFO O| Feb 21 08:26:36.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63112025-02-21T08:26:37.487Z[ recovery-image] Feb 21 08:26:36.087 INFO O| Feb 21 08:26:36.087 INFO STEP 612 (remove_files) COMPLETE
63122025-02-21T08:26:37.487Z[ recovery-image] Feb 21 08:26:36.087 INFO O| Feb 21 08:26:36.087 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-02-21T08:26:37.504Z[ recovery-image] Feb 21 08:26:36.107 INFO O| Feb 21 08:26:36.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63142025-02-21T08:26:37.510Z[ recovery-image] Feb 21 08:26:36.107 INFO O| Feb 21 08:26:36.107 INFO STEP 613 (remove_files) COMPLETE
63152025-02-21T08:26:37.510Z[ recovery-image] Feb 21 08:26:36.107 INFO O| Feb 21 08:26:36.107 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-02-21T08:26:37.580Z[ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63172025-02-21T08:26:37.580Z[ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.148 INFO STEP 614 (remove_files) COMPLETE
63182025-02-21T08:26:37.611Z[ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.148 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-02-21T08:26:37.611Z[ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63202025-02-21T08:26:37.611Z[ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.167 INFO STEP 615 (remove_files) COMPLETE
63212025-02-21T08:26:37.611Z[ recovery-image] Feb 21 08:26:36.186 INFO O| Feb 21 08:26:36.167 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-02-21T08:26:37.617Z[ recovery-image] Feb 21 08:26:36.205 INFO O| Feb 21 08:26:36.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63232025-02-21T08:26:37.617Z[ recovery-image] Feb 21 08:26:36.205 INFO O| Feb 21 08:26:36.205 INFO STEP 616 (remove_files) COMPLETE
63242025-02-21T08:26:37.617Z[ recovery-image] Feb 21 08:26:36.205 INFO O| Feb 21 08:26:36.205 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-02-21T08:26:37.644Z[ recovery-image] Feb 21 08:26:36.226 INFO O| Feb 21 08:26:36.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63262025-02-21T08:26:37.644Z[ recovery-image] Feb 21 08:26:36.226 INFO O| Feb 21 08:26:36.226 INFO STEP 617 (remove_files) COMPLETE
63272025-02-21T08:26:37.644Z[ recovery-image] Feb 21 08:26:36.226 INFO O| Feb 21 08:26:36.226 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-02-21T08:26:37.644Z[ recovery-image] Feb 21 08:26:36.246 INFO O| Feb 21 08:26:36.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63292025-02-21T08:26:37.644Z[ recovery-image] Feb 21 08:26:36.246 INFO O| Feb 21 08:26:36.246 INFO STEP 618 (remove_files) COMPLETE
63302025-02-21T08:26:37.644Z[ recovery-image] Feb 21 08:26:36.246 INFO O| Feb 21 08:26:36.246 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-02-21T08:26:37.666Z[ recovery-image] Feb 21 08:26:36.266 INFO O| Feb 21 08:26:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63322025-02-21T08:26:37.666Z[ recovery-image] Feb 21 08:26:36.266 INFO O| Feb 21 08:26:36.266 INFO STEP 619 (remove_files) COMPLETE
63332025-02-21T08:26:37.666Z[ recovery-image] Feb 21 08:26:36.266 INFO O| Feb 21 08:26:36.266 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-02-21T08:26:37.710Z[ recovery-image] Feb 21 08:26:36.284 INFO O| Feb 21 08:26:36.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63352025-02-21T08:26:37.710Z[ recovery-image] Feb 21 08:26:36.285 INFO O| Feb 21 08:26:36.285 INFO STEP 620 (remove_files) COMPLETE
63362025-02-21T08:26:37.710Z[ recovery-image] Feb 21 08:26:36.285 INFO O| Feb 21 08:26:36.285 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-02-21T08:26:37.751Z[ recovery-image] Feb 21 08:26:36.302 INFO O| Feb 21 08:26:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63382025-02-21T08:26:37.751Z[ recovery-image] Feb 21 08:26:36.302 INFO O| Feb 21 08:26:36.302 INFO STEP 621 (remove_files) COMPLETE
63392025-02-21T08:26:37.751Z[ recovery-image] Feb 21 08:26:36.302 INFO O| Feb 21 08:26:36.302 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-02-21T08:26:37.751Z[ recovery-image] Feb 21 08:26:36.319 INFO O| Feb 21 08:26:36.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63412025-02-21T08:26:37.751Z[ recovery-image] Feb 21 08:26:36.319 INFO O| Feb 21 08:26:36.319 INFO STEP 622 (remove_files) COMPLETE
63422025-02-21T08:26:37.752Z[ recovery-image] Feb 21 08:26:36.320 INFO O| Feb 21 08:26:36.319 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-02-21T08:26:37.771Z[ recovery-image] Feb 21 08:26:36.338 INFO O| Feb 21 08:26:36.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63442025-02-21T08:26:37.771Z[ recovery-image] Feb 21 08:26:36.338 INFO O| Feb 21 08:26:36.338 INFO STEP 623 (remove_files) COMPLETE
63452025-02-21T08:26:37.772Z[ recovery-image] Feb 21 08:26:36.338 INFO O| Feb 21 08:26:36.338 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-02-21T08:26:37.818Z[ recovery-image] Feb 21 08:26:36.384 INFO O| Feb 21 08:26:36.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63472025-02-21T08:26:37.853Z[ recovery-image] Feb 21 08:26:36.384 INFO O| Feb 21 08:26:36.384 INFO STEP 624 (remove_files) COMPLETE
63482025-02-21T08:26:37.853Z[ recovery-image] Feb 21 08:26:36.384 INFO O| Feb 21 08:26:36.384 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-02-21T08:26:37.866Z[ recovery-image] Feb 21 08:26:36.436 INFO O| Feb 21 08:26:36.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63502025-02-21T08:26:37.866Z[ recovery-image] Feb 21 08:26:36.436 INFO O| Feb 21 08:26:36.436 INFO STEP 625 (remove_files) COMPLETE
63512025-02-21T08:26:37.866Z[ recovery-image] Feb 21 08:26:36.436 INFO O| Feb 21 08:26:36.436 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-02-21T08:26:37.937Z[ recovery-image] Feb 21 08:26:36.508 INFO O| Feb 21 08:26:36.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63532025-02-21T08:26:37.937Z[ recovery-image] Feb 21 08:26:36.508 INFO O| Feb 21 08:26:36.499 INFO STEP 626 (remove_files) COMPLETE
63542025-02-21T08:26:37.938Z[ recovery-image] Feb 21 08:26:36.508 INFO O| Feb 21 08:26:36.499 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-02-21T08:26:37.938Z[ recovery-image] Feb 21 08:26:36.522 INFO O| Feb 21 08:26:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63562025-02-21T08:26:37.938Z[ recovery-image] Feb 21 08:26:36.522 INFO O| Feb 21 08:26:36.522 INFO STEP 627 (remove_files) COMPLETE
63572025-02-21T08:26:37.938Z[ recovery-image] Feb 21 08:26:36.522 INFO O| Feb 21 08:26:36.522 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-02-21T08:26:38.008Z[ recovery-image] Feb 21 08:26:36.562 INFO O| Feb 21 08:26:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63592025-02-21T08:26:38.008Z[ recovery-image] Feb 21 08:26:36.562 INFO O| Feb 21 08:26:36.562 INFO STEP 628 (remove_files) COMPLETE
63602025-02-21T08:26:38.104Z[ recovery-image] Feb 21 08:26:36.562 INFO O| Feb 21 08:26:36.562 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-02-21T08:26:38.105Z[ recovery-image] Feb 21 08:26:36.625 INFO O| Feb 21 08:26:36.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63622025-02-21T08:26:38.105Z[ recovery-image] Feb 21 08:26:36.625 INFO O| Feb 21 08:26:36.625 INFO STEP 629 (remove_files) COMPLETE
63632025-02-21T08:26:38.105Z[ recovery-image] Feb 21 08:26:36.625 INFO O| Feb 21 08:26:36.625 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.667 INFO O| Feb 21 08:26:36.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63652025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.667 INFO O| Feb 21 08:26:36.667 INFO STEP 630 (remove_files) COMPLETE
63662025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.667 INFO O| Feb 21 08:26:36.667 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.688 INFO O| Feb 21 08:26:36.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63682025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.689 INFO O| Feb 21 08:26:36.689 INFO STEP 631 (remove_files) COMPLETE
63692025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.689 INFO O| Feb 21 08:26:36.689 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.708 INFO O| Feb 21 08:26:36.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63712025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.708 INFO O| Feb 21 08:26:36.708 INFO STEP 632 (remove_files) COMPLETE
63722025-02-21T08:26:38.131Z[ recovery-image] Feb 21 08:26:36.708 INFO O| Feb 21 08:26:36.708 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-21T08:26:38.211Z[ recovery-image] Feb 21 08:26:36.742 INFO O| Feb 21 08:26:36.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63742025-02-21T08:26:38.211Z[ recovery-image] Feb 21 08:26:36.742 INFO O| Feb 21 08:26:36.742 INFO STEP 633 (remove_files) COMPLETE
63752025-02-21T08:26:38.211Z[ recovery-image] Feb 21 08:26:36.742 INFO O| Feb 21 08:26:36.742 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-21T08:26:38.223Z[ recovery-image] Feb 21 08:26:36.764 INFO O| Feb 21 08:26:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63772025-02-21T08:26:38.223Z[ recovery-image] Feb 21 08:26:36.764 INFO O| Feb 21 08:26:36.764 INFO STEP 634 (remove_files) COMPLETE
63782025-02-21T08:26:38.224Z[ recovery-image] Feb 21 08:26:36.764 INFO O| Feb 21 08:26:36.764 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-21T08:26:38.224Z[ recovery-image] Feb 21 08:26:36.797 INFO O| Feb 21 08:26:36.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63802025-02-21T08:26:38.224Z[ recovery-image] Feb 21 08:26:36.797 INFO O| Feb 21 08:26:36.797 INFO STEP 635 (remove_files) COMPLETE
63812025-02-21T08:26:38.224Z[ recovery-image] Feb 21 08:26:36.797 INFO O| Feb 21 08:26:36.797 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-21T08:26:38.224Z[ recovery-image] Feb 21 08:26:36.818 INFO O| Feb 21 08:26:36.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63832025-02-21T08:26:38.224Z[ recovery-image] Feb 21 08:26:36.818 INFO O| Feb 21 08:26:36.818 INFO STEP 636 (remove_files) COMPLETE
63842025-02-21T08:26:38.225Z[ recovery-image] Feb 21 08:26:36.818 INFO O| Feb 21 08:26:36.818 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-21T08:26:38.242Z[ recovery-image] Feb 21 08:26:36.838 INFO O| Feb 21 08:26:36.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63862025-02-21T08:26:38.242Z[ recovery-image] Feb 21 08:26:36.838 INFO O| Feb 21 08:26:36.838 INFO STEP 637 (remove_files) COMPLETE
63872025-02-21T08:26:38.242Z[ recovery-image] Feb 21 08:26:36.838 INFO O| Feb 21 08:26:36.838 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-02-21T08:26:38.261Z[ recovery-image] Feb 21 08:26:36.867 INFO O| Feb 21 08:26:36.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63892025-02-21T08:26:38.265Z[ recovery-image] Feb 21 08:26:36.867 INFO O| Feb 21 08:26:36.867 INFO STEP 638 (remove_files) COMPLETE
63902025-02-21T08:26:38.266Z[ recovery-image] Feb 21 08:26:36.867 INFO O| Feb 21 08:26:36.867 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-21T08:26:38.299Z[ recovery-image] Feb 21 08:26:36.905 INFO O| Feb 21 08:26:36.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63922025-02-21T08:26:38.299Z[ recovery-image] Feb 21 08:26:36.905 INFO O| Feb 21 08:26:36.905 INFO STEP 639 (remove_files) COMPLETE
63932025-02-21T08:26:38.300Z[ recovery-image] Feb 21 08:26:36.905 INFO O| Feb 21 08:26:36.905 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-21T08:26:38.359Z[ recovery-image] Feb 21 08:26:36.964 INFO O| Feb 21 08:26:36.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63952025-02-21T08:26:38.359Z[ recovery-image] Feb 21 08:26:36.965 INFO O| Feb 21 08:26:36.964 INFO STEP 640 (remove_files) COMPLETE
63962025-02-21T08:26:38.381Z[ recovery-image] Feb 21 08:26:36.965 INFO O| Feb 21 08:26:36.965 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-21T08:26:38.400Z[ recovery-image] Feb 21 08:26:36.985 INFO O| Feb 21 08:26:36.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63982025-02-21T08:26:38.400Z[ recovery-image] Feb 21 08:26:36.985 INFO O| Feb 21 08:26:36.985 INFO STEP 641 (remove_files) COMPLETE
63992025-02-21T08:26:38.400Z[ recovery-image] Feb 21 08:26:36.985 INFO O| Feb 21 08:26:36.985 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-21T08:26:38.400Z[ recovery-image] Feb 21 08:26:37.003 INFO O| Feb 21 08:26:37.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64012025-02-21T08:26:38.400Z[ recovery-image] Feb 21 08:26:37.004 INFO O| Feb 21 08:26:37.004 INFO STEP 642 (remove_files) COMPLETE
64022025-02-21T08:26:38.401Z[ recovery-image] Feb 21 08:26:37.004 INFO O| Feb 21 08:26:37.004 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-21T08:26:38.437Z[ recovery-image] Feb 21 08:26:37.043 INFO O| Feb 21 08:26:37.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64042025-02-21T08:26:38.455Z[ recovery-image] Feb 21 08:26:37.043 INFO O| Feb 21 08:26:37.043 INFO STEP 643 (remove_files) COMPLETE
64052025-02-21T08:26:38.455Z[ recovery-image] Feb 21 08:26:37.043 INFO O| Feb 21 08:26:37.043 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-21T08:26:38.472Z[ recovery-image] Feb 21 08:26:37.072 INFO O| Feb 21 08:26:37.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64072025-02-21T08:26:38.472Z[ recovery-image] Feb 21 08:26:37.072 INFO O| Feb 21 08:26:37.072 INFO STEP 644 (remove_files) COMPLETE
64082025-02-21T08:26:38.472Z[ recovery-image] Feb 21 08:26:37.072 INFO O| Feb 21 08:26:37.072 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-21T08:26:38.500Z[ recovery-image] Feb 21 08:26:37.093 INFO O| Feb 21 08:26:37.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64102025-02-21T08:26:38.500Z[ recovery-image] Feb 21 08:26:37.093 INFO O| Feb 21 08:26:37.093 INFO STEP 645 (remove_files) COMPLETE
64112025-02-21T08:26:38.500Z[ recovery-image] Feb 21 08:26:37.093 INFO O| Feb 21 08:26:37.093 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-21T08:26:38.533Z[ recovery-image] Feb 21 08:26:37.136 INFO O| Feb 21 08:26:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64132025-02-21T08:26:38.550Z[ recovery-image] Feb 21 08:26:37.136 INFO O| Feb 21 08:26:37.136 INFO STEP 646 (remove_files) COMPLETE
64142025-02-21T08:26:38.550Z[ recovery-image] Feb 21 08:26:37.136 INFO O| Feb 21 08:26:37.136 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-21T08:26:38.569Z[ recovery-image] Feb 21 08:26:37.165 INFO O| Feb 21 08:26:37.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64162025-02-21T08:26:38.569Z[ recovery-image] Feb 21 08:26:37.165 INFO O| Feb 21 08:26:37.165 INFO STEP 647 (remove_files) COMPLETE
64172025-02-21T08:26:38.569Z[ recovery-image] Feb 21 08:26:37.165 INFO O| Feb 21 08:26:37.165 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-21T08:26:38.583Z[ recovery-image] Feb 21 08:26:37.189 INFO O| Feb 21 08:26:37.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64192025-02-21T08:26:38.583Z[ recovery-image] Feb 21 08:26:37.189 INFO O| Feb 21 08:26:37.189 INFO STEP 648 (remove_files) COMPLETE
64202025-02-21T08:26:38.583Z[ recovery-image] Feb 21 08:26:37.189 INFO O| Feb 21 08:26:37.189 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-21T08:26:38.617Z[ recovery-image] Feb 21 08:26:37.211 INFO O| Feb 21 08:26:37.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64222025-02-21T08:26:38.632Z[ recovery-image] Feb 21 08:26:37.235 INFO O| Feb 21 08:26:37.235 INFO STEP 649 (remove_files) COMPLETE
64232025-02-21T08:26:38.632Z[ recovery-image] Feb 21 08:26:37.235 INFO O| Feb 21 08:26:37.235 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-21T08:26:38.667Z[ recovery-image] Feb 21 08:26:37.273 INFO O| Feb 21 08:26:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64252025-02-21T08:26:38.667Z[ recovery-image] Feb 21 08:26:37.273 INFO O| Feb 21 08:26:37.273 INFO STEP 650 (remove_files) COMPLETE
64262025-02-21T08:26:38.678Z[ recovery-image] Feb 21 08:26:37.273 INFO O| Feb 21 08:26:37.273 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-02-21T08:26:38.697Z[ recovery-image] Feb 21 08:26:37.303 INFO O| Feb 21 08:26:37.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64282025-02-21T08:26:38.697Z[ recovery-image] Feb 21 08:26:37.303 INFO O| Feb 21 08:26:37.303 INFO STEP 651 (remove_files) COMPLETE
64292025-02-21T08:26:38.697Z[ recovery-image] Feb 21 08:26:37.303 INFO O| Feb 21 08:26:37.303 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-02-21T08:26:38.749Z[ recovery-image] Feb 21 08:26:37.343 INFO O| Feb 21 08:26:37.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64312025-02-21T08:26:38.765Z[ recovery-image] Feb 21 08:26:37.343 INFO O| Feb 21 08:26:37.343 INFO STEP 652 (remove_files) COMPLETE
64322025-02-21T08:26:38.765Z[ recovery-image] Feb 21 08:26:37.343 INFO O| Feb 21 08:26:37.343 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-02-21T08:26:38.765Z[ recovery-image] Feb 21 08:26:37.364 INFO O| Feb 21 08:26:37.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64342025-02-21T08:26:38.765Z[ recovery-image] Feb 21 08:26:37.365 INFO O| Feb 21 08:26:37.365 INFO STEP 653 (remove_files) COMPLETE
64352025-02-21T08:26:38.765Z[ recovery-image] Feb 21 08:26:37.365 INFO O| Feb 21 08:26:37.365 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-02-21T08:26:38.805Z[ recovery-image] Feb 21 08:26:37.406 INFO O| Feb 21 08:26:37.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64372025-02-21T08:26:38.805Z[ recovery-image] Feb 21 08:26:37.406 INFO O| Feb 21 08:26:37.406 INFO STEP 654 (remove_files) COMPLETE
64382025-02-21T08:26:38.805Z[ recovery-image] Feb 21 08:26:37.406 INFO O| Feb 21 08:26:37.406 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-02-21T08:26:38.848Z[ recovery-image] Feb 21 08:26:37.453 INFO O| Feb 21 08:26:37.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64402025-02-21T08:26:38.848Z[ recovery-image] Feb 21 08:26:37.453 INFO O| Feb 21 08:26:37.453 INFO STEP 655 (remove_files) COMPLETE
64412025-02-21T08:26:38.848Z[ recovery-image] Feb 21 08:26:37.453 INFO O| Feb 21 08:26:37.453 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-02-21T08:26:38.866Z[ recovery-image] Feb 21 08:26:37.472 INFO O| Feb 21 08:26:37.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64432025-02-21T08:26:38.897Z[ recovery-image] Feb 21 08:26:37.498 INFO O| Feb 21 08:26:37.498 INFO STEP 656 (remove_files) COMPLETE
64442025-02-21T08:26:38.897Z[ recovery-image] Feb 21 08:26:37.498 INFO O| Feb 21 08:26:37.498 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-02-21T08:26:38.986Z[ recovery-image] Feb 21 08:26:37.591 INFO O| Feb 21 08:26:37.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64462025-02-21T08:26:38.989Z[ recovery-image] Feb 21 08:26:37.591 INFO O| Feb 21 08:26:37.568 INFO STEP 657 (remove_files) COMPLETE
64472025-02-21T08:26:38.989Z[ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.568 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64492025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.587 INFO STEP 658 (remove_files) COMPLETE
64502025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.592 INFO O| Feb 21 08:26:37.587 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.625 INFO O| Feb 21 08:26:37.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64522025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.626 INFO O| Feb 21 08:26:37.626 INFO STEP 659 (remove_files) COMPLETE
64532025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.626 INFO O| Feb 21 08:26:37.626 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.657 INFO O| Feb 21 08:26:37.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64552025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.657 INFO O| Feb 21 08:26:37.657 INFO STEP 660 (remove_files) COMPLETE
64562025-02-21T08:26:39.213Z[ recovery-image] Feb 21 08:26:37.657 INFO O| Feb 21 08:26:37.657 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-02-21T08:26:39.242Z[ recovery-image] Feb 21 08:26:37.677 INFO O| Feb 21 08:26:37.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64582025-02-21T08:26:39.242Z[ recovery-image] Feb 21 08:26:37.678 INFO O| Feb 21 08:26:37.677 INFO STEP 661 (remove_files) COMPLETE
64592025-02-21T08:26:39.242Z[ recovery-image] Feb 21 08:26:37.678 INFO O| Feb 21 08:26:37.677 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-02-21T08:26:39.243Z[ host-image] Feb 21 08:26:37.695 INFO O| Feb 21 08:26:37.694 INFO O| Done
64612025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.698 INFO O| Feb 21 08:26:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64622025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.698 INFO O| Feb 21 08:26:37.698 INFO STEP 662 (remove_files) COMPLETE
64632025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.698 INFO O| Feb 21 08:26:37.698 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-02-21T08:26:39.243Z[ host-image] Feb 21 08:26:37.733 INFO O| Feb 21 08:26:37.733 INFO O| Done
64652025-02-21T08:26:39.243Z[ host-image] Feb 21 08:26:37.734 INFO O| Feb 21 08:26:37.733 INFO O| Done
64662025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.739 INFO O| Feb 21 08:26:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64672025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.739 INFO O| Feb 21 08:26:37.739 INFO STEP 663 (remove_files) COMPLETE
64682025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.739 INFO O| Feb 21 08:26:37.739 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-02-21T08:26:39.243Z[ host-image] Feb 21 08:26:37.749 INFO O| Feb 21 08:26:37.749 INFO O| Done
64702025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.759 INFO O| Feb 21 08:26:37.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64712025-02-21T08:26:39.243Z[ recovery-image] Feb 21 08:26:37.760 INFO O| Feb 21 08:26:37.760 INFO STEP 664 (remove_files) COMPLETE
64722025-02-21T08:26:39.244Z[ recovery-image] Feb 21 08:26:37.760 INFO O| Feb 21 08:26:37.760 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-02-21T08:26:39.244Z[ recovery-image] Feb 21 08:26:37.781 INFO O| Feb 21 08:26:37.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64742025-02-21T08:26:39.244Z[ recovery-image] Feb 21 08:26:37.781 INFO O| Feb 21 08:26:37.781 INFO STEP 665 (remove_files) COMPLETE
64752025-02-21T08:26:39.244Z[ recovery-image] Feb 21 08:26:37.781 INFO O| Feb 21 08:26:37.781 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-02-21T08:26:39.244Z[ recovery-image] Feb 21 08:26:37.819 INFO O| Feb 21 08:26:37.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64772025-02-21T08:26:39.311Z[ recovery-image] Feb 21 08:26:37.871 INFO O| Feb 21 08:26:37.871 INFO STEP 666 (remove_files) COMPLETE
64782025-02-21T08:26:39.312Z[ recovery-image] Feb 21 08:26:37.871 INFO O| Feb 21 08:26:37.871 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-02-21T08:26:39.451Z[ recovery-image] Feb 21 08:26:37.892 INFO O| Feb 21 08:26:37.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64802025-02-21T08:26:39.451Z[ recovery-image] Feb 21 08:26:37.892 INFO O| Feb 21 08:26:37.892 INFO STEP 667 (remove_files) COMPLETE
64812025-02-21T08:26:39.451Z[ recovery-image] Feb 21 08:26:37.892 INFO O| Feb 21 08:26:37.892 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-02-21T08:26:39.452Z[ host-image] Feb 21 08:26:37.933 INFO O| Feb 21 08:26:37.926 INFO STEP 14 (pkg_install) COMPLETE
64832025-02-21T08:26:39.452Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64842025-02-21T08:26:39.452Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "mfg" is not enabled
64852025-02-21T08:26:39.514Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64862025-02-21T08:26:39.514Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "compliance" is not enabled
64872025-02-21T08:26:39.514Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64882025-02-21T08:26:39.514Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "stress" is not enabled
64892025-02-21T08:26:39.514Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64902025-02-21T08:26:39.515Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO skip step because feature "nfs" is not enabled
64912025-02-21T08:26:39.515Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
64922025-02-21T08:26:39.515Z[ host-image] Feb 21 08:26:37.934 INFO O| Feb 21 08:26:37.926 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
64932025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.000 INFO O| Feb 21 08:26:38.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64942025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.001 INFO O| Feb 21 08:26:38.001 INFO STEP 668 (remove_files) COMPLETE
64952025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.001 INFO O| Feb 21 08:26:38.001 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.028 INFO O| Feb 21 08:26:38.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64972025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.028 INFO O| Feb 21 08:26:38.028 INFO STEP 669 (remove_files) COMPLETE
64982025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.028 INFO O| Feb 21 08:26:38.028 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.052 INFO O| Feb 21 08:26:38.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65002025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.052 INFO O| Feb 21 08:26:38.052 INFO STEP 670 (remove_files) COMPLETE
65012025-02-21T08:26:39.515Z[ recovery-image] Feb 21 08:26:38.052 INFO O| Feb 21 08:26:38.052 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.073 INFO O| Feb 21 08:26:38.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65032025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.073 INFO O| Feb 21 08:26:38.073 INFO STEP 671 (remove_files) COMPLETE
65042025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.073 INFO O| Feb 21 08:26:38.073 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.093 INFO O| Feb 21 08:26:38.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65062025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.093 INFO O| Feb 21 08:26:38.093 INFO STEP 672 (remove_files) COMPLETE
65072025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.093 INFO O| Feb 21 08:26:38.093 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-02-21T08:26:39.580Z[ host-image] Feb 21 08:26:38.096 INFO O| Feb 21 08:26:38.096 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
65092025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.129 INFO O| Feb 21 08:26:38.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65102025-02-21T08:26:39.580Z[ recovery-image] Feb 21 08:26:38.129 INFO O| Feb 21 08:26:38.129 INFO STEP 673 (remove_files) COMPLETE
65112025-02-21T08:26:39.581Z[ recovery-image] Feb 21 08:26:38.129 INFO O| Feb 21 08:26:38.129 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-21T08:26:39.611Z[ recovery-image] Feb 21 08:26:38.182 INFO O| Feb 21 08:26:38.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65132025-02-21T08:26:39.611Z[ recovery-image] Feb 21 08:26:38.182 INFO O| Feb 21 08:26:38.182 INFO STEP 674 (remove_files) COMPLETE
65142025-02-21T08:26:39.611Z[ recovery-image] Feb 21 08:26:38.182 INFO O| Feb 21 08:26:38.182 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-02-21T08:26:39.654Z[ recovery-image] Feb 21 08:26:38.214 INFO O| Feb 21 08:26:38.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65162025-02-21T08:26:39.654Z[ recovery-image] Feb 21 08:26:38.214 INFO O| Feb 21 08:26:38.214 INFO STEP 675 (remove_files) COMPLETE
65172025-02-21T08:26:39.654Z[ recovery-image] Feb 21 08:26:38.214 INFO O| Feb 21 08:26:38.214 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-02-21T08:26:39.808Z[ recovery-image] Feb 21 08:26:38.233 INFO O| Feb 21 08:26:38.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65192025-02-21T08:26:39.809Z[ recovery-image] Feb 21 08:26:38.234 INFO O| Feb 21 08:26:38.234 INFO STEP 676 (remove_files) COMPLETE
65202025-02-21T08:26:39.809Z[ recovery-image] Feb 21 08:26:38.234 INFO O| Feb 21 08:26:38.234 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-02-21T08:26:39.809Z[ host-image] Feb 21 08:26:38.238 INFO O| Feb 21 08:26:38.238 INFO completed processing gimlet/ramdisk-01-os
65222025-02-21T08:26:39.809Z[ host-image] Feb 21 08:26:38.240 INFO omicron1 baseline generation...
65232025-02-21T08:26:39.809Z[ host-image] Feb 21 08:26:38.241 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
65242025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.252 INFO O| Feb 21 08:26:38.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65252025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.252 INFO O| Feb 21 08:26:38.252 INFO STEP 677 (remove_files) COMPLETE
65262025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.252 INFO O| Feb 21 08:26:38.252 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.278 INFO O| Feb 21 08:26:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65282025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.279 INFO O| Feb 21 08:26:38.279 INFO STEP 678 (remove_files) COMPLETE
65292025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.279 INFO O| Feb 21 08:26:38.279 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.327 INFO O| Feb 21 08:26:38.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65312025-02-21T08:26:39.889Z[ recovery-image] Feb 21 08:26:38.327 INFO O| Feb 21 08:26:38.327 INFO STEP 679 (remove_files) COMPLETE
65322025-02-21T08:26:39.895Z[ recovery-image] Feb 21 08:26:38.327 INFO O| Feb 21 08:26:38.327 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.351 INFO O| Feb 21 08:26:38.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65342025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.351 INFO O| Feb 21 08:26:38.351 INFO STEP 680 (remove_files) COMPLETE
65352025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.351 INFO O| Feb 21 08:26:38.351 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.376 INFO O| Feb 21 08:26:38.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65372025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.376 INFO O| Feb 21 08:26:38.376 INFO STEP 681 (remove_files) COMPLETE
65382025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.376 INFO O| Feb 21 08:26:38.376 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.397 INFO O| Feb 21 08:26:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65402025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.397 INFO O| Feb 21 08:26:38.397 INFO STEP 682 (remove_files) COMPLETE
65412025-02-21T08:26:39.896Z[ recovery-image] Feb 21 08:26:38.397 INFO O| Feb 21 08:26:38.397 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-02-21T08:26:39.993Z[ recovery-image] Feb 21 08:26:38.428 INFO O| Feb 21 08:26:38.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65432025-02-21T08:26:39.993Z[ recovery-image] Feb 21 08:26:38.428 INFO O| Feb 21 08:26:38.428 INFO STEP 683 (remove_files) COMPLETE
65442025-02-21T08:26:39.993Z[ recovery-image] Feb 21 08:26:38.428 INFO O| Feb 21 08:26:38.428 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-02-21T08:26:39.993Z[ recovery-image] Feb 21 08:26:38.504 INFO O| Feb 21 08:26:38.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65462025-02-21T08:26:39.993Z[ recovery-image] Feb 21 08:26:38.504 INFO O| Feb 21 08:26:38.504 INFO STEP 684 (remove_files) COMPLETE
65472025-02-21T08:26:39.993Z[ recovery-image] Feb 21 08:26:38.504 INFO O| Feb 21 08:26:38.504 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-02-21T08:26:40.016Z[ recovery-image] Feb 21 08:26:38.567 INFO O| Feb 21 08:26:38.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65492025-02-21T08:26:40.016Z[ recovery-image] Feb 21 08:26:38.568 INFO O| Feb 21 08:26:38.568 INFO STEP 685 (remove_files) COMPLETE
65502025-02-21T08:26:40.016Z[ recovery-image] Feb 21 08:26:38.568 INFO O| Feb 21 08:26:38.568 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-02-21T08:26:40.089Z[ recovery-image] Feb 21 08:26:38.625 INFO O| Feb 21 08:26:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65522025-02-21T08:26:40.089Z[ recovery-image] Feb 21 08:26:38.625 INFO O| Feb 21 08:26:38.625 INFO STEP 686 (remove_files) COMPLETE
65532025-02-21T08:26:40.089Z[ recovery-image] Feb 21 08:26:38.625 INFO O| Feb 21 08:26:38.625 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-02-21T08:26:40.133Z[ recovery-image] Feb 21 08:26:38.645 INFO O| Feb 21 08:26:38.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65552025-02-21T08:26:40.133Z[ recovery-image] Feb 21 08:26:38.646 INFO O| Feb 21 08:26:38.646 INFO STEP 687 (remove_files) COMPLETE
65562025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.646 INFO O| Feb 21 08:26:38.646 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.666 INFO O| Feb 21 08:26:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65582025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.666 INFO O| Feb 21 08:26:38.666 INFO STEP 688 (remove_files) COMPLETE
65592025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.666 INFO O| Feb 21 08:26:38.666 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.686 INFO O| Feb 21 08:26:38.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65612025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.686 INFO O| Feb 21 08:26:38.686 INFO STEP 689 (remove_files) COMPLETE
65622025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.687 INFO O| Feb 21 08:26:38.686 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.707 INFO O| Feb 21 08:26:38.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65642025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.708 INFO O| Feb 21 08:26:38.708 INFO STEP 690 (remove_files) COMPLETE
65652025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.708 INFO O| Feb 21 08:26:38.708 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.727 INFO O| Feb 21 08:26:38.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65672025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.728 INFO O| Feb 21 08:26:38.728 INFO STEP 691 (remove_files) COMPLETE
65682025-02-21T08:26:40.134Z[ recovery-image] Feb 21 08:26:38.728 INFO O| Feb 21 08:26:38.728 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.747 INFO O| Feb 21 08:26:38.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65702025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.747 INFO O| Feb 21 08:26:38.747 INFO STEP 692 (remove_files) COMPLETE
65712025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.747 INFO O| Feb 21 08:26:38.747 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.767 INFO O| Feb 21 08:26:38.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65732025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.767 INFO O| Feb 21 08:26:38.767 INFO STEP 693 (remove_files) COMPLETE
65742025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.768 INFO O| Feb 21 08:26:38.767 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.786 INFO O| Feb 21 08:26:38.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65762025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.786 INFO O| Feb 21 08:26:38.786 INFO STEP 694 (remove_files) COMPLETE
65772025-02-21T08:26:40.253Z[ recovery-image] Feb 21 08:26:38.786 INFO O| Feb 21 08:26:38.786 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-02-21T08:26:40.282Z[ recovery-image] Feb 21 08:26:38.805 INFO O| Feb 21 08:26:38.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65792025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.805 INFO O| Feb 21 08:26:38.805 INFO STEP 695 (remove_files) COMPLETE
65802025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.805 INFO O| Feb 21 08:26:38.805 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.822 INFO O| Feb 21 08:26:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65822025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.822 INFO O| Feb 21 08:26:38.822 INFO STEP 696 (remove_files) COMPLETE
65832025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.822 INFO O| Feb 21 08:26:38.822 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.840 INFO O| Feb 21 08:26:38.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65852025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.840 INFO O| Feb 21 08:26:38.840 INFO STEP 697 (remove_files) COMPLETE
65862025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.840 INFO O| Feb 21 08:26:38.840 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.859 INFO O| Feb 21 08:26:38.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65882025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.859 INFO O| Feb 21 08:26:38.859 INFO STEP 698 (remove_files) COMPLETE
65892025-02-21T08:26:40.285Z[ recovery-image] Feb 21 08:26:38.859 INFO O| Feb 21 08:26:38.859 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-02-21T08:26:40.291Z[ recovery-image] Feb 21 08:26:38.879 INFO O| Feb 21 08:26:38.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65912025-02-21T08:26:40.291Z[ recovery-image] Feb 21 08:26:38.880 INFO O| Feb 21 08:26:38.880 INFO STEP 699 (remove_files) COMPLETE
65922025-02-21T08:26:40.291Z[ recovery-image] Feb 21 08:26:38.880 INFO O| Feb 21 08:26:38.880 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-02-21T08:26:40.364Z[ host-image] Feb 21 08:26:38.943 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23219:20250221T003850Z
65942025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.950 INFO O| Feb 21 08:26:38.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65952025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.950 INFO O| Feb 21 08:26:38.950 INFO STEP 700 (remove_files) COMPLETE
65962025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.950 INFO O| Feb 21 08:26:38.950 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.969 INFO O| Feb 21 08:26:38.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65982025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.969 INFO O| Feb 21 08:26:38.969 INFO STEP 701 (remove_files) COMPLETE
65992025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.969 INFO O| Feb 21 08:26:38.969 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.989 INFO O| Feb 21 08:26:38.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66012025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.989 INFO O| Feb 21 08:26:38.989 INFO STEP 702 (remove_files) COMPLETE
66022025-02-21T08:26:40.394Z[ recovery-image] Feb 21 08:26:38.989 INFO O| Feb 21 08:26:38.989 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-21T08:26:40.429Z[ recovery-image] Feb 21 08:26:39.013 INFO O| Feb 21 08:26:39.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66042025-02-21T08:26:40.429Z[ recovery-image] Feb 21 08:26:39.013 INFO O| Feb 21 08:26:39.013 INFO STEP 703 (remove_files) COMPLETE
66052025-02-21T08:26:40.429Z[ recovery-image] Feb 21 08:26:39.013 INFO O| Feb 21 08:26:39.013 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-02-21T08:26:40.429Z[ recovery-image] Feb 21 08:26:39.032 INFO O| Feb 21 08:26:39.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66072025-02-21T08:26:40.429Z[ recovery-image] Feb 21 08:26:39.032 INFO O| Feb 21 08:26:39.032 INFO STEP 704 (remove_files) COMPLETE
66082025-02-21T08:26:40.429Z[ recovery-image] Feb 21 08:26:39.032 INFO O| Feb 21 08:26:39.032 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-02-21T08:26:40.473Z[ recovery-image] Feb 21 08:26:39.076 INFO O| Feb 21 08:26:39.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66102025-02-21T08:26:40.473Z[ recovery-image] Feb 21 08:26:39.076 INFO O| Feb 21 08:26:39.076 INFO STEP 705 (remove_files) COMPLETE
66112025-02-21T08:26:40.473Z[ recovery-image] Feb 21 08:26:39.076 INFO O| Feb 21 08:26:39.076 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-21T08:26:40.515Z[ recovery-image] Feb 21 08:26:39.116 INFO O| Feb 21 08:26:39.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66132025-02-21T08:26:40.515Z[ recovery-image] Feb 21 08:26:39.116 INFO O| Feb 21 08:26:39.116 INFO STEP 706 (remove_files) COMPLETE
66142025-02-21T08:26:40.515Z[ recovery-image] Feb 21 08:26:39.116 INFO O| Feb 21 08:26:39.116 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-21T08:26:40.552Z[ recovery-image] Feb 21 08:26:39.147 INFO O| Feb 21 08:26:39.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66162025-02-21T08:26:40.573Z[ recovery-image] Feb 21 08:26:39.147 INFO O| Feb 21 08:26:39.147 INFO STEP 707 (remove_files) COMPLETE
66172025-02-21T08:26:40.573Z[ recovery-image] Feb 21 08:26:39.147 INFO O| Feb 21 08:26:39.147 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-02-21T08:26:40.583Z[ recovery-image] Feb 21 08:26:39.185 INFO O| Feb 21 08:26:39.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66192025-02-21T08:26:40.583Z[ recovery-image] Feb 21 08:26:39.185 INFO O| Feb 21 08:26:39.185 INFO STEP 708 (remove_files) COMPLETE
66202025-02-21T08:26:40.583Z[ recovery-image] Feb 21 08:26:39.185 INFO O| Feb 21 08:26:39.185 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-02-21T08:26:40.650Z[ recovery-image] Feb 21 08:26:39.249 INFO O| Feb 21 08:26:39.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66222025-02-21T08:26:40.664Z[ recovery-image] Feb 21 08:26:39.249 INFO O| Feb 21 08:26:39.249 INFO STEP 709 (remove_files) COMPLETE
66232025-02-21T08:26:40.664Z[ recovery-image] Feb 21 08:26:39.249 INFO O| Feb 21 08:26:39.249 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-02-21T08:26:40.674Z[ recovery-image] Feb 21 08:26:39.270 INFO O| Feb 21 08:26:39.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66252025-02-21T08:26:40.674Z[ recovery-image] Feb 21 08:26:39.270 INFO O| Feb 21 08:26:39.270 INFO STEP 710 (remove_files) COMPLETE
66262025-02-21T08:26:40.674Z[ recovery-image] Feb 21 08:26:39.270 INFO O| Feb 21 08:26:39.270 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-02-21T08:26:40.742Z[ recovery-image] Feb 21 08:26:39.293 INFO O| Feb 21 08:26:39.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66282025-02-21T08:26:40.742Z[ recovery-image] Feb 21 08:26:39.293 INFO O| Feb 21 08:26:39.293 INFO STEP 711 (remove_files) COMPLETE
66292025-02-21T08:26:40.742Z[ recovery-image] Feb 21 08:26:39.293 INFO O| Feb 21 08:26:39.293 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-02-21T08:26:40.799Z[ recovery-image] Feb 21 08:26:39.343 INFO O| Feb 21 08:26:39.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66312025-02-21T08:26:40.799Z[ recovery-image] Feb 21 08:26:39.343 INFO O| Feb 21 08:26:39.343 INFO STEP 712 (remove_files) COMPLETE
66322025-02-21T08:26:40.799Z[ recovery-image] Feb 21 08:26:39.343 INFO O| Feb 21 08:26:39.343 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-02-21T08:26:40.905Z[ recovery-image] Feb 21 08:26:39.362 INFO O| Feb 21 08:26:39.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66342025-02-21T08:26:40.905Z[ recovery-image] Feb 21 08:26:39.362 INFO O| Feb 21 08:26:39.362 INFO STEP 713 (remove_files) COMPLETE
66352025-02-21T08:26:40.905Z[ recovery-image] Feb 21 08:26:39.362 INFO O| Feb 21 08:26:39.362 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-02-21T08:26:40.905Z[ recovery-image] Feb 21 08:26:39.381 INFO O| Feb 21 08:26:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66372025-02-21T08:26:40.905Z[ recovery-image] Feb 21 08:26:39.381 INFO O| Feb 21 08:26:39.381 INFO STEP 714 (remove_files) COMPLETE
66382025-02-21T08:26:40.906Z[ recovery-image] Feb 21 08:26:39.381 INFO O| Feb 21 08:26:39.381 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-02-21T08:26:40.906Z[ recovery-image] Feb 21 08:26:39.414 INFO O| Feb 21 08:26:39.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66402025-02-21T08:26:40.906Z[ recovery-image] Feb 21 08:26:39.414 INFO O| Feb 21 08:26:39.414 INFO STEP 715 (remove_files) COMPLETE
66412025-02-21T08:26:40.906Z[ recovery-image] Feb 21 08:26:39.414 INFO O| Feb 21 08:26:39.414 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.433 INFO O| Feb 21 08:26:39.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66432025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.433 INFO O| Feb 21 08:26:39.433 INFO STEP 716 (remove_files) COMPLETE
66442025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.434 INFO O| Feb 21 08:26:39.433 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.453 INFO O| Feb 21 08:26:39.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66462025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.453 INFO O| Feb 21 08:26:39.453 INFO STEP 717 (remove_files) COMPLETE
66472025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.453 INFO O| Feb 21 08:26:39.453 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.472 INFO O| Feb 21 08:26:39.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66492025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.472 INFO O| Feb 21 08:26:39.472 INFO STEP 718 (remove_files) COMPLETE
66502025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.472 INFO O| Feb 21 08:26:39.472 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-02-21T08:26:40.971Z[ recovery-image] Feb 21 08:26:39.490 INFO O| Feb 21 08:26:39.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66522025-02-21T08:26:40.976Z[ recovery-image] Feb 21 08:26:39.490 INFO O| Feb 21 08:26:39.490 INFO STEP 719 (remove_files) COMPLETE
66532025-02-21T08:26:40.984Z[ recovery-image] Feb 21 08:26:39.490 INFO O| Feb 21 08:26:39.490 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-02-21T08:26:40.984Z[ recovery-image] Feb 21 08:26:39.508 INFO O| Feb 21 08:26:39.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66552025-02-21T08:26:40.984Z[ recovery-image] Feb 21 08:26:39.508 INFO O| Feb 21 08:26:39.508 INFO STEP 720 (remove_files) COMPLETE
66562025-02-21T08:26:40.984Z[ recovery-image] Feb 21 08:26:39.508 INFO O| Feb 21 08:26:39.508 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.529 INFO O| Feb 21 08:26:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66582025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.529 INFO O| Feb 21 08:26:39.529 INFO STEP 721 (remove_files) COMPLETE
66592025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.529 INFO O| Feb 21 08:26:39.529 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.548 INFO O| Feb 21 08:26:39.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66612025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.548 INFO O| Feb 21 08:26:39.548 INFO STEP 722 (remove_files) COMPLETE
66622025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.548 INFO O| Feb 21 08:26:39.548 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.584 INFO O| Feb 21 08:26:39.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66642025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.584 INFO O| Feb 21 08:26:39.584 INFO STEP 723 (remove_files) COMPLETE
66652025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.584 INFO O| Feb 21 08:26:39.584 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.609 INFO O| Feb 21 08:26:39.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66672025-02-21T08:26:41.205Z[ recovery-image] Feb 21 08:26:39.609 INFO O| Feb 21 08:26:39.609 INFO STEP 724 (remove_files) COMPLETE
66682025-02-21T08:26:41.206Z[ recovery-image] Feb 21 08:26:39.609 INFO O| Feb 21 08:26:39.609 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-02-21T08:26:41.316Z[ recovery-image] Feb 21 08:26:39.644 INFO O| Feb 21 08:26:39.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66702025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.644 INFO O| Feb 21 08:26:39.644 INFO STEP 725 (remove_files) COMPLETE
66712025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.644 INFO O| Feb 21 08:26:39.644 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.664 INFO O| Feb 21 08:26:39.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66732025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.664 INFO O| Feb 21 08:26:39.664 INFO STEP 726 (remove_files) COMPLETE
66742025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.664 INFO O| Feb 21 08:26:39.664 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.685 INFO O| Feb 21 08:26:39.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66762025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.685 INFO O| Feb 21 08:26:39.685 INFO STEP 727 (remove_files) COMPLETE
66772025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.685 INFO O| Feb 21 08:26:39.685 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.705 INFO O| Feb 21 08:26:39.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66792025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.705 INFO O| Feb 21 08:26:39.705 INFO STEP 728 (remove_files) COMPLETE
66802025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.705 INFO O| Feb 21 08:26:39.705 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.744 INFO O| Feb 21 08:26:39.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66822025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.744 INFO O| Feb 21 08:26:39.744 INFO STEP 729 (remove_files) COMPLETE
66832025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.744 INFO O| Feb 21 08:26:39.744 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.764 INFO O| Feb 21 08:26:39.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66852025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.764 INFO O| Feb 21 08:26:39.764 INFO STEP 730 (remove_files) COMPLETE
66862025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.764 INFO O| Feb 21 08:26:39.764 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.805 INFO O| Feb 21 08:26:39.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66882025-02-21T08:26:41.317Z[ recovery-image] Feb 21 08:26:39.805 INFO O| Feb 21 08:26:39.805 INFO STEP 731 (remove_files) COMPLETE
66892025-02-21T08:26:41.318Z[ recovery-image] Feb 21 08:26:39.805 INFO O| Feb 21 08:26:39.805 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-02-21T08:26:41.318Z[ recovery-image] Feb 21 08:26:39.822 INFO O| Feb 21 08:26:39.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66912025-02-21T08:26:41.318Z[ recovery-image] Feb 21 08:26:39.822 INFO O| Feb 21 08:26:39.822 INFO STEP 732 (remove_files) COMPLETE
66922025-02-21T08:26:41.318Z[ recovery-image] Feb 21 08:26:39.822 INFO O| Feb 21 08:26:39.822 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-02-21T08:26:41.406Z[ recovery-image] Feb 21 08:26:39.855 INFO O| Feb 21 08:26:39.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66942025-02-21T08:26:41.406Z[ recovery-image] Feb 21 08:26:39.855 INFO O| Feb 21 08:26:39.855 INFO STEP 733 (remove_files) COMPLETE
66952025-02-21T08:26:41.406Z[ recovery-image] Feb 21 08:26:39.855 INFO O| Feb 21 08:26:39.855 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-02-21T08:26:41.406Z[ recovery-image] Feb 21 08:26:39.902 INFO O| Feb 21 08:26:39.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66972025-02-21T08:26:41.408Z[ recovery-image] Feb 21 08:26:39.902 INFO O| Feb 21 08:26:39.902 INFO STEP 734 (remove_files) COMPLETE
66982025-02-21T08:26:41.408Z[ recovery-image] Feb 21 08:26:39.902 INFO O| Feb 21 08:26:39.902 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-02-21T08:26:41.408Z[ recovery-image] Feb 21 08:26:39.962 INFO O| Feb 21 08:26:39.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67002025-02-21T08:26:41.408Z[ recovery-image] Feb 21 08:26:39.962 INFO O| Feb 21 08:26:39.962 INFO STEP 735 (remove_files) COMPLETE
67012025-02-21T08:26:41.408Z[ recovery-image] Feb 21 08:26:39.962 INFO O| Feb 21 08:26:39.962 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-02-21T08:26:41.439Z[ recovery-image] Feb 21 08:26:39.986 INFO O| Feb 21 08:26:39.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67032025-02-21T08:26:41.439Z[ recovery-image] Feb 21 08:26:39.986 INFO O| Feb 21 08:26:39.986 INFO STEP 736 (remove_files) COMPLETE
67042025-02-21T08:26:41.439Z[ recovery-image] Feb 21 08:26:39.986 INFO O| Feb 21 08:26:39.986 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-02-21T08:26:41.439Z[ recovery-image] Feb 21 08:26:40.020 INFO O| Feb 21 08:26:40.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67062025-02-21T08:26:41.439Z[ recovery-image] Feb 21 08:26:40.020 INFO O| Feb 21 08:26:40.020 INFO STEP 737 (remove_files) COMPLETE
67072025-02-21T08:26:41.439Z[ recovery-image] Feb 21 08:26:40.020 INFO O| Feb 21 08:26:40.020 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-02-21T08:26:41.519Z[ recovery-image] Feb 21 08:26:40.040 INFO O| Feb 21 08:26:40.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67092025-02-21T08:26:41.519Z[ recovery-image] Feb 21 08:26:40.040 INFO O| Feb 21 08:26:40.040 INFO STEP 738 (remove_files) COMPLETE
67102025-02-21T08:26:41.519Z[ recovery-image] Feb 21 08:26:40.040 INFO O| Feb 21 08:26:40.040 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-02-21T08:26:41.520Z[ recovery-image] Feb 21 08:26:40.059 INFO O| Feb 21 08:26:40.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67122025-02-21T08:26:41.520Z[ recovery-image] Feb 21 08:26:40.059 INFO O| Feb 21 08:26:40.059 INFO STEP 739 (remove_files) COMPLETE
67132025-02-21T08:26:41.520Z[ recovery-image] Feb 21 08:26:40.059 INFO O| Feb 21 08:26:40.059 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-02-21T08:26:41.539Z[ recovery-image] Feb 21 08:26:40.097 INFO O| Feb 21 08:26:40.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67152025-02-21T08:26:41.539Z[ recovery-image] Feb 21 08:26:40.097 INFO O| Feb 21 08:26:40.097 INFO STEP 740 (remove_files) COMPLETE
67162025-02-21T08:26:41.539Z[ recovery-image] Feb 21 08:26:40.097 INFO O| Feb 21 08:26:40.097 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-02-21T08:26:41.539Z[ recovery-image] Feb 21 08:26:40.118 INFO O| Feb 21 08:26:40.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67182025-02-21T08:26:41.539Z[ recovery-image] Feb 21 08:26:40.118 INFO O| Feb 21 08:26:40.118 INFO STEP 741 (remove_files) COMPLETE
67192025-02-21T08:26:41.540Z[ recovery-image] Feb 21 08:26:40.118 INFO O| Feb 21 08:26:40.118 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-02-21T08:26:41.608Z[ recovery-image] Feb 21 08:26:40.136 INFO O| Feb 21 08:26:40.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67212025-02-21T08:26:41.608Z[ recovery-image] Feb 21 08:26:40.136 INFO O| Feb 21 08:26:40.136 INFO STEP 742 (remove_files) COMPLETE
67222025-02-21T08:26:41.608Z[ recovery-image] Feb 21 08:26:40.136 INFO O| Feb 21 08:26:40.136 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-02-21T08:26:41.608Z[ recovery-image] Feb 21 08:26:40.155 INFO O| Feb 21 08:26:40.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67242025-02-21T08:26:41.608Z[ recovery-image] Feb 21 08:26:40.155 INFO O| Feb 21 08:26:40.155 INFO STEP 743 (remove_files) COMPLETE
67252025-02-21T08:26:41.608Z[ recovery-image] Feb 21 08:26:40.156 INFO O| Feb 21 08:26:40.156 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-02-21T08:26:41.658Z[ recovery-image] Feb 21 08:26:40.205 INFO O| Feb 21 08:26:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67272025-02-21T08:26:41.659Z[ recovery-image] Feb 21 08:26:40.205 INFO O| Feb 21 08:26:40.205 INFO STEP 744 (remove_files) COMPLETE
67282025-02-21T08:26:41.659Z[ recovery-image] Feb 21 08:26:40.205 INFO O| Feb 21 08:26:40.205 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-02-21T08:26:41.725Z[ recovery-image] Feb 21 08:26:40.261 INFO O| Feb 21 08:26:40.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67302025-02-21T08:26:41.725Z[ recovery-image] Feb 21 08:26:40.261 INFO O| Feb 21 08:26:40.261 INFO STEP 745 (remove_files) COMPLETE
67312025-02-21T08:26:41.725Z[ recovery-image] Feb 21 08:26:40.261 INFO O| Feb 21 08:26:40.261 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-02-21T08:26:41.776Z[ recovery-image] Feb 21 08:26:40.277 INFO O| Feb 21 08:26:40.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67332025-02-21T08:26:41.776Z[ recovery-image] Feb 21 08:26:40.277 INFO O| Feb 21 08:26:40.277 INFO STEP 746 (remove_files) COMPLETE
67342025-02-21T08:26:41.776Z[ recovery-image] Feb 21 08:26:40.277 INFO O| Feb 21 08:26:40.277 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-02-21T08:26:41.776Z[ recovery-image] Feb 21 08:26:40.308 INFO O| Feb 21 08:26:40.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67362025-02-21T08:26:41.776Z[ recovery-image] Feb 21 08:26:40.308 INFO O| Feb 21 08:26:40.308 INFO STEP 747 (remove_files) COMPLETE
67372025-02-21T08:26:41.777Z[ recovery-image] Feb 21 08:26:40.308 INFO O| Feb 21 08:26:40.308 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-02-21T08:26:41.777Z[ recovery-image] Feb 21 08:26:40.344 INFO O| Feb 21 08:26:40.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67392025-02-21T08:26:41.777Z[ recovery-image] Feb 21 08:26:40.344 INFO O| Feb 21 08:26:40.344 INFO STEP 748 (remove_files) COMPLETE
67402025-02-21T08:26:41.777Z[ recovery-image] Feb 21 08:26:40.344 INFO O| Feb 21 08:26:40.344 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-02-21T08:26:41.807Z[ recovery-image] Feb 21 08:26:40.404 INFO O| Feb 21 08:26:40.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67422025-02-21T08:26:41.917Z[ recovery-image] Feb 21 08:26:40.404 INFO O| Feb 21 08:26:40.404 INFO STEP 749 (remove_files) COMPLETE
67432025-02-21T08:26:41.917Z[ recovery-image] Feb 21 08:26:40.405 INFO O| Feb 21 08:26:40.404 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-02-21T08:26:41.987Z[ recovery-image] Feb 21 08:26:40.454 INFO O| Feb 21 08:26:40.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67452025-02-21T08:26:41.987Z[ recovery-image] Feb 21 08:26:40.454 INFO O| Feb 21 08:26:40.454 INFO STEP 750 (remove_files) COMPLETE
67462025-02-21T08:26:41.987Z[ recovery-image] Feb 21 08:26:40.454 INFO O| Feb 21 08:26:40.454 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.472 INFO O| Feb 21 08:26:40.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67482025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.472 INFO O| Feb 21 08:26:40.472 INFO STEP 751 (remove_files) COMPLETE
67492025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.472 INFO O| Feb 21 08:26:40.472 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.490 INFO O| Feb 21 08:26:40.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67512025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.490 INFO O| Feb 21 08:26:40.490 INFO STEP 752 (remove_files) COMPLETE
67522025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.490 INFO O| Feb 21 08:26:40.490 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.509 INFO O| Feb 21 08:26:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67542025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.509 INFO O| Feb 21 08:26:40.509 INFO STEP 753 (remove_files) COMPLETE
67552025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.509 INFO O| Feb 21 08:26:40.509 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.529 INFO O| Feb 21 08:26:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67572025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.529 INFO O| Feb 21 08:26:40.529 INFO STEP 754 (remove_files) COMPLETE
67582025-02-21T08:26:41.995Z[ recovery-image] Feb 21 08:26:40.529 INFO O| Feb 21 08:26:40.529 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-02-21T08:26:42.079Z[ recovery-image] Feb 21 08:26:40.590 INFO O| Feb 21 08:26:40.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67602025-02-21T08:26:42.079Z[ recovery-image] Feb 21 08:26:40.590 INFO O| Feb 21 08:26:40.590 INFO STEP 755 (remove_files) COMPLETE
67612025-02-21T08:26:42.079Z[ recovery-image] Feb 21 08:26:40.590 INFO O| Feb 21 08:26:40.590 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-02-21T08:26:42.107Z[ recovery-image] Feb 21 08:26:40.640 INFO O| Feb 21 08:26:40.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67632025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.640 INFO O| Feb 21 08:26:40.640 INFO STEP 756 (remove_files) COMPLETE
67642025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.640 INFO O| Feb 21 08:26:40.640 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.658 INFO O| Feb 21 08:26:40.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67662025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.658 INFO O| Feb 21 08:26:40.658 INFO STEP 757 (remove_files) COMPLETE
67672025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.658 INFO O| Feb 21 08:26:40.658 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.680 INFO O| Feb 21 08:26:40.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67692025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.680 INFO O| Feb 21 08:26:40.680 INFO STEP 758 (remove_files) COMPLETE
67702025-02-21T08:26:42.108Z[ recovery-image] Feb 21 08:26:40.680 INFO O| Feb 21 08:26:40.680 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-02-21T08:26:42.459Z[ recovery-image] Feb 21 08:26:40.762 INFO O| Feb 21 08:26:40.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67722025-02-21T08:26:42.459Z[ recovery-image] Feb 21 08:26:40.762 INFO O| Feb 21 08:26:40.762 INFO STEP 759 (remove_files) COMPLETE
67732025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.762 INFO O| Feb 21 08:26:40.762 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.797 INFO O| Feb 21 08:26:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67752025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.797 INFO O| Feb 21 08:26:40.797 INFO STEP 760 (remove_files) COMPLETE
67762025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.797 INFO O| Feb 21 08:26:40.797 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.824 INFO O| Feb 21 08:26:40.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67782025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.824 INFO O| Feb 21 08:26:40.824 INFO STEP 761 (remove_files) COMPLETE
67792025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.824 INFO O| Feb 21 08:26:40.824 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.846 INFO O| Feb 21 08:26:40.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67812025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.871 INFO O| Feb 21 08:26:40.871 INFO STEP 762 (remove_files) COMPLETE
67822025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.871 INFO O| Feb 21 08:26:40.871 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-02-21T08:26:42.474Z[ recovery-image] Feb 21 08:26:40.894 INFO O| Feb 21 08:26:40.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67842025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.894 INFO O| Feb 21 08:26:40.894 INFO STEP 763 (remove_files) COMPLETE
67852025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.894 INFO O| Feb 21 08:26:40.894 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.914 INFO O| Feb 21 08:26:40.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67872025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.922 INFO O| Feb 21 08:26:40.922 INFO STEP 764 (remove_files) COMPLETE
67882025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.922 INFO O| Feb 21 08:26:40.922 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.944 INFO O| Feb 21 08:26:40.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67902025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.944 INFO O| Feb 21 08:26:40.944 INFO STEP 765 (remove_files) COMPLETE
67912025-02-21T08:26:42.475Z[ recovery-image] Feb 21 08:26:40.944 INFO O| Feb 21 08:26:40.944 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-02-21T08:26:42.481Z[ recovery-image] Feb 21 08:26:41.018 INFO O| Feb 21 08:26:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67932025-02-21T08:26:42.481Z[ recovery-image] Feb 21 08:26:41.018 INFO O| Feb 21 08:26:41.018 INFO STEP 766 (remove_files) COMPLETE
67942025-02-21T08:26:42.481Z[ recovery-image] Feb 21 08:26:41.018 INFO O| Feb 21 08:26:41.018 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-02-21T08:26:42.481Z[ recovery-image] Feb 21 08:26:41.036 INFO O| Feb 21 08:26:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67962025-02-21T08:26:42.481Z[ recovery-image] Feb 21 08:26:41.036 INFO O| Feb 21 08:26:41.036 INFO STEP 767 (remove_files) COMPLETE
67972025-02-21T08:26:42.481Z[ recovery-image] Feb 21 08:26:41.036 INFO O| Feb 21 08:26:41.036 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-02-21T08:26:42.616Z[ recovery-image] Feb 21 08:26:41.095 INFO O| Feb 21 08:26:41.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67992025-02-21T08:26:42.616Z[ recovery-image] Feb 21 08:26:41.096 INFO O| Feb 21 08:26:41.096 INFO STEP 768 (remove_files) COMPLETE
68002025-02-21T08:26:42.620Z[ recovery-image] Feb 21 08:26:41.096 INFO O| Feb 21 08:26:41.096 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-02-21T08:26:42.742Z[ recovery-image] Feb 21 08:26:41.130 INFO O| Feb 21 08:26:41.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68022025-02-21T08:26:42.742Z[ recovery-image] Feb 21 08:26:41.130 INFO O| Feb 21 08:26:41.130 INFO STEP 769 (remove_files) COMPLETE
68032025-02-21T08:26:42.742Z[ recovery-image] Feb 21 08:26:41.130 INFO O| Feb 21 08:26:41.130 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-02-21T08:26:42.742Z[ recovery-image] Feb 21 08:26:41.156 INFO O| Feb 21 08:26:41.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68052025-02-21T08:26:42.742Z[ recovery-image] Feb 21 08:26:41.156 INFO O| Feb 21 08:26:41.156 INFO STEP 770 (remove_files) COMPLETE
68062025-02-21T08:26:42.742Z[ recovery-image] Feb 21 08:26:41.156 INFO O| Feb 21 08:26:41.156 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-02-21T08:26:42.742Z[ recovery-image] Feb 21 08:26:41.204 INFO O| Feb 21 08:26:41.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68082025-02-21T08:26:42.743Z[ recovery-image] Feb 21 08:26:41.204 INFO O| Feb 21 08:26:41.204 INFO STEP 771 (remove_files) COMPLETE
68092025-02-21T08:26:42.743Z[ recovery-image] Feb 21 08:26:41.204 INFO O| Feb 21 08:26:41.204 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-02-21T08:26:42.743Z[ recovery-image] Feb 21 08:26:41.253 INFO O| Feb 21 08:26:41.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68112025-02-21T08:26:42.743Z[ recovery-image] Feb 21 08:26:41.253 INFO O| Feb 21 08:26:41.253 INFO STEP 772 (remove_files) COMPLETE
68122025-02-21T08:26:42.743Z[ recovery-image] Feb 21 08:26:41.253 INFO O| Feb 21 08:26:41.253 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-02-21T08:26:42.755Z[ recovery-image] Feb 21 08:26:41.272 INFO O| Feb 21 08:26:41.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68142025-02-21T08:26:42.756Z[ recovery-image] Feb 21 08:26:41.273 INFO O| Feb 21 08:26:41.273 INFO STEP 773 (remove_files) COMPLETE
68152025-02-21T08:26:42.756Z[ recovery-image] Feb 21 08:26:41.273 INFO O| Feb 21 08:26:41.273 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-02-21T08:26:42.756Z[ recovery-image] Feb 21 08:26:41.293 INFO O| Feb 21 08:26:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68172025-02-21T08:26:42.756Z[ recovery-image] Feb 21 08:26:41.293 INFO O| Feb 21 08:26:41.293 INFO STEP 774 (remove_files) COMPLETE
68182025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.293 INFO O| Feb 21 08:26:41.293 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.312 INFO O| Feb 21 08:26:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68202025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.312 INFO O| Feb 21 08:26:41.312 INFO STEP 775 (remove_files) COMPLETE
68212025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.313 INFO O| Feb 21 08:26:41.313 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.331 INFO O| Feb 21 08:26:41.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68232025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.331 INFO O| Feb 21 08:26:41.331 INFO STEP 776 (remove_files) COMPLETE
68242025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.331 INFO O| Feb 21 08:26:41.331 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.351 INFO O| Feb 21 08:26:41.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68262025-02-21T08:26:42.762Z[ recovery-image] Feb 21 08:26:41.351 INFO O| Feb 21 08:26:41.351 INFO STEP 777 (remove_files) COMPLETE
68272025-02-21T08:26:42.763Z[ recovery-image] Feb 21 08:26:41.351 INFO O| Feb 21 08:26:41.351 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-21T08:26:42.940Z[ recovery-image] Feb 21 08:26:41.370 INFO O| Feb 21 08:26:41.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68292025-02-21T08:26:42.940Z[ recovery-image] Feb 21 08:26:41.370 INFO O| Feb 21 08:26:41.370 INFO STEP 778 (remove_files) COMPLETE
68302025-02-21T08:26:42.940Z[ recovery-image] Feb 21 08:26:41.371 INFO O| Feb 21 08:26:41.371 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.389 INFO O| Feb 21 08:26:41.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68322025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.389 INFO O| Feb 21 08:26:41.389 INFO STEP 779 (remove_files) COMPLETE
68332025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.389 INFO O| Feb 21 08:26:41.389 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.409 INFO O| Feb 21 08:26:41.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68352025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.409 INFO O| Feb 21 08:26:41.409 INFO STEP 780 (remove_files) COMPLETE
68362025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.409 INFO O| Feb 21 08:26:41.409 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.428 INFO O| Feb 21 08:26:41.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68382025-02-21T08:26:43.021Z[ recovery-image] Feb 21 08:26:41.428 INFO O| Feb 21 08:26:41.428 INFO STEP 781 (remove_files) COMPLETE
68392025-02-21T08:26:43.024Z[ recovery-image] Feb 21 08:26:41.428 INFO O| Feb 21 08:26:41.428 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-21T08:26:43.024Z[ recovery-image] Feb 21 08:26:41.454 INFO O| Feb 21 08:26:41.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68412025-02-21T08:26:43.024Z[ recovery-image] Feb 21 08:26:41.454 INFO O| Feb 21 08:26:41.454 INFO STEP 782 (remove_files) COMPLETE
68422025-02-21T08:26:43.024Z[ recovery-image] Feb 21 08:26:41.454 INFO O| Feb 21 08:26:41.454 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-21T08:26:43.024Z[ recovery-image] Feb 21 08:26:41.475 INFO O| Feb 21 08:26:41.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68442025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.476 INFO O| Feb 21 08:26:41.476 INFO STEP 783 (remove_files) COMPLETE
68452025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.476 INFO O| Feb 21 08:26:41.476 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.496 INFO O| Feb 21 08:26:41.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68472025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.496 INFO O| Feb 21 08:26:41.496 INFO STEP 784 (remove_files) COMPLETE
68482025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.496 INFO O| Feb 21 08:26:41.496 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.516 INFO O| Feb 21 08:26:41.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68502025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.516 INFO O| Feb 21 08:26:41.516 INFO STEP 785 (remove_files) COMPLETE
68512025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.516 INFO O| Feb 21 08:26:41.516 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-21T08:26:43.029Z[ recovery-image] Feb 21 08:26:41.535 INFO O| Feb 21 08:26:41.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68532025-02-21T08:26:43.030Z[ recovery-image] Feb 21 08:26:41.535 INFO O| Feb 21 08:26:41.535 INFO STEP 786 (remove_files) COMPLETE
68542025-02-21T08:26:43.030Z[ recovery-image] Feb 21 08:26:41.535 INFO O| Feb 21 08:26:41.535 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-02-21T08:26:43.037Z[ recovery-image] Feb 21 08:26:41.564 INFO O| Feb 21 08:26:41.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68562025-02-21T08:26:43.037Z[ recovery-image] Feb 21 08:26:41.564 INFO O| Feb 21 08:26:41.564 INFO STEP 787 (remove_files) COMPLETE
68572025-02-21T08:26:43.037Z[ recovery-image] Feb 21 08:26:41.564 INFO O| Feb 21 08:26:41.564 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-02-21T08:26:43.117Z[ recovery-image] Feb 21 08:26:41.608 INFO O| Feb 21 08:26:41.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68592025-02-21T08:26:43.117Z[ recovery-image] Feb 21 08:26:41.608 INFO O| Feb 21 08:26:41.608 INFO STEP 788 (remove_files) COMPLETE
68602025-02-21T08:26:43.117Z[ recovery-image] Feb 21 08:26:41.608 INFO O| Feb 21 08:26:41.608 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-02-21T08:26:43.118Z[ recovery-image] Feb 21 08:26:41.651 INFO O| Feb 21 08:26:41.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68622025-02-21T08:26:43.118Z[ recovery-image] Feb 21 08:26:41.651 INFO O| Feb 21 08:26:41.651 INFO STEP 789 (remove_files) COMPLETE
68632025-02-21T08:26:43.118Z[ recovery-image] Feb 21 08:26:41.651 INFO O| Feb 21 08:26:41.651 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-02-21T08:26:43.255Z[ recovery-image] Feb 21 08:26:41.668 INFO O| Feb 21 08:26:41.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68652025-02-21T08:26:43.255Z[ recovery-image] Feb 21 08:26:41.669 INFO O| Feb 21 08:26:41.669 INFO STEP 790 (remove_files) COMPLETE
68662025-02-21T08:26:43.255Z[ recovery-image] Feb 21 08:26:41.669 INFO O| Feb 21 08:26:41.669 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-02-21T08:26:43.255Z[ recovery-image] Feb 21 08:26:41.700 INFO O| Feb 21 08:26:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68682025-02-21T08:26:43.255Z[ recovery-image] Feb 21 08:26:41.700 INFO O| Feb 21 08:26:41.700 INFO STEP 791 (remove_files) COMPLETE
68692025-02-21T08:26:43.255Z[ recovery-image] Feb 21 08:26:41.700 INFO O| Feb 21 08:26:41.700 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-02-21T08:26:43.295Z[ recovery-image] Feb 21 08:26:41.792 INFO O| Feb 21 08:26:41.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68712025-02-21T08:26:43.296Z[ recovery-image] Feb 21 08:26:41.792 INFO O| Feb 21 08:26:41.792 INFO STEP 792 (remove_files) COMPLETE
68722025-02-21T08:26:43.296Z[ recovery-image] Feb 21 08:26:41.792 INFO O| Feb 21 08:26:41.792 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-02-21T08:26:43.296Z[ recovery-image] Feb 21 08:26:41.832 INFO O| Feb 21 08:26:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68742025-02-21T08:26:43.296Z[ recovery-image] Feb 21 08:26:41.832 INFO O| Feb 21 08:26:41.832 INFO STEP 793 (remove_files) COMPLETE
68752025-02-21T08:26:43.313Z[ recovery-image] Feb 21 08:26:41.832 INFO O| Feb 21 08:26:41.832 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-02-21T08:26:43.313Z[ recovery-image] Feb 21 08:26:41.870 INFO O| Feb 21 08:26:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68772025-02-21T08:26:43.313Z[ recovery-image] Feb 21 08:26:41.870 INFO O| Feb 21 08:26:41.870 INFO STEP 794 (remove_files) COMPLETE
68782025-02-21T08:26:43.313Z[ recovery-image] Feb 21 08:26:41.870 INFO O| Feb 21 08:26:41.870 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-02-21T08:26:43.418Z[ recovery-image] Feb 21 08:26:41.925 INFO O| Feb 21 08:26:41.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68802025-02-21T08:26:43.418Z[ recovery-image] Feb 21 08:26:41.925 INFO O| Feb 21 08:26:41.925 INFO STEP 795 (remove_files) COMPLETE
68812025-02-21T08:26:43.418Z[ recovery-image] Feb 21 08:26:41.925 INFO O| Feb 21 08:26:41.925 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-02-21T08:26:43.418Z[ recovery-image] Feb 21 08:26:41.945 INFO O| Feb 21 08:26:41.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68832025-02-21T08:26:43.418Z[ recovery-image] Feb 21 08:26:41.945 INFO O| Feb 21 08:26:41.945 INFO STEP 796 (remove_files) COMPLETE
68842025-02-21T08:26:43.418Z[ recovery-image] Feb 21 08:26:41.946 INFO O| Feb 21 08:26:41.945 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-02-21T08:26:47.780Z[ recovery-image] Feb 21 08:26:41.965 INFO O| Feb 21 08:26:41.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68862025-02-21T08:26:47.780Z[ recovery-image] Feb 21 08:26:41.965 INFO O| Feb 21 08:26:41.965 INFO STEP 797 (remove_files) COMPLETE
68872025-02-21T08:26:47.780Z[ recovery-image] Feb 21 08:26:41.965 INFO O| Feb 21 08:26:41.965 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-02-21T08:26:47.780Z[ recovery-image] Feb 21 08:26:41.985 INFO O| Feb 21 08:26:41.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68892025-02-21T08:26:47.780Z[ recovery-image] Feb 21 08:26:41.985 INFO O| Feb 21 08:26:41.985 INFO STEP 798 (remove_files) COMPLETE
68902025-02-21T08:26:47.780Z[ recovery-image] Feb 21 08:26:41.985 INFO O| Feb 21 08:26:41.985 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.005 INFO O| Feb 21 08:26:42.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68922025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.005 INFO O| Feb 21 08:26:42.005 INFO STEP 799 (remove_files) COMPLETE
68932025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.005 INFO O| Feb 21 08:26:42.005 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.024 INFO O| Feb 21 08:26:42.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68952025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.024 INFO O| Feb 21 08:26:42.024 INFO STEP 800 (remove_files) COMPLETE
68962025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.024 INFO O| Feb 21 08:26:42.024 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.042 INFO O| Feb 21 08:26:42.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68982025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.042 INFO O| Feb 21 08:26:42.042 INFO STEP 801 (remove_files) COMPLETE
68992025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.042 INFO O| Feb 21 08:26:42.042 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.061 INFO O| Feb 21 08:26:42.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69012025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.061 INFO O| Feb 21 08:26:42.061 INFO STEP 802 (remove_files) COMPLETE
69022025-02-21T08:26:47.781Z[ recovery-image] Feb 21 08:26:42.061 INFO O| Feb 21 08:26:42.061 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-02-21T08:26:48.043Z[ recovery-image] Feb 21 08:26:42.079 INFO O| Feb 21 08:26:42.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69042025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.079 INFO O| Feb 21 08:26:42.079 INFO STEP 803 (remove_files) COMPLETE
69052025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.079 INFO O| Feb 21 08:26:42.079 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.096 INFO O| Feb 21 08:26:42.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69072025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.096 INFO O| Feb 21 08:26:42.096 INFO STEP 804 (remove_files) COMPLETE
69082025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.096 INFO O| Feb 21 08:26:42.096 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.114 INFO O| Feb 21 08:26:42.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69102025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.114 INFO O| Feb 21 08:26:42.114 INFO STEP 805 (remove_files) COMPLETE
69112025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.114 INFO O| Feb 21 08:26:42.114 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.168 INFO O| Feb 21 08:26:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69132025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.168 INFO O| Feb 21 08:26:42.168 INFO STEP 806 (remove_files) COMPLETE
69142025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.168 INFO O| Feb 21 08:26:42.168 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.189 INFO O| Feb 21 08:26:42.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69162025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.189 INFO O| Feb 21 08:26:42.189 INFO STEP 807 (remove_files) COMPLETE
69172025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.189 INFO O| Feb 21 08:26:42.189 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.208 INFO O| Feb 21 08:26:42.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69192025-02-21T08:26:48.044Z[ recovery-image] Feb 21 08:26:42.208 INFO O| Feb 21 08:26:42.208 INFO STEP 808 (remove_files) COMPLETE
69202025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.208 INFO O| Feb 21 08:26:42.208 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.237 INFO O| Feb 21 08:26:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69222025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.237 INFO O| Feb 21 08:26:42.237 INFO STEP 809 (remove_files) COMPLETE
69232025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.237 INFO O| Feb 21 08:26:42.237 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.258 INFO O| Feb 21 08:26:42.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69252025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.258 INFO O| Feb 21 08:26:42.258 INFO STEP 810 (remove_files) COMPLETE
69262025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.258 INFO O| Feb 21 08:26:42.258 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.276 INFO O| Feb 21 08:26:42.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69282025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.277 INFO O| Feb 21 08:26:42.277 INFO STEP 811 (remove_files) COMPLETE
69292025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.277 INFO O| Feb 21 08:26:42.277 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.294 INFO O| Feb 21 08:26:42.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69312025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.294 INFO O| Feb 21 08:26:42.294 INFO STEP 812 (remove_files) COMPLETE
69322025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.294 INFO O| Feb 21 08:26:42.294 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.312 INFO O| Feb 21 08:26:42.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69342025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.312 INFO O| Feb 21 08:26:42.312 INFO STEP 813 (remove_files) COMPLETE
69352025-02-21T08:26:48.045Z[ recovery-image] Feb 21 08:26:42.312 INFO O| Feb 21 08:26:42.312 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.331 INFO O| Feb 21 08:26:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69372025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.331 INFO O| Feb 21 08:26:42.331 INFO STEP 814 (remove_files) COMPLETE
69382025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.331 INFO O| Feb 21 08:26:42.331 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.369 INFO O| Feb 21 08:26:42.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69402025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.369 INFO O| Feb 21 08:26:42.369 INFO STEP 815 (remove_files) COMPLETE
69412025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.369 INFO O| Feb 21 08:26:42.369 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.390 INFO O| Feb 21 08:26:42.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69432025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.390 INFO O| Feb 21 08:26:42.390 INFO STEP 816 (remove_files) COMPLETE
69442025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.390 INFO O| Feb 21 08:26:42.390 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.427 INFO O| Feb 21 08:26:42.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69462025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.427 INFO O| Feb 21 08:26:42.427 INFO STEP 817 (remove_files) COMPLETE
69472025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.427 INFO O| Feb 21 08:26:42.427 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.448 INFO O| Feb 21 08:26:42.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69492025-02-21T08:26:48.046Z[ recovery-image] Feb 21 08:26:42.448 INFO O| Feb 21 08:26:42.448 INFO STEP 818 (remove_files) COMPLETE
69502025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.448 INFO O| Feb 21 08:26:42.448 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.468 INFO O| Feb 21 08:26:42.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69522025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.539 INFO O| Feb 21 08:26:42.539 INFO STEP 819 (remove_files) COMPLETE
69532025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.539 INFO O| Feb 21 08:26:42.539 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.560 INFO O| Feb 21 08:26:42.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69552025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.560 INFO O| Feb 21 08:26:42.560 INFO STEP 820 (remove_files) COMPLETE
69562025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.560 INFO O| Feb 21 08:26:42.560 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.606 INFO O| Feb 21 08:26:42.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69582025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.607 INFO O| Feb 21 08:26:42.606 INFO STEP 821 (remove_files) COMPLETE
69592025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.607 INFO O| Feb 21 08:26:42.607 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.652 INFO O| Feb 21 08:26:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69612025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.652 INFO O| Feb 21 08:26:42.652 INFO STEP 822 (remove_files) COMPLETE
69622025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.653 INFO O| Feb 21 08:26:42.652 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.712 INFO O| Feb 21 08:26:42.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69642025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.712 INFO O| Feb 21 08:26:42.712 INFO STEP 823 (remove_files) COMPLETE
69652025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.712 INFO O| Feb 21 08:26:42.712 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.738 INFO O| Feb 21 08:26:42.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69672025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.742 INFO O| Feb 21 08:26:42.742 INFO STEP 824 (remove_files) COMPLETE
69682025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.742 INFO O| Feb 21 08:26:42.742 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.786 INFO O| Feb 21 08:26:42.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69702025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.786 INFO O| Feb 21 08:26:42.786 INFO STEP 825 (remove_files) COMPLETE
69712025-02-21T08:26:48.047Z[ recovery-image] Feb 21 08:26:42.786 INFO O| Feb 21 08:26:42.786 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.824 INFO O| Feb 21 08:26:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69732025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.824 INFO O| Feb 21 08:26:42.824 INFO STEP 826 (remove_files) COMPLETE
69742025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.824 INFO O| Feb 21 08:26:42.824 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.885 INFO O| Feb 21 08:26:42.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69762025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.885 INFO O| Feb 21 08:26:42.885 INFO STEP 827 (remove_files) COMPLETE
69772025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.885 INFO O| Feb 21 08:26:42.885 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.930 INFO O| Feb 21 08:26:42.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69792025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.930 INFO O| Feb 21 08:26:42.930 INFO STEP 828 (remove_files) COMPLETE
69802025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.930 INFO O| Feb 21 08:26:42.930 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.999 INFO O| Feb 21 08:26:42.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69822025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.999 INFO O| Feb 21 08:26:42.999 INFO STEP 829 (remove_files) COMPLETE
69832025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:42.999 INFO O| Feb 21 08:26:42.999 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:43.023 INFO O| Feb 21 08:26:43.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69852025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:43.023 INFO O| Feb 21 08:26:43.023 INFO STEP 830 (remove_files) COMPLETE
69862025-02-21T08:26:48.048Z[ recovery-image] Feb 21 08:26:43.023 INFO O| Feb 21 08:26:43.023 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.059 INFO O| Feb 21 08:26:43.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69882025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.059 INFO O| Feb 21 08:26:43.059 INFO STEP 831 (remove_files) COMPLETE
69892025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.059 INFO O| Feb 21 08:26:43.059 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.123 INFO O| Feb 21 08:26:43.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69912025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.123 INFO O| Feb 21 08:26:43.123 INFO STEP 832 (remove_files) COMPLETE
69922025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.123 INFO O| Feb 21 08:26:43.123 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.145 INFO O| Feb 21 08:26:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69942025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.145 INFO O| Feb 21 08:26:43.145 INFO STEP 833 (remove_files) COMPLETE
69952025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.145 INFO O| Feb 21 08:26:43.145 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.180 INFO O| Feb 21 08:26:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69972025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.180 INFO O| Feb 21 08:26:43.180 INFO STEP 834 (remove_files) COMPLETE
69982025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.180 INFO O| Feb 21 08:26:43.180 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.232 INFO O| Feb 21 08:26:43.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70002025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.232 INFO O| Feb 21 08:26:43.232 INFO STEP 835 (remove_files) COMPLETE
70012025-02-21T08:26:48.049Z[ recovery-image] Feb 21 08:26:43.233 INFO O| Feb 21 08:26:43.233 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-02-21T08:26:48.081Z[ recovery-image] Feb 21 08:26:43.305 INFO O| Feb 21 08:26:43.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70032025-02-21T08:26:48.081Z[ recovery-image] Feb 21 08:26:43.305 INFO O| Feb 21 08:26:43.305 INFO STEP 836 (remove_files) COMPLETE
70042025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.305 INFO O| Feb 21 08:26:43.305 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.325 INFO O| Feb 21 08:26:43.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70062025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.325 INFO O| Feb 21 08:26:43.325 INFO STEP 837 (remove_files) COMPLETE
70072025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.325 INFO O| Feb 21 08:26:43.325 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.344 INFO O| Feb 21 08:26:43.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70092025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.344 INFO O| Feb 21 08:26:43.344 INFO STEP 838 (remove_files) COMPLETE
70102025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.344 INFO O| Feb 21 08:26:43.344 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.364 INFO O| Feb 21 08:26:43.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70122025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.364 INFO O| Feb 21 08:26:43.364 INFO STEP 839 (remove_files) COMPLETE
70132025-02-21T08:26:48.082Z[ recovery-image] Feb 21 08:26:43.364 INFO O| Feb 21 08:26:43.364 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.382 INFO O| Feb 21 08:26:43.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70152025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.382 INFO O| Feb 21 08:26:43.382 INFO STEP 840 (remove_files) COMPLETE
70162025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.382 INFO O| Feb 21 08:26:43.382 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.401 INFO O| Feb 21 08:26:43.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70182025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.401 INFO O| Feb 21 08:26:43.401 INFO STEP 841 (remove_files) COMPLETE
70192025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.401 INFO O| Feb 21 08:26:43.401 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.422 INFO O| Feb 21 08:26:43.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70212025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.422 INFO O| Feb 21 08:26:43.422 INFO STEP 842 (remove_files) COMPLETE
70222025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.422 INFO O| Feb 21 08:26:43.422 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.535 INFO O| Feb 21 08:26:43.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70242025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.535 INFO O| Feb 21 08:26:43.535 INFO STEP 843 (remove_files) COMPLETE
70252025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.535 INFO O| Feb 21 08:26:43.535 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.557 INFO O| Feb 21 08:26:43.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70272025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.557 INFO O| Feb 21 08:26:43.557 INFO STEP 844 (remove_files) COMPLETE
70282025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.557 INFO O| Feb 21 08:26:43.557 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.579 INFO O| Feb 21 08:26:43.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70302025-02-21T08:26:48.083Z[ recovery-image] Feb 21 08:26:43.579 INFO O| Feb 21 08:26:43.579 INFO STEP 845 (remove_files) COMPLETE
70312025-02-21T08:26:48.084Z[ recovery-image] Feb 21 08:26:43.579 INFO O| Feb 21 08:26:43.579 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-02-21T08:26:48.084Z[ recovery-image] Feb 21 08:26:43.598 INFO O| Feb 21 08:26:43.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70332025-02-21T08:26:48.084Z[ recovery-image] Feb 21 08:26:43.598 INFO O| Feb 21 08:26:43.598 INFO STEP 846 (remove_files) COMPLETE
70342025-02-21T08:26:48.084Z[ recovery-image] Feb 21 08:26:43.598 INFO O| Feb 21 08:26:43.598 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-02-21T08:26:48.084Z[ recovery-image] Feb 21 08:26:43.618 INFO O| Feb 21 08:26:43.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70362025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.618 INFO O| Feb 21 08:26:43.618 INFO STEP 847 (remove_files) COMPLETE
70372025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.619 INFO O| Feb 21 08:26:43.618 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.640 INFO O| Feb 21 08:26:43.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70392025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.640 INFO O| Feb 21 08:26:43.640 INFO STEP 848 (remove_files) COMPLETE
70402025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.640 INFO O| Feb 21 08:26:43.640 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.662 INFO O| Feb 21 08:26:43.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70422025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.662 INFO O| Feb 21 08:26:43.662 INFO STEP 849 (remove_files) COMPLETE
70432025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.662 INFO O| Feb 21 08:26:43.662 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.682 INFO O| Feb 21 08:26:43.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70452025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.682 INFO O| Feb 21 08:26:43.682 INFO STEP 850 (remove_files) COMPLETE
70462025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.682 INFO O| Feb 21 08:26:43.682 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.725 INFO O| Feb 21 08:26:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70482025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.726 INFO O| Feb 21 08:26:43.726 INFO STEP 851 (remove_files) COMPLETE
70492025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.726 INFO O| Feb 21 08:26:43.726 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.745 INFO O| Feb 21 08:26:43.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70512025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.754 INFO O| Feb 21 08:26:43.754 INFO STEP 852 (remove_files) COMPLETE
70522025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.754 INFO O| Feb 21 08:26:43.754 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.787 INFO O| Feb 21 08:26:43.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70542025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.788 INFO O| Feb 21 08:26:43.788 INFO STEP 853 (remove_files) COMPLETE
70552025-02-21T08:26:48.086Z[ recovery-image] Feb 21 08:26:43.788 INFO O| Feb 21 08:26:43.788 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.838 INFO O| Feb 21 08:26:43.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70572025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.838 INFO O| Feb 21 08:26:43.838 INFO STEP 854 (remove_files) COMPLETE
70582025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.839 INFO O| Feb 21 08:26:43.838 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.858 INFO O| Feb 21 08:26:43.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70602025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.859 INFO O| Feb 21 08:26:43.859 INFO STEP 855 (remove_files) COMPLETE
70612025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.859 INFO O| Feb 21 08:26:43.859 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.877 INFO O| Feb 21 08:26:43.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70632025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.878 INFO O| Feb 21 08:26:43.877 INFO STEP 856 (remove_files) COMPLETE
70642025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.878 INFO O| Feb 21 08:26:43.878 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.902 INFO O| Feb 21 08:26:43.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70662025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.902 INFO O| Feb 21 08:26:43.902 INFO STEP 857 (remove_files) COMPLETE
70672025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.902 INFO O| Feb 21 08:26:43.902 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.923 INFO O| Feb 21 08:26:43.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70692025-02-21T08:26:48.087Z[ recovery-image] Feb 21 08:26:43.923 INFO O| Feb 21 08:26:43.923 INFO STEP 858 (remove_files) COMPLETE
70702025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.923 INFO O| Feb 21 08:26:43.923 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.943 INFO O| Feb 21 08:26:43.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70722025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.943 INFO O| Feb 21 08:26:43.943 INFO STEP 859 (remove_files) COMPLETE
70732025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.943 INFO O| Feb 21 08:26:43.943 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.962 INFO O| Feb 21 08:26:43.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70752025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.963 INFO O| Feb 21 08:26:43.963 INFO STEP 860 (remove_files) COMPLETE
70762025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.963 INFO O| Feb 21 08:26:43.963 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.987 INFO O| Feb 21 08:26:43.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70782025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.987 INFO O| Feb 21 08:26:43.987 INFO STEP 861 (remove_files) COMPLETE
70792025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:43.987 INFO O| Feb 21 08:26:43.987 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.019 INFO O| Feb 21 08:26:44.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70812025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.019 INFO O| Feb 21 08:26:44.019 INFO STEP 862 (remove_files) COMPLETE
70822025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.019 INFO O| Feb 21 08:26:44.019 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.038 INFO O| Feb 21 08:26:44.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70842025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.038 INFO O| Feb 21 08:26:44.038 INFO STEP 863 (remove_files) COMPLETE
70852025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.038 INFO O| Feb 21 08:26:44.038 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.057 INFO O| Feb 21 08:26:44.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70872025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.057 INFO O| Feb 21 08:26:44.057 INFO STEP 864 (remove_files) COMPLETE
70882025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.057 INFO O| Feb 21 08:26:44.057 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.076 INFO O| Feb 21 08:26:44.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70902025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.076 INFO O| Feb 21 08:26:44.076 INFO STEP 865 (remove_files) COMPLETE
70912025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.076 INFO O| Feb 21 08:26:44.076 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.095 INFO O| Feb 21 08:26:44.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70932025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.095 INFO O| Feb 21 08:26:44.095 INFO STEP 866 (remove_files) COMPLETE
70942025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.095 INFO O| Feb 21 08:26:44.095 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.114 INFO O| Feb 21 08:26:44.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70962025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.114 INFO O| Feb 21 08:26:44.114 INFO STEP 867 (remove_files) COMPLETE
70972025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.115 INFO O| Feb 21 08:26:44.114 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.142 INFO O| Feb 21 08:26:44.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70992025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.142 INFO O| Feb 21 08:26:44.142 INFO STEP 868 (remove_files) COMPLETE
71002025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.142 INFO O| Feb 21 08:26:44.142 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-21T08:26:48.088Z[ recovery-image] Feb 21 08:26:44.177 INFO O| Feb 21 08:26:44.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71022025-02-21T08:26:48.167Z[ recovery-image] Feb 21 08:26:44.177 INFO O| Feb 21 08:26:44.177 INFO STEP 869 (remove_files) COMPLETE
71032025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.177 INFO O| Feb 21 08:26:44.177 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.255 INFO O| Feb 21 08:26:44.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71052025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.255 INFO O| Feb 21 08:26:44.255 INFO STEP 870 (remove_files) COMPLETE
71062025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.255 INFO O| Feb 21 08:26:44.255 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.314 INFO O| Feb 21 08:26:44.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71082025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.314 INFO O| Feb 21 08:26:44.314 INFO STEP 871 (remove_files) COMPLETE
71092025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.314 INFO O| Feb 21 08:26:44.314 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.334 INFO O| Feb 21 08:26:44.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71112025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.334 INFO O| Feb 21 08:26:44.334 INFO STEP 872 (remove_files) COMPLETE
71122025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.334 INFO O| Feb 21 08:26:44.334 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.356 INFO O| Feb 21 08:26:44.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71142025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.356 INFO O| Feb 21 08:26:44.356 INFO STEP 873 (remove_files) COMPLETE
71152025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.356 INFO O| Feb 21 08:26:44.356 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.495 INFO O| Feb 21 08:26:44.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71172025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.495 INFO O| Feb 21 08:26:44.495 INFO STEP 874 (remove_files) COMPLETE
71182025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.495 INFO O| Feb 21 08:26:44.495 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.518 INFO O| Feb 21 08:26:44.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71202025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.518 INFO O| Feb 21 08:26:44.518 INFO STEP 875 (remove_files) COMPLETE
71212025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.518 INFO O| Feb 21 08:26:44.518 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.538 INFO O| Feb 21 08:26:44.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71232025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.538 INFO O| Feb 21 08:26:44.538 INFO STEP 876 (remove_files) COMPLETE
71242025-02-21T08:26:48.168Z[ recovery-image] Feb 21 08:26:44.538 INFO O| Feb 21 08:26:44.538 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.555 INFO O| Feb 21 08:26:44.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71262025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.555 INFO O| Feb 21 08:26:44.555 INFO STEP 877 (remove_files) COMPLETE
71272025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.555 INFO O| Feb 21 08:26:44.555 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.597 INFO O| Feb 21 08:26:44.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71292025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.597 INFO O| Feb 21 08:26:44.597 INFO STEP 878 (remove_files) COMPLETE
71302025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.597 INFO O| Feb 21 08:26:44.597 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.618 INFO O| Feb 21 08:26:44.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71322025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.618 INFO O| Feb 21 08:26:44.618 INFO STEP 879 (remove_files) COMPLETE
71332025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.618 INFO O| Feb 21 08:26:44.618 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.638 INFO O| Feb 21 08:26:44.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71352025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.638 INFO O| Feb 21 08:26:44.638 INFO STEP 880 (remove_files) COMPLETE
71362025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.638 INFO O| Feb 21 08:26:44.638 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.657 INFO O| Feb 21 08:26:44.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71382025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.657 INFO O| Feb 21 08:26:44.657 INFO STEP 881 (remove_files) COMPLETE
71392025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.657 INFO O| Feb 21 08:26:44.657 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.683 INFO O| Feb 21 08:26:44.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71412025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.683 INFO O| Feb 21 08:26:44.683 INFO STEP 882 (remove_files) COMPLETE
71422025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.683 INFO O| Feb 21 08:26:44.683 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.703 INFO O| Feb 21 08:26:44.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71442025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.703 INFO O| Feb 21 08:26:44.703 INFO STEP 883 (remove_files) COMPLETE
71452025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.703 INFO O| Feb 21 08:26:44.703 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.722 INFO O| Feb 21 08:26:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71472025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.722 INFO O| Feb 21 08:26:44.722 INFO STEP 884 (remove_files) COMPLETE
71482025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.722 INFO O| Feb 21 08:26:44.722 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.764 INFO O| Feb 21 08:26:44.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71502025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.764 INFO O| Feb 21 08:26:44.764 INFO STEP 885 (remove_files) COMPLETE
71512025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.764 INFO O| Feb 21 08:26:44.764 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.783 INFO O| Feb 21 08:26:44.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71532025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.783 INFO O| Feb 21 08:26:44.783 INFO STEP 886 (remove_files) COMPLETE
71542025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.783 INFO O| Feb 21 08:26:44.783 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-21T08:26:48.169Z[ recovery-image] Feb 21 08:26:44.841 INFO O| Feb 21 08:26:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71562025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.842 INFO O| Feb 21 08:26:44.842 INFO STEP 887 (remove_files) COMPLETE
71572025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.842 INFO O| Feb 21 08:26:44.842 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.861 INFO O| Feb 21 08:26:44.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71592025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.861 INFO O| Feb 21 08:26:44.861 INFO STEP 888 (remove_files) COMPLETE
71602025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.861 INFO O| Feb 21 08:26:44.861 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.919 INFO O| Feb 21 08:26:44.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71622025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.920 INFO O| Feb 21 08:26:44.919 INFO STEP 889 (remove_files) COMPLETE
71632025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.920 INFO O| Feb 21 08:26:44.920 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.958 INFO O| Feb 21 08:26:44.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71652025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.958 INFO O| Feb 21 08:26:44.958 INFO STEP 890 (remove_files) COMPLETE
71662025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:44.958 INFO O| Feb 21 08:26:44.958 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.029 INFO O| Feb 21 08:26:45.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71682025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.029 INFO O| Feb 21 08:26:45.029 INFO STEP 891 (remove_files) COMPLETE
71692025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.029 INFO O| Feb 21 08:26:45.029 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.115 INFO O| Feb 21 08:26:45.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71712025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.115 INFO O| Feb 21 08:26:45.115 INFO STEP 892 (remove_files) COMPLETE
71722025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.115 INFO O| Feb 21 08:26:45.115 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.152 INFO O| Feb 21 08:26:45.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71742025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.152 INFO O| Feb 21 08:26:45.152 INFO STEP 893 (remove_files) COMPLETE
71752025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.152 INFO O| Feb 21 08:26:45.152 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.172 INFO O| Feb 21 08:26:45.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71772025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.172 INFO O| Feb 21 08:26:45.172 INFO STEP 894 (remove_files) COMPLETE
71782025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.172 INFO O| Feb 21 08:26:45.172 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.203 INFO O| Feb 21 08:26:45.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71802025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.203 INFO O| Feb 21 08:26:45.203 INFO STEP 895 (remove_files) COMPLETE
71812025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.203 INFO O| Feb 21 08:26:45.203 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.219 INFO O| Feb 21 08:26:45.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71832025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.219 INFO O| Feb 21 08:26:45.219 INFO STEP 896 (remove_files) COMPLETE
71842025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.219 INFO O| Feb 21 08:26:45.219 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.236 INFO O| Feb 21 08:26:45.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71862025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.236 INFO O| Feb 21 08:26:45.236 INFO STEP 897 (remove_files) COMPLETE
71872025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.236 INFO O| Feb 21 08:26:45.236 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.253 INFO O| Feb 21 08:26:45.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71892025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.253 INFO O| Feb 21 08:26:45.253 INFO STEP 898 (remove_files) COMPLETE
71902025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.253 INFO O| Feb 21 08:26:45.253 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.269 INFO O| Feb 21 08:26:45.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71922025-02-21T08:26:48.170Z[ recovery-image] Feb 21 08:26:45.270 INFO O| Feb 21 08:26:45.270 INFO STEP 899 (remove_files) COMPLETE
71932025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.270 INFO O| Feb 21 08:26:45.270 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.286 INFO O| Feb 21 08:26:45.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71952025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.286 INFO O| Feb 21 08:26:45.286 INFO STEP 900 (remove_files) COMPLETE
71962025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.286 INFO O| Feb 21 08:26:45.286 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.305 INFO O| Feb 21 08:26:45.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71982025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.305 INFO O| Feb 21 08:26:45.305 INFO STEP 901 (remove_files) COMPLETE
71992025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.305 INFO O| Feb 21 08:26:45.305 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.325 INFO O| Feb 21 08:26:45.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72012025-02-21T08:26:48.171Z[ recovery-image] Feb 21 08:26:45.326 INFO O| Feb 21 08:26:45.326 INFO STEP 902 (remove_files) COMPLETE
72022025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.326 INFO O| Feb 21 08:26:45.326 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.345 INFO O| Feb 21 08:26:45.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72042025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.345 INFO O| Feb 21 08:26:45.345 INFO STEP 903 (remove_files) COMPLETE
72052025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.345 INFO O| Feb 21 08:26:45.345 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.365 INFO O| Feb 21 08:26:45.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72072025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.365 INFO O| Feb 21 08:26:45.365 INFO STEP 904 (remove_files) COMPLETE
72082025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.365 INFO O| Feb 21 08:26:45.365 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.395 INFO O| Feb 21 08:26:45.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72102025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.395 INFO O| Feb 21 08:26:45.395 INFO STEP 905 (remove_files) COMPLETE
72112025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.395 INFO O| Feb 21 08:26:45.395 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.438 INFO O| Feb 21 08:26:45.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72132025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.438 INFO O| Feb 21 08:26:45.438 INFO STEP 906 (remove_files) COMPLETE
72142025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.438 INFO O| Feb 21 08:26:45.438 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.455 INFO O| Feb 21 08:26:45.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72162025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.455 INFO O| Feb 21 08:26:45.455 INFO STEP 907 (remove_files) COMPLETE
72172025-02-21T08:26:48.182Z[ recovery-image] Feb 21 08:26:45.455 INFO O| Feb 21 08:26:45.455 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.474 INFO O| Feb 21 08:26:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72192025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.474 INFO O| Feb 21 08:26:45.474 INFO STEP 908 (remove_files) COMPLETE
72202025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.474 INFO O| Feb 21 08:26:45.474 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.493 INFO O| Feb 21 08:26:45.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72222025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.493 INFO O| Feb 21 08:26:45.493 INFO STEP 909 (remove_files) COMPLETE
72232025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.493 INFO O| Feb 21 08:26:45.493 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.512 INFO O| Feb 21 08:26:45.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72252025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.512 INFO O| Feb 21 08:26:45.512 INFO STEP 910 (remove_files) COMPLETE
72262025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.512 INFO O| Feb 21 08:26:45.512 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.529 INFO O| Feb 21 08:26:45.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72282025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.529 INFO O| Feb 21 08:26:45.529 INFO STEP 911 (remove_files) COMPLETE
72292025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.529 INFO O| Feb 21 08:26:45.529 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.549 INFO O| Feb 21 08:26:45.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72312025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.549 INFO O| Feb 21 08:26:45.549 INFO STEP 912 (remove_files) COMPLETE
72322025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.550 INFO O| Feb 21 08:26:45.549 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.570 INFO O| Feb 21 08:26:45.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72342025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.570 INFO O| Feb 21 08:26:45.570 INFO STEP 913 (remove_files) COMPLETE
72352025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.570 INFO O| Feb 21 08:26:45.570 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.590 INFO O| Feb 21 08:26:45.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72372025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.590 INFO O| Feb 21 08:26:45.590 INFO STEP 914 (remove_files) COMPLETE
72382025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.590 INFO O| Feb 21 08:26:45.590 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.610 INFO O| Feb 21 08:26:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72402025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.610 INFO O| Feb 21 08:26:45.610 INFO STEP 915 (remove_files) COMPLETE
72412025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.610 INFO O| Feb 21 08:26:45.610 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.630 INFO O| Feb 21 08:26:45.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72432025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.630 INFO O| Feb 21 08:26:45.630 INFO STEP 916 (remove_files) COMPLETE
72442025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.630 INFO O| Feb 21 08:26:45.630 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.668 INFO O| Feb 21 08:26:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72462025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.668 INFO O| Feb 21 08:26:45.668 INFO STEP 917 (remove_files) COMPLETE
72472025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.668 INFO O| Feb 21 08:26:45.668 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.689 INFO O| Feb 21 08:26:45.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72492025-02-21T08:26:48.183Z[ recovery-image] Feb 21 08:26:45.690 INFO O| Feb 21 08:26:45.690 INFO STEP 918 (remove_files) COMPLETE
72502025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.690 INFO O| Feb 21 08:26:45.690 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.708 INFO O| Feb 21 08:26:45.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72522025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.708 INFO O| Feb 21 08:26:45.708 INFO STEP 919 (remove_files) COMPLETE
72532025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.709 INFO O| Feb 21 08:26:45.708 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.726 INFO O| Feb 21 08:26:45.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72552025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.726 INFO O| Feb 21 08:26:45.726 INFO STEP 920 (remove_files) COMPLETE
72562025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.726 INFO O| Feb 21 08:26:45.726 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.744 INFO O| Feb 21 08:26:45.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72582025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.744 INFO O| Feb 21 08:26:45.744 INFO STEP 921 (remove_files) COMPLETE
72592025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.744 INFO O| Feb 21 08:26:45.744 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.783 INFO O| Feb 21 08:26:45.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72612025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.783 INFO O| Feb 21 08:26:45.783 INFO STEP 922 (remove_files) COMPLETE
72622025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.783 INFO O| Feb 21 08:26:45.783 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.846 INFO O| Feb 21 08:26:45.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72642025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.846 INFO O| Feb 21 08:26:45.846 INFO STEP 923 (remove_files) COMPLETE
72652025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.847 INFO O| Feb 21 08:26:45.846 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.874 INFO O| Feb 21 08:26:45.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72672025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.874 INFO O| Feb 21 08:26:45.874 INFO STEP 924 (remove_files) COMPLETE
72682025-02-21T08:26:48.184Z[ recovery-image] Feb 21 08:26:45.874 INFO O| Feb 21 08:26:45.874 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.893 INFO O| Feb 21 08:26:45.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72702025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.893 INFO O| Feb 21 08:26:45.893 INFO STEP 925 (remove_files) COMPLETE
72712025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.893 INFO O| Feb 21 08:26:45.893 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.911 INFO O| Feb 21 08:26:45.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72732025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.911 INFO O| Feb 21 08:26:45.911 INFO STEP 926 (remove_files) COMPLETE
72742025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.911 INFO O| Feb 21 08:26:45.911 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.956 INFO O| Feb 21 08:26:45.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72762025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.957 INFO O| Feb 21 08:26:45.957 INFO STEP 927 (remove_files) COMPLETE
72772025-02-21T08:26:48.185Z[ recovery-image] Feb 21 08:26:45.957 INFO O| Feb 21 08:26:45.957 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:45.977 INFO O| Feb 21 08:26:45.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72792025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:45.977 INFO O| Feb 21 08:26:45.977 INFO STEP 928 (remove_files) COMPLETE
72802025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:45.977 INFO O| Feb 21 08:26:45.977 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:45.997 INFO O| Feb 21 08:26:45.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72822025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:45.997 INFO O| Feb 21 08:26:45.997 INFO STEP 929 (remove_files) COMPLETE
72832025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:45.997 INFO O| Feb 21 08:26:45.997 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.033 INFO O| Feb 21 08:26:46.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72852025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.033 INFO O| Feb 21 08:26:46.033 INFO STEP 930 (remove_files) COMPLETE
72862025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.033 INFO O| Feb 21 08:26:46.033 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.053 INFO O| Feb 21 08:26:46.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72882025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.054 INFO O| Feb 21 08:26:46.053 INFO STEP 931 (remove_files) COMPLETE
72892025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.054 INFO O| Feb 21 08:26:46.054 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.083 INFO O| Feb 21 08:26:46.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72912025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.083 INFO O| Feb 21 08:26:46.083 INFO STEP 932 (remove_files) COMPLETE
72922025-02-21T08:26:48.187Z[ recovery-image] Feb 21 08:26:46.083 INFO O| Feb 21 08:26:46.083 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.104 INFO O| Feb 21 08:26:46.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72942025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.104 INFO O| Feb 21 08:26:46.104 INFO STEP 933 (remove_files) COMPLETE
72952025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.104 INFO O| Feb 21 08:26:46.104 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.124 INFO O| Feb 21 08:26:46.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72972025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.124 INFO O| Feb 21 08:26:46.124 INFO STEP 934 (remove_files) COMPLETE
72982025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.124 INFO O| Feb 21 08:26:46.124 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.147 INFO O| Feb 21 08:26:46.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73002025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.147 INFO O| Feb 21 08:26:46.147 INFO STEP 935 (remove_files) COMPLETE
73012025-02-21T08:26:48.189Z[ recovery-image] Feb 21 08:26:46.147 INFO O| Feb 21 08:26:46.147 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-02-21T08:26:48.195Z[ recovery-image] Feb 21 08:26:46.170 INFO O| Feb 21 08:26:46.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73032025-02-21T08:26:48.195Z[ recovery-image] Feb 21 08:26:46.170 INFO O| Feb 21 08:26:46.170 INFO STEP 936 (remove_files) COMPLETE
73042025-02-21T08:26:48.195Z[ recovery-image] Feb 21 08:26:46.171 INFO O| Feb 21 08:26:46.170 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-02-21T08:26:48.195Z[ recovery-image] Feb 21 08:26:46.189 INFO O| Feb 21 08:26:46.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73062025-02-21T08:26:48.195Z[ recovery-image] Feb 21 08:26:46.189 INFO O| Feb 21 08:26:46.189 INFO STEP 937 (remove_files) COMPLETE
73072025-02-21T08:26:48.195Z[ recovery-image] Feb 21 08:26:46.189 INFO O| Feb 21 08:26:46.189 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.205 INFO O| Feb 21 08:26:46.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73092025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.206 INFO O| Feb 21 08:26:46.206 INFO STEP 938 (remove_files) COMPLETE
73102025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.206 INFO O| Feb 21 08:26:46.206 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.223 INFO O| Feb 21 08:26:46.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73122025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.223 INFO O| Feb 21 08:26:46.223 INFO STEP 939 (remove_files) COMPLETE
73132025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.223 INFO O| Feb 21 08:26:46.223 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.242 INFO O| Feb 21 08:26:46.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73152025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.242 INFO O| Feb 21 08:26:46.242 INFO STEP 940 (remove_files) COMPLETE
73162025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.242 INFO O| Feb 21 08:26:46.242 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.262 INFO O| Feb 21 08:26:46.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73182025-02-21T08:26:48.196Z[ recovery-image] Feb 21 08:26:46.262 INFO O| Feb 21 08:26:46.262 INFO STEP 941 (remove_files) COMPLETE
73192025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.262 INFO O| Feb 21 08:26:46.262 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.285 INFO O| Feb 21 08:26:46.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73212025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.285 INFO O| Feb 21 08:26:46.285 INFO STEP 942 (remove_files) COMPLETE
73222025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.285 INFO O| Feb 21 08:26:46.285 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.305 INFO O| Feb 21 08:26:46.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73242025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.305 INFO O| Feb 21 08:26:46.305 INFO STEP 943 (remove_files) COMPLETE
73252025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.305 INFO O| Feb 21 08:26:46.305 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.326 INFO O| Feb 21 08:26:46.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73272025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.327 INFO O| Feb 21 08:26:46.326 INFO STEP 944 (remove_files) COMPLETE
73282025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.327 INFO O| Feb 21 08:26:46.327 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.348 INFO O| Feb 21 08:26:46.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73302025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.348 INFO O| Feb 21 08:26:46.348 INFO STEP 945 (remove_files) COMPLETE
73312025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.348 INFO O| Feb 21 08:26:46.348 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.370 INFO O| Feb 21 08:26:46.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73332025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.370 INFO O| Feb 21 08:26:46.370 INFO STEP 946 (remove_files) COMPLETE
73342025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.370 INFO O| Feb 21 08:26:46.370 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.389 INFO O| Feb 21 08:26:46.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73362025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.389 INFO O| Feb 21 08:26:46.389 INFO STEP 947 (remove_files) COMPLETE
73372025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.389 INFO O| Feb 21 08:26:46.389 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.407 INFO O| Feb 21 08:26:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73392025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.407 INFO O| Feb 21 08:26:46.407 INFO STEP 948 (remove_files) COMPLETE
73402025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.407 INFO O| Feb 21 08:26:46.407 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.430 INFO O| Feb 21 08:26:46.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73422025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.430 INFO O| Feb 21 08:26:46.430 INFO STEP 949 (remove_files) COMPLETE
73432025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.430 INFO O| Feb 21 08:26:46.430 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.451 INFO O| Feb 21 08:26:46.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73452025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.451 INFO O| Feb 21 08:26:46.451 INFO STEP 950 (remove_files) COMPLETE
73462025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.451 INFO O| Feb 21 08:26:46.451 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-02-21T08:26:48.197Z[ recovery-image] Feb 21 08:26:46.512 INFO O| Feb 21 08:26:46.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73482025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.512 INFO O| Feb 21 08:26:46.512 INFO STEP 951 (remove_files) COMPLETE
73492025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.512 INFO O| Feb 21 08:26:46.512 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.542 INFO O| Feb 21 08:26:46.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73512025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.542 INFO O| Feb 21 08:26:46.542 INFO STEP 952 (remove_files) COMPLETE
73522025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.542 INFO O| Feb 21 08:26:46.542 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.574 INFO O| Feb 21 08:26:46.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73542025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.574 INFO O| Feb 21 08:26:46.574 INFO STEP 953 (remove_files) COMPLETE
73552025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.574 INFO O| Feb 21 08:26:46.574 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-02-21T08:26:48.198Z[ recovery-image] Feb 21 08:26:46.595 INFO O| Feb 21 08:26:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73572025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.595 INFO O| Feb 21 08:26:46.595 INFO STEP 954 (remove_files) COMPLETE
73582025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.595 INFO O| Feb 21 08:26:46.595 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.614 INFO O| Feb 21 08:26:46.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73602025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.614 INFO O| Feb 21 08:26:46.614 INFO STEP 955 (remove_files) COMPLETE
73612025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.614 INFO O| Feb 21 08:26:46.614 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.637 INFO O| Feb 21 08:26:46.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73632025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.637 INFO O| Feb 21 08:26:46.637 INFO STEP 956 (remove_files) COMPLETE
73642025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.637 INFO O| Feb 21 08:26:46.637 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.657 INFO O| Feb 21 08:26:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73662025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.657 INFO O| Feb 21 08:26:46.657 INFO STEP 957 (remove_files) COMPLETE
73672025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.657 INFO O| Feb 21 08:26:46.657 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-02-21T08:26:48.199Z[ recovery-image] Feb 21 08:26:46.676 INFO O| Feb 21 08:26:46.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73692025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.677 INFO O| Feb 21 08:26:46.677 INFO STEP 958 (remove_files) COMPLETE
73702025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.677 INFO O| Feb 21 08:26:46.677 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.731 INFO O| Feb 21 08:26:46.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73722025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.731 INFO O| Feb 21 08:26:46.731 INFO STEP 959 (remove_files) COMPLETE
73732025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.731 INFO O| Feb 21 08:26:46.731 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.767 INFO O| Feb 21 08:26:46.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73752025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.768 INFO O| Feb 21 08:26:46.767 INFO STEP 960 (remove_files) COMPLETE
73762025-02-21T08:26:48.200Z[ recovery-image] Feb 21 08:26:46.768 INFO O| Feb 21 08:26:46.768 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-02-21T08:26:48.213Z[ recovery-image] Feb 21 08:26:46.807 INFO O| Feb 21 08:26:46.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73782025-02-21T08:26:48.213Z[ recovery-image] Feb 21 08:26:46.807 INFO O| Feb 21 08:26:46.807 INFO STEP 961 (remove_files) COMPLETE
73792025-02-21T08:26:48.213Z[ recovery-image] Feb 21 08:26:46.807 INFO O| Feb 21 08:26:46.807 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-02-21T08:26:48.242Z[ recovery-image] Feb 21 08:26:46.827 INFO O| Feb 21 08:26:46.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73812025-02-21T08:26:48.242Z[ recovery-image] Feb 21 08:26:46.827 INFO O| Feb 21 08:26:46.827 INFO STEP 962 (remove_files) COMPLETE
73822025-02-21T08:26:48.242Z[ recovery-image] Feb 21 08:26:46.827 INFO O| Feb 21 08:26:46.827 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-02-21T08:26:48.269Z[ recovery-image] Feb 21 08:26:46.862 INFO O| Feb 21 08:26:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73842025-02-21T08:26:48.269Z[ recovery-image] Feb 21 08:26:46.862 INFO O| Feb 21 08:26:46.862 INFO STEP 963 (remove_files) COMPLETE
73852025-02-21T08:26:48.269Z[ recovery-image] Feb 21 08:26:46.863 INFO O| Feb 21 08:26:46.862 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-02-21T08:26:48.293Z[ recovery-image] Feb 21 08:26:46.886 INFO O| Feb 21 08:26:46.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73872025-02-21T08:26:48.293Z[ recovery-image] Feb 21 08:26:46.886 INFO O| Feb 21 08:26:46.886 INFO STEP 964 (remove_files) COMPLETE
73882025-02-21T08:26:48.293Z[ recovery-image] Feb 21 08:26:46.886 INFO O| Feb 21 08:26:46.886 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-02-21T08:26:48.311Z[ recovery-image] Feb 21 08:26:46.916 INFO O| Feb 21 08:26:46.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73902025-02-21T08:26:48.339Z[ recovery-image] Feb 21 08:26:46.916 INFO O| Feb 21 08:26:46.916 INFO STEP 965 (remove_files) COMPLETE
73912025-02-21T08:26:48.339Z[ recovery-image] Feb 21 08:26:46.916 INFO O| Feb 21 08:26:46.916 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-02-21T08:26:48.396Z[ recovery-image] Feb 21 08:26:46.943 INFO O| Feb 21 08:26:46.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73932025-02-21T08:26:48.396Z[ recovery-image] Feb 21 08:26:46.943 INFO O| Feb 21 08:26:46.943 INFO STEP 966 (remove_files) COMPLETE
73942025-02-21T08:26:48.397Z[ recovery-image] Feb 21 08:26:46.943 INFO O| Feb 21 08:26:46.943 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-02-21T08:26:48.415Z[ recovery-image] Feb 21 08:26:47.002 INFO O| Feb 21 08:26:47.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73962025-02-21T08:26:48.415Z[ recovery-image] Feb 21 08:26:47.002 INFO O| Feb 21 08:26:47.002 INFO STEP 967 (remove_files) COMPLETE
73972025-02-21T08:26:48.415Z[ recovery-image] Feb 21 08:26:47.002 INFO O| Feb 21 08:26:47.002 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-02-21T08:26:48.425Z[ recovery-image] Feb 21 08:26:47.025 INFO O| Feb 21 08:26:47.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73992025-02-21T08:26:48.425Z[ recovery-image] Feb 21 08:26:47.025 INFO O| Feb 21 08:26:47.025 INFO STEP 968 (remove_files) COMPLETE
74002025-02-21T08:26:48.425Z[ recovery-image] Feb 21 08:26:47.025 INFO O| Feb 21 08:26:47.025 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-02-21T08:26:48.441Z[ recovery-image] Feb 21 08:26:47.046 INFO O| Feb 21 08:26:47.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74022025-02-21T08:26:48.441Z[ recovery-image] Feb 21 08:26:47.047 INFO O| Feb 21 08:26:47.047 INFO STEP 969 (remove_files) COMPLETE
74032025-02-21T08:26:48.446Z[ recovery-image] Feb 21 08:26:47.047 INFO O| Feb 21 08:26:47.047 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-02-21T08:26:48.479Z[ recovery-image] Feb 21 08:26:47.081 INFO O| Feb 21 08:26:47.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74052025-02-21T08:26:48.486Z[ recovery-image] Feb 21 08:26:47.081 INFO O| Feb 21 08:26:47.081 INFO STEP 970 (remove_files) COMPLETE
74062025-02-21T08:26:48.486Z[ recovery-image] Feb 21 08:26:47.081 INFO O| Feb 21 08:26:47.081 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-02-21T08:26:48.505Z[ recovery-image] Feb 21 08:26:47.111 INFO O| Feb 21 08:26:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74082025-02-21T08:26:48.505Z[ recovery-image] Feb 21 08:26:47.111 INFO O| Feb 21 08:26:47.111 INFO STEP 971 (remove_files) COMPLETE
74092025-02-21T08:26:48.509Z[ recovery-image] Feb 21 08:26:47.111 INFO O| Feb 21 08:26:47.111 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-02-21T08:26:48.550Z[ recovery-image] Feb 21 08:26:47.152 INFO O| Feb 21 08:26:47.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74112025-02-21T08:26:48.550Z[ recovery-image] Feb 21 08:26:47.152 INFO O| Feb 21 08:26:47.152 INFO STEP 972 (remove_files) COMPLETE
74122025-02-21T08:26:48.551Z[ recovery-image] Feb 21 08:26:47.152 INFO O| Feb 21 08:26:47.152 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-02-21T08:26:48.567Z[ recovery-image] Feb 21 08:26:47.172 INFO O| Feb 21 08:26:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74142025-02-21T08:26:48.567Z[ recovery-image] Feb 21 08:26:47.172 INFO O| Feb 21 08:26:47.172 INFO STEP 973 (remove_files) COMPLETE
74152025-02-21T08:26:48.567Z[ recovery-image] Feb 21 08:26:47.172 INFO O| Feb 21 08:26:47.172 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-02-21T08:26:48.611Z[ recovery-image] Feb 21 08:26:47.217 INFO O| Feb 21 08:26:47.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74172025-02-21T08:26:48.611Z[ recovery-image] Feb 21 08:26:47.217 INFO O| Feb 21 08:26:47.217 INFO STEP 974 (remove_files) COMPLETE
74182025-02-21T08:26:48.625Z[ recovery-image] Feb 21 08:26:47.217 INFO O| Feb 21 08:26:47.217 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-02-21T08:26:48.686Z[ recovery-image] Feb 21 08:26:47.276 INFO O| Feb 21 08:26:47.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74202025-02-21T08:26:48.687Z[ recovery-image] Feb 21 08:26:47.276 INFO O| Feb 21 08:26:47.276 INFO STEP 975 (remove_files) COMPLETE
74212025-02-21T08:26:48.705Z[ recovery-image] Feb 21 08:26:47.276 INFO O| Feb 21 08:26:47.276 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-02-21T08:26:48.706Z[ recovery-image] Feb 21 08:26:47.294 INFO O| Feb 21 08:26:47.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74232025-02-21T08:26:48.706Z[ recovery-image] Feb 21 08:26:47.295 INFO O| Feb 21 08:26:47.294 INFO STEP 976 (remove_files) COMPLETE
74242025-02-21T08:26:48.706Z[ recovery-image] Feb 21 08:26:47.295 INFO O| Feb 21 08:26:47.295 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-02-21T08:26:48.773Z[ recovery-image] Feb 21 08:26:47.377 INFO O| Feb 21 08:26:47.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74262025-02-21T08:26:48.773Z[ recovery-image] Feb 21 08:26:47.377 INFO O| Feb 21 08:26:47.377 INFO STEP 977 (remove_files) COMPLETE
74272025-02-21T08:26:48.773Z[ recovery-image] Feb 21 08:26:47.377 INFO O| Feb 21 08:26:47.377 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-02-21T08:26:48.802Z[ recovery-image] Feb 21 08:26:47.402 INFO O| Feb 21 08:26:47.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74292025-02-21T08:26:48.821Z[ recovery-image] Feb 21 08:26:47.427 INFO O| Feb 21 08:26:47.427 INFO STEP 978 (remove_files) COMPLETE
74302025-02-21T08:26:48.822Z[ recovery-image] Feb 21 08:26:47.427 INFO O| Feb 21 08:26:47.427 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-02-21T08:26:48.857Z[ recovery-image] Feb 21 08:26:47.463 INFO O| Feb 21 08:26:47.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74322025-02-21T08:26:48.872Z[ recovery-image] Feb 21 08:26:47.477 INFO O| Feb 21 08:26:47.477 INFO STEP 979 (remove_files) COMPLETE
74332025-02-21T08:26:48.872Z[ recovery-image] Feb 21 08:26:47.477 INFO O| Feb 21 08:26:47.477 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-02-21T08:26:48.893Z[ recovery-image] Feb 21 08:26:47.499 INFO O| Feb 21 08:26:47.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74352025-02-21T08:26:48.893Z[ recovery-image] Feb 21 08:26:47.499 INFO O| Feb 21 08:26:47.499 INFO STEP 980 (remove_files) COMPLETE
74362025-02-21T08:26:48.896Z[ recovery-image] Feb 21 08:26:47.499 INFO O| Feb 21 08:26:47.499 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-02-21T08:26:48.923Z[ recovery-image] Feb 21 08:26:47.528 INFO O| Feb 21 08:26:47.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74382025-02-21T08:26:48.923Z[ recovery-image] Feb 21 08:26:47.528 INFO O| Feb 21 08:26:47.528 INFO STEP 981 (remove_files) COMPLETE
74392025-02-21T08:26:48.923Z[ recovery-image] Feb 21 08:26:47.528 INFO O| Feb 21 08:26:47.528 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-02-21T08:26:48.941Z[ recovery-image] Feb 21 08:26:47.547 INFO O| Feb 21 08:26:47.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74412025-02-21T08:26:48.951Z[ recovery-image] Feb 21 08:26:47.547 INFO O| Feb 21 08:26:47.547 INFO STEP 982 (remove_files) COMPLETE
74422025-02-21T08:26:48.952Z[ recovery-image] Feb 21 08:26:47.547 INFO O| Feb 21 08:26:47.547 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-02-21T08:26:48.959Z[ recovery-image] Feb 21 08:26:47.564 INFO O| Feb 21 08:26:47.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74442025-02-21T08:26:48.959Z[ recovery-image] Feb 21 08:26:47.564 INFO O| Feb 21 08:26:47.564 INFO STEP 983 (remove_files) COMPLETE
74452025-02-21T08:26:48.962Z[ recovery-image] Feb 21 08:26:47.564 INFO O| Feb 21 08:26:47.564 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-02-21T08:26:48.992Z[ recovery-image] Feb 21 08:26:47.597 INFO O| Feb 21 08:26:47.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74472025-02-21T08:26:48.992Z[ recovery-image] Feb 21 08:26:47.597 INFO O| Feb 21 08:26:47.597 INFO STEP 984 (remove_files) COMPLETE
74482025-02-21T08:26:48.992Z[ recovery-image] Feb 21 08:26:47.597 INFO O| Feb 21 08:26:47.597 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-02-21T08:26:49.009Z[ recovery-image] Feb 21 08:26:47.615 INFO O| Feb 21 08:26:47.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74502025-02-21T08:26:49.009Z[ recovery-image] Feb 21 08:26:47.615 INFO O| Feb 21 08:26:47.615 INFO STEP 985 (remove_files) COMPLETE
74512025-02-21T08:26:49.012Z[ recovery-image] Feb 21 08:26:47.615 INFO O| Feb 21 08:26:47.615 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-02-21T08:26:49.034Z[ recovery-image] Feb 21 08:26:47.640 INFO O| Feb 21 08:26:47.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74532025-02-21T08:26:49.038Z[ recovery-image] Feb 21 08:26:47.640 INFO O| Feb 21 08:26:47.640 INFO STEP 986 (remove_files) COMPLETE
74542025-02-21T08:26:49.038Z[ recovery-image] Feb 21 08:26:47.641 INFO O| Feb 21 08:26:47.640 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-02-21T08:26:49.063Z[ recovery-image] Feb 21 08:26:47.669 INFO O| Feb 21 08:26:47.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74562025-02-21T08:26:49.066Z[ recovery-image] Feb 21 08:26:47.669 INFO O| Feb 21 08:26:47.669 INFO STEP 987 (remove_files) COMPLETE
74572025-02-21T08:26:49.066Z[ recovery-image] Feb 21 08:26:47.670 INFO O| Feb 21 08:26:47.669 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-02-21T08:26:49.085Z[ recovery-image] Feb 21 08:26:47.691 INFO O| Feb 21 08:26:47.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74592025-02-21T08:26:49.088Z[ recovery-image] Feb 21 08:26:47.691 INFO O| Feb 21 08:26:47.691 INFO STEP 988 (remove_files) COMPLETE
74602025-02-21T08:26:49.088Z[ recovery-image] Feb 21 08:26:47.692 INFO O| Feb 21 08:26:47.691 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-02-21T08:26:49.145Z[ recovery-image] Feb 21 08:26:47.736 INFO O| Feb 21 08:26:47.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74622025-02-21T08:26:49.146Z[ recovery-image] Feb 21 08:26:47.736 INFO O| Feb 21 08:26:47.736 INFO STEP 989 (remove_files) COMPLETE
74632025-02-21T08:26:49.146Z[ recovery-image] Feb 21 08:26:47.736 INFO O| Feb 21 08:26:47.736 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-02-21T08:26:49.152Z[ recovery-image] Feb 21 08:26:47.755 INFO O| Feb 21 08:26:47.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74652025-02-21T08:26:49.152Z[ recovery-image] Feb 21 08:26:47.756 INFO O| Feb 21 08:26:47.756 INFO STEP 990 (remove_files) COMPLETE
74662025-02-21T08:26:49.152Z[ recovery-image] Feb 21 08:26:47.756 INFO O| Feb 21 08:26:47.756 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-02-21T08:26:49.169Z[ recovery-image] Feb 21 08:26:47.773 INFO O| Feb 21 08:26:47.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74682025-02-21T08:26:49.169Z[ recovery-image] Feb 21 08:26:47.773 INFO O| Feb 21 08:26:47.773 INFO STEP 991 (remove_files) COMPLETE
74692025-02-21T08:26:49.169Z[ recovery-image] Feb 21 08:26:47.773 INFO O| Feb 21 08:26:47.773 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-02-21T08:26:49.185Z[ recovery-image] Feb 21 08:26:47.790 INFO O| Feb 21 08:26:47.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74712025-02-21T08:26:49.199Z[ recovery-image] Feb 21 08:26:47.790 INFO O| Feb 21 08:26:47.790 INFO STEP 992 (remove_files) COMPLETE
74722025-02-21T08:26:49.199Z[ recovery-image] Feb 21 08:26:47.790 INFO O| Feb 21 08:26:47.790 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-02-21T08:26:49.226Z[ recovery-image] Feb 21 08:26:47.832 INFO O| Feb 21 08:26:47.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74742025-02-21T08:26:49.226Z[ recovery-image] Feb 21 08:26:47.832 INFO O| Feb 21 08:26:47.832 INFO STEP 993 (remove_files) COMPLETE
74752025-02-21T08:26:49.226Z[ recovery-image] Feb 21 08:26:47.832 INFO O| Feb 21 08:26:47.832 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-02-21T08:26:49.260Z[ recovery-image] Feb 21 08:26:47.863 INFO O| Feb 21 08:26:47.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74772025-02-21T08:26:49.273Z[ recovery-image] Feb 21 08:26:47.863 INFO O| Feb 21 08:26:47.863 INFO STEP 994 (remove_files) COMPLETE
74782025-02-21T08:26:49.273Z[ recovery-image] Feb 21 08:26:47.864 INFO O| Feb 21 08:26:47.863 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-02-21T08:26:49.280Z[ recovery-image] Feb 21 08:26:47.886 INFO O| Feb 21 08:26:47.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74802025-02-21T08:26:49.294Z[ recovery-image] Feb 21 08:26:47.886 INFO O| Feb 21 08:26:47.886 INFO STEP 995 (remove_files) COMPLETE
74812025-02-21T08:26:49.294Z[ recovery-image] Feb 21 08:26:47.886 INFO O| Feb 21 08:26:47.886 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-02-21T08:26:49.318Z[ recovery-image] Feb 21 08:26:47.908 INFO O| Feb 21 08:26:47.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74832025-02-21T08:26:49.322Z[ recovery-image] Feb 21 08:26:47.908 INFO O| Feb 21 08:26:47.908 INFO STEP 996 (remove_files) COMPLETE
74842025-02-21T08:26:49.322Z[ recovery-image] Feb 21 08:26:47.908 INFO O| Feb 21 08:26:47.908 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-02-21T08:26:49.330Z[ recovery-image] Feb 21 08:26:47.927 INFO O| Feb 21 08:26:47.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74862025-02-21T08:26:49.332Z[ recovery-image] Feb 21 08:26:47.927 INFO O| Feb 21 08:26:47.927 INFO STEP 997 (remove_files) COMPLETE
74872025-02-21T08:26:49.332Z[ recovery-image] Feb 21 08:26:47.927 INFO O| Feb 21 08:26:47.927 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-02-21T08:26:49.356Z[ recovery-image] Feb 21 08:26:47.962 INFO O| Feb 21 08:26:47.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74892025-02-21T08:26:49.364Z[ recovery-image] Feb 21 08:26:47.962 INFO O| Feb 21 08:26:47.962 INFO STEP 998 (remove_files) COMPLETE
74902025-02-21T08:26:49.364Z[ recovery-image] Feb 21 08:26:47.962 INFO O| Feb 21 08:26:47.962 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-02-21T08:26:49.377Z[ recovery-image] Feb 21 08:26:47.983 INFO O| Feb 21 08:26:47.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74922025-02-21T08:26:49.392Z[ recovery-image] Feb 21 08:26:47.983 INFO O| Feb 21 08:26:47.983 INFO STEP 999 (remove_files) COMPLETE
74932025-02-21T08:26:49.392Z[ recovery-image] Feb 21 08:26:47.983 INFO O| Feb 21 08:26:47.983 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-02-21T08:26:49.402Z[ recovery-image] Feb 21 08:26:48.008 INFO O| Feb 21 08:26:48.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74952025-02-21T08:26:49.402Z[ recovery-image] Feb 21 08:26:48.008 INFO O| Feb 21 08:26:48.008 INFO STEP 1000 (remove_files) COMPLETE
74962025-02-21T08:26:49.402Z[ recovery-image] Feb 21 08:26:48.008 INFO O| Feb 21 08:26:48.008 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-02-21T08:26:49.427Z[ recovery-image] Feb 21 08:26:48.033 INFO O| Feb 21 08:26:48.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74982025-02-21T08:26:49.427Z[ recovery-image] Feb 21 08:26:48.033 INFO O| Feb 21 08:26:48.033 INFO STEP 1001 (remove_files) COMPLETE
74992025-02-21T08:26:49.427Z[ recovery-image] Feb 21 08:26:48.033 INFO O| Feb 21 08:26:48.033 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-02-21T08:26:49.459Z[ recovery-image] Feb 21 08:26:48.065 INFO O| Feb 21 08:26:48.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75012025-02-21T08:26:49.464Z[ recovery-image] Feb 21 08:26:48.065 INFO O| Feb 21 08:26:48.065 INFO STEP 1002 (remove_files) COMPLETE
75022025-02-21T08:26:49.464Z[ recovery-image] Feb 21 08:26:48.066 INFO O| Feb 21 08:26:48.066 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-02-21T08:26:49.481Z[ recovery-image] Feb 21 08:26:48.086 INFO O| Feb 21 08:26:48.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75042025-02-21T08:26:49.484Z[ recovery-image] Feb 21 08:26:48.087 INFO O| Feb 21 08:26:48.087 INFO STEP 1003 (remove_files) COMPLETE
75052025-02-21T08:26:49.484Z[ recovery-image] Feb 21 08:26:48.087 INFO O| Feb 21 08:26:48.087 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-02-21T08:26:49.503Z[ recovery-image] Feb 21 08:26:48.106 INFO O| Feb 21 08:26:48.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75072025-02-21T08:26:49.503Z[ recovery-image] Feb 21 08:26:48.106 INFO O| Feb 21 08:26:48.106 INFO STEP 1004 (remove_files) COMPLETE
75082025-02-21T08:26:49.503Z[ recovery-image] Feb 21 08:26:48.106 INFO O| Feb 21 08:26:48.106 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-02-21T08:26:49.534Z[ recovery-image] Feb 21 08:26:48.140 INFO O| Feb 21 08:26:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75102025-02-21T08:26:49.535Z[ recovery-image] Feb 21 08:26:48.140 INFO O| Feb 21 08:26:48.140 INFO STEP 1005 (remove_files) COMPLETE
75112025-02-21T08:26:49.535Z[ recovery-image] Feb 21 08:26:48.140 INFO O| Feb 21 08:26:48.140 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-02-21T08:26:49.556Z[ recovery-image] Feb 21 08:26:48.161 INFO O| Feb 21 08:26:48.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75132025-02-21T08:26:49.556Z[ recovery-image] Feb 21 08:26:48.161 INFO O| Feb 21 08:26:48.161 INFO STEP 1006 (remove_files) COMPLETE
75142025-02-21T08:26:49.556Z[ recovery-image] Feb 21 08:26:48.161 INFO O| Feb 21 08:26:48.161 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-02-21T08:26:49.582Z[ recovery-image] Feb 21 08:26:48.188 INFO O| Feb 21 08:26:48.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75162025-02-21T08:26:49.587Z[ recovery-image] Feb 21 08:26:48.188 INFO O| Feb 21 08:26:48.188 INFO STEP 1007 (remove_files) COMPLETE
75172025-02-21T08:26:49.587Z[ recovery-image] Feb 21 08:26:48.188 INFO O| Feb 21 08:26:48.188 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-02-21T08:26:49.604Z[ recovery-image] Feb 21 08:26:48.209 INFO O| Feb 21 08:26:48.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75192025-02-21T08:26:49.604Z[ recovery-image] Feb 21 08:26:48.209 INFO O| Feb 21 08:26:48.209 INFO STEP 1008 (remove_files) COMPLETE
75202025-02-21T08:26:49.607Z[ recovery-image] Feb 21 08:26:48.209 INFO O| Feb 21 08:26:48.209 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-02-21T08:26:49.639Z[ recovery-image] Feb 21 08:26:48.243 INFO O| Feb 21 08:26:48.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75222025-02-21T08:26:49.639Z[ recovery-image] Feb 21 08:26:48.243 INFO O| Feb 21 08:26:48.243 INFO STEP 1009 (remove_files) COMPLETE
75232025-02-21T08:26:49.639Z[ recovery-image] Feb 21 08:26:48.243 INFO O| Feb 21 08:26:48.243 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-02-21T08:26:49.658Z[ recovery-image] Feb 21 08:26:48.263 INFO O| Feb 21 08:26:48.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75252025-02-21T08:26:49.658Z[ recovery-image] Feb 21 08:26:48.263 INFO O| Feb 21 08:26:48.263 INFO STEP 1010 (remove_files) COMPLETE
75262025-02-21T08:26:49.658Z[ recovery-image] Feb 21 08:26:48.263 INFO O| Feb 21 08:26:48.263 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-02-21T08:26:49.677Z[ recovery-image] Feb 21 08:26:48.282 INFO O| Feb 21 08:26:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75282025-02-21T08:26:49.677Z[ recovery-image] Feb 21 08:26:48.282 INFO O| Feb 21 08:26:48.282 INFO STEP 1011 (remove_files) COMPLETE
75292025-02-21T08:26:49.677Z[ recovery-image] Feb 21 08:26:48.282 INFO O| Feb 21 08:26:48.282 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-02-21T08:26:49.695Z[ recovery-image] Feb 21 08:26:48.300 INFO O| Feb 21 08:26:48.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75312025-02-21T08:26:49.695Z[ recovery-image] Feb 21 08:26:48.301 INFO O| Feb 21 08:26:48.301 INFO STEP 1012 (remove_files) COMPLETE
75322025-02-21T08:26:49.695Z[ recovery-image] Feb 21 08:26:48.301 INFO O| Feb 21 08:26:48.301 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-02-21T08:26:49.715Z[ recovery-image] Feb 21 08:26:48.319 INFO O| Feb 21 08:26:48.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75342025-02-21T08:26:49.715Z[ recovery-image] Feb 21 08:26:48.320 INFO O| Feb 21 08:26:48.319 INFO STEP 1013 (remove_files) COMPLETE
75352025-02-21T08:26:49.715Z[ recovery-image] Feb 21 08:26:48.320 INFO O| Feb 21 08:26:48.320 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-02-21T08:26:49.749Z[ recovery-image] Feb 21 08:26:48.355 INFO O| Feb 21 08:26:48.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75372025-02-21T08:26:49.749Z[ recovery-image] Feb 21 08:26:48.355 INFO O| Feb 21 08:26:48.355 INFO STEP 1014 (remove_files) COMPLETE
75382025-02-21T08:26:49.749Z[ recovery-image] Feb 21 08:26:48.355 INFO O| Feb 21 08:26:48.355 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-02-21T08:26:49.798Z[ recovery-image] Feb 21 08:26:48.404 INFO O| Feb 21 08:26:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75402025-02-21T08:26:49.801Z[ recovery-image] Feb 21 08:26:48.404 INFO O| Feb 21 08:26:48.404 INFO STEP 1015 (remove_files) COMPLETE
75412025-02-21T08:26:49.801Z[ recovery-image] Feb 21 08:26:48.405 INFO O| Feb 21 08:26:48.404 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-02-21T08:26:49.819Z[ recovery-image] Feb 21 08:26:48.426 INFO O| Feb 21 08:26:48.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75432025-02-21T08:26:49.824Z[ recovery-image] Feb 21 08:26:48.426 INFO O| Feb 21 08:26:48.426 INFO STEP 1016 (remove_files) COMPLETE
75442025-02-21T08:26:49.824Z[ recovery-image] Feb 21 08:26:48.426 INFO O| Feb 21 08:26:48.426 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-02-21T08:26:49.839Z[ recovery-image] Feb 21 08:26:48.445 INFO O| Feb 21 08:26:48.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75462025-02-21T08:26:49.844Z[ recovery-image] Feb 21 08:26:48.445 INFO O| Feb 21 08:26:48.445 INFO STEP 1017 (remove_files) COMPLETE
75472025-02-21T08:26:49.844Z[ recovery-image] Feb 21 08:26:48.445 INFO O| Feb 21 08:26:48.445 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-02-21T08:26:49.858Z[ recovery-image] Feb 21 08:26:48.465 INFO O| Feb 21 08:26:48.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75492025-02-21T08:26:49.859Z[ recovery-image] Feb 21 08:26:48.465 INFO O| Feb 21 08:26:48.465 INFO STEP 1018 (remove_files) COMPLETE
75502025-02-21T08:26:49.861Z[ recovery-image] Feb 21 08:26:48.465 INFO O| Feb 21 08:26:48.465 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-02-21T08:26:49.879Z[ recovery-image] Feb 21 08:26:48.485 INFO O| Feb 21 08:26:48.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75522025-02-21T08:26:49.879Z[ recovery-image] Feb 21 08:26:48.485 INFO O| Feb 21 08:26:48.485 INFO STEP 1019 (remove_files) COMPLETE
75532025-02-21T08:26:49.882Z[ recovery-image] Feb 21 08:26:48.485 INFO O| Feb 21 08:26:48.485 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-02-21T08:26:49.902Z[ recovery-image] Feb 21 08:26:48.508 INFO O| Feb 21 08:26:48.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75552025-02-21T08:26:49.905Z[ recovery-image] Feb 21 08:26:48.508 INFO O| Feb 21 08:26:48.508 INFO STEP 1020 (remove_files) COMPLETE
75562025-02-21T08:26:49.905Z[ recovery-image] Feb 21 08:26:48.508 INFO O| Feb 21 08:26:48.508 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-02-21T08:26:49.962Z[ recovery-image] Feb 21 08:26:48.568 INFO O| Feb 21 08:26:48.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75582025-02-21T08:26:49.966Z[ recovery-image] Feb 21 08:26:48.568 INFO O| Feb 21 08:26:48.568 INFO STEP 1021 (remove_files) COMPLETE
75592025-02-21T08:26:49.966Z[ recovery-image] Feb 21 08:26:48.568 INFO O| Feb 21 08:26:48.568 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-02-21T08:26:50.006Z[ recovery-image] Feb 21 08:26:48.612 INFO O| Feb 21 08:26:48.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75612025-02-21T08:26:50.006Z[ recovery-image] Feb 21 08:26:48.612 INFO O| Feb 21 08:26:48.612 INFO STEP 1022 (remove_files) COMPLETE
75622025-02-21T08:26:50.046Z[ recovery-image] Feb 21 08:26:48.612 INFO O| Feb 21 08:26:48.612 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-02-21T08:26:50.047Z[ recovery-image] Feb 21 08:26:48.632 INFO O| Feb 21 08:26:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75642025-02-21T08:26:50.047Z[ recovery-image] Feb 21 08:26:48.633 INFO O| Feb 21 08:26:48.632 INFO STEP 1023 (remove_files) COMPLETE
75652025-02-21T08:26:50.047Z[ recovery-image] Feb 21 08:26:48.633 INFO O| Feb 21 08:26:48.633 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-02-21T08:26:50.051Z[ recovery-image] Feb 21 08:26:48.652 INFO O| Feb 21 08:26:48.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75672025-02-21T08:26:50.051Z[ recovery-image] Feb 21 08:26:48.653 INFO O| Feb 21 08:26:48.653 INFO STEP 1024 (remove_files) COMPLETE
75682025-02-21T08:26:50.051Z[ recovery-image] Feb 21 08:26:48.653 INFO O| Feb 21 08:26:48.653 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-02-21T08:26:50.126Z[ recovery-image] Feb 21 08:26:48.732 INFO O| Feb 21 08:26:48.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75702025-02-21T08:26:50.126Z[ recovery-image] Feb 21 08:26:48.732 INFO O| Feb 21 08:26:48.732 INFO STEP 1025 (remove_files) COMPLETE
75712025-02-21T08:26:50.132Z[ recovery-image] Feb 21 08:26:48.732 INFO O| Feb 21 08:26:48.732 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-02-21T08:26:50.146Z[ recovery-image] Feb 21 08:26:48.752 INFO O| Feb 21 08:26:48.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75732025-02-21T08:26:50.153Z[ recovery-image] Feb 21 08:26:48.752 INFO O| Feb 21 08:26:48.752 INFO STEP 1026 (remove_files) COMPLETE
75742025-02-21T08:26:50.153Z[ recovery-image] Feb 21 08:26:48.752 INFO O| Feb 21 08:26:48.752 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-02-21T08:26:50.175Z[ recovery-image] Feb 21 08:26:48.781 INFO O| Feb 21 08:26:48.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75762025-02-21T08:26:50.176Z[ recovery-image] Feb 21 08:26:48.782 INFO O| Feb 21 08:26:48.782 INFO STEP 1027 (remove_files) COMPLETE
75772025-02-21T08:26:50.176Z[ recovery-image] Feb 21 08:26:48.782 INFO O| Feb 21 08:26:48.782 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-02-21T08:26:50.196Z[ recovery-image] Feb 21 08:26:48.802 INFO O| Feb 21 08:26:48.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75792025-02-21T08:26:50.196Z[ recovery-image] Feb 21 08:26:48.802 INFO O| Feb 21 08:26:48.802 INFO STEP 1028 (remove_files) COMPLETE
75802025-02-21T08:26:50.196Z[ recovery-image] Feb 21 08:26:48.802 INFO O| Feb 21 08:26:48.802 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-02-21T08:26:50.229Z[ recovery-image] Feb 21 08:26:48.834 INFO O| Feb 21 08:26:48.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75822025-02-21T08:26:50.229Z[ recovery-image] Feb 21 08:26:48.834 INFO O| Feb 21 08:26:48.834 INFO STEP 1029 (remove_files) COMPLETE
75832025-02-21T08:26:50.229Z[ recovery-image] Feb 21 08:26:48.834 INFO O| Feb 21 08:26:48.834 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-02-21T08:26:50.249Z[ recovery-image] Feb 21 08:26:48.855 INFO O| Feb 21 08:26:48.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75852025-02-21T08:26:50.249Z[ recovery-image] Feb 21 08:26:48.855 INFO O| Feb 21 08:26:48.855 INFO STEP 1030 (remove_files) COMPLETE
75862025-02-21T08:26:50.249Z[ recovery-image] Feb 21 08:26:48.855 INFO O| Feb 21 08:26:48.855 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-02-21T08:26:50.269Z[ recovery-image] Feb 21 08:26:48.875 INFO O| Feb 21 08:26:48.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75882025-02-21T08:26:50.270Z[ recovery-image] Feb 21 08:26:48.875 INFO O| Feb 21 08:26:48.875 INFO STEP 1031 (remove_files) COMPLETE
75892025-02-21T08:26:50.270Z[ recovery-image] Feb 21 08:26:48.875 INFO O| Feb 21 08:26:48.875 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-02-21T08:26:50.346Z[ recovery-image] Feb 21 08:26:48.952 INFO O| Feb 21 08:26:48.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75912025-02-21T08:26:50.348Z[ recovery-image] Feb 21 08:26:48.952 INFO O| Feb 21 08:26:48.952 INFO STEP 1032 (remove_files) COMPLETE
75922025-02-21T08:26:50.348Z[ recovery-image] Feb 21 08:26:48.952 INFO O| Feb 21 08:26:48.952 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-02-21T08:26:50.367Z[ recovery-image] Feb 21 08:26:48.973 INFO O| Feb 21 08:26:48.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75942025-02-21T08:26:50.369Z[ recovery-image] Feb 21 08:26:48.973 INFO O| Feb 21 08:26:48.973 INFO STEP 1033 (remove_files) COMPLETE
75952025-02-21T08:26:50.370Z[ recovery-image] Feb 21 08:26:48.973 INFO O| Feb 21 08:26:48.973 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-02-21T08:26:50.403Z[ recovery-image] Feb 21 08:26:49.009 INFO O| Feb 21 08:26:49.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75972025-02-21T08:26:50.403Z[ recovery-image] Feb 21 08:26:49.009 INFO O| Feb 21 08:26:49.009 INFO STEP 1034 (remove_files) COMPLETE
75982025-02-21T08:26:50.403Z[ recovery-image] Feb 21 08:26:49.009 INFO O| Feb 21 08:26:49.009 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-02-21T08:26:50.428Z[ recovery-image] Feb 21 08:26:49.033 INFO O| Feb 21 08:26:49.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76002025-02-21T08:26:50.428Z[ recovery-image] Feb 21 08:26:49.033 INFO O| Feb 21 08:26:49.033 INFO STEP 1035 (remove_files) COMPLETE
76012025-02-21T08:26:50.428Z[ recovery-image] Feb 21 08:26:49.033 INFO O| Feb 21 08:26:49.033 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-02-21T08:26:50.448Z[ recovery-image] Feb 21 08:26:49.054 INFO O| Feb 21 08:26:49.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76032025-02-21T08:26:50.449Z[ recovery-image] Feb 21 08:26:49.054 INFO O| Feb 21 08:26:49.054 INFO STEP 1036 (remove_files) COMPLETE
76042025-02-21T08:26:50.451Z[ recovery-image] Feb 21 08:26:49.054 INFO O| Feb 21 08:26:49.054 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-02-21T08:26:50.485Z[ recovery-image] Feb 21 08:26:49.091 INFO O| Feb 21 08:26:49.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76062025-02-21T08:26:50.485Z[ recovery-image] Feb 21 08:26:49.091 INFO O| Feb 21 08:26:49.091 INFO STEP 1037 (remove_files) COMPLETE
76072025-02-21T08:26:50.485Z[ recovery-image] Feb 21 08:26:49.091 INFO O| Feb 21 08:26:49.091 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-02-21T08:26:50.531Z[ recovery-image] Feb 21 08:26:49.137 INFO O| Feb 21 08:26:49.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76092025-02-21T08:26:50.531Z[ recovery-image] Feb 21 08:26:49.137 INFO O| Feb 21 08:26:49.137 INFO STEP 1038 (remove_files) COMPLETE
76102025-02-21T08:26:50.531Z[ recovery-image] Feb 21 08:26:49.137 INFO O| Feb 21 08:26:49.137 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-02-21T08:26:50.551Z[ recovery-image] Feb 21 08:26:49.157 INFO O| Feb 21 08:26:49.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76122025-02-21T08:26:50.551Z[ recovery-image] Feb 21 08:26:49.157 INFO O| Feb 21 08:26:49.157 INFO STEP 1039 (remove_files) COMPLETE
76132025-02-21T08:26:50.554Z[ recovery-image] Feb 21 08:26:49.157 INFO O| Feb 21 08:26:49.157 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-02-21T08:26:50.588Z[ recovery-image] Feb 21 08:26:49.194 INFO O| Feb 21 08:26:49.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76152025-02-21T08:26:50.594Z[ recovery-image] Feb 21 08:26:49.194 INFO O| Feb 21 08:26:49.194 INFO STEP 1040 (remove_files) COMPLETE
76162025-02-21T08:26:50.594Z[ recovery-image] Feb 21 08:26:49.195 INFO O| Feb 21 08:26:49.194 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-02-21T08:26:50.610Z[ recovery-image] Feb 21 08:26:49.216 INFO O| Feb 21 08:26:49.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76182025-02-21T08:26:50.613Z[ recovery-image] Feb 21 08:26:49.217 INFO O| Feb 21 08:26:49.216 INFO STEP 1041 (remove_files) COMPLETE
76192025-02-21T08:26:50.613Z[ recovery-image] Feb 21 08:26:49.217 INFO O| Feb 21 08:26:49.217 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-02-21T08:26:50.630Z[ recovery-image] Feb 21 08:26:49.235 INFO O| Feb 21 08:26:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76212025-02-21T08:26:50.633Z[ recovery-image] Feb 21 08:26:49.235 INFO O| Feb 21 08:26:49.235 INFO STEP 1042 (remove_files) COMPLETE
76222025-02-21T08:26:50.633Z[ recovery-image] Feb 21 08:26:49.235 INFO O| Feb 21 08:26:49.235 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-02-21T08:26:50.647Z[ recovery-image] Feb 21 08:26:49.253 INFO O| Feb 21 08:26:49.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76242025-02-21T08:26:50.650Z[ recovery-image] Feb 21 08:26:49.253 INFO O| Feb 21 08:26:49.253 INFO STEP 1043 (remove_files) COMPLETE
76252025-02-21T08:26:50.650Z[ recovery-image] Feb 21 08:26:49.254 INFO O| Feb 21 08:26:49.253 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-02-21T08:26:50.666Z[ recovery-image] Feb 21 08:26:49.272 INFO O| Feb 21 08:26:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76272025-02-21T08:26:50.671Z[ recovery-image] Feb 21 08:26:49.272 INFO O| Feb 21 08:26:49.272 INFO STEP 1044 (remove_files) COMPLETE
76282025-02-21T08:26:50.671Z[ recovery-image] Feb 21 08:26:49.272 INFO O| Feb 21 08:26:49.272 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-02-21T08:26:50.701Z[ recovery-image] Feb 21 08:26:49.290 INFO O| Feb 21 08:26:49.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76302025-02-21T08:26:50.701Z[ recovery-image] Feb 21 08:26:49.290 INFO O| Feb 21 08:26:49.290 INFO STEP 1045 (remove_files) COMPLETE
76312025-02-21T08:26:50.703Z[ recovery-image] Feb 21 08:26:49.290 INFO O| Feb 21 08:26:49.290 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-02-21T08:26:50.706Z[ recovery-image] Feb 21 08:26:49.312 INFO O| Feb 21 08:26:49.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76332025-02-21T08:26:50.709Z[ recovery-image] Feb 21 08:26:49.312 INFO O| Feb 21 08:26:49.312 INFO STEP 1046 (remove_files) COMPLETE
76342025-02-21T08:26:50.709Z[ recovery-image] Feb 21 08:26:49.312 INFO O| Feb 21 08:26:49.312 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-02-21T08:26:50.728Z[ recovery-image] Feb 21 08:26:49.334 INFO O| Feb 21 08:26:49.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76362025-02-21T08:26:50.728Z[ recovery-image] Feb 21 08:26:49.334 INFO O| Feb 21 08:26:49.334 INFO STEP 1047 (remove_files) COMPLETE
76372025-02-21T08:26:50.728Z[ recovery-image] Feb 21 08:26:49.334 INFO O| Feb 21 08:26:49.334 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-02-21T08:26:50.747Z[ recovery-image] Feb 21 08:26:49.353 INFO O| Feb 21 08:26:49.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76392025-02-21T08:26:50.748Z[ recovery-image] Feb 21 08:26:49.353 INFO O| Feb 21 08:26:49.353 INFO STEP 1048 (remove_files) COMPLETE
76402025-02-21T08:26:50.751Z[ recovery-image] Feb 21 08:26:49.354 INFO O| Feb 21 08:26:49.353 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-02-21T08:26:50.826Z[ recovery-image] Feb 21 08:26:49.432 INFO O| Feb 21 08:26:49.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76422025-02-21T08:26:50.826Z[ recovery-image] Feb 21 08:26:49.432 INFO O| Feb 21 08:26:49.432 INFO STEP 1049 (remove_files) COMPLETE
76432025-02-21T08:26:50.826Z[ recovery-image] Feb 21 08:26:49.432 INFO O| Feb 21 08:26:49.432 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-02-21T08:26:50.847Z[ recovery-image] Feb 21 08:26:49.453 INFO O| Feb 21 08:26:49.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76452025-02-21T08:26:50.847Z[ recovery-image] Feb 21 08:26:49.453 INFO O| Feb 21 08:26:49.453 INFO STEP 1050 (remove_files) COMPLETE
76462025-02-21T08:26:50.849Z[ recovery-image] Feb 21 08:26:49.453 INFO O| Feb 21 08:26:49.453 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-02-21T08:26:50.908Z[ recovery-image] Feb 21 08:26:49.513 INFO O| Feb 21 08:26:49.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76482025-02-21T08:26:50.908Z[ recovery-image] Feb 21 08:26:49.514 INFO O| Feb 21 08:26:49.513 INFO STEP 1051 (remove_files) COMPLETE
76492025-02-21T08:26:50.908Z[ recovery-image] Feb 21 08:26:49.514 INFO O| Feb 21 08:26:49.514 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-02-21T08:26:50.927Z[ recovery-image] Feb 21 08:26:49.533 INFO O| Feb 21 08:26:49.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76512025-02-21T08:26:50.927Z[ recovery-image] Feb 21 08:26:49.533 INFO O| Feb 21 08:26:49.533 INFO STEP 1052 (remove_files) COMPLETE
76522025-02-21T08:26:50.927Z[ recovery-image] Feb 21 08:26:49.533 INFO O| Feb 21 08:26:49.533 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-02-21T08:26:50.946Z[ recovery-image] Feb 21 08:26:49.552 INFO O| Feb 21 08:26:49.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76542025-02-21T08:26:50.946Z[ recovery-image] Feb 21 08:26:49.552 INFO O| Feb 21 08:26:49.552 INFO STEP 1053 (remove_files) COMPLETE
76552025-02-21T08:26:50.946Z[ recovery-image] Feb 21 08:26:49.552 INFO O| Feb 21 08:26:49.552 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-02-21T08:26:50.986Z[ recovery-image] Feb 21 08:26:49.592 INFO O| Feb 21 08:26:49.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76572025-02-21T08:26:50.986Z[ recovery-image] Feb 21 08:26:49.592 INFO O| Feb 21 08:26:49.592 INFO STEP 1054 (remove_files) COMPLETE
76582025-02-21T08:26:50.986Z[ recovery-image] Feb 21 08:26:49.592 INFO O| Feb 21 08:26:49.592 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-02-21T08:26:51.055Z[ recovery-image] Feb 21 08:26:49.660 INFO O| Feb 21 08:26:49.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76602025-02-21T08:26:51.055Z[ recovery-image] Feb 21 08:26:49.660 INFO O| Feb 21 08:26:49.660 INFO STEP 1055 (remove_files) COMPLETE
76612025-02-21T08:26:51.055Z[ recovery-image] Feb 21 08:26:49.660 INFO O| Feb 21 08:26:49.660 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-02-21T08:26:51.078Z[ recovery-image] Feb 21 08:26:49.682 INFO O| Feb 21 08:26:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76632025-02-21T08:26:51.078Z[ recovery-image] Feb 21 08:26:49.682 INFO O| Feb 21 08:26:49.682 INFO STEP 1056 (remove_files) COMPLETE
76642025-02-21T08:26:51.078Z[ recovery-image] Feb 21 08:26:49.682 INFO O| Feb 21 08:26:49.682 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-02-21T08:26:51.095Z[ recovery-image] Feb 21 08:26:49.701 INFO O| Feb 21 08:26:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76662025-02-21T08:26:51.095Z[ recovery-image] Feb 21 08:26:49.701 INFO O| Feb 21 08:26:49.701 INFO STEP 1057 (remove_files) COMPLETE
76672025-02-21T08:26:51.095Z[ recovery-image] Feb 21 08:26:49.701 INFO O| Feb 21 08:26:49.701 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-02-21T08:26:51.115Z[ recovery-image] Feb 21 08:26:49.720 INFO O| Feb 21 08:26:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76692025-02-21T08:26:51.115Z[ recovery-image] Feb 21 08:26:49.720 INFO O| Feb 21 08:26:49.720 INFO STEP 1058 (remove_files) COMPLETE
76702025-02-21T08:26:51.115Z[ recovery-image] Feb 21 08:26:49.720 INFO O| Feb 21 08:26:49.720 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-02-21T08:26:51.137Z[ recovery-image] Feb 21 08:26:49.738 INFO O| Feb 21 08:26:49.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76722025-02-21T08:26:51.160Z[ recovery-image] Feb 21 08:26:49.762 INFO O| Feb 21 08:26:49.762 INFO STEP 1059 (remove_files) COMPLETE
76732025-02-21T08:26:51.160Z[ recovery-image] Feb 21 08:26:49.762 INFO O| Feb 21 08:26:49.762 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-02-21T08:26:51.212Z[ recovery-image] Feb 21 08:26:49.817 INFO O| Feb 21 08:26:49.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76752025-02-21T08:26:51.212Z[ recovery-image] Feb 21 08:26:49.817 INFO O| Feb 21 08:26:49.817 INFO STEP 1060 (remove_files) COMPLETE
76762025-02-21T08:26:51.212Z[ recovery-image] Feb 21 08:26:49.817 INFO O| Feb 21 08:26:49.817 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-02-21T08:26:51.239Z[ recovery-image] Feb 21 08:26:49.837 INFO O| Feb 21 08:26:49.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76782025-02-21T08:26:51.257Z[ recovery-image] Feb 21 08:26:49.862 INFO O| Feb 21 08:26:49.862 INFO STEP 1061 (remove_files) COMPLETE
76792025-02-21T08:26:51.257Z[ recovery-image] Feb 21 08:26:49.862 INFO O| Feb 21 08:26:49.862 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-02-21T08:26:51.296Z[ recovery-image] Feb 21 08:26:49.901 INFO O| Feb 21 08:26:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76812025-02-21T08:26:51.296Z[ recovery-image] Feb 21 08:26:49.902 INFO O| Feb 21 08:26:49.901 INFO STEP 1062 (remove_files) COMPLETE
76822025-02-21T08:26:51.296Z[ recovery-image] Feb 21 08:26:49.902 INFO O| Feb 21 08:26:49.902 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-02-21T08:26:51.316Z[ recovery-image] Feb 21 08:26:49.921 INFO O| Feb 21 08:26:49.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76842025-02-21T08:26:51.316Z[ recovery-image] Feb 21 08:26:49.921 INFO O| Feb 21 08:26:49.921 INFO STEP 1063 (remove_files) COMPLETE
76852025-02-21T08:26:51.319Z[ recovery-image] Feb 21 08:26:49.921 INFO O| Feb 21 08:26:49.921 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-02-21T08:26:51.334Z[ recovery-image] Feb 21 08:26:49.941 INFO O| Feb 21 08:26:49.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76872025-02-21T08:26:51.335Z[ recovery-image] Feb 21 08:26:49.941 INFO O| Feb 21 08:26:49.941 INFO STEP 1064 (remove_files) COMPLETE
76882025-02-21T08:26:51.335Z[ recovery-image] Feb 21 08:26:49.941 INFO O| Feb 21 08:26:49.941 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-02-21T08:26:51.362Z[ recovery-image] Feb 21 08:26:49.961 INFO O| Feb 21 08:26:49.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76902025-02-21T08:26:51.362Z[ recovery-image] Feb 21 08:26:49.961 INFO O| Feb 21 08:26:49.959 INFO STEP 1065 (remove_files) COMPLETE
76912025-02-21T08:26:51.362Z[ recovery-image] Feb 21 08:26:49.961 INFO O| Feb 21 08:26:49.959 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-02-21T08:26:51.371Z[ recovery-image] Feb 21 08:26:49.976 INFO O| Feb 21 08:26:49.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76932025-02-21T08:26:51.371Z[ recovery-image] Feb 21 08:26:49.976 INFO O| Feb 21 08:26:49.976 INFO STEP 1066 (remove_files) COMPLETE
76942025-02-21T08:26:51.374Z[ recovery-image] Feb 21 08:26:49.976 INFO O| Feb 21 08:26:49.976 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-02-21T08:26:51.402Z[ recovery-image] Feb 21 08:26:50.007 INFO O| Feb 21 08:26:50.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76962025-02-21T08:26:51.407Z[ recovery-image] Feb 21 08:26:50.008 INFO O| Feb 21 08:26:50.007 INFO STEP 1067 (remove_files) COMPLETE
76972025-02-21T08:26:51.407Z[ recovery-image] Feb 21 08:26:50.008 INFO O| Feb 21 08:26:50.008 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-02-21T08:26:51.421Z[ recovery-image] Feb 21 08:26:50.026 INFO O| Feb 21 08:26:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76992025-02-21T08:26:51.423Z[ recovery-image] Feb 21 08:26:50.027 INFO O| Feb 21 08:26:50.027 INFO STEP 1068 (remove_files) COMPLETE
77002025-02-21T08:26:51.424Z[ recovery-image] Feb 21 08:26:50.027 INFO O| Feb 21 08:26:50.027 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-02-21T08:26:51.438Z[ recovery-image] Feb 21 08:26:50.044 INFO O| Feb 21 08:26:50.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77022025-02-21T08:26:51.444Z[ recovery-image] Feb 21 08:26:50.044 INFO O| Feb 21 08:26:50.044 INFO STEP 1069 (remove_files) COMPLETE
77032025-02-21T08:26:51.444Z[ recovery-image] Feb 21 08:26:50.044 INFO O| Feb 21 08:26:50.044 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-02-21T08:26:51.457Z[ recovery-image] Feb 21 08:26:50.063 INFO O| Feb 21 08:26:50.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77052025-02-21T08:26:51.461Z[ recovery-image] Feb 21 08:26:50.063 INFO O| Feb 21 08:26:50.063 INFO STEP 1070 (remove_files) COMPLETE
77062025-02-21T08:26:51.461Z[ recovery-image] Feb 21 08:26:50.063 INFO O| Feb 21 08:26:50.063 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-02-21T08:26:51.491Z[ recovery-image] Feb 21 08:26:50.097 INFO O| Feb 21 08:26:50.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77082025-02-21T08:26:51.496Z[ recovery-image] Feb 21 08:26:50.098 INFO O| Feb 21 08:26:50.097 INFO STEP 1071 (remove_files) COMPLETE
77092025-02-21T08:26:51.497Z[ recovery-image] Feb 21 08:26:50.098 INFO O| Feb 21 08:26:50.098 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-02-21T08:26:51.515Z[ recovery-image] Feb 21 08:26:50.119 INFO O| Feb 21 08:26:50.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77112025-02-21T08:26:51.515Z[ recovery-image] Feb 21 08:26:50.119 INFO O| Feb 21 08:26:50.119 INFO STEP 1072 (remove_files) COMPLETE
77122025-02-21T08:26:51.515Z[ recovery-image] Feb 21 08:26:50.119 INFO O| Feb 21 08:26:50.119 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-02-21T08:26:51.542Z[ recovery-image] Feb 21 08:26:50.147 INFO O| Feb 21 08:26:50.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77142025-02-21T08:26:51.542Z[ recovery-image] Feb 21 08:26:50.147 INFO O| Feb 21 08:26:50.147 INFO STEP 1073 (remove_files) COMPLETE
77152025-02-21T08:26:51.545Z[ recovery-image] Feb 21 08:26:50.147 INFO O| Feb 21 08:26:50.147 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-02-21T08:26:51.579Z[ recovery-image] Feb 21 08:26:50.185 INFO O| Feb 21 08:26:50.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77172025-02-21T08:26:51.579Z[ recovery-image] Feb 21 08:26:50.185 INFO O| Feb 21 08:26:50.185 INFO STEP 1074 (remove_files) COMPLETE
77182025-02-21T08:26:51.579Z[ recovery-image] Feb 21 08:26:50.185 INFO O| Feb 21 08:26:50.185 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-02-21T08:26:51.622Z[ recovery-image] Feb 21 08:26:50.228 INFO O| Feb 21 08:26:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77202025-02-21T08:26:51.627Z[ recovery-image] Feb 21 08:26:50.228 INFO O| Feb 21 08:26:50.228 INFO STEP 1075 (remove_files) COMPLETE
77212025-02-21T08:26:51.627Z[ recovery-image] Feb 21 08:26:50.228 INFO O| Feb 21 08:26:50.228 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-02-21T08:26:51.649Z[ recovery-image] Feb 21 08:26:50.255 INFO O| Feb 21 08:26:50.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77232025-02-21T08:26:51.653Z[ recovery-image] Feb 21 08:26:50.256 INFO O| Feb 21 08:26:50.256 INFO STEP 1076 (remove_files) COMPLETE
77242025-02-21T08:26:51.653Z[ recovery-image] Feb 21 08:26:50.256 INFO O| Feb 21 08:26:50.256 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-02-21T08:26:51.671Z[ recovery-image] Feb 21 08:26:50.277 INFO O| Feb 21 08:26:50.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77262025-02-21T08:26:51.674Z[ recovery-image] Feb 21 08:26:50.277 INFO O| Feb 21 08:26:50.277 INFO STEP 1077 (remove_files) COMPLETE
77272025-02-21T08:26:51.674Z[ recovery-image] Feb 21 08:26:50.278 INFO O| Feb 21 08:26:50.277 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-02-21T08:26:51.696Z[ recovery-image] Feb 21 08:26:50.302 INFO O| Feb 21 08:26:50.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77292025-02-21T08:26:51.703Z[ recovery-image] Feb 21 08:26:50.302 INFO O| Feb 21 08:26:50.302 INFO STEP 1078 (remove_files) COMPLETE
77302025-02-21T08:26:51.703Z[ recovery-image] Feb 21 08:26:50.302 INFO O| Feb 21 08:26:50.302 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-02-21T08:26:51.720Z[ recovery-image] Feb 21 08:26:50.326 INFO O| Feb 21 08:26:50.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77322025-02-21T08:26:51.725Z[ recovery-image] Feb 21 08:26:50.326 INFO O| Feb 21 08:26:50.326 INFO STEP 1079 (remove_files) COMPLETE
77332025-02-21T08:26:51.725Z[ recovery-image] Feb 21 08:26:50.326 INFO O| Feb 21 08:26:50.326 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-02-21T08:26:51.818Z[ recovery-image] Feb 21 08:26:50.423 INFO O| Feb 21 08:26:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77352025-02-21T08:26:51.819Z[ recovery-image] Feb 21 08:26:50.423 INFO O| Feb 21 08:26:50.423 INFO STEP 1080 (remove_files) COMPLETE
77362025-02-21T08:26:51.819Z[ recovery-image] Feb 21 08:26:50.423 INFO O| Feb 21 08:26:50.423 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-21T08:26:51.838Z[ recovery-image] Feb 21 08:26:50.444 INFO O| Feb 21 08:26:50.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77382025-02-21T08:26:51.838Z[ recovery-image] Feb 21 08:26:50.444 INFO O| Feb 21 08:26:50.444 INFO STEP 1081 (remove_files) COMPLETE
77392025-02-21T08:26:51.838Z[ recovery-image] Feb 21 08:26:50.444 INFO O| Feb 21 08:26:50.444 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-02-21T08:26:51.858Z[ recovery-image] Feb 21 08:26:50.464 INFO O| Feb 21 08:26:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77412025-02-21T08:26:51.858Z[ recovery-image] Feb 21 08:26:50.464 INFO O| Feb 21 08:26:50.464 INFO STEP 1082 (remove_files) COMPLETE
77422025-02-21T08:26:51.858Z[ recovery-image] Feb 21 08:26:50.464 INFO O| Feb 21 08:26:50.464 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-02-21T08:26:51.882Z[ recovery-image] Feb 21 08:26:50.487 INFO O| Feb 21 08:26:50.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77442025-02-21T08:26:51.883Z[ recovery-image] Feb 21 08:26:50.487 INFO O| Feb 21 08:26:50.487 INFO STEP 1083 (remove_files) COMPLETE
77452025-02-21T08:26:51.883Z[ recovery-image] Feb 21 08:26:50.487 INFO O| Feb 21 08:26:50.487 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-02-21T08:26:51.915Z[ recovery-image] Feb 21 08:26:50.520 INFO O| Feb 21 08:26:50.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77472025-02-21T08:26:51.915Z[ recovery-image] Feb 21 08:26:50.521 INFO O| Feb 21 08:26:50.521 INFO STEP 1084 (remove_files) COMPLETE
77482025-02-21T08:26:51.915Z[ recovery-image] Feb 21 08:26:50.521 INFO O| Feb 21 08:26:50.521 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-02-21T08:26:51.934Z[ recovery-image] Feb 21 08:26:50.540 INFO O| Feb 21 08:26:50.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77502025-02-21T08:26:51.934Z[ recovery-image] Feb 21 08:26:50.540 INFO O| Feb 21 08:26:50.540 INFO STEP 1085 (remove_files) COMPLETE
77512025-02-21T08:26:51.934Z[ recovery-image] Feb 21 08:26:50.540 INFO O| Feb 21 08:26:50.540 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-02-21T08:26:51.955Z[ recovery-image] Feb 21 08:26:50.560 INFO O| Feb 21 08:26:50.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77532025-02-21T08:26:51.955Z[ recovery-image] Feb 21 08:26:50.560 INFO O| Feb 21 08:26:50.560 INFO STEP 1086 (remove_files) COMPLETE
77542025-02-21T08:26:51.958Z[ recovery-image] Feb 21 08:26:50.560 INFO O| Feb 21 08:26:50.560 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-21T08:26:51.993Z[ recovery-image] Feb 21 08:26:50.599 INFO O| Feb 21 08:26:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77562025-02-21T08:26:51.993Z[ recovery-image] Feb 21 08:26:50.599 INFO O| Feb 21 08:26:50.599 INFO STEP 1087 (remove_files) COMPLETE
77572025-02-21T08:26:51.993Z[ recovery-image] Feb 21 08:26:50.599 INFO O| Feb 21 08:26:50.599 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-21T08:26:52.057Z[ recovery-image] Feb 21 08:26:50.662 INFO O| Feb 21 08:26:50.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77592025-02-21T08:26:52.057Z[ recovery-image] Feb 21 08:26:50.662 INFO O| Feb 21 08:26:50.662 INFO STEP 1088 (remove_files) COMPLETE
77602025-02-21T08:26:52.059Z[ recovery-image] Feb 21 08:26:50.662 INFO O| Feb 21 08:26:50.662 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-21T08:26:52.074Z[ recovery-image] Feb 21 08:26:50.680 INFO O| Feb 21 08:26:50.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77622025-02-21T08:26:52.074Z[ recovery-image] Feb 21 08:26:50.680 INFO O| Feb 21 08:26:50.680 INFO STEP 1089 (remove_files) COMPLETE
77632025-02-21T08:26:52.075Z[ recovery-image] Feb 21 08:26:50.680 INFO O| Feb 21 08:26:50.680 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-21T08:26:52.092Z[ recovery-image] Feb 21 08:26:50.698 INFO O| Feb 21 08:26:50.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77652025-02-21T08:26:52.092Z[ recovery-image] Feb 21 08:26:50.698 INFO O| Feb 21 08:26:50.698 INFO STEP 1090 (remove_files) COMPLETE
77662025-02-21T08:26:52.092Z[ recovery-image] Feb 21 08:26:50.698 INFO O| Feb 21 08:26:50.698 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-21T08:26:52.109Z[ recovery-image] Feb 21 08:26:50.715 INFO O| Feb 21 08:26:50.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77682025-02-21T08:26:52.109Z[ recovery-image] Feb 21 08:26:50.715 INFO O| Feb 21 08:26:50.715 INFO STEP 1091 (remove_files) COMPLETE
77692025-02-21T08:26:52.109Z[ recovery-image] Feb 21 08:26:50.715 INFO O| Feb 21 08:26:50.715 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-02-21T08:26:52.126Z[ recovery-image] Feb 21 08:26:50.732 INFO O| Feb 21 08:26:50.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77712025-02-21T08:26:52.126Z[ recovery-image] Feb 21 08:26:50.732 INFO O| Feb 21 08:26:50.732 INFO STEP 1092 (remove_files) COMPLETE
77722025-02-21T08:26:52.130Z[ recovery-image] Feb 21 08:26:50.732 INFO O| Feb 21 08:26:50.732 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-02-21T08:26:52.147Z[ recovery-image] Feb 21 08:26:50.752 INFO O| Feb 21 08:26:50.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77742025-02-21T08:26:52.147Z[ recovery-image] Feb 21 08:26:50.752 INFO O| Feb 21 08:26:50.752 INFO STEP 1093 (remove_files) COMPLETE
77752025-02-21T08:26:52.147Z[ recovery-image] Feb 21 08:26:50.752 INFO O| Feb 21 08:26:50.752 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-02-21T08:26:52.167Z[ recovery-image] Feb 21 08:26:50.771 INFO O| Feb 21 08:26:50.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77772025-02-21T08:26:52.167Z[ recovery-image] Feb 21 08:26:50.771 INFO O| Feb 21 08:26:50.771 INFO STEP 1094 (remove_files) COMPLETE
77782025-02-21T08:26:52.167Z[ recovery-image] Feb 21 08:26:50.771 INFO O| Feb 21 08:26:50.771 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-02-21T08:26:52.184Z[ recovery-image] Feb 21 08:26:50.790 INFO O| Feb 21 08:26:50.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77802025-02-21T08:26:52.184Z[ recovery-image] Feb 21 08:26:50.790 INFO O| Feb 21 08:26:50.790 INFO STEP 1095 (remove_files) COMPLETE
77812025-02-21T08:26:52.184Z[ recovery-image] Feb 21 08:26:50.790 INFO O| Feb 21 08:26:50.790 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-02-21T08:26:52.202Z[ recovery-image] Feb 21 08:26:50.808 INFO O| Feb 21 08:26:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77832025-02-21T08:26:52.202Z[ recovery-image] Feb 21 08:26:50.808 INFO O| Feb 21 08:26:50.808 INFO STEP 1096 (remove_files) COMPLETE
77842025-02-21T08:26:52.202Z[ recovery-image] Feb 21 08:26:50.808 INFO O| Feb 21 08:26:50.808 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-02-21T08:26:52.221Z[ recovery-image] Feb 21 08:26:50.826 INFO O| Feb 21 08:26:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77862025-02-21T08:26:52.221Z[ recovery-image] Feb 21 08:26:50.826 INFO O| Feb 21 08:26:50.826 INFO STEP 1097 (remove_files) COMPLETE
77872025-02-21T08:26:52.221Z[ recovery-image] Feb 21 08:26:50.826 INFO O| Feb 21 08:26:50.826 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-02-21T08:26:52.240Z[ recovery-image] Feb 21 08:26:50.844 INFO O| Feb 21 08:26:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77892025-02-21T08:26:52.240Z[ recovery-image] Feb 21 08:26:50.844 INFO O| Feb 21 08:26:50.844 INFO STEP 1098 (remove_files) COMPLETE
77902025-02-21T08:26:52.241Z[ recovery-image] Feb 21 08:26:50.844 INFO O| Feb 21 08:26:50.844 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-02-21T08:26:52.276Z[ recovery-image] Feb 21 08:26:50.882 INFO O| Feb 21 08:26:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77922025-02-21T08:26:52.276Z[ recovery-image] Feb 21 08:26:50.882 INFO O| Feb 21 08:26:50.882 INFO STEP 1099 (remove_files) COMPLETE
77932025-02-21T08:26:52.276Z[ recovery-image] Feb 21 08:26:50.882 INFO O| Feb 21 08:26:50.882 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-02-21T08:26:52.305Z[ recovery-image] Feb 21 08:26:50.908 INFO O| Feb 21 08:26:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77952025-02-21T08:26:52.306Z[ recovery-image] Feb 21 08:26:50.908 INFO O| Feb 21 08:26:50.908 INFO STEP 1100 (remove_files) COMPLETE
77962025-02-21T08:26:52.306Z[ recovery-image] Feb 21 08:26:50.908 INFO O| Feb 21 08:26:50.908 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-02-21T08:26:52.323Z[ recovery-image] Feb 21 08:26:50.929 INFO O| Feb 21 08:26:50.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77982025-02-21T08:26:52.323Z[ recovery-image] Feb 21 08:26:50.929 INFO O| Feb 21 08:26:50.929 INFO STEP 1101 (remove_files) COMPLETE
77992025-02-21T08:26:52.323Z[ recovery-image] Feb 21 08:26:50.929 INFO O| Feb 21 08:26:50.929 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-02-21T08:26:52.344Z[ recovery-image] Feb 21 08:26:50.950 INFO O| Feb 21 08:26:50.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78012025-02-21T08:26:52.347Z[ recovery-image] Feb 21 08:26:50.950 INFO O| Feb 21 08:26:50.950 INFO STEP 1102 (remove_files) COMPLETE
78022025-02-21T08:26:52.347Z[ recovery-image] Feb 21 08:26:50.950 INFO O| Feb 21 08:26:50.950 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-02-21T08:26:52.427Z[ recovery-image] Feb 21 08:26:51.033 INFO O| Feb 21 08:26:51.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78042025-02-21T08:26:52.427Z[ recovery-image] Feb 21 08:26:51.033 INFO O| Feb 21 08:26:51.033 INFO STEP 1103 (remove_files) COMPLETE
78052025-02-21T08:26:52.427Z[ recovery-image] Feb 21 08:26:51.033 INFO O| Feb 21 08:26:51.033 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-02-21T08:26:52.455Z[ recovery-image] Feb 21 08:26:51.060 INFO O| Feb 21 08:26:51.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78072025-02-21T08:26:52.455Z[ recovery-image] Feb 21 08:26:51.060 INFO O| Feb 21 08:26:51.060 INFO STEP 1104 (remove_files) COMPLETE
78082025-02-21T08:26:52.455Z[ recovery-image] Feb 21 08:26:51.060 INFO O| Feb 21 08:26:51.060 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-02-21T08:26:52.476Z[ recovery-image] Feb 21 08:26:51.080 INFO O| Feb 21 08:26:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78102025-02-21T08:26:52.476Z[ recovery-image] Feb 21 08:26:51.080 INFO O| Feb 21 08:26:51.080 INFO STEP 1105 (remove_files) COMPLETE
78112025-02-21T08:26:52.476Z[ recovery-image] Feb 21 08:26:51.080 INFO O| Feb 21 08:26:51.080 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-02-21T08:26:52.494Z[ recovery-image] Feb 21 08:26:51.100 INFO O| Feb 21 08:26:51.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78132025-02-21T08:26:52.494Z[ recovery-image] Feb 21 08:26:51.100 INFO O| Feb 21 08:26:51.100 INFO STEP 1106 (remove_files) COMPLETE
78142025-02-21T08:26:52.498Z[ recovery-image] Feb 21 08:26:51.100 INFO O| Feb 21 08:26:51.100 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-02-21T08:26:52.515Z[ recovery-image] Feb 21 08:26:51.121 INFO O| Feb 21 08:26:51.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78162025-02-21T08:26:52.515Z[ recovery-image] Feb 21 08:26:51.121 INFO O| Feb 21 08:26:51.121 INFO STEP 1107 (remove_files) COMPLETE
78172025-02-21T08:26:52.515Z[ recovery-image] Feb 21 08:26:51.121 INFO O| Feb 21 08:26:51.121 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-02-21T08:26:52.541Z[ recovery-image] Feb 21 08:26:51.147 INFO O| Feb 21 08:26:51.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78192025-02-21T08:26:52.541Z[ recovery-image] Feb 21 08:26:51.147 INFO O| Feb 21 08:26:51.147 INFO STEP 1108 (remove_files) COMPLETE
78202025-02-21T08:26:52.545Z[ recovery-image] Feb 21 08:26:51.147 INFO O| Feb 21 08:26:51.147 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-02-21T08:26:52.568Z[ recovery-image] Feb 21 08:26:51.174 INFO O| Feb 21 08:26:51.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78222025-02-21T08:26:52.572Z[ recovery-image] Feb 21 08:26:51.174 INFO O| Feb 21 08:26:51.174 INFO STEP 1109 (remove_files) COMPLETE
78232025-02-21T08:26:52.572Z[ recovery-image] Feb 21 08:26:51.174 INFO O| Feb 21 08:26:51.174 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-02-21T08:26:52.590Z[ recovery-image] Feb 21 08:26:51.196 INFO O| Feb 21 08:26:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78252025-02-21T08:26:52.597Z[ recovery-image] Feb 21 08:26:51.203 INFO O| Feb 21 08:26:51.202 INFO STEP 1110 (remove_files) COMPLETE
78262025-02-21T08:26:52.600Z[ recovery-image] Feb 21 08:26:51.205 INFO O| Feb 21 08:26:51.204 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-02-21T08:26:52.650Z[ recovery-image] Feb 21 08:26:51.251 INFO O| Feb 21 08:26:51.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78282025-02-21T08:26:52.650Z[ recovery-image] Feb 21 08:26:51.251 INFO O| Feb 21 08:26:51.251 INFO STEP 1111 (remove_files) COMPLETE
78292025-02-21T08:26:52.655Z[ recovery-image] Feb 21 08:26:51.251 INFO O| Feb 21 08:26:51.251 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-21T08:26:52.676Z[ recovery-image] Feb 21 08:26:51.282 INFO O| Feb 21 08:26:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78312025-02-21T08:26:52.676Z[ recovery-image] Feb 21 08:26:51.282 INFO O| Feb 21 08:26:51.282 INFO STEP 1112 (remove_files) COMPLETE
78322025-02-21T08:26:52.676Z[ recovery-image] Feb 21 08:26:51.282 INFO O| Feb 21 08:26:51.282 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-21T08:26:52.697Z[ recovery-image] Feb 21 08:26:51.302 INFO O| Feb 21 08:26:51.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78342025-02-21T08:26:52.697Z[ recovery-image] Feb 21 08:26:51.302 INFO O| Feb 21 08:26:51.302 INFO STEP 1113 (remove_files) COMPLETE
78352025-02-21T08:26:52.697Z[ recovery-image] Feb 21 08:26:51.302 INFO O| Feb 21 08:26:51.302 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-21T08:26:52.717Z[ recovery-image] Feb 21 08:26:51.323 INFO O| Feb 21 08:26:51.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78372025-02-21T08:26:52.718Z[ recovery-image] Feb 21 08:26:51.323 INFO O| Feb 21 08:26:51.323 INFO STEP 1114 (remove_files) COMPLETE
78382025-02-21T08:26:52.718Z[ recovery-image] Feb 21 08:26:51.323 INFO O| Feb 21 08:26:51.323 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-02-21T08:26:52.741Z[ recovery-image] Feb 21 08:26:51.345 INFO O| Feb 21 08:26:51.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78402025-02-21T08:26:52.741Z[ recovery-image] Feb 21 08:26:51.345 INFO O| Feb 21 08:26:51.345 INFO STEP 1115 (remove_files) COMPLETE
78412025-02-21T08:26:52.744Z[ recovery-image] Feb 21 08:26:51.346 INFO O| Feb 21 08:26:51.345 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-02-21T08:26:52.758Z[ recovery-image] Feb 21 08:26:51.364 INFO O| Feb 21 08:26:51.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78432025-02-21T08:26:52.758Z[ recovery-image] Feb 21 08:26:51.364 INFO O| Feb 21 08:26:51.364 INFO STEP 1116 (remove_files) COMPLETE
78442025-02-21T08:26:52.758Z[ recovery-image] Feb 21 08:26:51.364 INFO O| Feb 21 08:26:51.364 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-02-21T08:26:52.777Z[ recovery-image] Feb 21 08:26:51.382 INFO O| Feb 21 08:26:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78462025-02-21T08:26:52.777Z[ recovery-image] Feb 21 08:26:51.382 INFO O| Feb 21 08:26:51.382 INFO STEP 1117 (remove_files) COMPLETE
78472025-02-21T08:26:52.777Z[ recovery-image] Feb 21 08:26:51.382 INFO O| Feb 21 08:26:51.382 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-02-21T08:26:52.794Z[ recovery-image] Feb 21 08:26:51.400 INFO O| Feb 21 08:26:51.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78492025-02-21T08:26:52.794Z[ recovery-image] Feb 21 08:26:51.400 INFO O| Feb 21 08:26:51.400 INFO STEP 1118 (remove_files) COMPLETE
78502025-02-21T08:26:52.794Z[ recovery-image] Feb 21 08:26:51.400 INFO O| Feb 21 08:26:51.400 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-02-21T08:26:52.812Z[ recovery-image] Feb 21 08:26:51.417 INFO O| Feb 21 08:26:51.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78522025-02-21T08:26:52.812Z[ recovery-image] Feb 21 08:26:51.417 INFO O| Feb 21 08:26:51.417 INFO STEP 1119 (remove_files) COMPLETE
78532025-02-21T08:26:52.812Z[ recovery-image] Feb 21 08:26:51.417 INFO O| Feb 21 08:26:51.417 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-02-21T08:26:52.849Z[ recovery-image] Feb 21 08:26:51.455 INFO O| Feb 21 08:26:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78552025-02-21T08:26:52.849Z[ recovery-image] Feb 21 08:26:51.455 INFO O| Feb 21 08:26:51.455 INFO STEP 1120 (remove_files) COMPLETE
78562025-02-21T08:26:52.849Z[ recovery-image] Feb 21 08:26:51.455 INFO O| Feb 21 08:26:51.455 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-02-21T08:26:52.869Z[ recovery-image] Feb 21 08:26:51.475 INFO O| Feb 21 08:26:51.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78582025-02-21T08:26:52.869Z[ recovery-image] Feb 21 08:26:51.475 INFO O| Feb 21 08:26:51.475 INFO STEP 1121 (remove_files) COMPLETE
78592025-02-21T08:26:52.869Z[ recovery-image] Feb 21 08:26:51.475 INFO O| Feb 21 08:26:51.475 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-02-21T08:26:52.888Z[ recovery-image] Feb 21 08:26:51.494 INFO O| Feb 21 08:26:51.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78612025-02-21T08:26:52.888Z[ recovery-image] Feb 21 08:26:51.494 INFO O| Feb 21 08:26:51.494 INFO STEP 1122 (remove_files) COMPLETE
78622025-02-21T08:26:52.890Z[ recovery-image] Feb 21 08:26:51.494 INFO O| Feb 21 08:26:51.494 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-02-21T08:26:52.907Z[ recovery-image] Feb 21 08:26:51.513 INFO O| Feb 21 08:26:51.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78642025-02-21T08:26:52.910Z[ recovery-image] Feb 21 08:26:51.513 INFO O| Feb 21 08:26:51.513 INFO STEP 1123 (remove_files) COMPLETE
78652025-02-21T08:26:52.910Z[ recovery-image] Feb 21 08:26:51.513 INFO O| Feb 21 08:26:51.513 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-02-21T08:26:52.929Z[ recovery-image] Feb 21 08:26:51.533 INFO O| Feb 21 08:26:51.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78672025-02-21T08:26:52.932Z[ recovery-image] Feb 21 08:26:51.533 INFO O| Feb 21 08:26:51.533 INFO STEP 1124 (remove_files) COMPLETE
78682025-02-21T08:26:52.932Z[ recovery-image] Feb 21 08:26:51.533 INFO O| Feb 21 08:26:51.533 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-02-21T08:26:52.963Z[ recovery-image] Feb 21 08:26:51.569 INFO O| Feb 21 08:26:51.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78702025-02-21T08:26:52.964Z[ recovery-image] Feb 21 08:26:51.569 INFO O| Feb 21 08:26:51.569 INFO STEP 1125 (remove_files) COMPLETE
78712025-02-21T08:26:52.969Z[ recovery-image] Feb 21 08:26:51.569 INFO O| Feb 21 08:26:51.569 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-02-21T08:26:52.983Z[ recovery-image] Feb 21 08:26:51.589 INFO O| Feb 21 08:26:51.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78732025-02-21T08:26:52.985Z[ recovery-image] Feb 21 08:26:51.589 INFO O| Feb 21 08:26:51.589 INFO STEP 1126 (remove_files) COMPLETE
78742025-02-21T08:26:52.985Z[ recovery-image] Feb 21 08:26:51.589 INFO O| Feb 21 08:26:51.589 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-02-21T08:26:53.058Z[ recovery-image] Feb 21 08:26:51.663 INFO O| Feb 21 08:26:51.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78762025-02-21T08:26:53.063Z[ recovery-image] Feb 21 08:26:51.663 INFO O| Feb 21 08:26:51.663 INFO STEP 1127 (remove_files) COMPLETE
78772025-02-21T08:26:53.063Z[ recovery-image] Feb 21 08:26:51.663 INFO O| Feb 21 08:26:51.663 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-02-21T08:26:53.081Z[ recovery-image] Feb 21 08:26:51.687 INFO O| Feb 21 08:26:51.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78792025-02-21T08:26:53.084Z[ recovery-image] Feb 21 08:26:51.687 INFO O| Feb 21 08:26:51.687 INFO STEP 1128 (remove_files) COMPLETE
78802025-02-21T08:26:53.084Z[ recovery-image] Feb 21 08:26:51.687 INFO O| Feb 21 08:26:51.687 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-02-21T08:26:53.102Z[ recovery-image] Feb 21 08:26:51.707 INFO O| Feb 21 08:26:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78822025-02-21T08:26:53.102Z[ recovery-image] Feb 21 08:26:51.708 INFO O| Feb 21 08:26:51.707 INFO STEP 1129 (remove_files) COMPLETE
78832025-02-21T08:26:53.102Z[ recovery-image] Feb 21 08:26:51.708 INFO O| Feb 21 08:26:51.708 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-02-21T08:26:53.120Z[ recovery-image] Feb 21 08:26:51.726 INFO O| Feb 21 08:26:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78852025-02-21T08:26:53.121Z[ recovery-image] Feb 21 08:26:51.726 INFO O| Feb 21 08:26:51.726 INFO STEP 1130 (remove_files) COMPLETE
78862025-02-21T08:26:53.121Z[ recovery-image] Feb 21 08:26:51.726 INFO O| Feb 21 08:26:51.726 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-02-21T08:26:53.139Z[ recovery-image] Feb 21 08:26:51.744 INFO O| Feb 21 08:26:51.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78882025-02-21T08:26:53.139Z[ recovery-image] Feb 21 08:26:51.744 INFO O| Feb 21 08:26:51.744 INFO STEP 1131 (remove_files) COMPLETE
78892025-02-21T08:26:53.139Z[ recovery-image] Feb 21 08:26:51.744 INFO O| Feb 21 08:26:51.744 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-02-21T08:26:53.159Z[ recovery-image] Feb 21 08:26:51.764 INFO O| Feb 21 08:26:51.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78912025-02-21T08:26:53.159Z[ recovery-image] Feb 21 08:26:51.764 INFO O| Feb 21 08:26:51.764 INFO STEP 1132 (remove_files) COMPLETE
78922025-02-21T08:26:53.159Z[ recovery-image] Feb 21 08:26:51.765 INFO O| Feb 21 08:26:51.764 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-02-21T08:26:53.179Z[ recovery-image] Feb 21 08:26:51.784 INFO O| Feb 21 08:26:51.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78942025-02-21T08:26:53.179Z[ recovery-image] Feb 21 08:26:51.784 INFO O| Feb 21 08:26:51.784 INFO STEP 1133 (remove_files) COMPLETE
78952025-02-21T08:26:53.179Z[ recovery-image] Feb 21 08:26:51.784 INFO O| Feb 21 08:26:51.784 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-02-21T08:26:53.198Z[ recovery-image] Feb 21 08:26:51.803 INFO O| Feb 21 08:26:51.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78972025-02-21T08:26:53.198Z[ recovery-image] Feb 21 08:26:51.803 INFO O| Feb 21 08:26:51.803 INFO STEP 1134 (remove_files) COMPLETE
78982025-02-21T08:26:53.198Z[ recovery-image] Feb 21 08:26:51.803 INFO O| Feb 21 08:26:51.803 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-02-21T08:26:53.243Z[ recovery-image] Feb 21 08:26:51.844 INFO O| Feb 21 08:26:51.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79002025-02-21T08:26:53.243Z[ recovery-image] Feb 21 08:26:51.844 INFO O| Feb 21 08:26:51.844 INFO STEP 1135 (remove_files) COMPLETE
79012025-02-21T08:26:53.256Z[ recovery-image] Feb 21 08:26:51.844 INFO O| Feb 21 08:26:51.844 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-02-21T08:26:53.273Z[ recovery-image] Feb 21 08:26:51.862 INFO O| Feb 21 08:26:51.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79032025-02-21T08:26:53.273Z[ recovery-image] Feb 21 08:26:51.862 INFO O| Feb 21 08:26:51.862 INFO STEP 1136 (remove_files) COMPLETE
79042025-02-21T08:26:53.273Z[ recovery-image] Feb 21 08:26:51.862 INFO O| Feb 21 08:26:51.862 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-02-21T08:26:53.276Z[ recovery-image] Feb 21 08:26:51.880 INFO O| Feb 21 08:26:51.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79062025-02-21T08:26:53.276Z[ recovery-image] Feb 21 08:26:51.880 INFO O| Feb 21 08:26:51.880 INFO STEP 1137 (remove_files) COMPLETE
79072025-02-21T08:26:53.277Z[ recovery-image] Feb 21 08:26:51.880 INFO O| Feb 21 08:26:51.880 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-02-21T08:26:53.293Z[ recovery-image] Feb 21 08:26:51.898 INFO O| Feb 21 08:26:51.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79092025-02-21T08:26:53.296Z[ recovery-image] Feb 21 08:26:51.899 INFO O| Feb 21 08:26:51.899 INFO STEP 1138 (remove_files) COMPLETE
79102025-02-21T08:26:53.296Z[ recovery-image] Feb 21 08:26:51.899 INFO O| Feb 21 08:26:51.899 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-02-21T08:26:53.310Z[ recovery-image] Feb 21 08:26:51.916 INFO O| Feb 21 08:26:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79122025-02-21T08:26:53.315Z[ recovery-image] Feb 21 08:26:51.916 INFO O| Feb 21 08:26:51.916 INFO STEP 1139 (remove_files) COMPLETE
79132025-02-21T08:26:53.315Z[ recovery-image] Feb 21 08:26:51.917 INFO O| Feb 21 08:26:51.917 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-02-21T08:26:53.346Z[ recovery-image] Feb 21 08:26:51.952 INFO O| Feb 21 08:26:51.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79152025-02-21T08:26:53.351Z[ recovery-image] Feb 21 08:26:51.952 INFO O| Feb 21 08:26:51.952 INFO STEP 1140 (remove_files) COMPLETE
79162025-02-21T08:26:53.351Z[ recovery-image] Feb 21 08:26:51.952 INFO O| Feb 21 08:26:51.952 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-02-21T08:26:53.364Z[ recovery-image] Feb 21 08:26:51.970 INFO O| Feb 21 08:26:51.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79182025-02-21T08:26:53.368Z[ recovery-image] Feb 21 08:26:51.970 INFO O| Feb 21 08:26:51.970 INFO STEP 1141 (remove_files) COMPLETE
79192025-02-21T08:26:53.368Z[ recovery-image] Feb 21 08:26:51.970 INFO O| Feb 21 08:26:51.970 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-02-21T08:26:53.381Z[ recovery-image] Feb 21 08:26:51.987 INFO O| Feb 21 08:26:51.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79212025-02-21T08:26:53.398Z[ recovery-image] Feb 21 08:26:51.987 INFO O| Feb 21 08:26:51.987 INFO STEP 1142 (remove_files) COMPLETE
79222025-02-21T08:26:53.398Z[ recovery-image] Feb 21 08:26:51.988 INFO O| Feb 21 08:26:51.987 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-02-21T08:26:53.410Z[ recovery-image] Feb 21 08:26:52.005 INFO O| Feb 21 08:26:52.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79242025-02-21T08:26:53.410Z[ recovery-image] Feb 21 08:26:52.005 INFO O| Feb 21 08:26:52.005 INFO STEP 1143 (remove_files) COMPLETE
79252025-02-21T08:26:53.410Z[ recovery-image] Feb 21 08:26:52.005 INFO O| Feb 21 08:26:52.005 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-02-21T08:26:53.418Z[ recovery-image] Feb 21 08:26:52.023 INFO O| Feb 21 08:26:52.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79272025-02-21T08:26:53.420Z[ recovery-image] Feb 21 08:26:52.023 INFO O| Feb 21 08:26:52.023 INFO STEP 1144 (remove_files) COMPLETE
79282025-02-21T08:26:53.420Z[ recovery-image] Feb 21 08:26:52.023 INFO O| Feb 21 08:26:52.023 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-02-21T08:26:53.437Z[ recovery-image] Feb 21 08:26:52.042 INFO O| Feb 21 08:26:52.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79302025-02-21T08:26:53.437Z[ recovery-image] Feb 21 08:26:52.043 INFO O| Feb 21 08:26:52.043 INFO STEP 1145 (remove_files) COMPLETE
79312025-02-21T08:26:53.437Z[ recovery-image] Feb 21 08:26:52.043 INFO O| Feb 21 08:26:52.043 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-02-21T08:26:53.455Z[ recovery-image] Feb 21 08:26:52.061 INFO O| Feb 21 08:26:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79332025-02-21T08:26:53.455Z[ recovery-image] Feb 21 08:26:52.061 INFO O| Feb 21 08:26:52.061 INFO STEP 1146 (remove_files) COMPLETE
79342025-02-21T08:26:53.455Z[ recovery-image] Feb 21 08:26:52.061 INFO O| Feb 21 08:26:52.061 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-02-21T08:26:53.498Z[ recovery-image] Feb 21 08:26:52.102 INFO O| Feb 21 08:26:52.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79362025-02-21T08:26:53.498Z[ recovery-image] Feb 21 08:26:52.102 INFO O| Feb 21 08:26:52.102 INFO STEP 1147 (remove_files) COMPLETE
79372025-02-21T08:26:53.498Z[ recovery-image] Feb 21 08:26:52.102 INFO O| Feb 21 08:26:52.102 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-02-21T08:26:53.518Z[ recovery-image] Feb 21 08:26:52.123 INFO O| Feb 21 08:26:52.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79392025-02-21T08:26:53.518Z[ recovery-image] Feb 21 08:26:52.123 INFO O| Feb 21 08:26:52.123 INFO STEP 1148 (remove_files) COMPLETE
79402025-02-21T08:26:53.518Z[ recovery-image] Feb 21 08:26:52.123 INFO O| Feb 21 08:26:52.123 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-02-21T08:26:53.548Z[ recovery-image] Feb 21 08:26:52.154 INFO O| Feb 21 08:26:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79422025-02-21T08:26:53.548Z[ recovery-image] Feb 21 08:26:52.154 INFO O| Feb 21 08:26:52.154 INFO STEP 1149 (remove_files) COMPLETE
79432025-02-21T08:26:53.549Z[ recovery-image] Feb 21 08:26:52.154 INFO O| Feb 21 08:26:52.154 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-02-21T08:26:53.581Z[ recovery-image] Feb 21 08:26:52.187 INFO O| Feb 21 08:26:52.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79452025-02-21T08:26:53.581Z[ recovery-image] Feb 21 08:26:52.187 INFO O| Feb 21 08:26:52.187 INFO STEP 1150 (remove_files) COMPLETE
79462025-02-21T08:26:53.581Z[ recovery-image] Feb 21 08:26:52.187 INFO O| Feb 21 08:26:52.187 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-02-21T08:26:53.612Z[ recovery-image] Feb 21 08:26:52.218 INFO O| Feb 21 08:26:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79482025-02-21T08:26:53.612Z[ recovery-image] Feb 21 08:26:52.218 INFO O| Feb 21 08:26:52.218 INFO STEP 1151 (remove_files) COMPLETE
79492025-02-21T08:26:53.612Z[ recovery-image] Feb 21 08:26:52.218 INFO O| Feb 21 08:26:52.218 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-02-21T08:26:53.633Z[ recovery-image] Feb 21 08:26:52.239 INFO O| Feb 21 08:26:52.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79512025-02-21T08:26:53.633Z[ recovery-image] Feb 21 08:26:52.239 INFO O| Feb 21 08:26:52.239 INFO STEP 1152 (remove_files) COMPLETE
79522025-02-21T08:26:53.633Z[ recovery-image] Feb 21 08:26:52.239 INFO O| Feb 21 08:26:52.239 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-02-21T08:26:53.653Z[ recovery-image] Feb 21 08:26:52.259 INFO O| Feb 21 08:26:52.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79542025-02-21T08:26:53.654Z[ recovery-image] Feb 21 08:26:52.259 INFO O| Feb 21 08:26:52.259 INFO STEP 1153 (remove_files) COMPLETE
79552025-02-21T08:26:53.654Z[ recovery-image] Feb 21 08:26:52.259 INFO O| Feb 21 08:26:52.259 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-02-21T08:26:53.672Z[ recovery-image] Feb 21 08:26:52.278 INFO O| Feb 21 08:26:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79572025-02-21T08:26:53.672Z[ recovery-image] Feb 21 08:26:52.278 INFO O| Feb 21 08:26:52.278 INFO STEP 1154 (remove_files) COMPLETE
79582025-02-21T08:26:53.677Z[ recovery-image] Feb 21 08:26:52.278 INFO O| Feb 21 08:26:52.278 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-02-21T08:26:53.724Z[ recovery-image] Feb 21 08:26:52.330 INFO O| Feb 21 08:26:52.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79602025-02-21T08:26:53.724Z[ recovery-image] Feb 21 08:26:52.330 INFO O| Feb 21 08:26:52.330 INFO STEP 1155 (remove_files) COMPLETE
79612025-02-21T08:26:53.724Z[ recovery-image] Feb 21 08:26:52.330 INFO O| Feb 21 08:26:52.330 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-02-21T08:26:53.747Z[ recovery-image] Feb 21 08:26:52.350 INFO O| Feb 21 08:26:52.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79632025-02-21T08:26:53.747Z[ recovery-image] Feb 21 08:26:52.350 INFO O| Feb 21 08:26:52.350 INFO STEP 1156 (remove_files) COMPLETE
79642025-02-21T08:26:53.748Z[ recovery-image] Feb 21 08:26:52.350 INFO O| Feb 21 08:26:52.350 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-02-21T08:26:53.765Z[ recovery-image] Feb 21 08:26:52.371 INFO O| Feb 21 08:26:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79662025-02-21T08:26:53.765Z[ recovery-image] Feb 21 08:26:52.371 INFO O| Feb 21 08:26:52.371 INFO STEP 1157 (remove_files) COMPLETE
79672025-02-21T08:26:53.767Z[ recovery-image] Feb 21 08:26:52.371 INFO O| Feb 21 08:26:52.371 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-02-21T08:26:53.828Z[ recovery-image] Feb 21 08:26:52.433 INFO O| Feb 21 08:26:52.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79692025-02-21T08:26:53.828Z[ recovery-image] Feb 21 08:26:52.433 INFO O| Feb 21 08:26:52.433 INFO STEP 1158 (remove_files) COMPLETE
79702025-02-21T08:26:53.828Z[ recovery-image] Feb 21 08:26:52.433 INFO O| Feb 21 08:26:52.433 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-02-21T08:26:53.858Z[ recovery-image] Feb 21 08:26:52.464 INFO O| Feb 21 08:26:52.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79722025-02-21T08:26:53.861Z[ recovery-image] Feb 21 08:26:52.464 INFO O| Feb 21 08:26:52.464 INFO STEP 1159 (remove_files) COMPLETE
79732025-02-21T08:26:53.861Z[ recovery-image] Feb 21 08:26:52.464 INFO O| Feb 21 08:26:52.464 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-02-21T08:26:53.883Z[ recovery-image] Feb 21 08:26:52.488 INFO O| Feb 21 08:26:52.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79752025-02-21T08:26:53.883Z[ recovery-image] Feb 21 08:26:52.488 INFO O| Feb 21 08:26:52.488 INFO STEP 1160 (remove_files) COMPLETE
79762025-02-21T08:26:53.883Z[ recovery-image] Feb 21 08:26:52.488 INFO O| Feb 21 08:26:52.488 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-02-21T08:26:53.912Z[ recovery-image] Feb 21 08:26:52.517 INFO O| Feb 21 08:26:52.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79782025-02-21T08:26:53.913Z[ recovery-image] Feb 21 08:26:52.518 INFO O| Feb 21 08:26:52.517 INFO STEP 1161 (remove_files) COMPLETE
79792025-02-21T08:26:53.913Z[ recovery-image] Feb 21 08:26:52.518 INFO O| Feb 21 08:26:52.518 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-02-21T08:26:53.931Z[ recovery-image] Feb 21 08:26:52.537 INFO O| Feb 21 08:26:52.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79812025-02-21T08:26:53.931Z[ recovery-image] Feb 21 08:26:52.537 INFO O| Feb 21 08:26:52.537 INFO STEP 1162 (remove_files) COMPLETE
79822025-02-21T08:26:53.935Z[ recovery-image] Feb 21 08:26:52.537 INFO O| Feb 21 08:26:52.537 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-02-21T08:26:53.951Z[ recovery-image] Feb 21 08:26:52.557 INFO O| Feb 21 08:26:52.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79842025-02-21T08:26:53.951Z[ recovery-image] Feb 21 08:26:52.557 INFO O| Feb 21 08:26:52.557 INFO STEP 1163 (remove_files) COMPLETE
79852025-02-21T08:26:53.956Z[ recovery-image] Feb 21 08:26:52.557 INFO O| Feb 21 08:26:52.557 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-02-21T08:26:53.972Z[ recovery-image] Feb 21 08:26:52.577 INFO O| Feb 21 08:26:52.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79872025-02-21T08:26:53.972Z[ recovery-image] Feb 21 08:26:52.577 INFO O| Feb 21 08:26:52.577 INFO STEP 1164 (remove_files) COMPLETE
79882025-02-21T08:26:53.972Z[ recovery-image] Feb 21 08:26:52.577 INFO O| Feb 21 08:26:52.577 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-02-21T08:26:53.996Z[ recovery-image] Feb 21 08:26:52.597 INFO O| Feb 21 08:26:52.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79902025-02-21T08:26:53.996Z[ recovery-image] Feb 21 08:26:52.597 INFO O| Feb 21 08:26:52.597 INFO STEP 1165 (remove_files) COMPLETE
79912025-02-21T08:26:53.996Z[ recovery-image] Feb 21 08:26:52.597 INFO O| Feb 21 08:26:52.597 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79922025-02-21T08:26:54.029Z[ recovery-image] Feb 21 08:26:52.629 INFO O| Feb 21 08:26:52.629 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79932025-02-21T08:26:54.029Z[ recovery-image] Feb 21 08:26:52.629 INFO O| Feb 21 08:26:52.629 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79942025-02-21T08:26:55.901Z[ recovery-image] Feb 21 08:26:54.507 INFO O| Feb 21 08:26:54.507 INFO STEP 1166 (pack_tar) COMPLETE
79952025-02-21T08:26:55.901Z[ recovery-image] Feb 21 08:26:54.507 INFO O| Feb 21 08:26:54.507 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79962025-02-21T08:26:55.907Z[ recovery-image] Feb 21 08:26:54.507 INFO O| Feb 21 08:26:54.507 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79972025-02-21T08:26:56.150Z[ recovery-image] Feb 21 08:26:54.755 INFO O| Feb 21 08:26:54.755 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79982025-02-21T08:26:56.258Z[ recovery-image] Feb 21 08:26:54.864 INFO O| Feb 21 08:26:54.864 INFO completed processing gimlet/ramdisk-03-recovery-trim
79992025-02-21T08:26:56.267Z[ recovery-image] Feb 21 08:26:54.873 INFO image builder template: zfs-recovery...
80002025-02-21T08:26:56.268Z[ recovery-image] Feb 21 08:26:54.873 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/.tmpDANt3T/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
80012025-02-21T08:26:56.320Z[ recovery-image] Feb 21 08:26:54.926 INFO O| Feb 21 08:26:54.926 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80022025-02-21T08:26:56.328Z[ recovery-image] Feb 21 08:26:54.934 INFO O| Feb 21 08:26:54.934 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80032025-02-21T08:26:56.460Z[ recovery-image] Feb 21 08:26:55.066 INFO O| Feb 21 08:26:55.066 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80042025-02-21T08:26:56.543Z[ recovery-image] Feb 21 08:26:55.149 INFO O| Feb 21 08:26:55.149 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80052025-02-21T08:26:56.543Z[ recovery-image] Feb 21 08:26:55.149 INFO O| Feb 21 08:26:55.149 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80062025-02-21T08:26:56.551Z[ recovery-image] Feb 21 08:26:55.157 INFO O| Feb 21 08:26:55.157 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80072025-02-21T08:26:56.690Z[ recovery-image] Feb 21 08:26:55.296 INFO O| Feb 21 08:26:55.296 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80082025-02-21T08:26:56.760Z[ recovery-image] Feb 21 08:26:55.365 INFO O| Feb 21 08:26:55.365 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80092025-02-21T08:26:56.801Z[ recovery-image] Feb 21 08:26:55.403 INFO O| Feb 21 08:26:55.403 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80102025-02-21T08:26:56.809Z[ recovery-image] Feb 21 08:26:55.413 INFO O| Feb 21 08:26:55.413 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80112025-02-21T08:26:56.900Z[ recovery-image] Feb 21 08:26:55.506 INFO O| Feb 21 08:26:55.506 INFO no lofi found
80122025-02-21T08:26:56.900Z[ recovery-image] Feb 21 08:26:55.506 INFO O| Feb 21 08:26:55.506 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80132025-02-21T08:26:56.900Z[ recovery-image] Feb 21 08:26:55.506 INFO O| Feb 21 08:26:55.506 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80142025-02-21T08:26:59.407Z[ recovery-image] Feb 21 08:26:58.012 INFO O| Feb 21 08:26:58.012 INFO lofi device = /dev/dsk/c2t1d0p0
80152025-02-21T08:26:59.407Z[ recovery-image] Feb 21 08:26:58.012 INFO O| Feb 21 08:26:58.012 INFO pool device = /dev/dsk/c2t1d0p0
80162025-02-21T08:26:59.412Z[ recovery-image] Feb 21 08:26:58.012 INFO O| Feb 21 08:26:58.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"]
80172025-02-21T08:26:59.636Z[ recovery-image] Feb 21 08:26:58.242 INFO O| Feb 21 08:26:58.242 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80182025-02-21T08:26:59.636Z[ recovery-image] Feb 21 08:26:58.242 INFO O| Feb 21 08:26:58.242 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80192025-02-21T08:26:59.674Z[ recovery-image] Feb 21 08:26:58.280 INFO O| Feb 21 08:26:58.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80202025-02-21T08:26:59.982Z[ recovery-image] Feb 21 08:26:58.588 INFO O| Feb 21 08:26:58.588 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80212025-02-21T08:27:00.044Z[ recovery-image] Feb 21 08:26:58.649 INFO O| Feb 21 08:26:58.649 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80222025-02-21T08:27:00.073Z[ recovery-image] Feb 21 08:26:58.679 INFO O| Feb 21 08:26:58.679 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80232025-02-21T08:27:00.095Z[ recovery-image] Feb 21 08:26:58.701 INFO O| Feb 21 08:26:58.700 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80242025-02-21T08:27:00.200Z[ recovery-image] Feb 21 08:26:58.805 INFO O| Feb 21 08:26:58.805 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80252025-02-21T08:27:00.200Z[ recovery-image] Feb 21 08:26:58.805 INFO O| Feb 21 08:26:58.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80262025-02-21T08:27:00.203Z[ recovery-image] Feb 21 08:26:58.806 INFO O| Feb 21 08:26:58.806 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80272025-02-21T08:27:00.216Z[ recovery-image] Feb 21 08:26:58.821 INFO O| Feb 21 08:26:58.821 INFO boot environment UUID: 82ee6256-52c7-4fe6-ba10-0f04aa44a16d
80282025-02-21T08:27:00.216Z[ recovery-image] Feb 21 08:26:58.821 INFO O| Feb 21 08:26:58.821 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 82ee6256-52c7-4fe6-ba10-0f04aa44a16d
80292025-02-21T08:27:00.282Z[ recovery-image] Feb 21 08:26:58.888 INFO O| Feb 21 08:26:58.888 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80302025-02-21T08:27:00.327Z[ recovery-image] Feb 21 08:26:58.933 INFO O| Feb 21 08:26:58.933 INFO STEP 0 (create_be) COMPLETE
80312025-02-21T08:27:00.327Z[ recovery-image] Feb 21 08:26:58.933 INFO O| Feb 21 08:26:58.933 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80322025-02-21T08:27:00.357Z[ recovery-image] Feb 21 08:26:58.962 INFO O| Feb 21 08:26:58.962 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"]
80332025-02-21T08:27:07.261Z[ recovery-image] Feb 21 08:27:05.867 INFO O| Feb 21 08:27:05.867 INFO STEP 1 (unpack_tar) COMPLETE
80342025-02-21T08:27:07.261Z[ recovery-image] Feb 21 08:27:05.867 INFO O| Feb 21 08:27:05.867 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80352025-02-21T08:27:07.286Z[ recovery-image] Feb 21 08:27:05.888 INFO O| Feb 21 08:27:05.888 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80362025-02-21T08:27:08.128Z[ recovery-image] Feb 21 08:27:06.720 INFO O| Feb 21 08:27:06.720 INFO STEP 2 (devfsadm) COMPLETE
80372025-02-21T08:27:08.128Z[ recovery-image] Feb 21 08:27:06.720 INFO O| Feb 21 08:27:06.720 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80382025-02-21T08:27:08.136Z[ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80392025-02-21T08:27:08.136Z[ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80402025-02-21T08:27:08.136Z[ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO STEP 3 (ensure_dir) COMPLETE
80412025-02-21T08:27:08.140Z[ recovery-image] Feb 21 08:27:06.741 INFO O| Feb 21 08:27:06.741 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80422025-02-21T08:27:08.157Z[ recovery-image] Feb 21 08:27:06.762 INFO O| Feb 21 08:27:06.762 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80432025-02-21T08:27:08.158Z[ recovery-image] Feb 21 08:27:06.762 INFO O| Feb 21 08:27:06.762 INFO STEP 4 (ensure_dir) COMPLETE
80442025-02-21T08:27:08.158Z[ recovery-image] Feb 21 08:27:06.762 INFO O| Feb 21 08:27:06.762 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452025-02-21T08:27:08.191Z[ recovery-image] Feb 21 08:27:06.796 INFO O| Feb 21 08:27:06.796 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80462025-02-21T08:27:08.191Z[ recovery-image] Feb 21 08:27:06.796 INFO O| Feb 21 08:27:06.796 INFO STEP 5 (ensure_dir) COMPLETE
80472025-02-21T08:27:08.191Z[ recovery-image] Feb 21 08:27:06.796 INFO O| Feb 21 08:27:06.796 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80482025-02-21T08:27:08.263Z[ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80492025-02-21T08:27:08.263Z[ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80502025-02-21T08:27:08.263Z[ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO STEP 6 (ensure_dir) COMPLETE
80512025-02-21T08:27:08.268Z[ recovery-image] Feb 21 08:27:06.869 INFO O| Feb 21 08:27:06.869 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522025-02-21T08:27:08.285Z[ recovery-image] Feb 21 08:27:06.890 INFO O| Feb 21 08:27:06.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80532025-02-21T08:27:08.285Z[ recovery-image] Feb 21 08:27:06.890 INFO O| Feb 21 08:27:06.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80542025-02-21T08:27:08.285Z[ recovery-image] Feb 21 08:27:06.890 INFO O| Feb 21 08:27:06.890 INFO STEP 7 (ensure_dir) COMPLETE
80552025-02-21T08:27:08.291Z[ recovery-image] Feb 21 08:27:06.891 INFO O| Feb 21 08:27:06.891 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562025-02-21T08:27:08.305Z[ recovery-image] Feb 21 08:27:06.909 INFO O| Feb 21 08:27:06.909 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80572025-02-21T08:27:08.310Z[ recovery-image] Feb 21 08:27:06.910 INFO O| Feb 21 08:27:06.910 INFO STEP 8 (remove_files) COMPLETE
80582025-02-21T08:27:08.310Z[ recovery-image] Feb 21 08:27:06.910 INFO O| Feb 21 08:27:06.910 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592025-02-21T08:27:08.335Z[ recovery-image] Feb 21 08:27:06.941 INFO O| Feb 21 08:27:06.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80602025-02-21T08:27:08.338Z[ recovery-image] Feb 21 08:27:06.942 INFO O| Feb 21 08:27:06.942 INFO STEP 9 (remove_files) COMPLETE
80612025-02-21T08:27:08.338Z[ recovery-image] Feb 21 08:27:06.942 INFO O| Feb 21 08:27:06.942 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80622025-02-21T08:27:08.359Z[ recovery-image] Feb 21 08:27:06.964 INFO O| Feb 21 08:27:06.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80632025-02-21T08:27:08.362Z[ recovery-image] Feb 21 08:27:06.966 INFO O| Feb 21 08:27:06.966 INFO STEP 10 (remove_files) COMPLETE
80642025-02-21T08:27:08.362Z[ recovery-image] Feb 21 08:27:06.966 INFO O| Feb 21 08:27:06.966 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652025-02-21T08:27:08.381Z[ recovery-image] Feb 21 08:27:06.987 INFO O| Feb 21 08:27:06.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80662025-02-21T08:27:08.384Z[ recovery-image] Feb 21 08:27:06.987 INFO O| Feb 21 08:27:06.987 INFO STEP 11 (remove_files) COMPLETE
80672025-02-21T08:27:08.384Z[ recovery-image] Feb 21 08:27:06.987 INFO O| Feb 21 08:27:06.987 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80682025-02-21T08:27:08.405Z[ recovery-image] Feb 21 08:27:07.008 INFO O| Feb 21 08:27:07.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80692025-02-21T08:27:08.405Z[ recovery-image] Feb 21 08:27:07.009 INFO O| Feb 21 08:27:07.009 INFO STEP 12 (remove_files) COMPLETE
80702025-02-21T08:27:08.405Z[ recovery-image] Feb 21 08:27:07.009 INFO O| Feb 21 08:27:07.009 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712025-02-21T08:27:08.424Z[ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80722025-02-21T08:27:08.425Z[ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80732025-02-21T08:27:08.429Z[ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO STEP 13 (ensure_dir) COMPLETE
80742025-02-21T08:27:08.430Z[ recovery-image] Feb 21 08:27:07.030 INFO O| Feb 21 08:27:07.030 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752025-02-21T08:27:08.447Z[ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80762025-02-21T08:27:08.447Z[ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80772025-02-21T08:27:08.451Z[ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80782025-02-21T08:27:08.451Z[ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO STEP 14 (ensure_dir) COMPLETE
80792025-02-21T08:27:08.451Z[ recovery-image] Feb 21 08:27:07.053 INFO O| Feb 21 08:27:07.053 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802025-02-21T08:27:08.468Z[ recovery-image] Feb 21 08:27:07.073 INFO O| Feb 21 08:27:07.073 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80812025-02-21T08:27:08.468Z[ recovery-image] Feb 21 08:27:07.073 INFO O| Feb 21 08:27:07.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80822025-02-21T08:27:08.471Z[ recovery-image] Feb 21 08:27:07.074 INFO O| Feb 21 08:27:07.073 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80832025-02-21T08:27:08.471Z[ recovery-image] Feb 21 08:27:07.074 INFO O| Feb 21 08:27:07.074 INFO STEP 15 (ensure_dir) COMPLETE
80842025-02-21T08:27:08.471Z[ recovery-image] Feb 21 08:27:07.074 INFO O| Feb 21 08:27:07.074 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852025-02-21T08:27:08.492Z[ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.096 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80862025-02-21T08:27:08.495Z[ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80872025-02-21T08:27:08.495Z[ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.097 INFO STEP 16 (ensure_dir) COMPLETE
80882025-02-21T08:27:08.495Z[ recovery-image] Feb 21 08:27:07.097 INFO O| Feb 21 08:27:07.097 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80892025-02-21T08:27:08.514Z[ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80902025-02-21T08:27:08.514Z[ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80912025-02-21T08:27:08.514Z[ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO STEP 17 (ensure_dir) COMPLETE
80922025-02-21T08:27:08.514Z[ recovery-image] Feb 21 08:27:07.120 INFO O| Feb 21 08:27:07.120 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80932025-02-21T08:27:08.535Z[ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80942025-02-21T08:27:08.535Z[ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80952025-02-21T08:27:08.537Z[ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO ok!
80962025-02-21T08:27:08.537Z[ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO STEP 18 (ensure_symlink) COMPLETE
80972025-02-21T08:27:08.538Z[ recovery-image] Feb 21 08:27:07.140 INFO O| Feb 21 08:27:07.140 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80982025-02-21T08:27:08.572Z[ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80992025-02-21T08:27:08.572Z[ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81002025-02-21T08:27:08.572Z[ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO ok!
81012025-02-21T08:27:08.572Z[ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO STEP 19 (ensure_file) COMPLETE
81022025-02-21T08:27:08.576Z[ recovery-image] Feb 21 08:27:07.178 INFO O| Feb 21 08:27:07.178 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81032025-02-21T08:27:08.629Z[ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81042025-02-21T08:27:08.629Z[ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81052025-02-21T08:27:08.634Z[ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81062025-02-21T08:27:08.634Z[ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO ok!
81072025-02-21T08:27:08.634Z[ recovery-image] Feb 21 08:27:07.235 INFO O| Feb 21 08:27:07.235 INFO STEP 20 (ensure_symlink) COMPLETE
81082025-02-21T08:27:08.634Z[ recovery-image] Feb 21 08:27:07.236 INFO O| Feb 21 08:27:07.235 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81092025-02-21T08:27:08.651Z[ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81102025-02-21T08:27:08.651Z[ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81112025-02-21T08:27:08.656Z[ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81122025-02-21T08:27:08.656Z[ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO ok!
81132025-02-21T08:27:08.656Z[ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO STEP 21 (ensure_symlink) COMPLETE
81142025-02-21T08:27:08.656Z[ recovery-image] Feb 21 08:27:07.257 INFO O| Feb 21 08:27:07.257 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81152025-02-21T08:27:08.671Z[ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81162025-02-21T08:27:08.671Z[ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81172025-02-21T08:27:08.671Z[ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81182025-02-21T08:27:08.671Z[ recovery-image] Feb 21 08:27:07.276 INFO O| Feb 21 08:27:07.276 INFO ok!
81192025-02-21T08:27:08.675Z[ recovery-image] Feb 21 08:27:07.277 INFO O| Feb 21 08:27:07.276 INFO STEP 22 (ensure_symlink) COMPLETE
81202025-02-21T08:27:08.675Z[ recovery-image] Feb 21 08:27:07.277 INFO O| Feb 21 08:27:07.277 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81212025-02-21T08:27:08.714Z[ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81222025-02-21T08:27:08.714Z[ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81232025-02-21T08:27:08.716Z[ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81242025-02-21T08:27:08.717Z[ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO ok!
81252025-02-21T08:27:08.717Z[ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO STEP 23 (ensure_symlink) COMPLETE
81262025-02-21T08:27:08.717Z[ recovery-image] Feb 21 08:27:07.319 INFO O| Feb 21 08:27:07.319 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81272025-02-21T08:27:08.787Z[ recovery-image] Feb 21 08:27:07.392 INFO O| Feb 21 08:27:07.392 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81282025-02-21T08:27:08.793Z[ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.392 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 ...
81292025-02-21T08:27:08.793Z[ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81302025-02-21T08:27:08.794Z[ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO ok!
81312025-02-21T08:27:08.794Z[ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO STEP 24 (ensure_file) COMPLETE
81322025-02-21T08:27:08.794Z[ recovery-image] Feb 21 08:27:07.393 INFO O| Feb 21 08:27:07.393 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81332025-02-21T08:27:08.819Z[ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.424 INFO updating shadow file
81342025-02-21T08:27:08.822Z[ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81352025-02-21T08:27:08.822Z[ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81362025-02-21T08:27:08.822Z[ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO STEP 25 (shadow) COMPLETE
81372025-02-21T08:27:08.822Z[ recovery-image] Feb 21 08:27:07.425 INFO O| Feb 21 08:27:07.425 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81382025-02-21T08:27:08.886Z[ recovery-image] Feb 21 08:27:07.491 INFO O| Feb 21 08:27:07.491 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81392025-02-21T08:27:08.886Z[ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81402025-02-21T08:27:08.892Z[ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81412025-02-21T08:27:08.892Z[ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO ok!
81422025-02-21T08:27:08.892Z[ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO STEP 26 (ensure_file) COMPLETE
81432025-02-21T08:27:08.892Z[ recovery-image] Feb 21 08:27:07.492 INFO O| Feb 21 08:27:07.492 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81442025-02-21T08:27:08.948Z[ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81452025-02-21T08:27:08.949Z[ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81462025-02-21T08:27:08.949Z[ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81472025-02-21T08:27:08.952Z[ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO ok!
81482025-02-21T08:27:08.952Z[ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO STEP 27 (ensure_file) COMPLETE
81492025-02-21T08:27:08.952Z[ recovery-image] Feb 21 08:27:07.554 INFO O| Feb 21 08:27:07.554 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502025-02-21T08:27:08.971Z[ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81512025-02-21T08:27:08.971Z[ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81522025-02-21T08:27:08.974Z[ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81532025-02-21T08:27:08.974Z[ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81542025-02-21T08:27:08.975Z[ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO ok!
81552025-02-21T08:27:08.975Z[ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO STEP 28 (ensure_file) COMPLETE
81562025-02-21T08:27:08.975Z[ recovery-image] Feb 21 08:27:07.577 INFO O| Feb 21 08:27:07.577 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81572025-02-21T08:27:08.991Z[ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81582025-02-21T08:27:08.991Z[ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81592025-02-21T08:27:08.996Z[ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81602025-02-21T08:27:08.996Z[ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO ok!
81612025-02-21T08:27:08.996Z[ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO STEP 29 (ensure_file) COMPLETE
81622025-02-21T08:27:08.996Z[ recovery-image] Feb 21 08:27:07.597 INFO O| Feb 21 08:27:07.597 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81632025-02-21T08:27:09.027Z[ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81642025-02-21T08:27:09.027Z[ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81652025-02-21T08:27:09.027Z[ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81662025-02-21T08:27:09.027Z[ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO ok!
81672025-02-21T08:27:09.030Z[ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO STEP 30 (ensure_file) COMPLETE
81682025-02-21T08:27:09.030Z[ recovery-image] Feb 21 08:27:07.633 INFO O| Feb 21 08:27:07.633 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81692025-02-21T08:27:09.050Z[ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81702025-02-21T08:27:09.050Z[ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81712025-02-21T08:27:09.054Z[ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81722025-02-21T08:27:09.055Z[ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81732025-02-21T08:27:09.055Z[ recovery-image] Feb 21 08:27:07.656 INFO O| Feb 21 08:27:07.656 INFO ok!
81742025-02-21T08:27:09.055Z[ recovery-image] Feb 21 08:27:07.657 INFO O| Feb 21 08:27:07.657 INFO STEP 31 (ensure_file) COMPLETE
81752025-02-21T08:27:09.055Z[ recovery-image] Feb 21 08:27:07.657 INFO O| Feb 21 08:27:07.657 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81762025-02-21T08:27:09.087Z[ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81772025-02-21T08:27:09.087Z[ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81782025-02-21T08:27:09.087Z[ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81792025-02-21T08:27:09.092Z[ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO ok!
81802025-02-21T08:27:09.092Z[ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO STEP 32 (ensure_file) COMPLETE
81812025-02-21T08:27:09.092Z[ recovery-image] Feb 21 08:27:07.693 INFO O| Feb 21 08:27:07.693 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81822025-02-21T08:27:09.122Z[ recovery-image] Feb 21 08:27:07.727 INFO O| Feb 21 08:27:07.727 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81832025-02-21T08:27:09.122Z[ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81842025-02-21T08:27:09.126Z[ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81852025-02-21T08:27:09.126Z[ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO ok!
81862025-02-21T08:27:09.126Z[ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO STEP 33 (ensure_file) COMPLETE
81872025-02-21T08:27:09.126Z[ recovery-image] Feb 21 08:27:07.728 INFO O| Feb 21 08:27:07.728 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81882025-02-21T08:27:09.178Z[ recovery-image] Feb 21 08:27:07.783 INFO O| Feb 21 08:27:07.783 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81892025-02-21T08:27:09.178Z[ recovery-image] Feb 21 08:27:07.783 INFO O| Feb 21 08:27:07.783 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81902025-02-21T08:27:09.178Z[ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81912025-02-21T08:27:09.183Z[ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81922025-02-21T08:27:09.183Z[ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81932025-02-21T08:27:09.183Z[ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81942025-02-21T08:27:09.183Z[ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO ok!
81952025-02-21T08:27:09.183Z[ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO STEP 34 (ensure_file) COMPLETE
81962025-02-21T08:27:09.183Z[ recovery-image] Feb 21 08:27:07.784 INFO O| Feb 21 08:27:07.784 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81972025-02-21T08:27:09.215Z[ recovery-image] Feb 21 08:27:07.819 INFO O| Feb 21 08:27:07.819 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81982025-02-21T08:27:09.218Z[ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81992025-02-21T08:27:09.218Z[ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82002025-02-21T08:27:09.218Z[ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO STEP 35 (ensure_dir) COMPLETE
82012025-02-21T08:27:09.218Z[ recovery-image] Feb 21 08:27:07.820 INFO O| Feb 21 08:27:07.820 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82022025-02-21T08:27:09.299Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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
82032025-02-21T08:27:09.299Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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 ...
82042025-02-21T08:27:09.304Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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
82052025-02-21T08:27:09.304Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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
82062025-02-21T08:27:09.304Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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
82072025-02-21T08:27:09.304Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 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
82082025-02-21T08:27:09.304Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 INFO ok!
82092025-02-21T08:27:09.304Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 INFO STEP 36 (ensure_file) COMPLETE
82102025-02-21T08:27:09.304Z[ recovery-image] Feb 21 08:27:07.905 INFO O| Feb 21 08:27:07.905 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82112025-02-21T08:27:09.355Z[ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82122025-02-21T08:27:09.356Z[ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 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 ...
82132025-02-21T08:27:09.359Z[ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82142025-02-21T08:27:09.359Z[ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO ok!
82152025-02-21T08:27:09.359Z[ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO STEP 37 (ensure_symlink) COMPLETE
82162025-02-21T08:27:09.359Z[ recovery-image] Feb 21 08:27:07.950 INFO O| Feb 21 08:27:07.950 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82172025-02-21T08:27:09.396Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82182025-02-21T08:27:09.396Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.001 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82192025-02-21T08:27:09.399Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82202025-02-21T08:27:09.399Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82212025-02-21T08:27:09.399Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82222025-02-21T08:27:09.399Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82232025-02-21T08:27:09.399Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO ok!
82242025-02-21T08:27:09.399Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO STEP 38 (ensure_file) COMPLETE
82252025-02-21T08:27:09.399Z[ recovery-image] Feb 21 08:27:08.002 INFO O| Feb 21 08:27:08.002 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82262025-02-21T08:27:09.459Z[ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82272025-02-21T08:27:09.459Z[ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 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 ...
82282025-02-21T08:27:09.459Z[ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 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
82292025-02-21T08:27:09.463Z[ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82302025-02-21T08:27:09.463Z[ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO ok!
82312025-02-21T08:27:09.463Z[ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO STEP 39 (ensure_file) COMPLETE
82322025-02-21T08:27:09.463Z[ recovery-image] Feb 21 08:27:08.064 INFO O| Feb 21 08:27:08.064 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82332025-02-21T08:27:09.477Z[ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82342025-02-21T08:27:09.477Z[ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82352025-02-21T08:27:09.478Z[ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82362025-02-21T08:27:09.478Z[ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO ok!
82372025-02-21T08:27:09.482Z[ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO STEP 40 (ensure_file) COMPLETE
82382025-02-21T08:27:09.482Z[ recovery-image] Feb 21 08:27:08.082 INFO O| Feb 21 08:27:08.082 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82392025-02-21T08:27:09.555Z[ recovery-image] Feb 21 08:27:08.117 INFO O| Feb 21 08:27:08.117 INFO updating shadow file
82402025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.117 INFO O| Feb 21 08:27:08.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82412025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.118 INFO O| Feb 21 08:27:08.118 INFO STEP 41 (shadow) COMPLETE
82422025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.118 INFO O| Feb 21 08:27:08.118 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82432025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.148 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82442025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82452025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82462025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82472025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO ok!
82482025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO STEP 42 (ensure_file) COMPLETE
82492025-02-21T08:27:09.582Z[ recovery-image] Feb 21 08:27:08.149 INFO O| Feb 21 08:27:08.149 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502025-02-21T08:27:09.602Z[ recovery-image] Feb 21 08:27:08.192 INFO O| Feb 21 08:27:08.192 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82512025-02-21T08:27:09.602Z[ recovery-image] Feb 21 08:27:08.192 INFO O| Feb 21 08:27:08.192 INFO STEP 43 (ensure_dir) COMPLETE
82522025-02-21T08:27:09.602Z[ recovery-image] Feb 21 08:27:08.192 INFO O| Feb 21 08:27:08.192 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82532025-02-21T08:27:09.646Z[ recovery-image] Feb 21 08:27:08.232 INFO O| Feb 21 08:27:08.232 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82542025-02-21T08:27:09.646Z[ recovery-image] Feb 21 08:27:08.232 INFO O| Feb 21 08:27:08.232 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82552025-02-21T08:27:09.670Z[ recovery-image] Feb 21 08:27:08.232 INFO O| Feb 21 08:27:08.232 INFO STEP 44 (ensure_dir) COMPLETE
82562025-02-21T08:27:09.671Z[ recovery-image] Feb 21 08:27:08.233 INFO O| Feb 21 08:27:08.233 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572025-02-21T08:27:09.701Z[ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82582025-02-21T08:27:09.701Z[ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82592025-02-21T08:27:09.701Z[ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO STEP 45 (ensure_dir) COMPLETE
82602025-02-21T08:27:09.703Z[ recovery-image] Feb 21 08:27:08.252 INFO O| Feb 21 08:27:08.252 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82612025-02-21T08:27:09.735Z[ recovery-image] Feb 21 08:27:08.290 INFO O| Feb 21 08:27:08.290 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82622025-02-21T08:27:09.736Z[ recovery-image] Feb 21 08:27:08.290 INFO O| Feb 21 08:27:08.290 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82632025-02-21T08:27:09.771Z[ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82642025-02-21T08:27:09.771Z[ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO ok!
82652025-02-21T08:27:09.789Z[ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO STEP 46 (ensure_file) COMPLETE
82662025-02-21T08:27:09.789Z[ recovery-image] Feb 21 08:27:08.356 INFO O| Feb 21 08:27:08.356 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672025-02-21T08:27:09.858Z[ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.436 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82682025-02-21T08:27:09.858Z[ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82692025-02-21T08:27:09.858Z[ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.437 INFO STEP 47 (ensure_dir) COMPLETE
82702025-02-21T08:27:09.947Z[ recovery-image] Feb 21 08:27:08.437 INFO O| Feb 21 08:27:08.437 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82712025-02-21T08:27:09.947Z[ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82722025-02-21T08:27:09.947Z[ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82732025-02-21T08:27:09.947Z[ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82742025-02-21T08:27:09.947Z[ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO ok!
82752025-02-21T08:27:09.947Z[ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO STEP 48 (ensure_file) COMPLETE
82762025-02-21T08:27:09.949Z[ recovery-image] Feb 21 08:27:08.454 INFO O| Feb 21 08:27:08.454 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772025-02-21T08:27:09.956Z[ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82782025-02-21T08:27:09.956Z[ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82792025-02-21T08:27:09.956Z[ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO STEP 49 (ensure_dir) COMPLETE
82802025-02-21T08:27:09.956Z[ recovery-image] Feb 21 08:27:08.497 INFO O| Feb 21 08:27:08.497 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82812025-02-21T08:27:09.956Z[ recovery-image] Feb 21 08:27:08.516 INFO O| Feb 21 08:27:08.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82822025-02-21T08:27:09.957Z[ recovery-image] Feb 21 08:27:08.516 INFO O| Feb 21 08:27:08.516 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82832025-02-21T08:27:11.907Z[ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82842025-02-21T08:27:11.907Z[ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO ok!
82852025-02-21T08:27:11.913Z[ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO STEP 50 (ensure_file) COMPLETE
82862025-02-21T08:27:11.913Z[ recovery-image] Feb 21 08:27:10.512 INFO O| Feb 21 08:27:10.512 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872025-02-21T08:27:11.928Z[ recovery-image] Feb 21 08:27:10.533 INFO O| Feb 21 08:27:10.533 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82882025-02-21T08:27:11.928Z[ recovery-image] Feb 21 08:27:10.533 INFO O| Feb 21 08:27:10.533 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82892025-02-21T08:27:11.976Z[ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82902025-02-21T08:27:11.976Z[ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO ok!
82912025-02-21T08:27:11.979Z[ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO STEP 51 (ensure_file) COMPLETE
82922025-02-21T08:27:11.979Z[ recovery-image] Feb 21 08:27:10.582 INFO O| Feb 21 08:27:10.582 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82932025-02-21T08:27:12.002Z[ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82942025-02-21T08:27:12.002Z[ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82952025-02-21T08:27:12.007Z[ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO STEP 52 (ensure_dir) COMPLETE
82962025-02-21T08:27:12.007Z[ recovery-image] Feb 21 08:27:10.608 INFO O| Feb 21 08:27:10.608 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82972025-02-21T08:27:12.043Z[ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82982025-02-21T08:27:12.043Z[ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO copying /tmp/.tmpDANt3T/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 ...
82992025-02-21T08:27:12.047Z[ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 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
83002025-02-21T08:27:12.047Z[ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO ok!
83012025-02-21T08:27:12.047Z[ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO STEP 53 (ensure_file) COMPLETE
83022025-02-21T08:27:12.048Z[ recovery-image] Feb 21 08:27:10.646 INFO O| Feb 21 08:27:10.646 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83032025-02-21T08:27:12.101Z[ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83042025-02-21T08:27:12.101Z[ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 INFO copying /tmp/.tmpDANt3T/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 ...
83052025-02-21T08:27:12.101Z[ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 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
83062025-02-21T08:27:12.104Z[ recovery-image] Feb 21 08:27:10.705 INFO O| Feb 21 08:27:10.705 INFO ok!
83072025-02-21T08:27:12.104Z[ recovery-image] Feb 21 08:27:10.706 INFO O| Feb 21 08:27:10.706 INFO STEP 54 (ensure_file) COMPLETE
83082025-02-21T08:27:12.104Z[ recovery-image] Feb 21 08:27:10.706 INFO O| Feb 21 08:27:10.706 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092025-02-21T08:27:12.121Z[ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83102025-02-21T08:27:12.121Z[ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83112025-02-21T08:27:12.122Z[ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO STEP 55 (ensure_dir) COMPLETE
83122025-02-21T08:27:12.124Z[ recovery-image] Feb 21 08:27:10.727 INFO O| Feb 21 08:27:10.727 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83132025-02-21T08:27:12.142Z[ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83142025-02-21T08:27:12.142Z[ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO copying /tmp/.tmpDANt3T/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 ...
83152025-02-21T08:27:12.142Z[ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83162025-02-21T08:27:12.147Z[ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO ok!
83172025-02-21T08:27:12.147Z[ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO STEP 56 (ensure_file) COMPLETE
83182025-02-21T08:27:12.147Z[ recovery-image] Feb 21 08:27:10.748 INFO O| Feb 21 08:27:10.748 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83192025-02-21T08:27:12.163Z[ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83202025-02-21T08:27:12.163Z[ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO copying /tmp/.tmpDANt3T/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 ...
83212025-02-21T08:27:12.166Z[ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 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
83222025-02-21T08:27:12.166Z[ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO ok!
83232025-02-21T08:27:12.166Z[ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO STEP 57 (ensure_file) COMPLETE
83242025-02-21T08:27:12.166Z[ recovery-image] Feb 21 08:27:10.769 INFO O| Feb 21 08:27:10.769 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83252025-02-21T08:27:12.184Z[ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83262025-02-21T08:27:12.187Z[ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83272025-02-21T08:27:12.187Z[ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO STEP 58 (ensure_dir) COMPLETE
83282025-02-21T08:27:12.187Z[ recovery-image] Feb 21 08:27:10.790 INFO O| Feb 21 08:27:10.790 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83292025-02-21T08:27:12.207Z[ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83302025-02-21T08:27:12.207Z[ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO copying /tmp/.tmpDANt3T/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 ...
83312025-02-21T08:27:12.207Z[ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83322025-02-21T08:27:12.210Z[ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO ok!
83332025-02-21T08:27:12.210Z[ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO STEP 59 (ensure_file) COMPLETE
83342025-02-21T08:27:12.210Z[ recovery-image] Feb 21 08:27:10.811 INFO O| Feb 21 08:27:10.811 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83352025-02-21T08:27:12.234Z[ recovery-image] Feb 21 08:27:10.839 INFO O| Feb 21 08:27:10.839 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83362025-02-21T08:27:12.234Z[ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.839 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83372025-02-21T08:27:12.236Z[ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83382025-02-21T08:27:12.236Z[ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO ok!
83392025-02-21T08:27:12.236Z[ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO STEP 60 (ensure_file) COMPLETE
83402025-02-21T08:27:12.236Z[ recovery-image] Feb 21 08:27:10.840 INFO O| Feb 21 08:27:10.840 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83412025-02-21T08:27:12.263Z[ recovery-image] Feb 21 08:27:10.868 INFO O| Feb 21 08:27:10.868 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83422025-02-21T08:27:12.263Z[ recovery-image] Feb 21 08:27:10.868 INFO O| Feb 21 08:27:10.868 INFO STEP 61 (ensure_dir) COMPLETE
83432025-02-21T08:27:12.263Z[ recovery-image] Feb 21 08:27:10.868 INFO O| Feb 21 08:27:10.868 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442025-02-21T08:27:12.305Z[ recovery-image] Feb 21 08:27:10.910 INFO O| Feb 21 08:27:10.910 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83452025-02-21T08:27:12.305Z[ recovery-image] Feb 21 08:27:10.910 INFO O| Feb 21 08:27:10.910 INFO STEP 62 (ensure_dir) COMPLETE
83462025-02-21T08:27:12.310Z[ recovery-image] Feb 21 08:27:10.910 INFO O| Feb 21 08:27:10.910 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83472025-02-21T08:27:12.330Z[ recovery-image] Feb 21 08:27:10.931 INFO O| Feb 21 08:27:10.930 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83482025-02-21T08:27:12.330Z[ recovery-image] Feb 21 08:27:10.931 INFO O| Feb 21 08:27:10.931 INFO STEP 63 (ensure_dir) COMPLETE
83492025-02-21T08:27:12.333Z[ recovery-image] Feb 21 08:27:10.931 INFO O| Feb 21 08:27:10.931 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83502025-02-21T08:27:12.382Z[ recovery-image] Feb 21 08:27:10.988 INFO O| Feb 21 08:27:10.988 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83512025-02-21T08:27:12.382Z[ recovery-image] Feb 21 08:27:10.988 INFO O| Feb 21 08:27:10.988 INFO STEP 64 (ensure_dir) COMPLETE
83522025-02-21T08:27:12.385Z[ recovery-image] Feb 21 08:27:10.988 INFO O| Feb 21 08:27:10.988 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532025-02-21T08:27:12.418Z[ recovery-image] Feb 21 08:27:11.022 INFO O| Feb 21 08:27:11.022 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83542025-02-21T08:27:12.418Z[ recovery-image] Feb 21 08:27:11.022 INFO O| Feb 21 08:27:11.022 INFO copying /tmp/.tmpDANt3T/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83552025-02-21T08:27:12.422Z[ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83562025-02-21T08:27:12.422Z[ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO ok!
83572025-02-21T08:27:12.422Z[ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO STEP 65 (ensure_file) COMPLETE
83582025-02-21T08:27:12.422Z[ recovery-image] Feb 21 08:27:11.023 INFO O| Feb 21 08:27:11.023 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592025-02-21T08:27:12.441Z[ recovery-image] Feb 21 08:27:11.045 INFO O| Feb 21 08:27:11.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83602025-02-21T08:27:12.446Z[ recovery-image] Feb 21 08:27:11.045 INFO O| Feb 21 08:27:11.045 INFO STEP 66 (remove_files) COMPLETE
83612025-02-21T08:27:12.447Z[ recovery-image] Feb 21 08:27:11.045 INFO O| Feb 21 08:27:11.045 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622025-02-21T08:27:12.460Z[ recovery-image] Feb 21 08:27:11.066 INFO O| Feb 21 08:27:11.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83632025-02-21T08:27:12.463Z[ recovery-image] Feb 21 08:27:11.066 INFO O| Feb 21 08:27:11.066 INFO STEP 67 (remove_files) COMPLETE
83642025-02-21T08:27:12.463Z[ recovery-image] Feb 21 08:27:11.066 INFO O| Feb 21 08:27:11.066 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652025-02-21T08:27:12.483Z[ recovery-image] Feb 21 08:27:11.086 INFO O| Feb 21 08:27:11.085 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83662025-02-21T08:27:12.487Z[ recovery-image] Feb 21 08:27:11.086 INFO O| Feb 21 08:27:11.086 INFO STEP 68 (remove_files) COMPLETE
83672025-02-21T08:27:12.488Z[ recovery-image] Feb 21 08:27:11.086 INFO O| Feb 21 08:27:11.086 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682025-02-21T08:27:12.510Z[ recovery-image] Feb 21 08:27:11.108 INFO O| Feb 21 08:27:11.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83692025-02-21T08:27:12.520Z[ recovery-image] Feb 21 08:27:11.108 INFO O| Feb 21 08:27:11.108 INFO STEP 69 (remove_files) COMPLETE
83702025-02-21T08:27:12.520Z[ recovery-image] Feb 21 08:27:11.108 INFO O| Feb 21 08:27:11.108 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712025-02-21T08:27:12.529Z[ recovery-image] Feb 21 08:27:11.134 INFO O| Feb 21 08:27:11.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83722025-02-21T08:27:12.534Z[ recovery-image] Feb 21 08:27:11.135 INFO O| Feb 21 08:27:11.135 INFO STEP 70 (remove_files) COMPLETE
83732025-02-21T08:27:12.534Z[ recovery-image] Feb 21 08:27:11.135 INFO O| Feb 21 08:27:11.135 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742025-02-21T08:27:12.579Z[ recovery-image] Feb 21 08:27:11.184 INFO O| Feb 21 08:27:11.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83752025-02-21T08:27:12.584Z[ recovery-image] Feb 21 08:27:11.184 INFO O| Feb 21 08:27:11.184 INFO STEP 71 (remove_files) COMPLETE
83762025-02-21T08:27:12.584Z[ recovery-image] Feb 21 08:27:11.184 INFO O| Feb 21 08:27:11.184 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772025-02-21T08:27:12.619Z[ recovery-image] Feb 21 08:27:11.222 INFO O| Feb 21 08:27:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83782025-02-21T08:27:12.628Z[ recovery-image] Feb 21 08:27:11.222 INFO O| Feb 21 08:27:11.222 INFO STEP 72 (remove_files) COMPLETE
83792025-02-21T08:27:12.628Z[ recovery-image] Feb 21 08:27:11.223 INFO O| Feb 21 08:27:11.222 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802025-02-21T08:27:12.983Z[ recovery-image] Feb 21 08:27:11.266 INFO O| Feb 21 08:27:11.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83812025-02-21T08:27:12.983Z[ recovery-image] Feb 21 08:27:11.266 INFO O| Feb 21 08:27:11.266 INFO STEP 73 (remove_files) COMPLETE
83822025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.266 INFO O| Feb 21 08:27:11.266 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.286 INFO O| Feb 21 08:27:11.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83842025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.286 INFO O| Feb 21 08:27:11.286 INFO STEP 74 (remove_files) COMPLETE
83852025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.287 INFO O| Feb 21 08:27:11.286 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.328 INFO O| Feb 21 08:27:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83872025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.328 INFO O| Feb 21 08:27:11.328 INFO STEP 75 (remove_files) COMPLETE
83882025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.328 INFO O| Feb 21 08:27:11.328 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.349 INFO O| Feb 21 08:27:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83902025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.350 INFO O| Feb 21 08:27:11.349 INFO STEP 76 (remove_files) COMPLETE
83912025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.350 INFO O| Feb 21 08:27:11.350 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.432 INFO O| Feb 21 08:27:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83932025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.432 INFO O| Feb 21 08:27:11.432 INFO STEP 77 (remove_files) COMPLETE
83942025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.432 INFO O| Feb 21 08:27:11.432 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.453 INFO O| Feb 21 08:27:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83962025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.454 INFO O| Feb 21 08:27:11.453 INFO STEP 78 (remove_files) COMPLETE
83972025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.454 INFO O| Feb 21 08:27:11.453 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.473 INFO O| Feb 21 08:27:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83992025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.473 INFO O| Feb 21 08:27:11.473 INFO STEP 79 (remove_files) COMPLETE
84002025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.473 INFO O| Feb 21 08:27:11.473 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.491 INFO O| Feb 21 08:27:11.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84022025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.491 INFO O| Feb 21 08:27:11.491 INFO STEP 80 (remove_files) COMPLETE
84032025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.491 INFO O| Feb 21 08:27:11.491 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.529 INFO O| Feb 21 08:27:11.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84052025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.529 INFO O| Feb 21 08:27:11.529 INFO STEP 81 (remove_files) COMPLETE
84062025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.529 INFO O| Feb 21 08:27:11.529 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.582 INFO O| Feb 21 08:27:11.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84082025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.582 INFO O| Feb 21 08:27:11.582 INFO STEP 82 (remove_files) COMPLETE
84092025-02-21T08:27:13.598Z[ recovery-image] Feb 21 08:27:11.582 INFO O| Feb 21 08:27:11.582 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102025-02-21T08:27:13.875Z[ recovery-image] Feb 21 08:27:11.610 INFO O| Feb 21 08:27:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84112025-02-21T08:27:13.875Z[ recovery-image] Feb 21 08:27:11.610 INFO O| Feb 21 08:27:11.610 INFO STEP 83 (remove_files) COMPLETE
84122025-02-21T08:27:13.875Z[ recovery-image] Feb 21 08:27:11.610 INFO O| Feb 21 08:27:11.610 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132025-02-21T08:27:13.875Z[ recovery-image] Feb 21 08:27:11.668 INFO O| Feb 21 08:27:11.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84142025-02-21T08:27:13.875Z[ recovery-image] Feb 21 08:27:11.668 INFO O| Feb 21 08:27:11.668 INFO STEP 84 (remove_files) COMPLETE
84152025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.668 INFO O| Feb 21 08:27:11.668 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.690 INFO O| Feb 21 08:27:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84172025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.690 INFO O| Feb 21 08:27:11.690 INFO STEP 85 (remove_files) COMPLETE
84182025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.690 INFO O| Feb 21 08:27:11.690 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.710 INFO O| Feb 21 08:27:11.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84202025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.710 INFO O| Feb 21 08:27:11.710 INFO STEP 86 (remove_files) COMPLETE
84212025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.710 INFO O| Feb 21 08:27:11.710 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.730 INFO O| Feb 21 08:27:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84232025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.730 INFO O| Feb 21 08:27:11.730 INFO STEP 87 (remove_files) COMPLETE
84242025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.730 INFO O| Feb 21 08:27:11.730 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.751 INFO O| Feb 21 08:27:11.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84262025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.751 INFO O| Feb 21 08:27:11.751 INFO STEP 88 (remove_files) COMPLETE
84272025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.751 INFO O| Feb 21 08:27:11.751 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.773 INFO O| Feb 21 08:27:11.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84292025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.773 INFO O| Feb 21 08:27:11.773 INFO STEP 89 (remove_files) COMPLETE
84302025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.773 INFO O| Feb 21 08:27:11.773 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312025-02-21T08:27:13.876Z[ recovery-image] Feb 21 08:27:11.815 INFO O| Feb 21 08:27:11.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84322025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.815 INFO O| Feb 21 08:27:11.815 INFO STEP 90 (remove_files) COMPLETE
84332025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.815 INFO O| Feb 21 08:27:11.815 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.836 INFO O| Feb 21 08:27:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84352025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.836 INFO O| Feb 21 08:27:11.836 INFO STEP 91 (remove_files) COMPLETE
84362025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.836 INFO O| Feb 21 08:27:11.836 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.857 INFO O| Feb 21 08:27:11.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84382025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.858 INFO O| Feb 21 08:27:11.858 INFO STEP 92 (remove_files) COMPLETE
84392025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.858 INFO O| Feb 21 08:27:11.858 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.878 INFO O| Feb 21 08:27:11.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84412025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.878 INFO O| Feb 21 08:27:11.878 INFO STEP 93 (remove_files) COMPLETE
84422025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.878 INFO O| Feb 21 08:27:11.878 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.945 INFO O| Feb 21 08:27:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84442025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.945 INFO O| Feb 21 08:27:11.945 INFO STEP 94 (remove_files) COMPLETE
84452025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:11.945 INFO O| Feb 21 08:27:11.945 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84462025-02-21T08:27:13.877Z[ recovery-image] Feb 21 08:27:12.009 INFO O| Feb 21 08:27:12.008 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84472025-02-21T08:27:13.878Z[ recovery-image] Feb 21 08:27:12.009 INFO O| Feb 21 08:27:12.009 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
84482025-02-21T08:27:25.620Z[ recovery-image] Feb 21 08:27:23.033 INFO O| Feb 21 08:27:23.033 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
84492025-02-21T08:27:25.620Z[ recovery-image] Feb 21 08:27:23.033 INFO O| Feb 21 08:27:23.033 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84502025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.051 INFO O| Feb 21 08:27:23.051 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84512025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.204 INFO O| Feb 21 08:27:23.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84522025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.204 INFO O| Feb 21 08:27:23.204 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 ...
84532025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84542025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO ok!
84552025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84562025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO STEP 95 (seed_smf) COMPLETE
84572025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO steps complete; finalising image!
84582025-02-21T08:27:25.757Z[ recovery-image] Feb 21 08:27:23.206 INFO O| Feb 21 08:27:23.206 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84592025-02-21T08:27:25.843Z[ recovery-image] Feb 21 08:27:23.290 INFO O| Feb 21 08:27:23.290 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Fri Feb 21 08:27:23 2025)
84602025-02-21T08:27:25.843Z[ recovery-image] Feb 21 08:27:23.502 INFO O| Feb 21 08:27:23.502 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Feb 21 08:27:23 2025)
84612025-02-21T08:27:25.844Z[ recovery-image] Feb 21 08:27:23.769 INFO O| Feb 21 08:27:23.769 INFO temporary pool has 380M used, 1.38G avail, 1.00x compressratio
84622025-02-21T08:27:25.844Z[ recovery-image] Feb 21 08:27:23.770 INFO O| Feb 21 08:27:23.769 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84632025-02-21T08:27:25.932Z[ recovery-image] Feb 21 08:27:24.531 INFO O| Feb 21 08:27:24.531 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
84642025-02-21T08:27:25.932Z[ recovery-image] Feb 21 08:27:24.531 INFO O| Feb 21 08:27:24.531 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84652025-02-21T08:27:31.941Z[ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.546 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84662025-02-21T08:27:31.943Z[ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84672025-02-21T08:27:31.946Z[ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84682025-02-21T08:27:31.947Z[ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO completed processing gimlet/zfs-recovery
84692025-02-21T08:27:31.947Z[ recovery-image] Feb 21 08:27:30.547 INFO O| Feb 21 08:27:30.547 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84702025-02-21T08:27:32.666Z[ recovery-image] Feb 21 08:27:31.271 INFO O| Feb 21 08:27:31.271 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84712025-02-21T08:27:32.812Z[ recovery-image] Feb 21 08:27:31.418 INFO BUILD STRING "heads/stlouis-0-g2b7912f651\n"
84722025-02-21T08:27:32.816Z[ recovery-image] Feb 21 08:27:31.418 INFO expanded image name: "recovery 903e27d/${os_short_commit} 2025-02-21 07:56" -> "recovery 903e27d/2b7912f 2025-02-21 07:56"
84732025-02-21T08:27:32.817Z[ recovery-image] Feb 21 08:27:31.418 INFO output artefacts stored in: "/work/os-recovery"
84742025-02-21T08:27:32.817Z[ recovery-image] Feb 21 08:27:31.418 INFO collecting git info from project "phbl"...
84752025-02-21T08:27:32.855Z[ recovery-image] Feb 21 08:27:31.460 INFO collecting git info from project "chelsio-t6-roms"...
84762025-02-21T08:27:32.890Z[ recovery-image] Feb 21 08:27:31.495 INFO collecting git info from project "image-builder"...
84772025-02-21T08:27:32.908Z[ recovery-image] Feb 21 08:27:31.513 INFO collecting git info from project "pilot"...
84782025-02-21T08:27:32.989Z[ recovery-image] Feb 21 08:27:31.589 INFO collecting git info from project "pinprick"...
84792025-02-21T08:27:33.062Z[ recovery-image] Feb 21 08:27:31.667 INFO collecting git info from project "amd-host-image-builder"...
84802025-02-21T08:27:33.521Z[ recovery-image] Feb 21 08:27:32.126 INFO collecting git info from project "amd-firmware"...
84812025-02-21T08:27:34.078Z[ recovery-image] Feb 21 08:27:32.684 INFO collecting git info from project "bootserver"...
84822025-02-21T08:27:34.094Z[ recovery-image] Feb 21 08:27:32.699 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84832025-02-21T08:27:34.710Z[ recovery-image] Feb 21 08:27:33.315 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84842025-02-21T08:27:35.321Z[ recovery-image] Feb 21 08:27:33.926 INFO creating Oxide boot image...
84852025-02-21T08:27:35.321Z[ recovery-image] Feb 21 08:27:33.926 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 903e27d/2b7912f 2025-02-21 07:56", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84862025-02-21T08:28:18.630Z[ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23219:20250221T003923Z
84872025-02-21T08:28:18.634Z[ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23219:20250221T003923Z
84882025-02-21T08:28:18.634Z[ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84892025-02-21T08:28:18.635Z[ host-image] Feb 21 08:28:17.235 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84902025-02-21T08:28:18.636Z[ host-image] Feb 21 08:28:17.236 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84912025-02-21T08:28:18.636Z[ host-image] Feb 21 08:28:17.236 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84922025-02-21T08:28:18.636Z[ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84932025-02-21T08:28:18.636Z[ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84942025-02-21T08:28:18.636Z[ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84952025-02-21T08:28:18.636Z[ host-image] Feb 21 08:28:17.237 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84962025-02-21T08:28:18.636Z[ host-image] Feb 21 08:28:17.238 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23219:20250221T003923Z
84972025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.240 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23219:20250221T003924Z
84982025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.242 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23219:20250221T003924Z
84992025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.242 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23219:20250221T003924Z
85002025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.242 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85012025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.244 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23219:20250221T003924Z
85022025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23219:20250221T003924Z
85032025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23219:20250221T003925Z
85042025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23219:20250221T003925Z
85052025-02-21T08:28:18.640Z[ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23219:20250221T003926Z
85062025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.245 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23219:20250221T003926Z
85072025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23219:20250221T003926Z
85082025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23219:20250221T003926Z
85092025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23219:20250221T003927Z
85102025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.246 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23219:20250221T003927Z
85112025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23219:20250221T003928Z
85122025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23219:20250221T003928Z
85132025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23219:20250221T003930Z
85142025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23219:20250221T003930Z
85152025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
85162025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.247 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23219:20250221T003931Z
85172025-02-21T08:28:18.645Z[ host-image] Feb 21 08:28:17.248 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23219:20250221T003934Z
85182025-02-21T08:28:18.646Z[ host-image] Feb 21 08:28:17.248 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23219:20250221T003934Z
85192025-02-21T08:28:18.646Z[ host-image] Feb 21 08:28:17.248 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23219:20250221T003935Z
85202025-02-21T08:28:18.649Z[ host-image] Feb 21 08:28:17.250 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23219:20250221T003936Z
85212025-02-21T08:28:18.649Z[ host-image] Feb 21 08:28:17.250 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23219:20250221T003936Z
85222025-02-21T08:28:18.659Z[ host-image] Feb 21 08:28:17.264 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85232025-02-21T08:28:18.659Z[ host-image] Feb 21 08:28:17.264 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23219:20250221T003937Z
85242025-02-21T08:28:18.663Z[ host-image] Feb 21 08:28:17.264 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85252025-02-21T08:28:18.663Z[ host-image] Feb 21 08:28:17.265 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85262025-02-21T08:28:18.667Z[ host-image] Feb 21 08:28:17.273 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85272025-02-21T08:28:18.671Z[ host-image] Feb 21 08:28:17.273 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23219:20250221T003937Z
85282025-02-21T08:28:18.671Z[ host-image] Feb 21 08:28:17.273 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85292025-02-21T08:28:18.671Z[ host-image] Feb 21 08:28:17.274 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85302025-02-21T08:28:18.671Z[ host-image] Feb 21 08:28:17.276 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85312025-02-21T08:28:18.671Z[ host-image] Feb 21 08:28:17.276 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85322025-02-21T08:28:18.690Z[ host-image] Feb 21 08:28:17.295 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85332025-02-21T08:28:18.690Z[ host-image] Feb 21 08:28:17.295 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85342025-02-21T08:28:18.693Z[ host-image] Feb 21 08:28:17.296 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85352025-02-21T08:28:18.693Z[ host-image] Feb 21 08:28:17.297 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85362025-02-21T08:28:18.694Z[ host-image] Feb 21 08:28:17.298 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85372025-02-21T08:28:18.694Z[ host-image] Feb 21 08:28:17.298 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85382025-02-21T08:28:18.746Z[ host-image] Feb 21 08:28:17.351 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
85392025-02-21T08:28:18.749Z[ host-image] Feb 21 08:28:17.352 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85402025-02-21T08:28:18.749Z[ host-image] Feb 21 08:28:17.352 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85412025-02-21T08:28:18.749Z[ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23219:20250221T003939Z
85422025-02-21T08:28:18.750Z[ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23219:20250221T003944Z
85432025-02-21T08:28:18.750Z[ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85442025-02-21T08:28:18.750Z[ host-image] Feb 21 08:28:17.354 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23219:20250221T003945Z
85452025-02-21T08:28:18.750Z[ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
85462025-02-21T08:28:18.750Z[ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
85472025-02-21T08:28:18.753Z[ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85482025-02-21T08:28:18.754Z[ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23219:20250221T003945Z
85492025-02-21T08:28:18.754Z[ host-image] Feb 21 08:28:17.355 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85502025-02-21T08:28:18.757Z[ host-image] Feb 21 08:28:17.362 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85512025-02-21T08:28:18.760Z[ host-image] Feb 21 08:28:17.363 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85522025-02-21T08:28:18.760Z[ host-image] Feb 21 08:28:17.363 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85532025-02-21T08:28:18.760Z[ host-image] Feb 21 08:28:17.364 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23219:20250221T003945Z
85542025-02-21T08:28:18.761Z[ host-image] Feb 21 08:28:17.364 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85552025-02-21T08:28:18.799Z[ host-image] Feb 21 08:28:17.404 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85562025-02-21T08:28:18.799Z[ host-image] Feb 21 08:28:17.404 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23219:20250221T003946Z
85572025-02-21T08:28:18.804Z[ host-image] Feb 21 08:28:17.407 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23219:20250221T003946Z
85582025-02-21T08:28:18.804Z[ host-image] Feb 21 08:28:17.408 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23219:20250221T003946Z
85592025-02-21T08:28:18.804Z[ host-image] Feb 21 08:28:17.408 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85602025-02-21T08:28:18.807Z[ host-image] Feb 21 08:28:17.409 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23219:20250221T003948Z
85612025-02-21T08:28:18.807Z[ host-image] Feb 21 08:28:17.409 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23219:20250221T003948Z
85622025-02-21T08:28:18.808Z[ host-image] Feb 21 08:28:17.409 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23219:20250221T003948Z
85632025-02-21T08:28:18.808Z[ host-image] Feb 21 08:28:17.410 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23219:20250221T003948Z
85642025-02-21T08:28:18.812Z[ host-image] Feb 21 08:28:17.415 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85652025-02-21T08:28:18.812Z[ host-image] Feb 21 08:28:17.416 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23219:20250221T003948Z
85662025-02-21T08:28:18.812Z[ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23219:20250221T003950Z
85672025-02-21T08:28:18.813Z[ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85682025-02-21T08:28:18.813Z[ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23219:20250221T003950Z
85692025-02-21T08:28:18.816Z[ host-image] Feb 21 08:28:17.417 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23219:20250221T003950Z
85702025-02-21T08:28:18.816Z[ host-image] Feb 21 08:28:17.418 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23219:20250221T003950Z
85712025-02-21T08:28:18.817Z[ host-image] Feb 21 08:28:17.418 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23219:20250221T003950Z
85722025-02-21T08:28:18.835Z[ host-image] Feb 21 08:28:17.430 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23219:20250221T003950Z
85732025-02-21T08:28:18.835Z[ host-image] Feb 21 08:28:17.430 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85742025-02-21T08:28:18.835Z[ host-image] Feb 21 08:28:17.433 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23219:20250221T003950Z
85752025-02-21T08:28:18.835Z[ host-image] Feb 21 08:28:17.435 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23219:20250221T003950Z
85762025-02-21T08:28:18.835Z[ host-image] Feb 21 08:28:17.435 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23219:20250221T003951Z
85772025-02-21T08:28:18.835Z[ host-image] Feb 21 08:28:17.436 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23219:20250221T003951Z
85782025-02-21T08:28:18.835Z[ host-image] Feb 21 08:28:17.437 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23219:20250221T003951Z
85792025-02-21T08:28:18.836Z[ host-image] Feb 21 08:28:17.437 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23219:20250221T003951Z
85802025-02-21T08:28:18.848Z[ host-image] Feb 21 08:28:17.453 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23219:20250221T003953Z
85812025-02-21T08:28:18.851Z[ host-image] Feb 21 08:28:17.453 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23219:20250221T003952Z
85822025-02-21T08:28:18.852Z[ host-image] Feb 21 08:28:17.454 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23219:20250221T003952Z
85832025-02-21T08:28:18.852Z[ host-image] Feb 21 08:28:17.456 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23219:20250221T003952Z
85842025-02-21T08:28:18.852Z[ host-image] Feb 21 08:28:17.456 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23219:20250221T003953Z
85852025-02-21T08:28:18.882Z[ host-image] Feb 21 08:28:17.487 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23219:20250221T003956Z
85862025-02-21T08:28:18.882Z[ host-image] Feb 21 08:28:17.487 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23219:20250221T003953Z
85872025-02-21T08:28:18.896Z[ host-image] Feb 21 08:28:17.502 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23219:20250221T003953Z
85882025-02-21T08:28:18.900Z[ host-image] Feb 21 08:28:17.502 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85892025-02-21T08:28:18.900Z[ host-image] Feb 21 08:28:17.503 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85902025-02-21T08:28:18.942Z[ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23219:20250221T003953Z
85912025-02-21T08:28:18.945Z[ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85922025-02-21T08:28:18.946Z[ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23219:20250221T003953Z
85932025-02-21T08:28:18.946Z[ host-image] Feb 21 08:28:17.547 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23219:20250221T003954Z
85942025-02-21T08:28:18.946Z[ host-image] Feb 21 08:28:17.549 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23219:20250221T003954Z
85952025-02-21T08:28:18.946Z[ host-image] Feb 21 08:28:17.549 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85962025-02-21T08:28:18.946Z[ host-image] Feb 21 08:28:17.550 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85972025-02-21T08:28:18.950Z[ host-image] Feb 21 08:28:17.551 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23219:20250221T003955Z
85982025-02-21T08:28:18.950Z[ host-image] Feb 21 08:28:17.551 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23219:20250221T003955Z
85992025-02-21T08:28:18.950Z[ host-image] Feb 21 08:28:17.551 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23219:20250221T003955Z
86002025-02-21T08:28:18.950Z[ host-image] Feb 21 08:28:17.552 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23219:20250221T003955Z
86012025-02-21T08:28:18.950Z[ host-image] Feb 21 08:28:17.552 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23219:20250221T003955Z
86022025-02-21T08:28:18.950Z[ host-image] Feb 21 08:28:17.552 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23219:20250221T003956Z
86032025-02-21T08:28:18.954Z[ host-image] Feb 21 08:28:17.556 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86042025-02-21T08:28:18.954Z[ host-image] Feb 21 08:28:17.557 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23219:20250221T003956Z
86052025-02-21T08:28:18.957Z[ host-image] Feb 21 08:28:17.559 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23219:20250221T003956Z
86062025-02-21T08:28:18.957Z[ host-image] Feb 21 08:28:17.559 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23219:20250221T003956Z
86072025-02-21T08:28:18.957Z[ host-image] Feb 21 08:28:17.560 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23219:20250221T003957Z
86082025-02-21T08:28:18.957Z[ host-image] Feb 21 08:28:17.560 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23219:20250221T003957Z
86092025-02-21T08:28:18.958Z[ host-image] Feb 21 08:28:17.561 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23219:20250221T003957Z
86102025-02-21T08:28:18.958Z[ host-image] Feb 21 08:28:17.561 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86112025-02-21T08:28:18.958Z[ host-image] Feb 21 08:28:17.561 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86122025-02-21T08:28:18.958Z[ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23219:20250221T003959Z
86132025-02-21T08:28:18.959Z[ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23219:20250221T004000Z
86142025-02-21T08:28:18.959Z[ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86152025-02-21T08:28:18.959Z[ host-image] Feb 21 08:28:17.562 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86162025-02-21T08:28:18.959Z[ host-image] Feb 21 08:28:17.563 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86172025-02-21T08:28:18.963Z[ host-image] Feb 21 08:28:17.563 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86182025-02-21T08:28:18.963Z[ host-image] Feb 21 08:28:17.563 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86192025-02-21T08:28:18.963Z[ host-image] Feb 21 08:28:17.564 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86202025-02-21T08:28:18.963Z[ host-image] Feb 21 08:28:17.566 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86212025-02-21T08:28:18.964Z[ host-image] Feb 21 08:28:17.567 INFO O| tempdir @ "/tmp/.tmp6pg0Ec/tmp"
86222025-02-21T08:28:18.964Z[ host-image] Feb 21 08:28:17.567 INFO O| image root @ "/tmp/.tmp6pg0Ec/tmp/root"
86232025-02-21T08:28:18.964Z[ host-image] Feb 21 08:28:17.567 INFO O| creating image...
86242025-02-21T08:28:20.189Z[ host-image] Feb 21 08:28:18.794 INFO O| copying publishers...
86252025-02-21T08:28:44.341Z[ host-image] Feb 21 08:28:42.946 INFO O| adding properties...
86262025-02-21T08:28:46.641Z[ host-image] Feb 21 08:28:45.245 INFO O| installing packages...
86272025-02-21T08:28:49.408Z[ recovery-image] Feb 21 08:28:47.532 INFO O| ok, image written!
86282025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.532 INFO O| ok, boot_image_csum file written!
86292025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.539 INFO creating boot archive (CPIO)...
86302025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.539 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
86312025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.561 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86322025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.561 INFO E| + outfile=/work/os-recovery/cpio
86332025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.561 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86342025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.564 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86352025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.565 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86362025-02-21T08:28:49.436Z[ recovery-image] Feb 21 08:28:47.613 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86372025-02-21T08:28:49.437Z[ recovery-image] Feb 21 08:28:47.613 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86382025-02-21T08:28:49.437Z[ recovery-image] Feb 21 08:28:47.625 INFO creating compressed cpio/unix for nanobl-rs...
86392025-02-21T08:28:49.437Z[ recovery-image] Feb 21 08:28:47.625 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
86402025-02-21T08:28:49.487Z[ recovery-image] Feb 21 08:28:48.093 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86412025-02-21T08:28:57.010Z[ recovery-image] Feb 21 08:28:55.614 INFO creating reset image...
86422025-02-21T08:28:57.013Z[ recovery-image] Feb 21 08:28:55.614 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86432025-02-21T08:28:58.037Z[ recovery-image] Feb 21 08:28:56.642 INFO E| Updating crates.io index
86442025-02-21T08:28:58.460Z[ recovery-image] Feb 21 08:28:57.060 INFO E| Downloading crates ...
86452025-02-21T08:28:58.569Z[ recovery-image] Feb 21 08:28:57.174 INFO E| Downloaded anstyle-query v1.1.1
86462025-02-21T08:28:58.580Z[ recovery-image] Feb 21 08:28:57.185 INFO E| Downloaded anstyle-parse v0.2.5
86472025-02-21T08:28:58.583Z[ recovery-image] Feb 21 08:28:57.188 INFO E| Downloaded is_terminal_polyfill v1.70.1
86482025-02-21T08:28:58.586Z[ recovery-image] Feb 21 08:28:57.190 INFO E| Downloaded anstyle v1.0.8
86492025-02-21T08:28:58.588Z[ recovery-image] Feb 21 08:28:57.192 INFO E| Downloaded clap_derive v4.5.13
86502025-02-21T08:28:58.598Z[ recovery-image] Feb 21 08:28:57.204 INFO E| Downloaded utf8parse v0.2.2
86512025-02-21T08:28:58.606Z[ recovery-image] Feb 21 08:28:57.212 INFO E| Downloaded clap_lex v0.7.2
86522025-02-21T08:28:58.609Z[ recovery-image] Feb 21 08:28:57.214 INFO E| Downloaded shared_child v1.0.1
86532025-02-21T08:28:58.612Z[ recovery-image] Feb 21 08:28:57.216 INFO E| Downloaded colorchoice v1.0.2
86542025-02-21T08:28:58.612Z[ recovery-image] Feb 21 08:28:57.217 INFO E| Downloaded heck v0.5.0
86552025-02-21T08:28:58.615Z[ recovery-image] Feb 21 08:28:57.219 INFO E| Downloaded os_pipe v1.2.1
86562025-02-21T08:28:58.617Z[ recovery-image] Feb 21 08:28:57.220 INFO E| Downloaded anstream v0.6.15
86572025-02-21T08:28:58.620Z[ recovery-image] Feb 21 08:28:57.224 INFO E| Downloaded once_cell v1.19.0
86582025-02-21T08:28:58.624Z[ recovery-image] Feb 21 08:28:57.228 INFO E| Downloaded strsim v0.11.1
86592025-02-21T08:28:58.626Z[ recovery-image] Feb 21 08:28:57.230 INFO E| Downloaded quote v1.0.37
86602025-02-21T08:28:58.629Z[ recovery-image] Feb 21 08:28:57.234 INFO E| Downloaded unicode-ident v1.0.13
86612025-02-21T08:28:58.633Z[ recovery-image] Feb 21 08:28:57.239 INFO E| Downloaded clap v4.5.17
86622025-02-21T08:28:58.667Z[ recovery-image] Feb 21 08:28:57.272 INFO E| Downloaded proc-macro2 v1.0.86
86632025-02-21T08:28:58.671Z[ recovery-image] Feb 21 08:28:57.276 INFO E| Downloaded duct v0.13.7
86642025-02-21T08:28:58.716Z[ recovery-image] Feb 21 08:28:57.321 INFO E| Downloaded clap_builder v4.5.17
86652025-02-21T08:28:58.727Z[ recovery-image] Feb 21 08:28:57.333 INFO E| Downloaded syn v2.0.77
86662025-02-21T08:28:58.827Z[ recovery-image] Feb 21 08:28:57.432 INFO E| Downloaded libc v0.2.158
86672025-02-21T08:28:58.966Z[ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling proc-macro2 v1.0.86
86682025-02-21T08:28:58.967Z[ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling libc v0.2.158
86692025-02-21T08:28:58.970Z[ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling unicode-ident v1.0.13
86702025-02-21T08:28:58.970Z[ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling utf8parse v0.2.2
86712025-02-21T08:28:58.970Z[ recovery-image] Feb 21 08:28:57.569 INFO E| Compiling anstyle-query v1.1.1
86722025-02-21T08:28:58.970Z[ recovery-image] Feb 21 08:28:57.570 INFO E| Compiling anstyle v1.0.8
86732025-02-21T08:28:58.970Z[ recovery-image] Feb 21 08:28:57.570 INFO E| Compiling is_terminal_polyfill v1.70.1
86742025-02-21T08:28:58.970Z[ recovery-image] Feb 21 08:28:57.570 INFO E| Compiling colorchoice v1.0.2
86752025-02-21T08:28:59.582Z[ recovery-image] Feb 21 08:28:58.187 INFO E| Compiling anstyle-parse v0.2.5
86762025-02-21T08:28:59.582Z[ recovery-image] Feb 21 08:28:58.187 INFO E| Compiling clap_lex v0.7.2
86772025-02-21T08:28:59.901Z[ recovery-image] Feb 21 08:28:58.504 INFO E| Compiling strsim v0.11.1
86782025-02-21T08:28:59.958Z[ recovery-image] Feb 21 08:28:58.564 INFO E| Compiling heck v0.5.0
86792025-02-21T08:29:00.014Z[ recovery-image] Feb 21 08:28:58.619 INFO E| Compiling once_cell v1.19.0
86802025-02-21T08:29:00.205Z[ recovery-image] Feb 21 08:28:58.810 INFO E| Compiling anstream v0.6.15
86812025-02-21T08:29:00.883Z[ recovery-image] Feb 21 08:28:59.487 INFO E| Compiling clap_builder v4.5.17
86822025-02-21T08:29:01.682Z[ recovery-image] Feb 21 08:29:00.287 INFO E| Compiling os_pipe v1.2.1
86832025-02-21T08:29:01.812Z[ recovery-image] Feb 21 08:29:00.361 INFO E| Compiling shared_child v1.0.1
86842025-02-21T08:29:02.063Z[ recovery-image] Feb 21 08:29:00.669 INFO E| Compiling duct v0.13.7
86852025-02-21T08:29:02.437Z[ recovery-image] Feb 21 08:29:01.042 INFO E| Compiling quote v1.0.37
86862025-02-21T08:29:03.056Z[ recovery-image] Feb 21 08:29:01.662 INFO E| Compiling syn v2.0.77
86872025-02-21T08:29:11.912Z[ recovery-image] Feb 21 08:29:10.515 INFO E| Compiling clap_derive v4.5.13
86882025-02-21T08:29:16.058Z[ recovery-image] Feb 21 08:29:14.664 INFO E| Compiling clap v4.5.17
86892025-02-21T08:29:16.151Z[ recovery-image] Feb 21 08:29:14.757 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86902025-02-21T08:29:18.839Z[ recovery-image] Feb 21 08:29:17.444 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.27s
86912025-02-21T08:29:18.858Z[ recovery-image] Feb 21 08:29:17.463 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86922025-02-21T08:29:19.222Z[ recovery-image] Feb 21 08:29:17.827 INFO E| Updating crates.io index
86932025-02-21T08:29:19.358Z[ recovery-image] Feb 21 08:29:17.963 INFO E| Downloading crates ...
86942025-02-21T08:29:19.541Z[ recovery-image] Feb 21 08:29:18.146 INFO E| Downloaded seq-macro v0.3.5
86952025-02-21T08:29:19.544Z[ recovery-image] Feb 21 08:29:18.150 INFO E| Downloaded scroll_derive v0.12.0
86962025-02-21T08:29:19.555Z[ recovery-image] Feb 21 08:29:18.160 INFO E| Downloaded miniz_oxide v0.8.0
86972025-02-21T08:29:19.563Z[ recovery-image] Feb 21 08:29:18.168 INFO E| Downloaded bitstruct_derive v0.1.0
86982025-02-21T08:29:19.566Z[ recovery-image] Feb 21 08:29:18.171 INFO E| Downloaded bitstruct v0.1.1
86992025-02-21T08:29:19.571Z[ recovery-image] Feb 21 08:29:18.175 INFO E| Downloaded scroll v0.12.0
87002025-02-21T08:29:19.574Z[ recovery-image] Feb 21 08:29:18.177 INFO E| Downloaded cpio_reader v0.1.1
87012025-02-21T08:29:19.574Z[ recovery-image] Feb 21 08:29:18.179 INFO E| Downloaded bit_field v0.10.2
87022025-02-21T08:29:19.579Z[ recovery-image] Feb 21 08:29:18.181 INFO E| Downloaded adler2 v2.0.0
87032025-02-21T08:29:19.595Z[ recovery-image] Feb 21 08:29:18.197 INFO E| Downloaded proc-macro2 v1.0.89
87042025-02-21T08:29:19.610Z[ recovery-image] Feb 21 08:29:18.215 INFO E| Downloaded raw-cpuid v10.7.0
87052025-02-21T08:29:19.627Z[ recovery-image] Feb 21 08:29:18.233 INFO E| Downloaded goblin v0.8.2
87062025-02-21T08:29:19.638Z[ recovery-image] Feb 21 08:29:18.244 INFO E| Downloaded syn v2.0.85
87072025-02-21T08:29:19.862Z[ recovery-image] Feb 21 08:29:18.467 INFO E| Downloaded x86 v0.52.0
87082025-02-21T08:29:19.959Z[ recovery-image] Feb 21 08:29:18.565 INFO E| Updating crates.io index
87092025-02-21T08:29:20.113Z[ recovery-image] Feb 21 08:29:18.718 INFO E| Downloading crates ...
87102025-02-21T08:29:20.265Z[ recovery-image] Feb 21 08:29:18.870 INFO E| Downloaded rustc-demangle v0.1.24
87112025-02-21T08:29:20.268Z[ recovery-image] Feb 21 08:29:18.874 INFO E| Downloaded memchr v2.5.0
87122025-02-21T08:29:20.275Z[ recovery-image] Feb 21 08:29:18.880 INFO E| Downloaded allocator-api2 v0.2.18
87132025-02-21T08:29:20.280Z[ recovery-image] Feb 21 08:29:18.885 INFO E| Downloaded getopts v0.2.21
87142025-02-21T08:29:20.317Z[ recovery-image] Feb 21 08:29:18.922 INFO E| Downloaded hashbrown v0.15.0
87152025-02-21T08:29:20.325Z[ recovery-image] Feb 21 08:29:18.929 INFO E| Downloaded compiler_builtins v0.1.134
87162025-02-21T08:29:20.427Z[ recovery-image] Feb 21 08:29:19.032 INFO E| Downloaded libc v0.2.161
87172025-02-21T08:29:20.656Z[ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling compiler_builtins v0.1.134
87182025-02-21T08:29:20.656Z[ recovery-image] Feb 21 08:29:19.261 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)
87192025-02-21T08:29:20.659Z[ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling proc-macro2 v1.0.89
87202025-02-21T08:29:20.659Z[ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling unicode-ident v1.0.13
87212025-02-21T08:29:20.659Z[ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling syn v1.0.109
87222025-02-21T08:29:20.659Z[ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling x86 v0.52.0
87232025-02-21T08:29:20.659Z[ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87242025-02-21T08:29:20.659Z[ recovery-image] Feb 21 08:29:19.261 INFO E| Compiling seq-macro v0.3.5
87252025-02-21T08:29:22.273Z[ host-image] Feb 21 08:29:20.878 INFO O| seeding SMF database...
87262025-02-21T08:29:23.150Z[ recovery-image] Feb 21 08:29:21.755 INFO E| Compiling quote v1.0.37
87272025-02-21T08:29:23.519Z[ recovery-image] Feb 21 08:29:22.124 INFO E| Compiling syn v2.0.85
87282025-02-21T08:29:29.818Z[ recovery-image] Feb 21 08:29:28.424 INFO E| Compiling scroll_derive v0.12.0
87292025-02-21T08:29:35.776Z[ recovery-image] Feb 21 08:29:34.381 INFO E| Compiling bitstruct_derive v0.1.0
87302025-02-21T08:29:37.486Z[ host-image] Feb 21 08:29:36.091 INFO O| configuring SMF profile...
87312025-02-21T08:29:37.489Z[ host-image] Feb 21 08:29:36.091 INFO O| modifying shadow(5)...
87322025-02-21T08:29:37.489Z[ host-image] Feb 21 08:29:36.091 INFO O| loading user and group database...
87332025-02-21T08:29:37.489Z[ host-image] Feb 21 08:29:36.091 INFO O| assessing packaged files...
87342025-02-21T08:29:43.014Z[ host-image] Feb 21 08:29:41.618 INFO O| creating archive...
87352025-02-21T08:29:43.103Z[ host-image] Feb 21 08:29:41.708 INFO O| missing from packaging:
87362025-02-21T08:29:43.105Z[ host-image] Feb 21 08:29:41.708 INFO O| "etc/.pwd.lock"
87372025-02-21T08:29:43.105Z[ host-image] Feb 21 08:29:41.708 INFO O| "etc/bash"
87382025-02-21T08:29:43.112Z[ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/generic.xml"
87392025-02-21T08:29:43.112Z[ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/inetd_services.xml"
87402025-02-21T08:29:43.115Z[ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/name_service.xml"
87412025-02-21T08:29:43.115Z[ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/platform.xml"
87422025-02-21T08:29:43.115Z[ host-image] Feb 21 08:29:41.717 INFO O| "etc/svc/profile/platform_omicron1.xml"
87432025-02-21T08:29:43.115Z[ host-image] Feb 21 08:29:41.718 INFO O| "etc/svc/repository.db"
87442025-02-21T08:29:43.129Z[ host-image] Feb 21 08:29:41.734 INFO O| "opt/ooce/share"
87452025-02-21T08:29:43.129Z[ host-image] Feb 21 08:29:41.734 INFO O| "opt/ooce/share/man"
87462025-02-21T08:29:43.132Z[ host-image] Feb 21 08:29:41.734 INFO O| "opt/ooce/share/man/man1"
87472025-02-21T08:29:43.144Z[ host-image] Feb 21 08:29:41.749 INFO O| finishing archive...
87482025-02-21T08:29:47.480Z[ host-image] Feb 21 08:29:46.085 INFO O| creating gzonly manifest...
87492025-02-21T08:29:47.509Z[ host-image] Feb 21 08:29:46.115 INFO O| ok
87502025-02-21T08:29:47.696Z[ host-image] Feb 21 08:29:46.301 INFO image builder template: ramdisk-02-trim...
87512025-02-21T08:29:47.696Z[ host-image] Feb 21 08:29:46.301 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/.tmpDANt3T/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
87522025-02-21T08:29:47.737Z[ host-image] Feb 21 08:29:46.342 INFO O| Feb 21 08:29:46.341 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87532025-02-21T08:29:47.747Z[ host-image] Feb 21 08:29:46.352 INFO O| Feb 21 08:29:46.352 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87542025-02-21T08:29:47.981Z[ host-image] Feb 21 08:29:46.586 INFO O| Feb 21 08:29:46.586 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87552025-02-21T08:29:48.104Z[ host-image] Feb 21 08:29:46.709 INFO O| Feb 21 08:29:46.709 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87562025-02-21T08:29:48.107Z[ host-image] Feb 21 08:29:46.710 INFO O| Feb 21 08:29:46.710 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87572025-02-21T08:29:48.114Z[ host-image] Feb 21 08:29:46.719 INFO O| Feb 21 08:29:46.719 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87582025-02-21T08:29:48.135Z[ host-image] Feb 21 08:29:46.740 INFO O| Feb 21 08:29:46.740 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87592025-02-21T08:29:48.164Z[ host-image] Feb 21 08:29:46.767 INFO O| Feb 21 08:29:46.767 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87602025-02-21T08:29:48.542Z[ host-image] Feb 21 08:29:47.147 INFO O| Feb 21 08:29:47.147 INFO rolled back to input snapshot; work may begin
87612025-02-21T08:29:48.542Z[ host-image] Feb 21 08:29:47.148 INFO O| Feb 21 08:29:47.147 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87622025-02-21T08:29:48.552Z[ host-image] Feb 21 08:29:47.157 INFO O| Feb 21 08:29:47.157 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632025-02-21T08:29:48.570Z[ host-image] Feb 21 08:29:47.175 INFO O| Feb 21 08:29:47.175 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87642025-02-21T08:29:48.641Z[ host-image] Feb 21 08:29:47.246 INFO O| Feb 21 08:29:47.246 INFO STEP 0 (remove_files) COMPLETE
87652025-02-21T08:29:48.641Z[ host-image] Feb 21 08:29:47.246 INFO O| Feb 21 08:29:47.246 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662025-02-21T08:29:48.673Z[ host-image] Feb 21 08:29:47.278 INFO O| Feb 21 08:29:47.278 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87672025-02-21T08:29:48.676Z[ host-image] Feb 21 08:29:47.280 INFO O| Feb 21 08:29:47.280 INFO STEP 1 (remove_files) COMPLETE
87682025-02-21T08:29:48.676Z[ host-image] Feb 21 08:29:47.280 INFO O| Feb 21 08:29:47.280 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692025-02-21T08:29:48.731Z[ host-image] Feb 21 08:29:47.336 INFO O| Feb 21 08:29:47.336 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87702025-02-21T08:29:48.755Z[ host-image] Feb 21 08:29:47.359 INFO O| Feb 21 08:29:47.358 INFO STEP 2 (remove_files) COMPLETE
87712025-02-21T08:29:48.755Z[ host-image] Feb 21 08:29:47.359 INFO O| Feb 21 08:29:47.359 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722025-02-21T08:29:48.775Z[ host-image] Feb 21 08:29:47.380 INFO O| Feb 21 08:29:47.380 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87732025-02-21T08:29:48.778Z[ host-image] Feb 21 08:29:47.383 INFO O| Feb 21 08:29:47.383 INFO STEP 3 (remove_files) COMPLETE
87742025-02-21T08:29:48.778Z[ host-image] Feb 21 08:29:47.383 INFO O| Feb 21 08:29:47.383 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752025-02-21T08:29:48.810Z[ host-image] Feb 21 08:29:47.415 INFO O| Feb 21 08:29:47.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87762025-02-21T08:29:48.817Z[ host-image] Feb 21 08:29:47.421 INFO O| Feb 21 08:29:47.421 INFO STEP 4 (remove_files) COMPLETE
87772025-02-21T08:29:48.817Z[ host-image] Feb 21 08:29:47.422 INFO O| Feb 21 08:29:47.421 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782025-02-21T08:29:48.854Z[ host-image] Feb 21 08:29:47.458 INFO O| Feb 21 08:29:47.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87792025-02-21T08:29:48.858Z[ host-image] Feb 21 08:29:47.463 INFO O| Feb 21 08:29:47.463 INFO STEP 5 (remove_files) COMPLETE
87802025-02-21T08:29:48.858Z[ host-image] Feb 21 08:29:47.463 INFO O| Feb 21 08:29:47.463 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812025-02-21T08:29:48.880Z[ host-image] Feb 21 08:29:47.485 INFO O| Feb 21 08:29:47.485 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87822025-02-21T08:29:48.897Z[ host-image] Feb 21 08:29:47.502 INFO O| Feb 21 08:29:47.502 INFO STEP 6 (remove_files) COMPLETE
87832025-02-21T08:29:48.897Z[ host-image] Feb 21 08:29:47.502 INFO O| Feb 21 08:29:47.502 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842025-02-21T08:29:48.953Z[ host-image] Feb 21 08:29:47.558 INFO O| Feb 21 08:29:47.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87852025-02-21T08:29:48.972Z[ host-image] Feb 21 08:29:47.577 INFO O| Feb 21 08:29:47.577 INFO STEP 7 (remove_files) COMPLETE
87862025-02-21T08:29:48.972Z[ host-image] Feb 21 08:29:47.577 INFO O| Feb 21 08:29:47.577 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872025-02-21T08:29:49.004Z[ host-image] Feb 21 08:29:47.609 INFO O| Feb 21 08:29:47.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87882025-02-21T08:29:49.169Z[ host-image] Feb 21 08:29:47.774 INFO O| Feb 21 08:29:47.774 INFO STEP 8 (remove_files) COMPLETE
87892025-02-21T08:29:49.169Z[ host-image] Feb 21 08:29:47.774 INFO O| Feb 21 08:29:47.774 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902025-02-21T08:29:49.190Z[ host-image] Feb 21 08:29:47.795 INFO O| Feb 21 08:29:47.795 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87912025-02-21T08:29:49.371Z[ host-image] Feb 21 08:29:47.976 INFO O| Feb 21 08:29:47.976 INFO STEP 9 (remove_files) COMPLETE
87922025-02-21T08:29:49.371Z[ host-image] Feb 21 08:29:47.976 INFO O| Feb 21 08:29:47.976 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932025-02-21T08:29:49.391Z[ host-image] Feb 21 08:29:47.996 INFO O| Feb 21 08:29:47.996 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87942025-02-21T08:29:49.397Z[ host-image] Feb 21 08:29:48.002 INFO O| Feb 21 08:29:48.002 INFO STEP 10 (remove_files) COMPLETE
87952025-02-21T08:29:49.397Z[ host-image] Feb 21 08:29:48.002 INFO O| Feb 21 08:29:48.002 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962025-02-21T08:29:49.455Z[ host-image] Feb 21 08:29:48.060 INFO O| Feb 21 08:29:48.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87972025-02-21T08:29:49.458Z[ host-image] Feb 21 08:29:48.061 INFO O| Feb 21 08:29:48.061 INFO STEP 11 (remove_files) COMPLETE
87982025-02-21T08:29:49.458Z[ host-image] Feb 21 08:29:48.061 INFO O| Feb 21 08:29:48.061 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992025-02-21T08:29:49.476Z[ host-image] Feb 21 08:29:48.081 INFO O| Feb 21 08:29:48.081 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88002025-02-21T08:29:49.479Z[ host-image] Feb 21 08:29:48.084 INFO O| Feb 21 08:29:48.084 INFO STEP 12 (remove_files) COMPLETE
88012025-02-21T08:29:49.479Z[ host-image] Feb 21 08:29:48.084 INFO O| Feb 21 08:29:48.084 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022025-02-21T08:29:49.516Z[ host-image] Feb 21 08:29:48.121 INFO O| Feb 21 08:29:48.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88032025-02-21T08:29:49.519Z[ host-image] Feb 21 08:29:48.122 INFO O| Feb 21 08:29:48.121 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88042025-02-21T08:29:49.524Z[ host-image] Feb 21 08:29:48.122 INFO O| Feb 21 08:29:48.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88052025-02-21T08:29:49.524Z[ host-image] Feb 21 08:29:48.122 INFO O| Feb 21 08:29:48.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88062025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88072025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88082025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88092025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.123 INFO O| Feb 21 08:29:48.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88102025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88112025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88122025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88132025-02-21T08:29:49.527Z[ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88142025-02-21T08:29:49.528Z[ host-image] Feb 21 08:29:48.124 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88152025-02-21T08:29:49.528Z[ host-image] Feb 21 08:29:48.125 INFO O| Feb 21 08:29:48.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88162025-02-21T08:29:49.528Z[ host-image] Feb 21 08:29:48.125 INFO O| Feb 21 08:29:48.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88172025-02-21T08:29:49.528Z[ host-image] Feb 21 08:29:48.125 INFO O| Feb 21 08:29:48.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88182025-02-21T08:29:49.528Z[ host-image] Feb 21 08:29:48.126 INFO O| Feb 21 08:29:48.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88192025-02-21T08:29:49.609Z[ host-image] Feb 21 08:29:48.214 INFO O| Feb 21 08:29:48.214 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88202025-02-21T08:29:49.612Z[ host-image] Feb 21 08:29:48.215 INFO O| Feb 21 08:29:48.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88212025-02-21T08:29:49.638Z[ host-image] Feb 21 08:29:48.242 INFO O| Feb 21 08:29:48.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88222025-02-21T08:29:49.704Z[ host-image] Feb 21 08:29:48.307 INFO O| Feb 21 08:29:48.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88232025-02-21T08:29:50.269Z[ host-image] Feb 21 08:29:48.874 INFO O| Feb 21 08:29:48.874 INFO STEP 13 (remove_files) COMPLETE
88242025-02-21T08:29:50.269Z[ host-image] Feb 21 08:29:48.874 INFO O| Feb 21 08:29:48.874 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252025-02-21T08:29:50.308Z[ host-image] Feb 21 08:29:48.911 INFO O| Feb 21 08:29:48.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88262025-02-21T08:29:50.327Z[ host-image] Feb 21 08:29:48.914 INFO O| Feb 21 08:29:48.914 INFO STEP 14 (remove_files) COMPLETE
88272025-02-21T08:29:50.327Z[ host-image] Feb 21 08:29:48.914 INFO O| Feb 21 08:29:48.914 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282025-02-21T08:29:50.330Z[ host-image] Feb 21 08:29:48.935 INFO O| Feb 21 08:29:48.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88292025-02-21T08:29:50.341Z[ host-image] Feb 21 08:29:48.946 INFO O| Feb 21 08:29:48.946 INFO STEP 15 (remove_files) COMPLETE
88302025-02-21T08:29:50.341Z[ host-image] Feb 21 08:29:48.946 INFO O| Feb 21 08:29:48.946 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312025-02-21T08:29:50.406Z[ host-image] Feb 21 08:29:49.008 INFO O| Feb 21 08:29:49.007 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88322025-02-21T08:29:50.409Z[ host-image] Feb 21 08:29:49.008 INFO O| Feb 21 08:29:49.008 INFO STEP 16 (remove_files) COMPLETE
88332025-02-21T08:29:50.409Z[ host-image] Feb 21 08:29:49.008 INFO O| Feb 21 08:29:49.008 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342025-02-21T08:29:50.466Z[ host-image] Feb 21 08:29:49.071 INFO O| Feb 21 08:29:49.071 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88352025-02-21T08:29:50.469Z[ host-image] Feb 21 08:29:49.074 INFO O| Feb 21 08:29:49.074 INFO STEP 17 (remove_files) COMPLETE
88362025-02-21T08:29:50.469Z[ host-image] Feb 21 08:29:49.074 INFO O| Feb 21 08:29:49.074 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372025-02-21T08:29:50.536Z[ host-image] Feb 21 08:29:49.142 INFO O| Feb 21 08:29:49.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88382025-02-21T08:29:50.539Z[ host-image] Feb 21 08:29:49.142 INFO O| Feb 21 08:29:49.142 INFO STEP 18 (remove_files) COMPLETE
88392025-02-21T08:29:50.539Z[ host-image] Feb 21 08:29:49.142 INFO O| Feb 21 08:29:49.142 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402025-02-21T08:29:50.557Z[ host-image] Feb 21 08:29:49.162 INFO O| Feb 21 08:29:49.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88412025-02-21T08:29:50.557Z[ host-image] Feb 21 08:29:49.162 INFO O| Feb 21 08:29:49.162 INFO STEP 19 (remove_files) COMPLETE
88422025-02-21T08:29:50.561Z[ host-image] Feb 21 08:29:49.162 INFO O| Feb 21 08:29:49.162 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432025-02-21T08:29:50.616Z[ host-image] Feb 21 08:29:49.221 INFO O| Feb 21 08:29:49.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88442025-02-21T08:29:50.616Z[ host-image] Feb 21 08:29:49.221 INFO O| Feb 21 08:29:49.221 INFO STEP 20 (remove_files) COMPLETE
88452025-02-21T08:29:50.619Z[ host-image] Feb 21 08:29:49.221 INFO O| Feb 21 08:29:49.221 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462025-02-21T08:29:50.693Z[ host-image] Feb 21 08:29:49.278 INFO O| Feb 21 08:29:49.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88472025-02-21T08:29:50.693Z[ host-image] Feb 21 08:29:49.278 INFO O| Feb 21 08:29:49.278 INFO STEP 21 (remove_files) COMPLETE
88482025-02-21T08:29:50.693Z[ host-image] Feb 21 08:29:49.278 INFO O| Feb 21 08:29:49.278 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492025-02-21T08:29:50.696Z[ host-image] Feb 21 08:29:49.298 INFO O| Feb 21 08:29:49.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88502025-02-21T08:29:50.696Z[ host-image] Feb 21 08:29:49.298 INFO O| Feb 21 08:29:49.298 INFO STEP 22 (remove_files) COMPLETE
88512025-02-21T08:29:50.696Z[ host-image] Feb 21 08:29:49.298 INFO O| Feb 21 08:29:49.298 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522025-02-21T08:29:50.727Z[ host-image] Feb 21 08:29:49.332 INFO O| Feb 21 08:29:49.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88532025-02-21T08:29:50.728Z[ host-image] Feb 21 08:29:49.333 INFO O| Feb 21 08:29:49.333 INFO STEP 23 (remove_files) COMPLETE
88542025-02-21T08:29:50.730Z[ host-image] Feb 21 08:29:49.333 INFO O| Feb 21 08:29:49.333 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552025-02-21T08:29:50.747Z[ host-image] Feb 21 08:29:49.352 INFO O| Feb 21 08:29:49.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88562025-02-21T08:29:50.750Z[ host-image] Feb 21 08:29:49.352 INFO O| Feb 21 08:29:49.352 INFO STEP 24 (remove_files) COMPLETE
88572025-02-21T08:29:50.750Z[ host-image] Feb 21 08:29:49.352 INFO O| Feb 21 08:29:49.352 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582025-02-21T08:29:50.778Z[ host-image] Feb 21 08:29:49.383 INFO O| Feb 21 08:29:49.383 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88592025-02-21T08:29:50.779Z[ host-image] Feb 21 08:29:49.383 INFO O| Feb 21 08:29:49.383 INFO STEP 25 (remove_files) COMPLETE
88602025-02-21T08:29:50.779Z[ host-image] Feb 21 08:29:49.383 INFO O| Feb 21 08:29:49.383 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612025-02-21T08:29:50.839Z[ host-image] Feb 21 08:29:49.443 INFO O| Feb 21 08:29:49.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88622025-02-21T08:29:50.839Z[ host-image] Feb 21 08:29:49.443 INFO O| Feb 21 08:29:49.443 INFO STEP 26 (remove_files) COMPLETE
88632025-02-21T08:29:50.839Z[ host-image] Feb 21 08:29:49.443 INFO O| Feb 21 08:29:49.443 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642025-02-21T08:29:50.877Z[ host-image] Feb 21 08:29:49.482 INFO O| Feb 21 08:29:49.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88652025-02-21T08:29:50.877Z[ host-image] Feb 21 08:29:49.482 INFO O| Feb 21 08:29:49.482 INFO STEP 27 (remove_files) COMPLETE
88662025-02-21T08:29:50.882Z[ host-image] Feb 21 08:29:49.482 INFO O| Feb 21 08:29:49.482 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672025-02-21T08:29:50.935Z[ host-image] Feb 21 08:29:49.541 INFO O| Feb 21 08:29:49.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88682025-02-21T08:29:50.935Z[ host-image] Feb 21 08:29:49.541 INFO O| Feb 21 08:29:49.541 INFO STEP 28 (remove_files) COMPLETE
88692025-02-21T08:29:50.936Z[ host-image] Feb 21 08:29:49.541 INFO O| Feb 21 08:29:49.541 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702025-02-21T08:29:50.955Z[ host-image] Feb 21 08:29:49.560 INFO O| Feb 21 08:29:49.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88712025-02-21T08:29:50.955Z[ host-image] Feb 21 08:29:49.560 INFO O| Feb 21 08:29:49.560 INFO STEP 29 (remove_files) COMPLETE
88722025-02-21T08:29:50.955Z[ host-image] Feb 21 08:29:49.560 INFO O| Feb 21 08:29:49.560 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732025-02-21T08:29:50.974Z[ host-image] Feb 21 08:29:49.579 INFO O| Feb 21 08:29:49.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88742025-02-21T08:29:50.978Z[ host-image] Feb 21 08:29:49.579 INFO O| Feb 21 08:29:49.579 INFO STEP 30 (remove_files) COMPLETE
88752025-02-21T08:29:50.978Z[ host-image] Feb 21 08:29:49.580 INFO O| Feb 21 08:29:49.579 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762025-02-21T08:29:50.994Z[ host-image] Feb 21 08:29:49.599 INFO O| Feb 21 08:29:49.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88772025-02-21T08:29:50.994Z[ host-image] Feb 21 08:29:49.599 INFO O| Feb 21 08:29:49.599 INFO STEP 31 (remove_files) COMPLETE
88782025-02-21T08:29:50.997Z[ host-image] Feb 21 08:29:49.599 INFO O| Feb 21 08:29:49.599 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792025-02-21T08:29:51.031Z[ host-image] Feb 21 08:29:49.635 INFO O| Feb 21 08:29:49.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88802025-02-21T08:29:51.031Z[ host-image] Feb 21 08:29:49.635 INFO O| Feb 21 08:29:49.635 INFO STEP 32 (remove_files) COMPLETE
88812025-02-21T08:29:51.034Z[ host-image] Feb 21 08:29:49.635 INFO O| Feb 21 08:29:49.635 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822025-02-21T08:29:51.050Z[ host-image] Feb 21 08:29:49.655 INFO O| Feb 21 08:29:49.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88832025-02-21T08:29:51.050Z[ host-image] Feb 21 08:29:49.655 INFO O| Feb 21 08:29:49.655 INFO STEP 33 (remove_files) COMPLETE
88842025-02-21T08:29:51.053Z[ host-image] Feb 21 08:29:49.655 INFO O| Feb 21 08:29:49.655 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852025-02-21T08:29:51.070Z[ host-image] Feb 21 08:29:49.675 INFO O| Feb 21 08:29:49.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88862025-02-21T08:29:51.070Z[ host-image] Feb 21 08:29:49.675 INFO O| Feb 21 08:29:49.675 INFO STEP 34 (remove_files) COMPLETE
88872025-02-21T08:29:51.070Z[ host-image] Feb 21 08:29:49.675 INFO O| Feb 21 08:29:49.675 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882025-02-21T08:29:51.109Z[ host-image] Feb 21 08:29:49.713 INFO O| Feb 21 08:29:49.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88892025-02-21T08:29:51.112Z[ host-image] Feb 21 08:29:49.713 INFO O| Feb 21 08:29:49.713 INFO STEP 35 (remove_files) COMPLETE
88902025-02-21T08:29:51.112Z[ host-image] Feb 21 08:29:49.713 INFO O| Feb 21 08:29:49.713 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912025-02-21T08:29:51.142Z[ host-image] Feb 21 08:29:49.747 INFO O| Feb 21 08:29:49.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88922025-02-21T08:29:51.142Z[ host-image] Feb 21 08:29:49.747 INFO O| Feb 21 08:29:49.747 INFO STEP 36 (remove_files) COMPLETE
88932025-02-21T08:29:51.142Z[ host-image] Feb 21 08:29:49.747 INFO O| Feb 21 08:29:49.747 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942025-02-21T08:29:51.170Z[ host-image] Feb 21 08:29:49.774 INFO O| Feb 21 08:29:49.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88952025-02-21T08:29:51.173Z[ host-image] Feb 21 08:29:49.774 INFO O| Feb 21 08:29:49.774 INFO STEP 37 (remove_files) COMPLETE
88962025-02-21T08:29:51.173Z[ host-image] Feb 21 08:29:49.774 INFO O| Feb 21 08:29:49.774 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972025-02-21T08:29:51.226Z[ host-image] Feb 21 08:29:49.831 INFO O| Feb 21 08:29:49.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88982025-02-21T08:29:51.231Z[ host-image] Feb 21 08:29:49.832 INFO O| Feb 21 08:29:49.831 INFO STEP 38 (remove_files) COMPLETE
88992025-02-21T08:29:51.231Z[ host-image] Feb 21 08:29:49.832 INFO O| Feb 21 08:29:49.831 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002025-02-21T08:29:51.247Z[ host-image] Feb 21 08:29:49.852 INFO O| Feb 21 08:29:49.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89012025-02-21T08:29:51.249Z[ host-image] Feb 21 08:29:49.852 INFO O| Feb 21 08:29:49.852 INFO STEP 39 (remove_files) COMPLETE
89022025-02-21T08:29:51.249Z[ host-image] Feb 21 08:29:49.852 INFO O| Feb 21 08:29:49.852 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032025-02-21T08:29:51.348Z[ host-image] Feb 21 08:29:49.953 INFO O| Feb 21 08:29:49.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89042025-02-21T08:29:51.348Z[ host-image] Feb 21 08:29:49.953 INFO O| Feb 21 08:29:49.953 INFO STEP 40 (remove_files) COMPLETE
89052025-02-21T08:29:51.351Z[ host-image] Feb 21 08:29:49.953 INFO O| Feb 21 08:29:49.953 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062025-02-21T08:29:51.368Z[ host-image] Feb 21 08:29:49.973 INFO O| Feb 21 08:29:49.973 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89072025-02-21T08:29:51.371Z[ host-image] Feb 21 08:29:49.973 INFO O| Feb 21 08:29:49.973 INFO STEP 41 (remove_files) COMPLETE
89082025-02-21T08:29:51.371Z[ host-image] Feb 21 08:29:49.973 INFO O| Feb 21 08:29:49.973 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092025-02-21T08:29:51.388Z[ host-image] Feb 21 08:29:49.993 INFO O| Feb 21 08:29:49.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89102025-02-21T08:29:51.391Z[ host-image] Feb 21 08:29:49.994 INFO O| Feb 21 08:29:49.994 INFO STEP 42 (remove_files) COMPLETE
89112025-02-21T08:29:51.391Z[ host-image] Feb 21 08:29:49.994 INFO O| Feb 21 08:29:49.994 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122025-02-21T08:29:51.411Z[ host-image] Feb 21 08:29:50.016 INFO O| Feb 21 08:29:50.016 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89132025-02-21T08:29:51.411Z[ host-image] Feb 21 08:29:50.016 INFO O| Feb 21 08:29:50.016 INFO STEP 43 (remove_files) COMPLETE
89142025-02-21T08:29:51.411Z[ host-image] Feb 21 08:29:50.016 INFO O| Feb 21 08:29:50.016 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152025-02-21T08:29:51.473Z[ host-image] Feb 21 08:29:50.078 INFO O| Feb 21 08:29:50.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89162025-02-21T08:29:51.473Z[ host-image] Feb 21 08:29:50.078 INFO O| Feb 21 08:29:50.078 INFO STEP 44 (remove_files) COMPLETE
89172025-02-21T08:29:51.473Z[ host-image] Feb 21 08:29:50.078 INFO O| Feb 21 08:29:50.078 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182025-02-21T08:29:51.494Z[ host-image] Feb 21 08:29:50.099 INFO O| Feb 21 08:29:50.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89192025-02-21T08:29:51.494Z[ host-image] Feb 21 08:29:50.099 INFO O| Feb 21 08:29:50.099 INFO STEP 45 (remove_files) COMPLETE
89202025-02-21T08:29:51.494Z[ host-image] Feb 21 08:29:50.099 INFO O| Feb 21 08:29:50.099 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212025-02-21T08:29:51.513Z[ host-image] Feb 21 08:29:50.118 INFO O| Feb 21 08:29:50.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89222025-02-21T08:29:51.513Z[ host-image] Feb 21 08:29:50.118 INFO O| Feb 21 08:29:50.118 INFO STEP 46 (remove_files) COMPLETE
89232025-02-21T08:29:51.516Z[ host-image] Feb 21 08:29:50.118 INFO O| Feb 21 08:29:50.118 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242025-02-21T08:29:51.543Z[ host-image] Feb 21 08:29:50.148 INFO O| Feb 21 08:29:50.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89252025-02-21T08:29:51.543Z[ host-image] Feb 21 08:29:50.148 INFO O| Feb 21 08:29:50.148 INFO STEP 47 (remove_files) COMPLETE
89262025-02-21T08:29:51.546Z[ host-image] Feb 21 08:29:50.148 INFO O| Feb 21 08:29:50.148 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272025-02-21T08:29:51.583Z[ host-image] Feb 21 08:29:50.188 INFO O| Feb 21 08:29:50.188 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89282025-02-21T08:29:51.583Z[ host-image] Feb 21 08:29:50.188 INFO O| Feb 21 08:29:50.188 INFO STEP 48 (remove_files) COMPLETE
89292025-02-21T08:29:51.583Z[ host-image] Feb 21 08:29:50.188 INFO O| Feb 21 08:29:50.188 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302025-02-21T08:29:51.611Z[ host-image] Feb 21 08:29:50.217 INFO O| Feb 21 08:29:50.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89312025-02-21T08:29:51.614Z[ host-image] Feb 21 08:29:50.217 INFO O| Feb 21 08:29:50.217 INFO STEP 49 (remove_files) COMPLETE
89322025-02-21T08:29:51.614Z[ host-image] Feb 21 08:29:50.217 INFO O| Feb 21 08:29:50.217 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332025-02-21T08:29:51.631Z[ host-image] Feb 21 08:29:50.236 INFO O| Feb 21 08:29:50.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89342025-02-21T08:29:51.634Z[ host-image] Feb 21 08:29:50.236 INFO O| Feb 21 08:29:50.236 INFO STEP 50 (remove_files) COMPLETE
89352025-02-21T08:29:51.634Z[ host-image] Feb 21 08:29:50.236 INFO O| Feb 21 08:29:50.236 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362025-02-21T08:29:51.661Z[ host-image] Feb 21 08:29:50.266 INFO O| Feb 21 08:29:50.266 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89372025-02-21T08:29:51.661Z[ host-image] Feb 21 08:29:50.266 INFO O| Feb 21 08:29:50.266 INFO STEP 51 (remove_files) COMPLETE
89382025-02-21T08:29:51.663Z[ host-image] Feb 21 08:29:50.266 INFO O| Feb 21 08:29:50.266 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392025-02-21T08:29:51.679Z[ host-image] Feb 21 08:29:50.284 INFO O| Feb 21 08:29:50.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89402025-02-21T08:29:51.679Z[ host-image] Feb 21 08:29:50.284 INFO O| Feb 21 08:29:50.284 INFO STEP 52 (remove_files) COMPLETE
89412025-02-21T08:29:51.682Z[ host-image] Feb 21 08:29:50.284 INFO O| Feb 21 08:29:50.284 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422025-02-21T08:29:51.714Z[ host-image] Feb 21 08:29:50.319 INFO O| Feb 21 08:29:50.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89432025-02-21T08:29:51.717Z[ host-image] Feb 21 08:29:50.319 INFO O| Feb 21 08:29:50.319 INFO STEP 53 (remove_files) COMPLETE
89442025-02-21T08:29:51.717Z[ host-image] Feb 21 08:29:50.319 INFO O| Feb 21 08:29:50.319 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452025-02-21T08:29:51.745Z[ host-image] Feb 21 08:29:50.350 INFO O| Feb 21 08:29:50.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89462025-02-21T08:29:51.745Z[ host-image] Feb 21 08:29:50.350 INFO O| Feb 21 08:29:50.350 INFO STEP 54 (remove_files) COMPLETE
89472025-02-21T08:29:51.748Z[ host-image] Feb 21 08:29:50.350 INFO O| Feb 21 08:29:50.350 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482025-02-21T08:29:51.787Z[ host-image] Feb 21 08:29:50.392 INFO O| Feb 21 08:29:50.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89492025-02-21T08:29:51.790Z[ host-image] Feb 21 08:29:50.393 INFO O| Feb 21 08:29:50.392 INFO STEP 55 (remove_files) COMPLETE
89502025-02-21T08:29:51.790Z[ host-image] Feb 21 08:29:50.393 INFO O| Feb 21 08:29:50.393 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512025-02-21T08:29:51.808Z[ host-image] Feb 21 08:29:50.413 INFO O| Feb 21 08:29:50.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89522025-02-21T08:29:51.811Z[ host-image] Feb 21 08:29:50.413 INFO O| Feb 21 08:29:50.413 INFO STEP 56 (remove_files) COMPLETE
89532025-02-21T08:29:51.811Z[ host-image] Feb 21 08:29:50.413 INFO O| Feb 21 08:29:50.413 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542025-02-21T08:29:51.850Z[ host-image] Feb 21 08:29:50.455 INFO O| Feb 21 08:29:50.455 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89552025-02-21T08:29:51.850Z[ host-image] Feb 21 08:29:50.455 INFO O| Feb 21 08:29:50.455 INFO STEP 57 (remove_files) COMPLETE
89562025-02-21T08:29:51.853Z[ host-image] Feb 21 08:29:50.455 INFO O| Feb 21 08:29:50.455 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572025-02-21T08:29:51.918Z[ host-image] Feb 21 08:29:50.523 INFO O| Feb 21 08:29:50.523 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89582025-02-21T08:29:51.918Z[ host-image] Feb 21 08:29:50.523 INFO O| Feb 21 08:29:50.523 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89592025-02-21T08:29:51.921Z[ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.523 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89602025-02-21T08:29:51.922Z[ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89612025-02-21T08:29:51.922Z[ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89622025-02-21T08:29:51.922Z[ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89632025-02-21T08:29:51.922Z[ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO ok!
89642025-02-21T08:29:51.922Z[ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO STEP 58 (ensure_file) COMPLETE
89652025-02-21T08:29:51.922Z[ host-image] Feb 21 08:29:50.524 INFO O| Feb 21 08:29:50.524 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662025-02-21T08:29:51.983Z[ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89672025-02-21T08:29:51.983Z[ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89682025-02-21T08:29:51.987Z[ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89692025-02-21T08:29:51.987Z[ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89702025-02-21T08:29:51.987Z[ host-image] Feb 21 08:29:50.588 INFO O| Feb 21 08:29:50.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89712025-02-21T08:29:51.987Z[ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89722025-02-21T08:29:51.987Z[ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO ok!
89732025-02-21T08:29:51.987Z[ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO STEP 59 (ensure_file) COMPLETE
89742025-02-21T08:29:51.988Z[ host-image] Feb 21 08:29:50.589 INFO O| Feb 21 08:29:50.589 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752025-02-21T08:29:52.004Z[ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89762025-02-21T08:29:52.004Z[ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89772025-02-21T08:29:52.004Z[ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89782025-02-21T08:29:52.007Z[ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO ok!
89792025-02-21T08:29:52.007Z[ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO STEP 60 (ensure_file) COMPLETE
89802025-02-21T08:29:52.007Z[ host-image] Feb 21 08:29:50.609 INFO O| Feb 21 08:29:50.609 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812025-02-21T08:29:52.022Z[ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89822025-02-21T08:29:52.022Z[ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89832025-02-21T08:29:52.025Z[ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89842025-02-21T08:29:52.025Z[ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO ok!
89852025-02-21T08:29:52.025Z[ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO STEP 61 (ensure_file) COMPLETE
89862025-02-21T08:29:52.025Z[ host-image] Feb 21 08:29:50.627 INFO O| Feb 21 08:29:50.627 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872025-02-21T08:29:52.039Z[ host-image] Feb 21 08:29:50.644 INFO O| Feb 21 08:29:50.644 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89882025-02-21T08:29:52.039Z[ host-image] Feb 21 08:29:50.644 INFO O| Feb 21 08:29:50.644 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89892025-02-21T08:29:52.042Z[ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.644 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89902025-02-21T08:29:52.042Z[ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89912025-02-21T08:29:52.042Z[ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO ok!
89922025-02-21T08:29:52.043Z[ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO STEP 62 (ensure_file) COMPLETE
89932025-02-21T08:29:52.043Z[ host-image] Feb 21 08:29:50.645 INFO O| Feb 21 08:29:50.645 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942025-02-21T08:29:52.058Z[ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89952025-02-21T08:29:52.059Z[ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89962025-02-21T08:29:52.059Z[ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89972025-02-21T08:29:52.059Z[ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89982025-02-21T08:29:52.063Z[ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO ok!
89992025-02-21T08:29:52.063Z[ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO STEP 63 (ensure_file) COMPLETE
90002025-02-21T08:29:52.063Z[ host-image] Feb 21 08:29:50.663 INFO O| Feb 21 08:29:50.663 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012025-02-21T08:29:52.137Z[ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90022025-02-21T08:29:52.137Z[ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90032025-02-21T08:29:52.137Z[ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90042025-02-21T08:29:52.140Z[ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO ok!
90052025-02-21T08:29:52.140Z[ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO STEP 64 (assemble_files) COMPLETE
90062025-02-21T08:29:52.140Z[ host-image] Feb 21 08:29:50.741 INFO O| Feb 21 08:29:50.741 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072025-02-21T08:29:52.156Z[ host-image] Feb 21 08:29:50.761 INFO O| Feb 21 08:29:50.761 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90082025-02-21T08:29:52.157Z[ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.761 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90092025-02-21T08:29:52.157Z[ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90102025-02-21T08:29:52.160Z[ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90112025-02-21T08:29:52.160Z[ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO ok!
90122025-02-21T08:29:52.160Z[ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO STEP 65 (ensure_file) COMPLETE
90132025-02-21T08:29:52.160Z[ host-image] Feb 21 08:29:50.762 INFO O| Feb 21 08:29:50.762 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142025-02-21T08:29:52.177Z[ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90152025-02-21T08:29:52.177Z[ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90162025-02-21T08:29:52.177Z[ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90172025-02-21T08:29:52.180Z[ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO STEP 66 (ensure_dir) COMPLETE
90182025-02-21T08:29:52.180Z[ host-image] Feb 21 08:29:50.782 INFO O| Feb 21 08:29:50.782 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192025-02-21T08:29:52.195Z[ host-image] Feb 21 08:29:50.800 INFO O| Feb 21 08:29:50.800 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90202025-02-21T08:29:52.195Z[ host-image] Feb 21 08:29:50.800 INFO O| Feb 21 08:29:50.800 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 ...
90212025-02-21T08:29:52.204Z[ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 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
90222025-02-21T08:29:52.207Z[ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90232025-02-21T08:29:52.208Z[ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO ok!
90242025-02-21T08:29:52.208Z[ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO STEP 67 (ensure_file) COMPLETE
90252025-02-21T08:29:52.208Z[ host-image] Feb 21 08:29:50.809 INFO O| Feb 21 08:29:50.809 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262025-02-21T08:29:52.223Z[ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90272025-02-21T08:29:52.223Z[ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 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 ...
90282025-02-21T08:29:52.225Z[ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 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
90292025-02-21T08:29:52.225Z[ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90302025-02-21T08:29:52.225Z[ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO ok!
90312025-02-21T08:29:52.226Z[ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO STEP 68 (ensure_file) COMPLETE
90322025-02-21T08:29:52.226Z[ host-image] Feb 21 08:29:50.828 INFO O| Feb 21 08:29:50.828 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90332025-02-21T08:29:52.271Z[ host-image] Feb 21 08:29:50.876 INFO O| Feb 21 08:29:50.875 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90342025-02-21T08:29:52.271Z[ host-image] Feb 21 08:29:50.876 INFO O| Feb 21 08:29:50.876 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90352025-02-21T08:29:56.172Z[ host-image] Feb 21 08:29:54.777 INFO O| Feb 21 08:29:54.777 INFO STEP 69 (pack_tar) COMPLETE
90362025-02-21T08:29:56.172Z[ host-image] Feb 21 08:29:54.777 INFO O| Feb 21 08:29:54.777 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90372025-02-21T08:29:56.175Z[ host-image] Feb 21 08:29:54.777 INFO O| Feb 21 08:29:54.777 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90382025-02-21T08:29:56.671Z[ host-image] Feb 21 08:29:55.276 INFO O| Feb 21 08:29:55.276 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90392025-02-21T08:29:56.786Z[ host-image] Feb 21 08:29:55.391 INFO O| Feb 21 08:29:55.391 INFO completed processing gimlet/ramdisk-02-trim
90402025-02-21T08:29:56.789Z[ host-image] Feb 21 08:29:55.394 INFO image builder template: zfs...
90412025-02-21T08:29:56.792Z[ host-image] Feb 21 08:29:55.394 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/.tmpDANt3T/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
90422025-02-21T08:29:56.812Z[ host-image] Feb 21 08:29:55.417 INFO O| Feb 21 08:29:55.416 INFO skip include "stress" because feature "stress" is not enabled
90432025-02-21T08:29:56.881Z[ host-image] Feb 21 08:29:55.485 INFO O| Feb 21 08:29:55.485 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90442025-02-21T08:29:56.889Z[ host-image] Feb 21 08:29:55.494 INFO O| Feb 21 08:29:55.494 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90452025-02-21T08:29:57.021Z[ host-image] Feb 21 08:29:55.625 INFO O| Feb 21 08:29:55.625 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90462025-02-21T08:29:57.150Z[ host-image] Feb 21 08:29:55.754 INFO O| Feb 21 08:29:55.754 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90472025-02-21T08:29:57.150Z[ host-image] Feb 21 08:29:55.755 INFO O| Feb 21 08:29:55.755 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90482025-02-21T08:29:57.175Z[ host-image] Feb 21 08:29:55.779 INFO O| Feb 21 08:29:55.779 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90492025-02-21T08:29:57.384Z[ host-image] Feb 21 08:29:55.989 INFO O| Feb 21 08:29:55.989 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90502025-02-21T08:29:57.498Z[ host-image] Feb 21 08:29:56.103 INFO O| Feb 21 08:29:56.103 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90512025-02-21T08:29:57.536Z[ host-image] Feb 21 08:29:56.141 INFO O| Feb 21 08:29:56.141 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90522025-02-21T08:29:57.545Z[ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.150 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90532025-02-21T08:29:57.546Z[ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.151 INFO no lofi found
90542025-02-21T08:29:57.548Z[ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.151 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90552025-02-21T08:29:57.548Z[ host-image] Feb 21 08:29:56.151 INFO O| Feb 21 08:29:56.151 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90562025-02-21T08:29:59.408Z[ host-image] Feb 21 08:29:58.012 INFO O| Feb 21 08:29:58.012 INFO lofi device = /dev/dsk/c2t1d0p0
90572025-02-21T08:29:59.408Z[ host-image] Feb 21 08:29:58.013 INFO O| Feb 21 08:29:58.012 INFO pool device = /dev/dsk/c2t1d0p0
90582025-02-21T08:29:59.411Z[ host-image] Feb 21 08:29:58.013 INFO O| Feb 21 08:29:58.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"]
90592025-02-21T08:29:59.630Z[ host-image] Feb 21 08:29:58.235 INFO O| Feb 21 08:29:58.235 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602025-02-21T08:29:59.630Z[ host-image] Feb 21 08:29:58.235 INFO O| Feb 21 08:29:58.235 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90612025-02-21T08:29:59.661Z[ host-image] Feb 21 08:29:58.266 INFO O| Feb 21 08:29:58.266 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90622025-02-21T08:29:59.805Z[ host-image] Feb 21 08:29:58.410 INFO O| Feb 21 08:29:58.410 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90632025-02-21T08:29:59.897Z[ host-image] Feb 21 08:29:58.502 INFO O| Feb 21 08:29:58.502 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90642025-02-21T08:29:59.927Z[ host-image] Feb 21 08:29:58.532 INFO O| Feb 21 08:29:58.531 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90652025-02-21T08:29:59.948Z[ host-image] Feb 21 08:29:58.553 INFO O| Feb 21 08:29:58.553 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90662025-02-21T08:30:00.049Z[ host-image] Feb 21 08:29:58.653 INFO O| Feb 21 08:29:58.653 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90672025-02-21T08:30:00.052Z[ host-image] Feb 21 08:29:58.654 INFO O| Feb 21 08:29:58.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90682025-02-21T08:30:00.052Z[ host-image] Feb 21 08:29:58.654 INFO O| Feb 21 08:29:58.654 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90692025-02-21T08:30:00.070Z[ host-image] Feb 21 08:29:58.675 INFO O| Feb 21 08:29:58.675 INFO boot environment UUID: 2dafe8fd-f96d-4cef-9a78-2b5f18b517fb
90702025-02-21T08:30:00.070Z[ host-image] Feb 21 08:29:58.675 INFO O| Feb 21 08:29:58.675 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2dafe8fd-f96d-4cef-9a78-2b5f18b517fb
90712025-02-21T08:30:00.129Z[ host-image] Feb 21 08:29:58.734 INFO O| Feb 21 08:29:58.734 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90722025-02-21T08:30:00.194Z[ host-image] Feb 21 08:29:58.799 INFO O| Feb 21 08:29:58.799 INFO STEP 0 (create_be) COMPLETE
90732025-02-21T08:30:00.194Z[ host-image] Feb 21 08:29:58.799 INFO O| Feb 21 08:29:58.799 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90742025-02-21T08:30:00.286Z[ host-image] Feb 21 08:29:58.890 INFO O| Feb 21 08:29:58.890 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90752025-02-21T08:30:01.069Z[ recovery-image] Feb 21 08:29:59.674 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)
90762025-02-21T08:30:09.480Z[ recovery-image] Feb 21 08:30:08.084 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)
90772025-02-21T08:30:21.390Z[ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling bitflags v1.3.2
90782025-02-21T08:30:21.393Z[ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling log v0.4.22
90792025-02-21T08:30:21.393Z[ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling plain v0.2.3
90802025-02-21T08:30:21.393Z[ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling scroll v0.12.0
90812025-02-21T08:30:21.393Z[ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling bit_field v0.10.2
90822025-02-21T08:30:21.393Z[ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling adler2 v2.0.0
90832025-02-21T08:30:21.393Z[ recovery-image] Feb 21 08:30:19.995 INFO E| Compiling bitstruct v0.1.1
90842025-02-21T08:30:21.600Z[ recovery-image] Feb 21 08:30:20.202 INFO E| Compiling raw-cpuid v10.7.0
90852025-02-21T08:30:22.056Z[ recovery-image] Feb 21 08:30:20.661 INFO E| Compiling miniz_oxide v0.8.0
90862025-02-21T08:30:22.497Z[ recovery-image] Feb 21 08:30:21.102 INFO E| Compiling cpio_reader v0.1.1
90872025-02-21T08:30:22.646Z[ recovery-image] Feb 21 08:30:21.251 INFO E| Compiling static_assertions v1.1.0
90882025-02-21T08:30:23.599Z[ recovery-image] Feb 21 08:30:22.204 INFO E| Compiling goblin v0.8.2
90892025-02-21T08:30:25.692Z[ host-image] Feb 21 08:30:24.296 INFO O| Feb 21 08:30:24.296 INFO STEP 1 (unpack_tar) COMPLETE
90902025-02-21T08:30:25.692Z[ host-image] Feb 21 08:30:24.297 INFO O| Feb 21 08:30:24.296 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912025-02-21T08:30:25.711Z[ host-image] Feb 21 08:30:24.316 INFO O| Feb 21 08:30:24.316 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90922025-02-21T08:30:26.627Z[ host-image] Feb 21 08:30:25.232 INFO O| Feb 21 08:30:25.232 INFO STEP 2 (devfsadm) COMPLETE
90932025-02-21T08:30:26.627Z[ host-image] Feb 21 08:30:25.232 INFO O| Feb 21 08:30:25.232 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90942025-02-21T08:30:26.646Z[ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.250 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90952025-02-21T08:30:26.646Z[ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90962025-02-21T08:30:26.646Z[ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.251 INFO STEP 3 (ensure_dir) COMPLETE
90972025-02-21T08:30:26.648Z[ host-image] Feb 21 08:30:25.251 INFO O| Feb 21 08:30:25.251 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90982025-02-21T08:30:26.664Z[ host-image] Feb 21 08:30:25.269 INFO O| Feb 21 08:30:25.269 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90992025-02-21T08:30:26.664Z[ host-image] Feb 21 08:30:25.269 INFO O| Feb 21 08:30:25.269 INFO STEP 4 (ensure_dir) COMPLETE
91002025-02-21T08:30:26.667Z[ host-image] Feb 21 08:30:25.269 INFO O| Feb 21 08:30:25.269 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012025-02-21T08:30:26.691Z[ host-image] Feb 21 08:30:25.296 INFO O| Feb 21 08:30:25.296 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91022025-02-21T08:30:26.691Z[ host-image] Feb 21 08:30:25.296 INFO O| Feb 21 08:30:25.296 INFO STEP 5 (ensure_dir) COMPLETE
91032025-02-21T08:30:26.694Z[ host-image] Feb 21 08:30:25.296 INFO O| Feb 21 08:30:25.296 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91042025-02-21T08:30:26.770Z[ host-image] Feb 21 08:30:25.374 INFO O| Feb 21 08:30:25.374 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91052025-02-21T08:30:26.770Z[ host-image] Feb 21 08:30:25.375 INFO O| Feb 21 08:30:25.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91062025-02-21T08:30:26.772Z[ host-image] Feb 21 08:30:25.375 INFO O| Feb 21 08:30:25.375 INFO STEP 6 (ensure_dir) COMPLETE
91072025-02-21T08:30:26.773Z[ host-image] Feb 21 08:30:25.375 INFO O| Feb 21 08:30:25.375 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91082025-02-21T08:30:26.791Z[ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91092025-02-21T08:30:26.791Z[ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91102025-02-21T08:30:26.791Z[ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO STEP 7 (ensure_dir) COMPLETE
91112025-02-21T08:30:26.794Z[ host-image] Feb 21 08:30:25.396 INFO O| Feb 21 08:30:25.396 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122025-02-21T08:30:26.818Z[ host-image] Feb 21 08:30:25.423 INFO O| Feb 21 08:30:25.423 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91132025-02-21T08:30:26.840Z[ host-image] Feb 21 08:30:25.444 INFO O| Feb 21 08:30:25.444 INFO STEP 8 (remove_files) COMPLETE
91142025-02-21T08:30:26.840Z[ host-image] Feb 21 08:30:25.444 INFO O| Feb 21 08:30:25.444 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152025-02-21T08:30:26.953Z[ host-image] Feb 21 08:30:25.556 INFO O| Feb 21 08:30:25.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91162025-02-21T08:30:26.956Z[ host-image] Feb 21 08:30:25.557 INFO O| Feb 21 08:30:25.557 INFO STEP 9 (remove_files) COMPLETE
91172025-02-21T08:30:26.956Z[ host-image] Feb 21 08:30:25.557 INFO O| Feb 21 08:30:25.557 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91182025-02-21T08:30:27.007Z[ host-image] Feb 21 08:30:25.612 INFO O| Feb 21 08:30:25.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91192025-02-21T08:30:27.010Z[ host-image] Feb 21 08:30:25.613 INFO O| Feb 21 08:30:25.613 INFO STEP 10 (remove_files) COMPLETE
91202025-02-21T08:30:27.010Z[ host-image] Feb 21 08:30:25.613 INFO O| Feb 21 08:30:25.613 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91212025-02-21T08:30:27.057Z[ host-image] Feb 21 08:30:25.662 INFO O| Feb 21 08:30:25.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91222025-02-21T08:30:27.079Z[ host-image] Feb 21 08:30:25.684 INFO O| Feb 21 08:30:25.684 INFO STEP 11 (remove_files) COMPLETE
91232025-02-21T08:30:27.079Z[ host-image] Feb 21 08:30:25.684 INFO O| Feb 21 08:30:25.684 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242025-02-21T08:30:27.102Z[ host-image] Feb 21 08:30:25.706 INFO O| Feb 21 08:30:25.706 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91252025-02-21T08:30:27.105Z[ host-image] Feb 21 08:30:25.707 INFO O| Feb 21 08:30:25.707 INFO STEP 12 (remove_files) COMPLETE
91262025-02-21T08:30:27.105Z[ host-image] Feb 21 08:30:25.707 INFO O| Feb 21 08:30:25.707 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272025-02-21T08:30:27.124Z[ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91282025-02-21T08:30:27.126Z[ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91292025-02-21T08:30:27.127Z[ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.729 INFO STEP 13 (ensure_dir) COMPLETE
91302025-02-21T08:30:27.127Z[ host-image] Feb 21 08:30:25.729 INFO O| Feb 21 08:30:25.729 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312025-02-21T08:30:27.144Z[ host-image] Feb 21 08:30:25.749 INFO O| Feb 21 08:30:25.749 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91322025-02-21T08:30:27.148Z[ host-image] Feb 21 08:30:25.749 INFO O| Feb 21 08:30:25.749 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91332025-02-21T08:30:27.149Z[ host-image] Feb 21 08:30:25.750 INFO O| Feb 21 08:30:25.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91342025-02-21T08:30:27.149Z[ host-image] Feb 21 08:30:25.750 INFO O| Feb 21 08:30:25.750 INFO STEP 14 (ensure_dir) COMPLETE
91352025-02-21T08:30:27.149Z[ host-image] Feb 21 08:30:25.750 INFO O| Feb 21 08:30:25.750 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362025-02-21T08:30:27.185Z[ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91372025-02-21T08:30:27.185Z[ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91382025-02-21T08:30:27.189Z[ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91392025-02-21T08:30:27.189Z[ host-image] Feb 21 08:30:25.790 INFO O| Feb 21 08:30:25.790 INFO STEP 15 (ensure_dir) COMPLETE
91402025-02-21T08:30:27.189Z[ host-image] Feb 21 08:30:25.791 INFO O| Feb 21 08:30:25.790 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91412025-02-21T08:30:27.221Z[ host-image] Feb 21 08:30:25.826 INFO O| Feb 21 08:30:25.826 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91422025-02-21T08:30:27.222Z[ host-image] Feb 21 08:30:25.826 INFO O| Feb 21 08:30:25.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91432025-02-21T08:30:27.224Z[ host-image] Feb 21 08:30:25.827 INFO O| Feb 21 08:30:25.826 INFO STEP 16 (ensure_dir) COMPLETE
91442025-02-21T08:30:27.225Z[ host-image] Feb 21 08:30:25.827 INFO O| Feb 21 08:30:25.827 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91452025-02-21T08:30:27.249Z[ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91462025-02-21T08:30:27.249Z[ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91472025-02-21T08:30:27.249Z[ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO STEP 17 (ensure_dir) COMPLETE
91482025-02-21T08:30:27.252Z[ host-image] Feb 21 08:30:25.848 INFO O| Feb 21 08:30:25.848 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492025-02-21T08:30:27.266Z[ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.870 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91502025-02-21T08:30:27.266Z[ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91512025-02-21T08:30:27.266Z[ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO ok!
91522025-02-21T08:30:27.266Z[ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO STEP 18 (ensure_symlink) COMPLETE
91532025-02-21T08:30:27.266Z[ host-image] Feb 21 08:30:25.871 INFO O| Feb 21 08:30:25.871 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91542025-02-21T08:30:27.322Z[ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91552025-02-21T08:30:27.322Z[ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91562025-02-21T08:30:27.323Z[ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO ok!
91572025-02-21T08:30:27.323Z[ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO STEP 19 (ensure_file) COMPLETE
91582025-02-21T08:30:27.323Z[ host-image] Feb 21 08:30:25.926 INFO O| Feb 21 08:30:25.926 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91592025-02-21T08:30:27.355Z[ host-image] Feb 21 08:30:25.959 INFO O| Feb 21 08:30:25.959 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91602025-02-21T08:30:27.355Z[ host-image] Feb 21 08:30:25.959 INFO O| Feb 21 08:30:25.959 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91612025-02-21T08:30:27.358Z[ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91622025-02-21T08:30:27.358Z[ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO ok!
91632025-02-21T08:30:27.358Z[ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO STEP 20 (ensure_symlink) COMPLETE
91642025-02-21T08:30:27.358Z[ host-image] Feb 21 08:30:25.960 INFO O| Feb 21 08:30:25.960 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91652025-02-21T08:30:27.396Z[ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91662025-02-21T08:30:27.396Z[ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91672025-02-21T08:30:27.399Z[ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91682025-02-21T08:30:27.399Z[ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO ok!
91692025-02-21T08:30:27.399Z[ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO STEP 21 (ensure_symlink) COMPLETE
91702025-02-21T08:30:27.399Z[ host-image] Feb 21 08:30:26.001 INFO O| Feb 21 08:30:26.001 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91712025-02-21T08:30:27.444Z[ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91722025-02-21T08:30:27.447Z[ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91732025-02-21T08:30:27.447Z[ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91742025-02-21T08:30:27.447Z[ host-image] Feb 21 08:30:26.048 INFO O| Feb 21 08:30:26.048 INFO ok!
91752025-02-21T08:30:27.447Z[ host-image] Feb 21 08:30:26.049 INFO O| Feb 21 08:30:26.048 INFO STEP 22 (ensure_symlink) COMPLETE
91762025-02-21T08:30:27.447Z[ host-image] Feb 21 08:30:26.049 INFO O| Feb 21 08:30:26.049 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91772025-02-21T08:30:27.484Z[ host-image] Feb 21 08:30:26.088 INFO O| Feb 21 08:30:26.088 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91782025-02-21T08:30:27.484Z[ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.088 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91792025-02-21T08:30:27.484Z[ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91802025-02-21T08:30:27.484Z[ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO ok!
91812025-02-21T08:30:27.487Z[ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO STEP 23 (ensure_symlink) COMPLETE
91822025-02-21T08:30:27.487Z[ host-image] Feb 21 08:30:26.089 INFO O| Feb 21 08:30:26.089 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91832025-02-21T08:30:27.545Z[ host-image] Feb 21 08:30:26.150 INFO O| Feb 21 08:30:26.150 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91842025-02-21T08:30:27.548Z[ host-image] Feb 21 08:30:26.150 INFO O| Feb 21 08:30:26.150 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91852025-02-21T08:30:27.548Z[ host-image] Feb 21 08:30:26.150 INFO O| Feb 21 08:30:26.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91862025-02-21T08:30:27.548Z[ host-image] Feb 21 08:30:26.151 INFO O| Feb 21 08:30:26.150 INFO ok!
91872025-02-21T08:30:27.548Z[ host-image] Feb 21 08:30:26.151 INFO O| Feb 21 08:30:26.150 INFO STEP 24 (ensure_file) COMPLETE
91882025-02-21T08:30:27.548Z[ host-image] Feb 21 08:30:26.151 INFO O| Feb 21 08:30:26.150 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892025-02-21T08:30:27.565Z[ host-image] Feb 21 08:30:26.170 INFO O| Feb 21 08:30:26.170 INFO updating shadow file
91902025-02-21T08:30:27.569Z[ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91912025-02-21T08:30:27.569Z[ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91922025-02-21T08:30:27.569Z[ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO STEP 25 (shadow) COMPLETE
91932025-02-21T08:30:27.569Z[ host-image] Feb 21 08:30:26.171 INFO O| Feb 21 08:30:26.171 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91942025-02-21T08:30:27.606Z[ host-image] Feb 21 08:30:26.210 INFO O| Feb 21 08:30:26.210 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91952025-02-21T08:30:27.606Z[ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91962025-02-21T08:30:27.609Z[ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91972025-02-21T08:30:27.609Z[ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO ok!
91982025-02-21T08:30:27.609Z[ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO STEP 26 (ensure_file) COMPLETE
91992025-02-21T08:30:27.609Z[ host-image] Feb 21 08:30:26.211 INFO O| Feb 21 08:30:26.211 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92002025-02-21T08:30:27.644Z[ host-image] Feb 21 08:30:26.248 INFO O| Feb 21 08:30:26.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92012025-02-21T08:30:27.644Z[ host-image] Feb 21 08:30:26.248 INFO O| Feb 21 08:30:26.248 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92022025-02-21T08:30:27.644Z[ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92032025-02-21T08:30:27.644Z[ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.249 INFO ok!
92042025-02-21T08:30:27.647Z[ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.249 INFO STEP 27 (ensure_file) COMPLETE
92052025-02-21T08:30:27.647Z[ host-image] Feb 21 08:30:26.249 INFO O| Feb 21 08:30:26.249 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92062025-02-21T08:30:27.663Z[ host-image] Feb 21 08:30:26.268 INFO O| Feb 21 08:30:26.268 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92072025-02-21T08:30:27.663Z[ host-image] Feb 21 08:30:26.268 INFO O| Feb 21 08:30:26.268 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92082025-02-21T08:30:27.666Z[ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.268 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92092025-02-21T08:30:27.666Z[ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92102025-02-21T08:30:27.666Z[ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO ok!
92112025-02-21T08:30:27.666Z[ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO STEP 28 (ensure_file) COMPLETE
92122025-02-21T08:30:27.666Z[ host-image] Feb 21 08:30:26.269 INFO O| Feb 21 08:30:26.269 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92132025-02-21T08:30:27.691Z[ host-image] Feb 21 08:30:26.296 INFO O| Feb 21 08:30:26.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92142025-02-21T08:30:27.692Z[ host-image] Feb 21 08:30:26.296 INFO O| Feb 21 08:30:26.296 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92152025-02-21T08:30:27.692Z[ host-image] Feb 21 08:30:26.296 INFO O| Feb 21 08:30:26.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92162025-02-21T08:30:27.694Z[ host-image] Feb 21 08:30:26.297 INFO O| Feb 21 08:30:26.296 INFO ok!
92172025-02-21T08:30:27.694Z[ host-image] Feb 21 08:30:26.297 INFO O| Feb 21 08:30:26.296 INFO STEP 29 (ensure_file) COMPLETE
92182025-02-21T08:30:27.694Z[ host-image] Feb 21 08:30:26.297 INFO O| Feb 21 08:30:26.296 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92192025-02-21T08:30:27.729Z[ host-image] Feb 21 08:30:26.334 INFO O| Feb 21 08:30:26.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92202025-02-21T08:30:27.729Z[ host-image] Feb 21 08:30:26.334 INFO O| Feb 21 08:30:26.334 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92212025-02-21T08:30:27.729Z[ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92222025-02-21T08:30:27.732Z[ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.335 INFO ok!
92232025-02-21T08:30:27.732Z[ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.335 INFO STEP 30 (ensure_file) COMPLETE
92242025-02-21T08:30:27.732Z[ host-image] Feb 21 08:30:26.335 INFO O| Feb 21 08:30:26.335 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92252025-02-21T08:30:27.769Z[ host-image] Feb 21 08:30:26.373 INFO O| Feb 21 08:30:26.373 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92262025-02-21T08:30:27.769Z[ host-image] Feb 21 08:30:26.373 INFO O| Feb 21 08:30:26.373 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92272025-02-21T08:30:27.769Z[ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92282025-02-21T08:30:27.772Z[ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92292025-02-21T08:30:27.772Z[ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO ok!
92302025-02-21T08:30:27.772Z[ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO STEP 31 (ensure_file) COMPLETE
92312025-02-21T08:30:27.772Z[ host-image] Feb 21 08:30:26.374 INFO O| Feb 21 08:30:26.374 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92322025-02-21T08:30:27.902Z[ host-image] Feb 21 08:30:26.506 INFO O| Feb 21 08:30:26.506 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92332025-02-21T08:30:27.905Z[ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92342025-02-21T08:30:27.905Z[ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92352025-02-21T08:30:27.905Z[ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO ok!
92362025-02-21T08:30:27.905Z[ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO STEP 32 (ensure_file) COMPLETE
92372025-02-21T08:30:27.905Z[ host-image] Feb 21 08:30:26.507 INFO O| Feb 21 08:30:26.507 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92382025-02-21T08:30:27.952Z[ host-image] Feb 21 08:30:26.556 INFO O| Feb 21 08:30:26.556 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92392025-02-21T08:30:27.955Z[ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.556 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92402025-02-21T08:30:27.955Z[ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92412025-02-21T08:30:27.955Z[ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO ok!
92422025-02-21T08:30:27.955Z[ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO STEP 33 (ensure_file) COMPLETE
92432025-02-21T08:30:27.955Z[ host-image] Feb 21 08:30:26.557 INFO O| Feb 21 08:30:26.557 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92442025-02-21T08:30:27.976Z[ host-image] Feb 21 08:30:26.579 INFO O| Feb 21 08:30:26.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92452025-02-21T08:30:27.979Z[ host-image] Feb 21 08:30:26.579 INFO O| Feb 21 08:30:26.579 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92462025-02-21T08:30:27.979Z[ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92472025-02-21T08:30:27.979Z[ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92482025-02-21T08:30:27.979Z[ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92492025-02-21T08:30:27.979Z[ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92502025-02-21T08:30:27.980Z[ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO ok!
92512025-02-21T08:30:27.980Z[ host-image] Feb 21 08:30:26.580 INFO O| Feb 21 08:30:26.580 INFO STEP 34 (ensure_file) COMPLETE
92522025-02-21T08:30:27.980Z[ host-image] Feb 21 08:30:26.581 INFO O| Feb 21 08:30:26.580 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92532025-02-21T08:30:27.997Z[ host-image] Feb 21 08:30:26.601 INFO O| Feb 21 08:30:26.601 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92542025-02-21T08:30:28.000Z[ host-image] Feb 21 08:30:26.601 INFO O| Feb 21 08:30:26.601 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92552025-02-21T08:30:28.000Z[ host-image] Feb 21 08:30:26.602 INFO O| Feb 21 08:30:26.601 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92562025-02-21T08:30:28.000Z[ host-image] Feb 21 08:30:26.602 INFO O| Feb 21 08:30:26.602 INFO STEP 35 (ensure_dir) COMPLETE
92572025-02-21T08:30:28.000Z[ host-image] Feb 21 08:30:26.602 INFO O| Feb 21 08:30:26.602 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92582025-02-21T08:30:28.066Z[ host-image] Feb 21 08:30:26.671 INFO O| Feb 21 08:30:26.671 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
92592025-02-21T08:30:28.067Z[ host-image] Feb 21 08:30:26.671 INFO O| Feb 21 08:30:26.671 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 ...
92602025-02-21T08:30:28.070Z[ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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
92612025-02-21T08:30:28.070Z[ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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
92622025-02-21T08:30:28.070Z[ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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
92632025-02-21T08:30:28.070Z[ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 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
92642025-02-21T08:30:28.070Z[ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 INFO ok!
92652025-02-21T08:30:28.070Z[ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 INFO STEP 36 (ensure_file) COMPLETE
92662025-02-21T08:30:28.070Z[ host-image] Feb 21 08:30:26.672 INFO O| Feb 21 08:30:26.672 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92672025-02-21T08:30:28.136Z[ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92682025-02-21T08:30:28.136Z[ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 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 ...
92692025-02-21T08:30:28.139Z[ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92702025-02-21T08:30:28.139Z[ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO ok!
92712025-02-21T08:30:28.139Z[ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO STEP 37 (ensure_symlink) COMPLETE
92722025-02-21T08:30:28.139Z[ host-image] Feb 21 08:30:26.741 INFO O| Feb 21 08:30:26.741 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92732025-02-21T08:30:28.215Z[ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92742025-02-21T08:30:28.215Z[ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92752025-02-21T08:30:28.218Z[ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92762025-02-21T08:30:28.218Z[ host-image] Feb 21 08:30:26.820 INFO O| Feb 21 08:30:26.820 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92772025-02-21T08:30:28.218Z[ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92782025-02-21T08:30:28.218Z[ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92792025-02-21T08:30:28.218Z[ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO ok!
92802025-02-21T08:30:28.218Z[ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO STEP 38 (ensure_file) COMPLETE
92812025-02-21T08:30:28.218Z[ host-image] Feb 21 08:30:26.821 INFO O| Feb 21 08:30:26.821 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92822025-02-21T08:30:28.305Z[ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92832025-02-21T08:30:28.305Z[ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 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 ...
92842025-02-21T08:30:28.305Z[ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 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
92852025-02-21T08:30:28.308Z[ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92862025-02-21T08:30:28.308Z[ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO ok!
92872025-02-21T08:30:28.308Z[ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO STEP 39 (ensure_file) COMPLETE
92882025-02-21T08:30:28.308Z[ host-image] Feb 21 08:30:26.910 INFO O| Feb 21 08:30:26.910 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92892025-02-21T08:30:28.410Z[ host-image] Feb 21 08:30:27.015 INFO O| Feb 21 08:30:27.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92902025-02-21T08:30:28.410Z[ host-image] Feb 21 08:30:27.015 INFO O| Feb 21 08:30:27.015 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92912025-02-21T08:30:28.413Z[ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92922025-02-21T08:30:28.413Z[ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.016 INFO ok!
92932025-02-21T08:30:28.413Z[ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.016 INFO STEP 40 (ensure_file) COMPLETE
92942025-02-21T08:30:28.413Z[ host-image] Feb 21 08:30:27.016 INFO O| Feb 21 08:30:27.016 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92952025-02-21T08:30:28.492Z[ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO updating shadow file
92962025-02-21T08:30:28.492Z[ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92972025-02-21T08:30:28.492Z[ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO STEP 41 (shadow) COMPLETE
92982025-02-21T08:30:28.496Z[ host-image] Feb 21 08:30:27.097 INFO O| Feb 21 08:30:27.097 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92992025-02-21T08:30:28.539Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.143 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93002025-02-21T08:30:28.539Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93012025-02-21T08:30:28.542Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93022025-02-21T08:30:28.542Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93032025-02-21T08:30:28.542Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO ok!
93042025-02-21T08:30:28.542Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 42 (ensure_file) COMPLETE
93052025-02-21T08:30:28.543Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93062025-02-21T08:30:28.543Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO skip step because feature "mfg" is not enabled
93072025-02-21T08:30:28.543Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93082025-02-21T08:30:28.543Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO skip step because feature "mfg" is not enabled
93092025-02-21T08:30:28.543Z[ host-image] Feb 21 08:30:27.144 INFO O| Feb 21 08:30:27.144 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93102025-02-21T08:30:28.560Z[ host-image] Feb 21 08:30:27.164 INFO O| Feb 21 08:30:27.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93112025-02-21T08:30:28.560Z[ host-image] Feb 21 08:30:27.164 INFO O| Feb 21 08:30:27.164 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93122025-02-21T08:30:29.485Z[ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93132025-02-21T08:30:29.486Z[ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93142025-02-21T08:30:29.489Z[ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO ok!
93152025-02-21T08:30:29.489Z[ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO STEP 45 (ensure_file) COMPLETE
93162025-02-21T08:30:29.489Z[ host-image] Feb 21 08:30:28.090 INFO O| Feb 21 08:30:28.090 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93172025-02-21T08:30:29.536Z[ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93182025-02-21T08:30:29.536Z[ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93192025-02-21T08:30:29.540Z[ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93202025-02-21T08:30:29.540Z[ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93212025-02-21T08:30:29.540Z[ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93222025-02-21T08:30:29.540Z[ host-image] Feb 21 08:30:28.141 INFO O| Feb 21 08:30:28.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93232025-02-21T08:30:29.540Z[ host-image] Feb 21 08:30:28.142 INFO O| Feb 21 08:30:28.141 INFO ok!
93242025-02-21T08:30:29.540Z[ host-image] Feb 21 08:30:28.142 INFO O| Feb 21 08:30:28.141 INFO STEP 46 (ensure_file) COMPLETE
93252025-02-21T08:30:29.540Z[ host-image] Feb 21 08:30:28.142 INFO O| Feb 21 08:30:28.142 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93262025-02-21T08:30:29.574Z[ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93272025-02-21T08:30:29.574Z[ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 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 ...
93282025-02-21T08:30:29.577Z[ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 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
93292025-02-21T08:30:29.577Z[ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93302025-02-21T08:30:29.578Z[ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO ok!
93312025-02-21T08:30:29.578Z[ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO STEP 47 (ensure_file) COMPLETE
93322025-02-21T08:30:29.578Z[ host-image] Feb 21 08:30:28.179 INFO O| Feb 21 08:30:28.179 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93332025-02-21T08:30:29.625Z[ host-image] Feb 21 08:30:28.229 INFO O| Feb 21 08:30:28.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93342025-02-21T08:30:29.625Z[ host-image] Feb 21 08:30:28.229 INFO O| Feb 21 08:30:28.229 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93352025-02-21T08:30:29.628Z[ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.229 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93362025-02-21T08:30:29.628Z[ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93372025-02-21T08:30:29.628Z[ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93382025-02-21T08:30:29.628Z[ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93392025-02-21T08:30:29.628Z[ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO ok!
93402025-02-21T08:30:29.629Z[ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO STEP 48 (ensure_file) COMPLETE
93412025-02-21T08:30:29.629Z[ host-image] Feb 21 08:30:28.230 INFO O| Feb 21 08:30:28.230 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93422025-02-21T08:30:29.689Z[ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93432025-02-21T08:30:29.689Z[ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.293 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 ...
93442025-02-21T08:30:29.692Z[ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 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
93452025-02-21T08:30:29.692Z[ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93462025-02-21T08:30:29.692Z[ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO ok!
93472025-02-21T08:30:29.692Z[ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO STEP 49 (ensure_file) COMPLETE
93482025-02-21T08:30:29.692Z[ host-image] Feb 21 08:30:28.294 INFO O| Feb 21 08:30:28.294 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93492025-02-21T08:30:29.800Z[ host-image] Feb 21 08:30:28.404 INFO O| Feb 21 08:30:28.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93502025-02-21T08:30:29.800Z[ host-image] Feb 21 08:30:28.405 INFO O| Feb 21 08:30:28.404 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93512025-02-21T08:30:29.820Z[ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93522025-02-21T08:30:29.820Z[ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93532025-02-21T08:30:29.824Z[ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93542025-02-21T08:30:29.825Z[ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93552025-02-21T08:30:29.825Z[ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO ok!
93562025-02-21T08:30:29.825Z[ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO STEP 50 (ensure_file) COMPLETE
93572025-02-21T08:30:29.825Z[ host-image] Feb 21 08:30:28.425 INFO O| Feb 21 08:30:28.425 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93582025-02-21T08:30:29.912Z[ host-image] Feb 21 08:30:28.516 INFO O| Feb 21 08:30:28.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93592025-02-21T08:30:29.912Z[ host-image] Feb 21 08:30:28.516 INFO O| Feb 21 08:30:28.516 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 ...
93602025-02-21T08:30:29.914Z[ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 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
93612025-02-21T08:30:29.915Z[ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93622025-02-21T08:30:29.915Z[ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO ok!
93632025-02-21T08:30:29.915Z[ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO STEP 51 (ensure_file) COMPLETE
93642025-02-21T08:30:29.915Z[ host-image] Feb 21 08:30:28.517 INFO O| Feb 21 08:30:28.517 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93652025-02-21T08:30:30.010Z[ host-image] Feb 21 08:30:28.614 INFO O| Feb 21 08:30:28.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93662025-02-21T08:30:30.010Z[ host-image] Feb 21 08:30:28.614 INFO O| Feb 21 08:30:28.614 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 ...
93672025-02-21T08:30:30.013Z[ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 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
93682025-02-21T08:30:30.013Z[ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93692025-02-21T08:30:30.013Z[ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO ok!
93702025-02-21T08:30:30.013Z[ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO STEP 52 (ensure_file) COMPLETE
93712025-02-21T08:30:30.013Z[ host-image] Feb 21 08:30:28.615 INFO O| Feb 21 08:30:28.615 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93722025-02-21T08:30:30.223Z[ host-image] Feb 21 08:30:28.827 INFO O| Feb 21 08:30:28.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93732025-02-21T08:30:30.223Z[ host-image] Feb 21 08:30:28.827 INFO O| Feb 21 08:30:28.827 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 ...
93742025-02-21T08:30:30.223Z[ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 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
93752025-02-21T08:30:30.226Z[ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93762025-02-21T08:30:30.226Z[ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO ok!
93772025-02-21T08:30:30.226Z[ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO STEP 53 (ensure_file) COMPLETE
93782025-02-21T08:30:30.227Z[ host-image] Feb 21 08:30:28.828 INFO O| Feb 21 08:30:28.828 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792025-02-21T08:30:30.355Z[ host-image] Feb 21 08:30:28.958 INFO O| Feb 21 08:30:28.958 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93802025-02-21T08:30:30.355Z[ host-image] Feb 21 08:30:28.959 INFO O| Feb 21 08:30:28.958 INFO STEP 54 (ensure_dir) COMPLETE
93812025-02-21T08:30:30.355Z[ host-image] Feb 21 08:30:28.959 INFO O| Feb 21 08:30:28.958 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822025-02-21T08:30:30.515Z[ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93832025-02-21T08:30:30.517Z[ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93842025-02-21T08:30:30.517Z[ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO STEP 55 (ensure_dir) COMPLETE
93852025-02-21T08:30:30.517Z[ host-image] Feb 21 08:30:29.119 INFO O| Feb 21 08:30:29.119 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862025-02-21T08:30:30.556Z[ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93872025-02-21T08:30:30.556Z[ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93882025-02-21T08:30:30.559Z[ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO STEP 56 (ensure_dir) COMPLETE
93892025-02-21T08:30:30.559Z[ host-image] Feb 21 08:30:29.161 INFO O| Feb 21 08:30:29.161 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902025-02-21T08:30:30.574Z[ host-image] Feb 21 08:30:29.179 INFO O| Feb 21 08:30:29.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93912025-02-21T08:30:30.575Z[ host-image] Feb 21 08:30:29.179 INFO O| Feb 21 08:30:29.179 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93922025-02-21T08:30:30.647Z[ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93932025-02-21T08:30:30.647Z[ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO ok!
93942025-02-21T08:30:30.650Z[ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO STEP 57 (ensure_file) COMPLETE
93952025-02-21T08:30:30.650Z[ host-image] Feb 21 08:30:29.252 INFO O| Feb 21 08:30:29.252 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962025-02-21T08:30:30.703Z[ host-image] Feb 21 08:30:29.308 INFO O| Feb 21 08:30:29.308 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93972025-02-21T08:30:30.704Z[ host-image] Feb 21 08:30:29.308 INFO O| Feb 21 08:30:29.308 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93982025-02-21T08:30:32.282Z[ host-image] Feb 21 08:30:30.886 INFO O| Feb 21 08:30:30.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93992025-02-21T08:30:32.282Z[ host-image] Feb 21 08:30:30.887 INFO O| Feb 21 08:30:30.887 INFO ok!
94002025-02-21T08:30:32.283Z[ host-image] Feb 21 08:30:30.887 INFO O| Feb 21 08:30:30.887 INFO STEP 58 (ensure_file) COMPLETE
94012025-02-21T08:30:32.285Z[ host-image] Feb 21 08:30:30.887 INFO O| Feb 21 08:30:30.887 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022025-02-21T08:30:32.304Z[ host-image] Feb 21 08:30:30.908 INFO O| Feb 21 08:30:30.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94032025-02-21T08:30:32.307Z[ host-image] Feb 21 08:30:30.909 INFO O| Feb 21 08:30:30.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94042025-02-21T08:30:32.307Z[ host-image] Feb 21 08:30:30.909 INFO O| Feb 21 08:30:30.909 INFO STEP 59 (ensure_dir) COMPLETE
94052025-02-21T08:30:32.307Z[ host-image] Feb 21 08:30:30.909 INFO O| Feb 21 08:30:30.909 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062025-02-21T08:30:32.339Z[ host-image] Feb 21 08:30:30.943 INFO O| Feb 21 08:30:30.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94072025-02-21T08:30:32.339Z[ host-image] Feb 21 08:30:30.943 INFO O| Feb 21 08:30:30.943 INFO copying /tmp/.tmpDANt3T/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 ...
94082025-02-21T08:30:32.342Z[ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94092025-02-21T08:30:32.342Z[ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.944 INFO ok!
94102025-02-21T08:30:32.342Z[ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.944 INFO STEP 60 (ensure_file) COMPLETE
94112025-02-21T08:30:32.342Z[ host-image] Feb 21 08:30:30.944 INFO O| Feb 21 08:30:30.944 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122025-02-21T08:30:32.359Z[ host-image] Feb 21 08:30:30.963 INFO O| Feb 21 08:30:30.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94132025-02-21T08:30:32.359Z[ host-image] Feb 21 08:30:30.963 INFO O| Feb 21 08:30:30.963 INFO copying /tmp/.tmpDANt3T/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 ...
94142025-02-21T08:30:32.361Z[ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94152025-02-21T08:30:32.362Z[ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.964 INFO ok!
94162025-02-21T08:30:32.362Z[ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.964 INFO STEP 61 (ensure_file) COMPLETE
94172025-02-21T08:30:32.362Z[ host-image] Feb 21 08:30:30.964 INFO O| Feb 21 08:30:30.964 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182025-02-21T08:30:32.379Z[ host-image] Feb 21 08:30:30.983 INFO O| Feb 21 08:30:30.983 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94192025-02-21T08:30:32.379Z[ host-image] Feb 21 08:30:30.984 INFO O| Feb 21 08:30:30.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94202025-02-21T08:30:32.382Z[ host-image] Feb 21 08:30:30.984 INFO O| Feb 21 08:30:30.984 INFO STEP 62 (ensure_dir) COMPLETE
94212025-02-21T08:30:32.382Z[ host-image] Feb 21 08:30:30.984 INFO O| Feb 21 08:30:30.984 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222025-02-21T08:30:32.438Z[ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94232025-02-21T08:30:32.438Z[ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO copying /tmp/.tmpDANt3T/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 ...
94242025-02-21T08:30:32.442Z[ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94252025-02-21T08:30:32.442Z[ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO ok!
94262025-02-21T08:30:32.442Z[ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO STEP 63 (ensure_file) COMPLETE
94272025-02-21T08:30:32.442Z[ host-image] Feb 21 08:30:31.043 INFO O| Feb 21 08:30:31.043 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282025-02-21T08:30:32.498Z[ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94292025-02-21T08:30:32.498Z[ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO copying /tmp/.tmpDANt3T/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 ...
94302025-02-21T08:30:32.501Z[ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94312025-02-21T08:30:32.501Z[ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO ok!
94322025-02-21T08:30:32.501Z[ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO STEP 64 (ensure_file) COMPLETE
94332025-02-21T08:30:32.501Z[ host-image] Feb 21 08:30:31.103 INFO O| Feb 21 08:30:31.103 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342025-02-21T08:30:32.516Z[ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94352025-02-21T08:30:32.516Z[ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94362025-02-21T08:30:32.520Z[ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO STEP 65 (ensure_dir) COMPLETE
94372025-02-21T08:30:32.520Z[ host-image] Feb 21 08:30:31.121 INFO O| Feb 21 08:30:31.121 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382025-02-21T08:30:32.537Z[ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94392025-02-21T08:30:32.537Z[ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO copying /tmp/.tmpDANt3T/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 ...
94402025-02-21T08:30:32.540Z[ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94412025-02-21T08:30:32.540Z[ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO ok!
94422025-02-21T08:30:32.540Z[ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO STEP 66 (ensure_file) COMPLETE
94432025-02-21T08:30:32.540Z[ host-image] Feb 21 08:30:31.142 INFO O| Feb 21 08:30:31.142 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442025-02-21T08:30:32.576Z[ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94452025-02-21T08:30:32.576Z[ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94462025-02-21T08:30:32.579Z[ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94472025-02-21T08:30:32.579Z[ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO ok!
94482025-02-21T08:30:32.579Z[ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO STEP 67 (ensure_file) COMPLETE
94492025-02-21T08:30:32.579Z[ host-image] Feb 21 08:30:31.181 INFO O| Feb 21 08:30:31.181 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502025-02-21T08:30:32.610Z[ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94512025-02-21T08:30:32.610Z[ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94522025-02-21T08:30:32.610Z[ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO STEP 68 (ensure_dir) COMPLETE
94532025-02-21T08:30:32.613Z[ host-image] Feb 21 08:30:31.215 INFO O| Feb 21 08:30:31.215 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542025-02-21T08:30:32.632Z[ host-image] Feb 21 08:30:31.234 INFO O| Feb 21 08:30:31.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94552025-02-21T08:30:32.632Z[ host-image] Feb 21 08:30:31.234 INFO O| Feb 21 08:30:31.234 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94562025-02-21T08:30:34.135Z[ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94572025-02-21T08:30:34.135Z[ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.740 INFO ok!
94582025-02-21T08:30:34.140Z[ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.740 INFO STEP 69 (ensure_file) COMPLETE
94592025-02-21T08:30:34.140Z[ host-image] Feb 21 08:30:32.740 INFO O| Feb 21 08:30:32.740 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602025-02-21T08:30:34.156Z[ host-image] Feb 21 08:30:32.761 INFO O| Feb 21 08:30:32.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94612025-02-21T08:30:34.156Z[ host-image] Feb 21 08:30:32.761 INFO O| Feb 21 08:30:32.761 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94622025-02-21T08:30:36.599Z[ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94632025-02-21T08:30:36.599Z[ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO ok!
94642025-02-21T08:30:36.599Z[ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO STEP 70 (ensure_file) COMPLETE
94652025-02-21T08:30:36.599Z[ host-image] Feb 21 08:30:35.203 INFO O| Feb 21 08:30:35.203 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662025-02-21T08:30:36.617Z[ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94672025-02-21T08:30:36.617Z[ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94682025-02-21T08:30:36.617Z[ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO STEP 71 (ensure_dir) COMPLETE
94692025-02-21T08:30:36.620Z[ host-image] Feb 21 08:30:35.222 INFO O| Feb 21 08:30:35.222 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702025-02-21T08:30:36.638Z[ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94712025-02-21T08:30:36.638Z[ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO copying /tmp/.tmpDANt3T/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 ...
94722025-02-21T08:30:36.638Z[ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94732025-02-21T08:30:36.638Z[ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO ok!
94742025-02-21T08:30:36.640Z[ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO STEP 72 (ensure_file) COMPLETE
94752025-02-21T08:30:36.641Z[ host-image] Feb 21 08:30:35.240 INFO O| Feb 21 08:30:35.240 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762025-02-21T08:30:36.676Z[ host-image] Feb 21 08:30:35.278 INFO O| Feb 21 08:30:35.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94772025-02-21T08:30:36.676Z[ host-image] Feb 21 08:30:35.278 INFO O| Feb 21 08:30:35.278 INFO copying /tmp/.tmpDANt3T/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 ...
94782025-02-21T08:30:36.679Z[ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94792025-02-21T08:30:36.679Z[ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO ok!
94802025-02-21T08:30:36.679Z[ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO STEP 73 (ensure_file) COMPLETE
94812025-02-21T08:30:36.679Z[ host-image] Feb 21 08:30:35.279 INFO O| Feb 21 08:30:35.279 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822025-02-21T08:30:36.741Z[ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94832025-02-21T08:30:36.741Z[ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94842025-02-21T08:30:36.745Z[ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94852025-02-21T08:30:36.745Z[ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO ok!
94862025-02-21T08:30:36.745Z[ host-image] Feb 21 08:30:35.346 INFO O| Feb 21 08:30:35.346 INFO STEP 74 (ensure_file) COMPLETE
94872025-02-21T08:30:36.745Z[ host-image] Feb 21 08:30:35.347 INFO O| Feb 21 08:30:35.347 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882025-02-21T08:30:36.762Z[ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94892025-02-21T08:30:36.764Z[ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94902025-02-21T08:30:36.765Z[ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94912025-02-21T08:30:36.765Z[ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO ok!
94922025-02-21T08:30:36.765Z[ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO STEP 75 (ensure_file) COMPLETE
94932025-02-21T08:30:36.765Z[ host-image] Feb 21 08:30:35.367 INFO O| Feb 21 08:30:35.367 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942025-02-21T08:30:36.784Z[ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94952025-02-21T08:30:36.784Z[ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94962025-02-21T08:30:36.787Z[ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO STEP 76 (ensure_dir) COMPLETE
94972025-02-21T08:30:36.787Z[ host-image] Feb 21 08:30:35.389 INFO O| Feb 21 08:30:35.389 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982025-02-21T08:30:36.822Z[ host-image] Feb 21 08:30:35.427 INFO O| Feb 21 08:30:35.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94992025-02-21T08:30:36.822Z[ host-image] Feb 21 08:30:35.427 INFO O| Feb 21 08:30:35.427 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95002025-02-21T08:30:36.826Z[ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95012025-02-21T08:30:36.826Z[ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO ok!
95022025-02-21T08:30:36.826Z[ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO STEP 77 (ensure_file) COMPLETE
95032025-02-21T08:30:36.826Z[ host-image] Feb 21 08:30:35.431 INFO O| Feb 21 08:30:35.431 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042025-02-21T08:30:36.846Z[ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95052025-02-21T08:30:36.846Z[ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95062025-02-21T08:30:36.846Z[ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95072025-02-21T08:30:36.849Z[ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO ok!
95082025-02-21T08:30:36.849Z[ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO STEP 78 (ensure_file) COMPLETE
95092025-02-21T08:30:36.849Z[ host-image] Feb 21 08:30:35.451 INFO O| Feb 21 08:30:35.451 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102025-02-21T08:30:36.890Z[ host-image] Feb 21 08:30:35.494 INFO O| Feb 21 08:30:35.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95112025-02-21T08:30:36.890Z[ host-image] Feb 21 08:30:35.494 INFO O| Feb 21 08:30:35.494 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95122025-02-21T08:30:39.047Z[ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95132025-02-21T08:30:39.047Z[ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO ok!
95142025-02-21T08:30:39.050Z[ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO STEP 79 (ensure_file) COMPLETE
95152025-02-21T08:30:39.050Z[ host-image] Feb 21 08:30:37.652 INFO O| Feb 21 08:30:37.652 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162025-02-21T08:30:39.068Z[ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95172025-02-21T08:30:39.071Z[ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95182025-02-21T08:30:39.071Z[ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO STEP 80 (ensure_dir) COMPLETE
95192025-02-21T08:30:39.071Z[ host-image] Feb 21 08:30:37.673 INFO O| Feb 21 08:30:37.673 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202025-02-21T08:30:39.106Z[ host-image] Feb 21 08:30:37.710 INFO O| Feb 21 08:30:37.710 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95212025-02-21T08:30:39.109Z[ host-image] Feb 21 08:30:37.711 INFO O| Feb 21 08:30:37.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95222025-02-21T08:30:39.109Z[ host-image] Feb 21 08:30:37.711 INFO O| Feb 21 08:30:37.711 INFO STEP 81 (ensure_dir) COMPLETE
95232025-02-21T08:30:39.109Z[ host-image] Feb 21 08:30:37.711 INFO O| Feb 21 08:30:37.711 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242025-02-21T08:30:39.129Z[ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95252025-02-21T08:30:39.132Z[ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95262025-02-21T08:30:39.132Z[ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO STEP 82 (ensure_dir) COMPLETE
95272025-02-21T08:30:39.132Z[ host-image] Feb 21 08:30:37.734 INFO O| Feb 21 08:30:37.734 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282025-02-21T08:30:39.150Z[ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95292025-02-21T08:30:39.151Z[ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95302025-02-21T08:30:39.151Z[ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO STEP 83 (ensure_dir) COMPLETE
95312025-02-21T08:30:39.167Z[ host-image] Feb 21 08:30:37.755 INFO O| Feb 21 08:30:37.755 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322025-02-21T08:30:39.172Z[ host-image] Feb 21 08:30:37.776 INFO O| Feb 21 08:30:37.776 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95332025-02-21T08:30:39.175Z[ host-image] Feb 21 08:30:37.777 INFO O| Feb 21 08:30:37.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95342025-02-21T08:30:39.175Z[ host-image] Feb 21 08:30:37.777 INFO O| Feb 21 08:30:37.777 INFO STEP 84 (ensure_dir) COMPLETE
95352025-02-21T08:30:39.175Z[ host-image] Feb 21 08:30:37.777 INFO O| Feb 21 08:30:37.777 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362025-02-21T08:30:39.196Z[ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95372025-02-21T08:30:39.196Z[ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO copying /tmp/.tmpDANt3T/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 ...
95382025-02-21T08:30:39.197Z[ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95392025-02-21T08:30:39.200Z[ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO ok!
95402025-02-21T08:30:39.200Z[ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO STEP 85 (ensure_file) COMPLETE
95412025-02-21T08:30:39.200Z[ host-image] Feb 21 08:30:37.800 INFO O| Feb 21 08:30:37.800 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422025-02-21T08:30:39.217Z[ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95432025-02-21T08:30:39.217Z[ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95442025-02-21T08:30:39.218Z[ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO STEP 86 (ensure_dir) COMPLETE
95452025-02-21T08:30:39.222Z[ host-image] Feb 21 08:30:37.822 INFO O| Feb 21 08:30:37.822 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462025-02-21T08:30:39.255Z[ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95472025-02-21T08:30:39.255Z[ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95482025-02-21T08:30:39.256Z[ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95492025-02-21T08:30:39.258Z[ host-image] Feb 21 08:30:37.860 INFO O| Feb 21 08:30:37.860 INFO ok!
95502025-02-21T08:30:39.258Z[ host-image] Feb 21 08:30:37.861 INFO O| Feb 21 08:30:37.861 INFO STEP 87 (ensure_file) COMPLETE
95512025-02-21T08:30:39.258Z[ host-image] Feb 21 08:30:37.861 INFO O| Feb 21 08:30:37.861 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522025-02-21T08:30:39.278Z[ host-image] Feb 21 08:30:37.883 INFO O| Feb 21 08:30:37.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95532025-02-21T08:30:39.278Z[ host-image] Feb 21 08:30:37.883 INFO O| Feb 21 08:30:37.883 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95542025-02-21T08:30:39.298Z[ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95552025-02-21T08:30:39.298Z[ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO ok!
95562025-02-21T08:30:39.298Z[ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO STEP 88 (ensure_file) COMPLETE
95572025-02-21T08:30:39.301Z[ host-image] Feb 21 08:30:37.903 INFO O| Feb 21 08:30:37.903 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582025-02-21T08:30:39.333Z[ host-image] Feb 21 08:30:37.937 INFO O| Feb 21 08:30:37.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95592025-02-21T08:30:39.333Z[ host-image] Feb 21 08:30:37.938 INFO O| Feb 21 08:30:37.937 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95602025-02-21T08:30:39.910Z[ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95612025-02-21T08:30:39.910Z[ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.514 INFO ok!
95622025-02-21T08:30:39.910Z[ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.514 INFO STEP 89 (ensure_file) COMPLETE
95632025-02-21T08:30:39.913Z[ host-image] Feb 21 08:30:38.514 INFO O| Feb 21 08:30:38.514 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642025-02-21T08:30:39.927Z[ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95652025-02-21T08:30:39.927Z[ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95662025-02-21T08:30:39.927Z[ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95672025-02-21T08:30:39.931Z[ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO ok!
95682025-02-21T08:30:39.931Z[ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO STEP 90 (ensure_file) COMPLETE
95692025-02-21T08:30:39.931Z[ host-image] Feb 21 08:30:38.532 INFO O| Feb 21 08:30:38.532 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702025-02-21T08:30:39.951Z[ host-image] Feb 21 08:30:38.555 INFO O| Feb 21 08:30:38.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95712025-02-21T08:30:39.953Z[ host-image] Feb 21 08:30:38.556 INFO O| Feb 21 08:30:38.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95722025-02-21T08:30:39.953Z[ host-image] Feb 21 08:30:38.556 INFO O| Feb 21 08:30:38.556 INFO STEP 91 (ensure_dir) COMPLETE
95732025-02-21T08:30:39.953Z[ host-image] Feb 21 08:30:38.556 INFO O| Feb 21 08:30:38.556 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742025-02-21T08:30:39.971Z[ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95752025-02-21T08:30:39.971Z[ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO copying /tmp/.tmpDANt3T/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 ...
95762025-02-21T08:30:39.971Z[ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95772025-02-21T08:30:39.974Z[ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO ok!
95782025-02-21T08:30:39.974Z[ host-image] Feb 21 08:30:38.576 INFO O| Feb 21 08:30:38.576 INFO STEP 92 (ensure_file) COMPLETE
95792025-02-21T08:30:39.975Z[ host-image] Feb 21 08:30:38.577 INFO O| Feb 21 08:30:38.576 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802025-02-21T08:30:39.996Z[ host-image] Feb 21 08:30:38.600 INFO O| Feb 21 08:30:38.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95812025-02-21T08:30:39.996Z[ host-image] Feb 21 08:30:38.600 INFO O| Feb 21 08:30:38.600 INFO copying /tmp/.tmpDANt3T/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 ...
95822025-02-21T08:30:39.999Z[ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95832025-02-21T08:30:39.999Z[ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.601 INFO ok!
95842025-02-21T08:30:39.999Z[ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.601 INFO STEP 93 (ensure_file) COMPLETE
95852025-02-21T08:30:39.999Z[ host-image] Feb 21 08:30:38.601 INFO O| Feb 21 08:30:38.601 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95872025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO copying /tmp/.tmpDANt3T/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 ...
95882025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95892025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO ok!
95902025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO STEP 94 (ensure_file) COMPLETE
95912025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.663 INFO O| Feb 21 08:30:38.663 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95932025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO copying /tmp/.tmpDANt3T/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 ...
95942025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95952025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO ok!
95962025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO STEP 95 (ensure_file) COMPLETE
95972025-02-21T08:30:40.111Z[ host-image] Feb 21 08:30:38.705 INFO O| Feb 21 08:30:38.705 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982025-02-21T08:30:40.122Z[ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95992025-02-21T08:30:40.122Z[ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO copying /tmp/.tmpDANt3T/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 ...
96002025-02-21T08:30:40.125Z[ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96012025-02-21T08:30:40.125Z[ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO ok!
96022025-02-21T08:30:40.125Z[ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO STEP 96 (ensure_file) COMPLETE
96032025-02-21T08:30:40.125Z[ host-image] Feb 21 08:30:38.727 INFO O| Feb 21 08:30:38.727 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042025-02-21T08:30:40.143Z[ host-image] Feb 21 08:30:38.748 INFO O| Feb 21 08:30:38.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
96052025-02-21T08:30:40.143Z[ host-image] Feb 21 08:30:38.748 INFO O| Feb 21 08:30:38.748 INFO copying /tmp/.tmpDANt3T/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 ...
96062025-02-21T08:30:40.147Z[ host-image] Feb 21 08:30:38.748 INFO O| Feb 21 08:30:38.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
96072025-02-21T08:30:40.147Z[ host-image] Feb 21 08:30:38.749 INFO O| Feb 21 08:30:38.748 INFO ok!
96082025-02-21T08:30:40.147Z[ host-image] Feb 21 08:30:38.749 INFO O| Feb 21 08:30:38.749 INFO STEP 97 (ensure_file) COMPLETE
96092025-02-21T08:30:40.147Z[ host-image] Feb 21 08:30:38.749 INFO O| Feb 21 08:30:38.749 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102025-02-21T08:30:40.164Z[ host-image] Feb 21 08:30:38.768 INFO O| Feb 21 08:30:38.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96112025-02-21T08:30:40.164Z[ host-image] Feb 21 08:30:38.768 INFO O| Feb 21 08:30:38.768 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96122025-02-21T08:30:40.168Z[ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96132025-02-21T08:30:40.168Z[ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.769 INFO ok!
96142025-02-21T08:30:40.168Z[ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.769 INFO STEP 98 (ensure_file) COMPLETE
96152025-02-21T08:30:40.168Z[ host-image] Feb 21 08:30:38.769 INFO O| Feb 21 08:30:38.769 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162025-02-21T08:30:40.185Z[ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96172025-02-21T08:30:40.185Z[ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO copying /tmp/.tmpDANt3T/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 ...
96182025-02-21T08:30:40.185Z[ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96192025-02-21T08:30:40.185Z[ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO ok!
96202025-02-21T08:30:40.185Z[ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO STEP 99 (ensure_file) COMPLETE
96212025-02-21T08:30:40.185Z[ host-image] Feb 21 08:30:38.789 INFO O| Feb 21 08:30:38.789 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222025-02-21T08:30:40.205Z[ host-image] Feb 21 08:30:38.809 INFO O| Feb 21 08:30:38.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96232025-02-21T08:30:40.205Z[ host-image] Feb 21 08:30:38.809 INFO O| Feb 21 08:30:38.809 INFO copying /tmp/.tmpDANt3T/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 ...
96242025-02-21T08:30:40.208Z[ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96252025-02-21T08:30:40.208Z[ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.810 INFO ok!
96262025-02-21T08:30:40.208Z[ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.810 INFO STEP 100 (ensure_file) COMPLETE
96272025-02-21T08:30:40.208Z[ host-image] Feb 21 08:30:38.810 INFO O| Feb 21 08:30:38.810 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282025-02-21T08:30:40.226Z[ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96292025-02-21T08:30:40.226Z[ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO copying /tmp/.tmpDANt3T/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 ...
96302025-02-21T08:30:40.229Z[ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96312025-02-21T08:30:40.229Z[ host-image] Feb 21 08:30:38.831 INFO O| Feb 21 08:30:38.831 INFO ok!
96322025-02-21T08:30:40.229Z[ host-image] Feb 21 08:30:38.832 INFO O| Feb 21 08:30:38.831 INFO STEP 101 (ensure_file) COMPLETE
96332025-02-21T08:30:40.229Z[ host-image] Feb 21 08:30:38.832 INFO O| Feb 21 08:30:38.832 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342025-02-21T08:30:40.247Z[ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96352025-02-21T08:30:40.247Z[ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.851 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96362025-02-21T08:30:40.250Z[ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96372025-02-21T08:30:40.251Z[ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO ok!
96382025-02-21T08:30:40.251Z[ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO STEP 102 (ensure_file) COMPLETE
96392025-02-21T08:30:40.251Z[ host-image] Feb 21 08:30:38.852 INFO O| Feb 21 08:30:38.852 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402025-02-21T08:30:40.267Z[ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96412025-02-21T08:30:40.267Z[ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO copying /tmp/.tmpDANt3T/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 ...
96422025-02-21T08:30:40.267Z[ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96432025-02-21T08:30:40.270Z[ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO ok!
96442025-02-21T08:30:40.270Z[ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO STEP 103 (ensure_file) COMPLETE
96452025-02-21T08:30:40.270Z[ host-image] Feb 21 08:30:38.872 INFO O| Feb 21 08:30:38.872 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462025-02-21T08:30:40.287Z[ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96472025-02-21T08:30:40.287Z[ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO copying /tmp/.tmpDANt3T/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 ...
96482025-02-21T08:30:40.291Z[ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96492025-02-21T08:30:40.291Z[ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO ok!
96502025-02-21T08:30:40.291Z[ host-image] Feb 21 08:30:38.892 INFO O| Feb 21 08:30:38.892 INFO STEP 104 (ensure_file) COMPLETE
96512025-02-21T08:30:40.292Z[ host-image] Feb 21 08:30:38.893 INFO O| Feb 21 08:30:38.892 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522025-02-21T08:30:40.308Z[ host-image] Feb 21 08:30:38.912 INFO O| Feb 21 08:30:38.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96532025-02-21T08:30:40.308Z[ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.912 INFO copying /tmp/.tmpDANt3T/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 ...
96542025-02-21T08:30:40.311Z[ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96552025-02-21T08:30:40.311Z[ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO ok!
96562025-02-21T08:30:40.311Z[ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO STEP 105 (ensure_file) COMPLETE
96572025-02-21T08:30:40.311Z[ host-image] Feb 21 08:30:38.913 INFO O| Feb 21 08:30:38.913 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582025-02-21T08:30:40.330Z[ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96592025-02-21T08:30:40.330Z[ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO copying /tmp/.tmpDANt3T/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 ...
96602025-02-21T08:30:40.330Z[ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96612025-02-21T08:30:40.333Z[ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO ok!
96622025-02-21T08:30:40.333Z[ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO STEP 106 (ensure_file) COMPLETE
96632025-02-21T08:30:40.333Z[ host-image] Feb 21 08:30:38.934 INFO O| Feb 21 08:30:38.934 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642025-02-21T08:30:40.350Z[ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96652025-02-21T08:30:40.350Z[ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO copying /tmp/.tmpDANt3T/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 ...
96662025-02-21T08:30:40.353Z[ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96672025-02-21T08:30:40.354Z[ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO ok!
96682025-02-21T08:30:40.354Z[ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO STEP 107 (ensure_file) COMPLETE
96692025-02-21T08:30:40.354Z[ host-image] Feb 21 08:30:38.955 INFO O| Feb 21 08:30:38.955 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702025-02-21T08:30:40.368Z[ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96712025-02-21T08:30:40.369Z[ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO copying /tmp/.tmpDANt3T/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 ...
96722025-02-21T08:30:40.369Z[ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96732025-02-21T08:30:40.369Z[ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO ok!
96742025-02-21T08:30:40.369Z[ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO STEP 108 (ensure_file) COMPLETE
96752025-02-21T08:30:40.369Z[ host-image] Feb 21 08:30:38.973 INFO O| Feb 21 08:30:38.973 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762025-02-21T08:30:40.387Z[ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96772025-02-21T08:30:40.387Z[ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO copying /tmp/.tmpDANt3T/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 ...
96782025-02-21T08:30:40.387Z[ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96792025-02-21T08:30:40.387Z[ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO ok!
96802025-02-21T08:30:40.388Z[ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO STEP 109 (ensure_file) COMPLETE
96812025-02-21T08:30:40.391Z[ host-image] Feb 21 08:30:38.992 INFO O| Feb 21 08:30:38.992 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822025-02-21T08:30:40.408Z[ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96832025-02-21T08:30:40.408Z[ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO copying /tmp/.tmpDANt3T/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 ...
96842025-02-21T08:30:40.411Z[ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96852025-02-21T08:30:40.411Z[ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO ok!
96862025-02-21T08:30:40.411Z[ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO STEP 110 (ensure_file) COMPLETE
96872025-02-21T08:30:40.411Z[ host-image] Feb 21 08:30:39.013 INFO O| Feb 21 08:30:39.013 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882025-02-21T08:30:40.439Z[ host-image] Feb 21 08:30:39.042 INFO O| Feb 21 08:30:39.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96892025-02-21T08:30:40.439Z[ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO copying /tmp/.tmpDANt3T/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 ...
96902025-02-21T08:30:40.442Z[ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96912025-02-21T08:30:40.442Z[ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO ok!
96922025-02-21T08:30:40.442Z[ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO STEP 111 (ensure_file) COMPLETE
96932025-02-21T08:30:40.442Z[ host-image] Feb 21 08:30:39.043 INFO O| Feb 21 08:30:39.043 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942025-02-21T08:30:40.462Z[ host-image] Feb 21 08:30:39.067 INFO O| Feb 21 08:30:39.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96952025-02-21T08:30:40.463Z[ host-image] Feb 21 08:30:39.067 INFO O| Feb 21 08:30:39.067 INFO copying /tmp/.tmpDANt3T/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 ...
96962025-02-21T08:30:40.466Z[ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96972025-02-21T08:30:40.466Z[ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.068 INFO ok!
96982025-02-21T08:30:40.466Z[ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.068 INFO STEP 112 (ensure_file) COMPLETE
96992025-02-21T08:30:40.466Z[ host-image] Feb 21 08:30:39.068 INFO O| Feb 21 08:30:39.068 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002025-02-21T08:30:40.485Z[ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
97012025-02-21T08:30:40.485Z[ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO copying /tmp/.tmpDANt3T/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 ...
97022025-02-21T08:30:40.488Z[ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
97032025-02-21T08:30:40.488Z[ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO ok!
97042025-02-21T08:30:40.488Z[ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO STEP 113 (ensure_file) COMPLETE
97052025-02-21T08:30:40.488Z[ host-image] Feb 21 08:30:39.090 INFO O| Feb 21 08:30:39.090 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062025-02-21T08:30:40.506Z[ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
97072025-02-21T08:30:40.506Z[ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO copying /tmp/.tmpDANt3T/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 ...
97082025-02-21T08:30:40.509Z[ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
97092025-02-21T08:30:40.509Z[ host-image] Feb 21 08:30:39.111 INFO O| Feb 21 08:30:39.111 INFO ok!
97102025-02-21T08:30:40.509Z[ host-image] Feb 21 08:30:39.112 INFO O| Feb 21 08:30:39.112 INFO STEP 114 (ensure_file) COMPLETE
97112025-02-21T08:30:40.510Z[ host-image] Feb 21 08:30:39.112 INFO O| Feb 21 08:30:39.112 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122025-02-21T08:30:40.528Z[ host-image] Feb 21 08:30:39.130 INFO O| Feb 21 08:30:39.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97132025-02-21T08:30:40.528Z[ host-image] Feb 21 08:30:39.130 INFO O| Feb 21 08:30:39.130 INFO copying /tmp/.tmpDANt3T/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 ...
97142025-02-21T08:30:40.531Z[ host-image] Feb 21 08:30:39.130 INFO O| Feb 21 08:30:39.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97152025-02-21T08:30:40.531Z[ host-image] Feb 21 08:30:39.131 INFO O| Feb 21 08:30:39.130 INFO ok!
97162025-02-21T08:30:40.531Z[ host-image] Feb 21 08:30:39.131 INFO O| Feb 21 08:30:39.130 INFO STEP 115 (ensure_file) COMPLETE
97172025-02-21T08:30:40.531Z[ host-image] Feb 21 08:30:39.131 INFO O| Feb 21 08:30:39.130 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182025-02-21T08:30:40.556Z[ host-image] Feb 21 08:30:39.161 INFO O| Feb 21 08:30:39.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97192025-02-21T08:30:40.557Z[ host-image] Feb 21 08:30:39.161 INFO O| Feb 21 08:30:39.161 INFO copying /tmp/.tmpDANt3T/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 ...
97202025-02-21T08:30:40.560Z[ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97212025-02-21T08:30:40.560Z[ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO ok!
97222025-02-21T08:30:40.560Z[ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO STEP 116 (ensure_file) COMPLETE
97232025-02-21T08:30:40.560Z[ host-image] Feb 21 08:30:39.162 INFO O| Feb 21 08:30:39.162 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242025-02-21T08:30:40.615Z[ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97252025-02-21T08:30:40.615Z[ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO copying /tmp/.tmpDANt3T/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 ...
97262025-02-21T08:30:40.618Z[ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97272025-02-21T08:30:40.618Z[ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO ok!
97282025-02-21T08:30:40.618Z[ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO STEP 117 (ensure_file) COMPLETE
97292025-02-21T08:30:40.618Z[ host-image] Feb 21 08:30:39.220 INFO O| Feb 21 08:30:39.220 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302025-02-21T08:30:40.677Z[ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97312025-02-21T08:30:40.677Z[ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO copying /tmp/.tmpDANt3T/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 ...
97322025-02-21T08:30:40.677Z[ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97332025-02-21T08:30:40.677Z[ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO ok!
97342025-02-21T08:30:40.680Z[ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO STEP 118 (ensure_file) COMPLETE
97352025-02-21T08:30:40.680Z[ host-image] Feb 21 08:30:39.282 INFO O| Feb 21 08:30:39.282 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362025-02-21T08:30:40.699Z[ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97372025-02-21T08:30:40.699Z[ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO copying /tmp/.tmpDANt3T/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 ...
97382025-02-21T08:30:40.702Z[ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97392025-02-21T08:30:40.702Z[ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO ok!
97402025-02-21T08:30:40.702Z[ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO STEP 119 (ensure_file) COMPLETE
97412025-02-21T08:30:40.702Z[ host-image] Feb 21 08:30:39.304 INFO O| Feb 21 08:30:39.304 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97422025-02-21T08:30:40.720Z[ host-image] Feb 21 08:30:39.324 INFO O| Feb 21 08:30:39.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97432025-02-21T08:30:40.720Z[ host-image] Feb 21 08:30:39.324 INFO O| Feb 21 08:30:39.324 INFO copying /tmp/.tmpDANt3T/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 ...
97442025-02-21T08:30:40.720Z[ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97452025-02-21T08:30:40.722Z[ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.325 INFO ok!
97462025-02-21T08:30:40.723Z[ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.325 INFO STEP 120 (ensure_file) COMPLETE
97472025-02-21T08:30:40.723Z[ host-image] Feb 21 08:30:39.325 INFO O| Feb 21 08:30:39.325 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482025-02-21T08:30:40.738Z[ host-image] Feb 21 08:30:39.343 INFO O| Feb 21 08:30:39.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97492025-02-21T08:30:40.739Z[ host-image] Feb 21 08:30:39.343 INFO O| Feb 21 08:30:39.343 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97502025-02-21T08:30:40.741Z[ host-image] Feb 21 08:30:39.343 INFO O| Feb 21 08:30:39.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97512025-02-21T08:30:40.742Z[ host-image] Feb 21 08:30:39.344 INFO O| Feb 21 08:30:39.343 INFO ok!
97522025-02-21T08:30:40.742Z[ host-image] Feb 21 08:30:39.344 INFO O| Feb 21 08:30:39.344 INFO STEP 121 (ensure_file) COMPLETE
97532025-02-21T08:30:40.742Z[ host-image] Feb 21 08:30:39.344 INFO O| Feb 21 08:30:39.344 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542025-02-21T08:30:40.758Z[ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97552025-02-21T08:30:40.759Z[ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO copying /tmp/.tmpDANt3T/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 ...
97562025-02-21T08:30:40.762Z[ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97572025-02-21T08:30:40.762Z[ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO ok!
97582025-02-21T08:30:40.762Z[ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO STEP 122 (ensure_file) COMPLETE
97592025-02-21T08:30:40.762Z[ host-image] Feb 21 08:30:39.363 INFO O| Feb 21 08:30:39.363 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602025-02-21T08:30:40.767Z[ recovery-image] Feb 21 08:30:39.372 INFO E| Finished `release` profile [optimized] target(s) in 1m 21s
97612025-02-21T08:30:40.777Z[ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97622025-02-21T08:30:40.777Z[ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97632025-02-21T08:30:40.780Z[ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97642025-02-21T08:30:40.780Z[ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO ok!
97652025-02-21T08:30:40.780Z[ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO STEP 123 (ensure_file) COMPLETE
97662025-02-21T08:30:40.780Z[ host-image] Feb 21 08:30:39.382 INFO O| Feb 21 08:30:39.382 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672025-02-21T08:30:40.798Z[ host-image] Feb 21 08:30:39.403 INFO O| Feb 21 08:30:39.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97682025-02-21T08:30:40.798Z[ host-image] Feb 21 08:30:39.403 INFO O| Feb 21 08:30:39.403 INFO copying /tmp/.tmpDANt3T/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97692025-02-21T08:30:40.802Z[ recovery-image] Feb 21 08:30:39.406 INFO building host image...
97702025-02-21T08:30:40.802Z[ recovery-image] Feb 21 08:30:39.406 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")
97712025-02-21T08:30:42.038Z[ recovery-image] Feb 21 08:30:40.643 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
97722025-02-21T08:30:45.103Z[ recovery-image] Feb 21 08:30:43.708 INFO image complete! materials are in "/work/os-recovery"
97732025-02-21T08:30:45.110Z[ recovery-image]
97742025-02-21T08:30:45.113Z[ recovery-image] real 11:22.453435381
97752025-02-21T08:30:45.113Z[ recovery-image] user 6:54.843478392
97762025-02-21T08:30:45.113Z[ recovery-image] sys 1:04.493627613
97772025-02-21T08:30:45.113Z[ recovery-image] trap 0.400385268
97782025-02-21T08:30:45.113Z[ recovery-image] tflt 0.427213766
97792025-02-21T08:30:45.113Z[ recovery-image] dflt 3.313847073
97802025-02-21T08:30:45.113Z[ recovery-image] kflt 0.000989491
97812025-02-21T08:30:45.113Z[ recovery-image] lock 27:08.406976134
97822025-02-21T08:30:45.113Z[ recovery-image] slp 1:09:46.969123244
97832025-02-21T08:30:45.113Z[ recovery-image] lat 5:50.819695898
97842025-02-21T08:30:45.113Z[ recovery-image] stop 13.137274430
97852025-02-21T08:30:45.113ZFeb 21 08:30:43.716 INFO [recovery-image] process exited with exit status: 0 (682.507527652s)
97862025-02-21T08:30:53.559Z[ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97872025-02-21T08:30:53.559Z[ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO ok!
97882025-02-21T08:30:53.562Z[ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO STEP 124 (ensure_file) COMPLETE
97892025-02-21T08:30:53.562Z[ host-image] Feb 21 08:30:52.164 INFO O| Feb 21 08:30:52.164 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97902025-02-21T08:30:53.579Z[ host-image] Feb 21 08:30:52.184 INFO O| Feb 21 08:30:52.184 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97912025-02-21T08:30:53.579Z[ host-image] Feb 21 08:30:52.184 INFO O| Feb 21 08:30:52.184 INFO STEP 125 (ensure_dir) COMPLETE
97922025-02-21T08:30:53.579Z[ host-image] Feb 21 08:30:52.184 INFO O| Feb 21 08:30:52.184 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-21T08:30:53.599Z[ host-image] Feb 21 08:30:52.203 INFO O| Feb 21 08:30:52.203 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97942025-02-21T08:30:53.599Z[ host-image] Feb 21 08:30:52.203 INFO O| Feb 21 08:30:52.203 INFO STEP 126 (ensure_dir) COMPLETE
97952025-02-21T08:30:53.601Z[ host-image] Feb 21 08:30:52.203 INFO O| Feb 21 08:30:52.203 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97962025-02-21T08:30:53.634Z[ host-image] Feb 21 08:30:52.238 INFO O| Feb 21 08:30:52.238 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97972025-02-21T08:30:53.634Z[ host-image] Feb 21 08:30:52.238 INFO O| Feb 21 08:30:52.238 INFO STEP 127 (ensure_dir) COMPLETE
97982025-02-21T08:30:53.637Z[ host-image] Feb 21 08:30:52.238 INFO O| Feb 21 08:30:52.238 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-21T08:30:53.670Z[ host-image] Feb 21 08:30:52.275 INFO O| Feb 21 08:30:52.275 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98002025-02-21T08:30:53.670Z[ host-image] Feb 21 08:30:52.275 INFO O| Feb 21 08:30:52.275 INFO STEP 128 (ensure_dir) COMPLETE
98012025-02-21T08:30:53.673Z[ host-image] Feb 21 08:30:52.275 INFO O| Feb 21 08:30:52.275 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98022025-02-21T08:30:53.708Z[ host-image] Feb 21 08:30:52.312 INFO O| Feb 21 08:30:52.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98032025-02-21T08:30:53.708Z[ host-image] Feb 21 08:30:52.312 INFO O| Feb 21 08:30:52.312 INFO copying /tmp/.tmpDANt3T/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 ...
98042025-02-21T08:30:53.711Z[ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98052025-02-21T08:30:53.711Z[ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.312 INFO ok!
98062025-02-21T08:30:53.711Z[ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.313 INFO STEP 129 (ensure_file) COMPLETE
98072025-02-21T08:30:53.711Z[ host-image] Feb 21 08:30:52.313 INFO O| Feb 21 08:30:52.313 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98082025-02-21T08:30:53.768Z[ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98092025-02-21T08:30:53.768Z[ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98102025-02-21T08:30:53.768Z[ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98112025-02-21T08:30:53.768Z[ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO STEP 130 (ensure_dir) COMPLETE
98122025-02-21T08:30:53.768Z[ host-image] Feb 21 08:30:52.372 INFO O| Feb 21 08:30:52.372 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132025-02-21T08:30:53.788Z[ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98142025-02-21T08:30:53.788Z[ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO copying /tmp/.tmpDANt3T/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98152025-02-21T08:30:53.789Z[ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98162025-02-21T08:30:53.789Z[ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO ok!
98172025-02-21T08:30:53.792Z[ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO STEP 131 (ensure_file) COMPLETE
98182025-02-21T08:30:53.792Z[ host-image] Feb 21 08:30:52.393 INFO O| Feb 21 08:30:52.393 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192025-02-21T08:30:53.809Z[ host-image] Feb 21 08:30:52.414 INFO O| Feb 21 08:30:52.414 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98202025-02-21T08:30:53.813Z[ host-image] Feb 21 08:30:52.414 INFO O| Feb 21 08:30:52.414 INFO STEP 132 (remove_files) COMPLETE
98212025-02-21T08:30:53.813Z[ host-image] Feb 21 08:30:52.414 INFO O| Feb 21 08:30:52.414 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222025-02-21T08:30:53.829Z[ host-image] Feb 21 08:30:52.433 INFO O| Feb 21 08:30:52.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98232025-02-21T08:30:53.829Z[ host-image] Feb 21 08:30:52.433 INFO O| Feb 21 08:30:52.433 INFO STEP 133 (remove_files) COMPLETE
98242025-02-21T08:30:53.831Z[ host-image] Feb 21 08:30:52.433 INFO O| Feb 21 08:30:52.433 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252025-02-21T08:30:53.849Z[ host-image] Feb 21 08:30:52.454 INFO O| Feb 21 08:30:52.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98262025-02-21T08:30:53.852Z[ host-image] Feb 21 08:30:52.454 INFO O| Feb 21 08:30:52.454 INFO STEP 134 (remove_files) COMPLETE
98272025-02-21T08:30:53.852Z[ host-image] Feb 21 08:30:52.454 INFO O| Feb 21 08:30:52.454 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282025-02-21T08:30:53.882Z[ host-image] Feb 21 08:30:52.487 INFO O| Feb 21 08:30:52.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98292025-02-21T08:30:53.885Z[ host-image] Feb 21 08:30:52.487 INFO O| Feb 21 08:30:52.487 INFO STEP 135 (remove_files) COMPLETE
98302025-02-21T08:30:53.885Z[ host-image] Feb 21 08:30:52.487 INFO O| Feb 21 08:30:52.487 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312025-02-21T08:30:53.942Z[ host-image] Feb 21 08:30:52.546 INFO O| Feb 21 08:30:52.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98322025-02-21T08:30:53.944Z[ host-image] Feb 21 08:30:52.546 INFO O| Feb 21 08:30:52.546 INFO STEP 136 (remove_files) COMPLETE
98332025-02-21T08:30:53.944Z[ host-image] Feb 21 08:30:52.547 INFO O| Feb 21 08:30:52.546 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342025-02-21T08:30:54.004Z[ host-image] Feb 21 08:30:52.608 INFO O| Feb 21 08:30:52.608 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98352025-02-21T08:30:54.007Z[ host-image] Feb 21 08:30:52.608 INFO O| Feb 21 08:30:52.608 INFO STEP 137 (remove_files) COMPLETE
98362025-02-21T08:30:54.007Z[ host-image] Feb 21 08:30:52.608 INFO O| Feb 21 08:30:52.608 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372025-02-21T08:30:54.065Z[ host-image] Feb 21 08:30:52.670 INFO O| Feb 21 08:30:52.670 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98382025-02-21T08:30:54.065Z[ host-image] Feb 21 08:30:52.670 INFO O| Feb 21 08:30:52.670 INFO STEP 138 (remove_files) COMPLETE
98392025-02-21T08:30:54.068Z[ host-image] Feb 21 08:30:52.670 INFO O| Feb 21 08:30:52.670 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402025-02-21T08:30:54.083Z[ host-image] Feb 21 08:30:52.688 INFO O| Feb 21 08:30:52.687 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98412025-02-21T08:30:54.083Z[ host-image] Feb 21 08:30:52.688 INFO O| Feb 21 08:30:52.688 INFO STEP 139 (remove_files) COMPLETE
98422025-02-21T08:30:54.083Z[ host-image] Feb 21 08:30:52.688 INFO O| Feb 21 08:30:52.688 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432025-02-21T08:30:54.103Z[ host-image] Feb 21 08:30:52.707 INFO O| Feb 21 08:30:52.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98442025-02-21T08:30:54.103Z[ host-image] Feb 21 08:30:52.707 INFO O| Feb 21 08:30:52.707 INFO STEP 140 (remove_files) COMPLETE
98452025-02-21T08:30:54.107Z[ host-image] Feb 21 08:30:52.707 INFO O| Feb 21 08:30:52.707 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462025-02-21T08:30:54.123Z[ host-image] Feb 21 08:30:52.727 INFO O| Feb 21 08:30:52.727 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98472025-02-21T08:30:54.123Z[ host-image] Feb 21 08:30:52.727 INFO O| Feb 21 08:30:52.727 INFO STEP 141 (remove_files) COMPLETE
98482025-02-21T08:30:54.123Z[ host-image] Feb 21 08:30:52.727 INFO O| Feb 21 08:30:52.727 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492025-02-21T08:30:54.142Z[ host-image] Feb 21 08:30:52.747 INFO O| Feb 21 08:30:52.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98502025-02-21T08:30:54.142Z[ host-image] Feb 21 08:30:52.747 INFO O| Feb 21 08:30:52.747 INFO STEP 142 (remove_files) COMPLETE
98512025-02-21T08:30:54.142Z[ host-image] Feb 21 08:30:52.747 INFO O| Feb 21 08:30:52.747 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522025-02-21T08:30:54.165Z[ host-image] Feb 21 08:30:52.768 INFO O| Feb 21 08:30:52.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98532025-02-21T08:30:54.165Z[ host-image] Feb 21 08:30:52.768 INFO O| Feb 21 08:30:52.768 INFO STEP 143 (remove_files) COMPLETE
98542025-02-21T08:30:54.165Z[ host-image] Feb 21 08:30:52.768 INFO O| Feb 21 08:30:52.768 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552025-02-21T08:30:54.193Z[ host-image] Feb 21 08:30:52.797 INFO O| Feb 21 08:30:52.797 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98562025-02-21T08:30:54.193Z[ host-image] Feb 21 08:30:52.797 INFO O| Feb 21 08:30:52.797 INFO STEP 144 (remove_files) COMPLETE
98572025-02-21T08:30:54.193Z[ host-image] Feb 21 08:30:52.797 INFO O| Feb 21 08:30:52.797 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582025-02-21T08:30:54.214Z[ host-image] Feb 21 08:30:52.816 INFO O| Feb 21 08:30:52.816 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98592025-02-21T08:30:54.214Z[ host-image] Feb 21 08:30:52.816 INFO O| Feb 21 08:30:52.816 INFO STEP 145 (remove_files) COMPLETE
98602025-02-21T08:30:54.214Z[ host-image] Feb 21 08:30:52.816 INFO O| Feb 21 08:30:52.816 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612025-02-21T08:30:54.245Z[ host-image] Feb 21 08:30:52.849 INFO O| Feb 21 08:30:52.849 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98622025-02-21T08:30:54.245Z[ host-image] Feb 21 08:30:52.850 INFO O| Feb 21 08:30:52.850 INFO STEP 146 (remove_files) COMPLETE
98632025-02-21T08:30:54.249Z[ host-image] Feb 21 08:30:52.850 INFO O| Feb 21 08:30:52.850 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642025-02-21T08:30:54.264Z[ host-image] Feb 21 08:30:52.869 INFO O| Feb 21 08:30:52.868 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98652025-02-21T08:30:54.268Z[ host-image] Feb 21 08:30:52.869 INFO O| Feb 21 08:30:52.869 INFO STEP 147 (remove_files) COMPLETE
98662025-02-21T08:30:54.270Z[ host-image] Feb 21 08:30:52.869 INFO O| Feb 21 08:30:52.869 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672025-02-21T08:30:54.284Z[ host-image] Feb 21 08:30:52.887 INFO O| Feb 21 08:30:52.887 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98682025-02-21T08:30:54.285Z[ host-image] Feb 21 08:30:52.887 INFO O| Feb 21 08:30:52.887 INFO STEP 148 (remove_files) COMPLETE
98692025-02-21T08:30:54.285Z[ host-image] Feb 21 08:30:52.887 INFO O| Feb 21 08:30:52.887 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702025-02-21T08:30:54.303Z[ host-image] Feb 21 08:30:52.908 INFO O| Feb 21 08:30:52.907 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98712025-02-21T08:30:54.303Z[ host-image] Feb 21 08:30:52.908 INFO O| Feb 21 08:30:52.908 INFO STEP 149 (remove_files) COMPLETE
98722025-02-21T08:30:54.303Z[ host-image] Feb 21 08:30:52.908 INFO O| Feb 21 08:30:52.908 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98732025-02-21T08:30:54.324Z[ host-image] Feb 21 08:30:52.928 INFO O| Feb 21 08:30:52.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98742025-02-21T08:30:54.324Z[ host-image] Feb 21 08:30:52.928 INFO O| Feb 21 08:30:52.928 INFO STEP 150 (remove_files) COMPLETE
98752025-02-21T08:30:54.328Z[ host-image] Feb 21 08:30:52.928 INFO O| Feb 21 08:30:52.928 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98762025-02-21T08:30:54.343Z[ host-image] Feb 21 08:30:52.948 INFO O| Feb 21 08:30:52.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98772025-02-21T08:30:54.344Z[ host-image] Feb 21 08:30:52.948 INFO O| Feb 21 08:30:52.948 INFO STEP 151 (remove_files) COMPLETE
98782025-02-21T08:30:54.346Z[ host-image] Feb 21 08:30:52.948 INFO O| Feb 21 08:30:52.948 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98792025-02-21T08:30:54.388Z[ host-image] Feb 21 08:30:52.993 INFO O| Feb 21 08:30:52.993 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98802025-02-21T08:30:54.391Z[ host-image] Feb 21 08:30:52.993 INFO O| Feb 21 08:30:52.993 INFO STEP 152 (remove_files) COMPLETE
98812025-02-21T08:30:54.391Z[ host-image] Feb 21 08:30:52.993 INFO O| Feb 21 08:30:52.993 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98822025-02-21T08:30:54.415Z[ host-image] Feb 21 08:30:53.017 INFO O| Feb 21 08:30:53.017 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98832025-02-21T08:30:54.418Z[ host-image] Feb 21 08:30:53.017 INFO O| Feb 21 08:30:53.017 INFO STEP 153 (remove_files) COMPLETE
98842025-02-21T08:30:54.418Z[ host-image] Feb 21 08:30:53.017 INFO O| Feb 21 08:30:53.017 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98852025-02-21T08:30:54.434Z[ host-image] Feb 21 08:30:53.039 INFO O| Feb 21 08:30:53.038 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98862025-02-21T08:30:54.435Z[ host-image] Feb 21 08:30:53.039 INFO O| Feb 21 08:30:53.039 INFO STEP 154 (remove_files) COMPLETE
98872025-02-21T08:30:54.435Z[ host-image] Feb 21 08:30:53.039 INFO O| Feb 21 08:30:53.039 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98882025-02-21T08:30:54.453Z[ host-image] Feb 21 08:30:53.058 INFO O| Feb 21 08:30:53.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98892025-02-21T08:30:54.453Z[ host-image] Feb 21 08:30:53.058 INFO O| Feb 21 08:30:53.058 INFO STEP 155 (remove_files) COMPLETE
98902025-02-21T08:30:54.453Z[ host-image] Feb 21 08:30:53.058 INFO O| Feb 21 08:30:53.058 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98912025-02-21T08:30:54.472Z[ host-image] Feb 21 08:30:53.077 INFO O| Feb 21 08:30:53.077 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98922025-02-21T08:30:54.472Z[ host-image] Feb 21 08:30:53.077 INFO O| Feb 21 08:30:53.077 INFO STEP 156 (remove_files) COMPLETE
98932025-02-21T08:30:54.472Z[ host-image] Feb 21 08:30:53.077 INFO O| Feb 21 08:30:53.077 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98942025-02-21T08:30:54.528Z[ host-image] Feb 21 08:30:53.133 INFO O| Feb 21 08:30:53.133 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98952025-02-21T08:30:54.529Z[ host-image] Feb 21 08:30:53.133 INFO O| Feb 21 08:30:53.133 INFO STEP 157 (remove_files) COMPLETE
98962025-02-21T08:30:54.529Z[ host-image] Feb 21 08:30:53.133 INFO O| Feb 21 08:30:53.133 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98972025-02-21T08:30:54.548Z[ host-image] Feb 21 08:30:53.153 INFO O| Feb 21 08:30:53.153 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98982025-02-21T08:30:54.548Z[ host-image] Feb 21 08:30:53.153 INFO O| Feb 21 08:30:53.153 INFO STEP 158 (remove_files) COMPLETE
98992025-02-21T08:30:54.548Z[ host-image] Feb 21 08:30:53.153 INFO O| Feb 21 08:30:53.153 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99002025-02-21T08:30:54.598Z[ host-image] Feb 21 08:30:53.203 INFO O| Feb 21 08:30:53.203 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99012025-02-21T08:30:54.598Z[ host-image] Feb 21 08:30:53.203 INFO O| Feb 21 08:30:53.203 INFO STEP 159 (remove_files) COMPLETE
99022025-02-21T08:30:54.601Z[ host-image] Feb 21 08:30:53.203 INFO O| Feb 21 08:30:53.203 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99032025-02-21T08:30:54.619Z[ host-image] Feb 21 08:30:53.224 INFO O| Feb 21 08:30:53.224 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99042025-02-21T08:30:54.619Z[ host-image] Feb 21 08:30:53.224 INFO O| Feb 21 08:30:53.224 INFO STEP 160 (remove_files) COMPLETE
99052025-02-21T08:30:54.619Z[ host-image] Feb 21 08:30:53.224 INFO O| Feb 21 08:30:53.224 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99062025-02-21T08:30:54.649Z[ host-image] Feb 21 08:30:53.254 INFO O| Feb 21 08:30:53.254 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99072025-02-21T08:30:54.652Z[ host-image] Feb 21 08:30:53.255 INFO O| Feb 21 08:30:53.255 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99082025-02-21T08:31:06.319Z[ host-image] Feb 21 08:31:04.924 INFO O| Feb 21 08:31:04.924 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
99092025-02-21T08:31:06.336Z[ host-image] Feb 21 08:31:04.924 INFO O| Feb 21 08:31:04.924 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99102025-02-21T08:31:06.340Z[ host-image] Feb 21 08:31:04.944 INFO O| Feb 21 08:31:04.944 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
99112025-02-21T08:31:06.471Z[ host-image] Feb 21 08:31:05.076 INFO O| Feb 21 08:31:05.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99122025-02-21T08:31:06.474Z[ host-image] Feb 21 08:31:05.076 INFO O| Feb 21 08:31:05.076 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99132025-02-21T08:31:06.474Z[ host-image] Feb 21 08:31:05.078 INFO O| Feb 21 08:31:05.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99142025-02-21T08:31:06.474Z[ host-image] Feb 21 08:31:05.078 INFO O| Feb 21 08:31:05.078 INFO ok!
99152025-02-21T08:31:06.474Z[ host-image] Feb 21 08:31:05.078 INFO O| Feb 21 08:31:05.078 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99162025-02-21T08:31:06.476Z[ host-image] Feb 21 08:31:05.079 INFO O| Feb 21 08:31:05.079 INFO STEP 161 (seed_smf) COMPLETE
99172025-02-21T08:31:06.476Z[ host-image] Feb 21 08:31:05.079 INFO O| Feb 21 08:31:05.079 INFO steps complete; finalising image!
99182025-02-21T08:31:06.476Z[ host-image] Feb 21 08:31:05.079 INFO O| Feb 21 08:31:05.079 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99192025-02-21T08:31:06.655Z[ host-image] Feb 21 08:31:05.259 INFO O| Feb 21 08:31:05.259 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 08:31:05 2025)
99202025-02-21T08:31:06.867Z[ host-image] Feb 21 08:31:05.471 INFO O| Feb 21 08:31:05.471 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Fri Feb 21 08:31:05 2025)
99212025-02-21T08:31:07.104Z[ host-image] Feb 21 08:31:05.708 INFO O| Feb 21 08:31:05.708 INFO temporary pool has 719M used, 113M avail, 1.79x compressratio
99222025-02-21T08:31:07.104Z[ host-image] Feb 21 08:31:05.708 INFO O| Feb 21 08:31:05.708 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99232025-02-21T08:31:07.568Z[ host-image] Feb 21 08:31:06.172 INFO O| Feb 21 08:31:06.172 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99242025-02-21T08:31:07.571Z[ host-image] Feb 21 08:31:06.173 INFO O| Feb 21 08:31:06.173 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99252025-02-21T08:31:09.156Z[ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99262025-02-21T08:31:09.156Z[ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99272025-02-21T08:31:09.161Z[ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99282025-02-21T08:31:09.161Z[ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO completed processing gimlet/zfs
99292025-02-21T08:31:09.161Z[ host-image] Feb 21 08:31:07.760 INFO O| Feb 21 08:31:07.760 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99302025-02-21T08:31:17.595Z[ host-image] Feb 21 08:31:16.197 INFO O| Feb 21 08:31:16.197 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99312025-02-21T08:31:17.724Z[ host-image] Feb 21 08:31:16.329 INFO BUILD STRING "heads/stlouis-0-g2b7912f651\n"
99322025-02-21T08:31:17.724Z[ host-image] Feb 21 08:31:16.329 INFO expanded image name: "ci 903e27d/${os_short_commit} 2025-02-21 07:56" -> "ci 903e27d/2b7912f 2025-02-21 07:56"
99332025-02-21T08:31:17.724Z[ host-image] Feb 21 08:31:16.329 INFO output artefacts stored in: "/work/os-host"
99342025-02-21T08:31:17.729Z[ host-image] Feb 21 08:31:16.329 INFO collecting git info from project "phbl"...
99352025-02-21T08:31:17.739Z[ host-image] Feb 21 08:31:16.343 INFO collecting git info from project "chelsio-t6-roms"...
99362025-02-21T08:31:17.748Z[ host-image] Feb 21 08:31:16.352 INFO collecting git info from project "image-builder"...
99372025-02-21T08:31:17.755Z[ host-image] Feb 21 08:31:16.360 INFO collecting git info from project "pilot"...
99382025-02-21T08:31:17.766Z[ host-image] Feb 21 08:31:16.371 INFO collecting git info from project "pinprick"...
99392025-02-21T08:31:17.776Z[ host-image] Feb 21 08:31:16.380 INFO collecting git info from project "amd-host-image-builder"...
99402025-02-21T08:31:17.832Z[ host-image] Feb 21 08:31:16.437 INFO collecting git info from project "amd-firmware"...
99412025-02-21T08:31:17.862Z[ host-image] Feb 21 08:31:16.467 INFO collecting git info from project "bootserver"...
99422025-02-21T08:31:17.872Z[ host-image] Feb 21 08:31:16.476 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99432025-02-21T08:31:18.678Z[ host-image] Feb 21 08:31:17.282 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99442025-02-21T08:31:19.310Z[ host-image] Feb 21 08:31:17.913 INFO creating Oxide boot image...
99452025-02-21T08:31:19.310Z[ host-image] Feb 21 08:31:17.913 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 903e27d/2b7912f 2025-02-21 07:56", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99462025-02-21T08:31:20.715Z[ host-image] Feb 21 08:31:19.320 INFO O| ok, image written!
99472025-02-21T08:31:20.716Z[ host-image] Feb 21 08:31:19.320 INFO O| ok, boot_image_csum file written!
99482025-02-21T08:31:20.720Z[ host-image] Feb 21 08:31:19.324 INFO creating boot archive (CPIO)...
99492025-02-21T08:31:20.720Z[ host-image] Feb 21 08:31:19.324 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
99502025-02-21T08:31:20.729Z[ host-image] Feb 21 08:31:19.334 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99512025-02-21T08:31:20.729Z[ host-image] Feb 21 08:31:19.334 INFO E| + outfile=/work/os-host/cpio
99522025-02-21T08:31:20.729Z[ host-image] Feb 21 08:31:19.334 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99532025-02-21T08:31:20.732Z[ host-image] Feb 21 08:31:19.337 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99542025-02-21T08:31:20.732Z[ host-image] Feb 21 08:31:19.337 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99552025-02-21T08:31:20.781Z[ host-image] Feb 21 08:31:19.386 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99562025-02-21T08:31:20.781Z[ host-image] Feb 21 08:31:19.386 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99572025-02-21T08:31:20.792Z[ host-image] Feb 21 08:31:19.397 INFO creating compressed cpio/unix for nanobl-rs...
99582025-02-21T08:31:20.792Z[ host-image] Feb 21 08:31:19.397 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
99592025-02-21T08:31:21.277Z[ host-image] Feb 21 08:31:19.881 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99602025-02-21T08:31:27.926Z[ host-image] Feb 21 08:31:26.531 INFO creating reset image...
99612025-02-21T08:31:27.929Z[ host-image] Feb 21 08:31:26.531 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99622025-02-21T08:31:28.084Z[ host-image] Feb 21 08:31:26.689 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99632025-02-21T08:31:28.087Z[ host-image] Feb 21 08:31:26.691 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99642025-02-21T08:31:28.162Z[ host-image] Feb 21 08:31:26.766 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99652025-02-21T08:31:30.907Z[ host-image] Feb 21 08:31:29.510 INFO E| Finished `release` profile [optimized] target(s) in 2.79s
99662025-02-21T08:31:30.923Z[ host-image] Feb 21 08:31:29.527 INFO building host image...
99672025-02-21T08:31:30.927Z[ host-image] Feb 21 08:31:29.527 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")
99682025-02-21T08:31:31.752Z[ host-image] Feb 21 08:31:30.355 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99692025-02-21T08:32:48.150Z[ host-image] Feb 21 08:32:46.754 INFO image complete! materials are in "/work/os-host"
99702025-02-21T08:32:48.153Z[ host-image]
99712025-02-21T08:32:48.156Z[ host-image] real 14:02.754954400
99722025-02-21T08:32:48.156Z[ host-image] user 7:05.636553518
99732025-02-21T08:32:48.156Z[ host-image] sys 1:10.933064865
99742025-02-21T08:32:48.156Z[ host-image] trap 0.357692819
99752025-02-21T08:32:48.156Z[ host-image] tflt 0.032687596
99762025-02-21T08:32:48.156Z[ host-image] dflt 0.056155735
99772025-02-21T08:32:48.156Z[ host-image] kflt 0.106047614
99782025-02-21T08:32:48.156Z[ host-image] lock 11:24.607141690
99792025-02-21T08:32:48.156Z[ host-image] slp 1:13:42.664931543
99802025-02-21T08:32:48.157Z[ host-image] lat 3:18.336293704
99812025-02-21T08:32:48.157Z[ host-image] stop 0.899738543
99822025-02-21T08:32:48.157ZFeb 21 08:32:46.758 INFO [host-image] process exited with exit status: 0 (842.773779678s)
99832025-02-21T08:32:48.157ZFeb 21 08:32:46.759 INFO [tuf-repo] running task
99842025-02-21T08:33:05.993ZFeb 21 08:33:04.596 INFO assembling repository in `/tmp/tufaceousu80vlz`, component: OmicronRepoAssembler
99852025-02-21T08:33:32.002ZFeb 21 08:33:30.606 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99862025-02-21T08:33:32.332ZFeb 21 08:33:30.936 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99872025-02-21T08:33:48.398ZFeb 21 08:33:47.001 INFO [tuf-repo] task succeeded (60.2424547s)
99882025-02-21T08:35:06.977Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 40s
99892025-02-21T08:35:07.423ZFeb 21 08:35:06.026 INFO [verify-libraries] process exited with exit status: 0 (945.196776087s)
99902025-02-21T08:35:07.423ZFeb 21 08:35:06.026 INFO all jobs completed in 2297.371955574s
99912025-02-21T08:35:10.398Zprocess exited: duration 2953059 ms, exit code 0
 
99922025-02-21T08:35:10.415Zfound 33 output files
99932025-02-21T08:35:10.415Zuploading: /work/manifest.toml (13429 bytes)
99942025-02-21T08:35:11.432Zuploaded: /work/manifest.toml
99952025-02-21T08:35:11.432Zuploading: /work/repo.zip (2169419463 bytes)
99962025-02-21T08:36:02.517Zuploaded: /work/repo.zip
99972025-02-21T08:36:02.518Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99982025-02-21T08:36:03.567Zuploaded: /work/repo.zip.sha256.txt
99992025-02-21T08:36:03.567Zuploading: /work/helios-setup.log (69013 bytes)
100002025-02-21T08:36:04.596Zuploaded: /work/helios-setup.log
100012025-02-21T08:36:04.597Zuploading: /work/host-image.log (199453 bytes)
100022025-02-21T08:36:05.615Zuploaded: /work/host-image.log
100032025-02-21T08:36:05.615Zuploading: /work/host-package.log (22863 bytes)
100042025-02-21T08:36:06.625Zuploaded: /work/host-package.log
100052025-02-21T08:36:06.625Zuploading: /work/host-target.log (101 bytes)
100062025-02-21T08:36:07.634Zuploaded: /work/host-target.log
100072025-02-21T08:36:07.634Zuploading: /work/omicron-package.log (5681 bytes)
100082025-02-21T08:36:08.642Zuploaded: /work/omicron-package.log
100092025-02-21T08:36:08.643Zuploading: /work/phbl-toolchain.log (881 bytes)
100102025-02-21T08:36:09.651Zuploaded: /work/phbl-toolchain.log
100112025-02-21T08:36:09.651Zuploading: /work/recovery-image.log (578812 bytes)
100122025-02-21T08:36:10.671Zuploaded: /work/recovery-image.log
100132025-02-21T08:36:10.674Zuploading: /work/recovery-package.log (1762 bytes)
100142025-02-21T08:36:11.681Zuploaded: /work/recovery-package.log
100152025-02-21T08:36:11.681Zuploading: /work/recovery-target.log (57 bytes)
100162025-02-21T08:36:12.700Zuploaded: /work/recovery-target.log
100172025-02-21T08:36:12.700Zuploading: /work/stamp-clickhouse.log (117 bytes)
100182025-02-21T08:36:13.717Zuploaded: /work/stamp-clickhouse.log
100192025-02-21T08:36:13.717Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100202025-02-21T08:36:14.731Zuploaded: /work/stamp-clickhouse_keeper.log
100212025-02-21T08:36:14.731Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100222025-02-21T08:36:15.743Zuploaded: /work/stamp-cockroachdb.log
100232025-02-21T08:36:15.743Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100242025-02-21T08:36:16.761Zuploaded: /work/stamp-crucible-dtrace.log
100252025-02-21T08:36:16.761Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100262025-02-21T08:36:17.769Zuploaded: /work/stamp-crucible-pantry-zone.log
100272025-02-21T08:36:17.769Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100282025-02-21T08:36:18.777Zuploaded: /work/stamp-crucible-zone.log
100292025-02-21T08:36:18.777Zuploading: /work/stamp-external-dns.log (119 bytes)
100302025-02-21T08:36:19.788Zuploaded: /work/stamp-external-dns.log
100312025-02-21T08:36:19.788Zuploading: /work/stamp-installinator.log (103 bytes)
100322025-02-21T08:36:20.796Zuploaded: /work/stamp-installinator.log
100332025-02-21T08:36:20.796Zuploading: /work/stamp-internal-dns.log (119 bytes)
100342025-02-21T08:36:21.804Zuploaded: /work/stamp-internal-dns.log
100352025-02-21T08:36:21.804Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100362025-02-21T08:36:22.812Zuploaded: /work/stamp-mg-ddm-gz.log
100372025-02-21T08:36:22.812Zuploading: /work/stamp-nexus.log (112 bytes)
100382025-02-21T08:36:23.821Zuploaded: /work/stamp-nexus.log
100392025-02-21T08:36:23.821Zuploading: /work/stamp-ntp.log (110 bytes)
100402025-02-21T08:36:24.830Zuploaded: /work/stamp-ntp.log
100412025-02-21T08:36:24.830Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100422025-02-21T08:36:25.838Zuploaded: /work/stamp-omicron-sled-agent.log
100432025-02-21T08:36:25.838Zuploading: /work/stamp-overlay.log (114 bytes)
100442025-02-21T08:36:26.847Zuploaded: /work/stamp-overlay.log
100452025-02-21T08:36:26.847Zuploading: /work/stamp-oximeter.log (115 bytes)
100462025-02-21T08:36:27.856Zuploaded: /work/stamp-oximeter.log
100472025-02-21T08:36:27.857Zuploading: /work/stamp-oxlog.log (109 bytes)
100482025-02-21T08:36:28.865Zuploaded: /work/stamp-oxlog.log
100492025-02-21T08:36:28.865Zuploading: /work/stamp-probe.log (112 bytes)
100502025-02-21T08:36:29.872Zuploaded: /work/stamp-probe.log
100512025-02-21T08:36:29.872Zuploading: /work/stamp-propolis-server.log (122 bytes)
100522025-02-21T08:36:30.881Zuploaded: /work/stamp-propolis-server.log
100532025-02-21T08:36:30.881Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100542025-02-21T08:36:31.889Zuploaded: /work/stamp-pumpkind-gz.log
100552025-02-21T08:36:31.889Zuploading: /work/stamp-switch-asic.log (118 bytes)
100562025-02-21T08:36:32.901Zuploaded: /work/stamp-switch-asic.log
100572025-02-21T08:36:32.904Zuploading: /work/verify-libraries.log (6147 bytes)
100582025-02-21T08:36:33.910Zuploaded: /work/verify-libraries.log