01JEERJCT6112R8Z0M74YPK1CA: 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: 01JEERJV98C3ER9EPVZREJ9STC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-06T19:55:22.669Zjob assigned to worker 01JEERK1SQPJ8V1AQYKPYC9DW2 [factory aws, i-044a9edb85eafc8c7] (queued for 1 m 13 s)
 
22024-12-06T19:55:30.492Zstarting task 0: "setup"
32024-12-06T19:55:30.501Z++ uname -s
42024-12-06T19:55:30.503Z+ kern=SunOS
52024-12-06T19:55:30.503Z+ case "$kern" in
62024-12-06T19:55:30.503Z+ groupadd -g 12345 build
72024-12-06T19:55:30.506Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-06T19:55:32.512Z+ zfs create -o mountpoint=/work rpool/work
92024-12-06T19:55:32.631Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-06T19:55:32.634Z+ home_fs=zfs
112024-12-06T19:55:32.634Z+ [[ zfs == autofs ]]
122024-12-06T19:55:32.634Z+ mkdir -p /home/build
132024-12-06T19:55:32.636Z+ chown build:build /home/build /work
142024-12-06T19:55:33.637Z+ chmod 0700 /home/build /work
152024-12-06T19:55:33.640Zprocess exited: duration 3147 ms, exit code 0
 
162024-12-06T19:55:33.645Zstarting task 1: "rust-toolchain"
172024-12-06T19:55:33.650Z+ printf ' * toolchain channel = "%s"
182024-12-06T19:55:33.650Z' 1.81.0
192024-12-06T19:55:33.650Z * toolchain channel = "1.81.0"
202024-12-06T19:55:33.650Z+ printf ' * toolchain profile = "%s"
212024-12-06T19:55:33.650Z' default
222024-12-06T19:55:33.650Z * toolchain profile = "default"
232024-12-06T19:55:33.653Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-06T19:55:33.653Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-06T19:55:33.766Zinfo: downloading installer
262024-12-06T19:55:35.226Zinfo: profile set to 'default'
272024-12-06T19:55:35.226Zinfo: default host triple is x86_64-unknown-illumos
282024-12-06T19:55:35.228Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-06T19:55:35.378Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-06T19:55:35.378Zinfo: downloading component 'cargo'
312024-12-06T19:55:36.225Zinfo: downloading component 'clippy'
322024-12-06T19:55:36.541Zinfo: downloading component 'rust-docs'
332024-12-06T19:55:37.724Zinfo: downloading component 'rust-std'
342024-12-06T19:55:39.560Zinfo: downloading component 'rustc'
352024-12-06T19:55:46.133Zinfo: downloading component 'rustfmt'
362024-12-06T19:55:46.379Zinfo: installing component 'cargo'
372024-12-06T19:55:47.156Zinfo: installing component 'clippy'
382024-12-06T19:55:47.511Zinfo: installing component 'rust-docs'
392024-12-06T19:55:49.037Zinfo: installing component 'rust-std'
402024-12-06T19:55:50.756Zinfo: installing component 'rustc'
412024-12-06T19:55:56.254Zinfo: installing component 'rustfmt'
422024-12-06T19:55:56.593Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-06T19:55:56.593Z
442024-12-06T19:55:56.963Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-06T19:55:56.963Z
462024-12-06T19:55:56.965Z
472024-12-06T19:55:56.965ZRust is installed now. Great!
482024-12-06T19:55:56.965Z
492024-12-06T19:55:56.965ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-06T19:55:56.965Zenvironment variable. This has not been done automatically.
512024-12-06T19:55:56.965Z
522024-12-06T19:55:56.965ZTo configure your current shell, you need to source
532024-12-06T19:55:56.965Zthe corresponding env file under $HOME/.cargo.
542024-12-06T19:55:56.965Z
552024-12-06T19:55:56.965ZThis is usually done by running one of the following (note the leading DOT):
562024-12-06T19:55:56.965Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-06T19:55:56.965Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-06T19:55:57.033Z+ rustc --version
592024-12-06T19:55:57.093Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-06T19:55:57.096Zprocess exited: duration 23450 ms, exit code 0
 
612024-12-06T19:55:57.101Zstarting task 2: "authentication"
622024-12-06T19:55:57.121Zprocess exited: duration 20 ms, exit code 0
 
632024-12-06T19:55:57.125Zstarting task 3: "clone repository"
642024-12-06T19:55:57.130Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-06T19:55:57.133Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-06T19:55:58.824ZCloning into '/work/oxidecomputer/omicron'...
672024-12-06T19:56:05.301Z+ cd /work/oxidecomputer/omicron
682024-12-06T19:56:05.303Z+ git fetch origin dd376b02d913e55e4cbc41ffd833280201241145
692024-12-06T19:56:05.580ZFrom https://github.com/oxidecomputer/omicron
702024-12-06T19:56:05.580Z * branch dd376b02d913e55e4cbc41ffd833280201241145 -> FETCH_HEAD
712024-12-06T19:56:05.589Z+ [[ -n gjcolombo/ingest-propolis-ensure-api ]]
722024-12-06T19:56:05.593Z++ git branch --show-current
732024-12-06T19:56:05.595Z+ current=main
742024-12-06T19:56:05.595Z+ [[ main != gjcolombo/ingest-propolis-ensure-api ]]
752024-12-06T19:56:05.595Z+ git branch -f gjcolombo/ingest-propolis-ensure-api dd376b02d913e55e4cbc41ffd833280201241145
762024-12-06T19:56:05.598Z+ git checkout -f gjcolombo/ingest-propolis-ensure-api
772024-12-06T19:56:05.765ZSwitched to branch 'gjcolombo/ingest-propolis-ensure-api'
782024-12-06T19:56:05.768Z+ git reset --hard dd376b02d913e55e4cbc41ffd833280201241145
792024-12-06T19:56:05.803ZHEAD is now at dd376b02d remove unneeded sled agent param
802024-12-06T19:56:05.805Zprocess exited: duration 8678 ms, exit code 0
 
812024-12-06T19:56:05.811Zstarting task 4: "build"
822024-12-06T19:56:05.815Z+ source .github/buildomat/ci-env.sh
832024-12-06T19:56:05.818Z++ export CARGO_TERM_COLOR=always
842024-12-06T19:56:05.818Z++ CARGO_TERM_COLOR=always
852024-12-06T19:56:05.818Z+ cargo --version
862024-12-06T19:56:05.872Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-06T19:56:05.874Z+ rustc --version
882024-12-06T19:56:05.933Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-06T19:56:05.936Z+ cargo tree --locked
902024-12-06T19:56:06.184Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-06T19:56:06.547Z Updating crates.io index
922024-12-06T19:56:06.592Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-06T19:56:07.066Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-06T19:56:07.364Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-06T19:56:07.648Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-06T19:56:07.919Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-06T19:56:08.824Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-06T19:56:11.396Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-06T19:56:12.548Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-06T19:56:13.352Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-06T19:56:13.668Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-06T19:56:14.126Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-06T19:56:14.693Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-06T19:56:14.996Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-06T19:56:15.324Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-06T19:56:15.642Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-06T19:56:15.878Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-06T19:56:16.099Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-06T19:56:16.393Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-06T19:56:16.673Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-06T19:56:17.213Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-06T19:56:17.482Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-06T19:56:17.977Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-06T19:56:18.274Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-06T19:56:18.680Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-06T19:56:19.074Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-06T19:56:19.389Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-06T19:56:19.670Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-06T19:56:19.951Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-06T19:56:21.513Z Downloading crates ...
1212024-12-06T19:56:21.607Z Downloaded async-bb8-diesel v0.2.1
1222024-12-06T19:56:21.680Z Downloaded aho-corasick v1.1.3
1232024-12-06T19:56:21.686Z Downloaded aead v0.5.2
1242024-12-06T19:56:21.688Z Downloaded addr2line v0.24.2
1252024-12-06T19:56:21.691Z Downloaded ahash v0.8.11
1262024-12-06T19:56:21.703Z Downloaded adler2 v2.0.0
1272024-12-06T19:56:21.710Z Downloaded ciborium v0.2.2
1282024-12-06T19:56:21.713Z Downloaded allocator-api2 v0.2.18
1292024-12-06T19:56:21.717Z Downloaded fallible-iterator v0.2.0
1302024-12-06T19:56:21.719Z Downloaded anes v0.1.6
1312024-12-06T19:56:21.721Z Downloaded approx v0.5.1
1322024-12-06T19:56:21.724Z Downloaded fatfs v0.3.6
1332024-12-06T19:56:21.727Z Downloaded fd-lock v4.0.2
1342024-12-06T19:56:21.729Z Downloaded fastrand v2.1.1
1352024-12-06T19:56:21.731Z Downloaded event-listener-strategy v0.5.2
1362024-12-06T19:56:21.734Z Downloaded fallible-iterator v0.3.0
1372024-12-06T19:56:21.736Z Downloaded expectorate v1.1.0
1382024-12-06T19:56:21.739Z Downloaded fallible-streaming-iterator v0.1.9
1392024-12-06T19:56:21.739Z Downloaded errno v0.3.9
1402024-12-06T19:56:21.741Z Downloaded assert_matches v1.5.0
1412024-12-06T19:56:21.741Z Downloaded fancy-regex v0.13.0
1422024-12-06T19:56:21.745Z Downloaded event-listener v2.5.3
1432024-12-06T19:56:21.747Z Downloaded fixedbitset v0.4.2
1442024-12-06T19:56:21.750Z Downloaded array-init v0.0.4
1452024-12-06T19:56:21.752Z Downloaded futures-task v0.3.31
1462024-12-06T19:56:21.752Z Downloaded foreign-types-shared v0.1.1
1472024-12-06T19:56:21.754Z Downloaded async-stream-impl v0.3.6
1482024-12-06T19:56:21.756Z Downloaded foreign-types v0.3.2
1492024-12-06T19:56:21.756Z Downloaded arc-swap v1.7.1
1502024-12-06T19:56:21.759Z Downloaded arrayvec v0.7.6
1512024-12-06T19:56:21.761Z Downloaded flate2 v1.0.34
1522024-12-06T19:56:21.767Z Downloaded fxhash v0.2.1
1532024-12-06T19:56:21.770Z Downloaded futures-sink v0.3.31
1542024-12-06T19:56:21.770Z Downloaded futures-macro v0.3.31
1552024-12-06T19:56:21.772Z Downloaded foreign-types-shared v0.3.1
1562024-12-06T19:56:21.772Z Downloaded fnv v1.0.7
1572024-12-06T19:56:21.775Z Downloaded float-cmp v0.9.0
1582024-12-06T19:56:21.777Z Downloaded cfg_aliases v0.2.1
1592024-12-06T19:56:21.777Z Downloaded cfg_aliases v0.1.1
1602024-12-06T19:56:21.777Z Downloaded flagset v0.4.6
1612024-12-06T19:56:21.780Z Downloaded fs-err v2.11.0
1622024-12-06T19:56:21.782Z Downloaded generic-array v0.14.7
1632024-12-06T19:56:21.784Z Downloaded futures-timer v3.0.3
1642024-12-06T19:56:21.786Z Downloaded guppy-workspace-hack v0.1.0
1652024-12-06T19:56:21.789Z Downloaded futures-channel v0.3.31
1662024-12-06T19:56:21.791Z Downloaded fs_extra v1.3.0
1672024-12-06T19:56:21.791Z Downloaded assert-json-diff v2.0.2
1682024-12-06T19:56:21.794Z Downloaded hashbrown v0.15.0
1692024-12-06T19:56:21.799Z Downloaded async-recursion v1.1.1
1702024-12-06T19:56:21.803Z Downloaded http-range v0.1.5
1712024-12-06T19:56:21.806Z Downloaded headers-core v0.3.0
1722024-12-06T19:56:21.806Z Downloaded glob v0.3.1
1732024-12-06T19:56:21.808Z Downloaded bcrypt-pbkdf v0.10.0
1742024-12-06T19:56:21.810Z Downloaded hostname v0.4.0
1752024-12-06T19:56:21.810Z Downloaded futures v0.3.31
1762024-12-06T19:56:21.816Z Downloaded hubpack_derive v0.1.1
1772024-12-06T19:56:21.818Z Downloaded buf-list v1.0.3
1782024-12-06T19:56:21.820Z Downloaded cargo-platform v0.1.8
1792024-12-06T19:56:21.820Z Downloaded block-padding v0.3.3
1802024-12-06T19:56:21.822Z Downloaded bit-vec v0.6.3
1812024-12-06T19:56:21.824Z Downloaded home v0.5.9
1822024-12-06T19:56:21.826Z Downloaded castaway v0.2.3
1832024-12-06T19:56:21.829Z Downloaded blowfish v0.9.1
1842024-12-06T19:56:21.829Z Downloaded cast v0.3.0
1852024-12-06T19:56:21.831Z Downloaded bytecount v0.6.8
1862024-12-06T19:56:21.833Z Downloaded httpdate v1.0.3
1872024-12-06T19:56:21.835Z Downloaded ff v0.13.0
1882024-12-06T19:56:21.837Z Downloaded cfg-if v1.0.0
1892024-12-06T19:56:21.839Z Downloaded half v2.4.1
1902024-12-06T19:56:21.841Z Downloaded fragile v2.0.0
1912024-12-06T19:56:21.844Z Downloaded cbc v0.1.2
1922024-12-06T19:56:21.846Z Downloaded http-body v1.0.1
1932024-12-06T19:56:21.849Z Downloaded cexpr v0.6.0
1942024-12-06T19:56:21.849Z Downloaded camino-tempfile v1.1.1
1952024-12-06T19:56:21.851Z Downloaded hostname v0.3.1
1962024-12-06T19:56:21.853Z Downloaded humantime v2.1.0
1972024-12-06T19:56:21.855Z Downloaded hubpack v0.1.2
1982024-12-06T19:56:21.858Z Downloaded cassowary v0.3.0
1992024-12-06T19:56:21.858Z Downloaded blocking v1.6.1
2002024-12-06T19:56:21.860Z Downloaded globset v0.4.15
2012024-12-06T19:56:21.863Z Downloaded bitfield-struct v0.6.2
2022024-12-06T19:56:21.863Z Downloaded autocfg v1.4.0
2032024-12-06T19:56:21.865Z Downloaded backoff v0.4.0
2042024-12-06T19:56:21.867Z Downloaded chacha20 v0.9.1
2052024-12-06T19:56:21.869Z Downloaded bitfield v0.14.0
2062024-12-06T19:56:21.871Z Downloaded bb8 v0.8.5
2072024-12-06T19:56:21.874Z Downloaded httparse v1.9.5
2082024-12-06T19:56:21.876Z Downloaded hickory-client v0.24.1
2092024-12-06T19:56:21.878Z Downloaded chrono-tz-build v0.4.0
2102024-12-06T19:56:21.881Z Downloaded toolchain_find v0.4.0
2112024-12-06T19:56:21.883Z Downloaded powerfmt v0.2.0
2122024-12-06T19:56:21.883Z Downloaded target-triple v0.1.3
2132024-12-06T19:56:21.885Z Downloaded anstream v0.6.15
2142024-12-06T19:56:21.898Z Downloaded pkg-config v0.3.31
2152024-12-06T19:56:21.898Z Downloaded getrandom v0.2.15
2162024-12-06T19:56:21.898Z Downloaded num_enum_derive v0.5.11
2172024-12-06T19:56:21.898Z Downloaded base64ct v1.6.0
2182024-12-06T19:56:21.898Z Downloaded hyper-rustls v0.27.3
2192024-12-06T19:56:21.901Z Downloaded hyper-rustls v0.26.0
2202024-12-06T19:56:21.903Z Downloaded usdt-macro v0.5.0
2212024-12-06T19:56:21.903Z Downloaded bzip2 v0.4.4
2222024-12-06T19:56:21.905Z Downloaded password-hash v0.5.0
2232024-12-06T19:56:21.907Z Downloaded phf_generator v0.11.2
2242024-12-06T19:56:21.910Z Downloaded same-file v1.0.6
2252024-12-06T19:56:21.912Z Downloaded rustversion v1.0.17
2262024-12-06T19:56:21.915Z Downloaded hmac v0.12.1
2272024-12-06T19:56:21.917Z Downloaded usdt-attr-macro v0.5.0
2282024-12-06T19:56:21.917Z Downloaded byteorder v1.5.0
2292024-12-06T19:56:21.919Z Downloaded cargo_metadata v0.18.1
2302024-12-06T19:56:21.922Z Downloaded bcs v0.1.6
2312024-12-06T19:56:21.924Z Downloaded string_cache v0.8.7
2322024-12-06T19:56:21.927Z Downloaded polyval v0.6.2
2332024-12-06T19:56:21.927Z Downloaded phf_codegen v0.11.2
2342024-12-06T19:56:21.929Z Downloaded async-trait v0.1.83
2352024-12-06T19:56:21.932Z Downloaded derive_builder_macro v0.20.2
2362024-12-06T19:56:21.935Z Downloaded dhcproto-macros v0.1.0
2372024-12-06T19:56:21.935Z Downloaded rand_core v0.6.4
2382024-12-06T19:56:21.937Z Downloaded threadpool v1.8.1
2392024-12-06T19:56:21.939Z Downloaded rustc_version v0.4.1
2402024-12-06T19:56:21.939Z Downloaded ref-cast-impl v1.0.23
2412024-12-06T19:56:21.942Z Downloaded cancel-safe-futures v0.1.5
2422024-12-06T19:56:21.944Z Downloaded postgres-types v0.2.8
2432024-12-06T19:56:21.946Z Downloaded quote v1.0.37
2442024-12-06T19:56:21.949Z Downloaded yoke-derive v0.7.4
2452024-12-06T19:56:21.951Z Downloaded is_ci v1.2.0
2462024-12-06T19:56:21.953Z Downloaded async-io v2.3.4
2472024-12-06T19:56:21.955Z Downloaded rustc_version v0.1.7
2482024-12-06T19:56:21.957Z Downloaded num-integer v0.1.46
2492024-12-06T19:56:21.960Z Downloaded equivalent v1.0.1
2502024-12-06T19:56:21.960Z Downloaded darling_macro v0.20.10
2512024-12-06T19:56:21.962Z Downloaded crunchy v0.2.2
2522024-12-06T19:56:21.962Z Downloaded zone_cfg_derive v0.3.0
2532024-12-06T19:56:21.962Z Downloaded writeable v0.5.5
2542024-12-06T19:56:21.964Z Downloaded num-conv v0.1.0
2552024-12-06T19:56:21.967Z Downloaded cobs v0.2.3
2562024-12-06T19:56:21.969Z Downloaded colored v2.1.0
2572024-12-06T19:56:21.971Z Downloaded colorchoice v1.0.2
2582024-12-06T19:56:21.971Z Downloaded sha2 v0.10.8
2592024-12-06T19:56:21.974Z Downloaded topological-sort v0.2.2
2602024-12-06T19:56:21.976Z Downloaded target-lexicon v0.12.16
2612024-12-06T19:56:21.978Z Downloaded deranged v0.3.11
2622024-12-06T19:56:21.981Z Downloaded openssl-macros v0.1.1
2632024-12-06T19:56:21.981Z Downloaded derive_builder_core v0.20.2
2642024-12-06T19:56:21.983Z Downloaded thiserror-impl-no-std v2.0.2
2652024-12-06T19:56:21.986Z Downloaded thiserror-impl v2.0.3
2662024-12-06T19:56:21.988Z Downloaded ena v0.14.3
2672024-12-06T19:56:21.990Z Downloaded cfg-expr v0.17.0
2682024-12-06T19:56:21.992Z Downloaded blake2b_simd v1.0.2
2692024-12-06T19:56:21.995Z Downloaded oso v0.27.3
2702024-12-06T19:56:21.997Z Downloaded md5 v0.7.0
2712024-12-06T19:56:22.010Z Downloaded opaque-debug v0.3.1
2722024-12-06T19:56:22.012Z Downloaded is_terminal_polyfill v1.70.1
2732024-12-06T19:56:22.014Z Downloaded base64 v0.13.1
2742024-12-06T19:56:22.018Z Downloaded pathdiff v0.2.2
2752024-12-06T19:56:22.020Z Downloaded spin v0.9.8
2762024-12-06T19:56:22.022Z Downloaded russh-keys v0.45.0
2772024-12-06T19:56:22.024Z Downloaded hashbrown v0.13.2
2782024-12-06T19:56:22.029Z Downloaded cmake v0.1.51
2792024-12-06T19:56:22.031Z Downloaded strum v0.26.3
2802024-12-06T19:56:22.033Z Downloaded hickory-server v0.24.1
2812024-12-06T19:56:22.038Z Downloaded pbkdf2 v0.11.0
2822024-12-06T19:56:22.041Z Downloaded hyper-tls v0.6.0
2832024-12-06T19:56:22.043Z Downloaded embedded-io v0.6.1
2842024-12-06T19:56:22.046Z Downloaded strum_macros v0.26.4
2852024-12-06T19:56:22.048Z Downloaded take_mut v0.2.2
2862024-12-06T19:56:22.048Z Downloaded pest_derive v2.7.14
2872024-12-06T19:56:22.050Z Downloaded indoc v2.0.5
2882024-12-06T19:56:22.053Z Downloaded piper v0.2.4
2892024-12-06T19:56:22.056Z Downloaded kv-log-macro v1.0.7
2902024-12-06T19:56:22.058Z Downloaded indoc v1.0.9
2912024-12-06T19:56:22.061Z Downloaded zerocopy v0.6.6
2922024-12-06T19:56:22.063Z Downloaded pin-utils v0.1.0
2932024-12-06T19:56:22.065Z Downloaded samael v0.0.17
2942024-12-06T19:56:22.071Z Downloaded time-core v0.1.2
2952024-12-06T19:56:22.073Z Downloaded swrite v0.1.0
2962024-12-06T19:56:22.075Z Downloaded signal-hook-tokio v0.3.1
2972024-12-06T19:56:22.075Z Downloaded dhcproto v0.12.0
2982024-12-06T19:56:22.078Z Downloaded rustls-pemfile v1.0.4
2992024-12-06T19:56:22.081Z Downloaded yasna v0.5.2
3002024-12-06T19:56:22.083Z Downloaded smawk v0.3.2
3012024-12-06T19:56:22.085Z Downloaded smallvec v0.6.14
3022024-12-06T19:56:22.088Z Downloaded base64 v0.22.1
3032024-12-06T19:56:22.091Z Downloaded diesel-dtrace v0.3.0
3042024-12-06T19:56:22.094Z Downloaded derive-where v1.2.7
3052024-12-06T19:56:22.097Z Downloaded tap v1.0.1
3062024-12-06T19:56:22.099Z Downloaded tabwriter v1.4.0
3072024-12-06T19:56:22.102Z Downloaded proc-macro-crate v1.3.1
3082024-12-06T19:56:22.104Z Downloaded tokio-macros v2.4.0
3092024-12-06T19:56:22.104Z Downloaded smf v0.2.3
3102024-12-06T19:56:22.106Z Downloaded primeorder v0.13.6
3112024-12-06T19:56:22.109Z Downloaded bumpalo v3.16.0
3122024-12-06T19:56:22.111Z Downloaded utf16_iter v1.0.5
3132024-12-06T19:56:22.113Z Downloaded untrusted v0.7.1
3142024-12-06T19:56:22.113Z Downloaded universal-hash v0.5.1
3152024-12-06T19:56:22.115Z Downloaded pkcs1 v0.7.5
3162024-12-06T19:56:22.117Z Downloaded number_prefix v0.4.0
3172024-12-06T19:56:22.119Z Downloaded mime v0.3.17
3182024-12-06T19:56:22.122Z Downloaded rand_chacha v0.3.1
3192024-12-06T19:56:22.122Z Downloaded compact_str v0.8.0
3202024-12-06T19:56:22.125Z Downloaded crossbeam-deque v0.8.5
3212024-12-06T19:56:22.127Z Downloaded hyper-staticfile v0.10.1
3222024-12-06T19:56:22.130Z Downloaded typenum v1.17.0
3232024-12-06T19:56:22.132Z Downloaded rustls-pemfile v2.2.0
3242024-12-06T19:56:22.135Z Downloaded rustls-native-certs v0.7.3
3252024-12-06T19:56:22.138Z Downloaded precomputed-hash v0.1.1
3262024-12-06T19:56:22.140Z Downloaded oso-derive v0.27.3
3272024-12-06T19:56:22.140Z Downloaded match_cfg v0.1.0
3282024-12-06T19:56:22.143Z Downloaded instant v0.1.13
3292024-12-06T19:56:22.143Z Downloaded dyn-clone v1.0.17
3302024-12-06T19:56:22.145Z Downloaded parking_lot_core v0.8.6
3312024-12-06T19:56:22.148Z Downloaded slog-async v2.8.0
3322024-12-06T19:56:22.150Z Downloaded multimap v0.10.0
3332024-12-06T19:56:22.153Z Downloaded hickory-resolver v0.24.1
3342024-12-06T19:56:22.155Z Downloaded tracing-attributes v0.1.27
3352024-12-06T19:56:22.159Z Downloaded url v2.5.3
3362024-12-06T19:56:22.162Z Downloaded openssl-probe v0.1.5
3372024-12-06T19:56:22.164Z Downloaded polling v3.7.3
3382024-12-06T19:56:22.167Z Downloaded plotters-svg v0.3.7
3392024-12-06T19:56:22.169Z Downloaded path-slash v0.1.5
3402024-12-06T19:56:22.171Z Downloaded parse-size v1.1.0
3412024-12-06T19:56:22.171Z Downloaded twox-hash v1.6.3
3422024-12-06T19:56:22.174Z Downloaded mime_guess v2.0.5
3432024-12-06T19:56:22.176Z Downloaded const_format_proc_macros v0.2.33
3442024-12-06T19:56:22.178Z Downloaded ctr v0.9.2
3452024-12-06T19:56:22.181Z Downloaded steno v0.4.1
3462024-12-06T19:56:22.184Z Downloaded backtrace v0.3.74
3472024-12-06T19:56:22.190Z Downloaded tinyvec_macros v0.1.1
3482024-12-06T19:56:22.193Z Downloaded peg v0.8.4
3492024-12-06T19:56:22.196Z Downloaded rand_xorshift v0.3.0
3502024-12-06T19:56:22.198Z Downloaded scroll_derive v0.12.0
3512024-12-06T19:56:22.200Z Downloaded defmt-parser v0.3.4
3522024-12-06T19:56:22.200Z Downloaded subprocess v0.2.9
3532024-12-06T19:56:22.203Z Downloaded signal-hook-registry v1.4.2
3542024-12-06T19:56:22.205Z Downloaded psl-types v2.0.11
3552024-12-06T19:56:22.207Z Downloaded smallvec v1.13.2
3562024-12-06T19:56:22.209Z Downloaded rusty-fork v0.3.0
3572024-12-06T19:56:22.211Z Downloaded rand_seeder v0.3.0
3582024-12-06T19:56:22.213Z Downloaded embedded-io v0.4.0
3592024-12-06T19:56:22.215Z Downloaded zerovec-derive v0.10.3
3602024-12-06T19:56:22.217Z Downloaded pkcs5 v0.7.1
3612024-12-06T19:56:22.220Z Downloaded unicode-truncate v1.1.0
3622024-12-06T19:56:22.222Z Downloaded sync-ptr v0.1.1
3632024-12-06T19:56:22.225Z Downloaded spin v0.5.2
3642024-12-06T19:56:22.225Z Downloaded semver v0.1.20
3652024-12-06T19:56:22.229Z Downloaded secrecy v0.8.0
3662024-12-06T19:56:22.229Z Downloaded memoffset v0.9.1
3672024-12-06T19:56:22.232Z Downloaded num-rational v0.4.2
3682024-12-06T19:56:22.233Z Downloaded termcolor v1.4.1
3692024-12-06T19:56:22.235Z Downloaded mockall_derive v0.13.0
3702024-12-06T19:56:22.235Z Downloaded stringmetrics v2.2.2
3712024-12-06T19:56:22.238Z Downloaded write16 v1.0.0
3722024-12-06T19:56:22.241Z Downloaded crc-any v2.5.0
3732024-12-06T19:56:22.243Z Downloaded rustls-pki-types v1.9.0
3742024-12-06T19:56:22.247Z Downloaded matches v0.1.10
3752024-12-06T19:56:22.247Z Downloaded endian-type v0.1.2
3762024-12-06T19:56:22.247Z Downloaded tls_codec v0.4.1
3772024-12-06T19:56:22.250Z Downloaded ppv-lite86 v0.2.20
3782024-12-06T19:56:22.252Z Downloaded toml_datetime v0.6.8
3792024-12-06T19:56:22.254Z Downloaded icu_normalizer_data v1.5.0
3802024-12-06T19:56:22.257Z Downloaded icu_normalizer v1.5.0
3812024-12-06T19:56:22.259Z Downloaded doc-comment v0.3.3
3822024-12-06T19:56:22.262Z Downloaded hashbrown v0.14.5
3832024-12-06T19:56:22.267Z Downloaded vte_generate_state_changes v0.1.2
3842024-12-06T19:56:22.270Z Downloaded der_derive v0.7.3
3852024-12-06T19:56:22.274Z Downloaded futures-util v0.3.31
3862024-12-06T19:56:22.284Z Downloaded mirai-annotations v1.12.0
3872024-12-06T19:56:22.286Z Downloaded convert_case v0.4.0
3882024-12-06T19:56:22.286Z Downloaded constant_time_eq v0.3.1
3892024-12-06T19:56:22.289Z Downloaded semver v1.0.23
3902024-12-06T19:56:22.291Z Downloaded sct v0.7.1
3912024-12-06T19:56:22.293Z Downloaded defmt v0.3.8
3922024-12-06T19:56:22.296Z Downloaded guppy v0.17.8
3932024-12-06T19:56:22.303Z Downloaded nu-ansi-term v0.50.1
3942024-12-06T19:56:22.306Z Downloaded itoa v1.0.11
3952024-12-06T19:56:22.309Z Downloaded instability v0.3.2
3962024-12-06T19:56:22.311Z Downloaded russh-cryptovec v0.7.3
3972024-12-06T19:56:22.311Z Downloaded inout v0.1.3
3982024-12-06T19:56:22.313Z Downloaded enum-as-inner v0.5.1
3992024-12-06T19:56:22.315Z Downloaded either v1.13.0
4002024-12-06T19:56:22.317Z Downloaded ipnet v2.10.1
4012024-12-06T19:56:22.319Z Downloaded debug-ignore v1.0.5
4022024-12-06T19:56:22.321Z Downloaded nodrop v0.1.14
4032024-12-06T19:56:22.322Z Downloaded zerocopy-derive v0.7.35
4042024-12-06T19:56:22.326Z Downloaded try-lock v0.2.5
4052024-12-06T19:56:22.328Z Downloaded goblin v0.8.2
4062024-12-06T19:56:22.333Z Downloaded pest_generator v2.7.14
4072024-12-06T19:56:22.336Z Downloaded unsafe-libyaml v0.2.11
4082024-12-06T19:56:22.338Z Downloaded ed25519 v2.2.3
4092024-12-06T19:56:22.340Z Downloaded ciborium-io v0.2.2
4102024-12-06T19:56:22.343Z Downloaded unicode-properties v0.1.3
4112024-12-06T19:56:22.345Z Downloaded yansi v1.0.1
4122024-12-06T19:56:22.347Z Downloaded tough v0.19.0
4132024-12-06T19:56:22.355Z Downloaded similar-asserts v1.6.0
4142024-12-06T19:56:22.358Z Downloaded serde_repr v0.1.19
4152024-12-06T19:56:22.360Z Downloaded cstr-argument v0.1.2
4162024-12-06T19:56:22.363Z Downloaded want v0.3.1
4172024-12-06T19:56:22.363Z Downloaded dtrace-parser v0.2.0
4182024-12-06T19:56:22.365Z Downloaded structmeta-derive v0.3.0
4192024-12-06T19:56:22.365Z Downloaded vte v0.11.1
4202024-12-06T19:56:22.368Z Downloaded unicode-linebreak v0.1.5
4212024-12-06T19:56:22.368Z Downloaded toml v0.8.19
4222024-12-06T19:56:22.371Z Downloaded num_threads v0.1.7
4232024-12-06T19:56:22.374Z Downloaded percent-encoding v2.3.1
4242024-12-06T19:56:22.376Z Downloaded pem v3.0.4
4252024-12-06T19:56:22.376Z Downloaded hyper v1.5.0
4262024-12-06T19:56:22.382Z Downloaded structmeta-derive v0.2.0
4272024-12-06T19:56:22.384Z Downloaded lalrpop-util v0.19.12
4282024-12-06T19:56:22.387Z Downloaded once_cell v1.20.2
4292024-12-06T19:56:22.389Z Downloaded tui-tree-widget v0.22.0
4302024-12-06T19:56:22.391Z Downloaded tokio-tungstenite v0.24.0
4312024-12-06T19:56:22.393Z Downloaded concurrent-queue v2.5.0
4322024-12-06T19:56:22.396Z Downloaded quick-error v1.2.3
4332024-12-06T19:56:22.396Z Downloaded hkdf v0.12.4
4342024-12-06T19:56:22.398Z Downloaded sqlparser_derive v0.2.2
4352024-12-06T19:56:22.401Z Downloaded term v0.7.0
4362024-12-06T19:56:22.403Z Downloaded serde_plain v1.0.2
4372024-12-06T19:56:22.405Z Downloaded curve25519-dalek-derive v0.1.1
4382024-12-06T19:56:22.408Z Downloaded crossbeam-channel v0.5.13
4392024-12-06T19:56:22.410Z Downloaded num-bigint-dig v0.8.4
4402024-12-06T19:56:22.415Z Downloaded csv-core v0.1.11
4412024-12-06T19:56:22.418Z Downloaded slog-scope v4.4.0
4422024-12-06T19:56:22.420Z Downloaded lru-cache v0.1.2
4432024-12-06T19:56:22.422Z Downloaded rand v0.8.5
4442024-12-06T19:56:22.425Z Downloaded phf_shared v0.11.2
4452024-12-06T19:56:22.425Z Downloaded phf_shared v0.10.0
4462024-12-06T19:56:22.427Z Downloaded rayon-core v1.12.1
4472024-12-06T19:56:22.430Z Downloaded h2 v0.4.6
4482024-12-06T19:56:22.436Z Downloaded tinystr v0.7.6
4492024-12-06T19:56:22.438Z Downloaded structmeta v0.3.0
4502024-12-06T19:56:22.440Z Downloaded linear-map v1.2.0
4512024-12-06T19:56:22.443Z Downloaded nom v7.1.3
4522024-12-06T19:56:22.446Z Downloaded elliptic-curve v0.13.8
4532024-12-06T19:56:22.450Z Downloaded difflib v0.4.0
4542024-12-06T19:56:22.452Z Downloaded which v4.4.2
4552024-12-06T19:56:22.454Z Downloaded walkdir v2.5.0
4562024-12-06T19:56:22.456Z Downloaded signature v2.2.0
4572024-12-06T19:56:22.456Z Downloaded plain v0.2.3
4582024-12-06T19:56:22.458Z Downloaded pem-rfc7468 v0.7.0
4592024-12-06T19:56:22.460Z Downloaded stringprep v0.1.5
4602024-12-06T19:56:22.463Z Downloaded ssh-cipher v0.2.0
4612024-12-06T19:56:22.463Z Downloaded ryu v1.0.18
4622024-12-06T19:56:22.465Z Downloaded tracing v0.1.40
4632024-12-06T19:56:22.469Z Downloaded zip v2.1.3
4642024-12-06T19:56:22.474Z Downloaded nibble_vec v0.1.0
4652024-12-06T19:56:22.476Z Downloaded packed_struct_codegen v0.10.1
4662024-12-06T19:56:22.478Z Downloaded lockfree-object-pool v0.1.6
4672024-12-06T19:56:22.481Z Downloaded indent_write v2.2.0
4682024-12-06T19:56:22.481Z Downloaded xattr v1.3.1
4692024-12-06T19:56:22.484Z Downloaded indicatif v0.17.9
4702024-12-06T19:56:22.486Z Downloaded pretty-hex v0.4.1
4712024-12-06T19:56:22.489Z Downloaded const-oid v0.9.6
4722024-12-06T19:56:22.491Z Downloaded zeroize_derive v1.4.2
4732024-12-06T19:56:22.491Z Downloaded ident_case v1.0.1
4742024-12-06T19:56:22.493Z Downloaded diesel_table_macro_syntax v0.2.0
4752024-12-06T19:56:22.493Z Downloaded zeroize v1.8.1
4762024-12-06T19:56:22.496Z Downloaded unicode-ident v1.0.13
4772024-12-06T19:56:22.499Z Downloaded trybuild v1.0.101
4782024-12-06T19:56:22.501Z Downloaded test-strategy v0.3.1
4792024-12-06T19:56:22.505Z Downloaded zone_cfg_derive v0.1.2
4802024-12-06T19:56:22.507Z Downloaded zerofrom v0.1.4
4812024-12-06T19:56:22.507Z Downloaded sigpipe v0.1.3
4822024-12-06T19:56:22.509Z Downloaded const_format v0.2.33
4832024-12-06T19:56:22.512Z Downloaded maplit v1.0.2
4842024-12-06T19:56:22.515Z Downloaded managed v0.8.0
4852024-12-06T19:56:22.517Z Downloaded macaddr v1.0.1
4862024-12-06T19:56:22.517Z Downloaded rustc-demangle v0.1.24
4872024-12-06T19:56:22.519Z Downloaded sqlformat v0.2.6
4882024-12-06T19:56:22.522Z Downloaded ron v0.8.1
4892024-12-06T19:56:22.525Z Downloaded criterion-plot v0.5.0
4902024-12-06T19:56:22.527Z Downloaded reedline v0.35.0
4912024-12-06T19:56:22.534Z Downloaded value-bag v1.9.0
4922024-12-06T19:56:22.537Z Downloaded tokio-tungstenite v0.23.1
4932024-12-06T19:56:22.539Z Downloaded peg-runtime v0.8.3
4942024-12-06T19:56:22.541Z Downloaded tokio-rustls v0.26.0
4952024-12-06T19:56:22.544Z Downloaded thiserror v1.0.69
4962024-12-06T19:56:22.547Z Downloaded schemars_derive v0.8.21
4972024-12-06T19:56:22.550Z Downloaded papergrid v0.11.0
4982024-12-06T19:56:22.553Z Downloaded crc32fast v1.4.2
4992024-12-06T19:56:22.556Z Downloaded tracing-core v0.1.32
5002024-12-06T19:56:22.558Z Downloaded quinn-udp v0.5.5
5012024-12-06T19:56:22.560Z Downloaded itertools v0.10.5
5022024-12-06T19:56:22.566Z Downloaded dof v0.3.0
5032024-12-06T19:56:22.568Z Downloaded socket2 v0.5.7
5042024-12-06T19:56:22.570Z Downloaded quinn v0.11.5
5052024-12-06T19:56:22.573Z Downloaded defmt-macros v0.3.9
5062024-12-06T19:56:22.576Z Downloaded zone v0.3.0
5072024-12-06T19:56:22.578Z Downloaded p521 v0.13.3
5082024-12-06T19:56:22.581Z Downloaded der v0.7.9
5092024-12-06T19:56:22.586Z Downloaded tinyvec v1.8.0
5102024-12-06T19:56:22.589Z Downloaded ed25519-dalek v2.1.1
5112024-12-06T19:56:22.592Z Downloaded data-encoding v2.6.0
5122024-12-06T19:56:22.594Z Downloaded zerofrom-derive v0.1.4
5132024-12-06T19:56:22.596Z Downloaded utf8parse v0.2.2
5142024-12-06T19:56:22.596Z Downloaded tokio-util v0.7.12
5152024-12-06T19:56:22.603Z Downloaded sync_wrapper v1.0.1
5162024-12-06T19:56:22.605Z Downloaded git2 v0.19.0
5172024-12-06T19:56:22.611Z Downloaded parking v2.2.1
5182024-12-06T19:56:22.614Z Downloaded strum_macros v0.24.3
5192024-12-06T19:56:22.616Z Downloaded rustc-hash v1.1.0
5202024-12-06T19:56:22.616Z Downloaded slog-bunyan v2.5.0
5212024-12-06T19:56:22.618Z Downloaded serde-big-array v0.5.1
5222024-12-06T19:56:22.621Z Downloaded slab v0.4.9
5232024-12-06T19:56:22.621Z Downloaded serde_urlencoded v0.7.1
5242024-12-06T19:56:22.623Z Downloaded tokio-rustls v0.25.0
5252024-12-06T19:56:22.625Z Downloaded strum_macros v0.25.3
5262024-12-06T19:56:22.627Z Downloaded unicode-segmentation v1.12.0
5272024-12-06T19:56:22.629Z Downloaded diff v0.1.13
5282024-12-06T19:56:22.632Z Downloaded icu_provider_macros v1.5.0
5292024-12-06T19:56:22.634Z Downloaded utf8_iter v1.0.4
5302024-12-06T19:56:22.634Z Downloaded ciborium-ll v0.2.2
5312024-12-06T19:56:22.637Z Downloaded uzers v0.12.1
5322024-12-06T19:56:22.639Z Downloaded num-traits v0.2.19
5332024-12-06T19:56:22.642Z Downloaded rustls-webpki v0.101.7
5342024-12-06T19:56:22.654Z Downloaded maybe-uninit v2.0.0
5352024-12-06T19:56:22.656Z Downloaded dirs-next v2.0.0
5362024-12-06T19:56:22.659Z Downloaded crc v3.2.1
5372024-12-06T19:56:22.659Z Downloaded peg-macros v0.8.4
5382024-12-06T19:56:22.661Z Downloaded dropshot_endpoint v0.13.0
5392024-12-06T19:56:22.664Z Downloaded oorandom v11.1.4
5402024-12-06T19:56:22.666Z Downloaded num_enum v0.5.11
5412024-12-06T19:56:22.669Z Downloaded itertools v0.13.0
5422024-12-06T19:56:22.676Z Downloaded pretty-hex v0.2.1
5432024-12-06T19:56:22.679Z Downloaded owo-colors v4.1.0
5442024-12-06T19:56:22.681Z Downloaded lock_api v0.4.12
5452024-12-06T19:56:22.683Z Downloaded typify-macro v0.2.0
5462024-12-06T19:56:22.683Z Downloaded serde-hex v0.1.0
5472024-12-06T19:56:22.686Z Downloaded salsa20 v0.10.2
5482024-12-06T19:56:22.689Z Downloaded zopfli v0.8.1
5492024-12-06T19:56:22.691Z Downloaded rustc-hash v2.0.0
5502024-12-06T19:56:22.691Z Downloaded jobserver v0.1.32
5512024-12-06T19:56:22.693Z Downloaded idna_adapter v1.2.0
5522024-12-06T19:56:22.693Z Downloaded rpassword v7.3.1
5532024-12-06T19:56:22.695Z Downloaded progenitor v0.8.0
5542024-12-06T19:56:22.697Z Downloaded rfc6979 v0.4.0
5552024-12-06T19:56:22.699Z Downloaded tempfile v3.13.0
5562024-12-06T19:56:22.701Z Downloaded signal-hook-mio v0.2.4
5572024-12-06T19:56:22.703Z Downloaded parse-display-derive v0.10.0
5582024-12-06T19:56:22.705Z Downloaded strsim v0.11.1
5592024-12-06T19:56:22.707Z Downloaded strip-ansi-escapes v0.2.0
5602024-12-06T19:56:22.710Z Downloaded tower-service v0.3.3
5612024-12-06T19:56:22.710Z Downloaded new_debug_unreachable v1.0.6
5622024-12-06T19:56:22.712Z Downloaded prettyplease v0.2.25
5632024-12-06T19:56:22.714Z Downloaded cpufeatures v0.2.14
5642024-12-06T19:56:22.716Z Downloaded portable-atomic v1.9.0
5652024-12-06T19:56:22.723Z Downloaded tiny-keccak v2.0.2
5662024-12-06T19:56:22.726Z Downloaded parking_lot_core v0.9.10
5672024-12-06T19:56:22.729Z Downloaded qorb v0.2.1
5682024-12-06T19:56:22.734Z Downloaded version_check v0.9.5
5692024-12-06T19:56:22.736Z Downloaded litemap v0.7.3
5702024-12-06T19:56:22.738Z Downloaded libefi-sys v0.1.0
5712024-12-06T19:56:22.740Z Downloaded libloading v0.8.5
5722024-12-06T19:56:22.742Z Downloaded iana-time-zone v0.1.61
5732024-12-06T19:56:22.744Z Downloaded displaydoc v0.2.5
5742024-12-06T19:56:22.748Z Downloaded newline-converter v0.3.0
5752024-12-06T19:56:22.751Z Downloaded crc-catalog v2.4.0
5762024-12-06T19:56:22.751Z Downloaded resolv-conf v0.7.0
5772024-12-06T19:56:22.753Z Downloaded relative-path v1.9.3
5782024-12-06T19:56:22.755Z Downloaded structmeta v0.2.0
5792024-12-06T19:56:22.758Z Downloaded rustls-webpki v0.102.8
5802024-12-06T19:56:22.775Z Downloaded kstat-rs v0.2.4
5812024-12-06T19:56:22.778Z Downloaded rustyline v14.0.0
5822024-12-06T19:56:22.781Z Downloaded typify v0.2.0
5832024-12-06T19:56:22.784Z Downloaded normalize-line-endings v0.3.0
5842024-12-06T19:56:22.787Z Downloaded num_cpus v1.16.0
5852024-12-06T19:56:22.789Z Downloaded tokio-rustls v0.24.1
5862024-12-06T19:56:22.791Z Downloaded slog-envlogger v2.2.0
5872024-12-06T19:56:22.793Z Downloaded gimli v0.31.1
5882024-12-06T19:56:22.802Z Downloaded progenitor-macro v0.8.0
5892024-12-06T19:56:22.804Z Downloaded progenitor-client v0.8.0
5902024-12-06T19:56:22.804Z Downloaded serde_derive v1.0.215
5912024-12-06T19:56:22.807Z Downloaded slog-json v2.6.1
5922024-12-06T19:56:22.809Z Downloaded predicates-tree v1.0.11
5932024-12-06T19:56:22.811Z Downloaded num v0.4.3
5942024-12-06T19:56:22.813Z Downloaded downcast v0.11.0
5952024-12-06T19:56:22.813Z Downloaded nested v0.1.1
5962024-12-06T19:56:22.816Z Downloaded memmap2 v0.9.5
5972024-12-06T19:56:22.818Z Downloaded env_logger v0.11.5
5982024-12-06T19:56:22.820Z Downloaded serde_spanned v0.6.8
5992024-12-06T19:56:22.820Z Downloaded r2d2 v0.8.10
6002024-12-06T19:56:22.823Z Downloaded newtype-uuid v1.1.3
6012024-12-06T19:56:22.825Z Downloaded crossbeam-epoch v0.9.18
6022024-12-06T19:56:22.828Z Downloaded crucible-workspace-hack v0.1.0
6032024-12-06T19:56:22.828Z Downloaded diesel_derives v2.2.3
6042024-12-06T19:56:22.832Z Downloaded keccak v0.1.5
6052024-12-06T19:56:22.834Z Downloaded darling v0.20.10
6062024-12-06T19:56:22.837Z Downloaded wait-timeout v0.2.0
6072024-12-06T19:56:22.839Z Downloaded cipher v0.4.4
6082024-12-06T19:56:22.841Z Downloaded slog-stdlog v4.1.1
6092024-12-06T19:56:22.844Z Downloaded env_filter v0.1.2
6102024-12-06T19:56:22.846Z Downloaded icu_locid_transform v1.5.0
6112024-12-06T19:56:22.849Z Downloaded num-derive v0.4.2
6122024-12-06T19:56:22.851Z Downloaded impl-trait-for-tuples v0.2.2
6132024-12-06T19:56:22.853Z Downloaded p256 v0.13.2
6142024-12-06T19:56:22.856Z Downloaded wyz v0.5.1
6152024-12-06T19:56:22.859Z Downloaded termtree v0.4.1
6162024-12-06T19:56:22.859Z Downloaded tokio-native-tls v0.3.1
6172024-12-06T19:56:22.861Z Downloaded slog-dtrace v0.3.0
6182024-12-06T19:56:22.863Z Downloaded display-error-chain v0.2.2
6192024-12-06T19:56:22.863Z Downloaded radium v0.7.0
6202024-12-06T19:56:22.866Z Downloaded schemars v0.8.21
6212024-12-06T19:56:22.877Z Downloaded plotters-backend v0.3.7
6222024-12-06T19:56:22.880Z Downloaded serde_path_to_error v0.1.16
6232024-12-06T19:56:22.882Z Downloaded async-std v1.13.0
6242024-12-06T19:56:22.902Z Downloaded supports-color v3.0.1
6252024-12-06T19:56:22.904Z Downloaded xz2 v0.1.7
6262024-12-06T19:56:22.906Z Downloaded slog-term v2.9.1
6272024-12-06T19:56:22.908Z Downloaded serde_tokenstream v0.2.2
6282024-12-06T19:56:22.911Z Downloaded olpc-cjson v0.1.4
6292024-12-06T19:56:22.911Z Downloaded tungstenite v0.24.0
6302024-12-06T19:56:22.914Z Downloaded whoami v1.5.2
6312024-12-06T19:56:22.917Z Downloaded native-tls v0.2.12
6322024-12-06T19:56:22.919Z Downloaded env_logger v0.10.2
6332024-12-06T19:56:22.921Z Downloaded mio v1.0.2
6342024-12-06T19:56:22.928Z Downloaded enum-as-inner v0.6.1
6352024-12-06T19:56:22.930Z Downloaded tungstenite v0.23.0
6362024-12-06T19:56:22.933Z Downloaded tungstenite v0.21.0
6372024-12-06T19:56:22.936Z Downloaded crypto-common v0.1.6
6382024-12-06T19:56:22.938Z Downloaded aws-lc-rs v1.10.0
6392024-12-06T19:56:22.946Z Downloaded subtle v2.6.1
6402024-12-06T19:56:22.948Z Downloaded predicates-core v1.0.8
6412024-12-06T19:56:22.948Z Downloaded crossbeam-utils v0.8.20
6422024-12-06T19:56:22.950Z Downloaded clang-sys v1.8.1
6432024-12-06T19:56:22.953Z Downloaded hyper-util v0.1.10
6442024-12-06T19:56:22.957Z Downloaded icu_collections v1.5.0
6452024-12-06T19:56:22.962Z Downloaded pest_meta v2.7.14
6462024-12-06T19:56:22.964Z Downloaded idna v0.5.0
6472024-12-06T19:56:22.971Z Downloaded openssl v0.10.66
6482024-12-06T19:56:22.980Z Downloaded icu_properties v1.5.1
6492024-12-06T19:56:22.982Z Downloaded clap v4.5.21
6502024-12-06T19:56:22.990Z Downloaded publicsuffix v2.2.3
6512024-12-06T19:56:22.993Z Downloaded thiserror v2.0.3
6522024-12-06T19:56:22.998Z Downloaded tokio-postgres v0.7.12
6532024-12-06T19:56:23.003Z Downloaded tls_codec_derive v0.4.1
6542024-12-06T19:56:23.006Z Downloaded zerovec v0.10.4
6552024-12-06T19:56:23.010Z Downloaded plotters v0.3.7
6562024-12-06T19:56:23.018Z Downloaded clap_builder v4.5.21
6572024-12-06T19:56:23.024Z Downloaded snafu v0.8.5
6582024-12-06T19:56:23.030Z Downloaded progenitor-impl v0.8.0
6592024-12-06T19:56:23.033Z Downloaded unicode-normalization v0.1.24
6602024-12-06T19:56:23.036Z Downloaded rustls v0.21.12
6612024-12-06T19:56:23.048Z Downloaded textwrap v0.16.1
6622024-12-06T19:56:23.051Z Downloaded tar v0.4.42
6632024-12-06T19:56:23.054Z Downloaded unicode-width v0.2.0
6642024-12-06T19:56:23.060Z Downloaded snafu-derive v0.8.5
6652024-12-06T19:56:23.063Z Downloaded miniz_oxide v0.8.0
6662024-12-06T19:56:23.065Z Downloaded idna v1.0.3
6672024-12-06T19:56:23.069Z Downloaded quinn-proto v0.11.8
6682024-12-06T19:56:23.077Z Downloaded reqwest v0.12.9
6692024-12-06T19:56:23.086Z Downloaded winnow v0.5.40
6702024-12-06T19:56:23.095Z Downloaded p384 v0.13.0
6712024-12-06T19:56:23.101Z Downloaded hickory-proto v0.24.1
6722024-12-06T19:56:23.118Z Downloaded indexmap v2.6.0
6732024-12-06T19:56:23.122Z Downloaded salty v0.3.0
6742024-12-06T19:56:23.129Z Downloaded crossterm v0.28.1
6752024-12-06T19:56:23.136Z Downloaded criterion v0.5.1
6762024-12-06T19:56:23.143Z Downloaded tabled v0.15.0
6772024-12-06T19:56:23.159Z Downloaded num-bigint v0.4.6
6782024-12-06T19:56:23.164Z Downloaded x509-cert v0.2.5
6792024-12-06T19:56:23.170Z Downloaded vcpkg v0.2.15
6802024-12-06T19:56:23.208Z Downloaded winnow v0.6.20
6812024-12-06T19:56:23.216Z Downloaded trust-dns-proto v0.22.0
6822024-12-06T19:56:23.228Z Downloaded libxml v0.3.3
6832024-12-06T19:56:23.235Z Downloaded idna v0.4.0
6842024-12-06T19:56:23.242Z Downloaded proptest v1.5.0
6852024-12-06T19:56:23.252Z Downloaded nix v0.29.0
6862024-12-06T19:56:23.264Z Downloaded radix_trie v0.2.1
6872024-12-06T19:56:23.269Z Downloaded rayon v1.10.0
6882024-12-06T19:56:23.279Z Downloaded icu_properties_data v1.5.0
6892024-12-06T19:56:23.288Z Downloaded unicode-width v0.1.14
6902024-12-06T19:56:23.295Z Downloaded object v0.30.4
6912024-12-06T19:56:23.305Z Downloaded regress v0.9.1
6922024-12-06T19:56:23.313Z Downloaded petname v2.0.2
6932024-12-06T19:56:23.319Z Downloaded object v0.36.5
6942024-12-06T19:56:23.331Z Downloaded regress v0.10.1
6952024-12-06T19:56:23.340Z Downloaded regex-syntax v0.8.5
6962024-12-06T19:56:23.348Z Downloaded webpki-roots v0.26.6
6972024-12-06T19:56:23.352Z Downloaded serde_json v1.0.132
6982024-12-06T19:56:23.360Z Downloaded diesel v2.2.4
6992024-12-06T19:56:23.379Z Downloaded polar-core v0.27.3
7002024-12-06T19:56:23.387Z Downloaded ratatui v0.28.1
7012024-12-06T19:56:23.407Z Downloaded chrono-tz v0.10.0
7022024-12-06T19:56:23.413Z Downloaded zerocopy-derive v0.6.6
7032024-12-06T19:56:23.422Z Downloaded idna v0.3.0
7042024-12-06T19:56:23.429Z Downloaded nix v0.28.0
7052024-12-06T19:56:23.441Z Downloaded idna v0.2.3
7062024-12-06T19:56:23.447Z Downloaded typify-impl v0.2.0
7072024-12-06T19:56:23.462Z Downloaded syn v2.0.87
7082024-12-06T19:56:23.473Z Downloaded bstr v1.10.0
7092024-12-06T19:56:23.483Z Downloaded syn v1.0.109
7102024-12-06T19:56:23.493Z Downloaded regex-automata v0.4.8
7112024-12-06T19:56:23.510Z Downloaded regex-syntax v0.6.29
7122024-12-06T19:56:23.517Z Downloaded rustix v0.38.37
7132024-12-06T19:56:23.539Z Downloaded dropshot v0.13.0
7142024-12-06T19:56:23.559Z Downloaded petgraph v0.6.5
7152024-12-06T19:56:23.574Z Downloaded lzma-sys v0.1.20
7162024-12-06T19:56:23.607Z Downloaded dropshot v0.12.0
7172024-12-06T19:56:23.625Z Downloaded openapiv3 v2.0.0
7182024-12-06T19:56:23.636Z Downloaded sha3 v0.10.8
7192024-12-06T19:56:23.640Z Downloaded nix v0.27.1
7202024-12-06T19:56:23.651Z Downloaded rustls v0.23.14
7212024-12-06T19:56:23.662Z Downloaded rustls v0.22.4
7222024-12-06T19:56:23.675Z Downloaded sqlparser v0.45.0
7232024-12-06T19:56:23.680Z Downloaded sled v0.34.7
7242024-12-06T19:56:23.690Z Downloaded quick-xml v0.33.0
7252024-12-06T19:56:23.695Z Downloaded smoltcp v0.11.0
7262024-12-06T19:56:23.708Z Downloaded lalrpop v0.19.12
7272024-12-06T19:56:23.719Z Downloaded bzip2-sys v0.1.11+1.0.8
7282024-12-06T19:56:23.730Z Downloaded curve25519-dalek v4.1.3
7292024-12-06T19:56:23.738Z Downloaded csv v1.3.0
7302024-12-06T19:56:23.757Z Downloaded zerocopy-derive v0.8.10
7312024-12-06T19:56:23.763Z Downloaded zerocopy v0.8.10
7322024-12-06T19:56:23.786Z Downloaded smoltcp v0.9.1
7332024-12-06T19:56:23.795Z Downloaded chrono v0.4.38
7342024-12-06T19:56:23.802Z Downloaded icu_locid v1.5.0
7352024-12-06T19:56:23.806Z Downloaded bitvec v1.0.1
7362024-12-06T19:56:23.821Z Downloaded regex v1.11.1
7372024-12-06T19:56:23.833Z Downloaded proc-macro-error-attr v1.0.4
7382024-12-06T19:56:23.836Z Downloaded bindgen v0.69.5
7392024-12-06T19:56:23.841Z Downloaded newtype_derive v0.1.6
7402024-12-06T19:56:23.843Z Downloaded mockall v0.13.0
7412024-12-06T19:56:23.844Z Downloaded serde_derive_internals v0.29.1
7422024-12-06T19:56:23.846Z Downloaded memmap v0.7.0
7432024-12-06T19:56:23.846Z Downloaded dirs-sys-next v0.1.2
7442024-12-06T19:56:23.849Z Downloaded ucd-trie v0.1.7
7452024-12-06T19:56:23.849Z Downloaded libm v0.2.8
7462024-12-06T19:56:23.857Z Downloaded russh v0.45.0
7472024-12-06T19:56:23.862Z Downloaded time v0.3.36
7482024-12-06T19:56:23.869Z Downloaded ssh-key v0.6.6
7492024-12-06T19:56:23.876Z Downloaded vsss-rs v3.3.4
7502024-12-06T19:56:23.879Z Downloaded httpmock v0.8.0-alpha.1
7512024-12-06T19:56:23.897Z Downloaded rsa v0.9.6
7522024-12-06T19:56:23.901Z Downloaded libc v0.2.162
7532024-12-06T19:56:23.927Z Downloaded cookie_store v0.21.0
7542024-12-06T19:56:23.930Z Downloaded thiserror-impl v1.0.69
7552024-12-06T19:56:23.932Z Downloaded pretty_assertions v1.4.1
7562024-12-06T19:56:23.934Z Downloaded toml_edit v0.19.15
7572024-12-06T19:56:23.948Z Downloaded tokio v1.40.0
7582024-12-06T19:56:23.983Z Downloaded libz-sys v1.1.20
7592024-12-06T19:56:24.002Z Downloaded parking_lot v0.11.2
7602024-12-06T19:56:24.004Z Downloaded pest v2.7.14
7612024-12-06T19:56:24.008Z Downloaded zerocopy v0.7.35
7622024-12-06T19:56:24.022Z Downloaded synstructure v0.13.1
7632024-12-06T19:56:24.025Z Downloaded num-iter v0.1.45
7642024-12-06T19:56:24.025Z Downloaded cookie v0.18.1
7652024-12-06T19:56:24.027Z Downloaded uuid v1.11.0
7662024-12-06T19:56:24.029Z Downloaded blake3 v1.5.4
7672024-12-06T19:56:24.036Z Downloaded digest v0.10.7
7682024-12-06T19:56:24.038Z Downloaded vergen v8.3.2
7692024-12-06T19:56:24.040Z Downloaded parse-display v0.10.0
7702024-12-06T19:56:24.043Z Downloaded itertools v0.12.1
7712024-12-06T19:56:24.047Z Downloaded serde_with v3.11.0
7722024-12-06T19:56:24.055Z Downloaded similar v2.6.0
7732024-12-06T19:56:24.059Z Downloaded unicode-bidi v0.3.17
7742024-12-06T19:56:24.061Z Downloaded typed-path v0.9.3
7752024-12-06T19:56:24.067Z Downloaded rusqlite v0.32.1
7762024-12-06T19:56:24.073Z Downloaded termios v0.3.3
7772024-12-06T19:56:24.075Z Downloaded terminal_size v0.4.0
7782024-12-06T19:56:24.077Z Downloaded siphasher v0.3.11
7792024-12-06T19:56:24.077Z Downloaded simd-adler32 v0.3.7
7802024-12-06T19:56:24.079Z Downloaded pin-project v1.1.6
7812024-12-06T19:56:24.087Z Downloaded log v0.4.22
7822024-12-06T19:56:24.090Z Downloaded proc-macro2 v1.0.89
7832024-12-06T19:56:24.092Z Downloaded parking_lot v0.12.3
7842024-12-06T19:56:24.095Z Downloaded omicron-zone-package v0.11.1
7852024-12-06T19:56:24.097Z Downloaded memchr v2.7.4
7862024-12-06T19:56:24.101Z Downloaded rust-argon2 v2.1.0
7872024-12-06T19:56:24.104Z Downloaded rtoolbox v0.0.2
7882024-12-06T19:56:24.106Z Downloaded pkcs8 v0.10.2
7892024-12-06T19:56:24.108Z Downloaded pin-project-lite v0.2.14
7902024-12-06T19:56:24.111Z Downloaded pin-project-internal v1.1.6
7912024-12-06T19:56:24.113Z Downloaded tinytemplate v1.2.1
7922024-12-06T19:56:24.116Z Downloaded minimal-lexical v0.2.1
7932024-12-06T19:56:24.118Z Downloaded dropshot_endpoint v0.12.0
7942024-12-06T19:56:24.120Z Downloaded rstest_macros v0.23.0
7952024-12-06T19:56:24.123Z Downloaded rstest v0.23.0
7962024-12-06T19:56:24.128Z Downloaded toml v0.7.8
7972024-12-06T19:56:24.131Z Downloaded toml_edit v0.22.22
7982024-12-06T19:56:24.151Z Downloaded lru v0.12.5
7992024-12-06T19:56:24.153Z Downloaded lazycell v1.3.0
8002024-12-06T19:56:24.155Z Downloaded lazy_static v1.5.0
8012024-12-06T19:56:24.157Z Downloaded encoding_rs v0.8.34
8022024-12-06T19:56:24.174Z Downloaded dunce v1.0.5
8032024-12-06T19:56:24.177Z Downloaded dsl_auto_type v0.1.2
8042024-12-06T19:56:24.177Z Downloaded ecdsa v0.16.9
8052024-12-06T19:56:24.179Z Downloaded openssl-sys v0.9.103
8062024-12-06T19:56:24.183Z Downloaded crypto-bigint v0.5.5
8072024-12-06T19:56:24.188Z Downloaded console v0.15.8
8082024-12-06T19:56:24.192Z Downloaded unicode_categories v0.1.1
8092024-12-06T19:56:24.194Z Downloaded waitgroup v0.1.2
8102024-12-06T19:56:24.194Z Downloaded linked-hash-map v0.5.6
8112024-12-06T19:56:24.196Z Downloaded scroll v0.12.0
8122024-12-06T19:56:24.196Z Downloaded scopeguard v1.2.0
8132024-12-06T19:56:24.198Z Downloaded indexmap v1.9.3
8142024-12-06T19:56:24.200Z Downloaded datatest-stable v0.2.9
8152024-12-06T19:56:24.203Z Downloaded stable_deref_trait v1.2.0
8162024-12-06T19:56:24.203Z Downloaded ssh-encoding v0.2.0
8172024-12-06T19:56:24.206Z Downloaded zip v0.6.6
8182024-12-06T19:56:24.208Z Downloaded slog v2.7.0
8192024-12-06T19:56:24.211Z Downloaded parse-zoneinfo v0.3.1
8202024-12-06T19:56:24.213Z Downloaded icu_locid_transform_data v1.5.0
8212024-12-06T19:56:24.217Z Downloaded serde v1.0.215
8222024-12-06T19:56:24.217Z Downloaded predicates v3.1.2
8232024-12-06T19:56:24.220Z Downloaded darling_core v0.20.10
8242024-12-06T19:56:24.224Z Downloaded pbkdf2 v0.12.2
8252024-12-06T19:56:24.226Z Downloaded paste v1.0.15
8262024-12-06T19:56:24.228Z Downloaded rcgen v0.12.1
8272024-12-06T19:56:24.232Z Downloaded ipnetwork v0.20.0
8282024-12-06T19:56:24.234Z Downloaded internet-checksum v0.2.1
8292024-12-06T19:56:24.234Z Downloaded tokio-tungstenite v0.21.0
8302024-12-06T19:56:24.236Z Downloaded tokio-stream v0.1.16
8312024-12-06T19:56:24.240Z Downloaded sec1 v0.7.3
8322024-12-06T19:56:24.242Z Downloaded scrypt v0.11.0
8332024-12-06T19:56:24.244Z Downloaded is-terminal v0.4.13
8342024-12-06T19:56:24.244Z Downloaded time-macros v0.2.18
8352024-12-06T19:56:24.247Z Downloaded yoke v0.7.4
8362024-12-06T19:56:24.247Z Downloaded multer v3.1.0
8372024-12-06T19:56:24.249Z Downloaded http v1.1.0
8382024-12-06T19:56:24.253Z Downloaded des v0.8.1
8392024-12-06T19:56:24.255Z Downloaded derive_more v0.99.18
8402024-12-06T19:56:24.258Z Downloaded chacha20poly1305 v0.10.1
8412024-12-06T19:56:24.261Z Downloaded cc v1.1.30
8422024-12-06T19:56:24.263Z Downloaded zone v0.1.8
8432024-12-06T19:56:24.265Z Downloaded proc-macro-error v1.0.4
8442024-12-06T19:56:24.269Z Downloaded clap_derive v4.5.18
8452024-12-06T19:56:24.269Z Downloaded path-tree v0.8.1
8462024-12-06T19:56:24.272Z Downloaded icu_provider v1.5.0
8472024-12-06T19:56:24.274Z Downloaded base64 v0.21.7
8482024-12-06T19:56:24.276Z Downloaded nanorand v0.7.0
8492024-12-06T19:56:24.279Z Downloaded md-5 v0.10.6
8502024-12-06T19:56:24.281Z Downloaded phf v0.11.2
8512024-12-06T19:56:24.281Z Downloaded proc-macro-crate v3.2.0
8522024-12-06T19:56:24.283Z Downloaded num-complex v0.4.6
8532024-12-06T19:56:24.283Z Downloaded libtest-mimic v0.7.3
8542024-12-06T19:56:24.286Z Downloaded libsw v3.3.1
8552024-12-06T19:56:24.288Z Downloaded signal-hook v0.3.17
8562024-12-06T19:56:24.290Z Downloaded libgit2-sys v0.17.0+1.8.1
8572024-12-06T19:56:24.343Z Downloaded serde_yaml v0.9.34+deprecated
8582024-12-06T19:56:24.346Z Downloaded hashbrown v0.12.3
8592024-12-06T19:56:24.350Z Downloaded thiserror-no-std v2.0.2
8602024-12-06T19:56:24.353Z Downloaded heapless v0.7.17
8612024-12-06T19:56:24.356Z Downloaded bytes v1.8.0
8622024-12-06T19:56:24.360Z Downloaded serde_with_macros v3.11.0
8632024-12-06T19:56:24.362Z Downloaded rand_distr v0.4.3
8642024-12-06T19:56:24.364Z Downloaded derive_builder v0.20.2
8652024-12-06T19:56:24.368Z Downloaded clap_lex v0.7.2
8662024-12-06T19:56:24.371Z Downloaded unicode-xid v0.2.6
8672024-12-06T19:56:24.371Z Downloaded unicase v2.7.0
8682024-12-06T19:56:24.374Z Downloaded ron v0.7.1
8692024-12-06T19:56:24.376Z Downloaded ref-cast v1.0.23
8702024-12-06T19:56:24.379Z Downloaded postcard v1.0.10
8712024-12-06T19:56:24.381Z Downloaded poly1305 v0.8.0
8722024-12-06T19:56:24.384Z Downloaded heapless v0.8.0
8732024-12-06T19:56:24.387Z Downloaded headers v0.4.0
8742024-12-06T19:56:24.391Z Downloaded blake2 v0.10.6
8752024-12-06T19:56:24.394Z Downloaded partial-io v0.5.4
8762024-12-06T19:56:24.396Z Downloaded camino v1.1.9
8772024-12-06T19:56:24.398Z Downloaded packed_struct v0.10.1
8782024-12-06T19:56:24.400Z Downloaded utf-8 v0.7.6
8792024-12-06T19:56:24.402Z Downloaded usdt-impl v0.5.0
8802024-12-06T19:56:24.402Z Downloaded usdt v0.5.0
8812024-12-06T19:56:24.402Z Downloaded untrusted v0.9.0
8822024-12-06T19:56:24.405Z Downloaded unarray v0.1.4
8832024-12-06T19:56:24.405Z Downloaded bitflags v2.6.0
8842024-12-06T19:56:24.408Z Downloaded postgres-protocol v0.6.7
8852024-12-06T19:56:24.410Z Downloaded password-hash v0.4.2
8862024-12-06T19:56:24.413Z Downloaded thread_local v1.1.8
8872024-12-06T19:56:24.413Z Downloaded thread-id v4.2.2
8882024-12-06T19:56:24.415Z Downloaded target-spec v3.2.2
8892024-12-06T19:56:24.415Z Downloaded tabled_derive v0.7.0
8902024-12-06T19:56:24.424Z Downloaded anyhow v1.0.93
8912024-12-06T19:56:24.424Z Downloaded static_assertions v1.1.0
8922024-12-06T19:56:24.424Z Downloaded spki v0.7.3
8932024-12-06T19:56:24.424Z Downloaded shlex v1.3.0
8942024-12-06T19:56:24.424Z Downloaded shell-words v1.1.0
8952024-12-06T19:56:24.434Z Downloaded sha1 v0.10.6
8962024-12-06T19:56:24.434Z Downloaded serde_regex v1.1.0
8972024-12-06T19:56:24.434Z Downloaded scheduled-thread-pool v0.2.7
8982024-12-06T19:56:24.434Z Downloaded rustfmt-wrapper v0.2.1
8992024-12-06T19:56:24.434Z Downloaded httptest v0.16.1
9002024-12-06T19:56:24.434Z Downloaded highway v1.2.0
9012024-12-06T19:56:24.434Z Downloaded async-task v4.7.1
9022024-12-06T19:56:24.437Z Downloaded async-process v2.3.0
9032024-12-06T19:56:24.437Z Downloaded async-lock v3.4.0
9042024-12-06T19:56:24.439Z Downloaded block-buffer v0.10.4
9052024-12-06T19:56:24.442Z Downloaded http-body-util v0.1.2
9062024-12-06T19:56:24.442Z Downloaded hex-literal v0.4.1
9072024-12-06T19:56:24.451Z Downloaded hex v0.4.3
9082024-12-06T19:56:24.451Z Downloaded heck v0.4.1
9092024-12-06T19:56:24.451Z Downloaded hashlink v0.9.1
9102024-12-06T19:56:24.451Z Downloaded hash32 v0.2.1
9112024-12-06T19:56:24.451Z Downloaded funty v2.0.0
9122024-12-06T19:56:24.451Z Downloaded filetime v0.2.25
9132024-12-06T19:56:24.451Z Downloaded heck v0.5.0
9142024-12-06T19:56:24.451Z Downloaded heck v0.3.3
9152024-12-06T19:56:24.457Z Downloaded futures-io v0.3.31
9162024-12-06T19:56:24.457Z Downloaded bitflags v1.3.2
9172024-12-06T19:56:24.457Z Downloaded base16ct v0.2.0
9182024-12-06T19:56:24.457Z Downloaded async-executor v1.13.1
9192024-12-06T19:56:24.460Z Downloaded bit-set v0.5.3
9202024-12-06T19:56:24.460Z Downloaded hash32 v0.3.1
9212024-12-06T19:56:24.463Z Downloaded group v0.13.0
9222024-12-06T19:56:24.463Z Downloaded ghash v0.5.1
9232024-12-06T19:56:24.463Z Downloaded gethostname v0.5.0
9242024-12-06T19:56:24.465Z Downloaded form_urlencoded v1.2.1
9252024-12-06T19:56:24.465Z Downloaded foreign-types-macros v0.2.3
9262024-12-06T19:56:24.465Z Downloaded futures-core v0.3.31
9272024-12-06T19:56:24.468Z Downloaded async-channel v1.9.0
9282024-12-06T19:56:24.468Z Downloaded atty v0.2.14
9292024-12-06T19:56:24.470Z Downloaded async-attributes v1.1.2
9302024-12-06T19:56:24.470Z Downloaded anstyle-query v1.1.1
9312024-12-06T19:56:24.473Z Downloaded foreign-types v0.5.0
9322024-12-06T19:56:24.473Z Downloaded float-ord v0.3.2
9332024-12-06T19:56:24.473Z Downloaded futures-lite v2.3.0
9342024-12-06T19:56:24.476Z Downloaded futures-executor v0.3.31
9352024-12-06T19:56:24.476Z Downloaded foldhash v0.1.3
9362024-12-06T19:56:24.476Z Downloaded flume v0.11.1
9372024-12-06T19:56:24.479Z Downloaded async-signal v0.2.10
9382024-12-06T19:56:24.481Z Downloaded argon2 v0.5.3
9392024-12-06T19:56:24.484Z Downloaded async-object-pool v0.1.5
9402024-12-06T19:56:24.486Z Downloaded event-listener v5.3.1
9412024-12-06T19:56:24.488Z Downloaded atomicwrites v0.4.4
9422024-12-06T19:56:24.488Z Downloaded atomic-waker v1.1.2
9432024-12-06T19:56:24.490Z Downloaded async-stream v0.3.6
9442024-12-06T19:56:24.492Z Downloaded async-global-executor v2.4.1
9452024-12-06T19:56:24.492Z Downloaded async-channel v2.3.1
9462024-12-06T19:56:24.495Z Downloaded arrayref v0.3.9
9472024-12-06T19:56:24.496Z Downloaded ring v0.17.8
9482024-12-06T19:56:24.560Z Downloaded anstyle-parse v0.2.5
9492024-12-06T19:56:24.563Z Downloaded anstyle v1.0.10
9502024-12-06T19:56:24.565Z Downloaded escape8259 v0.5.3
9512024-12-06T19:56:24.565Z Downloaded assert_cmd v2.0.16
9522024-12-06T19:56:24.567Z Downloaded ascii-canvas v3.0.0
9532024-12-06T19:56:24.567Z Downloaded aes-gcm v0.10.3
9542024-12-06T19:56:24.570Z Downloaded aes v0.8.4
9552024-12-06T19:56:24.623Z Downloaded ring v0.16.20
9562024-12-06T19:56:24.999Z Downloaded libsqlite3-sys v0.30.1
9572024-12-06T19:56:25.270Z Downloaded aws-lc-sys v0.22.0
9582024-12-06T19:56:25.746Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-06T19:56:45.319Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-06T19:56:49.463Z Startup: Caching catalogs ... Done
9612024-12-06T19:56:59.611ZPlanning: Solver setup ... Done (9.292s)
9622024-12-06T19:56:59.739ZPlanning: Running solver ... Done (0.128s)
9632024-12-06T19:57:00.057ZPlanning: Finding local manifests ... Done (0.221s)
9642024-12-06T19:57:00.070ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-06T19:57:00.287ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-06T19:57:00.632ZPlanning: Package planning ... Done (0.345s)
9672024-12-06T19:57:00.689ZPlanning: Merging actions ... Done (0.057s)
9682024-12-06T19:57:01.949ZPlanning: Checking for conflicting actions ... Done (1.260s)
9692024-12-06T19:57:12.728ZPlanning: Consolidating action changes ... Done (10.779s)
9702024-12-06T19:57:13.181ZPlanning: Evaluating mediators ... Done (0.453s)
9712024-12-06T19:57:13.373ZPlanning: Planning completed in 23.82 seconds
9722024-12-06T19:57:14.498Z Packages to install: 4
9732024-12-06T19:57:14.498Z Packages to update: 1
9742024-12-06T19:57:14.500Z Mediators to change: 2
9752024-12-06T19:57:14.500Z Services to change: 1
9762024-12-06T19:57:14.500Z Estimated space available: 155.37 GB
9772024-12-06T19:57:14.500ZEstimated space to be consumed: 1.61 GB
9782024-12-06T19:57:14.500Z Create boot environment: No
9792024-12-06T19:57:14.500ZCreate backup boot environment: Yes
9802024-12-06T19:57:14.500Z Rebuild boot archive: No
9812024-12-06T19:57:14.500Z
9822024-12-06T19:57:14.500ZChanged mediators:
9832024-12-06T19:57:14.500Z mediator clang:
9842024-12-06T19:57:14.500Z version: None -> 15 (system default)
9852024-12-06T19:57:14.500Z
9862024-12-06T19:57:14.500Z mediator llvm:
9872024-12-06T19:57:14.500Z version: 14 (system default) -> 15 (system default)
9882024-12-06T19:57:14.500Z
9892024-12-06T19:57:14.500ZChanged packages:
9902024-12-06T19:57:14.500Zhelios-dev
9912024-12-06T19:57:14.500Z developer/build-essential
9922024-12-06T19:57:14.500Z None -> 11-2.0
9932024-12-06T19:57:14.502Z library/libxmlsec1
9942024-12-06T19:57:14.502Z None -> 1.2.35-2.0
9952024-12-06T19:57:14.502Z ooce/developer/clang-15
9962024-12-06T19:57:14.502Z None -> 15.0.7-2.0
9972024-12-06T19:57:14.502Z ooce/developer/llvm-15
9982024-12-06T19:57:14.502Z None -> 15.0.7-2.0
9992024-12-06T19:57:14.502Z package/pkg
10002024-12-06T19:57:14.502Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-06T19:57:14.502Z
10022024-12-06T19:57:14.502ZServices:
10032024-12-06T19:57:14.502Z restart_fmri:
10042024-12-06T19:57:14.502Z svc:/system/update-man-index:default
10052024-12-06T19:57:14.502Z
10062024-12-06T19:57:14.502ZEditable files to change:
10072024-12-06T19:57:14.502Z Update:
10082024-12-06T19:57:14.502Z usr/share/lib/pkg/web/config.shtml
10092024-12-06T19:57:15.101Z
10102024-12-06T19:57:15.101ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-06T19:57:20.105ZDownload: 1380/4281 items 105.0/220.6MB 47% complete (21.2M/s)
10122024-12-06T19:57:25.104ZDownload: 3207/4281 items 163.9/220.6MB 74% complete (16.3M/s)
10132024-12-06T19:57:29.542ZDownload: Completed 220.60 MB in 14.44 seconds (15.3M/s)
10142024-12-06T19:57:30.493Z Actions: 1/5063 actions (Removing old actions)
10152024-12-06T19:57:30.510Z Actions: 194/5063 actions (Installing new actions)
10162024-12-06T19:57:35.620Z Actions: 4083/5063 actions (Installing new actions)
10172024-12-06T19:57:36.399Z Actions: 4226/5063 actions (Updating modified actions)
10182024-12-06T19:57:36.845Z Actions: Completed 5063 actions in 6.35 seconds.
10192024-12-06T19:57:37.068Z Done (0.215s)
10202024-12-06T19:57:37.071Z Done (0.000s)
10212024-12-06T19:57:37.631Z Done (0.561s)
10222024-12-06T19:57:45.275Z Done (7.426s)
10232024-12-06T19:57:45.853Z Done (0.504s)
10242024-12-06T19:57:45.855Z Done (0.000s)
10252024-12-06T19:57:46.041Z Done (0.000s)
10262024-12-06T19:57:46.725ZPlanning: Evaluating mediator changes ... Done
10272024-12-06T19:57:46.884ZPlanning: Checking for conflicting actions ... Done
10282024-12-06T19:57:46.886ZPlanning: Consolidating action changes ... Done
10292024-12-06T19:57:47.150ZPlanning: Evaluating mediators ... Done
10302024-12-06T19:57:47.153ZPlanning: Planning completed in 0.43 seconds
10312024-12-06T19:57:47.188Z Mediators to change: 2
10322024-12-06T19:57:47.190Z Create boot environment: No
10332024-12-06T19:57:47.190ZCreate backup boot environment: No
10342024-12-06T19:57:47.259Z Done
10352024-12-06T19:57:47.259Z Done
10362024-12-06T19:57:47.607Z Done
10372024-12-06T19:57:51.179Z Done
10382024-12-06T19:57:51.268Z Done
10392024-12-06T19:57:51.271Z Done
10402024-12-06T19:57:51.414Z Done
10412024-12-06T19:57:52.026ZPlanning: Evaluating mediator changes ... Done
10422024-12-06T19:57:52.028ZPlanning: Merging actions ... Done
10432024-12-06T19:57:52.218ZPlanning: Checking for conflicting actions ... Done
10442024-12-06T19:57:52.220ZPlanning: Consolidating action changes ... Done
10452024-12-06T19:57:52.488ZPlanning: Evaluating mediators ... Done
10462024-12-06T19:57:52.545ZPlanning: Planning completed in 0.76 seconds
10472024-12-06T19:57:52.584Z Packages to change: 1
10482024-12-06T19:57:52.584Z Mediators to change: 1
10492024-12-06T19:57:52.586Z Services to change: 1
10502024-12-06T19:57:52.586Z Create boot environment: No
10512024-12-06T19:57:52.587ZCreate backup boot environment: Yes
10522024-12-06T19:57:54.705Z Actions: 1/6 actions (Updating modified actions)
10532024-12-06T19:57:54.822Z Actions: Completed 6 actions in 0.12 seconds.
10542024-12-06T19:57:54.826Z Done
10552024-12-06T19:57:54.826Z Done
10562024-12-06T19:57:54.935Z Done
10572024-12-06T19:57:58.526Z Done
10582024-12-06T19:57:58.618Z Done
10592024-12-06T19:57:58.620Z Done
10602024-12-06T19:57:58.783Z Done
10612024-12-06T19:57:59.219ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10622024-12-06T19:57:59.219Zclang system 15 system
10632024-12-06T19:57:59.219Zcsh system system illumos
10642024-12-06T19:57:59.219Zctags system system illumos
10652024-12-06T19:57:59.219Zgcc vendor 12 vendor
10662024-12-06T19:57:59.219Zgcc system 10 system
10672024-12-06T19:57:59.220Zgcc system 7 system
10682024-12-06T19:57:59.220Zgo system 1.20 system
10692024-12-06T19:57:59.220Zgo system 1.19 system
10702024-12-06T19:57:59.220Zllvm system 15 system
10712024-12-06T19:57:59.220Zllvm system 14 system
10722024-12-06T19:57:59.220Zmariadb system 10.6 system
10732024-12-06T19:57:59.220Zmta vendor vendor dma
10742024-12-06T19:57:59.220Zopenjdk system 17 system
10752024-12-06T19:57:59.220Zopenjdk system 11 system
10762024-12-06T19:57:59.220Zopenjdk system 1.8 system
10772024-12-06T19:57:59.220Zopenssl vendor 3 vendor
10782024-12-06T19:57:59.220Zperl system 5.36 system
10792024-12-06T19:57:59.220Zpostgresql system 15 system
10802024-12-06T19:57:59.220Zpostgresql system 13 system
10812024-12-06T19:57:59.220Zpython vendor 3 vendor
10822024-12-06T19:57:59.220Zpython system 2 system
10832024-12-06T19:57:59.220Zpython3 system 3.11 system
10842024-12-06T19:57:59.220Zruby system 3.0 system
10852024-12-06T19:57:59.220Zwords vendor vendor american-english
10862024-12-06T19:57:59.220Zwords system system australian-english
10872024-12-06T19:57:59.220Zwords system system british-english
10882024-12-06T19:57:59.220Zwords system system canadian-english
10892024-12-06T19:57:59.220Zwords system system french
10902024-12-06T19:57:59.220Zwords system system italian
10912024-12-06T19:57:59.220Zwords system system ngerman
10922024-12-06T19:57:59.221Zwords system system ogerman
10932024-12-06T19:57:59.221Zwords system system spanish
10942024-12-06T19:57:59.556ZPUBLISHER TYPE STATUS P LOCATION
10952024-12-06T19:57:59.556Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10962024-12-06T19:58:02.222ZFMRI IFO
10972024-12-06T19:58:02.222Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10982024-12-06T19:58:02.222Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10992024-12-06T19:58:02.222Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11002024-12-06T19:58:02.222Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11012024-12-06T19:58:02.222Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11022024-12-06T19:58:02.222Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11032024-12-06T19:58:02.222Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11042024-12-06T19:58:02.222Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11052024-12-06T19:58:02.222Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11062024-12-06T19:58:02.222Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11072024-12-06T19:58:02.222Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11082024-12-06T19:58:02.223Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11092024-12-06T19:58:02.223Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11102024-12-06T19:58:02.223Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11112024-12-06T19:58:02.223Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11122024-12-06T19:58:03.256Z Downloading crates ...
11132024-12-06T19:58:03.344Z Downloaded cargo_toml v0.20.5
11142024-12-06T19:58:03.479Z Compiling proc-macro2 v1.0.89
11152024-12-06T19:58:03.479Z Compiling unicode-ident v1.0.13
11162024-12-06T19:58:03.479Z Compiling version_check v0.9.5
11172024-12-06T19:58:03.482Z Compiling serde v1.0.215
11182024-12-06T19:58:03.482Z Compiling thiserror v1.0.69
11192024-12-06T19:58:03.482Z Compiling memchr v2.7.4
11202024-12-06T19:58:03.482Z Compiling libc v0.2.162
11212024-12-06T19:58:03.482Z Compiling ryu v1.0.18
11222024-12-06T19:58:03.733Z Compiling itoa v1.0.11
11232024-12-06T19:58:03.872Z Compiling ucd-trie v0.1.7
11242024-12-06T19:58:03.943Z Compiling once_cell v1.20.2
11252024-12-06T19:58:04.302Z Compiling byteorder v1.5.0
11262024-12-06T19:58:04.369Z Compiling rustix v0.38.37
11272024-12-06T19:58:04.644Z Compiling serde_json v1.0.132
11282024-12-06T19:58:05.777Z Compiling bitflags v2.6.0
11292024-12-06T19:58:05.789Z Compiling usdt-impl v0.5.0
11302024-12-06T19:58:05.825Z Compiling proc-macro-error-attr v1.0.4
11312024-12-06T19:58:05.996Z Compiling syn v1.0.109
11322024-12-06T19:58:06.047Z Compiling proc-macro-error v1.0.4
11332024-12-06T19:58:06.115Z Compiling equivalent v1.0.1
11342024-12-06T19:58:06.162Z Compiling camino v1.1.9
11352024-12-06T19:58:06.205Z Compiling log v0.4.22
11362024-12-06T19:58:06.218Z Compiling utf8parse v0.2.2
11372024-12-06T19:58:06.291Z Compiling hashbrown v0.15.0
11382024-12-06T19:58:06.355Z Compiling plain v0.2.3
11392024-12-06T19:58:06.486Z Compiling thread-id v4.2.2
11402024-12-06T19:58:06.511Z Compiling anstyle-parse v0.2.5
11412024-12-06T19:58:06.653Z Compiling winnow v0.6.20
11422024-12-06T19:58:06.705Z Compiling colorchoice v1.0.2
11432024-12-06T19:58:06.822Z Compiling quote v1.0.37
11442024-12-06T19:58:06.837Z Compiling semver v1.0.23
11452024-12-06T19:58:06.848Z Compiling anstyle v1.0.10
11462024-12-06T19:58:06.882Z Compiling anstyle-query v1.1.1
11472024-12-06T19:58:07.017Z Compiling errno v0.3.9
11482024-12-06T19:58:07.237Z Compiling syn v2.0.87
11492024-12-06T19:58:07.354Z Compiling unicode-width v0.1.14
11502024-12-06T19:58:07.475Z Compiling indexmap v2.6.0
11512024-12-06T19:58:07.514Z Compiling is_terminal_polyfill v1.70.1
11522024-12-06T19:58:07.630Z Compiling autocfg v1.4.0
11532024-12-06T19:58:07.859Z Compiling pretty-hex v0.4.1
11542024-12-06T19:58:08.046Z Compiling anstream v0.6.15
11552024-12-06T19:58:08.821Z Compiling fs-err v2.11.0
11562024-12-06T19:58:08.990Z Compiling anyhow v1.0.93
11572024-12-06T19:58:09.079Z Compiling fastrand v2.1.1
11582024-12-06T19:58:09.169Z Compiling bytecount v0.6.8
11592024-12-06T19:58:09.362Z Compiling clap_lex v0.7.2
11602024-12-06T19:58:09.375Z Compiling cfg-if v1.0.0
11612024-12-06T19:58:09.456Z Compiling terminal_size v0.4.0
11622024-12-06T19:58:09.617Z Compiling strsim v0.11.1
11632024-12-06T19:58:09.620Z Compiling fnv v1.0.7
11642024-12-06T19:58:09.644Z Compiling heck v0.5.0
11652024-12-06T19:58:09.747Z Compiling heck v0.4.1
11662024-12-06T19:58:09.858Z Compiling papergrid v0.11.0
11672024-12-06T19:58:10.152Z Compiling clap_builder v4.5.21
11682024-12-06T19:58:10.443Z Compiling tempfile v3.13.0
11692024-12-06T19:58:10.570Z Compiling memmap v0.7.0
11702024-12-06T19:58:10.654Z Compiling smawk v0.3.2
11712024-12-06T19:58:10.858Z Compiling unicode-linebreak v0.1.5
11722024-12-06T19:58:11.325Z Compiling textwrap v0.16.1
11732024-12-06T19:58:11.366Z Compiling swrite v0.1.0
11742024-12-06T19:58:12.727Z Compiling tabled_derive v0.7.0
11752024-12-06T19:58:14.183Z Compiling tabled v0.15.0
11762024-12-06T19:58:16.130Z Compiling serde_derive v1.0.215
11772024-12-06T19:58:16.132Z Compiling thiserror-impl v1.0.69
11782024-12-06T19:58:16.132Z Compiling zerocopy-derive v0.7.35
11792024-12-06T19:58:16.132Z Compiling scroll_derive v0.12.0
11802024-12-06T19:58:16.132Z Compiling clap_derive v4.5.18
11812024-12-06T19:58:17.391Z Compiling scroll v0.12.0
11822024-12-06T19:58:17.815Z Compiling zerocopy v0.7.35
11832024-12-06T19:58:17.938Z Compiling goblin v0.8.2
11842024-12-06T19:58:18.735Z Compiling pest v2.7.14
11852024-12-06T19:58:19.892Z Compiling clap v4.5.21
11862024-12-06T19:58:20.973Z Compiling pest_meta v2.7.14
11872024-12-06T19:58:21.800Z Compiling pest_generator v2.7.14
11882024-12-06T19:58:23.820Z Compiling pest_derive v2.7.14
11892024-12-06T19:58:24.555Z Compiling dtrace-parser v0.2.0
11902024-12-06T19:58:26.084Z Compiling serde_spanned v0.6.8
11912024-12-06T19:58:26.084Z Compiling toml_datetime v0.6.8
11922024-12-06T19:58:26.087Z Compiling cargo-platform v0.1.8
11932024-12-06T19:58:26.482Z Compiling serde_tokenstream v0.2.2
11942024-12-06T19:58:26.526Z Compiling toml_edit v0.22.22
11952024-12-06T19:58:26.611Z Compiling macaddr v1.0.1
11962024-12-06T19:58:26.719Z Compiling camino-tempfile v1.1.1
11972024-12-06T19:58:27.559Z Compiling dof v0.3.0
11982024-12-06T19:58:27.559Z Compiling cargo_metadata v0.18.1
11992024-12-06T19:58:29.338Z Compiling toml v0.8.19
12002024-12-06T19:58:29.587Z Compiling usdt-attr-macro v0.5.0
12012024-12-06T19:58:29.587Z Compiling usdt-macro v0.5.0
12022024-12-06T19:58:30.171Z Compiling cargo_toml v0.20.5
12032024-12-06T19:58:30.919Z Compiling usdt v0.5.0
12042024-12-06T19:58:33.682Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12052024-12-06T19:58:37.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s
12062024-12-06T19:58:37.860Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12072024-12-06T19:58:38.695Z Compiling serde v1.0.215
12082024-12-06T19:58:38.698Z Compiling lock_api v0.4.12
12092024-12-06T19:58:38.698Z Compiling scopeguard v1.2.0
12102024-12-06T19:58:38.698Z Compiling value-bag v1.9.0
12112024-12-06T19:58:38.698Z Compiling typenum v1.17.0
12122024-12-06T19:58:38.698Z Compiling generic-array v0.14.7
12132024-12-06T19:58:38.855Z Compiling syn v2.0.87
12142024-12-06T19:58:38.869Z Compiling getrandom v0.2.15
12152024-12-06T19:58:39.000Z Compiling subtle v2.6.1
12162024-12-06T19:58:39.121Z Compiling rand_core v0.6.4
12172024-12-06T19:58:39.255Z Compiling log v0.4.22
12182024-12-06T19:58:39.385Z Compiling shlex v1.3.0
12192024-12-06T19:58:39.404Z Compiling jobserver v0.1.32
12202024-12-06T19:58:39.419Z Compiling const-oid v0.9.6
12212024-12-06T19:58:39.625Z Compiling smallvec v1.13.2
12222024-12-06T19:58:39.675Z Compiling spin v0.9.8
12232024-12-06T19:58:39.794Z Compiling cc v1.1.30
12242024-12-06T19:58:40.017Z Compiling pin-project-lite v0.2.14
12252024-12-06T19:58:40.056Z Compiling rustix v0.38.37
12262024-12-06T19:58:40.128Z Compiling parking_lot_core v0.9.10
12272024-12-06T19:58:40.145Z Compiling futures-core v0.3.31
12282024-12-06T19:58:40.309Z Compiling signal-hook-registry v1.4.2
12292024-12-06T19:58:40.400Z Compiling mio v1.0.2
12302024-12-06T19:58:40.932Z Compiling aho-corasick v1.1.3
12312024-12-06T19:58:41.146Z Compiling parking_lot v0.12.3
12322024-12-06T19:58:41.268Z Compiling cpufeatures v0.2.14
12332024-12-06T19:58:41.309Z Compiling regex-syntax v0.8.5
12342024-12-06T19:58:41.372Z Compiling either v1.13.0
12352024-12-06T19:58:41.476Z Compiling lazy_static v1.5.0
12362024-12-06T19:58:41.596Z Compiling stable_deref_trait v1.2.0
12372024-12-06T19:58:41.614Z Compiling glob v0.3.1
12382024-12-06T19:58:41.708Z Compiling futures-sink v0.3.31
12392024-12-06T19:58:41.779Z Compiling socket2 v0.5.7
12402024-12-06T19:58:41.865Z Compiling slab v0.4.9
12412024-12-06T19:58:42.041Z Compiling prettyplease v0.2.25
12422024-12-06T19:58:42.302Z Compiling minimal-lexical v0.2.1
12432024-12-06T19:58:42.629Z Compiling clang-sys v1.8.1
12442024-12-06T19:58:42.661Z Compiling libloading v0.8.5
12452024-12-06T19:58:42.770Z Compiling nom v7.1.3
12462024-12-06T19:58:42.813Z Compiling serde_json v1.0.132
12472024-12-06T19:58:43.070Z Compiling home v0.5.9
12482024-12-06T19:58:43.112Z Compiling bindgen v0.69.5
12492024-12-06T19:58:43.370Z Compiling futures-channel v0.3.31
12502024-12-06T19:58:43.836Z Compiling itertools v0.12.1
12512024-12-06T19:58:43.907Z Compiling futures-task v0.3.31
12522024-12-06T19:58:44.118Z Compiling pin-utils v0.1.0
12532024-12-06T19:58:44.215Z Compiling rustc-hash v1.1.0
12542024-12-06T19:58:44.233Z Compiling foldhash v0.1.3
12552024-12-06T19:58:44.366Z Compiling futures-io v0.3.31
12562024-12-06T19:58:44.536Z Compiling lazycell v1.3.0
12572024-12-06T19:58:44.672Z Compiling allocator-api2 v0.2.18
12582024-12-06T19:58:44.712Z Compiling cmake v0.1.51
12592024-12-06T19:58:45.459Z Compiling regex-automata v0.4.8
12602024-12-06T19:58:45.769Z Compiling hashbrown v0.15.0
12612024-12-06T19:58:46.541Z Compiling synstructure v0.13.1
12622024-12-06T19:58:46.999Z Compiling cexpr v0.6.0
12632024-12-06T19:58:47.079Z Compiling tinyvec_macros v0.1.1
12642024-12-06T19:58:47.171Z Compiling fs_extra v1.3.0
12652024-12-06T19:58:47.769Z Compiling libm v0.2.8
12662024-12-06T19:58:48.087Z Compiling dunce v1.0.5
12672024-12-06T19:58:48.193Z Compiling pkg-config v0.3.31
12682024-12-06T19:58:48.248Z Compiling tinyvec v1.8.0
12692024-12-06T19:58:48.266Z Compiling num-traits v0.2.19
12702024-12-06T19:58:48.795Z Compiling ring v0.17.8
12712024-12-06T19:58:49.725Z Compiling unicode-normalization v0.1.24
12722024-12-06T19:58:49.762Z Compiling litemap v0.7.3
12732024-12-06T19:58:49.797Z Compiling base64ct v1.6.0
12742024-12-06T19:58:49.921Z Compiling paste v1.0.15
12752024-12-06T19:58:50.144Z Compiling unicode-bidi v0.3.17
12762024-12-06T19:58:50.199Z Compiling writeable v0.5.5
12772024-12-06T19:58:50.412Z Compiling pem-rfc7468 v0.7.0
12782024-12-06T19:58:50.807Z Compiling aws-lc-rs v1.10.0
12792024-12-06T19:58:51.102Z Compiling regex v1.11.1
12802024-12-06T19:58:51.222Z Compiling httparse v1.9.5
12812024-12-06T19:58:51.550Z Compiling flagset v0.4.6
12822024-12-06T19:58:51.999Z Compiling tracing-core v0.1.32
12832024-12-06T19:58:52.152Z Compiling rustls-pki-types v1.9.0
12842024-12-06T19:58:52.605Z Compiling crossbeam-utils v0.8.20
12852024-12-06T19:58:52.886Z Compiling percent-encoding v2.3.1
12862024-12-06T19:58:53.174Z Compiling icu_locid_transform_data v1.5.0
12872024-12-06T19:58:53.246Z Compiling serde_derive v1.0.215
12882024-12-06T19:58:53.264Z Compiling zeroize_derive v1.4.2
12892024-12-06T19:58:53.267Z Compiling zerocopy-derive v0.7.35
12902024-12-06T19:58:53.267Z Compiling tokio-macros v2.4.0
12912024-12-06T19:58:53.915Z Compiling zerofrom-derive v0.1.4
12922024-12-06T19:58:54.730Z Compiling zeroize v1.8.1
12932024-12-06T19:58:54.898Z Compiling yoke-derive v0.7.4
12942024-12-06T19:58:55.492Z Compiling thiserror-impl v1.0.69
12952024-12-06T19:58:55.530Z Compiling zerocopy v0.7.35
12962024-12-06T19:58:56.407Z Compiling crypto-common v0.1.6
12972024-12-06T19:58:56.652Z Compiling block-buffer v0.10.4
12982024-12-06T19:58:56.900Z Compiling digest v0.10.7
12992024-12-06T19:58:57.120Z Compiling futures-macro v0.3.31
13002024-12-06T19:58:57.389Z Compiling hmac v0.12.1
13012024-12-06T19:58:57.597Z Compiling zerovec-derive v0.10.3
13022024-12-06T19:58:57.911Z Compiling block-padding v0.3.3
13032024-12-06T19:58:57.913Z Compiling zerofrom v0.1.4
13042024-12-06T19:58:58.078Z Compiling displaydoc v0.2.5
13052024-12-06T19:58:58.129Z Compiling yoke v0.7.4
13062024-12-06T19:58:58.147Z Compiling inout v0.1.3
13072024-12-06T19:58:58.405Z Compiling cipher v0.4.4
13082024-12-06T19:58:58.466Z Compiling sha2 v0.10.8
13092024-12-06T19:58:58.786Z Compiling thiserror v1.0.69
13102024-12-06T19:58:58.911Z Compiling ppv-lite86 v0.2.20
13112024-12-06T19:58:58.929Z Compiling icu_provider_macros v1.5.0
13122024-12-06T19:58:59.045Z Compiling futures-util v0.3.31
13132024-12-06T19:58:59.734Z Compiling der_derive v0.7.3
13142024-12-06T19:58:59.781Z Compiling rand_chacha v0.3.1
13152024-12-06T19:59:00.009Z Compiling tracing-attributes v0.1.27
13162024-12-06T19:59:00.267Z Compiling zerovec v0.10.4
13172024-12-06T19:59:01.746Z Compiling rand v0.8.5
13182024-12-06T19:59:01.872Z Compiling pest v2.7.14
13192024-12-06T19:59:02.160Z Compiling tinystr v0.7.6
13202024-12-06T19:59:02.385Z Compiling der v0.7.9
13212024-12-06T19:59:02.550Z Compiling icu_locid v1.5.0
13222024-12-06T19:59:03.849Z Compiling icu_provider v1.5.0
13232024-12-06T19:59:03.945Z Compiling tracing v0.1.40
13242024-12-06T19:59:04.428Z Compiling spki v0.7.3
13252024-12-06T19:59:04.773Z Compiling icu_locid_transform v1.5.0
13262024-12-06T19:59:04.775Z Compiling icu_collections v1.5.0
13272024-12-06T19:59:04.917Z Compiling salsa20 v0.10.2
13282024-12-06T19:59:04.936Z Compiling pbkdf2 v0.12.2
13292024-12-06T19:59:05.030Z Compiling vcpkg v0.2.15
13302024-12-06T19:59:05.101Z Compiling icu_properties_data v1.5.0
13312024-12-06T19:59:05.153Z Compiling powerfmt v0.2.0
13322024-12-06T19:59:05.372Z Compiling untrusted v0.9.0
13332024-12-06T19:59:05.482Z Compiling mirai-annotations v1.12.0
13342024-12-06T19:59:05.527Z Compiling time-core v0.1.2
13352024-12-06T19:59:05.638Z Compiling num-conv v0.1.0
13362024-12-06T19:59:05.673Z Compiling untrusted v0.7.1
13372024-12-06T19:59:05.690Z Compiling deranged v0.3.11
13382024-12-06T19:59:05.849Z Compiling icu_properties v1.5.1
13392024-12-06T19:59:05.913Z Compiling time-macros v0.2.18
13402024-12-06T19:59:06.211Z Compiling scrypt v0.11.0
13412024-12-06T19:59:06.743Z Compiling bitflags v2.6.0
13422024-12-06T19:59:06.920Z Compiling bytes v1.8.0
13432024-12-06T19:59:07.194Z Compiling indexmap v2.6.0
13442024-12-06T19:59:07.355Z Compiling semver v1.0.23
13452024-12-06T19:59:07.544Z Compiling openssl-sys v0.9.103
13462024-12-06T19:59:08.129Z Compiling tokio v1.40.0
13472024-12-06T19:59:08.263Z Compiling http v1.1.0
13482024-12-06T19:59:08.678Z Compiling rustc_version v0.4.1
13492024-12-06T19:59:09.267Z Compiling pest_meta v2.7.14
13502024-12-06T19:59:09.500Z Compiling aes v0.8.4
13512024-12-06T19:59:10.472Z Compiling cbc v0.1.2
13522024-12-06T19:59:10.713Z Compiling scroll_derive v0.12.0
13532024-12-06T19:59:10.776Z Compiling icu_normalizer_data v1.5.0
13542024-12-06T19:59:10.884Z Compiling num_threads v0.1.7
13552024-12-06T19:59:11.015Z Compiling utf16_iter v1.0.5
13562024-12-06T19:59:11.220Z Compiling which v4.4.2
13572024-12-06T19:59:12.041Z Compiling atomic-waker v1.1.2
13582024-12-06T19:59:12.218Z Compiling utf8_iter v1.0.4
13592024-12-06T19:59:12.234Z Compiling write16 v1.0.0
13602024-12-06T19:59:12.356Z Compiling scroll v0.12.0
13612024-12-06T19:59:12.374Z Compiling time v0.3.36
13622024-12-06T19:59:12.453Z Compiling icu_normalizer v1.5.0
13632024-12-06T19:59:12.514Z Compiling pkcs5 v0.7.1
13642024-12-06T19:59:12.599Z Compiling pest_generator v2.7.14
13652024-12-06T19:59:12.904Z Compiling http-body v1.0.1
13662024-12-06T19:59:13.432Z Compiling form_urlencoded v1.2.1
13672024-12-06T19:59:13.760Z Compiling slog v2.7.0
13682024-12-06T19:59:13.798Z Compiling try-lock v0.2.5
13692024-12-06T19:59:13.954Z Compiling goblin v0.8.2
13702024-12-06T19:59:14.359Z Compiling want v0.3.1
13712024-12-06T19:59:14.420Z Compiling idna_adapter v1.2.0
13722024-12-06T19:59:14.497Z Compiling pkcs8 v0.10.2
13732024-12-06T19:59:14.637Z Compiling httpdate v1.0.3
13742024-12-06T19:59:14.655Z Compiling pest_derive v2.7.14
13752024-12-06T19:59:14.657Z Compiling idna v1.0.3
13762024-12-06T19:59:15.187Z Compiling uuid v1.11.0
13772024-12-06T19:59:15.424Z Compiling dtrace-parser v0.2.0
13782024-12-06T19:59:15.922Z Compiling toml_datetime v0.6.8
13792024-12-06T19:59:16.447Z Compiling serde_spanned v0.6.8
13802024-12-06T19:59:16.525Z Compiling serde_tokenstream v0.2.2
13812024-12-06T19:59:16.609Z Compiling rustversion v1.0.17
13822024-12-06T19:59:16.676Z Compiling tokio-util v0.7.12
13832024-12-06T19:59:17.162Z Compiling match_cfg v0.1.0
13842024-12-06T19:59:17.260Z Compiling openssl v0.10.66
13852024-12-06T19:59:17.347Z Compiling tower-service v0.3.3
13862024-12-06T19:59:17.480Z Compiling adler2 v2.0.0
13872024-12-06T19:59:17.610Z Compiling foreign-types-shared v0.1.1
13882024-12-06T19:59:17.612Z Compiling iana-time-zone v0.1.61
13892024-12-06T19:59:17.667Z Compiling base64 v0.22.1
13902024-12-06T19:59:17.684Z Compiling h2 v0.4.6
13912024-12-06T19:59:17.719Z Compiling foreign-types v0.3.2
13922024-12-06T19:59:17.818Z Compiling chrono v0.4.38
13932024-12-06T19:59:18.091Z Compiling miniz_oxide v0.8.0
13942024-12-06T19:59:18.189Z Compiling hostname v0.3.1
13952024-12-06T19:59:18.436Z Compiling url v2.5.3
13962024-12-06T19:59:19.673Z Compiling async-trait v0.1.83
13972024-12-06T19:59:19.868Z Compiling dof v0.3.0
13982024-12-06T19:59:20.444Z Compiling openssl-macros v0.1.1
13992024-12-06T19:59:21.182Z Compiling usdt-impl v0.5.0
14002024-12-06T19:59:21.623Z Compiling dirs-sys-next v0.1.2
14012024-12-06T19:59:22.085Z Compiling native-tls v0.2.12
14022024-12-06T19:59:22.274Z Compiling syn v1.0.109
14032024-12-06T19:59:22.418Z Compiling data-encoding v2.6.0
14042024-12-06T19:59:22.493Z Compiling rustls v0.23.14
14052024-12-06T19:59:22.751Z Compiling siphasher v0.3.11
14062024-12-06T19:59:22.770Z Compiling rustls v0.22.4
14072024-12-06T19:59:23.010Z Compiling dirs-next v2.0.0
14082024-12-06T19:59:23.204Z Compiling http-body-util v0.1.2
14092024-12-06T19:59:23.800Z Compiling crossbeam-epoch v0.9.18
14102024-12-06T19:59:24.049Z Compiling heapless v0.7.17
14112024-12-06T19:59:24.370Z Compiling signature v2.2.0
14122024-12-06T19:59:24.482Z Compiling sha1 v0.10.6
14132024-12-06T19:59:24.567Z Compiling bzip2-sys v0.1.11+1.0.8
14142024-12-06T19:59:24.586Z Compiling serde_derive_internals v0.29.1
14152024-12-06T19:59:24.639Z Compiling hyper v1.5.0
14162024-12-06T19:59:24.837Z Compiling thread_local v1.1.8
14172024-12-06T19:59:24.903Z Compiling encoding_rs v0.8.34
14182024-12-06T19:59:25.050Z Compiling cookie v0.18.1
14192024-12-06T19:59:25.315Z Compiling multer v3.1.0
14202024-12-06T19:59:25.379Z Compiling signal-hook v0.3.17
14212024-12-06T19:59:25.591Z Compiling rayon-core v1.12.1
14222024-12-06T19:59:25.621Z Compiling ipnet v2.10.1
14232024-12-06T19:59:25.853Z Compiling slog-async v2.8.0
14242024-12-06T19:59:26.399Z Compiling mime v0.3.17
14252024-12-06T19:59:26.903Z Compiling openssl-probe v0.1.5
14262024-12-06T19:59:27.017Z Compiling schemars v0.8.21
14272024-12-06T19:59:27.250Z Compiling hyper-util v0.1.10
14282024-12-06T19:59:27.308Z Compiling gimli v0.31.1
14292024-12-06T19:59:27.350Z Compiling unicode-properties v0.1.3
14302024-12-06T19:59:27.765Z Compiling stringprep v0.1.5
14312024-12-06T19:59:28.388Z Compiling schemars_derive v0.8.21
14322024-12-06T19:59:28.922Z Compiling toml_edit v0.22.22
14332024-12-06T19:59:29.872Z Compiling usdt-macro v0.5.0
14342024-12-06T19:59:30.434Z Compiling usdt-attr-macro v0.5.0
14352024-12-06T19:59:30.988Z Compiling crossbeam-deque v0.8.5
14362024-12-06T19:59:31.258Z Compiling term v0.7.0
14372024-12-06T19:59:31.773Z Compiling addr2line v0.24.2
14382024-12-06T19:59:31.860Z Compiling slog-json v2.6.1
14392024-12-06T19:59:32.044Z Compiling serde_urlencoded v0.7.1
14402024-12-06T19:59:32.226Z Compiling crossbeam-channel v0.5.13
14412024-12-06T19:59:32.436Z Compiling curve25519-dalek v4.1.3
14422024-12-06T19:59:32.474Z Compiling enum-as-inner v0.6.1
14432024-12-06T19:59:32.566Z Compiling futures-executor v0.3.31
14442024-12-06T19:59:32.786Z Compiling md-5 v0.10.6
14452024-12-06T19:59:33.042Z Compiling async-stream-impl v0.3.6
14462024-12-06T19:59:33.073Z Compiling rustls-pemfile v2.2.0
14472024-12-06T19:59:33.135Z Compiling num-integer v0.1.46
14482024-12-06T19:59:33.292Z Compiling idna v0.4.0
14492024-12-06T19:59:33.417Z Compiling idna v0.3.0
14502024-12-06T19:59:33.565Z Compiling hash32 v0.2.1
14512024-12-06T19:59:33.913Z Compiling ff v0.13.0
14522024-12-06T19:59:33.983Z Compiling is-terminal v0.4.13
14532024-12-06T19:59:34.111Z Compiling object v0.36.5
14542024-12-06T19:59:34.130Z Compiling dropshot v0.12.0
14552024-12-06T19:59:34.419Z Compiling take_mut v0.2.2
14562024-12-06T19:59:34.437Z Compiling smoltcp v0.9.1
14572024-12-06T19:59:34.591Z Compiling base16ct v0.2.0
14582024-12-06T19:59:34.909Z Compiling anyhow v1.0.93
14592024-12-06T19:59:35.017Z Compiling num-bigint-dig v0.8.4
14602024-12-06T19:59:35.133Z Compiling utf-8 v0.7.6
14612024-12-06T19:59:35.152Z Compiling portable-atomic v1.9.0
14622024-12-06T19:59:35.290Z Compiling quick-error v1.2.3
14632024-12-06T19:59:35.438Z Compiling dyn-clone v1.0.17
14642024-12-06T19:59:35.460Z Compiling psl-types v2.0.11
14652024-12-06T19:59:35.536Z Compiling linked-hash-map v0.5.6
14662024-12-06T19:59:35.647Z Compiling fallible-iterator v0.2.0
14672024-12-06T19:59:35.676Z Compiling rustc-demangle v0.1.24
14682024-12-06T19:59:35.907Z Compiling lru-cache v0.1.2
14692024-12-06T19:59:36.106Z Compiling publicsuffix v2.2.3
14702024-12-06T19:59:36.329Z Compiling postgres-protocol v0.6.7
14712024-12-06T19:59:36.634Z Compiling resolv-conf v0.7.0
14722024-12-06T19:59:36.734Z Compiling tungstenite v0.24.0
14732024-12-06T19:59:37.382Z Compiling sec1 v0.7.3
14742024-12-06T19:59:37.668Z Compiling async-stream v0.3.6
14752024-12-06T19:59:37.981Z Compiling hickory-proto v0.24.1
14762024-12-06T19:59:38.015Z Compiling usdt v0.5.0
14772024-12-06T19:59:38.536Z Compiling group v0.13.0
14782024-12-06T19:59:38.601Z Compiling slog-term v2.9.1
14792024-12-06T19:59:39.104Z Compiling num-iter v0.1.45
14802024-12-06T19:59:39.418Z Compiling futures v0.3.31
14812024-12-06T19:59:39.539Z Compiling toml v0.8.19
14822024-12-06T19:59:39.888Z Compiling slog-bunyan v2.5.0
14832024-12-06T19:59:40.271Z Compiling tokio-native-tls v0.3.1
14842024-12-06T19:59:41.383Z Compiling camino v1.1.9
14852024-12-06T19:59:41.674Z Compiling backtrace v0.3.74
14862024-12-06T19:59:41.870Z Compiling phf_shared v0.11.2
14872024-12-06T19:59:42.268Z Compiling dropshot_endpoint v0.12.0
14882024-12-06T19:59:42.271Z Compiling waitgroup v0.1.2
14892024-12-06T19:59:42.308Z Compiling terminal_size v0.4.0
14902024-12-06T19:59:42.346Z Compiling openapiv3 v2.0.0
14912024-12-06T19:59:42.500Z Compiling serde_path_to_error v0.1.16
14922024-12-06T19:59:42.518Z Compiling hkdf v0.12.4
14932024-12-06T19:59:42.768Z Compiling crypto-bigint v0.5.5
14942024-12-06T19:59:43.344Z Compiling curve25519-dalek-derive v0.1.1
14952024-12-06T19:59:44.975Z Compiling zerocopy-derive v0.6.6
14962024-12-06T19:59:45.452Z Compiling webpki-roots v0.26.6
14972024-12-06T19:59:45.666Z Compiling idna v0.5.0
14982024-12-06T19:59:46.010Z Compiling hubpack_derive v0.1.1
14992024-12-06T19:59:46.855Z Compiling hostname v0.4.0
15002024-12-06T19:59:46.886Z Compiling ahash v0.8.11
15012024-12-06T19:59:46.990Z Compiling fs-err v2.11.0
15022024-12-06T19:59:47.127Z Compiling crc32fast v1.4.2
15032024-12-06T19:59:47.207Z Compiling winnow v0.5.40
15042024-12-06T19:59:47.250Z Compiling managed v0.8.0
15052024-12-06T19:59:47.267Z Compiling debug-ignore v1.0.5
15062024-12-06T19:59:47.303Z Compiling bitflags v1.3.2
15072024-12-06T19:59:47.407Z Compiling flate2 v1.0.34
15082024-12-06T19:59:47.427Z Compiling clap_builder v4.5.21
15092024-12-06T19:59:47.445Z Compiling console v0.15.8
15102024-12-06T19:59:48.384Z Compiling strum_macros v0.25.3
15112024-12-06T19:59:48.760Z Compiling zerocopy v0.6.6
15122024-12-06T19:59:49.097Z Compiling hubpack v0.1.2
15132024-12-06T19:59:49.139Z Compiling cookie_store v0.21.0
15142024-12-06T19:59:49.571Z Compiling elliptic-curve v0.13.8
15152024-12-06T19:59:49.874Z Compiling hickory-resolver v0.24.1
15162024-12-06T19:59:50.757Z Compiling toml_edit v0.19.15
15172024-12-06T19:59:51.161Z Compiling phf v0.11.2
15182024-12-06T19:59:51.293Z Compiling signal-hook-mio v0.2.4
15192024-12-06T19:59:51.447Z Compiling rayon v1.10.0
15202024-12-06T19:59:51.465Z Compiling hyper-tls v0.6.0
15212024-12-06T19:59:51.894Z Compiling bzip2 v0.4.4
15222024-12-06T19:59:52.564Z Compiling tokio-tungstenite v0.24.0
15232024-12-06T19:59:53.142Z Compiling postgres-types v0.2.8
15242024-12-06T19:59:56.114Z Compiling ed25519 v2.2.3
15252024-12-06T19:59:56.266Z Compiling phf_shared v0.10.0
15262024-12-06T19:59:56.675Z Compiling tokio-stream v0.1.16
15272024-12-06T19:59:56.712Z Compiling pkcs1 v0.7.5
15282024-12-06T19:59:57.056Z Compiling serde-big-array v0.5.1
15292024-12-06T19:59:57.288Z Compiling clap_derive v4.5.18
15302024-12-06T19:59:57.763Z Compiling rfc6979 v0.4.0
15312024-12-06T19:59:57.783Z Compiling serde_repr v0.1.19
15322024-12-06T19:59:57.790Z Compiling derive-where v1.2.7
15332024-12-06T19:59:57.956Z Compiling float-cmp v0.9.0
15342024-12-06T19:59:58.034Z Compiling bstr v1.10.0
15352024-12-06T19:59:58.181Z Compiling sync_wrapper v1.0.1
15362024-12-06T19:59:58.323Z Compiling fixedbitset v0.4.2
15372024-12-06T19:59:58.817Z Compiling bit-vec v0.6.3
15382024-12-06T19:59:58.896Z Compiling unicode-segmentation v1.12.0
15392024-12-06T19:59:59.001Z Compiling new_debug_unreachable v1.0.6
15402024-12-06T19:59:59.128Z Compiling number_prefix v0.4.0
15412024-12-06T19:59:59.306Z Compiling precomputed-hash v0.1.1
15422024-12-06T19:59:59.348Z Compiling whoami v1.5.2
15432024-12-06T19:59:59.431Z Compiling unicode-width v0.2.0
15442024-12-06T19:59:59.783Z Compiling static_assertions v1.1.0
15452024-12-06T19:59:59.879Z Compiling difflib v0.4.0
15462024-12-06T19:59:59.891Z Compiling predicates-core v1.0.8
15472024-12-06T19:59:59.939Z Compiling normalize-line-endings v0.3.0
15482024-12-06T19:59:59.960Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15492024-12-06T20:00:00.063Z Compiling indicatif v0.17.9
15502024-12-06T20:00:00.239Z Compiling tokio-postgres v0.7.12
15512024-12-06T20:00:01.515Z Compiling predicates v3.1.2
15522024-12-06T20:00:01.549Z Compiling similar v2.6.0
15532024-12-06T20:00:02.338Z Compiling string_cache v0.8.7
15542024-12-06T20:00:02.469Z Compiling clap v4.5.21
15552024-12-06T20:00:02.595Z Compiling bit-set v0.5.3
15562024-12-06T20:00:02.840Z Compiling petgraph v0.6.5
15572024-12-06T20:00:02.883Z Compiling ecdsa v0.16.9
15582024-12-06T20:00:03.291Z Compiling rsa v0.9.6
15592024-12-06T20:00:03.777Z Compiling ed25519-dalek v2.1.1
15602024-12-06T20:00:04.079Z Compiling toml v0.7.8
15612024-12-06T20:00:05.144Z Compiling zip v0.6.6
15622024-12-06T20:00:05.833Z Compiling crossterm v0.28.1
15632024-12-06T20:00:06.761Z Compiling hex v0.4.3
15642024-12-06T20:00:06.917Z Compiling x509-cert v0.2.5
15652024-12-06T20:00:07.053Z Compiling itertools v0.10.5
15662024-12-06T20:00:07.116Z Compiling lalrpop-util v0.19.12
15672024-12-06T20:00:07.381Z Compiling unicode-xid v0.2.6
15682024-12-06T20:00:07.453Z Compiling peg-runtime v0.8.3
15692024-12-06T20:00:07.483Z Compiling strum_macros v0.26.4
15702024-12-06T20:00:07.564Z Compiling xattr v1.3.1
15712024-12-06T20:00:07.827Z Compiling filetime v0.2.25
15722024-12-06T20:00:08.105Z Compiling tar v0.4.42
15732024-12-06T20:00:12.397Z Compiling strum v0.26.3
15742024-12-06T20:00:15.463Z Compiling aws-lc-sys v0.22.0
15752024-12-06T20:00:53.678Z Compiling rustls-webpki v0.102.8
15762024-12-06T20:00:57.074Z Compiling tokio-rustls v0.25.0
15772024-12-06T20:00:58.660Z Compiling tokio-rustls v0.26.0
15782024-12-06T20:00:58.990Z Compiling hyper-rustls v0.27.3
15792024-12-06T20:00:59.394Z Compiling reqwest v0.12.9
15802024-12-06T20:01:00.616Z Compiling qorb v0.2.1
15812024-12-06T20:01:05.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-12-06T20:01:05.613Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15832024-12-06T20:01:11.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15842024-12-06T20:01:11.550Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15852024-12-06T20:01:11.592ZDec 06 20:01:10.961 INFO Starting download, target: Clickhouse
15862024-12-06T20:01:11.592ZDec 06 20:01:10.961 INFO Starting download, target: Cockroach
15872024-12-06T20:01:11.592ZDec 06 20:01:10.961 INFO Starting download, target: Console
15882024-12-06T20:01:11.592ZDec 06 20:01:10.961 INFO Starting download, target: DendriteOpenapi
15892024-12-06T20:01:11.594ZDec 06 20:01:10.961 INFO Starting download, target: DendriteStub
15902024-12-06T20:01:11.594ZDec 06 20:01:10.961 INFO Starting download, target: MaghemiteMgd
15912024-12-06T20:01:11.594ZDec 06 20:01:10.961 INFO Starting download, target: TransceiverControl
15922024-12-06T20:01:11.594ZDec 06 20:01:10.962 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15932024-12-06T20:01:11.594ZDec 06 20:01:10.962 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15942024-12-06T20:01:11.594ZDec 06 20:01:10.962 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15952024-12-06T20:01:11.594ZDec 06 20:01:10.962 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15962024-12-06T20:01:11.594ZDec 06 20:01:10.962 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15972024-12-06T20:01:11.594ZDec 06 20:01:10.962 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982024-12-06T20:01:11.594ZDec 06 20:01:10.962 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992024-12-06T20:01:11.826ZDec 06 20:01:11.193 INFO Download complete, target: DendriteOpenapi
16002024-12-06T20:01:12.011ZDec 06 20:01:11.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16012024-12-06T20:01:12.092ZDec 06 20:01:11.455 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16022024-12-06T20:01:12.425ZDec 06 20:01:11.794 INFO Download complete, target: Console
16032024-12-06T20:01:12.474ZDec 06 20:01:11.842 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042024-12-06T20:01:12.499ZDec 06 20:01:11.868 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16052024-12-06T20:01:12.664ZDec 06 20:01:12.033 INFO Download complete, target: TransceiverControl
16062024-12-06T20:01:13.328ZDec 06 20:01:12.698 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072024-12-06T20:01:13.329ZDec 06 20:01:12.698 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082024-12-06T20:01:13.535ZDec 06 20:01:12.905 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16092024-12-06T20:01:15.433ZDec 06 20:01:14.803 INFO Download complete, target: MaghemiteMgd
16102024-12-06T20:01:15.439ZDec 06 20:01:14.809 INFO Download complete, target: DendriteStub
16112024-12-06T20:01:20.451ZDec 06 20:01:19.821 INFO Checking that binary works, target: Cockroach
16122024-12-06T20:01:20.613ZDec 06 20:01:19.982 INFO Download complete, target: Cockroach
16132024-12-06T20:01:25.454ZDec 06 20:01:24.823 INFO Checking that binary works, target: Clickhouse
16142024-12-06T20:01:26.688ZDec 06 20:01:26.057 INFO Download complete, target: Clickhouse
16152024-12-06T20:01:26.694ZAll prerequisites installed successfully
16162024-12-06T20:01:26.697Z
16172024-12-06T20:01:26.697Zreal 5:00.941062171
16182024-12-06T20:01:26.697Zuser 16:21.602550914
16192024-12-06T20:01:26.697Zsys 3:08.043484357
16202024-12-06T20:01:26.697Ztrap 0.493357153
16212024-12-06T20:01:26.697Ztflt 9.722027985
16222024-12-06T20:01:26.697Zdflt 10.171798176
16232024-12-06T20:01:26.697Zkflt 0.610936104
16242024-12-06T20:01:26.697Zlock 33:01.872739762
16252024-12-06T20:01:26.697Zslp 1:03:46.828043296
16262024-12-06T20:01:26.697Zlat 49.920852920
16272024-12-06T20:01:26.697Zstop 2:01.116433139
16282024-12-06T20:01:26.697Z+ source ./tools/include/force-git-over-https.sh
16292024-12-06T20:01:26.697Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16302024-12-06T20:01:26.697Z++ (( i = 0 ))
16312024-12-06T20:01:26.697Z++ (( i < 5 ))
16322024-12-06T20:01:26.697Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16332024-12-06T20:01:26.700Z++ (( i++ ))
16342024-12-06T20:01:26.700Z++ (( i < 5 ))
16352024-12-06T20:01:26.700Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16362024-12-06T20:01:26.702Z++ (( i++ ))
16372024-12-06T20:01:26.703Z++ (( i < 5 ))
16382024-12-06T20:01:26.703Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16392024-12-06T20:01:26.705Z++ (( i++ ))
16402024-12-06T20:01:26.705Z++ (( i < 5 ))
16412024-12-06T20:01:26.705Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16422024-12-06T20:01:26.708Z++ (( i++ ))
16432024-12-06T20:01:26.710Z++ (( i < 5 ))
16442024-12-06T20:01:26.710Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16452024-12-06T20:01:26.713Z++ (( i++ ))
16462024-12-06T20:01:26.713Z++ (( i < 5 ))
16472024-12-06T20:01:26.713Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-06T20:01:26.713Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-06T20:01:26.713Z+ rc=0
16502024-12-06T20:01:26.713Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16512024-12-06T20:01:55.518Z+ case $rc in
16522024-12-06T20:01:55.518Z+ pfexec zfs create -p rpool/images/build/host
16532024-12-06T20:01:55.745Z+ pfexec zfs create -p rpool/images/build/recovery
16542024-12-06T20:01:55.823Z+ cargo xtask releng --output-dir /work
16552024-12-06T20:01:56.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16562024-12-06T20:01:56.353Z Running `target/debug/xtask releng --output-dir /work`
16572024-12-06T20:01:57.246Z Compiling proc-macro2 v1.0.89
16582024-12-06T20:01:57.246Z Compiling unicode-ident v1.0.13
16592024-12-06T20:01:57.248Z Compiling libc v0.2.162
16602024-12-06T20:01:57.248Z Compiling serde v1.0.215
16612024-12-06T20:01:57.248Z Compiling autocfg v1.4.0
16622024-12-06T20:01:57.248Z Compiling version_check v0.9.5
16632024-12-06T20:01:57.248Z Compiling cfg-if v1.0.0
16642024-12-06T20:01:57.546Z Compiling memchr v2.7.4
16652024-12-06T20:01:57.566Z Compiling typenum v1.17.0
16662024-12-06T20:01:57.586Z Compiling shlex v1.3.0
16672024-12-06T20:01:58.066Z Compiling value-bag v1.9.0
16682024-12-06T20:01:58.085Z Compiling generic-array v0.14.7
16692024-12-06T20:01:58.121Z Compiling scopeguard v1.2.0
16702024-12-06T20:01:58.349Z Compiling lock_api v0.4.12
16712024-12-06T20:01:58.521Z Compiling log v0.4.22
16722024-12-06T20:01:58.603Z Compiling rustix v0.38.37
16732024-12-06T20:01:58.976Z Compiling parking_lot_core v0.9.10
16742024-12-06T20:01:59.283Z Compiling quote v1.0.37
16752024-12-06T20:01:59.305Z Compiling serde_json v1.0.132
16762024-12-06T20:01:59.327Z Compiling libm v0.2.8
16772024-12-06T20:01:59.377Z Compiling num-traits v0.2.19
16782024-12-06T20:01:59.630Z Compiling jobserver v0.1.32
16792024-12-06T20:01:59.682Z Compiling syn v2.0.87
16802024-12-06T20:01:59.703Z Compiling getrandom v0.2.15
16812024-12-06T20:01:59.856Z Compiling thiserror v1.0.69
16822024-12-06T20:01:59.893Z Compiling once_cell v1.20.2
16832024-12-06T20:02:00.035Z Compiling cc v1.1.30
16842024-12-06T20:02:00.069Z Compiling spin v0.9.8
16852024-12-06T20:02:00.257Z Compiling itoa v1.0.11
16862024-12-06T20:02:00.292Z Compiling aho-corasick v1.1.3
16872024-12-06T20:02:00.400Z Compiling regex-syntax v0.8.5
16882024-12-06T20:02:00.464Z Compiling slab v0.4.9
16892024-12-06T20:02:00.496Z Compiling errno v0.3.9
16902024-12-06T20:02:00.953Z Compiling byteorder v1.5.0
16912024-12-06T20:02:01.264Z Compiling either v1.13.0
16922024-12-06T20:02:01.447Z Compiling lazy_static v1.5.0
16932024-12-06T20:02:01.636Z Compiling rand_core v0.6.4
16942024-12-06T20:02:01.970Z Compiling glob v0.3.1
16952024-12-06T20:02:02.083Z Compiling subtle v2.6.1
16962024-12-06T20:02:02.140Z Compiling prettyplease v0.2.25
16972024-12-06T20:02:02.545Z Compiling minimal-lexical v0.2.1
16982024-12-06T20:02:02.678Z Compiling libloading v0.8.5
16992024-12-06T20:02:02.820Z Compiling clang-sys v1.8.1
17002024-12-06T20:02:03.030Z Compiling nom v7.1.3
17012024-12-06T20:02:03.048Z Compiling home v0.5.9
17022024-12-06T20:02:03.303Z Compiling bindgen v0.69.5
17032024-12-06T20:02:03.868Z Compiling itertools v0.12.1
17042024-12-06T20:02:04.183Z Compiling regex-automata v0.4.8
17052024-12-06T20:02:04.532Z Compiling lazycell v1.3.0
17062024-12-06T20:02:04.802Z Compiling rustc-hash v1.1.0
17072024-12-06T20:02:05.365Z Compiling cmake v0.1.51
17082024-12-06T20:02:06.373Z Compiling smallvec v1.13.2
17092024-12-06T20:02:06.560Z Compiling cexpr v0.6.0
17102024-12-06T20:02:06.676Z Compiling dunce v1.0.5
17112024-12-06T20:02:06.815Z Compiling pkg-config v0.3.31
17122024-12-06T20:02:06.817Z Compiling fs_extra v1.3.0
17132024-12-06T20:02:06.858Z Compiling semver v1.0.23
17142024-12-06T20:02:07.052Z Compiling ring v0.17.8
17152024-12-06T20:02:07.402Z Compiling heck v0.5.0
17162024-12-06T20:02:07.681Z Compiling synstructure v0.13.1
17172024-12-06T20:02:08.086Z Compiling ryu v1.0.18
17182024-12-06T20:02:08.137Z Compiling paste v1.0.15
17192024-12-06T20:02:08.220Z Compiling httparse v1.9.5
17202024-12-06T20:02:08.391Z Compiling aws-lc-rs v1.10.0
17212024-12-06T20:02:08.751Z Compiling const-oid v0.9.6
17222024-12-06T20:02:09.263Z Compiling pin-project-lite v0.2.14
17232024-12-06T20:02:09.442Z Compiling allocator-api2 v0.2.18
17242024-12-06T20:02:10.062Z Compiling regex v1.11.1
17252024-12-06T20:02:10.588Z Compiling futures-core v0.3.31
17262024-12-06T20:02:10.929Z Compiling signal-hook-registry v1.4.2
17272024-12-06T20:02:10.951Z Compiling time-core v0.1.2
17282024-12-06T20:02:11.722Z Compiling crossbeam-utils v0.8.20
17292024-12-06T20:02:11.777Z Compiling num-conv v0.1.0
17302024-12-06T20:02:11.996Z Compiling parking_lot v0.12.3
17312024-12-06T20:02:12.124Z Compiling time-macros v0.2.18
17322024-12-06T20:02:12.321Z Compiling mio v1.0.2
17332024-12-06T20:02:12.443Z Compiling vcpkg v0.2.15
17342024-12-06T20:02:12.950Z Compiling fnv v1.0.7
17352024-12-06T20:02:13.140Z Compiling schemars v0.8.21
17362024-12-06T20:02:13.737Z Compiling serde_derive v1.0.215
17372024-12-06T20:02:14.047Z Compiling zeroize_derive v1.4.2
17382024-12-06T20:02:14.213Z Compiling zerocopy-derive v0.7.35
17392024-12-06T20:02:14.286Z Compiling tokio-macros v2.4.0
17402024-12-06T20:02:14.321Z Compiling thiserror-impl v1.0.69
17412024-12-06T20:02:15.022Z Compiling zerofrom-derive v0.1.4
17422024-12-06T20:02:15.247Z Compiling yoke-derive v0.7.4
17432024-12-06T20:02:15.586Z Compiling zeroize v1.8.1
17442024-12-06T20:02:16.020Z Compiling futures-macro v0.3.31
17452024-12-06T20:02:16.127Z Compiling zerovec-derive v0.10.3
17462024-12-06T20:02:16.408Z Compiling displaydoc v0.2.5
17472024-12-06T20:02:17.507Z Compiling zerocopy v0.7.35
17482024-12-06T20:02:18.015Z Compiling crypto-common v0.1.6
17492024-12-06T20:02:18.237Z Compiling icu_provider_macros v1.5.0
17502024-12-06T20:02:18.333Z Compiling tracing-attributes v0.1.27
17512024-12-06T20:02:18.373Z Compiling block-buffer v0.10.4
17522024-12-06T20:02:18.799Z Compiling digest v0.10.7
17532024-12-06T20:02:18.943Z Compiling der_derive v0.7.3
17542024-12-06T20:02:19.260Z Compiling openssl-sys v0.9.103
17552024-12-06T20:02:20.319Z Compiling serde_derive_internals v0.29.1
17562024-12-06T20:02:20.966Z Compiling socket2 v0.5.7
17572024-12-06T20:02:21.239Z Compiling ahash v0.8.11
17582024-12-06T20:02:22.704Z Compiling equivalent v1.0.1
17592024-12-06T20:02:22.829Z Compiling schemars_derive v0.8.21
17602024-12-06T20:02:22.866Z Compiling futures-sink v0.3.31
17612024-12-06T20:02:22.898Z Compiling cpufeatures v0.2.14
17622024-12-06T20:02:23.025Z Compiling foldhash v0.1.3
17632024-12-06T20:02:23.114Z Compiling stable_deref_trait v1.2.0
17642024-12-06T20:02:23.364Z Compiling hashbrown v0.15.0
17652024-12-06T20:02:23.469Z Compiling slog v2.7.0
17662024-12-06T20:02:24.783Z Compiling futures-channel v0.3.31
17672024-12-06T20:02:25.108Z Compiling zerofrom v0.1.4
17682024-12-06T20:02:25.144Z Compiling scroll_derive v0.12.0
17692024-12-06T20:02:25.344Z Compiling futures-task v0.3.31
17702024-12-06T20:02:25.399Z Compiling openssl v0.10.66
17712024-12-06T20:02:25.449Z Compiling pin-utils v0.1.0
17722024-12-06T20:02:25.616Z Compiling ucd-trie v0.1.7
17732024-12-06T20:02:25.681Z Compiling futures-io v0.3.31
17742024-12-06T20:02:25.729Z Compiling yoke v0.7.4
17752024-12-06T20:02:25.906Z Compiling pest v2.7.14
17762024-12-06T20:02:26.149Z Compiling futures-util v0.3.31
17772024-12-06T20:02:26.270Z Compiling hmac v0.12.1
17782024-12-06T20:02:26.418Z Compiling tinyvec_macros v0.1.1
17792024-12-06T20:02:26.742Z Compiling tinyvec v1.8.0
17802024-12-06T20:02:26.796Z Compiling zerovec v0.10.4
17812024-12-06T20:02:27.991Z Compiling bitflags v2.6.0
17822024-12-06T20:02:28.591Z Compiling bytes v1.8.0
17832024-12-06T20:02:30.118Z Compiling tokio v1.40.0
17842024-12-06T20:02:30.812Z Compiling indexmap v2.6.0
17852024-12-06T20:02:31.198Z Compiling serde_tokenstream v0.2.2
17862024-12-06T20:02:32.593Z Compiling http v1.1.0
17872024-12-06T20:02:33.709Z Compiling which v4.4.2
17882024-12-06T20:02:33.712Z Compiling rustc_version v0.4.1
17892024-12-06T20:02:34.484Z Compiling pest_meta v2.7.14
17902024-12-06T20:02:34.528Z Compiling uuid v1.11.0
17912024-12-06T20:02:35.076Z Compiling block-padding v0.3.3
17922024-12-06T20:02:35.407Z Compiling openssl-macros v0.1.1
17932024-12-06T20:02:35.438Z Compiling iana-time-zone v0.1.61
17942024-12-06T20:02:35.889Z Compiling native-tls v0.2.12
17952024-12-06T20:02:36.367Z Compiling rustls v0.23.14
17962024-12-06T20:02:36.828Z Compiling pest_generator v2.7.14
17972024-12-06T20:02:37.887Z Compiling chrono v0.4.38
17982024-12-06T20:02:38.203Z Compiling inout v0.1.3
17992024-12-06T20:02:38.506Z Compiling unicode-normalization v0.1.24
18002024-12-06T20:02:38.909Z Compiling cipher v0.4.4
18012024-12-06T20:02:39.163Z Compiling pest_derive v2.7.14
18022024-12-06T20:02:39.479Z Compiling tinystr v0.7.6
18032024-12-06T20:02:40.067Z Compiling sha2 v0.10.8
18042024-12-06T20:02:40.435Z Compiling async-trait v0.1.83
18052024-12-06T20:02:40.557Z Compiling usdt-impl v0.5.0
18062024-12-06T20:02:40.935Z Compiling cookie v0.18.1
18072024-12-06T20:02:41.054Z Compiling unicode-bidi v0.3.17
18082024-12-06T20:02:41.713Z Compiling writeable v0.5.5
18092024-12-06T20:02:43.030Z Compiling litemap v0.7.3
18102024-12-06T20:02:43.489Z Compiling base64ct v1.6.0
18112024-12-06T20:02:43.535Z Compiling icu_locid v1.5.0
18122024-12-06T20:02:44.339Z Compiling pem-rfc7468 v0.7.0
18132024-12-06T20:02:45.020Z Compiling scroll v0.12.0
18142024-12-06T20:02:46.011Z Compiling ppv-lite86 v0.2.20
18152024-12-06T20:02:46.230Z Compiling tracing-core v0.1.32
18162024-12-06T20:02:46.947Z Compiling untrusted v0.7.1
18172024-12-06T20:02:47.142Z Compiling camino v1.1.9
18182024-12-06T20:02:47.674Z Compiling syn v1.0.109
18192024-12-06T20:02:48.239Z Compiling dyn-clone v1.0.17
18202024-12-06T20:02:48.434Z Compiling percent-encoding v2.3.1
18212024-12-06T20:02:48.565Z Compiling flagset v0.4.6
18222024-12-06T20:02:48.810Z Compiling plain v0.2.3
18232024-12-06T20:02:48.832Z Compiling aws-lc-sys v0.22.0
18242024-12-06T20:02:48.932Z Compiling rustls-pki-types v1.9.0
18252024-12-06T20:02:48.976Z Compiling goblin v0.8.2
18262024-12-06T20:02:50.883Z Compiling der v0.7.9
18272024-12-06T20:02:53.141Z Compiling tracing v0.1.40
18282024-12-06T20:02:53.650Z Compiling rand_chacha v0.3.1
18292024-12-06T20:02:54.719Z Compiling icu_provider v1.5.0
18302024-12-06T20:02:55.408Z Compiling tokio-util v0.7.12
18312024-12-06T20:02:57.208Z Compiling rustls v0.22.4
18322024-12-06T20:02:57.372Z Compiling rayon-core v1.12.1
18332024-12-06T20:02:57.530Z Compiling untrusted v0.9.0
18342024-12-06T20:02:57.813Z Compiling powerfmt v0.2.0
18352024-12-06T20:02:57.856Z Compiling pretty-hex v0.4.1
18362024-12-06T20:02:57.994Z Compiling mirai-annotations v1.12.0
18372024-12-06T20:02:58.209Z Compiling icu_locid_transform_data v1.5.0
18382024-12-06T20:02:58.378Z Compiling icu_locid_transform v1.5.0
18392024-12-06T20:02:58.685Z Compiling dof v0.3.0
18402024-12-06T20:02:58.708Z Compiling deranged v0.3.11
18412024-12-06T20:03:00.727Z Compiling rand v0.8.5
18422024-12-06T20:03:01.100Z Compiling spki v0.7.3
18432024-12-06T20:03:01.751Z Compiling dtrace-parser v0.2.0
18442024-12-06T20:03:02.516Z Compiling salsa20 v0.10.2
18452024-12-06T20:03:02.733Z Compiling icu_collections v1.5.0
18462024-12-06T20:03:03.776Z Compiling pbkdf2 v0.12.2
18472024-12-06T20:03:04.428Z Compiling bzip2-sys v0.1.11+1.0.8
18482024-12-06T20:03:05.013Z Compiling thread-id v4.2.2
18492024-12-06T20:03:05.818Z Compiling atomic-waker v1.1.2
18502024-12-06T20:03:05.992Z Compiling icu_properties_data v1.5.0
18512024-12-06T20:03:06.153Z Compiling num_threads v0.1.7
18522024-12-06T20:03:06.676Z Compiling icu_properties v1.5.1
18532024-12-06T20:03:06.924Z Compiling time v0.3.36
18542024-12-06T20:03:12.757Z Compiling scrypt v0.11.0
18552024-12-06T20:03:12.954Z Compiling form_urlencoded v1.2.1
18562024-12-06T20:03:13.015Z Compiling aes v0.8.4
18572024-12-06T20:03:13.333Z Compiling cbc v0.1.2
18582024-12-06T20:03:13.391Z Compiling http-body v1.0.1
18592024-12-06T20:03:13.722Z Compiling multer v3.1.0
18602024-12-06T20:03:13.812Z Compiling icu_normalizer_data v1.5.0
18612024-12-06T20:03:13.964Z Compiling utf16_iter v1.0.5
18622024-12-06T20:03:14.038Z Compiling slog-async v2.8.0
18632024-12-06T20:03:14.192Z Compiling try-lock v0.2.5
18642024-12-06T20:03:14.404Z Compiling write16 v1.0.0
18652024-12-06T20:03:14.522Z Compiling utf8_iter v1.0.4
18662024-12-06T20:03:14.770Z Compiling icu_normalizer v1.5.0
18672024-12-06T20:03:15.031Z Compiling want v0.3.1
18682024-12-06T20:03:15.387Z Compiling pkcs5 v0.7.1
18692024-12-06T20:03:18.795Z Compiling h2 v0.4.6
18702024-12-06T20:03:20.323Z Compiling heapless v0.7.17
18712024-12-06T20:03:20.912Z Compiling zerocopy-derive v0.6.6
18722024-12-06T20:03:21.055Z Compiling base64 v0.22.1
18732024-12-06T20:03:21.673Z Compiling num-bigint-dig v0.8.4
18742024-12-06T20:03:22.269Z Compiling httpdate v1.0.3
18752024-12-06T20:03:22.406Z Compiling signal-hook v0.3.17
18762024-12-06T20:03:22.776Z Compiling anyhow v1.0.93
18772024-12-06T20:03:23.962Z Compiling pkcs8 v0.10.2
18782024-12-06T20:03:24.797Z Compiling idna_adapter v1.2.0
18792024-12-06T20:03:25.255Z Compiling usdt-attr-macro v0.5.0
18802024-12-06T20:03:25.362Z Compiling usdt-macro v0.5.0
18812024-12-06T20:03:27.216Z Compiling async-stream-impl v0.3.6
18822024-12-06T20:03:27.237Z Compiling strsim v0.11.1
18832024-12-06T20:03:27.951Z Compiling hyper v1.5.0
18842024-12-06T20:03:28.146Z Compiling rustversion v1.0.17
18852024-12-06T20:03:28.506Z Compiling tower-service v0.3.3
18862024-12-06T20:03:29.923Z Compiling idna v1.0.3
18872024-12-06T20:03:31.480Z Compiling hyper-util v0.1.10
18882024-12-06T20:03:38.063Z Compiling curve25519-dalek v4.1.3
18892024-12-06T20:03:38.420Z Compiling openapiv3 v2.0.0
18902024-12-06T20:03:38.561Z Compiling toml_datetime v0.6.8
18912024-12-06T20:03:38.777Z Compiling serde_spanned v0.6.8
18922024-12-06T20:03:39.063Z Compiling enum-as-inner v0.6.1
18932024-12-06T20:03:39.171Z Compiling dropshot v0.12.0
18942024-12-06T20:03:39.565Z Compiling smoltcp v0.9.1
18952024-12-06T20:03:39.648Z Compiling foreign-types-shared v0.1.1
18962024-12-06T20:03:40.401Z Compiling match_cfg v0.1.0
18972024-12-06T20:03:40.654Z Compiling adler2 v2.0.0
18982024-12-06T20:03:40.857Z Compiling portable-atomic v1.9.0
18992024-12-06T20:03:40.959Z Compiling miniz_oxide v0.8.0
19002024-12-06T20:03:41.922Z Compiling hostname v0.3.1
19012024-12-06T20:03:42.171Z Compiling foreign-types v0.3.2
19022024-12-06T20:03:43.820Z Compiling url v2.5.3
19032024-12-06T20:03:51.558Z Compiling http-body-util v0.1.2
19042024-12-06T20:03:51.621Z Compiling clap_derive v4.5.18
19052024-12-06T20:03:52.338Z Compiling dirs-sys-next v0.1.2
19062024-12-06T20:03:52.967Z Compiling encoding_rs v0.8.34
19072024-12-06T20:03:54.518Z Compiling siphasher v0.3.11
19082024-12-06T20:03:54.924Z Compiling data-encoding v2.6.0
19092024-12-06T20:03:56.805Z Compiling mime v0.3.17
19102024-12-06T20:03:58.055Z Compiling dirs-next v2.0.0
19112024-12-06T20:04:03.705Z Compiling hubpack_derive v0.1.1
19122024-12-06T20:04:04.414Z Compiling serde_urlencoded v0.7.1
19132024-12-06T20:04:04.563Z Compiling crossbeam-epoch v0.9.18
19142024-12-06T20:04:05.009Z Compiling hashbrown v0.14.5
19152024-12-06T20:04:05.263Z Compiling rustls-pemfile v2.2.0
19162024-12-06T20:04:05.746Z Compiling rustls-webpki v0.102.8
19172024-12-06T20:04:06.506Z Compiling dropshot_endpoint v0.12.0
19182024-12-06T20:04:07.461Z Compiling sha1 v0.10.6
19192024-12-06T20:04:07.528Z Compiling signature v2.2.0
19202024-12-06T20:04:07.674Z Compiling curve25519-dalek-derive v0.1.1
19212024-12-06T20:04:07.875Z Compiling thread_local v1.1.8
19222024-12-06T20:04:07.904Z Compiling fs-err v2.11.0
19232024-12-06T20:04:08.353Z Compiling ipnet v2.10.1
19242024-12-06T20:04:09.007Z Compiling anstyle v1.0.10
19252024-12-06T20:04:09.435Z Compiling openssl-probe v0.1.5
19262024-12-06T20:04:09.906Z Compiling unicode-properties v0.1.3
19272024-12-06T20:04:10.311Z Compiling winnow v0.6.20
19282024-12-06T20:04:10.619Z Compiling utf8parse v0.2.2
19292024-12-06T20:04:11.663Z Compiling gimli v0.31.1
19302024-12-06T20:04:12.185Z Compiling anstyle-parse v0.2.5
19312024-12-06T20:04:12.419Z Compiling stringprep v0.1.5
19322024-12-06T20:04:13.924Z Compiling toml_edit v0.22.22
19332024-12-06T20:04:14.880Z Compiling regress v0.10.1
19342024-12-06T20:04:16.919Z Compiling addr2line v0.24.2
19352024-12-06T20:04:17.561Z Compiling crossbeam-deque v0.8.5
19362024-12-06T20:04:17.906Z Compiling term v0.7.0
19372024-12-06T20:04:19.208Z Compiling slog-json v2.6.1
19382024-12-06T20:04:19.856Z Compiling crossbeam-channel v0.5.13
19392024-12-06T20:04:21.212Z Compiling idna v0.3.0
19402024-12-06T20:04:21.233Z Compiling idna v0.4.0
19412024-12-06T20:04:22.369Z Compiling futures-executor v0.3.31
19422024-12-06T20:04:22.624Z Compiling num-integer v0.1.46
19432024-12-06T20:04:22.862Z Compiling md-5 v0.10.6
19442024-12-06T20:04:23.110Z Compiling ff v0.13.0
19452024-12-06T20:04:23.130Z Compiling hash32 v0.2.1
19462024-12-06T20:04:23.348Z Compiling memmap v0.7.0
19472024-12-06T20:04:23.351Z Compiling is-terminal v0.4.13
19482024-12-06T20:04:23.508Z Compiling object v0.36.5
19492024-12-06T20:04:23.529Z Compiling heck v0.4.1
19502024-12-06T20:04:23.665Z Compiling rustc-demangle v0.1.24
19512024-12-06T20:04:23.943Z Compiling take_mut v0.2.2
19522024-12-06T20:04:24.109Z Compiling base16ct v0.2.0
19532024-12-06T20:04:24.403Z Compiling is_terminal_polyfill v1.70.1
19542024-12-06T20:04:24.545Z Compiling psl-types v2.0.11
19552024-12-06T20:04:24.568Z Compiling utf-8 v0.7.6
19562024-12-06T20:04:24.758Z Compiling quick-error v1.2.3
19572024-12-06T20:04:24.862Z Compiling colorchoice v1.0.2
19582024-12-06T20:04:24.920Z Compiling linked-hash-map v0.5.6
19592024-12-06T20:04:25.023Z Compiling anstyle-query v1.1.1
19602024-12-06T20:04:25.127Z Compiling fallible-iterator v0.2.0
19612024-12-06T20:04:25.277Z Compiling lru-cache v0.1.2
19622024-12-06T20:04:25.376Z Compiling publicsuffix v2.2.3
19632024-12-06T20:04:25.482Z Compiling anstream v0.6.15
19642024-12-06T20:04:25.708Z Compiling resolv-conf v0.7.0
19652024-12-06T20:04:25.871Z Compiling postgres-protocol v0.6.7
19662024-12-06T20:04:26.171Z Compiling tungstenite v0.24.0
19672024-12-06T20:04:26.669Z Compiling sec1 v0.7.3
19682024-12-06T20:04:27.259Z Compiling strum_macros v0.25.3
19692024-12-06T20:04:27.305Z Compiling usdt v0.5.0
19702024-12-06T20:04:27.771Z Compiling slog-term v2.9.1
19712024-12-06T20:04:28.196Z Compiling group v0.13.0
19722024-12-06T20:04:28.515Z Compiling num-iter v0.1.45
19732024-12-06T20:04:28.719Z Compiling futures v0.3.31
19742024-12-06T20:04:29.398Z Compiling hickory-proto v0.24.1
19752024-12-06T20:04:30.440Z Compiling tokio-rustls v0.26.0
19762024-12-06T20:04:30.929Z Compiling backtrace v0.3.74
19772024-12-06T20:04:31.534Z Compiling slog-bunyan v2.5.0
19782024-12-06T20:04:31.551Z Compiling typify-impl v0.2.0
19792024-12-06T20:04:31.739Z Compiling tokio-rustls v0.25.0
19802024-12-06T20:04:31.804Z Compiling toml v0.8.19
19812024-12-06T20:04:32.184Z Compiling tokio-native-tls v0.3.1
19822024-12-06T20:04:32.512Z Compiling phf_shared v0.11.2
19832024-12-06T20:04:32.881Z Compiling async-stream v0.3.6
19842024-12-06T20:04:33.208Z Compiling waitgroup v0.1.2
19852024-12-06T20:04:33.272Z Compiling webpki-roots v0.26.6
19862024-12-06T20:04:33.489Z Compiling idna v0.5.0
19872024-12-06T20:04:33.550Z Compiling terminal_size v0.4.0
19882024-12-06T20:04:33.760Z Compiling serde_path_to_error v0.1.16
19892024-12-06T20:04:34.489Z Compiling hkdf v0.12.4
19902024-12-06T20:04:34.531Z Compiling crypto-bigint v0.5.5
19912024-12-06T20:04:34.732Z Compiling serde_repr v0.1.19
19922024-12-06T20:04:34.932Z Compiling derive-where v1.2.7
19932024-12-06T20:04:35.981Z Compiling hostname v0.4.0
19942024-12-06T20:04:36.209Z Compiling crc32fast v1.4.2
19952024-12-06T20:04:37.043Z Compiling unicode-width v0.1.14
19962024-12-06T20:04:37.490Z Compiling managed v0.8.0
19972024-12-06T20:04:37.559Z Compiling clap_lex v0.7.2
19982024-12-06T20:04:37.925Z Compiling winnow v0.5.40
19992024-12-06T20:04:38.128Z Compiling bitflags v1.3.2
20002024-12-06T20:04:38.264Z Compiling debug-ignore v1.0.5
20012024-12-06T20:04:39.152Z Compiling clap_builder v4.5.21
20022024-12-06T20:04:40.399Z Compiling elliptic-curve v0.13.8
20032024-12-06T20:04:41.037Z Compiling console v0.15.8
20042024-12-06T20:04:41.588Z Compiling toml_edit v0.19.15
20052024-12-06T20:04:42.368Z Compiling flate2 v1.0.34
20062024-12-06T20:04:43.009Z Compiling hickory-resolver v0.24.1
20072024-12-06T20:04:43.528Z Compiling typify-macro v0.2.0
20082024-12-06T20:04:46.550Z Compiling cookie_store v0.21.0
20092024-12-06T20:04:47.859Z Compiling hyper-rustls v0.27.3
20102024-12-06T20:04:48.557Z Compiling phf v0.11.2
20112024-12-06T20:04:48.697Z Compiling hyper-tls v0.6.0
20122024-12-06T20:04:49.084Z Compiling signal-hook-mio v0.2.4
20132024-12-06T20:04:49.268Z Compiling rayon v1.10.0
20142024-12-06T20:04:49.318Z Compiling bzip2 v0.4.4
20152024-12-06T20:04:49.701Z Compiling tokio-tungstenite v0.24.0
20162024-12-06T20:04:49.919Z Compiling postgres-types v0.2.8
20172024-12-06T20:04:50.403Z Compiling ed25519 v2.2.3
20182024-12-06T20:04:50.706Z Compiling hubpack v0.1.2
20192024-12-06T20:04:50.857Z Compiling phf_shared v0.10.0
20202024-12-06T20:04:51.231Z Compiling pkcs1 v0.7.5
20212024-12-06T20:04:51.345Z Compiling zerocopy v0.6.6
20222024-12-06T20:04:51.761Z Compiling tokio-stream v0.1.16
20232024-12-06T20:04:52.415Z Compiling serde-big-array v0.5.1
20242024-12-06T20:04:52.651Z Compiling rfc6979 v0.4.0
20252024-12-06T20:04:52.810Z Compiling float-cmp v0.9.0
20262024-12-06T20:04:52.962Z Compiling sync_wrapper v1.0.1
20272024-12-06T20:04:53.121Z Compiling bstr v1.10.0
20282024-12-06T20:04:53.199Z Compiling precomputed-hash v0.1.1
20292024-12-06T20:04:53.226Z Compiling bit-vec v0.6.3
20302024-12-06T20:04:53.465Z Compiling static_assertions v1.1.0
20312024-12-06T20:04:53.571Z Compiling whoami v1.5.2
20322024-12-06T20:04:54.034Z Compiling number_prefix v0.4.0
20332024-12-06T20:04:54.244Z Compiling difflib v0.4.0
20342024-12-06T20:04:54.347Z Compiling unicode-segmentation v1.12.0
20352024-12-06T20:04:54.779Z Compiling normalize-line-endings v0.3.0
20362024-12-06T20:04:54.907Z Compiling predicates-core v1.0.8
20372024-12-06T20:04:55.225Z Compiling new_debug_unreachable v1.0.6
20382024-12-06T20:04:55.228Z Compiling fixedbitset v0.4.2
20392024-12-06T20:04:55.338Z Compiling unicode-width v0.2.0
20402024-12-06T20:04:55.696Z Compiling petgraph v0.6.5
20412024-12-06T20:04:55.885Z Compiling indicatif v0.17.9
20422024-12-06T20:04:56.764Z Compiling string_cache v0.8.7
20432024-12-06T20:04:57.196Z Compiling predicates v3.1.2
20442024-12-06T20:04:57.823Z Compiling similar v2.6.0
20452024-12-06T20:04:58.191Z Compiling reqwest v0.12.9
20462024-12-06T20:04:58.731Z Compiling tokio-postgres v0.7.12
20472024-12-06T20:04:59.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20482024-12-06T20:05:00.706Z Compiling bit-set v0.5.3
20492024-12-06T20:05:01.292Z Compiling ecdsa v0.16.9
20502024-12-06T20:05:02.011Z Compiling qorb v0.2.1
20512024-12-06T20:05:02.734Z Compiling rsa v0.9.6
20522024-12-06T20:05:04.135Z Compiling ed25519-dalek v2.1.1
20532024-12-06T20:05:04.684Z Compiling zip v0.6.6
20542024-12-06T20:05:05.249Z Compiling crossterm v0.28.1
20552024-12-06T20:05:05.280Z Compiling toml v0.7.8
20562024-12-06T20:05:05.957Z Compiling clap v4.5.21
20572024-12-06T20:05:07.920Z Compiling x509-cert v0.2.5
20582024-12-06T20:05:08.833Z Compiling hex v0.4.3
20592024-12-06T20:05:11.186Z Compiling itertools v0.10.5
20602024-12-06T20:05:11.488Z Compiling lalrpop-util v0.19.12
20612024-12-06T20:05:14.099Z Compiling radium v0.7.0
20622024-12-06T20:05:14.458Z Compiling peg-runtime v0.8.3
20632024-12-06T20:05:14.850Z Compiling unicode-xid v0.2.6
20642024-12-06T20:05:15.026Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652024-12-06T20:05:32.044Z Compiling maybe-uninit v2.0.0
20662024-12-06T20:05:32.477Z Compiling ident_case v1.0.1
20672024-12-06T20:05:32.502Z Compiling tap v1.0.1
20682024-12-06T20:05:32.702Z Compiling wyz v0.5.1
20692024-12-06T20:05:33.024Z Compiling darling_core v0.20.10
20702024-12-06T20:05:42.665Z Compiling typify v0.2.0
20712024-12-06T20:05:46.947Z Compiling funty v2.0.0
20722024-12-06T20:05:47.166Z Compiling packed_struct v0.10.1
20732024-12-06T20:05:47.929Z Compiling unsafe-libyaml v0.2.11
20742024-12-06T20:05:49.396Z Compiling serde_yaml v0.9.34+deprecated
20752024-12-06T20:05:50.156Z Compiling bitvec v1.0.1
20762024-12-06T20:05:53.230Z Compiling progenitor-impl v0.8.0
20772024-12-06T20:05:54.297Z Compiling darling_macro v0.20.10
20782024-12-06T20:05:55.507Z Compiling packed_struct_codegen v0.10.1
20792024-12-06T20:05:58.346Z Compiling structmeta-derive v0.3.0
20802024-12-06T20:05:59.217Z Compiling indexmap v1.9.3
20812024-12-06T20:05:59.529Z Compiling fastrand v2.1.1
20822024-12-06T20:06:00.026Z Compiling crc-catalog v2.4.0
20832024-12-06T20:06:00.206Z Compiling newtype-uuid v1.1.3
20842024-12-06T20:06:00.305Z Compiling nodrop v0.1.14
20852024-12-06T20:06:00.447Z Compiling array-init v0.0.4
20862024-12-06T20:06:00.949Z Compiling structmeta v0.3.0
20872024-12-06T20:06:01.699Z Compiling crc v3.2.1
20882024-12-06T20:06:02.220Z Compiling progenitor-macro v0.8.0
20892024-12-06T20:06:03.240Z Compiling tempfile v3.13.0
20902024-12-06T20:06:08.296Z Compiling darling v0.20.10
20912024-12-06T20:06:08.434Z Compiling smallvec v0.6.14
20922024-12-06T20:06:15.050Z Compiling progenitor-client v0.8.0
20932024-12-06T20:06:16.946Z Compiling pin-project-internal v1.1.6
20942024-12-06T20:06:17.022Z Compiling dropshot v0.13.0
20952024-12-06T20:06:18.025Z Compiling bitfield v0.14.0
20962024-12-06T20:06:19.926Z Compiling base64 v0.21.7
20972024-12-06T20:06:20.383Z Compiling termcolor v1.4.1
20982024-12-06T20:06:20.707Z Compiling same-file v1.0.6
20992024-12-06T20:06:21.258Z Compiling hashbrown v0.12.3
21002024-12-06T20:06:23.899Z Compiling env_logger v0.10.2
21012024-12-06T20:06:25.273Z Compiling walkdir v2.5.0
21022024-12-06T20:06:26.539Z Compiling ron v0.8.1
21032024-12-06T20:06:28.040Z Compiling pin-project v1.1.6
21042024-12-06T20:06:28.192Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21052024-12-06T20:06:36.337Z Compiling progenitor v0.8.0
21062024-12-06T20:06:37.057Z Compiling serde-hex v0.1.0
21072024-12-06T20:06:37.675Z Compiling serde_with_macros v3.11.0
21082024-12-06T20:06:40.343Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-12-06T20:06:40.684Z Compiling parse-display-derive v0.10.0
21102024-12-06T20:06:44.617Z Compiling strum_macros v0.26.4
21112024-12-06T20:06:45.509Z Compiling hashbrown v0.13.2
21122024-12-06T20:06:45.564Z Compiling ipnetwork v0.20.0
21132024-12-06T20:06:46.152Z Compiling xattr v1.3.1
21142024-12-06T20:06:46.494Z Compiling dropshot_endpoint v0.13.0
21152024-12-06T20:06:46.526Z Compiling snafu-derive v0.8.5
21162024-12-06T20:06:46.772Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21172024-12-06T20:06:46.928Z Compiling ring v0.16.20
21182024-12-06T20:06:47.525Z Compiling blake3 v1.5.4
21192024-12-06T20:06:47.933Z Compiling filetime v0.2.25
21202024-12-06T20:06:48.142Z Compiling instant v0.1.13
21212024-12-06T20:06:48.296Z Compiling simd-adler32 v0.3.7
21222024-12-06T20:06:48.325Z Compiling crc-any v2.5.0
21232024-12-06T20:06:49.207Z Compiling buf-list v1.0.3
21242024-12-06T20:06:49.474Z Compiling bumpalo v3.16.0
21252024-12-06T20:06:49.580Z Compiling zip v2.1.3
21262024-12-06T20:06:49.766Z Compiling lockfree-object-pool v0.1.6
21272024-12-06T20:06:50.069Z Compiling zopfli v0.8.1
21282024-12-06T20:06:50.300Z Compiling strum v0.26.3
21292024-12-06T20:06:50.354Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21302024-12-06T20:06:50.511Z Compiling backoff v0.4.0
21312024-12-06T20:06:50.909Z Compiling tar v0.4.42
21322024-12-06T20:06:51.325Z Compiling snafu v0.8.5
21332024-12-06T20:06:52.633Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342024-12-06T20:06:52.853Z Compiling object v0.30.4
21352024-12-06T20:06:54.387Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-06T20:06:56.584Z Compiling parse-display v0.10.0
21372024-12-06T20:06:57.035Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-06T20:06:57.635Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-06T20:06:58.072Z Compiling serde_with v3.11.0
21402024-12-06T20:06:58.522Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-06T20:06:59.216Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-06T20:06:59.263Z Compiling camino-tempfile v1.1.1
21432024-12-06T20:07:00.027Z Compiling globset v0.4.15
21442024-12-06T20:07:02.163Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-06T20:07:02.367Z Compiling regress v0.9.1
21462024-12-06T20:07:02.506Z Compiling pem v3.0.4
21472024-12-06T20:07:03.964Z Compiling olpc-cjson v0.1.4
21482024-12-06T20:07:04.321Z Compiling macaddr v1.0.1
21492024-12-06T20:07:04.959Z Compiling serde_plain v1.0.2
21502024-12-06T20:07:05.489Z Compiling async-recursion v1.1.1
21512024-12-06T20:07:05.571Z Compiling memmap2 v0.9.5
21522024-12-06T20:07:05.681Z Compiling arrayvec v0.7.6
21532024-12-06T20:07:06.056Z Compiling typed-path v0.9.3
21542024-12-06T20:07:06.181Z Compiling path-slash v0.1.5
21552024-12-06T20:07:06.208Z Compiling constant_time_eq v0.3.1
21562024-12-06T20:07:06.389Z Compiling arrayref v0.3.9
21572024-12-06T20:07:06.413Z Compiling spin v0.5.2
21582024-12-06T20:07:06.954Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21592024-12-06T20:07:07.750Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21602024-12-06T20:07:09.194Z Compiling tough v0.19.0
21612024-12-06T20:07:13.901Z Compiling itertools v0.13.0
21622024-12-06T20:07:14.364Z Compiling cargo-platform v0.1.8
21632024-12-06T20:07:15.233Z Compiling topological-sort v0.2.2
21642024-12-06T20:07:15.440Z Compiling parse-size v1.1.0
21652024-12-06T20:07:15.513Z Compiling omicron-zone-package v0.11.1
21662024-12-06T20:07:15.735Z Compiling cargo_metadata v0.18.1
21672024-12-06T20:07:17.737Z Compiling shell-words v1.1.0
21682024-12-06T20:07:20.727Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-06T20:07:34.808Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-06T20:07:49.836Z Finished `release` profile [optimized] target(s) in 5m 53s
21712024-12-06T20:07:50.057Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-06T20:07:50.060ZDec 06 20:07:49.412 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-06T20:07:50.150ZDec 06 20:07:49.513 DEBG running: git rev-parse HEAD
21742024-12-06T20:07:50.156ZDec 06 20:07:49.520 DEBG process exited with exit status: 0 (6.700945ms)
21752024-12-06T20:07:50.156ZDec 06 20:07:49.520 INFO version: 12.0.0-0.ci+gitdd376b02d91
21762024-12-06T20:07:50.197ZDec 06 20:07:49.561 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-06T20:07:50.197ZDec 06 20:07:49.561 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-06T20:07:50.203ZCloning into '/work/oxidecomputer/helios'...
21792024-12-06T20:07:50.708ZDec 06 20:07:50.071 DEBG process exited with exit status: 0 (510.040737ms)
21802024-12-06T20:07:50.708ZDec 06 20:07:50.071 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-06T20:07:50.715Z# branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7
21822024-12-06T20:07:50.715Z# branch.head master
21832024-12-06T20:07:50.715Z# branch.upstream origin/master
21842024-12-06T20:07:50.715Z# branch.ab +0 -0
21852024-12-06T20:07:50.717ZDec 06 20:07:50.079 DEBG process exited with exit status: 0 (7.916218ms)
21862024-12-06T20:07:50.717ZDec 06 20:07:50.079 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-06T20:07:51.660ZDec 06 20:07:51.023 DEBG process exited with exit status: 0 (944.366558ms)
21882024-12-06T20:07:51.660ZDec 06 20:07:51.023 DEBG running: zfs list rpool/images/build/host
21892024-12-06T20:07:51.667ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-06T20:07:51.667Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-06T20:07:51.669ZDec 06 20:07:51.031 DEBG process exited with exit status: 0 (7.363032ms)
21922024-12-06T20:07:51.669ZDec 06 20:07:51.031 DEBG running: zfs list rpool/images/build/recovery
21932024-12-06T20:07:51.673ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-06T20:07:51.673Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-06T20:07:51.676ZDec 06 20:07:51.037 DEBG process exited with exit status: 0 (6.453302ms)
21962024-12-06T20:07:51.676ZDec 06 20:07:51.038 INFO [hubris-staging] running task
21972024-12-06T20:07:51.676ZDec 06 20:07:51.038 INFO [hubris-production] running task
21982024-12-06T20:07:51.676ZDec 06 20:07:51.038 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
21992024-12-06T20:07:51.678ZDec 06 20:07:51.042 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22002024-12-06T20:07:51.751Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-06T20:07:52.147Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-06T20:07:52.815Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-06T20:07:53.115Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-06T20:07:53.487ZDec 06 20:07:52.850 INFO [hubris-production] task succeeded (1.811231032s)
22052024-12-06T20:07:53.901Z[ omicron-package] Compiling zerocopy v0.8.10
22062024-12-06T20:07:53.903Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22072024-12-06T20:07:53.903Z[ omicron-package] Compiling itertools v0.13.0
22082024-12-06T20:07:53.903Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22092024-12-06T20:07:53.903Z[ omicron-package] Compiling heapless v0.8.0
22102024-12-06T20:07:53.903Z[ omicron-package] Compiling hash32 v0.3.1
22112024-12-06T20:07:53.903Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122024-12-06T20:07:53.903Z[ omicron-package] Compiling smoltcp v0.11.0
22132024-12-06T20:07:54.946Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22142024-12-06T20:07:55.576Z[ omicron-package] Compiling cobs v0.2.3
22152024-12-06T20:07:55.703Z[ omicron-package] Compiling num_enum_derive v0.5.11
22162024-12-06T20:07:55.875Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22172024-12-06T20:07:56.062Z[ omicron-package] Compiling postcard v1.0.10
22182024-12-06T20:07:56.546Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22192024-12-06T20:07:56.546Z[ omicron-package] Compiling proc-macro-error v1.0.4
22202024-12-06T20:07:56.678Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-06T20:07:57.506Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-06T20:07:57.942Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22232024-12-06T20:07:58.807Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-06T20:07:59.164Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22252024-12-06T20:07:59.809Z[ omicron-package] Compiling foreign-types v0.5.0
22262024-12-06T20:08:00.097Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-06T20:08:00.213Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22282024-12-06T20:08:00.322Z[ omicron-package] Compiling num_enum v0.5.11
22292024-12-06T20:08:00.431Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22302024-12-06T20:08:00.634Z[ omicron-package] Compiling thiserror v2.0.3
22312024-12-06T20:08:00.828Z[ omicron-package] Compiling pretty-hex v0.2.1
22322024-12-06T20:08:01.059Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22332024-12-06T20:08:01.258Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22342024-12-06T20:08:01.453Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22352024-12-06T20:08:01.768Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22362024-12-06T20:08:02.023Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-06T20:08:02.417Z[ omicron-package] Compiling colored v2.1.0
22382024-12-06T20:08:02.685Z[ omicron-package] Compiling thiserror-impl v2.0.3
22392024-12-06T20:08:02.749Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22402024-12-06T20:08:03.049ZDec 06 20:08:02.412 INFO [hubris-staging] task succeeded (11.373810314s)
22412024-12-06T20:08:03.574Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22422024-12-06T20:08:04.359Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72)
22432024-12-06T20:08:04.776Z[ omicron-package] Compiling sigpipe v0.1.3
22442024-12-06T20:08:05.196Z[ omicron-package] Compiling num-derive v0.4.2
22452024-12-06T20:08:05.554Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22462024-12-06T20:08:06.405Z[ omicron-package] Compiling libefi-sys v0.1.0
22472024-12-06T20:08:06.689Z[ omicron-package] Compiling zone v0.3.0
22482024-12-06T20:08:07.201Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72)
22492024-12-06T20:08:07.495Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-06T20:08:08.280Z[ omicron-package] Compiling smf v0.2.3
22512024-12-06T20:08:08.643Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-06T20:08:08.995Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
22532024-12-06T20:08:09.326Z[ omicron-package] Compiling bitfield-struct v0.6.2
22542024-12-06T20:08:11.705Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-06T20:08:11.935Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22562024-12-06T20:08:11.985Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572024-12-06T20:08:12.319Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22582024-12-06T20:08:12.352Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-06T20:08:12.405Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-06T20:08:12.571Z[ omicron-package] Compiling gethostname v0.5.0
22612024-12-06T20:08:13.630Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-06T20:08:15.899Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-06T20:08:17.136Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-06T20:08:18.504Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-06T20:08:21.291Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22662024-12-06T20:08:21.998Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-12-06T20:08:23.721Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22682024-12-06T20:08:34.034Z[ helios-setup] Dec 06 20:08:33.396 INFO helios repository root is: /work/oxidecomputer/helios
22692024-12-06T20:08:34.038Z[ helios-setup] Dec 06 20:08:33.399 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
22702024-12-06T20:08:34.038Z[ helios-setup] Dec 06 20:08:33.399 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22712024-12-06T20:08:34.042Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22722024-12-06T20:08:35.324Z[ helios-setup] Dec 06 20:08:34.686 INFO clone ok!, project: chelsio-t6-roms
22732024-12-06T20:08:35.326Z[ helios-setup] Dec 06 20:08:34.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
22742024-12-06T20:08:35.326Z[ helios-setup] Dec 06 20:08:34.686 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22752024-12-06T20:08:35.329Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22762024-12-06T20:08:36.259Z[ helios-setup] Dec 06 20:08:35.621 INFO clone ok!, project: pilot
22772024-12-06T20:08:36.261Z[ helios-setup] Dec 06 20:08:35.621 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
22782024-12-06T20:08:36.261Z[ helios-setup] Dec 06 20:08:35.621 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22792024-12-06T20:08:36.264Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22802024-12-06T20:08:36.935Z[ helios-setup] Dec 06 20:08:36.297 INFO clone ok!, project: phbl
22812024-12-06T20:08:36.938Z[ helios-setup] Dec 06 20:08:36.297 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
22822024-12-06T20:08:36.938Z[ helios-setup] Dec 06 20:08:36.297 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22832024-12-06T20:08:36.940Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22842024-12-06T20:08:37.669Z[ helios-setup] Dec 06 20:08:37.031 INFO clone ok!, project: bootserver
22852024-12-06T20:08:37.671Z[ helios-setup] Dec 06 20:08:37.031 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22862024-12-06T20:08:37.671Z[ helios-setup] Dec 06 20:08:37.031 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
22872024-12-06T20:08:37.671Z[ helios-setup] Dec 06 20:08:37.031 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22882024-12-06T20:08:37.674Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22892024-12-06T20:08:38.532Z[ helios-setup] Dec 06 20:08:37.894 INFO clone ok!, project: image-builder
22902024-12-06T20:08:38.535Z[ helios-setup] Dec 06 20:08:37.895 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22912024-12-06T20:08:38.535Z[ helios-setup] Dec 06 20:08:37.895 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22922024-12-06T20:08:38.535Z[ helios-setup] Dec 06 20:08:37.895 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
22932024-12-06T20:08:38.535Z[ helios-setup] Dec 06 20:08:37.895 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22942024-12-06T20:08:38.538Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22952024-12-06T20:08:39.223Z[ helios-setup] Dec 06 20:08:38.585 INFO clone ok!, project: pinprick
22962024-12-06T20:08:39.226Z[ helios-setup] Dec 06 20:08:38.585 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
22972024-12-06T20:08:39.226Z[ helios-setup] Dec 06 20:08:38.586 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
22982024-12-06T20:08:39.229Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22992024-12-06T20:08:40.344Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23002024-12-06T20:08:40.354Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23012024-12-06T20:08:42.467Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.78s
23022024-12-06T20:08:42.698Z[ omicron-package]
23032024-12-06T20:08:42.698Z[ omicron-package] real 50.977388449
23042024-12-06T20:08:42.698Z[ omicron-package] user 2:58.272775484
23052024-12-06T20:08:42.701Z[ omicron-package] sys 26.398973892
23062024-12-06T20:08:42.701Z[ omicron-package] trap 0.177405257
23072024-12-06T20:08:42.701Z[ omicron-package] tflt 0.468878735
23082024-12-06T20:08:42.701Z[ omicron-package] dflt 0.932739847
23092024-12-06T20:08:42.701Z[ omicron-package] kflt 0.000006290
23102024-12-06T20:08:42.701Z[ omicron-package] lock 5:44.830239225
23112024-12-06T20:08:42.701Z[ omicron-package] slp 10:16.067668973
23122024-12-06T20:08:42.701Z[ omicron-package] lat 1:38.300728194
23132024-12-06T20:08:42.701ZDec 06 20:08:42.061 INFO [omicron-package] process exited with exit status: 0 (51.022630684s)
23142024-12-06T20:08:42.701Z[ omicron-package] stop 1:00.924380336
23152024-12-06T20:08:42.701ZDec 06 20:08:42.061 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23162024-12-06T20:08:42.786ZDec 06 20:08:42.148 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
23172024-12-06T20:08:42.798Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23182024-12-06T20:08:42.800Z[ recovery-target] Created new build target 'recovery' and set it as active
23192024-12-06T20:08:42.800ZDec 06 20:08:42.162 INFO [recovery-target] process exited with exit status: 0 (100.927287ms)
23202024-12-06T20:08:42.804Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23212024-12-06T20:08:42.806Z[ host-target] Created new build target 'host' and set it as active
23222024-12-06T20:08:42.806ZDec 06 20:08:42.168 INFO [host-target] process exited with exit status: 0 (19.917562ms)
23232024-12-06T20:08:42.806ZDec 06 20:08:42.168 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23242024-12-06T20:08:42.823Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23252024-12-06T20:08:44.051Z[ host-package] Compiling convert_case v0.4.0
23262024-12-06T20:08:44.051Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23272024-12-06T20:08:44.054Z[ host-package] Compiling newline-converter v0.3.0
23282024-12-06T20:08:44.054Z[ host-package] Compiling password-hash v0.5.0
23292024-12-06T20:08:44.202Z[ host-package] Compiling progenitor-client v0.8.0
23302024-12-06T20:08:44.205Z[ host-package] Compiling blake2 v0.10.6
23312024-12-06T20:08:44.216Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23322024-12-06T20:08:44.253Z[ host-package] Compiling owo-colors v4.1.0
23332024-12-06T20:08:44.409Z[ host-package] Compiling expectorate v1.1.0
23342024-12-06T20:08:44.473Z[ host-package] Compiling cancel-safe-futures v0.1.5
23352024-12-06T20:08:44.608Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23362024-12-06T20:08:44.627Z[ helios-setup] Dec 06 20:08:43.989 INFO clone ok!, project: amd-host-image-builder
23372024-12-06T20:08:44.629Z[ helios-setup] Dec 06 20:08:43.989 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
23382024-12-06T20:08:44.629Z[ helios-setup] Dec 06 20:08:43.989 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23392024-12-06T20:08:44.632Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23402024-12-06T20:08:44.634Z[ host-package] Compiling num-rational v0.4.2
23412024-12-06T20:08:44.678Z[ host-package] Compiling progenitor v0.8.0
23422024-12-06T20:08:44.759Z[ host-package] Compiling argon2 v0.5.3
23432024-12-06T20:08:44.926Z[ host-package] Compiling num-complex v0.4.6
23442024-12-06T20:08:44.971Z[ host-package] Compiling derive_more v0.99.18
23452024-12-06T20:08:45.831Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23462024-12-06T20:08:46.155Z[ host-package] Compiling num v0.4.3
23472024-12-06T20:08:46.285Z[ host-package] Compiling atomicwrites v0.4.4
23482024-12-06T20:08:46.316Z[ host-package] Compiling libsw v3.3.1
23492024-12-06T20:08:46.338Z[ host-package] Compiling linear-map v1.2.0
23502024-12-06T20:08:46.436Z[ host-package] Compiling float-ord v0.3.2
23512024-12-06T20:08:46.629Z[ host-package] Compiling swrite v0.1.0
23522024-12-06T20:08:46.692Z[ host-package] Compiling indent_write v2.2.0
23532024-12-06T20:08:46.780Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23542024-12-06T20:08:46.816Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23552024-12-06T20:08:46.876Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23562024-12-06T20:08:46.935Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23572024-12-06T20:08:47.165Z[ host-package] Compiling highway v1.2.0
23582024-12-06T20:08:47.251Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23592024-12-06T20:08:47.996Z[ host-package] Compiling semver v0.1.20
23602024-12-06T20:08:48.637Z[ host-package] Compiling rustc_version v0.1.7
23612024-12-06T20:08:48.715Z[ host-package] Compiling tungstenite v0.21.0
23622024-12-06T20:08:49.080Z[ host-package] Compiling newtype_derive v0.1.6
23632024-12-06T20:08:49.415Z[ host-package] Compiling newtype-uuid v1.1.3
23642024-12-06T20:08:49.884Z[ host-package] Compiling dropshot v0.13.0
23652024-12-06T20:08:49.964Z[ host-package] Compiling ipnetwork v0.20.0
23662024-12-06T20:08:50.830Z[ host-package] Compiling tokio-tungstenite v0.21.0
23672024-12-06T20:08:51.544Z[ host-package] Compiling instant v0.1.13
23682024-12-06T20:08:51.738Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23692024-12-06T20:08:51.884Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23702024-12-06T20:08:53.257Z[ helios-setup] Dec 06 20:08:52.619 INFO clone ok!, project: amd-firmware
23712024-12-06T20:08:53.260Z[ helios-setup] Dec 06 20:08:52.619 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23722024-12-06T20:08:54.124Z[ host-package] Compiling humantime v2.1.0
23732024-12-06T20:08:54.270Z[ helios-setup] Dec 06 20:08:53.632 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23742024-12-06T20:08:54.820Z[ helios-setup] Dec 06 20:08:54.182 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23752024-12-06T20:08:54.820Z[ helios-setup] Dec 06 20:08:54.182 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23762024-12-06T20:08:55.051Z[ host-package] Compiling backoff v0.4.0
23772024-12-06T20:08:55.356Z[ helios-setup] Dec 06 20:08:54.718 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23782024-12-06T20:08:55.551Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23792024-12-06T20:08:55.953Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23802024-12-06T20:08:55.966Z[ helios-setup] Dec 06 20:08:55.328 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23812024-12-06T20:08:55.971Z[ helios-setup] Dec 06 20:08:55.328 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23822024-12-06T20:08:56.391Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23832024-12-06T20:08:56.526Z[ helios-setup] Dec 06 20:08:55.888 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23842024-12-06T20:08:56.568Z[ host-package] Compiling parse-display v0.10.0
23852024-12-06T20:08:56.815Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23862024-12-06T20:08:57.087Z[ helios-setup] Dec 06 20:08:56.448 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23872024-12-06T20:08:57.089Z[ helios-setup] Dec 06 20:08:56.449 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23882024-12-06T20:08:57.089Z[ helios-setup] Dec 06 20:08:56.449 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23892024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO ok!
23902024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23912024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23922024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO ok!
23932024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23942024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23952024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO ok!
23962024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23972024-12-06T20:08:57.090Z[ helios-setup] Dec 06 20:08:56.449 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23982024-12-06T20:08:57.142Z[ host-package] Compiling strum v0.26.3
23992024-12-06T20:08:57.365Z[ host-package] Compiling serde_with v3.11.0
24002024-12-06T20:08:57.394Z[ host-package] Compiling regress v0.9.1
24012024-12-06T20:08:57.396Z[ helios-setup] Dec 06 20:08:56.757 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24022024-12-06T20:08:58.821Z[ helios-setup] Dec 06 20:08:58.183 INFO E| From https://github.com/oxidecomputer/progenitor
24032024-12-06T20:08:58.821Z[ helios-setup] Dec 06 20:08:58.183 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24042024-12-06T20:08:58.856Z[ helios-setup] Dec 06 20:08:58.218 INFO E| * [new tag] v0.1.1 -> v0.1.1
24052024-12-06T20:08:58.856Z[ helios-setup] Dec 06 20:08:58.218 INFO E| * [new tag] v0.2.0 -> v0.2.0
24062024-12-06T20:08:58.983Z[ helios-setup] Dec 06 20:08:58.345 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24072024-12-06T20:08:59.472Z[ helios-setup] Dec 06 20:08:58.834 INFO E| From https://github.com/jclulow/hiercmd
24082024-12-06T20:08:59.472Z[ helios-setup] Dec 06 20:08:58.834 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24092024-12-06T20:08:59.492Z[ helios-setup] Dec 06 20:08:58.854 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24102024-12-06T20:09:00.072Z[ helios-setup] Dec 06 20:08:59.433 INFO E| From https://github.com/jclulow/network-interface
24112024-12-06T20:09:00.072Z[ helios-setup] Dec 06 20:08:59.433 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24122024-12-06T20:09:00.105Z[ helios-setup] Dec 06 20:08:59.467 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24132024-12-06T20:09:00.587Z[ helios-setup] Dec 06 20:08:59.949 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24142024-12-06T20:09:00.587Z[ helios-setup] Dec 06 20:08:59.949 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24152024-12-06T20:09:00.621Z[ helios-setup] Dec 06 20:08:59.983 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24162024-12-06T20:09:01.494Z[ helios-setup] Dec 06 20:09:00.855 INFO E| From https://github.com/oxidecomputer/facade
24172024-12-06T20:09:01.494Z[ helios-setup] Dec 06 20:09:00.855 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24182024-12-06T20:09:01.537Z[ helios-setup] Dec 06 20:09:00.899 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24192024-12-06T20:09:01.810Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24202024-12-06T20:09:02.483Z[ helios-setup] Dec 06 20:09:01.845 INFO E| From https://github.com/oxidecomputer/dropshot
24212024-12-06T20:09:02.483Z[ helios-setup] Dec 06 20:09:01.845 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24222024-12-06T20:09:02.521Z[ helios-setup] Dec 06 20:09:01.882 INFO E| * [new tag] v0.3.0 -> v0.3.0
24232024-12-06T20:09:02.521Z[ helios-setup] Dec 06 20:09:01.882 INFO E| * [new tag] v0.4.0 -> v0.4.0
24242024-12-06T20:09:02.523Z[ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.5.0 -> v0.5.0
24252024-12-06T20:09:02.523Z[ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.5.1 -> v0.5.1
24262024-12-06T20:09:02.523Z[ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.6.0 -> v0.6.0
24272024-12-06T20:09:02.523Z[ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.7.0 -> v0.7.0
24282024-12-06T20:09:02.523Z[ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.8.0 -> v0.8.0
24292024-12-06T20:09:02.523Z[ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.9.0 -> v0.9.0
24302024-12-06T20:09:02.569Z[ helios-setup] Dec 06 20:09:01.931 INFO E| Updating crates.io index
24312024-12-06T20:09:02.587Z[ host-package] Compiling macaddr v1.0.1
24322024-12-06T20:09:02.597Z[ helios-setup] Dec 06 20:09:01.959 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24332024-12-06T20:09:03.043Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24342024-12-06T20:09:03.354Z[ host-package] Compiling steno v0.4.1
24352024-12-06T20:09:03.492Z[ helios-setup] Dec 06 20:09:02.854 INFO E| From https://github.com/oxidecomputer/typify
24362024-12-06T20:09:03.492Z[ helios-setup] Dec 06 20:09:02.854 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24372024-12-06T20:09:03.525Z[ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.10 -> v0.0.10
24382024-12-06T20:09:03.525Z[ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.11 -> v0.0.11
24392024-12-06T20:09:03.528Z[ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.4 -> v0.0.4
24402024-12-06T20:09:03.528Z[ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.5 -> v0.0.5
24412024-12-06T20:09:03.528Z[ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.7 -> v0.0.7
24422024-12-06T20:09:03.528Z[ helios-setup] Dec 06 20:09:02.888 INFO E| * [new tag] v0.0.8 -> v0.0.8
24432024-12-06T20:09:03.528Z[ helios-setup] Dec 06 20:09:02.888 INFO E| * [new tag] v0.0.9 -> v0.0.9
24442024-12-06T20:09:03.910Z[ helios-setup] Dec 06 20:09:03.272 INFO E| Downloading crates ...
24452024-12-06T20:09:03.985Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72)
24462024-12-06T20:09:04.176Z[ helios-setup] Dec 06 20:09:03.538 INFO E| Downloaded ahash v0.7.6
24472024-12-06T20:09:04.205Z[ helios-setup] Dec 06 20:09:03.567 INFO E| Downloaded ahash v0.8.3
24482024-12-06T20:09:04.261Z[ helios-setup] Dec 06 20:09:03.623 INFO E| Downloaded async-trait v0.1.68
24492024-12-06T20:09:04.267Z[ helios-setup] Dec 06 20:09:03.629 INFO E| Downloaded rustfmt-wrapper v0.2.0
24502024-12-06T20:09:04.271Z[ helios-setup] Dec 06 20:09:03.633 INFO E| Downloaded block-buffer v0.10.3
24512024-12-06T20:09:04.274Z[ helios-setup] Dec 06 20:09:03.635 INFO E| Downloaded autocfg v1.1.0
24522024-12-06T20:09:04.276Z[ helios-setup] Dec 06 20:09:03.638 INFO E| Downloaded byteorder v1.4.3
24532024-12-06T20:09:04.279Z[ helios-setup] Dec 06 20:09:03.641 INFO E| Downloaded built v0.6.0
24542024-12-06T20:09:04.282Z[ helios-setup] Dec 06 20:09:03.644 INFO E| Downloaded const-random-macro v0.1.15
24552024-12-06T20:09:04.286Z[ helios-setup] Dec 06 20:09:03.648 INFO E| Downloaded async-stream v0.3.5
24562024-12-06T20:09:04.289Z[ helios-setup] Dec 06 20:09:03.652 INFO E| Downloaded futures-sink v0.3.28
24572024-12-06T20:09:04.292Z[ helios-setup] Dec 06 20:09:03.653 INFO E| Downloaded const-random v0.1.15
24582024-12-06T20:09:04.295Z[ helios-setup] Dec 06 20:09:03.655 INFO E| Downloaded form_urlencoded v1.1.0
24592024-12-06T20:09:04.295Z[ helios-setup] Dec 06 20:09:03.657 INFO E| Downloaded anstyle v0.3.5
24602024-12-06T20:09:04.297Z[ helios-setup] Dec 06 20:09:03.659 INFO E| Downloaded rustls-pemfile v1.0.2
24612024-12-06T20:09:04.300Z[ helios-setup] Dec 06 20:09:03.662 INFO E| Downloaded schemars_derive v0.8.12
24622024-12-06T20:09:04.303Z[ helios-setup] Dec 06 20:09:03.665 INFO E| Downloaded cargo-lock v8.0.3
24632024-12-06T20:09:04.308Z[ helios-setup] Dec 06 20:09:03.670 INFO E| Downloaded tower-service v0.3.2
24642024-12-06T20:09:04.310Z[ helios-setup] Dec 06 20:09:03.671 INFO E| Downloaded want v0.3.0
24652024-12-06T20:09:04.312Z[ helios-setup] Dec 06 20:09:03.673 INFO E| Downloaded try-lock v0.2.4
24662024-12-06T20:09:04.315Z[ helios-setup] Dec 06 20:09:03.675 INFO E| Downloaded toolchain_find v0.2.0
24672024-12-06T20:09:04.315Z[ helios-setup] Dec 06 20:09:03.677 INFO E| Downloaded bincode v1.3.3
24682024-12-06T20:09:04.319Z[ helios-setup] Dec 06 20:09:03.681 INFO E| Downloaded serde_spanned v0.6.1
24692024-12-06T20:09:04.321Z[ helios-setup] Dec 06 20:09:03.683 INFO E| Downloaded semver v0.11.0
24702024-12-06T20:09:04.324Z[ helios-setup] Dec 06 20:09:03.686 INFO E| Downloaded scopeguard v1.1.0
24712024-12-06T20:09:04.327Z[ helios-setup] Dec 06 20:09:03.689 INFO E| Downloaded slog-async v2.7.0
24722024-12-06T20:09:04.329Z[ helios-setup] Dec 06 20:09:03.691 INFO E| Downloaded thiserror v1.0.38
24732024-12-06T20:09:04.336Z[ helios-setup] Dec 06 20:09:03.698 INFO E| Downloaded unicode-width v0.1.10
24742024-12-06T20:09:04.339Z[ helios-setup] Dec 06 20:09:03.701 INFO E| Downloaded concolor-override v1.0.0
24752024-12-06T20:09:04.341Z[ helios-setup] Dec 06 20:09:03.702 INFO E| Downloaded dyn-clone v1.0.11
24762024-12-06T20:09:04.344Z[ helios-setup] Dec 06 20:09:03.705 INFO E| Downloaded toml_datetime v0.6.1
24772024-12-06T20:09:04.346Z[ helios-setup] Dec 06 20:09:03.707 INFO E| Downloaded futures-executor v0.3.28
24782024-12-06T20:09:04.349Z[ helios-setup] Dec 06 20:09:03.710 INFO E| Downloaded fastrand v1.9.0
24792024-12-06T20:09:04.351Z[ helios-setup] Dec 06 20:09:03.712 INFO E| Downloaded http-body v0.4.5
24802024-12-06T20:09:04.353Z[ helios-setup] Dec 06 20:09:03.715 INFO E| Downloaded tokio-macros v2.0.0
24812024-12-06T20:09:04.356Z[ helios-setup] Dec 06 20:09:03.717 INFO E| Downloaded httpdate v1.0.2
24822024-12-06T20:09:04.358Z[ helios-setup] Dec 06 20:09:03.719 INFO E| Downloaded utf8parse v0.2.1
24832024-12-06T20:09:04.361Z[ helios-setup] Dec 06 20:09:03.721 INFO E| Downloaded home v0.5.4
24842024-12-06T20:09:04.363Z[ helios-setup] Dec 06 20:09:03.723 INFO E| Downloaded futures-io v0.3.28
24852024-12-06T20:09:04.363Z[ helios-setup] Dec 06 20:09:03.725 INFO E| Downloaded semver v1.0.17
24862024-12-06T20:09:04.368Z[ helios-setup] Dec 06 20:09:03.729 INFO E| Downloaded strsim v0.10.0
24872024-12-06T20:09:04.372Z[ helios-setup] Dec 06 20:09:03.731 INFO E| Downloaded serde_derive_internals v0.26.0
24882024-12-06T20:09:04.374Z[ helios-setup] Dec 06 20:09:03.734 INFO E| Downloaded tokio-tungstenite v0.18.0
24892024-12-06T20:09:04.377Z[ helios-setup] Dec 06 20:09:03.738 INFO E| Downloaded proc-macro-crate v1.2.1
24902024-12-06T20:09:04.379Z[ helios-setup] Dec 06 20:09:03.740 INFO E| Downloaded crossbeam-deque v0.8.2
24912024-12-06T20:09:04.381Z[ helios-setup] Dec 06 20:09:03.742 INFO E| Downloaded num_enum v0.5.7
24922024-12-06T20:09:04.387Z[ helios-setup] Dec 06 20:09:03.749 INFO E| Downloaded tokio-rustls v0.24.0
24932024-12-06T20:09:04.391Z[ helios-setup] Dec 06 20:09:03.753 INFO E| Downloaded thiserror-impl v1.0.38
24942024-12-06T20:09:04.393Z[ helios-setup] Dec 06 20:09:03.755 INFO E| Downloaded getrandom v0.2.8
24952024-12-06T20:09:04.398Z[ helios-setup] Dec 06 20:09:03.760 INFO E| Downloaded walkdir v2.3.3
24962024-12-06T20:09:04.402Z[ helios-setup] Dec 06 20:09:03.764 INFO E| Downloaded tempfile v3.5.0
24972024-12-06T20:09:04.406Z[ helios-setup] Dec 06 20:09:03.769 INFO E| Downloaded tinyvec v1.6.0
24982024-12-06T20:09:04.412Z[ helios-setup] Dec 06 20:09:03.774 INFO E| Downloaded unicode-bidi v0.3.13
24992024-12-06T20:09:04.416Z[ helios-setup] Dec 06 20:09:03.778 INFO E| Downloaded tungstenite v0.18.0
25002024-12-06T20:09:04.421Z[ helios-setup] Dec 06 20:09:03.783 INFO E| Downloaded toml v0.7.3
25012024-12-06T20:09:04.427Z[ helios-setup] Dec 06 20:09:03.789 INFO E| Downloaded uuid v1.3.0
25022024-12-06T20:09:04.435Z[ helios-setup] Dec 06 20:09:03.797 INFO E| Downloaded unicode-ident v1.0.8
25032024-12-06T20:09:04.440Z[ helios-setup] Dec 06 20:09:03.802 INFO E| Downloaded unsafe-libyaml v0.2.8
25042024-12-06T20:09:04.447Z[ helios-setup] Dec 06 20:09:03.809 INFO E| Downloaded tracing-core v0.1.30
25052024-12-06T20:09:04.452Z[ helios-setup] Dec 06 20:09:03.814 INFO E| Downloaded clap v4.2.1
25062024-12-06T20:09:04.468Z[ helios-setup] Dec 06 20:09:03.830 INFO E| Downloaded url v2.3.1
25072024-12-06T20:09:04.476Z[ helios-setup] Dec 06 20:09:03.835 INFO E| Downloaded flate2 v1.0.25
25082024-12-06T20:09:04.481Z[ helios-setup] Dec 06 20:09:03.843 INFO E| Downloaded toml_edit v0.19.8
25092024-12-06T20:09:04.511Z[ helios-setup] Dec 06 20:09:03.873 INFO E| Downloaded unicode-normalization v0.1.22
25102024-12-06T20:09:04.517Z[ helios-setup] Dec 06 20:09:03.879 INFO E| Downloaded mio v0.8.5
25112024-12-06T20:09:04.528Z[ helios-setup] Dec 06 20:09:03.890 INFO E| Downloaded winnow v0.4.1
25122024-12-06T20:09:04.541Z[ helios-setup] Dec 06 20:09:03.903 INFO E| Downloaded serde_json v1.0.95
25132024-12-06T20:09:04.552Z[ helios-setup] Dec 06 20:09:03.914 INFO E| Downloaded pest v2.5.7
25142024-12-06T20:09:04.560Z[ helios-setup] Dec 06 20:09:03.922 INFO E| Downloaded chrono v0.4.24
25152024-12-06T20:09:04.576Z[ helios-setup] Dec 06 20:09:03.938 INFO E| Downloaded tokio-util v0.7.7
25162024-12-06T20:09:04.587Z[ helios-setup] Dec 06 20:09:03.949 INFO E| Downloaded rustls v0.21.0
25172024-12-06T20:09:04.607Z[ helios-setup] Dec 06 20:09:03.969 INFO E| Downloaded syn v1.0.107
25182024-12-06T20:09:04.625Z[ helios-setup] Dec 06 20:09:03.987 INFO E| Downloaded syn v2.0.72
25192024-12-06T20:09:04.659Z[ helios-setup] Dec 06 20:09:04.021 INFO E| Downloaded hyper v0.14.25
25202024-12-06T20:09:04.673Z[ helios-setup] Dec 06 20:09:04.034 INFO E| Downloaded git2 v0.16.1
25212024-12-06T20:09:04.686Z[ helios-setup] Dec 06 20:09:04.048 INFO E| Downloaded rhai v1.14.0
25222024-12-06T20:09:04.707Z[ helios-setup] Dec 06 20:09:04.069 INFO E| Downloaded regex v1.7.3
25232024-12-06T20:09:04.721Z[ helios-setup] Dec 06 20:09:04.083 INFO E| Downloaded rustix v0.37.3
25242024-12-06T20:09:04.754Z[ helios-setup] Dec 06 20:09:04.115 INFO E| Downloaded rayon v1.6.1
25252024-12-06T20:09:04.775Z[ helios-setup] Dec 06 20:09:04.137 INFO E| Downloaded h2 v0.3.16
25262024-12-06T20:09:04.786Z[ helios-setup] Dec 06 20:09:04.148 INFO E| Downloaded futures-util v0.3.28
25272024-12-06T20:09:04.809Z[ helios-setup] Dec 06 20:09:04.171 INFO E| Downloaded clap_builder v4.2.1
25282024-12-06T20:09:04.821Z[ helios-setup] Dec 06 20:09:04.183 INFO E| Downloaded openapiv3 v1.0.2
25292024-12-06T20:09:04.841Z[ helios-setup] Dec 06 20:09:04.203 INFO E| Downloaded reqwest v0.11.16
25302024-12-06T20:09:04.855Z[ helios-setup] Dec 06 20:09:04.216 INFO E| Downloaded http v0.2.9
25312024-12-06T20:09:04.861Z[ helios-setup] Dec 06 20:09:04.223 INFO E| Downloaded crossbeam-channel v0.5.6
25322024-12-06T20:09:04.868Z[ helios-setup] Dec 06 20:09:04.230 INFO E| Downloaded unicode-linebreak v0.1.4
25332024-12-06T20:09:04.872Z[ helios-setup] Dec 06 20:09:04.234 INFO E| Downloaded tracing v0.1.37
25342024-12-06T20:09:04.879Z[ helios-setup] Dec 06 20:09:04.241 INFO E| Downloaded rayon-core v1.10.2
25352024-12-06T20:09:04.885Z[ helios-setup] Dec 06 20:09:04.247 INFO E| Downloaded memchr v2.5.0
25362024-12-06T20:09:04.892Z[ helios-setup] Dec 06 20:09:04.254 INFO E| Downloaded serde v1.0.204
25372024-12-06T20:09:04.898Z[ helios-setup] Dec 06 20:09:04.260 INFO E| Downloaded rustls-webpki v0.100.1
25382024-12-06T20:09:04.908Z[ helios-setup] Dec 06 20:09:04.270 INFO E| Downloaded miniz_oxide v0.6.2
25392024-12-06T20:09:04.913Z[ helios-setup] Dec 06 20:09:04.274 INFO E| Downloaded proc-macro2 v1.0.86
25402024-12-06T20:09:04.919Z[ helios-setup] Dec 06 20:09:04.278 INFO E| Downloaded tokio v1.27.0
25412024-12-06T20:09:04.974Z[ helios-setup] Dec 06 20:09:04.336 INFO E| Downloaded parking_lot v0.12.1
25422024-12-06T20:09:04.977Z[ helios-setup] Dec 06 20:09:04.339 INFO E| Downloaded num-traits v0.2.15
25432024-12-06T20:09:04.982Z[ helios-setup] Dec 06 20:09:04.344 INFO E| Downloaded futures v0.3.28
25442024-12-06T20:09:04.990Z[ helios-setup] Dec 06 20:09:04.352 INFO E| Downloaded serde_yaml v0.9.21
25452024-12-06T20:09:04.996Z[ helios-setup] Dec 06 20:09:04.358 INFO E| Downloaded ryu v1.0.13
25462024-12-06T20:09:05.001Z[ helios-setup] Dec 06 20:09:04.363 INFO E| Downloaded ucd-trie v0.1.5
25472024-12-06T20:09:05.005Z[ helios-setup] Dec 06 20:09:04.365 INFO E| Downloaded libc v0.2.139
25482024-12-06T20:09:05.021Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
25492024-12-06T20:09:05.021Z[ host-package] Compiling prettyplease v0.2.25
25502024-12-06T20:09:05.038Z[ helios-setup] Dec 06 20:09:04.400 INFO E| Downloaded typenum v1.16.0
25512024-12-06T20:09:05.042Z[ helios-setup] Dec 06 20:09:04.404 INFO E| Downloaded schemars v0.8.12
25522024-12-06T20:09:05.059Z[ helios-setup] Dec 06 20:09:04.421 INFO E| Downloaded rhai_codegen v1.5.0
25532024-12-06T20:09:05.074Z[ helios-setup] Dec 06 20:09:04.436 INFO E| Downloaded io-lifetimes v1.0.10
25542024-12-06T20:09:05.083Z[ helios-setup] Dec 06 20:09:04.439 INFO E| Downloaded textwrap v0.16.0
25552024-12-06T20:09:05.083Z[ helios-setup] Dec 06 20:09:04.442 INFO E| Downloaded pin-project-lite v0.2.9
25562024-12-06T20:09:05.097Z[ helios-setup] Dec 06 20:09:04.447 INFO E| Downloaded once_cell v1.17.0
25572024-12-06T20:09:05.097Z[ helios-setup] Dec 06 20:09:04.450 INFO E| Downloaded crossbeam-utils v0.8.14
25582024-12-06T20:09:05.097Z[ helios-setup] Dec 06 20:09:04.454 INFO E| Downloaded crossbeam-epoch v0.9.13
25592024-12-06T20:09:05.098Z[ helios-setup] Dec 06 20:09:04.458 INFO E| Downloaded parking_lot_core v0.9.6
25602024-12-06T20:09:05.100Z[ helios-setup] Dec 06 20:09:04.460 INFO E| Downloaded lock_api v0.4.9
25612024-12-06T20:09:05.102Z[ helios-setup] Dec 06 20:09:04.462 INFO E| Downloaded toml v0.5.11
25622024-12-06T20:09:05.105Z[ helios-setup] Dec 06 20:09:04.466 INFO E| Downloaded socket2 v0.4.9
25632024-12-06T20:09:05.107Z[ host-package] Compiling slog-dtrace v0.3.0
25642024-12-06T20:09:05.107Z[ helios-setup] Dec 06 20:09:04.468 INFO E| Downloaded smallvec v1.10.0
25652024-12-06T20:09:05.110Z[ helios-setup] Dec 06 20:09:04.472 INFO E| Downloaded serde_derive v1.0.204
25662024-12-06T20:09:05.114Z[ helios-setup] Dec 06 20:09:04.476 INFO E| Downloaded ppv-lite86 v0.2.17
25672024-12-06T20:09:05.116Z[ helios-setup] Dec 06 20:09:04.478 INFO E| Downloaded log v0.4.17
25682024-12-06T20:09:05.120Z[ helios-setup] Dec 06 20:09:04.482 INFO E| Downloaded ipnet v2.7.2
25692024-12-06T20:09:05.123Z[ helios-setup] Dec 06 20:09:04.485 INFO E| Downloaded httparse v1.8.0
25702024-12-06T20:09:05.126Z[ helios-setup] Dec 06 20:09:04.488 INFO E| Downloaded bytes v1.4.0
25712024-12-06T20:09:05.131Z[ helios-setup] Dec 06 20:09:04.493 INFO E| Downloaded base64 v0.21.0
25722024-12-06T20:09:05.136Z[ helios-setup] Dec 06 20:09:04.498 INFO E| Downloaded futures-task v0.3.28
25732024-12-06T20:09:05.139Z[ helios-setup] Dec 06 20:09:04.500 INFO E| Downloaded futures-channel v0.3.28
25742024-12-06T20:09:05.142Z[ helios-setup] Dec 06 20:09:04.504 INFO E| Downloaded regress v0.5.0
25752024-12-06T20:09:05.151Z[ helios-setup] Dec 06 20:09:04.513 INFO E| Downloaded clap_derive v4.2.0
25762024-12-06T20:09:05.153Z[ helios-setup] Dec 06 20:09:04.515 INFO E| Downloaded cc v1.0.78
25772024-12-06T20:09:05.156Z[ helios-setup] Dec 06 20:09:04.518 INFO E| Downloaded quote v1.0.36
25782024-12-06T20:09:05.159Z[ helios-setup] Dec 06 20:09:04.521 INFO E| Downloaded pkg-config v0.3.26
25792024-12-06T20:09:05.162Z[ helios-setup] Dec 06 20:09:04.523 INFO E| Downloaded paste v1.0.12
25802024-12-06T20:09:05.166Z[ helios-setup] Dec 06 20:09:04.528 INFO E| Downloaded num_enum_derive v0.5.7
25812024-12-06T20:09:05.169Z[ helios-setup] Dec 06 20:09:04.530 INFO E| Downloaded iana-time-zone v0.1.56
25822024-12-06T20:09:05.171Z[ helios-setup] Dec 06 20:09:04.533 INFO E| Downloaded lazy_static v1.4.0
25832024-12-06T20:09:05.174Z[ helios-setup] Dec 06 20:09:04.535 INFO E| Downloaded is-terminal v0.4.7
25842024-12-06T20:09:05.176Z[ helios-setup] Dec 06 20:09:04.537 INFO E| Downloaded time v0.1.45
25852024-12-06T20:09:05.178Z[ helios-setup] Dec 06 20:09:04.539 INFO E| Downloaded smartstring v1.0.1
25862024-12-06T20:09:05.181Z[ helios-setup] Dec 06 20:09:04.542 INFO E| Downloaded num-integer v0.1.45
25872024-12-06T20:09:05.183Z[ helios-setup] Dec 06 20:09:04.545 INFO E| Downloaded semver-parser v0.10.2
25882024-12-06T20:09:05.193Z[ helios-setup] Dec 06 20:09:04.547 INFO E| Downloaded jobserver v0.1.26
25892024-12-06T20:09:05.196Z[ helios-setup] Dec 06 20:09:04.550 INFO E| Downloaded sct v0.7.0
25902024-12-06T20:09:05.196Z[ helios-setup] Dec 06 20:09:04.556 INFO E| Downloaded itoa v1.0.6
25912024-12-06T20:09:05.199Z[ helios-setup] Dec 06 20:09:04.558 INFO E| Downloaded anyhow v1.0.68
25922024-12-06T20:09:05.204Z[ helios-setup] Dec 06 20:09:04.566 INFO E| Downloaded errno v0.3.1
25932024-12-06T20:09:05.206Z[ helios-setup] Dec 06 20:09:04.568 INFO E| Downloaded encoding_rs v0.8.32
25942024-12-06T20:09:05.248Z[ helios-setup] Dec 06 20:09:04.610 INFO E| Downloaded generic-array v0.14.6
25952024-12-06T20:09:05.250Z[ helios-setup] Dec 06 20:09:04.612 INFO E| Downloaded futures-macro v0.3.28
25962024-12-06T20:09:05.253Z[ helios-setup] Dec 06 20:09:04.614 INFO E| Downloaded camino v1.1.4
25972024-12-06T20:09:05.255Z[ helios-setup] Dec 06 20:09:04.617 INFO E| Downloaded futures-core v0.3.28
25982024-12-06T20:09:05.257Z[ helios-setup] Dec 06 20:09:04.619 INFO E| Downloaded cpufeatures v0.2.5
25992024-12-06T20:09:05.259Z[ helios-setup] Dec 06 20:09:04.621 INFO E| Downloaded either v1.8.0
26002024-12-06T20:09:05.263Z[ helios-setup] Dec 06 20:09:04.623 INFO E| Downloaded digest v0.10.6
26012024-12-06T20:09:05.265Z[ helios-setup] Dec 06 20:09:04.626 INFO E| Downloaded concolor-query v0.3.3
26022024-12-06T20:09:05.268Z[ helios-setup] Dec 06 20:09:04.628 INFO E| Downloaded clap_lex v0.4.1
26032024-12-06T20:09:05.268Z[ helios-setup] Dec 06 20:09:04.629 INFO E| Downloaded terminal_size v0.2.6
26042024-12-06T20:09:05.270Z[ helios-setup] Dec 06 20:09:04.632 INFO E| Downloaded serde_tokenstream v0.2.0
26052024-12-06T20:09:05.278Z[ helios-setup] Dec 06 20:09:04.640 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26062024-12-06T20:09:05.281Z[ helios-setup] Dec 06 20:09:04.644 INFO E| Downloaded percent-encoding v2.2.0
26072024-12-06T20:09:05.284Z[ helios-setup] Dec 06 20:09:04.645 INFO E| Downloaded num_cpus v1.15.0
26082024-12-06T20:09:05.287Z[ helios-setup] Dec 06 20:09:04.649 INFO E| Downloaded smawk v0.3.1
26092024-12-06T20:09:05.290Z[ helios-setup] Dec 06 20:09:04.651 INFO E| Downloaded slog-bunyan v2.4.0
26102024-12-06T20:09:05.292Z[ helios-setup] Dec 06 20:09:04.653 INFO E| Downloaded memoffset v0.7.1
26112024-12-06T20:09:05.295Z[ helios-setup] Dec 06 20:09:04.655 INFO E| Downloaded slab v0.4.7
26122024-12-06T20:09:05.295Z[ helios-setup] Dec 06 20:09:04.657 INFO E| Downloaded signal-hook-registry v1.4.0
26132024-12-06T20:09:05.298Z[ helios-setup] Dec 06 20:09:04.659 INFO E| Downloaded sha2 v0.10.6
26142024-12-06T20:09:05.301Z[ helios-setup] Dec 06 20:09:04.663 INFO E| Downloaded sha1 v0.10.5
26152024-12-06T20:09:05.303Z[ helios-setup] Dec 06 20:09:04.666 INFO E| Downloaded serde_path_to_error v0.1.11
26162024-12-06T20:09:05.307Z[ helios-setup] Dec 06 20:09:04.669 INFO E| Downloaded project-root v0.2.2
26172024-12-06T20:09:05.309Z[ helios-setup] Dec 06 20:09:04.670 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26182024-12-06T20:09:05.428Z[ helios-setup] Dec 06 20:09:04.788 INFO E| Downloaded anstream v0.2.6
26192024-12-06T20:09:05.430Z[ helios-setup] Dec 06 20:09:04.791 INFO E| Downloaded aho-corasick v0.7.20
26202024-12-06T20:09:05.435Z[ helios-setup] Dec 06 20:09:04.797 INFO E| Downloaded async-stream-impl v0.3.5
26212024-12-06T20:09:05.439Z[ helios-setup] Dec 06 20:09:04.798 INFO E| Downloaded anstyle-parse v0.1.1
26222024-12-06T20:09:05.500Z[ helios-setup] Dec 06 20:09:04.858 INFO E| Downloaded libz-sys v1.1.8
26232024-12-06T20:09:05.887Z[ helios-setup] Dec 06 20:09:05.248 INFO E| Compiling proc-macro2 v1.0.86
26242024-12-06T20:09:05.887Z[ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling libc v0.2.139
26252024-12-06T20:09:05.887Z[ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling unicode-ident v1.0.8
26262024-12-06T20:09:05.890Z[ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling autocfg v1.1.0
26272024-12-06T20:09:05.890Z[ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling cfg-if v1.0.0
26282024-12-06T20:09:05.890Z[ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling version_check v0.9.4
26292024-12-06T20:09:05.890Z[ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling serde v1.0.204
26302024-12-06T20:09:05.890Z[ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling syn v1.0.107
26312024-12-06T20:09:06.378Z[ helios-setup] Dec 06 20:09:05.740 INFO E| Compiling memchr v2.5.0
26322024-12-06T20:09:07.177Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26332024-12-06T20:09:07.720Z[ helios-setup] Dec 06 20:09:07.081 INFO E| Compiling once_cell v1.17.0
26342024-12-06T20:09:07.866Z[ helios-setup] Dec 06 20:09:07.228 INFO E| Compiling thiserror v1.0.38
26352024-12-06T20:09:08.039Z[ helios-setup] Dec 06 20:09:07.401 INFO E| Compiling log v0.4.17
26362024-12-06T20:09:08.501Z[ helios-setup] Dec 06 20:09:07.862 INFO E| Compiling itoa v1.0.6
26372024-12-06T20:09:09.048Z[ helios-setup] Dec 06 20:09:08.410 INFO E| Compiling serde_json v1.0.95
26382024-12-06T20:09:09.525Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72)
26392024-12-06T20:09:09.961Z[ helios-setup] Dec 06 20:09:09.321 INFO E| Compiling quote v1.0.36
26402024-12-06T20:09:10.053Z[ helios-setup] Dec 06 20:09:09.415 INFO E| Compiling jobserver v0.1.26
26412024-12-06T20:09:10.349Z[ helios-setup] Dec 06 20:09:09.711 INFO E| Compiling getrandom v0.2.8
26422024-12-06T20:09:10.576Z[ host-package] Compiling display-error-chain v0.2.2
26432024-12-06T20:09:10.593Z[ helios-setup] Dec 06 20:09:09.954 INFO E| Compiling indexmap v1.9.3
26442024-12-06T20:09:10.799Z[ helios-setup] Dec 06 20:09:10.160 INFO E| Compiling syn v2.0.72
26452024-12-06T20:09:11.159Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26462024-12-06T20:09:11.391Z[ helios-setup] Dec 06 20:09:10.753 INFO E| Compiling cc v1.0.78
26472024-12-06T20:09:11.453Z[ helios-setup] Dec 06 20:09:10.814 INFO E| Compiling pin-project-lite v0.2.9
26482024-12-06T20:09:11.473Z[ helios-setup] Dec 06 20:09:10.830 INFO E| Compiling scopeguard v1.1.0
26492024-12-06T20:09:11.477Z[ helios-setup] Dec 06 20:09:10.839 INFO E| Compiling num-integer v0.1.45
26502024-12-06T20:09:11.934Z[ helios-setup] Dec 06 20:09:11.296 INFO E| Compiling futures-core v0.3.28
26512024-12-06T20:09:12.082Z[ helios-setup] Dec 06 20:09:11.444 INFO E| Compiling bytes v1.4.0
26522024-12-06T20:09:12.377Z[ helios-setup] Dec 06 20:09:11.739 INFO E| Compiling ryu v1.0.13
26532024-12-06T20:09:13.452Z[ helios-setup] Dec 06 20:09:12.814 INFO E| Compiling lock_api v0.4.9
26542024-12-06T20:09:13.757Z[ helios-setup] Dec 06 20:09:13.119 INFO E| Compiling typenum v1.16.0
26552024-12-06T20:09:13.905Z[ helios-setup] Dec 06 20:09:13.267 INFO E| Compiling parking_lot_core v0.9.6
26562024-12-06T20:09:14.130Z[ helios-setup] Dec 06 20:09:13.492 INFO E| Compiling bitflags v1.3.2
26572024-12-06T20:09:14.827Z[ helios-setup] Dec 06 20:09:14.189 INFO E| Compiling num_cpus v1.15.0
26582024-12-06T20:09:14.918Z[ helios-setup] Dec 06 20:09:14.279 INFO E| Compiling generic-array v0.14.6
26592024-12-06T20:09:15.078Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26602024-12-06T20:09:15.115Z[ helios-setup] Dec 06 20:09:14.476 INFO E| Compiling slab v0.4.7
26612024-12-06T20:09:15.357Z[ helios-setup] Dec 06 20:09:14.718 INFO E| Compiling futures-sink v0.3.28
26622024-12-06T20:09:15.514Z[ helios-setup] Dec 06 20:09:14.875 INFO E| Compiling futures-channel v0.3.28
26632024-12-06T20:09:15.694Z[ helios-setup] Dec 06 20:09:15.055 INFO E| Compiling futures-task v0.3.28
26642024-12-06T20:09:16.291Z[ helios-setup] Dec 06 20:09:15.653 INFO E| Compiling tokio v1.27.0
26652024-12-06T20:09:16.353Z[ helios-setup] Dec 06 20:09:15.715 INFO E| Compiling schemars v0.8.12
26662024-12-06T20:09:16.427Z[ helios-setup] Dec 06 20:09:15.789 INFO E| Compiling futures-util v0.3.28
26672024-12-06T20:09:17.435Z[ helios-setup] Dec 06 20:09:16.796 INFO E| Compiling mio v0.8.5
26682024-12-06T20:09:17.446Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72)
26692024-12-06T20:09:17.573Z[ helios-setup] Dec 06 20:09:16.935 INFO E| Compiling signal-hook-registry v1.4.0
26702024-12-06T20:09:17.880Z[ helios-setup] Dec 06 20:09:17.242 INFO E| Compiling socket2 v0.4.9
26712024-12-06T20:09:18.229Z[ helios-setup] Dec 06 20:09:17.590 INFO E| Compiling ahash v0.7.6
26722024-12-06T20:09:18.328Z[ helios-setup] Dec 06 20:09:17.690 INFO E| Compiling num-traits v0.2.15
26732024-12-06T20:09:18.830Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26742024-12-06T20:09:19.254Z[ helios-setup] Dec 06 20:09:18.615 INFO E| Compiling futures-io v0.3.28
26752024-12-06T20:09:19.798Z[ helios-setup] Dec 06 20:09:19.160 INFO E| Compiling crunchy v0.2.2
26762024-12-06T20:09:20.402Z[ helios-setup] Dec 06 20:09:19.763 INFO E| Compiling pin-utils v0.1.0
26772024-12-06T20:09:20.427Z[ helios-setup] Dec 06 20:09:19.789 INFO E| Compiling io-lifetimes v1.0.10
26782024-12-06T20:09:21.115Z[ helios-setup] Dec 06 20:09:20.477 INFO E| Compiling ahash v0.8.3
26792024-12-06T20:09:21.234Z[ helios-setup] Dec 06 20:09:20.596 INFO E| Compiling tiny-keccak v2.0.2
26802024-12-06T20:09:21.825Z[ helios-setup] Dec 06 20:09:21.187 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26812024-12-06T20:09:22.089Z[ helios-setup] Dec 06 20:09:21.450 INFO E| Compiling rustix v0.37.3
26822024-12-06T20:09:22.089Z[ helios-setup] Dec 06 20:09:21.450 INFO E| Compiling hashbrown v0.12.3
26832024-12-06T20:09:23.184Z[ helios-setup] Dec 06 20:09:22.546 INFO E| Compiling block-buffer v0.10.3
26842024-12-06T20:09:23.323Z[ helios-setup] Dec 06 20:09:22.684 INFO E| Compiling crypto-common v0.1.6
26852024-12-06T20:09:23.555Z[ helios-setup] Dec 06 20:09:22.917 INFO E| Compiling serde_derive_internals v0.26.0
26862024-12-06T20:09:24.699Z[ helios-setup] Dec 06 20:09:24.061 INFO E| Compiling errno v0.3.1
26872024-12-06T20:09:24.926Z[ helios-setup] Dec 06 20:09:24.287 INFO E| Compiling crossbeam-utils v0.8.14
26882024-12-06T20:09:25.202Z[ helios-setup] Dec 06 20:09:24.563 INFO E| Compiling slog v2.7.0
26892024-12-06T20:09:25.360Z[ helios-setup] Dec 06 20:09:24.722 INFO E| Compiling fnv v1.0.7
26902024-12-06T20:09:25.820Z[ helios-setup] Dec 06 20:09:25.181 INFO E| Compiling pkg-config v0.3.26
26912024-12-06T20:09:26.117Z[ helios-setup] Dec 06 20:09:25.478 INFO E| Compiling http v0.2.9
26922024-12-06T20:09:28.136Z[ helios-setup] Dec 06 20:09:27.498 INFO E| Compiling digest v0.10.6
26932024-12-06T20:09:29.004Z[ helios-setup] Dec 06 20:09:28.365 INFO E| Compiling aho-corasick v0.7.20
26942024-12-06T20:09:29.198Z[ helios-setup] Dec 06 20:09:28.560 INFO E| Compiling tinyvec_macros v0.1.1
26952024-12-06T20:09:29.369Z[ helios-setup] Dec 06 20:09:28.730 INFO E| Compiling unicode-width v0.1.10
26962024-12-06T20:09:30.137Z[ helios-setup] Dec 06 20:09:29.498 INFO E| Compiling httparse v1.8.0
26972024-12-06T20:09:30.277Z[ helios-setup] Dec 06 20:09:29.638 INFO E| Compiling heck v0.4.1
26982024-12-06T20:09:31.289Z[ helios-setup] Dec 06 20:09:30.650 INFO E| Compiling percent-encoding v2.2.0
26992024-12-06T20:09:31.445Z[ helios-setup] Dec 06 20:09:30.807 INFO E| Compiling cpufeatures v0.2.5
27002024-12-06T20:09:31.775Z[ helios-setup] Dec 06 20:09:31.134 INFO E| Compiling regex-syntax v0.6.29
27012024-12-06T20:09:31.841Z[ helios-setup] Dec 06 20:09:31.203 INFO E| Compiling anyhow v1.0.68
27022024-12-06T20:09:31.908Z[ helios-setup] Dec 06 20:09:31.270 INFO E| Compiling const-random-macro v0.1.15
27032024-12-06T20:09:32.386Z[ helios-setup] Dec 06 20:09:31.747 INFO E| Compiling form_urlencoded v1.1.0
27042024-12-06T20:09:33.454Z[ helios-setup] Dec 06 20:09:32.815 INFO E| Compiling thiserror-impl v1.0.38
27052024-12-06T20:09:33.561Z[ helios-setup] Dec 06 20:09:32.922 INFO E| Compiling schemars_derive v0.8.12
27062024-12-06T20:09:33.829Z[ helios-setup] Dec 06 20:09:33.191 INFO E| Compiling tinyvec v1.6.0
27072024-12-06T20:09:34.023Z[ helios-setup] Dec 06 20:09:33.384 INFO E| Compiling hashbrown v0.13.2
27082024-12-06T20:09:34.280Z[ helios-setup] Dec 06 20:09:33.642 INFO E| Compiling serde_derive v1.0.204
27092024-12-06T20:09:34.660Z[ helios-setup] Dec 06 20:09:34.021 INFO E| Compiling futures-macro v0.3.28
27102024-12-06T20:09:36.674Z[ host-package] Compiling arc-swap v1.7.1
27112024-12-06T20:09:36.790Z[ helios-setup] Dec 06 20:09:36.151 INFO E| Compiling tokio-macros v2.0.0
27122024-12-06T20:09:37.456Z[ helios-setup] Dec 06 20:09:36.817 INFO E| Compiling libz-sys v1.1.8
27132024-12-06T20:09:38.371Z[ host-package] Compiling slog-scope v4.4.0
27142024-12-06T20:09:38.667Z[ helios-setup] Dec 06 20:09:38.028 INFO E| Compiling chrono v0.4.24
27152024-12-06T20:09:39.736Z[ helios-setup] Dec 06 20:09:39.098 INFO E| Compiling regex v1.7.3
27162024-12-06T20:09:40.056Z[ host-package] Compiling half v2.4.1
27172024-12-06T20:09:40.626Z[ host-package] Compiling ciborium-io v0.2.2
27182024-12-06T20:09:41.019Z[ host-package] Compiling slog-stdlog v4.1.1
27192024-12-06T20:09:41.444Z[ host-package] Compiling ciborium-ll v0.2.2
27202024-12-06T20:09:42.385Z[ helios-setup] Dec 06 20:09:41.746 INFO E| Compiling dyn-clone v1.0.11
27212024-12-06T20:09:42.512Z[ host-package] Compiling ciborium v0.2.2
27222024-12-06T20:09:42.589Z[ helios-setup] Dec 06 20:09:41.950 INFO E| Compiling uuid v1.3.0
27232024-12-06T20:09:42.597Z[ host-package] Compiling slog-envlogger v2.2.0
27242024-12-06T20:09:42.880Z[ helios-setup] Dec 06 20:09:42.241 INFO E| Compiling unicode-normalization v0.1.22
27252024-12-06T20:09:43.562Z[ helios-setup] Dec 06 20:09:42.923 INFO E| Compiling regress v0.5.0
27262024-12-06T20:09:44.188Z[ host-package] Compiling nibble_vec v0.1.0
27272024-12-06T20:09:44.529Z[ host-package] Compiling endian-type v0.1.2
27282024-12-06T20:09:44.799Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292024-12-06T20:09:45.158Z[ host-package] Compiling radix_trie v0.2.1
27302024-12-06T20:09:45.405Z[ helios-setup] Dec 06 20:09:44.766 INFO E| Compiling const-random v0.1.15
27312024-12-06T20:09:45.652Z[ helios-setup] Dec 06 20:09:45.013 INFO E| Compiling getopts v0.2.21
27322024-12-06T20:09:46.031Z[ helios-setup] Dec 06 20:09:45.392 INFO E| Compiling tracing-core v0.1.30
27332024-12-06T20:09:46.163Z[ helios-setup] Dec 06 20:09:45.524 INFO E| Compiling memoffset v0.7.1
27342024-12-06T20:09:46.876Z[ helios-setup] Dec 06 20:09:46.237 INFO E| Compiling time-core v0.1.2
27352024-12-06T20:09:46.948Z[ host-package] Compiling fastrand v2.1.1
27362024-12-06T20:09:47.350Z[ helios-setup] Dec 06 20:09:46.711 INFO E| Compiling unicode-bidi v0.3.13
27372024-12-06T20:09:47.593Z[ helios-setup] Dec 06 20:09:46.954 INFO E| Compiling powerfmt v0.2.0
27382024-12-06T20:09:47.600Z[ host-package] Compiling same-file v1.0.6
27392024-12-06T20:09:48.159Z[ host-package] Compiling walkdir v2.5.0
27402024-12-06T20:09:48.357Z[ host-package] Compiling tempfile v3.13.0
27412024-12-06T20:09:49.629Z[ host-package] Compiling blake3 v1.5.4
27422024-12-06T20:09:49.688Z[ helios-setup] Dec 06 20:09:49.049 INFO E| Compiling ucd-trie v0.1.5
27432024-12-06T20:09:50.045Z[ host-package] Compiling ring v0.16.20
27442024-12-06T20:09:50.542Z[ helios-setup] Dec 06 20:09:49.903 INFO E| Compiling num-conv v0.1.0
27452024-12-06T20:09:50.624Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27462024-12-06T20:09:50.950Z[ host-package] Compiling xattr v1.3.1
27472024-12-06T20:09:51.548Z[ host-package] Compiling memmap2 v0.9.5
27482024-12-06T20:09:51.957Z[ host-package] Compiling filetime v0.2.25
27492024-12-06T20:09:52.355Z[ helios-setup] Dec 06 20:09:51.716 INFO E| Compiling idna v0.3.0
27502024-12-06T20:09:52.545Z[ host-package] Compiling constant_time_eq v0.3.1
27512024-12-06T20:09:52.581Z[ host-package] Compiling keccak v0.1.5
27522024-12-06T20:09:52.761Z[ helios-setup] Dec 06 20:09:52.122 INFO E| Compiling time-macros v0.2.18
27532024-12-06T20:09:53.037Z[ helios-setup] Dec 06 20:09:52.398 INFO E| Compiling pest v2.5.7
27542024-12-06T20:09:53.126Z[ host-package] Compiling arrayvec v0.7.6
27552024-12-06T20:09:53.580Z[ helios-setup] Dec 06 20:09:52.940 INFO E| Compiling deranged v0.3.11
27562024-12-06T20:09:53.737Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27572024-12-06T20:09:54.105Z[ host-package] Compiling spin v0.5.2
27582024-12-06T20:09:54.244Z[ host-package] Compiling arrayref v0.3.9
27592024-12-06T20:09:54.563Z[ host-package] Compiling sha3 v0.10.8
27602024-12-06T20:09:54.694Z[ host-package] Compiling tar v0.4.42
27612024-12-06T20:09:55.321Z[ helios-setup] Dec 06 20:09:54.682 INFO E| Compiling tracing v0.1.37
27622024-12-06T20:09:56.218Z[ host-package] Compiling camino-tempfile v1.1.1
27632024-12-06T20:09:56.752Z[ host-package] Compiling toolchain_find v0.4.0
27642024-12-06T20:09:57.194Z[ host-package] Compiling const_format_proc_macros v0.2.33
27652024-12-06T20:09:57.332Z[ host-package] Compiling maplit v1.0.2
27662024-12-06T20:09:57.656Z[ host-package] Compiling crunchy v0.2.2
27672024-12-06T20:09:58.095Z[ host-package] Compiling topological-sort v0.2.2
27682024-12-06T20:09:58.667Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27692024-12-06T20:09:58.704Z[ host-package] Compiling tiny-keccak v2.0.2
27702024-12-06T20:09:58.840Z[ helios-setup] Dec 06 20:09:58.198 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27712024-12-06T20:09:58.983Z[ helios-setup] Dec 06 20:09:58.343 INFO E| Compiling time v0.1.45
27722024-12-06T20:09:59.206Z[ host-package] Compiling dsl_auto_type v0.1.2
27732024-12-06T20:09:59.689Z[ host-package] Compiling phf_generator v0.11.2
27742024-12-06T20:09:59.902Z[ helios-setup] Dec 06 20:09:59.263 INFO E| Compiling crossbeam-epoch v0.9.13
27752024-12-06T20:09:59.955Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27762024-12-06T20:10:00.176Z[ host-package] Compiling omicron-zone-package v0.11.1
27772024-12-06T20:10:00.895Z[ helios-setup] Dec 06 20:10:00.255 INFO E| Compiling semver v1.0.17
27782024-12-06T20:10:01.301Z[ host-package] Compiling const_format v0.2.33
27792024-12-06T20:10:01.641Z[ helios-setup] Dec 06 20:10:01.002 INFO E| Compiling smallvec v1.10.0
27802024-12-06T20:10:02.031Z[ host-package] Compiling secrecy v0.8.0
27812024-12-06T20:10:02.154Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27822024-12-06T20:10:02.216Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27832024-12-06T20:10:02.370Z[ helios-setup] Dec 06 20:10:01.730 INFO E| Compiling toml v0.5.11
27842024-12-06T20:10:02.653Z[ host-package] Compiling r2d2 v0.8.10
27852024-12-06T20:10:03.008Z[ host-package] Compiling diesel_derives v2.2.3
27862024-12-06T20:10:03.041Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27872024-12-06T20:10:03.045Z[ helios-setup] Dec 06 20:10:02.405 INFO E| Compiling serde_tokenstream v0.2.0
27882024-12-06T20:10:03.165Z[ helios-setup] Dec 06 20:10:02.526 INFO E| Compiling iana-time-zone v0.1.56
27892024-12-06T20:10:03.527Z[ host-package] Compiling phf_codegen v0.11.2
27902024-12-06T20:10:03.823Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27912024-12-06T20:10:03.861Z[ helios-setup] Dec 06 20:10:03.222 INFO E| Compiling parking_lot v0.12.1
27922024-12-06T20:10:03.990Z[ host-package] Compiling ascii-canvas v3.0.0
27932024-12-06T20:10:04.097Z[ host-package] Compiling universal-hash v0.5.1
27942024-12-06T20:10:04.361Z[ helios-setup] Dec 06 20:10:03.722 INFO E| Compiling num_threads v0.1.6
27952024-12-06T20:10:04.434Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27962024-12-06T20:10:04.769Z[ helios-setup] Dec 06 20:10:04.130 INFO E| Compiling time v0.3.36
27972024-12-06T20:10:04.803Z[ host-package] Compiling parse-zoneinfo v0.3.1
27982024-12-06T20:10:05.300Z[ host-package] Compiling lzma-sys v0.1.20
27992024-12-06T20:10:07.272Z[ host-package] Compiling ena v0.14.3
28002024-12-06T20:10:08.076Z[ host-package] Compiling opaque-debug v0.3.1
28012024-12-06T20:10:08.312Z[ host-package] Compiling diff v0.1.13
28022024-12-06T20:10:08.417Z[ host-package] Compiling regex-syntax v0.6.29
28032024-12-06T20:10:08.904Z[ helios-setup] Dec 06 20:10:08.265 INFO E| Compiling semver-parser v0.10.2
28042024-12-06T20:10:09.411Z[ host-package] Compiling cfg_aliases v0.1.1
28052024-12-06T20:10:09.606Z[ host-package] Compiling nix v0.28.0
28062024-12-06T20:10:09.664Z[ host-package] Compiling thiserror-no-std v2.0.2
28072024-12-06T20:10:10.107Z[ host-package] Compiling poly1305 v0.8.0
28082024-12-06T20:10:10.308Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28092024-12-06T20:10:11.013Z[ helios-setup] Dec 06 20:10:10.374 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28102024-12-06T20:10:11.397Z[ host-package] Compiling chrono-tz-build v0.4.0
28112024-12-06T20:10:12.686Z[ helios-setup] Dec 06 20:10:12.047 INFO E| Compiling url v2.3.1
28122024-12-06T20:10:13.757Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28132024-12-06T20:10:14.658Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28142024-12-06T20:10:14.912Z[ helios-setup] Dec 06 20:10:14.272 INFO E| Compiling crossbeam-channel v0.5.6
28152024-12-06T20:10:15.533Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28162024-12-06T20:10:15.941Z[ host-package] Compiling lalrpop v0.19.12
28172024-12-06T20:10:16.183Z[ host-package] Compiling chacha20 v0.9.1
28182024-12-06T20:10:17.222Z[ host-package] Compiling heck v0.3.3
28192024-12-06T20:10:17.363Z[ helios-setup] Dec 06 20:10:16.723 INFO E| Compiling dirs-sys-next v0.1.2
28202024-12-06T20:10:18.174Z[ host-package] Compiling aead v0.5.2
28212024-12-06T20:10:18.356Z[ helios-setup] Dec 06 20:10:17.717 INFO E| Compiling crc32fast v1.3.2
28222024-12-06T20:10:19.095Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28232024-12-06T20:10:19.646Z[ helios-setup] Dec 06 20:10:19.006 INFO E| Compiling same-file v1.0.6
28242024-12-06T20:10:19.835Z[ host-package] Compiling ref-cast v1.0.23
28252024-12-06T20:10:20.033Z[ helios-setup] Dec 06 20:10:19.393 INFO E| Compiling try-lock v0.2.4
28262024-12-06T20:10:20.232Z[ helios-setup] Dec 06 20:10:19.593 INFO E| Compiling walkdir v2.3.3
28272024-12-06T20:10:20.383Z[ helios-setup] Dec 06 20:10:19.743 INFO E| Compiling want v0.3.0
28282024-12-06T20:10:20.433Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28292024-12-06T20:10:21.028Z[ host-package] Compiling vte v0.11.1
28302024-12-06T20:10:21.594Z[ host-package] Compiling chacha20poly1305 v0.10.1
28312024-12-06T20:10:21.597Z[ helios-setup] Dec 06 20:10:20.958 INFO E| Compiling tokio-util v0.7.7
28322024-12-06T20:10:21.737Z[ helios-setup] Dec 06 20:10:21.097 INFO E| Compiling dirs-next v2.0.0
28332024-12-06T20:10:22.310Z[ host-package] Compiling zone_cfg_derive v0.1.2
28342024-12-06T20:10:24.431Z[ host-package] Compiling chrono-tz v0.10.0
28352024-12-06T20:10:25.021Z[ helios-setup] Dec 06 20:10:24.382 INFO E| Compiling h2 v0.3.16
28362024-12-06T20:10:25.725Z[ helios-setup] Dec 06 20:10:25.085 INFO E| Compiling semver v0.11.0
28372024-12-06T20:10:26.034Z[ host-package] Compiling diesel v2.2.4
28382024-12-06T20:10:26.120Z[ host-package] Compiling vsss-rs v3.3.4
28392024-12-06T20:10:26.170Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28402024-12-06T20:10:26.397Z[ helios-setup] Dec 06 20:10:25.757 INFO E| Compiling proc-macro-crate v1.2.1
28412024-12-06T20:10:27.379Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28422024-12-06T20:10:28.235Z[ helios-setup] Dec 06 20:10:27.595 INFO E| Compiling futures-executor v0.3.28
28432024-12-06T20:10:28.577Z[ host-package] Compiling derive_builder_core v0.20.2
28442024-12-06T20:10:28.678Z[ helios-setup] Dec 06 20:10:28.039 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28452024-12-06T20:10:30.238Z[ helios-setup] Dec 06 20:10:29.598 INFO E| Compiling http-body v0.4.5
28462024-12-06T20:10:30.798Z[ helios-setup] Dec 06 20:10:30.158 INFO E| Compiling ring v0.16.20
28472024-12-06T20:10:31.190Z[ helios-setup] Dec 06 20:10:30.550 INFO E| Compiling rand_core v0.6.4
28482024-12-06T20:10:32.430Z[ helios-setup] Dec 06 20:10:31.791 INFO E| Compiling thread_local v1.1.7
28492024-12-06T20:10:33.119Z[ host-package] Compiling fd-lock v4.0.2
28502024-12-06T20:10:33.819Z[ helios-setup] Dec 06 20:10:33.179 INFO E| Compiling lazy_static v1.4.0
28512024-12-06T20:10:33.867Z[ helios-setup] Dec 06 20:10:33.228 INFO E| Compiling utf8parse v0.2.1
28522024-12-06T20:10:34.078Z[ host-package] Compiling headers-core v0.3.0
28532024-12-06T20:10:34.349Z[ helios-setup] Dec 06 20:10:33.709 INFO E| Compiling tower-service v0.3.2
28542024-12-06T20:10:34.482Z[ host-package] Compiling fxhash v0.2.1
28552024-12-06T20:10:35.094Z[ host-package] Compiling libxml v0.3.3
28562024-12-06T20:10:35.361Z[ helios-setup] Dec 06 20:10:34.722 INFO E| Compiling ppv-lite86 v0.2.17
28572024-12-06T20:10:35.754Z[ host-package] Compiling ref-cast-impl v1.0.23
28582024-12-06T20:10:36.027Z[ host-package] Compiling bytecount v0.6.8
28592024-12-06T20:10:36.524Z[ helios-setup] Dec 06 20:10:35.885 INFO E| Compiling home v0.5.4
28602024-12-06T20:10:37.134Z[ host-package] Compiling base64 v0.13.1
28612024-12-06T20:10:37.150Z[ helios-setup] Dec 06 20:10:36.511 INFO E| Compiling adler v1.0.2
28622024-12-06T20:10:37.256Z[ helios-setup] Dec 06 20:10:36.616 INFO E| Compiling httpdate v1.0.2
28632024-12-06T20:10:37.523Z[ helios-setup] Dec 06 20:10:36.883 INFO E| Compiling rayon-core v1.10.2
28642024-12-06T20:10:37.769Z[ helios-setup] Dec 06 20:10:37.129 INFO E| Compiling base64 v0.21.0
28652024-12-06T20:10:38.586Z[ helios-setup] Dec 06 20:10:37.946 INFO E| Compiling fastrand v1.9.0
28662024-12-06T20:10:38.775Z[ host-package] Compiling ron v0.7.1
28672024-12-06T20:10:38.841Z[ host-package] Compiling papergrid v0.11.0
28682024-12-06T20:10:39.050Z[ helios-setup] Dec 06 20:10:38.410 INFO E| Compiling hyper v0.14.25
28692024-12-06T20:10:39.888Z[ helios-setup] Dec 06 20:10:39.248 INFO E| Compiling tempfile v3.5.0
28702024-12-06T20:10:41.421Z[ helios-setup] Dec 06 20:10:40.781 INFO E| Compiling miniz_oxide v0.6.2
28712024-12-06T20:10:43.557Z[ helios-setup] Dec 06 20:10:42.917 INFO E| Compiling rand_chacha v0.3.1
28722024-12-06T20:10:43.931Z[ helios-setup] Dec 06 20:10:43.292 INFO E| Compiling toolchain_find v0.2.0
28732024-12-06T20:10:44.839Z[ helios-setup] Dec 06 20:10:44.199 INFO E| Compiling anstyle-parse v0.1.1
28742024-12-06T20:10:49.462Z[ helios-setup] Dec 06 20:10:48.821 INFO E| Compiling futures v0.3.28
28752024-12-06T20:10:55.990Z[ helios-setup] Dec 06 20:10:55.350 INFO E| Compiling num_enum_derive v0.5.7
28762024-12-06T20:10:59.664Z[ helios-setup] Dec 06 20:10:59.024 INFO E| Compiling cargo-lock v8.0.3
28772024-12-06T20:11:00.022Z[ helios-setup] Dec 06 20:10:59.382 INFO E| Compiling crossbeam-deque v0.8.2
28782024-12-06T20:11:00.970Z[ helios-setup] Dec 06 20:11:00.330 INFO E| Compiling term v0.7.0
28792024-12-06T20:11:03.819Z[ helios-setup] Dec 06 20:11:03.177 INFO E| Compiling serde_urlencoded v0.7.1
28802024-12-06T20:11:04.931Z[ helios-setup] Dec 06 20:11:04.290 INFO E| Compiling sha2 v0.10.6
28812024-12-06T20:11:04.992Z[ helios-setup] Dec 06 20:11:04.352 INFO E| Compiling sha1 v0.10.5
28822024-12-06T20:11:05.230Z[ host-package] Compiling headers v0.4.0
28832024-12-06T20:11:06.882Z[ helios-setup] Dec 06 20:11:06.242 INFO E| Compiling is-terminal v0.4.7
28842024-12-06T20:11:07.351Z[ helios-setup] Dec 06 20:11:06.711 INFO E| Compiling atty v0.2.14
28852024-12-06T20:11:08.117Z[ helios-setup] Dec 06 20:11:07.476 INFO E| Compiling anstyle v0.3.5
28862024-12-06T20:11:08.337Z[ helios-setup] Dec 06 20:11:07.697 INFO E| Compiling concolor-query v0.3.3
28872024-12-06T20:11:08.962Z[ helios-setup] Dec 06 20:11:08.321 INFO E| Compiling concolor-override v1.0.0
28882024-12-06T20:11:09.032Z[ host-package] Compiling polar-core v0.27.3
28892024-12-06T20:11:09.696Z[ helios-setup] Dec 06 20:11:09.056 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28902024-12-06T20:11:11.395Z[ helios-setup] Dec 06 20:11:10.755 INFO E| Compiling anstream v0.2.6
28912024-12-06T20:11:11.852Z[ host-package] Compiling derive_builder_macro v0.20.2
28922024-12-06T20:11:12.237Z[ helios-setup] Dec 06 20:11:11.597 INFO E| Compiling slog-term v2.9.0
28932024-12-06T20:11:13.181Z[ helios-setup] Dec 06 20:11:12.540 INFO E| Compiling flate2 v1.0.25
28942024-12-06T20:11:13.502Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28952024-12-06T20:11:14.118Z[ helios-setup] Dec 06 20:11:13.478 INFO E| Compiling num_enum v0.5.7
28962024-12-06T20:11:14.394Z[ helios-setup] Dec 06 20:11:13.754 INFO E| Compiling rand v0.8.5
28972024-12-06T20:11:14.879Z[ helios-setup] Dec 06 20:11:14.238 INFO E| Compiling rustfmt-wrapper v0.2.0
28982024-12-06T20:11:15.897Z[ helios-setup] Dec 06 20:11:15.256 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28992024-12-06T20:11:16.221Z[ helios-setup] Dec 06 20:11:15.580 INFO E| Compiling openapiv3 v1.0.2
29002024-12-06T20:11:17.457Z[ host-package] Compiling xz2 v0.1.7
29012024-12-06T20:11:17.586Z[ helios-setup] Dec 06 20:11:16.945 INFO E| Compiling encoding_rs v0.8.32
29022024-12-06T20:11:18.761Z[ host-package] Compiling zone v0.1.8
29032024-12-06T20:11:18.940Z[ helios-setup] Dec 06 20:11:18.300 INFO E| Compiling either v1.8.0
29042024-12-06T20:11:19.632Z[ helios-setup] Dec 06 20:11:18.992 INFO E| Compiling unsafe-libyaml v0.2.8
29052024-12-06T20:11:21.616Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29062024-12-06T20:11:23.434Z[ helios-setup] Dec 06 20:11:22.794 INFO E| Compiling utf-8 v0.7.6
29072024-12-06T20:11:24.225Z[ helios-setup] Dec 06 20:11:23.584 INFO E| Compiling project-root v0.2.2
29082024-12-06T20:11:24.742Z[ helios-setup] Dec 06 20:11:24.102 INFO E| Compiling clap_lex v0.4.1
29092024-12-06T20:11:24.809Z[ helios-setup] Dec 06 20:11:24.168 INFO E| Compiling mime v0.3.17
29102024-12-06T20:11:25.112Z[ helios-setup] Dec 06 20:11:24.471 INFO E| Compiling spin v0.5.2
29112024-12-06T20:11:25.779Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29122024-12-06T20:11:25.989Z[ helios-setup] Dec 06 20:11:25.349 INFO E| Compiling base64 v0.13.1
29132024-12-06T20:11:26.178Z[ helios-setup] Dec 06 20:11:25.537 INFO E| Compiling untrusted v0.7.1
29142024-12-06T20:11:26.584Z[ helios-setup] Dec 06 20:11:25.944 INFO E| Compiling byteorder v1.4.3
29152024-12-06T20:11:26.882Z[ helios-setup] Dec 06 20:11:26.241 INFO E| Compiling strsim v0.10.0
29162024-12-06T20:11:26.930Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29172024-12-06T20:11:27.281Z[ helios-setup] Dec 06 20:11:26.640 INFO E| Compiling ipnet v2.7.2
29182024-12-06T20:11:27.414Z[ helios-setup] Dec 06 20:11:26.773 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29192024-12-06T20:11:27.866Z[ helios-setup] Dec 06 20:11:27.225 INFO E| Compiling tungstenite v0.18.0
29202024-12-06T20:11:29.820Z[ helios-setup] Dec 06 20:11:29.179 INFO E| Compiling reqwest v0.11.16
29212024-12-06T20:11:30.533Z[ helios-setup] Dec 06 20:11:29.893 INFO E| Compiling clap_builder v4.2.1
29222024-12-06T20:11:31.919Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29232024-12-06T20:11:32.508Z[ host-package] Compiling tabled_derive v0.7.0
29242024-12-06T20:11:33.345Z[ helios-setup] Dec 06 20:11:32.704 INFO E| Compiling serde_yaml v0.9.21
29252024-12-06T20:11:35.296Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29262024-12-06T20:11:36.462Z[ host-package] Compiling yasna v0.5.2
29272024-12-06T20:11:38.146Z[ helios-setup] Dec 06 20:11:37.505 INFO E| Compiling rayon v1.6.1
29282024-12-06T20:11:38.727Z[ helios-setup] Dec 06 20:11:38.087 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29292024-12-06T20:11:39.173Z[ helios-setup] Dec 06 20:11:38.475 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29302024-12-06T20:11:41.718Z[ helios-setup] Dec 06 20:11:41.077 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29312024-12-06T20:11:42.815Z[ host-package] Compiling peg-macros v0.8.4
29322024-12-06T20:11:42.849Z[ helios-setup] Dec 06 20:11:42.204 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29332024-12-06T20:11:42.934Z[ host-package] Compiling strum_macros v0.24.3
29342024-12-06T20:11:43.826Z[ helios-setup] Dec 06 20:11:43.185 INFO E| Compiling clap_derive v4.2.0
29352024-12-06T20:11:44.587Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29362024-12-06T20:11:46.016Z[ host-package] Compiling kstat-rs v0.2.4
29372024-12-06T20:11:46.621Z[ host-package] Compiling samael v0.0.17
29382024-12-06T20:11:48.081Z[ host-package] Compiling sqlparser_derive v0.2.2
29392024-12-06T20:11:48.529Z[ helios-setup] Dec 06 20:11:47.888 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29402024-12-06T20:11:48.972Z[ host-package] Compiling unicase v2.7.0
29412024-12-06T20:11:49.477Z[ host-package] Compiling indoc v1.0.9
29422024-12-06T20:11:49.843Z[ host-package] Compiling unicode_categories v0.1.1
29432024-12-06T20:11:50.060Z[ host-package] Compiling home v0.5.9
29442024-12-06T20:11:50.364Z[ host-package] Compiling nu-ansi-term v0.50.1
29452024-12-06T20:11:50.490Z[ host-package] Compiling rustyline v14.0.0
29462024-12-06T20:11:50.787Z[ host-package] Compiling sqlformat v0.2.6
29472024-12-06T20:11:53.192Z[ host-package] Compiling reedline v0.35.0
29482024-12-06T20:11:53.701Z[ helios-setup] Dec 06 20:11:53.060 INFO E| Compiling clap v4.2.1
29492024-12-06T20:11:55.129Z[ helios-setup] Dec 06 20:11:54.488 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29502024-12-06T20:12:01.393Z[ host-package] Compiling sqlparser v0.45.0
29512024-12-06T20:12:08.343Z[ helios-setup] Dec 06 20:12:07.702 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29522024-12-06T20:12:12.034Z[ helios-setup] Dec 06 20:12:11.392 INFO E| Compiling tokio-tungstenite v0.18.0
29532024-12-06T20:12:13.456Z[ helios-setup] Dec 06 20:12:12.815 INFO E| Compiling smartstring v1.0.1
29542024-12-06T20:12:14.673Z[ helios-setup] Dec 06 20:12:14.032 INFO E| Compiling rustls v0.21.0
29552024-12-06T20:12:15.244Z[ host-package] Compiling peg v0.8.4
29562024-12-06T20:12:15.519Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29572024-12-06T20:12:16.832Z[ helios-setup] Dec 06 20:12:16.191 INFO E| Compiling toml_datetime v0.6.1
29582024-12-06T20:12:17.604Z[ host-package] Compiling rcgen v0.12.1
29592024-12-06T20:12:18.393Z[ helios-setup] Dec 06 20:12:17.751 INFO E| Compiling serde_spanned v0.6.1
29602024-12-06T20:12:18.995Z[ helios-setup] Dec 06 20:12:18.354 INFO E| Compiling slog-async v2.7.0
29612024-12-06T20:12:19.159Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
29622024-12-06T20:12:20.166Z[ helios-setup] Dec 06 20:12:19.525 INFO E| Compiling async-trait v0.1.68
29632024-12-06T20:12:21.094Z[ helios-setup] Dec 06 20:12:20.452 INFO E| Compiling match_cfg v0.1.0
29642024-12-06T20:12:21.362Z[ helios-setup] Dec 06 20:12:20.721 INFO E| Compiling camino v1.1.4
29652024-12-06T20:12:22.443Z[ host-package] Compiling tabled v0.15.0
29662024-12-06T20:12:23.219Z[ helios-setup] Dec 06 20:12:22.577 INFO E| Compiling winnow v0.4.1
29672024-12-06T20:12:25.028Z[ helios-setup] Dec 06 20:12:24.386 INFO E| Compiling paste v1.0.12
29682024-12-06T20:12:26.631Z[ helios-setup] Dec 06 20:12:25.989 INFO E| Compiling static_assertions v1.1.0
29692024-12-06T20:12:29.431Z[ helios-setup] Dec 06 20:12:28.790 INFO E| Compiling hostname v0.3.1
29702024-12-06T20:12:29.819Z[ helios-setup] Dec 06 20:12:29.178 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29712024-12-06T20:12:30.087Z[ helios-setup] Dec 06 20:12:29.446 INFO E| Compiling slog-json v2.6.1
29722024-12-06T20:12:30.642Z[ helios-setup] Dec 06 20:12:30.001 INFO E| Compiling toml_edit v0.19.8
29732024-12-06T20:12:31.317Z[ helios-setup] Dec 06 20:12:30.675 INFO E| Compiling unicode-linebreak v0.1.4
29742024-12-06T20:12:34.790Z[ helios-setup] Dec 06 20:12:34.148 INFO E| Compiling async-stream-impl v0.3.5
29752024-12-06T20:12:36.722Z[ helios-setup] Dec 06 20:12:36.080 INFO E| Compiling rhai_codegen v1.5.0
29762024-12-06T20:12:37.623Z[ helios-setup] Dec 06 20:12:36.981 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29772024-12-06T20:12:38.754Z[ helios-setup] Dec 06 20:12:38.112 INFO E| Compiling take_mut v0.2.2
29782024-12-06T20:12:40.442Z[ host-package] Compiling derive_builder v0.20.2
29792024-12-06T20:12:41.183Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29802024-12-06T20:12:42.250Z[ helios-setup] Dec 06 20:12:41.608 INFO E| Compiling rhai v1.14.0
29812024-12-06T20:12:42.581Z[ helios-setup] Dec 06 20:12:41.939 INFO E| Compiling async-stream v0.3.5
29822024-12-06T20:12:43.364Z[ helios-setup] Dec 06 20:12:42.723 INFO E| Compiling toml v0.7.3
29832024-12-06T20:12:45.330Z[ helios-setup] Dec 06 20:12:44.689 INFO E| Compiling slog-bunyan v2.4.0
29842024-12-06T20:12:50.106Z[ helios-setup] Dec 06 20:12:49.464 INFO E| Compiling rustls-pemfile v1.0.2
29852024-12-06T20:12:50.217Z[ helios-setup] Dec 06 20:12:49.575 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29862024-12-06T20:12:50.961Z[ helios-setup] Dec 06 20:12:50.320 INFO E| Compiling bincode v1.3.3
29872024-12-06T20:12:51.627Z[ helios-setup] Dec 06 20:12:50.986 INFO E| Compiling serde_path_to_error v0.1.11
29882024-12-06T20:12:53.566Z[ helios-setup] Dec 06 20:12:52.924 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29892024-12-06T20:12:54.417Z[ helios-setup] Dec 06 20:12:53.775 INFO E| Compiling terminal_size v0.2.6
29902024-12-06T20:12:54.655Z[ helios-setup] Dec 06 20:12:54.014 INFO E| Compiling smawk v0.3.1
29912024-12-06T20:12:55.482Z[ helios-setup] Dec 06 20:12:54.840 INFO E| Compiling textwrap v0.16.0
29922024-12-06T20:12:59.755Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29932024-12-06T20:13:03.118Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29942024-12-06T20:13:03.539Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29952024-12-06T20:13:04.094Z[ helios-setup] Dec 06 20:13:03.452 INFO E| Compiling rustls-webpki v0.100.1
29962024-12-06T20:13:04.225Z[ helios-setup] Dec 06 20:13:03.583 INFO E| Compiling sct v0.7.0
29972024-12-06T20:13:04.391Z[ host-package] Compiling bcs v0.1.6
29982024-12-06T20:13:05.877Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29992024-12-06T20:13:06.808Z[ host-package] Compiling oso-derive v0.27.3
30002024-12-06T20:13:09.124Z[ host-package] Compiling libz-sys v1.1.20
30012024-12-06T20:13:11.465Z[ host-package] Compiling quick-xml v0.33.0
30022024-12-06T20:13:13.795Z[ helios-setup] Dec 06 20:13:13.153 INFO E| Compiling git2 v0.16.1
30032024-12-06T20:13:15.001Z[ helios-setup] Dec 06 20:13:14.359 INFO E| Compiling tokio-rustls v0.24.0
30042024-12-06T20:13:18.163Z[ host-package] Compiling subprocess v0.2.9
30052024-12-06T20:13:22.125Z[ host-package] Compiling diesel-dtrace v0.3.0
30062024-12-06T20:13:23.280Z[ host-package] Compiling parking_lot_core v0.8.6
30072024-12-06T20:13:24.577Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30082024-12-06T20:13:26.694Z[ helios-setup] Dec 06 20:13:26.051 INFO E| Compiling built v0.6.0
30092024-12-06T20:13:26.776Z[ host-package] Compiling oso v0.27.3
30102024-12-06T20:13:28.106Z[ helios-setup] Dec 06 20:13:27.463 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30112024-12-06T20:13:29.991Z[ helios-setup] Dec 06 20:13:29.349 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30122024-12-06T20:13:30.910Z[ helios-setup] Dec 06 20:13:30.268 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30132024-12-06T20:13:42.258Z[ helios-setup] Dec 06 20:13:41.615 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30142024-12-06T20:13:45.351Z[ helios-setup] Dec 06 20:13:44.709 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30152024-12-06T20:13:56.935Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30162024-12-06T20:14:00.147Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30172024-12-06T20:14:09.288Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30182024-12-06T20:14:15.055Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30192024-12-06T20:14:15.700Z[ host-package] Compiling bb8 v0.8.5
30202024-12-06T20:14:16.916Z[ host-package] Compiling async-bb8-diesel v0.2.1
30212024-12-06T20:14:22.168Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30222024-12-06T20:14:24.139Z[ host-package] Compiling atty v0.2.14
30232024-12-06T20:14:24.516Z[ host-package] Compiling salty v0.3.0
30242024-12-06T20:14:30.285Z[ host-package] Compiling parking_lot v0.11.2
30252024-12-06T20:14:32.788Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
30262024-12-06T20:14:33.545Z[ helios-setup] Dec 06 20:14:32.902 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30272024-12-06T20:14:36.495Z[ host-package] Compiling sled v0.34.7
30282024-12-06T20:14:37.848Z[ host-package] Compiling mime_guess v2.0.5
30292024-12-06T20:14:41.480Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30302024-12-06T20:14:43.550Z[ host-package] Compiling hickory-client v0.24.1
30312024-12-06T20:14:44.091Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30322024-12-06T20:14:47.417Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30332024-12-06T20:14:47.470Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30342024-12-06T20:14:50.849Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30352024-12-06T20:14:52.329Z[ host-package] Compiling hickory-server v0.24.1
30362024-12-06T20:14:53.802Z[ host-package] Compiling primeorder v0.13.6
30372024-12-06T20:14:54.961Z[ host-package] Compiling vergen v8.3.2
30382024-12-06T20:14:56.022Z[ host-package] Compiling env_filter v0.1.2
30392024-12-06T20:15:02.071Z[ host-package] Compiling cargo-platform v0.1.8
30402024-12-06T20:15:02.896Z[ host-package] Compiling nanorand v0.7.0
30412024-12-06T20:15:03.908Z[ host-package] Compiling memoffset v0.9.1
30422024-12-06T20:15:04.562Z[ host-package] Compiling flume v0.11.1
30432024-12-06T20:15:06.455Z[ host-package] Compiling cargo_metadata v0.18.1
30442024-12-06T20:15:13.299Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30452024-12-06T20:15:23.812Z[ host-package] Compiling env_logger v0.11.5
30462024-12-06T20:15:26.459Z[ host-package] Compiling p384 v0.13.0
30472024-12-06T20:15:29.096Z[ host-package] Compiling git2 v0.19.0
30482024-12-06T20:15:30.809Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30492024-12-06T20:15:31.906Z[ helios-setup] Dec 06 20:15:31.261 INFO E| Finished `release` profile [optimized] target(s) in 6m 34s
30502024-12-06T20:15:32.044Z[ helios-setup] Dec 06 20:15:31.399 INFO building project "pilot" ok (394 seconds)
30512024-12-06T20:15:32.047Z[ helios-setup] Dec 06 20:15:31.400 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30522024-12-06T20:15:32.047Z[ helios-setup] Dec 06 20:15:31.400 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30532024-12-06T20:15:32.403Z[ helios-setup] Dec 06 20:15:31.758 INFO E| Downloading crates ...
30542024-12-06T20:15:32.525Z[ helios-setup] Dec 06 20:15:31.881 INFO E| Downloaded sha2 v0.10.5
30552024-12-06T20:15:32.529Z[ helios-setup] Dec 06 20:15:31.885 INFO E| Downloaded digest v0.10.3
30562024-12-06T20:15:32.532Z[ helios-setup] Dec 06 20:15:31.888 INFO E| Downloaded typenum v1.15.0
30572024-12-06T20:15:32.535Z[ helios-setup] Dec 06 20:15:31.891 INFO E| Downloaded anyhow v1.0.62
30582024-12-06T20:15:32.541Z[ helios-setup] Dec 06 20:15:31.897 INFO E| Downloaded bytes v1.2.1
30592024-12-06T20:15:32.624Z[ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling typenum v1.15.0
30602024-12-06T20:15:32.624Z[ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling version_check v0.9.4
30612024-12-06T20:15:32.624Z[ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling cfg-if v1.0.0
30622024-12-06T20:15:32.628Z[ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling crc32fast v1.3.2
30632024-12-06T20:15:32.628Z[ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling adler v1.0.2
30642024-12-06T20:15:32.628Z[ helios-setup] Dec 06 20:15:31.980 INFO E| Compiling anyhow v1.0.62
30652024-12-06T20:15:32.628Z[ helios-setup] Dec 06 20:15:31.980 INFO E| Compiling cpufeatures v0.2.5
30662024-12-06T20:15:32.628Z[ helios-setup] Dec 06 20:15:31.980 INFO E| Compiling unicode-width v0.1.10
30672024-12-06T20:15:33.340Z[ helios-setup] Dec 06 20:15:32.696 INFO E| Compiling miniz_oxide v0.6.2
30682024-12-06T20:15:33.385Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692024-12-06T20:15:33.489Z[ helios-setup] Dec 06 20:15:32.845 INFO E| Compiling bitflags v1.3.2
30702024-12-06T20:15:33.493Z[ helios-setup] Dec 06 20:15:32.849 INFO E| Compiling bytes v1.2.1
30712024-12-06T20:15:33.620Z[ helios-setup] Dec 06 20:15:32.976 INFO E| Compiling getopts v0.2.21
30722024-12-06T20:15:34.583Z[ helios-setup] Dec 06 20:15:33.939 INFO E| Compiling generic-array v0.14.6
30732024-12-06T20:15:35.306Z[ helios-setup] Dec 06 20:15:34.662 INFO E| Compiling flate2 v1.0.25
30742024-12-06T20:15:38.987Z[ helios-setup] Dec 06 20:15:38.343 INFO E| Compiling block-buffer v0.10.3
30752024-12-06T20:15:38.988Z[ helios-setup] Dec 06 20:15:38.343 INFO E| Compiling crypto-common v0.1.6
30762024-12-06T20:15:39.203Z[ helios-setup] Dec 06 20:15:38.558 INFO E| Compiling digest v0.10.3
30772024-12-06T20:15:39.558Z[ helios-setup] Dec 06 20:15:38.914 INFO E| Compiling sha2 v0.10.5
30782024-12-06T20:15:40.084Z[ helios-setup] Dec 06 20:15:39.440 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30792024-12-06T20:15:43.028Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30802024-12-06T20:15:43.919Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30812024-12-06T20:15:45.102Z[ helios-setup] Dec 06 20:15:44.457 INFO E| Finished `release` profile [optimized] target(s) in 12.94s
30822024-12-06T20:15:45.117Z[ helios-setup] Dec 06 20:15:44.473 INFO building project "bootserver" ok (13 seconds)
30832024-12-06T20:15:45.117Z[ helios-setup] Dec 06 20:15:44.473 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30842024-12-06T20:15:45.117Z[ helios-setup] Dec 06 20:15:44.473 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30852024-12-06T20:15:45.137Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30862024-12-06T20:15:45.425Z[ helios-setup] Dec 06 20:15:44.780 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30872024-12-06T20:15:46.000Z[ helios-setup] Dec 06 20:15:45.355 INFO E| From https://github.com/jclulow/rust-jmclib
30882024-12-06T20:15:46.000Z[ helios-setup] Dec 06 20:15:45.355 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30892024-12-06T20:15:46.034Z[ helios-setup] Dec 06 20:15:45.389 INFO E| Updating crates.io index
30902024-12-06T20:15:46.279Z[ helios-setup] Dec 06 20:15:45.634 INFO E| Downloading crates ...
30912024-12-06T20:15:46.301Z[ host-package] Compiling rand_seeder v0.3.0
30922024-12-06T20:15:46.368Z[ helios-setup] Dec 06 20:15:45.723 INFO E| Downloaded fastrand v2.0.0
30932024-12-06T20:15:46.379Z[ helios-setup] Dec 06 20:15:45.734 INFO E| Downloaded proc-macro2 v1.0.66
30942024-12-06T20:15:46.383Z[ helios-setup] Dec 06 20:15:45.738 INFO E| Downloaded block-buffer v0.9.0
30952024-12-06T20:15:46.389Z[ helios-setup] Dec 06 20:15:45.745 INFO E| Downloaded getrandom v0.2.10
30962024-12-06T20:15:46.395Z[ helios-setup] Dec 06 20:15:45.751 INFO E| Downloaded once_cell v1.18.0
30972024-12-06T20:15:46.399Z[ helios-setup] Dec 06 20:15:45.755 INFO E| Downloaded cpufeatures v0.2.9
30982024-12-06T20:15:46.402Z[ helios-setup] Dec 06 20:15:45.757 INFO E| Downloaded opaque-debug v0.3.0
30992024-12-06T20:15:46.404Z[ helios-setup] Dec 06 20:15:45.759 INFO E| Downloaded digest v0.9.0
31002024-12-06T20:15:46.407Z[ helios-setup] Dec 06 20:15:45.762 INFO E| Downloaded itoa v1.0.9
31012024-12-06T20:15:46.411Z[ helios-setup] Dec 06 20:15:45.767 INFO E| Downloaded md-5 v0.9.1
31022024-12-06T20:15:46.418Z[ helios-setup] Dec 06 20:15:45.774 INFO E| Downloaded sha-1 v0.9.8
31032024-12-06T20:15:46.425Z[ helios-setup] Dec 06 20:15:45.781 INFO E| Downloaded bitflags v2.3.3
31042024-12-06T20:15:46.430Z[ helios-setup] Dec 06 20:15:45.786 INFO E| Downloaded quote v1.0.31
31052024-12-06T20:15:46.436Z[ helios-setup] Dec 06 20:15:45.792 INFO E| Downloaded tempfile v3.7.0
31062024-12-06T20:15:46.440Z[ helios-setup] Dec 06 20:15:45.796 INFO E| Downloaded uuid v0.8.2
31072024-12-06T20:15:46.457Z[ helios-setup] Dec 06 20:15:45.813 INFO E| Downloaded unicode-ident v1.0.11
31082024-12-06T20:15:46.462Z[ helios-setup] Dec 06 20:15:45.818 INFO E| Downloaded serde v1.0.193
31092024-12-06T20:15:46.468Z[ helios-setup] Dec 06 20:15:45.823 INFO E| Downloaded ryu v1.0.15
31102024-12-06T20:15:46.473Z[ helios-setup] Dec 06 20:15:45.829 INFO E| Downloaded anyhow v1.0.72
31112024-12-06T20:15:46.479Z[ helios-setup] Dec 06 20:15:45.834 INFO E| Downloaded libdevinfo-sys v1.0.0
31122024-12-06T20:15:46.481Z[ helios-setup] Dec 06 20:15:45.836 INFO E| Downloaded serde_derive v1.0.193
31132024-12-06T20:15:46.484Z[ helios-setup] Dec 06 20:15:45.840 INFO E| Downloaded serde_json v1.0.103
31142024-12-06T20:15:46.525Z[ helios-setup] Dec 06 20:15:45.880 INFO E| Downloaded syn v2.0.32
31152024-12-06T20:15:46.541Z[ helios-setup] Dec 06 20:15:45.897 INFO E| Downloaded rustix v0.38.4
31162024-12-06T20:15:46.631Z[ helios-setup] Dec 06 20:15:45.987 INFO E| Downloaded libc v0.2.147
31172024-12-06T20:15:46.803Z[ helios-setup] Dec 06 20:15:46.141 INFO E| Compiling libc v0.2.147
31182024-12-06T20:15:46.806Z[ host-package] Compiling libsqlite3-sys v0.30.1
31192024-12-06T20:15:46.830Z[ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling proc-macro2 v1.0.66
31202024-12-06T20:15:46.830Z[ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling cfg-if v1.0.0
31212024-12-06T20:15:46.833Z[ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling unicode-ident v1.0.11
31222024-12-06T20:15:46.833Z[ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling version_check v0.9.4
31232024-12-06T20:15:46.833Z[ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling typenum v1.16.0
31242024-12-06T20:15:46.833Z[ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling serde v1.0.193
31252024-12-06T20:15:46.833Z[ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling slog v2.7.0
31262024-12-06T20:15:47.401Z[ helios-setup] Dec 06 20:15:46.757 INFO E| Compiling num-conv v0.1.0
31272024-12-06T20:15:47.404Z[ helios-setup] Dec 06 20:15:46.757 INFO E| Compiling time-core v0.1.2
31282024-12-06T20:15:47.503Z[ host-package] Compiling rustls v0.21.12
31292024-12-06T20:15:47.739Z[ helios-setup] Dec 06 20:15:47.093 INFO E| Compiling rustix v0.38.4
31302024-12-06T20:15:47.986Z[ helios-setup] Dec 06 20:15:47.337 INFO E| Compiling powerfmt v0.2.0
31312024-12-06T20:15:48.004Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31322024-12-06T20:15:48.587Z[ helios-setup] Dec 06 20:15:47.942 INFO E| Compiling generic-array v0.14.7
31332024-12-06T20:15:48.697Z[ helios-setup] Dec 06 20:15:48.053 INFO E| Compiling itoa v1.0.9
31342024-12-06T20:15:48.870Z[ helios-setup] Dec 06 20:15:48.225 INFO E| Compiling deranged v0.3.11
31352024-12-06T20:15:48.875Z[ host-package] Compiling http-range v0.1.5
31362024-12-06T20:15:48.921Z[ helios-setup] Dec 06 20:15:48.276 INFO E| Compiling time-macros v0.2.18
31372024-12-06T20:15:49.179Z[ helios-setup] Dec 06 20:15:48.535 INFO E| Compiling num_threads v0.1.6
31382024-12-06T20:15:49.375Z[ helios-setup] Dec 06 20:15:48.730 INFO E| Compiling bitflags v2.3.3
31392024-12-06T20:15:49.479Z[ helios-setup] Dec 06 20:15:48.835 INFO E| Compiling quote v1.0.31
31402024-12-06T20:15:49.671Z[ helios-setup] Dec 06 20:15:49.027 INFO E| Compiling once_cell v1.18.0
31412024-12-06T20:15:49.952Z[ host-package] Compiling cfg_aliases v0.2.1
31422024-12-06T20:15:50.370Z[ helios-setup] Dec 06 20:15:49.724 INFO E| Compiling syn v2.0.32
31432024-12-06T20:15:50.373Z[ helios-setup] Dec 06 20:15:49.726 INFO E| Compiling thread_local v1.1.7
31442024-12-06T20:15:50.517Z[ host-package] Compiling nix v0.29.0
31452024-12-06T20:15:50.834Z[ helios-setup] Dec 06 20:15:50.189 INFO E| Compiling dirs-sys-next v0.1.2
31462024-12-06T20:15:50.861Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31472024-12-06T20:15:50.944Z[ helios-setup] Dec 06 20:15:50.300 INFO E| Compiling errno v0.3.1
31482024-12-06T20:15:51.053Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31492024-12-06T20:15:51.408Z[ helios-setup] Dec 06 20:15:50.764 INFO E| Compiling dirs-next v2.0.0
31502024-12-06T20:15:51.705Z[ helios-setup] Dec 06 20:15:51.060 INFO E| Compiling term v0.7.0
31512024-12-06T20:15:51.903Z[ helios-setup] Dec 06 20:15:51.259 INFO E| Compiling atty v0.2.14
31522024-12-06T20:15:52.385Z[ helios-setup] Dec 06 20:15:51.740 INFO E| Compiling opaque-debug v0.3.0
31532024-12-06T20:15:52.813Z[ helios-setup] Dec 06 20:15:52.168 INFO E| Compiling anyhow v1.0.72
31542024-12-06T20:15:53.277Z[ helios-setup] Dec 06 20:15:52.632 INFO E| Compiling serde_json v1.0.103
31552024-12-06T20:15:53.505Z[ helios-setup] Dec 06 20:15:52.861 INFO E| Compiling fastrand v2.0.0
31562024-12-06T20:15:53.620Z[ helios-setup] Dec 06 20:15:52.975 INFO E| Compiling block-buffer v0.9.0
31572024-12-06T20:15:54.111Z[ helios-setup] Dec 06 20:15:53.467 INFO E| Compiling digest v0.9.0
31582024-12-06T20:15:54.364Z[ helios-setup] Dec 06 20:15:53.719 INFO E| Compiling getrandom v0.2.10
31592024-12-06T20:15:54.574Z[ helios-setup] Dec 06 20:15:53.927 INFO E| Compiling time v0.3.36
31602024-12-06T20:15:54.671Z[ helios-setup] Dec 06 20:15:54.027 INFO E| Compiling tempfile v3.7.0
31612024-12-06T20:15:54.938Z[ helios-setup] Dec 06 20:15:54.293 INFO E| Compiling unicode-width v0.1.10
31622024-12-06T20:15:54.992Z[ helios-setup] Dec 06 20:15:54.347 INFO E| Compiling same-file v1.0.6
31632024-12-06T20:15:55.276Z[ helios-setup] Dec 06 20:15:54.631 INFO E| Compiling cpufeatures v0.2.9
31642024-12-06T20:15:55.303Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652024-12-06T20:15:55.360Z[ helios-setup] Dec 06 20:15:54.715 INFO E| Compiling ryu v1.0.15
31662024-12-06T20:15:55.413Z[ helios-setup] Dec 06 20:15:54.767 INFO E| Compiling sha-1 v0.9.8
31672024-12-06T20:15:55.526Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31682024-12-06T20:15:55.557Z[ helios-setup] Dec 06 20:15:54.913 INFO E| Compiling walkdir v2.3.3
31692024-12-06T20:15:55.610Z[ helios-setup] Dec 06 20:15:54.966 INFO E| Compiling getopts v0.2.21
31702024-12-06T20:15:55.903Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31712024-12-06T20:15:56.287Z[ helios-setup] Dec 06 20:15:55.643 INFO E| Compiling md-5 v0.9.1
31722024-12-06T20:15:56.371Z[ helios-setup] Dec 06 20:15:55.726 INFO E| Compiling libdevinfo-sys v1.0.0
31732024-12-06T20:15:56.373Z[ host-package] Compiling sct v0.7.1
31742024-12-06T20:15:56.525Z[ helios-setup] Dec 06 20:15:55.880 INFO E| Compiling glob v0.3.1
31752024-12-06T20:15:56.570Z[ host-package] Compiling rustls-webpki v0.101.7
31762024-12-06T20:15:57.442Z[ host-package] Compiling castaway v0.2.3
31772024-12-06T20:15:57.506Z[ host-package] Compiling csv-core v0.1.11
31782024-12-06T20:15:57.818Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31792024-12-06T20:15:58.236Z[ host-package] Compiling glob v0.3.1
31802024-12-06T20:15:58.381Z[ helios-setup] Dec 06 20:15:57.736 INFO E| Compiling slog-term v2.9.0
31812024-12-06T20:15:58.889Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31822024-12-06T20:15:59.983Z[ helios-setup] Dec 06 20:15:59.338 INFO E| Compiling serde_derive v1.0.193
31832024-12-06T20:16:00.710Z[ host-package] Compiling csv v1.3.0
31842024-12-06T20:16:02.160Z[ host-package] Compiling compact_str v0.8.0
31852024-12-06T20:16:03.406Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
31862024-12-06T20:16:04.887Z[ host-package] Compiling nix v0.27.1
31872024-12-06T20:16:05.163Z[ host-package] Compiling hyper-staticfile v0.10.1
31882024-12-06T20:16:08.568Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31892024-12-06T20:16:09.260Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31902024-12-06T20:16:09.366Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31912024-12-06T20:16:10.912Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72)
31922024-12-06T20:16:12.048Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31932024-12-06T20:16:14.804Z[ helios-setup] Dec 06 20:16:14.159 INFO E| Compiling toml v0.5.11
31942024-12-06T20:16:14.804Z[ helios-setup] Dec 06 20:16:14.159 INFO E| Compiling uuid v0.8.2
31952024-12-06T20:16:17.146Z[ helios-setup] Dec 06 20:16:16.501 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31962024-12-06T20:16:17.176Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31972024-12-06T20:16:17.229Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31982024-12-06T20:16:17.744Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31992024-12-06T20:16:18.096Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32002024-12-06T20:16:18.637Z[ host-package] Compiling unicode-truncate v1.1.0
32012024-12-06T20:16:19.023Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32022024-12-06T20:16:20.307Z[ helios-setup] Dec 06 20:16:19.662 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32032024-12-06T20:16:20.908Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32042024-12-06T20:16:24.248Z[ host-package] Compiling hashlink v0.9.1
32052024-12-06T20:16:25.157Z[ host-package] Compiling tungstenite v0.23.0
32062024-12-06T20:16:25.840Z[ host-package] Compiling lru v0.12.5
32072024-12-06T20:16:26.265Z[ host-package] Compiling instability v0.3.2
32082024-12-06T20:16:27.090Z[ host-package] Compiling fallible-iterator v0.3.0
32092024-12-06T20:16:27.455Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32102024-12-06T20:16:27.814Z[ host-package] Compiling cassowary v0.3.0
32112024-12-06T20:16:28.049Z[ host-package] Compiling rusqlite v0.32.1
32122024-12-06T20:16:28.673Z[ host-package] Compiling ratatui v0.28.1
32132024-12-06T20:16:31.675Z[ host-package] Compiling tokio-tungstenite v0.23.1
32142024-12-06T20:16:32.085Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32152024-12-06T20:16:32.651Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32162024-12-06T20:16:34.312Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172024-12-06T20:16:34.667Z[ helios-setup] Dec 06 20:16:34.022 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.44s
32182024-12-06T20:16:34.701Z[ helios-setup] Dec 06 20:16:34.055 INFO building project "image-builder" ok (49 seconds)
32192024-12-06T20:16:34.701Z[ helios-setup] Dec 06 20:16:34.056 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32202024-12-06T20:16:34.701Z[ helios-setup] Dec 06 20:16:34.056 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32212024-12-06T20:16:35.022Z[ helios-setup] Dec 06 20:16:34.377 INFO E| Downloading crates ...
32222024-12-06T20:16:35.149Z[ helios-setup] Dec 06 20:16:34.504 INFO E| Downloaded miniz_oxide v0.7.2
32232024-12-06T20:16:35.227Z[ helios-setup] Dec 06 20:16:34.582 INFO E| Compiling adler v1.0.2
32242024-12-06T20:16:35.389Z[ helios-setup] Dec 06 20:16:34.744 INFO E| Compiling miniz_oxide v0.7.2
32252024-12-06T20:16:36.648Z[ host-package] Compiling tokio-rustls v0.24.1
32262024-12-06T20:16:37.414Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32272024-12-06T20:16:38.250Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32282024-12-06T20:16:38.513Z[ helios-setup] Dec 06 20:16:37.868 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32292024-12-06T20:16:39.544Z[ helios-setup] Dec 06 20:16:38.899 INFO E| Finished `release` profile [optimized] target(s) in 4.75s
32302024-12-06T20:16:39.555Z[ helios-setup] Dec 06 20:16:38.910 INFO building project "pinprick" ok (4 seconds)
32312024-12-06T20:16:39.555Z[ helios-setup] Dec 06 20:16:38.910 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32322024-12-06T20:16:39.555Z[ helios-setup] Dec 06 20:16:38.910 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32332024-12-06T20:16:39.566Z[ helios-setup] Dec 06 20:16:38.920 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32342024-12-06T20:16:39.744Z[ helios-setup] Dec 06 20:16:39.099 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32352024-12-06T20:16:39.744Z[ helios-setup] Dec 06 20:16:39.099 INFO E| info: downloading component 'cargo'
32362024-12-06T20:16:40.578Z[ helios-setup] Dec 06 20:16:39.933 INFO E| info: downloading component 'clippy'
32372024-12-06T20:16:40.808Z[ helios-setup] Dec 06 20:16:40.163 INFO E| info: downloading component 'rust-docs'
32382024-12-06T20:16:41.774Z[ helios-setup] Dec 06 20:16:41.128 INFO E| info: downloading component 'rust-src'
32392024-12-06T20:16:42.245Z[ helios-setup] Dec 06 20:16:41.599 INFO E| info: downloading component 'rust-std'
32402024-12-06T20:16:44.433Z[ helios-setup] Dec 06 20:16:43.787 INFO E| info: downloading component 'rustc'
32412024-12-06T20:16:49.338Z[ helios-setup] Dec 06 20:16:48.692 INFO E| info: downloading component 'rustfmt'
32422024-12-06T20:16:49.545Z[ helios-setup] Dec 06 20:16:48.899 INFO E| info: installing component 'cargo'
32432024-12-06T20:16:50.316Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32442024-12-06T20:16:50.767Z[ helios-setup] Dec 06 20:16:50.122 INFO E| info: installing component 'clippy'
32452024-12-06T20:16:51.261Z[ helios-setup] Dec 06 20:16:50.616 INFO E| info: installing component 'rust-docs'
32462024-12-06T20:16:52.389Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32472024-12-06T20:16:54.418Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32482024-12-06T20:16:54.802Z[ host-package] Compiling rustls-pemfile v1.0.4
32492024-12-06T20:16:55.701Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32502024-12-06T20:16:56.435Z[ helios-setup] Dec 06 20:16:55.789 INFO E| info: installing component 'rust-src'
32512024-12-06T20:16:57.130Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32522024-12-06T20:16:57.258Z[ helios-setup] Dec 06 20:16:56.613 INFO E| info: installing component 'rust-std'
32532024-12-06T20:16:57.319Z[ host-package] Compiling signal-hook-tokio v0.3.1
32542024-12-06T20:16:57.385Z[ host-package] Compiling twox-hash v1.6.3
32552024-12-06T20:16:57.624Z[ host-package] Compiling is_ci v1.2.0
32562024-12-06T20:16:58.222Z[ host-package] Compiling smawk v0.3.2
32572024-12-06T20:16:58.557Z[ host-package] Compiling unicode-linebreak v0.1.5
32582024-12-06T20:16:59.155Z[ host-package] Compiling textwrap v0.16.1
32592024-12-06T20:16:59.542Z[ helios-setup] Dec 06 20:16:58.896 INFO E| info: installing component 'rustc'
32602024-12-06T20:17:01.282Z[ host-package] Compiling supports-color v3.0.1
32612024-12-06T20:17:01.542Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32622024-12-06T20:17:01.785Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32632024-12-06T20:17:05.574Z[ helios-setup] Dec 06 20:17:04.928 INFO E| info: installing component 'rustfmt'
32642024-12-06T20:17:06.390Z[ helios-setup] Dec 06 20:17:05.744 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32652024-12-06T20:17:07.370Z[ helios-setup] Dec 06 20:17:06.724 INFO E| From https://github.com/oxidecomputer/amd-apcb
32662024-12-06T20:17:07.370Z[ helios-setup] Dec 06 20:17:06.724 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32672024-12-06T20:17:07.373Z[ helios-setup] Dec 06 20:17:06.724 INFO E| * [new tag] v0.4.3 -> v0.4.3
32682024-12-06T20:17:07.403Z[ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.1.3 -> v0.1.3
32692024-12-06T20:17:07.403Z[ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.1.4 -> v0.1.4
32702024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.1.5 -> v0.1.5
32712024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.2.0 -> v0.2.0
32722024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.3.0 -> v0.3.0
32732024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.3.1 -> v0.3.1
32742024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.3.2 -> v0.3.2
32752024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.3.3 -> v0.3.3
32762024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.4.0 -> v0.4.0
32772024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.4.1 -> v0.4.1
32782024-12-06T20:17:07.406Z[ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.4.2 -> v0.4.2
32792024-12-06T20:17:07.444Z[ helios-setup] Dec 06 20:17:06.798 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32802024-12-06T20:17:08.391Z[ helios-setup] Dec 06 20:17:07.745 INFO E| From https://github.com/oxidecomputer/amd-efs
32812024-12-06T20:17:08.391Z[ helios-setup] Dec 06 20:17:07.745 INFO E| * [new branch] empty -> origin/empty
32822024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.745 INFO E| * [new branch] issue-99 -> origin/issue-99
32832024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.746 INFO E| * [new branch] main -> origin/main
32842024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.746 INFO E| * [new branch] review -> origin/review
32852024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.746 INFO E| * [new ref] -> origin/HEAD
32862024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.746 INFO E| * [new tag] v0.2.0 -> v0.2.0
32872024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.746 INFO E| * [new tag] v0.2.1 -> v0.2.1
32882024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.746 INFO E| * [new tag] v0.2.2 -> v0.2.2
32892024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.3 -> v0.2.3
32902024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.4 -> v0.2.4
32912024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.5 -> v0.2.5
32922024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.6 -> v0.2.6
32932024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.7 -> v0.2.7
32942024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.3.0 -> v0.3.0
32952024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.3.1 -> v0.3.1
32962024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.0 -> v0.4.0
32972024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.1 -> v0.4.1
32982024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.2 -> v0.4.2
32992024-12-06T20:17:08.394Z[ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.3 -> v0.4.3
33002024-12-06T20:17:08.419Z[ helios-setup] Dec 06 20:17:07.773 INFO E| Updating crates.io index
33012024-12-06T20:17:08.775Z[ helios-setup] Dec 06 20:17:08.129 INFO E| Downloading crates ...
33022024-12-06T20:17:09.004Z[ helios-setup] Dec 06 20:17:08.358 INFO E| Downloaded modular-bitfield-impl v0.11.2
33032024-12-06T20:17:09.007Z[ helios-setup] Dec 06 20:17:08.360 INFO E| Downloaded memoffset v0.5.6
33042024-12-06T20:17:09.007Z[ helios-setup] Dec 06 20:17:08.362 INFO E| Downloaded four-cc v0.3.0
33052024-12-06T20:17:09.010Z[ helios-setup] Dec 06 20:17:08.363 INFO E| Downloaded cfg-if v0.1.10
33062024-12-06T20:17:09.013Z[ helios-setup] Dec 06 20:17:08.366 INFO E| Downloaded ansi_term v0.12.1
33072024-12-06T20:17:09.015Z[ helios-setup] Dec 06 20:17:08.368 INFO E| Downloaded unic-ucd-version v0.9.0
33082024-12-06T20:17:09.018Z[ helios-setup] Dec 06 20:17:08.370 INFO E| Downloaded fletcher v0.1.0
33092024-12-06T20:17:09.018Z[ helios-setup] Dec 06 20:17:08.371 INFO E| Downloaded scroll_derive v0.10.5
33102024-12-06T20:17:09.020Z[ helios-setup] Dec 06 20:17:08.373 INFO E| Downloaded unic-char-range v0.9.0
33112024-12-06T20:17:09.020Z[ helios-setup] Dec 06 20:17:08.374 INFO E| Downloaded unic-common v0.9.0
33122024-12-06T20:17:09.023Z[ helios-setup] Dec 06 20:17:08.376 INFO E| Downloaded strum v0.23.0
33132024-12-06T20:17:09.023Z[ helios-setup] Dec 06 20:17:08.377 INFO E| Downloaded unic-char-property v0.9.0
33142024-12-06T20:17:09.025Z[ helios-setup] Dec 06 20:17:08.378 INFO E| Downloaded parse_int v0.6.0
33152024-12-06T20:17:09.056Z[ helios-setup] Dec 06 20:17:08.410 INFO E| Downloaded unic-ucd-ident v0.9.0
33162024-12-06T20:17:09.058Z[ helios-setup] Dec 06 20:17:08.413 INFO E| Downloaded thiserror-impl v1.0.64
33172024-12-06T20:17:09.061Z[ helios-setup] Dec 06 20:17:08.415 INFO E| Downloaded thiserror v1.0.64
33182024-12-06T20:17:09.068Z[ helios-setup] Dec 06 20:17:08.423 INFO E| Downloaded vec_map v0.8.2
33192024-12-06T20:17:09.071Z[ helios-setup] Dec 06 20:17:08.424 INFO E| Downloaded once_cell v1.20.1
33202024-12-06T20:17:09.074Z[ helios-setup] Dec 06 20:17:08.428 INFO E| Downloaded strum_macros v0.23.1
33212024-12-06T20:17:09.077Z[ helios-setup] Dec 06 20:17:08.431 INFO E| Downloaded scroll v0.10.2
33222024-12-06T20:17:09.079Z[ helios-setup] Dec 06 20:17:08.434 INFO E| Downloaded serde_derive v1.0.210
33232024-12-06T20:17:09.084Z[ helios-setup] Dec 06 20:17:08.438 INFO E| Downloaded structopt v0.3.26
33242024-12-06T20:17:09.095Z[ helios-setup] Dec 06 20:17:08.449 INFO E| Downloaded serde v1.0.210
33252024-12-06T20:17:09.100Z[ helios-setup] Dec 06 20:17:08.454 INFO E| Downloaded modular-bitfield v0.11.2
33262024-12-06T20:17:09.116Z[ helios-setup] Dec 06 20:17:08.470 INFO E| Downloaded serde_json v1.0.128
33272024-12-06T20:17:09.126Z[ helios-setup] Dec 06 20:17:08.480 INFO E| Downloaded goblin v0.4.3
33282024-12-06T20:17:09.133Z[ helios-setup] Dec 06 20:17:08.488 INFO E| Downloaded clap v2.34.0
33292024-12-06T20:17:09.143Z[ helios-setup] Dec 06 20:17:08.498 INFO E| Downloaded syn v2.0.79
33302024-12-06T20:17:09.160Z[ helios-setup] Dec 06 20:17:08.514 INFO E| Downloaded structopt-derive v0.4.18
33312024-12-06T20:17:09.162Z[ helios-setup] Dec 06 20:17:08.516 INFO E| Downloaded pest v2.7.13
33322024-12-06T20:17:09.168Z[ helios-setup] Dec 06 20:17:08.523 INFO E| Downloaded pre-proc-macro v0.2.1
33332024-12-06T20:17:09.171Z[ helios-setup] Dec 06 20:17:08.525 INFO E| Downloaded pre v0.2.1
33342024-12-06T20:17:09.173Z[ helios-setup] Dec 06 20:17:08.526 INFO E| Downloaded textwrap v0.11.0
33352024-12-06T20:17:09.176Z[ helios-setup] Dec 06 20:17:08.528 INFO E| Downloaded libc v0.2.159
33362024-12-06T20:17:09.211Z[ helios-setup] Dec 06 20:17:08.565 INFO E| Downloaded strsim v0.8.0
33372024-12-06T20:17:09.214Z[ helios-setup] Dec 06 20:17:08.567 INFO E| Downloaded semver-parser v0.7.0
33382024-12-06T20:17:09.214Z[ helios-setup] Dec 06 20:17:08.568 INFO E| Downloaded semver v0.9.0
33392024-12-06T20:17:09.216Z[ helios-setup] Dec 06 20:17:08.569 INFO E| Downloaded rustc_version v0.2.3
33402024-12-06T20:17:09.216Z[ helios-setup] Dec 06 20:17:08.571 INFO E| Downloaded proc-macro-crate v0.1.5
33412024-12-06T20:17:09.230Z[ helios-setup] Dec 06 20:17:08.584 INFO E| Downloaded pest_meta v2.7.13
33422024-12-06T20:17:09.232Z[ helios-setup] Dec 06 20:17:08.587 INFO E| Downloaded pest_generator v2.7.13
33432024-12-06T20:17:09.235Z[ helios-setup] Dec 06 20:17:08.589 INFO E| Downloaded pest_derive v2.7.13
33442024-12-06T20:17:09.238Z[ helios-setup] Dec 06 20:17:08.592 INFO E| Downloaded bytesize v1.3.0
33452024-12-06T20:17:09.330Z[ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling proc-macro2 v1.0.86
33462024-12-06T20:17:09.330Z[ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling unicode-ident v1.0.13
33472024-12-06T20:17:09.330Z[ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling syn v1.0.109
33482024-12-06T20:17:09.333Z[ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling version_check v0.9.5
33492024-12-06T20:17:09.333Z[ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling memchr v2.7.4
33502024-12-06T20:17:09.333Z[ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling thiserror v1.0.64
33512024-12-06T20:17:09.333Z[ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling semver-parser v0.7.0
33522024-12-06T20:17:09.333Z[ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling autocfg v1.4.0
33532024-12-06T20:17:09.890Z[ helios-setup] Dec 06 20:17:09.244 INFO E| Compiling semver v0.9.0
33542024-12-06T20:17:10.598Z[ helios-setup] Dec 06 20:17:09.951 INFO E| Compiling serde v1.0.210
33552024-12-06T20:17:10.670Z[ helios-setup] Dec 06 20:17:10.024 INFO E| Compiling proc-macro-error-attr v1.0.4
33562024-12-06T20:17:10.709Z[ helios-setup] Dec 06 20:17:10.061 INFO E| Compiling proc-macro-error v1.0.4
33572024-12-06T20:17:11.008Z[ helios-setup] Dec 06 20:17:10.362 INFO E| Compiling rustc_version v0.2.3
33582024-12-06T20:17:11.222Z[ helios-setup] Dec 06 20:17:10.577 INFO E| Compiling serde_json v1.0.128
33592024-12-06T20:17:11.440Z[ helios-setup] Dec 06 20:17:10.794 INFO E| Compiling num-traits v0.2.19
33602024-12-06T20:17:11.525Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33612024-12-06T20:17:11.582Z[ helios-setup] Dec 06 20:17:10.937 INFO E| Compiling unicode-segmentation v1.12.0
33622024-12-06T20:17:11.809Z[ helios-setup] Dec 06 20:17:11.163 INFO E| Compiling itoa v1.0.11
33632024-12-06T20:17:11.857Z[ helios-setup] Dec 06 20:17:11.210 INFO E| Compiling schemars v0.8.21
33642024-12-06T20:17:12.201Z[ helios-setup] Dec 06 20:17:11.555 INFO E| Compiling ryu v1.0.18
33652024-12-06T20:17:12.365Z[ helios-setup] Dec 06 20:17:11.718 INFO E| Compiling pre-proc-macro v0.2.1
33662024-12-06T20:17:12.664Z[ helios-setup] Dec 06 20:17:12.018 INFO E| Compiling quote v1.0.37
33672024-12-06T20:17:12.790Z[ helios-setup] Dec 06 20:17:12.144 INFO E| Compiling memoffset v0.5.6
33682024-12-06T20:17:13.077Z[ helios-setup] Dec 06 20:17:12.431 INFO E| Compiling lazy_static v1.5.0
33692024-12-06T20:17:13.137Z[ helios-setup] Dec 06 20:17:12.491 INFO E| Compiling libc v0.2.159
33702024-12-06T20:17:13.266Z[ helios-setup] Dec 06 20:17:12.620 INFO E| Compiling paste v1.0.15
33712024-12-06T20:17:13.328Z[ helios-setup] Dec 06 20:17:12.682 INFO E| Compiling syn v2.0.79
33722024-12-06T20:17:13.726Z[ helios-setup] Dec 06 20:17:13.080 INFO E| Compiling heck v0.3.3
33732024-12-06T20:17:13.804Z[ helios-setup] Dec 06 20:17:13.158 INFO E| Compiling dyn-clone v1.0.17
33742024-12-06T20:17:14.365Z[ helios-setup] Dec 06 20:17:13.717 INFO E| Compiling rustversion v1.0.17
33752024-12-06T20:17:14.439Z[ helios-setup] Dec 06 20:17:13.793 INFO E| Compiling ucd-trie v0.1.7
33762024-12-06T20:17:14.750Z[ helios-setup] Dec 06 20:17:14.105 INFO E| Compiling pre v0.2.1
33772024-12-06T20:17:15.554Z[ helios-setup] Dec 06 20:17:14.907 INFO E| Compiling cfg-if v0.1.10
33782024-12-06T20:17:15.559Z[ helios-setup] Dec 06 20:17:14.913 INFO E| Compiling static_assertions v1.1.0
33792024-12-06T20:17:15.646Z[ helios-setup] Dec 06 20:17:15.000 INFO E| Compiling byteorder v1.5.0
33802024-12-06T20:17:15.649Z[ helios-setup] Dec 06 20:17:15.000 INFO E| Compiling once_cell v1.20.1
33812024-12-06T20:17:16.832Z[ helios-setup] Dec 06 20:17:16.186 INFO E| Compiling unicode-width v0.1.14
33822024-12-06T20:17:17.873Z[ helios-setup] Dec 06 20:17:17.227 INFO E| Compiling textwrap v0.11.0
33832024-12-06T20:17:18.137Z[ helios-setup] Dec 06 20:17:17.491 INFO E| Compiling atty v0.2.14
33842024-12-06T20:17:18.393Z[ helios-setup] Dec 06 20:17:17.747 INFO E| Compiling unic-char-range v0.9.0
33852024-12-06T20:17:18.789Z[ helios-setup] Dec 06 20:17:18.143 INFO E| Compiling parse_int v0.6.0
33862024-12-06T20:17:18.993Z[ helios-setup] Dec 06 20:17:18.347 INFO E| Compiling vec_map v0.8.2
33872024-12-06T20:17:19.093Z[ helios-setup] Dec 06 20:17:18.447 INFO E| Compiling strsim v0.8.0
33882024-12-06T20:17:19.122Z[ helios-setup] Dec 06 20:17:18.476 INFO E| Compiling bitflags v1.3.2
33892024-12-06T20:17:19.223Z[ helios-setup] Dec 06 20:17:18.577 INFO E| Compiling ansi_term v0.12.1
33902024-12-06T20:17:19.344Z[ helios-setup] Dec 06 20:17:18.698 INFO E| Compiling strum v0.23.0
33912024-12-06T20:17:19.474Z[ helios-setup] Dec 06 20:17:18.829 INFO E| Compiling unic-common v0.9.0
33922024-12-06T20:17:19.755Z[ helios-setup] Dec 06 20:17:19.109 INFO E| Compiling fletcher v0.1.0
33932024-12-06T20:17:19.823Z[ helios-setup] Dec 06 20:17:19.177 INFO E| Compiling unic-ucd-version v0.9.0
33942024-12-06T20:17:19.850Z[ helios-setup] Dec 06 20:17:19.205 INFO E| Compiling unic-char-property v0.9.0
33952024-12-06T20:17:20.049Z[ helios-setup] Dec 06 20:17:19.403 INFO E| Compiling clap v2.34.0
33962024-12-06T20:17:20.190Z[ helios-setup] Dec 06 20:17:19.543 INFO E| Compiling plain v0.2.3
33972024-12-06T20:17:20.202Z[ helios-setup] Dec 06 20:17:19.556 INFO E| Compiling log v0.4.22
33982024-12-06T20:17:20.467Z[ helios-setup] Dec 06 20:17:19.821 INFO E| Compiling unic-ucd-ident v0.9.0
33992024-12-06T20:17:20.581Z[ helios-setup] Dec 06 20:17:19.935 INFO E| Compiling bytesize v1.3.0
34002024-12-06T20:17:21.889Z[ helios-setup] Dec 06 20:17:21.244 INFO E| Compiling serde_derive_internals v0.29.1
34012024-12-06T20:17:24.180Z[ helios-setup] Dec 06 20:17:23.534 INFO E| Compiling toml v0.5.11
34022024-12-06T20:17:25.684Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34032024-12-06T20:17:27.911Z[ helios-setup] Dec 06 20:17:27.265 INFO E| Compiling proc-macro-crate v0.1.5
34042024-12-06T20:17:28.211Z[ helios-setup] Dec 06 20:17:27.565 INFO E| Compiling thiserror-impl v1.0.64
34052024-12-06T20:17:28.363Z[ helios-setup] Dec 06 20:17:27.717 INFO E| Compiling serde_derive v1.0.210
34062024-12-06T20:17:29.099Z[ helios-setup] Dec 06 20:17:28.453 INFO E| Compiling schemars_derive v0.8.21
34072024-12-06T20:17:30.196Z[ helios-setup] Dec 06 20:17:29.550 INFO E| Compiling zerocopy-derive v0.6.6
34082024-12-06T20:17:30.214Z[ helios-setup] Dec 06 20:17:29.567 INFO E| Compiling num-derive v0.4.2
34092024-12-06T20:17:33.381Z[ helios-setup] Dec 06 20:17:32.733 INFO E| Compiling pest v2.7.13
34102024-12-06T20:17:33.841Z[ helios-setup] Dec 06 20:17:33.195 INFO E| Compiling zerocopy v0.6.6
34112024-12-06T20:17:36.270Z[ helios-setup] Dec 06 20:17:35.623 INFO E| Compiling modular-bitfield-impl v0.11.2
34122024-12-06T20:17:36.424Z[ helios-setup] Dec 06 20:17:35.778 INFO E| Compiling scroll_derive v0.10.5
34132024-12-06T20:17:37.773Z[ helios-setup] Dec 06 20:17:37.127 INFO E| Compiling pest_meta v2.7.13
34142024-12-06T20:17:38.124Z[ helios-setup] Dec 06 20:17:37.477 INFO E| Compiling strum_macros v0.23.1
34152024-12-06T20:17:38.938Z[ helios-setup] Dec 06 20:17:38.292 INFO E| Compiling structopt-derive v0.4.18
34162024-12-06T20:17:39.743Z[ helios-setup] Dec 06 20:17:39.097 INFO E| Compiling scroll v0.10.2
34172024-12-06T20:17:41.163Z[ helios-setup] Dec 06 20:17:40.517 INFO E| Compiling pest_generator v2.7.13
34182024-12-06T20:17:41.211Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34192024-12-06T20:17:41.392Z[ helios-setup] Dec 06 20:17:40.746 INFO E| Compiling modular-bitfield v0.11.2
34202024-12-06T20:17:42.129Z[ helios-setup] Dec 06 20:17:41.483 INFO E| Compiling goblin v0.4.3
34212024-12-06T20:17:44.149Z[ helios-setup] Dec 06 20:17:43.503 INFO E| Compiling structopt v0.3.26
34222024-12-06T20:17:45.908Z[ helios-setup] Dec 06 20:17:45.262 INFO E| Compiling pest_derive v2.7.13
34232024-12-06T20:17:48.393Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34242024-12-06T20:17:51.182Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34252024-12-06T20:17:52.110Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34262024-12-06T20:17:52.423Z[ helios-setup] Dec 06 20:17:51.776 INFO E| Compiling json5 v0.4.1
34272024-12-06T20:17:58.270Z[ helios-setup] Dec 06 20:17:57.623 INFO E| Compiling four-cc v0.3.0
34282024-12-06T20:17:58.270Z[ helios-setup] Dec 06 20:17:57.623 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34292024-12-06T20:17:58.498Z[ helios-setup] Dec 06 20:17:57.851 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34302024-12-06T20:18:06.377Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34312024-12-06T20:18:06.926Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
34322024-12-06T20:18:07.887Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34332024-12-06T20:18:14.723Z[ host-package] Compiling fatfs v0.3.6
34342024-12-06T20:18:16.923Z[ host-package] Compiling rtoolbox v0.0.2
34352024-12-06T20:18:17.410Z[ host-package] Compiling assert_matches v1.5.0
34362024-12-06T20:18:18.137Z[ host-package] Compiling rpassword v7.3.1
34372024-12-06T20:18:18.514Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34382024-12-06T20:18:18.827Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34392024-12-06T20:18:24.579Z[ host-package] Compiling tui-tree-widget v0.22.0
34402024-12-06T20:18:25.159Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34412024-12-06T20:18:26.000Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34422024-12-06T20:18:26.948Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34432024-12-06T20:18:27.566Z[ host-package] Compiling uzers v0.12.1
34442024-12-06T20:18:31.134Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34452024-12-06T20:18:41.237Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34462024-12-06T20:18:42.080Z[ helios-setup] Dec 06 20:18:41.433 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34472024-12-06T20:18:43.902Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34482024-12-06T20:18:58.924Z[ helios-setup] Dec 06 20:18:58.276 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34492024-12-06T20:19:17.786Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34502024-12-06T20:19:20.210Z[ host-package] Compiling multimap v0.10.0
34512024-12-06T20:19:53.945Z[ helios-setup] Dec 06 20:19:53.296 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
34522024-12-06T20:19:53.981Z[ helios-setup] Dec 06 20:19:53.333 INFO building project "amd-host-image-builder" ok (194 seconds)
34532024-12-06T20:19:53.984Z[ helios-setup] rm -f helios-build
34542024-12-06T20:19:53.988Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34552024-12-06T20:19:53.991Z[ helios-setup]
34562024-12-06T20:19:53.994Z[ helios-setup] Setup complete! ./helios-build is now available.
34572024-12-06T20:19:53.994Z[ helios-setup]
34582024-12-06T20:19:53.994Z[ helios-setup]
34592024-12-06T20:19:53.994Z[ helios-setup] real 12:02.299074297
34602024-12-06T20:19:53.994Z[ helios-setup] user 28:57.633997832
34612024-12-06T20:19:53.994Z[ helios-setup] sys 3:33.304330450
34622024-12-06T20:19:54.008Z[ helios-setup] trap 1.649119908
34632024-12-06T20:19:54.008Z[ helios-setup] tflt 6.619829663
34642024-12-06T20:19:54.008Z[ helios-setup] dflt 34.940428185
34652024-12-06T20:19:54.008Z[ helios-setup] kflt 0.051502489
34662024-12-06T20:19:54.008Z[ helios-setup] lock 1:52:48.245629438
34672024-12-06T20:19:54.008Z[ helios-setup] slp 3:45:05.122416168
34682024-12-06T20:19:54.008Z[ helios-setup] lat 33:11.316706325
34692024-12-06T20:19:54.008Z[ helios-setup] stop 4:48.955978468
34702024-12-06T20:19:54.008ZDec 06 20:19:53.347 INFO [helios-setup] process exited with exit status: 0 (722.305069534s)
34712024-12-06T20:19:54.008ZDec 06 20:19:53.347 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34722024-12-06T20:19:54.024Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34732024-12-06T20:19:54.385Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34742024-12-06T20:19:54.385Z[ phbl-toolchain] info: downloading component 'cargo'
34752024-12-06T20:19:56.497Z[ phbl-toolchain] info: downloading component 'clippy'
34762024-12-06T20:19:56.844Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34772024-12-06T20:20:02.120Z[ phbl-toolchain] info: downloading component 'miri'
34782024-12-06T20:20:02.341Z[ phbl-toolchain] info: downloading component 'rust-docs'
34792024-12-06T20:20:03.710Z[ phbl-toolchain] info: downloading component 'rust-src'
34802024-12-06T20:20:03.928Z[ phbl-toolchain] info: downloading component 'rust-std'
34812024-12-06T20:20:05.802Z[ phbl-toolchain] info: downloading component 'rustc'
34822024-12-06T20:20:14.392Z[ phbl-toolchain] info: downloading component 'rustfmt'
34832024-12-06T20:20:14.651Z[ phbl-toolchain] info: installing component 'cargo'
34842024-12-06T20:20:15.969Z[ phbl-toolchain] info: installing component 'clippy'
34852024-12-06T20:20:16.532Z[ phbl-toolchain] info: installing component 'llvm-tools'
34862024-12-06T20:20:22.296Z[ phbl-toolchain] info: installing component 'miri'
34872024-12-06T20:20:22.600Z[ phbl-toolchain] info: installing component 'rust-docs'
34882024-12-06T20:20:30.013Z[ phbl-toolchain] info: installing component 'rust-src'
34892024-12-06T20:20:30.717Z[ phbl-toolchain] info: installing component 'rust-std'
34902024-12-06T20:20:33.357Z[ phbl-toolchain] info: installing component 'rustc'
34912024-12-06T20:20:42.672Z[ phbl-toolchain] info: installing component 'rustfmt'
34922024-12-06T20:20:43.594Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34932024-12-06T20:20:43.597ZDec 06 20:20:42.948 INFO [phbl-toolchain] process exited with exit status: 0 (49.601116664s)
34942024-12-06T20:21:49.284Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34952024-12-06T20:21:51.807Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34962024-12-06T20:28:42.955Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 59s
34972024-12-06T20:29:51.359ZDec 06 20:29:50.701 INFO [host-package] process exited with exit status: 0 (1268.533023194s)
34982024-12-06T20:29:51.361ZDec 06 20:29:50.701 INFO [host-stamp] running task
34992024-12-06T20:29:51.361ZDec 06 20:29:50.702 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35002024-12-06T20:29:51.361ZDec 06 20:29:50.702 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+gitdd376b02d91
35012024-12-06T20:29:51.376ZDec 06 20:29:50.719 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+gitdd376b02d91
35022024-12-06T20:29:51.383Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35032024-12-06T20:29:51.385ZDec 06 20:29:50.728 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+gitdd376b02d91
35042024-12-06T20:29:51.394Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-06T20:29:51.397Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-06T20:29:51.400ZDec 06 20:29:50.740 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+gitdd376b02d91
35072024-12-06T20:29:51.409Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35082024-12-06T20:29:51.412Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-06T20:29:51.412ZDec 06 20:29:50.755 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+gitdd376b02d91
35102024-12-06T20:29:51.429Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-06T20:29:51.432ZDec 06 20:29:50.772 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+gitdd376b02d91
35122024-12-06T20:29:51.446Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-06T20:29:51.448ZDec 06 20:29:50.788 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+gitdd376b02d91
35142024-12-06T20:29:51.465Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35152024-12-06T20:29:51.469ZDec 06 20:29:50.808 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+gitdd376b02d91
35162024-12-06T20:29:51.482Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35172024-12-06T20:29:51.486Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-06T20:29:51.486ZDec 06 20:29:50.829 INFO [stamp-oxlog] process exited with exit status: 0 (126.297721ms)
35192024-12-06T20:29:51.489ZDec 06 20:29:50.829 INFO [stamp-overlay] process exited with exit status: 0 (40.434632ms)
35202024-12-06T20:29:51.500Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35212024-12-06T20:29:51.503Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35222024-12-06T20:29:51.506ZDec 06 20:29:50.849 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (40.876696ms)
35232024-12-06T20:29:51.539Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35242024-12-06T20:29:51.543ZDec 06 20:29:50.886 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (145.624616ms)
35252024-12-06T20:29:51.665Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35262024-12-06T20:29:51.668ZDec 06 20:29:51.011 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (239.334543ms)
35272024-12-06T20:29:51.778Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35282024-12-06T20:29:51.781ZDec 06 20:29:51.123 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (394.76669ms)
35292024-12-06T20:29:52.542Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35302024-12-06T20:29:52.545ZDec 06 20:29:51.887 INFO [stamp-propolis-server] process exited with exit status: 0 (1.168841366s)
35312024-12-06T20:29:52.689Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35322024-12-06T20:29:55.089Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35332024-12-06T20:30:02.255Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35342024-12-06T20:30:02.259ZDec 06 20:30:01.600 INFO [stamp-switch-asic] process exited with exit status: 0 (10.845102768s)
35352024-12-06T20:30:02.259ZDec 06 20:30:01.600 INFO [host-stamp] task succeeded (10.898834138s)
35362024-12-06T20:30:02.259ZDec 06 20:30:01.600 INFO [host-proto] running task
35372024-12-06T20:30:02.672ZDec 06 20:30:02.015 INFO [host-proto] task succeeded (414.344788ms)
35382024-12-06T20:30:02.672ZDec 06 20:30:02.015 INFO [host-profile] running task
35392024-12-06T20:30:02.675ZDec 06 20:30:02.015 INFO [host-profile] task succeeded (462.115µs)
35402024-12-06T20:30:02.675ZDec 06 20:30:02.016 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/.tmpPWOfI9/proto/host/root -N 'ci dd376b0/${os_short_commit} 2024-12-06 20:07' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35412024-12-06T20:30:02.694Z[ host-image] Dec 06 20:30:02.035 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35422024-12-06T20:30:02.699Z[ host-image] Dec 06 20:30:02.036 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35432024-12-06T20:30:02.713Z[ host-image] Dec 06 20:30:02.055 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpPWOfI9/proto/host/root"
35442024-12-06T20:30:02.715Z[ host-image] Dec 06 20:30:02.055 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35452024-12-06T20:30:02.715Z[ host-image] Dec 06 20:30:02.055 INFO image builder template: ramdisk-01-os...
35462024-12-06T20:30:02.715Z[ host-image] Dec 06 20:30:02.055 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/.tmpPWOfI9/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35472024-12-06T20:30:02.732Z[ host-image] Dec 06 20:30:02.075 INFO O| Dec 06 20:30:02.075 INFO CREATE DATASET: rpool/images/build/host/output
35482024-12-06T20:30:03.265Z[ host-image] Dec 06 20:30:02.607 INFO O| Dec 06 20:30:02.607 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35492024-12-06T20:30:03.272Z[ host-image] Dec 06 20:30:02.614 INFO O| Dec 06 20:30:02.614 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35502024-12-06T20:30:03.517Z[ host-image] Dec 06 20:30:02.859 INFO O| Dec 06 20:30:02.859 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35512024-12-06T20:30:03.593Z[ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.935 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35522024-12-06T20:30:03.594Z[ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.936 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-06T20:30:03.596Z[ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.936 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-06T20:30:03.596Z[ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.936 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35552024-12-06T20:30:03.606Z[ host-image] Dec 06 20:30:02.948 INFO O| Dec 06 20:30:02.948 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35562024-12-06T20:30:03.875Z[ host-image] Dec 06 20:30:03.215 INFO O| Dec 06 20:30:03.215 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-06T20:30:03.889Z[ host-image] Dec 06 20:30:03.231 INFO O| Dec 06 20:30:03.231 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35582024-12-06T20:30:04.524Z[ host-image] Dec 06 20:30:03.866 INFO O| Dec 06 20:30:03.866 INFO O| Caching catalogs ... Done
35592024-12-06T20:30:04.657Z[ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:03.999 INFO STEP 0 (pkg_image_create) COMPLETE
35602024-12-06T20:30:04.658Z[ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:03.999 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-06T20:30:04.660Z[ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:04.000 INFO skip step because feature "repo_redist" is not enabled
35622024-12-06T20:30:04.660Z[ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:04.000 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-06T20:30:04.675Z[ host-image] Dec 06 20:30:04.017 INFO O| Dec 06 20:30:04.017 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35642024-12-06T20:30:05.232Z[ host-image] Dec 06 20:30:04.573 INFO O| Dec 06 20:30:04.573 INFO STEP 2 (pkg_set_publisher) COMPLETE
35652024-12-06T20:30:05.232Z[ host-image] Dec 06 20:30:04.574 INFO O| Dec 06 20:30:04.573 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35662024-12-06T20:30:05.251Z[ host-image] Dec 06 20:30:04.591 INFO O| Dec 06 20:30:04.590 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35672024-12-06T20:30:05.740Z[ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO STEP 3 (pkg_set_publisher) COMPLETE
35682024-12-06T20:30:05.740Z[ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35692024-12-06T20:30:05.742Z[ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO skip step because feature "repo_redist" is not enabled
35702024-12-06T20:30:05.743Z[ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-12-06T20:30:06.274Z[ host-image] Dec 06 20:30:05.616 INFO O| Dec 06 20:30:05.616 INFO variant opensolaris.zone is already global
35722024-12-06T20:30:06.274Z[ host-image] Dec 06 20:30:05.616 INFO O| Dec 06 20:30:05.616 INFO STEP 5 (pkg_change_variant) COMPLETE
35732024-12-06T20:30:06.276Z[ host-image] Dec 06 20:30:05.616 INFO O| Dec 06 20:30:05.616 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35742024-12-06T20:30:06.826Z[ host-image] Dec 06 20:30:06.167 INFO O| Dec 06 20:30:06.167 INFO variant opensolaris.imagetype is full; changing to partial
35752024-12-06T20:30:06.826Z[ host-image] Dec 06 20:30:06.167 INFO O| Dec 06 20:30:06.167 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35762024-12-06T20:30:13.892Z[ host-image] Dec 06 20:30:13.234 INFO O| Dec 06 20:30:13.234 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35772024-12-06T20:30:14.484Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.87s
35782024-12-06T20:30:15.984ZDec 06 20:30:15.326 INFO [recovery-package] process exited with exit status: 0 (24.624163259s)
35792024-12-06T20:30:15.984ZDec 06 20:30:15.326 INFO [recovery-stamp] running task
35802024-12-06T20:30:15.986ZDec 06 20:30:15.326 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35812024-12-06T20:30:15.986ZDec 06 20:30:15.327 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitdd376b02d91
35822024-12-06T20:30:16.004ZDec 06 20:30:15.347 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+gitdd376b02d91
35832024-12-06T20:30:16.015Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35842024-12-06T20:30:16.025Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35852024-12-06T20:30:16.109Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35862024-12-06T20:30:16.114ZDec 06 20:30:15.455 INFO [stamp-installinator] process exited with exit status: 0 (128.746338ms)
35872024-12-06T20:30:16.144Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35882024-12-06T20:30:16.148ZDec 06 20:30:15.490 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (143.23336ms)
35892024-12-06T20:30:16.150ZDec 06 20:30:15.490 INFO [recovery-stamp] task succeeded (163.649308ms)
35902024-12-06T20:30:16.150ZDec 06 20:30:15.490 INFO [recovery-proto] running task
35912024-12-06T20:30:16.150ZDec 06 20:30:15.490 INFO [tuf-stamp] running task
35922024-12-06T20:30:16.150ZDec 06 20:30:15.491 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+gitdd376b02d91
35932024-12-06T20:30:16.167ZDec 06 20:30:15.509 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+gitdd376b02d91
35942024-12-06T20:30:16.179Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-06T20:30:16.182ZDec 06 20:30:15.521 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+gitdd376b02d91
35962024-12-06T20:30:16.192Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-06T20:30:16.195ZDec 06 20:30:15.534 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+gitdd376b02d91
35982024-12-06T20:30:16.206Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-06T20:30:16.209ZDec 06 20:30:15.549 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+gitdd376b02d91
36002024-12-06T20:30:16.234Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-06T20:30:16.236ZDec 06 20:30:15.576 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+gitdd376b02d91
36022024-12-06T20:30:16.268Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-06T20:30:16.271ZDec 06 20:30:15.610 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+gitdd376b02d91
36042024-12-06T20:30:16.316Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36052024-12-06T20:30:16.318Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-06T20:30:16.318ZDec 06 20:30:15.659 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+gitdd376b02d91
36072024-12-06T20:30:16.472ZDec 06 20:30:15.814 INFO [recovery-proto] task succeeded (323.685966ms)
36082024-12-06T20:30:16.474ZDec 06 20:30:15.814 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+gitdd376b02d91
36092024-12-06T20:30:16.475Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-06T20:30:16.475ZDec 06 20:30:15.814 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/.tmpPWOfI9/proto/recovery/root -N 'recovery dd376b0/${os_short_commit} 2024-12-06 20:07' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36112024-12-06T20:30:16.573Z[ recovery-image] Dec 06 20:30:15.912 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36122024-12-06T20:30:16.573Z[ recovery-image] Dec 06 20:30:15.912 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36132024-12-06T20:30:16.578ZDec 06 20:30:15.915 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+gitdd376b02d91
36142024-12-06T20:30:16.587Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36152024-12-06T20:30:16.594Z[ recovery-image] Dec 06 20:30:15.936 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpPWOfI9/proto/recovery/root"
36162024-12-06T20:30:16.597Z[ recovery-image] Dec 06 20:30:15.936 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36172024-12-06T20:30:16.597Z[ recovery-image] Dec 06 20:30:15.936 INFO image builder template: ramdisk-01-os...
36182024-12-06T20:30:16.597Z[ recovery-image] Dec 06 20:30:15.936 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/.tmpPWOfI9/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
36192024-12-06T20:30:16.652Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36202024-12-06T20:30:16.654ZDec 06 20:30:15.994 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+gitdd376b02d91
36212024-12-06T20:30:16.711Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36222024-12-06T20:30:16.713ZDec 06 20:30:16.055 [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36232024-12-06T20:30:16.713ZINFO [stamp-probe] process exited with exit status: 0 (563.697767ms)
36242024-12-06T20:30:16.713ZDec 06 20:30:16.055 INFO [stamp-ntp] process exited with exit status: 0 (478.516325ms)
36252024-12-06T20:30:16.713Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36262024-12-06T20:30:16.732Z[ recovery-image] Dec 06 20:30:16.074 INFO O| Dec 06 20:30:16.044 INFO CREATE DATASET: rpool/images/build/recovery/output
36272024-12-06T20:30:16.921Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
36282024-12-06T20:30:16.966Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36292024-12-06T20:30:17.385Z[ recovery-image] Dec 06 20:30:16.727 INFO O| Dec 06 20:30:16.727 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36302024-12-06T20:30:17.392Z[ recovery-image] Dec 06 20:30:16.735 INFO O| Dec 06 20:30:16.734 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36312024-12-06T20:30:17.869Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36322024-12-06T20:30:17.904ZDec 06 20:30:17.247 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.725072108s)
36332024-12-06T20:30:17.924Z[ recovery-image] Dec 06 20:30:17.266 INFO O| Dec 06 20:30:17.266 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36342024-12-06T20:30:18.037Z[ recovery-image] Dec 06 20:30:17.379 INFO O| Dec 06 20:30:17.379 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36352024-12-06T20:30:18.037Z[ recovery-image] Dec 06 20:30:17.379 INFO O| Dec 06 20:30:17.379 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36362024-12-06T20:30:18.040Z[ recovery-image] Dec 06 20:30:17.380 INFO O| Dec 06 20:30:17.379 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36372024-12-06T20:30:18.040Z[ recovery-image] Dec 06 20:30:17.380 INFO O| Dec 06 20:30:17.380 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36382024-12-06T20:30:18.042Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36392024-12-06T20:30:18.052ZDec 06 20:30:17.394 INFO [stamp-external-dns] process exited with exit status: 0 (1.859455809s)
36402024-12-06T20:30:18.075Z[ recovery-image] Dec 06 20:30:17.417 INFO O| Dec 06 20:30:17.417 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36412024-12-06T20:30:18.238Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36422024-12-06T20:30:18.252ZDec 06 20:30:17.594 INFO [stamp-internal-dns] process exited with exit status: 0 (1.935564109s)
36432024-12-06T20:30:18.288Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36442024-12-06T20:30:18.293ZDec 06 20:30:17.635 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.640949219s)
36452024-12-06T20:30:18.612Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36462024-12-06T20:30:18.616ZDec 06 20:30:17.958 INFO [stamp-oximeter] process exited with exit status: 0 (2.449098616s)
36472024-12-06T20:30:18.683Z[ recovery-image] Dec 06 20:30:18.025 INFO O| Dec 06 20:30:18.024 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36482024-12-06T20:30:18.698Z[ recovery-image] Dec 06 20:30:18.040 INFO O| Dec 06 20:30:18.040 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36492024-12-06T20:30:19.188Z[ recovery-image] Dec 06 20:30:18.530 INFO O| Dec 06 20:30:18.530 INFO O| Caching catalogs ... Done
36502024-12-06T20:30:19.210Z[ host-image] Dec 06 20:30:18.552 INFO O| Dec 06 20:30:18.552 INFO O| Startup: Caching catalogs ... Done
36512024-12-06T20:30:19.284Z[ host-image] Dec 06 20:30:18.626 INFO O| Dec 06 20:30:18.626 INFO O| Planning: Planning completed in 0.00 seconds
36522024-12-06T20:30:19.287Z[ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Planning: Consolidating action changes ... Done
36532024-12-06T20:30:19.287Z[ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Planning: Evaluating mediators ... Done
36542024-12-06T20:30:19.287Z[ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Planning: Planning completed in 0.00 seconds
36552024-12-06T20:30:19.287Z[ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Variants/Facets to change: 1
36562024-12-06T20:30:19.304Z[ recovery-image] Dec 06 20:30:18.646 INFO O| Dec 06 20:30:18.646 INFO STEP 0 (pkg_image_create) COMPLETE
36572024-12-06T20:30:19.304Z[ recovery-image] Dec 06 20:30:18.646 INFO O| Dec 06 20:30:18.646 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-12-06T20:30:19.307Z[ recovery-image] Dec 06 20:30:18.646 INFO O| Dec 06 20:30:18.646 INFO skip step because feature "repo_redist" is not enabled
36592024-12-06T20:30:19.307Z[ recovery-image] Dec 06 20:30:18.647 INFO O| Dec 06 20:30:18.646 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-06T20:30:19.309Z[ host-image] Dec 06 20:30:18.651 INFO O| Dec 06 20:30:18.651 INFO O| Done
36612024-12-06T20:30:19.309Z[ host-image] Dec 06 20:30:18.651 INFO O| Dec 06 20:30:18.651 INFO O| Done
36622024-12-06T20:30:19.319Z[ recovery-image] Dec 06 20:30:18.661 INFO O| Dec 06 20:30:18.661 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"]
36632024-12-06T20:30:19.822Z[ recovery-image] Dec 06 20:30:19.164 INFO O| Dec 06 20:30:19.163 INFO STEP 2 (pkg_set_publisher) COMPLETE
36642024-12-06T20:30:19.822Z[ recovery-image] Dec 06 20:30:19.164 INFO O| Dec 06 20:30:19.164 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36652024-12-06T20:30:19.838Z[ recovery-image] Dec 06 20:30:19.179 INFO O| Dec 06 20:30:19.179 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"]
36662024-12-06T20:30:20.063Z[ host-image] Dec 06 20:30:19.405 INFO O| Dec 06 20:30:19.405 INFO O| Done
36672024-12-06T20:30:20.129Z[ host-image] Dec 06 20:30:19.471 INFO O| Dec 06 20:30:19.471 INFO O| Done
36682024-12-06T20:30:20.132Z[ host-image] Dec 06 20:30:19.473 INFO O| Dec 06 20:30:19.472 INFO O| Done
36692024-12-06T20:30:20.132Z[ host-image] Dec 06 20:30:19.473 INFO O| Dec 06 20:30:19.473 INFO O| Done
36702024-12-06T20:30:20.134Z[ host-image] Dec 06 20:30:19.474 INFO O| Dec 06 20:30:19.474 INFO O| Done
36712024-12-06T20:30:20.330Z[ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO STEP 3 (pkg_set_publisher) COMPLETE
36722024-12-06T20:30:20.330Z[ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732024-12-06T20:30:20.330Z[ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO skip step because feature "repo_redist" is not enabled
36742024-12-06T20:30:20.333Z[ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36752024-12-06T20:30:20.509Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36762024-12-06T20:30:20.514ZDec 06 20:30:19.856 INFO [stamp-nexus] process exited with exit status: 0 (4.246342031s)
36772024-12-06T20:30:20.700Z[ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO STEP 6 (pkg_change_variant) COMPLETE
36782024-12-06T20:30:20.700Z[ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792024-12-06T20:30:20.701Z[ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO skip step because feature "debug_variant" is not enabled
36802024-12-06T20:30:20.702Z[ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36812024-12-06T20:30:20.796Z[ recovery-image] Dec 06 20:30:20.137 INFO O| Dec 06 20:30:20.137 INFO variant opensolaris.zone is already global
36822024-12-06T20:30:20.796Z[ recovery-image] Dec 06 20:30:20.138 INFO O| Dec 06 20:30:20.137 INFO STEP 5 (pkg_change_variant) COMPLETE
36832024-12-06T20:30:20.796Z[ recovery-image] Dec 06 20:30:20.138 INFO O| Dec 06 20:30:20.137 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36842024-12-06T20:30:21.009Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852024-12-06T20:30:21.011Z[verify-libraries] Compiling polyval v0.6.2
36862024-12-06T20:30:21.066Z[ host-image] Dec 06 20:30:20.408 INFO O| Dec 06 20:30:20.408 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36872024-12-06T20:30:21.148Z[verify-libraries] Compiling ctr v0.9.2
36882024-12-06T20:30:21.212Z[verify-libraries] Compiling ssh-encoding v0.2.0
36892024-12-06T20:30:21.212Z[verify-libraries] Compiling blowfish v0.9.1
36902024-12-06T20:30:21.214Z[verify-libraries] Compiling password-hash v0.4.2
36912024-12-06T20:30:21.214Z[verify-libraries] Compiling matches v0.1.10
36922024-12-06T20:30:21.217Z[verify-libraries] Compiling p256 v0.13.2
36932024-12-06T20:30:21.265Z[ recovery-image] Dec 06 20:30:20.607 INFO O| Dec 06 20:30:20.607 INFO variant opensolaris.imagetype is full; changing to partial
36942024-12-06T20:30:21.265Z[ recovery-image] Dec 06 20:30:20.607 INFO O| Dec 06 20:30:20.607 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36952024-12-06T20:30:21.662Z[verify-libraries] Compiling ghash v0.5.1
36962024-12-06T20:30:21.751Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
36972024-12-06T20:30:21.864Z[verify-libraries] Compiling idna v0.2.3
36982024-12-06T20:30:21.987Z[verify-libraries] Compiling aes-gcm v0.10.3
36992024-12-06T20:30:22.079Z[verify-libraries] Compiling p521 v0.13.3
37002024-12-06T20:30:22.133Z[ host-image] Dec 06 20:30:21.475 INFO O| Dec 06 20:30:21.475 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37012024-12-06T20:30:22.135Z[ host-image] Dec 06 20:30:21.477 INFO O| Dec 06 20:30:21.477 INFO O| Planning: Planning completed in 0.00 seconds
37022024-12-06T20:30:22.138Z[ host-image] Dec 06 20:30:21.477 INFO O| Dec 06 20:30:21.477 INFO O| Planning: Consolidating action changes ... Done
37032024-12-06T20:30:22.138Z[ host-image] Dec 06 20:30:21.477 INFO O| Dec 06 20:30:21.477 INFO O| Planning: Evaluating mediators ... Done
37042024-12-06T20:30:22.138Z[ host-image] Dec 06 20:30:21.478 INFO O| Dec 06 20:30:21.478 INFO O| Planning: Planning completed in 0.00 seconds
37052024-12-06T20:30:22.138Z[ host-image] Dec 06 20:30:21.478 INFO O| Dec 06 20:30:21.478 INFO O| Variants/Facets to change: 1
37062024-12-06T20:30:22.303Z[ host-image] Dec 06 20:30:21.644 INFO O| Dec 06 20:30:21.644 INFO O| Done
37072024-12-06T20:30:22.303Z[ host-image] Dec 06 20:30:21.644 INFO O| Dec 06 20:30:21.644 INFO O| Done
37082024-12-06T20:30:22.479Z[verify-libraries] Compiling ssh-cipher v0.2.0
37092024-12-06T20:30:22.550Z[verify-libraries] Compiling pbkdf2 v0.11.0
37102024-12-06T20:30:22.748Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37112024-12-06T20:30:22.803ZDec 06 20:30:22.145 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.330575811s)
37122024-12-06T20:30:23.225Z[verify-libraries] Compiling ssh-key v0.6.6
37132024-12-06T20:30:23.306Z[verify-libraries] Compiling enum-as-inner v0.5.1
37142024-12-06T20:30:23.531Z[ host-image] Dec 06 20:30:22.872 INFO O| Dec 06 20:30:22.872 INFO O| Done
37152024-12-06T20:30:23.716Z[ host-image] Dec 06 20:30:23.058 INFO O| Dec 06 20:30:23.058 INFO O| Done
37162024-12-06T20:30:23.719Z[ host-image] Dec 06 20:30:23.059 INFO O| Dec 06 20:30:23.059 INFO O| Done
37172024-12-06T20:30:23.719Z[ host-image] Dec 06 20:30:23.059 INFO O| Dec 06 20:30:23.059 INFO O| Done
37182024-12-06T20:30:23.719Z[ host-image] Dec 06 20:30:23.061 INFO O| Dec 06 20:30:23.061 INFO O| Done
37192024-12-06T20:30:23.839Z[ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 8 (pkg_change_facet) COMPLETE
37202024-12-06T20:30:23.839Z[ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-06T20:30:23.842Z[ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO skip step because feature "recovery" is not enabled
37222024-12-06T20:30:23.842Z[ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-06T20:30:23.842Z[ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO skip step because feature "recovery" is not enabled
37242024-12-06T20:30:23.842Z[ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37252024-12-06T20:30:23.858Z[ host-image] Dec 06 20:30:23.199 INFO O| Dec 06 20:30:23.199 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"]
37262024-12-06T20:30:24.307Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37272024-12-06T20:30:24.578Z[verify-libraries] Compiling md5 v0.7.0
37282024-12-06T20:30:24.791Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37292024-12-06T20:30:24.983Z[verify-libraries] Compiling num-bigint v0.4.6
37302024-12-06T20:30:25.003Z[ host-image] Dec 06 20:30:24.345 INFO O| Dec 06 20:30:24.345 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37312024-12-06T20:30:25.376Z[verify-libraries] Compiling des v0.8.1
37322024-12-06T20:30:26.057Z[verify-libraries] Compiling hex-literal v0.4.1
37332024-12-06T20:30:26.315Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37342024-12-06T20:30:27.363Z[verify-libraries] Compiling russh-keys v0.45.0
37352024-12-06T20:30:27.927Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37362024-12-06T20:30:28.016Z[verify-libraries] Compiling petname v2.0.2
37372024-12-06T20:30:29.475Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37382024-12-06T20:30:30.429Z[verify-libraries] Compiling russh v0.45.0
37392024-12-06T20:30:30.787Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37402024-12-06T20:30:30.833ZDec 06 20:30:30.175 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.625843238s)
37412024-12-06T20:30:31.200Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37422024-12-06T20:30:31.205ZDec 06 20:30:30.547 INFO [stamp-clickhouse] process exited with exit status: 0 (14.631572772s)
37432024-12-06T20:30:31.208ZDec 06 20:30:30.547 INFO [tuf-stamp] task succeeded (15.057053884s)
37442024-12-06T20:30:35.799Z[verify-libraries] Compiling dhcproto v0.12.0
37452024-12-06T20:30:36.001Z[verify-libraries] Compiling internet-checksum v0.2.1
37462024-12-06T20:30:36.763Z[verify-libraries] Compiling heck v0.4.1
37472024-12-06T20:30:37.297Z[ recovery-image] Dec 06 20:30:36.638 INFO O| Dec 06 20:30:36.638 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37482024-12-06T20:30:38.214Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37492024-12-06T20:30:46.154Z[ recovery-image] Dec 06 20:30:45.495 INFO O| Dec 06 20:30:45.495 INFO O| Startup: Caching catalogs ... Done
37502024-12-06T20:30:46.269Z[ recovery-image] Dec 06 20:30:45.610 INFO O| Dec 06 20:30:45.610 INFO O| Planning: Planning completed in 0.00 seconds
37512024-12-06T20:30:46.271Z[ recovery-image] Dec 06 20:30:45.611 INFO O| Dec 06 20:30:45.611 INFO O| Planning: Consolidating action changes ... Done
37522024-12-06T20:30:46.271Z[ recovery-image] Dec 06 20:30:45.611 INFO O| Dec 06 20:30:45.611 INFO O| Planning: Evaluating mediators ... Done
37532024-12-06T20:30:46.271Z[ recovery-image] Dec 06 20:30:45.612 INFO O| Dec 06 20:30:45.612 INFO O| Planning: Planning completed in 0.00 seconds
37542024-12-06T20:30:46.271Z[ recovery-image] Dec 06 20:30:45.612 INFO O| Dec 06 20:30:45.612 INFO O| Variants/Facets to change: 1
37552024-12-06T20:30:46.364Z[ recovery-image] Dec 06 20:30:45.705 INFO O| Dec 06 20:30:45.705 INFO O| Done
37562024-12-06T20:30:46.364Z[ recovery-image] Dec 06 20:30:45.705 INFO O| Dec 06 20:30:45.705 INFO O| Done
37572024-12-06T20:30:47.297Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37582024-12-06T20:30:47.439Z[ recovery-image] Dec 06 20:30:46.780 INFO O| Dec 06 20:30:46.780 INFO O| Done
37592024-12-06T20:30:47.469Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37602024-12-06T20:30:47.534Z[ recovery-image] Dec 06 20:30:46.876 INFO O| Dec 06 20:30:46.876 INFO O| Done
37612024-12-06T20:30:47.537Z[ recovery-image] Dec 06 20:30:46.877 INFO O| Dec 06 20:30:46.877 INFO O| Done
37622024-12-06T20:30:47.537Z[ recovery-image] Dec 06 20:30:46.877 INFO O| Dec 06 20:30:46.877 INFO O| Done
37632024-12-06T20:30:47.539Z[ recovery-image] Dec 06 20:30:46.879 INFO O| Dec 06 20:30:46.879 INFO O| Done
37642024-12-06T20:30:48.109Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37652024-12-06T20:30:48.229Z[ recovery-image] Dec 06 20:30:47.570 INFO O| Dec 06 20:30:47.570 INFO STEP 6 (pkg_change_variant) COMPLETE
37662024-12-06T20:30:48.229Z[ recovery-image] Dec 06 20:30:47.571 INFO O| Dec 06 20:30:47.570 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37672024-12-06T20:30:48.231Z[ recovery-image] Dec 06 20:30:47.571 INFO O| Dec 06 20:30:47.570 INFO skip step because feature "debug_variant" is not enabled
37682024-12-06T20:30:48.231Z[ recovery-image] Dec 06 20:30:47.571 INFO O| Dec 06 20:30:47.570 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37692024-12-06T20:30:48.557Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37702024-12-06T20:30:48.980Z[ recovery-image] Dec 06 20:30:48.304 INFO O| Dec 06 20:30:48.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37712024-12-06T20:30:49.011Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37722024-12-06T20:30:49.137Z[verify-libraries] Compiling sync-ptr v0.1.1
37732024-12-06T20:30:49.474Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37742024-12-06T20:30:49.803Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37752024-12-06T20:30:50.034Z[ recovery-image] Dec 06 20:30:49.375 INFO O| Dec 06 20:30:49.375 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37762024-12-06T20:30:50.037Z[ recovery-image] Dec 06 20:30:49.377 INFO O| Dec 06 20:30:49.377 INFO O| Planning: Planning completed in 0.00 seconds
37772024-12-06T20:30:50.037Z[ recovery-image] Dec 06 20:30:49.378 INFO O| Dec 06 20:30:49.378 INFO O| Planning: Consolidating action changes ... Done
37782024-12-06T20:30:50.037Z[ recovery-image] Dec 06 20:30:49.378 INFO O| Dec 06 20:30:49.378 INFO O| Planning: Evaluating mediators ... Done
37792024-12-06T20:30:50.037Z[ recovery-image] Dec 06 20:30:49.378 INFO O| Dec 06 20:30:49.378 INFO O| Planning: Planning completed in 0.00 seconds
37802024-12-06T20:30:50.040Z[ recovery-image] Dec 06 20:30:49.379 INFO O| Dec 06 20:30:49.379 INFO O| Variants/Facets to change: 1
37812024-12-06T20:30:50.135Z[ recovery-image] Dec 06 20:30:49.476 INFO O| Dec 06 20:30:49.476 INFO O| Done
37822024-12-06T20:30:50.135Z[ recovery-image] Dec 06 20:30:49.476 INFO O| Dec 06 20:30:49.476 INFO O| Done
37832024-12-06T20:30:50.851Z[ recovery-image] Dec 06 20:30:50.192 INFO O| Dec 06 20:30:50.192 INFO O| Done
37842024-12-06T20:30:50.962Z[ recovery-image] Dec 06 20:30:50.302 INFO O| Dec 06 20:30:50.302 INFO O| Done
37852024-12-06T20:30:50.964Z[ recovery-image] Dec 06 20:30:50.303 INFO O| Dec 06 20:30:50.303 INFO O| Done
37862024-12-06T20:30:50.964Z[ recovery-image] Dec 06 20:30:50.303 INFO O| Dec 06 20:30:50.303 INFO O| Done
37872024-12-06T20:30:50.964Z[ recovery-image] Dec 06 20:30:50.305 INFO O| Dec 06 20:30:50.305 INFO O| Done
37882024-12-06T20:30:51.077Z[ recovery-image] Dec 06 20:30:50.419 INFO O| Dec 06 20:30:50.418 INFO STEP 8 (pkg_change_facet) COMPLETE
37892024-12-06T20:30:51.077Z[ recovery-image] Dec 06 20:30:50.419 INFO O| Dec 06 20:30:50.419 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37902024-12-06T20:30:51.811Z[ recovery-image] Dec 06 20:30:51.152 INFO O| Dec 06 20:30:51.152 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37912024-12-06T20:30:52.813Z[ recovery-image] Dec 06 20:30:52.154 INFO O| Dec 06 20:30:52.154 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37922024-12-06T20:30:52.816Z[ recovery-image] Dec 06 20:30:52.156 INFO O| Dec 06 20:30:52.156 INFO O| Planning: Planning completed in 0.00 seconds
37932024-12-06T20:30:52.816Z[ recovery-image] Dec 06 20:30:52.157 INFO O| Dec 06 20:30:52.157 INFO O| Planning: Consolidating action changes ... Done
37942024-12-06T20:30:52.819Z[ recovery-image] Dec 06 20:30:52.157 INFO O| Dec 06 20:30:52.157 INFO O| Planning: Evaluating mediators ... Done
37952024-12-06T20:30:52.819Z[ recovery-image] Dec 06 20:30:52.158 INFO O| Dec 06 20:30:52.158 INFO O| Planning: Planning completed in 0.00 seconds
37962024-12-06T20:30:52.819Z[ recovery-image] Dec 06 20:30:52.158 INFO O| Dec 06 20:30:52.158 INFO O| Variants/Facets to change: 1
37972024-12-06T20:30:52.913Z[ recovery-image] Dec 06 20:30:52.252 INFO O| Dec 06 20:30:52.252 INFO O| Done
37982024-12-06T20:30:52.914Z[ recovery-image] Dec 06 20:30:52.252 INFO O| Dec 06 20:30:52.252 INFO O| Done
37992024-12-06T20:30:53.832Z[ recovery-image] Dec 06 20:30:53.170 INFO O| Dec 06 20:30:53.170 INFO O| Done
38002024-12-06T20:30:53.944Z[ recovery-image] Dec 06 20:30:53.286 INFO O| Dec 06 20:30:53.285 INFO O| Done
38012024-12-06T20:30:53.948Z[ recovery-image] Dec 06 20:30:53.287 INFO O| Dec 06 20:30:53.287 INFO O| Done
38022024-12-06T20:30:53.948Z[ recovery-image] Dec 06 20:30:53.287 INFO O| Dec 06 20:30:53.287 INFO O| Done
38032024-12-06T20:30:53.948Z[ recovery-image] Dec 06 20:30:53.289 INFO O| Dec 06 20:30:53.289 INFO O| Done
38042024-12-06T20:30:54.045Z[ recovery-image] Dec 06 20:30:53.386 INFO O| Dec 06 20:30:53.386 INFO STEP 9 (pkg_change_facet) COMPLETE
38052024-12-06T20:30:54.045Z[ recovery-image] Dec 06 20:30:53.387 INFO O| Dec 06 20:30:53.386 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38062024-12-06T20:30:54.662Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38072024-12-06T20:30:54.764Z[ recovery-image] Dec 06 20:30:54.105 INFO O| Dec 06 20:30:54.105 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38082024-12-06T20:30:55.679Z[ recovery-image] Dec 06 20:30:55.020 INFO O| Dec 06 20:30:55.020 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38092024-12-06T20:30:55.682Z[ recovery-image] Dec 06 20:30:55.022 INFO O| Dec 06 20:30:55.022 INFO O| Planning: Planning completed in 0.00 seconds
38102024-12-06T20:30:55.682Z[ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Planning: Consolidating action changes ... Done
38112024-12-06T20:30:55.682Z[ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Planning: Evaluating mediators ... Done
38122024-12-06T20:30:55.682Z[ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Planning: Planning completed in 0.00 seconds
38132024-12-06T20:30:55.682Z[ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Variants/Facets to change: 1
38142024-12-06T20:30:55.839Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38152024-12-06T20:30:55.876Z[ recovery-image] Dec 06 20:30:55.217 INFO O| Dec 06 20:30:55.217 INFO O| Done
38162024-12-06T20:30:55.876Z[ recovery-image] Dec 06 20:30:55.217 INFO O| Dec 06 20:30:55.217 INFO O| Done
38172024-12-06T20:30:56.700Z[ recovery-image] Dec 06 20:30:56.042 INFO O| Dec 06 20:30:56.041 INFO O| Done
38182024-12-06T20:30:56.787Z[ recovery-image] Dec 06 20:30:56.128 INFO O| Dec 06 20:30:56.128 INFO O| Done
38192024-12-06T20:30:56.789Z[ recovery-image] Dec 06 20:30:56.129 INFO O| Dec 06 20:30:56.129 INFO O| Done
38202024-12-06T20:30:56.789Z[ recovery-image] Dec 06 20:30:56.130 INFO O| Dec 06 20:30:56.129 INFO O| Done
38212024-12-06T20:30:56.792Z[ recovery-image] Dec 06 20:30:56.131 INFO O| Dec 06 20:30:56.131 INFO O| Done
38222024-12-06T20:30:56.906Z[ recovery-image] Dec 06 20:30:56.248 INFO O| Dec 06 20:30:56.247 INFO STEP 10 (pkg_change_facet) COMPLETE
38232024-12-06T20:30:56.906Z[ recovery-image] Dec 06 20:30:56.248 INFO O| Dec 06 20:30:56.247 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38242024-12-06T20:30:56.926Z[ recovery-image] Dec 06 20:30:56.267 INFO O| Dec 06 20:30:56.266 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"]
38252024-12-06T20:30:58.204Z[ recovery-image] Dec 06 20:30:57.545 INFO O| Dec 06 20:30:57.545 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38262024-12-06T20:30:58.628Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38272024-12-06T20:30:58.777Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38282024-12-06T20:31:06.953Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38292024-12-06T20:31:08.041Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38302024-12-06T20:31:08.768Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38312024-12-06T20:31:12.576Z[verify-libraries] Compiling termios v0.3.3
38322024-12-06T20:31:13.383Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38332024-12-06T20:31:28.457Z[ host-image] Dec 06 20:31:27.797 INFO O| Dec 06 20:31:27.797 INFO O| Planning: Solver setup ... Done
38342024-12-06T20:31:30.404Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38352024-12-06T20:31:40.069Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38362024-12-06T20:32:01.868Z[ recovery-image] Dec 06 20:32:01.208 INFO O| Dec 06 20:32:01.175 INFO O| Planning: Solver setup ... Done
38372024-12-06T20:32:25.545Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38382024-12-06T20:32:32.436Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38392024-12-06T20:32:34.223Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38402024-12-06T20:32:38.293Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38412024-12-06T20:32:45.608Z[ host-image] Dec 06 20:32:44.948 INFO O| Dec 06 20:32:44.948 INFO O| Planning: Running solver ... Done
38422024-12-06T20:32:46.167Z[ host-image] Dec 06 20:32:45.507 INFO O| Dec 06 20:32:45.506 INFO O| Planning: Finding local manifests ... Done
38432024-12-06T20:32:46.184Z[ host-image] Dec 06 20:32:45.524 INFO O| Dec 06 20:32:45.523 INFO O| Planning: Fetching manifests: 0/124 0% complete
38442024-12-06T20:32:50.583Z[ host-image] Dec 06 20:32:49.923 INFO O| Dec 06 20:32:49.923 INFO O| Planning: Fetching manifests: 124/124 100% complete
38452024-12-06T20:32:51.937Z[ host-image] Dec 06 20:32:51.276 INFO O| Dec 06 20:32:51.276 INFO O| Planning: Package planning ... Done
38462024-12-06T20:32:53.508Z[ host-image] Dec 06 20:32:52.848 INFO O| Dec 06 20:32:52.848 INFO O| Planning: Merging actions ... Done
38472024-12-06T20:32:53.818Z[ host-image] Dec 06 20:32:53.156 INFO O| Dec 06 20:32:53.156 INFO O| Planning: Checking for conflicting actions ... Done
38482024-12-06T20:32:54.109Z[ host-image] Dec 06 20:32:53.449 INFO O| Dec 06 20:32:53.449 INFO O| Planning: Consolidating action changes ... Done
38492024-12-06T20:32:54.886Z[ host-image] Dec 06 20:32:54.226 INFO O| Dec 06 20:32:54.226 INFO O| Planning: Evaluating mediators ... Done
38502024-12-06T20:33:01.369Z[ host-image] Dec 06 20:33:00.708 INFO O| Dec 06 20:33:00.708 INFO O| Planning: Planning completed in 156.36 seconds
38512024-12-06T20:33:01.389Z[ host-image] Dec 06 20:33:00.728 INFO O| Dec 06 20:33:00.728 INFO O| Packages to install: 124
38522024-12-06T20:33:01.391Z[ host-image] Dec 06 20:33:00.728 INFO O| Dec 06 20:33:00.728 INFO O| Mediators to change: 4
38532024-12-06T20:33:01.391Z[ host-image] Dec 06 20:33:00.728 INFO O| Dec 06 20:33:00.728 INFO O| Services to change: 6
38542024-12-06T20:33:01.501Z[ host-image] Dec 06 20:33:00.839 INFO O| Dec 06 20:33:00.839 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38552024-12-06T20:33:03.895Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38562024-12-06T20:33:06.505Z[ host-image] Dec 06 20:33:05.839 INFO O| Dec 06 20:33:05.839 INFO O| Download: 1173/22774 items 6.6/199.6MB 3% complete (1.3M/s)
38572024-12-06T20:33:11.504Z[ host-image] Dec 06 20:33:10.843 INFO O| Dec 06 20:33:10.843 INFO O| Download: 1732/22774 items 11.5/199.6MB 5% complete (1.2M/s)
38582024-12-06T20:33:14.231Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38592024-12-06T20:33:16.504Z[ host-image] Dec 06 20:33:15.843 INFO O| Dec 06 20:33:15.843 INFO O| Download: 2181/22774 items 24.1/199.6MB 12% complete (1.8M/s)
38602024-12-06T20:33:18.247Z[ recovery-image] Dec 06 20:33:17.586 INFO O| Dec 06 20:33:17.586 INFO O| Planning: Running solver ... Done
38612024-12-06T20:33:18.817Z[ recovery-image] Dec 06 20:33:18.156 INFO O| Dec 06 20:33:18.156 INFO O| Planning: Finding local manifests ... Done
38622024-12-06T20:33:18.834Z[ recovery-image] Dec 06 20:33:18.174 INFO O| Dec 06 20:33:18.173 INFO O| Planning: Fetching manifests: 0/124 0% complete
38632024-12-06T20:33:20.112Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38642024-12-06T20:33:21.505Z[ host-image] Dec 06 20:33:20.844 INFO O| Dec 06 20:33:20.844 INFO O| Download: 3062/22774 items 33.9/199.6MB 16% complete (2.2M/s)
38652024-12-06T20:33:23.816Z[ recovery-image] Dec 06 20:33:23.155 INFO O| Dec 06 20:33:23.155 INFO O| Planning: Fetching manifests: 124/124 100% complete
38662024-12-06T20:33:25.070Z[ recovery-image] Dec 06 20:33:24.409 INFO O| Dec 06 20:33:24.408 INFO O| Planning: Package planning ... Done
38672024-12-06T20:33:25.928Z[ recovery-image] Dec 06 20:33:25.267 INFO O| Dec 06 20:33:25.267 INFO O| Planning: Merging actions ... Done
38682024-12-06T20:33:26.168Z[ recovery-image] Dec 06 20:33:25.507 INFO O| Dec 06 20:33:25.507 INFO O| Planning: Checking for conflicting actions ... Done
38692024-12-06T20:33:26.317Z[ recovery-image] Dec 06 20:33:25.656 INFO O| Dec 06 20:33:25.656 INFO O| Planning: Consolidating action changes ... Done
38702024-12-06T20:33:26.520Z[ host-image] Dec 06 20:33:25.859 INFO O| Dec 06 20:33:25.859 INFO O| Download: 4303/22774 items 40.9/199.6MB 20% complete (1.7M/s)
38712024-12-06T20:33:26.685Z[ recovery-image] Dec 06 20:33:26.024 INFO O| Dec 06 20:33:26.024 INFO O| Planning: Evaluating mediators ... Done
38722024-12-06T20:33:31.522Z[ host-image] Dec 06 20:33:30.861 INFO O| Dec 06 20:33:30.861 INFO O| Download: 5060/22774 items 45.9/199.6MB 22% complete (1.2M/s)
38732024-12-06T20:33:32.722Z[ recovery-image] Dec 06 20:33:32.061 INFO O| Dec 06 20:33:32.061 INFO O| Planning: Planning completed in 154.52 seconds
38742024-12-06T20:33:32.731Z[ recovery-image] Dec 06 20:33:32.070 INFO O| Dec 06 20:33:32.070 INFO O| Packages to install: 124
38752024-12-06T20:33:32.731Z[ recovery-image] Dec 06 20:33:32.070 INFO O| Dec 06 20:33:32.070 INFO O| Mediators to change: 4
38762024-12-06T20:33:32.734Z[ recovery-image] Dec 06 20:33:32.070 INFO O| Dec 06 20:33:32.070 INFO O| Services to change: 5
38772024-12-06T20:33:32.818Z[ recovery-image] Dec 06 20:33:32.157 INFO O| Dec 06 20:33:32.157 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38782024-12-06T20:33:37.058Z[ host-image] Dec 06 20:33:36.397 INFO O| Dec 06 20:33:36.397 INFO O| Download: 5750/22774 items 46.3/199.6MB 23% complete (680k/s)
38792024-12-06T20:33:37.819Z[ recovery-image] Dec 06 20:33:37.157 INFO O| Dec 06 20:33:37.157 INFO O| Download: 1023/15848 items 7.9/176.3MB 4% complete (1.7M/s)
38802024-12-06T20:33:42.072Z[ host-image] Dec 06 20:33:41.411 INFO O| Dec 06 20:33:41.411 INFO O| Download: 6879/22774 items 49.6/199.6MB 24% complete (329k/s)
38812024-12-06T20:33:42.832Z[ recovery-image] Dec 06 20:33:42.171 INFO O| Dec 06 20:33:42.171 INFO O| Download: 1248/15848 items 17.8/176.3MB 10% complete (1.8M/s)
38822024-12-06T20:33:47.084Z[ host-image] Dec 06 20:33:46.423 INFO O| Dec 06 20:33:46.423 INFO O| Download: 7925/22774 items 59.5/199.6MB 29% complete (1.3M/s)
38832024-12-06T20:33:47.835Z[ recovery-image] Dec 06 20:33:47.173 INFO O| Dec 06 20:33:47.173 INFO O| Download: 1823/15848 items 28.1/176.3MB 15% complete (2.0M/s)
38842024-12-06T20:33:52.375Z[ host-image] Dec 06 20:33:51.714 INFO O| Dec 06 20:33:51.714 INFO O| Download: 8130/22774 items 60.8/199.6MB 30% complete (1.2M/s)
38852024-12-06T20:33:53.119Z[ recovery-image] Dec 06 20:33:52.457 INFO O| Dec 06 20:33:52.457 INFO O| Download: 3604/15848 items 39.1/176.3MB 22% complete (2.4M/s)
38862024-12-06T20:33:57.378Z[ host-image] Dec 06 20:33:56.716 INFO O| Dec 06 20:33:56.716 INFO O| Download: 8541/22774 items 70.0/199.6MB 35% complete (1.0M/s)
38872024-12-06T20:33:58.124Z[ recovery-image] Dec 06 20:33:57.462 INFO O| Dec 06 20:33:57.462 INFO O| Download: 4268/15848 items 42.7/176.3MB 24% complete (1.4M/s)
38882024-12-06T20:34:02.378Z[ host-image] Dec 06 20:34:01.716 INFO O| Dec 06 20:34:01.716 INFO O| Download: 9392/22774 items 81.5/199.6MB 40% complete (2.1M/s)
38892024-12-06T20:34:03.282Z[ recovery-image] Dec 06 20:34:02.620 INFO O| Dec 06 20:34:02.620 INFO O| Download: 4788/15848 items 43.0/176.3MB 24% complete (414k/s)
38902024-12-06T20:34:07.385Z[ host-image] Dec 06 20:34:06.723 INFO O| Dec 06 20:34:06.723 INFO O| Download: 10042/22774 items 83.9/199.6MB 42% complete (1.4M/s)
38912024-12-06T20:34:08.295Z[ recovery-image] Dec 06 20:34:07.634 INFO O| Dec 06 20:34:07.634 INFO O| Download: 5590/15848 items 43.5/176.3MB 24% complete (75.5k/s)
38922024-12-06T20:34:12.390Z[ host-image] Dec 06 20:34:11.728 INFO O| Dec 06 20:34:11.728 INFO O| Download: 10745/22774 items 89.5/199.6MB 44% complete (814k/s)
38932024-12-06T20:34:13.321Z[ recovery-image] Dec 06 20:34:12.658 INFO O| Dec 06 20:34:12.658 INFO O| Download: 5815/15848 items 50.4/176.3MB 28% complete (667k/s)
38942024-12-06T20:34:17.396Z[ host-image] Dec 06 20:34:16.734 INFO O| Dec 06 20:34:16.734 INFO O| Download: 10918/22774 items 90.6/199.6MB 45% complete (670k/s)
38952024-12-06T20:34:18.725Z[ recovery-image] Dec 06 20:34:18.062 INFO O| Dec 06 20:34:18.062 INFO O| Download: 6015/15848 items 54.1/176.3MB 30% complete (1.0M/s)
38962024-12-06T20:34:22.496Z[ host-image] Dec 06 20:34:21.834 INFO O| Dec 06 20:34:21.834 INFO O| Download: 11232/22774 items 94.1/199.6MB 47% complete (482k/s)
38972024-12-06T20:34:23.727Z[ recovery-image] Dec 06 20:34:23.065 INFO O| Dec 06 20:34:23.064 INFO O| Download: 6644/15848 items 64.4/176.3MB 36% complete (1.2M/s)
38982024-12-06T20:34:28.221Z[ host-image] Dec 06 20:34:27.559 INFO O| Dec 06 20:34:27.558 INFO O| Download: 11283/22774 items 95.4/199.6MB 47% complete (514k/s)
38992024-12-06T20:34:28.997Z[ recovery-image] Dec 06 20:34:28.335 INFO O| Dec 06 20:34:28.335 INFO O| Download: 7205/15848 items 73.2/176.3MB 41% complete (1.9M/s)
39002024-12-06T20:34:33.265Z[ host-image] Dec 06 20:34:32.603 INFO O| Dec 06 20:34:32.603 INFO O| Download: 11977/22774 items 98.2/199.6MB 49% complete (381k/s)
39012024-12-06T20:34:34.049Z[ recovery-image] Dec 06 20:34:33.387 INFO O| Dec 06 20:34:33.387 INFO O| Download: 7274/15848 items 73.4/176.3MB 41% complete (916k/s)
39022024-12-06T20:34:38.342Z[ host-image] Dec 06 20:34:37.680 INFO O| Dec 06 20:34:37.680 INFO O| Download: 12109/22774 items 101.0/199.6MB 50% complete (598k/s)
39032024-12-06T20:34:41.558Z[ recovery-image] Dec 06 20:34:40.894 INFO O| Dec 06 20:34:40.894 INFO O| Download: 7625/15848 items 73.7/176.3MB 41% complete (389k/s)
39042024-12-06T20:34:43.408Z[ host-image] Dec 06 20:34:42.745 INFO O| Dec 06 20:34:42.745 INFO O| Download: 12194/22774 items 108.7/199.6MB 54% complete (1.1M/s)
39052024-12-06T20:34:48.411Z[ host-image] Dec 06 20:34:47.749 INFO O| Dec 06 20:34:47.748 INFO O| Download: 12521/22774 items 109.6/199.6MB 54% complete (959k/s)
39062024-12-06T20:34:49.452Z[ recovery-image] Dec 06 20:34:48.789 INFO O| Dec 06 20:34:48.789 INFO O| Download: 7897/15848 items 76.4/176.3MB 43% complete (285k/s)
39072024-12-06T20:34:53.427Z[ host-image] Dec 06 20:34:52.764 INFO O| Dec 06 20:34:52.764 INFO O| Download: 13188/22774 items 109.9/199.6MB 55% complete (129k/s)
39082024-12-06T20:34:54.476Z[ recovery-image] Dec 06 20:34:53.814 INFO O| Dec 06 20:34:53.814 INFO O| Download: 8137/15848 items 79.7/176.3MB 45% complete (343k/s)
39092024-12-06T20:34:58.501Z[ host-image] Dec 06 20:34:57.839 INFO O| Dec 06 20:34:57.839 INFO O| Download: 13371/22774 items 110.0/199.6MB 55% complete (44.2k/s)
39102024-12-06T20:34:59.933Z[ recovery-image] Dec 06 20:34:59.270 INFO O| Dec 06 20:34:59.270 INFO O| Download: 8679/15848 items 83.1/176.3MB 47% complete (762k/s)
39112024-12-06T20:35:03.503Z[ host-image] Dec 06 20:35:02.840 INFO O| Dec 06 20:35:02.840 INFO O| Download: 13956/22774 items 110.3/199.6MB 55% complete (38.1k/s)
39122024-12-06T20:35:05.065Z[ recovery-image] Dec 06 20:35:04.402 INFO O| Dec 06 20:35:04.402 INFO O| Download: 8845/15848 items 91.9/176.3MB 52% complete (1.2M/s)
39132024-12-06T20:35:08.603Z[ host-image] Dec 06 20:35:07.941 INFO O| Dec 06 20:35:07.940 INFO O| Download: 14419/22774 items 111.6/199.6MB 55% complete (156k/s)
39142024-12-06T20:35:10.070Z[ recovery-image] Dec 06 20:35:09.408 INFO O| Dec 06 20:35:09.407 INFO O| Download: 8915/15848 items 92.6/176.3MB 52% complete (927k/s)
39152024-12-06T20:35:13.621Z[ host-image] Dec 06 20:35:12.958 INFO O| Dec 06 20:35:12.958 INFO O| Download: 14809/22774 items 118.4/199.6MB 59% complete (824k/s)
39162024-12-06T20:35:15.083Z[ recovery-image] Dec 06 20:35:14.421 INFO O| Dec 06 20:35:14.420 INFO O| Download: 9146/15848 items 92.7/176.3MB 52% complete (85.2k/s)
39172024-12-06T20:35:18.630Z[ host-image] Dec 06 20:35:17.967 INFO O| Dec 06 20:35:17.967 INFO O| Download: 15216/22774 items 123.2/199.6MB 61% complete (1.2M/s)
39182024-12-06T20:35:20.098Z[ recovery-image] Dec 06 20:35:19.436 INFO O| Dec 06 20:35:19.435 INFO O| Download: 9814/15848 items 93.1/176.3MB 52% complete (69.5k/s)
39192024-12-06T20:35:24.230Z[ host-image] Dec 06 20:35:23.567 INFO O| Dec 06 20:35:23.566 INFO O| Download: 15551/22774 items 123.7/199.6MB 62% complete (692k/s)
39202024-12-06T20:35:25.820Z[ recovery-image] Dec 06 20:35:25.157 INFO O| Dec 06 20:35:25.157 INFO O| Download: 9958/15848 items 93.2/176.3MB 52% complete (54.4k/s)
39212024-12-06T20:35:30.573Z[ host-image] Dec 06 20:35:29.910 INFO O| Dec 06 20:35:29.910 INFO O| Download: 15733/22774 items 125.9/199.6MB 63% complete (510k/s)
39222024-12-06T20:35:32.083Z[ recovery-image] Dec 06 20:35:31.419 INFO O| Dec 06 20:35:31.419 INFO O| Download: 10546/15848 items 93.5/176.3MB 53% complete (47.2k/s)
39232024-12-06T20:35:36.699Z[ host-image] Dec 06 20:35:36.036 INFO O| Dec 06 20:35:36.036 INFO O| Download: 15763/22774 items 126.1/199.6MB 63% complete (242k/s)
39242024-12-06T20:35:38.307Z[ recovery-image] Dec 06 20:35:37.644 INFO O| Dec 06 20:35:37.644 INFO O| Download: 10909/15848 items 93.9/176.3MB 53% complete (58.2k/s)
39252024-12-06T20:35:42.066Z[ host-image] Dec 06 20:35:41.369 INFO O| Dec 06 20:35:41.369 INFO O| Download: 16887/22774 items 139.5/199.6MB 69% complete (1.4M/s)
39262024-12-06T20:35:44.711Z[ recovery-image] Dec 06 20:35:44.048 INFO O| Dec 06 20:35:44.048 INFO O| Download: 10913/15848 items 93.9/176.3MB 53% complete (57.2k/s)
39272024-12-06T20:35:47.033Z[ host-image] Dec 06 20:35:46.369 INFO O| Dec 06 20:35:46.369 INFO O| Download: 17790/22774 items 150.0/199.6MB 75% complete (2.0M/s)
39282024-12-06T20:35:50.048Z[ recovery-image] Dec 06 20:35:49.384 INFO O| Dec 06 20:35:49.384 INFO O| Download: 11093/15848 items 99.6/176.3MB 56% complete (1.1M/s)
39292024-12-06T20:35:52.042Z[ host-image] Dec 06 20:35:51.378 INFO O| Dec 06 20:35:51.378 INFO O| Download: 18243/22774 items 162.8/199.6MB 81% complete (2.4M/s)
39302024-12-06T20:35:55.061Z[ recovery-image] Dec 06 20:35:54.397 INFO O| Dec 06 20:35:54.397 INFO O| Download: 11858/15848 items 126.0/176.3MB 71% complete (3.0M/s)
39312024-12-06T20:35:57.042Z[ host-image] Dec 06 20:35:56.379 INFO O| Dec 06 20:35:56.379 INFO O| Download: 19228/22774 items 166.6/199.6MB 83% complete (1.6M/s)
39322024-12-06T20:36:00.061Z[ recovery-image] Dec 06 20:35:59.397 INFO O| Dec 06 20:35:59.397 INFO O| Download: 12311/15848 items 141.0/176.3MB 80% complete (4.2M/s)
39332024-12-06T20:36:00.099Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 40s
39342024-12-06T20:36:00.400ZDec 06 20:35:59.737 INFO [verify-libraries] process exited with exit status: 0 (344.41029146s)
39352024-12-06T20:36:02.044Z[ host-image] Dec 06 20:36:01.381 INFO O| Dec 06 20:36:01.381 INFO O| Download: 20459/22774 items 171.8/199.6MB 86% complete (924k/s)
39362024-12-06T20:36:05.061Z[ recovery-image] Dec 06 20:36:04.398 INFO O| Dec 06 20:36:04.398 INFO O| Download: 13396/15848 items 145.3/176.3MB 82% complete (2.0M/s)
39372024-12-06T20:36:07.050Z[ host-image] Dec 06 20:36:06.386 INFO O| Dec 06 20:36:06.386 INFO O| Download: 20816/22774 items 174.5/199.6MB 87% complete (786k/s)
39382024-12-06T20:36:10.402Z[ recovery-image] Dec 06 20:36:09.737 INFO O| Dec 06 20:36:09.737 INFO O| Download: 14672/15848 items 150.6/176.3MB 85% complete (1.1M/s)
39392024-12-06T20:36:13.008Z[ host-image] Dec 06 20:36:12.333 INFO O| Dec 06 20:36:12.333 INFO O| Download: 21687/22774 items 183.6/199.6MB 91% complete (1.2M/s)
39402024-12-06T20:36:15.403Z[ recovery-image] Dec 06 20:36:14.739 INFO O| Dec 06 20:36:14.739 INFO O| Download: 15100/15848 items 157.9/176.3MB 89% complete (1.2M/s)
39412024-12-06T20:36:18.001Z[ host-image] Dec 06 20:36:17.337 INFO O| Dec 06 20:36:17.336 INFO O| Download: 22156/22774 items 197.1/199.6MB 98% complete (1.9M/s)
39422024-12-06T20:36:20.277Z[ host-image] Dec 06 20:36:19.613 INFO O| Dec 06 20:36:19.613 INFO O| Download: Completed 199.56 MB in 198.77 seconds (1.0M/s)
39432024-12-06T20:36:20.546Z[ recovery-image] Dec 06 20:36:19.882 INFO O| Dec 06 20:36:19.882 INFO O| Download: 15296/15848 items 161.0/176.3MB 91% complete (1.2M/s)
39442024-12-06T20:36:20.878Z[ host-image] Dec 06 20:36:20.214 INFO O| Dec 06 20:36:20.214 INFO O| Actions: 1/49471 actions (Installing new actions)
39452024-12-06T20:36:24.626Z[ recovery-image] Dec 06 20:36:23.962 INFO O| Dec 06 20:36:23.962 INFO O| Download: Completed 176.29 MB in 171.80 seconds (1.0M/s)
39462024-12-06T20:36:25.083Z[ recovery-image] Dec 06 20:36:24.419 INFO O| Dec 06 20:36:24.419 INFO O| Actions: 1/25014 actions (Installing new actions)
39472024-12-06T20:36:25.878Z[ host-image] Dec 06 20:36:25.214 INFO O| Dec 06 20:36:25.214 INFO O| Actions: 14570/49471 actions (Installing new actions)
39482024-12-06T20:36:30.085Z[ recovery-image] Dec 06 20:36:29.421 INFO O| Dec 06 20:36:29.421 INFO O| Actions: 12881/25014 actions (Installing new actions)
39492024-12-06T20:36:30.888Z[ host-image] Dec 06 20:36:30.223 INFO O| Dec 06 20:36:30.223 INFO O| Actions: 25819/49471 actions (Installing new actions)
39502024-12-06T20:36:32.895Z[ host-image] Dec 06 20:36:32.231 INFO O| Dec 06 20:36:32.230 INFO O| Actions: Completed 49471 actions in 12.01 seconds.
39512024-12-06T20:36:33.308Z[ host-image] Dec 06 20:36:32.644 INFO O| Dec 06 20:36:32.644 INFO O| Done
39522024-12-06T20:36:33.308Z[ host-image] Dec 06 20:36:32.644 INFO O| Dec 06 20:36:32.644 INFO O| Done
39532024-12-06T20:36:34.042Z[ host-image] Dec 06 20:36:33.378 INFO O| Dec 06 20:36:33.378 INFO O| Done
39542024-12-06T20:36:34.220Z[ recovery-image] Dec 06 20:36:33.556 INFO O| Dec 06 20:36:33.556 INFO O| Actions: Completed 25014 actions in 9.14 seconds.
39552024-12-06T20:36:34.747Z[ recovery-image] Dec 06 20:36:34.083 INFO O| Dec 06 20:36:34.083 INFO O| Done
39562024-12-06T20:36:34.747Z[ recovery-image] Dec 06 20:36:34.083 INFO O| Dec 06 20:36:34.083 INFO O| Done
39572024-12-06T20:36:35.321Z[ host-image] Dec 06 20:36:34.657 INFO O| Dec 06 20:36:34.657 INFO O| Done
39582024-12-06T20:36:35.342Z[ host-image] Dec 06 20:36:34.678 INFO O| Dec 06 20:36:34.678 INFO O| Done
39592024-12-06T20:36:35.468Z[ recovery-image] Dec 06 20:36:34.803 INFO O| Dec 06 20:36:34.803 INFO O| Done
39602024-12-06T20:36:36.270Z[ recovery-image] Dec 06 20:36:35.606 INFO O| Dec 06 20:36:35.606 INFO O| Done
39612024-12-06T20:36:36.284Z[ recovery-image] Dec 06 20:36:35.620 INFO O| Dec 06 20:36:35.620 INFO O| Done
39622024-12-06T20:36:38.594Z[ recovery-image] Dec 06 20:36:37.931 INFO O| Dec 06 20:36:37.930 INFO O| Done
39632024-12-06T20:36:38.767Z[ host-image] Dec 06 20:36:38.103 INFO O| Dec 06 20:36:38.103 INFO O| Done
39642024-12-06T20:36:38.899Z[ recovery-image] Dec 06 20:36:38.235 INFO O| Dec 06 20:36:38.235 INFO O| Done
39652024-12-06T20:36:39.211Z[ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 11 (pkg_install) COMPLETE
39662024-12-06T20:36:39.211Z[ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39672024-12-06T20:36:39.214Z[ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO skip step because feature "recovery" is enabled
39682024-12-06T20:36:39.214Z[ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39692024-12-06T20:36:39.214Z[ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO skip step because feature "omicron1" is not enabled
39702024-12-06T20:36:39.214Z[ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39712024-12-06T20:36:39.224Z[ recovery-image] Dec 06 20:36:38.559 INFO O| Dec 06 20:36:38.559 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39722024-12-06T20:36:39.250Z[ host-image] Dec 06 20:36:38.586 INFO O| Dec 06 20:36:38.586 INFO O| Done
39732024-12-06T20:36:39.586Z[ host-image] Dec 06 20:36:38.922 INFO O| Dec 06 20:36:38.922 INFO STEP 11 (pkg_install) COMPLETE
39742024-12-06T20:36:39.586Z[ host-image] Dec 06 20:36:38.922 INFO O| Dec 06 20:36:38.922 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39752024-12-06T20:36:39.597Z[ host-image] Dec 06 20:36:38.933 INFO O| Dec 06 20:36:38.933 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"]
39762024-12-06T20:36:39.719Z[ recovery-image] Dec 06 20:36:39.055 INFO O| Dec 06 20:36:39.055 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39772024-12-06T20:36:40.080Z[ host-image] Dec 06 20:36:39.416 INFO O| Dec 06 20:36:39.415 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39782024-12-06T20:36:41.925Z[ recovery-image] Dec 06 20:36:41.261 INFO O| Dec 06 20:36:41.261 INFO O| Planning: Solver setup ... Done
39792024-12-06T20:36:41.929Z[ recovery-image] Dec 06 20:36:41.265 INFO O| Dec 06 20:36:41.265 INFO O| Planning: Running solver ... Done
39802024-12-06T20:36:41.988Z[ recovery-image] Dec 06 20:36:41.324 INFO O| Dec 06 20:36:41.324 INFO O| Planning: Finding local manifests ... Done
39812024-12-06T20:36:41.991Z[ recovery-image] Dec 06 20:36:41.325 INFO O| Dec 06 20:36:41.325 INFO O| Planning: Fetching manifests: 0/1 0% complete
39822024-12-06T20:36:42.080Z[ recovery-image] Dec 06 20:36:41.416 INFO O| Dec 06 20:36:41.416 INFO O| Planning: Fetching manifests: 1/1 100% complete
39832024-12-06T20:36:42.100Z[ recovery-image] Dec 06 20:36:41.436 INFO O| Dec 06 20:36:41.436 INFO O| Planning: Package planning ... Done
39842024-12-06T20:36:42.102Z[ recovery-image] Dec 06 20:36:41.436 INFO O| Dec 06 20:36:41.436 INFO O| Planning: Merging actions ... Done
39852024-12-06T20:36:42.133Z[ recovery-image] Dec 06 20:36:41.469 INFO O| Dec 06 20:36:41.469 INFO O| Planning: Checking for conflicting actions ... Done
39862024-12-06T20:36:42.136Z[ recovery-image] Dec 06 20:36:41.469 INFO O| Dec 06 20:36:41.469 INFO O| Planning: Consolidating action changes ... Done
39872024-12-06T20:36:42.265Z[ recovery-image] Dec 06 20:36:41.601 INFO O| Dec 06 20:36:41.601 INFO O| Planning: Evaluating mediators ... Done
39882024-12-06T20:36:42.267Z[ recovery-image] Dec 06 20:36:41.601 INFO O| Dec 06 20:36:41.601 INFO O| Planning: Planning completed in 2.55 seconds
39892024-12-06T20:36:42.268Z[ recovery-image] Dec 06 20:36:41.603 INFO O| Dec 06 20:36:41.603 INFO O| Packages to install: 1
39902024-12-06T20:36:42.278Z[ recovery-image] Dec 06 20:36:41.614 INFO O| Dec 06 20:36:41.614 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39912024-12-06T20:36:42.448Z[ recovery-image] Dec 06 20:36:41.784 INFO O| Dec 06 20:36:41.784 INFO O| Download: Completed 9.99 MB in 0.17 seconds (58.9M/s)
39922024-12-06T20:36:42.473Z[ recovery-image] Dec 06 20:36:41.809 INFO O| Dec 06 20:36:41.809 INFO O| Actions: 1/22 actions (Installing new actions)
39932024-12-06T20:36:42.727Z[ recovery-image] Dec 06 20:36:42.063 INFO O| Dec 06 20:36:42.063 INFO O| Actions: Completed 22 actions in 0.25 seconds.
39942024-12-06T20:36:42.774Z[ host-image] Dec 06 20:36:42.110 INFO O| Dec 06 20:36:42.110 INFO O| Planning: Solver setup ... Done
39952024-12-06T20:36:42.780Z[ host-image] Dec 06 20:36:42.116 INFO O| Dec 06 20:36:42.116 INFO O| Planning: Running solver ... Done
39962024-12-06T20:36:42.868Z[ host-image] Dec 06 20:36:42.204 INFO O| Dec 06 20:36:42.204 INFO O| Planning: Finding local manifests ... Done
39972024-12-06T20:36:42.870Z[ host-image] Dec 06 20:36:42.206 INFO O| Dec 06 20:36:42.206 INFO O| Planning: Fetching manifests: 0/5 0% complete
39982024-12-06T20:36:43.095Z[ host-image] Dec 06 20:36:42.430 INFO O| Dec 06 20:36:42.430 INFO O| Planning: Fetching manifests: 5/5 100% complete
39992024-12-06T20:36:43.097Z[ recovery-image] Dec 06 20:36:42.432 INFO O| Dec 06 20:36:42.432 INFO O| Done
40002024-12-06T20:36:43.097Z[ recovery-image] Dec 06 20:36:42.432 INFO O| Dec 06 20:36:42.432 INFO O| Done
40012024-12-06T20:36:43.135Z[ host-image] Dec 06 20:36:42.471 INFO O| Dec 06 20:36:42.471 INFO O| Planning: Package planning ... Done
40022024-12-06T20:36:43.140Z[ host-image] Dec 06 20:36:42.476 INFO O| Dec 06 20:36:42.476 INFO O| Planning: Merging actions ... Done
40032024-12-06T20:36:43.265Z[ host-image] Dec 06 20:36:42.601 INFO O| Dec 06 20:36:42.601 INFO O| Planning: Checking for conflicting actions ... Done
40042024-12-06T20:36:43.268Z[ host-image] Dec 06 20:36:42.603 INFO O| Dec 06 20:36:42.603 INFO O| Planning: Consolidating action changes ... Done
40052024-12-06T20:36:43.508Z[ host-image] Dec 06 20:36:42.844 INFO O| Dec 06 20:36:42.844 INFO O| Planning: Evaluating mediators ... Done
40062024-12-06T20:36:43.511Z[ host-image] Dec 06 20:36:42.845 INFO O| Dec 06 20:36:42.845 INFO O| Planning: Planning completed in 3.43 seconds
40072024-12-06T20:36:43.513Z[ host-image] Dec 06 20:36:42.847 INFO O| Dec 06 20:36:42.847 INFO O| Packages to install: 5
40082024-12-06T20:36:43.513Z[ host-image] Dec 06 20:36:42.847 INFO O| Dec 06 20:36:42.847 INFO O| Services to change: 2
40092024-12-06T20:36:43.522Z[ host-image] Dec 06 20:36:42.858 INFO O| Dec 06 20:36:42.858 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40102024-12-06T20:36:43.719Z[ recovery-image] Dec 06 20:36:43.055 INFO O| Dec 06 20:36:43.055 INFO O| Done
40112024-12-06T20:36:44.555Z[ recovery-image] Dec 06 20:36:43.891 INFO O| Dec 06 20:36:43.891 INFO O| Done
40122024-12-06T20:36:44.566Z[ recovery-image] Dec 06 20:36:43.902 INFO O| Dec 06 20:36:43.902 INFO O| Done
40132024-12-06T20:36:44.569Z[ recovery-image] Dec 06 20:36:43.903 INFO O| Dec 06 20:36:43.902 INFO O| Done
40142024-12-06T20:36:44.577Z[ recovery-image] Dec 06 20:36:43.912 INFO O| Dec 06 20:36:43.912 INFO O| Done
40152024-12-06T20:36:44.589Z[ host-image] Dec 06 20:36:43.925 INFO O| Dec 06 20:36:43.925 INFO O| Download: Completed 1.44 MB in 1.07 seconds (1.4M/s)
40162024-12-06T20:36:44.617Z[ host-image] Dec 06 20:36:43.953 INFO O| Dec 06 20:36:43.953 INFO O| Actions: 1/305 actions (Installing new actions)
40172024-12-06T20:36:44.674Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.009 INFO STEP 14 (pkg_install) COMPLETE
40182024-12-06T20:36:44.674Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.009 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40192024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "mfg" is not enabled
40202024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40212024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "compliance" is not enabled
40222024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40232024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "stress" is not enabled
40242024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40252024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "nfs" is not enabled
40262024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40272024-12-06T20:36:44.678Z[ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40282024-12-06T20:36:44.732Z[ host-image] Dec 06 20:36:44.068 INFO O| Dec 06 20:36:44.068 INFO O| Actions: Completed 305 actions in 0.11 seconds.
40292024-12-06T20:36:44.843Z[ recovery-image] Dec 06 20:36:44.179 INFO O| Dec 06 20:36:44.179 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40302024-12-06T20:36:44.939Z[ recovery-image] Dec 06 20:36:44.275 INFO O| Dec 06 20:36:44.275 INFO completed processing gimlet/ramdisk-01-os
40312024-12-06T20:36:44.941Z[ recovery-image] Dec 06 20:36:44.277 INFO image builder template: ramdisk-02-trim...
40322024-12-06T20:36:44.942Z[ recovery-image] Dec 06 20:36:44.277 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/.tmpPWOfI9/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
40332024-12-06T20:36:44.967Z[ recovery-image] Dec 06 20:36:44.303 INFO O| Dec 06 20:36:44.303 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40342024-12-06T20:36:44.970Z[ host-image] Dec 06 20:36:44.304 INFO O| Dec 06 20:36:44.304 INFO O| Done
40352024-12-06T20:36:44.970Z[ host-image] Dec 06 20:36:44.304 INFO O| Dec 06 20:36:44.304 INFO O| Done
40362024-12-06T20:36:44.973Z[ recovery-image] Dec 06 20:36:44.308 INFO O| Dec 06 20:36:44.308 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40372024-12-06T20:36:45.078Z[ recovery-image] Dec 06 20:36:44.414 INFO O| Dec 06 20:36:44.414 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40382024-12-06T20:36:45.167Z[ recovery-image] Dec 06 20:36:44.502 INFO O| Dec 06 20:36:44.502 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40392024-12-06T20:36:45.167Z[ recovery-image] Dec 06 20:36:44.503 INFO O| Dec 06 20:36:44.502 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40402024-12-06T20:36:45.171Z[ recovery-image] Dec 06 20:36:44.508 INFO O| Dec 06 20:36:44.507 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40412024-12-06T20:36:45.175Z[ recovery-image] Dec 06 20:36:44.511 INFO O| Dec 06 20:36:44.511 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40422024-12-06T20:36:45.180Z[ recovery-image] Dec 06 20:36:44.516 INFO O| Dec 06 20:36:44.516 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40432024-12-06T20:36:45.528Z[ host-image] Dec 06 20:36:44.864 INFO O| Dec 06 20:36:44.864 INFO O| Done
40442024-12-06T20:36:45.634Z[ recovery-image] Dec 06 20:36:44.970 INFO O| Dec 06 20:36:44.970 INFO rolled back to input snapshot; work may begin
40452024-12-06T20:36:45.634Z[ recovery-image] Dec 06 20:36:44.970 INFO O| Dec 06 20:36:44.970 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40462024-12-06T20:36:45.639Z[ recovery-image] Dec 06 20:36:44.975 INFO O| Dec 06 20:36:44.975 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-06T20:36:45.650Z[ recovery-image] Dec 06 20:36:44.986 INFO O| Dec 06 20:36:44.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40482024-12-06T20:36:45.698Z[ recovery-image] Dec 06 20:36:45.034 INFO O| Dec 06 20:36:45.033 INFO STEP 0 (remove_files) COMPLETE
40492024-12-06T20:36:45.698Z[ recovery-image] Dec 06 20:36:45.034 INFO O| Dec 06 20:36:45.034 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-06T20:36:45.708Z[ recovery-image] Dec 06 20:36:45.044 INFO O| Dec 06 20:36:45.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40512024-12-06T20:36:45.711Z[ recovery-image] Dec 06 20:36:45.046 INFO O| Dec 06 20:36:45.046 INFO STEP 1 (remove_files) COMPLETE
40522024-12-06T20:36:45.711Z[ recovery-image] Dec 06 20:36:45.046 INFO O| Dec 06 20:36:45.046 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-12-06T20:36:45.719Z[ recovery-image] Dec 06 20:36:45.055 INFO O| Dec 06 20:36:45.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40542024-12-06T20:36:45.733Z[ recovery-image] Dec 06 20:36:45.069 INFO O| Dec 06 20:36:45.069 INFO STEP 2 (remove_files) COMPLETE
40552024-12-06T20:36:45.733Z[ recovery-image] Dec 06 20:36:45.069 INFO O| Dec 06 20:36:45.069 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-06T20:36:45.746Z[ recovery-image] Dec 06 20:36:45.081 INFO O| Dec 06 20:36:45.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40572024-12-06T20:36:45.752Z[ recovery-image] Dec 06 20:36:45.083 INFO O| Dec 06 20:36:45.083 INFO STEP 3 (remove_files) COMPLETE
40582024-12-06T20:36:45.752Z[ recovery-image] Dec 06 20:36:45.083 INFO O| Dec 06 20:36:45.083 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-06T20:36:45.758Z[ recovery-image] Dec 06 20:36:45.094 INFO O| Dec 06 20:36:45.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40602024-12-06T20:36:45.762Z[ recovery-image] Dec 06 20:36:45.098 INFO O| Dec 06 20:36:45.098 INFO STEP 4 (remove_files) COMPLETE
40612024-12-06T20:36:45.762Z[ recovery-image] Dec 06 20:36:45.098 INFO O| Dec 06 20:36:45.098 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-06T20:36:45.773Z[ recovery-image] Dec 06 20:36:45.109 INFO O| Dec 06 20:36:45.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40632024-12-06T20:36:45.775Z[ recovery-image] Dec 06 20:36:45.109 INFO O| Dec 06 20:36:45.109 INFO STEP 5 (remove_files) COMPLETE
40642024-12-06T20:36:45.775Z[ recovery-image] Dec 06 20:36:45.110 INFO O| Dec 06 20:36:45.109 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-06T20:36:45.783Z[ recovery-image] Dec 06 20:36:45.119 INFO O| Dec 06 20:36:45.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40662024-12-06T20:36:45.794Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 6 (remove_files) COMPLETE
40672024-12-06T20:36:45.794Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-06T20:36:45.797Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO skip step because feature "recovery" is enabled
40692024-12-06T20:36:45.797Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-12-06T20:36:45.797Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO skip step because feature "recovery" is enabled
40712024-12-06T20:36:45.798Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-06T20:36:45.798Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO skip step because feature "recovery" is enabled
40732024-12-06T20:36:45.798Z[ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-12-06T20:36:45.805Z[ recovery-image] Dec 06 20:36:45.141 INFO O| Dec 06 20:36:45.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40752024-12-06T20:36:45.809Z[ recovery-image] Dec 06 20:36:45.145 INFO O| Dec 06 20:36:45.145 INFO STEP 10 (remove_files) COMPLETE
40762024-12-06T20:36:45.809Z[ recovery-image] Dec 06 20:36:45.145 INFO O| Dec 06 20:36:45.145 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-12-06T20:36:45.819Z[ recovery-image] Dec 06 20:36:45.155 INFO O| Dec 06 20:36:45.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40782024-12-06T20:36:45.822Z[ recovery-image] Dec 06 20:36:45.156 INFO O| Dec 06 20:36:45.156 INFO STEP 11 (remove_files) COMPLETE
40792024-12-06T20:36:45.822Z[ recovery-image] Dec 06 20:36:45.156 INFO O| Dec 06 20:36:45.156 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-12-06T20:36:45.830Z[ recovery-image] Dec 06 20:36:45.166 INFO O| Dec 06 20:36:45.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40812024-12-06T20:36:45.832Z[ recovery-image] Dec 06 20:36:45.167 INFO O| Dec 06 20:36:45.167 INFO STEP 12 (remove_files) COMPLETE
40822024-12-06T20:36:45.832Z[ recovery-image] Dec 06 20:36:45.167 INFO O| Dec 06 20:36:45.167 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-06T20:36:45.855Z[ recovery-image] Dec 06 20:36:45.191 INFO O| Dec 06 20:36:45.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40842024-12-06T20:36:45.931Z[ recovery-image] Dec 06 20:36:45.267 INFO O| Dec 06 20:36:45.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40852024-12-06T20:36:45.946Z[ recovery-image] Dec 06 20:36:45.282 INFO O| Dec 06 20:36:45.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40862024-12-06T20:36:45.949Z[ recovery-image] Dec 06 20:36:45.285 INFO O| Dec 06 20:36:45.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40872024-12-06T20:36:45.952Z[ recovery-image] Dec 06 20:36:45.288 INFO O| Dec 06 20:36:45.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40882024-12-06T20:36:46.077Z[ recovery-image] Dec 06 20:36:45.413 INFO O| Dec 06 20:36:45.413 INFO STEP 13 (remove_files) COMPLETE
40892024-12-06T20:36:46.077Z[ recovery-image] Dec 06 20:36:45.413 INFO O| Dec 06 20:36:45.413 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-06T20:36:46.088Z[ recovery-image] Dec 06 20:36:45.424 INFO O| Dec 06 20:36:45.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40912024-12-06T20:36:46.091Z[ recovery-image] Dec 06 20:36:45.426 INFO O| Dec 06 20:36:45.426 INFO STEP 14 (remove_files) COMPLETE
40922024-12-06T20:36:46.091Z[ recovery-image] Dec 06 20:36:45.426 INFO O| Dec 06 20:36:45.426 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-06T20:36:46.099Z[ recovery-image] Dec 06 20:36:45.435 INFO O| Dec 06 20:36:45.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40942024-12-06T20:36:46.105Z[ recovery-image] Dec 06 20:36:45.441 INFO O| Dec 06 20:36:45.441 INFO STEP 15 (remove_files) COMPLETE
40952024-12-06T20:36:46.105Z[ recovery-image] Dec 06 20:36:45.441 INFO O| Dec 06 20:36:45.441 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-06T20:36:46.114Z[ recovery-image] Dec 06 20:36:45.450 INFO O| Dec 06 20:36:45.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40972024-12-06T20:36:46.116Z[ recovery-image] Dec 06 20:36:45.451 INFO O| Dec 06 20:36:45.451 INFO STEP 16 (remove_files) COMPLETE
40982024-12-06T20:36:46.116Z[ recovery-image] Dec 06 20:36:45.451 INFO O| Dec 06 20:36:45.451 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-06T20:36:46.124Z[ recovery-image] Dec 06 20:36:45.460 INFO O| Dec 06 20:36:45.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41002024-12-06T20:36:46.126Z[ recovery-image] Dec 06 20:36:45.462 INFO O| Dec 06 20:36:45.462 INFO STEP 17 (remove_files) COMPLETE
41012024-12-06T20:36:46.126Z[ recovery-image] Dec 06 20:36:45.462 INFO O| Dec 06 20:36:45.462 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-06T20:36:46.135Z[ recovery-image] Dec 06 20:36:45.471 INFO O| Dec 06 20:36:45.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41032024-12-06T20:36:46.137Z[ recovery-image] Dec 06 20:36:45.471 INFO O| Dec 06 20:36:45.471 INFO STEP 18 (remove_files) COMPLETE
41042024-12-06T20:36:46.137Z[ recovery-image] Dec 06 20:36:45.471 INFO O| Dec 06 20:36:45.471 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-06T20:36:46.144Z[ recovery-image] Dec 06 20:36:45.480 INFO O| Dec 06 20:36:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41062024-12-06T20:36:46.146Z[ recovery-image] Dec 06 20:36:45.480 INFO O| Dec 06 20:36:45.480 INFO STEP 19 (remove_files) COMPLETE
41072024-12-06T20:36:46.146Z[ recovery-image] Dec 06 20:36:45.480 INFO O| Dec 06 20:36:45.480 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-06T20:36:46.154Z[ recovery-image] Dec 06 20:36:45.489 INFO O| Dec 06 20:36:45.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41092024-12-06T20:36:46.154Z[ recovery-image] Dec 06 20:36:45.490 INFO O| Dec 06 20:36:45.490 INFO STEP 20 (remove_files) COMPLETE
41102024-12-06T20:36:46.154Z[ recovery-image] Dec 06 20:36:45.490 INFO O| Dec 06 20:36:45.490 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-06T20:36:46.163Z[ recovery-image] Dec 06 20:36:45.499 INFO O| Dec 06 20:36:45.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41122024-12-06T20:36:46.163Z[ recovery-image] Dec 06 20:36:45.499 INFO O| Dec 06 20:36:45.499 INFO STEP 21 (remove_files) COMPLETE
41132024-12-06T20:36:46.165Z[ recovery-image] Dec 06 20:36:45.499 INFO O| Dec 06 20:36:45.499 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-06T20:36:46.172Z[ recovery-image] Dec 06 20:36:45.508 INFO O| Dec 06 20:36:45.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41152024-12-06T20:36:46.174Z[ recovery-image] Dec 06 20:36:45.508 INFO O| Dec 06 20:36:45.508 INFO STEP 22 (remove_files) COMPLETE
41162024-12-06T20:36:46.175Z[ recovery-image] Dec 06 20:36:45.508 INFO O| Dec 06 20:36:45.508 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-06T20:36:46.181Z[ recovery-image] Dec 06 20:36:45.517 INFO O| Dec 06 20:36:45.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41182024-12-06T20:36:46.183Z[ recovery-image] Dec 06 20:36:45.517 INFO O| Dec 06 20:36:45.517 INFO STEP 23 (remove_files) COMPLETE
41192024-12-06T20:36:46.183Z[ recovery-image] Dec 06 20:36:45.517 INFO O| Dec 06 20:36:45.517 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-06T20:36:46.190Z[ recovery-image] Dec 06 20:36:45.527 INFO O| Dec 06 20:36:45.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41212024-12-06T20:36:46.191Z[ recovery-image] Dec 06 20:36:45.527 INFO O| Dec 06 20:36:45.527 INFO STEP 24 (remove_files) COMPLETE
41222024-12-06T20:36:46.193Z[ recovery-image] Dec 06 20:36:45.527 INFO O| Dec 06 20:36:45.527 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-06T20:36:46.371Z[ recovery-image] Dec 06 20:36:45.536 INFO O| Dec 06 20:36:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41242024-12-06T20:36:46.371Z[ recovery-image] Dec 06 20:36:45.536 INFO O| Dec 06 20:36:45.536 INFO STEP 25 (remove_files) COMPLETE
41252024-12-06T20:36:46.379Z[ recovery-image] Dec 06 20:36:45.536 INFO O| Dec 06 20:36:45.536 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-06T20:36:46.379Z[ recovery-image] Dec 06 20:36:45.545 INFO O| Dec 06 20:36:45.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41272024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.545 INFO O| Dec 06 20:36:45.545 INFO STEP 26 (remove_files) COMPLETE
41282024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.545 INFO O| Dec 06 20:36:45.545 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.555 INFO O| Dec 06 20:36:45.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41302024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.555 INFO O| Dec 06 20:36:45.555 INFO STEP 27 (remove_files) COMPLETE
41312024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.555 INFO O| Dec 06 20:36:45.555 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.564 INFO O| Dec 06 20:36:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41332024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.564 INFO O| Dec 06 20:36:45.564 INFO STEP 28 (remove_files) COMPLETE
41342024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.564 INFO O| Dec 06 20:36:45.564 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.573 INFO O| Dec 06 20:36:45.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41362024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.573 INFO O| Dec 06 20:36:45.573 INFO STEP 29 (remove_files) COMPLETE
41372024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.573 INFO O| Dec 06 20:36:45.573 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.583 INFO O| Dec 06 20:36:45.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41392024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.583 INFO O| Dec 06 20:36:45.583 INFO STEP 30 (remove_files) COMPLETE
41402024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.583 INFO O| Dec 06 20:36:45.583 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.592 INFO O| Dec 06 20:36:45.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41422024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.592 INFO O| Dec 06 20:36:45.592 INFO STEP 31 (remove_files) COMPLETE
41432024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.592 INFO O| Dec 06 20:36:45.592 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.601 INFO O| Dec 06 20:36:45.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41452024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.601 INFO O| Dec 06 20:36:45.601 INFO STEP 32 (remove_files) COMPLETE
41462024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.601 INFO O| Dec 06 20:36:45.601 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.610 INFO O| Dec 06 20:36:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41482024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.610 INFO O| Dec 06 20:36:45.610 INFO STEP 33 (remove_files) COMPLETE
41492024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.610 INFO O| Dec 06 20:36:45.610 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.620 INFO O| Dec 06 20:36:45.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41512024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.620 INFO O| Dec 06 20:36:45.620 INFO STEP 34 (remove_files) COMPLETE
41522024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.620 INFO O| Dec 06 20:36:45.620 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.629 INFO O| Dec 06 20:36:45.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41542024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.629 INFO O| Dec 06 20:36:45.629 INFO STEP 35 (remove_files) COMPLETE
41552024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.629 INFO O| Dec 06 20:36:45.629 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.639 INFO O| Dec 06 20:36:45.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41572024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.640 INFO O| Dec 06 20:36:45.639 INFO STEP 36 (remove_files) COMPLETE
41582024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.640 INFO O| Dec 06 20:36:45.640 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-06T20:36:46.380Z[ recovery-image] Dec 06 20:36:45.649 INFO O| Dec 06 20:36:45.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41602024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.649 INFO O| Dec 06 20:36:45.649 INFO STEP 37 (remove_files) COMPLETE
41612024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.649 INFO O| Dec 06 20:36:45.649 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.659 INFO O| Dec 06 20:36:45.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41632024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.659 INFO O| Dec 06 20:36:45.659 INFO STEP 38 (remove_files) COMPLETE
41642024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.659 INFO O| Dec 06 20:36:45.659 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.669 INFO O| Dec 06 20:36:45.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41662024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.669 INFO O| Dec 06 20:36:45.669 INFO STEP 39 (remove_files) COMPLETE
41672024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.669 INFO O| Dec 06 20:36:45.669 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.678 INFO O| Dec 06 20:36:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41692024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.678 INFO O| Dec 06 20:36:45.678 INFO STEP 40 (remove_files) COMPLETE
41702024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.678 INFO O| Dec 06 20:36:45.678 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.687 INFO O| Dec 06 20:36:45.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41722024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.687 INFO O| Dec 06 20:36:45.687 INFO STEP 41 (remove_files) COMPLETE
41732024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.687 INFO O| Dec 06 20:36:45.687 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.697 INFO O| Dec 06 20:36:45.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41752024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.697 INFO O| Dec 06 20:36:45.697 INFO STEP 42 (remove_files) COMPLETE
41762024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.697 INFO O| Dec 06 20:36:45.697 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.706 INFO O| Dec 06 20:36:45.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41782024-12-06T20:36:46.381Z[ recovery-image] Dec 06 20:36:45.706 INFO O| Dec 06 20:36:45.706 INFO STEP 43 (remove_files) COMPLETE
41792024-12-06T20:36:46.382Z[ recovery-image] Dec 06 20:36:45.706 INFO O| Dec 06 20:36:45.706 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-06T20:36:46.386Z[ recovery-image] Dec 06 20:36:45.715 INFO O| Dec 06 20:36:45.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41812024-12-06T20:36:46.386Z[ recovery-image] Dec 06 20:36:45.715 INFO O| Dec 06 20:36:45.715 INFO STEP 44 (remove_files) COMPLETE
41822024-12-06T20:36:46.386Z[ recovery-image] Dec 06 20:36:45.715 INFO O| Dec 06 20:36:45.715 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-06T20:36:46.389Z[ recovery-image] Dec 06 20:36:45.724 INFO O| Dec 06 20:36:45.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41842024-12-06T20:36:46.389Z[ recovery-image] Dec 06 20:36:45.724 INFO O| Dec 06 20:36:45.724 INFO STEP 45 (remove_files) COMPLETE
41852024-12-06T20:36:46.389Z[ recovery-image] Dec 06 20:36:45.724 INFO O| Dec 06 20:36:45.724 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-06T20:36:46.398Z[ recovery-image] Dec 06 20:36:45.734 INFO O| Dec 06 20:36:45.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41872024-12-06T20:36:46.398Z[ recovery-image] Dec 06 20:36:45.734 INFO O| Dec 06 20:36:45.734 INFO STEP 46 (remove_files) COMPLETE
41882024-12-06T20:36:46.398Z[ recovery-image] Dec 06 20:36:45.734 INFO O| Dec 06 20:36:45.734 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-06T20:36:46.407Z[ recovery-image] Dec 06 20:36:45.743 INFO O| Dec 06 20:36:45.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41902024-12-06T20:36:46.407Z[ recovery-image] Dec 06 20:36:45.743 INFO O| Dec 06 20:36:45.743 INFO STEP 47 (remove_files) COMPLETE
41912024-12-06T20:36:46.409Z[ recovery-image] Dec 06 20:36:45.743 INFO O| Dec 06 20:36:45.743 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-06T20:36:46.416Z[ recovery-image] Dec 06 20:36:45.752 INFO O| Dec 06 20:36:45.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41932024-12-06T20:36:46.416Z[ recovery-image] Dec 06 20:36:45.752 INFO O| Dec 06 20:36:45.752 INFO STEP 48 (remove_files) COMPLETE
41942024-12-06T20:36:46.416Z[ recovery-image] Dec 06 20:36:45.752 INFO O| Dec 06 20:36:45.752 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-06T20:36:46.425Z[ recovery-image] Dec 06 20:36:45.761 INFO O| Dec 06 20:36:45.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41962024-12-06T20:36:46.425Z[ recovery-image] Dec 06 20:36:45.761 INFO O| Dec 06 20:36:45.761 INFO STEP 49 (remove_files) COMPLETE
41972024-12-06T20:36:46.428Z[ recovery-image] Dec 06 20:36:45.762 INFO O| Dec 06 20:36:45.761 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-06T20:36:46.437Z[ recovery-image] Dec 06 20:36:45.771 INFO O| Dec 06 20:36:45.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41992024-12-06T20:36:46.437Z[ recovery-image] Dec 06 20:36:45.771 INFO O| Dec 06 20:36:45.771 INFO STEP 50 (remove_files) COMPLETE
42002024-12-06T20:36:46.437Z[ recovery-image] Dec 06 20:36:45.771 INFO O| Dec 06 20:36:45.771 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-06T20:36:46.444Z[ recovery-image] Dec 06 20:36:45.780 INFO O| Dec 06 20:36:45.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42022024-12-06T20:36:46.444Z[ recovery-image] Dec 06 20:36:45.780 INFO O| Dec 06 20:36:45.780 INFO STEP 51 (remove_files) COMPLETE
42032024-12-06T20:36:46.446Z[ recovery-image] Dec 06 20:36:45.780 INFO O| Dec 06 20:36:45.780 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-06T20:36:46.453Z[ recovery-image] Dec 06 20:36:45.789 INFO O| Dec 06 20:36:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42052024-12-06T20:36:46.453Z[ recovery-image] Dec 06 20:36:45.789 INFO O| Dec 06 20:36:45.789 INFO STEP 52 (remove_files) COMPLETE
42062024-12-06T20:36:46.453Z[ recovery-image] Dec 06 20:36:45.789 INFO O| Dec 06 20:36:45.789 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-06T20:36:46.463Z[ recovery-image] Dec 06 20:36:45.798 INFO O| Dec 06 20:36:45.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42082024-12-06T20:36:46.463Z[ recovery-image] Dec 06 20:36:45.799 INFO O| Dec 06 20:36:45.799 INFO STEP 53 (remove_files) COMPLETE
42092024-12-06T20:36:46.465Z[ recovery-image] Dec 06 20:36:45.799 INFO O| Dec 06 20:36:45.799 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-06T20:36:46.472Z[ recovery-image] Dec 06 20:36:45.808 INFO O| Dec 06 20:36:45.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42112024-12-06T20:36:46.474Z[ recovery-image] Dec 06 20:36:45.808 INFO O| Dec 06 20:36:45.808 INFO STEP 54 (remove_files) COMPLETE
42122024-12-06T20:36:46.474Z[ recovery-image] Dec 06 20:36:45.808 INFO O| Dec 06 20:36:45.808 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-06T20:36:46.481Z[ recovery-image] Dec 06 20:36:45.817 INFO O| Dec 06 20:36:45.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42142024-12-06T20:36:46.481Z[ recovery-image] Dec 06 20:36:45.817 INFO O| Dec 06 20:36:45.817 INFO STEP 55 (remove_files) COMPLETE
42152024-12-06T20:36:46.502Z[ recovery-image] Dec 06 20:36:45.817 INFO O| Dec 06 20:36:45.817 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-06T20:36:46.505Z[ recovery-image] Dec 06 20:36:45.827 INFO O| Dec 06 20:36:45.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42172024-12-06T20:36:46.505Z[ recovery-image] Dec 06 20:36:45.827 INFO O| Dec 06 20:36:45.827 INFO STEP 56 (remove_files) COMPLETE
42182024-12-06T20:36:46.505Z[ recovery-image] Dec 06 20:36:45.827 INFO O| Dec 06 20:36:45.827 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192024-12-06T20:36:46.505Z[ recovery-image] Dec 06 20:36:45.836 INFO O| Dec 06 20:36:45.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42202024-12-06T20:36:46.505Z[ recovery-image] Dec 06 20:36:45.836 INFO O| Dec 06 20:36:45.836 INFO STEP 57 (remove_files) COMPLETE
42212024-12-06T20:36:46.505Z[ recovery-image] Dec 06 20:36:45.836 INFO O| Dec 06 20:36:45.836 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222024-12-06T20:36:46.510Z[ recovery-image] Dec 06 20:36:45.846 INFO O| Dec 06 20:36:45.846 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42232024-12-06T20:36:46.510Z[ recovery-image] Dec 06 20:36:45.846 INFO O| Dec 06 20:36:45.846 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42242024-12-06T20:36:46.512Z[ recovery-image] Dec 06 20:36:45.846 INFO O| Dec 06 20:36:45.846 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42252024-12-06T20:36:46.512Z[ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42262024-12-06T20:36:46.512Z[ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42272024-12-06T20:36:46.512Z[ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42282024-12-06T20:36:46.513Z[ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO ok!
42292024-12-06T20:36:46.513Z[ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO STEP 58 (ensure_file) COMPLETE
42302024-12-06T20:36:46.513Z[ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-06T20:36:46.520Z[ recovery-image] Dec 06 20:36:45.856 INFO O| Dec 06 20:36:45.856 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42322024-12-06T20:36:46.520Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42332024-12-06T20:36:46.523Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42342024-12-06T20:36:46.523Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42352024-12-06T20:36:46.523Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42362024-12-06T20:36:46.523Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42372024-12-06T20:36:46.523Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO ok!
42382024-12-06T20:36:46.523Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO STEP 59 (ensure_file) COMPLETE
42392024-12-06T20:36:46.523Z[ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402024-12-06T20:36:46.530Z[ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42412024-12-06T20:36:46.530Z[ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42422024-12-06T20:36:46.532Z[ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42432024-12-06T20:36:46.532Z[ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO ok!
42442024-12-06T20:36:46.532Z[ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO STEP 60 (ensure_file) COMPLETE
42452024-12-06T20:36:46.532Z[ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462024-12-06T20:36:46.541Z[ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42472024-12-06T20:36:46.541Z[ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42482024-12-06T20:36:46.543Z[ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42492024-12-06T20:36:46.543Z[ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO ok!
42502024-12-06T20:36:46.543Z[ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO STEP 61 (ensure_file) COMPLETE
42512024-12-06T20:36:46.543Z[ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522024-12-06T20:36:46.549Z[ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42532024-12-06T20:36:46.549Z[ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42542024-12-06T20:36:46.551Z[ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42552024-12-06T20:36:46.552Z[ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42562024-12-06T20:36:46.552Z[ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO ok!
42572024-12-06T20:36:46.552Z[ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO STEP 62 (ensure_file) COMPLETE
42582024-12-06T20:36:46.552Z[ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-06T20:36:46.561Z[ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42602024-12-06T20:36:46.561Z[ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42612024-12-06T20:36:46.563Z[ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42622024-12-06T20:36:46.563Z[ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42632024-12-06T20:36:46.563Z[ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO ok!
42642024-12-06T20:36:46.563Z[ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO STEP 63 (ensure_file) COMPLETE
42652024-12-06T20:36:46.563Z[ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42662024-12-06T20:36:46.569Z[ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42672024-12-06T20:36:46.569Z[ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42682024-12-06T20:36:46.571Z[ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42692024-12-06T20:36:46.571Z[ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO ok!
42702024-12-06T20:36:46.571Z[ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO STEP 64 (assemble_files) COMPLETE
42712024-12-06T20:36:46.571Z[ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42722024-12-06T20:36:46.578Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42732024-12-06T20:36:46.578Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42742024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42752024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42762024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO ok!
42772024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 65 (ensure_file) COMPLETE
42782024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO skip step because feature "omicron1" is not enabled
42802024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO skip step because feature "omicron1" is not enabled
42822024-12-06T20:36:46.581Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42832024-12-06T20:36:46.582Z[ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO skip step because feature "omicron1" is not enabled
42842024-12-06T20:36:46.582Z[ recovery-image] Dec 06 20:36:45.915 INFO O| Dec 06 20:36:45.914 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852024-12-06T20:36:46.593Z[ recovery-image] Dec 06 20:36:45.929 INFO O| Dec 06 20:36:45.929 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42862024-12-06T20:36:46.593Z[ recovery-image] Dec 06 20:36:45.929 INFO O| Dec 06 20:36:45.929 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42872024-12-06T20:36:46.733Z[ host-image] Dec 06 20:36:46.069 INFO O| Dec 06 20:36:46.068 INFO O| Done
42882024-12-06T20:36:46.758Z[ host-image] Dec 06 20:36:46.094 INFO O| Dec 06 20:36:46.094 INFO O| Done
42892024-12-06T20:36:46.758Z[ host-image] Dec 06 20:36:46.094 INFO O| Dec 06 20:36:46.094 INFO O| Done
42902024-12-06T20:36:46.774Z[ host-image] Dec 06 20:36:46.110 INFO O| Dec 06 20:36:46.110 INFO O| Done
42912024-12-06T20:36:46.882Z[ host-image] Dec 06 20:36:46.218 INFO O| Dec 06 20:36:46.217 INFO STEP 12 (pkg_install) COMPLETE
42922024-12-06T20:36:46.882Z[ host-image] Dec 06 20:36:46.218 INFO O| Dec 06 20:36:46.217 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42932024-12-06T20:36:46.893Z[ host-image] Dec 06 20:36:46.229 INFO O| Dec 06 20:36:46.229 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42942024-12-06T20:36:47.352Z[ host-image] Dec 06 20:36:46.688 INFO O| Dec 06 20:36:46.688 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42952024-12-06T20:36:47.965Z[ recovery-image] Dec 06 20:36:47.300 INFO O| Dec 06 20:36:47.300 INFO STEP 69 (pack_tar) COMPLETE
42962024-12-06T20:36:47.965Z[ recovery-image] Dec 06 20:36:47.301 INFO O| Dec 06 20:36:47.300 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42972024-12-06T20:36:47.967Z[ recovery-image] Dec 06 20:36:47.301 INFO O| Dec 06 20:36:47.300 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42982024-12-06T20:36:48.824Z[ recovery-image] Dec 06 20:36:48.159 INFO O| Dec 06 20:36:48.159 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42992024-12-06T20:36:48.897Z[ recovery-image] Dec 06 20:36:48.233 INFO O| Dec 06 20:36:48.233 INFO completed processing gimlet/ramdisk-02-trim
43002024-12-06T20:36:48.900Z[ recovery-image] Dec 06 20:36:48.236 INFO image builder template: ramdisk-03-recovery-trim...
43012024-12-06T20:36:48.900Z[ recovery-image] Dec 06 20:36:48.236 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/.tmpPWOfI9/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
43022024-12-06T20:36:49.008Z[ recovery-image] Dec 06 20:36:48.343 INFO O| Dec 06 20:36:48.343 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43032024-12-06T20:36:49.012Z[ recovery-image] Dec 06 20:36:48.348 INFO O| Dec 06 20:36:48.348 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43042024-12-06T20:36:49.079Z[ recovery-image] Dec 06 20:36:48.415 INFO O| Dec 06 20:36:48.415 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43052024-12-06T20:36:49.136Z[ recovery-image] Dec 06 20:36:48.471 INFO O| Dec 06 20:36:48.471 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43062024-12-06T20:36:49.138Z[ recovery-image] Dec 06 20:36:48.472 INFO O| Dec 06 20:36:48.472 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43072024-12-06T20:36:49.144Z[ recovery-image] Dec 06 20:36:48.480 INFO O| Dec 06 20:36:48.480 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43082024-12-06T20:36:49.149Z[ recovery-image] Dec 06 20:36:48.485 INFO O| Dec 06 20:36:48.485 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43092024-12-06T20:36:49.157Z[ recovery-image] Dec 06 20:36:48.490 INFO O| Dec 06 20:36:48.490 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43102024-12-06T20:36:49.401Z[ recovery-image] Dec 06 20:36:48.737 INFO O| Dec 06 20:36:48.737 INFO rolled back to input snapshot; work may begin
43112024-12-06T20:36:49.401Z[ recovery-image] Dec 06 20:36:48.737 INFO O| Dec 06 20:36:48.737 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43122024-12-06T20:36:49.406Z[ recovery-image] Dec 06 20:36:48.742 INFO O| Dec 06 20:36:48.742 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-06T20:36:49.416Z[ recovery-image] Dec 06 20:36:48.752 INFO O| Dec 06 20:36:48.752 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43142024-12-06T20:36:49.419Z[ recovery-image] Dec 06 20:36:48.755 INFO O| Dec 06 20:36:48.755 INFO STEP 0 (remove_files) COMPLETE
43152024-12-06T20:36:49.419Z[ recovery-image] Dec 06 20:36:48.755 INFO O| Dec 06 20:36:48.755 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-06T20:36:49.428Z[ recovery-image] Dec 06 20:36:48.765 INFO O| Dec 06 20:36:48.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43172024-12-06T20:36:49.486Z[ recovery-image] Dec 06 20:36:48.822 INFO O| Dec 06 20:36:48.822 INFO STEP 1 (remove_files) COMPLETE
43182024-12-06T20:36:49.486Z[ recovery-image] Dec 06 20:36:48.822 INFO O| Dec 06 20:36:48.822 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-06T20:36:49.497Z[ recovery-image] Dec 06 20:36:48.833 INFO O| Dec 06 20:36:48.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43202024-12-06T20:36:49.499Z[ recovery-image] Dec 06 20:36:48.835 INFO O| Dec 06 20:36:48.835 INFO STEP 2 (remove_files) COMPLETE
43212024-12-06T20:36:49.499Z[ recovery-image] Dec 06 20:36:48.835 INFO O| Dec 06 20:36:48.835 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-06T20:36:49.509Z[ recovery-image] Dec 06 20:36:48.845 INFO O| Dec 06 20:36:48.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43232024-12-06T20:36:49.536Z[ host-image] Dec 06 20:36:48.872 INFO O| Dec 06 20:36:48.872 INFO O| Planning: Solver setup ... Done
43242024-12-06T20:36:49.540Z[ host-image] Dec 06 20:36:48.876 INFO O| Dec 06 20:36:48.876 INFO O| Planning: Running solver ... Done
43252024-12-06T20:36:49.554Z[ recovery-image] Dec 06 20:36:48.890 INFO O| Dec 06 20:36:48.890 INFO STEP 3 (remove_files) COMPLETE
43262024-12-06T20:36:49.554Z[ recovery-image] Dec 06 20:36:48.890 INFO O| Dec 06 20:36:48.890 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-12-06T20:36:49.565Z[ recovery-image] Dec 06 20:36:48.901 INFO O| Dec 06 20:36:48.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43282024-12-06T20:36:49.578Z[ recovery-image] Dec 06 20:36:48.914 INFO O| Dec 06 20:36:48.914 INFO STEP 4 (remove_files) COMPLETE
43292024-12-06T20:36:49.578Z[ recovery-image] Dec 06 20:36:48.914 INFO O| Dec 06 20:36:48.914 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-12-06T20:36:49.588Z[ recovery-image] Dec 06 20:36:48.924 INFO O| Dec 06 20:36:48.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43312024-12-06T20:36:49.591Z[ recovery-image] Dec 06 20:36:48.927 INFO O| Dec 06 20:36:48.927 INFO STEP 5 (remove_files) COMPLETE
43322024-12-06T20:36:49.591Z[ recovery-image] Dec 06 20:36:48.927 INFO O| Dec 06 20:36:48.927 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-12-06T20:36:49.600Z[ host-image] Dec 06 20:36:48.936 INFO O| Dec 06 20:36:48.936 INFO O| Planning: Finding local manifests ... Done
43342024-12-06T20:36:49.603Z[ recovery-image] Dec 06 20:36:48.937 INFO O| Dec 06 20:36:48.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43352024-12-06T20:36:49.603Z[ host-image] Dec 06 20:36:48.938 INFO O| Dec 06 20:36:48.938 INFO O| Planning: Fetching manifests: 0/6 0% complete
43362024-12-06T20:36:49.605Z[ recovery-image] Dec 06 20:36:48.939 INFO O| Dec 06 20:36:48.939 INFO STEP 6 (remove_files) COMPLETE
43372024-12-06T20:36:49.605Z[ recovery-image] Dec 06 20:36:48.939 INFO O| Dec 06 20:36:48.939 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-12-06T20:36:49.614Z[ recovery-image] Dec 06 20:36:48.950 INFO O| Dec 06 20:36:48.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43392024-12-06T20:36:49.617Z[ recovery-image] Dec 06 20:36:48.952 INFO O| Dec 06 20:36:48.952 INFO STEP 7 (remove_files) COMPLETE
43402024-12-06T20:36:49.617Z[ recovery-image] Dec 06 20:36:48.952 INFO O| Dec 06 20:36:48.952 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-12-06T20:36:49.629Z[ recovery-image] Dec 06 20:36:48.965 INFO O| Dec 06 20:36:48.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43422024-12-06T20:36:49.631Z[ recovery-image] Dec 06 20:36:48.967 INFO O| Dec 06 20:36:48.967 INFO STEP 8 (remove_files) COMPLETE
43432024-12-06T20:36:49.631Z[ recovery-image] Dec 06 20:36:48.967 INFO O| Dec 06 20:36:48.967 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-06T20:36:49.641Z[ recovery-image] Dec 06 20:36:48.977 INFO O| Dec 06 20:36:48.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43452024-12-06T20:36:49.644Z[ recovery-image] Dec 06 20:36:48.977 INFO O| Dec 06 20:36:48.977 INFO STEP 9 (remove_files) COMPLETE
43462024-12-06T20:36:49.644Z[ recovery-image] Dec 06 20:36:48.977 INFO O| Dec 06 20:36:48.977 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-06T20:36:49.651Z[ recovery-image] Dec 06 20:36:48.987 INFO O| Dec 06 20:36:48.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43482024-12-06T20:36:49.653Z[ recovery-image] Dec 06 20:36:48.988 INFO O| Dec 06 20:36:48.988 INFO STEP 10 (remove_files) COMPLETE
43492024-12-06T20:36:49.653Z[ recovery-image] Dec 06 20:36:48.988 INFO O| Dec 06 20:36:48.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-06T20:36:49.662Z[ recovery-image] Dec 06 20:36:48.998 INFO O| Dec 06 20:36:48.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43512024-12-06T20:36:49.709Z[ recovery-image] Dec 06 20:36:49.045 INFO O| Dec 06 20:36:49.045 INFO STEP 11 (remove_files) COMPLETE
43522024-12-06T20:36:49.709Z[ recovery-image] Dec 06 20:36:49.045 INFO O| Dec 06 20:36:49.045 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-06T20:36:49.720Z[ recovery-image] Dec 06 20:36:49.056 INFO O| Dec 06 20:36:49.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43542024-12-06T20:36:49.723Z[ recovery-image] Dec 06 20:36:49.058 INFO O| Dec 06 20:36:49.058 INFO STEP 12 (remove_files) COMPLETE
43552024-12-06T20:36:49.723Z[ recovery-image] Dec 06 20:36:49.058 INFO O| Dec 06 20:36:49.058 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-06T20:36:49.732Z[ recovery-image] Dec 06 20:36:49.068 INFO O| Dec 06 20:36:49.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43572024-12-06T20:36:49.735Z[ recovery-image] Dec 06 20:36:49.071 INFO O| Dec 06 20:36:49.071 INFO STEP 13 (remove_files) COMPLETE
43582024-12-06T20:36:49.735Z[ recovery-image] Dec 06 20:36:49.071 INFO O| Dec 06 20:36:49.071 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-06T20:36:49.744Z[ recovery-image] Dec 06 20:36:49.080 INFO O| Dec 06 20:36:49.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43602024-12-06T20:36:49.747Z[ recovery-image] Dec 06 20:36:49.081 INFO O| Dec 06 20:36:49.080 INFO STEP 14 (remove_files) COMPLETE
43612024-12-06T20:36:49.747Z[ recovery-image] Dec 06 20:36:49.081 INFO O| Dec 06 20:36:49.081 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-06T20:36:49.754Z[ recovery-image] Dec 06 20:36:49.090 INFO O| Dec 06 20:36:49.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43632024-12-06T20:36:49.759Z[ recovery-image] Dec 06 20:36:49.091 INFO O| Dec 06 20:36:49.091 INFO STEP 15 (remove_files) COMPLETE
43642024-12-06T20:36:49.759Z[ recovery-image] Dec 06 20:36:49.091 INFO O| Dec 06 20:36:49.091 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-06T20:36:49.764Z[ recovery-image] Dec 06 20:36:49.100 INFO O| Dec 06 20:36:49.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43662024-12-06T20:36:49.770Z[ host-image] Dec 06 20:36:49.105 INFO O| Dec 06 20:36:49.105 INFO O| Planning: Fetching manifests: 6/6 100% complete
43672024-12-06T20:36:49.773Z[ recovery-image] Dec 06 20:36:49.107 INFO O| Dec 06 20:36:49.107 INFO STEP 16 (remove_files) COMPLETE
43682024-12-06T20:36:49.773Z[ recovery-image] Dec 06 20:36:49.107 INFO O| Dec 06 20:36:49.107 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-06T20:36:49.782Z[ recovery-image] Dec 06 20:36:49.117 INFO O| Dec 06 20:36:49.117 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43702024-12-06T20:36:49.784Z[ recovery-image] Dec 06 20:36:49.118 INFO O| Dec 06 20:36:49.118 INFO STEP 17 (remove_files) COMPLETE
43712024-12-06T20:36:49.784Z[ recovery-image] Dec 06 20:36:49.118 INFO O| Dec 06 20:36:49.118 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-12-06T20:36:49.791Z[ recovery-image] Dec 06 20:36:49.127 INFO O| Dec 06 20:36:49.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43732024-12-06T20:36:49.794Z[ recovery-image] Dec 06 20:36:49.127 INFO O| Dec 06 20:36:49.127 INFO STEP 18 (remove_files) COMPLETE
43742024-12-06T20:36:49.794Z[ recovery-image] Dec 06 20:36:49.127 INFO O| Dec 06 20:36:49.127 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-06T20:36:49.803Z[ recovery-image] Dec 06 20:36:49.137 INFO O| Dec 06 20:36:49.137 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43762024-12-06T20:36:49.806Z[ host-image] Dec 06 20:36:49.137 INFO O| Dec 06 20:36:49.137 INFO O| Planning: Package planning ... Done
43772024-12-06T20:36:49.821Z[ host-image] Dec 06 20:36:49.157 INFO O| Dec 06 20:36:49.157 INFO O| Planning: Merging actions ... Done
43782024-12-06T20:36:49.837Z[ recovery-image] Dec 06 20:36:49.173 INFO O| Dec 06 20:36:49.173 INFO STEP 19 (remove_files) COMPLETE
43792024-12-06T20:36:49.837Z[ recovery-image] Dec 06 20:36:49.173 INFO O| Dec 06 20:36:49.173 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-06T20:36:49.848Z[ recovery-image] Dec 06 20:36:49.184 INFO O| Dec 06 20:36:49.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43812024-12-06T20:36:49.851Z[ recovery-image] Dec 06 20:36:49.185 INFO O| Dec 06 20:36:49.185 INFO STEP 20 (remove_files) COMPLETE
43822024-12-06T20:36:49.851Z[ recovery-image] Dec 06 20:36:49.186 INFO O| Dec 06 20:36:49.185 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-06T20:36:49.859Z[ recovery-image] Dec 06 20:36:49.195 INFO O| Dec 06 20:36:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43842024-12-06T20:36:49.859Z[ recovery-image] Dec 06 20:36:49.195 INFO O| Dec 06 20:36:49.195 INFO STEP 21 (remove_files) COMPLETE
43852024-12-06T20:36:49.863Z[ recovery-image] Dec 06 20:36:49.195 INFO O| Dec 06 20:36:49.195 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-12-06T20:36:49.869Z[ recovery-image] Dec 06 20:36:49.204 INFO O| Dec 06 20:36:49.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43872024-12-06T20:36:49.872Z[ recovery-image] Dec 06 20:36:49.205 INFO O| Dec 06 20:36:49.205 INFO STEP 22 (remove_files) COMPLETE
43882024-12-06T20:36:49.872Z[ recovery-image] Dec 06 20:36:49.205 INFO O| Dec 06 20:36:49.205 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-06T20:36:49.879Z[ recovery-image] Dec 06 20:36:49.215 INFO O| Dec 06 20:36:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43902024-12-06T20:36:49.882Z[ recovery-image] Dec 06 20:36:49.215 INFO O| Dec 06 20:36:49.215 INFO STEP 23 (remove_files) COMPLETE
43912024-12-06T20:36:49.882Z[ recovery-image] Dec 06 20:36:49.215 INFO O| Dec 06 20:36:49.215 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-06T20:36:49.890Z[ recovery-image] Dec 06 20:36:49.224 INFO O| Dec 06 20:36:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43932024-12-06T20:36:49.892Z[ recovery-image] Dec 06 20:36:49.225 INFO O| Dec 06 20:36:49.225 INFO STEP 24 (remove_files) COMPLETE
43942024-12-06T20:36:49.892Z[ recovery-image] Dec 06 20:36:49.225 INFO O| Dec 06 20:36:49.225 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-06T20:36:49.892Z[ host-image] Dec 06 20:36:49.227 INFO O| Dec 06 20:36:49.227 INFO O| Planning: Checking for conflicting actions ... Done
43962024-12-06T20:36:49.895Z[ host-image] Dec 06 20:36:49.231 INFO O| Dec 06 20:36:49.231 INFO O| Planning: Consolidating action changes ... Done
43972024-12-06T20:36:49.899Z[ recovery-image] Dec 06 20:36:49.235 INFO O| Dec 06 20:36:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43982024-12-06T20:36:49.899Z[ recovery-image] Dec 06 20:36:49.235 INFO O| Dec 06 20:36:49.235 INFO STEP 25 (remove_files) COMPLETE
43992024-12-06T20:36:49.902Z[ recovery-image] Dec 06 20:36:49.235 INFO O| Dec 06 20:36:49.235 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-06T20:36:49.908Z[ recovery-image] Dec 06 20:36:49.244 INFO O| Dec 06 20:36:49.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44012024-12-06T20:36:49.910Z[ recovery-image] Dec 06 20:36:49.244 INFO O| Dec 06 20:36:49.244 INFO STEP 26 (remove_files) COMPLETE
44022024-12-06T20:36:49.910Z[ recovery-image] Dec 06 20:36:49.244 INFO O| Dec 06 20:36:49.244 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-06T20:36:49.918Z[ recovery-image] Dec 06 20:36:49.254 INFO O| Dec 06 20:36:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44042024-12-06T20:36:49.920Z[ recovery-image] Dec 06 20:36:49.254 INFO O| Dec 06 20:36:49.254 INFO STEP 27 (remove_files) COMPLETE
44052024-12-06T20:36:49.920Z[ recovery-image] Dec 06 20:36:49.254 INFO O| Dec 06 20:36:49.254 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-06T20:36:49.929Z[ recovery-image] Dec 06 20:36:49.264 INFO O| Dec 06 20:36:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44072024-12-06T20:36:49.929Z[ recovery-image] Dec 06 20:36:49.264 INFO O| Dec 06 20:36:49.264 INFO STEP 28 (remove_files) COMPLETE
44082024-12-06T20:36:49.931Z[ recovery-image] Dec 06 20:36:49.264 INFO O| Dec 06 20:36:49.264 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-06T20:36:49.938Z[ recovery-image] Dec 06 20:36:49.274 INFO O| Dec 06 20:36:49.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44102024-12-06T20:36:49.938Z[ recovery-image] Dec 06 20:36:49.274 INFO O| Dec 06 20:36:49.274 INFO STEP 29 (remove_files) COMPLETE
44112024-12-06T20:36:49.940Z[ recovery-image] Dec 06 20:36:49.274 INFO O| Dec 06 20:36:49.274 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-06T20:36:49.949Z[ recovery-image] Dec 06 20:36:49.285 INFO O| Dec 06 20:36:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44132024-12-06T20:36:49.952Z[ recovery-image] Dec 06 20:36:49.285 INFO O| Dec 06 20:36:49.285 INFO STEP 30 (remove_files) COMPLETE
44142024-12-06T20:36:49.952Z[ recovery-image] Dec 06 20:36:49.285 INFO O| Dec 06 20:36:49.285 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-06T20:36:49.959Z[ recovery-image] Dec 06 20:36:49.295 INFO O| Dec 06 20:36:49.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44162024-12-06T20:36:49.959Z[ recovery-image] Dec 06 20:36:49.295 INFO O| Dec 06 20:36:49.295 INFO STEP 31 (remove_files) COMPLETE
44172024-12-06T20:36:49.961Z[ recovery-image] Dec 06 20:36:49.295 INFO O| Dec 06 20:36:49.295 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-06T20:36:49.969Z[ recovery-image] Dec 06 20:36:49.305 INFO O| Dec 06 20:36:49.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44192024-12-06T20:36:49.969Z[ recovery-image] Dec 06 20:36:49.305 INFO O| Dec 06 20:36:49.305 INFO STEP 32 (remove_files) COMPLETE
44202024-12-06T20:36:49.973Z[ recovery-image] Dec 06 20:36:49.305 INFO O| Dec 06 20:36:49.305 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-06T20:36:49.979Z[ recovery-image] Dec 06 20:36:49.315 INFO O| Dec 06 20:36:49.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44222024-12-06T20:36:49.981Z[ recovery-image] Dec 06 20:36:49.315 INFO O| Dec 06 20:36:49.315 INFO STEP 33 (remove_files) COMPLETE
44232024-12-06T20:36:49.981Z[ recovery-image] Dec 06 20:36:49.315 INFO O| Dec 06 20:36:49.315 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-06T20:36:49.989Z[ recovery-image] Dec 06 20:36:49.325 INFO O| Dec 06 20:36:49.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44252024-12-06T20:36:49.992Z[ recovery-image] Dec 06 20:36:49.326 INFO O| Dec 06 20:36:49.326 INFO STEP 34 (remove_files) COMPLETE
44262024-12-06T20:36:49.992Z[ recovery-image] Dec 06 20:36:49.326 INFO O| Dec 06 20:36:49.326 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-06T20:36:50.000Z[ recovery-image] Dec 06 20:36:49.336 INFO O| Dec 06 20:36:49.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44282024-12-06T20:36:50.002Z[ recovery-image] Dec 06 20:36:49.336 INFO O| Dec 06 20:36:49.336 INFO STEP 35 (remove_files) COMPLETE
44292024-12-06T20:36:50.002Z[ recovery-image] Dec 06 20:36:49.336 INFO O| Dec 06 20:36:49.336 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-06T20:36:50.010Z[ recovery-image] Dec 06 20:36:49.346 INFO O| Dec 06 20:36:49.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44312024-12-06T20:36:50.010Z[ recovery-image] Dec 06 20:36:49.346 INFO O| Dec 06 20:36:49.346 INFO STEP 36 (remove_files) COMPLETE
44322024-12-06T20:36:50.010Z[ recovery-image] Dec 06 20:36:49.346 INFO O| Dec 06 20:36:49.346 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-06T20:36:50.021Z[ recovery-image] Dec 06 20:36:49.357 INFO O| Dec 06 20:36:49.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44342024-12-06T20:36:50.023Z[ recovery-image] Dec 06 20:36:49.357 INFO O| Dec 06 20:36:49.357 INFO STEP 37 (remove_files) COMPLETE
44352024-12-06T20:36:50.023Z[ recovery-image] Dec 06 20:36:49.357 INFO O| Dec 06 20:36:49.357 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-06T20:36:50.031Z[ recovery-image] Dec 06 20:36:49.367 INFO O| Dec 06 20:36:49.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44372024-12-06T20:36:50.031Z[ recovery-image] Dec 06 20:36:49.367 INFO O| Dec 06 20:36:49.367 INFO STEP 38 (remove_files) COMPLETE
44382024-12-06T20:36:50.031Z[ recovery-image] Dec 06 20:36:49.367 INFO O| Dec 06 20:36:49.367 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-06T20:36:50.042Z[ recovery-image] Dec 06 20:36:49.377 INFO O| Dec 06 20:36:49.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44402024-12-06T20:36:50.042Z[ recovery-image] Dec 06 20:36:49.377 INFO O| Dec 06 20:36:49.377 INFO STEP 39 (remove_files) COMPLETE
44412024-12-06T20:36:50.042Z[ recovery-image] Dec 06 20:36:49.377 INFO O| Dec 06 20:36:49.377 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-06T20:36:50.051Z[ recovery-image] Dec 06 20:36:49.387 INFO O| Dec 06 20:36:49.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44432024-12-06T20:36:50.052Z[ recovery-image] Dec 06 20:36:49.388 INFO O| Dec 06 20:36:49.387 INFO STEP 40 (remove_files) COMPLETE
44442024-12-06T20:36:50.054Z[ recovery-image] Dec 06 20:36:49.388 INFO O| Dec 06 20:36:49.387 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-06T20:36:50.061Z[ recovery-image] Dec 06 20:36:49.397 INFO O| Dec 06 20:36:49.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44462024-12-06T20:36:50.061Z[ recovery-image] Dec 06 20:36:49.398 INFO O| Dec 06 20:36:49.397 INFO STEP 41 (remove_files) COMPLETE
44472024-12-06T20:36:50.064Z[ recovery-image] Dec 06 20:36:49.398 INFO O| Dec 06 20:36:49.397 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-06T20:36:50.071Z[ recovery-image] Dec 06 20:36:49.407 INFO O| Dec 06 20:36:49.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44492024-12-06T20:36:50.072Z[ recovery-image] Dec 06 20:36:49.407 INFO O| Dec 06 20:36:49.407 INFO STEP 42 (remove_files) COMPLETE
44502024-12-06T20:36:50.074Z[ recovery-image] Dec 06 20:36:49.407 INFO O| Dec 06 20:36:49.407 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-06T20:36:50.083Z[ recovery-image] Dec 06 20:36:49.419 INFO O| Dec 06 20:36:49.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44522024-12-06T20:36:50.083Z[ recovery-image] Dec 06 20:36:49.419 INFO O| Dec 06 20:36:49.419 INFO STEP 43 (remove_files) COMPLETE
44532024-12-06T20:36:50.085Z[ recovery-image] Dec 06 20:36:49.419 INFO O| Dec 06 20:36:49.419 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-06T20:36:50.093Z[ recovery-image] Dec 06 20:36:49.429 INFO O| Dec 06 20:36:49.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44552024-12-06T20:36:50.093Z[ recovery-image] Dec 06 20:36:49.429 INFO O| Dec 06 20:36:49.429 INFO STEP 44 (remove_files) COMPLETE
44562024-12-06T20:36:50.097Z[ recovery-image] Dec 06 20:36:49.429 INFO O| Dec 06 20:36:49.429 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-06T20:36:50.104Z[ recovery-image] Dec 06 20:36:49.440 INFO O| Dec 06 20:36:49.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44582024-12-06T20:36:50.107Z[ recovery-image] Dec 06 20:36:49.441 INFO O| Dec 06 20:36:49.441 INFO STEP 45 (remove_files) COMPLETE
44592024-12-06T20:36:50.107Z[ recovery-image] Dec 06 20:36:49.441 INFO O| Dec 06 20:36:49.441 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-06T20:36:50.116Z[ recovery-image] Dec 06 20:36:49.452 INFO O| Dec 06 20:36:49.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44612024-12-06T20:36:50.116Z[ recovery-image] Dec 06 20:36:49.452 INFO O| Dec 06 20:36:49.452 INFO STEP 46 (remove_files) COMPLETE
44622024-12-06T20:36:50.116Z[ recovery-image] Dec 06 20:36:49.452 INFO O| Dec 06 20:36:49.452 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-06T20:36:50.125Z[ recovery-image] Dec 06 20:36:49.461 INFO O| Dec 06 20:36:49.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44642024-12-06T20:36:50.125Z[ recovery-image] Dec 06 20:36:49.461 INFO O| Dec 06 20:36:49.461 INFO STEP 47 (remove_files) COMPLETE
44652024-12-06T20:36:50.128Z[ recovery-image] Dec 06 20:36:49.462 INFO O| Dec 06 20:36:49.461 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-06T20:36:50.137Z[ recovery-image] Dec 06 20:36:49.473 INFO O| Dec 06 20:36:49.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44672024-12-06T20:36:50.137Z[ recovery-image] Dec 06 20:36:49.473 INFO O| Dec 06 20:36:49.473 INFO STEP 48 (remove_files) COMPLETE
44682024-12-06T20:36:50.139Z[ recovery-image] Dec 06 20:36:49.473 INFO O| Dec 06 20:36:49.473 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-06T20:36:50.148Z[ recovery-image] Dec 06 20:36:49.484 INFO O| Dec 06 20:36:49.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44702024-12-06T20:36:50.149Z[ recovery-image] Dec 06 20:36:49.484 INFO O| Dec 06 20:36:49.484 INFO STEP 49 (remove_files) COMPLETE
44712024-12-06T20:36:50.151Z[ recovery-image] Dec 06 20:36:49.484 INFO O| Dec 06 20:36:49.484 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-06T20:36:50.158Z[ recovery-image] Dec 06 20:36:49.494 INFO O| Dec 06 20:36:49.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44732024-12-06T20:36:50.160Z[ recovery-image] Dec 06 20:36:49.494 INFO O| Dec 06 20:36:49.494 INFO STEP 50 (remove_files) COMPLETE
44742024-12-06T20:36:50.160Z[ recovery-image] Dec 06 20:36:49.494 INFO O| Dec 06 20:36:49.494 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-06T20:36:50.168Z[ recovery-image] Dec 06 20:36:49.504 INFO O| Dec 06 20:36:49.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44762024-12-06T20:36:50.168Z[ recovery-image] Dec 06 20:36:49.504 INFO O| Dec 06 20:36:49.504 INFO STEP 51 (remove_files) COMPLETE
44772024-12-06T20:36:50.171Z[ recovery-image] Dec 06 20:36:49.504 INFO O| Dec 06 20:36:49.504 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-06T20:36:50.178Z[ recovery-image] Dec 06 20:36:49.514 INFO O| Dec 06 20:36:49.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44792024-12-06T20:36:50.178Z[ recovery-image] Dec 06 20:36:49.514 INFO O| Dec 06 20:36:49.514 INFO STEP 52 (remove_files) COMPLETE
44802024-12-06T20:36:50.180Z[ recovery-image] Dec 06 20:36:49.514 INFO O| Dec 06 20:36:49.514 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-06T20:36:50.187Z[ recovery-image] Dec 06 20:36:49.523 INFO O| Dec 06 20:36:49.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44822024-12-06T20:36:50.189Z[ recovery-image] Dec 06 20:36:49.524 INFO O| Dec 06 20:36:49.524 INFO STEP 53 (remove_files) COMPLETE
44832024-12-06T20:36:50.190Z[ recovery-image] Dec 06 20:36:49.524 INFO O| Dec 06 20:36:49.524 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-06T20:36:50.192Z[ host-image] Dec 06 20:36:49.527 INFO O| Dec 06 20:36:49.527 INFO O| Planning: Evaluating mediators ... Done
44852024-12-06T20:36:50.195Z[ host-image] Dec 06 20:36:49.531 INFO O| Dec 06 20:36:49.531 INFO O| Planning: Planning completed in 2.84 seconds
44862024-12-06T20:36:50.197Z[ host-image] Dec 06 20:36:49.533 INFO O| Dec 06 20:36:49.533 INFO O| Packages to install: 6
44872024-12-06T20:36:50.197Z[ host-image] Dec 06 20:36:49.533 INFO O| Dec 06 20:36:49.533 INFO O| Mediators to change: 1
44882024-12-06T20:36:50.198Z[ host-image] Dec 06 20:36:49.533 INFO O| Dec 06 20:36:49.533 INFO O| Services to change: 1
44892024-12-06T20:36:50.200Z[ recovery-image] Dec 06 20:36:49.534 INFO O| Dec 06 20:36:49.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44902024-12-06T20:36:50.200Z[ recovery-image] Dec 06 20:36:49.534 INFO O| Dec 06 20:36:49.534 INFO STEP 54 (remove_files) COMPLETE
44912024-12-06T20:36:50.200Z[ recovery-image] Dec 06 20:36:49.534 INFO O| Dec 06 20:36:49.534 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-06T20:36:50.209Z[ recovery-image] Dec 06 20:36:49.545 INFO O| Dec 06 20:36:49.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44932024-12-06T20:36:50.209Z[ recovery-image] Dec 06 20:36:49.545 INFO O| Dec 06 20:36:49.545 INFO STEP 55 (remove_files) COMPLETE
44942024-12-06T20:36:50.212Z[ recovery-image] Dec 06 20:36:49.545 INFO O| Dec 06 20:36:49.545 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-06T20:36:50.215Z[ host-image] Dec 06 20:36:49.551 INFO O| Dec 06 20:36:49.551 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
44962024-12-06T20:36:50.221Z[ recovery-image] Dec 06 20:36:49.557 INFO O| Dec 06 20:36:49.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44972024-12-06T20:36:50.224Z[ recovery-image] Dec 06 20:36:49.557 INFO O| Dec 06 20:36:49.557 INFO STEP 56 (remove_files) COMPLETE
44982024-12-06T20:36:50.224Z[ recovery-image] Dec 06 20:36:49.557 INFO O| Dec 06 20:36:49.557 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-06T20:36:50.231Z[ recovery-image] Dec 06 20:36:49.567 INFO O| Dec 06 20:36:49.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45002024-12-06T20:36:50.233Z[ recovery-image] Dec 06 20:36:49.567 INFO O| Dec 06 20:36:49.567 INFO STEP 57 (remove_files) COMPLETE
45012024-12-06T20:36:50.233Z[ recovery-image] Dec 06 20:36:49.567 INFO O| Dec 06 20:36:49.567 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-06T20:36:50.241Z[ recovery-image] Dec 06 20:36:49.577 INFO O| Dec 06 20:36:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45032024-12-06T20:36:50.241Z[ recovery-image] Dec 06 20:36:49.577 INFO O| Dec 06 20:36:49.577 INFO STEP 58 (remove_files) COMPLETE
45042024-12-06T20:36:50.241Z[ recovery-image] Dec 06 20:36:49.577 INFO O| Dec 06 20:36:49.577 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-06T20:36:50.251Z[ recovery-image] Dec 06 20:36:49.587 INFO O| Dec 06 20:36:49.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45062024-12-06T20:36:50.251Z[ recovery-image] Dec 06 20:36:49.587 INFO O| Dec 06 20:36:49.587 INFO STEP 59 (remove_files) COMPLETE
45072024-12-06T20:36:50.253Z[ recovery-image] Dec 06 20:36:49.587 INFO O| Dec 06 20:36:49.587 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-06T20:36:50.260Z[ recovery-image] Dec 06 20:36:49.596 INFO O| Dec 06 20:36:49.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45092024-12-06T20:36:50.260Z[ recovery-image] Dec 06 20:36:49.596 INFO O| Dec 06 20:36:49.596 INFO STEP 60 (remove_files) COMPLETE
45102024-12-06T20:36:50.260Z[ recovery-image] Dec 06 20:36:49.596 INFO O| Dec 06 20:36:49.596 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-06T20:36:50.270Z[ recovery-image] Dec 06 20:36:49.606 INFO O| Dec 06 20:36:49.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45122024-12-06T20:36:50.270Z[ recovery-image] Dec 06 20:36:49.606 INFO O| Dec 06 20:36:49.606 INFO STEP 61 (remove_files) COMPLETE
45132024-12-06T20:36:50.270Z[ recovery-image] Dec 06 20:36:49.606 INFO O| Dec 06 20:36:49.606 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-06T20:36:50.280Z[ recovery-image] Dec 06 20:36:49.616 INFO O| Dec 06 20:36:49.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45152024-12-06T20:36:50.280Z[ recovery-image] Dec 06 20:36:49.616 INFO O| Dec 06 20:36:49.616 INFO STEP 62 (remove_files) COMPLETE
45162024-12-06T20:36:50.282Z[ recovery-image] Dec 06 20:36:49.616 INFO O| Dec 06 20:36:49.616 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-06T20:36:50.289Z[ recovery-image] Dec 06 20:36:49.625 INFO O| Dec 06 20:36:49.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45182024-12-06T20:36:50.292Z[ recovery-image] Dec 06 20:36:49.626 INFO O| Dec 06 20:36:49.626 INFO STEP 63 (remove_files) COMPLETE
45192024-12-06T20:36:50.292Z[ recovery-image] Dec 06 20:36:49.626 INFO O| Dec 06 20:36:49.626 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-06T20:36:50.299Z[ recovery-image] Dec 06 20:36:49.635 INFO O| Dec 06 20:36:49.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45212024-12-06T20:36:50.302Z[ recovery-image] Dec 06 20:36:49.635 INFO O| Dec 06 20:36:49.635 INFO STEP 64 (remove_files) COMPLETE
45222024-12-06T20:36:50.302Z[ recovery-image] Dec 06 20:36:49.636 INFO O| Dec 06 20:36:49.635 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-06T20:36:50.309Z[ recovery-image] Dec 06 20:36:49.645 INFO O| Dec 06 20:36:49.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45242024-12-06T20:36:50.309Z[ recovery-image] Dec 06 20:36:49.645 INFO O| Dec 06 20:36:49.645 INFO STEP 65 (remove_files) COMPLETE
45252024-12-06T20:36:50.312Z[ recovery-image] Dec 06 20:36:49.645 INFO O| Dec 06 20:36:49.645 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-06T20:36:50.318Z[ recovery-image] Dec 06 20:36:49.654 INFO O| Dec 06 20:36:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45272024-12-06T20:36:50.321Z[ recovery-image] Dec 06 20:36:49.654 INFO O| Dec 06 20:36:49.654 INFO STEP 66 (remove_files) COMPLETE
45282024-12-06T20:36:50.321Z[ recovery-image] Dec 06 20:36:49.654 INFO O| Dec 06 20:36:49.654 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-06T20:36:50.328Z[ recovery-image] Dec 06 20:36:49.664 INFO O| Dec 06 20:36:49.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45302024-12-06T20:36:50.328Z[ recovery-image] Dec 06 20:36:49.664 INFO O| Dec 06 20:36:49.664 INFO STEP 67 (remove_files) COMPLETE
45312024-12-06T20:36:50.328Z[ recovery-image] Dec 06 20:36:49.664 INFO O| Dec 06 20:36:49.664 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-06T20:36:50.337Z[ recovery-image] Dec 06 20:36:49.673 INFO O| Dec 06 20:36:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45332024-12-06T20:36:50.340Z[ recovery-image] Dec 06 20:36:49.674 INFO O| Dec 06 20:36:49.674 INFO STEP 68 (remove_files) COMPLETE
45342024-12-06T20:36:50.340Z[ recovery-image] Dec 06 20:36:49.674 INFO O| Dec 06 20:36:49.674 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-06T20:36:50.348Z[ recovery-image] Dec 06 20:36:49.684 INFO O| Dec 06 20:36:49.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45362024-12-06T20:36:50.348Z[ recovery-image] Dec 06 20:36:49.684 INFO O| Dec 06 20:36:49.684 INFO STEP 69 (remove_files) COMPLETE
45372024-12-06T20:36:50.350Z[ recovery-image] Dec 06 20:36:49.684 INFO O| Dec 06 20:36:49.684 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-06T20:36:50.357Z[ recovery-image] Dec 06 20:36:49.693 INFO O| Dec 06 20:36:49.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45392024-12-06T20:36:50.357Z[ recovery-image] Dec 06 20:36:49.693 INFO O| Dec 06 20:36:49.693 INFO STEP 70 (remove_files) COMPLETE
45402024-12-06T20:36:50.357Z[ recovery-image] Dec 06 20:36:49.693 INFO O| Dec 06 20:36:49.693 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-06T20:36:50.366Z[ recovery-image] Dec 06 20:36:49.702 INFO O| Dec 06 20:36:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45422024-12-06T20:36:50.366Z[ recovery-image] Dec 06 20:36:49.702 INFO O| Dec 06 20:36:49.702 INFO STEP 71 (remove_files) COMPLETE
45432024-12-06T20:36:50.369Z[ recovery-image] Dec 06 20:36:49.702 INFO O| Dec 06 20:36:49.702 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-06T20:36:50.376Z[ recovery-image] Dec 06 20:36:49.711 INFO O| Dec 06 20:36:49.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45452024-12-06T20:36:50.376Z[ recovery-image] Dec 06 20:36:49.712 INFO O| Dec 06 20:36:49.712 INFO STEP 72 (remove_files) COMPLETE
45462024-12-06T20:36:50.376Z[ recovery-image] Dec 06 20:36:49.712 INFO O| Dec 06 20:36:49.712 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-06T20:36:50.385Z[ recovery-image] Dec 06 20:36:49.721 INFO O| Dec 06 20:36:49.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45482024-12-06T20:36:50.385Z[ recovery-image] Dec 06 20:36:49.721 INFO O| Dec 06 20:36:49.721 INFO STEP 73 (remove_files) COMPLETE
45492024-12-06T20:36:50.385Z[ recovery-image] Dec 06 20:36:49.721 INFO O| Dec 06 20:36:49.721 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-06T20:36:50.394Z[ recovery-image] Dec 06 20:36:49.730 INFO O| Dec 06 20:36:49.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45512024-12-06T20:36:50.394Z[ recovery-image] Dec 06 20:36:49.730 INFO O| Dec 06 20:36:49.730 INFO STEP 74 (remove_files) COMPLETE
45522024-12-06T20:36:50.397Z[ recovery-image] Dec 06 20:36:49.730 INFO O| Dec 06 20:36:49.730 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-06T20:36:50.404Z[ recovery-image] Dec 06 20:36:49.740 INFO O| Dec 06 20:36:49.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45542024-12-06T20:36:50.404Z[ recovery-image] Dec 06 20:36:49.740 INFO O| Dec 06 20:36:49.740 INFO STEP 75 (remove_files) COMPLETE
45552024-12-06T20:36:50.404Z[ recovery-image] Dec 06 20:36:49.740 INFO O| Dec 06 20:36:49.740 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-06T20:36:50.414Z[ recovery-image] Dec 06 20:36:49.750 INFO O| Dec 06 20:36:49.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45572024-12-06T20:36:50.414Z[ recovery-image] Dec 06 20:36:49.750 INFO O| Dec 06 20:36:49.750 INFO STEP 76 (remove_files) COMPLETE
45582024-12-06T20:36:50.416Z[ recovery-image] Dec 06 20:36:49.750 INFO O| Dec 06 20:36:49.750 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-06T20:36:50.423Z[ recovery-image] Dec 06 20:36:49.759 INFO O| Dec 06 20:36:49.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45602024-12-06T20:36:50.426Z[ recovery-image] Dec 06 20:36:49.759 INFO O| Dec 06 20:36:49.759 INFO STEP 77 (remove_files) COMPLETE
45612024-12-06T20:36:50.426Z[ recovery-image] Dec 06 20:36:49.759 INFO O| Dec 06 20:36:49.759 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-06T20:36:50.433Z[ recovery-image] Dec 06 20:36:49.769 INFO O| Dec 06 20:36:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45632024-12-06T20:36:50.435Z[ recovery-image] Dec 06 20:36:49.769 INFO O| Dec 06 20:36:49.769 INFO STEP 78 (remove_files) COMPLETE
45642024-12-06T20:36:50.435Z[ recovery-image] Dec 06 20:36:49.769 INFO O| Dec 06 20:36:49.769 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-06T20:36:50.442Z[ recovery-image] Dec 06 20:36:49.778 INFO O| Dec 06 20:36:49.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45662024-12-06T20:36:50.442Z[ recovery-image] Dec 06 20:36:49.778 INFO O| Dec 06 20:36:49.778 INFO STEP 79 (remove_files) COMPLETE
45672024-12-06T20:36:50.445Z[ recovery-image] Dec 06 20:36:49.778 INFO O| Dec 06 20:36:49.778 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-06T20:36:50.452Z[ recovery-image] Dec 06 20:36:49.788 INFO O| Dec 06 20:36:49.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45692024-12-06T20:36:50.452Z[ recovery-image] Dec 06 20:36:49.788 INFO O| Dec 06 20:36:49.788 INFO STEP 80 (remove_files) COMPLETE
45702024-12-06T20:36:50.454Z[ recovery-image] Dec 06 20:36:49.788 INFO O| Dec 06 20:36:49.788 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-06T20:36:50.461Z[ recovery-image] Dec 06 20:36:49.797 INFO O| Dec 06 20:36:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45722024-12-06T20:36:50.461Z[ recovery-image] Dec 06 20:36:49.797 INFO O| Dec 06 20:36:49.797 INFO STEP 81 (remove_files) COMPLETE
45732024-12-06T20:36:50.461Z[ recovery-image] Dec 06 20:36:49.797 INFO O| Dec 06 20:36:49.797 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-06T20:36:50.470Z[ recovery-image] Dec 06 20:36:49.806 INFO O| Dec 06 20:36:49.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45752024-12-06T20:36:50.470Z[ recovery-image] Dec 06 20:36:49.806 INFO O| Dec 06 20:36:49.806 INFO STEP 82 (remove_files) COMPLETE
45762024-12-06T20:36:50.470Z[ recovery-image] Dec 06 20:36:49.806 INFO O| Dec 06 20:36:49.806 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-06T20:36:50.480Z[ recovery-image] Dec 06 20:36:49.816 INFO O| Dec 06 20:36:49.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45782024-12-06T20:36:50.482Z[ recovery-image] Dec 06 20:36:49.816 INFO O| Dec 06 20:36:49.816 INFO STEP 83 (remove_files) COMPLETE
45792024-12-06T20:36:50.482Z[ recovery-image] Dec 06 20:36:49.816 INFO O| Dec 06 20:36:49.816 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-06T20:36:50.489Z[ recovery-image] Dec 06 20:36:49.825 INFO O| Dec 06 20:36:49.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45812024-12-06T20:36:50.489Z[ recovery-image] Dec 06 20:36:49.825 INFO O| Dec 06 20:36:49.825 INFO STEP 84 (remove_files) COMPLETE
45822024-12-06T20:36:50.489Z[ recovery-image] Dec 06 20:36:49.825 INFO O| Dec 06 20:36:49.825 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-06T20:36:50.499Z[ recovery-image] Dec 06 20:36:49.835 INFO O| Dec 06 20:36:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45842024-12-06T20:36:50.501Z[ recovery-image] Dec 06 20:36:49.835 INFO O| Dec 06 20:36:49.835 INFO STEP 85 (remove_files) COMPLETE
45852024-12-06T20:36:50.501Z[ recovery-image] Dec 06 20:36:49.835 INFO O| Dec 06 20:36:49.835 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-06T20:36:50.508Z[ recovery-image] Dec 06 20:36:49.844 INFO O| Dec 06 20:36:49.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45872024-12-06T20:36:50.509Z[ recovery-image] Dec 06 20:36:49.845 INFO O| Dec 06 20:36:49.845 INFO STEP 86 (remove_files) COMPLETE
45882024-12-06T20:36:50.509Z[ recovery-image] Dec 06 20:36:49.845 INFO O| Dec 06 20:36:49.845 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-06T20:36:50.518Z[ recovery-image] Dec 06 20:36:49.854 INFO O| Dec 06 20:36:49.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45902024-12-06T20:36:50.520Z[ recovery-image] Dec 06 20:36:49.854 INFO O| Dec 06 20:36:49.854 INFO STEP 87 (remove_files) COMPLETE
45912024-12-06T20:36:50.520Z[ recovery-image] Dec 06 20:36:49.854 INFO O| Dec 06 20:36:49.854 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-06T20:36:50.528Z[ recovery-image] Dec 06 20:36:49.863 INFO O| Dec 06 20:36:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45932024-12-06T20:36:50.528Z[ recovery-image] Dec 06 20:36:49.864 INFO O| Dec 06 20:36:49.864 INFO STEP 88 (remove_files) COMPLETE
45942024-12-06T20:36:50.530Z[ recovery-image] Dec 06 20:36:49.864 INFO O| Dec 06 20:36:49.864 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-06T20:36:50.537Z[ recovery-image] Dec 06 20:36:49.873 INFO O| Dec 06 20:36:49.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45962024-12-06T20:36:50.538Z[ recovery-image] Dec 06 20:36:49.873 INFO O| Dec 06 20:36:49.873 INFO STEP 89 (remove_files) COMPLETE
45972024-12-06T20:36:50.538Z[ recovery-image] Dec 06 20:36:49.873 INFO O| Dec 06 20:36:49.873 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-06T20:36:50.546Z[ recovery-image] Dec 06 20:36:49.882 INFO O| Dec 06 20:36:49.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45992024-12-06T20:36:50.549Z[ recovery-image] Dec 06 20:36:49.882 INFO O| Dec 06 20:36:49.882 INFO STEP 90 (remove_files) COMPLETE
46002024-12-06T20:36:50.549Z[ recovery-image] Dec 06 20:36:49.882 INFO O| Dec 06 20:36:49.882 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-06T20:36:50.556Z[ recovery-image] Dec 06 20:36:49.892 INFO O| Dec 06 20:36:49.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46022024-12-06T20:36:50.556Z[ recovery-image] Dec 06 20:36:49.892 INFO O| Dec 06 20:36:49.892 INFO STEP 91 (remove_files) COMPLETE
46032024-12-06T20:36:50.558Z[ recovery-image] Dec 06 20:36:49.892 INFO O| Dec 06 20:36:49.892 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-06T20:36:50.566Z[ recovery-image] Dec 06 20:36:49.901 INFO O| Dec 06 20:36:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46052024-12-06T20:36:50.566Z[ recovery-image] Dec 06 20:36:49.901 INFO O| Dec 06 20:36:49.901 INFO STEP 92 (remove_files) COMPLETE
46062024-12-06T20:36:50.569Z[ recovery-image] Dec 06 20:36:49.901 INFO O| Dec 06 20:36:49.901 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-06T20:36:50.575Z[ recovery-image] Dec 06 20:36:49.911 INFO O| Dec 06 20:36:49.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46082024-12-06T20:36:50.577Z[ recovery-image] Dec 06 20:36:49.911 INFO O| Dec 06 20:36:49.911 INFO STEP 93 (remove_files) COMPLETE
46092024-12-06T20:36:50.577Z[ recovery-image] Dec 06 20:36:49.911 INFO O| Dec 06 20:36:49.911 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-06T20:36:50.587Z[ recovery-image] Dec 06 20:36:49.921 INFO O| Dec 06 20:36:49.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46112024-12-06T20:36:50.587Z[ recovery-image] Dec 06 20:36:49.921 INFO O| Dec 06 20:36:49.921 INFO STEP 94 (remove_files) COMPLETE
46122024-12-06T20:36:50.587Z[ recovery-image] Dec 06 20:36:49.921 INFO O| Dec 06 20:36:49.921 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-06T20:36:50.594Z[ recovery-image] Dec 06 20:36:49.930 INFO O| Dec 06 20:36:49.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46142024-12-06T20:36:50.594Z[ recovery-image] Dec 06 20:36:49.930 INFO O| Dec 06 20:36:49.930 INFO STEP 95 (remove_files) COMPLETE
46152024-12-06T20:36:50.596Z[ recovery-image] Dec 06 20:36:49.930 INFO O| Dec 06 20:36:49.930 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-06T20:36:50.603Z[ recovery-image] Dec 06 20:36:49.939 INFO O| Dec 06 20:36:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46172024-12-06T20:36:50.603Z[ recovery-image] Dec 06 20:36:49.939 INFO O| Dec 06 20:36:49.939 INFO STEP 96 (remove_files) COMPLETE
46182024-12-06T20:36:50.606Z[ recovery-image] Dec 06 20:36:49.939 INFO O| Dec 06 20:36:49.939 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-06T20:36:50.613Z[ recovery-image] Dec 06 20:36:49.949 INFO O| Dec 06 20:36:49.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46202024-12-06T20:36:50.613Z[ recovery-image] Dec 06 20:36:49.949 INFO O| Dec 06 20:36:49.949 INFO STEP 97 (remove_files) COMPLETE
46212024-12-06T20:36:50.613Z[ recovery-image] Dec 06 20:36:49.949 INFO O| Dec 06 20:36:49.949 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-06T20:36:50.622Z[ recovery-image] Dec 06 20:36:49.958 INFO O| Dec 06 20:36:49.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46232024-12-06T20:36:50.622Z[ recovery-image] Dec 06 20:36:49.958 INFO O| Dec 06 20:36:49.958 INFO STEP 98 (remove_files) COMPLETE
46242024-12-06T20:36:50.625Z[ recovery-image] Dec 06 20:36:49.958 INFO O| Dec 06 20:36:49.958 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-06T20:36:50.632Z[ recovery-image] Dec 06 20:36:49.968 INFO O| Dec 06 20:36:49.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46262024-12-06T20:36:50.632Z[ recovery-image] Dec 06 20:36:49.968 INFO O| Dec 06 20:36:49.968 INFO STEP 99 (remove_files) COMPLETE
46272024-12-06T20:36:50.632Z[ recovery-image] Dec 06 20:36:49.968 INFO O| Dec 06 20:36:49.968 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-06T20:36:50.641Z[ recovery-image] Dec 06 20:36:49.977 INFO O| Dec 06 20:36:49.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46292024-12-06T20:36:50.643Z[ recovery-image] Dec 06 20:36:49.978 INFO O| Dec 06 20:36:49.978 INFO STEP 100 (remove_files) COMPLETE
46302024-12-06T20:36:50.643Z[ recovery-image] Dec 06 20:36:49.978 INFO O| Dec 06 20:36:49.978 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-06T20:36:50.651Z[ recovery-image] Dec 06 20:36:49.987 INFO O| Dec 06 20:36:49.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46322024-12-06T20:36:50.651Z[ recovery-image] Dec 06 20:36:49.987 INFO O| Dec 06 20:36:49.987 INFO STEP 101 (remove_files) COMPLETE
46332024-12-06T20:36:50.654Z[ recovery-image] Dec 06 20:36:49.987 INFO O| Dec 06 20:36:49.987 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-06T20:36:50.661Z[ recovery-image] Dec 06 20:36:49.997 INFO O| Dec 06 20:36:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46352024-12-06T20:36:50.661Z[ recovery-image] Dec 06 20:36:49.997 INFO O| Dec 06 20:36:49.997 INFO STEP 102 (remove_files) COMPLETE
46362024-12-06T20:36:50.661Z[ recovery-image] Dec 06 20:36:49.997 INFO O| Dec 06 20:36:49.997 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-06T20:36:50.671Z[ recovery-image] Dec 06 20:36:50.007 INFO O| Dec 06 20:36:50.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46382024-12-06T20:36:50.671Z[ recovery-image] Dec 06 20:36:50.007 INFO O| Dec 06 20:36:50.007 INFO STEP 103 (remove_files) COMPLETE
46392024-12-06T20:36:50.674Z[ recovery-image] Dec 06 20:36:50.007 INFO O| Dec 06 20:36:50.007 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-06T20:36:50.681Z[ recovery-image] Dec 06 20:36:50.017 INFO O| Dec 06 20:36:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46412024-12-06T20:36:50.683Z[ recovery-image] Dec 06 20:36:50.017 INFO O| Dec 06 20:36:50.017 INFO STEP 104 (remove_files) COMPLETE
46422024-12-06T20:36:50.683Z[ recovery-image] Dec 06 20:36:50.017 INFO O| Dec 06 20:36:50.017 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-06T20:36:50.690Z[ recovery-image] Dec 06 20:36:50.026 INFO O| Dec 06 20:36:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46442024-12-06T20:36:50.692Z[ recovery-image] Dec 06 20:36:50.026 INFO O| Dec 06 20:36:50.026 INFO STEP 105 (remove_files) COMPLETE
46452024-12-06T20:36:50.693Z[ recovery-image] Dec 06 20:36:50.026 INFO O| Dec 06 20:36:50.026 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-06T20:36:50.700Z[ recovery-image] Dec 06 20:36:50.036 INFO O| Dec 06 20:36:50.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46472024-12-06T20:36:50.700Z[ recovery-image] Dec 06 20:36:50.036 INFO O| Dec 06 20:36:50.036 INFO STEP 106 (remove_files) COMPLETE
46482024-12-06T20:36:50.703Z[ recovery-image] Dec 06 20:36:50.036 INFO O| Dec 06 20:36:50.036 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-06T20:36:50.710Z[ recovery-image] Dec 06 20:36:50.046 INFO O| Dec 06 20:36:50.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46502024-12-06T20:36:50.710Z[ recovery-image] Dec 06 20:36:50.046 INFO O| Dec 06 20:36:50.046 INFO STEP 107 (remove_files) COMPLETE
46512024-12-06T20:36:50.712Z[ recovery-image] Dec 06 20:36:50.046 INFO O| Dec 06 20:36:50.046 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-06T20:36:50.719Z[ recovery-image] Dec 06 20:36:50.055 INFO O| Dec 06 20:36:50.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46532024-12-06T20:36:50.721Z[ recovery-image] Dec 06 20:36:50.055 INFO O| Dec 06 20:36:50.055 INFO STEP 108 (remove_files) COMPLETE
46542024-12-06T20:36:50.721Z[ recovery-image] Dec 06 20:36:50.055 INFO O| Dec 06 20:36:50.055 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-06T20:36:50.728Z[ recovery-image] Dec 06 20:36:50.064 INFO O| Dec 06 20:36:50.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46562024-12-06T20:36:50.728Z[ recovery-image] Dec 06 20:36:50.064 INFO O| Dec 06 20:36:50.064 INFO STEP 109 (remove_files) COMPLETE
46572024-12-06T20:36:50.731Z[ recovery-image] Dec 06 20:36:50.064 INFO O| Dec 06 20:36:50.064 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-06T20:36:50.737Z[ recovery-image] Dec 06 20:36:50.073 INFO O| Dec 06 20:36:50.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46592024-12-06T20:36:50.737Z[ recovery-image] Dec 06 20:36:50.073 INFO O| Dec 06 20:36:50.073 INFO STEP 110 (remove_files) COMPLETE
46602024-12-06T20:36:50.739Z[ recovery-image] Dec 06 20:36:50.073 INFO O| Dec 06 20:36:50.073 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-06T20:36:50.747Z[ recovery-image] Dec 06 20:36:50.082 INFO O| Dec 06 20:36:50.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46622024-12-06T20:36:50.749Z[ recovery-image] Dec 06 20:36:50.083 INFO O| Dec 06 20:36:50.083 INFO STEP 111 (remove_files) COMPLETE
46632024-12-06T20:36:50.749Z[ recovery-image] Dec 06 20:36:50.083 INFO O| Dec 06 20:36:50.083 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-06T20:36:50.756Z[ recovery-image] Dec 06 20:36:50.092 INFO O| Dec 06 20:36:50.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46652024-12-06T20:36:50.756Z[ recovery-image] Dec 06 20:36:50.092 INFO O| Dec 06 20:36:50.092 INFO STEP 112 (remove_files) COMPLETE
46662024-12-06T20:36:50.756Z[ recovery-image] Dec 06 20:36:50.092 INFO O| Dec 06 20:36:50.092 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-06T20:36:50.765Z[ recovery-image] Dec 06 20:36:50.101 INFO O| Dec 06 20:36:50.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46682024-12-06T20:36:50.765Z[ recovery-image] Dec 06 20:36:50.101 INFO O| Dec 06 20:36:50.101 INFO STEP 113 (remove_files) COMPLETE
46692024-12-06T20:36:50.767Z[ recovery-image] Dec 06 20:36:50.101 INFO O| Dec 06 20:36:50.101 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-06T20:36:50.774Z[ recovery-image] Dec 06 20:36:50.110 INFO O| Dec 06 20:36:50.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46712024-12-06T20:36:50.777Z[ recovery-image] Dec 06 20:36:50.110 INFO O| Dec 06 20:36:50.110 INFO STEP 114 (remove_files) COMPLETE
46722024-12-06T20:36:50.777Z[ recovery-image] Dec 06 20:36:50.110 INFO O| Dec 06 20:36:50.110 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-06T20:36:50.784Z[ recovery-image] Dec 06 20:36:50.120 INFO O| Dec 06 20:36:50.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46742024-12-06T20:36:50.784Z[ recovery-image] Dec 06 20:36:50.120 INFO O| Dec 06 20:36:50.120 INFO STEP 115 (remove_files) COMPLETE
46752024-12-06T20:36:50.786Z[ recovery-image] Dec 06 20:36:50.120 INFO O| Dec 06 20:36:50.120 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-06T20:36:50.793Z[ recovery-image] Dec 06 20:36:50.129 INFO O| Dec 06 20:36:50.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46772024-12-06T20:36:50.793Z[ recovery-image] Dec 06 20:36:50.129 INFO O| Dec 06 20:36:50.129 INFO STEP 116 (remove_files) COMPLETE
46782024-12-06T20:36:50.795Z[ recovery-image] Dec 06 20:36:50.129 INFO O| Dec 06 20:36:50.129 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-06T20:36:50.802Z[ recovery-image] Dec 06 20:36:50.138 INFO O| Dec 06 20:36:50.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46802024-12-06T20:36:50.802Z[ recovery-image] Dec 06 20:36:50.138 INFO O| Dec 06 20:36:50.138 INFO STEP 117 (remove_files) COMPLETE
46812024-12-06T20:36:50.805Z[ recovery-image] Dec 06 20:36:50.138 INFO O| Dec 06 20:36:50.138 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-06T20:36:50.812Z[ recovery-image] Dec 06 20:36:50.148 INFO O| Dec 06 20:36:50.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46832024-12-06T20:36:50.814Z[ recovery-image] Dec 06 20:36:50.148 INFO O| Dec 06 20:36:50.148 INFO STEP 118 (remove_files) COMPLETE
46842024-12-06T20:36:50.814Z[ recovery-image] Dec 06 20:36:50.148 INFO O| Dec 06 20:36:50.148 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-06T20:36:50.821Z[ recovery-image] Dec 06 20:36:50.157 INFO O| Dec 06 20:36:50.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46862024-12-06T20:36:50.825Z[ recovery-image] Dec 06 20:36:50.157 INFO O| Dec 06 20:36:50.157 INFO STEP 119 (remove_files) COMPLETE
46872024-12-06T20:36:50.825Z[ recovery-image] Dec 06 20:36:50.157 INFO O| Dec 06 20:36:50.157 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-06T20:36:50.831Z[ recovery-image] Dec 06 20:36:50.167 INFO O| Dec 06 20:36:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46892024-12-06T20:36:50.833Z[ recovery-image] Dec 06 20:36:50.167 INFO O| Dec 06 20:36:50.167 INFO STEP 120 (remove_files) COMPLETE
46902024-12-06T20:36:50.833Z[ recovery-image] Dec 06 20:36:50.167 INFO O| Dec 06 20:36:50.167 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-06T20:36:50.841Z[ recovery-image] Dec 06 20:36:50.177 INFO O| Dec 06 20:36:50.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46922024-12-06T20:36:50.844Z[ recovery-image] Dec 06 20:36:50.178 INFO O| Dec 06 20:36:50.178 INFO STEP 121 (remove_files) COMPLETE
46932024-12-06T20:36:50.844Z[ recovery-image] Dec 06 20:36:50.178 INFO O| Dec 06 20:36:50.178 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-06T20:36:50.851Z[ recovery-image] Dec 06 20:36:50.187 INFO O| Dec 06 20:36:50.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46952024-12-06T20:36:50.851Z[ recovery-image] Dec 06 20:36:50.187 INFO O| Dec 06 20:36:50.187 INFO STEP 122 (remove_files) COMPLETE
46962024-12-06T20:36:50.853Z[ recovery-image] Dec 06 20:36:50.187 INFO O| Dec 06 20:36:50.187 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-06T20:36:50.861Z[ recovery-image] Dec 06 20:36:50.197 INFO O| Dec 06 20:36:50.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46982024-12-06T20:36:50.861Z[ recovery-image] Dec 06 20:36:50.197 INFO O| Dec 06 20:36:50.197 INFO STEP 123 (remove_files) COMPLETE
46992024-12-06T20:36:50.861Z[ recovery-image] Dec 06 20:36:50.197 INFO O| Dec 06 20:36:50.197 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-06T20:36:50.870Z[ recovery-image] Dec 06 20:36:50.206 INFO O| Dec 06 20:36:50.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47012024-12-06T20:36:50.873Z[ recovery-image] Dec 06 20:36:50.206 INFO O| Dec 06 20:36:50.206 INFO STEP 124 (remove_files) COMPLETE
47022024-12-06T20:36:50.873Z[ recovery-image] Dec 06 20:36:50.206 INFO O| Dec 06 20:36:50.206 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-06T20:36:50.881Z[ recovery-image] Dec 06 20:36:50.217 INFO O| Dec 06 20:36:50.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47042024-12-06T20:36:50.881Z[ recovery-image] Dec 06 20:36:50.217 INFO O| Dec 06 20:36:50.217 INFO STEP 125 (remove_files) COMPLETE
47052024-12-06T20:36:50.881Z[ recovery-image] Dec 06 20:36:50.217 INFO O| Dec 06 20:36:50.217 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-06T20:36:50.890Z[ recovery-image] Dec 06 20:36:50.226 INFO O| Dec 06 20:36:50.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47072024-12-06T20:36:50.892Z[ recovery-image] Dec 06 20:36:50.226 INFO O| Dec 06 20:36:50.226 INFO STEP 126 (remove_files) COMPLETE
47082024-12-06T20:36:50.892Z[ recovery-image] Dec 06 20:36:50.226 INFO O| Dec 06 20:36:50.226 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-06T20:36:50.899Z[ recovery-image] Dec 06 20:36:50.235 INFO O| Dec 06 20:36:50.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47102024-12-06T20:36:50.899Z[ recovery-image] Dec 06 20:36:50.235 INFO O| Dec 06 20:36:50.235 INFO STEP 127 (remove_files) COMPLETE
47112024-12-06T20:36:50.899Z[ recovery-image] Dec 06 20:36:50.235 INFO O| Dec 06 20:36:50.235 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-06T20:36:50.909Z[ recovery-image] Dec 06 20:36:50.245 INFO O| Dec 06 20:36:50.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47132024-12-06T20:36:50.909Z[ recovery-image] Dec 06 20:36:50.245 INFO O| Dec 06 20:36:50.245 INFO STEP 128 (remove_files) COMPLETE
47142024-12-06T20:36:50.912Z[ recovery-image] Dec 06 20:36:50.245 INFO O| Dec 06 20:36:50.245 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-06T20:36:50.918Z[ recovery-image] Dec 06 20:36:50.254 INFO O| Dec 06 20:36:50.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47162024-12-06T20:36:50.918Z[ recovery-image] Dec 06 20:36:50.254 INFO O| Dec 06 20:36:50.254 INFO STEP 129 (remove_files) COMPLETE
47172024-12-06T20:36:50.920Z[ recovery-image] Dec 06 20:36:50.254 INFO O| Dec 06 20:36:50.254 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-06T20:36:50.927Z[ recovery-image] Dec 06 20:36:50.263 INFO O| Dec 06 20:36:50.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47192024-12-06T20:36:50.927Z[ recovery-image] Dec 06 20:36:50.263 INFO O| Dec 06 20:36:50.263 INFO STEP 130 (remove_files) COMPLETE
47202024-12-06T20:36:50.927Z[ recovery-image] Dec 06 20:36:50.263 INFO O| Dec 06 20:36:50.263 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-06T20:36:50.936Z[ recovery-image] Dec 06 20:36:50.272 INFO O| Dec 06 20:36:50.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47222024-12-06T20:36:50.936Z[ recovery-image] Dec 06 20:36:50.272 INFO O| Dec 06 20:36:50.272 INFO STEP 131 (remove_files) COMPLETE
47232024-12-06T20:36:50.936Z[ recovery-image] Dec 06 20:36:50.272 INFO O| Dec 06 20:36:50.272 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-06T20:36:50.945Z[ recovery-image] Dec 06 20:36:50.281 INFO O| Dec 06 20:36:50.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47252024-12-06T20:36:50.948Z[ recovery-image] Dec 06 20:36:50.281 INFO O| Dec 06 20:36:50.281 INFO STEP 132 (remove_files) COMPLETE
47262024-12-06T20:36:50.948Z[ recovery-image] Dec 06 20:36:50.281 INFO O| Dec 06 20:36:50.281 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-06T20:36:50.955Z[ recovery-image] Dec 06 20:36:50.291 INFO O| Dec 06 20:36:50.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47282024-12-06T20:36:50.955Z[ recovery-image] Dec 06 20:36:50.291 INFO O| Dec 06 20:36:50.291 INFO STEP 133 (remove_files) COMPLETE
47292024-12-06T20:36:50.955Z[ recovery-image] Dec 06 20:36:50.291 INFO O| Dec 06 20:36:50.291 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-06T20:36:50.964Z[ recovery-image] Dec 06 20:36:50.300 INFO O| Dec 06 20:36:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47312024-12-06T20:36:50.964Z[ recovery-image] Dec 06 20:36:50.300 INFO O| Dec 06 20:36:50.300 INFO STEP 134 (remove_files) COMPLETE
47322024-12-06T20:36:50.966Z[ recovery-image] Dec 06 20:36:50.300 INFO O| Dec 06 20:36:50.300 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-06T20:36:50.976Z[ recovery-image] Dec 06 20:36:50.309 INFO O| Dec 06 20:36:50.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47342024-12-06T20:36:50.976Z[ recovery-image] Dec 06 20:36:50.309 INFO O| Dec 06 20:36:50.309 INFO STEP 135 (remove_files) COMPLETE
47352024-12-06T20:36:50.976Z[ recovery-image] Dec 06 20:36:50.309 INFO O| Dec 06 20:36:50.309 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-06T20:36:50.983Z[ recovery-image] Dec 06 20:36:50.319 INFO O| Dec 06 20:36:50.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47372024-12-06T20:36:50.983Z[ recovery-image] Dec 06 20:36:50.319 INFO O| Dec 06 20:36:50.319 INFO STEP 136 (remove_files) COMPLETE
47382024-12-06T20:36:50.986Z[ recovery-image] Dec 06 20:36:50.319 INFO O| Dec 06 20:36:50.319 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-06T20:36:50.992Z[ recovery-image] Dec 06 20:36:50.328 INFO O| Dec 06 20:36:50.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47402024-12-06T20:36:50.992Z[ recovery-image] Dec 06 20:36:50.328 INFO O| Dec 06 20:36:50.328 INFO STEP 137 (remove_files) COMPLETE
47412024-12-06T20:36:50.994Z[ recovery-image] Dec 06 20:36:50.328 INFO O| Dec 06 20:36:50.328 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-06T20:36:51.002Z[ recovery-image] Dec 06 20:36:50.338 INFO O| Dec 06 20:36:50.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47432024-12-06T20:36:51.005Z[ recovery-image] Dec 06 20:36:50.338 INFO O| Dec 06 20:36:50.338 INFO STEP 138 (remove_files) COMPLETE
47442024-12-06T20:36:51.005Z[ recovery-image] Dec 06 20:36:50.338 INFO O| Dec 06 20:36:50.338 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-06T20:36:51.012Z[ recovery-image] Dec 06 20:36:50.348 INFO O| Dec 06 20:36:50.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47462024-12-06T20:36:51.012Z[ recovery-image] Dec 06 20:36:50.348 INFO O| Dec 06 20:36:50.348 INFO STEP 139 (remove_files) COMPLETE
47472024-12-06T20:36:51.014Z[ recovery-image] Dec 06 20:36:50.348 INFO O| Dec 06 20:36:50.348 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-06T20:36:51.021Z[ recovery-image] Dec 06 20:36:50.357 INFO O| Dec 06 20:36:50.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47492024-12-06T20:36:51.023Z[ recovery-image] Dec 06 20:36:50.358 INFO O| Dec 06 20:36:50.358 INFO STEP 140 (remove_files) COMPLETE
47502024-12-06T20:36:51.023Z[ recovery-image] Dec 06 20:36:50.358 INFO O| Dec 06 20:36:50.358 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-06T20:36:51.031Z[ recovery-image] Dec 06 20:36:50.367 INFO O| Dec 06 20:36:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47522024-12-06T20:36:51.031Z[ recovery-image] Dec 06 20:36:50.367 INFO O| Dec 06 20:36:50.367 INFO STEP 141 (remove_files) COMPLETE
47532024-12-06T20:36:51.033Z[ recovery-image] Dec 06 20:36:50.367 INFO O| Dec 06 20:36:50.367 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-06T20:36:51.040Z[ recovery-image] Dec 06 20:36:50.376 INFO O| Dec 06 20:36:50.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47552024-12-06T20:36:51.040Z[ recovery-image] Dec 06 20:36:50.376 INFO O| Dec 06 20:36:50.376 INFO STEP 142 (remove_files) COMPLETE
47562024-12-06T20:36:51.040Z[ recovery-image] Dec 06 20:36:50.376 INFO O| Dec 06 20:36:50.376 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-06T20:36:51.050Z[ recovery-image] Dec 06 20:36:50.386 INFO O| Dec 06 20:36:50.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47582024-12-06T20:36:51.050Z[ recovery-image] Dec 06 20:36:50.386 INFO O| Dec 06 20:36:50.386 INFO STEP 143 (remove_files) COMPLETE
47592024-12-06T20:36:51.053Z[ recovery-image] Dec 06 20:36:50.386 INFO O| Dec 06 20:36:50.386 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-06T20:36:51.059Z[ recovery-image] Dec 06 20:36:50.395 INFO O| Dec 06 20:36:50.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47612024-12-06T20:36:51.059Z[ recovery-image] Dec 06 20:36:50.395 INFO O| Dec 06 20:36:50.395 INFO STEP 144 (remove_files) COMPLETE
47622024-12-06T20:36:51.062Z[ recovery-image] Dec 06 20:36:50.395 INFO O| Dec 06 20:36:50.395 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-06T20:36:51.069Z[ recovery-image] Dec 06 20:36:50.404 INFO O| Dec 06 20:36:50.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47642024-12-06T20:36:51.069Z[ recovery-image] Dec 06 20:36:50.404 INFO O| Dec 06 20:36:50.404 INFO STEP 145 (remove_files) COMPLETE
47652024-12-06T20:36:51.071Z[ recovery-image] Dec 06 20:36:50.404 INFO O| Dec 06 20:36:50.404 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-06T20:36:51.079Z[ recovery-image] Dec 06 20:36:50.414 INFO O| Dec 06 20:36:50.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47672024-12-06T20:36:51.079Z[ recovery-image] Dec 06 20:36:50.414 INFO O| Dec 06 20:36:50.414 INFO STEP 146 (remove_files) COMPLETE
47682024-12-06T20:36:51.081Z[ recovery-image] Dec 06 20:36:50.414 INFO O| Dec 06 20:36:50.414 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-06T20:36:51.088Z[ recovery-image] Dec 06 20:36:50.423 INFO O| Dec 06 20:36:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47702024-12-06T20:36:51.088Z[ recovery-image] Dec 06 20:36:50.423 INFO O| Dec 06 20:36:50.423 INFO STEP 147 (remove_files) COMPLETE
47712024-12-06T20:36:51.090Z[ recovery-image] Dec 06 20:36:50.423 INFO O| Dec 06 20:36:50.423 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-06T20:36:51.097Z[ recovery-image] Dec 06 20:36:50.433 INFO O| Dec 06 20:36:50.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47732024-12-06T20:36:51.100Z[ recovery-image] Dec 06 20:36:50.433 INFO O| Dec 06 20:36:50.433 INFO STEP 148 (remove_files) COMPLETE
47742024-12-06T20:36:51.100Z[ recovery-image] Dec 06 20:36:50.433 INFO O| Dec 06 20:36:50.433 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-06T20:36:51.107Z[ recovery-image] Dec 06 20:36:50.442 INFO O| Dec 06 20:36:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47762024-12-06T20:36:51.110Z[ recovery-image] Dec 06 20:36:50.443 INFO O| Dec 06 20:36:50.443 INFO STEP 149 (remove_files) COMPLETE
47772024-12-06T20:36:51.110Z[ recovery-image] Dec 06 20:36:50.443 INFO O| Dec 06 20:36:50.443 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-06T20:36:51.118Z[ recovery-image] Dec 06 20:36:50.452 INFO O| Dec 06 20:36:50.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47792024-12-06T20:36:51.118Z[ recovery-image] Dec 06 20:36:50.452 INFO O| Dec 06 20:36:50.452 INFO STEP 150 (remove_files) COMPLETE
47802024-12-06T20:36:51.118Z[ recovery-image] Dec 06 20:36:50.452 INFO O| Dec 06 20:36:50.452 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-06T20:36:51.125Z[ recovery-image] Dec 06 20:36:50.461 INFO O| Dec 06 20:36:50.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47822024-12-06T20:36:51.126Z[ recovery-image] Dec 06 20:36:50.461 INFO O| Dec 06 20:36:50.461 INFO STEP 151 (remove_files) COMPLETE
47832024-12-06T20:36:51.129Z[ recovery-image] Dec 06 20:36:50.461 INFO O| Dec 06 20:36:50.461 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-06T20:36:51.135Z[ recovery-image] Dec 06 20:36:50.471 INFO O| Dec 06 20:36:50.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47852024-12-06T20:36:51.135Z[ recovery-image] Dec 06 20:36:50.471 INFO O| Dec 06 20:36:50.471 INFO STEP 152 (remove_files) COMPLETE
47862024-12-06T20:36:51.135Z[ recovery-image] Dec 06 20:36:50.471 INFO O| Dec 06 20:36:50.471 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-06T20:36:51.144Z[ recovery-image] Dec 06 20:36:50.480 INFO O| Dec 06 20:36:50.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47882024-12-06T20:36:51.144Z[ recovery-image] Dec 06 20:36:50.480 INFO O| Dec 06 20:36:50.480 INFO STEP 153 (remove_files) COMPLETE
47892024-12-06T20:36:51.147Z[ recovery-image] Dec 06 20:36:50.480 INFO O| Dec 06 20:36:50.480 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-06T20:36:51.154Z[ recovery-image] Dec 06 20:36:50.489 INFO O| Dec 06 20:36:50.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47912024-12-06T20:36:51.154Z[ recovery-image] Dec 06 20:36:50.489 INFO O| Dec 06 20:36:50.489 INFO STEP 154 (remove_files) COMPLETE
47922024-12-06T20:36:51.156Z[ recovery-image] Dec 06 20:36:50.489 INFO O| Dec 06 20:36:50.489 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-06T20:36:51.163Z[ recovery-image] Dec 06 20:36:50.499 INFO O| Dec 06 20:36:50.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47942024-12-06T20:36:51.163Z[ recovery-image] Dec 06 20:36:50.499 INFO O| Dec 06 20:36:50.499 INFO STEP 155 (remove_files) COMPLETE
47952024-12-06T20:36:51.166Z[ recovery-image] Dec 06 20:36:50.499 INFO O| Dec 06 20:36:50.499 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-06T20:36:51.174Z[ recovery-image] Dec 06 20:36:50.508 INFO O| Dec 06 20:36:50.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47972024-12-06T20:36:51.178Z[ recovery-image] Dec 06 20:36:50.508 INFO O| Dec 06 20:36:50.508 INFO STEP 156 (remove_files) COMPLETE
47982024-12-06T20:36:51.178Z[ recovery-image] Dec 06 20:36:50.508 INFO O| Dec 06 20:36:50.508 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-06T20:36:51.182Z[ recovery-image] Dec 06 20:36:50.518 INFO O| Dec 06 20:36:50.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48002024-12-06T20:36:51.182Z[ recovery-image] Dec 06 20:36:50.518 INFO O| Dec 06 20:36:50.518 INFO STEP 157 (remove_files) COMPLETE
48012024-12-06T20:36:51.184Z[ recovery-image] Dec 06 20:36:50.518 INFO O| Dec 06 20:36:50.518 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-06T20:36:51.192Z[ recovery-image] Dec 06 20:36:50.527 INFO O| Dec 06 20:36:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48032024-12-06T20:36:51.192Z[ recovery-image] Dec 06 20:36:50.527 INFO O| Dec 06 20:36:50.527 INFO STEP 158 (remove_files) COMPLETE
48042024-12-06T20:36:51.192Z[ recovery-image] Dec 06 20:36:50.527 INFO O| Dec 06 20:36:50.527 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-06T20:36:51.201Z[ recovery-image] Dec 06 20:36:50.536 INFO O| Dec 06 20:36:50.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48062024-12-06T20:36:51.203Z[ recovery-image] Dec 06 20:36:50.537 INFO O| Dec 06 20:36:50.537 INFO STEP 159 (remove_files) COMPLETE
48072024-12-06T20:36:51.203Z[ recovery-image] Dec 06 20:36:50.537 INFO O| Dec 06 20:36:50.537 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-06T20:36:51.210Z[ recovery-image] Dec 06 20:36:50.546 INFO O| Dec 06 20:36:50.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48092024-12-06T20:36:51.211Z[ recovery-image] Dec 06 20:36:50.546 INFO O| Dec 06 20:36:50.546 INFO STEP 160 (remove_files) COMPLETE
48102024-12-06T20:36:51.213Z[ recovery-image] Dec 06 20:36:50.546 INFO O| Dec 06 20:36:50.546 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-06T20:36:51.222Z[ recovery-image] Dec 06 20:36:50.558 INFO O| Dec 06 20:36:50.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48122024-12-06T20:36:51.222Z[ recovery-image] Dec 06 20:36:50.558 INFO O| Dec 06 20:36:50.558 INFO STEP 161 (remove_files) COMPLETE
48132024-12-06T20:36:51.222Z[ recovery-image] Dec 06 20:36:50.558 INFO O| Dec 06 20:36:50.558 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-06T20:36:51.235Z[ recovery-image] Dec 06 20:36:50.571 INFO O| Dec 06 20:36:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48152024-12-06T20:36:51.235Z[ recovery-image] Dec 06 20:36:50.571 INFO O| Dec 06 20:36:50.571 INFO STEP 162 (remove_files) COMPLETE
48162024-12-06T20:36:51.235Z[ recovery-image] Dec 06 20:36:50.571 INFO O| Dec 06 20:36:50.571 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-06T20:36:51.244Z[ recovery-image] Dec 06 20:36:50.580 INFO O| Dec 06 20:36:50.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48182024-12-06T20:36:51.244Z[ recovery-image] Dec 06 20:36:50.580 INFO O| Dec 06 20:36:50.580 INFO STEP 163 (remove_files) COMPLETE
48192024-12-06T20:36:51.246Z[ recovery-image] Dec 06 20:36:50.580 INFO O| Dec 06 20:36:50.580 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-12-06T20:36:51.254Z[ recovery-image] Dec 06 20:36:50.589 INFO O| Dec 06 20:36:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48212024-12-06T20:36:51.256Z[ recovery-image] Dec 06 20:36:50.590 INFO O| Dec 06 20:36:50.590 INFO STEP 164 (remove_files) COMPLETE
48222024-12-06T20:36:51.256Z[ recovery-image] Dec 06 20:36:50.590 INFO O| Dec 06 20:36:50.590 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-12-06T20:36:51.263Z[ recovery-image] Dec 06 20:36:50.599 INFO O| Dec 06 20:36:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48242024-12-06T20:36:51.263Z[ recovery-image] Dec 06 20:36:50.599 INFO O| Dec 06 20:36:50.599 INFO STEP 165 (remove_files) COMPLETE
48252024-12-06T20:36:51.263Z[ recovery-image] Dec 06 20:36:50.599 INFO O| Dec 06 20:36:50.599 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-12-06T20:36:51.272Z[ recovery-image] Dec 06 20:36:50.608 INFO O| Dec 06 20:36:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48272024-12-06T20:36:51.275Z[ recovery-image] Dec 06 20:36:50.609 INFO O| Dec 06 20:36:50.609 INFO STEP 166 (remove_files) COMPLETE
48282024-12-06T20:36:51.275Z[ recovery-image] Dec 06 20:36:50.609 INFO O| Dec 06 20:36:50.609 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-12-06T20:36:51.285Z[ recovery-image] Dec 06 20:36:50.621 INFO O| Dec 06 20:36:50.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48302024-12-06T20:36:51.287Z[ recovery-image] Dec 06 20:36:50.621 INFO O| Dec 06 20:36:50.621 INFO STEP 167 (remove_files) COMPLETE
48312024-12-06T20:36:51.287Z[ recovery-image] Dec 06 20:36:50.621 INFO O| Dec 06 20:36:50.621 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-12-06T20:36:51.295Z[ recovery-image] Dec 06 20:36:50.631 INFO O| Dec 06 20:36:50.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48332024-12-06T20:36:51.295Z[ recovery-image] Dec 06 20:36:50.631 INFO O| Dec 06 20:36:50.631 INFO STEP 168 (remove_files) COMPLETE
48342024-12-06T20:36:51.299Z[ recovery-image] Dec 06 20:36:50.631 INFO O| Dec 06 20:36:50.631 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-12-06T20:36:51.305Z[ recovery-image] Dec 06 20:36:50.641 INFO O| Dec 06 20:36:50.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48362024-12-06T20:36:51.307Z[ recovery-image] Dec 06 20:36:50.641 INFO O| Dec 06 20:36:50.641 INFO STEP 169 (remove_files) COMPLETE
48372024-12-06T20:36:51.307Z[ recovery-image] Dec 06 20:36:50.641 INFO O| Dec 06 20:36:50.641 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-12-06T20:36:51.316Z[ recovery-image] Dec 06 20:36:50.652 INFO O| Dec 06 20:36:50.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48392024-12-06T20:36:51.316Z[ recovery-image] Dec 06 20:36:50.652 INFO O| Dec 06 20:36:50.652 INFO STEP 170 (remove_files) COMPLETE
48402024-12-06T20:36:51.320Z[ recovery-image] Dec 06 20:36:50.652 INFO O| Dec 06 20:36:50.652 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-12-06T20:36:51.325Z[ recovery-image] Dec 06 20:36:50.661 INFO O| Dec 06 20:36:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48422024-12-06T20:36:51.325Z[ recovery-image] Dec 06 20:36:50.661 INFO O| Dec 06 20:36:50.661 INFO STEP 171 (remove_files) COMPLETE
48432024-12-06T20:36:51.328Z[ recovery-image] Dec 06 20:36:50.661 INFO O| Dec 06 20:36:50.661 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-12-06T20:36:51.335Z[ recovery-image] Dec 06 20:36:50.671 INFO O| Dec 06 20:36:50.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48452024-12-06T20:36:51.335Z[ recovery-image] Dec 06 20:36:50.671 INFO O| Dec 06 20:36:50.671 INFO STEP 172 (remove_files) COMPLETE
48462024-12-06T20:36:51.337Z[ recovery-image] Dec 06 20:36:50.671 INFO O| Dec 06 20:36:50.671 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-12-06T20:36:51.344Z[ recovery-image] Dec 06 20:36:50.680 INFO O| Dec 06 20:36:50.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48482024-12-06T20:36:51.346Z[ recovery-image] Dec 06 20:36:50.681 INFO O| Dec 06 20:36:50.681 INFO STEP 173 (remove_files) COMPLETE
48492024-12-06T20:36:51.346Z[ recovery-image] Dec 06 20:36:50.681 INFO O| Dec 06 20:36:50.681 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-12-06T20:36:51.354Z[ recovery-image] Dec 06 20:36:50.690 INFO O| Dec 06 20:36:50.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48512024-12-06T20:36:51.354Z[ recovery-image] Dec 06 20:36:50.690 INFO O| Dec 06 20:36:50.690 INFO STEP 174 (remove_files) COMPLETE
48522024-12-06T20:36:51.354Z[ recovery-image] Dec 06 20:36:50.690 INFO O| Dec 06 20:36:50.690 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-12-06T20:36:51.364Z[ recovery-image] Dec 06 20:36:50.700 INFO O| Dec 06 20:36:50.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48542024-12-06T20:36:51.364Z[ recovery-image] Dec 06 20:36:50.700 INFO O| Dec 06 20:36:50.700 INFO STEP 175 (remove_files) COMPLETE
48552024-12-06T20:36:51.367Z[ recovery-image] Dec 06 20:36:50.700 INFO O| Dec 06 20:36:50.700 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-12-06T20:36:51.373Z[ recovery-image] Dec 06 20:36:50.709 INFO O| Dec 06 20:36:50.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48572024-12-06T20:36:51.373Z[ recovery-image] Dec 06 20:36:50.709 INFO O| Dec 06 20:36:50.709 INFO STEP 176 (remove_files) COMPLETE
48582024-12-06T20:36:51.373Z[ recovery-image] Dec 06 20:36:50.709 INFO O| Dec 06 20:36:50.709 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-12-06T20:36:51.383Z[ recovery-image] Dec 06 20:36:50.719 INFO O| Dec 06 20:36:50.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48602024-12-06T20:36:51.383Z[ recovery-image] Dec 06 20:36:50.719 INFO O| Dec 06 20:36:50.719 INFO STEP 177 (remove_files) COMPLETE
48612024-12-06T20:36:51.385Z[ recovery-image] Dec 06 20:36:50.719 INFO O| Dec 06 20:36:50.719 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-06T20:36:51.392Z[ recovery-image] Dec 06 20:36:50.728 INFO O| Dec 06 20:36:50.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48632024-12-06T20:36:51.392Z[ recovery-image] Dec 06 20:36:50.728 INFO O| Dec 06 20:36:50.728 INFO STEP 178 (remove_files) COMPLETE
48642024-12-06T20:36:51.395Z[ recovery-image] Dec 06 20:36:50.728 INFO O| Dec 06 20:36:50.728 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-06T20:36:51.402Z[ recovery-image] Dec 06 20:36:50.738 INFO O| Dec 06 20:36:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48662024-12-06T20:36:51.402Z[ recovery-image] Dec 06 20:36:50.738 INFO O| Dec 06 20:36:50.738 INFO STEP 179 (remove_files) COMPLETE
48672024-12-06T20:36:51.404Z[ recovery-image] Dec 06 20:36:50.738 INFO O| Dec 06 20:36:50.738 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-12-06T20:36:51.412Z[ recovery-image] Dec 06 20:36:50.748 INFO O| Dec 06 20:36:50.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48692024-12-06T20:36:51.412Z[ recovery-image] Dec 06 20:36:50.748 INFO O| Dec 06 20:36:50.748 INFO STEP 180 (remove_files) COMPLETE
48702024-12-06T20:36:51.414Z[ recovery-image] Dec 06 20:36:50.748 INFO O| Dec 06 20:36:50.748 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-12-06T20:36:51.421Z[ recovery-image] Dec 06 20:36:50.757 INFO O| Dec 06 20:36:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48722024-12-06T20:36:51.423Z[ recovery-image] Dec 06 20:36:50.757 INFO O| Dec 06 20:36:50.757 INFO STEP 181 (remove_files) COMPLETE
48732024-12-06T20:36:51.423Z[ recovery-image] Dec 06 20:36:50.757 INFO O| Dec 06 20:36:50.757 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-06T20:36:51.430Z[ recovery-image] Dec 06 20:36:50.767 INFO O| Dec 06 20:36:50.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48752024-12-06T20:36:51.432Z[ recovery-image] Dec 06 20:36:50.767 INFO O| Dec 06 20:36:50.767 INFO STEP 182 (remove_files) COMPLETE
48762024-12-06T20:36:51.432Z[ recovery-image] Dec 06 20:36:50.767 INFO O| Dec 06 20:36:50.767 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-06T20:36:51.440Z[ recovery-image] Dec 06 20:36:50.776 INFO O| Dec 06 20:36:50.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48782024-12-06T20:36:51.442Z[ recovery-image] Dec 06 20:36:50.776 INFO O| Dec 06 20:36:50.776 INFO STEP 183 (remove_files) COMPLETE
48792024-12-06T20:36:51.442Z[ recovery-image] Dec 06 20:36:50.776 INFO O| Dec 06 20:36:50.776 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-12-06T20:36:51.450Z[ recovery-image] Dec 06 20:36:50.786 INFO O| Dec 06 20:36:50.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48812024-12-06T20:36:51.450Z[ recovery-image] Dec 06 20:36:50.786 INFO O| Dec 06 20:36:50.786 INFO STEP 184 (remove_files) COMPLETE
48822024-12-06T20:36:51.452Z[ recovery-image] Dec 06 20:36:50.786 INFO O| Dec 06 20:36:50.786 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-12-06T20:36:51.459Z[ recovery-image] Dec 06 20:36:50.795 INFO O| Dec 06 20:36:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48842024-12-06T20:36:51.459Z[ recovery-image] Dec 06 20:36:50.795 INFO O| Dec 06 20:36:50.795 INFO STEP 185 (remove_files) COMPLETE
48852024-12-06T20:36:51.462Z[ recovery-image] Dec 06 20:36:50.795 INFO O| Dec 06 20:36:50.795 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-12-06T20:36:51.468Z[ recovery-image] Dec 06 20:36:50.804 INFO O| Dec 06 20:36:50.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48872024-12-06T20:36:51.468Z[ recovery-image] Dec 06 20:36:50.804 INFO O| Dec 06 20:36:50.804 INFO STEP 186 (remove_files) COMPLETE
48882024-12-06T20:36:51.472Z[ recovery-image] Dec 06 20:36:50.804 INFO O| Dec 06 20:36:50.804 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-12-06T20:36:51.478Z[ recovery-image] Dec 06 20:36:50.814 INFO O| Dec 06 20:36:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48902024-12-06T20:36:51.480Z[ recovery-image] Dec 06 20:36:50.814 INFO O| Dec 06 20:36:50.814 INFO STEP 187 (remove_files) COMPLETE
48912024-12-06T20:36:51.480Z[ recovery-image] Dec 06 20:36:50.814 INFO O| Dec 06 20:36:50.814 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-12-06T20:36:51.488Z[ recovery-image] Dec 06 20:36:50.824 INFO O| Dec 06 20:36:50.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48932024-12-06T20:36:51.488Z[ recovery-image] Dec 06 20:36:50.824 INFO O| Dec 06 20:36:50.824 INFO STEP 188 (remove_files) COMPLETE
48942024-12-06T20:36:51.490Z[ recovery-image] Dec 06 20:36:50.824 INFO O| Dec 06 20:36:50.824 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-12-06T20:36:51.497Z[ recovery-image] Dec 06 20:36:50.833 INFO O| Dec 06 20:36:50.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48962024-12-06T20:36:51.497Z[ recovery-image] Dec 06 20:36:50.833 INFO O| Dec 06 20:36:50.833 INFO STEP 189 (remove_files) COMPLETE
48972024-12-06T20:36:51.497Z[ recovery-image] Dec 06 20:36:50.833 INFO O| Dec 06 20:36:50.833 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-12-06T20:36:51.507Z[ recovery-image] Dec 06 20:36:50.843 INFO O| Dec 06 20:36:50.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48992024-12-06T20:36:51.509Z[ recovery-image] Dec 06 20:36:50.843 INFO O| Dec 06 20:36:50.843 INFO STEP 190 (remove_files) COMPLETE
49002024-12-06T20:36:51.509Z[ recovery-image] Dec 06 20:36:50.843 INFO O| Dec 06 20:36:50.843 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-12-06T20:36:51.516Z[ recovery-image] Dec 06 20:36:50.852 INFO O| Dec 06 20:36:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49022024-12-06T20:36:51.516Z[ recovery-image] Dec 06 20:36:50.852 INFO O| Dec 06 20:36:50.852 INFO STEP 191 (remove_files) COMPLETE
49032024-12-06T20:36:51.516Z[ recovery-image] Dec 06 20:36:50.852 INFO O| Dec 06 20:36:50.852 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-12-06T20:36:51.526Z[ recovery-image] Dec 06 20:36:50.862 INFO O| Dec 06 20:36:50.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49052024-12-06T20:36:51.526Z[ recovery-image] Dec 06 20:36:50.862 INFO O| Dec 06 20:36:50.862 INFO STEP 192 (remove_files) COMPLETE
49062024-12-06T20:36:51.528Z[ recovery-image] Dec 06 20:36:50.862 INFO O| Dec 06 20:36:50.862 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-06T20:36:51.535Z[ recovery-image] Dec 06 20:36:50.871 INFO O| Dec 06 20:36:50.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49082024-12-06T20:36:51.535Z[ recovery-image] Dec 06 20:36:50.871 INFO O| Dec 06 20:36:50.871 INFO STEP 193 (remove_files) COMPLETE
49092024-12-06T20:36:51.537Z[ recovery-image] Dec 06 20:36:50.871 INFO O| Dec 06 20:36:50.871 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-12-06T20:36:51.544Z[ recovery-image] Dec 06 20:36:50.880 INFO O| Dec 06 20:36:50.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49112024-12-06T20:36:51.544Z[ recovery-image] Dec 06 20:36:50.880 INFO O| Dec 06 20:36:50.880 INFO STEP 194 (remove_files) COMPLETE
49122024-12-06T20:36:51.544Z[ recovery-image] Dec 06 20:36:50.880 INFO O| Dec 06 20:36:50.880 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-12-06T20:36:51.553Z[ recovery-image] Dec 06 20:36:50.889 INFO O| Dec 06 20:36:50.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49142024-12-06T20:36:51.553Z[ recovery-image] Dec 06 20:36:50.889 INFO O| Dec 06 20:36:50.889 INFO STEP 195 (remove_files) COMPLETE
49152024-12-06T20:36:51.556Z[ recovery-image] Dec 06 20:36:50.889 INFO O| Dec 06 20:36:50.889 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-06T20:36:51.562Z[ recovery-image] Dec 06 20:36:50.899 INFO O| Dec 06 20:36:50.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49172024-12-06T20:36:51.565Z[ recovery-image] Dec 06 20:36:50.899 INFO O| Dec 06 20:36:50.899 INFO STEP 196 (remove_files) COMPLETE
49182024-12-06T20:36:51.565Z[ recovery-image] Dec 06 20:36:50.899 INFO O| Dec 06 20:36:50.899 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-06T20:36:51.572Z[ recovery-image] Dec 06 20:36:50.908 INFO O| Dec 06 20:36:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49202024-12-06T20:36:51.572Z[ recovery-image] Dec 06 20:36:50.908 INFO O| Dec 06 20:36:50.908 INFO STEP 197 (remove_files) COMPLETE
49212024-12-06T20:36:51.572Z[ recovery-image] Dec 06 20:36:50.908 INFO O| Dec 06 20:36:50.908 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-06T20:36:51.581Z[ recovery-image] Dec 06 20:36:50.917 INFO O| Dec 06 20:36:50.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49232024-12-06T20:36:51.584Z[ recovery-image] Dec 06 20:36:50.917 INFO O| Dec 06 20:36:50.917 INFO STEP 198 (remove_files) COMPLETE
49242024-12-06T20:36:51.584Z[ recovery-image] Dec 06 20:36:50.917 INFO O| Dec 06 20:36:50.917 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-06T20:36:51.590Z[ recovery-image] Dec 06 20:36:50.926 INFO O| Dec 06 20:36:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49262024-12-06T20:36:51.590Z[ recovery-image] Dec 06 20:36:50.926 INFO O| Dec 06 20:36:50.926 INFO STEP 199 (remove_files) COMPLETE
49272024-12-06T20:36:51.590Z[ recovery-image] Dec 06 20:36:50.926 INFO O| Dec 06 20:36:50.926 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-06T20:36:51.600Z[ recovery-image] Dec 06 20:36:50.936 INFO O| Dec 06 20:36:50.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49292024-12-06T20:36:51.602Z[ recovery-image] Dec 06 20:36:50.936 INFO O| Dec 06 20:36:50.936 INFO STEP 200 (remove_files) COMPLETE
49302024-12-06T20:36:51.602Z[ recovery-image] Dec 06 20:36:50.936 INFO O| Dec 06 20:36:50.936 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-06T20:36:51.609Z[ recovery-image] Dec 06 20:36:50.945 INFO O| Dec 06 20:36:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49322024-12-06T20:36:51.609Z[ recovery-image] Dec 06 20:36:50.945 INFO O| Dec 06 20:36:50.945 INFO STEP 201 (remove_files) COMPLETE
49332024-12-06T20:36:51.609Z[ recovery-image] Dec 06 20:36:50.945 INFO O| Dec 06 20:36:50.945 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-06T20:36:51.618Z[ recovery-image] Dec 06 20:36:50.954 INFO O| Dec 06 20:36:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49352024-12-06T20:36:51.622Z[ recovery-image] Dec 06 20:36:50.954 INFO O| Dec 06 20:36:50.954 INFO STEP 202 (remove_files) COMPLETE
49362024-12-06T20:36:51.622Z[ recovery-image] Dec 06 20:36:50.954 INFO O| Dec 06 20:36:50.954 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-06T20:36:51.627Z[ recovery-image] Dec 06 20:36:50.963 INFO O| Dec 06 20:36:50.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49382024-12-06T20:36:51.627Z[ recovery-image] Dec 06 20:36:50.963 INFO O| Dec 06 20:36:50.963 INFO STEP 203 (remove_files) COMPLETE
49392024-12-06T20:36:51.627Z[ recovery-image] Dec 06 20:36:50.963 INFO O| Dec 06 20:36:50.963 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-06T20:36:51.636Z[ recovery-image] Dec 06 20:36:50.972 INFO O| Dec 06 20:36:50.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49412024-12-06T20:36:51.636Z[ recovery-image] Dec 06 20:36:50.972 INFO O| Dec 06 20:36:50.972 INFO STEP 204 (remove_files) COMPLETE
49422024-12-06T20:36:51.639Z[ recovery-image] Dec 06 20:36:50.972 INFO O| Dec 06 20:36:50.972 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-06T20:36:51.646Z[ recovery-image] Dec 06 20:36:50.982 INFO O| Dec 06 20:36:50.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49442024-12-06T20:36:51.648Z[ recovery-image] Dec 06 20:36:50.982 INFO O| Dec 06 20:36:50.982 INFO STEP 205 (remove_files) COMPLETE
49452024-12-06T20:36:51.648Z[ recovery-image] Dec 06 20:36:50.982 INFO O| Dec 06 20:36:50.982 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-06T20:36:51.655Z[ recovery-image] Dec 06 20:36:50.991 INFO O| Dec 06 20:36:50.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49472024-12-06T20:36:51.655Z[ recovery-image] Dec 06 20:36:50.991 INFO O| Dec 06 20:36:50.991 INFO STEP 206 (remove_files) COMPLETE
49482024-12-06T20:36:51.657Z[ recovery-image] Dec 06 20:36:50.991 INFO O| Dec 06 20:36:50.991 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-06T20:36:51.664Z[ recovery-image] Dec 06 20:36:51.000 INFO O| Dec 06 20:36:51.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49502024-12-06T20:36:51.666Z[ recovery-image] Dec 06 20:36:51.000 INFO O| Dec 06 20:36:51.000 INFO STEP 207 (remove_files) COMPLETE
49512024-12-06T20:36:51.666Z[ recovery-image] Dec 06 20:36:51.000 INFO O| Dec 06 20:36:51.000 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-06T20:36:51.675Z[ recovery-image] Dec 06 20:36:51.011 INFO O| Dec 06 20:36:51.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49532024-12-06T20:36:51.675Z[ recovery-image] Dec 06 20:36:51.011 INFO O| Dec 06 20:36:51.011 INFO STEP 208 (remove_files) COMPLETE
49542024-12-06T20:36:51.678Z[ recovery-image] Dec 06 20:36:51.011 INFO O| Dec 06 20:36:51.011 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-06T20:36:51.684Z[ recovery-image] Dec 06 20:36:51.020 INFO O| Dec 06 20:36:51.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49562024-12-06T20:36:51.686Z[ recovery-image] Dec 06 20:36:51.020 INFO O| Dec 06 20:36:51.020 INFO STEP 209 (remove_files) COMPLETE
49572024-12-06T20:36:51.686Z[ recovery-image] Dec 06 20:36:51.020 INFO O| Dec 06 20:36:51.020 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-06T20:36:51.693Z[ recovery-image] Dec 06 20:36:51.029 INFO O| Dec 06 20:36:51.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49592024-12-06T20:36:51.695Z[ recovery-image] Dec 06 20:36:51.029 INFO O| Dec 06 20:36:51.029 INFO STEP 210 (remove_files) COMPLETE
49602024-12-06T20:36:51.695Z[ recovery-image] Dec 06 20:36:51.029 INFO O| Dec 06 20:36:51.029 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-06T20:36:51.703Z[ recovery-image] Dec 06 20:36:51.039 INFO O| Dec 06 20:36:51.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49622024-12-06T20:36:51.703Z[ recovery-image] Dec 06 20:36:51.039 INFO O| Dec 06 20:36:51.039 INFO STEP 211 (remove_files) COMPLETE
49632024-12-06T20:36:51.705Z[ recovery-image] Dec 06 20:36:51.039 INFO O| Dec 06 20:36:51.039 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-06T20:36:51.712Z[ recovery-image] Dec 06 20:36:51.048 INFO O| Dec 06 20:36:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49652024-12-06T20:36:51.712Z[ recovery-image] Dec 06 20:36:51.048 INFO O| Dec 06 20:36:51.048 INFO STEP 212 (remove_files) COMPLETE
49662024-12-06T20:36:51.715Z[ recovery-image] Dec 06 20:36:51.048 INFO O| Dec 06 20:36:51.048 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-06T20:36:51.721Z[ recovery-image] Dec 06 20:36:51.057 INFO O| Dec 06 20:36:51.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49682024-12-06T20:36:51.721Z[ recovery-image] Dec 06 20:36:51.057 INFO O| Dec 06 20:36:51.057 INFO STEP 213 (remove_files) COMPLETE
49692024-12-06T20:36:51.723Z[ recovery-image] Dec 06 20:36:51.057 INFO O| Dec 06 20:36:51.057 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-06T20:36:51.730Z[ recovery-image] Dec 06 20:36:51.066 INFO O| Dec 06 20:36:51.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49712024-12-06T20:36:51.732Z[ recovery-image] Dec 06 20:36:51.066 INFO O| Dec 06 20:36:51.066 INFO STEP 214 (remove_files) COMPLETE
49722024-12-06T20:36:51.732Z[ recovery-image] Dec 06 20:36:51.066 INFO O| Dec 06 20:36:51.066 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-06T20:36:51.739Z[ recovery-image] Dec 06 20:36:51.075 INFO O| Dec 06 20:36:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49742024-12-06T20:36:51.742Z[ recovery-image] Dec 06 20:36:51.075 INFO O| Dec 06 20:36:51.075 INFO STEP 215 (remove_files) COMPLETE
49752024-12-06T20:36:51.742Z[ recovery-image] Dec 06 20:36:51.075 INFO O| Dec 06 20:36:51.075 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-06T20:36:51.748Z[ recovery-image] Dec 06 20:36:51.084 INFO O| Dec 06 20:36:51.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49772024-12-06T20:36:51.749Z[ recovery-image] Dec 06 20:36:51.085 INFO O| Dec 06 20:36:51.084 INFO STEP 216 (remove_files) COMPLETE
49782024-12-06T20:36:51.749Z[ recovery-image] Dec 06 20:36:51.085 INFO O| Dec 06 20:36:51.085 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-06T20:36:51.758Z[ recovery-image] Dec 06 20:36:51.094 INFO O| Dec 06 20:36:51.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49802024-12-06T20:36:51.758Z[ recovery-image] Dec 06 20:36:51.094 INFO O| Dec 06 20:36:51.094 INFO STEP 217 (remove_files) COMPLETE
49812024-12-06T20:36:51.760Z[ recovery-image] Dec 06 20:36:51.094 INFO O| Dec 06 20:36:51.094 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-06T20:36:51.767Z[ recovery-image] Dec 06 20:36:51.103 INFO O| Dec 06 20:36:51.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49832024-12-06T20:36:51.767Z[ recovery-image] Dec 06 20:36:51.103 INFO O| Dec 06 20:36:51.103 INFO STEP 218 (remove_files) COMPLETE
49842024-12-06T20:36:51.770Z[ recovery-image] Dec 06 20:36:51.103 INFO O| Dec 06 20:36:51.103 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-06T20:36:51.777Z[ recovery-image] Dec 06 20:36:51.112 INFO O| Dec 06 20:36:51.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49862024-12-06T20:36:51.777Z[ recovery-image] Dec 06 20:36:51.112 INFO O| Dec 06 20:36:51.112 INFO STEP 219 (remove_files) COMPLETE
49872024-12-06T20:36:51.777Z[ recovery-image] Dec 06 20:36:51.112 INFO O| Dec 06 20:36:51.112 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-06T20:36:51.786Z[ recovery-image] Dec 06 20:36:51.122 INFO O| Dec 06 20:36:51.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49892024-12-06T20:36:51.786Z[ recovery-image] Dec 06 20:36:51.122 INFO O| Dec 06 20:36:51.122 INFO STEP 220 (remove_files) COMPLETE
49902024-12-06T20:36:51.789Z[ recovery-image] Dec 06 20:36:51.122 INFO O| Dec 06 20:36:51.122 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-06T20:36:51.795Z[ recovery-image] Dec 06 20:36:51.131 INFO O| Dec 06 20:36:51.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49922024-12-06T20:36:51.795Z[ recovery-image] Dec 06 20:36:51.131 INFO O| Dec 06 20:36:51.131 INFO STEP 221 (remove_files) COMPLETE
49932024-12-06T20:36:51.795Z[ recovery-image] Dec 06 20:36:51.131 INFO O| Dec 06 20:36:51.131 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-06T20:36:51.805Z[ recovery-image] Dec 06 20:36:51.141 INFO O| Dec 06 20:36:51.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49952024-12-06T20:36:51.807Z[ recovery-image] Dec 06 20:36:51.141 INFO O| Dec 06 20:36:51.141 INFO STEP 222 (remove_files) COMPLETE
49962024-12-06T20:36:51.807Z[ recovery-image] Dec 06 20:36:51.141 INFO O| Dec 06 20:36:51.141 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-06T20:36:51.814Z[ recovery-image] Dec 06 20:36:51.150 INFO O| Dec 06 20:36:51.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49982024-12-06T20:36:51.818Z[ recovery-image] Dec 06 20:36:51.150 INFO O| Dec 06 20:36:51.150 INFO STEP 223 (remove_files) COMPLETE
49992024-12-06T20:36:51.818Z[ recovery-image] Dec 06 20:36:51.150 INFO O| Dec 06 20:36:51.150 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-06T20:36:51.823Z[ recovery-image] Dec 06 20:36:51.159 INFO O| Dec 06 20:36:51.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50012024-12-06T20:36:51.826Z[ recovery-image] Dec 06 20:36:51.159 INFO O| Dec 06 20:36:51.159 INFO STEP 224 (remove_files) COMPLETE
50022024-12-06T20:36:51.826Z[ recovery-image] Dec 06 20:36:51.160 INFO O| Dec 06 20:36:51.159 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-06T20:36:51.833Z[ recovery-image] Dec 06 20:36:51.169 INFO O| Dec 06 20:36:51.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50042024-12-06T20:36:51.835Z[ recovery-image] Dec 06 20:36:51.169 INFO O| Dec 06 20:36:51.169 INFO STEP 225 (remove_files) COMPLETE
50052024-12-06T20:36:51.835Z[ recovery-image] Dec 06 20:36:51.169 INFO O| Dec 06 20:36:51.169 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-06T20:36:51.842Z[ recovery-image] Dec 06 20:36:51.178 INFO O| Dec 06 20:36:51.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50072024-12-06T20:36:51.842Z[ recovery-image] Dec 06 20:36:51.178 INFO O| Dec 06 20:36:51.178 INFO STEP 226 (remove_files) COMPLETE
50082024-12-06T20:36:51.842Z[ recovery-image] Dec 06 20:36:51.178 INFO O| Dec 06 20:36:51.178 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-06T20:36:51.854Z[ recovery-image] Dec 06 20:36:51.188 INFO O| Dec 06 20:36:51.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50102024-12-06T20:36:51.857Z[ recovery-image] Dec 06 20:36:51.188 INFO O| Dec 06 20:36:51.188 INFO STEP 227 (remove_files) COMPLETE
50112024-12-06T20:36:51.857Z[ recovery-image] Dec 06 20:36:51.188 INFO O| Dec 06 20:36:51.188 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-06T20:36:51.861Z[ recovery-image] Dec 06 20:36:51.197 INFO O| Dec 06 20:36:51.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50132024-12-06T20:36:51.864Z[ recovery-image] Dec 06 20:36:51.198 INFO O| Dec 06 20:36:51.198 INFO STEP 228 (remove_files) COMPLETE
50142024-12-06T20:36:51.864Z[ recovery-image] Dec 06 20:36:51.198 INFO O| Dec 06 20:36:51.198 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-06T20:36:51.871Z[ recovery-image] Dec 06 20:36:51.207 INFO O| Dec 06 20:36:51.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50162024-12-06T20:36:51.873Z[ recovery-image] Dec 06 20:36:51.207 INFO O| Dec 06 20:36:51.207 INFO STEP 229 (remove_files) COMPLETE
50172024-12-06T20:36:51.873Z[ recovery-image] Dec 06 20:36:51.207 INFO O| Dec 06 20:36:51.207 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-06T20:36:51.880Z[ recovery-image] Dec 06 20:36:51.216 INFO O| Dec 06 20:36:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50192024-12-06T20:36:51.880Z[ recovery-image] Dec 06 20:36:51.216 INFO O| Dec 06 20:36:51.216 INFO STEP 230 (remove_files) COMPLETE
50202024-12-06T20:36:51.882Z[ recovery-image] Dec 06 20:36:51.216 INFO O| Dec 06 20:36:51.216 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-06T20:36:51.889Z[ recovery-image] Dec 06 20:36:51.225 INFO O| Dec 06 20:36:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50222024-12-06T20:36:51.889Z[ recovery-image] Dec 06 20:36:51.225 INFO O| Dec 06 20:36:51.225 INFO STEP 231 (remove_files) COMPLETE
50232024-12-06T20:36:51.892Z[ recovery-image] Dec 06 20:36:51.225 INFO O| Dec 06 20:36:51.225 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-06T20:36:51.899Z[ recovery-image] Dec 06 20:36:51.235 INFO O| Dec 06 20:36:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50252024-12-06T20:36:51.901Z[ recovery-image] Dec 06 20:36:51.235 INFO O| Dec 06 20:36:51.235 INFO STEP 232 (remove_files) COMPLETE
50262024-12-06T20:36:51.901Z[ recovery-image] Dec 06 20:36:51.235 INFO O| Dec 06 20:36:51.235 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-06T20:36:51.909Z[ recovery-image] Dec 06 20:36:51.245 INFO O| Dec 06 20:36:51.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50282024-12-06T20:36:51.909Z[ recovery-image] Dec 06 20:36:51.245 INFO O| Dec 06 20:36:51.245 INFO STEP 233 (remove_files) COMPLETE
50292024-12-06T20:36:51.911Z[ recovery-image] Dec 06 20:36:51.245 INFO O| Dec 06 20:36:51.245 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-06T20:36:51.918Z[ recovery-image] Dec 06 20:36:51.254 INFO O| Dec 06 20:36:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50312024-12-06T20:36:51.918Z[ recovery-image] Dec 06 20:36:51.254 INFO O| Dec 06 20:36:51.254 INFO STEP 234 (remove_files) COMPLETE
50322024-12-06T20:36:51.918Z[ recovery-image] Dec 06 20:36:51.254 INFO O| Dec 06 20:36:51.254 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-12-06T20:36:51.928Z[ recovery-image] Dec 06 20:36:51.264 INFO O| Dec 06 20:36:51.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50342024-12-06T20:36:51.928Z[ recovery-image] Dec 06 20:36:51.264 INFO O| Dec 06 20:36:51.264 INFO STEP 235 (remove_files) COMPLETE
50352024-12-06T20:36:51.930Z[ recovery-image] Dec 06 20:36:51.264 INFO O| Dec 06 20:36:51.264 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-12-06T20:36:51.937Z[ recovery-image] Dec 06 20:36:51.273 INFO O| Dec 06 20:36:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50372024-12-06T20:36:51.937Z[ recovery-image] Dec 06 20:36:51.273 INFO O| Dec 06 20:36:51.273 INFO STEP 236 (remove_files) COMPLETE
50382024-12-06T20:36:51.939Z[ recovery-image] Dec 06 20:36:51.273 INFO O| Dec 06 20:36:51.273 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-12-06T20:36:51.947Z[ recovery-image] Dec 06 20:36:51.283 INFO O| Dec 06 20:36:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50402024-12-06T20:36:51.947Z[ recovery-image] Dec 06 20:36:51.283 INFO O| Dec 06 20:36:51.283 INFO STEP 237 (remove_files) COMPLETE
50412024-12-06T20:36:51.949Z[ recovery-image] Dec 06 20:36:51.283 INFO O| Dec 06 20:36:51.283 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-12-06T20:36:51.956Z[ recovery-image] Dec 06 20:36:51.292 INFO O| Dec 06 20:36:51.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50432024-12-06T20:36:51.959Z[ recovery-image] Dec 06 20:36:51.292 INFO O| Dec 06 20:36:51.292 INFO STEP 238 (remove_files) COMPLETE
50442024-12-06T20:36:51.959Z[ recovery-image] Dec 06 20:36:51.292 INFO O| Dec 06 20:36:51.292 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-12-06T20:36:51.966Z[ recovery-image] Dec 06 20:36:51.302 INFO O| Dec 06 20:36:51.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50462024-12-06T20:36:51.966Z[ recovery-image] Dec 06 20:36:51.302 INFO O| Dec 06 20:36:51.302 INFO STEP 239 (remove_files) COMPLETE
50472024-12-06T20:36:51.968Z[ recovery-image] Dec 06 20:36:51.302 INFO O| Dec 06 20:36:51.302 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-12-06T20:36:51.975Z[ recovery-image] Dec 06 20:36:51.311 INFO O| Dec 06 20:36:51.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50492024-12-06T20:36:51.975Z[ recovery-image] Dec 06 20:36:51.311 INFO O| Dec 06 20:36:51.311 INFO STEP 240 (remove_files) COMPLETE
50502024-12-06T20:36:51.975Z[ recovery-image] Dec 06 20:36:51.311 INFO O| Dec 06 20:36:51.311 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-12-06T20:36:51.984Z[ recovery-image] Dec 06 20:36:51.320 INFO O| Dec 06 20:36:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50522024-12-06T20:36:51.984Z[ recovery-image] Dec 06 20:36:51.320 INFO O| Dec 06 20:36:51.320 INFO STEP 241 (remove_files) COMPLETE
50532024-12-06T20:36:51.987Z[ recovery-image] Dec 06 20:36:51.320 INFO O| Dec 06 20:36:51.320 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-12-06T20:36:51.994Z[ recovery-image] Dec 06 20:36:51.330 INFO O| Dec 06 20:36:51.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50552024-12-06T20:36:51.996Z[ recovery-image] Dec 06 20:36:51.330 INFO O| Dec 06 20:36:51.330 INFO STEP 242 (remove_files) COMPLETE
50562024-12-06T20:36:51.996Z[ recovery-image] Dec 06 20:36:51.330 INFO O| Dec 06 20:36:51.330 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-06T20:36:52.004Z[ recovery-image] Dec 06 20:36:51.340 INFO O| Dec 06 20:36:51.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50582024-12-06T20:36:52.006Z[ recovery-image] Dec 06 20:36:51.340 INFO O| Dec 06 20:36:51.340 INFO STEP 243 (remove_files) COMPLETE
50592024-12-06T20:36:52.006Z[ recovery-image] Dec 06 20:36:51.340 INFO O| Dec 06 20:36:51.340 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-06T20:36:52.014Z[ recovery-image] Dec 06 20:36:51.350 INFO O| Dec 06 20:36:51.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50612024-12-06T20:36:52.014Z[ recovery-image] Dec 06 20:36:51.350 INFO O| Dec 06 20:36:51.350 INFO STEP 244 (remove_files) COMPLETE
50622024-12-06T20:36:52.017Z[ recovery-image] Dec 06 20:36:51.350 INFO O| Dec 06 20:36:51.350 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-06T20:36:52.023Z[ recovery-image] Dec 06 20:36:51.359 INFO O| Dec 06 20:36:51.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50642024-12-06T20:36:52.023Z[ recovery-image] Dec 06 20:36:51.359 INFO O| Dec 06 20:36:51.359 INFO STEP 245 (remove_files) COMPLETE
50652024-12-06T20:36:52.026Z[ recovery-image] Dec 06 20:36:51.359 INFO O| Dec 06 20:36:51.359 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-06T20:36:52.032Z[ recovery-image] Dec 06 20:36:51.368 INFO O| Dec 06 20:36:51.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50672024-12-06T20:36:52.032Z[ recovery-image] Dec 06 20:36:51.368 INFO O| Dec 06 20:36:51.368 INFO STEP 246 (remove_files) COMPLETE
50682024-12-06T20:36:52.035Z[ recovery-image] Dec 06 20:36:51.368 INFO O| Dec 06 20:36:51.368 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-06T20:36:52.042Z[ recovery-image] Dec 06 20:36:51.378 INFO O| Dec 06 20:36:51.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50702024-12-06T20:36:52.042Z[ recovery-image] Dec 06 20:36:51.378 INFO O| Dec 06 20:36:51.378 INFO STEP 247 (remove_files) COMPLETE
50712024-12-06T20:36:52.042Z[ recovery-image] Dec 06 20:36:51.378 INFO O| Dec 06 20:36:51.378 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-06T20:36:52.051Z[ recovery-image] Dec 06 20:36:51.387 INFO O| Dec 06 20:36:51.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50732024-12-06T20:36:52.051Z[ recovery-image] Dec 06 20:36:51.387 INFO O| Dec 06 20:36:51.387 INFO STEP 248 (remove_files) COMPLETE
50742024-12-06T20:36:52.054Z[ recovery-image] Dec 06 20:36:51.387 INFO O| Dec 06 20:36:51.387 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-06T20:36:52.060Z[ recovery-image] Dec 06 20:36:51.396 INFO O| Dec 06 20:36:51.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50762024-12-06T20:36:52.060Z[ recovery-image] Dec 06 20:36:51.396 INFO O| Dec 06 20:36:51.396 INFO STEP 249 (remove_files) COMPLETE
50772024-12-06T20:36:52.063Z[ recovery-image] Dec 06 20:36:51.396 INFO O| Dec 06 20:36:51.396 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-06T20:36:52.070Z[ recovery-image] Dec 06 20:36:51.406 INFO O| Dec 06 20:36:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50792024-12-06T20:36:52.070Z[ recovery-image] Dec 06 20:36:51.406 INFO O| Dec 06 20:36:51.406 INFO STEP 250 (remove_files) COMPLETE
50802024-12-06T20:36:52.070Z[ recovery-image] Dec 06 20:36:51.406 INFO O| Dec 06 20:36:51.406 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-06T20:36:52.080Z[ recovery-image] Dec 06 20:36:51.415 INFO O| Dec 06 20:36:51.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50822024-12-06T20:36:52.083Z[ recovery-image] Dec 06 20:36:51.416 INFO O| Dec 06 20:36:51.416 INFO STEP 251 (remove_files) COMPLETE
50832024-12-06T20:36:52.083Z[ recovery-image] Dec 06 20:36:51.416 INFO O| Dec 06 20:36:51.416 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-06T20:36:52.089Z[ recovery-image] Dec 06 20:36:51.425 INFO O| Dec 06 20:36:51.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50852024-12-06T20:36:52.092Z[ recovery-image] Dec 06 20:36:51.425 INFO O| Dec 06 20:36:51.425 INFO STEP 252 (remove_files) COMPLETE
50862024-12-06T20:36:52.092Z[ recovery-image] Dec 06 20:36:51.425 INFO O| Dec 06 20:36:51.425 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-06T20:36:52.099Z[ recovery-image] Dec 06 20:36:51.435 INFO O| Dec 06 20:36:51.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50882024-12-06T20:36:52.099Z[ recovery-image] Dec 06 20:36:51.435 INFO O| Dec 06 20:36:51.435 INFO STEP 253 (remove_files) COMPLETE
50892024-12-06T20:36:52.101Z[ recovery-image] Dec 06 20:36:51.435 INFO O| Dec 06 20:36:51.435 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-06T20:36:52.108Z[ recovery-image] Dec 06 20:36:51.444 INFO O| Dec 06 20:36:51.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50912024-12-06T20:36:52.110Z[ recovery-image] Dec 06 20:36:51.444 INFO O| Dec 06 20:36:51.444 INFO STEP 254 (remove_files) COMPLETE
50922024-12-06T20:36:52.110Z[ recovery-image] Dec 06 20:36:51.444 INFO O| Dec 06 20:36:51.444 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-06T20:36:52.117Z[ recovery-image] Dec 06 20:36:51.453 INFO O| Dec 06 20:36:51.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50942024-12-06T20:36:52.117Z[ recovery-image] Dec 06 20:36:51.453 INFO O| Dec 06 20:36:51.453 INFO STEP 255 (remove_files) COMPLETE
50952024-12-06T20:36:52.117Z[ recovery-image] Dec 06 20:36:51.453 INFO O| Dec 06 20:36:51.453 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-06T20:36:52.126Z[ recovery-image] Dec 06 20:36:51.462 INFO O| Dec 06 20:36:51.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50972024-12-06T20:36:52.127Z[ recovery-image] Dec 06 20:36:51.462 INFO O| Dec 06 20:36:51.462 INFO STEP 256 (remove_files) COMPLETE
50982024-12-06T20:36:52.127Z[ recovery-image] Dec 06 20:36:51.462 INFO O| Dec 06 20:36:51.462 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-06T20:36:52.135Z[ recovery-image] Dec 06 20:36:51.471 INFO O| Dec 06 20:36:51.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51002024-12-06T20:36:52.138Z[ recovery-image] Dec 06 20:36:51.471 INFO O| Dec 06 20:36:51.471 INFO STEP 257 (remove_files) COMPLETE
51012024-12-06T20:36:52.138Z[ recovery-image] Dec 06 20:36:51.471 INFO O| Dec 06 20:36:51.471 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-06T20:36:52.145Z[ recovery-image] Dec 06 20:36:51.481 INFO O| Dec 06 20:36:51.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51032024-12-06T20:36:52.147Z[ recovery-image] Dec 06 20:36:51.481 INFO O| Dec 06 20:36:51.481 INFO STEP 258 (remove_files) COMPLETE
51042024-12-06T20:36:52.147Z[ recovery-image] Dec 06 20:36:51.481 INFO O| Dec 06 20:36:51.481 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-06T20:36:52.154Z[ recovery-image] Dec 06 20:36:51.490 INFO O| Dec 06 20:36:51.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51062024-12-06T20:36:52.154Z[ recovery-image] Dec 06 20:36:51.490 INFO O| Dec 06 20:36:51.490 INFO STEP 259 (remove_files) COMPLETE
51072024-12-06T20:36:52.157Z[ recovery-image] Dec 06 20:36:51.490 INFO O| Dec 06 20:36:51.490 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-06T20:36:52.164Z[ recovery-image] Dec 06 20:36:51.500 INFO O| Dec 06 20:36:51.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51092024-12-06T20:36:52.164Z[ recovery-image] Dec 06 20:36:51.500 INFO O| Dec 06 20:36:51.500 INFO STEP 260 (remove_files) COMPLETE
51102024-12-06T20:36:52.166Z[ recovery-image] Dec 06 20:36:51.500 INFO O| Dec 06 20:36:51.500 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-06T20:36:52.173Z[ recovery-image] Dec 06 20:36:51.509 INFO O| Dec 06 20:36:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51122024-12-06T20:36:52.176Z[ recovery-image] Dec 06 20:36:51.509 INFO O| Dec 06 20:36:51.509 INFO STEP 261 (remove_files) COMPLETE
51132024-12-06T20:36:52.176Z[ recovery-image] Dec 06 20:36:51.509 INFO O| Dec 06 20:36:51.509 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-06T20:36:52.182Z[ recovery-image] Dec 06 20:36:51.518 INFO O| Dec 06 20:36:51.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51152024-12-06T20:36:52.185Z[ recovery-image] Dec 06 20:36:51.519 INFO O| Dec 06 20:36:51.519 INFO STEP 262 (remove_files) COMPLETE
51162024-12-06T20:36:52.185Z[ recovery-image] Dec 06 20:36:51.519 INFO O| Dec 06 20:36:51.519 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-06T20:36:52.192Z[ recovery-image] Dec 06 20:36:51.528 INFO O| Dec 06 20:36:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51182024-12-06T20:36:52.192Z[ recovery-image] Dec 06 20:36:51.528 INFO O| Dec 06 20:36:51.528 INFO STEP 263 (remove_files) COMPLETE
51192024-12-06T20:36:52.192Z[ recovery-image] Dec 06 20:36:51.528 INFO O| Dec 06 20:36:51.528 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-06T20:36:52.203Z[ recovery-image] Dec 06 20:36:51.537 INFO O| Dec 06 20:36:51.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51212024-12-06T20:36:52.203Z[ recovery-image] Dec 06 20:36:51.537 INFO O| Dec 06 20:36:51.537 INFO STEP 264 (remove_files) COMPLETE
51222024-12-06T20:36:52.206Z[ recovery-image] Dec 06 20:36:51.537 INFO O| Dec 06 20:36:51.537 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-06T20:36:52.211Z[ recovery-image] Dec 06 20:36:51.547 INFO O| Dec 06 20:36:51.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51242024-12-06T20:36:52.211Z[ recovery-image] Dec 06 20:36:51.547 INFO O| Dec 06 20:36:51.547 INFO STEP 265 (remove_files) COMPLETE
51252024-12-06T20:36:52.211Z[ recovery-image] Dec 06 20:36:51.547 INFO O| Dec 06 20:36:51.547 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-06T20:36:52.220Z[ recovery-image] Dec 06 20:36:51.556 INFO O| Dec 06 20:36:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51272024-12-06T20:36:52.220Z[ recovery-image] Dec 06 20:36:51.556 INFO O| Dec 06 20:36:51.556 INFO STEP 266 (remove_files) COMPLETE
51282024-12-06T20:36:52.222Z[ recovery-image] Dec 06 20:36:51.556 INFO O| Dec 06 20:36:51.556 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-06T20:36:52.229Z[ recovery-image] Dec 06 20:36:51.565 INFO O| Dec 06 20:36:51.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51302024-12-06T20:36:52.229Z[ recovery-image] Dec 06 20:36:51.565 INFO O| Dec 06 20:36:51.565 INFO STEP 267 (remove_files) COMPLETE
51312024-12-06T20:36:52.232Z[ recovery-image] Dec 06 20:36:51.565 INFO O| Dec 06 20:36:51.565 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-06T20:36:52.238Z[ recovery-image] Dec 06 20:36:51.574 INFO O| Dec 06 20:36:51.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51332024-12-06T20:36:52.238Z[ recovery-image] Dec 06 20:36:51.574 INFO O| Dec 06 20:36:51.574 INFO STEP 268 (remove_files) COMPLETE
51342024-12-06T20:36:52.238Z[ recovery-image] Dec 06 20:36:51.574 INFO O| Dec 06 20:36:51.574 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-06T20:36:52.248Z[ recovery-image] Dec 06 20:36:51.584 INFO O| Dec 06 20:36:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51362024-12-06T20:36:52.250Z[ recovery-image] Dec 06 20:36:51.584 INFO O| Dec 06 20:36:51.584 INFO STEP 269 (remove_files) COMPLETE
51372024-12-06T20:36:52.250Z[ recovery-image] Dec 06 20:36:51.584 INFO O| Dec 06 20:36:51.584 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-06T20:36:52.257Z[ recovery-image] Dec 06 20:36:51.593 INFO O| Dec 06 20:36:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51392024-12-06T20:36:52.259Z[ recovery-image] Dec 06 20:36:51.593 INFO O| Dec 06 20:36:51.593 INFO STEP 270 (remove_files) COMPLETE
51402024-12-06T20:36:52.259Z[ recovery-image] Dec 06 20:36:51.593 INFO O| Dec 06 20:36:51.593 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-06T20:36:52.267Z[ recovery-image] Dec 06 20:36:51.603 INFO O| Dec 06 20:36:51.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51422024-12-06T20:36:52.269Z[ recovery-image] Dec 06 20:36:51.603 INFO O| Dec 06 20:36:51.603 INFO STEP 271 (remove_files) COMPLETE
51432024-12-06T20:36:52.269Z[ recovery-image] Dec 06 20:36:51.603 INFO O| Dec 06 20:36:51.603 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-06T20:36:52.277Z[ recovery-image] Dec 06 20:36:51.613 INFO O| Dec 06 20:36:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51452024-12-06T20:36:52.277Z[ recovery-image] Dec 06 20:36:51.613 INFO O| Dec 06 20:36:51.613 INFO STEP 272 (remove_files) COMPLETE
51462024-12-06T20:36:52.277Z[ recovery-image] Dec 06 20:36:51.613 INFO O| Dec 06 20:36:51.613 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-06T20:36:52.286Z[ recovery-image] Dec 06 20:36:51.622 INFO O| Dec 06 20:36:51.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51482024-12-06T20:36:52.286Z[ recovery-image] Dec 06 20:36:51.622 INFO O| Dec 06 20:36:51.622 INFO STEP 273 (remove_files) COMPLETE
51492024-12-06T20:36:52.286Z[ recovery-image] Dec 06 20:36:51.622 INFO O| Dec 06 20:36:51.622 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-06T20:36:52.296Z[ recovery-image] Dec 06 20:36:51.632 INFO O| Dec 06 20:36:51.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51512024-12-06T20:36:52.296Z[ recovery-image] Dec 06 20:36:51.632 INFO O| Dec 06 20:36:51.632 INFO STEP 274 (remove_files) COMPLETE
51522024-12-06T20:36:52.296Z[ recovery-image] Dec 06 20:36:51.632 INFO O| Dec 06 20:36:51.632 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-06T20:36:52.305Z[ recovery-image] Dec 06 20:36:51.641 INFO O| Dec 06 20:36:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51542024-12-06T20:36:52.307Z[ recovery-image] Dec 06 20:36:51.641 INFO O| Dec 06 20:36:51.641 INFO STEP 275 (remove_files) COMPLETE
51552024-12-06T20:36:52.307Z[ recovery-image] Dec 06 20:36:51.641 INFO O| Dec 06 20:36:51.641 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-06T20:36:52.314Z[ recovery-image] Dec 06 20:36:51.650 INFO O| Dec 06 20:36:51.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51572024-12-06T20:36:52.317Z[ recovery-image] Dec 06 20:36:51.650 INFO O| Dec 06 20:36:51.650 INFO STEP 276 (remove_files) COMPLETE
51582024-12-06T20:36:52.318Z[ recovery-image] Dec 06 20:36:51.651 INFO O| Dec 06 20:36:51.650 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-06T20:36:52.324Z[ recovery-image] Dec 06 20:36:51.660 INFO O| Dec 06 20:36:51.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51602024-12-06T20:36:52.326Z[ recovery-image] Dec 06 20:36:51.660 INFO O| Dec 06 20:36:51.660 INFO STEP 277 (remove_files) COMPLETE
51612024-12-06T20:36:52.326Z[ recovery-image] Dec 06 20:36:51.660 INFO O| Dec 06 20:36:51.660 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-06T20:36:52.333Z[ recovery-image] Dec 06 20:36:51.669 INFO O| Dec 06 20:36:51.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51632024-12-06T20:36:52.333Z[ recovery-image] Dec 06 20:36:51.669 INFO O| Dec 06 20:36:51.669 INFO STEP 278 (remove_files) COMPLETE
51642024-12-06T20:36:52.333Z[ recovery-image] Dec 06 20:36:51.669 INFO O| Dec 06 20:36:51.669 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-06T20:36:52.343Z[ recovery-image] Dec 06 20:36:51.679 INFO O| Dec 06 20:36:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51662024-12-06T20:36:52.343Z[ recovery-image] Dec 06 20:36:51.679 INFO O| Dec 06 20:36:51.679 INFO STEP 279 (remove_files) COMPLETE
51672024-12-06T20:36:52.346Z[ recovery-image] Dec 06 20:36:51.679 INFO O| Dec 06 20:36:51.679 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-06T20:36:52.353Z[ recovery-image] Dec 06 20:36:51.689 INFO O| Dec 06 20:36:51.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51692024-12-06T20:36:52.353Z[ recovery-image] Dec 06 20:36:51.689 INFO O| Dec 06 20:36:51.689 INFO STEP 280 (remove_files) COMPLETE
51702024-12-06T20:36:52.355Z[ recovery-image] Dec 06 20:36:51.689 INFO O| Dec 06 20:36:51.689 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-06T20:36:52.362Z[ recovery-image] Dec 06 20:36:51.698 INFO O| Dec 06 20:36:51.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51722024-12-06T20:36:52.362Z[ recovery-image] Dec 06 20:36:51.698 INFO O| Dec 06 20:36:51.698 INFO STEP 281 (remove_files) COMPLETE
51732024-12-06T20:36:52.366Z[ recovery-image] Dec 06 20:36:51.698 INFO O| Dec 06 20:36:51.698 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-06T20:36:52.372Z[ recovery-image] Dec 06 20:36:51.708 INFO O| Dec 06 20:36:51.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51752024-12-06T20:36:52.374Z[ recovery-image] Dec 06 20:36:51.708 INFO O| Dec 06 20:36:51.708 INFO STEP 282 (remove_files) COMPLETE
51762024-12-06T20:36:52.374Z[ recovery-image] Dec 06 20:36:51.708 INFO O| Dec 06 20:36:51.708 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-06T20:36:52.381Z[ recovery-image] Dec 06 20:36:51.717 INFO O| Dec 06 20:36:51.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51782024-12-06T20:36:52.384Z[ recovery-image] Dec 06 20:36:51.717 INFO O| Dec 06 20:36:51.717 INFO STEP 283 (remove_files) COMPLETE
51792024-12-06T20:36:52.384Z[ recovery-image] Dec 06 20:36:51.717 INFO O| Dec 06 20:36:51.717 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-06T20:36:52.390Z[ recovery-image] Dec 06 20:36:51.726 INFO O| Dec 06 20:36:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51812024-12-06T20:36:52.390Z[ recovery-image] Dec 06 20:36:51.726 INFO O| Dec 06 20:36:51.726 INFO STEP 284 (remove_files) COMPLETE
51822024-12-06T20:36:52.393Z[ recovery-image] Dec 06 20:36:51.726 INFO O| Dec 06 20:36:51.726 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-06T20:36:52.400Z[ recovery-image] Dec 06 20:36:51.735 INFO O| Dec 06 20:36:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51842024-12-06T20:36:52.400Z[ recovery-image] Dec 06 20:36:51.736 INFO O| Dec 06 20:36:51.736 INFO STEP 285 (remove_files) COMPLETE
51852024-12-06T20:36:52.402Z[ recovery-image] Dec 06 20:36:51.736 INFO O| Dec 06 20:36:51.736 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-06T20:36:52.409Z[ recovery-image] Dec 06 20:36:51.745 INFO O| Dec 06 20:36:51.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51872024-12-06T20:36:52.409Z[ recovery-image] Dec 06 20:36:51.745 INFO O| Dec 06 20:36:51.745 INFO STEP 286 (remove_files) COMPLETE
51882024-12-06T20:36:52.409Z[ recovery-image] Dec 06 20:36:51.745 INFO O| Dec 06 20:36:51.745 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-06T20:36:52.418Z[ recovery-image] Dec 06 20:36:51.754 INFO O| Dec 06 20:36:51.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51902024-12-06T20:36:52.418Z[ recovery-image] Dec 06 20:36:51.754 INFO O| Dec 06 20:36:51.754 INFO STEP 287 (remove_files) COMPLETE
51912024-12-06T20:36:52.418Z[ recovery-image] Dec 06 20:36:51.754 INFO O| Dec 06 20:36:51.754 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-06T20:36:52.427Z[ recovery-image] Dec 06 20:36:51.763 INFO O| Dec 06 20:36:51.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51932024-12-06T20:36:52.427Z[ recovery-image] Dec 06 20:36:51.763 INFO O| Dec 06 20:36:51.763 INFO STEP 288 (remove_files) COMPLETE
51942024-12-06T20:36:52.430Z[ recovery-image] Dec 06 20:36:51.763 INFO O| Dec 06 20:36:51.763 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-06T20:36:52.437Z[ recovery-image] Dec 06 20:36:51.773 INFO O| Dec 06 20:36:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51962024-12-06T20:36:52.437Z[ recovery-image] Dec 06 20:36:51.773 INFO O| Dec 06 20:36:51.773 INFO STEP 289 (remove_files) COMPLETE
51972024-12-06T20:36:52.437Z[ recovery-image] Dec 06 20:36:51.773 INFO O| Dec 06 20:36:51.773 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-06T20:36:52.446Z[ recovery-image] Dec 06 20:36:51.782 INFO O| Dec 06 20:36:51.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51992024-12-06T20:36:52.446Z[ recovery-image] Dec 06 20:36:51.782 INFO O| Dec 06 20:36:51.782 INFO STEP 290 (remove_files) COMPLETE
52002024-12-06T20:36:52.446Z[ recovery-image] Dec 06 20:36:51.782 INFO O| Dec 06 20:36:51.782 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-06T20:36:52.455Z[ recovery-image] Dec 06 20:36:51.791 INFO O| Dec 06 20:36:51.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52022024-12-06T20:36:52.455Z[ recovery-image] Dec 06 20:36:51.791 INFO O| Dec 06 20:36:51.791 INFO STEP 291 (remove_files) COMPLETE
52032024-12-06T20:36:52.455Z[ recovery-image] Dec 06 20:36:51.791 INFO O| Dec 06 20:36:51.791 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-06T20:36:52.464Z[ recovery-image] Dec 06 20:36:51.800 INFO O| Dec 06 20:36:51.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52052024-12-06T20:36:52.467Z[ recovery-image] Dec 06 20:36:51.800 INFO O| Dec 06 20:36:51.800 INFO STEP 292 (remove_files) COMPLETE
52062024-12-06T20:36:52.467Z[ recovery-image] Dec 06 20:36:51.800 INFO O| Dec 06 20:36:51.800 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-06T20:36:52.473Z[ recovery-image] Dec 06 20:36:51.809 INFO O| Dec 06 20:36:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52082024-12-06T20:36:52.473Z[ recovery-image] Dec 06 20:36:51.809 INFO O| Dec 06 20:36:51.809 INFO STEP 293 (remove_files) COMPLETE
52092024-12-06T20:36:52.476Z[ recovery-image] Dec 06 20:36:51.809 INFO O| Dec 06 20:36:51.809 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-06T20:36:52.483Z[ recovery-image] Dec 06 20:36:51.819 INFO O| Dec 06 20:36:51.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52112024-12-06T20:36:52.483Z[ recovery-image] Dec 06 20:36:51.819 INFO O| Dec 06 20:36:51.819 INFO STEP 294 (remove_files) COMPLETE
52122024-12-06T20:36:52.485Z[ recovery-image] Dec 06 20:36:51.819 INFO O| Dec 06 20:36:51.819 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-06T20:36:52.492Z[ recovery-image] Dec 06 20:36:51.828 INFO O| Dec 06 20:36:51.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52142024-12-06T20:36:52.492Z[ recovery-image] Dec 06 20:36:51.828 INFO O| Dec 06 20:36:51.828 INFO STEP 295 (remove_files) COMPLETE
52152024-12-06T20:36:52.492Z[ recovery-image] Dec 06 20:36:51.828 INFO O| Dec 06 20:36:51.828 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-06T20:36:52.501Z[ recovery-image] Dec 06 20:36:51.837 INFO O| Dec 06 20:36:51.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52172024-12-06T20:36:52.501Z[ recovery-image] Dec 06 20:36:51.837 INFO O| Dec 06 20:36:51.837 INFO STEP 296 (remove_files) COMPLETE
52182024-12-06T20:36:52.512Z[ recovery-image] Dec 06 20:36:51.837 INFO O| Dec 06 20:36:51.837 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-06T20:36:52.512Z[ recovery-image] Dec 06 20:36:51.846 INFO O| Dec 06 20:36:51.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52202024-12-06T20:36:52.512Z[ recovery-image] Dec 06 20:36:51.846 INFO O| Dec 06 20:36:51.846 INFO STEP 297 (remove_files) COMPLETE
52212024-12-06T20:36:52.512Z[ recovery-image] Dec 06 20:36:51.846 INFO O| Dec 06 20:36:51.846 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-06T20:36:52.519Z[ recovery-image] Dec 06 20:36:51.855 INFO O| Dec 06 20:36:51.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52232024-12-06T20:36:52.519Z[ recovery-image] Dec 06 20:36:51.855 INFO O| Dec 06 20:36:51.855 INFO STEP 298 (remove_files) COMPLETE
52242024-12-06T20:36:52.519Z[ recovery-image] Dec 06 20:36:51.855 INFO O| Dec 06 20:36:51.855 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-06T20:36:52.528Z[ recovery-image] Dec 06 20:36:51.864 INFO O| Dec 06 20:36:51.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52262024-12-06T20:36:52.531Z[ recovery-image] Dec 06 20:36:51.865 INFO O| Dec 06 20:36:51.865 INFO STEP 299 (remove_files) COMPLETE
52272024-12-06T20:36:52.531Z[ recovery-image] Dec 06 20:36:51.865 INFO O| Dec 06 20:36:51.865 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-06T20:36:52.538Z[ recovery-image] Dec 06 20:36:51.874 INFO O| Dec 06 20:36:51.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52292024-12-06T20:36:52.538Z[ recovery-image] Dec 06 20:36:51.874 INFO O| Dec 06 20:36:51.874 INFO STEP 300 (remove_files) COMPLETE
52302024-12-06T20:36:52.540Z[ recovery-image] Dec 06 20:36:51.874 INFO O| Dec 06 20:36:51.874 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-06T20:36:52.547Z[ recovery-image] Dec 06 20:36:51.883 INFO O| Dec 06 20:36:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52322024-12-06T20:36:52.547Z[ recovery-image] Dec 06 20:36:51.883 INFO O| Dec 06 20:36:51.883 INFO STEP 301 (remove_files) COMPLETE
52332024-12-06T20:36:52.550Z[ recovery-image] Dec 06 20:36:51.883 INFO O| Dec 06 20:36:51.883 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-06T20:36:52.556Z[ recovery-image] Dec 06 20:36:51.892 INFO O| Dec 06 20:36:51.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52352024-12-06T20:36:52.556Z[ recovery-image] Dec 06 20:36:51.892 INFO O| Dec 06 20:36:51.892 INFO STEP 302 (remove_files) COMPLETE
52362024-12-06T20:36:52.558Z[ recovery-image] Dec 06 20:36:51.892 INFO O| Dec 06 20:36:51.892 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-06T20:36:52.565Z[ recovery-image] Dec 06 20:36:51.901 INFO O| Dec 06 20:36:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52382024-12-06T20:36:52.565Z[ recovery-image] Dec 06 20:36:51.901 INFO O| Dec 06 20:36:51.901 INFO STEP 303 (remove_files) COMPLETE
52392024-12-06T20:36:52.568Z[ recovery-image] Dec 06 20:36:51.901 INFO O| Dec 06 20:36:51.901 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-06T20:36:52.575Z[ recovery-image] Dec 06 20:36:51.911 INFO O| Dec 06 20:36:51.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52412024-12-06T20:36:52.577Z[ recovery-image] Dec 06 20:36:51.911 INFO O| Dec 06 20:36:51.911 INFO STEP 304 (remove_files) COMPLETE
52422024-12-06T20:36:52.577Z[ recovery-image] Dec 06 20:36:51.911 INFO O| Dec 06 20:36:51.911 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-06T20:36:52.584Z[ recovery-image] Dec 06 20:36:51.920 INFO O| Dec 06 20:36:51.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52442024-12-06T20:36:52.584Z[ recovery-image] Dec 06 20:36:51.920 INFO O| Dec 06 20:36:51.920 INFO STEP 305 (remove_files) COMPLETE
52452024-12-06T20:36:52.586Z[ recovery-image] Dec 06 20:36:51.920 INFO O| Dec 06 20:36:51.920 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-06T20:36:52.593Z[ recovery-image] Dec 06 20:36:51.929 INFO O| Dec 06 20:36:51.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52472024-12-06T20:36:52.593Z[ recovery-image] Dec 06 20:36:51.929 INFO O| Dec 06 20:36:51.929 INFO STEP 306 (remove_files) COMPLETE
52482024-12-06T20:36:52.595Z[ recovery-image] Dec 06 20:36:51.929 INFO O| Dec 06 20:36:51.929 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-06T20:36:52.602Z[ recovery-image] Dec 06 20:36:51.938 INFO O| Dec 06 20:36:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52502024-12-06T20:36:52.602Z[ recovery-image] Dec 06 20:36:51.938 INFO O| Dec 06 20:36:51.938 INFO STEP 307 (remove_files) COMPLETE
52512024-12-06T20:36:52.602Z[ recovery-image] Dec 06 20:36:51.938 INFO O| Dec 06 20:36:51.938 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-06T20:36:52.611Z[ recovery-image] Dec 06 20:36:51.947 INFO O| Dec 06 20:36:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52532024-12-06T20:36:52.614Z[ recovery-image] Dec 06 20:36:51.948 INFO O| Dec 06 20:36:51.948 INFO STEP 308 (remove_files) COMPLETE
52542024-12-06T20:36:52.614Z[ recovery-image] Dec 06 20:36:51.948 INFO O| Dec 06 20:36:51.948 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-06T20:36:52.621Z[ recovery-image] Dec 06 20:36:51.957 INFO O| Dec 06 20:36:51.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52562024-12-06T20:36:52.621Z[ recovery-image] Dec 06 20:36:51.957 INFO O| Dec 06 20:36:51.957 INFO STEP 309 (remove_files) COMPLETE
52572024-12-06T20:36:52.621Z[ recovery-image] Dec 06 20:36:51.957 INFO O| Dec 06 20:36:51.957 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-06T20:36:52.630Z[ recovery-image] Dec 06 20:36:51.966 INFO O| Dec 06 20:36:51.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52592024-12-06T20:36:52.632Z[ recovery-image] Dec 06 20:36:51.966 INFO O| Dec 06 20:36:51.966 INFO STEP 310 (remove_files) COMPLETE
52602024-12-06T20:36:52.632Z[ recovery-image] Dec 06 20:36:51.966 INFO O| Dec 06 20:36:51.966 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-06T20:36:52.639Z[ recovery-image] Dec 06 20:36:51.975 INFO O| Dec 06 20:36:51.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52622024-12-06T20:36:52.639Z[ recovery-image] Dec 06 20:36:51.975 INFO O| Dec 06 20:36:51.975 INFO STEP 311 (remove_files) COMPLETE
52632024-12-06T20:36:52.641Z[ recovery-image] Dec 06 20:36:51.975 INFO O| Dec 06 20:36:51.975 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-06T20:36:52.648Z[ recovery-image] Dec 06 20:36:51.984 INFO O| Dec 06 20:36:51.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52652024-12-06T20:36:52.648Z[ recovery-image] Dec 06 20:36:51.984 INFO O| Dec 06 20:36:51.984 INFO STEP 312 (remove_files) COMPLETE
52662024-12-06T20:36:52.648Z[ recovery-image] Dec 06 20:36:51.984 INFO O| Dec 06 20:36:51.984 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-06T20:36:52.658Z[ recovery-image] Dec 06 20:36:51.994 INFO O| Dec 06 20:36:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52682024-12-06T20:36:52.658Z[ recovery-image] Dec 06 20:36:51.994 INFO O| Dec 06 20:36:51.994 INFO STEP 313 (remove_files) COMPLETE
52692024-12-06T20:36:52.660Z[ recovery-image] Dec 06 20:36:51.994 INFO O| Dec 06 20:36:51.994 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-06T20:36:52.668Z[ recovery-image] Dec 06 20:36:52.004 INFO O| Dec 06 20:36:52.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52712024-12-06T20:36:52.668Z[ recovery-image] Dec 06 20:36:52.004 INFO O| Dec 06 20:36:52.004 INFO STEP 314 (remove_files) COMPLETE
52722024-12-06T20:36:52.670Z[ recovery-image] Dec 06 20:36:52.004 INFO O| Dec 06 20:36:52.004 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-06T20:36:52.677Z[ recovery-image] Dec 06 20:36:52.013 INFO O| Dec 06 20:36:52.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52742024-12-06T20:36:52.679Z[ recovery-image] Dec 06 20:36:52.013 INFO O| Dec 06 20:36:52.013 INFO STEP 315 (remove_files) COMPLETE
52752024-12-06T20:36:52.680Z[ recovery-image] Dec 06 20:36:52.013 INFO O| Dec 06 20:36:52.013 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-06T20:36:52.687Z[ recovery-image] Dec 06 20:36:52.023 INFO O| Dec 06 20:36:52.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52772024-12-06T20:36:52.687Z[ recovery-image] Dec 06 20:36:52.023 INFO O| Dec 06 20:36:52.023 INFO STEP 316 (remove_files) COMPLETE
52782024-12-06T20:36:52.687Z[ recovery-image] Dec 06 20:36:52.023 INFO O| Dec 06 20:36:52.023 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-06T20:36:52.697Z[ recovery-image] Dec 06 20:36:52.032 INFO O| Dec 06 20:36:52.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52802024-12-06T20:36:52.697Z[ recovery-image] Dec 06 20:36:52.033 INFO O| Dec 06 20:36:52.033 INFO STEP 317 (remove_files) COMPLETE
52812024-12-06T20:36:52.697Z[ recovery-image] Dec 06 20:36:52.033 INFO O| Dec 06 20:36:52.033 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-06T20:36:52.706Z[ recovery-image] Dec 06 20:36:52.042 INFO O| Dec 06 20:36:52.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52832024-12-06T20:36:52.706Z[ recovery-image] Dec 06 20:36:52.042 INFO O| Dec 06 20:36:52.042 INFO STEP 318 (remove_files) COMPLETE
52842024-12-06T20:36:52.708Z[ recovery-image] Dec 06 20:36:52.042 INFO O| Dec 06 20:36:52.042 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-06T20:36:52.715Z[ recovery-image] Dec 06 20:36:52.051 INFO O| Dec 06 20:36:52.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52862024-12-06T20:36:52.716Z[ recovery-image] Dec 06 20:36:52.051 INFO O| Dec 06 20:36:52.051 INFO STEP 319 (remove_files) COMPLETE
52872024-12-06T20:36:52.716Z[ recovery-image] Dec 06 20:36:52.052 INFO O| Dec 06 20:36:52.051 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-06T20:36:52.725Z[ recovery-image] Dec 06 20:36:52.061 INFO O| Dec 06 20:36:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52892024-12-06T20:36:52.727Z[ recovery-image] Dec 06 20:36:52.061 INFO O| Dec 06 20:36:52.061 INFO STEP 320 (remove_files) COMPLETE
52902024-12-06T20:36:52.727Z[ recovery-image] Dec 06 20:36:52.061 INFO O| Dec 06 20:36:52.061 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-06T20:36:52.734Z[ recovery-image] Dec 06 20:36:52.070 INFO O| Dec 06 20:36:52.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52922024-12-06T20:36:52.734Z[ recovery-image] Dec 06 20:36:52.070 INFO O| Dec 06 20:36:52.070 INFO STEP 321 (remove_files) COMPLETE
52932024-12-06T20:36:52.737Z[ recovery-image] Dec 06 20:36:52.070 INFO O| Dec 06 20:36:52.070 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-06T20:36:52.744Z[ recovery-image] Dec 06 20:36:52.080 INFO O| Dec 06 20:36:52.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52952024-12-06T20:36:52.746Z[ recovery-image] Dec 06 20:36:52.080 INFO O| Dec 06 20:36:52.080 INFO STEP 322 (remove_files) COMPLETE
52962024-12-06T20:36:52.746Z[ recovery-image] Dec 06 20:36:52.080 INFO O| Dec 06 20:36:52.080 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-06T20:36:52.753Z[ recovery-image] Dec 06 20:36:52.089 INFO O| Dec 06 20:36:52.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52982024-12-06T20:36:52.754Z[ recovery-image] Dec 06 20:36:52.090 INFO O| Dec 06 20:36:52.089 INFO STEP 323 (remove_files) COMPLETE
52992024-12-06T20:36:52.757Z[ recovery-image] Dec 06 20:36:52.090 INFO O| Dec 06 20:36:52.090 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-06T20:36:52.763Z[ recovery-image] Dec 06 20:36:52.099 INFO O| Dec 06 20:36:52.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53012024-12-06T20:36:52.763Z[ recovery-image] Dec 06 20:36:52.099 INFO O| Dec 06 20:36:52.099 INFO STEP 324 (remove_files) COMPLETE
53022024-12-06T20:36:52.763Z[ recovery-image] Dec 06 20:36:52.099 INFO O| Dec 06 20:36:52.099 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-06T20:36:52.772Z[ recovery-image] Dec 06 20:36:52.108 INFO O| Dec 06 20:36:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53042024-12-06T20:36:52.772Z[ recovery-image] Dec 06 20:36:52.108 INFO O| Dec 06 20:36:52.108 INFO STEP 325 (remove_files) COMPLETE
53052024-12-06T20:36:52.775Z[ recovery-image] Dec 06 20:36:52.108 INFO O| Dec 06 20:36:52.108 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-06T20:36:52.782Z[ recovery-image] Dec 06 20:36:52.118 INFO O| Dec 06 20:36:52.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53072024-12-06T20:36:52.782Z[ recovery-image] Dec 06 20:36:52.118 INFO O| Dec 06 20:36:52.118 INFO STEP 326 (remove_files) COMPLETE
53082024-12-06T20:36:52.784Z[ recovery-image] Dec 06 20:36:52.118 INFO O| Dec 06 20:36:52.118 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-06T20:36:52.791Z[ recovery-image] Dec 06 20:36:52.127 INFO O| Dec 06 20:36:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53102024-12-06T20:36:52.791Z[ recovery-image] Dec 06 20:36:52.127 INFO O| Dec 06 20:36:52.127 INFO STEP 327 (remove_files) COMPLETE
53112024-12-06T20:36:52.792Z[ recovery-image] Dec 06 20:36:52.127 INFO O| Dec 06 20:36:52.127 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-06T20:36:52.801Z[ recovery-image] Dec 06 20:36:52.137 INFO O| Dec 06 20:36:52.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53132024-12-06T20:36:52.803Z[ recovery-image] Dec 06 20:36:52.137 INFO O| Dec 06 20:36:52.137 INFO STEP 328 (remove_files) COMPLETE
53142024-12-06T20:36:52.804Z[ recovery-image] Dec 06 20:36:52.137 INFO O| Dec 06 20:36:52.137 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-06T20:36:52.810Z[ recovery-image] Dec 06 20:36:52.146 INFO O| Dec 06 20:36:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53162024-12-06T20:36:52.813Z[ recovery-image] Dec 06 20:36:52.146 INFO O| Dec 06 20:36:52.146 INFO STEP 329 (remove_files) COMPLETE
53172024-12-06T20:36:52.813Z[ recovery-image] Dec 06 20:36:52.146 INFO O| Dec 06 20:36:52.146 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-06T20:36:52.820Z[ recovery-image] Dec 06 20:36:52.156 INFO O| Dec 06 20:36:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53192024-12-06T20:36:52.823Z[ recovery-image] Dec 06 20:36:52.156 INFO O| Dec 06 20:36:52.156 INFO STEP 330 (remove_files) COMPLETE
53202024-12-06T20:36:52.823Z[ recovery-image] Dec 06 20:36:52.156 INFO O| Dec 06 20:36:52.156 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-06T20:36:52.832Z[ recovery-image] Dec 06 20:36:52.165 INFO O| Dec 06 20:36:52.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53222024-12-06T20:36:52.832Z[ recovery-image] Dec 06 20:36:52.165 INFO O| Dec 06 20:36:52.165 INFO STEP 331 (remove_files) COMPLETE
53232024-12-06T20:36:52.834Z[ recovery-image] Dec 06 20:36:52.165 INFO O| Dec 06 20:36:52.165 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-06T20:36:52.839Z[ recovery-image] Dec 06 20:36:52.174 INFO O| Dec 06 20:36:52.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53252024-12-06T20:36:52.839Z[ recovery-image] Dec 06 20:36:52.175 INFO O| Dec 06 20:36:52.175 INFO STEP 332 (remove_files) COMPLETE
53262024-12-06T20:36:52.841Z[ recovery-image] Dec 06 20:36:52.175 INFO O| Dec 06 20:36:52.175 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-06T20:36:52.849Z[ recovery-image] Dec 06 20:36:52.184 INFO O| Dec 06 20:36:52.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53282024-12-06T20:36:52.849Z[ recovery-image] Dec 06 20:36:52.184 INFO O| Dec 06 20:36:52.184 INFO STEP 333 (remove_files) COMPLETE
53292024-12-06T20:36:52.852Z[ recovery-image] Dec 06 20:36:52.184 INFO O| Dec 06 20:36:52.184 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-06T20:36:52.858Z[ recovery-image] Dec 06 20:36:52.193 INFO O| Dec 06 20:36:52.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53312024-12-06T20:36:52.861Z[ recovery-image] Dec 06 20:36:52.193 INFO O| Dec 06 20:36:52.193 INFO STEP 334 (remove_files) COMPLETE
53322024-12-06T20:36:52.861Z[ recovery-image] Dec 06 20:36:52.193 INFO O| Dec 06 20:36:52.193 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-06T20:36:52.867Z[ recovery-image] Dec 06 20:36:52.203 INFO O| Dec 06 20:36:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53342024-12-06T20:36:52.867Z[ recovery-image] Dec 06 20:36:52.203 INFO O| Dec 06 20:36:52.203 INFO STEP 335 (remove_files) COMPLETE
53352024-12-06T20:36:52.872Z[ recovery-image] Dec 06 20:36:52.203 INFO O| Dec 06 20:36:52.203 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-06T20:36:52.877Z[ recovery-image] Dec 06 20:36:52.213 INFO O| Dec 06 20:36:52.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53372024-12-06T20:36:52.877Z[ recovery-image] Dec 06 20:36:52.213 INFO O| Dec 06 20:36:52.213 INFO STEP 336 (remove_files) COMPLETE
53382024-12-06T20:36:52.880Z[ recovery-image] Dec 06 20:36:52.213 INFO O| Dec 06 20:36:52.213 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-06T20:36:52.887Z[ recovery-image] Dec 06 20:36:52.223 INFO O| Dec 06 20:36:52.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53402024-12-06T20:36:52.887Z[ recovery-image] Dec 06 20:36:52.223 INFO O| Dec 06 20:36:52.223 INFO STEP 337 (remove_files) COMPLETE
53412024-12-06T20:36:52.892Z[ recovery-image] Dec 06 20:36:52.223 INFO O| Dec 06 20:36:52.223 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-06T20:36:52.897Z[ recovery-image] Dec 06 20:36:52.233 INFO O| Dec 06 20:36:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53432024-12-06T20:36:52.897Z[ recovery-image] Dec 06 20:36:52.233 INFO O| Dec 06 20:36:52.233 INFO STEP 338 (remove_files) COMPLETE
53442024-12-06T20:36:52.897Z[ recovery-image] Dec 06 20:36:52.233 INFO O| Dec 06 20:36:52.233 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-06T20:36:52.906Z[ recovery-image] Dec 06 20:36:52.242 INFO O| Dec 06 20:36:52.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53462024-12-06T20:36:52.909Z[ recovery-image] Dec 06 20:36:52.242 INFO O| Dec 06 20:36:52.242 INFO STEP 339 (remove_files) COMPLETE
53472024-12-06T20:36:52.909Z[ recovery-image] Dec 06 20:36:52.242 INFO O| Dec 06 20:36:52.242 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-06T20:36:52.916Z[ recovery-image] Dec 06 20:36:52.252 INFO O| Dec 06 20:36:52.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53492024-12-06T20:36:52.918Z[ recovery-image] Dec 06 20:36:52.252 INFO O| Dec 06 20:36:52.252 INFO STEP 340 (remove_files) COMPLETE
53502024-12-06T20:36:52.918Z[ recovery-image] Dec 06 20:36:52.252 INFO O| Dec 06 20:36:52.252 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-06T20:36:52.926Z[ recovery-image] Dec 06 20:36:52.261 INFO O| Dec 06 20:36:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53522024-12-06T20:36:52.928Z[ recovery-image] Dec 06 20:36:52.261 INFO O| Dec 06 20:36:52.261 INFO STEP 341 (remove_files) COMPLETE
53532024-12-06T20:36:52.928Z[ recovery-image] Dec 06 20:36:52.261 INFO O| Dec 06 20:36:52.261 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-06T20:36:52.935Z[ recovery-image] Dec 06 20:36:52.271 INFO O| Dec 06 20:36:52.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53552024-12-06T20:36:52.935Z[ recovery-image] Dec 06 20:36:52.271 INFO O| Dec 06 20:36:52.271 INFO STEP 342 (remove_files) COMPLETE
53562024-12-06T20:36:52.935Z[ recovery-image] Dec 06 20:36:52.271 INFO O| Dec 06 20:36:52.271 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-06T20:36:52.944Z[ recovery-image] Dec 06 20:36:52.280 INFO O| Dec 06 20:36:52.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53582024-12-06T20:36:52.944Z[ recovery-image] Dec 06 20:36:52.280 INFO O| Dec 06 20:36:52.280 INFO STEP 343 (remove_files) COMPLETE
53592024-12-06T20:36:52.944Z[ recovery-image] Dec 06 20:36:52.280 INFO O| Dec 06 20:36:52.280 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-06T20:36:52.954Z[ recovery-image] Dec 06 20:36:52.290 INFO O| Dec 06 20:36:52.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53612024-12-06T20:36:52.954Z[ recovery-image] Dec 06 20:36:52.290 INFO O| Dec 06 20:36:52.290 INFO STEP 344 (remove_files) COMPLETE
53622024-12-06T20:36:52.954Z[ recovery-image] Dec 06 20:36:52.290 INFO O| Dec 06 20:36:52.290 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-06T20:36:52.964Z[ recovery-image] Dec 06 20:36:52.299 INFO O| Dec 06 20:36:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53642024-12-06T20:36:52.964Z[ recovery-image] Dec 06 20:36:52.299 INFO O| Dec 06 20:36:52.299 INFO STEP 345 (remove_files) COMPLETE
53652024-12-06T20:36:52.964Z[ recovery-image] Dec 06 20:36:52.299 INFO O| Dec 06 20:36:52.299 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-06T20:36:52.973Z[ recovery-image] Dec 06 20:36:52.308 INFO O| Dec 06 20:36:52.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53672024-12-06T20:36:52.973Z[ recovery-image] Dec 06 20:36:52.308 INFO O| Dec 06 20:36:52.308 INFO STEP 346 (remove_files) COMPLETE
53682024-12-06T20:36:52.976Z[ recovery-image] Dec 06 20:36:52.308 INFO O| Dec 06 20:36:52.308 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-06T20:36:52.982Z[ recovery-image] Dec 06 20:36:52.318 INFO O| Dec 06 20:36:52.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53702024-12-06T20:36:52.982Z[ recovery-image] Dec 06 20:36:52.318 INFO O| Dec 06 20:36:52.318 INFO STEP 347 (remove_files) COMPLETE
53712024-12-06T20:36:52.985Z[ recovery-image] Dec 06 20:36:52.318 INFO O| Dec 06 20:36:52.318 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-06T20:36:52.993Z[ recovery-image] Dec 06 20:36:52.328 INFO O| Dec 06 20:36:52.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53732024-12-06T20:36:52.993Z[ recovery-image] Dec 06 20:36:52.328 INFO O| Dec 06 20:36:52.328 INFO STEP 348 (remove_files) COMPLETE
53742024-12-06T20:36:52.996Z[ recovery-image] Dec 06 20:36:52.328 INFO O| Dec 06 20:36:52.328 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-06T20:36:53.001Z[ recovery-image] Dec 06 20:36:52.337 INFO O| Dec 06 20:36:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53762024-12-06T20:36:53.004Z[ recovery-image] Dec 06 20:36:52.338 INFO O| Dec 06 20:36:52.338 INFO STEP 349 (remove_files) COMPLETE
53772024-12-06T20:36:53.004Z[ recovery-image] Dec 06 20:36:52.338 INFO O| Dec 06 20:36:52.338 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-06T20:36:53.011Z[ recovery-image] Dec 06 20:36:52.347 INFO O| Dec 06 20:36:52.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53792024-12-06T20:36:53.011Z[ recovery-image] Dec 06 20:36:52.347 INFO O| Dec 06 20:36:52.347 INFO STEP 350 (remove_files) COMPLETE
53802024-12-06T20:36:53.014Z[ recovery-image] Dec 06 20:36:52.347 INFO O| Dec 06 20:36:52.347 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-06T20:36:53.021Z[ recovery-image] Dec 06 20:36:52.357 INFO O| Dec 06 20:36:52.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53822024-12-06T20:36:53.023Z[ recovery-image] Dec 06 20:36:52.357 INFO O| Dec 06 20:36:52.357 INFO STEP 351 (remove_files) COMPLETE
53832024-12-06T20:36:53.023Z[ recovery-image] Dec 06 20:36:52.357 INFO O| Dec 06 20:36:52.357 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-06T20:36:53.030Z[ recovery-image] Dec 06 20:36:52.366 INFO O| Dec 06 20:36:52.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53852024-12-06T20:36:53.030Z[ recovery-image] Dec 06 20:36:52.366 INFO O| Dec 06 20:36:52.366 INFO STEP 352 (remove_files) COMPLETE
53862024-12-06T20:36:53.031Z[ recovery-image] Dec 06 20:36:52.366 INFO O| Dec 06 20:36:52.366 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-06T20:36:53.040Z[ recovery-image] Dec 06 20:36:52.376 INFO O| Dec 06 20:36:52.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53882024-12-06T20:36:53.040Z[ recovery-image] Dec 06 20:36:52.376 INFO O| Dec 06 20:36:52.376 INFO STEP 353 (remove_files) COMPLETE
53892024-12-06T20:36:53.042Z[ recovery-image] Dec 06 20:36:52.376 INFO O| Dec 06 20:36:52.376 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-06T20:36:53.049Z[ recovery-image] Dec 06 20:36:52.385 INFO O| Dec 06 20:36:52.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53912024-12-06T20:36:53.049Z[ recovery-image] Dec 06 20:36:52.385 INFO O| Dec 06 20:36:52.385 INFO STEP 354 (remove_files) COMPLETE
53922024-12-06T20:36:53.049Z[ recovery-image] Dec 06 20:36:52.385 INFO O| Dec 06 20:36:52.385 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-06T20:36:53.058Z[ recovery-image] Dec 06 20:36:52.394 INFO O| Dec 06 20:36:52.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53942024-12-06T20:36:53.061Z[ recovery-image] Dec 06 20:36:52.394 INFO O| Dec 06 20:36:52.394 INFO STEP 355 (remove_files) COMPLETE
53952024-12-06T20:36:53.061Z[ recovery-image] Dec 06 20:36:52.395 INFO O| Dec 06 20:36:52.394 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-06T20:36:53.068Z[ recovery-image] Dec 06 20:36:52.404 INFO O| Dec 06 20:36:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53972024-12-06T20:36:53.071Z[ recovery-image] Dec 06 20:36:52.404 INFO O| Dec 06 20:36:52.404 INFO STEP 356 (remove_files) COMPLETE
53982024-12-06T20:36:53.071Z[ recovery-image] Dec 06 20:36:52.404 INFO O| Dec 06 20:36:52.404 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-06T20:36:53.077Z[ recovery-image] Dec 06 20:36:52.413 INFO O| Dec 06 20:36:52.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54002024-12-06T20:36:53.077Z[ recovery-image] Dec 06 20:36:52.413 INFO O| Dec 06 20:36:52.413 INFO STEP 357 (remove_files) COMPLETE
54012024-12-06T20:36:53.077Z[ recovery-image] Dec 06 20:36:52.413 INFO O| Dec 06 20:36:52.413 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-06T20:36:53.087Z[ recovery-image] Dec 06 20:36:52.423 INFO O| Dec 06 20:36:52.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54032024-12-06T20:36:53.089Z[ recovery-image] Dec 06 20:36:52.423 INFO O| Dec 06 20:36:52.423 INFO STEP 358 (remove_files) COMPLETE
54042024-12-06T20:36:53.089Z[ recovery-image] Dec 06 20:36:52.423 INFO O| Dec 06 20:36:52.423 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-06T20:36:53.096Z[ recovery-image] Dec 06 20:36:52.432 INFO O| Dec 06 20:36:52.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54062024-12-06T20:36:53.098Z[ recovery-image] Dec 06 20:36:52.432 INFO O| Dec 06 20:36:52.432 INFO STEP 359 (remove_files) COMPLETE
54072024-12-06T20:36:53.098Z[ recovery-image] Dec 06 20:36:52.432 INFO O| Dec 06 20:36:52.432 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-06T20:36:53.106Z[ recovery-image] Dec 06 20:36:52.442 INFO O| Dec 06 20:36:52.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54092024-12-06T20:36:53.106Z[ recovery-image] Dec 06 20:36:52.442 INFO O| Dec 06 20:36:52.442 INFO STEP 360 (remove_files) COMPLETE
54102024-12-06T20:36:53.106Z[ recovery-image] Dec 06 20:36:52.442 INFO O| Dec 06 20:36:52.442 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-06T20:36:53.115Z[ recovery-image] Dec 06 20:36:52.451 INFO O| Dec 06 20:36:52.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54122024-12-06T20:36:53.115Z[ recovery-image] Dec 06 20:36:52.451 INFO O| Dec 06 20:36:52.451 INFO STEP 361 (remove_files) COMPLETE
54132024-12-06T20:36:53.117Z[ recovery-image] Dec 06 20:36:52.451 INFO O| Dec 06 20:36:52.451 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-06T20:36:53.124Z[ recovery-image] Dec 06 20:36:52.460 INFO O| Dec 06 20:36:52.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54152024-12-06T20:36:53.124Z[ recovery-image] Dec 06 20:36:52.460 INFO O| Dec 06 20:36:52.460 INFO STEP 362 (remove_files) COMPLETE
54162024-12-06T20:36:53.127Z[ recovery-image] Dec 06 20:36:52.460 INFO O| Dec 06 20:36:52.460 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-06T20:36:53.134Z[ recovery-image] Dec 06 20:36:52.470 INFO O| Dec 06 20:36:52.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54182024-12-06T20:36:53.134Z[ recovery-image] Dec 06 20:36:52.470 INFO O| Dec 06 20:36:52.470 INFO STEP 363 (remove_files) COMPLETE
54192024-12-06T20:36:53.136Z[ recovery-image] Dec 06 20:36:52.470 INFO O| Dec 06 20:36:52.470 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-06T20:36:53.143Z[ recovery-image] Dec 06 20:36:52.479 INFO O| Dec 06 20:36:52.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54212024-12-06T20:36:53.143Z[ recovery-image] Dec 06 20:36:52.479 INFO O| Dec 06 20:36:52.479 INFO STEP 364 (remove_files) COMPLETE
54222024-12-06T20:36:53.146Z[ recovery-image] Dec 06 20:36:52.479 INFO O| Dec 06 20:36:52.479 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-06T20:36:53.153Z[ recovery-image] Dec 06 20:36:52.489 INFO O| Dec 06 20:36:52.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54242024-12-06T20:36:53.153Z[ recovery-image] Dec 06 20:36:52.489 INFO O| Dec 06 20:36:52.489 INFO STEP 365 (remove_files) COMPLETE
54252024-12-06T20:36:53.153Z[ recovery-image] Dec 06 20:36:52.489 INFO O| Dec 06 20:36:52.489 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-06T20:36:53.163Z[ recovery-image] Dec 06 20:36:52.499 INFO O| Dec 06 20:36:52.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54272024-12-06T20:36:53.163Z[ recovery-image] Dec 06 20:36:52.499 INFO O| Dec 06 20:36:52.499 INFO STEP 366 (remove_files) COMPLETE
54282024-12-06T20:36:53.163Z[ recovery-image] Dec 06 20:36:52.499 INFO O| Dec 06 20:36:52.499 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-06T20:36:53.173Z[ recovery-image] Dec 06 20:36:52.509 INFO O| Dec 06 20:36:52.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54302024-12-06T20:36:53.173Z[ recovery-image] Dec 06 20:36:52.509 INFO O| Dec 06 20:36:52.509 INFO STEP 367 (remove_files) COMPLETE
54312024-12-06T20:36:53.175Z[ recovery-image] Dec 06 20:36:52.509 INFO O| Dec 06 20:36:52.509 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-06T20:36:53.183Z[ recovery-image] Dec 06 20:36:52.518 INFO O| Dec 06 20:36:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54332024-12-06T20:36:53.183Z[ recovery-image] Dec 06 20:36:52.518 INFO O| Dec 06 20:36:52.518 INFO STEP 368 (remove_files) COMPLETE
54342024-12-06T20:36:53.183Z[ recovery-image] Dec 06 20:36:52.518 INFO O| Dec 06 20:36:52.518 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-06T20:36:53.192Z[ recovery-image] Dec 06 20:36:52.528 INFO O| Dec 06 20:36:52.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54362024-12-06T20:36:53.192Z[ recovery-image] Dec 06 20:36:52.528 INFO O| Dec 06 20:36:52.528 INFO STEP 369 (remove_files) COMPLETE
54372024-12-06T20:36:53.192Z[ recovery-image] Dec 06 20:36:52.528 INFO O| Dec 06 20:36:52.528 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-06T20:36:53.201Z[ recovery-image] Dec 06 20:36:52.537 INFO O| Dec 06 20:36:52.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54392024-12-06T20:36:53.201Z[ recovery-image] Dec 06 20:36:52.537 INFO O| Dec 06 20:36:52.537 INFO STEP 370 (remove_files) COMPLETE
54402024-12-06T20:36:53.201Z[ recovery-image] Dec 06 20:36:52.537 INFO O| Dec 06 20:36:52.537 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-06T20:36:53.211Z[ recovery-image] Dec 06 20:36:52.546 INFO O| Dec 06 20:36:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54422024-12-06T20:36:53.211Z[ recovery-image] Dec 06 20:36:52.547 INFO O| Dec 06 20:36:52.547 INFO STEP 371 (remove_files) COMPLETE
54432024-12-06T20:36:53.211Z[ recovery-image] Dec 06 20:36:52.547 INFO O| Dec 06 20:36:52.547 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-06T20:36:53.220Z[ recovery-image] Dec 06 20:36:52.556 INFO O| Dec 06 20:36:52.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54452024-12-06T20:36:53.223Z[ recovery-image] Dec 06 20:36:52.556 INFO O| Dec 06 20:36:52.556 INFO STEP 372 (remove_files) COMPLETE
54462024-12-06T20:36:53.223Z[ recovery-image] Dec 06 20:36:52.556 INFO O| Dec 06 20:36:52.556 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-06T20:36:53.230Z[ recovery-image] Dec 06 20:36:52.566 INFO O| Dec 06 20:36:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54482024-12-06T20:36:53.233Z[ recovery-image] Dec 06 20:36:52.566 INFO O| Dec 06 20:36:52.566 INFO STEP 373 (remove_files) COMPLETE
54492024-12-06T20:36:53.233Z[ recovery-image] Dec 06 20:36:52.566 INFO O| Dec 06 20:36:52.566 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-06T20:36:53.240Z[ recovery-image] Dec 06 20:36:52.576 INFO O| Dec 06 20:36:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54512024-12-06T20:36:53.242Z[ recovery-image] Dec 06 20:36:52.576 INFO O| Dec 06 20:36:52.576 INFO STEP 374 (remove_files) COMPLETE
54522024-12-06T20:36:53.242Z[ recovery-image] Dec 06 20:36:52.576 INFO O| Dec 06 20:36:52.576 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-06T20:36:53.249Z[ recovery-image] Dec 06 20:36:52.585 INFO O| Dec 06 20:36:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54542024-12-06T20:36:53.249Z[ recovery-image] Dec 06 20:36:52.585 INFO O| Dec 06 20:36:52.585 INFO STEP 375 (remove_files) COMPLETE
54552024-12-06T20:36:53.249Z[ recovery-image] Dec 06 20:36:52.585 INFO O| Dec 06 20:36:52.585 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-06T20:36:53.258Z[ recovery-image] Dec 06 20:36:52.594 INFO O| Dec 06 20:36:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54572024-12-06T20:36:53.258Z[ recovery-image] Dec 06 20:36:52.594 INFO O| Dec 06 20:36:52.594 INFO STEP 376 (remove_files) COMPLETE
54582024-12-06T20:36:53.261Z[ recovery-image] Dec 06 20:36:52.594 INFO O| Dec 06 20:36:52.594 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-06T20:36:53.267Z[ recovery-image] Dec 06 20:36:52.604 INFO O| Dec 06 20:36:52.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54602024-12-06T20:36:53.270Z[ recovery-image] Dec 06 20:36:52.604 INFO O| Dec 06 20:36:52.604 INFO STEP 377 (remove_files) COMPLETE
54612024-12-06T20:36:53.270Z[ recovery-image] Dec 06 20:36:52.604 INFO O| Dec 06 20:36:52.604 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-06T20:36:53.277Z[ recovery-image] Dec 06 20:36:52.613 INFO O| Dec 06 20:36:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54632024-12-06T20:36:53.277Z[ recovery-image] Dec 06 20:36:52.613 INFO O| Dec 06 20:36:52.613 INFO STEP 378 (remove_files) COMPLETE
54642024-12-06T20:36:53.279Z[ recovery-image] Dec 06 20:36:52.613 INFO O| Dec 06 20:36:52.613 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-06T20:36:53.286Z[ recovery-image] Dec 06 20:36:52.622 INFO O| Dec 06 20:36:52.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54662024-12-06T20:36:53.289Z[ recovery-image] Dec 06 20:36:52.622 INFO O| Dec 06 20:36:52.622 INFO STEP 379 (remove_files) COMPLETE
54672024-12-06T20:36:53.289Z[ recovery-image] Dec 06 20:36:52.622 INFO O| Dec 06 20:36:52.622 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-06T20:36:53.295Z[ recovery-image] Dec 06 20:36:52.631 INFO O| Dec 06 20:36:52.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54692024-12-06T20:36:53.298Z[ recovery-image] Dec 06 20:36:52.631 INFO O| Dec 06 20:36:52.631 INFO STEP 380 (remove_files) COMPLETE
54702024-12-06T20:36:53.298Z[ recovery-image] Dec 06 20:36:52.631 INFO O| Dec 06 20:36:52.631 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-06T20:36:53.305Z[ recovery-image] Dec 06 20:36:52.641 INFO O| Dec 06 20:36:52.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54722024-12-06T20:36:53.305Z[ recovery-image] Dec 06 20:36:52.641 INFO O| Dec 06 20:36:52.641 INFO STEP 381 (remove_files) COMPLETE
54732024-12-06T20:36:53.307Z[ recovery-image] Dec 06 20:36:52.641 INFO O| Dec 06 20:36:52.641 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-06T20:36:53.314Z[ recovery-image] Dec 06 20:36:52.650 INFO O| Dec 06 20:36:52.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54752024-12-06T20:36:53.316Z[ recovery-image] Dec 06 20:36:52.650 INFO O| Dec 06 20:36:52.650 INFO STEP 382 (remove_files) COMPLETE
54762024-12-06T20:36:53.316Z[ recovery-image] Dec 06 20:36:52.650 INFO O| Dec 06 20:36:52.650 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-06T20:36:53.325Z[ recovery-image] Dec 06 20:36:52.659 INFO O| Dec 06 20:36:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54782024-12-06T20:36:53.327Z[ recovery-image] Dec 06 20:36:52.659 INFO O| Dec 06 20:36:52.659 INFO STEP 383 (remove_files) COMPLETE
54792024-12-06T20:36:53.327Z[ recovery-image] Dec 06 20:36:52.659 INFO O| Dec 06 20:36:52.659 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-06T20:36:53.334Z[ recovery-image] Dec 06 20:36:52.669 INFO O| Dec 06 20:36:52.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54812024-12-06T20:36:53.334Z[ recovery-image] Dec 06 20:36:52.669 INFO O| Dec 06 20:36:52.669 INFO STEP 384 (remove_files) COMPLETE
54822024-12-06T20:36:53.334Z[ recovery-image] Dec 06 20:36:52.669 INFO O| Dec 06 20:36:52.669 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-06T20:36:53.342Z[ recovery-image] Dec 06 20:36:52.678 INFO O| Dec 06 20:36:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54842024-12-06T20:36:53.342Z[ recovery-image] Dec 06 20:36:52.678 INFO O| Dec 06 20:36:52.678 INFO STEP 385 (remove_files) COMPLETE
54852024-12-06T20:36:53.344Z[ recovery-image] Dec 06 20:36:52.678 INFO O| Dec 06 20:36:52.678 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-06T20:36:53.351Z[ recovery-image] Dec 06 20:36:52.687 INFO O| Dec 06 20:36:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54872024-12-06T20:36:53.351Z[ recovery-image] Dec 06 20:36:52.687 INFO O| Dec 06 20:36:52.687 INFO STEP 386 (remove_files) COMPLETE
54882024-12-06T20:36:53.354Z[ recovery-image] Dec 06 20:36:52.687 INFO O| Dec 06 20:36:52.687 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-06T20:36:53.361Z[ recovery-image] Dec 06 20:36:52.697 INFO O| Dec 06 20:36:52.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54902024-12-06T20:36:53.361Z[ recovery-image] Dec 06 20:36:52.697 INFO O| Dec 06 20:36:52.697 INFO STEP 387 (remove_files) COMPLETE
54912024-12-06T20:36:53.363Z[ recovery-image] Dec 06 20:36:52.697 INFO O| Dec 06 20:36:52.697 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-06T20:36:53.370Z[ recovery-image] Dec 06 20:36:52.706 INFO O| Dec 06 20:36:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54932024-12-06T20:36:53.372Z[ recovery-image] Dec 06 20:36:52.706 INFO O| Dec 06 20:36:52.706 INFO STEP 388 (remove_files) COMPLETE
54942024-12-06T20:36:53.372Z[ recovery-image] Dec 06 20:36:52.706 INFO O| Dec 06 20:36:52.706 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-06T20:36:53.379Z[ recovery-image] Dec 06 20:36:52.715 INFO O| Dec 06 20:36:52.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54962024-12-06T20:36:53.382Z[ recovery-image] Dec 06 20:36:52.715 INFO O| Dec 06 20:36:52.715 INFO STEP 389 (remove_files) COMPLETE
54972024-12-06T20:36:53.382Z[ recovery-image] Dec 06 20:36:52.716 INFO O| Dec 06 20:36:52.715 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-06T20:36:53.389Z[ recovery-image] Dec 06 20:36:52.725 INFO O| Dec 06 20:36:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54992024-12-06T20:36:53.389Z[ recovery-image] Dec 06 20:36:52.725 INFO O| Dec 06 20:36:52.725 INFO STEP 390 (remove_files) COMPLETE
55002024-12-06T20:36:53.389Z[ recovery-image] Dec 06 20:36:52.725 INFO O| Dec 06 20:36:52.725 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-06T20:36:53.398Z[ recovery-image] Dec 06 20:36:52.734 INFO O| Dec 06 20:36:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55022024-12-06T20:36:53.398Z[ recovery-image] Dec 06 20:36:52.734 INFO O| Dec 06 20:36:52.734 INFO STEP 391 (remove_files) COMPLETE
55032024-12-06T20:36:53.398Z[ recovery-image] Dec 06 20:36:52.734 INFO O| Dec 06 20:36:52.734 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-06T20:36:53.407Z[ recovery-image] Dec 06 20:36:52.743 INFO O| Dec 06 20:36:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55052024-12-06T20:36:53.407Z[ recovery-image] Dec 06 20:36:52.743 INFO O| Dec 06 20:36:52.743 INFO STEP 392 (remove_files) COMPLETE
55062024-12-06T20:36:53.407Z[ recovery-image] Dec 06 20:36:52.743 INFO O| Dec 06 20:36:52.743 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-06T20:36:53.417Z[ recovery-image] Dec 06 20:36:52.752 INFO O| Dec 06 20:36:52.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55082024-12-06T20:36:53.419Z[ recovery-image] Dec 06 20:36:52.752 INFO O| Dec 06 20:36:52.752 INFO STEP 393 (remove_files) COMPLETE
55092024-12-06T20:36:53.419Z[ recovery-image] Dec 06 20:36:52.752 INFO O| Dec 06 20:36:52.752 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-06T20:36:53.426Z[ recovery-image] Dec 06 20:36:52.762 INFO O| Dec 06 20:36:52.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55112024-12-06T20:36:53.426Z[ recovery-image] Dec 06 20:36:52.762 INFO O| Dec 06 20:36:52.762 INFO STEP 394 (remove_files) COMPLETE
55122024-12-06T20:36:53.426Z[ recovery-image] Dec 06 20:36:52.762 INFO O| Dec 06 20:36:52.762 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-06T20:36:53.435Z[ recovery-image] Dec 06 20:36:52.771 INFO O| Dec 06 20:36:52.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55142024-12-06T20:36:53.435Z[ recovery-image] Dec 06 20:36:52.771 INFO O| Dec 06 20:36:52.771 INFO STEP 395 (remove_files) COMPLETE
55152024-12-06T20:36:53.435Z[ recovery-image] Dec 06 20:36:52.771 INFO O| Dec 06 20:36:52.771 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-06T20:36:53.444Z[ recovery-image] Dec 06 20:36:52.780 INFO O| Dec 06 20:36:52.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55172024-12-06T20:36:53.444Z[ recovery-image] Dec 06 20:36:52.780 INFO O| Dec 06 20:36:52.780 INFO STEP 396 (remove_files) COMPLETE
55182024-12-06T20:36:53.444Z[ recovery-image] Dec 06 20:36:52.780 INFO O| Dec 06 20:36:52.780 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-06T20:36:53.453Z[ recovery-image] Dec 06 20:36:52.789 INFO O| Dec 06 20:36:52.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55202024-12-06T20:36:53.453Z[ recovery-image] Dec 06 20:36:52.789 INFO O| Dec 06 20:36:52.789 INFO STEP 397 (remove_files) COMPLETE
55212024-12-06T20:36:53.453Z[ recovery-image] Dec 06 20:36:52.789 INFO O| Dec 06 20:36:52.789 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-06T20:36:53.463Z[ recovery-image] Dec 06 20:36:52.799 INFO O| Dec 06 20:36:52.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55232024-12-06T20:36:53.463Z[ recovery-image] Dec 06 20:36:52.799 INFO O| Dec 06 20:36:52.799 INFO STEP 398 (remove_files) COMPLETE
55242024-12-06T20:36:53.463Z[ recovery-image] Dec 06 20:36:52.799 INFO O| Dec 06 20:36:52.799 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-06T20:36:53.472Z[ recovery-image] Dec 06 20:36:52.808 INFO O| Dec 06 20:36:52.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55262024-12-06T20:36:53.476Z[ recovery-image] Dec 06 20:36:52.809 INFO O| Dec 06 20:36:52.809 INFO STEP 399 (remove_files) COMPLETE
55272024-12-06T20:36:53.476Z[ recovery-image] Dec 06 20:36:52.809 INFO O| Dec 06 20:36:52.809 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-06T20:36:53.482Z[ recovery-image] Dec 06 20:36:52.818 INFO O| Dec 06 20:36:52.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55292024-12-06T20:36:53.482Z[ recovery-image] Dec 06 20:36:52.818 INFO O| Dec 06 20:36:52.818 INFO STEP 400 (remove_files) COMPLETE
55302024-12-06T20:36:53.482Z[ recovery-image] Dec 06 20:36:52.818 INFO O| Dec 06 20:36:52.818 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-06T20:36:53.492Z[ recovery-image] Dec 06 20:36:52.827 INFO O| Dec 06 20:36:52.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55322024-12-06T20:36:53.494Z[ recovery-image] Dec 06 20:36:52.827 INFO O| Dec 06 20:36:52.827 INFO STEP 401 (remove_files) COMPLETE
55332024-12-06T20:36:53.494Z[ recovery-image] Dec 06 20:36:52.827 INFO O| Dec 06 20:36:52.827 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-06T20:36:53.501Z[ recovery-image] Dec 06 20:36:52.837 INFO O| Dec 06 20:36:52.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55352024-12-06T20:36:53.501Z[ recovery-image] Dec 06 20:36:52.837 INFO O| Dec 06 20:36:52.837 INFO STEP 402 (remove_files) COMPLETE
55362024-12-06T20:36:53.501Z[ recovery-image] Dec 06 20:36:52.837 INFO O| Dec 06 20:36:52.837 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-06T20:36:53.510Z[ recovery-image] Dec 06 20:36:52.846 INFO O| Dec 06 20:36:52.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55382024-12-06T20:36:53.510Z[ recovery-image] Dec 06 20:36:52.846 INFO O| Dec 06 20:36:52.846 INFO STEP 403 (remove_files) COMPLETE
55392024-12-06T20:36:53.510Z[ recovery-image] Dec 06 20:36:52.846 INFO O| Dec 06 20:36:52.846 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-06T20:36:53.519Z[ recovery-image] Dec 06 20:36:52.855 INFO O| Dec 06 20:36:52.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55412024-12-06T20:36:53.519Z[ recovery-image] Dec 06 20:36:52.855 INFO O| Dec 06 20:36:52.855 INFO STEP 404 (remove_files) COMPLETE
55422024-12-06T20:36:53.522Z[ recovery-image] Dec 06 20:36:52.855 INFO O| Dec 06 20:36:52.855 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-06T20:36:53.529Z[ recovery-image] Dec 06 20:36:52.865 INFO O| Dec 06 20:36:52.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55442024-12-06T20:36:53.529Z[ recovery-image] Dec 06 20:36:52.865 INFO O| Dec 06 20:36:52.865 INFO STEP 405 (remove_files) COMPLETE
55452024-12-06T20:36:53.529Z[ recovery-image] Dec 06 20:36:52.865 INFO O| Dec 06 20:36:52.865 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-06T20:36:53.538Z[ recovery-image] Dec 06 20:36:52.874 INFO O| Dec 06 20:36:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55472024-12-06T20:36:53.538Z[ recovery-image] Dec 06 20:36:52.874 INFO O| Dec 06 20:36:52.874 INFO STEP 406 (remove_files) COMPLETE
55482024-12-06T20:36:53.541Z[ recovery-image] Dec 06 20:36:52.874 INFO O| Dec 06 20:36:52.874 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-06T20:36:53.548Z[ recovery-image] Dec 06 20:36:52.884 INFO O| Dec 06 20:36:52.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55502024-12-06T20:36:53.550Z[ recovery-image] Dec 06 20:36:52.884 INFO O| Dec 06 20:36:52.884 INFO STEP 407 (remove_files) COMPLETE
55512024-12-06T20:36:53.550Z[ recovery-image] Dec 06 20:36:52.884 INFO O| Dec 06 20:36:52.884 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-06T20:36:53.557Z[ recovery-image] Dec 06 20:36:52.893 INFO O| Dec 06 20:36:52.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55532024-12-06T20:36:53.559Z[ recovery-image] Dec 06 20:36:52.894 INFO O| Dec 06 20:36:52.894 INFO STEP 408 (remove_files) COMPLETE
55542024-12-06T20:36:53.559Z[ recovery-image] Dec 06 20:36:52.894 INFO O| Dec 06 20:36:52.894 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-06T20:36:53.567Z[ recovery-image] Dec 06 20:36:52.903 INFO O| Dec 06 20:36:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55562024-12-06T20:36:53.567Z[ recovery-image] Dec 06 20:36:52.903 INFO O| Dec 06 20:36:52.903 INFO STEP 409 (remove_files) COMPLETE
55572024-12-06T20:36:53.569Z[ recovery-image] Dec 06 20:36:52.903 INFO O| Dec 06 20:36:52.903 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-06T20:36:53.576Z[ recovery-image] Dec 06 20:36:52.912 INFO O| Dec 06 20:36:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55592024-12-06T20:36:53.578Z[ recovery-image] Dec 06 20:36:52.912 INFO O| Dec 06 20:36:52.912 INFO STEP 410 (remove_files) COMPLETE
55602024-12-06T20:36:53.578Z[ recovery-image] Dec 06 20:36:52.912 INFO O| Dec 06 20:36:52.912 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-06T20:36:53.586Z[ recovery-image] Dec 06 20:36:52.922 INFO O| Dec 06 20:36:52.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55622024-12-06T20:36:53.586Z[ recovery-image] Dec 06 20:36:52.922 INFO O| Dec 06 20:36:52.922 INFO STEP 411 (remove_files) COMPLETE
55632024-12-06T20:36:53.588Z[ recovery-image] Dec 06 20:36:52.922 INFO O| Dec 06 20:36:52.922 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-06T20:36:53.595Z[ recovery-image] Dec 06 20:36:52.931 INFO O| Dec 06 20:36:52.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55652024-12-06T20:36:53.595Z[ recovery-image] Dec 06 20:36:52.931 INFO O| Dec 06 20:36:52.931 INFO STEP 412 (remove_files) COMPLETE
55662024-12-06T20:36:53.597Z[ recovery-image] Dec 06 20:36:52.931 INFO O| Dec 06 20:36:52.931 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-06T20:36:53.606Z[ recovery-image] Dec 06 20:36:52.940 INFO O| Dec 06 20:36:52.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55682024-12-06T20:36:53.609Z[ recovery-image] Dec 06 20:36:52.940 INFO O| Dec 06 20:36:52.940 INFO STEP 413 (remove_files) COMPLETE
55692024-12-06T20:36:53.609Z[ recovery-image] Dec 06 20:36:52.940 INFO O| Dec 06 20:36:52.940 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-06T20:36:53.614Z[ recovery-image] Dec 06 20:36:52.950 INFO O| Dec 06 20:36:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55712024-12-06T20:36:53.616Z[ recovery-image] Dec 06 20:36:52.950 INFO O| Dec 06 20:36:52.950 INFO STEP 414 (remove_files) COMPLETE
55722024-12-06T20:36:53.616Z[ recovery-image] Dec 06 20:36:52.950 INFO O| Dec 06 20:36:52.950 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-06T20:36:53.623Z[ recovery-image] Dec 06 20:36:52.959 INFO O| Dec 06 20:36:52.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55742024-12-06T20:36:53.623Z[ recovery-image] Dec 06 20:36:52.959 INFO O| Dec 06 20:36:52.959 INFO STEP 415 (remove_files) COMPLETE
55752024-12-06T20:36:53.623Z[ recovery-image] Dec 06 20:36:52.959 INFO O| Dec 06 20:36:52.959 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-06T20:36:53.632Z[ recovery-image] Dec 06 20:36:52.968 INFO O| Dec 06 20:36:52.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55772024-12-06T20:36:53.635Z[ recovery-image] Dec 06 20:36:52.968 INFO O| Dec 06 20:36:52.968 INFO STEP 416 (remove_files) COMPLETE
55782024-12-06T20:36:53.635Z[ recovery-image] Dec 06 20:36:52.968 INFO O| Dec 06 20:36:52.968 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-06T20:36:53.641Z[ recovery-image] Dec 06 20:36:52.977 INFO O| Dec 06 20:36:52.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55802024-12-06T20:36:53.644Z[ recovery-image] Dec 06 20:36:52.977 INFO O| Dec 06 20:36:52.977 INFO STEP 417 (remove_files) COMPLETE
55812024-12-06T20:36:53.644Z[ recovery-image] Dec 06 20:36:52.977 INFO O| Dec 06 20:36:52.977 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-06T20:36:53.651Z[ recovery-image] Dec 06 20:36:52.987 INFO O| Dec 06 20:36:52.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55832024-12-06T20:36:53.653Z[ recovery-image] Dec 06 20:36:52.987 INFO O| Dec 06 20:36:52.987 INFO STEP 418 (remove_files) COMPLETE
55842024-12-06T20:36:53.653Z[ recovery-image] Dec 06 20:36:52.987 INFO O| Dec 06 20:36:52.987 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-06T20:36:53.660Z[ recovery-image] Dec 06 20:36:52.996 INFO O| Dec 06 20:36:52.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55862024-12-06T20:36:53.660Z[ recovery-image] Dec 06 20:36:52.996 INFO O| Dec 06 20:36:52.996 INFO STEP 419 (remove_files) COMPLETE
55872024-12-06T20:36:53.663Z[ recovery-image] Dec 06 20:36:52.996 INFO O| Dec 06 20:36:52.996 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-06T20:36:53.670Z[ recovery-image] Dec 06 20:36:53.006 INFO O| Dec 06 20:36:53.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55892024-12-06T20:36:53.670Z[ recovery-image] Dec 06 20:36:53.006 INFO O| Dec 06 20:36:53.006 INFO STEP 420 (remove_files) COMPLETE
55902024-12-06T20:36:53.672Z[ recovery-image] Dec 06 20:36:53.006 INFO O| Dec 06 20:36:53.006 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-06T20:36:53.680Z[ recovery-image] Dec 06 20:36:53.016 INFO O| Dec 06 20:36:53.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55922024-12-06T20:36:53.682Z[ recovery-image] Dec 06 20:36:53.016 INFO O| Dec 06 20:36:53.016 INFO STEP 421 (remove_files) COMPLETE
55932024-12-06T20:36:53.682Z[ recovery-image] Dec 06 20:36:53.016 INFO O| Dec 06 20:36:53.016 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-06T20:36:53.689Z[ recovery-image] Dec 06 20:36:53.025 INFO O| Dec 06 20:36:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55952024-12-06T20:36:53.689Z[ recovery-image] Dec 06 20:36:53.025 INFO O| Dec 06 20:36:53.025 INFO STEP 422 (remove_files) COMPLETE
55962024-12-06T20:36:53.689Z[ recovery-image] Dec 06 20:36:53.025 INFO O| Dec 06 20:36:53.025 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-06T20:36:53.698Z[ recovery-image] Dec 06 20:36:53.034 INFO O| Dec 06 20:36:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55982024-12-06T20:36:53.700Z[ recovery-image] Dec 06 20:36:53.034 INFO O| Dec 06 20:36:53.034 INFO STEP 423 (remove_files) COMPLETE
55992024-12-06T20:36:53.700Z[ recovery-image] Dec 06 20:36:53.034 INFO O| Dec 06 20:36:53.034 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-06T20:36:53.708Z[ recovery-image] Dec 06 20:36:53.043 INFO O| Dec 06 20:36:53.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56012024-12-06T20:36:53.708Z[ recovery-image] Dec 06 20:36:53.043 INFO O| Dec 06 20:36:53.043 INFO STEP 424 (remove_files) COMPLETE
56022024-12-06T20:36:53.711Z[ recovery-image] Dec 06 20:36:53.043 INFO O| Dec 06 20:36:53.043 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-06T20:36:53.717Z[ recovery-image] Dec 06 20:36:53.053 INFO O| Dec 06 20:36:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56042024-12-06T20:36:53.717Z[ recovery-image] Dec 06 20:36:53.053 INFO O| Dec 06 20:36:53.053 INFO STEP 425 (remove_files) COMPLETE
56052024-12-06T20:36:53.719Z[ recovery-image] Dec 06 20:36:53.053 INFO O| Dec 06 20:36:53.053 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-06T20:36:53.726Z[ recovery-image] Dec 06 20:36:53.062 INFO O| Dec 06 20:36:53.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56072024-12-06T20:36:53.726Z[ recovery-image] Dec 06 20:36:53.062 INFO O| Dec 06 20:36:53.062 INFO STEP 426 (remove_files) COMPLETE
56082024-12-06T20:36:53.726Z[ recovery-image] Dec 06 20:36:53.062 INFO O| Dec 06 20:36:53.062 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-06T20:36:53.735Z[ recovery-image] Dec 06 20:36:53.071 INFO O| Dec 06 20:36:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56102024-12-06T20:36:53.735Z[ recovery-image] Dec 06 20:36:53.071 INFO O| Dec 06 20:36:53.071 INFO STEP 427 (remove_files) COMPLETE
56112024-12-06T20:36:53.738Z[ recovery-image] Dec 06 20:36:53.071 INFO O| Dec 06 20:36:53.071 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-06T20:36:53.744Z[ recovery-image] Dec 06 20:36:53.080 INFO O| Dec 06 20:36:53.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56132024-12-06T20:36:53.752Z[ recovery-image] Dec 06 20:36:53.081 INFO O| Dec 06 20:36:53.081 INFO STEP 428 (remove_files) COMPLETE
56142024-12-06T20:36:53.752Z[ recovery-image] Dec 06 20:36:53.081 INFO O| Dec 06 20:36:53.081 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-06T20:36:53.766Z[ recovery-image] Dec 06 20:36:53.090 INFO O| Dec 06 20:36:53.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56162024-12-06T20:36:53.766Z[ recovery-image] Dec 06 20:36:53.090 INFO O| Dec 06 20:36:53.090 INFO STEP 429 (remove_files) COMPLETE
56172024-12-06T20:36:53.766Z[ recovery-image] Dec 06 20:36:53.090 INFO O| Dec 06 20:36:53.090 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-06T20:36:53.770Z[ recovery-image] Dec 06 20:36:53.099 INFO O| Dec 06 20:36:53.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56192024-12-06T20:36:53.770Z[ recovery-image] Dec 06 20:36:53.099 INFO O| Dec 06 20:36:53.099 INFO STEP 430 (remove_files) COMPLETE
56202024-12-06T20:36:53.770Z[ recovery-image] Dec 06 20:36:53.099 INFO O| Dec 06 20:36:53.099 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-06T20:36:53.772Z[ recovery-image] Dec 06 20:36:53.108 INFO O| Dec 06 20:36:53.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56222024-12-06T20:36:53.773Z[ recovery-image] Dec 06 20:36:53.108 INFO O| Dec 06 20:36:53.108 INFO STEP 431 (remove_files) COMPLETE
56232024-12-06T20:36:53.773Z[ recovery-image] Dec 06 20:36:53.108 INFO O| Dec 06 20:36:53.108 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-06T20:36:53.787Z[ recovery-image] Dec 06 20:36:53.118 INFO O| Dec 06 20:36:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56252024-12-06T20:36:53.788Z[ recovery-image] Dec 06 20:36:53.118 INFO O| Dec 06 20:36:53.118 INFO STEP 432 (remove_files) COMPLETE
56262024-12-06T20:36:53.788Z[ recovery-image] Dec 06 20:36:53.118 INFO O| Dec 06 20:36:53.118 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-06T20:36:53.794Z[ recovery-image] Dec 06 20:36:53.127 INFO O| Dec 06 20:36:53.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56282024-12-06T20:36:53.794Z[ recovery-image] Dec 06 20:36:53.127 INFO O| Dec 06 20:36:53.127 INFO STEP 433 (remove_files) COMPLETE
56292024-12-06T20:36:53.794Z[ recovery-image] Dec 06 20:36:53.127 INFO O| Dec 06 20:36:53.127 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-06T20:36:53.800Z[ recovery-image] Dec 06 20:36:53.136 INFO O| Dec 06 20:36:53.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56312024-12-06T20:36:53.800Z[ recovery-image] Dec 06 20:36:53.136 INFO O| Dec 06 20:36:53.136 INFO STEP 434 (remove_files) COMPLETE
56322024-12-06T20:36:53.800Z[ recovery-image] Dec 06 20:36:53.136 INFO O| Dec 06 20:36:53.136 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-06T20:36:53.809Z[ recovery-image] Dec 06 20:36:53.145 INFO O| Dec 06 20:36:53.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56342024-12-06T20:36:53.809Z[ recovery-image] Dec 06 20:36:53.145 INFO O| Dec 06 20:36:53.145 INFO STEP 435 (remove_files) COMPLETE
56352024-12-06T20:36:53.813Z[ recovery-image] Dec 06 20:36:53.145 INFO O| Dec 06 20:36:53.145 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-06T20:36:53.818Z[ recovery-image] Dec 06 20:36:53.154 INFO O| Dec 06 20:36:53.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56372024-12-06T20:36:53.819Z[ recovery-image] Dec 06 20:36:53.154 INFO O| Dec 06 20:36:53.154 INFO STEP 436 (remove_files) COMPLETE
56382024-12-06T20:36:53.819Z[ recovery-image] Dec 06 20:36:53.154 INFO O| Dec 06 20:36:53.154 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-06T20:36:53.828Z[ recovery-image] Dec 06 20:36:53.164 INFO O| Dec 06 20:36:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56402024-12-06T20:36:53.828Z[ recovery-image] Dec 06 20:36:53.164 INFO O| Dec 06 20:36:53.164 INFO STEP 437 (remove_files) COMPLETE
56412024-12-06T20:36:53.830Z[ recovery-image] Dec 06 20:36:53.164 INFO O| Dec 06 20:36:53.164 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-06T20:36:53.837Z[ recovery-image] Dec 06 20:36:53.173 INFO O| Dec 06 20:36:53.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56432024-12-06T20:36:53.837Z[ recovery-image] Dec 06 20:36:53.173 INFO O| Dec 06 20:36:53.173 INFO STEP 438 (remove_files) COMPLETE
56442024-12-06T20:36:53.837Z[ recovery-image] Dec 06 20:36:53.173 INFO O| Dec 06 20:36:53.173 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-06T20:36:53.846Z[ recovery-image] Dec 06 20:36:53.182 INFO O| Dec 06 20:36:53.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56462024-12-06T20:36:53.846Z[ recovery-image] Dec 06 20:36:53.182 INFO O| Dec 06 20:36:53.182 INFO STEP 439 (remove_files) COMPLETE
56472024-12-06T20:36:53.846Z[ recovery-image] Dec 06 20:36:53.182 INFO O| Dec 06 20:36:53.182 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-06T20:36:53.855Z[ recovery-image] Dec 06 20:36:53.191 INFO O| Dec 06 20:36:53.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56492024-12-06T20:36:53.855Z[ recovery-image] Dec 06 20:36:53.191 INFO O| Dec 06 20:36:53.191 INFO STEP 440 (remove_files) COMPLETE
56502024-12-06T20:36:53.855Z[ recovery-image] Dec 06 20:36:53.191 INFO O| Dec 06 20:36:53.191 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-06T20:36:53.865Z[ recovery-image] Dec 06 20:36:53.200 INFO O| Dec 06 20:36:53.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56522024-12-06T20:36:53.865Z[ recovery-image] Dec 06 20:36:53.201 INFO O| Dec 06 20:36:53.201 INFO STEP 441 (remove_files) COMPLETE
56532024-12-06T20:36:53.865Z[ recovery-image] Dec 06 20:36:53.201 INFO O| Dec 06 20:36:53.201 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-06T20:36:53.874Z[ recovery-image] Dec 06 20:36:53.210 INFO O| Dec 06 20:36:53.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56552024-12-06T20:36:53.874Z[ recovery-image] Dec 06 20:36:53.210 INFO O| Dec 06 20:36:53.210 INFO STEP 442 (remove_files) COMPLETE
56562024-12-06T20:36:53.876Z[ recovery-image] Dec 06 20:36:53.210 INFO O| Dec 06 20:36:53.210 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-06T20:36:53.883Z[ recovery-image] Dec 06 20:36:53.219 INFO O| Dec 06 20:36:53.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56582024-12-06T20:36:53.883Z[ recovery-image] Dec 06 20:36:53.219 INFO O| Dec 06 20:36:53.219 INFO STEP 443 (remove_files) COMPLETE
56592024-12-06T20:36:53.883Z[ recovery-image] Dec 06 20:36:53.219 INFO O| Dec 06 20:36:53.219 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-06T20:36:53.892Z[ recovery-image] Dec 06 20:36:53.228 INFO O| Dec 06 20:36:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56612024-12-06T20:36:53.894Z[ recovery-image] Dec 06 20:36:53.228 INFO O| Dec 06 20:36:53.228 INFO STEP 444 (remove_files) COMPLETE
56622024-12-06T20:36:53.894Z[ recovery-image] Dec 06 20:36:53.228 INFO O| Dec 06 20:36:53.228 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-06T20:36:53.902Z[ recovery-image] Dec 06 20:36:53.237 INFO O| Dec 06 20:36:53.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56642024-12-06T20:36:53.902Z[ recovery-image] Dec 06 20:36:53.238 INFO O| Dec 06 20:36:53.238 INFO STEP 445 (remove_files) COMPLETE
56652024-12-06T20:36:53.902Z[ recovery-image] Dec 06 20:36:53.238 INFO O| Dec 06 20:36:53.238 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-06T20:36:53.911Z[ recovery-image] Dec 06 20:36:53.247 INFO O| Dec 06 20:36:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56672024-12-06T20:36:53.911Z[ recovery-image] Dec 06 20:36:53.247 INFO O| Dec 06 20:36:53.247 INFO STEP 446 (remove_files) COMPLETE
56682024-12-06T20:36:53.913Z[ recovery-image] Dec 06 20:36:53.247 INFO O| Dec 06 20:36:53.247 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-06T20:36:53.920Z[ recovery-image] Dec 06 20:36:53.256 INFO O| Dec 06 20:36:53.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56702024-12-06T20:36:53.923Z[ recovery-image] Dec 06 20:36:53.256 INFO O| Dec 06 20:36:53.256 INFO STEP 447 (remove_files) COMPLETE
56712024-12-06T20:36:53.923Z[ recovery-image] Dec 06 20:36:53.256 INFO O| Dec 06 20:36:53.256 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-06T20:36:53.930Z[ recovery-image] Dec 06 20:36:53.265 INFO O| Dec 06 20:36:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56732024-12-06T20:36:53.930Z[ recovery-image] Dec 06 20:36:53.266 INFO O| Dec 06 20:36:53.266 INFO STEP 448 (remove_files) COMPLETE
56742024-12-06T20:36:53.932Z[ recovery-image] Dec 06 20:36:53.266 INFO O| Dec 06 20:36:53.266 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-06T20:36:53.939Z[ recovery-image] Dec 06 20:36:53.275 INFO O| Dec 06 20:36:53.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56762024-12-06T20:36:53.941Z[ recovery-image] Dec 06 20:36:53.275 INFO O| Dec 06 20:36:53.275 INFO STEP 449 (remove_files) COMPLETE
56772024-12-06T20:36:53.941Z[ recovery-image] Dec 06 20:36:53.275 INFO O| Dec 06 20:36:53.275 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-06T20:36:53.948Z[ recovery-image] Dec 06 20:36:53.284 INFO O| Dec 06 20:36:53.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56792024-12-06T20:36:53.948Z[ recovery-image] Dec 06 20:36:53.284 INFO O| Dec 06 20:36:53.284 INFO STEP 450 (remove_files) COMPLETE
56802024-12-06T20:36:53.950Z[ recovery-image] Dec 06 20:36:53.284 INFO O| Dec 06 20:36:53.284 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-06T20:36:53.957Z[ recovery-image] Dec 06 20:36:53.293 INFO O| Dec 06 20:36:53.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56822024-12-06T20:36:53.958Z[ recovery-image] Dec 06 20:36:53.293 INFO O| Dec 06 20:36:53.293 INFO STEP 451 (remove_files) COMPLETE
56832024-12-06T20:36:53.958Z[ recovery-image] Dec 06 20:36:53.293 INFO O| Dec 06 20:36:53.293 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-06T20:36:53.966Z[ recovery-image] Dec 06 20:36:53.302 INFO O| Dec 06 20:36:53.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56852024-12-06T20:36:53.966Z[ recovery-image] Dec 06 20:36:53.302 INFO O| Dec 06 20:36:53.302 INFO STEP 452 (remove_files) COMPLETE
56862024-12-06T20:36:53.966Z[ recovery-image] Dec 06 20:36:53.302 INFO O| Dec 06 20:36:53.302 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-06T20:36:53.976Z[ recovery-image] Dec 06 20:36:53.311 INFO O| Dec 06 20:36:53.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56882024-12-06T20:36:53.979Z[ recovery-image] Dec 06 20:36:53.311 INFO O| Dec 06 20:36:53.311 INFO STEP 453 (remove_files) COMPLETE
56892024-12-06T20:36:53.979Z[ recovery-image] Dec 06 20:36:53.311 INFO O| Dec 06 20:36:53.311 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-06T20:36:53.986Z[ recovery-image] Dec 06 20:36:53.321 INFO O| Dec 06 20:36:53.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56912024-12-06T20:36:53.986Z[ recovery-image] Dec 06 20:36:53.321 INFO O| Dec 06 20:36:53.321 INFO STEP 454 (remove_files) COMPLETE
56922024-12-06T20:36:53.988Z[ recovery-image] Dec 06 20:36:53.321 INFO O| Dec 06 20:36:53.321 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-06T20:36:53.994Z[ recovery-image] Dec 06 20:36:53.330 INFO O| Dec 06 20:36:53.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56942024-12-06T20:36:53.996Z[ recovery-image] Dec 06 20:36:53.330 INFO O| Dec 06 20:36:53.330 INFO STEP 455 (remove_files) COMPLETE
56952024-12-06T20:36:53.996Z[ recovery-image] Dec 06 20:36:53.330 INFO O| Dec 06 20:36:53.330 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-06T20:36:54.003Z[ recovery-image] Dec 06 20:36:53.339 INFO O| Dec 06 20:36:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56972024-12-06T20:36:54.003Z[ recovery-image] Dec 06 20:36:53.339 INFO O| Dec 06 20:36:53.339 INFO STEP 456 (remove_files) COMPLETE
56982024-12-06T20:36:54.006Z[ recovery-image] Dec 06 20:36:53.339 INFO O| Dec 06 20:36:53.339 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-06T20:36:54.012Z[ recovery-image] Dec 06 20:36:53.348 INFO O| Dec 06 20:36:53.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57002024-12-06T20:36:54.012Z[ recovery-image] Dec 06 20:36:53.348 INFO O| Dec 06 20:36:53.348 INFO STEP 457 (remove_files) COMPLETE
57012024-12-06T20:36:54.012Z[ recovery-image] Dec 06 20:36:53.348 INFO O| Dec 06 20:36:53.348 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-06T20:36:54.021Z[ recovery-image] Dec 06 20:36:53.357 INFO O| Dec 06 20:36:53.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57032024-12-06T20:36:54.021Z[ recovery-image] Dec 06 20:36:53.357 INFO O| Dec 06 20:36:53.357 INFO STEP 458 (remove_files) COMPLETE
57042024-12-06T20:36:54.024Z[ recovery-image] Dec 06 20:36:53.357 INFO O| Dec 06 20:36:53.357 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-06T20:36:54.031Z[ recovery-image] Dec 06 20:36:53.367 INFO O| Dec 06 20:36:53.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57062024-12-06T20:36:54.031Z[ recovery-image] Dec 06 20:36:53.367 INFO O| Dec 06 20:36:53.367 INFO STEP 459 (remove_files) COMPLETE
57072024-12-06T20:36:54.033Z[ recovery-image] Dec 06 20:36:53.367 INFO O| Dec 06 20:36:53.367 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-06T20:36:54.040Z[ recovery-image] Dec 06 20:36:53.376 INFO O| Dec 06 20:36:53.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57092024-12-06T20:36:54.040Z[ recovery-image] Dec 06 20:36:53.376 INFO O| Dec 06 20:36:53.376 INFO STEP 460 (remove_files) COMPLETE
57102024-12-06T20:36:54.042Z[ recovery-image] Dec 06 20:36:53.376 INFO O| Dec 06 20:36:53.376 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-06T20:36:54.049Z[ recovery-image] Dec 06 20:36:53.385 INFO O| Dec 06 20:36:53.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57122024-12-06T20:36:54.049Z[ recovery-image] Dec 06 20:36:53.385 INFO O| Dec 06 20:36:53.385 INFO STEP 461 (remove_files) COMPLETE
57132024-12-06T20:36:54.049Z[ recovery-image] Dec 06 20:36:53.385 INFO O| Dec 06 20:36:53.385 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-06T20:36:54.058Z[ recovery-image] Dec 06 20:36:53.394 INFO O| Dec 06 20:36:53.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57152024-12-06T20:36:54.058Z[ recovery-image] Dec 06 20:36:53.394 INFO O| Dec 06 20:36:53.394 INFO STEP 462 (remove_files) COMPLETE
57162024-12-06T20:36:54.061Z[ recovery-image] Dec 06 20:36:53.394 INFO O| Dec 06 20:36:53.394 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-06T20:36:54.067Z[ recovery-image] Dec 06 20:36:53.403 INFO O| Dec 06 20:36:53.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57182024-12-06T20:36:54.070Z[ recovery-image] Dec 06 20:36:53.403 INFO O| Dec 06 20:36:53.403 INFO STEP 463 (remove_files) COMPLETE
57192024-12-06T20:36:54.070Z[ recovery-image] Dec 06 20:36:53.403 INFO O| Dec 06 20:36:53.403 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-06T20:36:54.077Z[ recovery-image] Dec 06 20:36:53.413 INFO O| Dec 06 20:36:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57212024-12-06T20:36:54.079Z[ recovery-image] Dec 06 20:36:53.413 INFO O| Dec 06 20:36:53.413 INFO STEP 464 (remove_files) COMPLETE
57222024-12-06T20:36:54.079Z[ recovery-image] Dec 06 20:36:53.413 INFO O| Dec 06 20:36:53.413 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-06T20:36:54.086Z[ recovery-image] Dec 06 20:36:53.422 INFO O| Dec 06 20:36:53.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57242024-12-06T20:36:54.086Z[ recovery-image] Dec 06 20:36:53.422 INFO O| Dec 06 20:36:53.422 INFO STEP 465 (remove_files) COMPLETE
57252024-12-06T20:36:54.086Z[ recovery-image] Dec 06 20:36:53.422 INFO O| Dec 06 20:36:53.422 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-06T20:36:54.095Z[ recovery-image] Dec 06 20:36:53.431 INFO O| Dec 06 20:36:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57272024-12-06T20:36:54.095Z[ recovery-image] Dec 06 20:36:53.431 INFO O| Dec 06 20:36:53.431 INFO STEP 466 (remove_files) COMPLETE
57282024-12-06T20:36:54.097Z[ recovery-image] Dec 06 20:36:53.431 INFO O| Dec 06 20:36:53.431 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-06T20:36:54.104Z[ recovery-image] Dec 06 20:36:53.440 INFO O| Dec 06 20:36:53.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57302024-12-06T20:36:54.104Z[ recovery-image] Dec 06 20:36:53.440 INFO O| Dec 06 20:36:53.440 INFO STEP 467 (remove_files) COMPLETE
57312024-12-06T20:36:54.106Z[ recovery-image] Dec 06 20:36:53.440 INFO O| Dec 06 20:36:53.440 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-06T20:36:54.114Z[ recovery-image] Dec 06 20:36:53.450 INFO O| Dec 06 20:36:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57332024-12-06T20:36:54.114Z[ recovery-image] Dec 06 20:36:53.450 INFO O| Dec 06 20:36:53.450 INFO STEP 468 (remove_files) COMPLETE
57342024-12-06T20:36:54.116Z[ recovery-image] Dec 06 20:36:53.450 INFO O| Dec 06 20:36:53.450 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-06T20:36:54.123Z[ recovery-image] Dec 06 20:36:53.459 INFO O| Dec 06 20:36:53.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57362024-12-06T20:36:54.123Z[ recovery-image] Dec 06 20:36:53.459 INFO O| Dec 06 20:36:53.459 INFO STEP 469 (remove_files) COMPLETE
57372024-12-06T20:36:54.123Z[ recovery-image] Dec 06 20:36:53.459 INFO O| Dec 06 20:36:53.459 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-06T20:36:54.132Z[ recovery-image] Dec 06 20:36:53.468 INFO O| Dec 06 20:36:53.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57392024-12-06T20:36:54.132Z[ recovery-image] Dec 06 20:36:53.468 INFO O| Dec 06 20:36:53.468 INFO STEP 470 (remove_files) COMPLETE
57402024-12-06T20:36:54.135Z[ recovery-image] Dec 06 20:36:53.468 INFO O| Dec 06 20:36:53.468 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-06T20:36:54.141Z[ recovery-image] Dec 06 20:36:53.477 INFO O| Dec 06 20:36:53.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57422024-12-06T20:36:54.141Z[ recovery-image] Dec 06 20:36:53.477 INFO O| Dec 06 20:36:53.477 INFO STEP 471 (remove_files) COMPLETE
57432024-12-06T20:36:54.141Z[ recovery-image] Dec 06 20:36:53.477 INFO O| Dec 06 20:36:53.477 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-06T20:36:54.150Z[ recovery-image] Dec 06 20:36:53.486 INFO O| Dec 06 20:36:53.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57452024-12-06T20:36:54.153Z[ recovery-image] Dec 06 20:36:53.487 INFO O| Dec 06 20:36:53.487 INFO STEP 472 (remove_files) COMPLETE
57462024-12-06T20:36:54.153Z[ recovery-image] Dec 06 20:36:53.487 INFO O| Dec 06 20:36:53.487 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-06T20:36:54.160Z[ recovery-image] Dec 06 20:36:53.496 INFO O| Dec 06 20:36:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57482024-12-06T20:36:54.163Z[ recovery-image] Dec 06 20:36:53.496 INFO O| Dec 06 20:36:53.496 INFO STEP 473 (remove_files) COMPLETE
57492024-12-06T20:36:54.163Z[ recovery-image] Dec 06 20:36:53.496 INFO O| Dec 06 20:36:53.496 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-06T20:36:54.169Z[ recovery-image] Dec 06 20:36:53.505 INFO O| Dec 06 20:36:53.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57512024-12-06T20:36:54.169Z[ recovery-image] Dec 06 20:36:53.505 INFO O| Dec 06 20:36:53.505 INFO STEP 474 (remove_files) COMPLETE
57522024-12-06T20:36:54.169Z[ recovery-image] Dec 06 20:36:53.505 INFO O| Dec 06 20:36:53.505 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-06T20:36:54.178Z[ recovery-image] Dec 06 20:36:53.514 INFO O| Dec 06 20:36:53.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57542024-12-06T20:36:54.180Z[ recovery-image] Dec 06 20:36:53.514 INFO O| Dec 06 20:36:53.514 INFO STEP 475 (remove_files) COMPLETE
57552024-12-06T20:36:54.180Z[ recovery-image] Dec 06 20:36:53.514 INFO O| Dec 06 20:36:53.514 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-06T20:36:54.188Z[ recovery-image] Dec 06 20:36:53.523 INFO O| Dec 06 20:36:53.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57572024-12-06T20:36:54.189Z[ recovery-image] Dec 06 20:36:53.523 INFO O| Dec 06 20:36:53.523 INFO STEP 476 (remove_files) COMPLETE
57582024-12-06T20:36:54.191Z[ recovery-image] Dec 06 20:36:53.523 INFO O| Dec 06 20:36:53.523 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-06T20:36:54.197Z[ recovery-image] Dec 06 20:36:53.533 INFO O| Dec 06 20:36:53.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57602024-12-06T20:36:54.200Z[ recovery-image] Dec 06 20:36:53.533 INFO O| Dec 06 20:36:53.533 INFO STEP 477 (remove_files) COMPLETE
57612024-12-06T20:36:54.200Z[ recovery-image] Dec 06 20:36:53.533 INFO O| Dec 06 20:36:53.533 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-06T20:36:54.206Z[ recovery-image] Dec 06 20:36:53.542 INFO O| Dec 06 20:36:53.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57632024-12-06T20:36:54.206Z[ recovery-image] Dec 06 20:36:53.542 INFO O| Dec 06 20:36:53.542 INFO STEP 478 (remove_files) COMPLETE
57642024-12-06T20:36:54.206Z[ recovery-image] Dec 06 20:36:53.542 INFO O| Dec 06 20:36:53.542 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-06T20:36:54.215Z[ recovery-image] Dec 06 20:36:53.551 INFO O| Dec 06 20:36:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57662024-12-06T20:36:54.217Z[ recovery-image] Dec 06 20:36:53.551 INFO O| Dec 06 20:36:53.551 INFO STEP 479 (remove_files) COMPLETE
57672024-12-06T20:36:54.217Z[ recovery-image] Dec 06 20:36:53.551 INFO O| Dec 06 20:36:53.551 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-06T20:36:54.225Z[ recovery-image] Dec 06 20:36:53.560 INFO O| Dec 06 20:36:53.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57692024-12-06T20:36:54.225Z[ recovery-image] Dec 06 20:36:53.561 INFO O| Dec 06 20:36:53.561 INFO STEP 480 (remove_files) COMPLETE
57702024-12-06T20:36:54.225Z[ recovery-image] Dec 06 20:36:53.561 INFO O| Dec 06 20:36:53.561 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-06T20:36:54.234Z[ recovery-image] Dec 06 20:36:53.570 INFO O| Dec 06 20:36:53.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57722024-12-06T20:36:54.234Z[ recovery-image] Dec 06 20:36:53.570 INFO O| Dec 06 20:36:53.570 INFO STEP 481 (remove_files) COMPLETE
57732024-12-06T20:36:54.234Z[ recovery-image] Dec 06 20:36:53.570 INFO O| Dec 06 20:36:53.570 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-06T20:36:54.243Z[ recovery-image] Dec 06 20:36:53.579 INFO O| Dec 06 20:36:53.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57752024-12-06T20:36:54.245Z[ recovery-image] Dec 06 20:36:53.579 INFO O| Dec 06 20:36:53.579 INFO STEP 482 (remove_files) COMPLETE
57762024-12-06T20:36:54.245Z[ recovery-image] Dec 06 20:36:53.579 INFO O| Dec 06 20:36:53.579 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-06T20:36:54.252Z[ recovery-image] Dec 06 20:36:53.588 INFO O| Dec 06 20:36:53.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57782024-12-06T20:36:54.255Z[ recovery-image] Dec 06 20:36:53.589 INFO O| Dec 06 20:36:53.588 INFO STEP 483 (remove_files) COMPLETE
57792024-12-06T20:36:54.255Z[ recovery-image] Dec 06 20:36:53.589 INFO O| Dec 06 20:36:53.588 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-06T20:36:54.262Z[ recovery-image] Dec 06 20:36:53.598 INFO O| Dec 06 20:36:53.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57812024-12-06T20:36:54.264Z[ recovery-image] Dec 06 20:36:53.598 INFO O| Dec 06 20:36:53.598 INFO STEP 484 (remove_files) COMPLETE
57822024-12-06T20:36:54.264Z[ recovery-image] Dec 06 20:36:53.598 INFO O| Dec 06 20:36:53.598 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-06T20:36:54.272Z[ recovery-image] Dec 06 20:36:53.607 INFO O| Dec 06 20:36:53.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57842024-12-06T20:36:54.274Z[ recovery-image] Dec 06 20:36:53.608 INFO O| Dec 06 20:36:53.607 INFO STEP 485 (remove_files) COMPLETE
57852024-12-06T20:36:54.274Z[ recovery-image] Dec 06 20:36:53.608 INFO O| Dec 06 20:36:53.607 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-06T20:36:54.281Z[ recovery-image] Dec 06 20:36:53.617 INFO O| Dec 06 20:36:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57872024-12-06T20:36:54.283Z[ recovery-image] Dec 06 20:36:53.617 INFO O| Dec 06 20:36:53.617 INFO STEP 486 (remove_files) COMPLETE
57882024-12-06T20:36:54.283Z[ recovery-image] Dec 06 20:36:53.617 INFO O| Dec 06 20:36:53.617 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-06T20:36:54.290Z[ recovery-image] Dec 06 20:36:53.626 INFO O| Dec 06 20:36:53.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57902024-12-06T20:36:54.290Z[ recovery-image] Dec 06 20:36:53.626 INFO O| Dec 06 20:36:53.626 INFO STEP 487 (remove_files) COMPLETE
57912024-12-06T20:36:54.290Z[ recovery-image] Dec 06 20:36:53.626 INFO O| Dec 06 20:36:53.626 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-06T20:36:54.299Z[ recovery-image] Dec 06 20:36:53.635 INFO O| Dec 06 20:36:53.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57932024-12-06T20:36:54.299Z[ recovery-image] Dec 06 20:36:53.635 INFO O| Dec 06 20:36:53.635 INFO STEP 488 (remove_files) COMPLETE
57942024-12-06T20:36:54.299Z[ recovery-image] Dec 06 20:36:53.635 INFO O| Dec 06 20:36:53.635 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-06T20:36:54.309Z[ recovery-image] Dec 06 20:36:53.645 INFO O| Dec 06 20:36:53.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57962024-12-06T20:36:54.312Z[ recovery-image] Dec 06 20:36:53.645 INFO O| Dec 06 20:36:53.645 INFO STEP 489 (remove_files) COMPLETE
57972024-12-06T20:36:54.312Z[ recovery-image] Dec 06 20:36:53.645 INFO O| Dec 06 20:36:53.645 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-06T20:36:54.318Z[ recovery-image] Dec 06 20:36:53.654 INFO O| Dec 06 20:36:53.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57992024-12-06T20:36:54.321Z[ recovery-image] Dec 06 20:36:53.654 INFO O| Dec 06 20:36:53.654 INFO STEP 490 (remove_files) COMPLETE
58002024-12-06T20:36:54.321Z[ recovery-image] Dec 06 20:36:53.654 INFO O| Dec 06 20:36:53.654 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-06T20:36:54.327Z[ recovery-image] Dec 06 20:36:53.663 INFO O| Dec 06 20:36:53.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58022024-12-06T20:36:54.330Z[ recovery-image] Dec 06 20:36:53.663 INFO O| Dec 06 20:36:53.663 INFO STEP 491 (remove_files) COMPLETE
58032024-12-06T20:36:54.330Z[ recovery-image] Dec 06 20:36:53.663 INFO O| Dec 06 20:36:53.663 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-06T20:36:54.337Z[ recovery-image] Dec 06 20:36:53.673 INFO O| Dec 06 20:36:53.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58052024-12-06T20:36:54.339Z[ recovery-image] Dec 06 20:36:53.673 INFO O| Dec 06 20:36:53.673 INFO STEP 492 (remove_files) COMPLETE
58062024-12-06T20:36:54.339Z[ recovery-image] Dec 06 20:36:53.673 INFO O| Dec 06 20:36:53.673 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-06T20:36:54.351Z[ recovery-image] Dec 06 20:36:53.687 INFO O| Dec 06 20:36:53.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58082024-12-06T20:36:54.354Z[ recovery-image] Dec 06 20:36:53.687 INFO O| Dec 06 20:36:53.687 INFO STEP 493 (remove_files) COMPLETE
58092024-12-06T20:36:54.354Z[ recovery-image] Dec 06 20:36:53.687 INFO O| Dec 06 20:36:53.687 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-06T20:36:54.366Z[ recovery-image] Dec 06 20:36:53.702 INFO O| Dec 06 20:36:53.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58112024-12-06T20:36:54.366Z[ recovery-image] Dec 06 20:36:53.702 INFO O| Dec 06 20:36:53.702 INFO STEP 494 (remove_files) COMPLETE
58122024-12-06T20:36:54.366Z[ recovery-image] Dec 06 20:36:53.702 INFO O| Dec 06 20:36:53.702 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-06T20:36:54.378Z[ recovery-image] Dec 06 20:36:53.714 INFO O| Dec 06 20:36:53.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58142024-12-06T20:36:54.381Z[ recovery-image] Dec 06 20:36:53.715 INFO O| Dec 06 20:36:53.715 INFO STEP 495 (remove_files) COMPLETE
58152024-12-06T20:36:54.381Z[ recovery-image] Dec 06 20:36:53.715 INFO O| Dec 06 20:36:53.715 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-06T20:36:54.390Z[ recovery-image] Dec 06 20:36:53.726 INFO O| Dec 06 20:36:53.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58172024-12-06T20:36:54.390Z[ recovery-image] Dec 06 20:36:53.726 INFO O| Dec 06 20:36:53.726 INFO STEP 496 (remove_files) COMPLETE
58182024-12-06T20:36:54.390Z[ recovery-image] Dec 06 20:36:53.726 INFO O| Dec 06 20:36:53.726 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-06T20:36:54.400Z[ recovery-image] Dec 06 20:36:53.736 INFO O| Dec 06 20:36:53.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58202024-12-06T20:36:54.402Z[ recovery-image] Dec 06 20:36:53.736 INFO O| Dec 06 20:36:53.736 INFO STEP 497 (remove_files) COMPLETE
58212024-12-06T20:36:54.402Z[ recovery-image] Dec 06 20:36:53.736 INFO O| Dec 06 20:36:53.736 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-06T20:36:54.409Z[ recovery-image] Dec 06 20:36:53.745 INFO O| Dec 06 20:36:53.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58232024-12-06T20:36:54.412Z[ recovery-image] Dec 06 20:36:53.745 INFO O| Dec 06 20:36:53.745 INFO STEP 498 (remove_files) COMPLETE
58242024-12-06T20:36:54.412Z[ recovery-image] Dec 06 20:36:53.745 INFO O| Dec 06 20:36:53.745 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-06T20:36:54.419Z[ recovery-image] Dec 06 20:36:53.755 INFO O| Dec 06 20:36:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58262024-12-06T20:36:54.419Z[ recovery-image] Dec 06 20:36:53.755 INFO O| Dec 06 20:36:53.755 INFO STEP 499 (remove_files) COMPLETE
58272024-12-06T20:36:54.421Z[ recovery-image] Dec 06 20:36:53.755 INFO O| Dec 06 20:36:53.755 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-06T20:36:54.428Z[ recovery-image] Dec 06 20:36:53.764 INFO O| Dec 06 20:36:53.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58292024-12-06T20:36:54.428Z[ recovery-image] Dec 06 20:36:53.764 INFO O| Dec 06 20:36:53.764 INFO STEP 500 (remove_files) COMPLETE
58302024-12-06T20:36:54.428Z[ recovery-image] Dec 06 20:36:53.764 INFO O| Dec 06 20:36:53.764 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-06T20:36:54.438Z[ recovery-image] Dec 06 20:36:53.773 INFO O| Dec 06 20:36:53.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58322024-12-06T20:36:54.438Z[ recovery-image] Dec 06 20:36:53.773 INFO O| Dec 06 20:36:53.773 INFO STEP 501 (remove_files) COMPLETE
58332024-12-06T20:36:54.440Z[ recovery-image] Dec 06 20:36:53.773 INFO O| Dec 06 20:36:53.773 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-06T20:36:54.447Z[ recovery-image] Dec 06 20:36:53.783 INFO O| Dec 06 20:36:53.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58352024-12-06T20:36:54.449Z[ recovery-image] Dec 06 20:36:53.783 INFO O| Dec 06 20:36:53.783 INFO STEP 502 (remove_files) COMPLETE
58362024-12-06T20:36:54.449Z[ recovery-image] Dec 06 20:36:53.783 INFO O| Dec 06 20:36:53.783 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-06T20:36:54.456Z[ recovery-image] Dec 06 20:36:53.792 INFO O| Dec 06 20:36:53.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58382024-12-06T20:36:54.456Z[ recovery-image] Dec 06 20:36:53.792 INFO O| Dec 06 20:36:53.792 INFO STEP 503 (remove_files) COMPLETE
58392024-12-06T20:36:54.458Z[ recovery-image] Dec 06 20:36:53.792 INFO O| Dec 06 20:36:53.792 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-06T20:36:54.465Z[ recovery-image] Dec 06 20:36:53.801 INFO O| Dec 06 20:36:53.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58412024-12-06T20:36:54.468Z[ recovery-image] Dec 06 20:36:53.801 INFO O| Dec 06 20:36:53.801 INFO STEP 504 (remove_files) COMPLETE
58422024-12-06T20:36:54.468Z[ recovery-image] Dec 06 20:36:53.801 INFO O| Dec 06 20:36:53.801 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-06T20:36:54.475Z[ recovery-image] Dec 06 20:36:53.811 INFO O| Dec 06 20:36:53.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58442024-12-06T20:36:54.477Z[ recovery-image] Dec 06 20:36:53.811 INFO O| Dec 06 20:36:53.811 INFO STEP 505 (remove_files) COMPLETE
58452024-12-06T20:36:54.477Z[ recovery-image] Dec 06 20:36:53.811 INFO O| Dec 06 20:36:53.811 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-06T20:36:54.484Z[ recovery-image] Dec 06 20:36:53.820 INFO O| Dec 06 20:36:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58472024-12-06T20:36:54.486Z[ recovery-image] Dec 06 20:36:53.821 INFO O| Dec 06 20:36:53.821 INFO STEP 506 (remove_files) COMPLETE
58482024-12-06T20:36:54.486Z[ recovery-image] Dec 06 20:36:53.821 INFO O| Dec 06 20:36:53.821 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-06T20:36:54.494Z[ recovery-image] Dec 06 20:36:53.830 INFO O| Dec 06 20:36:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58502024-12-06T20:36:54.496Z[ recovery-image] Dec 06 20:36:53.830 INFO O| Dec 06 20:36:53.830 INFO STEP 507 (remove_files) COMPLETE
58512024-12-06T20:36:54.496Z[ recovery-image] Dec 06 20:36:53.830 INFO O| Dec 06 20:36:53.830 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-06T20:36:54.504Z[ recovery-image] Dec 06 20:36:53.839 INFO O| Dec 06 20:36:53.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58532024-12-06T20:36:54.504Z[ recovery-image] Dec 06 20:36:53.840 INFO O| Dec 06 20:36:53.840 INFO STEP 508 (remove_files) COMPLETE
58542024-12-06T20:36:54.505Z[ recovery-image] Dec 06 20:36:53.840 INFO O| Dec 06 20:36:53.840 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-06T20:36:54.513Z[ recovery-image] Dec 06 20:36:53.849 INFO O| Dec 06 20:36:53.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58562024-12-06T20:36:54.513Z[ recovery-image] Dec 06 20:36:53.849 INFO O| Dec 06 20:36:53.849 INFO STEP 509 (remove_files) COMPLETE
58572024-12-06T20:36:54.515Z[ recovery-image] Dec 06 20:36:53.849 INFO O| Dec 06 20:36:53.849 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-06T20:36:54.522Z[ recovery-image] Dec 06 20:36:53.858 INFO O| Dec 06 20:36:53.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58592024-12-06T20:36:54.522Z[ recovery-image] Dec 06 20:36:53.858 INFO O| Dec 06 20:36:53.858 INFO STEP 510 (remove_files) COMPLETE
58602024-12-06T20:36:54.525Z[ recovery-image] Dec 06 20:36:53.858 INFO O| Dec 06 20:36:53.858 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-06T20:36:54.532Z[ recovery-image] Dec 06 20:36:53.867 INFO O| Dec 06 20:36:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58622024-12-06T20:36:54.532Z[ recovery-image] Dec 06 20:36:53.868 INFO O| Dec 06 20:36:53.868 INFO STEP 511 (remove_files) COMPLETE
58632024-12-06T20:36:54.534Z[ recovery-image] Dec 06 20:36:53.868 INFO O| Dec 06 20:36:53.868 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-06T20:36:54.541Z[ recovery-image] Dec 06 20:36:53.877 INFO O| Dec 06 20:36:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58652024-12-06T20:36:54.544Z[ recovery-image] Dec 06 20:36:53.877 INFO O| Dec 06 20:36:53.877 INFO STEP 512 (remove_files) COMPLETE
58662024-12-06T20:36:54.544Z[ recovery-image] Dec 06 20:36:53.877 INFO O| Dec 06 20:36:53.877 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-06T20:36:54.550Z[ recovery-image] Dec 06 20:36:53.886 INFO O| Dec 06 20:36:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58682024-12-06T20:36:54.550Z[ recovery-image] Dec 06 20:36:53.886 INFO O| Dec 06 20:36:53.886 INFO STEP 513 (remove_files) COMPLETE
58692024-12-06T20:36:54.553Z[ recovery-image] Dec 06 20:36:53.886 INFO O| Dec 06 20:36:53.886 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-06T20:36:54.560Z[ recovery-image] Dec 06 20:36:53.896 INFO O| Dec 06 20:36:53.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58712024-12-06T20:36:54.560Z[ recovery-image] Dec 06 20:36:53.896 INFO O| Dec 06 20:36:53.896 INFO STEP 514 (remove_files) COMPLETE
58722024-12-06T20:36:54.562Z[ recovery-image] Dec 06 20:36:53.896 INFO O| Dec 06 20:36:53.896 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-06T20:36:54.569Z[ recovery-image] Dec 06 20:36:53.905 INFO O| Dec 06 20:36:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58742024-12-06T20:36:54.570Z[ recovery-image] Dec 06 20:36:53.905 INFO O| Dec 06 20:36:53.905 INFO STEP 515 (remove_files) COMPLETE
58752024-12-06T20:36:54.570Z[ recovery-image] Dec 06 20:36:53.905 INFO O| Dec 06 20:36:53.905 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-06T20:36:54.579Z[ recovery-image] Dec 06 20:36:53.915 INFO O| Dec 06 20:36:53.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58772024-12-06T20:36:54.579Z[ recovery-image] Dec 06 20:36:53.915 INFO O| Dec 06 20:36:53.915 INFO STEP 516 (remove_files) COMPLETE
58782024-12-06T20:36:54.581Z[ recovery-image] Dec 06 20:36:53.915 INFO O| Dec 06 20:36:53.915 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-06T20:36:54.588Z[ recovery-image] Dec 06 20:36:53.924 INFO O| Dec 06 20:36:53.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58802024-12-06T20:36:54.591Z[ recovery-image] Dec 06 20:36:53.924 INFO O| Dec 06 20:36:53.924 INFO STEP 517 (remove_files) COMPLETE
58812024-12-06T20:36:54.591Z[ recovery-image] Dec 06 20:36:53.924 INFO O| Dec 06 20:36:53.924 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-06T20:36:54.598Z[ recovery-image] Dec 06 20:36:53.934 INFO O| Dec 06 20:36:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58832024-12-06T20:36:54.598Z[ recovery-image] Dec 06 20:36:53.934 INFO O| Dec 06 20:36:53.934 INFO STEP 518 (remove_files) COMPLETE
58842024-12-06T20:36:54.600Z[ recovery-image] Dec 06 20:36:53.934 INFO O| Dec 06 20:36:53.934 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-06T20:36:54.607Z[ recovery-image] Dec 06 20:36:53.943 INFO O| Dec 06 20:36:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58862024-12-06T20:36:54.607Z[ recovery-image] Dec 06 20:36:53.943 INFO O| Dec 06 20:36:53.943 INFO STEP 519 (remove_files) COMPLETE
58872024-12-06T20:36:54.609Z[ recovery-image] Dec 06 20:36:53.943 INFO O| Dec 06 20:36:53.943 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-06T20:36:54.616Z[ recovery-image] Dec 06 20:36:53.952 INFO O| Dec 06 20:36:53.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58892024-12-06T20:36:54.618Z[ recovery-image] Dec 06 20:36:53.953 INFO O| Dec 06 20:36:53.953 INFO STEP 520 (remove_files) COMPLETE
58902024-12-06T20:36:54.619Z[ recovery-image] Dec 06 20:36:53.953 INFO O| Dec 06 20:36:53.953 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-06T20:36:54.626Z[ recovery-image] Dec 06 20:36:53.962 INFO O| Dec 06 20:36:53.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58922024-12-06T20:36:54.626Z[ recovery-image] Dec 06 20:36:53.962 INFO O| Dec 06 20:36:53.962 INFO STEP 521 (remove_files) COMPLETE
58932024-12-06T20:36:54.630Z[ recovery-image] Dec 06 20:36:53.962 INFO O| Dec 06 20:36:53.962 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-06T20:36:54.635Z[ recovery-image] Dec 06 20:36:53.971 INFO O| Dec 06 20:36:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58952024-12-06T20:36:54.638Z[ recovery-image] Dec 06 20:36:53.972 INFO O| Dec 06 20:36:53.972 INFO STEP 522 (remove_files) COMPLETE
58962024-12-06T20:36:54.638Z[ recovery-image] Dec 06 20:36:53.972 INFO O| Dec 06 20:36:53.972 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-06T20:36:54.646Z[ recovery-image] Dec 06 20:36:53.981 INFO O| Dec 06 20:36:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58982024-12-06T20:36:54.648Z[ recovery-image] Dec 06 20:36:53.982 INFO O| Dec 06 20:36:53.982 INFO STEP 523 (remove_files) COMPLETE
58992024-12-06T20:36:54.648Z[ recovery-image] Dec 06 20:36:53.982 INFO O| Dec 06 20:36:53.982 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-06T20:36:54.655Z[ recovery-image] Dec 06 20:36:53.991 INFO O| Dec 06 20:36:53.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59012024-12-06T20:36:54.655Z[ recovery-image] Dec 06 20:36:53.991 INFO O| Dec 06 20:36:53.991 INFO STEP 524 (remove_files) COMPLETE
59022024-12-06T20:36:54.657Z[ recovery-image] Dec 06 20:36:53.991 INFO O| Dec 06 20:36:53.991 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-06T20:36:54.667Z[ recovery-image] Dec 06 20:36:54.003 INFO O| Dec 06 20:36:54.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59042024-12-06T20:36:54.667Z[ recovery-image] Dec 06 20:36:54.003 INFO O| Dec 06 20:36:54.003 INFO STEP 525 (remove_files) COMPLETE
59052024-12-06T20:36:54.667Z[ recovery-image] Dec 06 20:36:54.003 INFO O| Dec 06 20:36:54.003 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-06T20:36:54.679Z[ recovery-image] Dec 06 20:36:54.015 INFO O| Dec 06 20:36:54.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59072024-12-06T20:36:54.682Z[ recovery-image] Dec 06 20:36:54.015 INFO O| Dec 06 20:36:54.015 INFO STEP 526 (remove_files) COMPLETE
59082024-12-06T20:36:54.682Z[ recovery-image] Dec 06 20:36:54.015 INFO O| Dec 06 20:36:54.015 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-06T20:36:54.685Z[ host-image] Dec 06 20:36:54.018 INFO O| Dec 06 20:36:54.018 INFO O| Download: Completed 8.42 MB in 4.47 seconds (1.9M/s)
59102024-12-06T20:36:54.688Z[ recovery-image] Dec 06 20:36:54.024 INFO O| Dec 06 20:36:54.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59112024-12-06T20:36:54.688Z[ recovery-image] Dec 06 20:36:54.024 INFO O| Dec 06 20:36:54.024 INFO STEP 527 (remove_files) COMPLETE
59122024-12-06T20:36:54.691Z[ recovery-image] Dec 06 20:36:54.024 INFO O| Dec 06 20:36:54.024 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-06T20:36:54.698Z[ recovery-image] Dec 06 20:36:54.034 INFO O| Dec 06 20:36:54.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59142024-12-06T20:36:54.700Z[ recovery-image] Dec 06 20:36:54.035 INFO O| Dec 06 20:36:54.035 INFO STEP 528 (remove_files) COMPLETE
59152024-12-06T20:36:54.700Z[ recovery-image] Dec 06 20:36:54.035 INFO O| Dec 06 20:36:54.035 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-06T20:36:54.709Z[ recovery-image] Dec 06 20:36:54.045 INFO O| Dec 06 20:36:54.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59172024-12-06T20:36:54.709Z[ recovery-image] Dec 06 20:36:54.045 INFO O| Dec 06 20:36:54.045 INFO STEP 529 (remove_files) COMPLETE
59182024-12-06T20:36:54.711Z[ recovery-image] Dec 06 20:36:54.045 INFO O| Dec 06 20:36:54.045 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-06T20:36:54.718Z[ recovery-image] Dec 06 20:36:54.054 INFO O| Dec 06 20:36:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59202024-12-06T20:36:54.720Z[ recovery-image] Dec 06 20:36:54.054 INFO O| Dec 06 20:36:54.054 INFO STEP 530 (remove_files) COMPLETE
59212024-12-06T20:36:54.720Z[ recovery-image] Dec 06 20:36:54.054 INFO O| Dec 06 20:36:54.054 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-06T20:36:54.728Z[ recovery-image] Dec 06 20:36:54.064 INFO O| Dec 06 20:36:54.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59232024-12-06T20:36:54.728Z[ recovery-image] Dec 06 20:36:54.064 INFO O| Dec 06 20:36:54.064 INFO STEP 531 (remove_files) COMPLETE
59242024-12-06T20:36:54.730Z[ recovery-image] Dec 06 20:36:54.064 INFO O| Dec 06 20:36:54.064 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-06T20:36:54.736Z[ host-image] Dec 06 20:36:54.071 INFO O| Dec 06 20:36:54.071 INFO O| Actions: 1/1361 actions (Installing new actions)
59262024-12-06T20:36:54.738Z[ recovery-image] Dec 06 20:36:54.073 INFO O| Dec 06 20:36:54.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59272024-12-06T20:36:54.738Z[ recovery-image] Dec 06 20:36:54.073 INFO O| Dec 06 20:36:54.073 INFO STEP 532 (remove_files) COMPLETE
59282024-12-06T20:36:54.738Z[ recovery-image] Dec 06 20:36:54.073 INFO O| Dec 06 20:36:54.073 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-06T20:36:54.747Z[ recovery-image] Dec 06 20:36:54.083 INFO O| Dec 06 20:36:54.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59302024-12-06T20:36:54.749Z[ recovery-image] Dec 06 20:36:54.083 INFO O| Dec 06 20:36:54.083 INFO STEP 533 (remove_files) COMPLETE
59312024-12-06T20:36:54.749Z[ recovery-image] Dec 06 20:36:54.083 INFO O| Dec 06 20:36:54.083 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-06T20:36:54.756Z[ recovery-image] Dec 06 20:36:54.092 INFO O| Dec 06 20:36:54.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59332024-12-06T20:36:54.759Z[ recovery-image] Dec 06 20:36:54.092 INFO O| Dec 06 20:36:54.092 INFO STEP 534 (remove_files) COMPLETE
59342024-12-06T20:36:54.759Z[ recovery-image] Dec 06 20:36:54.092 INFO O| Dec 06 20:36:54.092 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-06T20:36:54.766Z[ recovery-image] Dec 06 20:36:54.101 INFO O| Dec 06 20:36:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59362024-12-06T20:36:54.766Z[ recovery-image] Dec 06 20:36:54.102 INFO O| Dec 06 20:36:54.101 INFO STEP 535 (remove_files) COMPLETE
59372024-12-06T20:36:54.768Z[ recovery-image] Dec 06 20:36:54.102 INFO O| Dec 06 20:36:54.102 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-06T20:36:54.775Z[ recovery-image] Dec 06 20:36:54.111 INFO O| Dec 06 20:36:54.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59392024-12-06T20:36:54.775Z[ recovery-image] Dec 06 20:36:54.111 INFO O| Dec 06 20:36:54.111 INFO STEP 536 (remove_files) COMPLETE
59402024-12-06T20:36:54.775Z[ recovery-image] Dec 06 20:36:54.111 INFO O| Dec 06 20:36:54.111 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-06T20:36:54.784Z[ recovery-image] Dec 06 20:36:54.120 INFO O| Dec 06 20:36:54.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59422024-12-06T20:36:54.786Z[ recovery-image] Dec 06 20:36:54.120 INFO O| Dec 06 20:36:54.120 INFO STEP 537 (remove_files) COMPLETE
59432024-12-06T20:36:54.786Z[ recovery-image] Dec 06 20:36:54.120 INFO O| Dec 06 20:36:54.120 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-06T20:36:54.797Z[ recovery-image] Dec 06 20:36:54.129 INFO O| Dec 06 20:36:54.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59452024-12-06T20:36:54.797Z[ recovery-image] Dec 06 20:36:54.130 INFO O| Dec 06 20:36:54.129 INFO STEP 538 (remove_files) COMPLETE
59462024-12-06T20:36:54.799Z[ recovery-image] Dec 06 20:36:54.130 INFO O| Dec 06 20:36:54.130 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-06T20:36:54.805Z[ recovery-image] Dec 06 20:36:54.139 INFO O| Dec 06 20:36:54.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59482024-12-06T20:36:54.808Z[ recovery-image] Dec 06 20:36:54.139 INFO O| Dec 06 20:36:54.139 INFO STEP 539 (remove_files) COMPLETE
59492024-12-06T20:36:54.808Z[ recovery-image] Dec 06 20:36:54.139 INFO O| Dec 06 20:36:54.139 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-06T20:36:54.812Z[ recovery-image] Dec 06 20:36:54.148 INFO O| Dec 06 20:36:54.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59512024-12-06T20:36:54.812Z[ recovery-image] Dec 06 20:36:54.148 INFO O| Dec 06 20:36:54.148 INFO STEP 540 (remove_files) COMPLETE
59522024-12-06T20:36:54.814Z[ recovery-image] Dec 06 20:36:54.148 INFO O| Dec 06 20:36:54.148 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-06T20:36:54.822Z[ recovery-image] Dec 06 20:36:54.158 INFO O| Dec 06 20:36:54.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59542024-12-06T20:36:54.822Z[ recovery-image] Dec 06 20:36:54.158 INFO O| Dec 06 20:36:54.158 INFO STEP 541 (remove_files) COMPLETE
59552024-12-06T20:36:54.824Z[ recovery-image] Dec 06 20:36:54.158 INFO O| Dec 06 20:36:54.158 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-06T20:36:54.831Z[ recovery-image] Dec 06 20:36:54.167 INFO O| Dec 06 20:36:54.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59572024-12-06T20:36:54.831Z[ recovery-image] Dec 06 20:36:54.167 INFO O| Dec 06 20:36:54.167 INFO STEP 542 (remove_files) COMPLETE
59582024-12-06T20:36:54.831Z[ recovery-image] Dec 06 20:36:54.167 INFO O| Dec 06 20:36:54.167 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-06T20:36:54.841Z[ recovery-image] Dec 06 20:36:54.176 INFO O| Dec 06 20:36:54.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59602024-12-06T20:36:54.843Z[ recovery-image] Dec 06 20:36:54.177 INFO O| Dec 06 20:36:54.177 INFO STEP 543 (remove_files) COMPLETE
59612024-12-06T20:36:54.843Z[ recovery-image] Dec 06 20:36:54.177 INFO O| Dec 06 20:36:54.177 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-06T20:36:54.850Z[ recovery-image] Dec 06 20:36:54.186 INFO O| Dec 06 20:36:54.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59632024-12-06T20:36:54.850Z[ recovery-image] Dec 06 20:36:54.186 INFO O| Dec 06 20:36:54.186 INFO STEP 544 (remove_files) COMPLETE
59642024-12-06T20:36:54.850Z[ recovery-image] Dec 06 20:36:54.186 INFO O| Dec 06 20:36:54.186 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-06T20:36:54.859Z[ recovery-image] Dec 06 20:36:54.195 INFO O| Dec 06 20:36:54.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59662024-12-06T20:36:54.859Z[ recovery-image] Dec 06 20:36:54.195 INFO O| Dec 06 20:36:54.195 INFO STEP 545 (remove_files) COMPLETE
59672024-12-06T20:36:54.859Z[ recovery-image] Dec 06 20:36:54.195 INFO O| Dec 06 20:36:54.195 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-06T20:36:54.869Z[ recovery-image] Dec 06 20:36:54.204 INFO O| Dec 06 20:36:54.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59692024-12-06T20:36:54.869Z[ recovery-image] Dec 06 20:36:54.205 INFO O| Dec 06 20:36:54.205 INFO STEP 546 (remove_files) COMPLETE
59702024-12-06T20:36:54.872Z[ recovery-image] Dec 06 20:36:54.205 INFO O| Dec 06 20:36:54.205 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-06T20:36:54.878Z[ recovery-image] Dec 06 20:36:54.214 INFO O| Dec 06 20:36:54.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59722024-12-06T20:36:54.878Z[ recovery-image] Dec 06 20:36:54.214 INFO O| Dec 06 20:36:54.214 INFO STEP 547 (remove_files) COMPLETE
59732024-12-06T20:36:54.878Z[ recovery-image] Dec 06 20:36:54.214 INFO O| Dec 06 20:36:54.214 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-06T20:36:54.887Z[ recovery-image] Dec 06 20:36:54.223 INFO O| Dec 06 20:36:54.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59752024-12-06T20:36:54.887Z[ recovery-image] Dec 06 20:36:54.223 INFO O| Dec 06 20:36:54.223 INFO STEP 548 (remove_files) COMPLETE
59762024-12-06T20:36:54.890Z[ recovery-image] Dec 06 20:36:54.223 INFO O| Dec 06 20:36:54.223 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-06T20:36:54.897Z[ recovery-image] Dec 06 20:36:54.232 INFO O| Dec 06 20:36:54.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59782024-12-06T20:36:54.899Z[ recovery-image] Dec 06 20:36:54.233 INFO O| Dec 06 20:36:54.233 INFO STEP 549 (remove_files) COMPLETE
59792024-12-06T20:36:54.899Z[ recovery-image] Dec 06 20:36:54.233 INFO O| Dec 06 20:36:54.233 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-06T20:36:54.906Z[ recovery-image] Dec 06 20:36:54.242 INFO O| Dec 06 20:36:54.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59812024-12-06T20:36:54.906Z[ recovery-image] Dec 06 20:36:54.242 INFO O| Dec 06 20:36:54.242 INFO STEP 550 (remove_files) COMPLETE
59822024-12-06T20:36:54.906Z[ recovery-image] Dec 06 20:36:54.242 INFO O| Dec 06 20:36:54.242 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-06T20:36:54.915Z[ recovery-image] Dec 06 20:36:54.251 INFO O| Dec 06 20:36:54.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59842024-12-06T20:36:54.915Z[ recovery-image] Dec 06 20:36:54.251 INFO O| Dec 06 20:36:54.251 INFO STEP 551 (remove_files) COMPLETE
59852024-12-06T20:36:54.918Z[ recovery-image] Dec 06 20:36:54.251 INFO O| Dec 06 20:36:54.251 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-06T20:36:54.925Z[ recovery-image] Dec 06 20:36:54.261 INFO O| Dec 06 20:36:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59872024-12-06T20:36:54.925Z[ recovery-image] Dec 06 20:36:54.261 INFO O| Dec 06 20:36:54.261 INFO STEP 552 (remove_files) COMPLETE
59882024-12-06T20:36:54.927Z[ recovery-image] Dec 06 20:36:54.261 INFO O| Dec 06 20:36:54.261 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-06T20:36:54.934Z[ recovery-image] Dec 06 20:36:54.270 INFO O| Dec 06 20:36:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59902024-12-06T20:36:54.934Z[ recovery-image] Dec 06 20:36:54.270 INFO O| Dec 06 20:36:54.270 INFO STEP 553 (remove_files) COMPLETE
59912024-12-06T20:36:54.934Z[ recovery-image] Dec 06 20:36:54.270 INFO O| Dec 06 20:36:54.270 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-06T20:36:54.943Z[ recovery-image] Dec 06 20:36:54.279 INFO O| Dec 06 20:36:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59932024-12-06T20:36:54.945Z[ recovery-image] Dec 06 20:36:54.280 INFO O| Dec 06 20:36:54.280 INFO STEP 554 (remove_files) COMPLETE
59942024-12-06T20:36:54.945Z[ recovery-image] Dec 06 20:36:54.280 INFO O| Dec 06 20:36:54.280 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-06T20:36:54.954Z[ recovery-image] Dec 06 20:36:54.289 INFO O| Dec 06 20:36:54.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59962024-12-06T20:36:54.954Z[ recovery-image] Dec 06 20:36:54.289 INFO O| Dec 06 20:36:54.289 INFO STEP 555 (remove_files) COMPLETE
59972024-12-06T20:36:54.954Z[ recovery-image] Dec 06 20:36:54.289 INFO O| Dec 06 20:36:54.289 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-06T20:36:54.962Z[ recovery-image] Dec 06 20:36:54.298 INFO O| Dec 06 20:36:54.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59992024-12-06T20:36:54.962Z[ recovery-image] Dec 06 20:36:54.298 INFO O| Dec 06 20:36:54.298 INFO STEP 556 (remove_files) COMPLETE
60002024-12-06T20:36:54.962Z[ recovery-image] Dec 06 20:36:54.298 INFO O| Dec 06 20:36:54.298 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-06T20:36:54.972Z[ recovery-image] Dec 06 20:36:54.308 INFO O| Dec 06 20:36:54.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60022024-12-06T20:36:54.972Z[ recovery-image] Dec 06 20:36:54.308 INFO O| Dec 06 20:36:54.308 INFO STEP 557 (remove_files) COMPLETE
60032024-12-06T20:36:54.974Z[ recovery-image] Dec 06 20:36:54.308 INFO O| Dec 06 20:36:54.308 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-06T20:36:54.981Z[ recovery-image] Dec 06 20:36:54.317 INFO O| Dec 06 20:36:54.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60052024-12-06T20:36:54.981Z[ recovery-image] Dec 06 20:36:54.317 INFO O| Dec 06 20:36:54.317 INFO STEP 558 (remove_files) COMPLETE
60062024-12-06T20:36:54.984Z[ recovery-image] Dec 06 20:36:54.317 INFO O| Dec 06 20:36:54.317 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-06T20:36:54.991Z[ recovery-image] Dec 06 20:36:54.326 INFO O| Dec 06 20:36:54.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60082024-12-06T20:36:54.991Z[ recovery-image] Dec 06 20:36:54.326 INFO O| Dec 06 20:36:54.326 INFO STEP 559 (remove_files) COMPLETE
60092024-12-06T20:36:54.993Z[ recovery-image] Dec 06 20:36:54.326 INFO O| Dec 06 20:36:54.326 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-06T20:36:55.000Z[ recovery-image] Dec 06 20:36:54.336 INFO O| Dec 06 20:36:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60112024-12-06T20:36:55.000Z[ recovery-image] Dec 06 20:36:54.336 INFO O| Dec 06 20:36:54.336 INFO STEP 560 (remove_files) COMPLETE
60122024-12-06T20:36:55.003Z[ recovery-image] Dec 06 20:36:54.336 INFO O| Dec 06 20:36:54.336 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-06T20:36:55.009Z[ recovery-image] Dec 06 20:36:54.345 INFO O| Dec 06 20:36:54.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60142024-12-06T20:36:55.011Z[ recovery-image] Dec 06 20:36:54.346 INFO O| Dec 06 20:36:54.346 INFO STEP 561 (remove_files) COMPLETE
60152024-12-06T20:36:55.011Z[ recovery-image] Dec 06 20:36:54.346 INFO O| Dec 06 20:36:54.346 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-06T20:36:55.019Z[ recovery-image] Dec 06 20:36:54.355 INFO O| Dec 06 20:36:54.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60172024-12-06T20:36:55.019Z[ recovery-image] Dec 06 20:36:54.355 INFO O| Dec 06 20:36:54.355 INFO STEP 562 (remove_files) COMPLETE
60182024-12-06T20:36:55.021Z[ recovery-image] Dec 06 20:36:54.355 INFO O| Dec 06 20:36:54.355 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-06T20:36:55.029Z[ recovery-image] Dec 06 20:36:54.364 INFO O| Dec 06 20:36:54.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60202024-12-06T20:36:55.029Z[ recovery-image] Dec 06 20:36:54.364 INFO O| Dec 06 20:36:54.364 INFO STEP 563 (remove_files) COMPLETE
60212024-12-06T20:36:55.029Z[ recovery-image] Dec 06 20:36:54.364 INFO O| Dec 06 20:36:54.364 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-12-06T20:36:55.038Z[ recovery-image] Dec 06 20:36:54.374 INFO O| Dec 06 20:36:54.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60232024-12-06T20:36:55.041Z[ recovery-image] Dec 06 20:36:54.374 INFO O| Dec 06 20:36:54.374 INFO STEP 564 (remove_files) COMPLETE
60242024-12-06T20:36:55.041Z[ recovery-image] Dec 06 20:36:54.374 INFO O| Dec 06 20:36:54.374 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-12-06T20:36:55.047Z[ recovery-image] Dec 06 20:36:54.383 INFO O| Dec 06 20:36:54.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60262024-12-06T20:36:55.049Z[ recovery-image] Dec 06 20:36:54.384 INFO O| Dec 06 20:36:54.384 INFO STEP 565 (remove_files) COMPLETE
60272024-12-06T20:36:55.049Z[ recovery-image] Dec 06 20:36:54.384 INFO O| Dec 06 20:36:54.384 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-12-06T20:36:55.057Z[ recovery-image] Dec 06 20:36:54.393 INFO O| Dec 06 20:36:54.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60292024-12-06T20:36:55.057Z[ recovery-image] Dec 06 20:36:54.393 INFO O| Dec 06 20:36:54.393 INFO STEP 566 (remove_files) COMPLETE
60302024-12-06T20:36:55.059Z[ recovery-image] Dec 06 20:36:54.393 INFO O| Dec 06 20:36:54.393 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-12-06T20:36:55.066Z[ recovery-image] Dec 06 20:36:54.402 INFO O| Dec 06 20:36:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60322024-12-06T20:36:55.066Z[ recovery-image] Dec 06 20:36:54.402 INFO O| Dec 06 20:36:54.402 INFO STEP 567 (remove_files) COMPLETE
60332024-12-06T20:36:55.066Z[ recovery-image] Dec 06 20:36:54.402 INFO O| Dec 06 20:36:54.402 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-12-06T20:36:55.076Z[ recovery-image] Dec 06 20:36:54.412 INFO O| Dec 06 20:36:54.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60352024-12-06T20:36:55.079Z[ recovery-image] Dec 06 20:36:54.412 INFO O| Dec 06 20:36:54.412 INFO STEP 568 (remove_files) COMPLETE
60362024-12-06T20:36:55.079Z[ recovery-image] Dec 06 20:36:54.412 INFO O| Dec 06 20:36:54.412 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-06T20:36:55.085Z[ recovery-image] Dec 06 20:36:54.421 INFO O| Dec 06 20:36:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60382024-12-06T20:36:55.085Z[ recovery-image] Dec 06 20:36:54.421 INFO O| Dec 06 20:36:54.421 INFO STEP 569 (remove_files) COMPLETE
60392024-12-06T20:36:55.088Z[ recovery-image] Dec 06 20:36:54.421 INFO O| Dec 06 20:36:54.421 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-06T20:36:55.095Z[ recovery-image] Dec 06 20:36:54.431 INFO O| Dec 06 20:36:54.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60412024-12-06T20:36:55.095Z[ recovery-image] Dec 06 20:36:54.431 INFO O| Dec 06 20:36:54.431 INFO STEP 570 (remove_files) COMPLETE
60422024-12-06T20:36:55.097Z[ recovery-image] Dec 06 20:36:54.431 INFO O| Dec 06 20:36:54.431 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-06T20:36:55.104Z[ recovery-image] Dec 06 20:36:54.440 INFO O| Dec 06 20:36:54.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60442024-12-06T20:36:55.104Z[ recovery-image] Dec 06 20:36:54.440 INFO O| Dec 06 20:36:54.440 INFO STEP 571 (remove_files) COMPLETE
60452024-12-06T20:36:55.106Z[ recovery-image] Dec 06 20:36:54.440 INFO O| Dec 06 20:36:54.440 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-12-06T20:36:55.113Z[ recovery-image] Dec 06 20:36:54.449 INFO O| Dec 06 20:36:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60472024-12-06T20:36:55.113Z[ recovery-image] Dec 06 20:36:54.449 INFO O| Dec 06 20:36:54.449 INFO STEP 572 (remove_files) COMPLETE
60482024-12-06T20:36:55.116Z[ recovery-image] Dec 06 20:36:54.449 INFO O| Dec 06 20:36:54.449 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-06T20:36:55.123Z[ recovery-image] Dec 06 20:36:54.459 INFO O| Dec 06 20:36:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60502024-12-06T20:36:55.123Z[ recovery-image] Dec 06 20:36:54.459 INFO O| Dec 06 20:36:54.459 INFO STEP 573 (remove_files) COMPLETE
60512024-12-06T20:36:55.123Z[ recovery-image] Dec 06 20:36:54.459 INFO O| Dec 06 20:36:54.459 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-06T20:36:55.132Z[ recovery-image] Dec 06 20:36:54.468 INFO O| Dec 06 20:36:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60532024-12-06T20:36:55.133Z[ recovery-image] Dec 06 20:36:54.468 INFO O| Dec 06 20:36:54.468 INFO STEP 574 (remove_files) COMPLETE
60542024-12-06T20:36:55.133Z[ recovery-image] Dec 06 20:36:54.468 INFO O| Dec 06 20:36:54.468 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-06T20:36:55.140Z[ host-image] Dec 06 20:36:54.475 INFO O| Dec 06 20:36:54.475 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
60562024-12-06T20:36:55.142Z[ recovery-image] Dec 06 20:36:54.478 INFO O| Dec 06 20:36:54.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60572024-12-06T20:36:55.142Z[ recovery-image] Dec 06 20:36:54.478 INFO O| Dec 06 20:36:54.478 INFO STEP 575 (remove_files) COMPLETE
60582024-12-06T20:36:55.144Z[ recovery-image] Dec 06 20:36:54.478 INFO O| Dec 06 20:36:54.478 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-06T20:36:55.151Z[ recovery-image] Dec 06 20:36:54.487 INFO O| Dec 06 20:36:54.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60602024-12-06T20:36:55.152Z[ recovery-image] Dec 06 20:36:54.487 INFO O| Dec 06 20:36:54.487 INFO STEP 576 (remove_files) COMPLETE
60612024-12-06T20:36:55.152Z[ recovery-image] Dec 06 20:36:54.487 INFO O| Dec 06 20:36:54.487 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-06T20:36:55.162Z[ recovery-image] Dec 06 20:36:54.497 INFO O| Dec 06 20:36:54.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60632024-12-06T20:36:55.164Z[ recovery-image] Dec 06 20:36:54.498 INFO O| Dec 06 20:36:54.498 INFO STEP 577 (remove_files) COMPLETE
60642024-12-06T20:36:55.164Z[ recovery-image] Dec 06 20:36:54.498 INFO O| Dec 06 20:36:54.498 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-06T20:36:55.171Z[ recovery-image] Dec 06 20:36:54.507 INFO O| Dec 06 20:36:54.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60662024-12-06T20:36:55.174Z[ recovery-image] Dec 06 20:36:54.508 INFO O| Dec 06 20:36:54.508 INFO STEP 578 (remove_files) COMPLETE
60672024-12-06T20:36:55.174Z[ recovery-image] Dec 06 20:36:54.508 INFO O| Dec 06 20:36:54.508 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-06T20:36:55.182Z[ recovery-image] Dec 06 20:36:54.518 INFO O| Dec 06 20:36:54.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60692024-12-06T20:36:55.182Z[ recovery-image] Dec 06 20:36:54.518 INFO O| Dec 06 20:36:54.518 INFO STEP 579 (remove_files) COMPLETE
60702024-12-06T20:36:55.184Z[ recovery-image] Dec 06 20:36:54.518 INFO O| Dec 06 20:36:54.518 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-06T20:36:55.191Z[ recovery-image] Dec 06 20:36:54.527 INFO O| Dec 06 20:36:54.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60722024-12-06T20:36:55.191Z[ recovery-image] Dec 06 20:36:54.527 INFO O| Dec 06 20:36:54.527 INFO STEP 580 (remove_files) COMPLETE
60732024-12-06T20:36:55.194Z[ recovery-image] Dec 06 20:36:54.527 INFO O| Dec 06 20:36:54.527 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-06T20:36:55.201Z[ recovery-image] Dec 06 20:36:54.537 INFO O| Dec 06 20:36:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60752024-12-06T20:36:55.201Z[ recovery-image] Dec 06 20:36:54.537 INFO O| Dec 06 20:36:54.537 INFO STEP 581 (remove_files) COMPLETE
60762024-12-06T20:36:55.201Z[ recovery-image] Dec 06 20:36:54.537 INFO O| Dec 06 20:36:54.537 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-06T20:36:55.211Z[ recovery-image] Dec 06 20:36:54.547 INFO O| Dec 06 20:36:54.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60782024-12-06T20:36:55.213Z[ recovery-image] Dec 06 20:36:54.547 INFO O| Dec 06 20:36:54.547 INFO STEP 582 (remove_files) COMPLETE
60792024-12-06T20:36:55.213Z[ recovery-image] Dec 06 20:36:54.547 INFO O| Dec 06 20:36:54.547 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-06T20:36:55.221Z[ recovery-image] Dec 06 20:36:54.557 INFO O| Dec 06 20:36:54.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60812024-12-06T20:36:55.221Z[ recovery-image] Dec 06 20:36:54.557 INFO O| Dec 06 20:36:54.557 INFO STEP 583 (remove_files) COMPLETE
60822024-12-06T20:36:55.223Z[ recovery-image] Dec 06 20:36:54.557 INFO O| Dec 06 20:36:54.557 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-06T20:36:55.232Z[ recovery-image] Dec 06 20:36:54.568 INFO O| Dec 06 20:36:54.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60842024-12-06T20:36:55.232Z[ recovery-image] Dec 06 20:36:54.568 INFO O| Dec 06 20:36:54.568 INFO STEP 584 (remove_files) COMPLETE
60852024-12-06T20:36:55.234Z[ recovery-image] Dec 06 20:36:54.568 INFO O| Dec 06 20:36:54.568 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-06T20:36:55.242Z[ recovery-image] Dec 06 20:36:54.578 INFO O| Dec 06 20:36:54.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60872024-12-06T20:36:55.244Z[ recovery-image] Dec 06 20:36:54.578 INFO O| Dec 06 20:36:54.578 INFO STEP 585 (remove_files) COMPLETE
60882024-12-06T20:36:55.244Z[ recovery-image] Dec 06 20:36:54.578 INFO O| Dec 06 20:36:54.578 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-06T20:36:55.252Z[ recovery-image] Dec 06 20:36:54.587 INFO O| Dec 06 20:36:54.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60902024-12-06T20:36:55.252Z[ recovery-image] Dec 06 20:36:54.588 INFO O| Dec 06 20:36:54.587 INFO STEP 586 (remove_files) COMPLETE
60912024-12-06T20:36:55.252Z[ recovery-image] Dec 06 20:36:54.588 INFO O| Dec 06 20:36:54.588 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-06T20:36:55.262Z[ recovery-image] Dec 06 20:36:54.597 INFO O| Dec 06 20:36:54.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60932024-12-06T20:36:55.262Z[ recovery-image] Dec 06 20:36:54.597 INFO O| Dec 06 20:36:54.597 INFO STEP 587 (remove_files) COMPLETE
60942024-12-06T20:36:55.264Z[ recovery-image] Dec 06 20:36:54.598 INFO O| Dec 06 20:36:54.597 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-06T20:36:55.271Z[ recovery-image] Dec 06 20:36:54.607 INFO O| Dec 06 20:36:54.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60962024-12-06T20:36:55.272Z[ recovery-image] Dec 06 20:36:54.607 INFO O| Dec 06 20:36:54.607 INFO STEP 588 (remove_files) COMPLETE
60972024-12-06T20:36:55.274Z[ recovery-image] Dec 06 20:36:54.607 INFO O| Dec 06 20:36:54.607 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-06T20:36:55.281Z[ recovery-image] Dec 06 20:36:54.617 INFO O| Dec 06 20:36:54.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60992024-12-06T20:36:55.281Z[ recovery-image] Dec 06 20:36:54.617 INFO O| Dec 06 20:36:54.617 INFO STEP 589 (remove_files) COMPLETE
61002024-12-06T20:36:55.281Z[ recovery-image] Dec 06 20:36:54.617 INFO O| Dec 06 20:36:54.617 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-06T20:36:55.292Z[ recovery-image] Dec 06 20:36:54.627 INFO O| Dec 06 20:36:54.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61022024-12-06T20:36:55.294Z[ recovery-image] Dec 06 20:36:54.627 INFO O| Dec 06 20:36:54.627 INFO STEP 590 (remove_files) COMPLETE
61032024-12-06T20:36:55.294Z[ recovery-image] Dec 06 20:36:54.627 INFO O| Dec 06 20:36:54.627 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-06T20:36:55.301Z[ recovery-image] Dec 06 20:36:54.637 INFO O| Dec 06 20:36:54.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61052024-12-06T20:36:55.303Z[ recovery-image] Dec 06 20:36:54.637 INFO O| Dec 06 20:36:54.637 INFO STEP 591 (remove_files) COMPLETE
61062024-12-06T20:36:55.303Z[ recovery-image] Dec 06 20:36:54.637 INFO O| Dec 06 20:36:54.637 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-06T20:36:55.311Z[ recovery-image] Dec 06 20:36:54.647 INFO O| Dec 06 20:36:54.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61082024-12-06T20:36:55.311Z[ recovery-image] Dec 06 20:36:54.647 INFO O| Dec 06 20:36:54.647 INFO STEP 592 (remove_files) COMPLETE
61092024-12-06T20:36:55.315Z[ recovery-image] Dec 06 20:36:54.647 INFO O| Dec 06 20:36:54.647 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-06T20:36:55.323Z[ recovery-image] Dec 06 20:36:54.658 INFO O| Dec 06 20:36:54.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61112024-12-06T20:36:55.323Z[ recovery-image] Dec 06 20:36:54.659 INFO O| Dec 06 20:36:54.659 INFO STEP 593 (remove_files) COMPLETE
61122024-12-06T20:36:55.325Z[ recovery-image] Dec 06 20:36:54.659 INFO O| Dec 06 20:36:54.659 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-06T20:36:55.333Z[ recovery-image] Dec 06 20:36:54.669 INFO O| Dec 06 20:36:54.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61142024-12-06T20:36:55.333Z[ recovery-image] Dec 06 20:36:54.669 INFO O| Dec 06 20:36:54.669 INFO STEP 594 (remove_files) COMPLETE
61152024-12-06T20:36:55.336Z[ recovery-image] Dec 06 20:36:54.669 INFO O| Dec 06 20:36:54.669 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-06T20:36:55.343Z[ recovery-image] Dec 06 20:36:54.679 INFO O| Dec 06 20:36:54.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61172024-12-06T20:36:55.343Z[ recovery-image] Dec 06 20:36:54.679 INFO O| Dec 06 20:36:54.679 INFO STEP 595 (remove_files) COMPLETE
61182024-12-06T20:36:55.343Z[ recovery-image] Dec 06 20:36:54.679 INFO O| Dec 06 20:36:54.679 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-06T20:36:55.354Z[ recovery-image] Dec 06 20:36:54.689 INFO O| Dec 06 20:36:54.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61202024-12-06T20:36:55.354Z[ recovery-image] Dec 06 20:36:54.690 INFO O| Dec 06 20:36:54.690 INFO STEP 596 (remove_files) COMPLETE
61212024-12-06T20:36:55.354Z[ recovery-image] Dec 06 20:36:54.690 INFO O| Dec 06 20:36:54.690 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-06T20:36:55.364Z[ recovery-image] Dec 06 20:36:54.700 INFO O| Dec 06 20:36:54.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61232024-12-06T20:36:55.366Z[ recovery-image] Dec 06 20:36:54.700 INFO O| Dec 06 20:36:54.700 INFO STEP 597 (remove_files) COMPLETE
61242024-12-06T20:36:55.366Z[ recovery-image] Dec 06 20:36:54.700 INFO O| Dec 06 20:36:54.700 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-06T20:36:55.374Z[ recovery-image] Dec 06 20:36:54.710 INFO O| Dec 06 20:36:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61262024-12-06T20:36:55.376Z[ recovery-image] Dec 06 20:36:54.710 INFO O| Dec 06 20:36:54.710 INFO STEP 598 (remove_files) COMPLETE
61272024-12-06T20:36:55.377Z[ recovery-image] Dec 06 20:36:54.710 INFO O| Dec 06 20:36:54.710 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-06T20:36:55.385Z[ recovery-image] Dec 06 20:36:54.721 INFO O| Dec 06 20:36:54.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61292024-12-06T20:36:55.387Z[ recovery-image] Dec 06 20:36:54.721 INFO O| Dec 06 20:36:54.721 INFO STEP 599 (remove_files) COMPLETE
61302024-12-06T20:36:55.387Z[ recovery-image] Dec 06 20:36:54.721 INFO O| Dec 06 20:36:54.721 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-06T20:36:55.395Z[ recovery-image] Dec 06 20:36:54.731 INFO O| Dec 06 20:36:54.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61322024-12-06T20:36:55.398Z[ recovery-image] Dec 06 20:36:54.732 INFO O| Dec 06 20:36:54.732 INFO STEP 600 (remove_files) COMPLETE
61332024-12-06T20:36:55.398Z[ recovery-image] Dec 06 20:36:54.732 INFO O| Dec 06 20:36:54.732 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-06T20:36:55.407Z[ recovery-image] Dec 06 20:36:54.742 INFO O| Dec 06 20:36:54.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61352024-12-06T20:36:55.409Z[ recovery-image] Dec 06 20:36:54.743 INFO O| Dec 06 20:36:54.743 INFO STEP 601 (remove_files) COMPLETE
61362024-12-06T20:36:55.409Z[ recovery-image] Dec 06 20:36:54.743 INFO O| Dec 06 20:36:54.743 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-06T20:36:55.417Z[ recovery-image] Dec 06 20:36:54.753 INFO O| Dec 06 20:36:54.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61382024-12-06T20:36:55.420Z[ recovery-image] Dec 06 20:36:54.753 INFO O| Dec 06 20:36:54.753 INFO STEP 602 (remove_files) COMPLETE
61392024-12-06T20:36:55.420Z[ recovery-image] Dec 06 20:36:54.753 INFO O| Dec 06 20:36:54.753 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-06T20:36:55.427Z[ recovery-image] Dec 06 20:36:54.763 INFO O| Dec 06 20:36:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61412024-12-06T20:36:55.427Z[ recovery-image] Dec 06 20:36:54.763 INFO O| Dec 06 20:36:54.763 INFO STEP 603 (remove_files) COMPLETE
61422024-12-06T20:36:55.429Z[ recovery-image] Dec 06 20:36:54.763 INFO O| Dec 06 20:36:54.763 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-06T20:36:55.438Z[ recovery-image] Dec 06 20:36:54.773 INFO O| Dec 06 20:36:54.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61442024-12-06T20:36:55.438Z[ recovery-image] Dec 06 20:36:54.773 INFO O| Dec 06 20:36:54.773 INFO STEP 604 (remove_files) COMPLETE
61452024-12-06T20:36:55.441Z[ recovery-image] Dec 06 20:36:54.774 INFO O| Dec 06 20:36:54.773 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-06T20:36:55.448Z[ recovery-image] Dec 06 20:36:54.784 INFO O| Dec 06 20:36:54.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61472024-12-06T20:36:55.451Z[ recovery-image] Dec 06 20:36:54.784 INFO O| Dec 06 20:36:54.784 INFO STEP 605 (remove_files) COMPLETE
61482024-12-06T20:36:55.451Z[ recovery-image] Dec 06 20:36:54.784 INFO O| Dec 06 20:36:54.784 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-06T20:36:55.458Z[ recovery-image] Dec 06 20:36:54.794 INFO O| Dec 06 20:36:54.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61502024-12-06T20:36:55.458Z[ recovery-image] Dec 06 20:36:54.794 INFO O| Dec 06 20:36:54.794 INFO STEP 606 (remove_files) COMPLETE
61512024-12-06T20:36:55.460Z[ recovery-image] Dec 06 20:36:54.794 INFO O| Dec 06 20:36:54.794 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-06T20:36:55.468Z[ recovery-image] Dec 06 20:36:54.804 INFO O| Dec 06 20:36:54.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61532024-12-06T20:36:55.470Z[ recovery-image] Dec 06 20:36:54.804 INFO O| Dec 06 20:36:54.804 INFO STEP 607 (remove_files) COMPLETE
61542024-12-06T20:36:55.470Z[ recovery-image] Dec 06 20:36:54.804 INFO O| Dec 06 20:36:54.804 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-06T20:36:55.478Z[ recovery-image] Dec 06 20:36:54.814 INFO O| Dec 06 20:36:54.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61562024-12-06T20:36:55.478Z[ recovery-image] Dec 06 20:36:54.814 INFO O| Dec 06 20:36:54.814 INFO STEP 608 (remove_files) COMPLETE
61572024-12-06T20:36:55.480Z[ recovery-image] Dec 06 20:36:54.814 INFO O| Dec 06 20:36:54.814 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-06T20:36:55.488Z[ recovery-image] Dec 06 20:36:54.824 INFO O| Dec 06 20:36:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61592024-12-06T20:36:55.488Z[ recovery-image] Dec 06 20:36:54.824 INFO O| Dec 06 20:36:54.824 INFO STEP 609 (remove_files) COMPLETE
61602024-12-06T20:36:55.488Z[ recovery-image] Dec 06 20:36:54.824 INFO O| Dec 06 20:36:54.824 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-06T20:36:55.498Z[ recovery-image] Dec 06 20:36:54.833 INFO O| Dec 06 20:36:54.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61622024-12-06T20:36:55.498Z[ recovery-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO STEP 610 (remove_files) COMPLETE
61632024-12-06T20:36:55.500Z[ recovery-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-06T20:36:55.500Z[ host-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO O| Done
61652024-12-06T20:36:55.500Z[ host-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO O| Done
61662024-12-06T20:36:55.507Z[ recovery-image] Dec 06 20:36:54.843 INFO O| Dec 06 20:36:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61672024-12-06T20:36:55.508Z[ recovery-image] Dec 06 20:36:54.843 INFO O| Dec 06 20:36:54.843 INFO STEP 611 (remove_files) COMPLETE
61682024-12-06T20:36:55.510Z[ recovery-image] Dec 06 20:36:54.843 INFO O| Dec 06 20:36:54.843 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-06T20:36:55.518Z[ recovery-image] Dec 06 20:36:54.853 INFO O| Dec 06 20:36:54.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61702024-12-06T20:36:55.520Z[ recovery-image] Dec 06 20:36:54.853 INFO O| Dec 06 20:36:54.853 INFO STEP 612 (remove_files) COMPLETE
61712024-12-06T20:36:55.520Z[ recovery-image] Dec 06 20:36:54.854 INFO O| Dec 06 20:36:54.853 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-06T20:36:55.527Z[ recovery-image] Dec 06 20:36:54.863 INFO O| Dec 06 20:36:54.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61732024-12-06T20:36:55.529Z[ recovery-image] Dec 06 20:36:54.863 INFO O| Dec 06 20:36:54.863 INFO STEP 613 (remove_files) COMPLETE
61742024-12-06T20:36:55.529Z[ recovery-image] Dec 06 20:36:54.863 INFO O| Dec 06 20:36:54.863 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-06T20:36:55.537Z[ recovery-image] Dec 06 20:36:54.873 INFO O| Dec 06 20:36:54.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61762024-12-06T20:36:55.537Z[ recovery-image] Dec 06 20:36:54.873 INFO O| Dec 06 20:36:54.873 INFO STEP 614 (remove_files) COMPLETE
61772024-12-06T20:36:55.539Z[ recovery-image] Dec 06 20:36:54.873 INFO O| Dec 06 20:36:54.873 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-06T20:36:55.547Z[ recovery-image] Dec 06 20:36:54.883 INFO O| Dec 06 20:36:54.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61792024-12-06T20:36:55.547Z[ recovery-image] Dec 06 20:36:54.883 INFO O| Dec 06 20:36:54.883 INFO STEP 615 (remove_files) COMPLETE
61802024-12-06T20:36:55.550Z[ recovery-image] Dec 06 20:36:54.883 INFO O| Dec 06 20:36:54.883 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-06T20:36:55.556Z[ recovery-image] Dec 06 20:36:54.892 INFO O| Dec 06 20:36:54.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61822024-12-06T20:36:55.556Z[ recovery-image] Dec 06 20:36:54.892 INFO O| Dec 06 20:36:54.892 INFO STEP 616 (remove_files) COMPLETE
61832024-12-06T20:36:55.558Z[ recovery-image] Dec 06 20:36:54.892 INFO O| Dec 06 20:36:54.892 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-06T20:36:55.566Z[ recovery-image] Dec 06 20:36:54.902 INFO O| Dec 06 20:36:54.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61852024-12-06T20:36:55.566Z[ recovery-image] Dec 06 20:36:54.902 INFO O| Dec 06 20:36:54.902 INFO STEP 617 (remove_files) COMPLETE
61862024-12-06T20:36:55.570Z[ recovery-image] Dec 06 20:36:54.902 INFO O| Dec 06 20:36:54.902 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-06T20:36:55.575Z[ recovery-image] Dec 06 20:36:54.911 INFO O| Dec 06 20:36:54.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61882024-12-06T20:36:55.577Z[ recovery-image] Dec 06 20:36:54.911 INFO O| Dec 06 20:36:54.911 INFO STEP 618 (remove_files) COMPLETE
61892024-12-06T20:36:55.577Z[ recovery-image] Dec 06 20:36:54.911 INFO O| Dec 06 20:36:54.911 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-06T20:36:55.589Z[ recovery-image] Dec 06 20:36:54.920 INFO O| Dec 06 20:36:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61912024-12-06T20:36:55.589Z[ recovery-image] Dec 06 20:36:54.920 INFO O| Dec 06 20:36:54.920 INFO STEP 619 (remove_files) COMPLETE
61922024-12-06T20:36:55.589Z[ recovery-image] Dec 06 20:36:54.920 INFO O| Dec 06 20:36:54.920 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-06T20:36:55.594Z[ recovery-image] Dec 06 20:36:54.930 INFO O| Dec 06 20:36:54.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61942024-12-06T20:36:55.594Z[ recovery-image] Dec 06 20:36:54.930 INFO O| Dec 06 20:36:54.930 INFO STEP 620 (remove_files) COMPLETE
61952024-12-06T20:36:55.596Z[ recovery-image] Dec 06 20:36:54.930 INFO O| Dec 06 20:36:54.930 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-06T20:36:55.603Z[ recovery-image] Dec 06 20:36:54.939 INFO O| Dec 06 20:36:54.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61972024-12-06T20:36:55.603Z[ recovery-image] Dec 06 20:36:54.939 INFO O| Dec 06 20:36:54.939 INFO STEP 621 (remove_files) COMPLETE
61982024-12-06T20:36:55.607Z[ recovery-image] Dec 06 20:36:54.939 INFO O| Dec 06 20:36:54.939 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-06T20:36:55.612Z[ recovery-image] Dec 06 20:36:54.948 INFO O| Dec 06 20:36:54.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62002024-12-06T20:36:55.612Z[ recovery-image] Dec 06 20:36:54.948 INFO O| Dec 06 20:36:54.948 INFO STEP 622 (remove_files) COMPLETE
62012024-12-06T20:36:55.615Z[ recovery-image] Dec 06 20:36:54.948 INFO O| Dec 06 20:36:54.948 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-06T20:36:55.622Z[ recovery-image] Dec 06 20:36:54.958 INFO O| Dec 06 20:36:54.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62032024-12-06T20:36:55.622Z[ recovery-image] Dec 06 20:36:54.958 INFO O| Dec 06 20:36:54.958 INFO STEP 623 (remove_files) COMPLETE
62042024-12-06T20:36:55.622Z[ recovery-image] Dec 06 20:36:54.958 INFO O| Dec 06 20:36:54.958 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-06T20:36:55.631Z[ recovery-image] Dec 06 20:36:54.967 INFO O| Dec 06 20:36:54.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62062024-12-06T20:36:55.631Z[ recovery-image] Dec 06 20:36:54.967 INFO O| Dec 06 20:36:54.967 INFO STEP 624 (remove_files) COMPLETE
62072024-12-06T20:36:55.635Z[ recovery-image] Dec 06 20:36:54.967 INFO O| Dec 06 20:36:54.967 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-06T20:36:55.640Z[ recovery-image] Dec 06 20:36:54.976 INFO O| Dec 06 20:36:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62092024-12-06T20:36:55.643Z[ recovery-image] Dec 06 20:36:54.976 INFO O| Dec 06 20:36:54.976 INFO STEP 625 (remove_files) COMPLETE
62102024-12-06T20:36:55.643Z[ recovery-image] Dec 06 20:36:54.976 INFO O| Dec 06 20:36:54.976 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-06T20:36:55.650Z[ recovery-image] Dec 06 20:36:54.986 INFO O| Dec 06 20:36:54.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62122024-12-06T20:36:55.650Z[ recovery-image] Dec 06 20:36:54.986 INFO O| Dec 06 20:36:54.986 INFO STEP 626 (remove_files) COMPLETE
62132024-12-06T20:36:55.652Z[ recovery-image] Dec 06 20:36:54.986 INFO O| Dec 06 20:36:54.986 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-06T20:36:55.659Z[ recovery-image] Dec 06 20:36:54.995 INFO O| Dec 06 20:36:54.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62152024-12-06T20:36:55.662Z[ recovery-image] Dec 06 20:36:54.995 INFO O| Dec 06 20:36:54.995 INFO STEP 627 (remove_files) COMPLETE
62162024-12-06T20:36:55.662Z[ recovery-image] Dec 06 20:36:54.995 INFO O| Dec 06 20:36:54.995 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-06T20:36:55.669Z[ recovery-image] Dec 06 20:36:55.005 INFO O| Dec 06 20:36:55.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62182024-12-06T20:36:55.669Z[ recovery-image] Dec 06 20:36:55.005 INFO O| Dec 06 20:36:55.005 INFO STEP 628 (remove_files) COMPLETE
62192024-12-06T20:36:55.672Z[ recovery-image] Dec 06 20:36:55.005 INFO O| Dec 06 20:36:55.005 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-06T20:36:55.679Z[ recovery-image] Dec 06 20:36:55.015 INFO O| Dec 06 20:36:55.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62212024-12-06T20:36:55.679Z[ recovery-image] Dec 06 20:36:55.015 INFO O| Dec 06 20:36:55.015 INFO STEP 629 (remove_files) COMPLETE
62222024-12-06T20:36:55.680Z[ recovery-image] Dec 06 20:36:55.015 INFO O| Dec 06 20:36:55.015 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-06T20:36:55.688Z[ recovery-image] Dec 06 20:36:55.024 INFO O| Dec 06 20:36:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62242024-12-06T20:36:55.688Z[ recovery-image] Dec 06 20:36:55.024 INFO O| Dec 06 20:36:55.024 INFO STEP 630 (remove_files) COMPLETE
62252024-12-06T20:36:55.688Z[ recovery-image] Dec 06 20:36:55.024 INFO O| Dec 06 20:36:55.024 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-06T20:36:55.698Z[ recovery-image] Dec 06 20:36:55.033 INFO O| Dec 06 20:36:55.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62272024-12-06T20:36:55.700Z[ recovery-image] Dec 06 20:36:55.034 INFO O| Dec 06 20:36:55.033 INFO STEP 631 (remove_files) COMPLETE
62282024-12-06T20:36:55.700Z[ recovery-image] Dec 06 20:36:55.034 INFO O| Dec 06 20:36:55.034 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-06T20:36:55.707Z[ recovery-image] Dec 06 20:36:55.043 INFO O| Dec 06 20:36:55.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62302024-12-06T20:36:55.707Z[ recovery-image] Dec 06 20:36:55.043 INFO O| Dec 06 20:36:55.043 INFO STEP 632 (remove_files) COMPLETE
62312024-12-06T20:36:55.707Z[ recovery-image] Dec 06 20:36:55.043 INFO O| Dec 06 20:36:55.043 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-06T20:36:55.718Z[ recovery-image] Dec 06 20:36:55.052 INFO O| Dec 06 20:36:55.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62332024-12-06T20:36:55.718Z[ recovery-image] Dec 06 20:36:55.052 INFO O| Dec 06 20:36:55.052 INFO STEP 633 (remove_files) COMPLETE
62342024-12-06T20:36:55.721Z[ recovery-image] Dec 06 20:36:55.052 INFO O| Dec 06 20:36:55.052 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-06T20:36:55.725Z[ recovery-image] Dec 06 20:36:55.061 INFO O| Dec 06 20:36:55.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62362024-12-06T20:36:55.725Z[ recovery-image] Dec 06 20:36:55.061 INFO O| Dec 06 20:36:55.061 INFO STEP 634 (remove_files) COMPLETE
62372024-12-06T20:36:55.725Z[ recovery-image] Dec 06 20:36:55.061 INFO O| Dec 06 20:36:55.061 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-06T20:36:55.735Z[ recovery-image] Dec 06 20:36:55.070 INFO O| Dec 06 20:36:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62392024-12-06T20:36:55.735Z[ recovery-image] Dec 06 20:36:55.070 INFO O| Dec 06 20:36:55.070 INFO STEP 635 (remove_files) COMPLETE
62402024-12-06T20:36:55.735Z[ recovery-image] Dec 06 20:36:55.070 INFO O| Dec 06 20:36:55.070 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-06T20:36:55.744Z[ recovery-image] Dec 06 20:36:55.080 INFO O| Dec 06 20:36:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62422024-12-06T20:36:55.747Z[ recovery-image] Dec 06 20:36:55.080 INFO O| Dec 06 20:36:55.080 INFO STEP 636 (remove_files) COMPLETE
62432024-12-06T20:36:55.747Z[ recovery-image] Dec 06 20:36:55.080 INFO O| Dec 06 20:36:55.080 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-06T20:36:55.753Z[ recovery-image] Dec 06 20:36:55.089 INFO O| Dec 06 20:36:55.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62452024-12-06T20:36:55.755Z[ recovery-image] Dec 06 20:36:55.089 INFO O| Dec 06 20:36:55.089 INFO STEP 637 (remove_files) COMPLETE
62462024-12-06T20:36:55.755Z[ recovery-image] Dec 06 20:36:55.089 INFO O| Dec 06 20:36:55.089 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-06T20:36:55.763Z[ recovery-image] Dec 06 20:36:55.098 INFO O| Dec 06 20:36:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62482024-12-06T20:36:55.763Z[ recovery-image] Dec 06 20:36:55.098 INFO O| Dec 06 20:36:55.098 INFO STEP 638 (remove_files) COMPLETE
62492024-12-06T20:36:55.765Z[ recovery-image] Dec 06 20:36:55.098 INFO O| Dec 06 20:36:55.098 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-06T20:36:55.772Z[ recovery-image] Dec 06 20:36:55.108 INFO O| Dec 06 20:36:55.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62512024-12-06T20:36:55.772Z[ recovery-image] Dec 06 20:36:55.108 INFO O| Dec 06 20:36:55.108 INFO STEP 639 (remove_files) COMPLETE
62522024-12-06T20:36:55.774Z[ recovery-image] Dec 06 20:36:55.108 INFO O| Dec 06 20:36:55.108 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-06T20:36:55.782Z[ recovery-image] Dec 06 20:36:55.117 INFO O| Dec 06 20:36:55.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62542024-12-06T20:36:55.782Z[ recovery-image] Dec 06 20:36:55.118 INFO O| Dec 06 20:36:55.118 INFO STEP 640 (remove_files) COMPLETE
62552024-12-06T20:36:55.784Z[ recovery-image] Dec 06 20:36:55.118 INFO O| Dec 06 20:36:55.118 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-06T20:36:55.791Z[ recovery-image] Dec 06 20:36:55.127 INFO O| Dec 06 20:36:55.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62572024-12-06T20:36:55.793Z[ recovery-image] Dec 06 20:36:55.127 INFO O| Dec 06 20:36:55.127 INFO STEP 641 (remove_files) COMPLETE
62582024-12-06T20:36:55.793Z[ recovery-image] Dec 06 20:36:55.127 INFO O| Dec 06 20:36:55.127 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-06T20:36:55.801Z[ recovery-image] Dec 06 20:36:55.137 INFO O| Dec 06 20:36:55.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62602024-12-06T20:36:55.801Z[ recovery-image] Dec 06 20:36:55.137 INFO O| Dec 06 20:36:55.137 INFO STEP 642 (remove_files) COMPLETE
62612024-12-06T20:36:55.803Z[ recovery-image] Dec 06 20:36:55.137 INFO O| Dec 06 20:36:55.137 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-06T20:36:55.810Z[ recovery-image] Dec 06 20:36:55.146 INFO O| Dec 06 20:36:55.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62632024-12-06T20:36:55.813Z[ recovery-image] Dec 06 20:36:55.146 INFO O| Dec 06 20:36:55.146 INFO STEP 643 (remove_files) COMPLETE
62642024-12-06T20:36:55.813Z[ recovery-image] Dec 06 20:36:55.146 INFO O| Dec 06 20:36:55.146 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-06T20:36:55.820Z[ recovery-image] Dec 06 20:36:55.156 INFO O| Dec 06 20:36:55.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62662024-12-06T20:36:55.820Z[ recovery-image] Dec 06 20:36:55.156 INFO O| Dec 06 20:36:55.156 INFO STEP 644 (remove_files) COMPLETE
62672024-12-06T20:36:55.820Z[ recovery-image] Dec 06 20:36:55.156 INFO O| Dec 06 20:36:55.156 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-06T20:36:55.829Z[ recovery-image] Dec 06 20:36:55.165 INFO O| Dec 06 20:36:55.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62692024-12-06T20:36:55.829Z[ recovery-image] Dec 06 20:36:55.165 INFO O| Dec 06 20:36:55.165 INFO STEP 645 (remove_files) COMPLETE
62702024-12-06T20:36:55.829Z[ recovery-image] Dec 06 20:36:55.165 INFO O| Dec 06 20:36:55.165 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-06T20:36:55.839Z[ recovery-image] Dec 06 20:36:55.175 INFO O| Dec 06 20:36:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62722024-12-06T20:36:55.841Z[ recovery-image] Dec 06 20:36:55.175 INFO O| Dec 06 20:36:55.175 INFO STEP 646 (remove_files) COMPLETE
62732024-12-06T20:36:55.841Z[ recovery-image] Dec 06 20:36:55.175 INFO O| Dec 06 20:36:55.175 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-06T20:36:55.848Z[ recovery-image] Dec 06 20:36:55.184 INFO O| Dec 06 20:36:55.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62752024-12-06T20:36:55.848Z[ recovery-image] Dec 06 20:36:55.184 INFO O| Dec 06 20:36:55.184 INFO STEP 647 (remove_files) COMPLETE
62762024-12-06T20:36:55.850Z[ recovery-image] Dec 06 20:36:55.184 INFO O| Dec 06 20:36:55.184 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-06T20:36:55.858Z[ recovery-image] Dec 06 20:36:55.193 INFO O| Dec 06 20:36:55.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62782024-12-06T20:36:55.858Z[ recovery-image] Dec 06 20:36:55.194 INFO O| Dec 06 20:36:55.194 INFO STEP 648 (remove_files) COMPLETE
62792024-12-06T20:36:55.860Z[ recovery-image] Dec 06 20:36:55.194 INFO O| Dec 06 20:36:55.194 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-06T20:36:55.867Z[ recovery-image] Dec 06 20:36:55.203 INFO O| Dec 06 20:36:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62812024-12-06T20:36:55.870Z[ recovery-image] Dec 06 20:36:55.203 INFO O| Dec 06 20:36:55.203 INFO STEP 649 (remove_files) COMPLETE
62822024-12-06T20:36:55.870Z[ recovery-image] Dec 06 20:36:55.203 INFO O| Dec 06 20:36:55.203 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-06T20:36:55.877Z[ recovery-image] Dec 06 20:36:55.213 INFO O| Dec 06 20:36:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62842024-12-06T20:36:55.877Z[ recovery-image] Dec 06 20:36:55.213 INFO O| Dec 06 20:36:55.213 INFO STEP 650 (remove_files) COMPLETE
62852024-12-06T20:36:55.880Z[ recovery-image] Dec 06 20:36:55.213 INFO O| Dec 06 20:36:55.213 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-06T20:36:55.887Z[ recovery-image] Dec 06 20:36:55.222 INFO O| Dec 06 20:36:55.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62872024-12-06T20:36:55.889Z[ recovery-image] Dec 06 20:36:55.223 INFO O| Dec 06 20:36:55.222 INFO STEP 651 (remove_files) COMPLETE
62882024-12-06T20:36:55.889Z[ recovery-image] Dec 06 20:36:55.223 INFO O| Dec 06 20:36:55.223 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-06T20:36:55.896Z[ recovery-image] Dec 06 20:36:55.232 INFO O| Dec 06 20:36:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62902024-12-06T20:36:55.898Z[ recovery-image] Dec 06 20:36:55.232 INFO O| Dec 06 20:36:55.232 INFO STEP 652 (remove_files) COMPLETE
62912024-12-06T20:36:55.898Z[ recovery-image] Dec 06 20:36:55.232 INFO O| Dec 06 20:36:55.232 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-06T20:36:55.906Z[ recovery-image] Dec 06 20:36:55.241 INFO O| Dec 06 20:36:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62932024-12-06T20:36:55.906Z[ recovery-image] Dec 06 20:36:55.242 INFO O| Dec 06 20:36:55.242 INFO STEP 653 (remove_files) COMPLETE
62942024-12-06T20:36:55.909Z[ recovery-image] Dec 06 20:36:55.242 INFO O| Dec 06 20:36:55.242 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-06T20:36:55.915Z[ recovery-image] Dec 06 20:36:55.251 INFO O| Dec 06 20:36:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62962024-12-06T20:36:55.917Z[ recovery-image] Dec 06 20:36:55.251 INFO O| Dec 06 20:36:55.251 INFO STEP 654 (remove_files) COMPLETE
62972024-12-06T20:36:55.917Z[ recovery-image] Dec 06 20:36:55.251 INFO O| Dec 06 20:36:55.251 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-06T20:36:55.925Z[ recovery-image] Dec 06 20:36:55.261 INFO O| Dec 06 20:36:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62992024-12-06T20:36:55.927Z[ recovery-image] Dec 06 20:36:55.261 INFO O| Dec 06 20:36:55.261 INFO STEP 655 (remove_files) COMPLETE
63002024-12-06T20:36:55.927Z[ recovery-image] Dec 06 20:36:55.261 INFO O| Dec 06 20:36:55.261 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-06T20:36:55.934Z[ recovery-image] Dec 06 20:36:55.270 INFO O| Dec 06 20:36:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63022024-12-06T20:36:55.934Z[ recovery-image] Dec 06 20:36:55.270 INFO O| Dec 06 20:36:55.270 INFO STEP 656 (remove_files) COMPLETE
63032024-12-06T20:36:55.934Z[ recovery-image] Dec 06 20:36:55.270 INFO O| Dec 06 20:36:55.270 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-06T20:36:55.944Z[ recovery-image] Dec 06 20:36:55.280 INFO O| Dec 06 20:36:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63052024-12-06T20:36:55.946Z[ recovery-image] Dec 06 20:36:55.280 INFO O| Dec 06 20:36:55.280 INFO STEP 657 (remove_files) COMPLETE
63062024-12-06T20:36:55.946Z[ recovery-image] Dec 06 20:36:55.280 INFO O| Dec 06 20:36:55.280 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-06T20:36:55.953Z[ recovery-image] Dec 06 20:36:55.289 INFO O| Dec 06 20:36:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63082024-12-06T20:36:55.955Z[ recovery-image] Dec 06 20:36:55.290 INFO O| Dec 06 20:36:55.290 INFO STEP 658 (remove_files) COMPLETE
63092024-12-06T20:36:55.955Z[ recovery-image] Dec 06 20:36:55.290 INFO O| Dec 06 20:36:55.290 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-06T20:36:55.963Z[ recovery-image] Dec 06 20:36:55.299 INFO O| Dec 06 20:36:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63112024-12-06T20:36:55.963Z[ recovery-image] Dec 06 20:36:55.299 INFO O| Dec 06 20:36:55.299 INFO STEP 659 (remove_files) COMPLETE
63122024-12-06T20:36:55.965Z[ recovery-image] Dec 06 20:36:55.299 INFO O| Dec 06 20:36:55.299 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-06T20:36:55.972Z[ recovery-image] Dec 06 20:36:55.308 INFO O| Dec 06 20:36:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63142024-12-06T20:36:55.974Z[ recovery-image] Dec 06 20:36:55.308 INFO O| Dec 06 20:36:55.308 INFO STEP 660 (remove_files) COMPLETE
63152024-12-06T20:36:55.975Z[ recovery-image] Dec 06 20:36:55.308 INFO O| Dec 06 20:36:55.308 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-06T20:36:55.982Z[ recovery-image] Dec 06 20:36:55.317 INFO O| Dec 06 20:36:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63172024-12-06T20:36:55.984Z[ recovery-image] Dec 06 20:36:55.318 INFO O| Dec 06 20:36:55.318 INFO STEP 661 (remove_files) COMPLETE
63182024-12-06T20:36:55.984Z[ recovery-image] Dec 06 20:36:55.318 INFO O| Dec 06 20:36:55.318 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-06T20:36:55.991Z[ recovery-image] Dec 06 20:36:55.327 INFO O| Dec 06 20:36:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63202024-12-06T20:36:55.991Z[ recovery-image] Dec 06 20:36:55.327 INFO O| Dec 06 20:36:55.327 INFO STEP 662 (remove_files) COMPLETE
63212024-12-06T20:36:55.993Z[ recovery-image] Dec 06 20:36:55.327 INFO O| Dec 06 20:36:55.327 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-06T20:36:56.001Z[ recovery-image] Dec 06 20:36:55.336 INFO O| Dec 06 20:36:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63232024-12-06T20:36:56.001Z[ recovery-image] Dec 06 20:36:55.336 INFO O| Dec 06 20:36:55.336 INFO STEP 663 (remove_files) COMPLETE
63242024-12-06T20:36:56.003Z[ recovery-image] Dec 06 20:36:55.336 INFO O| Dec 06 20:36:55.336 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-06T20:36:56.010Z[ recovery-image] Dec 06 20:36:55.346 INFO O| Dec 06 20:36:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63262024-12-06T20:36:56.010Z[ recovery-image] Dec 06 20:36:55.346 INFO O| Dec 06 20:36:55.346 INFO STEP 664 (remove_files) COMPLETE
63272024-12-06T20:36:56.010Z[ recovery-image] Dec 06 20:36:55.346 INFO O| Dec 06 20:36:55.346 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-06T20:36:56.017Z[ host-image] Dec 06 20:36:55.353 INFO O| Dec 06 20:36:55.353 INFO O| Done
63292024-12-06T20:36:56.020Z[ recovery-image] Dec 06 20:36:55.355 INFO O| Dec 06 20:36:55.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63302024-12-06T20:36:56.020Z[ recovery-image] Dec 06 20:36:55.355 INFO O| Dec 06 20:36:55.355 INFO STEP 665 (remove_files) COMPLETE
63312024-12-06T20:36:56.020Z[ recovery-image] Dec 06 20:36:55.355 INFO O| Dec 06 20:36:55.355 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-06T20:36:56.029Z[ recovery-image] Dec 06 20:36:55.365 INFO O| Dec 06 20:36:55.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63332024-12-06T20:36:56.029Z[ recovery-image] Dec 06 20:36:55.365 INFO O| Dec 06 20:36:55.365 INFO STEP 666 (remove_files) COMPLETE
63342024-12-06T20:36:56.029Z[ recovery-image] Dec 06 20:36:55.365 INFO O| Dec 06 20:36:55.365 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-06T20:36:56.039Z[ recovery-image] Dec 06 20:36:55.374 INFO O| Dec 06 20:36:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63362024-12-06T20:36:56.039Z[ recovery-image] Dec 06 20:36:55.374 INFO O| Dec 06 20:36:55.374 INFO STEP 667 (remove_files) COMPLETE
63372024-12-06T20:36:56.039Z[ recovery-image] Dec 06 20:36:55.374 INFO O| Dec 06 20:36:55.374 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-06T20:36:56.048Z[ recovery-image] Dec 06 20:36:55.384 INFO O| Dec 06 20:36:55.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63392024-12-06T20:36:56.049Z[ recovery-image] Dec 06 20:36:55.384 INFO O| Dec 06 20:36:55.384 INFO STEP 668 (remove_files) COMPLETE
63402024-12-06T20:36:56.051Z[ recovery-image] Dec 06 20:36:55.384 INFO O| Dec 06 20:36:55.384 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-06T20:36:56.058Z[ recovery-image] Dec 06 20:36:55.394 INFO O| Dec 06 20:36:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63422024-12-06T20:36:56.058Z[ recovery-image] Dec 06 20:36:55.394 INFO O| Dec 06 20:36:55.394 INFO STEP 669 (remove_files) COMPLETE
63432024-12-06T20:36:56.058Z[ recovery-image] Dec 06 20:36:55.394 INFO O| Dec 06 20:36:55.394 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-06T20:36:56.069Z[ recovery-image] Dec 06 20:36:55.405 INFO O| Dec 06 20:36:55.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63452024-12-06T20:36:56.069Z[ recovery-image] Dec 06 20:36:55.405 INFO O| Dec 06 20:36:55.405 INFO STEP 670 (remove_files) COMPLETE
63462024-12-06T20:36:56.072Z[ recovery-image] Dec 06 20:36:55.405 INFO O| Dec 06 20:36:55.405 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-06T20:36:56.079Z[ recovery-image] Dec 06 20:36:55.415 INFO O| Dec 06 20:36:55.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63482024-12-06T20:36:56.079Z[ recovery-image] Dec 06 20:36:55.415 INFO O| Dec 06 20:36:55.415 INFO STEP 671 (remove_files) COMPLETE
63492024-12-06T20:36:56.081Z[ recovery-image] Dec 06 20:36:55.415 INFO O| Dec 06 20:36:55.415 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-06T20:36:56.089Z[ recovery-image] Dec 06 20:36:55.425 INFO O| Dec 06 20:36:55.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63512024-12-06T20:36:56.092Z[ recovery-image] Dec 06 20:36:55.425 INFO O| Dec 06 20:36:55.425 INFO STEP 672 (remove_files) COMPLETE
63522024-12-06T20:36:56.092Z[ recovery-image] Dec 06 20:36:55.425 INFO O| Dec 06 20:36:55.425 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-06T20:36:56.099Z[ recovery-image] Dec 06 20:36:55.434 INFO O| Dec 06 20:36:55.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63542024-12-06T20:36:56.099Z[ recovery-image] Dec 06 20:36:55.435 INFO O| Dec 06 20:36:55.435 INFO STEP 673 (remove_files) COMPLETE
63552024-12-06T20:36:56.099Z[ recovery-image] Dec 06 20:36:55.435 INFO O| Dec 06 20:36:55.435 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-06T20:36:56.109Z[ recovery-image] Dec 06 20:36:55.444 INFO O| Dec 06 20:36:55.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63572024-12-06T20:36:56.109Z[ recovery-image] Dec 06 20:36:55.444 INFO O| Dec 06 20:36:55.444 INFO STEP 674 (remove_files) COMPLETE
63582024-12-06T20:36:56.112Z[ recovery-image] Dec 06 20:36:55.444 INFO O| Dec 06 20:36:55.444 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-06T20:36:56.118Z[ recovery-image] Dec 06 20:36:55.454 INFO O| Dec 06 20:36:55.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63602024-12-06T20:36:56.120Z[ recovery-image] Dec 06 20:36:55.454 INFO O| Dec 06 20:36:55.454 INFO STEP 675 (remove_files) COMPLETE
63612024-12-06T20:36:56.120Z[ recovery-image] Dec 06 20:36:55.454 INFO O| Dec 06 20:36:55.454 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-06T20:36:56.128Z[ recovery-image] Dec 06 20:36:55.463 INFO O| Dec 06 20:36:55.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63632024-12-06T20:36:56.128Z[ recovery-image] Dec 06 20:36:55.464 INFO O| Dec 06 20:36:55.463 INFO STEP 676 (remove_files) COMPLETE
63642024-12-06T20:36:56.130Z[ recovery-image] Dec 06 20:36:55.464 INFO O| Dec 06 20:36:55.463 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-06T20:36:56.137Z[ recovery-image] Dec 06 20:36:55.473 INFO O| Dec 06 20:36:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63662024-12-06T20:36:56.140Z[ recovery-image] Dec 06 20:36:55.473 INFO O| Dec 06 20:36:55.473 INFO STEP 677 (remove_files) COMPLETE
63672024-12-06T20:36:56.140Z[ recovery-image] Dec 06 20:36:55.473 INFO O| Dec 06 20:36:55.473 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-06T20:36:56.147Z[ recovery-image] Dec 06 20:36:55.483 INFO O| Dec 06 20:36:55.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63692024-12-06T20:36:56.147Z[ recovery-image] Dec 06 20:36:55.483 INFO O| Dec 06 20:36:55.483 INFO STEP 678 (remove_files) COMPLETE
63702024-12-06T20:36:56.150Z[ recovery-image] Dec 06 20:36:55.483 INFO O| Dec 06 20:36:55.483 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-06T20:36:56.157Z[ recovery-image] Dec 06 20:36:55.493 INFO O| Dec 06 20:36:55.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63722024-12-06T20:36:56.157Z[ recovery-image] Dec 06 20:36:55.493 INFO O| Dec 06 20:36:55.493 INFO STEP 679 (remove_files) COMPLETE
63732024-12-06T20:36:56.157Z[ recovery-image] Dec 06 20:36:55.493 INFO O| Dec 06 20:36:55.493 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-06T20:36:56.166Z[ recovery-image] Dec 06 20:36:55.502 INFO O| Dec 06 20:36:55.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63752024-12-06T20:36:56.167Z[ recovery-image] Dec 06 20:36:55.502 INFO O| Dec 06 20:36:55.502 INFO STEP 680 (remove_files) COMPLETE
63762024-12-06T20:36:56.167Z[ recovery-image] Dec 06 20:36:55.502 INFO O| Dec 06 20:36:55.502 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-06T20:36:56.176Z[ recovery-image] Dec 06 20:36:55.512 INFO O| Dec 06 20:36:55.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63782024-12-06T20:36:56.176Z[ recovery-image] Dec 06 20:36:55.512 INFO O| Dec 06 20:36:55.512 INFO STEP 681 (remove_files) COMPLETE
63792024-12-06T20:36:56.179Z[ recovery-image] Dec 06 20:36:55.512 INFO O| Dec 06 20:36:55.512 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-06T20:36:56.186Z[ recovery-image] Dec 06 20:36:55.522 INFO O| Dec 06 20:36:55.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63812024-12-06T20:36:56.186Z[ recovery-image] Dec 06 20:36:55.522 INFO O| Dec 06 20:36:55.522 INFO STEP 682 (remove_files) COMPLETE
63822024-12-06T20:36:56.186Z[ recovery-image] Dec 06 20:36:55.522 INFO O| Dec 06 20:36:55.522 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-06T20:36:56.195Z[ recovery-image] Dec 06 20:36:55.531 INFO O| Dec 06 20:36:55.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63842024-12-06T20:36:56.195Z[ recovery-image] Dec 06 20:36:55.531 INFO O| Dec 06 20:36:55.531 INFO STEP 683 (remove_files) COMPLETE
63852024-12-06T20:36:56.198Z[ recovery-image] Dec 06 20:36:55.531 INFO O| Dec 06 20:36:55.531 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-06T20:36:56.205Z[ recovery-image] Dec 06 20:36:55.541 INFO O| Dec 06 20:36:55.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63872024-12-06T20:36:56.205Z[ recovery-image] Dec 06 20:36:55.541 INFO O| Dec 06 20:36:55.541 INFO STEP 684 (remove_files) COMPLETE
63882024-12-06T20:36:56.208Z[ recovery-image] Dec 06 20:36:55.541 INFO O| Dec 06 20:36:55.541 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-06T20:36:56.215Z[ recovery-image] Dec 06 20:36:55.551 INFO O| Dec 06 20:36:55.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63902024-12-06T20:36:56.217Z[ recovery-image] Dec 06 20:36:55.551 INFO O| Dec 06 20:36:55.551 INFO STEP 685 (remove_files) COMPLETE
63912024-12-06T20:36:56.217Z[ recovery-image] Dec 06 20:36:55.551 INFO O| Dec 06 20:36:55.551 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-06T20:36:56.225Z[ recovery-image] Dec 06 20:36:55.560 INFO O| Dec 06 20:36:55.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63932024-12-06T20:36:56.225Z[ recovery-image] Dec 06 20:36:55.561 INFO O| Dec 06 20:36:55.560 INFO STEP 686 (remove_files) COMPLETE
63942024-12-06T20:36:56.225Z[ recovery-image] Dec 06 20:36:55.561 INFO O| Dec 06 20:36:55.561 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-06T20:36:56.234Z[ recovery-image] Dec 06 20:36:55.570 INFO O| Dec 06 20:36:55.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63962024-12-06T20:36:56.234Z[ recovery-image] Dec 06 20:36:55.570 INFO O| Dec 06 20:36:55.570 INFO STEP 687 (remove_files) COMPLETE
63972024-12-06T20:36:56.234Z[ recovery-image] Dec 06 20:36:55.570 INFO O| Dec 06 20:36:55.570 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-06T20:36:56.244Z[ recovery-image] Dec 06 20:36:55.579 INFO O| Dec 06 20:36:55.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63992024-12-06T20:36:56.244Z[ recovery-image] Dec 06 20:36:55.579 INFO O| Dec 06 20:36:55.579 INFO STEP 688 (remove_files) COMPLETE
64002024-12-06T20:36:56.246Z[ recovery-image] Dec 06 20:36:55.579 INFO O| Dec 06 20:36:55.579 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-06T20:36:56.253Z[ recovery-image] Dec 06 20:36:55.589 INFO O| Dec 06 20:36:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64022024-12-06T20:36:56.253Z[ recovery-image] Dec 06 20:36:55.589 INFO O| Dec 06 20:36:55.589 INFO STEP 689 (remove_files) COMPLETE
64032024-12-06T20:36:56.253Z[ recovery-image] Dec 06 20:36:55.589 INFO O| Dec 06 20:36:55.589 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-06T20:36:56.263Z[ recovery-image] Dec 06 20:36:55.599 INFO O| Dec 06 20:36:55.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64052024-12-06T20:36:56.263Z[ recovery-image] Dec 06 20:36:55.599 INFO O| Dec 06 20:36:55.599 INFO STEP 690 (remove_files) COMPLETE
64062024-12-06T20:36:56.265Z[ recovery-image] Dec 06 20:36:55.599 INFO O| Dec 06 20:36:55.599 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-06T20:36:56.273Z[ recovery-image] Dec 06 20:36:55.608 INFO O| Dec 06 20:36:55.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64082024-12-06T20:36:56.273Z[ recovery-image] Dec 06 20:36:55.608 INFO O| Dec 06 20:36:55.608 INFO STEP 691 (remove_files) COMPLETE
64092024-12-06T20:36:56.276Z[ recovery-image] Dec 06 20:36:55.608 INFO O| Dec 06 20:36:55.608 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-06T20:36:56.282Z[ recovery-image] Dec 06 20:36:55.618 INFO O| Dec 06 20:36:55.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64112024-12-06T20:36:56.282Z[ recovery-image] Dec 06 20:36:55.618 INFO O| Dec 06 20:36:55.618 INFO STEP 692 (remove_files) COMPLETE
64122024-12-06T20:36:56.282Z[ recovery-image] Dec 06 20:36:55.618 INFO O| Dec 06 20:36:55.618 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-06T20:36:56.291Z[ recovery-image] Dec 06 20:36:55.627 INFO O| Dec 06 20:36:55.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64142024-12-06T20:36:56.291Z[ recovery-image] Dec 06 20:36:55.627 INFO O| Dec 06 20:36:55.627 INFO STEP 693 (remove_files) COMPLETE
64152024-12-06T20:36:56.294Z[ recovery-image] Dec 06 20:36:55.627 INFO O| Dec 06 20:36:55.627 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-06T20:36:56.301Z[ recovery-image] Dec 06 20:36:55.637 INFO O| Dec 06 20:36:55.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64172024-12-06T20:36:56.301Z[ recovery-image] Dec 06 20:36:55.637 INFO O| Dec 06 20:36:55.637 INFO STEP 694 (remove_files) COMPLETE
64182024-12-06T20:36:56.301Z[ recovery-image] Dec 06 20:36:55.637 INFO O| Dec 06 20:36:55.637 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-06T20:36:56.310Z[ recovery-image] Dec 06 20:36:55.646 INFO O| Dec 06 20:36:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64202024-12-06T20:36:56.310Z[ recovery-image] Dec 06 20:36:55.646 INFO O| Dec 06 20:36:55.646 INFO STEP 695 (remove_files) COMPLETE
64212024-12-06T20:36:56.313Z[ recovery-image] Dec 06 20:36:55.646 INFO O| Dec 06 20:36:55.646 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-06T20:36:56.320Z[ recovery-image] Dec 06 20:36:55.656 INFO O| Dec 06 20:36:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64232024-12-06T20:36:56.320Z[ recovery-image] Dec 06 20:36:55.656 INFO O| Dec 06 20:36:55.656 INFO STEP 696 (remove_files) COMPLETE
64242024-12-06T20:36:56.323Z[ recovery-image] Dec 06 20:36:55.656 INFO O| Dec 06 20:36:55.656 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-06T20:36:56.329Z[ recovery-image] Dec 06 20:36:55.665 INFO O| Dec 06 20:36:55.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64262024-12-06T20:36:56.330Z[ recovery-image] Dec 06 20:36:55.665 INFO O| Dec 06 20:36:55.665 INFO STEP 697 (remove_files) COMPLETE
64272024-12-06T20:36:56.330Z[ recovery-image] Dec 06 20:36:55.665 INFO O| Dec 06 20:36:55.665 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-06T20:36:56.339Z[ recovery-image] Dec 06 20:36:55.675 INFO O| Dec 06 20:36:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64292024-12-06T20:36:56.339Z[ recovery-image] Dec 06 20:36:55.675 INFO O| Dec 06 20:36:55.675 INFO STEP 698 (remove_files) COMPLETE
64302024-12-06T20:36:56.341Z[ recovery-image] Dec 06 20:36:55.675 INFO O| Dec 06 20:36:55.675 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-06T20:36:56.348Z[ recovery-image] Dec 06 20:36:55.684 INFO O| Dec 06 20:36:55.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64322024-12-06T20:36:56.348Z[ recovery-image] Dec 06 20:36:55.684 INFO O| Dec 06 20:36:55.684 INFO STEP 699 (remove_files) COMPLETE
64332024-12-06T20:36:56.351Z[ recovery-image] Dec 06 20:36:55.684 INFO O| Dec 06 20:36:55.684 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-06T20:36:56.358Z[ recovery-image] Dec 06 20:36:55.694 INFO O| Dec 06 20:36:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64352024-12-06T20:36:56.358Z[ recovery-image] Dec 06 20:36:55.694 INFO O| Dec 06 20:36:55.694 INFO STEP 700 (remove_files) COMPLETE
64362024-12-06T20:36:56.358Z[ recovery-image] Dec 06 20:36:55.694 INFO O| Dec 06 20:36:55.694 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-06T20:36:56.367Z[ recovery-image] Dec 06 20:36:55.703 INFO O| Dec 06 20:36:55.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64382024-12-06T20:36:56.367Z[ recovery-image] Dec 06 20:36:55.703 INFO O| Dec 06 20:36:55.703 INFO STEP 701 (remove_files) COMPLETE
64392024-12-06T20:36:56.370Z[ recovery-image] Dec 06 20:36:55.703 INFO O| Dec 06 20:36:55.703 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-06T20:36:56.376Z[ recovery-image] Dec 06 20:36:55.712 INFO O| Dec 06 20:36:55.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64412024-12-06T20:36:56.376Z[ recovery-image] Dec 06 20:36:55.712 INFO O| Dec 06 20:36:55.712 INFO STEP 702 (remove_files) COMPLETE
64422024-12-06T20:36:56.377Z[ recovery-image] Dec 06 20:36:55.712 INFO O| Dec 06 20:36:55.712 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-06T20:36:56.386Z[ recovery-image] Dec 06 20:36:55.722 INFO O| Dec 06 20:36:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64442024-12-06T20:36:56.386Z[ recovery-image] Dec 06 20:36:55.722 INFO O| Dec 06 20:36:55.722 INFO STEP 703 (remove_files) COMPLETE
64452024-12-06T20:36:56.386Z[ recovery-image] Dec 06 20:36:55.722 INFO O| Dec 06 20:36:55.722 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-06T20:36:56.395Z[ recovery-image] Dec 06 20:36:55.731 INFO O| Dec 06 20:36:55.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64472024-12-06T20:36:56.395Z[ recovery-image] Dec 06 20:36:55.731 INFO O| Dec 06 20:36:55.731 INFO STEP 704 (remove_files) COMPLETE
64482024-12-06T20:36:56.398Z[ recovery-image] Dec 06 20:36:55.731 INFO O| Dec 06 20:36:55.731 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-06T20:36:56.405Z[ recovery-image] Dec 06 20:36:55.741 INFO O| Dec 06 20:36:55.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64502024-12-06T20:36:56.407Z[ recovery-image] Dec 06 20:36:55.741 INFO O| Dec 06 20:36:55.741 INFO STEP 705 (remove_files) COMPLETE
64512024-12-06T20:36:56.407Z[ recovery-image] Dec 06 20:36:55.741 INFO O| Dec 06 20:36:55.741 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-06T20:36:56.414Z[ recovery-image] Dec 06 20:36:55.750 INFO O| Dec 06 20:36:55.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64532024-12-06T20:36:56.417Z[ recovery-image] Dec 06 20:36:55.750 INFO O| Dec 06 20:36:55.750 INFO STEP 706 (remove_files) COMPLETE
64542024-12-06T20:36:56.417Z[ recovery-image] Dec 06 20:36:55.750 INFO O| Dec 06 20:36:55.750 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-06T20:36:56.424Z[ recovery-image] Dec 06 20:36:55.760 INFO O| Dec 06 20:36:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64562024-12-06T20:36:56.424Z[ recovery-image] Dec 06 20:36:55.760 INFO O| Dec 06 20:36:55.760 INFO STEP 707 (remove_files) COMPLETE
64572024-12-06T20:36:56.424Z[ recovery-image] Dec 06 20:36:55.760 INFO O| Dec 06 20:36:55.760 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-06T20:36:56.433Z[ recovery-image] Dec 06 20:36:55.769 INFO O| Dec 06 20:36:55.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64592024-12-06T20:36:56.433Z[ recovery-image] Dec 06 20:36:55.769 INFO O| Dec 06 20:36:55.769 INFO STEP 708 (remove_files) COMPLETE
64602024-12-06T20:36:56.433Z[ recovery-image] Dec 06 20:36:55.769 INFO O| Dec 06 20:36:55.769 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-06T20:36:56.443Z[ recovery-image] Dec 06 20:36:55.778 INFO O| Dec 06 20:36:55.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64622024-12-06T20:36:56.443Z[ recovery-image] Dec 06 20:36:55.779 INFO O| Dec 06 20:36:55.779 INFO STEP 709 (remove_files) COMPLETE
64632024-12-06T20:36:56.443Z[ recovery-image] Dec 06 20:36:55.779 INFO O| Dec 06 20:36:55.779 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-06T20:36:56.452Z[ recovery-image] Dec 06 20:36:55.788 INFO O| Dec 06 20:36:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64652024-12-06T20:36:56.452Z[ recovery-image] Dec 06 20:36:55.788 INFO O| Dec 06 20:36:55.788 INFO STEP 710 (remove_files) COMPLETE
64662024-12-06T20:36:56.452Z[ recovery-image] Dec 06 20:36:55.788 INFO O| Dec 06 20:36:55.788 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-06T20:36:56.462Z[ recovery-image] Dec 06 20:36:55.797 INFO O| Dec 06 20:36:55.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64682024-12-06T20:36:56.462Z[ recovery-image] Dec 06 20:36:55.798 INFO O| Dec 06 20:36:55.797 INFO STEP 711 (remove_files) COMPLETE
64692024-12-06T20:36:56.464Z[ recovery-image] Dec 06 20:36:55.798 INFO O| Dec 06 20:36:55.798 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-06T20:36:56.471Z[ recovery-image] Dec 06 20:36:55.807 INFO O| Dec 06 20:36:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64712024-12-06T20:36:56.471Z[ recovery-image] Dec 06 20:36:55.807 INFO O| Dec 06 20:36:55.807 INFO STEP 712 (remove_files) COMPLETE
64722024-12-06T20:36:56.471Z[ recovery-image] Dec 06 20:36:55.807 INFO O| Dec 06 20:36:55.807 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-06T20:36:56.480Z[ recovery-image] Dec 06 20:36:55.816 INFO O| Dec 06 20:36:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64742024-12-06T20:36:56.481Z[ recovery-image] Dec 06 20:36:55.816 INFO O| Dec 06 20:36:55.816 INFO STEP 713 (remove_files) COMPLETE
64752024-12-06T20:36:56.481Z[ recovery-image] Dec 06 20:36:55.816 INFO O| Dec 06 20:36:55.816 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-06T20:36:56.490Z[ recovery-image] Dec 06 20:36:55.825 INFO O| Dec 06 20:36:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64772024-12-06T20:36:56.490Z[ recovery-image] Dec 06 20:36:55.825 INFO O| Dec 06 20:36:55.825 INFO STEP 714 (remove_files) COMPLETE
64782024-12-06T20:36:56.492Z[ recovery-image] Dec 06 20:36:55.825 INFO O| Dec 06 20:36:55.825 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-06T20:36:56.499Z[ recovery-image] Dec 06 20:36:55.835 INFO O| Dec 06 20:36:55.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64802024-12-06T20:36:56.499Z[ recovery-image] Dec 06 20:36:55.835 INFO O| Dec 06 20:36:55.835 INFO STEP 715 (remove_files) COMPLETE
64812024-12-06T20:36:56.499Z[ recovery-image] Dec 06 20:36:55.835 INFO O| Dec 06 20:36:55.835 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-06T20:36:56.508Z[ recovery-image] Dec 06 20:36:55.844 INFO O| Dec 06 20:36:55.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64832024-12-06T20:36:56.508Z[ recovery-image] Dec 06 20:36:55.844 INFO O| Dec 06 20:36:55.844 INFO STEP 716 (remove_files) COMPLETE
64842024-12-06T20:36:56.511Z[ recovery-image] Dec 06 20:36:55.844 INFO O| Dec 06 20:36:55.844 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-06T20:36:56.518Z[ recovery-image] Dec 06 20:36:55.853 INFO O| Dec 06 20:36:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64862024-12-06T20:36:56.518Z[ recovery-image] Dec 06 20:36:55.854 INFO O| Dec 06 20:36:55.854 INFO STEP 717 (remove_files) COMPLETE
64872024-12-06T20:36:56.520Z[ recovery-image] Dec 06 20:36:55.854 INFO O| Dec 06 20:36:55.854 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-06T20:36:56.528Z[ recovery-image] Dec 06 20:36:55.864 INFO O| Dec 06 20:36:55.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64892024-12-06T20:36:56.528Z[ recovery-image] Dec 06 20:36:55.864 INFO O| Dec 06 20:36:55.864 INFO STEP 718 (remove_files) COMPLETE
64902024-12-06T20:36:56.528Z[ recovery-image] Dec 06 20:36:55.864 INFO O| Dec 06 20:36:55.864 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-06T20:36:56.538Z[ recovery-image] Dec 06 20:36:55.874 INFO O| Dec 06 20:36:55.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64922024-12-06T20:36:56.538Z[ recovery-image] Dec 06 20:36:55.874 INFO O| Dec 06 20:36:55.874 INFO STEP 719 (remove_files) COMPLETE
64932024-12-06T20:36:56.538Z[ recovery-image] Dec 06 20:36:55.874 INFO O| Dec 06 20:36:55.874 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-06T20:36:56.549Z[ recovery-image] Dec 06 20:36:55.884 INFO O| Dec 06 20:36:55.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64952024-12-06T20:36:56.549Z[ recovery-image] Dec 06 20:36:55.884 INFO O| Dec 06 20:36:55.884 INFO STEP 720 (remove_files) COMPLETE
64962024-12-06T20:36:56.549Z[ recovery-image] Dec 06 20:36:55.884 INFO O| Dec 06 20:36:55.884 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-06T20:36:56.559Z[ recovery-image] Dec 06 20:36:55.894 INFO O| Dec 06 20:36:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64982024-12-06T20:36:56.559Z[ recovery-image] Dec 06 20:36:55.894 INFO O| Dec 06 20:36:55.894 INFO STEP 721 (remove_files) COMPLETE
64992024-12-06T20:36:56.562Z[ recovery-image] Dec 06 20:36:55.894 INFO O| Dec 06 20:36:55.894 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-06T20:36:56.568Z[ recovery-image] Dec 06 20:36:55.904 INFO O| Dec 06 20:36:55.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65012024-12-06T20:36:56.568Z[ recovery-image] Dec 06 20:36:55.904 INFO O| Dec 06 20:36:55.904 INFO STEP 722 (remove_files) COMPLETE
65022024-12-06T20:36:56.570Z[ recovery-image] Dec 06 20:36:55.904 INFO O| Dec 06 20:36:55.904 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-06T20:36:56.577Z[ recovery-image] Dec 06 20:36:55.913 INFO O| Dec 06 20:36:55.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65042024-12-06T20:36:56.579Z[ recovery-image] Dec 06 20:36:55.913 INFO O| Dec 06 20:36:55.913 INFO STEP 723 (remove_files) COMPLETE
65052024-12-06T20:36:56.579Z[ recovery-image] Dec 06 20:36:55.913 INFO O| Dec 06 20:36:55.913 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-06T20:36:56.586Z[ recovery-image] Dec 06 20:36:55.922 INFO O| Dec 06 20:36:55.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65072024-12-06T20:36:56.586Z[ recovery-image] Dec 06 20:36:55.922 INFO O| Dec 06 20:36:55.922 INFO STEP 724 (remove_files) COMPLETE
65082024-12-06T20:36:56.589Z[ recovery-image] Dec 06 20:36:55.922 INFO O| Dec 06 20:36:55.922 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-06T20:36:56.597Z[ recovery-image] Dec 06 20:36:55.932 INFO O| Dec 06 20:36:55.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65102024-12-06T20:36:56.597Z[ recovery-image] Dec 06 20:36:55.932 INFO O| Dec 06 20:36:55.932 INFO STEP 725 (remove_files) COMPLETE
65112024-12-06T20:36:56.598Z[ recovery-image] Dec 06 20:36:55.932 INFO O| Dec 06 20:36:55.932 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-06T20:36:56.605Z[ recovery-image] Dec 06 20:36:55.941 INFO O| Dec 06 20:36:55.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65132024-12-06T20:36:56.607Z[ recovery-image] Dec 06 20:36:55.941 INFO O| Dec 06 20:36:55.941 INFO STEP 726 (remove_files) COMPLETE
65142024-12-06T20:36:56.607Z[ recovery-image] Dec 06 20:36:55.941 INFO O| Dec 06 20:36:55.941 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-06T20:36:56.617Z[ recovery-image] Dec 06 20:36:55.953 INFO O| Dec 06 20:36:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65162024-12-06T20:36:56.620Z[ recovery-image] Dec 06 20:36:55.953 INFO O| Dec 06 20:36:55.953 INFO STEP 727 (remove_files) COMPLETE
65172024-12-06T20:36:56.620Z[ recovery-image] Dec 06 20:36:55.953 INFO O| Dec 06 20:36:55.953 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-06T20:36:56.628Z[ recovery-image] Dec 06 20:36:55.964 INFO O| Dec 06 20:36:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65192024-12-06T20:36:56.628Z[ recovery-image] Dec 06 20:36:55.964 INFO O| Dec 06 20:36:55.964 INFO STEP 728 (remove_files) COMPLETE
65202024-12-06T20:36:56.631Z[ recovery-image] Dec 06 20:36:55.964 INFO O| Dec 06 20:36:55.964 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-06T20:36:56.638Z[ recovery-image] Dec 06 20:36:55.974 INFO O| Dec 06 20:36:55.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65222024-12-06T20:36:56.640Z[ recovery-image] Dec 06 20:36:55.974 INFO O| Dec 06 20:36:55.974 INFO STEP 729 (remove_files) COMPLETE
65232024-12-06T20:36:56.640Z[ recovery-image] Dec 06 20:36:55.974 INFO O| Dec 06 20:36:55.974 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-06T20:36:56.649Z[ recovery-image] Dec 06 20:36:55.985 INFO O| Dec 06 20:36:55.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65252024-12-06T20:36:56.649Z[ recovery-image] Dec 06 20:36:55.985 INFO O| Dec 06 20:36:55.985 INFO STEP 730 (remove_files) COMPLETE
65262024-12-06T20:36:56.652Z[ recovery-image] Dec 06 20:36:55.985 INFO O| Dec 06 20:36:55.985 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-06T20:36:56.659Z[ recovery-image] Dec 06 20:36:55.995 INFO O| Dec 06 20:36:55.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65282024-12-06T20:36:56.661Z[ recovery-image] Dec 06 20:36:55.995 INFO O| Dec 06 20:36:55.995 INFO STEP 731 (remove_files) COMPLETE
65292024-12-06T20:36:56.661Z[ recovery-image] Dec 06 20:36:55.995 INFO O| Dec 06 20:36:55.995 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-06T20:36:56.671Z[ recovery-image] Dec 06 20:36:56.007 INFO O| Dec 06 20:36:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65312024-12-06T20:36:56.671Z[ recovery-image] Dec 06 20:36:56.007 INFO O| Dec 06 20:36:56.007 INFO STEP 732 (remove_files) COMPLETE
65322024-12-06T20:36:56.674Z[ recovery-image] Dec 06 20:36:56.007 INFO O| Dec 06 20:36:56.007 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-06T20:36:56.683Z[ recovery-image] Dec 06 20:36:56.019 INFO O| Dec 06 20:36:56.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65342024-12-06T20:36:56.683Z[ recovery-image] Dec 06 20:36:56.019 INFO O| Dec 06 20:36:56.019 INFO STEP 733 (remove_files) COMPLETE
65352024-12-06T20:36:56.683Z[ recovery-image] Dec 06 20:36:56.019 INFO O| Dec 06 20:36:56.019 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-06T20:36:56.694Z[ recovery-image] Dec 06 20:36:56.029 INFO O| Dec 06 20:36:56.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65372024-12-06T20:36:56.694Z[ recovery-image] Dec 06 20:36:56.030 INFO O| Dec 06 20:36:56.030 INFO STEP 734 (remove_files) COMPLETE
65382024-12-06T20:36:56.696Z[ recovery-image] Dec 06 20:36:56.030 INFO O| Dec 06 20:36:56.030 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-06T20:36:56.703Z[ recovery-image] Dec 06 20:36:56.039 INFO O| Dec 06 20:36:56.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65402024-12-06T20:36:56.706Z[ recovery-image] Dec 06 20:36:56.039 INFO O| Dec 06 20:36:56.039 INFO STEP 735 (remove_files) COMPLETE
65412024-12-06T20:36:56.706Z[ recovery-image] Dec 06 20:36:56.039 INFO O| Dec 06 20:36:56.039 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-06T20:36:56.713Z[ recovery-image] Dec 06 20:36:56.048 INFO O| Dec 06 20:36:56.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65432024-12-06T20:36:56.713Z[ recovery-image] Dec 06 20:36:56.048 INFO O| Dec 06 20:36:56.048 INFO STEP 736 (remove_files) COMPLETE
65442024-12-06T20:36:56.715Z[ recovery-image] Dec 06 20:36:56.049 INFO O| Dec 06 20:36:56.048 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-06T20:36:56.724Z[ recovery-image] Dec 06 20:36:56.058 INFO O| Dec 06 20:36:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65462024-12-06T20:36:56.724Z[ recovery-image] Dec 06 20:36:56.058 INFO O| Dec 06 20:36:56.058 INFO STEP 737 (remove_files) COMPLETE
65472024-12-06T20:36:56.728Z[ recovery-image] Dec 06 20:36:56.058 INFO O| Dec 06 20:36:56.058 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-06T20:36:56.734Z[ recovery-image] Dec 06 20:36:56.068 INFO O| Dec 06 20:36:56.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65492024-12-06T20:36:56.737Z[ recovery-image] Dec 06 20:36:56.068 INFO O| Dec 06 20:36:56.068 INFO STEP 738 (remove_files) COMPLETE
65502024-12-06T20:36:56.737Z[ recovery-image] Dec 06 20:36:56.068 INFO O| Dec 06 20:36:56.068 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-06T20:36:56.742Z[ recovery-image] Dec 06 20:36:56.077 INFO O| Dec 06 20:36:56.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65522024-12-06T20:36:56.745Z[ recovery-image] Dec 06 20:36:56.077 INFO O| Dec 06 20:36:56.077 INFO STEP 739 (remove_files) COMPLETE
65532024-12-06T20:36:56.745Z[ recovery-image] Dec 06 20:36:56.077 INFO O| Dec 06 20:36:56.077 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-06T20:36:56.751Z[ recovery-image] Dec 06 20:36:56.087 INFO O| Dec 06 20:36:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65552024-12-06T20:36:56.754Z[ recovery-image] Dec 06 20:36:56.087 INFO O| Dec 06 20:36:56.087 INFO STEP 740 (remove_files) COMPLETE
65562024-12-06T20:36:56.754Z[ recovery-image] Dec 06 20:36:56.087 INFO O| Dec 06 20:36:56.087 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-06T20:36:56.761Z[ recovery-image] Dec 06 20:36:56.096 INFO O| Dec 06 20:36:56.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65582024-12-06T20:36:56.761Z[ recovery-image] Dec 06 20:36:56.097 INFO O| Dec 06 20:36:56.097 INFO STEP 741 (remove_files) COMPLETE
65592024-12-06T20:36:56.761Z[ recovery-image] Dec 06 20:36:56.097 INFO O| Dec 06 20:36:56.097 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-06T20:36:56.770Z[ recovery-image] Dec 06 20:36:56.106 INFO O| Dec 06 20:36:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65612024-12-06T20:36:56.770Z[ recovery-image] Dec 06 20:36:56.106 INFO O| Dec 06 20:36:56.106 INFO STEP 742 (remove_files) COMPLETE
65622024-12-06T20:36:56.774Z[ recovery-image] Dec 06 20:36:56.106 INFO O| Dec 06 20:36:56.106 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-06T20:36:56.780Z[ recovery-image] Dec 06 20:36:56.116 INFO O| Dec 06 20:36:56.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65642024-12-06T20:36:56.782Z[ recovery-image] Dec 06 20:36:56.116 INFO O| Dec 06 20:36:56.116 INFO STEP 743 (remove_files) COMPLETE
65652024-12-06T20:36:56.782Z[ recovery-image] Dec 06 20:36:56.116 INFO O| Dec 06 20:36:56.116 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-06T20:36:56.792Z[ recovery-image] Dec 06 20:36:56.126 INFO O| Dec 06 20:36:56.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65672024-12-06T20:36:56.792Z[ recovery-image] Dec 06 20:36:56.126 INFO O| Dec 06 20:36:56.126 INFO STEP 744 (remove_files) COMPLETE
65682024-12-06T20:36:56.792Z[ recovery-image] Dec 06 20:36:56.126 INFO O| Dec 06 20:36:56.126 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-06T20:36:56.802Z[ recovery-image] Dec 06 20:36:56.136 INFO O| Dec 06 20:36:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65702024-12-06T20:36:56.802Z[ recovery-image] Dec 06 20:36:56.137 INFO O| Dec 06 20:36:56.136 INFO STEP 745 (remove_files) COMPLETE
65712024-12-06T20:36:56.805Z[ recovery-image] Dec 06 20:36:56.137 INFO O| Dec 06 20:36:56.137 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-06T20:36:56.811Z[ recovery-image] Dec 06 20:36:56.146 INFO O| Dec 06 20:36:56.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65732024-12-06T20:36:56.815Z[ recovery-image] Dec 06 20:36:56.147 INFO O| Dec 06 20:36:56.147 INFO STEP 746 (remove_files) COMPLETE
65742024-12-06T20:36:56.815Z[ recovery-image] Dec 06 20:36:56.147 INFO O| Dec 06 20:36:56.147 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-06T20:36:56.821Z[ recovery-image] Dec 06 20:36:56.156 INFO O| Dec 06 20:36:56.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65762024-12-06T20:36:56.821Z[ recovery-image] Dec 06 20:36:56.157 INFO O| Dec 06 20:36:56.156 INFO STEP 747 (remove_files) COMPLETE
65772024-12-06T20:36:56.823Z[ recovery-image] Dec 06 20:36:56.157 INFO O| Dec 06 20:36:56.157 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-06T20:36:56.830Z[ recovery-image] Dec 06 20:36:56.166 INFO O| Dec 06 20:36:56.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65792024-12-06T20:36:56.830Z[ recovery-image] Dec 06 20:36:56.166 INFO O| Dec 06 20:36:56.166 INFO STEP 748 (remove_files) COMPLETE
65802024-12-06T20:36:56.830Z[ recovery-image] Dec 06 20:36:56.166 INFO O| Dec 06 20:36:56.166 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-06T20:36:56.840Z[ recovery-image] Dec 06 20:36:56.176 INFO O| Dec 06 20:36:56.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65822024-12-06T20:36:56.842Z[ recovery-image] Dec 06 20:36:56.176 INFO O| Dec 06 20:36:56.176 INFO STEP 749 (remove_files) COMPLETE
65832024-12-06T20:36:56.842Z[ recovery-image] Dec 06 20:36:56.176 INFO O| Dec 06 20:36:56.176 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-06T20:36:56.849Z[ recovery-image] Dec 06 20:36:56.185 INFO O| Dec 06 20:36:56.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65852024-12-06T20:36:56.853Z[ recovery-image] Dec 06 20:36:56.185 INFO O| Dec 06 20:36:56.185 INFO STEP 750 (remove_files) COMPLETE
65862024-12-06T20:36:56.853Z[ recovery-image] Dec 06 20:36:56.185 INFO O| Dec 06 20:36:56.185 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-06T20:36:56.859Z[ recovery-image] Dec 06 20:36:56.195 INFO O| Dec 06 20:36:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65882024-12-06T20:36:56.859Z[ recovery-image] Dec 06 20:36:56.195 INFO O| Dec 06 20:36:56.195 INFO STEP 751 (remove_files) COMPLETE
65892024-12-06T20:36:56.859Z[ recovery-image] Dec 06 20:36:56.195 INFO O| Dec 06 20:36:56.195 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-06T20:36:56.868Z[ recovery-image] Dec 06 20:36:56.204 INFO O| Dec 06 20:36:56.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65912024-12-06T20:36:56.870Z[ recovery-image] Dec 06 20:36:56.205 INFO O| Dec 06 20:36:56.204 INFO STEP 752 (remove_files) COMPLETE
65922024-12-06T20:36:56.870Z[ recovery-image] Dec 06 20:36:56.205 INFO O| Dec 06 20:36:56.204 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-06T20:36:56.878Z[ recovery-image] Dec 06 20:36:56.214 INFO O| Dec 06 20:36:56.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65942024-12-06T20:36:56.881Z[ recovery-image] Dec 06 20:36:56.214 INFO O| Dec 06 20:36:56.214 INFO STEP 753 (remove_files) COMPLETE
65952024-12-06T20:36:56.881Z[ recovery-image] Dec 06 20:36:56.214 INFO O| Dec 06 20:36:56.214 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-06T20:36:56.888Z[ recovery-image] Dec 06 20:36:56.223 INFO O| Dec 06 20:36:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65972024-12-06T20:36:56.888Z[ recovery-image] Dec 06 20:36:56.224 INFO O| Dec 06 20:36:56.224 INFO STEP 754 (remove_files) COMPLETE
65982024-12-06T20:36:56.890Z[ recovery-image] Dec 06 20:36:56.224 INFO O| Dec 06 20:36:56.224 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-06T20:36:56.897Z[ recovery-image] Dec 06 20:36:56.233 INFO O| Dec 06 20:36:56.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66002024-12-06T20:36:56.897Z[ recovery-image] Dec 06 20:36:56.233 INFO O| Dec 06 20:36:56.233 INFO STEP 755 (remove_files) COMPLETE
66012024-12-06T20:36:56.899Z[ recovery-image] Dec 06 20:36:56.233 INFO O| Dec 06 20:36:56.233 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-06T20:36:56.907Z[ recovery-image] Dec 06 20:36:56.243 INFO O| Dec 06 20:36:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66032024-12-06T20:36:56.910Z[ recovery-image] Dec 06 20:36:56.243 INFO O| Dec 06 20:36:56.243 INFO STEP 756 (remove_files) COMPLETE
66042024-12-06T20:36:56.910Z[ recovery-image] Dec 06 20:36:56.243 INFO O| Dec 06 20:36:56.243 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-06T20:36:56.918Z[ recovery-image] Dec 06 20:36:56.253 INFO O| Dec 06 20:36:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66062024-12-06T20:36:56.918Z[ recovery-image] Dec 06 20:36:56.253 INFO O| Dec 06 20:36:56.253 INFO STEP 757 (remove_files) COMPLETE
66072024-12-06T20:36:56.918Z[ recovery-image] Dec 06 20:36:56.253 INFO O| Dec 06 20:36:56.253 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-06T20:36:56.927Z[ recovery-image] Dec 06 20:36:56.263 INFO O| Dec 06 20:36:56.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66092024-12-06T20:36:56.927Z[ recovery-image] Dec 06 20:36:56.263 INFO O| Dec 06 20:36:56.263 INFO STEP 758 (remove_files) COMPLETE
66102024-12-06T20:36:56.930Z[ recovery-image] Dec 06 20:36:56.263 INFO O| Dec 06 20:36:56.263 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-06T20:36:56.936Z[ recovery-image] Dec 06 20:36:56.272 INFO O| Dec 06 20:36:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66122024-12-06T20:36:56.939Z[ recovery-image] Dec 06 20:36:56.272 INFO O| Dec 06 20:36:56.272 INFO STEP 759 (remove_files) COMPLETE
66132024-12-06T20:36:56.939Z[ recovery-image] Dec 06 20:36:56.272 INFO O| Dec 06 20:36:56.272 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-06T20:36:56.946Z[ recovery-image] Dec 06 20:36:56.282 INFO O| Dec 06 20:36:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66152024-12-06T20:36:56.946Z[ recovery-image] Dec 06 20:36:56.282 INFO O| Dec 06 20:36:56.282 INFO STEP 760 (remove_files) COMPLETE
66162024-12-06T20:36:56.949Z[ recovery-image] Dec 06 20:36:56.282 INFO O| Dec 06 20:36:56.282 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-06T20:36:56.956Z[ recovery-image] Dec 06 20:36:56.292 INFO O| Dec 06 20:36:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66182024-12-06T20:36:56.956Z[ recovery-image] Dec 06 20:36:56.292 INFO O| Dec 06 20:36:56.292 INFO STEP 761 (remove_files) COMPLETE
66192024-12-06T20:36:56.958Z[ recovery-image] Dec 06 20:36:56.292 INFO O| Dec 06 20:36:56.292 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-06T20:36:56.965Z[ recovery-image] Dec 06 20:36:56.301 INFO O| Dec 06 20:36:56.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66212024-12-06T20:36:56.965Z[ recovery-image] Dec 06 20:36:56.301 INFO O| Dec 06 20:36:56.301 INFO STEP 762 (remove_files) COMPLETE
66222024-12-06T20:36:56.968Z[ recovery-image] Dec 06 20:36:56.301 INFO O| Dec 06 20:36:56.301 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-06T20:36:56.974Z[ recovery-image] Dec 06 20:36:56.310 INFO O| Dec 06 20:36:56.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66242024-12-06T20:36:56.977Z[ recovery-image] Dec 06 20:36:56.311 INFO O| Dec 06 20:36:56.310 INFO STEP 763 (remove_files) COMPLETE
66252024-12-06T20:36:56.977Z[ recovery-image] Dec 06 20:36:56.311 INFO O| Dec 06 20:36:56.311 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-06T20:36:56.984Z[ recovery-image] Dec 06 20:36:56.320 INFO O| Dec 06 20:36:56.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66272024-12-06T20:36:56.984Z[ recovery-image] Dec 06 20:36:56.320 INFO O| Dec 06 20:36:56.320 INFO STEP 764 (remove_files) COMPLETE
66282024-12-06T20:36:56.984Z[ recovery-image] Dec 06 20:36:56.320 INFO O| Dec 06 20:36:56.320 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-06T20:36:56.993Z[ recovery-image] Dec 06 20:36:56.329 INFO O| Dec 06 20:36:56.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66302024-12-06T20:36:56.995Z[ recovery-image] Dec 06 20:36:56.329 INFO O| Dec 06 20:36:56.329 INFO STEP 765 (remove_files) COMPLETE
66312024-12-06T20:36:56.995Z[ recovery-image] Dec 06 20:36:56.329 INFO O| Dec 06 20:36:56.329 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-06T20:36:57.003Z[ recovery-image] Dec 06 20:36:56.339 INFO O| Dec 06 20:36:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66332024-12-06T20:36:57.003Z[ recovery-image] Dec 06 20:36:56.339 INFO O| Dec 06 20:36:56.339 INFO STEP 766 (remove_files) COMPLETE
66342024-12-06T20:36:57.005Z[ recovery-image] Dec 06 20:36:56.339 INFO O| Dec 06 20:36:56.339 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-06T20:36:57.012Z[ recovery-image] Dec 06 20:36:56.348 INFO O| Dec 06 20:36:56.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66362024-12-06T20:36:57.012Z[ recovery-image] Dec 06 20:36:56.348 INFO O| Dec 06 20:36:56.348 INFO STEP 767 (remove_files) COMPLETE
66372024-12-06T20:36:57.015Z[ recovery-image] Dec 06 20:36:56.348 INFO O| Dec 06 20:36:56.348 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-06T20:36:57.021Z[ recovery-image] Dec 06 20:36:56.357 INFO O| Dec 06 20:36:56.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66392024-12-06T20:36:57.024Z[ recovery-image] Dec 06 20:36:56.358 INFO O| Dec 06 20:36:56.358 INFO STEP 768 (remove_files) COMPLETE
66402024-12-06T20:36:57.024Z[ recovery-image] Dec 06 20:36:56.358 INFO O| Dec 06 20:36:56.358 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-06T20:36:57.031Z[ recovery-image] Dec 06 20:36:56.367 INFO O| Dec 06 20:36:56.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66422024-12-06T20:36:57.031Z[ recovery-image] Dec 06 20:36:56.367 INFO O| Dec 06 20:36:56.367 INFO STEP 769 (remove_files) COMPLETE
66432024-12-06T20:36:57.034Z[ recovery-image] Dec 06 20:36:56.367 INFO O| Dec 06 20:36:56.367 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-06T20:36:57.046Z[ recovery-image] Dec 06 20:36:56.376 INFO O| Dec 06 20:36:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66452024-12-06T20:36:57.046Z[ recovery-image] Dec 06 20:36:56.376 INFO O| Dec 06 20:36:56.376 INFO STEP 770 (remove_files) COMPLETE
66462024-12-06T20:36:57.046Z[ recovery-image] Dec 06 20:36:56.376 INFO O| Dec 06 20:36:56.376 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-06T20:36:57.050Z[ recovery-image] Dec 06 20:36:56.386 INFO O| Dec 06 20:36:56.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66482024-12-06T20:36:57.050Z[ recovery-image] Dec 06 20:36:56.386 INFO O| Dec 06 20:36:56.386 INFO STEP 771 (remove_files) COMPLETE
66492024-12-06T20:36:57.050Z[ recovery-image] Dec 06 20:36:56.386 INFO O| Dec 06 20:36:56.386 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-06T20:36:57.059Z[ recovery-image] Dec 06 20:36:56.395 INFO O| Dec 06 20:36:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66512024-12-06T20:36:57.059Z[ recovery-image] Dec 06 20:36:56.395 INFO O| Dec 06 20:36:56.395 INFO STEP 772 (remove_files) COMPLETE
66522024-12-06T20:36:57.062Z[ recovery-image] Dec 06 20:36:56.395 INFO O| Dec 06 20:36:56.395 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-06T20:36:57.069Z[ recovery-image] Dec 06 20:36:56.404 INFO O| Dec 06 20:36:56.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66542024-12-06T20:36:57.071Z[ recovery-image] Dec 06 20:36:56.404 INFO O| Dec 06 20:36:56.404 INFO STEP 773 (remove_files) COMPLETE
66552024-12-06T20:36:57.072Z[ recovery-image] Dec 06 20:36:56.404 INFO O| Dec 06 20:36:56.404 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-06T20:36:57.079Z[ recovery-image] Dec 06 20:36:56.414 INFO O| Dec 06 20:36:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66572024-12-06T20:36:57.079Z[ recovery-image] Dec 06 20:36:56.414 INFO O| Dec 06 20:36:56.414 INFO STEP 774 (remove_files) COMPLETE
66582024-12-06T20:36:57.081Z[ recovery-image] Dec 06 20:36:56.414 INFO O| Dec 06 20:36:56.414 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-06T20:36:57.087Z[ recovery-image] Dec 06 20:36:56.423 INFO O| Dec 06 20:36:56.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66602024-12-06T20:36:57.088Z[ recovery-image] Dec 06 20:36:56.423 INFO O| Dec 06 20:36:56.423 INFO STEP 775 (remove_files) COMPLETE
66612024-12-06T20:36:57.088Z[ recovery-image] Dec 06 20:36:56.423 INFO O| Dec 06 20:36:56.423 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-06T20:36:57.097Z[ recovery-image] Dec 06 20:36:56.433 INFO O| Dec 06 20:36:56.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66632024-12-06T20:36:57.097Z[ recovery-image] Dec 06 20:36:56.433 INFO O| Dec 06 20:36:56.433 INFO STEP 776 (remove_files) COMPLETE
66642024-12-06T20:36:57.099Z[ recovery-image] Dec 06 20:36:56.433 INFO O| Dec 06 20:36:56.433 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-06T20:36:57.106Z[ recovery-image] Dec 06 20:36:56.442 INFO O| Dec 06 20:36:56.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66662024-12-06T20:36:57.106Z[ recovery-image] Dec 06 20:36:56.442 INFO O| Dec 06 20:36:56.442 INFO STEP 777 (remove_files) COMPLETE
66672024-12-06T20:36:57.108Z[ recovery-image] Dec 06 20:36:56.442 INFO O| Dec 06 20:36:56.442 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-06T20:36:57.116Z[ recovery-image] Dec 06 20:36:56.452 INFO O| Dec 06 20:36:56.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66692024-12-06T20:36:57.116Z[ recovery-image] Dec 06 20:36:56.452 INFO O| Dec 06 20:36:56.452 INFO STEP 778 (remove_files) COMPLETE
66702024-12-06T20:36:57.116Z[ recovery-image] Dec 06 20:36:56.452 INFO O| Dec 06 20:36:56.452 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-06T20:36:57.125Z[ recovery-image] Dec 06 20:36:56.461 INFO O| Dec 06 20:36:56.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66722024-12-06T20:36:57.125Z[ recovery-image] Dec 06 20:36:56.461 INFO O| Dec 06 20:36:56.461 INFO STEP 779 (remove_files) COMPLETE
66732024-12-06T20:36:57.128Z[ recovery-image] Dec 06 20:36:56.461 INFO O| Dec 06 20:36:56.461 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-06T20:36:57.135Z[ recovery-image] Dec 06 20:36:56.470 INFO O| Dec 06 20:36:56.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66752024-12-06T20:36:57.136Z[ recovery-image] Dec 06 20:36:56.470 INFO O| Dec 06 20:36:56.470 INFO STEP 780 (remove_files) COMPLETE
66762024-12-06T20:36:57.139Z[ recovery-image] Dec 06 20:36:56.470 INFO O| Dec 06 20:36:56.470 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-06T20:36:57.144Z[ recovery-image] Dec 06 20:36:56.480 INFO O| Dec 06 20:36:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66782024-12-06T20:36:57.144Z[ recovery-image] Dec 06 20:36:56.480 INFO O| Dec 06 20:36:56.480 INFO STEP 781 (remove_files) COMPLETE
66792024-12-06T20:36:57.146Z[ recovery-image] Dec 06 20:36:56.480 INFO O| Dec 06 20:36:56.480 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-06T20:36:57.153Z[ recovery-image] Dec 06 20:36:56.489 INFO O| Dec 06 20:36:56.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66812024-12-06T20:36:57.153Z[ recovery-image] Dec 06 20:36:56.489 INFO O| Dec 06 20:36:56.489 INFO STEP 782 (remove_files) COMPLETE
66822024-12-06T20:36:57.155Z[ recovery-image] Dec 06 20:36:56.489 INFO O| Dec 06 20:36:56.489 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-06T20:36:57.163Z[ recovery-image] Dec 06 20:36:56.498 INFO O| Dec 06 20:36:56.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66842024-12-06T20:36:57.163Z[ recovery-image] Dec 06 20:36:56.499 INFO O| Dec 06 20:36:56.499 INFO STEP 783 (remove_files) COMPLETE
66852024-12-06T20:36:57.165Z[ recovery-image] Dec 06 20:36:56.499 INFO O| Dec 06 20:36:56.499 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-06T20:36:57.172Z[ recovery-image] Dec 06 20:36:56.508 INFO O| Dec 06 20:36:56.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66872024-12-06T20:36:57.172Z[ recovery-image] Dec 06 20:36:56.508 INFO O| Dec 06 20:36:56.508 INFO STEP 784 (remove_files) COMPLETE
66882024-12-06T20:36:57.174Z[ recovery-image] Dec 06 20:36:56.508 INFO O| Dec 06 20:36:56.508 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-06T20:36:57.181Z[ recovery-image] Dec 06 20:36:56.517 INFO O| Dec 06 20:36:56.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66902024-12-06T20:36:57.184Z[ recovery-image] Dec 06 20:36:56.518 INFO O| Dec 06 20:36:56.517 INFO STEP 785 (remove_files) COMPLETE
66912024-12-06T20:36:57.184Z[ recovery-image] Dec 06 20:36:56.518 INFO O| Dec 06 20:36:56.517 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-06T20:36:57.191Z[ recovery-image] Dec 06 20:36:56.527 INFO O| Dec 06 20:36:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66932024-12-06T20:36:57.191Z[ recovery-image] Dec 06 20:36:56.527 INFO O| Dec 06 20:36:56.527 INFO STEP 786 (remove_files) COMPLETE
66942024-12-06T20:36:57.194Z[ recovery-image] Dec 06 20:36:56.527 INFO O| Dec 06 20:36:56.527 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-06T20:36:57.200Z[ recovery-image] Dec 06 20:36:56.536 INFO O| Dec 06 20:36:56.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66962024-12-06T20:36:57.203Z[ recovery-image] Dec 06 20:36:56.536 INFO O| Dec 06 20:36:56.536 INFO STEP 787 (remove_files) COMPLETE
66972024-12-06T20:36:57.203Z[ recovery-image] Dec 06 20:36:56.536 INFO O| Dec 06 20:36:56.536 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-06T20:36:57.210Z[ recovery-image] Dec 06 20:36:56.546 INFO O| Dec 06 20:36:56.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66992024-12-06T20:36:57.210Z[ recovery-image] Dec 06 20:36:56.546 INFO O| Dec 06 20:36:56.546 INFO STEP 788 (remove_files) COMPLETE
67002024-12-06T20:36:57.210Z[ recovery-image] Dec 06 20:36:56.546 INFO O| Dec 06 20:36:56.546 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-06T20:36:57.220Z[ recovery-image] Dec 06 20:36:56.555 INFO O| Dec 06 20:36:56.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67022024-12-06T20:36:57.220Z[ recovery-image] Dec 06 20:36:56.555 INFO O| Dec 06 20:36:56.555 INFO STEP 789 (remove_files) COMPLETE
67032024-12-06T20:36:57.220Z[ recovery-image] Dec 06 20:36:56.555 INFO O| Dec 06 20:36:56.555 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-06T20:36:57.228Z[ recovery-image] Dec 06 20:36:56.564 INFO O| Dec 06 20:36:56.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67052024-12-06T20:36:57.231Z[ recovery-image] Dec 06 20:36:56.564 INFO O| Dec 06 20:36:56.564 INFO STEP 790 (remove_files) COMPLETE
67062024-12-06T20:36:57.231Z[ recovery-image] Dec 06 20:36:56.564 INFO O| Dec 06 20:36:56.564 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-06T20:36:57.238Z[ recovery-image] Dec 06 20:36:56.574 INFO O| Dec 06 20:36:56.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67082024-12-06T20:36:57.238Z[ recovery-image] Dec 06 20:36:56.574 INFO O| Dec 06 20:36:56.574 INFO STEP 791 (remove_files) COMPLETE
67092024-12-06T20:36:57.240Z[ recovery-image] Dec 06 20:36:56.574 INFO O| Dec 06 20:36:56.574 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-06T20:36:57.248Z[ recovery-image] Dec 06 20:36:56.584 INFO O| Dec 06 20:36:56.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67112024-12-06T20:36:57.250Z[ recovery-image] Dec 06 20:36:56.584 INFO O| Dec 06 20:36:56.584 INFO STEP 792 (remove_files) COMPLETE
67122024-12-06T20:36:57.250Z[ recovery-image] Dec 06 20:36:56.584 INFO O| Dec 06 20:36:56.584 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-06T20:36:57.257Z[ recovery-image] Dec 06 20:36:56.593 INFO O| Dec 06 20:36:56.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67142024-12-06T20:36:57.260Z[ recovery-image] Dec 06 20:36:56.593 INFO O| Dec 06 20:36:56.593 INFO STEP 793 (remove_files) COMPLETE
67152024-12-06T20:36:57.260Z[ recovery-image] Dec 06 20:36:56.593 INFO O| Dec 06 20:36:56.593 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-06T20:36:57.262Z[ host-image] Dec 06 20:36:56.596 INFO O| Dec 06 20:36:56.596 INFO O| Done
67172024-12-06T20:36:57.267Z[ recovery-image] Dec 06 20:36:56.603 INFO O| Dec 06 20:36:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67182024-12-06T20:36:57.270Z[ recovery-image] Dec 06 20:36:56.603 INFO O| Dec 06 20:36:56.603 INFO STEP 794 (remove_files) COMPLETE
67192024-12-06T20:36:57.270Z[ recovery-image] Dec 06 20:36:56.603 INFO O| Dec 06 20:36:56.603 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-06T20:36:57.277Z[ recovery-image] Dec 06 20:36:56.613 INFO O| Dec 06 20:36:56.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67212024-12-06T20:36:57.277Z[ recovery-image] Dec 06 20:36:56.613 INFO O| Dec 06 20:36:56.613 INFO STEP 795 (remove_files) COMPLETE
67222024-12-06T20:36:57.279Z[ recovery-image] Dec 06 20:36:56.613 INFO O| Dec 06 20:36:56.613 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-06T20:36:57.286Z[ host-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO O| Done
67242024-12-06T20:36:57.288Z[ host-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO O| Done
67252024-12-06T20:36:57.289Z[ recovery-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67262024-12-06T20:36:57.289Z[ recovery-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO STEP 796 (remove_files) COMPLETE
67272024-12-06T20:36:57.289Z[ recovery-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-06T20:36:57.296Z[ recovery-image] Dec 06 20:36:56.632 INFO O| Dec 06 20:36:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67292024-12-06T20:36:57.296Z[ recovery-image] Dec 06 20:36:56.632 INFO O| Dec 06 20:36:56.632 INFO STEP 797 (remove_files) COMPLETE
67302024-12-06T20:36:57.298Z[ recovery-image] Dec 06 20:36:56.632 INFO O| Dec 06 20:36:56.632 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-06T20:36:57.305Z[ recovery-image] Dec 06 20:36:56.641 INFO O| Dec 06 20:36:56.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67322024-12-06T20:36:57.307Z[ recovery-image] Dec 06 20:36:56.641 INFO O| Dec 06 20:36:56.641 INFO STEP 798 (remove_files) COMPLETE
67332024-12-06T20:36:57.307Z[ recovery-image] Dec 06 20:36:56.641 INFO O| Dec 06 20:36:56.641 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-06T20:36:57.315Z[ recovery-image] Dec 06 20:36:56.650 INFO O| Dec 06 20:36:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67352024-12-06T20:36:57.315Z[ recovery-image] Dec 06 20:36:56.650 INFO O| Dec 06 20:36:56.650 INFO STEP 799 (remove_files) COMPLETE
67362024-12-06T20:36:57.317Z[ recovery-image] Dec 06 20:36:56.650 INFO O| Dec 06 20:36:56.650 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-06T20:36:57.323Z[ host-image] Dec 06 20:36:56.659 INFO O| Dec 06 20:36:56.659 INFO O| Done
67382024-12-06T20:36:57.325Z[ recovery-image] Dec 06 20:36:56.660 INFO O| Dec 06 20:36:56.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67392024-12-06T20:36:57.325Z[ recovery-image] Dec 06 20:36:56.660 INFO O| Dec 06 20:36:56.660 INFO STEP 800 (remove_files) COMPLETE
67402024-12-06T20:36:57.326Z[ recovery-image] Dec 06 20:36:56.660 INFO O| Dec 06 20:36:56.660 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-06T20:36:57.335Z[ recovery-image] Dec 06 20:36:56.669 INFO O| Dec 06 20:36:56.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67422024-12-06T20:36:57.335Z[ recovery-image] Dec 06 20:36:56.670 INFO O| Dec 06 20:36:56.670 INFO STEP 801 (remove_files) COMPLETE
67432024-12-06T20:36:57.338Z[ recovery-image] Dec 06 20:36:56.670 INFO O| Dec 06 20:36:56.670 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-06T20:36:57.344Z[ recovery-image] Dec 06 20:36:56.680 INFO O| Dec 06 20:36:56.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67452024-12-06T20:36:57.344Z[ recovery-image] Dec 06 20:36:56.680 INFO O| Dec 06 20:36:56.680 INFO STEP 802 (remove_files) COMPLETE
67462024-12-06T20:36:57.346Z[ recovery-image] Dec 06 20:36:56.680 INFO O| Dec 06 20:36:56.680 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-06T20:36:57.354Z[ recovery-image] Dec 06 20:36:56.690 INFO O| Dec 06 20:36:56.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67482024-12-06T20:36:57.354Z[ recovery-image] Dec 06 20:36:56.690 INFO O| Dec 06 20:36:56.690 INFO STEP 803 (remove_files) COMPLETE
67492024-12-06T20:36:57.356Z[ recovery-image] Dec 06 20:36:56.690 INFO O| Dec 06 20:36:56.690 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-06T20:36:57.366Z[ recovery-image] Dec 06 20:36:56.700 INFO O| Dec 06 20:36:56.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67512024-12-06T20:36:57.366Z[ recovery-image] Dec 06 20:36:56.700 INFO O| Dec 06 20:36:56.700 INFO STEP 804 (remove_files) COMPLETE
67522024-12-06T20:36:57.368Z[ recovery-image] Dec 06 20:36:56.700 INFO O| Dec 06 20:36:56.700 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-06T20:36:57.374Z[ recovery-image] Dec 06 20:36:56.710 INFO O| Dec 06 20:36:56.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67542024-12-06T20:36:57.374Z[ recovery-image] Dec 06 20:36:56.710 INFO O| Dec 06 20:36:56.710 INFO STEP 805 (remove_files) COMPLETE
67552024-12-06T20:36:57.374Z[ recovery-image] Dec 06 20:36:56.710 INFO O| Dec 06 20:36:56.710 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-06T20:36:57.383Z[ recovery-image] Dec 06 20:36:56.719 INFO O| Dec 06 20:36:56.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67572024-12-06T20:36:57.384Z[ recovery-image] Dec 06 20:36:56.719 INFO O| Dec 06 20:36:56.719 INFO STEP 806 (remove_files) COMPLETE
67582024-12-06T20:36:57.384Z[ recovery-image] Dec 06 20:36:56.719 INFO O| Dec 06 20:36:56.719 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-06T20:36:57.393Z[ recovery-image] Dec 06 20:36:56.729 INFO O| Dec 06 20:36:56.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67602024-12-06T20:36:57.395Z[ recovery-image] Dec 06 20:36:56.729 INFO O| Dec 06 20:36:56.729 INFO STEP 807 (remove_files) COMPLETE
67612024-12-06T20:36:57.395Z[ recovery-image] Dec 06 20:36:56.729 INFO O| Dec 06 20:36:56.729 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-06T20:36:57.403Z[ recovery-image] Dec 06 20:36:56.738 INFO O| Dec 06 20:36:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67632024-12-06T20:36:57.405Z[ recovery-image] Dec 06 20:36:56.738 INFO O| Dec 06 20:36:56.738 INFO STEP 808 (remove_files) COMPLETE
67642024-12-06T20:36:57.405Z[ recovery-image] Dec 06 20:36:56.739 INFO O| Dec 06 20:36:56.738 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-06T20:36:57.412Z[ recovery-image] Dec 06 20:36:56.748 INFO O| Dec 06 20:36:56.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67662024-12-06T20:36:57.412Z[ recovery-image] Dec 06 20:36:56.748 INFO O| Dec 06 20:36:56.748 INFO STEP 809 (remove_files) COMPLETE
67672024-12-06T20:36:57.412Z[ recovery-image] Dec 06 20:36:56.748 INFO O| Dec 06 20:36:56.748 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-06T20:36:57.422Z[ recovery-image] Dec 06 20:36:56.758 INFO O| Dec 06 20:36:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67692024-12-06T20:36:57.422Z[ recovery-image] Dec 06 20:36:56.758 INFO O| Dec 06 20:36:56.758 INFO STEP 810 (remove_files) COMPLETE
67702024-12-06T20:36:57.422Z[ recovery-image] Dec 06 20:36:56.758 INFO O| Dec 06 20:36:56.758 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-06T20:36:57.432Z[ recovery-image] Dec 06 20:36:56.767 INFO O| Dec 06 20:36:56.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67722024-12-06T20:36:57.432Z[ recovery-image] Dec 06 20:36:56.767 INFO O| Dec 06 20:36:56.767 INFO STEP 811 (remove_files) COMPLETE
67732024-12-06T20:36:57.432Z[ recovery-image] Dec 06 20:36:56.767 INFO O| Dec 06 20:36:56.767 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-06T20:36:57.434Z[ host-image] Dec 06 20:36:56.769 INFO O| Dec 06 20:36:56.769 INFO STEP 13 (pkg_install) COMPLETE
67752024-12-06T20:36:57.434Z[ host-image] Dec 06 20:36:56.769 INFO O| Dec 06 20:36:56.769 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67762024-12-06T20:36:57.441Z[ recovery-image] Dec 06 20:36:56.777 INFO O| Dec 06 20:36:56.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67772024-12-06T20:36:57.443Z[ recovery-image] Dec 06 20:36:56.777 INFO O| Dec 06 20:36:56.777 INFO STEP 812 (remove_files) COMPLETE
67782024-12-06T20:36:57.443Z[ recovery-image] Dec 06 20:36:56.777 INFO O| Dec 06 20:36:56.777 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-06T20:36:57.445Z[ host-image] Dec 06 20:36:56.780 INFO O| Dec 06 20:36:56.780 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
67802024-12-06T20:36:57.451Z[ recovery-image] Dec 06 20:36:56.787 INFO O| Dec 06 20:36:56.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67812024-12-06T20:36:57.451Z[ recovery-image] Dec 06 20:36:56.787 INFO O| Dec 06 20:36:56.787 INFO STEP 813 (remove_files) COMPLETE
67822024-12-06T20:36:57.451Z[ recovery-image] Dec 06 20:36:56.787 INFO O| Dec 06 20:36:56.787 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-06T20:36:57.461Z[ recovery-image] Dec 06 20:36:56.796 INFO O| Dec 06 20:36:56.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67842024-12-06T20:36:57.463Z[ recovery-image] Dec 06 20:36:56.796 INFO O| Dec 06 20:36:56.796 INFO STEP 814 (remove_files) COMPLETE
67852024-12-06T20:36:57.463Z[ recovery-image] Dec 06 20:36:56.797 INFO O| Dec 06 20:36:56.796 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-06T20:36:57.470Z[ recovery-image] Dec 06 20:36:56.806 INFO O| Dec 06 20:36:56.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67872024-12-06T20:36:57.470Z[ recovery-image] Dec 06 20:36:56.806 INFO O| Dec 06 20:36:56.806 INFO STEP 815 (remove_files) COMPLETE
67882024-12-06T20:36:57.473Z[ recovery-image] Dec 06 20:36:56.806 INFO O| Dec 06 20:36:56.806 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-06T20:36:57.480Z[ recovery-image] Dec 06 20:36:56.816 INFO O| Dec 06 20:36:56.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67902024-12-06T20:36:57.483Z[ recovery-image] Dec 06 20:36:56.816 INFO O| Dec 06 20:36:56.816 INFO STEP 816 (remove_files) COMPLETE
67912024-12-06T20:36:57.483Z[ recovery-image] Dec 06 20:36:56.816 INFO O| Dec 06 20:36:56.816 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-06T20:36:57.490Z[ recovery-image] Dec 06 20:36:56.826 INFO O| Dec 06 20:36:56.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67932024-12-06T20:36:57.493Z[ recovery-image] Dec 06 20:36:56.826 INFO O| Dec 06 20:36:56.826 INFO STEP 817 (remove_files) COMPLETE
67942024-12-06T20:36:57.493Z[ recovery-image] Dec 06 20:36:56.826 INFO O| Dec 06 20:36:56.826 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-06T20:36:57.499Z[ recovery-image] Dec 06 20:36:56.835 INFO O| Dec 06 20:36:56.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67962024-12-06T20:36:57.499Z[ recovery-image] Dec 06 20:36:56.835 INFO O| Dec 06 20:36:56.835 INFO STEP 818 (remove_files) COMPLETE
67972024-12-06T20:36:57.502Z[ recovery-image] Dec 06 20:36:56.835 INFO O| Dec 06 20:36:56.835 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-06T20:36:57.509Z[ recovery-image] Dec 06 20:36:56.845 INFO O| Dec 06 20:36:56.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67992024-12-06T20:36:57.509Z[ recovery-image] Dec 06 20:36:56.845 INFO O| Dec 06 20:36:56.845 INFO STEP 819 (remove_files) COMPLETE
68002024-12-06T20:36:57.511Z[ recovery-image] Dec 06 20:36:56.845 INFO O| Dec 06 20:36:56.845 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-06T20:36:57.519Z[ recovery-image] Dec 06 20:36:56.854 INFO O| Dec 06 20:36:56.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68022024-12-06T20:36:57.519Z[ recovery-image] Dec 06 20:36:56.854 INFO O| Dec 06 20:36:56.854 INFO STEP 820 (remove_files) COMPLETE
68032024-12-06T20:36:57.519Z[ recovery-image] Dec 06 20:36:56.854 INFO O| Dec 06 20:36:56.854 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-06T20:36:57.529Z[ recovery-image] Dec 06 20:36:56.864 INFO O| Dec 06 20:36:56.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68052024-12-06T20:36:57.531Z[ recovery-image] Dec 06 20:36:56.864 INFO O| Dec 06 20:36:56.864 INFO STEP 821 (remove_files) COMPLETE
68062024-12-06T20:36:57.531Z[ recovery-image] Dec 06 20:36:56.864 INFO O| Dec 06 20:36:56.864 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-06T20:36:57.537Z[ recovery-image] Dec 06 20:36:56.873 INFO O| Dec 06 20:36:56.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68082024-12-06T20:36:57.537Z[ recovery-image] Dec 06 20:36:56.873 INFO O| Dec 06 20:36:56.873 INFO STEP 822 (remove_files) COMPLETE
68092024-12-06T20:36:57.537Z[ recovery-image] Dec 06 20:36:56.873 INFO O| Dec 06 20:36:56.873 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-06T20:36:57.547Z[ recovery-image] Dec 06 20:36:56.883 INFO O| Dec 06 20:36:56.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68112024-12-06T20:36:57.547Z[ recovery-image] Dec 06 20:36:56.883 INFO O| Dec 06 20:36:56.883 INFO STEP 823 (remove_files) COMPLETE
68122024-12-06T20:36:57.547Z[ recovery-image] Dec 06 20:36:56.883 INFO O| Dec 06 20:36:56.883 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-06T20:36:57.556Z[ recovery-image] Dec 06 20:36:56.892 INFO O| Dec 06 20:36:56.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68142024-12-06T20:36:57.556Z[ recovery-image] Dec 06 20:36:56.892 INFO O| Dec 06 20:36:56.892 INFO STEP 824 (remove_files) COMPLETE
68152024-12-06T20:36:57.559Z[ recovery-image] Dec 06 20:36:56.892 INFO O| Dec 06 20:36:56.892 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-06T20:36:57.566Z[ recovery-image] Dec 06 20:36:56.901 INFO O| Dec 06 20:36:56.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68172024-12-06T20:36:57.566Z[ recovery-image] Dec 06 20:36:56.901 INFO O| Dec 06 20:36:56.901 INFO STEP 825 (remove_files) COMPLETE
68182024-12-06T20:36:57.566Z[ recovery-image] Dec 06 20:36:56.901 INFO O| Dec 06 20:36:56.901 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-06T20:36:57.575Z[ recovery-image] Dec 06 20:36:56.911 INFO O| Dec 06 20:36:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68202024-12-06T20:36:57.578Z[ recovery-image] Dec 06 20:36:56.911 INFO O| Dec 06 20:36:56.911 INFO STEP 826 (remove_files) COMPLETE
68212024-12-06T20:36:57.578Z[ recovery-image] Dec 06 20:36:56.911 INFO O| Dec 06 20:36:56.911 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-06T20:36:57.585Z[ recovery-image] Dec 06 20:36:56.920 INFO O| Dec 06 20:36:56.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68232024-12-06T20:36:57.585Z[ recovery-image] Dec 06 20:36:56.920 INFO O| Dec 06 20:36:56.920 INFO STEP 827 (remove_files) COMPLETE
68242024-12-06T20:36:57.585Z[ recovery-image] Dec 06 20:36:56.920 INFO O| Dec 06 20:36:56.920 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-06T20:36:57.594Z[ recovery-image] Dec 06 20:36:56.930 INFO O| Dec 06 20:36:56.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68262024-12-06T20:36:57.594Z[ recovery-image] Dec 06 20:36:56.930 INFO O| Dec 06 20:36:56.930 INFO STEP 828 (remove_files) COMPLETE
68272024-12-06T20:36:57.597Z[ recovery-image] Dec 06 20:36:56.930 INFO O| Dec 06 20:36:56.930 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-06T20:36:57.603Z[ recovery-image] Dec 06 20:36:56.939 INFO O| Dec 06 20:36:56.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68292024-12-06T20:36:57.603Z[ recovery-image] Dec 06 20:36:56.939 INFO O| Dec 06 20:36:56.939 INFO STEP 829 (remove_files) COMPLETE
68302024-12-06T20:36:57.606Z[ recovery-image] Dec 06 20:36:56.939 INFO O| Dec 06 20:36:56.939 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-06T20:36:57.613Z[ recovery-image] Dec 06 20:36:56.949 INFO O| Dec 06 20:36:56.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68322024-12-06T20:36:57.616Z[ recovery-image] Dec 06 20:36:56.949 INFO O| Dec 06 20:36:56.949 INFO STEP 830 (remove_files) COMPLETE
68332024-12-06T20:36:57.616Z[ recovery-image] Dec 06 20:36:56.949 INFO O| Dec 06 20:36:56.949 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-06T20:36:57.622Z[ recovery-image] Dec 06 20:36:56.958 INFO O| Dec 06 20:36:56.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68352024-12-06T20:36:57.625Z[ recovery-image] Dec 06 20:36:56.958 INFO O| Dec 06 20:36:56.958 INFO STEP 831 (remove_files) COMPLETE
68362024-12-06T20:36:57.625Z[ recovery-image] Dec 06 20:36:56.958 INFO O| Dec 06 20:36:56.958 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-06T20:36:57.632Z[ recovery-image] Dec 06 20:36:56.968 INFO O| Dec 06 20:36:56.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68382024-12-06T20:36:57.632Z[ recovery-image] Dec 06 20:36:56.968 INFO O| Dec 06 20:36:56.968 INFO STEP 832 (remove_files) COMPLETE
68392024-12-06T20:36:57.632Z[ recovery-image] Dec 06 20:36:56.968 INFO O| Dec 06 20:36:56.968 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-06T20:36:57.641Z[ recovery-image] Dec 06 20:36:56.977 INFO O| Dec 06 20:36:56.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68412024-12-06T20:36:57.644Z[ recovery-image] Dec 06 20:36:56.977 INFO O| Dec 06 20:36:56.977 INFO STEP 833 (remove_files) COMPLETE
68422024-12-06T20:36:57.644Z[ recovery-image] Dec 06 20:36:56.977 INFO O| Dec 06 20:36:56.977 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-06T20:36:57.651Z[ recovery-image] Dec 06 20:36:56.987 INFO O| Dec 06 20:36:56.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68442024-12-06T20:36:57.653Z[ recovery-image] Dec 06 20:36:56.987 INFO O| Dec 06 20:36:56.987 INFO STEP 834 (remove_files) COMPLETE
68452024-12-06T20:36:57.653Z[ recovery-image] Dec 06 20:36:56.987 INFO O| Dec 06 20:36:56.987 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-06T20:36:57.660Z[ recovery-image] Dec 06 20:36:56.996 INFO O| Dec 06 20:36:56.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68472024-12-06T20:36:57.664Z[ recovery-image] Dec 06 20:36:56.996 INFO O| Dec 06 20:36:56.996 INFO STEP 835 (remove_files) COMPLETE
68482024-12-06T20:36:57.664Z[ recovery-image] Dec 06 20:36:56.996 INFO O| Dec 06 20:36:56.996 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-06T20:36:57.672Z[ recovery-image] Dec 06 20:36:57.008 INFO O| Dec 06 20:36:57.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68502024-12-06T20:36:57.672Z[ recovery-image] Dec 06 20:36:57.008 INFO O| Dec 06 20:36:57.008 INFO STEP 836 (remove_files) COMPLETE
68512024-12-06T20:36:57.675Z[ recovery-image] Dec 06 20:36:57.008 INFO O| Dec 06 20:36:57.008 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-06T20:36:57.682Z[ recovery-image] Dec 06 20:36:57.018 INFO O| Dec 06 20:36:57.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68532024-12-06T20:36:57.685Z[ recovery-image] Dec 06 20:36:57.018 INFO O| Dec 06 20:36:57.018 INFO STEP 837 (remove_files) COMPLETE
68542024-12-06T20:36:57.685Z[ recovery-image] Dec 06 20:36:57.018 INFO O| Dec 06 20:36:57.018 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-06T20:36:57.694Z[ recovery-image] Dec 06 20:36:57.030 INFO O| Dec 06 20:36:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68562024-12-06T20:36:57.695Z[ recovery-image] Dec 06 20:36:57.030 INFO O| Dec 06 20:36:57.030 INFO STEP 838 (remove_files) COMPLETE
68572024-12-06T20:36:57.697Z[ recovery-image] Dec 06 20:36:57.030 INFO O| Dec 06 20:36:57.030 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-06T20:36:57.704Z[ recovery-image] Dec 06 20:36:57.040 INFO O| Dec 06 20:36:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68592024-12-06T20:36:57.704Z[ recovery-image] Dec 06 20:36:57.040 INFO O| Dec 06 20:36:57.040 INFO STEP 839 (remove_files) COMPLETE
68602024-12-06T20:36:57.707Z[ recovery-image] Dec 06 20:36:57.040 INFO O| Dec 06 20:36:57.040 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-06T20:36:57.714Z[ recovery-image] Dec 06 20:36:57.050 INFO O| Dec 06 20:36:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68622024-12-06T20:36:57.717Z[ recovery-image] Dec 06 20:36:57.050 INFO O| Dec 06 20:36:57.050 INFO STEP 840 (remove_files) COMPLETE
68632024-12-06T20:36:57.717Z[ recovery-image] Dec 06 20:36:57.051 INFO O| Dec 06 20:36:57.050 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-06T20:36:57.726Z[ recovery-image] Dec 06 20:36:57.062 INFO O| Dec 06 20:36:57.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68652024-12-06T20:36:57.726Z[ recovery-image] Dec 06 20:36:57.062 INFO O| Dec 06 20:36:57.062 INFO STEP 841 (remove_files) COMPLETE
68662024-12-06T20:36:57.729Z[ recovery-image] Dec 06 20:36:57.062 INFO O| Dec 06 20:36:57.062 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-06T20:36:57.736Z[ recovery-image] Dec 06 20:36:57.072 INFO O| Dec 06 20:36:57.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68682024-12-06T20:36:57.739Z[ recovery-image] Dec 06 20:36:57.072 INFO O| Dec 06 20:36:57.072 INFO STEP 842 (remove_files) COMPLETE
68692024-12-06T20:36:57.739Z[ recovery-image] Dec 06 20:36:57.072 INFO O| Dec 06 20:36:57.072 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-06T20:36:57.746Z[ recovery-image] Dec 06 20:36:57.082 INFO O| Dec 06 20:36:57.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68712024-12-06T20:36:57.748Z[ recovery-image] Dec 06 20:36:57.082 INFO O| Dec 06 20:36:57.082 INFO STEP 843 (remove_files) COMPLETE
68722024-12-06T20:36:57.748Z[ recovery-image] Dec 06 20:36:57.082 INFO O| Dec 06 20:36:57.082 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-06T20:36:57.758Z[ recovery-image] Dec 06 20:36:57.092 INFO O| Dec 06 20:36:57.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68742024-12-06T20:36:57.761Z[ recovery-image] Dec 06 20:36:57.092 INFO O| Dec 06 20:36:57.092 INFO STEP 844 (remove_files) COMPLETE
68752024-12-06T20:36:57.761Z[ recovery-image] Dec 06 20:36:57.092 INFO O| Dec 06 20:36:57.092 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-06T20:36:57.765Z[ recovery-image] Dec 06 20:36:57.101 INFO O| Dec 06 20:36:57.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68772024-12-06T20:36:57.765Z[ recovery-image] Dec 06 20:36:57.101 INFO O| Dec 06 20:36:57.101 INFO STEP 845 (remove_files) COMPLETE
68782024-12-06T20:36:57.768Z[ recovery-image] Dec 06 20:36:57.101 INFO O| Dec 06 20:36:57.101 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-06T20:36:57.777Z[ recovery-image] Dec 06 20:36:57.113 INFO O| Dec 06 20:36:57.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68802024-12-06T20:36:57.779Z[ recovery-image] Dec 06 20:36:57.113 INFO O| Dec 06 20:36:57.113 INFO STEP 846 (remove_files) COMPLETE
68812024-12-06T20:36:57.779Z[ recovery-image] Dec 06 20:36:57.113 INFO O| Dec 06 20:36:57.113 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-06T20:36:57.789Z[ recovery-image] Dec 06 20:36:57.124 INFO O| Dec 06 20:36:57.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68832024-12-06T20:36:57.789Z[ recovery-image] Dec 06 20:36:57.124 INFO O| Dec 06 20:36:57.124 INFO STEP 847 (remove_files) COMPLETE
68842024-12-06T20:36:57.789Z[ recovery-image] Dec 06 20:36:57.124 INFO O| Dec 06 20:36:57.124 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-06T20:36:57.798Z[ recovery-image] Dec 06 20:36:57.134 INFO O| Dec 06 20:36:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68862024-12-06T20:36:57.798Z[ recovery-image] Dec 06 20:36:57.134 INFO O| Dec 06 20:36:57.134 INFO STEP 848 (remove_files) COMPLETE
68872024-12-06T20:36:57.801Z[ recovery-image] Dec 06 20:36:57.134 INFO O| Dec 06 20:36:57.134 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-06T20:36:57.807Z[ recovery-image] Dec 06 20:36:57.143 INFO O| Dec 06 20:36:57.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68892024-12-06T20:36:57.807Z[ recovery-image] Dec 06 20:36:57.143 INFO O| Dec 06 20:36:57.143 INFO STEP 849 (remove_files) COMPLETE
68902024-12-06T20:36:57.807Z[ recovery-image] Dec 06 20:36:57.143 INFO O| Dec 06 20:36:57.143 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-06T20:36:57.817Z[ recovery-image] Dec 06 20:36:57.153 INFO O| Dec 06 20:36:57.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68922024-12-06T20:36:57.819Z[ recovery-image] Dec 06 20:36:57.153 INFO O| Dec 06 20:36:57.153 INFO STEP 850 (remove_files) COMPLETE
68932024-12-06T20:36:57.819Z[ recovery-image] Dec 06 20:36:57.153 INFO O| Dec 06 20:36:57.153 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-06T20:36:57.827Z[ recovery-image] Dec 06 20:36:57.162 INFO O| Dec 06 20:36:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68952024-12-06T20:36:57.827Z[ recovery-image] Dec 06 20:36:57.162 INFO O| Dec 06 20:36:57.162 INFO STEP 851 (remove_files) COMPLETE
68962024-12-06T20:36:57.830Z[ recovery-image] Dec 06 20:36:57.162 INFO O| Dec 06 20:36:57.162 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-06T20:36:57.836Z[ recovery-image] Dec 06 20:36:57.172 INFO O| Dec 06 20:36:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68982024-12-06T20:36:57.836Z[ recovery-image] Dec 06 20:36:57.172 INFO O| Dec 06 20:36:57.172 INFO STEP 852 (remove_files) COMPLETE
68992024-12-06T20:36:57.836Z[ recovery-image] Dec 06 20:36:57.172 INFO O| Dec 06 20:36:57.172 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-06T20:36:57.846Z[ recovery-image] Dec 06 20:36:57.182 INFO O| Dec 06 20:36:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69012024-12-06T20:36:57.846Z[ recovery-image] Dec 06 20:36:57.182 INFO O| Dec 06 20:36:57.182 INFO STEP 853 (remove_files) COMPLETE
69022024-12-06T20:36:57.846Z[ recovery-image] Dec 06 20:36:57.182 INFO O| Dec 06 20:36:57.182 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-06T20:36:57.856Z[ recovery-image] Dec 06 20:36:57.192 INFO O| Dec 06 20:36:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69042024-12-06T20:36:57.856Z[ recovery-image] Dec 06 20:36:57.192 INFO O| Dec 06 20:36:57.192 INFO STEP 854 (remove_files) COMPLETE
69052024-12-06T20:36:57.858Z[ recovery-image] Dec 06 20:36:57.192 INFO O| Dec 06 20:36:57.192 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-06T20:36:57.865Z[ recovery-image] Dec 06 20:36:57.201 INFO O| Dec 06 20:36:57.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69072024-12-06T20:36:57.865Z[ recovery-image] Dec 06 20:36:57.201 INFO O| Dec 06 20:36:57.201 INFO STEP 855 (remove_files) COMPLETE
69082024-12-06T20:36:57.865Z[ recovery-image] Dec 06 20:36:57.201 INFO O| Dec 06 20:36:57.201 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-06T20:36:57.875Z[ recovery-image] Dec 06 20:36:57.210 INFO O| Dec 06 20:36:57.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69102024-12-06T20:36:57.875Z[ recovery-image] Dec 06 20:36:57.211 INFO O| Dec 06 20:36:57.210 INFO STEP 856 (remove_files) COMPLETE
69112024-12-06T20:36:57.878Z[ recovery-image] Dec 06 20:36:57.211 INFO O| Dec 06 20:36:57.210 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-06T20:36:57.884Z[ recovery-image] Dec 06 20:36:57.220 INFO O| Dec 06 20:36:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69132024-12-06T20:36:57.887Z[ recovery-image] Dec 06 20:36:57.220 INFO O| Dec 06 20:36:57.220 INFO STEP 857 (remove_files) COMPLETE
69142024-12-06T20:36:57.887Z[ recovery-image] Dec 06 20:36:57.220 INFO O| Dec 06 20:36:57.220 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-06T20:36:57.894Z[ recovery-image] Dec 06 20:36:57.229 INFO O| Dec 06 20:36:57.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69162024-12-06T20:36:57.894Z[ recovery-image] Dec 06 20:36:57.230 INFO O| Dec 06 20:36:57.230 INFO STEP 858 (remove_files) COMPLETE
69172024-12-06T20:36:57.896Z[ recovery-image] Dec 06 20:36:57.230 INFO O| Dec 06 20:36:57.230 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-06T20:36:57.903Z[ recovery-image] Dec 06 20:36:57.239 INFO O| Dec 06 20:36:57.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69192024-12-06T20:36:57.903Z[ recovery-image] Dec 06 20:36:57.239 INFO O| Dec 06 20:36:57.239 INFO STEP 859 (remove_files) COMPLETE
69202024-12-06T20:36:57.906Z[ recovery-image] Dec 06 20:36:57.239 INFO O| Dec 06 20:36:57.239 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-06T20:36:57.913Z[ recovery-image] Dec 06 20:36:57.249 INFO O| Dec 06 20:36:57.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69222024-12-06T20:36:57.913Z[ recovery-image] Dec 06 20:36:57.249 INFO O| Dec 06 20:36:57.249 INFO STEP 860 (remove_files) COMPLETE
69232024-12-06T20:36:57.913Z[ recovery-image] Dec 06 20:36:57.249 INFO O| Dec 06 20:36:57.249 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-06T20:36:57.922Z[ recovery-image] Dec 06 20:36:57.258 INFO O| Dec 06 20:36:57.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69252024-12-06T20:36:57.925Z[ recovery-image] Dec 06 20:36:57.258 INFO O| Dec 06 20:36:57.258 INFO STEP 861 (remove_files) COMPLETE
69262024-12-06T20:36:57.925Z[ recovery-image] Dec 06 20:36:57.258 INFO O| Dec 06 20:36:57.258 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-06T20:36:57.932Z[ recovery-image] Dec 06 20:36:57.268 INFO O| Dec 06 20:36:57.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69282024-12-06T20:36:57.935Z[ recovery-image] Dec 06 20:36:57.268 INFO O| Dec 06 20:36:57.268 INFO STEP 862 (remove_files) COMPLETE
69292024-12-06T20:36:57.935Z[ recovery-image] Dec 06 20:36:57.268 INFO O| Dec 06 20:36:57.268 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-06T20:36:57.942Z[ recovery-image] Dec 06 20:36:57.278 INFO O| Dec 06 20:36:57.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69312024-12-06T20:36:57.944Z[ recovery-image] Dec 06 20:36:57.278 INFO O| Dec 06 20:36:57.278 INFO STEP 863 (remove_files) COMPLETE
69322024-12-06T20:36:57.944Z[ recovery-image] Dec 06 20:36:57.278 INFO O| Dec 06 20:36:57.278 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-06T20:36:57.947Z[ host-image] Dec 06 20:36:57.281 INFO O| Dec 06 20:36:57.281 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
69342024-12-06T20:36:57.951Z[ recovery-image] Dec 06 20:36:57.287 INFO O| Dec 06 20:36:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69352024-12-06T20:36:57.954Z[ recovery-image] Dec 06 20:36:57.287 INFO O| Dec 06 20:36:57.287 INFO STEP 864 (remove_files) COMPLETE
69362024-12-06T20:36:57.954Z[ recovery-image] Dec 06 20:36:57.287 INFO O| Dec 06 20:36:57.287 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-06T20:36:57.961Z[ recovery-image] Dec 06 20:36:57.297 INFO O| Dec 06 20:36:57.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69382024-12-06T20:36:57.961Z[ recovery-image] Dec 06 20:36:57.297 INFO O| Dec 06 20:36:57.297 INFO STEP 865 (remove_files) COMPLETE
69392024-12-06T20:36:57.964Z[ recovery-image] Dec 06 20:36:57.297 INFO O| Dec 06 20:36:57.297 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-06T20:36:57.971Z[ recovery-image] Dec 06 20:36:57.307 INFO O| Dec 06 20:36:57.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69412024-12-06T20:36:57.971Z[ recovery-image] Dec 06 20:36:57.307 INFO O| Dec 06 20:36:57.307 INFO STEP 866 (remove_files) COMPLETE
69422024-12-06T20:36:57.975Z[ recovery-image] Dec 06 20:36:57.307 INFO O| Dec 06 20:36:57.307 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-06T20:36:57.981Z[ recovery-image] Dec 06 20:36:57.317 INFO O| Dec 06 20:36:57.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69442024-12-06T20:36:57.981Z[ recovery-image] Dec 06 20:36:57.317 INFO O| Dec 06 20:36:57.317 INFO STEP 867 (remove_files) COMPLETE
69452024-12-06T20:36:57.984Z[ recovery-image] Dec 06 20:36:57.317 INFO O| Dec 06 20:36:57.317 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-06T20:36:57.990Z[ recovery-image] Dec 06 20:36:57.326 INFO O| Dec 06 20:36:57.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69472024-12-06T20:36:57.993Z[ recovery-image] Dec 06 20:36:57.327 INFO O| Dec 06 20:36:57.327 INFO STEP 868 (remove_files) COMPLETE
69482024-12-06T20:36:57.993Z[ recovery-image] Dec 06 20:36:57.327 INFO O| Dec 06 20:36:57.327 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-06T20:36:58.001Z[ recovery-image] Dec 06 20:36:57.336 INFO O| Dec 06 20:36:57.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69502024-12-06T20:36:58.003Z[ recovery-image] Dec 06 20:36:57.337 INFO O| Dec 06 20:36:57.336 INFO STEP 869 (remove_files) COMPLETE
69512024-12-06T20:36:58.003Z[ recovery-image] Dec 06 20:36:57.337 INFO O| Dec 06 20:36:57.336 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-06T20:36:58.010Z[ recovery-image] Dec 06 20:36:57.346 INFO O| Dec 06 20:36:57.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69532024-12-06T20:36:58.010Z[ recovery-image] Dec 06 20:36:57.346 INFO O| Dec 06 20:36:57.346 INFO STEP 870 (remove_files) COMPLETE
69542024-12-06T20:36:58.010Z[ recovery-image] Dec 06 20:36:57.346 INFO O| Dec 06 20:36:57.346 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-06T20:36:58.020Z[ recovery-image] Dec 06 20:36:57.356 INFO O| Dec 06 20:36:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69562024-12-06T20:36:58.020Z[ recovery-image] Dec 06 20:36:57.356 INFO O| Dec 06 20:36:57.356 INFO STEP 871 (remove_files) COMPLETE
69572024-12-06T20:36:58.022Z[ recovery-image] Dec 06 20:36:57.356 INFO O| Dec 06 20:36:57.356 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-06T20:36:58.030Z[ recovery-image] Dec 06 20:36:57.366 INFO O| Dec 06 20:36:57.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69592024-12-06T20:36:58.030Z[ recovery-image] Dec 06 20:36:57.366 INFO O| Dec 06 20:36:57.366 INFO STEP 872 (remove_files) COMPLETE
69602024-12-06T20:36:58.033Z[ recovery-image] Dec 06 20:36:57.366 INFO O| Dec 06 20:36:57.366 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-06T20:36:58.040Z[ recovery-image] Dec 06 20:36:57.376 INFO O| Dec 06 20:36:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69622024-12-06T20:36:58.043Z[ recovery-image] Dec 06 20:36:57.376 INFO O| Dec 06 20:36:57.376 INFO STEP 873 (remove_files) COMPLETE
69632024-12-06T20:36:58.043Z[ recovery-image] Dec 06 20:36:57.376 INFO O| Dec 06 20:36:57.376 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-06T20:36:58.050Z[ recovery-image] Dec 06 20:36:57.386 INFO O| Dec 06 20:36:57.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69652024-12-06T20:36:58.054Z[ recovery-image] Dec 06 20:36:57.386 INFO O| Dec 06 20:36:57.386 INFO STEP 874 (remove_files) COMPLETE
69662024-12-06T20:36:58.054Z[ recovery-image] Dec 06 20:36:57.386 INFO O| Dec 06 20:36:57.386 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-06T20:36:58.060Z[ recovery-image] Dec 06 20:36:57.396 INFO O| Dec 06 20:36:57.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69682024-12-06T20:36:58.060Z[ recovery-image] Dec 06 20:36:57.396 INFO O| Dec 06 20:36:57.396 INFO STEP 875 (remove_files) COMPLETE
69692024-12-06T20:36:58.063Z[ recovery-image] Dec 06 20:36:57.396 INFO O| Dec 06 20:36:57.396 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-06T20:36:58.070Z[ recovery-image] Dec 06 20:36:57.406 INFO O| Dec 06 20:36:57.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69712024-12-06T20:36:58.070Z[ recovery-image] Dec 06 20:36:57.406 INFO O| Dec 06 20:36:57.406 INFO STEP 876 (remove_files) COMPLETE
69722024-12-06T20:36:58.070Z[ recovery-image] Dec 06 20:36:57.406 INFO O| Dec 06 20:36:57.406 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-06T20:36:58.079Z[ recovery-image] Dec 06 20:36:57.415 INFO O| Dec 06 20:36:57.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69742024-12-06T20:36:58.082Z[ recovery-image] Dec 06 20:36:57.415 INFO O| Dec 06 20:36:57.415 INFO STEP 877 (remove_files) COMPLETE
69752024-12-06T20:36:58.082Z[ recovery-image] Dec 06 20:36:57.415 INFO O| Dec 06 20:36:57.415 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-06T20:36:58.089Z[ recovery-image] Dec 06 20:36:57.425 INFO O| Dec 06 20:36:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69772024-12-06T20:36:58.089Z[ recovery-image] Dec 06 20:36:57.425 INFO O| Dec 06 20:36:57.425 INFO STEP 878 (remove_files) COMPLETE
69782024-12-06T20:36:58.089Z[ recovery-image] Dec 06 20:36:57.425 INFO O| Dec 06 20:36:57.425 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-06T20:36:58.099Z[ recovery-image] Dec 06 20:36:57.435 INFO O| Dec 06 20:36:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69802024-12-06T20:36:58.099Z[ recovery-image] Dec 06 20:36:57.435 INFO O| Dec 06 20:36:57.435 INFO STEP 879 (remove_files) COMPLETE
69812024-12-06T20:36:58.101Z[ recovery-image] Dec 06 20:36:57.435 INFO O| Dec 06 20:36:57.435 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-06T20:36:58.110Z[ recovery-image] Dec 06 20:36:57.445 INFO O| Dec 06 20:36:57.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69832024-12-06T20:36:58.110Z[ recovery-image] Dec 06 20:36:57.446 INFO O| Dec 06 20:36:57.445 INFO STEP 880 (remove_files) COMPLETE
69842024-12-06T20:36:58.110Z[ recovery-image] Dec 06 20:36:57.446 INFO O| Dec 06 20:36:57.446 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-06T20:36:58.120Z[ recovery-image] Dec 06 20:36:57.455 INFO O| Dec 06 20:36:57.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69862024-12-06T20:36:58.122Z[ recovery-image] Dec 06 20:36:57.456 INFO O| Dec 06 20:36:57.456 INFO STEP 881 (remove_files) COMPLETE
69872024-12-06T20:36:58.122Z[ recovery-image] Dec 06 20:36:57.456 INFO O| Dec 06 20:36:57.456 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-06T20:36:58.130Z[ recovery-image] Dec 06 20:36:57.466 INFO O| Dec 06 20:36:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69892024-12-06T20:36:58.130Z[ recovery-image] Dec 06 20:36:57.466 INFO O| Dec 06 20:36:57.466 INFO STEP 882 (remove_files) COMPLETE
69902024-12-06T20:36:58.130Z[ recovery-image] Dec 06 20:36:57.466 INFO O| Dec 06 20:36:57.466 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-06T20:36:58.140Z[ recovery-image] Dec 06 20:36:57.476 INFO O| Dec 06 20:36:57.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69922024-12-06T20:36:58.142Z[ recovery-image] Dec 06 20:36:57.476 INFO O| Dec 06 20:36:57.476 INFO STEP 883 (remove_files) COMPLETE
69932024-12-06T20:36:58.142Z[ recovery-image] Dec 06 20:36:57.476 INFO O| Dec 06 20:36:57.476 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-06T20:36:58.150Z[ recovery-image] Dec 06 20:36:57.485 INFO O| Dec 06 20:36:57.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69952024-12-06T20:36:58.150Z[ recovery-image] Dec 06 20:36:57.486 INFO O| Dec 06 20:36:57.485 INFO STEP 884 (remove_files) COMPLETE
69962024-12-06T20:36:58.152Z[ recovery-image] Dec 06 20:36:57.486 INFO O| Dec 06 20:36:57.486 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-06T20:36:58.159Z[ recovery-image] Dec 06 20:36:57.495 INFO O| Dec 06 20:36:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69982024-12-06T20:36:58.159Z[ recovery-image] Dec 06 20:36:57.495 INFO O| Dec 06 20:36:57.495 INFO STEP 885 (remove_files) COMPLETE
69992024-12-06T20:36:58.162Z[ recovery-image] Dec 06 20:36:57.495 INFO O| Dec 06 20:36:57.495 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-06T20:36:58.169Z[ recovery-image] Dec 06 20:36:57.505 INFO O| Dec 06 20:36:57.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70012024-12-06T20:36:58.169Z[ recovery-image] Dec 06 20:36:57.505 INFO O| Dec 06 20:36:57.505 INFO STEP 886 (remove_files) COMPLETE
70022024-12-06T20:36:58.172Z[ recovery-image] Dec 06 20:36:57.505 INFO O| Dec 06 20:36:57.505 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-06T20:36:58.179Z[ recovery-image] Dec 06 20:36:57.515 INFO O| Dec 06 20:36:57.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70042024-12-06T20:36:58.179Z[ recovery-image] Dec 06 20:36:57.515 INFO O| Dec 06 20:36:57.515 INFO STEP 887 (remove_files) COMPLETE
70052024-12-06T20:36:58.179Z[ recovery-image] Dec 06 20:36:57.515 INFO O| Dec 06 20:36:57.515 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-06T20:36:58.190Z[ recovery-image] Dec 06 20:36:57.525 INFO O| Dec 06 20:36:57.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70072024-12-06T20:36:58.190Z[ recovery-image] Dec 06 20:36:57.525 INFO O| Dec 06 20:36:57.525 INFO STEP 888 (remove_files) COMPLETE
70082024-12-06T20:36:58.190Z[ recovery-image] Dec 06 20:36:57.525 INFO O| Dec 06 20:36:57.525 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-06T20:36:58.200Z[ recovery-image] Dec 06 20:36:57.536 INFO O| Dec 06 20:36:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70102024-12-06T20:36:58.200Z[ recovery-image] Dec 06 20:36:57.536 INFO O| Dec 06 20:36:57.536 INFO STEP 889 (remove_files) COMPLETE
70112024-12-06T20:36:58.200Z[ recovery-image] Dec 06 20:36:57.536 INFO O| Dec 06 20:36:57.536 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-06T20:36:58.210Z[ recovery-image] Dec 06 20:36:57.546 INFO O| Dec 06 20:36:57.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70132024-12-06T20:36:58.210Z[ recovery-image] Dec 06 20:36:57.546 INFO O| Dec 06 20:36:57.546 INFO STEP 890 (remove_files) COMPLETE
70142024-12-06T20:36:58.210Z[ recovery-image] Dec 06 20:36:57.546 INFO O| Dec 06 20:36:57.546 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-06T20:36:58.220Z[ recovery-image] Dec 06 20:36:57.556 INFO O| Dec 06 20:36:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70162024-12-06T20:36:58.221Z[ recovery-image] Dec 06 20:36:57.556 INFO O| Dec 06 20:36:57.556 INFO STEP 891 (remove_files) COMPLETE
70172024-12-06T20:36:58.221Z[ recovery-image] Dec 06 20:36:57.556 INFO O| Dec 06 20:36:57.556 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-06T20:36:58.230Z[ recovery-image] Dec 06 20:36:57.566 INFO O| Dec 06 20:36:57.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70192024-12-06T20:36:58.230Z[ recovery-image] Dec 06 20:36:57.566 INFO O| Dec 06 20:36:57.566 INFO STEP 892 (remove_files) COMPLETE
70202024-12-06T20:36:58.230Z[ recovery-image] Dec 06 20:36:57.566 INFO O| Dec 06 20:36:57.566 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-06T20:36:58.241Z[ recovery-image] Dec 06 20:36:57.576 INFO O| Dec 06 20:36:57.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70222024-12-06T20:36:58.241Z[ recovery-image] Dec 06 20:36:57.576 INFO O| Dec 06 20:36:57.576 INFO STEP 893 (remove_files) COMPLETE
70232024-12-06T20:36:58.243Z[ recovery-image] Dec 06 20:36:57.576 INFO O| Dec 06 20:36:57.576 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-06T20:36:58.249Z[ recovery-image] Dec 06 20:36:57.585 INFO O| Dec 06 20:36:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70252024-12-06T20:36:58.249Z[ recovery-image] Dec 06 20:36:57.585 INFO O| Dec 06 20:36:57.585 INFO STEP 894 (remove_files) COMPLETE
70262024-12-06T20:36:58.252Z[ recovery-image] Dec 06 20:36:57.585 INFO O| Dec 06 20:36:57.585 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-06T20:36:58.259Z[ recovery-image] Dec 06 20:36:57.595 INFO O| Dec 06 20:36:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70282024-12-06T20:36:58.262Z[ recovery-image] Dec 06 20:36:57.595 INFO O| Dec 06 20:36:57.595 INFO STEP 895 (remove_files) COMPLETE
70292024-12-06T20:36:58.262Z[ recovery-image] Dec 06 20:36:57.595 INFO O| Dec 06 20:36:57.595 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-06T20:36:58.269Z[ recovery-image] Dec 06 20:36:57.604 INFO O| Dec 06 20:36:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70312024-12-06T20:36:58.272Z[ recovery-image] Dec 06 20:36:57.605 INFO O| Dec 06 20:36:57.604 INFO STEP 896 (remove_files) COMPLETE
70322024-12-06T20:36:58.272Z[ recovery-image] Dec 06 20:36:57.605 INFO O| Dec 06 20:36:57.605 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-06T20:36:58.278Z[ recovery-image] Dec 06 20:36:57.614 INFO O| Dec 06 20:36:57.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70342024-12-06T20:36:58.278Z[ recovery-image] Dec 06 20:36:57.614 INFO O| Dec 06 20:36:57.614 INFO STEP 897 (remove_files) COMPLETE
70352024-12-06T20:36:58.280Z[ recovery-image] Dec 06 20:36:57.614 INFO O| Dec 06 20:36:57.614 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-06T20:36:58.288Z[ recovery-image] Dec 06 20:36:57.624 INFO O| Dec 06 20:36:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70372024-12-06T20:36:58.290Z[ recovery-image] Dec 06 20:36:57.624 INFO O| Dec 06 20:36:57.624 INFO STEP 898 (remove_files) COMPLETE
70382024-12-06T20:36:58.290Z[ recovery-image] Dec 06 20:36:57.624 INFO O| Dec 06 20:36:57.624 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-06T20:36:58.297Z[ recovery-image] Dec 06 20:36:57.633 INFO O| Dec 06 20:36:57.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70402024-12-06T20:36:58.300Z[ recovery-image] Dec 06 20:36:57.634 INFO O| Dec 06 20:36:57.633 INFO STEP 899 (remove_files) COMPLETE
70412024-12-06T20:36:58.300Z[ recovery-image] Dec 06 20:36:57.634 INFO O| Dec 06 20:36:57.633 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-06T20:36:58.307Z[ recovery-image] Dec 06 20:36:57.643 INFO O| Dec 06 20:36:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70432024-12-06T20:36:58.307Z[ recovery-image] Dec 06 20:36:57.643 INFO O| Dec 06 20:36:57.643 INFO STEP 900 (remove_files) COMPLETE
70442024-12-06T20:36:58.310Z[ recovery-image] Dec 06 20:36:57.643 INFO O| Dec 06 20:36:57.643 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-06T20:36:58.317Z[ recovery-image] Dec 06 20:36:57.653 INFO O| Dec 06 20:36:57.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70462024-12-06T20:36:58.319Z[ recovery-image] Dec 06 20:36:57.653 INFO O| Dec 06 20:36:57.653 INFO STEP 901 (remove_files) COMPLETE
70472024-12-06T20:36:58.319Z[ recovery-image] Dec 06 20:36:57.653 INFO O| Dec 06 20:36:57.653 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-06T20:36:58.327Z[ recovery-image] Dec 06 20:36:57.663 INFO O| Dec 06 20:36:57.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70492024-12-06T20:36:58.327Z[ recovery-image] Dec 06 20:36:57.663 INFO O| Dec 06 20:36:57.663 INFO STEP 902 (remove_files) COMPLETE
70502024-12-06T20:36:58.329Z[ recovery-image] Dec 06 20:36:57.663 INFO O| Dec 06 20:36:57.663 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-06T20:36:58.337Z[ recovery-image] Dec 06 20:36:57.672 INFO O| Dec 06 20:36:57.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70522024-12-06T20:36:58.337Z[ recovery-image] Dec 06 20:36:57.673 INFO O| Dec 06 20:36:57.672 INFO STEP 903 (remove_files) COMPLETE
70532024-12-06T20:36:58.339Z[ recovery-image] Dec 06 20:36:57.673 INFO O| Dec 06 20:36:57.672 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-06T20:36:58.346Z[ recovery-image] Dec 06 20:36:57.682 INFO O| Dec 06 20:36:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70552024-12-06T20:36:58.346Z[ recovery-image] Dec 06 20:36:57.682 INFO O| Dec 06 20:36:57.682 INFO STEP 904 (remove_files) COMPLETE
70562024-12-06T20:36:58.349Z[ recovery-image] Dec 06 20:36:57.682 INFO O| Dec 06 20:36:57.682 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-06T20:36:58.356Z[ recovery-image] Dec 06 20:36:57.692 INFO O| Dec 06 20:36:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70582024-12-06T20:36:58.356Z[ recovery-image] Dec 06 20:36:57.692 INFO O| Dec 06 20:36:57.692 INFO STEP 905 (remove_files) COMPLETE
70592024-12-06T20:36:58.358Z[ recovery-image] Dec 06 20:36:57.692 INFO O| Dec 06 20:36:57.692 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-06T20:36:58.366Z[ recovery-image] Dec 06 20:36:57.702 INFO O| Dec 06 20:36:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70612024-12-06T20:36:58.366Z[ recovery-image] Dec 06 20:36:57.702 INFO O| Dec 06 20:36:57.702 INFO STEP 906 (remove_files) COMPLETE
70622024-12-06T20:36:58.368Z[ recovery-image] Dec 06 20:36:57.702 INFO O| Dec 06 20:36:57.702 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-06T20:36:58.376Z[ recovery-image] Dec 06 20:36:57.711 INFO O| Dec 06 20:36:57.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70642024-12-06T20:36:58.376Z[ recovery-image] Dec 06 20:36:57.711 INFO O| Dec 06 20:36:57.711 INFO STEP 907 (remove_files) COMPLETE
70652024-12-06T20:36:58.379Z[ recovery-image] Dec 06 20:36:57.711 INFO O| Dec 06 20:36:57.711 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-06T20:36:58.385Z[ recovery-image] Dec 06 20:36:57.721 INFO O| Dec 06 20:36:57.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70672024-12-06T20:36:58.385Z[ recovery-image] Dec 06 20:36:57.721 INFO O| Dec 06 20:36:57.721 INFO STEP 908 (remove_files) COMPLETE
70682024-12-06T20:36:58.386Z[ recovery-image] Dec 06 20:36:57.721 INFO O| Dec 06 20:36:57.721 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-06T20:36:58.395Z[ recovery-image] Dec 06 20:36:57.731 INFO O| Dec 06 20:36:57.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70702024-12-06T20:36:58.395Z[ recovery-image] Dec 06 20:36:57.731 INFO O| Dec 06 20:36:57.731 INFO STEP 909 (remove_files) COMPLETE
70712024-12-06T20:36:58.398Z[ recovery-image] Dec 06 20:36:57.731 INFO O| Dec 06 20:36:57.731 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-06T20:36:58.406Z[ recovery-image] Dec 06 20:36:57.741 INFO O| Dec 06 20:36:57.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70732024-12-06T20:36:58.406Z[ recovery-image] Dec 06 20:36:57.741 INFO O| Dec 06 20:36:57.741 INFO STEP 910 (remove_files) COMPLETE
70742024-12-06T20:36:58.408Z[ recovery-image] Dec 06 20:36:57.741 INFO O| Dec 06 20:36:57.741 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-06T20:36:58.416Z[ recovery-image] Dec 06 20:36:57.752 INFO O| Dec 06 20:36:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70762024-12-06T20:36:58.417Z[ recovery-image] Dec 06 20:36:57.752 INFO O| Dec 06 20:36:57.752 INFO STEP 911 (remove_files) COMPLETE
70772024-12-06T20:36:58.417Z[ recovery-image] Dec 06 20:36:57.752 INFO O| Dec 06 20:36:57.752 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-06T20:36:58.426Z[ recovery-image] Dec 06 20:36:57.762 INFO O| Dec 06 20:36:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70792024-12-06T20:36:58.426Z[ recovery-image] Dec 06 20:36:57.762 INFO O| Dec 06 20:36:57.762 INFO STEP 912 (remove_files) COMPLETE
70802024-12-06T20:36:58.429Z[ recovery-image] Dec 06 20:36:57.762 INFO O| Dec 06 20:36:57.762 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-06T20:36:58.436Z[ recovery-image] Dec 06 20:36:57.772 INFO O| Dec 06 20:36:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70822024-12-06T20:36:58.438Z[ recovery-image] Dec 06 20:36:57.772 INFO O| Dec 06 20:36:57.772 INFO STEP 913 (remove_files) COMPLETE
70832024-12-06T20:36:58.438Z[ recovery-image] Dec 06 20:36:57.772 INFO O| Dec 06 20:36:57.772 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-06T20:36:58.447Z[ recovery-image] Dec 06 20:36:57.783 INFO O| Dec 06 20:36:57.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70852024-12-06T20:36:58.447Z[ recovery-image] Dec 06 20:36:57.783 INFO O| Dec 06 20:36:57.783 INFO STEP 914 (remove_files) COMPLETE
70862024-12-06T20:36:58.447Z[ recovery-image] Dec 06 20:36:57.783 INFO O| Dec 06 20:36:57.783 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-06T20:36:58.460Z[ recovery-image] Dec 06 20:36:57.796 INFO O| Dec 06 20:36:57.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70882024-12-06T20:36:58.460Z[ recovery-image] Dec 06 20:36:57.796 INFO O| Dec 06 20:36:57.796 INFO STEP 915 (remove_files) COMPLETE
70892024-12-06T20:36:58.463Z[ recovery-image] Dec 06 20:36:57.796 INFO O| Dec 06 20:36:57.796 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-06T20:36:58.472Z[ recovery-image] Dec 06 20:36:57.808 INFO O| Dec 06 20:36:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70912024-12-06T20:36:58.472Z[ recovery-image] Dec 06 20:36:57.808 INFO O| Dec 06 20:36:57.808 INFO STEP 916 (remove_files) COMPLETE
70922024-12-06T20:36:58.472Z[ recovery-image] Dec 06 20:36:57.808 INFO O| Dec 06 20:36:57.808 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-06T20:36:58.483Z[ recovery-image] Dec 06 20:36:57.819 INFO O| Dec 06 20:36:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70942024-12-06T20:36:58.483Z[ recovery-image] Dec 06 20:36:57.819 INFO O| Dec 06 20:36:57.819 INFO STEP 917 (remove_files) COMPLETE
70952024-12-06T20:36:58.486Z[ recovery-image] Dec 06 20:36:57.819 INFO O| Dec 06 20:36:57.819 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-06T20:36:58.493Z[ recovery-image] Dec 06 20:36:57.829 INFO O| Dec 06 20:36:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70972024-12-06T20:36:58.493Z[ recovery-image] Dec 06 20:36:57.829 INFO O| Dec 06 20:36:57.829 INFO STEP 918 (remove_files) COMPLETE
70982024-12-06T20:36:58.493Z[ recovery-image] Dec 06 20:36:57.829 INFO O| Dec 06 20:36:57.829 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-06T20:36:58.504Z[ recovery-image] Dec 06 20:36:57.840 INFO O| Dec 06 20:36:57.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71002024-12-06T20:36:58.504Z[ recovery-image] Dec 06 20:36:57.840 INFO O| Dec 06 20:36:57.840 INFO STEP 919 (remove_files) COMPLETE
71012024-12-06T20:36:58.506Z[ recovery-image] Dec 06 20:36:57.840 INFO O| Dec 06 20:36:57.840 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-06T20:36:58.514Z[ recovery-image] Dec 06 20:36:57.850 INFO O| Dec 06 20:36:57.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71032024-12-06T20:36:58.514Z[ recovery-image] Dec 06 20:36:57.850 INFO O| Dec 06 20:36:57.850 INFO STEP 920 (remove_files) COMPLETE
71042024-12-06T20:36:58.516Z[ recovery-image] Dec 06 20:36:57.850 INFO O| Dec 06 20:36:57.850 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-06T20:36:58.523Z[ recovery-image] Dec 06 20:36:57.859 INFO O| Dec 06 20:36:57.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71062024-12-06T20:36:58.524Z[ recovery-image] Dec 06 20:36:57.859 INFO O| Dec 06 20:36:57.859 INFO STEP 921 (remove_files) COMPLETE
71072024-12-06T20:36:58.527Z[ recovery-image] Dec 06 20:36:57.859 INFO O| Dec 06 20:36:57.859 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-06T20:36:58.533Z[ recovery-image] Dec 06 20:36:57.869 INFO O| Dec 06 20:36:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71092024-12-06T20:36:58.533Z[ recovery-image] Dec 06 20:36:57.869 INFO O| Dec 06 20:36:57.869 INFO STEP 922 (remove_files) COMPLETE
71102024-12-06T20:36:58.536Z[ recovery-image] Dec 06 20:36:57.869 INFO O| Dec 06 20:36:57.869 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-06T20:36:58.543Z[ recovery-image] Dec 06 20:36:57.879 INFO O| Dec 06 20:36:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71122024-12-06T20:36:58.549Z[ recovery-image] Dec 06 20:36:57.879 INFO O| Dec 06 20:36:57.879 INFO STEP 923 (remove_files) COMPLETE
71132024-12-06T20:36:58.549Z[ recovery-image] Dec 06 20:36:57.879 INFO O| Dec 06 20:36:57.879 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-06T20:36:58.553Z[ recovery-image] Dec 06 20:36:57.889 INFO O| Dec 06 20:36:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71152024-12-06T20:36:58.553Z[ recovery-image] Dec 06 20:36:57.889 INFO O| Dec 06 20:36:57.889 INFO STEP 924 (remove_files) COMPLETE
71162024-12-06T20:36:58.553Z[ recovery-image] Dec 06 20:36:57.889 INFO O| Dec 06 20:36:57.889 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-06T20:36:58.563Z[ recovery-image] Dec 06 20:36:57.898 INFO O| Dec 06 20:36:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71182024-12-06T20:36:58.563Z[ recovery-image] Dec 06 20:36:57.899 INFO O| Dec 06 20:36:57.898 INFO STEP 925 (remove_files) COMPLETE
71192024-12-06T20:36:58.565Z[ recovery-image] Dec 06 20:36:57.899 INFO O| Dec 06 20:36:57.898 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-06T20:36:58.573Z[ recovery-image] Dec 06 20:36:57.908 INFO O| Dec 06 20:36:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71212024-12-06T20:36:58.573Z[ recovery-image] Dec 06 20:36:57.908 INFO O| Dec 06 20:36:57.908 INFO STEP 926 (remove_files) COMPLETE
71222024-12-06T20:36:58.573Z[ recovery-image] Dec 06 20:36:57.908 INFO O| Dec 06 20:36:57.908 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-06T20:36:58.582Z[ recovery-image] Dec 06 20:36:57.918 INFO O| Dec 06 20:36:57.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71242024-12-06T20:36:58.585Z[ recovery-image] Dec 06 20:36:57.918 INFO O| Dec 06 20:36:57.918 INFO STEP 927 (remove_files) COMPLETE
71252024-12-06T20:36:58.585Z[ recovery-image] Dec 06 20:36:57.918 INFO O| Dec 06 20:36:57.918 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-06T20:36:58.592Z[ recovery-image] Dec 06 20:36:57.928 INFO O| Dec 06 20:36:57.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71272024-12-06T20:36:58.594Z[ recovery-image] Dec 06 20:36:57.928 INFO O| Dec 06 20:36:57.928 INFO STEP 928 (remove_files) COMPLETE
71282024-12-06T20:36:58.594Z[ recovery-image] Dec 06 20:36:57.928 INFO O| Dec 06 20:36:57.928 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-06T20:36:58.602Z[ recovery-image] Dec 06 20:36:57.938 INFO O| Dec 06 20:36:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71302024-12-06T20:36:58.602Z[ recovery-image] Dec 06 20:36:57.938 INFO O| Dec 06 20:36:57.938 INFO STEP 929 (remove_files) COMPLETE
71312024-12-06T20:36:58.604Z[ recovery-image] Dec 06 20:36:57.938 INFO O| Dec 06 20:36:57.938 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-06T20:36:58.613Z[ recovery-image] Dec 06 20:36:57.948 INFO O| Dec 06 20:36:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71332024-12-06T20:36:58.613Z[ recovery-image] Dec 06 20:36:57.948 INFO O| Dec 06 20:36:57.948 INFO STEP 930 (remove_files) COMPLETE
71342024-12-06T20:36:58.613Z[ recovery-image] Dec 06 20:36:57.948 INFO O| Dec 06 20:36:57.948 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-06T20:36:58.623Z[ recovery-image] Dec 06 20:36:57.959 INFO O| Dec 06 20:36:57.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71362024-12-06T20:36:58.623Z[ recovery-image] Dec 06 20:36:57.959 INFO O| Dec 06 20:36:57.959 INFO STEP 931 (remove_files) COMPLETE
71372024-12-06T20:36:58.623Z[ recovery-image] Dec 06 20:36:57.959 INFO O| Dec 06 20:36:57.959 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-06T20:36:58.633Z[ recovery-image] Dec 06 20:36:57.969 INFO O| Dec 06 20:36:57.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71392024-12-06T20:36:58.633Z[ recovery-image] Dec 06 20:36:57.969 INFO O| Dec 06 20:36:57.969 INFO STEP 932 (remove_files) COMPLETE
71402024-12-06T20:36:58.636Z[ recovery-image] Dec 06 20:36:57.969 INFO O| Dec 06 20:36:57.969 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-06T20:36:58.644Z[ recovery-image] Dec 06 20:36:57.979 INFO O| Dec 06 20:36:57.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71422024-12-06T20:36:58.644Z[ recovery-image] Dec 06 20:36:57.979 INFO O| Dec 06 20:36:57.979 INFO STEP 933 (remove_files) COMPLETE
71432024-12-06T20:36:58.644Z[ recovery-image] Dec 06 20:36:57.979 INFO O| Dec 06 20:36:57.979 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-12-06T20:36:58.653Z[ recovery-image] Dec 06 20:36:57.989 INFO O| Dec 06 20:36:57.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71452024-12-06T20:36:58.653Z[ recovery-image] Dec 06 20:36:57.989 INFO O| Dec 06 20:36:57.989 INFO STEP 934 (remove_files) COMPLETE
71462024-12-06T20:36:58.656Z[ recovery-image] Dec 06 20:36:57.989 INFO O| Dec 06 20:36:57.989 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-12-06T20:36:58.664Z[ recovery-image] Dec 06 20:36:58.000 INFO O| Dec 06 20:36:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71482024-12-06T20:36:58.664Z[ recovery-image] Dec 06 20:36:58.000 INFO O| Dec 06 20:36:58.000 INFO STEP 935 (remove_files) COMPLETE
71492024-12-06T20:36:58.666Z[ recovery-image] Dec 06 20:36:58.000 INFO O| Dec 06 20:36:58.000 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-12-06T20:36:58.677Z[ recovery-image] Dec 06 20:36:58.012 INFO O| Dec 06 20:36:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71512024-12-06T20:36:58.679Z[ recovery-image] Dec 06 20:36:58.013 INFO O| Dec 06 20:36:58.013 INFO STEP 936 (remove_files) COMPLETE
71522024-12-06T20:36:58.679Z[ recovery-image] Dec 06 20:36:58.013 INFO O| Dec 06 20:36:58.013 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-12-06T20:36:58.688Z[ recovery-image] Dec 06 20:36:58.024 INFO O| Dec 06 20:36:58.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71542024-12-06T20:36:58.688Z[ recovery-image] Dec 06 20:36:58.024 INFO O| Dec 06 20:36:58.024 INFO STEP 937 (remove_files) COMPLETE
71552024-12-06T20:36:58.690Z[ recovery-image] Dec 06 20:36:58.024 INFO O| Dec 06 20:36:58.024 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-12-06T20:36:58.698Z[ recovery-image] Dec 06 20:36:58.034 INFO O| Dec 06 20:36:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71572024-12-06T20:36:58.702Z[ recovery-image] Dec 06 20:36:58.034 INFO O| Dec 06 20:36:58.034 INFO STEP 938 (remove_files) COMPLETE
71582024-12-06T20:36:58.702Z[ recovery-image] Dec 06 20:36:58.034 INFO O| Dec 06 20:36:58.034 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-12-06T20:36:58.709Z[ recovery-image] Dec 06 20:36:58.044 INFO O| Dec 06 20:36:58.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71602024-12-06T20:36:58.711Z[ recovery-image] Dec 06 20:36:58.045 INFO O| Dec 06 20:36:58.044 INFO STEP 939 (remove_files) COMPLETE
71612024-12-06T20:36:58.711Z[ recovery-image] Dec 06 20:36:58.045 INFO O| Dec 06 20:36:58.045 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-12-06T20:36:58.719Z[ recovery-image] Dec 06 20:36:58.054 INFO O| Dec 06 20:36:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71632024-12-06T20:36:58.719Z[ recovery-image] Dec 06 20:36:58.055 INFO O| Dec 06 20:36:58.054 INFO STEP 940 (remove_files) COMPLETE
71642024-12-06T20:36:58.721Z[ recovery-image] Dec 06 20:36:58.055 INFO O| Dec 06 20:36:58.055 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-12-06T20:36:58.728Z[ recovery-image] Dec 06 20:36:58.064 INFO O| Dec 06 20:36:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71662024-12-06T20:36:58.728Z[ recovery-image] Dec 06 20:36:58.064 INFO O| Dec 06 20:36:58.064 INFO STEP 941 (remove_files) COMPLETE
71672024-12-06T20:36:58.731Z[ recovery-image] Dec 06 20:36:58.064 INFO O| Dec 06 20:36:58.064 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-06T20:36:58.739Z[ recovery-image] Dec 06 20:36:58.074 INFO O| Dec 06 20:36:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71692024-12-06T20:36:58.739Z[ recovery-image] Dec 06 20:36:58.074 INFO O| Dec 06 20:36:58.074 INFO STEP 942 (remove_files) COMPLETE
71702024-12-06T20:36:58.739Z[ recovery-image] Dec 06 20:36:58.074 INFO O| Dec 06 20:36:58.074 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-06T20:36:58.747Z[ recovery-image] Dec 06 20:36:58.083 INFO O| Dec 06 20:36:58.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71722024-12-06T20:36:58.750Z[ recovery-image] Dec 06 20:36:58.083 INFO O| Dec 06 20:36:58.083 INFO STEP 943 (remove_files) COMPLETE
71732024-12-06T20:36:58.750Z[ recovery-image] Dec 06 20:36:58.083 INFO O| Dec 06 20:36:58.083 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-06T20:36:58.757Z[ recovery-image] Dec 06 20:36:58.093 INFO O| Dec 06 20:36:58.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71752024-12-06T20:36:58.757Z[ recovery-image] Dec 06 20:36:58.093 INFO O| Dec 06 20:36:58.093 INFO STEP 944 (remove_files) COMPLETE
71762024-12-06T20:36:58.757Z[ recovery-image] Dec 06 20:36:58.093 INFO O| Dec 06 20:36:58.093 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-06T20:36:58.767Z[ recovery-image] Dec 06 20:36:58.102 INFO O| Dec 06 20:36:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71782024-12-06T20:36:58.769Z[ recovery-image] Dec 06 20:36:58.102 INFO O| Dec 06 20:36:58.102 INFO STEP 945 (remove_files) COMPLETE
71792024-12-06T20:36:58.769Z[ recovery-image] Dec 06 20:36:58.103 INFO O| Dec 06 20:36:58.102 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-06T20:36:58.776Z[ recovery-image] Dec 06 20:36:58.112 INFO O| Dec 06 20:36:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71812024-12-06T20:36:58.776Z[ recovery-image] Dec 06 20:36:58.112 INFO O| Dec 06 20:36:58.112 INFO STEP 946 (remove_files) COMPLETE
71822024-12-06T20:36:58.776Z[ recovery-image] Dec 06 20:36:58.112 INFO O| Dec 06 20:36:58.112 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-06T20:36:58.786Z[ recovery-image] Dec 06 20:36:58.121 INFO O| Dec 06 20:36:58.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71842024-12-06T20:36:58.786Z[ recovery-image] Dec 06 20:36:58.121 INFO O| Dec 06 20:36:58.121 INFO STEP 947 (remove_files) COMPLETE
71852024-12-06T20:36:58.788Z[ recovery-image] Dec 06 20:36:58.121 INFO O| Dec 06 20:36:58.121 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-06T20:36:58.795Z[ recovery-image] Dec 06 20:36:58.131 INFO O| Dec 06 20:36:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71872024-12-06T20:36:58.797Z[ recovery-image] Dec 06 20:36:58.131 INFO O| Dec 06 20:36:58.131 INFO STEP 948 (remove_files) COMPLETE
71882024-12-06T20:36:58.797Z[ recovery-image] Dec 06 20:36:58.131 INFO O| Dec 06 20:36:58.131 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-06T20:36:58.804Z[ recovery-image] Dec 06 20:36:58.140 INFO O| Dec 06 20:36:58.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71902024-12-06T20:36:58.804Z[ recovery-image] Dec 06 20:36:58.140 INFO O| Dec 06 20:36:58.140 INFO STEP 949 (remove_files) COMPLETE
71912024-12-06T20:36:58.809Z[ recovery-image] Dec 06 20:36:58.140 INFO O| Dec 06 20:36:58.140 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-06T20:36:58.814Z[ recovery-image] Dec 06 20:36:58.149 INFO O| Dec 06 20:36:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71932024-12-06T20:36:58.814Z[ recovery-image] Dec 06 20:36:58.150 INFO O| Dec 06 20:36:58.149 INFO STEP 950 (remove_files) COMPLETE
71942024-12-06T20:36:58.814Z[ recovery-image] Dec 06 20:36:58.150 INFO O| Dec 06 20:36:58.149 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-06T20:36:58.823Z[ recovery-image] Dec 06 20:36:58.159 INFO O| Dec 06 20:36:58.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71962024-12-06T20:36:58.823Z[ recovery-image] Dec 06 20:36:58.159 INFO O| Dec 06 20:36:58.159 INFO STEP 951 (remove_files) COMPLETE
71972024-12-06T20:36:58.825Z[ recovery-image] Dec 06 20:36:58.159 INFO O| Dec 06 20:36:58.159 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-06T20:36:58.832Z[ recovery-image] Dec 06 20:36:58.168 INFO O| Dec 06 20:36:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71992024-12-06T20:36:58.835Z[ recovery-image] Dec 06 20:36:58.168 INFO O| Dec 06 20:36:58.168 INFO STEP 952 (remove_files) COMPLETE
72002024-12-06T20:36:58.835Z[ recovery-image] Dec 06 20:36:58.168 INFO O| Dec 06 20:36:58.168 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-06T20:36:58.842Z[ recovery-image] Dec 06 20:36:58.177 INFO O| Dec 06 20:36:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72022024-12-06T20:36:58.844Z[ recovery-image] Dec 06 20:36:58.178 INFO O| Dec 06 20:36:58.178 INFO STEP 953 (remove_files) COMPLETE
72032024-12-06T20:36:58.844Z[ recovery-image] Dec 06 20:36:58.178 INFO O| Dec 06 20:36:58.178 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-06T20:36:58.852Z[ recovery-image] Dec 06 20:36:58.188 INFO O| Dec 06 20:36:58.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72052024-12-06T20:36:58.852Z[ recovery-image] Dec 06 20:36:58.188 INFO O| Dec 06 20:36:58.188 INFO STEP 954 (remove_files) COMPLETE
72062024-12-06T20:36:58.854Z[ recovery-image] Dec 06 20:36:58.188 INFO O| Dec 06 20:36:58.188 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-06T20:36:58.862Z[ recovery-image] Dec 06 20:36:58.198 INFO O| Dec 06 20:36:58.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72082024-12-06T20:36:58.862Z[ recovery-image] Dec 06 20:36:58.198 INFO O| Dec 06 20:36:58.198 INFO STEP 955 (remove_files) COMPLETE
72092024-12-06T20:36:58.862Z[ recovery-image] Dec 06 20:36:58.198 INFO O| Dec 06 20:36:58.198 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-06T20:36:58.871Z[ recovery-image] Dec 06 20:36:58.207 INFO O| Dec 06 20:36:58.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72112024-12-06T20:36:58.874Z[ recovery-image] Dec 06 20:36:58.207 INFO O| Dec 06 20:36:58.207 INFO STEP 956 (remove_files) COMPLETE
72122024-12-06T20:36:58.874Z[ recovery-image] Dec 06 20:36:58.207 INFO O| Dec 06 20:36:58.207 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-06T20:36:58.881Z[ recovery-image] Dec 06 20:36:58.217 INFO O| Dec 06 20:36:58.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72142024-12-06T20:36:58.881Z[ recovery-image] Dec 06 20:36:58.217 INFO O| Dec 06 20:36:58.217 INFO STEP 957 (remove_files) COMPLETE
72152024-12-06T20:36:58.883Z[ recovery-image] Dec 06 20:36:58.217 INFO O| Dec 06 20:36:58.217 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-06T20:36:58.890Z[ recovery-image] Dec 06 20:36:58.226 INFO O| Dec 06 20:36:58.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72172024-12-06T20:36:58.891Z[ recovery-image] Dec 06 20:36:58.226 INFO O| Dec 06 20:36:58.226 INFO STEP 958 (remove_files) COMPLETE
72182024-12-06T20:36:58.891Z[ recovery-image] Dec 06 20:36:58.226 INFO O| Dec 06 20:36:58.226 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-06T20:36:58.900Z[ recovery-image] Dec 06 20:36:58.236 INFO O| Dec 06 20:36:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72202024-12-06T20:36:58.900Z[ recovery-image] Dec 06 20:36:58.236 INFO O| Dec 06 20:36:58.236 INFO STEP 959 (remove_files) COMPLETE
72212024-12-06T20:36:58.903Z[ recovery-image] Dec 06 20:36:58.236 INFO O| Dec 06 20:36:58.236 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-06T20:36:58.910Z[ recovery-image] Dec 06 20:36:58.246 INFO O| Dec 06 20:36:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72232024-12-06T20:36:58.910Z[ recovery-image] Dec 06 20:36:58.246 INFO O| Dec 06 20:36:58.246 INFO STEP 960 (remove_files) COMPLETE
72242024-12-06T20:36:58.912Z[ recovery-image] Dec 06 20:36:58.246 INFO O| Dec 06 20:36:58.246 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-06T20:36:58.920Z[ recovery-image] Dec 06 20:36:58.256 INFO O| Dec 06 20:36:58.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72262024-12-06T20:36:58.920Z[ recovery-image] Dec 06 20:36:58.256 INFO O| Dec 06 20:36:58.256 INFO STEP 961 (remove_files) COMPLETE
72272024-12-06T20:36:58.920Z[ recovery-image] Dec 06 20:36:58.256 INFO O| Dec 06 20:36:58.256 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-06T20:36:58.929Z[ recovery-image] Dec 06 20:36:58.265 INFO O| Dec 06 20:36:58.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72292024-12-06T20:36:58.930Z[ recovery-image] Dec 06 20:36:58.265 INFO O| Dec 06 20:36:58.265 INFO STEP 962 (remove_files) COMPLETE
72302024-12-06T20:36:58.932Z[ recovery-image] Dec 06 20:36:58.265 INFO O| Dec 06 20:36:58.265 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-06T20:36:58.939Z[ recovery-image] Dec 06 20:36:58.275 INFO O| Dec 06 20:36:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72322024-12-06T20:36:58.939Z[ recovery-image] Dec 06 20:36:58.275 INFO O| Dec 06 20:36:58.275 INFO STEP 963 (remove_files) COMPLETE
72332024-12-06T20:36:58.939Z[ recovery-image] Dec 06 20:36:58.275 INFO O| Dec 06 20:36:58.275 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-06T20:36:58.949Z[ recovery-image] Dec 06 20:36:58.285 INFO O| Dec 06 20:36:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72352024-12-06T20:36:58.949Z[ recovery-image] Dec 06 20:36:58.285 INFO O| Dec 06 20:36:58.285 INFO STEP 964 (remove_files) COMPLETE
72362024-12-06T20:36:58.951Z[ recovery-image] Dec 06 20:36:58.285 INFO O| Dec 06 20:36:58.285 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-06T20:36:58.961Z[ recovery-image] Dec 06 20:36:58.297 INFO O| Dec 06 20:36:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72382024-12-06T20:36:58.963Z[ recovery-image] Dec 06 20:36:58.297 INFO O| Dec 06 20:36:58.297 INFO STEP 965 (remove_files) COMPLETE
72392024-12-06T20:36:58.964Z[ recovery-image] Dec 06 20:36:58.297 INFO O| Dec 06 20:36:58.297 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-06T20:36:58.971Z[ recovery-image] Dec 06 20:36:58.307 INFO O| Dec 06 20:36:58.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72412024-12-06T20:36:58.973Z[ recovery-image] Dec 06 20:36:58.307 INFO O| Dec 06 20:36:58.307 INFO STEP 966 (remove_files) COMPLETE
72422024-12-06T20:36:58.973Z[ recovery-image] Dec 06 20:36:58.307 INFO O| Dec 06 20:36:58.307 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-06T20:36:58.981Z[ recovery-image] Dec 06 20:36:58.317 INFO O| Dec 06 20:36:58.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72442024-12-06T20:36:58.981Z[ recovery-image] Dec 06 20:36:58.317 INFO O| Dec 06 20:36:58.317 INFO STEP 967 (remove_files) COMPLETE
72452024-12-06T20:36:58.984Z[ recovery-image] Dec 06 20:36:58.317 INFO O| Dec 06 20:36:58.317 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-06T20:36:58.991Z[ recovery-image] Dec 06 20:36:58.327 INFO O| Dec 06 20:36:58.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72472024-12-06T20:36:58.994Z[ recovery-image] Dec 06 20:36:58.327 INFO O| Dec 06 20:36:58.327 INFO STEP 968 (remove_files) COMPLETE
72482024-12-06T20:36:58.994Z[ recovery-image] Dec 06 20:36:58.327 INFO O| Dec 06 20:36:58.327 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-06T20:36:59.001Z[ recovery-image] Dec 06 20:36:58.337 INFO O| Dec 06 20:36:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72502024-12-06T20:36:59.001Z[ recovery-image] Dec 06 20:36:58.337 INFO O| Dec 06 20:36:58.337 INFO STEP 969 (remove_files) COMPLETE
72512024-12-06T20:36:59.002Z[ recovery-image] Dec 06 20:36:58.337 INFO O| Dec 06 20:36:58.337 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-06T20:36:59.011Z[ recovery-image] Dec 06 20:36:58.347 INFO O| Dec 06 20:36:58.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72532024-12-06T20:36:59.012Z[ recovery-image] Dec 06 20:36:58.347 INFO O| Dec 06 20:36:58.347 INFO STEP 970 (remove_files) COMPLETE
72542024-12-06T20:36:59.014Z[ recovery-image] Dec 06 20:36:58.347 INFO O| Dec 06 20:36:58.347 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-06T20:36:59.022Z[ recovery-image] Dec 06 20:36:58.357 INFO O| Dec 06 20:36:58.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72562024-12-06T20:36:59.022Z[ recovery-image] Dec 06 20:36:58.358 INFO O| Dec 06 20:36:58.358 INFO STEP 971 (remove_files) COMPLETE
72572024-12-06T20:36:59.022Z[ recovery-image] Dec 06 20:36:58.358 INFO O| Dec 06 20:36:58.358 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-06T20:36:59.032Z[ recovery-image] Dec 06 20:36:58.368 INFO O| Dec 06 20:36:58.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72592024-12-06T20:36:59.034Z[ recovery-image] Dec 06 20:36:58.368 INFO O| Dec 06 20:36:58.368 INFO STEP 972 (remove_files) COMPLETE
72602024-12-06T20:36:59.034Z[ recovery-image] Dec 06 20:36:58.368 INFO O| Dec 06 20:36:58.368 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-06T20:36:59.042Z[ recovery-image] Dec 06 20:36:58.378 INFO O| Dec 06 20:36:58.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72622024-12-06T20:36:59.045Z[ recovery-image] Dec 06 20:36:58.378 INFO O| Dec 06 20:36:58.378 INFO STEP 973 (remove_files) COMPLETE
72632024-12-06T20:36:59.045Z[ recovery-image] Dec 06 20:36:58.378 INFO O| Dec 06 20:36:58.378 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-06T20:36:59.052Z[ recovery-image] Dec 06 20:36:58.388 INFO O| Dec 06 20:36:58.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72652024-12-06T20:36:59.052Z[ recovery-image] Dec 06 20:36:58.388 INFO O| Dec 06 20:36:58.388 INFO STEP 974 (remove_files) COMPLETE
72662024-12-06T20:36:59.056Z[ recovery-image] Dec 06 20:36:58.388 INFO O| Dec 06 20:36:58.388 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-06T20:36:59.062Z[ recovery-image] Dec 06 20:36:58.398 INFO O| Dec 06 20:36:58.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72682024-12-06T20:36:59.065Z[ recovery-image] Dec 06 20:36:58.398 INFO O| Dec 06 20:36:58.398 INFO STEP 975 (remove_files) COMPLETE
72692024-12-06T20:36:59.065Z[ recovery-image] Dec 06 20:36:58.398 INFO O| Dec 06 20:36:58.398 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-06T20:36:59.072Z[ recovery-image] Dec 06 20:36:58.408 INFO O| Dec 06 20:36:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72712024-12-06T20:36:59.072Z[ recovery-image] Dec 06 20:36:58.408 INFO O| Dec 06 20:36:58.408 INFO STEP 976 (remove_files) COMPLETE
72722024-12-06T20:36:59.075Z[ recovery-image] Dec 06 20:36:58.408 INFO O| Dec 06 20:36:58.408 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-06T20:36:59.082Z[ recovery-image] Dec 06 20:36:58.418 INFO O| Dec 06 20:36:58.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72742024-12-06T20:36:59.084Z[ recovery-image] Dec 06 20:36:58.418 INFO O| Dec 06 20:36:58.418 INFO STEP 977 (remove_files) COMPLETE
72752024-12-06T20:36:59.084Z[ recovery-image] Dec 06 20:36:58.418 INFO O| Dec 06 20:36:58.418 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-06T20:36:59.092Z[ recovery-image] Dec 06 20:36:58.428 INFO O| Dec 06 20:36:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72772024-12-06T20:36:59.095Z[ recovery-image] Dec 06 20:36:58.428 INFO O| Dec 06 20:36:58.428 INFO STEP 978 (remove_files) COMPLETE
72782024-12-06T20:36:59.095Z[ recovery-image] Dec 06 20:36:58.428 INFO O| Dec 06 20:36:58.428 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-06T20:36:59.102Z[ recovery-image] Dec 06 20:36:58.438 INFO O| Dec 06 20:36:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72802024-12-06T20:36:59.104Z[ recovery-image] Dec 06 20:36:58.438 INFO O| Dec 06 20:36:58.438 INFO STEP 979 (remove_files) COMPLETE
72812024-12-06T20:36:59.104Z[ recovery-image] Dec 06 20:36:58.438 INFO O| Dec 06 20:36:58.438 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-06T20:36:59.111Z[ recovery-image] Dec 06 20:36:58.447 INFO O| Dec 06 20:36:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72832024-12-06T20:36:59.113Z[ recovery-image] Dec 06 20:36:58.447 INFO O| Dec 06 20:36:58.447 INFO STEP 980 (remove_files) COMPLETE
72842024-12-06T20:36:59.113Z[ recovery-image] Dec 06 20:36:58.447 INFO O| Dec 06 20:36:58.447 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-06T20:36:59.121Z[ recovery-image] Dec 06 20:36:58.457 INFO O| Dec 06 20:36:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72862024-12-06T20:36:59.123Z[ recovery-image] Dec 06 20:36:58.457 INFO O| Dec 06 20:36:58.457 INFO STEP 981 (remove_files) COMPLETE
72872024-12-06T20:36:59.123Z[ recovery-image] Dec 06 20:36:58.457 INFO O| Dec 06 20:36:58.457 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-06T20:36:59.130Z[ recovery-image] Dec 06 20:36:58.466 INFO O| Dec 06 20:36:58.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72892024-12-06T20:36:59.130Z[ recovery-image] Dec 06 20:36:58.466 INFO O| Dec 06 20:36:58.466 INFO STEP 982 (remove_files) COMPLETE
72902024-12-06T20:36:59.131Z[ recovery-image] Dec 06 20:36:58.466 INFO O| Dec 06 20:36:58.466 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-06T20:36:59.140Z[ recovery-image] Dec 06 20:36:58.476 INFO O| Dec 06 20:36:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72922024-12-06T20:36:59.140Z[ recovery-image] Dec 06 20:36:58.476 INFO O| Dec 06 20:36:58.476 INFO STEP 983 (remove_files) COMPLETE
72932024-12-06T20:36:59.142Z[ recovery-image] Dec 06 20:36:58.476 INFO O| Dec 06 20:36:58.476 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-06T20:36:59.149Z[ recovery-image] Dec 06 20:36:58.485 INFO O| Dec 06 20:36:58.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72952024-12-06T20:36:59.149Z[ recovery-image] Dec 06 20:36:58.485 INFO O| Dec 06 20:36:58.485 INFO STEP 984 (remove_files) COMPLETE
72962024-12-06T20:36:59.152Z[ recovery-image] Dec 06 20:36:58.485 INFO O| Dec 06 20:36:58.485 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-06T20:36:59.159Z[ recovery-image] Dec 06 20:36:58.495 INFO O| Dec 06 20:36:58.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72982024-12-06T20:36:59.159Z[ recovery-image] Dec 06 20:36:58.495 INFO O| Dec 06 20:36:58.495 INFO STEP 985 (remove_files) COMPLETE
72992024-12-06T20:36:59.162Z[ recovery-image] Dec 06 20:36:58.495 INFO O| Dec 06 20:36:58.495 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-06T20:36:59.168Z[ recovery-image] Dec 06 20:36:58.504 INFO O| Dec 06 20:36:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73012024-12-06T20:36:59.168Z[ recovery-image] Dec 06 20:36:58.504 INFO O| Dec 06 20:36:58.504 INFO STEP 986 (remove_files) COMPLETE
73022024-12-06T20:36:59.168Z[ recovery-image] Dec 06 20:36:58.504 INFO O| Dec 06 20:36:58.504 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-06T20:36:59.178Z[ recovery-image] Dec 06 20:36:58.514 INFO O| Dec 06 20:36:58.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73042024-12-06T20:36:59.178Z[ recovery-image] Dec 06 20:36:58.514 INFO O| Dec 06 20:36:58.514 INFO STEP 987 (remove_files) COMPLETE
73052024-12-06T20:36:59.178Z[ recovery-image] Dec 06 20:36:58.514 INFO O| Dec 06 20:36:58.514 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-06T20:36:59.187Z[ recovery-image] Dec 06 20:36:58.523 INFO O| Dec 06 20:36:58.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73072024-12-06T20:36:59.187Z[ recovery-image] Dec 06 20:36:58.523 INFO O| Dec 06 20:36:58.523 INFO STEP 988 (remove_files) COMPLETE
73082024-12-06T20:36:59.187Z[ recovery-image] Dec 06 20:36:58.523 INFO O| Dec 06 20:36:58.523 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-06T20:36:59.197Z[ recovery-image] Dec 06 20:36:58.533 INFO O| Dec 06 20:36:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73102024-12-06T20:36:59.197Z[ recovery-image] Dec 06 20:36:58.533 INFO O| Dec 06 20:36:58.533 INFO STEP 989 (remove_files) COMPLETE
73112024-12-06T20:36:59.197Z[ recovery-image] Dec 06 20:36:58.533 INFO O| Dec 06 20:36:58.533 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-06T20:36:59.206Z[ recovery-image] Dec 06 20:36:58.542 INFO O| Dec 06 20:36:58.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73132024-12-06T20:36:59.206Z[ recovery-image] Dec 06 20:36:58.542 INFO O| Dec 06 20:36:58.542 INFO STEP 990 (remove_files) COMPLETE
73142024-12-06T20:36:59.206Z[ recovery-image] Dec 06 20:36:58.542 INFO O| Dec 06 20:36:58.542 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-06T20:36:59.216Z[ recovery-image] Dec 06 20:36:58.551 INFO O| Dec 06 20:36:58.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73162024-12-06T20:36:59.217Z[ recovery-image] Dec 06 20:36:58.552 INFO O| Dec 06 20:36:58.552 INFO STEP 991 (remove_files) COMPLETE
73172024-12-06T20:36:59.219Z[ recovery-image] Dec 06 20:36:58.552 INFO O| Dec 06 20:36:58.552 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-06T20:36:59.227Z[ recovery-image] Dec 06 20:36:58.561 INFO O| Dec 06 20:36:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73192024-12-06T20:36:59.227Z[ recovery-image] Dec 06 20:36:58.561 INFO O| Dec 06 20:36:58.561 INFO STEP 992 (remove_files) COMPLETE
73202024-12-06T20:36:59.227Z[ recovery-image] Dec 06 20:36:58.561 INFO O| Dec 06 20:36:58.561 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-06T20:36:59.235Z[ recovery-image] Dec 06 20:36:58.570 INFO O| Dec 06 20:36:58.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73222024-12-06T20:36:59.235Z[ recovery-image] Dec 06 20:36:58.571 INFO O| Dec 06 20:36:58.570 INFO STEP 993 (remove_files) COMPLETE
73232024-12-06T20:36:59.238Z[ recovery-image] Dec 06 20:36:58.571 INFO O| Dec 06 20:36:58.570 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-06T20:36:59.244Z[ recovery-image] Dec 06 20:36:58.580 INFO O| Dec 06 20:36:58.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73252024-12-06T20:36:59.244Z[ recovery-image] Dec 06 20:36:58.580 INFO O| Dec 06 20:36:58.580 INFO STEP 994 (remove_files) COMPLETE
73262024-12-06T20:36:59.246Z[ recovery-image] Dec 06 20:36:58.580 INFO O| Dec 06 20:36:58.580 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-06T20:36:59.254Z[ recovery-image] Dec 06 20:36:58.589 INFO O| Dec 06 20:36:58.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73282024-12-06T20:36:59.256Z[ recovery-image] Dec 06 20:36:58.589 INFO O| Dec 06 20:36:58.589 INFO STEP 995 (remove_files) COMPLETE
73292024-12-06T20:36:59.256Z[ recovery-image] Dec 06 20:36:58.590 INFO O| Dec 06 20:36:58.589 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-06T20:36:59.263Z[ recovery-image] Dec 06 20:36:58.599 INFO O| Dec 06 20:36:58.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73312024-12-06T20:36:59.263Z[ recovery-image] Dec 06 20:36:58.599 INFO O| Dec 06 20:36:58.599 INFO STEP 996 (remove_files) COMPLETE
73322024-12-06T20:36:59.263Z[ recovery-image] Dec 06 20:36:58.599 INFO O| Dec 06 20:36:58.599 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-06T20:36:59.272Z[ recovery-image] Dec 06 20:36:58.608 INFO O| Dec 06 20:36:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73342024-12-06T20:36:59.272Z[ recovery-image] Dec 06 20:36:58.608 INFO O| Dec 06 20:36:58.608 INFO STEP 997 (remove_files) COMPLETE
73352024-12-06T20:36:59.272Z[ recovery-image] Dec 06 20:36:58.608 INFO O| Dec 06 20:36:58.608 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-06T20:36:59.282Z[ recovery-image] Dec 06 20:36:58.618 INFO O| Dec 06 20:36:58.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73372024-12-06T20:36:59.282Z[ recovery-image] Dec 06 20:36:58.618 INFO O| Dec 06 20:36:58.618 INFO STEP 998 (remove_files) COMPLETE
73382024-12-06T20:36:59.284Z[ recovery-image] Dec 06 20:36:58.618 INFO O| Dec 06 20:36:58.618 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-06T20:36:59.291Z[ recovery-image] Dec 06 20:36:58.627 INFO O| Dec 06 20:36:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73402024-12-06T20:36:59.291Z[ recovery-image] Dec 06 20:36:58.627 INFO O| Dec 06 20:36:58.627 INFO STEP 999 (remove_files) COMPLETE
73412024-12-06T20:36:59.291Z[ recovery-image] Dec 06 20:36:58.627 INFO O| Dec 06 20:36:58.627 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-06T20:36:59.301Z[ recovery-image] Dec 06 20:36:58.637 INFO O| Dec 06 20:36:58.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73432024-12-06T20:36:59.301Z[ recovery-image] Dec 06 20:36:58.637 INFO O| Dec 06 20:36:58.637 INFO STEP 1000 (remove_files) COMPLETE
73442024-12-06T20:36:59.303Z[ recovery-image] Dec 06 20:36:58.637 INFO O| Dec 06 20:36:58.637 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-06T20:36:59.310Z[ recovery-image] Dec 06 20:36:58.646 INFO O| Dec 06 20:36:58.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73462024-12-06T20:36:59.310Z[ recovery-image] Dec 06 20:36:58.646 INFO O| Dec 06 20:36:58.646 INFO STEP 1001 (remove_files) COMPLETE
73472024-12-06T20:36:59.310Z[ recovery-image] Dec 06 20:36:58.646 INFO O| Dec 06 20:36:58.646 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-06T20:36:59.320Z[ recovery-image] Dec 06 20:36:58.655 INFO O| Dec 06 20:36:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73492024-12-06T20:36:59.320Z[ recovery-image] Dec 06 20:36:58.655 INFO O| Dec 06 20:36:58.655 INFO STEP 1002 (remove_files) COMPLETE
73502024-12-06T20:36:59.320Z[ recovery-image] Dec 06 20:36:58.655 INFO O| Dec 06 20:36:58.655 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-06T20:36:59.329Z[ recovery-image] Dec 06 20:36:58.665 INFO O| Dec 06 20:36:58.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73522024-12-06T20:36:59.329Z[ recovery-image] Dec 06 20:36:58.665 INFO O| Dec 06 20:36:58.665 INFO STEP 1003 (remove_files) COMPLETE
73532024-12-06T20:36:59.329Z[ recovery-image] Dec 06 20:36:58.665 INFO O| Dec 06 20:36:58.665 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-06T20:36:59.338Z[ recovery-image] Dec 06 20:36:58.674 INFO O| Dec 06 20:36:58.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73552024-12-06T20:36:59.338Z[ recovery-image] Dec 06 20:36:58.674 INFO O| Dec 06 20:36:58.674 INFO STEP 1004 (remove_files) COMPLETE
73562024-12-06T20:36:59.341Z[ recovery-image] Dec 06 20:36:58.674 INFO O| Dec 06 20:36:58.674 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-06T20:36:59.360Z[ recovery-image] Dec 06 20:36:58.695 INFO O| Dec 06 20:36:58.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73582024-12-06T20:36:59.363Z[ recovery-image] Dec 06 20:36:58.696 INFO O| Dec 06 20:36:58.695 INFO STEP 1005 (remove_files) COMPLETE
73592024-12-06T20:36:59.363Z[ recovery-image] Dec 06 20:36:58.696 INFO O| Dec 06 20:36:58.696 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-06T20:36:59.380Z[ recovery-image] Dec 06 20:36:58.716 INFO O| Dec 06 20:36:58.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73612024-12-06T20:36:59.380Z[ recovery-image] Dec 06 20:36:58.716 INFO O| Dec 06 20:36:58.716 INFO STEP 1006 (remove_files) COMPLETE
73622024-12-06T20:36:59.381Z[ recovery-image] Dec 06 20:36:58.716 INFO O| Dec 06 20:36:58.716 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-06T20:36:59.394Z[ recovery-image] Dec 06 20:36:58.730 INFO O| Dec 06 20:36:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73642024-12-06T20:36:59.394Z[ recovery-image] Dec 06 20:36:58.730 INFO O| Dec 06 20:36:58.730 INFO STEP 1007 (remove_files) COMPLETE
73652024-12-06T20:36:59.397Z[ recovery-image] Dec 06 20:36:58.730 INFO O| Dec 06 20:36:58.730 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-06T20:36:59.409Z[ recovery-image] Dec 06 20:36:58.745 INFO O| Dec 06 20:36:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73672024-12-06T20:36:59.409Z[ recovery-image] Dec 06 20:36:58.745 INFO O| Dec 06 20:36:58.745 INFO STEP 1008 (remove_files) COMPLETE
73682024-12-06T20:36:59.409Z[ recovery-image] Dec 06 20:36:58.745 INFO O| Dec 06 20:36:58.745 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-06T20:36:59.423Z[ recovery-image] Dec 06 20:36:58.759 INFO O| Dec 06 20:36:58.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73702024-12-06T20:36:59.423Z[ recovery-image] Dec 06 20:36:58.759 INFO O| Dec 06 20:36:58.759 INFO STEP 1009 (remove_files) COMPLETE
73712024-12-06T20:36:59.426Z[ recovery-image] Dec 06 20:36:58.759 INFO O| Dec 06 20:36:58.759 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-06T20:36:59.438Z[ recovery-image] Dec 06 20:36:58.774 INFO O| Dec 06 20:36:58.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73732024-12-06T20:36:59.438Z[ recovery-image] Dec 06 20:36:58.774 INFO O| Dec 06 20:36:58.774 INFO STEP 1010 (remove_files) COMPLETE
73742024-12-06T20:36:59.438Z[ recovery-image] Dec 06 20:36:58.774 INFO O| Dec 06 20:36:58.774 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-06T20:36:59.452Z[ recovery-image] Dec 06 20:36:58.787 INFO O| Dec 06 20:36:58.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73762024-12-06T20:36:59.452Z[ recovery-image] Dec 06 20:36:58.787 INFO O| Dec 06 20:36:58.787 INFO STEP 1011 (remove_files) COMPLETE
73772024-12-06T20:36:59.452Z[ recovery-image] Dec 06 20:36:58.787 INFO O| Dec 06 20:36:58.787 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-06T20:36:59.466Z[ recovery-image] Dec 06 20:36:58.801 INFO O| Dec 06 20:36:58.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73792024-12-06T20:36:59.466Z[ recovery-image] Dec 06 20:36:58.802 INFO O| Dec 06 20:36:58.802 INFO STEP 1012 (remove_files) COMPLETE
73802024-12-06T20:36:59.468Z[ recovery-image] Dec 06 20:36:58.802 INFO O| Dec 06 20:36:58.802 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-06T20:36:59.480Z[ recovery-image] Dec 06 20:36:58.814 INFO O| Dec 06 20:36:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73822024-12-06T20:36:59.483Z[ recovery-image] Dec 06 20:36:58.814 INFO O| Dec 06 20:36:58.814 INFO STEP 1013 (remove_files) COMPLETE
73832024-12-06T20:36:59.483Z[ recovery-image] Dec 06 20:36:58.814 INFO O| Dec 06 20:36:58.814 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-06T20:36:59.490Z[ recovery-image] Dec 06 20:36:58.826 INFO O| Dec 06 20:36:58.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73852024-12-06T20:36:59.492Z[ recovery-image] Dec 06 20:36:58.826 INFO O| Dec 06 20:36:58.826 INFO STEP 1014 (remove_files) COMPLETE
73862024-12-06T20:36:59.492Z[ recovery-image] Dec 06 20:36:58.826 INFO O| Dec 06 20:36:58.826 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-06T20:36:59.500Z[ recovery-image] Dec 06 20:36:58.836 INFO O| Dec 06 20:36:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73882024-12-06T20:36:59.503Z[ recovery-image] Dec 06 20:36:58.836 INFO O| Dec 06 20:36:58.836 INFO STEP 1015 (remove_files) COMPLETE
73892024-12-06T20:36:59.503Z[ recovery-image] Dec 06 20:36:58.836 INFO O| Dec 06 20:36:58.836 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-06T20:36:59.510Z[ recovery-image] Dec 06 20:36:58.846 INFO O| Dec 06 20:36:58.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73912024-12-06T20:36:59.510Z[ recovery-image] Dec 06 20:36:58.846 INFO O| Dec 06 20:36:58.846 INFO STEP 1016 (remove_files) COMPLETE
73922024-12-06T20:36:59.510Z[ recovery-image] Dec 06 20:36:58.846 INFO O| Dec 06 20:36:58.846 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-06T20:36:59.520Z[ recovery-image] Dec 06 20:36:58.856 INFO O| Dec 06 20:36:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73942024-12-06T20:36:59.523Z[ recovery-image] Dec 06 20:36:58.856 INFO O| Dec 06 20:36:58.856 INFO STEP 1017 (remove_files) COMPLETE
73952024-12-06T20:36:59.523Z[ recovery-image] Dec 06 20:36:58.856 INFO O| Dec 06 20:36:58.856 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-06T20:36:59.530Z[ recovery-image] Dec 06 20:36:58.865 INFO O| Dec 06 20:36:58.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73972024-12-06T20:36:59.532Z[ recovery-image] Dec 06 20:36:58.866 INFO O| Dec 06 20:36:58.865 INFO STEP 1018 (remove_files) COMPLETE
73982024-12-06T20:36:59.532Z[ recovery-image] Dec 06 20:36:58.866 INFO O| Dec 06 20:36:58.866 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-12-06T20:36:59.539Z[ recovery-image] Dec 06 20:36:58.875 INFO O| Dec 06 20:36:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74002024-12-06T20:36:59.542Z[ recovery-image] Dec 06 20:36:58.875 INFO O| Dec 06 20:36:58.875 INFO STEP 1019 (remove_files) COMPLETE
74012024-12-06T20:36:59.542Z[ recovery-image] Dec 06 20:36:58.875 INFO O| Dec 06 20:36:58.875 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-06T20:36:59.549Z[ recovery-image] Dec 06 20:36:58.885 INFO O| Dec 06 20:36:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74032024-12-06T20:36:59.551Z[ recovery-image] Dec 06 20:36:58.885 INFO O| Dec 06 20:36:58.885 INFO STEP 1020 (remove_files) COMPLETE
74042024-12-06T20:36:59.551Z[ recovery-image] Dec 06 20:36:58.885 INFO O| Dec 06 20:36:58.885 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-12-06T20:36:59.558Z[ recovery-image] Dec 06 20:36:58.894 INFO O| Dec 06 20:36:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74062024-12-06T20:36:59.558Z[ recovery-image] Dec 06 20:36:58.894 INFO O| Dec 06 20:36:58.894 INFO STEP 1021 (remove_files) COMPLETE
74072024-12-06T20:36:59.561Z[ recovery-image] Dec 06 20:36:58.894 INFO O| Dec 06 20:36:58.894 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-12-06T20:36:59.571Z[ recovery-image] Dec 06 20:36:58.907 INFO O| Dec 06 20:36:58.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74092024-12-06T20:36:59.573Z[ recovery-image] Dec 06 20:36:58.907 INFO O| Dec 06 20:36:58.907 INFO STEP 1022 (remove_files) COMPLETE
74102024-12-06T20:36:59.573Z[ recovery-image] Dec 06 20:36:58.907 INFO O| Dec 06 20:36:58.907 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-12-06T20:36:59.581Z[ recovery-image] Dec 06 20:36:58.917 INFO O| Dec 06 20:36:58.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74122024-12-06T20:36:59.581Z[ recovery-image] Dec 06 20:36:58.917 INFO O| Dec 06 20:36:58.917 INFO STEP 1023 (remove_files) COMPLETE
74132024-12-06T20:36:59.583Z[ recovery-image] Dec 06 20:36:58.917 INFO O| Dec 06 20:36:58.917 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-12-06T20:36:59.590Z[ recovery-image] Dec 06 20:36:58.926 INFO O| Dec 06 20:36:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74152024-12-06T20:36:59.593Z[ recovery-image] Dec 06 20:36:58.926 INFO O| Dec 06 20:36:58.926 INFO STEP 1024 (remove_files) COMPLETE
74162024-12-06T20:36:59.593Z[ recovery-image] Dec 06 20:36:58.926 INFO O| Dec 06 20:36:58.926 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-12-06T20:36:59.600Z[ recovery-image] Dec 06 20:36:58.936 INFO O| Dec 06 20:36:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74182024-12-06T20:36:59.600Z[ recovery-image] Dec 06 20:36:58.936 INFO O| Dec 06 20:36:58.936 INFO STEP 1025 (remove_files) COMPLETE
74192024-12-06T20:36:59.600Z[ recovery-image] Dec 06 20:36:58.936 INFO O| Dec 06 20:36:58.936 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-12-06T20:36:59.610Z[ recovery-image] Dec 06 20:36:58.946 INFO O| Dec 06 20:36:58.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74212024-12-06T20:36:59.612Z[ recovery-image] Dec 06 20:36:58.946 INFO O| Dec 06 20:36:58.946 INFO STEP 1026 (remove_files) COMPLETE
74222024-12-06T20:36:59.612Z[ recovery-image] Dec 06 20:36:58.946 INFO O| Dec 06 20:36:58.946 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-12-06T20:36:59.622Z[ recovery-image] Dec 06 20:36:58.957 INFO O| Dec 06 20:36:58.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74242024-12-06T20:36:59.622Z[ recovery-image] Dec 06 20:36:58.957 INFO O| Dec 06 20:36:58.957 INFO STEP 1027 (remove_files) COMPLETE
74252024-12-06T20:36:59.622Z[ recovery-image] Dec 06 20:36:58.957 INFO O| Dec 06 20:36:58.957 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-12-06T20:36:59.631Z[ recovery-image] Dec 06 20:36:58.967 INFO O| Dec 06 20:36:58.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74272024-12-06T20:36:59.631Z[ recovery-image] Dec 06 20:36:58.967 INFO O| Dec 06 20:36:58.967 INFO STEP 1028 (remove_files) COMPLETE
74282024-12-06T20:36:59.631Z[ recovery-image] Dec 06 20:36:58.967 INFO O| Dec 06 20:36:58.967 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-06T20:36:59.642Z[ recovery-image] Dec 06 20:36:58.977 INFO O| Dec 06 20:36:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74302024-12-06T20:36:59.642Z[ recovery-image] Dec 06 20:36:58.977 INFO O| Dec 06 20:36:58.977 INFO STEP 1029 (remove_files) COMPLETE
74312024-12-06T20:36:59.645Z[ recovery-image] Dec 06 20:36:58.977 INFO O| Dec 06 20:36:58.977 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-06T20:36:59.651Z[ recovery-image] Dec 06 20:36:58.986 INFO O| Dec 06 20:36:58.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74332024-12-06T20:36:59.651Z[ recovery-image] Dec 06 20:36:58.986 INFO O| Dec 06 20:36:58.986 INFO STEP 1030 (remove_files) COMPLETE
74342024-12-06T20:36:59.651Z[ recovery-image] Dec 06 20:36:58.986 INFO O| Dec 06 20:36:58.986 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-06T20:36:59.660Z[ recovery-image] Dec 06 20:36:58.996 INFO O| Dec 06 20:36:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74362024-12-06T20:36:59.660Z[ recovery-image] Dec 06 20:36:58.996 INFO O| Dec 06 20:36:58.996 INFO STEP 1031 (remove_files) COMPLETE
74372024-12-06T20:36:59.662Z[ recovery-image] Dec 06 20:36:58.996 INFO O| Dec 06 20:36:58.996 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-06T20:36:59.671Z[ recovery-image] Dec 06 20:36:59.006 INFO O| Dec 06 20:36:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74392024-12-06T20:36:59.671Z[ recovery-image] Dec 06 20:36:59.007 INFO O| Dec 06 20:36:59.007 INFO STEP 1032 (remove_files) COMPLETE
74402024-12-06T20:36:59.673Z[ recovery-image] Dec 06 20:36:59.007 INFO O| Dec 06 20:36:59.007 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-06T20:36:59.682Z[ recovery-image] Dec 06 20:36:59.016 INFO O| Dec 06 20:36:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74422024-12-06T20:36:59.682Z[ recovery-image] Dec 06 20:36:59.017 INFO O| Dec 06 20:36:59.017 INFO STEP 1033 (remove_files) COMPLETE
74432024-12-06T20:36:59.682Z[ recovery-image] Dec 06 20:36:59.017 INFO O| Dec 06 20:36:59.017 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-06T20:36:59.690Z[ recovery-image] Dec 06 20:36:59.026 INFO O| Dec 06 20:36:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74452024-12-06T20:36:59.693Z[ recovery-image] Dec 06 20:36:59.026 INFO O| Dec 06 20:36:59.026 INFO STEP 1034 (remove_files) COMPLETE
74462024-12-06T20:36:59.693Z[ recovery-image] Dec 06 20:36:59.026 INFO O| Dec 06 20:36:59.026 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-06T20:36:59.700Z[ recovery-image] Dec 06 20:36:59.036 INFO O| Dec 06 20:36:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74482024-12-06T20:36:59.700Z[ recovery-image] Dec 06 20:36:59.036 INFO O| Dec 06 20:36:59.036 INFO STEP 1035 (remove_files) COMPLETE
74492024-12-06T20:36:59.702Z[ recovery-image] Dec 06 20:36:59.036 INFO O| Dec 06 20:36:59.036 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-06T20:36:59.709Z[ recovery-image] Dec 06 20:36:59.045 INFO O| Dec 06 20:36:59.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74512024-12-06T20:36:59.710Z[ recovery-image] Dec 06 20:36:59.045 INFO O| Dec 06 20:36:59.045 INFO STEP 1036 (remove_files) COMPLETE
74522024-12-06T20:36:59.713Z[ recovery-image] Dec 06 20:36:59.045 INFO O| Dec 06 20:36:59.045 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-06T20:36:59.719Z[ recovery-image] Dec 06 20:36:59.055 INFO O| Dec 06 20:36:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74542024-12-06T20:36:59.719Z[ recovery-image] Dec 06 20:36:59.055 INFO O| Dec 06 20:36:59.055 INFO STEP 1037 (remove_files) COMPLETE
74552024-12-06T20:36:59.721Z[ recovery-image] Dec 06 20:36:59.055 INFO O| Dec 06 20:36:59.055 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-06T20:36:59.729Z[ recovery-image] Dec 06 20:36:59.064 INFO O| Dec 06 20:36:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74572024-12-06T20:36:59.729Z[ recovery-image] Dec 06 20:36:59.065 INFO O| Dec 06 20:36:59.065 INFO STEP 1038 (remove_files) COMPLETE
74582024-12-06T20:36:59.729Z[ recovery-image] Dec 06 20:36:59.065 INFO O| Dec 06 20:36:59.065 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-06T20:36:59.738Z[ recovery-image] Dec 06 20:36:59.074 INFO O| Dec 06 20:36:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74602024-12-06T20:36:59.738Z[ recovery-image] Dec 06 20:36:59.074 INFO O| Dec 06 20:36:59.074 INFO STEP 1039 (remove_files) COMPLETE
74612024-12-06T20:36:59.738Z[ recovery-image] Dec 06 20:36:59.074 INFO O| Dec 06 20:36:59.074 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-06T20:36:59.748Z[ recovery-image] Dec 06 20:36:59.084 INFO O| Dec 06 20:36:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74632024-12-06T20:36:59.748Z[ recovery-image] Dec 06 20:36:59.084 INFO O| Dec 06 20:36:59.084 INFO STEP 1040 (remove_files) COMPLETE
74642024-12-06T20:36:59.750Z[ recovery-image] Dec 06 20:36:59.084 INFO O| Dec 06 20:36:59.084 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-06T20:36:59.758Z[ recovery-image] Dec 06 20:36:59.094 INFO O| Dec 06 20:36:59.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74662024-12-06T20:36:59.760Z[ recovery-image] Dec 06 20:36:59.094 INFO O| Dec 06 20:36:59.094 INFO STEP 1041 (remove_files) COMPLETE
74672024-12-06T20:36:59.760Z[ recovery-image] Dec 06 20:36:59.094 INFO O| Dec 06 20:36:59.094 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-06T20:36:59.768Z[ recovery-image] Dec 06 20:36:59.103 INFO O| Dec 06 20:36:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74692024-12-06T20:36:59.770Z[ recovery-image] Dec 06 20:36:59.103 INFO O| Dec 06 20:36:59.103 INFO STEP 1042 (remove_files) COMPLETE
74702024-12-06T20:36:59.770Z[ recovery-image] Dec 06 20:36:59.103 INFO O| Dec 06 20:36:59.103 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-06T20:36:59.777Z[ recovery-image] Dec 06 20:36:59.113 INFO O| Dec 06 20:36:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74722024-12-06T20:36:59.777Z[ recovery-image] Dec 06 20:36:59.113 INFO O| Dec 06 20:36:59.113 INFO STEP 1043 (remove_files) COMPLETE
74732024-12-06T20:36:59.780Z[ recovery-image] Dec 06 20:36:59.113 INFO O| Dec 06 20:36:59.113 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-06T20:36:59.787Z[ recovery-image] Dec 06 20:36:59.123 INFO O| Dec 06 20:36:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74752024-12-06T20:36:59.787Z[ recovery-image] Dec 06 20:36:59.123 INFO O| Dec 06 20:36:59.123 INFO STEP 1044 (remove_files) COMPLETE
74762024-12-06T20:36:59.787Z[ recovery-image] Dec 06 20:36:59.123 INFO O| Dec 06 20:36:59.123 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-06T20:36:59.797Z[ recovery-image] Dec 06 20:36:59.132 INFO O| Dec 06 20:36:59.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74782024-12-06T20:36:59.797Z[ recovery-image] Dec 06 20:36:59.132 INFO O| Dec 06 20:36:59.132 INFO STEP 1045 (remove_files) COMPLETE
74792024-12-06T20:36:59.800Z[ recovery-image] Dec 06 20:36:59.133 INFO O| Dec 06 20:36:59.132 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-06T20:36:59.806Z[ recovery-image] Dec 06 20:36:59.142 INFO O| Dec 06 20:36:59.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74812024-12-06T20:36:59.806Z[ recovery-image] Dec 06 20:36:59.142 INFO O| Dec 06 20:36:59.142 INFO STEP 1046 (remove_files) COMPLETE
74822024-12-06T20:36:59.808Z[ recovery-image] Dec 06 20:36:59.142 INFO O| Dec 06 20:36:59.142 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-06T20:36:59.816Z[ recovery-image] Dec 06 20:36:59.152 INFO O| Dec 06 20:36:59.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74842024-12-06T20:36:59.816Z[ recovery-image] Dec 06 20:36:59.152 INFO O| Dec 06 20:36:59.152 INFO STEP 1047 (remove_files) COMPLETE
74852024-12-06T20:36:59.818Z[ recovery-image] Dec 06 20:36:59.152 INFO O| Dec 06 20:36:59.152 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-06T20:36:59.825Z[ recovery-image] Dec 06 20:36:59.161 INFO O| Dec 06 20:36:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74872024-12-06T20:36:59.825Z[ recovery-image] Dec 06 20:36:59.161 INFO O| Dec 06 20:36:59.161 INFO STEP 1048 (remove_files) COMPLETE
74882024-12-06T20:36:59.828Z[ recovery-image] Dec 06 20:36:59.161 INFO O| Dec 06 20:36:59.161 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-06T20:36:59.835Z[ recovery-image] Dec 06 20:36:59.171 INFO O| Dec 06 20:36:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74902024-12-06T20:36:59.837Z[ recovery-image] Dec 06 20:36:59.171 INFO O| Dec 06 20:36:59.171 INFO STEP 1049 (remove_files) COMPLETE
74912024-12-06T20:36:59.837Z[ recovery-image] Dec 06 20:36:59.171 INFO O| Dec 06 20:36:59.171 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-12-06T20:36:59.845Z[ recovery-image] Dec 06 20:36:59.181 INFO O| Dec 06 20:36:59.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74932024-12-06T20:36:59.845Z[ recovery-image] Dec 06 20:36:59.181 INFO O| Dec 06 20:36:59.181 INFO STEP 1050 (remove_files) COMPLETE
74942024-12-06T20:36:59.848Z[ recovery-image] Dec 06 20:36:59.181 INFO O| Dec 06 20:36:59.181 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-12-06T20:36:59.854Z[ recovery-image] Dec 06 20:36:59.190 INFO O| Dec 06 20:36:59.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74962024-12-06T20:36:59.854Z[ recovery-image] Dec 06 20:36:59.190 INFO O| Dec 06 20:36:59.190 INFO STEP 1051 (remove_files) COMPLETE
74972024-12-06T20:36:59.857Z[ recovery-image] Dec 06 20:36:59.190 INFO O| Dec 06 20:36:59.190 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-12-06T20:36:59.864Z[ recovery-image] Dec 06 20:36:59.200 INFO O| Dec 06 20:36:59.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74992024-12-06T20:36:59.866Z[ recovery-image] Dec 06 20:36:59.200 INFO O| Dec 06 20:36:59.200 INFO STEP 1052 (remove_files) COMPLETE
75002024-12-06T20:36:59.866Z[ recovery-image] Dec 06 20:36:59.200 INFO O| Dec 06 20:36:59.200 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-12-06T20:36:59.874Z[ recovery-image] Dec 06 20:36:59.209 INFO O| Dec 06 20:36:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75022024-12-06T20:36:59.874Z[ recovery-image] Dec 06 20:36:59.209 INFO O| Dec 06 20:36:59.209 INFO STEP 1053 (remove_files) COMPLETE
75032024-12-06T20:36:59.874Z[ recovery-image] Dec 06 20:36:59.209 INFO O| Dec 06 20:36:59.209 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-12-06T20:36:59.883Z[ recovery-image] Dec 06 20:36:59.219 INFO O| Dec 06 20:36:59.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75052024-12-06T20:36:59.885Z[ recovery-image] Dec 06 20:36:59.219 INFO O| Dec 06 20:36:59.219 INFO STEP 1054 (remove_files) COMPLETE
75062024-12-06T20:36:59.886Z[ recovery-image] Dec 06 20:36:59.219 INFO O| Dec 06 20:36:59.219 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-12-06T20:36:59.893Z[ recovery-image] Dec 06 20:36:59.229 INFO O| Dec 06 20:36:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75082024-12-06T20:36:59.893Z[ recovery-image] Dec 06 20:36:59.229 INFO O| Dec 06 20:36:59.229 INFO STEP 1055 (remove_files) COMPLETE
75092024-12-06T20:36:59.895Z[ recovery-image] Dec 06 20:36:59.229 INFO O| Dec 06 20:36:59.229 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-12-06T20:36:59.902Z[ recovery-image] Dec 06 20:36:59.238 INFO O| Dec 06 20:36:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75112024-12-06T20:36:59.902Z[ recovery-image] Dec 06 20:36:59.238 INFO O| Dec 06 20:36:59.238 INFO STEP 1056 (remove_files) COMPLETE
75122024-12-06T20:36:59.905Z[ recovery-image] Dec 06 20:36:59.238 INFO O| Dec 06 20:36:59.238 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-12-06T20:36:59.912Z[ recovery-image] Dec 06 20:36:59.248 INFO O| Dec 06 20:36:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75142024-12-06T20:36:59.912Z[ recovery-image] Dec 06 20:36:59.248 INFO O| Dec 06 20:36:59.248 INFO STEP 1057 (remove_files) COMPLETE
75152024-12-06T20:36:59.915Z[ recovery-image] Dec 06 20:36:59.248 INFO O| Dec 06 20:36:59.248 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-12-06T20:36:59.922Z[ recovery-image] Dec 06 20:36:59.258 INFO O| Dec 06 20:36:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75172024-12-06T20:36:59.922Z[ recovery-image] Dec 06 20:36:59.258 INFO O| Dec 06 20:36:59.258 INFO STEP 1058 (remove_files) COMPLETE
75182024-12-06T20:36:59.924Z[ recovery-image] Dec 06 20:36:59.258 INFO O| Dec 06 20:36:59.258 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-06T20:36:59.932Z[ recovery-image] Dec 06 20:36:59.268 INFO O| Dec 06 20:36:59.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75202024-12-06T20:36:59.932Z[ recovery-image] Dec 06 20:36:59.268 INFO O| Dec 06 20:36:59.268 INFO STEP 1059 (remove_files) COMPLETE
75212024-12-06T20:36:59.932Z[ recovery-image] Dec 06 20:36:59.268 INFO O| Dec 06 20:36:59.268 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-06T20:36:59.941Z[ recovery-image] Dec 06 20:36:59.277 INFO O| Dec 06 20:36:59.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75232024-12-06T20:36:59.942Z[ recovery-image] Dec 06 20:36:59.277 INFO O| Dec 06 20:36:59.277 INFO STEP 1060 (remove_files) COMPLETE
75242024-12-06T20:36:59.944Z[ recovery-image] Dec 06 20:36:59.277 INFO O| Dec 06 20:36:59.277 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-06T20:36:59.951Z[ recovery-image] Dec 06 20:36:59.287 INFO O| Dec 06 20:36:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75262024-12-06T20:36:59.951Z[ recovery-image] Dec 06 20:36:59.287 INFO O| Dec 06 20:36:59.287 INFO STEP 1061 (remove_files) COMPLETE
75272024-12-06T20:36:59.953Z[ recovery-image] Dec 06 20:36:59.287 INFO O| Dec 06 20:36:59.287 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-06T20:36:59.961Z[ recovery-image] Dec 06 20:36:59.296 INFO O| Dec 06 20:36:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75292024-12-06T20:36:59.963Z[ recovery-image] Dec 06 20:36:59.297 INFO O| Dec 06 20:36:59.296 INFO STEP 1062 (remove_files) COMPLETE
75302024-12-06T20:36:59.963Z[ recovery-image] Dec 06 20:36:59.297 INFO O| Dec 06 20:36:59.297 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-06T20:36:59.970Z[ recovery-image] Dec 06 20:36:59.306 INFO O| Dec 06 20:36:59.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75322024-12-06T20:36:59.973Z[ recovery-image] Dec 06 20:36:59.306 INFO O| Dec 06 20:36:59.306 INFO STEP 1063 (remove_files) COMPLETE
75332024-12-06T20:36:59.973Z[ recovery-image] Dec 06 20:36:59.306 INFO O| Dec 06 20:36:59.306 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-06T20:36:59.981Z[ recovery-image] Dec 06 20:36:59.317 INFO O| Dec 06 20:36:59.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75352024-12-06T20:36:59.981Z[ recovery-image] Dec 06 20:36:59.317 INFO O| Dec 06 20:36:59.317 INFO STEP 1064 (remove_files) COMPLETE
75362024-12-06T20:36:59.981Z[ recovery-image] Dec 06 20:36:59.317 INFO O| Dec 06 20:36:59.317 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-12-06T20:36:59.992Z[ recovery-image] Dec 06 20:36:59.328 INFO O| Dec 06 20:36:59.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75382024-12-06T20:36:59.992Z[ recovery-image] Dec 06 20:36:59.328 INFO O| Dec 06 20:36:59.328 INFO STEP 1065 (remove_files) COMPLETE
75392024-12-06T20:36:59.993Z[ recovery-image] Dec 06 20:36:59.328 INFO O| Dec 06 20:36:59.328 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-12-06T20:37:00.003Z[ recovery-image] Dec 06 20:36:59.338 INFO O| Dec 06 20:36:59.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75412024-12-06T20:37:00.003Z[ recovery-image] Dec 06 20:36:59.338 INFO O| Dec 06 20:36:59.338 INFO STEP 1066 (remove_files) COMPLETE
75422024-12-06T20:37:00.003Z[ recovery-image] Dec 06 20:36:59.338 INFO O| Dec 06 20:36:59.338 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-06T20:37:00.012Z[ recovery-image] Dec 06 20:36:59.348 INFO O| Dec 06 20:36:59.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75442024-12-06T20:37:00.017Z[ recovery-image] Dec 06 20:36:59.348 INFO O| Dec 06 20:36:59.348 INFO STEP 1067 (remove_files) COMPLETE
75452024-12-06T20:37:00.017Z[ recovery-image] Dec 06 20:36:59.348 INFO O| Dec 06 20:36:59.348 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-06T20:37:00.022Z[ recovery-image] Dec 06 20:36:59.358 INFO O| Dec 06 20:36:59.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75472024-12-06T20:37:00.022Z[ recovery-image] Dec 06 20:36:59.358 INFO O| Dec 06 20:36:59.358 INFO STEP 1068 (remove_files) COMPLETE
75482024-12-06T20:37:00.026Z[ recovery-image] Dec 06 20:36:59.358 INFO O| Dec 06 20:36:59.358 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-06T20:37:00.032Z[ recovery-image] Dec 06 20:36:59.368 INFO O| Dec 06 20:36:59.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75502024-12-06T20:37:00.032Z[ recovery-image] Dec 06 20:36:59.368 INFO O| Dec 06 20:36:59.368 INFO STEP 1069 (remove_files) COMPLETE
75512024-12-06T20:37:00.032Z[ recovery-image] Dec 06 20:36:59.368 INFO O| Dec 06 20:36:59.368 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-06T20:37:00.043Z[ recovery-image] Dec 06 20:36:59.378 INFO O| Dec 06 20:36:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75532024-12-06T20:37:00.043Z[ recovery-image] Dec 06 20:36:59.378 INFO O| Dec 06 20:36:59.378 INFO STEP 1070 (remove_files) COMPLETE
75542024-12-06T20:37:00.045Z[ recovery-image] Dec 06 20:36:59.378 INFO O| Dec 06 20:36:59.378 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-06T20:37:00.053Z[ recovery-image] Dec 06 20:36:59.388 INFO O| Dec 06 20:36:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75562024-12-06T20:37:00.053Z[ recovery-image] Dec 06 20:36:59.389 INFO O| Dec 06 20:36:59.389 INFO STEP 1071 (remove_files) COMPLETE
75572024-12-06T20:37:00.053Z[ recovery-image] Dec 06 20:36:59.389 INFO O| Dec 06 20:36:59.389 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-06T20:37:00.065Z[ recovery-image] Dec 06 20:36:59.399 INFO O| Dec 06 20:36:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75592024-12-06T20:37:00.067Z[ recovery-image] Dec 06 20:36:59.399 INFO O| Dec 06 20:36:59.399 INFO STEP 1072 (remove_files) COMPLETE
75602024-12-06T20:37:00.067Z[ recovery-image] Dec 06 20:36:59.399 INFO O| Dec 06 20:36:59.399 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-06T20:37:00.077Z[ recovery-image] Dec 06 20:36:59.410 INFO O| Dec 06 20:36:59.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75622024-12-06T20:37:00.077Z[ recovery-image] Dec 06 20:36:59.410 INFO O| Dec 06 20:36:59.410 INFO STEP 1073 (remove_files) COMPLETE
75632024-12-06T20:37:00.077Z[ recovery-image] Dec 06 20:36:59.410 INFO O| Dec 06 20:36:59.410 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-06T20:37:00.088Z[ recovery-image] Dec 06 20:36:59.423 INFO O| Dec 06 20:36:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75652024-12-06T20:37:00.088Z[ recovery-image] Dec 06 20:36:59.423 INFO O| Dec 06 20:36:59.423 INFO STEP 1074 (remove_files) COMPLETE
75662024-12-06T20:37:00.088Z[ recovery-image] Dec 06 20:36:59.423 INFO O| Dec 06 20:36:59.423 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-12-06T20:37:00.100Z[ recovery-image] Dec 06 20:36:59.435 INFO O| Dec 06 20:36:59.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75682024-12-06T20:37:00.100Z[ recovery-image] Dec 06 20:36:59.435 INFO O| Dec 06 20:36:59.435 INFO STEP 1075 (remove_files) COMPLETE
75692024-12-06T20:37:00.103Z[ recovery-image] Dec 06 20:36:59.435 INFO O| Dec 06 20:36:59.435 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-12-06T20:37:00.111Z[ recovery-image] Dec 06 20:36:59.447 INFO O| Dec 06 20:36:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75712024-12-06T20:37:00.111Z[ recovery-image] Dec 06 20:36:59.447 INFO O| Dec 06 20:36:59.447 INFO STEP 1076 (remove_files) COMPLETE
75722024-12-06T20:37:00.113Z[ recovery-image] Dec 06 20:36:59.447 INFO O| Dec 06 20:36:59.447 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-12-06T20:37:00.121Z[ recovery-image] Dec 06 20:36:59.457 INFO O| Dec 06 20:36:59.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75742024-12-06T20:37:00.122Z[ recovery-image] Dec 06 20:36:59.457 INFO O| Dec 06 20:36:59.457 INFO STEP 1077 (remove_files) COMPLETE
75752024-12-06T20:37:00.124Z[ recovery-image] Dec 06 20:36:59.457 INFO O| Dec 06 20:36:59.457 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-12-06T20:37:00.132Z[ recovery-image] Dec 06 20:36:59.467 INFO O| Dec 06 20:36:59.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75772024-12-06T20:37:00.134Z[ recovery-image] Dec 06 20:36:59.468 INFO O| Dec 06 20:36:59.467 INFO STEP 1078 (remove_files) COMPLETE
75782024-12-06T20:37:00.134Z[ recovery-image] Dec 06 20:36:59.468 INFO O| Dec 06 20:36:59.468 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-06T20:37:00.146Z[ recovery-image] Dec 06 20:36:59.477 INFO O| Dec 06 20:36:59.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75802024-12-06T20:37:00.146Z[ recovery-image] Dec 06 20:36:59.478 INFO O| Dec 06 20:36:59.478 INFO STEP 1079 (remove_files) COMPLETE
75812024-12-06T20:37:00.149Z[ recovery-image] Dec 06 20:36:59.478 INFO O| Dec 06 20:36:59.478 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-06T20:37:00.162Z[ recovery-image] Dec 06 20:36:59.487 INFO O| Dec 06 20:36:59.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75832024-12-06T20:37:00.162Z[ recovery-image] Dec 06 20:36:59.487 INFO O| Dec 06 20:36:59.487 INFO STEP 1080 (remove_files) COMPLETE
75842024-12-06T20:37:00.162Z[ recovery-image] Dec 06 20:36:59.487 INFO O| Dec 06 20:36:59.487 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-06T20:37:00.166Z[ recovery-image] Dec 06 20:36:59.497 INFO O| Dec 06 20:36:59.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75862024-12-06T20:37:00.166Z[ recovery-image] Dec 06 20:36:59.497 INFO O| Dec 06 20:36:59.497 INFO STEP 1081 (remove_files) COMPLETE
75872024-12-06T20:37:00.166Z[ recovery-image] Dec 06 20:36:59.497 INFO O| Dec 06 20:36:59.497 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-06T20:37:00.170Z[ recovery-image] Dec 06 20:36:59.506 INFO O| Dec 06 20:36:59.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75892024-12-06T20:37:00.170Z[ recovery-image] Dec 06 20:36:59.506 INFO O| Dec 06 20:36:59.506 INFO STEP 1082 (remove_files) COMPLETE
75902024-12-06T20:37:00.173Z[ recovery-image] Dec 06 20:36:59.506 INFO O| Dec 06 20:36:59.506 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-06T20:37:00.173Z[ host-image] Dec 06 20:36:59.507 INFO O| Dec 06 20:36:59.507 INFO O| Planning: Solver setup ... Done
75922024-12-06T20:37:00.175Z[ host-image] Dec 06 20:36:59.511 INFO O| Dec 06 20:36:59.511 INFO O| Planning: Running solver ... Done
75932024-12-06T20:37:00.180Z[ recovery-image] Dec 06 20:36:59.516 INFO O| Dec 06 20:36:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75942024-12-06T20:37:00.180Z[ recovery-image] Dec 06 20:36:59.516 INFO O| Dec 06 20:36:59.516 INFO STEP 1083 (remove_files) COMPLETE
75952024-12-06T20:37:00.183Z[ recovery-image] Dec 06 20:36:59.516 INFO O| Dec 06 20:36:59.516 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-06T20:37:00.190Z[ recovery-image] Dec 06 20:36:59.526 INFO O| Dec 06 20:36:59.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75972024-12-06T20:37:00.192Z[ recovery-image] Dec 06 20:36:59.526 INFO O| Dec 06 20:36:59.526 INFO STEP 1084 (remove_files) COMPLETE
75982024-12-06T20:37:00.192Z[ recovery-image] Dec 06 20:36:59.526 INFO O| Dec 06 20:36:59.526 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-06T20:37:00.200Z[ recovery-image] Dec 06 20:36:59.536 INFO O| Dec 06 20:36:59.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76002024-12-06T20:37:00.201Z[ recovery-image] Dec 06 20:36:59.536 INFO O| Dec 06 20:36:59.536 INFO STEP 1085 (remove_files) COMPLETE
76012024-12-06T20:37:00.201Z[ recovery-image] Dec 06 20:36:59.536 INFO O| Dec 06 20:36:59.536 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-06T20:37:00.210Z[ recovery-image] Dec 06 20:36:59.546 INFO O| Dec 06 20:36:59.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76032024-12-06T20:37:00.212Z[ recovery-image] Dec 06 20:36:59.546 INFO O| Dec 06 20:36:59.546 INFO STEP 1086 (remove_files) COMPLETE
76042024-12-06T20:37:00.212Z[ recovery-image] Dec 06 20:36:59.546 INFO O| Dec 06 20:36:59.546 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-06T20:37:00.220Z[ recovery-image] Dec 06 20:36:59.556 INFO O| Dec 06 20:36:59.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76062024-12-06T20:37:00.220Z[ recovery-image] Dec 06 20:36:59.556 INFO O| Dec 06 20:36:59.556 INFO STEP 1087 (remove_files) COMPLETE
76072024-12-06T20:37:00.220Z[ recovery-image] Dec 06 20:36:59.556 INFO O| Dec 06 20:36:59.556 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-06T20:37:00.230Z[ recovery-image] Dec 06 20:36:59.566 INFO O| Dec 06 20:36:59.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76092024-12-06T20:37:00.230Z[ recovery-image] Dec 06 20:36:59.566 INFO O| Dec 06 20:36:59.566 INFO STEP 1088 (remove_files) COMPLETE
76102024-12-06T20:37:00.230Z[ recovery-image] Dec 06 20:36:59.566 INFO O| Dec 06 20:36:59.566 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-06T20:37:00.236Z[ host-image] Dec 06 20:36:59.572 INFO O| Dec 06 20:36:59.572 INFO O| Planning: Finding local manifests ... Done
76122024-12-06T20:37:00.238Z[ host-image] Dec 06 20:36:59.572 INFO O| Dec 06 20:36:59.572 INFO O| Planning: Fetching manifests: 0/1 0% complete
76132024-12-06T20:37:00.241Z[ recovery-image] Dec 06 20:36:59.575 INFO O| Dec 06 20:36:59.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76142024-12-06T20:37:00.241Z[ recovery-image] Dec 06 20:36:59.575 INFO O| Dec 06 20:36:59.575 INFO STEP 1089 (remove_files) COMPLETE
76152024-12-06T20:37:00.241Z[ recovery-image] Dec 06 20:36:59.575 INFO O| Dec 06 20:36:59.575 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-06T20:37:00.249Z[ recovery-image] Dec 06 20:36:59.585 INFO O| Dec 06 20:36:59.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76172024-12-06T20:37:00.249Z[ recovery-image] Dec 06 20:36:59.585 INFO O| Dec 06 20:36:59.585 INFO STEP 1090 (remove_files) COMPLETE
76182024-12-06T20:37:00.252Z[ recovery-image] Dec 06 20:36:59.585 INFO O| Dec 06 20:36:59.585 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-06T20:37:00.259Z[ recovery-image] Dec 06 20:36:59.594 INFO O| Dec 06 20:36:59.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76202024-12-06T20:37:00.259Z[ recovery-image] Dec 06 20:36:59.595 INFO O| Dec 06 20:36:59.595 INFO STEP 1091 (remove_files) COMPLETE
76212024-12-06T20:37:00.259Z[ recovery-image] Dec 06 20:36:59.595 INFO O| Dec 06 20:36:59.595 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-06T20:37:00.268Z[ recovery-image] Dec 06 20:36:59.604 INFO O| Dec 06 20:36:59.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76232024-12-06T20:37:00.271Z[ recovery-image] Dec 06 20:36:59.605 INFO O| Dec 06 20:36:59.605 INFO STEP 1092 (remove_files) COMPLETE
76242024-12-06T20:37:00.271Z[ recovery-image] Dec 06 20:36:59.605 INFO O| Dec 06 20:36:59.605 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-06T20:37:00.279Z[ recovery-image] Dec 06 20:36:59.615 INFO O| Dec 06 20:36:59.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76262024-12-06T20:37:00.279Z[ recovery-image] Dec 06 20:36:59.615 INFO O| Dec 06 20:36:59.615 INFO STEP 1093 (remove_files) COMPLETE
76272024-12-06T20:37:00.281Z[ recovery-image] Dec 06 20:36:59.615 INFO O| Dec 06 20:36:59.615 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-06T20:37:00.289Z[ recovery-image] Dec 06 20:36:59.624 INFO O| Dec 06 20:36:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76292024-12-06T20:37:00.289Z[ recovery-image] Dec 06 20:36:59.625 INFO O| Dec 06 20:36:59.625 INFO STEP 1094 (remove_files) COMPLETE
76302024-12-06T20:37:00.291Z[ recovery-image] Dec 06 20:36:59.625 INFO O| Dec 06 20:36:59.625 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-06T20:37:00.299Z[ recovery-image] Dec 06 20:36:59.634 INFO O| Dec 06 20:36:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76322024-12-06T20:37:00.299Z[ recovery-image] Dec 06 20:36:59.634 INFO O| Dec 06 20:36:59.634 INFO STEP 1095 (remove_files) COMPLETE
76332024-12-06T20:37:00.300Z[ recovery-image] Dec 06 20:36:59.634 INFO O| Dec 06 20:36:59.634 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-06T20:37:00.308Z[ recovery-image] Dec 06 20:36:59.644 INFO O| Dec 06 20:36:59.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76352024-12-06T20:37:00.311Z[ recovery-image] Dec 06 20:36:59.644 INFO O| Dec 06 20:36:59.644 INFO STEP 1096 (remove_files) COMPLETE
76362024-12-06T20:37:00.311Z[ recovery-image] Dec 06 20:36:59.644 INFO O| Dec 06 20:36:59.644 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-06T20:37:00.318Z[ recovery-image] Dec 06 20:36:59.654 INFO O| Dec 06 20:36:59.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76382024-12-06T20:37:00.320Z[ recovery-image] Dec 06 20:36:59.654 INFO O| Dec 06 20:36:59.654 INFO STEP 1097 (remove_files) COMPLETE
76392024-12-06T20:37:00.320Z[ recovery-image] Dec 06 20:36:59.654 INFO O| Dec 06 20:36:59.654 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-06T20:37:00.327Z[ host-image] Dec 06 20:36:59.663 INFO O| Dec 06 20:36:59.663 INFO O| Planning: Fetching manifests: 1/1 100% complete
76412024-12-06T20:37:00.330Z[ recovery-image] Dec 06 20:36:59.664 INFO O| Dec 06 20:36:59.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76422024-12-06T20:37:00.330Z[ recovery-image] Dec 06 20:36:59.664 INFO O| Dec 06 20:36:59.664 INFO STEP 1098 (remove_files) COMPLETE
76432024-12-06T20:37:00.330Z[ recovery-image] Dec 06 20:36:59.664 INFO O| Dec 06 20:36:59.664 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-06T20:37:00.338Z[ recovery-image] Dec 06 20:36:59.674 INFO O| Dec 06 20:36:59.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76452024-12-06T20:37:00.338Z[ recovery-image] Dec 06 20:36:59.674 INFO O| Dec 06 20:36:59.674 INFO STEP 1099 (remove_files) COMPLETE
76462024-12-06T20:37:00.338Z[ recovery-image] Dec 06 20:36:59.674 INFO O| Dec 06 20:36:59.674 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-06T20:37:00.346Z[ host-image] Dec 06 20:36:59.681 INFO O| Dec 06 20:36:59.681 INFO O| Planning: Package planning ... Done
76482024-12-06T20:37:00.348Z[ host-image] Dec 06 20:36:59.682 INFO O| Dec 06 20:36:59.682 INFO O| Planning: Merging actions ... Done
76492024-12-06T20:37:00.348Z[ recovery-image] Dec 06 20:36:59.684 INFO O| Dec 06 20:36:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76502024-12-06T20:37:00.348Z[ recovery-image] Dec 06 20:36:59.684 INFO O| Dec 06 20:36:59.684 INFO STEP 1100 (remove_files) COMPLETE
76512024-12-06T20:37:00.348Z[ recovery-image] Dec 06 20:36:59.684 INFO O| Dec 06 20:36:59.684 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-06T20:37:00.357Z[ recovery-image] Dec 06 20:36:59.693 INFO O| Dec 06 20:36:59.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76532024-12-06T20:37:00.357Z[ recovery-image] Dec 06 20:36:59.693 INFO O| Dec 06 20:36:59.693 INFO STEP 1101 (remove_files) COMPLETE
76542024-12-06T20:37:00.357Z[ recovery-image] Dec 06 20:36:59.693 INFO O| Dec 06 20:36:59.693 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-06T20:37:00.367Z[ recovery-image] Dec 06 20:36:59.703 INFO O| Dec 06 20:36:59.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76562024-12-06T20:37:00.367Z[ recovery-image] Dec 06 20:36:59.703 INFO O| Dec 06 20:36:59.703 INFO STEP 1102 (remove_files) COMPLETE
76572024-12-06T20:37:00.367Z[ recovery-image] Dec 06 20:36:59.703 INFO O| Dec 06 20:36:59.703 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-06T20:37:00.377Z[ recovery-image] Dec 06 20:36:59.713 INFO O| Dec 06 20:36:59.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76592024-12-06T20:37:00.377Z[ recovery-image] Dec 06 20:36:59.713 INFO O| Dec 06 20:36:59.713 INFO STEP 1103 (remove_files) COMPLETE
76602024-12-06T20:37:00.379Z[ recovery-image] Dec 06 20:36:59.713 INFO O| Dec 06 20:36:59.713 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-06T20:37:00.387Z[ recovery-image] Dec 06 20:36:59.723 INFO O| Dec 06 20:36:59.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76622024-12-06T20:37:00.387Z[ recovery-image] Dec 06 20:36:59.723 INFO O| Dec 06 20:36:59.723 INFO STEP 1104 (remove_files) COMPLETE
76632024-12-06T20:37:00.387Z[ recovery-image] Dec 06 20:36:59.723 INFO O| Dec 06 20:36:59.723 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-06T20:37:00.397Z[ recovery-image] Dec 06 20:36:59.732 INFO O| Dec 06 20:36:59.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76652024-12-06T20:37:00.397Z[ recovery-image] Dec 06 20:36:59.732 INFO O| Dec 06 20:36:59.732 INFO STEP 1105 (remove_files) COMPLETE
76662024-12-06T20:37:00.400Z[ recovery-image] Dec 06 20:36:59.733 INFO O| Dec 06 20:36:59.732 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-06T20:37:00.405Z[ host-image] Dec 06 20:36:59.741 INFO O| Dec 06 20:36:59.741 INFO O| Planning: Checking for conflicting actions ... Done
76682024-12-06T20:37:00.408Z[ host-image] Dec 06 20:36:59.741 INFO O| Dec 06 20:36:59.741 INFO O| Planning: Consolidating action changes ... Done
76692024-12-06T20:37:00.408Z[ recovery-image] Dec 06 20:36:59.742 INFO O| Dec 06 20:36:59.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76702024-12-06T20:37:00.408Z[ recovery-image] Dec 06 20:36:59.742 INFO O| Dec 06 20:36:59.742 INFO STEP 1106 (remove_files) COMPLETE
76712024-12-06T20:37:00.408Z[ recovery-image] Dec 06 20:36:59.742 INFO O| Dec 06 20:36:59.742 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-12-06T20:37:00.415Z[ recovery-image] Dec 06 20:36:59.751 INFO O| Dec 06 20:36:59.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76732024-12-06T20:37:00.415Z[ recovery-image] Dec 06 20:36:59.751 INFO O| Dec 06 20:36:59.751 INFO STEP 1107 (remove_files) COMPLETE
76742024-12-06T20:37:00.415Z[ recovery-image] Dec 06 20:36:59.751 INFO O| Dec 06 20:36:59.751 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-12-06T20:37:00.425Z[ recovery-image] Dec 06 20:36:59.760 INFO O| Dec 06 20:36:59.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76762024-12-06T20:37:00.425Z[ recovery-image] Dec 06 20:36:59.761 INFO O| Dec 06 20:36:59.761 INFO STEP 1108 (remove_files) COMPLETE
76772024-12-06T20:37:00.425Z[ recovery-image] Dec 06 20:36:59.761 INFO O| Dec 06 20:36:59.761 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-12-06T20:37:00.434Z[ recovery-image] Dec 06 20:36:59.770 INFO O| Dec 06 20:36:59.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76792024-12-06T20:37:00.434Z[ recovery-image] Dec 06 20:36:59.770 INFO O| Dec 06 20:36:59.770 INFO STEP 1109 (remove_files) COMPLETE
76802024-12-06T20:37:00.434Z[ recovery-image] Dec 06 20:36:59.770 INFO O| Dec 06 20:36:59.770 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-12-06T20:37:00.443Z[ recovery-image] Dec 06 20:36:59.779 INFO O| Dec 06 20:36:59.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76822024-12-06T20:37:00.443Z[ recovery-image] Dec 06 20:36:59.779 INFO O| Dec 06 20:36:59.779 INFO STEP 1110 (remove_files) COMPLETE
76832024-12-06T20:37:00.443Z[ recovery-image] Dec 06 20:36:59.779 INFO O| Dec 06 20:36:59.779 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-12-06T20:37:00.453Z[ recovery-image] Dec 06 20:36:59.789 INFO O| Dec 06 20:36:59.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76852024-12-06T20:37:00.455Z[ recovery-image] Dec 06 20:36:59.789 INFO O| Dec 06 20:36:59.789 INFO STEP 1111 (remove_files) COMPLETE
76862024-12-06T20:37:00.455Z[ recovery-image] Dec 06 20:36:59.789 INFO O| Dec 06 20:36:59.789 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-12-06T20:37:00.462Z[ recovery-image] Dec 06 20:36:59.798 INFO O| Dec 06 20:36:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76882024-12-06T20:37:00.462Z[ recovery-image] Dec 06 20:36:59.798 INFO O| Dec 06 20:36:59.798 INFO STEP 1112 (remove_files) COMPLETE
76892024-12-06T20:37:00.462Z[ recovery-image] Dec 06 20:36:59.798 INFO O| Dec 06 20:36:59.798 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-12-06T20:37:00.472Z[ recovery-image] Dec 06 20:36:59.807 INFO O| Dec 06 20:36:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76912024-12-06T20:37:00.472Z[ recovery-image] Dec 06 20:36:59.807 INFO O| Dec 06 20:36:59.807 INFO STEP 1113 (remove_files) COMPLETE
76922024-12-06T20:37:00.472Z[ recovery-image] Dec 06 20:36:59.807 INFO O| Dec 06 20:36:59.807 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-12-06T20:37:00.481Z[ recovery-image] Dec 06 20:36:59.817 INFO O| Dec 06 20:36:59.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76942024-12-06T20:37:00.490Z[ recovery-image] Dec 06 20:36:59.817 INFO O| Dec 06 20:36:59.817 INFO STEP 1114 (remove_files) COMPLETE
76952024-12-06T20:37:00.490Z[ recovery-image] Dec 06 20:36:59.817 INFO O| Dec 06 20:36:59.817 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-06T20:37:00.495Z[ recovery-image] Dec 06 20:36:59.826 INFO O| Dec 06 20:36:59.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76972024-12-06T20:37:00.495Z[ recovery-image] Dec 06 20:36:59.826 INFO O| Dec 06 20:36:59.826 INFO STEP 1115 (remove_files) COMPLETE
76982024-12-06T20:37:00.495Z[ recovery-image] Dec 06 20:36:59.826 INFO O| Dec 06 20:36:59.826 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-06T20:37:00.500Z[ recovery-image] Dec 06 20:36:59.836 INFO O| Dec 06 20:36:59.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77002024-12-06T20:37:00.500Z[ recovery-image] Dec 06 20:36:59.836 INFO O| Dec 06 20:36:59.836 INFO STEP 1116 (remove_files) COMPLETE
77012024-12-06T20:37:00.500Z[ recovery-image] Dec 06 20:36:59.836 INFO O| Dec 06 20:36:59.836 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-06T20:37:00.510Z[ recovery-image] Dec 06 20:36:59.845 INFO O| Dec 06 20:36:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77032024-12-06T20:37:00.510Z[ recovery-image] Dec 06 20:36:59.845 INFO O| Dec 06 20:36:59.845 INFO STEP 1117 (remove_files) COMPLETE
77042024-12-06T20:37:00.512Z[ recovery-image] Dec 06 20:36:59.845 INFO O| Dec 06 20:36:59.845 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-06T20:37:00.519Z[ recovery-image] Dec 06 20:36:59.855 INFO O| Dec 06 20:36:59.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77062024-12-06T20:37:00.519Z[ recovery-image] Dec 06 20:36:59.855 INFO O| Dec 06 20:36:59.855 INFO STEP 1118 (remove_files) COMPLETE
77072024-12-06T20:37:00.521Z[ recovery-image] Dec 06 20:36:59.855 INFO O| Dec 06 20:36:59.855 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-06T20:37:00.528Z[ recovery-image] Dec 06 20:36:59.864 INFO O| Dec 06 20:36:59.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77092024-12-06T20:37:00.528Z[ recovery-image] Dec 06 20:36:59.864 INFO O| Dec 06 20:36:59.864 INFO STEP 1119 (remove_files) COMPLETE
77102024-12-06T20:37:00.532Z[ recovery-image] Dec 06 20:36:59.864 INFO O| Dec 06 20:36:59.864 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-06T20:37:00.538Z[ recovery-image] Dec 06 20:36:59.873 INFO O| Dec 06 20:36:59.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77122024-12-06T20:37:00.540Z[ recovery-image] Dec 06 20:36:59.874 INFO O| Dec 06 20:36:59.873 INFO STEP 1120 (remove_files) COMPLETE
77132024-12-06T20:37:00.540Z[ recovery-image] Dec 06 20:36:59.874 INFO O| Dec 06 20:36:59.874 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-06T20:37:00.547Z[ recovery-image] Dec 06 20:36:59.883 INFO O| Dec 06 20:36:59.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77152024-12-06T20:37:00.549Z[ recovery-image] Dec 06 20:36:59.883 INFO O| Dec 06 20:36:59.883 INFO STEP 1121 (remove_files) COMPLETE
77162024-12-06T20:37:00.549Z[ recovery-image] Dec 06 20:36:59.883 INFO O| Dec 06 20:36:59.883 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-06T20:37:00.556Z[ recovery-image] Dec 06 20:36:59.892 INFO O| Dec 06 20:36:59.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77182024-12-06T20:37:00.557Z[ recovery-image] Dec 06 20:36:59.892 INFO O| Dec 06 20:36:59.892 INFO STEP 1122 (remove_files) COMPLETE
77192024-12-06T20:37:00.559Z[ recovery-image] Dec 06 20:36:59.892 INFO O| Dec 06 20:36:59.892 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-06T20:37:00.566Z[ recovery-image] Dec 06 20:36:59.902 INFO O| Dec 06 20:36:59.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77212024-12-06T20:37:00.568Z[ recovery-image] Dec 06 20:36:59.902 INFO O| Dec 06 20:36:59.902 INFO STEP 1123 (remove_files) COMPLETE
77222024-12-06T20:37:00.568Z[ recovery-image] Dec 06 20:36:59.902 INFO O| Dec 06 20:36:59.902 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-06T20:37:00.575Z[ recovery-image] Dec 06 20:36:59.911 INFO O| Dec 06 20:36:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77242024-12-06T20:37:00.575Z[ recovery-image] Dec 06 20:36:59.911 INFO O| Dec 06 20:36:59.911 INFO STEP 1124 (remove_files) COMPLETE
77252024-12-06T20:37:00.577Z[ recovery-image] Dec 06 20:36:59.911 INFO O| Dec 06 20:36:59.911 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-06T20:37:00.584Z[ host-image] Dec 06 20:36:59.919 INFO O| Dec 06 20:36:59.919 INFO O| Planning: Evaluating mediators ... Done
77272024-12-06T20:37:00.586Z[ host-image] Dec 06 20:36:59.920 INFO O| Dec 06 20:36:59.920 INFO O| Planning: Planning completed in 2.64 seconds
77282024-12-06T20:37:00.586Z[ recovery-image] Dec 06 20:36:59.920 INFO O| Dec 06 20:36:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77292024-12-06T20:37:00.586Z[ recovery-image] Dec 06 20:36:59.921 INFO O| Dec 06 20:36:59.920 INFO STEP 1125 (remove_files) COMPLETE
77302024-12-06T20:37:00.586Z[ recovery-image] Dec 06 20:36:59.921 INFO O| Dec 06 20:36:59.921 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-06T20:37:00.586Z[ host-image] Dec 06 20:36:59.921 INFO O| Dec 06 20:36:59.921 INFO O| Packages to install: 1
77322024-12-06T20:37:00.594Z[ recovery-image] Dec 06 20:36:59.930 INFO O| Dec 06 20:36:59.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77332024-12-06T20:37:00.594Z[ recovery-image] Dec 06 20:36:59.930 INFO O| Dec 06 20:36:59.930 INFO STEP 1126 (remove_files) COMPLETE
77342024-12-06T20:37:00.596Z[ recovery-image] Dec 06 20:36:59.930 INFO O| Dec 06 20:36:59.930 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-06T20:37:00.599Z[ host-image] Dec 06 20:36:59.933 INFO O| Dec 06 20:36:59.933 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
77362024-12-06T20:37:00.604Z[ recovery-image] Dec 06 20:36:59.940 INFO O| Dec 06 20:36:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77372024-12-06T20:37:00.604Z[ recovery-image] Dec 06 20:36:59.940 INFO O| Dec 06 20:36:59.940 INFO STEP 1127 (remove_files) COMPLETE
77382024-12-06T20:37:00.607Z[ recovery-image] Dec 06 20:36:59.940 INFO O| Dec 06 20:36:59.940 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-06T20:37:00.614Z[ recovery-image] Dec 06 20:36:59.949 INFO O| Dec 06 20:36:59.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77402024-12-06T20:37:00.614Z[ recovery-image] Dec 06 20:36:59.949 INFO O| Dec 06 20:36:59.949 INFO STEP 1128 (remove_files) COMPLETE
77412024-12-06T20:37:00.616Z[ recovery-image] Dec 06 20:36:59.949 INFO O| Dec 06 20:36:59.949 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-06T20:37:00.623Z[ recovery-image] Dec 06 20:36:59.959 INFO O| Dec 06 20:36:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77432024-12-06T20:37:00.623Z[ recovery-image] Dec 06 20:36:59.959 INFO O| Dec 06 20:36:59.959 INFO STEP 1129 (remove_files) COMPLETE
77442024-12-06T20:37:00.623Z[ recovery-image] Dec 06 20:36:59.959 INFO O| Dec 06 20:36:59.959 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-06T20:37:00.632Z[ recovery-image] Dec 06 20:36:59.968 INFO O| Dec 06 20:36:59.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77462024-12-06T20:37:00.633Z[ recovery-image] Dec 06 20:36:59.968 INFO O| Dec 06 20:36:59.968 INFO STEP 1130 (remove_files) COMPLETE
77472024-12-06T20:37:00.635Z[ recovery-image] Dec 06 20:36:59.968 INFO O| Dec 06 20:36:59.968 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-06T20:37:00.642Z[ recovery-image] Dec 06 20:36:59.978 INFO O| Dec 06 20:36:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77492024-12-06T20:37:00.644Z[ recovery-image] Dec 06 20:36:59.978 INFO O| Dec 06 20:36:59.978 INFO STEP 1131 (remove_files) COMPLETE
77502024-12-06T20:37:00.644Z[ recovery-image] Dec 06 20:36:59.978 INFO O| Dec 06 20:36:59.978 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-06T20:37:00.651Z[ recovery-image] Dec 06 20:36:59.987 INFO O| Dec 06 20:36:59.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77522024-12-06T20:37:00.651Z[ recovery-image] Dec 06 20:36:59.987 INFO O| Dec 06 20:36:59.987 INFO STEP 1132 (remove_files) COMPLETE
77532024-12-06T20:37:00.654Z[ recovery-image] Dec 06 20:36:59.987 INFO O| Dec 06 20:36:59.987 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-06T20:37:00.661Z[ recovery-image] Dec 06 20:36:59.997 INFO O| Dec 06 20:36:59.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77552024-12-06T20:37:00.661Z[ recovery-image] Dec 06 20:36:59.997 INFO O| Dec 06 20:36:59.997 INFO STEP 1133 (remove_files) COMPLETE
77562024-12-06T20:37:00.663Z[ recovery-image] Dec 06 20:36:59.997 INFO O| Dec 06 20:36:59.997 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-06T20:37:00.671Z[ recovery-image] Dec 06 20:37:00.007 INFO O| Dec 06 20:37:00.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77582024-12-06T20:37:00.671Z[ recovery-image] Dec 06 20:37:00.007 INFO O| Dec 06 20:37:00.007 INFO STEP 1134 (remove_files) COMPLETE
77592024-12-06T20:37:00.671Z[ recovery-image] Dec 06 20:37:00.007 INFO O| Dec 06 20:37:00.007 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-06T20:37:00.682Z[ recovery-image] Dec 06 20:37:00.018 INFO O| Dec 06 20:37:00.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77612024-12-06T20:37:00.684Z[ recovery-image] Dec 06 20:37:00.018 INFO O| Dec 06 20:37:00.018 INFO STEP 1135 (remove_files) COMPLETE
77622024-12-06T20:37:00.684Z[ recovery-image] Dec 06 20:37:00.018 INFO O| Dec 06 20:37:00.018 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-06T20:37:00.696Z[ recovery-image] Dec 06 20:37:00.032 INFO O| Dec 06 20:37:00.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77642024-12-06T20:37:00.698Z[ recovery-image] Dec 06 20:37:00.032 INFO O| Dec 06 20:37:00.032 INFO STEP 1136 (remove_files) COMPLETE
77652024-12-06T20:37:00.699Z[ recovery-image] Dec 06 20:37:00.032 INFO O| Dec 06 20:37:00.032 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-06T20:37:00.711Z[ recovery-image] Dec 06 20:37:00.047 INFO O| Dec 06 20:37:00.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77672024-12-06T20:37:00.714Z[ recovery-image] Dec 06 20:37:00.047 INFO O| Dec 06 20:37:00.047 INFO STEP 1137 (remove_files) COMPLETE
77682024-12-06T20:37:00.714Z[ recovery-image] Dec 06 20:37:00.047 INFO O| Dec 06 20:37:00.047 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-06T20:37:00.722Z[ recovery-image] Dec 06 20:37:00.058 INFO O| Dec 06 20:37:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77702024-12-06T20:37:00.722Z[ recovery-image] Dec 06 20:37:00.058 INFO O| Dec 06 20:37:00.058 INFO STEP 1138 (remove_files) COMPLETE
77712024-12-06T20:37:00.724Z[ recovery-image] Dec 06 20:37:00.058 INFO O| Dec 06 20:37:00.058 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-06T20:37:00.732Z[ recovery-image] Dec 06 20:37:00.068 INFO O| Dec 06 20:37:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77732024-12-06T20:37:00.732Z[ recovery-image] Dec 06 20:37:00.068 INFO O| Dec 06 20:37:00.068 INFO STEP 1139 (remove_files) COMPLETE
77742024-12-06T20:37:00.735Z[ recovery-image] Dec 06 20:37:00.068 INFO O| Dec 06 20:37:00.068 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-06T20:37:00.743Z[ recovery-image] Dec 06 20:37:00.079 INFO O| Dec 06 20:37:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77762024-12-06T20:37:00.743Z[ recovery-image] Dec 06 20:37:00.079 INFO O| Dec 06 20:37:00.079 INFO STEP 1140 (remove_files) COMPLETE
77772024-12-06T20:37:00.743Z[ recovery-image] Dec 06 20:37:00.079 INFO O| Dec 06 20:37:00.079 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-06T20:37:00.752Z[ recovery-image] Dec 06 20:37:00.088 INFO O| Dec 06 20:37:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77792024-12-06T20:37:00.755Z[ recovery-image] Dec 06 20:37:00.088 INFO O| Dec 06 20:37:00.088 INFO STEP 1141 (remove_files) COMPLETE
77802024-12-06T20:37:00.755Z[ recovery-image] Dec 06 20:37:00.088 INFO O| Dec 06 20:37:00.088 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-06T20:37:00.762Z[ recovery-image] Dec 06 20:37:00.098 INFO O| Dec 06 20:37:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77822024-12-06T20:37:00.762Z[ recovery-image] Dec 06 20:37:00.098 INFO O| Dec 06 20:37:00.098 INFO STEP 1142 (remove_files) COMPLETE
77832024-12-06T20:37:00.765Z[ recovery-image] Dec 06 20:37:00.098 INFO O| Dec 06 20:37:00.098 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-06T20:37:00.765Z[ host-image] Dec 06 20:37:00.099 INFO O| Dec 06 20:37:00.099 INFO O| Download: Completed 9.99 MB in 0.17 seconds (60.2M/s)
77852024-12-06T20:37:00.772Z[ recovery-image] Dec 06 20:37:00.107 INFO O| Dec 06 20:37:00.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77862024-12-06T20:37:00.772Z[ recovery-image] Dec 06 20:37:00.108 INFO O| Dec 06 20:37:00.108 INFO STEP 1143 (remove_files) COMPLETE
77872024-12-06T20:37:00.772Z[ recovery-image] Dec 06 20:37:00.108 INFO O| Dec 06 20:37:00.108 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-06T20:37:00.781Z[ recovery-image] Dec 06 20:37:00.117 INFO O| Dec 06 20:37:00.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77892024-12-06T20:37:00.781Z[ recovery-image] Dec 06 20:37:00.117 INFO O| Dec 06 20:37:00.117 INFO STEP 1144 (remove_files) COMPLETE
77902024-12-06T20:37:00.781Z[ recovery-image] Dec 06 20:37:00.117 INFO O| Dec 06 20:37:00.117 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-06T20:37:00.788Z[ host-image] Dec 06 20:37:00.123 INFO O| Dec 06 20:37:00.123 INFO O| Actions: 1/22 actions (Installing new actions)
77922024-12-06T20:37:00.791Z[ recovery-image] Dec 06 20:37:00.127 INFO O| Dec 06 20:37:00.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77932024-12-06T20:37:00.794Z[ recovery-image] Dec 06 20:37:00.127 INFO O| Dec 06 20:37:00.127 INFO STEP 1145 (remove_files) COMPLETE
77942024-12-06T20:37:00.794Z[ recovery-image] Dec 06 20:37:00.127 INFO O| Dec 06 20:37:00.127 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-12-06T20:37:00.801Z[ recovery-image] Dec 06 20:37:00.136 INFO O| Dec 06 20:37:00.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77962024-12-06T20:37:00.801Z[ recovery-image] Dec 06 20:37:00.136 INFO O| Dec 06 20:37:00.136 INFO STEP 1146 (remove_files) COMPLETE
77972024-12-06T20:37:00.801Z[ recovery-image] Dec 06 20:37:00.136 INFO O| Dec 06 20:37:00.136 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-12-06T20:37:00.810Z[ recovery-image] Dec 06 20:37:00.145 INFO O| Dec 06 20:37:00.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77992024-12-06T20:37:00.810Z[ recovery-image] Dec 06 20:37:00.146 INFO O| Dec 06 20:37:00.145 INFO STEP 1147 (remove_files) COMPLETE
78002024-12-06T20:37:00.810Z[ recovery-image] Dec 06 20:37:00.146 INFO O| Dec 06 20:37:00.146 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-12-06T20:37:00.820Z[ recovery-image] Dec 06 20:37:00.155 INFO O| Dec 06 20:37:00.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78022024-12-06T20:37:00.820Z[ recovery-image] Dec 06 20:37:00.156 INFO O| Dec 06 20:37:00.156 INFO STEP 1148 (remove_files) COMPLETE
78032024-12-06T20:37:00.820Z[ recovery-image] Dec 06 20:37:00.156 INFO O| Dec 06 20:37:00.156 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-12-06T20:37:00.829Z[ recovery-image] Dec 06 20:37:00.165 INFO O| Dec 06 20:37:00.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78052024-12-06T20:37:00.829Z[ recovery-image] Dec 06 20:37:00.165 INFO O| Dec 06 20:37:00.165 INFO STEP 1149 (remove_files) COMPLETE
78062024-12-06T20:37:00.829Z[ recovery-image] Dec 06 20:37:00.165 INFO O| Dec 06 20:37:00.165 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-06T20:37:00.839Z[ recovery-image] Dec 06 20:37:00.175 INFO O| Dec 06 20:37:00.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78082024-12-06T20:37:00.839Z[ recovery-image] Dec 06 20:37:00.175 INFO O| Dec 06 20:37:00.175 INFO STEP 1150 (remove_files) COMPLETE
78092024-12-06T20:37:00.839Z[ recovery-image] Dec 06 20:37:00.175 INFO O| Dec 06 20:37:00.175 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-06T20:37:00.848Z[ recovery-image] Dec 06 20:37:00.184 INFO O| Dec 06 20:37:00.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78112024-12-06T20:37:00.848Z[ recovery-image] Dec 06 20:37:00.184 INFO O| Dec 06 20:37:00.184 INFO STEP 1151 (remove_files) COMPLETE
78122024-12-06T20:37:00.850Z[ recovery-image] Dec 06 20:37:00.184 INFO O| Dec 06 20:37:00.184 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-06T20:37:00.858Z[ recovery-image] Dec 06 20:37:00.194 INFO O| Dec 06 20:37:00.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78142024-12-06T20:37:00.858Z[ recovery-image] Dec 06 20:37:00.194 INFO O| Dec 06 20:37:00.194 INFO STEP 1152 (remove_files) COMPLETE
78152024-12-06T20:37:00.860Z[ recovery-image] Dec 06 20:37:00.194 INFO O| Dec 06 20:37:00.194 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-06T20:37:00.867Z[ recovery-image] Dec 06 20:37:00.203 INFO O| Dec 06 20:37:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78172024-12-06T20:37:00.867Z[ recovery-image] Dec 06 20:37:00.203 INFO O| Dec 06 20:37:00.203 INFO STEP 1153 (remove_files) COMPLETE
78182024-12-06T20:37:00.867Z[ recovery-image] Dec 06 20:37:00.203 INFO O| Dec 06 20:37:00.203 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-06T20:37:00.877Z[ recovery-image] Dec 06 20:37:00.213 INFO O| Dec 06 20:37:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78202024-12-06T20:37:00.877Z[ recovery-image] Dec 06 20:37:00.213 INFO O| Dec 06 20:37:00.213 INFO STEP 1154 (remove_files) COMPLETE
78212024-12-06T20:37:00.877Z[ recovery-image] Dec 06 20:37:00.213 INFO O| Dec 06 20:37:00.213 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-06T20:37:00.886Z[ recovery-image] Dec 06 20:37:00.222 INFO O| Dec 06 20:37:00.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78232024-12-06T20:37:00.886Z[ recovery-image] Dec 06 20:37:00.222 INFO O| Dec 06 20:37:00.222 INFO STEP 1155 (remove_files) COMPLETE
78242024-12-06T20:37:00.889Z[ recovery-image] Dec 06 20:37:00.222 INFO O| Dec 06 20:37:00.222 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-06T20:37:00.896Z[ recovery-image] Dec 06 20:37:00.232 INFO O| Dec 06 20:37:00.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78262024-12-06T20:37:00.896Z[ recovery-image] Dec 06 20:37:00.232 INFO O| Dec 06 20:37:00.232 INFO STEP 1156 (remove_files) COMPLETE
78272024-12-06T20:37:00.898Z[ recovery-image] Dec 06 20:37:00.232 INFO O| Dec 06 20:37:00.232 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-06T20:37:00.905Z[ recovery-image] Dec 06 20:37:00.241 INFO O| Dec 06 20:37:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78292024-12-06T20:37:00.905Z[ recovery-image] Dec 06 20:37:00.241 INFO O| Dec 06 20:37:00.241 INFO STEP 1157 (remove_files) COMPLETE
78302024-12-06T20:37:00.908Z[ recovery-image] Dec 06 20:37:00.241 INFO O| Dec 06 20:37:00.241 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-06T20:37:00.915Z[ recovery-image] Dec 06 20:37:00.251 INFO O| Dec 06 20:37:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78322024-12-06T20:37:00.915Z[ recovery-image] Dec 06 20:37:00.251 INFO O| Dec 06 20:37:00.251 INFO STEP 1158 (remove_files) COMPLETE
78332024-12-06T20:37:00.917Z[ recovery-image] Dec 06 20:37:00.251 INFO O| Dec 06 20:37:00.251 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-06T20:37:00.925Z[ recovery-image] Dec 06 20:37:00.261 INFO O| Dec 06 20:37:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78352024-12-06T20:37:00.927Z[ recovery-image] Dec 06 20:37:00.261 INFO O| Dec 06 20:37:00.261 INFO STEP 1159 (remove_files) COMPLETE
78362024-12-06T20:37:00.927Z[ recovery-image] Dec 06 20:37:00.261 INFO O| Dec 06 20:37:00.261 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-06T20:37:00.935Z[ recovery-image] Dec 06 20:37:00.270 INFO O| Dec 06 20:37:00.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78382024-12-06T20:37:00.935Z[ recovery-image] Dec 06 20:37:00.270 INFO O| Dec 06 20:37:00.270 INFO STEP 1160 (remove_files) COMPLETE
78392024-12-06T20:37:00.935Z[ recovery-image] Dec 06 20:37:00.270 INFO O| Dec 06 20:37:00.270 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-06T20:37:00.944Z[ recovery-image] Dec 06 20:37:00.280 INFO O| Dec 06 20:37:00.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78412024-12-06T20:37:00.944Z[ recovery-image] Dec 06 20:37:00.280 INFO O| Dec 06 20:37:00.280 INFO STEP 1161 (remove_files) COMPLETE
78422024-12-06T20:37:00.944Z[ recovery-image] Dec 06 20:37:00.280 INFO O| Dec 06 20:37:00.280 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-06T20:37:00.954Z[ recovery-image] Dec 06 20:37:00.289 INFO O| Dec 06 20:37:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78442024-12-06T20:37:00.957Z[ recovery-image] Dec 06 20:37:00.289 INFO O| Dec 06 20:37:00.289 INFO STEP 1162 (remove_files) COMPLETE
78452024-12-06T20:37:00.957Z[ recovery-image] Dec 06 20:37:00.289 INFO O| Dec 06 20:37:00.289 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-06T20:37:00.963Z[ recovery-image] Dec 06 20:37:00.299 INFO O| Dec 06 20:37:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78472024-12-06T20:37:00.963Z[ recovery-image] Dec 06 20:37:00.299 INFO O| Dec 06 20:37:00.299 INFO STEP 1163 (remove_files) COMPLETE
78482024-12-06T20:37:00.963Z[ recovery-image] Dec 06 20:37:00.299 INFO O| Dec 06 20:37:00.299 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-06T20:37:00.973Z[ recovery-image] Dec 06 20:37:00.308 INFO O| Dec 06 20:37:00.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78502024-12-06T20:37:00.973Z[ recovery-image] Dec 06 20:37:00.308 INFO O| Dec 06 20:37:00.308 INFO STEP 1164 (remove_files) COMPLETE
78512024-12-06T20:37:00.975Z[ recovery-image] Dec 06 20:37:00.309 INFO O| Dec 06 20:37:00.308 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-06T20:37:00.982Z[ recovery-image] Dec 06 20:37:00.318 INFO O| Dec 06 20:37:00.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78532024-12-06T20:37:00.982Z[ recovery-image] Dec 06 20:37:00.318 INFO O| Dec 06 20:37:00.318 INFO STEP 1165 (remove_files) COMPLETE
78542024-12-06T20:37:00.984Z[ recovery-image] Dec 06 20:37:00.318 INFO O| Dec 06 20:37:00.318 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-06T20:37:00.992Z[ recovery-image] Dec 06 20:37:00.327 INFO O| Dec 06 20:37:00.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78562024-12-06T20:37:00.992Z[ recovery-image] Dec 06 20:37:00.328 INFO O| Dec 06 20:37:00.327 INFO STEP 1166 (remove_files) COMPLETE
78572024-12-06T20:37:00.992Z[ recovery-image] Dec 06 20:37:00.328 INFO O| Dec 06 20:37:00.327 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-06T20:37:01.001Z[ recovery-image] Dec 06 20:37:00.337 INFO O| Dec 06 20:37:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78592024-12-06T20:37:01.004Z[ recovery-image] Dec 06 20:37:00.337 INFO O| Dec 06 20:37:00.337 INFO STEP 1167 (remove_files) COMPLETE
78602024-12-06T20:37:01.004Z[ recovery-image] Dec 06 20:37:00.337 INFO O| Dec 06 20:37:00.337 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-06T20:37:01.012Z[ recovery-image] Dec 06 20:37:00.346 INFO O| Dec 06 20:37:00.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78622024-12-06T20:37:01.015Z[ recovery-image] Dec 06 20:37:00.347 INFO O| Dec 06 20:37:00.347 INFO STEP 1168 (remove_files) COMPLETE
78632024-12-06T20:37:01.015Z[ recovery-image] Dec 06 20:37:00.347 INFO O| Dec 06 20:37:00.347 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-06T20:37:01.018Z[ host-image] Dec 06 20:37:00.353 INFO O| Dec 06 20:37:00.353 INFO O| Actions: Completed 22 actions in 0.23 seconds.
78652024-12-06T20:37:01.021Z[ recovery-image] Dec 06 20:37:00.356 INFO O| Dec 06 20:37:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78662024-12-06T20:37:01.021Z[ recovery-image] Dec 06 20:37:00.356 INFO O| Dec 06 20:37:00.356 INFO STEP 1169 (remove_files) COMPLETE
78672024-12-06T20:37:01.023Z[ recovery-image] Dec 06 20:37:00.357 INFO O| Dec 06 20:37:00.356 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-06T20:37:01.030Z[ recovery-image] Dec 06 20:37:00.366 INFO O| Dec 06 20:37:00.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78692024-12-06T20:37:01.030Z[ recovery-image] Dec 06 20:37:00.366 INFO O| Dec 06 20:37:00.366 INFO STEP 1170 (remove_files) COMPLETE
78702024-12-06T20:37:01.033Z[ recovery-image] Dec 06 20:37:00.366 INFO O| Dec 06 20:37:00.366 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-06T20:37:01.040Z[ recovery-image] Dec 06 20:37:00.376 INFO O| Dec 06 20:37:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78722024-12-06T20:37:01.040Z[ recovery-image] Dec 06 20:37:00.376 INFO O| Dec 06 20:37:00.376 INFO STEP 1171 (remove_files) COMPLETE
78732024-12-06T20:37:01.042Z[ recovery-image] Dec 06 20:37:00.376 INFO O| Dec 06 20:37:00.376 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-06T20:37:01.050Z[ recovery-image] Dec 06 20:37:00.386 INFO O| Dec 06 20:37:00.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78752024-12-06T20:37:01.050Z[ recovery-image] Dec 06 20:37:00.386 INFO O| Dec 06 20:37:00.386 INFO STEP 1172 (remove_files) COMPLETE
78762024-12-06T20:37:01.053Z[ recovery-image] Dec 06 20:37:00.386 INFO O| Dec 06 20:37:00.386 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-06T20:37:01.059Z[ recovery-image] Dec 06 20:37:00.395 INFO O| Dec 06 20:37:00.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78782024-12-06T20:37:01.059Z[ recovery-image] Dec 06 20:37:00.395 INFO O| Dec 06 20:37:00.395 INFO STEP 1173 (remove_files) COMPLETE
78792024-12-06T20:37:01.059Z[ recovery-image] Dec 06 20:37:00.395 INFO O| Dec 06 20:37:00.395 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-06T20:37:01.069Z[ recovery-image] Dec 06 20:37:00.405 INFO O| Dec 06 20:37:00.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78812024-12-06T20:37:01.069Z[ recovery-image] Dec 06 20:37:00.405 INFO O| Dec 06 20:37:00.405 INFO STEP 1174 (remove_files) COMPLETE
78822024-12-06T20:37:01.072Z[ recovery-image] Dec 06 20:37:00.405 INFO O| Dec 06 20:37:00.405 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-06T20:37:01.079Z[ recovery-image] Dec 06 20:37:00.415 INFO O| Dec 06 20:37:00.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78842024-12-06T20:37:01.079Z[ recovery-image] Dec 06 20:37:00.415 INFO O| Dec 06 20:37:00.415 INFO STEP 1175 (remove_files) COMPLETE
78852024-12-06T20:37:01.082Z[ recovery-image] Dec 06 20:37:00.415 INFO O| Dec 06 20:37:00.415 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-06T20:37:01.089Z[ recovery-image] Dec 06 20:37:00.424 INFO O| Dec 06 20:37:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78872024-12-06T20:37:01.089Z[ recovery-image] Dec 06 20:37:00.424 INFO O| Dec 06 20:37:00.424 INFO STEP 1176 (remove_files) COMPLETE
78882024-12-06T20:37:01.089Z[ recovery-image] Dec 06 20:37:00.424 INFO O| Dec 06 20:37:00.424 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-06T20:37:01.098Z[ recovery-image] Dec 06 20:37:00.434 INFO O| Dec 06 20:37:00.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78902024-12-06T20:37:01.098Z[ recovery-image] Dec 06 20:37:00.434 INFO O| Dec 06 20:37:00.434 INFO STEP 1177 (remove_files) COMPLETE
78912024-12-06T20:37:01.101Z[ recovery-image] Dec 06 20:37:00.434 INFO O| Dec 06 20:37:00.434 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-06T20:37:01.108Z[ recovery-image] Dec 06 20:37:00.444 INFO O| Dec 06 20:37:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78932024-12-06T20:37:01.111Z[ recovery-image] Dec 06 20:37:00.444 INFO O| Dec 06 20:37:00.444 INFO STEP 1178 (remove_files) COMPLETE
78942024-12-06T20:37:01.111Z[ recovery-image] Dec 06 20:37:00.444 INFO O| Dec 06 20:37:00.444 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-06T20:37:01.118Z[ recovery-image] Dec 06 20:37:00.454 INFO O| Dec 06 20:37:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78962024-12-06T20:37:01.118Z[ recovery-image] Dec 06 20:37:00.454 INFO O| Dec 06 20:37:00.454 INFO STEP 1179 (remove_files) COMPLETE
78972024-12-06T20:37:01.118Z[ recovery-image] Dec 06 20:37:00.454 INFO O| Dec 06 20:37:00.454 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-06T20:37:01.128Z[ recovery-image] Dec 06 20:37:00.463 INFO O| Dec 06 20:37:00.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78992024-12-06T20:37:01.128Z[ recovery-image] Dec 06 20:37:00.464 INFO O| Dec 06 20:37:00.463 INFO STEP 1180 (remove_files) COMPLETE
79002024-12-06T20:37:01.128Z[ recovery-image] Dec 06 20:37:00.464 INFO O| Dec 06 20:37:00.463 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-06T20:37:01.137Z[ recovery-image] Dec 06 20:37:00.473 INFO O| Dec 06 20:37:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79022024-12-06T20:37:01.141Z[ recovery-image] Dec 06 20:37:00.473 INFO O| Dec 06 20:37:00.473 INFO STEP 1181 (remove_files) COMPLETE
79032024-12-06T20:37:01.141Z[ recovery-image] Dec 06 20:37:00.473 INFO O| Dec 06 20:37:00.473 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-06T20:37:01.147Z[ recovery-image] Dec 06 20:37:00.483 INFO O| Dec 06 20:37:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79052024-12-06T20:37:01.151Z[ recovery-image] Dec 06 20:37:00.483 INFO O| Dec 06 20:37:00.483 INFO STEP 1182 (remove_files) COMPLETE
79062024-12-06T20:37:01.151Z[ recovery-image] Dec 06 20:37:00.483 INFO O| Dec 06 20:37:00.483 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-06T20:37:01.157Z[ recovery-image] Dec 06 20:37:00.493 INFO O| Dec 06 20:37:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79082024-12-06T20:37:01.160Z[ recovery-image] Dec 06 20:37:00.493 INFO O| Dec 06 20:37:00.493 INFO STEP 1183 (remove_files) COMPLETE
79092024-12-06T20:37:01.160Z[ recovery-image] Dec 06 20:37:00.493 INFO O| Dec 06 20:37:00.493 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-06T20:37:01.167Z[ recovery-image] Dec 06 20:37:00.502 INFO O| Dec 06 20:37:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79112024-12-06T20:37:01.169Z[ recovery-image] Dec 06 20:37:00.502 INFO O| Dec 06 20:37:00.502 INFO STEP 1184 (remove_files) COMPLETE
79122024-12-06T20:37:01.169Z[ recovery-image] Dec 06 20:37:00.502 INFO O| Dec 06 20:37:00.502 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-06T20:37:01.177Z[ recovery-image] Dec 06 20:37:00.512 INFO O| Dec 06 20:37:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79142024-12-06T20:37:01.177Z[ recovery-image] Dec 06 20:37:00.512 INFO O| Dec 06 20:37:00.512 INFO STEP 1185 (remove_files) COMPLETE
79152024-12-06T20:37:01.177Z[ recovery-image] Dec 06 20:37:00.512 INFO O| Dec 06 20:37:00.512 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-06T20:37:01.187Z[ recovery-image] Dec 06 20:37:00.522 INFO O| Dec 06 20:37:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79172024-12-06T20:37:01.187Z[ recovery-image] Dec 06 20:37:00.522 INFO O| Dec 06 20:37:00.522 INFO STEP 1186 (remove_files) COMPLETE
79182024-12-06T20:37:01.187Z[ recovery-image] Dec 06 20:37:00.522 INFO O| Dec 06 20:37:00.522 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-06T20:37:01.196Z[ recovery-image] Dec 06 20:37:00.532 INFO O| Dec 06 20:37:00.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79202024-12-06T20:37:01.196Z[ recovery-image] Dec 06 20:37:00.532 INFO O| Dec 06 20:37:00.532 INFO STEP 1187 (remove_files) COMPLETE
79212024-12-06T20:37:01.199Z[ recovery-image] Dec 06 20:37:00.532 INFO O| Dec 06 20:37:00.532 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-06T20:37:01.206Z[ recovery-image] Dec 06 20:37:00.542 INFO O| Dec 06 20:37:00.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79232024-12-06T20:37:01.206Z[ recovery-image] Dec 06 20:37:00.542 INFO O| Dec 06 20:37:00.542 INFO STEP 1188 (remove_files) COMPLETE
79242024-12-06T20:37:01.206Z[ recovery-image] Dec 06 20:37:00.542 INFO O| Dec 06 20:37:00.542 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-06T20:37:01.217Z[ recovery-image] Dec 06 20:37:00.551 INFO O| Dec 06 20:37:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79262024-12-06T20:37:01.217Z[ recovery-image] Dec 06 20:37:00.551 INFO O| Dec 06 20:37:00.551 INFO STEP 1189 (remove_files) COMPLETE
79272024-12-06T20:37:01.217Z[ recovery-image] Dec 06 20:37:00.551 INFO O| Dec 06 20:37:00.551 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-06T20:37:01.225Z[ recovery-image] Dec 06 20:37:00.561 INFO O| Dec 06 20:37:00.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79292024-12-06T20:37:01.225Z[ recovery-image] Dec 06 20:37:00.561 INFO O| Dec 06 20:37:00.561 INFO STEP 1190 (remove_files) COMPLETE
79302024-12-06T20:37:01.228Z[ recovery-image] Dec 06 20:37:00.561 INFO O| Dec 06 20:37:00.561 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-06T20:37:01.235Z[ recovery-image] Dec 06 20:37:00.571 INFO O| Dec 06 20:37:00.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79322024-12-06T20:37:01.235Z[ recovery-image] Dec 06 20:37:00.571 INFO O| Dec 06 20:37:00.571 INFO STEP 1191 (remove_files) COMPLETE
79332024-12-06T20:37:01.238Z[ recovery-image] Dec 06 20:37:00.571 INFO O| Dec 06 20:37:00.571 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-06T20:37:01.244Z[ host-image] Dec 06 20:37:00.580 INFO O| Dec 06 20:37:00.580 INFO O| Done
79352024-12-06T20:37:01.247Z[ host-image] Dec 06 20:37:00.580 INFO O| Dec 06 20:37:00.580 INFO O| Done
79362024-12-06T20:37:01.247Z[ recovery-image] Dec 06 20:37:00.580 INFO O| Dec 06 20:37:00.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79372024-12-06T20:37:01.247Z[ recovery-image] Dec 06 20:37:00.581 INFO O| Dec 06 20:37:00.580 INFO STEP 1192 (remove_files) COMPLETE
79382024-12-06T20:37:01.247Z[ recovery-image] Dec 06 20:37:00.581 INFO O| Dec 06 20:37:00.580 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-06T20:37:01.255Z[ recovery-image] Dec 06 20:37:00.591 INFO O| Dec 06 20:37:00.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79402024-12-06T20:37:01.255Z[ recovery-image] Dec 06 20:37:00.591 INFO O| Dec 06 20:37:00.591 INFO STEP 1193 (remove_files) COMPLETE
79412024-12-06T20:37:01.255Z[ recovery-image] Dec 06 20:37:00.591 INFO O| Dec 06 20:37:00.591 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422024-12-06T20:37:01.265Z[ recovery-image] Dec 06 20:37:00.601 INFO O| Dec 06 20:37:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79432024-12-06T20:37:01.265Z[ recovery-image] Dec 06 20:37:00.601 INFO O| Dec 06 20:37:00.601 INFO STEP 1194 (remove_files) COMPLETE
79442024-12-06T20:37:01.265Z[ recovery-image] Dec 06 20:37:00.601 INFO O| Dec 06 20:37:00.601 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452024-12-06T20:37:01.275Z[ recovery-image] Dec 06 20:37:00.610 INFO O| Dec 06 20:37:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79462024-12-06T20:37:01.275Z[ recovery-image] Dec 06 20:37:00.611 INFO O| Dec 06 20:37:00.611 INFO STEP 1195 (remove_files) COMPLETE
79472024-12-06T20:37:01.275Z[ recovery-image] Dec 06 20:37:00.611 INFO O| Dec 06 20:37:00.611 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482024-12-06T20:37:01.284Z[ recovery-image] Dec 06 20:37:00.620 INFO O| Dec 06 20:37:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79492024-12-06T20:37:01.284Z[ recovery-image] Dec 06 20:37:00.620 INFO O| Dec 06 20:37:00.620 INFO STEP 1196 (remove_files) COMPLETE
79502024-12-06T20:37:01.288Z[ recovery-image] Dec 06 20:37:00.620 INFO O| Dec 06 20:37:00.620 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512024-12-06T20:37:01.294Z[ recovery-image] Dec 06 20:37:00.630 INFO O| Dec 06 20:37:00.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79522024-12-06T20:37:01.294Z[ recovery-image] Dec 06 20:37:00.630 INFO O| Dec 06 20:37:00.630 INFO STEP 1197 (remove_files) COMPLETE
79532024-12-06T20:37:01.294Z[ recovery-image] Dec 06 20:37:00.630 INFO O| Dec 06 20:37:00.630 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542024-12-06T20:37:01.303Z[ recovery-image] Dec 06 20:37:00.639 INFO O| Dec 06 20:37:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79552024-12-06T20:37:01.303Z[ recovery-image] Dec 06 20:37:00.639 INFO O| Dec 06 20:37:00.639 INFO STEP 1198 (remove_files) COMPLETE
79562024-12-06T20:37:01.306Z[ recovery-image] Dec 06 20:37:00.639 INFO O| Dec 06 20:37:00.639 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572024-12-06T20:37:01.313Z[ recovery-image] Dec 06 20:37:00.648 INFO O| Dec 06 20:37:00.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79582024-12-06T20:37:01.313Z[ recovery-image] Dec 06 20:37:00.649 INFO O| Dec 06 20:37:00.649 INFO STEP 1199 (remove_files) COMPLETE
79592024-12-06T20:37:01.315Z[ recovery-image] Dec 06 20:37:00.649 INFO O| Dec 06 20:37:00.649 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602024-12-06T20:37:01.322Z[ recovery-image] Dec 06 20:37:00.658 INFO O| Dec 06 20:37:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79612024-12-06T20:37:01.322Z[ recovery-image] Dec 06 20:37:00.658 INFO O| Dec 06 20:37:00.658 INFO STEP 1200 (remove_files) COMPLETE
79622024-12-06T20:37:01.322Z[ recovery-image] Dec 06 20:37:00.658 INFO O| Dec 06 20:37:00.658 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632024-12-06T20:37:01.332Z[ recovery-image] Dec 06 20:37:00.667 INFO O| Dec 06 20:37:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79642024-12-06T20:37:01.332Z[ recovery-image] Dec 06 20:37:00.667 INFO O| Dec 06 20:37:00.667 INFO STEP 1201 (remove_files) COMPLETE
79652024-12-06T20:37:01.334Z[ recovery-image] Dec 06 20:37:00.667 INFO O| Dec 06 20:37:00.667 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662024-12-06T20:37:01.341Z[ recovery-image] Dec 06 20:37:00.677 INFO O| Dec 06 20:37:00.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79672024-12-06T20:37:01.341Z[ recovery-image] Dec 06 20:37:00.677 INFO O| Dec 06 20:37:00.677 INFO STEP 1202 (remove_files) COMPLETE
79682024-12-06T20:37:01.341Z[ recovery-image] Dec 06 20:37:00.677 INFO O| Dec 06 20:37:00.677 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692024-12-06T20:37:01.350Z[ recovery-image] Dec 06 20:37:00.686 INFO O| Dec 06 20:37:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79702024-12-06T20:37:01.350Z[ recovery-image] Dec 06 20:37:00.686 INFO O| Dec 06 20:37:00.686 INFO STEP 1203 (remove_files) COMPLETE
79712024-12-06T20:37:01.352Z[ recovery-image] Dec 06 20:37:00.686 INFO O| Dec 06 20:37:00.686 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-06T20:37:01.360Z[ recovery-image] Dec 06 20:37:00.695 INFO O| Dec 06 20:37:00.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79732024-12-06T20:37:01.360Z[ recovery-image] Dec 06 20:37:00.695 INFO O| Dec 06 20:37:00.695 INFO STEP 1204 (remove_files) COMPLETE
79742024-12-06T20:37:01.364Z[ recovery-image] Dec 06 20:37:00.696 INFO O| Dec 06 20:37:00.695 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-06T20:37:01.369Z[ recovery-image] Dec 06 20:37:00.705 INFO O| Dec 06 20:37:00.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79762024-12-06T20:37:01.369Z[ recovery-image] Dec 06 20:37:00.705 INFO O| Dec 06 20:37:00.705 INFO STEP 1205 (remove_files) COMPLETE
79772024-12-06T20:37:01.369Z[ recovery-image] Dec 06 20:37:00.705 INFO O| Dec 06 20:37:00.705 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79782024-12-06T20:37:01.383Z[ recovery-image] Dec 06 20:37:00.719 INFO O| Dec 06 20:37:00.719 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79792024-12-06T20:37:01.385Z[ recovery-image] Dec 06 20:37:00.719 INFO O| Dec 06 20:37:00.719 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79802024-12-06T20:37:01.764Z[ host-image] Dec 06 20:37:01.100 INFO O| Dec 06 20:37:01.100 INFO O| Done
79812024-12-06T20:37:02.011Z[ recovery-image] Dec 06 20:37:01.347 INFO O| Dec 06 20:37:01.347 INFO STEP 1206 (pack_tar) COMPLETE
79822024-12-06T20:37:02.011Z[ recovery-image] Dec 06 20:37:01.347 INFO O| Dec 06 20:37:01.347 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79832024-12-06T20:37:02.014Z[ recovery-image] Dec 06 20:37:01.347 INFO O| Dec 06 20:37:01.347 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79842024-12-06T20:37:02.486Z[ recovery-image] Dec 06 20:37:01.821 INFO O| Dec 06 20:37:01.821 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79852024-12-06T20:37:02.566Z[ recovery-image] Dec 06 20:37:01.901 INFO O| Dec 06 20:37:01.901 INFO completed processing gimlet/ramdisk-03-recovery-trim
79862024-12-06T20:37:02.572Z[ recovery-image] Dec 06 20:37:01.907 INFO image builder template: zfs-recovery...
79872024-12-06T20:37:02.574Z[ recovery-image] Dec 06 20:37:01.907 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/.tmpPWOfI9/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
79882024-12-06T20:37:02.604Z[ recovery-image] Dec 06 20:37:01.939 INFO O| Dec 06 20:37:01.939 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79892024-12-06T20:37:02.608Z[ recovery-image] Dec 06 20:37:01.944 INFO O| Dec 06 20:37:01.943 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79902024-12-06T20:37:02.673Z[ recovery-image] Dec 06 20:37:02.008 INFO O| Dec 06 20:37:02.008 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79912024-12-06T20:37:02.739Z[ recovery-image] Dec 06 20:37:02.075 INFO O| Dec 06 20:37:02.075 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79922024-12-06T20:37:02.739Z[ recovery-image] Dec 06 20:37:02.075 INFO O| Dec 06 20:37:02.075 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79932024-12-06T20:37:02.743Z[ recovery-image] Dec 06 20:37:02.079 INFO O| Dec 06 20:37:02.079 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79942024-12-06T20:37:02.814Z[ recovery-image] Dec 06 20:37:02.149 INFO O| Dec 06 20:37:02.149 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79952024-12-06T20:37:02.940Z[ recovery-image] Dec 06 20:37:02.275 INFO O| Dec 06 20:37:02.275 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79962024-12-06T20:37:02.949Z[ recovery-image] Dec 06 20:37:02.285 INFO O| Dec 06 20:37:02.285 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79972024-12-06T20:37:02.954Z[ recovery-image] Dec 06 20:37:02.290 INFO O| Dec 06 20:37:02.290 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79982024-12-06T20:37:02.956Z[ recovery-image] Dec 06 20:37:02.291 INFO O| Dec 06 20:37:02.291 INFO no lofi found
79992024-12-06T20:37:02.956Z[ recovery-image] Dec 06 20:37:02.291 INFO O| Dec 06 20:37:02.291 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80002024-12-06T20:37:02.956Z[ recovery-image] Dec 06 20:37:02.291 INFO O| Dec 06 20:37:02.291 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80012024-12-06T20:37:03.046Z[ host-image] Dec 06 20:37:02.382 INFO O| Dec 06 20:37:02.382 INFO O| Done
80022024-12-06T20:37:03.072Z[ host-image] Dec 06 20:37:02.408 INFO O| Dec 06 20:37:02.408 INFO O| Done
80032024-12-06T20:37:03.072Z[ host-image] Dec 06 20:37:02.408 INFO O| Dec 06 20:37:02.408 INFO O| Done
80042024-12-06T20:37:03.082Z[ host-image] Dec 06 20:37:02.418 INFO O| Dec 06 20:37:02.418 INFO O| Done
80052024-12-06T20:37:03.206Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 14 (pkg_install) COMPLETE
80062024-12-06T20:37:03.206Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80072024-12-06T20:37:03.206Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "mfg" is not enabled
80082024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80092024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "compliance" is not enabled
80102024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80112024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "stress" is not enabled
80122024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80132024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "nfs" is not enabled
80142024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80152024-12-06T20:37:03.208Z[ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80162024-12-06T20:37:03.311Z[ host-image] Dec 06 20:37:02.645 INFO O| Dec 06 20:37:02.645 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80172024-12-06T20:37:03.432Z[ host-image] Dec 06 20:37:02.767 INFO O| Dec 06 20:37:02.767 INFO completed processing gimlet/ramdisk-01-os
80182024-12-06T20:37:03.434Z[ host-image] Dec 06 20:37:02.769 INFO omicron1 baseline generation...
80192024-12-06T20:37:03.434Z[ host-image] Dec 06 20:37:02.769 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80202024-12-06T20:37:03.818Z[ host-image] Dec 06 20:37:03.154 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
80212024-12-06T20:37:04.673Z[ recovery-image] Dec 06 20:37:04.008 INFO O| Dec 06 20:37:04.008 INFO lofi device = /dev/dsk/c2t1d0p0
80222024-12-06T20:37:04.673Z[ recovery-image] Dec 06 20:37:04.008 INFO O| Dec 06 20:37:04.008 INFO pool device = /dev/dsk/c2t1d0p0
80232024-12-06T20:37:04.675Z[ recovery-image] Dec 06 20:37:04.008 INFO O| Dec 06 20:37:04.008 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"]
80242024-12-06T20:37:04.742Z[ recovery-image] Dec 06 20:37:04.078 INFO O| Dec 06 20:37:04.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80252024-12-06T20:37:04.743Z[ recovery-image] Dec 06 20:37:04.078 INFO O| Dec 06 20:37:04.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80262024-12-06T20:37:04.763Z[ recovery-image] Dec 06 20:37:04.099 INFO O| Dec 06 20:37:04.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80272024-12-06T20:37:04.820Z[ recovery-image] Dec 06 20:37:04.155 INFO O| Dec 06 20:37:04.155 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80282024-12-06T20:37:04.857Z[ recovery-image] Dec 06 20:37:04.192 INFO O| Dec 06 20:37:04.192 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80292024-12-06T20:37:04.870Z[ recovery-image] Dec 06 20:37:04.206 INFO O| Dec 06 20:37:04.205 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80302024-12-06T20:37:04.880Z[ recovery-image] Dec 06 20:37:04.216 INFO O| Dec 06 20:37:04.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80312024-12-06T20:37:04.926Z[ recovery-image] Dec 06 20:37:04.262 INFO O| Dec 06 20:37:04.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80322024-12-06T20:37:04.926Z[ recovery-image] Dec 06 20:37:04.262 INFO O| Dec 06 20:37:04.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80332024-12-06T20:37:04.929Z[ recovery-image] Dec 06 20:37:04.262 INFO O| Dec 06 20:37:04.262 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80342024-12-06T20:37:04.937Z[ recovery-image] Dec 06 20:37:04.271 INFO O| Dec 06 20:37:04.271 INFO boot environment UUID: 2b3ef58e-ae41-4b7b-95e1-7b0b121bd1de
80352024-12-06T20:37:04.937Z[ recovery-image] Dec 06 20:37:04.271 INFO O| Dec 06 20:37:04.271 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2b3ef58e-ae41-4b7b-95e1-7b0b121bd1de
80362024-12-06T20:37:04.946Z[ recovery-image] Dec 06 20:37:04.282 INFO O| Dec 06 20:37:04.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80372024-12-06T20:37:04.957Z[ recovery-image] Dec 06 20:37:04.293 INFO O| Dec 06 20:37:04.293 INFO STEP 0 (create_be) COMPLETE
80382024-12-06T20:37:04.957Z[ recovery-image] Dec 06 20:37:04.293 INFO O| Dec 06 20:37:04.293 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80392024-12-06T20:37:04.972Z[ recovery-image] Dec 06 20:37:04.308 INFO O| Dec 06 20:37:04.308 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"]
80402024-12-06T20:37:06.990Z[ recovery-image] Dec 06 20:37:06.325 INFO O| Dec 06 20:37:06.325 INFO STEP 1 (unpack_tar) COMPLETE
80412024-12-06T20:37:06.992Z[ recovery-image] Dec 06 20:37:06.325 INFO O| Dec 06 20:37:06.325 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80422024-12-06T20:37:07.002Z[ recovery-image] Dec 06 20:37:06.338 INFO O| Dec 06 20:37:06.338 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80432024-12-06T20:37:07.131Z[ recovery-image] Dec 06 20:37:06.466 INFO O| Dec 06 20:37:06.466 INFO STEP 2 (devfsadm) COMPLETE
80442024-12-06T20:37:07.131Z[ recovery-image] Dec 06 20:37:06.466 INFO O| Dec 06 20:37:06.466 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452024-12-06T20:37:07.142Z[ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80462024-12-06T20:37:07.142Z[ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80472024-12-06T20:37:07.145Z[ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO STEP 3 (ensure_dir) COMPLETE
80482024-12-06T20:37:07.145Z[ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80492024-12-06T20:37:07.154Z[ recovery-image] Dec 06 20:37:06.489 INFO O| Dec 06 20:37:06.489 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80502024-12-06T20:37:07.154Z[ recovery-image] Dec 06 20:37:06.489 INFO O| Dec 06 20:37:06.489 INFO STEP 4 (ensure_dir) COMPLETE
80512024-12-06T20:37:07.157Z[ recovery-image] Dec 06 20:37:06.489 INFO O| Dec 06 20:37:06.489 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522024-12-06T20:37:07.163Z[ recovery-image] Dec 06 20:37:06.499 INFO O| Dec 06 20:37:06.499 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80532024-12-06T20:37:07.163Z[ recovery-image] Dec 06 20:37:06.499 INFO O| Dec 06 20:37:06.499 INFO STEP 5 (ensure_dir) COMPLETE
80542024-12-06T20:37:07.165Z[ recovery-image] Dec 06 20:37:06.499 INFO O| Dec 06 20:37:06.499 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80552024-12-06T20:37:07.173Z[ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80562024-12-06T20:37:07.176Z[ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80572024-12-06T20:37:07.176Z[ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO STEP 6 (ensure_dir) COMPLETE
80582024-12-06T20:37:07.176Z[ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592024-12-06T20:37:07.183Z[ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80602024-12-06T20:37:07.186Z[ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80612024-12-06T20:37:07.186Z[ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO STEP 7 (ensure_dir) COMPLETE
80622024-12-06T20:37:07.186Z[ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80632024-12-06T20:37:07.193Z[ recovery-image] Dec 06 20:37:06.529 INFO O| Dec 06 20:37:06.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80642024-12-06T20:37:07.196Z[ recovery-image] Dec 06 20:37:06.529 INFO O| Dec 06 20:37:06.529 INFO STEP 8 (remove_files) COMPLETE
80652024-12-06T20:37:07.196Z[ recovery-image] Dec 06 20:37:06.529 INFO O| Dec 06 20:37:06.529 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80662024-12-06T20:37:07.203Z[ recovery-image] Dec 06 20:37:06.539 INFO O| Dec 06 20:37:06.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80672024-12-06T20:37:07.206Z[ recovery-image] Dec 06 20:37:06.540 INFO O| Dec 06 20:37:06.540 INFO STEP 9 (remove_files) COMPLETE
80682024-12-06T20:37:07.206Z[ recovery-image] Dec 06 20:37:06.540 INFO O| Dec 06 20:37:06.540 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80692024-12-06T20:37:07.214Z[ recovery-image] Dec 06 20:37:06.549 INFO O| Dec 06 20:37:06.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80702024-12-06T20:37:07.216Z[ recovery-image] Dec 06 20:37:06.550 INFO O| Dec 06 20:37:06.550 INFO STEP 10 (remove_files) COMPLETE
80712024-12-06T20:37:07.216Z[ recovery-image] Dec 06 20:37:06.550 INFO O| Dec 06 20:37:06.550 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80722024-12-06T20:37:07.224Z[ recovery-image] Dec 06 20:37:06.560 INFO O| Dec 06 20:37:06.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80732024-12-06T20:37:07.224Z[ recovery-image] Dec 06 20:37:06.560 INFO O| Dec 06 20:37:06.560 INFO STEP 11 (remove_files) COMPLETE
80742024-12-06T20:37:07.224Z[ recovery-image] Dec 06 20:37:06.560 INFO O| Dec 06 20:37:06.560 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752024-12-06T20:37:07.234Z[ recovery-image] Dec 06 20:37:06.569 INFO O| Dec 06 20:37:06.569 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80762024-12-06T20:37:07.236Z[ recovery-image] Dec 06 20:37:06.570 INFO O| Dec 06 20:37:06.569 INFO STEP 12 (remove_files) COMPLETE
80772024-12-06T20:37:07.236Z[ recovery-image] Dec 06 20:37:06.570 INFO O| Dec 06 20:37:06.569 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80782024-12-06T20:37:07.243Z[ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80792024-12-06T20:37:07.243Z[ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80802024-12-06T20:37:07.246Z[ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO STEP 13 (ensure_dir) COMPLETE
80812024-12-06T20:37:07.246Z[ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-06T20:37:07.253Z[ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80832024-12-06T20:37:07.253Z[ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80842024-12-06T20:37:07.256Z[ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80852024-12-06T20:37:07.256Z[ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO STEP 14 (ensure_dir) COMPLETE
80862024-12-06T20:37:07.256Z[ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80872024-12-06T20:37:07.263Z[ recovery-image] Dec 06 20:37:06.598 INFO O| Dec 06 20:37:06.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80882024-12-06T20:37:07.263Z[ recovery-image] Dec 06 20:37:06.598 INFO O| Dec 06 20:37:06.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80892024-12-06T20:37:07.265Z[ recovery-image] Dec 06 20:37:06.598 INFO O| Dec 06 20:37:06.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80902024-12-06T20:37:07.265Z[ recovery-image] Dec 06 20:37:06.599 INFO O| Dec 06 20:37:06.598 INFO STEP 15 (ensure_dir) COMPLETE
80912024-12-06T20:37:07.265Z[ recovery-image] Dec 06 20:37:06.599 INFO O| Dec 06 20:37:06.599 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80922024-12-06T20:37:07.273Z[ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80932024-12-06T20:37:07.273Z[ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80942024-12-06T20:37:07.275Z[ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO STEP 16 (ensure_dir) COMPLETE
80952024-12-06T20:37:07.276Z[ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80962024-12-06T20:37:07.283Z[ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80972024-12-06T20:37:07.286Z[ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80982024-12-06T20:37:07.286Z[ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO STEP 17 (ensure_dir) COMPLETE
80992024-12-06T20:37:07.286Z[ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81002024-12-06T20:37:07.293Z[ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81012024-12-06T20:37:07.293Z[ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81022024-12-06T20:37:07.295Z[ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO ok!
81032024-12-06T20:37:07.295Z[ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO STEP 18 (ensure_symlink) COMPLETE
81042024-12-06T20:37:07.295Z[ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81052024-12-06T20:37:07.303Z[ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81062024-12-06T20:37:07.303Z[ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81072024-12-06T20:37:07.305Z[ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO ok!
81082024-12-06T20:37:07.305Z[ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO STEP 19 (ensure_file) COMPLETE
81092024-12-06T20:37:07.305Z[ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81102024-12-06T20:37:07.313Z[ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81112024-12-06T20:37:07.313Z[ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81122024-12-06T20:37:07.324Z[ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81132024-12-06T20:37:07.324Z[ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO ok!
81142024-12-06T20:37:07.324Z[ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO STEP 20 (ensure_symlink) COMPLETE
81152024-12-06T20:37:07.324Z[ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81162024-12-06T20:37:07.328Z[ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81172024-12-06T20:37:07.328Z[ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81182024-12-06T20:37:07.328Z[ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81192024-12-06T20:37:07.328Z[ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO ok!
81202024-12-06T20:37:07.328Z[ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO STEP 21 (ensure_symlink) COMPLETE
81212024-12-06T20:37:07.328Z[ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81222024-12-06T20:37:07.333Z[ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81232024-12-06T20:37:07.333Z[ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81242024-12-06T20:37:07.336Z[ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81252024-12-06T20:37:07.336Z[ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO ok!
81262024-12-06T20:37:07.336Z[ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO STEP 22 (ensure_symlink) COMPLETE
81272024-12-06T20:37:07.336Z[ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81282024-12-06T20:37:07.343Z[ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81292024-12-06T20:37:07.343Z[ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81302024-12-06T20:37:07.346Z[ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81312024-12-06T20:37:07.346Z[ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO ok!
81322024-12-06T20:37:07.346Z[ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO STEP 23 (ensure_symlink) COMPLETE
81332024-12-06T20:37:07.346Z[ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81342024-12-06T20:37:07.354Z[ recovery-image] Dec 06 20:37:06.689 INFO O| Dec 06 20:37:06.689 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81352024-12-06T20:37:07.354Z[ recovery-image] Dec 06 20:37:06.689 INFO O| Dec 06 20:37:06.689 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 ...
81362024-12-06T20:37:07.356Z[ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81372024-12-06T20:37:07.356Z[ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO ok!
81382024-12-06T20:37:07.356Z[ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO STEP 24 (ensure_file) COMPLETE
81392024-12-06T20:37:07.356Z[ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81402024-12-06T20:37:07.364Z[ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO updating shadow file
81412024-12-06T20:37:07.370Z[ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81422024-12-06T20:37:07.370Z[ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81432024-12-06T20:37:07.370Z[ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO STEP 25 (shadow) COMPLETE
81442024-12-06T20:37:07.370Z[ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81452024-12-06T20:37:07.375Z[ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81462024-12-06T20:37:07.375Z[ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81472024-12-06T20:37:07.377Z[ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81482024-12-06T20:37:07.377Z[ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 INFO ok!
81492024-12-06T20:37:07.377Z[ recovery-image] Dec 06 20:37:06.711 INFO O| Dec 06 20:37:06.711 INFO STEP 26 (ensure_file) COMPLETE
81502024-12-06T20:37:07.377Z[ recovery-image] Dec 06 20:37:06.711 INFO O| Dec 06 20:37:06.711 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81512024-12-06T20:37:07.385Z[ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81522024-12-06T20:37:07.385Z[ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.720 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81532024-12-06T20:37:07.387Z[ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81542024-12-06T20:37:07.387Z[ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO ok!
81552024-12-06T20:37:07.388Z[ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO STEP 27 (ensure_file) COMPLETE
81562024-12-06T20:37:07.388Z[ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81572024-12-06T20:37:07.395Z[ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81582024-12-06T20:37:07.395Z[ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81592024-12-06T20:37:07.397Z[ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81602024-12-06T20:37:07.397Z[ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81612024-12-06T20:37:07.397Z[ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO ok!
81622024-12-06T20:37:07.398Z[ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO STEP 28 (ensure_file) COMPLETE
81632024-12-06T20:37:07.398Z[ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81642024-12-06T20:37:07.405Z[ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81652024-12-06T20:37:07.405Z[ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81662024-12-06T20:37:07.405Z[ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81672024-12-06T20:37:07.405Z[ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO ok!
81682024-12-06T20:37:07.408Z[ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO STEP 29 (ensure_file) COMPLETE
81692024-12-06T20:37:07.408Z[ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81702024-12-06T20:37:07.415Z[ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81712024-12-06T20:37:07.416Z[ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81722024-12-06T20:37:07.418Z[ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81732024-12-06T20:37:07.418Z[ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO ok!
81742024-12-06T20:37:07.418Z[ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO STEP 30 (ensure_file) COMPLETE
81752024-12-06T20:37:07.418Z[ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81762024-12-06T20:37:07.426Z[ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.761 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81772024-12-06T20:37:07.426Z[ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81782024-12-06T20:37:07.428Z[ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81792024-12-06T20:37:07.428Z[ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81802024-12-06T20:37:07.428Z[ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO ok!
81812024-12-06T20:37:07.428Z[ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO STEP 31 (ensure_file) COMPLETE
81822024-12-06T20:37:07.428Z[ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81832024-12-06T20:37:07.436Z[ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.771 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81842024-12-06T20:37:07.436Z[ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81852024-12-06T20:37:07.438Z[ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81862024-12-06T20:37:07.438Z[ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO ok!
81872024-12-06T20:37:07.438Z[ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO STEP 32 (ensure_file) COMPLETE
81882024-12-06T20:37:07.439Z[ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81892024-12-06T20:37:07.446Z[ recovery-image] Dec 06 20:37:06.781 INFO O| Dec 06 20:37:06.781 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81902024-12-06T20:37:07.446Z[ recovery-image] Dec 06 20:37:06.781 INFO O| Dec 06 20:37:06.781 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81912024-12-06T20:37:07.448Z[ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81922024-12-06T20:37:07.448Z[ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.782 INFO ok!
81932024-12-06T20:37:07.448Z[ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.782 INFO STEP 33 (ensure_file) COMPLETE
81942024-12-06T20:37:07.448Z[ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.782 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81952024-12-06T20:37:07.456Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81962024-12-06T20:37:07.456Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81972024-12-06T20:37:07.458Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81982024-12-06T20:37:07.458Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81992024-12-06T20:37:07.458Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82002024-12-06T20:37:07.458Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82012024-12-06T20:37:07.458Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO ok!
82022024-12-06T20:37:07.458Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO STEP 34 (ensure_file) COMPLETE
82032024-12-06T20:37:07.458Z[ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82042024-12-06T20:37:07.467Z[ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.802 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82052024-12-06T20:37:07.469Z[ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82062024-12-06T20:37:07.469Z[ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82072024-12-06T20:37:07.469Z[ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO STEP 35 (ensure_dir) COMPLETE
82082024-12-06T20:37:07.470Z[ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82092024-12-06T20:37:07.478Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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
82102024-12-06T20:37:07.478Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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 ...
82112024-12-06T20:37:07.481Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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
82122024-12-06T20:37:07.481Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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
82132024-12-06T20:37:07.481Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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
82142024-12-06T20:37:07.481Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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
82152024-12-06T20:37:07.481Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 INFO ok!
82162024-12-06T20:37:07.481Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 INFO STEP 36 (ensure_file) COMPLETE
82172024-12-06T20:37:07.481Z[ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82182024-12-06T20:37:07.489Z[ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.824 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82192024-12-06T20:37:07.489Z[ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 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 ...
82202024-12-06T20:37:07.491Z[ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82212024-12-06T20:37:07.491Z[ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO ok!
82222024-12-06T20:37:07.491Z[ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO STEP 37 (ensure_symlink) COMPLETE
82232024-12-06T20:37:07.491Z[ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82242024-12-06T20:37:07.499Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82252024-12-06T20:37:07.499Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82262024-12-06T20:37:07.502Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82272024-12-06T20:37:07.502Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82282024-12-06T20:37:07.502Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82292024-12-06T20:37:07.502Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82302024-12-06T20:37:07.502Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO ok!
82312024-12-06T20:37:07.502Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO STEP 38 (ensure_file) COMPLETE
82322024-12-06T20:37:07.502Z[ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82332024-12-06T20:37:07.510Z[ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82342024-12-06T20:37:07.512Z[ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 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 ...
82352024-12-06T20:37:07.512Z[ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 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
82362024-12-06T20:37:07.512Z[ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82372024-12-06T20:37:07.512Z[ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO ok!
82382024-12-06T20:37:07.512Z[ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO STEP 39 (ensure_file) COMPLETE
82392024-12-06T20:37:07.512Z[ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82402024-12-06T20:37:07.520Z[ recovery-image] Dec 06 20:37:06.855 INFO O| Dec 06 20:37:06.855 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82412024-12-06T20:37:07.521Z[ recovery-image] Dec 06 20:37:06.855 INFO O| Dec 06 20:37:06.855 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82422024-12-06T20:37:07.523Z[ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82432024-12-06T20:37:07.523Z[ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO ok!
82442024-12-06T20:37:07.524Z[ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO STEP 40 (ensure_file) COMPLETE
82452024-12-06T20:37:07.524Z[ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82462024-12-06T20:37:07.530Z[ recovery-image] Dec 06 20:37:06.865 INFO O| Dec 06 20:37:06.865 INFO updating shadow file
82472024-12-06T20:37:07.532Z[ recovery-image] Dec 06 20:37:06.866 INFO O| Dec 06 20:37:06.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82482024-12-06T20:37:07.532Z[ recovery-image] Dec 06 20:37:06.866 INFO O| Dec 06 20:37:06.866 INFO STEP 41 (shadow) COMPLETE
82492024-12-06T20:37:07.532Z[ recovery-image] Dec 06 20:37:06.866 INFO O| Dec 06 20:37:06.866 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82502024-12-06T20:37:07.540Z[ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82512024-12-06T20:37:07.540Z[ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82522024-12-06T20:37:07.543Z[ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82532024-12-06T20:37:07.543Z[ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82542024-12-06T20:37:07.543Z[ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO ok!
82552024-12-06T20:37:07.543Z[ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO STEP 42 (ensure_file) COMPLETE
82562024-12-06T20:37:07.543Z[ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572024-12-06T20:37:07.550Z[ recovery-image] Dec 06 20:37:06.886 INFO O| Dec 06 20:37:06.886 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82582024-12-06T20:37:07.553Z[ recovery-image] Dec 06 20:37:06.886 INFO O| Dec 06 20:37:06.886 INFO STEP 43 (ensure_dir) COMPLETE
82592024-12-06T20:37:07.553Z[ recovery-image] Dec 06 20:37:06.886 INFO O| Dec 06 20:37:06.886 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602024-12-06T20:37:07.560Z[ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82612024-12-06T20:37:07.560Z[ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82622024-12-06T20:37:07.563Z[ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO STEP 44 (ensure_dir) COMPLETE
82632024-12-06T20:37:07.563Z[ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82642024-12-06T20:37:07.570Z[ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82652024-12-06T20:37:07.572Z[ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82662024-12-06T20:37:07.572Z[ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO STEP 45 (ensure_dir) COMPLETE
82672024-12-06T20:37:07.572Z[ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682024-12-06T20:37:07.580Z[ recovery-image] Dec 06 20:37:06.916 INFO O| Dec 06 20:37:06.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82692024-12-06T20:37:07.580Z[ recovery-image] Dec 06 20:37:06.916 INFO O| Dec 06 20:37:06.916 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82702024-12-06T20:37:07.611Z[ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82712024-12-06T20:37:07.611Z[ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO ok!
82722024-12-06T20:37:07.614Z[ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO STEP 46 (ensure_file) COMPLETE
82732024-12-06T20:37:07.614Z[ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742024-12-06T20:37:07.623Z[ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82752024-12-06T20:37:07.626Z[ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82762024-12-06T20:37:07.626Z[ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO STEP 47 (ensure_dir) COMPLETE
82772024-12-06T20:37:07.626Z[ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82782024-12-06T20:37:07.633Z[ recovery-image] Dec 06 20:37:06.968 INFO O| Dec 06 20:37:06.968 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82792024-12-06T20:37:07.633Z[ recovery-image] Dec 06 20:37:06.968 INFO O| Dec 06 20:37:06.968 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82802024-12-06T20:37:07.633Z[ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82812024-12-06T20:37:07.633Z[ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO ok!
82822024-12-06T20:37:07.633Z[ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO STEP 48 (ensure_file) COMPLETE
82832024-12-06T20:37:07.635Z[ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842024-12-06T20:37:07.644Z[ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82852024-12-06T20:37:07.647Z[ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82862024-12-06T20:37:07.647Z[ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO STEP 49 (ensure_dir) COMPLETE
82872024-12-06T20:37:07.647Z[ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82882024-12-06T20:37:07.654Z[ recovery-image] Dec 06 20:37:06.990 INFO O| Dec 06 20:37:06.990 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82892024-12-06T20:37:07.654Z[ recovery-image] Dec 06 20:37:06.990 INFO O| Dec 06 20:37:06.990 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82902024-12-06T20:37:07.669Z[ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82912024-12-06T20:37:07.670Z[ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO ok!
82922024-12-06T20:37:07.672Z[ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO STEP 50 (ensure_file) COMPLETE
82932024-12-06T20:37:07.672Z[ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82942024-12-06T20:37:07.680Z[ recovery-image] Dec 06 20:37:07.016 INFO O| Dec 06 20:37:07.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82952024-12-06T20:37:07.680Z[ recovery-image] Dec 06 20:37:07.016 INFO O| Dec 06 20:37:07.016 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82962024-12-06T20:37:08.175Z[ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82972024-12-06T20:37:08.178Z[ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO ok!
82982024-12-06T20:37:08.178Z[ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO STEP 51 (ensure_file) COMPLETE
82992024-12-06T20:37:08.178Z[ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002024-12-06T20:37:08.188Z[ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83012024-12-06T20:37:08.190Z[ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83022024-12-06T20:37:08.190Z[ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO STEP 52 (ensure_dir) COMPLETE
83032024-12-06T20:37:08.190Z[ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-06T20:37:08.200Z[ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83052024-12-06T20:37:08.200Z[ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO copying /tmp/.tmpPWOfI9/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 ...
83062024-12-06T20:37:08.202Z[ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 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
83072024-12-06T20:37:08.202Z[ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO ok!
83082024-12-06T20:37:08.202Z[ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO STEP 53 (ensure_file) COMPLETE
83092024-12-06T20:37:08.202Z[ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102024-12-06T20:37:08.210Z[ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83112024-12-06T20:37:08.210Z[ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO copying /tmp/.tmpPWOfI9/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 ...
83122024-12-06T20:37:08.212Z[ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 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
83132024-12-06T20:37:08.212Z[ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO ok!
83142024-12-06T20:37:08.212Z[ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO STEP 54 (ensure_file) COMPLETE
83152024-12-06T20:37:08.212Z[ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162024-12-06T20:37:08.221Z[ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83172024-12-06T20:37:08.221Z[ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83182024-12-06T20:37:08.221Z[ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO STEP 55 (ensure_dir) COMPLETE
83192024-12-06T20:37:08.224Z[ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83202024-12-06T20:37:08.230Z[ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.565 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83212024-12-06T20:37:08.230Z[ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.565 INFO copying /tmp/.tmpPWOfI9/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 ...
83222024-12-06T20:37:08.233Z[ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83232024-12-06T20:37:08.233Z[ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO ok!
83242024-12-06T20:37:08.233Z[ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO STEP 56 (ensure_file) COMPLETE
83252024-12-06T20:37:08.233Z[ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262024-12-06T20:37:08.240Z[ recovery-image] Dec 06 20:37:07.575 INFO O| Dec 06 20:37:07.575 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83272024-12-06T20:37:08.240Z[ recovery-image] Dec 06 20:37:07.575 INFO O| Dec 06 20:37:07.575 INFO copying /tmp/.tmpPWOfI9/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 ...
83282024-12-06T20:37:08.242Z[ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 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
83292024-12-06T20:37:08.242Z[ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 INFO ok!
83302024-12-06T20:37:08.242Z[ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 INFO STEP 57 (ensure_file) COMPLETE
83312024-12-06T20:37:08.242Z[ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322024-12-06T20:37:08.250Z[ recovery-image] Dec 06 20:37:07.585 INFO O| Dec 06 20:37:07.585 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83332024-12-06T20:37:08.250Z[ recovery-image] Dec 06 20:37:07.586 INFO O| Dec 06 20:37:07.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83342024-12-06T20:37:08.252Z[ recovery-image] Dec 06 20:37:07.586 INFO O| Dec 06 20:37:07.586 INFO STEP 58 (ensure_dir) COMPLETE
83352024-12-06T20:37:08.252Z[ recovery-image] Dec 06 20:37:07.586 INFO O| Dec 06 20:37:07.586 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-06T20:37:08.260Z[ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83372024-12-06T20:37:08.260Z[ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO copying /tmp/.tmpPWOfI9/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 ...
83382024-12-06T20:37:08.263Z[ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83392024-12-06T20:37:08.263Z[ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO ok!
83402024-12-06T20:37:08.263Z[ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO STEP 59 (ensure_file) COMPLETE
83412024-12-06T20:37:08.263Z[ recovery-image] Dec 06 20:37:07.596 INFO O| Dec 06 20:37:07.595 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422024-12-06T20:37:08.272Z[ recovery-image] Dec 06 20:37:07.607 INFO O| Dec 06 20:37:07.607 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83432024-12-06T20:37:08.272Z[ recovery-image] Dec 06 20:37:07.607 INFO O| Dec 06 20:37:07.607 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83442024-12-06T20:37:08.274Z[ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83452024-12-06T20:37:08.274Z[ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO ok!
83462024-12-06T20:37:08.274Z[ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO STEP 60 (ensure_file) COMPLETE
83472024-12-06T20:37:08.274Z[ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83482024-12-06T20:37:08.284Z[ recovery-image] Dec 06 20:37:07.619 INFO O| Dec 06 20:37:07.619 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83492024-12-06T20:37:08.284Z[ recovery-image] Dec 06 20:37:07.619 INFO O| Dec 06 20:37:07.619 INFO STEP 61 (ensure_dir) COMPLETE
83502024-12-06T20:37:08.286Z[ recovery-image] Dec 06 20:37:07.619 INFO O| Dec 06 20:37:07.619 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83512024-12-06T20:37:08.295Z[ recovery-image] Dec 06 20:37:07.631 INFO O| Dec 06 20:37:07.631 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83522024-12-06T20:37:08.295Z[ recovery-image] Dec 06 20:37:07.631 INFO O| Dec 06 20:37:07.631 INFO STEP 62 (ensure_dir) COMPLETE
83532024-12-06T20:37:08.295Z[ recovery-image] Dec 06 20:37:07.631 INFO O| Dec 06 20:37:07.631 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83542024-12-06T20:37:08.305Z[ recovery-image] Dec 06 20:37:07.641 INFO O| Dec 06 20:37:07.641 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83552024-12-06T20:37:08.307Z[ recovery-image] Dec 06 20:37:07.641 INFO O| Dec 06 20:37:07.641 INFO STEP 63 (ensure_dir) COMPLETE
83562024-12-06T20:37:08.307Z[ recovery-image] Dec 06 20:37:07.641 INFO O| Dec 06 20:37:07.641 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83572024-12-06T20:37:08.315Z[ recovery-image] Dec 06 20:37:07.650 INFO O| Dec 06 20:37:07.650 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83582024-12-06T20:37:08.315Z[ recovery-image] Dec 06 20:37:07.650 INFO O| Dec 06 20:37:07.650 INFO STEP 64 (ensure_dir) COMPLETE
83592024-12-06T20:37:08.317Z[ recovery-image] Dec 06 20:37:07.650 INFO O| Dec 06 20:37:07.650 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83602024-12-06T20:37:08.325Z[ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83612024-12-06T20:37:08.325Z[ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83622024-12-06T20:37:08.327Z[ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83632024-12-06T20:37:08.327Z[ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO ok!
83642024-12-06T20:37:08.327Z[ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO STEP 65 (ensure_file) COMPLETE
83652024-12-06T20:37:08.327Z[ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662024-12-06T20:37:08.335Z[ recovery-image] Dec 06 20:37:07.671 INFO O| Dec 06 20:37:07.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83672024-12-06T20:37:08.337Z[ recovery-image] Dec 06 20:37:07.671 INFO O| Dec 06 20:37:07.671 INFO STEP 66 (remove_files) COMPLETE
83682024-12-06T20:37:08.337Z[ recovery-image] Dec 06 20:37:07.671 INFO O| Dec 06 20:37:07.671 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692024-12-06T20:37:08.345Z[ recovery-image] Dec 06 20:37:07.681 INFO O| Dec 06 20:37:07.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83702024-12-06T20:37:08.348Z[ recovery-image] Dec 06 20:37:07.681 INFO O| Dec 06 20:37:07.681 INFO STEP 67 (remove_files) COMPLETE
83712024-12-06T20:37:08.348Z[ recovery-image] Dec 06 20:37:07.681 INFO O| Dec 06 20:37:07.681 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722024-12-06T20:37:08.355Z[ recovery-image] Dec 06 20:37:07.691 INFO O| Dec 06 20:37:07.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83732024-12-06T20:37:08.358Z[ recovery-image] Dec 06 20:37:07.691 INFO O| Dec 06 20:37:07.691 INFO STEP 68 (remove_files) COMPLETE
83742024-12-06T20:37:08.358Z[ recovery-image] Dec 06 20:37:07.691 INFO O| Dec 06 20:37:07.691 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752024-12-06T20:37:08.366Z[ recovery-image] Dec 06 20:37:07.701 INFO O| Dec 06 20:37:07.701 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83762024-12-06T20:37:08.376Z[ recovery-image] Dec 06 20:37:07.702 INFO O| Dec 06 20:37:07.702 INFO STEP 69 (remove_files) COMPLETE
83772024-12-06T20:37:08.376Z[ recovery-image] Dec 06 20:37:07.702 INFO O| Dec 06 20:37:07.702 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782024-12-06T20:37:08.388Z[ recovery-image] Dec 06 20:37:07.721 INFO O| Dec 06 20:37:07.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83792024-12-06T20:37:08.388Z[ recovery-image] Dec 06 20:37:07.722 INFO O| Dec 06 20:37:07.722 INFO STEP 70 (remove_files) COMPLETE
83802024-12-06T20:37:08.388Z[ recovery-image] Dec 06 20:37:07.722 INFO O| Dec 06 20:37:07.722 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812024-12-06T20:37:08.412Z[ recovery-image] Dec 06 20:37:07.745 INFO O| Dec 06 20:37:07.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83822024-12-06T20:37:08.412Z[ recovery-image] Dec 06 20:37:07.745 INFO O| Dec 06 20:37:07.745 INFO STEP 71 (remove_files) COMPLETE
83832024-12-06T20:37:08.412Z[ recovery-image] Dec 06 20:37:07.745 INFO O| Dec 06 20:37:07.745 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842024-12-06T20:37:08.434Z[ recovery-image] Dec 06 20:37:07.766 INFO O| Dec 06 20:37:07.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83852024-12-06T20:37:08.438Z[ recovery-image] Dec 06 20:37:07.766 INFO O| Dec 06 20:37:07.766 INFO STEP 72 (remove_files) COMPLETE
83862024-12-06T20:37:08.438Z[ recovery-image] Dec 06 20:37:07.767 INFO O| Dec 06 20:37:07.766 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872024-12-06T20:37:08.461Z[ recovery-image] Dec 06 20:37:07.789 INFO O| Dec 06 20:37:07.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83882024-12-06T20:37:08.464Z[ recovery-image] Dec 06 20:37:07.789 INFO O| Dec 06 20:37:07.788 INFO STEP 73 (remove_files) COMPLETE
83892024-12-06T20:37:08.464Z[ recovery-image] Dec 06 20:37:07.789 INFO O| Dec 06 20:37:07.788 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902024-12-06T20:37:08.473Z[ recovery-image] Dec 06 20:37:07.809 INFO O| Dec 06 20:37:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83912024-12-06T20:37:08.473Z[ recovery-image] Dec 06 20:37:07.809 INFO O| Dec 06 20:37:07.808 INFO STEP 74 (remove_files) COMPLETE
83922024-12-06T20:37:08.473Z[ recovery-image] Dec 06 20:37:07.809 INFO O| Dec 06 20:37:07.808 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932024-12-06T20:37:08.491Z[ recovery-image] Dec 06 20:37:07.827 INFO O| Dec 06 20:37:07.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83942024-12-06T20:37:08.492Z[ recovery-image] Dec 06 20:37:07.827 INFO O| Dec 06 20:37:07.827 INFO STEP 75 (remove_files) COMPLETE
83952024-12-06T20:37:08.494Z[ recovery-image] Dec 06 20:37:07.827 INFO O| Dec 06 20:37:07.827 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962024-12-06T20:37:08.504Z[ recovery-image] Dec 06 20:37:07.840 INFO O| Dec 06 20:37:07.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83972024-12-06T20:37:08.507Z[ recovery-image] Dec 06 20:37:07.840 INFO O| Dec 06 20:37:07.840 INFO STEP 76 (remove_files) COMPLETE
83982024-12-06T20:37:08.507Z[ recovery-image] Dec 06 20:37:07.840 INFO O| Dec 06 20:37:07.840 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992024-12-06T20:37:08.515Z[ recovery-image] Dec 06 20:37:07.851 INFO O| Dec 06 20:37:07.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84002024-12-06T20:37:08.515Z[ recovery-image] Dec 06 20:37:07.851 INFO O| Dec 06 20:37:07.851 INFO STEP 77 (remove_files) COMPLETE
84012024-12-06T20:37:08.515Z[ recovery-image] Dec 06 20:37:07.851 INFO O| Dec 06 20:37:07.851 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84022024-12-06T20:37:08.528Z[ recovery-image] Dec 06 20:37:07.864 INFO O| Dec 06 20:37:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84032024-12-06T20:37:08.528Z[ recovery-image] Dec 06 20:37:07.864 INFO O| Dec 06 20:37:07.864 INFO STEP 78 (remove_files) COMPLETE
84042024-12-06T20:37:08.530Z[ recovery-image] Dec 06 20:37:07.864 INFO O| Dec 06 20:37:07.864 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84052024-12-06T20:37:08.539Z[ recovery-image] Dec 06 20:37:07.874 INFO O| Dec 06 20:37:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84062024-12-06T20:37:08.541Z[ recovery-image] Dec 06 20:37:07.874 INFO O| Dec 06 20:37:07.874 INFO STEP 79 (remove_files) COMPLETE
84072024-12-06T20:37:08.541Z[ recovery-image] Dec 06 20:37:07.874 INFO O| Dec 06 20:37:07.874 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84082024-12-06T20:37:08.549Z[ recovery-image] Dec 06 20:37:07.885 INFO O| Dec 06 20:37:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84092024-12-06T20:37:08.549Z[ recovery-image] Dec 06 20:37:07.885 INFO O| Dec 06 20:37:07.885 INFO STEP 80 (remove_files) COMPLETE
84102024-12-06T20:37:08.549Z[ recovery-image] Dec 06 20:37:07.885 INFO O| Dec 06 20:37:07.885 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84112024-12-06T20:37:08.560Z[ recovery-image] Dec 06 20:37:07.895 INFO O| Dec 06 20:37:07.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84122024-12-06T20:37:08.564Z[ recovery-image] Dec 06 20:37:07.895 INFO O| Dec 06 20:37:07.895 INFO STEP 81 (remove_files) COMPLETE
84132024-12-06T20:37:08.564Z[ recovery-image] Dec 06 20:37:07.895 INFO O| Dec 06 20:37:07.895 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84142024-12-06T20:37:08.570Z[ recovery-image] Dec 06 20:37:07.906 INFO O| Dec 06 20:37:07.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84152024-12-06T20:37:08.573Z[ recovery-image] Dec 06 20:37:07.906 INFO O| Dec 06 20:37:07.906 INFO STEP 82 (remove_files) COMPLETE
84162024-12-06T20:37:08.573Z[ recovery-image] Dec 06 20:37:07.906 INFO O| Dec 06 20:37:07.906 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172024-12-06T20:37:08.583Z[ recovery-image] Dec 06 20:37:07.919 INFO O| Dec 06 20:37:07.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84182024-12-06T20:37:08.583Z[ recovery-image] Dec 06 20:37:07.919 INFO O| Dec 06 20:37:07.919 INFO STEP 83 (remove_files) COMPLETE
84192024-12-06T20:37:08.586Z[ recovery-image] Dec 06 20:37:07.919 INFO O| Dec 06 20:37:07.919 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202024-12-06T20:37:08.595Z[ recovery-image] Dec 06 20:37:07.930 INFO O| Dec 06 20:37:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84212024-12-06T20:37:08.595Z[ recovery-image] Dec 06 20:37:07.931 INFO O| Dec 06 20:37:07.930 INFO STEP 84 (remove_files) COMPLETE
84222024-12-06T20:37:08.597Z[ recovery-image] Dec 06 20:37:07.931 INFO O| Dec 06 20:37:07.930 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232024-12-06T20:37:08.606Z[ recovery-image] Dec 06 20:37:07.942 INFO O| Dec 06 20:37:07.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84242024-12-06T20:37:08.606Z[ recovery-image] Dec 06 20:37:07.942 INFO O| Dec 06 20:37:07.942 INFO STEP 85 (remove_files) COMPLETE
84252024-12-06T20:37:08.606Z[ recovery-image] Dec 06 20:37:07.942 INFO O| Dec 06 20:37:07.942 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262024-12-06T20:37:08.616Z[ recovery-image] Dec 06 20:37:07.952 INFO O| Dec 06 20:37:07.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84272024-12-06T20:37:08.617Z[ recovery-image] Dec 06 20:37:07.952 INFO O| Dec 06 20:37:07.952 INFO STEP 86 (remove_files) COMPLETE
84282024-12-06T20:37:08.619Z[ recovery-image] Dec 06 20:37:07.952 INFO O| Dec 06 20:37:07.952 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292024-12-06T20:37:08.628Z[ recovery-image] Dec 06 20:37:07.963 INFO O| Dec 06 20:37:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84302024-12-06T20:37:08.628Z[ recovery-image] Dec 06 20:37:07.964 INFO O| Dec 06 20:37:07.964 INFO STEP 87 (remove_files) COMPLETE
84312024-12-06T20:37:08.630Z[ recovery-image] Dec 06 20:37:07.964 INFO O| Dec 06 20:37:07.964 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322024-12-06T20:37:08.639Z[ recovery-image] Dec 06 20:37:07.975 INFO O| Dec 06 20:37:07.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84332024-12-06T20:37:08.642Z[ recovery-image] Dec 06 20:37:07.975 INFO O| Dec 06 20:37:07.975 INFO STEP 88 (remove_files) COMPLETE
84342024-12-06T20:37:08.643Z[ recovery-image] Dec 06 20:37:07.975 INFO O| Dec 06 20:37:07.975 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352024-12-06T20:37:08.651Z[ recovery-image] Dec 06 20:37:07.986 INFO O| Dec 06 20:37:07.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84362024-12-06T20:37:08.651Z[ recovery-image] Dec 06 20:37:07.986 INFO O| Dec 06 20:37:07.986 INFO STEP 89 (remove_files) COMPLETE
84372024-12-06T20:37:08.651Z[ recovery-image] Dec 06 20:37:07.986 INFO O| Dec 06 20:37:07.986 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382024-12-06T20:37:08.661Z[ recovery-image] Dec 06 20:37:07.997 INFO O| Dec 06 20:37:07.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84392024-12-06T20:37:08.661Z[ recovery-image] Dec 06 20:37:07.997 INFO O| Dec 06 20:37:07.997 INFO STEP 90 (remove_files) COMPLETE
84402024-12-06T20:37:08.664Z[ recovery-image] Dec 06 20:37:07.997 INFO O| Dec 06 20:37:07.997 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412024-12-06T20:37:08.672Z[ recovery-image] Dec 06 20:37:08.008 INFO O| Dec 06 20:37:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84422024-12-06T20:37:08.672Z[ recovery-image] Dec 06 20:37:08.008 INFO O| Dec 06 20:37:08.008 INFO STEP 91 (remove_files) COMPLETE
84432024-12-06T20:37:08.675Z[ recovery-image] Dec 06 20:37:08.008 INFO O| Dec 06 20:37:08.008 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442024-12-06T20:37:08.683Z[ recovery-image] Dec 06 20:37:08.019 INFO O| Dec 06 20:37:08.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84452024-12-06T20:37:08.686Z[ recovery-image] Dec 06 20:37:08.019 INFO O| Dec 06 20:37:08.019 INFO STEP 92 (remove_files) COMPLETE
84462024-12-06T20:37:08.686Z[ recovery-image] Dec 06 20:37:08.019 INFO O| Dec 06 20:37:08.019 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472024-12-06T20:37:08.694Z[ recovery-image] Dec 06 20:37:08.030 INFO O| Dec 06 20:37:08.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84482024-12-06T20:37:08.694Z[ recovery-image] Dec 06 20:37:08.030 INFO O| Dec 06 20:37:08.030 INFO STEP 93 (remove_files) COMPLETE
84492024-12-06T20:37:08.697Z[ recovery-image] Dec 06 20:37:08.030 INFO O| Dec 06 20:37:08.030 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502024-12-06T20:37:08.705Z[ recovery-image] Dec 06 20:37:08.041 INFO O| Dec 06 20:37:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84512024-12-06T20:37:08.707Z[ recovery-image] Dec 06 20:37:08.041 INFO O| Dec 06 20:37:08.041 INFO STEP 94 (remove_files) COMPLETE
84522024-12-06T20:37:08.707Z[ recovery-image] Dec 06 20:37:08.041 INFO O| Dec 06 20:37:08.041 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84532024-12-06T20:37:08.721Z[ recovery-image] Dec 06 20:37:08.057 INFO O| Dec 06 20:37:08.057 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84542024-12-06T20:37:08.724Z[ recovery-image] Dec 06 20:37:08.057 INFO O| Dec 06 20:37:08.057 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "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"}
84552024-12-06T20:37:16.297Z[ recovery-image] Dec 06 20:37:15.632 INFO O| Dec 06 20:37:15.632 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
84562024-12-06T20:37:16.297Z[ recovery-image] Dec 06 20:37:15.632 INFO O| Dec 06 20:37:15.632 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84572024-12-06T20:37:16.310Z[ recovery-image] Dec 06 20:37:15.645 INFO O| Dec 06 20:37:15.645 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"}
84582024-12-06T20:37:16.385Z[ recovery-image] Dec 06 20:37:15.720 INFO O| Dec 06 20:37:15.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84592024-12-06T20:37:16.385Z[ recovery-image] Dec 06 20:37:15.720 INFO O| Dec 06 20:37:15.720 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 ...
84602024-12-06T20:37:16.388Z[ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84612024-12-06T20:37:16.388Z[ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO ok!
84622024-12-06T20:37:16.388Z[ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84632024-12-06T20:37:16.388Z[ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO STEP 95 (seed_smf) COMPLETE
84642024-12-06T20:37:16.388Z[ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO steps complete; finalising image!
84652024-12-06T20:37:16.388Z[ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84662024-12-06T20:37:16.420Z[ recovery-image] Dec 06 20:37:15.756 INFO O| Dec 06 20:37:15.755 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Fri Dec 6 20:37:15 2024)
84672024-12-06T20:37:16.641Z[ recovery-image] Dec 06 20:37:15.976 INFO O| Dec 06 20:37:15.976 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio
84682024-12-06T20:37:16.641Z[ recovery-image] Dec 06 20:37:15.976 INFO O| Dec 06 20:37:15.976 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84692024-12-06T20:37:16.871Z[ recovery-image] Dec 06 20:37:16.205 INFO O| Dec 06 20:37:16.205 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
84702024-12-06T20:37:16.871Z[ recovery-image] Dec 06 20:37:16.205 INFO O| Dec 06 20:37:16.205 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84712024-12-06T20:37:19.848Z[ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84722024-12-06T20:37:19.848Z[ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84732024-12-06T20:37:19.851Z[ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84742024-12-06T20:37:19.851Z[ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO completed processing gimlet/zfs-recovery
84752024-12-06T20:37:19.851Z[ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84762024-12-06T20:37:20.278Z[ recovery-image] Dec 06 20:37:19.614 INFO O| Dec 06 20:37:19.613 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84772024-12-06T20:37:20.360Z[ recovery-image] Dec 06 20:37:19.695 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84782024-12-06T20:37:20.362Z[ recovery-image] Dec 06 20:37:19.696 INFO expanded image name: "recovery dd376b0/${os_short_commit} 2024-12-06 20:07" -> "recovery dd376b0/92ea229 2024-12-06 20:07"
84792024-12-06T20:37:20.362Z[ recovery-image] Dec 06 20:37:19.696 INFO output artefacts stored in: "/work/os-recovery"
84802024-12-06T20:37:20.362Z[ recovery-image] Dec 06 20:37:19.696 INFO collecting git info from project "bootserver"...
84812024-12-06T20:37:20.371Z[ recovery-image] Dec 06 20:37:19.707 INFO collecting git info from project "image-builder"...
84822024-12-06T20:37:20.378Z[ recovery-image] Dec 06 20:37:19.713 INFO collecting git info from project "phbl"...
84832024-12-06T20:37:20.384Z[ recovery-image] Dec 06 20:37:19.719 INFO collecting git info from project "amd-firmware"...
84842024-12-06T20:37:20.683Z[ recovery-image] Dec 06 20:37:20.019 INFO collecting git info from project "pinprick"...
84852024-12-06T20:37:20.691Z[ recovery-image] Dec 06 20:37:20.024 INFO collecting git info from project "amd-host-image-builder"...
84862024-12-06T20:37:20.975Z[ recovery-image] Dec 06 20:37:20.310 INFO collecting git info from project "chelsio-t6-roms"...
84872024-12-06T20:37:20.996Z[ recovery-image] Dec 06 20:37:20.332 INFO collecting git info from project "pilot"...
84882024-12-06T20:37:21.008Z[ recovery-image] Dec 06 20:37:20.343 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84892024-12-06T20:37:21.366Z[ recovery-image] Dec 06 20:37:20.701 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84902024-12-06T20:37:21.714Z[ recovery-image] Dec 06 20:37:21.050 INFO creating Oxide boot image...
84912024-12-06T20:37:21.717Z[ recovery-image] Dec 06 20:37:21.050 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery dd376b0/92ea229 2024-12-06 20:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84922024-12-06T20:37:52.172Z[ host-image] Dec 06 20:37:51.506 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
84932024-12-06T20:37:52.173Z[ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
84942024-12-06T20:37:52.175Z[ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84952024-12-06T20:37:52.175Z[ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84962024-12-06T20:37:52.175Z[ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84972024-12-06T20:37:52.175Z[ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84982024-12-06T20:37:52.175Z[ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84992024-12-06T20:37:52.176Z[ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85002024-12-06T20:37:52.176Z[ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85012024-12-06T20:37:52.176Z[ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85022024-12-06T20:37:52.176Z[ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
85032024-12-06T20:37:52.176Z[ host-image] Dec 06 20:37:51.510 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
85042024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.511 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
85052024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.511 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
85062024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.511 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85072024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.512 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
85082024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
85092024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
85102024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
85112024-12-06T20:37:52.178Z[ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85122024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85132024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85142024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85152024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85162024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85172024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85182024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85192024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85202024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85212024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85222024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85232024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85242024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85252024-12-06T20:37:52.181Z[ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85262024-12-06T20:37:52.183Z[ host-image] Dec 06 20:37:51.516 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85272024-12-06T20:37:52.184Z[ host-image] Dec 06 20:37:51.516 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85282024-12-06T20:37:52.191Z[ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85292024-12-06T20:37:52.193Z[ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85302024-12-06T20:37:52.193Z[ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85312024-12-06T20:37:52.193Z[ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85322024-12-06T20:37:52.193Z[ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85332024-12-06T20:37:52.193Z[ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85342024-12-06T20:37:52.193Z[ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85352024-12-06T20:37:52.193Z[ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85362024-12-06T20:37:52.203Z[ host-image] Dec 06 20:37:51.528 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85372024-12-06T20:37:52.203Z[ host-image] Dec 06 20:37:51.529 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85382024-12-06T20:37:52.206Z[ host-image] Dec 06 20:37:51.541 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85392024-12-06T20:37:52.206Z[ host-image] Dec 06 20:37:51.541 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85402024-12-06T20:37:52.208Z[ host-image] Dec 06 20:37:51.541 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85412024-12-06T20:37:52.208Z[ host-image] Dec 06 20:37:51.542 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85422024-12-06T20:37:52.208Z[ host-image] Dec 06 20:37:51.542 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85432024-12-06T20:37:52.208Z[ host-image] Dec 06 20:37:51.542 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85442024-12-06T20:37:52.243Z[ host-image] Dec 06 20:37:51.578 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85452024-12-06T20:37:52.247Z[ host-image] Dec 06 20:37:51.579 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85462024-12-06T20:37:52.247Z[ host-image] Dec 06 20:37:51.579 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85472024-12-06T20:37:52.247Z[ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85482024-12-06T20:37:52.248Z[ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85492024-12-06T20:37:52.248Z[ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85502024-12-06T20:37:52.248Z[ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85512024-12-06T20:37:52.248Z[ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85522024-12-06T20:37:52.248Z[ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85532024-12-06T20:37:52.248Z[ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85542024-12-06T20:37:52.248Z[ host-image] Dec 06 20:37:51.581 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85552024-12-06T20:37:52.250Z[ host-image] Dec 06 20:37:51.581 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85562024-12-06T20:37:52.252Z[ host-image] Dec 06 20:37:51.585 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85572024-12-06T20:37:52.252Z[ host-image] Dec 06 20:37:51.585 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85582024-12-06T20:37:52.252Z[ host-image] Dec 06 20:37:51.585 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85592024-12-06T20:37:52.253Z[ host-image] Dec 06 20:37:51.586 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85602024-12-06T20:37:52.253Z[ host-image] Dec 06 20:37:51.586 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85612024-12-06T20:37:52.266Z[ host-image] Dec 06 20:37:51.601 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85622024-12-06T20:37:52.268Z[ host-image] Dec 06 20:37:51.601 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85632024-12-06T20:37:52.268Z[ host-image] Dec 06 20:37:51.603 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85642024-12-06T20:37:52.271Z[ host-image] Dec 06 20:37:51.604 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85652024-12-06T20:37:52.271Z[ host-image] Dec 06 20:37:51.604 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85662024-12-06T20:37:52.271Z[ host-image] Dec 06 20:37:51.604 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85672024-12-06T20:37:52.271Z[ host-image] Dec 06 20:37:51.605 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85682024-12-06T20:37:52.271Z[ host-image] Dec 06 20:37:51.605 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85692024-12-06T20:37:52.271Z[ host-image] Dec 06 20:37:51.605 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85702024-12-06T20:37:52.274Z[ host-image] Dec 06 20:37:51.609 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85712024-12-06T20:37:52.277Z[ host-image] Dec 06 20:37:51.609 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85722024-12-06T20:37:52.277Z[ host-image] Dec 06 20:37:51.610 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85732024-12-06T20:37:52.277Z[ host-image] Dec 06 20:37:51.610 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85742024-12-06T20:37:52.277Z[ host-image] Dec 06 20:37:51.610 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85752024-12-06T20:37:52.277Z[ host-image] Dec 06 20:37:51.611 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85762024-12-06T20:37:52.277Z[ host-image] Dec 06 20:37:51.611 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85772024-12-06T20:37:52.277Z[ host-image] Dec 06 20:37:51.611 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85782024-12-06T20:37:52.285Z[ host-image] Dec 06 20:37:51.619 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85792024-12-06T20:37:52.287Z[ host-image] Dec 06 20:37:51.620 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85802024-12-06T20:37:52.287Z[ host-image] Dec 06 20:37:51.622 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85812024-12-06T20:37:52.290Z[ host-image] Dec 06 20:37:51.623 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85822024-12-06T20:37:52.290Z[ host-image] Dec 06 20:37:51.623 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85832024-12-06T20:37:52.290Z[ host-image] Dec 06 20:37:51.623 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85842024-12-06T20:37:52.290Z[ host-image] Dec 06 20:37:51.624 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85852024-12-06T20:37:52.290Z[ host-image] Dec 06 20:37:51.624 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85862024-12-06T20:37:52.299Z[ host-image] Dec 06 20:37:51.635 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85872024-12-06T20:37:52.302Z[ host-image] Dec 06 20:37:51.635 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85882024-12-06T20:37:52.302Z[ host-image] Dec 06 20:37:51.635 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85892024-12-06T20:37:52.302Z[ host-image] Dec 06 20:37:51.636 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85902024-12-06T20:37:52.302Z[ host-image] Dec 06 20:37:51.636 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
85912024-12-06T20:37:52.323Z[ host-image] Dec 06 20:37:51.658 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
85922024-12-06T20:37:52.326Z[ host-image] Dec 06 20:37:51.658 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
85932024-12-06T20:37:52.326Z[ host-image] Dec 06 20:37:51.659 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
85942024-12-06T20:37:52.326Z[ host-image] Dec 06 20:37:51.659 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85952024-12-06T20:37:52.326Z[ host-image] Dec 06 20:37:51.659 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85962024-12-06T20:37:52.353Z[ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
85972024-12-06T20:37:52.356Z[ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85982024-12-06T20:37:52.356Z[ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
85992024-12-06T20:37:52.356Z[ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
86002024-12-06T20:37:52.356Z[ host-image] Dec 06 20:37:51.690 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
86012024-12-06T20:37:52.356Z[ host-image] Dec 06 20:37:51.690 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86022024-12-06T20:37:52.356Z[ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86032024-12-06T20:37:52.358Z[ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
86042024-12-06T20:37:52.358Z[ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
86052024-12-06T20:37:52.358Z[ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
86062024-12-06T20:37:52.359Z[ host-image] Dec 06 20:37:51.692 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
86072024-12-06T20:37:52.359Z[ host-image] Dec 06 20:37:51.692 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
86082024-12-06T20:37:52.359Z[ host-image] Dec 06 20:37:51.692 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
86092024-12-06T20:37:52.361Z[ host-image] Dec 06 20:37:51.695 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86102024-12-06T20:37:52.361Z[ host-image] Dec 06 20:37:51.695 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
86112024-12-06T20:37:52.363Z[ host-image] Dec 06 20:37:51.697 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86122024-12-06T20:37:52.363Z[ host-image] Dec 06 20:37:51.697 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86132024-12-06T20:37:52.363Z[ host-image] Dec 06 20:37:51.697 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86142024-12-06T20:37:52.363Z[ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86152024-12-06T20:37:52.363Z[ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86162024-12-06T20:37:52.363Z[ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86172024-12-06T20:37:52.363Z[ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86182024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86192024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86202024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86212024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86222024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86232024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86242024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86252024-12-06T20:37:52.366Z[ host-image] Dec 06 20:37:51.700 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86262024-12-06T20:37:52.369Z[ host-image] Dec 06 20:37:51.701 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z
86272024-12-06T20:37:52.369Z[ host-image] Dec 06 20:37:51.701 INFO O| tempdir @ "/tmp/.tmpRkycNM/tmp"
86282024-12-06T20:37:52.369Z[ host-image] Dec 06 20:37:51.702 INFO O| image root @ "/tmp/.tmpRkycNM/tmp/root"
86292024-12-06T20:37:52.369Z[ host-image] Dec 06 20:37:51.702 INFO O| creating image...
86302024-12-06T20:37:52.856Z[ host-image] Dec 06 20:37:52.191 INFO O| copying publishers...
86312024-12-06T20:38:02.092Z[ host-image] Dec 06 20:38:01.426 INFO O| adding properties...
86322024-12-06T20:38:03.101Z[ host-image] Dec 06 20:38:02.436 INFO O| installing packages...
86332024-12-06T20:38:11.573Z[ recovery-image] Dec 06 20:38:10.907 INFO O| ok, image written!
86342024-12-06T20:38:11.575Z[ recovery-image] Dec 06 20:38:10.907 INFO O| ok, boot_image_csum file written!
86352024-12-06T20:38:11.577Z[ recovery-image] Dec 06 20:38:10.912 INFO creating boot archive (CPIO)...
86362024-12-06T20:38:11.577Z[ recovery-image] Dec 06 20:38:10.912 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
86372024-12-06T20:38:11.586Z[ recovery-image] Dec 06 20:38:10.920 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86382024-12-06T20:38:11.586Z[ recovery-image] Dec 06 20:38:10.921 INFO E| + outfile=/work/os-recovery/cpio
86392024-12-06T20:38:11.588Z[ recovery-image] Dec 06 20:38:10.921 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86402024-12-06T20:38:11.588Z[ recovery-image] Dec 06 20:38:10.923 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86412024-12-06T20:38:11.588Z[ recovery-image] Dec 06 20:38:10.923 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86422024-12-06T20:38:11.620Z[ recovery-image] Dec 06 20:38:10.954 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86432024-12-06T20:38:11.620Z[ recovery-image] Dec 06 20:38:10.954 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86442024-12-06T20:38:11.627Z[ recovery-image] Dec 06 20:38:10.961 INFO creating compressed cpio/unix for nanobl-rs...
86452024-12-06T20:38:11.627Z[ recovery-image] Dec 06 20:38:10.961 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
86462024-12-06T20:38:11.915Z[ recovery-image] Dec 06 20:38:11.250 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86472024-12-06T20:38:16.284Z[ recovery-image] Dec 06 20:38:15.618 INFO creating reset image...
86482024-12-06T20:38:16.286Z[ recovery-image] Dec 06 20:38:15.618 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86492024-12-06T20:38:16.522Z[ recovery-image] Dec 06 20:38:15.857 INFO E| Updating crates.io index
86502024-12-06T20:38:16.616Z[ recovery-image] Dec 06 20:38:15.950 INFO E| Downloading crates ...
86512024-12-06T20:38:16.703Z[ recovery-image] Dec 06 20:38:16.038 INFO E| Downloaded shared_child v1.0.1
86522024-12-06T20:38:16.710Z[ recovery-image] Dec 06 20:38:16.044 INFO E| Downloaded os_pipe v1.2.1
86532024-12-06T20:38:16.712Z[ recovery-image] Dec 06 20:38:16.046 INFO E| Downloaded duct v0.13.7
86542024-12-06T20:38:16.714Z[ recovery-image] Dec 06 20:38:16.048 INFO E| Downloaded clap_derive v4.5.13
86552024-12-06T20:38:16.717Z[ recovery-image] Dec 06 20:38:16.051 INFO E| Downloaded clap_builder v4.5.17
86562024-12-06T20:38:16.723Z[ recovery-image] Dec 06 20:38:16.058 INFO E| Downloaded clap v4.5.17
86572024-12-06T20:38:16.740Z[ recovery-image] Dec 06 20:38:16.075 INFO E| Downloaded syn v2.0.77
86582024-12-06T20:38:16.769Z[ recovery-image] Dec 06 20:38:16.103 INFO E| Downloaded libc v0.2.158
86592024-12-06T20:38:16.840Z[ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling proc-macro2 v1.0.86
86602024-12-06T20:38:16.840Z[ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling libc v0.2.158
86612024-12-06T20:38:16.840Z[ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling unicode-ident v1.0.13
86622024-12-06T20:38:16.842Z[ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling utf8parse v0.2.2
86632024-12-06T20:38:16.842Z[ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling anstyle v1.0.8
86642024-12-06T20:38:16.842Z[ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling is_terminal_polyfill v1.70.1
86652024-12-06T20:38:16.842Z[ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling anstyle-query v1.1.1
86662024-12-06T20:38:16.842Z[ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling colorchoice v1.0.2
86672024-12-06T20:38:17.063Z[ recovery-image] Dec 06 20:38:16.397 INFO E| Compiling anstyle-parse v0.2.5
86682024-12-06T20:38:17.077Z[ recovery-image] Dec 06 20:38:16.411 INFO E| Compiling strsim v0.11.1
86692024-12-06T20:38:17.102Z[ recovery-image] Dec 06 20:38:16.436 INFO E| Compiling clap_lex v0.7.2
86702024-12-06T20:38:17.128Z[ recovery-image] Dec 06 20:38:16.462 INFO E| Compiling heck v0.5.0
86712024-12-06T20:38:17.131Z[ recovery-image] Dec 06 20:38:16.463 INFO E| Compiling once_cell v1.19.0
86722024-12-06T20:38:17.360Z[ recovery-image] Dec 06 20:38:16.692 INFO E| Compiling anstream v0.6.15
86732024-12-06T20:38:17.741Z[ recovery-image] Dec 06 20:38:17.075 INFO E| Compiling clap_builder v4.5.17
86742024-12-06T20:38:18.133Z[ recovery-image] Dec 06 20:38:17.468 INFO E| Compiling os_pipe v1.2.1
86752024-12-06T20:38:18.133Z[ recovery-image] Dec 06 20:38:17.468 INFO E| Compiling shared_child v1.0.1
86762024-12-06T20:38:18.249Z[ recovery-image] Dec 06 20:38:17.584 INFO E| Compiling quote v1.0.37
86772024-12-06T20:38:18.276Z[ recovery-image] Dec 06 20:38:17.610 INFO E| Compiling duct v0.13.7
86782024-12-06T20:38:18.561Z[ recovery-image] Dec 06 20:38:17.895 INFO E| Compiling syn v2.0.77
86792024-12-06T20:38:20.234Z[ host-image] Dec 06 20:38:19.569 INFO O| seeding SMF database...
86802024-12-06T20:38:22.442Z[ recovery-image] Dec 06 20:38:21.777 INFO E| Compiling clap_derive v4.5.13
86812024-12-06T20:38:24.229Z[ recovery-image] Dec 06 20:38:23.563 INFO E| Compiling clap v4.5.17
86822024-12-06T20:38:24.282Z[ recovery-image] Dec 06 20:38:23.617 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86832024-12-06T20:38:25.238Z[ recovery-image] Dec 06 20:38:24.573 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s
86842024-12-06T20:38:25.249Z[ recovery-image] Dec 06 20:38:24.583 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86852024-12-06T20:38:25.379Z[ recovery-image] Dec 06 20:38:24.713 INFO E| Updating crates.io index
86862024-12-06T20:38:25.541Z[ recovery-image] Dec 06 20:38:24.876 INFO E| Downloading crates ...
86872024-12-06T20:38:25.612Z[ recovery-image] Dec 06 20:38:24.946 INFO E| Downloaded raw-cpuid v10.7.0
86882024-12-06T20:38:25.616Z[ recovery-image] Dec 06 20:38:24.950 INFO E| Downloaded bitstruct v0.1.1
86892024-12-06T20:38:25.618Z[ recovery-image] Dec 06 20:38:24.951 INFO E| Downloaded bitstruct_derive v0.1.0
86902024-12-06T20:38:25.620Z[ recovery-image] Dec 06 20:38:24.954 INFO E| Downloaded seq-macro v0.3.5
86912024-12-06T20:38:25.622Z[ recovery-image] Dec 06 20:38:24.956 INFO E| Downloaded cpio_reader v0.1.1
86922024-12-06T20:38:25.625Z[ recovery-image] Dec 06 20:38:24.957 INFO E| Downloaded bit_field v0.10.2
86932024-12-06T20:38:25.652Z[ recovery-image] Dec 06 20:38:24.986 INFO E| Downloaded syn v2.0.85
86942024-12-06T20:38:25.777Z[ recovery-image] Dec 06 20:38:25.112 INFO E| Downloaded x86 v0.52.0
86952024-12-06T20:38:25.862Z[ recovery-image] Dec 06 20:38:25.196 INFO E| Updating crates.io index
86962024-12-06T20:38:26.026Z[ recovery-image] Dec 06 20:38:25.361 INFO E| Downloading crates ...
86972024-12-06T20:38:26.089Z[ recovery-image] Dec 06 20:38:25.423 INFO E| Downloaded compiler_builtins v0.1.134
86982024-12-06T20:38:26.154Z[ recovery-image] Dec 06 20:38:25.488 INFO E| Compiling compiler_builtins v0.1.134
86992024-12-06T20:38:26.154Z[ recovery-image] Dec 06 20:38:25.488 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)
87002024-12-06T20:38:26.154Z[ recovery-image] Dec 06 20:38:25.488 INFO E| Compiling proc-macro2 v1.0.89
87012024-12-06T20:38:26.157Z[ recovery-image] Dec 06 20:38:25.488 INFO E| Compiling unicode-ident v1.0.13
87022024-12-06T20:38:26.157Z[ recovery-image] Dec 06 20:38:25.489 INFO E| Compiling syn v1.0.109
87032024-12-06T20:38:26.157Z[ recovery-image] Dec 06 20:38:25.489 INFO E| Compiling x86 v0.52.0
87042024-12-06T20:38:26.157Z[ recovery-image] Dec 06 20:38:25.489 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87052024-12-06T20:38:26.159Z[ recovery-image] Dec 06 20:38:25.494 INFO E| Compiling seq-macro v0.3.5
87062024-12-06T20:38:27.261Z[ recovery-image] Dec 06 20:38:26.595 INFO E| Compiling quote v1.0.37
87072024-12-06T20:38:27.520Z[ recovery-image] Dec 06 20:38:26.854 INFO E| Compiling syn v2.0.85
87082024-12-06T20:38:28.888Z[ host-image] Dec 06 20:38:28.222 INFO O| configuring SMF profile...
87092024-12-06T20:38:28.891Z[ host-image] Dec 06 20:38:28.222 INFO O| modifying shadow(5)...
87102024-12-06T20:38:28.891Z[ host-image] Dec 06 20:38:28.222 INFO O| loading user and group database...
87112024-12-06T20:38:28.891Z[ host-image] Dec 06 20:38:28.222 INFO O| assessing packaged files...
87122024-12-06T20:38:29.928Z[ recovery-image] Dec 06 20:38:29.262 INFO E| Compiling scroll_derive v0.12.0
87132024-12-06T20:38:31.784Z[ host-image] Dec 06 20:38:31.118 INFO O| creating archive...
87142024-12-06T20:38:31.840Z[ host-image] Dec 06 20:38:31.174 INFO O| missing from packaging:
87152024-12-06T20:38:31.840Z[ host-image] Dec 06 20:38:31.174 INFO O| "etc/.pwd.lock"
87162024-12-06T20:38:31.842Z[ host-image] Dec 06 20:38:31.174 INFO O| "etc/bash"
87172024-12-06T20:38:31.847Z[ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/generic.xml"
87182024-12-06T20:38:31.847Z[ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/inetd_services.xml"
87192024-12-06T20:38:31.849Z[ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/name_service.xml"
87202024-12-06T20:38:31.849Z[ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/platform.xml"
87212024-12-06T20:38:31.849Z[ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/platform_omicron1.xml"
87222024-12-06T20:38:31.849Z[ host-image] Dec 06 20:38:31.182 INFO O| "etc/svc/repository.db"
87232024-12-06T20:38:31.864Z[ host-image] Dec 06 20:38:31.198 INFO O| "opt/ooce/share"
87242024-12-06T20:38:31.864Z[ host-image] Dec 06 20:38:31.198 INFO O| "opt/ooce/share/man"
87252024-12-06T20:38:31.867Z[ host-image] Dec 06 20:38:31.198 INFO O| "opt/ooce/share/man/man1"
87262024-12-06T20:38:31.874Z[ host-image] Dec 06 20:38:31.209 INFO O| finishing archive...
87272024-12-06T20:38:32.036Z[ recovery-image] Dec 06 20:38:31.370 INFO E| Compiling bitstruct_derive v0.1.0
87282024-12-06T20:38:34.703Z[ host-image] Dec 06 20:38:34.037 INFO O| creating gzonly manifest...
87292024-12-06T20:38:34.709Z[ host-image] Dec 06 20:38:34.044 INFO O| ok
87302024-12-06T20:38:34.813Z[ host-image] Dec 06 20:38:34.147 INFO image builder template: ramdisk-02-trim...
87312024-12-06T20:38:34.813Z[ host-image] Dec 06 20:38:34.147 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/.tmpPWOfI9/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
87322024-12-06T20:38:34.836Z[ host-image] Dec 06 20:38:34.170 INFO O| Dec 06 20:38:34.170 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87332024-12-06T20:38:34.840Z[ host-image] Dec 06 20:38:34.174 INFO O| Dec 06 20:38:34.174 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87342024-12-06T20:38:34.981Z[ host-image] Dec 06 20:38:34.315 INFO O| Dec 06 20:38:34.314 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87352024-12-06T20:38:35.045Z[ host-image] Dec 06 20:38:34.379 INFO O| Dec 06 20:38:34.379 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87362024-12-06T20:38:35.047Z[ host-image] Dec 06 20:38:34.379 INFO O| Dec 06 20:38:34.379 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87372024-12-06T20:38:35.051Z[ host-image] Dec 06 20:38:34.384 INFO O| Dec 06 20:38:34.384 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87382024-12-06T20:38:35.054Z[ host-image] Dec 06 20:38:34.388 INFO O| Dec 06 20:38:34.388 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87392024-12-06T20:38:35.058Z[ host-image] Dec 06 20:38:34.393 INFO O| Dec 06 20:38:34.392 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87402024-12-06T20:38:35.256Z[ host-image] Dec 06 20:38:34.589 INFO O| Dec 06 20:38:34.589 INFO rolled back to input snapshot; work may begin
87412024-12-06T20:38:35.256Z[ host-image] Dec 06 20:38:34.589 INFO O| Dec 06 20:38:34.589 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87422024-12-06T20:38:35.260Z[ host-image] Dec 06 20:38:34.595 INFO O| Dec 06 20:38:34.594 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-12-06T20:38:35.270Z[ host-image] Dec 06 20:38:34.604 INFO O| Dec 06 20:38:34.604 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87442024-12-06T20:38:35.319Z[ host-image] Dec 06 20:38:34.653 INFO O| Dec 06 20:38:34.653 INFO STEP 0 (remove_files) COMPLETE
87452024-12-06T20:38:35.319Z[ host-image] Dec 06 20:38:34.653 INFO O| Dec 06 20:38:34.653 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-12-06T20:38:35.331Z[ host-image] Dec 06 20:38:34.664 INFO O| Dec 06 20:38:34.664 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87472024-12-06T20:38:35.333Z[ host-image] Dec 06 20:38:34.666 INFO O| Dec 06 20:38:34.666 INFO STEP 1 (remove_files) COMPLETE
87482024-12-06T20:38:35.333Z[ host-image] Dec 06 20:38:34.666 INFO O| Dec 06 20:38:34.666 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-12-06T20:38:35.341Z[ host-image] Dec 06 20:38:34.675 INFO O| Dec 06 20:38:34.675 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87502024-12-06T20:38:35.357Z[ host-image] Dec 06 20:38:34.691 INFO O| Dec 06 20:38:34.691 INFO STEP 2 (remove_files) COMPLETE
87512024-12-06T20:38:35.357Z[ host-image] Dec 06 20:38:34.691 INFO O| Dec 06 20:38:34.691 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-12-06T20:38:35.366Z[ host-image] Dec 06 20:38:34.700 INFO O| Dec 06 20:38:34.700 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87532024-12-06T20:38:35.369Z[ host-image] Dec 06 20:38:34.702 INFO O| Dec 06 20:38:34.702 INFO STEP 3 (remove_files) COMPLETE
87542024-12-06T20:38:35.369Z[ host-image] Dec 06 20:38:34.702 INFO O| Dec 06 20:38:34.702 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-12-06T20:38:35.378Z[ host-image] Dec 06 20:38:34.712 INFO O| Dec 06 20:38:34.712 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87562024-12-06T20:38:35.381Z[ host-image] Dec 06 20:38:34.716 INFO O| Dec 06 20:38:34.716 INFO STEP 4 (remove_files) COMPLETE
87572024-12-06T20:38:35.381Z[ host-image] Dec 06 20:38:34.716 INFO O| Dec 06 20:38:34.716 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-12-06T20:38:35.391Z[ host-image] Dec 06 20:38:34.725 INFO O| Dec 06 20:38:34.725 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87592024-12-06T20:38:35.394Z[ host-image] Dec 06 20:38:34.728 INFO O| Dec 06 20:38:34.728 INFO STEP 5 (remove_files) COMPLETE
87602024-12-06T20:38:35.394Z[ host-image] Dec 06 20:38:34.728 INFO O| Dec 06 20:38:34.728 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-12-06T20:38:35.403Z[ host-image] Dec 06 20:38:34.737 INFO O| Dec 06 20:38:34.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87622024-12-06T20:38:35.414Z[ host-image] Dec 06 20:38:34.749 INFO O| Dec 06 20:38:34.749 INFO STEP 6 (remove_files) COMPLETE
87632024-12-06T20:38:35.414Z[ host-image] Dec 06 20:38:34.749 INFO O| Dec 06 20:38:34.749 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-12-06T20:38:35.424Z[ host-image] Dec 06 20:38:34.758 INFO O| Dec 06 20:38:34.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87652024-12-06T20:38:35.437Z[ host-image] Dec 06 20:38:34.772 INFO O| Dec 06 20:38:34.771 INFO STEP 7 (remove_files) COMPLETE
87662024-12-06T20:38:35.437Z[ host-image] Dec 06 20:38:34.772 INFO O| Dec 06 20:38:34.772 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-12-06T20:38:35.447Z[ host-image] Dec 06 20:38:34.781 INFO O| Dec 06 20:38:34.781 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87682024-12-06T20:38:35.529Z[ host-image] Dec 06 20:38:34.863 INFO O| Dec 06 20:38:34.863 INFO STEP 8 (remove_files) COMPLETE
87692024-12-06T20:38:35.529Z[ host-image] Dec 06 20:38:34.863 INFO O| Dec 06 20:38:34.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-12-06T20:38:35.540Z[ host-image] Dec 06 20:38:34.874 INFO O| Dec 06 20:38:34.874 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87712024-12-06T20:38:35.625Z[ host-image] Dec 06 20:38:34.959 INFO O| Dec 06 20:38:34.959 INFO STEP 9 (remove_files) COMPLETE
87722024-12-06T20:38:35.625Z[ host-image] Dec 06 20:38:34.959 INFO O| Dec 06 20:38:34.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-12-06T20:38:35.637Z[ host-image] Dec 06 20:38:34.970 INFO O| Dec 06 20:38:34.970 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87742024-12-06T20:38:35.639Z[ host-image] Dec 06 20:38:34.973 INFO O| Dec 06 20:38:34.973 INFO STEP 10 (remove_files) COMPLETE
87752024-12-06T20:38:35.639Z[ host-image] Dec 06 20:38:34.973 INFO O| Dec 06 20:38:34.973 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-12-06T20:38:35.648Z[ host-image] Dec 06 20:38:34.982 INFO O| Dec 06 20:38:34.982 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87772024-12-06T20:38:35.651Z[ host-image] Dec 06 20:38:34.983 INFO O| Dec 06 20:38:34.983 INFO STEP 11 (remove_files) COMPLETE
87782024-12-06T20:38:35.651Z[ host-image] Dec 06 20:38:34.983 INFO O| Dec 06 20:38:34.983 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-12-06T20:38:35.658Z[ host-image] Dec 06 20:38:34.992 INFO O| Dec 06 20:38:34.992 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87802024-12-06T20:38:35.660Z[ host-image] Dec 06 20:38:34.994 INFO O| Dec 06 20:38:34.994 INFO STEP 12 (remove_files) COMPLETE
87812024-12-06T20:38:35.661Z[ host-image] Dec 06 20:38:34.994 INFO O| Dec 06 20:38:34.994 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-12-06T20:38:35.672Z[ host-image] Dec 06 20:38:35.006 INFO O| Dec 06 20:38:35.006 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87832024-12-06T20:38:35.683Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87842024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87852024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87862024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87872024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87882024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87892024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87902024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87912024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.019 INFO O| Dec 06 20:38:35.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87922024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.019 INFO O| Dec 06 20:38:35.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87932024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.019 INFO O| Dec 06 20:38:35.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87942024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87952024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87962024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87972024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87982024-12-06T20:38:35.686Z[ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87992024-12-06T20:38:36.021Z[ host-image] Dec 06 20:38:35.355 INFO O| Dec 06 20:38:35.355 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88002024-12-06T20:38:36.024Z[ host-image] Dec 06 20:38:35.358 INFO O| Dec 06 20:38:35.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88012024-12-06T20:38:36.027Z[ host-image] Dec 06 20:38:35.360 INFO O| Dec 06 20:38:35.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88022024-12-06T20:38:36.030Z[ host-image] Dec 06 20:38:35.362 INFO O| Dec 06 20:38:35.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88032024-12-06T20:38:36.052Z[ host-image] Dec 06 20:38:35.386 INFO O| Dec 06 20:38:35.386 INFO STEP 13 (remove_files) COMPLETE
88042024-12-06T20:38:36.052Z[ host-image] Dec 06 20:38:35.386 INFO O| Dec 06 20:38:35.386 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052024-12-06T20:38:36.063Z[ host-image] Dec 06 20:38:35.397 INFO O| Dec 06 20:38:35.397 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88062024-12-06T20:38:36.066Z[ host-image] Dec 06 20:38:35.399 INFO O| Dec 06 20:38:35.399 INFO STEP 14 (remove_files) COMPLETE
88072024-12-06T20:38:36.066Z[ host-image] Dec 06 20:38:35.399 INFO O| Dec 06 20:38:35.399 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082024-12-06T20:38:36.074Z[ host-image] Dec 06 20:38:35.408 INFO O| Dec 06 20:38:35.408 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88092024-12-06T20:38:36.080Z[ host-image] Dec 06 20:38:35.414 INFO O| Dec 06 20:38:35.414 INFO STEP 15 (remove_files) COMPLETE
88102024-12-06T20:38:36.082Z[ host-image] Dec 06 20:38:35.414 INFO O| Dec 06 20:38:35.414 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-12-06T20:38:36.090Z[ host-image] Dec 06 20:38:35.424 INFO O| Dec 06 20:38:35.424 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88122024-12-06T20:38:36.092Z[ host-image] Dec 06 20:38:35.424 INFO O| Dec 06 20:38:35.424 INFO STEP 16 (remove_files) COMPLETE
88132024-12-06T20:38:36.092Z[ host-image] Dec 06 20:38:35.424 INFO O| Dec 06 20:38:35.424 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142024-12-06T20:38:36.102Z[ host-image] Dec 06 20:38:35.436 INFO O| Dec 06 20:38:35.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88152024-12-06T20:38:36.104Z[ host-image] Dec 06 20:38:35.438 INFO O| Dec 06 20:38:35.438 INFO STEP 17 (remove_files) COMPLETE
88162024-12-06T20:38:36.104Z[ host-image] Dec 06 20:38:35.438 INFO O| Dec 06 20:38:35.438 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-12-06T20:38:36.115Z[ host-image] Dec 06 20:38:35.449 INFO O| Dec 06 20:38:35.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88182024-12-06T20:38:36.117Z[ host-image] Dec 06 20:38:35.449 INFO O| Dec 06 20:38:35.449 INFO STEP 18 (remove_files) COMPLETE
88192024-12-06T20:38:36.117Z[ host-image] Dec 06 20:38:35.449 INFO O| Dec 06 20:38:35.449 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202024-12-06T20:38:36.124Z[ host-image] Dec 06 20:38:35.459 INFO O| Dec 06 20:38:35.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88212024-12-06T20:38:36.124Z[ host-image] Dec 06 20:38:35.459 INFO O| Dec 06 20:38:35.459 INFO STEP 19 (remove_files) COMPLETE
88222024-12-06T20:38:36.127Z[ host-image] Dec 06 20:38:35.459 INFO O| Dec 06 20:38:35.459 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-12-06T20:38:36.134Z[ host-image] Dec 06 20:38:35.468 INFO O| Dec 06 20:38:35.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88242024-12-06T20:38:36.136Z[ host-image] Dec 06 20:38:35.468 INFO O| Dec 06 20:38:35.468 INFO STEP 20 (remove_files) COMPLETE
88252024-12-06T20:38:36.136Z[ host-image] Dec 06 20:38:35.468 INFO O| Dec 06 20:38:35.468 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-12-06T20:38:36.143Z[ host-image] Dec 06 20:38:35.478 INFO O| Dec 06 20:38:35.477 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88272024-12-06T20:38:36.143Z[ host-image] Dec 06 20:38:35.478 INFO O| Dec 06 20:38:35.478 INFO STEP 21 (remove_files) COMPLETE
88282024-12-06T20:38:36.146Z[ host-image] Dec 06 20:38:35.478 INFO O| Dec 06 20:38:35.478 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-12-06T20:38:36.153Z[ host-image] Dec 06 20:38:35.487 INFO O| Dec 06 20:38:35.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88302024-12-06T20:38:36.153Z[ host-image] Dec 06 20:38:35.487 INFO O| Dec 06 20:38:35.487 INFO STEP 22 (remove_files) COMPLETE
88312024-12-06T20:38:36.153Z[ host-image] Dec 06 20:38:35.487 INFO O| Dec 06 20:38:35.487 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88322024-12-06T20:38:36.162Z[ host-image] Dec 06 20:38:35.496 INFO O| Dec 06 20:38:35.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88332024-12-06T20:38:36.162Z[ host-image] Dec 06 20:38:35.496 INFO O| Dec 06 20:38:35.496 INFO STEP 23 (remove_files) COMPLETE
88342024-12-06T20:38:36.165Z[ host-image] Dec 06 20:38:35.496 INFO O| Dec 06 20:38:35.496 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-12-06T20:38:36.171Z[ host-image] Dec 06 20:38:35.506 INFO O| Dec 06 20:38:35.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88362024-12-06T20:38:36.171Z[ host-image] Dec 06 20:38:35.506 INFO O| Dec 06 20:38:35.506 INFO STEP 24 (remove_files) COMPLETE
88372024-12-06T20:38:36.174Z[ host-image] Dec 06 20:38:35.506 INFO O| Dec 06 20:38:35.506 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88382024-12-06T20:38:36.181Z[ host-image] Dec 06 20:38:35.515 INFO O| Dec 06 20:38:35.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88392024-12-06T20:38:36.181Z[ host-image] Dec 06 20:38:35.515 INFO O| Dec 06 20:38:35.515 INFO STEP 25 (remove_files) COMPLETE
88402024-12-06T20:38:36.183Z[ host-image] Dec 06 20:38:35.515 INFO O| Dec 06 20:38:35.515 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-12-06T20:38:36.190Z[ host-image] Dec 06 20:38:35.524 INFO O| Dec 06 20:38:35.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88422024-12-06T20:38:36.190Z[ host-image] Dec 06 20:38:35.524 INFO O| Dec 06 20:38:35.524 INFO STEP 26 (remove_files) COMPLETE
88432024-12-06T20:38:36.193Z[ host-image] Dec 06 20:38:35.524 INFO O| Dec 06 20:38:35.524 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442024-12-06T20:38:36.199Z[ host-image] Dec 06 20:38:35.533 INFO O| Dec 06 20:38:35.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88452024-12-06T20:38:36.199Z[ host-image] Dec 06 20:38:35.534 INFO O| Dec 06 20:38:35.534 INFO STEP 27 (remove_files) COMPLETE
88462024-12-06T20:38:36.202Z[ host-image] Dec 06 20:38:35.534 INFO O| Dec 06 20:38:35.534 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-12-06T20:38:36.209Z[ host-image] Dec 06 20:38:35.543 INFO O| Dec 06 20:38:35.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88482024-12-06T20:38:36.211Z[ host-image] Dec 06 20:38:35.543 INFO O| Dec 06 20:38:35.543 INFO STEP 28 (remove_files) COMPLETE
88492024-12-06T20:38:36.211Z[ host-image] Dec 06 20:38:35.543 INFO O| Dec 06 20:38:35.543 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502024-12-06T20:38:36.218Z[ host-image] Dec 06 20:38:35.552 INFO O| Dec 06 20:38:35.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88512024-12-06T20:38:36.218Z[ host-image] Dec 06 20:38:35.552 INFO O| Dec 06 20:38:35.552 INFO STEP 29 (remove_files) COMPLETE
88522024-12-06T20:38:36.221Z[ host-image] Dec 06 20:38:35.552 INFO O| Dec 06 20:38:35.552 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532024-12-06T20:38:36.227Z[ host-image] Dec 06 20:38:35.562 INFO O| Dec 06 20:38:35.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88542024-12-06T20:38:36.227Z[ host-image] Dec 06 20:38:35.562 INFO O| Dec 06 20:38:35.562 INFO STEP 30 (remove_files) COMPLETE
88552024-12-06T20:38:36.227Z[ host-image] Dec 06 20:38:35.562 INFO O| Dec 06 20:38:35.562 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88562024-12-06T20:38:36.237Z[ host-image] Dec 06 20:38:35.571 INFO O| Dec 06 20:38:35.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88572024-12-06T20:38:36.237Z[ host-image] Dec 06 20:38:35.571 INFO O| Dec 06 20:38:35.571 INFO STEP 31 (remove_files) COMPLETE
88582024-12-06T20:38:36.239Z[ host-image] Dec 06 20:38:35.571 INFO O| Dec 06 20:38:35.571 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592024-12-06T20:38:36.246Z[ host-image] Dec 06 20:38:35.580 INFO O| Dec 06 20:38:35.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88602024-12-06T20:38:36.246Z[ host-image] Dec 06 20:38:35.580 INFO O| Dec 06 20:38:35.580 INFO STEP 32 (remove_files) COMPLETE
88612024-12-06T20:38:36.246Z[ host-image] Dec 06 20:38:35.580 INFO O| Dec 06 20:38:35.580 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622024-12-06T20:38:36.255Z[ host-image] Dec 06 20:38:35.590 INFO O| Dec 06 20:38:35.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88632024-12-06T20:38:36.255Z[ host-image] Dec 06 20:38:35.590 INFO O| Dec 06 20:38:35.590 INFO STEP 33 (remove_files) COMPLETE
88642024-12-06T20:38:36.258Z[ host-image] Dec 06 20:38:35.590 INFO O| Dec 06 20:38:35.590 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652024-12-06T20:38:36.265Z[ host-image] Dec 06 20:38:35.599 INFO O| Dec 06 20:38:35.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88662024-12-06T20:38:36.265Z[ host-image] Dec 06 20:38:35.599 INFO O| Dec 06 20:38:35.599 INFO STEP 34 (remove_files) COMPLETE
88672024-12-06T20:38:36.265Z[ host-image] Dec 06 20:38:35.599 INFO O| Dec 06 20:38:35.599 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682024-12-06T20:38:36.274Z[ host-image] Dec 06 20:38:35.608 INFO O| Dec 06 20:38:35.608 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88692024-12-06T20:38:36.274Z[ host-image] Dec 06 20:38:35.609 INFO O| Dec 06 20:38:35.608 INFO STEP 35 (remove_files) COMPLETE
88702024-12-06T20:38:36.274Z[ host-image] Dec 06 20:38:35.609 INFO O| Dec 06 20:38:35.608 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712024-12-06T20:38:36.284Z[ host-image] Dec 06 20:38:35.618 INFO O| Dec 06 20:38:35.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88722024-12-06T20:38:36.284Z[ host-image] Dec 06 20:38:35.618 INFO O| Dec 06 20:38:35.618 INFO STEP 36 (remove_files) COMPLETE
88732024-12-06T20:38:36.286Z[ host-image] Dec 06 20:38:35.618 INFO O| Dec 06 20:38:35.618 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742024-12-06T20:38:36.293Z[ host-image] Dec 06 20:38:35.627 INFO O| Dec 06 20:38:35.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88752024-12-06T20:38:36.293Z[ host-image] Dec 06 20:38:35.628 INFO O| Dec 06 20:38:35.627 INFO STEP 37 (remove_files) COMPLETE
88762024-12-06T20:38:36.296Z[ host-image] Dec 06 20:38:35.628 INFO O| Dec 06 20:38:35.627 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772024-12-06T20:38:36.302Z[ host-image] Dec 06 20:38:35.637 INFO O| Dec 06 20:38:35.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88782024-12-06T20:38:36.302Z[ host-image] Dec 06 20:38:35.637 INFO O| Dec 06 20:38:35.637 INFO STEP 38 (remove_files) COMPLETE
88792024-12-06T20:38:36.303Z[ host-image] Dec 06 20:38:35.637 INFO O| Dec 06 20:38:35.637 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802024-12-06T20:38:36.312Z[ host-image] Dec 06 20:38:35.646 INFO O| Dec 06 20:38:35.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88812024-12-06T20:38:36.312Z[ host-image] Dec 06 20:38:35.646 INFO O| Dec 06 20:38:35.646 INFO STEP 39 (remove_files) COMPLETE
88822024-12-06T20:38:36.314Z[ host-image] Dec 06 20:38:35.646 INFO O| Dec 06 20:38:35.646 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832024-12-06T20:38:36.321Z[ host-image] Dec 06 20:38:35.655 INFO O| Dec 06 20:38:35.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88842024-12-06T20:38:36.321Z[ host-image] Dec 06 20:38:35.656 INFO O| Dec 06 20:38:35.656 INFO STEP 40 (remove_files) COMPLETE
88852024-12-06T20:38:36.324Z[ host-image] Dec 06 20:38:35.656 INFO O| Dec 06 20:38:35.656 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-12-06T20:38:36.331Z[ host-image] Dec 06 20:38:35.665 INFO O| Dec 06 20:38:35.665 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88872024-12-06T20:38:36.331Z[ host-image] Dec 06 20:38:35.665 INFO O| Dec 06 20:38:35.665 INFO STEP 41 (remove_files) COMPLETE
88882024-12-06T20:38:36.333Z[ host-image] Dec 06 20:38:35.665 INFO O| Dec 06 20:38:35.665 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892024-12-06T20:38:36.340Z[ host-image] Dec 06 20:38:35.674 INFO O| Dec 06 20:38:35.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88902024-12-06T20:38:36.340Z[ host-image] Dec 06 20:38:35.675 INFO O| Dec 06 20:38:35.675 INFO STEP 42 (remove_files) COMPLETE
88912024-12-06T20:38:36.340Z[ host-image] Dec 06 20:38:35.675 INFO O| Dec 06 20:38:35.675 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922024-12-06T20:38:36.350Z[ host-image] Dec 06 20:38:35.684 INFO O| Dec 06 20:38:35.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88932024-12-06T20:38:36.350Z[ host-image] Dec 06 20:38:35.684 INFO O| Dec 06 20:38:35.684 INFO STEP 43 (remove_files) COMPLETE
88942024-12-06T20:38:36.352Z[ host-image] Dec 06 20:38:35.684 INFO O| Dec 06 20:38:35.684 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952024-12-06T20:38:36.359Z[ host-image] Dec 06 20:38:35.693 INFO O| Dec 06 20:38:35.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88962024-12-06T20:38:36.359Z[ host-image] Dec 06 20:38:35.693 INFO O| Dec 06 20:38:35.693 INFO STEP 44 (remove_files) COMPLETE
88972024-12-06T20:38:36.361Z[ host-image] Dec 06 20:38:35.693 INFO O| Dec 06 20:38:35.693 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982024-12-06T20:38:36.368Z[ host-image] Dec 06 20:38:35.703 INFO O| Dec 06 20:38:35.703 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88992024-12-06T20:38:36.368Z[ host-image] Dec 06 20:38:35.703 INFO O| Dec 06 20:38:35.703 INFO STEP 45 (remove_files) COMPLETE
89002024-12-06T20:38:36.371Z[ host-image] Dec 06 20:38:35.703 INFO O| Dec 06 20:38:35.703 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012024-12-06T20:38:36.378Z[ host-image] Dec 06 20:38:35.712 INFO O| Dec 06 20:38:35.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89022024-12-06T20:38:36.378Z[ host-image] Dec 06 20:38:35.712 INFO O| Dec 06 20:38:35.712 INFO STEP 46 (remove_files) COMPLETE
89032024-12-06T20:38:36.380Z[ host-image] Dec 06 20:38:35.712 INFO O| Dec 06 20:38:35.712 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89042024-12-06T20:38:36.387Z[ host-image] Dec 06 20:38:35.722 INFO O| Dec 06 20:38:35.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89052024-12-06T20:38:36.387Z[ host-image] Dec 06 20:38:35.722 INFO O| Dec 06 20:38:35.722 INFO STEP 47 (remove_files) COMPLETE
89062024-12-06T20:38:36.387Z[ host-image] Dec 06 20:38:35.722 INFO O| Dec 06 20:38:35.722 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072024-12-06T20:38:36.397Z[ host-image] Dec 06 20:38:35.731 INFO O| Dec 06 20:38:35.731 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89082024-12-06T20:38:36.397Z[ host-image] Dec 06 20:38:35.731 INFO O| Dec 06 20:38:35.731 INFO STEP 48 (remove_files) COMPLETE
89092024-12-06T20:38:36.397Z[ host-image] Dec 06 20:38:35.731 INFO O| Dec 06 20:38:35.731 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102024-12-06T20:38:36.406Z[ host-image] Dec 06 20:38:35.740 INFO O| Dec 06 20:38:35.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89112024-12-06T20:38:36.406Z[ host-image] Dec 06 20:38:35.741 INFO O| Dec 06 20:38:35.741 INFO STEP 49 (remove_files) COMPLETE
89122024-12-06T20:38:36.409Z[ host-image] Dec 06 20:38:35.741 INFO O| Dec 06 20:38:35.741 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132024-12-06T20:38:36.415Z[ host-image] Dec 06 20:38:35.750 INFO O| Dec 06 20:38:35.750 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89142024-12-06T20:38:36.415Z[ host-image] Dec 06 20:38:35.750 INFO O| Dec 06 20:38:35.750 INFO STEP 50 (remove_files) COMPLETE
89152024-12-06T20:38:36.418Z[ host-image] Dec 06 20:38:35.750 INFO O| Dec 06 20:38:35.750 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162024-12-06T20:38:36.425Z[ host-image] Dec 06 20:38:35.759 INFO O| Dec 06 20:38:35.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89172024-12-06T20:38:36.425Z[ host-image] Dec 06 20:38:35.759 INFO O| Dec 06 20:38:35.759 INFO STEP 51 (remove_files) COMPLETE
89182024-12-06T20:38:36.427Z[ host-image] Dec 06 20:38:35.759 INFO O| Dec 06 20:38:35.759 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192024-12-06T20:38:36.434Z[ host-image] Dec 06 20:38:35.768 INFO O| Dec 06 20:38:35.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89202024-12-06T20:38:36.434Z[ host-image] Dec 06 20:38:35.769 INFO O| Dec 06 20:38:35.768 INFO STEP 52 (remove_files) COMPLETE
89212024-12-06T20:38:36.437Z[ host-image] Dec 06 20:38:35.769 INFO O| Dec 06 20:38:35.768 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222024-12-06T20:38:36.444Z[ host-image] Dec 06 20:38:35.778 INFO O| Dec 06 20:38:35.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89232024-12-06T20:38:36.444Z[ host-image] Dec 06 20:38:35.778 INFO O| Dec 06 20:38:35.778 INFO STEP 53 (remove_files) COMPLETE
89242024-12-06T20:38:36.444Z[ host-image] Dec 06 20:38:35.778 INFO O| Dec 06 20:38:35.778 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89252024-12-06T20:38:36.453Z[ host-image] Dec 06 20:38:35.787 INFO O| Dec 06 20:38:35.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89262024-12-06T20:38:36.453Z[ host-image] Dec 06 20:38:35.787 INFO O| Dec 06 20:38:35.787 INFO STEP 54 (remove_files) COMPLETE
89272024-12-06T20:38:36.453Z[ host-image] Dec 06 20:38:35.787 INFO O| Dec 06 20:38:35.787 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282024-12-06T20:38:36.462Z[ host-image] Dec 06 20:38:35.796 INFO O| Dec 06 20:38:35.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89292024-12-06T20:38:36.462Z[ host-image] Dec 06 20:38:35.796 INFO O| Dec 06 20:38:35.796 INFO STEP 55 (remove_files) COMPLETE
89302024-12-06T20:38:36.462Z[ host-image] Dec 06 20:38:35.796 INFO O| Dec 06 20:38:35.796 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312024-12-06T20:38:36.471Z[ host-image] Dec 06 20:38:35.806 INFO O| Dec 06 20:38:35.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89322024-12-06T20:38:36.474Z[ host-image] Dec 06 20:38:35.806 INFO O| Dec 06 20:38:35.806 INFO STEP 56 (remove_files) COMPLETE
89332024-12-06T20:38:36.474Z[ host-image] Dec 06 20:38:35.806 INFO O| Dec 06 20:38:35.806 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89342024-12-06T20:38:36.481Z[ host-image] Dec 06 20:38:35.815 INFO O| Dec 06 20:38:35.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89352024-12-06T20:38:36.484Z[ host-image] Dec 06 20:38:35.815 INFO O| Dec 06 20:38:35.815 INFO STEP 57 (remove_files) COMPLETE
89362024-12-06T20:38:36.484Z[ host-image] Dec 06 20:38:35.815 INFO O| Dec 06 20:38:35.815 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372024-12-06T20:38:36.491Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89382024-12-06T20:38:36.491Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89392024-12-06T20:38:36.494Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89402024-12-06T20:38:36.494Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89412024-12-06T20:38:36.494Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89422024-12-06T20:38:36.494Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89432024-12-06T20:38:36.494Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO ok!
89442024-12-06T20:38:36.494Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO STEP 58 (ensure_file) COMPLETE
89452024-12-06T20:38:36.494Z[ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462024-12-06T20:38:36.500Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89472024-12-06T20:38:36.500Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89482024-12-06T20:38:36.503Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89492024-12-06T20:38:36.503Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89502024-12-06T20:38:36.503Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89512024-12-06T20:38:36.503Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89522024-12-06T20:38:36.503Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO ok!
89532024-12-06T20:38:36.503Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO STEP 59 (ensure_file) COMPLETE
89542024-12-06T20:38:36.503Z[ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552024-12-06T20:38:36.510Z[ host-image] Dec 06 20:38:35.844 INFO O| Dec 06 20:38:35.844 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89562024-12-06T20:38:36.512Z[ host-image] Dec 06 20:38:35.844 INFO O| Dec 06 20:38:35.844 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89572024-12-06T20:38:36.512Z[ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89582024-12-06T20:38:36.512Z[ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.845 INFO ok!
89592024-12-06T20:38:36.512Z[ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.845 INFO STEP 60 (ensure_file) COMPLETE
89602024-12-06T20:38:36.512Z[ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.845 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612024-12-06T20:38:36.520Z[ host-image] Dec 06 20:38:35.854 INFO O| Dec 06 20:38:35.854 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89622024-12-06T20:38:36.520Z[ host-image] Dec 06 20:38:35.854 INFO O| Dec 06 20:38:35.854 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89632024-12-06T20:38:36.522Z[ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89642024-12-06T20:38:36.522Z[ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.855 INFO ok!
89652024-12-06T20:38:36.522Z[ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.855 INFO STEP 61 (ensure_file) COMPLETE
89662024-12-06T20:38:36.522Z[ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.855 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672024-12-06T20:38:36.530Z[ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89682024-12-06T20:38:36.530Z[ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89692024-12-06T20:38:36.532Z[ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89702024-12-06T20:38:36.532Z[ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89712024-12-06T20:38:36.532Z[ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO ok!
89722024-12-06T20:38:36.532Z[ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO STEP 62 (ensure_file) COMPLETE
89732024-12-06T20:38:36.532Z[ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-06T20:38:36.539Z[ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89752024-12-06T20:38:36.539Z[ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89762024-12-06T20:38:36.542Z[ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89772024-12-06T20:38:36.542Z[ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89782024-12-06T20:38:36.542Z[ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO ok!
89792024-12-06T20:38:36.542Z[ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO STEP 63 (ensure_file) COMPLETE
89802024-12-06T20:38:36.542Z[ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812024-12-06T20:38:36.549Z[ host-image] Dec 06 20:38:35.883 INFO O| Dec 06 20:38:35.883 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89822024-12-06T20:38:36.549Z[ host-image] Dec 06 20:38:35.883 INFO O| Dec 06 20:38:35.883 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89832024-12-06T20:38:36.551Z[ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89842024-12-06T20:38:36.551Z[ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO ok!
89852024-12-06T20:38:36.551Z[ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO STEP 64 (assemble_files) COMPLETE
89862024-12-06T20:38:36.551Z[ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872024-12-06T20:38:36.561Z[ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89882024-12-06T20:38:36.561Z[ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89892024-12-06T20:38:36.564Z[ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89902024-12-06T20:38:36.564Z[ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89912024-12-06T20:38:36.564Z[ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO ok!
89922024-12-06T20:38:36.564Z[ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO STEP 65 (ensure_file) COMPLETE
89932024-12-06T20:38:36.564Z[ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942024-12-06T20:38:36.571Z[ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89952024-12-06T20:38:36.573Z[ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89962024-12-06T20:38:36.573Z[ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89972024-12-06T20:38:36.574Z[ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO STEP 66 (ensure_dir) COMPLETE
89982024-12-06T20:38:36.574Z[ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-06T20:38:36.580Z[ host-image] Dec 06 20:38:35.915 INFO O| Dec 06 20:38:35.915 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90002024-12-06T20:38:36.584Z[ host-image] Dec 06 20:38:35.915 INFO O| Dec 06 20:38:35.915 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 ...
90012024-12-06T20:38:36.589Z[ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.921 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
90022024-12-06T20:38:36.589Z[ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90032024-12-06T20:38:36.589Z[ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO ok!
90042024-12-06T20:38:36.589Z[ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO STEP 67 (ensure_file) COMPLETE
90052024-12-06T20:38:36.589Z[ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90062024-12-06T20:38:36.597Z[ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90072024-12-06T20:38:36.597Z[ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 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 ...
90082024-12-06T20:38:36.599Z[ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 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
90092024-12-06T20:38:36.599Z[ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90102024-12-06T20:38:36.599Z[ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO ok!
90112024-12-06T20:38:36.599Z[ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO STEP 68 (ensure_file) COMPLETE
90122024-12-06T20:38:36.599Z[ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132024-12-06T20:38:36.611Z[ host-image] Dec 06 20:38:35.945 INFO O| Dec 06 20:38:35.945 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90142024-12-06T20:38:36.613Z[ host-image] Dec 06 20:38:35.945 INFO O| Dec 06 20:38:35.945 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90152024-12-06T20:38:38.538Z[ host-image] Dec 06 20:38:37.871 INFO O| Dec 06 20:38:37.869 INFO STEP 69 (pack_tar) COMPLETE
90162024-12-06T20:38:38.538Z[ host-image] Dec 06 20:38:37.871 INFO O| Dec 06 20:38:37.869 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90172024-12-06T20:38:38.538Z[ host-image] Dec 06 20:38:37.871 INFO O| Dec 06 20:38:37.869 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90182024-12-06T20:38:39.349Z[ host-image] Dec 06 20:38:38.683 INFO O| Dec 06 20:38:38.683 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90192024-12-06T20:38:39.429Z[ host-image] Dec 06 20:38:38.763 INFO O| Dec 06 20:38:38.763 INFO completed processing gimlet/ramdisk-02-trim
90202024-12-06T20:38:39.432Z[ host-image] Dec 06 20:38:38.765 INFO image builder template: zfs...
90212024-12-06T20:38:39.432Z[ host-image] Dec 06 20:38:38.765 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/.tmpPWOfI9/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
90222024-12-06T20:38:39.445Z[ host-image] Dec 06 20:38:38.779 INFO O| Dec 06 20:38:38.779 INFO skip include "stress" because feature "stress" is not enabled
90232024-12-06T20:38:39.477Z[ host-image] Dec 06 20:38:38.810 INFO O| Dec 06 20:38:38.810 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90242024-12-06T20:38:39.480Z[ host-image] Dec 06 20:38:38.814 INFO O| Dec 06 20:38:38.814 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90252024-12-06T20:38:39.552Z[ host-image] Dec 06 20:38:38.886 INFO O| Dec 06 20:38:38.886 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90262024-12-06T20:38:39.615Z[ host-image] Dec 06 20:38:38.948 INFO O| Dec 06 20:38:38.948 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90272024-12-06T20:38:39.615Z[ host-image] Dec 06 20:38:38.948 INFO O| Dec 06 20:38:38.948 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90282024-12-06T20:38:39.618Z[ host-image] Dec 06 20:38:38.952 INFO O| Dec 06 20:38:38.952 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90292024-12-06T20:38:39.695Z[ host-image] Dec 06 20:38:39.029 INFO O| Dec 06 20:38:39.029 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90302024-12-06T20:38:39.813Z[ host-image] Dec 06 20:38:39.147 INFO O| Dec 06 20:38:39.147 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90312024-12-06T20:38:39.822Z[ host-image] Dec 06 20:38:39.157 INFO O| Dec 06 20:38:39.157 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90322024-12-06T20:38:39.827Z[ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90332024-12-06T20:38:39.827Z[ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO no lofi found
90342024-12-06T20:38:39.830Z[ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90352024-12-06T20:38:39.830Z[ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90362024-12-06T20:38:41.674Z[ host-image] Dec 06 20:38:41.008 INFO O| Dec 06 20:38:41.008 INFO lofi device = /dev/dsk/c2t1d0p0
90372024-12-06T20:38:41.674Z[ host-image] Dec 06 20:38:41.008 INFO O| Dec 06 20:38:41.008 INFO pool device = /dev/dsk/c2t1d0p0
90382024-12-06T20:38:41.676Z[ host-image] Dec 06 20:38:41.008 INFO O| Dec 06 20:38:41.008 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"]
90392024-12-06T20:38:41.746Z[ host-image] Dec 06 20:38:41.080 INFO O| Dec 06 20:38:41.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90402024-12-06T20:38:41.746Z[ host-image] Dec 06 20:38:41.080 INFO O| Dec 06 20:38:41.080 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90412024-12-06T20:38:41.769Z[ host-image] Dec 06 20:38:41.103 INFO O| Dec 06 20:38:41.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90422024-12-06T20:38:41.826Z[ host-image] Dec 06 20:38:41.160 INFO O| Dec 06 20:38:41.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90432024-12-06T20:38:41.862Z[ host-image] Dec 06 20:38:41.196 INFO O| Dec 06 20:38:41.196 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90442024-12-06T20:38:41.875Z[ host-image] Dec 06 20:38:41.210 INFO O| Dec 06 20:38:41.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90452024-12-06T20:38:41.885Z[ host-image] Dec 06 20:38:41.220 INFO O| Dec 06 20:38:41.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90462024-12-06T20:38:41.930Z[ host-image] Dec 06 20:38:41.264 INFO O| Dec 06 20:38:41.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90472024-12-06T20:38:41.930Z[ host-image] Dec 06 20:38:41.264 INFO O| Dec 06 20:38:41.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90482024-12-06T20:38:41.934Z[ host-image] Dec 06 20:38:41.264 INFO O| Dec 06 20:38:41.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90492024-12-06T20:38:41.941Z[ host-image] Dec 06 20:38:41.275 INFO O| Dec 06 20:38:41.275 INFO boot environment UUID: a86c362c-a65d-47dd-914c-921842f70bd4
90502024-12-06T20:38:41.941Z[ host-image] Dec 06 20:38:41.275 INFO O| Dec 06 20:38:41.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a86c362c-a65d-47dd-914c-921842f70bd4
90512024-12-06T20:38:41.966Z[ host-image] Dec 06 20:38:41.300 INFO O| Dec 06 20:38:41.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90522024-12-06T20:38:41.976Z[ host-image] Dec 06 20:38:41.310 INFO O| Dec 06 20:38:41.310 INFO STEP 0 (create_be) COMPLETE
90532024-12-06T20:38:41.976Z[ host-image] Dec 06 20:38:41.310 INFO O| Dec 06 20:38:41.310 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-12-06T20:38:41.991Z[ host-image] Dec 06 20:38:41.325 INFO O| Dec 06 20:38:41.325 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90552024-12-06T20:38:44.848Z[ recovery-image] Dec 06 20:38:44.177 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)
90562024-12-06T20:38:47.514Z[ recovery-image] Dec 06 20:38:46.848 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)
90572024-12-06T20:38:52.077Z[ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling bitflags v1.3.2
90582024-12-06T20:38:52.077Z[ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling adler2 v2.0.0
90592024-12-06T20:38:52.077Z[ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling log v0.4.22
90602024-12-06T20:38:52.077Z[ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling bit_field v0.10.2
90612024-12-06T20:38:52.077Z[ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling plain v0.2.3
90622024-12-06T20:38:52.078Z[ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling scroll v0.12.0
90632024-12-06T20:38:52.078Z[ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling bitstruct v0.1.1
90642024-12-06T20:38:52.202Z[ recovery-image] Dec 06 20:38:51.535 INFO E| Compiling raw-cpuid v10.7.0
90652024-12-06T20:38:52.211Z[ recovery-image] Dec 06 20:38:51.541 INFO E| Compiling cpio_reader v0.1.1
90662024-12-06T20:38:52.365Z[ recovery-image] Dec 06 20:38:51.699 INFO E| Compiling miniz_oxide v0.8.0
90672024-12-06T20:38:52.569Z[ recovery-image] Dec 06 20:38:51.893 INFO E| Compiling static_assertions v1.1.0
90682024-12-06T20:38:53.394Z[ recovery-image] Dec 06 20:38:52.721 INFO E| Compiling goblin v0.8.2
90692024-12-06T20:39:02.123Z[ host-image] Dec 06 20:39:01.456 INFO O| Dec 06 20:39:01.456 INFO STEP 1 (unpack_tar) COMPLETE
90702024-12-06T20:39:02.123Z[ host-image] Dec 06 20:39:01.456 INFO O| Dec 06 20:39:01.456 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90712024-12-06T20:39:02.131Z[ recovery-image] Dec 06 20:39:01.465 INFO E| Finished `release` profile [optimized] target(s) in 36.86s
90722024-12-06T20:39:02.134Z[ host-image] Dec 06 20:39:01.468 INFO O| Dec 06 20:39:01.468 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90732024-12-06T20:39:02.154Z[ recovery-image] Dec 06 20:39:01.488 INFO building host image...
90742024-12-06T20:39:02.156Z[ recovery-image] Dec 06 20:39:01.489 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")
90752024-12-06T20:39:02.632Z[ host-image] Dec 06 20:39:01.966 INFO O| Dec 06 20:39:01.966 INFO STEP 2 (devfsadm) COMPLETE
90762024-12-06T20:39:02.632Z[ host-image] Dec 06 20:39:01.966 INFO O| Dec 06 20:39:01.966 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90772024-12-06T20:39:02.643Z[ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90782024-12-06T20:39:02.643Z[ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90792024-12-06T20:39:02.643Z[ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO STEP 3 (ensure_dir) COMPLETE
90802024-12-06T20:39:02.646Z[ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90812024-12-06T20:39:02.653Z[ host-image] Dec 06 20:39:01.987 INFO O| Dec 06 20:39:01.987 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90822024-12-06T20:39:02.653Z[ host-image] Dec 06 20:39:01.987 INFO O| Dec 06 20:39:01.987 INFO STEP 4 (ensure_dir) COMPLETE
90832024-12-06T20:39:02.653Z[ host-image] Dec 06 20:39:01.987 INFO O| Dec 06 20:39:01.987 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90842024-12-06T20:39:02.662Z[ host-image] Dec 06 20:39:01.996 INFO O| Dec 06 20:39:01.996 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90852024-12-06T20:39:02.662Z[ host-image] Dec 06 20:39:01.996 INFO O| Dec 06 20:39:01.996 INFO STEP 5 (ensure_dir) COMPLETE
90862024-12-06T20:39:02.664Z[ host-image] Dec 06 20:39:01.996 INFO O| Dec 06 20:39:01.996 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90872024-12-06T20:39:02.672Z[ host-image] Dec 06 20:39:02.005 INFO O| Dec 06 20:39:02.005 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90882024-12-06T20:39:02.675Z[ host-image] Dec 06 20:39:02.006 INFO O| Dec 06 20:39:02.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90892024-12-06T20:39:02.675Z[ host-image] Dec 06 20:39:02.006 INFO O| Dec 06 20:39:02.006 INFO STEP 6 (ensure_dir) COMPLETE
90902024-12-06T20:39:02.675Z[ host-image] Dec 06 20:39:02.006 INFO O| Dec 06 20:39:02.006 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912024-12-06T20:39:02.687Z[ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90922024-12-06T20:39:02.687Z[ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90932024-12-06T20:39:02.687Z[ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO STEP 7 (ensure_dir) COMPLETE
90942024-12-06T20:39:02.687Z[ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90952024-12-06T20:39:02.690Z[ host-image] Dec 06 20:39:02.024 INFO O| Dec 06 20:39:02.024 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90962024-12-06T20:39:02.692Z[ host-image] Dec 06 20:39:02.024 INFO O| Dec 06 20:39:02.024 INFO STEP 8 (remove_files) COMPLETE
90972024-12-06T20:39:02.692Z[ host-image] Dec 06 20:39:02.024 INFO O| Dec 06 20:39:02.024 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90982024-12-06T20:39:02.699Z[ host-image] Dec 06 20:39:02.033 INFO O| Dec 06 20:39:02.033 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90992024-12-06T20:39:02.702Z[ host-image] Dec 06 20:39:02.034 INFO O| Dec 06 20:39:02.034 INFO STEP 9 (remove_files) COMPLETE
91002024-12-06T20:39:02.702Z[ host-image] Dec 06 20:39:02.034 INFO O| Dec 06 20:39:02.034 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012024-12-06T20:39:02.709Z[ host-image] Dec 06 20:39:02.043 INFO O| Dec 06 20:39:02.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91022024-12-06T20:39:02.711Z[ host-image] Dec 06 20:39:02.044 INFO O| Dec 06 20:39:02.044 INFO STEP 10 (remove_files) COMPLETE
91032024-12-06T20:39:02.711Z[ host-image] Dec 06 20:39:02.044 INFO O| Dec 06 20:39:02.044 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91042024-12-06T20:39:02.719Z[ host-image] Dec 06 20:39:02.053 INFO O| Dec 06 20:39:02.053 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91052024-12-06T20:39:02.721Z[ host-image] Dec 06 20:39:02.053 INFO O| Dec 06 20:39:02.053 INFO STEP 11 (remove_files) COMPLETE
91062024-12-06T20:39:02.722Z[ host-image] Dec 06 20:39:02.053 INFO O| Dec 06 20:39:02.053 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-06T20:39:02.728Z[ host-image] Dec 06 20:39:02.062 INFO O| Dec 06 20:39:02.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91082024-12-06T20:39:02.730Z[ host-image] Dec 06 20:39:02.062 INFO O| Dec 06 20:39:02.062 INFO STEP 12 (remove_files) COMPLETE
91092024-12-06T20:39:02.730Z[ host-image] Dec 06 20:39:02.062 INFO O| Dec 06 20:39:02.062 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91102024-12-06T20:39:02.735Z[ recovery-image] Dec 06 20:39:02.069 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91112024-12-06T20:39:02.738Z[ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91122024-12-06T20:39:02.740Z[ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91132024-12-06T20:39:02.740Z[ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO STEP 13 (ensure_dir) COMPLETE
91142024-12-06T20:39:02.740Z[ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152024-12-06T20:39:02.748Z[ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91162024-12-06T20:39:02.750Z[ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91172024-12-06T20:39:02.751Z[ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91182024-12-06T20:39:02.751Z[ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO STEP 14 (ensure_dir) COMPLETE
91192024-12-06T20:39:02.751Z[ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202024-12-06T20:39:02.757Z[ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91212024-12-06T20:39:02.760Z[ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91222024-12-06T20:39:02.760Z[ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91232024-12-06T20:39:02.760Z[ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO STEP 15 (ensure_dir) COMPLETE
91242024-12-06T20:39:02.760Z[ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91252024-12-06T20:39:02.769Z[ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91262024-12-06T20:39:02.769Z[ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91272024-12-06T20:39:02.769Z[ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO STEP 16 (ensure_dir) COMPLETE
91282024-12-06T20:39:02.771Z[ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91292024-12-06T20:39:02.776Z[ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91302024-12-06T20:39:02.778Z[ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91312024-12-06T20:39:02.778Z[ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO STEP 17 (ensure_dir) COMPLETE
91322024-12-06T20:39:02.778Z[ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91332024-12-06T20:39:02.785Z[ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91342024-12-06T20:39:02.785Z[ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91352024-12-06T20:39:02.785Z[ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO ok!
91362024-12-06T20:39:02.787Z[ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO STEP 18 (ensure_symlink) COMPLETE
91372024-12-06T20:39:02.788Z[ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91382024-12-06T20:39:02.795Z[ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91392024-12-06T20:39:02.795Z[ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91402024-12-06T20:39:02.795Z[ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO ok!
91412024-12-06T20:39:02.797Z[ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO STEP 19 (ensure_file) COMPLETE
91422024-12-06T20:39:02.797Z[ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91432024-12-06T20:39:02.804Z[ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91442024-12-06T20:39:02.804Z[ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91452024-12-06T20:39:02.806Z[ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91462024-12-06T20:39:02.806Z[ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO ok!
91472024-12-06T20:39:02.806Z[ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO STEP 20 (ensure_symlink) COMPLETE
91482024-12-06T20:39:02.806Z[ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91492024-12-06T20:39:02.813Z[ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91502024-12-06T20:39:02.815Z[ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91512024-12-06T20:39:02.816Z[ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91522024-12-06T20:39:02.816Z[ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO ok!
91532024-12-06T20:39:02.816Z[ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO STEP 21 (ensure_symlink) COMPLETE
91542024-12-06T20:39:02.816Z[ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91552024-12-06T20:39:02.823Z[ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91562024-12-06T20:39:02.827Z[ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91572024-12-06T20:39:02.827Z[ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91582024-12-06T20:39:02.827Z[ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO ok!
91592024-12-06T20:39:02.827Z[ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO STEP 22 (ensure_symlink) COMPLETE
91602024-12-06T20:39:02.827Z[ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91612024-12-06T20:39:02.833Z[ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91622024-12-06T20:39:02.836Z[ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91632024-12-06T20:39:02.836Z[ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91642024-12-06T20:39:02.836Z[ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO ok!
91652024-12-06T20:39:02.836Z[ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO STEP 23 (ensure_symlink) COMPLETE
91662024-12-06T20:39:02.836Z[ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91672024-12-06T20:39:02.842Z[ host-image] Dec 06 20:39:02.176 INFO O| Dec 06 20:39:02.176 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91682024-12-06T20:39:02.845Z[ host-image] Dec 06 20:39:02.176 INFO O| Dec 06 20:39:02.176 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91692024-12-06T20:39:02.845Z[ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91702024-12-06T20:39:02.845Z[ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO ok!
91712024-12-06T20:39:02.845Z[ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO STEP 24 (ensure_file) COMPLETE
91722024-12-06T20:39:02.845Z[ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91732024-12-06T20:39:02.853Z[ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.186 INFO updating shadow file
91742024-12-06T20:39:02.855Z[ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91752024-12-06T20:39:02.855Z[ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91762024-12-06T20:39:02.855Z[ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO STEP 25 (shadow) COMPLETE
91772024-12-06T20:39:02.855Z[ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91782024-12-06T20:39:02.862Z[ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91792024-12-06T20:39:02.864Z[ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91802024-12-06T20:39:02.865Z[ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91812024-12-06T20:39:02.865Z[ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO ok!
91822024-12-06T20:39:02.865Z[ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO STEP 26 (ensure_file) COMPLETE
91832024-12-06T20:39:02.865Z[ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91842024-12-06T20:39:02.871Z[ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91852024-12-06T20:39:02.871Z[ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91862024-12-06T20:39:02.874Z[ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91872024-12-06T20:39:02.874Z[ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO ok!
91882024-12-06T20:39:02.874Z[ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO STEP 27 (ensure_file) COMPLETE
91892024-12-06T20:39:02.874Z[ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91902024-12-06T20:39:02.881Z[ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91912024-12-06T20:39:02.883Z[ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91922024-12-06T20:39:02.883Z[ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91932024-12-06T20:39:02.883Z[ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91942024-12-06T20:39:02.883Z[ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO ok!
91952024-12-06T20:39:02.883Z[ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO STEP 28 (ensure_file) COMPLETE
91962024-12-06T20:39:02.883Z[ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91972024-12-06T20:39:02.890Z[ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91982024-12-06T20:39:02.890Z[ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91992024-12-06T20:39:02.893Z[ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92002024-12-06T20:39:02.893Z[ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO ok!
92012024-12-06T20:39:02.893Z[ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO STEP 29 (ensure_file) COMPLETE
92022024-12-06T20:39:02.893Z[ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92032024-12-06T20:39:02.900Z[ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92042024-12-06T20:39:02.900Z[ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92052024-12-06T20:39:02.902Z[ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92062024-12-06T20:39:02.902Z[ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO ok!
92072024-12-06T20:39:02.902Z[ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO STEP 30 (ensure_file) COMPLETE
92082024-12-06T20:39:02.902Z[ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92092024-12-06T20:39:02.909Z[ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92102024-12-06T20:39:02.909Z[ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92112024-12-06T20:39:02.912Z[ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92122024-12-06T20:39:02.912Z[ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92132024-12-06T20:39:02.912Z[ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO ok!
92142024-12-06T20:39:02.912Z[ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO STEP 31 (ensure_file) COMPLETE
92152024-12-06T20:39:02.912Z[ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92162024-12-06T20:39:02.919Z[ host-image] Dec 06 20:39:02.252 INFO O| Dec 06 20:39:02.252 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92172024-12-06T20:39:02.921Z[ host-image] Dec 06 20:39:02.252 INFO O| Dec 06 20:39:02.252 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92182024-12-06T20:39:02.921Z[ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92192024-12-06T20:39:02.921Z[ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO ok!
92202024-12-06T20:39:02.921Z[ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO STEP 32 (ensure_file) COMPLETE
92212024-12-06T20:39:02.921Z[ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92222024-12-06T20:39:02.928Z[ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92232024-12-06T20:39:02.928Z[ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92242024-12-06T20:39:02.930Z[ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92252024-12-06T20:39:02.931Z[ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO ok!
92262024-12-06T20:39:02.931Z[ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO STEP 33 (ensure_file) COMPLETE
92272024-12-06T20:39:02.931Z[ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92282024-12-06T20:39:02.937Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92292024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92302024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92312024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92322024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92332024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92342024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO ok!
92352024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO STEP 34 (ensure_file) COMPLETE
92362024-12-06T20:39:02.940Z[ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92372024-12-06T20:39:02.947Z[ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92382024-12-06T20:39:02.950Z[ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92392024-12-06T20:39:02.950Z[ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92402024-12-06T20:39:02.950Z[ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO STEP 35 (ensure_dir) COMPLETE
92412024-12-06T20:39:02.950Z[ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92422024-12-06T20:39:02.956Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
92432024-12-06T20:39:02.956Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
92442024-12-06T20:39:02.959Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
92452024-12-06T20:39:02.959Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
92462024-12-06T20:39:02.959Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
92472024-12-06T20:39:02.959Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
92482024-12-06T20:39:02.959Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO ok!
92492024-12-06T20:39:02.959Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO STEP 36 (ensure_file) COMPLETE
92502024-12-06T20:39:02.959Z[ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92512024-12-06T20:39:02.966Z[ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92522024-12-06T20:39:02.966Z[ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
92532024-12-06T20:39:02.969Z[ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92542024-12-06T20:39:02.969Z[ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO ok!
92552024-12-06T20:39:02.969Z[ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO STEP 37 (ensure_symlink) COMPLETE
92562024-12-06T20:39:02.969Z[ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92572024-12-06T20:39:02.975Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92582024-12-06T20:39:02.975Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92592024-12-06T20:39:02.978Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92602024-12-06T20:39:02.978Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92612024-12-06T20:39:02.978Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92622024-12-06T20:39:02.978Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92632024-12-06T20:39:02.978Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO ok!
92642024-12-06T20:39:02.978Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO STEP 38 (ensure_file) COMPLETE
92652024-12-06T20:39:02.978Z[ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92662024-12-06T20:39:02.984Z[ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92672024-12-06T20:39:02.984Z[ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
92682024-12-06T20:39:02.987Z[ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92692024-12-06T20:39:02.988Z[ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92702024-12-06T20:39:02.988Z[ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO ok!
92712024-12-06T20:39:02.988Z[ host-image] Dec 06 20:39:02.319 INFO O| Dec 06 20:39:02.318 INFO STEP 39 (ensure_file) COMPLETE
92722024-12-06T20:39:02.988Z[ host-image] Dec 06 20:39:02.319 INFO O| Dec 06 20:39:02.319 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92732024-12-06T20:39:02.994Z[ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92742024-12-06T20:39:02.996Z[ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92752024-12-06T20:39:02.996Z[ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92762024-12-06T20:39:02.996Z[ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO ok!
92772024-12-06T20:39:02.996Z[ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO STEP 40 (ensure_file) COMPLETE
92782024-12-06T20:39:02.996Z[ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92792024-12-06T20:39:03.003Z[ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO updating shadow file
92802024-12-06T20:39:03.005Z[ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92812024-12-06T20:39:03.006Z[ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO STEP 41 (shadow) COMPLETE
92822024-12-06T20:39:03.006Z[ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92832024-12-06T20:39:03.013Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92842024-12-06T20:39:03.013Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92852024-12-06T20:39:03.015Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92862024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92872024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO ok!
92882024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 42 (ensure_file) COMPLETE
92892024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO skip step because feature "mfg" is not enabled
92912024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92922024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO skip step because feature "mfg" is not enabled
92932024-12-06T20:39:03.016Z[ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92942024-12-06T20:39:03.023Z[ host-image] Dec 06 20:39:02.356 INFO O| Dec 06 20:39:02.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92952024-12-06T20:39:03.023Z[ host-image] Dec 06 20:39:02.356 INFO O| Dec 06 20:39:02.356 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92962024-12-06T20:39:03.678Z[ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92972024-12-06T20:39:03.678Z[ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92982024-12-06T20:39:03.681Z[ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO ok!
92992024-12-06T20:39:03.681Z[ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO STEP 45 (ensure_file) COMPLETE
93002024-12-06T20:39:03.681Z[ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93012024-12-06T20:39:03.691Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93022024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93032024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93042024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93052024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93062024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93072024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO ok!
93082024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO STEP 46 (ensure_file) COMPLETE
93092024-12-06T20:39:03.693Z[ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93102024-12-06T20:39:03.702Z[ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93112024-12-06T20:39:03.702Z[ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
93122024-12-06T20:39:03.704Z[ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93132024-12-06T20:39:03.704Z[ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93142024-12-06T20:39:03.704Z[ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO ok!
93152024-12-06T20:39:03.704Z[ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO STEP 47 (ensure_file) COMPLETE
93162024-12-06T20:39:03.704Z[ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93172024-12-06T20:39:03.711Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93182024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93192024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93202024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93212024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93222024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93232024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO ok!
93242024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO STEP 48 (ensure_file) COMPLETE
93252024-12-06T20:39:03.714Z[ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93262024-12-06T20:39:03.719Z[ host-image] Dec 06 20:39:03.053 INFO O| Dec 06 20:39:03.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93272024-12-06T20:39:03.720Z[ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.053 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
93282024-12-06T20:39:03.722Z[ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93292024-12-06T20:39:03.722Z[ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93302024-12-06T20:39:03.722Z[ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO ok!
93312024-12-06T20:39:03.722Z[ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO STEP 49 (ensure_file) COMPLETE
93322024-12-06T20:39:03.722Z[ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93332024-12-06T20:39:03.729Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93342024-12-06T20:39:03.729Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93352024-12-06T20:39:03.729Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93362024-12-06T20:39:03.732Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93372024-12-06T20:39:03.732Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93382024-12-06T20:39:03.732Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93392024-12-06T20:39:03.732Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO ok!
93402024-12-06T20:39:03.732Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO STEP 50 (ensure_file) COMPLETE
93412024-12-06T20:39:03.732Z[ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93422024-12-06T20:39:03.739Z[ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93432024-12-06T20:39:03.741Z[ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
93442024-12-06T20:39:03.741Z[ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93452024-12-06T20:39:03.741Z[ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93462024-12-06T20:39:03.742Z[ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO ok!
93472024-12-06T20:39:03.742Z[ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO STEP 51 (ensure_file) COMPLETE
93482024-12-06T20:39:03.742Z[ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93492024-12-06T20:39:03.750Z[ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93502024-12-06T20:39:03.750Z[ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
93512024-12-06T20:39:03.752Z[ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93522024-12-06T20:39:03.752Z[ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93532024-12-06T20:39:03.752Z[ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO ok!
93542024-12-06T20:39:03.752Z[ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO STEP 52 (ensure_file) COMPLETE
93552024-12-06T20:39:03.752Z[ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93562024-12-06T20:39:03.760Z[ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93572024-12-06T20:39:03.763Z[ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
93582024-12-06T20:39:03.763Z[ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93592024-12-06T20:39:03.763Z[ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93602024-12-06T20:39:03.763Z[ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO ok!
93612024-12-06T20:39:03.763Z[ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO STEP 53 (ensure_file) COMPLETE
93622024-12-06T20:39:03.763Z[ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-12-06T20:39:03.770Z[ host-image] Dec 06 20:39:03.104 INFO O| Dec 06 20:39:03.104 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93642024-12-06T20:39:03.770Z[ host-image] Dec 06 20:39:03.104 INFO O| Dec 06 20:39:03.104 INFO STEP 54 (ensure_dir) COMPLETE
93652024-12-06T20:39:03.772Z[ host-image] Dec 06 20:39:03.104 INFO O| Dec 06 20:39:03.104 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-12-06T20:39:03.780Z[ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93672024-12-06T20:39:03.780Z[ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93682024-12-06T20:39:03.782Z[ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO STEP 55 (ensure_dir) COMPLETE
93692024-12-06T20:39:03.782Z[ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-12-06T20:39:03.788Z[ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93712024-12-06T20:39:03.791Z[ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93722024-12-06T20:39:03.791Z[ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO STEP 56 (ensure_dir) COMPLETE
93732024-12-06T20:39:03.791Z[ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-12-06T20:39:03.797Z[ host-image] Dec 06 20:39:03.131 INFO O| Dec 06 20:39:03.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93752024-12-06T20:39:03.800Z[ host-image] Dec 06 20:39:03.131 INFO O| Dec 06 20:39:03.131 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93762024-12-06T20:39:03.813Z[ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93772024-12-06T20:39:03.813Z[ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO ok!
93782024-12-06T20:39:03.816Z[ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO STEP 57 (ensure_file) COMPLETE
93792024-12-06T20:39:03.816Z[ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-12-06T20:39:03.824Z[ host-image] Dec 06 20:39:03.158 INFO O| Dec 06 20:39:03.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93812024-12-06T20:39:03.824Z[ host-image] Dec 06 20:39:03.158 INFO O| Dec 06 20:39:03.158 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93822024-12-06T20:39:04.497Z[ recovery-image] Dec 06 20:39:03.830 INFO image complete! materials are in "/work/os-recovery"
93832024-12-06T20:39:04.500Z[ recovery-image]
93842024-12-06T20:39:04.502Z[ recovery-image] real 8:47.963678519
93852024-12-06T20:39:04.502Z[ recovery-image] user 5:34.918429998
93862024-12-06T20:39:04.502Z[ recovery-image] sys 45.148168123
93872024-12-06T20:39:04.502Z[ recovery-image] trap 0.238045220
93882024-12-06T20:39:04.502Z[ recovery-image] tflt 0.244666500
93892024-12-06T20:39:04.502Z[ recovery-image] dflt 1.042553923
93902024-12-06T20:39:04.502Z[ recovery-image] kflt 0.000054749
93912024-12-06T20:39:04.502Z[ recovery-image] lock 18:23.502019867
93922024-12-06T20:39:04.502Z[ recovery-image] slp 54:49.610500245
93932024-12-06T20:39:04.502Z[ recovery-image] lat 1:38.483799323
93942024-12-06T20:39:04.502Z[ recovery-image] stop 5.567644013
93952024-12-06T20:39:04.502ZDec 06 20:39:03.834 INFO [recovery-image] process exited with exit status: 0 (528.020090339s)
93962024-12-06T20:39:04.915Z[ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93972024-12-06T20:39:04.915Z[ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO ok!
93982024-12-06T20:39:04.915Z[ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO STEP 58 (ensure_file) COMPLETE
93992024-12-06T20:39:04.918Z[ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-12-06T20:39:04.927Z[ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94012024-12-06T20:39:04.929Z[ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94022024-12-06T20:39:04.929Z[ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO STEP 59 (ensure_dir) COMPLETE
94032024-12-06T20:39:04.929Z[ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-12-06T20:39:04.936Z[ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94052024-12-06T20:39:04.938Z[ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO copying /tmp/.tmpPWOfI9/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 ...
94062024-12-06T20:39:04.939Z[ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94072024-12-06T20:39:04.939Z[ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO ok!
94082024-12-06T20:39:04.939Z[ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO STEP 60 (ensure_file) COMPLETE
94092024-12-06T20:39:04.939Z[ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-12-06T20:39:04.946Z[ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94112024-12-06T20:39:04.946Z[ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO copying /tmp/.tmpPWOfI9/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 ...
94122024-12-06T20:39:04.946Z[ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94132024-12-06T20:39:04.948Z[ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO ok!
94142024-12-06T20:39:04.948Z[ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO STEP 61 (ensure_file) COMPLETE
94152024-12-06T20:39:04.948Z[ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-12-06T20:39:04.955Z[ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94172024-12-06T20:39:04.957Z[ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94182024-12-06T20:39:04.957Z[ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO STEP 62 (ensure_dir) COMPLETE
94192024-12-06T20:39:04.957Z[ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-12-06T20:39:04.964Z[ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94212024-12-06T20:39:04.964Z[ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO copying /tmp/.tmpPWOfI9/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 ...
94222024-12-06T20:39:04.967Z[ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94232024-12-06T20:39:04.967Z[ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO ok!
94242024-12-06T20:39:04.967Z[ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO STEP 63 (ensure_file) COMPLETE
94252024-12-06T20:39:04.967Z[ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-12-06T20:39:04.974Z[ host-image] Dec 06 20:39:04.307 INFO O| Dec 06 20:39:04.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94272024-12-06T20:39:04.976Z[ host-image] Dec 06 20:39:04.307 INFO O| Dec 06 20:39:04.307 INFO copying /tmp/.tmpPWOfI9/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 ...
94282024-12-06T20:39:04.976Z[ host-image] Dec 06 20:39:04.307 INFO O| Dec 06 20:39:04.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94292024-12-06T20:39:04.976Z[ host-image] Dec 06 20:39:04.308 INFO O| Dec 06 20:39:04.307 INFO ok!
94302024-12-06T20:39:04.976Z[ host-image] Dec 06 20:39:04.308 INFO O| Dec 06 20:39:04.307 INFO STEP 64 (ensure_file) COMPLETE
94312024-12-06T20:39:04.976Z[ host-image] Dec 06 20:39:04.308 INFO O| Dec 06 20:39:04.307 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-12-06T20:39:04.983Z[ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94332024-12-06T20:39:04.983Z[ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94342024-12-06T20:39:04.985Z[ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO STEP 65 (ensure_dir) COMPLETE
94352024-12-06T20:39:04.985Z[ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-12-06T20:39:04.992Z[ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94372024-12-06T20:39:04.992Z[ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO copying /tmp/.tmpPWOfI9/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 ...
94382024-12-06T20:39:04.995Z[ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94392024-12-06T20:39:04.995Z[ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO ok!
94402024-12-06T20:39:04.995Z[ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO STEP 66 (ensure_file) COMPLETE
94412024-12-06T20:39:04.995Z[ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-12-06T20:39:05.006Z[ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94432024-12-06T20:39:05.006Z[ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94442024-12-06T20:39:05.009Z[ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94452024-12-06T20:39:05.009Z[ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO ok!
94462024-12-06T20:39:05.009Z[ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO STEP 67 (ensure_file) COMPLETE
94472024-12-06T20:39:05.009Z[ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-12-06T20:39:05.016Z[ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94492024-12-06T20:39:05.019Z[ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94502024-12-06T20:39:05.019Z[ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO STEP 68 (ensure_dir) COMPLETE
94512024-12-06T20:39:05.019Z[ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-12-06T20:39:05.026Z[ host-image] Dec 06 20:39:04.360 INFO O| Dec 06 20:39:04.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94532024-12-06T20:39:05.029Z[ host-image] Dec 06 20:39:04.360 INFO O| Dec 06 20:39:04.360 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94542024-12-06T20:39:06.085Z[ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94552024-12-06T20:39:06.085Z[ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO ok!
94562024-12-06T20:39:06.088Z[ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO STEP 69 (ensure_file) COMPLETE
94572024-12-06T20:39:06.088Z[ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-12-06T20:39:06.096Z[ host-image] Dec 06 20:39:05.430 INFO O| Dec 06 20:39:05.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94592024-12-06T20:39:06.098Z[ host-image] Dec 06 20:39:05.430 INFO O| Dec 06 20:39:05.430 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94602024-12-06T20:39:07.645Z[ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94612024-12-06T20:39:07.645Z[ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO ok!
94622024-12-06T20:39:07.645Z[ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO STEP 70 (ensure_file) COMPLETE
94632024-12-06T20:39:07.650Z[ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-12-06T20:39:07.653Z[ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94652024-12-06T20:39:07.653Z[ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94662024-12-06T20:39:07.653Z[ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO STEP 71 (ensure_dir) COMPLETE
94672024-12-06T20:39:07.654Z[ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-12-06T20:39:07.663Z[ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94692024-12-06T20:39:07.663Z[ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO copying /tmp/.tmpPWOfI9/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 ...
94702024-12-06T20:39:07.663Z[ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94712024-12-06T20:39:07.663Z[ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO ok!
94722024-12-06T20:39:07.663Z[ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO STEP 72 (ensure_file) COMPLETE
94732024-12-06T20:39:07.664Z[ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-12-06T20:39:07.681Z[ host-image] Dec 06 20:39:07.001 INFO O| Dec 06 20:39:07.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94752024-12-06T20:39:07.681Z[ host-image] Dec 06 20:39:07.001 INFO O| Dec 06 20:39:07.001 INFO copying /tmp/.tmpPWOfI9/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 ...
94762024-12-06T20:39:07.681Z[ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94772024-12-06T20:39:07.681Z[ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO ok!
94782024-12-06T20:39:07.681Z[ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO STEP 73 (ensure_file) COMPLETE
94792024-12-06T20:39:07.681Z[ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-12-06T20:39:07.690Z[ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94812024-12-06T20:39:07.690Z[ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94822024-12-06T20:39:07.690Z[ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94832024-12-06T20:39:07.690Z[ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO ok!
94842024-12-06T20:39:07.691Z[ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO STEP 74 (ensure_file) COMPLETE
94852024-12-06T20:39:07.691Z[ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-12-06T20:39:07.695Z[ host-image] Dec 06 20:39:07.020 INFO O| Dec 06 20:39:07.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94872024-12-06T20:39:07.695Z[ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.020 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94882024-12-06T20:39:07.695Z[ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94892024-12-06T20:39:07.695Z[ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO ok!
94902024-12-06T20:39:07.695Z[ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO STEP 75 (ensure_file) COMPLETE
94912024-12-06T20:39:07.695Z[ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-12-06T20:39:07.708Z[ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94932024-12-06T20:39:07.708Z[ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94942024-12-06T20:39:07.708Z[ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO STEP 76 (ensure_dir) COMPLETE
94952024-12-06T20:39:07.708Z[ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.039 INFO O| Dec 06 20:39:07.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94972024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.039 INFO O| Dec 06 20:39:07.039 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94982024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94992024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO ok!
95002024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO STEP 77 (ensure_file) COMPLETE
95012024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95032024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95042024-12-06T20:39:07.733Z[ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95052024-12-06T20:39:07.734Z[ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO ok!
95062024-12-06T20:39:07.734Z[ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO STEP 78 (ensure_file) COMPLETE
95072024-12-06T20:39:07.734Z[ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-06T20:39:07.744Z[ host-image] Dec 06 20:39:07.061 INFO O| Dec 06 20:39:07.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95092024-12-06T20:39:07.744Z[ host-image] Dec 06 20:39:07.061 INFO O| Dec 06 20:39:07.061 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95102024-12-06T20:39:08.368Z[ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95112024-12-06T20:39:08.368Z[ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO ok!
95122024-12-06T20:39:08.381Z[ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO STEP 79 (ensure_file) COMPLETE
95132024-12-06T20:39:08.381Z[ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-12-06T20:39:08.382Z[ host-image] Dec 06 20:39:07.706 INFO O| Dec 06 20:39:07.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95152024-12-06T20:39:08.382Z[ host-image] Dec 06 20:39:07.707 INFO O| Dec 06 20:39:07.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95162024-12-06T20:39:08.382Z[ host-image] Dec 06 20:39:07.707 INFO O| Dec 06 20:39:07.707 INFO STEP 80 (ensure_dir) COMPLETE
95172024-12-06T20:39:08.382Z[ host-image] Dec 06 20:39:07.707 INFO O| Dec 06 20:39:07.707 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-06T20:39:08.389Z[ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95192024-12-06T20:39:08.389Z[ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95202024-12-06T20:39:08.390Z[ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO STEP 81 (ensure_dir) COMPLETE
95212024-12-06T20:39:08.390Z[ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-06T20:39:08.399Z[ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95232024-12-06T20:39:08.400Z[ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95242024-12-06T20:39:08.400Z[ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO STEP 82 (ensure_dir) COMPLETE
95252024-12-06T20:39:08.400Z[ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-12-06T20:39:08.406Z[ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95272024-12-06T20:39:08.407Z[ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95282024-12-06T20:39:08.407Z[ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO STEP 83 (ensure_dir) COMPLETE
95292024-12-06T20:39:08.407Z[ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-06T20:39:08.412Z[ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95312024-12-06T20:39:08.412Z[ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95322024-12-06T20:39:08.412Z[ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO STEP 84 (ensure_dir) COMPLETE
95332024-12-06T20:39:08.424Z[ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-12-06T20:39:08.436Z[ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95352024-12-06T20:39:08.436Z[ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO copying /tmp/.tmpPWOfI9/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 ...
95362024-12-06T20:39:08.437Z[ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95372024-12-06T20:39:08.437Z[ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO ok!
95382024-12-06T20:39:08.437Z[ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO STEP 85 (ensure_file) COMPLETE
95392024-12-06T20:39:08.437Z[ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-12-06T20:39:08.437Z[ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95412024-12-06T20:39:08.437Z[ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95422024-12-06T20:39:08.437Z[ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO STEP 86 (ensure_dir) COMPLETE
95432024-12-06T20:39:08.438Z[ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-06T20:39:08.451Z[ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95452024-12-06T20:39:08.451Z[ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95462024-12-06T20:39:08.451Z[ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95472024-12-06T20:39:08.451Z[ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO ok!
95482024-12-06T20:39:08.451Z[ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO STEP 87 (ensure_file) COMPLETE
95492024-12-06T20:39:08.451Z[ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-06T20:39:08.474Z[ host-image] Dec 06 20:39:07.781 INFO O| Dec 06 20:39:07.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95512024-12-06T20:39:08.474Z[ host-image] Dec 06 20:39:07.781 INFO O| Dec 06 20:39:07.781 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95522024-12-06T20:39:08.692Z[ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95532024-12-06T20:39:08.692Z[ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.025 INFO ok!
95542024-12-06T20:39:08.692Z[ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.025 INFO STEP 88 (ensure_file) COMPLETE
95552024-12-06T20:39:08.696Z[ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.025 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-12-06T20:39:08.703Z[ host-image] Dec 06 20:39:08.036 INFO O| Dec 06 20:39:08.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95572024-12-06T20:39:08.703Z[ host-image] Dec 06 20:39:08.036 INFO O| Dec 06 20:39:08.036 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95582024-12-06T20:39:09.248Z[ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95592024-12-06T20:39:09.248Z[ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO ok!
95602024-12-06T20:39:09.248Z[ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO STEP 89 (ensure_file) COMPLETE
95612024-12-06T20:39:09.252Z[ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622024-12-06T20:39:09.259Z[ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95632024-12-06T20:39:09.259Z[ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95642024-12-06T20:39:09.263Z[ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95652024-12-06T20:39:09.263Z[ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO ok!
95662024-12-06T20:39:09.263Z[ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO STEP 90 (ensure_file) COMPLETE
95672024-12-06T20:39:09.263Z[ host-image] Dec 06 20:39:08.593 INFO O| Dec 06 20:39:08.592 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-12-06T20:39:09.282Z[ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95692024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95702024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO STEP 91 (ensure_dir) COMPLETE
95712024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95732024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO copying /tmp/.tmpPWOfI9/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 ...
95742024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95752024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO ok!
95762024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO STEP 92 (ensure_file) COMPLETE
95772024-12-06T20:39:09.283Z[ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-12-06T20:39:09.289Z[ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95792024-12-06T20:39:09.290Z[ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO copying /tmp/.tmpPWOfI9/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 ...
95802024-12-06T20:39:09.290Z[ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95812024-12-06T20:39:09.290Z[ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO ok!
95822024-12-06T20:39:09.290Z[ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO STEP 93 (ensure_file) COMPLETE
95832024-12-06T20:39:09.290Z[ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-12-06T20:39:09.296Z[ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95852024-12-06T20:39:09.304Z[ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO copying /tmp/.tmpPWOfI9/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 ...
95862024-12-06T20:39:09.304Z[ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95872024-12-06T20:39:09.304Z[ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO ok!
95882024-12-06T20:39:09.304Z[ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO STEP 94 (ensure_file) COMPLETE
95892024-12-06T20:39:09.304Z[ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-12-06T20:39:09.307Z[ host-image] Dec 06 20:39:08.639 INFO O| Dec 06 20:39:08.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95912024-12-06T20:39:09.307Z[ host-image] Dec 06 20:39:08.639 INFO O| Dec 06 20:39:08.639 INFO copying /tmp/.tmpPWOfI9/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 ...
95922024-12-06T20:39:09.307Z[ host-image] Dec 06 20:39:08.639 INFO O| Dec 06 20:39:08.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95932024-12-06T20:39:09.307Z[ host-image] Dec 06 20:39:08.640 INFO O| Dec 06 20:39:08.639 INFO ok!
95942024-12-06T20:39:09.308Z[ host-image] Dec 06 20:39:08.640 INFO O| Dec 06 20:39:08.639 INFO STEP 95 (ensure_file) COMPLETE
95952024-12-06T20:39:09.308Z[ host-image] Dec 06 20:39:08.640 INFO O| Dec 06 20:39:08.639 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-12-06T20:39:09.315Z[ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95972024-12-06T20:39:09.315Z[ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO copying /tmp/.tmpPWOfI9/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 ...
95982024-12-06T20:39:09.319Z[ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95992024-12-06T20:39:09.319Z[ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO ok!
96002024-12-06T20:39:09.319Z[ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO STEP 96 (ensure_file) COMPLETE
96012024-12-06T20:39:09.319Z[ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022024-12-06T20:39:09.325Z[ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96032024-12-06T20:39:09.325Z[ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96042024-12-06T20:39:09.327Z[ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96052024-12-06T20:39:09.327Z[ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO ok!
96062024-12-06T20:39:09.327Z[ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO STEP 97 (ensure_file) COMPLETE
96072024-12-06T20:39:09.327Z[ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082024-12-06T20:39:09.334Z[ host-image] Dec 06 20:39:08.667 INFO O| Dec 06 20:39:08.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96092024-12-06T20:39:09.334Z[ host-image] Dec 06 20:39:08.667 INFO O| Dec 06 20:39:08.667 INFO copying /tmp/.tmpPWOfI9/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 ...
96102024-12-06T20:39:09.338Z[ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96112024-12-06T20:39:09.338Z[ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.668 INFO ok!
96122024-12-06T20:39:09.339Z[ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.668 INFO STEP 98 (ensure_file) COMPLETE
96132024-12-06T20:39:09.339Z[ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.668 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96142024-12-06T20:39:09.345Z[ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96152024-12-06T20:39:09.345Z[ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO copying /tmp/.tmpPWOfI9/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 ...
96162024-12-06T20:39:09.348Z[ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96172024-12-06T20:39:09.349Z[ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO ok!
96182024-12-06T20:39:09.349Z[ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO STEP 99 (ensure_file) COMPLETE
96192024-12-06T20:39:09.349Z[ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202024-12-06T20:39:09.354Z[ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96212024-12-06T20:39:09.354Z[ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO copying /tmp/.tmpPWOfI9/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 ...
96222024-12-06T20:39:09.354Z[ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96232024-12-06T20:39:09.354Z[ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO ok!
96242024-12-06T20:39:09.354Z[ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO STEP 100 (ensure_file) COMPLETE
96252024-12-06T20:39:09.354Z[ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-06T20:39:09.362Z[ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96272024-12-06T20:39:09.363Z[ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96282024-12-06T20:39:09.366Z[ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96292024-12-06T20:39:09.366Z[ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO ok!
96302024-12-06T20:39:09.367Z[ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO STEP 101 (ensure_file) COMPLETE
96312024-12-06T20:39:09.367Z[ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322024-12-06T20:39:09.372Z[ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96332024-12-06T20:39:09.372Z[ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO copying /tmp/.tmpPWOfI9/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 ...
96342024-12-06T20:39:09.372Z[ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96352024-12-06T20:39:09.378Z[ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO ok!
96362024-12-06T20:39:09.378Z[ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO STEP 102 (ensure_file) COMPLETE
96372024-12-06T20:39:09.378Z[ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382024-12-06T20:39:09.381Z[ host-image] Dec 06 20:39:08.714 INFO O| Dec 06 20:39:08.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96392024-12-06T20:39:09.381Z[ host-image] Dec 06 20:39:08.714 INFO O| Dec 06 20:39:08.714 INFO copying /tmp/.tmpPWOfI9/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 ...
96402024-12-06T20:39:09.381Z[ host-image] Dec 06 20:39:08.714 INFO O| Dec 06 20:39:08.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96412024-12-06T20:39:09.382Z[ host-image] Dec 06 20:39:08.715 INFO O| Dec 06 20:39:08.714 INFO ok!
96422024-12-06T20:39:09.386Z[ host-image] Dec 06 20:39:08.715 INFO O| Dec 06 20:39:08.714 INFO STEP 103 (ensure_file) COMPLETE
96432024-12-06T20:39:09.387Z[ host-image] Dec 06 20:39:08.715 INFO O| Dec 06 20:39:08.715 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442024-12-06T20:39:09.391Z[ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96452024-12-06T20:39:09.391Z[ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO copying /tmp/.tmpPWOfI9/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 ...
96462024-12-06T20:39:09.396Z[ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96472024-12-06T20:39:09.396Z[ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO ok!
96482024-12-06T20:39:09.396Z[ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO STEP 104 (ensure_file) COMPLETE
96492024-12-06T20:39:09.396Z[ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502024-12-06T20:39:09.400Z[ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96512024-12-06T20:39:09.400Z[ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO copying /tmp/.tmpPWOfI9/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 ...
96522024-12-06T20:39:09.401Z[ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96532024-12-06T20:39:09.401Z[ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO ok!
96542024-12-06T20:39:09.401Z[ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO STEP 105 (ensure_file) COMPLETE
96552024-12-06T20:39:09.401Z[ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562024-12-06T20:39:09.409Z[ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96572024-12-06T20:39:09.412Z[ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO copying /tmp/.tmpPWOfI9/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 ...
96582024-12-06T20:39:09.412Z[ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96592024-12-06T20:39:09.412Z[ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO ok!
96602024-12-06T20:39:09.412Z[ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO STEP 106 (ensure_file) COMPLETE
96612024-12-06T20:39:09.412Z[ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622024-12-06T20:39:09.419Z[ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96632024-12-06T20:39:09.419Z[ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO copying /tmp/.tmpPWOfI9/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 ...
96642024-12-06T20:39:09.422Z[ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96652024-12-06T20:39:09.422Z[ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO ok!
96662024-12-06T20:39:09.422Z[ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO STEP 107 (ensure_file) COMPLETE
96672024-12-06T20:39:09.422Z[ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682024-12-06T20:39:09.428Z[ host-image] Dec 06 20:39:08.761 INFO O| Dec 06 20:39:08.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96692024-12-06T20:39:09.431Z[ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.761 INFO copying /tmp/.tmpPWOfI9/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 ...
96702024-12-06T20:39:09.431Z[ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96712024-12-06T20:39:09.431Z[ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO ok!
96722024-12-06T20:39:09.431Z[ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO STEP 108 (ensure_file) COMPLETE
96732024-12-06T20:39:09.431Z[ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742024-12-06T20:39:09.438Z[ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96752024-12-06T20:39:09.438Z[ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO copying /tmp/.tmpPWOfI9/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 ...
96762024-12-06T20:39:09.439Z[ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96772024-12-06T20:39:09.442Z[ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO ok!
96782024-12-06T20:39:09.442Z[ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO STEP 109 (ensure_file) COMPLETE
96792024-12-06T20:39:09.443Z[ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-06T20:39:09.447Z[ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96812024-12-06T20:39:09.447Z[ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO copying /tmp/.tmpPWOfI9/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 ...
96822024-12-06T20:39:09.451Z[ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96832024-12-06T20:39:09.451Z[ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO ok!
96842024-12-06T20:39:09.451Z[ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO STEP 110 (ensure_file) COMPLETE
96852024-12-06T20:39:09.451Z[ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-06T20:39:09.457Z[ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96872024-12-06T20:39:09.457Z[ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO copying /tmp/.tmpPWOfI9/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 ...
96882024-12-06T20:39:09.461Z[ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96892024-12-06T20:39:09.461Z[ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO ok!
96902024-12-06T20:39:09.461Z[ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO STEP 111 (ensure_file) COMPLETE
96912024-12-06T20:39:09.461Z[ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-06T20:39:09.468Z[ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96932024-12-06T20:39:09.468Z[ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO copying /tmp/.tmpPWOfI9/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 ...
96942024-12-06T20:39:09.471Z[ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96952024-12-06T20:39:09.471Z[ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO ok!
96962024-12-06T20:39:09.471Z[ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO STEP 112 (ensure_file) COMPLETE
96972024-12-06T20:39:09.471Z[ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-06T20:39:09.477Z[ host-image] Dec 06 20:39:08.810 INFO O| Dec 06 20:39:08.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96992024-12-06T20:39:09.481Z[ host-image] Dec 06 20:39:08.810 INFO O| Dec 06 20:39:08.810 INFO copying /tmp/.tmpPWOfI9/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 ...
97002024-12-06T20:39:09.481Z[ host-image] Dec 06 20:39:08.810 INFO O| Dec 06 20:39:08.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97012024-12-06T20:39:09.481Z[ host-image] Dec 06 20:39:08.811 INFO O| Dec 06 20:39:08.810 INFO ok!
97022024-12-06T20:39:09.481Z[ host-image] Dec 06 20:39:08.811 INFO O| Dec 06 20:39:08.810 INFO STEP 113 (ensure_file) COMPLETE
97032024-12-06T20:39:09.482Z[ host-image] Dec 06 20:39:08.811 INFO O| Dec 06 20:39:08.810 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-06T20:39:09.487Z[ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97052024-12-06T20:39:09.487Z[ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO copying /tmp/.tmpPWOfI9/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 ...
97062024-12-06T20:39:09.491Z[ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97072024-12-06T20:39:09.491Z[ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO ok!
97082024-12-06T20:39:09.492Z[ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO STEP 114 (ensure_file) COMPLETE
97092024-12-06T20:39:09.492Z[ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-06T20:39:09.496Z[ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97112024-12-06T20:39:09.496Z[ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO copying /tmp/.tmpPWOfI9/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 ...
97122024-12-06T20:39:09.496Z[ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97132024-12-06T20:39:09.497Z[ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO ok!
97142024-12-06T20:39:09.500Z[ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO STEP 115 (ensure_file) COMPLETE
97152024-12-06T20:39:09.500Z[ host-image] Dec 06 20:39:08.830 INFO O| Dec 06 20:39:08.829 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-06T20:39:09.506Z[ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97172024-12-06T20:39:09.506Z[ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO copying /tmp/.tmpPWOfI9/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 ...
97182024-12-06T20:39:09.509Z[ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97192024-12-06T20:39:09.509Z[ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO ok!
97202024-12-06T20:39:09.509Z[ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO STEP 116 (ensure_file) COMPLETE
97212024-12-06T20:39:09.510Z[ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-06T20:39:09.515Z[ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97232024-12-06T20:39:09.515Z[ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO copying /tmp/.tmpPWOfI9/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 ...
97242024-12-06T20:39:09.519Z[ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97252024-12-06T20:39:09.519Z[ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO ok!
97262024-12-06T20:39:09.519Z[ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO STEP 117 (ensure_file) COMPLETE
97272024-12-06T20:39:09.519Z[ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-06T20:39:09.524Z[ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97292024-12-06T20:39:09.525Z[ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97302024-12-06T20:39:09.528Z[ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97312024-12-06T20:39:09.529Z[ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO ok!
97322024-12-06T20:39:09.529Z[ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO STEP 118 (ensure_file) COMPLETE
97332024-12-06T20:39:09.529Z[ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-06T20:39:09.534Z[ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97352024-12-06T20:39:09.534Z[ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO copying /tmp/.tmpPWOfI9/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 ...
97362024-12-06T20:39:09.538Z[ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97372024-12-06T20:39:09.538Z[ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO ok!
97382024-12-06T20:39:09.538Z[ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO STEP 119 (ensure_file) COMPLETE
97392024-12-06T20:39:09.538Z[ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-06T20:39:09.550Z[ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97412024-12-06T20:39:09.550Z[ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97422024-12-06T20:39:09.550Z[ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97432024-12-06T20:39:09.550Z[ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO ok!
97442024-12-06T20:39:09.550Z[ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO STEP 120 (ensure_file) COMPLETE
97452024-12-06T20:39:09.550Z[ host-image] Dec 06 20:39:08.877 INFO O| Dec 06 20:39:08.876 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-06T20:39:09.553Z[ host-image] Dec 06 20:39:08.886 INFO O| Dec 06 20:39:08.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97472024-12-06T20:39:09.553Z[ host-image] Dec 06 20:39:08.886 INFO O| Dec 06 20:39:08.886 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97482024-12-06T20:39:12.767Z[ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97492024-12-06T20:39:12.767Z[ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO ok!
97502024-12-06T20:39:12.770Z[ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO STEP 121 (ensure_file) COMPLETE
97512024-12-06T20:39:12.770Z[ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-06T20:39:12.778Z[ host-image] Dec 06 20:39:12.112 INFO O| Dec 06 20:39:12.112 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97532024-12-06T20:39:12.778Z[ host-image] Dec 06 20:39:12.112 INFO O| Dec 06 20:39:12.112 INFO STEP 122 (ensure_dir) COMPLETE
97542024-12-06T20:39:12.780Z[ host-image] Dec 06 20:39:12.112 INFO O| Dec 06 20:39:12.112 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-06T20:39:12.787Z[ host-image] Dec 06 20:39:12.121 INFO O| Dec 06 20:39:12.121 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97562024-12-06T20:39:12.787Z[ host-image] Dec 06 20:39:12.121 INFO O| Dec 06 20:39:12.121 INFO STEP 123 (ensure_dir) COMPLETE
97572024-12-06T20:39:12.790Z[ host-image] Dec 06 20:39:12.121 INFO O| Dec 06 20:39:12.121 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-06T20:39:12.796Z[ host-image] Dec 06 20:39:12.130 INFO O| Dec 06 20:39:12.130 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97592024-12-06T20:39:12.799Z[ host-image] Dec 06 20:39:12.130 INFO O| Dec 06 20:39:12.130 INFO STEP 124 (ensure_dir) COMPLETE
97602024-12-06T20:39:12.799Z[ host-image] Dec 06 20:39:12.130 INFO O| Dec 06 20:39:12.130 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-06T20:39:12.805Z[ host-image] Dec 06 20:39:12.139 INFO O| Dec 06 20:39:12.139 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97622024-12-06T20:39:12.805Z[ host-image] Dec 06 20:39:12.139 INFO O| Dec 06 20:39:12.139 INFO STEP 125 (ensure_dir) COMPLETE
97632024-12-06T20:39:12.805Z[ host-image] Dec 06 20:39:12.139 INFO O| Dec 06 20:39:12.139 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642024-12-06T20:39:12.814Z[ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97652024-12-06T20:39:12.814Z[ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO copying /tmp/.tmpPWOfI9/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-06T20:39:12.817Z[ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97672024-12-06T20:39:12.817Z[ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO ok!
97682024-12-06T20:39:12.817Z[ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO STEP 126 (ensure_file) COMPLETE
97692024-12-06T20:39:12.817Z[ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702024-12-06T20:39:12.824Z[ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97712024-12-06T20:39:12.824Z[ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97722024-12-06T20:39:12.826Z[ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97732024-12-06T20:39:12.826Z[ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO STEP 127 (ensure_dir) COMPLETE
97742024-12-06T20:39:12.826Z[ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752024-12-06T20:39:12.833Z[ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.166 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97762024-12-06T20:39:12.833Z[ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO copying /tmp/.tmpPWOfI9/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97772024-12-06T20:39:12.835Z[ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97782024-12-06T20:39:12.835Z[ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO ok!
97792024-12-06T20:39:12.835Z[ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO STEP 128 (ensure_file) COMPLETE
97802024-12-06T20:39:12.835Z[ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-06T20:39:12.842Z[ host-image] Dec 06 20:39:12.176 INFO O| Dec 06 20:39:12.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97822024-12-06T20:39:12.844Z[ host-image] Dec 06 20:39:12.176 INFO O| Dec 06 20:39:12.176 INFO STEP 129 (remove_files) COMPLETE
97832024-12-06T20:39:12.844Z[ host-image] Dec 06 20:39:12.176 INFO O| Dec 06 20:39:12.176 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-06T20:39:12.851Z[ host-image] Dec 06 20:39:12.185 INFO O| Dec 06 20:39:12.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97852024-12-06T20:39:12.854Z[ host-image] Dec 06 20:39:12.185 INFO O| Dec 06 20:39:12.185 INFO STEP 130 (remove_files) COMPLETE
97862024-12-06T20:39:12.854Z[ host-image] Dec 06 20:39:12.185 INFO O| Dec 06 20:39:12.185 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-06T20:39:12.860Z[ host-image] Dec 06 20:39:12.194 INFO O| Dec 06 20:39:12.194 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97882024-12-06T20:39:12.862Z[ host-image] Dec 06 20:39:12.194 INFO O| Dec 06 20:39:12.194 INFO STEP 131 (remove_files) COMPLETE
97892024-12-06T20:39:12.862Z[ host-image] Dec 06 20:39:12.194 INFO O| Dec 06 20:39:12.194 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-06T20:39:12.869Z[ host-image] Dec 06 20:39:12.203 INFO O| Dec 06 20:39:12.203 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97912024-12-06T20:39:12.872Z[ host-image] Dec 06 20:39:12.203 INFO O| Dec 06 20:39:12.203 INFO STEP 132 (remove_files) COMPLETE
97922024-12-06T20:39:12.872Z[ host-image] Dec 06 20:39:12.203 INFO O| Dec 06 20:39:12.203 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-06T20:39:12.879Z[ host-image] Dec 06 20:39:12.212 INFO O| Dec 06 20:39:12.212 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97942024-12-06T20:39:12.881Z[ host-image] Dec 06 20:39:12.212 INFO O| Dec 06 20:39:12.212 INFO STEP 133 (remove_files) COMPLETE
97952024-12-06T20:39:12.881Z[ host-image] Dec 06 20:39:12.212 INFO O| Dec 06 20:39:12.212 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-06T20:39:12.888Z[ host-image] Dec 06 20:39:12.221 INFO O| Dec 06 20:39:12.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97972024-12-06T20:39:12.890Z[ host-image] Dec 06 20:39:12.222 INFO O| Dec 06 20:39:12.221 INFO STEP 134 (remove_files) COMPLETE
97982024-12-06T20:39:12.890Z[ host-image] Dec 06 20:39:12.222 INFO O| Dec 06 20:39:12.222 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-06T20:39:12.897Z[ host-image] Dec 06 20:39:12.231 INFO O| Dec 06 20:39:12.231 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98002024-12-06T20:39:12.899Z[ host-image] Dec 06 20:39:12.231 INFO O| Dec 06 20:39:12.231 INFO STEP 135 (remove_files) COMPLETE
98012024-12-06T20:39:12.900Z[ host-image] Dec 06 20:39:12.231 INFO O| Dec 06 20:39:12.231 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-06T20:39:12.906Z[ host-image] Dec 06 20:39:12.240 INFO O| Dec 06 20:39:12.240 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98032024-12-06T20:39:12.906Z[ host-image] Dec 06 20:39:12.240 INFO O| Dec 06 20:39:12.240 INFO STEP 136 (remove_files) COMPLETE
98042024-12-06T20:39:12.908Z[ host-image] Dec 06 20:39:12.240 INFO O| Dec 06 20:39:12.240 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-06T20:39:12.915Z[ host-image] Dec 06 20:39:12.249 INFO O| Dec 06 20:39:12.249 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98062024-12-06T20:39:12.915Z[ host-image] Dec 06 20:39:12.249 INFO O| Dec 06 20:39:12.249 INFO STEP 137 (remove_files) COMPLETE
98072024-12-06T20:39:12.915Z[ host-image] Dec 06 20:39:12.249 INFO O| Dec 06 20:39:12.249 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-06T20:39:12.924Z[ host-image] Dec 06 20:39:12.258 INFO O| Dec 06 20:39:12.258 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98092024-12-06T20:39:12.924Z[ host-image] Dec 06 20:39:12.258 INFO O| Dec 06 20:39:12.258 INFO STEP 138 (remove_files) COMPLETE
98102024-12-06T20:39:12.927Z[ host-image] Dec 06 20:39:12.258 INFO O| Dec 06 20:39:12.258 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-06T20:39:12.933Z[ host-image] Dec 06 20:39:12.267 INFO O| Dec 06 20:39:12.267 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98122024-12-06T20:39:12.933Z[ host-image] Dec 06 20:39:12.267 INFO O| Dec 06 20:39:12.267 INFO STEP 139 (remove_files) COMPLETE
98132024-12-06T20:39:12.933Z[ host-image] Dec 06 20:39:12.267 INFO O| Dec 06 20:39:12.267 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-06T20:39:12.942Z[ host-image] Dec 06 20:39:12.276 INFO O| Dec 06 20:39:12.276 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98152024-12-06T20:39:12.942Z[ host-image] Dec 06 20:39:12.276 INFO O| Dec 06 20:39:12.276 INFO STEP 140 (remove_files) COMPLETE
98162024-12-06T20:39:12.944Z[ host-image] Dec 06 20:39:12.276 INFO O| Dec 06 20:39:12.276 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-06T20:39:12.951Z[ host-image] Dec 06 20:39:12.285 INFO O| Dec 06 20:39:12.285 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98182024-12-06T20:39:12.951Z[ host-image] Dec 06 20:39:12.285 INFO O| Dec 06 20:39:12.285 INFO STEP 141 (remove_files) COMPLETE
98192024-12-06T20:39:12.954Z[ host-image] Dec 06 20:39:12.285 INFO O| Dec 06 20:39:12.285 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-06T20:39:12.960Z[ host-image] Dec 06 20:39:12.294 INFO O| Dec 06 20:39:12.294 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98212024-12-06T20:39:12.960Z[ host-image] Dec 06 20:39:12.294 INFO O| Dec 06 20:39:12.294 INFO STEP 142 (remove_files) COMPLETE
98222024-12-06T20:39:12.963Z[ host-image] Dec 06 20:39:12.294 INFO O| Dec 06 20:39:12.294 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-06T20:39:12.969Z[ host-image] Dec 06 20:39:12.303 INFO O| Dec 06 20:39:12.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98242024-12-06T20:39:12.969Z[ host-image] Dec 06 20:39:12.303 INFO O| Dec 06 20:39:12.303 INFO STEP 143 (remove_files) COMPLETE
98252024-12-06T20:39:12.972Z[ host-image] Dec 06 20:39:12.303 INFO O| Dec 06 20:39:12.303 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-06T20:39:12.978Z[ host-image] Dec 06 20:39:12.312 INFO O| Dec 06 20:39:12.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98272024-12-06T20:39:12.978Z[ host-image] Dec 06 20:39:12.312 INFO O| Dec 06 20:39:12.312 INFO STEP 144 (remove_files) COMPLETE
98282024-12-06T20:39:12.978Z[ host-image] Dec 06 20:39:12.312 INFO O| Dec 06 20:39:12.312 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-06T20:39:12.987Z[ host-image] Dec 06 20:39:12.321 INFO O| Dec 06 20:39:12.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98302024-12-06T20:39:12.990Z[ host-image] Dec 06 20:39:12.321 INFO O| Dec 06 20:39:12.321 INFO STEP 145 (remove_files) COMPLETE
98312024-12-06T20:39:12.990Z[ host-image] Dec 06 20:39:12.321 INFO O| Dec 06 20:39:12.321 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-06T20:39:12.996Z[ host-image] Dec 06 20:39:12.330 INFO O| Dec 06 20:39:12.330 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98332024-12-06T20:39:12.996Z[ host-image] Dec 06 20:39:12.330 INFO O| Dec 06 20:39:12.330 INFO STEP 146 (remove_files) COMPLETE
98342024-12-06T20:39:12.999Z[ host-image] Dec 06 20:39:12.330 INFO O| Dec 06 20:39:12.330 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-06T20:39:13.006Z[ host-image] Dec 06 20:39:12.339 INFO O| Dec 06 20:39:12.339 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98362024-12-06T20:39:13.006Z[ host-image] Dec 06 20:39:12.339 INFO O| Dec 06 20:39:12.339 INFO STEP 147 (remove_files) COMPLETE
98372024-12-06T20:39:13.006Z[ host-image] Dec 06 20:39:12.339 INFO O| Dec 06 20:39:12.339 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-06T20:39:13.015Z[ host-image] Dec 06 20:39:12.348 INFO O| Dec 06 20:39:12.348 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98392024-12-06T20:39:13.015Z[ host-image] Dec 06 20:39:12.348 INFO O| Dec 06 20:39:12.348 INFO STEP 148 (remove_files) COMPLETE
98402024-12-06T20:39:13.017Z[ host-image] Dec 06 20:39:12.348 INFO O| Dec 06 20:39:12.348 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-06T20:39:13.024Z[ host-image] Dec 06 20:39:12.357 INFO O| Dec 06 20:39:12.357 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98422024-12-06T20:39:13.026Z[ host-image] Dec 06 20:39:12.357 INFO O| Dec 06 20:39:12.357 INFO STEP 149 (remove_files) COMPLETE
98432024-12-06T20:39:13.026Z[ host-image] Dec 06 20:39:12.357 INFO O| Dec 06 20:39:12.357 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-06T20:39:13.033Z[ host-image] Dec 06 20:39:12.366 INFO O| Dec 06 20:39:12.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98452024-12-06T20:39:13.035Z[ host-image] Dec 06 20:39:12.367 INFO O| Dec 06 20:39:12.367 INFO STEP 150 (remove_files) COMPLETE
98462024-12-06T20:39:13.035Z[ host-image] Dec 06 20:39:12.367 INFO O| Dec 06 20:39:12.367 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-06T20:39:13.042Z[ host-image] Dec 06 20:39:12.376 INFO O| Dec 06 20:39:12.376 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98482024-12-06T20:39:13.044Z[ host-image] Dec 06 20:39:12.376 INFO O| Dec 06 20:39:12.376 INFO STEP 151 (remove_files) COMPLETE
98492024-12-06T20:39:13.044Z[ host-image] Dec 06 20:39:12.376 INFO O| Dec 06 20:39:12.376 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-06T20:39:13.051Z[ host-image] Dec 06 20:39:12.385 INFO O| Dec 06 20:39:12.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98512024-12-06T20:39:13.053Z[ host-image] Dec 06 20:39:12.385 INFO O| Dec 06 20:39:12.385 INFO STEP 152 (remove_files) COMPLETE
98522024-12-06T20:39:13.053Z[ host-image] Dec 06 20:39:12.385 INFO O| Dec 06 20:39:12.385 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-06T20:39:13.060Z[ host-image] Dec 06 20:39:12.394 INFO O| Dec 06 20:39:12.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98542024-12-06T20:39:13.062Z[ host-image] Dec 06 20:39:12.394 INFO O| Dec 06 20:39:12.394 INFO STEP 153 (remove_files) COMPLETE
98552024-12-06T20:39:13.062Z[ host-image] Dec 06 20:39:12.394 INFO O| Dec 06 20:39:12.394 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562024-12-06T20:39:13.069Z[ host-image] Dec 06 20:39:12.403 INFO O| Dec 06 20:39:12.403 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98572024-12-06T20:39:13.069Z[ host-image] Dec 06 20:39:12.403 INFO O| Dec 06 20:39:12.403 INFO STEP 154 (remove_files) COMPLETE
98582024-12-06T20:39:13.071Z[ host-image] Dec 06 20:39:12.403 INFO O| Dec 06 20:39:12.403 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-06T20:39:13.078Z[ host-image] Dec 06 20:39:12.412 INFO O| Dec 06 20:39:12.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98602024-12-06T20:39:13.078Z[ host-image] Dec 06 20:39:12.412 INFO O| Dec 06 20:39:12.412 INFO STEP 155 (remove_files) COMPLETE
98612024-12-06T20:39:13.078Z[ host-image] Dec 06 20:39:12.412 INFO O| Dec 06 20:39:12.412 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-06T20:39:13.087Z[ host-image] Dec 06 20:39:12.421 INFO O| Dec 06 20:39:12.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98632024-12-06T20:39:13.087Z[ host-image] Dec 06 20:39:12.421 INFO O| Dec 06 20:39:12.421 INFO STEP 156 (remove_files) COMPLETE
98642024-12-06T20:39:13.090Z[ host-image] Dec 06 20:39:12.421 INFO O| Dec 06 20:39:12.421 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98652024-12-06T20:39:13.096Z[ host-image] Dec 06 20:39:12.430 INFO O| Dec 06 20:39:12.430 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98662024-12-06T20:39:13.096Z[ host-image] Dec 06 20:39:12.430 INFO O| Dec 06 20:39:12.430 INFO STEP 157 (remove_files) COMPLETE
98672024-12-06T20:39:13.096Z[ host-image] Dec 06 20:39:12.430 INFO O| Dec 06 20:39:12.430 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98682024-12-06T20:39:13.110Z[ host-image] Dec 06 20:39:12.443 INFO O| Dec 06 20:39:12.443 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98692024-12-06T20:39:13.110Z[ host-image] Dec 06 20:39:12.443 INFO O| Dec 06 20:39:12.443 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98702024-12-06T20:39:19.790Z[ host-image] Dec 06 20:39:19.123 INFO O| Dec 06 20:39:19.123 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
98712024-12-06T20:39:19.790Z[ host-image] Dec 06 20:39:19.123 INFO O| Dec 06 20:39:19.123 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98722024-12-06T20:39:19.803Z[ host-image] Dec 06 20:39:19.137 INFO O| Dec 06 20:39:19.137 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", "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"}
98732024-12-06T20:39:19.882Z[ host-image] Dec 06 20:39:19.215 INFO O| Dec 06 20:39:19.215 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98742024-12-06T20:39:19.882Z[ host-image] Dec 06 20:39:19.215 INFO O| Dec 06 20:39:19.215 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98752024-12-06T20:39:19.884Z[ host-image] Dec 06 20:39:19.217 INFO O| Dec 06 20:39:19.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98762024-12-06T20:39:19.885Z[ host-image] Dec 06 20:39:19.217 INFO O| Dec 06 20:39:19.217 INFO ok!
98772024-12-06T20:39:19.885Z[ host-image] Dec 06 20:39:19.217 INFO O| Dec 06 20:39:19.217 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98782024-12-06T20:39:19.885Z[ host-image] Dec 06 20:39:19.218 INFO O| Dec 06 20:39:19.217 INFO STEP 158 (seed_smf) COMPLETE
98792024-12-06T20:39:19.885Z[ host-image] Dec 06 20:39:19.218 INFO O| Dec 06 20:39:19.217 INFO steps complete; finalising image!
98802024-12-06T20:39:19.885Z[ host-image] Dec 06 20:39:19.218 INFO O| Dec 06 20:39:19.218 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98812024-12-06T20:39:20.021Z[ host-image] Dec 06 20:39:19.354 INFO O| Dec 06 20:39:19.354 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Fri Dec 6 20:39:19 2024)
98822024-12-06T20:39:20.241Z[ host-image] Dec 06 20:39:19.574 INFO O| Dec 06 20:39:19.574 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
98832024-12-06T20:39:20.241Z[ host-image] Dec 06 20:39:19.574 INFO O| Dec 06 20:39:19.574 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98842024-12-06T20:39:20.518Z[ host-image] Dec 06 20:39:19.851 INFO O| Dec 06 20:39:19.851 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98852024-12-06T20:39:20.518Z[ host-image] Dec 06 20:39:19.851 INFO O| Dec 06 20:39:19.851 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98862024-12-06T20:39:21.518Z[ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98872024-12-06T20:39:21.518Z[ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98882024-12-06T20:39:21.520Z[ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98892024-12-06T20:39:21.520Z[ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO completed processing gimlet/zfs
98902024-12-06T20:39:21.520Z[ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98912024-12-06T20:39:30.188Z[ host-image] Dec 06 20:39:29.522 INFO O| Dec 06 20:39:29.522 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98922024-12-06T20:39:30.280Z[ host-image] Dec 06 20:39:29.613 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
98932024-12-06T20:39:30.280Z[ host-image] Dec 06 20:39:29.613 INFO expanded image name: "ci dd376b0/${os_short_commit} 2024-12-06 20:07" -> "ci dd376b0/92ea229 2024-12-06 20:07"
98942024-12-06T20:39:30.282Z[ host-image] Dec 06 20:39:29.613 INFO output artefacts stored in: "/work/os-host"
98952024-12-06T20:39:30.283Z[ host-image] Dec 06 20:39:29.614 INFO collecting git info from project "bootserver"...
98962024-12-06T20:39:30.286Z[ host-image] Dec 06 20:39:29.619 INFO collecting git info from project "image-builder"...
98972024-12-06T20:39:30.289Z[ host-image] Dec 06 20:39:29.623 INFO collecting git info from project "phbl"...
98982024-12-06T20:39:30.295Z[ host-image] Dec 06 20:39:29.627 INFO collecting git info from project "amd-firmware"...
98992024-12-06T20:39:30.302Z[ host-image] Dec 06 20:39:29.635 INFO collecting git info from project "pinprick"...
99002024-12-06T20:39:30.306Z[ host-image] Dec 06 20:39:29.639 INFO collecting git info from project "amd-host-image-builder"...
99012024-12-06T20:39:30.319Z[ host-image] Dec 06 20:39:29.652 INFO collecting git info from project "chelsio-t6-roms"...
99022024-12-06T20:39:30.323Z[ host-image] Dec 06 20:39:29.657 INFO collecting git info from project "pilot"...
99032024-12-06T20:39:30.328Z[ host-image] Dec 06 20:39:29.662 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99042024-12-06T20:39:30.678Z[ host-image] Dec 06 20:39:30.011 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99052024-12-06T20:39:31.014Z[ host-image] Dec 06 20:39:30.347 INFO creating Oxide boot image...
99062024-12-06T20:39:31.014Z[ host-image] Dec 06 20:39:30.347 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci dd376b0/92ea229 2024-12-06 20:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99072024-12-06T20:39:31.934Z[ host-image] Dec 06 20:39:31.267 INFO O| ok, image written!
99082024-12-06T20:39:31.934Z[ host-image] Dec 06 20:39:31.267 INFO O| ok, boot_image_csum file written!
99092024-12-06T20:39:31.937Z[ host-image] Dec 06 20:39:31.270 INFO creating boot archive (CPIO)...
99102024-12-06T20:39:31.939Z[ host-image] Dec 06 20:39:31.270 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
99112024-12-06T20:39:31.944Z[ host-image] Dec 06 20:39:31.278 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99122024-12-06T20:39:31.944Z[ host-image] Dec 06 20:39:31.278 INFO E| + outfile=/work/os-host/cpio
99132024-12-06T20:39:31.944Z[ host-image] Dec 06 20:39:31.278 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99142024-12-06T20:39:31.947Z[ host-image] Dec 06 20:39:31.280 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99152024-12-06T20:39:31.947Z[ host-image] Dec 06 20:39:31.280 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99162024-12-06T20:39:31.980Z[ host-image] Dec 06 20:39:31.313 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99172024-12-06T20:39:31.980Z[ host-image] Dec 06 20:39:31.313 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99182024-12-06T20:39:31.988Z[ host-image] Dec 06 20:39:31.321 INFO creating compressed cpio/unix for nanobl-rs...
99192024-12-06T20:39:31.990Z[ host-image] Dec 06 20:39:31.321 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
99202024-12-06T20:39:32.284Z[ host-image] Dec 06 20:39:31.617 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99212024-12-06T20:39:36.667Z[ host-image] Dec 06 20:39:36.000 INFO creating reset image...
99222024-12-06T20:39:36.670Z[ host-image] Dec 06 20:39:36.000 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99232024-12-06T20:39:36.759Z[ host-image] Dec 06 20:39:36.092 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99242024-12-06T20:39:36.761Z[ host-image] Dec 06 20:39:36.093 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99252024-12-06T20:39:36.811Z[ host-image] Dec 06 20:39:36.145 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99262024-12-06T20:39:38.620Z[ host-image] Dec 06 20:39:37.953 INFO E| Finished `release` profile [optimized] target(s) in 1.84s
99272024-12-06T20:39:38.631Z[ host-image] Dec 06 20:39:37.965 INFO building host image...
99282024-12-06T20:39:38.633Z[ host-image] Dec 06 20:39:37.965 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")
99292024-12-06T20:39:39.112Z[ host-image] Dec 06 20:39:38.445 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99302024-12-06T20:40:27.247Z[ host-image] Dec 06 20:40:26.580 INFO image complete! materials are in "/work/os-host"
99312024-12-06T20:40:27.250Z[ host-image]
99322024-12-06T20:40:27.252Z[ host-image] real 10:24.550512285
99332024-12-06T20:40:27.252Z[ host-image] user 5:10.625712996
99342024-12-06T20:40:27.252Z[ host-image] sys 47.470393634
99352024-12-06T20:40:27.252Z[ host-image] trap 0.188490825
99362024-12-06T20:40:27.252Z[ host-image] tflt 0.000057449
99372024-12-06T20:40:27.253Z[ host-image] dflt 0.067901877
99382024-12-06T20:40:27.253Z[ host-image] kflt 0.000021720
99392024-12-06T20:40:27.253Z[ host-image] lock 7:32.241977498
99402024-12-06T20:40:27.253Z[ host-image] slp 58:10.213346753
99412024-12-06T20:40:27.253Z[ host-image] lat 1:14.970325636
99422024-12-06T20:40:27.253Z[ host-image] stop 0.414311666
99432024-12-06T20:40:27.253ZDec 06 20:40:26.583 INFO [host-image] process exited with exit status: 0 (624.567797279s)
99442024-12-06T20:40:27.253ZDec 06 20:40:26.583 INFO [tuf-repo] running task
99452024-12-06T20:40:35.218ZDec 06 20:40:34.550 INFO assembling repository in `/tmp/tufaceousMoOgDV`, component: OmicronRepoAssembler
99462024-12-06T20:40:56.417ZDec 06 20:40:55.747 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99472024-12-06T20:40:56.520ZDec 06 20:40:55.852 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99482024-12-06T20:41:09.094ZDec 06 20:41:08.426 INFO [tuf-repo] task succeeded (41.842746604s)
99492024-12-06T20:41:09.094ZDec 06 20:41:08.426 INFO all jobs completed in 1997.388304403s
99502024-12-06T20:41:09.737Zprocess exited: duration 2703879 ms, exit code 0
 
99512024-12-06T20:41:09.749Zfound 33 output files
99522024-12-06T20:41:09.749Zuploading: /work/manifest.toml (8404 bytes)
99532024-12-06T20:41:10.757Zuploaded: /work/manifest.toml
99542024-12-06T20:41:10.757Zuploading: /work/repo.zip (1964846349 bytes)
99552024-12-06T20:41:43.754Zuploaded: /work/repo.zip
99562024-12-06T20:41:43.754Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99572024-12-06T20:41:44.777Zuploaded: /work/repo.zip.sha256.txt
99582024-12-06T20:41:44.777Zuploading: /work/helios-setup.log (66237 bytes)
99592024-12-06T20:41:45.787Zuploaded: /work/helios-setup.log
99602024-12-06T20:41:45.787Zuploading: /work/host-image.log (197127 bytes)
99612024-12-06T20:41:46.799Zuploaded: /work/host-image.log
99622024-12-06T20:41:46.801Zuploading: /work/host-package.log (22562 bytes)
99632024-12-06T20:41:47.808Zuploaded: /work/host-package.log
99642024-12-06T20:41:47.808Zuploading: /work/host-target.log (101 bytes)
99652024-12-06T20:41:48.815Zuploaded: /work/host-target.log
99662024-12-06T20:41:48.815Zuploading: /work/omicron-package.log (5666 bytes)
99672024-12-06T20:41:49.822Zuploaded: /work/omicron-package.log
99682024-12-06T20:41:49.822Zuploading: /work/phbl-toolchain.log (881 bytes)
99692024-12-06T20:41:50.828Zuploaded: /work/phbl-toolchain.log
99702024-12-06T20:41:50.828Zuploading: /work/recovery-image.log (592337 bytes)
99712024-12-06T20:41:51.844Zuploaded: /work/recovery-image.log
99722024-12-06T20:41:51.844Zuploading: /work/recovery-package.log (321 bytes)
99732024-12-06T20:41:52.851Zuploaded: /work/recovery-package.log
99742024-12-06T20:41:52.851Zuploading: /work/recovery-target.log (98 bytes)
99752024-12-06T20:41:53.857Zuploaded: /work/recovery-target.log
99762024-12-06T20:41:53.857Zuploading: /work/stamp-clickhouse.log (117 bytes)
99772024-12-06T20:41:54.865Zuploaded: /work/stamp-clickhouse.log
99782024-12-06T20:41:54.865Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99792024-12-06T20:41:55.874Zuploaded: /work/stamp-clickhouse_keeper.log
99802024-12-06T20:41:55.874Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99812024-12-06T20:41:56.883Zuploaded: /work/stamp-cockroachdb.log
99822024-12-06T20:41:56.883Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99832024-12-06T20:41:57.890Zuploaded: /work/stamp-crucible-dtrace.log
99842024-12-06T20:41:57.890Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99852024-12-06T20:41:58.897Zuploaded: /work/stamp-crucible-pantry-zone.log
99862024-12-06T20:41:58.897Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99872024-12-06T20:41:59.904Zuploaded: /work/stamp-crucible-zone.log
99882024-12-06T20:41:59.904Zuploading: /work/stamp-external-dns.log (119 bytes)
99892024-12-06T20:42:00.911Zuploaded: /work/stamp-external-dns.log
99902024-12-06T20:42:00.914Zuploading: /work/stamp-installinator.log (103 bytes)
99912024-12-06T20:42:01.918Zuploaded: /work/stamp-installinator.log
99922024-12-06T20:42:01.918Zuploading: /work/stamp-internal-dns.log (119 bytes)
99932024-12-06T20:42:02.925Zuploaded: /work/stamp-internal-dns.log
99942024-12-06T20:42:02.927Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99952024-12-06T20:42:03.933Zuploaded: /work/stamp-mg-ddm-gz.log
99962024-12-06T20:42:03.933Zuploading: /work/stamp-nexus.log (112 bytes)
99972024-12-06T20:42:04.939Zuploaded: /work/stamp-nexus.log
99982024-12-06T20:42:04.939Zuploading: /work/stamp-ntp.log (110 bytes)
99992024-12-06T20:42:05.946Zuploaded: /work/stamp-ntp.log
100002024-12-06T20:42:05.948Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100012024-12-06T20:42:06.953Zuploaded: /work/stamp-omicron-sled-agent.log
100022024-12-06T20:42:06.953Zuploading: /work/stamp-overlay.log (114 bytes)
100032024-12-06T20:42:07.960Zuploaded: /work/stamp-overlay.log
100042024-12-06T20:42:07.960Zuploading: /work/stamp-oximeter.log (115 bytes)
100052024-12-06T20:42:08.967Zuploaded: /work/stamp-oximeter.log
100062024-12-06T20:42:08.967Zuploading: /work/stamp-oxlog.log (109 bytes)
100072024-12-06T20:42:09.974Zuploaded: /work/stamp-oxlog.log
100082024-12-06T20:42:09.974Zuploading: /work/stamp-probe.log (112 bytes)
100092024-12-06T20:42:10.981Zuploaded: /work/stamp-probe.log
100102024-12-06T20:42:10.981Zuploading: /work/stamp-propolis-server.log (122 bytes)
100112024-12-06T20:42:11.987Zuploaded: /work/stamp-propolis-server.log
100122024-12-06T20:42:11.987Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100132024-12-06T20:42:13.004Zuploaded: /work/stamp-pumpkind-gz.log
100142024-12-06T20:42:13.004Zuploading: /work/stamp-switch-asic.log (118 bytes)
100152024-12-06T20:42:14.011Zuploaded: /work/stamp-switch-asic.log
100162024-12-06T20:42:14.011Zuploading: /work/verify-libraries.log (4271 bytes)
100172024-12-06T20:42:15.018Zuploaded: /work/verify-libraries.log