01JFDYGMY8YT01SBQD0Q1E3WC8: 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: 01JFDYH84TJ35VJPCX1P0713MR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-18T22:35:38.636Zjob assigned to worker 01JFDYH9YRR4TJSD7HVF5JSC4S [factory aws, i-0d934f96ba90f7115] (queued for 1 m 2 s)
 
22024-12-18T22:35:47.133Zstarting task 0: "setup"
32024-12-18T22:35:47.141Z++ uname -s
42024-12-18T22:35:47.145Z+ kern=SunOS
52024-12-18T22:35:47.145Z+ case "$kern" in
62024-12-18T22:35:47.145Z+ groupadd -g 12345 build
72024-12-18T22:35:47.147Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-18T22:35:49.154Z+ zfs create -o mountpoint=/work rpool/work
92024-12-18T22:35:49.292Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-18T22:35:49.295Z+ home_fs=zfs
112024-12-18T22:35:49.295Z+ [[ zfs == autofs ]]
122024-12-18T22:35:49.295Z+ mkdir -p /home/build
132024-12-18T22:35:49.298Z+ chown build:build /home/build /work
142024-12-18T22:35:50.299Z+ chmod 0700 /home/build /work
152024-12-18T22:35:50.302Zprocess exited: duration 3170 ms, exit code 0
 
162024-12-18T22:35:50.309Zstarting task 1: "rust-toolchain"
172024-12-18T22:35:50.314Z+ printf ' * toolchain channel = "%s"
182024-12-18T22:35:50.314Z' 1.81.0
192024-12-18T22:35:50.314Z * toolchain channel = "1.81.0"
202024-12-18T22:35:50.314Z * toolchain profile = "default"
212024-12-18T22:35:50.314Z+ printf ' * toolchain profile = "%s"
222024-12-18T22:35:50.314Z' default
232024-12-18T22:35:50.320Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-18T22:35:50.320Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-18T22:35:50.420Zinfo: downloading installer
262024-12-18T22:35:51.768Zinfo: profile set to 'default'
272024-12-18T22:35:51.768Zinfo: default host triple is x86_64-unknown-illumos
282024-12-18T22:35:51.771Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-18T22:35:51.904Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-18T22:35:51.904Zinfo: downloading component 'cargo'
312024-12-18T22:35:52.604Zinfo: downloading component 'clippy'
322024-12-18T22:35:52.858Zinfo: downloading component 'rust-docs'
332024-12-18T22:35:53.825Zinfo: downloading component 'rust-std'
342024-12-18T22:35:55.328Zinfo: downloading component 'rustc'
352024-12-18T22:36:00.744Zinfo: downloading component 'rustfmt'
362024-12-18T22:36:00.970Zinfo: installing component 'cargo'
372024-12-18T22:36:01.739Zinfo: installing component 'clippy'
382024-12-18T22:36:02.093Zinfo: installing component 'rust-docs'
392024-12-18T22:36:03.699Zinfo: installing component 'rust-std'
402024-12-18T22:36:05.398Zinfo: installing component 'rustc'
412024-12-18T22:36:11.141Zinfo: installing component 'rustfmt'
422024-12-18T22:36:11.461Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-18T22:36:11.462Z
442024-12-18T22:36:11.832Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-18T22:36:11.832Z
462024-12-18T22:36:11.837Z
472024-12-18T22:36:11.838ZRust is installed now. Great!
482024-12-18T22:36:11.838Z
492024-12-18T22:36:11.838ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-18T22:36:11.838Zenvironment variable. This has not been done automatically.
512024-12-18T22:36:11.838Z
522024-12-18T22:36:11.838ZTo configure your current shell, you need to source
532024-12-18T22:36:11.838Zthe corresponding env file under $HOME/.cargo.
542024-12-18T22:36:11.838Z
552024-12-18T22:36:11.838ZThis is usually done by running one of the following (note the leading DOT):
562024-12-18T22:36:11.838Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-18T22:36:11.838Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-18T22:36:11.901Z+ rustc --version
592024-12-18T22:36:11.968Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-18T22:36:11.972Zprocess exited: duration 21660 ms, exit code 0
 
612024-12-18T22:36:11.981Zstarting task 2: "authentication"
622024-12-18T22:36:12.005Zprocess exited: duration 25 ms, exit code 0
 
632024-12-18T22:36:12.016Zstarting task 3: "clone repository"
642024-12-18T22:36:12.019Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-18T22:36:12.023Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-18T22:36:13.472ZCloning into '/work/oxidecomputer/omicron'...
672024-12-18T22:36:20.820Z+ cd /work/oxidecomputer/omicron
682024-12-18T22:36:20.820Z+ git fetch origin d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d
692024-12-18T22:36:21.128ZFrom https://github.com/oxidecomputer/omicron
702024-12-18T22:36:21.128Z * branch d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d -> FETCH_HEAD
712024-12-18T22:36:21.141Z+ [[ -n eliza/webhook-models ]]
722024-12-18T22:36:21.152Z++ git branch --show-current
732024-12-18T22:36:21.152Z+ current=main
742024-12-18T22:36:21.152Z+ [[ main != eliza/webhook-models ]]
752024-12-18T22:36:21.152Z+ git branch -f eliza/webhook-models d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d
762024-12-18T22:36:21.152Z+ git checkout -f eliza/webhook-models
772024-12-18T22:36:21.329ZSwitched to branch 'eliza/webhook-models'
782024-12-18T22:36:21.334Z+ git reset --hard d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d
792024-12-18T22:36:21.376ZHEAD is now at d80c4c9ce more diesel plumbing
802024-12-18T22:36:21.389Zprocess exited: duration 9352 ms, exit code 0
 
812024-12-18T22:36:21.408Zstarting task 4: "build"
822024-12-18T22:36:21.418Z+ source .github/buildomat/ci-env.sh
832024-12-18T22:36:21.418Z++ export CARGO_TERM_COLOR=always
842024-12-18T22:36:21.418Z++ CARGO_TERM_COLOR=always
852024-12-18T22:36:21.418Z+ cargo --version
862024-12-18T22:36:21.472Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-18T22:36:21.479Z+ rustc --version
882024-12-18T22:36:21.536Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-18T22:36:21.543Z+ cargo tree --locked
902024-12-18T22:36:21.809Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-18T22:36:22.102Z Updating crates.io index
922024-12-18T22:36:22.106Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-18T22:36:22.671Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-18T22:36:26.393Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-18T22:36:26.584Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-18T22:36:26.584Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-18T22:36:26.584Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-18T22:36:26.584Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-18T22:36:26.777Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-18T22:36:27.640Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-18T22:36:28.000Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-18T22:36:28.292Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-18T22:36:29.015Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-18T22:36:29.402Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-18T22:36:29.703Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-18T22:36:30.018Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-18T22:36:30.293Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-18T22:36:30.586Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-18T22:36:30.875Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-18T22:36:31.221Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-18T22:36:31.618Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-18T22:36:31.888Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-18T22:36:32.374Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-18T22:36:32.706Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-18T22:36:33.211Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-18T22:36:33.614Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-18T22:36:33.945Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-18T22:36:34.230Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-18T22:36:34.493Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-18T22:36:36.047Z Downloading crates ...
1212024-12-18T22:36:36.172Z Downloaded ciborium v0.2.2
1222024-12-18T22:36:36.186Z Downloaded expectorate v1.1.0
1232024-12-18T22:36:36.189Z Downloaded fallible-iterator v0.3.0
1242024-12-18T22:36:36.192Z Downloaded fallible-streaming-iterator v0.1.9
1252024-12-18T22:36:36.192Z Downloaded escape8259 v0.5.3
1262024-12-18T22:36:36.192Z Downloaded event-listener-strategy v0.5.2
1272024-12-18T22:36:36.195Z Downloaded event-listener v2.5.3
1282024-12-18T22:36:36.195Z Downloaded errno v0.3.9
1292024-12-18T22:36:36.195Z Downloaded fallible-iterator v0.2.0
1302024-12-18T22:36:36.198Z Downloaded event-listener v5.3.1
1312024-12-18T22:36:36.234Z Downloaded anstyle-query v1.1.1
1322024-12-18T22:36:36.238Z Downloaded filetime v0.2.25
1332024-12-18T22:36:36.238Z Downloaded fancy-regex v0.13.0
1342024-12-18T22:36:36.243Z Downloaded anstyle v1.0.10
1352024-12-18T22:36:36.246Z Downloaded approx v0.5.1
1362024-12-18T22:36:36.246Z Downloaded ff v0.13.0
1372024-12-18T22:36:36.249Z Downloaded foreign-types v0.3.2
1382024-12-18T22:36:36.249Z Downloaded fatfs v0.3.6
1392024-12-18T22:36:36.252Z Downloaded array-init v0.0.4
1402024-12-18T22:36:36.255Z Downloaded foreign-types-shared v0.1.1
1412024-12-18T22:36:36.255Z Downloaded foreign-types-shared v0.3.1
1422024-12-18T22:36:36.260Z Downloaded async-stream-impl v0.3.6
1432024-12-18T22:36:36.260Z Downloaded async-process v2.3.0
1442024-12-18T22:36:36.261Z Downloaded async-object-pool v0.1.5
1452024-12-18T22:36:36.261Z Downloaded atty v0.2.14
1462024-12-18T22:36:36.264Z Downloaded fixedbitset v0.4.2
1472024-12-18T22:36:36.271Z Downloaded fxhash v0.2.1
1482024-12-18T22:36:36.274Z Downloaded atomicwrites v0.4.4
1492024-12-18T22:36:36.278Z Downloaded arrayref v0.3.9
1502024-12-18T22:36:36.281Z Downloaded http-body v1.0.1
1512024-12-18T22:36:36.284Z Downloaded fd-lock v4.0.2
1522024-12-18T22:36:36.284Z Downloaded anes v0.1.6
1532024-12-18T22:36:36.289Z Downloaded fastrand v2.1.1
1542024-12-18T22:36:36.289Z Downloaded glob v0.3.1
1552024-12-18T22:36:36.291Z Downloaded futures-task v0.3.31
1562024-12-18T22:36:36.292Z Downloaded ascii-canvas v3.0.0
1572024-12-18T22:36:36.294Z Downloaded futures-sink v0.3.31
1582024-12-18T22:36:36.294Z Downloaded futures-macro v0.3.31
1592024-12-18T22:36:36.295Z Downloaded futures-core v0.3.31
1602024-12-18T22:36:36.300Z Downloaded fs-err v2.11.0
1612024-12-18T22:36:36.303Z Downloaded futures-io v0.3.31
1622024-12-18T22:36:36.303Z Downloaded futures-executor v0.3.31
1632024-12-18T22:36:36.303Z Downloaded form_urlencoded v1.2.1
1642024-12-18T22:36:36.303Z Downloaded atomic-waker v1.1.2
1652024-12-18T22:36:36.303Z Downloaded anstyle-parse v0.2.5
1662024-12-18T22:36:36.306Z Downloaded headers-core v0.3.0
1672024-12-18T22:36:36.306Z Downloaded heck v0.4.1
1682024-12-18T22:36:36.309Z Downloaded hex v0.4.3
1692024-12-18T22:36:36.310Z Downloaded hash32 v0.3.1
1702024-12-18T22:36:36.310Z Downloaded ghash v0.5.1
1712024-12-18T22:36:36.314Z Downloaded cfg_aliases v0.2.1
1722024-12-18T22:36:36.314Z Downloaded guppy-workspace-hack v0.1.0
1732024-12-18T22:36:36.314Z Downloaded fragile v2.0.0
1742024-12-18T22:36:36.321Z Downloaded hubpack_derive v0.1.1
1752024-12-18T22:36:36.321Z Downloaded heck v0.5.0
1762024-12-18T22:36:36.321Z Downloaded async-stream v0.3.6
1772024-12-18T22:36:36.324Z Downloaded async-recursion v1.1.1
1782024-12-18T22:36:36.325Z Downloaded hostname v0.4.0
1792024-12-18T22:36:36.325Z Downloaded hostname v0.3.1
1802024-12-18T22:36:36.329Z Downloaded funty v2.0.0
1812024-12-18T22:36:36.329Z Downloaded fs_extra v1.3.0
1822024-12-18T22:36:36.329Z Downloaded bcrypt-pbkdf v0.10.0
1832024-12-18T22:36:36.332Z Downloaded bit-vec v0.6.3
1842024-12-18T22:36:36.332Z Downloaded highway v1.2.0
1852024-12-18T22:36:36.336Z Downloaded globset v0.4.15
1862024-12-18T22:36:36.336Z Downloaded bit-set v0.5.3
1872024-12-18T22:36:36.341Z Downloaded gethostname v0.5.0
1882024-12-18T22:36:36.341Z Downloaded futures-lite v2.3.0
1892024-12-18T22:36:36.341Z Downloaded futures-channel v0.3.31
1902024-12-18T22:36:36.346Z Downloaded pathdiff v0.2.2
1912024-12-18T22:36:36.346Z Downloaded heck v0.3.3
1922024-12-18T22:36:36.346Z Downloaded blowfish v0.9.1
1932024-12-18T22:36:36.350Z Downloaded bitflags v1.3.2
1942024-12-18T22:36:36.350Z Downloaded async-trait v0.1.83
1952024-12-18T22:36:36.353Z Downloaded peg-runtime v0.8.3
1962024-12-18T22:36:36.353Z Downloaded async-signal v0.2.10
1972024-12-18T22:36:36.356Z Downloaded humantime v2.1.0
1982024-12-18T22:36:36.356Z Downloaded arrayvec v0.7.6
1992024-12-18T22:36:36.361Z Downloaded httpdate v1.0.3
2002024-12-18T22:36:36.361Z Downloaded getrandom v0.2.15
2012024-12-18T22:36:36.368Z Downloaded byteorder v1.5.0
2022024-12-18T22:36:36.368Z Downloaded blocking v1.6.1
2032024-12-18T22:36:36.368Z Downloaded hubpack v0.1.2
2042024-12-18T22:36:36.368Z Downloaded hashlink v0.9.1
2052024-12-18T22:36:36.371Z Downloaded cassowary v0.3.0
2062024-12-18T22:36:36.371Z Downloaded cfg_aliases v0.1.1
2072024-12-18T22:36:36.374Z Downloaded cargo-platform v0.1.8
2082024-12-18T22:36:36.374Z Downloaded buf-list v1.0.3
2092024-12-18T22:36:36.378Z Downloaded http-body-util v0.1.2
2102024-12-18T22:36:36.378Z Downloaded futures v0.3.31
2112024-12-18T22:36:36.385Z Downloaded chacha20 v0.9.1
2122024-12-18T22:36:36.388Z Downloaded httparse v1.9.5
2132024-12-18T22:36:36.388Z Downloaded parse-display-derive v0.10.0
2142024-12-18T22:36:36.388Z Downloaded cfg-if v1.0.0
2152024-12-18T22:36:36.391Z Downloaded olpc-cjson v0.1.4
2162024-12-18T22:36:36.391Z Downloaded num-iter v0.1.45
2172024-12-18T22:36:36.391Z Downloaded num-integer v0.1.46
2182024-12-18T22:36:36.394Z Downloaded chrono-tz-build v0.4.0
2192024-12-18T22:36:36.394Z Downloaded async-task v4.7.1
2202024-12-18T22:36:36.398Z Downloaded serde-big-array v0.5.1
2212024-12-18T22:36:36.399Z Downloaded scroll_derive v0.12.0
2222024-12-18T22:36:36.403Z Downloaded assert_cmd v2.0.16
2232024-12-18T22:36:36.403Z Downloaded half v2.4.1
2242024-12-18T22:36:36.407Z Downloaded slog-envlogger v2.2.0
2252024-12-18T22:36:36.407Z Downloaded backoff v0.4.0
2262024-12-18T22:36:36.410Z Downloaded ahash v0.8.11
2272024-12-18T22:36:36.413Z Downloaded r2d2 v0.8.10
2282024-12-18T22:36:36.413Z Downloaded camino v1.1.9
2292024-12-18T22:36:36.417Z Downloaded proc-macro-crate v1.3.1
2302024-12-18T22:36:36.417Z Downloaded phf v0.11.2
2312024-12-18T22:36:36.420Z Downloaded hyper-rustls v0.26.0
2322024-12-18T22:36:36.420Z Downloaded strsim v0.11.1
2332024-12-18T22:36:36.424Z Downloaded primeorder v0.13.6
2342024-12-18T22:36:36.424Z Downloaded cancel-safe-futures v0.1.5
2352024-12-18T22:36:36.427Z Downloaded rand_core v0.6.4
2362024-12-18T22:36:36.431Z Downloaded flume v0.11.1
2372024-12-18T22:36:36.434Z Downloaded cargo_metadata v0.18.1
2382024-12-18T22:36:36.434Z Downloaded camino-tempfile v1.1.1
2392024-12-18T22:36:36.439Z Downloaded toolchain_find v0.4.0
2402024-12-18T22:36:36.439Z Downloaded vte_generate_state_changes v0.1.2
2412024-12-18T22:36:36.439Z Downloaded take_mut v0.2.2
2422024-12-18T22:36:36.443Z Downloaded usdt-attr-macro v0.5.0
2432024-12-18T22:36:36.443Z Downloaded bzip2 v0.4.4
2442024-12-18T22:36:36.443Z Downloaded ref-cast-impl v1.0.23
2452024-12-18T22:36:36.446Z Downloaded hyper-rustls v0.27.3
2462024-12-18T22:36:36.446Z Downloaded hmac v0.12.1
2472024-12-18T22:36:36.449Z Downloaded bcs v0.1.6
2482024-12-18T22:36:36.452Z Downloaded hickory-client v0.24.1
2492024-12-18T22:36:36.458Z Downloaded salsa20 v0.10.2
2502024-12-18T22:36:36.458Z Downloaded crunchy v0.2.2
2512024-12-18T22:36:36.458Z Downloaded rfc6979 v0.4.0
2522024-12-18T22:36:36.461Z Downloaded resolv-conf v0.7.0
2532024-12-18T22:36:36.461Z Downloaded arc-swap v1.7.1
2542024-12-18T22:36:36.464Z Downloaded diesel_table_macro_syntax v0.2.0
2552024-12-18T22:36:36.468Z Downloaded async-io v2.3.4
2562024-12-18T22:36:36.471Z Downloaded base64 v0.13.1
2572024-12-18T22:36:36.474Z Downloaded tabwriter v1.4.0
2582024-12-18T22:36:36.476Z Downloaded tokio-macros v2.4.0
2592024-12-18T22:36:36.477Z Downloaded password-hash v0.5.0
2602024-12-18T22:36:36.479Z Downloaded cbc v0.1.2
2612024-12-18T22:36:36.482Z Downloaded bitflags v2.6.0
2622024-12-18T22:36:36.485Z Downloaded blake2 v0.10.6
2632024-12-18T22:36:36.489Z Downloaded enum-as-inner v0.5.1
2642024-12-18T22:36:36.492Z Downloaded structmeta v0.2.0
2652024-12-18T22:36:36.492Z Downloaded newtype_derive v0.1.6
2662024-12-18T22:36:36.492Z Downloaded newline-converter v0.3.0
2672024-12-18T22:36:36.496Z Downloaded mirai-annotations v1.12.0
2682024-12-18T22:36:36.496Z Downloaded strip-ansi-escapes v0.2.0
2692024-12-18T22:36:36.499Z Downloaded thread-id v4.2.2
2702024-12-18T22:36:36.499Z Downloaded tap v1.0.1
2712024-12-18T22:36:36.499Z Downloaded threadpool v1.8.1
2722024-12-18T22:36:36.502Z Downloaded typify-macro v0.2.0
2732024-12-18T22:36:36.502Z Downloaded stringprep v0.1.5
2742024-12-18T22:36:36.505Z Downloaded stable_deref_trait v1.2.0
2752024-12-18T22:36:36.505Z Downloaded shell-words v1.1.0
2762024-12-18T22:36:36.508Z Downloaded zerovec-derive v0.10.3
2772024-12-18T22:36:36.508Z Downloaded version_check v0.9.5
2782024-12-18T22:36:36.511Z Downloaded cfg-expr v0.17.0
2792024-12-18T22:36:36.514Z Downloaded topological-sort v0.2.2
2802024-12-18T22:36:36.514Z Downloaded omicron-zone-package v0.11.1
2812024-12-18T22:36:36.517Z Downloaded sha1 v0.10.6
2822024-12-18T22:36:36.521Z Downloaded cmake v0.1.51
2832024-12-18T22:36:36.521Z Downloaded crypto-common v0.1.6
2842024-12-18T22:36:36.526Z Downloaded serde-hex v0.1.0
2852024-12-18T22:36:36.526Z Downloaded progenitor-client v0.8.0
2862024-12-18T22:36:36.526Z Downloaded colored v2.1.0
2872024-12-18T22:36:36.530Z Downloaded semver v1.0.23
2882024-12-18T22:36:36.530Z Downloaded diesel-dtrace v0.4.0
2892024-12-18T22:36:36.534Z Downloaded debug-ignore v1.0.5
2902024-12-18T22:36:36.534Z Downloaded colorchoice v1.0.2
2912024-12-18T22:36:36.538Z Downloaded cobs v0.2.3
2922024-12-18T22:36:36.538Z Downloaded clap_lex v0.7.2
2932024-12-18T22:36:36.538Z Downloaded pin-project-internal v1.1.6
2942024-12-18T22:36:36.541Z Downloaded allocator-api2 v0.2.18
2952024-12-18T22:36:36.546Z Downloaded relative-path v1.9.3
2962024-12-18T22:36:36.546Z Downloaded addr2line v0.24.2
2972024-12-18T22:36:36.546Z Downloaded httptest v0.16.1
2982024-12-18T22:36:36.548Z Downloaded ipnetwork v0.20.0
2992024-12-18T22:36:36.552Z Downloaded heapless v0.8.0
3002024-12-18T22:36:36.557Z Downloaded blake2b_simd v1.0.2
3012024-12-18T22:36:36.557Z Downloaded env_filter v0.1.2
3022024-12-18T22:36:36.564Z Downloaded num_cpus v1.16.0
3032024-12-18T22:36:36.564Z Downloaded is-terminal v0.4.13
3042024-12-18T22:36:36.570Z Downloaded parking v2.2.1
3052024-12-18T22:36:36.570Z Downloaded sync-ptr v0.1.1
3062024-12-18T22:36:36.570Z Downloaded sqlparser_derive v0.2.2
3072024-12-18T22:36:36.570Z Downloaded num_enum v0.5.11
3082024-12-18T22:36:36.573Z Downloaded lru v0.12.5
3092024-12-18T22:36:36.573Z Downloaded typify v0.2.0
3102024-12-18T22:36:36.573Z Downloaded libsw v3.3.1
3112024-12-18T22:36:36.578Z Downloaded num_enum_derive v0.5.11
3122024-12-18T22:36:36.578Z Downloaded wait-timeout v0.2.0
3132024-12-18T22:36:36.583Z Downloaded vsss-rs v3.3.4
3142024-12-18T22:36:36.584Z Downloaded chacha20poly1305 v0.10.1
3152024-12-18T22:36:36.584Z Downloaded base64 v0.22.1
3162024-12-18T22:36:36.590Z Downloaded ron v0.7.1
3172024-12-18T22:36:36.594Z Downloaded derive_builder v0.20.2
3182024-12-18T22:36:36.597Z Downloaded termtree v0.4.1
3192024-12-18T22:36:36.597Z Downloaded flate2 v1.0.34
3202024-12-18T22:36:36.602Z Downloaded usdt-macro v0.5.0
3212024-12-18T22:36:36.605Z Downloaded rpassword v7.3.1
3222024-12-18T22:36:36.605Z Downloaded ppv-lite86 v0.2.20
3232024-12-18T22:36:36.608Z Downloaded percent-encoding v2.3.1
3242024-12-18T22:36:36.609Z Downloaded ref-cast v1.0.23
3252024-12-18T22:36:36.612Z Downloaded sec1 v0.7.3
3262024-12-18T22:36:36.612Z Downloaded rustc-hash v1.1.0
3272024-12-18T22:36:36.612Z Downloaded serde_path_to_error v0.1.16
3282024-12-18T22:36:36.617Z Downloaded hickory-server v0.24.1
3292024-12-18T22:36:36.620Z Downloaded zone_cfg_derive v0.3.0
3302024-12-18T22:36:36.623Z Downloaded zone_cfg_derive v0.1.2
3312024-12-18T22:36:36.623Z Downloaded quinn-udp v0.5.5
3322024-12-18T22:36:36.623Z Downloaded bumpalo v3.16.0
3332024-12-18T22:36:36.627Z Downloaded heapless v0.7.17
3342024-12-18T22:36:36.630Z Downloaded downcast v0.11.0
3352024-12-18T22:36:36.636Z Downloaded cstr-argument v0.1.2
3362024-12-18T22:36:36.636Z Downloaded crucible-workspace-hack v0.1.0
3372024-12-18T22:36:36.637Z Downloaded nibble_vec v0.1.0
3382024-12-18T22:36:36.643Z Downloaded lock_api v0.4.12
3392024-12-18T22:36:36.645Z Downloaded termios v0.3.3
3402024-12-18T22:36:36.645Z Downloaded terminal_size v0.4.0
3412024-12-18T22:36:36.645Z Downloaded target-spec v3.2.2
3422024-12-18T22:36:36.645Z Downloaded strum_macros v0.24.3
3432024-12-18T22:36:36.657Z Downloaded stringmetrics v2.2.2
3442024-12-18T22:36:36.657Z Downloaded partial-io v0.5.4
3452024-12-18T22:36:36.657Z Downloaded vte v0.11.1
3462024-12-18T22:36:36.657Z Downloaded vergen v8.3.2
3472024-12-18T22:36:36.695Z Downloaded ucd-trie v0.1.7
3482024-12-18T22:36:36.695Z Downloaded thiserror v2.0.3
3492024-12-18T22:36:36.696Z Downloaded owo-colors v4.1.0
3502024-12-18T22:36:36.696Z Downloaded thiserror-impl v1.0.69
3512024-12-18T22:36:36.696Z Downloaded thiserror v1.0.69
3522024-12-18T22:36:36.696Z Downloaded new_debug_unreachable v1.0.6
3532024-12-18T22:36:36.696Z Downloaded nested v0.1.1
3542024-12-18T22:36:36.696Z Downloaded utf-8 v0.7.6
3552024-12-18T22:36:36.696Z Downloaded hickory-resolver v0.24.1
3562024-12-18T22:36:36.696Z Downloaded usdt v0.5.0
3572024-12-18T22:36:36.696Z Downloaded quote v1.0.37
3582024-12-18T22:36:36.696Z Downloaded rustc-demangle v0.1.24
3592024-12-18T22:36:36.696Z Downloaded icu_normalizer_data v1.5.0
3602024-12-18T22:36:36.696Z Downloaded icu_normalizer v1.5.0
3612024-12-18T22:36:36.696Z Downloaded zone v0.3.0
3622024-12-18T22:36:36.696Z Downloaded precomputed-hash v0.1.1
3632024-12-18T22:36:36.696Z Downloaded num_threads v0.1.7
3642024-12-18T22:36:36.696Z Downloaded ctr v0.9.2
3652024-12-18T22:36:36.698Z Downloaded num-conv v0.1.0
3662024-12-18T22:36:36.698Z Downloaded icu_locid_transform_data v1.5.0
3672024-12-18T22:36:36.698Z Downloaded prettyplease v0.2.25
3682024-12-18T22:36:36.713Z Downloaded path-slash v0.1.5
3692024-12-18T22:36:36.713Z Downloaded crc v3.2.1
3702024-12-18T22:36:36.713Z Downloaded diff v0.1.13
3712024-12-18T22:36:36.713Z Downloaded strum_macros v0.25.3
3722024-12-18T22:36:36.713Z Downloaded either v1.13.0
3732024-12-18T22:36:36.713Z Downloaded dirs-next v2.0.0
3742024-12-18T22:36:36.718Z Downloaded log v0.4.22
3752024-12-18T22:36:36.719Z Downloaded postgres-protocol v0.6.7
3762024-12-18T22:36:36.719Z Downloaded pem-rfc7468 v0.7.0
3772024-12-18T22:36:36.719Z Downloaded serde v1.0.215
3782024-12-18T22:36:36.722Z Downloaded peg-macros v0.8.4
3792024-12-18T22:36:36.722Z Downloaded slog-stdlog v4.1.1
3802024-12-18T22:36:36.725Z Downloaded slog-scope v4.4.0
3812024-12-18T22:36:36.725Z Downloaded tinyvec_macros v0.1.1
3822024-12-18T22:36:36.725Z Downloaded structmeta v0.3.0
3832024-12-18T22:36:36.731Z Downloaded slog-json v2.6.1
3842024-12-18T22:36:36.731Z Downloaded slog-dtrace v0.3.0
3852024-12-18T22:36:36.731Z Downloaded simd-adler32 v0.3.7
3862024-12-18T22:36:36.741Z Downloaded progenitor-impl v0.8.0
3872024-12-18T22:36:36.744Z Downloaded libefi-sys v0.1.0
3882024-12-18T22:36:36.744Z Downloaded lazycell v1.3.0
3892024-12-18T22:36:36.744Z Downloaded lazy_static v1.5.0
3902024-12-18T22:36:36.744Z Downloaded lalrpop-util v0.19.12
3912024-12-18T22:36:36.744Z Downloaded postgres-types v0.2.8
3922024-12-18T22:36:36.762Z Downloaded swrite v0.1.0
3932024-12-18T22:36:36.762Z Downloaded const_format_proc_macros v0.2.33
3942024-12-18T22:36:36.762Z Downloaded yoke v0.7.4
3952024-12-18T22:36:36.762Z Downloaded zerocopy-derive v0.7.35
3962024-12-18T22:36:36.773Z Downloaded memmap v0.7.0
3972024-12-18T22:36:36.773Z Downloaded icu_properties v1.5.1
3982024-12-18T22:36:36.773Z Downloaded tar v0.4.42
3992024-12-18T22:36:36.773Z Downloaded num-derive v0.4.2
4002024-12-18T22:36:36.773Z Downloaded dsl_auto_type v0.1.2
4012024-12-18T22:36:36.773Z Downloaded csv-core v0.1.11
4022024-12-18T22:36:36.773Z Downloaded similar v2.6.0
4032024-12-18T22:36:36.773Z Downloaded dtrace-parser v0.2.0
4042024-12-18T22:36:36.778Z Downloaded quick-error v1.2.3
4052024-12-18T22:36:36.778Z Downloaded proc-macro-crate v3.2.0
4062024-12-18T22:36:36.778Z Downloaded pbkdf2 v0.11.0
4072024-12-18T22:36:36.778Z Downloaded path-tree v0.8.1
4082024-12-18T22:36:36.778Z Downloaded paste v1.0.15
4092024-12-18T22:36:36.781Z Downloaded crypto-bigint v0.5.5
4102024-12-18T22:36:36.784Z Downloaded aes v0.8.4
4112024-12-18T22:36:36.788Z Downloaded signal-hook-registry v1.4.2
4122024-12-18T22:36:36.791Z Downloaded rustls-pemfile v1.0.4
4132024-12-18T22:36:36.791Z Downloaded ipnet v2.10.1
4142024-12-18T22:36:36.795Z Downloaded normalize-line-endings v0.3.0
4152024-12-18T22:36:36.795Z Downloaded textwrap v0.16.1
4162024-12-18T22:36:36.799Z Downloaded matches v0.1.10
4172024-12-18T22:36:36.800Z Downloaded match_cfg v0.1.0
4182024-12-18T22:36:36.800Z Downloaded signal-hook-tokio v0.3.1
4192024-12-18T22:36:36.804Z Downloaded smf v0.2.3
4202024-12-18T22:36:36.804Z Downloaded number_prefix v0.4.0
4212024-12-18T22:36:36.804Z Downloaded smawk v0.3.2
4222024-12-18T22:36:36.804Z Downloaded iana-time-zone v0.1.61
4232024-12-18T22:36:36.808Z Downloaded tokio-native-tls v0.3.1
4242024-12-18T22:36:36.811Z Downloaded subtle v2.6.1
4252024-12-18T22:36:36.811Z Downloaded tls_codec_derive v0.4.1
4262024-12-18T22:36:36.814Z Downloaded supports-color v3.0.1
4272024-12-18T22:36:36.814Z Downloaded nom v7.1.3
4282024-12-18T22:36:36.818Z Downloaded plotters-svg v0.3.7
4292024-12-18T22:36:36.822Z Downloaded num-rational v0.4.2
4302024-12-18T22:36:36.823Z Downloaded papergrid v0.11.0
4312024-12-18T22:36:36.826Z Downloaded untrusted v0.7.1
4322024-12-18T22:36:36.830Z Downloaded utf8_iter v1.0.4
4332024-12-18T22:36:36.830Z Downloaded utf16_iter v1.0.5
4342024-12-18T22:36:36.830Z Downloaded schemars v0.8.21
4352024-12-18T22:36:36.840Z Downloaded crossbeam-deque v0.8.5
4362024-12-18T22:36:36.845Z Downloaded criterion-plot v0.5.0
4372024-12-18T22:36:36.845Z Downloaded untrusted v0.9.0
4382024-12-18T22:36:36.848Z Downloaded hashbrown v0.15.1
4392024-12-18T22:36:36.853Z Downloaded unicode-truncate v1.1.0
4402024-12-18T22:36:36.853Z Downloaded rust-argon2 v2.1.0
4412024-12-18T22:36:36.859Z Downloaded inout v0.1.3
4422024-12-18T22:36:36.859Z Downloaded indoc v2.0.5
4432024-12-18T22:36:36.869Z Downloaded password-hash v0.4.2
4442024-12-18T22:36:36.869Z Downloaded rustls-native-certs v0.7.3
4452024-12-18T22:36:36.869Z Downloaded rustls-pemfile v2.2.0
4462024-12-18T22:36:36.876Z Downloaded tungstenite v0.23.0
4472024-12-18T22:36:36.876Z Downloaded serde_repr v0.1.19
4482024-12-18T22:36:36.876Z Downloaded time-core v0.1.2
4492024-12-18T22:36:36.876Z Downloaded unicode-bidi v0.3.17
4502024-12-18T22:36:36.882Z Downloaded oorandom v11.1.4
4512024-12-18T22:36:36.882Z Downloaded polling v3.7.3
4522024-12-18T22:36:36.882Z Downloaded smallvec v0.6.14
4532024-12-18T22:36:36.882Z Downloaded guppy v0.17.8
4542024-12-18T22:36:36.885Z Downloaded packed_struct_codegen v0.10.1
4552024-12-18T22:36:36.888Z Downloaded pest_generator v2.7.14
4562024-12-18T22:36:36.888Z Downloaded polyval v0.6.2
4572024-12-18T22:36:36.892Z Downloaded num-traits v0.2.19
4582024-12-18T22:36:36.895Z Downloaded tinyvec v1.8.0
4592024-12-18T22:36:36.898Z Downloaded uzers v0.12.1
4602024-12-18T22:36:36.898Z Downloaded utf8parse v0.2.2
4612024-12-18T22:36:36.902Z Downloaded maybe-uninit v2.0.0
4622024-12-18T22:36:36.902Z Downloaded maplit v1.0.2
4632024-12-18T22:36:36.902Z Downloaded managed v0.8.0
4642024-12-18T22:36:36.906Z Downloaded tls_codec v0.4.1
4652024-12-18T22:36:36.906Z Downloaded is_ci v1.2.0
4662024-12-18T22:36:36.906Z Downloaded doc-comment v0.3.3
4672024-12-18T22:36:36.910Z Downloaded tinytemplate v1.2.1
4682024-12-18T22:36:36.911Z Downloaded parking_lot v0.12.3
4692024-12-18T22:36:36.914Z Downloaded typed-path v0.9.3
4702024-12-18T22:36:36.917Z Downloaded p521 v0.13.3
4712024-12-18T22:36:36.921Z Downloaded hyper v1.5.0
4722024-12-18T22:36:36.931Z Downloaded ssh-encoding v0.2.0
4732024-12-18T22:36:36.948Z Downloaded libtest-mimic v0.7.3
4742024-12-18T22:36:36.948Z Downloaded parse-size v1.1.0
4752024-12-18T22:36:36.948Z Downloaded aes-gcm v0.10.3
4762024-12-18T22:36:36.954Z Downloaded oso-derive v0.27.3
4772024-12-18T22:36:36.954Z Downloaded opaque-debug v0.3.1
4782024-12-18T22:36:36.954Z Downloaded signal-hook v0.3.17
4792024-12-18T22:36:36.955Z Downloaded thiserror-no-std v2.0.2
4802024-12-18T22:36:36.955Z Downloaded thiserror-impl-no-std v2.0.2
4812024-12-18T22:36:36.955Z Downloaded structmeta-derive v0.3.0
4822024-12-18T22:36:36.955Z Downloaded once_cell v1.20.2
4832024-12-18T22:36:36.955Z Downloaded russh-cryptovec v0.7.3
4842024-12-18T22:36:36.955Z Downloaded wyz v0.5.1
4852024-12-18T22:36:36.959Z Downloaded tui-tree-widget v0.22.0
4862024-12-18T22:36:36.959Z Downloaded goblin v0.8.2
4872024-12-18T22:36:36.962Z Downloaded xattr v1.3.1
4882024-12-18T22:36:36.963Z Downloaded futures-util v0.3.31
4892024-12-18T22:36:36.973Z Downloaded dropshot_endpoint v0.13.0
4902024-12-18T22:36:36.976Z Downloaded dunce v1.0.5
4912024-12-18T22:36:36.980Z Downloaded dof v0.3.0
4922024-12-18T22:36:36.983Z Downloaded defmt-parser v0.3.4
4932024-12-18T22:36:36.983Z Downloaded defmt-macros v0.3.9
4942024-12-18T22:36:36.986Z Downloaded ron v0.8.1
4952024-12-18T22:36:36.989Z Downloaded dhcproto v0.12.0
4962024-12-18T22:36:36.993Z Downloaded derive_more v0.99.18
4972024-12-18T22:36:36.997Z Downloaded tower-service v0.3.3
4982024-12-18T22:36:36.997Z Downloaded itoa v1.0.11
4992024-12-18T22:36:37.002Z Downloaded hyper-tls v0.6.0
5002024-12-18T22:36:37.002Z Downloaded tabled_derive v0.7.0
5012024-12-18T22:36:37.002Z Downloaded ident_case v1.0.1
5022024-12-18T22:36:37.002Z Downloaded serde_derive_internals v0.29.1
5032024-12-18T22:36:37.005Z Downloaded icu_provider_macros v1.5.0
5042024-12-18T22:36:37.005Z Downloaded x509-cert v0.2.5
5052024-12-18T22:36:37.011Z Downloaded time-macros v0.2.18
5062024-12-18T22:36:37.015Z Downloaded aho-corasick v1.1.3
5072024-12-18T22:36:37.019Z Downloaded rustc_version v0.1.7
5082024-12-18T22:36:37.022Z Downloaded piper v0.2.4
5092024-12-18T22:36:37.022Z Downloaded pin-utils v0.1.0
5102024-12-18T22:36:37.024Z Downloaded indexmap v1.9.3
5112024-12-18T22:36:37.028Z Downloaded icu_provider v1.5.0
5122024-12-18T22:36:37.030Z Downloaded ciborium-ll v0.2.2
5132024-12-18T22:36:37.030Z Downloaded value-bag v1.9.0
5142024-12-18T22:36:37.036Z Downloaded ciborium-io v0.2.2
5152024-12-18T22:36:37.036Z Downloaded jobserver v0.1.32
5162024-12-18T22:36:37.040Z Downloaded num-bigint-dig v0.8.4
5172024-12-18T22:36:37.047Z Downloaded rustc-hash v2.0.0
5182024-12-18T22:36:37.047Z Downloaded rtoolbox v0.0.2
5192024-12-18T22:36:37.047Z Downloaded quinn v0.11.5
5202024-12-18T22:36:37.067Z Downloaded sigpipe v0.1.3
5212024-12-18T22:36:37.067Z Downloaded crossbeam-channel v0.5.13
5222024-12-18T22:36:37.076Z Downloaded spki v0.7.3
5232024-12-18T22:36:37.076Z Downloaded unicode_categories v0.1.1
5242024-12-18T22:36:37.076Z Downloaded unsafe-libyaml v0.2.11
5252024-12-18T22:36:37.076Z Downloaded h2 v0.4.6
5262024-12-18T22:36:37.076Z Downloaded zerofrom v0.1.4
5272024-12-18T22:36:37.076Z Downloaded display-error-chain v0.2.2
5282024-12-18T22:36:37.076Z Downloaded hyper-staticfile v0.10.1
5292024-12-18T22:36:37.076Z Downloaded tungstenite v0.21.0
5302024-12-18T22:36:37.080Z Downloaded toml_datetime v0.6.8
5312024-12-18T22:36:37.080Z Downloaded memoffset v0.9.1
5322024-12-18T22:36:37.081Z Downloaded spin v0.9.8
5332024-12-18T22:36:37.081Z Downloaded darling_macro v0.20.10
5342024-12-18T22:36:37.081Z Downloaded tempfile v3.13.0
5352024-12-18T22:36:37.084Z Downloaded phf_codegen v0.11.2
5362024-12-18T22:36:37.087Z Downloaded memmap2 v0.9.5
5372024-12-18T22:36:37.087Z Downloaded sqlformat v0.2.6
5382024-12-18T22:36:37.091Z Downloaded tokio-postgres v0.7.12
5392024-12-18T22:36:37.095Z Downloaded cipher v0.4.4
5402024-12-18T22:36:37.095Z Downloaded zone v0.1.8
5412024-12-18T22:36:37.099Z Downloaded zeroize_derive v1.4.2
5422024-12-18T22:36:37.099Z Downloaded nodrop v0.1.14
5432024-12-18T22:36:37.099Z Downloaded salty v0.3.0
5442024-12-18T22:36:37.104Z Downloaded mime v0.3.17
5452024-12-18T22:36:37.108Z Downloaded radium v0.7.0
5462024-12-18T22:36:37.108Z Downloaded packed_struct v0.10.1
5472024-12-18T22:36:37.111Z Downloaded unicode-segmentation v1.12.0
5482024-12-18T22:36:37.116Z Downloaded pkcs8 v0.10.2
5492024-12-18T22:36:37.116Z Downloaded spin v0.5.2
5502024-12-18T22:36:37.119Z Downloaded unicode-properties v0.1.3
5512024-12-18T22:36:37.119Z Downloaded zeroize v1.8.1
5522024-12-18T22:36:37.122Z Downloaded darling v0.20.10
5532024-12-18T22:36:37.125Z Downloaded strum v0.26.3
5542024-12-18T22:36:37.125Z Downloaded twox-hash v1.6.3
5552024-12-18T22:36:37.129Z Downloaded tokio-stream v0.1.16
5562024-12-18T22:36:37.135Z Downloaded displaydoc v0.2.5
5572024-12-18T22:36:37.146Z Downloaded crc-catalog v2.4.0
5582024-12-18T22:36:37.152Z Downloaded qorb v0.2.1
5592024-12-18T22:36:37.152Z Downloaded git2 v0.19.0
5602024-12-18T22:36:37.152Z Downloaded instant v0.1.13
5612024-12-18T22:36:37.152Z Downloaded libloading v0.8.5
5622024-12-18T22:36:37.156Z Downloaded deranged v0.3.11
5632024-12-18T22:36:37.156Z Downloaded rcgen v0.12.1
5642024-12-18T22:36:37.156Z Downloaded tough v0.19.0
5652024-12-18T22:36:37.163Z Downloaded predicates-tree v1.0.11
5662024-12-18T22:36:37.168Z Downloaded indent_write v2.2.0
5672024-12-18T22:36:37.168Z Downloaded impl-trait-for-tuples v0.2.2
5682024-12-18T22:36:37.171Z Downloaded pkcs5 v0.7.1
5692024-12-18T22:36:37.174Z Downloaded idna_adapter v1.2.0
5702024-12-18T22:36:37.174Z Downloaded defmt v0.3.8
5712024-12-18T22:36:37.181Z Downloaded parking_lot_core v0.9.10
5722024-12-18T22:36:37.186Z Downloaded blake3 v1.5.4
5732024-12-18T22:36:37.195Z Downloaded tokio-tungstenite v0.21.0
5742024-12-18T22:36:37.195Z Downloaded serde_urlencoded v0.7.1
5752024-12-18T22:36:37.195Z Downloaded scrypt v0.11.0
5762024-12-18T22:36:37.196Z Downloaded num v0.4.3
5772024-12-18T22:36:37.201Z Downloaded rand_xorshift v0.3.0
5782024-12-18T22:36:37.201Z Downloaded parking_lot_core v0.8.6
5792024-12-18T22:36:37.201Z Downloaded cookie v0.18.1
5802024-12-18T22:36:37.201Z Downloaded snafu-derive v0.8.5
5812024-12-18T22:36:37.201Z Downloaded parking_lot v0.11.2
5822024-12-18T22:36:37.204Z Downloaded russh-keys v0.45.0
5832024-12-18T22:36:37.207Z Downloaded hyper-util v0.1.10
5842024-12-18T22:36:37.211Z Downloaded openssl-macros v0.1.1
5852024-12-18T22:36:37.211Z Downloaded yansi v1.0.1
5862024-12-18T22:36:37.214Z Downloaded string_cache v0.8.7
5872024-12-18T22:36:37.214Z Downloaded serde_tokenstream v0.2.2
5882024-12-18T22:36:37.217Z Downloaded unicase v2.7.0
5892024-12-18T22:36:37.221Z Downloaded clap_builder v4.5.21
5902024-12-18T22:36:37.225Z Downloaded convert_case v0.4.0
5912024-12-18T22:36:37.230Z Downloaded constant_time_eq v0.3.1
5922024-12-18T22:36:37.230Z Downloaded toml v0.8.19
5932024-12-18T22:36:37.233Z Downloaded cpufeatures v0.2.14
5942024-12-18T22:36:37.233Z Downloaded progenitor v0.8.0
5952024-12-18T22:36:37.237Z Downloaded equivalent v1.0.1
5962024-12-18T22:36:37.237Z Downloaded phf_generator v0.11.2
5972024-12-18T22:36:37.237Z Downloaded nanorand v0.7.0
5982024-12-18T22:36:37.240Z Downloaded predicates v3.1.2
5992024-12-18T22:36:37.243Z Downloaded slab v0.4.9
6002024-12-18T22:36:37.243Z Downloaded zerofrom-derive v0.1.4
6012024-12-18T22:36:37.246Z Downloaded siphasher v0.3.11
6022024-12-18T22:36:37.246Z Downloaded reqwest v0.12.9
6032024-12-18T22:36:37.257Z Downloaded tokio-rustls v0.26.0
6042024-12-18T22:36:37.269Z Downloaded rstest v0.23.0
6052024-12-18T22:36:37.269Z Downloaded pretty-hex v0.4.1
6062024-12-18T22:36:37.275Z Downloaded nu-ansi-term v0.50.1
6072024-12-18T22:36:37.275Z Downloaded which v4.4.2
6082024-12-18T22:36:37.275Z Downloaded quick-xml v0.33.0
6092024-12-18T22:36:37.281Z Downloaded sync_wrapper v1.0.1
6102024-12-18T22:36:37.281Z Downloaded async-std v1.13.0
6112024-12-18T22:36:37.291Z Downloaded want v0.3.1
6122024-12-18T22:36:37.294Z Downloaded same-file v1.0.6
6132024-12-18T22:36:37.294Z Downloaded progenitor-macro v0.8.0
6142024-12-18T22:36:37.297Z Downloaded bindgen v0.69.5
6152024-12-18T22:36:37.302Z Downloaded pretty-hex v0.2.1
6162024-12-18T22:36:37.304Z Downloaded thiserror-impl v2.0.3
6172024-12-18T22:36:37.304Z Downloaded termcolor v1.4.1
6182024-12-18T22:36:37.308Z Downloaded zopfli v0.8.1
6192024-12-18T22:36:37.308Z Downloaded der v0.7.9
6202024-12-18T22:36:37.313Z Downloaded rand_seeder v0.3.0
6212024-12-18T22:36:37.316Z Downloaded num-complex v0.4.6
6222024-12-18T22:36:37.316Z Downloaded waitgroup v0.1.2
6232024-12-18T22:36:37.320Z Downloaded try-lock v0.2.5
6242024-12-18T22:36:37.320Z Downloaded semver v0.1.20
6252024-12-18T22:36:37.320Z Downloaded multimap v0.10.0
6262024-12-18T22:36:37.325Z Downloaded dyn-clone v1.0.17
6272024-12-18T22:36:37.325Z Downloaded dirs-sys-next v0.1.2
6282024-12-18T22:36:37.325Z Downloaded cookie_store v0.21.0
6292024-12-18T22:36:37.325Z Downloaded strum_macros v0.26.4
6302024-12-18T22:36:37.328Z Downloaded trybuild v1.0.101
6312024-12-18T22:36:37.333Z Downloaded p256 v0.13.2
6322024-12-18T22:36:37.337Z Downloaded bitvec v1.0.1
6332024-12-18T22:36:37.348Z Downloaded openssl-probe v0.1.5
6342024-12-18T22:36:37.351Z Downloaded endian-type v0.1.2
6352024-12-18T22:36:37.351Z Downloaded proc-macro-error-attr v1.0.4
6362024-12-18T22:36:37.352Z Downloaded mockall v0.13.0
6372024-12-18T22:36:37.354Z Downloaded linear-map v1.2.0
6382024-12-18T22:36:37.354Z Downloaded secrecy v0.8.0
6392024-12-18T22:36:37.354Z Downloaded tungstenite v0.24.0
6402024-12-18T22:36:37.358Z Downloaded winnow v0.5.40
6412024-12-18T22:36:37.366Z Downloaded dhcproto-macros v0.1.0
6422024-12-18T22:36:37.479Z Downloaded write16 v1.0.0
6432024-12-18T22:36:37.480Z Downloaded static_assertions v1.1.0
6442024-12-18T22:36:37.480Z Downloaded rusqlite v0.32.1
6452024-12-18T22:36:37.480Z Downloaded md5 v0.7.0
6462024-12-18T22:36:37.480Z Downloaded phf_shared v0.10.0
6472024-12-18T22:36:37.480Z Downloaded slog-bunyan v2.5.0
6482024-12-18T22:36:37.480Z Downloaded macaddr v1.0.1
6492024-12-18T22:36:37.480Z Downloaded curve25519-dalek-derive v0.1.1
6502024-12-18T22:36:37.480Z Downloaded whoami v1.5.2
6512024-12-18T22:36:37.480Z Downloaded tracing-attributes v0.1.27
6522024-12-18T22:36:37.480Z Downloaded embedded-io v0.6.1
6532024-12-18T22:36:37.480Z Downloaded embedded-io v0.4.0
6542024-12-18T22:36:37.480Z Downloaded sct v0.7.1
6552024-12-18T22:36:37.480Z Downloaded difflib v0.4.0
6562024-12-18T22:36:37.480Z Downloaded crc-any v2.5.0
6572024-12-18T22:36:37.480Z Downloaded unicode-ident v1.0.13
6582024-12-18T22:36:37.480Z Downloaded rustls-webpki v0.101.7
6592024-12-18T22:36:37.480Z Downloaded tinystr v0.7.6
6602024-12-18T22:36:37.480Z Downloaded gimli v0.31.1
6612024-12-18T22:36:37.480Z Downloaded yoke-derive v0.7.4
6622024-12-18T22:36:37.484Z Downloaded target-triple v0.1.3
6632024-12-18T22:36:37.485Z Downloaded tracing-core v0.1.32
6642024-12-18T22:36:37.485Z Downloaded tiny-keccak v2.0.2
6652024-12-18T22:36:37.485Z Downloaded proc-macro-error v1.0.4
6662024-12-18T22:36:37.485Z Downloaded time v0.3.36
6672024-12-18T22:36:37.485Z Downloaded zerocopy-derive v0.8.10
6682024-12-18T22:36:37.485Z Downloaded md-5 v0.10.6
6692024-12-18T22:36:37.485Z Downloaded pest_derive v2.7.14
6702024-12-18T22:36:37.485Z Downloaded walkdir v2.5.0
6712024-12-18T22:36:37.485Z Downloaded unarray v0.1.4
6722024-12-18T22:36:37.485Z Downloaded tokio-tungstenite v0.23.1
6732024-12-18T22:36:37.485Z Downloaded zip v2.1.3
6742024-12-18T22:36:37.485Z Downloaded instability v0.3.2
6752024-12-18T22:36:37.485Z Downloaded darling_core v0.20.10
6762024-12-18T22:36:37.485Z Downloaded pkg-config v0.3.31
6772024-12-18T22:36:37.485Z Downloaded ena v0.14.3
6782024-12-18T22:36:37.486Z Downloaded ssh-cipher v0.2.0
6792024-12-18T22:36:37.486Z Downloaded console v0.15.8
6802024-12-18T22:36:37.486Z Downloaded parse-display v0.10.0
6812024-12-18T22:36:37.486Z Downloaded digest v0.10.7
6822024-12-18T22:36:37.486Z Downloaded rand_chacha v0.3.1
6832024-12-18T22:36:37.486Z Downloaded tokio-rustls v0.25.0
6842024-12-18T22:36:37.486Z Downloaded phf_shared v0.11.2
6852024-12-18T22:36:37.486Z Downloaded clap v4.5.21
6862024-12-18T22:36:37.489Z Downloaded lru-cache v0.1.2
6872024-12-18T22:36:37.490Z Downloaded serde_with_macros v3.11.0
6882024-12-18T22:36:37.490Z Downloaded samael v0.0.17
6892024-12-18T22:36:37.517Z Downloaded synstructure v0.13.1
6902024-12-18T22:36:37.517Z Downloaded scopeguard v1.2.0
6912024-12-18T22:36:37.517Z Downloaded schemars_derive v0.8.21
6922024-12-18T22:36:37.517Z Downloaded scheduled-thread-pool v0.2.7
6932024-12-18T22:36:37.517Z Downloaded is_terminal_polyfill v1.70.1
6942024-12-18T22:36:37.517Z Downloaded proc-macro2 v1.0.89
6952024-12-18T22:36:37.517Z Downloaded slog-term v2.9.1
6962024-12-18T22:36:37.517Z Downloaded derive_builder_core v0.20.2
6972024-12-18T22:36:37.518Z Downloaded toml v0.7.8
6982024-12-18T22:36:37.518Z Downloaded rustls-webpki v0.102.8
6992024-12-18T22:36:37.523Z Downloaded pin-project-lite v0.2.14
7002024-12-18T22:36:37.527Z Downloaded concurrent-queue v2.5.0
7012024-12-18T22:36:37.531Z Downloaded ryu v1.0.18
7022024-12-18T22:36:37.535Z Downloaded serde_derive v1.0.215
7032024-12-18T22:36:37.535Z Downloaded const_format v0.2.33
7042024-12-18T22:36:37.538Z Downloaded elliptic-curve v0.13.8
7052024-12-18T22:36:37.542Z Downloaded icu_locid_transform v1.5.0
7062024-12-18T22:36:37.545Z Downloaded scroll v0.12.0
7072024-12-18T22:36:37.547Z Downloaded quinn-proto v0.11.8
7082024-12-18T22:36:37.552Z Downloaded rustyline v14.0.0
7092024-12-18T22:36:37.556Z Downloaded env_logger v0.11.5
7102024-12-18T22:36:37.559Z Downloaded steno v0.4.1
7112024-12-18T22:36:37.563Z Downloaded tokio-rustls v0.24.1
7122024-12-18T22:36:37.565Z Downloaded mockall_derive v0.13.0
7132024-12-18T22:36:37.568Z Downloaded icu_locid v1.5.0
7142024-12-18T22:36:37.571Z Downloaded derive-where v1.2.7
7152024-12-18T22:36:37.574Z Downloaded multer v3.1.0
7162024-12-18T22:36:37.577Z Downloaded rand_distr v0.4.3
7172024-12-18T22:36:37.581Z Downloaded num-bigint v0.4.6
7182024-12-18T22:36:37.584Z Downloaded zerocopy v0.8.10
7192024-12-18T22:36:37.620Z Downloaded const-oid v0.9.6
7202024-12-18T22:36:37.620Z Downloaded tracing v0.1.40
7212024-12-18T22:36:37.626Z Downloaded subprocess v0.2.9
7222024-12-18T22:36:37.629Z Downloaded object v0.30.4
7232024-12-18T22:36:37.643Z Downloaded mio v1.0.2
7242024-12-18T22:36:37.651Z Downloaded compact_str v0.8.0
7252024-12-18T22:36:37.655Z Downloaded rand v0.8.5
7262024-12-18T22:36:37.659Z Downloaded smoltcp v0.9.1
7272024-12-18T22:36:37.667Z Downloaded memchr v2.7.4
7282024-12-18T22:36:37.672Z Downloaded criterion v0.5.1
7292024-12-18T22:36:37.678Z Downloaded reedline v0.35.0
7302024-12-18T22:36:37.685Z Downloaded ed25519-dalek v2.1.1
7312024-12-18T22:36:37.688Z Downloaded unicode-normalization v0.1.24
7322024-12-18T22:36:37.691Z Downloaded serde_json v1.0.132
7332024-12-18T22:36:37.698Z Downloaded ssh-key v0.6.6
7342024-12-18T22:36:37.708Z Downloaded libxml v0.3.3
7352024-12-18T22:36:37.711Z Downloaded crossterm v0.28.1
7362024-12-18T22:36:37.716Z Downloaded parse-zoneinfo v0.3.1
7372024-12-18T22:36:37.719Z Downloaded libm v0.2.8
7382024-12-18T22:36:37.725Z Downloaded smoltcp v0.11.0
7392024-12-18T22:36:37.738Z Downloaded zerocopy v0.7.35
7402024-12-18T22:36:37.760Z Downloaded rayon v1.10.0
7412024-12-18T22:36:37.763Z Downloaded proptest v1.5.0
7422024-12-18T22:36:37.773Z Downloaded tokio-util v0.7.12
7432024-12-18T22:36:37.776Z Downloaded portable-atomic v1.9.0
7442024-12-18T22:36:37.782Z Downloaded syn v1.0.109
7452024-12-18T22:36:37.792Z Downloaded lalrpop v0.19.12
7462024-12-18T22:36:37.802Z Downloaded regress v0.10.1
7472024-12-18T22:36:37.879Z Downloaded regex-syntax v0.6.29
7482024-12-18T22:36:37.887Z Downloaded idna v0.3.0
7492024-12-18T22:36:37.887Z Downloaded itertools v0.13.0
7502024-12-18T22:36:37.887Z Downloaded itertools v0.10.5
7512024-12-18T22:36:37.887Z Downloaded itertools v0.12.1
7522024-12-18T22:36:37.887Z Downloaded p384 v0.13.0
7532024-12-18T22:36:37.887Z Downloaded hickory-proto v0.24.1
7542024-12-18T22:36:37.887Z Downloaded nix v0.27.1
7552024-12-18T22:36:37.887Z Downloaded winnow v0.6.20
7562024-12-18T22:36:37.887Z Downloaded regex v1.11.1
7572024-12-18T22:36:37.895Z Downloaded tabled v0.15.0
7582024-12-18T22:36:37.908Z Downloaded serde_with v3.11.0
7592024-12-18T22:36:37.918Z Downloaded idna v0.5.0
7602024-12-18T22:36:37.940Z Downloaded dropshot v0.12.0
7612024-12-18T22:36:37.943Z Downloaded vcpkg v0.2.15
7622024-12-18T22:36:37.976Z Downloaded nix v0.29.0
7632024-12-18T22:36:37.992Z Downloaded bstr v1.10.0
7642024-12-18T22:36:38.012Z Downloaded syn v2.0.87
7652024-12-18T22:36:38.012Z Downloaded curve25519-dalek v4.1.3
7662024-12-18T22:36:38.017Z Downloaded idna v0.2.3
7672024-12-18T22:36:38.050Z Downloaded rustix v0.38.37
7682024-12-18T22:36:38.050Z Downloaded petname v2.0.2
7692024-12-18T22:36:38.050Z Downloaded openssl v0.10.66
7702024-12-18T22:36:38.064Z Downloaded nix v0.28.0
7712024-12-18T22:36:38.071Z Downloaded rustls v0.22.4
7722024-12-18T22:36:38.084Z Downloaded typify-impl v0.2.0
7732024-12-18T22:36:38.099Z Downloaded diesel v2.2.6
7742024-12-18T22:36:38.118Z Downloaded openapiv3 v2.0.0
7752024-12-18T22:36:38.128Z Downloaded ratatui v0.28.1
7762024-12-18T22:36:38.147Z Downloaded rustls v0.23.14
7772024-12-18T22:36:38.158Z Downloaded trust-dns-proto v0.22.0
7782024-12-18T22:36:38.169Z Downloaded rustls v0.21.12
7792024-12-18T22:36:38.180Z Downloaded webpki-roots v0.26.6
7802024-12-18T22:36:38.197Z Downloaded unicode-width v0.2.0
7812024-12-18T22:36:38.197Z Downloaded zerocopy-derive v0.6.6
7822024-12-18T22:36:38.212Z Downloaded bzip2-sys v0.1.11+1.0.8
7832024-12-18T22:36:38.212Z Downloaded regex-automata v0.4.8
7842024-12-18T22:36:38.232Z Downloaded unicode-width v0.1.14
7852024-12-18T22:36:38.290Z Downloaded sled v0.34.7
7862024-12-18T22:36:38.314Z Downloaded polar-core v0.27.3
7872024-12-18T22:36:38.315Z Downloaded dropshot v0.13.0
7882024-12-18T22:36:38.315Z Downloaded chrono-tz v0.10.0
7892024-12-18T22:36:38.315Z Downloaded radix_trie v0.2.1
7902024-12-18T22:36:38.315Z Downloaded sha3 v0.10.8
7912024-12-18T22:36:38.315Z Downloaded regex-syntax v0.8.5
7922024-12-18T22:36:38.318Z Downloaded sqlparser v0.45.0
7932024-12-18T22:36:38.318Z Downloaded petgraph v0.6.5
7942024-12-18T22:36:38.323Z Downloaded icu_properties_data v1.5.0
7952024-12-18T22:36:38.369Z Downloaded regress v0.9.1
7962024-12-18T22:36:38.424Z Downloaded libc v0.2.162
7972024-12-18T22:36:38.424Z Downloaded tokio v1.40.0
7982024-12-18T22:36:38.456Z Downloaded lzma-sys v0.1.20
7992024-12-18T22:36:38.456Z Downloaded idna v0.4.0
8002024-12-18T22:36:38.456Z Downloaded idna v1.0.3
8012024-12-18T22:36:38.456Z Downloaded object v0.36.5
8022024-12-18T22:36:38.477Z Downloaded russh v0.45.0
8032024-12-18T22:36:38.477Z Downloaded csv v1.3.0
8042024-12-18T22:36:38.512Z Downloaded serde_yaml v0.9.34+deprecated
8052024-12-18T22:36:38.512Z Downloaded rstest_macros v0.23.0
8062024-12-18T22:36:38.515Z Downloaded clang-sys v1.8.1
8072024-12-18T22:36:38.515Z Downloaded slog v2.7.0
8082024-12-18T22:36:38.515Z Downloaded rsa v0.9.6
8092024-12-18T22:36:38.515Z Downloaded snafu v0.8.5
8102024-12-18T22:36:38.515Z Downloaded openssl-sys v0.9.103
8112024-12-18T22:36:38.515Z Downloaded chrono v0.4.38
8122024-12-18T22:36:38.516Z Downloaded libz-sys v1.1.20
8132024-12-18T22:36:38.526Z Downloaded zerocopy v0.6.6
8142024-12-18T22:36:38.530Z Downloaded rayon-core v1.12.1
8152024-12-18T22:36:38.535Z Downloaded socket2 v0.5.7
8162024-12-18T22:36:38.535Z Downloaded similar-asserts v1.6.0
8172024-12-18T22:36:38.539Z Downloaded signature v2.2.0
8182024-12-18T22:36:38.539Z Downloaded plotters-backend v0.3.7
8192024-12-18T22:36:38.539Z Downloaded mime_guess v2.0.5
8202024-12-18T22:36:38.542Z Downloaded postcard v1.0.10
8212024-12-18T22:36:38.544Z Downloaded der_derive v0.7.3
8222024-12-18T22:36:38.544Z Downloaded term v0.7.0
8232024-12-18T22:36:38.548Z Downloaded minimal-lexical v0.2.1
8242024-12-18T22:36:38.552Z Downloaded data-encoding v2.6.0
8252024-12-18T22:36:38.555Z Downloaded env_logger v0.10.2
8262024-12-18T22:36:38.555Z Downloaded oso v0.27.3
8272024-12-18T22:36:38.558Z Downloaded native-tls v0.2.12
8282024-12-18T22:36:38.562Z Downloaded indicatif v0.17.9
8292024-12-18T22:36:38.565Z Downloaded pretty_assertions v1.4.1
8302024-12-18T22:36:38.565Z Downloaded pest v2.7.14
8312024-12-18T22:36:38.572Z Downloaded crc32fast v1.4.2
8322024-12-18T22:36:38.578Z Downloaded zerovec v0.10.4
8332024-12-18T22:36:38.580Z Downloaded aws-lc-rs v1.10.0
8342024-12-18T22:36:38.610Z Downloaded publicsuffix v2.2.3
8352024-12-18T22:36:38.623Z Downloaded slog-async v2.8.0
8362024-12-18T22:36:38.623Z Downloaded httpmock v0.8.0-alpha.1
8372024-12-18T22:36:38.623Z Downloaded dropshot_endpoint v0.12.0
8382024-12-18T22:36:38.623Z Downloaded url v2.5.3
8392024-12-18T22:36:38.623Z Downloaded icu_collections v1.5.0
8402024-12-18T22:36:38.626Z Downloaded psl-types v2.0.11
8412024-12-18T22:36:38.626Z Downloaded yasna v0.5.2
8422024-12-18T22:36:38.626Z Downloaded xz2 v0.1.7
8432024-12-18T22:36:38.626Z Downloaded pest_meta v2.7.14
8442024-12-18T22:36:38.626Z Downloaded hkdf v0.12.4
8452024-12-18T22:36:38.630Z Downloaded plotters v0.3.7
8462024-12-18T22:36:38.637Z Downloaded derive_builder_macro v0.20.2
8472024-12-18T22:36:38.643Z Downloaded unicode-linebreak v0.1.5
8482024-12-18T22:36:38.643Z Downloaded encoding_rs v0.8.34
8492024-12-18T22:36:38.659Z Downloaded crossbeam-utils v0.8.20
8502024-12-18T22:36:38.663Z Downloaded crossbeam-epoch v0.9.18
8512024-12-18T22:36:38.667Z Downloaded uuid v1.11.0
8522024-12-18T22:36:38.667Z Downloaded writeable v0.5.5
8532024-12-18T22:36:38.672Z Downloaded poly1305 v0.8.0
8542024-12-18T22:36:38.672Z Downloaded pkcs1 v0.7.5
8552024-12-18T22:36:38.672Z Downloaded structmeta-derive v0.2.0
8562024-12-18T22:36:38.676Z Downloaded smallvec v1.13.2
8572024-12-18T22:36:38.676Z Downloaded rustls-pki-types v1.9.0
8582024-12-18T22:36:38.680Z Downloaded hashbrown v0.14.5
8592024-12-18T22:36:38.683Z Downloaded serde_spanned v0.6.8
8602024-12-18T22:36:38.686Z Downloaded serde_regex v1.1.0
8612024-12-18T22:36:38.686Z Downloaded rusty-fork v0.3.0
8622024-12-18T22:36:38.686Z Downloaded rustversion v1.0.17
8632024-12-18T22:36:38.689Z Downloaded rustfmt-wrapper v0.2.1
8642024-12-18T22:36:38.691Z Downloaded rustc_version v0.4.1
8652024-12-18T22:36:38.691Z Downloaded toml_edit v0.22.22
8662024-12-18T22:36:38.739Z Downloaded miniz_oxide v0.8.0
8672024-12-18T22:36:38.769Z Downloaded des v0.8.1
8682024-12-18T22:36:38.769Z Downloaded universal-hash v0.5.1
8692024-12-18T22:36:38.769Z Downloaded unicode-xid v0.2.6
8702024-12-18T22:36:38.769Z Downloaded toml_edit v0.19.15
8712024-12-18T22:36:38.769Z Downloaded indexmap v2.6.0
8722024-12-18T22:36:38.769Z Downloaded test-strategy v0.3.1
8732024-12-18T22:36:38.769Z Downloaded internet-checksum v0.2.1
8742024-12-18T22:36:38.769Z Downloaded hashbrown v0.13.2
8752024-12-18T22:36:38.769Z Downloaded hashbrown v0.12.3
8762024-12-18T22:36:38.769Z Downloaded indoc v1.0.9
8772024-12-18T22:36:38.769Z Downloaded diesel_derives v2.2.3
8782024-12-18T22:36:38.770Z Downloaded zip v0.6.6
8792024-12-18T22:36:38.816Z Downloaded http v1.1.0
8802024-12-18T22:36:38.816Z Downloaded signal-hook-mio v0.2.4
8812024-12-18T22:36:38.816Z Downloaded serde_plain v1.0.2
8822024-12-18T22:36:38.816Z Downloaded lockfree-object-pool v0.1.6
8832024-12-18T22:36:38.816Z Downloaded typenum v1.17.0
8842024-12-18T22:36:38.816Z Downloaded litemap v0.7.3
8852024-12-18T22:36:38.816Z Downloaded cc v1.1.30
8862024-12-18T22:36:38.838Z Downloaded ed25519 v2.2.3
8872024-12-18T22:36:38.838Z Downloaded pin-project v1.1.6
8882024-12-18T22:36:38.838Z Downloaded peg v0.8.4
8892024-12-18T22:36:38.838Z Downloaded libgit2-sys v0.17.0+1.8.1
8902024-12-18T22:36:38.862Z Downloaded pbkdf2 v0.12.2
8912024-12-18T22:36:38.862Z Downloaded ecdsa v0.16.9
8922024-12-18T22:36:38.862Z Downloaded sha2 v0.10.8
8932024-12-18T22:36:38.865Z Downloaded datatest-stable v0.2.9
8942024-12-18T22:36:38.865Z Downloaded clap_derive v4.5.18
8952024-12-18T22:36:38.865Z Downloaded shlex v1.3.0
8962024-12-18T22:36:38.865Z Downloaded backtrace v0.3.74
8972024-12-18T22:36:38.865Z Downloaded usdt-impl v0.5.0
8982024-12-18T22:36:38.866Z Downloaded base64 v0.21.7
8992024-12-18T22:36:38.879Z Downloaded tokio-tungstenite v0.24.0
9002024-12-18T22:36:38.879Z Downloaded thread_local v1.1.8
9012024-12-18T22:36:38.879Z Downloaded target-lexicon v0.12.16
9022024-12-18T22:36:38.879Z Downloaded newtype-uuid v1.1.3
9032024-12-18T22:36:38.880Z Downloaded linked-hash-map v0.5.6
9042024-12-18T22:36:38.927Z Downloaded kv-log-macro v1.0.7
9052024-12-18T22:36:38.928Z Downloaded kstat-rs v0.2.4
9062024-12-18T22:36:38.928Z Downloaded keccak v0.1.5
9072024-12-18T22:36:38.928Z Downloaded enum-as-inner v0.6.1
9082024-12-18T22:36:38.943Z Downloaded headers v0.4.0
9092024-12-18T22:36:38.943Z Downloaded bytes v1.8.0
9102024-12-18T22:36:38.943Z Downloaded block-buffer v0.10.4
9112024-12-18T22:36:38.943Z Downloaded predicates-core v1.0.8
9122024-12-18T22:36:38.943Z Downloaded powerfmt v0.2.0
9132024-12-18T22:36:38.943Z Downloaded plain v0.2.3
9142024-12-18T22:36:38.943Z Downloaded pem v3.0.4
9152024-12-18T22:36:38.943Z Downloaded anyhow v1.0.93
9162024-12-18T22:36:38.943Z Downloaded async-lock v3.4.0
9172024-12-18T22:36:38.943Z Downloaded async-bb8-diesel v0.2.1
9182024-12-18T22:36:38.943Z Downloaded assert_matches v1.5.0
9192024-12-18T22:36:38.943Z Downloaded base64ct v1.6.0
9202024-12-18T22:36:38.943Z Downloaded cexpr v0.6.0
9212024-12-18T22:36:38.943Z Downloaded castaway v0.2.3
9222024-12-18T22:36:38.943Z Downloaded cast v0.3.0
9232024-12-18T22:36:38.943Z Downloaded home v0.5.9
9242024-12-18T22:36:38.943Z Downloaded generic-array v0.14.7
9252024-12-18T22:36:38.943Z Downloaded bytecount v0.6.8
9262024-12-18T22:36:38.943Z Downloaded block-padding v0.3.3
9272024-12-18T22:36:38.943Z Downloaded anstream v0.6.15
9282024-12-18T22:36:38.943Z Downloaded bitfield-struct v0.6.2
9292024-12-18T22:36:38.944Z Downloaded bb8 v0.8.5
9302024-12-18T22:36:38.946Z Downloaded async-executor v1.13.1
9312024-12-18T22:36:38.946Z Downloaded argon2 v0.5.3
9322024-12-18T22:36:38.946Z Downloaded adler2 v2.0.0
9332024-12-18T22:36:38.946Z Downloaded aead v0.5.2
9342024-12-18T22:36:38.946Z Downloaded bitfield v0.14.0
9352024-12-18T22:36:38.946Z Downloaded base16ct v0.2.0
9362024-12-18T22:36:38.946Z Downloaded async-channel v2.3.1
9372024-12-18T22:36:38.946Z Downloaded async-attributes v1.1.2
9382024-12-18T22:36:38.946Z Downloaded assert-json-diff v2.0.2
9392024-12-18T22:36:38.947Z Downloaded hash32 v0.2.1
9402024-12-18T22:36:38.947Z Downloaded autocfg v1.4.0
9412024-12-18T22:36:38.947Z Downloaded async-channel v1.9.0
9422024-12-18T22:36:38.995Z Downloaded futures-timer v3.0.3
9432024-12-18T22:36:38.995Z Downloaded flagset v0.4.6
9442024-12-18T22:36:38.995Z Downloaded http-range v0.1.5
9452024-12-18T22:36:38.995Z Downloaded hex-literal v0.4.1
9462024-12-18T22:36:38.996Z Downloaded group v0.13.0
9472024-12-18T22:36:38.996Z Downloaded async-global-executor v2.4.1
9482024-12-18T22:36:38.996Z Downloaded foreign-types-macros v0.2.3
9492024-12-18T22:36:38.996Z Downloaded foreign-types v0.5.0
9502024-12-18T22:36:38.996Z Downloaded foldhash v0.1.3
9512024-12-18T22:36:38.996Z Downloaded fnv v1.0.7
9522024-12-18T22:36:38.996Z Downloaded float-ord v0.3.2
9532024-12-18T22:36:38.996Z Downloaded float-cmp v0.9.0
9542024-12-18T22:36:39.283Z Downloaded aws-lc-sys v0.22.0
9552024-12-18T22:36:39.525Z Downloaded ring v0.17.8
9562024-12-18T22:36:39.698Z Downloaded ring v0.16.20
9572024-12-18T22:36:39.803Z Downloaded libsqlite3-sys v0.30.1
9582024-12-18T22:36:40.159Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-18T22:36:53.094Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-18T22:36:57.078Z Startup: Caching catalogs ... Done
9612024-12-18T22:37:07.939ZPlanning: Solver setup ... Done (10.000s)
9622024-12-18T22:37:08.073ZPlanning: Running solver ... Done (0.134s)
9632024-12-18T22:37:08.299ZPlanning: Finding local manifests ... Done (0.123s)
9642024-12-18T22:37:08.311ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-18T22:37:08.533ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-18T22:37:08.726ZPlanning: Package planning ... Done (0.194s)
9672024-12-18T22:37:08.783ZPlanning: Merging actions ... Done (0.056s)
9682024-12-18T22:37:09.333ZPlanning: Checking for conflicting actions ... Done (0.550s)
9692024-12-18T22:37:13.641ZPlanning: Consolidating action changes ... Done (4.307s)
9702024-12-18T22:37:14.005ZPlanning: Evaluating mediators ... Done (0.364s)
9712024-12-18T22:37:14.122ZPlanning: Planning completed in 16.95 seconds
9722024-12-18T22:37:14.396Z Packages to install: 4
9732024-12-18T22:37:14.396Z Packages to update: 1
9742024-12-18T22:37:14.396Z Mediators to change: 2
9752024-12-18T22:37:14.399Z Services to change: 1
9762024-12-18T22:37:14.399Z Estimated space available: 155.37 GB
9772024-12-18T22:37:14.399ZEstimated space to be consumed: 1.61 GB
9782024-12-18T22:37:14.399Z Create boot environment: No
9792024-12-18T22:37:14.399ZCreate backup boot environment: Yes
9802024-12-18T22:37:14.399Z Rebuild boot archive: No
9812024-12-18T22:37:14.399Z
9822024-12-18T22:37:14.399ZChanged mediators:
9832024-12-18T22:37:14.399Z mediator clang:
9842024-12-18T22:37:14.400Z version: None -> 15 (system default)
9852024-12-18T22:37:14.400Z
9862024-12-18T22:37:14.400Z mediator llvm:
9872024-12-18T22:37:14.400Z version: 14 (system default) -> 15 (system default)
9882024-12-18T22:37:14.400Z
9892024-12-18T22:37:14.400ZChanged packages:
9902024-12-18T22:37:14.400Zhelios-dev
9912024-12-18T22:37:14.400Z developer/build-essential
9922024-12-18T22:37:14.400Z None -> 11-2.0
9932024-12-18T22:37:14.400Z library/libxmlsec1
9942024-12-18T22:37:14.400Z None -> 1.2.35-2.0
9952024-12-18T22:37:14.400Z ooce/developer/clang-15
9962024-12-18T22:37:14.400Z None -> 15.0.7-2.0
9972024-12-18T22:37:14.400Z ooce/developer/llvm-15
9982024-12-18T22:37:14.400Z None -> 15.0.7-2.0
9992024-12-18T22:37:14.400Z package/pkg
10002024-12-18T22:37:14.400Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-18T22:37:14.400Z
10022024-12-18T22:37:14.400ZServices:
10032024-12-18T22:37:14.400Z restart_fmri:
10042024-12-18T22:37:14.400Z svc:/system/update-man-index:default
10052024-12-18T22:37:14.400Z
10062024-12-18T22:37:14.400ZEditable files to change:
10072024-12-18T22:37:14.400Z Update:
10082024-12-18T22:37:14.400Z usr/share/lib/pkg/web/config.shtml
10092024-12-18T22:37:14.644Z
10102024-12-18T22:37:14.644ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-18T22:37:19.647ZDownload: 1141/4281 items 37.4/220.6MB 16% complete (7.4M/s)
10122024-12-18T22:37:24.652ZDownload: 1527/4281 items 116.7/220.6MB 52% complete (11.9M/s)
10132024-12-18T22:37:29.653ZDownload: 2132/4281 items 118.9/220.6MB 53% complete (8.8M/s)
10142024-12-18T22:37:35.058ZDownload: 3244/4281 items 196.1/220.6MB 88% complete (7.8M/s)
10152024-12-18T22:37:44.989ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s)
10162024-12-18T22:37:48.916ZDownload: Completed 220.60 MB in 34.27 seconds (6.4M/s)
10172024-12-18T22:37:50.897Z Actions: 1/5063 actions (Removing old actions)
10182024-12-18T22:37:50.913Z Actions: 194/5063 actions (Installing new actions)
10192024-12-18T22:37:57.674Z Actions: 4130/5063 actions (Installing new actions)
10202024-12-18T22:37:57.735Z Actions: 4226/5063 actions (Updating modified actions)
10212024-12-18T22:37:57.736Z Actions: Completed 5063 actions in 5.52 seconds.
10222024-12-18T22:37:57.736Z Done (0.390s)
10232024-12-18T22:37:57.736Z Done (0.000s)
10242024-12-18T22:37:57.736Z Done (0.589s)
10252024-12-18T22:38:02.858Z Done (5.228s)
10262024-12-18T22:38:03.141Z Done (0.193s)
10272024-12-18T22:38:03.174Z Done (0.000s)
10282024-12-18T22:38:03.301Z Done (0.000s)
10292024-12-18T22:38:04.005ZPlanning: Evaluating mediator changes ... Done
10302024-12-18T22:38:04.170ZPlanning: Checking for conflicting actions ... Done
10312024-12-18T22:38:04.201ZPlanning: Consolidating action changes ... Done
10322024-12-18T22:38:04.436ZPlanning: Evaluating mediators ... Done
10332024-12-18T22:38:04.440ZPlanning: Planning completed in 0.44 seconds
10342024-12-18T22:38:04.475Z Mediators to change: 2
10352024-12-18T22:38:04.475Z Create boot environment: No
10362024-12-18T22:38:04.478ZCreate backup boot environment: No
10372024-12-18T22:38:04.542Z Done
10382024-12-18T22:38:04.542Z Done
10392024-12-18T22:38:04.906Z Done
10402024-12-18T22:38:08.620Z Done
10412024-12-18T22:38:08.706Z Done
10422024-12-18T22:38:08.710Z Done
10432024-12-18T22:38:08.827Z Done
10442024-12-18T22:38:09.440ZPlanning: Evaluating mediator changes ... Done
10452024-12-18T22:38:09.443ZPlanning: Merging actions ... Done
10462024-12-18T22:38:09.628ZPlanning: Checking for conflicting actions ... Done
10472024-12-18T22:38:09.632ZPlanning: Consolidating action changes ... Done
10482024-12-18T22:38:09.895ZPlanning: Evaluating mediators ... Done
10492024-12-18T22:38:09.950ZPlanning: Planning completed in 0.75 seconds
10502024-12-18T22:38:09.989Z Packages to change: 1
10512024-12-18T22:38:09.989Z Mediators to change: 1
10522024-12-18T22:38:09.992Z Services to change: 1
10532024-12-18T22:38:09.992Z Create boot environment: No
10542024-12-18T22:38:09.992ZCreate backup boot environment: Yes
10552024-12-18T22:38:12.085Z Actions: 1/6 actions (Updating modified actions)
10562024-12-18T22:38:12.121Z Actions: Completed 6 actions in 0.04 seconds.
10572024-12-18T22:38:12.134Z Done
10582024-12-18T22:38:12.134Z Done
10592024-12-18T22:38:12.236Z Done
10602024-12-18T22:38:15.922Z Done
10612024-12-18T22:38:16.011Z Done
10622024-12-18T22:38:16.015Z Done
10632024-12-18T22:38:16.122Z Done
10642024-12-18T22:38:16.566ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10652024-12-18T22:38:16.566Zclang system 15 system
10662024-12-18T22:38:16.566Zcsh system system illumos
10672024-12-18T22:38:16.566Zctags system system illumos
10682024-12-18T22:38:16.566Zgcc vendor 12 vendor
10692024-12-18T22:38:16.566Zgcc system 10 system
10702024-12-18T22:38:16.566Zgcc system 7 system
10712024-12-18T22:38:16.566Zgo system 1.20 system
10722024-12-18T22:38:16.566Zgo system 1.19 system
10732024-12-18T22:38:16.566Zllvm system 15 system
10742024-12-18T22:38:16.567Zllvm system 14 system
10752024-12-18T22:38:16.567Zmariadb system 10.6 system
10762024-12-18T22:38:16.567Zmta vendor vendor dma
10772024-12-18T22:38:16.567Zopenjdk system 17 system
10782024-12-18T22:38:16.567Zopenjdk system 11 system
10792024-12-18T22:38:16.567Zopenjdk system 1.8 system
10802024-12-18T22:38:16.567Zopenssl vendor 3 vendor
10812024-12-18T22:38:16.567Zperl system 5.36 system
10822024-12-18T22:38:16.567Zpostgresql system 15 system
10832024-12-18T22:38:16.567Zpostgresql system 13 system
10842024-12-18T22:38:16.567Zpython vendor 3 vendor
10852024-12-18T22:38:16.567Zpython system 2 system
10862024-12-18T22:38:16.567Zpython3 system 3.11 system
10872024-12-18T22:38:16.567Zruby system 3.0 system
10882024-12-18T22:38:16.568Zwords vendor vendor american-english
10892024-12-18T22:38:16.568Zwords system system australian-english
10902024-12-18T22:38:16.568Zwords system system british-english
10912024-12-18T22:38:16.568Zwords system system canadian-english
10922024-12-18T22:38:16.568Zwords system system french
10932024-12-18T22:38:16.568Zwords system system italian
10942024-12-18T22:38:16.568Zwords system system ngerman
10952024-12-18T22:38:16.568Zwords system system ogerman
10962024-12-18T22:38:16.568Zwords system system spanish
10972024-12-18T22:38:16.895ZPUBLISHER TYPE STATUS P LOCATION
10982024-12-18T22:38:16.895Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10992024-12-18T22:38:19.625ZFMRI IFO
11002024-12-18T22:38:19.626Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11012024-12-18T22:38:19.626Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11022024-12-18T22:38:19.626Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11032024-12-18T22:38:19.626Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11042024-12-18T22:38:19.626Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11052024-12-18T22:38:19.626Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11062024-12-18T22:38:19.626Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11072024-12-18T22:38:19.626Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11082024-12-18T22:38:19.626Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11092024-12-18T22:38:19.626Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11102024-12-18T22:38:19.626Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11112024-12-18T22:38:19.626Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11122024-12-18T22:38:19.626Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11132024-12-18T22:38:19.626Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11142024-12-18T22:38:19.626Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11152024-12-18T22:38:20.684Z Downloading crates ...
11162024-12-18T22:38:20.775Z Downloaded cargo_toml v0.20.5
11172024-12-18T22:38:20.913Z Compiling proc-macro2 v1.0.89
11182024-12-18T22:38:20.913Z Compiling unicode-ident v1.0.13
11192024-12-18T22:38:20.913Z Compiling serde v1.0.215
11202024-12-18T22:38:20.915Z Compiling version_check v0.9.5
11212024-12-18T22:38:20.915Z Compiling thiserror v1.0.69
11222024-12-18T22:38:20.915Z Compiling memchr v2.7.4
11232024-12-18T22:38:20.916Z Compiling libc v0.2.162
11242024-12-18T22:38:20.935Z Compiling ryu v1.0.18
11252024-12-18T22:38:21.173Z Compiling itoa v1.0.11
11262024-12-18T22:38:21.304Z Compiling ucd-trie v0.1.7
11272024-12-18T22:38:21.695Z Compiling once_cell v1.20.2
11282024-12-18T22:38:21.790Z Compiling byteorder v1.5.0
11292024-12-18T22:38:22.000Z Compiling serde_json v1.0.132
11302024-12-18T22:38:22.116Z Compiling rustix v0.38.37
11312024-12-18T22:38:22.964Z Compiling bitflags v2.6.0
11322024-12-18T22:38:23.011Z Compiling usdt-impl v0.5.0
11332024-12-18T22:38:23.024Z Compiling proc-macro-error-attr v1.0.4
11342024-12-18T22:38:23.194Z Compiling syn v1.0.109
11352024-12-18T22:38:23.235Z Compiling proc-macro-error v1.0.4
11362024-12-18T22:38:23.325Z Compiling hashbrown v0.15.1
11372024-12-18T22:38:23.355Z Compiling plain v0.2.3
11382024-12-18T22:38:23.442Z Compiling log v0.4.22
11392024-12-18T22:38:23.497Z Compiling utf8parse v0.2.2
11402024-12-18T22:38:23.509Z Compiling camino v1.1.9
11412024-12-18T22:38:23.647Z Compiling thread-id v4.2.2
11422024-12-18T22:38:23.713Z Compiling equivalent v1.0.1
11432024-12-18T22:38:23.743Z Compiling anstyle-parse v0.2.5
11442024-12-18T22:38:23.889Z Compiling pretty-hex v0.4.1
11452024-12-18T22:38:23.958Z Compiling winnow v0.6.20
11462024-12-18T22:38:24.060Z Compiling quote v1.0.37
11472024-12-18T22:38:24.087Z Compiling unicode-width v0.1.14
11482024-12-18T22:38:24.116Z Compiling is_terminal_polyfill v1.70.1
11492024-12-18T22:38:24.177Z Compiling errno v0.3.9
11502024-12-18T22:38:24.233Z Compiling colorchoice v1.0.2
11512024-12-18T22:38:24.402Z Compiling autocfg v1.4.0
11522024-12-18T22:38:24.493Z Compiling syn v2.0.87
11532024-12-18T22:38:24.570Z Compiling indexmap v2.6.0
11542024-12-18T22:38:24.750Z Compiling semver v1.0.23
11552024-12-18T22:38:25.287Z Compiling anstyle v1.0.10
11562024-12-18T22:38:25.553Z Compiling anstyle-query v1.1.1
11572024-12-18T22:38:25.681Z Compiling anstream v0.6.15
11582024-12-18T22:38:25.709Z Compiling fs-err v2.11.0
11592024-12-18T22:38:26.183Z Compiling fnv v1.0.7
11602024-12-18T22:38:26.227Z Compiling anyhow v1.0.93
11612024-12-18T22:38:26.301Z Compiling cfg-if v1.0.0
11622024-12-18T22:38:26.393Z Compiling heck v0.5.0
11632024-12-18T22:38:26.446Z Compiling strsim v0.11.1
11642024-12-18T22:38:26.565Z Compiling terminal_size v0.4.0
11652024-12-18T22:38:26.760Z Compiling heck v0.4.1
11662024-12-18T22:38:26.861Z Compiling fastrand v2.1.1
11672024-12-18T22:38:26.926Z Compiling bytecount v0.6.8
11682024-12-18T22:38:27.138Z Compiling clap_lex v0.7.2
11692024-12-18T22:38:27.251Z Compiling tempfile v3.13.0
11702024-12-18T22:38:27.337Z Compiling papergrid v0.11.0
11712024-12-18T22:38:27.397Z Compiling clap_builder v4.5.21
11722024-12-18T22:38:27.922Z Compiling memmap v0.7.0
11732024-12-18T22:38:27.987Z Compiling smawk v0.3.2
11742024-12-18T22:38:28.089Z Compiling unicode-linebreak v0.1.5
11752024-12-18T22:38:28.274Z Compiling swrite v0.1.0
11762024-12-18T22:38:28.577Z Compiling textwrap v0.16.1
11772024-12-18T22:38:29.965Z Compiling tabled_derive v0.7.0
11782024-12-18T22:38:31.617Z Compiling tabled v0.15.0
11792024-12-18T22:38:33.401Z Compiling serde_derive v1.0.215
11802024-12-18T22:38:33.401Z Compiling thiserror-impl v1.0.69
11812024-12-18T22:38:33.404Z Compiling zerocopy-derive v0.7.35
11822024-12-18T22:38:33.404Z Compiling scroll_derive v0.12.0
11832024-12-18T22:38:33.404Z Compiling clap_derive v4.5.18
11842024-12-18T22:38:34.672Z Compiling scroll v0.12.0
11852024-12-18T22:38:34.954Z Compiling zerocopy v0.7.35
11862024-12-18T22:38:35.248Z Compiling goblin v0.8.2
11872024-12-18T22:38:36.195Z Compiling pest v2.7.14
11882024-12-18T22:38:36.965Z Compiling clap v4.5.21
11892024-12-18T22:38:38.234Z Compiling pest_meta v2.7.14
11902024-12-18T22:38:39.044Z Compiling pest_generator v2.7.14
11912024-12-18T22:38:40.935Z Compiling pest_derive v2.7.14
11922024-12-18T22:38:41.634Z Compiling dtrace-parser v0.2.0
11932024-12-18T22:38:43.516Z Compiling serde_tokenstream v0.2.2
11942024-12-18T22:38:43.628Z Compiling toml_datetime v0.6.8
11952024-12-18T22:38:43.628Z Compiling serde_spanned v0.6.8
11962024-12-18T22:38:43.807Z Compiling cargo-platform v0.1.8
11972024-12-18T22:38:43.898Z Compiling toml_edit v0.22.22
11982024-12-18T22:38:44.105Z Compiling macaddr v1.0.1
11992024-12-18T22:38:44.277Z Compiling camino-tempfile v1.1.1
12002024-12-18T22:38:44.993Z Compiling dof v0.3.0
12012024-12-18T22:38:45.144Z Compiling cargo_metadata v0.18.1
12022024-12-18T22:38:46.747Z Compiling toml v0.8.19
12032024-12-18T22:38:46.848Z Compiling usdt-attr-macro v0.5.0
12042024-12-18T22:38:46.851Z Compiling usdt-macro v0.5.0
12052024-12-18T22:38:47.632Z Compiling cargo_toml v0.20.5
12062024-12-18T22:38:48.266Z Compiling usdt v0.5.0
12072024-12-18T22:38:51.193Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12082024-12-18T22:38:55.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.23s
12092024-12-18T22:38:55.452Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12102024-12-18T22:38:56.318Z Compiling serde v1.0.215
12112024-12-18T22:38:56.320Z Compiling lock_api v0.4.12
12122024-12-18T22:38:56.320Z Compiling scopeguard v1.2.0
12132024-12-18T22:38:56.320Z Compiling value-bag v1.9.0
12142024-12-18T22:38:56.320Z Compiling typenum v1.17.0
12152024-12-18T22:38:56.320Z Compiling generic-array v0.14.7
12162024-12-18T22:38:56.320Z Compiling syn v2.0.87
12172024-12-18T22:38:56.447Z Compiling getrandom v0.2.15
12182024-12-18T22:38:56.613Z Compiling shlex v1.3.0
12192024-12-18T22:38:56.799Z Compiling rand_core v0.6.4
12202024-12-18T22:38:56.917Z Compiling log v0.4.22
12212024-12-18T22:38:57.024Z Compiling subtle v2.6.1
12222024-12-18T22:38:57.042Z Compiling jobserver v0.1.32
12232024-12-18T22:38:57.063Z Compiling const-oid v0.9.6
12242024-12-18T22:38:57.341Z Compiling smallvec v1.13.2
12252024-12-18T22:38:57.360Z Compiling spin v0.9.8
12262024-12-18T22:38:57.362Z Compiling pin-project-lite v0.2.14
12272024-12-18T22:38:57.503Z Compiling cc v1.1.30
12282024-12-18T22:38:57.730Z Compiling rustix v0.38.37
12292024-12-18T22:38:57.768Z Compiling parking_lot_core v0.9.10
12302024-12-18T22:38:57.782Z Compiling futures-core v0.3.31
12312024-12-18T22:38:57.949Z Compiling signal-hook-registry v1.4.2
12322024-12-18T22:38:58.054Z Compiling mio v1.0.2
12332024-12-18T22:38:58.678Z Compiling parking_lot v0.12.3
12342024-12-18T22:38:58.732Z Compiling aho-corasick v1.1.3
12352024-12-18T22:38:58.896Z Compiling regex-syntax v0.8.5
12362024-12-18T22:38:59.000Z Compiling either v1.13.0
12372024-12-18T22:38:59.130Z Compiling cpufeatures v0.2.14
12382024-12-18T22:38:59.237Z Compiling lazy_static v1.5.0
12392024-12-18T22:38:59.257Z Compiling futures-sink v0.3.31
12402024-12-18T22:38:59.353Z Compiling glob v0.3.1
12412024-12-18T22:38:59.412Z Compiling stable_deref_trait v1.2.0
12422024-12-18T22:38:59.432Z Compiling socket2 v0.5.7
12432024-12-18T22:38:59.530Z Compiling slab v0.4.9
12442024-12-18T22:38:59.643Z Compiling prettyplease v0.2.25
12452024-12-18T22:38:59.983Z Compiling minimal-lexical v0.2.1
12462024-12-18T22:39:00.297Z Compiling libloading v0.8.5
12472024-12-18T22:39:00.370Z Compiling clang-sys v1.8.1
12482024-12-18T22:39:00.430Z Compiling nom v7.1.3
12492024-12-18T22:39:00.517Z Compiling serde_json v1.0.132
12502024-12-18T22:39:00.693Z Compiling bindgen v0.69.5
12512024-12-18T22:39:00.830Z Compiling home v0.5.9
12522024-12-18T22:39:01.156Z Compiling itertools v0.12.1
12532024-12-18T22:39:01.545Z Compiling futures-channel v0.3.31
12542024-12-18T22:39:01.842Z Compiling rustc-hash v1.1.0
12552024-12-18T22:39:01.974Z Compiling lazycell v1.3.0
12562024-12-18T22:39:01.999Z Compiling futures-task v0.3.31
12572024-12-18T22:39:02.147Z Compiling pin-utils v0.1.0
12582024-12-18T22:39:02.248Z Compiling allocator-api2 v0.2.18
12592024-12-18T22:39:02.297Z Compiling futures-io v0.3.31
12602024-12-18T22:39:02.605Z Compiling regex-automata v0.4.8
12612024-12-18T22:39:03.064Z Compiling foldhash v0.1.3
12622024-12-18T22:39:03.368Z Compiling hashbrown v0.15.1
12632024-12-18T22:39:04.204Z Compiling synstructure v0.13.1
12642024-12-18T22:39:04.377Z Compiling cexpr v0.6.0
12652024-12-18T22:39:04.749Z Compiling cmake v0.1.51
12662024-12-18T22:39:05.709Z Compiling pkg-config v0.3.31
12672024-12-18T22:39:05.803Z Compiling dunce v1.0.5
12682024-12-18T22:39:05.939Z Compiling tinyvec_macros v0.1.1
12692024-12-18T22:39:05.956Z Compiling libm v0.2.8
12702024-12-18T22:39:06.030Z Compiling fs_extra v1.3.0
12712024-12-18T22:39:06.214Z Compiling tinyvec v1.8.0
12722024-12-18T22:39:06.335Z Compiling num-traits v0.2.19
12732024-12-18T22:39:06.829Z Compiling ring v0.17.8
12742024-12-18T22:39:07.316Z Compiling base64ct v1.6.0
12752024-12-18T22:39:07.542Z Compiling writeable v0.5.5
12762024-12-18T22:39:07.773Z Compiling unicode-normalization v0.1.24
12772024-12-18T22:39:07.924Z Compiling litemap v0.7.3
12782024-12-18T22:39:07.989Z Compiling paste v1.0.15
12792024-12-18T22:39:08.018Z Compiling unicode-bidi v0.3.17
12802024-12-18T22:39:08.311Z Compiling regex v1.11.1
12812024-12-18T22:39:08.572Z Compiling pem-rfc7468 v0.7.0
12822024-12-18T22:39:09.281Z Compiling flagset v0.4.6
12832024-12-18T22:39:09.341Z Compiling aws-lc-rs v1.10.0
12842024-12-18T22:39:09.359Z Compiling httparse v1.9.5
12852024-12-18T22:39:09.749Z Compiling tracing-core v0.1.32
12862024-12-18T22:39:10.120Z Compiling rustls-pki-types v1.9.0
12872024-12-18T22:39:10.547Z Compiling icu_locid_transform_data v1.5.0
12882024-12-18T22:39:10.650Z Compiling crossbeam-utils v0.8.20
12892024-12-18T22:39:10.963Z Compiling percent-encoding v2.3.1
12902024-12-18T22:39:10.982Z Compiling serde_derive v1.0.215
12912024-12-18T22:39:11.230Z Compiling zeroize_derive v1.4.2
12922024-12-18T22:39:11.233Z Compiling zerocopy-derive v0.7.35
12932024-12-18T22:39:11.340Z Compiling tokio-macros v2.4.0
12942024-12-18T22:39:11.695Z Compiling zerofrom-derive v0.1.4
12952024-12-18T22:39:12.775Z Compiling zeroize v1.8.1
12962024-12-18T22:39:12.887Z Compiling thiserror-impl v1.0.69
12972024-12-18T22:39:13.188Z Compiling yoke-derive v0.7.4
12982024-12-18T22:39:13.390Z Compiling zerocopy v0.7.35
12992024-12-18T22:39:14.624Z Compiling crypto-common v0.1.6
13002024-12-18T22:39:14.838Z Compiling block-buffer v0.10.4
13012024-12-18T22:39:14.956Z Compiling zerovec-derive v0.10.3
13022024-12-18T22:39:15.065Z Compiling digest v0.10.7
13032024-12-18T22:39:15.106Z Compiling futures-macro v0.3.31
13042024-12-18T22:39:15.531Z Compiling hmac v0.12.1
13052024-12-18T22:39:15.576Z Compiling zerofrom v0.1.4
13062024-12-18T22:39:15.761Z Compiling block-padding v0.3.3
13072024-12-18T22:39:15.779Z Compiling displaydoc v0.2.5
13082024-12-18T22:39:16.003Z Compiling inout v0.1.3
13092024-12-18T22:39:16.164Z Compiling yoke v0.7.4
13102024-12-18T22:39:16.252Z Compiling thiserror v1.0.69
13112024-12-18T22:39:16.320Z Compiling cipher v0.4.4
13122024-12-18T22:39:16.386Z Compiling sha2 v0.10.8
13132024-12-18T22:39:16.538Z Compiling ppv-lite86 v0.2.20
13142024-12-18T22:39:16.855Z Compiling der_derive v0.7.3
13152024-12-18T22:39:17.031Z Compiling futures-util v0.3.31
13162024-12-18T22:39:17.331Z Compiling icu_provider_macros v1.5.0
13172024-12-18T22:39:17.511Z Compiling rand_chacha v0.3.1
13182024-12-18T22:39:17.600Z Compiling zerovec v0.10.4
13192024-12-18T22:39:18.456Z Compiling tracing-attributes v0.1.27
13202024-12-18T22:39:19.168Z Compiling der v0.7.9
13212024-12-18T22:39:19.653Z Compiling tinystr v0.7.6
13222024-12-18T22:39:19.685Z Compiling icu_collections v1.5.0
13232024-12-18T22:39:19.781Z Compiling rand v0.8.5
13242024-12-18T22:39:20.105Z Compiling icu_locid v1.5.0
13252024-12-18T22:39:21.080Z Compiling salsa20 v0.10.2
13262024-12-18T22:39:21.317Z Compiling icu_provider v1.5.0
13272024-12-18T22:39:21.976Z Compiling spki v0.7.3
13282024-12-18T22:39:22.152Z Compiling tracing v0.1.40
13292024-12-18T22:39:22.317Z Compiling icu_locid_transform v1.5.0
13302024-12-18T22:39:22.409Z Compiling pest v2.7.14
13312024-12-18T22:39:22.501Z Compiling pbkdf2 v0.12.2
13322024-12-18T22:39:22.539Z Compiling powerfmt v0.2.0
13332024-12-18T22:39:22.631Z Compiling mirai-annotations v1.12.0
13342024-12-18T22:39:22.661Z Compiling num-conv v0.1.0
13352024-12-18T22:39:22.821Z Compiling time-core v0.1.2
13362024-12-18T22:39:22.886Z Compiling icu_properties_data v1.5.0
13372024-12-18T22:39:22.943Z Compiling vcpkg v0.2.15
13382024-12-18T22:39:22.983Z Compiling untrusted v0.7.1
13392024-12-18T22:39:23.082Z Compiling untrusted v0.9.0
13402024-12-18T22:39:23.127Z Compiling time-macros v0.2.18
13412024-12-18T22:39:23.160Z Compiling deranged v0.3.11
13422024-12-18T22:39:23.252Z Compiling scrypt v0.11.0
13432024-12-18T22:39:23.811Z Compiling icu_properties v1.5.1
13442024-12-18T22:39:24.978Z Compiling bitflags v2.6.0
13452024-12-18T22:39:25.043Z Compiling bytes v1.8.0
13462024-12-18T22:39:25.123Z Compiling indexmap v2.6.0
13472024-12-18T22:39:25.443Z Compiling semver v1.0.23
13482024-12-18T22:39:26.257Z Compiling tokio v1.40.0
13492024-12-18T22:39:26.419Z Compiling http v1.1.0
13502024-12-18T22:39:26.504Z Compiling rustc_version v0.4.1
13512024-12-18T22:39:26.665Z Compiling openssl-sys v0.9.103
13522024-12-18T22:39:27.289Z Compiling pest_meta v2.7.14
13532024-12-18T22:39:27.790Z Compiling aes v0.8.4
13542024-12-18T22:39:28.409Z Compiling cbc v0.1.2
13552024-12-18T22:39:28.663Z Compiling scroll_derive v0.12.0
13562024-12-18T22:39:28.758Z Compiling write16 v1.0.0
13572024-12-18T22:39:28.829Z Compiling icu_normalizer_data v1.5.0
13582024-12-18T22:39:28.887Z Compiling utf8_iter v1.0.4
13592024-12-18T22:39:28.929Z Compiling num_threads v0.1.7
13602024-12-18T22:39:28.947Z Compiling utf16_iter v1.0.5
13612024-12-18T22:39:29.058Z Compiling atomic-waker v1.1.2
13622024-12-18T22:39:29.139Z Compiling icu_normalizer v1.5.0
13632024-12-18T22:39:29.157Z Compiling time v0.3.36
13642024-12-18T22:39:29.261Z Compiling pkcs5 v0.7.1
13652024-12-18T22:39:30.206Z Compiling which v4.4.2
13662024-12-18T22:39:30.471Z Compiling scroll v0.12.0
13672024-12-18T22:39:30.828Z Compiling pest_generator v2.7.14
13682024-12-18T22:39:30.849Z Compiling http-body v1.0.1
13692024-12-18T22:39:31.090Z Compiling form_urlencoded v1.2.1
13702024-12-18T22:39:31.181Z Compiling slog v2.7.0
13712024-12-18T22:39:31.353Z Compiling try-lock v0.2.5
13722024-12-18T22:39:31.415Z Compiling goblin v0.8.2
13732024-12-18T22:39:31.498Z Compiling want v0.3.1
13742024-12-18T22:39:31.778Z Compiling idna_adapter v1.2.0
13752024-12-18T22:39:31.795Z Compiling pkcs8 v0.10.2
13762024-12-18T22:39:32.280Z Compiling httpdate v1.0.3
13772024-12-18T22:39:32.488Z Compiling idna v1.0.3
13782024-12-18T22:39:32.527Z Compiling serde_spanned v0.6.8
13792024-12-18T22:39:32.755Z Compiling toml_datetime v0.6.8
13802024-12-18T22:39:32.918Z Compiling pest_derive v2.7.14
13812024-12-18T22:39:33.304Z Compiling uuid v1.11.0
13822024-12-18T22:39:33.349Z Compiling serde_tokenstream v0.2.2
13832024-12-18T22:39:33.703Z Compiling dtrace-parser v0.2.0
13842024-12-18T22:39:33.976Z Compiling rustversion v1.0.17
13852024-12-18T22:39:34.316Z Compiling base64 v0.22.1
13862024-12-18T22:39:34.500Z Compiling iana-time-zone v0.1.61
13872024-12-18T22:39:34.711Z Compiling adler2 v2.0.0
13882024-12-18T22:39:34.761Z Compiling foreign-types-shared v0.1.1
13892024-12-18T22:39:34.875Z Compiling tokio-util v0.7.12
13902024-12-18T22:39:34.925Z Compiling match_cfg v0.1.0
13912024-12-18T22:39:34.969Z Compiling tower-service v0.3.3
13922024-12-18T22:39:35.021Z Compiling openssl v0.10.66
13932024-12-18T22:39:35.034Z Compiling hostname v0.3.1
13942024-12-18T22:39:35.090Z Compiling miniz_oxide v0.8.0
13952024-12-18T22:39:35.283Z Compiling foreign-types v0.3.2
13962024-12-18T22:39:35.455Z Compiling chrono v0.4.38
13972024-12-18T22:39:35.474Z Compiling url v2.5.3
13982024-12-18T22:39:36.383Z Compiling h2 v0.4.6
13992024-12-18T22:39:36.667Z Compiling async-trait v0.1.83
14002024-12-18T22:39:37.366Z Compiling dof v0.3.0
14012024-12-18T22:39:37.574Z Compiling openssl-macros v0.1.1
14022024-12-18T22:39:38.348Z Compiling usdt-impl v0.5.0
14032024-12-18T22:39:39.439Z Compiling dirs-sys-next v0.1.2
14042024-12-18T22:39:39.466Z Compiling data-encoding v2.6.0
14052024-12-18T22:39:39.546Z Compiling rustls v0.23.14
14062024-12-18T22:39:39.814Z Compiling rustls v0.22.4
14072024-12-18T22:39:39.956Z Compiling native-tls v0.2.12
14082024-12-18T22:39:40.070Z Compiling siphasher v0.3.11
14092024-12-18T22:39:40.088Z Compiling syn v1.0.109
14102024-12-18T22:39:40.352Z Compiling dirs-next v2.0.0
14112024-12-18T22:39:40.810Z Compiling http-body-util v0.1.2
14122024-12-18T22:39:41.413Z Compiling crossbeam-epoch v0.9.18
14132024-12-18T22:39:41.959Z Compiling heapless v0.7.17
14142024-12-18T22:39:41.989Z Compiling signature v2.2.0
14152024-12-18T22:39:42.010Z Compiling sha1 v0.10.6
14162024-12-18T22:39:42.170Z Compiling bzip2-sys v0.1.11+1.0.8
14172024-12-18T22:39:42.285Z Compiling serde_derive_internals v0.29.1
14182024-12-18T22:39:42.316Z Compiling thread_local v1.1.8
14192024-12-18T22:39:42.381Z Compiling encoding_rs v0.8.34
14202024-12-18T22:39:42.414Z Compiling cookie v0.18.1
14212024-12-18T22:39:42.653Z Compiling multer v3.1.0
14222024-12-18T22:39:42.700Z Compiling signal-hook v0.3.17
14232024-12-18T22:39:42.820Z Compiling slog-async v2.8.0
14242024-12-18T22:39:42.961Z Compiling schemars v0.8.21
14252024-12-18T22:39:42.997Z Compiling mime v0.3.17
14262024-12-18T22:39:43.292Z Compiling openssl-probe v0.1.5
14272024-12-18T22:39:43.399Z Compiling hyper v1.5.0
14282024-12-18T22:39:43.587Z Compiling rayon-core v1.12.1
14292024-12-18T22:39:43.658Z Compiling gimli v0.31.1
14302024-12-18T22:39:43.851Z Compiling ipnet v2.10.1
14312024-12-18T22:39:45.078Z Compiling unicode-properties v0.1.3
14322024-12-18T22:39:45.148Z Compiling schemars_derive v0.8.21
14332024-12-18T22:39:45.469Z Compiling stringprep v0.1.5
14342024-12-18T22:39:46.804Z Compiling hyper-util v0.1.10
14352024-12-18T22:39:47.252Z Compiling toml_edit v0.22.22
14362024-12-18T22:39:47.848Z Compiling usdt-attr-macro v0.5.0
14372024-12-18T22:39:48.537Z Compiling addr2line v0.24.2
14382024-12-18T22:39:49.030Z Compiling usdt-macro v0.5.0
14392024-12-18T22:39:49.231Z Compiling crossbeam-deque v0.8.5
14402024-12-18T22:39:49.403Z Compiling term v0.7.0
14412024-12-18T22:39:49.481Z Compiling slog-json v2.6.1
14422024-12-18T22:39:49.566Z Compiling serde_urlencoded v0.7.1
14432024-12-18T22:39:49.854Z Compiling crossbeam-channel v0.5.13
14442024-12-18T22:39:49.900Z Compiling curve25519-dalek v4.1.3
14452024-12-18T22:39:50.091Z Compiling enum-as-inner v0.6.1
14462024-12-18T22:39:50.538Z Compiling futures-executor v0.3.31
14472024-12-18T22:39:50.541Z Compiling md-5 v0.10.6
14482024-12-18T22:39:50.799Z Compiling async-stream-impl v0.3.6
14492024-12-18T22:39:50.906Z Compiling num-integer v0.1.46
14502024-12-18T22:39:51.004Z Compiling rustls-pemfile v2.2.0
14512024-12-18T22:39:51.167Z Compiling idna v0.4.0
14522024-12-18T22:39:51.186Z Compiling idna v0.3.0
14532024-12-18T22:39:51.396Z Compiling hash32 v0.2.1
14542024-12-18T22:39:51.723Z Compiling ff v0.13.0
14552024-12-18T22:39:51.774Z Compiling is-terminal v0.4.13
14562024-12-18T22:39:51.905Z Compiling dropshot v0.12.0
14572024-12-18T22:39:51.950Z Compiling object v0.36.5
14582024-12-18T22:39:52.190Z Compiling num-bigint-dig v0.8.4
14592024-12-18T22:39:52.283Z Compiling base16ct v0.2.0
14602024-12-18T22:39:52.468Z Compiling portable-atomic v1.9.0
14612024-12-18T22:39:52.614Z Compiling rustc-demangle v0.1.24
14622024-12-18T22:39:52.856Z Compiling smoltcp v0.9.1
14632024-12-18T22:39:52.919Z Compiling psl-types v2.0.11
14642024-12-18T22:39:53.120Z Compiling quick-error v1.2.3
14652024-12-18T22:39:53.274Z Compiling utf-8 v0.7.6
14662024-12-18T22:39:53.536Z Compiling linked-hash-map v0.5.6
14672024-12-18T22:39:53.576Z Compiling take_mut v0.2.2
14682024-12-18T22:39:53.595Z Compiling dyn-clone v1.0.17
14692024-12-18T22:39:53.612Z Compiling anyhow v1.0.93
14702024-12-18T22:39:53.737Z Compiling fallible-iterator v0.2.0
14712024-12-18T22:39:53.909Z Compiling lru-cache v0.1.2
14722024-12-18T22:39:54.466Z Compiling postgres-protocol v0.6.7
14732024-12-18T22:39:54.685Z Compiling tungstenite v0.24.0
14742024-12-18T22:39:55.313Z Compiling resolv-conf v0.7.0
14752024-12-18T22:39:55.790Z Compiling publicsuffix v2.2.3
14762024-12-18T22:39:55.878Z Compiling sec1 v0.7.3
14772024-12-18T22:39:56.112Z Compiling async-stream v0.3.6
14782024-12-18T22:39:56.233Z Compiling hickory-proto v0.24.1
14792024-12-18T22:39:56.437Z Compiling group v0.13.0
14802024-12-18T22:39:56.525Z Compiling usdt v0.5.0
14812024-12-18T22:39:56.785Z Compiling slog-term v2.9.1
14822024-12-18T22:39:57.091Z Compiling num-iter v0.1.45
14832024-12-18T22:39:57.286Z Compiling futures v0.3.31
14842024-12-18T22:39:57.528Z Compiling toml v0.8.19
14852024-12-18T22:39:57.690Z Compiling slog-bunyan v2.5.0
14862024-12-18T22:39:59.335Z Compiling backtrace v0.3.74
14872024-12-18T22:39:59.435Z Compiling camino v1.1.9
14882024-12-18T22:39:59.672Z Compiling tokio-native-tls v0.3.1
14892024-12-18T22:39:59.951Z Compiling phf_shared v0.11.2
14902024-12-18T22:40:00.116Z Compiling dropshot_endpoint v0.12.0
14912024-12-18T22:40:00.305Z Compiling terminal_size v0.4.0
14922024-12-18T22:40:00.328Z Compiling waitgroup v0.1.2
14932024-12-18T22:40:00.383Z Compiling openapiv3 v2.0.0
14942024-12-18T22:40:00.526Z Compiling serde_path_to_error v0.1.16
14952024-12-18T22:40:00.544Z Compiling hkdf v0.12.4
14962024-12-18T22:40:00.806Z Compiling crypto-bigint v0.5.5
14972024-12-18T22:40:01.417Z Compiling curve25519-dalek-derive v0.1.1
14982024-12-18T22:40:03.023Z Compiling zerocopy-derive v0.6.6
14992024-12-18T22:40:03.110Z Compiling webpki-roots v0.26.6
15002024-12-18T22:40:03.341Z Compiling idna v0.5.0
15012024-12-18T22:40:04.072Z Compiling hubpack_derive v0.1.1
15022024-12-18T22:40:04.893Z Compiling hostname v0.4.0
15032024-12-18T22:40:04.947Z Compiling ahash v0.8.11
15042024-12-18T22:40:04.973Z Compiling fs-err v2.11.0
15052024-12-18T22:40:05.078Z Compiling crc32fast v1.4.2
15062024-12-18T22:40:05.150Z Compiling debug-ignore v1.0.5
15072024-12-18T22:40:05.267Z Compiling winnow v0.5.40
15082024-12-18T22:40:05.272Z Compiling bitflags v1.3.2
15092024-12-18T22:40:05.304Z Compiling managed v0.8.0
15102024-12-18T22:40:05.345Z Compiling console v0.15.8
15112024-12-18T22:40:05.391Z Compiling zerocopy v0.6.6
15122024-12-18T22:40:05.410Z Compiling flate2 v1.0.34
15132024-12-18T22:40:06.337Z Compiling clap_builder v4.5.21
15142024-12-18T22:40:06.642Z Compiling strum_macros v0.25.3
15152024-12-18T22:40:06.920Z Compiling hubpack v0.1.2
15162024-12-18T22:40:06.983Z Compiling cookie_store v0.21.0
15172024-12-18T22:40:07.190Z Compiling elliptic-curve v0.13.8
15182024-12-18T22:40:08.009Z Compiling hickory-resolver v0.24.1
15192024-12-18T22:40:08.043Z Compiling phf v0.11.2
15202024-12-18T22:40:08.606Z Compiling hyper-tls v0.6.0
15212024-12-18T22:40:09.041Z Compiling toml_edit v0.19.15
15222024-12-18T22:40:09.158Z Compiling signal-hook-mio v0.2.4
15232024-12-18T22:40:09.268Z Compiling rayon v1.10.0
15242024-12-18T22:40:09.329Z Compiling bzip2 v0.4.4
15252024-12-18T22:40:10.902Z Compiling tokio-tungstenite v0.24.0
15262024-12-18T22:40:11.490Z Compiling postgres-types v0.2.8
15272024-12-18T22:40:14.245Z Compiling ed25519 v2.2.3
15282024-12-18T22:40:14.411Z Compiling phf_shared v0.10.0
15292024-12-18T22:40:14.836Z Compiling tokio-stream v0.1.16
15302024-12-18T22:40:14.956Z Compiling pkcs1 v0.7.5
15312024-12-18T22:40:15.763Z Compiling serde-big-array v0.5.1
15322024-12-18T22:40:15.937Z Compiling clap_derive v4.5.18
15332024-12-18T22:40:15.968Z Compiling rfc6979 v0.4.0
15342024-12-18T22:40:16.006Z Compiling derive-where v1.2.7
15352024-12-18T22:40:16.032Z Compiling serde_repr v0.1.19
15362024-12-18T22:40:16.170Z Compiling float-cmp v0.9.0
15372024-12-18T22:40:16.173Z Compiling bstr v1.10.0
15382024-12-18T22:40:16.404Z Compiling sync_wrapper v1.0.1
15392024-12-18T22:40:16.584Z Compiling whoami v1.5.2
15402024-12-18T22:40:17.313Z Compiling new_debug_unreachable v1.0.6
15412024-12-18T22:40:17.316Z Compiling fixedbitset v0.4.2
15422024-12-18T22:40:17.316Z Compiling predicates-core v1.0.8
15432024-12-18T22:40:17.367Z Compiling precomputed-hash v0.1.1
15442024-12-18T22:40:17.485Z Compiling unicode-segmentation v1.12.0
15452024-12-18T22:40:17.668Z Compiling bit-vec v0.6.3
15462024-12-18T22:40:17.768Z Compiling number_prefix v0.4.0
15472024-12-18T22:40:17.955Z Compiling unicode-width v0.2.0
15482024-12-18T22:40:17.995Z Compiling static_assertions v1.1.0
15492024-12-18T22:40:18.101Z Compiling normalize-line-endings v0.3.0
15502024-12-18T22:40:18.140Z Compiling difflib v0.4.0
15512024-12-18T22:40:18.228Z Compiling similar v2.6.0
15522024-12-18T22:40:18.360Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15532024-12-18T22:40:18.482Z Compiling indicatif v0.17.9
15542024-12-18T22:40:19.781Z Compiling predicates v3.1.2
15552024-12-18T22:40:19.810Z Compiling bit-set v0.5.3
15562024-12-18T22:40:20.106Z Compiling petgraph v0.6.5
15572024-12-18T22:40:20.704Z Compiling string_cache v0.8.7
15582024-12-18T22:40:20.743Z Compiling tokio-postgres v0.7.12
15592024-12-18T22:40:21.175Z Compiling clap v4.5.21
15602024-12-18T22:40:21.247Z Compiling ecdsa v0.16.9
15612024-12-18T22:40:21.299Z Compiling rsa v0.9.6
15622024-12-18T22:40:21.620Z Compiling ed25519-dalek v2.1.1
15632024-12-18T22:40:22.164Z Compiling toml v0.7.8
15642024-12-18T22:40:22.971Z Compiling zip v0.6.6
15652024-12-18T22:40:23.927Z Compiling crossterm v0.28.1
15662024-12-18T22:40:24.498Z Compiling hex v0.4.3
15672024-12-18T22:40:25.090Z Compiling x509-cert v0.2.5
15682024-12-18T22:40:25.125Z Compiling itertools v0.10.5
15692024-12-18T22:40:25.151Z Compiling lalrpop-util v0.19.12
15702024-12-18T22:40:25.307Z Compiling peg-runtime v0.8.3
15712024-12-18T22:40:25.532Z Compiling unicode-xid v0.2.6
15722024-12-18T22:40:25.716Z Compiling strum_macros v0.26.4
15732024-12-18T22:40:26.018Z Compiling xattr v1.3.1
15742024-12-18T22:40:26.305Z Compiling filetime v0.2.25
15752024-12-18T22:40:26.610Z Compiling tar v0.4.42
15762024-12-18T22:40:31.040Z Compiling strum v0.26.3
15772024-12-18T22:40:33.944Z Compiling aws-lc-sys v0.22.0
15782024-12-18T22:41:10.910Z Compiling rustls-webpki v0.102.8
15792024-12-18T22:41:14.424Z Compiling tokio-rustls v0.25.0
15802024-12-18T22:41:15.817Z Compiling tokio-rustls v0.26.0
15812024-12-18T22:41:16.185Z Compiling hyper-rustls v0.27.3
15822024-12-18T22:41:16.654Z Compiling reqwest v0.12.9
15832024-12-18T22:41:18.218Z Compiling qorb v0.2.1
15842024-12-18T22:41:22.803Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15852024-12-18T22:41:23.036Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15862024-12-18T22:41:28.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15872024-12-18T22:41:29.119Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15882024-12-18T22:41:29.164ZDec 18 22:41:27.934 INFO Starting download, target: DendriteOpenapi
15892024-12-18T22:41:29.164ZDec 18 22:41:27.934 INFO Starting download, target: Cockroach
15902024-12-18T22:41:29.167ZDec 18 22:41:27.934 INFO Starting download, target: Clickhouse
15912024-12-18T22:41:29.167ZDec 18 22:41:27.934 INFO Starting download, target: Console
15922024-12-18T22:41:29.167ZDec 18 22:41:27.934 INFO Starting download, target: DendriteStub
15932024-12-18T22:41:29.167ZDec 18 22:41:27.934 INFO Starting download, target: MaghemiteMgd
15942024-12-18T22:41:29.167ZDec 18 22:41:27.934 INFO Starting download, target: TransceiverControl
15952024-12-18T22:41:29.167ZDec 18 22:41:27.935 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15962024-12-18T22:41:29.167ZDec 18 22:41:27.935 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15972024-12-18T22:41:29.168ZDec 18 22:41:27.935 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15982024-12-18T22:41:29.168ZDec 18 22:41:27.935 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15992024-12-18T22:41:29.168ZDec 18 22:41:27.935 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16002024-12-18T22:41:29.168ZDec 18 22:41:27.935 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16012024-12-18T22:41:29.168ZDec 18 22:41:27.935 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16022024-12-18T22:41:29.373ZDec 18 22:41:28.146 INFO Download complete, target: DendriteOpenapi
16032024-12-18T22:41:29.636ZDec 18 22:41:28.387 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16042024-12-18T22:41:29.688ZDec 18 22:41:28.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16052024-12-18T22:41:30.036ZDec 18 22:41:28.808 INFO Download complete, target: Console
16062024-12-18T22:41:30.308ZDec 18 22:41:29.069 INFO Download complete, target: TransceiverControl
16072024-12-18T22:41:30.363ZDec 18 22:41:29.131 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16082024-12-18T22:41:30.529ZDec 18 22:41:29.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16092024-12-18T22:41:30.894ZDec 18 22:41:29.666 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16102024-12-18T22:41:30.894ZDec 18 22:41:29.666 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16112024-12-18T22:41:31.149ZDec 18 22:41:29.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16122024-12-18T22:41:33.525ZDec 18 22:41:32.296 INFO Download complete, target: MaghemiteMgd
16132024-12-18T22:41:33.631ZDec 18 22:41:32.401 INFO Download complete, target: DendriteStub
16142024-12-18T22:41:38.862ZDec 18 22:41:37.634 INFO Checking that binary works, target: Cockroach
16152024-12-18T22:41:39.023ZDec 18 22:41:37.795 INFO Download complete, target: Cockroach
16162024-12-18T22:41:44.521ZDec 18 22:41:43.293 INFO Checking that binary works, target: Clickhouse
16172024-12-18T22:41:45.427ZDec 18 22:41:44.198 INFO Download complete, target: Clickhouse
16182024-12-18T22:41:45.434ZAll prerequisites installed successfully
16192024-12-18T22:41:45.436Z
16202024-12-18T22:41:45.436Zreal 5:05.277000805
16212024-12-18T22:41:45.436Zuser 16:35.845179109
16222024-12-18T22:41:45.436Zsys 3:11.092895262
16232024-12-18T22:41:45.436Ztrap 0.515084813
16242024-12-18T22:41:45.437Ztflt 9.179656949
16252024-12-18T22:41:45.437Zdflt 7.588061190
16262024-12-18T22:41:45.437Zkflt 0.283628884
16272024-12-18T22:41:45.437Zlock 33:17.469285563
16282024-12-18T22:41:45.437Zslp 1:03:59.319741349
16292024-12-18T22:41:45.437Zlat 51.083612094
16302024-12-18T22:41:45.437Zstop 2:04.965293636
16312024-12-18T22:41:45.437Z+ source ./tools/include/force-git-over-https.sh
16322024-12-18T22:41:45.437Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16332024-12-18T22:41:45.437Z++ (( i = 0 ))
16342024-12-18T22:41:45.437Z++ (( i < 5 ))
16352024-12-18T22:41:45.437Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16362024-12-18T22:41:45.439Z++ (( i++ ))
16372024-12-18T22:41:45.440Z++ (( i < 5 ))
16382024-12-18T22:41:45.440Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16392024-12-18T22:41:45.442Z++ (( i++ ))
16402024-12-18T22:41:45.442Z++ (( i < 5 ))
16412024-12-18T22:41:45.442Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16422024-12-18T22:41:45.445Z++ (( i++ ))
16432024-12-18T22:41:45.445Z++ (( i < 5 ))
16442024-12-18T22:41:45.445Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16452024-12-18T22:41:45.448Z++ (( i++ ))
16462024-12-18T22:41:45.448Z++ (( i < 5 ))
16472024-12-18T22:41:45.448Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16482024-12-18T22:41:45.451Z++ (( i++ ))
16492024-12-18T22:41:45.451Z++ (( i < 5 ))
16502024-12-18T22:41:45.451Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16512024-12-18T22:41:45.451Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16522024-12-18T22:41:45.453Z+ rc=0
16532024-12-18T22:41:45.453Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16542024-12-18T22:42:14.854Z+ case $rc in
16552024-12-18T22:42:14.854Z+ pfexec zfs create -p rpool/images/build/host
16562024-12-18T22:42:15.029Z+ pfexec zfs create -p rpool/images/build/recovery
16572024-12-18T22:42:15.113Z+ cargo xtask releng --output-dir /work
16582024-12-18T22:42:15.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16592024-12-18T22:42:15.661Z Running `target/debug/xtask releng --output-dir /work`
16602024-12-18T22:42:16.551Z Compiling proc-macro2 v1.0.89
16612024-12-18T22:42:16.551Z Compiling unicode-ident v1.0.13
16622024-12-18T22:42:16.552Z Compiling libc v0.2.162
16632024-12-18T22:42:16.554Z Compiling serde v1.0.215
16642024-12-18T22:42:16.554Z Compiling autocfg v1.4.0
16652024-12-18T22:42:16.554Z Compiling version_check v0.9.5
16662024-12-18T22:42:16.554Z Compiling cfg-if v1.0.0
16672024-12-18T22:42:16.771Z Compiling memchr v2.7.4
16682024-12-18T22:42:16.814Z Compiling typenum v1.17.0
16692024-12-18T22:42:16.930Z Compiling shlex v1.3.0
16702024-12-18T22:42:17.355Z Compiling value-bag v1.9.0
16712024-12-18T22:42:17.412Z Compiling scopeguard v1.2.0
16722024-12-18T22:42:17.451Z Compiling generic-array v0.14.7
16732024-12-18T22:42:17.655Z Compiling lock_api v0.4.12
16742024-12-18T22:42:17.802Z Compiling log v0.4.22
16752024-12-18T22:42:17.933Z Compiling rustix v0.38.37
16762024-12-18T22:42:18.189Z Compiling parking_lot_core v0.9.10
16772024-12-18T22:42:18.583Z Compiling quote v1.0.37
16782024-12-18T22:42:18.606Z Compiling serde_json v1.0.132
16792024-12-18T22:42:18.637Z Compiling libm v0.2.8
16802024-12-18T22:42:18.659Z Compiling num-traits v0.2.19
16812024-12-18T22:42:18.900Z Compiling jobserver v0.1.32
16822024-12-18T22:42:18.935Z Compiling getrandom v0.2.15
16832024-12-18T22:42:18.970Z Compiling syn v2.0.87
16842024-12-18T22:42:19.121Z Compiling once_cell v1.20.2
16852024-12-18T22:42:19.237Z Compiling thiserror v1.0.69
16862024-12-18T22:42:19.258Z Compiling spin v0.9.8
16872024-12-18T22:42:19.456Z Compiling cc v1.1.30
16882024-12-18T22:42:19.537Z Compiling itoa v1.0.11
16892024-12-18T22:42:19.632Z Compiling aho-corasick v1.1.3
16902024-12-18T22:42:19.683Z Compiling regex-syntax v0.8.5
16912024-12-18T22:42:19.761Z Compiling slab v0.4.9
16922024-12-18T22:42:19.785Z Compiling errno v0.3.9
16932024-12-18T22:42:20.456Z Compiling byteorder v1.5.0
16942024-12-18T22:42:20.682Z Compiling either v1.13.0
16952024-12-18T22:42:20.959Z Compiling lazy_static v1.5.0
16962024-12-18T22:42:21.105Z Compiling rand_core v0.6.4
16972024-12-18T22:42:21.194Z Compiling glob v0.3.1
16982024-12-18T22:42:21.449Z Compiling prettyplease v0.2.25
16992024-12-18T22:42:21.586Z Compiling subtle v2.6.1
17002024-12-18T22:42:21.960Z Compiling minimal-lexical v0.2.1
17012024-12-18T22:42:22.079Z Compiling clang-sys v1.8.1
17022024-12-18T22:42:22.109Z Compiling libloading v0.8.5
17032024-12-18T22:42:22.504Z Compiling nom v7.1.3
17042024-12-18T22:42:22.562Z Compiling bindgen v0.69.5
17052024-12-18T22:42:22.970Z Compiling home v0.5.9
17062024-12-18T22:42:23.222Z Compiling itertools v0.12.1
17072024-12-18T22:42:23.534Z Compiling regex-automata v0.4.8
17082024-12-18T22:42:23.597Z Compiling lazycell v1.3.0
17092024-12-18T22:42:23.783Z Compiling rustc-hash v1.1.0
17102024-12-18T22:42:24.802Z Compiling cmake v0.1.51
17112024-12-18T22:42:25.851Z Compiling pkg-config v0.3.31
17122024-12-18T22:42:25.901Z Compiling semver v1.0.23
17132024-12-18T22:42:25.903Z Compiling dunce v1.0.5
17142024-12-18T22:42:26.066Z Compiling fs_extra v1.3.0
17152024-12-18T22:42:26.398Z Compiling cexpr v0.6.0
17162024-12-18T22:42:26.401Z Compiling smallvec v1.13.2
17172024-12-18T22:42:26.497Z Compiling ring v0.17.8
17182024-12-18T22:42:26.919Z Compiling synstructure v0.13.1
17192024-12-18T22:42:27.094Z Compiling heck v0.5.0
17202024-12-18T22:42:27.647Z Compiling ryu v1.0.18
17212024-12-18T22:42:27.766Z Compiling paste v1.0.15
17222024-12-18T22:42:27.964Z Compiling const-oid v0.9.6
17232024-12-18T22:42:28.484Z Compiling aws-lc-rs v1.10.0
17242024-12-18T22:42:28.484Z Compiling httparse v1.9.5
17252024-12-18T22:42:29.140Z Compiling pin-project-lite v0.2.14
17262024-12-18T22:42:29.293Z Compiling allocator-api2 v0.2.18
17272024-12-18T22:42:29.775Z Compiling regex v1.11.1
17282024-12-18T22:42:30.094Z Compiling futures-core v0.3.31
17292024-12-18T22:42:30.300Z Compiling signal-hook-registry v1.4.2
17302024-12-18T22:42:31.009Z Compiling crossbeam-utils v0.8.20
17312024-12-18T22:42:31.555Z Compiling num-conv v0.1.0
17322024-12-18T22:42:31.648Z Compiling time-core v0.1.2
17332024-12-18T22:42:31.757Z Compiling parking_lot v0.12.3
17342024-12-18T22:42:31.822Z Compiling mio v1.0.2
17352024-12-18T22:42:31.898Z Compiling vcpkg v0.2.15
17362024-12-18T22:42:31.961Z Compiling time-macros v0.2.18
17372024-12-18T22:42:32.081Z Compiling fnv v1.0.7
17382024-12-18T22:42:32.597Z Compiling schemars v0.8.21
17392024-12-18T22:42:32.731Z Compiling serde_derive v1.0.215
17402024-12-18T22:42:33.048Z Compiling zeroize_derive v1.4.2
17412024-12-18T22:42:33.686Z Compiling zerocopy-derive v0.7.35
17422024-12-18T22:42:33.794Z Compiling tokio-macros v2.4.0
17432024-12-18T22:42:33.939Z Compiling thiserror-impl v1.0.69
17442024-12-18T22:42:33.971Z Compiling zerofrom-derive v0.1.4
17452024-12-18T22:42:34.918Z Compiling zeroize v1.8.1
17462024-12-18T22:42:35.312Z Compiling yoke-derive v0.7.4
17472024-12-18T22:42:35.440Z Compiling futures-macro v0.3.31
17482024-12-18T22:42:35.520Z Compiling zerovec-derive v0.10.3
17492024-12-18T22:42:35.927Z Compiling displaydoc v0.2.5
17502024-12-18T22:42:37.138Z Compiling zerocopy v0.7.35
17512024-12-18T22:42:37.638Z Compiling crypto-common v0.1.6
17522024-12-18T22:42:37.695Z Compiling icu_provider_macros v1.5.0
17532024-12-18T22:42:37.758Z Compiling tracing-attributes v0.1.27
17542024-12-18T22:42:37.847Z Compiling block-buffer v0.10.4
17552024-12-18T22:42:38.140Z Compiling digest v0.10.7
17562024-12-18T22:42:38.207Z Compiling der_derive v0.7.3
17572024-12-18T22:42:38.641Z Compiling openssl-sys v0.9.103
17582024-12-18T22:42:39.787Z Compiling serde_derive_internals v0.29.1
17592024-12-18T22:42:39.884Z Compiling socket2 v0.5.7
17602024-12-18T22:42:40.741Z Compiling ahash v0.8.11
17612024-12-18T22:42:42.243Z Compiling schemars_derive v0.8.21
17622024-12-18T22:42:42.445Z Compiling futures-sink v0.3.31
17632024-12-18T22:42:42.639Z Compiling foldhash v0.1.3
17642024-12-18T22:42:42.739Z Compiling cpufeatures v0.2.14
17652024-12-18T22:42:42.828Z Compiling equivalent v1.0.1
17662024-12-18T22:42:42.952Z Compiling slog v2.7.0
17672024-12-18T22:42:43.008Z Compiling hashbrown v0.15.1
17682024-12-18T22:42:43.128Z Compiling stable_deref_trait v1.2.0
17692024-12-18T22:42:44.409Z Compiling futures-channel v0.3.31
17702024-12-18T22:42:44.508Z Compiling zerofrom v0.1.4
17712024-12-18T22:42:44.820Z Compiling scroll_derive v0.12.0
17722024-12-18T22:42:44.868Z Compiling futures-io v0.3.31
17732024-12-18T22:42:44.930Z Compiling pin-utils v0.1.0
17742024-12-18T22:42:44.969Z Compiling futures-task v0.3.31
17752024-12-18T22:42:45.034Z Compiling ucd-trie v0.1.7
17762024-12-18T22:42:45.352Z Compiling openssl v0.10.66
17772024-12-18T22:42:45.354Z Compiling pest v2.7.14
17782024-12-18T22:42:45.530Z Compiling futures-util v0.3.31
17792024-12-18T22:42:45.596Z Compiling yoke v0.7.4
17802024-12-18T22:42:46.036Z Compiling hmac v0.12.1
17812024-12-18T22:42:46.322Z Compiling tinyvec_macros v0.1.1
17822024-12-18T22:42:46.464Z Compiling tinyvec v1.8.0
17832024-12-18T22:42:46.518Z Compiling zerovec v0.10.4
17842024-12-18T22:42:47.181Z Compiling bitflags v2.6.0
17852024-12-18T22:42:48.196Z Compiling bytes v1.8.0
17862024-12-18T22:42:49.601Z Compiling tokio v1.40.0
17872024-12-18T22:42:50.488Z Compiling serde_tokenstream v0.2.2
17882024-12-18T22:42:50.968Z Compiling indexmap v2.6.0
17892024-12-18T22:42:52.342Z Compiling which v4.4.2
17902024-12-18T22:42:53.124Z Compiling http v1.1.0
17912024-12-18T22:42:53.548Z Compiling rustc_version v0.4.1
17922024-12-18T22:42:54.304Z Compiling pest_meta v2.7.14
17932024-12-18T22:42:54.666Z Compiling uuid v1.11.0
17942024-12-18T22:42:55.757Z Compiling block-padding v0.3.3
17952024-12-18T22:42:55.877Z Compiling openssl-macros v0.1.1
17962024-12-18T22:42:56.255Z Compiling rustls v0.23.14
17972024-12-18T22:42:56.673Z Compiling native-tls v0.2.12
17982024-12-18T22:42:56.726Z Compiling iana-time-zone v0.1.61
17992024-12-18T22:42:57.116Z Compiling chrono v0.4.38
18002024-12-18T22:42:57.142Z Compiling inout v0.1.3
18012024-12-18T22:42:57.569Z Compiling pest_generator v2.7.14
18022024-12-18T22:42:58.834Z Compiling unicode-normalization v0.1.24
18032024-12-18T22:42:58.864Z Compiling cipher v0.4.4
18042024-12-18T22:42:59.381Z Compiling tinystr v0.7.6
18052024-12-18T22:42:59.445Z Compiling pest_derive v2.7.14
18062024-12-18T22:43:00.042Z Compiling sha2 v0.10.8
18072024-12-18T22:43:00.354Z Compiling async-trait v0.1.83
18082024-12-18T22:43:00.606Z Compiling cookie v0.18.1
18092024-12-18T22:43:00.942Z Compiling usdt-impl v0.5.0
18102024-12-18T22:43:00.987Z Compiling writeable v0.5.5
18112024-12-18T22:43:01.466Z Compiling unicode-bidi v0.3.17
18122024-12-18T22:43:01.711Z Compiling litemap v0.7.3
18132024-12-18T22:43:02.229Z Compiling base64ct v1.6.0
18142024-12-18T22:43:03.515Z Compiling icu_locid v1.5.0
18152024-12-18T22:43:03.829Z Compiling pem-rfc7468 v0.7.0
18162024-12-18T22:43:04.585Z Compiling scroll v0.12.0
18172024-12-18T22:43:05.236Z Compiling ppv-lite86 v0.2.20
18182024-12-18T22:43:06.065Z Compiling tracing-core v0.1.32
18192024-12-18T22:43:06.190Z Compiling untrusted v0.7.1
18202024-12-18T22:43:06.383Z Compiling dyn-clone v1.0.17
18212024-12-18T22:43:06.595Z Compiling plain v0.2.3
18222024-12-18T22:43:06.746Z Compiling syn v1.0.109
18232024-12-18T22:43:07.315Z Compiling camino v1.1.9
18242024-12-18T22:43:07.892Z Compiling percent-encoding v2.3.1
18252024-12-18T22:43:07.975Z Compiling aws-lc-sys v0.22.0
18262024-12-18T22:43:08.258Z Compiling rustls-pki-types v1.9.0
18272024-12-18T22:43:08.370Z Compiling flagset v0.4.6
18282024-12-18T22:43:08.657Z Compiling der v0.7.9
18292024-12-18T22:43:10.331Z Compiling tracing v0.1.40
18302024-12-18T22:43:11.505Z Compiling goblin v0.8.2
18312024-12-18T22:43:12.055Z Compiling rand_chacha v0.3.1
18322024-12-18T22:43:12.337Z Compiling icu_provider v1.5.0
18332024-12-18T22:43:14.786Z Compiling tokio-util v0.7.12
18342024-12-18T22:43:15.843Z Compiling untrusted v0.9.0
18352024-12-18T22:43:16.146Z Compiling mirai-annotations v1.12.0
18362024-12-18T22:43:16.417Z Compiling rustls v0.22.4
18372024-12-18T22:43:16.460Z Compiling powerfmt v0.2.0
18382024-12-18T22:43:16.965Z Compiling icu_locid_transform_data v1.5.0
18392024-12-18T22:43:17.077Z Compiling rayon-core v1.12.1
18402024-12-18T22:43:17.077Z Compiling pretty-hex v0.4.1
18412024-12-18T22:43:17.314Z Compiling icu_locid_transform v1.5.0
18422024-12-18T22:43:17.387Z Compiling deranged v0.3.11
18432024-12-18T22:43:18.237Z Compiling dof v0.3.0
18442024-12-18T22:43:20.256Z Compiling rand v0.8.5
18452024-12-18T22:43:20.693Z Compiling spki v0.7.3
18462024-12-18T22:43:21.301Z Compiling dtrace-parser v0.2.0
18472024-12-18T22:43:22.071Z Compiling salsa20 v0.10.2
18482024-12-18T22:43:22.418Z Compiling icu_collections v1.5.0
18492024-12-18T22:43:23.170Z Compiling pbkdf2 v0.12.2
18502024-12-18T22:43:24.675Z Compiling bzip2-sys v0.1.11+1.0.8
18512024-12-18T22:43:24.706Z Compiling thread-id v4.2.2
18522024-12-18T22:43:24.891Z Compiling icu_properties_data v1.5.0
18532024-12-18T22:43:26.062Z Compiling num_threads v0.1.7
18542024-12-18T22:43:26.217Z Compiling atomic-waker v1.1.2
18552024-12-18T22:43:26.333Z Compiling time v0.3.36
18562024-12-18T22:43:26.460Z Compiling icu_properties v1.5.1
18572024-12-18T22:43:31.421Z Compiling scrypt v0.11.0
18582024-12-18T22:43:32.060Z Compiling form_urlencoded v1.2.1
18592024-12-18T22:43:32.221Z Compiling aes v0.8.4
18602024-12-18T22:43:32.764Z Compiling cbc v0.1.2
18612024-12-18T22:43:33.096Z Compiling http-body v1.0.1
18622024-12-18T22:43:33.580Z Compiling multer v3.1.0
18632024-12-18T22:43:33.608Z Compiling utf8_iter v1.0.4
18642024-12-18T22:43:33.729Z Compiling icu_normalizer_data v1.5.0
18652024-12-18T22:43:34.123Z Compiling utf16_iter v1.0.5
18662024-12-18T22:43:34.468Z Compiling write16 v1.0.0
18672024-12-18T22:43:34.568Z Compiling slog-async v2.8.0
18682024-12-18T22:43:34.691Z Compiling try-lock v0.2.5
18692024-12-18T22:43:34.793Z Compiling icu_normalizer v1.5.0
18702024-12-18T22:43:34.912Z Compiling want v0.3.1
18712024-12-18T22:43:36.666Z Compiling pkcs5 v0.7.1
18722024-12-18T22:43:39.988Z Compiling h2 v0.4.6
18732024-12-18T22:43:40.473Z Compiling heapless v0.7.17
18742024-12-18T22:43:40.754Z Compiling zerocopy-derive v0.6.6
18752024-12-18T22:43:40.933Z Compiling anyhow v1.0.93
18762024-12-18T22:43:41.331Z Compiling signal-hook v0.3.17
18772024-12-18T22:43:41.567Z Compiling num-bigint-dig v0.8.4
18782024-12-18T22:43:41.977Z Compiling httpdate v1.0.3
18792024-12-18T22:43:42.160Z Compiling base64 v0.22.1
18802024-12-18T22:43:43.966Z Compiling pkcs8 v0.10.2
18812024-12-18T22:43:44.534Z Compiling idna_adapter v1.2.0
18822024-12-18T22:43:45.075Z Compiling usdt-attr-macro v0.5.0
18832024-12-18T22:43:45.102Z Compiling usdt-macro v0.5.0
18842024-12-18T22:43:47.221Z Compiling async-stream-impl v0.3.6
18852024-12-18T22:43:47.336Z Compiling tower-service v0.3.3
18862024-12-18T22:43:48.077Z Compiling strsim v0.11.1
18872024-12-18T22:43:48.141Z Compiling rustversion v1.0.17
18882024-12-18T22:43:48.549Z Compiling hyper v1.5.0
18892024-12-18T22:43:49.699Z Compiling idna v1.0.3
18902024-12-18T22:43:54.221Z Compiling hyper-util v0.1.10
18912024-12-18T22:43:56.267Z Compiling curve25519-dalek v4.1.3
18922024-12-18T22:43:56.675Z Compiling openapiv3 v2.0.0
18932024-12-18T22:43:57.408Z Compiling toml_datetime v0.6.8
18942024-12-18T22:43:57.746Z Compiling serde_spanned v0.6.8
18952024-12-18T22:43:57.952Z Compiling enum-as-inner v0.6.1
18962024-12-18T22:43:59.001Z Compiling dropshot v0.12.0
18972024-12-18T22:43:59.148Z Compiling smoltcp v0.9.1
18982024-12-18T22:43:59.303Z Compiling foreign-types-shared v0.1.1
18992024-12-18T22:43:59.427Z Compiling match_cfg v0.1.0
19002024-12-18T22:43:59.538Z Compiling adler2 v2.0.0
19012024-12-18T22:43:59.888Z Compiling portable-atomic v1.9.0
19022024-12-18T22:44:00.829Z Compiling foreign-types v0.3.2
19032024-12-18T22:44:00.957Z Compiling miniz_oxide v0.8.0
19042024-12-18T22:44:00.997Z Compiling hostname v0.3.1
19052024-12-18T22:44:02.271Z Compiling url v2.5.3
19062024-12-18T22:44:09.699Z Compiling http-body-util v0.1.2
19072024-12-18T22:44:10.351Z Compiling clap_derive v4.5.18
19082024-12-18T22:44:10.514Z Compiling dirs-sys-next v0.1.2
19092024-12-18T22:44:11.312Z Compiling encoding_rs v0.8.34
19102024-12-18T22:44:13.021Z Compiling siphasher v0.3.11
19112024-12-18T22:44:13.482Z Compiling mime v0.3.17
19122024-12-18T22:44:15.182Z Compiling data-encoding v2.6.0
19132024-12-18T22:44:17.192Z Compiling dirs-next v2.0.0
19142024-12-18T22:44:22.913Z Compiling hubpack_derive v0.1.1
19152024-12-18T22:44:23.421Z Compiling serde_urlencoded v0.7.1
19162024-12-18T22:44:23.900Z Compiling crossbeam-epoch v0.9.18
19172024-12-18T22:44:24.274Z Compiling hashbrown v0.14.5
19182024-12-18T22:44:24.888Z Compiling rustls-pemfile v2.2.0
19192024-12-18T22:44:25.486Z Compiling dropshot_endpoint v0.12.0
19202024-12-18T22:44:27.116Z Compiling sha1 v0.10.6
19212024-12-18T22:44:27.220Z Compiling rustls-webpki v0.102.8
19222024-12-18T22:44:27.562Z Compiling signature v2.2.0
19232024-12-18T22:44:27.880Z Compiling curve25519-dalek-derive v0.1.1
19242024-12-18T22:44:28.529Z Compiling thread_local v1.1.8
19252024-12-18T22:44:29.129Z Compiling fs-err v2.11.0
19262024-12-18T22:44:29.417Z Compiling ipnet v2.10.1
19272024-12-18T22:44:29.477Z Compiling openssl-probe v0.1.5
19282024-12-18T22:44:29.851Z Compiling winnow v0.6.20
19292024-12-18T22:44:30.033Z Compiling anstyle v1.0.10
19302024-12-18T22:44:31.115Z Compiling unicode-properties v0.1.3
19312024-12-18T22:44:31.218Z Compiling utf8parse v0.2.2
19322024-12-18T22:44:31.392Z Compiling gimli v0.31.1
19332024-12-18T22:44:32.885Z Compiling stringprep v0.1.5
19342024-12-18T22:44:33.752Z Compiling toml_edit v0.22.22
19352024-12-18T22:44:33.872Z Compiling anstyle-parse v0.2.5
19362024-12-18T22:44:36.121Z Compiling addr2line v0.24.2
19372024-12-18T22:44:36.555Z Compiling regress v0.10.1
19382024-12-18T22:44:36.783Z Compiling crossbeam-deque v0.8.5
19392024-12-18T22:44:37.158Z Compiling term v0.7.0
19402024-12-18T22:44:38.448Z Compiling slog-json v2.6.1
19412024-12-18T22:44:39.647Z Compiling crossbeam-channel v0.5.13
19422024-12-18T22:44:41.340Z Compiling idna v0.3.0
19432024-12-18T22:44:41.398Z Compiling idna v0.4.0
19442024-12-18T22:44:42.854Z Compiling futures-executor v0.3.31
19452024-12-18T22:44:42.884Z Compiling num-integer v0.1.46
19462024-12-18T22:44:43.346Z Compiling md-5 v0.10.6
19472024-12-18T22:44:43.614Z Compiling ff v0.13.0
19482024-12-18T22:44:43.636Z Compiling hash32 v0.2.1
19492024-12-18T22:44:43.862Z Compiling memmap v0.7.0
19502024-12-18T22:44:43.994Z Compiling is-terminal v0.4.13
19512024-12-18T22:44:44.033Z Compiling object v0.36.5
19522024-12-18T22:44:44.134Z Compiling take_mut v0.2.2
19532024-12-18T22:44:44.188Z Compiling psl-types v2.0.11
19542024-12-18T22:44:44.298Z Compiling linked-hash-map v0.5.6
19552024-12-18T22:44:44.403Z Compiling quick-error v1.2.3
19562024-12-18T22:44:44.674Z Compiling colorchoice v1.0.2
19572024-12-18T22:44:44.787Z Compiling utf-8 v0.7.6
19582024-12-18T22:44:44.849Z Compiling is_terminal_polyfill v1.70.1
19592024-12-18T22:44:44.987Z Compiling rustc-demangle v0.1.24
19602024-12-18T22:44:45.109Z Compiling heck v0.4.1
19612024-12-18T22:44:45.580Z Compiling anstyle-query v1.1.1
19622024-12-18T22:44:45.744Z Compiling fallible-iterator v0.2.0
19632024-12-18T22:44:45.921Z Compiling base16ct v0.2.0
19642024-12-18T22:44:45.955Z Compiling anstream v0.6.15
19652024-12-18T22:44:46.233Z Compiling sec1 v0.7.3
19662024-12-18T22:44:46.463Z Compiling postgres-protocol v0.6.7
19672024-12-18T22:44:46.642Z Compiling strum_macros v0.25.3
19682024-12-18T22:44:46.815Z Compiling tungstenite v0.24.0
19692024-12-18T22:44:47.688Z Compiling publicsuffix v2.2.3
19702024-12-18T22:44:47.961Z Compiling lru-cache v0.1.2
19712024-12-18T22:44:48.180Z Compiling resolv-conf v0.7.0
19722024-12-18T22:44:48.836Z Compiling slog-term v2.9.1
19732024-12-18T22:44:48.858Z Compiling usdt v0.5.0
19742024-12-18T22:44:49.750Z Compiling group v0.13.0
19752024-12-18T22:44:49.933Z Compiling num-iter v0.1.45
19762024-12-18T22:44:50.064Z Compiling futures v0.3.31
19772024-12-18T22:44:50.258Z Compiling hickory-proto v0.24.1
19782024-12-18T22:44:50.531Z Compiling tokio-rustls v0.26.0
19792024-12-18T22:44:51.157Z Compiling typify-impl v0.2.0
19802024-12-18T22:44:51.417Z Compiling backtrace v0.3.74
19812024-12-18T22:44:52.533Z Compiling tokio-rustls v0.25.0
19822024-12-18T22:44:52.976Z Compiling slog-bunyan v2.5.0
19832024-12-18T22:44:53.023Z Compiling toml v0.8.19
19842024-12-18T22:44:53.184Z Compiling tokio-native-tls v0.3.1
19852024-12-18T22:44:53.592Z Compiling phf_shared v0.11.2
19862024-12-18T22:44:54.004Z Compiling async-stream v0.3.6
19872024-12-18T22:44:54.291Z Compiling waitgroup v0.1.2
19882024-12-18T22:44:54.377Z Compiling webpki-roots v0.26.6
19892024-12-18T22:44:54.585Z Compiling idna v0.5.0
19902024-12-18T22:44:54.608Z Compiling terminal_size v0.4.0
19912024-12-18T22:44:54.702Z Compiling serde_path_to_error v0.1.16
19922024-12-18T22:44:55.492Z Compiling hkdf v0.12.4
19932024-12-18T22:44:55.539Z Compiling crypto-bigint v0.5.5
19942024-12-18T22:44:55.728Z Compiling serde_repr v0.1.19
19952024-12-18T22:44:56.019Z Compiling derive-where v1.2.7
19962024-12-18T22:44:56.987Z Compiling hostname v0.4.0
19972024-12-18T22:44:57.229Z Compiling crc32fast v1.4.2
19982024-12-18T22:44:58.526Z Compiling unicode-width v0.1.14
19992024-12-18T22:44:58.647Z Compiling winnow v0.5.40
20002024-12-18T22:44:59.049Z Compiling managed v0.8.0
20012024-12-18T22:44:59.455Z Compiling bitflags v1.3.2
20022024-12-18T22:44:59.481Z Compiling clap_lex v0.7.2
20032024-12-18T22:44:59.523Z Compiling debug-ignore v1.0.5
20042024-12-18T22:44:59.962Z Compiling clap_builder v4.5.21
20052024-12-18T22:45:01.609Z Compiling console v0.15.8
20062024-12-18T22:45:02.503Z Compiling toml_edit v0.19.15
20072024-12-18T22:45:02.922Z Compiling elliptic-curve v0.13.8
20082024-12-18T22:45:02.999Z Compiling typify-macro v0.2.0
20092024-12-18T22:45:03.669Z Compiling flate2 v1.0.34
20102024-12-18T22:45:04.005Z Compiling hickory-resolver v0.24.1
20112024-12-18T22:45:07.284Z Compiling cookie_store v0.21.0
20122024-12-18T22:45:09.111Z Compiling hyper-rustls v0.27.3
20132024-12-18T22:45:09.712Z Compiling phf v0.11.2
20142024-12-18T22:45:09.905Z Compiling hyper-tls v0.6.0
20152024-12-18T22:45:10.378Z Compiling signal-hook-mio v0.2.4
20162024-12-18T22:45:10.446Z Compiling rayon v1.10.0
20172024-12-18T22:45:10.554Z Compiling bzip2 v0.4.4
20182024-12-18T22:45:10.938Z Compiling tokio-tungstenite v0.24.0
20192024-12-18T22:45:10.965Z Compiling postgres-types v0.2.8
20202024-12-18T22:45:11.492Z Compiling ed25519 v2.2.3
20212024-12-18T22:45:11.572Z Compiling hubpack v0.1.2
20222024-12-18T22:45:11.936Z Compiling phf_shared v0.10.0
20232024-12-18T22:45:12.098Z Compiling pkcs1 v0.7.5
20242024-12-18T22:45:12.321Z Compiling zerocopy v0.6.6
20252024-12-18T22:45:12.502Z Compiling tokio-stream v0.1.16
20262024-12-18T22:45:13.459Z Compiling serde-big-array v0.5.1
20272024-12-18T22:45:13.570Z Compiling rfc6979 v0.4.0
20282024-12-18T22:45:13.694Z Compiling float-cmp v0.9.0
20292024-12-18T22:45:13.860Z Compiling sync_wrapper v1.0.1
20302024-12-18T22:45:14.053Z Compiling bstr v1.10.0
20312024-12-18T22:45:14.185Z Compiling predicates-core v1.0.8
20322024-12-18T22:45:14.556Z Compiling bit-vec v0.6.3
20332024-12-18T22:45:15.037Z Compiling precomputed-hash v0.1.1
20342024-12-18T22:45:15.171Z Compiling unicode-width v0.2.0
20352024-12-18T22:45:15.193Z Compiling normalize-line-endings v0.3.0
20362024-12-18T22:45:15.215Z Compiling new_debug_unreachable v1.0.6
20372024-12-18T22:45:15.349Z Compiling unicode-segmentation v1.12.0
20382024-12-18T22:45:15.720Z Compiling number_prefix v0.4.0
20392024-12-18T22:45:15.866Z Compiling static_assertions v1.1.0
20402024-12-18T22:45:15.943Z Compiling fixedbitset v0.4.2
20412024-12-18T22:45:16.121Z Compiling whoami v1.5.2
20422024-12-18T22:45:16.144Z Compiling difflib v0.4.0
20432024-12-18T22:45:16.375Z Compiling petgraph v0.6.5
20442024-12-18T22:45:16.676Z Compiling predicates v3.1.2
20452024-12-18T22:45:17.267Z Compiling tokio-postgres v0.7.12
20462024-12-18T22:45:18.216Z Compiling similar v2.6.0
20472024-12-18T22:45:19.201Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20482024-12-18T22:45:20.205Z Compiling indicatif v0.17.9
20492024-12-18T22:45:20.494Z Compiling string_cache v0.8.7
20502024-12-18T22:45:21.852Z Compiling bit-set v0.5.3
20512024-12-18T22:45:22.084Z Compiling reqwest v0.12.9
20522024-12-18T22:45:22.588Z Compiling ecdsa v0.16.9
20532024-12-18T22:45:22.779Z Compiling qorb v0.2.1
20542024-12-18T22:45:23.615Z Compiling rsa v0.9.6
20552024-12-18T22:45:23.844Z Compiling ed25519-dalek v2.1.1
20562024-12-18T22:45:24.867Z Compiling zip v0.6.6
20572024-12-18T22:45:25.204Z Compiling crossterm v0.28.1
20582024-12-18T22:45:25.239Z Compiling toml v0.7.8
20592024-12-18T22:45:26.102Z Compiling clap v4.5.21
20602024-12-18T22:45:28.387Z Compiling x509-cert v0.2.5
20612024-12-18T22:45:28.957Z Compiling hex v0.4.3
20622024-12-18T22:45:30.803Z Compiling itertools v0.10.5
20632024-12-18T22:45:32.890Z Compiling unicode-xid v0.2.6
20642024-12-18T22:45:33.088Z Compiling lalrpop-util v0.19.12
20652024-12-18T22:45:33.844Z Compiling peg-runtime v0.8.3
20662024-12-18T22:45:34.587Z Compiling radium v0.7.0
20672024-12-18T22:45:34.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20682024-12-18T22:45:52.426Z Compiling tap v1.0.1
20692024-12-18T22:45:52.571Z Compiling maybe-uninit v2.0.0
20702024-12-18T22:45:52.989Z Compiling ident_case v1.0.1
20712024-12-18T22:45:53.185Z Compiling darling_core v0.20.10
20722024-12-18T22:45:53.976Z Compiling wyz v0.5.1
20732024-12-18T22:46:04.361Z Compiling typify v0.2.0
20742024-12-18T22:46:08.709Z Compiling unsafe-libyaml v0.2.11
20752024-12-18T22:46:08.835Z Compiling packed_struct v0.10.1
20762024-12-18T22:46:09.407Z Compiling funty v2.0.0
20772024-12-18T22:46:10.487Z Compiling serde_yaml v0.9.34+deprecated
20782024-12-18T22:46:10.551Z Compiling bitvec v1.0.1
20792024-12-18T22:46:14.333Z Compiling progenitor-impl v0.8.0
20802024-12-18T22:46:15.650Z Compiling darling_macro v0.20.10
20812024-12-18T22:46:17.681Z Compiling packed_struct_codegen v0.10.1
20822024-12-18T22:46:19.819Z Compiling structmeta-derive v0.3.0
20832024-12-18T22:46:20.214Z Compiling indexmap v1.9.3
20842024-12-18T22:46:20.800Z Compiling nodrop v0.1.14
20852024-12-18T22:46:21.194Z Compiling fastrand v2.1.1
20862024-12-18T22:46:21.267Z Compiling newtype-uuid v1.1.3
20872024-12-18T22:46:21.522Z Compiling crc-catalog v2.4.0
20882024-12-18T22:46:21.596Z Compiling tempfile v3.13.0
20892024-12-18T22:46:21.681Z Compiling crc v3.2.1
20902024-12-18T22:46:22.594Z Compiling structmeta v0.3.0
20912024-12-18T22:46:23.260Z Compiling progenitor-macro v0.8.0
20922024-12-18T22:46:23.892Z Compiling array-init v0.0.4
20932024-12-18T22:46:29.658Z Compiling smallvec v0.6.14
20942024-12-18T22:46:30.763Z Compiling darling v0.20.10
20952024-12-18T22:46:36.656Z Compiling progenitor-client v0.8.0
20962024-12-18T22:46:38.837Z Compiling pin-project-internal v1.1.6
20972024-12-18T22:46:38.840Z Compiling dropshot v0.13.0
20982024-12-18T22:46:39.177Z Compiling same-file v1.0.6
20992024-12-18T22:46:39.477Z Compiling bitfield v0.14.0
21002024-12-18T22:46:41.331Z Compiling hashbrown v0.12.3
21012024-12-18T22:46:41.375Z Compiling termcolor v1.4.1
21022024-12-18T22:46:42.447Z Compiling base64 v0.21.7
21032024-12-18T22:46:43.629Z Compiling ron v0.8.1
21042024-12-18T22:46:49.456Z Compiling env_logger v0.10.2
21052024-12-18T22:46:50.237Z Compiling pin-project v1.1.6
21062024-12-18T22:46:52.928Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21072024-12-18T22:46:56.165Z Compiling walkdir v2.5.0
21082024-12-18T22:46:58.087Z Compiling progenitor v0.8.0
21092024-12-18T22:46:58.748Z Compiling serde_with_macros v3.11.0
21102024-12-18T22:46:58.864Z Compiling serde-hex v0.1.0
21112024-12-18T22:46:59.080Z Compiling parse-display-derive v0.10.0
21122024-12-18T22:47:01.339Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21132024-12-18T22:47:04.140Z Compiling strum_macros v0.26.4
21142024-12-18T22:47:05.766Z Compiling hashbrown v0.13.2
21152024-12-18T22:47:06.461Z Compiling ipnetwork v0.20.0
21162024-12-18T22:47:07.041Z Compiling xattr v1.3.1
21172024-12-18T22:47:07.202Z Compiling dropshot_endpoint v0.13.0
21182024-12-18T22:47:07.379Z Compiling snafu-derive v0.8.5
21192024-12-18T22:47:07.472Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21202024-12-18T22:47:08.196Z Compiling ring v0.16.20
21212024-12-18T22:47:08.479Z Compiling blake3 v1.5.4
21222024-12-18T22:47:08.772Z Compiling filetime v0.2.25
21232024-12-18T22:47:09.103Z Compiling instant v0.1.13
21242024-12-18T22:47:09.125Z Compiling zip v2.1.3
21252024-12-18T22:47:09.180Z Compiling simd-adler32 v0.3.7
21262024-12-18T22:47:09.281Z Compiling crc-any v2.5.0
21272024-12-18T22:47:09.452Z Compiling bumpalo v3.16.0
21282024-12-18T22:47:10.373Z Compiling buf-list v1.0.3
21292024-12-18T22:47:10.451Z Compiling lockfree-object-pool v0.1.6
21302024-12-18T22:47:10.763Z Compiling zopfli v0.8.1
21312024-12-18T22:47:10.864Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21322024-12-18T22:47:11.072Z Compiling backoff v0.4.0
21332024-12-18T22:47:15.726Z Compiling tar v0.4.42
21342024-12-18T22:47:15.781Z Compiling snafu v0.8.5
21352024-12-18T22:47:15.808Z Compiling strum v0.26.3
21362024-12-18T22:47:15.808Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21372024-12-18T22:47:15.808Z Compiling object v0.30.4
21382024-12-18T22:47:15.808Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21392024-12-18T22:47:17.182Z Compiling parse-display v0.10.0
21402024-12-18T22:47:17.771Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21412024-12-18T22:47:18.397Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21422024-12-18T22:47:18.682Z Compiling serde_with v3.11.0
21432024-12-18T22:47:19.175Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21442024-12-18T22:47:19.927Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21452024-12-18T22:47:19.958Z Compiling camino-tempfile v1.1.1
21462024-12-18T22:47:20.754Z Compiling globset v0.4.15
21472024-12-18T22:47:23.077Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21482024-12-18T22:47:23.293Z Compiling regress v0.9.1
21492024-12-18T22:47:25.755Z Compiling pem v3.0.4
21502024-12-18T22:47:25.829Z Compiling olpc-cjson v0.1.4
21512024-12-18T22:47:26.186Z Compiling serde_plain v1.0.2
21522024-12-18T22:47:26.585Z Compiling macaddr v1.0.1
21532024-12-18T22:47:26.723Z Compiling async-recursion v1.1.1
21542024-12-18T22:47:27.105Z Compiling memmap2 v0.9.5
21552024-12-18T22:47:27.189Z Compiling path-slash v0.1.5
21562024-12-18T22:47:27.215Z Compiling arrayref v0.3.9
21572024-12-18T22:47:27.336Z Compiling arrayvec v0.7.6
21582024-12-18T22:47:27.441Z Compiling typed-path v0.9.3
21592024-12-18T22:47:27.685Z Compiling constant_time_eq v0.3.1
21602024-12-18T22:47:27.813Z Compiling spin v0.5.2
21612024-12-18T22:47:28.186Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21622024-12-18T22:47:28.430Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21632024-12-18T22:47:30.685Z Compiling tough v0.19.0
21642024-12-18T22:47:35.502Z Compiling itertools v0.13.0
21652024-12-18T22:47:35.777Z Compiling cargo-platform v0.1.8
21662024-12-18T22:47:36.019Z Compiling topological-sort v0.2.2
21672024-12-18T22:47:36.313Z Compiling parse-size v1.1.0
21682024-12-18T22:47:36.638Z Compiling omicron-zone-package v0.11.1
21692024-12-18T22:47:36.846Z Compiling cargo_metadata v0.18.1
21702024-12-18T22:47:38.781Z Compiling shell-words v1.1.0
21712024-12-18T22:47:41.963Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21722024-12-18T22:47:55.791Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21732024-12-18T22:48:10.851Z Finished `release` profile [optimized] target(s) in 5m 55s
21742024-12-18T22:48:11.017Z Running `target/release/omicron-releng --output-dir /work`
21752024-12-18T22:48:11.066ZDec 18 22:48:09.816 DEBG changing working directory to /work/oxidecomputer/omicron
21762024-12-18T22:48:11.169ZDec 18 22:48:09.921 DEBG running: git rev-parse HEAD
21772024-12-18T22:48:11.176ZDec 18 22:48:09.928 DEBG process exited with exit status: 0 (6.830184ms)
21782024-12-18T22:48:11.176ZDec 18 22:48:09.928 INFO version: 12.0.0-0.ci+gitd80c4c9ce6a
21792024-12-18T22:48:11.217ZDec 18 22:48:09.969 INFO cloning helios to /work/oxidecomputer/helios
21802024-12-18T22:48:11.217ZDec 18 22:48:09.969 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21812024-12-18T22:48:11.223ZCloning into '/work/oxidecomputer/helios'...
21822024-12-18T22:48:11.724ZDec 18 22:48:10.476 DEBG process exited with exit status: 0 (506.40976ms)
21832024-12-18T22:48:11.724ZDec 18 22:48:10.476 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21842024-12-18T22:48:11.731Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21852024-12-18T22:48:11.731Z# branch.head master
21862024-12-18T22:48:11.731Z# branch.upstream origin/master
21872024-12-18T22:48:11.731Z# branch.ab +0 -0
21882024-12-18T22:48:11.734ZDec 18 22:48:10.484 DEBG process exited with exit status: 0 (8.094257ms)
21892024-12-18T22:48:11.734ZDec 18 22:48:10.484 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21902024-12-18T22:48:12.640ZDec 18 22:48:11.351 DEBG process exited with exit status: 0 (866.765383ms)
21912024-12-18T22:48:12.640ZDec 18 22:48:11.351 DEBG running: zfs list rpool/images/build/host
21922024-12-18T22:48:12.651ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-18T22:48:12.651Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21942024-12-18T22:48:12.651ZDec 18 22:48:11.358 DEBG process exited with exit status: 0 (7.518739ms)
21952024-12-18T22:48:12.651ZDec 18 22:48:11.358 DEBG running: zfs list rpool/images/build/recovery
21962024-12-18T22:48:12.651ZNAME USED AVAIL REFER MOUNTPOINT
21972024-12-18T22:48:12.651Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21982024-12-18T22:48:12.651ZDec 18 22:48:11.365 DEBG process exited with exit status: 0 (6.671439ms)
21992024-12-18T22:48:12.651ZDec 18 22:48:11.366 INFO [hubris-production] running task
22002024-12-18T22:48:12.651ZDec 18 22:48:11.366 INFO [hubris-staging] running task
22012024-12-18T22:48:12.651ZDec 18 22:48:11.367 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22022024-12-18T22:48:12.651ZDec 18 22:48:11.370 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22032024-12-18T22:48:12.688Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22042024-12-18T22:48:13.079Z[ omicron-package] Blocking waiting for file lock on package cache
22052024-12-18T22:48:13.699Z[ omicron-package] Blocking waiting for file lock on package cache
22062024-12-18T22:48:13.973Z[ omicron-package] Blocking waiting for file lock on package cache
22072024-12-18T22:48:14.621ZDec 18 22:48:13.372 INFO [hubris-production] task succeeded (2.006000393s)
22082024-12-18T22:48:14.784Z[ omicron-package] Compiling zerocopy v0.8.10
22092024-12-18T22:48:14.790Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22102024-12-18T22:48:14.790Z[ omicron-package] Compiling itertools v0.13.0
22112024-12-18T22:48:14.791Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22122024-12-18T22:48:14.791Z[ omicron-package] Compiling heapless v0.8.0
22132024-12-18T22:48:14.791Z[ omicron-package] Compiling hash32 v0.3.1
22142024-12-18T22:48:14.791Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152024-12-18T22:48:14.791Z[ omicron-package] Compiling smoltcp v0.11.0
22162024-12-18T22:48:15.960Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22172024-12-18T22:48:16.402Z[ omicron-package] Compiling cobs v0.2.3
22182024-12-18T22:48:16.629Z[ omicron-package] Compiling num_enum_derive v0.5.11
22192024-12-18T22:48:16.928Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22202024-12-18T22:48:17.199Z[ omicron-package] Compiling postcard v1.0.10
22212024-12-18T22:48:17.327Z[ omicron-package] Compiling proc-macro-error v1.0.4
22222024-12-18T22:48:17.418Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22232024-12-18T22:48:17.959Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22242024-12-18T22:48:18.072Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22252024-12-18T22:48:18.557Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22262024-12-18T22:48:19.557Z[ omicron-package] Compiling tabwriter v1.4.0
22272024-12-18T22:48:19.719Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22282024-12-18T22:48:20.492Z[ omicron-package] Compiling foreign-types v0.5.0
22292024-12-18T22:48:20.664Z[ omicron-package] Compiling num_enum v0.5.11
22302024-12-18T22:48:20.667Z[ omicron-package] Compiling cstr-argument v0.1.2
22312024-12-18T22:48:20.934Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22322024-12-18T22:48:20.999Z[ omicron-package] Compiling thiserror v2.0.3
22332024-12-18T22:48:21.179Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22342024-12-18T22:48:21.428Z[ omicron-package] Compiling pretty-hex v0.2.1
22352024-12-18T22:48:21.431Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22362024-12-18T22:48:21.880Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22372024-12-18T22:48:22.017Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22382024-12-18T22:48:22.199Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22392024-12-18T22:48:22.809Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22402024-12-18T22:48:23.025Z[ omicron-package] Compiling colored v2.1.0
22412024-12-18T22:48:23.112Z[ omicron-package] Compiling thiserror-impl v2.0.3
22422024-12-18T22:48:23.112Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22432024-12-18T22:48:24.344Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22442024-12-18T22:48:25.065Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22452024-12-18T22:48:25.424Z[ omicron-package] Compiling sigpipe v0.1.3
22462024-12-18T22:48:25.947Z[ omicron-package] Compiling num-derive v0.4.2
22472024-12-18T22:48:26.302ZDec 18 22:48:25.053 INFO [hubris-staging] task succeeded (13.687273647s)
22482024-12-18T22:48:26.306Z[ omicron-package] Compiling libefi-sys v0.1.0
22492024-12-18T22:48:26.933Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22502024-12-18T22:48:27.233Z[ omicron-package] Compiling zone v0.3.0
22512024-12-18T22:48:28.115Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22522024-12-18T22:48:28.939Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22532024-12-18T22:48:29.302Z[ omicron-package] Compiling smf v0.2.3
22542024-12-18T22:48:29.616Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22552024-12-18T22:48:30.121Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22562024-12-18T22:48:30.532Z[ omicron-package] Compiling bitfield-struct v0.6.2
22572024-12-18T22:48:32.471Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22582024-12-18T22:48:33.159Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22592024-12-18T22:48:33.193Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-18T22:48:33.294Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22612024-12-18T22:48:33.681Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22622024-12-18T22:48:33.725Z[ omicron-package] Compiling gethostname v0.5.0
22632024-12-18T22:48:34.039Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22642024-12-18T22:48:34.090Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22652024-12-18T22:48:36.526Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22662024-12-18T22:48:37.898Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22672024-12-18T22:48:39.350Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22682024-12-18T22:48:42.065Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22692024-12-18T22:48:42.756Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22702024-12-18T22:48:44.618Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22712024-12-18T22:48:56.101Z[ helios-setup] Dec 18 22:48:54.851 INFO helios repository root is: /work/oxidecomputer/helios
22722024-12-18T22:48:56.104Z[ helios-setup] Dec 18 22:48:54.854 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22732024-12-18T22:48:56.104Z[ helios-setup] Dec 18 22:48:54.854 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22742024-12-18T22:48:56.104Z[ helios-setup] Dec 18 22:48:54.854 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
22752024-12-18T22:48:56.104Z[ helios-setup] Dec 18 22:48:54.854 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22762024-12-18T22:48:56.109Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22772024-12-18T22:48:56.936Z[ helios-setup] Dec 18 22:48:55.686 INFO clone ok!, project: image-builder
22782024-12-18T22:48:56.939Z[ helios-setup] Dec 18 22:48:55.686 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
22792024-12-18T22:48:56.939Z[ helios-setup] Dec 18 22:48:55.686 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22802024-12-18T22:48:56.942Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22812024-12-18T22:48:57.908Z[ helios-setup] Dec 18 22:48:56.658 INFO clone ok!, project: pilot
22822024-12-18T22:48:57.911Z[ helios-setup] Dec 18 22:48:56.658 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
22832024-12-18T22:48:57.911Z[ helios-setup] Dec 18 22:48:56.658 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22842024-12-18T22:48:57.914Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22852024-12-18T22:48:58.783Z[ helios-setup] Dec 18 22:48:57.532 INFO clone ok!, project: phbl
22862024-12-18T22:48:58.786Z[ helios-setup] Dec 18 22:48:57.533 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22872024-12-18T22:48:58.786Z[ helios-setup] Dec 18 22:48:57.533 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
22882024-12-18T22:48:58.786Z[ helios-setup] Dec 18 22:48:57.533 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22892024-12-18T22:48:58.790Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22902024-12-18T22:48:59.419Z[ helios-setup] Dec 18 22:48:58.169 INFO clone ok!, project: pinprick
22912024-12-18T22:48:59.421Z[ helios-setup] Dec 18 22:48:58.169 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
22922024-12-18T22:48:59.421Z[ helios-setup] Dec 18 22:48:58.169 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22932024-12-18T22:48:59.424Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22942024-12-18T22:49:00.257Z[ helios-setup] Dec 18 22:48:59.004 INFO clone ok!, project: bootserver
22952024-12-18T22:49:00.280Z[ helios-setup] Dec 18 22:48:59.005 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
22962024-12-18T22:49:00.280Z[ helios-setup] Dec 18 22:48:59.005 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
22972024-12-18T22:49:00.280Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22982024-12-18T22:49:01.301Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22992024-12-18T22:49:01.308Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23002024-12-18T22:49:02.925Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.30s
23012024-12-18T22:49:03.166Z[ omicron-package]
23022024-12-18T22:49:03.166Z[ omicron-package] real 50.503147803
23032024-12-18T22:49:03.169Z[ omicron-package] user 2:59.524481563
23042024-12-18T22:49:03.169Z[ omicron-package] sys 25.739756125
23052024-12-18T22:49:03.169Z[ omicron-package] trap 0.199516682
23062024-12-18T22:49:03.169Z[ omicron-package] tflt 0.537514013
23072024-12-18T22:49:03.169Z[ omicron-package] dflt 0.795177896
23082024-12-18T22:49:03.169Z[ omicron-package] kflt 0.000016129
23092024-12-18T22:49:03.169Z[ omicron-package] lock 5:45.473868035
23102024-12-18T22:49:03.169Z[ omicron-package] slp 10:24.537928848
23112024-12-18T22:49:03.169Z[ omicron-package] lat 1:41.173452295
23122024-12-18T22:49:03.170Z[ omicron-package] stop 1:00.209755586
23132024-12-18T22:49:03.170ZDec 18 22:49:01.917 INFO [omicron-package] process exited with exit status: 0 (50.550039244s)
23142024-12-18T22:49:03.170ZDec 18 22:49:01.917 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
23152024-12-18T22:49:03.257ZDec 18 22:49:02.006 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23162024-12-18T22:49:03.268Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23172024-12-18T22:49:03.271Z[ host-target] Created new build target 'host' and set it as active
23182024-12-18T22:49:03.271ZDec 18 22:49:02.021 INFO [host-target] process exited with exit status: 0 (103.77867ms)
23192024-12-18T22:49:03.275ZDec 18 22:49:02.021 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23202024-12-18T22:49:03.280Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23212024-12-18T22:49:03.280Z[ recovery-target] Created new build target 'recovery' and set it as active
23222024-12-18T22:49:03.282ZDec 18 22:49:02.032 INFO [recovery-target] process exited with exit status: 0 (25.986566ms)
23232024-12-18T22:49:03.291Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23242024-12-18T22:49:04.482Z[ host-package] Compiling convert_case v0.4.0
23252024-12-18T22:49:04.482Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23262024-12-18T22:49:04.484Z[ host-package] Compiling newline-converter v0.3.0
23272024-12-18T22:49:04.484Z[ host-package] Compiling password-hash v0.5.0
23282024-12-18T22:49:04.484Z[ host-package] Compiling progenitor-client v0.8.0
23292024-12-18T22:49:04.617Z[ host-package] Compiling blake2 v0.10.6
23302024-12-18T22:49:04.619Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23312024-12-18T22:49:04.660Z[ host-package] Compiling owo-colors v4.1.0
23322024-12-18T22:49:04.807Z[ host-package] Compiling expectorate v1.1.0
23332024-12-18T22:49:04.841Z[ host-package] Compiling cancel-safe-futures v0.1.5
23342024-12-18T22:49:05.016Z[ host-package] Compiling progenitor v0.8.0
23352024-12-18T22:49:05.076Z[ host-package] Compiling num-rational v0.4.2
23362024-12-18T22:49:05.098Z[ host-package] Compiling num-complex v0.4.6
23372024-12-18T22:49:05.334Z[ host-package] Compiling argon2 v0.5.3
23382024-12-18T22:49:05.405Z[ host-package] Compiling derive_more v0.99.18
23392024-12-18T22:49:06.003Z[ host-package] Compiling atomicwrites v0.4.4
23402024-12-18T22:49:06.112Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23412024-12-18T22:49:06.503Z[ host-package] Compiling num v0.4.3
23422024-12-18T22:49:06.645Z[ host-package] Compiling libsw v3.3.1
23432024-12-18T22:49:06.695Z[ host-package] Compiling swrite v0.1.0
23442024-12-18T22:49:06.755Z[ host-package] Compiling linear-map v1.2.0
23452024-12-18T22:49:06.901Z[ host-package] Compiling float-ord v0.3.2
23462024-12-18T22:49:06.954Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23472024-12-18T22:49:06.968Z[ helios-setup] Dec 18 22:49:05.718 INFO clone ok!, project: amd-host-image-builder
23482024-12-18T22:49:06.971Z[ helios-setup] Dec 18 22:49:05.718 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
23492024-12-18T22:49:06.971Z[ helios-setup] Dec 18 22:49:05.718 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23502024-12-18T22:49:06.974Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23512024-12-18T22:49:07.008Z[ host-package] Compiling indent_write v2.2.0
23522024-12-18T22:49:07.049Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23532024-12-18T22:49:07.145Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23542024-12-18T22:49:07.271Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23552024-12-18T22:49:07.292Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23562024-12-18T22:49:07.627Z[ host-package] Compiling highway v1.2.0
23572024-12-18T22:49:07.958Z[ host-package] Compiling semver v0.1.20
23582024-12-18T22:49:08.598Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23592024-12-18T22:49:09.015Z[ host-package] Compiling rustc_version v0.1.7
23602024-12-18T22:49:09.128Z[ host-package] Compiling newtype-uuid v1.1.3
23612024-12-18T22:49:09.442Z[ host-package] Compiling newtype_derive v0.1.6
23622024-12-18T22:49:09.532Z[ host-package] Compiling dropshot v0.13.0
23632024-12-18T22:49:09.627Z[ host-package] Compiling ipnetwork v0.20.0
23642024-12-18T22:49:09.879Z[ host-package] Compiling instant v0.1.13
23652024-12-18T22:49:10.095Z[ host-package] Compiling humantime v2.1.0
23662024-12-18T22:49:10.564Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23672024-12-18T22:49:11.049Z[ host-package] Compiling backoff v0.4.0
23682024-12-18T22:49:11.510Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23692024-12-18T22:49:11.920Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23702024-12-18T22:49:12.343Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23712024-12-18T22:49:15.336Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23722024-12-18T22:49:16.489Z[ helios-setup] Dec 18 22:49:15.238 INFO clone ok!, project: amd-firmware
23732024-12-18T22:49:16.492Z[ helios-setup] Dec 18 22:49:15.238 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
23742024-12-18T22:49:16.492Z[ helios-setup] Dec 18 22:49:15.238 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23752024-12-18T22:49:16.495Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23762024-12-18T22:49:17.091Z[ host-package] Compiling parse-display v0.10.0
23772024-12-18T22:49:17.115Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23782024-12-18T22:49:17.317Z[ host-package] Compiling serde_with v3.11.0
23792024-12-18T22:49:17.614Z[ helios-setup] Dec 18 22:49:16.363 INFO clone ok!, project: chelsio-t6-roms
23802024-12-18T22:49:17.617Z[ helios-setup] Dec 18 22:49:16.363 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23812024-12-18T22:49:17.827Z[ host-package] Compiling strum v0.26.3
23822024-12-18T22:49:18.082Z[ host-package] Compiling regress v0.9.1
23832024-12-18T22:49:18.420Z[ helios-setup] Dec 18 22:49:17.168 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23842024-12-18T22:49:19.023Z[ helios-setup] Dec 18 22:49:17.772 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23852024-12-18T22:49:19.026Z[ helios-setup] Dec 18 22:49:17.772 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23862024-12-18T22:49:19.745Z[ helios-setup] Dec 18 22:49:18.494 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23872024-12-18T22:49:20.334Z[ helios-setup] Dec 18 22:49:19.083 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23882024-12-18T22:49:20.340Z[ helios-setup] Dec 18 22:49:19.083 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23892024-12-18T22:49:20.784Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23902024-12-18T22:49:20.919Z[ helios-setup] Dec 18 22:49:19.668 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23912024-12-18T22:49:21.491Z[ helios-setup] Dec 18 22:49:20.240 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23922024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.240 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23932024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.240 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23942024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.240 INFO ok!
23952024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.240 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23962024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.240 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23972024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.240 INFO ok!
23982024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.241 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23992024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.241 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24002024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.241 INFO ok!
24012024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.241 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24022024-12-18T22:49:21.495Z[ helios-setup] Dec 18 22:49:20.241 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24032024-12-18T22:49:21.814Z[ helios-setup] Dec 18 22:49:20.562 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24042024-12-18T22:49:22.018Z[ host-package] Compiling macaddr v1.0.1
24052024-12-18T22:49:22.323Z[ helios-setup] Dec 18 22:49:21.071 INFO E| From https://github.com/jclulow/rust-jmclib
24062024-12-18T22:49:22.324Z[ helios-setup] Dec 18 22:49:21.071 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24072024-12-18T22:49:22.342Z[ helios-setup] Dec 18 22:49:21.089 INFO E| Updating crates.io index
24082024-12-18T22:49:22.408Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092024-12-18T22:49:22.428Z[ host-package] Compiling steno v0.4.1
24102024-12-18T22:49:22.531Z[ helios-setup] Dec 18 22:49:21.278 INFO E| Downloading crates ...
24112024-12-18T22:49:22.685Z[ helios-setup] Dec 18 22:49:21.431 INFO E| Downloaded opaque-debug v0.3.0
24122024-12-18T22:49:22.694Z[ helios-setup] Dec 18 22:49:21.433 INFO E| Downloaded block-buffer v0.9.0
24132024-12-18T22:49:22.694Z[ helios-setup] Dec 18 22:49:21.434 INFO E| Downloaded bitflags v2.3.3
24142024-12-18T22:49:22.712Z[ helios-setup] Dec 18 22:49:21.459 INFO E| Downloaded walkdir v2.3.3
24152024-12-18T22:49:22.717Z[ helios-setup] Dec 18 22:49:21.462 INFO E| Downloaded libdevinfo-sys v1.0.0
24162024-12-18T22:49:22.717Z[ helios-setup] Dec 18 22:49:21.463 INFO E| Downloaded itoa v1.0.9
24172024-12-18T22:49:22.727Z[ helios-setup] Dec 18 22:49:21.464 INFO E| Downloaded errno v0.3.1
24182024-12-18T22:49:22.728Z[ helios-setup] Dec 18 22:49:21.468 INFO E| Downloaded digest v0.9.0
24192024-12-18T22:49:22.738Z[ helios-setup] Dec 18 22:49:21.470 INFO E| Downloaded cpufeatures v0.2.9
24202024-12-18T22:49:22.739Z[ helios-setup] Dec 18 22:49:21.472 INFO E| Downloaded sha-1 v0.9.8
24212024-12-18T22:49:22.739Z[ helios-setup] Dec 18 22:49:21.476 INFO E| Downloaded unicode-width v0.1.10
24222024-12-18T22:49:22.739Z[ helios-setup] Dec 18 22:49:21.478 INFO E| Downloaded quote v1.0.31
24232024-12-18T22:49:22.754Z[ helios-setup] Dec 18 22:49:21.483 INFO E| Downloaded uuid v0.8.2
24242024-12-18T22:49:22.754Z[ helios-setup] Dec 18 22:49:21.489 INFO E| Downloaded unicode-ident v1.0.11
24252024-12-18T22:49:22.755Z[ helios-setup] Dec 18 22:49:21.493 INFO E| Downloaded proc-macro2 v1.0.66
24262024-12-18T22:49:22.755Z[ helios-setup] Dec 18 22:49:21.498 INFO E| Downloaded typenum v1.16.0
24272024-12-18T22:49:22.777Z[ helios-setup] Dec 18 22:49:21.506 INFO E| Downloaded serde v1.0.193
24282024-12-18T22:49:22.777Z[ helios-setup] Dec 18 22:49:21.507 INFO E| Downloaded toml v0.5.11
24292024-12-18T22:49:22.805Z[ helios-setup] Dec 18 22:49:21.512 INFO E| Downloaded serde_derive v1.0.193
24302024-12-18T22:49:22.805Z[ helios-setup] Dec 18 22:49:21.516 INFO E| Downloaded ryu v1.0.15
24312024-12-18T22:49:22.805Z[ helios-setup] Dec 18 22:49:21.521 INFO E| Downloaded serde_json v1.0.103
24322024-12-18T22:49:22.811Z[ helios-setup] Dec 18 22:49:21.545 INFO E| Downloaded anyhow v1.0.72
24332024-12-18T22:49:22.811Z[ helios-setup] Dec 18 22:49:21.545 INFO E| Downloaded tempfile v3.7.0
24342024-12-18T22:49:22.812Z[ helios-setup] Dec 18 22:49:21.545 INFO E| Downloaded getrandom v0.2.10
24352024-12-18T22:49:22.812Z[ helios-setup] Dec 18 22:49:21.549 INFO E| Downloaded syn v2.0.32
24362024-12-18T22:49:22.822Z[ host-package] Compiling prettyplease v0.2.25
24372024-12-18T22:49:22.831Z[ helios-setup] Dec 18 22:49:21.567 INFO E| Downloaded once_cell v1.18.0
24382024-12-18T22:49:22.831Z[ helios-setup] Dec 18 22:49:21.571 INFO E| Downloaded md-5 v0.9.1
24392024-12-18T22:49:22.831Z[ helios-setup] Dec 18 22:49:21.574 INFO E| Downloaded fastrand v2.0.0
24402024-12-18T22:49:22.835Z[ helios-setup] Dec 18 22:49:21.577 INFO E| Downloaded rustix v0.38.4
24412024-12-18T22:49:22.876Z[ helios-setup] Dec 18 22:49:21.623 INFO E| Downloaded libc v0.2.147
24422024-12-18T22:49:22.888Z[ host-package] Compiling slog-dtrace v0.3.0
24432024-12-18T22:49:23.017Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling libc v0.2.147
24442024-12-18T22:49:23.017Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling proc-macro2 v1.0.66
24452024-12-18T22:49:23.017Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling unicode-ident v1.0.11
24462024-12-18T22:49:23.020Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling cfg-if v1.0.0
24472024-12-18T22:49:23.020Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling typenum v1.16.0
24482024-12-18T22:49:23.020Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling version_check v0.9.4
24492024-12-18T22:49:23.020Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling serde v1.0.193
24502024-12-18T22:49:23.020Z[ helios-setup] Dec 18 22:49:21.765 INFO E| Compiling powerfmt v0.2.0
24512024-12-18T22:49:23.482Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522024-12-18T22:49:23.955Z[ helios-setup] Dec 18 22:49:22.704 INFO E| Compiling rustix v0.38.4
24532024-12-18T22:49:24.026Z[ helios-setup] Dec 18 22:49:22.774 INFO E| Compiling slog v2.7.0
24542024-12-18T22:49:24.043Z[ helios-setup] Dec 18 22:49:22.791 INFO E| Compiling itoa v1.0.9
24552024-12-18T22:49:24.599Z[ helios-setup] Dec 18 22:49:23.347 INFO E| Compiling time-core v0.1.2
24562024-12-18T22:49:24.829Z[ helios-setup] Dec 18 22:49:23.577 INFO E| Compiling num-conv v0.1.0
24572024-12-18T22:49:24.997Z[ helios-setup] Dec 18 22:49:23.745 INFO E| Compiling deranged v0.3.11
24582024-12-18T22:49:25.139Z[ helios-setup] Dec 18 22:49:23.887 INFO E| Compiling generic-array v0.14.7
24592024-12-18T22:49:25.184Z[ helios-setup] Dec 18 22:49:23.933 INFO E| Compiling num_threads v0.1.6
24602024-12-18T22:49:25.257Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24612024-12-18T22:49:25.416Z[ helios-setup] Dec 18 22:49:24.164 INFO E| Compiling time-macros v0.2.18
24622024-12-18T22:49:25.562Z[ helios-setup] Dec 18 22:49:24.310 INFO E| Compiling bitflags v2.3.3
24632024-12-18T22:49:25.773Z[ helios-setup] Dec 18 22:49:24.521 INFO E| Compiling quote v1.0.31
24642024-12-18T22:49:26.010Z[ helios-setup] Dec 18 22:49:24.758 INFO E| Compiling once_cell v1.18.0
24652024-12-18T22:49:26.389Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24662024-12-18T22:49:26.874Z[ helios-setup] Dec 18 22:49:25.622 INFO E| Compiling syn v2.0.32
24672024-12-18T22:49:26.954Z[ helios-setup] Dec 18 22:49:25.702 INFO E| Compiling thread_local v1.1.7
24682024-12-18T22:49:26.987Z[ helios-setup] Dec 18 22:49:25.735 INFO E| Compiling anyhow v1.0.72
24692024-12-18T22:49:27.876Z[ helios-setup] Dec 18 22:49:26.624 INFO E| Compiling fastrand v2.0.0
24702024-12-18T22:49:28.236Z[ helios-setup] Dec 18 22:49:26.984 INFO E| Compiling dirs-sys-next v0.1.2
24712024-12-18T22:49:28.333Z[ helios-setup] Dec 18 22:49:27.082 INFO E| Compiling errno v0.3.1
24722024-12-18T22:49:28.769Z[ helios-setup] Dec 18 22:49:27.517 INFO E| Compiling dirs-next v2.0.0
24732024-12-18T22:49:29.034Z[ helios-setup] Dec 18 22:49:27.782 INFO E| Compiling term v0.7.0
24742024-12-18T22:49:29.105Z[ helios-setup] Dec 18 22:49:27.853 INFO E| Compiling atty v0.2.14
24752024-12-18T22:49:29.141Z[ helios-setup] Dec 18 22:49:27.890 INFO E| Compiling opaque-debug v0.3.0
24762024-12-18T22:49:29.230Z[ helios-setup] Dec 18 22:49:27.978 INFO E| Compiling serde_json v1.0.103
24772024-12-18T22:49:29.847Z[ helios-setup] Dec 18 22:49:28.595 INFO E| Compiling getrandom v0.2.10
24782024-12-18T22:49:29.878Z[ helios-setup] Dec 18 22:49:28.626 INFO E| Compiling unicode-width v0.1.10
24792024-12-18T22:49:30.223Z[ helios-setup] Dec 18 22:49:28.971 INFO E| Compiling digest v0.9.0
24802024-12-18T22:49:30.409Z[ helios-setup] Dec 18 22:49:29.157 INFO E| Compiling block-buffer v0.9.0
24812024-12-18T22:49:30.586Z[ helios-setup] Dec 18 22:49:29.333 INFO E| Compiling ryu v1.0.15
24822024-12-18T22:49:30.644Z[ helios-setup] Dec 18 22:49:29.392 INFO E| Compiling same-file v1.0.6
24832024-12-18T22:49:30.794Z[ helios-setup] Dec 18 22:49:29.542 INFO E| Compiling cpufeatures v0.2.9
24842024-12-18T22:49:30.879Z[ helios-setup] Dec 18 22:49:29.627 INFO E| Compiling sha-1 v0.9.8
24852024-12-18T22:49:30.885Z[ helios-setup] Dec 18 22:49:29.633 INFO E| Compiling walkdir v2.3.3
24862024-12-18T22:49:31.175Z[ helios-setup] Dec 18 22:49:29.923 INFO E| Compiling time v0.3.36
24872024-12-18T22:49:31.208Z[ helios-setup] Dec 18 22:49:29.956 INFO E| Compiling md-5 v0.9.1
24882024-12-18T22:49:31.234Z[ helios-setup] Dec 18 22:49:29.982 INFO E| Compiling getopts v0.2.21
24892024-12-18T22:49:32.243Z[ helios-setup] Dec 18 22:49:30.991 INFO E| Compiling tempfile v3.7.0
24902024-12-18T22:49:32.363Z[ helios-setup] Dec 18 22:49:31.111 INFO E| Compiling libdevinfo-sys v1.0.0
24912024-12-18T22:49:32.742Z[ helios-setup] Dec 18 22:49:31.490 INFO E| Compiling glob v0.3.1
24922024-12-18T22:49:34.399Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24932024-12-18T22:49:34.704Z[ helios-setup] Dec 18 22:49:33.452 INFO E| Compiling slog-term v2.9.0
24942024-12-18T22:49:36.529Z[ helios-setup] Dec 18 22:49:35.277 INFO E| Compiling serde_derive v1.0.193
24952024-12-18T22:49:37.465Z[ host-package] Compiling half v2.4.1
24962024-12-18T22:49:38.403Z[ host-package] Compiling ciborium-io v0.2.2
24972024-12-18T22:49:38.633Z[ host-package] Compiling ciborium-ll v0.2.2
24982024-12-18T22:49:39.336Z[ host-package] Compiling tungstenite v0.21.0
24992024-12-18T22:49:40.262Z[ host-package] Compiling ciborium v0.2.2
25002024-12-18T22:49:45.036Z[ host-package] Compiling tokio-tungstenite v0.21.0
25012024-12-18T22:49:45.824Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25022024-12-18T22:49:47.289Z[ host-package] Compiling display-error-chain v0.2.2
25032024-12-18T22:49:49.452Z[ host-package] Compiling fastrand v2.1.1
25042024-12-18T22:49:50.101Z[ host-package] Compiling same-file v1.0.6
25052024-12-18T22:49:50.246Z[ host-package] Compiling tempfile v3.13.0
25062024-12-18T22:49:50.398Z[ host-package] Compiling walkdir v2.5.0
25072024-12-18T22:49:51.161Z[ host-package] Compiling ring v0.16.20
25082024-12-18T22:49:51.185Z[ host-package] Compiling blake3 v1.5.4
25092024-12-18T22:49:51.500Z[ helios-setup] Dec 18 22:49:50.245 INFO E| Compiling toml v0.5.11
25102024-12-18T22:49:51.500Z[ helios-setup] Dec 18 22:49:50.245 INFO E| Compiling uuid v0.8.2
25112024-12-18T22:49:51.559Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25122024-12-18T22:49:52.110Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132024-12-18T22:49:52.167Z[ host-package] Compiling xattr v1.3.1
25142024-12-18T22:49:52.526Z[ host-package] Compiling filetime v0.2.25
25152024-12-18T22:49:52.594Z[ host-package] Compiling memmap2 v0.9.5
25162024-12-18T22:49:52.845Z[ host-package] Compiling spin v0.5.2
25172024-12-18T22:49:52.910Z[ host-package] Compiling keccak v0.1.5
25182024-12-18T22:49:53.151Z[ host-package] Compiling constant_time_eq v0.3.1
25192024-12-18T22:49:53.221Z[ host-package] Compiling arrayref v0.3.9
25202024-12-18T22:49:53.416Z[ host-package] Compiling arrayvec v0.7.6
25212024-12-18T22:49:53.436Z[ helios-setup] Dec 18 22:49:52.183 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25222024-12-18T22:49:53.497Z[ host-package] Compiling sha3 v0.10.8
25232024-12-18T22:49:54.573Z[ host-package] Compiling tar v0.4.42
25242024-12-18T22:49:54.707Z[ host-package] Compiling toolchain_find v0.4.0
25252024-12-18T22:49:55.428Z[ host-package] Compiling camino-tempfile v1.1.1
25262024-12-18T22:49:55.563Z[ host-package] Compiling const_format_proc_macros v0.2.33
25272024-12-18T22:49:55.624Z[ host-package] Compiling crunchy v0.2.2
25282024-12-18T22:49:55.970Z[ host-package] Compiling topological-sort v0.2.2
25292024-12-18T22:49:56.168Z[ host-package] Compiling maplit v1.0.2
25302024-12-18T22:49:56.214Z[ helios-setup] Dec 18 22:49:54.958 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25312024-12-18T22:49:56.370Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25322024-12-18T22:49:56.439Z[ host-package] Compiling tiny-keccak v2.0.2
25332024-12-18T22:49:57.012Z[ host-package] Compiling dsl_auto_type v0.1.2
25342024-12-18T22:49:57.036Z[ host-package] Compiling phf_generator v0.11.2
25352024-12-18T22:49:57.036Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25362024-12-18T22:49:57.251Z[ host-package] Compiling secrecy v0.8.0
25372024-12-18T22:49:57.653Z[ host-package] Compiling omicron-zone-package v0.11.1
25382024-12-18T22:49:57.712Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392024-12-18T22:49:57.759Z[ host-package] Compiling const_format v0.2.33
25402024-12-18T22:49:58.358Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25412024-12-18T22:49:58.432Z[ host-package] Compiling arc-swap v1.7.1
25422024-12-18T22:49:58.609Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25432024-12-18T22:49:58.853Z[ host-package] Compiling diesel_derives v2.2.3
25442024-12-18T22:49:59.032Z[ host-package] Compiling r2d2 v0.8.10
25452024-12-18T22:49:59.113Z[ host-package] Compiling slog-scope v4.4.0
25462024-12-18T22:49:59.255Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25472024-12-18T22:49:59.300Z[ host-package] Compiling phf_codegen v0.11.2
25482024-12-18T22:49:59.646Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25492024-12-18T22:50:00.027Z[ host-package] Compiling ascii-canvas v3.0.0
25502024-12-18T22:50:00.099Z[ host-package] Compiling universal-hash v0.5.1
25512024-12-18T22:50:00.389Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25522024-12-18T22:50:00.631Z[ host-package] Compiling parse-zoneinfo v0.3.1
25532024-12-18T22:50:02.460Z[ host-package] Compiling ena v0.14.3
25542024-12-18T22:50:03.077Z[ host-package] Compiling diff v0.1.13
25552024-12-18T22:50:03.358Z[ host-package] Compiling opaque-debug v0.3.1
25562024-12-18T22:50:03.512Z[ host-package] Compiling regex-syntax v0.6.29
25572024-12-18T22:50:03.552Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25582024-12-18T22:50:03.763Z[ host-package] Compiling poly1305 v0.8.0
25592024-12-18T22:50:05.736Z[ host-package] Compiling thiserror-no-std v2.0.2
25602024-12-18T22:50:05.994Z[ host-package] Compiling chrono-tz-build v0.4.0
25612024-12-18T22:50:07.702Z[ host-package] Compiling slog-stdlog v4.1.1
25622024-12-18T22:50:08.609Z[ host-package] Compiling lalrpop v0.19.12
25632024-12-18T22:50:09.160Z[ helios-setup] Dec 18 22:50:07.906 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.55s
25642024-12-18T22:50:09.193Z[ helios-setup] Dec 18 22:50:07.939 INFO building project "image-builder" ok (47 seconds)
25652024-12-18T22:50:09.193Z[ helios-setup] Dec 18 22:50:07.940 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25662024-12-18T22:50:09.193Z[ helios-setup] Dec 18 22:50:07.940 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25672024-12-18T22:50:09.561Z[ helios-setup] Dec 18 22:50:08.307 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
25682024-12-18T22:50:10.665Z[ helios-setup] Dec 18 22:50:09.411 INFO E| From https://github.com/oxidecomputer/progenitor
25692024-12-18T22:50:10.665Z[ helios-setup] Dec 18 22:50:09.411 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
25702024-12-18T22:50:10.692Z[ helios-setup] Dec 18 22:50:09.438 INFO E| * [new tag] v0.1.1 -> v0.1.1
25712024-12-18T22:50:10.692Z[ helios-setup] Dec 18 22:50:09.438 INFO E| * [new tag] v0.2.0 -> v0.2.0
25722024-12-18T22:50:10.813Z[ helios-setup] Dec 18 22:50:09.559 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25732024-12-18T22:50:10.895Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25742024-12-18T22:50:11.365Z[ helios-setup] Dec 18 22:50:10.111 INFO E| From https://github.com/jclulow/hiercmd
25752024-12-18T22:50:11.365Z[ helios-setup] Dec 18 22:50:10.111 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25762024-12-18T22:50:11.385Z[ helios-setup] Dec 18 22:50:10.131 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25772024-12-18T22:50:11.902Z[ helios-setup] Dec 18 22:50:10.647 INFO E| From https://github.com/jclulow/network-interface
25782024-12-18T22:50:11.902Z[ helios-setup] Dec 18 22:50:10.647 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25792024-12-18T22:50:11.927Z[ helios-setup] Dec 18 22:50:10.672 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25802024-12-18T22:50:11.980Z[ host-package] Compiling diesel v2.2.6
25812024-12-18T22:50:12.097Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25822024-12-18T22:50:12.434Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25832024-12-18T22:50:12.504Z[ helios-setup] Dec 18 22:50:11.250 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25842024-12-18T22:50:12.504Z[ helios-setup] Dec 18 22:50:11.250 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25852024-12-18T22:50:12.558Z[ helios-setup] Dec 18 22:50:11.304 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25862024-12-18T22:50:12.721Z[ host-package] Compiling chacha20 v0.9.1
25872024-12-18T22:50:13.224Z[ host-package] Compiling aead v0.5.2
25882024-12-18T22:50:13.353Z[ helios-setup] Dec 18 22:50:12.099 INFO E| From https://github.com/oxidecomputer/facade
25892024-12-18T22:50:13.353Z[ helios-setup] Dec 18 22:50:12.099 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25902024-12-18T22:50:13.398Z[ helios-setup] Dec 18 22:50:12.144 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
25912024-12-18T22:50:13.610Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25922024-12-18T22:50:14.218Z[ helios-setup] Dec 18 22:50:12.964 INFO E| From https://github.com/oxidecomputer/dropshot
25932024-12-18T22:50:14.218Z[ helios-setup] Dec 18 22:50:12.964 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
25942024-12-18T22:50:14.265Z[ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.3.0 -> v0.3.0
25952024-12-18T22:50:14.266Z[ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.4.0 -> v0.4.0
25962024-12-18T22:50:14.266Z[ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.5.0 -> v0.5.0
25972024-12-18T22:50:14.266Z[ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.5.1 -> v0.5.1
25982024-12-18T22:50:14.266Z[ helios-setup] Dec 18 22:50:13.006 INFO E| * [new tag] v0.6.0 -> v0.6.0
25992024-12-18T22:50:14.266Z[ helios-setup] Dec 18 22:50:13.007 INFO E| * [new tag] v0.7.0 -> v0.7.0
26002024-12-18T22:50:14.266Z[ helios-setup] Dec 18 22:50:13.007 INFO E| * [new tag] v0.8.0 -> v0.8.0
26012024-12-18T22:50:14.266Z[ helios-setup] Dec 18 22:50:13.007 INFO E| * [new tag] v0.9.0 -> v0.9.0
26022024-12-18T22:50:14.313Z[ helios-setup] Dec 18 22:50:13.059 INFO E| Updating crates.io index
26032024-12-18T22:50:14.331Z[ host-package] Compiling ref-cast v1.0.23
26042024-12-18T22:50:14.352Z[ helios-setup] Dec 18 22:50:13.098 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26052024-12-18T22:50:14.902Z[ host-package] Compiling vte v0.11.1
26062024-12-18T22:50:15.105Z[ helios-setup] Dec 18 22:50:13.851 INFO E| From https://github.com/oxidecomputer/typify
26072024-12-18T22:50:15.105Z[ helios-setup] Dec 18 22:50:13.851 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26082024-12-18T22:50:15.141Z[ helios-setup] Dec 18 22:50:13.887 INFO E| * [new tag] v0.0.10 -> v0.0.10
26092024-12-18T22:50:15.144Z[ helios-setup] Dec 18 22:50:13.887 INFO E| * [new tag] v0.0.11 -> v0.0.11
26102024-12-18T22:50:15.144Z[ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.4 -> v0.0.4
26112024-12-18T22:50:15.144Z[ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.5 -> v0.0.5
26122024-12-18T22:50:15.144Z[ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.7 -> v0.0.7
26132024-12-18T22:50:15.144Z[ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.8 -> v0.0.8
26142024-12-18T22:50:15.144Z[ helios-setup] Dec 18 22:50:13.888 INFO E| * [new tag] v0.0.9 -> v0.0.9
26152024-12-18T22:50:15.723Z[ helios-setup] Dec 18 22:50:14.458 INFO E| Downloading crates ...
26162024-12-18T22:50:15.887Z[ helios-setup] Dec 18 22:50:14.632 INFO E| Downloaded async-stream-impl v0.3.5
26172024-12-18T22:50:15.892Z[ helios-setup] Dec 18 22:50:14.638 INFO E| Downloaded block-buffer v0.10.3
26182024-12-18T22:50:15.895Z[ helios-setup] Dec 18 22:50:14.641 INFO E| Downloaded anstyle v0.3.5
26192024-12-18T22:50:15.904Z[ helios-setup] Dec 18 22:50:14.650 INFO E| Downloaded const-random-macro v0.1.15
26202024-12-18T22:50:15.923Z[ helios-setup] Dec 18 22:50:14.669 INFO E| Downloaded project-root v0.2.2
26212024-12-18T22:50:15.926Z[ helios-setup] Dec 18 22:50:14.672 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/rayon-core/1.10.2/download` (146.75.42.137), got 502
26222024-12-18T22:50:15.926Z[ helios-setup] Dec 18 22:50:14.672 INFO E| body:
26232024-12-18T22:50:15.926Z[ helios-setup] Dec 18 22:50:14.672 INFO E| I/O error
26242024-12-18T22:50:15.928Z[ helios-setup] Dec 18 22:50:14.672 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/quote/1.0.36/download` (146.75.42.137), got 502
26252024-12-18T22:50:15.928Z[ helios-setup] Dec 18 22:50:14.672 INFO E| body:
26262024-12-18T22:50:15.928Z[ helios-setup] Dec 18 22:50:14.672 INFO E| I/O error
26272024-12-18T22:50:15.928Z[ helios-setup] Dec 18 22:50:14.672 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/ahash/0.8.3/download` (146.75.42.137), got 502
26282024-12-18T22:50:15.929Z[ helios-setup] Dec 18 22:50:14.673 INFO E| body:
26292024-12-18T22:50:15.929Z[ helios-setup] Dec 18 22:50:14.673 INFO E| I/O error
26302024-12-18T22:50:15.931Z[ helios-setup] Dec 18 22:50:14.676 INFO E| Downloaded slab v0.4.7
26312024-12-18T22:50:15.945Z[ helios-setup] Dec 18 22:50:14.691 INFO E| Downloaded cpufeatures v0.2.5
26322024-12-18T22:50:15.948Z[ helios-setup] Dec 18 22:50:14.694 INFO E| Downloaded byteorder v1.4.3
26332024-12-18T22:50:15.952Z[ helios-setup] Dec 18 22:50:14.697 INFO E| Downloaded tower-service v0.3.2
26342024-12-18T22:50:15.955Z[ helios-setup] Dec 18 22:50:14.698 INFO E| Downloaded concolor-override v1.0.0
26352024-12-18T22:50:15.975Z[ helios-setup] Dec 18 22:50:14.721 INFO E| Downloaded try-lock v0.2.4
26362024-12-18T22:50:15.978Z[ helios-setup] Dec 18 22:50:14.724 INFO E| Downloaded lazy_static v1.4.0
26372024-12-18T22:50:15.980Z[ helios-setup] Dec 18 22:50:14.726 INFO E| Downloaded is-terminal v0.4.7
26382024-12-18T22:50:15.983Z[ helios-setup] Dec 18 22:50:14.728 INFO E| Downloaded iana-time-zone v0.1.56
26392024-12-18T22:50:15.986Z[ helios-setup] Dec 18 22:50:14.732 INFO E| Downloaded want v0.3.0
26402024-12-18T22:50:15.989Z[ helios-setup] Dec 18 22:50:14.734 INFO E| Downloaded httpdate v1.0.2
26412024-12-18T22:50:15.991Z[ helios-setup] Dec 18 22:50:14.736 INFO E| Downloaded signal-hook-registry v1.4.0
26422024-12-18T22:50:15.993Z[ helios-setup] Dec 18 22:50:14.738 INFO E| Downloaded serde_tokenstream v0.2.0
26432024-12-18T22:50:16.002Z[ helios-setup] Dec 18 22:50:14.744 INFO E| Downloaded slog-async v2.7.0
26442024-12-18T22:50:16.004Z[ helios-setup] Dec 18 22:50:14.748 INFO E| Downloaded scopeguard v1.1.0
26452024-12-18T22:50:16.007Z[ helios-setup] Dec 18 22:50:14.751 INFO E| Downloaded slog-bunyan v2.4.0
26462024-12-18T22:50:16.010Z[ helios-setup] Dec 18 22:50:14.753 INFO E| Downloaded toml_datetime v0.6.1
26472024-12-18T22:50:16.013Z[ helios-setup] Dec 18 22:50:14.757 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26482024-12-18T22:50:16.015Z[ helios-setup] Dec 18 22:50:14.761 INFO E| Downloaded rustls-pemfile v1.0.2
26492024-12-18T22:50:16.019Z[ helios-setup] Dec 18 22:50:14.765 INFO E| Downloaded semver-parser v0.10.2
26502024-12-18T22:50:16.031Z[ helios-setup] Dec 18 22:50:14.777 INFO E| Downloaded thiserror v1.0.38
26512024-12-18T22:50:16.040Z[ helios-setup] Dec 18 22:50:14.786 INFO E| Downloaded rustfmt-wrapper v0.2.0
26522024-12-18T22:50:16.056Z[ helios-setup] Dec 18 22:50:14.802 INFO E| Downloaded sct v0.7.0
26532024-12-18T22:50:16.062Z[ helios-setup] Dec 18 22:50:14.808 INFO E| Downloaded tokio-rustls v0.24.0
26542024-12-18T22:50:16.068Z[ helios-setup] Dec 18 22:50:14.813 INFO E| Downloaded rhai_codegen v1.5.0
26552024-12-18T22:50:16.113Z[ helios-setup] Dec 18 22:50:14.859 INFO E| Downloaded semver v1.0.17
26562024-12-18T22:50:16.116Z[ helios-setup] Dec 18 22:50:14.862 INFO E| Downloaded smartstring v1.0.1
26572024-12-18T22:50:16.120Z[ helios-setup] Dec 18 22:50:14.866 INFO E| Downloaded reqwest v0.11.16
26582024-12-18T22:50:16.136Z[ helios-setup] Dec 18 22:50:14.881 INFO E| Downloaded unicode-bidi v0.3.13
26592024-12-18T22:50:16.140Z[ helios-setup] Dec 18 22:50:14.886 INFO E| Downloaded textwrap v0.16.0
26602024-12-18T22:50:16.144Z[ helios-setup] Dec 18 22:50:14.890 INFO E| Downloaded socket2 v0.4.9
26612024-12-18T22:50:16.148Z[ helios-setup] Dec 18 22:50:14.894 INFO E| Downloaded semver v0.11.0
26622024-12-18T22:50:16.152Z[ helios-setup] Dec 18 22:50:14.897 INFO E| Downloaded schemars v0.8.12
26632024-12-18T22:50:16.172Z[ helios-setup] Dec 18 22:50:14.918 INFO E| Downloaded ryu v1.0.13
26642024-12-18T22:50:16.177Z[ helios-setup] Dec 18 22:50:14.923 INFO E| Downloaded tungstenite v0.18.0
26652024-12-18T22:50:16.184Z[ helios-setup] Dec 18 22:50:14.929 INFO E| Downloaded unicode-linebreak v0.1.4
26662024-12-18T22:50:16.187Z[ helios-setup] Dec 18 22:50:14.933 INFO E| Downloaded ucd-trie v0.1.5
26672024-12-18T22:50:16.190Z[ helios-setup] Dec 18 22:50:14.936 INFO E| Downloaded unsafe-libyaml v0.2.8
26682024-12-18T22:50:16.196Z[ helios-setup] Dec 18 22:50:14.942 INFO E| Downloaded tracing v0.1.37
26692024-12-18T22:50:16.204Z[ helios-setup] Dec 18 22:50:14.950 INFO E| Downloaded toml_edit v0.19.8
26702024-12-18T22:50:16.233Z[ helios-setup] Dec 18 22:50:14.979 INFO E| Downloaded unicode-normalization v0.1.22
26712024-12-18T22:50:16.239Z[ helios-setup] Dec 18 22:50:14.985 INFO E| Downloaded serde_json v1.0.95
26722024-12-18T22:50:16.251Z[ helios-setup] Dec 18 22:50:14.996 INFO E| Downloaded winnow v0.4.1
26732024-12-18T22:50:16.264Z[ helios-setup] Dec 18 22:50:15.010 INFO E| Downloaded anyhow v1.0.68
26742024-12-18T22:50:16.270Z[ helios-setup] Dec 18 22:50:15.016 INFO E| Downloaded aho-corasick v0.7.20
26752024-12-18T22:50:16.277Z[ helios-setup] Dec 18 22:50:15.023 INFO E| Downloaded pest v2.5.7
26762024-12-18T22:50:16.285Z[ helios-setup] Dec 18 22:50:15.031 INFO E| Downloaded mio v0.8.5
26772024-12-18T22:50:16.294Z[ helios-setup] Dec 18 22:50:15.040 INFO E| Downloaded http v0.2.9
26782024-12-18T22:50:16.301Z[ helios-setup] Dec 18 22:50:15.047 INFO E| Downloaded syn v1.0.107
26792024-12-18T22:50:16.319Z[ helios-setup] Dec 18 22:50:15.065 INFO E| Downloaded crossbeam-epoch v0.9.13
26802024-12-18T22:50:16.324Z[ helios-setup] Dec 18 22:50:15.070 INFO E| Downloaded rustix v0.37.3
26812024-12-18T22:50:16.442Z[ helios-setup] Dec 18 22:50:15.188 INFO E| Downloaded syn v2.0.72
26822024-12-18T22:50:16.464Z[ helios-setup] Dec 18 22:50:15.210 INFO E| Downloaded rayon v1.6.1
26832024-12-18T22:50:16.476Z[ helios-setup] Dec 18 22:50:15.222 INFO E| Downloaded h2 v0.3.16
26842024-12-18T22:50:16.485Z[ helios-setup] Dec 18 22:50:15.231 INFO E| Downloaded chrono v0.4.24
26852024-12-18T22:50:16.496Z[ helios-setup] Dec 18 22:50:15.242 INFO E| Downloaded futures-util v0.3.28
26862024-12-18T22:50:16.514Z[ helios-setup] Dec 18 22:50:15.259 INFO E| Downloaded hyper v0.14.25
26872024-12-18T22:50:16.527Z[ helios-setup] Dec 18 22:50:15.273 INFO E| Downloaded git2 v0.16.1
26882024-12-18T22:50:16.540Z[ helios-setup] Dec 18 22:50:15.286 INFO E| Downloaded regress v0.5.0
26892024-12-18T22:50:16.552Z[ helios-setup] Dec 18 22:50:15.298 INFO E| Downloaded regex v1.7.3
26902024-12-18T22:50:16.566Z[ helios-setup] Dec 18 22:50:15.312 INFO E| Downloaded clap_builder v4.2.1
26912024-12-18T22:50:16.577Z[ helios-setup] Dec 18 22:50:15.323 INFO E| Downloaded rustls v0.21.0
26922024-12-18T22:50:16.595Z[ helios-setup] Dec 18 22:50:15.340 INFO E| Downloaded crossbeam-channel v0.5.6
26932024-12-18T22:50:16.620Z[ helios-setup] Dec 18 22:50:15.366 INFO E| Downloaded cc v1.0.78
26942024-12-18T22:50:16.623Z[ helios-setup] Dec 18 22:50:15.369 INFO E| Downloaded tokio-util v0.7.7
26952024-12-18T22:50:16.633Z[ helios-setup] Dec 18 22:50:15.378 INFO E| Downloaded rhai v1.14.0
26962024-12-18T22:50:16.659Z[ helios-setup] Dec 18 22:50:15.405 INFO E| Downloaded bytes v1.4.0
26972024-12-18T22:50:16.664Z[ helios-setup] Dec 18 22:50:15.410 INFO E| Downloaded openapiv3 v1.0.2
26982024-12-18T22:50:16.717Z[ helios-setup] Dec 18 22:50:15.463 INFO E| Downloaded serde v1.0.204
26992024-12-18T22:50:16.722Z[ helios-setup] Dec 18 22:50:15.468 INFO E| Downloaded futures v0.3.28
27002024-12-18T22:50:16.730Z[ helios-setup] Dec 18 22:50:15.476 INFO E| Downloaded serde_yaml v0.9.21
27012024-12-18T22:50:16.735Z[ helios-setup] Dec 18 22:50:15.481 INFO E| Downloaded tokio v1.27.0
27022024-12-18T22:50:16.796Z[ helios-setup] Dec 18 22:50:15.541 INFO E| Downloaded rustls-webpki v0.100.1
27032024-12-18T22:50:16.805Z[ helios-setup] Dec 18 22:50:15.550 INFO E| Downloaded url v2.3.1
27042024-12-18T22:50:16.809Z[ helios-setup] Dec 18 22:50:15.555 INFO E| Downloaded unicode-ident v1.0.8
27052024-12-18T22:50:16.813Z[ helios-setup] Dec 18 22:50:15.559 INFO E| Downloaded tracing-core v0.1.30
27062024-12-18T22:50:16.839Z[ host-package] Compiling chacha20poly1305 v0.10.1
27072024-12-18T22:50:16.841Z[ helios-setup] Dec 18 22:50:15.587 INFO E| Downloaded memchr v2.5.0
27082024-12-18T22:50:16.848Z[ helios-setup] Dec 18 22:50:15.594 INFO E| Downloaded flate2 v1.0.25
27092024-12-18T22:50:16.856Z[ helios-setup] Dec 18 22:50:15.602 INFO E| Downloaded base64 v0.21.0
27102024-12-18T22:50:16.862Z[ helios-setup] Dec 18 22:50:15.608 INFO E| Downloaded uuid v1.3.0
27112024-12-18T22:50:16.869Z[ helios-setup] Dec 18 22:50:15.614 INFO E| Downloaded rayon-core v1.10.2
27122024-12-18T22:50:16.875Z[ helios-setup] Dec 18 22:50:15.621 INFO E| Downloaded toml v0.7.3
27132024-12-18T22:50:16.881Z[ helios-setup] Dec 18 22:50:15.626 INFO E| Downloaded proc-macro2 v1.0.86
27142024-12-18T22:50:16.885Z[ helios-setup] Dec 18 22:50:15.631 INFO E| Downloaded parking_lot v0.12.1
27152024-12-18T22:50:16.888Z[ helios-setup] Dec 18 22:50:15.634 INFO E| Downloaded httparse v1.8.0
27162024-12-18T22:50:16.892Z[ helios-setup] Dec 18 22:50:15.638 INFO E| Downloaded tinyvec v1.6.0
27172024-12-18T22:50:16.897Z[ helios-setup] Dec 18 22:50:15.643 INFO E| Downloaded serde_derive v1.0.204
27182024-12-18T22:50:16.906Z[ helios-setup] Dec 18 22:50:15.651 INFO E| Downloaded libc v0.2.139
27192024-12-18T22:50:16.950Z[ helios-setup] Dec 18 22:50:15.696 INFO E| Downloaded schemars_derive v0.8.12
27202024-12-18T22:50:16.953Z[ helios-setup] Dec 18 22:50:15.698 INFO E| Downloaded once_cell v1.17.0
27212024-12-18T22:50:16.955Z[ helios-setup] Dec 18 22:50:15.701 INFO E| Downloaded num-traits v0.2.15
27222024-12-18T22:50:16.959Z[ helios-setup] Dec 18 22:50:15.705 INFO E| Downloaded clap v4.2.1
27232024-12-18T22:50:16.970Z[ helios-setup] Dec 18 22:50:15.715 INFO E| Downloaded time v0.1.45
27242024-12-18T22:50:16.972Z[ helios-setup] Dec 18 22:50:15.717 INFO E| Downloaded tempfile v3.5.0
27252024-12-18T22:50:16.975Z[ helios-setup] Dec 18 22:50:15.721 INFO E| Downloaded smallvec v1.10.0
27262024-12-18T22:50:16.978Z[ helios-setup] Dec 18 22:50:15.724 INFO E| Downloaded pin-project-lite v0.2.9
27272024-12-18T22:50:16.987Z[ helios-setup] Dec 18 22:50:15.733 INFO E| Downloaded miniz_oxide v0.6.2
27282024-12-18T22:50:16.991Z[ helios-setup] Dec 18 22:50:15.737 INFO E| Downloaded io-lifetimes v1.0.10
27292024-12-18T22:50:16.995Z[ helios-setup] Dec 18 22:50:15.741 INFO E| Downloaded crossbeam-utils v0.8.14
27302024-12-18T22:50:16.999Z[ helios-setup] Dec 18 22:50:15.745 INFO E| Downloaded camino v1.1.4
27312024-12-18T22:50:17.002Z[ helios-setup] Dec 18 22:50:15.748 INFO E| Downloaded tokio-macros v2.0.0
27322024-12-18T22:50:17.004Z[ helios-setup] Dec 18 22:50:15.750 INFO E| Downloaded thiserror-impl v1.0.38
27332024-12-18T22:50:17.007Z[ helios-setup] Dec 18 22:50:15.752 INFO E| Downloaded pkg-config v0.3.26
27342024-12-18T22:50:17.013Z[ helios-setup] Dec 18 22:50:15.759 INFO E| Downloaded parking_lot_core v0.9.6
27352024-12-18T22:50:17.013Z[ helios-setup] Dec 18 22:50:15.759 INFO E| Downloaded serde_derive_internals v0.26.0
27362024-12-18T22:50:17.015Z[ helios-setup] Dec 18 22:50:15.760 INFO E| Downloaded jobserver v0.1.26
27372024-12-18T22:50:17.018Z[ helios-setup] Dec 18 22:50:15.763 INFO E| Downloaded utf8parse v0.2.1
27382024-12-18T22:50:17.020Z[ helios-setup] Dec 18 22:50:15.764 INFO E| Downloaded tokio-tungstenite v0.18.0
27392024-12-18T22:50:17.022Z[ helios-setup] Dec 18 22:50:15.767 INFO E| Downloaded log v0.4.17
27402024-12-18T22:50:17.026Z[ helios-setup] Dec 18 22:50:15.772 INFO E| Downloaded lock_api v0.4.9
27412024-12-18T22:50:17.028Z[ helios-setup] Dec 18 22:50:15.774 INFO E| Downloaded ipnet v2.7.2
27422024-12-18T22:50:17.031Z[ helios-setup] Dec 18 22:50:15.776 INFO E| Downloaded getrandom v0.2.8
27432024-12-18T22:50:17.035Z[ helios-setup] Dec 18 22:50:15.781 INFO E| Downloaded futures-channel v0.3.28
27442024-12-18T22:50:17.039Z[ helios-setup] Dec 18 22:50:15.784 INFO E| Downloaded clap_lex v0.4.1
27452024-12-18T22:50:17.041Z[ helios-setup] Dec 18 22:50:15.786 INFO E| Downloaded anstyle-parse v0.1.1
27462024-12-18T22:50:17.043Z[ helios-setup] Dec 18 22:50:15.789 INFO E| Downloaded cargo-lock v8.0.3
27472024-12-18T22:50:17.048Z[ helios-setup] Dec 18 22:50:15.794 INFO E| Downloaded bincode v1.3.3
27482024-12-18T22:50:17.052Z[ helios-setup] Dec 18 22:50:15.798 INFO E| Downloaded strsim v0.10.0
27492024-12-18T22:50:17.055Z[ helios-setup] Dec 18 22:50:15.801 INFO E| Downloaded smawk v0.3.1
27502024-12-18T22:50:17.058Z[ helios-setup] Dec 18 22:50:15.803 INFO E| Downloaded sha1 v0.10.5
27512024-12-18T22:50:17.060Z[ helios-setup] Dec 18 22:50:15.806 INFO E| Downloaded serde_path_to_error v0.1.11
27522024-12-18T22:50:17.063Z[ helios-setup] Dec 18 22:50:15.808 INFO E| Downloaded num-integer v0.1.45
27532024-12-18T22:50:17.065Z[ helios-setup] Dec 18 22:50:15.811 INFO E| Downloaded itoa v1.0.6
27542024-12-18T22:50:17.067Z[ helios-setup] Dec 18 22:50:15.813 INFO E| Downloaded crossbeam-deque v0.8.2
27552024-12-18T22:50:17.070Z[ helios-setup] Dec 18 22:50:15.815 INFO E| Downloaded futures-macro v0.3.28
27562024-12-18T22:50:17.072Z[ helios-setup] Dec 18 22:50:15.817 INFO E| Downloaded dyn-clone v1.0.11
27572024-12-18T22:50:17.074Z[ helios-setup] Dec 18 22:50:15.820 INFO E| Downloaded clap_derive v4.2.0
27582024-12-18T22:50:17.077Z[ helios-setup] Dec 18 22:50:15.823 INFO E| Downloaded ahash v0.7.6
27592024-12-18T22:50:17.082Z[ helios-setup] Dec 18 22:50:15.828 INFO E| Downloaded proc-macro-crate v1.2.1
27602024-12-18T22:50:17.084Z[ helios-setup] Dec 18 22:50:15.829 INFO E| Downloaded ppv-lite86 v0.2.17
27612024-12-18T22:50:17.087Z[ helios-setup] Dec 18 22:50:15.832 INFO E| Downloaded paste v1.0.12
27622024-12-18T22:50:17.107Z[ helios-setup] Dec 18 22:50:15.852 INFO E| Downloaded terminal_size v0.2.6
27632024-12-18T22:50:17.109Z[ helios-setup] Dec 18 22:50:15.854 INFO E| Downloaded percent-encoding v2.2.0
27642024-12-18T22:50:17.112Z[ helios-setup] Dec 18 22:50:15.856 INFO E| Downloaded futures-sink v0.3.28
27652024-12-18T22:50:17.112Z[ helios-setup] Dec 18 22:50:15.857 INFO E| Downloaded futures-core v0.3.28
27662024-12-18T22:50:17.114Z[ helios-setup] Dec 18 22:50:15.859 INFO E| Downloaded fastrand v1.9.0
27672024-12-18T22:50:17.117Z[ helios-setup] Dec 18 22:50:15.861 INFO E| Downloaded sha2 v0.10.6
27682024-12-18T22:50:17.119Z[ helios-setup] Dec 18 22:50:15.864 INFO E| Downloaded serde_spanned v0.6.1
27692024-12-18T22:50:17.121Z[ helios-setup] Dec 18 22:50:15.865 INFO E| Downloaded num_enum_derive v0.5.7
27702024-12-18T22:50:17.121Z[ helios-setup] Dec 18 22:50:15.867 INFO E| Downloaded num_enum v0.5.7
27712024-12-18T22:50:17.127Z[ helios-setup] Dec 18 22:50:15.873 INFO E| Downloaded num_cpus v1.15.0
27722024-12-18T22:50:17.131Z[ helios-setup] Dec 18 22:50:15.877 INFO E| Downloaded memoffset v0.7.1
27732024-12-18T22:50:17.134Z[ helios-setup] Dec 18 22:50:15.879 INFO E| Downloaded http-body v0.4.5
27742024-12-18T22:50:17.136Z[ helios-setup] Dec 18 22:50:15.881 INFO E| Downloaded home v0.5.4
27752024-12-18T22:50:17.139Z[ helios-setup] Dec 18 22:50:15.883 INFO E| Downloaded futures-executor v0.3.28
27762024-12-18T22:50:17.139Z[ helios-setup] Dec 18 22:50:15.885 INFO E| Downloaded encoding_rs v0.8.32
27772024-12-18T22:50:17.194Z[ helios-setup] Dec 18 22:50:15.940 INFO E| Downloaded form_urlencoded v1.1.0
27782024-12-18T22:50:17.197Z[ helios-setup] Dec 18 22:50:15.941 INFO E| Downloaded generic-array v0.14.6
27792024-12-18T22:50:17.199Z[ helios-setup] Dec 18 22:50:15.944 INFO E| Downloaded futures-task v0.3.28
27802024-12-18T22:50:17.202Z[ helios-setup] Dec 18 22:50:15.946 INFO E| Downloaded futures-io v0.3.28
27812024-12-18T22:50:17.202Z[ helios-setup] Dec 18 22:50:15.947 INFO E| Downloaded either v1.8.0
27822024-12-18T22:50:17.204Z[ helios-setup] Dec 18 22:50:15.949 INFO E| Downloaded digest v0.10.6
27832024-12-18T22:50:17.206Z[ helios-setup] Dec 18 22:50:15.952 INFO E| Downloaded built v0.6.0
27842024-12-18T22:50:17.208Z[ helios-setup] Dec 18 22:50:15.954 INFO E| Downloaded toolchain_find v0.2.0
27852024-12-18T22:50:17.211Z[ helios-setup] Dec 18 22:50:15.955 INFO E| Downloaded async-trait v0.1.68
27862024-12-18T22:50:17.211Z[ host-package] Compiling slog-envlogger v2.2.0
27872024-12-18T22:50:17.235Z[ helios-setup] Dec 18 22:50:15.981 INFO E| Downloaded anstream v0.2.6
27882024-12-18T22:50:17.238Z[ helios-setup] Dec 18 22:50:15.984 INFO E| Downloaded const-random v0.1.15
27892024-12-18T22:50:17.241Z[ helios-setup] Dec 18 22:50:15.986 INFO E| Downloaded concolor-query v0.3.3
27902024-12-18T22:50:17.244Z[ helios-setup] Dec 18 22:50:15.989 INFO E| Downloaded autocfg v1.1.0
27912024-12-18T22:50:17.246Z[ helios-setup] Dec 18 22:50:15.991 INFO E| Downloaded async-stream v0.3.5
27922024-12-18T22:50:17.289Z[ helios-setup] Dec 18 22:50:16.034 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27932024-12-18T22:50:17.461Z[ helios-setup] Dec 18 22:50:16.206 INFO E| Downloaded libz-sys v1.1.8
27942024-12-18T22:50:17.542Z[ helios-setup] Dec 18 22:50:16.288 INFO E| Downloaded ahash v0.8.3
27952024-12-18T22:50:17.559Z[ helios-setup] Dec 18 22:50:16.305 INFO E| Downloaded quote v1.0.36
27962024-12-18T22:50:17.837Z[ helios-setup] Dec 18 22:50:16.582 INFO E| Compiling proc-macro2 v1.0.86
27972024-12-18T22:50:17.892Z[ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling libc v0.2.139
27982024-12-18T22:50:17.892Z[ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling unicode-ident v1.0.8
27992024-12-18T22:50:17.895Z[ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling autocfg v1.1.0
28002024-12-18T22:50:17.895Z[ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling cfg-if v1.0.0
28012024-12-18T22:50:17.896Z[ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling version_check v0.9.4
28022024-12-18T22:50:17.896Z[ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling serde v1.0.204
28032024-12-18T22:50:17.896Z[ helios-setup] Dec 18 22:50:16.638 INFO E| Compiling syn v1.0.107
28042024-12-18T22:50:18.306Z[ helios-setup] Dec 18 22:50:17.052 INFO E| Compiling memchr v2.5.0
28052024-12-18T22:50:18.727Z[ helios-setup] Dec 18 22:50:17.473 INFO E| Compiling once_cell v1.17.0
28062024-12-18T22:50:19.120Z[ helios-setup] Dec 18 22:50:17.865 INFO E| Compiling log v0.4.17
28072024-12-18T22:50:19.239Z[ helios-setup] Dec 18 22:50:17.985 INFO E| Compiling thiserror v1.0.38
28082024-12-18T22:50:19.581Z[ host-package] Compiling chrono-tz v0.10.0
28092024-12-18T22:50:19.982Z[ helios-setup] Dec 18 22:50:18.728 INFO E| Compiling itoa v1.0.6
28102024-12-18T22:50:19.985Z[ helios-setup] Dec 18 22:50:18.729 INFO E| Compiling serde_json v1.0.95
28112024-12-18T22:50:20.916Z[ host-package] Compiling vsss-rs v3.3.4
28122024-12-18T22:50:21.018Z[ helios-setup] Dec 18 22:50:19.763 INFO E| Compiling indexmap v1.9.3
28132024-12-18T22:50:21.036Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28142024-12-18T22:50:21.455Z[ helios-setup] Dec 18 22:50:20.200 INFO E| Compiling pin-project-lite v0.2.9
28152024-12-18T22:50:21.627Z[ helios-setup] Dec 18 22:50:20.372 INFO E| Compiling scopeguard v1.1.0
28162024-12-18T22:50:21.968Z[ helios-setup] Dec 18 22:50:20.714 INFO E| Compiling num-integer v0.1.45
28172024-12-18T22:50:21.971Z[ helios-setup] Dec 18 22:50:20.715 INFO E| Compiling bytes v1.4.0
28182024-12-18T22:50:22.053Z[ helios-setup] Dec 18 22:50:20.799 INFO E| Compiling futures-core v0.3.28
28192024-12-18T22:50:22.179Z[ host-package] Compiling derive_builder_core v0.20.2
28202024-12-18T22:50:22.978Z[ helios-setup] Dec 18 22:50:21.723 INFO E| Compiling quote v1.0.36
28212024-12-18T22:50:23.159Z[ helios-setup] Dec 18 22:50:21.904 INFO E| Compiling jobserver v0.1.26
28222024-12-18T22:50:23.284Z[ helios-setup] Dec 18 22:50:22.030 INFO E| Compiling getrandom v0.2.8
28232024-12-18T22:50:23.928Z[ helios-setup] Dec 18 22:50:22.673 INFO E| Compiling syn v2.0.72
28242024-12-18T22:50:24.265Z[ helios-setup] Dec 18 22:50:23.011 INFO E| Compiling cc v1.0.78
28252024-12-18T22:50:24.412Z[ helios-setup] Dec 18 22:50:23.157 INFO E| Compiling ryu v1.0.13
28262024-12-18T22:50:25.218Z[ helios-setup] Dec 18 22:50:23.963 INFO E| Compiling lock_api v0.4.9
28272024-12-18T22:50:25.479Z[ helios-setup] Dec 18 22:50:24.224 INFO E| Compiling parking_lot_core v0.9.6
28282024-12-18T22:50:25.547Z[ helios-setup] Dec 18 22:50:24.292 INFO E| Compiling bitflags v1.3.2
28292024-12-18T22:50:25.647Z[ helios-setup] Dec 18 22:50:24.393 INFO E| Compiling typenum v1.16.0
28302024-12-18T22:50:25.796Z[ helios-setup] Dec 18 22:50:24.541 INFO E| Compiling num_cpus v1.15.0
28312024-12-18T22:50:26.045Z[ helios-setup] Dec 18 22:50:24.790 INFO E| Compiling slab v0.4.7
28322024-12-18T22:50:26.297Z[ helios-setup] Dec 18 22:50:25.043 INFO E| Compiling generic-array v0.14.6
28332024-12-18T22:50:26.483Z[ helios-setup] Dec 18 22:50:25.228 INFO E| Compiling futures-sink v0.3.28
28342024-12-18T22:50:26.616Z[ host-package] Compiling headers-core v0.3.0
28352024-12-18T22:50:26.646Z[ helios-setup] Dec 18 22:50:25.391 INFO E| Compiling futures-channel v0.3.28
28362024-12-18T22:50:26.928Z[ helios-setup] Dec 18 22:50:25.673 INFO E| Compiling futures-task v0.3.28
28372024-12-18T22:50:26.991Z[ host-package] Compiling fxhash v0.2.1
28382024-12-18T22:50:27.618Z[ helios-setup] Dec 18 22:50:26.363 INFO E| Compiling tokio v1.27.0
28392024-12-18T22:50:27.740Z[ host-package] Compiling libxml v0.3.3
28402024-12-18T22:50:27.981Z[ helios-setup] Dec 18 22:50:26.726 INFO E| Compiling schemars v0.8.12
28412024-12-18T22:50:28.192Z[ helios-setup] Dec 18 22:50:26.937 INFO E| Compiling futures-util v0.3.28
28422024-12-18T22:50:28.589Z[ host-package] Compiling ref-cast-impl v1.0.23
28432024-12-18T22:50:29.009Z[ helios-setup] Dec 18 22:50:27.754 INFO E| Compiling socket2 v0.4.9
28442024-12-18T22:50:29.168Z[ helios-setup] Dec 18 22:50:27.913 INFO E| Compiling mio v0.8.5
28452024-12-18T22:50:29.227Z[ helios-setup] Dec 18 22:50:27.972 INFO E| Compiling signal-hook-registry v1.4.0
28462024-12-18T22:50:29.447Z[ helios-setup] Dec 18 22:50:28.192 INFO E| Compiling num-traits v0.2.15
28472024-12-18T22:50:29.799Z[ host-package] Compiling bytecount v0.6.8
28482024-12-18T22:50:29.909Z[ helios-setup] Dec 18 22:50:28.654 INFO E| Compiling ahash v0.7.6
28492024-12-18T22:50:30.579Z[ helios-setup] Dec 18 22:50:29.324 INFO E| Compiling futures-io v0.3.28
28502024-12-18T22:50:30.685Z[ host-package] Compiling papergrid v0.11.0
28512024-12-18T22:50:30.983Z[ helios-setup] Dec 18 22:50:29.728 INFO E| Compiling pin-utils v0.1.0
28522024-12-18T22:50:31.456Z[ helios-setup] Dec 18 22:50:30.200 INFO E| Compiling io-lifetimes v1.0.10
28532024-12-18T22:50:31.572Z[ helios-setup] Dec 18 22:50:30.317 INFO E| Compiling crunchy v0.2.2
28542024-12-18T22:50:32.715Z[ helios-setup] Dec 18 22:50:31.460 INFO E| Compiling ahash v0.8.3
28552024-12-18T22:50:32.801Z[ helios-setup] Dec 18 22:50:31.546 INFO E| Compiling tiny-keccak v2.0.2
28562024-12-18T22:50:33.520Z[ helios-setup] Dec 18 22:50:32.265 INFO E| Compiling rustix v0.37.3
28572024-12-18T22:50:33.620Z[ helios-setup] Dec 18 22:50:32.364 INFO E| Compiling hashbrown v0.12.3
28582024-12-18T22:50:33.919Z[ helios-setup] Dec 18 22:50:32.664 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28592024-12-18T22:50:34.490Z[ helios-setup] Dec 18 22:50:33.235 INFO E| Compiling block-buffer v0.10.3
28602024-12-18T22:50:34.733Z[ helios-setup] Dec 18 22:50:33.478 INFO E| Compiling crypto-common v0.1.6
28612024-12-18T22:50:35.598Z[ helios-setup] Dec 18 22:50:34.343 INFO E| Compiling errno v0.3.1
28622024-12-18T22:50:36.027Z[ helios-setup] Dec 18 22:50:34.771 INFO E| Compiling slog v2.7.0
28632024-12-18T22:50:36.112Z[ helios-setup] Dec 18 22:50:34.857 INFO E| Compiling crossbeam-utils v0.8.14
28642024-12-18T22:50:36.404Z[ helios-setup] Dec 18 22:50:35.149 INFO E| Compiling pkg-config v0.3.26
28652024-12-18T22:50:36.522Z[ helios-setup] Dec 18 22:50:35.267 INFO E| Compiling fnv v1.0.7
28662024-12-18T22:50:36.765Z[ helios-setup] Dec 18 22:50:35.509 INFO E| Compiling http v0.2.9
28672024-12-18T22:50:37.095Z[ helios-setup] Dec 18 22:50:35.840 INFO E| Compiling serde_derive_internals v0.26.0
28682024-12-18T22:50:40.486Z[ helios-setup] Dec 18 22:50:39.229 INFO E| Compiling digest v0.10.6
28692024-12-18T22:50:40.525Z[ helios-setup] Dec 18 22:50:39.269 INFO E| Compiling aho-corasick v0.7.20
28702024-12-18T22:50:41.588Z[ helios-setup] Dec 18 22:50:40.332 INFO E| Compiling httparse v1.8.0
28712024-12-18T22:50:41.854Z[ helios-setup] Dec 18 22:50:40.599 INFO E| Compiling unicode-width v0.1.10
28722024-12-18T22:50:42.387Z[ helios-setup] Dec 18 22:50:41.132 INFO E| Compiling anyhow v1.0.68
28732024-12-18T22:50:42.568Z[ helios-setup] Dec 18 22:50:41.312 INFO E| Compiling tinyvec_macros v0.1.1
28742024-12-18T22:50:42.721Z[ helios-setup] Dec 18 22:50:41.465 INFO E| Compiling cpufeatures v0.2.5
28752024-12-18T22:50:42.945Z[ helios-setup] Dec 18 22:50:41.690 INFO E| Compiling percent-encoding v2.2.0
28762024-12-18T22:50:43.636Z[ helios-setup] Dec 18 22:50:42.380 INFO E| Compiling regex-syntax v0.6.29
28772024-12-18T22:50:43.763Z[ helios-setup] Dec 18 22:50:42.508 INFO E| Compiling heck v0.4.1
28782024-12-18T22:50:43.944Z[ helios-setup] Dec 18 22:50:42.688 INFO E| Compiling tinyvec v1.6.0
28792024-12-18T22:50:44.800Z[ helios-setup] Dec 18 22:50:43.544 INFO E| Compiling form_urlencoded v1.1.0
28802024-12-18T22:50:44.945Z[ helios-setup] Dec 18 22:50:43.690 INFO E| Compiling const-random-macro v0.1.15
28812024-12-18T22:50:45.953Z[ helios-setup] Dec 18 22:50:44.697 INFO E| Compiling hashbrown v0.13.2
28822024-12-18T22:50:46.911Z[ helios-setup] Dec 18 22:50:45.655 INFO E| Compiling chrono v0.4.24
28832024-12-18T22:50:47.627Z[ helios-setup] Dec 18 22:50:46.371 INFO E| Compiling libz-sys v1.1.8
28842024-12-18T22:50:47.740Z[ helios-setup] Dec 18 22:50:46.484 INFO E| Compiling thiserror-impl v1.0.38
28852024-12-18T22:50:48.110Z[ helios-setup] Dec 18 22:50:46.854 INFO E| Compiling serde_derive v1.0.204
28862024-12-18T22:50:48.373Z[ helios-setup] Dec 18 22:50:47.117 INFO E| Compiling tokio-macros v2.0.0
28872024-12-18T22:50:48.817Z[ helios-setup] Dec 18 22:50:47.561 INFO E| Compiling futures-macro v0.3.28
28882024-12-18T22:50:49.020Z[ helios-setup] Dec 18 22:50:47.764 INFO E| Compiling schemars_derive v0.8.12
28892024-12-18T22:50:50.517Z[ host-package] Compiling polar-core v0.27.3
28902024-12-18T22:50:51.172Z[ helios-setup] Dec 18 22:50:49.916 INFO E| Compiling regex v1.7.3
28912024-12-18T22:50:54.064Z[ helios-setup] Dec 18 22:50:52.807 INFO E| Compiling uuid v1.3.0
28922024-12-18T22:50:54.808Z[ helios-setup] Dec 18 22:50:53.551 INFO E| Compiling dyn-clone v1.0.11
28932024-12-18T22:50:55.343Z[ helios-setup] Dec 18 22:50:54.087 INFO E| Compiling unicode-normalization v0.1.22
28942024-12-18T22:50:55.344Z[ helios-setup] Dec 18 22:50:54.087 INFO E| Compiling regress v0.5.0
28952024-12-18T22:50:55.554Z[ helios-setup] Dec 18 22:50:54.297 INFO E| Compiling const-random v0.1.15
28962024-12-18T22:50:55.882Z[ host-package] Compiling headers v0.4.0
28972024-12-18T22:50:57.531Z[ helios-setup] Dec 18 22:50:56.275 INFO E| Compiling getopts v0.2.21
28982024-12-18T22:50:57.950Z[ helios-setup] Dec 18 22:50:56.692 INFO E| Compiling tracing-core v0.1.30
28992024-12-18T22:50:58.092Z[ helios-setup] Dec 18 22:50:56.836 INFO E| Compiling memoffset v0.7.1
29002024-12-18T22:50:58.408Z[ host-package] Compiling derive_builder_macro v0.20.2
29012024-12-18T22:50:58.942Z[ helios-setup] Dec 18 22:50:57.686 INFO E| Compiling unicode-bidi v0.3.13
29022024-12-18T22:50:58.995Z[ helios-setup] Dec 18 22:50:57.738 INFO E| Compiling num-conv v0.1.0
29032024-12-18T22:51:01.295Z[ helios-setup] Dec 18 22:51:00.038 INFO E| Compiling powerfmt v0.2.0
29042024-12-18T22:51:01.654Z[ helios-setup] Dec 18 22:51:00.397 INFO E| Compiling time-core v0.1.2
29052024-12-18T22:51:02.107Z[ helios-setup] Dec 18 22:51:00.850 INFO E| Compiling ucd-trie v0.1.5
29062024-12-18T22:51:02.322Z[ helios-setup] Dec 18 22:51:01.065 INFO E| Compiling time-macros v0.2.18
29072024-12-18T22:51:02.342Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29082024-12-18T22:51:02.559Z[ helios-setup] Dec 18 22:51:01.303 INFO E| Compiling deranged v0.3.11
29092024-12-18T22:51:02.697Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29102024-12-18T22:51:02.764Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29112024-12-18T22:51:03.041Z[ helios-setup] Dec 18 22:51:01.784 INFO E| Compiling pest v2.5.7
29122024-12-18T22:51:03.705Z[ host-package] Compiling tabled_derive v0.7.0
29132024-12-18T22:51:03.868Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29142024-12-18T22:51:04.530Z[ helios-setup] Dec 18 22:51:03.273 INFO E| Compiling idna v0.3.0
29152024-12-18T22:51:07.953Z[ helios-setup] Dec 18 22:51:06.696 INFO E| Compiling tracing v0.1.37
29162024-12-18T22:51:08.202Z[ host-package] Compiling fd-lock v4.0.2
29172024-12-18T22:51:08.485Z[ host-package] Compiling peg-macros v0.8.4
29182024-12-18T22:51:08.946Z[ host-package] Compiling strum_macros v0.24.3
29192024-12-18T22:51:09.544Z[ helios-setup] Dec 18 22:51:08.287 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29202024-12-18T22:51:10.875Z[ helios-setup] Dec 18 22:51:09.618 INFO E| Compiling time v0.1.45
29212024-12-18T22:51:10.953Z[ helios-setup] Dec 18 22:51:09.696 INFO E| Compiling crossbeam-epoch v0.9.13
29222024-12-18T22:51:11.225Z[ helios-setup] Dec 18 22:51:09.968 INFO E| Compiling num_threads v0.1.6
29232024-12-18T22:51:11.464Z[ helios-setup] Dec 18 22:51:10.206 INFO E| Compiling semver v1.0.17
29242024-12-18T22:51:12.661Z[ helios-setup] Dec 18 22:51:11.404 INFO E| Compiling iana-time-zone v0.1.56
29252024-12-18T22:51:13.101Z[ helios-setup] Dec 18 22:51:11.843 INFO E| Compiling time v0.3.36
29262024-12-18T22:51:13.116Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272024-12-18T22:51:14.886Z[ host-package] Compiling kstat-rs v0.2.4
29282024-12-18T22:51:15.015Z[ helios-setup] Dec 18 22:51:13.758 INFO E| Compiling url v2.3.1
29292024-12-18T22:51:15.163Z[ host-package] Compiling samael v0.0.17
29302024-12-18T22:51:15.534Z[ host-package] Compiling unicase v2.7.0
29312024-12-18T22:51:15.774Z[ helios-setup] Dec 18 22:51:14.517 INFO E| Compiling semver-parser v0.10.2
29322024-12-18T22:51:16.058Z[ helios-setup] Dec 18 22:51:14.800 INFO E| Compiling toml v0.5.11
29332024-12-18T22:51:16.089Z[ host-package] Compiling indoc v1.0.9
29342024-12-18T22:51:16.822Z[ host-package] Compiling nu-ansi-term v0.50.1
29352024-12-18T22:51:16.908Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29362024-12-18T22:51:18.509Z[ helios-setup] Dec 18 22:51:17.251 INFO E| Compiling smallvec v1.10.0
29372024-12-18T22:51:19.183Z[ host-package] Compiling reedline v0.35.0
29382024-12-18T22:51:21.211Z[ helios-setup] Dec 18 22:51:19.953 INFO E| Compiling parking_lot v0.12.1
29392024-12-18T22:51:21.677Z[ helios-setup] Dec 18 22:51:20.403 INFO E| Compiling serde_tokenstream v0.2.0
29402024-12-18T22:51:25.804Z[ helios-setup] Dec 18 22:51:24.546 INFO E| Compiling crossbeam-channel v0.5.6
29412024-12-18T22:51:26.545Z[ host-package] Compiling peg v0.8.4
29422024-12-18T22:51:26.938Z[ helios-setup] Dec 18 22:51:25.680 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29432024-12-18T22:51:26.947Z[ host-package] Compiling tabled v0.15.0
29442024-12-18T22:51:28.622Z[ helios-setup] Dec 18 22:51:27.364 INFO E| Compiling dirs-sys-next v0.1.2
29452024-12-18T22:51:29.407Z[ helios-setup] Dec 18 22:51:28.149 INFO E| Compiling try-lock v0.2.4
29462024-12-18T22:51:29.756Z[ helios-setup] Dec 18 22:51:28.498 INFO E| Compiling same-file v1.0.6
29472024-12-18T22:51:30.412Z[ helios-setup] Dec 18 22:51:29.153 INFO E| Compiling crc32fast v1.3.2
29482024-12-18T22:51:30.551Z[ helios-setup] Dec 18 22:51:29.293 INFO E| Compiling walkdir v2.3.3
29492024-12-18T22:51:30.889Z[ helios-setup] Dec 18 22:51:29.630 INFO E| Compiling want v0.3.0
29502024-12-18T22:51:31.537Z[ helios-setup] Dec 18 22:51:30.279 INFO E| Compiling dirs-next v2.0.0
29512024-12-18T22:51:32.164Z[ helios-setup] Dec 18 22:51:30.906 INFO E| Compiling proc-macro-crate v1.2.1
29522024-12-18T22:51:34.217Z[ helios-setup] Dec 18 22:51:32.958 INFO E| Compiling semver v0.11.0
29532024-12-18T22:51:38.022Z[ host-package] Compiling derive_builder v0.20.2
29542024-12-18T22:51:38.428Z[ helios-setup] Dec 18 22:51:37.169 INFO E| Compiling futures-executor v0.3.28
29552024-12-18T22:51:40.106Z[ helios-setup] Dec 18 22:51:38.847 INFO E| Compiling tokio-util v0.7.7
29562024-12-18T22:51:41.092Z[ helios-setup] Dec 18 22:51:39.833 INFO E| Compiling http-body v0.4.5
29572024-12-18T22:51:41.377Z[ helios-setup] Dec 18 22:51:40.119 INFO E| Compiling ring v0.16.20
29582024-12-18T22:51:42.098Z[ helios-setup] Dec 18 22:51:40.839 INFO E| Compiling rand_core v0.6.4
29592024-12-18T22:51:43.059Z[ helios-setup] Dec 18 22:51:41.801 INFO E| Compiling h2 v0.3.16
29602024-12-18T22:51:43.979Z[ helios-setup] Dec 18 22:51:42.720 INFO E| Compiling thread_local v1.1.7
29612024-12-18T22:51:44.619Z[ helios-setup] Dec 18 22:51:43.360 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29622024-12-18T22:51:45.251Z[ helios-setup] Dec 18 22:51:43.993 INFO E| Compiling adler v1.0.2
29632024-12-18T22:51:45.946Z[ helios-setup] Dec 18 22:51:44.687 INFO E| Compiling tower-service v0.3.2
29642024-12-18T22:51:46.146Z[ helios-setup] Dec 18 22:51:44.887 INFO E| Compiling httpdate v1.0.2
29652024-12-18T22:51:46.470Z[ helios-setup] Dec 18 22:51:45.211 INFO E| Compiling utf8parse v0.2.1
29662024-12-18T22:51:46.947Z[ helios-setup] Dec 18 22:51:45.688 INFO E| Compiling fastrand v1.9.0
29672024-12-18T22:51:47.009Z[ helios-setup] Dec 18 22:51:45.750 INFO E| Compiling rayon-core v1.10.2
29682024-12-18T22:51:47.953Z[ helios-setup] Dec 18 22:51:46.694 INFO E| Compiling base64 v0.21.0
29692024-12-18T22:51:47.956Z[ helios-setup] Dec 18 22:51:46.694 INFO E| Compiling ppv-lite86 v0.2.17
29702024-12-18T22:51:48.015Z[ helios-setup] Dec 18 22:51:46.756 INFO E| Compiling home v0.5.4
29712024-12-18T22:51:48.765Z[ helios-setup] Dec 18 22:51:47.506 INFO E| Compiling lazy_static v1.4.0
29722024-12-18T22:51:49.793Z[ helios-setup] Dec 18 22:51:48.534 INFO E| Compiling rand_chacha v0.3.1
29732024-12-18T22:51:51.420Z[ helios-setup] Dec 18 22:51:50.161 INFO E| Compiling toolchain_find v0.2.0
29742024-12-18T22:51:52.484Z[ helios-setup] Dec 18 22:51:51.224 INFO E| Compiling tempfile v3.5.0
29752024-12-18T22:51:53.083Z[ helios-setup] Dec 18 22:51:51.823 INFO E| Compiling anstyle-parse v0.1.1
29762024-12-18T22:51:53.773Z[ helios-setup] Dec 18 22:51:52.514 INFO E| Compiling miniz_oxide v0.6.2
29772024-12-18T22:51:54.135Z[ helios-setup] Dec 18 22:51:52.876 INFO E| Compiling hyper v0.14.25
29782024-12-18T22:51:55.450Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29792024-12-18T22:51:57.078Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29802024-12-18T22:51:59.621Z[ helios-setup] Dec 18 22:51:58.362 INFO E| Compiling futures v0.3.28
29812024-12-18T22:52:03.295Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29822024-12-18T22:52:07.395Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29832024-12-18T22:52:08.062Z[ host-package] Compiling bcs v0.1.6
29842024-12-18T22:52:08.393Z[ host-package] Compiling oso-derive v0.27.3
29852024-12-18T22:52:09.324Z[ helios-setup] Dec 18 22:52:08.038 INFO E| Compiling crossbeam-deque v0.8.2
29862024-12-18T22:52:10.217Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29872024-12-18T22:52:10.426Z[ host-package] Compiling libz-sys v1.1.20
29882024-12-18T22:52:10.643Z[ helios-setup] Dec 18 22:52:09.383 INFO E| Compiling cargo-lock v8.0.3
29892024-12-18T22:52:12.030Z[ host-package] Compiling quick-xml v0.33.0
29902024-12-18T22:52:12.127Z[ host-package] Compiling diesel-dtrace v0.4.0
29912024-12-18T22:52:13.212Z[ host-package] Compiling parking_lot_core v0.8.6
29922024-12-18T22:52:15.160Z[ helios-setup] Dec 18 22:52:13.900 INFO E| Compiling num_enum_derive v0.5.7
29932024-12-18T22:52:16.257Z[ helios-setup] Dec 18 22:52:14.997 INFO E| Compiling term v0.7.0
29942024-12-18T22:52:17.694Z[ helios-setup] Dec 18 22:52:16.434 INFO E| Compiling serde_urlencoded v0.7.1
29952024-12-18T22:52:18.136Z[ helios-setup] Dec 18 22:52:16.875 INFO E| Compiling sha1 v0.10.5
29962024-12-18T22:52:18.958Z[ helios-setup] Dec 18 22:52:17.697 INFO E| Compiling sha2 v0.10.6
29972024-12-18T22:52:19.764Z[ helios-setup] Dec 18 22:52:18.503 INFO E| Compiling is-terminal v0.4.7
29982024-12-18T22:52:19.950Z[ helios-setup] Dec 18 22:52:18.689 INFO E| Compiling atty v0.2.14
29992024-12-18T22:52:21.557Z[ helios-setup] Dec 18 22:52:20.296 INFO E| Compiling concolor-override v1.0.0
30002024-12-18T22:52:21.646Z[ helios-setup] Dec 18 22:52:20.386 INFO E| Compiling concolor-query v0.3.3
30012024-12-18T22:52:21.948Z[ helios-setup] Dec 18 22:52:20.687 INFO E| Compiling anstyle v0.3.5
30022024-12-18T22:52:22.053Z[ helios-setup] Dec 18 22:52:20.792 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30032024-12-18T22:52:24.687Z[ host-package] Compiling oso v0.27.3
30042024-12-18T22:52:25.302Z[ helios-setup] Dec 18 22:52:24.041 INFO E| Compiling anstream v0.2.6
30052024-12-18T22:52:25.401Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30062024-12-18T22:52:28.240Z[ helios-setup] Dec 18 22:52:26.979 INFO E| Compiling slog-term v2.9.0
30072024-12-18T22:52:28.602Z[ helios-setup] Dec 18 22:52:27.340 INFO E| Compiling num_enum v0.5.7
30082024-12-18T22:52:28.957Z[ helios-setup] Dec 18 22:52:27.695 INFO E| Compiling flate2 v1.0.25
30092024-12-18T22:52:29.047Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30102024-12-18T22:52:29.155Z[ helios-setup] Dec 18 22:52:27.894 INFO E| Compiling rustfmt-wrapper v0.2.0
30112024-12-18T22:52:30.379Z[ helios-setup] Dec 18 22:52:29.117 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30122024-12-18T22:52:30.906Z[ helios-setup] Dec 18 22:52:29.644 INFO E| Compiling rand v0.8.5
30132024-12-18T22:52:31.510Z[ helios-setup] Dec 18 22:52:30.249 INFO E| Compiling openapiv3 v1.0.2
30142024-12-18T22:52:35.442Z[ helios-setup] Dec 18 22:52:34.180 INFO E| Compiling encoding_rs v0.8.32
30152024-12-18T22:52:37.100Z[ helios-setup] Dec 18 22:52:35.839 INFO E| Compiling project-root v0.2.2
30162024-12-18T22:52:37.943Z[ helios-setup] Dec 18 22:52:36.682 INFO E| Compiling untrusted v0.7.1
30172024-12-18T22:52:38.712Z[ helios-setup] Dec 18 22:52:37.450 INFO E| Compiling byteorder v1.4.3
30182024-12-18T22:52:39.824Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30192024-12-18T22:52:40.031Z[ helios-setup] Dec 18 22:52:38.769 INFO E| Compiling ipnet v2.7.2
30202024-12-18T22:52:40.798Z[ helios-setup] Dec 18 22:52:39.536 INFO E| Compiling unsafe-libyaml v0.2.8
30212024-12-18T22:52:40.846Z[ helios-setup] Dec 18 22:52:39.579 INFO E| Compiling clap_lex v0.4.1
30222024-12-18T22:52:42.309Z[ helios-setup] Dec 18 22:52:41.048 INFO E| Compiling strsim v0.10.0
30232024-12-18T22:52:44.382Z[ helios-setup] Dec 18 22:52:43.120 INFO E| Compiling spin v0.5.2
30242024-12-18T22:52:44.992Z[ helios-setup] Dec 18 22:52:43.730 INFO E| Compiling either v1.8.0
30252024-12-18T22:52:45.668Z[ helios-setup] Dec 18 22:52:44.406 INFO E| Compiling base64 v0.13.1
30262024-12-18T22:52:46.089Z[ helios-setup] Dec 18 22:52:44.827 INFO E| Compiling utf-8 v0.7.6
30272024-12-18T22:52:46.136Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30282024-12-18T22:52:46.556Z[ helios-setup] Dec 18 22:52:45.292 INFO E| Compiling mime v0.3.17
30292024-12-18T22:52:46.959Z[ helios-setup] Dec 18 22:52:45.697 INFO E| Compiling tungstenite v0.18.0
30302024-12-18T22:52:47.039Z[ host-package] Compiling bb8 v0.8.5
30312024-12-18T22:52:47.273Z[ helios-setup] Dec 18 22:52:46.011 INFO E| Compiling rayon v1.6.1
30322024-12-18T22:52:48.127Z[ helios-setup] Dec 18 22:52:46.865 INFO E| Compiling reqwest v0.11.16
30332024-12-18T22:52:48.840Z[ helios-setup] Dec 18 22:52:47.578 INFO E| Compiling serde_yaml v0.9.21
30342024-12-18T22:52:49.055Z[ host-package] Compiling async-bb8-diesel v0.2.1
30352024-12-18T22:52:54.827Z[ host-package] Compiling nibble_vec v0.1.0
30362024-12-18T22:52:55.744Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30372024-12-18T22:52:56.852Z[ helios-setup] Dec 18 22:52:55.590 INFO E| Compiling clap_builder v4.2.1
30382024-12-18T22:52:57.274Z[ helios-setup] Dec 18 22:52:56.011 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30392024-12-18T22:52:57.342Z[ helios-setup] Dec 18 22:52:56.079 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30402024-12-18T22:52:57.962Z[ host-package] Compiling atty v0.2.14
30412024-12-18T22:52:58.556Z[ host-package] Compiling salty v0.3.0
30422024-12-18T22:52:58.935Z[ helios-setup] Dec 18 22:52:57.673 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30432024-12-18T22:52:59.379Z[ host-package] Compiling endian-type v0.1.2
30442024-12-18T22:52:59.956Z[ host-package] Compiling radix_trie v0.2.1
30452024-12-18T22:53:01.527Z[ helios-setup] Dec 18 22:53:00.264 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30462024-12-18T22:53:02.977Z[ host-package] Compiling parking_lot v0.11.2
30472024-12-18T22:53:03.686Z[ helios-setup] Dec 18 22:53:02.423 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30482024-12-18T22:53:04.131Z[ helios-setup] Dec 18 22:53:02.868 INFO E| Compiling clap_derive v4.2.0
30492024-12-18T22:53:07.404Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30502024-12-18T22:53:08.761Z[ helios-setup] Dec 18 22:53:07.498 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30512024-12-18T22:53:09.720Z[ helios-setup] Dec 18 22:53:08.457 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30522024-12-18T22:53:14.329Z[ helios-setup] Dec 18 22:53:13.066 INFO E| Compiling clap v4.2.1
30532024-12-18T22:53:16.780Z[ host-package] Compiling sled v0.34.7
30542024-12-18T22:53:22.189Z[ helios-setup] Dec 18 22:53:20.926 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30552024-12-18T22:53:25.792Z[ helios-setup] Dec 18 22:53:24.528 INFO E| Compiling tokio-tungstenite v0.18.0
30562024-12-18T22:53:27.206Z[ helios-setup] Dec 18 22:53:25.942 INFO E| Compiling smartstring v1.0.1
30572024-12-18T22:53:28.586Z[ helios-setup] Dec 18 22:53:27.321 INFO E| Compiling rustls v0.21.0
30582024-12-18T22:53:30.526Z[ helios-setup] Dec 18 22:53:29.261 INFO E| Compiling rustls-webpki v0.100.1
30592024-12-18T22:53:32.457Z[ helios-setup] Dec 18 22:53:31.191 INFO E| Compiling sct v0.7.0
30602024-12-18T22:53:33.383Z[ helios-setup] Dec 18 22:53:32.119 INFO E| Compiling toml_datetime v0.6.1
30612024-12-18T22:53:34.824Z[ helios-setup] Dec 18 22:53:33.560 INFO E| Compiling serde_spanned v0.6.1
30622024-12-18T22:53:34.999Z[ helios-setup] Dec 18 22:53:33.734 INFO E| Compiling slog-async v2.7.0
30632024-12-18T22:53:35.555Z[ helios-setup] Dec 18 22:53:34.291 INFO E| Compiling async-trait v0.1.68
30642024-12-18T22:53:36.286Z[ helios-setup] Dec 18 22:53:35.021 INFO E| Compiling paste v1.0.12
30652024-12-18T22:53:36.759Z[ helios-setup] Dec 18 22:53:35.494 INFO E| Compiling match_cfg v0.1.0
30662024-12-18T22:53:36.976Z[ helios-setup] Dec 18 22:53:35.711 INFO E| Compiling winnow v0.4.1
30672024-12-18T22:53:37.837Z[ helios-setup] Dec 18 22:53:36.572 INFO E| Compiling static_assertions v1.1.0
30682024-12-18T22:53:38.622Z[ helios-setup] Dec 18 22:53:37.357 INFO E| Compiling camino v1.1.4
30692024-12-18T22:53:41.932Z[ helios-setup] Dec 18 22:53:40.667 INFO E| Compiling hostname v0.3.1
30702024-12-18T22:53:43.136Z[ helios-setup] Dec 18 22:53:41.871 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30712024-12-18T22:53:44.719Z[ helios-setup] Dec 18 22:53:43.454 INFO E| Compiling toml_edit v0.19.8
30722024-12-18T22:53:50.370Z[ helios-setup] Dec 18 22:53:49.105 INFO E| Compiling slog-json v2.6.1
30732024-12-18T22:53:51.629Z[ helios-setup] Dec 18 22:53:50.363 INFO E| Compiling unicode-linebreak v0.1.4
30742024-12-18T22:53:56.677Z[ helios-setup] Dec 18 22:53:55.411 INFO E| Compiling async-stream-impl v0.3.5
30752024-12-18T22:53:57.580Z[ helios-setup] Dec 18 22:53:56.314 INFO E| Compiling rhai_codegen v1.5.0
30762024-12-18T22:53:59.617Z[ helios-setup] Dec 18 22:53:58.347 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30772024-12-18T22:53:59.786Z[ helios-setup] Dec 18 22:53:58.520 INFO E| Compiling take_mut v0.2.2
30782024-12-18T22:54:00.976Z[ helios-setup] Dec 18 22:53:59.710 INFO E| Compiling async-stream v0.3.5
30792024-12-18T22:54:04.694Z[ helios-setup] Dec 18 22:54:00.717 INFO E| Compiling tokio-rustls v0.24.0
30802024-12-18T22:54:04.731Z[ host-package] Compiling mime_guess v2.0.5
30812024-12-18T22:54:04.731Z[ helios-setup] Dec 18 22:54:01.551 INFO E| Compiling rhai v1.14.0
30822024-12-18T22:54:04.731Z[ helios-setup] Dec 18 22:54:01.699 INFO E| Compiling toml v0.7.3
30832024-12-18T22:54:05.119Z[ host-package] Compiling hickory-client v0.24.1
30842024-12-18T22:54:05.715Z[ helios-setup] Dec 18 22:54:04.446 INFO E| Compiling slog-bunyan v2.4.0
30852024-12-18T22:54:07.040Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30862024-12-18T22:54:07.710Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30872024-12-18T22:54:09.587Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30882024-12-18T22:54:10.365Z[ helios-setup] Dec 18 22:54:09.098 INFO E| Compiling rustls-pemfile v1.0.2
30892024-12-18T22:54:10.994Z[ helios-setup] Dec 18 22:54:09.727 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30902024-12-18T22:54:11.200Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30912024-12-18T22:54:11.499Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30922024-12-18T22:54:11.849Z[ helios-setup] Dec 18 22:54:10.582 INFO E| Compiling bincode v1.3.3
30932024-12-18T22:54:12.917Z[ helios-setup] Dec 18 22:54:11.650 INFO E| Compiling serde_path_to_error v0.1.11
30942024-12-18T22:54:14.195Z[ helios-setup] Dec 18 22:54:12.928 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30952024-12-18T22:54:14.778Z[ host-package] Compiling hickory-server v0.24.1
30962024-12-18T22:54:14.921Z[ helios-setup] Dec 18 22:54:13.654 INFO E| Compiling terminal_size v0.2.6
30972024-12-18T22:54:15.108Z[ host-package] Compiling primeorder v0.13.6
30982024-12-18T22:54:15.170Z[ helios-setup] Dec 18 22:54:13.903 INFO E| Compiling smawk v0.3.1
30992024-12-18T22:54:15.712Z[ helios-setup] Dec 18 22:54:14.446 INFO E| Compiling textwrap v0.16.0
31002024-12-18T22:54:16.448Z[ host-package] Compiling vergen v8.3.2
31012024-12-18T22:54:17.411Z[ host-package] Compiling env_filter v0.1.2
31022024-12-18T22:54:19.084Z[ host-package] Compiling cargo-platform v0.1.8
31032024-12-18T22:54:20.229Z[ host-package] Compiling nanorand v0.7.0
31042024-12-18T22:54:20.321Z[ host-package] Compiling memoffset v0.9.1
31052024-12-18T22:54:21.875Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31062024-12-18T22:54:22.077Z[ host-package] Compiling flume v0.11.1
31072024-12-18T22:54:24.140Z[ host-package] Compiling cargo_metadata v0.18.1
31082024-12-18T22:54:28.899Z[ host-package] Compiling env_logger v0.11.5
31092024-12-18T22:54:29.335Z[ host-package] Compiling p384 v0.13.0
31102024-12-18T22:54:30.762Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31112024-12-18T22:54:32.085Z[ host-package] Compiling git2 v0.19.0
31122024-12-18T22:54:39.026Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31132024-12-18T22:54:42.873Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31142024-12-18T22:54:43.897Z[ helios-setup] Dec 18 22:54:42.629 INFO E| Compiling git2 v0.16.1
31152024-12-18T22:54:44.448Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31162024-12-18T22:54:45.834Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31172024-12-18T22:54:46.841Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31182024-12-18T22:54:47.858Z[ host-package] Compiling rand_seeder v0.3.0
31192024-12-18T22:54:48.975Z[ host-package] Compiling libsqlite3-sys v0.30.1
31202024-12-18T22:54:49.586Z[ host-package] Compiling lzma-sys v0.1.20
31212024-12-18T22:54:49.744Z[ helios-setup] Dec 18 22:54:48.476 INFO E| Compiling built v0.6.0
31222024-12-18T22:54:49.754Z[ host-package] Compiling cfg_aliases v0.2.1
31232024-12-18T22:54:50.026Z[ host-package] Compiling rustls v0.21.12
31242024-12-18T22:54:50.610Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31252024-12-18T22:54:50.662Z[ host-package] Compiling http-range v0.1.5
31262024-12-18T22:54:50.960Z[ host-package] Compiling nix v0.29.0
31272024-12-18T22:54:51.454Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31282024-12-18T22:54:51.826Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31292024-12-18T22:54:52.515Z[ helios-setup] Dec 18 22:54:51.246 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31302024-12-18T22:54:52.952Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31312024-12-18T22:54:54.037Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31322024-12-18T22:54:54.158Z[ helios-setup] Dec 18 22:54:52.890 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31332024-12-18T22:54:54.474Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31342024-12-18T22:54:54.829Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31352024-12-18T22:54:54.853Z[ helios-setup] Dec 18 22:54:53.585 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31362024-12-18T22:54:54.907Z[ host-package] Compiling sct v0.7.1
31372024-12-18T22:54:54.969Z[ host-package] Compiling rustls-webpki v0.101.7
31382024-12-18T22:54:55.145Z[ host-package] Compiling heck v0.3.3
31392024-12-18T22:54:55.794Z[ host-package] Compiling castaway v0.2.3
31402024-12-18T22:54:55.952Z[ host-package] Compiling csv-core v0.1.11
31412024-12-18T22:54:56.201Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31422024-12-18T22:54:56.937Z[ host-package] Compiling glob v0.3.1
31432024-12-18T22:54:57.436Z[ helios-setup] Dec 18 22:54:56.167 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31442024-12-18T22:54:57.452Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31452024-12-18T22:54:57.929Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31462024-12-18T22:55:00.009Z[ host-package] Compiling csv v1.3.0
31472024-12-18T22:55:00.125Z[ host-package] Compiling compact_str v0.8.0
31482024-12-18T22:55:00.405Z[ host-package] Compiling zone_cfg_derive v0.1.2
31492024-12-18T22:55:00.783Z[ helios-setup] Dec 18 22:54:59.514 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31502024-12-18T22:55:03.448Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31512024-12-18T22:55:03.630Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31522024-12-18T22:55:04.375Z[ host-package] Compiling nix v0.27.1
31532024-12-18T22:55:06.229Z[ host-package] Compiling hyper-staticfile v0.10.1
31542024-12-18T22:55:10.027Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31552024-12-18T22:55:13.757Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31562024-12-18T22:55:22.400Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31572024-12-18T22:55:30.035Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31582024-12-18T22:55:34.276Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31592024-12-18T22:55:34.387Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31602024-12-18T22:55:41.508Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31612024-12-18T22:55:42.124Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31622024-12-18T22:55:46.878Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31632024-12-18T22:55:46.922Z[ host-package] Compiling unicode-truncate v1.1.0
31642024-12-18T22:55:46.922Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31652024-12-18T22:55:47.228Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31662024-12-18T22:55:49.277Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31672024-12-18T22:55:50.171Z[ host-package] Compiling hashlink v0.9.1
31682024-12-18T22:55:51.528Z[ host-package] Compiling tungstenite v0.23.0
31692024-12-18T22:55:51.743Z[ host-package] Compiling lru v0.12.5
31702024-12-18T22:55:52.198Z[ host-package] Compiling instability v0.3.2
31712024-12-18T22:55:53.573Z[ host-package] Compiling cassowary v0.3.0
31722024-12-18T22:55:54.209Z[ helios-setup] Dec 18 22:55:52.936 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31732024-12-18T22:55:55.208Z[ host-package] Compiling base64 v0.13.1
31742024-12-18T22:55:55.356Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31752024-12-18T22:55:55.811Z[ host-package] Compiling fallible-iterator v0.3.0
31762024-12-18T22:55:56.023Z[ host-package] Compiling ron v0.7.1
31772024-12-18T22:55:56.782Z[ host-package] Compiling rusqlite v0.32.1
31782024-12-18T22:55:57.652Z[ host-package] Compiling ratatui v0.28.1
31792024-12-18T22:55:57.940Z[ host-package] Compiling tokio-tungstenite v0.23.1
31802024-12-18T22:55:58.840Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31812024-12-18T22:55:59.544Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31822024-12-18T22:56:02.145Z[ host-package] Compiling xz2 v0.1.7
31832024-12-18T22:56:02.855Z[ host-package] Compiling tokio-rustls v0.24.1
31842024-12-18T22:56:04.035Z[ host-package] Compiling zone v0.1.8
31852024-12-18T22:56:18.532Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862024-12-18T22:56:23.493Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31872024-12-18T22:56:26.373Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31882024-12-18T22:56:28.433Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31892024-12-18T22:56:30.070Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31902024-12-18T22:56:35.616Z[ host-package] Compiling rustls-pemfile v1.0.4
31912024-12-18T22:56:37.493Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31922024-12-18T22:56:46.773Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31932024-12-18T22:56:47.545Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31942024-12-18T22:56:48.223Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31952024-12-18T22:56:50.268Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31962024-12-18T22:56:50.677Z[ host-package] Compiling signal-hook-tokio v0.3.1
31972024-12-18T22:56:50.998Z[ host-package] Compiling twox-hash v1.6.3
31982024-12-18T22:56:52.427Z[ host-package] Compiling yasna v0.5.2
31992024-12-18T22:56:54.029Z[ host-package] Compiling unicode-linebreak v0.1.5
32002024-12-18T22:56:54.610Z[ host-package] Compiling smawk v0.3.2
32012024-12-18T22:56:54.901Z[ host-package] Compiling is_ci v1.2.0
32022024-12-18T22:56:54.957Z[ helios-setup] Dec 18 22:56:53.682 INFO E| Finished `release` profile [optimized] target(s) in 6m 45s
32032024-12-18T22:56:55.978Z[ host-package] Compiling textwrap v0.16.1
32042024-12-18T22:56:55.981Z[ helios-setup] Dec 18 22:56:53.820 INFO building project "pilot" ok (405 seconds)
32052024-12-18T22:56:55.983Z[ helios-setup] Dec 18 22:56:53.820 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32062024-12-18T22:56:55.983Z[ helios-setup] Dec 18 22:56:53.821 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32072024-12-18T22:56:55.983Z[ helios-setup] Dec 18 22:56:54.141 INFO E| Downloading crates ...
32082024-12-18T22:56:55.983Z[ host-package] Compiling supports-color v3.0.1
32092024-12-18T22:56:55.983Z[ helios-setup] Dec 18 22:56:54.264 INFO E| Downloaded miniz_oxide v0.7.2
32102024-12-18T22:56:55.983Z[ helios-setup] Dec 18 22:56:54.320 INFO E| Compiling adler v1.0.2
32112024-12-18T22:56:55.983Z[ helios-setup] Dec 18 22:56:54.486 INFO E| Compiling miniz_oxide v0.7.2
32122024-12-18T22:56:56.067Z[ host-package] Compiling rcgen v0.12.1
32132024-12-18T22:56:56.476Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32142024-12-18T22:56:58.463Z[ helios-setup] Dec 18 22:56:57.188 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32152024-12-18T22:56:58.949Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32162024-12-18T22:56:59.814Z[ helios-setup] Dec 18 22:56:58.539 INFO E| Finished `release` profile [optimized] target(s) in 4.60s
32172024-12-18T22:56:59.824Z[ helios-setup] Dec 18 22:56:58.550 INFO building project "pinprick" ok (4 seconds)
32182024-12-18T22:56:59.828Z[ helios-setup] Dec 18 22:56:58.550 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32192024-12-18T22:56:59.828Z[ helios-setup] Dec 18 22:56:58.550 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32202024-12-18T22:57:00.201Z[ helios-setup] Dec 18 22:56:58.926 INFO E| Downloading crates ...
32212024-12-18T22:57:00.328Z[ helios-setup] Dec 18 22:56:59.052 INFO E| Downloaded digest v0.10.3
32222024-12-18T22:57:00.332Z[ helios-setup] Dec 18 22:56:59.057 INFO E| Downloaded sha2 v0.10.5
32232024-12-18T22:57:00.335Z[ helios-setup] Dec 18 22:56:59.061 INFO E| Downloaded typenum v1.15.0
32242024-12-18T22:57:00.339Z[ helios-setup] Dec 18 22:56:59.065 INFO E| Downloaded bytes v1.2.1
32252024-12-18T22:57:00.346Z[ helios-setup] Dec 18 22:56:59.071 INFO E| Downloaded anyhow v1.0.62
32262024-12-18T22:57:00.423Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling typenum v1.15.0
32272024-12-18T22:57:00.423Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling version_check v0.9.4
32282024-12-18T22:57:00.423Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling cfg-if v1.0.0
32292024-12-18T22:57:00.423Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling crc32fast v1.3.2
32302024-12-18T22:57:00.425Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling anyhow v1.0.62
32312024-12-18T22:57:00.425Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling adler v1.0.2
32322024-12-18T22:57:00.425Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling unicode-width v0.1.10
32332024-12-18T22:57:00.425Z[ helios-setup] Dec 18 22:56:59.148 INFO E| Compiling cpufeatures v0.2.5
32342024-12-18T22:57:00.936Z[ helios-setup] Dec 18 22:56:59.661 INFO E| Compiling bitflags v1.3.2
32352024-12-18T22:57:01.173Z[ helios-setup] Dec 18 22:56:59.898 INFO E| Compiling bytes v1.2.1
32362024-12-18T22:57:01.458Z[ helios-setup] Dec 18 22:57:00.182 INFO E| Compiling miniz_oxide v0.6.2
32372024-12-18T22:57:01.523Z[ helios-setup] Dec 18 22:57:00.248 INFO E| Compiling getopts v0.2.21
32382024-12-18T22:57:02.045Z[ helios-setup] Dec 18 22:57:00.771 INFO E| Compiling generic-array v0.14.6
32392024-12-18T22:57:02.634Z[ helios-setup] Dec 18 22:57:01.359 INFO E| Compiling flate2 v1.0.25
32402024-12-18T22:57:07.080Z[ helios-setup] Dec 18 22:57:05.805 INFO E| Compiling crypto-common v0.1.6
32412024-12-18T22:57:07.080Z[ helios-setup] Dec 18 22:57:05.805 INFO E| Compiling block-buffer v0.10.3
32422024-12-18T22:57:07.377Z[ helios-setup] Dec 18 22:57:06.101 INFO E| Compiling digest v0.10.3
32432024-12-18T22:57:07.795Z[ helios-setup] Dec 18 22:57:06.519 INFO E| Compiling sha2 v0.10.5
32442024-12-18T22:57:08.365Z[ helios-setup] Dec 18 22:57:07.090 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32452024-12-18T22:57:10.333Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32462024-12-18T22:57:13.981Z[ helios-setup] Dec 18 22:57:12.706 INFO E| Finished `release` profile [optimized] target(s) in 14.06s
32472024-12-18T22:57:13.999Z[ helios-setup] Dec 18 22:57:12.722 INFO building project "bootserver" ok (14 seconds)
32482024-12-18T22:57:13.999Z[ helios-setup] Dec 18 22:57:12.722 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32492024-12-18T22:57:13.999Z[ helios-setup] Dec 18 22:57:12.722 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32502024-12-18T22:57:14.008Z[ helios-setup] Dec 18 22:57:12.733 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32512024-12-18T22:57:14.336Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32522024-12-18T22:57:14.451Z[ helios-setup] Dec 18 22:57:13.176 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32532024-12-18T22:57:14.451Z[ helios-setup] Dec 18 22:57:13.176 INFO E| info: downloading component 'cargo'
32542024-12-18T22:57:14.551Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32552024-12-18T22:57:16.053Z[ helios-setup] Dec 18 22:57:14.778 INFO E| info: downloading component 'clippy'
32562024-12-18T22:57:16.391Z[ helios-setup] Dec 18 22:57:15.115 INFO E| info: downloading component 'rust-docs'
32572024-12-18T22:57:17.983Z[ helios-setup] Dec 18 22:57:16.708 INFO E| info: downloading component 'rust-src'
32582024-12-18T22:57:18.168Z[ helios-setup] Dec 18 22:57:16.892 INFO E| info: downloading component 'rust-std'
32592024-12-18T22:57:19.987Z[ helios-setup] Dec 18 22:57:18.709 INFO E| info: downloading component 'rustc'
32602024-12-18T22:57:24.759Z[ helios-setup] Dec 18 22:57:23.482 INFO E| info: downloading component 'rustfmt'
32612024-12-18T22:57:25.041Z[ helios-setup] Dec 18 22:57:23.764 INFO E| info: installing component 'cargo'
32622024-12-18T22:57:26.383Z[ helios-setup] Dec 18 22:57:25.107 INFO E| info: installing component 'clippy'
32632024-12-18T22:57:26.828Z[ helios-setup] Dec 18 22:57:25.552 INFO E| info: installing component 'rust-docs'
32642024-12-18T22:57:32.441Z[ helios-setup] Dec 18 22:57:31.165 INFO E| info: installing component 'rust-src'
32652024-12-18T22:57:33.045Z[ helios-setup] Dec 18 22:57:31.769 INFO E| info: installing component 'rust-std'
32662024-12-18T22:57:34.618Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672024-12-18T22:57:35.889Z[ helios-setup] Dec 18 22:57:34.612 INFO E| info: installing component 'rustc'
32682024-12-18T22:57:40.243Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32692024-12-18T22:57:41.964Z[ helios-setup] Dec 18 22:57:40.687 INFO E| info: installing component 'rustfmt'
32702024-12-18T22:57:42.795Z[ helios-setup] Dec 18 22:57:41.517 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32712024-12-18T22:57:43.839Z[ helios-setup] Dec 18 22:57:42.562 INFO E| From https://github.com/oxidecomputer/amd-apcb
32722024-12-18T22:57:43.839Z[ helios-setup] Dec 18 22:57:42.562 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32732024-12-18T22:57:43.841Z[ helios-setup] Dec 18 22:57:42.562 INFO E| * [new tag] v0.4.3 -> v0.4.3
32742024-12-18T22:57:43.890Z[ helios-setup] Dec 18 22:57:42.613 INFO E| * [new tag] v0.1.3 -> v0.1.3
32752024-12-18T22:57:43.890Z[ helios-setup] Dec 18 22:57:42.613 INFO E| * [new tag] v0.1.4 -> v0.1.4
32762024-12-18T22:57:43.890Z[ helios-setup] Dec 18 22:57:42.613 INFO E| * [new tag] v0.1.5 -> v0.1.5
32772024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.2.0 -> v0.2.0
32782024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.0 -> v0.3.0
32792024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.1 -> v0.3.1
32802024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.2 -> v0.3.2
32812024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.614 INFO E| * [new tag] v0.3.3 -> v0.3.3
32822024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.615 INFO E| * [new tag] v0.4.0 -> v0.4.0
32832024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.615 INFO E| * [new tag] v0.4.1 -> v0.4.1
32842024-12-18T22:57:43.893Z[ helios-setup] Dec 18 22:57:42.615 INFO E| * [new tag] v0.4.2 -> v0.4.2
32852024-12-18T22:57:43.925Z[ helios-setup] Dec 18 22:57:42.648 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32862024-12-18T22:57:44.979Z[ helios-setup] Dec 18 22:57:43.702 INFO E| From https://github.com/oxidecomputer/amd-efs
32872024-12-18T22:57:44.980Z[ helios-setup] Dec 18 22:57:43.702 INFO E| * [new branch] empty -> origin/empty
32882024-12-18T22:57:44.980Z[ helios-setup] Dec 18 22:57:43.702 INFO E| * [new branch] issue-99 -> origin/issue-99
32892024-12-18T22:57:44.982Z[ helios-setup] Dec 18 22:57:43.703 INFO E| * [new branch] main -> origin/main
32902024-12-18T22:57:44.983Z[ helios-setup] Dec 18 22:57:43.703 INFO E| * [new branch] review -> origin/review
32912024-12-18T22:57:44.983Z[ helios-setup] Dec 18 22:57:43.703 INFO E| * [new ref] -> origin/HEAD
32922024-12-18T22:57:44.983Z[ helios-setup] Dec 18 22:57:43.703 INFO E| * [new tag] v0.2.0 -> v0.2.0
32932024-12-18T22:57:44.983Z[ helios-setup] Dec 18 22:57:43.703 INFO E| * [new tag] v0.2.1 -> v0.2.1
32942024-12-18T22:57:44.983Z[ helios-setup] Dec 18 22:57:43.703 INFO E| * [new tag] v0.2.2 -> v0.2.2
32952024-12-18T22:57:44.983Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.3 -> v0.2.3
32962024-12-18T22:57:44.983Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.4 -> v0.2.4
32972024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.5 -> v0.2.5
32982024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.6 -> v0.2.6
32992024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.2.7 -> v0.2.7
33002024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.3.0 -> v0.3.0
33012024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.3.1 -> v0.3.1
33022024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.704 INFO E| * [new tag] v0.4.0 -> v0.4.0
33032024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.705 INFO E| * [new tag] v0.4.1 -> v0.4.1
33042024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.705 INFO E| * [new tag] v0.4.2 -> v0.4.2
33052024-12-18T22:57:44.984Z[ helios-setup] Dec 18 22:57:43.705 INFO E| * [new tag] v0.4.3 -> v0.4.3
33062024-12-18T22:57:45.007Z[ helios-setup] Dec 18 22:57:43.730 INFO E| Updating crates.io index
33072024-12-18T22:57:45.422Z[ helios-setup] Dec 18 22:57:44.145 INFO E| Downloading crates ...
33082024-12-18T22:57:45.584Z[ helios-setup] Dec 18 22:57:44.307 INFO E| Downloaded bytesize v1.3.0
33092024-12-18T22:57:45.589Z[ helios-setup] Dec 18 22:57:44.312 INFO E| Downloaded once_cell v1.20.1
33102024-12-18T22:57:45.594Z[ helios-setup] Dec 18 22:57:44.317 INFO E| Downloaded unic-ucd-version v0.9.0
33112024-12-18T22:57:45.597Z[ helios-setup] Dec 18 22:57:44.318 INFO E| Downloaded parse_int v0.6.0
33122024-12-18T22:57:45.597Z[ helios-setup] Dec 18 22:57:44.320 INFO E| Downloaded memoffset v0.5.6
33132024-12-18T22:57:45.600Z[ helios-setup] Dec 18 22:57:44.322 INFO E| Downloaded unic-common v0.9.0
33142024-12-18T22:57:45.602Z[ helios-setup] Dec 18 22:57:44.323 INFO E| Downloaded unic-char-range v0.9.0
33152024-12-18T22:57:45.604Z[ helios-setup] Dec 18 22:57:44.325 INFO E| Downloaded fletcher v0.1.0
33162024-12-18T22:57:45.604Z[ helios-setup] Dec 18 22:57:44.327 INFO E| Downloaded ansi_term v0.12.1
33172024-12-18T22:57:45.607Z[ helios-setup] Dec 18 22:57:44.330 INFO E| Downloaded unic-char-property v0.9.0
33182024-12-18T22:57:45.610Z[ helios-setup] Dec 18 22:57:44.332 INFO E| Downloaded strum v0.23.0
33192024-12-18T22:57:45.612Z[ helios-setup] Dec 18 22:57:44.334 INFO E| Downloaded scroll_derive v0.10.5
33202024-12-18T22:57:45.630Z[ helios-setup] Dec 18 22:57:44.353 INFO E| Downloaded thiserror v1.0.64
33212024-12-18T22:57:45.639Z[ helios-setup] Dec 18 22:57:44.362 INFO E| Downloaded thiserror-impl v1.0.64
33222024-12-18T22:57:45.642Z[ helios-setup] Dec 18 22:57:44.364 INFO E| Downloaded unic-ucd-ident v0.9.0
33232024-12-18T22:57:45.645Z[ helios-setup] Dec 18 22:57:44.368 INFO E| Downloaded modular-bitfield-impl v0.11.2
33242024-12-18T22:57:45.648Z[ helios-setup] Dec 18 22:57:44.370 INFO E| Downloaded vec_map v0.8.2
33252024-12-18T22:57:45.651Z[ helios-setup] Dec 18 22:57:44.372 INFO E| Downloaded pest_derive v2.7.13
33262024-12-18T22:57:45.653Z[ helios-setup] Dec 18 22:57:44.376 INFO E| Downloaded strum_macros v0.23.1
33272024-12-18T22:57:45.656Z[ helios-setup] Dec 18 22:57:44.379 INFO E| Downloaded scroll v0.10.2
33282024-12-18T22:57:45.660Z[ helios-setup] Dec 18 22:57:44.383 INFO E| Downloaded pre-proc-macro v0.2.1
33292024-12-18T22:57:45.664Z[ helios-setup] Dec 18 22:57:44.385 INFO E| Downloaded pre v0.2.1
33302024-12-18T22:57:45.666Z[ helios-setup] Dec 18 22:57:44.387 INFO E| Downloaded modular-bitfield v0.11.2
33312024-12-18T22:57:45.683Z[ helios-setup] Dec 18 22:57:44.406 INFO E| Downloaded serde_derive v1.0.210
33322024-12-18T22:57:45.687Z[ helios-setup] Dec 18 22:57:44.410 INFO E| Downloaded pest_meta v2.7.13
33332024-12-18T22:57:45.691Z[ helios-setup] Dec 18 22:57:44.414 INFO E| Downloaded structopt-derive v0.4.18
33342024-12-18T22:57:45.693Z[ helios-setup] Dec 18 22:57:44.416 INFO E| Downloaded structopt v0.3.26
33352024-12-18T22:57:45.707Z[ helios-setup] Dec 18 22:57:44.430 INFO E| Downloaded serde v1.0.210
33362024-12-18T22:57:45.711Z[ helios-setup] Dec 18 22:57:44.435 INFO E| Downloaded pest v2.7.13
33372024-12-18T22:57:45.719Z[ helios-setup] Dec 18 22:57:44.442 INFO E| Downloaded serde_json v1.0.128
33382024-12-18T22:57:45.732Z[ helios-setup] Dec 18 22:57:44.455 INFO E| Downloaded clap v2.34.0
33392024-12-18T22:57:45.744Z[ helios-setup] Dec 18 22:57:44.467 INFO E| Downloaded goblin v0.4.3
33402024-12-18T22:57:45.753Z[ helios-setup] Dec 18 22:57:44.476 INFO E| Downloaded syn v2.0.79
33412024-12-18T22:57:45.773Z[ helios-setup] Dec 18 22:57:44.496 INFO E| Downloaded strsim v0.8.0
33422024-12-18T22:57:45.775Z[ helios-setup] Dec 18 22:57:44.498 INFO E| Downloaded semver-parser v0.7.0
33432024-12-18T22:57:45.778Z[ helios-setup] Dec 18 22:57:44.499 INFO E| Downloaded pest_generator v2.7.13
33442024-12-18T22:57:45.780Z[ helios-setup] Dec 18 22:57:44.501 INFO E| Downloaded textwrap v0.11.0
33452024-12-18T22:57:45.780Z[ helios-setup] Dec 18 22:57:44.503 INFO E| Downloaded semver v0.9.0
33462024-12-18T22:57:45.783Z[ helios-setup] Dec 18 22:57:44.506 INFO E| Downloaded rustc_version v0.2.3
33472024-12-18T22:57:45.785Z[ helios-setup] Dec 18 22:57:44.507 INFO E| Downloaded proc-macro-crate v0.1.5
33482024-12-18T22:57:45.787Z[ helios-setup] Dec 18 22:57:44.509 INFO E| Downloaded libc v0.2.159
33492024-12-18T22:57:45.852Z[ helios-setup] Dec 18 22:57:44.575 INFO E| Downloaded four-cc v0.3.0
33502024-12-18T22:57:45.855Z[ helios-setup] Dec 18 22:57:44.576 INFO E| Downloaded cfg-if v0.1.10
33512024-12-18T22:57:45.978Z[ helios-setup] Dec 18 22:57:44.700 INFO E| Compiling proc-macro2 v1.0.86
33522024-12-18T22:57:45.978Z[ helios-setup] Dec 18 22:57:44.700 INFO E| Compiling unicode-ident v1.0.13
33532024-12-18T22:57:45.980Z[ helios-setup] Dec 18 22:57:44.700 INFO E| Compiling syn v1.0.109
33542024-12-18T22:57:45.997Z[ helios-setup] Dec 18 22:57:44.719 INFO E| Compiling version_check v0.9.5
33552024-12-18T22:57:45.999Z[ helios-setup] Dec 18 22:57:44.720 INFO E| Compiling memchr v2.7.4
33562024-12-18T22:57:45.999Z[ helios-setup] Dec 18 22:57:44.720 INFO E| Compiling semver-parser v0.7.0
33572024-12-18T22:57:46.035Z[ helios-setup] Dec 18 22:57:44.757 INFO E| Compiling thiserror v1.0.64
33582024-12-18T22:57:46.037Z[ helios-setup] Dec 18 22:57:44.757 INFO E| Compiling autocfg v1.4.0
33592024-12-18T22:57:47.177Z[ helios-setup] Dec 18 22:57:45.899 INFO E| Compiling semver v0.9.0
33602024-12-18T22:57:47.299Z[ helios-setup] Dec 18 22:57:46.022 INFO E| Compiling proc-macro-error-attr v1.0.4
33612024-12-18T22:57:47.517Z[ helios-setup] Dec 18 22:57:46.240 INFO E| Compiling serde v1.0.210
33622024-12-18T22:57:47.598Z[ helios-setup] Dec 18 22:57:46.321 INFO E| Compiling proc-macro-error v1.0.4
33632024-12-18T22:57:47.885Z[ helios-setup] Dec 18 22:57:46.606 INFO E| Compiling serde_json v1.0.128
33642024-12-18T22:57:48.335Z[ helios-setup] Dec 18 22:57:47.056 INFO E| Compiling rustc_version v0.2.3
33652024-12-18T22:57:48.472Z[ helios-setup] Dec 18 22:57:47.194 INFO E| Compiling num-traits v0.2.19
33662024-12-18T22:57:48.768Z[ helios-setup] Dec 18 22:57:47.491 INFO E| Compiling ryu v1.0.18
33672024-12-18T22:57:48.805Z[ helios-setup] Dec 18 22:57:47.527 INFO E| Compiling itoa v1.0.11
33682024-12-18T22:57:48.844Z[ helios-setup] Dec 18 22:57:47.566 INFO E| Compiling unicode-segmentation v1.12.0
33692024-12-18T22:57:49.174Z[ helios-setup] Dec 18 22:57:47.897 INFO E| Compiling schemars v0.8.21
33702024-12-18T22:57:49.371Z[ helios-setup] Dec 18 22:57:48.094 INFO E| Compiling quote v1.0.37
33712024-12-18T22:57:49.567Z[ helios-setup] Dec 18 22:57:48.290 INFO E| Compiling pre-proc-macro v0.2.1
33722024-12-18T22:57:49.784Z[ helios-setup] Dec 18 22:57:48.507 INFO E| Compiling memoffset v0.5.6
33732024-12-18T22:57:50.050Z[ helios-setup] Dec 18 22:57:48.771 INFO E| Compiling paste v1.0.15
33742024-12-18T22:57:50.474Z[ helios-setup] Dec 18 22:57:49.194 INFO E| Compiling syn v2.0.79
33752024-12-18T22:57:50.693Z[ helios-setup] Dec 18 22:57:49.416 INFO E| Compiling heck v0.3.3
33762024-12-18T22:57:50.739Z[ helios-setup] Dec 18 22:57:49.462 INFO E| Compiling libc v0.2.159
33772024-12-18T22:57:50.886Z[ helios-setup] Dec 18 22:57:49.608 INFO E| Compiling rustversion v1.0.17
33782024-12-18T22:57:51.303Z[ helios-setup] Dec 18 22:57:50.025 INFO E| Compiling lazy_static v1.5.0
33792024-12-18T22:57:51.401Z[ helios-setup] Dec 18 22:57:50.123 INFO E| Compiling dyn-clone v1.0.17
33802024-12-18T22:57:51.487Z[ helios-setup] Dec 18 22:57:50.209 INFO E| Compiling ucd-trie v0.1.7
33812024-12-18T22:57:52.273Z[ helios-setup] Dec 18 22:57:50.995 INFO E| Compiling pre v0.2.1
33822024-12-18T22:57:52.647Z[ helios-setup] Dec 18 22:57:51.370 INFO E| Compiling byteorder v1.5.0
33832024-12-18T22:57:52.970Z[ helios-setup] Dec 18 22:57:51.693 INFO E| Compiling once_cell v1.20.1
33842024-12-18T22:57:53.042Z[ helios-setup] Dec 18 22:57:51.764 INFO E| Compiling static_assertions v1.1.0
33852024-12-18T22:57:53.362Z[ helios-setup] Dec 18 22:57:52.085 INFO E| Compiling cfg-if v0.1.10
33862024-12-18T22:57:53.386Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33872024-12-18T22:57:54.067Z[ helios-setup] Dec 18 22:57:52.789 INFO E| Compiling unicode-width v0.1.14
33882024-12-18T22:57:55.078Z[ helios-setup] Dec 18 22:57:53.800 INFO E| Compiling textwrap v0.11.0
33892024-12-18T22:57:55.621Z[ helios-setup] Dec 18 22:57:54.344 INFO E| Compiling atty v0.2.14
33902024-12-18T22:57:55.911Z[ helios-setup] Dec 18 22:57:54.634 INFO E| Compiling fletcher v0.1.0
33912024-12-18T22:57:56.112Z[ helios-setup] Dec 18 22:57:54.834 INFO E| Compiling vec_map v0.8.2
33922024-12-18T22:57:56.436Z[ helios-setup] Dec 18 22:57:55.158 INFO E| Compiling parse_int v0.6.0
33932024-12-18T22:57:56.588Z[ helios-setup] Dec 18 22:57:55.310 INFO E| Compiling bitflags v1.3.2
33942024-12-18T22:57:56.618Z[ helios-setup] Dec 18 22:57:55.340 INFO E| Compiling strum v0.23.0
33952024-12-18T22:57:56.690Z[ helios-setup] Dec 18 22:57:55.412 INFO E| Compiling ansi_term v0.12.1
33962024-12-18T22:57:56.702Z[ helios-setup] Dec 18 22:57:55.424 INFO E| Compiling unic-common v0.9.0
33972024-12-18T22:57:56.832Z[ helios-setup] Dec 18 22:57:55.555 INFO E| Compiling unic-char-range v0.9.0
33982024-12-18T22:57:56.864Z[ helios-setup] Dec 18 22:57:55.586 INFO E| Compiling strsim v0.8.0
33992024-12-18T22:57:56.915Z[ helios-setup] Dec 18 22:57:55.637 INFO E| Compiling unic-ucd-version v0.9.0
34002024-12-18T22:57:56.983Z[ helios-setup] Dec 18 22:57:55.705 INFO E| Compiling plain v0.2.3
34012024-12-18T22:57:57.046Z[ helios-setup] Dec 18 22:57:55.768 INFO E| Compiling log v0.4.22
34022024-12-18T22:57:57.233Z[ helios-setup] Dec 18 22:57:55.955 INFO E| Compiling unic-char-property v0.9.0
34032024-12-18T22:57:57.283Z[ helios-setup] Dec 18 22:57:56.006 INFO E| Compiling clap v2.34.0
34042024-12-18T22:57:57.517Z[ helios-setup] Dec 18 22:57:56.239 INFO E| Compiling unic-ucd-ident v0.9.0
34052024-12-18T22:57:57.961Z[ helios-setup] Dec 18 22:57:56.684 INFO E| Compiling bytesize v1.3.0
34062024-12-18T22:57:59.410Z[ helios-setup] Dec 18 22:57:58.129 INFO E| Compiling serde_derive_internals v0.29.1
34072024-12-18T22:57:59.877Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34082024-12-18T22:58:00.887Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34092024-12-18T22:58:01.186Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34102024-12-18T22:58:01.545Z[ helios-setup] Dec 18 22:58:00.267 INFO E| Compiling toml v0.5.11
34112024-12-18T22:58:01.918Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34122024-12-18T22:58:04.565Z[ helios-setup] Dec 18 22:58:03.287 INFO E| Compiling proc-macro-crate v0.1.5
34132024-12-18T22:58:05.973Z[ helios-setup] Dec 18 22:58:04.694 INFO E| Compiling thiserror-impl v1.0.64
34142024-12-18T22:58:06.310Z[ helios-setup] Dec 18 22:58:05.031 INFO E| Compiling serde_derive v1.0.210
34152024-12-18T22:58:06.933Z[ helios-setup] Dec 18 22:58:05.655 INFO E| Compiling schemars_derive v0.8.21
34162024-12-18T22:58:07.140Z[ helios-setup] Dec 18 22:58:05.862 INFO E| Compiling zerocopy-derive v0.6.6
34172024-12-18T22:58:07.883Z[ helios-setup] Dec 18 22:58:06.605 INFO E| Compiling num-derive v0.4.2
34182024-12-18T22:58:11.168Z[ helios-setup] Dec 18 22:58:09.889 INFO E| Compiling zerocopy v0.6.6
34192024-12-18T22:58:11.779Z[ host-package] Compiling fatfs v0.3.6
34202024-12-18T22:58:12.351Z[ helios-setup] Dec 18 22:58:11.072 INFO E| Compiling pest v2.7.13
34212024-12-18T22:58:12.650Z[ host-package] Compiling rtoolbox v0.0.2
34222024-12-18T22:58:12.721Z[ helios-setup] Dec 18 22:58:11.443 INFO E| Compiling modular-bitfield-impl v0.11.2
34232024-12-18T22:58:13.301Z[ host-package] Compiling subprocess v0.2.9
34242024-12-18T22:58:13.341Z[ helios-setup] Dec 18 22:58:12.063 INFO E| Compiling strum_macros v0.23.1
34252024-12-18T22:58:14.892Z[ helios-setup] Dec 18 22:58:13.613 INFO E| Compiling scroll_derive v0.10.5
34262024-12-18T22:58:17.105Z[ host-package] Compiling assert_matches v1.5.0
34272024-12-18T22:58:17.682Z[ helios-setup] Dec 18 22:58:16.404 INFO E| Compiling modular-bitfield v0.11.2
34282024-12-18T22:58:17.828Z[ helios-setup] Dec 18 22:58:16.549 INFO E| Compiling pest_meta v2.7.13
34292024-12-18T22:58:18.225Z[ helios-setup] Dec 18 22:58:16.945 INFO E| Compiling structopt-derive v0.4.18
34302024-12-18T22:58:18.356Z[ helios-setup] Dec 18 22:58:17.077 INFO E| Compiling scroll v0.10.2
34312024-12-18T22:58:19.247Z[ helios-setup] Dec 18 22:58:17.968 INFO E| Compiling goblin v0.4.3
34322024-12-18T22:58:20.327Z[ helios-setup] Dec 18 22:58:19.048 INFO E| Compiling pest_generator v2.7.13
34332024-12-18T22:58:20.639Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342024-12-18T22:58:20.735Z[ host-package] Compiling rpassword v7.3.1
34352024-12-18T22:58:21.455Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34362024-12-18T22:58:22.757Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34372024-12-18T22:58:23.197Z[ helios-setup] Dec 18 22:58:21.918 INFO E| Compiling structopt v0.3.26
34382024-12-18T22:58:24.594Z[ helios-setup] Dec 18 22:58:23.315 INFO E| Compiling pest_derive v2.7.13
34392024-12-18T22:58:26.871Z[ host-package] Compiling tui-tree-widget v0.22.0
34402024-12-18T22:58:27.470Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34412024-12-18T22:58:29.783Z[ helios-setup] Dec 18 22:58:28.503 INFO E| Compiling json5 v0.4.1
34422024-12-18T22:58:31.537Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34432024-12-18T22:58:32.655Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34442024-12-18T22:58:33.303Z[ host-package] Compiling uzers v0.12.1
34452024-12-18T22:58:35.573Z[ helios-setup] Dec 18 22:58:34.292 INFO E| Compiling four-cc v0.3.0
34462024-12-18T22:58:35.573Z[ helios-setup] Dec 18 22:58:34.292 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34472024-12-18T22:58:35.792Z[ helios-setup] Dec 18 22:58:34.511 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34482024-12-18T22:58:37.509Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34492024-12-18T22:58:49.530Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34502024-12-18T22:58:51.943Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34512024-12-18T22:59:17.325Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34522024-12-18T22:59:19.326Z[ helios-setup] Dec 18 22:59:18.044 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34532024-12-18T22:59:26.083Z[ host-package] Compiling multimap v0.10.0
34542024-12-18T22:59:39.021Z[ helios-setup] Dec 18 22:59:37.738 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34552024-12-18T23:00:33.414Z[ helios-setup] Dec 18 23:00:32.128 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 50s
34562024-12-18T23:00:33.452Z[ helios-setup] Dec 18 23:00:32.166 INFO building project "amd-host-image-builder" ok (199 seconds)
34572024-12-18T23:00:33.455Z[ helios-setup] rm -f helios-build
34582024-12-18T23:00:33.458Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34592024-12-18T23:00:33.461Z[ helios-setup]
34602024-12-18T23:00:33.464Z[ helios-setup] Setup complete! ./helios-build is now available.
34612024-12-18T23:00:33.467Z[ helios-setup]
34622024-12-18T23:00:33.467Z[ helios-setup]
34632024-12-18T23:00:33.467Z[ helios-setup] real 12:20.805364465
34642024-12-18T23:00:33.467Z[ helios-setup] user 29:13.052255224
34652024-12-18T23:00:33.467Z[ helios-setup] sys 3:35.210885626
34662024-12-18T23:00:33.467Z[ helios-setup] trap 1.750503116
34672024-12-18T23:00:33.467Z[ helios-setup] tflt 9.607749256
34682024-12-18T23:00:33.467Z[ helios-setup] dflt 39.427001534
34692024-12-18T23:00:33.467Z[ helios-setup] kflt 0.057666649
34702024-12-18T23:00:33.467Z[ helios-setup] lock 2:05:25.618962584
34712024-12-18T23:00:33.467Z[ helios-setup] slp 3:46:59.964332732
34722024-12-18T23:00:33.467Z[ helios-setup] lat 33:40.181958240
34732024-12-18T23:00:33.467Z[ helios-setup] stop 4:21.360172527
34742024-12-18T23:00:33.467ZDec 18 23:00:32.181 INFO [helios-setup] process exited with exit status: 0 (740.811318862s)
34752024-12-18T23:00:33.467ZDec 18 23:00:32.181 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34762024-12-18T23:00:33.497Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34772024-12-18T23:00:33.981Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34782024-12-18T23:00:33.982Z[ phbl-toolchain] info: downloading component 'cargo'
34792024-12-18T23:00:36.052Z[ phbl-toolchain] info: downloading component 'clippy'
34802024-12-18T23:00:36.531Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34812024-12-18T23:00:41.829Z[ phbl-toolchain] info: downloading component 'miri'
34822024-12-18T23:00:42.138Z[ phbl-toolchain] info: downloading component 'rust-docs'
34832024-12-18T23:00:43.788Z[ phbl-toolchain] info: downloading component 'rust-src'
34842024-12-18T23:00:43.928Z[ phbl-toolchain] info: downloading component 'rust-std'
34852024-12-18T23:00:46.226Z[ phbl-toolchain] info: downloading component 'rustc'
34862024-12-18T23:00:54.338Z[ phbl-toolchain] info: downloading component 'rustfmt'
34872024-12-18T23:00:54.631Z[ phbl-toolchain] info: installing component 'cargo'
34882024-12-18T23:00:56.002Z[ phbl-toolchain] info: installing component 'clippy'
34892024-12-18T23:00:56.452Z[ phbl-toolchain] info: installing component 'llvm-tools'
34902024-12-18T23:01:02.047Z[ phbl-toolchain] info: installing component 'miri'
34912024-12-18T23:01:02.400Z[ phbl-toolchain] info: installing component 'rust-docs'
34922024-12-18T23:01:10.826Z[ phbl-toolchain] info: installing component 'rust-src'
34932024-12-18T23:01:11.421Z[ phbl-toolchain] info: installing component 'rust-std'
34942024-12-18T23:01:13.871Z[ phbl-toolchain] info: installing component 'rustc'
34952024-12-18T23:01:23.112Z[ phbl-toolchain] info: installing component 'rustfmt'
34962024-12-18T23:01:23.839Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34972024-12-18T23:01:23.842ZDec 18 23:01:22.553 INFO [phbl-toolchain] process exited with exit status: 0 (50.372046976s)
34982024-12-18T23:02:01.786Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34992024-12-18T23:02:03.770Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35002024-12-18T23:09:08.876Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 01s
35012024-12-18T23:10:14.619ZDec 18 23:10:13.304 INFO [host-package] process exited with exit status: 0 (1271.282941647s)
35022024-12-18T23:10:14.619ZDec 18 23:10:13.304 INFO [host-stamp] running task
35032024-12-18T23:10:14.622ZDec 18 23:10:13.305 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35042024-12-18T23:10:14.623ZDec 18 23:10:13.305 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitd80c4c9ce6a
35052024-12-18T23:10:14.639ZDec 18 23:10:13.324 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gitd80c4c9ce6a
35062024-12-18T23:10:14.645Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35072024-12-18T23:10:14.648Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-18T23:10:14.648ZDec 18 23:10:13.332 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gitd80c4c9ce6a
35092024-12-18T23:10:14.658ZDec 18 23:10:13.342 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gitd80c4c9ce6a
35102024-12-18T23:10:14.669Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-18T23:10:14.675Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-18T23:10:14.678ZDec 18 23:10:13.360 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gitd80c4c9ce6a
35132024-12-18T23:10:14.697Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-18T23:10:14.699ZDec 18 23:10:13.382 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gitd80c4c9ce6a
35152024-12-18T23:10:14.710Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-18T23:10:14.713Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35172024-12-18T23:10:14.716ZDec 18 23:10:13.400 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitd80c4c9ce6a
35182024-12-18T23:10:14.731Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35192024-12-18T23:10:14.736Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35202024-12-18T23:10:14.738ZDec 18 23:10:13.421 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gitd80c4c9ce6a
35212024-12-18T23:10:14.758Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35222024-12-18T23:10:14.761ZDec 18 23:10:13.443 INFO [stamp-oxlog] process exited with exit status: 0 (100.532032ms)
35232024-12-18T23:10:14.761ZDec 18 23:10:13.443 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (61.0839ms)
35242024-12-18T23:10:14.771Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35252024-12-18T23:10:14.773Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35262024-12-18T23:10:14.777ZDec 18 23:10:13.461 INFO [stamp-overlay] process exited with exit status: 0 (40.447994ms)
35272024-12-18T23:10:14.847Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35282024-12-18T23:10:14.851ZDec 18 23:10:13.536 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (136.256833ms)
35292024-12-18T23:10:14.888Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35302024-12-18T23:10:14.892ZDec 18 23:10:13.577 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (252.92366ms)
35312024-12-18T23:10:15.005Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35322024-12-18T23:10:15.008ZDec 18 23:10:13.693 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (387.806645ms)
35332024-12-18T23:10:15.802Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35342024-12-18T23:10:15.810Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35352024-12-18T23:10:15.814ZDec 18 23:10:14.499 INFO [stamp-propolis-server] process exited with exit status: 0 (1.166146902s)
35362024-12-18T23:10:18.194Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35372024-12-18T23:10:25.401Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35382024-12-18T23:10:25.405ZDec 18 23:10:24.089 INFO [stamp-switch-asic] process exited with exit status: 0 (10.729518086s)
35392024-12-18T23:10:25.408ZDec 18 23:10:24.090 INFO [host-stamp] task succeeded (10.785602565s)
35402024-12-18T23:10:25.408ZDec 18 23:10:24.090 INFO [host-proto] running task
35412024-12-18T23:10:25.792ZDec 18 23:10:24.476 INFO [host-proto] task succeeded (386.369679ms)
35422024-12-18T23:10:25.792ZDec 18 23:10:24.476 INFO [host-profile] running task
35432024-12-18T23:10:25.794ZDec 18 23:10:24.476 INFO [host-profile] task succeeded (244.971µs)
35442024-12-18T23:10:25.794ZDec 18 23:10:24.477 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpDJCDbN/proto/host/root -N 'ci d80c4c9/${os_short_commit} 2024-12-18 22:48' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35452024-12-18T23:10:25.813Z[ host-image] Dec 18 23:10:24.497 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35462024-12-18T23:10:25.813Z[ host-image] Dec 18 23:10:24.497 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35472024-12-18T23:10:25.833Z[ host-image] Dec 18 23:10:24.517 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpDJCDbN/proto/host/root"
35482024-12-18T23:10:25.833Z[ host-image] Dec 18 23:10:24.517 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35492024-12-18T23:10:25.835Z[ host-image] Dec 18 23:10:24.517 INFO image builder template: ramdisk-01-os...
35502024-12-18T23:10:25.835Z[ host-image] Dec 18 23:10:24.517 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/.tmpDJCDbN/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35512024-12-18T23:10:25.854Z[ host-image] Dec 18 23:10:24.539 INFO O| Dec 18 23:10:24.538 INFO CREATE DATASET: rpool/images/build/host/output
35522024-12-18T23:10:26.230Z[ host-image] Dec 18 23:10:24.914 INFO O| Dec 18 23:10:24.914 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35532024-12-18T23:10:26.234Z[ host-image] Dec 18 23:10:24.919 INFO O| Dec 18 23:10:24.919 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35542024-12-18T23:10:26.417Z[ host-image] Dec 18 23:10:25.102 INFO O| Dec 18 23:10:25.101 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35552024-12-18T23:10:26.475Z[ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.159 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35562024-12-18T23:10:26.475Z[ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.160 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35572024-12-18T23:10:26.479Z[ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.160 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35582024-12-18T23:10:26.479Z[ host-image] Dec 18 23:10:25.160 INFO O| Dec 18 23:10:25.160 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35592024-12-18T23:10:26.486Z[ host-image] Dec 18 23:10:25.171 INFO O| Dec 18 23:10:25.170 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35602024-12-18T23:10:26.664Z[ host-image] Dec 18 23:10:25.349 INFO O| Dec 18 23:10:25.348 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-18T23:10:26.681Z[ host-image] Dec 18 23:10:25.365 INFO O| Dec 18 23:10:25.365 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35622024-12-18T23:10:27.262Z[ host-image] Dec 18 23:10:25.946 INFO O| Dec 18 23:10:25.946 INFO O| Caching catalogs ... Done
35632024-12-18T23:10:27.386Z[ host-image] Dec 18 23:10:26.070 INFO O| Dec 18 23:10:26.070 INFO STEP 0 (pkg_image_create) COMPLETE
35642024-12-18T23:10:27.386Z[ host-image] Dec 18 23:10:26.071 INFO O| Dec 18 23:10:26.070 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-18T23:10:27.389Z[ host-image] Dec 18 23:10:26.071 INFO O| Dec 18 23:10:26.071 INFO skip step because feature "repo_redist" is not enabled
35662024-12-18T23:10:27.389Z[ host-image] Dec 18 23:10:26.071 INFO O| Dec 18 23:10:26.071 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-18T23:10:27.404Z[ host-image] Dec 18 23:10:26.088 INFO O| Dec 18 23:10:26.088 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35682024-12-18T23:10:27.992Z[ host-image] Dec 18 23:10:26.676 INFO O| Dec 18 23:10:26.676 INFO STEP 2 (pkg_set_publisher) COMPLETE
35692024-12-18T23:10:27.993Z[ host-image] Dec 18 23:10:26.676 INFO O| Dec 18 23:10:26.676 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-18T23:10:28.010Z[ host-image] Dec 18 23:10:26.694 INFO O| Dec 18 23:10:26.694 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"]
35712024-12-18T23:10:28.483Z[ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO STEP 3 (pkg_set_publisher) COMPLETE
35722024-12-18T23:10:28.483Z[ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35732024-12-18T23:10:28.483Z[ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO skip step because feature "repo_redist" is not enabled
35742024-12-18T23:10:28.486Z[ host-image] Dec 18 23:10:27.167 INFO O| Dec 18 23:10:27.167 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35752024-12-18T23:10:28.918Z[ host-image] Dec 18 23:10:27.602 INFO O| Dec 18 23:10:27.602 INFO variant opensolaris.zone is already global
35762024-12-18T23:10:28.922Z[ host-image] Dec 18 23:10:27.602 INFO O| Dec 18 23:10:27.602 INFO STEP 5 (pkg_change_variant) COMPLETE
35772024-12-18T23:10:28.922Z[ host-image] Dec 18 23:10:27.602 INFO O| Dec 18 23:10:27.602 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35782024-12-18T23:10:29.462Z[ host-image] Dec 18 23:10:28.145 INFO O| Dec 18 23:10:28.145 INFO variant opensolaris.imagetype is full; changing to partial
35792024-12-18T23:10:29.465Z[ host-image] Dec 18 23:10:28.146 INFO O| Dec 18 23:10:28.145 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35802024-12-18T23:10:37.237Z[ host-image] Dec 18 23:10:35.921 INFO O| Dec 18 23:10:35.921 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35812024-12-18T23:10:37.941Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.04s
35822024-12-18T23:10:39.670ZDec 18 23:10:38.353 INFO [recovery-package] process exited with exit status: 0 (25.048447948s)
35832024-12-18T23:10:39.670ZDec 18 23:10:38.353 INFO [recovery-stamp] running task
35842024-12-18T23:10:39.674ZDec 18 23:10:38.353 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35852024-12-18T23:10:39.674ZDec 18 23:10:38.354 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitd80c4c9ce6a
35862024-12-18T23:10:39.696ZDec 18 23:10:38.379 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gitd80c4c9ce6a
35872024-12-18T23:10:39.705Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35882024-12-18T23:10:39.722Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35892024-12-18T23:10:39.792Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35902024-12-18T23:10:39.795ZDec 18 23:10:38.479 INFO [stamp-installinator] process exited with exit status: 0 (125.371491ms)
35912024-12-18T23:10:39.843Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35922024-12-18T23:10:39.846ZDec 18 23:10:38.530 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (150.810268ms)
35932024-12-18T23:10:39.849ZDec 18 23:10:38.530 INFO [recovery-stamp] task succeeded (177.079654ms)
35942024-12-18T23:10:39.849ZDec 18 23:10:38.530 INFO [recovery-proto] running task
35952024-12-18T23:10:39.849ZDec 18 23:10:38.530 INFO [tuf-stamp] running task
35962024-12-18T23:10:39.849ZDec 18 23:10:38.531 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gitd80c4c9ce6a
35972024-12-18T23:10:39.864ZDec 18 23:10:38.547 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gitd80c4c9ce6a
35982024-12-18T23:10:39.879Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-18T23:10:39.881ZDec 18 23:10:38.563 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gitd80c4c9ce6a
36002024-12-18T23:10:39.892Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-18T23:10:39.897ZDec 18 23:10:38.581 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gitd80c4c9ce6a
36022024-12-18T23:10:39.918ZDec 18 23:10:38.602 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gitd80c4c9ce6a
36032024-12-18T23:10:39.934Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-18T23:10:39.943ZDec 18 23:10:38.626 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitd80c4c9ce6a
36052024-12-18T23:10:39.961Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-18T23:10:39.966ZDec 18 23:10:38.650 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gitd80c4c9ce6a
36072024-12-18T23:10:40.046Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-18T23:10:40.048ZDec 18 23:10:38.730 INFO [recovery-proto] task succeeded (198.999221ms)
36092024-12-18T23:10:40.048ZDec 18 23:10:38.730 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gitd80c4c9ce6a
36102024-12-18T23:10:40.048Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-18T23:10:40.048ZDec 18 23:10:38.730 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpDJCDbN/proto/recovery/root -N 'recovery d80c4c9/${os_short_commit} 2024-12-18 22:48' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36122024-12-18T23:10:40.105Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36132024-12-18T23:10:40.108ZDec 18 23:10:38.789 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gitd80c4c9ce6a
36142024-12-18T23:10:40.127Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-18T23:10:40.129ZDec 18 23:10:38.811 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gitd80c4c9ce6a
36162024-12-18T23:10:40.159ZDec 18 23:10:38.843 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gitd80c4c9ce6a
36172024-12-18T23:10:40.193Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-18T23:10:40.195Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36192024-12-18T23:10:40.211Z[ recovery-image] Dec 18 23:10:38.894 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36202024-12-18T23:10:40.211Z[ recovery-image] Dec 18 23:10:38.894 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36212024-12-18T23:10:40.230Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36222024-12-18T23:10:40.256Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36232024-12-18T23:10:40.281Z[ recovery-image] Dec 18 23:10:38.965 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpDJCDbN/proto/recovery/root"
36242024-12-18T23:10:40.281Z[ recovery-image] Dec 18 23:10:38.965 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36252024-12-18T23:10:40.283Z[ recovery-image] Dec 18 23:10:38.965 INFO image builder template: ramdisk-01-os...
36262024-12-18T23:10:40.283Z[ recovery-image] Dec 18 23:10:38.965 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/.tmpDJCDbN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36272024-12-18T23:10:40.333ZDec 18 23:10:39.017 INFO [stamp-probe] process exited with exit status: 0 (286.5383ms)
36282024-12-18T23:10:40.360Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36292024-12-18T23:10:40.415ZDec 18 23:10:39.099 INFO [stamp-ntp] process exited with exit status: 0 (535.72514ms)
36302024-12-18T23:10:40.419Z[ recovery-image] Dec 18 23:10:39.102 INFO O| Dec 18 23:10:39.102 INFO CREATE DATASET: rpool/images/build/recovery/output
36312024-12-18T23:10:40.644Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
36322024-12-18T23:10:40.762Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36332024-12-18T23:10:40.862Z[ recovery-image] Dec 18 23:10:39.545 INFO O| Dec 18 23:10:39.545 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36342024-12-18T23:10:40.868Z[ recovery-image] Dec 18 23:10:39.552 INFO O| Dec 18 23:10:39.551 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36352024-12-18T23:10:41.399Z[ recovery-image] Dec 18 23:10:40.081 INFO O| Dec 18 23:10:40.080 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36362024-12-18T23:10:41.476Z[ recovery-image] Dec 18 23:10:40.159 INFO O| Dec 18 23:10:40.159 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36372024-12-18T23:10:41.476Z[ recovery-image] Dec 18 23:10:40.159 INFO O| Dec 18 23:10:40.159 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36382024-12-18T23:10:41.478Z[ recovery-image] Dec 18 23:10:40.160 INFO O| Dec 18 23:10:40.160 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36392024-12-18T23:10:41.478Z[ recovery-image] Dec 18 23:10:40.160 INFO O| Dec 18 23:10:40.160 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36402024-12-18T23:10:41.487Z[ recovery-image] Dec 18 23:10:40.171 INFO O| Dec 18 23:10:40.171 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36412024-12-18T23:10:41.713Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36422024-12-18T23:10:41.722ZDec 18 23:10:40.406 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.595010847s)
36432024-12-18T23:10:41.780Z[ recovery-image] Dec 18 23:10:40.462 INFO O| Dec 18 23:10:40.462 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-18T23:10:41.801Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36452024-12-18T23:10:41.833Z[ recovery-image] Dec 18 23:10:40.516 INFO O| Dec 18 23:10:40.516 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36462024-12-18T23:10:41.881ZDec 18 23:10:40.564 INFO [stamp-external-dns] process exited with exit status: 0 (1.962237193s)
36472024-12-18T23:10:41.963Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36482024-12-18T23:10:41.974ZDec 18 23:10:40.657 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.031117052s)
36492024-12-18T23:10:42.131Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36502024-12-18T23:10:42.147ZDec 18 23:10:40.831 INFO [stamp-internal-dns] process exited with exit status: 0 (1.988078925s)
36512024-12-18T23:10:42.358Z[ recovery-image] Dec 18 23:10:41.041 INFO O| Dec 18 23:10:41.041 INFO O| Caching catalogs ... Done
36522024-12-18T23:10:42.476Z[ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.159 INFO STEP 0 (pkg_image_create) COMPLETE
36532024-12-18T23:10:42.476Z[ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.159 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36542024-12-18T23:10:42.479Z[ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.160 INFO skip step because feature "repo_redist" is not enabled
36552024-12-18T23:10:42.479Z[ recovery-image] Dec 18 23:10:41.160 INFO O| Dec 18 23:10:41.160 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562024-12-18T23:10:42.492Z[ recovery-image] Dec 18 23:10:41.176 INFO O| Dec 18 23:10:41.175 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36572024-12-18T23:10:42.552Z[ host-image] Dec 18 23:10:41.235 INFO O| Dec 18 23:10:41.235 INFO O| Startup: Caching catalogs ... Done
36582024-12-18T23:10:42.576Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36592024-12-18T23:10:42.579ZDec 18 23:10:41.263 INFO [stamp-oximeter] process exited with exit status: 0 (2.473744482s)
36602024-12-18T23:10:42.647Z[ host-image] Dec 18 23:10:41.330 INFO O| Dec 18 23:10:41.330 INFO O| Planning: Planning completed in 0.00 seconds
36612024-12-18T23:10:42.650Z[ host-image] Dec 18 23:10:41.331 INFO O| Dec 18 23:10:41.331 INFO O| Planning: Consolidating action changes ... Done
36622024-12-18T23:10:42.650Z[ host-image] Dec 18 23:10:41.331 INFO O| Dec 18 23:10:41.331 INFO O| Planning: Evaluating mediators ... Done
36632024-12-18T23:10:42.650Z[ host-image] Dec 18 23:10:41.332 INFO O| Dec 18 23:10:41.332 INFO O| Planning: Planning completed in 0.00 seconds
36642024-12-18T23:10:42.650Z[ host-image] Dec 18 23:10:41.332 INFO O| Dec 18 23:10:41.332 INFO O| Variants/Facets to change: 1
36652024-12-18T23:10:42.670Z[ host-image] Dec 18 23:10:41.353 INFO O| Dec 18 23:10:41.353 INFO O| Done
36662024-12-18T23:10:42.670Z[ host-image] Dec 18 23:10:41.353 INFO O| Dec 18 23:10:41.353 INFO O| Done
36672024-12-18T23:10:42.958Z[ recovery-image] Dec 18 23:10:41.641 INFO O| Dec 18 23:10:41.641 INFO STEP 2 (pkg_set_publisher) COMPLETE
36682024-12-18T23:10:42.958Z[ recovery-image] Dec 18 23:10:41.641 INFO O| Dec 18 23:10:41.641 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-12-18T23:10:42.973Z[ recovery-image] Dec 18 23:10:41.657 INFO O| Dec 18 23:10:41.657 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"]
36702024-12-18T23:10:43.377Z[ host-image] Dec 18 23:10:42.060 INFO O| Dec 18 23:10:42.060 INFO O| Done
36712024-12-18T23:10:43.442Z[ host-image] Dec 18 23:10:42.125 INFO O| Dec 18 23:10:42.125 INFO O| Done
36722024-12-18T23:10:43.444Z[ host-image] Dec 18 23:10:42.127 INFO O| Dec 18 23:10:42.127 INFO O| Done
36732024-12-18T23:10:43.445Z[ host-image] Dec 18 23:10:42.127 INFO O| Dec 18 23:10:42.127 INFO O| Done
36742024-12-18T23:10:43.447Z[ host-image] Dec 18 23:10:42.128 INFO O| Dec 18 23:10:42.128 INFO O| Done
36752024-12-18T23:10:43.461Z[ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO STEP 3 (pkg_set_publisher) COMPLETE
36762024-12-18T23:10:43.461Z[ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36772024-12-18T23:10:43.461Z[ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO skip step because feature "repo_redist" is not enabled
36782024-12-18T23:10:43.463Z[ recovery-image] Dec 18 23:10:42.144 INFO O| Dec 18 23:10:42.144 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792024-12-18T23:10:43.928Z[ recovery-image] Dec 18 23:10:42.611 INFO O| Dec 18 23:10:42.611 INFO variant opensolaris.zone is already global
36802024-12-18T23:10:43.929Z[ recovery-image] Dec 18 23:10:42.611 INFO O| Dec 18 23:10:42.611 INFO STEP 5 (pkg_change_variant) COMPLETE
36812024-12-18T23:10:43.932Z[ recovery-image] Dec 18 23:10:42.611 INFO O| Dec 18 23:10:42.611 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822024-12-18T23:10:44.007Z[ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO STEP 6 (pkg_change_variant) COMPLETE
36832024-12-18T23:10:44.007Z[ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36842024-12-18T23:10:44.007Z[ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO skip step because feature "debug_variant" is not enabled
36852024-12-18T23:10:44.007Z[ host-image] Dec 18 23:10:42.689 INFO O| Dec 18 23:10:42.689 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36862024-12-18T23:10:44.166Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36872024-12-18T23:10:44.175ZDec 18 23:10:42.853 INFO [stamp-nexus] process exited with exit status: 0 (4.272777721s)
36882024-12-18T23:10:44.309Z[ recovery-image] Dec 18 23:10:42.992 INFO O| Dec 18 23:10:42.992 INFO variant opensolaris.imagetype is full; changing to partial
36892024-12-18T23:10:44.309Z[ recovery-image] Dec 18 23:10:42.992 INFO O| Dec 18 23:10:42.992 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36902024-12-18T23:10:44.465Z[ host-image] Dec 18 23:10:43.148 INFO O| Dec 18 23:10:43.148 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36912024-12-18T23:10:45.115Z[ host-image] Dec 18 23:10:43.798 INFO O| Dec 18 23:10:43.798 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36922024-12-18T23:10:45.119Z[ host-image] Dec 18 23:10:43.800 INFO O| Dec 18 23:10:43.799 INFO O| Planning: Planning completed in 0.00 seconds
36932024-12-18T23:10:45.119Z[ host-image] Dec 18 23:10:43.800 INFO O| Dec 18 23:10:43.800 INFO O| Planning: Consolidating action changes ... Done
36942024-12-18T23:10:45.119Z[ host-image] Dec 18 23:10:43.800 INFO O| Dec 18 23:10:43.800 INFO O| Planning: Evaluating mediators ... Done
36952024-12-18T23:10:45.120Z[ host-image] Dec 18 23:10:43.801 INFO O| Dec 18 23:10:43.801 INFO O| Planning: Planning completed in 0.00 seconds
36962024-12-18T23:10:45.122Z[ host-image] Dec 18 23:10:43.801 INFO O| Dec 18 23:10:43.801 INFO O| Variants/Facets to change: 1
36972024-12-18T23:10:45.140Z[ host-image] Dec 18 23:10:43.823 INFO O| Dec 18 23:10:43.823 INFO O| Done
36982024-12-18T23:10:45.140Z[ host-image] Dec 18 23:10:43.823 INFO O| Dec 18 23:10:43.823 INFO O| Done
36992024-12-18T23:10:45.184Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37002024-12-18T23:10:45.187Z[verify-libraries] Compiling home v0.5.9
37012024-12-18T23:10:45.420Z[verify-libraries] Compiling cfg_aliases v0.1.1
37022024-12-18T23:10:45.451Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37032024-12-18T23:10:45.456ZDec 18 23:10:44.139 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.607770025s)
37042024-12-18T23:10:45.464Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37052024-12-18T23:10:45.464Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37062024-12-18T23:10:45.467Z[verify-libraries] Compiling unicode_categories v0.1.1
37072024-12-18T23:10:45.634Z[verify-libraries] Compiling nix v0.28.0
37082024-12-18T23:10:45.641Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37092024-12-18T23:10:45.644Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102024-12-18T23:10:45.966Z[ host-image] Dec 18 23:10:44.649 INFO O| Dec 18 23:10:44.649 INFO O| Done
37112024-12-18T23:10:46.056Z[ host-image] Dec 18 23:10:44.739 INFO O| Dec 18 23:10:44.739 INFO O| Done
37122024-12-18T23:10:46.058Z[ host-image] Dec 18 23:10:44.740 INFO O| Dec 18 23:10:44.739 INFO O| Done
37132024-12-18T23:10:46.058Z[ host-image] Dec 18 23:10:44.740 INFO O| Dec 18 23:10:44.740 INFO O| Done
37142024-12-18T23:10:46.058Z[ host-image] Dec 18 23:10:44.741 INFO O| Dec 18 23:10:44.741 INFO O| Done
37152024-12-18T23:10:46.104Z[verify-libraries] Compiling sqlformat v0.2.6
37162024-12-18T23:10:46.149Z[verify-libraries] Compiling polyval v0.6.2
37172024-12-18T23:10:46.174Z[ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO STEP 8 (pkg_change_facet) COMPLETE
37182024-12-18T23:10:46.174Z[ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192024-12-18T23:10:46.174Z[ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO skip step because feature "recovery" is not enabled
37202024-12-18T23:10:46.177Z[ host-image] Dec 18 23:10:44.857 INFO O| Dec 18 23:10:44.857 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-18T23:10:46.177Z[ host-image] Dec 18 23:10:44.858 INFO O| Dec 18 23:10:44.857 INFO skip step because feature "recovery" is not enabled
37222024-12-18T23:10:46.177Z[ host-image] Dec 18 23:10:44.858 INFO O| Dec 18 23:10:44.857 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-18T23:10:46.192Z[ host-image] Dec 18 23:10:44.875 INFO O| Dec 18 23:10:44.875 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"]
37242024-12-18T23:10:46.329Z[verify-libraries] Compiling ctr v0.9.2
37252024-12-18T23:10:46.843Z[verify-libraries] Compiling sqlparser v0.45.0
37262024-12-18T23:10:46.880Z[verify-libraries] Compiling ghash v0.5.1
37272024-12-18T23:10:46.976Z[verify-libraries] Compiling ssh-encoding v0.2.0
37282024-12-18T23:10:46.976Z[verify-libraries] Compiling blowfish v0.9.1
37292024-12-18T23:10:47.229Z[verify-libraries] Compiling aes-gcm v0.10.3
37302024-12-18T23:10:47.265Z[ host-image] Dec 18 23:10:45.948 INFO O| Dec 18 23:10:45.948 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37312024-12-18T23:10:47.989Z[verify-libraries] Compiling ssh-cipher v0.2.0
37322024-12-18T23:10:48.599Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37332024-12-18T23:10:49.403Z[verify-libraries] Compiling password-hash v0.4.2
37342024-12-18T23:10:52.439Z[verify-libraries] Compiling rustyline v14.0.0
37352024-12-18T23:10:53.562Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37362024-12-18T23:10:53.606ZDec 18 23:10:52.289 INFO [stamp-clickhouse] process exited with exit status: 0 (13.74190602s)
37372024-12-18T23:10:54.033Z[verify-libraries] Compiling matches v0.1.10
37382024-12-18T23:10:54.246Z[verify-libraries] Compiling idna v0.2.3
37392024-12-18T23:10:54.344Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37402024-12-18T23:10:54.352ZDec 18 23:10:53.033 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.382683843s)
37412024-12-18T23:10:54.355ZDec 18 23:10:53.033 INFO [tuf-stamp] task succeeded (14.502439734s)
37422024-12-18T23:10:55.557Z[ recovery-image] Dec 18 23:10:54.240 INFO O| Dec 18 23:10:54.240 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37432024-12-18T23:10:55.582Z[verify-libraries] Compiling pbkdf2 v0.11.0
37442024-12-18T23:10:56.315Z[verify-libraries] Compiling ssh-key v0.6.6
37452024-12-18T23:10:56.443Z[verify-libraries] Compiling p521 v0.13.3
37462024-12-18T23:10:59.080Z[verify-libraries] Compiling p256 v0.13.2
37472024-12-18T23:11:01.624Z[verify-libraries] Compiling enum-as-inner v0.5.1
37482024-12-18T23:11:01.821Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37492024-12-18T23:11:02.343Z[verify-libraries] Compiling md5 v0.7.0
37502024-12-18T23:11:02.876Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37512024-12-18T23:11:03.012Z[verify-libraries] Compiling russh-keys v0.45.0
37522024-12-18T23:11:05.485Z[ recovery-image] Dec 18 23:11:04.167 INFO O| Dec 18 23:11:04.167 INFO O| Startup: Caching catalogs ... Done
37532024-12-18T23:11:05.655Z[ recovery-image] Dec 18 23:11:04.336 INFO O| Dec 18 23:11:04.336 INFO O| Planning: Planning completed in 0.00 seconds
37542024-12-18T23:11:05.658Z[ recovery-image] Dec 18 23:11:04.337 INFO O| Dec 18 23:11:04.337 INFO O| Planning: Consolidating action changes ... Done
37552024-12-18T23:11:05.658Z[ recovery-image] Dec 18 23:11:04.337 INFO O| Dec 18 23:11:04.337 INFO O| Planning: Evaluating mediators ... Done
37562024-12-18T23:11:05.658Z[ recovery-image] Dec 18 23:11:04.338 INFO O| Dec 18 23:11:04.337 INFO O| Planning: Planning completed in 0.00 seconds
37572024-12-18T23:11:05.658Z[ recovery-image] Dec 18 23:11:04.338 INFO O| Dec 18 23:11:04.338 INFO O| Variants/Facets to change: 1
37582024-12-18T23:11:05.748Z[ recovery-image] Dec 18 23:11:04.429 INFO O| Dec 18 23:11:04.429 INFO O| Done
37592024-12-18T23:11:05.751Z[ recovery-image] Dec 18 23:11:04.429 INFO O| Dec 18 23:11:04.429 INFO O| Done
37602024-12-18T23:11:06.776Z[ recovery-image] Dec 18 23:11:05.458 INFO O| Dec 18 23:11:05.458 INFO O| Done
37612024-12-18T23:11:06.845Z[ recovery-image] Dec 18 23:11:05.527 INFO O| Dec 18 23:11:05.527 INFO O| Done
37622024-12-18T23:11:06.848Z[ recovery-image] Dec 18 23:11:05.529 INFO O| Dec 18 23:11:05.529 INFO O| Done
37632024-12-18T23:11:06.848Z[ recovery-image] Dec 18 23:11:05.529 INFO O| Dec 18 23:11:05.529 INFO O| Done
37642024-12-18T23:11:06.850Z[ recovery-image] Dec 18 23:11:05.531 INFO O| Dec 18 23:11:05.531 INFO O| Done
37652024-12-18T23:11:07.557Z[ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO STEP 6 (pkg_change_variant) COMPLETE
37662024-12-18T23:11:07.557Z[ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37672024-12-18T23:11:07.560Z[ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO skip step because feature "debug_variant" is not enabled
37682024-12-18T23:11:07.560Z[ recovery-image] Dec 18 23:11:06.239 INFO O| Dec 18 23:11:06.239 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37692024-12-18T23:11:08.210Z[ recovery-image] Dec 18 23:11:06.892 INFO O| Dec 18 23:11:06.892 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37702024-12-18T23:11:08.752Z[verify-libraries] Compiling num-bigint v0.4.6
37712024-12-18T23:11:09.311Z[ recovery-image] Dec 18 23:11:07.993 INFO O| Dec 18 23:11:07.993 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37722024-12-18T23:11:09.317Z[ recovery-image] Dec 18 23:11:07.995 INFO O| Dec 18 23:11:07.995 INFO O| Planning: Planning completed in 0.00 seconds
37732024-12-18T23:11:09.317Z[ recovery-image] Dec 18 23:11:07.996 INFO O| Dec 18 23:11:07.996 INFO O| Planning: Consolidating action changes ... Done
37742024-12-18T23:11:09.317Z[ recovery-image] Dec 18 23:11:07.996 INFO O| Dec 18 23:11:07.996 INFO O| Planning: Evaluating mediators ... Done
37752024-12-18T23:11:09.317Z[ recovery-image] Dec 18 23:11:07.997 INFO O| Dec 18 23:11:07.997 INFO O| Planning: Planning completed in 0.00 seconds
37762024-12-18T23:11:09.318Z[ recovery-image] Dec 18 23:11:07.997 INFO O| Dec 18 23:11:07.997 INFO O| Variants/Facets to change: 1
37772024-12-18T23:11:09.414Z[ recovery-image] Dec 18 23:11:08.096 INFO O| Dec 18 23:11:08.096 INFO O| Done
37782024-12-18T23:11:09.414Z[ recovery-image] Dec 18 23:11:08.096 INFO O| Dec 18 23:11:08.096 INFO O| Done
37792024-12-18T23:11:10.319Z[ recovery-image] Dec 18 23:11:09.001 INFO O| Dec 18 23:11:09.001 INFO O| Done
37802024-12-18T23:11:10.419Z[ recovery-image] Dec 18 23:11:09.101 INFO O| Dec 18 23:11:09.101 INFO O| Done
37812024-12-18T23:11:10.422Z[ recovery-image] Dec 18 23:11:09.102 INFO O| Dec 18 23:11:09.102 INFO O| Done
37822024-12-18T23:11:10.422Z[ recovery-image] Dec 18 23:11:09.102 INFO O| Dec 18 23:11:09.102 INFO O| Done
37832024-12-18T23:11:10.422Z[ recovery-image] Dec 18 23:11:09.104 INFO O| Dec 18 23:11:09.104 INFO O| Done
37842024-12-18T23:11:10.524Z[ recovery-image] Dec 18 23:11:09.206 INFO O| Dec 18 23:11:09.205 INFO STEP 8 (pkg_change_facet) COMPLETE
37852024-12-18T23:11:10.526Z[ recovery-image] Dec 18 23:11:09.206 INFO O| Dec 18 23:11:09.206 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37862024-12-18T23:11:11.290Z[ recovery-image] Dec 18 23:11:09.972 INFO O| Dec 18 23:11:09.972 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37872024-12-18T23:11:12.361Z[ recovery-image] Dec 18 23:11:11.043 INFO O| Dec 18 23:11:11.043 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37882024-12-18T23:11:12.364Z[ recovery-image] Dec 18 23:11:11.045 INFO O| Dec 18 23:11:11.045 INFO O| Planning: Planning completed in 0.00 seconds
37892024-12-18T23:11:12.364Z[ recovery-image] Dec 18 23:11:11.046 INFO O| Dec 18 23:11:11.046 INFO O| Planning: Consolidating action changes ... Done
37902024-12-18T23:11:12.364Z[ recovery-image] Dec 18 23:11:11.046 INFO O| Dec 18 23:11:11.046 INFO O| Planning: Evaluating mediators ... Done
37912024-12-18T23:11:12.366Z[ recovery-image] Dec 18 23:11:11.046 INFO O| Dec 18 23:11:11.046 INFO O| Planning: Planning completed in 0.00 seconds
37922024-12-18T23:11:12.366Z[ recovery-image] Dec 18 23:11:11.047 INFO O| Dec 18 23:11:11.047 INFO O| Variants/Facets to change: 1
37932024-12-18T23:11:12.458Z[ recovery-image] Dec 18 23:11:11.140 INFO O| Dec 18 23:11:11.140 INFO O| Done
37942024-12-18T23:11:12.458Z[ recovery-image] Dec 18 23:11:11.140 INFO O| Dec 18 23:11:11.140 INFO O| Done
37952024-12-18T23:11:13.257Z[ recovery-image] Dec 18 23:11:11.939 INFO O| Dec 18 23:11:11.939 INFO O| Done
37962024-12-18T23:11:13.338Z[ recovery-image] Dec 18 23:11:12.020 INFO O| Dec 18 23:11:12.019 INFO O| Done
37972024-12-18T23:11:13.341Z[ recovery-image] Dec 18 23:11:12.021 INFO O| Dec 18 23:11:12.020 INFO O| Done
37982024-12-18T23:11:13.341Z[ recovery-image] Dec 18 23:11:12.021 INFO O| Dec 18 23:11:12.021 INFO O| Done
37992024-12-18T23:11:13.343Z[ recovery-image] Dec 18 23:11:12.023 INFO O| Dec 18 23:11:12.023 INFO O| Done
38002024-12-18T23:11:13.543Z[ recovery-image] Dec 18 23:11:12.224 INFO O| Dec 18 23:11:12.224 INFO STEP 9 (pkg_change_facet) COMPLETE
38012024-12-18T23:11:13.543Z[ recovery-image] Dec 18 23:11:12.224 INFO O| Dec 18 23:11:12.224 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38022024-12-18T23:11:14.164Z[ recovery-image] Dec 18 23:11:12.846 INFO O| Dec 18 23:11:12.846 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38032024-12-18T23:11:15.375Z[ recovery-image] Dec 18 23:11:14.056 INFO O| Dec 18 23:11:14.056 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38042024-12-18T23:11:15.400Z[ recovery-image] Dec 18 23:11:14.082 INFO O| Dec 18 23:11:14.082 INFO O| Planning: Planning completed in 0.00 seconds
38052024-12-18T23:11:15.403Z[ recovery-image] Dec 18 23:11:14.083 INFO O| Dec 18 23:11:14.083 INFO O| Planning: Consolidating action changes ... Done
38062024-12-18T23:11:15.403Z[ recovery-image] Dec 18 23:11:14.083 INFO O| Dec 18 23:11:14.083 INFO O| Planning: Evaluating mediators ... Done
38072024-12-18T23:11:15.403Z[ recovery-image] Dec 18 23:11:14.083 INFO O| Dec 18 23:11:14.083 INFO O| Planning: Planning completed in 0.00 seconds
38082024-12-18T23:11:15.403Z[ recovery-image] Dec 18 23:11:14.084 INFO O| Dec 18 23:11:14.084 INFO O| Variants/Facets to change: 1
38092024-12-18T23:11:15.513Z[ recovery-image] Dec 18 23:11:14.195 INFO O| Dec 18 23:11:14.195 INFO O| Done
38102024-12-18T23:11:15.513Z[ recovery-image] Dec 18 23:11:14.195 INFO O| Dec 18 23:11:14.195 INFO O| Done
38112024-12-18T23:11:16.349Z[ recovery-image] Dec 18 23:11:15.031 INFO O| Dec 18 23:11:15.030 INFO O| Done
38122024-12-18T23:11:16.467Z[ recovery-image] Dec 18 23:11:15.148 INFO O| Dec 18 23:11:15.148 INFO O| Done
38132024-12-18T23:11:16.469Z[ recovery-image] Dec 18 23:11:15.149 INFO O| Dec 18 23:11:15.149 INFO O| Done
38142024-12-18T23:11:16.469Z[ recovery-image] Dec 18 23:11:15.149 INFO O| Dec 18 23:11:15.149 INFO O| Done
38152024-12-18T23:11:16.472Z[ recovery-image] Dec 18 23:11:15.151 INFO O| Dec 18 23:11:15.151 INFO O| Done
38162024-12-18T23:11:16.590Z[ recovery-image] Dec 18 23:11:15.272 INFO O| Dec 18 23:11:15.272 INFO STEP 10 (pkg_change_facet) COMPLETE
38172024-12-18T23:11:16.590Z[ recovery-image] Dec 18 23:11:15.272 INFO O| Dec 18 23:11:15.272 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38182024-12-18T23:11:16.613Z[ recovery-image] Dec 18 23:11:15.294 INFO O| Dec 18 23:11:15.294 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"]
38192024-12-18T23:11:17.724Z[ recovery-image] Dec 18 23:11:16.405 INFO O| Dec 18 23:11:16.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38202024-12-18T23:11:18.839Z[verify-libraries] Compiling des v0.8.1
38212024-12-18T23:11:19.440Z[verify-libraries] Compiling hex-literal v0.4.1
38222024-12-18T23:11:19.515Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38232024-12-18T23:11:19.842Z[verify-libraries] Compiling russh v0.45.0
38242024-12-18T23:11:20.650Z[verify-libraries] Compiling dhcproto v0.12.0
38252024-12-18T23:11:26.475Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38262024-12-18T23:11:29.423Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38272024-12-18T23:11:32.007Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38282024-12-18T23:11:43.116Z[verify-libraries] Compiling petname v2.0.2
38292024-12-18T23:11:44.429Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38302024-12-18T23:11:45.109Z[verify-libraries] Compiling internet-checksum v0.2.1
38312024-12-18T23:11:45.902Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38322024-12-18T23:11:47.977Z[verify-libraries] Compiling heck v0.4.1
38332024-12-18T23:11:49.691Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38342024-12-18T23:11:54.016Z[ host-image] Dec 18 23:11:52.695 INFO O| Dec 18 23:11:52.695 INFO O| Planning: Solver setup ... Done
38352024-12-18T23:11:55.122Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38362024-12-18T23:11:58.255Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38372024-12-18T23:12:05.565Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38382024-12-18T23:12:20.142Z[ recovery-image] Dec 18 23:12:18.820 INFO O| Dec 18 23:12:18.820 INFO O| Planning: Solver setup ... Done
38392024-12-18T23:12:31.608Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38402024-12-18T23:12:33.287Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38412024-12-18T23:12:37.733Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38422024-12-18T23:13:01.825Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38432024-12-18T23:13:10.248Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38442024-12-18T23:13:10.413Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38452024-12-18T23:13:11.041Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38462024-12-18T23:13:11.606Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38472024-12-18T23:13:12.039Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38482024-12-18T23:13:12.615Z[verify-libraries] Compiling sync-ptr v0.1.1
38492024-12-18T23:13:13.009Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38502024-12-18T23:13:16.202Z[ host-image] Dec 18 23:13:14.878 INFO O| Dec 18 23:13:14.878 INFO O| Planning: Running solver ... Done
38512024-12-18T23:13:16.841Z[ host-image] Dec 18 23:13:15.516 INFO O| Dec 18 23:13:15.516 INFO O| Planning: Finding local manifests ... Done
38522024-12-18T23:13:16.860Z[ host-image] Dec 18 23:13:15.535 INFO O| Dec 18 23:13:15.535 INFO O| Planning: Fetching manifests: 0/124 0% complete
38532024-12-18T23:13:19.108Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38542024-12-18T23:13:21.500Z[ host-image] Dec 18 23:13:20.176 INFO O| Dec 18 23:13:20.176 INFO O| Planning: Fetching manifests: 124/124 100% complete
38552024-12-18T23:13:22.109Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38562024-12-18T23:13:23.059Z[ host-image] Dec 18 23:13:21.734 INFO O| Dec 18 23:13:21.734 INFO O| Planning: Package planning ... Done
38572024-12-18T23:13:24.660Z[ host-image] Dec 18 23:13:23.335 INFO O| Dec 18 23:13:23.335 INFO O| Planning: Merging actions ... Done
38582024-12-18T23:13:25.013Z[ host-image] Dec 18 23:13:23.688 INFO O| Dec 18 23:13:23.688 INFO O| Planning: Checking for conflicting actions ... Done
38592024-12-18T23:13:25.372Z[ host-image] Dec 18 23:13:24.048 INFO O| Dec 18 23:13:24.048 INFO O| Planning: Consolidating action changes ... Done
38602024-12-18T23:13:25.842Z[ host-image] Dec 18 23:13:24.518 INFO O| Dec 18 23:13:24.517 INFO O| Planning: Evaluating mediators ... Done
38612024-12-18T23:13:25.966Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38622024-12-18T23:13:31.700Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38632024-12-18T23:13:31.849Z[ host-image] Dec 18 23:13:30.523 INFO O| Dec 18 23:13:30.523 INFO O| Planning: Planning completed in 164.57 seconds
38642024-12-18T23:13:31.855Z[ host-image] Dec 18 23:13:30.530 INFO O| Dec 18 23:13:30.529 INFO O| Packages to install: 124
38652024-12-18T23:13:31.857Z[ host-image] Dec 18 23:13:30.530 INFO O| Dec 18 23:13:30.529 INFO O| Mediators to change: 4
38662024-12-18T23:13:31.857Z[ host-image] Dec 18 23:13:30.530 INFO O| Dec 18 23:13:30.530 INFO O| Services to change: 6
38672024-12-18T23:13:31.968Z[ host-image] Dec 18 23:13:30.642 INFO O| Dec 18 23:13:30.642 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38682024-12-18T23:13:36.946Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38692024-12-18T23:13:36.981Z[ host-image] Dec 18 23:13:35.656 INFO O| Dec 18 23:13:35.650 INFO O| Download: 1211/22788 items 7.0/199.7MB 3% complete (1.4M/s)
38702024-12-18T23:13:41.981Z[ host-image] Dec 18 23:13:40.655 INFO O| Dec 18 23:13:40.655 INFO O| Download: 1823/22788 items 17.9/199.7MB 8% complete (1.7M/s)
38712024-12-18T23:13:43.343Z[ recovery-image] Dec 18 23:13:42.017 INFO O| Dec 18 23:13:42.017 INFO O| Planning: Running solver ... Done
38722024-12-18T23:13:43.902Z[ recovery-image] Dec 18 23:13:42.576 INFO O| Dec 18 23:13:42.576 INFO O| Planning: Finding local manifests ... Done
38732024-12-18T23:13:43.921Z[ recovery-image] Dec 18 23:13:42.595 INFO O| Dec 18 23:13:42.595 INFO O| Planning: Fetching manifests: 0/124 0% complete
38742024-12-18T23:13:46.986Z[ host-image] Dec 18 23:13:45.660 INFO O| Dec 18 23:13:45.660 INFO O| Download: 2388/22788 items 27.9/199.7MB 13% complete (2.1M/s)
38752024-12-18T23:13:48.667Z[ recovery-image] Dec 18 23:13:47.341 INFO O| Dec 18 23:13:47.341 INFO O| Planning: Fetching manifests: 124/124 100% complete
38762024-12-18T23:13:49.629Z[ recovery-image] Dec 18 23:13:48.303 INFO O| Dec 18 23:13:48.303 INFO O| Planning: Package planning ... Done
38772024-12-18T23:13:50.499Z[ recovery-image] Dec 18 23:13:49.173 INFO O| Dec 18 23:13:49.173 INFO O| Planning: Merging actions ... Done
38782024-12-18T23:13:50.682Z[ recovery-image] Dec 18 23:13:49.355 INFO O| Dec 18 23:13:49.355 INFO O| Planning: Checking for conflicting actions ... Done
38792024-12-18T23:13:50.823Z[ recovery-image] Dec 18 23:13:49.497 INFO O| Dec 18 23:13:49.497 INFO O| Planning: Consolidating action changes ... Done
38802024-12-18T23:13:51.186Z[ recovery-image] Dec 18 23:13:49.860 INFO O| Dec 18 23:13:49.860 INFO O| Planning: Evaluating mediators ... Done
38812024-12-18T23:13:52.006Z[ host-image] Dec 18 23:13:50.680 INFO O| Dec 18 23:13:50.680 INFO O| Download: 3523/22788 items 35.7/199.7MB 17% complete (1.8M/s)
38822024-12-18T23:13:57.164Z[ recovery-image] Dec 18 23:13:55.837 INFO O| Dec 18 23:13:55.837 INFO O| Planning: Planning completed in 159.43 seconds
38832024-12-18T23:13:57.171Z[ recovery-image] Dec 18 23:13:55.844 INFO O| Dec 18 23:13:55.844 INFO O| Packages to install: 124
38842024-12-18T23:13:57.174Z[ recovery-image] Dec 18 23:13:55.844 INFO O| Dec 18 23:13:55.844 INFO O| Mediators to change: 4
38852024-12-18T23:13:57.174Z[ recovery-image] Dec 18 23:13:55.845 INFO O| Dec 18 23:13:55.845 INFO O| Services to change: 5
38862024-12-18T23:13:57.258Z[ recovery-image] Dec 18 23:13:55.932 INFO O| Dec 18 23:13:55.932 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38872024-12-18T23:13:57.293Z[ host-image] Dec 18 23:13:55.966 INFO O| Dec 18 23:13:55.966 INFO O| Download: 4554/22788 items 42.6/199.7MB 21% complete (1.5M/s)
38882024-12-18T23:14:01.136Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38892024-12-18T23:14:02.295Z[ host-image] Dec 18 23:14:00.967 INFO O| Dec 18 23:14:00.967 INFO O| Download: 5088/22788 items 45.9/199.7MB 23% complete (1004k/s)
38902024-12-18T23:14:02.964Z[ recovery-image] Dec 18 23:14:01.637 INFO O| Dec 18 23:14:01.637 INFO O| Download: 1057/15862 items 7.9/176.4MB 4% complete (1.8M/s)
38912024-12-18T23:14:05.630Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38922024-12-18T23:14:06.321Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38932024-12-18T23:14:07.317Z[ host-image] Dec 18 23:14:05.990 INFO O| Dec 18 23:14:05.989 INFO O| Download: 6135/22788 items 46.5/199.7MB 23% complete (397k/s)
38942024-12-18T23:14:07.958Z[verify-libraries] Compiling termios v0.3.3
38952024-12-18T23:14:07.977Z[ recovery-image] Dec 18 23:14:06.650 INFO O| Dec 18 23:14:06.650 INFO O| Download: 1320/15862 items 20.3/176.4MB 11% complete (1.9M/s)
38962024-12-18T23:14:08.307Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38972024-12-18T23:14:12.325Z[ host-image] Dec 18 23:14:10.998 INFO O| Dec 18 23:14:10.998 INFO O| Download: 6914/22788 items 49.6/199.7MB 24% complete (367k/s)
38982024-12-18T23:14:12.981Z[ recovery-image] Dec 18 23:14:11.654 INFO O| Dec 18 23:14:11.654 INFO O| Download: 1599/15862 items 24.8/176.4MB 14% complete (1.7M/s)
38992024-12-18T23:14:17.345Z[ host-image] Dec 18 23:14:16.017 INFO O| Dec 18 23:14:16.017 INFO O| Download: 7613/22788 items 58.5/199.7MB 29% complete (1.2M/s)
39002024-12-18T23:14:17.985Z[ recovery-image] Dec 18 23:14:16.657 INFO O| Dec 18 23:14:16.657 INFO O| Download: 2436/15862 items 31.4/176.4MB 17% complete (1.2M/s)
39012024-12-18T23:14:22.623Z[ host-image] Dec 18 23:14:21.295 INFO O| Dec 18 23:14:21.295 INFO O| Download: 8230/22788 items 63.1/199.7MB 31% complete (1.2M/s)
39022024-12-18T23:14:22.986Z[ recovery-image] Dec 18 23:14:21.658 INFO O| Dec 18 23:14:21.658 INFO O| Download: 3444/15862 items 38.2/176.4MB 21% complete (1.6M/s)
39032024-12-18T23:14:27.640Z[ host-image] Dec 18 23:14:26.312 INFO O| Dec 18 23:14:26.312 INFO O| Download: 9095/22788 items 73.8/199.7MB 36% complete (1.5M/s)
39042024-12-18T23:14:28.309Z[ recovery-image] Dec 18 23:14:26.981 INFO O| Dec 18 23:14:26.981 INFO O| Download: 3777/15862 items 42.2/176.4MB 23% complete (1.1M/s)
39052024-12-18T23:14:32.660Z[ host-image] Dec 18 23:14:31.324 INFO O| Dec 18 23:14:31.324 INFO O| Download: 9850/22788 items 83.6/199.7MB 41% complete (2.1M/s)
39062024-12-18T23:14:32.961Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39072024-12-18T23:14:33.416Z[ recovery-image] Dec 18 23:14:32.080 INFO O| Dec 18 23:14:32.080 INFO O| Download: 4772/15862 items 43.0/176.4MB 24% complete (478k/s)
39082024-12-18T23:14:37.660Z[ host-image] Dec 18 23:14:36.331 INFO O| Dec 18 23:14:36.331 INFO O| Download: 10839/22788 items 89.9/199.7MB 45% complete (1.6M/s)
39092024-12-18T23:14:38.439Z[ recovery-image] Dec 18 23:14:37.109 INFO O| Dec 18 23:14:37.109 INFO O| Download: 5541/15862 items 43.4/176.4MB 24% complete (122k/s)
39102024-12-18T23:14:42.715Z[ host-image] Dec 18 23:14:41.386 INFO O| Dec 18 23:14:41.386 INFO O| Download: 11361/22788 items 96.1/199.7MB 48% complete (1.2M/s)
39112024-12-18T23:14:43.740Z[ recovery-image] Dec 18 23:14:42.411 INFO O| Dec 18 23:14:42.411 INFO O| Download: 5951/15862 items 53.6/176.4MB 30% complete (1.0M/s)
39122024-12-18T23:14:47.727Z[ host-image] Dec 18 23:14:46.397 INFO O| Dec 18 23:14:46.397 INFO O| Download: 12113/22788 items 103.1/199.7MB 51% complete (1.2M/s)
39132024-12-18T23:14:48.746Z[ recovery-image] Dec 18 23:14:47.416 INFO O| Dec 18 23:14:47.416 INFO O| Download: 6579/15862 items 64.2/176.4MB 36% complete (2.0M/s)
39142024-12-18T23:14:52.654Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39152024-12-18T23:14:52.729Z[ host-image] Dec 18 23:14:51.400 INFO O| Dec 18 23:14:51.399 INFO O| Download: 12390/22788 items 109.5/199.7MB 54% complete (1.4M/s)
39162024-12-18T23:14:53.768Z[ recovery-image] Dec 18 23:14:52.439 INFO O| Dec 18 23:14:52.439 INFO O| Download: 7474/15862 items 73.5/176.4MB 41% complete (2.0M/s)
39172024-12-18T23:14:58.045Z[ host-image] Dec 18 23:14:56.715 INFO O| Dec 18 23:14:56.715 INFO O| Download: 13336/22788 items 110.0/199.7MB 55% complete (912k/s)
39182024-12-18T23:14:59.030Z[ recovery-image] Dec 18 23:14:57.700 INFO O| Dec 18 23:14:57.700 INFO O| Download: 7892/15862 items 76.4/176.4MB 43% complete (1.2M/s)
39192024-12-18T23:15:03.045Z[ host-image] Dec 18 23:15:01.715 INFO O| Dec 18 23:15:01.715 INFO O| Download: 14397/22788 items 111.5/199.7MB 55% complete (187k/s)
39202024-12-18T23:15:04.646Z[ recovery-image] Dec 18 23:15:03.316 INFO O| Dec 18 23:15:03.315 INFO O| Download: 7902/15862 items 76.8/176.4MB 43% complete (1020k/s)
39212024-12-18T23:15:08.046Z[ host-image] Dec 18 23:15:06.716 INFO O| Dec 18 23:15:06.716 INFO O| Download: 15310/22788 items 121.4/199.7MB 60% complete (1.1M/s)
39222024-12-18T23:15:13.049Z[ host-image] Dec 18 23:15:11.718 INFO O| Dec 18 23:15:11.718 INFO O| Download: 16151/22788 items 133.4/199.7MB 66% complete (2.2M/s)
39232024-12-18T23:15:18.051Z[ host-image] Dec 18 23:15:16.720 INFO O| Dec 18 23:15:16.720 INFO O| Download: 17464/22788 items 141.4/199.7MB 70% complete (2.0M/s)
39242024-12-18T23:15:18.071Z[ recovery-image] Dec 18 23:15:16.740 INFO O| Dec 18 23:15:16.740 INFO O| Download: 7974/15862 items 78.9/176.4MB 44% complete
39252024-12-18T23:15:23.088Z[ host-image] Dec 18 23:15:21.758 INFO O| Dec 18 23:15:21.757 INFO O| Download: 17912/22788 items 155.4/199.7MB 77% complete (2.1M/s)
39262024-12-18T23:15:23.169Z[ recovery-image] Dec 18 23:15:21.837 INFO O| Dec 18 23:15:21.837 INFO O| Download: 8778/15862 items 90.3/176.4MB 51% complete (2.1M/s)
39272024-12-18T23:15:28.092Z[ host-image] Dec 18 23:15:26.761 INFO O| Dec 18 23:15:26.760 INFO O| Download: 18862/22788 items 165.4/199.7MB 82% complete (2.4M/s)
39282024-12-18T23:15:28.172Z[ recovery-image] Dec 18 23:15:26.840 INFO O| Dec 18 23:15:26.840 INFO O| Download: 8997/15862 items 92.7/176.4MB 52% complete (1.4M/s)
39292024-12-18T23:15:33.094Z[ host-image] Dec 18 23:15:31.762 INFO O| Dec 18 23:15:31.762 INFO O| Download: 19502/22788 items 168.0/199.7MB 84% complete (1.3M/s)
39302024-12-18T23:15:33.172Z[ recovery-image] Dec 18 23:15:31.840 INFO O| Dec 18 23:15:31.840 INFO O| Download: 9960/15862 items 93.2/176.4MB 52% complete (294k/s)
39312024-12-18T23:15:38.103Z[ host-image] Dec 18 23:15:36.771 INFO O| Dec 18 23:15:36.771 INFO O| Download: 20448/22788 items 171.9/199.7MB 86% complete (664k/s)
39322024-12-18T23:15:38.184Z[ recovery-image] Dec 18 23:15:36.853 INFO O| Dec 18 23:15:36.853 INFO O| Download: 10804/15862 items 93.9/176.4MB 53% complete (118k/s)
39332024-12-18T23:15:43.152Z[ host-image] Dec 18 23:15:41.820 INFO O| Dec 18 23:15:41.820 INFO O| Download: 20986/22788 items 178.9/199.7MB 89% complete (1.2M/s)
39342024-12-18T23:15:43.248Z[ recovery-image] Dec 18 23:15:41.916 INFO O| Dec 18 23:15:41.916 INFO O| Download: 11096/15862 items 99.6/176.4MB 56% complete (636k/s)
39352024-12-18T23:15:48.225Z[ host-image] Dec 18 23:15:46.893 INFO O| Dec 18 23:15:46.893 INFO O| Download: 21702/22788 items 183.6/199.7MB 91% complete (1.2M/s)
39362024-12-18T23:15:48.250Z[ recovery-image] Dec 18 23:15:46.918 INFO O| Dec 18 23:15:46.918 INFO O| Download: 11808/15862 items 126.0/176.4MB 71% complete (3.1M/s)
39372024-12-18T23:15:53.261Z[ recovery-image] Dec 18 23:15:51.929 INFO O| Dec 18 23:15:51.929 INFO O| Download: 12297/15862 items 141.0/176.4MB 79% complete (4.2M/s)
39382024-12-18T23:15:53.268Z[ host-image] Dec 18 23:15:51.936 INFO O| Dec 18 23:15:51.935 INFO O| Download: 22098/22788 items 196.8/199.7MB 98% complete (1.7M/s)
39392024-12-18T23:15:57.758Z[ host-image] Dec 18 23:15:56.426 INFO O| Dec 18 23:15:56.425 INFO O| Download: Completed 199.66 MB in 145.78 seconds (1.4M/s)
39402024-12-18T23:15:58.272Z[ recovery-image] Dec 18 23:15:56.939 INFO O| Dec 18 23:15:56.939 INFO O| Download: 13128/15862 items 144.5/176.4MB 81% complete (2.0M/s)
39412024-12-18T23:15:59.493Z[ host-image] Dec 18 23:15:58.160 INFO O| Dec 18 23:15:58.160 INFO O| Actions: 1/49485 actions (Installing new actions)
39422024-12-18T23:16:03.294Z[ recovery-image] Dec 18 23:16:01.961 INFO O| Dec 18 23:16:01.961 INFO O| Download: 14293/15862 items 149.4/176.4MB 84% complete (855k/s)
39432024-12-18T23:16:04.493Z[ host-image] Dec 18 23:16:03.160 INFO O| Dec 18 23:16:03.160 INFO O| Actions: 9548/49485 actions (Installing new actions)
39442024-12-18T23:16:08.322Z[ recovery-image] Dec 18 23:16:06.989 INFO O| Dec 18 23:16:06.989 INFO O| Download: 14988/15862 items 157.6/176.4MB 89% complete (1.3M/s)
39452024-12-18T23:16:09.494Z[ host-image] Dec 18 23:16:08.161 INFO O| Dec 18 23:16:08.161 INFO O| Actions: 16702/49485 actions (Installing new actions)
39462024-12-18T23:16:13.469Z[ recovery-image] Dec 18 23:16:12.135 INFO O| Dec 18 23:16:12.135 INFO O| Download: 15577/15862 items 169.2/176.4MB 95% complete (2.0M/s)
39472024-12-18T23:16:14.495Z[ host-image] Dec 18 23:16:13.161 INFO O| Dec 18 23:16:13.161 INFO O| Actions: 23449/49485 actions (Installing new actions)
39482024-12-18T23:16:16.511Z[ recovery-image] Dec 18 23:16:15.177 INFO O| Dec 18 23:16:15.177 INFO O| Download: Completed 176.39 MB in 139.25 seconds (1.3M/s)
39492024-12-18T23:16:18.318Z[ recovery-image] Dec 18 23:16:16.984 INFO O| Dec 18 23:16:16.984 INFO O| Actions: 1/25028 actions (Installing new actions)
39502024-12-18T23:16:19.495Z[ host-image] Dec 18 23:16:18.161 INFO O| Dec 18 23:16:18.161 INFO O| Actions: 46549/49485 actions (Installing new actions)
39512024-12-18T23:16:22.528Z[ host-image] Dec 18 23:16:21.194 INFO O| Dec 18 23:16:21.194 INFO O| Actions: Completed 49485 actions in 23.03 seconds.
39522024-12-18T23:16:23.305Z[ host-image] Dec 18 23:16:21.971 INFO O| Dec 18 23:16:21.971 INFO O| Done
39532024-12-18T23:16:23.308Z[ host-image] Dec 18 23:16:21.971 INFO O| Dec 18 23:16:21.971 INFO O| Done
39542024-12-18T23:16:23.319Z[ recovery-image] Dec 18 23:16:21.985 INFO O| Dec 18 23:16:21.985 INFO O| Actions: 8155/25028 actions (Installing new actions)
39552024-12-18T23:16:24.992Z[ host-image] Dec 18 23:16:23.658 INFO O| Dec 18 23:16:23.658 INFO O| Done
39562024-12-18T23:16:27.755Z[ host-image] Dec 18 23:16:26.421 INFO O| Dec 18 23:16:26.421 INFO O| Done
39572024-12-18T23:16:27.796Z[ host-image] Dec 18 23:16:26.462 INFO O| Dec 18 23:16:26.462 INFO O| Done
39582024-12-18T23:16:28.319Z[ recovery-image] Dec 18 23:16:26.985 INFO O| Dec 18 23:16:26.985 INFO O| Actions: 13641/25028 actions (Installing new actions)
39592024-12-18T23:16:33.320Z[ recovery-image] Dec 18 23:16:31.985 INFO O| Dec 18 23:16:31.985 INFO O| Actions: 19757/25028 actions (Installing new actions)
39602024-12-18T23:16:35.644Z[ host-image] Dec 18 23:16:34.309 INFO O| Dec 18 23:16:34.309 INFO O| Done
39612024-12-18T23:16:36.294Z[ recovery-image] Dec 18 23:16:34.960 INFO O| Dec 18 23:16:34.960 INFO O| Actions: Completed 25028 actions in 17.97 seconds.
39622024-12-18T23:16:36.744Z[ host-image] Dec 18 23:16:35.410 INFO O| Dec 18 23:16:35.409 INFO O| Done
39632024-12-18T23:16:37.361Z[ recovery-image] Dec 18 23:16:36.026 INFO O| Dec 18 23:16:36.026 INFO O| Done
39642024-12-18T23:16:37.362Z[ recovery-image] Dec 18 23:16:36.026 INFO O| Dec 18 23:16:36.026 INFO O| Done
39652024-12-18T23:16:37.375Z[ host-image] Dec 18 23:16:36.041 INFO O| Dec 18 23:16:36.040 INFO STEP 11 (pkg_install) COMPLETE
39662024-12-18T23:16:37.378Z[ host-image] Dec 18 23:16:36.041 INFO O| Dec 18 23:16:36.040 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39672024-12-18T23:16:37.404Z[ host-image] Dec 18 23:16:36.070 INFO O| Dec 18 23:16:36.069 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"]
39682024-12-18T23:16:38.503Z[ recovery-image] Dec 18 23:16:37.168 INFO O| Dec 18 23:16:37.168 INFO O| Done
39692024-12-18T23:16:40.365Z[ recovery-image] Dec 18 23:16:39.030 INFO O| Dec 18 23:16:39.030 INFO O| Done
39702024-12-18T23:16:40.405Z[ recovery-image] Dec 18 23:16:39.070 INFO O| Dec 18 23:16:39.070 INFO O| Done
39712024-12-18T23:16:40.697Z[ host-image] Dec 18 23:16:39.362 INFO O| Dec 18 23:16:39.362 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39722024-12-18T23:16:45.926Z[ recovery-image] Dec 18 23:16:44.579 INFO O| Dec 18 23:16:44.579 INFO O| Done
39732024-12-18T23:16:46.488Z[ host-image] Dec 18 23:16:45.152 INFO O| Dec 18 23:16:45.151 INFO O| Planning: Solver setup ... Done
39742024-12-18T23:16:46.508Z[ host-image] Dec 18 23:16:45.158 INFO O| Dec 18 23:16:45.158 INFO O| Planning: Running solver ... Done
39752024-12-18T23:16:46.609Z[ recovery-image] Dec 18 23:16:45.274 INFO O| Dec 18 23:16:45.274 INFO O| Done
39762024-12-18T23:16:46.612Z[ host-image] Dec 18 23:16:45.276 INFO O| Dec 18 23:16:45.276 INFO O| Planning: Finding local manifests ... Done
39772024-12-18T23:16:46.615Z[ host-image] Dec 18 23:16:45.278 INFO O| Dec 18 23:16:45.278 INFO O| Planning: Fetching manifests: 0/5 0% complete
39782024-12-18T23:16:47.121Z[ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 11 (pkg_install) COMPLETE
39792024-12-18T23:16:47.121Z[ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39802024-12-18T23:16:47.124Z[ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO skip step because feature "recovery" is enabled
39812024-12-18T23:16:47.124Z[ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39822024-12-18T23:16:47.124Z[ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO skip step because feature "omicron1" is not enabled
39832024-12-18T23:16:47.124Z[ recovery-image] Dec 18 23:16:45.785 INFO O| Dec 18 23:16:45.785 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39842024-12-18T23:16:47.142Z[ recovery-image] Dec 18 23:16:45.807 INFO O| Dec 18 23:16:45.807 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39852024-12-18T23:16:47.205Z[ host-image] Dec 18 23:16:45.870 INFO O| Dec 18 23:16:45.870 INFO O| Planning: Fetching manifests: 5/5 100% complete
39862024-12-18T23:16:47.323Z[ host-image] Dec 18 23:16:45.977 INFO O| Dec 18 23:16:45.977 INFO O| Planning: Package planning ... Done
39872024-12-18T23:16:47.325Z[ host-image] Dec 18 23:16:45.984 INFO O| Dec 18 23:16:45.984 INFO O| Planning: Merging actions ... Done
39882024-12-18T23:16:47.465Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39892024-12-18T23:16:47.516Z[ host-image] Dec 18 23:16:46.181 INFO O| Dec 18 23:16:46.181 INFO O| Planning: Checking for conflicting actions ... Done
39902024-12-18T23:16:47.519Z[ host-image] Dec 18 23:16:46.183 INFO O| Dec 18 23:16:46.183 INFO O| Planning: Consolidating action changes ... Done
39912024-12-18T23:16:48.140Z[ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.768 INFO O| Planning: Evaluating mediators ... Done
39922024-12-18T23:16:48.140Z[ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.771 INFO O| Planning: Planning completed in 7.41 seconds
39932024-12-18T23:16:48.140Z[ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.773 INFO O| Packages to install: 5
39942024-12-18T23:16:48.141Z[ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.773 INFO O| Services to change: 2
39952024-12-18T23:16:48.141Z[ host-image] Dec 18 23:16:46.803 INFO O| Dec 18 23:16:46.794 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
39962024-12-18T23:16:48.288Z[ recovery-image] Dec 18 23:16:46.952 INFO O| Dec 18 23:16:46.952 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39972024-12-18T23:16:49.695Z[ host-image] Dec 18 23:16:48.360 INFO O| Dec 18 23:16:48.360 INFO O| Download: Completed 1.45 MB in 1.57 seconds (945k/s)
39982024-12-18T23:16:49.836Z[ host-image] Dec 18 23:16:48.501 INFO O| Dec 18 23:16:48.501 INFO O| Actions: 1/305 actions (Installing new actions)
39992024-12-18T23:16:50.102Z[ host-image] Dec 18 23:16:48.765 INFO O| Dec 18 23:16:48.765 INFO O| Actions: Completed 305 actions in 0.26 seconds.
40002024-12-18T23:16:50.877Z[ host-image] Dec 18 23:16:49.542 INFO O| Dec 18 23:16:49.542 INFO O| Done
40012024-12-18T23:16:50.877Z[ host-image] Dec 18 23:16:49.542 INFO O| Dec 18 23:16:49.542 INFO O| Done
40022024-12-18T23:16:52.210Z[ host-image] Dec 18 23:16:50.875 INFO O| Dec 18 23:16:50.875 INFO O| Done
40032024-12-18T23:16:52.509Z[ recovery-image] Dec 18 23:16:51.173 INFO O| Dec 18 23:16:51.173 INFO O| Planning: Solver setup ... Done
40042024-12-18T23:16:52.515Z[ recovery-image] Dec 18 23:16:51.180 INFO O| Dec 18 23:16:51.180 INFO O| Planning: Running solver ... Done
40052024-12-18T23:16:52.620Z[ recovery-image] Dec 18 23:16:51.284 INFO O| Dec 18 23:16:51.284 INFO O| Planning: Finding local manifests ... Done
40062024-12-18T23:16:52.623Z[ recovery-image] Dec 18 23:16:51.285 INFO O| Dec 18 23:16:51.285 INFO O| Planning: Fetching manifests: 0/1 0% complete
40072024-12-18T23:16:52.881Z[ recovery-image] Dec 18 23:16:51.546 INFO O| Dec 18 23:16:51.545 INFO O| Planning: Fetching manifests: 1/1 100% complete
40082024-12-18T23:16:52.912Z[ recovery-image] Dec 18 23:16:51.577 INFO O| Dec 18 23:16:51.577 INFO O| Planning: Package planning ... Done
40092024-12-18T23:16:52.915Z[ recovery-image] Dec 18 23:16:51.577 INFO O| Dec 18 23:16:51.577 INFO O| Planning: Merging actions ... Done
40102024-12-18T23:16:53.011Z[ recovery-image] Dec 18 23:16:51.675 INFO O| Dec 18 23:16:51.675 INFO O| Planning: Checking for conflicting actions ... Done
40112024-12-18T23:16:53.014Z[ recovery-image] Dec 18 23:16:51.676 INFO O| Dec 18 23:16:51.676 INFO O| Planning: Consolidating action changes ... Done
40122024-12-18T23:16:53.614Z[ recovery-image] Dec 18 23:16:52.277 INFO O| Dec 18 23:16:52.277 INFO O| Planning: Evaluating mediators ... Done
40132024-12-18T23:16:53.618Z[ recovery-image] Dec 18 23:16:52.278 INFO O| Dec 18 23:16:52.278 INFO O| Planning: Planning completed in 5.33 seconds
40142024-12-18T23:16:53.618Z[ recovery-image] Dec 18 23:16:52.280 INFO O| Dec 18 23:16:52.280 INFO O| Packages to install: 1
40152024-12-18T23:16:53.643Z[ recovery-image] Dec 18 23:16:52.300 INFO O| Dec 18 23:16:52.300 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40162024-12-18T23:16:54.105Z[ recovery-image] Dec 18 23:16:52.769 INFO O| Dec 18 23:16:52.769 INFO O| Download: Completed 9.99 MB in 0.47 seconds (21.3M/s)
40172024-12-18T23:16:54.197Z[ recovery-image] Dec 18 23:16:52.861 INFO O| Dec 18 23:16:52.860 INFO O| Actions: 1/22 actions (Installing new actions)
40182024-12-18T23:16:54.595Z[ recovery-image] Dec 18 23:16:53.259 INFO O| Dec 18 23:16:53.259 INFO O| Actions: Completed 22 actions in 0.40 seconds.
40192024-12-18T23:16:54.979Z[ host-image] Dec 18 23:16:53.643 INFO O| Dec 18 23:16:53.643 INFO O| Done
40202024-12-18T23:16:55.054Z[ host-image] Dec 18 23:16:53.719 INFO O| Dec 18 23:16:53.718 INFO O| Done
40212024-12-18T23:16:55.055Z[ host-image] Dec 18 23:16:53.719 INFO O| Dec 18 23:16:53.719 INFO O| Done
40222024-12-18T23:16:55.063Z[ recovery-image] Dec 18 23:16:53.728 INFO O| Dec 18 23:16:53.728 INFO O| Done
40232024-12-18T23:16:55.063Z[ recovery-image] Dec 18 23:16:53.728 INFO O| Dec 18 23:16:53.728 INFO O| Done
40242024-12-18T23:16:55.089Z[ host-image] Dec 18 23:16:53.748 INFO O| Dec 18 23:16:53.748 INFO O| Done
40252024-12-18T23:16:55.361Z[ host-image] Dec 18 23:16:54.025 INFO O| Dec 18 23:16:54.025 INFO STEP 12 (pkg_install) COMPLETE
40262024-12-18T23:16:55.361Z[ host-image] Dec 18 23:16:54.025 INFO O| Dec 18 23:16:54.025 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40272024-12-18T23:16:55.382Z[ host-image] Dec 18 23:16:54.046 INFO O| Dec 18 23:16:54.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40282024-12-18T23:16:56.369Z[ recovery-image] Dec 18 23:16:55.033 INFO O| Dec 18 23:16:55.033 INFO O| Done
40292024-12-18T23:16:56.457Z[ host-image] Dec 18 23:16:55.120 INFO O| Dec 18 23:16:55.120 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40302024-12-18T23:16:58.392Z[ recovery-image] Dec 18 23:16:57.034 INFO O| Dec 18 23:16:57.034 INFO O| Done
40312024-12-18T23:16:58.395Z[ recovery-image] Dec 18 23:16:57.058 INFO O| Dec 18 23:16:57.058 INFO O| Done
40322024-12-18T23:16:58.395Z[ recovery-image] Dec 18 23:16:57.058 INFO O| Dec 18 23:16:57.058 INFO O| Done
40332024-12-18T23:16:58.414Z[ recovery-image] Dec 18 23:16:57.076 INFO O| Dec 18 23:16:57.076 INFO O| Done
40342024-12-18T23:16:58.596Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 14 (pkg_install) COMPLETE
40352024-12-18T23:16:58.596Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40362024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "mfg" is not enabled
40372024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40382024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "compliance" is not enabled
40392024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40402024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "stress" is not enabled
40412024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40422024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO skip step because feature "nfs" is not enabled
40432024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.260 INFO O| Dec 18 23:16:57.260 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40442024-12-18T23:16:58.599Z[ recovery-image] Dec 18 23:16:57.261 INFO O| Dec 18 23:16:57.261 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40452024-12-18T23:16:58.785Z[ recovery-image] Dec 18 23:16:57.449 INFO O| Dec 18 23:16:57.449 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40462024-12-18T23:16:58.902Z[ recovery-image] Dec 18 23:16:57.566 INFO O| Dec 18 23:16:57.566 INFO completed processing gimlet/ramdisk-01-os
40472024-12-18T23:16:58.905Z[ recovery-image] Dec 18 23:16:57.569 INFO image builder template: ramdisk-02-trim...
40482024-12-18T23:16:58.908Z[ recovery-image] Dec 18 23:16:57.569 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/.tmpDJCDbN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
40492024-12-18T23:16:58.952Z[ recovery-image] Dec 18 23:16:57.613 INFO O| Dec 18 23:16:57.612 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40502024-12-18T23:16:58.978Z[ recovery-image] Dec 18 23:16:57.642 INFO O| Dec 18 23:16:57.642 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40512024-12-18T23:16:59.177Z[ recovery-image] Dec 18 23:16:57.841 INFO O| Dec 18 23:16:57.841 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40522024-12-18T23:16:59.235Z[ recovery-image] Dec 18 23:16:57.899 INFO O| Dec 18 23:16:57.899 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40532024-12-18T23:16:59.235Z[ recovery-image] Dec 18 23:16:57.899 INFO O| Dec 18 23:16:57.899 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40542024-12-18T23:16:59.244Z[ recovery-image] Dec 18 23:16:57.909 INFO O| Dec 18 23:16:57.908 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40552024-12-18T23:16:59.252Z[ recovery-image] Dec 18 23:16:57.916 INFO O| Dec 18 23:16:57.916 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40562024-12-18T23:16:59.265Z[ recovery-image] Dec 18 23:16:57.929 INFO O| Dec 18 23:16:57.929 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40572024-12-18T23:16:59.611Z[ recovery-image] Dec 18 23:16:58.275 INFO O| Dec 18 23:16:58.275 INFO rolled back to input snapshot; work may begin
40582024-12-18T23:16:59.613Z[ recovery-image] Dec 18 23:16:58.275 INFO O| Dec 18 23:16:58.275 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40592024-12-18T23:16:59.646Z[ recovery-image] Dec 18 23:16:58.310 INFO O| Dec 18 23:16:58.310 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-12-18T23:16:59.667Z[ recovery-image] Dec 18 23:16:58.331 INFO O| Dec 18 23:16:58.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40612024-12-18T23:16:59.903Z[ recovery-image] Dec 18 23:16:58.567 INFO O| Dec 18 23:16:58.567 INFO STEP 0 (remove_files) COMPLETE
40622024-12-18T23:16:59.922Z[ recovery-image] Dec 18 23:16:58.567 INFO O| Dec 18 23:16:58.567 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-18T23:16:59.925Z[ recovery-image] Dec 18 23:16:58.589 INFO O| Dec 18 23:16:58.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40642024-12-18T23:16:59.928Z[ recovery-image] Dec 18 23:16:58.592 INFO O| Dec 18 23:16:58.592 INFO STEP 1 (remove_files) COMPLETE
40652024-12-18T23:16:59.928Z[ recovery-image] Dec 18 23:16:58.593 INFO O| Dec 18 23:16:58.593 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-18T23:16:59.952Z[ recovery-image] Dec 18 23:16:58.616 INFO O| Dec 18 23:16:58.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40672024-12-18T23:16:59.988Z[ recovery-image] Dec 18 23:16:58.652 INFO O| Dec 18 23:16:58.652 INFO STEP 2 (remove_files) COMPLETE
40682024-12-18T23:16:59.988Z[ recovery-image] Dec 18 23:16:58.652 INFO O| Dec 18 23:16:58.652 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-18T23:17:00.026Z[ recovery-image] Dec 18 23:16:58.690 INFO O| Dec 18 23:16:58.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40702024-12-18T23:17:00.029Z[ recovery-image] Dec 18 23:16:58.693 INFO O| Dec 18 23:16:58.693 INFO STEP 3 (remove_files) COMPLETE
40712024-12-18T23:17:00.029Z[ recovery-image] Dec 18 23:16:58.694 INFO O| Dec 18 23:16:58.693 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-18T23:17:00.060Z[ recovery-image] Dec 18 23:16:58.724 INFO O| Dec 18 23:16:58.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40732024-12-18T23:17:00.066Z[ recovery-image] Dec 18 23:16:58.731 INFO O| Dec 18 23:16:58.731 INFO STEP 4 (remove_files) COMPLETE
40742024-12-18T23:17:00.067Z[ recovery-image] Dec 18 23:16:58.731 INFO O| Dec 18 23:16:58.731 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-18T23:17:00.126Z[ recovery-image] Dec 18 23:16:58.790 INFO O| Dec 18 23:16:58.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40762024-12-18T23:17:00.128Z[ recovery-image] Dec 18 23:16:58.790 INFO O| Dec 18 23:16:58.790 INFO STEP 5 (remove_files) COMPLETE
40772024-12-18T23:17:00.128Z[ recovery-image] Dec 18 23:16:58.791 INFO O| Dec 18 23:16:58.791 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-18T23:17:00.155Z[ recovery-image] Dec 18 23:16:58.819 INFO O| Dec 18 23:16:58.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40792024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 6 (remove_files) COMPLETE
40802024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO skip step because feature "recovery" is enabled
40822024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO skip step because feature "recovery" is enabled
40842024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO skip step because feature "recovery" is enabled
40862024-12-18T23:17:00.171Z[ recovery-image] Dec 18 23:16:58.834 INFO O| Dec 18 23:16:58.834 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-18T23:17:00.209Z[ recovery-image] Dec 18 23:16:58.873 INFO O| Dec 18 23:16:58.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40882024-12-18T23:17:00.215Z[ recovery-image] Dec 18 23:16:58.880 INFO O| Dec 18 23:16:58.879 INFO STEP 10 (remove_files) COMPLETE
40892024-12-18T23:17:00.215Z[ recovery-image] Dec 18 23:16:58.880 INFO O| Dec 18 23:16:58.879 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-18T23:17:00.241Z[ recovery-image] Dec 18 23:16:58.904 INFO O| Dec 18 23:16:58.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40912024-12-18T23:17:00.243Z[ recovery-image] Dec 18 23:16:58.906 INFO O| Dec 18 23:16:58.906 INFO STEP 11 (remove_files) COMPLETE
40922024-12-18T23:17:00.243Z[ recovery-image] Dec 18 23:16:58.906 INFO O| Dec 18 23:16:58.906 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-18T23:17:00.284Z[ recovery-image] Dec 18 23:16:58.948 INFO O| Dec 18 23:16:58.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40942024-12-18T23:17:00.287Z[ recovery-image] Dec 18 23:16:58.951 INFO O| Dec 18 23:16:58.951 INFO STEP 12 (remove_files) COMPLETE
40952024-12-18T23:17:00.287Z[ recovery-image] Dec 18 23:16:58.951 INFO O| Dec 18 23:16:58.951 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-18T23:17:00.312Z[ recovery-image] Dec 18 23:16:58.976 INFO O| Dec 18 23:16:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40972024-12-18T23:17:00.608Z[ host-image] Dec 18 23:16:59.272 INFO O| Dec 18 23:16:59.272 INFO O| Planning: Solver setup ... Done
40982024-12-18T23:17:00.615Z[ host-image] Dec 18 23:16:59.279 INFO O| Dec 18 23:16:59.279 INFO O| Planning: Running solver ... Done
40992024-12-18T23:17:00.689Z[ recovery-image] Dec 18 23:16:59.353 INFO O| Dec 18 23:16:59.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41002024-12-18T23:17:00.699Z[ recovery-image] Dec 18 23:16:59.363 INFO O| Dec 18 23:16:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41012024-12-18T23:17:00.701Z[ recovery-image] Dec 18 23:16:59.363 INFO O| Dec 18 23:16:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41022024-12-18T23:17:00.705Z[ recovery-image] Dec 18 23:16:59.369 INFO O| Dec 18 23:16:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41032024-12-18T23:17:00.710Z[ host-image] Dec 18 23:16:59.374 INFO O| Dec 18 23:16:59.374 INFO O| Planning: Finding local manifests ... Done
41042024-12-18T23:17:00.712Z[ host-image] Dec 18 23:16:59.377 INFO O| Dec 18 23:16:59.377 INFO O| Planning: Fetching manifests: 0/6 0% complete
41052024-12-18T23:17:00.847Z[ recovery-image] Dec 18 23:16:59.506 INFO O| Dec 18 23:16:59.506 INFO STEP 13 (remove_files) COMPLETE
41062024-12-18T23:17:00.847Z[ recovery-image] Dec 18 23:16:59.506 INFO O| Dec 18 23:16:59.506 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-18T23:17:00.899Z[ recovery-image] Dec 18 23:16:59.563 INFO O| Dec 18 23:16:59.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41082024-12-18T23:17:00.902Z[ recovery-image] Dec 18 23:16:59.565 INFO O| Dec 18 23:16:59.565 INFO STEP 14 (remove_files) COMPLETE
41092024-12-18T23:17:00.902Z[ recovery-image] Dec 18 23:16:59.566 INFO O| Dec 18 23:16:59.565 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-18T23:17:00.921Z[ recovery-image] Dec 18 23:16:59.585 INFO O| Dec 18 23:16:59.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41112024-12-18T23:17:00.930Z[ recovery-image] Dec 18 23:16:59.594 INFO O| Dec 18 23:16:59.594 INFO STEP 15 (remove_files) COMPLETE
41122024-12-18T23:17:00.930Z[ recovery-image] Dec 18 23:16:59.594 INFO O| Dec 18 23:16:59.594 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-18T23:17:00.956Z[ recovery-image] Dec 18 23:16:59.620 INFO O| Dec 18 23:16:59.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41142024-12-18T23:17:00.962Z[ recovery-image] Dec 18 23:16:59.621 INFO O| Dec 18 23:16:59.621 INFO STEP 16 (remove_files) COMPLETE
41152024-12-18T23:17:00.962Z[ recovery-image] Dec 18 23:16:59.621 INFO O| Dec 18 23:16:59.621 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-18T23:17:00.980Z[ recovery-image] Dec 18 23:16:59.644 INFO O| Dec 18 23:16:59.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41172024-12-18T23:17:00.983Z[ recovery-image] Dec 18 23:16:59.647 INFO O| Dec 18 23:16:59.646 INFO STEP 17 (remove_files) COMPLETE
41182024-12-18T23:17:00.983Z[ recovery-image] Dec 18 23:16:59.647 INFO O| Dec 18 23:16:59.646 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-12-18T23:17:01.004Z[ recovery-image] Dec 18 23:16:59.668 INFO O| Dec 18 23:16:59.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41202024-12-18T23:17:01.004Z[ recovery-image] Dec 18 23:16:59.668 INFO O| Dec 18 23:16:59.668 INFO STEP 18 (remove_files) COMPLETE
41212024-12-18T23:17:01.004Z[ recovery-image] Dec 18 23:16:59.668 INFO O| Dec 18 23:16:59.668 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-18T23:17:01.035Z[ recovery-image] Dec 18 23:16:59.699 INFO O| Dec 18 23:16:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41232024-12-18T23:17:01.035Z[ recovery-image] Dec 18 23:16:59.699 INFO O| Dec 18 23:16:59.699 INFO STEP 19 (remove_files) COMPLETE
41242024-12-18T23:17:01.035Z[ recovery-image] Dec 18 23:16:59.699 INFO O| Dec 18 23:16:59.699 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-18T23:17:01.079Z[ recovery-image] Dec 18 23:16:59.743 INFO O| Dec 18 23:16:59.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41262024-12-18T23:17:01.079Z[ recovery-image] Dec 18 23:16:59.743 INFO O| Dec 18 23:16:59.743 INFO STEP 20 (remove_files) COMPLETE
41272024-12-18T23:17:01.079Z[ recovery-image] Dec 18 23:16:59.743 INFO O| Dec 18 23:16:59.743 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-18T23:17:01.099Z[ recovery-image] Dec 18 23:16:59.763 INFO O| Dec 18 23:16:59.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41292024-12-18T23:17:01.099Z[ recovery-image] Dec 18 23:16:59.763 INFO O| Dec 18 23:16:59.763 INFO STEP 21 (remove_files) COMPLETE
41302024-12-18T23:17:01.101Z[ recovery-image] Dec 18 23:16:59.763 INFO O| Dec 18 23:16:59.763 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-18T23:17:01.117Z[ recovery-image] Dec 18 23:16:59.781 INFO O| Dec 18 23:16:59.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41322024-12-18T23:17:01.117Z[ recovery-image] Dec 18 23:16:59.781 INFO O| Dec 18 23:16:59.781 INFO STEP 22 (remove_files) COMPLETE
41332024-12-18T23:17:01.120Z[ recovery-image] Dec 18 23:16:59.781 INFO O| Dec 18 23:16:59.781 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-18T23:17:01.129Z[ host-image] Dec 18 23:16:59.793 INFO O| Dec 18 23:16:59.793 INFO O| Planning: Fetching manifests: 6/6 100% complete
41352024-12-18T23:17:01.150Z[ recovery-image] Dec 18 23:16:59.814 INFO O| Dec 18 23:16:59.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41362024-12-18T23:17:01.150Z[ recovery-image] Dec 18 23:16:59.814 INFO O| Dec 18 23:16:59.814 INFO STEP 23 (remove_files) COMPLETE
41372024-12-18T23:17:01.150Z[ recovery-image] Dec 18 23:16:59.814 INFO O| Dec 18 23:16:59.814 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-18T23:17:01.194Z[ host-image] Dec 18 23:16:59.858 INFO O| Dec 18 23:16:59.858 INFO O| Planning: Package planning ... Done
41392024-12-18T23:17:01.207Z[ recovery-image] Dec 18 23:16:59.871 INFO O| Dec 18 23:16:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41402024-12-18T23:17:01.210Z[ recovery-image] Dec 18 23:16:59.871 INFO O| Dec 18 23:16:59.871 INFO STEP 24 (remove_files) COMPLETE
41412024-12-18T23:17:01.210Z[ recovery-image] Dec 18 23:16:59.872 INFO O| Dec 18 23:16:59.871 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-18T23:17:01.227Z[ recovery-image] Dec 18 23:16:59.891 INFO O| Dec 18 23:16:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41432024-12-18T23:17:01.229Z[ recovery-image] Dec 18 23:16:59.891 INFO O| Dec 18 23:16:59.891 INFO STEP 25 (remove_files) COMPLETE
41442024-12-18T23:17:01.229Z[ recovery-image] Dec 18 23:16:59.891 INFO O| Dec 18 23:16:59.891 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-18T23:17:01.252Z[ host-image] Dec 18 23:16:59.916 INFO O| Dec 18 23:16:59.916 INFO O| Planning: Merging actions ... Done
41462024-12-18T23:17:01.261Z[ recovery-image] Dec 18 23:16:59.925 INFO O| Dec 18 23:16:59.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41472024-12-18T23:17:01.261Z[ recovery-image] Dec 18 23:16:59.925 INFO O| Dec 18 23:16:59.925 INFO STEP 26 (remove_files) COMPLETE
41482024-12-18T23:17:01.263Z[ recovery-image] Dec 18 23:16:59.925 INFO O| Dec 18 23:16:59.925 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-18T23:17:01.282Z[ recovery-image] Dec 18 23:16:59.945 INFO O| Dec 18 23:16:59.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41502024-12-18T23:17:01.282Z[ recovery-image] Dec 18 23:16:59.945 INFO O| Dec 18 23:16:59.945 INFO STEP 27 (remove_files) COMPLETE
41512024-12-18T23:17:01.282Z[ recovery-image] Dec 18 23:16:59.945 INFO O| Dec 18 23:16:59.945 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522024-12-18T23:17:01.302Z[ recovery-image] Dec 18 23:16:59.965 INFO O| Dec 18 23:16:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41532024-12-18T23:17:01.302Z[ recovery-image] Dec 18 23:16:59.966 INFO O| Dec 18 23:16:59.966 INFO STEP 28 (remove_files) COMPLETE
41542024-12-18T23:17:01.302Z[ recovery-image] Dec 18 23:16:59.966 INFO O| Dec 18 23:16:59.966 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552024-12-18T23:17:01.325Z[ recovery-image] Dec 18 23:16:59.989 INFO O| Dec 18 23:16:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41562024-12-18T23:17:01.325Z[ recovery-image] Dec 18 23:16:59.989 INFO O| Dec 18 23:16:59.989 INFO STEP 29 (remove_files) COMPLETE
41572024-12-18T23:17:01.328Z[ recovery-image] Dec 18 23:16:59.989 INFO O| Dec 18 23:16:59.989 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582024-12-18T23:17:01.389Z[ recovery-image] Dec 18 23:17:00.053 INFO O| Dec 18 23:17:00.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41592024-12-18T23:17:01.389Z[ recovery-image] Dec 18 23:17:00.053 INFO O| Dec 18 23:17:00.053 INFO STEP 30 (remove_files) COMPLETE
41602024-12-18T23:17:01.392Z[ recovery-image] Dec 18 23:17:00.053 INFO O| Dec 18 23:17:00.053 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612024-12-18T23:17:01.410Z[ recovery-image] Dec 18 23:17:00.074 INFO O| Dec 18 23:17:00.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41622024-12-18T23:17:01.413Z[ recovery-image] Dec 18 23:17:00.075 INFO O| Dec 18 23:17:00.074 INFO STEP 31 (remove_files) COMPLETE
41632024-12-18T23:17:01.413Z[ recovery-image] Dec 18 23:17:00.075 INFO O| Dec 18 23:17:00.075 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642024-12-18T23:17:01.431Z[ host-image] Dec 18 23:17:00.095 INFO O| Dec 18 23:17:00.095 INFO O| Planning: Checking for conflicting actions ... Done
41652024-12-18T23:17:01.435Z[ recovery-image] Dec 18 23:17:00.099 INFO O| Dec 18 23:17:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41662024-12-18T23:17:01.435Z[ recovery-image] Dec 18 23:17:00.099 INFO O| Dec 18 23:17:00.099 INFO STEP 32 (remove_files) COMPLETE
41672024-12-18T23:17:01.437Z[ recovery-image] Dec 18 23:17:00.099 INFO O| Dec 18 23:17:00.099 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-18T23:17:01.440Z[ host-image] Dec 18 23:17:00.104 INFO O| Dec 18 23:17:00.104 INFO O| Planning: Consolidating action changes ... Done
41692024-12-18T23:17:01.496Z[ recovery-image] Dec 18 23:17:00.160 INFO O| Dec 18 23:17:00.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41702024-12-18T23:17:01.496Z[ recovery-image] Dec 18 23:17:00.160 INFO O| Dec 18 23:17:00.160 INFO STEP 33 (remove_files) COMPLETE
41712024-12-18T23:17:01.496Z[ recovery-image] Dec 18 23:17:00.160 INFO O| Dec 18 23:17:00.160 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-18T23:17:01.517Z[ recovery-image] Dec 18 23:17:00.181 INFO O| Dec 18 23:17:00.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41732024-12-18T23:17:01.517Z[ recovery-image] Dec 18 23:17:00.181 INFO O| Dec 18 23:17:00.181 INFO STEP 34 (remove_files) COMPLETE
41742024-12-18T23:17:01.519Z[ recovery-image] Dec 18 23:17:00.181 INFO O| Dec 18 23:17:00.181 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-18T23:17:01.538Z[ recovery-image] Dec 18 23:17:00.202 INFO O| Dec 18 23:17:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41762024-12-18T23:17:01.538Z[ recovery-image] Dec 18 23:17:00.202 INFO O| Dec 18 23:17:00.202 INFO STEP 35 (remove_files) COMPLETE
41772024-12-18T23:17:01.541Z[ recovery-image] Dec 18 23:17:00.202 INFO O| Dec 18 23:17:00.202 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-18T23:17:01.569Z[ recovery-image] Dec 18 23:17:00.233 INFO O| Dec 18 23:17:00.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41792024-12-18T23:17:01.569Z[ recovery-image] Dec 18 23:17:00.233 INFO O| Dec 18 23:17:00.233 INFO STEP 36 (remove_files) COMPLETE
41802024-12-18T23:17:01.573Z[ recovery-image] Dec 18 23:17:00.233 INFO O| Dec 18 23:17:00.233 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-18T23:17:01.612Z[ recovery-image] Dec 18 23:17:00.276 INFO O| Dec 18 23:17:00.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41822024-12-18T23:17:01.612Z[ recovery-image] Dec 18 23:17:00.276 INFO O| Dec 18 23:17:00.276 INFO STEP 37 (remove_files) COMPLETE
41832024-12-18T23:17:01.612Z[ recovery-image] Dec 18 23:17:00.276 INFO O| Dec 18 23:17:00.276 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-18T23:17:01.634Z[ recovery-image] Dec 18 23:17:00.298 INFO O| Dec 18 23:17:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41852024-12-18T23:17:01.634Z[ recovery-image] Dec 18 23:17:00.298 INFO O| Dec 18 23:17:00.298 INFO STEP 38 (remove_files) COMPLETE
41862024-12-18T23:17:01.634Z[ recovery-image] Dec 18 23:17:00.298 INFO O| Dec 18 23:17:00.298 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-18T23:17:01.655Z[ recovery-image] Dec 18 23:17:00.319 INFO O| Dec 18 23:17:00.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41882024-12-18T23:17:01.655Z[ recovery-image] Dec 18 23:17:00.319 INFO O| Dec 18 23:17:00.319 INFO STEP 39 (remove_files) COMPLETE
41892024-12-18T23:17:01.655Z[ recovery-image] Dec 18 23:17:00.319 INFO O| Dec 18 23:17:00.319 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-18T23:17:01.676Z[ recovery-image] Dec 18 23:17:00.340 INFO O| Dec 18 23:17:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41912024-12-18T23:17:01.676Z[ recovery-image] Dec 18 23:17:00.340 INFO O| Dec 18 23:17:00.340 INFO STEP 40 (remove_files) COMPLETE
41922024-12-18T23:17:01.678Z[ recovery-image] Dec 18 23:17:00.340 INFO O| Dec 18 23:17:00.340 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-18T23:17:01.697Z[ recovery-image] Dec 18 23:17:00.361 INFO O| Dec 18 23:17:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41942024-12-18T23:17:01.697Z[ recovery-image] Dec 18 23:17:00.361 INFO O| Dec 18 23:17:00.361 INFO STEP 41 (remove_files) COMPLETE
41952024-12-18T23:17:01.699Z[ recovery-image] Dec 18 23:17:00.361 INFO O| Dec 18 23:17:00.361 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-18T23:17:01.717Z[ recovery-image] Dec 18 23:17:00.381 INFO O| Dec 18 23:17:00.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41972024-12-18T23:17:01.717Z[ recovery-image] Dec 18 23:17:00.381 INFO O| Dec 18 23:17:00.381 INFO STEP 42 (remove_files) COMPLETE
41982024-12-18T23:17:01.717Z[ recovery-image] Dec 18 23:17:00.381 INFO O| Dec 18 23:17:00.381 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-18T23:17:01.736Z[ recovery-image] Dec 18 23:17:00.400 INFO O| Dec 18 23:17:00.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42002024-12-18T23:17:01.736Z[ recovery-image] Dec 18 23:17:00.400 INFO O| Dec 18 23:17:00.400 INFO STEP 43 (remove_files) COMPLETE
42012024-12-18T23:17:01.736Z[ recovery-image] Dec 18 23:17:00.400 INFO O| Dec 18 23:17:00.400 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-18T23:17:01.754Z[ recovery-image] Dec 18 23:17:00.418 INFO O| Dec 18 23:17:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42032024-12-18T23:17:01.754Z[ recovery-image] Dec 18 23:17:00.418 INFO O| Dec 18 23:17:00.418 INFO STEP 44 (remove_files) COMPLETE
42042024-12-18T23:17:01.756Z[ recovery-image] Dec 18 23:17:00.418 INFO O| Dec 18 23:17:00.418 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-18T23:17:01.773Z[ recovery-image] Dec 18 23:17:00.437 INFO O| Dec 18 23:17:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42062024-12-18T23:17:01.773Z[ recovery-image] Dec 18 23:17:00.437 INFO O| Dec 18 23:17:00.437 INFO STEP 45 (remove_files) COMPLETE
42072024-12-18T23:17:01.773Z[ recovery-image] Dec 18 23:17:00.437 INFO O| Dec 18 23:17:00.437 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-18T23:17:01.793Z[ recovery-image] Dec 18 23:17:00.457 INFO O| Dec 18 23:17:00.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42092024-12-18T23:17:01.793Z[ recovery-image] Dec 18 23:17:00.457 INFO O| Dec 18 23:17:00.457 INFO STEP 46 (remove_files) COMPLETE
42102024-12-18T23:17:01.793Z[ recovery-image] Dec 18 23:17:00.457 INFO O| Dec 18 23:17:00.457 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-18T23:17:01.811Z[ recovery-image] Dec 18 23:17:00.475 INFO O| Dec 18 23:17:00.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42122024-12-18T23:17:01.811Z[ recovery-image] Dec 18 23:17:00.475 INFO O| Dec 18 23:17:00.475 INFO STEP 47 (remove_files) COMPLETE
42132024-12-18T23:17:01.814Z[ recovery-image] Dec 18 23:17:00.475 INFO O| Dec 18 23:17:00.475 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-18T23:17:01.817Z[ host-image] Dec 18 23:17:00.482 INFO O| Dec 18 23:17:00.481 INFO O| Planning: Evaluating mediators ... Done
42152024-12-18T23:17:01.824Z[ host-image] Dec 18 23:17:00.489 INFO O| Dec 18 23:17:00.488 INFO O| Planning: Planning completed in 5.37 seconds
42162024-12-18T23:17:01.827Z[ host-image] Dec 18 23:17:00.491 INFO O| Dec 18 23:17:00.491 INFO O| Packages to install: 6
42172024-12-18T23:17:01.829Z[ host-image] Dec 18 23:17:00.491 INFO O| Dec 18 23:17:00.491 INFO O| Mediators to change: 1
42182024-12-18T23:17:01.829Z[ host-image] Dec 18 23:17:00.491 INFO O| Dec 18 23:17:00.491 INFO O| Services to change: 1
42192024-12-18T23:17:01.852Z[ host-image] Dec 18 23:17:00.516 INFO O| Dec 18 23:17:00.516 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
42202024-12-18T23:17:01.869Z[ recovery-image] Dec 18 23:17:00.533 INFO O| Dec 18 23:17:00.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42212024-12-18T23:17:01.870Z[ recovery-image] Dec 18 23:17:00.533 INFO O| Dec 18 23:17:00.533 INFO STEP 48 (remove_files) COMPLETE
42222024-12-18T23:17:01.873Z[ recovery-image] Dec 18 23:17:00.533 INFO O| Dec 18 23:17:00.533 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-18T23:17:01.888Z[ recovery-image] Dec 18 23:17:00.553 INFO O| Dec 18 23:17:00.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42242024-12-18T23:17:01.888Z[ recovery-image] Dec 18 23:17:00.553 INFO O| Dec 18 23:17:00.553 INFO STEP 49 (remove_files) COMPLETE
42252024-12-18T23:17:01.889Z[ recovery-image] Dec 18 23:17:00.553 INFO O| Dec 18 23:17:00.553 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-18T23:17:01.912Z[ recovery-image] Dec 18 23:17:00.576 INFO O| Dec 18 23:17:00.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42272024-12-18T23:17:01.912Z[ recovery-image] Dec 18 23:17:00.576 INFO O| Dec 18 23:17:00.576 INFO STEP 50 (remove_files) COMPLETE
42282024-12-18T23:17:01.912Z[ recovery-image] Dec 18 23:17:00.576 INFO O| Dec 18 23:17:00.576 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-18T23:17:01.956Z[ recovery-image] Dec 18 23:17:00.620 INFO O| Dec 18 23:17:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42302024-12-18T23:17:01.956Z[ recovery-image] Dec 18 23:17:00.620 INFO O| Dec 18 23:17:00.620 INFO STEP 51 (remove_files) COMPLETE
42312024-12-18T23:17:01.959Z[ recovery-image] Dec 18 23:17:00.621 INFO O| Dec 18 23:17:00.620 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-18T23:17:01.990Z[ recovery-image] Dec 18 23:17:00.654 INFO O| Dec 18 23:17:00.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42332024-12-18T23:17:01.990Z[ recovery-image] Dec 18 23:17:00.654 INFO O| Dec 18 23:17:00.654 INFO STEP 52 (remove_files) COMPLETE
42342024-12-18T23:17:01.993Z[ recovery-image] Dec 18 23:17:00.654 INFO O| Dec 18 23:17:00.654 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-18T23:17:02.022Z[ recovery-image] Dec 18 23:17:00.686 INFO O| Dec 18 23:17:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42362024-12-18T23:17:02.022Z[ recovery-image] Dec 18 23:17:00.686 INFO O| Dec 18 23:17:00.686 INFO STEP 53 (remove_files) COMPLETE
42372024-12-18T23:17:02.022Z[ recovery-image] Dec 18 23:17:00.686 INFO O| Dec 18 23:17:00.686 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-18T23:17:02.042Z[ recovery-image] Dec 18 23:17:00.706 INFO O| Dec 18 23:17:00.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42392024-12-18T23:17:02.042Z[ recovery-image] Dec 18 23:17:00.706 INFO O| Dec 18 23:17:00.706 INFO STEP 54 (remove_files) COMPLETE
42402024-12-18T23:17:02.042Z[ recovery-image] Dec 18 23:17:00.706 INFO O| Dec 18 23:17:00.706 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-18T23:17:02.065Z[ recovery-image] Dec 18 23:17:00.729 INFO O| Dec 18 23:17:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42422024-12-18T23:17:02.065Z[ recovery-image] Dec 18 23:17:00.729 INFO O| Dec 18 23:17:00.729 INFO STEP 55 (remove_files) COMPLETE
42432024-12-18T23:17:02.067Z[ recovery-image] Dec 18 23:17:00.729 INFO O| Dec 18 23:17:00.729 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-18T23:17:02.106Z[ recovery-image] Dec 18 23:17:00.770 INFO O| Dec 18 23:17:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42452024-12-18T23:17:02.106Z[ recovery-image] Dec 18 23:17:00.770 INFO O| Dec 18 23:17:00.770 INFO STEP 56 (remove_files) COMPLETE
42462024-12-18T23:17:02.108Z[ recovery-image] Dec 18 23:17:00.770 INFO O| Dec 18 23:17:00.770 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-18T23:17:02.133Z[ recovery-image] Dec 18 23:17:00.797 INFO O| Dec 18 23:17:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42482024-12-18T23:17:02.133Z[ recovery-image] Dec 18 23:17:00.797 INFO O| Dec 18 23:17:00.797 INFO STEP 57 (remove_files) COMPLETE
42492024-12-18T23:17:02.133Z[ recovery-image] Dec 18 23:17:00.797 INFO O| Dec 18 23:17:00.797 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-18T23:17:02.153Z[ recovery-image] Dec 18 23:17:00.817 INFO O| Dec 18 23:17:00.817 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42512024-12-18T23:17:02.153Z[ recovery-image] Dec 18 23:17:00.817 INFO O| Dec 18 23:17:00.817 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42522024-12-18T23:17:02.153Z[ recovery-image] Dec 18 23:17:00.817 INFO O| Dec 18 23:17:00.817 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42532024-12-18T23:17:02.156Z[ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.819 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42542024-12-18T23:17:02.156Z[ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42552024-12-18T23:17:02.156Z[ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42562024-12-18T23:17:02.157Z[ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO ok!
42572024-12-18T23:17:02.157Z[ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO STEP 58 (ensure_file) COMPLETE
42582024-12-18T23:17:02.157Z[ recovery-image] Dec 18 23:17:00.820 INFO O| Dec 18 23:17:00.820 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-18T23:17:02.187Z[ recovery-image] Dec 18 23:17:00.851 INFO O| Dec 18 23:17:00.851 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42602024-12-18T23:17:02.189Z[ recovery-image] Dec 18 23:17:00.851 INFO O| Dec 18 23:17:00.851 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42612024-12-18T23:17:02.189Z[ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42622024-12-18T23:17:02.190Z[ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42632024-12-18T23:17:02.190Z[ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42642024-12-18T23:17:02.190Z[ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42652024-12-18T23:17:02.190Z[ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO ok!
42662024-12-18T23:17:02.190Z[ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO STEP 59 (ensure_file) COMPLETE
42672024-12-18T23:17:02.190Z[ recovery-image] Dec 18 23:17:00.852 INFO O| Dec 18 23:17:00.852 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-18T23:17:02.275Z[ recovery-image] Dec 18 23:17:00.939 INFO O| Dec 18 23:17:00.939 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42692024-12-18T23:17:02.275Z[ recovery-image] Dec 18 23:17:00.939 INFO O| Dec 18 23:17:00.939 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42702024-12-18T23:17:02.277Z[ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42712024-12-18T23:17:02.277Z[ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO ok!
42722024-12-18T23:17:02.278Z[ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO STEP 60 (ensure_file) COMPLETE
42732024-12-18T23:17:02.278Z[ recovery-image] Dec 18 23:17:00.940 INFO O| Dec 18 23:17:00.940 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-18T23:17:02.333Z[ recovery-image] Dec 18 23:17:00.997 INFO O| Dec 18 23:17:00.997 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42752024-12-18T23:17:02.333Z[ recovery-image] Dec 18 23:17:00.997 INFO O| Dec 18 23:17:00.997 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42762024-12-18T23:17:02.333Z[ recovery-image] Dec 18 23:17:00.997 INFO O| Dec 18 23:17:00.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42772024-12-18T23:17:02.334Z[ recovery-image] Dec 18 23:17:00.998 INFO O| Dec 18 23:17:00.997 INFO ok!
42782024-12-18T23:17:02.334Z[ recovery-image] Dec 18 23:17:00.998 INFO O| Dec 18 23:17:00.997 INFO STEP 61 (ensure_file) COMPLETE
42792024-12-18T23:17:02.337Z[ recovery-image] Dec 18 23:17:00.998 INFO O| Dec 18 23:17:00.998 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-18T23:17:02.359Z[ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42812024-12-18T23:17:02.359Z[ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42822024-12-18T23:17:02.359Z[ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42832024-12-18T23:17:02.361Z[ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42842024-12-18T23:17:02.362Z[ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO ok!
42852024-12-18T23:17:02.362Z[ recovery-image] Dec 18 23:17:01.023 INFO O| Dec 18 23:17:01.023 INFO STEP 62 (ensure_file) COMPLETE
42862024-12-18T23:17:02.362Z[ recovery-image] Dec 18 23:17:01.024 INFO O| Dec 18 23:17:01.023 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42872024-12-18T23:17:02.380Z[ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42882024-12-18T23:17:02.380Z[ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42892024-12-18T23:17:02.383Z[ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42902024-12-18T23:17:02.383Z[ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42912024-12-18T23:17:02.383Z[ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO ok!
42922024-12-18T23:17:02.383Z[ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO STEP 63 (ensure_file) COMPLETE
42932024-12-18T23:17:02.383Z[ recovery-image] Dec 18 23:17:01.044 INFO O| Dec 18 23:17:01.044 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942024-12-18T23:17:02.400Z[ recovery-image] Dec 18 23:17:01.064 INFO O| Dec 18 23:17:01.064 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42952024-12-18T23:17:02.400Z[ recovery-image] Dec 18 23:17:01.064 INFO O| Dec 18 23:17:01.064 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42962024-12-18T23:17:02.403Z[ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42972024-12-18T23:17:02.403Z[ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO ok!
42982024-12-18T23:17:02.403Z[ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO STEP 64 (assemble_files) COMPLETE
42992024-12-18T23:17:02.403Z[ recovery-image] Dec 18 23:17:01.065 INFO O| Dec 18 23:17:01.065 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002024-12-18T23:17:02.421Z[ recovery-image] Dec 18 23:17:01.085 INFO O| Dec 18 23:17:01.085 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43012024-12-18T23:17:02.421Z[ recovery-image] Dec 18 23:17:01.085 INFO O| Dec 18 23:17:01.085 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43022024-12-18T23:17:02.424Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.085 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43032024-12-18T23:17:02.424Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43042024-12-18T23:17:02.424Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO ok!
43052024-12-18T23:17:02.424Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 65 (ensure_file) COMPLETE
43062024-12-18T23:17:02.424Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072024-12-18T23:17:02.424Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO skip step because feature "omicron1" is not enabled
43082024-12-18T23:17:02.425Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092024-12-18T23:17:02.425Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO skip step because feature "omicron1" is not enabled
43102024-12-18T23:17:02.425Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112024-12-18T23:17:02.425Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO skip step because feature "omicron1" is not enabled
43122024-12-18T23:17:02.425Z[ recovery-image] Dec 18 23:17:01.086 INFO O| Dec 18 23:17:01.086 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43132024-12-18T23:17:02.522Z[ recovery-image] Dec 18 23:17:01.186 INFO O| Dec 18 23:17:01.186 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43142024-12-18T23:17:02.522Z[ recovery-image] Dec 18 23:17:01.186 INFO O| Dec 18 23:17:01.186 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43152024-12-18T23:17:05.496Z[ recovery-image] Dec 18 23:17:04.160 INFO O| Dec 18 23:17:04.160 INFO STEP 69 (pack_tar) COMPLETE
43162024-12-18T23:17:05.496Z[ recovery-image] Dec 18 23:17:04.160 INFO O| Dec 18 23:17:04.160 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43172024-12-18T23:17:05.499Z[ recovery-image] Dec 18 23:17:04.160 INFO O| Dec 18 23:17:04.160 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43182024-12-18T23:17:05.707Z[ recovery-image] Dec 18 23:17:04.370 INFO O| Dec 18 23:17:04.370 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43192024-12-18T23:17:05.819Z[ recovery-image] Dec 18 23:17:04.483 INFO O| Dec 18 23:17:04.483 INFO completed processing gimlet/ramdisk-02-trim
43202024-12-18T23:17:05.823Z[ recovery-image] Dec 18 23:17:04.487 INFO image builder template: ramdisk-03-recovery-trim...
43212024-12-18T23:17:05.823Z[ recovery-image] Dec 18 23:17:04.487 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/.tmpDJCDbN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
43222024-12-18T23:17:06.015Z[ recovery-image] Dec 18 23:17:04.678 INFO O| Dec 18 23:17:04.678 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43232024-12-18T23:17:06.042Z[ recovery-image] Dec 18 23:17:04.706 INFO O| Dec 18 23:17:04.706 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43242024-12-18T23:17:06.140Z[ recovery-image] Dec 18 23:17:04.804 INFO O| Dec 18 23:17:04.804 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43252024-12-18T23:17:06.249Z[ recovery-image] Dec 18 23:17:04.913 INFO O| Dec 18 23:17:04.912 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43262024-12-18T23:17:06.252Z[ recovery-image] Dec 18 23:17:04.913 INFO O| Dec 18 23:17:04.913 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43272024-12-18T23:17:06.267Z[ recovery-image] Dec 18 23:17:04.931 INFO O| Dec 18 23:17:04.931 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43282024-12-18T23:17:06.280Z[ recovery-image] Dec 18 23:17:04.943 INFO O| Dec 18 23:17:04.943 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43292024-12-18T23:17:06.290Z[ recovery-image] Dec 18 23:17:04.954 INFO O| Dec 18 23:17:04.954 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43302024-12-18T23:17:06.865Z[ host-image] Dec 18 23:17:05.529 INFO O| Dec 18 23:17:05.529 INFO O| Download: 975/1140 items 3.4/8.4MB 39% complete (697k/s)
43312024-12-18T23:17:06.944Z[ recovery-image] Dec 18 23:17:05.608 INFO O| Dec 18 23:17:05.608 INFO rolled back to input snapshot; work may begin
43322024-12-18T23:17:06.947Z[ recovery-image] Dec 18 23:17:05.608 INFO O| Dec 18 23:17:05.608 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43332024-12-18T23:17:06.960Z[ recovery-image] Dec 18 23:17:05.624 INFO O| Dec 18 23:17:05.623 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-18T23:17:06.996Z[ recovery-image] Dec 18 23:17:05.659 INFO O| Dec 18 23:17:05.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43352024-12-18T23:17:07.012Z[ recovery-image] Dec 18 23:17:05.676 INFO O| Dec 18 23:17:05.676 INFO STEP 0 (remove_files) COMPLETE
43362024-12-18T23:17:07.012Z[ recovery-image] Dec 18 23:17:05.676 INFO O| Dec 18 23:17:05.676 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-18T23:17:07.034Z[ recovery-image] Dec 18 23:17:05.698 INFO O| Dec 18 23:17:05.697 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43382024-12-18T23:17:07.165Z[ recovery-image] Dec 18 23:17:05.828 INFO O| Dec 18 23:17:05.828 INFO STEP 1 (remove_files) COMPLETE
43392024-12-18T23:17:07.165Z[ recovery-image] Dec 18 23:17:05.829 INFO O| Dec 18 23:17:05.828 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-18T23:17:07.324Z[ recovery-image] Dec 18 23:17:05.988 INFO O| Dec 18 23:17:05.988 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43412024-12-18T23:17:07.351Z[ recovery-image] Dec 18 23:17:06.014 INFO O| Dec 18 23:17:06.014 INFO STEP 2 (remove_files) COMPLETE
43422024-12-18T23:17:07.353Z[ recovery-image] Dec 18 23:17:06.015 INFO O| Dec 18 23:17:06.014 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-18T23:17:07.371Z[ recovery-image] Dec 18 23:17:06.035 INFO O| Dec 18 23:17:06.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43442024-12-18T23:17:07.470Z[ recovery-image] Dec 18 23:17:06.134 INFO O| Dec 18 23:17:06.134 INFO STEP 3 (remove_files) COMPLETE
43452024-12-18T23:17:07.470Z[ recovery-image] Dec 18 23:17:06.134 INFO O| Dec 18 23:17:06.134 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-18T23:17:07.494Z[ recovery-image] Dec 18 23:17:06.158 INFO O| Dec 18 23:17:06.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43472024-12-18T23:17:07.647Z[ recovery-image] Dec 18 23:17:06.310 INFO O| Dec 18 23:17:06.309 INFO STEP 4 (remove_files) COMPLETE
43482024-12-18T23:17:07.647Z[ recovery-image] Dec 18 23:17:06.310 INFO O| Dec 18 23:17:06.310 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-18T23:17:07.711Z[ recovery-image] Dec 18 23:17:06.375 INFO O| Dec 18 23:17:06.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43502024-12-18T23:17:07.784Z[ recovery-image] Dec 18 23:17:06.447 INFO O| Dec 18 23:17:06.447 INFO STEP 5 (remove_files) COMPLETE
43512024-12-18T23:17:07.784Z[ recovery-image] Dec 18 23:17:06.447 INFO O| Dec 18 23:17:06.447 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-18T23:17:07.891Z[ recovery-image] Dec 18 23:17:06.555 INFO O| Dec 18 23:17:06.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43532024-12-18T23:17:07.922Z[ recovery-image] Dec 18 23:17:06.586 INFO O| Dec 18 23:17:06.586 INFO STEP 6 (remove_files) COMPLETE
43542024-12-18T23:17:07.922Z[ recovery-image] Dec 18 23:17:06.586 INFO O| Dec 18 23:17:06.586 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-18T23:17:07.948Z[ recovery-image] Dec 18 23:17:06.612 INFO O| Dec 18 23:17:06.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43562024-12-18T23:17:07.960Z[ host-image] Dec 18 23:17:06.624 INFO O| Dec 18 23:17:06.624 INFO O| Download: Completed 8.42 MB in 6.11 seconds (1.4M/s)
43572024-12-18T23:17:07.988Z[ recovery-image] Dec 18 23:17:06.652 INFO O| Dec 18 23:17:06.652 INFO STEP 7 (remove_files) COMPLETE
43582024-12-18T23:17:07.988Z[ recovery-image] Dec 18 23:17:06.652 INFO O| Dec 18 23:17:06.652 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-18T23:17:08.019Z[ recovery-image] Dec 18 23:17:06.683 INFO O| Dec 18 23:17:06.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43602024-12-18T23:17:08.031Z[ recovery-image] Dec 18 23:17:06.694 INFO O| Dec 18 23:17:06.694 INFO STEP 8 (remove_files) COMPLETE
43612024-12-18T23:17:08.031Z[ recovery-image] Dec 18 23:17:06.694 INFO O| Dec 18 23:17:06.694 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-18T23:17:08.065Z[ recovery-image] Dec 18 23:17:06.729 INFO O| Dec 18 23:17:06.729 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43632024-12-18T23:17:08.068Z[ recovery-image] Dec 18 23:17:06.729 INFO O| Dec 18 23:17:06.729 INFO STEP 9 (remove_files) COMPLETE
43642024-12-18T23:17:08.068Z[ recovery-image] Dec 18 23:17:06.729 INFO O| Dec 18 23:17:06.729 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-18T23:17:08.096Z[ host-image] Dec 18 23:17:06.760 INFO O| Dec 18 23:17:06.760 INFO O| Actions: 1/1361 actions (Installing new actions)
43662024-12-18T23:17:08.107Z[ recovery-image] Dec 18 23:17:06.771 INFO O| Dec 18 23:17:06.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43672024-12-18T23:17:08.110Z[ recovery-image] Dec 18 23:17:06.772 INFO O| Dec 18 23:17:06.772 INFO STEP 10 (remove_files) COMPLETE
43682024-12-18T23:17:08.110Z[ recovery-image] Dec 18 23:17:06.772 INFO O| Dec 18 23:17:06.772 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-18T23:17:08.129Z[ recovery-image] Dec 18 23:17:06.793 INFO O| Dec 18 23:17:06.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43702024-12-18T23:17:08.750Z[ host-image] Dec 18 23:17:07.413 INFO O| Dec 18 23:17:07.413 INFO O| Actions: Completed 1361 actions in 0.65 seconds.
43712024-12-18T23:17:08.929Z[ recovery-image] Dec 18 23:17:07.591 INFO O| Dec 18 23:17:07.591 INFO STEP 11 (remove_files) COMPLETE
43722024-12-18T23:17:08.929Z[ recovery-image] Dec 18 23:17:07.591 INFO O| Dec 18 23:17:07.591 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-18T23:17:08.966Z[ recovery-image] Dec 18 23:17:07.630 INFO O| Dec 18 23:17:07.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43742024-12-18T23:17:08.993Z[ recovery-image] Dec 18 23:17:07.657 INFO O| Dec 18 23:17:07.657 INFO STEP 12 (remove_files) COMPLETE
43752024-12-18T23:17:08.993Z[ recovery-image] Dec 18 23:17:07.657 INFO O| Dec 18 23:17:07.657 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-18T23:17:09.015Z[ recovery-image] Dec 18 23:17:07.679 INFO O| Dec 18 23:17:07.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43772024-12-18T23:17:09.018Z[ recovery-image] Dec 18 23:17:07.681 INFO O| Dec 18 23:17:07.681 INFO STEP 13 (remove_files) COMPLETE
43782024-12-18T23:17:09.018Z[ recovery-image] Dec 18 23:17:07.681 INFO O| Dec 18 23:17:07.681 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-18T23:17:09.056Z[ recovery-image] Dec 18 23:17:07.720 INFO O| Dec 18 23:17:07.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43802024-12-18T23:17:09.059Z[ recovery-image] Dec 18 23:17:07.721 INFO O| Dec 18 23:17:07.721 INFO STEP 14 (remove_files) COMPLETE
43812024-12-18T23:17:09.059Z[ recovery-image] Dec 18 23:17:07.721 INFO O| Dec 18 23:17:07.721 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-18T23:17:09.087Z[ recovery-image] Dec 18 23:17:07.751 INFO O| Dec 18 23:17:07.751 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43832024-12-18T23:17:09.137Z[ recovery-image] Dec 18 23:17:07.801 INFO O| Dec 18 23:17:07.801 INFO STEP 15 (remove_files) COMPLETE
43842024-12-18T23:17:09.137Z[ recovery-image] Dec 18 23:17:07.801 INFO O| Dec 18 23:17:07.801 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-18T23:17:09.200Z[ recovery-image] Dec 18 23:17:07.864 INFO O| Dec 18 23:17:07.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43862024-12-18T23:17:09.261Z[ host-image] Dec 18 23:17:07.924 INFO O| Dec 18 23:17:07.924 INFO O| Done
43872024-12-18T23:17:09.261Z[ host-image] Dec 18 23:17:07.924 INFO O| Dec 18 23:17:07.924 INFO O| Done
43882024-12-18T23:17:09.327Z[ recovery-image] Dec 18 23:17:07.991 INFO O| Dec 18 23:17:07.991 INFO STEP 16 (remove_files) COMPLETE
43892024-12-18T23:17:09.327Z[ recovery-image] Dec 18 23:17:07.991 INFO O| Dec 18 23:17:07.991 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-18T23:17:09.381Z[ recovery-image] Dec 18 23:17:08.045 INFO O| Dec 18 23:17:08.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43912024-12-18T23:17:09.381Z[ recovery-image] Dec 18 23:17:08.045 INFO O| Dec 18 23:17:08.045 INFO STEP 17 (remove_files) COMPLETE
43922024-12-18T23:17:09.384Z[ recovery-image] Dec 18 23:17:08.045 INFO O| Dec 18 23:17:08.045 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-18T23:17:09.421Z[ recovery-image] Dec 18 23:17:08.084 INFO O| Dec 18 23:17:08.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43942024-12-18T23:17:09.444Z[ recovery-image] Dec 18 23:17:08.108 INFO O| Dec 18 23:17:08.108 INFO STEP 18 (remove_files) COMPLETE
43952024-12-18T23:17:09.444Z[ recovery-image] Dec 18 23:17:08.108 INFO O| Dec 18 23:17:08.108 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-18T23:17:09.499Z[ recovery-image] Dec 18 23:17:08.162 INFO O| Dec 18 23:17:08.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43972024-12-18T23:17:09.726Z[ recovery-image] Dec 18 23:17:08.388 INFO O| Dec 18 23:17:08.388 INFO STEP 19 (remove_files) COMPLETE
43982024-12-18T23:17:09.726Z[ recovery-image] Dec 18 23:17:08.388 INFO O| Dec 18 23:17:08.388 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-18T23:17:09.762Z[ recovery-image] Dec 18 23:17:08.426 INFO O| Dec 18 23:17:08.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44002024-12-18T23:17:09.798Z[ recovery-image] Dec 18 23:17:08.461 INFO O| Dec 18 23:17:08.461 INFO STEP 20 (remove_files) COMPLETE
44012024-12-18T23:17:09.798Z[ recovery-image] Dec 18 23:17:08.461 INFO O| Dec 18 23:17:08.461 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-18T23:17:09.834Z[ recovery-image] Dec 18 23:17:08.498 INFO O| Dec 18 23:17:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44032024-12-18T23:17:09.834Z[ recovery-image] Dec 18 23:17:08.498 INFO O| Dec 18 23:17:08.498 INFO STEP 21 (remove_files) COMPLETE
44042024-12-18T23:17:09.834Z[ recovery-image] Dec 18 23:17:08.498 INFO O| Dec 18 23:17:08.498 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-18T23:17:09.872Z[ recovery-image] Dec 18 23:17:08.536 INFO O| Dec 18 23:17:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44062024-12-18T23:17:09.877Z[ recovery-image] Dec 18 23:17:08.541 INFO O| Dec 18 23:17:08.541 INFO STEP 22 (remove_files) COMPLETE
44072024-12-18T23:17:09.879Z[ recovery-image] Dec 18 23:17:08.541 INFO O| Dec 18 23:17:08.541 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-18T23:17:09.900Z[ recovery-image] Dec 18 23:17:08.564 INFO O| Dec 18 23:17:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44092024-12-18T23:17:09.923Z[ recovery-image] Dec 18 23:17:08.587 INFO O| Dec 18 23:17:08.587 INFO STEP 23 (remove_files) COMPLETE
44102024-12-18T23:17:09.926Z[ recovery-image] Dec 18 23:17:08.587 INFO O| Dec 18 23:17:08.587 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-18T23:17:09.945Z[ recovery-image] Dec 18 23:17:08.609 INFO O| Dec 18 23:17:08.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44122024-12-18T23:17:09.948Z[ recovery-image] Dec 18 23:17:08.610 INFO O| Dec 18 23:17:08.610 INFO STEP 24 (remove_files) COMPLETE
44132024-12-18T23:17:09.948Z[ recovery-image] Dec 18 23:17:08.610 INFO O| Dec 18 23:17:08.610 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-18T23:17:09.965Z[ recovery-image] Dec 18 23:17:08.629 INFO O| Dec 18 23:17:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44152024-12-18T23:17:09.965Z[ recovery-image] Dec 18 23:17:08.629 INFO O| Dec 18 23:17:08.629 INFO STEP 25 (remove_files) COMPLETE
44162024-12-18T23:17:09.975Z[ recovery-image] Dec 18 23:17:08.629 INFO O| Dec 18 23:17:08.629 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-18T23:17:09.985Z[ recovery-image] Dec 18 23:17:08.649 INFO O| Dec 18 23:17:08.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44182024-12-18T23:17:09.985Z[ recovery-image] Dec 18 23:17:08.649 INFO O| Dec 18 23:17:08.649 INFO STEP 26 (remove_files) COMPLETE
44192024-12-18T23:17:09.987Z[ recovery-image] Dec 18 23:17:08.649 INFO O| Dec 18 23:17:08.649 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-18T23:17:10.005Z[ recovery-image] Dec 18 23:17:08.668 INFO O| Dec 18 23:17:08.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44212024-12-18T23:17:10.005Z[ recovery-image] Dec 18 23:17:08.668 INFO O| Dec 18 23:17:08.668 INFO STEP 27 (remove_files) COMPLETE
44222024-12-18T23:17:10.005Z[ recovery-image] Dec 18 23:17:08.668 INFO O| Dec 18 23:17:08.668 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-18T23:17:10.052Z[ recovery-image] Dec 18 23:17:08.716 INFO O| Dec 18 23:17:08.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44242024-12-18T23:17:10.055Z[ recovery-image] Dec 18 23:17:08.717 INFO O| Dec 18 23:17:08.716 INFO STEP 28 (remove_files) COMPLETE
44252024-12-18T23:17:10.055Z[ recovery-image] Dec 18 23:17:08.717 INFO O| Dec 18 23:17:08.716 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-18T23:17:10.079Z[ recovery-image] Dec 18 23:17:08.743 INFO O| Dec 18 23:17:08.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44272024-12-18T23:17:10.082Z[ recovery-image] Dec 18 23:17:08.744 INFO O| Dec 18 23:17:08.743 INFO STEP 29 (remove_files) COMPLETE
44282024-12-18T23:17:10.082Z[ recovery-image] Dec 18 23:17:08.744 INFO O| Dec 18 23:17:08.744 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-18T23:17:10.101Z[ recovery-image] Dec 18 23:17:08.764 INFO O| Dec 18 23:17:08.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44302024-12-18T23:17:10.103Z[ recovery-image] Dec 18 23:17:08.765 INFO O| Dec 18 23:17:08.765 INFO STEP 30 (remove_files) COMPLETE
44312024-12-18T23:17:10.103Z[ recovery-image] Dec 18 23:17:08.765 INFO O| Dec 18 23:17:08.765 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-18T23:17:10.162Z[ recovery-image] Dec 18 23:17:08.825 INFO O| Dec 18 23:17:08.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44332024-12-18T23:17:10.164Z[ recovery-image] Dec 18 23:17:08.825 INFO O| Dec 18 23:17:08.825 INFO STEP 31 (remove_files) COMPLETE
44342024-12-18T23:17:10.164Z[ recovery-image] Dec 18 23:17:08.826 INFO O| Dec 18 23:17:08.826 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-18T23:17:10.181Z[ recovery-image] Dec 18 23:17:08.845 INFO O| Dec 18 23:17:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44362024-12-18T23:17:10.184Z[ recovery-image] Dec 18 23:17:08.845 INFO O| Dec 18 23:17:08.845 INFO STEP 32 (remove_files) COMPLETE
44372024-12-18T23:17:10.184Z[ recovery-image] Dec 18 23:17:08.846 INFO O| Dec 18 23:17:08.845 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-18T23:17:10.201Z[ recovery-image] Dec 18 23:17:08.865 INFO O| Dec 18 23:17:08.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44392024-12-18T23:17:10.204Z[ recovery-image] Dec 18 23:17:08.865 INFO O| Dec 18 23:17:08.865 INFO STEP 33 (remove_files) COMPLETE
44402024-12-18T23:17:10.204Z[ recovery-image] Dec 18 23:17:08.865 INFO O| Dec 18 23:17:08.865 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-18T23:17:10.241Z[ recovery-image] Dec 18 23:17:08.905 INFO O| Dec 18 23:17:08.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44422024-12-18T23:17:10.244Z[ recovery-image] Dec 18 23:17:08.905 INFO O| Dec 18 23:17:08.905 INFO STEP 34 (remove_files) COMPLETE
44432024-12-18T23:17:10.244Z[ recovery-image] Dec 18 23:17:08.905 INFO O| Dec 18 23:17:08.905 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-18T23:17:10.262Z[ recovery-image] Dec 18 23:17:08.925 INFO O| Dec 18 23:17:08.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44452024-12-18T23:17:10.278Z[ recovery-image] Dec 18 23:17:08.942 INFO O| Dec 18 23:17:08.942 INFO STEP 35 (remove_files) COMPLETE
44462024-12-18T23:17:10.278Z[ recovery-image] Dec 18 23:17:08.942 INFO O| Dec 18 23:17:08.942 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-18T23:17:10.329Z[ recovery-image] Dec 18 23:17:08.993 INFO O| Dec 18 23:17:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44482024-12-18T23:17:10.330Z[ recovery-image] Dec 18 23:17:08.993 INFO O| Dec 18 23:17:08.993 INFO STEP 36 (remove_files) COMPLETE
44492024-12-18T23:17:10.332Z[ recovery-image] Dec 18 23:17:08.993 INFO O| Dec 18 23:17:08.993 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-18T23:17:10.347Z[ recovery-image] Dec 18 23:17:09.011 INFO O| Dec 18 23:17:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44512024-12-18T23:17:10.372Z[ recovery-image] Dec 18 23:17:09.036 INFO O| Dec 18 23:17:09.036 INFO STEP 37 (remove_files) COMPLETE
44522024-12-18T23:17:10.372Z[ recovery-image] Dec 18 23:17:09.036 INFO O| Dec 18 23:17:09.036 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-18T23:17:10.394Z[ recovery-image] Dec 18 23:17:09.057 INFO O| Dec 18 23:17:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44542024-12-18T23:17:10.397Z[ recovery-image] Dec 18 23:17:09.058 INFO O| Dec 18 23:17:09.057 INFO STEP 38 (remove_files) COMPLETE
44552024-12-18T23:17:10.397Z[ recovery-image] Dec 18 23:17:09.058 INFO O| Dec 18 23:17:09.058 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-18T23:17:10.413Z[ recovery-image] Dec 18 23:17:09.077 INFO O| Dec 18 23:17:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44572024-12-18T23:17:10.416Z[ recovery-image] Dec 18 23:17:09.077 INFO O| Dec 18 23:17:09.077 INFO STEP 39 (remove_files) COMPLETE
44582024-12-18T23:17:10.416Z[ recovery-image] Dec 18 23:17:09.078 INFO O| Dec 18 23:17:09.077 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-18T23:17:10.495Z[ recovery-image] Dec 18 23:17:09.158 INFO O| Dec 18 23:17:09.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44602024-12-18T23:17:10.497Z[ recovery-image] Dec 18 23:17:09.159 INFO O| Dec 18 23:17:09.158 INFO STEP 40 (remove_files) COMPLETE
44612024-12-18T23:17:10.497Z[ recovery-image] Dec 18 23:17:09.159 INFO O| Dec 18 23:17:09.159 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-18T23:17:10.512Z[ host-image] Dec 18 23:17:09.175 INFO O| Dec 18 23:17:09.175 INFO O| Done
44632024-12-18T23:17:10.531Z[ recovery-image] Dec 18 23:17:09.194 INFO O| Dec 18 23:17:09.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44642024-12-18T23:17:10.531Z[ recovery-image] Dec 18 23:17:09.194 INFO O| Dec 18 23:17:09.194 INFO STEP 41 (remove_files) COMPLETE
44652024-12-18T23:17:10.531Z[ recovery-image] Dec 18 23:17:09.194 INFO O| Dec 18 23:17:09.194 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-18T23:17:10.587Z[ recovery-image] Dec 18 23:17:09.250 INFO O| Dec 18 23:17:09.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44672024-12-18T23:17:10.587Z[ recovery-image] Dec 18 23:17:09.250 INFO O| Dec 18 23:17:09.250 INFO STEP 42 (remove_files) COMPLETE
44682024-12-18T23:17:10.587Z[ recovery-image] Dec 18 23:17:09.250 INFO O| Dec 18 23:17:09.250 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-18T23:17:10.609Z[ recovery-image] Dec 18 23:17:09.273 INFO O| Dec 18 23:17:09.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44702024-12-18T23:17:10.609Z[ recovery-image] Dec 18 23:17:09.273 INFO O| Dec 18 23:17:09.273 INFO STEP 43 (remove_files) COMPLETE
44712024-12-18T23:17:10.613Z[ recovery-image] Dec 18 23:17:09.273 INFO O| Dec 18 23:17:09.273 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-18T23:17:10.646Z[ recovery-image] Dec 18 23:17:09.309 INFO O| Dec 18 23:17:09.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44732024-12-18T23:17:10.646Z[ recovery-image] Dec 18 23:17:09.309 INFO O| Dec 18 23:17:09.309 INFO STEP 44 (remove_files) COMPLETE
44742024-12-18T23:17:10.646Z[ recovery-image] Dec 18 23:17:09.309 INFO O| Dec 18 23:17:09.309 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-18T23:17:10.670Z[ recovery-image] Dec 18 23:17:09.333 INFO O| Dec 18 23:17:09.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44762024-12-18T23:17:10.670Z[ recovery-image] Dec 18 23:17:09.333 INFO O| Dec 18 23:17:09.333 INFO STEP 45 (remove_files) COMPLETE
44772024-12-18T23:17:10.670Z[ recovery-image] Dec 18 23:17:09.333 INFO O| Dec 18 23:17:09.333 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-18T23:17:10.728Z[ recovery-image] Dec 18 23:17:09.391 INFO O| Dec 18 23:17:09.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44792024-12-18T23:17:10.728Z[ recovery-image] Dec 18 23:17:09.391 INFO O| Dec 18 23:17:09.391 INFO STEP 46 (remove_files) COMPLETE
44802024-12-18T23:17:10.728Z[ recovery-image] Dec 18 23:17:09.391 INFO O| Dec 18 23:17:09.391 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-18T23:17:10.769Z[ recovery-image] Dec 18 23:17:09.433 INFO O| Dec 18 23:17:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44822024-12-18T23:17:10.769Z[ recovery-image] Dec 18 23:17:09.433 INFO O| Dec 18 23:17:09.433 INFO STEP 47 (remove_files) COMPLETE
44832024-12-18T23:17:10.772Z[ recovery-image] Dec 18 23:17:09.433 INFO O| Dec 18 23:17:09.433 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-18T23:17:10.800Z[ recovery-image] Dec 18 23:17:09.464 INFO O| Dec 18 23:17:09.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44852024-12-18T23:17:10.800Z[ recovery-image] Dec 18 23:17:09.464 INFO O| Dec 18 23:17:09.464 INFO STEP 48 (remove_files) COMPLETE
44862024-12-18T23:17:10.800Z[ recovery-image] Dec 18 23:17:09.464 INFO O| Dec 18 23:17:09.464 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-18T23:17:10.881Z[ recovery-image] Dec 18 23:17:09.545 INFO O| Dec 18 23:17:09.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44882024-12-18T23:17:10.895Z[ recovery-image] Dec 18 23:17:09.559 INFO O| Dec 18 23:17:09.558 INFO STEP 49 (remove_files) COMPLETE
44892024-12-18T23:17:10.958Z[ recovery-image] Dec 18 23:17:09.621 INFO O| Dec 18 23:17:09.621 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-18T23:17:10.994Z[ recovery-image] Dec 18 23:17:09.657 INFO O| Dec 18 23:17:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44912024-12-18T23:17:10.994Z[ recovery-image] Dec 18 23:17:09.657 INFO O| Dec 18 23:17:09.657 INFO STEP 50 (remove_files) COMPLETE
44922024-12-18T23:17:10.994Z[ recovery-image] Dec 18 23:17:09.657 INFO O| Dec 18 23:17:09.657 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-18T23:17:11.022Z[ recovery-image] Dec 18 23:17:09.686 INFO O| Dec 18 23:17:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44942024-12-18T23:17:11.022Z[ recovery-image] Dec 18 23:17:09.686 INFO O| Dec 18 23:17:09.686 INFO STEP 51 (remove_files) COMPLETE
44952024-12-18T23:17:11.022Z[ recovery-image] Dec 18 23:17:09.686 INFO O| Dec 18 23:17:09.686 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-18T23:17:11.083Z[ recovery-image] Dec 18 23:17:09.746 INFO O| Dec 18 23:17:09.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44972024-12-18T23:17:11.086Z[ recovery-image] Dec 18 23:17:09.747 INFO O| Dec 18 23:17:09.747 INFO STEP 52 (remove_files) COMPLETE
44982024-12-18T23:17:11.086Z[ recovery-image] Dec 18 23:17:09.747 INFO O| Dec 18 23:17:09.747 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-18T23:17:11.125Z[ recovery-image] Dec 18 23:17:09.788 INFO O| Dec 18 23:17:09.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45002024-12-18T23:17:11.146Z[ recovery-image] Dec 18 23:17:09.809 INFO O| Dec 18 23:17:09.809 INFO STEP 53 (remove_files) COMPLETE
45012024-12-18T23:17:11.146Z[ recovery-image] Dec 18 23:17:09.809 INFO O| Dec 18 23:17:09.809 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-18T23:17:11.169Z[ recovery-image] Dec 18 23:17:09.833 INFO O| Dec 18 23:17:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45032024-12-18T23:17:11.172Z[ recovery-image] Dec 18 23:17:09.833 INFO O| Dec 18 23:17:09.833 INFO STEP 54 (remove_files) COMPLETE
45042024-12-18T23:17:11.172Z[ recovery-image] Dec 18 23:17:09.833 INFO O| Dec 18 23:17:09.833 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-18T23:17:11.193Z[ recovery-image] Dec 18 23:17:09.856 INFO O| Dec 18 23:17:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45062024-12-18T23:17:11.195Z[ recovery-image] Dec 18 23:17:09.857 INFO O| Dec 18 23:17:09.857 INFO STEP 55 (remove_files) COMPLETE
45072024-12-18T23:17:11.195Z[ recovery-image] Dec 18 23:17:09.857 INFO O| Dec 18 23:17:09.857 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-18T23:17:11.228Z[ recovery-image] Dec 18 23:17:09.891 INFO O| Dec 18 23:17:09.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45092024-12-18T23:17:11.228Z[ recovery-image] Dec 18 23:17:09.891 INFO O| Dec 18 23:17:09.891 INFO STEP 56 (remove_files) COMPLETE
45102024-12-18T23:17:11.228Z[ recovery-image] Dec 18 23:17:09.891 INFO O| Dec 18 23:17:09.891 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-18T23:17:11.269Z[ recovery-image] Dec 18 23:17:09.933 INFO O| Dec 18 23:17:09.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45122024-12-18T23:17:11.269Z[ recovery-image] Dec 18 23:17:09.933 INFO O| Dec 18 23:17:09.933 INFO STEP 57 (remove_files) COMPLETE
45132024-12-18T23:17:11.269Z[ recovery-image] Dec 18 23:17:09.933 INFO O| Dec 18 23:17:09.933 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-18T23:17:11.291Z[ recovery-image] Dec 18 23:17:09.955 INFO O| Dec 18 23:17:09.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45152024-12-18T23:17:11.311Z[ recovery-image] Dec 18 23:17:09.975 INFO O| Dec 18 23:17:09.975 INFO STEP 58 (remove_files) COMPLETE
45162024-12-18T23:17:11.311Z[ recovery-image] Dec 18 23:17:09.975 INFO O| Dec 18 23:17:09.975 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-18T23:17:11.344Z[ recovery-image] Dec 18 23:17:10.006 INFO O| Dec 18 23:17:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45182024-12-18T23:17:11.347Z[ recovery-image] Dec 18 23:17:10.006 INFO O| Dec 18 23:17:10.006 INFO STEP 59 (remove_files) COMPLETE
45192024-12-18T23:17:11.347Z[ recovery-image] Dec 18 23:17:10.006 INFO O| Dec 18 23:17:10.006 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-18T23:17:11.373Z[ recovery-image] Dec 18 23:17:10.036 INFO O| Dec 18 23:17:10.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45212024-12-18T23:17:11.373Z[ recovery-image] Dec 18 23:17:10.036 INFO O| Dec 18 23:17:10.036 INFO STEP 60 (remove_files) COMPLETE
45222024-12-18T23:17:11.373Z[ recovery-image] Dec 18 23:17:10.036 INFO O| Dec 18 23:17:10.036 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-18T23:17:11.397Z[ recovery-image] Dec 18 23:17:10.060 INFO O| Dec 18 23:17:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45242024-12-18T23:17:11.397Z[ recovery-image] Dec 18 23:17:10.061 INFO O| Dec 18 23:17:10.060 INFO STEP 61 (remove_files) COMPLETE
45252024-12-18T23:17:11.397Z[ recovery-image] Dec 18 23:17:10.061 INFO O| Dec 18 23:17:10.061 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-18T23:17:11.419Z[ recovery-image] Dec 18 23:17:10.082 INFO O| Dec 18 23:17:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45272024-12-18T23:17:11.419Z[ recovery-image] Dec 18 23:17:10.082 INFO O| Dec 18 23:17:10.082 INFO STEP 62 (remove_files) COMPLETE
45282024-12-18T23:17:11.419Z[ recovery-image] Dec 18 23:17:10.082 INFO O| Dec 18 23:17:10.082 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-18T23:17:11.438Z[ recovery-image] Dec 18 23:17:10.101 INFO O| Dec 18 23:17:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45302024-12-18T23:17:11.438Z[ recovery-image] Dec 18 23:17:10.101 INFO O| Dec 18 23:17:10.101 INFO STEP 63 (remove_files) COMPLETE
45312024-12-18T23:17:11.438Z[ recovery-image] Dec 18 23:17:10.101 INFO O| Dec 18 23:17:10.101 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-18T23:17:11.465Z[ recovery-image] Dec 18 23:17:10.129 INFO O| Dec 18 23:17:10.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45332024-12-18T23:17:11.465Z[ recovery-image] Dec 18 23:17:10.129 INFO O| Dec 18 23:17:10.129 INFO STEP 64 (remove_files) COMPLETE
45342024-12-18T23:17:11.468Z[ recovery-image] Dec 18 23:17:10.129 INFO O| Dec 18 23:17:10.129 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-18T23:17:11.522Z[ recovery-image] Dec 18 23:17:10.185 INFO O| Dec 18 23:17:10.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45362024-12-18T23:17:11.522Z[ recovery-image] Dec 18 23:17:10.185 INFO O| Dec 18 23:17:10.185 INFO STEP 65 (remove_files) COMPLETE
45372024-12-18T23:17:11.522Z[ recovery-image] Dec 18 23:17:10.185 INFO O| Dec 18 23:17:10.185 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-18T23:17:11.545Z[ recovery-image] Dec 18 23:17:10.208 INFO O| Dec 18 23:17:10.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45392024-12-18T23:17:11.545Z[ recovery-image] Dec 18 23:17:10.208 INFO O| Dec 18 23:17:10.208 INFO STEP 66 (remove_files) COMPLETE
45402024-12-18T23:17:11.547Z[ recovery-image] Dec 18 23:17:10.208 INFO O| Dec 18 23:17:10.208 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-18T23:17:11.578Z[ recovery-image] Dec 18 23:17:10.242 INFO O| Dec 18 23:17:10.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45422024-12-18T23:17:11.578Z[ recovery-image] Dec 18 23:17:10.242 INFO O| Dec 18 23:17:10.242 INFO STEP 67 (remove_files) COMPLETE
45432024-12-18T23:17:11.578Z[ recovery-image] Dec 18 23:17:10.242 INFO O| Dec 18 23:17:10.242 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-18T23:17:11.600Z[ recovery-image] Dec 18 23:17:10.263 INFO O| Dec 18 23:17:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45452024-12-18T23:17:11.600Z[ recovery-image] Dec 18 23:17:10.264 INFO O| Dec 18 23:17:10.264 INFO STEP 68 (remove_files) COMPLETE
45462024-12-18T23:17:11.603Z[ recovery-image] Dec 18 23:17:10.264 INFO O| Dec 18 23:17:10.264 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-18T23:17:11.623Z[ recovery-image] Dec 18 23:17:10.286 INFO O| Dec 18 23:17:10.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45482024-12-18T23:17:11.623Z[ recovery-image] Dec 18 23:17:10.286 INFO O| Dec 18 23:17:10.286 INFO STEP 69 (remove_files) COMPLETE
45492024-12-18T23:17:11.623Z[ recovery-image] Dec 18 23:17:10.286 INFO O| Dec 18 23:17:10.286 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-18T23:17:11.664Z[ recovery-image] Dec 18 23:17:10.326 INFO O| Dec 18 23:17:10.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45512024-12-18T23:17:11.664Z[ recovery-image] Dec 18 23:17:10.326 INFO O| Dec 18 23:17:10.326 INFO STEP 70 (remove_files) COMPLETE
45522024-12-18T23:17:11.664Z[ recovery-image] Dec 18 23:17:10.327 INFO O| Dec 18 23:17:10.326 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-18T23:17:11.699Z[ recovery-image] Dec 18 23:17:10.362 INFO O| Dec 18 23:17:10.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45542024-12-18T23:17:11.699Z[ recovery-image] Dec 18 23:17:10.362 INFO O| Dec 18 23:17:10.362 INFO STEP 71 (remove_files) COMPLETE
45552024-12-18T23:17:11.699Z[ recovery-image] Dec 18 23:17:10.362 INFO O| Dec 18 23:17:10.362 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-18T23:17:11.781Z[ recovery-image] Dec 18 23:17:10.444 INFO O| Dec 18 23:17:10.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45572024-12-18T23:17:11.781Z[ recovery-image] Dec 18 23:17:10.444 INFO O| Dec 18 23:17:10.444 INFO STEP 72 (remove_files) COMPLETE
45582024-12-18T23:17:11.784Z[ recovery-image] Dec 18 23:17:10.444 INFO O| Dec 18 23:17:10.444 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-18T23:17:11.877Z[ recovery-image] Dec 18 23:17:10.541 INFO O| Dec 18 23:17:10.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45602024-12-18T23:17:11.877Z[ recovery-image] Dec 18 23:17:10.541 INFO O| Dec 18 23:17:10.541 INFO STEP 73 (remove_files) COMPLETE
45612024-12-18T23:17:11.877Z[ recovery-image] Dec 18 23:17:10.541 INFO O| Dec 18 23:17:10.541 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-18T23:17:11.899Z[ recovery-image] Dec 18 23:17:10.563 INFO O| Dec 18 23:17:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45632024-12-18T23:17:11.899Z[ recovery-image] Dec 18 23:17:10.563 INFO O| Dec 18 23:17:10.563 INFO STEP 74 (remove_files) COMPLETE
45642024-12-18T23:17:11.902Z[ recovery-image] Dec 18 23:17:10.563 INFO O| Dec 18 23:17:10.563 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-18T23:17:11.919Z[ recovery-image] Dec 18 23:17:10.583 INFO O| Dec 18 23:17:10.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45662024-12-18T23:17:11.919Z[ recovery-image] Dec 18 23:17:10.583 INFO O| Dec 18 23:17:10.583 INFO STEP 75 (remove_files) COMPLETE
45672024-12-18T23:17:11.922Z[ recovery-image] Dec 18 23:17:10.583 INFO O| Dec 18 23:17:10.583 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-18T23:17:11.949Z[ recovery-image] Dec 18 23:17:10.613 INFO O| Dec 18 23:17:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45692024-12-18T23:17:11.952Z[ recovery-image] Dec 18 23:17:10.613 INFO O| Dec 18 23:17:10.613 INFO STEP 76 (remove_files) COMPLETE
45702024-12-18T23:17:11.953Z[ recovery-image] Dec 18 23:17:10.614 INFO O| Dec 18 23:17:10.614 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-18T23:17:11.987Z[ recovery-image] Dec 18 23:17:10.650 INFO O| Dec 18 23:17:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45722024-12-18T23:17:11.987Z[ recovery-image] Dec 18 23:17:10.650 INFO O| Dec 18 23:17:10.650 INFO STEP 77 (remove_files) COMPLETE
45732024-12-18T23:17:11.989Z[ recovery-image] Dec 18 23:17:10.650 INFO O| Dec 18 23:17:10.650 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-18T23:17:12.040Z[ recovery-image] Dec 18 23:17:10.704 INFO O| Dec 18 23:17:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45752024-12-18T23:17:12.040Z[ recovery-image] Dec 18 23:17:10.704 INFO O| Dec 18 23:17:10.704 INFO STEP 78 (remove_files) COMPLETE
45762024-12-18T23:17:12.043Z[ recovery-image] Dec 18 23:17:10.704 INFO O| Dec 18 23:17:10.704 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-18T23:17:12.061Z[ recovery-image] Dec 18 23:17:10.724 INFO O| Dec 18 23:17:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45782024-12-18T23:17:12.061Z[ recovery-image] Dec 18 23:17:10.724 INFO O| Dec 18 23:17:10.724 INFO STEP 79 (remove_files) COMPLETE
45792024-12-18T23:17:12.061Z[ recovery-image] Dec 18 23:17:10.724 INFO O| Dec 18 23:17:10.724 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-18T23:17:12.085Z[ recovery-image] Dec 18 23:17:10.748 INFO O| Dec 18 23:17:10.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45812024-12-18T23:17:12.085Z[ recovery-image] Dec 18 23:17:10.748 INFO O| Dec 18 23:17:10.748 INFO STEP 80 (remove_files) COMPLETE
45822024-12-18T23:17:12.087Z[ recovery-image] Dec 18 23:17:10.749 INFO O| Dec 18 23:17:10.748 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-18T23:17:12.104Z[ recovery-image] Dec 18 23:17:10.768 INFO O| Dec 18 23:17:10.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45842024-12-18T23:17:12.107Z[ recovery-image] Dec 18 23:17:10.768 INFO O| Dec 18 23:17:10.768 INFO STEP 81 (remove_files) COMPLETE
45852024-12-18T23:17:12.107Z[ recovery-image] Dec 18 23:17:10.768 INFO O| Dec 18 23:17:10.768 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-18T23:17:12.125Z[ recovery-image] Dec 18 23:17:10.788 INFO O| Dec 18 23:17:10.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45872024-12-18T23:17:12.126Z[ recovery-image] Dec 18 23:17:10.788 INFO O| Dec 18 23:17:10.788 INFO STEP 82 (remove_files) COMPLETE
45882024-12-18T23:17:12.126Z[ recovery-image] Dec 18 23:17:10.788 INFO O| Dec 18 23:17:10.788 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-18T23:17:12.159Z[ recovery-image] Dec 18 23:17:10.823 INFO O| Dec 18 23:17:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45902024-12-18T23:17:12.159Z[ recovery-image] Dec 18 23:17:10.823 INFO O| Dec 18 23:17:10.823 INFO STEP 83 (remove_files) COMPLETE
45912024-12-18T23:17:12.159Z[ recovery-image] Dec 18 23:17:10.823 INFO O| Dec 18 23:17:10.823 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-18T23:17:12.178Z[ recovery-image] Dec 18 23:17:10.842 INFO O| Dec 18 23:17:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45932024-12-18T23:17:12.178Z[ recovery-image] Dec 18 23:17:10.842 INFO O| Dec 18 23:17:10.842 INFO STEP 84 (remove_files) COMPLETE
45942024-12-18T23:17:12.178Z[ recovery-image] Dec 18 23:17:10.842 INFO O| Dec 18 23:17:10.842 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-18T23:17:12.213Z[ recovery-image] Dec 18 23:17:10.876 INFO O| Dec 18 23:17:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45962024-12-18T23:17:12.213Z[ recovery-image] Dec 18 23:17:10.876 INFO O| Dec 18 23:17:10.876 INFO STEP 85 (remove_files) COMPLETE
45972024-12-18T23:17:12.215Z[ recovery-image] Dec 18 23:17:10.876 INFO O| Dec 18 23:17:10.876 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-18T23:17:12.233Z[ recovery-image] Dec 18 23:17:10.896 INFO O| Dec 18 23:17:10.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45992024-12-18T23:17:12.233Z[ recovery-image] Dec 18 23:17:10.896 INFO O| Dec 18 23:17:10.896 INFO STEP 86 (remove_files) COMPLETE
46002024-12-18T23:17:12.233Z[ recovery-image] Dec 18 23:17:10.896 INFO O| Dec 18 23:17:10.896 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-18T23:17:12.251Z[ recovery-image] Dec 18 23:17:10.915 INFO O| Dec 18 23:17:10.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46022024-12-18T23:17:12.251Z[ recovery-image] Dec 18 23:17:10.915 INFO O| Dec 18 23:17:10.915 INFO STEP 87 (remove_files) COMPLETE
46032024-12-18T23:17:12.251Z[ recovery-image] Dec 18 23:17:10.915 INFO O| Dec 18 23:17:10.915 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-18T23:17:12.281Z[ recovery-image] Dec 18 23:17:10.945 INFO O| Dec 18 23:17:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46052024-12-18T23:17:12.281Z[ recovery-image] Dec 18 23:17:10.945 INFO O| Dec 18 23:17:10.945 INFO STEP 88 (remove_files) COMPLETE
46062024-12-18T23:17:12.281Z[ recovery-image] Dec 18 23:17:10.945 INFO O| Dec 18 23:17:10.945 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-18T23:17:12.299Z[ recovery-image] Dec 18 23:17:10.963 INFO O| Dec 18 23:17:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46082024-12-18T23:17:12.323Z[ recovery-image] Dec 18 23:17:10.987 INFO O| Dec 18 23:17:10.987 INFO STEP 89 (remove_files) COMPLETE
46092024-12-18T23:17:12.323Z[ recovery-image] Dec 18 23:17:10.987 INFO O| Dec 18 23:17:10.987 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-18T23:17:12.368Z[ recovery-image] Dec 18 23:17:11.032 INFO O| Dec 18 23:17:11.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46112024-12-18T23:17:12.368Z[ recovery-image] Dec 18 23:17:11.032 INFO O| Dec 18 23:17:11.032 INFO STEP 90 (remove_files) COMPLETE
46122024-12-18T23:17:12.369Z[ recovery-image] Dec 18 23:17:11.032 INFO O| Dec 18 23:17:11.032 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-18T23:17:12.416Z[ recovery-image] Dec 18 23:17:11.079 INFO O| Dec 18 23:17:11.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46142024-12-18T23:17:12.437Z[ recovery-image] Dec 18 23:17:11.100 INFO O| Dec 18 23:17:11.100 INFO STEP 91 (remove_files) COMPLETE
46152024-12-18T23:17:12.437Z[ recovery-image] Dec 18 23:17:11.100 INFO O| Dec 18 23:17:11.100 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-18T23:17:12.505Z[ recovery-image] Dec 18 23:17:11.169 INFO O| Dec 18 23:17:11.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46172024-12-18T23:17:12.520Z[ recovery-image] Dec 18 23:17:11.184 INFO O| Dec 18 23:17:11.184 INFO STEP 92 (remove_files) COMPLETE
46182024-12-18T23:17:12.520Z[ recovery-image] Dec 18 23:17:11.184 INFO O| Dec 18 23:17:11.184 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-18T23:17:12.543Z[ recovery-image] Dec 18 23:17:11.206 INFO O| Dec 18 23:17:11.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46202024-12-18T23:17:12.545Z[ recovery-image] Dec 18 23:17:11.207 INFO O| Dec 18 23:17:11.207 INFO STEP 93 (remove_files) COMPLETE
46212024-12-18T23:17:12.545Z[ recovery-image] Dec 18 23:17:11.207 INFO O| Dec 18 23:17:11.207 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-18T23:17:12.563Z[ recovery-image] Dec 18 23:17:11.227 INFO O| Dec 18 23:17:11.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46232024-12-18T23:17:12.566Z[ recovery-image] Dec 18 23:17:11.227 INFO O| Dec 18 23:17:11.227 INFO STEP 94 (remove_files) COMPLETE
46242024-12-18T23:17:12.566Z[ recovery-image] Dec 18 23:17:11.227 INFO O| Dec 18 23:17:11.227 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-18T23:17:12.583Z[ recovery-image] Dec 18 23:17:11.246 INFO O| Dec 18 23:17:11.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46262024-12-18T23:17:12.586Z[ recovery-image] Dec 18 23:17:11.247 INFO O| Dec 18 23:17:11.247 INFO STEP 95 (remove_files) COMPLETE
46272024-12-18T23:17:12.586Z[ recovery-image] Dec 18 23:17:11.247 INFO O| Dec 18 23:17:11.247 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-18T23:17:12.612Z[ recovery-image] Dec 18 23:17:11.275 INFO O| Dec 18 23:17:11.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46292024-12-18T23:17:12.614Z[ recovery-image] Dec 18 23:17:11.275 INFO O| Dec 18 23:17:11.275 INFO STEP 96 (remove_files) COMPLETE
46302024-12-18T23:17:12.615Z[ recovery-image] Dec 18 23:17:11.276 INFO O| Dec 18 23:17:11.275 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-18T23:17:12.630Z[ recovery-image] Dec 18 23:17:11.294 INFO O| Dec 18 23:17:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46322024-12-18T23:17:12.633Z[ recovery-image] Dec 18 23:17:11.294 INFO O| Dec 18 23:17:11.294 INFO STEP 97 (remove_files) COMPLETE
46332024-12-18T23:17:12.633Z[ recovery-image] Dec 18 23:17:11.294 INFO O| Dec 18 23:17:11.294 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-18T23:17:12.648Z[ recovery-image] Dec 18 23:17:11.311 INFO O| Dec 18 23:17:11.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46352024-12-18T23:17:12.650Z[ recovery-image] Dec 18 23:17:11.312 INFO O| Dec 18 23:17:11.312 INFO STEP 98 (remove_files) COMPLETE
46362024-12-18T23:17:12.650Z[ recovery-image] Dec 18 23:17:11.312 INFO O| Dec 18 23:17:11.312 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-18T23:17:12.701Z[ recovery-image] Dec 18 23:17:11.365 INFO O| Dec 18 23:17:11.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46382024-12-18T23:17:12.704Z[ recovery-image] Dec 18 23:17:11.365 INFO O| Dec 18 23:17:11.365 INFO STEP 99 (remove_files) COMPLETE
46392024-12-18T23:17:12.704Z[ recovery-image] Dec 18 23:17:11.365 INFO O| Dec 18 23:17:11.365 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-18T23:17:12.726Z[ recovery-image] Dec 18 23:17:11.390 INFO O| Dec 18 23:17:11.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46412024-12-18T23:17:12.729Z[ recovery-image] Dec 18 23:17:11.390 INFO O| Dec 18 23:17:11.390 INFO STEP 100 (remove_files) COMPLETE
46422024-12-18T23:17:12.729Z[ recovery-image] Dec 18 23:17:11.390 INFO O| Dec 18 23:17:11.390 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-18T23:17:12.765Z[ recovery-image] Dec 18 23:17:11.428 INFO O| Dec 18 23:17:11.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46442024-12-18T23:17:12.847Z[ recovery-image] Dec 18 23:17:11.428 INFO O| Dec 18 23:17:11.428 INFO STEP 101 (remove_files) COMPLETE
46452024-12-18T23:17:12.847Z[ recovery-image] Dec 18 23:17:11.428 INFO O| Dec 18 23:17:11.428 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-18T23:17:12.850Z[ recovery-image] Dec 18 23:17:11.450 INFO O| Dec 18 23:17:11.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46472024-12-18T23:17:12.850Z[ recovery-image] Dec 18 23:17:11.450 INFO O| Dec 18 23:17:11.450 INFO STEP 102 (remove_files) COMPLETE
46482024-12-18T23:17:12.850Z[ recovery-image] Dec 18 23:17:11.450 INFO O| Dec 18 23:17:11.450 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-18T23:17:12.872Z[ recovery-image] Dec 18 23:17:11.535 INFO O| Dec 18 23:17:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46502024-12-18T23:17:12.872Z[ recovery-image] Dec 18 23:17:11.535 INFO O| Dec 18 23:17:11.535 INFO STEP 103 (remove_files) COMPLETE
46512024-12-18T23:17:12.872Z[ recovery-image] Dec 18 23:17:11.535 INFO O| Dec 18 23:17:11.535 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-18T23:17:12.896Z[ recovery-image] Dec 18 23:17:11.559 INFO O| Dec 18 23:17:11.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46532024-12-18T23:17:12.896Z[ recovery-image] Dec 18 23:17:11.559 INFO O| Dec 18 23:17:11.559 INFO STEP 104 (remove_files) COMPLETE
46542024-12-18T23:17:12.896Z[ recovery-image] Dec 18 23:17:11.559 INFO O| Dec 18 23:17:11.559 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-18T23:17:12.921Z[ recovery-image] Dec 18 23:17:11.580 INFO O| Dec 18 23:17:11.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46562024-12-18T23:17:12.940Z[ recovery-image] Dec 18 23:17:11.602 INFO O| Dec 18 23:17:11.602 INFO STEP 105 (remove_files) COMPLETE
46572024-12-18T23:17:12.940Z[ recovery-image] Dec 18 23:17:11.602 INFO O| Dec 18 23:17:11.602 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-18T23:17:12.959Z[ recovery-image] Dec 18 23:17:11.623 INFO O| Dec 18 23:17:11.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46592024-12-18T23:17:12.959Z[ recovery-image] Dec 18 23:17:11.623 INFO O| Dec 18 23:17:11.623 INFO STEP 106 (remove_files) COMPLETE
46602024-12-18T23:17:12.960Z[ recovery-image] Dec 18 23:17:11.623 INFO O| Dec 18 23:17:11.623 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-18T23:17:12.997Z[ recovery-image] Dec 18 23:17:11.655 INFO O| Dec 18 23:17:11.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46622024-12-18T23:17:12.997Z[ recovery-image] Dec 18 23:17:11.655 INFO O| Dec 18 23:17:11.655 INFO STEP 107 (remove_files) COMPLETE
46632024-12-18T23:17:13.000Z[ recovery-image] Dec 18 23:17:11.655 INFO O| Dec 18 23:17:11.655 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-18T23:17:13.027Z[ recovery-image] Dec 18 23:17:11.690 INFO O| Dec 18 23:17:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46652024-12-18T23:17:13.027Z[ recovery-image] Dec 18 23:17:11.690 INFO O| Dec 18 23:17:11.690 INFO STEP 108 (remove_files) COMPLETE
46662024-12-18T23:17:13.027Z[ recovery-image] Dec 18 23:17:11.690 INFO O| Dec 18 23:17:11.690 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-18T23:17:13.104Z[ recovery-image] Dec 18 23:17:11.768 INFO O| Dec 18 23:17:11.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46682024-12-18T23:17:13.105Z[ recovery-image] Dec 18 23:17:11.768 INFO O| Dec 18 23:17:11.768 INFO STEP 109 (remove_files) COMPLETE
46692024-12-18T23:17:13.105Z[ recovery-image] Dec 18 23:17:11.768 INFO O| Dec 18 23:17:11.768 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-18T23:17:13.140Z[ recovery-image] Dec 18 23:17:11.803 INFO O| Dec 18 23:17:11.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46712024-12-18T23:17:13.140Z[ recovery-image] Dec 18 23:17:11.803 INFO O| Dec 18 23:17:11.803 INFO STEP 110 (remove_files) COMPLETE
46722024-12-18T23:17:13.144Z[ recovery-image] Dec 18 23:17:11.804 INFO O| Dec 18 23:17:11.803 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-18T23:17:13.176Z[ recovery-image] Dec 18 23:17:11.840 INFO O| Dec 18 23:17:11.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46742024-12-18T23:17:13.176Z[ recovery-image] Dec 18 23:17:11.840 INFO O| Dec 18 23:17:11.840 INFO STEP 111 (remove_files) COMPLETE
46752024-12-18T23:17:13.176Z[ recovery-image] Dec 18 23:17:11.840 INFO O| Dec 18 23:17:11.840 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-18T23:17:13.196Z[ recovery-image] Dec 18 23:17:11.860 INFO O| Dec 18 23:17:11.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46772024-12-18T23:17:13.196Z[ recovery-image] Dec 18 23:17:11.860 INFO O| Dec 18 23:17:11.860 INFO STEP 112 (remove_files) COMPLETE
46782024-12-18T23:17:13.196Z[ recovery-image] Dec 18 23:17:11.860 INFO O| Dec 18 23:17:11.860 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-18T23:17:13.227Z[ recovery-image] Dec 18 23:17:11.890 INFO O| Dec 18 23:17:11.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46802024-12-18T23:17:13.227Z[ recovery-image] Dec 18 23:17:11.890 INFO O| Dec 18 23:17:11.890 INFO STEP 113 (remove_files) COMPLETE
46812024-12-18T23:17:13.229Z[ recovery-image] Dec 18 23:17:11.890 INFO O| Dec 18 23:17:11.890 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-18T23:17:13.249Z[ recovery-image] Dec 18 23:17:11.912 INFO O| Dec 18 23:17:11.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46832024-12-18T23:17:13.249Z[ recovery-image] Dec 18 23:17:11.913 INFO O| Dec 18 23:17:11.913 INFO STEP 114 (remove_files) COMPLETE
46842024-12-18T23:17:13.252Z[ recovery-image] Dec 18 23:17:11.913 INFO O| Dec 18 23:17:11.913 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-18T23:17:13.290Z[ recovery-image] Dec 18 23:17:11.954 INFO O| Dec 18 23:17:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46862024-12-18T23:17:13.290Z[ recovery-image] Dec 18 23:17:11.954 INFO O| Dec 18 23:17:11.945 INFO STEP 115 (remove_files) COMPLETE
46872024-12-18T23:17:13.290Z[ recovery-image] Dec 18 23:17:11.954 INFO O| Dec 18 23:17:11.945 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-18T23:17:13.306Z[ recovery-image] Dec 18 23:17:11.969 INFO O| Dec 18 23:17:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46892024-12-18T23:17:13.306Z[ recovery-image] Dec 18 23:17:11.970 INFO O| Dec 18 23:17:11.970 INFO STEP 116 (remove_files) COMPLETE
46902024-12-18T23:17:13.309Z[ recovery-image] Dec 18 23:17:11.970 INFO O| Dec 18 23:17:11.970 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-18T23:17:13.326Z[ recovery-image] Dec 18 23:17:11.990 INFO O| Dec 18 23:17:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46922024-12-18T23:17:13.326Z[ recovery-image] Dec 18 23:17:11.990 INFO O| Dec 18 23:17:11.990 INFO STEP 117 (remove_files) COMPLETE
46932024-12-18T23:17:13.326Z[ recovery-image] Dec 18 23:17:11.990 INFO O| Dec 18 23:17:11.990 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-18T23:17:13.345Z[ recovery-image] Dec 18 23:17:12.009 INFO O| Dec 18 23:17:12.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46952024-12-18T23:17:13.348Z[ recovery-image] Dec 18 23:17:12.009 INFO O| Dec 18 23:17:12.009 INFO STEP 118 (remove_files) COMPLETE
46962024-12-18T23:17:13.348Z[ recovery-image] Dec 18 23:17:12.009 INFO O| Dec 18 23:17:12.009 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-18T23:17:13.371Z[ recovery-image] Dec 18 23:17:12.034 INFO O| Dec 18 23:17:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46982024-12-18T23:17:13.371Z[ recovery-image] Dec 18 23:17:12.034 INFO O| Dec 18 23:17:12.034 INFO STEP 119 (remove_files) COMPLETE
46992024-12-18T23:17:13.371Z[ recovery-image] Dec 18 23:17:12.035 INFO O| Dec 18 23:17:12.034 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-18T23:17:13.391Z[ recovery-image] Dec 18 23:17:12.055 INFO O| Dec 18 23:17:12.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47012024-12-18T23:17:13.411Z[ recovery-image] Dec 18 23:17:12.075 INFO O| Dec 18 23:17:12.075 INFO STEP 120 (remove_files) COMPLETE
47022024-12-18T23:17:13.411Z[ recovery-image] Dec 18 23:17:12.075 INFO O| Dec 18 23:17:12.075 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-18T23:17:13.478Z[ host-image] Dec 18 23:17:12.142 INFO O| Dec 18 23:17:12.141 INFO O| Done
47042024-12-18T23:17:13.487Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
47052024-12-18T23:17:13.509Z[ recovery-image] Dec 18 23:17:12.171 INFO O| Dec 18 23:17:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47062024-12-18T23:17:13.512Z[ recovery-image] Dec 18 23:17:12.172 INFO O| Dec 18 23:17:12.172 INFO STEP 121 (remove_files) COMPLETE
47072024-12-18T23:17:13.512Z[ recovery-image] Dec 18 23:17:12.172 INFO O| Dec 18 23:17:12.172 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-12-18T23:17:13.522Z[ host-image] Dec 18 23:17:12.185 INFO O| Dec 18 23:17:12.185 INFO O| Done
47092024-12-18T23:17:13.524Z[ host-image] Dec 18 23:17:12.186 INFO O| Dec 18 23:17:12.186 INFO O| Done
47102024-12-18T23:17:13.531Z[ recovery-image] Dec 18 23:17:12.194 INFO O| Dec 18 23:17:12.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47112024-12-18T23:17:13.533Z[ recovery-image] Dec 18 23:17:12.194 INFO O| Dec 18 23:17:12.193 INFO STEP 122 (remove_files) COMPLETE
47122024-12-18T23:17:13.533Z[ recovery-image] Dec 18 23:17:12.194 INFO O| Dec 18 23:17:12.193 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-18T23:17:13.555Z[ recovery-image] Dec 18 23:17:12.218 INFO O| Dec 18 23:17:12.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47142024-12-18T23:17:13.555Z[ recovery-image] Dec 18 23:17:12.218 INFO O| Dec 18 23:17:12.213 INFO STEP 123 (remove_files) COMPLETE
47152024-12-18T23:17:13.555Z[ recovery-image] Dec 18 23:17:12.218 INFO O| Dec 18 23:17:12.213 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-18T23:17:13.567Z[ recovery-image] Dec 18 23:17:12.230 INFO O| Dec 18 23:17:12.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47172024-12-18T23:17:13.567Z[ recovery-image] Dec 18 23:17:12.230 INFO O| Dec 18 23:17:12.230 INFO STEP 124 (remove_files) COMPLETE
47182024-12-18T23:17:13.567Z[ recovery-image] Dec 18 23:17:12.230 INFO O| Dec 18 23:17:12.230 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-18T23:17:13.584Z[ recovery-image] Dec 18 23:17:12.247 INFO O| Dec 18 23:17:12.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47202024-12-18T23:17:13.584Z[ recovery-image] Dec 18 23:17:12.247 INFO O| Dec 18 23:17:12.247 INFO STEP 125 (remove_files) COMPLETE
47212024-12-18T23:17:13.584Z[ recovery-image] Dec 18 23:17:12.247 INFO O| Dec 18 23:17:12.247 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-18T23:17:13.601Z[ recovery-image] Dec 18 23:17:12.265 INFO O| Dec 18 23:17:12.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47232024-12-18T23:17:13.601Z[ recovery-image] Dec 18 23:17:12.265 INFO O| Dec 18 23:17:12.265 INFO STEP 126 (remove_files) COMPLETE
47242024-12-18T23:17:13.604Z[ recovery-image] Dec 18 23:17:12.265 INFO O| Dec 18 23:17:12.265 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-18T23:17:13.614Z[ host-image] Dec 18 23:17:12.278 INFO O| Dec 18 23:17:12.278 INFO O| Done
47262024-12-18T23:17:13.621Z[ recovery-image] Dec 18 23:17:12.283 INFO O| Dec 18 23:17:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47272024-12-18T23:17:13.621Z[ recovery-image] Dec 18 23:17:12.283 INFO O| Dec 18 23:17:12.283 INFO STEP 127 (remove_files) COMPLETE
47282024-12-18T23:17:13.624Z[ recovery-image] Dec 18 23:17:12.283 INFO O| Dec 18 23:17:12.283 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-18T23:17:13.638Z[ recovery-image] Dec 18 23:17:12.301 INFO O| Dec 18 23:17:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47302024-12-18T23:17:13.638Z[ recovery-image] Dec 18 23:17:12.301 INFO O| Dec 18 23:17:12.301 INFO STEP 128 (remove_files) COMPLETE
47312024-12-18T23:17:13.638Z[ recovery-image] Dec 18 23:17:12.301 INFO O| Dec 18 23:17:12.301 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-18T23:17:13.681Z[ recovery-image] Dec 18 23:17:12.344 INFO O| Dec 18 23:17:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47332024-12-18T23:17:13.681Z[ recovery-image] Dec 18 23:17:12.344 INFO O| Dec 18 23:17:12.344 INFO STEP 129 (remove_files) COMPLETE
47342024-12-18T23:17:13.684Z[ recovery-image] Dec 18 23:17:12.345 INFO O| Dec 18 23:17:12.344 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-12-18T23:17:13.703Z[ recovery-image] Dec 18 23:17:12.366 INFO O| Dec 18 23:17:12.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47362024-12-18T23:17:13.703Z[ recovery-image] Dec 18 23:17:12.366 INFO O| Dec 18 23:17:12.366 INFO STEP 130 (remove_files) COMPLETE
47372024-12-18T23:17:13.703Z[ recovery-image] Dec 18 23:17:12.366 INFO O| Dec 18 23:17:12.366 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-12-18T23:17:13.723Z[ recovery-image] Dec 18 23:17:12.386 INFO O| Dec 18 23:17:12.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47392024-12-18T23:17:13.723Z[ recovery-image] Dec 18 23:17:12.386 INFO O| Dec 18 23:17:12.386 INFO STEP 131 (remove_files) COMPLETE
47402024-12-18T23:17:13.725Z[ recovery-image] Dec 18 23:17:12.387 INFO O| Dec 18 23:17:12.386 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-12-18T23:17:13.741Z[ recovery-image] Dec 18 23:17:12.405 INFO O| Dec 18 23:17:12.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47422024-12-18T23:17:13.756Z[ recovery-image] Dec 18 23:17:12.420 INFO O| Dec 18 23:17:12.420 INFO STEP 132 (remove_files) COMPLETE
47432024-12-18T23:17:13.756Z[ recovery-image] Dec 18 23:17:12.420 INFO O| Dec 18 23:17:12.420 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-12-18T23:17:13.779Z[ recovery-image] Dec 18 23:17:12.442 INFO O| Dec 18 23:17:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47452024-12-18T23:17:13.803Z[ recovery-image] Dec 18 23:17:12.466 INFO O| Dec 18 23:17:12.466 INFO STEP 133 (remove_files) COMPLETE
47462024-12-18T23:17:13.803Z[ recovery-image] Dec 18 23:17:12.466 INFO O| Dec 18 23:17:12.466 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-12-18T23:17:13.825Z[ host-image] Dec 18 23:17:12.488 INFO O| Dec 18 23:17:12.488 INFO STEP 13 (pkg_install) COMPLETE
47482024-12-18T23:17:13.825Z[ host-image] Dec 18 23:17:12.489 INFO O| Dec 18 23:17:12.488 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
47492024-12-18T23:17:13.840Z[ recovery-image] Dec 18 23:17:12.503 INFO O| Dec 18 23:17:12.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47502024-12-18T23:17:13.842Z[ recovery-image] Dec 18 23:17:12.503 INFO O| Dec 18 23:17:12.503 INFO STEP 134 (remove_files) COMPLETE
47512024-12-18T23:17:13.842Z[ recovery-image] Dec 18 23:17:12.503 INFO O| Dec 18 23:17:12.503 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-18T23:17:13.845Z[ host-image] Dec 18 23:17:12.507 INFO O| Dec 18 23:17:12.506 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
47532024-12-18T23:17:13.859Z[ recovery-image] Dec 18 23:17:12.523 INFO O| Dec 18 23:17:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47542024-12-18T23:17:13.875Z[ recovery-image] Dec 18 23:17:12.523 INFO O| Dec 18 23:17:12.523 INFO STEP 135 (remove_files) COMPLETE
47552024-12-18T23:17:13.875Z[ recovery-image] Dec 18 23:17:12.523 INFO O| Dec 18 23:17:12.523 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-12-18T23:17:13.898Z[ recovery-image] Dec 18 23:17:12.561 INFO O| Dec 18 23:17:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47572024-12-18T23:17:13.898Z[ recovery-image] Dec 18 23:17:12.561 INFO O| Dec 18 23:17:12.561 INFO STEP 136 (remove_files) COMPLETE
47582024-12-18T23:17:13.900Z[ recovery-image] Dec 18 23:17:12.561 INFO O| Dec 18 23:17:12.561 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-12-18T23:17:13.917Z[ recovery-image] Dec 18 23:17:12.580 INFO O| Dec 18 23:17:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47602024-12-18T23:17:13.917Z[ recovery-image] Dec 18 23:17:12.580 INFO O| Dec 18 23:17:12.580 INFO STEP 137 (remove_files) COMPLETE
47612024-12-18T23:17:13.919Z[ recovery-image] Dec 18 23:17:12.580 INFO O| Dec 18 23:17:12.580 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-12-18T23:17:13.935Z[ recovery-image] Dec 18 23:17:12.598 INFO O| Dec 18 23:17:12.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47632024-12-18T23:17:13.935Z[ recovery-image] Dec 18 23:17:12.598 INFO O| Dec 18 23:17:12.598 INFO STEP 138 (remove_files) COMPLETE
47642024-12-18T23:17:13.935Z[ recovery-image] Dec 18 23:17:12.598 INFO O| Dec 18 23:17:12.598 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-12-18T23:17:13.957Z[ recovery-image] Dec 18 23:17:12.620 INFO O| Dec 18 23:17:12.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47662024-12-18T23:17:13.957Z[ recovery-image] Dec 18 23:17:12.620 INFO O| Dec 18 23:17:12.620 INFO STEP 139 (remove_files) COMPLETE
47672024-12-18T23:17:13.959Z[ recovery-image] Dec 18 23:17:12.620 INFO O| Dec 18 23:17:12.620 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-12-18T23:17:13.977Z[ recovery-image] Dec 18 23:17:12.640 INFO O| Dec 18 23:17:12.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47692024-12-18T23:17:13.977Z[ recovery-image] Dec 18 23:17:12.640 INFO O| Dec 18 23:17:12.640 INFO STEP 140 (remove_files) COMPLETE
47702024-12-18T23:17:13.977Z[ recovery-image] Dec 18 23:17:12.640 INFO O| Dec 18 23:17:12.640 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-12-18T23:17:14.042Z[ recovery-image] Dec 18 23:17:12.705 INFO O| Dec 18 23:17:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47722024-12-18T23:17:14.044Z[ recovery-image] Dec 18 23:17:12.705 INFO O| Dec 18 23:17:12.705 INFO STEP 141 (remove_files) COMPLETE
47732024-12-18T23:17:14.044Z[ recovery-image] Dec 18 23:17:12.706 INFO O| Dec 18 23:17:12.705 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-12-18T23:17:14.062Z[ recovery-image] Dec 18 23:17:12.725 INFO O| Dec 18 23:17:12.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47752024-12-18T23:17:14.086Z[ recovery-image] Dec 18 23:17:12.750 INFO O| Dec 18 23:17:12.750 INFO STEP 142 (remove_files) COMPLETE
47762024-12-18T23:17:14.086Z[ recovery-image] Dec 18 23:17:12.750 INFO O| Dec 18 23:17:12.750 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-12-18T23:17:14.107Z[ recovery-image] Dec 18 23:17:12.770 INFO O| Dec 18 23:17:12.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47782024-12-18T23:17:14.110Z[ recovery-image] Dec 18 23:17:12.771 INFO O| Dec 18 23:17:12.771 INFO STEP 143 (remove_files) COMPLETE
47792024-12-18T23:17:14.110Z[ recovery-image] Dec 18 23:17:12.771 INFO O| Dec 18 23:17:12.771 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-12-18T23:17:14.126Z[ recovery-image] Dec 18 23:17:12.789 INFO O| Dec 18 23:17:12.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47812024-12-18T23:17:14.145Z[ recovery-image] Dec 18 23:17:12.809 INFO O| Dec 18 23:17:12.809 INFO STEP 144 (remove_files) COMPLETE
47822024-12-18T23:17:14.145Z[ recovery-image] Dec 18 23:17:12.809 INFO O| Dec 18 23:17:12.809 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-12-18T23:17:14.194Z[ recovery-image] Dec 18 23:17:12.857 INFO O| Dec 18 23:17:12.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47842024-12-18T23:17:14.194Z[ recovery-image] Dec 18 23:17:12.857 INFO O| Dec 18 23:17:12.857 INFO STEP 145 (remove_files) COMPLETE
47852024-12-18T23:17:14.194Z[ recovery-image] Dec 18 23:17:12.857 INFO O| Dec 18 23:17:12.857 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-12-18T23:17:14.234Z[ recovery-image] Dec 18 23:17:12.898 INFO O| Dec 18 23:17:12.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47872024-12-18T23:17:14.234Z[ recovery-image] Dec 18 23:17:12.898 INFO O| Dec 18 23:17:12.898 INFO STEP 146 (remove_files) COMPLETE
47882024-12-18T23:17:14.239Z[ recovery-image] Dec 18 23:17:12.898 INFO O| Dec 18 23:17:12.898 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-18T23:17:14.256Z[ recovery-image] Dec 18 23:17:12.920 INFO O| Dec 18 23:17:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47902024-12-18T23:17:14.259Z[ recovery-image] Dec 18 23:17:12.920 INFO O| Dec 18 23:17:12.920 INFO STEP 147 (remove_files) COMPLETE
47912024-12-18T23:17:14.259Z[ recovery-image] Dec 18 23:17:12.920 INFO O| Dec 18 23:17:12.920 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-18T23:17:14.310Z[ recovery-image] Dec 18 23:17:12.974 INFO O| Dec 18 23:17:12.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47932024-12-18T23:17:14.310Z[ recovery-image] Dec 18 23:17:12.974 INFO O| Dec 18 23:17:12.974 INFO STEP 148 (remove_files) COMPLETE
47942024-12-18T23:17:14.310Z[ recovery-image] Dec 18 23:17:12.974 INFO O| Dec 18 23:17:12.974 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-18T23:17:14.334Z[ recovery-image] Dec 18 23:17:12.997 INFO O| Dec 18 23:17:12.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47962024-12-18T23:17:14.334Z[ recovery-image] Dec 18 23:17:12.997 INFO O| Dec 18 23:17:12.997 INFO STEP 149 (remove_files) COMPLETE
47972024-12-18T23:17:14.334Z[ recovery-image] Dec 18 23:17:12.997 INFO O| Dec 18 23:17:12.997 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-18T23:17:14.355Z[ recovery-image] Dec 18 23:17:13.018 INFO O| Dec 18 23:17:13.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47992024-12-18T23:17:14.355Z[ recovery-image] Dec 18 23:17:13.018 INFO O| Dec 18 23:17:13.018 INFO STEP 150 (remove_files) COMPLETE
48002024-12-18T23:17:14.355Z[ recovery-image] Dec 18 23:17:13.018 INFO O| Dec 18 23:17:13.018 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-18T23:17:14.374Z[ recovery-image] Dec 18 23:17:13.038 INFO O| Dec 18 23:17:13.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48022024-12-18T23:17:14.374Z[ recovery-image] Dec 18 23:17:13.038 INFO O| Dec 18 23:17:13.038 INFO STEP 151 (remove_files) COMPLETE
48032024-12-18T23:17:14.377Z[ recovery-image] Dec 18 23:17:13.038 INFO O| Dec 18 23:17:13.038 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-18T23:17:14.395Z[ recovery-image] Dec 18 23:17:13.059 INFO O| Dec 18 23:17:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48052024-12-18T23:17:14.395Z[ recovery-image] Dec 18 23:17:13.059 INFO O| Dec 18 23:17:13.059 INFO STEP 152 (remove_files) COMPLETE
48062024-12-18T23:17:14.396Z[ recovery-image] Dec 18 23:17:13.059 INFO O| Dec 18 23:17:13.059 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-18T23:17:14.415Z[ recovery-image] Dec 18 23:17:13.079 INFO O| Dec 18 23:17:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48082024-12-18T23:17:14.415Z[ recovery-image] Dec 18 23:17:13.079 INFO O| Dec 18 23:17:13.079 INFO STEP 153 (remove_files) COMPLETE
48092024-12-18T23:17:14.415Z[ recovery-image] Dec 18 23:17:13.079 INFO O| Dec 18 23:17:13.079 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-18T23:17:14.443Z[ recovery-image] Dec 18 23:17:13.106 INFO O| Dec 18 23:17:13.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48112024-12-18T23:17:14.445Z[ recovery-image] Dec 18 23:17:13.106 INFO O| Dec 18 23:17:13.106 INFO STEP 154 (remove_files) COMPLETE
48122024-12-18T23:17:14.445Z[ recovery-image] Dec 18 23:17:13.106 INFO O| Dec 18 23:17:13.106 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-18T23:17:14.498Z[ recovery-image] Dec 18 23:17:13.161 INFO O| Dec 18 23:17:13.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48142024-12-18T23:17:14.498Z[ recovery-image] Dec 18 23:17:13.161 INFO O| Dec 18 23:17:13.161 INFO STEP 155 (remove_files) COMPLETE
48152024-12-18T23:17:14.498Z[ recovery-image] Dec 18 23:17:13.161 INFO O| Dec 18 23:17:13.161 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-18T23:17:14.549Z[ recovery-image] Dec 18 23:17:13.212 INFO O| Dec 18 23:17:13.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48172024-12-18T23:17:14.549Z[ recovery-image] Dec 18 23:17:13.212 INFO O| Dec 18 23:17:13.212 INFO STEP 156 (remove_files) COMPLETE
48182024-12-18T23:17:14.549Z[ recovery-image] Dec 18 23:17:13.212 INFO O| Dec 18 23:17:13.212 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-18T23:17:14.616Z[ recovery-image] Dec 18 23:17:13.278 INFO O| Dec 18 23:17:13.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48202024-12-18T23:17:14.616Z[ recovery-image] Dec 18 23:17:13.278 INFO O| Dec 18 23:17:13.278 INFO STEP 157 (remove_files) COMPLETE
48212024-12-18T23:17:14.616Z[ recovery-image] Dec 18 23:17:13.278 INFO O| Dec 18 23:17:13.278 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-18T23:17:14.657Z[ recovery-image] Dec 18 23:17:13.320 INFO O| Dec 18 23:17:13.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48232024-12-18T23:17:14.657Z[ recovery-image] Dec 18 23:17:13.320 INFO O| Dec 18 23:17:13.320 INFO STEP 158 (remove_files) COMPLETE
48242024-12-18T23:17:14.660Z[ recovery-image] Dec 18 23:17:13.320 INFO O| Dec 18 23:17:13.320 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-18T23:17:14.692Z[ recovery-image] Dec 18 23:17:13.355 INFO O| Dec 18 23:17:13.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48262024-12-18T23:17:14.692Z[ recovery-image] Dec 18 23:17:13.355 INFO O| Dec 18 23:17:13.355 INFO STEP 159 (remove_files) COMPLETE
48272024-12-18T23:17:14.695Z[ recovery-image] Dec 18 23:17:13.355 INFO O| Dec 18 23:17:13.355 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-18T23:17:14.716Z[ recovery-image] Dec 18 23:17:13.380 INFO O| Dec 18 23:17:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48292024-12-18T23:17:14.716Z[ recovery-image] Dec 18 23:17:13.380 INFO O| Dec 18 23:17:13.380 INFO STEP 160 (remove_files) COMPLETE
48302024-12-18T23:17:14.719Z[ recovery-image] Dec 18 23:17:13.380 INFO O| Dec 18 23:17:13.380 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-18T23:17:14.753Z[ recovery-image] Dec 18 23:17:13.416 INFO O| Dec 18 23:17:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48322024-12-18T23:17:14.753Z[ recovery-image] Dec 18 23:17:13.417 INFO O| Dec 18 23:17:13.416 INFO STEP 161 (remove_files) COMPLETE
48332024-12-18T23:17:14.753Z[ recovery-image] Dec 18 23:17:13.417 INFO O| Dec 18 23:17:13.417 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-18T23:17:14.774Z[ recovery-image] Dec 18 23:17:13.437 INFO O| Dec 18 23:17:13.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48352024-12-18T23:17:14.774Z[ recovery-image] Dec 18 23:17:13.437 INFO O| Dec 18 23:17:13.437 INFO STEP 162 (remove_files) COMPLETE
48362024-12-18T23:17:14.777Z[ recovery-image] Dec 18 23:17:13.437 INFO O| Dec 18 23:17:13.437 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-18T23:17:14.814Z[ recovery-image] Dec 18 23:17:13.477 INFO O| Dec 18 23:17:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48382024-12-18T23:17:14.814Z[ recovery-image] Dec 18 23:17:13.477 INFO O| Dec 18 23:17:13.477 INFO STEP 163 (remove_files) COMPLETE
48392024-12-18T23:17:14.816Z[ recovery-image] Dec 18 23:17:13.477 INFO O| Dec 18 23:17:13.477 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-18T23:17:14.837Z[ recovery-image] Dec 18 23:17:13.500 INFO O| Dec 18 23:17:13.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48412024-12-18T23:17:14.837Z[ recovery-image] Dec 18 23:17:13.500 INFO O| Dec 18 23:17:13.500 INFO STEP 164 (remove_files) COMPLETE
48422024-12-18T23:17:14.837Z[ recovery-image] Dec 18 23:17:13.500 INFO O| Dec 18 23:17:13.500 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-18T23:17:14.859Z[ recovery-image] Dec 18 23:17:13.522 INFO O| Dec 18 23:17:13.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48442024-12-18T23:17:14.861Z[ recovery-image] Dec 18 23:17:13.522 INFO O| Dec 18 23:17:13.522 INFO STEP 165 (remove_files) COMPLETE
48452024-12-18T23:17:14.861Z[ recovery-image] Dec 18 23:17:13.523 INFO O| Dec 18 23:17:13.522 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-18T23:17:14.881Z[ recovery-image] Dec 18 23:17:13.544 INFO O| Dec 18 23:17:13.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48472024-12-18T23:17:14.900Z[ recovery-image] Dec 18 23:17:13.564 INFO O| Dec 18 23:17:13.564 INFO STEP 166 (remove_files) COMPLETE
48482024-12-18T23:17:14.900Z[ recovery-image] Dec 18 23:17:13.564 INFO O| Dec 18 23:17:13.564 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-18T23:17:14.923Z[ recovery-image] Dec 18 23:17:13.587 INFO O| Dec 18 23:17:13.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48502024-12-18T23:17:14.926Z[ recovery-image] Dec 18 23:17:13.587 INFO O| Dec 18 23:17:13.587 INFO STEP 167 (remove_files) COMPLETE
48512024-12-18T23:17:14.926Z[ recovery-image] Dec 18 23:17:13.587 INFO O| Dec 18 23:17:13.587 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-18T23:17:14.945Z[ recovery-image] Dec 18 23:17:13.608 INFO O| Dec 18 23:17:13.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48532024-12-18T23:17:14.945Z[ recovery-image] Dec 18 23:17:13.608 INFO O| Dec 18 23:17:13.608 INFO STEP 168 (remove_files) COMPLETE
48542024-12-18T23:17:14.945Z[ recovery-image] Dec 18 23:17:13.608 INFO O| Dec 18 23:17:13.608 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-18T23:17:14.967Z[ recovery-image] Dec 18 23:17:13.630 INFO O| Dec 18 23:17:13.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48562024-12-18T23:17:14.967Z[ recovery-image] Dec 18 23:17:13.630 INFO O| Dec 18 23:17:13.630 INFO STEP 169 (remove_files) COMPLETE
48572024-12-18T23:17:14.970Z[ recovery-image] Dec 18 23:17:13.631 INFO O| Dec 18 23:17:13.630 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-18T23:17:14.981Z[ host-image] Dec 18 23:17:13.642 INFO O| Dec 18 23:17:13.642 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
48592024-12-18T23:17:14.992Z[ recovery-image] Dec 18 23:17:13.651 INFO O| Dec 18 23:17:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48602024-12-18T23:17:14.992Z[ recovery-image] Dec 18 23:17:13.651 INFO O| Dec 18 23:17:13.651 INFO STEP 170 (remove_files) COMPLETE
48612024-12-18T23:17:14.992Z[ recovery-image] Dec 18 23:17:13.651 INFO O| Dec 18 23:17:13.651 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-18T23:17:15.011Z[ recovery-image] Dec 18 23:17:13.675 INFO O| Dec 18 23:17:13.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48632024-12-18T23:17:15.012Z[ recovery-image] Dec 18 23:17:13.675 INFO O| Dec 18 23:17:13.675 INFO STEP 171 (remove_files) COMPLETE
48642024-12-18T23:17:15.017Z[ recovery-image] Dec 18 23:17:13.675 INFO O| Dec 18 23:17:13.675 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-18T23:17:15.042Z[ recovery-image] Dec 18 23:17:13.705 INFO O| Dec 18 23:17:13.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48662024-12-18T23:17:15.042Z[ recovery-image] Dec 18 23:17:13.705 INFO O| Dec 18 23:17:13.705 INFO STEP 172 (remove_files) COMPLETE
48672024-12-18T23:17:15.042Z[ recovery-image] Dec 18 23:17:13.705 INFO O| Dec 18 23:17:13.705 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-12-18T23:17:15.144Z[ recovery-image] Dec 18 23:17:13.807 INFO O| Dec 18 23:17:13.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48692024-12-18T23:17:15.144Z[ recovery-image] Dec 18 23:17:13.807 INFO O| Dec 18 23:17:13.807 INFO STEP 173 (remove_files) COMPLETE
48702024-12-18T23:17:15.146Z[ recovery-image] Dec 18 23:17:13.807 INFO O| Dec 18 23:17:13.807 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-12-18T23:17:15.166Z[ recovery-image] Dec 18 23:17:13.829 INFO O| Dec 18 23:17:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48722024-12-18T23:17:15.166Z[ recovery-image] Dec 18 23:17:13.830 INFO O| Dec 18 23:17:13.830 INFO STEP 174 (remove_files) COMPLETE
48732024-12-18T23:17:15.169Z[ recovery-image] Dec 18 23:17:13.830 INFO O| Dec 18 23:17:13.830 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-18T23:17:15.190Z[ recovery-image] Dec 18 23:17:13.853 INFO O| Dec 18 23:17:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48752024-12-18T23:17:15.190Z[ recovery-image] Dec 18 23:17:13.853 INFO O| Dec 18 23:17:13.853 INFO STEP 175 (remove_files) COMPLETE
48762024-12-18T23:17:15.190Z[ recovery-image] Dec 18 23:17:13.853 INFO O| Dec 18 23:17:13.853 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-18T23:17:15.225Z[ recovery-image] Dec 18 23:17:13.889 INFO O| Dec 18 23:17:13.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48782024-12-18T23:17:15.228Z[ recovery-image] Dec 18 23:17:13.889 INFO O| Dec 18 23:17:13.889 INFO STEP 176 (remove_files) COMPLETE
48792024-12-18T23:17:15.228Z[ recovery-image] Dec 18 23:17:13.889 INFO O| Dec 18 23:17:13.889 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-12-18T23:17:15.248Z[ recovery-image] Dec 18 23:17:13.911 INFO O| Dec 18 23:17:13.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48812024-12-18T23:17:15.250Z[ recovery-image] Dec 18 23:17:13.912 INFO O| Dec 18 23:17:13.911 INFO STEP 177 (remove_files) COMPLETE
48822024-12-18T23:17:15.250Z[ recovery-image] Dec 18 23:17:13.912 INFO O| Dec 18 23:17:13.912 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-12-18T23:17:15.280Z[ recovery-image] Dec 18 23:17:13.944 INFO O| Dec 18 23:17:13.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48842024-12-18T23:17:15.283Z[ recovery-image] Dec 18 23:17:13.944 INFO O| Dec 18 23:17:13.944 INFO STEP 178 (remove_files) COMPLETE
48852024-12-18T23:17:15.283Z[ recovery-image] Dec 18 23:17:13.944 INFO O| Dec 18 23:17:13.944 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-12-18T23:17:15.302Z[ recovery-image] Dec 18 23:17:13.965 INFO O| Dec 18 23:17:13.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48872024-12-18T23:17:15.302Z[ recovery-image] Dec 18 23:17:13.966 INFO O| Dec 18 23:17:13.966 INFO STEP 179 (remove_files) COMPLETE
48882024-12-18T23:17:15.305Z[ recovery-image] Dec 18 23:17:13.966 INFO O| Dec 18 23:17:13.966 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-12-18T23:17:15.322Z[ recovery-image] Dec 18 23:17:13.985 INFO O| Dec 18 23:17:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48902024-12-18T23:17:15.325Z[ recovery-image] Dec 18 23:17:13.986 INFO O| Dec 18 23:17:13.985 INFO STEP 180 (remove_files) COMPLETE
48912024-12-18T23:17:15.325Z[ recovery-image] Dec 18 23:17:13.986 INFO O| Dec 18 23:17:13.986 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-12-18T23:17:15.343Z[ recovery-image] Dec 18 23:17:14.007 INFO O| Dec 18 23:17:14.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48932024-12-18T23:17:15.349Z[ recovery-image] Dec 18 23:17:14.007 INFO O| Dec 18 23:17:14.007 INFO STEP 181 (remove_files) COMPLETE
48942024-12-18T23:17:15.349Z[ recovery-image] Dec 18 23:17:14.007 INFO O| Dec 18 23:17:14.007 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-12-18T23:17:15.363Z[ recovery-image] Dec 18 23:17:14.027 INFO O| Dec 18 23:17:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48962024-12-18T23:17:15.366Z[ recovery-image] Dec 18 23:17:14.027 INFO O| Dec 18 23:17:14.027 INFO STEP 182 (remove_files) COMPLETE
48972024-12-18T23:17:15.366Z[ recovery-image] Dec 18 23:17:14.027 INFO O| Dec 18 23:17:14.027 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-12-18T23:17:15.387Z[ recovery-image] Dec 18 23:17:14.050 INFO O| Dec 18 23:17:14.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48992024-12-18T23:17:15.390Z[ recovery-image] Dec 18 23:17:14.051 INFO O| Dec 18 23:17:14.050 INFO STEP 183 (remove_files) COMPLETE
49002024-12-18T23:17:15.390Z[ recovery-image] Dec 18 23:17:14.051 INFO O| Dec 18 23:17:14.051 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-12-18T23:17:15.409Z[ recovery-image] Dec 18 23:17:14.073 INFO O| Dec 18 23:17:14.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49022024-12-18T23:17:15.412Z[ recovery-image] Dec 18 23:17:14.075 INFO O| Dec 18 23:17:14.075 INFO STEP 184 (remove_files) COMPLETE
49032024-12-18T23:17:15.412Z[ recovery-image] Dec 18 23:17:14.075 INFO O| Dec 18 23:17:14.075 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-12-18T23:17:15.434Z[ recovery-image] Dec 18 23:17:14.097 INFO O| Dec 18 23:17:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49052024-12-18T23:17:15.436Z[ recovery-image] Dec 18 23:17:14.097 INFO O| Dec 18 23:17:14.097 INFO STEP 185 (remove_files) COMPLETE
49062024-12-18T23:17:15.436Z[ recovery-image] Dec 18 23:17:14.098 INFO O| Dec 18 23:17:14.097 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-18T23:17:15.455Z[ recovery-image] Dec 18 23:17:14.118 INFO O| Dec 18 23:17:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49082024-12-18T23:17:15.458Z[ recovery-image] Dec 18 23:17:14.119 INFO O| Dec 18 23:17:14.118 INFO STEP 186 (remove_files) COMPLETE
49092024-12-18T23:17:15.458Z[ recovery-image] Dec 18 23:17:14.119 INFO O| Dec 18 23:17:14.119 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-12-18T23:17:15.474Z[ recovery-image] Dec 18 23:17:14.138 INFO O| Dec 18 23:17:14.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49112024-12-18T23:17:15.478Z[ recovery-image] Dec 18 23:17:14.138 INFO O| Dec 18 23:17:14.138 INFO STEP 187 (remove_files) COMPLETE
49122024-12-18T23:17:15.478Z[ recovery-image] Dec 18 23:17:14.138 INFO O| Dec 18 23:17:14.138 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-12-18T23:17:15.493Z[ recovery-image] Dec 18 23:17:14.157 INFO O| Dec 18 23:17:14.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49142024-12-18T23:17:15.496Z[ recovery-image] Dec 18 23:17:14.157 INFO O| Dec 18 23:17:14.157 INFO STEP 188 (remove_files) COMPLETE
49152024-12-18T23:17:15.496Z[ recovery-image] Dec 18 23:17:14.157 INFO O| Dec 18 23:17:14.157 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-18T23:17:15.512Z[ recovery-image] Dec 18 23:17:14.176 INFO O| Dec 18 23:17:14.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49172024-12-18T23:17:15.515Z[ recovery-image] Dec 18 23:17:14.176 INFO O| Dec 18 23:17:14.176 INFO STEP 189 (remove_files) COMPLETE
49182024-12-18T23:17:15.515Z[ recovery-image] Dec 18 23:17:14.176 INFO O| Dec 18 23:17:14.176 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-18T23:17:15.531Z[ recovery-image] Dec 18 23:17:14.195 INFO O| Dec 18 23:17:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49202024-12-18T23:17:15.534Z[ recovery-image] Dec 18 23:17:14.195 INFO O| Dec 18 23:17:14.195 INFO STEP 190 (remove_files) COMPLETE
49212024-12-18T23:17:15.534Z[ recovery-image] Dec 18 23:17:14.195 INFO O| Dec 18 23:17:14.195 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-18T23:17:15.551Z[ recovery-image] Dec 18 23:17:14.214 INFO O| Dec 18 23:17:14.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49232024-12-18T23:17:15.553Z[ recovery-image] Dec 18 23:17:14.214 INFO O| Dec 18 23:17:14.214 INFO STEP 191 (remove_files) COMPLETE
49242024-12-18T23:17:15.553Z[ recovery-image] Dec 18 23:17:14.215 INFO O| Dec 18 23:17:14.214 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-18T23:17:15.574Z[ recovery-image] Dec 18 23:17:14.237 INFO O| Dec 18 23:17:14.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49262024-12-18T23:17:15.577Z[ recovery-image] Dec 18 23:17:14.238 INFO O| Dec 18 23:17:14.237 INFO STEP 192 (remove_files) COMPLETE
49272024-12-18T23:17:15.577Z[ recovery-image] Dec 18 23:17:14.238 INFO O| Dec 18 23:17:14.238 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-18T23:17:15.597Z[ recovery-image] Dec 18 23:17:14.260 INFO O| Dec 18 23:17:14.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49292024-12-18T23:17:15.599Z[ recovery-image] Dec 18 23:17:14.260 INFO O| Dec 18 23:17:14.260 INFO STEP 193 (remove_files) COMPLETE
49302024-12-18T23:17:15.599Z[ recovery-image] Dec 18 23:17:14.261 INFO O| Dec 18 23:17:14.260 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-18T23:17:15.621Z[ recovery-image] Dec 18 23:17:14.284 INFO O| Dec 18 23:17:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49322024-12-18T23:17:15.621Z[ recovery-image] Dec 18 23:17:14.284 INFO O| Dec 18 23:17:14.284 INFO STEP 194 (remove_files) COMPLETE
49332024-12-18T23:17:15.621Z[ recovery-image] Dec 18 23:17:14.284 INFO O| Dec 18 23:17:14.284 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-18T23:17:15.642Z[ recovery-image] Dec 18 23:17:14.305 INFO O| Dec 18 23:17:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49352024-12-18T23:17:15.642Z[ recovery-image] Dec 18 23:17:14.305 INFO O| Dec 18 23:17:14.305 INFO STEP 195 (remove_files) COMPLETE
49362024-12-18T23:17:15.644Z[ recovery-image] Dec 18 23:17:14.305 INFO O| Dec 18 23:17:14.305 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-18T23:17:15.661Z[ recovery-image] Dec 18 23:17:14.325 INFO O| Dec 18 23:17:14.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49382024-12-18T23:17:15.661Z[ recovery-image] Dec 18 23:17:14.325 INFO O| Dec 18 23:17:14.325 INFO STEP 196 (remove_files) COMPLETE
49392024-12-18T23:17:15.664Z[ recovery-image] Dec 18 23:17:14.325 INFO O| Dec 18 23:17:14.325 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-18T23:17:15.721Z[ recovery-image] Dec 18 23:17:14.384 INFO O| Dec 18 23:17:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49412024-12-18T23:17:15.721Z[ recovery-image] Dec 18 23:17:14.384 INFO O| Dec 18 23:17:14.384 INFO STEP 197 (remove_files) COMPLETE
49422024-12-18T23:17:15.723Z[ recovery-image] Dec 18 23:17:14.384 INFO O| Dec 18 23:17:14.384 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-18T23:17:15.761Z[ recovery-image] Dec 18 23:17:14.425 INFO O| Dec 18 23:17:14.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49442024-12-18T23:17:15.761Z[ recovery-image] Dec 18 23:17:14.425 INFO O| Dec 18 23:17:14.425 INFO STEP 198 (remove_files) COMPLETE
49452024-12-18T23:17:15.765Z[ recovery-image] Dec 18 23:17:14.425 INFO O| Dec 18 23:17:14.425 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-18T23:17:15.781Z[ recovery-image] Dec 18 23:17:14.444 INFO O| Dec 18 23:17:14.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49472024-12-18T23:17:15.781Z[ recovery-image] Dec 18 23:17:14.445 INFO O| Dec 18 23:17:14.445 INFO STEP 199 (remove_files) COMPLETE
49482024-12-18T23:17:15.781Z[ recovery-image] Dec 18 23:17:14.445 INFO O| Dec 18 23:17:14.445 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-18T23:17:15.799Z[ recovery-image] Dec 18 23:17:14.463 INFO O| Dec 18 23:17:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49502024-12-18T23:17:15.799Z[ recovery-image] Dec 18 23:17:14.463 INFO O| Dec 18 23:17:14.463 INFO STEP 200 (remove_files) COMPLETE
49512024-12-18T23:17:15.799Z[ recovery-image] Dec 18 23:17:14.463 INFO O| Dec 18 23:17:14.463 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-18T23:17:15.825Z[ recovery-image] Dec 18 23:17:14.488 INFO O| Dec 18 23:17:14.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49532024-12-18T23:17:15.825Z[ recovery-image] Dec 18 23:17:14.488 INFO O| Dec 18 23:17:14.488 INFO STEP 201 (remove_files) COMPLETE
49542024-12-18T23:17:15.827Z[ recovery-image] Dec 18 23:17:14.488 INFO O| Dec 18 23:17:14.488 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-18T23:17:15.864Z[ recovery-image] Dec 18 23:17:14.528 INFO O| Dec 18 23:17:14.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49562024-12-18T23:17:15.864Z[ recovery-image] Dec 18 23:17:14.528 INFO O| Dec 18 23:17:14.528 INFO STEP 202 (remove_files) COMPLETE
49572024-12-18T23:17:15.864Z[ recovery-image] Dec 18 23:17:14.528 INFO O| Dec 18 23:17:14.528 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-18T23:17:15.925Z[ recovery-image] Dec 18 23:17:14.587 INFO O| Dec 18 23:17:14.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49592024-12-18T23:17:15.925Z[ recovery-image] Dec 18 23:17:14.587 INFO O| Dec 18 23:17:14.587 INFO STEP 203 (remove_files) COMPLETE
49602024-12-18T23:17:15.925Z[ recovery-image] Dec 18 23:17:14.587 INFO O| Dec 18 23:17:14.587 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-18T23:17:15.986Z[ recovery-image] Dec 18 23:17:14.649 INFO O| Dec 18 23:17:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49622024-12-18T23:17:15.987Z[ recovery-image] Dec 18 23:17:14.649 INFO O| Dec 18 23:17:14.649 INFO STEP 204 (remove_files) COMPLETE
49632024-12-18T23:17:15.987Z[ recovery-image] Dec 18 23:17:14.649 INFO O| Dec 18 23:17:14.649 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-18T23:17:16.037Z[ recovery-image] Dec 18 23:17:14.700 INFO O| Dec 18 23:17:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49652024-12-18T23:17:16.037Z[ recovery-image] Dec 18 23:17:14.700 INFO O| Dec 18 23:17:14.700 INFO STEP 205 (remove_files) COMPLETE
49662024-12-18T23:17:16.046Z[ recovery-image] Dec 18 23:17:14.700 INFO O| Dec 18 23:17:14.700 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-18T23:17:16.061Z[ recovery-image] Dec 18 23:17:14.725 INFO O| Dec 18 23:17:14.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49682024-12-18T23:17:16.064Z[ recovery-image] Dec 18 23:17:14.725 INFO O| Dec 18 23:17:14.725 INFO STEP 206 (remove_files) COMPLETE
49692024-12-18T23:17:16.064Z[ recovery-image] Dec 18 23:17:14.725 INFO O| Dec 18 23:17:14.725 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-18T23:17:16.103Z[ recovery-image] Dec 18 23:17:14.766 INFO O| Dec 18 23:17:14.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49712024-12-18T23:17:16.106Z[ recovery-image] Dec 18 23:17:14.767 INFO O| Dec 18 23:17:14.767 INFO STEP 207 (remove_files) COMPLETE
49722024-12-18T23:17:16.106Z[ recovery-image] Dec 18 23:17:14.767 INFO O| Dec 18 23:17:14.767 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-18T23:17:16.125Z[ recovery-image] Dec 18 23:17:14.789 INFO O| Dec 18 23:17:14.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49742024-12-18T23:17:16.128Z[ recovery-image] Dec 18 23:17:14.789 INFO O| Dec 18 23:17:14.789 INFO STEP 208 (remove_files) COMPLETE
49752024-12-18T23:17:16.129Z[ recovery-image] Dec 18 23:17:14.789 INFO O| Dec 18 23:17:14.789 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-18T23:17:16.144Z[ recovery-image] Dec 18 23:17:14.808 INFO O| Dec 18 23:17:14.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49772024-12-18T23:17:16.147Z[ recovery-image] Dec 18 23:17:14.808 INFO O| Dec 18 23:17:14.808 INFO STEP 209 (remove_files) COMPLETE
49782024-12-18T23:17:16.147Z[ recovery-image] Dec 18 23:17:14.808 INFO O| Dec 18 23:17:14.808 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-18T23:17:16.250Z[ recovery-image] Dec 18 23:17:14.913 INFO O| Dec 18 23:17:14.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49802024-12-18T23:17:16.250Z[ recovery-image] Dec 18 23:17:14.913 INFO O| Dec 18 23:17:14.913 INFO STEP 210 (remove_files) COMPLETE
49812024-12-18T23:17:16.250Z[ recovery-image] Dec 18 23:17:14.913 INFO O| Dec 18 23:17:14.913 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-18T23:17:16.272Z[ recovery-image] Dec 18 23:17:14.936 INFO O| Dec 18 23:17:14.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49832024-12-18T23:17:16.272Z[ recovery-image] Dec 18 23:17:14.936 INFO O| Dec 18 23:17:14.936 INFO STEP 211 (remove_files) COMPLETE
49842024-12-18T23:17:16.273Z[ recovery-image] Dec 18 23:17:14.936 INFO O| Dec 18 23:17:14.936 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-18T23:17:16.294Z[ recovery-image] Dec 18 23:17:14.958 INFO O| Dec 18 23:17:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49862024-12-18T23:17:16.294Z[ recovery-image] Dec 18 23:17:14.958 INFO O| Dec 18 23:17:14.958 INFO STEP 212 (remove_files) COMPLETE
49872024-12-18T23:17:16.294Z[ recovery-image] Dec 18 23:17:14.958 INFO O| Dec 18 23:17:14.958 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-18T23:17:16.319Z[ recovery-image] Dec 18 23:17:14.982 INFO O| Dec 18 23:17:14.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49892024-12-18T23:17:16.319Z[ recovery-image] Dec 18 23:17:14.982 INFO O| Dec 18 23:17:14.982 INFO STEP 213 (remove_files) COMPLETE
49902024-12-18T23:17:16.322Z[ recovery-image] Dec 18 23:17:14.983 INFO O| Dec 18 23:17:14.982 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-18T23:17:16.355Z[ recovery-image] Dec 18 23:17:15.018 INFO O| Dec 18 23:17:15.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49922024-12-18T23:17:16.355Z[ recovery-image] Dec 18 23:17:15.018 INFO O| Dec 18 23:17:15.018 INFO STEP 214 (remove_files) COMPLETE
49932024-12-18T23:17:16.355Z[ recovery-image] Dec 18 23:17:15.018 INFO O| Dec 18 23:17:15.018 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-18T23:17:16.422Z[ recovery-image] Dec 18 23:17:15.085 INFO O| Dec 18 23:17:15.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49952024-12-18T23:17:16.422Z[ recovery-image] Dec 18 23:17:15.085 INFO O| Dec 18 23:17:15.085 INFO STEP 215 (remove_files) COMPLETE
49962024-12-18T23:17:16.425Z[ recovery-image] Dec 18 23:17:15.085 INFO O| Dec 18 23:17:15.085 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-18T23:17:16.445Z[ recovery-image] Dec 18 23:17:15.108 INFO O| Dec 18 23:17:15.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49982024-12-18T23:17:16.445Z[ recovery-image] Dec 18 23:17:15.108 INFO O| Dec 18 23:17:15.108 INFO STEP 216 (remove_files) COMPLETE
49992024-12-18T23:17:16.445Z[ recovery-image] Dec 18 23:17:15.109 INFO O| Dec 18 23:17:15.108 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-18T23:17:16.465Z[ recovery-image] Dec 18 23:17:15.128 INFO O| Dec 18 23:17:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50012024-12-18T23:17:16.465Z[ recovery-image] Dec 18 23:17:15.129 INFO O| Dec 18 23:17:15.128 INFO STEP 217 (remove_files) COMPLETE
50022024-12-18T23:17:16.465Z[ recovery-image] Dec 18 23:17:15.129 INFO O| Dec 18 23:17:15.129 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-18T23:17:16.485Z[ recovery-image] Dec 18 23:17:15.148 INFO O| Dec 18 23:17:15.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50042024-12-18T23:17:16.485Z[ recovery-image] Dec 18 23:17:15.148 INFO O| Dec 18 23:17:15.148 INFO STEP 218 (remove_files) COMPLETE
50052024-12-18T23:17:16.485Z[ recovery-image] Dec 18 23:17:15.148 INFO O| Dec 18 23:17:15.148 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-18T23:17:16.506Z[ recovery-image] Dec 18 23:17:15.169 INFO O| Dec 18 23:17:15.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50072024-12-18T23:17:16.506Z[ recovery-image] Dec 18 23:17:15.169 INFO O| Dec 18 23:17:15.169 INFO STEP 219 (remove_files) COMPLETE
50082024-12-18T23:17:16.506Z[ recovery-image] Dec 18 23:17:15.169 INFO O| Dec 18 23:17:15.169 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-18T23:17:16.526Z[ recovery-image] Dec 18 23:17:15.190 INFO O| Dec 18 23:17:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50102024-12-18T23:17:16.547Z[ recovery-image] Dec 18 23:17:15.210 INFO O| Dec 18 23:17:15.210 INFO STEP 220 (remove_files) COMPLETE
50112024-12-18T23:17:16.547Z[ recovery-image] Dec 18 23:17:15.210 INFO O| Dec 18 23:17:15.210 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-18T23:17:16.605Z[ recovery-image] Dec 18 23:17:15.268 INFO O| Dec 18 23:17:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50132024-12-18T23:17:16.605Z[ recovery-image] Dec 18 23:17:15.268 INFO O| Dec 18 23:17:15.268 INFO STEP 221 (remove_files) COMPLETE
50142024-12-18T23:17:16.605Z[ recovery-image] Dec 18 23:17:15.268 INFO O| Dec 18 23:17:15.268 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-18T23:17:16.625Z[ recovery-image] Dec 18 23:17:15.288 INFO O| Dec 18 23:17:15.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50162024-12-18T23:17:16.625Z[ recovery-image] Dec 18 23:17:15.288 INFO O| Dec 18 23:17:15.288 INFO STEP 222 (remove_files) COMPLETE
50172024-12-18T23:17:16.628Z[ recovery-image] Dec 18 23:17:15.288 INFO O| Dec 18 23:17:15.288 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-18T23:17:16.644Z[ recovery-image] Dec 18 23:17:15.308 INFO O| Dec 18 23:17:15.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50192024-12-18T23:17:16.644Z[ recovery-image] Dec 18 23:17:15.308 INFO O| Dec 18 23:17:15.308 INFO STEP 223 (remove_files) COMPLETE
50202024-12-18T23:17:16.647Z[ recovery-image] Dec 18 23:17:15.308 INFO O| Dec 18 23:17:15.308 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-18T23:17:16.664Z[ recovery-image] Dec 18 23:17:15.328 INFO O| Dec 18 23:17:15.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50222024-12-18T23:17:16.664Z[ recovery-image] Dec 18 23:17:15.328 INFO O| Dec 18 23:17:15.328 INFO STEP 224 (remove_files) COMPLETE
50232024-12-18T23:17:16.664Z[ recovery-image] Dec 18 23:17:15.328 INFO O| Dec 18 23:17:15.328 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-18T23:17:16.686Z[ recovery-image] Dec 18 23:17:15.349 INFO O| Dec 18 23:17:15.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50252024-12-18T23:17:16.686Z[ recovery-image] Dec 18 23:17:15.349 INFO O| Dec 18 23:17:15.349 INFO STEP 225 (remove_files) COMPLETE
50262024-12-18T23:17:16.686Z[ recovery-image] Dec 18 23:17:15.349 INFO O| Dec 18 23:17:15.349 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-18T23:17:16.751Z[ recovery-image] Dec 18 23:17:15.414 INFO O| Dec 18 23:17:15.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50282024-12-18T23:17:16.784Z[ recovery-image] Dec 18 23:17:15.447 INFO O| Dec 18 23:17:15.447 INFO STEP 226 (remove_files) COMPLETE
50292024-12-18T23:17:16.784Z[ recovery-image] Dec 18 23:17:15.447 INFO O| Dec 18 23:17:15.447 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-18T23:17:16.918Z[ recovery-image] Dec 18 23:17:15.581 INFO O| Dec 18 23:17:15.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50312024-12-18T23:17:16.920Z[ recovery-image] Dec 18 23:17:15.581 INFO O| Dec 18 23:17:15.581 INFO STEP 227 (remove_files) COMPLETE
50322024-12-18T23:17:16.920Z[ recovery-image] Dec 18 23:17:15.581 INFO O| Dec 18 23:17:15.581 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-12-18T23:17:16.940Z[ recovery-image] Dec 18 23:17:15.604 INFO O| Dec 18 23:17:15.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50342024-12-18T23:17:16.943Z[ recovery-image] Dec 18 23:17:15.604 INFO O| Dec 18 23:17:15.604 INFO STEP 228 (remove_files) COMPLETE
50352024-12-18T23:17:16.943Z[ recovery-image] Dec 18 23:17:15.604 INFO O| Dec 18 23:17:15.604 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-12-18T23:17:16.972Z[ recovery-image] Dec 18 23:17:15.635 INFO O| Dec 18 23:17:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50372024-12-18T23:17:16.972Z[ recovery-image] Dec 18 23:17:15.635 INFO O| Dec 18 23:17:15.635 INFO STEP 229 (remove_files) COMPLETE
50382024-12-18T23:17:16.975Z[ recovery-image] Dec 18 23:17:15.636 INFO O| Dec 18 23:17:15.635 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-12-18T23:17:16.995Z[ recovery-image] Dec 18 23:17:15.658 INFO O| Dec 18 23:17:15.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50402024-12-18T23:17:16.995Z[ recovery-image] Dec 18 23:17:15.658 INFO O| Dec 18 23:17:15.658 INFO STEP 230 (remove_files) COMPLETE
50412024-12-18T23:17:16.995Z[ recovery-image] Dec 18 23:17:15.658 INFO O| Dec 18 23:17:15.658 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-12-18T23:17:17.018Z[ recovery-image] Dec 18 23:17:15.681 INFO O| Dec 18 23:17:15.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50432024-12-18T23:17:17.022Z[ recovery-image] Dec 18 23:17:15.682 INFO O| Dec 18 23:17:15.682 INFO STEP 231 (remove_files) COMPLETE
50442024-12-18T23:17:17.022Z[ recovery-image] Dec 18 23:17:15.682 INFO O| Dec 18 23:17:15.682 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-12-18T23:17:17.041Z[ recovery-image] Dec 18 23:17:15.704 INFO O| Dec 18 23:17:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50462024-12-18T23:17:17.041Z[ recovery-image] Dec 18 23:17:15.705 INFO O| Dec 18 23:17:15.705 INFO STEP 232 (remove_files) COMPLETE
50472024-12-18T23:17:17.042Z[ recovery-image] Dec 18 23:17:15.705 INFO O| Dec 18 23:17:15.705 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-12-18T23:17:17.078Z[ recovery-image] Dec 18 23:17:15.741 INFO O| Dec 18 23:17:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50492024-12-18T23:17:17.078Z[ recovery-image] Dec 18 23:17:15.741 INFO O| Dec 18 23:17:15.741 INFO STEP 233 (remove_files) COMPLETE
50502024-12-18T23:17:17.081Z[ recovery-image] Dec 18 23:17:15.741 INFO O| Dec 18 23:17:15.741 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-12-18T23:17:17.135Z[ recovery-image] Dec 18 23:17:15.799 INFO O| Dec 18 23:17:15.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50522024-12-18T23:17:17.135Z[ recovery-image] Dec 18 23:17:15.799 INFO O| Dec 18 23:17:15.799 INFO STEP 234 (remove_files) COMPLETE
50532024-12-18T23:17:17.139Z[ recovery-image] Dec 18 23:17:15.799 INFO O| Dec 18 23:17:15.799 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-12-18T23:17:17.161Z[ recovery-image] Dec 18 23:17:15.823 INFO O| Dec 18 23:17:15.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50552024-12-18T23:17:17.161Z[ recovery-image] Dec 18 23:17:15.823 INFO O| Dec 18 23:17:15.823 INFO STEP 235 (remove_files) COMPLETE
50562024-12-18T23:17:17.161Z[ recovery-image] Dec 18 23:17:15.823 INFO O| Dec 18 23:17:15.823 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-18T23:17:17.181Z[ recovery-image] Dec 18 23:17:15.844 INFO O| Dec 18 23:17:15.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50582024-12-18T23:17:17.181Z[ recovery-image] Dec 18 23:17:15.844 INFO O| Dec 18 23:17:15.844 INFO STEP 236 (remove_files) COMPLETE
50592024-12-18T23:17:17.181Z[ recovery-image] Dec 18 23:17:15.844 INFO O| Dec 18 23:17:15.844 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-18T23:17:17.208Z[ recovery-image] Dec 18 23:17:15.871 INFO O| Dec 18 23:17:15.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50612024-12-18T23:17:17.208Z[ recovery-image] Dec 18 23:17:15.871 INFO O| Dec 18 23:17:15.871 INFO STEP 237 (remove_files) COMPLETE
50622024-12-18T23:17:17.208Z[ recovery-image] Dec 18 23:17:15.871 INFO O| Dec 18 23:17:15.871 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-18T23:17:17.266Z[ recovery-image] Dec 18 23:17:15.930 INFO O| Dec 18 23:17:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50642024-12-18T23:17:17.266Z[ recovery-image] Dec 18 23:17:15.930 INFO O| Dec 18 23:17:15.930 INFO STEP 238 (remove_files) COMPLETE
50652024-12-18T23:17:17.269Z[ recovery-image] Dec 18 23:17:15.930 INFO O| Dec 18 23:17:15.930 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-18T23:17:17.301Z[ recovery-image] Dec 18 23:17:15.964 INFO O| Dec 18 23:17:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50672024-12-18T23:17:17.301Z[ recovery-image] Dec 18 23:17:15.964 INFO O| Dec 18 23:17:15.964 INFO STEP 239 (remove_files) COMPLETE
50682024-12-18T23:17:17.301Z[ recovery-image] Dec 18 23:17:15.964 INFO O| Dec 18 23:17:15.964 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-18T23:17:17.320Z[ recovery-image] Dec 18 23:17:15.984 INFO O| Dec 18 23:17:15.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50702024-12-18T23:17:17.320Z[ recovery-image] Dec 18 23:17:15.984 INFO O| Dec 18 23:17:15.984 INFO STEP 240 (remove_files) COMPLETE
50712024-12-18T23:17:17.320Z[ recovery-image] Dec 18 23:17:15.984 INFO O| Dec 18 23:17:15.984 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-18T23:17:17.339Z[ recovery-image] Dec 18 23:17:16.003 INFO O| Dec 18 23:17:16.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50732024-12-18T23:17:17.339Z[ recovery-image] Dec 18 23:17:16.003 INFO O| Dec 18 23:17:16.003 INFO STEP 241 (remove_files) COMPLETE
50742024-12-18T23:17:17.339Z[ recovery-image] Dec 18 23:17:16.003 INFO O| Dec 18 23:17:16.003 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-18T23:17:17.374Z[ recovery-image] Dec 18 23:17:16.037 INFO O| Dec 18 23:17:16.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50762024-12-18T23:17:17.396Z[ recovery-image] Dec 18 23:17:16.060 INFO O| Dec 18 23:17:16.060 INFO STEP 242 (remove_files) COMPLETE
50772024-12-18T23:17:17.396Z[ recovery-image] Dec 18 23:17:16.060 INFO O| Dec 18 23:17:16.060 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-18T23:17:17.434Z[ recovery-image] Dec 18 23:17:16.097 INFO O| Dec 18 23:17:16.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50792024-12-18T23:17:17.434Z[ recovery-image] Dec 18 23:17:16.097 INFO O| Dec 18 23:17:16.097 INFO STEP 243 (remove_files) COMPLETE
50802024-12-18T23:17:17.434Z[ recovery-image] Dec 18 23:17:16.097 INFO O| Dec 18 23:17:16.097 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-18T23:17:17.453Z[ recovery-image] Dec 18 23:17:16.117 INFO O| Dec 18 23:17:16.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50822024-12-18T23:17:17.453Z[ recovery-image] Dec 18 23:17:16.117 INFO O| Dec 18 23:17:16.117 INFO STEP 244 (remove_files) COMPLETE
50832024-12-18T23:17:17.456Z[ recovery-image] Dec 18 23:17:16.117 INFO O| Dec 18 23:17:16.117 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-18T23:17:17.520Z[ recovery-image] Dec 18 23:17:16.183 INFO O| Dec 18 23:17:16.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50852024-12-18T23:17:17.520Z[ recovery-image] Dec 18 23:17:16.183 INFO O| Dec 18 23:17:16.183 INFO STEP 245 (remove_files) COMPLETE
50862024-12-18T23:17:17.520Z[ recovery-image] Dec 18 23:17:16.183 INFO O| Dec 18 23:17:16.183 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-18T23:17:17.578Z[ recovery-image] Dec 18 23:17:16.242 INFO O| Dec 18 23:17:16.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50882024-12-18T23:17:17.578Z[ recovery-image] Dec 18 23:17:16.242 INFO O| Dec 18 23:17:16.242 INFO STEP 246 (remove_files) COMPLETE
50892024-12-18T23:17:17.578Z[ recovery-image] Dec 18 23:17:16.242 INFO O| Dec 18 23:17:16.242 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-18T23:17:17.615Z[ recovery-image] Dec 18 23:17:16.278 INFO O| Dec 18 23:17:16.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50912024-12-18T23:17:17.617Z[ recovery-image] Dec 18 23:17:16.278 INFO O| Dec 18 23:17:16.278 INFO STEP 247 (remove_files) COMPLETE
50922024-12-18T23:17:17.618Z[ recovery-image] Dec 18 23:17:16.278 INFO O| Dec 18 23:17:16.278 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-18T23:17:17.637Z[ recovery-image] Dec 18 23:17:16.300 INFO O| Dec 18 23:17:16.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50942024-12-18T23:17:17.640Z[ recovery-image] Dec 18 23:17:16.301 INFO O| Dec 18 23:17:16.301 INFO STEP 248 (remove_files) COMPLETE
50952024-12-18T23:17:17.640Z[ recovery-image] Dec 18 23:17:16.301 INFO O| Dec 18 23:17:16.301 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-18T23:17:17.658Z[ recovery-image] Dec 18 23:17:16.322 INFO O| Dec 18 23:17:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50972024-12-18T23:17:17.661Z[ recovery-image] Dec 18 23:17:16.322 INFO O| Dec 18 23:17:16.322 INFO STEP 249 (remove_files) COMPLETE
50982024-12-18T23:17:17.661Z[ recovery-image] Dec 18 23:17:16.322 INFO O| Dec 18 23:17:16.322 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-18T23:17:17.699Z[ recovery-image] Dec 18 23:17:16.362 INFO O| Dec 18 23:17:16.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51002024-12-18T23:17:17.699Z[ recovery-image] Dec 18 23:17:16.362 INFO O| Dec 18 23:17:16.362 INFO STEP 250 (remove_files) COMPLETE
51012024-12-18T23:17:17.699Z[ recovery-image] Dec 18 23:17:16.362 INFO O| Dec 18 23:17:16.362 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-18T23:17:17.721Z[ recovery-image] Dec 18 23:17:16.385 INFO O| Dec 18 23:17:16.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51032024-12-18T23:17:17.721Z[ recovery-image] Dec 18 23:17:16.385 INFO O| Dec 18 23:17:16.385 INFO STEP 251 (remove_files) COMPLETE
51042024-12-18T23:17:17.721Z[ recovery-image] Dec 18 23:17:16.385 INFO O| Dec 18 23:17:16.385 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-18T23:17:17.764Z[ recovery-image] Dec 18 23:17:16.427 INFO O| Dec 18 23:17:16.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51062024-12-18T23:17:17.764Z[ recovery-image] Dec 18 23:17:16.427 INFO O| Dec 18 23:17:16.427 INFO STEP 252 (remove_files) COMPLETE
51072024-12-18T23:17:17.767Z[ recovery-image] Dec 18 23:17:16.427 INFO O| Dec 18 23:17:16.427 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-18T23:17:17.788Z[ recovery-image] Dec 18 23:17:16.451 INFO O| Dec 18 23:17:16.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51092024-12-18T23:17:17.788Z[ recovery-image] Dec 18 23:17:16.451 INFO O| Dec 18 23:17:16.451 INFO STEP 253 (remove_files) COMPLETE
51102024-12-18T23:17:17.791Z[ recovery-image] Dec 18 23:17:16.451 INFO O| Dec 18 23:17:16.451 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-18T23:17:17.809Z[ recovery-image] Dec 18 23:17:16.473 INFO O| Dec 18 23:17:16.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51122024-12-18T23:17:17.809Z[ recovery-image] Dec 18 23:17:16.473 INFO O| Dec 18 23:17:16.473 INFO STEP 254 (remove_files) COMPLETE
51132024-12-18T23:17:17.809Z[ recovery-image] Dec 18 23:17:16.473 INFO O| Dec 18 23:17:16.473 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-18T23:17:17.851Z[ recovery-image] Dec 18 23:17:16.514 INFO O| Dec 18 23:17:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51152024-12-18T23:17:17.854Z[ recovery-image] Dec 18 23:17:16.514 INFO O| Dec 18 23:17:16.514 INFO STEP 255 (remove_files) COMPLETE
51162024-12-18T23:17:17.854Z[ recovery-image] Dec 18 23:17:16.514 INFO O| Dec 18 23:17:16.514 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-18T23:17:17.927Z[ recovery-image] Dec 18 23:17:16.590 INFO O| Dec 18 23:17:16.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51182024-12-18T23:17:17.927Z[ recovery-image] Dec 18 23:17:16.590 INFO O| Dec 18 23:17:16.590 INFO STEP 256 (remove_files) COMPLETE
51192024-12-18T23:17:17.930Z[ recovery-image] Dec 18 23:17:16.591 INFO O| Dec 18 23:17:16.590 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-18T23:17:17.949Z[ recovery-image] Dec 18 23:17:16.612 INFO O| Dec 18 23:17:16.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51212024-12-18T23:17:17.950Z[ recovery-image] Dec 18 23:17:16.613 INFO O| Dec 18 23:17:16.612 INFO STEP 257 (remove_files) COMPLETE
51222024-12-18T23:17:17.950Z[ recovery-image] Dec 18 23:17:16.613 INFO O| Dec 18 23:17:16.613 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-18T23:17:17.968Z[ recovery-image] Dec 18 23:17:16.631 INFO O| Dec 18 23:17:16.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51242024-12-18T23:17:17.968Z[ recovery-image] Dec 18 23:17:16.631 INFO O| Dec 18 23:17:16.631 INFO STEP 258 (remove_files) COMPLETE
51252024-12-18T23:17:17.968Z[ recovery-image] Dec 18 23:17:16.631 INFO O| Dec 18 23:17:16.631 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-18T23:17:17.987Z[ recovery-image] Dec 18 23:17:16.651 INFO O| Dec 18 23:17:16.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51272024-12-18T23:17:17.988Z[ recovery-image] Dec 18 23:17:16.651 INFO O| Dec 18 23:17:16.651 INFO STEP 259 (remove_files) COMPLETE
51282024-12-18T23:17:17.988Z[ recovery-image] Dec 18 23:17:16.651 INFO O| Dec 18 23:17:16.651 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-18T23:17:18.008Z[ recovery-image] Dec 18 23:17:16.671 INFO O| Dec 18 23:17:16.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51302024-12-18T23:17:18.008Z[ recovery-image] Dec 18 23:17:16.671 INFO O| Dec 18 23:17:16.671 INFO STEP 260 (remove_files) COMPLETE
51312024-12-18T23:17:18.010Z[ recovery-image] Dec 18 23:17:16.671 INFO O| Dec 18 23:17:16.671 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-18T23:17:18.042Z[ recovery-image] Dec 18 23:17:16.705 INFO O| Dec 18 23:17:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51332024-12-18T23:17:18.042Z[ recovery-image] Dec 18 23:17:16.705 INFO O| Dec 18 23:17:16.705 INFO STEP 261 (remove_files) COMPLETE
51342024-12-18T23:17:18.045Z[ recovery-image] Dec 18 23:17:16.705 INFO O| Dec 18 23:17:16.705 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-18T23:17:18.074Z[ recovery-image] Dec 18 23:17:16.737 INFO O| Dec 18 23:17:16.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51362024-12-18T23:17:18.074Z[ recovery-image] Dec 18 23:17:16.737 INFO O| Dec 18 23:17:16.737 INFO STEP 262 (remove_files) COMPLETE
51372024-12-18T23:17:18.074Z[ recovery-image] Dec 18 23:17:16.737 INFO O| Dec 18 23:17:16.737 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-18T23:17:18.093Z[ recovery-image] Dec 18 23:17:16.756 INFO O| Dec 18 23:17:16.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51392024-12-18T23:17:18.093Z[ recovery-image] Dec 18 23:17:16.756 INFO O| Dec 18 23:17:16.756 INFO STEP 263 (remove_files) COMPLETE
51402024-12-18T23:17:18.096Z[ recovery-image] Dec 18 23:17:16.756 INFO O| Dec 18 23:17:16.756 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-18T23:17:18.114Z[ recovery-image] Dec 18 23:17:16.776 INFO O| Dec 18 23:17:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51422024-12-18T23:17:18.114Z[ recovery-image] Dec 18 23:17:16.776 INFO O| Dec 18 23:17:16.776 INFO STEP 264 (remove_files) COMPLETE
51432024-12-18T23:17:18.114Z[ recovery-image] Dec 18 23:17:16.776 INFO O| Dec 18 23:17:16.776 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-18T23:17:18.134Z[ recovery-image] Dec 18 23:17:16.797 INFO O| Dec 18 23:17:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51452024-12-18T23:17:18.134Z[ recovery-image] Dec 18 23:17:16.797 INFO O| Dec 18 23:17:16.797 INFO STEP 265 (remove_files) COMPLETE
51462024-12-18T23:17:18.134Z[ recovery-image] Dec 18 23:17:16.797 INFO O| Dec 18 23:17:16.797 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-18T23:17:18.154Z[ recovery-image] Dec 18 23:17:16.817 INFO O| Dec 18 23:17:16.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51482024-12-18T23:17:18.154Z[ recovery-image] Dec 18 23:17:16.817 INFO O| Dec 18 23:17:16.817 INFO STEP 266 (remove_files) COMPLETE
51492024-12-18T23:17:18.154Z[ recovery-image] Dec 18 23:17:16.817 INFO O| Dec 18 23:17:16.817 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-18T23:17:18.179Z[ recovery-image] Dec 18 23:17:16.841 INFO O| Dec 18 23:17:16.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51512024-12-18T23:17:18.199Z[ recovery-image] Dec 18 23:17:16.862 INFO O| Dec 18 23:17:16.862 INFO STEP 267 (remove_files) COMPLETE
51522024-12-18T23:17:18.199Z[ recovery-image] Dec 18 23:17:16.862 INFO O| Dec 18 23:17:16.862 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-18T23:17:18.256Z[ recovery-image] Dec 18 23:17:16.919 INFO O| Dec 18 23:17:16.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51542024-12-18T23:17:18.270Z[ recovery-image] Dec 18 23:17:16.933 INFO O| Dec 18 23:17:16.933 INFO STEP 268 (remove_files) COMPLETE
51552024-12-18T23:17:18.271Z[ recovery-image] Dec 18 23:17:16.933 INFO O| Dec 18 23:17:16.933 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-18T23:17:18.292Z[ recovery-image] Dec 18 23:17:16.955 INFO O| Dec 18 23:17:16.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51572024-12-18T23:17:18.292Z[ recovery-image] Dec 18 23:17:16.955 INFO O| Dec 18 23:17:16.955 INFO STEP 269 (remove_files) COMPLETE
51582024-12-18T23:17:18.292Z[ recovery-image] Dec 18 23:17:16.955 INFO O| Dec 18 23:17:16.955 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-18T23:17:18.312Z[ recovery-image] Dec 18 23:17:16.976 INFO O| Dec 18 23:17:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51602024-12-18T23:17:18.315Z[ recovery-image] Dec 18 23:17:16.976 INFO O| Dec 18 23:17:16.976 INFO STEP 270 (remove_files) COMPLETE
51612024-12-18T23:17:18.315Z[ recovery-image] Dec 18 23:17:16.976 INFO O| Dec 18 23:17:16.976 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-18T23:17:18.352Z[ recovery-image] Dec 18 23:17:17.014 INFO O| Dec 18 23:17:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51632024-12-18T23:17:18.352Z[ recovery-image] Dec 18 23:17:17.015 INFO O| Dec 18 23:17:17.015 INFO STEP 271 (remove_files) COMPLETE
51642024-12-18T23:17:18.352Z[ recovery-image] Dec 18 23:17:17.015 INFO O| Dec 18 23:17:17.015 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-18T23:17:18.374Z[ recovery-image] Dec 18 23:17:17.037 INFO O| Dec 18 23:17:17.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51662024-12-18T23:17:18.374Z[ recovery-image] Dec 18 23:17:17.037 INFO O| Dec 18 23:17:17.037 INFO STEP 272 (remove_files) COMPLETE
51672024-12-18T23:17:18.374Z[ recovery-image] Dec 18 23:17:17.037 INFO O| Dec 18 23:17:17.037 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-18T23:17:18.395Z[ recovery-image] Dec 18 23:17:17.058 INFO O| Dec 18 23:17:17.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51692024-12-18T23:17:18.395Z[ recovery-image] Dec 18 23:17:17.058 INFO O| Dec 18 23:17:17.058 INFO STEP 273 (remove_files) COMPLETE
51702024-12-18T23:17:18.395Z[ recovery-image] Dec 18 23:17:17.058 INFO O| Dec 18 23:17:17.058 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-18T23:17:18.418Z[ recovery-image] Dec 18 23:17:17.081 INFO O| Dec 18 23:17:17.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51722024-12-18T23:17:18.421Z[ recovery-image] Dec 18 23:17:17.081 INFO O| Dec 18 23:17:17.081 INFO STEP 274 (remove_files) COMPLETE
51732024-12-18T23:17:18.421Z[ recovery-image] Dec 18 23:17:17.082 INFO O| Dec 18 23:17:17.082 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-18T23:17:18.440Z[ recovery-image] Dec 18 23:17:17.103 INFO O| Dec 18 23:17:17.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51752024-12-18T23:17:18.440Z[ recovery-image] Dec 18 23:17:17.103 INFO O| Dec 18 23:17:17.103 INFO STEP 275 (remove_files) COMPLETE
51762024-12-18T23:17:18.442Z[ recovery-image] Dec 18 23:17:17.103 INFO O| Dec 18 23:17:17.103 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-18T23:17:18.473Z[ recovery-image] Dec 18 23:17:17.137 INFO O| Dec 18 23:17:17.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51782024-12-18T23:17:18.476Z[ recovery-image] Dec 18 23:17:17.137 INFO O| Dec 18 23:17:17.137 INFO STEP 276 (remove_files) COMPLETE
51792024-12-18T23:17:18.476Z[ recovery-image] Dec 18 23:17:17.137 INFO O| Dec 18 23:17:17.137 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-18T23:17:18.494Z[ recovery-image] Dec 18 23:17:17.158 INFO O| Dec 18 23:17:17.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51812024-12-18T23:17:18.497Z[ recovery-image] Dec 18 23:17:17.158 INFO O| Dec 18 23:17:17.158 INFO STEP 277 (remove_files) COMPLETE
51822024-12-18T23:17:18.497Z[ recovery-image] Dec 18 23:17:17.158 INFO O| Dec 18 23:17:17.158 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-18T23:17:18.516Z[ recovery-image] Dec 18 23:17:17.179 INFO O| Dec 18 23:17:17.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51842024-12-18T23:17:18.519Z[ recovery-image] Dec 18 23:17:17.179 INFO O| Dec 18 23:17:17.179 INFO STEP 278 (remove_files) COMPLETE
51852024-12-18T23:17:18.519Z[ recovery-image] Dec 18 23:17:17.180 INFO O| Dec 18 23:17:17.180 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-18T23:17:18.537Z[ recovery-image] Dec 18 23:17:17.201 INFO O| Dec 18 23:17:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51872024-12-18T23:17:18.541Z[ recovery-image] Dec 18 23:17:17.201 INFO O| Dec 18 23:17:17.201 INFO STEP 279 (remove_files) COMPLETE
51882024-12-18T23:17:18.541Z[ recovery-image] Dec 18 23:17:17.201 INFO O| Dec 18 23:17:17.201 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-18T23:17:18.565Z[ recovery-image] Dec 18 23:17:17.228 INFO O| Dec 18 23:17:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51902024-12-18T23:17:18.569Z[ recovery-image] Dec 18 23:17:17.228 INFO O| Dec 18 23:17:17.228 INFO STEP 280 (remove_files) COMPLETE
51912024-12-18T23:17:18.569Z[ recovery-image] Dec 18 23:17:17.229 INFO O| Dec 18 23:17:17.229 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-18T23:17:18.624Z[ recovery-image] Dec 18 23:17:17.287 INFO O| Dec 18 23:17:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51932024-12-18T23:17:18.628Z[ recovery-image] Dec 18 23:17:17.287 INFO O| Dec 18 23:17:17.287 INFO STEP 281 (remove_files) COMPLETE
51942024-12-18T23:17:18.628Z[ recovery-image] Dec 18 23:17:17.288 INFO O| Dec 18 23:17:17.287 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-18T23:17:18.716Z[ recovery-image] Dec 18 23:17:17.379 INFO O| Dec 18 23:17:17.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51962024-12-18T23:17:18.716Z[ recovery-image] Dec 18 23:17:17.379 INFO O| Dec 18 23:17:17.379 INFO STEP 282 (remove_files) COMPLETE
51972024-12-18T23:17:18.716Z[ recovery-image] Dec 18 23:17:17.379 INFO O| Dec 18 23:17:17.379 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-18T23:17:18.738Z[ recovery-image] Dec 18 23:17:17.402 INFO O| Dec 18 23:17:17.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51992024-12-18T23:17:18.739Z[ recovery-image] Dec 18 23:17:17.402 INFO O| Dec 18 23:17:17.402 INFO STEP 283 (remove_files) COMPLETE
52002024-12-18T23:17:18.739Z[ recovery-image] Dec 18 23:17:17.402 INFO O| Dec 18 23:17:17.402 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-18T23:17:18.767Z[ recovery-image] Dec 18 23:17:17.430 INFO O| Dec 18 23:17:17.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52022024-12-18T23:17:18.767Z[ recovery-image] Dec 18 23:17:17.430 INFO O| Dec 18 23:17:17.430 INFO STEP 284 (remove_files) COMPLETE
52032024-12-18T23:17:18.767Z[ recovery-image] Dec 18 23:17:17.430 INFO O| Dec 18 23:17:17.430 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-18T23:17:18.802Z[ recovery-image] Dec 18 23:17:17.465 INFO O| Dec 18 23:17:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52052024-12-18T23:17:18.802Z[ recovery-image] Dec 18 23:17:17.465 INFO O| Dec 18 23:17:17.465 INFO STEP 285 (remove_files) COMPLETE
52062024-12-18T23:17:18.804Z[ recovery-image] Dec 18 23:17:17.465 INFO O| Dec 18 23:17:17.465 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-18T23:17:18.821Z[ recovery-image] Dec 18 23:17:17.484 INFO O| Dec 18 23:17:17.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52082024-12-18T23:17:18.822Z[ recovery-image] Dec 18 23:17:17.485 INFO O| Dec 18 23:17:17.485 INFO STEP 286 (remove_files) COMPLETE
52092024-12-18T23:17:18.824Z[ recovery-image] Dec 18 23:17:17.485 INFO O| Dec 18 23:17:17.485 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-18T23:17:18.858Z[ recovery-image] Dec 18 23:17:17.521 INFO O| Dec 18 23:17:17.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52112024-12-18T23:17:18.858Z[ recovery-image] Dec 18 23:17:17.521 INFO O| Dec 18 23:17:17.521 INFO STEP 287 (remove_files) COMPLETE
52122024-12-18T23:17:18.858Z[ recovery-image] Dec 18 23:17:17.521 INFO O| Dec 18 23:17:17.521 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-18T23:17:18.892Z[ recovery-image] Dec 18 23:17:17.555 INFO O| Dec 18 23:17:17.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52142024-12-18T23:17:18.892Z[ recovery-image] Dec 18 23:17:17.555 INFO O| Dec 18 23:17:17.555 INFO STEP 288 (remove_files) COMPLETE
52152024-12-18T23:17:18.892Z[ recovery-image] Dec 18 23:17:17.555 INFO O| Dec 18 23:17:17.555 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-18T23:17:18.913Z[ recovery-image] Dec 18 23:17:17.576 INFO O| Dec 18 23:17:17.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52172024-12-18T23:17:18.913Z[ recovery-image] Dec 18 23:17:17.576 INFO O| Dec 18 23:17:17.576 INFO STEP 289 (remove_files) COMPLETE
52182024-12-18T23:17:18.913Z[ recovery-image] Dec 18 23:17:17.576 INFO O| Dec 18 23:17:17.576 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-18T23:17:18.933Z[ recovery-image] Dec 18 23:17:17.597 INFO O| Dec 18 23:17:17.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52202024-12-18T23:17:18.933Z[ recovery-image] Dec 18 23:17:17.597 INFO O| Dec 18 23:17:17.597 INFO STEP 290 (remove_files) COMPLETE
52212024-12-18T23:17:18.933Z[ recovery-image] Dec 18 23:17:17.597 INFO O| Dec 18 23:17:17.597 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-18T23:17:18.991Z[ recovery-image] Dec 18 23:17:17.654 INFO O| Dec 18 23:17:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52232024-12-18T23:17:18.991Z[ recovery-image] Dec 18 23:17:17.654 INFO O| Dec 18 23:17:17.654 INFO STEP 291 (remove_files) COMPLETE
52242024-12-18T23:17:18.991Z[ recovery-image] Dec 18 23:17:17.654 INFO O| Dec 18 23:17:17.654 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-18T23:17:19.014Z[ recovery-image] Dec 18 23:17:17.677 INFO O| Dec 18 23:17:17.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52262024-12-18T23:17:19.017Z[ recovery-image] Dec 18 23:17:17.677 INFO O| Dec 18 23:17:17.677 INFO STEP 292 (remove_files) COMPLETE
52272024-12-18T23:17:19.017Z[ recovery-image] Dec 18 23:17:17.678 INFO O| Dec 18 23:17:17.677 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-18T23:17:19.041Z[ recovery-image] Dec 18 23:17:17.703 INFO O| Dec 18 23:17:17.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52292024-12-18T23:17:19.041Z[ recovery-image] Dec 18 23:17:17.703 INFO O| Dec 18 23:17:17.703 INFO STEP 293 (remove_files) COMPLETE
52302024-12-18T23:17:19.041Z[ recovery-image] Dec 18 23:17:17.703 INFO O| Dec 18 23:17:17.703 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-18T23:17:19.148Z[ recovery-image] Dec 18 23:17:17.811 INFO O| Dec 18 23:17:17.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52322024-12-18T23:17:19.150Z[ recovery-image] Dec 18 23:17:17.811 INFO O| Dec 18 23:17:17.811 INFO STEP 294 (remove_files) COMPLETE
52332024-12-18T23:17:19.150Z[ recovery-image] Dec 18 23:17:17.811 INFO O| Dec 18 23:17:17.811 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-18T23:17:19.283Z[ recovery-image] Dec 18 23:17:17.946 INFO O| Dec 18 23:17:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52352024-12-18T23:17:19.283Z[ recovery-image] Dec 18 23:17:17.946 INFO O| Dec 18 23:17:17.946 INFO STEP 295 (remove_files) COMPLETE
52362024-12-18T23:17:19.283Z[ recovery-image] Dec 18 23:17:17.946 INFO O| Dec 18 23:17:17.946 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-18T23:17:19.305Z[ recovery-image] Dec 18 23:17:17.968 INFO O| Dec 18 23:17:17.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52382024-12-18T23:17:19.305Z[ recovery-image] Dec 18 23:17:17.968 INFO O| Dec 18 23:17:17.968 INFO STEP 296 (remove_files) COMPLETE
52392024-12-18T23:17:19.307Z[ recovery-image] Dec 18 23:17:17.968 INFO O| Dec 18 23:17:17.968 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-18T23:17:19.328Z[ recovery-image] Dec 18 23:17:17.991 INFO O| Dec 18 23:17:17.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52412024-12-18T23:17:19.328Z[ recovery-image] Dec 18 23:17:17.991 INFO O| Dec 18 23:17:17.991 INFO STEP 297 (remove_files) COMPLETE
52422024-12-18T23:17:19.330Z[ recovery-image] Dec 18 23:17:17.991 INFO O| Dec 18 23:17:17.991 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-18T23:17:19.351Z[ recovery-image] Dec 18 23:17:18.014 INFO O| Dec 18 23:17:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52442024-12-18T23:17:19.353Z[ recovery-image] Dec 18 23:17:18.014 INFO O| Dec 18 23:17:18.014 INFO STEP 298 (remove_files) COMPLETE
52452024-12-18T23:17:19.353Z[ recovery-image] Dec 18 23:17:18.014 INFO O| Dec 18 23:17:18.014 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-18T23:17:19.372Z[ recovery-image] Dec 18 23:17:18.035 INFO O| Dec 18 23:17:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52472024-12-18T23:17:19.372Z[ recovery-image] Dec 18 23:17:18.035 INFO O| Dec 18 23:17:18.035 INFO STEP 299 (remove_files) COMPLETE
52482024-12-18T23:17:19.372Z[ recovery-image] Dec 18 23:17:18.035 INFO O| Dec 18 23:17:18.035 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-18T23:17:19.461Z[ recovery-image] Dec 18 23:17:18.124 INFO O| Dec 18 23:17:18.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52502024-12-18T23:17:19.464Z[ recovery-image] Dec 18 23:17:18.124 INFO O| Dec 18 23:17:18.124 INFO STEP 300 (remove_files) COMPLETE
52512024-12-18T23:17:19.464Z[ recovery-image] Dec 18 23:17:18.125 INFO O| Dec 18 23:17:18.124 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-18T23:17:19.485Z[ recovery-image] Dec 18 23:17:18.148 INFO O| Dec 18 23:17:18.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52532024-12-18T23:17:19.485Z[ recovery-image] Dec 18 23:17:18.148 INFO O| Dec 18 23:17:18.148 INFO STEP 301 (remove_files) COMPLETE
52542024-12-18T23:17:19.485Z[ recovery-image] Dec 18 23:17:18.148 INFO O| Dec 18 23:17:18.148 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-18T23:17:19.524Z[ recovery-image] Dec 18 23:17:18.187 INFO O| Dec 18 23:17:18.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52562024-12-18T23:17:19.524Z[ recovery-image] Dec 18 23:17:18.187 INFO O| Dec 18 23:17:18.187 INFO STEP 302 (remove_files) COMPLETE
52572024-12-18T23:17:19.524Z[ recovery-image] Dec 18 23:17:18.187 INFO O| Dec 18 23:17:18.187 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-18T23:17:19.542Z[ host-image] Dec 18 23:17:18.205 INFO O| Dec 18 23:17:18.205 INFO O| Planning: Solver setup ... Done
52592024-12-18T23:17:19.544Z[ recovery-image] Dec 18 23:17:18.206 INFO O| Dec 18 23:17:18.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52602024-12-18T23:17:19.544Z[ recovery-image] Dec 18 23:17:18.206 INFO O| Dec 18 23:17:18.206 INFO STEP 303 (remove_files) COMPLETE
52612024-12-18T23:17:19.544Z[ recovery-image] Dec 18 23:17:18.206 INFO O| Dec 18 23:17:18.206 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-18T23:17:19.549Z[ host-image] Dec 18 23:17:18.212 INFO O| Dec 18 23:17:18.212 INFO O| Planning: Running solver ... Done
52632024-12-18T23:17:19.594Z[ recovery-image] Dec 18 23:17:18.257 INFO O| Dec 18 23:17:18.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52642024-12-18T23:17:19.594Z[ recovery-image] Dec 18 23:17:18.257 INFO O| Dec 18 23:17:18.257 INFO STEP 304 (remove_files) COMPLETE
52652024-12-18T23:17:19.594Z[ recovery-image] Dec 18 23:17:18.257 INFO O| Dec 18 23:17:18.257 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-18T23:17:19.646Z[ recovery-image] Dec 18 23:17:18.309 INFO O| Dec 18 23:17:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52672024-12-18T23:17:19.649Z[ recovery-image] Dec 18 23:17:18.309 INFO O| Dec 18 23:17:18.309 INFO STEP 305 (remove_files) COMPLETE
52682024-12-18T23:17:19.650Z[ recovery-image] Dec 18 23:17:18.309 INFO O| Dec 18 23:17:18.309 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-18T23:17:19.661Z[ host-image] Dec 18 23:17:18.324 INFO O| Dec 18 23:17:18.324 INFO O| Planning: Finding local manifests ... Done
52702024-12-18T23:17:19.663Z[ host-image] Dec 18 23:17:18.325 INFO O| Dec 18 23:17:18.325 INFO O| Planning: Fetching manifests: 0/1 0% complete
52712024-12-18T23:17:19.714Z[ recovery-image] Dec 18 23:17:18.377 INFO O| Dec 18 23:17:18.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52722024-12-18T23:17:19.714Z[ recovery-image] Dec 18 23:17:18.377 INFO O| Dec 18 23:17:18.377 INFO STEP 306 (remove_files) COMPLETE
52732024-12-18T23:17:19.714Z[ recovery-image] Dec 18 23:17:18.377 INFO O| Dec 18 23:17:18.377 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-18T23:17:19.738Z[ recovery-image] Dec 18 23:17:18.401 INFO O| Dec 18 23:17:18.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52752024-12-18T23:17:19.738Z[ recovery-image] Dec 18 23:17:18.401 INFO O| Dec 18 23:17:18.401 INFO STEP 307 (remove_files) COMPLETE
52762024-12-18T23:17:19.738Z[ recovery-image] Dec 18 23:17:18.401 INFO O| Dec 18 23:17:18.401 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-18T23:17:19.760Z[ recovery-image] Dec 18 23:17:18.423 INFO O| Dec 18 23:17:18.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52782024-12-18T23:17:19.760Z[ recovery-image] Dec 18 23:17:18.423 INFO O| Dec 18 23:17:18.423 INFO STEP 308 (remove_files) COMPLETE
52792024-12-18T23:17:19.760Z[ recovery-image] Dec 18 23:17:18.423 INFO O| Dec 18 23:17:18.423 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-18T23:17:19.781Z[ recovery-image] Dec 18 23:17:18.444 INFO O| Dec 18 23:17:18.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52812024-12-18T23:17:19.781Z[ recovery-image] Dec 18 23:17:18.444 INFO O| Dec 18 23:17:18.444 INFO STEP 309 (remove_files) COMPLETE
52822024-12-18T23:17:19.781Z[ recovery-image] Dec 18 23:17:18.444 INFO O| Dec 18 23:17:18.444 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-18T23:17:19.802Z[ recovery-image] Dec 18 23:17:18.465 INFO O| Dec 18 23:17:18.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52842024-12-18T23:17:19.802Z[ recovery-image] Dec 18 23:17:18.465 INFO O| Dec 18 23:17:18.465 INFO STEP 310 (remove_files) COMPLETE
52852024-12-18T23:17:19.805Z[ recovery-image] Dec 18 23:17:18.465 INFO O| Dec 18 23:17:18.465 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-18T23:17:19.823Z[ recovery-image] Dec 18 23:17:18.486 INFO O| Dec 18 23:17:18.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52872024-12-18T23:17:19.823Z[ recovery-image] Dec 18 23:17:18.486 INFO O| Dec 18 23:17:18.486 INFO STEP 311 (remove_files) COMPLETE
52882024-12-18T23:17:19.825Z[ recovery-image] Dec 18 23:17:18.486 INFO O| Dec 18 23:17:18.486 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-18T23:17:19.851Z[ recovery-image] Dec 18 23:17:18.515 INFO O| Dec 18 23:17:18.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52902024-12-18T23:17:19.854Z[ recovery-image] Dec 18 23:17:18.515 INFO O| Dec 18 23:17:18.515 INFO STEP 312 (remove_files) COMPLETE
52912024-12-18T23:17:19.854Z[ recovery-image] Dec 18 23:17:18.515 INFO O| Dec 18 23:17:18.515 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-18T23:17:19.856Z[ host-image] Dec 18 23:17:18.520 INFO O| Dec 18 23:17:18.520 INFO O| Planning: Fetching manifests: 1/1 100% complete
52932024-12-18T23:17:19.872Z[ recovery-image] Dec 18 23:17:18.536 INFO O| Dec 18 23:17:18.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52942024-12-18T23:17:19.875Z[ recovery-image] Dec 18 23:17:18.536 INFO O| Dec 18 23:17:18.536 INFO STEP 313 (remove_files) COMPLETE
52952024-12-18T23:17:19.875Z[ recovery-image] Dec 18 23:17:18.536 INFO O| Dec 18 23:17:18.536 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-18T23:17:19.900Z[ recovery-image] Dec 18 23:17:18.564 INFO O| Dec 18 23:17:18.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52972024-12-18T23:17:19.903Z[ recovery-image] Dec 18 23:17:18.564 INFO O| Dec 18 23:17:18.564 INFO STEP 314 (remove_files) COMPLETE
52982024-12-18T23:17:19.903Z[ recovery-image] Dec 18 23:17:18.564 INFO O| Dec 18 23:17:18.564 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-18T23:17:19.911Z[ host-image] Dec 18 23:17:18.574 INFO O| Dec 18 23:17:18.574 INFO O| Planning: Package planning ... Done
53002024-12-18T23:17:19.914Z[ host-image] Dec 18 23:17:18.575 INFO O| Dec 18 23:17:18.575 INFO O| Planning: Merging actions ... Done
53012024-12-18T23:17:19.924Z[ recovery-image] Dec 18 23:17:18.586 INFO O| Dec 18 23:17:18.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53022024-12-18T23:17:19.924Z[ recovery-image] Dec 18 23:17:18.586 INFO O| Dec 18 23:17:18.586 INFO STEP 315 (remove_files) COMPLETE
53032024-12-18T23:17:19.924Z[ recovery-image] Dec 18 23:17:18.586 INFO O| Dec 18 23:17:18.586 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-18T23:17:19.957Z[ recovery-image] Dec 18 23:17:18.620 INFO O| Dec 18 23:17:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53052024-12-18T23:17:19.957Z[ recovery-image] Dec 18 23:17:18.620 INFO O| Dec 18 23:17:18.620 INFO STEP 316 (remove_files) COMPLETE
53062024-12-18T23:17:19.957Z[ recovery-image] Dec 18 23:17:18.620 INFO O| Dec 18 23:17:18.620 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-18T23:17:19.991Z[ recovery-image] Dec 18 23:17:18.654 INFO O| Dec 18 23:17:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53082024-12-18T23:17:19.991Z[ recovery-image] Dec 18 23:17:18.654 INFO O| Dec 18 23:17:18.654 INFO STEP 317 (remove_files) COMPLETE
53092024-12-18T23:17:19.991Z[ recovery-image] Dec 18 23:17:18.654 INFO O| Dec 18 23:17:18.654 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-18T23:17:20.025Z[ recovery-image] Dec 18 23:17:18.688 INFO O| Dec 18 23:17:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53112024-12-18T23:17:20.027Z[ recovery-image] Dec 18 23:17:18.688 INFO O| Dec 18 23:17:18.688 INFO STEP 318 (remove_files) COMPLETE
53122024-12-18T23:17:20.028Z[ recovery-image] Dec 18 23:17:18.688 INFO O| Dec 18 23:17:18.688 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-18T23:17:20.049Z[ host-image] Dec 18 23:17:18.712 INFO O| Dec 18 23:17:18.712 INFO O| Planning: Checking for conflicting actions ... Done
53142024-12-18T23:17:20.052Z[ host-image] Dec 18 23:17:18.713 INFO O| Dec 18 23:17:18.713 INFO O| Planning: Consolidating action changes ... Done
53152024-12-18T23:17:20.059Z[ recovery-image] Dec 18 23:17:18.722 INFO O| Dec 18 23:17:18.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53162024-12-18T23:17:20.059Z[ recovery-image] Dec 18 23:17:18.722 INFO O| Dec 18 23:17:18.722 INFO STEP 319 (remove_files) COMPLETE
53172024-12-18T23:17:20.059Z[ recovery-image] Dec 18 23:17:18.722 INFO O| Dec 18 23:17:18.722 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-18T23:17:20.254Z[ recovery-image] Dec 18 23:17:18.757 INFO O| Dec 18 23:17:18.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53192024-12-18T23:17:20.254Z[ recovery-image] Dec 18 23:17:18.758 INFO O| Dec 18 23:17:18.758 INFO STEP 320 (remove_files) COMPLETE
53202024-12-18T23:17:20.254Z[ recovery-image] Dec 18 23:17:18.758 INFO O| Dec 18 23:17:18.758 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.781 INFO O| Dec 18 23:17:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53222024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.781 INFO O| Dec 18 23:17:18.781 INFO STEP 321 (remove_files) COMPLETE
53232024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.781 INFO O| Dec 18 23:17:18.781 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.803 INFO O| Dec 18 23:17:18.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53252024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.803 INFO O| Dec 18 23:17:18.803 INFO STEP 322 (remove_files) COMPLETE
53262024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.803 INFO O| Dec 18 23:17:18.803 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.833 INFO O| Dec 18 23:17:18.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53282024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.834 INFO O| Dec 18 23:17:18.833 INFO STEP 323 (remove_files) COMPLETE
53292024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.834 INFO O| Dec 18 23:17:18.834 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.855 INFO O| Dec 18 23:17:18.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53312024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.856 INFO O| Dec 18 23:17:18.856 INFO STEP 324 (remove_files) COMPLETE
53322024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.856 INFO O| Dec 18 23:17:18.856 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.898 INFO O| Dec 18 23:17:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53342024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.898 INFO O| Dec 18 23:17:18.898 INFO STEP 325 (remove_files) COMPLETE
53352024-12-18T23:17:20.259Z[ recovery-image] Dec 18 23:17:18.898 INFO O| Dec 18 23:17:18.898 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-18T23:17:20.295Z[ recovery-image] Dec 18 23:17:18.956 INFO O| Dec 18 23:17:18.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53372024-12-18T23:17:20.297Z[ recovery-image] Dec 18 23:17:18.956 INFO O| Dec 18 23:17:18.956 INFO STEP 326 (remove_files) COMPLETE
53382024-12-18T23:17:20.297Z[ recovery-image] Dec 18 23:17:18.956 INFO O| Dec 18 23:17:18.956 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-18T23:17:20.315Z[ recovery-image] Dec 18 23:17:18.979 INFO O| Dec 18 23:17:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53402024-12-18T23:17:20.318Z[ recovery-image] Dec 18 23:17:18.979 INFO O| Dec 18 23:17:18.979 INFO STEP 327 (remove_files) COMPLETE
53412024-12-18T23:17:20.318Z[ recovery-image] Dec 18 23:17:18.979 INFO O| Dec 18 23:17:18.979 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-18T23:17:20.342Z[ recovery-image] Dec 18 23:17:19.005 INFO O| Dec 18 23:17:19.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53432024-12-18T23:17:20.344Z[ recovery-image] Dec 18 23:17:19.005 INFO O| Dec 18 23:17:19.005 INFO STEP 328 (remove_files) COMPLETE
53442024-12-18T23:17:20.344Z[ recovery-image] Dec 18 23:17:19.005 INFO O| Dec 18 23:17:19.005 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-18T23:17:20.423Z[ recovery-image] Dec 18 23:17:19.086 INFO O| Dec 18 23:17:19.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53462024-12-18T23:17:20.443Z[ host-image] Dec 18 23:17:19.106 INFO O| Dec 18 23:17:19.106 INFO O| Planning: Evaluating mediators ... Done
53472024-12-18T23:17:20.445Z[ recovery-image] Dec 18 23:17:19.107 INFO O| Dec 18 23:17:19.107 INFO STEP 329 (remove_files) COMPLETE
53482024-12-18T23:17:20.445Z[ recovery-image] Dec 18 23:17:19.107 INFO O| Dec 18 23:17:19.107 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-18T23:17:20.445Z[ host-image] Dec 18 23:17:19.107 INFO O| Dec 18 23:17:19.107 INFO O| Planning: Planning completed in 5.46 seconds
53502024-12-18T23:17:20.448Z[ host-image] Dec 18 23:17:19.109 INFO O| Dec 18 23:17:19.109 INFO O| Packages to install: 1
53512024-12-18T23:17:20.466Z[ recovery-image] Dec 18 23:17:19.129 INFO O| Dec 18 23:17:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53522024-12-18T23:17:20.469Z[ recovery-image] Dec 18 23:17:19.130 INFO O| Dec 18 23:17:19.129 INFO STEP 330 (remove_files) COMPLETE
53532024-12-18T23:17:20.469Z[ recovery-image] Dec 18 23:17:19.130 INFO O| Dec 18 23:17:19.130 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-18T23:17:20.479Z[ host-image] Dec 18 23:17:19.142 INFO O| Dec 18 23:17:19.142 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
53552024-12-18T23:17:20.488Z[ recovery-image] Dec 18 23:17:19.151 INFO O| Dec 18 23:17:19.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53562024-12-18T23:17:20.488Z[ recovery-image] Dec 18 23:17:19.151 INFO O| Dec 18 23:17:19.151 INFO STEP 331 (remove_files) COMPLETE
53572024-12-18T23:17:20.488Z[ recovery-image] Dec 18 23:17:19.151 INFO O| Dec 18 23:17:19.151 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-18T23:17:20.546Z[ recovery-image] Dec 18 23:17:19.208 INFO O| Dec 18 23:17:19.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53592024-12-18T23:17:20.546Z[ recovery-image] Dec 18 23:17:19.209 INFO O| Dec 18 23:17:19.209 INFO STEP 332 (remove_files) COMPLETE
53602024-12-18T23:17:20.548Z[ recovery-image] Dec 18 23:17:19.209 INFO O| Dec 18 23:17:19.209 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-18T23:17:20.697Z[ recovery-image] Dec 18 23:17:19.360 INFO O| Dec 18 23:17:19.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53622024-12-18T23:17:20.697Z[ recovery-image] Dec 18 23:17:19.360 INFO O| Dec 18 23:17:19.360 INFO STEP 333 (remove_files) COMPLETE
53632024-12-18T23:17:20.697Z[ recovery-image] Dec 18 23:17:19.360 INFO O| Dec 18 23:17:19.360 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-18T23:17:20.716Z[ recovery-image] Dec 18 23:17:19.380 INFO O| Dec 18 23:17:19.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53652024-12-18T23:17:20.716Z[ recovery-image] Dec 18 23:17:19.380 INFO O| Dec 18 23:17:19.380 INFO STEP 334 (remove_files) COMPLETE
53662024-12-18T23:17:20.716Z[ recovery-image] Dec 18 23:17:19.380 INFO O| Dec 18 23:17:19.380 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-18T23:17:20.738Z[ recovery-image] Dec 18 23:17:19.401 INFO O| Dec 18 23:17:19.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53682024-12-18T23:17:20.741Z[ recovery-image] Dec 18 23:17:19.401 INFO O| Dec 18 23:17:19.401 INFO STEP 335 (remove_files) COMPLETE
53692024-12-18T23:17:20.741Z[ recovery-image] Dec 18 23:17:19.401 INFO O| Dec 18 23:17:19.401 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-18T23:17:20.760Z[ recovery-image] Dec 18 23:17:19.423 INFO O| Dec 18 23:17:19.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53712024-12-18T23:17:20.760Z[ recovery-image] Dec 18 23:17:19.423 INFO O| Dec 18 23:17:19.423 INFO STEP 336 (remove_files) COMPLETE
53722024-12-18T23:17:20.760Z[ recovery-image] Dec 18 23:17:19.423 INFO O| Dec 18 23:17:19.423 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-18T23:17:20.781Z[ recovery-image] Dec 18 23:17:19.444 INFO O| Dec 18 23:17:19.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53742024-12-18T23:17:20.781Z[ recovery-image] Dec 18 23:17:19.444 INFO O| Dec 18 23:17:19.444 INFO STEP 337 (remove_files) COMPLETE
53752024-12-18T23:17:20.781Z[ recovery-image] Dec 18 23:17:19.444 INFO O| Dec 18 23:17:19.444 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-18T23:17:20.800Z[ recovery-image] Dec 18 23:17:19.463 INFO O| Dec 18 23:17:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53772024-12-18T23:17:20.800Z[ recovery-image] Dec 18 23:17:19.463 INFO O| Dec 18 23:17:19.463 INFO STEP 338 (remove_files) COMPLETE
53782024-12-18T23:17:20.800Z[ recovery-image] Dec 18 23:17:19.463 INFO O| Dec 18 23:17:19.463 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-18T23:17:20.823Z[ recovery-image] Dec 18 23:17:19.486 INFO O| Dec 18 23:17:19.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53802024-12-18T23:17:20.832Z[ recovery-image] Dec 18 23:17:19.486 INFO O| Dec 18 23:17:19.486 INFO STEP 339 (remove_files) COMPLETE
53812024-12-18T23:17:20.832Z[ recovery-image] Dec 18 23:17:19.486 INFO O| Dec 18 23:17:19.486 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-18T23:17:20.845Z[ recovery-image] Dec 18 23:17:19.508 INFO O| Dec 18 23:17:19.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53832024-12-18T23:17:20.848Z[ recovery-image] Dec 18 23:17:19.508 INFO O| Dec 18 23:17:19.508 INFO STEP 340 (remove_files) COMPLETE
53842024-12-18T23:17:20.848Z[ recovery-image] Dec 18 23:17:19.508 INFO O| Dec 18 23:17:19.508 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-18T23:17:20.865Z[ recovery-image] Dec 18 23:17:19.528 INFO O| Dec 18 23:17:19.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53862024-12-18T23:17:20.865Z[ recovery-image] Dec 18 23:17:19.528 INFO O| Dec 18 23:17:19.528 INFO STEP 341 (remove_files) COMPLETE
53872024-12-18T23:17:20.865Z[ recovery-image] Dec 18 23:17:19.528 INFO O| Dec 18 23:17:19.528 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-18T23:17:20.886Z[ recovery-image] Dec 18 23:17:19.549 INFO O| Dec 18 23:17:19.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53892024-12-18T23:17:20.886Z[ recovery-image] Dec 18 23:17:19.549 INFO O| Dec 18 23:17:19.549 INFO STEP 342 (remove_files) COMPLETE
53902024-12-18T23:17:20.886Z[ recovery-image] Dec 18 23:17:19.549 INFO O| Dec 18 23:17:19.549 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-18T23:17:20.907Z[ recovery-image] Dec 18 23:17:19.570 INFO O| Dec 18 23:17:19.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53922024-12-18T23:17:20.907Z[ recovery-image] Dec 18 23:17:19.570 INFO O| Dec 18 23:17:19.570 INFO STEP 343 (remove_files) COMPLETE
53932024-12-18T23:17:20.907Z[ recovery-image] Dec 18 23:17:19.570 INFO O| Dec 18 23:17:19.570 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-18T23:17:20.928Z[ recovery-image] Dec 18 23:17:19.591 INFO O| Dec 18 23:17:19.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53952024-12-18T23:17:20.928Z[ recovery-image] Dec 18 23:17:19.591 INFO O| Dec 18 23:17:19.591 INFO STEP 344 (remove_files) COMPLETE
53962024-12-18T23:17:20.928Z[ recovery-image] Dec 18 23:17:19.591 INFO O| Dec 18 23:17:19.591 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-18T23:17:20.949Z[ recovery-image] Dec 18 23:17:19.613 INFO O| Dec 18 23:17:19.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53982024-12-18T23:17:20.949Z[ recovery-image] Dec 18 23:17:19.613 INFO O| Dec 18 23:17:19.613 INFO STEP 345 (remove_files) COMPLETE
53992024-12-18T23:17:20.949Z[ recovery-image] Dec 18 23:17:19.613 INFO O| Dec 18 23:17:19.613 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-18T23:17:20.971Z[ recovery-image] Dec 18 23:17:19.634 INFO O| Dec 18 23:17:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54012024-12-18T23:17:20.971Z[ recovery-image] Dec 18 23:17:19.634 INFO O| Dec 18 23:17:19.634 INFO STEP 346 (remove_files) COMPLETE
54022024-12-18T23:17:20.971Z[ recovery-image] Dec 18 23:17:19.634 INFO O| Dec 18 23:17:19.634 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-18T23:17:20.994Z[ recovery-image] Dec 18 23:17:19.657 INFO O| Dec 18 23:17:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54042024-12-18T23:17:20.994Z[ recovery-image] Dec 18 23:17:19.657 INFO O| Dec 18 23:17:19.657 INFO STEP 347 (remove_files) COMPLETE
54052024-12-18T23:17:20.994Z[ recovery-image] Dec 18 23:17:19.657 INFO O| Dec 18 23:17:19.657 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-18T23:17:21.021Z[ recovery-image] Dec 18 23:17:19.684 INFO O| Dec 18 23:17:19.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54072024-12-18T23:17:21.024Z[ recovery-image] Dec 18 23:17:19.684 INFO O| Dec 18 23:17:19.684 INFO STEP 348 (remove_files) COMPLETE
54082024-12-18T23:17:21.025Z[ recovery-image] Dec 18 23:17:19.684 INFO O| Dec 18 23:17:19.684 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-18T23:17:21.064Z[ recovery-image] Dec 18 23:17:19.727 INFO O| Dec 18 23:17:19.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54102024-12-18T23:17:21.064Z[ recovery-image] Dec 18 23:17:19.727 INFO O| Dec 18 23:17:19.727 INFO STEP 349 (remove_files) COMPLETE
54112024-12-18T23:17:21.064Z[ recovery-image] Dec 18 23:17:19.727 INFO O| Dec 18 23:17:19.727 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-18T23:17:21.092Z[ recovery-image] Dec 18 23:17:19.755 INFO O| Dec 18 23:17:19.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54132024-12-18T23:17:21.094Z[ recovery-image] Dec 18 23:17:19.755 INFO O| Dec 18 23:17:19.755 INFO STEP 350 (remove_files) COMPLETE
54142024-12-18T23:17:21.094Z[ recovery-image] Dec 18 23:17:19.755 INFO O| Dec 18 23:17:19.755 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-18T23:17:21.113Z[ recovery-image] Dec 18 23:17:19.776 INFO O| Dec 18 23:17:19.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54162024-12-18T23:17:21.113Z[ recovery-image] Dec 18 23:17:19.776 INFO O| Dec 18 23:17:19.776 INFO STEP 351 (remove_files) COMPLETE
54172024-12-18T23:17:21.113Z[ recovery-image] Dec 18 23:17:19.776 INFO O| Dec 18 23:17:19.776 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-18T23:17:21.134Z[ recovery-image] Dec 18 23:17:19.797 INFO O| Dec 18 23:17:19.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54192024-12-18T23:17:21.134Z[ recovery-image] Dec 18 23:17:19.798 INFO O| Dec 18 23:17:19.798 INFO STEP 352 (remove_files) COMPLETE
54202024-12-18T23:17:21.134Z[ recovery-image] Dec 18 23:17:19.798 INFO O| Dec 18 23:17:19.798 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-12-18T23:17:21.154Z[ host-image] Dec 18 23:17:19.817 INFO O| Dec 18 23:17:19.817 INFO O| Download: Completed 9.99 MB in 0.68 seconds (14.8M/s)
54222024-12-18T23:17:21.156Z[ recovery-image] Dec 18 23:17:19.818 INFO O| Dec 18 23:17:19.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54232024-12-18T23:17:21.156Z[ recovery-image] Dec 18 23:17:19.818 INFO O| Dec 18 23:17:19.818 INFO STEP 353 (remove_files) COMPLETE
54242024-12-18T23:17:21.156Z[ recovery-image] Dec 18 23:17:19.819 INFO O| Dec 18 23:17:19.818 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-18T23:17:21.176Z[ recovery-image] Dec 18 23:17:19.839 INFO O| Dec 18 23:17:19.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54262024-12-18T23:17:21.176Z[ recovery-image] Dec 18 23:17:19.839 INFO O| Dec 18 23:17:19.839 INFO STEP 354 (remove_files) COMPLETE
54272024-12-18T23:17:21.176Z[ recovery-image] Dec 18 23:17:19.839 INFO O| Dec 18 23:17:19.839 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-18T23:17:21.212Z[ host-image] Dec 18 23:17:19.875 INFO O| Dec 18 23:17:19.875 INFO O| Actions: 1/22 actions (Installing new actions)
54292024-12-18T23:17:21.215Z[ recovery-image] Dec 18 23:17:19.876 INFO O| Dec 18 23:17:19.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54302024-12-18T23:17:21.215Z[ recovery-image] Dec 18 23:17:19.876 INFO O| Dec 18 23:17:19.876 INFO STEP 355 (remove_files) COMPLETE
54312024-12-18T23:17:21.215Z[ recovery-image] Dec 18 23:17:19.876 INFO O| Dec 18 23:17:19.876 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-18T23:17:21.237Z[ recovery-image] Dec 18 23:17:19.899 INFO O| Dec 18 23:17:19.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54332024-12-18T23:17:21.237Z[ recovery-image] Dec 18 23:17:19.899 INFO O| Dec 18 23:17:19.899 INFO STEP 356 (remove_files) COMPLETE
54342024-12-18T23:17:21.237Z[ recovery-image] Dec 18 23:17:19.899 INFO O| Dec 18 23:17:19.899 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-18T23:17:21.271Z[ recovery-image] Dec 18 23:17:19.933 INFO O| Dec 18 23:17:19.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54362024-12-18T23:17:21.271Z[ recovery-image] Dec 18 23:17:19.933 INFO O| Dec 18 23:17:19.933 INFO STEP 357 (remove_files) COMPLETE
54372024-12-18T23:17:21.271Z[ recovery-image] Dec 18 23:17:19.933 INFO O| Dec 18 23:17:19.933 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-18T23:17:21.327Z[ recovery-image] Dec 18 23:17:19.990 INFO O| Dec 18 23:17:19.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54392024-12-18T23:17:21.327Z[ recovery-image] Dec 18 23:17:19.990 INFO O| Dec 18 23:17:19.990 INFO STEP 358 (remove_files) COMPLETE
54402024-12-18T23:17:21.327Z[ recovery-image] Dec 18 23:17:19.990 INFO O| Dec 18 23:17:19.990 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-18T23:17:21.349Z[ recovery-image] Dec 18 23:17:20.013 INFO O| Dec 18 23:17:20.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54422024-12-18T23:17:21.350Z[ recovery-image] Dec 18 23:17:20.013 INFO O| Dec 18 23:17:20.013 INFO STEP 359 (remove_files) COMPLETE
54432024-12-18T23:17:21.352Z[ recovery-image] Dec 18 23:17:20.013 INFO O| Dec 18 23:17:20.013 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-18T23:17:21.370Z[ recovery-image] Dec 18 23:17:20.033 INFO O| Dec 18 23:17:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54452024-12-18T23:17:21.370Z[ recovery-image] Dec 18 23:17:20.033 INFO O| Dec 18 23:17:20.033 INFO STEP 360 (remove_files) COMPLETE
54462024-12-18T23:17:21.370Z[ recovery-image] Dec 18 23:17:20.034 INFO O| Dec 18 23:17:20.033 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-18T23:17:21.392Z[ recovery-image] Dec 18 23:17:20.055 INFO O| Dec 18 23:17:20.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54482024-12-18T23:17:21.392Z[ recovery-image] Dec 18 23:17:20.055 INFO O| Dec 18 23:17:20.055 INFO STEP 361 (remove_files) COMPLETE
54492024-12-18T23:17:21.392Z[ recovery-image] Dec 18 23:17:20.055 INFO O| Dec 18 23:17:20.055 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-18T23:17:21.452Z[ recovery-image] Dec 18 23:17:20.115 INFO O| Dec 18 23:17:20.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54512024-12-18T23:17:21.452Z[ recovery-image] Dec 18 23:17:20.115 INFO O| Dec 18 23:17:20.115 INFO STEP 362 (remove_files) COMPLETE
54522024-12-18T23:17:21.454Z[ recovery-image] Dec 18 23:17:20.115 INFO O| Dec 18 23:17:20.115 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-18T23:17:21.552Z[ recovery-image] Dec 18 23:17:20.215 INFO O| Dec 18 23:17:20.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54542024-12-18T23:17:21.552Z[ recovery-image] Dec 18 23:17:20.215 INFO O| Dec 18 23:17:20.215 INFO STEP 363 (remove_files) COMPLETE
54552024-12-18T23:17:21.552Z[ recovery-image] Dec 18 23:17:20.215 INFO O| Dec 18 23:17:20.215 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-18T23:17:21.586Z[ recovery-image] Dec 18 23:17:20.249 INFO O| Dec 18 23:17:20.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54572024-12-18T23:17:21.586Z[ recovery-image] Dec 18 23:17:20.249 INFO O| Dec 18 23:17:20.249 INFO STEP 364 (remove_files) COMPLETE
54582024-12-18T23:17:21.586Z[ recovery-image] Dec 18 23:17:20.249 INFO O| Dec 18 23:17:20.249 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-18T23:17:21.621Z[ recovery-image] Dec 18 23:17:20.284 INFO O| Dec 18 23:17:20.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54602024-12-18T23:17:21.621Z[ recovery-image] Dec 18 23:17:20.284 INFO O| Dec 18 23:17:20.284 INFO STEP 365 (remove_files) COMPLETE
54612024-12-18T23:17:21.621Z[ recovery-image] Dec 18 23:17:20.284 INFO O| Dec 18 23:17:20.284 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-18T23:17:21.652Z[ recovery-image] Dec 18 23:17:20.315 INFO O| Dec 18 23:17:20.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54632024-12-18T23:17:21.652Z[ recovery-image] Dec 18 23:17:20.315 INFO O| Dec 18 23:17:20.315 INFO STEP 366 (remove_files) COMPLETE
54642024-12-18T23:17:21.652Z[ recovery-image] Dec 18 23:17:20.315 INFO O| Dec 18 23:17:20.315 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-18T23:17:21.673Z[ host-image] Dec 18 23:17:20.336 INFO O| Dec 18 23:17:20.336 INFO O| Actions: Completed 22 actions in 0.46 seconds.
54662024-12-18T23:17:21.693Z[ recovery-image] Dec 18 23:17:20.356 INFO O| Dec 18 23:17:20.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54672024-12-18T23:17:21.693Z[ recovery-image] Dec 18 23:17:20.356 INFO O| Dec 18 23:17:20.356 INFO STEP 367 (remove_files) COMPLETE
54682024-12-18T23:17:21.696Z[ recovery-image] Dec 18 23:17:20.356 INFO O| Dec 18 23:17:20.356 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-18T23:17:21.749Z[ recovery-image] Dec 18 23:17:20.413 INFO O| Dec 18 23:17:20.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54702024-12-18T23:17:21.752Z[ recovery-image] Dec 18 23:17:20.413 INFO O| Dec 18 23:17:20.413 INFO STEP 368 (remove_files) COMPLETE
54712024-12-18T23:17:21.752Z[ recovery-image] Dec 18 23:17:20.413 INFO O| Dec 18 23:17:20.413 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-18T23:17:21.786Z[ recovery-image] Dec 18 23:17:20.449 INFO O| Dec 18 23:17:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54732024-12-18T23:17:21.787Z[ recovery-image] Dec 18 23:17:20.450 INFO O| Dec 18 23:17:20.449 INFO STEP 369 (remove_files) COMPLETE
54742024-12-18T23:17:21.789Z[ recovery-image] Dec 18 23:17:20.450 INFO O| Dec 18 23:17:20.450 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-18T23:17:21.808Z[ recovery-image] Dec 18 23:17:20.471 INFO O| Dec 18 23:17:20.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54762024-12-18T23:17:21.811Z[ recovery-image] Dec 18 23:17:20.472 INFO O| Dec 18 23:17:20.471 INFO STEP 370 (remove_files) COMPLETE
54772024-12-18T23:17:21.811Z[ recovery-image] Dec 18 23:17:20.472 INFO O| Dec 18 23:17:20.472 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-18T23:17:21.829Z[ recovery-image] Dec 18 23:17:20.492 INFO O| Dec 18 23:17:20.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54792024-12-18T23:17:21.830Z[ recovery-image] Dec 18 23:17:20.492 INFO O| Dec 18 23:17:20.492 INFO STEP 371 (remove_files) COMPLETE
54802024-12-18T23:17:21.830Z[ recovery-image] Dec 18 23:17:20.492 INFO O| Dec 18 23:17:20.492 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-18T23:17:21.848Z[ recovery-image] Dec 18 23:17:20.511 INFO O| Dec 18 23:17:20.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54822024-12-18T23:17:21.848Z[ recovery-image] Dec 18 23:17:20.511 INFO O| Dec 18 23:17:20.511 INFO STEP 372 (remove_files) COMPLETE
54832024-12-18T23:17:21.848Z[ recovery-image] Dec 18 23:17:20.511 INFO O| Dec 18 23:17:20.511 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-18T23:17:21.867Z[ recovery-image] Dec 18 23:17:20.530 INFO O| Dec 18 23:17:20.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54852024-12-18T23:17:21.867Z[ recovery-image] Dec 18 23:17:20.530 INFO O| Dec 18 23:17:20.530 INFO STEP 373 (remove_files) COMPLETE
54862024-12-18T23:17:21.869Z[ recovery-image] Dec 18 23:17:20.530 INFO O| Dec 18 23:17:20.530 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-18T23:17:21.887Z[ recovery-image] Dec 18 23:17:20.549 INFO O| Dec 18 23:17:20.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54882024-12-18T23:17:21.887Z[ recovery-image] Dec 18 23:17:20.549 INFO O| Dec 18 23:17:20.549 INFO STEP 374 (remove_files) COMPLETE
54892024-12-18T23:17:21.887Z[ recovery-image] Dec 18 23:17:20.549 INFO O| Dec 18 23:17:20.549 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-18T23:17:21.914Z[ recovery-image] Dec 18 23:17:20.577 INFO O| Dec 18 23:17:20.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54912024-12-18T23:17:21.914Z[ recovery-image] Dec 18 23:17:20.577 INFO O| Dec 18 23:17:20.577 INFO STEP 375 (remove_files) COMPLETE
54922024-12-18T23:17:21.914Z[ recovery-image] Dec 18 23:17:20.577 INFO O| Dec 18 23:17:20.577 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-18T23:17:21.947Z[ recovery-image] Dec 18 23:17:20.610 INFO O| Dec 18 23:17:20.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54942024-12-18T23:17:21.947Z[ recovery-image] Dec 18 23:17:20.610 INFO O| Dec 18 23:17:20.610 INFO STEP 376 (remove_files) COMPLETE
54952024-12-18T23:17:21.947Z[ recovery-image] Dec 18 23:17:20.610 INFO O| Dec 18 23:17:20.610 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-18T23:17:22.016Z[ recovery-image] Dec 18 23:17:20.679 INFO O| Dec 18 23:17:20.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54972024-12-18T23:17:22.016Z[ recovery-image] Dec 18 23:17:20.679 INFO O| Dec 18 23:17:20.679 INFO STEP 377 (remove_files) COMPLETE
54982024-12-18T23:17:22.016Z[ recovery-image] Dec 18 23:17:20.679 INFO O| Dec 18 23:17:20.679 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-18T23:17:22.036Z[ recovery-image] Dec 18 23:17:20.699 INFO O| Dec 18 23:17:20.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55002024-12-18T23:17:22.036Z[ recovery-image] Dec 18 23:17:20.699 INFO O| Dec 18 23:17:20.699 INFO STEP 378 (remove_files) COMPLETE
55012024-12-18T23:17:22.036Z[ recovery-image] Dec 18 23:17:20.699 INFO O| Dec 18 23:17:20.699 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-18T23:17:22.082Z[ recovery-image] Dec 18 23:17:20.745 INFO O| Dec 18 23:17:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55032024-12-18T23:17:22.082Z[ recovery-image] Dec 18 23:17:20.745 INFO O| Dec 18 23:17:20.745 INFO STEP 379 (remove_files) COMPLETE
55042024-12-18T23:17:22.086Z[ recovery-image] Dec 18 23:17:20.745 INFO O| Dec 18 23:17:20.745 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-18T23:17:22.123Z[ host-image] Dec 18 23:17:20.786 INFO O| Dec 18 23:17:20.786 INFO O| Done
55062024-12-18T23:17:22.123Z[ host-image] Dec 18 23:17:20.786 INFO O| Dec 18 23:17:20.786 INFO O| Done
55072024-12-18T23:17:22.158Z[ recovery-image] Dec 18 23:17:20.821 INFO O| Dec 18 23:17:20.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55082024-12-18T23:17:22.158Z[ recovery-image] Dec 18 23:17:20.821 INFO O| Dec 18 23:17:20.821 INFO STEP 380 (remove_files) COMPLETE
55092024-12-18T23:17:22.158Z[ recovery-image] Dec 18 23:17:20.821 INFO O| Dec 18 23:17:20.821 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-18T23:17:22.180Z[ recovery-image] Dec 18 23:17:20.842 INFO O| Dec 18 23:17:20.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55112024-12-18T23:17:22.180Z[ recovery-image] Dec 18 23:17:20.843 INFO O| Dec 18 23:17:20.843 INFO STEP 381 (remove_files) COMPLETE
55122024-12-18T23:17:22.180Z[ recovery-image] Dec 18 23:17:20.843 INFO O| Dec 18 23:17:20.843 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-18T23:17:22.200Z[ recovery-image] Dec 18 23:17:20.863 INFO O| Dec 18 23:17:20.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55142024-12-18T23:17:22.221Z[ recovery-image] Dec 18 23:17:20.883 INFO O| Dec 18 23:17:20.883 INFO STEP 382 (remove_files) COMPLETE
55152024-12-18T23:17:22.221Z[ recovery-image] Dec 18 23:17:20.883 INFO O| Dec 18 23:17:20.883 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-18T23:17:22.280Z[ recovery-image] Dec 18 23:17:20.943 INFO O| Dec 18 23:17:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55172024-12-18T23:17:22.280Z[ recovery-image] Dec 18 23:17:20.943 INFO O| Dec 18 23:17:20.943 INFO STEP 383 (remove_files) COMPLETE
55182024-12-18T23:17:22.280Z[ recovery-image] Dec 18 23:17:20.943 INFO O| Dec 18 23:17:20.943 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-18T23:17:22.326Z[ recovery-image] Dec 18 23:17:20.989 INFO O| Dec 18 23:17:20.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55202024-12-18T23:17:22.326Z[ recovery-image] Dec 18 23:17:20.989 INFO O| Dec 18 23:17:20.989 INFO STEP 384 (remove_files) COMPLETE
55212024-12-18T23:17:22.329Z[ recovery-image] Dec 18 23:17:20.989 INFO O| Dec 18 23:17:20.989 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-18T23:17:22.375Z[ recovery-image] Dec 18 23:17:21.037 INFO O| Dec 18 23:17:21.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55232024-12-18T23:17:22.375Z[ recovery-image] Dec 18 23:17:21.037 INFO O| Dec 18 23:17:21.037 INFO STEP 385 (remove_files) COMPLETE
55242024-12-18T23:17:22.375Z[ recovery-image] Dec 18 23:17:21.037 INFO O| Dec 18 23:17:21.037 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-18T23:17:22.442Z[ recovery-image] Dec 18 23:17:21.105 INFO O| Dec 18 23:17:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55262024-12-18T23:17:22.442Z[ recovery-image] Dec 18 23:17:21.105 INFO O| Dec 18 23:17:21.105 INFO STEP 386 (remove_files) COMPLETE
55272024-12-18T23:17:22.445Z[ recovery-image] Dec 18 23:17:21.105 INFO O| Dec 18 23:17:21.105 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-18T23:17:22.463Z[ recovery-image] Dec 18 23:17:21.126 INFO O| Dec 18 23:17:21.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55292024-12-18T23:17:22.466Z[ recovery-image] Dec 18 23:17:21.126 INFO O| Dec 18 23:17:21.126 INFO STEP 387 (remove_files) COMPLETE
55302024-12-18T23:17:22.466Z[ recovery-image] Dec 18 23:17:21.127 INFO O| Dec 18 23:17:21.126 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-18T23:17:22.486Z[ recovery-image] Dec 18 23:17:21.147 INFO O| Dec 18 23:17:21.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55322024-12-18T23:17:22.489Z[ recovery-image] Dec 18 23:17:21.147 INFO O| Dec 18 23:17:21.147 INFO STEP 388 (remove_files) COMPLETE
55332024-12-18T23:17:22.489Z[ recovery-image] Dec 18 23:17:21.147 INFO O| Dec 18 23:17:21.147 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-18T23:17:22.621Z[ recovery-image] Dec 18 23:17:21.284 INFO O| Dec 18 23:17:21.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55352024-12-18T23:17:22.643Z[ recovery-image] Dec 18 23:17:21.305 INFO O| Dec 18 23:17:21.305 INFO STEP 389 (remove_files) COMPLETE
55362024-12-18T23:17:22.643Z[ recovery-image] Dec 18 23:17:21.305 INFO O| Dec 18 23:17:21.305 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-18T23:17:22.664Z[ recovery-image] Dec 18 23:17:21.326 INFO O| Dec 18 23:17:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55382024-12-18T23:17:22.664Z[ recovery-image] Dec 18 23:17:21.326 INFO O| Dec 18 23:17:21.326 INFO STEP 390 (remove_files) COMPLETE
55392024-12-18T23:17:22.664Z[ recovery-image] Dec 18 23:17:21.326 INFO O| Dec 18 23:17:21.326 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-18T23:17:22.697Z[ recovery-image] Dec 18 23:17:21.360 INFO O| Dec 18 23:17:21.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55412024-12-18T23:17:22.700Z[ recovery-image] Dec 18 23:17:21.360 INFO O| Dec 18 23:17:21.360 INFO STEP 391 (remove_files) COMPLETE
55422024-12-18T23:17:22.700Z[ recovery-image] Dec 18 23:17:21.361 INFO O| Dec 18 23:17:21.360 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-18T23:17:22.719Z[ recovery-image] Dec 18 23:17:21.382 INFO O| Dec 18 23:17:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55442024-12-18T23:17:22.721Z[ recovery-image] Dec 18 23:17:21.382 INFO O| Dec 18 23:17:21.382 INFO STEP 392 (remove_files) COMPLETE
55452024-12-18T23:17:22.721Z[ recovery-image] Dec 18 23:17:21.382 INFO O| Dec 18 23:17:21.382 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-18T23:17:22.740Z[ recovery-image] Dec 18 23:17:21.403 INFO O| Dec 18 23:17:21.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55472024-12-18T23:17:22.740Z[ recovery-image] Dec 18 23:17:21.403 INFO O| Dec 18 23:17:21.403 INFO STEP 393 (remove_files) COMPLETE
55482024-12-18T23:17:22.740Z[ recovery-image] Dec 18 23:17:21.403 INFO O| Dec 18 23:17:21.403 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-18T23:17:22.796Z[ recovery-image] Dec 18 23:17:21.459 INFO O| Dec 18 23:17:21.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55502024-12-18T23:17:22.797Z[ recovery-image] Dec 18 23:17:21.459 INFO O| Dec 18 23:17:21.459 INFO STEP 394 (remove_files) COMPLETE
55512024-12-18T23:17:22.797Z[ recovery-image] Dec 18 23:17:21.459 INFO O| Dec 18 23:17:21.459 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-18T23:17:22.836Z[ recovery-image] Dec 18 23:17:21.499 INFO O| Dec 18 23:17:21.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55532024-12-18T23:17:22.836Z[ recovery-image] Dec 18 23:17:21.499 INFO O| Dec 18 23:17:21.499 INFO STEP 395 (remove_files) COMPLETE
55542024-12-18T23:17:22.836Z[ recovery-image] Dec 18 23:17:21.499 INFO O| Dec 18 23:17:21.499 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-18T23:17:22.882Z[ recovery-image] Dec 18 23:17:21.545 INFO O| Dec 18 23:17:21.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55562024-12-18T23:17:22.882Z[ recovery-image] Dec 18 23:17:21.545 INFO O| Dec 18 23:17:21.545 INFO STEP 396 (remove_files) COMPLETE
55572024-12-18T23:17:22.885Z[ recovery-image] Dec 18 23:17:21.545 INFO O| Dec 18 23:17:21.545 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-18T23:17:22.926Z[ recovery-image] Dec 18 23:17:21.589 INFO O| Dec 18 23:17:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55592024-12-18T23:17:22.926Z[ recovery-image] Dec 18 23:17:21.589 INFO O| Dec 18 23:17:21.589 INFO STEP 397 (remove_files) COMPLETE
55602024-12-18T23:17:22.929Z[ recovery-image] Dec 18 23:17:21.589 INFO O| Dec 18 23:17:21.589 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-18T23:17:22.956Z[ recovery-image] Dec 18 23:17:21.619 INFO O| Dec 18 23:17:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55622024-12-18T23:17:22.956Z[ recovery-image] Dec 18 23:17:21.619 INFO O| Dec 18 23:17:21.619 INFO STEP 398 (remove_files) COMPLETE
55632024-12-18T23:17:22.956Z[ recovery-image] Dec 18 23:17:21.619 INFO O| Dec 18 23:17:21.619 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-18T23:17:22.977Z[ recovery-image] Dec 18 23:17:21.640 INFO O| Dec 18 23:17:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55652024-12-18T23:17:22.977Z[ recovery-image] Dec 18 23:17:21.640 INFO O| Dec 18 23:17:21.640 INFO STEP 399 (remove_files) COMPLETE
55662024-12-18T23:17:22.977Z[ recovery-image] Dec 18 23:17:21.640 INFO O| Dec 18 23:17:21.640 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-18T23:17:22.997Z[ recovery-image] Dec 18 23:17:21.660 INFO O| Dec 18 23:17:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55682024-12-18T23:17:22.997Z[ recovery-image] Dec 18 23:17:21.661 INFO O| Dec 18 23:17:21.660 INFO STEP 400 (remove_files) COMPLETE
55692024-12-18T23:17:23.000Z[ recovery-image] Dec 18 23:17:21.661 INFO O| Dec 18 23:17:21.660 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-18T23:17:23.031Z[ recovery-image] Dec 18 23:17:21.694 INFO O| Dec 18 23:17:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55712024-12-18T23:17:23.034Z[ recovery-image] Dec 18 23:17:21.695 INFO O| Dec 18 23:17:21.695 INFO STEP 401 (remove_files) COMPLETE
55722024-12-18T23:17:23.034Z[ recovery-image] Dec 18 23:17:21.695 INFO O| Dec 18 23:17:21.695 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-18T23:17:23.087Z[ recovery-image] Dec 18 23:17:21.750 INFO O| Dec 18 23:17:21.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55742024-12-18T23:17:23.087Z[ recovery-image] Dec 18 23:17:21.750 INFO O| Dec 18 23:17:21.750 INFO STEP 402 (remove_files) COMPLETE
55752024-12-18T23:17:23.087Z[ recovery-image] Dec 18 23:17:21.750 INFO O| Dec 18 23:17:21.750 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-18T23:17:23.109Z[ recovery-image] Dec 18 23:17:21.772 INFO O| Dec 18 23:17:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55772024-12-18T23:17:23.109Z[ recovery-image] Dec 18 23:17:21.772 INFO O| Dec 18 23:17:21.772 INFO STEP 403 (remove_files) COMPLETE
55782024-12-18T23:17:23.109Z[ recovery-image] Dec 18 23:17:21.772 INFO O| Dec 18 23:17:21.772 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-18T23:17:23.130Z[ recovery-image] Dec 18 23:17:21.793 INFO O| Dec 18 23:17:21.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55802024-12-18T23:17:23.133Z[ recovery-image] Dec 18 23:17:21.794 INFO O| Dec 18 23:17:21.794 INFO STEP 404 (remove_files) COMPLETE
55812024-12-18T23:17:23.133Z[ recovery-image] Dec 18 23:17:21.794 INFO O| Dec 18 23:17:21.794 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-18T23:17:23.180Z[ recovery-image] Dec 18 23:17:21.843 INFO O| Dec 18 23:17:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55832024-12-18T23:17:23.181Z[ recovery-image] Dec 18 23:17:21.844 INFO O| Dec 18 23:17:21.843 INFO STEP 405 (remove_files) COMPLETE
55842024-12-18T23:17:23.181Z[ recovery-image] Dec 18 23:17:21.844 INFO O| Dec 18 23:17:21.844 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-18T23:17:23.201Z[ recovery-image] Dec 18 23:17:21.864 INFO O| Dec 18 23:17:21.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55862024-12-18T23:17:23.201Z[ recovery-image] Dec 18 23:17:21.864 INFO O| Dec 18 23:17:21.864 INFO STEP 406 (remove_files) COMPLETE
55872024-12-18T23:17:23.203Z[ recovery-image] Dec 18 23:17:21.864 INFO O| Dec 18 23:17:21.864 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-18T23:17:23.222Z[ recovery-image] Dec 18 23:17:21.885 INFO O| Dec 18 23:17:21.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55892024-12-18T23:17:23.222Z[ recovery-image] Dec 18 23:17:21.885 INFO O| Dec 18 23:17:21.885 INFO STEP 407 (remove_files) COMPLETE
55902024-12-18T23:17:23.225Z[ recovery-image] Dec 18 23:17:21.885 INFO O| Dec 18 23:17:21.885 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-18T23:17:23.257Z[ recovery-image] Dec 18 23:17:21.920 INFO O| Dec 18 23:17:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55922024-12-18T23:17:23.257Z[ recovery-image] Dec 18 23:17:21.920 INFO O| Dec 18 23:17:21.920 INFO STEP 408 (remove_files) COMPLETE
55932024-12-18T23:17:23.257Z[ recovery-image] Dec 18 23:17:21.920 INFO O| Dec 18 23:17:21.920 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-18T23:17:23.280Z[ recovery-image] Dec 18 23:17:21.943 INFO O| Dec 18 23:17:21.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55952024-12-18T23:17:23.280Z[ recovery-image] Dec 18 23:17:21.943 INFO O| Dec 18 23:17:21.943 INFO STEP 409 (remove_files) COMPLETE
55962024-12-18T23:17:23.282Z[ recovery-image] Dec 18 23:17:21.943 INFO O| Dec 18 23:17:21.943 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-18T23:17:23.317Z[ recovery-image] Dec 18 23:17:21.979 INFO O| Dec 18 23:17:21.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55982024-12-18T23:17:23.317Z[ recovery-image] Dec 18 23:17:21.979 INFO O| Dec 18 23:17:21.979 INFO STEP 410 (remove_files) COMPLETE
55992024-12-18T23:17:23.317Z[ recovery-image] Dec 18 23:17:21.979 INFO O| Dec 18 23:17:21.979 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-18T23:17:23.366Z[ recovery-image] Dec 18 23:17:22.029 INFO O| Dec 18 23:17:22.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56012024-12-18T23:17:23.366Z[ recovery-image] Dec 18 23:17:22.029 INFO O| Dec 18 23:17:22.029 INFO STEP 411 (remove_files) COMPLETE
56022024-12-18T23:17:23.369Z[ recovery-image] Dec 18 23:17:22.030 INFO O| Dec 18 23:17:22.029 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-18T23:17:23.388Z[ recovery-image] Dec 18 23:17:22.051 INFO O| Dec 18 23:17:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56042024-12-18T23:17:23.388Z[ recovery-image] Dec 18 23:17:22.051 INFO O| Dec 18 23:17:22.051 INFO STEP 412 (remove_files) COMPLETE
56052024-12-18T23:17:23.388Z[ recovery-image] Dec 18 23:17:22.051 INFO O| Dec 18 23:17:22.051 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-18T23:17:23.408Z[ recovery-image] Dec 18 23:17:22.071 INFO O| Dec 18 23:17:22.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56072024-12-18T23:17:23.408Z[ recovery-image] Dec 18 23:17:22.071 INFO O| Dec 18 23:17:22.071 INFO STEP 413 (remove_files) COMPLETE
56082024-12-18T23:17:23.408Z[ recovery-image] Dec 18 23:17:22.072 INFO O| Dec 18 23:17:22.071 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-18T23:17:23.420Z[ host-image] Dec 18 23:17:22.082 INFO O| Dec 18 23:17:22.082 INFO O| Done
56102024-12-18T23:17:23.430Z[ recovery-image] Dec 18 23:17:22.093 INFO O| Dec 18 23:17:22.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56112024-12-18T23:17:23.430Z[ recovery-image] Dec 18 23:17:22.093 INFO O| Dec 18 23:17:22.093 INFO STEP 414 (remove_files) COMPLETE
56122024-12-18T23:17:23.432Z[ recovery-image] Dec 18 23:17:22.093 INFO O| Dec 18 23:17:22.093 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-18T23:17:23.451Z[ recovery-image] Dec 18 23:17:22.114 INFO O| Dec 18 23:17:22.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56142024-12-18T23:17:23.451Z[ recovery-image] Dec 18 23:17:22.114 INFO O| Dec 18 23:17:22.114 INFO STEP 415 (remove_files) COMPLETE
56152024-12-18T23:17:23.451Z[ recovery-image] Dec 18 23:17:22.114 INFO O| Dec 18 23:17:22.114 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-18T23:17:23.473Z[ recovery-image] Dec 18 23:17:22.135 INFO O| Dec 18 23:17:22.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56172024-12-18T23:17:23.473Z[ recovery-image] Dec 18 23:17:22.135 INFO O| Dec 18 23:17:22.135 INFO STEP 416 (remove_files) COMPLETE
56182024-12-18T23:17:23.473Z[ recovery-image] Dec 18 23:17:22.135 INFO O| Dec 18 23:17:22.135 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-18T23:17:23.493Z[ recovery-image] Dec 18 23:17:22.155 INFO O| Dec 18 23:17:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56202024-12-18T23:17:23.493Z[ recovery-image] Dec 18 23:17:22.156 INFO O| Dec 18 23:17:22.156 INFO STEP 417 (remove_files) COMPLETE
56212024-12-18T23:17:23.493Z[ recovery-image] Dec 18 23:17:22.156 INFO O| Dec 18 23:17:22.156 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-18T23:17:23.514Z[ recovery-image] Dec 18 23:17:22.177 INFO O| Dec 18 23:17:22.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56232024-12-18T23:17:23.514Z[ recovery-image] Dec 18 23:17:22.177 INFO O| Dec 18 23:17:22.177 INFO STEP 418 (remove_files) COMPLETE
56242024-12-18T23:17:23.514Z[ recovery-image] Dec 18 23:17:22.177 INFO O| Dec 18 23:17:22.177 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-18T23:17:23.535Z[ recovery-image] Dec 18 23:17:22.198 INFO O| Dec 18 23:17:22.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56262024-12-18T23:17:23.535Z[ recovery-image] Dec 18 23:17:22.199 INFO O| Dec 18 23:17:22.198 INFO STEP 419 (remove_files) COMPLETE
56272024-12-18T23:17:23.540Z[ recovery-image] Dec 18 23:17:22.199 INFO O| Dec 18 23:17:22.198 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-18T23:17:23.557Z[ recovery-image] Dec 18 23:17:22.220 INFO O| Dec 18 23:17:22.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56292024-12-18T23:17:23.557Z[ recovery-image] Dec 18 23:17:22.220 INFO O| Dec 18 23:17:22.220 INFO STEP 420 (remove_files) COMPLETE
56302024-12-18T23:17:23.557Z[ recovery-image] Dec 18 23:17:22.220 INFO O| Dec 18 23:17:22.220 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-12-18T23:17:23.630Z[ recovery-image] Dec 18 23:17:22.293 INFO O| Dec 18 23:17:22.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56322024-12-18T23:17:23.630Z[ recovery-image] Dec 18 23:17:22.293 INFO O| Dec 18 23:17:22.293 INFO STEP 421 (remove_files) COMPLETE
56332024-12-18T23:17:23.631Z[ recovery-image] Dec 18 23:17:22.293 INFO O| Dec 18 23:17:22.293 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-12-18T23:17:23.653Z[ recovery-image] Dec 18 23:17:22.316 INFO O| Dec 18 23:17:22.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56352024-12-18T23:17:23.653Z[ recovery-image] Dec 18 23:17:22.316 INFO O| Dec 18 23:17:22.316 INFO STEP 422 (remove_files) COMPLETE
56362024-12-18T23:17:23.653Z[ recovery-image] Dec 18 23:17:22.316 INFO O| Dec 18 23:17:22.316 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-12-18T23:17:23.673Z[ recovery-image] Dec 18 23:17:22.336 INFO O| Dec 18 23:17:22.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56382024-12-18T23:17:23.673Z[ recovery-image] Dec 18 23:17:22.336 INFO O| Dec 18 23:17:22.336 INFO STEP 423 (remove_files) COMPLETE
56392024-12-18T23:17:23.673Z[ recovery-image] Dec 18 23:17:22.336 INFO O| Dec 18 23:17:22.336 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-12-18T23:17:23.698Z[ recovery-image] Dec 18 23:17:22.361 INFO O| Dec 18 23:17:22.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56412024-12-18T23:17:23.698Z[ recovery-image] Dec 18 23:17:22.362 INFO O| Dec 18 23:17:22.361 INFO STEP 424 (remove_files) COMPLETE
56422024-12-18T23:17:23.699Z[ recovery-image] Dec 18 23:17:22.362 INFO O| Dec 18 23:17:22.361 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-12-18T23:17:23.736Z[ recovery-image] Dec 18 23:17:22.399 INFO O| Dec 18 23:17:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56442024-12-18T23:17:23.739Z[ recovery-image] Dec 18 23:17:22.400 INFO O| Dec 18 23:17:22.400 INFO STEP 425 (remove_files) COMPLETE
56452024-12-18T23:17:23.739Z[ recovery-image] Dec 18 23:17:22.400 INFO O| Dec 18 23:17:22.400 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-12-18T23:17:23.760Z[ recovery-image] Dec 18 23:17:22.423 INFO O| Dec 18 23:17:22.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56472024-12-18T23:17:23.760Z[ recovery-image] Dec 18 23:17:22.423 INFO O| Dec 18 23:17:22.423 INFO STEP 426 (remove_files) COMPLETE
56482024-12-18T23:17:23.763Z[ recovery-image] Dec 18 23:17:22.423 INFO O| Dec 18 23:17:22.423 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-18T23:17:23.782Z[ recovery-image] Dec 18 23:17:22.445 INFO O| Dec 18 23:17:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56502024-12-18T23:17:23.803Z[ recovery-image] Dec 18 23:17:22.466 INFO O| Dec 18 23:17:22.466 INFO STEP 427 (remove_files) COMPLETE
56512024-12-18T23:17:23.803Z[ recovery-image] Dec 18 23:17:22.466 INFO O| Dec 18 23:17:22.466 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-18T23:17:23.826Z[ recovery-image] Dec 18 23:17:22.489 INFO O| Dec 18 23:17:22.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56532024-12-18T23:17:23.829Z[ recovery-image] Dec 18 23:17:22.489 INFO O| Dec 18 23:17:22.489 INFO STEP 428 (remove_files) COMPLETE
56542024-12-18T23:17:23.829Z[ recovery-image] Dec 18 23:17:22.489 INFO O| Dec 18 23:17:22.489 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-18T23:17:23.848Z[ recovery-image] Dec 18 23:17:22.511 INFO O| Dec 18 23:17:22.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56562024-12-18T23:17:23.851Z[ recovery-image] Dec 18 23:17:22.511 INFO O| Dec 18 23:17:22.511 INFO STEP 429 (remove_files) COMPLETE
56572024-12-18T23:17:23.851Z[ recovery-image] Dec 18 23:17:22.511 INFO O| Dec 18 23:17:22.511 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-18T23:17:23.869Z[ recovery-image] Dec 18 23:17:22.532 INFO O| Dec 18 23:17:22.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56592024-12-18T23:17:23.869Z[ recovery-image] Dec 18 23:17:22.532 INFO O| Dec 18 23:17:22.532 INFO STEP 430 (remove_files) COMPLETE
56602024-12-18T23:17:23.871Z[ recovery-image] Dec 18 23:17:22.532 INFO O| Dec 18 23:17:22.532 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-18T23:17:23.888Z[ recovery-image] Dec 18 23:17:22.551 INFO O| Dec 18 23:17:22.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56622024-12-18T23:17:23.891Z[ recovery-image] Dec 18 23:17:22.552 INFO O| Dec 18 23:17:22.552 INFO STEP 431 (remove_files) COMPLETE
56632024-12-18T23:17:23.891Z[ recovery-image] Dec 18 23:17:22.552 INFO O| Dec 18 23:17:22.552 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-18T23:17:23.910Z[ recovery-image] Dec 18 23:17:22.573 INFO O| Dec 18 23:17:22.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56652024-12-18T23:17:23.913Z[ recovery-image] Dec 18 23:17:22.573 INFO O| Dec 18 23:17:22.573 INFO STEP 432 (remove_files) COMPLETE
56662024-12-18T23:17:23.913Z[ recovery-image] Dec 18 23:17:22.573 INFO O| Dec 18 23:17:22.573 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-12-18T23:17:23.935Z[ recovery-image] Dec 18 23:17:22.598 INFO O| Dec 18 23:17:22.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56682024-12-18T23:17:23.935Z[ recovery-image] Dec 18 23:17:22.598 INFO O| Dec 18 23:17:22.598 INFO STEP 433 (remove_files) COMPLETE
56692024-12-18T23:17:23.935Z[ recovery-image] Dec 18 23:17:22.598 INFO O| Dec 18 23:17:22.598 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-12-18T23:17:23.955Z[ recovery-image] Dec 18 23:17:22.618 INFO O| Dec 18 23:17:22.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56712024-12-18T23:17:23.955Z[ recovery-image] Dec 18 23:17:22.618 INFO O| Dec 18 23:17:22.618 INFO STEP 434 (remove_files) COMPLETE
56722024-12-18T23:17:23.958Z[ recovery-image] Dec 18 23:17:22.618 INFO O| Dec 18 23:17:22.618 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-12-18T23:17:23.987Z[ recovery-image] Dec 18 23:17:22.650 INFO O| Dec 18 23:17:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56742024-12-18T23:17:23.987Z[ recovery-image] Dec 18 23:17:22.650 INFO O| Dec 18 23:17:22.650 INFO STEP 435 (remove_files) COMPLETE
56752024-12-18T23:17:23.987Z[ recovery-image] Dec 18 23:17:22.650 INFO O| Dec 18 23:17:22.650 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-12-18T23:17:24.026Z[ recovery-image] Dec 18 23:17:22.689 INFO O| Dec 18 23:17:22.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56772024-12-18T23:17:24.027Z[ recovery-image] Dec 18 23:17:22.689 INFO O| Dec 18 23:17:22.689 INFO STEP 436 (remove_files) COMPLETE
56782024-12-18T23:17:24.027Z[ recovery-image] Dec 18 23:17:22.689 INFO O| Dec 18 23:17:22.689 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-18T23:17:24.052Z[ recovery-image] Dec 18 23:17:22.715 INFO O| Dec 18 23:17:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56802024-12-18T23:17:24.052Z[ recovery-image] Dec 18 23:17:22.715 INFO O| Dec 18 23:17:22.715 INFO STEP 437 (remove_files) COMPLETE
56812024-12-18T23:17:24.052Z[ recovery-image] Dec 18 23:17:22.715 INFO O| Dec 18 23:17:22.715 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-18T23:17:24.100Z[ recovery-image] Dec 18 23:17:22.763 INFO O| Dec 18 23:17:22.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56832024-12-18T23:17:24.103Z[ recovery-image] Dec 18 23:17:22.763 INFO O| Dec 18 23:17:22.763 INFO STEP 438 (remove_files) COMPLETE
56842024-12-18T23:17:24.103Z[ recovery-image] Dec 18 23:17:22.763 INFO O| Dec 18 23:17:22.763 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-18T23:17:24.118Z[ recovery-image] Dec 18 23:17:22.781 INFO O| Dec 18 23:17:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56862024-12-18T23:17:24.118Z[ recovery-image] Dec 18 23:17:22.781 INFO O| Dec 18 23:17:22.781 INFO STEP 439 (remove_files) COMPLETE
56872024-12-18T23:17:24.121Z[ recovery-image] Dec 18 23:17:22.781 INFO O| Dec 18 23:17:22.781 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-18T23:17:24.138Z[ recovery-image] Dec 18 23:17:22.800 INFO O| Dec 18 23:17:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56892024-12-18T23:17:24.140Z[ recovery-image] Dec 18 23:17:22.801 INFO O| Dec 18 23:17:22.800 INFO STEP 440 (remove_files) COMPLETE
56902024-12-18T23:17:24.140Z[ recovery-image] Dec 18 23:17:22.801 INFO O| Dec 18 23:17:22.801 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-18T23:17:24.158Z[ recovery-image] Dec 18 23:17:22.821 INFO O| Dec 18 23:17:22.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56922024-12-18T23:17:24.159Z[ recovery-image] Dec 18 23:17:22.821 INFO O| Dec 18 23:17:22.821 INFO STEP 441 (remove_files) COMPLETE
56932024-12-18T23:17:24.159Z[ recovery-image] Dec 18 23:17:22.821 INFO O| Dec 18 23:17:22.821 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-18T23:17:24.178Z[ recovery-image] Dec 18 23:17:22.841 INFO O| Dec 18 23:17:22.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56952024-12-18T23:17:24.180Z[ recovery-image] Dec 18 23:17:22.841 INFO O| Dec 18 23:17:22.841 INFO STEP 442 (remove_files) COMPLETE
56962024-12-18T23:17:24.181Z[ recovery-image] Dec 18 23:17:22.841 INFO O| Dec 18 23:17:22.841 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-18T23:17:24.198Z[ recovery-image] Dec 18 23:17:22.861 INFO O| Dec 18 23:17:22.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56982024-12-18T23:17:24.201Z[ recovery-image] Dec 18 23:17:22.861 INFO O| Dec 18 23:17:22.861 INFO STEP 443 (remove_files) COMPLETE
56992024-12-18T23:17:24.201Z[ recovery-image] Dec 18 23:17:22.861 INFO O| Dec 18 23:17:22.861 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-18T23:17:24.218Z[ recovery-image] Dec 18 23:17:22.881 INFO O| Dec 18 23:17:22.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57012024-12-18T23:17:24.221Z[ recovery-image] Dec 18 23:17:22.881 INFO O| Dec 18 23:17:22.881 INFO STEP 444 (remove_files) COMPLETE
57022024-12-18T23:17:24.221Z[ recovery-image] Dec 18 23:17:22.881 INFO O| Dec 18 23:17:22.881 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-18T23:17:24.237Z[ recovery-image] Dec 18 23:17:22.900 INFO O| Dec 18 23:17:22.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57042024-12-18T23:17:24.237Z[ recovery-image] Dec 18 23:17:22.901 INFO O| Dec 18 23:17:22.900 INFO STEP 445 (remove_files) COMPLETE
57052024-12-18T23:17:24.238Z[ recovery-image] Dec 18 23:17:22.901 INFO O| Dec 18 23:17:22.901 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-18T23:17:24.257Z[ recovery-image] Dec 18 23:17:22.920 INFO O| Dec 18 23:17:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57072024-12-18T23:17:24.257Z[ recovery-image] Dec 18 23:17:22.920 INFO O| Dec 18 23:17:22.920 INFO STEP 446 (remove_files) COMPLETE
57082024-12-18T23:17:24.257Z[ recovery-image] Dec 18 23:17:22.920 INFO O| Dec 18 23:17:22.920 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-18T23:17:24.293Z[ recovery-image] Dec 18 23:17:22.956 INFO O| Dec 18 23:17:22.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57102024-12-18T23:17:24.293Z[ recovery-image] Dec 18 23:17:22.956 INFO O| Dec 18 23:17:22.956 INFO STEP 447 (remove_files) COMPLETE
57112024-12-18T23:17:24.293Z[ recovery-image] Dec 18 23:17:22.956 INFO O| Dec 18 23:17:22.956 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-18T23:17:24.316Z[ recovery-image] Dec 18 23:17:22.979 INFO O| Dec 18 23:17:22.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57132024-12-18T23:17:24.316Z[ recovery-image] Dec 18 23:17:22.979 INFO O| Dec 18 23:17:22.979 INFO STEP 448 (remove_files) COMPLETE
57142024-12-18T23:17:24.316Z[ recovery-image] Dec 18 23:17:22.979 INFO O| Dec 18 23:17:22.979 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-18T23:17:24.338Z[ recovery-image] Dec 18 23:17:23.001 INFO O| Dec 18 23:17:23.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57162024-12-18T23:17:24.338Z[ recovery-image] Dec 18 23:17:23.001 INFO O| Dec 18 23:17:23.001 INFO STEP 449 (remove_files) COMPLETE
57172024-12-18T23:17:24.338Z[ recovery-image] Dec 18 23:17:23.001 INFO O| Dec 18 23:17:23.001 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-18T23:17:24.359Z[ recovery-image] Dec 18 23:17:23.022 INFO O| Dec 18 23:17:23.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57192024-12-18T23:17:24.359Z[ recovery-image] Dec 18 23:17:23.022 INFO O| Dec 18 23:17:23.022 INFO STEP 450 (remove_files) COMPLETE
57202024-12-18T23:17:24.359Z[ recovery-image] Dec 18 23:17:23.022 INFO O| Dec 18 23:17:23.022 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-18T23:17:24.381Z[ recovery-image] Dec 18 23:17:23.044 INFO O| Dec 18 23:17:23.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57222024-12-18T23:17:24.381Z[ recovery-image] Dec 18 23:17:23.044 INFO O| Dec 18 23:17:23.044 INFO STEP 451 (remove_files) COMPLETE
57232024-12-18T23:17:24.383Z[ recovery-image] Dec 18 23:17:23.044 INFO O| Dec 18 23:17:23.044 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-18T23:17:24.402Z[ recovery-image] Dec 18 23:17:23.065 INFO O| Dec 18 23:17:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57252024-12-18T23:17:24.402Z[ recovery-image] Dec 18 23:17:23.065 INFO O| Dec 18 23:17:23.065 INFO STEP 452 (remove_files) COMPLETE
57262024-12-18T23:17:24.402Z[ recovery-image] Dec 18 23:17:23.065 INFO O| Dec 18 23:17:23.065 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-18T23:17:24.422Z[ recovery-image] Dec 18 23:17:23.086 INFO O| Dec 18 23:17:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57282024-12-18T23:17:24.423Z[ recovery-image] Dec 18 23:17:23.086 INFO O| Dec 18 23:17:23.086 INFO STEP 453 (remove_files) COMPLETE
57292024-12-18T23:17:24.423Z[ recovery-image] Dec 18 23:17:23.086 INFO O| Dec 18 23:17:23.086 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-18T23:17:24.444Z[ recovery-image] Dec 18 23:17:23.107 INFO O| Dec 18 23:17:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57312024-12-18T23:17:24.444Z[ recovery-image] Dec 18 23:17:23.107 INFO O| Dec 18 23:17:23.107 INFO STEP 454 (remove_files) COMPLETE
57322024-12-18T23:17:24.444Z[ recovery-image] Dec 18 23:17:23.107 INFO O| Dec 18 23:17:23.107 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-18T23:17:24.464Z[ recovery-image] Dec 18 23:17:23.127 INFO O| Dec 18 23:17:23.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57342024-12-18T23:17:24.467Z[ recovery-image] Dec 18 23:17:23.127 INFO O| Dec 18 23:17:23.127 INFO STEP 455 (remove_files) COMPLETE
57352024-12-18T23:17:24.467Z[ recovery-image] Dec 18 23:17:23.127 INFO O| Dec 18 23:17:23.127 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-12-18T23:17:24.485Z[ recovery-image] Dec 18 23:17:23.148 INFO O| Dec 18 23:17:23.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57372024-12-18T23:17:24.485Z[ recovery-image] Dec 18 23:17:23.148 INFO O| Dec 18 23:17:23.148 INFO STEP 456 (remove_files) COMPLETE
57382024-12-18T23:17:24.488Z[ recovery-image] Dec 18 23:17:23.148 INFO O| Dec 18 23:17:23.148 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-12-18T23:17:24.525Z[ recovery-image] Dec 18 23:17:23.188 INFO O| Dec 18 23:17:23.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57402024-12-18T23:17:24.525Z[ recovery-image] Dec 18 23:17:23.188 INFO O| Dec 18 23:17:23.188 INFO STEP 457 (remove_files) COMPLETE
57412024-12-18T23:17:24.528Z[ recovery-image] Dec 18 23:17:23.188 INFO O| Dec 18 23:17:23.188 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-12-18T23:17:24.573Z[ recovery-image] Dec 18 23:17:23.235 INFO O| Dec 18 23:17:23.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57432024-12-18T23:17:24.576Z[ recovery-image] Dec 18 23:17:23.236 INFO O| Dec 18 23:17:23.236 INFO STEP 458 (remove_files) COMPLETE
57442024-12-18T23:17:24.576Z[ recovery-image] Dec 18 23:17:23.236 INFO O| Dec 18 23:17:23.236 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-12-18T23:17:24.623Z[ recovery-image] Dec 18 23:17:23.286 INFO O| Dec 18 23:17:23.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57462024-12-18T23:17:24.626Z[ recovery-image] Dec 18 23:17:23.286 INFO O| Dec 18 23:17:23.286 INFO STEP 459 (remove_files) COMPLETE
57472024-12-18T23:17:24.626Z[ recovery-image] Dec 18 23:17:23.286 INFO O| Dec 18 23:17:23.286 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-12-18T23:17:24.645Z[ recovery-image] Dec 18 23:17:23.308 INFO O| Dec 18 23:17:23.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57492024-12-18T23:17:24.648Z[ recovery-image] Dec 18 23:17:23.308 INFO O| Dec 18 23:17:23.308 INFO STEP 460 (remove_files) COMPLETE
57502024-12-18T23:17:24.648Z[ recovery-image] Dec 18 23:17:23.308 INFO O| Dec 18 23:17:23.308 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-12-18T23:17:24.683Z[ recovery-image] Dec 18 23:17:23.346 INFO O| Dec 18 23:17:23.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57522024-12-18T23:17:24.683Z[ recovery-image] Dec 18 23:17:23.346 INFO O| Dec 18 23:17:23.346 INFO STEP 461 (remove_files) COMPLETE
57532024-12-18T23:17:24.683Z[ recovery-image] Dec 18 23:17:23.346 INFO O| Dec 18 23:17:23.346 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-18T23:17:24.703Z[ recovery-image] Dec 18 23:17:23.366 INFO O| Dec 18 23:17:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57552024-12-18T23:17:24.706Z[ recovery-image] Dec 18 23:17:23.366 INFO O| Dec 18 23:17:23.366 INFO STEP 462 (remove_files) COMPLETE
57562024-12-18T23:17:24.706Z[ recovery-image] Dec 18 23:17:23.367 INFO O| Dec 18 23:17:23.366 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-18T23:17:24.724Z[ recovery-image] Dec 18 23:17:23.387 INFO O| Dec 18 23:17:23.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57582024-12-18T23:17:24.727Z[ recovery-image] Dec 18 23:17:23.388 INFO O| Dec 18 23:17:23.387 INFO STEP 463 (remove_files) COMPLETE
57592024-12-18T23:17:24.727Z[ recovery-image] Dec 18 23:17:23.388 INFO O| Dec 18 23:17:23.388 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-18T23:17:24.746Z[ recovery-image] Dec 18 23:17:23.409 INFO O| Dec 18 23:17:23.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57612024-12-18T23:17:24.748Z[ recovery-image] Dec 18 23:17:23.409 INFO O| Dec 18 23:17:23.409 INFO STEP 464 (remove_files) COMPLETE
57622024-12-18T23:17:24.748Z[ recovery-image] Dec 18 23:17:23.409 INFO O| Dec 18 23:17:23.409 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-18T23:17:24.768Z[ recovery-image] Dec 18 23:17:23.431 INFO O| Dec 18 23:17:23.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57642024-12-18T23:17:24.769Z[ recovery-image] Dec 18 23:17:23.431 INFO O| Dec 18 23:17:23.431 INFO STEP 465 (remove_files) COMPLETE
57652024-12-18T23:17:24.769Z[ recovery-image] Dec 18 23:17:23.432 INFO O| Dec 18 23:17:23.431 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-18T23:17:24.789Z[ recovery-image] Dec 18 23:17:23.452 INFO O| Dec 18 23:17:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57672024-12-18T23:17:24.789Z[ recovery-image] Dec 18 23:17:23.452 INFO O| Dec 18 23:17:23.452 INFO STEP 466 (remove_files) COMPLETE
57682024-12-18T23:17:24.789Z[ recovery-image] Dec 18 23:17:23.452 INFO O| Dec 18 23:17:23.452 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-18T23:17:24.809Z[ recovery-image] Dec 18 23:17:23.472 INFO O| Dec 18 23:17:23.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57702024-12-18T23:17:24.809Z[ recovery-image] Dec 18 23:17:23.472 INFO O| Dec 18 23:17:23.472 INFO STEP 467 (remove_files) COMPLETE
57712024-12-18T23:17:24.809Z[ recovery-image] Dec 18 23:17:23.472 INFO O| Dec 18 23:17:23.472 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-18T23:17:24.845Z[ recovery-image] Dec 18 23:17:23.508 INFO O| Dec 18 23:17:23.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57732024-12-18T23:17:24.845Z[ recovery-image] Dec 18 23:17:23.508 INFO O| Dec 18 23:17:23.508 INFO STEP 468 (remove_files) COMPLETE
57742024-12-18T23:17:24.845Z[ recovery-image] Dec 18 23:17:23.508 INFO O| Dec 18 23:17:23.508 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-18T23:17:24.868Z[ recovery-image] Dec 18 23:17:23.531 INFO O| Dec 18 23:17:23.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57762024-12-18T23:17:24.868Z[ recovery-image] Dec 18 23:17:23.531 INFO O| Dec 18 23:17:23.531 INFO STEP 469 (remove_files) COMPLETE
57772024-12-18T23:17:24.871Z[ recovery-image] Dec 18 23:17:23.532 INFO O| Dec 18 23:17:23.531 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-18T23:17:24.890Z[ recovery-image] Dec 18 23:17:23.553 INFO O| Dec 18 23:17:23.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57792024-12-18T23:17:24.890Z[ recovery-image] Dec 18 23:17:23.553 INFO O| Dec 18 23:17:23.553 INFO STEP 470 (remove_files) COMPLETE
57802024-12-18T23:17:24.890Z[ recovery-image] Dec 18 23:17:23.553 INFO O| Dec 18 23:17:23.553 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-18T23:17:24.930Z[ recovery-image] Dec 18 23:17:23.593 INFO O| Dec 18 23:17:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57822024-12-18T23:17:24.934Z[ recovery-image] Dec 18 23:17:23.593 INFO O| Dec 18 23:17:23.593 INFO STEP 471 (remove_files) COMPLETE
57832024-12-18T23:17:24.934Z[ recovery-image] Dec 18 23:17:23.593 INFO O| Dec 18 23:17:23.593 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-18T23:17:24.971Z[ recovery-image] Dec 18 23:17:23.634 INFO O| Dec 18 23:17:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57852024-12-18T23:17:24.971Z[ recovery-image] Dec 18 23:17:23.634 INFO O| Dec 18 23:17:23.634 INFO STEP 472 (remove_files) COMPLETE
57862024-12-18T23:17:24.971Z[ recovery-image] Dec 18 23:17:23.634 INFO O| Dec 18 23:17:23.634 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-18T23:17:24.991Z[ recovery-image] Dec 18 23:17:23.654 INFO O| Dec 18 23:17:23.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57882024-12-18T23:17:25.003Z[ recovery-image] Dec 18 23:17:23.655 INFO O| Dec 18 23:17:23.654 INFO STEP 473 (remove_files) COMPLETE
57892024-12-18T23:17:25.006Z[ recovery-image] Dec 18 23:17:23.655 INFO O| Dec 18 23:17:23.655 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-18T23:17:25.025Z[ recovery-image] Dec 18 23:17:23.688 INFO O| Dec 18 23:17:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57912024-12-18T23:17:25.025Z[ recovery-image] Dec 18 23:17:23.688 INFO O| Dec 18 23:17:23.688 INFO STEP 474 (remove_files) COMPLETE
57922024-12-18T23:17:25.028Z[ recovery-image] Dec 18 23:17:23.688 INFO O| Dec 18 23:17:23.688 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-18T23:17:25.062Z[ recovery-image] Dec 18 23:17:23.722 INFO O| Dec 18 23:17:23.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57942024-12-18T23:17:25.062Z[ recovery-image] Dec 18 23:17:23.722 INFO O| Dec 18 23:17:23.722 INFO STEP 475 (remove_files) COMPLETE
57952024-12-18T23:17:25.065Z[ recovery-image] Dec 18 23:17:23.722 INFO O| Dec 18 23:17:23.722 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-18T23:17:25.098Z[ recovery-image] Dec 18 23:17:23.761 INFO O| Dec 18 23:17:23.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57972024-12-18T23:17:25.098Z[ recovery-image] Dec 18 23:17:23.761 INFO O| Dec 18 23:17:23.761 INFO STEP 476 (remove_files) COMPLETE
57982024-12-18T23:17:25.103Z[ recovery-image] Dec 18 23:17:23.761 INFO O| Dec 18 23:17:23.761 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-18T23:17:25.176Z[ recovery-image] Dec 18 23:17:23.839 INFO O| Dec 18 23:17:23.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58002024-12-18T23:17:25.176Z[ recovery-image] Dec 18 23:17:23.839 INFO O| Dec 18 23:17:23.839 INFO STEP 477 (remove_files) COMPLETE
58012024-12-18T23:17:25.176Z[ recovery-image] Dec 18 23:17:23.839 INFO O| Dec 18 23:17:23.839 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-18T23:17:25.200Z[ recovery-image] Dec 18 23:17:23.862 INFO O| Dec 18 23:17:23.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58032024-12-18T23:17:25.200Z[ recovery-image] Dec 18 23:17:23.863 INFO O| Dec 18 23:17:23.863 INFO STEP 478 (remove_files) COMPLETE
58042024-12-18T23:17:25.200Z[ recovery-image] Dec 18 23:17:23.863 INFO O| Dec 18 23:17:23.863 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-18T23:17:25.237Z[ recovery-image] Dec 18 23:17:23.900 INFO O| Dec 18 23:17:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58062024-12-18T23:17:25.237Z[ recovery-image] Dec 18 23:17:23.900 INFO O| Dec 18 23:17:23.900 INFO STEP 479 (remove_files) COMPLETE
58072024-12-18T23:17:25.237Z[ recovery-image] Dec 18 23:17:23.900 INFO O| Dec 18 23:17:23.900 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-18T23:17:25.258Z[ recovery-image] Dec 18 23:17:23.921 INFO O| Dec 18 23:17:23.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58092024-12-18T23:17:25.258Z[ recovery-image] Dec 18 23:17:23.921 INFO O| Dec 18 23:17:23.921 INFO STEP 480 (remove_files) COMPLETE
58102024-12-18T23:17:25.260Z[ recovery-image] Dec 18 23:17:23.921 INFO O| Dec 18 23:17:23.921 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-18T23:17:25.315Z[ recovery-image] Dec 18 23:17:23.978 INFO O| Dec 18 23:17:23.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58122024-12-18T23:17:25.315Z[ recovery-image] Dec 18 23:17:23.978 INFO O| Dec 18 23:17:23.978 INFO STEP 481 (remove_files) COMPLETE
58132024-12-18T23:17:25.315Z[ recovery-image] Dec 18 23:17:23.978 INFO O| Dec 18 23:17:23.978 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-18T23:17:25.353Z[ recovery-image] Dec 18 23:17:24.016 INFO O| Dec 18 23:17:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58152024-12-18T23:17:25.356Z[ recovery-image] Dec 18 23:17:24.016 INFO O| Dec 18 23:17:24.016 INFO STEP 482 (remove_files) COMPLETE
58162024-12-18T23:17:25.356Z[ recovery-image] Dec 18 23:17:24.016 INFO O| Dec 18 23:17:24.016 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-18T23:17:25.374Z[ recovery-image] Dec 18 23:17:24.037 INFO O| Dec 18 23:17:24.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58182024-12-18T23:17:25.378Z[ recovery-image] Dec 18 23:17:24.038 INFO O| Dec 18 23:17:24.038 INFO STEP 483 (remove_files) COMPLETE
58192024-12-18T23:17:25.378Z[ recovery-image] Dec 18 23:17:24.038 INFO O| Dec 18 23:17:24.038 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-18T23:17:25.446Z[ recovery-image] Dec 18 23:17:24.109 INFO O| Dec 18 23:17:24.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58212024-12-18T23:17:25.446Z[ recovery-image] Dec 18 23:17:24.109 INFO O| Dec 18 23:17:24.109 INFO STEP 484 (remove_files) COMPLETE
58222024-12-18T23:17:25.447Z[ recovery-image] Dec 18 23:17:24.109 INFO O| Dec 18 23:17:24.109 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-18T23:17:25.471Z[ recovery-image] Dec 18 23:17:24.134 INFO O| Dec 18 23:17:24.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58242024-12-18T23:17:25.471Z[ recovery-image] Dec 18 23:17:24.134 INFO O| Dec 18 23:17:24.134 INFO STEP 485 (remove_files) COMPLETE
58252024-12-18T23:17:25.471Z[ recovery-image] Dec 18 23:17:24.134 INFO O| Dec 18 23:17:24.134 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-18T23:17:25.492Z[ recovery-image] Dec 18 23:17:24.155 INFO O| Dec 18 23:17:24.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58272024-12-18T23:17:25.492Z[ recovery-image] Dec 18 23:17:24.155 INFO O| Dec 18 23:17:24.155 INFO STEP 486 (remove_files) COMPLETE
58282024-12-18T23:17:25.495Z[ recovery-image] Dec 18 23:17:24.155 INFO O| Dec 18 23:17:24.155 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-18T23:17:25.511Z[ recovery-image] Dec 18 23:17:24.174 INFO O| Dec 18 23:17:24.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58302024-12-18T23:17:25.513Z[ recovery-image] Dec 18 23:17:24.174 INFO O| Dec 18 23:17:24.174 INFO STEP 487 (remove_files) COMPLETE
58312024-12-18T23:17:25.513Z[ recovery-image] Dec 18 23:17:24.174 INFO O| Dec 18 23:17:24.174 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-18T23:17:25.531Z[ recovery-image] Dec 18 23:17:24.194 INFO O| Dec 18 23:17:24.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58332024-12-18T23:17:25.534Z[ recovery-image] Dec 18 23:17:24.194 INFO O| Dec 18 23:17:24.194 INFO STEP 488 (remove_files) COMPLETE
58342024-12-18T23:17:25.534Z[ recovery-image] Dec 18 23:17:24.194 INFO O| Dec 18 23:17:24.194 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-18T23:17:25.559Z[ recovery-image] Dec 18 23:17:24.222 INFO O| Dec 18 23:17:24.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58362024-12-18T23:17:25.560Z[ recovery-image] Dec 18 23:17:24.222 INFO O| Dec 18 23:17:24.222 INFO STEP 489 (remove_files) COMPLETE
58372024-12-18T23:17:25.560Z[ recovery-image] Dec 18 23:17:24.222 INFO O| Dec 18 23:17:24.222 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-18T23:17:25.616Z[ recovery-image] Dec 18 23:17:24.279 INFO O| Dec 18 23:17:24.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58392024-12-18T23:17:25.616Z[ recovery-image] Dec 18 23:17:24.279 INFO O| Dec 18 23:17:24.279 INFO STEP 490 (remove_files) COMPLETE
58402024-12-18T23:17:25.619Z[ recovery-image] Dec 18 23:17:24.279 INFO O| Dec 18 23:17:24.279 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-18T23:17:25.638Z[ recovery-image] Dec 18 23:17:24.301 INFO O| Dec 18 23:17:24.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58422024-12-18T23:17:25.638Z[ recovery-image] Dec 18 23:17:24.301 INFO O| Dec 18 23:17:24.301 INFO STEP 491 (remove_files) COMPLETE
58432024-12-18T23:17:25.638Z[ recovery-image] Dec 18 23:17:24.301 INFO O| Dec 18 23:17:24.301 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-18T23:17:25.660Z[ recovery-image] Dec 18 23:17:24.323 INFO O| Dec 18 23:17:24.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58452024-12-18T23:17:25.660Z[ recovery-image] Dec 18 23:17:24.323 INFO O| Dec 18 23:17:24.323 INFO STEP 492 (remove_files) COMPLETE
58462024-12-18T23:17:25.663Z[ recovery-image] Dec 18 23:17:24.323 INFO O| Dec 18 23:17:24.323 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-18T23:17:25.682Z[ recovery-image] Dec 18 23:17:24.345 INFO O| Dec 18 23:17:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58482024-12-18T23:17:25.682Z[ recovery-image] Dec 18 23:17:24.345 INFO O| Dec 18 23:17:24.345 INFO STEP 493 (remove_files) COMPLETE
58492024-12-18T23:17:25.682Z[ recovery-image] Dec 18 23:17:24.345 INFO O| Dec 18 23:17:24.345 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-18T23:17:25.727Z[ recovery-image] Dec 18 23:17:24.390 INFO O| Dec 18 23:17:24.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58512024-12-18T23:17:25.727Z[ recovery-image] Dec 18 23:17:24.390 INFO O| Dec 18 23:17:24.390 INFO STEP 494 (remove_files) COMPLETE
58522024-12-18T23:17:25.727Z[ recovery-image] Dec 18 23:17:24.390 INFO O| Dec 18 23:17:24.390 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-18T23:17:25.752Z[ recovery-image] Dec 18 23:17:24.415 INFO O| Dec 18 23:17:24.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58542024-12-18T23:17:25.752Z[ recovery-image] Dec 18 23:17:24.415 INFO O| Dec 18 23:17:24.415 INFO STEP 495 (remove_files) COMPLETE
58552024-12-18T23:17:25.754Z[ recovery-image] Dec 18 23:17:24.415 INFO O| Dec 18 23:17:24.415 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-18T23:17:25.780Z[ recovery-image] Dec 18 23:17:24.443 INFO O| Dec 18 23:17:24.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58572024-12-18T23:17:25.780Z[ recovery-image] Dec 18 23:17:24.443 INFO O| Dec 18 23:17:24.443 INFO STEP 496 (remove_files) COMPLETE
58582024-12-18T23:17:25.780Z[ recovery-image] Dec 18 23:17:24.443 INFO O| Dec 18 23:17:24.443 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-18T23:17:25.816Z[ recovery-image] Dec 18 23:17:24.479 INFO O| Dec 18 23:17:24.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58602024-12-18T23:17:25.816Z[ recovery-image] Dec 18 23:17:24.479 INFO O| Dec 18 23:17:24.479 INFO STEP 497 (remove_files) COMPLETE
58612024-12-18T23:17:25.816Z[ recovery-image] Dec 18 23:17:24.479 INFO O| Dec 18 23:17:24.479 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-18T23:17:25.877Z[ recovery-image] Dec 18 23:17:24.539 INFO O| Dec 18 23:17:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58632024-12-18T23:17:25.877Z[ recovery-image] Dec 18 23:17:24.540 INFO O| Dec 18 23:17:24.539 INFO STEP 498 (remove_files) COMPLETE
58642024-12-18T23:17:25.877Z[ recovery-image] Dec 18 23:17:24.540 INFO O| Dec 18 23:17:24.540 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-18T23:17:25.897Z[ recovery-image] Dec 18 23:17:24.560 INFO O| Dec 18 23:17:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58662024-12-18T23:17:25.897Z[ recovery-image] Dec 18 23:17:24.560 INFO O| Dec 18 23:17:24.560 INFO STEP 499 (remove_files) COMPLETE
58672024-12-18T23:17:25.897Z[ recovery-image] Dec 18 23:17:24.560 INFO O| Dec 18 23:17:24.560 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-18T23:17:25.918Z[ recovery-image] Dec 18 23:17:24.581 INFO O| Dec 18 23:17:24.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58692024-12-18T23:17:25.918Z[ recovery-image] Dec 18 23:17:24.581 INFO O| Dec 18 23:17:24.581 INFO STEP 500 (remove_files) COMPLETE
58702024-12-18T23:17:25.918Z[ recovery-image] Dec 18 23:17:24.581 INFO O| Dec 18 23:17:24.581 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-18T23:17:25.957Z[ recovery-image] Dec 18 23:17:24.619 INFO O| Dec 18 23:17:24.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58722024-12-18T23:17:25.957Z[ recovery-image] Dec 18 23:17:24.619 INFO O| Dec 18 23:17:24.619 INFO STEP 501 (remove_files) COMPLETE
58732024-12-18T23:17:25.957Z[ recovery-image] Dec 18 23:17:24.619 INFO O| Dec 18 23:17:24.619 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-18T23:17:26.018Z[ recovery-image] Dec 18 23:17:24.680 INFO O| Dec 18 23:17:24.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58752024-12-18T23:17:26.020Z[ recovery-image] Dec 18 23:17:24.681 INFO O| Dec 18 23:17:24.681 INFO STEP 502 (remove_files) COMPLETE
58762024-12-18T23:17:26.020Z[ recovery-image] Dec 18 23:17:24.681 INFO O| Dec 18 23:17:24.681 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-18T23:17:26.039Z[ recovery-image] Dec 18 23:17:24.702 INFO O| Dec 18 23:17:24.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58782024-12-18T23:17:26.039Z[ recovery-image] Dec 18 23:17:24.702 INFO O| Dec 18 23:17:24.702 INFO STEP 503 (remove_files) COMPLETE
58792024-12-18T23:17:26.039Z[ recovery-image] Dec 18 23:17:24.702 INFO O| Dec 18 23:17:24.702 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-18T23:17:26.076Z[ recovery-image] Dec 18 23:17:24.739 INFO O| Dec 18 23:17:24.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58812024-12-18T23:17:26.079Z[ recovery-image] Dec 18 23:17:24.739 INFO O| Dec 18 23:17:24.739 INFO STEP 504 (remove_files) COMPLETE
58822024-12-18T23:17:26.079Z[ recovery-image] Dec 18 23:17:24.739 INFO O| Dec 18 23:17:24.739 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-18T23:17:26.201Z[ recovery-image] Dec 18 23:17:24.864 INFO O| Dec 18 23:17:24.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58842024-12-18T23:17:26.201Z[ recovery-image] Dec 18 23:17:24.864 INFO O| Dec 18 23:17:24.864 INFO STEP 505 (remove_files) COMPLETE
58852024-12-18T23:17:26.204Z[ recovery-image] Dec 18 23:17:24.864 INFO O| Dec 18 23:17:24.864 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-18T23:17:26.221Z[ host-image] Dec 18 23:17:24.884 INFO O| Dec 18 23:17:24.884 INFO O| Done
58872024-12-18T23:17:26.224Z[ recovery-image] Dec 18 23:17:24.884 INFO O| Dec 18 23:17:24.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58882024-12-18T23:17:26.244Z[ recovery-image] Dec 18 23:17:24.907 INFO O| Dec 18 23:17:24.907 INFO STEP 506 (remove_files) COMPLETE
58892024-12-18T23:17:26.244Z[ recovery-image] Dec 18 23:17:24.907 INFO O| Dec 18 23:17:24.907 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-18T23:17:26.276Z[ recovery-image] Dec 18 23:17:24.939 INFO O| Dec 18 23:17:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58912024-12-18T23:17:26.276Z[ recovery-image] Dec 18 23:17:24.939 INFO O| Dec 18 23:17:24.939 INFO STEP 507 (remove_files) COMPLETE
58922024-12-18T23:17:26.279Z[ recovery-image] Dec 18 23:17:24.939 INFO O| Dec 18 23:17:24.939 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-18T23:17:26.311Z[ recovery-image] Dec 18 23:17:24.974 INFO O| Dec 18 23:17:24.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58942024-12-18T23:17:26.311Z[ recovery-image] Dec 18 23:17:24.974 INFO O| Dec 18 23:17:24.974 INFO STEP 508 (remove_files) COMPLETE
58952024-12-18T23:17:26.312Z[ recovery-image] Dec 18 23:17:24.974 INFO O| Dec 18 23:17:24.974 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-18T23:17:26.314Z[ host-image] Dec 18 23:17:24.977 INFO O| Dec 18 23:17:24.977 INFO O| Done
58972024-12-18T23:17:26.314Z[ host-image] Dec 18 23:17:24.977 INFO O| Dec 18 23:17:24.977 INFO O| Done
58982024-12-18T23:17:26.337Z[ host-image] Dec 18 23:17:25.000 INFO O| Dec 18 23:17:25.000 INFO O| Done
58992024-12-18T23:17:26.357Z[ recovery-image] Dec 18 23:17:25.020 INFO O| Dec 18 23:17:25.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59002024-12-18T23:17:26.360Z[ recovery-image] Dec 18 23:17:25.021 INFO O| Dec 18 23:17:25.020 INFO STEP 509 (remove_files) COMPLETE
59012024-12-18T23:17:26.360Z[ recovery-image] Dec 18 23:17:25.021 INFO O| Dec 18 23:17:25.021 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-18T23:17:26.393Z[ recovery-image] Dec 18 23:17:25.055 INFO O| Dec 18 23:17:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59032024-12-18T23:17:26.393Z[ recovery-image] Dec 18 23:17:25.055 INFO O| Dec 18 23:17:25.055 INFO STEP 510 (remove_files) COMPLETE
59042024-12-18T23:17:26.393Z[ recovery-image] Dec 18 23:17:25.056 INFO O| Dec 18 23:17:25.055 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-18T23:17:26.439Z[ recovery-image] Dec 18 23:17:25.102 INFO O| Dec 18 23:17:25.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59062024-12-18T23:17:26.439Z[ recovery-image] Dec 18 23:17:25.102 INFO O| Dec 18 23:17:25.102 INFO STEP 511 (remove_files) COMPLETE
59072024-12-18T23:17:26.442Z[ recovery-image] Dec 18 23:17:25.103 INFO O| Dec 18 23:17:25.102 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-18T23:17:26.472Z[ recovery-image] Dec 18 23:17:25.135 INFO O| Dec 18 23:17:25.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59092024-12-18T23:17:26.475Z[ recovery-image] Dec 18 23:17:25.135 INFO O| Dec 18 23:17:25.135 INFO STEP 512 (remove_files) COMPLETE
59102024-12-18T23:17:26.476Z[ recovery-image] Dec 18 23:17:25.136 INFO O| Dec 18 23:17:25.135 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-18T23:17:26.494Z[ recovery-image] Dec 18 23:17:25.157 INFO O| Dec 18 23:17:25.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59122024-12-18T23:17:26.497Z[ recovery-image] Dec 18 23:17:25.158 INFO O| Dec 18 23:17:25.157 INFO STEP 513 (remove_files) COMPLETE
59132024-12-18T23:17:26.497Z[ recovery-image] Dec 18 23:17:25.158 INFO O| Dec 18 23:17:25.158 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-18T23:17:26.527Z[ recovery-image] Dec 18 23:17:25.179 INFO O| Dec 18 23:17:25.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59152024-12-18T23:17:26.527Z[ recovery-image] Dec 18 23:17:25.179 INFO O| Dec 18 23:17:25.179 INFO STEP 514 (remove_files) COMPLETE
59162024-12-18T23:17:26.527Z[ recovery-image] Dec 18 23:17:25.180 INFO O| Dec 18 23:17:25.180 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-18T23:17:26.541Z[ recovery-image] Dec 18 23:17:25.201 INFO O| Dec 18 23:17:25.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59182024-12-18T23:17:26.541Z[ recovery-image] Dec 18 23:17:25.203 INFO O| Dec 18 23:17:25.203 INFO STEP 515 (remove_files) COMPLETE
59192024-12-18T23:17:26.541Z[ recovery-image] Dec 18 23:17:25.203 INFO O| Dec 18 23:17:25.203 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-18T23:17:26.546Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 14 (pkg_install) COMPLETE
59212024-12-18T23:17:26.546Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59222024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "mfg" is not enabled
59232024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59242024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "compliance" is not enabled
59252024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59262024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "stress" is not enabled
59272024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59282024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO skip step because feature "nfs" is not enabled
59292024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
59302024-12-18T23:17:26.549Z[ host-image] Dec 18 23:17:25.209 INFO O| Dec 18 23:17:25.209 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
59312024-12-18T23:17:26.644Z[ host-image] Dec 18 23:17:25.307 INFO O| Dec 18 23:17:25.307 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
59322024-12-18T23:17:26.680Z[ recovery-image] Dec 18 23:17:25.343 INFO O| Dec 18 23:17:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59332024-12-18T23:17:26.682Z[ recovery-image] Dec 18 23:17:25.343 INFO O| Dec 18 23:17:25.343 INFO STEP 516 (remove_files) COMPLETE
59342024-12-18T23:17:26.682Z[ recovery-image] Dec 18 23:17:25.343 INFO O| Dec 18 23:17:25.343 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-18T23:17:26.704Z[ recovery-image] Dec 18 23:17:25.366 INFO O| Dec 18 23:17:25.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59362024-12-18T23:17:26.707Z[ recovery-image] Dec 18 23:17:25.367 INFO O| Dec 18 23:17:25.367 INFO STEP 517 (remove_files) COMPLETE
59372024-12-18T23:17:26.707Z[ recovery-image] Dec 18 23:17:25.367 INFO O| Dec 18 23:17:25.367 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-18T23:17:26.750Z[ recovery-image] Dec 18 23:17:25.413 INFO O| Dec 18 23:17:25.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59392024-12-18T23:17:26.753Z[ recovery-image] Dec 18 23:17:25.413 INFO O| Dec 18 23:17:25.413 INFO STEP 518 (remove_files) COMPLETE
59402024-12-18T23:17:26.753Z[ recovery-image] Dec 18 23:17:25.413 INFO O| Dec 18 23:17:25.413 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-18T23:17:26.774Z[ host-image] Dec 18 23:17:25.436 INFO O| Dec 18 23:17:25.436 INFO completed processing gimlet/ramdisk-01-os
59422024-12-18T23:17:26.777Z[ host-image] Dec 18 23:17:25.439 INFO omicron1 baseline generation...
59432024-12-18T23:17:26.777Z[ host-image] Dec 18 23:17:25.440 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
59442024-12-18T23:17:26.791Z[ recovery-image] Dec 18 23:17:25.454 INFO O| Dec 18 23:17:25.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59452024-12-18T23:17:26.795Z[ recovery-image] Dec 18 23:17:25.455 INFO O| Dec 18 23:17:25.455 INFO STEP 519 (remove_files) COMPLETE
59462024-12-18T23:17:26.795Z[ recovery-image] Dec 18 23:17:25.455 INFO O| Dec 18 23:17:25.455 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-18T23:17:26.814Z[ recovery-image] Dec 18 23:17:25.476 INFO O| Dec 18 23:17:25.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59482024-12-18T23:17:26.816Z[ recovery-image] Dec 18 23:17:25.477 INFO O| Dec 18 23:17:25.476 INFO STEP 520 (remove_files) COMPLETE
59492024-12-18T23:17:26.816Z[ recovery-image] Dec 18 23:17:25.477 INFO O| Dec 18 23:17:25.477 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-18T23:17:26.836Z[ recovery-image] Dec 18 23:17:25.499 INFO O| Dec 18 23:17:25.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59512024-12-18T23:17:26.871Z[ recovery-image] Dec 18 23:17:25.534 INFO O| Dec 18 23:17:25.534 INFO STEP 521 (remove_files) COMPLETE
59522024-12-18T23:17:26.871Z[ recovery-image] Dec 18 23:17:25.534 INFO O| Dec 18 23:17:25.534 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-18T23:17:26.912Z[ recovery-image] Dec 18 23:17:25.575 INFO O| Dec 18 23:17:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59542024-12-18T23:17:26.912Z[ recovery-image] Dec 18 23:17:25.575 INFO O| Dec 18 23:17:25.575 INFO STEP 522 (remove_files) COMPLETE
59552024-12-18T23:17:26.912Z[ recovery-image] Dec 18 23:17:25.575 INFO O| Dec 18 23:17:25.575 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-18T23:17:26.975Z[ recovery-image] Dec 18 23:17:25.638 INFO O| Dec 18 23:17:25.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59572024-12-18T23:17:26.975Z[ recovery-image] Dec 18 23:17:25.638 INFO O| Dec 18 23:17:25.638 INFO STEP 523 (remove_files) COMPLETE
59582024-12-18T23:17:26.975Z[ recovery-image] Dec 18 23:17:25.638 INFO O| Dec 18 23:17:25.638 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-18T23:17:26.997Z[ recovery-image] Dec 18 23:17:25.660 INFO O| Dec 18 23:17:25.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59602024-12-18T23:17:26.997Z[ recovery-image] Dec 18 23:17:25.660 INFO O| Dec 18 23:17:25.660 INFO STEP 524 (remove_files) COMPLETE
59612024-12-18T23:17:26.997Z[ recovery-image] Dec 18 23:17:25.660 INFO O| Dec 18 23:17:25.660 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-18T23:17:27.023Z[ recovery-image] Dec 18 23:17:25.685 INFO O| Dec 18 23:17:25.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59632024-12-18T23:17:27.024Z[ recovery-image] Dec 18 23:17:25.686 INFO O| Dec 18 23:17:25.686 INFO STEP 525 (remove_files) COMPLETE
59642024-12-18T23:17:27.024Z[ recovery-image] Dec 18 23:17:25.686 INFO O| Dec 18 23:17:25.686 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-18T23:17:27.043Z[ recovery-image] Dec 18 23:17:25.706 INFO O| Dec 18 23:17:25.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59662024-12-18T23:17:27.043Z[ recovery-image] Dec 18 23:17:25.706 INFO O| Dec 18 23:17:25.706 INFO STEP 526 (remove_files) COMPLETE
59672024-12-18T23:17:27.043Z[ recovery-image] Dec 18 23:17:25.706 INFO O| Dec 18 23:17:25.706 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-18T23:17:27.094Z[ recovery-image] Dec 18 23:17:25.756 INFO O| Dec 18 23:17:25.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59692024-12-18T23:17:27.094Z[ recovery-image] Dec 18 23:17:25.756 INFO O| Dec 18 23:17:25.756 INFO STEP 527 (remove_files) COMPLETE
59702024-12-18T23:17:27.094Z[ recovery-image] Dec 18 23:17:25.756 INFO O| Dec 18 23:17:25.756 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-18T23:17:27.132Z[ recovery-image] Dec 18 23:17:25.794 INFO O| Dec 18 23:17:25.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59722024-12-18T23:17:27.141Z[ recovery-image] Dec 18 23:17:25.795 INFO O| Dec 18 23:17:25.795 INFO STEP 528 (remove_files) COMPLETE
59732024-12-18T23:17:27.141Z[ recovery-image] Dec 18 23:17:25.795 INFO O| Dec 18 23:17:25.795 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-18T23:17:27.152Z[ recovery-image] Dec 18 23:17:25.815 INFO O| Dec 18 23:17:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59752024-12-18T23:17:27.155Z[ recovery-image] Dec 18 23:17:25.815 INFO O| Dec 18 23:17:25.815 INFO STEP 529 (remove_files) COMPLETE
59762024-12-18T23:17:27.155Z[ recovery-image] Dec 18 23:17:25.816 INFO O| Dec 18 23:17:25.815 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-18T23:17:27.172Z[ recovery-image] Dec 18 23:17:25.835 INFO O| Dec 18 23:17:25.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59782024-12-18T23:17:27.172Z[ recovery-image] Dec 18 23:17:25.835 INFO O| Dec 18 23:17:25.835 INFO STEP 530 (remove_files) COMPLETE
59792024-12-18T23:17:27.175Z[ recovery-image] Dec 18 23:17:25.835 INFO O| Dec 18 23:17:25.835 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-18T23:17:27.204Z[ recovery-image] Dec 18 23:17:25.867 INFO O| Dec 18 23:17:25.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59812024-12-18T23:17:27.204Z[ recovery-image] Dec 18 23:17:25.867 INFO O| Dec 18 23:17:25.867 INFO STEP 531 (remove_files) COMPLETE
59822024-12-18T23:17:27.208Z[ recovery-image] Dec 18 23:17:25.867 INFO O| Dec 18 23:17:25.867 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-18T23:17:27.245Z[ recovery-image] Dec 18 23:17:25.907 INFO O| Dec 18 23:17:25.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59842024-12-18T23:17:27.246Z[ recovery-image] Dec 18 23:17:25.907 INFO O| Dec 18 23:17:25.907 INFO STEP 532 (remove_files) COMPLETE
59852024-12-18T23:17:27.246Z[ recovery-image] Dec 18 23:17:25.907 INFO O| Dec 18 23:17:25.907 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-18T23:17:27.265Z[ recovery-image] Dec 18 23:17:25.927 INFO O| Dec 18 23:17:25.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59872024-12-18T23:17:27.267Z[ recovery-image] Dec 18 23:17:25.928 INFO O| Dec 18 23:17:25.928 INFO STEP 533 (remove_files) COMPLETE
59882024-12-18T23:17:27.267Z[ recovery-image] Dec 18 23:17:25.928 INFO O| Dec 18 23:17:25.928 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-18T23:17:27.285Z[ recovery-image] Dec 18 23:17:25.948 INFO O| Dec 18 23:17:25.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59902024-12-18T23:17:27.285Z[ recovery-image] Dec 18 23:17:25.948 INFO O| Dec 18 23:17:25.948 INFO STEP 534 (remove_files) COMPLETE
59912024-12-18T23:17:27.285Z[ recovery-image] Dec 18 23:17:25.948 INFO O| Dec 18 23:17:25.948 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-18T23:17:27.315Z[ recovery-image] Dec 18 23:17:25.978 INFO O| Dec 18 23:17:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59932024-12-18T23:17:27.315Z[ recovery-image] Dec 18 23:17:25.978 INFO O| Dec 18 23:17:25.978 INFO STEP 535 (remove_files) COMPLETE
59942024-12-18T23:17:27.316Z[ recovery-image] Dec 18 23:17:25.978 INFO O| Dec 18 23:17:25.978 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-18T23:17:27.342Z[ recovery-image] Dec 18 23:17:26.004 INFO O| Dec 18 23:17:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59962024-12-18T23:17:27.345Z[ recovery-image] Dec 18 23:17:26.005 INFO O| Dec 18 23:17:26.005 INFO STEP 536 (remove_files) COMPLETE
59972024-12-18T23:17:27.345Z[ recovery-image] Dec 18 23:17:26.005 INFO O| Dec 18 23:17:26.005 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-18T23:17:27.374Z[ recovery-image] Dec 18 23:17:26.036 INFO O| Dec 18 23:17:26.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59992024-12-18T23:17:27.374Z[ recovery-image] Dec 18 23:17:26.036 INFO O| Dec 18 23:17:26.036 INFO STEP 537 (remove_files) COMPLETE
60002024-12-18T23:17:27.374Z[ recovery-image] Dec 18 23:17:26.036 INFO O| Dec 18 23:17:26.036 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-18T23:17:27.427Z[ recovery-image] Dec 18 23:17:26.089 INFO O| Dec 18 23:17:26.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60022024-12-18T23:17:27.427Z[ recovery-image] Dec 18 23:17:26.089 INFO O| Dec 18 23:17:26.089 INFO STEP 538 (remove_files) COMPLETE
60032024-12-18T23:17:27.429Z[ recovery-image] Dec 18 23:17:26.089 INFO O| Dec 18 23:17:26.089 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-18T23:17:27.448Z[ recovery-image] Dec 18 23:17:26.109 INFO O| Dec 18 23:17:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60052024-12-18T23:17:27.448Z[ recovery-image] Dec 18 23:17:26.109 INFO O| Dec 18 23:17:26.109 INFO STEP 539 (remove_files) COMPLETE
60062024-12-18T23:17:27.448Z[ recovery-image] Dec 18 23:17:26.109 INFO O| Dec 18 23:17:26.109 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-18T23:17:27.534Z[ recovery-image] Dec 18 23:17:26.197 INFO O| Dec 18 23:17:26.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60082024-12-18T23:17:27.559Z[ recovery-image] Dec 18 23:17:26.222 INFO O| Dec 18 23:17:26.222 INFO STEP 540 (remove_files) COMPLETE
60092024-12-18T23:17:27.559Z[ recovery-image] Dec 18 23:17:26.222 INFO O| Dec 18 23:17:26.222 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-18T23:17:27.581Z[ recovery-image] Dec 18 23:17:26.244 INFO O| Dec 18 23:17:26.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60112024-12-18T23:17:27.584Z[ recovery-image] Dec 18 23:17:26.244 INFO O| Dec 18 23:17:26.244 INFO STEP 541 (remove_files) COMPLETE
60122024-12-18T23:17:27.584Z[ recovery-image] Dec 18 23:17:26.244 INFO O| Dec 18 23:17:26.244 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-18T23:17:27.618Z[ recovery-image] Dec 18 23:17:26.281 INFO O| Dec 18 23:17:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60142024-12-18T23:17:27.618Z[ recovery-image] Dec 18 23:17:26.281 INFO O| Dec 18 23:17:26.281 INFO STEP 542 (remove_files) COMPLETE
60152024-12-18T23:17:27.621Z[ recovery-image] Dec 18 23:17:26.281 INFO O| Dec 18 23:17:26.281 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-18T23:17:27.633Z[ host-image] Dec 18 23:17:26.295 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z
60172024-12-18T23:17:27.640Z[ recovery-image] Dec 18 23:17:26.303 INFO O| Dec 18 23:17:26.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60182024-12-18T23:17:27.642Z[ recovery-image] Dec 18 23:17:26.303 INFO O| Dec 18 23:17:26.303 INFO STEP 543 (remove_files) COMPLETE
60192024-12-18T23:17:27.642Z[ recovery-image] Dec 18 23:17:26.303 INFO O| Dec 18 23:17:26.303 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-18T23:17:27.660Z[ recovery-image] Dec 18 23:17:26.323 INFO O| Dec 18 23:17:26.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60212024-12-18T23:17:27.663Z[ recovery-image] Dec 18 23:17:26.323 INFO O| Dec 18 23:17:26.323 INFO STEP 544 (remove_files) COMPLETE
60222024-12-18T23:17:27.663Z[ recovery-image] Dec 18 23:17:26.324 INFO O| Dec 18 23:17:26.323 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-18T23:17:27.680Z[ recovery-image] Dec 18 23:17:26.342 INFO O| Dec 18 23:17:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60242024-12-18T23:17:27.682Z[ recovery-image] Dec 18 23:17:26.343 INFO O| Dec 18 23:17:26.343 INFO STEP 545 (remove_files) COMPLETE
60252024-12-18T23:17:27.682Z[ recovery-image] Dec 18 23:17:26.343 INFO O| Dec 18 23:17:26.343 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-18T23:17:27.701Z[ recovery-image] Dec 18 23:17:26.364 INFO O| Dec 18 23:17:26.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60272024-12-18T23:17:27.703Z[ recovery-image] Dec 18 23:17:26.364 INFO O| Dec 18 23:17:26.364 INFO STEP 546 (remove_files) COMPLETE
60282024-12-18T23:17:27.703Z[ recovery-image] Dec 18 23:17:26.364 INFO O| Dec 18 23:17:26.364 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-18T23:17:27.721Z[ recovery-image] Dec 18 23:17:26.384 INFO O| Dec 18 23:17:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60302024-12-18T23:17:27.721Z[ recovery-image] Dec 18 23:17:26.384 INFO O| Dec 18 23:17:26.384 INFO STEP 547 (remove_files) COMPLETE
60312024-12-18T23:17:27.723Z[ recovery-image] Dec 18 23:17:26.384 INFO O| Dec 18 23:17:26.384 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-18T23:17:27.782Z[ recovery-image] Dec 18 23:17:26.445 INFO O| Dec 18 23:17:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60332024-12-18T23:17:27.784Z[ recovery-image] Dec 18 23:17:26.445 INFO O| Dec 18 23:17:26.445 INFO STEP 548 (remove_files) COMPLETE
60342024-12-18T23:17:27.785Z[ recovery-image] Dec 18 23:17:26.445 INFO O| Dec 18 23:17:26.445 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-18T23:17:27.802Z[ recovery-image] Dec 18 23:17:26.465 INFO O| Dec 18 23:17:26.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60362024-12-18T23:17:27.802Z[ recovery-image] Dec 18 23:17:26.465 INFO O| Dec 18 23:17:26.465 INFO STEP 549 (remove_files) COMPLETE
60372024-12-18T23:17:27.802Z[ recovery-image] Dec 18 23:17:26.465 INFO O| Dec 18 23:17:26.465 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-18T23:17:27.837Z[ recovery-image] Dec 18 23:17:26.499 INFO O| Dec 18 23:17:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60392024-12-18T23:17:27.837Z[ recovery-image] Dec 18 23:17:26.499 INFO O| Dec 18 23:17:26.499 INFO STEP 550 (remove_files) COMPLETE
60402024-12-18T23:17:27.837Z[ recovery-image] Dec 18 23:17:26.499 INFO O| Dec 18 23:17:26.499 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-18T23:17:27.876Z[ recovery-image] Dec 18 23:17:26.539 INFO O| Dec 18 23:17:26.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60422024-12-18T23:17:27.877Z[ recovery-image] Dec 18 23:17:26.539 INFO O| Dec 18 23:17:26.539 INFO STEP 551 (remove_files) COMPLETE
60432024-12-18T23:17:27.877Z[ recovery-image] Dec 18 23:17:26.539 INFO O| Dec 18 23:17:26.539 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-18T23:17:27.913Z[ recovery-image] Dec 18 23:17:26.576 INFO O| Dec 18 23:17:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60452024-12-18T23:17:27.913Z[ recovery-image] Dec 18 23:17:26.576 INFO O| Dec 18 23:17:26.576 INFO STEP 552 (remove_files) COMPLETE
60462024-12-18T23:17:27.913Z[ recovery-image] Dec 18 23:17:26.576 INFO O| Dec 18 23:17:26.576 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-18T23:17:27.933Z[ recovery-image] Dec 18 23:17:26.596 INFO O| Dec 18 23:17:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60482024-12-18T23:17:27.933Z[ recovery-image] Dec 18 23:17:26.596 INFO O| Dec 18 23:17:26.596 INFO STEP 553 (remove_files) COMPLETE
60492024-12-18T23:17:27.933Z[ recovery-image] Dec 18 23:17:26.596 INFO O| Dec 18 23:17:26.596 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-18T23:17:27.953Z[ recovery-image] Dec 18 23:17:26.616 INFO O| Dec 18 23:17:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60512024-12-18T23:17:27.955Z[ recovery-image] Dec 18 23:17:26.616 INFO O| Dec 18 23:17:26.616 INFO STEP 554 (remove_files) COMPLETE
60522024-12-18T23:17:27.955Z[ recovery-image] Dec 18 23:17:26.616 INFO O| Dec 18 23:17:26.616 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-18T23:17:27.972Z[ recovery-image] Dec 18 23:17:26.634 INFO O| Dec 18 23:17:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60542024-12-18T23:17:27.972Z[ recovery-image] Dec 18 23:17:26.635 INFO O| Dec 18 23:17:26.634 INFO STEP 555 (remove_files) COMPLETE
60552024-12-18T23:17:27.974Z[ recovery-image] Dec 18 23:17:26.635 INFO O| Dec 18 23:17:26.634 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-18T23:17:27.991Z[ recovery-image] Dec 18 23:17:26.654 INFO O| Dec 18 23:17:26.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60572024-12-18T23:17:27.991Z[ recovery-image] Dec 18 23:17:26.654 INFO O| Dec 18 23:17:26.654 INFO STEP 556 (remove_files) COMPLETE
60582024-12-18T23:17:27.991Z[ recovery-image] Dec 18 23:17:26.654 INFO O| Dec 18 23:17:26.654 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-18T23:17:28.011Z[ recovery-image] Dec 18 23:17:26.673 INFO O| Dec 18 23:17:26.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60602024-12-18T23:17:28.011Z[ recovery-image] Dec 18 23:17:26.673 INFO O| Dec 18 23:17:26.673 INFO STEP 557 (remove_files) COMPLETE
60612024-12-18T23:17:28.014Z[ recovery-image] Dec 18 23:17:26.673 INFO O| Dec 18 23:17:26.673 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-18T23:17:28.044Z[ recovery-image] Dec 18 23:17:26.706 INFO O| Dec 18 23:17:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60632024-12-18T23:17:28.044Z[ recovery-image] Dec 18 23:17:26.706 INFO O| Dec 18 23:17:26.706 INFO STEP 558 (remove_files) COMPLETE
60642024-12-18T23:17:28.044Z[ recovery-image] Dec 18 23:17:26.706 INFO O| Dec 18 23:17:26.706 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-18T23:17:28.112Z[ recovery-image] Dec 18 23:17:26.775 INFO O| Dec 18 23:17:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60662024-12-18T23:17:28.112Z[ recovery-image] Dec 18 23:17:26.775 INFO O| Dec 18 23:17:26.775 INFO STEP 559 (remove_files) COMPLETE
60672024-12-18T23:17:28.112Z[ recovery-image] Dec 18 23:17:26.775 INFO O| Dec 18 23:17:26.775 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-18T23:17:28.134Z[ recovery-image] Dec 18 23:17:26.796 INFO O| Dec 18 23:17:26.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60692024-12-18T23:17:28.136Z[ recovery-image] Dec 18 23:17:26.796 INFO O| Dec 18 23:17:26.796 INFO STEP 560 (remove_files) COMPLETE
60702024-12-18T23:17:28.136Z[ recovery-image] Dec 18 23:17:26.796 INFO O| Dec 18 23:17:26.796 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-18T23:17:28.154Z[ recovery-image] Dec 18 23:17:26.817 INFO O| Dec 18 23:17:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60722024-12-18T23:17:28.157Z[ recovery-image] Dec 18 23:17:26.817 INFO O| Dec 18 23:17:26.817 INFO STEP 561 (remove_files) COMPLETE
60732024-12-18T23:17:28.157Z[ recovery-image] Dec 18 23:17:26.817 INFO O| Dec 18 23:17:26.817 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-18T23:17:28.250Z[ recovery-image] Dec 18 23:17:26.913 INFO O| Dec 18 23:17:26.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60752024-12-18T23:17:28.250Z[ recovery-image] Dec 18 23:17:26.913 INFO O| Dec 18 23:17:26.913 INFO STEP 562 (remove_files) COMPLETE
60762024-12-18T23:17:28.250Z[ recovery-image] Dec 18 23:17:26.913 INFO O| Dec 18 23:17:26.913 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-18T23:17:28.272Z[ recovery-image] Dec 18 23:17:26.935 INFO O| Dec 18 23:17:26.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60782024-12-18T23:17:28.272Z[ recovery-image] Dec 18 23:17:26.935 INFO O| Dec 18 23:17:26.935 INFO STEP 563 (remove_files) COMPLETE
60792024-12-18T23:17:28.273Z[ recovery-image] Dec 18 23:17:26.935 INFO O| Dec 18 23:17:26.935 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-18T23:17:28.293Z[ recovery-image] Dec 18 23:17:26.956 INFO O| Dec 18 23:17:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60812024-12-18T23:17:28.293Z[ recovery-image] Dec 18 23:17:26.956 INFO O| Dec 18 23:17:26.956 INFO STEP 564 (remove_files) COMPLETE
60822024-12-18T23:17:28.293Z[ recovery-image] Dec 18 23:17:26.956 INFO O| Dec 18 23:17:26.956 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-18T23:17:28.321Z[ recovery-image] Dec 18 23:17:26.984 INFO O| Dec 18 23:17:26.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60842024-12-18T23:17:28.321Z[ recovery-image] Dec 18 23:17:26.984 INFO O| Dec 18 23:17:26.984 INFO STEP 565 (remove_files) COMPLETE
60852024-12-18T23:17:28.321Z[ recovery-image] Dec 18 23:17:26.984 INFO O| Dec 18 23:17:26.984 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-18T23:17:28.356Z[ recovery-image] Dec 18 23:17:27.019 INFO O| Dec 18 23:17:27.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60872024-12-18T23:17:28.356Z[ recovery-image] Dec 18 23:17:27.019 INFO O| Dec 18 23:17:27.019 INFO STEP 566 (remove_files) COMPLETE
60882024-12-18T23:17:28.356Z[ recovery-image] Dec 18 23:17:27.019 INFO O| Dec 18 23:17:27.019 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-18T23:17:28.380Z[ recovery-image] Dec 18 23:17:27.043 INFO O| Dec 18 23:17:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60902024-12-18T23:17:28.383Z[ recovery-image] Dec 18 23:17:27.043 INFO O| Dec 18 23:17:27.043 INFO STEP 567 (remove_files) COMPLETE
60912024-12-18T23:17:28.383Z[ recovery-image] Dec 18 23:17:27.044 INFO O| Dec 18 23:17:27.044 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-18T23:17:28.405Z[ recovery-image] Dec 18 23:17:27.068 INFO O| Dec 18 23:17:27.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60932024-12-18T23:17:28.407Z[ recovery-image] Dec 18 23:17:27.068 INFO O| Dec 18 23:17:27.068 INFO STEP 568 (remove_files) COMPLETE
60942024-12-18T23:17:28.408Z[ recovery-image] Dec 18 23:17:27.068 INFO O| Dec 18 23:17:27.068 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-18T23:17:28.426Z[ recovery-image] Dec 18 23:17:27.089 INFO O| Dec 18 23:17:27.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60962024-12-18T23:17:28.426Z[ recovery-image] Dec 18 23:17:27.089 INFO O| Dec 18 23:17:27.089 INFO STEP 569 (remove_files) COMPLETE
60972024-12-18T23:17:28.429Z[ recovery-image] Dec 18 23:17:27.089 INFO O| Dec 18 23:17:27.089 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-18T23:17:28.451Z[ recovery-image] Dec 18 23:17:27.114 INFO O| Dec 18 23:17:27.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60992024-12-18T23:17:28.454Z[ recovery-image] Dec 18 23:17:27.114 INFO O| Dec 18 23:17:27.114 INFO STEP 570 (remove_files) COMPLETE
61002024-12-18T23:17:28.454Z[ recovery-image] Dec 18 23:17:27.114 INFO O| Dec 18 23:17:27.114 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-18T23:17:28.485Z[ recovery-image] Dec 18 23:17:27.137 INFO O| Dec 18 23:17:27.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61022024-12-18T23:17:28.485Z[ recovery-image] Dec 18 23:17:27.137 INFO O| Dec 18 23:17:27.137 INFO STEP 571 (remove_files) COMPLETE
61032024-12-18T23:17:28.485Z[ recovery-image] Dec 18 23:17:27.137 INFO O| Dec 18 23:17:27.137 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-18T23:17:28.496Z[ recovery-image] Dec 18 23:17:27.159 INFO O| Dec 18 23:17:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61052024-12-18T23:17:28.499Z[ recovery-image] Dec 18 23:17:27.159 INFO O| Dec 18 23:17:27.159 INFO STEP 572 (remove_files) COMPLETE
61062024-12-18T23:17:28.499Z[ recovery-image] Dec 18 23:17:27.159 INFO O| Dec 18 23:17:27.159 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-18T23:17:28.519Z[ recovery-image] Dec 18 23:17:27.181 INFO O| Dec 18 23:17:27.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61082024-12-18T23:17:28.521Z[ recovery-image] Dec 18 23:17:27.182 INFO O| Dec 18 23:17:27.182 INFO STEP 573 (remove_files) COMPLETE
61092024-12-18T23:17:28.521Z[ recovery-image] Dec 18 23:17:27.182 INFO O| Dec 18 23:17:27.182 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-18T23:17:28.558Z[ recovery-image] Dec 18 23:17:27.221 INFO O| Dec 18 23:17:27.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61112024-12-18T23:17:28.561Z[ recovery-image] Dec 18 23:17:27.221 INFO O| Dec 18 23:17:27.221 INFO STEP 574 (remove_files) COMPLETE
61122024-12-18T23:17:28.561Z[ recovery-image] Dec 18 23:17:27.221 INFO O| Dec 18 23:17:27.221 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-18T23:17:28.587Z[ recovery-image] Dec 18 23:17:27.250 INFO O| Dec 18 23:17:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61142024-12-18T23:17:28.587Z[ recovery-image] Dec 18 23:17:27.250 INFO O| Dec 18 23:17:27.250 INFO STEP 575 (remove_files) COMPLETE
61152024-12-18T23:17:28.587Z[ recovery-image] Dec 18 23:17:27.250 INFO O| Dec 18 23:17:27.250 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-18T23:17:28.621Z[ recovery-image] Dec 18 23:17:27.284 INFO O| Dec 18 23:17:27.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61172024-12-18T23:17:28.621Z[ recovery-image] Dec 18 23:17:27.284 INFO O| Dec 18 23:17:27.284 INFO STEP 576 (remove_files) COMPLETE
61182024-12-18T23:17:28.621Z[ recovery-image] Dec 18 23:17:27.284 INFO O| Dec 18 23:17:27.284 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-18T23:17:28.658Z[ recovery-image] Dec 18 23:17:27.320 INFO O| Dec 18 23:17:27.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61202024-12-18T23:17:28.659Z[ recovery-image] Dec 18 23:17:27.320 INFO O| Dec 18 23:17:27.320 INFO STEP 577 (remove_files) COMPLETE
61212024-12-18T23:17:28.659Z[ recovery-image] Dec 18 23:17:27.321 INFO O| Dec 18 23:17:27.320 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-18T23:17:28.692Z[ recovery-image] Dec 18 23:17:27.355 INFO O| Dec 18 23:17:27.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61232024-12-18T23:17:28.693Z[ recovery-image] Dec 18 23:17:27.355 INFO O| Dec 18 23:17:27.355 INFO STEP 578 (remove_files) COMPLETE
61242024-12-18T23:17:28.693Z[ recovery-image] Dec 18 23:17:27.355 INFO O| Dec 18 23:17:27.355 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-18T23:17:28.728Z[ recovery-image] Dec 18 23:17:27.391 INFO O| Dec 18 23:17:27.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61262024-12-18T23:17:28.728Z[ recovery-image] Dec 18 23:17:27.391 INFO O| Dec 18 23:17:27.391 INFO STEP 579 (remove_files) COMPLETE
61272024-12-18T23:17:28.729Z[ recovery-image] Dec 18 23:17:27.391 INFO O| Dec 18 23:17:27.391 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-18T23:17:28.764Z[ recovery-image] Dec 18 23:17:27.426 INFO O| Dec 18 23:17:27.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61292024-12-18T23:17:28.764Z[ recovery-image] Dec 18 23:17:27.426 INFO O| Dec 18 23:17:27.426 INFO STEP 580 (remove_files) COMPLETE
61302024-12-18T23:17:28.764Z[ recovery-image] Dec 18 23:17:27.426 INFO O| Dec 18 23:17:27.426 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-18T23:17:28.802Z[ recovery-image] Dec 18 23:17:27.465 INFO O| Dec 18 23:17:27.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61322024-12-18T23:17:28.802Z[ recovery-image] Dec 18 23:17:27.465 INFO O| Dec 18 23:17:27.465 INFO STEP 581 (remove_files) COMPLETE
61332024-12-18T23:17:28.802Z[ recovery-image] Dec 18 23:17:27.465 INFO O| Dec 18 23:17:27.465 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-18T23:17:28.823Z[ recovery-image] Dec 18 23:17:27.486 INFO O| Dec 18 23:17:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61352024-12-18T23:17:28.823Z[ recovery-image] Dec 18 23:17:27.486 INFO O| Dec 18 23:17:27.486 INFO STEP 582 (remove_files) COMPLETE
61362024-12-18T23:17:28.823Z[ recovery-image] Dec 18 23:17:27.486 INFO O| Dec 18 23:17:27.486 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-18T23:17:28.856Z[ recovery-image] Dec 18 23:17:27.518 INFO O| Dec 18 23:17:27.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61382024-12-18T23:17:28.859Z[ recovery-image] Dec 18 23:17:27.518 INFO O| Dec 18 23:17:27.518 INFO STEP 583 (remove_files) COMPLETE
61392024-12-18T23:17:28.859Z[ recovery-image] Dec 18 23:17:27.518 INFO O| Dec 18 23:17:27.518 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-18T23:17:28.877Z[ recovery-image] Dec 18 23:17:27.539 INFO O| Dec 18 23:17:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61412024-12-18T23:17:28.879Z[ recovery-image] Dec 18 23:17:27.540 INFO O| Dec 18 23:17:27.539 INFO STEP 584 (remove_files) COMPLETE
61422024-12-18T23:17:28.879Z[ recovery-image] Dec 18 23:17:27.540 INFO O| Dec 18 23:17:27.540 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-18T23:17:28.897Z[ recovery-image] Dec 18 23:17:27.559 INFO O| Dec 18 23:17:27.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61442024-12-18T23:17:28.897Z[ recovery-image] Dec 18 23:17:27.559 INFO O| Dec 18 23:17:27.559 INFO STEP 585 (remove_files) COMPLETE
61452024-12-18T23:17:28.899Z[ recovery-image] Dec 18 23:17:27.559 INFO O| Dec 18 23:17:27.559 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-18T23:17:28.916Z[ recovery-image] Dec 18 23:17:27.579 INFO O| Dec 18 23:17:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61472024-12-18T23:17:28.916Z[ recovery-image] Dec 18 23:17:27.579 INFO O| Dec 18 23:17:27.579 INFO STEP 586 (remove_files) COMPLETE
61482024-12-18T23:17:28.920Z[ recovery-image] Dec 18 23:17:27.579 INFO O| Dec 18 23:17:27.579 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-18T23:17:28.936Z[ recovery-image] Dec 18 23:17:27.599 INFO O| Dec 18 23:17:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61502024-12-18T23:17:28.936Z[ recovery-image] Dec 18 23:17:27.599 INFO O| Dec 18 23:17:27.599 INFO STEP 587 (remove_files) COMPLETE
61512024-12-18T23:17:28.939Z[ recovery-image] Dec 18 23:17:27.599 INFO O| Dec 18 23:17:27.599 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-18T23:17:28.957Z[ recovery-image] Dec 18 23:17:27.619 INFO O| Dec 18 23:17:27.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61532024-12-18T23:17:28.957Z[ recovery-image] Dec 18 23:17:27.619 INFO O| Dec 18 23:17:27.619 INFO STEP 588 (remove_files) COMPLETE
61542024-12-18T23:17:28.957Z[ recovery-image] Dec 18 23:17:27.619 INFO O| Dec 18 23:17:27.619 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-18T23:17:28.982Z[ recovery-image] Dec 18 23:17:27.645 INFO O| Dec 18 23:17:27.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61562024-12-18T23:17:28.982Z[ recovery-image] Dec 18 23:17:27.645 INFO O| Dec 18 23:17:27.645 INFO STEP 589 (remove_files) COMPLETE
61572024-12-18T23:17:28.982Z[ recovery-image] Dec 18 23:17:27.645 INFO O| Dec 18 23:17:27.645 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-18T23:17:29.011Z[ recovery-image] Dec 18 23:17:27.674 INFO O| Dec 18 23:17:27.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61592024-12-18T23:17:29.014Z[ recovery-image] Dec 18 23:17:27.674 INFO O| Dec 18 23:17:27.674 INFO STEP 590 (remove_files) COMPLETE
61602024-12-18T23:17:29.014Z[ recovery-image] Dec 18 23:17:27.674 INFO O| Dec 18 23:17:27.674 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-18T23:17:29.035Z[ recovery-image] Dec 18 23:17:27.697 INFO O| Dec 18 23:17:27.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61622024-12-18T23:17:29.035Z[ recovery-image] Dec 18 23:17:27.697 INFO O| Dec 18 23:17:27.697 INFO STEP 591 (remove_files) COMPLETE
61632024-12-18T23:17:29.038Z[ recovery-image] Dec 18 23:17:27.697 INFO O| Dec 18 23:17:27.697 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-18T23:17:29.076Z[ recovery-image] Dec 18 23:17:27.739 INFO O| Dec 18 23:17:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61652024-12-18T23:17:29.077Z[ recovery-image] Dec 18 23:17:27.739 INFO O| Dec 18 23:17:27.739 INFO STEP 592 (remove_files) COMPLETE
61662024-12-18T23:17:29.077Z[ recovery-image] Dec 18 23:17:27.739 INFO O| Dec 18 23:17:27.739 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-18T23:17:29.099Z[ recovery-image] Dec 18 23:17:27.762 INFO O| Dec 18 23:17:27.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61682024-12-18T23:17:29.102Z[ recovery-image] Dec 18 23:17:27.762 INFO O| Dec 18 23:17:27.762 INFO STEP 593 (remove_files) COMPLETE
61692024-12-18T23:17:29.102Z[ recovery-image] Dec 18 23:17:27.762 INFO O| Dec 18 23:17:27.762 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-18T23:17:29.122Z[ recovery-image] Dec 18 23:17:27.785 INFO O| Dec 18 23:17:27.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61712024-12-18T23:17:29.122Z[ recovery-image] Dec 18 23:17:27.785 INFO O| Dec 18 23:17:27.785 INFO STEP 594 (remove_files) COMPLETE
61722024-12-18T23:17:29.125Z[ recovery-image] Dec 18 23:17:27.785 INFO O| Dec 18 23:17:27.785 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-18T23:17:29.145Z[ recovery-image] Dec 18 23:17:27.808 INFO O| Dec 18 23:17:27.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61742024-12-18T23:17:29.145Z[ recovery-image] Dec 18 23:17:27.808 INFO O| Dec 18 23:17:27.808 INFO STEP 595 (remove_files) COMPLETE
61752024-12-18T23:17:29.148Z[ recovery-image] Dec 18 23:17:27.808 INFO O| Dec 18 23:17:27.808 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-12-18T23:17:29.185Z[ recovery-image] Dec 18 23:17:27.848 INFO O| Dec 18 23:17:27.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61772024-12-18T23:17:29.188Z[ recovery-image] Dec 18 23:17:27.848 INFO O| Dec 18 23:17:27.848 INFO STEP 596 (remove_files) COMPLETE
61782024-12-18T23:17:29.188Z[ recovery-image] Dec 18 23:17:27.849 INFO O| Dec 18 23:17:27.848 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-12-18T23:17:29.214Z[ recovery-image] Dec 18 23:17:27.876 INFO O| Dec 18 23:17:27.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61802024-12-18T23:17:29.214Z[ recovery-image] Dec 18 23:17:27.876 INFO O| Dec 18 23:17:27.876 INFO STEP 597 (remove_files) COMPLETE
61812024-12-18T23:17:29.217Z[ recovery-image] Dec 18 23:17:27.877 INFO O| Dec 18 23:17:27.876 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-12-18T23:17:29.282Z[ recovery-image] Dec 18 23:17:27.944 INFO O| Dec 18 23:17:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61832024-12-18T23:17:29.282Z[ recovery-image] Dec 18 23:17:27.944 INFO O| Dec 18 23:17:27.944 INFO STEP 598 (remove_files) COMPLETE
61842024-12-18T23:17:29.284Z[ recovery-image] Dec 18 23:17:27.945 INFO O| Dec 18 23:17:27.944 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-12-18T23:17:29.304Z[ recovery-image] Dec 18 23:17:27.966 INFO O| Dec 18 23:17:27.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61862024-12-18T23:17:29.304Z[ recovery-image] Dec 18 23:17:27.966 INFO O| Dec 18 23:17:27.966 INFO STEP 599 (remove_files) COMPLETE
61872024-12-18T23:17:29.304Z[ recovery-image] Dec 18 23:17:27.966 INFO O| Dec 18 23:17:27.966 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-12-18T23:17:29.323Z[ recovery-image] Dec 18 23:17:27.986 INFO O| Dec 18 23:17:27.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61892024-12-18T23:17:29.323Z[ recovery-image] Dec 18 23:17:27.986 INFO O| Dec 18 23:17:27.986 INFO STEP 600 (remove_files) COMPLETE
61902024-12-18T23:17:29.323Z[ recovery-image] Dec 18 23:17:27.986 INFO O| Dec 18 23:17:27.986 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-12-18T23:17:29.381Z[ recovery-image] Dec 18 23:17:28.043 INFO O| Dec 18 23:17:28.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61922024-12-18T23:17:29.381Z[ recovery-image] Dec 18 23:17:28.044 INFO O| Dec 18 23:17:28.044 INFO STEP 601 (remove_files) COMPLETE
61932024-12-18T23:17:29.381Z[ recovery-image] Dec 18 23:17:28.044 INFO O| Dec 18 23:17:28.044 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-12-18T23:17:29.418Z[ recovery-image] Dec 18 23:17:28.080 INFO O| Dec 18 23:17:28.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61952024-12-18T23:17:29.418Z[ recovery-image] Dec 18 23:17:28.080 INFO O| Dec 18 23:17:28.080 INFO STEP 602 (remove_files) COMPLETE
61962024-12-18T23:17:29.420Z[ recovery-image] Dec 18 23:17:28.080 INFO O| Dec 18 23:17:28.080 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-12-18T23:17:29.479Z[ recovery-image] Dec 18 23:17:28.140 INFO O| Dec 18 23:17:28.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61982024-12-18T23:17:29.479Z[ recovery-image] Dec 18 23:17:28.141 INFO O| Dec 18 23:17:28.141 INFO STEP 603 (remove_files) COMPLETE
61992024-12-18T23:17:29.479Z[ recovery-image] Dec 18 23:17:28.141 INFO O| Dec 18 23:17:28.141 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-12-18T23:17:29.525Z[ recovery-image] Dec 18 23:17:28.180 INFO O| Dec 18 23:17:28.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62012024-12-18T23:17:29.525Z[ recovery-image] Dec 18 23:17:28.180 INFO O| Dec 18 23:17:28.180 INFO STEP 604 (remove_files) COMPLETE
62022024-12-18T23:17:29.526Z[ recovery-image] Dec 18 23:17:28.180 INFO O| Dec 18 23:17:28.180 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-18T23:17:29.544Z[ recovery-image] Dec 18 23:17:28.203 INFO O| Dec 18 23:17:28.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62042024-12-18T23:17:29.544Z[ recovery-image] Dec 18 23:17:28.203 INFO O| Dec 18 23:17:28.203 INFO STEP 605 (remove_files) COMPLETE
62052024-12-18T23:17:29.544Z[ recovery-image] Dec 18 23:17:28.203 INFO O| Dec 18 23:17:28.203 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-18T23:17:29.561Z[ recovery-image] Dec 18 23:17:28.224 INFO O| Dec 18 23:17:28.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62072024-12-18T23:17:29.561Z[ recovery-image] Dec 18 23:17:28.224 INFO O| Dec 18 23:17:28.224 INFO STEP 606 (remove_files) COMPLETE
62082024-12-18T23:17:29.561Z[ recovery-image] Dec 18 23:17:28.224 INFO O| Dec 18 23:17:28.224 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-18T23:17:29.582Z[ recovery-image] Dec 18 23:17:28.244 INFO O| Dec 18 23:17:28.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62102024-12-18T23:17:29.582Z[ recovery-image] Dec 18 23:17:28.244 INFO O| Dec 18 23:17:28.244 INFO STEP 607 (remove_files) COMPLETE
62112024-12-18T23:17:29.582Z[ recovery-image] Dec 18 23:17:28.244 INFO O| Dec 18 23:17:28.244 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-12-18T23:17:29.605Z[ recovery-image] Dec 18 23:17:28.268 INFO O| Dec 18 23:17:28.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62132024-12-18T23:17:29.608Z[ recovery-image] Dec 18 23:17:28.268 INFO O| Dec 18 23:17:28.268 INFO STEP 608 (remove_files) COMPLETE
62142024-12-18T23:17:29.608Z[ recovery-image] Dec 18 23:17:28.269 INFO O| Dec 18 23:17:28.268 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-18T23:17:29.639Z[ recovery-image] Dec 18 23:17:28.301 INFO O| Dec 18 23:17:28.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62162024-12-18T23:17:29.641Z[ recovery-image] Dec 18 23:17:28.301 INFO O| Dec 18 23:17:28.301 INFO STEP 609 (remove_files) COMPLETE
62172024-12-18T23:17:29.641Z[ recovery-image] Dec 18 23:17:28.301 INFO O| Dec 18 23:17:28.301 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-18T23:17:29.659Z[ recovery-image] Dec 18 23:17:28.322 INFO O| Dec 18 23:17:28.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62192024-12-18T23:17:29.659Z[ recovery-image] Dec 18 23:17:28.322 INFO O| Dec 18 23:17:28.322 INFO STEP 610 (remove_files) COMPLETE
62202024-12-18T23:17:29.659Z[ recovery-image] Dec 18 23:17:28.322 INFO O| Dec 18 23:17:28.322 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-18T23:17:29.700Z[ recovery-image] Dec 18 23:17:28.363 INFO O| Dec 18 23:17:28.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62222024-12-18T23:17:29.700Z[ recovery-image] Dec 18 23:17:28.363 INFO O| Dec 18 23:17:28.363 INFO STEP 611 (remove_files) COMPLETE
62232024-12-18T23:17:29.700Z[ recovery-image] Dec 18 23:17:28.363 INFO O| Dec 18 23:17:28.363 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-12-18T23:17:29.723Z[ recovery-image] Dec 18 23:17:28.385 INFO O| Dec 18 23:17:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62252024-12-18T23:17:29.723Z[ recovery-image] Dec 18 23:17:28.385 INFO O| Dec 18 23:17:28.385 INFO STEP 612 (remove_files) COMPLETE
62262024-12-18T23:17:29.723Z[ recovery-image] Dec 18 23:17:28.385 INFO O| Dec 18 23:17:28.385 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-12-18T23:17:29.743Z[ recovery-image] Dec 18 23:17:28.406 INFO O| Dec 18 23:17:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62282024-12-18T23:17:29.743Z[ recovery-image] Dec 18 23:17:28.406 INFO O| Dec 18 23:17:28.406 INFO STEP 613 (remove_files) COMPLETE
62292024-12-18T23:17:29.743Z[ recovery-image] Dec 18 23:17:28.406 INFO O| Dec 18 23:17:28.406 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-12-18T23:17:29.763Z[ recovery-image] Dec 18 23:17:28.426 INFO O| Dec 18 23:17:28.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62312024-12-18T23:17:29.763Z[ recovery-image] Dec 18 23:17:28.426 INFO O| Dec 18 23:17:28.426 INFO STEP 614 (remove_files) COMPLETE
62322024-12-18T23:17:29.763Z[ recovery-image] Dec 18 23:17:28.426 INFO O| Dec 18 23:17:28.426 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-18T23:17:29.802Z[ recovery-image] Dec 18 23:17:28.465 INFO O| Dec 18 23:17:28.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62342024-12-18T23:17:29.805Z[ recovery-image] Dec 18 23:17:28.465 INFO O| Dec 18 23:17:28.465 INFO STEP 615 (remove_files) COMPLETE
62352024-12-18T23:17:29.805Z[ recovery-image] Dec 18 23:17:28.465 INFO O| Dec 18 23:17:28.465 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-18T23:17:29.870Z[ recovery-image] Dec 18 23:17:28.532 INFO O| Dec 18 23:17:28.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62372024-12-18T23:17:29.870Z[ recovery-image] Dec 18 23:17:28.532 INFO O| Dec 18 23:17:28.532 INFO STEP 616 (remove_files) COMPLETE
62382024-12-18T23:17:29.870Z[ recovery-image] Dec 18 23:17:28.532 INFO O| Dec 18 23:17:28.532 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-18T23:17:29.958Z[ recovery-image] Dec 18 23:17:28.612 INFO O| Dec 18 23:17:28.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62402024-12-18T23:17:29.958Z[ recovery-image] Dec 18 23:17:28.613 INFO O| Dec 18 23:17:28.613 INFO STEP 617 (remove_files) COMPLETE
62412024-12-18T23:17:29.958Z[ recovery-image] Dec 18 23:17:28.613 INFO O| Dec 18 23:17:28.613 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-18T23:17:29.972Z[ recovery-image] Dec 18 23:17:28.634 INFO O| Dec 18 23:17:28.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62432024-12-18T23:17:29.972Z[ recovery-image] Dec 18 23:17:28.634 INFO O| Dec 18 23:17:28.634 INFO STEP 618 (remove_files) COMPLETE
62442024-12-18T23:17:29.972Z[ recovery-image] Dec 18 23:17:28.634 INFO O| Dec 18 23:17:28.634 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-18T23:17:29.991Z[ recovery-image] Dec 18 23:17:28.653 INFO O| Dec 18 23:17:28.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62462024-12-18T23:17:29.991Z[ recovery-image] Dec 18 23:17:28.653 INFO O| Dec 18 23:17:28.653 INFO STEP 619 (remove_files) COMPLETE
62472024-12-18T23:17:29.992Z[ recovery-image] Dec 18 23:17:28.653 INFO O| Dec 18 23:17:28.653 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-18T23:17:30.017Z[ recovery-image] Dec 18 23:17:28.677 INFO O| Dec 18 23:17:28.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62492024-12-18T23:17:30.017Z[ recovery-image] Dec 18 23:17:28.677 INFO O| Dec 18 23:17:28.677 INFO STEP 620 (remove_files) COMPLETE
62502024-12-18T23:17:30.023Z[ recovery-image] Dec 18 23:17:28.677 INFO O| Dec 18 23:17:28.677 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-18T23:17:30.054Z[ recovery-image] Dec 18 23:17:28.717 INFO O| Dec 18 23:17:28.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62522024-12-18T23:17:30.054Z[ recovery-image] Dec 18 23:17:28.717 INFO O| Dec 18 23:17:28.717 INFO STEP 621 (remove_files) COMPLETE
62532024-12-18T23:17:30.054Z[ recovery-image] Dec 18 23:17:28.717 INFO O| Dec 18 23:17:28.717 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-18T23:17:30.082Z[ recovery-image] Dec 18 23:17:28.745 INFO O| Dec 18 23:17:28.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62552024-12-18T23:17:30.082Z[ recovery-image] Dec 18 23:17:28.745 INFO O| Dec 18 23:17:28.745 INFO STEP 622 (remove_files) COMPLETE
62562024-12-18T23:17:30.085Z[ recovery-image] Dec 18 23:17:28.745 INFO O| Dec 18 23:17:28.745 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-18T23:17:30.117Z[ recovery-image] Dec 18 23:17:28.780 INFO O| Dec 18 23:17:28.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62582024-12-18T23:17:30.118Z[ recovery-image] Dec 18 23:17:28.780 INFO O| Dec 18 23:17:28.780 INFO STEP 623 (remove_files) COMPLETE
62592024-12-18T23:17:30.118Z[ recovery-image] Dec 18 23:17:28.780 INFO O| Dec 18 23:17:28.780 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-18T23:17:30.162Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62612024-12-18T23:17:30.182Z[ recovery-image] Dec 18 23:17:28.834 INFO O| Dec 18 23:17:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62622024-12-18T23:17:30.185Z[ recovery-image] Dec 18 23:17:28.835 INFO O| Dec 18 23:17:28.835 INFO STEP 624 (remove_files) COMPLETE
62632024-12-18T23:17:30.185Z[ recovery-image] Dec 18 23:17:28.835 INFO O| Dec 18 23:17:28.835 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-18T23:17:30.193Z[ recovery-image] Dec 18 23:17:28.856 INFO O| Dec 18 23:17:28.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62652024-12-18T23:17:30.193Z[ recovery-image] Dec 18 23:17:28.856 INFO O| Dec 18 23:17:28.856 INFO STEP 625 (remove_files) COMPLETE
62662024-12-18T23:17:30.195Z[ recovery-image] Dec 18 23:17:28.856 INFO O| Dec 18 23:17:28.856 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-18T23:17:30.232Z[ recovery-image] Dec 18 23:17:28.895 INFO O| Dec 18 23:17:28.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62682024-12-18T23:17:30.232Z[ recovery-image] Dec 18 23:17:28.895 INFO O| Dec 18 23:17:28.895 INFO STEP 626 (remove_files) COMPLETE
62692024-12-18T23:17:30.235Z[ recovery-image] Dec 18 23:17:28.895 INFO O| Dec 18 23:17:28.895 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-18T23:17:30.251Z[ recovery-image] Dec 18 23:17:28.914 INFO O| Dec 18 23:17:28.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62712024-12-18T23:17:30.252Z[ recovery-image] Dec 18 23:17:28.914 INFO O| Dec 18 23:17:28.914 INFO STEP 627 (remove_files) COMPLETE
62722024-12-18T23:17:30.252Z[ recovery-image] Dec 18 23:17:28.914 INFO O| Dec 18 23:17:28.914 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-18T23:17:30.269Z[ recovery-image] Dec 18 23:17:28.931 INFO O| Dec 18 23:17:28.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62742024-12-18T23:17:30.269Z[ recovery-image] Dec 18 23:17:28.932 INFO O| Dec 18 23:17:28.931 INFO STEP 628 (remove_files) COMPLETE
62752024-12-18T23:17:30.269Z[ recovery-image] Dec 18 23:17:28.932 INFO O| Dec 18 23:17:28.931 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-18T23:17:30.288Z[ recovery-image] Dec 18 23:17:28.950 INFO O| Dec 18 23:17:28.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62772024-12-18T23:17:30.288Z[ recovery-image] Dec 18 23:17:28.950 INFO O| Dec 18 23:17:28.950 INFO STEP 629 (remove_files) COMPLETE
62782024-12-18T23:17:30.290Z[ recovery-image] Dec 18 23:17:28.950 INFO O| Dec 18 23:17:28.950 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-18T23:17:30.306Z[ recovery-image] Dec 18 23:17:28.969 INFO O| Dec 18 23:17:28.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62802024-12-18T23:17:30.309Z[ recovery-image] Dec 18 23:17:28.969 INFO O| Dec 18 23:17:28.969 INFO STEP 630 (remove_files) COMPLETE
62812024-12-18T23:17:30.309Z[ recovery-image] Dec 18 23:17:28.969 INFO O| Dec 18 23:17:28.969 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-18T23:17:30.347Z[ recovery-image] Dec 18 23:17:29.010 INFO O| Dec 18 23:17:29.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62832024-12-18T23:17:30.347Z[ recovery-image] Dec 18 23:17:29.010 INFO O| Dec 18 23:17:29.010 INFO STEP 631 (remove_files) COMPLETE
62842024-12-18T23:17:30.350Z[ recovery-image] Dec 18 23:17:29.010 INFO O| Dec 18 23:17:29.010 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-18T23:17:30.416Z[ recovery-image] Dec 18 23:17:29.078 INFO O| Dec 18 23:17:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62862024-12-18T23:17:30.416Z[ recovery-image] Dec 18 23:17:29.078 INFO O| Dec 18 23:17:29.078 INFO STEP 632 (remove_files) COMPLETE
62872024-12-18T23:17:30.416Z[ recovery-image] Dec 18 23:17:29.078 INFO O| Dec 18 23:17:29.078 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-18T23:17:30.437Z[ recovery-image] Dec 18 23:17:29.099 INFO O| Dec 18 23:17:29.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62892024-12-18T23:17:30.437Z[ recovery-image] Dec 18 23:17:29.099 INFO O| Dec 18 23:17:29.099 INFO STEP 633 (remove_files) COMPLETE
62902024-12-18T23:17:30.437Z[ recovery-image] Dec 18 23:17:29.099 INFO O| Dec 18 23:17:29.099 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-18T23:17:30.456Z[ recovery-image] Dec 18 23:17:29.118 INFO O| Dec 18 23:17:29.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62922024-12-18T23:17:30.456Z[ recovery-image] Dec 18 23:17:29.118 INFO O| Dec 18 23:17:29.118 INFO STEP 634 (remove_files) COMPLETE
62932024-12-18T23:17:30.456Z[ recovery-image] Dec 18 23:17:29.119 INFO O| Dec 18 23:17:29.118 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-18T23:17:30.477Z[ recovery-image] Dec 18 23:17:29.139 INFO O| Dec 18 23:17:29.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62952024-12-18T23:17:30.477Z[ recovery-image] Dec 18 23:17:29.139 INFO O| Dec 18 23:17:29.139 INFO STEP 635 (remove_files) COMPLETE
62962024-12-18T23:17:30.477Z[ recovery-image] Dec 18 23:17:29.139 INFO O| Dec 18 23:17:29.139 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-18T23:17:30.498Z[ recovery-image] Dec 18 23:17:29.161 INFO O| Dec 18 23:17:29.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62982024-12-18T23:17:30.498Z[ recovery-image] Dec 18 23:17:29.161 INFO O| Dec 18 23:17:29.161 INFO STEP 636 (remove_files) COMPLETE
62992024-12-18T23:17:30.498Z[ recovery-image] Dec 18 23:17:29.161 INFO O| Dec 18 23:17:29.161 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-18T23:17:30.518Z[ recovery-image] Dec 18 23:17:29.180 INFO O| Dec 18 23:17:29.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63012024-12-18T23:17:30.518Z[ recovery-image] Dec 18 23:17:29.180 INFO O| Dec 18 23:17:29.180 INFO STEP 637 (remove_files) COMPLETE
63022024-12-18T23:17:30.518Z[ recovery-image] Dec 18 23:17:29.180 INFO O| Dec 18 23:17:29.180 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-18T23:17:30.560Z[ recovery-image] Dec 18 23:17:29.222 INFO O| Dec 18 23:17:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63042024-12-18T23:17:30.560Z[ recovery-image] Dec 18 23:17:29.222 INFO O| Dec 18 23:17:29.222 INFO STEP 638 (remove_files) COMPLETE
63052024-12-18T23:17:30.560Z[ recovery-image] Dec 18 23:17:29.222 INFO O| Dec 18 23:17:29.222 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-18T23:17:30.632Z[ recovery-image] Dec 18 23:17:29.295 INFO O| Dec 18 23:17:29.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63072024-12-18T23:17:30.632Z[ recovery-image] Dec 18 23:17:29.295 INFO O| Dec 18 23:17:29.295 INFO STEP 639 (remove_files) COMPLETE
63082024-12-18T23:17:30.634Z[ recovery-image] Dec 18 23:17:29.295 INFO O| Dec 18 23:17:29.295 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-18T23:17:30.654Z[ recovery-image] Dec 18 23:17:29.317 INFO O| Dec 18 23:17:29.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63102024-12-18T23:17:30.654Z[ recovery-image] Dec 18 23:17:29.317 INFO O| Dec 18 23:17:29.317 INFO STEP 640 (remove_files) COMPLETE
63112024-12-18T23:17:30.657Z[ recovery-image] Dec 18 23:17:29.317 INFO O| Dec 18 23:17:29.317 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-18T23:17:30.678Z[ recovery-image] Dec 18 23:17:29.340 INFO O| Dec 18 23:17:29.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63132024-12-18T23:17:30.678Z[ recovery-image] Dec 18 23:17:29.340 INFO O| Dec 18 23:17:29.340 INFO STEP 641 (remove_files) COMPLETE
63142024-12-18T23:17:30.678Z[ recovery-image] Dec 18 23:17:29.340 INFO O| Dec 18 23:17:29.340 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-18T23:17:30.740Z[ recovery-image] Dec 18 23:17:29.402 INFO O| Dec 18 23:17:29.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63162024-12-18T23:17:30.740Z[ recovery-image] Dec 18 23:17:29.403 INFO O| Dec 18 23:17:29.402 INFO STEP 642 (remove_files) COMPLETE
63172024-12-18T23:17:30.740Z[ recovery-image] Dec 18 23:17:29.403 INFO O| Dec 18 23:17:29.402 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-18T23:17:30.760Z[ recovery-image] Dec 18 23:17:29.423 INFO O| Dec 18 23:17:29.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63192024-12-18T23:17:30.760Z[ recovery-image] Dec 18 23:17:29.423 INFO O| Dec 18 23:17:29.423 INFO STEP 643 (remove_files) COMPLETE
63202024-12-18T23:17:30.763Z[ recovery-image] Dec 18 23:17:29.423 INFO O| Dec 18 23:17:29.423 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-18T23:17:30.791Z[ recovery-image] Dec 18 23:17:29.453 INFO O| Dec 18 23:17:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63222024-12-18T23:17:30.792Z[ recovery-image] Dec 18 23:17:29.453 INFO O| Dec 18 23:17:29.453 INFO STEP 644 (remove_files) COMPLETE
63232024-12-18T23:17:30.792Z[ recovery-image] Dec 18 23:17:29.453 INFO O| Dec 18 23:17:29.453 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-18T23:17:30.813Z[ recovery-image] Dec 18 23:17:29.476 INFO O| Dec 18 23:17:29.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63252024-12-18T23:17:30.813Z[ recovery-image] Dec 18 23:17:29.476 INFO O| Dec 18 23:17:29.476 INFO STEP 645 (remove_files) COMPLETE
63262024-12-18T23:17:30.816Z[ recovery-image] Dec 18 23:17:29.476 INFO O| Dec 18 23:17:29.476 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-18T23:17:30.833Z[ recovery-image] Dec 18 23:17:29.496 INFO O| Dec 18 23:17:29.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63282024-12-18T23:17:30.833Z[ recovery-image] Dec 18 23:17:29.496 INFO O| Dec 18 23:17:29.496 INFO STEP 646 (remove_files) COMPLETE
63292024-12-18T23:17:30.833Z[ recovery-image] Dec 18 23:17:29.496 INFO O| Dec 18 23:17:29.496 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-18T23:17:30.853Z[ recovery-image] Dec 18 23:17:29.515 INFO O| Dec 18 23:17:29.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63312024-12-18T23:17:30.853Z[ recovery-image] Dec 18 23:17:29.515 INFO O| Dec 18 23:17:29.515 INFO STEP 647 (remove_files) COMPLETE
63322024-12-18T23:17:30.853Z[ recovery-image] Dec 18 23:17:29.515 INFO O| Dec 18 23:17:29.515 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-18T23:17:30.873Z[ recovery-image] Dec 18 23:17:29.535 INFO O| Dec 18 23:17:29.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63342024-12-18T23:17:30.873Z[ recovery-image] Dec 18 23:17:29.535 INFO O| Dec 18 23:17:29.535 INFO STEP 648 (remove_files) COMPLETE
63352024-12-18T23:17:30.876Z[ recovery-image] Dec 18 23:17:29.535 INFO O| Dec 18 23:17:29.535 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-18T23:17:30.893Z[ recovery-image] Dec 18 23:17:29.555 INFO O| Dec 18 23:17:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63372024-12-18T23:17:30.894Z[ recovery-image] Dec 18 23:17:29.555 INFO O| Dec 18 23:17:29.555 INFO STEP 649 (remove_files) COMPLETE
63382024-12-18T23:17:30.894Z[ recovery-image] Dec 18 23:17:29.555 INFO O| Dec 18 23:17:29.555 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-18T23:17:30.911Z[ recovery-image] Dec 18 23:17:29.573 INFO O| Dec 18 23:17:29.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63402024-12-18T23:17:30.911Z[ recovery-image] Dec 18 23:17:29.573 INFO O| Dec 18 23:17:29.573 INFO STEP 650 (remove_files) COMPLETE
63412024-12-18T23:17:30.911Z[ recovery-image] Dec 18 23:17:29.573 INFO O| Dec 18 23:17:29.573 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-18T23:17:30.930Z[ recovery-image] Dec 18 23:17:29.592 INFO O| Dec 18 23:17:29.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63432024-12-18T23:17:30.931Z[ recovery-image] Dec 18 23:17:29.592 INFO O| Dec 18 23:17:29.592 INFO STEP 651 (remove_files) COMPLETE
63442024-12-18T23:17:30.934Z[ recovery-image] Dec 18 23:17:29.592 INFO O| Dec 18 23:17:29.592 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-18T23:17:30.952Z[ recovery-image] Dec 18 23:17:29.614 INFO O| Dec 18 23:17:29.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63462024-12-18T23:17:30.954Z[ recovery-image] Dec 18 23:17:29.614 INFO O| Dec 18 23:17:29.614 INFO STEP 652 (remove_files) COMPLETE
63472024-12-18T23:17:30.954Z[ recovery-image] Dec 18 23:17:29.614 INFO O| Dec 18 23:17:29.614 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-18T23:17:30.972Z[ recovery-image] Dec 18 23:17:29.635 INFO O| Dec 18 23:17:29.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63492024-12-18T23:17:30.975Z[ recovery-image] Dec 18 23:17:29.635 INFO O| Dec 18 23:17:29.635 INFO STEP 653 (remove_files) COMPLETE
63502024-12-18T23:17:30.975Z[ recovery-image] Dec 18 23:17:29.635 INFO O| Dec 18 23:17:29.635 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-18T23:17:31.013Z[ recovery-image] Dec 18 23:17:29.675 INFO O| Dec 18 23:17:29.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63522024-12-18T23:17:31.013Z[ recovery-image] Dec 18 23:17:29.676 INFO O| Dec 18 23:17:29.675 INFO STEP 654 (remove_files) COMPLETE
63532024-12-18T23:17:31.016Z[ recovery-image] Dec 18 23:17:29.676 INFO O| Dec 18 23:17:29.676 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-18T23:17:31.033Z[ recovery-image] Dec 18 23:17:29.696 INFO O| Dec 18 23:17:29.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63552024-12-18T23:17:31.035Z[ recovery-image] Dec 18 23:17:29.696 INFO O| Dec 18 23:17:29.696 INFO STEP 655 (remove_files) COMPLETE
63562024-12-18T23:17:31.035Z[ recovery-image] Dec 18 23:17:29.696 INFO O| Dec 18 23:17:29.696 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-18T23:17:31.073Z[ recovery-image] Dec 18 23:17:29.735 INFO O| Dec 18 23:17:29.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63582024-12-18T23:17:31.076Z[ recovery-image] Dec 18 23:17:29.735 INFO O| Dec 18 23:17:29.735 INFO STEP 656 (remove_files) COMPLETE
63592024-12-18T23:17:31.076Z[ recovery-image] Dec 18 23:17:29.736 INFO O| Dec 18 23:17:29.736 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-12-18T23:17:31.095Z[ recovery-image] Dec 18 23:17:29.757 INFO O| Dec 18 23:17:29.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63612024-12-18T23:17:31.098Z[ recovery-image] Dec 18 23:17:29.758 INFO O| Dec 18 23:17:29.758 INFO STEP 657 (remove_files) COMPLETE
63622024-12-18T23:17:31.098Z[ recovery-image] Dec 18 23:17:29.758 INFO O| Dec 18 23:17:29.758 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-12-18T23:17:31.115Z[ recovery-image] Dec 18 23:17:29.778 INFO O| Dec 18 23:17:29.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63642024-12-18T23:17:31.138Z[ recovery-image] Dec 18 23:17:29.801 INFO O| Dec 18 23:17:29.801 INFO STEP 658 (remove_files) COMPLETE
63652024-12-18T23:17:31.138Z[ recovery-image] Dec 18 23:17:29.801 INFO O| Dec 18 23:17:29.801 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-12-18T23:17:31.160Z[ recovery-image] Dec 18 23:17:29.822 INFO O| Dec 18 23:17:29.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63672024-12-18T23:17:31.162Z[ recovery-image] Dec 18 23:17:29.823 INFO O| Dec 18 23:17:29.823 INFO STEP 659 (remove_files) COMPLETE
63682024-12-18T23:17:31.162Z[ recovery-image] Dec 18 23:17:29.823 INFO O| Dec 18 23:17:29.823 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-12-18T23:17:31.197Z[ recovery-image] Dec 18 23:17:29.859 INFO O| Dec 18 23:17:29.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63702024-12-18T23:17:31.197Z[ recovery-image] Dec 18 23:17:29.859 INFO O| Dec 18 23:17:29.859 INFO STEP 660 (remove_files) COMPLETE
63712024-12-18T23:17:31.199Z[ recovery-image] Dec 18 23:17:29.860 INFO O| Dec 18 23:17:29.860 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-12-18T23:17:31.218Z[ recovery-image] Dec 18 23:17:29.880 INFO O| Dec 18 23:17:29.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63732024-12-18T23:17:31.220Z[ recovery-image] Dec 18 23:17:29.880 INFO O| Dec 18 23:17:29.880 INFO STEP 661 (remove_files) COMPLETE
63742024-12-18T23:17:31.220Z[ recovery-image] Dec 18 23:17:29.881 INFO O| Dec 18 23:17:29.881 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-18T23:17:31.239Z[ recovery-image] Dec 18 23:17:29.902 INFO O| Dec 18 23:17:29.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63762024-12-18T23:17:31.242Z[ recovery-image] Dec 18 23:17:29.902 INFO O| Dec 18 23:17:29.902 INFO STEP 662 (remove_files) COMPLETE
63772024-12-18T23:17:31.242Z[ recovery-image] Dec 18 23:17:29.902 INFO O| Dec 18 23:17:29.902 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-18T23:17:31.259Z[ recovery-image] Dec 18 23:17:29.922 INFO O| Dec 18 23:17:29.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63792024-12-18T23:17:31.262Z[ recovery-image] Dec 18 23:17:29.922 INFO O| Dec 18 23:17:29.922 INFO STEP 663 (remove_files) COMPLETE
63802024-12-18T23:17:31.262Z[ recovery-image] Dec 18 23:17:29.922 INFO O| Dec 18 23:17:29.922 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-18T23:17:31.280Z[ recovery-image] Dec 18 23:17:29.943 INFO O| Dec 18 23:17:29.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63822024-12-18T23:17:31.282Z[ recovery-image] Dec 18 23:17:29.943 INFO O| Dec 18 23:17:29.943 INFO STEP 664 (remove_files) COMPLETE
63832024-12-18T23:17:31.282Z[ recovery-image] Dec 18 23:17:29.943 INFO O| Dec 18 23:17:29.943 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-18T23:17:31.300Z[ recovery-image] Dec 18 23:17:29.963 INFO O| Dec 18 23:17:29.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63852024-12-18T23:17:31.304Z[ recovery-image] Dec 18 23:17:29.963 INFO O| Dec 18 23:17:29.963 INFO STEP 665 (remove_files) COMPLETE
63862024-12-18T23:17:31.304Z[ recovery-image] Dec 18 23:17:29.963 INFO O| Dec 18 23:17:29.963 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-12-18T23:17:31.320Z[ recovery-image] Dec 18 23:17:29.982 INFO O| Dec 18 23:17:29.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63882024-12-18T23:17:31.322Z[ recovery-image] Dec 18 23:17:29.983 INFO O| Dec 18 23:17:29.983 INFO STEP 666 (remove_files) COMPLETE
63892024-12-18T23:17:31.322Z[ recovery-image] Dec 18 23:17:29.983 INFO O| Dec 18 23:17:29.983 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-12-18T23:17:31.342Z[ recovery-image] Dec 18 23:17:30.000 INFO O| Dec 18 23:17:30.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63912024-12-18T23:17:31.342Z[ recovery-image] Dec 18 23:17:30.000 INFO O| Dec 18 23:17:30.000 INFO STEP 667 (remove_files) COMPLETE
63922024-12-18T23:17:31.342Z[ recovery-image] Dec 18 23:17:30.001 INFO O| Dec 18 23:17:30.001 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-12-18T23:17:31.356Z[ recovery-image] Dec 18 23:17:30.019 INFO O| Dec 18 23:17:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63942024-12-18T23:17:31.359Z[ recovery-image] Dec 18 23:17:30.019 INFO O| Dec 18 23:17:30.019 INFO STEP 668 (remove_files) COMPLETE
63952024-12-18T23:17:31.360Z[ recovery-image] Dec 18 23:17:30.019 INFO O| Dec 18 23:17:30.019 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-18T23:17:31.386Z[ recovery-image] Dec 18 23:17:30.048 INFO O| Dec 18 23:17:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63972024-12-18T23:17:31.389Z[ recovery-image] Dec 18 23:17:30.049 INFO O| Dec 18 23:17:30.049 INFO STEP 669 (remove_files) COMPLETE
63982024-12-18T23:17:31.389Z[ recovery-image] Dec 18 23:17:30.049 INFO O| Dec 18 23:17:30.049 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-12-18T23:17:31.405Z[ recovery-image] Dec 18 23:17:30.068 INFO O| Dec 18 23:17:30.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64002024-12-18T23:17:31.408Z[ recovery-image] Dec 18 23:17:30.068 INFO O| Dec 18 23:17:30.068 INFO STEP 670 (remove_files) COMPLETE
64012024-12-18T23:17:31.408Z[ recovery-image] Dec 18 23:17:30.068 INFO O| Dec 18 23:17:30.068 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-12-18T23:17:31.424Z[ recovery-image] Dec 18 23:17:30.086 INFO O| Dec 18 23:17:30.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64032024-12-18T23:17:31.427Z[ recovery-image] Dec 18 23:17:30.087 INFO O| Dec 18 23:17:30.087 INFO STEP 671 (remove_files) COMPLETE
64042024-12-18T23:17:31.427Z[ recovery-image] Dec 18 23:17:30.087 INFO O| Dec 18 23:17:30.087 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-12-18T23:17:31.444Z[ recovery-image] Dec 18 23:17:30.106 INFO O| Dec 18 23:17:30.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64062024-12-18T23:17:31.446Z[ recovery-image] Dec 18 23:17:30.107 INFO O| Dec 18 23:17:30.106 INFO STEP 672 (remove_files) COMPLETE
64072024-12-18T23:17:31.446Z[ recovery-image] Dec 18 23:17:30.107 INFO O| Dec 18 23:17:30.107 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-12-18T23:17:31.463Z[ recovery-image] Dec 18 23:17:30.126 INFO O| Dec 18 23:17:30.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64092024-12-18T23:17:31.468Z[ recovery-image] Dec 18 23:17:30.126 INFO O| Dec 18 23:17:30.126 INFO STEP 673 (remove_files) COMPLETE
64102024-12-18T23:17:31.468Z[ recovery-image] Dec 18 23:17:30.127 INFO O| Dec 18 23:17:30.126 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-18T23:17:31.501Z[ recovery-image] Dec 18 23:17:30.164 INFO O| Dec 18 23:17:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64122024-12-18T23:17:31.504Z[ recovery-image] Dec 18 23:17:30.164 INFO O| Dec 18 23:17:30.164 INFO STEP 674 (remove_files) COMPLETE
64132024-12-18T23:17:31.504Z[ recovery-image] Dec 18 23:17:30.164 INFO O| Dec 18 23:17:30.164 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-18T23:17:31.520Z[ recovery-image] Dec 18 23:17:30.183 INFO O| Dec 18 23:17:30.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64152024-12-18T23:17:31.523Z[ recovery-image] Dec 18 23:17:30.183 INFO O| Dec 18 23:17:30.183 INFO STEP 675 (remove_files) COMPLETE
64162024-12-18T23:17:31.523Z[ recovery-image] Dec 18 23:17:30.184 INFO O| Dec 18 23:17:30.183 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-18T23:17:31.541Z[ recovery-image] Dec 18 23:17:30.203 INFO O| Dec 18 23:17:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64182024-12-18T23:17:31.543Z[ recovery-image] Dec 18 23:17:30.204 INFO O| Dec 18 23:17:30.204 INFO STEP 676 (remove_files) COMPLETE
64192024-12-18T23:17:31.543Z[ recovery-image] Dec 18 23:17:30.204 INFO O| Dec 18 23:17:30.204 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-18T23:17:31.560Z[ recovery-image] Dec 18 23:17:30.222 INFO O| Dec 18 23:17:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64212024-12-18T23:17:31.563Z[ recovery-image] Dec 18 23:17:30.223 INFO O| Dec 18 23:17:30.223 INFO STEP 677 (remove_files) COMPLETE
64222024-12-18T23:17:31.563Z[ recovery-image] Dec 18 23:17:30.223 INFO O| Dec 18 23:17:30.223 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-18T23:17:31.580Z[ recovery-image] Dec 18 23:17:30.242 INFO O| Dec 18 23:17:30.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64242024-12-18T23:17:31.582Z[ recovery-image] Dec 18 23:17:30.243 INFO O| Dec 18 23:17:30.243 INFO STEP 678 (remove_files) COMPLETE
64252024-12-18T23:17:31.582Z[ recovery-image] Dec 18 23:17:30.243 INFO O| Dec 18 23:17:30.243 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-18T23:17:31.599Z[ recovery-image] Dec 18 23:17:30.262 INFO O| Dec 18 23:17:30.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64272024-12-18T23:17:31.602Z[ recovery-image] Dec 18 23:17:30.262 INFO O| Dec 18 23:17:30.262 INFO STEP 679 (remove_files) COMPLETE
64282024-12-18T23:17:31.602Z[ recovery-image] Dec 18 23:17:30.262 INFO O| Dec 18 23:17:30.262 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-18T23:17:31.639Z[ recovery-image] Dec 18 23:17:30.302 INFO O| Dec 18 23:17:30.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64302024-12-18T23:17:31.642Z[ recovery-image] Dec 18 23:17:30.302 INFO O| Dec 18 23:17:30.302 INFO STEP 680 (remove_files) COMPLETE
64312024-12-18T23:17:31.642Z[ recovery-image] Dec 18 23:17:30.302 INFO O| Dec 18 23:17:30.302 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-18T23:17:31.660Z[ recovery-image] Dec 18 23:17:30.323 INFO O| Dec 18 23:17:30.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64332024-12-18T23:17:31.663Z[ recovery-image] Dec 18 23:17:30.323 INFO O| Dec 18 23:17:30.323 INFO STEP 681 (remove_files) COMPLETE
64342024-12-18T23:17:31.663Z[ recovery-image] Dec 18 23:17:30.323 INFO O| Dec 18 23:17:30.323 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-18T23:17:31.691Z[ recovery-image] Dec 18 23:17:30.354 INFO O| Dec 18 23:17:30.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64362024-12-18T23:17:31.694Z[ recovery-image] Dec 18 23:17:30.354 INFO O| Dec 18 23:17:30.354 INFO STEP 682 (remove_files) COMPLETE
64372024-12-18T23:17:31.694Z[ recovery-image] Dec 18 23:17:30.354 INFO O| Dec 18 23:17:30.354 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-18T23:17:31.809Z[ recovery-image] Dec 18 23:17:30.472 INFO O| Dec 18 23:17:30.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64392024-12-18T23:17:31.812Z[ recovery-image] Dec 18 23:17:30.472 INFO O| Dec 18 23:17:30.472 INFO STEP 683 (remove_files) COMPLETE
64402024-12-18T23:17:31.812Z[ recovery-image] Dec 18 23:17:30.472 INFO O| Dec 18 23:17:30.472 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-18T23:17:31.847Z[ recovery-image] Dec 18 23:17:30.509 INFO O| Dec 18 23:17:30.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64422024-12-18T23:17:31.849Z[ recovery-image] Dec 18 23:17:30.509 INFO O| Dec 18 23:17:30.509 INFO STEP 684 (remove_files) COMPLETE
64432024-12-18T23:17:31.849Z[ recovery-image] Dec 18 23:17:30.510 INFO O| Dec 18 23:17:30.509 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-18T23:17:31.869Z[ recovery-image] Dec 18 23:17:30.531 INFO O| Dec 18 23:17:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64452024-12-18T23:17:31.872Z[ recovery-image] Dec 18 23:17:30.532 INFO O| Dec 18 23:17:30.532 INFO STEP 685 (remove_files) COMPLETE
64462024-12-18T23:17:31.872Z[ recovery-image] Dec 18 23:17:30.532 INFO O| Dec 18 23:17:30.532 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-18T23:17:31.899Z[ recovery-image] Dec 18 23:17:30.561 INFO O| Dec 18 23:17:30.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64482024-12-18T23:17:31.899Z[ recovery-image] Dec 18 23:17:30.561 INFO O| Dec 18 23:17:30.561 INFO STEP 686 (remove_files) COMPLETE
64492024-12-18T23:17:31.899Z[ recovery-image] Dec 18 23:17:30.561 INFO O| Dec 18 23:17:30.561 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-18T23:17:31.922Z[ recovery-image] Dec 18 23:17:30.584 INFO O| Dec 18 23:17:30.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64512024-12-18T23:17:31.925Z[ recovery-image] Dec 18 23:17:30.585 INFO O| Dec 18 23:17:30.585 INFO STEP 687 (remove_files) COMPLETE
64522024-12-18T23:17:31.925Z[ recovery-image] Dec 18 23:17:30.585 INFO O| Dec 18 23:17:30.585 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-18T23:17:31.945Z[ recovery-image] Dec 18 23:17:30.608 INFO O| Dec 18 23:17:30.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64542024-12-18T23:17:31.948Z[ recovery-image] Dec 18 23:17:30.608 INFO O| Dec 18 23:17:30.608 INFO STEP 688 (remove_files) COMPLETE
64552024-12-18T23:17:31.948Z[ recovery-image] Dec 18 23:17:30.608 INFO O| Dec 18 23:17:30.608 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-18T23:17:31.968Z[ recovery-image] Dec 18 23:17:30.630 INFO O| Dec 18 23:17:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64572024-12-18T23:17:31.968Z[ recovery-image] Dec 18 23:17:30.630 INFO O| Dec 18 23:17:30.630 INFO STEP 689 (remove_files) COMPLETE
64582024-12-18T23:17:31.968Z[ recovery-image] Dec 18 23:17:30.630 INFO O| Dec 18 23:17:30.630 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-18T23:17:31.990Z[ recovery-image] Dec 18 23:17:30.652 INFO O| Dec 18 23:17:30.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64602024-12-18T23:17:31.990Z[ recovery-image] Dec 18 23:17:30.652 INFO O| Dec 18 23:17:30.652 INFO STEP 690 (remove_files) COMPLETE
64612024-12-18T23:17:31.992Z[ recovery-image] Dec 18 23:17:30.652 INFO O| Dec 18 23:17:30.652 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-18T23:17:32.018Z[ recovery-image] Dec 18 23:17:30.680 INFO O| Dec 18 23:17:30.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64632024-12-18T23:17:32.018Z[ recovery-image] Dec 18 23:17:30.680 INFO O| Dec 18 23:17:30.680 INFO STEP 691 (remove_files) COMPLETE
64642024-12-18T23:17:32.018Z[ recovery-image] Dec 18 23:17:30.681 INFO O| Dec 18 23:17:30.680 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-18T23:17:32.067Z[ recovery-image] Dec 18 23:17:30.729 INFO O| Dec 18 23:17:30.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64662024-12-18T23:17:32.067Z[ recovery-image] Dec 18 23:17:30.729 INFO O| Dec 18 23:17:30.729 INFO STEP 692 (remove_files) COMPLETE
64672024-12-18T23:17:32.069Z[ recovery-image] Dec 18 23:17:30.729 INFO O| Dec 18 23:17:30.729 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-18T23:17:32.093Z[ recovery-image] Dec 18 23:17:30.754 INFO O| Dec 18 23:17:30.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64692024-12-18T23:17:32.094Z[ recovery-image] Dec 18 23:17:30.754 INFO O| Dec 18 23:17:30.754 INFO STEP 693 (remove_files) COMPLETE
64702024-12-18T23:17:32.094Z[ recovery-image] Dec 18 23:17:30.754 INFO O| Dec 18 23:17:30.754 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-18T23:17:32.224Z[ recovery-image] Dec 18 23:17:30.887 INFO O| Dec 18 23:17:30.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64722024-12-18T23:17:32.227Z[ recovery-image] Dec 18 23:17:30.887 INFO O| Dec 18 23:17:30.887 INFO STEP 694 (remove_files) COMPLETE
64732024-12-18T23:17:32.227Z[ recovery-image] Dec 18 23:17:30.887 INFO O| Dec 18 23:17:30.887 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-18T23:17:32.285Z[ recovery-image] Dec 18 23:17:30.947 INFO O| Dec 18 23:17:30.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64752024-12-18T23:17:32.285Z[ recovery-image] Dec 18 23:17:30.947 INFO O| Dec 18 23:17:30.947 INFO STEP 695 (remove_files) COMPLETE
64762024-12-18T23:17:32.285Z[ recovery-image] Dec 18 23:17:30.947 INFO O| Dec 18 23:17:30.947 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-18T23:17:32.316Z[ recovery-image] Dec 18 23:17:30.978 INFO O| Dec 18 23:17:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64782024-12-18T23:17:32.316Z[ recovery-image] Dec 18 23:17:30.978 INFO O| Dec 18 23:17:30.978 INFO STEP 696 (remove_files) COMPLETE
64792024-12-18T23:17:32.318Z[ recovery-image] Dec 18 23:17:30.978 INFO O| Dec 18 23:17:30.978 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-18T23:17:32.348Z[ recovery-image] Dec 18 23:17:31.010 INFO O| Dec 18 23:17:31.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64812024-12-18T23:17:32.348Z[ recovery-image] Dec 18 23:17:31.010 INFO O| Dec 18 23:17:31.010 INFO STEP 697 (remove_files) COMPLETE
64822024-12-18T23:17:32.351Z[ recovery-image] Dec 18 23:17:31.010 INFO O| Dec 18 23:17:31.010 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-18T23:17:32.371Z[ recovery-image] Dec 18 23:17:31.034 INFO O| Dec 18 23:17:31.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64842024-12-18T23:17:32.374Z[ recovery-image] Dec 18 23:17:31.034 INFO O| Dec 18 23:17:31.034 INFO STEP 698 (remove_files) COMPLETE
64852024-12-18T23:17:32.374Z[ recovery-image] Dec 18 23:17:31.034 INFO O| Dec 18 23:17:31.034 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-18T23:17:32.393Z[ recovery-image] Dec 18 23:17:31.056 INFO O| Dec 18 23:17:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64872024-12-18T23:17:32.393Z[ recovery-image] Dec 18 23:17:31.056 INFO O| Dec 18 23:17:31.056 INFO STEP 699 (remove_files) COMPLETE
64882024-12-18T23:17:32.396Z[ recovery-image] Dec 18 23:17:31.056 INFO O| Dec 18 23:17:31.056 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-18T23:17:32.414Z[ recovery-image] Dec 18 23:17:31.077 INFO O| Dec 18 23:17:31.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64902024-12-18T23:17:32.414Z[ recovery-image] Dec 18 23:17:31.077 INFO O| Dec 18 23:17:31.077 INFO STEP 700 (remove_files) COMPLETE
64912024-12-18T23:17:32.414Z[ recovery-image] Dec 18 23:17:31.077 INFO O| Dec 18 23:17:31.077 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-18T23:17:32.496Z[ recovery-image] Dec 18 23:17:31.159 INFO O| Dec 18 23:17:31.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64932024-12-18T23:17:32.496Z[ recovery-image] Dec 18 23:17:31.159 INFO O| Dec 18 23:17:31.159 INFO STEP 701 (remove_files) COMPLETE
64942024-12-18T23:17:32.499Z[ recovery-image] Dec 18 23:17:31.159 INFO O| Dec 18 23:17:31.159 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-18T23:17:32.517Z[ recovery-image] Dec 18 23:17:31.179 INFO O| Dec 18 23:17:31.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64962024-12-18T23:17:32.517Z[ recovery-image] Dec 18 23:17:31.180 INFO O| Dec 18 23:17:31.180 INFO STEP 702 (remove_files) COMPLETE
64972024-12-18T23:17:32.517Z[ recovery-image] Dec 18 23:17:31.180 INFO O| Dec 18 23:17:31.180 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-18T23:17:32.550Z[ recovery-image] Dec 18 23:17:31.212 INFO O| Dec 18 23:17:31.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64992024-12-18T23:17:32.550Z[ recovery-image] Dec 18 23:17:31.212 INFO O| Dec 18 23:17:31.212 INFO STEP 703 (remove_files) COMPLETE
65002024-12-18T23:17:32.550Z[ recovery-image] Dec 18 23:17:31.212 INFO O| Dec 18 23:17:31.212 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-18T23:17:32.572Z[ recovery-image] Dec 18 23:17:31.234 INFO O| Dec 18 23:17:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65022024-12-18T23:17:32.575Z[ recovery-image] Dec 18 23:17:31.235 INFO O| Dec 18 23:17:31.234 INFO STEP 704 (remove_files) COMPLETE
65032024-12-18T23:17:32.575Z[ recovery-image] Dec 18 23:17:31.235 INFO O| Dec 18 23:17:31.235 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-18T23:17:32.611Z[ recovery-image] Dec 18 23:17:31.274 INFO O| Dec 18 23:17:31.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65052024-12-18T23:17:32.614Z[ recovery-image] Dec 18 23:17:31.275 INFO O| Dec 18 23:17:31.275 INFO STEP 705 (remove_files) COMPLETE
65062024-12-18T23:17:32.615Z[ recovery-image] Dec 18 23:17:31.275 INFO O| Dec 18 23:17:31.275 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-18T23:17:32.668Z[ recovery-image] Dec 18 23:17:31.328 INFO O| Dec 18 23:17:31.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65082024-12-18T23:17:32.668Z[ recovery-image] Dec 18 23:17:31.328 INFO O| Dec 18 23:17:31.328 INFO STEP 706 (remove_files) COMPLETE
65092024-12-18T23:17:32.668Z[ recovery-image] Dec 18 23:17:31.328 INFO O| Dec 18 23:17:31.328 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-18T23:17:32.686Z[ recovery-image] Dec 18 23:17:31.349 INFO O| Dec 18 23:17:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65112024-12-18T23:17:32.686Z[ recovery-image] Dec 18 23:17:31.349 INFO O| Dec 18 23:17:31.349 INFO STEP 707 (remove_files) COMPLETE
65122024-12-18T23:17:32.689Z[ recovery-image] Dec 18 23:17:31.349 INFO O| Dec 18 23:17:31.349 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-18T23:17:32.706Z[ recovery-image] Dec 18 23:17:31.368 INFO O| Dec 18 23:17:31.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65142024-12-18T23:17:32.709Z[ recovery-image] Dec 18 23:17:31.369 INFO O| Dec 18 23:17:31.369 INFO STEP 708 (remove_files) COMPLETE
65152024-12-18T23:17:32.709Z[ recovery-image] Dec 18 23:17:31.369 INFO O| Dec 18 23:17:31.369 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-18T23:17:32.725Z[ recovery-image] Dec 18 23:17:31.386 INFO O| Dec 18 23:17:31.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65172024-12-18T23:17:32.726Z[ recovery-image] Dec 18 23:17:31.387 INFO O| Dec 18 23:17:31.386 INFO STEP 709 (remove_files) COMPLETE
65182024-12-18T23:17:32.728Z[ recovery-image] Dec 18 23:17:31.387 INFO O| Dec 18 23:17:31.387 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-18T23:17:32.759Z[ recovery-image] Dec 18 23:17:31.422 INFO O| Dec 18 23:17:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65202024-12-18T23:17:32.759Z[ recovery-image] Dec 18 23:17:31.422 INFO O| Dec 18 23:17:31.422 INFO STEP 710 (remove_files) COMPLETE
65212024-12-18T23:17:32.762Z[ recovery-image] Dec 18 23:17:31.422 INFO O| Dec 18 23:17:31.422 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-18T23:17:32.785Z[ recovery-image] Dec 18 23:17:31.447 INFO O| Dec 18 23:17:31.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65232024-12-18T23:17:32.785Z[ recovery-image] Dec 18 23:17:31.447 INFO O| Dec 18 23:17:31.447 INFO STEP 711 (remove_files) COMPLETE
65242024-12-18T23:17:32.785Z[ recovery-image] Dec 18 23:17:31.447 INFO O| Dec 18 23:17:31.447 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-18T23:17:32.806Z[ recovery-image] Dec 18 23:17:31.469 INFO O| Dec 18 23:17:31.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65262024-12-18T23:17:32.807Z[ recovery-image] Dec 18 23:17:31.469 INFO O| Dec 18 23:17:31.469 INFO STEP 712 (remove_files) COMPLETE
65272024-12-18T23:17:32.807Z[ recovery-image] Dec 18 23:17:31.469 INFO O| Dec 18 23:17:31.469 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-18T23:17:32.826Z[ recovery-image] Dec 18 23:17:31.488 INFO O| Dec 18 23:17:31.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65292024-12-18T23:17:32.826Z[ recovery-image] Dec 18 23:17:31.489 INFO O| Dec 18 23:17:31.489 INFO STEP 713 (remove_files) COMPLETE
65302024-12-18T23:17:32.829Z[ recovery-image] Dec 18 23:17:31.489 INFO O| Dec 18 23:17:31.489 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-18T23:17:32.846Z[ recovery-image] Dec 18 23:17:31.509 INFO O| Dec 18 23:17:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65322024-12-18T23:17:32.846Z[ recovery-image] Dec 18 23:17:31.509 INFO O| Dec 18 23:17:31.509 INFO STEP 714 (remove_files) COMPLETE
65332024-12-18T23:17:32.849Z[ recovery-image] Dec 18 23:17:31.509 INFO O| Dec 18 23:17:31.509 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-18T23:17:32.871Z[ recovery-image] Dec 18 23:17:31.533 INFO O| Dec 18 23:17:31.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65352024-12-18T23:17:32.875Z[ recovery-image] Dec 18 23:17:31.533 INFO O| Dec 18 23:17:31.533 INFO STEP 715 (remove_files) COMPLETE
65362024-12-18T23:17:32.875Z[ recovery-image] Dec 18 23:17:31.534 INFO O| Dec 18 23:17:31.534 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-18T23:17:32.892Z[ recovery-image] Dec 18 23:17:31.554 INFO O| Dec 18 23:17:31.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65382024-12-18T23:17:32.894Z[ recovery-image] Dec 18 23:17:31.555 INFO O| Dec 18 23:17:31.555 INFO STEP 716 (remove_files) COMPLETE
65392024-12-18T23:17:32.895Z[ recovery-image] Dec 18 23:17:31.555 INFO O| Dec 18 23:17:31.555 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-18T23:17:32.911Z[ recovery-image] Dec 18 23:17:31.574 INFO O| Dec 18 23:17:31.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65412024-12-18T23:17:32.914Z[ recovery-image] Dec 18 23:17:31.574 INFO O| Dec 18 23:17:31.574 INFO STEP 717 (remove_files) COMPLETE
65422024-12-18T23:17:32.914Z[ recovery-image] Dec 18 23:17:31.574 INFO O| Dec 18 23:17:31.574 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-18T23:17:32.930Z[ recovery-image] Dec 18 23:17:31.592 INFO O| Dec 18 23:17:31.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65442024-12-18T23:17:32.930Z[ recovery-image] Dec 18 23:17:31.592 INFO O| Dec 18 23:17:31.592 INFO STEP 718 (remove_files) COMPLETE
65452024-12-18T23:17:32.934Z[ recovery-image] Dec 18 23:17:31.592 INFO O| Dec 18 23:17:31.592 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-18T23:17:32.958Z[ recovery-image] Dec 18 23:17:31.620 INFO O| Dec 18 23:17:31.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65472024-12-18T23:17:32.962Z[ recovery-image] Dec 18 23:17:31.621 INFO O| Dec 18 23:17:31.620 INFO STEP 719 (remove_files) COMPLETE
65482024-12-18T23:17:32.962Z[ recovery-image] Dec 18 23:17:31.621 INFO O| Dec 18 23:17:31.620 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-18T23:17:32.978Z[ recovery-image] Dec 18 23:17:31.641 INFO O| Dec 18 23:17:31.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65502024-12-18T23:17:32.978Z[ recovery-image] Dec 18 23:17:31.641 INFO O| Dec 18 23:17:31.641 INFO STEP 720 (remove_files) COMPLETE
65512024-12-18T23:17:32.978Z[ recovery-image] Dec 18 23:17:31.641 INFO O| Dec 18 23:17:31.641 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-18T23:17:33.010Z[ recovery-image] Dec 18 23:17:31.673 INFO O| Dec 18 23:17:31.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65532024-12-18T23:17:33.010Z[ recovery-image] Dec 18 23:17:31.673 INFO O| Dec 18 23:17:31.673 INFO STEP 721 (remove_files) COMPLETE
65542024-12-18T23:17:33.010Z[ recovery-image] Dec 18 23:17:31.673 INFO O| Dec 18 23:17:31.673 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-18T23:17:33.030Z[ recovery-image] Dec 18 23:17:31.693 INFO O| Dec 18 23:17:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65562024-12-18T23:17:33.033Z[ recovery-image] Dec 18 23:17:31.693 INFO O| Dec 18 23:17:31.693 INFO STEP 722 (remove_files) COMPLETE
65572024-12-18T23:17:33.033Z[ recovery-image] Dec 18 23:17:31.693 INFO O| Dec 18 23:17:31.693 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-18T23:17:33.053Z[ recovery-image] Dec 18 23:17:31.716 INFO O| Dec 18 23:17:31.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65592024-12-18T23:17:33.073Z[ recovery-image] Dec 18 23:17:31.736 INFO O| Dec 18 23:17:31.736 INFO STEP 723 (remove_files) COMPLETE
65602024-12-18T23:17:33.074Z[ recovery-image] Dec 18 23:17:31.736 INFO O| Dec 18 23:17:31.736 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-18T23:17:33.118Z[ recovery-image] Dec 18 23:17:31.780 INFO O| Dec 18 23:17:31.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65622024-12-18T23:17:33.120Z[ recovery-image] Dec 18 23:17:31.781 INFO O| Dec 18 23:17:31.781 INFO STEP 724 (remove_files) COMPLETE
65632024-12-18T23:17:33.120Z[ recovery-image] Dec 18 23:17:31.781 INFO O| Dec 18 23:17:31.781 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-18T23:17:33.201Z[ recovery-image] Dec 18 23:17:31.864 INFO O| Dec 18 23:17:31.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65652024-12-18T23:17:33.201Z[ recovery-image] Dec 18 23:17:31.864 INFO O| Dec 18 23:17:31.864 INFO STEP 725 (remove_files) COMPLETE
65662024-12-18T23:17:33.204Z[ recovery-image] Dec 18 23:17:31.864 INFO O| Dec 18 23:17:31.864 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-18T23:17:33.221Z[ recovery-image] Dec 18 23:17:31.884 INFO O| Dec 18 23:17:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65682024-12-18T23:17:33.221Z[ recovery-image] Dec 18 23:17:31.884 INFO O| Dec 18 23:17:31.884 INFO STEP 726 (remove_files) COMPLETE
65692024-12-18T23:17:33.224Z[ recovery-image] Dec 18 23:17:31.884 INFO O| Dec 18 23:17:31.884 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-18T23:17:33.240Z[ recovery-image] Dec 18 23:17:31.903 INFO O| Dec 18 23:17:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65712024-12-18T23:17:33.241Z[ recovery-image] Dec 18 23:17:31.903 INFO O| Dec 18 23:17:31.903 INFO STEP 727 (remove_files) COMPLETE
65722024-12-18T23:17:33.243Z[ recovery-image] Dec 18 23:17:31.903 INFO O| Dec 18 23:17:31.903 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-18T23:17:33.260Z[ recovery-image] Dec 18 23:17:31.923 INFO O| Dec 18 23:17:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65742024-12-18T23:17:33.260Z[ recovery-image] Dec 18 23:17:31.923 INFO O| Dec 18 23:17:31.923 INFO STEP 728 (remove_files) COMPLETE
65752024-12-18T23:17:33.260Z[ recovery-image] Dec 18 23:17:31.923 INFO O| Dec 18 23:17:31.923 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-18T23:17:33.298Z[ recovery-image] Dec 18 23:17:31.961 INFO O| Dec 18 23:17:31.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65772024-12-18T23:17:33.298Z[ recovery-image] Dec 18 23:17:31.961 INFO O| Dec 18 23:17:31.961 INFO STEP 729 (remove_files) COMPLETE
65782024-12-18T23:17:33.301Z[ recovery-image] Dec 18 23:17:31.961 INFO O| Dec 18 23:17:31.961 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-18T23:17:33.319Z[ recovery-image] Dec 18 23:17:31.981 INFO O| Dec 18 23:17:31.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65802024-12-18T23:17:33.319Z[ recovery-image] Dec 18 23:17:31.982 INFO O| Dec 18 23:17:31.982 INFO STEP 730 (remove_files) COMPLETE
65812024-12-18T23:17:33.319Z[ recovery-image] Dec 18 23:17:31.982 INFO O| Dec 18 23:17:31.982 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-18T23:17:33.342Z[ recovery-image] Dec 18 23:17:32.005 INFO O| Dec 18 23:17:32.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65832024-12-18T23:17:33.354Z[ recovery-image] Dec 18 23:17:32.016 INFO O| Dec 18 23:17:32.016 INFO STEP 731 (remove_files) COMPLETE
65842024-12-18T23:17:33.354Z[ recovery-image] Dec 18 23:17:32.016 INFO O| Dec 18 23:17:32.016 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-18T23:17:33.401Z[ recovery-image] Dec 18 23:17:32.063 INFO O| Dec 18 23:17:32.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65862024-12-18T23:17:33.401Z[ recovery-image] Dec 18 23:17:32.063 INFO O| Dec 18 23:17:32.063 INFO STEP 732 (remove_files) COMPLETE
65872024-12-18T23:17:33.403Z[ recovery-image] Dec 18 23:17:32.063 INFO O| Dec 18 23:17:32.063 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-18T23:17:33.426Z[ recovery-image] Dec 18 23:17:32.086 INFO O| Dec 18 23:17:32.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65892024-12-18T23:17:33.426Z[ recovery-image] Dec 18 23:17:32.086 INFO O| Dec 18 23:17:32.086 INFO STEP 733 (remove_files) COMPLETE
65902024-12-18T23:17:33.426Z[ recovery-image] Dec 18 23:17:32.086 INFO O| Dec 18 23:17:32.086 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-18T23:17:33.486Z[ recovery-image] Dec 18 23:17:32.147 INFO O| Dec 18 23:17:32.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65922024-12-18T23:17:33.486Z[ recovery-image] Dec 18 23:17:32.147 INFO O| Dec 18 23:17:32.147 INFO STEP 734 (remove_files) COMPLETE
65932024-12-18T23:17:33.486Z[ recovery-image] Dec 18 23:17:32.147 INFO O| Dec 18 23:17:32.147 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-18T23:17:33.503Z[ recovery-image] Dec 18 23:17:32.166 INFO O| Dec 18 23:17:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65952024-12-18T23:17:33.507Z[ recovery-image] Dec 18 23:17:32.166 INFO O| Dec 18 23:17:32.166 INFO STEP 735 (remove_files) COMPLETE
65962024-12-18T23:17:33.507Z[ recovery-image] Dec 18 23:17:32.166 INFO O| Dec 18 23:17:32.166 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-18T23:17:33.556Z[ recovery-image] Dec 18 23:17:32.218 INFO O| Dec 18 23:17:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65982024-12-18T23:17:33.556Z[ recovery-image] Dec 18 23:17:32.218 INFO O| Dec 18 23:17:32.218 INFO STEP 736 (remove_files) COMPLETE
65992024-12-18T23:17:33.556Z[ recovery-image] Dec 18 23:17:32.218 INFO O| Dec 18 23:17:32.218 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-18T23:17:33.576Z[ recovery-image] Dec 18 23:17:32.238 INFO O| Dec 18 23:17:32.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66012024-12-18T23:17:33.576Z[ recovery-image] Dec 18 23:17:32.238 INFO O| Dec 18 23:17:32.238 INFO STEP 737 (remove_files) COMPLETE
66022024-12-18T23:17:33.576Z[ recovery-image] Dec 18 23:17:32.238 INFO O| Dec 18 23:17:32.238 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-18T23:17:33.600Z[ recovery-image] Dec 18 23:17:32.261 INFO O| Dec 18 23:17:32.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66042024-12-18T23:17:33.600Z[ recovery-image] Dec 18 23:17:32.261 INFO O| Dec 18 23:17:32.261 INFO STEP 738 (remove_files) COMPLETE
66052024-12-18T23:17:33.600Z[ recovery-image] Dec 18 23:17:32.261 INFO O| Dec 18 23:17:32.261 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-18T23:17:33.658Z[ recovery-image] Dec 18 23:17:32.321 INFO O| Dec 18 23:17:32.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66072024-12-18T23:17:33.658Z[ recovery-image] Dec 18 23:17:32.321 INFO O| Dec 18 23:17:32.321 INFO STEP 739 (remove_files) COMPLETE
66082024-12-18T23:17:33.659Z[ recovery-image] Dec 18 23:17:32.321 INFO O| Dec 18 23:17:32.321 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-18T23:17:33.686Z[ recovery-image] Dec 18 23:17:32.348 INFO O| Dec 18 23:17:32.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66102024-12-18T23:17:33.686Z[ recovery-image] Dec 18 23:17:32.349 INFO O| Dec 18 23:17:32.349 INFO STEP 740 (remove_files) COMPLETE
66112024-12-18T23:17:33.689Z[ recovery-image] Dec 18 23:17:32.349 INFO O| Dec 18 23:17:32.349 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-18T23:17:33.708Z[ recovery-image] Dec 18 23:17:32.370 INFO O| Dec 18 23:17:32.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66132024-12-18T23:17:33.708Z[ recovery-image] Dec 18 23:17:32.370 INFO O| Dec 18 23:17:32.370 INFO STEP 741 (remove_files) COMPLETE
66142024-12-18T23:17:33.708Z[ recovery-image] Dec 18 23:17:32.370 INFO O| Dec 18 23:17:32.370 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-18T23:17:33.727Z[ recovery-image] Dec 18 23:17:32.390 INFO O| Dec 18 23:17:32.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66162024-12-18T23:17:33.727Z[ recovery-image] Dec 18 23:17:32.390 INFO O| Dec 18 23:17:32.390 INFO STEP 742 (remove_files) COMPLETE
66172024-12-18T23:17:33.730Z[ recovery-image] Dec 18 23:17:32.390 INFO O| Dec 18 23:17:32.390 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-18T23:17:33.747Z[ recovery-image] Dec 18 23:17:32.409 INFO O| Dec 18 23:17:32.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66192024-12-18T23:17:33.749Z[ recovery-image] Dec 18 23:17:32.409 INFO O| Dec 18 23:17:32.409 INFO STEP 743 (remove_files) COMPLETE
66202024-12-18T23:17:33.749Z[ recovery-image] Dec 18 23:17:32.409 INFO O| Dec 18 23:17:32.409 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-18T23:17:33.767Z[ recovery-image] Dec 18 23:17:32.429 INFO O| Dec 18 23:17:32.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66222024-12-18T23:17:33.769Z[ recovery-image] Dec 18 23:17:32.429 INFO O| Dec 18 23:17:32.429 INFO STEP 744 (remove_files) COMPLETE
66232024-12-18T23:17:33.769Z[ recovery-image] Dec 18 23:17:32.430 INFO O| Dec 18 23:17:32.429 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-18T23:17:33.787Z[ recovery-image] Dec 18 23:17:32.450 INFO O| Dec 18 23:17:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66252024-12-18T23:17:33.790Z[ recovery-image] Dec 18 23:17:32.450 INFO O| Dec 18 23:17:32.450 INFO STEP 745 (remove_files) COMPLETE
66262024-12-18T23:17:33.790Z[ recovery-image] Dec 18 23:17:32.450 INFO O| Dec 18 23:17:32.450 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-18T23:17:33.817Z[ recovery-image] Dec 18 23:17:32.479 INFO O| Dec 18 23:17:32.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66282024-12-18T23:17:33.817Z[ recovery-image] Dec 18 23:17:32.479 INFO O| Dec 18 23:17:32.479 INFO STEP 746 (remove_files) COMPLETE
66292024-12-18T23:17:33.819Z[ recovery-image] Dec 18 23:17:32.479 INFO O| Dec 18 23:17:32.479 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-18T23:17:33.838Z[ recovery-image] Dec 18 23:17:32.501 INFO O| Dec 18 23:17:32.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66312024-12-18T23:17:33.838Z[ recovery-image] Dec 18 23:17:32.501 INFO O| Dec 18 23:17:32.501 INFO STEP 747 (remove_files) COMPLETE
66322024-12-18T23:17:33.838Z[ recovery-image] Dec 18 23:17:32.501 INFO O| Dec 18 23:17:32.501 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-18T23:17:33.857Z[ recovery-image] Dec 18 23:17:32.520 INFO O| Dec 18 23:17:32.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66342024-12-18T23:17:33.857Z[ recovery-image] Dec 18 23:17:32.520 INFO O| Dec 18 23:17:32.520 INFO STEP 748 (remove_files) COMPLETE
66352024-12-18T23:17:33.858Z[ recovery-image] Dec 18 23:17:32.520 INFO O| Dec 18 23:17:32.520 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-18T23:17:33.894Z[ recovery-image] Dec 18 23:17:32.557 INFO O| Dec 18 23:17:32.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66372024-12-18T23:17:33.894Z[ recovery-image] Dec 18 23:17:32.557 INFO O| Dec 18 23:17:32.557 INFO STEP 749 (remove_files) COMPLETE
66382024-12-18T23:17:33.895Z[ recovery-image] Dec 18 23:17:32.557 INFO O| Dec 18 23:17:32.557 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-18T23:17:33.917Z[ recovery-image] Dec 18 23:17:32.579 INFO O| Dec 18 23:17:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66402024-12-18T23:17:33.917Z[ recovery-image] Dec 18 23:17:32.579 INFO O| Dec 18 23:17:32.579 INFO STEP 750 (remove_files) COMPLETE
66412024-12-18T23:17:33.917Z[ recovery-image] Dec 18 23:17:32.579 INFO O| Dec 18 23:17:32.579 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-18T23:17:33.953Z[ recovery-image] Dec 18 23:17:32.616 INFO O| Dec 18 23:17:32.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66432024-12-18T23:17:33.953Z[ recovery-image] Dec 18 23:17:32.616 INFO O| Dec 18 23:17:32.616 INFO STEP 751 (remove_files) COMPLETE
66442024-12-18T23:17:33.953Z[ recovery-image] Dec 18 23:17:32.616 INFO O| Dec 18 23:17:32.616 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-18T23:17:33.987Z[ recovery-image] Dec 18 23:17:32.650 INFO O| Dec 18 23:17:32.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66462024-12-18T23:17:33.988Z[ recovery-image] Dec 18 23:17:32.650 INFO O| Dec 18 23:17:32.650 INFO STEP 752 (remove_files) COMPLETE
66472024-12-18T23:17:33.988Z[ recovery-image] Dec 18 23:17:32.650 INFO O| Dec 18 23:17:32.650 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-18T23:17:34.025Z[ recovery-image] Dec 18 23:17:32.688 INFO O| Dec 18 23:17:32.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66492024-12-18T23:17:34.025Z[ recovery-image] Dec 18 23:17:32.688 INFO O| Dec 18 23:17:32.688 INFO STEP 753 (remove_files) COMPLETE
66502024-12-18T23:17:34.028Z[ recovery-image] Dec 18 23:17:32.688 INFO O| Dec 18 23:17:32.688 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-18T23:17:34.048Z[ recovery-image] Dec 18 23:17:32.710 INFO O| Dec 18 23:17:32.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66522024-12-18T23:17:34.048Z[ recovery-image] Dec 18 23:17:32.710 INFO O| Dec 18 23:17:32.710 INFO STEP 754 (remove_files) COMPLETE
66532024-12-18T23:17:34.048Z[ recovery-image] Dec 18 23:17:32.710 INFO O| Dec 18 23:17:32.710 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-18T23:17:34.167Z[ recovery-image] Dec 18 23:17:32.830 INFO O| Dec 18 23:17:32.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66552024-12-18T23:17:34.167Z[ recovery-image] Dec 18 23:17:32.830 INFO O| Dec 18 23:17:32.830 INFO STEP 755 (remove_files) COMPLETE
66562024-12-18T23:17:34.167Z[ recovery-image] Dec 18 23:17:32.830 INFO O| Dec 18 23:17:32.830 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-18T23:17:34.190Z[ recovery-image] Dec 18 23:17:32.852 INFO O| Dec 18 23:17:32.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66582024-12-18T23:17:34.190Z[ recovery-image] Dec 18 23:17:32.852 INFO O| Dec 18 23:17:32.852 INFO STEP 756 (remove_files) COMPLETE
66592024-12-18T23:17:34.190Z[ recovery-image] Dec 18 23:17:32.852 INFO O| Dec 18 23:17:32.852 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-18T23:17:34.211Z[ recovery-image] Dec 18 23:17:32.874 INFO O| Dec 18 23:17:32.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66612024-12-18T23:17:34.211Z[ recovery-image] Dec 18 23:17:32.874 INFO O| Dec 18 23:17:32.874 INFO STEP 757 (remove_files) COMPLETE
66622024-12-18T23:17:34.211Z[ recovery-image] Dec 18 23:17:32.874 INFO O| Dec 18 23:17:32.874 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-18T23:17:34.294Z[ recovery-image] Dec 18 23:17:32.956 INFO O| Dec 18 23:17:32.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66642024-12-18T23:17:34.294Z[ recovery-image] Dec 18 23:17:32.956 INFO O| Dec 18 23:17:32.956 INFO STEP 758 (remove_files) COMPLETE
66652024-12-18T23:17:34.294Z[ recovery-image] Dec 18 23:17:32.956 INFO O| Dec 18 23:17:32.956 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-18T23:17:34.316Z[ recovery-image] Dec 18 23:17:32.977 INFO O| Dec 18 23:17:32.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66672024-12-18T23:17:34.316Z[ recovery-image] Dec 18 23:17:32.977 INFO O| Dec 18 23:17:32.977 INFO STEP 759 (remove_files) COMPLETE
66682024-12-18T23:17:34.319Z[ recovery-image] Dec 18 23:17:32.977 INFO O| Dec 18 23:17:32.977 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-18T23:17:34.356Z[ recovery-image] Dec 18 23:17:33.019 INFO O| Dec 18 23:17:33.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66702024-12-18T23:17:34.361Z[ recovery-image] Dec 18 23:17:33.024 INFO O| Dec 18 23:17:33.024 INFO STEP 760 (remove_files) COMPLETE
66712024-12-18T23:17:34.361Z[ recovery-image] Dec 18 23:17:33.024 INFO O| Dec 18 23:17:33.024 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-18T23:17:34.420Z[ recovery-image] Dec 18 23:17:33.081 INFO O| Dec 18 23:17:33.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66732024-12-18T23:17:34.420Z[ recovery-image] Dec 18 23:17:33.081 INFO O| Dec 18 23:17:33.081 INFO STEP 761 (remove_files) COMPLETE
66742024-12-18T23:17:34.420Z[ recovery-image] Dec 18 23:17:33.081 INFO O| Dec 18 23:17:33.081 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-18T23:17:34.459Z[ recovery-image] Dec 18 23:17:33.122 INFO O| Dec 18 23:17:33.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66762024-12-18T23:17:34.462Z[ recovery-image] Dec 18 23:17:33.122 INFO O| Dec 18 23:17:33.122 INFO STEP 762 (remove_files) COMPLETE
66772024-12-18T23:17:34.462Z[ recovery-image] Dec 18 23:17:33.122 INFO O| Dec 18 23:17:33.122 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-18T23:17:34.481Z[ recovery-image] Dec 18 23:17:33.143 INFO O| Dec 18 23:17:33.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66792024-12-18T23:17:34.484Z[ recovery-image] Dec 18 23:17:33.144 INFO O| Dec 18 23:17:33.144 INFO STEP 763 (remove_files) COMPLETE
66802024-12-18T23:17:34.484Z[ recovery-image] Dec 18 23:17:33.144 INFO O| Dec 18 23:17:33.144 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-18T23:17:34.503Z[ recovery-image] Dec 18 23:17:33.165 INFO O| Dec 18 23:17:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66822024-12-18T23:17:34.505Z[ recovery-image] Dec 18 23:17:33.165 INFO O| Dec 18 23:17:33.165 INFO STEP 764 (remove_files) COMPLETE
66832024-12-18T23:17:34.505Z[ recovery-image] Dec 18 23:17:33.166 INFO O| Dec 18 23:17:33.165 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-18T23:17:34.550Z[ recovery-image] Dec 18 23:17:33.213 INFO O| Dec 18 23:17:33.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66852024-12-18T23:17:34.553Z[ recovery-image] Dec 18 23:17:33.213 INFO O| Dec 18 23:17:33.213 INFO STEP 765 (remove_files) COMPLETE
66862024-12-18T23:17:34.553Z[ recovery-image] Dec 18 23:17:33.213 INFO O| Dec 18 23:17:33.213 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-18T23:17:34.572Z[ recovery-image] Dec 18 23:17:33.233 INFO O| Dec 18 23:17:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66882024-12-18T23:17:34.575Z[ recovery-image] Dec 18 23:17:33.234 INFO O| Dec 18 23:17:33.233 INFO STEP 766 (remove_files) COMPLETE
66892024-12-18T23:17:34.576Z[ recovery-image] Dec 18 23:17:33.234 INFO O| Dec 18 23:17:33.233 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-18T23:17:34.591Z[ recovery-image] Dec 18 23:17:33.253 INFO O| Dec 18 23:17:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66912024-12-18T23:17:34.594Z[ recovery-image] Dec 18 23:17:33.253 INFO O| Dec 18 23:17:33.253 INFO STEP 767 (remove_files) COMPLETE
66922024-12-18T23:17:34.594Z[ recovery-image] Dec 18 23:17:33.254 INFO O| Dec 18 23:17:33.253 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-18T23:17:34.610Z[ recovery-image] Dec 18 23:17:33.273 INFO O| Dec 18 23:17:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66942024-12-18T23:17:34.613Z[ recovery-image] Dec 18 23:17:33.273 INFO O| Dec 18 23:17:33.273 INFO STEP 768 (remove_files) COMPLETE
66952024-12-18T23:17:34.613Z[ recovery-image] Dec 18 23:17:33.273 INFO O| Dec 18 23:17:33.273 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-18T23:17:34.649Z[ recovery-image] Dec 18 23:17:33.312 INFO O| Dec 18 23:17:33.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66972024-12-18T23:17:34.650Z[ recovery-image] Dec 18 23:17:33.312 INFO O| Dec 18 23:17:33.312 INFO STEP 769 (remove_files) COMPLETE
66982024-12-18T23:17:34.650Z[ recovery-image] Dec 18 23:17:33.312 INFO O| Dec 18 23:17:33.312 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-18T23:17:34.698Z[ recovery-image] Dec 18 23:17:33.361 INFO O| Dec 18 23:17:33.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67002024-12-18T23:17:34.698Z[ recovery-image] Dec 18 23:17:33.361 INFO O| Dec 18 23:17:33.361 INFO STEP 770 (remove_files) COMPLETE
67012024-12-18T23:17:34.698Z[ recovery-image] Dec 18 23:17:33.361 INFO O| Dec 18 23:17:33.361 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-18T23:17:34.722Z[ recovery-image] Dec 18 23:17:33.384 INFO O| Dec 18 23:17:33.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67032024-12-18T23:17:34.722Z[ recovery-image] Dec 18 23:17:33.384 INFO O| Dec 18 23:17:33.384 INFO STEP 771 (remove_files) COMPLETE
67042024-12-18T23:17:34.722Z[ recovery-image] Dec 18 23:17:33.384 INFO O| Dec 18 23:17:33.384 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-18T23:17:34.744Z[ recovery-image] Dec 18 23:17:33.406 INFO O| Dec 18 23:17:33.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67062024-12-18T23:17:34.744Z[ recovery-image] Dec 18 23:17:33.406 INFO O| Dec 18 23:17:33.406 INFO STEP 772 (remove_files) COMPLETE
67072024-12-18T23:17:34.744Z[ recovery-image] Dec 18 23:17:33.406 INFO O| Dec 18 23:17:33.406 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-18T23:17:34.764Z[ recovery-image] Dec 18 23:17:33.426 INFO O| Dec 18 23:17:33.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67092024-12-18T23:17:34.764Z[ recovery-image] Dec 18 23:17:33.426 INFO O| Dec 18 23:17:33.426 INFO STEP 773 (remove_files) COMPLETE
67102024-12-18T23:17:34.764Z[ recovery-image] Dec 18 23:17:33.426 INFO O| Dec 18 23:17:33.426 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-18T23:17:34.783Z[ recovery-image] Dec 18 23:17:33.446 INFO O| Dec 18 23:17:33.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67122024-12-18T23:17:34.783Z[ recovery-image] Dec 18 23:17:33.446 INFO O| Dec 18 23:17:33.446 INFO STEP 774 (remove_files) COMPLETE
67132024-12-18T23:17:34.783Z[ recovery-image] Dec 18 23:17:33.446 INFO O| Dec 18 23:17:33.446 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-18T23:17:34.803Z[ recovery-image] Dec 18 23:17:33.466 INFO O| Dec 18 23:17:33.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67152024-12-18T23:17:34.803Z[ recovery-image] Dec 18 23:17:33.466 INFO O| Dec 18 23:17:33.466 INFO STEP 775 (remove_files) COMPLETE
67162024-12-18T23:17:34.806Z[ recovery-image] Dec 18 23:17:33.466 INFO O| Dec 18 23:17:33.466 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-18T23:17:34.823Z[ recovery-image] Dec 18 23:17:33.485 INFO O| Dec 18 23:17:33.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67182024-12-18T23:17:34.823Z[ recovery-image] Dec 18 23:17:33.486 INFO O| Dec 18 23:17:33.485 INFO STEP 776 (remove_files) COMPLETE
67192024-12-18T23:17:34.823Z[ recovery-image] Dec 18 23:17:33.486 INFO O| Dec 18 23:17:33.486 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-18T23:17:34.844Z[ recovery-image] Dec 18 23:17:33.507 INFO O| Dec 18 23:17:33.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67212024-12-18T23:17:34.844Z[ recovery-image] Dec 18 23:17:33.507 INFO O| Dec 18 23:17:33.507 INFO STEP 777 (remove_files) COMPLETE
67222024-12-18T23:17:34.844Z[ recovery-image] Dec 18 23:17:33.507 INFO O| Dec 18 23:17:33.507 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-18T23:17:34.865Z[ recovery-image] Dec 18 23:17:33.528 INFO O| Dec 18 23:17:33.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67242024-12-18T23:17:34.865Z[ recovery-image] Dec 18 23:17:33.528 INFO O| Dec 18 23:17:33.528 INFO STEP 778 (remove_files) COMPLETE
67252024-12-18T23:17:34.868Z[ recovery-image] Dec 18 23:17:33.528 INFO O| Dec 18 23:17:33.528 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-18T23:17:34.886Z[ recovery-image] Dec 18 23:17:33.548 INFO O| Dec 18 23:17:33.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67272024-12-18T23:17:34.886Z[ recovery-image] Dec 18 23:17:33.548 INFO O| Dec 18 23:17:33.548 INFO STEP 779 (remove_files) COMPLETE
67282024-12-18T23:17:34.888Z[ recovery-image] Dec 18 23:17:33.548 INFO O| Dec 18 23:17:33.548 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-18T23:17:34.917Z[ recovery-image] Dec 18 23:17:33.579 INFO O| Dec 18 23:17:33.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67302024-12-18T23:17:34.917Z[ recovery-image] Dec 18 23:17:33.579 INFO O| Dec 18 23:17:33.579 INFO STEP 780 (remove_files) COMPLETE
67312024-12-18T23:17:34.920Z[ recovery-image] Dec 18 23:17:33.579 INFO O| Dec 18 23:17:33.579 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-18T23:17:34.976Z[ recovery-image] Dec 18 23:17:33.638 INFO O| Dec 18 23:17:33.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67332024-12-18T23:17:34.976Z[ recovery-image] Dec 18 23:17:33.638 INFO O| Dec 18 23:17:33.638 INFO STEP 781 (remove_files) COMPLETE
67342024-12-18T23:17:34.976Z[ recovery-image] Dec 18 23:17:33.638 INFO O| Dec 18 23:17:33.638 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-18T23:17:34.995Z[ recovery-image] Dec 18 23:17:33.657 INFO O| Dec 18 23:17:33.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67362024-12-18T23:17:34.997Z[ recovery-image] Dec 18 23:17:33.657 INFO O| Dec 18 23:17:33.657 INFO STEP 782 (remove_files) COMPLETE
67372024-12-18T23:17:34.997Z[ recovery-image] Dec 18 23:17:33.657 INFO O| Dec 18 23:17:33.657 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-18T23:17:35.021Z[ recovery-image] Dec 18 23:17:33.684 INFO O| Dec 18 23:17:33.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67392024-12-18T23:17:35.021Z[ recovery-image] Dec 18 23:17:33.684 INFO O| Dec 18 23:17:33.684 INFO STEP 783 (remove_files) COMPLETE
67402024-12-18T23:17:35.021Z[ recovery-image] Dec 18 23:17:33.684 INFO O| Dec 18 23:17:33.684 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-18T23:17:35.054Z[ recovery-image] Dec 18 23:17:33.717 INFO O| Dec 18 23:17:33.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67422024-12-18T23:17:35.054Z[ recovery-image] Dec 18 23:17:33.717 INFO O| Dec 18 23:17:33.717 INFO STEP 784 (remove_files) COMPLETE
67432024-12-18T23:17:35.055Z[ recovery-image] Dec 18 23:17:33.717 INFO O| Dec 18 23:17:33.717 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-18T23:17:35.116Z[ recovery-image] Dec 18 23:17:33.779 INFO O| Dec 18 23:17:33.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67452024-12-18T23:17:35.116Z[ recovery-image] Dec 18 23:17:33.779 INFO O| Dec 18 23:17:33.779 INFO STEP 785 (remove_files) COMPLETE
67462024-12-18T23:17:35.119Z[ recovery-image] Dec 18 23:17:33.779 INFO O| Dec 18 23:17:33.779 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-18T23:17:35.138Z[ recovery-image] Dec 18 23:17:33.800 INFO O| Dec 18 23:17:33.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67482024-12-18T23:17:35.138Z[ recovery-image] Dec 18 23:17:33.800 INFO O| Dec 18 23:17:33.800 INFO STEP 786 (remove_files) COMPLETE
67492024-12-18T23:17:35.141Z[ recovery-image] Dec 18 23:17:33.800 INFO O| Dec 18 23:17:33.800 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-18T23:17:35.157Z[ recovery-image] Dec 18 23:17:33.820 INFO O| Dec 18 23:17:33.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67512024-12-18T23:17:35.157Z[ recovery-image] Dec 18 23:17:33.820 INFO O| Dec 18 23:17:33.820 INFO STEP 787 (remove_files) COMPLETE
67522024-12-18T23:17:35.161Z[ recovery-image] Dec 18 23:17:33.820 INFO O| Dec 18 23:17:33.820 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-18T23:17:35.177Z[ recovery-image] Dec 18 23:17:33.840 INFO O| Dec 18 23:17:33.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67542024-12-18T23:17:35.177Z[ recovery-image] Dec 18 23:17:33.840 INFO O| Dec 18 23:17:33.840 INFO STEP 788 (remove_files) COMPLETE
67552024-12-18T23:17:35.177Z[ recovery-image] Dec 18 23:17:33.840 INFO O| Dec 18 23:17:33.840 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-18T23:17:35.215Z[ recovery-image] Dec 18 23:17:33.878 INFO O| Dec 18 23:17:33.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67572024-12-18T23:17:35.215Z[ recovery-image] Dec 18 23:17:33.878 INFO O| Dec 18 23:17:33.878 INFO STEP 789 (remove_files) COMPLETE
67582024-12-18T23:17:35.215Z[ recovery-image] Dec 18 23:17:33.878 INFO O| Dec 18 23:17:33.878 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-18T23:17:35.272Z[ recovery-image] Dec 18 23:17:33.934 INFO O| Dec 18 23:17:33.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67602024-12-18T23:17:35.272Z[ recovery-image] Dec 18 23:17:33.934 INFO O| Dec 18 23:17:33.934 INFO STEP 790 (remove_files) COMPLETE
67612024-12-18T23:17:35.272Z[ recovery-image] Dec 18 23:17:33.934 INFO O| Dec 18 23:17:33.934 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-18T23:17:35.291Z[ recovery-image] Dec 18 23:17:33.953 INFO O| Dec 18 23:17:33.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67632024-12-18T23:17:35.291Z[ recovery-image] Dec 18 23:17:33.954 INFO O| Dec 18 23:17:33.953 INFO STEP 791 (remove_files) COMPLETE
67642024-12-18T23:17:35.291Z[ recovery-image] Dec 18 23:17:33.954 INFO O| Dec 18 23:17:33.954 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-18T23:17:35.315Z[ recovery-image] Dec 18 23:17:33.977 INFO O| Dec 18 23:17:33.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67662024-12-18T23:17:35.317Z[ recovery-image] Dec 18 23:17:33.978 INFO O| Dec 18 23:17:33.977 INFO STEP 792 (remove_files) COMPLETE
67672024-12-18T23:17:35.318Z[ recovery-image] Dec 18 23:17:33.978 INFO O| Dec 18 23:17:33.978 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-18T23:17:35.337Z[ recovery-image] Dec 18 23:17:33.999 INFO O| Dec 18 23:17:33.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67692024-12-18T23:17:35.337Z[ recovery-image] Dec 18 23:17:34.000 INFO O| Dec 18 23:17:34.000 INFO STEP 793 (remove_files) COMPLETE
67702024-12-18T23:17:35.340Z[ recovery-image] Dec 18 23:17:34.000 INFO O| Dec 18 23:17:34.000 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-18T23:17:35.359Z[ recovery-image] Dec 18 23:17:34.022 INFO O| Dec 18 23:17:34.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67722024-12-18T23:17:35.362Z[ recovery-image] Dec 18 23:17:34.022 INFO O| Dec 18 23:17:34.022 INFO STEP 794 (remove_files) COMPLETE
67732024-12-18T23:17:35.362Z[ recovery-image] Dec 18 23:17:34.022 INFO O| Dec 18 23:17:34.022 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-18T23:17:35.405Z[ recovery-image] Dec 18 23:17:34.067 INFO O| Dec 18 23:17:34.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67752024-12-18T23:17:35.408Z[ recovery-image] Dec 18 23:17:34.067 INFO O| Dec 18 23:17:34.067 INFO STEP 795 (remove_files) COMPLETE
67762024-12-18T23:17:35.408Z[ recovery-image] Dec 18 23:17:34.067 INFO O| Dec 18 23:17:34.067 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-18T23:17:35.426Z[ recovery-image] Dec 18 23:17:34.088 INFO O| Dec 18 23:17:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67782024-12-18T23:17:35.428Z[ recovery-image] Dec 18 23:17:34.088 INFO O| Dec 18 23:17:34.088 INFO STEP 796 (remove_files) COMPLETE
67792024-12-18T23:17:35.428Z[ recovery-image] Dec 18 23:17:34.089 INFO O| Dec 18 23:17:34.088 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-18T23:17:35.483Z[ recovery-image] Dec 18 23:17:34.145 INFO O| Dec 18 23:17:34.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67812024-12-18T23:17:35.485Z[ recovery-image] Dec 18 23:17:34.146 INFO O| Dec 18 23:17:34.146 INFO STEP 797 (remove_files) COMPLETE
67822024-12-18T23:17:35.485Z[ recovery-image] Dec 18 23:17:34.146 INFO O| Dec 18 23:17:34.146 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-18T23:17:35.519Z[ recovery-image] Dec 18 23:17:34.181 INFO O| Dec 18 23:17:34.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67842024-12-18T23:17:35.522Z[ recovery-image] Dec 18 23:17:34.182 INFO O| Dec 18 23:17:34.182 INFO STEP 798 (remove_files) COMPLETE
67852024-12-18T23:17:35.522Z[ recovery-image] Dec 18 23:17:34.182 INFO O| Dec 18 23:17:34.182 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-18T23:17:35.540Z[ recovery-image] Dec 18 23:17:34.203 INFO O| Dec 18 23:17:34.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67872024-12-18T23:17:35.541Z[ recovery-image] Dec 18 23:17:34.203 INFO O| Dec 18 23:17:34.203 INFO STEP 799 (remove_files) COMPLETE
67882024-12-18T23:17:35.543Z[ recovery-image] Dec 18 23:17:34.203 INFO O| Dec 18 23:17:34.203 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-18T23:17:35.578Z[ recovery-image] Dec 18 23:17:34.240 INFO O| Dec 18 23:17:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67902024-12-18T23:17:35.578Z[ recovery-image] Dec 18 23:17:34.240 INFO O| Dec 18 23:17:34.240 INFO STEP 800 (remove_files) COMPLETE
67912024-12-18T23:17:35.578Z[ recovery-image] Dec 18 23:17:34.240 INFO O| Dec 18 23:17:34.240 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-18T23:17:35.639Z[ recovery-image] Dec 18 23:17:34.300 INFO O| Dec 18 23:17:34.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67932024-12-18T23:17:35.639Z[ recovery-image] Dec 18 23:17:34.300 INFO O| Dec 18 23:17:34.300 INFO STEP 801 (remove_files) COMPLETE
67942024-12-18T23:17:35.639Z[ recovery-image] Dec 18 23:17:34.300 INFO O| Dec 18 23:17:34.300 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-18T23:17:35.659Z[ recovery-image] Dec 18 23:17:34.321 INFO O| Dec 18 23:17:34.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67962024-12-18T23:17:35.659Z[ recovery-image] Dec 18 23:17:34.321 INFO O| Dec 18 23:17:34.321 INFO STEP 802 (remove_files) COMPLETE
67972024-12-18T23:17:35.662Z[ recovery-image] Dec 18 23:17:34.322 INFO O| Dec 18 23:17:34.321 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-18T23:17:35.682Z[ recovery-image] Dec 18 23:17:34.343 INFO O| Dec 18 23:17:34.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67992024-12-18T23:17:35.685Z[ recovery-image] Dec 18 23:17:34.343 INFO O| Dec 18 23:17:34.343 INFO STEP 803 (remove_files) COMPLETE
68002024-12-18T23:17:35.685Z[ recovery-image] Dec 18 23:17:34.343 INFO O| Dec 18 23:17:34.343 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-18T23:17:35.701Z[ recovery-image] Dec 18 23:17:34.364 INFO O| Dec 18 23:17:34.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68022024-12-18T23:17:35.704Z[ recovery-image] Dec 18 23:17:34.364 INFO O| Dec 18 23:17:34.364 INFO STEP 804 (remove_files) COMPLETE
68032024-12-18T23:17:35.704Z[ recovery-image] Dec 18 23:17:34.364 INFO O| Dec 18 23:17:34.364 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-18T23:17:35.851Z[ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68052024-12-18T23:17:35.851Z[ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.449 INFO STEP 805 (remove_files) COMPLETE
68062024-12-18T23:17:35.851Z[ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.449 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-18T23:17:35.859Z[ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68082024-12-18T23:17:35.859Z[ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.485 INFO STEP 806 (remove_files) COMPLETE
68092024-12-18T23:17:35.859Z[ recovery-image] Dec 18 23:17:34.510 INFO O| Dec 18 23:17:34.485 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-18T23:17:35.917Z[ recovery-image] Dec 18 23:17:34.578 INFO O| Dec 18 23:17:34.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68112024-12-18T23:17:35.918Z[ recovery-image] Dec 18 23:17:34.578 INFO O| Dec 18 23:17:34.578 INFO STEP 807 (remove_files) COMPLETE
68122024-12-18T23:17:35.918Z[ recovery-image] Dec 18 23:17:34.578 INFO O| Dec 18 23:17:34.578 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-18T23:17:35.957Z[ recovery-image] Dec 18 23:17:34.619 INFO O| Dec 18 23:17:34.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68142024-12-18T23:17:35.957Z[ recovery-image] Dec 18 23:17:34.619 INFO O| Dec 18 23:17:34.619 INFO STEP 808 (remove_files) COMPLETE
68152024-12-18T23:17:35.959Z[ recovery-image] Dec 18 23:17:34.620 INFO O| Dec 18 23:17:34.619 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-18T23:17:36.011Z[ recovery-image] Dec 18 23:17:34.673 INFO O| Dec 18 23:17:34.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68172024-12-18T23:17:36.011Z[ recovery-image] Dec 18 23:17:34.673 INFO O| Dec 18 23:17:34.673 INFO STEP 809 (remove_files) COMPLETE
68182024-12-18T23:17:36.011Z[ recovery-image] Dec 18 23:17:34.673 INFO O| Dec 18 23:17:34.673 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-18T23:17:36.042Z[ recovery-image] Dec 18 23:17:34.703 INFO O| Dec 18 23:17:34.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68202024-12-18T23:17:36.042Z[ recovery-image] Dec 18 23:17:34.703 INFO O| Dec 18 23:17:34.703 INFO STEP 810 (remove_files) COMPLETE
68212024-12-18T23:17:36.042Z[ recovery-image] Dec 18 23:17:34.703 INFO O| Dec 18 23:17:34.703 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-18T23:17:36.089Z[ recovery-image] Dec 18 23:17:34.752 INFO O| Dec 18 23:17:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68232024-12-18T23:17:36.089Z[ recovery-image] Dec 18 23:17:34.752 INFO O| Dec 18 23:17:34.752 INFO STEP 811 (remove_files) COMPLETE
68242024-12-18T23:17:36.092Z[ recovery-image] Dec 18 23:17:34.752 INFO O| Dec 18 23:17:34.752 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-18T23:17:36.135Z[ recovery-image] Dec 18 23:17:34.797 INFO O| Dec 18 23:17:34.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68262024-12-18T23:17:36.135Z[ recovery-image] Dec 18 23:17:34.797 INFO O| Dec 18 23:17:34.797 INFO STEP 812 (remove_files) COMPLETE
68272024-12-18T23:17:36.135Z[ recovery-image] Dec 18 23:17:34.797 INFO O| Dec 18 23:17:34.797 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-18T23:17:36.185Z[ recovery-image] Dec 18 23:17:34.848 INFO O| Dec 18 23:17:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68292024-12-18T23:17:36.188Z[ recovery-image] Dec 18 23:17:34.848 INFO O| Dec 18 23:17:34.848 INFO STEP 813 (remove_files) COMPLETE
68302024-12-18T23:17:36.188Z[ recovery-image] Dec 18 23:17:34.848 INFO O| Dec 18 23:17:34.848 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-18T23:17:36.231Z[ recovery-image] Dec 18 23:17:34.894 INFO O| Dec 18 23:17:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68322024-12-18T23:17:36.231Z[ recovery-image] Dec 18 23:17:34.894 INFO O| Dec 18 23:17:34.894 INFO STEP 814 (remove_files) COMPLETE
68332024-12-18T23:17:36.231Z[ recovery-image] Dec 18 23:17:34.894 INFO O| Dec 18 23:17:34.894 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-18T23:17:36.298Z[ recovery-image] Dec 18 23:17:34.961 INFO O| Dec 18 23:17:34.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68352024-12-18T23:17:36.298Z[ recovery-image] Dec 18 23:17:34.961 INFO O| Dec 18 23:17:34.961 INFO STEP 815 (remove_files) COMPLETE
68362024-12-18T23:17:36.301Z[ recovery-image] Dec 18 23:17:34.961 INFO O| Dec 18 23:17:34.961 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-18T23:17:36.321Z[ recovery-image] Dec 18 23:17:34.981 INFO O| Dec 18 23:17:34.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68382024-12-18T23:17:36.321Z[ recovery-image] Dec 18 23:17:34.981 INFO O| Dec 18 23:17:34.981 INFO STEP 816 (remove_files) COMPLETE
68392024-12-18T23:17:36.321Z[ recovery-image] Dec 18 23:17:34.981 INFO O| Dec 18 23:17:34.981 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-18T23:17:36.339Z[ recovery-image] Dec 18 23:17:35.001 INFO O| Dec 18 23:17:35.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68412024-12-18T23:17:36.358Z[ recovery-image] Dec 18 23:17:35.020 INFO O| Dec 18 23:17:35.020 INFO STEP 817 (remove_files) COMPLETE
68422024-12-18T23:17:36.358Z[ recovery-image] Dec 18 23:17:35.020 INFO O| Dec 18 23:17:35.020 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-18T23:17:36.379Z[ recovery-image] Dec 18 23:17:35.042 INFO O| Dec 18 23:17:35.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68442024-12-18T23:17:36.380Z[ recovery-image] Dec 18 23:17:35.042 INFO O| Dec 18 23:17:35.042 INFO STEP 818 (remove_files) COMPLETE
68452024-12-18T23:17:36.380Z[ recovery-image] Dec 18 23:17:35.042 INFO O| Dec 18 23:17:35.042 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-18T23:17:36.400Z[ recovery-image] Dec 18 23:17:35.063 INFO O| Dec 18 23:17:35.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68472024-12-18T23:17:36.410Z[ recovery-image] Dec 18 23:17:35.073 INFO O| Dec 18 23:17:35.073 INFO STEP 819 (remove_files) COMPLETE
68482024-12-18T23:17:36.411Z[ recovery-image] Dec 18 23:17:35.073 INFO O| Dec 18 23:17:35.073 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-18T23:17:36.469Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
68502024-12-18T23:17:36.562Z[ recovery-image] Dec 18 23:17:35.222 INFO O| Dec 18 23:17:35.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68512024-12-18T23:17:36.585Z[ recovery-image] Dec 18 23:17:35.248 INFO O| Dec 18 23:17:35.248 INFO STEP 820 (remove_files) COMPLETE
68522024-12-18T23:17:36.586Z[ recovery-image] Dec 18 23:17:35.248 INFO O| Dec 18 23:17:35.248 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-18T23:17:36.649Z[ recovery-image] Dec 18 23:17:35.310 INFO O| Dec 18 23:17:35.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68542024-12-18T23:17:36.649Z[ recovery-image] Dec 18 23:17:35.311 INFO O| Dec 18 23:17:35.311 INFO STEP 821 (remove_files) COMPLETE
68552024-12-18T23:17:36.649Z[ recovery-image] Dec 18 23:17:35.311 INFO O| Dec 18 23:17:35.311 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-18T23:17:36.670Z[ recovery-image] Dec 18 23:17:35.332 INFO O| Dec 18 23:17:35.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68572024-12-18T23:17:36.674Z[ recovery-image] Dec 18 23:17:35.334 INFO O| Dec 18 23:17:35.334 INFO STEP 822 (remove_files) COMPLETE
68582024-12-18T23:17:36.674Z[ recovery-image] Dec 18 23:17:35.334 INFO O| Dec 18 23:17:35.334 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-18T23:17:36.790Z[ recovery-image] Dec 18 23:17:35.452 INFO O| Dec 18 23:17:35.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68602024-12-18T23:17:36.790Z[ recovery-image] Dec 18 23:17:35.452 INFO O| Dec 18 23:17:35.452 INFO STEP 823 (remove_files) COMPLETE
68612024-12-18T23:17:36.790Z[ recovery-image] Dec 18 23:17:35.452 INFO O| Dec 18 23:17:35.452 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-18T23:17:36.812Z[ recovery-image] Dec 18 23:17:35.474 INFO O| Dec 18 23:17:35.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68632024-12-18T23:17:36.812Z[ recovery-image] Dec 18 23:17:35.474 INFO O| Dec 18 23:17:35.474 INFO STEP 824 (remove_files) COMPLETE
68642024-12-18T23:17:36.815Z[ recovery-image] Dec 18 23:17:35.474 INFO O| Dec 18 23:17:35.474 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-18T23:17:36.833Z[ recovery-image] Dec 18 23:17:35.495 INFO O| Dec 18 23:17:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68662024-12-18T23:17:36.833Z[ recovery-image] Dec 18 23:17:35.495 INFO O| Dec 18 23:17:35.495 INFO STEP 825 (remove_files) COMPLETE
68672024-12-18T23:17:36.835Z[ recovery-image] Dec 18 23:17:35.495 INFO O| Dec 18 23:17:35.495 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-18T23:17:36.853Z[ recovery-image] Dec 18 23:17:35.516 INFO O| Dec 18 23:17:35.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68692024-12-18T23:17:36.853Z[ recovery-image] Dec 18 23:17:35.516 INFO O| Dec 18 23:17:35.516 INFO STEP 826 (remove_files) COMPLETE
68702024-12-18T23:17:36.856Z[ recovery-image] Dec 18 23:17:35.516 INFO O| Dec 18 23:17:35.516 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-18T23:17:36.876Z[ recovery-image] Dec 18 23:17:35.538 INFO O| Dec 18 23:17:35.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68722024-12-18T23:17:36.876Z[ recovery-image] Dec 18 23:17:35.538 INFO O| Dec 18 23:17:35.538 INFO STEP 827 (remove_files) COMPLETE
68732024-12-18T23:17:36.876Z[ recovery-image] Dec 18 23:17:35.538 INFO O| Dec 18 23:17:35.538 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-18T23:17:36.900Z[ recovery-image] Dec 18 23:17:35.560 INFO O| Dec 18 23:17:35.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68752024-12-18T23:17:36.900Z[ recovery-image] Dec 18 23:17:35.560 INFO O| Dec 18 23:17:35.560 INFO STEP 828 (remove_files) COMPLETE
68762024-12-18T23:17:36.902Z[ recovery-image] Dec 18 23:17:35.560 INFO O| Dec 18 23:17:35.560 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-18T23:17:36.947Z[ recovery-image] Dec 18 23:17:35.610 INFO O| Dec 18 23:17:35.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68782024-12-18T23:17:36.947Z[ recovery-image] Dec 18 23:17:35.610 INFO O| Dec 18 23:17:35.610 INFO STEP 829 (remove_files) COMPLETE
68792024-12-18T23:17:36.947Z[ recovery-image] Dec 18 23:17:35.610 INFO O| Dec 18 23:17:35.610 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-18T23:17:36.971Z[ recovery-image] Dec 18 23:17:35.633 INFO O| Dec 18 23:17:35.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68812024-12-18T23:17:36.971Z[ recovery-image] Dec 18 23:17:35.633 INFO O| Dec 18 23:17:35.633 INFO STEP 830 (remove_files) COMPLETE
68822024-12-18T23:17:36.971Z[ recovery-image] Dec 18 23:17:35.633 INFO O| Dec 18 23:17:35.633 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-18T23:17:36.992Z[ recovery-image] Dec 18 23:17:35.654 INFO O| Dec 18 23:17:35.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68842024-12-18T23:17:36.992Z[ recovery-image] Dec 18 23:17:35.654 INFO O| Dec 18 23:17:35.654 INFO STEP 831 (remove_files) COMPLETE
68852024-12-18T23:17:36.994Z[ recovery-image] Dec 18 23:17:35.654 INFO O| Dec 18 23:17:35.654 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-18T23:17:37.019Z[ recovery-image] Dec 18 23:17:35.681 INFO O| Dec 18 23:17:35.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68872024-12-18T23:17:37.019Z[ recovery-image] Dec 18 23:17:35.681 INFO O| Dec 18 23:17:35.681 INFO STEP 832 (remove_files) COMPLETE
68882024-12-18T23:17:37.022Z[ recovery-image] Dec 18 23:17:35.681 INFO O| Dec 18 23:17:35.681 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-18T23:17:37.057Z[ recovery-image] Dec 18 23:17:35.718 INFO O| Dec 18 23:17:35.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68902024-12-18T23:17:37.057Z[ recovery-image] Dec 18 23:17:35.718 INFO O| Dec 18 23:17:35.718 INFO STEP 833 (remove_files) COMPLETE
68912024-12-18T23:17:37.057Z[ recovery-image] Dec 18 23:17:35.718 INFO O| Dec 18 23:17:35.718 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-18T23:17:37.083Z[ recovery-image] Dec 18 23:17:35.746 INFO O| Dec 18 23:17:35.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68932024-12-18T23:17:37.086Z[ recovery-image] Dec 18 23:17:35.746 INFO O| Dec 18 23:17:35.746 INFO STEP 834 (remove_files) COMPLETE
68942024-12-18T23:17:37.086Z[ recovery-image] Dec 18 23:17:35.746 INFO O| Dec 18 23:17:35.746 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-18T23:17:37.115Z[ recovery-image] Dec 18 23:17:35.777 INFO O| Dec 18 23:17:35.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68962024-12-18T23:17:37.115Z[ recovery-image] Dec 18 23:17:35.777 INFO O| Dec 18 23:17:35.777 INFO STEP 835 (remove_files) COMPLETE
68972024-12-18T23:17:37.118Z[ recovery-image] Dec 18 23:17:35.777 INFO O| Dec 18 23:17:35.777 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-18T23:17:37.149Z[ recovery-image] Dec 18 23:17:35.811 INFO O| Dec 18 23:17:35.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68992024-12-18T23:17:37.149Z[ recovery-image] Dec 18 23:17:35.811 INFO O| Dec 18 23:17:35.811 INFO STEP 836 (remove_files) COMPLETE
69002024-12-18T23:17:37.152Z[ recovery-image] Dec 18 23:17:35.811 INFO O| Dec 18 23:17:35.811 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-18T23:17:37.170Z[ recovery-image] Dec 18 23:17:35.832 INFO O| Dec 18 23:17:35.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69022024-12-18T23:17:37.170Z[ recovery-image] Dec 18 23:17:35.832 INFO O| Dec 18 23:17:35.832 INFO STEP 837 (remove_files) COMPLETE
69032024-12-18T23:17:37.170Z[ recovery-image] Dec 18 23:17:35.832 INFO O| Dec 18 23:17:35.832 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-18T23:17:37.207Z[ recovery-image] Dec 18 23:17:35.870 INFO O| Dec 18 23:17:35.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69052024-12-18T23:17:37.208Z[ recovery-image] Dec 18 23:17:35.870 INFO O| Dec 18 23:17:35.870 INFO STEP 838 (remove_files) COMPLETE
69062024-12-18T23:17:37.208Z[ recovery-image] Dec 18 23:17:35.870 INFO O| Dec 18 23:17:35.870 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-18T23:17:37.256Z[ recovery-image] Dec 18 23:17:35.919 INFO O| Dec 18 23:17:35.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69082024-12-18T23:17:37.257Z[ recovery-image] Dec 18 23:17:35.919 INFO O| Dec 18 23:17:35.919 INFO STEP 839 (remove_files) COMPLETE
69092024-12-18T23:17:37.267Z[ recovery-image] Dec 18 23:17:35.919 INFO O| Dec 18 23:17:35.919 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-18T23:17:37.279Z[ recovery-image] Dec 18 23:17:35.941 INFO O| Dec 18 23:17:35.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69112024-12-18T23:17:37.279Z[ recovery-image] Dec 18 23:17:35.941 INFO O| Dec 18 23:17:35.941 INFO STEP 840 (remove_files) COMPLETE
69122024-12-18T23:17:37.279Z[ recovery-image] Dec 18 23:17:35.941 INFO O| Dec 18 23:17:35.941 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-18T23:17:37.321Z[ recovery-image] Dec 18 23:17:35.983 INFO O| Dec 18 23:17:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69142024-12-18T23:17:37.321Z[ recovery-image] Dec 18 23:17:35.983 INFO O| Dec 18 23:17:35.983 INFO STEP 841 (remove_files) COMPLETE
69152024-12-18T23:17:37.325Z[ recovery-image] Dec 18 23:17:35.983 INFO O| Dec 18 23:17:35.983 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-18T23:17:37.341Z[ recovery-image] Dec 18 23:17:36.003 INFO O| Dec 18 23:17:36.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69172024-12-18T23:17:37.341Z[ recovery-image] Dec 18 23:17:36.003 INFO O| Dec 18 23:17:36.003 INFO STEP 842 (remove_files) COMPLETE
69182024-12-18T23:17:37.344Z[ recovery-image] Dec 18 23:17:36.004 INFO O| Dec 18 23:17:36.003 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-18T23:17:37.362Z[ recovery-image] Dec 18 23:17:36.024 INFO O| Dec 18 23:17:36.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69202024-12-18T23:17:37.362Z[ recovery-image] Dec 18 23:17:36.024 INFO O| Dec 18 23:17:36.024 INFO STEP 843 (remove_files) COMPLETE
69212024-12-18T23:17:37.364Z[ recovery-image] Dec 18 23:17:36.024 INFO O| Dec 18 23:17:36.024 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-18T23:17:37.382Z[ recovery-image] Dec 18 23:17:36.044 INFO O| Dec 18 23:17:36.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69232024-12-18T23:17:37.382Z[ recovery-image] Dec 18 23:17:36.044 INFO O| Dec 18 23:17:36.044 INFO STEP 844 (remove_files) COMPLETE
69242024-12-18T23:17:37.385Z[ recovery-image] Dec 18 23:17:36.044 INFO O| Dec 18 23:17:36.044 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-18T23:17:37.401Z[ recovery-image] Dec 18 23:17:36.063 INFO O| Dec 18 23:17:36.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69262024-12-18T23:17:37.402Z[ recovery-image] Dec 18 23:17:36.063 INFO O| Dec 18 23:17:36.063 INFO STEP 845 (remove_files) COMPLETE
69272024-12-18T23:17:37.405Z[ recovery-image] Dec 18 23:17:36.063 INFO O| Dec 18 23:17:36.063 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-18T23:17:37.425Z[ recovery-image] Dec 18 23:17:36.087 INFO O| Dec 18 23:17:36.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69292024-12-18T23:17:37.425Z[ recovery-image] Dec 18 23:17:36.087 INFO O| Dec 18 23:17:36.087 INFO STEP 846 (remove_files) COMPLETE
69302024-12-18T23:17:37.425Z[ recovery-image] Dec 18 23:17:36.087 INFO O| Dec 18 23:17:36.087 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-18T23:17:37.448Z[ recovery-image] Dec 18 23:17:36.110 INFO O| Dec 18 23:17:36.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69322024-12-18T23:17:37.448Z[ recovery-image] Dec 18 23:17:36.110 INFO O| Dec 18 23:17:36.110 INFO STEP 847 (remove_files) COMPLETE
69332024-12-18T23:17:37.448Z[ recovery-image] Dec 18 23:17:36.110 INFO O| Dec 18 23:17:36.110 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-18T23:17:37.486Z[ recovery-image] Dec 18 23:17:36.148 INFO O| Dec 18 23:17:36.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69352024-12-18T23:17:37.490Z[ recovery-image] Dec 18 23:17:36.148 INFO O| Dec 18 23:17:36.148 INFO STEP 848 (remove_files) COMPLETE
69362024-12-18T23:17:37.490Z[ recovery-image] Dec 18 23:17:36.148 INFO O| Dec 18 23:17:36.148 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-18T23:17:37.509Z[ recovery-image] Dec 18 23:17:36.171 INFO O| Dec 18 23:17:36.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69382024-12-18T23:17:37.532Z[ recovery-image] Dec 18 23:17:36.194 INFO O| Dec 18 23:17:36.194 INFO STEP 849 (remove_files) COMPLETE
69392024-12-18T23:17:37.532Z[ recovery-image] Dec 18 23:17:36.194 INFO O| Dec 18 23:17:36.194 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-18T23:17:37.588Z[ recovery-image] Dec 18 23:17:36.250 INFO O| Dec 18 23:17:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69412024-12-18T23:17:37.597Z[ recovery-image] Dec 18 23:17:36.259 INFO O| Dec 18 23:17:36.259 INFO STEP 850 (remove_files) COMPLETE
69422024-12-18T23:17:37.597Z[ recovery-image] Dec 18 23:17:36.259 INFO O| Dec 18 23:17:36.259 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-18T23:17:37.643Z[ recovery-image] Dec 18 23:17:36.305 INFO O| Dec 18 23:17:36.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69442024-12-18T23:17:37.644Z[ recovery-image] Dec 18 23:17:36.305 INFO O| Dec 18 23:17:36.305 INFO STEP 851 (remove_files) COMPLETE
69452024-12-18T23:17:37.648Z[ recovery-image] Dec 18 23:17:36.305 INFO O| Dec 18 23:17:36.305 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-18T23:17:37.665Z[ recovery-image] Dec 18 23:17:36.327 INFO O| Dec 18 23:17:36.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69472024-12-18T23:17:37.665Z[ recovery-image] Dec 18 23:17:36.327 INFO O| Dec 18 23:17:36.327 INFO STEP 852 (remove_files) COMPLETE
69482024-12-18T23:17:37.665Z[ recovery-image] Dec 18 23:17:36.327 INFO O| Dec 18 23:17:36.327 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-18T23:17:37.686Z[ recovery-image] Dec 18 23:17:36.348 INFO O| Dec 18 23:17:36.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69502024-12-18T23:17:37.686Z[ recovery-image] Dec 18 23:17:36.348 INFO O| Dec 18 23:17:36.348 INFO STEP 853 (remove_files) COMPLETE
69512024-12-18T23:17:37.686Z[ recovery-image] Dec 18 23:17:36.348 INFO O| Dec 18 23:17:36.348 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-18T23:17:37.748Z[ recovery-image] Dec 18 23:17:36.410 INFO O| Dec 18 23:17:36.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69532024-12-18T23:17:37.748Z[ recovery-image] Dec 18 23:17:36.410 INFO O| Dec 18 23:17:36.410 INFO STEP 854 (remove_files) COMPLETE
69542024-12-18T23:17:37.748Z[ recovery-image] Dec 18 23:17:36.410 INFO O| Dec 18 23:17:36.410 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-18T23:17:37.769Z[ recovery-image] Dec 18 23:17:36.431 INFO O| Dec 18 23:17:36.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69562024-12-18T23:17:37.769Z[ recovery-image] Dec 18 23:17:36.431 INFO O| Dec 18 23:17:36.431 INFO STEP 855 (remove_files) COMPLETE
69572024-12-18T23:17:37.772Z[ recovery-image] Dec 18 23:17:36.432 INFO O| Dec 18 23:17:36.431 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-18T23:17:37.789Z[ recovery-image] Dec 18 23:17:36.451 INFO O| Dec 18 23:17:36.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69592024-12-18T23:17:37.789Z[ recovery-image] Dec 18 23:17:36.452 INFO O| Dec 18 23:17:36.452 INFO STEP 856 (remove_files) COMPLETE
69602024-12-18T23:17:37.789Z[ recovery-image] Dec 18 23:17:36.452 INFO O| Dec 18 23:17:36.452 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-18T23:17:37.810Z[ recovery-image] Dec 18 23:17:36.472 INFO O| Dec 18 23:17:36.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69622024-12-18T23:17:37.813Z[ recovery-image] Dec 18 23:17:36.472 INFO O| Dec 18 23:17:36.472 INFO STEP 857 (remove_files) COMPLETE
69632024-12-18T23:17:37.813Z[ recovery-image] Dec 18 23:17:36.472 INFO O| Dec 18 23:17:36.472 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-18T23:17:37.832Z[ recovery-image] Dec 18 23:17:36.494 INFO O| Dec 18 23:17:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69652024-12-18T23:17:37.832Z[ recovery-image] Dec 18 23:17:36.494 INFO O| Dec 18 23:17:36.494 INFO STEP 858 (remove_files) COMPLETE
69662024-12-18T23:17:37.832Z[ recovery-image] Dec 18 23:17:36.494 INFO O| Dec 18 23:17:36.494 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-18T23:17:37.855Z[ recovery-image] Dec 18 23:17:36.516 INFO O| Dec 18 23:17:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69682024-12-18T23:17:37.855Z[ recovery-image] Dec 18 23:17:36.516 INFO O| Dec 18 23:17:36.516 INFO STEP 859 (remove_files) COMPLETE
69692024-12-18T23:17:37.858Z[ recovery-image] Dec 18 23:17:36.516 INFO O| Dec 18 23:17:36.516 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-18T23:17:37.875Z[ recovery-image] Dec 18 23:17:36.538 INFO O| Dec 18 23:17:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69712024-12-18T23:17:37.875Z[ recovery-image] Dec 18 23:17:36.538 INFO O| Dec 18 23:17:36.538 INFO STEP 860 (remove_files) COMPLETE
69722024-12-18T23:17:37.875Z[ recovery-image] Dec 18 23:17:36.538 INFO O| Dec 18 23:17:36.538 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-18T23:17:37.904Z[ recovery-image] Dec 18 23:17:36.565 INFO O| Dec 18 23:17:36.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69742024-12-18T23:17:37.907Z[ recovery-image] Dec 18 23:17:36.565 INFO O| Dec 18 23:17:36.565 INFO STEP 861 (remove_files) COMPLETE
69752024-12-18T23:17:37.907Z[ recovery-image] Dec 18 23:17:36.566 INFO O| Dec 18 23:17:36.566 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-18T23:17:37.923Z[ recovery-image] Dec 18 23:17:36.586 INFO O| Dec 18 23:17:36.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69772024-12-18T23:17:37.926Z[ recovery-image] Dec 18 23:17:36.586 INFO O| Dec 18 23:17:36.586 INFO STEP 862 (remove_files) COMPLETE
69782024-12-18T23:17:37.927Z[ recovery-image] Dec 18 23:17:36.586 INFO O| Dec 18 23:17:36.586 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-18T23:17:37.943Z[ recovery-image] Dec 18 23:17:36.605 INFO O| Dec 18 23:17:36.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69802024-12-18T23:17:37.943Z[ recovery-image] Dec 18 23:17:36.605 INFO O| Dec 18 23:17:36.605 INFO STEP 863 (remove_files) COMPLETE
69812024-12-18T23:17:37.945Z[ recovery-image] Dec 18 23:17:36.606 INFO O| Dec 18 23:17:36.605 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-18T23:17:38.033Z[ recovery-image] Dec 18 23:17:36.695 INFO O| Dec 18 23:17:36.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69832024-12-18T23:17:38.033Z[ recovery-image] Dec 18 23:17:36.695 INFO O| Dec 18 23:17:36.695 INFO STEP 864 (remove_files) COMPLETE
69842024-12-18T23:17:38.033Z[ recovery-image] Dec 18 23:17:36.695 INFO O| Dec 18 23:17:36.695 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-18T23:17:38.055Z[ recovery-image] Dec 18 23:17:36.717 INFO O| Dec 18 23:17:36.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69862024-12-18T23:17:38.055Z[ recovery-image] Dec 18 23:17:36.717 INFO O| Dec 18 23:17:36.717 INFO STEP 865 (remove_files) COMPLETE
69872024-12-18T23:17:38.055Z[ recovery-image] Dec 18 23:17:36.717 INFO O| Dec 18 23:17:36.717 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-18T23:17:38.081Z[ recovery-image] Dec 18 23:17:36.743 INFO O| Dec 18 23:17:36.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69892024-12-18T23:17:38.081Z[ recovery-image] Dec 18 23:17:36.743 INFO O| Dec 18 23:17:36.743 INFO STEP 866 (remove_files) COMPLETE
69902024-12-18T23:17:38.081Z[ recovery-image] Dec 18 23:17:36.743 INFO O| Dec 18 23:17:36.743 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-18T23:17:38.142Z[ recovery-image] Dec 18 23:17:36.804 INFO O| Dec 18 23:17:36.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69922024-12-18T23:17:38.142Z[ recovery-image] Dec 18 23:17:36.804 INFO O| Dec 18 23:17:36.804 INFO STEP 867 (remove_files) COMPLETE
69932024-12-18T23:17:38.142Z[ recovery-image] Dec 18 23:17:36.804 INFO O| Dec 18 23:17:36.804 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-18T23:17:38.166Z[ recovery-image] Dec 18 23:17:36.828 INFO O| Dec 18 23:17:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69952024-12-18T23:17:38.166Z[ recovery-image] Dec 18 23:17:36.828 INFO O| Dec 18 23:17:36.828 INFO STEP 868 (remove_files) COMPLETE
69962024-12-18T23:17:38.166Z[ recovery-image] Dec 18 23:17:36.828 INFO O| Dec 18 23:17:36.828 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-18T23:17:38.263Z[ recovery-image] Dec 18 23:17:36.926 INFO O| Dec 18 23:17:36.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69982024-12-18T23:17:38.266Z[ recovery-image] Dec 18 23:17:36.926 INFO O| Dec 18 23:17:36.926 INFO STEP 869 (remove_files) COMPLETE
69992024-12-18T23:17:38.266Z[ recovery-image] Dec 18 23:17:36.926 INFO O| Dec 18 23:17:36.926 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-18T23:17:38.284Z[ recovery-image] Dec 18 23:17:36.946 INFO O| Dec 18 23:17:36.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70012024-12-18T23:17:38.284Z[ recovery-image] Dec 18 23:17:36.946 INFO O| Dec 18 23:17:36.946 INFO STEP 870 (remove_files) COMPLETE
70022024-12-18T23:17:38.285Z[ recovery-image] Dec 18 23:17:36.946 INFO O| Dec 18 23:17:36.946 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-18T23:17:38.318Z[ recovery-image] Dec 18 23:17:36.980 INFO O| Dec 18 23:17:36.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70042024-12-18T23:17:38.318Z[ recovery-image] Dec 18 23:17:36.980 INFO O| Dec 18 23:17:36.980 INFO STEP 871 (remove_files) COMPLETE
70052024-12-18T23:17:38.318Z[ recovery-image] Dec 18 23:17:36.980 INFO O| Dec 18 23:17:36.980 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-18T23:17:38.360Z[ recovery-image] Dec 18 23:17:37.022 INFO O| Dec 18 23:17:37.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70072024-12-18T23:17:38.363Z[ recovery-image] Dec 18 23:17:37.022 INFO O| Dec 18 23:17:37.022 INFO STEP 872 (remove_files) COMPLETE
70082024-12-18T23:17:38.363Z[ recovery-image] Dec 18 23:17:37.022 INFO O| Dec 18 23:17:37.022 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-18T23:17:38.396Z[ recovery-image] Dec 18 23:17:37.058 INFO O| Dec 18 23:17:37.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70102024-12-18T23:17:38.396Z[ recovery-image] Dec 18 23:17:37.058 INFO O| Dec 18 23:17:37.058 INFO STEP 873 (remove_files) COMPLETE
70112024-12-18T23:17:38.396Z[ recovery-image] Dec 18 23:17:37.058 INFO O| Dec 18 23:17:37.058 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-18T23:17:38.416Z[ recovery-image] Dec 18 23:17:37.078 INFO O| Dec 18 23:17:37.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70132024-12-18T23:17:38.416Z[ recovery-image] Dec 18 23:17:37.078 INFO O| Dec 18 23:17:37.078 INFO STEP 874 (remove_files) COMPLETE
70142024-12-18T23:17:38.416Z[ recovery-image] Dec 18 23:17:37.078 INFO O| Dec 18 23:17:37.078 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-18T23:17:38.437Z[ recovery-image] Dec 18 23:17:37.098 INFO O| Dec 18 23:17:37.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70162024-12-18T23:17:38.437Z[ recovery-image] Dec 18 23:17:37.098 INFO O| Dec 18 23:17:37.098 INFO STEP 875 (remove_files) COMPLETE
70172024-12-18T23:17:38.437Z[ recovery-image] Dec 18 23:17:37.098 INFO O| Dec 18 23:17:37.098 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-18T23:17:38.508Z[ recovery-image] Dec 18 23:17:37.154 INFO O| Dec 18 23:17:37.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70192024-12-18T23:17:38.508Z[ recovery-image] Dec 18 23:17:37.154 INFO O| Dec 18 23:17:37.154 INFO STEP 876 (remove_files) COMPLETE
70202024-12-18T23:17:38.508Z[ recovery-image] Dec 18 23:17:37.154 INFO O| Dec 18 23:17:37.154 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-18T23:17:38.522Z[ recovery-image] Dec 18 23:17:37.184 INFO O| Dec 18 23:17:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70222024-12-18T23:17:38.522Z[ recovery-image] Dec 18 23:17:37.184 INFO O| Dec 18 23:17:37.184 INFO STEP 877 (remove_files) COMPLETE
70232024-12-18T23:17:38.522Z[ recovery-image] Dec 18 23:17:37.184 INFO O| Dec 18 23:17:37.184 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-18T23:17:38.612Z[ recovery-image] Dec 18 23:17:37.274 INFO O| Dec 18 23:17:37.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70252024-12-18T23:17:38.612Z[ recovery-image] Dec 18 23:17:37.274 INFO O| Dec 18 23:17:37.274 INFO STEP 878 (remove_files) COMPLETE
70262024-12-18T23:17:38.615Z[ recovery-image] Dec 18 23:17:37.274 INFO O| Dec 18 23:17:37.274 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-18T23:17:38.634Z[ recovery-image] Dec 18 23:17:37.295 INFO O| Dec 18 23:17:37.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70282024-12-18T23:17:38.634Z[ recovery-image] Dec 18 23:17:37.295 INFO O| Dec 18 23:17:37.295 INFO STEP 879 (remove_files) COMPLETE
70292024-12-18T23:17:38.637Z[ recovery-image] Dec 18 23:17:37.295 INFO O| Dec 18 23:17:37.295 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-18T23:17:38.653Z[ recovery-image] Dec 18 23:17:37.314 INFO O| Dec 18 23:17:37.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70312024-12-18T23:17:38.653Z[ recovery-image] Dec 18 23:17:37.314 INFO O| Dec 18 23:17:37.314 INFO STEP 880 (remove_files) COMPLETE
70322024-12-18T23:17:38.653Z[ recovery-image] Dec 18 23:17:37.314 INFO O| Dec 18 23:17:37.314 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-18T23:17:38.679Z[ recovery-image] Dec 18 23:17:37.341 INFO O| Dec 18 23:17:37.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70342024-12-18T23:17:38.679Z[ recovery-image] Dec 18 23:17:37.341 INFO O| Dec 18 23:17:37.341 INFO STEP 881 (remove_files) COMPLETE
70352024-12-18T23:17:38.682Z[ recovery-image] Dec 18 23:17:37.341 INFO O| Dec 18 23:17:37.341 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-18T23:17:38.731Z[ recovery-image] Dec 18 23:17:37.393 INFO O| Dec 18 23:17:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70372024-12-18T23:17:38.731Z[ recovery-image] Dec 18 23:17:37.393 INFO O| Dec 18 23:17:37.379 INFO STEP 882 (remove_files) COMPLETE
70382024-12-18T23:17:38.731Z[ recovery-image] Dec 18 23:17:37.393 INFO O| Dec 18 23:17:37.379 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-18T23:17:38.737Z[ recovery-image] Dec 18 23:17:37.399 INFO O| Dec 18 23:17:37.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70402024-12-18T23:17:38.737Z[ recovery-image] Dec 18 23:17:37.399 INFO O| Dec 18 23:17:37.399 INFO STEP 883 (remove_files) COMPLETE
70412024-12-18T23:17:38.740Z[ recovery-image] Dec 18 23:17:37.399 INFO O| Dec 18 23:17:37.399 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-18T23:17:38.756Z[ recovery-image] Dec 18 23:17:37.418 INFO O| Dec 18 23:17:37.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70432024-12-18T23:17:38.759Z[ recovery-image] Dec 18 23:17:37.419 INFO O| Dec 18 23:17:37.419 INFO STEP 884 (remove_files) COMPLETE
70442024-12-18T23:17:38.759Z[ recovery-image] Dec 18 23:17:37.419 INFO O| Dec 18 23:17:37.419 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-18T23:17:38.777Z[ recovery-image] Dec 18 23:17:37.439 INFO O| Dec 18 23:17:37.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70462024-12-18T23:17:38.777Z[ recovery-image] Dec 18 23:17:37.440 INFO O| Dec 18 23:17:37.439 INFO STEP 885 (remove_files) COMPLETE
70472024-12-18T23:17:38.781Z[ recovery-image] Dec 18 23:17:37.440 INFO O| Dec 18 23:17:37.440 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-18T23:17:38.797Z[ recovery-image] Dec 18 23:17:37.459 INFO O| Dec 18 23:17:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70492024-12-18T23:17:38.822Z[ recovery-image] Dec 18 23:17:37.484 INFO O| Dec 18 23:17:37.484 INFO STEP 886 (remove_files) COMPLETE
70502024-12-18T23:17:38.822Z[ recovery-image] Dec 18 23:17:37.484 INFO O| Dec 18 23:17:37.484 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-18T23:17:38.908Z[ recovery-image] Dec 18 23:17:37.570 INFO O| Dec 18 23:17:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70522024-12-18T23:17:38.911Z[ recovery-image] Dec 18 23:17:37.570 INFO O| Dec 18 23:17:37.570 INFO STEP 887 (remove_files) COMPLETE
70532024-12-18T23:17:38.911Z[ recovery-image] Dec 18 23:17:37.570 INFO O| Dec 18 23:17:37.570 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-18T23:17:38.929Z[ recovery-image] Dec 18 23:17:37.591 INFO O| Dec 18 23:17:37.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70552024-12-18T23:17:38.954Z[ recovery-image] Dec 18 23:17:37.616 INFO O| Dec 18 23:17:37.616 INFO STEP 888 (remove_files) COMPLETE
70562024-12-18T23:17:38.957Z[ recovery-image] Dec 18 23:17:37.616 INFO O| Dec 18 23:17:37.616 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-18T23:17:38.987Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
70582024-12-18T23:17:39.025Z[ recovery-image] Dec 18 23:17:37.685 INFO O| Dec 18 23:17:37.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70592024-12-18T23:17:39.025Z[ recovery-image] Dec 18 23:17:37.685 INFO O| Dec 18 23:17:37.685 INFO STEP 889 (remove_files) COMPLETE
70602024-12-18T23:17:39.025Z[ recovery-image] Dec 18 23:17:37.685 INFO O| Dec 18 23:17:37.685 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-18T23:17:39.049Z[ recovery-image] Dec 18 23:17:37.704 INFO O| Dec 18 23:17:37.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70622024-12-18T23:17:39.049Z[ recovery-image] Dec 18 23:17:37.705 INFO O| Dec 18 23:17:37.705 INFO STEP 890 (remove_files) COMPLETE
70632024-12-18T23:17:39.049Z[ recovery-image] Dec 18 23:17:37.705 INFO O| Dec 18 23:17:37.705 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-18T23:17:39.081Z[ recovery-image] Dec 18 23:17:37.734 INFO O| Dec 18 23:17:37.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70652024-12-18T23:17:39.081Z[ recovery-image] Dec 18 23:17:37.734 INFO O| Dec 18 23:17:37.734 INFO STEP 891 (remove_files) COMPLETE
70662024-12-18T23:17:39.081Z[ recovery-image] Dec 18 23:17:37.734 INFO O| Dec 18 23:17:37.734 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-18T23:17:39.114Z[ recovery-image] Dec 18 23:17:37.776 INFO O| Dec 18 23:17:37.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70682024-12-18T23:17:39.114Z[ recovery-image] Dec 18 23:17:37.776 INFO O| Dec 18 23:17:37.776 INFO STEP 892 (remove_files) COMPLETE
70692024-12-18T23:17:39.114Z[ recovery-image] Dec 18 23:17:37.776 INFO O| Dec 18 23:17:37.776 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-18T23:17:39.137Z[ recovery-image] Dec 18 23:17:37.797 INFO O| Dec 18 23:17:37.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70712024-12-18T23:17:39.159Z[ recovery-image] Dec 18 23:17:37.797 INFO O| Dec 18 23:17:37.797 INFO STEP 893 (remove_files) COMPLETE
70722024-12-18T23:17:39.159Z[ recovery-image] Dec 18 23:17:37.797 INFO O| Dec 18 23:17:37.797 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-18T23:17:39.159Z[ recovery-image] Dec 18 23:17:37.816 INFO O| Dec 18 23:17:37.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70742024-12-18T23:17:39.162Z[ recovery-image] Dec 18 23:17:37.816 INFO O| Dec 18 23:17:37.816 INFO STEP 894 (remove_files) COMPLETE
70752024-12-18T23:17:39.163Z[ recovery-image] Dec 18 23:17:37.816 INFO O| Dec 18 23:17:37.816 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-18T23:17:39.211Z[ recovery-image] Dec 18 23:17:37.873 INFO O| Dec 18 23:17:37.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70772024-12-18T23:17:39.211Z[ recovery-image] Dec 18 23:17:37.873 INFO O| Dec 18 23:17:37.873 INFO STEP 895 (remove_files) COMPLETE
70782024-12-18T23:17:39.211Z[ recovery-image] Dec 18 23:17:37.873 INFO O| Dec 18 23:17:37.873 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-18T23:17:39.246Z[ recovery-image] Dec 18 23:17:37.908 INFO O| Dec 18 23:17:37.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70802024-12-18T23:17:39.246Z[ recovery-image] Dec 18 23:17:37.908 INFO O| Dec 18 23:17:37.908 INFO STEP 896 (remove_files) COMPLETE
70812024-12-18T23:17:39.246Z[ recovery-image] Dec 18 23:17:37.908 INFO O| Dec 18 23:17:37.908 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-18T23:17:39.278Z[ recovery-image] Dec 18 23:17:37.938 INFO O| Dec 18 23:17:37.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70832024-12-18T23:17:39.278Z[ recovery-image] Dec 18 23:17:37.938 INFO O| Dec 18 23:17:37.928 INFO STEP 897 (remove_files) COMPLETE
70842024-12-18T23:17:39.278Z[ recovery-image] Dec 18 23:17:37.938 INFO O| Dec 18 23:17:37.928 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-18T23:17:39.289Z[ recovery-image] Dec 18 23:17:37.948 INFO O| Dec 18 23:17:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70862024-12-18T23:17:39.289Z[ recovery-image] Dec 18 23:17:37.948 INFO O| Dec 18 23:17:37.948 INFO STEP 898 (remove_files) COMPLETE
70872024-12-18T23:17:39.289Z[ recovery-image] Dec 18 23:17:37.949 INFO O| Dec 18 23:17:37.948 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-18T23:17:39.305Z[ recovery-image] Dec 18 23:17:37.967 INFO O| Dec 18 23:17:37.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70892024-12-18T23:17:39.308Z[ recovery-image] Dec 18 23:17:37.968 INFO O| Dec 18 23:17:37.968 INFO STEP 899 (remove_files) COMPLETE
70902024-12-18T23:17:39.308Z[ recovery-image] Dec 18 23:17:37.968 INFO O| Dec 18 23:17:37.968 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-18T23:17:39.325Z[ recovery-image] Dec 18 23:17:37.987 INFO O| Dec 18 23:17:37.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70922024-12-18T23:17:39.328Z[ recovery-image] Dec 18 23:17:37.987 INFO O| Dec 18 23:17:37.987 INFO STEP 900 (remove_files) COMPLETE
70932024-12-18T23:17:39.328Z[ recovery-image] Dec 18 23:17:37.987 INFO O| Dec 18 23:17:37.987 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-18T23:17:39.345Z[ recovery-image] Dec 18 23:17:38.008 INFO O| Dec 18 23:17:38.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70952024-12-18T23:17:39.346Z[ recovery-image] Dec 18 23:17:38.008 INFO O| Dec 18 23:17:38.008 INFO STEP 901 (remove_files) COMPLETE
70962024-12-18T23:17:39.348Z[ recovery-image] Dec 18 23:17:38.008 INFO O| Dec 18 23:17:38.008 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-18T23:17:39.366Z[ recovery-image] Dec 18 23:17:38.027 INFO O| Dec 18 23:17:38.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70982024-12-18T23:17:39.366Z[ recovery-image] Dec 18 23:17:38.028 INFO O| Dec 18 23:17:38.028 INFO STEP 902 (remove_files) COMPLETE
70992024-12-18T23:17:39.369Z[ recovery-image] Dec 18 23:17:38.028 INFO O| Dec 18 23:17:38.028 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-18T23:17:39.399Z[ recovery-image] Dec 18 23:17:38.061 INFO O| Dec 18 23:17:38.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71012024-12-18T23:17:39.402Z[ recovery-image] Dec 18 23:17:38.061 INFO O| Dec 18 23:17:38.061 INFO STEP 903 (remove_files) COMPLETE
71022024-12-18T23:17:39.402Z[ recovery-image] Dec 18 23:17:38.061 INFO O| Dec 18 23:17:38.061 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-18T23:17:39.418Z[ recovery-image] Dec 18 23:17:38.080 INFO O| Dec 18 23:17:38.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71042024-12-18T23:17:39.421Z[ recovery-image] Dec 18 23:17:38.081 INFO O| Dec 18 23:17:38.081 INFO STEP 904 (remove_files) COMPLETE
71052024-12-18T23:17:39.421Z[ recovery-image] Dec 18 23:17:38.081 INFO O| Dec 18 23:17:38.081 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-18T23:17:39.522Z[ recovery-image] Dec 18 23:17:38.184 INFO O| Dec 18 23:17:38.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71072024-12-18T23:17:39.522Z[ recovery-image] Dec 18 23:17:38.184 INFO O| Dec 18 23:17:38.184 INFO STEP 905 (remove_files) COMPLETE
71082024-12-18T23:17:39.526Z[ recovery-image] Dec 18 23:17:38.184 INFO O| Dec 18 23:17:38.184 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-18T23:17:39.564Z[ recovery-image] Dec 18 23:17:38.222 INFO O| Dec 18 23:17:38.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71102024-12-18T23:17:39.568Z[ recovery-image] Dec 18 23:17:38.222 INFO O| Dec 18 23:17:38.222 INFO STEP 906 (remove_files) COMPLETE
71112024-12-18T23:17:39.568Z[ recovery-image] Dec 18 23:17:38.223 INFO O| Dec 18 23:17:38.222 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-18T23:17:39.595Z[ recovery-image] Dec 18 23:17:38.257 INFO O| Dec 18 23:17:38.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71132024-12-18T23:17:39.598Z[ recovery-image] Dec 18 23:17:38.257 INFO O| Dec 18 23:17:38.257 INFO STEP 907 (remove_files) COMPLETE
71142024-12-18T23:17:39.598Z[ recovery-image] Dec 18 23:17:38.258 INFO O| Dec 18 23:17:38.258 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-18T23:17:39.616Z[ recovery-image] Dec 18 23:17:38.278 INFO O| Dec 18 23:17:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71162024-12-18T23:17:39.619Z[ recovery-image] Dec 18 23:17:38.279 INFO O| Dec 18 23:17:38.278 INFO STEP 908 (remove_files) COMPLETE
71172024-12-18T23:17:39.619Z[ recovery-image] Dec 18 23:17:38.279 INFO O| Dec 18 23:17:38.279 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-18T23:17:39.638Z[ recovery-image] Dec 18 23:17:38.300 INFO O| Dec 18 23:17:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71192024-12-18T23:17:39.640Z[ recovery-image] Dec 18 23:17:38.300 INFO O| Dec 18 23:17:38.300 INFO STEP 909 (remove_files) COMPLETE
71202024-12-18T23:17:39.640Z[ recovery-image] Dec 18 23:17:38.300 INFO O| Dec 18 23:17:38.300 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-18T23:17:39.659Z[ recovery-image] Dec 18 23:17:38.321 INFO O| Dec 18 23:17:38.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71222024-12-18T23:17:39.662Z[ recovery-image] Dec 18 23:17:38.321 INFO O| Dec 18 23:17:38.321 INFO STEP 910 (remove_files) COMPLETE
71232024-12-18T23:17:39.662Z[ recovery-image] Dec 18 23:17:38.321 INFO O| Dec 18 23:17:38.321 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-18T23:17:39.679Z[ recovery-image] Dec 18 23:17:38.341 INFO O| Dec 18 23:17:38.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71252024-12-18T23:17:39.679Z[ recovery-image] Dec 18 23:17:38.341 INFO O| Dec 18 23:17:38.341 INFO STEP 911 (remove_files) COMPLETE
71262024-12-18T23:17:39.679Z[ recovery-image] Dec 18 23:17:38.341 INFO O| Dec 18 23:17:38.341 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-18T23:17:39.698Z[ recovery-image] Dec 18 23:17:38.360 INFO O| Dec 18 23:17:38.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71282024-12-18T23:17:39.701Z[ recovery-image] Dec 18 23:17:38.361 INFO O| Dec 18 23:17:38.361 INFO STEP 912 (remove_files) COMPLETE
71292024-12-18T23:17:39.701Z[ recovery-image] Dec 18 23:17:38.361 INFO O| Dec 18 23:17:38.361 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-18T23:17:39.719Z[ recovery-image] Dec 18 23:17:38.381 INFO O| Dec 18 23:17:38.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71312024-12-18T23:17:39.723Z[ recovery-image] Dec 18 23:17:38.382 INFO O| Dec 18 23:17:38.382 INFO STEP 913 (remove_files) COMPLETE
71322024-12-18T23:17:39.723Z[ recovery-image] Dec 18 23:17:38.382 INFO O| Dec 18 23:17:38.382 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-18T23:17:39.824Z[ recovery-image] Dec 18 23:17:38.486 INFO O| Dec 18 23:17:38.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71342024-12-18T23:17:39.827Z[ recovery-image] Dec 18 23:17:38.486 INFO O| Dec 18 23:17:38.486 INFO STEP 914 (remove_files) COMPLETE
71352024-12-18T23:17:39.827Z[ recovery-image] Dec 18 23:17:38.486 INFO O| Dec 18 23:17:38.486 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-18T23:17:39.908Z[ recovery-image] Dec 18 23:17:38.570 INFO O| Dec 18 23:17:38.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71372024-12-18T23:17:39.911Z[ recovery-image] Dec 18 23:17:38.571 INFO O| Dec 18 23:17:38.571 INFO STEP 915 (remove_files) COMPLETE
71382024-12-18T23:17:39.911Z[ recovery-image] Dec 18 23:17:38.571 INFO O| Dec 18 23:17:38.571 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-18T23:17:39.930Z[ recovery-image] Dec 18 23:17:38.592 INFO O| Dec 18 23:17:38.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71402024-12-18T23:17:39.933Z[ recovery-image] Dec 18 23:17:38.592 INFO O| Dec 18 23:17:38.592 INFO STEP 916 (remove_files) COMPLETE
71412024-12-18T23:17:39.933Z[ recovery-image] Dec 18 23:17:38.593 INFO O| Dec 18 23:17:38.592 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-18T23:17:39.951Z[ recovery-image] Dec 18 23:17:38.613 INFO O| Dec 18 23:17:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71432024-12-18T23:17:39.954Z[ recovery-image] Dec 18 23:17:38.614 INFO O| Dec 18 23:17:38.614 INFO STEP 917 (remove_files) COMPLETE
71442024-12-18T23:17:39.954Z[ recovery-image] Dec 18 23:17:38.614 INFO O| Dec 18 23:17:38.614 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-18T23:17:39.971Z[ recovery-image] Dec 18 23:17:38.633 INFO O| Dec 18 23:17:38.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71462024-12-18T23:17:39.974Z[ recovery-image] Dec 18 23:17:38.634 INFO O| Dec 18 23:17:38.634 INFO STEP 918 (remove_files) COMPLETE
71472024-12-18T23:17:39.974Z[ recovery-image] Dec 18 23:17:38.634 INFO O| Dec 18 23:17:38.634 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-18T23:17:39.995Z[ recovery-image] Dec 18 23:17:38.656 INFO O| Dec 18 23:17:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71492024-12-18T23:17:39.995Z[ recovery-image] Dec 18 23:17:38.656 INFO O| Dec 18 23:17:38.656 INFO STEP 919 (remove_files) COMPLETE
71502024-12-18T23:17:39.995Z[ recovery-image] Dec 18 23:17:38.656 INFO O| Dec 18 23:17:38.656 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-18T23:17:40.021Z[ recovery-image] Dec 18 23:17:38.683 INFO O| Dec 18 23:17:38.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71522024-12-18T23:17:40.021Z[ recovery-image] Dec 18 23:17:38.684 INFO O| Dec 18 23:17:38.683 INFO STEP 920 (remove_files) COMPLETE
71532024-12-18T23:17:40.021Z[ recovery-image] Dec 18 23:17:38.684 INFO O| Dec 18 23:17:38.684 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-18T23:17:40.056Z[ recovery-image] Dec 18 23:17:38.718 INFO O| Dec 18 23:17:38.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71552024-12-18T23:17:40.056Z[ recovery-image] Dec 18 23:17:38.718 INFO O| Dec 18 23:17:38.718 INFO STEP 921 (remove_files) COMPLETE
71562024-12-18T23:17:40.056Z[ recovery-image] Dec 18 23:17:38.718 INFO O| Dec 18 23:17:38.718 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-18T23:17:40.094Z[ recovery-image] Dec 18 23:17:38.756 INFO O| Dec 18 23:17:38.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71582024-12-18T23:17:40.094Z[ recovery-image] Dec 18 23:17:38.756 INFO O| Dec 18 23:17:38.756 INFO STEP 922 (remove_files) COMPLETE
71592024-12-18T23:17:40.094Z[ recovery-image] Dec 18 23:17:38.756 INFO O| Dec 18 23:17:38.756 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-18T23:17:40.114Z[ recovery-image] Dec 18 23:17:38.776 INFO O| Dec 18 23:17:38.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71612024-12-18T23:17:40.114Z[ recovery-image] Dec 18 23:17:38.776 INFO O| Dec 18 23:17:38.776 INFO STEP 923 (remove_files) COMPLETE
71622024-12-18T23:17:40.114Z[ recovery-image] Dec 18 23:17:38.776 INFO O| Dec 18 23:17:38.776 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-18T23:17:40.135Z[ recovery-image] Dec 18 23:17:38.797 INFO O| Dec 18 23:17:38.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71642024-12-18T23:17:40.135Z[ recovery-image] Dec 18 23:17:38.797 INFO O| Dec 18 23:17:38.797 INFO STEP 924 (remove_files) COMPLETE
71652024-12-18T23:17:40.135Z[ recovery-image] Dec 18 23:17:38.797 INFO O| Dec 18 23:17:38.797 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-18T23:17:40.154Z[ recovery-image] Dec 18 23:17:38.817 INFO O| Dec 18 23:17:38.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71672024-12-18T23:17:40.154Z[ recovery-image] Dec 18 23:17:38.817 INFO O| Dec 18 23:17:38.817 INFO STEP 925 (remove_files) COMPLETE
71682024-12-18T23:17:40.154Z[ recovery-image] Dec 18 23:17:38.817 INFO O| Dec 18 23:17:38.817 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-18T23:17:40.175Z[ recovery-image] Dec 18 23:17:38.837 INFO O| Dec 18 23:17:38.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71702024-12-18T23:17:40.175Z[ recovery-image] Dec 18 23:17:38.837 INFO O| Dec 18 23:17:38.837 INFO STEP 926 (remove_files) COMPLETE
71712024-12-18T23:17:40.175Z[ recovery-image] Dec 18 23:17:38.837 INFO O| Dec 18 23:17:38.837 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-18T23:17:40.216Z[ recovery-image] Dec 18 23:17:38.878 INFO O| Dec 18 23:17:38.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71732024-12-18T23:17:40.216Z[ recovery-image] Dec 18 23:17:38.878 INFO O| Dec 18 23:17:38.878 INFO STEP 927 (remove_files) COMPLETE
71742024-12-18T23:17:40.218Z[ recovery-image] Dec 18 23:17:38.878 INFO O| Dec 18 23:17:38.878 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-18T23:17:40.238Z[ recovery-image] Dec 18 23:17:38.900 INFO O| Dec 18 23:17:38.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71762024-12-18T23:17:40.238Z[ recovery-image] Dec 18 23:17:38.900 INFO O| Dec 18 23:17:38.900 INFO STEP 928 (remove_files) COMPLETE
71772024-12-18T23:17:40.240Z[ recovery-image] Dec 18 23:17:38.900 INFO O| Dec 18 23:17:38.900 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-18T23:17:40.280Z[ recovery-image] Dec 18 23:17:38.942 INFO O| Dec 18 23:17:38.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71792024-12-18T23:17:40.283Z[ recovery-image] Dec 18 23:17:38.942 INFO O| Dec 18 23:17:38.942 INFO STEP 929 (remove_files) COMPLETE
71802024-12-18T23:17:40.283Z[ recovery-image] Dec 18 23:17:38.942 INFO O| Dec 18 23:17:38.942 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-18T23:17:40.324Z[ recovery-image] Dec 18 23:17:38.986 INFO O| Dec 18 23:17:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71822024-12-18T23:17:40.324Z[ recovery-image] Dec 18 23:17:38.986 INFO O| Dec 18 23:17:38.986 INFO STEP 930 (remove_files) COMPLETE
71832024-12-18T23:17:40.324Z[ recovery-image] Dec 18 23:17:38.986 INFO O| Dec 18 23:17:38.986 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-18T23:17:40.347Z[ recovery-image] Dec 18 23:17:39.008 INFO O| Dec 18 23:17:39.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71852024-12-18T23:17:40.347Z[ recovery-image] Dec 18 23:17:39.009 INFO O| Dec 18 23:17:39.008 INFO STEP 931 (remove_files) COMPLETE
71862024-12-18T23:17:40.347Z[ recovery-image] Dec 18 23:17:39.009 INFO O| Dec 18 23:17:39.009 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-18T23:17:40.365Z[ recovery-image] Dec 18 23:17:39.027 INFO O| Dec 18 23:17:39.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71882024-12-18T23:17:40.365Z[ recovery-image] Dec 18 23:17:39.027 INFO O| Dec 18 23:17:39.027 INFO STEP 932 (remove_files) COMPLETE
71892024-12-18T23:17:40.365Z[ recovery-image] Dec 18 23:17:39.027 INFO O| Dec 18 23:17:39.027 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-18T23:17:40.384Z[ recovery-image] Dec 18 23:17:39.046 INFO O| Dec 18 23:17:39.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71912024-12-18T23:17:40.384Z[ recovery-image] Dec 18 23:17:39.046 INFO O| Dec 18 23:17:39.046 INFO STEP 933 (remove_files) COMPLETE
71922024-12-18T23:17:40.387Z[ recovery-image] Dec 18 23:17:39.046 INFO O| Dec 18 23:17:39.046 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-18T23:17:40.405Z[ recovery-image] Dec 18 23:17:39.067 INFO O| Dec 18 23:17:39.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71942024-12-18T23:17:40.405Z[ recovery-image] Dec 18 23:17:39.067 INFO O| Dec 18 23:17:39.067 INFO STEP 934 (remove_files) COMPLETE
71952024-12-18T23:17:40.405Z[ recovery-image] Dec 18 23:17:39.067 INFO O| Dec 18 23:17:39.067 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-18T23:17:40.441Z[ recovery-image] Dec 18 23:17:39.102 INFO O| Dec 18 23:17:39.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71972024-12-18T23:17:40.441Z[ recovery-image] Dec 18 23:17:39.102 INFO O| Dec 18 23:17:39.102 INFO STEP 935 (remove_files) COMPLETE
71982024-12-18T23:17:40.441Z[ recovery-image] Dec 18 23:17:39.102 INFO O| Dec 18 23:17:39.102 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-18T23:17:40.464Z[ recovery-image] Dec 18 23:17:39.126 INFO O| Dec 18 23:17:39.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72002024-12-18T23:17:40.464Z[ recovery-image] Dec 18 23:17:39.126 INFO O| Dec 18 23:17:39.126 INFO STEP 936 (remove_files) COMPLETE
72012024-12-18T23:17:40.467Z[ recovery-image] Dec 18 23:17:39.126 INFO O| Dec 18 23:17:39.126 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-18T23:17:40.594Z[ recovery-image] Dec 18 23:17:39.256 INFO O| Dec 18 23:17:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72032024-12-18T23:17:40.594Z[ recovery-image] Dec 18 23:17:39.256 INFO O| Dec 18 23:17:39.256 INFO STEP 937 (remove_files) COMPLETE
72042024-12-18T23:17:40.597Z[ recovery-image] Dec 18 23:17:39.256 INFO O| Dec 18 23:17:39.256 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-18T23:17:40.627Z[ recovery-image] Dec 18 23:17:39.289 INFO O| Dec 18 23:17:39.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72062024-12-18T23:17:40.627Z[ recovery-image] Dec 18 23:17:39.289 INFO O| Dec 18 23:17:39.289 INFO STEP 938 (remove_files) COMPLETE
72072024-12-18T23:17:40.629Z[ recovery-image] Dec 18 23:17:39.289 INFO O| Dec 18 23:17:39.289 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-18T23:17:40.648Z[ recovery-image] Dec 18 23:17:39.310 INFO O| Dec 18 23:17:39.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72092024-12-18T23:17:40.648Z[ recovery-image] Dec 18 23:17:39.310 INFO O| Dec 18 23:17:39.310 INFO STEP 939 (remove_files) COMPLETE
72102024-12-18T23:17:40.651Z[ recovery-image] Dec 18 23:17:39.310 INFO O| Dec 18 23:17:39.310 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-18T23:17:40.667Z[ recovery-image] Dec 18 23:17:39.329 INFO O| Dec 18 23:17:39.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72122024-12-18T23:17:40.667Z[ recovery-image] Dec 18 23:17:39.329 INFO O| Dec 18 23:17:39.329 INFO STEP 940 (remove_files) COMPLETE
72132024-12-18T23:17:40.667Z[ recovery-image] Dec 18 23:17:39.329 INFO O| Dec 18 23:17:39.329 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-18T23:17:40.686Z[ recovery-image] Dec 18 23:17:39.348 INFO O| Dec 18 23:17:39.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72152024-12-18T23:17:40.686Z[ recovery-image] Dec 18 23:17:39.348 INFO O| Dec 18 23:17:39.348 INFO STEP 941 (remove_files) COMPLETE
72162024-12-18T23:17:40.688Z[ recovery-image] Dec 18 23:17:39.348 INFO O| Dec 18 23:17:39.348 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-18T23:17:40.734Z[ recovery-image] Dec 18 23:17:39.395 INFO O| Dec 18 23:17:39.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72182024-12-18T23:17:40.734Z[ recovery-image] Dec 18 23:17:39.395 INFO O| Dec 18 23:17:39.395 INFO STEP 942 (remove_files) COMPLETE
72192024-12-18T23:17:40.734Z[ recovery-image] Dec 18 23:17:39.395 INFO O| Dec 18 23:17:39.395 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-18T23:17:40.781Z[ recovery-image] Dec 18 23:17:39.443 INFO O| Dec 18 23:17:39.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72212024-12-18T23:17:40.781Z[ recovery-image] Dec 18 23:17:39.443 INFO O| Dec 18 23:17:39.443 INFO STEP 943 (remove_files) COMPLETE
72222024-12-18T23:17:40.785Z[ recovery-image] Dec 18 23:17:39.443 INFO O| Dec 18 23:17:39.443 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-18T23:17:40.858Z[ recovery-image] Dec 18 23:17:39.520 INFO O| Dec 18 23:17:39.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72242024-12-18T23:17:40.858Z[ recovery-image] Dec 18 23:17:39.520 INFO O| Dec 18 23:17:39.520 INFO STEP 944 (remove_files) COMPLETE
72252024-12-18T23:17:40.858Z[ recovery-image] Dec 18 23:17:39.520 INFO O| Dec 18 23:17:39.520 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-18T23:17:40.879Z[ recovery-image] Dec 18 23:17:39.541 INFO O| Dec 18 23:17:39.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72272024-12-18T23:17:40.879Z[ recovery-image] Dec 18 23:17:39.541 INFO O| Dec 18 23:17:39.541 INFO STEP 945 (remove_files) COMPLETE
72282024-12-18T23:17:40.882Z[ recovery-image] Dec 18 23:17:39.541 INFO O| Dec 18 23:17:39.541 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-18T23:17:40.898Z[ recovery-image] Dec 18 23:17:39.560 INFO O| Dec 18 23:17:39.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72302024-12-18T23:17:40.898Z[ recovery-image] Dec 18 23:17:39.561 INFO O| Dec 18 23:17:39.560 INFO STEP 946 (remove_files) COMPLETE
72312024-12-18T23:17:40.898Z[ recovery-image] Dec 18 23:17:39.561 INFO O| Dec 18 23:17:39.561 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-18T23:17:40.927Z[ recovery-image] Dec 18 23:17:39.589 INFO O| Dec 18 23:17:39.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72332024-12-18T23:17:40.930Z[ recovery-image] Dec 18 23:17:39.590 INFO O| Dec 18 23:17:39.589 INFO STEP 947 (remove_files) COMPLETE
72342024-12-18T23:17:40.930Z[ recovery-image] Dec 18 23:17:39.590 INFO O| Dec 18 23:17:39.590 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-18T23:17:40.947Z[ recovery-image] Dec 18 23:17:39.609 INFO O| Dec 18 23:17:39.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72362024-12-18T23:17:40.951Z[ recovery-image] Dec 18 23:17:39.610 INFO O| Dec 18 23:17:39.609 INFO STEP 948 (remove_files) COMPLETE
72372024-12-18T23:17:40.951Z[ recovery-image] Dec 18 23:17:39.610 INFO O| Dec 18 23:17:39.610 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-18T23:17:40.966Z[ recovery-image] Dec 18 23:17:39.628 INFO O| Dec 18 23:17:39.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72392024-12-18T23:17:40.969Z[ recovery-image] Dec 18 23:17:39.628 INFO O| Dec 18 23:17:39.628 INFO STEP 949 (remove_files) COMPLETE
72402024-12-18T23:17:40.969Z[ recovery-image] Dec 18 23:17:39.628 INFO O| Dec 18 23:17:39.628 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-18T23:17:40.986Z[ recovery-image] Dec 18 23:17:39.647 INFO O| Dec 18 23:17:39.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72422024-12-18T23:17:40.989Z[ recovery-image] Dec 18 23:17:39.647 INFO O| Dec 18 23:17:39.647 INFO STEP 950 (remove_files) COMPLETE
72432024-12-18T23:17:40.989Z[ recovery-image] Dec 18 23:17:39.648 INFO O| Dec 18 23:17:39.648 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-18T23:17:41.005Z[ recovery-image] Dec 18 23:17:39.667 INFO O| Dec 18 23:17:39.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72452024-12-18T23:17:41.005Z[ recovery-image] Dec 18 23:17:39.667 INFO O| Dec 18 23:17:39.667 INFO STEP 951 (remove_files) COMPLETE
72462024-12-18T23:17:41.005Z[ recovery-image] Dec 18 23:17:39.667 INFO O| Dec 18 23:17:39.667 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-18T23:17:41.035Z[ recovery-image] Dec 18 23:17:39.697 INFO O| Dec 18 23:17:39.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72482024-12-18T23:17:41.035Z[ recovery-image] Dec 18 23:17:39.697 INFO O| Dec 18 23:17:39.697 INFO STEP 952 (remove_files) COMPLETE
72492024-12-18T23:17:41.035Z[ recovery-image] Dec 18 23:17:39.697 INFO O| Dec 18 23:17:39.697 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-18T23:17:41.088Z[ recovery-image] Dec 18 23:17:39.750 INFO O| Dec 18 23:17:39.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72512024-12-18T23:17:41.088Z[ recovery-image] Dec 18 23:17:39.750 INFO O| Dec 18 23:17:39.750 INFO STEP 953 (remove_files) COMPLETE
72522024-12-18T23:17:41.088Z[ recovery-image] Dec 18 23:17:39.750 INFO O| Dec 18 23:17:39.750 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-18T23:17:41.109Z[ recovery-image] Dec 18 23:17:39.771 INFO O| Dec 18 23:17:39.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72542024-12-18T23:17:41.109Z[ recovery-image] Dec 18 23:17:39.771 INFO O| Dec 18 23:17:39.771 INFO STEP 954 (remove_files) COMPLETE
72552024-12-18T23:17:41.112Z[ recovery-image] Dec 18 23:17:39.771 INFO O| Dec 18 23:17:39.771 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-18T23:17:41.128Z[ recovery-image] Dec 18 23:17:39.790 INFO O| Dec 18 23:17:39.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72572024-12-18T23:17:41.128Z[ recovery-image] Dec 18 23:17:39.791 INFO O| Dec 18 23:17:39.790 INFO STEP 955 (remove_files) COMPLETE
72582024-12-18T23:17:41.131Z[ recovery-image] Dec 18 23:17:39.791 INFO O| Dec 18 23:17:39.790 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-18T23:17:41.148Z[ recovery-image] Dec 18 23:17:39.810 INFO O| Dec 18 23:17:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72602024-12-18T23:17:41.148Z[ recovery-image] Dec 18 23:17:39.810 INFO O| Dec 18 23:17:39.810 INFO STEP 956 (remove_files) COMPLETE
72612024-12-18T23:17:41.148Z[ recovery-image] Dec 18 23:17:39.810 INFO O| Dec 18 23:17:39.810 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-18T23:17:41.166Z[ recovery-image] Dec 18 23:17:39.828 INFO O| Dec 18 23:17:39.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72632024-12-18T23:17:41.166Z[ recovery-image] Dec 18 23:17:39.828 INFO O| Dec 18 23:17:39.828 INFO STEP 957 (remove_files) COMPLETE
72642024-12-18T23:17:41.166Z[ recovery-image] Dec 18 23:17:39.828 INFO O| Dec 18 23:17:39.828 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-18T23:17:41.184Z[ recovery-image] Dec 18 23:17:39.846 INFO O| Dec 18 23:17:39.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72662024-12-18T23:17:41.184Z[ recovery-image] Dec 18 23:17:39.846 INFO O| Dec 18 23:17:39.846 INFO STEP 958 (remove_files) COMPLETE
72672024-12-18T23:17:41.184Z[ recovery-image] Dec 18 23:17:39.846 INFO O| Dec 18 23:17:39.846 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-18T23:17:41.204Z[ recovery-image] Dec 18 23:17:39.866 INFO O| Dec 18 23:17:39.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72692024-12-18T23:17:41.204Z[ recovery-image] Dec 18 23:17:39.866 INFO O| Dec 18 23:17:39.866 INFO STEP 959 (remove_files) COMPLETE
72702024-12-18T23:17:41.204Z[ recovery-image] Dec 18 23:17:39.866 INFO O| Dec 18 23:17:39.866 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-18T23:17:41.238Z[ recovery-image] Dec 18 23:17:39.900 INFO O| Dec 18 23:17:39.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72722024-12-18T23:17:41.242Z[ recovery-image] Dec 18 23:17:39.901 INFO O| Dec 18 23:17:39.900 INFO STEP 960 (remove_files) COMPLETE
72732024-12-18T23:17:41.242Z[ recovery-image] Dec 18 23:17:39.901 INFO O| Dec 18 23:17:39.901 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-18T23:17:41.262Z[ recovery-image] Dec 18 23:17:39.923 INFO O| Dec 18 23:17:39.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72752024-12-18T23:17:41.265Z[ recovery-image] Dec 18 23:17:39.923 INFO O| Dec 18 23:17:39.923 INFO STEP 961 (remove_files) COMPLETE
72762024-12-18T23:17:41.265Z[ recovery-image] Dec 18 23:17:39.923 INFO O| Dec 18 23:17:39.923 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-18T23:17:41.301Z[ recovery-image] Dec 18 23:17:39.963 INFO O| Dec 18 23:17:39.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72782024-12-18T23:17:41.301Z[ recovery-image] Dec 18 23:17:39.963 INFO O| Dec 18 23:17:39.963 INFO STEP 962 (remove_files) COMPLETE
72792024-12-18T23:17:41.301Z[ recovery-image] Dec 18 23:17:39.963 INFO O| Dec 18 23:17:39.963 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-18T23:17:41.321Z[ recovery-image] Dec 18 23:17:39.983 INFO O| Dec 18 23:17:39.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72812024-12-18T23:17:41.321Z[ recovery-image] Dec 18 23:17:39.983 INFO O| Dec 18 23:17:39.983 INFO STEP 963 (remove_files) COMPLETE
72822024-12-18T23:17:41.323Z[ recovery-image] Dec 18 23:17:39.983 INFO O| Dec 18 23:17:39.983 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-18T23:17:41.360Z[ recovery-image] Dec 18 23:17:40.022 INFO O| Dec 18 23:17:40.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72842024-12-18T23:17:41.360Z[ recovery-image] Dec 18 23:17:40.022 INFO O| Dec 18 23:17:40.022 INFO STEP 964 (remove_files) COMPLETE
72852024-12-18T23:17:41.360Z[ recovery-image] Dec 18 23:17:40.022 INFO O| Dec 18 23:17:40.022 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-18T23:17:41.380Z[ recovery-image] Dec 18 23:17:40.042 INFO O| Dec 18 23:17:40.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72872024-12-18T23:17:41.380Z[ recovery-image] Dec 18 23:17:40.042 INFO O| Dec 18 23:17:40.042 INFO STEP 965 (remove_files) COMPLETE
72882024-12-18T23:17:41.383Z[ recovery-image] Dec 18 23:17:40.042 INFO O| Dec 18 23:17:40.042 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-18T23:17:41.443Z[ recovery-image] Dec 18 23:17:40.105 INFO O| Dec 18 23:17:40.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72902024-12-18T23:17:41.443Z[ recovery-image] Dec 18 23:17:40.105 INFO O| Dec 18 23:17:40.105 INFO STEP 966 (remove_files) COMPLETE
72912024-12-18T23:17:41.446Z[ recovery-image] Dec 18 23:17:40.105 INFO O| Dec 18 23:17:40.105 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-18T23:17:41.465Z[ recovery-image] Dec 18 23:17:40.127 INFO O| Dec 18 23:17:40.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72932024-12-18T23:17:41.468Z[ recovery-image] Dec 18 23:17:40.127 INFO O| Dec 18 23:17:40.127 INFO STEP 967 (remove_files) COMPLETE
72942024-12-18T23:17:41.468Z[ recovery-image] Dec 18 23:17:40.128 INFO O| Dec 18 23:17:40.127 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-18T23:17:41.494Z[ recovery-image] Dec 18 23:17:40.156 INFO O| Dec 18 23:17:40.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72962024-12-18T23:17:41.496Z[ recovery-image] Dec 18 23:17:40.156 INFO O| Dec 18 23:17:40.156 INFO STEP 968 (remove_files) COMPLETE
72972024-12-18T23:17:41.496Z[ recovery-image] Dec 18 23:17:40.156 INFO O| Dec 18 23:17:40.156 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-18T23:17:41.513Z[ recovery-image] Dec 18 23:17:40.175 INFO O| Dec 18 23:17:40.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72992024-12-18T23:17:41.513Z[ recovery-image] Dec 18 23:17:40.175 INFO O| Dec 18 23:17:40.175 INFO STEP 969 (remove_files) COMPLETE
73002024-12-18T23:17:41.516Z[ recovery-image] Dec 18 23:17:40.175 INFO O| Dec 18 23:17:40.175 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-18T23:17:41.573Z[ recovery-image] Dec 18 23:17:40.235 INFO O| Dec 18 23:17:40.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73022024-12-18T23:17:41.573Z[ recovery-image] Dec 18 23:17:40.235 INFO O| Dec 18 23:17:40.235 INFO STEP 970 (remove_files) COMPLETE
73032024-12-18T23:17:41.573Z[ recovery-image] Dec 18 23:17:40.235 INFO O| Dec 18 23:17:40.235 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-18T23:17:41.602Z[ recovery-image] Dec 18 23:17:40.263 INFO O| Dec 18 23:17:40.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73052024-12-18T23:17:41.602Z[ recovery-image] Dec 18 23:17:40.263 INFO O| Dec 18 23:17:40.263 INFO STEP 971 (remove_files) COMPLETE
73062024-12-18T23:17:41.602Z[ recovery-image] Dec 18 23:17:40.263 INFO O| Dec 18 23:17:40.263 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-18T23:17:41.624Z[ recovery-image] Dec 18 23:17:40.286 INFO O| Dec 18 23:17:40.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73082024-12-18T23:17:41.627Z[ recovery-image] Dec 18 23:17:40.286 INFO O| Dec 18 23:17:40.286 INFO STEP 972 (remove_files) COMPLETE
73092024-12-18T23:17:41.627Z[ recovery-image] Dec 18 23:17:40.286 INFO O| Dec 18 23:17:40.286 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-18T23:17:41.646Z[ recovery-image] Dec 18 23:17:40.308 INFO O| Dec 18 23:17:40.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73112024-12-18T23:17:41.646Z[ recovery-image] Dec 18 23:17:40.309 INFO O| Dec 18 23:17:40.308 INFO STEP 973 (remove_files) COMPLETE
73122024-12-18T23:17:41.651Z[ recovery-image] Dec 18 23:17:40.309 INFO O| Dec 18 23:17:40.309 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-18T23:17:41.778Z[ recovery-image] Dec 18 23:17:40.440 INFO O| Dec 18 23:17:40.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73142024-12-18T23:17:41.778Z[ recovery-image] Dec 18 23:17:40.441 INFO O| Dec 18 23:17:40.440 INFO STEP 974 (remove_files) COMPLETE
73152024-12-18T23:17:41.781Z[ recovery-image] Dec 18 23:17:40.441 INFO O| Dec 18 23:17:40.441 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-18T23:17:41.801Z[ recovery-image] Dec 18 23:17:40.463 INFO O| Dec 18 23:17:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73172024-12-18T23:17:41.801Z[ recovery-image] Dec 18 23:17:40.463 INFO O| Dec 18 23:17:40.463 INFO STEP 975 (remove_files) COMPLETE
73182024-12-18T23:17:41.801Z[ recovery-image] Dec 18 23:17:40.463 INFO O| Dec 18 23:17:40.463 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-18T23:17:41.826Z[ recovery-image] Dec 18 23:17:40.488 INFO O| Dec 18 23:17:40.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73202024-12-18T23:17:41.826Z[ recovery-image] Dec 18 23:17:40.488 INFO O| Dec 18 23:17:40.488 INFO STEP 976 (remove_files) COMPLETE
73212024-12-18T23:17:41.829Z[ recovery-image] Dec 18 23:17:40.488 INFO O| Dec 18 23:17:40.488 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-18T23:17:41.848Z[ recovery-image] Dec 18 23:17:40.510 INFO O| Dec 18 23:17:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73232024-12-18T23:17:41.848Z[ recovery-image] Dec 18 23:17:40.511 INFO O| Dec 18 23:17:40.510 INFO STEP 977 (remove_files) COMPLETE
73242024-12-18T23:17:41.848Z[ recovery-image] Dec 18 23:17:40.511 INFO O| Dec 18 23:17:40.511 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-18T23:17:41.870Z[ recovery-image] Dec 18 23:17:40.532 INFO O| Dec 18 23:17:40.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73262024-12-18T23:17:41.872Z[ recovery-image] Dec 18 23:17:40.532 INFO O| Dec 18 23:17:40.532 INFO STEP 978 (remove_files) COMPLETE
73272024-12-18T23:17:41.872Z[ recovery-image] Dec 18 23:17:40.532 INFO O| Dec 18 23:17:40.532 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-18T23:17:41.890Z[ recovery-image] Dec 18 23:17:40.552 INFO O| Dec 18 23:17:40.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73292024-12-18T23:17:41.890Z[ recovery-image] Dec 18 23:17:40.552 INFO O| Dec 18 23:17:40.552 INFO STEP 979 (remove_files) COMPLETE
73302024-12-18T23:17:41.890Z[ recovery-image] Dec 18 23:17:40.552 INFO O| Dec 18 23:17:40.552 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-18T23:17:41.921Z[ recovery-image] Dec 18 23:17:40.583 INFO O| Dec 18 23:17:40.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73322024-12-18T23:17:41.921Z[ recovery-image] Dec 18 23:17:40.583 INFO O| Dec 18 23:17:40.583 INFO STEP 980 (remove_files) COMPLETE
73332024-12-18T23:17:41.924Z[ recovery-image] Dec 18 23:17:40.583 INFO O| Dec 18 23:17:40.583 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-18T23:17:41.967Z[ recovery-image] Dec 18 23:17:40.629 INFO O| Dec 18 23:17:40.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73352024-12-18T23:17:41.970Z[ recovery-image] Dec 18 23:17:40.630 INFO O| Dec 18 23:17:40.630 INFO STEP 981 (remove_files) COMPLETE
73362024-12-18T23:17:41.970Z[ recovery-image] Dec 18 23:17:40.630 INFO O| Dec 18 23:17:40.630 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-18T23:17:41.987Z[ recovery-image] Dec 18 23:17:40.649 INFO O| Dec 18 23:17:40.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73382024-12-18T23:17:41.991Z[ recovery-image] Dec 18 23:17:40.649 INFO O| Dec 18 23:17:40.649 INFO STEP 982 (remove_files) COMPLETE
73392024-12-18T23:17:41.991Z[ recovery-image] Dec 18 23:17:40.649 INFO O| Dec 18 23:17:40.649 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-18T23:17:42.081Z[ recovery-image] Dec 18 23:17:40.742 INFO O| Dec 18 23:17:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73412024-12-18T23:17:42.081Z[ recovery-image] Dec 18 23:17:40.743 INFO O| Dec 18 23:17:40.743 INFO STEP 983 (remove_files) COMPLETE
73422024-12-18T23:17:42.081Z[ recovery-image] Dec 18 23:17:40.743 INFO O| Dec 18 23:17:40.743 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-18T23:17:42.102Z[ recovery-image] Dec 18 23:17:40.764 INFO O| Dec 18 23:17:40.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73442024-12-18T23:17:42.102Z[ recovery-image] Dec 18 23:17:40.764 INFO O| Dec 18 23:17:40.764 INFO STEP 984 (remove_files) COMPLETE
73452024-12-18T23:17:42.102Z[ recovery-image] Dec 18 23:17:40.764 INFO O| Dec 18 23:17:40.764 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-18T23:17:42.122Z[ recovery-image] Dec 18 23:17:40.784 INFO O| Dec 18 23:17:40.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73472024-12-18T23:17:42.123Z[ recovery-image] Dec 18 23:17:40.784 INFO O| Dec 18 23:17:40.784 INFO STEP 985 (remove_files) COMPLETE
73482024-12-18T23:17:42.123Z[ recovery-image] Dec 18 23:17:40.785 INFO O| Dec 18 23:17:40.784 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-18T23:17:42.143Z[ recovery-image] Dec 18 23:17:40.805 INFO O| Dec 18 23:17:40.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73502024-12-18T23:17:42.143Z[ recovery-image] Dec 18 23:17:40.805 INFO O| Dec 18 23:17:40.805 INFO STEP 986 (remove_files) COMPLETE
73512024-12-18T23:17:42.143Z[ recovery-image] Dec 18 23:17:40.805 INFO O| Dec 18 23:17:40.805 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-18T23:17:42.164Z[ recovery-image] Dec 18 23:17:40.826 INFO O| Dec 18 23:17:40.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73532024-12-18T23:17:42.164Z[ recovery-image] Dec 18 23:17:40.826 INFO O| Dec 18 23:17:40.826 INFO STEP 987 (remove_files) COMPLETE
73542024-12-18T23:17:42.164Z[ recovery-image] Dec 18 23:17:40.826 INFO O| Dec 18 23:17:40.826 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-18T23:17:42.183Z[ recovery-image] Dec 18 23:17:40.844 INFO O| Dec 18 23:17:40.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73562024-12-18T23:17:42.183Z[ recovery-image] Dec 18 23:17:40.845 INFO O| Dec 18 23:17:40.845 INFO STEP 988 (remove_files) COMPLETE
73572024-12-18T23:17:42.185Z[ recovery-image] Dec 18 23:17:40.845 INFO O| Dec 18 23:17:40.845 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-18T23:17:42.203Z[ recovery-image] Dec 18 23:17:40.864 INFO O| Dec 18 23:17:40.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73592024-12-18T23:17:42.203Z[ recovery-image] Dec 18 23:17:40.864 INFO O| Dec 18 23:17:40.864 INFO STEP 989 (remove_files) COMPLETE
73602024-12-18T23:17:42.205Z[ recovery-image] Dec 18 23:17:40.864 INFO O| Dec 18 23:17:40.864 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-18T23:17:42.223Z[ recovery-image] Dec 18 23:17:40.885 INFO O| Dec 18 23:17:40.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73622024-12-18T23:17:42.223Z[ recovery-image] Dec 18 23:17:40.885 INFO O| Dec 18 23:17:40.885 INFO STEP 990 (remove_files) COMPLETE
73632024-12-18T23:17:42.225Z[ recovery-image] Dec 18 23:17:40.885 INFO O| Dec 18 23:17:40.885 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-18T23:17:42.243Z[ recovery-image] Dec 18 23:17:40.905 INFO O| Dec 18 23:17:40.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73652024-12-18T23:17:42.243Z[ recovery-image] Dec 18 23:17:40.905 INFO O| Dec 18 23:17:40.905 INFO STEP 991 (remove_files) COMPLETE
73662024-12-18T23:17:42.243Z[ recovery-image] Dec 18 23:17:40.905 INFO O| Dec 18 23:17:40.905 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-18T23:17:42.276Z[ recovery-image] Dec 18 23:17:40.938 INFO O| Dec 18 23:17:40.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73682024-12-18T23:17:42.276Z[ recovery-image] Dec 18 23:17:40.938 INFO O| Dec 18 23:17:40.938 INFO STEP 992 (remove_files) COMPLETE
73692024-12-18T23:17:42.279Z[ recovery-image] Dec 18 23:17:40.939 INFO O| Dec 18 23:17:40.938 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-18T23:17:42.298Z[ recovery-image] Dec 18 23:17:40.960 INFO O| Dec 18 23:17:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73712024-12-18T23:17:42.298Z[ recovery-image] Dec 18 23:17:40.960 INFO O| Dec 18 23:17:40.960 INFO STEP 993 (remove_files) COMPLETE
73722024-12-18T23:17:42.298Z[ recovery-image] Dec 18 23:17:40.960 INFO O| Dec 18 23:17:40.960 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-18T23:17:42.331Z[ recovery-image] Dec 18 23:17:40.993 INFO O| Dec 18 23:17:40.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73742024-12-18T23:17:42.331Z[ recovery-image] Dec 18 23:17:40.993 INFO O| Dec 18 23:17:40.993 INFO STEP 994 (remove_files) COMPLETE
73752024-12-18T23:17:42.331Z[ recovery-image] Dec 18 23:17:40.993 INFO O| Dec 18 23:17:40.993 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-18T23:17:42.354Z[ recovery-image] Dec 18 23:17:41.015 INFO O| Dec 18 23:17:41.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73772024-12-18T23:17:42.354Z[ recovery-image] Dec 18 23:17:41.015 INFO O| Dec 18 23:17:41.015 INFO STEP 995 (remove_files) COMPLETE
73782024-12-18T23:17:42.358Z[ recovery-image] Dec 18 23:17:41.015 INFO O| Dec 18 23:17:41.015 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-18T23:17:42.374Z[ recovery-image] Dec 18 23:17:41.036 INFO O| Dec 18 23:17:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73802024-12-18T23:17:42.374Z[ recovery-image] Dec 18 23:17:41.036 INFO O| Dec 18 23:17:41.036 INFO STEP 996 (remove_files) COMPLETE
73812024-12-18T23:17:42.374Z[ recovery-image] Dec 18 23:17:41.036 INFO O| Dec 18 23:17:41.036 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-18T23:17:42.395Z[ recovery-image] Dec 18 23:17:41.057 INFO O| Dec 18 23:17:41.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73832024-12-18T23:17:42.395Z[ recovery-image] Dec 18 23:17:41.057 INFO O| Dec 18 23:17:41.057 INFO STEP 997 (remove_files) COMPLETE
73842024-12-18T23:17:42.399Z[ recovery-image] Dec 18 23:17:41.057 INFO O| Dec 18 23:17:41.057 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-18T23:17:42.415Z[ recovery-image] Dec 18 23:17:41.077 INFO O| Dec 18 23:17:41.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73862024-12-18T23:17:42.415Z[ recovery-image] Dec 18 23:17:41.077 INFO O| Dec 18 23:17:41.077 INFO STEP 998 (remove_files) COMPLETE
73872024-12-18T23:17:42.415Z[ recovery-image] Dec 18 23:17:41.077 INFO O| Dec 18 23:17:41.077 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-18T23:17:42.435Z[ recovery-image] Dec 18 23:17:41.097 INFO O| Dec 18 23:17:41.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73892024-12-18T23:17:42.435Z[ recovery-image] Dec 18 23:17:41.097 INFO O| Dec 18 23:17:41.097 INFO STEP 999 (remove_files) COMPLETE
73902024-12-18T23:17:42.435Z[ recovery-image] Dec 18 23:17:41.097 INFO O| Dec 18 23:17:41.097 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-18T23:17:42.467Z[ recovery-image] Dec 18 23:17:41.129 INFO O| Dec 18 23:17:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73922024-12-18T23:17:42.467Z[ recovery-image] Dec 18 23:17:41.129 INFO O| Dec 18 23:17:41.129 INFO STEP 1000 (remove_files) COMPLETE
73932024-12-18T23:17:42.467Z[ recovery-image] Dec 18 23:17:41.129 INFO O| Dec 18 23:17:41.129 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-18T23:17:42.491Z[ recovery-image] Dec 18 23:17:41.153 INFO O| Dec 18 23:17:41.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73952024-12-18T23:17:42.495Z[ recovery-image] Dec 18 23:17:41.153 INFO O| Dec 18 23:17:41.153 INFO STEP 1001 (remove_files) COMPLETE
73962024-12-18T23:17:42.495Z[ recovery-image] Dec 18 23:17:41.153 INFO O| Dec 18 23:17:41.153 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-18T23:17:42.527Z[ recovery-image] Dec 18 23:17:41.189 INFO O| Dec 18 23:17:41.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73982024-12-18T23:17:42.527Z[ recovery-image] Dec 18 23:17:41.189 INFO O| Dec 18 23:17:41.174 INFO STEP 1002 (remove_files) COMPLETE
73992024-12-18T23:17:42.527Z[ recovery-image] Dec 18 23:17:41.189 INFO O| Dec 18 23:17:41.174 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-18T23:17:42.597Z[ recovery-image] Dec 18 23:17:41.259 INFO O| Dec 18 23:17:41.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74012024-12-18T23:17:42.605Z[ recovery-image] Dec 18 23:17:41.267 INFO O| Dec 18 23:17:41.267 INFO STEP 1003 (remove_files) COMPLETE
74022024-12-18T23:17:42.605Z[ recovery-image] Dec 18 23:17:41.267 INFO O| Dec 18 23:17:41.267 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-18T23:17:42.626Z[ recovery-image] Dec 18 23:17:41.288 INFO O| Dec 18 23:17:41.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74042024-12-18T23:17:42.626Z[ recovery-image] Dec 18 23:17:41.288 INFO O| Dec 18 23:17:41.288 INFO STEP 1004 (remove_files) COMPLETE
74052024-12-18T23:17:42.629Z[ recovery-image] Dec 18 23:17:41.288 INFO O| Dec 18 23:17:41.288 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-18T23:17:42.647Z[ recovery-image] Dec 18 23:17:41.309 INFO O| Dec 18 23:17:41.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74072024-12-18T23:17:42.647Z[ recovery-image] Dec 18 23:17:41.309 INFO O| Dec 18 23:17:41.309 INFO STEP 1005 (remove_files) COMPLETE
74082024-12-18T23:17:42.647Z[ recovery-image] Dec 18 23:17:41.309 INFO O| Dec 18 23:17:41.309 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-18T23:17:42.746Z[ recovery-image] Dec 18 23:17:41.408 INFO O| Dec 18 23:17:41.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74102024-12-18T23:17:42.746Z[ recovery-image] Dec 18 23:17:41.408 INFO O| Dec 18 23:17:41.408 INFO STEP 1006 (remove_files) COMPLETE
74112024-12-18T23:17:42.749Z[ recovery-image] Dec 18 23:17:41.408 INFO O| Dec 18 23:17:41.408 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-18T23:17:42.778Z[ recovery-image] Dec 18 23:17:41.440 INFO O| Dec 18 23:17:41.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74132024-12-18T23:17:42.781Z[ recovery-image] Dec 18 23:17:41.440 INFO O| Dec 18 23:17:41.440 INFO STEP 1007 (remove_files) COMPLETE
74142024-12-18T23:17:42.781Z[ recovery-image] Dec 18 23:17:41.440 INFO O| Dec 18 23:17:41.440 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-18T23:17:42.831Z[ recovery-image] Dec 18 23:17:41.493 INFO O| Dec 18 23:17:41.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74162024-12-18T23:17:42.831Z[ recovery-image] Dec 18 23:17:41.493 INFO O| Dec 18 23:17:41.493 INFO STEP 1008 (remove_files) COMPLETE
74172024-12-18T23:17:42.831Z[ recovery-image] Dec 18 23:17:41.493 INFO O| Dec 18 23:17:41.493 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-18T23:17:42.870Z[ recovery-image] Dec 18 23:17:41.532 INFO O| Dec 18 23:17:41.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74192024-12-18T23:17:42.873Z[ recovery-image] Dec 18 23:17:41.532 INFO O| Dec 18 23:17:41.532 INFO STEP 1009 (remove_files) COMPLETE
74202024-12-18T23:17:42.873Z[ recovery-image] Dec 18 23:17:41.533 INFO O| Dec 18 23:17:41.532 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-18T23:17:42.892Z[ recovery-image] Dec 18 23:17:41.554 INFO O| Dec 18 23:17:41.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74222024-12-18T23:17:42.895Z[ recovery-image] Dec 18 23:17:41.554 INFO O| Dec 18 23:17:41.554 INFO STEP 1010 (remove_files) COMPLETE
74232024-12-18T23:17:42.895Z[ recovery-image] Dec 18 23:17:41.554 INFO O| Dec 18 23:17:41.554 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-18T23:17:42.919Z[ recovery-image] Dec 18 23:17:41.581 INFO O| Dec 18 23:17:41.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74252024-12-18T23:17:42.919Z[ recovery-image] Dec 18 23:17:41.581 INFO O| Dec 18 23:17:41.581 INFO STEP 1011 (remove_files) COMPLETE
74262024-12-18T23:17:42.919Z[ recovery-image] Dec 18 23:17:41.582 INFO O| Dec 18 23:17:41.581 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-18T23:17:42.940Z[ recovery-image] Dec 18 23:17:41.601 INFO O| Dec 18 23:17:41.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74282024-12-18T23:17:42.940Z[ recovery-image] Dec 18 23:17:41.601 INFO O| Dec 18 23:17:41.601 INFO STEP 1012 (remove_files) COMPLETE
74292024-12-18T23:17:42.940Z[ recovery-image] Dec 18 23:17:41.602 INFO O| Dec 18 23:17:41.601 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-18T23:17:42.959Z[ recovery-image] Dec 18 23:17:41.621 INFO O| Dec 18 23:17:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74312024-12-18T23:17:42.959Z[ recovery-image] Dec 18 23:17:41.621 INFO O| Dec 18 23:17:41.621 INFO STEP 1013 (remove_files) COMPLETE
74322024-12-18T23:17:42.959Z[ recovery-image] Dec 18 23:17:41.621 INFO O| Dec 18 23:17:41.621 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-18T23:17:42.995Z[ recovery-image] Dec 18 23:17:41.640 INFO O| Dec 18 23:17:41.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74342024-12-18T23:17:42.995Z[ recovery-image] Dec 18 23:17:41.640 INFO O| Dec 18 23:17:41.640 INFO STEP 1014 (remove_files) COMPLETE
74352024-12-18T23:17:43.001Z[ recovery-image] Dec 18 23:17:41.640 INFO O| Dec 18 23:17:41.640 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-18T23:17:43.020Z[ recovery-image] Dec 18 23:17:41.682 INFO O| Dec 18 23:17:41.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74372024-12-18T23:17:43.020Z[ recovery-image] Dec 18 23:17:41.682 INFO O| Dec 18 23:17:41.682 INFO STEP 1015 (remove_files) COMPLETE
74382024-12-18T23:17:43.024Z[ recovery-image] Dec 18 23:17:41.682 INFO O| Dec 18 23:17:41.682 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-18T23:17:43.042Z[ recovery-image] Dec 18 23:17:41.704 INFO O| Dec 18 23:17:41.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74402024-12-18T23:17:43.045Z[ recovery-image] Dec 18 23:17:41.707 INFO O| Dec 18 23:17:41.704 INFO STEP 1016 (remove_files) COMPLETE
74412024-12-18T23:17:43.047Z[ recovery-image] Dec 18 23:17:41.707 INFO O| Dec 18 23:17:41.704 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-18T23:17:43.081Z[ recovery-image] Dec 18 23:17:41.743 INFO O| Dec 18 23:17:41.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74432024-12-18T23:17:43.099Z[ recovery-image] Dec 18 23:17:41.761 INFO O| Dec 18 23:17:41.761 INFO STEP 1017 (remove_files) COMPLETE
74442024-12-18T23:17:43.099Z[ recovery-image] Dec 18 23:17:41.761 INFO O| Dec 18 23:17:41.761 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-18T23:17:43.120Z[ recovery-image] Dec 18 23:17:41.781 INFO O| Dec 18 23:17:41.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74462024-12-18T23:17:43.123Z[ recovery-image] Dec 18 23:17:41.782 INFO O| Dec 18 23:17:41.782 INFO STEP 1018 (remove_files) COMPLETE
74472024-12-18T23:17:43.123Z[ recovery-image] Dec 18 23:17:41.782 INFO O| Dec 18 23:17:41.782 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-18T23:17:43.138Z[ recovery-image] Dec 18 23:17:41.800 INFO O| Dec 18 23:17:41.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74492024-12-18T23:17:43.138Z[ recovery-image] Dec 18 23:17:41.800 INFO O| Dec 18 23:17:41.800 INFO STEP 1019 (remove_files) COMPLETE
74502024-12-18T23:17:43.141Z[ recovery-image] Dec 18 23:17:41.801 INFO O| Dec 18 23:17:41.800 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-18T23:17:43.158Z[ recovery-image] Dec 18 23:17:41.820 INFO O| Dec 18 23:17:41.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74522024-12-18T23:17:43.161Z[ recovery-image] Dec 18 23:17:41.820 INFO O| Dec 18 23:17:41.820 INFO STEP 1020 (remove_files) COMPLETE
74532024-12-18T23:17:43.161Z[ recovery-image] Dec 18 23:17:41.821 INFO O| Dec 18 23:17:41.820 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-18T23:17:43.192Z[ recovery-image] Dec 18 23:17:41.854 INFO O| Dec 18 23:17:41.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74552024-12-18T23:17:43.193Z[ recovery-image] Dec 18 23:17:41.854 INFO O| Dec 18 23:17:41.854 INFO STEP 1021 (remove_files) COMPLETE
74562024-12-18T23:17:43.193Z[ recovery-image] Dec 18 23:17:41.854 INFO O| Dec 18 23:17:41.854 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-18T23:17:43.211Z[ recovery-image] Dec 18 23:17:41.873 INFO O| Dec 18 23:17:41.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74582024-12-18T23:17:43.214Z[ recovery-image] Dec 18 23:17:41.873 INFO O| Dec 18 23:17:41.873 INFO STEP 1022 (remove_files) COMPLETE
74592024-12-18T23:17:43.214Z[ recovery-image] Dec 18 23:17:41.873 INFO O| Dec 18 23:17:41.873 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-18T23:17:43.236Z[ recovery-image] Dec 18 23:17:41.891 INFO O| Dec 18 23:17:41.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74612024-12-18T23:17:43.239Z[ recovery-image] Dec 18 23:17:41.892 INFO O| Dec 18 23:17:41.891 INFO STEP 1023 (remove_files) COMPLETE
74622024-12-18T23:17:43.239Z[ recovery-image] Dec 18 23:17:41.892 INFO O| Dec 18 23:17:41.892 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-18T23:17:43.246Z[ recovery-image] Dec 18 23:17:41.908 INFO O| Dec 18 23:17:41.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74642024-12-18T23:17:43.248Z[ recovery-image] Dec 18 23:17:41.908 INFO O| Dec 18 23:17:41.908 INFO STEP 1024 (remove_files) COMPLETE
74652024-12-18T23:17:43.249Z[ recovery-image] Dec 18 23:17:41.908 INFO O| Dec 18 23:17:41.908 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-18T23:17:43.265Z[ recovery-image] Dec 18 23:17:41.927 INFO O| Dec 18 23:17:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74672024-12-18T23:17:43.265Z[ recovery-image] Dec 18 23:17:41.927 INFO O| Dec 18 23:17:41.927 INFO STEP 1025 (remove_files) COMPLETE
74682024-12-18T23:17:43.268Z[ recovery-image] Dec 18 23:17:41.928 INFO O| Dec 18 23:17:41.928 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-18T23:17:43.294Z[ recovery-image] Dec 18 23:17:41.956 INFO O| Dec 18 23:17:41.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74702024-12-18T23:17:43.294Z[ recovery-image] Dec 18 23:17:41.956 INFO O| Dec 18 23:17:41.956 INFO STEP 1026 (remove_files) COMPLETE
74712024-12-18T23:17:43.294Z[ recovery-image] Dec 18 23:17:41.957 INFO O| Dec 18 23:17:41.956 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-18T23:17:43.316Z[ recovery-image] Dec 18 23:17:41.978 INFO O| Dec 18 23:17:41.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74732024-12-18T23:17:43.316Z[ recovery-image] Dec 18 23:17:41.978 INFO O| Dec 18 23:17:41.978 INFO STEP 1027 (remove_files) COMPLETE
74742024-12-18T23:17:43.316Z[ recovery-image] Dec 18 23:17:41.978 INFO O| Dec 18 23:17:41.978 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-18T23:17:43.338Z[ recovery-image] Dec 18 23:17:42.000 INFO O| Dec 18 23:17:42.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74762024-12-18T23:17:43.338Z[ recovery-image] Dec 18 23:17:42.000 INFO O| Dec 18 23:17:42.000 INFO STEP 1028 (remove_files) COMPLETE
74772024-12-18T23:17:43.338Z[ recovery-image] Dec 18 23:17:42.000 INFO O| Dec 18 23:17:42.000 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-18T23:17:43.359Z[ recovery-image] Dec 18 23:17:42.021 INFO O| Dec 18 23:17:42.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74792024-12-18T23:17:43.359Z[ recovery-image] Dec 18 23:17:42.021 INFO O| Dec 18 23:17:42.021 INFO STEP 1029 (remove_files) COMPLETE
74802024-12-18T23:17:43.362Z[ recovery-image] Dec 18 23:17:42.021 INFO O| Dec 18 23:17:42.021 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-18T23:17:43.379Z[ recovery-image] Dec 18 23:17:42.041 INFO O| Dec 18 23:17:42.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74822024-12-18T23:17:43.379Z[ recovery-image] Dec 18 23:17:42.041 INFO O| Dec 18 23:17:42.041 INFO STEP 1030 (remove_files) COMPLETE
74832024-12-18T23:17:43.382Z[ recovery-image] Dec 18 23:17:42.041 INFO O| Dec 18 23:17:42.041 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-18T23:17:43.403Z[ recovery-image] Dec 18 23:17:42.065 INFO O| Dec 18 23:17:42.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74852024-12-18T23:17:43.403Z[ recovery-image] Dec 18 23:17:42.065 INFO O| Dec 18 23:17:42.065 INFO STEP 1031 (remove_files) COMPLETE
74862024-12-18T23:17:43.406Z[ recovery-image] Dec 18 23:17:42.065 INFO O| Dec 18 23:17:42.065 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-18T23:17:43.427Z[ recovery-image] Dec 18 23:17:42.088 INFO O| Dec 18 23:17:42.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74882024-12-18T23:17:43.427Z[ recovery-image] Dec 18 23:17:42.088 INFO O| Dec 18 23:17:42.088 INFO STEP 1032 (remove_files) COMPLETE
74892024-12-18T23:17:43.427Z[ recovery-image] Dec 18 23:17:42.088 INFO O| Dec 18 23:17:42.088 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-18T23:17:43.487Z[ recovery-image] Dec 18 23:17:42.148 INFO O| Dec 18 23:17:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74912024-12-18T23:17:43.487Z[ recovery-image] Dec 18 23:17:42.148 INFO O| Dec 18 23:17:42.148 INFO STEP 1033 (remove_files) COMPLETE
74922024-12-18T23:17:43.487Z[ recovery-image] Dec 18 23:17:42.148 INFO O| Dec 18 23:17:42.148 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-18T23:17:43.507Z[ recovery-image] Dec 18 23:17:42.168 INFO O| Dec 18 23:17:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74942024-12-18T23:17:43.507Z[ recovery-image] Dec 18 23:17:42.168 INFO O| Dec 18 23:17:42.168 INFO STEP 1034 (remove_files) COMPLETE
74952024-12-18T23:17:43.507Z[ recovery-image] Dec 18 23:17:42.168 INFO O| Dec 18 23:17:42.168 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-18T23:17:43.527Z[ recovery-image] Dec 18 23:17:42.188 INFO O| Dec 18 23:17:42.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74972024-12-18T23:17:43.527Z[ recovery-image] Dec 18 23:17:42.188 INFO O| Dec 18 23:17:42.188 INFO STEP 1035 (remove_files) COMPLETE
74982024-12-18T23:17:43.527Z[ recovery-image] Dec 18 23:17:42.188 INFO O| Dec 18 23:17:42.188 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-18T23:17:43.548Z[ recovery-image] Dec 18 23:17:42.207 INFO O| Dec 18 23:17:42.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75002024-12-18T23:17:43.548Z[ recovery-image] Dec 18 23:17:42.208 INFO O| Dec 18 23:17:42.208 INFO STEP 1036 (remove_files) COMPLETE
75012024-12-18T23:17:43.548Z[ recovery-image] Dec 18 23:17:42.208 INFO O| Dec 18 23:17:42.208 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-18T23:17:43.569Z[ recovery-image] Dec 18 23:17:42.226 INFO O| Dec 18 23:17:42.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75032024-12-18T23:17:43.569Z[ recovery-image] Dec 18 23:17:42.226 INFO O| Dec 18 23:17:42.226 INFO STEP 1037 (remove_files) COMPLETE
75042024-12-18T23:17:43.569Z[ recovery-image] Dec 18 23:17:42.226 INFO O| Dec 18 23:17:42.226 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-18T23:17:43.601Z[ recovery-image] Dec 18 23:17:42.262 INFO O| Dec 18 23:17:42.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75062024-12-18T23:17:43.601Z[ recovery-image] Dec 18 23:17:42.262 INFO O| Dec 18 23:17:42.262 INFO STEP 1038 (remove_files) COMPLETE
75072024-12-18T23:17:43.601Z[ recovery-image] Dec 18 23:17:42.262 INFO O| Dec 18 23:17:42.262 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-18T23:17:43.642Z[ recovery-image] Dec 18 23:17:42.304 INFO O| Dec 18 23:17:42.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75092024-12-18T23:17:43.642Z[ recovery-image] Dec 18 23:17:42.304 INFO O| Dec 18 23:17:42.304 INFO STEP 1039 (remove_files) COMPLETE
75102024-12-18T23:17:43.645Z[ recovery-image] Dec 18 23:17:42.304 INFO O| Dec 18 23:17:42.304 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-18T23:17:43.664Z[ recovery-image] Dec 18 23:17:42.326 INFO O| Dec 18 23:17:42.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75122024-12-18T23:17:43.664Z[ recovery-image] Dec 18 23:17:42.326 INFO O| Dec 18 23:17:42.326 INFO STEP 1040 (remove_files) COMPLETE
75132024-12-18T23:17:43.664Z[ recovery-image] Dec 18 23:17:42.326 INFO O| Dec 18 23:17:42.326 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-18T23:17:43.684Z[ recovery-image] Dec 18 23:17:42.346 INFO O| Dec 18 23:17:42.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75152024-12-18T23:17:43.684Z[ recovery-image] Dec 18 23:17:42.346 INFO O| Dec 18 23:17:42.346 INFO STEP 1041 (remove_files) COMPLETE
75162024-12-18T23:17:43.684Z[ recovery-image] Dec 18 23:17:42.346 INFO O| Dec 18 23:17:42.346 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-18T23:17:43.721Z[ recovery-image] Dec 18 23:17:42.381 INFO O| Dec 18 23:17:42.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75182024-12-18T23:17:43.721Z[ recovery-image] Dec 18 23:17:42.381 INFO O| Dec 18 23:17:42.381 INFO STEP 1042 (remove_files) COMPLETE
75192024-12-18T23:17:43.725Z[ recovery-image] Dec 18 23:17:42.381 INFO O| Dec 18 23:17:42.381 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-18T23:17:43.759Z[ recovery-image] Dec 18 23:17:42.420 INFO O| Dec 18 23:17:42.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75212024-12-18T23:17:43.759Z[ recovery-image] Dec 18 23:17:42.421 INFO O| Dec 18 23:17:42.420 INFO STEP 1043 (remove_files) COMPLETE
75222024-12-18T23:17:43.759Z[ recovery-image] Dec 18 23:17:42.421 INFO O| Dec 18 23:17:42.420 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-18T23:17:43.778Z[ recovery-image] Dec 18 23:17:42.440 INFO O| Dec 18 23:17:42.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75242024-12-18T23:17:43.778Z[ recovery-image] Dec 18 23:17:42.440 INFO O| Dec 18 23:17:42.440 INFO STEP 1044 (remove_files) COMPLETE
75252024-12-18T23:17:43.780Z[ recovery-image] Dec 18 23:17:42.440 INFO O| Dec 18 23:17:42.440 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-18T23:17:43.820Z[ recovery-image] Dec 18 23:17:42.482 INFO O| Dec 18 23:17:42.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75272024-12-18T23:17:43.823Z[ recovery-image] Dec 18 23:17:42.482 INFO O| Dec 18 23:17:42.482 INFO STEP 1045 (remove_files) COMPLETE
75282024-12-18T23:17:43.823Z[ recovery-image] Dec 18 23:17:42.482 INFO O| Dec 18 23:17:42.482 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-18T23:17:43.873Z[ recovery-image] Dec 18 23:17:42.535 INFO O| Dec 18 23:17:42.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75302024-12-18T23:17:43.874Z[ recovery-image] Dec 18 23:17:42.535 INFO O| Dec 18 23:17:42.535 INFO STEP 1046 (remove_files) COMPLETE
75312024-12-18T23:17:43.877Z[ recovery-image] Dec 18 23:17:42.535 INFO O| Dec 18 23:17:42.535 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-18T23:17:43.917Z[ recovery-image] Dec 18 23:17:42.579 INFO O| Dec 18 23:17:42.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75332024-12-18T23:17:43.917Z[ recovery-image] Dec 18 23:17:42.579 INFO O| Dec 18 23:17:42.579 INFO STEP 1047 (remove_files) COMPLETE
75342024-12-18T23:17:43.917Z[ recovery-image] Dec 18 23:17:42.579 INFO O| Dec 18 23:17:42.579 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-18T23:17:43.951Z[ recovery-image] Dec 18 23:17:42.612 INFO O| Dec 18 23:17:42.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75362024-12-18T23:17:43.951Z[ recovery-image] Dec 18 23:17:42.612 INFO O| Dec 18 23:17:42.612 INFO STEP 1048 (remove_files) COMPLETE
75372024-12-18T23:17:43.951Z[ recovery-image] Dec 18 23:17:42.612 INFO O| Dec 18 23:17:42.612 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-18T23:17:43.971Z[ recovery-image] Dec 18 23:17:42.633 INFO O| Dec 18 23:17:42.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75392024-12-18T23:17:43.971Z[ recovery-image] Dec 18 23:17:42.633 INFO O| Dec 18 23:17:42.633 INFO STEP 1049 (remove_files) COMPLETE
75402024-12-18T23:17:43.971Z[ recovery-image] Dec 18 23:17:42.633 INFO O| Dec 18 23:17:42.633 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-18T23:17:44.016Z[ recovery-image] Dec 18 23:17:42.677 INFO O| Dec 18 23:17:42.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75422024-12-18T23:17:44.016Z[ recovery-image] Dec 18 23:17:42.677 INFO O| Dec 18 23:17:42.677 INFO STEP 1050 (remove_files) COMPLETE
75432024-12-18T23:17:44.018Z[ recovery-image] Dec 18 23:17:42.677 INFO O| Dec 18 23:17:42.677 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-18T23:17:44.034Z[ recovery-image] Dec 18 23:17:42.695 INFO O| Dec 18 23:17:42.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75452024-12-18T23:17:44.034Z[ recovery-image] Dec 18 23:17:42.696 INFO O| Dec 18 23:17:42.696 INFO STEP 1051 (remove_files) COMPLETE
75462024-12-18T23:17:44.034Z[ recovery-image] Dec 18 23:17:42.696 INFO O| Dec 18 23:17:42.696 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-18T23:17:44.073Z[ recovery-image] Dec 18 23:17:42.734 INFO O| Dec 18 23:17:42.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75482024-12-18T23:17:44.073Z[ recovery-image] Dec 18 23:17:42.734 INFO O| Dec 18 23:17:42.734 INFO STEP 1052 (remove_files) COMPLETE
75492024-12-18T23:17:44.074Z[ recovery-image] Dec 18 23:17:42.734 INFO O| Dec 18 23:17:42.734 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-18T23:17:44.137Z[ recovery-image] Dec 18 23:17:42.799 INFO O| Dec 18 23:17:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75512024-12-18T23:17:44.137Z[ recovery-image] Dec 18 23:17:42.799 INFO O| Dec 18 23:17:42.799 INFO STEP 1053 (remove_files) COMPLETE
75522024-12-18T23:17:44.137Z[ recovery-image] Dec 18 23:17:42.799 INFO O| Dec 18 23:17:42.799 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-18T23:17:44.160Z[ recovery-image] Dec 18 23:17:42.821 INFO O| Dec 18 23:17:42.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75542024-12-18T23:17:44.161Z[ recovery-image] Dec 18 23:17:42.822 INFO O| Dec 18 23:17:42.822 INFO STEP 1054 (remove_files) COMPLETE
75552024-12-18T23:17:44.161Z[ recovery-image] Dec 18 23:17:42.822 INFO O| Dec 18 23:17:42.822 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-18T23:17:44.196Z[ recovery-image] Dec 18 23:17:42.857 INFO O| Dec 18 23:17:42.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75572024-12-18T23:17:44.196Z[ recovery-image] Dec 18 23:17:42.857 INFO O| Dec 18 23:17:42.857 INFO STEP 1055 (remove_files) COMPLETE
75582024-12-18T23:17:44.196Z[ recovery-image] Dec 18 23:17:42.858 INFO O| Dec 18 23:17:42.857 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-18T23:17:44.246Z[ recovery-image] Dec 18 23:17:42.907 INFO O| Dec 18 23:17:42.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75602024-12-18T23:17:44.246Z[ recovery-image] Dec 18 23:17:42.907 INFO O| Dec 18 23:17:42.907 INFO STEP 1056 (remove_files) COMPLETE
75612024-12-18T23:17:44.246Z[ recovery-image] Dec 18 23:17:42.907 INFO O| Dec 18 23:17:42.907 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-18T23:17:44.268Z[ recovery-image] Dec 18 23:17:42.928 INFO O| Dec 18 23:17:42.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75632024-12-18T23:17:44.268Z[ recovery-image] Dec 18 23:17:42.928 INFO O| Dec 18 23:17:42.928 INFO STEP 1057 (remove_files) COMPLETE
75642024-12-18T23:17:44.272Z[ recovery-image] Dec 18 23:17:42.928 INFO O| Dec 18 23:17:42.928 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-18T23:17:44.303Z[ recovery-image] Dec 18 23:17:42.964 INFO O| Dec 18 23:17:42.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75662024-12-18T23:17:44.303Z[ recovery-image] Dec 18 23:17:42.964 INFO O| Dec 18 23:17:42.964 INFO STEP 1058 (remove_files) COMPLETE
75672024-12-18T23:17:44.303Z[ recovery-image] Dec 18 23:17:42.964 INFO O| Dec 18 23:17:42.964 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-18T23:17:44.390Z[ recovery-image] Dec 18 23:17:43.051 INFO O| Dec 18 23:17:43.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75692024-12-18T23:17:44.390Z[ recovery-image] Dec 18 23:17:43.051 INFO O| Dec 18 23:17:43.051 INFO STEP 1059 (remove_files) COMPLETE
75702024-12-18T23:17:44.390Z[ recovery-image] Dec 18 23:17:43.051 INFO O| Dec 18 23:17:43.051 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-18T23:17:44.450Z[ recovery-image] Dec 18 23:17:43.112 INFO O| Dec 18 23:17:43.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75722024-12-18T23:17:44.455Z[ recovery-image] Dec 18 23:17:43.112 INFO O| Dec 18 23:17:43.112 INFO STEP 1060 (remove_files) COMPLETE
75732024-12-18T23:17:44.455Z[ recovery-image] Dec 18 23:17:43.112 INFO O| Dec 18 23:17:43.112 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-18T23:17:44.482Z[ recovery-image] Dec 18 23:17:43.144 INFO O| Dec 18 23:17:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75752024-12-18T23:17:44.502Z[ recovery-image] Dec 18 23:17:43.164 INFO O| Dec 18 23:17:43.164 INFO STEP 1061 (remove_files) COMPLETE
75762024-12-18T23:17:44.502Z[ recovery-image] Dec 18 23:17:43.164 INFO O| Dec 18 23:17:43.164 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-18T23:17:44.526Z[ recovery-image] Dec 18 23:17:43.187 INFO O| Dec 18 23:17:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75782024-12-18T23:17:44.529Z[ recovery-image] Dec 18 23:17:43.188 INFO O| Dec 18 23:17:43.188 INFO STEP 1062 (remove_files) COMPLETE
75792024-12-18T23:17:44.529Z[ recovery-image] Dec 18 23:17:43.188 INFO O| Dec 18 23:17:43.188 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-18T23:17:44.548Z[ recovery-image] Dec 18 23:17:43.209 INFO O| Dec 18 23:17:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75812024-12-18T23:17:44.551Z[ recovery-image] Dec 18 23:17:43.210 INFO O| Dec 18 23:17:43.210 INFO STEP 1063 (remove_files) COMPLETE
75822024-12-18T23:17:44.551Z[ recovery-image] Dec 18 23:17:43.210 INFO O| Dec 18 23:17:43.210 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-18T23:17:44.583Z[ recovery-image] Dec 18 23:17:43.245 INFO O| Dec 18 23:17:43.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75842024-12-18T23:17:44.583Z[ recovery-image] Dec 18 23:17:43.245 INFO O| Dec 18 23:17:43.245 INFO STEP 1064 (remove_files) COMPLETE
75852024-12-18T23:17:44.583Z[ recovery-image] Dec 18 23:17:43.245 INFO O| Dec 18 23:17:43.245 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-18T23:17:44.632Z[ recovery-image] Dec 18 23:17:43.294 INFO O| Dec 18 23:17:43.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75872024-12-18T23:17:44.632Z[ recovery-image] Dec 18 23:17:43.294 INFO O| Dec 18 23:17:43.281 INFO STEP 1065 (remove_files) COMPLETE
75882024-12-18T23:17:44.635Z[ recovery-image] Dec 18 23:17:43.294 INFO O| Dec 18 23:17:43.281 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-18T23:17:44.644Z[ recovery-image] Dec 18 23:17:43.306 INFO O| Dec 18 23:17:43.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75902024-12-18T23:17:44.644Z[ recovery-image] Dec 18 23:17:43.306 INFO O| Dec 18 23:17:43.306 INFO STEP 1066 (remove_files) COMPLETE
75912024-12-18T23:17:44.644Z[ recovery-image] Dec 18 23:17:43.306 INFO O| Dec 18 23:17:43.306 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-18T23:17:44.679Z[ recovery-image] Dec 18 23:17:43.341 INFO O| Dec 18 23:17:43.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75932024-12-18T23:17:44.679Z[ recovery-image] Dec 18 23:17:43.341 INFO O| Dec 18 23:17:43.341 INFO STEP 1067 (remove_files) COMPLETE
75942024-12-18T23:17:44.680Z[ recovery-image] Dec 18 23:17:43.341 INFO O| Dec 18 23:17:43.341 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-18T23:17:44.713Z[ recovery-image] Dec 18 23:17:43.374 INFO O| Dec 18 23:17:43.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75962024-12-18T23:17:44.713Z[ recovery-image] Dec 18 23:17:43.374 INFO O| Dec 18 23:17:43.374 INFO STEP 1068 (remove_files) COMPLETE
75972024-12-18T23:17:44.713Z[ recovery-image] Dec 18 23:17:43.374 INFO O| Dec 18 23:17:43.374 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-18T23:17:44.759Z[ recovery-image] Dec 18 23:17:43.399 INFO O| Dec 18 23:17:43.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75992024-12-18T23:17:44.759Z[ recovery-image] Dec 18 23:17:43.399 INFO O| Dec 18 23:17:43.399 INFO STEP 1069 (remove_files) COMPLETE
76002024-12-18T23:17:44.759Z[ recovery-image] Dec 18 23:17:43.399 INFO O| Dec 18 23:17:43.399 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-18T23:17:44.795Z[ recovery-image] Dec 18 23:17:43.457 INFO O| Dec 18 23:17:43.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76022024-12-18T23:17:44.795Z[ recovery-image] Dec 18 23:17:43.457 INFO O| Dec 18 23:17:43.457 INFO STEP 1070 (remove_files) COMPLETE
76032024-12-18T23:17:44.799Z[ recovery-image] Dec 18 23:17:43.457 INFO O| Dec 18 23:17:43.457 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-18T23:17:44.852Z[ recovery-image] Dec 18 23:17:43.513 INFO O| Dec 18 23:17:43.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76052024-12-18T23:17:44.852Z[ recovery-image] Dec 18 23:17:43.514 INFO O| Dec 18 23:17:43.514 INFO STEP 1071 (remove_files) COMPLETE
76062024-12-18T23:17:44.852Z[ recovery-image] Dec 18 23:17:43.514 INFO O| Dec 18 23:17:43.514 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-18T23:17:44.917Z[ recovery-image] Dec 18 23:17:43.579 INFO O| Dec 18 23:17:43.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76082024-12-18T23:17:44.917Z[ recovery-image] Dec 18 23:17:43.579 INFO O| Dec 18 23:17:43.579 INFO STEP 1072 (remove_files) COMPLETE
76092024-12-18T23:17:44.917Z[ recovery-image] Dec 18 23:17:43.579 INFO O| Dec 18 23:17:43.579 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-18T23:17:44.977Z[ recovery-image] Dec 18 23:17:43.639 INFO O| Dec 18 23:17:43.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76112024-12-18T23:17:44.977Z[ recovery-image] Dec 18 23:17:43.639 INFO O| Dec 18 23:17:43.639 INFO STEP 1073 (remove_files) COMPLETE
76122024-12-18T23:17:44.977Z[ recovery-image] Dec 18 23:17:43.639 INFO O| Dec 18 23:17:43.639 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-18T23:17:45.011Z[ recovery-image] Dec 18 23:17:43.672 INFO O| Dec 18 23:17:43.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76142024-12-18T23:17:45.011Z[ recovery-image] Dec 18 23:17:43.672 INFO O| Dec 18 23:17:43.672 INFO STEP 1074 (remove_files) COMPLETE
76152024-12-18T23:17:45.011Z[ recovery-image] Dec 18 23:17:43.673 INFO O| Dec 18 23:17:43.672 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-18T23:17:45.030Z[ recovery-image] Dec 18 23:17:43.692 INFO O| Dec 18 23:17:43.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76172024-12-18T23:17:45.031Z[ recovery-image] Dec 18 23:17:43.692 INFO O| Dec 18 23:17:43.692 INFO STEP 1075 (remove_files) COMPLETE
76182024-12-18T23:17:45.035Z[ recovery-image] Dec 18 23:17:43.693 INFO O| Dec 18 23:17:43.692 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-18T23:17:45.065Z[ recovery-image] Dec 18 23:17:43.725 INFO O| Dec 18 23:17:43.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76202024-12-18T23:17:45.065Z[ recovery-image] Dec 18 23:17:43.725 INFO O| Dec 18 23:17:43.725 INFO STEP 1076 (remove_files) COMPLETE
76212024-12-18T23:17:45.065Z[ recovery-image] Dec 18 23:17:43.725 INFO O| Dec 18 23:17:43.725 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-18T23:17:45.083Z[ recovery-image] Dec 18 23:17:43.745 INFO O| Dec 18 23:17:43.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76232024-12-18T23:17:45.083Z[ recovery-image] Dec 18 23:17:43.745 INFO O| Dec 18 23:17:43.745 INFO STEP 1077 (remove_files) COMPLETE
76242024-12-18T23:17:45.086Z[ recovery-image] Dec 18 23:17:43.745 INFO O| Dec 18 23:17:43.745 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-18T23:17:45.103Z[ recovery-image] Dec 18 23:17:43.764 INFO O| Dec 18 23:17:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76262024-12-18T23:17:45.106Z[ recovery-image] Dec 18 23:17:43.765 INFO O| Dec 18 23:17:43.765 INFO STEP 1078 (remove_files) COMPLETE
76272024-12-18T23:17:45.106Z[ recovery-image] Dec 18 23:17:43.765 INFO O| Dec 18 23:17:43.765 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-18T23:17:45.122Z[ recovery-image] Dec 18 23:17:43.784 INFO O| Dec 18 23:17:43.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76292024-12-18T23:17:45.125Z[ recovery-image] Dec 18 23:17:43.784 INFO O| Dec 18 23:17:43.784 INFO STEP 1079 (remove_files) COMPLETE
76302024-12-18T23:17:45.125Z[ recovery-image] Dec 18 23:17:43.784 INFO O| Dec 18 23:17:43.784 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-18T23:17:45.158Z[ recovery-image] Dec 18 23:17:43.820 INFO O| Dec 18 23:17:43.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76322024-12-18T23:17:45.158Z[ recovery-image] Dec 18 23:17:43.820 INFO O| Dec 18 23:17:43.820 INFO STEP 1080 (remove_files) COMPLETE
76332024-12-18T23:17:45.161Z[ recovery-image] Dec 18 23:17:43.820 INFO O| Dec 18 23:17:43.820 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-18T23:17:45.213Z[ recovery-image] Dec 18 23:17:43.875 INFO O| Dec 18 23:17:43.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76352024-12-18T23:17:45.214Z[ recovery-image] Dec 18 23:17:43.875 INFO O| Dec 18 23:17:43.875 INFO STEP 1081 (remove_files) COMPLETE
76362024-12-18T23:17:45.217Z[ recovery-image] Dec 18 23:17:43.875 INFO O| Dec 18 23:17:43.875 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-18T23:17:45.244Z[ recovery-image] Dec 18 23:17:43.906 INFO O| Dec 18 23:17:43.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76382024-12-18T23:17:45.244Z[ recovery-image] Dec 18 23:17:43.906 INFO O| Dec 18 23:17:43.906 INFO STEP 1082 (remove_files) COMPLETE
76392024-12-18T23:17:45.247Z[ recovery-image] Dec 18 23:17:43.906 INFO O| Dec 18 23:17:43.906 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-18T23:17:45.271Z[ recovery-image] Dec 18 23:17:43.933 INFO O| Dec 18 23:17:43.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76412024-12-18T23:17:45.271Z[ recovery-image] Dec 18 23:17:43.933 INFO O| Dec 18 23:17:43.933 INFO STEP 1083 (remove_files) COMPLETE
76422024-12-18T23:17:45.275Z[ recovery-image] Dec 18 23:17:43.933 INFO O| Dec 18 23:17:43.933 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-18T23:17:45.301Z[ recovery-image] Dec 18 23:17:43.963 INFO O| Dec 18 23:17:43.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76442024-12-18T23:17:45.304Z[ recovery-image] Dec 18 23:17:43.964 INFO O| Dec 18 23:17:43.964 INFO STEP 1084 (remove_files) COMPLETE
76452024-12-18T23:17:45.304Z[ recovery-image] Dec 18 23:17:43.964 INFO O| Dec 18 23:17:43.964 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-18T23:17:45.322Z[ recovery-image] Dec 18 23:17:43.983 INFO O| Dec 18 23:17:43.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76472024-12-18T23:17:45.325Z[ recovery-image] Dec 18 23:17:43.984 INFO O| Dec 18 23:17:43.984 INFO STEP 1085 (remove_files) COMPLETE
76482024-12-18T23:17:45.325Z[ recovery-image] Dec 18 23:17:43.984 INFO O| Dec 18 23:17:43.984 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-18T23:17:45.341Z[ recovery-image] Dec 18 23:17:44.003 INFO O| Dec 18 23:17:44.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76502024-12-18T23:17:45.344Z[ recovery-image] Dec 18 23:17:44.003 INFO O| Dec 18 23:17:44.003 INFO STEP 1086 (remove_files) COMPLETE
76512024-12-18T23:17:45.344Z[ recovery-image] Dec 18 23:17:44.003 INFO O| Dec 18 23:17:44.003 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-18T23:17:45.360Z[ recovery-image] Dec 18 23:17:44.022 INFO O| Dec 18 23:17:44.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76532024-12-18T23:17:45.363Z[ recovery-image] Dec 18 23:17:44.022 INFO O| Dec 18 23:17:44.022 INFO STEP 1087 (remove_files) COMPLETE
76542024-12-18T23:17:45.363Z[ recovery-image] Dec 18 23:17:44.023 INFO O| Dec 18 23:17:44.022 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-18T23:17:45.380Z[ recovery-image] Dec 18 23:17:44.042 INFO O| Dec 18 23:17:44.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76562024-12-18T23:17:45.383Z[ recovery-image] Dec 18 23:17:44.042 INFO O| Dec 18 23:17:44.042 INFO STEP 1088 (remove_files) COMPLETE
76572024-12-18T23:17:45.383Z[ recovery-image] Dec 18 23:17:44.042 INFO O| Dec 18 23:17:44.042 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-18T23:17:45.400Z[ recovery-image] Dec 18 23:17:44.062 INFO O| Dec 18 23:17:44.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76592024-12-18T23:17:45.403Z[ recovery-image] Dec 18 23:17:44.062 INFO O| Dec 18 23:17:44.062 INFO STEP 1089 (remove_files) COMPLETE
76602024-12-18T23:17:45.403Z[ recovery-image] Dec 18 23:17:44.062 INFO O| Dec 18 23:17:44.062 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-18T23:17:45.419Z[ recovery-image] Dec 18 23:17:44.081 INFO O| Dec 18 23:17:44.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76622024-12-18T23:17:45.422Z[ recovery-image] Dec 18 23:17:44.081 INFO O| Dec 18 23:17:44.081 INFO STEP 1090 (remove_files) COMPLETE
76632024-12-18T23:17:45.422Z[ recovery-image] Dec 18 23:17:44.082 INFO O| Dec 18 23:17:44.082 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-18T23:17:45.455Z[ recovery-image] Dec 18 23:17:44.117 INFO O| Dec 18 23:17:44.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76652024-12-18T23:17:45.477Z[ recovery-image] Dec 18 23:17:44.139 INFO O| Dec 18 23:17:44.139 INFO STEP 1091 (remove_files) COMPLETE
76662024-12-18T23:17:45.477Z[ recovery-image] Dec 18 23:17:44.139 INFO O| Dec 18 23:17:44.139 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-18T23:17:45.528Z[ recovery-image] Dec 18 23:17:44.190 INFO O| Dec 18 23:17:44.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76682024-12-18T23:17:45.531Z[ recovery-image] Dec 18 23:17:44.190 INFO O| Dec 18 23:17:44.190 INFO STEP 1092 (remove_files) COMPLETE
76692024-12-18T23:17:45.531Z[ recovery-image] Dec 18 23:17:44.190 INFO O| Dec 18 23:17:44.190 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-18T23:17:45.588Z[ recovery-image] Dec 18 23:17:44.249 INFO O| Dec 18 23:17:44.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76712024-12-18T23:17:45.588Z[ recovery-image] Dec 18 23:17:44.249 INFO O| Dec 18 23:17:44.249 INFO STEP 1093 (remove_files) COMPLETE
76722024-12-18T23:17:45.588Z[ recovery-image] Dec 18 23:17:44.249 INFO O| Dec 18 23:17:44.249 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-18T23:17:45.607Z[ recovery-image] Dec 18 23:17:44.268 INFO O| Dec 18 23:17:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76742024-12-18T23:17:45.607Z[ recovery-image] Dec 18 23:17:44.269 INFO O| Dec 18 23:17:44.269 INFO STEP 1094 (remove_files) COMPLETE
76752024-12-18T23:17:45.607Z[ recovery-image] Dec 18 23:17:44.269 INFO O| Dec 18 23:17:44.269 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-18T23:17:45.630Z[ recovery-image] Dec 18 23:17:44.292 INFO O| Dec 18 23:17:44.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76772024-12-18T23:17:45.630Z[ recovery-image] Dec 18 23:17:44.292 INFO O| Dec 18 23:17:44.292 INFO STEP 1095 (remove_files) COMPLETE
76782024-12-18T23:17:45.634Z[ recovery-image] Dec 18 23:17:44.292 INFO O| Dec 18 23:17:44.292 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-18T23:17:45.669Z[ recovery-image] Dec 18 23:17:44.330 INFO O| Dec 18 23:17:44.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76802024-12-18T23:17:45.669Z[ recovery-image] Dec 18 23:17:44.330 INFO O| Dec 18 23:17:44.330 INFO STEP 1096 (remove_files) COMPLETE
76812024-12-18T23:17:45.669Z[ recovery-image] Dec 18 23:17:44.331 INFO O| Dec 18 23:17:44.330 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-18T23:17:45.708Z[ recovery-image] Dec 18 23:17:44.370 INFO O| Dec 18 23:17:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76832024-12-18T23:17:45.708Z[ recovery-image] Dec 18 23:17:44.370 INFO O| Dec 18 23:17:44.370 INFO STEP 1097 (remove_files) COMPLETE
76842024-12-18T23:17:45.708Z[ recovery-image] Dec 18 23:17:44.370 INFO O| Dec 18 23:17:44.370 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-18T23:17:45.730Z[ recovery-image] Dec 18 23:17:44.390 INFO O| Dec 18 23:17:44.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76862024-12-18T23:17:45.730Z[ recovery-image] Dec 18 23:17:44.390 INFO O| Dec 18 23:17:44.390 INFO STEP 1098 (remove_files) COMPLETE
76872024-12-18T23:17:45.730Z[ recovery-image] Dec 18 23:17:44.390 INFO O| Dec 18 23:17:44.390 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-18T23:17:45.747Z[ recovery-image] Dec 18 23:17:44.408 INFO O| Dec 18 23:17:44.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76892024-12-18T23:17:45.747Z[ recovery-image] Dec 18 23:17:44.409 INFO O| Dec 18 23:17:44.409 INFO STEP 1099 (remove_files) COMPLETE
76902024-12-18T23:17:45.750Z[ recovery-image] Dec 18 23:17:44.409 INFO O| Dec 18 23:17:44.409 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-18T23:17:45.766Z[ recovery-image] Dec 18 23:17:44.428 INFO O| Dec 18 23:17:44.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76922024-12-18T23:17:45.766Z[ recovery-image] Dec 18 23:17:44.428 INFO O| Dec 18 23:17:44.428 INFO STEP 1100 (remove_files) COMPLETE
76932024-12-18T23:17:45.768Z[ recovery-image] Dec 18 23:17:44.428 INFO O| Dec 18 23:17:44.428 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-18T23:17:45.785Z[ recovery-image] Dec 18 23:17:44.446 INFO O| Dec 18 23:17:44.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76952024-12-18T23:17:45.785Z[ recovery-image] Dec 18 23:17:44.446 INFO O| Dec 18 23:17:44.446 INFO STEP 1101 (remove_files) COMPLETE
76962024-12-18T23:17:45.785Z[ recovery-image] Dec 18 23:17:44.446 INFO O| Dec 18 23:17:44.446 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-18T23:17:45.815Z[ recovery-image] Dec 18 23:17:44.477 INFO O| Dec 18 23:17:44.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76982024-12-18T23:17:45.818Z[ recovery-image] Dec 18 23:17:44.477 INFO O| Dec 18 23:17:44.477 INFO STEP 1102 (remove_files) COMPLETE
76992024-12-18T23:17:45.818Z[ recovery-image] Dec 18 23:17:44.477 INFO O| Dec 18 23:17:44.477 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-18T23:17:45.840Z[ recovery-image] Dec 18 23:17:44.501 INFO O| Dec 18 23:17:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77012024-12-18T23:17:45.840Z[ recovery-image] Dec 18 23:17:44.502 INFO O| Dec 18 23:17:44.501 INFO STEP 1103 (remove_files) COMPLETE
77022024-12-18T23:17:45.845Z[ recovery-image] Dec 18 23:17:44.502 INFO O| Dec 18 23:17:44.502 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-18T23:17:45.863Z[ recovery-image] Dec 18 23:17:44.524 INFO O| Dec 18 23:17:44.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77042024-12-18T23:17:45.866Z[ recovery-image] Dec 18 23:17:44.525 INFO O| Dec 18 23:17:44.525 INFO STEP 1104 (remove_files) COMPLETE
77052024-12-18T23:17:45.866Z[ recovery-image] Dec 18 23:17:44.525 INFO O| Dec 18 23:17:44.525 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-18T23:17:45.883Z[ recovery-image] Dec 18 23:17:44.544 INFO O| Dec 18 23:17:44.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77072024-12-18T23:17:45.883Z[ recovery-image] Dec 18 23:17:44.544 INFO O| Dec 18 23:17:44.544 INFO STEP 1105 (remove_files) COMPLETE
77082024-12-18T23:17:45.883Z[ recovery-image] Dec 18 23:17:44.545 INFO O| Dec 18 23:17:44.544 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-18T23:17:45.913Z[ recovery-image] Dec 18 23:17:44.574 INFO O| Dec 18 23:17:44.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77102024-12-18T23:17:45.913Z[ recovery-image] Dec 18 23:17:44.574 INFO O| Dec 18 23:17:44.574 INFO STEP 1106 (remove_files) COMPLETE
77112024-12-18T23:17:45.913Z[ recovery-image] Dec 18 23:17:44.574 INFO O| Dec 18 23:17:44.574 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-18T23:17:45.955Z[ recovery-image] Dec 18 23:17:44.617 INFO O| Dec 18 23:17:44.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77132024-12-18T23:17:45.955Z[ recovery-image] Dec 18 23:17:44.617 INFO O| Dec 18 23:17:44.617 INFO STEP 1107 (remove_files) COMPLETE
77142024-12-18T23:17:45.958Z[ recovery-image] Dec 18 23:17:44.617 INFO O| Dec 18 23:17:44.617 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-18T23:17:46.013Z[ recovery-image] Dec 18 23:17:44.674 INFO O| Dec 18 23:17:44.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77162024-12-18T23:17:46.013Z[ recovery-image] Dec 18 23:17:44.674 INFO O| Dec 18 23:17:44.674 INFO STEP 1108 (remove_files) COMPLETE
77172024-12-18T23:17:46.016Z[ recovery-image] Dec 18 23:17:44.674 INFO O| Dec 18 23:17:44.674 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-18T23:17:46.038Z[ recovery-image] Dec 18 23:17:44.700 INFO O| Dec 18 23:17:44.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77192024-12-18T23:17:46.039Z[ recovery-image] Dec 18 23:17:44.700 INFO O| Dec 18 23:17:44.700 INFO STEP 1109 (remove_files) COMPLETE
77202024-12-18T23:17:46.039Z[ recovery-image] Dec 18 23:17:44.700 INFO O| Dec 18 23:17:44.700 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-18T23:17:46.097Z[ recovery-image] Dec 18 23:17:44.746 INFO O| Dec 18 23:17:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77222024-12-18T23:17:46.097Z[ recovery-image] Dec 18 23:17:44.746 INFO O| Dec 18 23:17:44.746 INFO STEP 1110 (remove_files) COMPLETE
77232024-12-18T23:17:46.097Z[ recovery-image] Dec 18 23:17:44.746 INFO O| Dec 18 23:17:44.746 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-18T23:17:46.104Z[ recovery-image] Dec 18 23:17:44.766 INFO O| Dec 18 23:17:44.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77252024-12-18T23:17:46.107Z[ recovery-image] Dec 18 23:17:44.766 INFO O| Dec 18 23:17:44.766 INFO STEP 1111 (remove_files) COMPLETE
77262024-12-18T23:17:46.107Z[ recovery-image] Dec 18 23:17:44.766 INFO O| Dec 18 23:17:44.766 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-18T23:17:46.121Z[ recovery-image] Dec 18 23:17:44.783 INFO O| Dec 18 23:17:44.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77282024-12-18T23:17:46.124Z[ recovery-image] Dec 18 23:17:44.783 INFO O| Dec 18 23:17:44.783 INFO STEP 1112 (remove_files) COMPLETE
77292024-12-18T23:17:46.124Z[ recovery-image] Dec 18 23:17:44.783 INFO O| Dec 18 23:17:44.783 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-18T23:17:46.139Z[ recovery-image] Dec 18 23:17:44.801 INFO O| Dec 18 23:17:44.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77312024-12-18T23:17:46.142Z[ recovery-image] Dec 18 23:17:44.801 INFO O| Dec 18 23:17:44.801 INFO STEP 1113 (remove_files) COMPLETE
77322024-12-18T23:17:46.142Z[ recovery-image] Dec 18 23:17:44.801 INFO O| Dec 18 23:17:44.801 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-18T23:17:46.160Z[ recovery-image] Dec 18 23:17:44.821 INFO O| Dec 18 23:17:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77342024-12-18T23:17:46.160Z[ recovery-image] Dec 18 23:17:44.822 INFO O| Dec 18 23:17:44.821 INFO STEP 1114 (remove_files) COMPLETE
77352024-12-18T23:17:46.162Z[ recovery-image] Dec 18 23:17:44.822 INFO O| Dec 18 23:17:44.822 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-18T23:17:46.183Z[ recovery-image] Dec 18 23:17:44.845 INFO O| Dec 18 23:17:44.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77372024-12-18T23:17:46.187Z[ recovery-image] Dec 18 23:17:44.845 INFO O| Dec 18 23:17:44.845 INFO STEP 1115 (remove_files) COMPLETE
77382024-12-18T23:17:46.187Z[ recovery-image] Dec 18 23:17:44.845 INFO O| Dec 18 23:17:44.845 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-18T23:17:46.204Z[ recovery-image] Dec 18 23:17:44.865 INFO O| Dec 18 23:17:44.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77402024-12-18T23:17:46.204Z[ recovery-image] Dec 18 23:17:44.865 INFO O| Dec 18 23:17:44.865 INFO STEP 1116 (remove_files) COMPLETE
77412024-12-18T23:17:46.204Z[ recovery-image] Dec 18 23:17:44.865 INFO O| Dec 18 23:17:44.865 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-18T23:17:46.235Z[ recovery-image] Dec 18 23:17:44.896 INFO O| Dec 18 23:17:44.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77432024-12-18T23:17:46.235Z[ recovery-image] Dec 18 23:17:44.896 INFO O| Dec 18 23:17:44.896 INFO STEP 1117 (remove_files) COMPLETE
77442024-12-18T23:17:46.235Z[ recovery-image] Dec 18 23:17:44.896 INFO O| Dec 18 23:17:44.896 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-18T23:17:46.251Z[ recovery-image] Dec 18 23:17:44.913 INFO O| Dec 18 23:17:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77462024-12-18T23:17:46.251Z[ recovery-image] Dec 18 23:17:44.913 INFO O| Dec 18 23:17:44.913 INFO STEP 1118 (remove_files) COMPLETE
77472024-12-18T23:17:46.255Z[ recovery-image] Dec 18 23:17:44.913 INFO O| Dec 18 23:17:44.913 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-18T23:17:46.269Z[ recovery-image] Dec 18 23:17:44.931 INFO O| Dec 18 23:17:44.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77492024-12-18T23:17:46.273Z[ recovery-image] Dec 18 23:17:44.931 INFO O| Dec 18 23:17:44.931 INFO STEP 1119 (remove_files) COMPLETE
77502024-12-18T23:17:46.273Z[ recovery-image] Dec 18 23:17:44.931 INFO O| Dec 18 23:17:44.931 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-18T23:17:46.288Z[ recovery-image] Dec 18 23:17:44.950 INFO O| Dec 18 23:17:44.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77522024-12-18T23:17:46.291Z[ recovery-image] Dec 18 23:17:44.950 INFO O| Dec 18 23:17:44.950 INFO STEP 1120 (remove_files) COMPLETE
77532024-12-18T23:17:46.291Z[ recovery-image] Dec 18 23:17:44.950 INFO O| Dec 18 23:17:44.950 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-18T23:17:46.309Z[ recovery-image] Dec 18 23:17:44.971 INFO O| Dec 18 23:17:44.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77552024-12-18T23:17:46.312Z[ recovery-image] Dec 18 23:17:44.971 INFO O| Dec 18 23:17:44.971 INFO STEP 1121 (remove_files) COMPLETE
77562024-12-18T23:17:46.312Z[ recovery-image] Dec 18 23:17:44.971 INFO O| Dec 18 23:17:44.971 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-18T23:17:46.329Z[ recovery-image] Dec 18 23:17:44.991 INFO O| Dec 18 23:17:44.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77582024-12-18T23:17:46.332Z[ recovery-image] Dec 18 23:17:44.991 INFO O| Dec 18 23:17:44.991 INFO STEP 1122 (remove_files) COMPLETE
77592024-12-18T23:17:46.332Z[ recovery-image] Dec 18 23:17:44.991 INFO O| Dec 18 23:17:44.991 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-18T23:17:46.349Z[ recovery-image] Dec 18 23:17:45.011 INFO O| Dec 18 23:17:45.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77612024-12-18T23:17:46.351Z[ recovery-image] Dec 18 23:17:45.011 INFO O| Dec 18 23:17:45.011 INFO STEP 1123 (remove_files) COMPLETE
77622024-12-18T23:17:46.351Z[ recovery-image] Dec 18 23:17:45.011 INFO O| Dec 18 23:17:45.011 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-18T23:17:46.370Z[ recovery-image] Dec 18 23:17:45.032 INFO O| Dec 18 23:17:45.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77642024-12-18T23:17:46.373Z[ recovery-image] Dec 18 23:17:45.032 INFO O| Dec 18 23:17:45.032 INFO STEP 1124 (remove_files) COMPLETE
77652024-12-18T23:17:46.373Z[ recovery-image] Dec 18 23:17:45.032 INFO O| Dec 18 23:17:45.032 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-18T23:17:46.390Z[ recovery-image] Dec 18 23:17:45.052 INFO O| Dec 18 23:17:45.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77672024-12-18T23:17:46.393Z[ recovery-image] Dec 18 23:17:45.053 INFO O| Dec 18 23:17:45.052 INFO STEP 1125 (remove_files) COMPLETE
77682024-12-18T23:17:46.393Z[ recovery-image] Dec 18 23:17:45.053 INFO O| Dec 18 23:17:45.052 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-18T23:17:46.410Z[ recovery-image] Dec 18 23:17:45.072 INFO O| Dec 18 23:17:45.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77702024-12-18T23:17:46.412Z[ recovery-image] Dec 18 23:17:45.072 INFO O| Dec 18 23:17:45.072 INFO STEP 1126 (remove_files) COMPLETE
77712024-12-18T23:17:46.412Z[ recovery-image] Dec 18 23:17:45.072 INFO O| Dec 18 23:17:45.072 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-18T23:17:46.431Z[ recovery-image] Dec 18 23:17:45.092 INFO O| Dec 18 23:17:45.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77732024-12-18T23:17:46.433Z[ recovery-image] Dec 18 23:17:45.093 INFO O| Dec 18 23:17:45.093 INFO STEP 1127 (remove_files) COMPLETE
77742024-12-18T23:17:46.433Z[ recovery-image] Dec 18 23:17:45.093 INFO O| Dec 18 23:17:45.093 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-18T23:17:46.450Z[ recovery-image] Dec 18 23:17:45.112 INFO O| Dec 18 23:17:45.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77762024-12-18T23:17:46.453Z[ recovery-image] Dec 18 23:17:45.112 INFO O| Dec 18 23:17:45.112 INFO STEP 1128 (remove_files) COMPLETE
77772024-12-18T23:17:46.453Z[ recovery-image] Dec 18 23:17:45.112 INFO O| Dec 18 23:17:45.112 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-18T23:17:46.471Z[ recovery-image] Dec 18 23:17:45.133 INFO O| Dec 18 23:17:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77792024-12-18T23:17:46.480Z[ recovery-image] Dec 18 23:17:45.133 INFO O| Dec 18 23:17:45.133 INFO STEP 1129 (remove_files) COMPLETE
77802024-12-18T23:17:46.480Z[ recovery-image] Dec 18 23:17:45.133 INFO O| Dec 18 23:17:45.133 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-18T23:17:46.510Z[ recovery-image] Dec 18 23:17:45.172 INFO O| Dec 18 23:17:45.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77822024-12-18T23:17:46.511Z[ recovery-image] Dec 18 23:17:45.172 INFO O| Dec 18 23:17:45.172 INFO STEP 1130 (remove_files) COMPLETE
77832024-12-18T23:17:46.514Z[ recovery-image] Dec 18 23:17:45.172 INFO O| Dec 18 23:17:45.172 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-18T23:17:46.551Z[ recovery-image] Dec 18 23:17:45.213 INFO O| Dec 18 23:17:45.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77852024-12-18T23:17:46.551Z[ recovery-image] Dec 18 23:17:45.213 INFO O| Dec 18 23:17:45.213 INFO STEP 1131 (remove_files) COMPLETE
77862024-12-18T23:17:46.555Z[ recovery-image] Dec 18 23:17:45.213 INFO O| Dec 18 23:17:45.213 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-18T23:17:46.572Z[ recovery-image] Dec 18 23:17:45.234 INFO O| Dec 18 23:17:45.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77882024-12-18T23:17:46.572Z[ recovery-image] Dec 18 23:17:45.234 INFO O| Dec 18 23:17:45.234 INFO STEP 1132 (remove_files) COMPLETE
77892024-12-18T23:17:46.572Z[ recovery-image] Dec 18 23:17:45.234 INFO O| Dec 18 23:17:45.234 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-18T23:17:46.610Z[ recovery-image] Dec 18 23:17:45.271 INFO O| Dec 18 23:17:45.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77912024-12-18T23:17:46.610Z[ recovery-image] Dec 18 23:17:45.271 INFO O| Dec 18 23:17:45.271 INFO STEP 1133 (remove_files) COMPLETE
77922024-12-18T23:17:46.610Z[ recovery-image] Dec 18 23:17:45.271 INFO O| Dec 18 23:17:45.271 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-18T23:17:46.652Z[ recovery-image] Dec 18 23:17:45.314 INFO O| Dec 18 23:17:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77942024-12-18T23:17:46.655Z[ recovery-image] Dec 18 23:17:45.314 INFO O| Dec 18 23:17:45.314 INFO STEP 1134 (remove_files) COMPLETE
77952024-12-18T23:17:46.655Z[ recovery-image] Dec 18 23:17:45.314 INFO O| Dec 18 23:17:45.314 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-18T23:17:46.731Z[ recovery-image] Dec 18 23:17:45.393 INFO O| Dec 18 23:17:45.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77972024-12-18T23:17:46.731Z[ recovery-image] Dec 18 23:17:45.393 INFO O| Dec 18 23:17:45.393 INFO STEP 1135 (remove_files) COMPLETE
77982024-12-18T23:17:46.731Z[ recovery-image] Dec 18 23:17:45.393 INFO O| Dec 18 23:17:45.393 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-18T23:17:46.754Z[ recovery-image] Dec 18 23:17:45.416 INFO O| Dec 18 23:17:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78002024-12-18T23:17:46.754Z[ recovery-image] Dec 18 23:17:45.416 INFO O| Dec 18 23:17:45.416 INFO STEP 1136 (remove_files) COMPLETE
78012024-12-18T23:17:46.754Z[ recovery-image] Dec 18 23:17:45.416 INFO O| Dec 18 23:17:45.416 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-18T23:17:46.792Z[ recovery-image] Dec 18 23:17:45.454 INFO O| Dec 18 23:17:45.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78032024-12-18T23:17:46.792Z[ recovery-image] Dec 18 23:17:45.454 INFO O| Dec 18 23:17:45.454 INFO STEP 1137 (remove_files) COMPLETE
78042024-12-18T23:17:46.792Z[ recovery-image] Dec 18 23:17:45.454 INFO O| Dec 18 23:17:45.454 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-18T23:17:46.813Z[ recovery-image] Dec 18 23:17:45.474 INFO O| Dec 18 23:17:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78062024-12-18T23:17:46.813Z[ recovery-image] Dec 18 23:17:45.474 INFO O| Dec 18 23:17:45.474 INFO STEP 1138 (remove_files) COMPLETE
78072024-12-18T23:17:46.816Z[ recovery-image] Dec 18 23:17:45.474 INFO O| Dec 18 23:17:45.474 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-18T23:17:46.834Z[ recovery-image] Dec 18 23:17:45.495 INFO O| Dec 18 23:17:45.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78092024-12-18T23:17:46.841Z[ recovery-image] Dec 18 23:17:45.503 INFO O| Dec 18 23:17:45.503 INFO STEP 1139 (remove_files) COMPLETE
78102024-12-18T23:17:46.844Z[ recovery-image] Dec 18 23:17:45.503 INFO O| Dec 18 23:17:45.503 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-18T23:17:46.946Z[ recovery-image] Dec 18 23:17:45.608 INFO O| Dec 18 23:17:45.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78122024-12-18T23:17:46.950Z[ recovery-image] Dec 18 23:17:45.608 INFO O| Dec 18 23:17:45.608 INFO STEP 1140 (remove_files) COMPLETE
78132024-12-18T23:17:46.950Z[ recovery-image] Dec 18 23:17:45.608 INFO O| Dec 18 23:17:45.608 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-18T23:17:46.969Z[ recovery-image] Dec 18 23:17:45.631 INFO O| Dec 18 23:17:45.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78152024-12-18T23:17:46.972Z[ recovery-image] Dec 18 23:17:45.631 INFO O| Dec 18 23:17:45.631 INFO STEP 1141 (remove_files) COMPLETE
78162024-12-18T23:17:46.972Z[ recovery-image] Dec 18 23:17:45.631 INFO O| Dec 18 23:17:45.631 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-18T23:17:47.015Z[ recovery-image] Dec 18 23:17:45.676 INFO O| Dec 18 23:17:45.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78182024-12-18T23:17:47.015Z[ recovery-image] Dec 18 23:17:45.677 INFO O| Dec 18 23:17:45.676 INFO STEP 1142 (remove_files) COMPLETE
78192024-12-18T23:17:47.016Z[ recovery-image] Dec 18 23:17:45.677 INFO O| Dec 18 23:17:45.676 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-18T23:17:47.040Z[ recovery-image] Dec 18 23:17:45.702 INFO O| Dec 18 23:17:45.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78212024-12-18T23:17:47.043Z[ recovery-image] Dec 18 23:17:45.702 INFO O| Dec 18 23:17:45.702 INFO STEP 1143 (remove_files) COMPLETE
78222024-12-18T23:17:47.043Z[ recovery-image] Dec 18 23:17:45.702 INFO O| Dec 18 23:17:45.702 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-18T23:17:47.112Z[ recovery-image] Dec 18 23:17:45.773 INFO O| Dec 18 23:17:45.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78242024-12-18T23:17:47.115Z[ recovery-image] Dec 18 23:17:45.773 INFO O| Dec 18 23:17:45.773 INFO STEP 1144 (remove_files) COMPLETE
78252024-12-18T23:17:47.115Z[ recovery-image] Dec 18 23:17:45.774 INFO O| Dec 18 23:17:45.773 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-18T23:17:47.132Z[ recovery-image] Dec 18 23:17:45.793 INFO O| Dec 18 23:17:45.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78272024-12-18T23:17:47.135Z[ recovery-image] Dec 18 23:17:45.794 INFO O| Dec 18 23:17:45.794 INFO STEP 1145 (remove_files) COMPLETE
78282024-12-18T23:17:47.135Z[ recovery-image] Dec 18 23:17:45.794 INFO O| Dec 18 23:17:45.794 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-18T23:17:47.150Z[ recovery-image] Dec 18 23:17:45.812 INFO O| Dec 18 23:17:45.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78302024-12-18T23:17:47.153Z[ recovery-image] Dec 18 23:17:45.812 INFO O| Dec 18 23:17:45.812 INFO STEP 1146 (remove_files) COMPLETE
78312024-12-18T23:17:47.153Z[ recovery-image] Dec 18 23:17:45.812 INFO O| Dec 18 23:17:45.812 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-18T23:17:47.189Z[ recovery-image] Dec 18 23:17:45.851 INFO O| Dec 18 23:17:45.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78332024-12-18T23:17:47.193Z[ recovery-image] Dec 18 23:17:45.851 INFO O| Dec 18 23:17:45.851 INFO STEP 1147 (remove_files) COMPLETE
78342024-12-18T23:17:47.193Z[ recovery-image] Dec 18 23:17:45.851 INFO O| Dec 18 23:17:45.851 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-18T23:17:47.211Z[ recovery-image] Dec 18 23:17:45.873 INFO O| Dec 18 23:17:45.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78362024-12-18T23:17:47.214Z[ recovery-image] Dec 18 23:17:45.873 INFO O| Dec 18 23:17:45.873 INFO STEP 1148 (remove_files) COMPLETE
78372024-12-18T23:17:47.214Z[ recovery-image] Dec 18 23:17:45.873 INFO O| Dec 18 23:17:45.873 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-18T23:17:47.253Z[ recovery-image] Dec 18 23:17:45.915 INFO O| Dec 18 23:17:45.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78392024-12-18T23:17:47.256Z[ recovery-image] Dec 18 23:17:45.915 INFO O| Dec 18 23:17:45.915 INFO STEP 1149 (remove_files) COMPLETE
78402024-12-18T23:17:47.256Z[ recovery-image] Dec 18 23:17:45.915 INFO O| Dec 18 23:17:45.915 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-18T23:17:47.290Z[ recovery-image] Dec 18 23:17:45.952 INFO O| Dec 18 23:17:45.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78422024-12-18T23:17:47.293Z[ recovery-image] Dec 18 23:17:45.952 INFO O| Dec 18 23:17:45.952 INFO STEP 1150 (remove_files) COMPLETE
78432024-12-18T23:17:47.293Z[ recovery-image] Dec 18 23:17:45.952 INFO O| Dec 18 23:17:45.952 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-18T23:17:47.326Z[ recovery-image] Dec 18 23:17:45.988 INFO O| Dec 18 23:17:45.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78452024-12-18T23:17:47.326Z[ recovery-image] Dec 18 23:17:45.988 INFO O| Dec 18 23:17:45.988 INFO STEP 1151 (remove_files) COMPLETE
78462024-12-18T23:17:47.327Z[ recovery-image] Dec 18 23:17:45.988 INFO O| Dec 18 23:17:45.988 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-18T23:17:47.351Z[ recovery-image] Dec 18 23:17:46.012 INFO O| Dec 18 23:17:46.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78482024-12-18T23:17:47.351Z[ recovery-image] Dec 18 23:17:46.012 INFO O| Dec 18 23:17:46.012 INFO STEP 1152 (remove_files) COMPLETE
78492024-12-18T23:17:47.354Z[ recovery-image] Dec 18 23:17:46.012 INFO O| Dec 18 23:17:46.012 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-18T23:17:47.371Z[ recovery-image] Dec 18 23:17:46.032 INFO O| Dec 18 23:17:46.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78512024-12-18T23:17:47.371Z[ recovery-image] Dec 18 23:17:46.033 INFO O| Dec 18 23:17:46.032 INFO STEP 1153 (remove_files) COMPLETE
78522024-12-18T23:17:47.374Z[ recovery-image] Dec 18 23:17:46.033 INFO O| Dec 18 23:17:46.033 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-18T23:17:47.397Z[ recovery-image] Dec 18 23:17:46.059 INFO O| Dec 18 23:17:46.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78542024-12-18T23:17:47.398Z[ recovery-image] Dec 18 23:17:46.059 INFO O| Dec 18 23:17:46.059 INFO STEP 1154 (remove_files) COMPLETE
78552024-12-18T23:17:47.400Z[ recovery-image] Dec 18 23:17:46.059 INFO O| Dec 18 23:17:46.059 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-18T23:17:47.456Z[ recovery-image] Dec 18 23:17:46.118 INFO O| Dec 18 23:17:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78572024-12-18T23:17:47.456Z[ recovery-image] Dec 18 23:17:46.118 INFO O| Dec 18 23:17:46.118 INFO STEP 1155 (remove_files) COMPLETE
78582024-12-18T23:17:47.456Z[ recovery-image] Dec 18 23:17:46.118 INFO O| Dec 18 23:17:46.118 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-18T23:17:47.493Z[ recovery-image] Dec 18 23:17:46.155 INFO O| Dec 18 23:17:46.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78602024-12-18T23:17:47.493Z[ recovery-image] Dec 18 23:17:46.155 INFO O| Dec 18 23:17:46.155 INFO STEP 1156 (remove_files) COMPLETE
78612024-12-18T23:17:47.494Z[ recovery-image] Dec 18 23:17:46.155 INFO O| Dec 18 23:17:46.155 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-18T23:17:47.517Z[ recovery-image] Dec 18 23:17:46.178 INFO O| Dec 18 23:17:46.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78632024-12-18T23:17:47.517Z[ recovery-image] Dec 18 23:17:46.178 INFO O| Dec 18 23:17:46.178 INFO STEP 1157 (remove_files) COMPLETE
78642024-12-18T23:17:47.521Z[ recovery-image] Dec 18 23:17:46.178 INFO O| Dec 18 23:17:46.178 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-18T23:17:47.538Z[ recovery-image] Dec 18 23:17:46.200 INFO O| Dec 18 23:17:46.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78662024-12-18T23:17:47.538Z[ recovery-image] Dec 18 23:17:46.200 INFO O| Dec 18 23:17:46.200 INFO STEP 1158 (remove_files) COMPLETE
78672024-12-18T23:17:47.538Z[ recovery-image] Dec 18 23:17:46.200 INFO O| Dec 18 23:17:46.200 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-18T23:17:47.591Z[ recovery-image] Dec 18 23:17:46.243 INFO O| Dec 18 23:17:46.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78692024-12-18T23:17:47.591Z[ recovery-image] Dec 18 23:17:46.243 INFO O| Dec 18 23:17:46.243 INFO STEP 1159 (remove_files) COMPLETE
78702024-12-18T23:17:47.594Z[ recovery-image] Dec 18 23:17:46.244 INFO O| Dec 18 23:17:46.243 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-18T23:17:47.601Z[ recovery-image] Dec 18 23:17:46.263 INFO O| Dec 18 23:17:46.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78722024-12-18T23:17:47.601Z[ recovery-image] Dec 18 23:17:46.263 INFO O| Dec 18 23:17:46.263 INFO STEP 1160 (remove_files) COMPLETE
78732024-12-18T23:17:47.601Z[ recovery-image] Dec 18 23:17:46.263 INFO O| Dec 18 23:17:46.263 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-18T23:17:47.619Z[ recovery-image] Dec 18 23:17:46.280 INFO O| Dec 18 23:17:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78752024-12-18T23:17:47.619Z[ recovery-image] Dec 18 23:17:46.280 INFO O| Dec 18 23:17:46.280 INFO STEP 1161 (remove_files) COMPLETE
78762024-12-18T23:17:47.622Z[ recovery-image] Dec 18 23:17:46.280 INFO O| Dec 18 23:17:46.280 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-18T23:17:47.636Z[ recovery-image] Dec 18 23:17:46.297 INFO O| Dec 18 23:17:46.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78782024-12-18T23:17:47.636Z[ recovery-image] Dec 18 23:17:46.298 INFO O| Dec 18 23:17:46.297 INFO STEP 1162 (remove_files) COMPLETE
78792024-12-18T23:17:47.639Z[ recovery-image] Dec 18 23:17:46.298 INFO O| Dec 18 23:17:46.298 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-18T23:17:47.703Z[ recovery-image] Dec 18 23:17:46.364 INFO O| Dec 18 23:17:46.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78812024-12-18T23:17:47.703Z[ recovery-image] Dec 18 23:17:46.364 INFO O| Dec 18 23:17:46.364 INFO STEP 1163 (remove_files) COMPLETE
78822024-12-18T23:17:47.703Z[ recovery-image] Dec 18 23:17:46.364 INFO O| Dec 18 23:17:46.364 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-18T23:17:47.777Z[ recovery-image] Dec 18 23:17:46.438 INFO O| Dec 18 23:17:46.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78842024-12-18T23:17:47.777Z[ recovery-image] Dec 18 23:17:46.439 INFO O| Dec 18 23:17:46.439 INFO STEP 1164 (remove_files) COMPLETE
78852024-12-18T23:17:47.777Z[ recovery-image] Dec 18 23:17:46.439 INFO O| Dec 18 23:17:46.439 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-18T23:17:47.812Z[ recovery-image] Dec 18 23:17:46.474 INFO O| Dec 18 23:17:46.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78872024-12-18T23:17:47.812Z[ recovery-image] Dec 18 23:17:46.474 INFO O| Dec 18 23:17:46.474 INFO STEP 1165 (remove_files) COMPLETE
78882024-12-18T23:17:47.812Z[ recovery-image] Dec 18 23:17:46.474 INFO O| Dec 18 23:17:46.474 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-18T23:17:47.854Z[ recovery-image] Dec 18 23:17:46.516 INFO O| Dec 18 23:17:46.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78902024-12-18T23:17:47.854Z[ recovery-image] Dec 18 23:17:46.516 INFO O| Dec 18 23:17:46.516 INFO STEP 1166 (remove_files) COMPLETE
78912024-12-18T23:17:47.854Z[ recovery-image] Dec 18 23:17:46.516 INFO O| Dec 18 23:17:46.516 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-18T23:17:47.879Z[ recovery-image] Dec 18 23:17:46.539 INFO O| Dec 18 23:17:46.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78932024-12-18T23:17:47.881Z[ recovery-image] Dec 18 23:17:46.539 INFO O| Dec 18 23:17:46.539 INFO STEP 1167 (remove_files) COMPLETE
78942024-12-18T23:17:47.881Z[ recovery-image] Dec 18 23:17:46.539 INFO O| Dec 18 23:17:46.539 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-18T23:17:47.898Z[ recovery-image] Dec 18 23:17:46.560 INFO O| Dec 18 23:17:46.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78962024-12-18T23:17:47.901Z[ recovery-image] Dec 18 23:17:46.560 INFO O| Dec 18 23:17:46.560 INFO STEP 1168 (remove_files) COMPLETE
78972024-12-18T23:17:47.901Z[ recovery-image] Dec 18 23:17:46.560 INFO O| Dec 18 23:17:46.560 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-18T23:17:47.919Z[ recovery-image] Dec 18 23:17:46.580 INFO O| Dec 18 23:17:46.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78992024-12-18T23:17:47.922Z[ recovery-image] Dec 18 23:17:46.581 INFO O| Dec 18 23:17:46.581 INFO STEP 1169 (remove_files) COMPLETE
79002024-12-18T23:17:47.922Z[ recovery-image] Dec 18 23:17:46.581 INFO O| Dec 18 23:17:46.581 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-18T23:17:47.940Z[ recovery-image] Dec 18 23:17:46.600 INFO O| Dec 18 23:17:46.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79022024-12-18T23:17:47.940Z[ recovery-image] Dec 18 23:17:46.600 INFO O| Dec 18 23:17:46.600 INFO STEP 1170 (remove_files) COMPLETE
79032024-12-18T23:17:47.940Z[ recovery-image] Dec 18 23:17:46.600 INFO O| Dec 18 23:17:46.600 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-18T23:17:47.957Z[ recovery-image] Dec 18 23:17:46.619 INFO O| Dec 18 23:17:46.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79052024-12-18T23:17:47.957Z[ recovery-image] Dec 18 23:17:46.619 INFO O| Dec 18 23:17:46.619 INFO STEP 1171 (remove_files) COMPLETE
79062024-12-18T23:17:47.958Z[ recovery-image] Dec 18 23:17:46.619 INFO O| Dec 18 23:17:46.619 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-18T23:17:47.987Z[ recovery-image] Dec 18 23:17:46.648 INFO O| Dec 18 23:17:46.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79082024-12-18T23:17:47.987Z[ recovery-image] Dec 18 23:17:46.648 INFO O| Dec 18 23:17:46.648 INFO STEP 1172 (remove_files) COMPLETE
79092024-12-18T23:17:47.987Z[ recovery-image] Dec 18 23:17:46.648 INFO O| Dec 18 23:17:46.648 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-18T23:17:48.018Z[ recovery-image] Dec 18 23:17:46.680 INFO O| Dec 18 23:17:46.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79112024-12-18T23:17:48.018Z[ recovery-image] Dec 18 23:17:46.680 INFO O| Dec 18 23:17:46.680 INFO STEP 1173 (remove_files) COMPLETE
79122024-12-18T23:17:48.018Z[ recovery-image] Dec 18 23:17:46.680 INFO O| Dec 18 23:17:46.680 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-18T23:17:48.044Z[ recovery-image] Dec 18 23:17:46.706 INFO O| Dec 18 23:17:46.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79142024-12-18T23:17:48.044Z[ recovery-image] Dec 18 23:17:46.706 INFO O| Dec 18 23:17:46.706 INFO STEP 1174 (remove_files) COMPLETE
79152024-12-18T23:17:48.047Z[ recovery-image] Dec 18 23:17:46.706 INFO O| Dec 18 23:17:46.706 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-18T23:17:48.091Z[ recovery-image] Dec 18 23:17:46.752 INFO O| Dec 18 23:17:46.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79172024-12-18T23:17:48.091Z[ recovery-image] Dec 18 23:17:46.752 INFO O| Dec 18 23:17:46.752 INFO STEP 1175 (remove_files) COMPLETE
79182024-12-18T23:17:48.091Z[ recovery-image] Dec 18 23:17:46.752 INFO O| Dec 18 23:17:46.752 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-18T23:17:48.134Z[ recovery-image] Dec 18 23:17:46.796 INFO O| Dec 18 23:17:46.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79202024-12-18T23:17:48.134Z[ recovery-image] Dec 18 23:17:46.796 INFO O| Dec 18 23:17:46.796 INFO STEP 1176 (remove_files) COMPLETE
79212024-12-18T23:17:48.134Z[ recovery-image] Dec 18 23:17:46.796 INFO O| Dec 18 23:17:46.796 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-18T23:17:48.154Z[ recovery-image] Dec 18 23:17:46.815 INFO O| Dec 18 23:17:46.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79232024-12-18T23:17:48.154Z[ recovery-image] Dec 18 23:17:46.816 INFO O| Dec 18 23:17:46.816 INFO STEP 1177 (remove_files) COMPLETE
79242024-12-18T23:17:48.154Z[ recovery-image] Dec 18 23:17:46.816 INFO O| Dec 18 23:17:46.816 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-18T23:17:48.174Z[ recovery-image] Dec 18 23:17:46.836 INFO O| Dec 18 23:17:46.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79262024-12-18T23:17:48.174Z[ recovery-image] Dec 18 23:17:46.836 INFO O| Dec 18 23:17:46.836 INFO STEP 1178 (remove_files) COMPLETE
79272024-12-18T23:17:48.177Z[ recovery-image] Dec 18 23:17:46.836 INFO O| Dec 18 23:17:46.836 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-18T23:17:48.203Z[ recovery-image] Dec 18 23:17:46.865 INFO O| Dec 18 23:17:46.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79292024-12-18T23:17:48.203Z[ recovery-image] Dec 18 23:17:46.865 INFO O| Dec 18 23:17:46.865 INFO STEP 1179 (remove_files) COMPLETE
79302024-12-18T23:17:48.203Z[ recovery-image] Dec 18 23:17:46.865 INFO O| Dec 18 23:17:46.865 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-18T23:17:48.225Z[ recovery-image] Dec 18 23:17:46.886 INFO O| Dec 18 23:17:46.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79322024-12-18T23:17:48.225Z[ recovery-image] Dec 18 23:17:46.886 INFO O| Dec 18 23:17:46.886 INFO STEP 1180 (remove_files) COMPLETE
79332024-12-18T23:17:48.225Z[ recovery-image] Dec 18 23:17:46.886 INFO O| Dec 18 23:17:46.886 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-18T23:17:48.246Z[ recovery-image] Dec 18 23:17:46.908 INFO O| Dec 18 23:17:46.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79352024-12-18T23:17:48.246Z[ recovery-image] Dec 18 23:17:46.908 INFO O| Dec 18 23:17:46.908 INFO STEP 1181 (remove_files) COMPLETE
79362024-12-18T23:17:48.247Z[ recovery-image] Dec 18 23:17:46.908 INFO O| Dec 18 23:17:46.908 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-18T23:17:48.266Z[ recovery-image] Dec 18 23:17:46.928 INFO O| Dec 18 23:17:46.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79382024-12-18T23:17:48.266Z[ recovery-image] Dec 18 23:17:46.928 INFO O| Dec 18 23:17:46.928 INFO STEP 1182 (remove_files) COMPLETE
79392024-12-18T23:17:48.266Z[ recovery-image] Dec 18 23:17:46.928 INFO O| Dec 18 23:17:46.928 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-18T23:17:48.286Z[ recovery-image] Dec 18 23:17:46.947 INFO O| Dec 18 23:17:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79412024-12-18T23:17:48.286Z[ recovery-image] Dec 18 23:17:46.948 INFO O| Dec 18 23:17:46.948 INFO STEP 1183 (remove_files) COMPLETE
79422024-12-18T23:17:48.286Z[ recovery-image] Dec 18 23:17:46.948 INFO O| Dec 18 23:17:46.948 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-18T23:17:48.321Z[ recovery-image] Dec 18 23:17:46.983 INFO O| Dec 18 23:17:46.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79442024-12-18T23:17:48.321Z[ recovery-image] Dec 18 23:17:46.983 INFO O| Dec 18 23:17:46.983 INFO STEP 1184 (remove_files) COMPLETE
79452024-12-18T23:17:48.324Z[ recovery-image] Dec 18 23:17:46.983 INFO O| Dec 18 23:17:46.983 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-18T23:17:48.403Z[ recovery-image] Dec 18 23:17:47.065 INFO O| Dec 18 23:17:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79472024-12-18T23:17:48.403Z[ recovery-image] Dec 18 23:17:47.065 INFO O| Dec 18 23:17:47.065 INFO STEP 1185 (remove_files) COMPLETE
79482024-12-18T23:17:48.406Z[ recovery-image] Dec 18 23:17:47.065 INFO O| Dec 18 23:17:47.065 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-18T23:17:48.463Z[ recovery-image] Dec 18 23:17:47.125 INFO O| Dec 18 23:17:47.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79502024-12-18T23:17:48.463Z[ recovery-image] Dec 18 23:17:47.125 INFO O| Dec 18 23:17:47.125 INFO STEP 1186 (remove_files) COMPLETE
79512024-12-18T23:17:48.463Z[ recovery-image] Dec 18 23:17:47.125 INFO O| Dec 18 23:17:47.125 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-18T23:17:48.484Z[ recovery-image] Dec 18 23:17:47.145 INFO O| Dec 18 23:17:47.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79532024-12-18T23:17:48.484Z[ recovery-image] Dec 18 23:17:47.145 INFO O| Dec 18 23:17:47.145 INFO STEP 1187 (remove_files) COMPLETE
79542024-12-18T23:17:48.484Z[ recovery-image] Dec 18 23:17:47.145 INFO O| Dec 18 23:17:47.145 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-18T23:17:48.503Z[ recovery-image] Dec 18 23:17:47.164 INFO O| Dec 18 23:17:47.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79562024-12-18T23:17:48.503Z[ recovery-image] Dec 18 23:17:47.164 INFO O| Dec 18 23:17:47.164 INFO STEP 1188 (remove_files) COMPLETE
79572024-12-18T23:17:48.503Z[ recovery-image] Dec 18 23:17:47.164 INFO O| Dec 18 23:17:47.164 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-18T23:17:48.522Z[ recovery-image] Dec 18 23:17:47.183 INFO O| Dec 18 23:17:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79592024-12-18T23:17:48.522Z[ recovery-image] Dec 18 23:17:47.183 INFO O| Dec 18 23:17:47.183 INFO STEP 1189 (remove_files) COMPLETE
79602024-12-18T23:17:48.522Z[ recovery-image] Dec 18 23:17:47.183 INFO O| Dec 18 23:17:47.183 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-18T23:17:48.548Z[ recovery-image] Dec 18 23:17:47.209 INFO O| Dec 18 23:17:47.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79622024-12-18T23:17:48.548Z[ recovery-image] Dec 18 23:17:47.209 INFO O| Dec 18 23:17:47.209 INFO STEP 1190 (remove_files) COMPLETE
79632024-12-18T23:17:48.551Z[ recovery-image] Dec 18 23:17:47.209 INFO O| Dec 18 23:17:47.209 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-18T23:17:48.595Z[ recovery-image] Dec 18 23:17:47.257 INFO O| Dec 18 23:17:47.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79652024-12-18T23:17:48.598Z[ recovery-image] Dec 18 23:17:47.257 INFO O| Dec 18 23:17:47.257 INFO STEP 1191 (remove_files) COMPLETE
79662024-12-18T23:17:48.598Z[ recovery-image] Dec 18 23:17:47.258 INFO O| Dec 18 23:17:47.257 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-18T23:17:48.637Z[ recovery-image] Dec 18 23:17:47.299 INFO O| Dec 18 23:17:47.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79682024-12-18T23:17:48.637Z[ recovery-image] Dec 18 23:17:47.299 INFO O| Dec 18 23:17:47.299 INFO STEP 1192 (remove_files) COMPLETE
79692024-12-18T23:17:48.638Z[ recovery-image] Dec 18 23:17:47.299 INFO O| Dec 18 23:17:47.299 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-18T23:17:48.702Z[ recovery-image] Dec 18 23:17:47.363 INFO O| Dec 18 23:17:47.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79712024-12-18T23:17:48.702Z[ recovery-image] Dec 18 23:17:47.363 INFO O| Dec 18 23:17:47.363 INFO STEP 1193 (remove_files) COMPLETE
79722024-12-18T23:17:48.704Z[ recovery-image] Dec 18 23:17:47.363 INFO O| Dec 18 23:17:47.363 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-18T23:17:48.722Z[ recovery-image] Dec 18 23:17:47.384 INFO O| Dec 18 23:17:47.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79742024-12-18T23:17:48.722Z[ recovery-image] Dec 18 23:17:47.384 INFO O| Dec 18 23:17:47.384 INFO STEP 1194 (remove_files) COMPLETE
79752024-12-18T23:17:48.725Z[ recovery-image] Dec 18 23:17:47.384 INFO O| Dec 18 23:17:47.384 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-18T23:17:48.745Z[ recovery-image] Dec 18 23:17:47.407 INFO O| Dec 18 23:17:47.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79772024-12-18T23:17:48.745Z[ recovery-image] Dec 18 23:17:47.407 INFO O| Dec 18 23:17:47.407 INFO STEP 1195 (remove_files) COMPLETE
79782024-12-18T23:17:48.749Z[ recovery-image] Dec 18 23:17:47.407 INFO O| Dec 18 23:17:47.407 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-18T23:17:48.784Z[ recovery-image] Dec 18 23:17:47.445 INFO O| Dec 18 23:17:47.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79802024-12-18T23:17:48.784Z[ recovery-image] Dec 18 23:17:47.445 INFO O| Dec 18 23:17:47.445 INFO STEP 1196 (remove_files) COMPLETE
79812024-12-18T23:17:48.785Z[ recovery-image] Dec 18 23:17:47.445 INFO O| Dec 18 23:17:47.445 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-18T23:17:48.888Z[ recovery-image] Dec 18 23:17:47.549 INFO O| Dec 18 23:17:47.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79832024-12-18T23:17:48.888Z[ recovery-image] Dec 18 23:17:47.549 INFO O| Dec 18 23:17:47.549 INFO STEP 1197 (remove_files) COMPLETE
79842024-12-18T23:17:48.888Z[ recovery-image] Dec 18 23:17:47.549 INFO O| Dec 18 23:17:47.549 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-18T23:17:48.927Z[ recovery-image] Dec 18 23:17:47.589 INFO O| Dec 18 23:17:47.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79862024-12-18T23:17:48.927Z[ recovery-image] Dec 18 23:17:47.589 INFO O| Dec 18 23:17:47.589 INFO STEP 1198 (remove_files) COMPLETE
79872024-12-18T23:17:48.930Z[ recovery-image] Dec 18 23:17:47.589 INFO O| Dec 18 23:17:47.589 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-18T23:17:48.946Z[ recovery-image] Dec 18 23:17:47.607 INFO O| Dec 18 23:17:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79892024-12-18T23:17:48.946Z[ recovery-image] Dec 18 23:17:47.607 INFO O| Dec 18 23:17:47.607 INFO STEP 1199 (remove_files) COMPLETE
79902024-12-18T23:17:48.949Z[ recovery-image] Dec 18 23:17:47.607 INFO O| Dec 18 23:17:47.607 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-12-18T23:17:48.980Z[ recovery-image] Dec 18 23:17:47.634 INFO O| Dec 18 23:17:47.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79922024-12-18T23:17:48.980Z[ recovery-image] Dec 18 23:17:47.634 INFO O| Dec 18 23:17:47.634 INFO STEP 1200 (remove_files) COMPLETE
79932024-12-18T23:17:48.983Z[ recovery-image] Dec 18 23:17:47.634 INFO O| Dec 18 23:17:47.634 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942024-12-18T23:17:48.996Z[ recovery-image] Dec 18 23:17:47.656 INFO O| Dec 18 23:17:47.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79952024-12-18T23:17:48.996Z[ recovery-image] Dec 18 23:17:47.656 INFO O| Dec 18 23:17:47.656 INFO STEP 1201 (remove_files) COMPLETE
79962024-12-18T23:17:48.996Z[ recovery-image] Dec 18 23:17:47.656 INFO O| Dec 18 23:17:47.656 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972024-12-18T23:17:49.021Z[ recovery-image] Dec 18 23:17:47.683 INFO O| Dec 18 23:17:47.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79982024-12-18T23:17:49.021Z[ recovery-image] Dec 18 23:17:47.683 INFO O| Dec 18 23:17:47.683 INFO STEP 1202 (remove_files) COMPLETE
79992024-12-18T23:17:49.021Z[ recovery-image] Dec 18 23:17:47.683 INFO O| Dec 18 23:17:47.683 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002024-12-18T23:17:49.042Z[ recovery-image] Dec 18 23:17:47.703 INFO O| Dec 18 23:17:47.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80012024-12-18T23:17:49.042Z[ recovery-image] Dec 18 23:17:47.704 INFO O| Dec 18 23:17:47.703 INFO STEP 1203 (remove_files) COMPLETE
80022024-12-18T23:17:49.042Z[ recovery-image] Dec 18 23:17:47.704 INFO O| Dec 18 23:17:47.704 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032024-12-18T23:17:49.083Z[ recovery-image] Dec 18 23:17:47.745 INFO O| Dec 18 23:17:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80042024-12-18T23:17:49.083Z[ recovery-image] Dec 18 23:17:47.745 INFO O| Dec 18 23:17:47.745 INFO STEP 1204 (remove_files) COMPLETE
80052024-12-18T23:17:49.083Z[ recovery-image] Dec 18 23:17:47.745 INFO O| Dec 18 23:17:47.745 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062024-12-18T23:17:49.103Z[ recovery-image] Dec 18 23:17:47.764 INFO O| Dec 18 23:17:47.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80072024-12-18T23:17:49.103Z[ recovery-image] Dec 18 23:17:47.764 INFO O| Dec 18 23:17:47.764 INFO STEP 1205 (remove_files) COMPLETE
80082024-12-18T23:17:49.106Z[ recovery-image] Dec 18 23:17:47.765 INFO O| Dec 18 23:17:47.764 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80092024-12-18T23:17:49.131Z[ recovery-image] Dec 18 23:17:47.792 INFO O| Dec 18 23:17:47.792 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80102024-12-18T23:17:49.134Z[ recovery-image] Dec 18 23:17:47.792 INFO O| Dec 18 23:17:47.792 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80112024-12-18T23:17:50.720Z[ recovery-image] Dec 18 23:17:49.382 INFO O| Dec 18 23:17:49.382 INFO STEP 1206 (pack_tar) COMPLETE
80122024-12-18T23:17:50.720Z[ recovery-image] Dec 18 23:17:49.382 INFO O| Dec 18 23:17:49.382 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80132024-12-18T23:17:50.723Z[ recovery-image] Dec 18 23:17:49.382 INFO O| Dec 18 23:17:49.382 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80142024-12-18T23:17:51.022Z[ recovery-image] Dec 18 23:17:49.683 INFO O| Dec 18 23:17:49.683 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80152024-12-18T23:17:51.111Z[ recovery-image] Dec 18 23:17:49.773 INFO O| Dec 18 23:17:49.772 INFO completed processing gimlet/ramdisk-03-recovery-trim
80162024-12-18T23:17:51.121Z[ recovery-image] Dec 18 23:17:49.783 INFO image builder template: zfs-recovery...
80172024-12-18T23:17:51.121Z[ recovery-image] Dec 18 23:17:49.783 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/.tmpDJCDbN/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
80182024-12-18T23:17:51.179Z[ recovery-image] Dec 18 23:17:49.840 INFO O| Dec 18 23:17:49.840 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80192024-12-18T23:17:51.204Z[ recovery-image] Dec 18 23:17:49.865 INFO O| Dec 18 23:17:49.865 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80202024-12-18T23:17:51.304Z[ recovery-image] Dec 18 23:17:49.965 INFO O| Dec 18 23:17:49.965 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80212024-12-18T23:17:51.404Z[ recovery-image] Dec 18 23:17:50.065 INFO O| Dec 18 23:17:50.065 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80222024-12-18T23:17:51.407Z[ recovery-image] Dec 18 23:17:50.066 INFO O| Dec 18 23:17:50.065 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80232024-12-18T23:17:51.414Z[ recovery-image] Dec 18 23:17:50.075 INFO O| Dec 18 23:17:50.075 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80242024-12-18T23:17:51.520Z[ recovery-image] Dec 18 23:17:50.182 INFO O| Dec 18 23:17:50.182 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80252024-12-18T23:17:51.613Z[ recovery-image] Dec 18 23:17:50.275 INFO O| Dec 18 23:17:50.275 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80262024-12-18T23:17:51.663Z[ recovery-image] Dec 18 23:17:50.325 INFO O| Dec 18 23:17:50.325 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80272024-12-18T23:17:51.674Z[ recovery-image] Dec 18 23:17:50.336 INFO O| Dec 18 23:17:50.336 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80282024-12-18T23:17:51.731Z[ recovery-image] Dec 18 23:17:50.392 INFO O| Dec 18 23:17:50.392 INFO no lofi found
80292024-12-18T23:17:51.733Z[ recovery-image] Dec 18 23:17:50.392 INFO O| Dec 18 23:17:50.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80302024-12-18T23:17:51.733Z[ recovery-image] Dec 18 23:17:50.392 INFO O| Dec 18 23:17:50.392 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80312024-12-18T23:17:54.352Z[ recovery-image] Dec 18 23:17:53.012 INFO O| Dec 18 23:17:53.012 INFO lofi device = /dev/dsk/c2t1d0p0
80322024-12-18T23:17:54.352Z[ recovery-image] Dec 18 23:17:53.012 INFO O| Dec 18 23:17:53.012 INFO pool device = /dev/dsk/c2t1d0p0
80332024-12-18T23:17:54.354Z[ recovery-image] Dec 18 23:17:53.012 INFO O| Dec 18 23:17:53.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"]
80342024-12-18T23:17:54.549Z[ recovery-image] Dec 18 23:17:53.210 INFO O| Dec 18 23:17:53.210 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80352024-12-18T23:17:54.549Z[ recovery-image] Dec 18 23:17:53.210 INFO O| Dec 18 23:17:53.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80362024-12-18T23:17:54.581Z[ recovery-image] Dec 18 23:17:53.242 INFO O| Dec 18 23:17:53.242 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80372024-12-18T23:17:54.942Z[ recovery-image] Dec 18 23:17:53.603 INFO O| Dec 18 23:17:53.603 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80382024-12-18T23:17:55.010Z[ recovery-image] Dec 18 23:17:53.670 INFO O| Dec 18 23:17:53.670 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80392024-12-18T23:17:55.036Z[ recovery-image] Dec 18 23:17:53.697 INFO O| Dec 18 23:17:53.697 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80402024-12-18T23:17:55.060Z[ recovery-image] Dec 18 23:17:53.721 INFO O| Dec 18 23:17:53.720 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80412024-12-18T23:17:55.137Z[ recovery-image] Dec 18 23:17:53.798 INFO O| Dec 18 23:17:53.798 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80422024-12-18T23:17:55.137Z[ recovery-image] Dec 18 23:17:53.798 INFO O| Dec 18 23:17:53.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80432024-12-18T23:17:55.137Z[ recovery-image] Dec 18 23:17:53.798 INFO O| Dec 18 23:17:53.798 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80442024-12-18T23:17:55.166Z[ recovery-image] Dec 18 23:17:53.828 INFO O| Dec 18 23:17:53.827 INFO boot environment UUID: 6799a96d-24c1-4019-80c6-fde74c322885
80452024-12-18T23:17:55.166Z[ recovery-image] Dec 18 23:17:53.828 INFO O| Dec 18 23:17:53.827 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6799a96d-24c1-4019-80c6-fde74c322885
80462024-12-18T23:17:55.198Z[ recovery-image] Dec 18 23:17:53.859 INFO O| Dec 18 23:17:53.859 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80472024-12-18T23:17:55.233Z[ recovery-image] Dec 18 23:17:53.895 INFO O| Dec 18 23:17:53.895 INFO STEP 0 (create_be) COMPLETE
80482024-12-18T23:17:55.233Z[ recovery-image] Dec 18 23:17:53.895 INFO O| Dec 18 23:17:53.895 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80492024-12-18T23:17:55.333Z[ recovery-image] Dec 18 23:17:53.994 INFO O| Dec 18 23:17:53.994 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"]
80502024-12-18T23:18:02.266Z[ recovery-image] Dec 18 23:18:00.926 INFO O| Dec 18 23:18:00.926 INFO STEP 1 (unpack_tar) COMPLETE
80512024-12-18T23:18:02.266Z[ recovery-image] Dec 18 23:18:00.927 INFO O| Dec 18 23:18:00.926 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522024-12-18T23:18:02.285Z[ recovery-image] Dec 18 23:18:00.946 INFO O| Dec 18 23:18:00.946 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80532024-12-18T23:18:02.749Z[ recovery-image] Dec 18 23:18:01.410 INFO O| Dec 18 23:18:01.410 INFO STEP 2 (devfsadm) COMPLETE
80542024-12-18T23:18:02.749Z[ recovery-image] Dec 18 23:18:01.410 INFO O| Dec 18 23:18:01.410 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80552024-12-18T23:18:02.769Z[ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80562024-12-18T23:18:02.769Z[ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80572024-12-18T23:18:02.769Z[ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO STEP 3 (ensure_dir) COMPLETE
80582024-12-18T23:18:02.772Z[ recovery-image] Dec 18 23:18:01.430 INFO O| Dec 18 23:18:01.430 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592024-12-18T23:18:02.818Z[ recovery-image] Dec 18 23:18:01.479 INFO O| Dec 18 23:18:01.479 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80602024-12-18T23:18:02.818Z[ recovery-image] Dec 18 23:18:01.479 INFO O| Dec 18 23:18:01.479 INFO STEP 4 (ensure_dir) COMPLETE
80612024-12-18T23:18:02.821Z[ recovery-image] Dec 18 23:18:01.479 INFO O| Dec 18 23:18:01.479 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80622024-12-18T23:18:02.841Z[ recovery-image] Dec 18 23:18:01.502 INFO O| Dec 18 23:18:01.502 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80632024-12-18T23:18:02.841Z[ recovery-image] Dec 18 23:18:01.502 INFO O| Dec 18 23:18:01.502 INFO STEP 5 (ensure_dir) COMPLETE
80642024-12-18T23:18:02.844Z[ recovery-image] Dec 18 23:18:01.502 INFO O| Dec 18 23:18:01.502 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-18T23:18:02.866Z[ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80662024-12-18T23:18:02.866Z[ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80672024-12-18T23:18:02.868Z[ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO STEP 6 (ensure_dir) COMPLETE
80682024-12-18T23:18:02.869Z[ recovery-image] Dec 18 23:18:01.527 INFO O| Dec 18 23:18:01.527 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80692024-12-18T23:18:02.889Z[ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80702024-12-18T23:18:02.892Z[ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80712024-12-18T23:18:02.892Z[ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO STEP 7 (ensure_dir) COMPLETE
80722024-12-18T23:18:02.892Z[ recovery-image] Dec 18 23:18:01.550 INFO O| Dec 18 23:18:01.550 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80732024-12-18T23:18:02.909Z[ recovery-image] Dec 18 23:18:01.570 INFO O| Dec 18 23:18:01.570 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80742024-12-18T23:18:02.910Z[ recovery-image] Dec 18 23:18:01.570 INFO O| Dec 18 23:18:01.570 INFO STEP 8 (remove_files) COMPLETE
80752024-12-18T23:18:02.913Z[ recovery-image] Dec 18 23:18:01.570 INFO O| Dec 18 23:18:01.570 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80762024-12-18T23:18:02.930Z[ recovery-image] Dec 18 23:18:01.591 INFO O| Dec 18 23:18:01.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80772024-12-18T23:18:02.933Z[ recovery-image] Dec 18 23:18:01.592 INFO O| Dec 18 23:18:01.592 INFO STEP 9 (remove_files) COMPLETE
80782024-12-18T23:18:02.933Z[ recovery-image] Dec 18 23:18:01.592 INFO O| Dec 18 23:18:01.592 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80792024-12-18T23:18:02.954Z[ recovery-image] Dec 18 23:18:01.615 INFO O| Dec 18 23:18:01.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80802024-12-18T23:18:02.956Z[ recovery-image] Dec 18 23:18:01.616 INFO O| Dec 18 23:18:01.616 INFO STEP 10 (remove_files) COMPLETE
80812024-12-18T23:18:02.957Z[ recovery-image] Dec 18 23:18:01.616 INFO O| Dec 18 23:18:01.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-18T23:18:02.983Z[ recovery-image] Dec 18 23:18:01.644 INFO O| Dec 18 23:18:01.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80832024-12-18T23:18:02.983Z[ recovery-image] Dec 18 23:18:01.644 INFO O| Dec 18 23:18:01.644 INFO STEP 11 (remove_files) COMPLETE
80842024-12-18T23:18:02.983Z[ recovery-image] Dec 18 23:18:01.644 INFO O| Dec 18 23:18:01.644 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-18T23:18:03.003Z[ recovery-image] Dec 18 23:18:01.664 INFO O| Dec 18 23:18:01.664 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80862024-12-18T23:18:03.007Z[ recovery-image] Dec 18 23:18:01.664 INFO O| Dec 18 23:18:01.664 INFO STEP 12 (remove_files) COMPLETE
80872024-12-18T23:18:03.007Z[ recovery-image] Dec 18 23:18:01.664 INFO O| Dec 18 23:18:01.664 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80882024-12-18T23:18:03.038Z[ recovery-image] Dec 18 23:18:01.699 INFO O| Dec 18 23:18:01.699 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80892024-12-18T23:18:03.038Z[ recovery-image] Dec 18 23:18:01.700 INFO O| Dec 18 23:18:01.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80902024-12-18T23:18:03.041Z[ recovery-image] Dec 18 23:18:01.700 INFO O| Dec 18 23:18:01.700 INFO STEP 13 (ensure_dir) COMPLETE
80912024-12-18T23:18:03.041Z[ recovery-image] Dec 18 23:18:01.700 INFO O| Dec 18 23:18:01.700 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80922024-12-18T23:18:03.078Z[ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80932024-12-18T23:18:03.078Z[ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80942024-12-18T23:18:03.081Z[ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80952024-12-18T23:18:03.081Z[ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO STEP 14 (ensure_dir) COMPLETE
80962024-12-18T23:18:03.082Z[ recovery-image] Dec 18 23:18:01.739 INFO O| Dec 18 23:18:01.739 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80972024-12-18T23:18:03.099Z[ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80982024-12-18T23:18:03.099Z[ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80992024-12-18T23:18:03.099Z[ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81002024-12-18T23:18:03.102Z[ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO STEP 15 (ensure_dir) COMPLETE
81012024-12-18T23:18:03.102Z[ recovery-image] Dec 18 23:18:01.760 INFO O| Dec 18 23:18:01.760 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81022024-12-18T23:18:03.120Z[ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81032024-12-18T23:18:03.120Z[ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81042024-12-18T23:18:03.120Z[ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO STEP 16 (ensure_dir) COMPLETE
81052024-12-18T23:18:03.123Z[ recovery-image] Dec 18 23:18:01.781 INFO O| Dec 18 23:18:01.781 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81062024-12-18T23:18:03.141Z[ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81072024-12-18T23:18:03.141Z[ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81082024-12-18T23:18:03.141Z[ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO STEP 17 (ensure_dir) COMPLETE
81092024-12-18T23:18:03.144Z[ recovery-image] Dec 18 23:18:01.802 INFO O| Dec 18 23:18:01.802 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81102024-12-18T23:18:03.164Z[ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81112024-12-18T23:18:03.164Z[ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81122024-12-18T23:18:03.164Z[ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO ok!
81132024-12-18T23:18:03.165Z[ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO STEP 18 (ensure_symlink) COMPLETE
81142024-12-18T23:18:03.169Z[ recovery-image] Dec 18 23:18:01.825 INFO O| Dec 18 23:18:01.825 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81152024-12-18T23:18:03.193Z[ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81162024-12-18T23:18:03.193Z[ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81172024-12-18T23:18:03.193Z[ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO ok!
81182024-12-18T23:18:03.196Z[ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO STEP 19 (ensure_file) COMPLETE
81192024-12-18T23:18:03.196Z[ recovery-image] Dec 18 23:18:01.854 INFO O| Dec 18 23:18:01.854 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81202024-12-18T23:18:03.241Z[ recovery-image] Dec 18 23:18:01.901 INFO O| Dec 18 23:18:01.901 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81212024-12-18T23:18:03.241Z[ recovery-image] Dec 18 23:18:01.901 INFO O| Dec 18 23:18:01.901 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81222024-12-18T23:18:03.243Z[ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81232024-12-18T23:18:03.243Z[ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.902 INFO ok!
81242024-12-18T23:18:03.243Z[ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.902 INFO STEP 20 (ensure_symlink) COMPLETE
81252024-12-18T23:18:03.243Z[ recovery-image] Dec 18 23:18:01.902 INFO O| Dec 18 23:18:01.902 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81262024-12-18T23:18:03.261Z[ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81272024-12-18T23:18:03.261Z[ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81282024-12-18T23:18:03.261Z[ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81292024-12-18T23:18:03.264Z[ recovery-image] Dec 18 23:18:01.922 INFO O| Dec 18 23:18:01.922 INFO ok!
81302024-12-18T23:18:03.264Z[ recovery-image] Dec 18 23:18:01.923 INFO O| Dec 18 23:18:01.922 INFO STEP 21 (ensure_symlink) COMPLETE
81312024-12-18T23:18:03.264Z[ recovery-image] Dec 18 23:18:01.923 INFO O| Dec 18 23:18:01.923 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81322024-12-18T23:18:03.283Z[ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81332024-12-18T23:18:03.283Z[ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81342024-12-18T23:18:03.283Z[ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81352024-12-18T23:18:03.286Z[ recovery-image] Dec 18 23:18:01.944 INFO O| Dec 18 23:18:01.944 INFO ok!
81362024-12-18T23:18:03.286Z[ recovery-image] Dec 18 23:18:01.945 INFO O| Dec 18 23:18:01.944 INFO STEP 22 (ensure_symlink) COMPLETE
81372024-12-18T23:18:03.287Z[ recovery-image] Dec 18 23:18:01.945 INFO O| Dec 18 23:18:01.944 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81382024-12-18T23:18:03.305Z[ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81392024-12-18T23:18:03.305Z[ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81402024-12-18T23:18:03.307Z[ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81412024-12-18T23:18:03.307Z[ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO ok!
81422024-12-18T23:18:03.307Z[ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO STEP 23 (ensure_symlink) COMPLETE
81432024-12-18T23:18:03.307Z[ recovery-image] Dec 18 23:18:01.966 INFO O| Dec 18 23:18:01.966 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81442024-12-18T23:18:03.356Z[ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.016 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81452024-12-18T23:18:03.356Z[ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 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 ...
81462024-12-18T23:18:03.359Z[ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81472024-12-18T23:18:03.359Z[ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO ok!
81482024-12-18T23:18:03.359Z[ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO STEP 24 (ensure_file) COMPLETE
81492024-12-18T23:18:03.359Z[ recovery-image] Dec 18 23:18:02.017 INFO O| Dec 18 23:18:02.017 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502024-12-18T23:18:03.379Z[ recovery-image] Dec 18 23:18:02.039 INFO O| Dec 18 23:18:02.039 INFO updating shadow file
81512024-12-18T23:18:03.382Z[ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81522024-12-18T23:18:03.383Z[ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81532024-12-18T23:18:03.383Z[ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO STEP 25 (shadow) COMPLETE
81542024-12-18T23:18:03.384Z[ recovery-image] Dec 18 23:18:02.040 INFO O| Dec 18 23:18:02.040 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81552024-12-18T23:18:03.412Z[ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.072 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81562024-12-18T23:18:03.412Z[ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81572024-12-18T23:18:03.414Z[ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81582024-12-18T23:18:03.414Z[ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO ok!
81592024-12-18T23:18:03.414Z[ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO STEP 26 (ensure_file) COMPLETE
81602024-12-18T23:18:03.414Z[ recovery-image] Dec 18 23:18:02.073 INFO O| Dec 18 23:18:02.073 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81612024-12-18T23:18:03.438Z[ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81622024-12-18T23:18:03.438Z[ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81632024-12-18T23:18:03.438Z[ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81642024-12-18T23:18:03.441Z[ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO ok!
81652024-12-18T23:18:03.441Z[ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO STEP 27 (ensure_file) COMPLETE
81662024-12-18T23:18:03.441Z[ recovery-image] Dec 18 23:18:02.099 INFO O| Dec 18 23:18:02.099 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81672024-12-18T23:18:03.461Z[ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.121 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81682024-12-18T23:18:03.461Z[ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81692024-12-18T23:18:03.463Z[ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81702024-12-18T23:18:03.463Z[ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81712024-12-18T23:18:03.463Z[ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO ok!
81722024-12-18T23:18:03.463Z[ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO STEP 28 (ensure_file) COMPLETE
81732024-12-18T23:18:03.463Z[ recovery-image] Dec 18 23:18:02.122 INFO O| Dec 18 23:18:02.122 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81742024-12-18T23:18:03.483Z[ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.143 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81752024-12-18T23:18:03.483Z[ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.143 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81762024-12-18T23:18:03.485Z[ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81772024-12-18T23:18:03.485Z[ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO ok!
81782024-12-18T23:18:03.485Z[ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO STEP 29 (ensure_file) COMPLETE
81792024-12-18T23:18:03.485Z[ recovery-image] Dec 18 23:18:02.144 INFO O| Dec 18 23:18:02.144 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81802024-12-18T23:18:03.517Z[ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81812024-12-18T23:18:03.517Z[ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81822024-12-18T23:18:03.521Z[ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81832024-12-18T23:18:03.521Z[ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO ok!
81842024-12-18T23:18:03.521Z[ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO STEP 30 (ensure_file) COMPLETE
81852024-12-18T23:18:03.521Z[ recovery-image] Dec 18 23:18:02.178 INFO O| Dec 18 23:18:02.178 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81862024-12-18T23:18:03.539Z[ recovery-image] Dec 18 23:18:02.200 INFO O| Dec 18 23:18:02.200 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81872024-12-18T23:18:03.543Z[ recovery-image] Dec 18 23:18:02.200 INFO O| Dec 18 23:18:02.200 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81882024-12-18T23:18:03.543Z[ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81892024-12-18T23:18:03.543Z[ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81902024-12-18T23:18:03.543Z[ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO ok!
81912024-12-18T23:18:03.543Z[ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO STEP 31 (ensure_file) COMPLETE
81922024-12-18T23:18:03.543Z[ recovery-image] Dec 18 23:18:02.201 INFO O| Dec 18 23:18:02.201 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81932024-12-18T23:18:03.568Z[ recovery-image] Dec 18 23:18:02.229 INFO O| Dec 18 23:18:02.229 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81942024-12-18T23:18:03.571Z[ recovery-image] Dec 18 23:18:02.229 INFO O| Dec 18 23:18:02.229 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81952024-12-18T23:18:03.571Z[ recovery-image] Dec 18 23:18:02.229 INFO O| Dec 18 23:18:02.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81962024-12-18T23:18:03.571Z[ recovery-image] Dec 18 23:18:02.230 INFO O| Dec 18 23:18:02.230 INFO ok!
81972024-12-18T23:18:03.571Z[ recovery-image] Dec 18 23:18:02.230 INFO O| Dec 18 23:18:02.230 INFO STEP 32 (ensure_file) COMPLETE
81982024-12-18T23:18:03.571Z[ recovery-image] Dec 18 23:18:02.230 INFO O| Dec 18 23:18:02.230 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81992024-12-18T23:18:03.605Z[ recovery-image] Dec 18 23:18:02.265 INFO O| Dec 18 23:18:02.265 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82002024-12-18T23:18:03.605Z[ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.265 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82012024-12-18T23:18:03.608Z[ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82022024-12-18T23:18:03.608Z[ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO ok!
82032024-12-18T23:18:03.608Z[ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO STEP 33 (ensure_file) COMPLETE
82042024-12-18T23:18:03.608Z[ recovery-image] Dec 18 23:18:02.266 INFO O| Dec 18 23:18:02.266 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82052024-12-18T23:18:03.626Z[ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82062024-12-18T23:18:03.626Z[ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82072024-12-18T23:18:03.626Z[ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82082024-12-18T23:18:03.629Z[ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82092024-12-18T23:18:03.629Z[ recovery-image] Dec 18 23:18:02.287 INFO O| Dec 18 23:18:02.287 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82102024-12-18T23:18:03.629Z[ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82112024-12-18T23:18:03.629Z[ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.287 INFO ok!
82122024-12-18T23:18:03.629Z[ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.288 INFO STEP 34 (ensure_file) COMPLETE
82132024-12-18T23:18:03.629Z[ recovery-image] Dec 18 23:18:02.288 INFO O| Dec 18 23:18:02.288 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82142024-12-18T23:18:03.648Z[ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82152024-12-18T23:18:03.648Z[ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82162024-12-18T23:18:03.653Z[ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82172024-12-18T23:18:03.653Z[ recovery-image] Dec 18 23:18:02.309 INFO O| Dec 18 23:18:02.309 INFO STEP 35 (ensure_dir) COMPLETE
82182024-12-18T23:18:03.653Z[ recovery-image] Dec 18 23:18:02.310 INFO O| Dec 18 23:18:02.309 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82192024-12-18T23:18:03.714Z[ recovery-image] Dec 18 23:18:02.375 INFO O| Dec 18 23:18:02.375 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
82202024-12-18T23:18:03.715Z[ recovery-image] Dec 18 23:18:02.375 INFO O| Dec 18 23:18:02.375 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 ...
82212024-12-18T23:18:03.718Z[ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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
82222024-12-18T23:18:03.718Z[ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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
82232024-12-18T23:18:03.718Z[ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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
82242024-12-18T23:18:03.718Z[ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 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
82252024-12-18T23:18:03.718Z[ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 INFO ok!
82262024-12-18T23:18:03.718Z[ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 INFO STEP 36 (ensure_file) COMPLETE
82272024-12-18T23:18:03.718Z[ recovery-image] Dec 18 23:18:02.376 INFO O| Dec 18 23:18:02.376 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82282024-12-18T23:18:03.761Z[ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82292024-12-18T23:18:03.761Z[ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 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 ...
82302024-12-18T23:18:03.761Z[ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82312024-12-18T23:18:03.763Z[ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO ok!
82322024-12-18T23:18:03.763Z[ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO STEP 37 (ensure_symlink) COMPLETE
82332024-12-18T23:18:03.763Z[ recovery-image] Dec 18 23:18:02.420 INFO O| Dec 18 23:18:02.420 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82342024-12-18T23:18:03.781Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82352024-12-18T23:18:03.781Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82362024-12-18T23:18:03.781Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82372024-12-18T23:18:03.781Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82382024-12-18T23:18:03.785Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82392024-12-18T23:18:03.786Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82402024-12-18T23:18:03.786Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO ok!
82412024-12-18T23:18:03.786Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO STEP 38 (ensure_file) COMPLETE
82422024-12-18T23:18:03.786Z[ recovery-image] Dec 18 23:18:02.442 INFO O| Dec 18 23:18:02.442 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82432024-12-18T23:18:03.804Z[ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82442024-12-18T23:18:03.804Z[ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 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 ...
82452024-12-18T23:18:03.804Z[ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 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
82462024-12-18T23:18:03.804Z[ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82472024-12-18T23:18:03.808Z[ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO ok!
82482024-12-18T23:18:03.808Z[ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO STEP 39 (ensure_file) COMPLETE
82492024-12-18T23:18:03.808Z[ recovery-image] Dec 18 23:18:02.465 INFO O| Dec 18 23:18:02.465 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82502024-12-18T23:18:03.828Z[ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82512024-12-18T23:18:03.828Z[ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82522024-12-18T23:18:03.831Z[ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82532024-12-18T23:18:03.831Z[ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO ok!
82542024-12-18T23:18:03.831Z[ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO STEP 40 (ensure_file) COMPLETE
82552024-12-18T23:18:03.831Z[ recovery-image] Dec 18 23:18:02.489 INFO O| Dec 18 23:18:02.489 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82562024-12-18T23:18:03.849Z[ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO updating shadow file
82572024-12-18T23:18:03.852Z[ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82582024-12-18T23:18:03.852Z[ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO STEP 41 (shadow) COMPLETE
82592024-12-18T23:18:03.852Z[ recovery-image] Dec 18 23:18:02.509 INFO O| Dec 18 23:18:02.509 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82602024-12-18T23:18:03.869Z[ recovery-image] Dec 18 23:18:02.529 INFO O| Dec 18 23:18:02.529 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82612024-12-18T23:18:03.869Z[ recovery-image] Dec 18 23:18:02.529 INFO O| Dec 18 23:18:02.529 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82622024-12-18T23:18:03.869Z[ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82632024-12-18T23:18:03.871Z[ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82642024-12-18T23:18:03.872Z[ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO ok!
82652024-12-18T23:18:03.872Z[ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO STEP 42 (ensure_file) COMPLETE
82662024-12-18T23:18:03.872Z[ recovery-image] Dec 18 23:18:02.530 INFO O| Dec 18 23:18:02.530 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-18T23:18:03.907Z[ recovery-image] Dec 18 23:18:02.568 INFO O| Dec 18 23:18:02.568 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82682024-12-18T23:18:03.907Z[ recovery-image] Dec 18 23:18:02.568 INFO O| Dec 18 23:18:02.568 INFO STEP 43 (ensure_dir) COMPLETE
82692024-12-18T23:18:03.910Z[ recovery-image] Dec 18 23:18:02.568 INFO O| Dec 18 23:18:02.568 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82702024-12-18T23:18:04.057Z[ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82712024-12-18T23:18:04.057Z[ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82722024-12-18T23:18:04.057Z[ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO STEP 44 (ensure_dir) COMPLETE
82732024-12-18T23:18:04.057Z[ recovery-image] Dec 18 23:18:02.717 INFO O| Dec 18 23:18:02.717 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742024-12-18T23:18:04.131Z[ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82752024-12-18T23:18:04.131Z[ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82762024-12-18T23:18:04.132Z[ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO STEP 45 (ensure_dir) COMPLETE
82772024-12-18T23:18:04.136Z[ recovery-image] Dec 18 23:18:02.792 INFO O| Dec 18 23:18:02.792 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782024-12-18T23:18:04.150Z[ recovery-image] Dec 18 23:18:02.811 INFO O| Dec 18 23:18:02.811 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82792024-12-18T23:18:04.150Z[ recovery-image] Dec 18 23:18:02.811 INFO O| Dec 18 23:18:02.811 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82802024-12-18T23:18:04.196Z[ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82812024-12-18T23:18:04.196Z[ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.857 INFO ok!
82822024-12-18T23:18:04.197Z[ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.857 INFO STEP 46 (ensure_file) COMPLETE
82832024-12-18T23:18:04.197Z[ recovery-image] Dec 18 23:18:02.857 INFO O| Dec 18 23:18:02.857 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842024-12-18T23:18:04.217Z[ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82852024-12-18T23:18:04.217Z[ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82862024-12-18T23:18:04.217Z[ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO STEP 47 (ensure_dir) COMPLETE
82872024-12-18T23:18:04.220Z[ recovery-image] Dec 18 23:18:02.878 INFO O| Dec 18 23:18:02.878 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882024-12-18T23:18:04.237Z[ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82892024-12-18T23:18:04.237Z[ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82902024-12-18T23:18:04.237Z[ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82912024-12-18T23:18:04.240Z[ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO ok!
82922024-12-18T23:18:04.240Z[ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO STEP 48 (ensure_file) COMPLETE
82932024-12-18T23:18:04.240Z[ recovery-image] Dec 18 23:18:02.898 INFO O| Dec 18 23:18:02.898 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942024-12-18T23:18:04.256Z[ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82952024-12-18T23:18:04.256Z[ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82962024-12-18T23:18:04.256Z[ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO STEP 49 (ensure_dir) COMPLETE
82972024-12-18T23:18:04.256Z[ recovery-image] Dec 18 23:18:02.917 INFO O| Dec 18 23:18:02.917 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982024-12-18T23:18:04.280Z[ recovery-image] Dec 18 23:18:02.941 INFO O| Dec 18 23:18:02.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82992024-12-18T23:18:04.280Z[ recovery-image] Dec 18 23:18:02.941 INFO O| Dec 18 23:18:02.941 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83002024-12-18T23:18:04.311Z[ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83012024-12-18T23:18:04.311Z[ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO ok!
83022024-12-18T23:18:04.313Z[ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO STEP 50 (ensure_file) COMPLETE
83032024-12-18T23:18:04.314Z[ recovery-image] Dec 18 23:18:02.972 INFO O| Dec 18 23:18:02.972 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-18T23:18:04.369Z[ recovery-image] Dec 18 23:18:03.030 INFO O| Dec 18 23:18:03.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83052024-12-18T23:18:04.369Z[ recovery-image] Dec 18 23:18:03.030 INFO O| Dec 18 23:18:03.030 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83062024-12-18T23:18:06.414Z[ recovery-image] Dec 18 23:18:05.074 INFO O| Dec 18 23:18:05.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83072024-12-18T23:18:06.414Z[ recovery-image] Dec 18 23:18:05.075 INFO O| Dec 18 23:18:05.074 INFO ok!
83082024-12-18T23:18:06.417Z[ recovery-image] Dec 18 23:18:05.075 INFO O| Dec 18 23:18:05.074 INFO STEP 51 (ensure_file) COMPLETE
83092024-12-18T23:18:06.417Z[ recovery-image] Dec 18 23:18:05.075 INFO O| Dec 18 23:18:05.074 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102024-12-18T23:18:06.432Z[ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83112024-12-18T23:18:06.432Z[ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83122024-12-18T23:18:06.433Z[ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO STEP 52 (ensure_dir) COMPLETE
83132024-12-18T23:18:06.436Z[ recovery-image] Dec 18 23:18:05.093 INFO O| Dec 18 23:18:05.093 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83142024-12-18T23:18:06.462Z[ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.122 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83152024-12-18T23:18:06.462Z[ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO copying /tmp/.tmpDJCDbN/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 ...
83162024-12-18T23:18:06.462Z[ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 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
83172024-12-18T23:18:06.464Z[ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO ok!
83182024-12-18T23:18:06.464Z[ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO STEP 53 (ensure_file) COMPLETE
83192024-12-18T23:18:06.464Z[ recovery-image] Dec 18 23:18:05.123 INFO O| Dec 18 23:18:05.123 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202024-12-18T23:18:06.483Z[ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83212024-12-18T23:18:06.483Z[ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO copying /tmp/.tmpDJCDbN/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 ...
83222024-12-18T23:18:06.487Z[ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 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
83232024-12-18T23:18:06.487Z[ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO ok!
83242024-12-18T23:18:06.487Z[ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO STEP 54 (ensure_file) COMPLETE
83252024-12-18T23:18:06.487Z[ recovery-image] Dec 18 23:18:05.144 INFO O| Dec 18 23:18:05.144 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-18T23:18:06.509Z[ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83272024-12-18T23:18:06.509Z[ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83282024-12-18T23:18:06.511Z[ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO STEP 55 (ensure_dir) COMPLETE
83292024-12-18T23:18:06.511Z[ recovery-image] Dec 18 23:18:05.164 INFO O| Dec 18 23:18:05.164 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83302024-12-18T23:18:06.523Z[ recovery-image] Dec 18 23:18:05.184 INFO O| Dec 18 23:18:05.184 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83312024-12-18T23:18:06.523Z[ recovery-image] Dec 18 23:18:05.184 INFO O| Dec 18 23:18:05.184 INFO copying /tmp/.tmpDJCDbN/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 ...
83322024-12-18T23:18:06.527Z[ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83332024-12-18T23:18:06.527Z[ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO ok!
83342024-12-18T23:18:06.527Z[ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO STEP 56 (ensure_file) COMPLETE
83352024-12-18T23:18:06.527Z[ recovery-image] Dec 18 23:18:05.185 INFO O| Dec 18 23:18:05.185 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-18T23:18:06.547Z[ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83372024-12-18T23:18:06.547Z[ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO copying /tmp/.tmpDJCDbN/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 ...
83382024-12-18T23:18:06.547Z[ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 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
83392024-12-18T23:18:06.549Z[ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO ok!
83402024-12-18T23:18:06.549Z[ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO STEP 57 (ensure_file) COMPLETE
83412024-12-18T23:18:06.549Z[ recovery-image] Dec 18 23:18:05.206 INFO O| Dec 18 23:18:05.206 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422024-12-18T23:18:06.566Z[ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83432024-12-18T23:18:06.566Z[ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83442024-12-18T23:18:06.566Z[ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO STEP 58 (ensure_dir) COMPLETE
83452024-12-18T23:18:06.569Z[ recovery-image] Dec 18 23:18:05.227 INFO O| Dec 18 23:18:05.227 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83462024-12-18T23:18:06.587Z[ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83472024-12-18T23:18:06.587Z[ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO copying /tmp/.tmpDJCDbN/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 ...
83482024-12-18T23:18:06.587Z[ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83492024-12-18T23:18:06.590Z[ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO ok!
83502024-12-18T23:18:06.590Z[ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO STEP 59 (ensure_file) COMPLETE
83512024-12-18T23:18:06.590Z[ recovery-image] Dec 18 23:18:05.248 INFO O| Dec 18 23:18:05.248 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-18T23:18:06.612Z[ recovery-image] Dec 18 23:18:05.272 INFO O| Dec 18 23:18:05.272 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83532024-12-18T23:18:06.612Z[ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83542024-12-18T23:18:06.614Z[ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83552024-12-18T23:18:06.614Z[ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO ok!
83562024-12-18T23:18:06.614Z[ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO STEP 60 (ensure_file) COMPLETE
83572024-12-18T23:18:06.614Z[ recovery-image] Dec 18 23:18:05.273 INFO O| Dec 18 23:18:05.273 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582024-12-18T23:18:06.634Z[ recovery-image] Dec 18 23:18:05.295 INFO O| Dec 18 23:18:05.295 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83592024-12-18T23:18:06.634Z[ recovery-image] Dec 18 23:18:05.295 INFO O| Dec 18 23:18:05.295 INFO STEP 61 (ensure_dir) COMPLETE
83602024-12-18T23:18:06.637Z[ recovery-image] Dec 18 23:18:05.295 INFO O| Dec 18 23:18:05.295 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83612024-12-18T23:18:06.667Z[ recovery-image] Dec 18 23:18:05.328 INFO O| Dec 18 23:18:05.328 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83622024-12-18T23:18:06.667Z[ recovery-image] Dec 18 23:18:05.328 INFO O| Dec 18 23:18:05.328 INFO STEP 62 (ensure_dir) COMPLETE
83632024-12-18T23:18:06.670Z[ recovery-image] Dec 18 23:18:05.328 INFO O| Dec 18 23:18:05.328 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83642024-12-18T23:18:06.687Z[ recovery-image] Dec 18 23:18:05.348 INFO O| Dec 18 23:18:05.348 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83652024-12-18T23:18:06.687Z[ recovery-image] Dec 18 23:18:05.348 INFO O| Dec 18 23:18:05.348 INFO STEP 63 (ensure_dir) COMPLETE
83662024-12-18T23:18:06.690Z[ recovery-image] Dec 18 23:18:05.348 INFO O| Dec 18 23:18:05.348 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83672024-12-18T23:18:06.714Z[ recovery-image] Dec 18 23:18:05.375 INFO O| Dec 18 23:18:05.375 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83682024-12-18T23:18:06.714Z[ recovery-image] Dec 18 23:18:05.375 INFO O| Dec 18 23:18:05.375 INFO STEP 64 (ensure_dir) COMPLETE
83692024-12-18T23:18:06.717Z[ recovery-image] Dec 18 23:18:05.375 INFO O| Dec 18 23:18:05.375 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83702024-12-18T23:18:06.735Z[ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.395 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83712024-12-18T23:18:06.735Z[ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO copying /tmp/.tmpDJCDbN/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83722024-12-18T23:18:06.738Z[ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83732024-12-18T23:18:06.738Z[ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO ok!
83742024-12-18T23:18:06.738Z[ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO STEP 65 (ensure_file) COMPLETE
83752024-12-18T23:18:06.738Z[ recovery-image] Dec 18 23:18:05.396 INFO O| Dec 18 23:18:05.396 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-18T23:18:06.766Z[ recovery-image] Dec 18 23:18:05.426 INFO O| Dec 18 23:18:05.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83772024-12-18T23:18:06.770Z[ recovery-image] Dec 18 23:18:05.427 INFO O| Dec 18 23:18:05.427 INFO STEP 66 (remove_files) COMPLETE
83782024-12-18T23:18:06.770Z[ recovery-image] Dec 18 23:18:05.427 INFO O| Dec 18 23:18:05.427 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-18T23:18:06.832Z[ recovery-image] Dec 18 23:18:05.493 INFO O| Dec 18 23:18:05.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83802024-12-18T23:18:06.835Z[ recovery-image] Dec 18 23:18:05.493 INFO O| Dec 18 23:18:05.493 INFO STEP 67 (remove_files) COMPLETE
83812024-12-18T23:18:06.835Z[ recovery-image] Dec 18 23:18:05.493 INFO O| Dec 18 23:18:05.493 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-18T23:18:06.856Z[ recovery-image] Dec 18 23:18:05.516 INFO O| Dec 18 23:18:05.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83832024-12-18T23:18:06.858Z[ recovery-image] Dec 18 23:18:05.517 INFO O| Dec 18 23:18:05.517 INFO STEP 68 (remove_files) COMPLETE
83842024-12-18T23:18:06.859Z[ recovery-image] Dec 18 23:18:05.517 INFO O| Dec 18 23:18:05.517 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-18T23:18:06.880Z[ recovery-image] Dec 18 23:18:05.541 INFO O| Dec 18 23:18:05.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83862024-12-18T23:18:06.883Z[ recovery-image] Dec 18 23:18:05.542 INFO O| Dec 18 23:18:05.541 INFO STEP 69 (remove_files) COMPLETE
83872024-12-18T23:18:06.883Z[ recovery-image] Dec 18 23:18:05.542 INFO O| Dec 18 23:18:05.541 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-18T23:18:06.902Z[ recovery-image] Dec 18 23:18:05.563 INFO O| Dec 18 23:18:05.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83892024-12-18T23:18:06.904Z[ recovery-image] Dec 18 23:18:05.563 INFO O| Dec 18 23:18:05.563 INFO STEP 70 (remove_files) COMPLETE
83902024-12-18T23:18:06.904Z[ recovery-image] Dec 18 23:18:05.563 INFO O| Dec 18 23:18:05.563 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-18T23:18:06.925Z[ recovery-image] Dec 18 23:18:05.586 INFO O| Dec 18 23:18:05.586 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83922024-12-18T23:18:06.928Z[ recovery-image] Dec 18 23:18:05.586 INFO O| Dec 18 23:18:05.586 INFO STEP 71 (remove_files) COMPLETE
83932024-12-18T23:18:06.928Z[ recovery-image] Dec 18 23:18:05.586 INFO O| Dec 18 23:18:05.586 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-18T23:18:06.948Z[ recovery-image] Dec 18 23:18:05.608 INFO O| Dec 18 23:18:05.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83952024-12-18T23:18:06.951Z[ recovery-image] Dec 18 23:18:05.609 INFO O| Dec 18 23:18:05.609 INFO STEP 72 (remove_files) COMPLETE
83962024-12-18T23:18:06.951Z[ recovery-image] Dec 18 23:18:05.609 INFO O| Dec 18 23:18:05.609 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-18T23:18:06.994Z[ recovery-image] Dec 18 23:18:05.655 INFO O| Dec 18 23:18:05.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83982024-12-18T23:18:06.995Z[ recovery-image] Dec 18 23:18:05.655 INFO O| Dec 18 23:18:05.655 INFO STEP 73 (remove_files) COMPLETE
83992024-12-18T23:18:06.995Z[ recovery-image] Dec 18 23:18:05.655 INFO O| Dec 18 23:18:05.655 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-18T23:18:07.029Z[ recovery-image] Dec 18 23:18:05.690 INFO O| Dec 18 23:18:05.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84012024-12-18T23:18:07.029Z[ recovery-image] Dec 18 23:18:05.690 INFO O| Dec 18 23:18:05.690 INFO STEP 74 (remove_files) COMPLETE
84022024-12-18T23:18:07.029Z[ recovery-image] Dec 18 23:18:05.690 INFO O| Dec 18 23:18:05.690 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-18T23:18:07.062Z[ recovery-image] Dec 18 23:18:05.723 INFO O| Dec 18 23:18:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84042024-12-18T23:18:07.062Z[ recovery-image] Dec 18 23:18:05.723 INFO O| Dec 18 23:18:05.723 INFO STEP 75 (remove_files) COMPLETE
84052024-12-18T23:18:07.062Z[ recovery-image] Dec 18 23:18:05.723 INFO O| Dec 18 23:18:05.723 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-18T23:18:07.106Z[ recovery-image] Dec 18 23:18:05.767 INFO O| Dec 18 23:18:05.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84072024-12-18T23:18:07.106Z[ recovery-image] Dec 18 23:18:05.767 INFO O| Dec 18 23:18:05.767 INFO STEP 76 (remove_files) COMPLETE
84082024-12-18T23:18:07.106Z[ recovery-image] Dec 18 23:18:05.767 INFO O| Dec 18 23:18:05.767 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-18T23:18:07.129Z[ recovery-image] Dec 18 23:18:05.790 INFO O| Dec 18 23:18:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84102024-12-18T23:18:07.129Z[ recovery-image] Dec 18 23:18:05.790 INFO O| Dec 18 23:18:05.790 INFO STEP 77 (remove_files) COMPLETE
84112024-12-18T23:18:07.129Z[ recovery-image] Dec 18 23:18:05.790 INFO O| Dec 18 23:18:05.790 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-18T23:18:07.166Z[ recovery-image] Dec 18 23:18:05.827 INFO O| Dec 18 23:18:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84132024-12-18T23:18:07.169Z[ recovery-image] Dec 18 23:18:05.827 INFO O| Dec 18 23:18:05.827 INFO STEP 78 (remove_files) COMPLETE
84142024-12-18T23:18:07.169Z[ recovery-image] Dec 18 23:18:05.827 INFO O| Dec 18 23:18:05.827 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-18T23:18:07.188Z[ recovery-image] Dec 18 23:18:05.848 INFO O| Dec 18 23:18:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84162024-12-18T23:18:07.190Z[ recovery-image] Dec 18 23:18:05.849 INFO O| Dec 18 23:18:05.849 INFO STEP 79 (remove_files) COMPLETE
84172024-12-18T23:18:07.190Z[ recovery-image] Dec 18 23:18:05.849 INFO O| Dec 18 23:18:05.849 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-18T23:18:07.209Z[ recovery-image] Dec 18 23:18:05.870 INFO O| Dec 18 23:18:05.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84192024-12-18T23:18:07.212Z[ recovery-image] Dec 18 23:18:05.870 INFO O| Dec 18 23:18:05.870 INFO STEP 80 (remove_files) COMPLETE
84202024-12-18T23:18:07.213Z[ recovery-image] Dec 18 23:18:05.871 INFO O| Dec 18 23:18:05.870 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-18T23:18:07.490Z[ recovery-image] Dec 18 23:18:05.920 INFO O| Dec 18 23:18:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84222024-12-18T23:18:07.496Z[ recovery-image] Dec 18 23:18:05.921 INFO O| Dec 18 23:18:05.921 INFO STEP 81 (remove_files) COMPLETE
84232024-12-18T23:18:07.496Z[ recovery-image] Dec 18 23:18:05.921 INFO O| Dec 18 23:18:05.921 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-18T23:18:07.505Z[ recovery-image] Dec 18 23:18:05.942 INFO O| Dec 18 23:18:05.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84252024-12-18T23:18:07.505Z[ recovery-image] Dec 18 23:18:05.943 INFO O| Dec 18 23:18:05.943 INFO STEP 82 (remove_files) COMPLETE
84262024-12-18T23:18:07.505Z[ recovery-image] Dec 18 23:18:05.943 INFO O| Dec 18 23:18:05.943 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:05.996 INFO O| Dec 18 23:18:05.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84282024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:05.996 INFO O| Dec 18 23:18:05.996 INFO STEP 83 (remove_files) COMPLETE
84292024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:05.996 INFO O| Dec 18 23:18:05.996 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.039 INFO O| Dec 18 23:18:06.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84312024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.039 INFO O| Dec 18 23:18:06.039 INFO STEP 84 (remove_files) COMPLETE
84322024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.039 INFO O| Dec 18 23:18:06.039 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.057 INFO O| Dec 18 23:18:06.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84342024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.057 INFO O| Dec 18 23:18:06.057 INFO STEP 85 (remove_files) COMPLETE
84352024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.057 INFO O| Dec 18 23:18:06.057 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.076 INFO O| Dec 18 23:18:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84372024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.076 INFO O| Dec 18 23:18:06.076 INFO STEP 86 (remove_files) COMPLETE
84382024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.076 INFO O| Dec 18 23:18:06.076 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.096 INFO O| Dec 18 23:18:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84402024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.096 INFO O| Dec 18 23:18:06.096 INFO STEP 87 (remove_files) COMPLETE
84412024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.096 INFO O| Dec 18 23:18:06.096 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.128 INFO O| Dec 18 23:18:06.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84432024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.128 INFO O| Dec 18 23:18:06.128 INFO STEP 88 (remove_files) COMPLETE
84442024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.128 INFO O| Dec 18 23:18:06.128 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.147 INFO O| Dec 18 23:18:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84462024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.148 INFO O| Dec 18 23:18:06.147 INFO STEP 89 (remove_files) COMPLETE
84472024-12-18T23:18:07.506Z[ recovery-image] Dec 18 23:18:06.148 INFO O| Dec 18 23:18:06.148 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84482024-12-18T23:18:07.525Z[ recovery-image] Dec 18 23:18:06.186 INFO O| Dec 18 23:18:06.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84492024-12-18T23:18:07.525Z[ recovery-image] Dec 18 23:18:06.186 INFO O| Dec 18 23:18:06.186 INFO STEP 90 (remove_files) COMPLETE
84502024-12-18T23:18:07.529Z[ recovery-image] Dec 18 23:18:06.186 INFO O| Dec 18 23:18:06.186 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84512024-12-18T23:18:07.554Z[ recovery-image] Dec 18 23:18:06.215 INFO O| Dec 18 23:18:06.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84522024-12-18T23:18:07.558Z[ recovery-image] Dec 18 23:18:06.215 INFO O| Dec 18 23:18:06.215 INFO STEP 91 (remove_files) COMPLETE
84532024-12-18T23:18:07.558Z[ recovery-image] Dec 18 23:18:06.215 INFO O| Dec 18 23:18:06.215 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84542024-12-18T23:18:07.637Z[ recovery-image] Dec 18 23:18:06.298 INFO O| Dec 18 23:18:06.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84552024-12-18T23:18:07.637Z[ recovery-image] Dec 18 23:18:06.298 INFO O| Dec 18 23:18:06.298 INFO STEP 92 (remove_files) COMPLETE
84562024-12-18T23:18:07.640Z[ recovery-image] Dec 18 23:18:06.298 INFO O| Dec 18 23:18:06.298 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84572024-12-18T23:18:07.659Z[ recovery-image] Dec 18 23:18:06.319 INFO O| Dec 18 23:18:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84582024-12-18T23:18:07.662Z[ recovery-image] Dec 18 23:18:06.319 INFO O| Dec 18 23:18:06.319 INFO STEP 93 (remove_files) COMPLETE
84592024-12-18T23:18:07.662Z[ recovery-image] Dec 18 23:18:06.319 INFO O| Dec 18 23:18:06.319 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84602024-12-18T23:18:07.682Z[ recovery-image] Dec 18 23:18:06.342 INFO O| Dec 18 23:18:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84612024-12-18T23:18:07.685Z[ recovery-image] Dec 18 23:18:06.343 INFO O| Dec 18 23:18:06.343 INFO STEP 94 (remove_files) COMPLETE
84622024-12-18T23:18:07.685Z[ recovery-image] Dec 18 23:18:06.343 INFO O| Dec 18 23:18:06.343 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84632024-12-18T23:18:07.720Z[ recovery-image] Dec 18 23:18:06.380 INFO O| Dec 18 23:18:06.380 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84642024-12-18T23:18:07.722Z[ recovery-image] Dec 18 23:18:06.381 INFO O| Dec 18 23:18:06.380 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84652024-12-18T23:18:19.884Z[ recovery-image] Dec 18 23:18:18.544 INFO O| Dec 18 23:18:18.544 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
84662024-12-18T23:18:19.884Z[ recovery-image] Dec 18 23:18:18.544 INFO O| Dec 18 23:18:18.544 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84672024-12-18T23:18:19.924Z[ recovery-image] Dec 18 23:18:18.584 INFO O| Dec 18 23:18:18.584 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84682024-12-18T23:18:20.062Z[ recovery-image] Dec 18 23:18:18.721 INFO O| Dec 18 23:18:18.721 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84692024-12-18T23:18:20.065Z[ recovery-image] Dec 18 23:18:18.722 INFO O| Dec 18 23:18:18.721 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 ...
84702024-12-18T23:18:20.065Z[ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84712024-12-18T23:18:20.065Z[ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO ok!
84722024-12-18T23:18:20.065Z[ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84732024-12-18T23:18:20.065Z[ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO STEP 95 (seed_smf) COMPLETE
84742024-12-18T23:18:20.065Z[ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO steps complete; finalising image!
84752024-12-18T23:18:20.065Z[ recovery-image] Dec 18 23:18:18.724 INFO O| Dec 18 23:18:18.724 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84762024-12-18T23:18:20.133Z[ recovery-image] Dec 18 23:18:18.793 INFO O| Dec 18 23:18:18.793 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Wed Dec 18 23:18:18 2024)
84772024-12-18T23:18:20.345Z[ recovery-image] Dec 18 23:18:19.005 INFO O| Dec 18 23:18:19.005 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Wed Dec 18 23:18:18 2024)
84782024-12-18T23:18:20.556Z[ recovery-image] Dec 18 23:18:19.216 INFO O| Dec 18 23:18:19.216 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Wed Dec 18 23:18:18 2024)
84792024-12-18T23:18:20.769Z[ recovery-image] Dec 18 23:18:19.429 INFO O| Dec 18 23:18:19.428 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Wed Dec 18 23:18:18 2024)
84802024-12-18T23:18:21.065Z[ recovery-image] Dec 18 23:18:19.724 INFO O| Dec 18 23:18:19.724 INFO temporary pool has 364M used, 1.39G avail, 1.00x compressratio
84812024-12-18T23:18:21.065Z[ recovery-image] Dec 18 23:18:19.724 INFO O| Dec 18 23:18:19.724 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84822024-12-18T23:18:21.848Z[ recovery-image] Dec 18 23:18:20.508 INFO O| Dec 18 23:18:20.508 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
84832024-12-18T23:18:21.848Z[ recovery-image] Dec 18 23:18:20.508 INFO O| Dec 18 23:18:20.508 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84842024-12-18T23:18:27.633Z[ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.292 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84852024-12-18T23:18:27.633Z[ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84862024-12-18T23:18:27.635Z[ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84872024-12-18T23:18:27.636Z[ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO completed processing gimlet/zfs-recovery
84882024-12-18T23:18:27.636Z[ recovery-image] Dec 18 23:18:26.293 INFO O| Dec 18 23:18:26.293 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84892024-12-18T23:18:28.009Z[ recovery-image] Dec 18 23:18:26.669 INFO O| Dec 18 23:18:26.669 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84902024-12-18T23:18:28.125Z[ recovery-image] Dec 18 23:18:26.784 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
84912024-12-18T23:18:28.127Z[ recovery-image] Dec 18 23:18:26.785 INFO expanded image name: "recovery d80c4c9/${os_short_commit} 2024-12-18 22:48" -> "recovery d80c4c9/7274828 2024-12-18 22:48"
84922024-12-18T23:18:28.127Z[ recovery-image] Dec 18 23:18:26.785 INFO output artefacts stored in: "/work/os-recovery"
84932024-12-18T23:18:28.127Z[ recovery-image] Dec 18 23:18:26.786 INFO collecting git info from project "amd-host-image-builder"...
84942024-12-18T23:18:28.675Z[ recovery-image] Dec 18 23:18:27.334 INFO collecting git info from project "image-builder"...
84952024-12-18T23:18:28.687Z[ recovery-image] Dec 18 23:18:27.347 INFO collecting git info from project "phbl"...
84962024-12-18T23:18:28.698Z[ recovery-image] Dec 18 23:18:27.358 INFO collecting git info from project "pilot"...
84972024-12-18T23:18:28.721Z[ recovery-image] Dec 18 23:18:27.381 INFO collecting git info from project "pinprick"...
84982024-12-18T23:18:28.732Z[ recovery-image] Dec 18 23:18:27.391 INFO collecting git info from project "chelsio-t6-roms"...
84992024-12-18T23:18:28.768Z[ recovery-image] Dec 18 23:18:27.428 INFO collecting git info from project "bootserver"...
85002024-12-18T23:18:28.788Z[ recovery-image] Dec 18 23:18:27.447 INFO collecting git info from project "amd-firmware"...
85012024-12-18T23:18:29.329Z[ recovery-image] Dec 18 23:18:27.989 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85022024-12-18T23:18:30.089Z[ recovery-image] Dec 18 23:18:28.748 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85032024-12-18T23:18:30.688Z[ recovery-image] Dec 18 23:18:29.348 INFO creating Oxide boot image...
85042024-12-18T23:18:30.688Z[ recovery-image] Dec 18 23:18:29.348 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d80c4c9/7274828 2024-12-18 22:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85052024-12-18T23:19:05.394Z[ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z
85062024-12-18T23:19:05.394Z[ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z
85072024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85082024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.052 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85092024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.053 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85102024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.053 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85112024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85122024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85132024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85142024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.054 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85152024-12-18T23:19:05.397Z[ host-image] Dec 18 23:19:04.055 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z
85162024-12-18T23:19:05.401Z[ host-image] Dec 18 23:19:04.057 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z
85172024-12-18T23:19:05.401Z[ host-image] Dec 18 23:19:04.058 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z
85182024-12-18T23:19:05.404Z[ host-image] Dec 18 23:19:04.059 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z
85192024-12-18T23:19:05.404Z[ host-image] Dec 18 23:19:04.059 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85202024-12-18T23:19:05.404Z[ host-image] Dec 18 23:19:04.060 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z
85212024-12-18T23:19:05.404Z[ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z
85222024-12-18T23:19:05.404Z[ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z
85232024-12-18T23:19:05.404Z[ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z
85242024-12-18T23:19:05.407Z[ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z
85252024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85262024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.062 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z
85272024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.063 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85282024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.063 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z
85292024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.063 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z
85302024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z
85312024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z
85322024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z
85332024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z
85342024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85352024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z
85362024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z
85372024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.064 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z
85382024-12-18T23:19:05.408Z[ host-image] Dec 18 23:19:04.065 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z
85392024-12-18T23:19:05.411Z[ host-image] Dec 18 23:19:04.066 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z
85402024-12-18T23:19:05.411Z[ host-image] Dec 18 23:19:04.067 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z
85412024-12-18T23:19:05.423Z[ host-image] Dec 18 23:19:04.081 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85422024-12-18T23:19:05.426Z[ host-image] Dec 18 23:19:04.081 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z
85432024-12-18T23:19:05.426Z[ host-image] Dec 18 23:19:04.081 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85442024-12-18T23:19:05.426Z[ host-image] Dec 18 23:19:04.082 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85452024-12-18T23:19:05.426Z[ host-image] Dec 18 23:19:04.082 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85462024-12-18T23:19:05.426Z[ host-image] Dec 18 23:19:04.083 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z
85472024-12-18T23:19:05.426Z[ host-image] Dec 18 23:19:04.083 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85482024-12-18T23:19:05.426Z[ host-image] Dec 18 23:19:04.084 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85492024-12-18T23:19:05.429Z[ host-image] Dec 18 23:19:04.085 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85502024-12-18T23:19:05.429Z[ host-image] Dec 18 23:19:04.086 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85512024-12-18T23:19:05.461Z[ host-image] Dec 18 23:19:04.119 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85522024-12-18T23:19:05.464Z[ host-image] Dec 18 23:19:04.119 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85532024-12-18T23:19:05.464Z[ host-image] Dec 18 23:19:04.119 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85542024-12-18T23:19:05.464Z[ host-image] Dec 18 23:19:04.120 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85552024-12-18T23:19:05.464Z[ host-image] Dec 18 23:19:04.121 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85562024-12-18T23:19:05.464Z[ host-image] Dec 18 23:19:04.122 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85572024-12-18T23:19:05.537Z[ host-image] Dec 18 23:19:04.195 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85582024-12-18T23:19:05.540Z[ host-image] Dec 18 23:19:04.196 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85592024-12-18T23:19:05.540Z[ host-image] Dec 18 23:19:04.196 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85602024-12-18T23:19:05.540Z[ host-image] Dec 18 23:19:04.197 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z
85612024-12-18T23:19:05.540Z[ host-image] Dec 18 23:19:04.198 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z
85622024-12-18T23:19:05.540Z[ host-image] Dec 18 23:19:04.198 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85632024-12-18T23:19:05.540Z[ host-image] Dec 18 23:19:04.198 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z
85642024-12-18T23:19:05.543Z[ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85652024-12-18T23:19:05.543Z[ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85662024-12-18T23:19:05.543Z[ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85672024-12-18T23:19:05.543Z[ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z
85682024-12-18T23:19:05.543Z[ host-image] Dec 18 23:19:04.199 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85692024-12-18T23:19:05.549Z[ host-image] Dec 18 23:19:04.207 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85702024-12-18T23:19:05.549Z[ host-image] Dec 18 23:19:04.207 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85712024-12-18T23:19:05.551Z[ host-image] Dec 18 23:19:04.207 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85722024-12-18T23:19:05.552Z[ host-image] Dec 18 23:19:04.208 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z
85732024-12-18T23:19:05.552Z[ host-image] Dec 18 23:19:04.208 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85742024-12-18T23:19:05.573Z[ host-image] Dec 18 23:19:04.231 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85752024-12-18T23:19:05.575Z[ host-image] Dec 18 23:19:04.231 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z
85762024-12-18T23:19:05.578Z[ host-image] Dec 18 23:19:04.234 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z
85772024-12-18T23:19:05.578Z[ host-image] Dec 18 23:19:04.235 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z
85782024-12-18T23:19:05.578Z[ host-image] Dec 18 23:19:04.235 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85792024-12-18T23:19:05.578Z[ host-image] Dec 18 23:19:04.236 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z
85802024-12-18T23:19:05.581Z[ host-image] Dec 18 23:19:04.237 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z
85812024-12-18T23:19:05.581Z[ host-image] Dec 18 23:19:04.237 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z
85822024-12-18T23:19:05.581Z[ host-image] Dec 18 23:19:04.238 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z
85832024-12-18T23:19:05.585Z[ host-image] Dec 18 23:19:04.243 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85842024-12-18T23:19:05.588Z[ host-image] Dec 18 23:19:04.244 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z
85852024-12-18T23:19:05.588Z[ host-image] Dec 18 23:19:04.245 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z
85862024-12-18T23:19:05.588Z[ host-image] Dec 18 23:19:04.245 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85872024-12-18T23:19:05.590Z[ host-image] Dec 18 23:19:04.246 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z
85882024-12-18T23:19:05.590Z[ host-image] Dec 18 23:19:04.246 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z
85892024-12-18T23:19:05.590Z[ host-image] Dec 18 23:19:04.247 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z
85902024-12-18T23:19:05.590Z[ host-image] Dec 18 23:19:04.247 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z
85912024-12-18T23:19:05.603Z[ host-image] Dec 18 23:19:04.260 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z
85922024-12-18T23:19:05.605Z[ host-image] Dec 18 23:19:04.260 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85932024-12-18T23:19:05.608Z[ host-image] Dec 18 23:19:04.264 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z
85942024-12-18T23:19:05.608Z[ host-image] Dec 18 23:19:04.266 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z
85952024-12-18T23:19:05.611Z[ host-image] Dec 18 23:19:04.266 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z
85962024-12-18T23:19:05.611Z[ host-image] Dec 18 23:19:04.267 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z
85972024-12-18T23:19:05.611Z[ host-image] Dec 18 23:19:04.268 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z
85982024-12-18T23:19:05.611Z[ host-image] Dec 18 23:19:04.268 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z
85992024-12-18T23:19:05.627Z[ host-image] Dec 18 23:19:04.285 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z
86002024-12-18T23:19:05.629Z[ host-image] Dec 18 23:19:04.285 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z
86012024-12-18T23:19:05.643Z[ host-image] Dec 18 23:19:04.301 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z
86022024-12-18T23:19:05.646Z[ host-image] Dec 18 23:19:04.303 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z
86032024-12-18T23:19:05.646Z[ host-image] Dec 18 23:19:04.303 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z
86042024-12-18T23:19:05.696Z[ host-image] Dec 18 23:19:04.354 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z
86052024-12-18T23:19:05.697Z[ host-image] Dec 18 23:19:04.354 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z
86062024-12-18T23:19:05.699Z[ host-image] Dec 18 23:19:04.355 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z
86072024-12-18T23:19:05.699Z[ host-image] Dec 18 23:19:04.355 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86082024-12-18T23:19:05.699Z[ host-image] Dec 18 23:19:04.356 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86092024-12-18T23:19:05.752Z[ host-image] Dec 18 23:19:04.410 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z
86102024-12-18T23:19:05.755Z[ host-image] Dec 18 23:19:04.410 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86112024-12-18T23:19:05.755Z[ host-image] Dec 18 23:19:04.411 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z
86122024-12-18T23:19:05.755Z[ host-image] Dec 18 23:19:04.411 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z
86132024-12-18T23:19:05.758Z[ host-image] Dec 18 23:19:04.413 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z
86142024-12-18T23:19:05.758Z[ host-image] Dec 18 23:19:04.413 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86152024-12-18T23:19:05.758Z[ host-image] Dec 18 23:19:04.414 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86162024-12-18T23:19:05.758Z[ host-image] Dec 18 23:19:04.415 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z
86172024-12-18T23:19:05.758Z[ host-image] Dec 18 23:19:04.415 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z
86182024-12-18T23:19:05.758Z[ host-image] Dec 18 23:19:04.415 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z
86192024-12-18T23:19:05.762Z[ host-image] Dec 18 23:19:04.416 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z
86202024-12-18T23:19:05.762Z[ host-image] Dec 18 23:19:04.416 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z
86212024-12-18T23:19:05.762Z[ host-image] Dec 18 23:19:04.416 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z
86222024-12-18T23:19:05.765Z[ host-image] Dec 18 23:19:04.421 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86232024-12-18T23:19:05.765Z[ host-image] Dec 18 23:19:04.421 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z
86242024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.424 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z
86252024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.424 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z
86262024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.424 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z
86272024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z
86282024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z
86292024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86302024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.425 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86312024-12-18T23:19:05.768Z[ host-image] Dec 18 23:19:04.426 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z
86322024-12-18T23:19:05.771Z[ host-image] Dec 18 23:19:04.426 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z
86332024-12-18T23:19:05.771Z[ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86342024-12-18T23:19:05.771Z[ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86352024-12-18T23:19:05.771Z[ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86362024-12-18T23:19:05.771Z[ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86372024-12-18T23:19:05.771Z[ host-image] Dec 18 23:19:04.427 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86382024-12-18T23:19:05.771Z[ host-image] Dec 18 23:19:04.428 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86392024-12-18T23:19:05.773Z[ host-image] Dec 18 23:19:04.430 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86402024-12-18T23:19:05.773Z[ host-image] Dec 18 23:19:04.430 INFO O| tempdir @ "/tmp/.tmpOCYpXx/tmp"
86412024-12-18T23:19:05.774Z[ host-image] Dec 18 23:19:04.430 INFO O| image root @ "/tmp/.tmpOCYpXx/tmp/root"
86422024-12-18T23:19:05.774Z[ host-image] Dec 18 23:19:04.431 INFO O| creating image...
86432024-12-18T23:19:06.964Z[ host-image] Dec 18 23:19:05.621 INFO O| copying publishers...
86442024-12-18T23:19:29.411Z[ host-image] Dec 18 23:19:28.067 INFO O| adding properties...
86452024-12-18T23:19:31.770Z[ host-image] Dec 18 23:19:30.426 INFO O| installing packages...
86462024-12-18T23:19:39.725Z[ recovery-image] Dec 18 23:19:38.381 INFO O| ok, image written!
86472024-12-18T23:19:39.729Z[ recovery-image] Dec 18 23:19:38.381 INFO O| ok, boot_image_csum file written!
86482024-12-18T23:19:39.733Z[ recovery-image] Dec 18 23:19:38.390 INFO creating boot archive (CPIO)...
86492024-12-18T23:19:39.733Z[ recovery-image] Dec 18 23:19:38.390 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
86502024-12-18T23:19:39.770Z[ recovery-image] Dec 18 23:19:38.426 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86512024-12-18T23:19:39.770Z[ recovery-image] Dec 18 23:19:38.426 INFO E| + outfile=/work/os-recovery/cpio
86522024-12-18T23:19:39.774Z[ recovery-image] Dec 18 23:19:38.426 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86532024-12-18T23:19:39.774Z[ recovery-image] Dec 18 23:19:38.430 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86542024-12-18T23:19:39.777Z[ recovery-image] Dec 18 23:19:38.430 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86552024-12-18T23:19:39.823Z[ recovery-image] Dec 18 23:19:38.479 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86562024-12-18T23:19:39.823Z[ recovery-image] Dec 18 23:19:38.479 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86572024-12-18T23:19:39.834Z[ recovery-image] Dec 18 23:19:38.491 INFO creating compressed cpio/unix for nanobl-rs...
86582024-12-18T23:19:39.834Z[ recovery-image] Dec 18 23:19:38.491 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
86592024-12-18T23:19:40.309Z[ recovery-image] Dec 18 23:19:38.965 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86602024-12-18T23:19:46.986Z[ recovery-image] Dec 18 23:19:45.642 INFO creating reset image...
86612024-12-18T23:19:46.989Z[ recovery-image] Dec 18 23:19:45.642 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86622024-12-18T23:19:47.722Z[ recovery-image] Dec 18 23:19:46.377 INFO E| Updating crates.io index
86632024-12-18T23:19:48.103Z[ recovery-image] Dec 18 23:19:46.759 INFO E| Downloading crates ...
86642024-12-18T23:19:48.211Z[ recovery-image] Dec 18 23:19:46.866 INFO E| Downloaded shared_child v1.0.1
86652024-12-18T23:19:48.214Z[ recovery-image] Dec 18 23:19:46.869 INFO E| Downloaded clap_derive v4.5.13
86662024-12-18T23:19:48.217Z[ recovery-image] Dec 18 23:19:46.873 INFO E| Downloaded duct v0.13.7
86672024-12-18T23:19:48.220Z[ recovery-image] Dec 18 23:19:46.876 INFO E| Downloaded clap v4.5.17
86682024-12-18T23:19:48.232Z[ recovery-image] Dec 18 23:19:46.888 INFO E| Downloaded clap_builder v4.5.17
86692024-12-18T23:19:48.266Z[ recovery-image] Dec 18 23:19:46.922 INFO E| Downloaded os_pipe v1.2.1
86702024-12-18T23:19:48.297Z[ recovery-image] Dec 18 23:19:46.953 INFO E| Downloaded syn v2.0.77
86712024-12-18T23:19:48.375Z[ recovery-image] Dec 18 23:19:47.031 INFO E| Downloaded libc v0.2.158
86722024-12-18T23:19:48.528Z[ recovery-image] Dec 18 23:19:47.184 INFO E| Compiling proc-macro2 v1.0.86
86732024-12-18T23:19:48.529Z[ recovery-image] Dec 18 23:19:47.184 INFO E| Compiling unicode-ident v1.0.13
86742024-12-18T23:19:48.531Z[ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling libc v0.2.158
86752024-12-18T23:19:48.531Z[ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling utf8parse v0.2.2
86762024-12-18T23:19:48.531Z[ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling anstyle-query v1.1.1
86772024-12-18T23:19:48.531Z[ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling colorchoice v1.0.2
86782024-12-18T23:19:48.531Z[ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling is_terminal_polyfill v1.70.1
86792024-12-18T23:19:48.531Z[ recovery-image] Dec 18 23:19:47.185 INFO E| Compiling anstyle v1.0.8
86802024-12-18T23:19:49.114Z[ recovery-image] Dec 18 23:19:47.769 INFO E| Compiling strsim v0.11.1
86812024-12-18T23:19:49.499Z[ recovery-image] Dec 18 23:19:48.155 INFO E| Compiling anstyle-parse v0.2.5
86822024-12-18T23:19:49.504Z[ recovery-image] Dec 18 23:19:48.160 INFO E| Compiling heck v0.5.0
86832024-12-18T23:19:49.526Z[ recovery-image] Dec 18 23:19:48.181 INFO E| Compiling clap_lex v0.7.2
86842024-12-18T23:19:49.753Z[ recovery-image] Dec 18 23:19:48.409 INFO E| Compiling once_cell v1.19.0
86852024-12-18T23:19:50.034Z[ recovery-image] Dec 18 23:19:48.690 INFO E| Compiling anstream v0.6.15
86862024-12-18T23:19:50.632Z[ recovery-image] Dec 18 23:19:49.286 INFO E| Compiling clap_builder v4.5.17
86872024-12-18T23:19:51.044Z[ recovery-image] Dec 18 23:19:49.699 INFO E| Compiling os_pipe v1.2.1
86882024-12-18T23:19:51.044Z[ recovery-image] Dec 18 23:19:49.700 INFO E| Compiling shared_child v1.0.1
86892024-12-18T23:19:51.321Z[ recovery-image] Dec 18 23:19:49.977 INFO E| Compiling duct v0.13.7
86902024-12-18T23:19:52.015Z[ recovery-image] Dec 18 23:19:50.670 INFO E| Compiling quote v1.0.37
86912024-12-18T23:19:52.807Z[ recovery-image] Dec 18 23:19:51.463 INFO E| Compiling syn v2.0.77
86922024-12-18T23:20:02.198Z[ recovery-image] Dec 18 23:20:00.852 INFO E| Compiling clap_derive v4.5.13
86932024-12-18T23:20:04.622Z[ host-image] Dec 18 23:20:03.277 INFO O| seeding SMF database...
86942024-12-18T23:20:07.020Z[ recovery-image] Dec 18 23:20:05.675 INFO E| Compiling clap v4.5.17
86952024-12-18T23:20:07.122Z[ recovery-image] Dec 18 23:20:05.777 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86962024-12-18T23:20:09.386Z[ recovery-image] Dec 18 23:20:08.041 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.19s
86972024-12-18T23:20:09.401Z[ recovery-image] Dec 18 23:20:08.056 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86982024-12-18T23:20:09.678Z[ recovery-image] Dec 18 23:20:08.333 INFO E| Updating crates.io index
86992024-12-18T23:20:09.972Z[ recovery-image] Dec 18 23:20:08.626 INFO E| Downloading crates ...
87002024-12-18T23:20:10.053Z[ recovery-image] Dec 18 23:20:08.708 INFO E| Downloaded bit_field v0.10.2
87012024-12-18T23:20:10.056Z[ recovery-image] Dec 18 23:20:08.710 INFO E| Downloaded bitstruct_derive v0.1.0
87022024-12-18T23:20:10.057Z[ recovery-image] Dec 18 23:20:08.711 INFO E| Downloaded bitstruct v0.1.1
87032024-12-18T23:20:10.062Z[ recovery-image] Dec 18 23:20:08.716 INFO E| Downloaded seq-macro v0.3.5
87042024-12-18T23:20:10.065Z[ recovery-image] Dec 18 23:20:08.720 INFO E| Downloaded raw-cpuid v10.7.0
87052024-12-18T23:20:10.080Z[ recovery-image] Dec 18 23:20:08.733 INFO E| Downloaded cpio_reader v0.1.1
87062024-12-18T23:20:10.083Z[ recovery-image] Dec 18 23:20:08.735 INFO E| Downloaded syn v2.0.85
87072024-12-18T23:20:10.335Z[ recovery-image] Dec 18 23:20:08.990 INFO E| Downloaded x86 v0.52.0
87082024-12-18T23:20:10.459Z[ recovery-image] Dec 18 23:20:09.114 INFO E| Updating crates.io index
87092024-12-18T23:20:10.762Z[ recovery-image] Dec 18 23:20:09.416 INFO E| Downloading crates ...
87102024-12-18T23:20:10.953Z[ recovery-image] Dec 18 23:20:09.608 INFO E| Downloaded hashbrown v0.15.0
87112024-12-18T23:20:11.093Z[ recovery-image] Dec 18 23:20:09.747 INFO E| Downloaded compiler_builtins v0.1.134
87122024-12-18T23:20:11.371Z[ recovery-image] Dec 18 23:20:10.025 INFO E| Compiling compiler_builtins v0.1.134
87132024-12-18T23:20:11.555Z[ recovery-image] Dec 18 23:20:10.210 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)
87142024-12-18T23:20:11.558Z[ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling proc-macro2 v1.0.89
87152024-12-18T23:20:11.558Z[ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling unicode-ident v1.0.13
87162024-12-18T23:20:11.558Z[ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling syn v1.0.109
87172024-12-18T23:20:11.558Z[ recovery-image] Dec 18 23:20:10.210 INFO E| Compiling x86 v0.52.0
87182024-12-18T23:20:11.558Z[ recovery-image] Dec 18 23:20:10.211 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87192024-12-18T23:20:11.558Z[ recovery-image] Dec 18 23:20:10.211 INFO E| Compiling seq-macro v0.3.5
87202024-12-18T23:20:14.650Z[ recovery-image] Dec 18 23:20:13.305 INFO E| Compiling quote v1.0.37
87212024-12-18T23:20:15.219Z[ recovery-image] Dec 18 23:20:13.873 INFO E| Compiling syn v2.0.85
87222024-12-18T23:20:19.716Z[ host-image] Dec 18 23:20:18.370 INFO O| configuring SMF profile...
87232024-12-18T23:20:19.719Z[ host-image] Dec 18 23:20:18.370 INFO O| modifying shadow(5)...
87242024-12-18T23:20:19.719Z[ host-image] Dec 18 23:20:18.370 INFO O| loading user and group database...
87252024-12-18T23:20:19.719Z[ host-image] Dec 18 23:20:18.370 INFO O| assessing packaged files...
87262024-12-18T23:20:22.217Z[ recovery-image] Dec 18 23:20:20.871 INFO E| Compiling scroll_derive v0.12.0
87272024-12-18T23:20:26.333Z[ recovery-image] Dec 18 23:20:24.986 INFO E| Compiling bitstruct_derive v0.1.0
87282024-12-18T23:20:26.799Z[ host-image] Dec 18 23:20:25.452 INFO O| creating archive...
87292024-12-18T23:20:26.873Z[ host-image] Dec 18 23:20:25.527 INFO O| missing from packaging:
87302024-12-18T23:20:26.873Z[ host-image] Dec 18 23:20:25.527 INFO O| "etc/.pwd.lock"
87312024-12-18T23:20:26.876Z[ host-image] Dec 18 23:20:25.527 INFO O| "etc/bash"
87322024-12-18T23:20:26.882Z[ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/generic.xml"
87332024-12-18T23:20:26.882Z[ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/inetd_services.xml"
87342024-12-18T23:20:26.885Z[ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/name_service.xml"
87352024-12-18T23:20:26.885Z[ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/platform.xml"
87362024-12-18T23:20:26.885Z[ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/profile/platform_omicron1.xml"
87372024-12-18T23:20:26.885Z[ host-image] Dec 18 23:20:25.536 INFO O| "etc/svc/repository.db"
87382024-12-18T23:20:26.904Z[ host-image] Dec 18 23:20:25.557 INFO O| "opt/ooce/share"
87392024-12-18T23:20:26.904Z[ host-image] Dec 18 23:20:25.557 INFO O| "opt/ooce/share/man"
87402024-12-18T23:20:26.907Z[ host-image] Dec 18 23:20:25.557 INFO O| "opt/ooce/share/man/man1"
87412024-12-18T23:20:26.934Z[ host-image] Dec 18 23:20:25.588 INFO O| finishing archive...
87422024-12-18T23:20:31.246Z[ host-image] Dec 18 23:20:29.899 INFO O| creating gzonly manifest...
87432024-12-18T23:20:31.268Z[ host-image] Dec 18 23:20:29.921 INFO O| ok
87442024-12-18T23:20:31.468Z[ host-image] Dec 18 23:20:30.121 INFO image builder template: ramdisk-02-trim...
87452024-12-18T23:20:31.468Z[ host-image] Dec 18 23:20:30.121 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/.tmpDJCDbN/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87462024-12-18T23:20:31.511Z[ host-image] Dec 18 23:20:30.164 INFO O| Dec 18 23:20:30.164 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87472024-12-18T23:20:31.521Z[ host-image] Dec 18 23:20:30.174 INFO O| Dec 18 23:20:30.174 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87482024-12-18T23:20:31.801Z[ host-image] Dec 18 23:20:30.454 INFO O| Dec 18 23:20:30.454 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87492024-12-18T23:20:31.902Z[ host-image] Dec 18 23:20:30.555 INFO O| Dec 18 23:20:30.555 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87502024-12-18T23:20:31.905Z[ host-image] Dec 18 23:20:30.556 INFO O| Dec 18 23:20:30.556 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87512024-12-18T23:20:31.913Z[ host-image] Dec 18 23:20:30.566 INFO O| Dec 18 23:20:30.566 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87522024-12-18T23:20:31.921Z[ host-image] Dec 18 23:20:30.575 INFO O| Dec 18 23:20:30.575 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87532024-12-18T23:20:31.930Z[ host-image] Dec 18 23:20:30.583 INFO O| Dec 18 23:20:30.583 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87542024-12-18T23:20:32.260Z[ host-image] Dec 18 23:20:30.914 INFO O| Dec 18 23:20:30.914 INFO rolled back to input snapshot; work may begin
87552024-12-18T23:20:32.261Z[ host-image] Dec 18 23:20:30.914 INFO O| Dec 18 23:20:30.914 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87562024-12-18T23:20:32.271Z[ host-image] Dec 18 23:20:30.923 INFO O| Dec 18 23:20:30.923 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-12-18T23:20:32.287Z[ host-image] Dec 18 23:20:30.940 INFO O| Dec 18 23:20:30.940 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87582024-12-18T23:20:32.382Z[ host-image] Dec 18 23:20:31.035 INFO O| Dec 18 23:20:31.035 INFO STEP 0 (remove_files) COMPLETE
87592024-12-18T23:20:32.382Z[ host-image] Dec 18 23:20:31.035 INFO O| Dec 18 23:20:31.035 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-18T23:20:32.439Z[ host-image] Dec 18 23:20:31.093 INFO O| Dec 18 23:20:31.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87612024-12-18T23:20:32.442Z[ host-image] Dec 18 23:20:31.096 INFO O| Dec 18 23:20:31.096 INFO STEP 1 (remove_files) COMPLETE
87622024-12-18T23:20:32.442Z[ host-image] Dec 18 23:20:31.096 INFO O| Dec 18 23:20:31.096 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-18T23:20:32.481Z[ host-image] Dec 18 23:20:31.134 INFO O| Dec 18 23:20:31.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87642024-12-18T23:20:32.527Z[ host-image] Dec 18 23:20:31.181 INFO O| Dec 18 23:20:31.181 INFO STEP 2 (remove_files) COMPLETE
87652024-12-18T23:20:32.528Z[ host-image] Dec 18 23:20:31.181 INFO O| Dec 18 23:20:31.181 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-18T23:20:32.590Z[ host-image] Dec 18 23:20:31.243 INFO O| Dec 18 23:20:31.243 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87672024-12-18T23:20:32.593Z[ host-image] Dec 18 23:20:31.247 INFO O| Dec 18 23:20:31.247 INFO STEP 3 (remove_files) COMPLETE
87682024-12-18T23:20:32.593Z[ host-image] Dec 18 23:20:31.247 INFO O| Dec 18 23:20:31.247 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-12-18T23:20:32.660Z[ host-image] Dec 18 23:20:31.313 INFO O| Dec 18 23:20:31.313 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87702024-12-18T23:20:32.667Z[ host-image] Dec 18 23:20:31.321 INFO O| Dec 18 23:20:31.320 INFO STEP 4 (remove_files) COMPLETE
87712024-12-18T23:20:32.670Z[ host-image] Dec 18 23:20:31.321 INFO O| Dec 18 23:20:31.321 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-18T23:20:32.688Z[ host-image] Dec 18 23:20:31.341 INFO O| Dec 18 23:20:31.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87732024-12-18T23:20:32.694Z[ host-image] Dec 18 23:20:31.347 INFO O| Dec 18 23:20:31.347 INFO STEP 5 (remove_files) COMPLETE
87742024-12-18T23:20:32.696Z[ host-image] Dec 18 23:20:31.347 INFO O| Dec 18 23:20:31.347 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-18T23:20:32.731Z[ host-image] Dec 18 23:20:31.384 INFO O| Dec 18 23:20:31.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87762024-12-18T23:20:32.752Z[ host-image] Dec 18 23:20:31.405 INFO O| Dec 18 23:20:31.405 INFO STEP 6 (remove_files) COMPLETE
87772024-12-18T23:20:32.752Z[ host-image] Dec 18 23:20:31.406 INFO O| Dec 18 23:20:31.406 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-18T23:20:32.773Z[ host-image] Dec 18 23:20:31.426 INFO O| Dec 18 23:20:31.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87792024-12-18T23:20:32.800Z[ host-image] Dec 18 23:20:31.454 INFO O| Dec 18 23:20:31.453 INFO STEP 7 (remove_files) COMPLETE
87802024-12-18T23:20:32.800Z[ host-image] Dec 18 23:20:31.454 INFO O| Dec 18 23:20:31.454 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-18T23:20:32.835Z[ host-image] Dec 18 23:20:31.488 INFO O| Dec 18 23:20:31.488 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87822024-12-18T23:20:32.995Z[ host-image] Dec 18 23:20:31.647 INFO O| Dec 18 23:20:31.647 INFO STEP 8 (remove_files) COMPLETE
87832024-12-18T23:20:32.995Z[ host-image] Dec 18 23:20:31.647 INFO O| Dec 18 23:20:31.647 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-18T23:20:33.021Z[ host-image] Dec 18 23:20:31.674 INFO O| Dec 18 23:20:31.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87852024-12-18T23:20:33.200Z[ host-image] Dec 18 23:20:31.853 INFO O| Dec 18 23:20:31.853 INFO STEP 9 (remove_files) COMPLETE
87862024-12-18T23:20:33.200Z[ host-image] Dec 18 23:20:31.853 INFO O| Dec 18 23:20:31.853 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-12-18T23:20:33.219Z[ host-image] Dec 18 23:20:31.872 INFO O| Dec 18 23:20:31.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87882024-12-18T23:20:33.225Z[ host-image] Dec 18 23:20:31.879 INFO O| Dec 18 23:20:31.879 INFO STEP 10 (remove_files) COMPLETE
87892024-12-18T23:20:33.226Z[ host-image] Dec 18 23:20:31.879 INFO O| Dec 18 23:20:31.879 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-12-18T23:20:33.264Z[ host-image] Dec 18 23:20:31.917 INFO O| Dec 18 23:20:31.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87912024-12-18T23:20:33.267Z[ host-image] Dec 18 23:20:31.919 INFO O| Dec 18 23:20:31.919 INFO STEP 11 (remove_files) COMPLETE
87922024-12-18T23:20:33.267Z[ host-image] Dec 18 23:20:31.919 INFO O| Dec 18 23:20:31.919 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-12-18T23:20:33.285Z[ host-image] Dec 18 23:20:31.938 INFO O| Dec 18 23:20:31.938 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87942024-12-18T23:20:33.288Z[ host-image] Dec 18 23:20:31.941 INFO O| Dec 18 23:20:31.940 INFO STEP 12 (remove_files) COMPLETE
87952024-12-18T23:20:33.288Z[ host-image] Dec 18 23:20:31.941 INFO O| Dec 18 23:20:31.940 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-12-18T23:20:33.374Z[ host-image] Dec 18 23:20:32.027 INFO O| Dec 18 23:20:32.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87972024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.028 INFO O| Dec 18 23:20:32.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87982024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.028 INFO O| Dec 18 23:20:32.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87992024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88002024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88012024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88022024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88032024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.029 INFO O| Dec 18 23:20:32.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88042024-12-18T23:20:33.377Z[ host-image] Dec 18 23:20:32.030 INFO O| Dec 18 23:20:32.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88052024-12-18T23:20:33.378Z[ host-image] Dec 18 23:20:32.030 INFO O| Dec 18 23:20:32.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88062024-12-18T23:20:33.378Z[ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88072024-12-18T23:20:33.378Z[ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88082024-12-18T23:20:33.381Z[ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88092024-12-18T23:20:33.381Z[ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88102024-12-18T23:20:33.381Z[ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88112024-12-18T23:20:33.381Z[ host-image] Dec 18 23:20:32.031 INFO O| Dec 18 23:20:32.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88122024-12-18T23:20:33.381Z[ host-image] Dec 18 23:20:32.034 INFO O| Dec 18 23:20:32.034 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88132024-12-18T23:20:33.589Z[ host-image] Dec 18 23:20:32.243 INFO O| Dec 18 23:20:32.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88142024-12-18T23:20:33.593Z[ host-image] Dec 18 23:20:32.246 INFO O| Dec 18 23:20:32.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88152024-12-18T23:20:33.598Z[ host-image] Dec 18 23:20:32.251 INFO O| Dec 18 23:20:32.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88162024-12-18T23:20:33.635Z[ host-image] Dec 18 23:20:32.288 INFO O| Dec 18 23:20:32.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88172024-12-18T23:20:34.053Z[ host-image] Dec 18 23:20:32.706 INFO O| Dec 18 23:20:32.706 INFO STEP 13 (remove_files) COMPLETE
88182024-12-18T23:20:34.053Z[ host-image] Dec 18 23:20:32.706 INFO O| Dec 18 23:20:32.706 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88192024-12-18T23:20:34.100Z[ host-image] Dec 18 23:20:32.753 INFO O| Dec 18 23:20:32.753 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88202024-12-18T23:20:34.103Z[ host-image] Dec 18 23:20:32.756 INFO O| Dec 18 23:20:32.756 INFO STEP 14 (remove_files) COMPLETE
88212024-12-18T23:20:34.103Z[ host-image] Dec 18 23:20:32.756 INFO O| Dec 18 23:20:32.756 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-18T23:20:34.162Z[ host-image] Dec 18 23:20:32.815 INFO O| Dec 18 23:20:32.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88232024-12-18T23:20:34.173Z[ host-image] Dec 18 23:20:32.826 INFO O| Dec 18 23:20:32.826 INFO STEP 15 (remove_files) COMPLETE
88242024-12-18T23:20:34.173Z[ host-image] Dec 18 23:20:32.826 INFO O| Dec 18 23:20:32.826 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-18T23:20:34.212Z[ host-image] Dec 18 23:20:32.864 INFO O| Dec 18 23:20:32.864 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88262024-12-18T23:20:34.216Z[ host-image] Dec 18 23:20:32.864 INFO O| Dec 18 23:20:32.864 INFO STEP 16 (remove_files) COMPLETE
88272024-12-18T23:20:34.216Z[ host-image] Dec 18 23:20:32.865 INFO O| Dec 18 23:20:32.864 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-18T23:20:34.274Z[ host-image] Dec 18 23:20:32.927 INFO O| Dec 18 23:20:32.927 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88292024-12-18T23:20:34.278Z[ host-image] Dec 18 23:20:32.930 INFO O| Dec 18 23:20:32.930 INFO STEP 17 (remove_files) COMPLETE
88302024-12-18T23:20:34.278Z[ host-image] Dec 18 23:20:32.930 INFO O| Dec 18 23:20:32.930 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-18T23:20:34.294Z[ host-image] Dec 18 23:20:32.947 INFO O| Dec 18 23:20:32.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88322024-12-18T23:20:34.294Z[ host-image] Dec 18 23:20:32.947 INFO O| Dec 18 23:20:32.947 INFO STEP 18 (remove_files) COMPLETE
88332024-12-18T23:20:34.294Z[ host-image] Dec 18 23:20:32.947 INFO O| Dec 18 23:20:32.947 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-18T23:20:34.311Z[ host-image] Dec 18 23:20:32.964 INFO O| Dec 18 23:20:32.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88352024-12-18T23:20:34.311Z[ host-image] Dec 18 23:20:32.964 INFO O| Dec 18 23:20:32.964 INFO STEP 19 (remove_files) COMPLETE
88362024-12-18T23:20:34.314Z[ host-image] Dec 18 23:20:32.964 INFO O| Dec 18 23:20:32.964 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-18T23:20:34.329Z[ host-image] Dec 18 23:20:32.982 INFO O| Dec 18 23:20:32.982 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88382024-12-18T23:20:34.329Z[ host-image] Dec 18 23:20:32.982 INFO O| Dec 18 23:20:32.982 INFO STEP 20 (remove_files) COMPLETE
88392024-12-18T23:20:34.329Z[ host-image] Dec 18 23:20:32.982 INFO O| Dec 18 23:20:32.982 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-18T23:20:34.355Z[ host-image] Dec 18 23:20:33.008 INFO O| Dec 18 23:20:33.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88412024-12-18T23:20:34.358Z[ host-image] Dec 18 23:20:33.009 INFO O| Dec 18 23:20:33.008 INFO STEP 21 (remove_files) COMPLETE
88422024-12-18T23:20:34.358Z[ host-image] Dec 18 23:20:33.009 INFO O| Dec 18 23:20:33.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-18T23:20:34.375Z[ host-image] Dec 18 23:20:33.028 INFO O| Dec 18 23:20:33.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88442024-12-18T23:20:34.377Z[ host-image] Dec 18 23:20:33.028 INFO O| Dec 18 23:20:33.028 INFO STEP 22 (remove_files) COMPLETE
88452024-12-18T23:20:34.377Z[ host-image] Dec 18 23:20:33.028 INFO O| Dec 18 23:20:33.028 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-18T23:20:34.393Z[ host-image] Dec 18 23:20:33.046 INFO O| Dec 18 23:20:33.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88472024-12-18T23:20:34.395Z[ host-image] Dec 18 23:20:33.046 INFO O| Dec 18 23:20:33.046 INFO STEP 23 (remove_files) COMPLETE
88482024-12-18T23:20:34.395Z[ host-image] Dec 18 23:20:33.046 INFO O| Dec 18 23:20:33.046 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-18T23:20:34.424Z[ host-image] Dec 18 23:20:33.077 INFO O| Dec 18 23:20:33.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88502024-12-18T23:20:34.424Z[ host-image] Dec 18 23:20:33.077 INFO O| Dec 18 23:20:33.077 INFO STEP 24 (remove_files) COMPLETE
88512024-12-18T23:20:34.424Z[ host-image] Dec 18 23:20:33.077 INFO O| Dec 18 23:20:33.077 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-18T23:20:34.495Z[ host-image] Dec 18 23:20:33.148 INFO O| Dec 18 23:20:33.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88532024-12-18T23:20:34.495Z[ host-image] Dec 18 23:20:33.148 INFO O| Dec 18 23:20:33.148 INFO STEP 25 (remove_files) COMPLETE
88542024-12-18T23:20:34.498Z[ host-image] Dec 18 23:20:33.148 INFO O| Dec 18 23:20:33.148 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-18T23:20:34.551Z[ host-image] Dec 18 23:20:33.204 INFO O| Dec 18 23:20:33.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88562024-12-18T23:20:34.551Z[ host-image] Dec 18 23:20:33.204 INFO O| Dec 18 23:20:33.204 INFO STEP 26 (remove_files) COMPLETE
88572024-12-18T23:20:34.553Z[ host-image] Dec 18 23:20:33.204 INFO O| Dec 18 23:20:33.204 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-18T23:20:34.570Z[ host-image] Dec 18 23:20:33.223 INFO O| Dec 18 23:20:33.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88592024-12-18T23:20:34.570Z[ host-image] Dec 18 23:20:33.223 INFO O| Dec 18 23:20:33.223 INFO STEP 27 (remove_files) COMPLETE
88602024-12-18T23:20:34.570Z[ host-image] Dec 18 23:20:33.223 INFO O| Dec 18 23:20:33.223 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-18T23:20:34.588Z[ host-image] Dec 18 23:20:33.241 INFO O| Dec 18 23:20:33.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88622024-12-18T23:20:34.589Z[ host-image] Dec 18 23:20:33.241 INFO O| Dec 18 23:20:33.241 INFO STEP 28 (remove_files) COMPLETE
88632024-12-18T23:20:34.592Z[ host-image] Dec 18 23:20:33.242 INFO O| Dec 18 23:20:33.241 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-18T23:20:34.607Z[ host-image] Dec 18 23:20:33.260 INFO O| Dec 18 23:20:33.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88652024-12-18T23:20:34.607Z[ host-image] Dec 18 23:20:33.260 INFO O| Dec 18 23:20:33.260 INFO STEP 29 (remove_files) COMPLETE
88662024-12-18T23:20:34.607Z[ host-image] Dec 18 23:20:33.260 INFO O| Dec 18 23:20:33.260 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-18T23:20:34.625Z[ host-image] Dec 18 23:20:33.278 INFO O| Dec 18 23:20:33.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88682024-12-18T23:20:34.628Z[ host-image] Dec 18 23:20:33.278 INFO O| Dec 18 23:20:33.278 INFO STEP 30 (remove_files) COMPLETE
88692024-12-18T23:20:34.628Z[ host-image] Dec 18 23:20:33.278 INFO O| Dec 18 23:20:33.278 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-18T23:20:34.643Z[ host-image] Dec 18 23:20:33.297 INFO O| Dec 18 23:20:33.296 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88712024-12-18T23:20:34.643Z[ host-image] Dec 18 23:20:33.297 INFO O| Dec 18 23:20:33.297 INFO STEP 31 (remove_files) COMPLETE
88722024-12-18T23:20:34.643Z[ host-image] Dec 18 23:20:33.297 INFO O| Dec 18 23:20:33.297 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-18T23:20:34.662Z[ host-image] Dec 18 23:20:33.315 INFO O| Dec 18 23:20:33.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88742024-12-18T23:20:34.662Z[ host-image] Dec 18 23:20:33.315 INFO O| Dec 18 23:20:33.315 INFO STEP 32 (remove_files) COMPLETE
88752024-12-18T23:20:34.662Z[ host-image] Dec 18 23:20:33.315 INFO O| Dec 18 23:20:33.315 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-18T23:20:34.681Z[ host-image] Dec 18 23:20:33.334 INFO O| Dec 18 23:20:33.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88772024-12-18T23:20:34.681Z[ host-image] Dec 18 23:20:33.334 INFO O| Dec 18 23:20:33.334 INFO STEP 33 (remove_files) COMPLETE
88782024-12-18T23:20:34.681Z[ host-image] Dec 18 23:20:33.334 INFO O| Dec 18 23:20:33.334 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-18T23:20:34.701Z[ host-image] Dec 18 23:20:33.355 INFO O| Dec 18 23:20:33.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88802024-12-18T23:20:34.701Z[ host-image] Dec 18 23:20:33.355 INFO O| Dec 18 23:20:33.355 INFO STEP 34 (remove_files) COMPLETE
88812024-12-18T23:20:34.701Z[ host-image] Dec 18 23:20:33.355 INFO O| Dec 18 23:20:33.355 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-18T23:20:34.720Z[ host-image] Dec 18 23:20:33.373 INFO O| Dec 18 23:20:33.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88832024-12-18T23:20:34.720Z[ host-image] Dec 18 23:20:33.373 INFO O| Dec 18 23:20:33.373 INFO STEP 35 (remove_files) COMPLETE
88842024-12-18T23:20:34.723Z[ host-image] Dec 18 23:20:33.373 INFO O| Dec 18 23:20:33.373 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-18T23:20:34.745Z[ host-image] Dec 18 23:20:33.398 INFO O| Dec 18 23:20:33.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88862024-12-18T23:20:34.745Z[ host-image] Dec 18 23:20:33.398 INFO O| Dec 18 23:20:33.398 INFO STEP 36 (remove_files) COMPLETE
88872024-12-18T23:20:34.745Z[ host-image] Dec 18 23:20:33.398 INFO O| Dec 18 23:20:33.398 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-18T23:20:34.777Z[ host-image] Dec 18 23:20:33.430 INFO O| Dec 18 23:20:33.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88892024-12-18T23:20:34.777Z[ host-image] Dec 18 23:20:33.430 INFO O| Dec 18 23:20:33.430 INFO STEP 37 (remove_files) COMPLETE
88902024-12-18T23:20:34.777Z[ host-image] Dec 18 23:20:33.430 INFO O| Dec 18 23:20:33.430 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-18T23:20:34.798Z[ host-image] Dec 18 23:20:33.451 INFO O| Dec 18 23:20:33.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88922024-12-18T23:20:34.798Z[ host-image] Dec 18 23:20:33.451 INFO O| Dec 18 23:20:33.451 INFO STEP 38 (remove_files) COMPLETE
88932024-12-18T23:20:34.801Z[ host-image] Dec 18 23:20:33.451 INFO O| Dec 18 23:20:33.451 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-18T23:20:34.837Z[ host-image] Dec 18 23:20:33.489 INFO O| Dec 18 23:20:33.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88952024-12-18T23:20:34.837Z[ host-image] Dec 18 23:20:33.489 INFO O| Dec 18 23:20:33.489 INFO STEP 39 (remove_files) COMPLETE
88962024-12-18T23:20:34.837Z[ host-image] Dec 18 23:20:33.489 INFO O| Dec 18 23:20:33.489 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-18T23:20:34.856Z[ host-image] Dec 18 23:20:33.509 INFO O| Dec 18 23:20:33.509 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88982024-12-18T23:20:34.856Z[ host-image] Dec 18 23:20:33.509 INFO O| Dec 18 23:20:33.509 INFO STEP 40 (remove_files) COMPLETE
88992024-12-18T23:20:34.859Z[ host-image] Dec 18 23:20:33.509 INFO O| Dec 18 23:20:33.509 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-18T23:20:34.877Z[ host-image] Dec 18 23:20:33.531 INFO O| Dec 18 23:20:33.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89012024-12-18T23:20:34.877Z[ host-image] Dec 18 23:20:33.531 INFO O| Dec 18 23:20:33.531 INFO STEP 41 (remove_files) COMPLETE
89022024-12-18T23:20:34.880Z[ host-image] Dec 18 23:20:33.531 INFO O| Dec 18 23:20:33.531 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-18T23:20:34.897Z[ host-image] Dec 18 23:20:33.550 INFO O| Dec 18 23:20:33.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89042024-12-18T23:20:34.897Z[ host-image] Dec 18 23:20:33.550 INFO O| Dec 18 23:20:33.550 INFO STEP 42 (remove_files) COMPLETE
89052024-12-18T23:20:34.900Z[ host-image] Dec 18 23:20:33.550 INFO O| Dec 18 23:20:33.550 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-18T23:20:34.915Z[ host-image] Dec 18 23:20:33.568 INFO O| Dec 18 23:20:33.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89072024-12-18T23:20:34.915Z[ host-image] Dec 18 23:20:33.568 INFO O| Dec 18 23:20:33.568 INFO STEP 43 (remove_files) COMPLETE
89082024-12-18T23:20:34.915Z[ host-image] Dec 18 23:20:33.568 INFO O| Dec 18 23:20:33.568 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-18T23:20:34.934Z[ host-image] Dec 18 23:20:33.587 INFO O| Dec 18 23:20:33.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89102024-12-18T23:20:34.934Z[ host-image] Dec 18 23:20:33.587 INFO O| Dec 18 23:20:33.587 INFO STEP 44 (remove_files) COMPLETE
89112024-12-18T23:20:34.934Z[ host-image] Dec 18 23:20:33.587 INFO O| Dec 18 23:20:33.587 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-18T23:20:34.954Z[ host-image] Dec 18 23:20:33.606 INFO O| Dec 18 23:20:33.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89132024-12-18T23:20:34.954Z[ host-image] Dec 18 23:20:33.606 INFO O| Dec 18 23:20:33.606 INFO STEP 45 (remove_files) COMPLETE
89142024-12-18T23:20:34.957Z[ host-image] Dec 18 23:20:33.606 INFO O| Dec 18 23:20:33.606 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-18T23:20:34.972Z[ host-image] Dec 18 23:20:33.625 INFO O| Dec 18 23:20:33.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89162024-12-18T23:20:34.972Z[ host-image] Dec 18 23:20:33.625 INFO O| Dec 18 23:20:33.625 INFO STEP 46 (remove_files) COMPLETE
89172024-12-18T23:20:34.972Z[ host-image] Dec 18 23:20:33.625 INFO O| Dec 18 23:20:33.625 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-18T23:20:34.992Z[ host-image] Dec 18 23:20:33.645 INFO O| Dec 18 23:20:33.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89192024-12-18T23:20:34.992Z[ host-image] Dec 18 23:20:33.645 INFO O| Dec 18 23:20:33.645 INFO STEP 47 (remove_files) COMPLETE
89202024-12-18T23:20:34.994Z[ host-image] Dec 18 23:20:33.645 INFO O| Dec 18 23:20:33.645 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-18T23:20:35.020Z[ host-image] Dec 18 23:20:33.673 INFO O| Dec 18 23:20:33.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89222024-12-18T23:20:35.020Z[ host-image] Dec 18 23:20:33.673 INFO O| Dec 18 23:20:33.673 INFO STEP 48 (remove_files) COMPLETE
89232024-12-18T23:20:35.023Z[ host-image] Dec 18 23:20:33.673 INFO O| Dec 18 23:20:33.673 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-18T23:20:35.038Z[ host-image] Dec 18 23:20:33.690 INFO O| Dec 18 23:20:33.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89252024-12-18T23:20:35.038Z[ host-image] Dec 18 23:20:33.691 INFO O| Dec 18 23:20:33.691 INFO STEP 49 (remove_files) COMPLETE
89262024-12-18T23:20:35.038Z[ host-image] Dec 18 23:20:33.691 INFO O| Dec 18 23:20:33.691 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-18T23:20:35.064Z[ host-image] Dec 18 23:20:33.717 INFO O| Dec 18 23:20:33.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89282024-12-18T23:20:35.064Z[ host-image] Dec 18 23:20:33.717 INFO O| Dec 18 23:20:33.717 INFO STEP 50 (remove_files) COMPLETE
89292024-12-18T23:20:35.067Z[ host-image] Dec 18 23:20:33.718 INFO O| Dec 18 23:20:33.717 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-18T23:20:35.125Z[ host-image] Dec 18 23:20:33.778 INFO O| Dec 18 23:20:33.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89312024-12-18T23:20:35.125Z[ host-image] Dec 18 23:20:33.778 INFO O| Dec 18 23:20:33.778 INFO STEP 51 (remove_files) COMPLETE
89322024-12-18T23:20:35.125Z[ host-image] Dec 18 23:20:33.778 INFO O| Dec 18 23:20:33.778 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-18T23:20:35.145Z[ host-image] Dec 18 23:20:33.799 INFO O| Dec 18 23:20:33.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89342024-12-18T23:20:35.145Z[ host-image] Dec 18 23:20:33.799 INFO O| Dec 18 23:20:33.799 INFO STEP 52 (remove_files) COMPLETE
89352024-12-18T23:20:35.148Z[ host-image] Dec 18 23:20:33.799 INFO O| Dec 18 23:20:33.799 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-18T23:20:35.165Z[ host-image] Dec 18 23:20:33.818 INFO O| Dec 18 23:20:33.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89372024-12-18T23:20:35.165Z[ host-image] Dec 18 23:20:33.818 INFO O| Dec 18 23:20:33.818 INFO STEP 53 (remove_files) COMPLETE
89382024-12-18T23:20:35.168Z[ host-image] Dec 18 23:20:33.818 INFO O| Dec 18 23:20:33.818 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-18T23:20:35.185Z[ host-image] Dec 18 23:20:33.837 INFO O| Dec 18 23:20:33.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89402024-12-18T23:20:35.185Z[ host-image] Dec 18 23:20:33.837 INFO O| Dec 18 23:20:33.837 INFO STEP 54 (remove_files) COMPLETE
89412024-12-18T23:20:35.185Z[ host-image] Dec 18 23:20:33.838 INFO O| Dec 18 23:20:33.837 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-18T23:20:35.201Z[ host-image] Dec 18 23:20:33.854 INFO O| Dec 18 23:20:33.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89432024-12-18T23:20:35.201Z[ host-image] Dec 18 23:20:33.854 INFO O| Dec 18 23:20:33.853 INFO STEP 55 (remove_files) COMPLETE
89442024-12-18T23:20:35.203Z[ host-image] Dec 18 23:20:33.854 INFO O| Dec 18 23:20:33.853 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-18T23:20:35.217Z[ host-image] Dec 18 23:20:33.870 INFO O| Dec 18 23:20:33.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89462024-12-18T23:20:35.217Z[ host-image] Dec 18 23:20:33.870 INFO O| Dec 18 23:20:33.870 INFO STEP 56 (remove_files) COMPLETE
89472024-12-18T23:20:35.217Z[ host-image] Dec 18 23:20:33.870 INFO O| Dec 18 23:20:33.870 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-18T23:20:35.290Z[ host-image] Dec 18 23:20:33.943 INFO O| Dec 18 23:20:33.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89492024-12-18T23:20:35.290Z[ host-image] Dec 18 23:20:33.943 INFO O| Dec 18 23:20:33.943 INFO STEP 57 (remove_files) COMPLETE
89502024-12-18T23:20:35.290Z[ host-image] Dec 18 23:20:33.943 INFO O| Dec 18 23:20:33.943 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-18T23:20:35.342Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.995 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89522024-12-18T23:20:35.342Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89532024-12-18T23:20:35.342Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89542024-12-18T23:20:35.345Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89552024-12-18T23:20:35.346Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89562024-12-18T23:20:35.346Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89572024-12-18T23:20:35.346Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO ok!
89582024-12-18T23:20:35.347Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO STEP 58 (ensure_file) COMPLETE
89592024-12-18T23:20:35.347Z[ host-image] Dec 18 23:20:33.996 INFO O| Dec 18 23:20:33.996 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-18T23:20:35.375Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.028 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89612024-12-18T23:20:35.375Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89622024-12-18T23:20:35.378Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89632024-12-18T23:20:35.379Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89642024-12-18T23:20:35.379Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89652024-12-18T23:20:35.379Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89662024-12-18T23:20:35.379Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO ok!
89672024-12-18T23:20:35.379Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO STEP 59 (ensure_file) COMPLETE
89682024-12-18T23:20:35.379Z[ host-image] Dec 18 23:20:34.029 INFO O| Dec 18 23:20:34.029 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-18T23:20:35.397Z[ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89702024-12-18T23:20:35.397Z[ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89712024-12-18T23:20:35.397Z[ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89722024-12-18T23:20:35.402Z[ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO ok!
89732024-12-18T23:20:35.402Z[ host-image] Dec 18 23:20:34.050 INFO O| Dec 18 23:20:34.050 INFO STEP 60 (ensure_file) COMPLETE
89742024-12-18T23:20:35.402Z[ host-image] Dec 18 23:20:34.051 INFO O| Dec 18 23:20:34.051 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-18T23:20:35.418Z[ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89762024-12-18T23:20:35.418Z[ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89772024-12-18T23:20:35.421Z[ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89782024-12-18T23:20:35.421Z[ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO ok!
89792024-12-18T23:20:35.422Z[ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO STEP 61 (ensure_file) COMPLETE
89802024-12-18T23:20:35.422Z[ host-image] Dec 18 23:20:34.071 INFO O| Dec 18 23:20:34.071 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812024-12-18T23:20:35.438Z[ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89822024-12-18T23:20:35.438Z[ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89832024-12-18T23:20:35.438Z[ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89842024-12-18T23:20:35.438Z[ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89852024-12-18T23:20:35.438Z[ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO ok!
89862024-12-18T23:20:35.442Z[ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO STEP 62 (ensure_file) COMPLETE
89872024-12-18T23:20:35.442Z[ host-image] Dec 18 23:20:34.091 INFO O| Dec 18 23:20:34.091 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882024-12-18T23:20:35.481Z[ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89892024-12-18T23:20:35.481Z[ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89902024-12-18T23:20:35.481Z[ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89912024-12-18T23:20:35.484Z[ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89922024-12-18T23:20:35.484Z[ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO ok!
89932024-12-18T23:20:35.485Z[ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO STEP 63 (ensure_file) COMPLETE
89942024-12-18T23:20:35.485Z[ host-image] Dec 18 23:20:34.134 INFO O| Dec 18 23:20:34.134 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952024-12-18T23:20:35.502Z[ host-image] Dec 18 23:20:34.154 INFO O| Dec 18 23:20:34.154 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89962024-12-18T23:20:35.502Z[ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.154 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89972024-12-18T23:20:35.502Z[ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89982024-12-18T23:20:35.502Z[ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO ok!
89992024-12-18T23:20:35.502Z[ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO STEP 64 (assemble_files) COMPLETE
90002024-12-18T23:20:35.502Z[ host-image] Dec 18 23:20:34.155 INFO O| Dec 18 23:20:34.155 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012024-12-18T23:20:35.540Z[ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90022024-12-18T23:20:35.540Z[ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90032024-12-18T23:20:35.540Z[ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90042024-12-18T23:20:35.540Z[ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90052024-12-18T23:20:35.543Z[ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO ok!
90062024-12-18T23:20:35.543Z[ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO STEP 65 (ensure_file) COMPLETE
90072024-12-18T23:20:35.543Z[ host-image] Dec 18 23:20:34.193 INFO O| Dec 18 23:20:34.193 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082024-12-18T23:20:35.575Z[ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.227 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90092024-12-18T23:20:35.577Z[ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90102024-12-18T23:20:35.578Z[ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90112024-12-18T23:20:35.578Z[ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO STEP 66 (ensure_dir) COMPLETE
90122024-12-18T23:20:35.578Z[ host-image] Dec 18 23:20:34.228 INFO O| Dec 18 23:20:34.228 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-12-18T23:20:35.595Z[ host-image] Dec 18 23:20:34.248 INFO O| Dec 18 23:20:34.248 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90142024-12-18T23:20:35.595Z[ host-image] Dec 18 23:20:34.248 INFO O| Dec 18 23:20:34.248 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 ...
90152024-12-18T23:20:35.606Z[ host-image] Dec 18 23:20:34.259 INFO O| Dec 18 23:20:34.259 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
90162024-12-18T23:20:35.606Z[ host-image] Dec 18 23:20:34.259 INFO O| Dec 18 23:20:34.259 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90172024-12-18T23:20:35.609Z[ host-image] Dec 18 23:20:34.260 INFO O| Dec 18 23:20:34.259 INFO ok!
90182024-12-18T23:20:35.609Z[ host-image] Dec 18 23:20:34.260 INFO O| Dec 18 23:20:34.260 INFO STEP 67 (ensure_file) COMPLETE
90192024-12-18T23:20:35.609Z[ host-image] Dec 18 23:20:34.260 INFO O| Dec 18 23:20:34.260 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202024-12-18T23:20:35.629Z[ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90212024-12-18T23:20:35.629Z[ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 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 ...
90222024-12-18T23:20:35.634Z[ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 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
90232024-12-18T23:20:35.634Z[ host-image] Dec 18 23:20:34.280 INFO O| Dec 18 23:20:34.280 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90242024-12-18T23:20:35.634Z[ host-image] Dec 18 23:20:34.281 INFO O| Dec 18 23:20:34.281 INFO ok!
90252024-12-18T23:20:35.634Z[ host-image] Dec 18 23:20:34.281 INFO O| Dec 18 23:20:34.281 INFO STEP 68 (ensure_file) COMPLETE
90262024-12-18T23:20:35.634Z[ host-image] Dec 18 23:20:34.281 INFO O| Dec 18 23:20:34.281 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90272024-12-18T23:20:35.654Z[ host-image] Dec 18 23:20:34.307 INFO O| Dec 18 23:20:34.307 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90282024-12-18T23:20:35.654Z[ host-image] Dec 18 23:20:34.307 INFO O| Dec 18 23:20:34.307 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90292024-12-18T23:20:40.230Z[ host-image] Dec 18 23:20:38.881 INFO O| Dec 18 23:20:38.881 INFO STEP 69 (pack_tar) COMPLETE
90302024-12-18T23:20:40.230Z[ host-image] Dec 18 23:20:38.881 INFO O| Dec 18 23:20:38.881 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90312024-12-18T23:20:40.230Z[ host-image] Dec 18 23:20:38.881 INFO O| Dec 18 23:20:38.881 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90322024-12-18T23:20:40.897Z[ host-image] Dec 18 23:20:39.550 INFO O| Dec 18 23:20:39.550 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90332024-12-18T23:20:41.012Z[ host-image] Dec 18 23:20:39.664 INFO O| Dec 18 23:20:39.664 INFO completed processing gimlet/ramdisk-02-trim
90342024-12-18T23:20:41.015Z[ host-image] Dec 18 23:20:39.668 INFO image builder template: zfs...
90352024-12-18T23:20:41.018Z[ host-image] Dec 18 23:20:39.668 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/.tmpDJCDbN/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90362024-12-18T23:20:41.050Z[ host-image] Dec 18 23:20:39.703 INFO O| Dec 18 23:20:39.702 INFO skip include "stress" because feature "stress" is not enabled
90372024-12-18T23:20:41.138Z[ host-image] Dec 18 23:20:39.790 INFO O| Dec 18 23:20:39.790 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90382024-12-18T23:20:41.169Z[ host-image] Dec 18 23:20:39.822 INFO O| Dec 18 23:20:39.822 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90392024-12-18T23:20:41.300Z[ host-image] Dec 18 23:20:39.953 INFO O| Dec 18 23:20:39.953 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90402024-12-18T23:20:41.422Z[ host-image] Dec 18 23:20:40.074 INFO O| Dec 18 23:20:40.074 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90412024-12-18T23:20:41.422Z[ host-image] Dec 18 23:20:40.074 INFO O| Dec 18 23:20:40.074 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90422024-12-18T23:20:41.465Z[ host-image] Dec 18 23:20:40.118 INFO O| Dec 18 23:20:40.118 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90432024-12-18T23:20:41.601Z[ host-image] Dec 18 23:20:40.254 INFO O| Dec 18 23:20:40.254 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90442024-12-18T23:20:41.683Z[ host-image] Dec 18 23:20:40.336 INFO O| Dec 18 23:20:40.336 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90452024-12-18T23:20:41.721Z[ host-image] Dec 18 23:20:40.374 INFO O| Dec 18 23:20:40.374 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90462024-12-18T23:20:41.744Z[ host-image] Dec 18 23:20:40.397 INFO O| Dec 18 23:20:40.397 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90472024-12-18T23:20:41.745Z[ host-image] Dec 18 23:20:40.397 INFO O| Dec 18 23:20:40.397 INFO no lofi found
90482024-12-18T23:20:41.747Z[ host-image] Dec 18 23:20:40.398 INFO O| Dec 18 23:20:40.398 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90492024-12-18T23:20:41.747Z[ host-image] Dec 18 23:20:40.398 INFO O| Dec 18 23:20:40.398 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90502024-12-18T23:20:43.359Z[ host-image] Dec 18 23:20:42.012 INFO O| Dec 18 23:20:42.012 INFO lofi device = /dev/dsk/c2t1d0p0
90512024-12-18T23:20:43.359Z[ host-image] Dec 18 23:20:42.012 INFO O| Dec 18 23:20:42.012 INFO pool device = /dev/dsk/c2t1d0p0
90522024-12-18T23:20:43.362Z[ host-image] Dec 18 23:20:42.012 INFO O| Dec 18 23:20:42.012 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"]
90532024-12-18T23:20:43.570Z[ host-image] Dec 18 23:20:42.223 INFO O| Dec 18 23:20:42.223 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-12-18T23:20:43.570Z[ host-image] Dec 18 23:20:42.223 INFO O| Dec 18 23:20:42.223 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90552024-12-18T23:20:43.612Z[ host-image] Dec 18 23:20:42.265 INFO O| Dec 18 23:20:42.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90562024-12-18T23:20:43.759Z[ host-image] Dec 18 23:20:42.412 INFO O| Dec 18 23:20:42.412 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90572024-12-18T23:20:43.818Z[ host-image] Dec 18 23:20:42.470 INFO O| Dec 18 23:20:42.470 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90582024-12-18T23:20:43.846Z[ host-image] Dec 18 23:20:42.499 INFO O| Dec 18 23:20:42.498 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90592024-12-18T23:20:43.932Z[ host-image] Dec 18 23:20:42.584 INFO O| Dec 18 23:20:42.584 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90602024-12-18T23:20:44.084Z[ host-image] Dec 18 23:20:42.736 INFO O| Dec 18 23:20:42.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90612024-12-18T23:20:44.084Z[ host-image] Dec 18 23:20:42.736 INFO O| Dec 18 23:20:42.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90622024-12-18T23:20:44.084Z[ host-image] Dec 18 23:20:42.736 INFO O| Dec 18 23:20:42.736 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90632024-12-18T23:20:44.108Z[ host-image] Dec 18 23:20:42.761 INFO O| Dec 18 23:20:42.761 INFO boot environment UUID: 904572dd-cffa-4a23-bdb5-7ab1c6d6577b
90642024-12-18T23:20:44.109Z[ host-image] Dec 18 23:20:42.761 INFO O| Dec 18 23:20:42.761 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 904572dd-cffa-4a23-bdb5-7ab1c6d6577b
90652024-12-18T23:20:44.132Z[ host-image] Dec 18 23:20:42.785 INFO O| Dec 18 23:20:42.785 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90662024-12-18T23:20:44.159Z[ host-image] Dec 18 23:20:42.811 INFO O| Dec 18 23:20:42.811 INFO STEP 0 (create_be) COMPLETE
90672024-12-18T23:20:44.159Z[ host-image] Dec 18 23:20:42.811 INFO O| Dec 18 23:20:42.811 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90682024-12-18T23:20:44.235Z[ host-image] Dec 18 23:20:42.887 INFO O| Dec 18 23:20:42.887 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90692024-12-18T23:20:57.162Z[ recovery-image] Dec 18 23:20:55.814 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)
90702024-12-18T23:21:03.957Z[ recovery-image] Dec 18 23:21:02.499 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)
90712024-12-18T23:21:09.925Z[ host-image] Dec 18 23:21:08.577 INFO O| Dec 18 23:21:08.577 INFO STEP 1 (unpack_tar) COMPLETE
90722024-12-18T23:21:09.925Z[ host-image] Dec 18 23:21:08.577 INFO O| Dec 18 23:21:08.577 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90732024-12-18T23:21:09.945Z[ host-image] Dec 18 23:21:08.597 INFO O| Dec 18 23:21:08.597 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90742024-12-18T23:21:10.441Z[ host-image] Dec 18 23:21:09.093 INFO O| Dec 18 23:21:09.093 INFO STEP 2 (devfsadm) COMPLETE
90752024-12-18T23:21:10.441Z[ host-image] Dec 18 23:21:09.093 INFO O| Dec 18 23:21:09.093 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762024-12-18T23:21:10.461Z[ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90772024-12-18T23:21:10.461Z[ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90782024-12-18T23:21:10.464Z[ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO STEP 3 (ensure_dir) COMPLETE
90792024-12-18T23:21:10.464Z[ host-image] Dec 18 23:21:09.113 INFO O| Dec 18 23:21:09.113 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90802024-12-18T23:21:10.481Z[ host-image] Dec 18 23:21:09.133 INFO O| Dec 18 23:21:09.133 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90812024-12-18T23:21:10.481Z[ host-image] Dec 18 23:21:09.133 INFO O| Dec 18 23:21:09.133 INFO STEP 4 (ensure_dir) COMPLETE
90822024-12-18T23:21:10.484Z[ host-image] Dec 18 23:21:09.133 INFO O| Dec 18 23:21:09.133 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90832024-12-18T23:21:10.519Z[ host-image] Dec 18 23:21:09.170 INFO O| Dec 18 23:21:09.170 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90842024-12-18T23:21:10.520Z[ host-image] Dec 18 23:21:09.170 INFO O| Dec 18 23:21:09.170 INFO STEP 5 (ensure_dir) COMPLETE
90852024-12-18T23:21:10.523Z[ host-image] Dec 18 23:21:09.170 INFO O| Dec 18 23:21:09.170 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862024-12-18T23:21:10.578Z[ host-image] Dec 18 23:21:09.228 INFO O| Dec 18 23:21:09.228 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90872024-12-18T23:21:10.581Z[ host-image] Dec 18 23:21:09.229 INFO O| Dec 18 23:21:09.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90882024-12-18T23:21:10.581Z[ host-image] Dec 18 23:21:09.229 INFO O| Dec 18 23:21:09.229 INFO STEP 6 (ensure_dir) COMPLETE
90892024-12-18T23:21:10.581Z[ host-image] Dec 18 23:21:09.229 INFO O| Dec 18 23:21:09.229 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90902024-12-18T23:21:10.597Z[ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.248 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90912024-12-18T23:21:10.601Z[ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90922024-12-18T23:21:10.601Z[ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.249 INFO STEP 7 (ensure_dir) COMPLETE
90932024-12-18T23:21:10.601Z[ host-image] Dec 18 23:21:09.249 INFO O| Dec 18 23:21:09.249 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90942024-12-18T23:21:10.617Z[ host-image] Dec 18 23:21:09.268 INFO O| Dec 18 23:21:09.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90952024-12-18T23:21:10.620Z[ host-image] Dec 18 23:21:09.269 INFO O| Dec 18 23:21:09.269 INFO STEP 8 (remove_files) COMPLETE
90962024-12-18T23:21:10.620Z[ host-image] Dec 18 23:21:09.269 INFO O| Dec 18 23:21:09.269 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90972024-12-18T23:21:10.638Z[ host-image] Dec 18 23:21:09.289 INFO O| Dec 18 23:21:09.289 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90982024-12-18T23:21:10.640Z[ host-image] Dec 18 23:21:09.290 INFO O| Dec 18 23:21:09.290 INFO STEP 9 (remove_files) COMPLETE
90992024-12-18T23:21:10.640Z[ host-image] Dec 18 23:21:09.290 INFO O| Dec 18 23:21:09.290 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91002024-12-18T23:21:10.666Z[ host-image] Dec 18 23:21:09.317 INFO O| Dec 18 23:21:09.317 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91012024-12-18T23:21:10.669Z[ host-image] Dec 18 23:21:09.319 INFO O| Dec 18 23:21:09.319 INFO STEP 10 (remove_files) COMPLETE
91022024-12-18T23:21:10.669Z[ host-image] Dec 18 23:21:09.319 INFO O| Dec 18 23:21:09.319 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-18T23:21:10.688Z[ host-image] Dec 18 23:21:09.339 INFO O| Dec 18 23:21:09.339 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91042024-12-18T23:21:10.688Z[ host-image] Dec 18 23:21:09.339 INFO O| Dec 18 23:21:09.339 INFO STEP 11 (remove_files) COMPLETE
91052024-12-18T23:21:10.688Z[ host-image] Dec 18 23:21:09.339 INFO O| Dec 18 23:21:09.339 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-18T23:21:10.708Z[ host-image] Dec 18 23:21:09.359 INFO O| Dec 18 23:21:09.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91072024-12-18T23:21:10.708Z[ host-image] Dec 18 23:21:09.359 INFO O| Dec 18 23:21:09.359 INFO STEP 12 (remove_files) COMPLETE
91082024-12-18T23:21:10.711Z[ host-image] Dec 18 23:21:09.359 INFO O| Dec 18 23:21:09.359 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-18T23:21:10.743Z[ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91102024-12-18T23:21:10.743Z[ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91112024-12-18T23:21:10.743Z[ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO STEP 13 (ensure_dir) COMPLETE
91122024-12-18T23:21:10.746Z[ host-image] Dec 18 23:21:09.395 INFO O| Dec 18 23:21:09.395 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-18T23:21:10.803Z[ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91142024-12-18T23:21:10.803Z[ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91152024-12-18T23:21:10.805Z[ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91162024-12-18T23:21:10.805Z[ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO STEP 14 (ensure_dir) COMPLETE
91172024-12-18T23:21:10.806Z[ host-image] Dec 18 23:21:09.454 INFO O| Dec 18 23:21:09.454 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91182024-12-18T23:21:10.833Z[ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91192024-12-18T23:21:10.834Z[ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91202024-12-18T23:21:10.834Z[ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91212024-12-18T23:21:10.837Z[ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO STEP 15 (ensure_dir) COMPLETE
91222024-12-18T23:21:10.837Z[ host-image] Dec 18 23:21:09.485 INFO O| Dec 18 23:21:09.485 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91232024-12-18T23:21:10.896Z[ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91242024-12-18T23:21:10.896Z[ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91252024-12-18T23:21:10.898Z[ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO STEP 16 (ensure_dir) COMPLETE
91262024-12-18T23:21:10.898Z[ host-image] Dec 18 23:21:09.547 INFO O| Dec 18 23:21:09.547 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272024-12-18T23:21:10.917Z[ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91282024-12-18T23:21:10.917Z[ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91292024-12-18T23:21:10.920Z[ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO STEP 17 (ensure_dir) COMPLETE
91302024-12-18T23:21:10.920Z[ host-image] Dec 18 23:21:09.569 INFO O| Dec 18 23:21:09.569 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312024-12-18T23:21:10.939Z[ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91322024-12-18T23:21:10.939Z[ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91332024-12-18T23:21:10.939Z[ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO ok!
91342024-12-18T23:21:10.939Z[ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO STEP 18 (ensure_symlink) COMPLETE
91352024-12-18T23:21:10.939Z[ host-image] Dec 18 23:21:09.590 INFO O| Dec 18 23:21:09.590 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-18T23:21:10.957Z[ host-image] Dec 18 23:21:09.608 INFO O| Dec 18 23:21:09.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91372024-12-18T23:21:10.958Z[ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91382024-12-18T23:21:10.958Z[ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.608 INFO ok!
91392024-12-18T23:21:10.958Z[ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.608 INFO STEP 19 (ensure_file) COMPLETE
91402024-12-18T23:21:10.958Z[ host-image] Dec 18 23:21:09.609 INFO O| Dec 18 23:21:09.609 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91412024-12-18T23:21:10.976Z[ host-image] Dec 18 23:21:09.627 INFO O| Dec 18 23:21:09.627 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91422024-12-18T23:21:10.976Z[ host-image] Dec 18 23:21:09.627 INFO O| Dec 18 23:21:09.627 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91432024-12-18T23:21:10.979Z[ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91442024-12-18T23:21:10.979Z[ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO ok!
91452024-12-18T23:21:10.979Z[ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO STEP 20 (ensure_symlink) COMPLETE
91462024-12-18T23:21:10.979Z[ host-image] Dec 18 23:21:09.628 INFO O| Dec 18 23:21:09.628 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91472024-12-18T23:21:11.029Z[ host-image] Dec 18 23:21:09.680 INFO O| Dec 18 23:21:09.680 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91482024-12-18T23:21:11.029Z[ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.680 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91492024-12-18T23:21:11.029Z[ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91502024-12-18T23:21:11.033Z[ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO ok!
91512024-12-18T23:21:11.033Z[ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO STEP 21 (ensure_symlink) COMPLETE
91522024-12-18T23:21:11.034Z[ host-image] Dec 18 23:21:09.681 INFO O| Dec 18 23:21:09.681 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91532024-12-18T23:21:11.048Z[ host-image] Dec 18 23:21:09.699 INFO O| Dec 18 23:21:09.699 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91542024-12-18T23:21:11.048Z[ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.699 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91552024-12-18T23:21:11.051Z[ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91562024-12-18T23:21:11.053Z[ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO ok!
91572024-12-18T23:21:11.053Z[ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO STEP 22 (ensure_symlink) COMPLETE
91582024-12-18T23:21:11.053Z[ host-image] Dec 18 23:21:09.700 INFO O| Dec 18 23:21:09.700 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91592024-12-18T23:21:11.075Z[ host-image] Dec 18 23:21:09.726 INFO O| Dec 18 23:21:09.726 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91602024-12-18T23:21:11.075Z[ host-image] Dec 18 23:21:09.726 INFO O| Dec 18 23:21:09.726 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91612024-12-18T23:21:11.078Z[ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91622024-12-18T23:21:11.078Z[ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.727 INFO ok!
91632024-12-18T23:21:11.078Z[ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.727 INFO STEP 23 (ensure_symlink) COMPLETE
91642024-12-18T23:21:11.078Z[ host-image] Dec 18 23:21:09.727 INFO O| Dec 18 23:21:09.727 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91652024-12-18T23:21:11.113Z[ host-image] Dec 18 23:21:09.764 INFO O| Dec 18 23:21:09.764 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91662024-12-18T23:21:11.115Z[ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.764 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91672024-12-18T23:21:11.116Z[ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91682024-12-18T23:21:11.116Z[ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO ok!
91692024-12-18T23:21:11.116Z[ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO STEP 24 (ensure_file) COMPLETE
91702024-12-18T23:21:11.116Z[ host-image] Dec 18 23:21:09.765 INFO O| Dec 18 23:21:09.765 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91712024-12-18T23:21:11.135Z[ host-image] Dec 18 23:21:09.786 INFO O| Dec 18 23:21:09.786 INFO updating shadow file
91722024-12-18T23:21:11.138Z[ host-image] Dec 18 23:21:09.786 INFO O| Dec 18 23:21:09.786 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91732024-12-18T23:21:11.138Z[ host-image] Dec 18 23:21:09.787 INFO O| Dec 18 23:21:09.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91742024-12-18T23:21:11.138Z[ host-image] Dec 18 23:21:09.787 INFO O| Dec 18 23:21:09.787 INFO STEP 25 (shadow) COMPLETE
91752024-12-18T23:21:11.138Z[ host-image] Dec 18 23:21:09.787 INFO O| Dec 18 23:21:09.787 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91762024-12-18T23:21:11.167Z[ host-image] Dec 18 23:21:09.818 INFO O| Dec 18 23:21:09.818 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91772024-12-18T23:21:11.170Z[ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91782024-12-18T23:21:11.170Z[ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91792024-12-18T23:21:11.170Z[ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO ok!
91802024-12-18T23:21:11.170Z[ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO STEP 26 (ensure_file) COMPLETE
91812024-12-18T23:21:11.170Z[ host-image] Dec 18 23:21:09.819 INFO O| Dec 18 23:21:09.819 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91822024-12-18T23:21:11.188Z[ host-image] Dec 18 23:21:09.839 INFO O| Dec 18 23:21:09.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91832024-12-18T23:21:11.188Z[ host-image] Dec 18 23:21:09.839 INFO O| Dec 18 23:21:09.839 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91842024-12-18T23:21:11.191Z[ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91852024-12-18T23:21:11.191Z[ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO ok!
91862024-12-18T23:21:11.191Z[ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO STEP 27 (ensure_file) COMPLETE
91872024-12-18T23:21:11.191Z[ host-image] Dec 18 23:21:09.840 INFO O| Dec 18 23:21:09.840 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91882024-12-18T23:21:11.208Z[ host-image] Dec 18 23:21:09.859 INFO O| Dec 18 23:21:09.859 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91892024-12-18T23:21:11.210Z[ host-image] Dec 18 23:21:09.859 INFO O| Dec 18 23:21:09.859 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91902024-12-18T23:21:11.210Z[ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91912024-12-18T23:21:11.211Z[ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91922024-12-18T23:21:11.211Z[ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO ok!
91932024-12-18T23:21:11.211Z[ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO STEP 28 (ensure_file) COMPLETE
91942024-12-18T23:21:11.211Z[ host-image] Dec 18 23:21:09.860 INFO O| Dec 18 23:21:09.860 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-18T23:21:11.244Z[ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91962024-12-18T23:21:11.244Z[ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91972024-12-18T23:21:11.245Z[ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91982024-12-18T23:21:11.245Z[ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO ok!
91992024-12-18T23:21:11.247Z[ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO STEP 29 (ensure_file) COMPLETE
92002024-12-18T23:21:11.247Z[ host-image] Dec 18 23:21:09.896 INFO O| Dec 18 23:21:09.896 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92012024-12-18T23:21:11.267Z[ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92022024-12-18T23:21:11.267Z[ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92032024-12-18T23:21:11.267Z[ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92042024-12-18T23:21:11.270Z[ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO ok!
92052024-12-18T23:21:11.270Z[ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO STEP 30 (ensure_file) COMPLETE
92062024-12-18T23:21:11.270Z[ host-image] Dec 18 23:21:09.917 INFO O| Dec 18 23:21:09.917 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92072024-12-18T23:21:11.287Z[ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92082024-12-18T23:21:11.287Z[ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92092024-12-18T23:21:11.289Z[ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92102024-12-18T23:21:11.289Z[ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92112024-12-18T23:21:11.289Z[ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO ok!
92122024-12-18T23:21:11.289Z[ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO STEP 31 (ensure_file) COMPLETE
92132024-12-18T23:21:11.289Z[ host-image] Dec 18 23:21:09.938 INFO O| Dec 18 23:21:09.938 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-12-18T23:21:11.322Z[ host-image] Dec 18 23:21:09.973 INFO O| Dec 18 23:21:09.973 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92152024-12-18T23:21:11.322Z[ host-image] Dec 18 23:21:09.973 INFO O| Dec 18 23:21:09.973 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92162024-12-18T23:21:11.325Z[ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92172024-12-18T23:21:11.325Z[ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO ok!
92182024-12-18T23:21:11.325Z[ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO STEP 32 (ensure_file) COMPLETE
92192024-12-18T23:21:11.325Z[ host-image] Dec 18 23:21:09.974 INFO O| Dec 18 23:21:09.974 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-18T23:21:11.342Z[ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.993 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92212024-12-18T23:21:11.342Z[ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92222024-12-18T23:21:11.345Z[ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92232024-12-18T23:21:11.345Z[ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO ok!
92242024-12-18T23:21:11.345Z[ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO STEP 33 (ensure_file) COMPLETE
92252024-12-18T23:21:11.345Z[ host-image] Dec 18 23:21:09.994 INFO O| Dec 18 23:21:09.994 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92262024-12-18T23:21:11.363Z[ host-image] Dec 18 23:21:10.014 INFO O| Dec 18 23:21:10.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92272024-12-18T23:21:11.363Z[ host-image] Dec 18 23:21:10.014 INFO O| Dec 18 23:21:10.014 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92282024-12-18T23:21:11.365Z[ host-image] Dec 18 23:21:10.014 INFO O| Dec 18 23:21:10.014 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92292024-12-18T23:21:11.365Z[ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92302024-12-18T23:21:11.365Z[ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92312024-12-18T23:21:11.366Z[ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92322024-12-18T23:21:11.366Z[ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO ok!
92332024-12-18T23:21:11.366Z[ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO STEP 34 (ensure_file) COMPLETE
92342024-12-18T23:21:11.366Z[ host-image] Dec 18 23:21:10.015 INFO O| Dec 18 23:21:10.015 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92352024-12-18T23:21:11.384Z[ host-image] Dec 18 23:21:10.035 INFO O| Dec 18 23:21:10.035 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92362024-12-18T23:21:11.384Z[ host-image] Dec 18 23:21:10.035 INFO O| Dec 18 23:21:10.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92372024-12-18T23:21:11.387Z[ host-image] Dec 18 23:21:10.036 INFO O| Dec 18 23:21:10.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92382024-12-18T23:21:11.387Z[ host-image] Dec 18 23:21:10.036 INFO O| Dec 18 23:21:10.036 INFO STEP 35 (ensure_dir) COMPLETE
92392024-12-18T23:21:11.387Z[ host-image] Dec 18 23:21:10.036 INFO O| Dec 18 23:21:10.036 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92402024-12-18T23:21:11.424Z[ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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
92412024-12-18T23:21:11.424Z[ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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 ...
92422024-12-18T23:21:11.426Z[ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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
92432024-12-18T23:21:11.427Z[ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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
92442024-12-18T23:21:11.427Z[ host-image] Dec 18 23:21:10.075 INFO O| Dec 18 23:21:10.075 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
92452024-12-18T23:21:11.427Z[ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 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
92462024-12-18T23:21:11.428Z[ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 INFO ok!
92472024-12-18T23:21:11.428Z[ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 INFO STEP 36 (ensure_file) COMPLETE
92482024-12-18T23:21:11.428Z[ host-image] Dec 18 23:21:10.076 INFO O| Dec 18 23:21:10.076 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92492024-12-18T23:21:11.487Z[ host-image] Dec 18 23:21:10.138 INFO O| Dec 18 23:21:10.138 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92502024-12-18T23:21:11.487Z[ host-image] Dec 18 23:21:10.138 INFO O| Dec 18 23:21:10.138 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 ...
92512024-12-18T23:21:11.490Z[ host-image] Dec 18 23:21:10.138 INFO O| Dec 18 23:21:10.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92522024-12-18T23:21:11.490Z[ host-image] Dec 18 23:21:10.139 INFO O| Dec 18 23:21:10.138 INFO ok!
92532024-12-18T23:21:11.490Z[ host-image] Dec 18 23:21:10.139 INFO O| Dec 18 23:21:10.139 INFO STEP 37 (ensure_symlink) COMPLETE
92542024-12-18T23:21:11.490Z[ host-image] Dec 18 23:21:10.139 INFO O| Dec 18 23:21:10.139 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92552024-12-18T23:21:11.511Z[ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92562024-12-18T23:21:11.511Z[ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92572024-12-18T23:21:11.512Z[ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92582024-12-18T23:21:11.515Z[ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92592024-12-18T23:21:11.515Z[ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92602024-12-18T23:21:11.515Z[ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92612024-12-18T23:21:11.515Z[ host-image] Dec 18 23:21:10.162 INFO O| Dec 18 23:21:10.162 INFO ok!
92622024-12-18T23:21:11.515Z[ host-image] Dec 18 23:21:10.163 INFO O| Dec 18 23:21:10.163 INFO STEP 38 (ensure_file) COMPLETE
92632024-12-18T23:21:11.515Z[ host-image] Dec 18 23:21:10.163 INFO O| Dec 18 23:21:10.163 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92642024-12-18T23:21:11.533Z[ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92652024-12-18T23:21:11.535Z[ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 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 ...
92662024-12-18T23:21:11.535Z[ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 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
92672024-12-18T23:21:11.535Z[ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92682024-12-18T23:21:11.535Z[ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO ok!
92692024-12-18T23:21:11.535Z[ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO STEP 39 (ensure_file) COMPLETE
92702024-12-18T23:21:11.535Z[ host-image] Dec 18 23:21:10.184 INFO O| Dec 18 23:21:10.184 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92712024-12-18T23:21:11.554Z[ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92722024-12-18T23:21:11.554Z[ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92732024-12-18T23:21:11.557Z[ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92742024-12-18T23:21:11.557Z[ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO ok!
92752024-12-18T23:21:11.557Z[ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO STEP 40 (ensure_file) COMPLETE
92762024-12-18T23:21:11.557Z[ host-image] Dec 18 23:21:10.206 INFO O| Dec 18 23:21:10.206 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92772024-12-18T23:21:11.576Z[ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.227 INFO updating shadow file
92782024-12-18T23:21:11.576Z[ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92792024-12-18T23:21:11.579Z[ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.228 INFO STEP 41 (shadow) COMPLETE
92802024-12-18T23:21:11.579Z[ host-image] Dec 18 23:21:10.228 INFO O| Dec 18 23:21:10.228 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92812024-12-18T23:21:11.612Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92822024-12-18T23:21:11.612Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92832024-12-18T23:21:11.614Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92842024-12-18T23:21:11.614Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92852024-12-18T23:21:11.614Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO ok!
92862024-12-18T23:21:11.614Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO STEP 42 (ensure_file) COMPLETE
92872024-12-18T23:21:11.614Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92882024-12-18T23:21:11.614Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO skip step because feature "mfg" is not enabled
92892024-12-18T23:21:11.615Z[ host-image] Dec 18 23:21:10.263 INFO O| Dec 18 23:21:10.263 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-18T23:21:11.615Z[ host-image] Dec 18 23:21:10.264 INFO O| Dec 18 23:21:10.263 INFO skip step because feature "mfg" is not enabled
92912024-12-18T23:21:11.615Z[ host-image] Dec 18 23:21:10.264 INFO O| Dec 18 23:21:10.264 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92922024-12-18T23:21:11.634Z[ host-image] Dec 18 23:21:10.286 INFO O| Dec 18 23:21:10.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92932024-12-18T23:21:11.634Z[ host-image] Dec 18 23:21:10.286 INFO O| Dec 18 23:21:10.286 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92942024-12-18T23:21:12.498Z[ host-image] Dec 18 23:21:11.149 INFO O| Dec 18 23:21:11.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92952024-12-18T23:21:12.498Z[ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.149 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92962024-12-18T23:21:12.501Z[ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.149 INFO ok!
92972024-12-18T23:21:12.501Z[ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.149 INFO STEP 45 (ensure_file) COMPLETE
92982024-12-18T23:21:12.501Z[ host-image] Dec 18 23:21:11.150 INFO O| Dec 18 23:21:11.150 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92992024-12-18T23:21:12.520Z[ host-image] Dec 18 23:21:11.171 INFO O| Dec 18 23:21:11.171 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93002024-12-18T23:21:12.520Z[ host-image] Dec 18 23:21:11.171 INFO O| Dec 18 23:21:11.171 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93012024-12-18T23:21:12.523Z[ host-image] Dec 18 23:21:11.171 INFO O| Dec 18 23:21:11.171 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93022024-12-18T23:21:12.523Z[ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93032024-12-18T23:21:12.523Z[ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93042024-12-18T23:21:12.523Z[ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93052024-12-18T23:21:12.524Z[ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO ok!
93062024-12-18T23:21:12.524Z[ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO STEP 46 (ensure_file) COMPLETE
93072024-12-18T23:21:12.524Z[ host-image] Dec 18 23:21:11.172 INFO O| Dec 18 23:21:11.172 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93082024-12-18T23:21:12.550Z[ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93092024-12-18T23:21:12.550Z[ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 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 ...
93102024-12-18T23:21:12.553Z[ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 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
93112024-12-18T23:21:12.553Z[ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93122024-12-18T23:21:12.553Z[ host-image] Dec 18 23:21:11.201 INFO O| Dec 18 23:21:11.201 INFO ok!
93132024-12-18T23:21:12.553Z[ host-image] Dec 18 23:21:11.202 INFO O| Dec 18 23:21:11.201 INFO STEP 47 (ensure_file) COMPLETE
93142024-12-18T23:21:12.553Z[ host-image] Dec 18 23:21:11.202 INFO O| Dec 18 23:21:11.202 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93152024-12-18T23:21:12.589Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93162024-12-18T23:21:12.589Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93172024-12-18T23:21:12.589Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93182024-12-18T23:21:12.592Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93192024-12-18T23:21:12.592Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93202024-12-18T23:21:12.592Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93212024-12-18T23:21:12.592Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO ok!
93222024-12-18T23:21:12.592Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO STEP 48 (ensure_file) COMPLETE
93232024-12-18T23:21:12.592Z[ host-image] Dec 18 23:21:11.240 INFO O| Dec 18 23:21:11.240 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93242024-12-18T23:21:12.614Z[ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93252024-12-18T23:21:12.614Z[ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 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 ...
93262024-12-18T23:21:12.614Z[ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 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
93272024-12-18T23:21:12.614Z[ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93282024-12-18T23:21:12.617Z[ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO ok!
93292024-12-18T23:21:12.617Z[ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO STEP 49 (ensure_file) COMPLETE
93302024-12-18T23:21:12.617Z[ host-image] Dec 18 23:21:11.265 INFO O| Dec 18 23:21:11.265 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93312024-12-18T23:21:12.673Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93322024-12-18T23:21:12.673Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93332024-12-18T23:21:12.675Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93342024-12-18T23:21:12.676Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93352024-12-18T23:21:12.676Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93362024-12-18T23:21:12.676Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93372024-12-18T23:21:12.676Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO ok!
93382024-12-18T23:21:12.676Z[ host-image] Dec 18 23:21:11.324 INFO O| Dec 18 23:21:11.324 INFO STEP 50 (ensure_file) COMPLETE
93392024-12-18T23:21:12.676Z[ host-image] Dec 18 23:21:11.325 INFO O| Dec 18 23:21:11.324 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93402024-12-18T23:21:12.703Z[ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93412024-12-18T23:21:12.703Z[ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 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 ...
93422024-12-18T23:21:12.707Z[ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 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
93432024-12-18T23:21:12.707Z[ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93442024-12-18T23:21:12.707Z[ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO ok!
93452024-12-18T23:21:12.707Z[ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO STEP 51 (ensure_file) COMPLETE
93462024-12-18T23:21:12.707Z[ host-image] Dec 18 23:21:11.355 INFO O| Dec 18 23:21:11.355 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93472024-12-18T23:21:12.727Z[ host-image] Dec 18 23:21:11.378 INFO O| Dec 18 23:21:11.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93482024-12-18T23:21:12.727Z[ host-image] Dec 18 23:21:11.378 INFO O| Dec 18 23:21:11.378 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 ...
93492024-12-18T23:21:12.730Z[ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 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
93502024-12-18T23:21:12.730Z[ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93512024-12-18T23:21:12.730Z[ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO ok!
93522024-12-18T23:21:12.730Z[ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO STEP 52 (ensure_file) COMPLETE
93532024-12-18T23:21:12.730Z[ host-image] Dec 18 23:21:11.379 INFO O| Dec 18 23:21:11.379 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93542024-12-18T23:21:12.751Z[ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93552024-12-18T23:21:12.751Z[ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 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 ...
93562024-12-18T23:21:12.754Z[ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 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
93572024-12-18T23:21:12.754Z[ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93582024-12-18T23:21:12.754Z[ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO ok!
93592024-12-18T23:21:12.754Z[ host-image] Dec 18 23:21:11.401 INFO O| Dec 18 23:21:11.401 INFO STEP 53 (ensure_file) COMPLETE
93602024-12-18T23:21:12.754Z[ host-image] Dec 18 23:21:11.402 INFO O| Dec 18 23:21:11.402 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-12-18T23:21:12.772Z[ host-image] Dec 18 23:21:11.423 INFO O| Dec 18 23:21:11.423 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93622024-12-18T23:21:12.772Z[ host-image] Dec 18 23:21:11.423 INFO O| Dec 18 23:21:11.423 INFO STEP 54 (ensure_dir) COMPLETE
93632024-12-18T23:21:12.775Z[ host-image] Dec 18 23:21:11.423 INFO O| Dec 18 23:21:11.423 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-12-18T23:21:12.793Z[ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93652024-12-18T23:21:12.793Z[ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93662024-12-18T23:21:12.796Z[ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO STEP 55 (ensure_dir) COMPLETE
93672024-12-18T23:21:12.796Z[ host-image] Dec 18 23:21:11.444 INFO O| Dec 18 23:21:11.444 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-12-18T23:21:12.812Z[ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93692024-12-18T23:21:12.815Z[ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93702024-12-18T23:21:12.815Z[ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO STEP 56 (ensure_dir) COMPLETE
93712024-12-18T23:21:12.815Z[ host-image] Dec 18 23:21:11.464 INFO O| Dec 18 23:21:11.464 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-12-18T23:21:12.833Z[ host-image] Dec 18 23:21:11.484 INFO O| Dec 18 23:21:11.484 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93732024-12-18T23:21:12.833Z[ host-image] Dec 18 23:21:11.484 INFO O| Dec 18 23:21:11.484 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93742024-12-18T23:21:12.886Z[ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93752024-12-18T23:21:12.886Z[ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO ok!
93762024-12-18T23:21:12.889Z[ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO STEP 57 (ensure_file) COMPLETE
93772024-12-18T23:21:12.889Z[ host-image] Dec 18 23:21:11.537 INFO O| Dec 18 23:21:11.537 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-12-18T23:21:12.974Z[ host-image] Dec 18 23:21:11.625 INFO O| Dec 18 23:21:11.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93792024-12-18T23:21:12.974Z[ host-image] Dec 18 23:21:11.625 INFO O| Dec 18 23:21:11.625 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93802024-12-18T23:21:13.146Z[ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling bitflags v1.3.2
93812024-12-18T23:21:13.149Z[ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling plain v0.2.3
93822024-12-18T23:21:13.149Z[ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling bit_field v0.10.2
93832024-12-18T23:21:13.149Z[ recovery-image] Dec 18 23:21:11.797 INFO E| Compiling adler2 v2.0.0
93842024-12-18T23:21:13.149Z[ recovery-image] Dec 18 23:21:11.798 INFO E| Compiling scroll v0.12.0
93852024-12-18T23:21:13.149Z[ recovery-image] Dec 18 23:21:11.798 INFO E| Compiling log v0.4.22
93862024-12-18T23:21:13.152Z[ recovery-image] Dec 18 23:21:11.803 INFO E| Compiling static_assertions v1.1.0
93872024-12-18T23:21:13.399Z[ recovery-image] Dec 18 23:21:12.050 INFO E| Compiling raw-cpuid v10.7.0
93882024-12-18T23:21:13.529Z[ recovery-image] Dec 18 23:21:12.180 INFO E| Compiling cpio_reader v0.1.1
93892024-12-18T23:21:14.045Z[ recovery-image] Dec 18 23:21:12.696 INFO E| Compiling miniz_oxide v0.8.0
93902024-12-18T23:21:14.202Z[ recovery-image] Dec 18 23:21:12.853 INFO E| Compiling bitstruct v0.1.1
93912024-12-18T23:21:14.425Z[ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93922024-12-18T23:21:14.425Z[ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO ok!
93932024-12-18T23:21:14.429Z[ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO STEP 58 (ensure_file) COMPLETE
93942024-12-18T23:21:14.429Z[ host-image] Dec 18 23:21:13.076 INFO O| Dec 18 23:21:13.076 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-12-18T23:21:14.445Z[ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93962024-12-18T23:21:14.445Z[ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93972024-12-18T23:21:14.448Z[ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO STEP 59 (ensure_dir) COMPLETE
93982024-12-18T23:21:14.448Z[ host-image] Dec 18 23:21:13.096 INFO O| Dec 18 23:21:13.096 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-12-18T23:21:14.526Z[ host-image] Dec 18 23:21:13.177 INFO O| Dec 18 23:21:13.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94002024-12-18T23:21:14.526Z[ host-image] Dec 18 23:21:13.177 INFO O| Dec 18 23:21:13.177 INFO copying /tmp/.tmpDJCDbN/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 ...
94012024-12-18T23:21:14.526Z[ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94022024-12-18T23:21:14.526Z[ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.178 INFO ok!
94032024-12-18T23:21:14.529Z[ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.178 INFO STEP 60 (ensure_file) COMPLETE
94042024-12-18T23:21:14.529Z[ host-image] Dec 18 23:21:13.178 INFO O| Dec 18 23:21:13.178 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-12-18T23:21:14.604Z[ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94062024-12-18T23:21:14.604Z[ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO copying /tmp/.tmpDJCDbN/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 ...
94072024-12-18T23:21:14.608Z[ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94082024-12-18T23:21:14.608Z[ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO ok!
94092024-12-18T23:21:14.608Z[ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO STEP 61 (ensure_file) COMPLETE
94102024-12-18T23:21:14.608Z[ host-image] Dec 18 23:21:13.255 INFO O| Dec 18 23:21:13.255 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-12-18T23:21:14.647Z[ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94122024-12-18T23:21:14.648Z[ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94132024-12-18T23:21:14.648Z[ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO STEP 62 (ensure_dir) COMPLETE
94142024-12-18T23:21:14.648Z[ host-image] Dec 18 23:21:13.298 INFO O| Dec 18 23:21:13.298 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-12-18T23:21:14.710Z[ host-image] Dec 18 23:21:13.361 INFO O| Dec 18 23:21:13.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94162024-12-18T23:21:14.710Z[ host-image] Dec 18 23:21:13.361 INFO O| Dec 18 23:21:13.361 INFO copying /tmp/.tmpDJCDbN/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 ...
94172024-12-18T23:21:14.710Z[ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94182024-12-18T23:21:14.721Z[ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO ok!
94192024-12-18T23:21:14.721Z[ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO STEP 63 (ensure_file) COMPLETE
94202024-12-18T23:21:14.721Z[ host-image] Dec 18 23:21:13.362 INFO O| Dec 18 23:21:13.362 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-12-18T23:21:14.733Z[ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94222024-12-18T23:21:14.733Z[ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO copying /tmp/.tmpDJCDbN/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 ...
94232024-12-18T23:21:14.736Z[ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94242024-12-18T23:21:14.736Z[ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO ok!
94252024-12-18T23:21:14.736Z[ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO STEP 64 (ensure_file) COMPLETE
94262024-12-18T23:21:14.736Z[ host-image] Dec 18 23:21:13.382 INFO O| Dec 18 23:21:13.382 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-12-18T23:21:14.788Z[ recovery-image] Dec 18 23:21:13.439 INFO E| Compiling goblin v0.8.2
94282024-12-18T23:21:14.823Z[ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94292024-12-18T23:21:14.823Z[ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94302024-12-18T23:21:14.823Z[ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO STEP 65 (ensure_dir) COMPLETE
94312024-12-18T23:21:14.826Z[ host-image] Dec 18 23:21:13.474 INFO O| Dec 18 23:21:13.474 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-12-18T23:21:14.961Z[ host-image] Dec 18 23:21:13.612 INFO O| Dec 18 23:21:13.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94332024-12-18T23:21:14.961Z[ host-image] Dec 18 23:21:13.612 INFO O| Dec 18 23:21:13.612 INFO copying /tmp/.tmpDJCDbN/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 ...
94342024-12-18T23:21:14.964Z[ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94352024-12-18T23:21:14.965Z[ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.612 INFO ok!
94362024-12-18T23:21:14.965Z[ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.613 INFO STEP 66 (ensure_file) COMPLETE
94372024-12-18T23:21:14.965Z[ host-image] Dec 18 23:21:13.613 INFO O| Dec 18 23:21:13.613 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-18T23:21:15.036Z[ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94392024-12-18T23:21:15.036Z[ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94402024-12-18T23:21:15.036Z[ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94412024-12-18T23:21:15.036Z[ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO ok!
94422024-12-18T23:21:15.036Z[ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO STEP 67 (ensure_file) COMPLETE
94432024-12-18T23:21:15.036Z[ host-image] Dec 18 23:21:13.686 INFO O| Dec 18 23:21:13.686 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-12-18T23:21:15.077Z[ host-image] Dec 18 23:21:13.728 INFO O| Dec 18 23:21:13.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94452024-12-18T23:21:15.081Z[ host-image] Dec 18 23:21:13.729 INFO O| Dec 18 23:21:13.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94462024-12-18T23:21:15.081Z[ host-image] Dec 18 23:21:13.729 INFO O| Dec 18 23:21:13.729 INFO STEP 68 (ensure_dir) COMPLETE
94472024-12-18T23:21:15.081Z[ host-image] Dec 18 23:21:13.729 INFO O| Dec 18 23:21:13.729 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-12-18T23:21:15.119Z[ host-image] Dec 18 23:21:13.770 INFO O| Dec 18 23:21:13.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94492024-12-18T23:21:15.119Z[ host-image] Dec 18 23:21:13.770 INFO O| Dec 18 23:21:13.770 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94502024-12-18T23:21:16.567Z[ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94512024-12-18T23:21:16.567Z[ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO ok!
94522024-12-18T23:21:16.570Z[ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO STEP 69 (ensure_file) COMPLETE
94532024-12-18T23:21:16.570Z[ host-image] Dec 18 23:21:15.218 INFO O| Dec 18 23:21:15.218 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-18T23:21:16.585Z[ host-image] Dec 18 23:21:15.236 INFO O| Dec 18 23:21:15.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94552024-12-18T23:21:16.585Z[ host-image] Dec 18 23:21:15.236 INFO O| Dec 18 23:21:15.236 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94562024-12-18T23:21:18.629Z[ host-image] Dec 18 23:21:17.279 INFO O| Dec 18 23:21:17.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94572024-12-18T23:21:18.629Z[ host-image] Dec 18 23:21:17.280 INFO O| Dec 18 23:21:17.279 INFO ok!
94582024-12-18T23:21:18.631Z[ host-image] Dec 18 23:21:17.280 INFO O| Dec 18 23:21:17.279 INFO STEP 70 (ensure_file) COMPLETE
94592024-12-18T23:21:18.631Z[ host-image] Dec 18 23:21:17.280 INFO O| Dec 18 23:21:17.279 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-12-18T23:21:18.649Z[ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94612024-12-18T23:21:18.649Z[ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94622024-12-18T23:21:18.649Z[ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO STEP 71 (ensure_dir) COMPLETE
94632024-12-18T23:21:18.652Z[ host-image] Dec 18 23:21:17.300 INFO O| Dec 18 23:21:17.300 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-12-18T23:21:18.685Z[ host-image] Dec 18 23:21:17.336 INFO O| Dec 18 23:21:17.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94652024-12-18T23:21:18.685Z[ host-image] Dec 18 23:21:17.336 INFO O| Dec 18 23:21:17.336 INFO copying /tmp/.tmpDJCDbN/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 ...
94662024-12-18T23:21:18.688Z[ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94672024-12-18T23:21:18.688Z[ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO ok!
94682024-12-18T23:21:18.688Z[ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO STEP 72 (ensure_file) COMPLETE
94692024-12-18T23:21:18.688Z[ host-image] Dec 18 23:21:17.337 INFO O| Dec 18 23:21:17.337 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-12-18T23:21:18.739Z[ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94712024-12-18T23:21:18.739Z[ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO copying /tmp/.tmpDJCDbN/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 ...
94722024-12-18T23:21:18.739Z[ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94732024-12-18T23:21:18.741Z[ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO ok!
94742024-12-18T23:21:18.742Z[ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO STEP 73 (ensure_file) COMPLETE
94752024-12-18T23:21:18.742Z[ host-image] Dec 18 23:21:17.390 INFO O| Dec 18 23:21:17.390 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-12-18T23:21:18.801Z[ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94772024-12-18T23:21:18.801Z[ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94782024-12-18T23:21:18.804Z[ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94792024-12-18T23:21:18.804Z[ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO ok!
94802024-12-18T23:21:18.804Z[ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO STEP 74 (ensure_file) COMPLETE
94812024-12-18T23:21:18.804Z[ host-image] Dec 18 23:21:17.452 INFO O| Dec 18 23:21:17.452 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-18T23:21:18.883Z[ host-image] Dec 18 23:21:17.534 INFO O| Dec 18 23:21:17.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94832024-12-18T23:21:18.883Z[ host-image] Dec 18 23:21:17.534 INFO O| Dec 18 23:21:17.534 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94842024-12-18T23:21:18.886Z[ host-image] Dec 18 23:21:17.534 INFO O| Dec 18 23:21:17.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94852024-12-18T23:21:18.887Z[ host-image] Dec 18 23:21:17.535 INFO O| Dec 18 23:21:17.535 INFO ok!
94862024-12-18T23:21:18.887Z[ host-image] Dec 18 23:21:17.535 INFO O| Dec 18 23:21:17.535 INFO STEP 75 (ensure_file) COMPLETE
94872024-12-18T23:21:18.887Z[ host-image] Dec 18 23:21:17.535 INFO O| Dec 18 23:21:17.535 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-18T23:21:18.974Z[ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94892024-12-18T23:21:18.974Z[ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94902024-12-18T23:21:18.974Z[ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO STEP 76 (ensure_dir) COMPLETE
94912024-12-18T23:21:18.977Z[ host-image] Dec 18 23:21:17.625 INFO O| Dec 18 23:21:17.625 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-12-18T23:21:19.021Z[ host-image] Dec 18 23:21:17.672 INFO O| Dec 18 23:21:17.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94932024-12-18T23:21:19.021Z[ host-image] Dec 18 23:21:17.672 INFO O| Dec 18 23:21:17.672 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94942024-12-18T23:21:19.025Z[ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94952024-12-18T23:21:19.025Z[ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO ok!
94962024-12-18T23:21:19.026Z[ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO STEP 77 (ensure_file) COMPLETE
94972024-12-18T23:21:19.028Z[ host-image] Dec 18 23:21:17.676 INFO O| Dec 18 23:21:17.676 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-12-18T23:21:19.057Z[ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94992024-12-18T23:21:19.057Z[ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95002024-12-18T23:21:19.057Z[ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95012024-12-18T23:21:19.060Z[ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO ok!
95022024-12-18T23:21:19.060Z[ host-image] Dec 18 23:21:17.708 INFO O| Dec 18 23:21:17.708 INFO STEP 78 (ensure_file) COMPLETE
95032024-12-18T23:21:19.060Z[ host-image] Dec 18 23:21:17.709 INFO O| Dec 18 23:21:17.708 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-12-18T23:21:19.102Z[ host-image] Dec 18 23:21:17.753 INFO O| Dec 18 23:21:17.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95052024-12-18T23:21:19.102Z[ host-image] Dec 18 23:21:17.753 INFO O| Dec 18 23:21:17.753 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95062024-12-18T23:21:20.950Z[ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95072024-12-18T23:21:20.950Z[ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO ok!
95082024-12-18T23:21:20.953Z[ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO STEP 79 (ensure_file) COMPLETE
95092024-12-18T23:21:20.953Z[ host-image] Dec 18 23:21:19.601 INFO O| Dec 18 23:21:19.601 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-12-18T23:21:21.039Z[ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95112024-12-18T23:21:21.039Z[ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95122024-12-18T23:21:21.039Z[ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO STEP 80 (ensure_dir) COMPLETE
95132024-12-18T23:21:21.043Z[ host-image] Dec 18 23:21:19.690 INFO O| Dec 18 23:21:19.690 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-12-18T23:21:21.058Z[ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95152024-12-18T23:21:21.058Z[ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95162024-12-18T23:21:21.060Z[ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.709 INFO STEP 81 (ensure_dir) COMPLETE
95172024-12-18T23:21:21.061Z[ host-image] Dec 18 23:21:19.709 INFO O| Dec 18 23:21:19.709 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-18T23:21:21.091Z[ host-image] Dec 18 23:21:19.741 INFO O| Dec 18 23:21:19.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95192024-12-18T23:21:21.095Z[ host-image] Dec 18 23:21:19.742 INFO O| Dec 18 23:21:19.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95202024-12-18T23:21:21.096Z[ host-image] Dec 18 23:21:19.742 INFO O| Dec 18 23:21:19.742 INFO STEP 82 (ensure_dir) COMPLETE
95212024-12-18T23:21:21.096Z[ host-image] Dec 18 23:21:19.742 INFO O| Dec 18 23:21:19.742 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-18T23:21:21.143Z[ host-image] Dec 18 23:21:19.793 INFO O| Dec 18 23:21:19.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95232024-12-18T23:21:21.143Z[ host-image] Dec 18 23:21:19.794 INFO O| Dec 18 23:21:19.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95242024-12-18T23:21:21.143Z[ host-image] Dec 18 23:21:19.794 INFO O| Dec 18 23:21:19.794 INFO STEP 83 (ensure_dir) COMPLETE
95252024-12-18T23:21:21.145Z[ host-image] Dec 18 23:21:19.794 INFO O| Dec 18 23:21:19.794 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-12-18T23:21:21.172Z[ host-image] Dec 18 23:21:19.823 INFO O| Dec 18 23:21:19.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95272024-12-18T23:21:21.173Z[ host-image] Dec 18 23:21:19.823 INFO O| Dec 18 23:21:19.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95282024-12-18T23:21:21.175Z[ host-image] Dec 18 23:21:19.824 INFO O| Dec 18 23:21:19.824 INFO STEP 84 (ensure_dir) COMPLETE
95292024-12-18T23:21:21.175Z[ host-image] Dec 18 23:21:19.824 INFO O| Dec 18 23:21:19.824 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-18T23:21:21.280Z[ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95312024-12-18T23:21:21.280Z[ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO copying /tmp/.tmpDJCDbN/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 ...
95322024-12-18T23:21:21.285Z[ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95332024-12-18T23:21:21.285Z[ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO ok!
95342024-12-18T23:21:21.285Z[ host-image] Dec 18 23:21:19.931 INFO O| Dec 18 23:21:19.931 INFO STEP 85 (ensure_file) COMPLETE
95352024-12-18T23:21:21.285Z[ host-image] Dec 18 23:21:19.932 INFO O| Dec 18 23:21:19.931 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-18T23:21:21.358Z[ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95372024-12-18T23:21:21.361Z[ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95382024-12-18T23:21:21.361Z[ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO STEP 86 (ensure_dir) COMPLETE
95392024-12-18T23:21:21.361Z[ host-image] Dec 18 23:21:20.009 INFO O| Dec 18 23:21:20.009 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-12-18T23:21:21.464Z[ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95412024-12-18T23:21:21.464Z[ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95422024-12-18T23:21:21.467Z[ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95432024-12-18T23:21:21.467Z[ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO ok!
95442024-12-18T23:21:21.467Z[ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO STEP 87 (ensure_file) COMPLETE
95452024-12-18T23:21:21.467Z[ host-image] Dec 18 23:21:20.115 INFO O| Dec 18 23:21:20.115 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-12-18T23:21:21.555Z[ host-image] Dec 18 23:21:20.205 INFO O| Dec 18 23:21:20.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95472024-12-18T23:21:21.555Z[ host-image] Dec 18 23:21:20.205 INFO O| Dec 18 23:21:20.205 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95482024-12-18T23:21:22.037Z[ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95492024-12-18T23:21:22.038Z[ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO ok!
95502024-12-18T23:21:22.038Z[ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO STEP 88 (ensure_file) COMPLETE
95512024-12-18T23:21:22.038Z[ host-image] Dec 18 23:21:20.683 INFO O| Dec 18 23:21:20.683 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-12-18T23:21:22.052Z[ host-image] Dec 18 23:21:20.703 INFO O| Dec 18 23:21:20.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95532024-12-18T23:21:22.052Z[ host-image] Dec 18 23:21:20.703 INFO O| Dec 18 23:21:20.703 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95542024-12-18T23:21:22.829Z[ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95552024-12-18T23:21:22.829Z[ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO ok!
95562024-12-18T23:21:22.832Z[ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO STEP 89 (ensure_file) COMPLETE
95572024-12-18T23:21:22.832Z[ host-image] Dec 18 23:21:21.480 INFO O| Dec 18 23:21:21.480 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-18T23:21:22.884Z[ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95592024-12-18T23:21:22.885Z[ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95602024-12-18T23:21:22.887Z[ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95612024-12-18T23:21:22.888Z[ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO ok!
95622024-12-18T23:21:22.888Z[ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO STEP 90 (ensure_file) COMPLETE
95632024-12-18T23:21:22.888Z[ host-image] Dec 18 23:21:21.535 INFO O| Dec 18 23:21:21.535 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-18T23:21:23.020Z[ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95652024-12-18T23:21:23.020Z[ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95662024-12-18T23:21:23.020Z[ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO STEP 91 (ensure_dir) COMPLETE
95672024-12-18T23:21:23.023Z[ host-image] Dec 18 23:21:21.670 INFO O| Dec 18 23:21:21.670 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-12-18T23:21:23.056Z[ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95692024-12-18T23:21:23.056Z[ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO copying /tmp/.tmpDJCDbN/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 ...
95702024-12-18T23:21:23.056Z[ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95712024-12-18T23:21:23.059Z[ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO ok!
95722024-12-18T23:21:23.059Z[ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO STEP 92 (ensure_file) COMPLETE
95732024-12-18T23:21:23.059Z[ host-image] Dec 18 23:21:21.707 INFO O| Dec 18 23:21:21.707 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-12-18T23:21:23.094Z[ host-image] Dec 18 23:21:21.744 INFO O| Dec 18 23:21:21.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95752024-12-18T23:21:23.094Z[ host-image] Dec 18 23:21:21.744 INFO O| Dec 18 23:21:21.744 INFO copying /tmp/.tmpDJCDbN/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 ...
95762024-12-18T23:21:23.097Z[ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95772024-12-18T23:21:23.097Z[ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.745 INFO ok!
95782024-12-18T23:21:23.097Z[ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.745 INFO STEP 93 (ensure_file) COMPLETE
95792024-12-18T23:21:23.097Z[ host-image] Dec 18 23:21:21.745 INFO O| Dec 18 23:21:21.745 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-12-18T23:21:23.147Z[ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95812024-12-18T23:21:23.147Z[ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO copying /tmp/.tmpDJCDbN/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 ...
95822024-12-18T23:21:23.150Z[ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95832024-12-18T23:21:23.150Z[ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO ok!
95842024-12-18T23:21:23.150Z[ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO STEP 94 (ensure_file) COMPLETE
95852024-12-18T23:21:23.150Z[ host-image] Dec 18 23:21:21.797 INFO O| Dec 18 23:21:21.797 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-12-18T23:21:23.228Z[ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95872024-12-18T23:21:23.228Z[ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO copying /tmp/.tmpDJCDbN/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 ...
95882024-12-18T23:21:23.229Z[ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95892024-12-18T23:21:23.229Z[ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO ok!
95902024-12-18T23:21:23.232Z[ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO STEP 95 (ensure_file) COMPLETE
95912024-12-18T23:21:23.232Z[ host-image] Dec 18 23:21:21.879 INFO O| Dec 18 23:21:21.879 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-12-18T23:21:23.290Z[ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95932024-12-18T23:21:23.290Z[ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO copying /tmp/.tmpDJCDbN/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 ...
95942024-12-18T23:21:23.293Z[ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95952024-12-18T23:21:23.293Z[ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO ok!
95962024-12-18T23:21:23.293Z[ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO STEP 96 (ensure_file) COMPLETE
95972024-12-18T23:21:23.293Z[ host-image] Dec 18 23:21:21.941 INFO O| Dec 18 23:21:21.941 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-18T23:21:23.335Z[ host-image] Dec 18 23:21:21.986 INFO O| Dec 18 23:21:21.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95992024-12-18T23:21:23.335Z[ host-image] Dec 18 23:21:21.986 INFO O| Dec 18 23:21:21.986 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96002024-12-18T23:21:23.338Z[ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96012024-12-18T23:21:23.338Z[ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.987 INFO ok!
96022024-12-18T23:21:23.338Z[ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.987 INFO STEP 97 (ensure_file) COMPLETE
96032024-12-18T23:21:23.338Z[ host-image] Dec 18 23:21:21.987 INFO O| Dec 18 23:21:21.987 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-18T23:21:23.361Z[ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96052024-12-18T23:21:23.361Z[ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.011 INFO copying /tmp/.tmpDJCDbN/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 ...
96062024-12-18T23:21:23.364Z[ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96072024-12-18T23:21:23.364Z[ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO ok!
96082024-12-18T23:21:23.364Z[ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO STEP 98 (ensure_file) COMPLETE
96092024-12-18T23:21:23.364Z[ host-image] Dec 18 23:21:22.012 INFO O| Dec 18 23:21:22.012 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-18T23:21:23.401Z[ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96112024-12-18T23:21:23.401Z[ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO copying /tmp/.tmpDJCDbN/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 ...
96122024-12-18T23:21:23.405Z[ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96132024-12-18T23:21:23.405Z[ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO ok!
96142024-12-18T23:21:23.405Z[ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO STEP 99 (ensure_file) COMPLETE
96152024-12-18T23:21:23.405Z[ host-image] Dec 18 23:21:22.052 INFO O| Dec 18 23:21:22.052 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-18T23:21:23.435Z[ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96172024-12-18T23:21:23.435Z[ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.085 INFO copying /tmp/.tmpDJCDbN/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 ...
96182024-12-18T23:21:23.437Z[ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96192024-12-18T23:21:23.437Z[ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO ok!
96202024-12-18T23:21:23.437Z[ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO STEP 100 (ensure_file) COMPLETE
96212024-12-18T23:21:23.437Z[ host-image] Dec 18 23:21:22.086 INFO O| Dec 18 23:21:22.086 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-18T23:21:23.472Z[ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96232024-12-18T23:21:23.472Z[ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96242024-12-18T23:21:23.475Z[ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96252024-12-18T23:21:23.475Z[ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO ok!
96262024-12-18T23:21:23.475Z[ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO STEP 101 (ensure_file) COMPLETE
96272024-12-18T23:21:23.475Z[ host-image] Dec 18 23:21:22.123 INFO O| Dec 18 23:21:22.123 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282024-12-18T23:21:23.530Z[ host-image] Dec 18 23:21:22.181 INFO O| Dec 18 23:21:22.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96292024-12-18T23:21:23.530Z[ host-image] Dec 18 23:21:22.181 INFO O| Dec 18 23:21:22.181 INFO copying /tmp/.tmpDJCDbN/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 ...
96302024-12-18T23:21:23.534Z[ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96312024-12-18T23:21:23.534Z[ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.182 INFO ok!
96322024-12-18T23:21:23.534Z[ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.182 INFO STEP 102 (ensure_file) COMPLETE
96332024-12-18T23:21:23.534Z[ host-image] Dec 18 23:21:22.182 INFO O| Dec 18 23:21:22.182 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-18T23:21:23.598Z[ host-image] Dec 18 23:21:22.248 INFO O| Dec 18 23:21:22.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96352024-12-18T23:21:23.599Z[ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.248 INFO copying /tmp/.tmpDJCDbN/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 ...
96362024-12-18T23:21:23.601Z[ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96372024-12-18T23:21:23.601Z[ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO ok!
96382024-12-18T23:21:23.601Z[ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO STEP 103 (ensure_file) COMPLETE
96392024-12-18T23:21:23.601Z[ host-image] Dec 18 23:21:22.249 INFO O| Dec 18 23:21:22.249 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402024-12-18T23:21:23.621Z[ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96412024-12-18T23:21:23.621Z[ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO copying /tmp/.tmpDJCDbN/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 ...
96422024-12-18T23:21:23.621Z[ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96432024-12-18T23:21:23.624Z[ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO ok!
96442024-12-18T23:21:23.624Z[ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO STEP 104 (ensure_file) COMPLETE
96452024-12-18T23:21:23.624Z[ host-image] Dec 18 23:21:22.272 INFO O| Dec 18 23:21:22.272 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462024-12-18T23:21:23.643Z[ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96472024-12-18T23:21:23.643Z[ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO copying /tmp/.tmpDJCDbN/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 ...
96482024-12-18T23:21:23.644Z[ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96492024-12-18T23:21:23.646Z[ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO ok!
96502024-12-18T23:21:23.646Z[ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO STEP 105 (ensure_file) COMPLETE
96512024-12-18T23:21:23.646Z[ host-image] Dec 18 23:21:22.294 INFO O| Dec 18 23:21:22.294 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522024-12-18T23:21:23.683Z[ host-image] Dec 18 23:21:22.333 INFO O| Dec 18 23:21:22.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96532024-12-18T23:21:23.683Z[ host-image] Dec 18 23:21:22.333 INFO O| Dec 18 23:21:22.333 INFO copying /tmp/.tmpDJCDbN/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 ...
96542024-12-18T23:21:23.686Z[ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96552024-12-18T23:21:23.686Z[ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.334 INFO ok!
96562024-12-18T23:21:23.686Z[ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.334 INFO STEP 106 (ensure_file) COMPLETE
96572024-12-18T23:21:23.686Z[ host-image] Dec 18 23:21:22.334 INFO O| Dec 18 23:21:22.334 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582024-12-18T23:21:23.756Z[ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96592024-12-18T23:21:23.757Z[ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO copying /tmp/.tmpDJCDbN/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 ...
96602024-12-18T23:21:23.757Z[ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96612024-12-18T23:21:23.759Z[ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO ok!
96622024-12-18T23:21:23.760Z[ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO STEP 107 (ensure_file) COMPLETE
96632024-12-18T23:21:23.760Z[ host-image] Dec 18 23:21:22.407 INFO O| Dec 18 23:21:22.407 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642024-12-18T23:21:23.821Z[ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96652024-12-18T23:21:23.821Z[ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO copying /tmp/.tmpDJCDbN/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 ...
96662024-12-18T23:21:23.821Z[ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96672024-12-18T23:21:23.824Z[ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO ok!
96682024-12-18T23:21:23.824Z[ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO STEP 108 (ensure_file) COMPLETE
96692024-12-18T23:21:23.824Z[ host-image] Dec 18 23:21:22.472 INFO O| Dec 18 23:21:22.472 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702024-12-18T23:21:23.841Z[ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96712024-12-18T23:21:23.841Z[ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO copying /tmp/.tmpDJCDbN/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 ...
96722024-12-18T23:21:23.841Z[ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96732024-12-18T23:21:23.844Z[ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO ok!
96742024-12-18T23:21:23.844Z[ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO STEP 109 (ensure_file) COMPLETE
96752024-12-18T23:21:23.844Z[ host-image] Dec 18 23:21:22.492 INFO O| Dec 18 23:21:22.492 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762024-12-18T23:21:23.861Z[ host-image] Dec 18 23:21:22.511 INFO O| Dec 18 23:21:22.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96772024-12-18T23:21:23.861Z[ host-image] Dec 18 23:21:22.511 INFO O| Dec 18 23:21:22.511 INFO copying /tmp/.tmpDJCDbN/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 ...
96782024-12-18T23:21:23.861Z[ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96792024-12-18T23:21:23.861Z[ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.511 INFO ok!
96802024-12-18T23:21:23.863Z[ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.512 INFO STEP 110 (ensure_file) COMPLETE
96812024-12-18T23:21:23.863Z[ host-image] Dec 18 23:21:22.512 INFO O| Dec 18 23:21:22.512 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96822024-12-18T23:21:23.896Z[ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96832024-12-18T23:21:23.897Z[ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO copying /tmp/.tmpDJCDbN/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 ...
96842024-12-18T23:21:23.897Z[ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96852024-12-18T23:21:23.899Z[ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO ok!
96862024-12-18T23:21:23.899Z[ host-image] Dec 18 23:21:22.547 INFO O| Dec 18 23:21:22.547 INFO STEP 111 (ensure_file) COMPLETE
96872024-12-18T23:21:23.899Z[ host-image] Dec 18 23:21:22.548 INFO O| Dec 18 23:21:22.547 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882024-12-18T23:21:23.933Z[ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96892024-12-18T23:21:23.933Z[ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO copying /tmp/.tmpDJCDbN/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 ...
96902024-12-18T23:21:23.933Z[ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96912024-12-18T23:21:23.933Z[ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO ok!
96922024-12-18T23:21:23.936Z[ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO STEP 112 (ensure_file) COMPLETE
96932024-12-18T23:21:23.937Z[ host-image] Dec 18 23:21:22.584 INFO O| Dec 18 23:21:22.584 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942024-12-18T23:21:23.995Z[ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96952024-12-18T23:21:23.995Z[ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO copying /tmp/.tmpDJCDbN/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 ...
96962024-12-18T23:21:23.998Z[ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96972024-12-18T23:21:23.998Z[ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO ok!
96982024-12-18T23:21:23.998Z[ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO STEP 113 (ensure_file) COMPLETE
96992024-12-18T23:21:23.998Z[ host-image] Dec 18 23:21:22.646 INFO O| Dec 18 23:21:22.646 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002024-12-18T23:21:24.034Z[ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97012024-12-18T23:21:24.034Z[ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO copying /tmp/.tmpDJCDbN/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 ...
97022024-12-18T23:21:24.034Z[ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97032024-12-18T23:21:24.035Z[ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO ok!
97042024-12-18T23:21:24.038Z[ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO STEP 114 (ensure_file) COMPLETE
97052024-12-18T23:21:24.038Z[ host-image] Dec 18 23:21:22.685 INFO O| Dec 18 23:21:22.685 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062024-12-18T23:21:24.053Z[ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97072024-12-18T23:21:24.053Z[ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO copying /tmp/.tmpDJCDbN/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 ...
97082024-12-18T23:21:24.056Z[ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97092024-12-18T23:21:24.056Z[ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO ok!
97102024-12-18T23:21:24.056Z[ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO STEP 115 (ensure_file) COMPLETE
97112024-12-18T23:21:24.056Z[ host-image] Dec 18 23:21:22.704 INFO O| Dec 18 23:21:22.704 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97122024-12-18T23:21:24.085Z[ host-image] Dec 18 23:21:22.735 INFO O| Dec 18 23:21:22.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97132024-12-18T23:21:24.085Z[ host-image] Dec 18 23:21:22.735 INFO O| Dec 18 23:21:22.735 INFO copying /tmp/.tmpDJCDbN/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 ...
97142024-12-18T23:21:24.085Z[ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97152024-12-18T23:21:24.087Z[ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO ok!
97162024-12-18T23:21:24.087Z[ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO STEP 116 (ensure_file) COMPLETE
97172024-12-18T23:21:24.087Z[ host-image] Dec 18 23:21:22.736 INFO O| Dec 18 23:21:22.736 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97182024-12-18T23:21:24.150Z[ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97192024-12-18T23:21:24.150Z[ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO copying /tmp/.tmpDJCDbN/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 ...
97202024-12-18T23:21:24.150Z[ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97212024-12-18T23:21:24.154Z[ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO ok!
97222024-12-18T23:21:24.155Z[ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO STEP 117 (ensure_file) COMPLETE
97232024-12-18T23:21:24.155Z[ host-image] Dec 18 23:21:22.801 INFO O| Dec 18 23:21:22.801 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97242024-12-18T23:21:24.171Z[ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97252024-12-18T23:21:24.172Z[ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97262024-12-18T23:21:24.175Z[ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97272024-12-18T23:21:24.175Z[ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO ok!
97282024-12-18T23:21:24.175Z[ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO STEP 118 (ensure_file) COMPLETE
97292024-12-18T23:21:24.175Z[ host-image] Dec 18 23:21:22.822 INFO O| Dec 18 23:21:22.822 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97302024-12-18T23:21:24.203Z[ host-image] Dec 18 23:21:22.853 INFO O| Dec 18 23:21:22.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97312024-12-18T23:21:24.203Z[ host-image] Dec 18 23:21:22.853 INFO O| Dec 18 23:21:22.853 INFO copying /tmp/.tmpDJCDbN/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 ...
97322024-12-18T23:21:24.203Z[ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97332024-12-18T23:21:24.206Z[ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO ok!
97342024-12-18T23:21:24.206Z[ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO STEP 119 (ensure_file) COMPLETE
97352024-12-18T23:21:24.206Z[ host-image] Dec 18 23:21:22.854 INFO O| Dec 18 23:21:22.854 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97362024-12-18T23:21:24.235Z[ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97372024-12-18T23:21:24.235Z[ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97382024-12-18T23:21:24.238Z[ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97392024-12-18T23:21:24.238Z[ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO ok!
97402024-12-18T23:21:24.238Z[ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO STEP 120 (ensure_file) COMPLETE
97412024-12-18T23:21:24.238Z[ host-image] Dec 18 23:21:22.886 INFO O| Dec 18 23:21:22.886 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97422024-12-18T23:21:24.255Z[ host-image] Dec 18 23:21:22.905 INFO O| Dec 18 23:21:22.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97432024-12-18T23:21:24.255Z[ host-image] Dec 18 23:21:22.905 INFO O| Dec 18 23:21:22.905 INFO copying /tmp/.tmpDJCDbN/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97442024-12-18T23:21:32.037Z[ recovery-image] Dec 18 23:21:30.687 INFO E| Finished `release` profile [optimized] target(s) in 1m 22s
97452024-12-18T23:21:32.072Z[ recovery-image] Dec 18 23:21:30.722 INFO building host image...
97462024-12-18T23:21:32.075Z[ recovery-image] Dec 18 23:21:30.723 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")
97472024-12-18T23:21:33.461Z[ recovery-image] Dec 18 23:21:32.110 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
97482024-12-18T23:21:36.111Z[ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97492024-12-18T23:21:36.111Z[ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO ok!
97502024-12-18T23:21:36.114Z[ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO STEP 121 (ensure_file) COMPLETE
97512024-12-18T23:21:36.114Z[ host-image] Dec 18 23:21:34.761 INFO O| Dec 18 23:21:34.761 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-18T23:21:36.129Z[ host-image] Dec 18 23:21:34.779 INFO O| Dec 18 23:21:34.779 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97532024-12-18T23:21:36.130Z[ host-image] Dec 18 23:21:34.779 INFO O| Dec 18 23:21:34.779 INFO STEP 122 (ensure_dir) COMPLETE
97542024-12-18T23:21:36.132Z[ host-image] Dec 18 23:21:34.779 INFO O| Dec 18 23:21:34.779 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-18T23:21:36.146Z[ host-image] Dec 18 23:21:34.796 INFO O| Dec 18 23:21:34.796 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97562024-12-18T23:21:36.146Z[ host-image] Dec 18 23:21:34.796 INFO O| Dec 18 23:21:34.796 INFO STEP 123 (ensure_dir) COMPLETE
97572024-12-18T23:21:36.149Z[ host-image] Dec 18 23:21:34.796 INFO O| Dec 18 23:21:34.796 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-18T23:21:36.188Z[ host-image] Dec 18 23:21:34.838 INFO O| Dec 18 23:21:34.838 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97592024-12-18T23:21:36.188Z[ host-image] Dec 18 23:21:34.838 INFO O| Dec 18 23:21:34.838 INFO STEP 124 (ensure_dir) COMPLETE
97602024-12-18T23:21:36.188Z[ host-image] Dec 18 23:21:34.838 INFO O| Dec 18 23:21:34.838 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-18T23:21:36.279Z[ host-image] Dec 18 23:21:34.929 INFO O| Dec 18 23:21:34.929 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97622024-12-18T23:21:36.279Z[ host-image] Dec 18 23:21:34.929 INFO O| Dec 18 23:21:34.929 INFO STEP 125 (ensure_dir) COMPLETE
97632024-12-18T23:21:36.281Z[ host-image] Dec 18 23:21:34.929 INFO O| Dec 18 23:21:34.929 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642024-12-18T23:21:36.308Z[ host-image] Dec 18 23:21:34.958 INFO O| Dec 18 23:21:34.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97652024-12-18T23:21:36.308Z[ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.958 INFO copying /tmp/.tmpDJCDbN/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 ...
97662024-12-18T23:21:36.311Z[ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97672024-12-18T23:21:36.311Z[ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO ok!
97682024-12-18T23:21:36.311Z[ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO STEP 126 (ensure_file) COMPLETE
97692024-12-18T23:21:36.311Z[ host-image] Dec 18 23:21:34.959 INFO O| Dec 18 23:21:34.959 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702024-12-18T23:21:36.330Z[ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97712024-12-18T23:21:36.330Z[ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97722024-12-18T23:21:36.334Z[ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97732024-12-18T23:21:36.335Z[ host-image] Dec 18 23:21:34.980 INFO O| Dec 18 23:21:34.980 INFO STEP 127 (ensure_dir) COMPLETE
97742024-12-18T23:21:36.335Z[ host-image] Dec 18 23:21:34.981 INFO O| Dec 18 23:21:34.981 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-18T23:21:36.350Z[ host-image] Dec 18 23:21:35.000 INFO O| Dec 18 23:21:35.000 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97762024-12-18T23:21:36.350Z[ host-image] Dec 18 23:21:35.000 INFO O| Dec 18 23:21:35.000 INFO copying /tmp/.tmpDJCDbN/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97772024-12-18T23:21:36.353Z[ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97782024-12-18T23:21:36.353Z[ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO ok!
97792024-12-18T23:21:36.353Z[ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO STEP 128 (ensure_file) COMPLETE
97802024-12-18T23:21:36.353Z[ host-image] Dec 18 23:21:35.001 INFO O| Dec 18 23:21:35.001 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-18T23:21:36.384Z[ host-image] Dec 18 23:21:35.034 INFO O| Dec 18 23:21:35.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97822024-12-18T23:21:36.387Z[ host-image] Dec 18 23:21:35.035 INFO O| Dec 18 23:21:35.035 INFO STEP 129 (remove_files) COMPLETE
97832024-12-18T23:21:36.387Z[ host-image] Dec 18 23:21:35.035 INFO O| Dec 18 23:21:35.035 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-18T23:21:36.404Z[ host-image] Dec 18 23:21:35.054 INFO O| Dec 18 23:21:35.054 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97852024-12-18T23:21:36.404Z[ host-image] Dec 18 23:21:35.054 INFO O| Dec 18 23:21:35.054 INFO STEP 130 (remove_files) COMPLETE
97862024-12-18T23:21:36.404Z[ host-image] Dec 18 23:21:35.054 INFO O| Dec 18 23:21:35.054 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-18T23:21:36.452Z[ host-image] Dec 18 23:21:35.102 INFO O| Dec 18 23:21:35.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97882024-12-18T23:21:36.456Z[ host-image] Dec 18 23:21:35.102 INFO O| Dec 18 23:21:35.102 INFO STEP 131 (remove_files) COMPLETE
97892024-12-18T23:21:36.456Z[ host-image] Dec 18 23:21:35.103 INFO O| Dec 18 23:21:35.102 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-18T23:21:36.473Z[ host-image] Dec 18 23:21:35.123 INFO O| Dec 18 23:21:35.123 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97912024-12-18T23:21:36.476Z[ host-image] Dec 18 23:21:35.123 INFO O| Dec 18 23:21:35.123 INFO STEP 132 (remove_files) COMPLETE
97922024-12-18T23:21:36.476Z[ host-image] Dec 18 23:21:35.123 INFO O| Dec 18 23:21:35.123 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-18T23:21:36.492Z[ host-image] Dec 18 23:21:35.143 INFO O| Dec 18 23:21:35.142 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97942024-12-18T23:21:36.495Z[ host-image] Dec 18 23:21:35.143 INFO O| Dec 18 23:21:35.143 INFO STEP 133 (remove_files) COMPLETE
97952024-12-18T23:21:36.495Z[ host-image] Dec 18 23:21:35.143 INFO O| Dec 18 23:21:35.143 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-18T23:21:36.523Z[ host-image] Dec 18 23:21:35.173 INFO O| Dec 18 23:21:35.173 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97972024-12-18T23:21:36.526Z[ host-image] Dec 18 23:21:35.173 INFO O| Dec 18 23:21:35.173 INFO STEP 134 (remove_files) COMPLETE
97982024-12-18T23:21:36.526Z[ host-image] Dec 18 23:21:35.173 INFO O| Dec 18 23:21:35.173 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-18T23:21:36.561Z[ host-image] Dec 18 23:21:35.211 INFO O| Dec 18 23:21:35.211 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98002024-12-18T23:21:36.564Z[ host-image] Dec 18 23:21:35.212 INFO O| Dec 18 23:21:35.212 INFO STEP 135 (remove_files) COMPLETE
98012024-12-18T23:21:36.564Z[ host-image] Dec 18 23:21:35.212 INFO O| Dec 18 23:21:35.212 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-18T23:21:36.605Z[ host-image] Dec 18 23:21:35.255 INFO O| Dec 18 23:21:35.255 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98032024-12-18T23:21:36.608Z[ host-image] Dec 18 23:21:35.255 INFO O| Dec 18 23:21:35.255 INFO STEP 136 (remove_files) COMPLETE
98042024-12-18T23:21:36.608Z[ host-image] Dec 18 23:21:35.255 INFO O| Dec 18 23:21:35.255 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-18T23:21:36.625Z[ host-image] Dec 18 23:21:35.276 INFO O| Dec 18 23:21:35.275 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98062024-12-18T23:21:36.626Z[ host-image] Dec 18 23:21:35.276 INFO O| Dec 18 23:21:35.276 INFO STEP 137 (remove_files) COMPLETE
98072024-12-18T23:21:36.636Z[ host-image] Dec 18 23:21:35.276 INFO O| Dec 18 23:21:35.276 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-18T23:21:36.645Z[ host-image] Dec 18 23:21:35.295 INFO O| Dec 18 23:21:35.295 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98092024-12-18T23:21:36.645Z[ host-image] Dec 18 23:21:35.295 INFO O| Dec 18 23:21:35.295 INFO STEP 138 (remove_files) COMPLETE
98102024-12-18T23:21:36.648Z[ host-image] Dec 18 23:21:35.295 INFO O| Dec 18 23:21:35.295 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-18T23:21:36.665Z[ host-image] Dec 18 23:21:35.315 INFO O| Dec 18 23:21:35.314 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98122024-12-18T23:21:36.665Z[ host-image] Dec 18 23:21:35.315 INFO O| Dec 18 23:21:35.315 INFO STEP 139 (remove_files) COMPLETE
98132024-12-18T23:21:36.665Z[ host-image] Dec 18 23:21:35.315 INFO O| Dec 18 23:21:35.315 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-18T23:21:36.683Z[ host-image] Dec 18 23:21:35.333 INFO O| Dec 18 23:21:35.333 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98152024-12-18T23:21:36.683Z[ host-image] Dec 18 23:21:35.333 INFO O| Dec 18 23:21:35.333 INFO STEP 140 (remove_files) COMPLETE
98162024-12-18T23:21:36.683Z[ host-image] Dec 18 23:21:35.334 INFO O| Dec 18 23:21:35.333 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-18T23:21:36.702Z[ host-image] Dec 18 23:21:35.352 INFO O| Dec 18 23:21:35.352 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98182024-12-18T23:21:36.702Z[ host-image] Dec 18 23:21:35.352 INFO O| Dec 18 23:21:35.352 INFO STEP 141 (remove_files) COMPLETE
98192024-12-18T23:21:36.705Z[ host-image] Dec 18 23:21:35.352 INFO O| Dec 18 23:21:35.352 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-18T23:21:36.736Z[ host-image] Dec 18 23:21:35.386 INFO O| Dec 18 23:21:35.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98212024-12-18T23:21:36.736Z[ host-image] Dec 18 23:21:35.386 INFO O| Dec 18 23:21:35.386 INFO STEP 142 (remove_files) COMPLETE
98222024-12-18T23:21:36.736Z[ host-image] Dec 18 23:21:35.386 INFO O| Dec 18 23:21:35.386 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-18T23:21:36.756Z[ host-image] Dec 18 23:21:35.406 INFO O| Dec 18 23:21:35.406 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98242024-12-18T23:21:36.756Z[ host-image] Dec 18 23:21:35.406 INFO O| Dec 18 23:21:35.406 INFO STEP 143 (remove_files) COMPLETE
98252024-12-18T23:21:36.759Z[ host-image] Dec 18 23:21:35.406 INFO O| Dec 18 23:21:35.406 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-18T23:21:36.791Z[ host-image] Dec 18 23:21:35.441 INFO O| Dec 18 23:21:35.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98272024-12-18T23:21:36.794Z[ host-image] Dec 18 23:21:35.441 INFO O| Dec 18 23:21:35.441 INFO STEP 144 (remove_files) COMPLETE
98282024-12-18T23:21:36.794Z[ host-image] Dec 18 23:21:35.441 INFO O| Dec 18 23:21:35.441 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-18T23:21:36.811Z[ host-image] Dec 18 23:21:35.461 INFO O| Dec 18 23:21:35.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98302024-12-18T23:21:36.814Z[ host-image] Dec 18 23:21:35.462 INFO O| Dec 18 23:21:35.462 INFO STEP 145 (remove_files) COMPLETE
98312024-12-18T23:21:36.814Z[ host-image] Dec 18 23:21:35.462 INFO O| Dec 18 23:21:35.462 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-18T23:21:36.831Z[ host-image] Dec 18 23:21:35.481 INFO O| Dec 18 23:21:35.481 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98332024-12-18T23:21:36.834Z[ host-image] Dec 18 23:21:35.482 INFO O| Dec 18 23:21:35.482 INFO STEP 146 (remove_files) COMPLETE
98342024-12-18T23:21:36.834Z[ host-image] Dec 18 23:21:35.482 INFO O| Dec 18 23:21:35.482 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-18T23:21:36.853Z[ host-image] Dec 18 23:21:35.503 INFO O| Dec 18 23:21:35.503 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98362024-12-18T23:21:36.856Z[ host-image] Dec 18 23:21:35.503 INFO O| Dec 18 23:21:35.503 INFO STEP 147 (remove_files) COMPLETE
98372024-12-18T23:21:36.856Z[ host-image] Dec 18 23:21:35.504 INFO O| Dec 18 23:21:35.503 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-18T23:21:36.875Z[ host-image] Dec 18 23:21:35.525 INFO O| Dec 18 23:21:35.525 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98392024-12-18T23:21:36.875Z[ host-image] Dec 18 23:21:35.525 INFO O| Dec 18 23:21:35.525 INFO STEP 148 (remove_files) COMPLETE
98402024-12-18T23:21:36.877Z[ host-image] Dec 18 23:21:35.525 INFO O| Dec 18 23:21:35.525 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-18T23:21:36.943Z[ recovery-image] Dec 18 23:21:35.592 INFO image complete! materials are in "/work/os-recovery"
98422024-12-18T23:21:36.949Z[ recovery-image]
98432024-12-18T23:21:36.949Z[ recovery-image] real 10:56.813317765
98442024-12-18T23:21:36.952Z[ recovery-image] user 6:30.033260488
98452024-12-18T23:21:36.952Z[ recovery-image] sys 1:06.120667731
98462024-12-18T23:21:36.952Z[ recovery-image] trap 0.395472140
98472024-12-18T23:21:36.952Z[ recovery-image] tflt 0.741835069
98482024-12-18T23:21:36.952Z[ recovery-image] dflt 3.480911170
98492024-12-18T23:21:36.952Z[ recovery-image] kflt 0.001611328
98502024-12-18T23:21:36.952Z[ recovery-image] lock 26:20.170496941
98512024-12-18T23:21:36.952Z[ recovery-image] slp 1:07:32.788868895
98522024-12-18T23:21:36.952Z[ recovery-image] lat 5:36.322315571
98532024-12-18T23:21:36.952Z[ recovery-image] stop 12.183514467
98542024-12-18T23:21:36.952ZDec 18 23:21:35.600 INFO [recovery-image] process exited with exit status: 0 (656.86999906s)
98552024-12-18T23:21:36.957Z[ host-image] Dec 18 23:21:35.607 INFO O| Dec 18 23:21:35.607 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98562024-12-18T23:21:36.957Z[ host-image] Dec 18 23:21:35.607 INFO O| Dec 18 23:21:35.607 INFO STEP 149 (remove_files) COMPLETE
98572024-12-18T23:21:36.960Z[ host-image] Dec 18 23:21:35.607 INFO O| Dec 18 23:21:35.607 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-18T23:21:36.975Z[ host-image] Dec 18 23:21:35.625 INFO O| Dec 18 23:21:35.625 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98592024-12-18T23:21:36.978Z[ host-image] Dec 18 23:21:35.626 INFO O| Dec 18 23:21:35.625 INFO STEP 150 (remove_files) COMPLETE
98602024-12-18T23:21:36.978Z[ host-image] Dec 18 23:21:35.626 INFO O| Dec 18 23:21:35.625 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-18T23:21:36.995Z[ host-image] Dec 18 23:21:35.645 INFO O| Dec 18 23:21:35.645 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98622024-12-18T23:21:36.995Z[ host-image] Dec 18 23:21:35.645 INFO O| Dec 18 23:21:35.645 INFO STEP 151 (remove_files) COMPLETE
98632024-12-18T23:21:36.995Z[ host-image] Dec 18 23:21:35.645 INFO O| Dec 18 23:21:35.645 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-18T23:21:37.013Z[ host-image] Dec 18 23:21:35.663 INFO O| Dec 18 23:21:35.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98652024-12-18T23:21:37.013Z[ host-image] Dec 18 23:21:35.663 INFO O| Dec 18 23:21:35.663 INFO STEP 152 (remove_files) COMPLETE
98662024-12-18T23:21:37.013Z[ host-image] Dec 18 23:21:35.663 INFO O| Dec 18 23:21:35.663 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98672024-12-18T23:21:37.045Z[ host-image] Dec 18 23:21:35.695 INFO O| Dec 18 23:21:35.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98682024-12-18T23:21:37.045Z[ host-image] Dec 18 23:21:35.695 INFO O| Dec 18 23:21:35.695 INFO STEP 153 (remove_files) COMPLETE
98692024-12-18T23:21:37.045Z[ host-image] Dec 18 23:21:35.695 INFO O| Dec 18 23:21:35.695 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98702024-12-18T23:21:37.084Z[ host-image] Dec 18 23:21:35.733 INFO O| Dec 18 23:21:35.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98712024-12-18T23:21:37.084Z[ host-image] Dec 18 23:21:35.733 INFO O| Dec 18 23:21:35.733 INFO STEP 154 (remove_files) COMPLETE
98722024-12-18T23:21:37.084Z[ host-image] Dec 18 23:21:35.733 INFO O| Dec 18 23:21:35.733 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98732024-12-18T23:21:37.141Z[ host-image] Dec 18 23:21:35.791 INFO O| Dec 18 23:21:35.791 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98742024-12-18T23:21:37.144Z[ host-image] Dec 18 23:21:35.791 INFO O| Dec 18 23:21:35.791 INFO STEP 155 (remove_files) COMPLETE
98752024-12-18T23:21:37.144Z[ host-image] Dec 18 23:21:35.792 INFO O| Dec 18 23:21:35.791 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98762024-12-18T23:21:37.203Z[ host-image] Dec 18 23:21:35.853 INFO O| Dec 18 23:21:35.853 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98772024-12-18T23:21:37.203Z[ host-image] Dec 18 23:21:35.853 INFO O| Dec 18 23:21:35.853 INFO STEP 156 (remove_files) COMPLETE
98782024-12-18T23:21:37.203Z[ host-image] Dec 18 23:21:35.853 INFO O| Dec 18 23:21:35.853 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98792024-12-18T23:21:37.263Z[ host-image] Dec 18 23:21:35.913 INFO O| Dec 18 23:21:35.913 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98802024-12-18T23:21:37.263Z[ host-image] Dec 18 23:21:35.914 INFO O| Dec 18 23:21:35.913 INFO STEP 157 (remove_files) COMPLETE
98812024-12-18T23:21:37.263Z[ host-image] Dec 18 23:21:35.914 INFO O| Dec 18 23:21:35.913 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98822024-12-18T23:21:37.295Z[ host-image] Dec 18 23:21:35.945 INFO O| Dec 18 23:21:35.945 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98832024-12-18T23:21:37.298Z[ host-image] Dec 18 23:21:35.945 INFO O| Dec 18 23:21:35.945 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98842024-12-18T23:21:54.000Z[ host-image] Dec 18 23:21:52.649 INFO O| Dec 18 23:21:52.649 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
98852024-12-18T23:21:54.005Z[ host-image] Dec 18 23:21:52.649 INFO O| Dec 18 23:21:52.649 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98862024-12-18T23:21:54.023Z[ host-image] Dec 18 23:21:52.672 INFO O| Dec 18 23:21:52.672 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98872024-12-18T23:21:54.149Z[ host-image] Dec 18 23:21:52.797 INFO O| Dec 18 23:21:52.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98882024-12-18T23:21:54.149Z[ host-image] Dec 18 23:21:52.798 INFO O| Dec 18 23:21:52.797 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98892024-12-18T23:21:54.152Z[ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98902024-12-18T23:21:54.152Z[ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO ok!
98912024-12-18T23:21:54.152Z[ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98922024-12-18T23:21:54.152Z[ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO STEP 158 (seed_smf) COMPLETE
98932024-12-18T23:21:54.152Z[ host-image] Dec 18 23:21:52.800 INFO O| Dec 18 23:21:52.800 INFO steps complete; finalising image!
98942024-12-18T23:21:54.152Z[ host-image] Dec 18 23:21:52.801 INFO O| Dec 18 23:21:52.800 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98952024-12-18T23:21:54.359Z[ host-image] Dec 18 23:21:53.006 INFO O| Dec 18 23:21:53.006 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Dec 18 23:21:52 2024)
98962024-12-18T23:21:54.569Z[ host-image] Dec 18 23:21:53.219 INFO O| Dec 18 23:21:53.218 INFO trim TEMPORARY-gimlet-zfs: (46% trimmed, started at Wed Dec 18 23:21:52 2024)
98972024-12-18T23:21:54.782Z[ host-image] Dec 18 23:21:53.431 INFO O| Dec 18 23:21:53.431 INFO trim TEMPORARY-gimlet-zfs: (90% trimmed, started at Wed Dec 18 23:21:52 2024)
98982024-12-18T23:21:55.025Z[ host-image] Dec 18 23:21:53.673 INFO O| Dec 18 23:21:53.673 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
98992024-12-18T23:21:55.026Z[ host-image] Dec 18 23:21:53.673 INFO O| Dec 18 23:21:53.673 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99002024-12-18T23:21:55.908Z[ host-image] Dec 18 23:21:54.557 INFO O| Dec 18 23:21:54.557 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99012024-12-18T23:21:55.908Z[ host-image] Dec 18 23:21:54.557 INFO O| Dec 18 23:21:54.557 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99022024-12-18T23:21:57.674Z[ host-image] Dec 18 23:21:56.322 INFO O| Dec 18 23:21:56.322 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99032024-12-18T23:21:57.674Z[ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.322 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99042024-12-18T23:21:57.674Z[ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99052024-12-18T23:21:57.676Z[ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.322 INFO completed processing gimlet/zfs
99062024-12-18T23:21:57.676Z[ host-image] Dec 18 23:21:56.323 INFO O| Dec 18 23:21:56.323 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99072024-12-18T23:22:06.667Z[ host-image] Dec 18 23:22:05.315 INFO O| Dec 18 23:22:05.315 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99082024-12-18T23:22:06.804Z[ host-image] Dec 18 23:22:05.452 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
99092024-12-18T23:22:06.804Z[ host-image] Dec 18 23:22:05.452 INFO expanded image name: "ci d80c4c9/${os_short_commit} 2024-12-18 22:48" -> "ci d80c4c9/7274828 2024-12-18 22:48"
99102024-12-18T23:22:06.807Z[ host-image] Dec 18 23:22:05.452 INFO output artefacts stored in: "/work/os-host"
99112024-12-18T23:22:06.807Z[ host-image] Dec 18 23:22:05.453 INFO collecting git info from project "amd-host-image-builder"...
99122024-12-18T23:22:06.830Z[ host-image] Dec 18 23:22:05.479 INFO collecting git info from project "image-builder"...
99132024-12-18T23:22:06.837Z[ host-image] Dec 18 23:22:05.486 INFO collecting git info from project "phbl"...
99142024-12-18T23:22:06.845Z[ host-image] Dec 18 23:22:05.493 INFO collecting git info from project "pilot"...
99152024-12-18T23:22:06.853Z[ host-image] Dec 18 23:22:05.501 INFO collecting git info from project "pinprick"...
99162024-12-18T23:22:06.860Z[ host-image] Dec 18 23:22:05.508 INFO collecting git info from project "chelsio-t6-roms"...
99172024-12-18T23:22:06.874Z[ host-image] Dec 18 23:22:05.523 INFO collecting git info from project "bootserver"...
99182024-12-18T23:22:06.898Z[ host-image] Dec 18 23:22:05.546 INFO collecting git info from project "amd-firmware"...
99192024-12-18T23:22:06.971Z[ host-image] Dec 18 23:22:05.620 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99202024-12-18T23:22:08.065Z[ host-image] Dec 18 23:22:06.714 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99212024-12-18T23:22:08.768Z[ host-image] Dec 18 23:22:07.416 INFO creating Oxide boot image...
99222024-12-18T23:22:08.769Z[ host-image] Dec 18 23:22:07.416 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d80c4c9/7274828 2024-12-18 22:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99232024-12-18T23:22:10.177Z[ host-image] Dec 18 23:22:08.825 INFO O| ok, image written!
99242024-12-18T23:22:10.177Z[ host-image] Dec 18 23:22:08.825 INFO O| ok, boot_image_csum file written!
99252024-12-18T23:22:10.206Z[ host-image] Dec 18 23:22:08.854 INFO creating boot archive (CPIO)...
99262024-12-18T23:22:10.206Z[ host-image] Dec 18 23:22:08.854 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
99272024-12-18T23:22:10.225Z[ host-image] Dec 18 23:22:08.873 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99282024-12-18T23:22:10.225Z[ host-image] Dec 18 23:22:08.873 INFO E| + outfile=/work/os-host/cpio
99292024-12-18T23:22:10.225Z[ host-image] Dec 18 23:22:08.873 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99302024-12-18T23:22:10.230Z[ host-image] Dec 18 23:22:08.878 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99312024-12-18T23:22:10.232Z[ host-image] Dec 18 23:22:08.878 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99322024-12-18T23:22:10.282Z[ host-image] Dec 18 23:22:08.931 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99332024-12-18T23:22:10.285Z[ host-image] Dec 18 23:22:08.931 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99342024-12-18T23:22:10.295Z[ host-image] Dec 18 23:22:08.943 INFO creating compressed cpio/unix for nanobl-rs...
99352024-12-18T23:22:10.295Z[ host-image] Dec 18 23:22:08.943 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
99362024-12-18T23:22:10.682Z[ host-image] Dec 18 23:22:09.330 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99372024-12-18T23:22:16.820Z[ host-image] Dec 18 23:22:15.468 INFO creating reset image...
99382024-12-18T23:22:16.823Z[ host-image] Dec 18 23:22:15.468 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99392024-12-18T23:22:17.004Z[ host-image] Dec 18 23:22:15.652 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99402024-12-18T23:22:17.012Z[ host-image] Dec 18 23:22:15.654 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99412024-12-18T23:22:17.173Z[ host-image] Dec 18 23:22:15.821 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99422024-12-18T23:22:20.920Z[ host-image] Dec 18 23:22:19.567 INFO E| Finished `release` profile [optimized] target(s) in 3.89s
99432024-12-18T23:22:20.935Z[ host-image] Dec 18 23:22:19.583 INFO building host image...
99442024-12-18T23:22:20.938Z[ host-image] Dec 18 23:22:19.583 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")
99452024-12-18T23:22:21.556Z[ host-image] Dec 18 23:22:20.204 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99462024-12-18T23:23:31.723Z[ host-image] Dec 18 23:23:30.367 INFO image complete! materials are in "/work/os-host"
99472024-12-18T23:23:31.727Z[ host-image]
99482024-12-18T23:23:31.727Z[ host-image] real 13:05.875564903
99492024-12-18T23:23:31.730Z[ host-image] user 6:43.610439553
99502024-12-18T23:23:31.730Z[ host-image] sys 1:12.872266049
99512024-12-18T23:23:31.730Z[ host-image] trap 0.298049897
99522024-12-18T23:23:31.730Z[ host-image] tflt 0.049355782
99532024-12-18T23:23:31.730Z[ host-image] dflt 0.220168977
99542024-12-18T23:23:31.730Z[ host-image] kflt 0.015153038
99552024-12-18T23:23:31.730Z[ host-image] lock 7:46.020445599
99562024-12-18T23:23:31.730Z[ host-image] slp 1:08:44.916305505
99572024-12-18T23:23:31.730Z[ host-image] lat 3:06.284813187
99582024-12-18T23:23:31.730Z[ host-image] stop 0.833754215
99592024-12-18T23:23:31.730ZDec 18 23:23:30.373 INFO [host-image] process exited with exit status: 0 (785.895951079s)
99602024-12-18T23:23:31.730ZDec 18 23:23:30.373 INFO [tuf-repo] running task
99612024-12-18T23:23:45.457ZDec 18 23:23:44.100 INFO assembling repository in `/tmp/tufaceousP81lIS`, component: OmicronRepoAssembler
99622024-12-18T23:24:12.881ZDec 18 23:24:11.523 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99632024-12-18T23:24:13.355ZDec 18 23:24:11.997 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99642024-12-18T23:24:33.359ZDec 18 23:24:32.000 INFO [tuf-repo] task succeeded (61.627396825s)
99652024-12-18T23:26:15.319Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 31s
99662024-12-18T23:26:15.717ZDec 18 23:26:14.353 INFO [verify-libraries] process exited with exit status: 0 (935.999442712s)
99672024-12-18T23:26:15.717ZDec 18 23:26:14.353 INFO all jobs completed in 2282.987067103s
99682024-12-18T23:26:18.364Zprocess exited: duration 2996804 ms, exit code 0
 
99692024-12-18T23:26:18.378Zfound 33 output files
99702024-12-18T23:26:18.378Zuploading: /work/manifest.toml (8404 bytes)
99712024-12-18T23:26:19.390Zuploaded: /work/manifest.toml
99722024-12-18T23:26:19.390Zuploading: /work/repo.zip (1945736711 bytes)
99732024-12-18T23:26:59.186Zuploaded: /work/repo.zip
99742024-12-18T23:26:59.186Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99752024-12-18T23:27:00.196Zuploaded: /work/repo.zip.sha256.txt
99762024-12-18T23:27:00.198Zuploading: /work/helios-setup.log (67138 bytes)
99772024-12-18T23:27:01.207Zuploaded: /work/helios-setup.log
99782024-12-18T23:27:01.211Zuploading: /work/host-image.log (196504 bytes)
99792024-12-18T23:27:02.223Zuploaded: /work/host-image.log
99802024-12-18T23:27:02.225Zuploading: /work/host-package.log (22208 bytes)
99812024-12-18T23:27:03.233Zuploaded: /work/host-package.log
99822024-12-18T23:27:03.236Zuploading: /work/host-target.log (101 bytes)
99832024-12-18T23:27:04.242Zuploaded: /work/host-target.log
99842024-12-18T23:27:04.244Zuploading: /work/omicron-package.log (5666 bytes)
99852024-12-18T23:27:05.253Zuploaded: /work/omicron-package.log
99862024-12-18T23:27:05.255Zuploading: /work/phbl-toolchain.log (881 bytes)
99872024-12-18T23:27:06.264Zuploaded: /work/phbl-toolchain.log
99882024-12-18T23:27:06.267Zuploading: /work/recovery-image.log (592304 bytes)
99892024-12-18T23:27:07.292Zuploaded: /work/recovery-image.log
99902024-12-18T23:27:07.292Zuploading: /work/recovery-package.log (321 bytes)
99912024-12-18T23:27:08.299Zuploaded: /work/recovery-package.log
99922024-12-18T23:27:08.302Zuploading: /work/recovery-target.log (98 bytes)
99932024-12-18T23:27:09.308Zuploaded: /work/recovery-target.log
99942024-12-18T23:27:09.308Zuploading: /work/stamp-clickhouse.log (117 bytes)
99952024-12-18T23:27:10.316Zuploaded: /work/stamp-clickhouse.log
99962024-12-18T23:27:10.319Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99972024-12-18T23:27:11.324Zuploaded: /work/stamp-clickhouse_keeper.log
99982024-12-18T23:27:11.327Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99992024-12-18T23:27:12.333Zuploaded: /work/stamp-cockroachdb.log
100002024-12-18T23:27:12.333Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100012024-12-18T23:27:13.342Zuploaded: /work/stamp-crucible-dtrace.log
100022024-12-18T23:27:13.343Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100032024-12-18T23:27:14.351Zuploaded: /work/stamp-crucible-pantry-zone.log
100042024-12-18T23:27:14.351Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100052024-12-18T23:27:15.358Zuploaded: /work/stamp-crucible-zone.log
100062024-12-18T23:27:15.358Zuploading: /work/stamp-external-dns.log (119 bytes)
100072024-12-18T23:27:16.367Zuploaded: /work/stamp-external-dns.log
100082024-12-18T23:27:16.367Zuploading: /work/stamp-installinator.log (103 bytes)
100092024-12-18T23:27:17.375Zuploaded: /work/stamp-installinator.log
100102024-12-18T23:27:17.375Zuploading: /work/stamp-internal-dns.log (119 bytes)
100112024-12-18T23:27:18.384Zuploaded: /work/stamp-internal-dns.log
100122024-12-18T23:27:18.384Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100132024-12-18T23:27:19.394Zuploaded: /work/stamp-mg-ddm-gz.log
100142024-12-18T23:27:19.395Zuploading: /work/stamp-nexus.log (112 bytes)
100152024-12-18T23:27:20.402Zuploaded: /work/stamp-nexus.log
100162024-12-18T23:27:20.402Zuploading: /work/stamp-ntp.log (110 bytes)
100172024-12-18T23:27:21.411Zuploaded: /work/stamp-ntp.log
100182024-12-18T23:27:21.411Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100192024-12-18T23:27:22.420Zuploaded: /work/stamp-omicron-sled-agent.log
100202024-12-18T23:27:22.420Zuploading: /work/stamp-overlay.log (114 bytes)
100212024-12-18T23:27:23.428Zuploaded: /work/stamp-overlay.log
100222024-12-18T23:27:23.428Zuploading: /work/stamp-oximeter.log (115 bytes)
100232024-12-18T23:27:24.437Zuploaded: /work/stamp-oximeter.log
100242024-12-18T23:27:24.437Zuploading: /work/stamp-oxlog.log (109 bytes)
100252024-12-18T23:27:25.446Zuploaded: /work/stamp-oxlog.log
100262024-12-18T23:27:25.446Zuploading: /work/stamp-probe.log (112 bytes)
100272024-12-18T23:27:26.454Zuploaded: /work/stamp-probe.log
100282024-12-18T23:27:26.454Zuploading: /work/stamp-propolis-server.log (122 bytes)
100292024-12-18T23:27:27.463Zuploaded: /work/stamp-propolis-server.log
100302024-12-18T23:27:27.463Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100312024-12-18T23:27:28.472Zuploaded: /work/stamp-pumpkind-gz.log
100322024-12-18T23:27:28.472Zuploading: /work/stamp-switch-asic.log (118 bytes)
100332024-12-18T23:27:29.480Zuploaded: /work/stamp-switch-asic.log
100342024-12-18T23:27:29.480Zuploading: /work/verify-libraries.log (5773 bytes)
100352024-12-18T23:27:30.488Zuploaded: /work/verify-libraries.log